diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..b57f642b441f43c1712dfd708e79965f117c4f2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.parquet filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..e18149a6b3fce9a8d53388e1fbcdd280a88038c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +push_A3_2_huggingface.sh +__pycache__/ +*.pyc +.DS_Store +.cache/ +logs/ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0c0fca38679293a0a28fa375b583da4ec899d006 --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +--- +license: cc-by-4.0 +task_categories: + - text-generation + - question-answering +language: + - en +pretty_name: ShellOps +tags: + - cli-agents + - reinforcement-learning + - filesystem + - shell + - verifiable-evaluation +--- + +# ShellOps + +ShellOps is a verifiable dataset suite for CLI agents that interact with filesystem workspaces through executable shell actions. It accompanies the paper [Learning CLI Agents with Structured Action Credit under Selective Observation](https://arxiv.org/abs/2605.08013). + +The dataset focuses on shell-driven information extraction and file editing tasks, where an agent receives a natural language instruction, observes an initial workspace, executes CLI actions, and is scored by verifiable terminal output or post-execution file state. + +## Dataset Overview + +- **ShellOps**: 1624 standard CLI tasks across training and evaluation splits +- **ShellOps-Pro**: 150 harder out-of-distribution tasks for infer-only evaluation +- **Task axes**: Lookup, Aggregate, Edit, and Mixed +- **Workspace setting**: repository-like file trees with structured data, logs, code, prose, configuration files, and extensionless files +- **Evaluation target**: exact stdout, file-state match, or hybrid output plus file-state objectives + +## File Layout + +```text +shellops/ + train_src.parquet + train.parquet + test.parquet + assets/ + +shellops_pro/ + test.parquet + assets/ +``` + +In `shellops`, `train_src.parquet` is the full training-side corpus claimed in the paper, while `train.parquet` is the sampled subset used for the reported training runs. The `train_src.parquet` and `test.parquet` files together form the 1624-task ShellOps corpus. + +`shellops_pro` is an OOD infer-only dataset, so only `test.parquet` is provided. If you use our TEST MODE workflow, create a placeholder `train.parquet` in `shellops_pro/` to keep the file layout consistent. This placeholder parquet is not used during inference. + +## Citation + +```bibtex +@misc{su2026learningcliagentsstructured, + title={Learning CLI Agents with Structured Action Credit under Selective Observation}, + author={Haoyang Su and Ying Wen}, + year={2026}, + eprint={2605.08013}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2605.08013}, +} +``` diff --git a/shellops/assets/ShellOps_0000f6f276/gold/active_sensors.txt b/shellops/assets/ShellOps_0000f6f276/gold/active_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..4db556fd865236313c9484f83d83046c6d766742 --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/gold/active_sensors.txt @@ -0,0 +1,5 @@ +SENS-1001 +SENS-1002 +SENS-1003 +SENS-1004 +SENS-1005 diff --git a/shellops/assets/ShellOps_0000f6f276/gold/calibration_registry.xml b/shellops/assets/ShellOps_0000f6f276/gold/calibration_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..7280f12feedf1993c81dc7ced923ab1b1ab0233f --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/gold/calibration_registry.xml @@ -0,0 +1,19 @@ + + + + true + 2025-01-10 + + + true + 2025-01-11 + + + true + 2025-01-12 + + + true + 2025-01-13 + + diff --git a/shellops/assets/ShellOps_0000f6f276/gold/exceptions/missing_calibration.txt b/shellops/assets/ShellOps_0000f6f276/gold/exceptions/missing_calibration.txt new file mode 100644 index 0000000000000000000000000000000000000000..5552141ab750384e16cd9a9819a282755861b4e6 --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/gold/exceptions/missing_calibration.txt @@ -0,0 +1,2 @@ +SENS-1003 +SENS-1005 diff --git a/shellops/assets/ShellOps_0000f6f276/gold/notes.md b/shellops/assets/ShellOps_0000f6f276/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..017a4acbd2338c95e82defacfe08949e872d9fcb --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/gold/notes.md @@ -0,0 +1,3 @@ +Notes: +- SENS-1003 and SENS-1005 are currently active but not yet in the calibration registry. +- SENS-1007 is in the registry but not currently active. diff --git a/shellops/assets/ShellOps_0000f6f276/init/active_sensors.txt b/shellops/assets/ShellOps_0000f6f276/init/active_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..4db556fd865236313c9484f83d83046c6d766742 --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/init/active_sensors.txt @@ -0,0 +1,5 @@ +SENS-1001 +SENS-1002 +SENS-1003 +SENS-1004 +SENS-1005 diff --git a/shellops/assets/ShellOps_0000f6f276/init/calibration_registry.xml b/shellops/assets/ShellOps_0000f6f276/init/calibration_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..7280f12feedf1993c81dc7ced923ab1b1ab0233f --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/init/calibration_registry.xml @@ -0,0 +1,19 @@ + + + + true + 2025-01-10 + + + true + 2025-01-11 + + + true + 2025-01-12 + + + true + 2025-01-13 + + diff --git a/shellops/assets/ShellOps_0000f6f276/init/notes.md b/shellops/assets/ShellOps_0000f6f276/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..017a4acbd2338c95e82defacfe08949e872d9fcb --- /dev/null +++ b/shellops/assets/ShellOps_0000f6f276/init/notes.md @@ -0,0 +1,3 @@ +Notes: +- SENS-1003 and SENS-1005 are currently active but not yet in the calibration registry. +- SENS-1007 is in the registry but not currently active. diff --git a/shellops/assets/ShellOps_0012509967/gold/policy/suppressions.json b/shellops/assets/ShellOps_0012509967/gold/policy/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..faf7de7ca0d33dfbfed9eefae650da15d9091311 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/gold/policy/suppressions.json @@ -0,0 +1,4 @@ +[ + {"device_id": "dev_004", "reason": "maintenance_window"}, + {"device_id": "dev_007", "reason": "legacy_baseline"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/gold/reports/compliant_online_devices.txt b/shellops/assets/ShellOps_0012509967/gold/reports/compliant_online_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7973557f4c81feb716605e2b6eabb38cd289ff4 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/gold/reports/compliant_online_devices.txt @@ -0,0 +1,2 @@ +dev_001 +dev_005 diff --git a/shellops/assets/ShellOps_0012509967/gold/telemetry/alpha.json b/shellops/assets/ShellOps_0012509967/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..1411e9d60b90f90a4b23eb2d91fdccc259ea548c --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/gold/telemetry/alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_001", "status": "online", "compliant": true} +{"device_id": "dev_002", "status": "offline", "compliant": true} +{"device_id": "dev_003", "status": "online", "compliant": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/gold/telemetry/beta.json b/shellops/assets/ShellOps_0012509967/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..cb0aa5d3889de0411dd05dc60a063c576a7b31e3 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/gold/telemetry/beta.json @@ -0,0 +1,3 @@ +{"device_id": "dev_004", "status": "online", "compliant": true} +{"device_id": "dev_005", "status": "online", "compliant": true} +{"device_id": "dev_006", "status": "offline", "compliant": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/gold/telemetry/gamma.json b/shellops/assets/ShellOps_0012509967/gold/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..27945f3387ff17c8d113446b0c2525321f453892 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/gold/telemetry/gamma.json @@ -0,0 +1,3 @@ +{"device_id": "dev_007", "status": "online", "compliant": true} +{"device_id": "dev_008", "status": "online", "compliant": false} +{"device_id": "dev_009", "status": "offline", "compliant": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/gold/telemetry/notes.md b/shellops/assets/ShellOps_0012509967/gold/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c686fcde0d16d4aedb7d55618c18d59c45b4925c --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/gold/telemetry/notes.md @@ -0,0 +1 @@ +This directory contains device telemetry snapshots. The suppression list is managed by the policy team. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/init/policy/suppressions.json b/shellops/assets/ShellOps_0012509967/init/policy/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..faf7de7ca0d33dfbfed9eefae650da15d9091311 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/init/policy/suppressions.json @@ -0,0 +1,4 @@ +[ + {"device_id": "dev_004", "reason": "maintenance_window"}, + {"device_id": "dev_007", "reason": "legacy_baseline"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/init/telemetry/alpha.json b/shellops/assets/ShellOps_0012509967/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..1411e9d60b90f90a4b23eb2d91fdccc259ea548c --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/init/telemetry/alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_001", "status": "online", "compliant": true} +{"device_id": "dev_002", "status": "offline", "compliant": true} +{"device_id": "dev_003", "status": "online", "compliant": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/init/telemetry/beta.json b/shellops/assets/ShellOps_0012509967/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..cb0aa5d3889de0411dd05dc60a063c576a7b31e3 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/init/telemetry/beta.json @@ -0,0 +1,3 @@ +{"device_id": "dev_004", "status": "online", "compliant": true} +{"device_id": "dev_005", "status": "online", "compliant": true} +{"device_id": "dev_006", "status": "offline", "compliant": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/init/telemetry/gamma.json b/shellops/assets/ShellOps_0012509967/init/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..27945f3387ff17c8d113446b0c2525321f453892 --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/init/telemetry/gamma.json @@ -0,0 +1,3 @@ +{"device_id": "dev_007", "status": "online", "compliant": true} +{"device_id": "dev_008", "status": "online", "compliant": false} +{"device_id": "dev_009", "status": "offline", "compliant": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0012509967/init/telemetry/notes.md b/shellops/assets/ShellOps_0012509967/init/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c686fcde0d16d4aedb7d55618c18d59c45b4925c --- /dev/null +++ b/shellops/assets/ShellOps_0012509967/init/telemetry/notes.md @@ -0,0 +1 @@ +This directory contains device telemetry snapshots. The suppression list is managed by the policy team. \ No newline at end of file diff --git a/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/.keep b/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/app1.md b/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/app1.md new file mode 100644 index 0000000000000000000000000000000000000000..137ff851192d385d5ff5e043b658a5e0808ab97d --- /dev/null +++ b/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/app1.md @@ -0,0 +1,3 @@ +Incident Response Steps: +1. Check status: curl http://app1.example.com/status +2. Restart service: curl http://app1.example.com/restart \ No newline at end of file diff --git a/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/app2.md b/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/app2.md new file mode 100644 index 0000000000000000000000000000000000000000..ef403100d2c86e57592064685cfb5a0c559b26ca --- /dev/null +++ b/shellops/assets/ShellOps_002a0cb1f9/gold/docs/runbooks/app2.md @@ -0,0 +1,3 @@ +Debugging Steps: +1. Fetch logs: curl http://app2.example.com/logs +2. Clear cache: curl http://app2.example.com/cache/clear \ No newline at end of file diff --git a/shellops/assets/ShellOps_002a0cb1f9/gold/updated_runbooks/app1.md b/shellops/assets/ShellOps_002a0cb1f9/gold/updated_runbooks/app1.md new file mode 100644 index 0000000000000000000000000000000000000000..70ab743342bb55ed532a76450ca8473ca3b452d6 --- /dev/null +++ b/shellops/assets/ShellOps_002a0cb1f9/gold/updated_runbooks/app1.md @@ -0,0 +1,3 @@ +Incident Response Steps: +1. Check status: curl https://app1.example.com/status +2. Restart service: curl https://app1.example.com/restart \ No newline at end of file diff --git a/shellops/assets/ShellOps_002a0cb1f9/gold/updated_runbooks/app2.md b/shellops/assets/ShellOps_002a0cb1f9/gold/updated_runbooks/app2.md new file mode 100644 index 0000000000000000000000000000000000000000..8278e23cb940517b946d77479a71606c3b10f0af --- /dev/null +++ b/shellops/assets/ShellOps_002a0cb1f9/gold/updated_runbooks/app2.md @@ -0,0 +1,3 @@ +Debugging Steps: +1. Fetch logs: curl https://app2.example.com/logs +2. Clear cache: curl https://app2.example.com/cache/clear \ No newline at end of file diff --git a/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/.keep b/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/app1.md b/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/app1.md new file mode 100644 index 0000000000000000000000000000000000000000..137ff851192d385d5ff5e043b658a5e0808ab97d --- /dev/null +++ b/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/app1.md @@ -0,0 +1,3 @@ +Incident Response Steps: +1. Check status: curl http://app1.example.com/status +2. Restart service: curl http://app1.example.com/restart \ No newline at end of file diff --git a/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/app2.md b/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/app2.md new file mode 100644 index 0000000000000000000000000000000000000000..ef403100d2c86e57592064685cfb5a0c559b26ca --- /dev/null +++ b/shellops/assets/ShellOps_002a0cb1f9/init/docs/runbooks/app2.md @@ -0,0 +1,3 @@ +Debugging Steps: +1. Fetch logs: curl http://app2.example.com/logs +2. Clear cache: curl http://app2.example.com/cache/clear \ No newline at end of file diff --git a/shellops/assets/ShellOps_003a452c18/gold/notes/irrelevant.md b/shellops/assets/ShellOps_003a452c18/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..e6e7dc635916c4b3b8d7fadaa278e4ff48dbbf76 --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Ignore this file +This is a distractor artifact. diff --git a/shellops/assets/ShellOps_003a452c18/gold/profiles/runtime.json b/shellops/assets/ShellOps_003a452c18/gold/profiles/runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..40251b5216cd788c028eb5e35282faf40d59c541 --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/gold/profiles/runtime.json @@ -0,0 +1,11 @@ +{ + "tokens": [ + "session_timeout", + "max_connections", + "enable_audit", + "cache_ttl", + "enable_debug", + "rate_limit", + "enable_tracing" + ] +} diff --git a/shellops/assets/ShellOps_003a452c18/gold/report/missing_tokens.txt b/shellops/assets/ShellOps_003a452c18/gold/report/missing_tokens.txt new file mode 100644 index 0000000000000000000000000000000000000000..a488a712c9ec9951ec4dd36cfc98367273b84cf6 --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/gold/report/missing_tokens.txt @@ -0,0 +1,2 @@ +enable_debug +enable_tracing diff --git a/shellops/assets/ShellOps_003a452c18/gold/schema/approved.json b/shellops/assets/ShellOps_003a452c18/gold/schema/approved.json new file mode 100644 index 0000000000000000000000000000000000000000..94aa159efa24362bac836443bf564b8307df580b --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/gold/schema/approved.json @@ -0,0 +1,9 @@ +{ + "approved": [ + "session_timeout", + "max_connections", + "enable_audit", + "cache_ttl", + "rate_limit" + ] +} diff --git a/shellops/assets/ShellOps_003a452c18/init/notes/irrelevant.md b/shellops/assets/ShellOps_003a452c18/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..e6e7dc635916c4b3b8d7fadaa278e4ff48dbbf76 --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Ignore this file +This is a distractor artifact. diff --git a/shellops/assets/ShellOps_003a452c18/init/profiles/runtime.json b/shellops/assets/ShellOps_003a452c18/init/profiles/runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..40251b5216cd788c028eb5e35282faf40d59c541 --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/init/profiles/runtime.json @@ -0,0 +1,11 @@ +{ + "tokens": [ + "session_timeout", + "max_connections", + "enable_audit", + "cache_ttl", + "enable_debug", + "rate_limit", + "enable_tracing" + ] +} diff --git a/shellops/assets/ShellOps_003a452c18/init/schema/approved.json b/shellops/assets/ShellOps_003a452c18/init/schema/approved.json new file mode 100644 index 0000000000000000000000000000000000000000..94aa159efa24362bac836443bf564b8307df580b --- /dev/null +++ b/shellops/assets/ShellOps_003a452c18/init/schema/approved.json @@ -0,0 +1,9 @@ +{ + "approved": [ + "session_timeout", + "max_connections", + "enable_audit", + "cache_ttl", + "rate_limit" + ] +} diff --git a/shellops/assets/ShellOps_0045ed46ea/gold/endpoints.txt b/shellops/assets/ShellOps_0045ed46ea/gold/endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..b92e7c9e45e5493f489ffd1fe4fd159c99c640fc --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/gold/endpoints.txt @@ -0,0 +1,6 @@ +SVC-1001 +SVC-1002 +SVC-1003 +SVC-1004 +SVC-1005 +SVC-1006 diff --git a/shellops/assets/ShellOps_0045ed46ea/gold/missing_endpoints.txt b/shellops/assets/ShellOps_0045ed46ea/gold/missing_endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..0099cd252f45a6a60d2d957c482d339a4e7f44c4 --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/gold/missing_endpoints.txt @@ -0,0 +1,3 @@ +SVC-1002 +SVC-1004 +SVC-1006 diff --git a/shellops/assets/ShellOps_0045ed46ea/gold/notes.md b/shellops/assets/ShellOps_0045ed46ea/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0ea503fb7fae121b2782e961a2b901220bb2151f --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/gold/notes.md @@ -0,0 +1 @@ +Ignored notes file to act as a distractor. diff --git a/shellops/assets/ShellOps_0045ed46ea/gold/runtime-inventory.xml b/shellops/assets/ShellOps_0045ed46ea/gold/runtime-inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..84f9c368011acc973e2295309798577b08c7c7ba --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/gold/runtime-inventory.xml @@ -0,0 +1,15 @@ + + + + SVC-1001 + active + + + SVC-1003 + active + + + SVC-1005 + active + + diff --git a/shellops/assets/ShellOps_0045ed46ea/init/endpoints.txt b/shellops/assets/ShellOps_0045ed46ea/init/endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..b92e7c9e45e5493f489ffd1fe4fd159c99c640fc --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/init/endpoints.txt @@ -0,0 +1,6 @@ +SVC-1001 +SVC-1002 +SVC-1003 +SVC-1004 +SVC-1005 +SVC-1006 diff --git a/shellops/assets/ShellOps_0045ed46ea/init/notes.md b/shellops/assets/ShellOps_0045ed46ea/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0ea503fb7fae121b2782e961a2b901220bb2151f --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/init/notes.md @@ -0,0 +1 @@ +Ignored notes file to act as a distractor. diff --git a/shellops/assets/ShellOps_0045ed46ea/init/runtime-inventory.xml b/shellops/assets/ShellOps_0045ed46ea/init/runtime-inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..84f9c368011acc973e2295309798577b08c7c7ba --- /dev/null +++ b/shellops/assets/ShellOps_0045ed46ea/init/runtime-inventory.xml @@ -0,0 +1,15 @@ + + + + SVC-1001 + active + + + SVC-1003 + active + + + SVC-1005 + active + + diff --git a/shellops/assets/ShellOps_005aaf9bf4/gold/high_disk_usage_nodes.txt b/shellops/assets/ShellOps_005aaf9bf4/gold/high_disk_usage_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..29e6eb92caf9d45dc1576eb9f90da1a66cac03ad --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/gold/high_disk_usage_nodes.txt @@ -0,0 +1,4 @@ +nodeA +nodeB +nodeE +nodeF diff --git a/shellops/assets/ShellOps_005aaf9bf4/gold/log1.txt b/shellops/assets/ShellOps_005aaf9bf4/gold/log1.txt new file mode 100644 index 0000000000000000000000000000000000000000..785750f467c40ea55cbc3096290f85bfdf05783c --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/gold/log1.txt @@ -0,0 +1,4 @@ +nodeA: disk usage exceeded 90% +nodeB: memory leak detected +nodeA: disk usage exceeded 90% +nodeC: CPU spike observed \ No newline at end of file diff --git a/shellops/assets/ShellOps_005aaf9bf4/gold/log2.txt b/shellops/assets/ShellOps_005aaf9bf4/gold/log2.txt new file mode 100644 index 0000000000000000000000000000000000000000..78605392d7c7aded3c1652979a9dbc25ee0d8f2e --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/gold/log2.txt @@ -0,0 +1,3 @@ +nodeB: disk usage exceeded 90% +nodeD: network latency high +nodeE: disk usage exceeded 90% \ No newline at end of file diff --git a/shellops/assets/ShellOps_005aaf9bf4/gold/log3.txt b/shellops/assets/ShellOps_005aaf9bf4/gold/log3.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b8a5535ca03a1f98129447943693b6f08c815a --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/gold/log3.txt @@ -0,0 +1,3 @@ +nodeF: disk usage exceeded 90% +nodeG: authentication failed +nodeF: disk usage exceeded 90% \ No newline at end of file diff --git a/shellops/assets/ShellOps_005aaf9bf4/init/log1.txt b/shellops/assets/ShellOps_005aaf9bf4/init/log1.txt new file mode 100644 index 0000000000000000000000000000000000000000..785750f467c40ea55cbc3096290f85bfdf05783c --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/init/log1.txt @@ -0,0 +1,4 @@ +nodeA: disk usage exceeded 90% +nodeB: memory leak detected +nodeA: disk usage exceeded 90% +nodeC: CPU spike observed \ No newline at end of file diff --git a/shellops/assets/ShellOps_005aaf9bf4/init/log2.txt b/shellops/assets/ShellOps_005aaf9bf4/init/log2.txt new file mode 100644 index 0000000000000000000000000000000000000000..78605392d7c7aded3c1652979a9dbc25ee0d8f2e --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/init/log2.txt @@ -0,0 +1,3 @@ +nodeB: disk usage exceeded 90% +nodeD: network latency high +nodeE: disk usage exceeded 90% \ No newline at end of file diff --git a/shellops/assets/ShellOps_005aaf9bf4/init/log3.txt b/shellops/assets/ShellOps_005aaf9bf4/init/log3.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b8a5535ca03a1f98129447943693b6f08c815a --- /dev/null +++ b/shellops/assets/ShellOps_005aaf9bf4/init/log3.txt @@ -0,0 +1,3 @@ +nodeF: disk usage exceeded 90% +nodeG: authentication failed +nodeF: disk usage exceeded 90% \ No newline at end of file diff --git a/shellops/assets/ShellOps_006c31d838/gold/assets/hosts.tsv b/shellops/assets/ShellOps_006c31d838/gold/assets/hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cbb4474d5913e0364de43f7486ffdfd62c0e2c2d --- /dev/null +++ b/shellops/assets/ShellOps_006c31d838/gold/assets/hosts.tsv @@ -0,0 +1,8 @@ +host_id location owner +nyc-web-001 New York ops +db-admin-02 server room data +db-admin-02 remote data +SFO-APP-003 San Francisco eng +ORD-CACHE-01 Chicago infra +LAX-JUMP-01 Los Angeles ops +LAX-JUMP-01 Los Angeles ops diff --git a/shellops/assets/ShellOps_006c31d838/gold/docs/notes.md b/shellops/assets/ShellOps_006c31d838/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c82daba8e3826a53b4c703afde93ea8abf17af67 --- /dev/null +++ b/shellops/assets/ShellOps_006c31d838/gold/docs/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not be used for the alignment task. diff --git a/shellops/assets/ShellOps_006c31d838/gold/reports/aligned_hosts.txt b/shellops/assets/ShellOps_006c31d838/gold/reports/aligned_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aaa66608c7effeec595fa0e8b00baf2df60709b --- /dev/null +++ b/shellops/assets/ShellOps_006c31d838/gold/reports/aligned_hosts.txt @@ -0,0 +1,3 @@ +nyc-web-001 +ord-cache-01 +sfo-app-003 diff --git a/shellops/assets/ShellOps_006c31d838/init/assets/hosts.tsv b/shellops/assets/ShellOps_006c31d838/init/assets/hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cbb4474d5913e0364de43f7486ffdfd62c0e2c2d --- /dev/null +++ b/shellops/assets/ShellOps_006c31d838/init/assets/hosts.tsv @@ -0,0 +1,8 @@ +host_id location owner +nyc-web-001 New York ops +db-admin-02 server room data +db-admin-02 remote data +SFO-APP-003 San Francisco eng +ORD-CACHE-01 Chicago infra +LAX-JUMP-01 Los Angeles ops +LAX-JUMP-01 Los Angeles ops diff --git a/shellops/assets/ShellOps_006c31d838/init/docs/notes.md b/shellops/assets/ShellOps_006c31d838/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c82daba8e3826a53b4c703afde93ea8abf17af67 --- /dev/null +++ b/shellops/assets/ShellOps_006c31d838/init/docs/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not be used for the alignment task. diff --git a/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/.keep b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/archive/stale.log b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/archive/stale.log new file mode 100644 index 0000000000000000000000000000000000000000..4623fa2cb5be6c9b9bb7580f092db75c34e60630 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/archive/stale.log @@ -0,0 +1,3 @@ +2024-04-20 08:00:00 LOC=site-456 SEV=1 +2024-04-20 08:01:00 OBS=some_other_marker +2024-04-20 08:02:00 LOC=site-123 SEV=4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_alpha/events.log b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_alpha/events.log new file mode 100644 index 0000000000000000000000000000000000000000..ffb0be607b1a78e797432aea81cf0ab8642753d6 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_alpha/events.log @@ -0,0 +1,3 @@ +2024-05-10 12:30:45 LOC=site-123 SEV=5 +2024-05-10 12:31:00 LOC=site-456 SEV=3 +2024-05-10 12:32:15 LOC=site-789 SEV=8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_beta/telemetry.log b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_beta/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..7df5d768062d17b342f68357cad56bf25225b7f0 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_beta/telemetry.log @@ -0,0 +1,3 @@ +2024-05-11 09:15:00 LOC=site-123 SEV=7 +2024-05-11 09:16:30 LOC=site-456 SEV=3 +2024-05-11 09:17:45 LOC=site-999 SEV=2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_gamma/debug.log b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_gamma/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..29f50fdf34dc6083671695fb98ee97d86f900836 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_gamma/debug.log @@ -0,0 +1,3 @@ +2024-05-12 14:20:00 DEBUG something without location +2024-05-12 14:21:00 LOC=site-789 SEV=9 +2024-05-12 14:22:00 LOC=site-999 SEV=6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_gamma/metrics.out b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_gamma/metrics.out new file mode 100644 index 0000000000000000000000000000000000000000..1c721b0f9c46705f59a24d2d77e1d2848f8c0c27 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/gold/data/clusters/phase_gamma/metrics.out @@ -0,0 +1 @@ +prometheus metric unrelated \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/gold/distinct_ids.prom b/shellops/assets/ShellOps_010fa182e1/gold/distinct_ids.prom new file mode 100644 index 0000000000000000000000000000000000000000..23d55fa3bbf1e10c16ef967dd64c6a7e252f3482 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/gold/distinct_ids.prom @@ -0,0 +1,4 @@ +site-123 +site-456 +site-789 +site-999 diff --git a/shellops/assets/ShellOps_010fa182e1/init/data/clusters/.keep b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_010fa182e1/init/data/clusters/archive/stale.log b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/archive/stale.log new file mode 100644 index 0000000000000000000000000000000000000000..4623fa2cb5be6c9b9bb7580f092db75c34e60630 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/archive/stale.log @@ -0,0 +1,3 @@ +2024-04-20 08:00:00 LOC=site-456 SEV=1 +2024-04-20 08:01:00 OBS=some_other_marker +2024-04-20 08:02:00 LOC=site-123 SEV=4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_alpha/events.log b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_alpha/events.log new file mode 100644 index 0000000000000000000000000000000000000000..ffb0be607b1a78e797432aea81cf0ab8642753d6 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_alpha/events.log @@ -0,0 +1,3 @@ +2024-05-10 12:30:45 LOC=site-123 SEV=5 +2024-05-10 12:31:00 LOC=site-456 SEV=3 +2024-05-10 12:32:15 LOC=site-789 SEV=8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_beta/telemetry.log b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_beta/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..7df5d768062d17b342f68357cad56bf25225b7f0 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_beta/telemetry.log @@ -0,0 +1,3 @@ +2024-05-11 09:15:00 LOC=site-123 SEV=7 +2024-05-11 09:16:30 LOC=site-456 SEV=3 +2024-05-11 09:17:45 LOC=site-999 SEV=2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_gamma/debug.log b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_gamma/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..29f50fdf34dc6083671695fb98ee97d86f900836 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_gamma/debug.log @@ -0,0 +1,3 @@ +2024-05-12 14:20:00 DEBUG something without location +2024-05-12 14:21:00 LOC=site-789 SEV=9 +2024-05-12 14:22:00 LOC=site-999 SEV=6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_gamma/metrics.out b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_gamma/metrics.out new file mode 100644 index 0000000000000000000000000000000000000000..1c721b0f9c46705f59a24d2d77e1d2848f8c0c27 --- /dev/null +++ b/shellops/assets/ShellOps_010fa182e1/init/data/clusters/phase_gamma/metrics.out @@ -0,0 +1 @@ +prometheus metric unrelated \ No newline at end of file diff --git a/shellops/assets/ShellOps_013c691fde/gold/audit/runtime_audit.txt b/shellops/assets/ShellOps_013c691fde/gold/audit/runtime_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..64c0be95fd6910d7a5e580e4295176beb45f2e3e --- /dev/null +++ b/shellops/assets/ShellOps_013c691fde/gold/audit/runtime_audit.txt @@ -0,0 +1,4 @@ +cache_ttl|Time-to-live for application cache|conditional +enable_metrics|Toggle for metrics collection|yes +feature_log_level|Controls logging verbosity for feature flags|yes +Total approved parameters: 3 diff --git a/shellops/assets/ShellOps_013c691fde/gold/config/runtime_policy.json b/shellops/assets/ShellOps_013c691fde/gold/config/runtime_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..b998af5ae6a1e240dc0dd6e94e1d8ee7b32a2a82 --- /dev/null +++ b/shellops/assets/ShellOps_013c691fde/gold/config/runtime_policy.json @@ -0,0 +1,22 @@ +{ + "feature_log_level": { + "active": true, + "description": "Controls logging verbosity for feature flags", + "approved": "yes" + }, + "enable_metrics": { + "active": true, + "description": "Toggle for metrics collection", + "approved": "yes" + }, + "legacy_auth": { + "active": false, + "description": "Legacy authentication module", + "approved": "no" + }, + "cache_ttl": { + "active": true, + "description": "Time-to-live for application cache", + "approved": "conditional" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_013c691fde/gold/docs/notes.md b/shellops/assets/ShellOps_013c691fde/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..297c6291b822ef8b47927abf2c3023c6fcff09c3 --- /dev/null +++ b/shellops/assets/ShellOps_013c691fde/gold/docs/notes.md @@ -0,0 +1 @@ +This is a distractor file with general notes about the runtime environment. diff --git a/shellops/assets/ShellOps_013c691fde/init/audit/runtime_audit.txt b/shellops/assets/ShellOps_013c691fde/init/audit/runtime_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..cff5f6300397f66867fea72f5e44d144a21cb65d --- /dev/null +++ b/shellops/assets/ShellOps_013c691fde/init/audit/runtime_audit.txt @@ -0,0 +1,2 @@ +feature_log_level|Controls logging verbosity for feature flags|yes +legacy_auth|Legacy authentication module|no diff --git a/shellops/assets/ShellOps_013c691fde/init/config/runtime_policy.json b/shellops/assets/ShellOps_013c691fde/init/config/runtime_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..b998af5ae6a1e240dc0dd6e94e1d8ee7b32a2a82 --- /dev/null +++ b/shellops/assets/ShellOps_013c691fde/init/config/runtime_policy.json @@ -0,0 +1,22 @@ +{ + "feature_log_level": { + "active": true, + "description": "Controls logging verbosity for feature flags", + "approved": "yes" + }, + "enable_metrics": { + "active": true, + "description": "Toggle for metrics collection", + "approved": "yes" + }, + "legacy_auth": { + "active": false, + "description": "Legacy authentication module", + "approved": "no" + }, + "cache_ttl": { + "active": true, + "description": "Time-to-live for application cache", + "approved": "conditional" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_013c691fde/init/docs/notes.md b/shellops/assets/ShellOps_013c691fde/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..297c6291b822ef8b47927abf2c3023c6fcff09c3 --- /dev/null +++ b/shellops/assets/ShellOps_013c691fde/init/docs/notes.md @@ -0,0 +1 @@ +This is a distractor file with general notes about the runtime environment. diff --git a/shellops/assets/ShellOps_0154ab09a0/gold/reports/compliance_summary.txt b/shellops/assets/ShellOps_0154ab09a0/gold/reports/compliance_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..384a928d4cecb6f3768ed4b0ad7ca33768a455d0 --- /dev/null +++ b/shellops/assets/ShellOps_0154ab09a0/gold/reports/compliance_summary.txt @@ -0,0 +1,5 @@ +ACCESS_GRANT: 3 +ACCESS_REVOKE: 3 +AUTH_FAILURE: 3 +AUTH_SUCCESS: 5 +CONFIG_CHANGE: 4 diff --git a/shellops/assets/ShellOps_0165ff612e/gold/carriers.txt b/shellops/assets/ShellOps_0165ff612e/gold/carriers.txt new file mode 100644 index 0000000000000000000000000000000000000000..97fe5da2b6d7a8ff4f32d38e45d1b7ba34807cda --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/gold/carriers.txt @@ -0,0 +1,10 @@ +AT&T +Verizon +T-Mobile +Sprint +US Cellular +Boost Mobile +Cricket Wireless +Metro by T-Mobile +Consumer Cellular +Google Fi diff --git a/shellops/assets/ShellOps_0165ff612e/gold/irrelevant.log b/shellops/assets/ShellOps_0165ff612e/gold/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..2d242ce2729e6ca0b81ba2b761e77db11bd7ea2c --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/gold/irrelevant.log @@ -0,0 +1,3 @@ +2024-05-01 12:34:56 INFO station 101 signal strength -85 dBm +2024-05-01 12:35:01 DEBUG station 102 handover initiated +2024-05-01 12:35:10 WARN station 103 carrier unknown? 'T-Mobile' recognized diff --git a/shellops/assets/ShellOps_0165ff612e/gold/missing_carriers.txt b/shellops/assets/ShellOps_0165ff612e/gold/missing_carriers.txt new file mode 100644 index 0000000000000000000000000000000000000000..182912d54477574162e2ad33f2916a76ea613bcd --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/gold/missing_carriers.txt @@ -0,0 +1 @@ +Carolina West diff --git a/shellops/assets/ShellOps_0165ff612e/gold/registrations.xml b/shellops/assets/ShellOps_0165ff612e/gold/registrations.xml new file mode 100644 index 0000000000000000000000000000000000000000..9d430b0a863c6ec1477bb825c561b1a36328d606 --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/gold/registrations.xml @@ -0,0 +1,43 @@ + + + + AT&T + 2345 + + + Verizon + 9876 + + + T-Mobile + 5555 + + + AT&T + 7777 + + + US Cellular + 1234 + + + Carolina West + 8888 + + + Boost Mobile + 4444 + + + Carolina West + 9999 + + + Verizon + 2222 + + + AT&T + 1111 + + diff --git a/shellops/assets/ShellOps_0165ff612e/init/carriers.txt b/shellops/assets/ShellOps_0165ff612e/init/carriers.txt new file mode 100644 index 0000000000000000000000000000000000000000..97fe5da2b6d7a8ff4f32d38e45d1b7ba34807cda --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/init/carriers.txt @@ -0,0 +1,10 @@ +AT&T +Verizon +T-Mobile +Sprint +US Cellular +Boost Mobile +Cricket Wireless +Metro by T-Mobile +Consumer Cellular +Google Fi diff --git a/shellops/assets/ShellOps_0165ff612e/init/irrelevant.log b/shellops/assets/ShellOps_0165ff612e/init/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..2d242ce2729e6ca0b81ba2b761e77db11bd7ea2c --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/init/irrelevant.log @@ -0,0 +1,3 @@ +2024-05-01 12:34:56 INFO station 101 signal strength -85 dBm +2024-05-01 12:35:01 DEBUG station 102 handover initiated +2024-05-01 12:35:10 WARN station 103 carrier unknown? 'T-Mobile' recognized diff --git a/shellops/assets/ShellOps_0165ff612e/init/registrations.xml b/shellops/assets/ShellOps_0165ff612e/init/registrations.xml new file mode 100644 index 0000000000000000000000000000000000000000..9d430b0a863c6ec1477bb825c561b1a36328d606 --- /dev/null +++ b/shellops/assets/ShellOps_0165ff612e/init/registrations.xml @@ -0,0 +1,43 @@ + + + + AT&T + 2345 + + + Verizon + 9876 + + + T-Mobile + 5555 + + + AT&T + 7777 + + + US Cellular + 1234 + + + Carolina West + 8888 + + + Boost Mobile + 4444 + + + Carolina West + 9999 + + + Verizon + 2222 + + + AT&T + 1111 + + diff --git a/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/api_service.conf b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/api_service.conf new file mode 100644 index 0000000000000000000000000000000000000000..50c6e3613851332bb87d87693c072402cd188ee8 --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/api_service.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=DEBUG +TIMEOUT=30 +MAX_RETRIES=3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/database.conf b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/database.conf new file mode 100644 index 0000000000000000000000000000000000000000..b54b08725d478041767d3d8a186a2caf080ddc65 --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/database.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=INFO +POOL_SIZE=20 +QUERY_TIMEOUT=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/web_app.conf b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/web_app.conf new file mode 100644 index 0000000000000000000000000000000000000000..be999b86303f70a42393e369922f932041dd467f --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/web_app.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=INFO +CACHE_SIZE=500 +DEBUG_MODE=false \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/worker.conf b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/worker.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d4351c8b7c51e2a13cde62aa60055263780ede3 --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/gold/app_configs/worker.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=WARN +QUEUE_SIZE=100 +WORKER_COUNT=4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/gold/log_audit.out b/shellops/assets/ShellOps_01cb011b4f/gold/log_audit.out new file mode 100644 index 0000000000000000000000000000000000000000..1d8586dc2df9bb9972d4deb0515cf748b8d019fe --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/gold/log_audit.out @@ -0,0 +1,2 @@ +app_configs/api_service.conf:LOG_LEVEL=DEBUG +app_configs/worker.conf:LOG_LEVEL=WARN diff --git a/shellops/assets/ShellOps_01cb011b4f/init/app_configs/api_service.conf b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/api_service.conf new file mode 100644 index 0000000000000000000000000000000000000000..50c6e3613851332bb87d87693c072402cd188ee8 --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/api_service.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=DEBUG +TIMEOUT=30 +MAX_RETRIES=3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/init/app_configs/database.conf b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/database.conf new file mode 100644 index 0000000000000000000000000000000000000000..b54b08725d478041767d3d8a186a2caf080ddc65 --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/database.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=INFO +POOL_SIZE=20 +QUERY_TIMEOUT=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/init/app_configs/web_app.conf b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/web_app.conf new file mode 100644 index 0000000000000000000000000000000000000000..be999b86303f70a42393e369922f932041dd467f --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/web_app.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=INFO +CACHE_SIZE=500 +DEBUG_MODE=false \ No newline at end of file diff --git a/shellops/assets/ShellOps_01cb011b4f/init/app_configs/worker.conf b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/worker.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d4351c8b7c51e2a13cde62aa60055263780ede3 --- /dev/null +++ b/shellops/assets/ShellOps_01cb011b4f/init/app_configs/worker.conf @@ -0,0 +1,3 @@ +LOG_LEVEL=WARN +QUEUE_SIZE=100 +WORKER_COUNT=4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/gold/distractor/notes.md b/shellops/assets/ShellOps_01df3a813d/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a3c25b1ae27c8f5f927b6366de3eb92900e47837 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/distractor/notes.md @@ -0,0 +1,2 @@ +These YAML files contain extra fields like last_execution that we don't need for sum. +Ignore this file. \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/gold/exclusions/archived.txt b/shellops/assets/ShellOps_01df3a813d/gold/exclusions/archived.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a0f04f5e107d085371267618d972c61f5cf2c0f --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/exclusions/archived.txt @@ -0,0 +1,3 @@ +# archived variants (exclude from totals) +gamma +# beta is still active but gamma should be ignored diff --git a/shellops/assets/ShellOps_01df3a813d/gold/variants/alpha.yaml b/shellops/assets/ShellOps_01df3a813d/gold/variants/alpha.yaml new file mode 100644 index 0000000000000000000000000000000000000000..821a3f42736bf8d4f4a0d9e8822de5bdaa31000c --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/variants/alpha.yaml @@ -0,0 +1,3 @@ +# production variant A +total_runs: 1200 +last_execution: 2024-05-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/gold/variants/beta.yaml b/shellops/assets/ShellOps_01df3a813d/gold/variants/beta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..99163f8d58cfddd7f36114e94a76e563d8c441ec --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/variants/beta.yaml @@ -0,0 +1,3 @@ +# beta test series +total_runs: 850 +last_execution: 2024-05-09 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/gold/variants/delta.yaml b/shellops/assets/ShellOps_01df3a813d/gold/variants/delta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f4d0f123f7a93016a5d90b2634e380cb5672530 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/variants/delta.yaml @@ -0,0 +1,2 @@ +total_runs: 450 +last_execution: 2024-05-11 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/gold/variants/gamma.yaml b/shellops/assets/ShellOps_01df3a813d/gold/variants/gamma.yaml new file mode 100644 index 0000000000000000000000000000000000000000..49c71d7b81ff836b02e2dcc1424f781908d75f54 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/variants/gamma.yaml @@ -0,0 +1,3 @@ +# legacy variant +total_runs: 3000 +last_execution: 2024-04-30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/gold/variants/totals.txt b/shellops/assets/ShellOps_01df3a813d/gold/variants/totals.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a1e818a7bceb818f9e54146d6fb25615be801a5 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/gold/variants/totals.txt @@ -0,0 +1 @@ +2500 diff --git a/shellops/assets/ShellOps_01df3a813d/init/distractor/notes.md b/shellops/assets/ShellOps_01df3a813d/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a3c25b1ae27c8f5f927b6366de3eb92900e47837 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/init/distractor/notes.md @@ -0,0 +1,2 @@ +These YAML files contain extra fields like last_execution that we don't need for sum. +Ignore this file. \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/init/exclusions/archived.txt b/shellops/assets/ShellOps_01df3a813d/init/exclusions/archived.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a0f04f5e107d085371267618d972c61f5cf2c0f --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/init/exclusions/archived.txt @@ -0,0 +1,3 @@ +# archived variants (exclude from totals) +gamma +# beta is still active but gamma should be ignored diff --git a/shellops/assets/ShellOps_01df3a813d/init/variants/alpha.yaml b/shellops/assets/ShellOps_01df3a813d/init/variants/alpha.yaml new file mode 100644 index 0000000000000000000000000000000000000000..821a3f42736bf8d4f4a0d9e8822de5bdaa31000c --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/init/variants/alpha.yaml @@ -0,0 +1,3 @@ +# production variant A +total_runs: 1200 +last_execution: 2024-05-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/init/variants/beta.yaml b/shellops/assets/ShellOps_01df3a813d/init/variants/beta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..99163f8d58cfddd7f36114e94a76e563d8c441ec --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/init/variants/beta.yaml @@ -0,0 +1,3 @@ +# beta test series +total_runs: 850 +last_execution: 2024-05-09 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/init/variants/delta.yaml b/shellops/assets/ShellOps_01df3a813d/init/variants/delta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f4d0f123f7a93016a5d90b2634e380cb5672530 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/init/variants/delta.yaml @@ -0,0 +1,2 @@ +total_runs: 450 +last_execution: 2024-05-11 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01df3a813d/init/variants/gamma.yaml b/shellops/assets/ShellOps_01df3a813d/init/variants/gamma.yaml new file mode 100644 index 0000000000000000000000000000000000000000..49c71d7b81ff836b02e2dcc1424f781908d75f54 --- /dev/null +++ b/shellops/assets/ShellOps_01df3a813d/init/variants/gamma.yaml @@ -0,0 +1,3 @@ +# legacy variant +total_runs: 3000 +last_execution: 2024-04-30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01e263fbf4/gold/active_rules.yml b/shellops/assets/ShellOps_01e263fbf4/gold/active_rules.yml new file mode 100644 index 0000000000000000000000000000000000000000..f6fb5b257c535e6e82f69b32614e243537a99df5 --- /dev/null +++ b/shellops/assets/ShellOps_01e263fbf4/gold/active_rules.yml @@ -0,0 +1,7 @@ +rules: + - host: alpha + port: 22 + - host: gamma + port: 22 + - host: zeta + port: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01e263fbf4/gold/allowed_hosts.cfg b/shellops/assets/ShellOps_01e263fbf4/gold/allowed_hosts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c2ac24962dde1e775241ca5a4c1a05aca231d7e2 --- /dev/null +++ b/shellops/assets/ShellOps_01e263fbf4/gold/allowed_hosts.cfg @@ -0,0 +1,5 @@ +alpha:192.168.1.10:ssh +beta:10.0.0.5:http +gamma:172.16.0.3:ssh +# Commented entry delta:10.0.0.6:https +epsilon:192.168.1.12:http \ No newline at end of file diff --git a/shellops/assets/ShellOps_01e263fbf4/gold/missing_rules.txt b/shellops/assets/ShellOps_01e263fbf4/gold/missing_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aa41d96cc176aeaed1f30c955aed6e9c0e4a55a --- /dev/null +++ b/shellops/assets/ShellOps_01e263fbf4/gold/missing_rules.txt @@ -0,0 +1,2 @@ +beta +epsilon diff --git a/shellops/assets/ShellOps_01e263fbf4/init/active_rules.yml b/shellops/assets/ShellOps_01e263fbf4/init/active_rules.yml new file mode 100644 index 0000000000000000000000000000000000000000..f6fb5b257c535e6e82f69b32614e243537a99df5 --- /dev/null +++ b/shellops/assets/ShellOps_01e263fbf4/init/active_rules.yml @@ -0,0 +1,7 @@ +rules: + - host: alpha + port: 22 + - host: gamma + port: 22 + - host: zeta + port: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_01e263fbf4/init/allowed_hosts.cfg b/shellops/assets/ShellOps_01e263fbf4/init/allowed_hosts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c2ac24962dde1e775241ca5a4c1a05aca231d7e2 --- /dev/null +++ b/shellops/assets/ShellOps_01e263fbf4/init/allowed_hosts.cfg @@ -0,0 +1,5 @@ +alpha:192.168.1.10:ssh +beta:10.0.0.5:http +gamma:172.16.0.3:ssh +# Commented entry delta:10.0.0.6:https +epsilon:192.168.1.12:http \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/gold/active_with_health.txt b/shellops/assets/ShellOps_020d6ce657/gold/active_with_health.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9137ec59ac2da70a16df35d4c3a6e8c2a566bec --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/active_with_health.txt @@ -0,0 +1,2 @@ +database +frontend diff --git a/shellops/assets/ShellOps_020d6ce657/gold/deploy/api.json b/shellops/assets/ShellOps_020d6ce657/gold/deploy/api.json new file mode 100644 index 0000000000000000000000000000000000000000..75c21641a3841ce9bf14db5c75e6cd7c3ec2625e --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/deploy/api.json @@ -0,0 +1,9 @@ +{ + "name": "api", + "active": true, + "port": 3000, + "health_check": { + "endpoint": "/status/legacy", + "interval": 60 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/gold/deploy/cache.json b/shellops/assets/ShellOps_020d6ce657/gold/deploy/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..474cde3ef5b43727631646748e04ec2bce424d80 --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/deploy/cache.json @@ -0,0 +1,5 @@ +{ + "name": "cache", + "active": true, + "port": 6379 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/gold/deploy/database.json b/shellops/assets/ShellOps_020d6ce657/gold/deploy/database.json new file mode 100644 index 0000000000000000000000000000000000000000..b4494cd03e44bca4f2e18d9587bd01b18af4b05b --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/deploy/database.json @@ -0,0 +1,9 @@ +{ + "name": "database", + "active": true, + "port": 5432, + "health_check": { + "endpoint": "/ready", + "interval": 45 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/gold/deploy/frontend.json b/shellops/assets/ShellOps_020d6ce657/gold/deploy/frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..1b55fe1481d75264d59d76eb4be32175910b89bd --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/deploy/frontend.json @@ -0,0 +1,9 @@ +{ + "name": "frontend", + "active": true, + "port": 8080, + "health_check": { + "endpoint": "/health", + "interval": 30 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/gold/deploy/legacy-monitor.json b/shellops/assets/ShellOps_020d6ce657/gold/deploy/legacy-monitor.json new file mode 100644 index 0000000000000000000000000000000000000000..8ce105557cfc9ce4dc7d1846ad3dba17b4974438 --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/deploy/legacy-monitor.json @@ -0,0 +1,9 @@ +{ + "name": "legacy-monitor", + "active": false, + "port": 9000, + "health_check": { + "endpoint": "/health", + "interval": 120 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/gold/deploy/notes.md b/shellops/assets/ShellOps_020d6ce657/gold/deploy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..96b07840c1c1fad172495fcf9a1447b247d1bb66 --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/gold/deploy/notes.md @@ -0,0 +1,4 @@ +# Deployment Annotations + +- The 'api' component is scheduled for health_check modernization. +- The 'cache' component does not expose a health endpoint. diff --git a/shellops/assets/ShellOps_020d6ce657/init/deploy/api.json b/shellops/assets/ShellOps_020d6ce657/init/deploy/api.json new file mode 100644 index 0000000000000000000000000000000000000000..75c21641a3841ce9bf14db5c75e6cd7c3ec2625e --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/init/deploy/api.json @@ -0,0 +1,9 @@ +{ + "name": "api", + "active": true, + "port": 3000, + "health_check": { + "endpoint": "/status/legacy", + "interval": 60 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/init/deploy/cache.json b/shellops/assets/ShellOps_020d6ce657/init/deploy/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..474cde3ef5b43727631646748e04ec2bce424d80 --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/init/deploy/cache.json @@ -0,0 +1,5 @@ +{ + "name": "cache", + "active": true, + "port": 6379 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/init/deploy/database.json b/shellops/assets/ShellOps_020d6ce657/init/deploy/database.json new file mode 100644 index 0000000000000000000000000000000000000000..b4494cd03e44bca4f2e18d9587bd01b18af4b05b --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/init/deploy/database.json @@ -0,0 +1,9 @@ +{ + "name": "database", + "active": true, + "port": 5432, + "health_check": { + "endpoint": "/ready", + "interval": 45 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/init/deploy/frontend.json b/shellops/assets/ShellOps_020d6ce657/init/deploy/frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..1b55fe1481d75264d59d76eb4be32175910b89bd --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/init/deploy/frontend.json @@ -0,0 +1,9 @@ +{ + "name": "frontend", + "active": true, + "port": 8080, + "health_check": { + "endpoint": "/health", + "interval": 30 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/init/deploy/legacy-monitor.json b/shellops/assets/ShellOps_020d6ce657/init/deploy/legacy-monitor.json new file mode 100644 index 0000000000000000000000000000000000000000..8ce105557cfc9ce4dc7d1846ad3dba17b4974438 --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/init/deploy/legacy-monitor.json @@ -0,0 +1,9 @@ +{ + "name": "legacy-monitor", + "active": false, + "port": 9000, + "health_check": { + "endpoint": "/health", + "interval": 120 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_020d6ce657/init/deploy/notes.md b/shellops/assets/ShellOps_020d6ce657/init/deploy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..96b07840c1c1fad172495fcf9a1447b247d1bb66 --- /dev/null +++ b/shellops/assets/ShellOps_020d6ce657/init/deploy/notes.md @@ -0,0 +1,4 @@ +# Deployment Annotations + +- The 'api' component is scheduled for health_check modernization. +- The 'cache' component does not expose a health endpoint. diff --git a/shellops/assets/ShellOps_025d3fef6c/gold/allowed_merged.txt b/shellops/assets/ShellOps_025d3fef6c/gold/allowed_merged.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e82a76bbf5298f05b4930f6a534e6ba1be99e62 --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/gold/allowed_merged.txt @@ -0,0 +1,7 @@ +coap +http +https +mqtt +ssh +tcp +tls diff --git a/shellops/assets/ShellOps_025d3fef6c/gold/security/legacy_allow.yaml b/shellops/assets/ShellOps_025d3fef6c/gold/security/legacy_allow.yaml new file mode 100644 index 0000000000000000000000000000000000000000..703273ef8e1c3a7e6cfdc5544ec51f84436bb919 --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/gold/security/legacy_allow.yaml @@ -0,0 +1,8 @@ +# LEGACY ALLOW LIST (UPPERCASE ONLY) +TCP # Transmission Control Protocol +HTTPS # Secure HTTP +MQTT # Message Queuing +HTTP # Unsecure +TCP # duplicate entry +COAP # Constrained Application Protocol +# End of list diff --git a/shellops/assets/ShellOps_025d3fef6c/gold/security/notes.txt b/shellops/assets/ShellOps_025d3fef6c/gold/security/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e76a930ccea92c7b04b058f55d0ca02ebb13572b --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/gold/security/notes.txt @@ -0,0 +1,4 @@ +This directory contains protocol definitions. +The legacy list may have duplicates. +We should ignore everything after a '#' character. +Only consider lines that look like protocol names. diff --git a/shellops/assets/ShellOps_025d3fef6c/gold/security/permitted_protocols.yaml b/shellops/assets/ShellOps_025d3fef6c/gold/security/permitted_protocols.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0be1b1e3de0c27810e563b37e3109b5f294d87fb --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/gold/security/permitted_protocols.yaml @@ -0,0 +1,7 @@ +# Permitted Edge Protocols +- HTTPS +- SSH +- MQTT +# Do not add FTP +- TLS +- HTTP \ No newline at end of file diff --git a/shellops/assets/ShellOps_025d3fef6c/init/security/legacy_allow.yaml b/shellops/assets/ShellOps_025d3fef6c/init/security/legacy_allow.yaml new file mode 100644 index 0000000000000000000000000000000000000000..703273ef8e1c3a7e6cfdc5544ec51f84436bb919 --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/init/security/legacy_allow.yaml @@ -0,0 +1,8 @@ +# LEGACY ALLOW LIST (UPPERCASE ONLY) +TCP # Transmission Control Protocol +HTTPS # Secure HTTP +MQTT # Message Queuing +HTTP # Unsecure +TCP # duplicate entry +COAP # Constrained Application Protocol +# End of list diff --git a/shellops/assets/ShellOps_025d3fef6c/init/security/notes.txt b/shellops/assets/ShellOps_025d3fef6c/init/security/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e76a930ccea92c7b04b058f55d0ca02ebb13572b --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/init/security/notes.txt @@ -0,0 +1,4 @@ +This directory contains protocol definitions. +The legacy list may have duplicates. +We should ignore everything after a '#' character. +Only consider lines that look like protocol names. diff --git a/shellops/assets/ShellOps_025d3fef6c/init/security/permitted_protocols.yaml b/shellops/assets/ShellOps_025d3fef6c/init/security/permitted_protocols.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0be1b1e3de0c27810e563b37e3109b5f294d87fb --- /dev/null +++ b/shellops/assets/ShellOps_025d3fef6c/init/security/permitted_protocols.yaml @@ -0,0 +1,7 @@ +# Permitted Edge Protocols +- HTTPS +- SSH +- MQTT +# Do not add FTP +- TLS +- HTTP \ No newline at end of file diff --git a/shellops/assets/ShellOps_02834254c0/gold/active_filtered.txt b/shellops/assets/ShellOps_02834254c0/gold/active_filtered.txt new file mode 100644 index 0000000000000000000000000000000000000000..71065da48c83a732363c8e98bf915ab4a6c407c8 --- /dev/null +++ b/shellops/assets/ShellOps_02834254c0/gold/active_filtered.txt @@ -0,0 +1,4 @@ +campaign_id +101 +106 +108 diff --git a/shellops/assets/ShellOps_02834254c0/gold/holdouts.txt b/shellops/assets/ShellOps_02834254c0/gold/holdouts.txt new file mode 100644 index 0000000000000000000000000000000000000000..2665774f4236e8d6da8ad38b91182edf491341ec --- /dev/null +++ b/shellops/assets/ShellOps_02834254c0/gold/holdouts.txt @@ -0,0 +1,2 @@ +103 +109 diff --git a/shellops/assets/ShellOps_02834254c0/gold/kpi_export.csv b/shellops/assets/ShellOps_02834254c0/gold/kpi_export.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab6c428e717ef0395ffd889cdaf6369e4253c331 --- /dev/null +++ b/shellops/assets/ShellOps_02834254c0/gold/kpi_export.csv @@ -0,0 +1,11 @@ +campaign_id,status,impressions,clicks +101,active,5432,98 +102,paused,800,12 +103,active,2500,45 +104,active,950,7 +105,ended,3200,60 +106,active,1200,22 +107,active,560,5 +108,active,7800,130 +109,hold,1500,18 +110,active,333,3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_02834254c0/init/holdouts.txt b/shellops/assets/ShellOps_02834254c0/init/holdouts.txt new file mode 100644 index 0000000000000000000000000000000000000000..2665774f4236e8d6da8ad38b91182edf491341ec --- /dev/null +++ b/shellops/assets/ShellOps_02834254c0/init/holdouts.txt @@ -0,0 +1,2 @@ +103 +109 diff --git a/shellops/assets/ShellOps_02834254c0/init/kpi_export.csv b/shellops/assets/ShellOps_02834254c0/init/kpi_export.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab6c428e717ef0395ffd889cdaf6369e4253c331 --- /dev/null +++ b/shellops/assets/ShellOps_02834254c0/init/kpi_export.csv @@ -0,0 +1,11 @@ +campaign_id,status,impressions,clicks +101,active,5432,98 +102,paused,800,12 +103,active,2500,45 +104,active,950,7 +105,ended,3200,60 +106,active,1200,22 +107,active,560,5 +108,active,7800,130 +109,hold,1500,18 +110,active,333,3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/gold/targets.cfg b/shellops/assets/ShellOps_0299e29ab6/gold/targets.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1116c8256f0b4cb4d12fff6288c653ab136afe3d --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/gold/targets.cfg @@ -0,0 +1,7 @@ +# Expected coverage locations +parse_request:42 +validate_input:17 +serialize_object:33 +# The following are low‑branch spots already inspected +decode_header:5 +log_event:29 diff --git a/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_a.json b/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_a.json new file mode 100644 index 0000000000000000000000000000000000000000..f7386f8b3446c9c6fd593841b718f9706fef8d85 --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_a.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-10-15T12:34:56Z", "location": "parse_request:42", "branch_count": 5, "call_depth": 2} +{"timestamp": "2024-10-15T12:35:01Z", "location": "validate_input:17", "branch_count": 1, "call_depth": 1} +{"timestamp": "2024-10-15T12:35:10Z", "location": "load_config:88", "branch_count": 7, "call_depth": 3} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_b.json b/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_b.json new file mode 100644 index 0000000000000000000000000000000000000000..48c93673389650b103fe6c4ca64eadf3165dbd3a --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_b.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-10-15T12:36:00Z", "location": "parse_request:42", "branch_count": 3, "call_depth": 2} +{"timestamp": "2024-10-15T12:36:05Z", "location": "encode_packet:101", "branch_count": 0, "call_depth": 1} +{"timestamp": "2024-10-15T12:36:20Z", "location": "hash_table_insert:56", "branch_count": 9, "call_depth": 4} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_c.json b/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_c.json new file mode 100644 index 0000000000000000000000000000000000000000..491a8f2bcf320853b57c283f0bb59be3c198265c --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/gold/traces/module_c.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-10-15T12:37:00Z", "location": "serialize_object:33", "branch_count": 2, "call_depth": 2} +{"timestamp": "2024-10-15T12:37:10Z", "location": "validate_input:17", "branch_count": 4, "call_depth": 1} +{"timestamp": "2024-10-15T12:37:15Z", "location": "alloc_buffer:12", "branch_count": 1, "call_depth": 1} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/gold/traces/notes.md b/shellops/assets/ShellOps_0299e29ab6/gold/traces/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0cc783c803b3e662188d463ba5633265cbcf8109 --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/gold/traces/notes.md @@ -0,0 +1,4 @@ +# Instrumentation notes +- JSON files contain location and branch_count fields. +- Location format is function_name:line. +- Branch count zero means the location was never taken. diff --git a/shellops/assets/ShellOps_0299e29ab6/gold/uncovered_high.txt b/shellops/assets/ShellOps_0299e29ab6/gold/uncovered_high.txt new file mode 100644 index 0000000000000000000000000000000000000000..04fdafbff1644b153a3a5cdf2a39dfb681c6e471 --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/gold/uncovered_high.txt @@ -0,0 +1,2 @@ +hash_table_insert:56 +load_config:88 diff --git a/shellops/assets/ShellOps_0299e29ab6/init/targets.cfg b/shellops/assets/ShellOps_0299e29ab6/init/targets.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1116c8256f0b4cb4d12fff6288c653ab136afe3d --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/init/targets.cfg @@ -0,0 +1,7 @@ +# Expected coverage locations +parse_request:42 +validate_input:17 +serialize_object:33 +# The following are low‑branch spots already inspected +decode_header:5 +log_event:29 diff --git a/shellops/assets/ShellOps_0299e29ab6/init/traces/module_a.json b/shellops/assets/ShellOps_0299e29ab6/init/traces/module_a.json new file mode 100644 index 0000000000000000000000000000000000000000..f7386f8b3446c9c6fd593841b718f9706fef8d85 --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/init/traces/module_a.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-10-15T12:34:56Z", "location": "parse_request:42", "branch_count": 5, "call_depth": 2} +{"timestamp": "2024-10-15T12:35:01Z", "location": "validate_input:17", "branch_count": 1, "call_depth": 1} +{"timestamp": "2024-10-15T12:35:10Z", "location": "load_config:88", "branch_count": 7, "call_depth": 3} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/init/traces/module_b.json b/shellops/assets/ShellOps_0299e29ab6/init/traces/module_b.json new file mode 100644 index 0000000000000000000000000000000000000000..48c93673389650b103fe6c4ca64eadf3165dbd3a --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/init/traces/module_b.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-10-15T12:36:00Z", "location": "parse_request:42", "branch_count": 3, "call_depth": 2} +{"timestamp": "2024-10-15T12:36:05Z", "location": "encode_packet:101", "branch_count": 0, "call_depth": 1} +{"timestamp": "2024-10-15T12:36:20Z", "location": "hash_table_insert:56", "branch_count": 9, "call_depth": 4} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/init/traces/module_c.json b/shellops/assets/ShellOps_0299e29ab6/init/traces/module_c.json new file mode 100644 index 0000000000000000000000000000000000000000..491a8f2bcf320853b57c283f0bb59be3c198265c --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/init/traces/module_c.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-10-15T12:37:00Z", "location": "serialize_object:33", "branch_count": 2, "call_depth": 2} +{"timestamp": "2024-10-15T12:37:10Z", "location": "validate_input:17", "branch_count": 4, "call_depth": 1} +{"timestamp": "2024-10-15T12:37:15Z", "location": "alloc_buffer:12", "branch_count": 1, "call_depth": 1} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0299e29ab6/init/traces/notes.md b/shellops/assets/ShellOps_0299e29ab6/init/traces/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0cc783c803b3e662188d463ba5633265cbcf8109 --- /dev/null +++ b/shellops/assets/ShellOps_0299e29ab6/init/traces/notes.md @@ -0,0 +1,4 @@ +# Instrumentation notes +- JSON files contain location and branch_count fields. +- Location format is function_name:line. +- Branch count zero means the location was never taken. diff --git a/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/breakfast.yaml b/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/breakfast.yaml new file mode 100644 index 0000000000000000000000000000000000000000..675e0f2e215a3862123b4f0845284193d2f91d60 --- /dev/null +++ b/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/breakfast.yaml @@ -0,0 +1,5 @@ +items: + - name: oatmeal + calories: 150 + - name: banana + calories: 105 diff --git a/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/dinner.yaml b/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/dinner.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5523acf705f799f99985fd9572207ca42359e5ac --- /dev/null +++ b/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/dinner.yaml @@ -0,0 +1,5 @@ +items: + - name: salmon + calories: 420 + - name: broccoli + calories: 55 diff --git a/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/lunch.yaml b/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/lunch.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd23c5347f8251e53db16b14a5ac2921a2973f83 --- /dev/null +++ b/shellops/assets/ShellOps_02e8c8cbe9/gold/meal_plans/lunch.yaml @@ -0,0 +1,5 @@ +items: + - name: chicken salad + calories: 350 + - name: apple + calories: 95 diff --git a/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/breakfast.yaml b/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/breakfast.yaml new file mode 100644 index 0000000000000000000000000000000000000000..675e0f2e215a3862123b4f0845284193d2f91d60 --- /dev/null +++ b/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/breakfast.yaml @@ -0,0 +1,5 @@ +items: + - name: oatmeal + calories: 150 + - name: banana + calories: 105 diff --git a/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/dinner.yaml b/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/dinner.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5523acf705f799f99985fd9572207ca42359e5ac --- /dev/null +++ b/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/dinner.yaml @@ -0,0 +1,5 @@ +items: + - name: salmon + calories: 420 + - name: broccoli + calories: 55 diff --git a/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/lunch.yaml b/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/lunch.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd23c5347f8251e53db16b14a5ac2921a2973f83 --- /dev/null +++ b/shellops/assets/ShellOps_02e8c8cbe9/init/meal_plans/lunch.yaml @@ -0,0 +1,5 @@ +items: + - name: chicken salad + calories: 350 + - name: apple + calories: 95 diff --git a/shellops/assets/ShellOps_03325e417f/gold/alerts/active_critical.txt b/shellops/assets/ShellOps_03325e417f/gold/alerts/active_critical.txt new file mode 100644 index 0000000000000000000000000000000000000000..39a18a014d0365103a7f2b86c42ddc3b877f2c8a --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/gold/alerts/active_critical.txt @@ -0,0 +1,2 @@ +ALT-1004 +ALT-1005 diff --git a/shellops/assets/ShellOps_03325e417f/gold/alerts/notes.txt b/shellops/assets/ShellOps_03325e417f/gold/alerts/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6721066ceeed17e60e561609bafb6ed4c3dcddb2 --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/gold/alerts/notes.txt @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the result. +Some informational notes about alert handling procedures. diff --git a/shellops/assets/ShellOps_03325e417f/gold/alerts/router_alpha.json b/shellops/assets/ShellOps_03325e417f/gold/alerts/router_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..1496ca1fe90f286d5c757eb467fcc567bb70512c --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/gold/alerts/router_alpha.json @@ -0,0 +1,2 @@ +{"id": "ALT-1001", "severity": "critical", "acknowledged": false, "message": "CPU threshold exceeded"} +{"id": "ALT-1002", "severity": "warning", "acknowledged": false, "message": "Memory usage high"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03325e417f/gold/alerts/router_beta.json b/shellops/assets/ShellOps_03325e417f/gold/alerts/router_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..1ff5e97fe665c1f12c6a1c6d4ea870bb71ea1c73 --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/gold/alerts/router_beta.json @@ -0,0 +1,2 @@ +{"id": "ALT-1003", "severity": "critical", "acknowledged": true, "message": "Disk full"} +{"id": "ALT-1004", "severity": "critical", "acknowledged": false, "message": "Network outage detected"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03325e417f/gold/alerts/router_gamma.json b/shellops/assets/ShellOps_03325e417f/gold/alerts/router_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..eb0ead95703656a0a91fe4febd70a0be9c6a5260 --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/gold/alerts/router_gamma.json @@ -0,0 +1,2 @@ +{"id": "ALT-1005", "severity": "critical", "acknowledged": false, "message": "Service unresponsive"} +{"id": "ALT-1006", "severity": "info", "acknowledged": false, "message": "Configuration updated"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03325e417f/gold/policy/suppressions.toml b/shellops/assets/ShellOps_03325e417f/gold/policy/suppressions.toml new file mode 100644 index 0000000000000000000000000000000000000000..ad4a260921286857c0cfa81bbdfd2631f5c63b1e --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/gold/policy/suppressions.toml @@ -0,0 +1,4 @@ +# Suppressed alert identifiers +id = "ALT-1001" +id = "ALT-1009" +# Additional note: ALT-1009 is legacy and no longer active diff --git a/shellops/assets/ShellOps_03325e417f/init/alerts/notes.txt b/shellops/assets/ShellOps_03325e417f/init/alerts/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6721066ceeed17e60e561609bafb6ed4c3dcddb2 --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/init/alerts/notes.txt @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the result. +Some informational notes about alert handling procedures. diff --git a/shellops/assets/ShellOps_03325e417f/init/alerts/router_alpha.json b/shellops/assets/ShellOps_03325e417f/init/alerts/router_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..1496ca1fe90f286d5c757eb467fcc567bb70512c --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/init/alerts/router_alpha.json @@ -0,0 +1,2 @@ +{"id": "ALT-1001", "severity": "critical", "acknowledged": false, "message": "CPU threshold exceeded"} +{"id": "ALT-1002", "severity": "warning", "acknowledged": false, "message": "Memory usage high"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03325e417f/init/alerts/router_beta.json b/shellops/assets/ShellOps_03325e417f/init/alerts/router_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..1ff5e97fe665c1f12c6a1c6d4ea870bb71ea1c73 --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/init/alerts/router_beta.json @@ -0,0 +1,2 @@ +{"id": "ALT-1003", "severity": "critical", "acknowledged": true, "message": "Disk full"} +{"id": "ALT-1004", "severity": "critical", "acknowledged": false, "message": "Network outage detected"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03325e417f/init/alerts/router_gamma.json b/shellops/assets/ShellOps_03325e417f/init/alerts/router_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..eb0ead95703656a0a91fe4febd70a0be9c6a5260 --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/init/alerts/router_gamma.json @@ -0,0 +1,2 @@ +{"id": "ALT-1005", "severity": "critical", "acknowledged": false, "message": "Service unresponsive"} +{"id": "ALT-1006", "severity": "info", "acknowledged": false, "message": "Configuration updated"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03325e417f/init/policy/suppressions.toml b/shellops/assets/ShellOps_03325e417f/init/policy/suppressions.toml new file mode 100644 index 0000000000000000000000000000000000000000..ad4a260921286857c0cfa81bbdfd2631f5c63b1e --- /dev/null +++ b/shellops/assets/ShellOps_03325e417f/init/policy/suppressions.toml @@ -0,0 +1,4 @@ +# Suppressed alert identifiers +id = "ALT-1001" +id = "ALT-1009" +# Additional note: ALT-1009 is legacy and no longer active diff --git a/shellops/assets/ShellOps_03d14102a0/gold/certified_models.json b/shellops/assets/ShellOps_03d14102a0/gold/certified_models.json new file mode 100644 index 0000000000000000000000000000000000000000..e0d8f9381a5f93d7d40a051dde13101f55ac38ea --- /dev/null +++ b/shellops/assets/ShellOps_03d14102a0/gold/certified_models.json @@ -0,0 +1 @@ +{"devices": [{"id": "D-0047"}, {"id": "D-0029"}, {"id": "D-0033"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d14102a0/gold/deployed_devices.jsonl b/shellops/assets/ShellOps_03d14102a0/gold/deployed_devices.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dce85ec85a3cf07389ed269f326e2befbb5b4d68 --- /dev/null +++ b/shellops/assets/ShellOps_03d14102a0/gold/deployed_devices.jsonl @@ -0,0 +1,3 @@ +{"id": "D-0047", "model_version": "v2.3.1"} +{"id": "D-0083", "model_version": "v2.4.0"} +{"id": "D-0112", "model_version": "v2.3.2"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d14102a0/gold/v23_uncertified.txt b/shellops/assets/ShellOps_03d14102a0/gold/v23_uncertified.txt new file mode 100644 index 0000000000000000000000000000000000000000..613cb4ebb12970dd54c88f704046305930b900fe --- /dev/null +++ b/shellops/assets/ShellOps_03d14102a0/gold/v23_uncertified.txt @@ -0,0 +1 @@ +D-0112 diff --git a/shellops/assets/ShellOps_03d14102a0/init/certified_models.json b/shellops/assets/ShellOps_03d14102a0/init/certified_models.json new file mode 100644 index 0000000000000000000000000000000000000000..e0d8f9381a5f93d7d40a051dde13101f55ac38ea --- /dev/null +++ b/shellops/assets/ShellOps_03d14102a0/init/certified_models.json @@ -0,0 +1 @@ +{"devices": [{"id": "D-0047"}, {"id": "D-0029"}, {"id": "D-0033"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d14102a0/init/deployed_devices.jsonl b/shellops/assets/ShellOps_03d14102a0/init/deployed_devices.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dce85ec85a3cf07389ed269f326e2befbb5b4d68 --- /dev/null +++ b/shellops/assets/ShellOps_03d14102a0/init/deployed_devices.jsonl @@ -0,0 +1,3 @@ +{"id": "D-0047", "model_version": "v2.3.1"} +{"id": "D-0083", "model_version": "v2.4.0"} +{"id": "D-0112", "model_version": "v2.3.2"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/gold/src/auth/roles.py b/shellops/assets/ShellOps_03d2764794/gold/src/auth/roles.py new file mode 100644 index 0000000000000000000000000000000000000000..a611cac36060755609011a762dfc9b6972450e99 --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/gold/src/auth/roles.py @@ -0,0 +1 @@ +# Moved security module \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/gold/test_changes.csv b/shellops/assets/ShellOps_03d2764794/gold/test_changes.csv new file mode 100644 index 0000000000000000000000000000000000000000..17224e1ae0ca1b71df487511251f1775ed2bd9bb --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/gold/test_changes.csv @@ -0,0 +1,3 @@ +tests/unit/test_access.py +tests/unit/test_authentication.py +tests/unit/utils/test_helpers.py diff --git a/shellops/assets/ShellOps_03d2764794/gold/tests/unit/.keep b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_03d2764794/gold/tests/unit/test_access.py b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/test_access.py new file mode 100644 index 0000000000000000000000000000000000000000..afdbdc37cb49d7beb2e1fb25d31986139d5facc7 --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/test_access.py @@ -0,0 +1,3 @@ +from src.auth.roles import AdminRole +class TestAccess: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/gold/tests/unit/test_authentication.py b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/test_authentication.py new file mode 100644 index 0000000000000000000000000000000000000000..d5a1569d97d5e242c09d663dc2f80b9fd332929d --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/test_authentication.py @@ -0,0 +1,3 @@ +from src.auth.tokens import TokenValidator +class TestAuth: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/gold/tests/unit/utils/test_helpers.py b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/utils/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..9d54d0c612fd7ddb9e50e144e374c73d631d2e8a --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/gold/tests/unit/utils/test_helpers.py @@ -0,0 +1 @@ +from src.auth.utils import hash_password \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/init/src/auth/roles.py b/shellops/assets/ShellOps_03d2764794/init/src/auth/roles.py new file mode 100644 index 0000000000000000000000000000000000000000..a611cac36060755609011a762dfc9b6972450e99 --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/init/src/auth/roles.py @@ -0,0 +1 @@ +# Moved security module \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/init/tests/unit/.keep b/shellops/assets/ShellOps_03d2764794/init/tests/unit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_03d2764794/init/tests/unit/test_access.py b/shellops/assets/ShellOps_03d2764794/init/tests/unit/test_access.py new file mode 100644 index 0000000000000000000000000000000000000000..324e4c84ee3fae5935c8b3af195c13c0fbe88ad1 --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/init/tests/unit/test_access.py @@ -0,0 +1,3 @@ +from security.roles import AdminRole +class TestAccess: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/init/tests/unit/test_authentication.py b/shellops/assets/ShellOps_03d2764794/init/tests/unit/test_authentication.py new file mode 100644 index 0000000000000000000000000000000000000000..b2f6227c7d9a679017755e805373a0f25befb306 --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/init/tests/unit/test_authentication.py @@ -0,0 +1,3 @@ +from security.tokens import TokenValidator +class TestAuth: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_03d2764794/init/tests/unit/utils/test_helpers.py b/shellops/assets/ShellOps_03d2764794/init/tests/unit/utils/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..7f91e43cbaddfecd87a1a48fc2e6f4937d0e23d3 --- /dev/null +++ b/shellops/assets/ShellOps_03d2764794/init/tests/unit/utils/test_helpers.py @@ -0,0 +1 @@ +from security.utils import hash_password \ No newline at end of file diff --git a/shellops/assets/ShellOps_03f87937d1/gold/experiments/run1.out b/shellops/assets/ShellOps_03f87937d1/gold/experiments/run1.out new file mode 100644 index 0000000000000000000000000000000000000000..39cc0441f7ac4922487f72c55321793b9812d39f --- /dev/null +++ b/shellops/assets/ShellOps_03f87937d1/gold/experiments/run1.out @@ -0,0 +1,6 @@ +Experiment 1 Results: +Molecular Weight: 18.02 +Molecular Weight: 58.44 +Molecular Weight: 342.30 +Molecular Weight: 58.44 +Reagent Used: H2O \ No newline at end of file diff --git a/shellops/assets/ShellOps_03f87937d1/gold/experiments/run2.out b/shellops/assets/ShellOps_03f87937d1/gold/experiments/run2.out new file mode 100644 index 0000000000000000000000000000000000000000..e1844cbc2515b4eca8f761fe9eae40b0472d8591 --- /dev/null +++ b/shellops/assets/ShellOps_03f87937d1/gold/experiments/run2.out @@ -0,0 +1,5 @@ +Experiment 2 Results: +Molecular Weight: 342.30 +Molecular Weight: 18.02 +Molecular Weight: 74.12 +Reagent Used: NaCl \ No newline at end of file diff --git a/shellops/assets/ShellOps_03f87937d1/gold/molecular_weights.out b/shellops/assets/ShellOps_03f87937d1/gold/molecular_weights.out new file mode 100644 index 0000000000000000000000000000000000000000..648ed3b6b1ecf5d57303450738b64e85ec1e8119 --- /dev/null +++ b/shellops/assets/ShellOps_03f87937d1/gold/molecular_weights.out @@ -0,0 +1,4 @@ +18.02 +58.44 +74.12 +342.30 diff --git a/shellops/assets/ShellOps_03f87937d1/init/experiments/run1.out b/shellops/assets/ShellOps_03f87937d1/init/experiments/run1.out new file mode 100644 index 0000000000000000000000000000000000000000..39cc0441f7ac4922487f72c55321793b9812d39f --- /dev/null +++ b/shellops/assets/ShellOps_03f87937d1/init/experiments/run1.out @@ -0,0 +1,6 @@ +Experiment 1 Results: +Molecular Weight: 18.02 +Molecular Weight: 58.44 +Molecular Weight: 342.30 +Molecular Weight: 58.44 +Reagent Used: H2O \ No newline at end of file diff --git a/shellops/assets/ShellOps_03f87937d1/init/experiments/run2.out b/shellops/assets/ShellOps_03f87937d1/init/experiments/run2.out new file mode 100644 index 0000000000000000000000000000000000000000..e1844cbc2515b4eca8f761fe9eae40b0472d8591 --- /dev/null +++ b/shellops/assets/ShellOps_03f87937d1/init/experiments/run2.out @@ -0,0 +1,5 @@ +Experiment 2 Results: +Molecular Weight: 342.30 +Molecular Weight: 18.02 +Molecular Weight: 74.12 +Reagent Used: NaCl \ No newline at end of file diff --git a/shellops/assets/ShellOps_040d30939d/gold/device_counts.tsv b/shellops/assets/ShellOps_040d30939d/gold/device_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1a18f9aa741f3b402aa2075ad846038c19d7d7c3 --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/gold/device_counts.tsv @@ -0,0 +1,3 @@ +TEN-A 2 +TEN-C 2 +TEN-D 1 diff --git a/shellops/assets/ShellOps_040d30939d/gold/inventory/devices.csv b/shellops/assets/ShellOps_040d30939d/gold/inventory/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dab799fa777095b1d7e131b55a6a028f0a5bfc4 --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/gold/inventory/devices.csv @@ -0,0 +1,10 @@ +tenant_id,device_id,active +TEN-A,D001,1 +TEN-A,D002,1 +TEN-A,D003,0 +TEN-B,D004,1 +TEN-C,D005,1 +TEN-C,D006,1 +TEN-C,D007,0 +TEN-D,D008,1 +TEN-E,D009,0 diff --git a/shellops/assets/ShellOps_040d30939d/gold/tenants/notes.md b/shellops/assets/ShellOps_040d30939d/gold/tenants/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..54ccc2efae2845bc9a3d0fcc9ad56535270c33bc --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/gold/tenants/notes.md @@ -0,0 +1 @@ +Ignore this file; it is a distractor and should not affect the aggregation logic. diff --git a/shellops/assets/ShellOps_040d30939d/gold/tenants/status.json b/shellops/assets/ShellOps_040d30939d/gold/tenants/status.json new file mode 100644 index 0000000000000000000000000000000000000000..83fc830dc10ac76a78943103b54dc71d2e5d3c9f --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/gold/tenants/status.json @@ -0,0 +1,7 @@ +{ + "TEN-A": {"status": "approved"}, + "TEN-B": {"status": "pending"}, + "TEN-C": {"status": "approved"}, + "TEN-D": {"status": "approved"}, + "TEN-E": {"status": "approved"} +} diff --git a/shellops/assets/ShellOps_040d30939d/init/inventory/devices.csv b/shellops/assets/ShellOps_040d30939d/init/inventory/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dab799fa777095b1d7e131b55a6a028f0a5bfc4 --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/init/inventory/devices.csv @@ -0,0 +1,10 @@ +tenant_id,device_id,active +TEN-A,D001,1 +TEN-A,D002,1 +TEN-A,D003,0 +TEN-B,D004,1 +TEN-C,D005,1 +TEN-C,D006,1 +TEN-C,D007,0 +TEN-D,D008,1 +TEN-E,D009,0 diff --git a/shellops/assets/ShellOps_040d30939d/init/tenants/notes.md b/shellops/assets/ShellOps_040d30939d/init/tenants/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..54ccc2efae2845bc9a3d0fcc9ad56535270c33bc --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/init/tenants/notes.md @@ -0,0 +1 @@ +Ignore this file; it is a distractor and should not affect the aggregation logic. diff --git a/shellops/assets/ShellOps_040d30939d/init/tenants/status.json b/shellops/assets/ShellOps_040d30939d/init/tenants/status.json new file mode 100644 index 0000000000000000000000000000000000000000..83fc830dc10ac76a78943103b54dc71d2e5d3c9f --- /dev/null +++ b/shellops/assets/ShellOps_040d30939d/init/tenants/status.json @@ -0,0 +1,7 @@ +{ + "TEN-A": {"status": "approved"}, + "TEN-B": {"status": "pending"}, + "TEN-C": {"status": "approved"}, + "TEN-D": {"status": "approved"}, + "TEN-E": {"status": "approved"} +} diff --git a/shellops/assets/ShellOps_043b4d22f9/gold/procurement/.keep b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q1.yaml b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8de0fe91adba7516ce35a33a6fb399ce89752f14 --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q1.yaml @@ -0,0 +1,13 @@ +invoices: + - id: inv_001 + vendor_id: 1042 + amount: 1250.00 + - id: inv_002 + vendor_id: 1023 + amount: 890.50 + - id: inv_003 + vendor_id: 1042 + amount: 2100.00 +notes: + - Batch processed on 2024-01-15 + - Two invoices from vendor 1042 diff --git a/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q2.yaml b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..622d9c3fc2efc6b2d0ca192045aeb477420d7c1a --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q2.yaml @@ -0,0 +1,13 @@ +invoices: + - id: inv_004 + vendor_id: 1076 + amount: 3400.00 + - id: inv_005 + vendor_id: 1023 + amount: 560.75 + - id: inv_006 + vendor_id: 1091 + amount: 2200.00 +notes: + - Batch processed on 2024-04-10 + - One-time vendor 1091 diff --git a/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q3.yaml b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..371d34c2e7e0b819f062a247d1ddcbc96ca172cd --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/gold/procurement/batch_2024_Q3.yaml @@ -0,0 +1,10 @@ +invoices: + - id: inv_007 + vendor_id: 1042 + amount: 1800.00 + - id: inv_008 + vendor_id: 1115 + amount: 950.00 +notes: + - Batch processed on 2024-07-22 + - New vendor 1115 added diff --git a/shellops/assets/ShellOps_043b4d22f9/gold/vendor_ids.out b/shellops/assets/ShellOps_043b4d22f9/gold/vendor_ids.out new file mode 100644 index 0000000000000000000000000000000000000000..fbbeb8b6b979ad163e74d8df7c032da89d1eba9e --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/gold/vendor_ids.out @@ -0,0 +1,5 @@ +1023 +1042 +1076 +1091 +1115 diff --git a/shellops/assets/ShellOps_043b4d22f9/init/procurement/.keep b/shellops/assets/ShellOps_043b4d22f9/init/procurement/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q1.yaml b/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8de0fe91adba7516ce35a33a6fb399ce89752f14 --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q1.yaml @@ -0,0 +1,13 @@ +invoices: + - id: inv_001 + vendor_id: 1042 + amount: 1250.00 + - id: inv_002 + vendor_id: 1023 + amount: 890.50 + - id: inv_003 + vendor_id: 1042 + amount: 2100.00 +notes: + - Batch processed on 2024-01-15 + - Two invoices from vendor 1042 diff --git a/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q2.yaml b/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..622d9c3fc2efc6b2d0ca192045aeb477420d7c1a --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q2.yaml @@ -0,0 +1,13 @@ +invoices: + - id: inv_004 + vendor_id: 1076 + amount: 3400.00 + - id: inv_005 + vendor_id: 1023 + amount: 560.75 + - id: inv_006 + vendor_id: 1091 + amount: 2200.00 +notes: + - Batch processed on 2024-04-10 + - One-time vendor 1091 diff --git a/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q3.yaml b/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..371d34c2e7e0b819f062a247d1ddcbc96ca172cd --- /dev/null +++ b/shellops/assets/ShellOps_043b4d22f9/init/procurement/batch_2024_Q3.yaml @@ -0,0 +1,10 @@ +invoices: + - id: inv_007 + vendor_id: 1042 + amount: 1800.00 + - id: inv_008 + vendor_id: 1115 + amount: 950.00 +notes: + - Batch processed on 2024-07-22 + - New vendor 1115 added diff --git a/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/.keep b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/jsmith.xml b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/jsmith.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b5e59e979f8fca89c84780a73a4a184e619ab01 --- /dev/null +++ b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/jsmith.xml @@ -0,0 +1,7 @@ + + + dark + en + system + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/mlee.xml b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/mlee.xml new file mode 100644 index 0000000000000000000000000000000000000000..5c9e40303831572fa65b4d9b4625fe7beddb2021 --- /dev/null +++ b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/mlee.xml @@ -0,0 +1,4 @@ + + default + high-contrast + \ No newline at end of file diff --git a/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/rjohnson.xml b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/rjohnson.xml new file mode 100644 index 0000000000000000000000000000000000000000..a2bdd5b0ac291c5f4893fed250af9cf5e006607b --- /dev/null +++ b/shellops/assets/ShellOps_047077a3d5/gold/user_profiles/rjohnson.xml @@ -0,0 +1,6 @@ + + + ocean + light + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_047077a3d5/init/user_profiles/.keep b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_047077a3d5/init/user_profiles/jsmith.xml b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/jsmith.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b5e59e979f8fca89c84780a73a4a184e619ab01 --- /dev/null +++ b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/jsmith.xml @@ -0,0 +1,7 @@ + + + dark + en + system + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_047077a3d5/init/user_profiles/mlee.xml b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/mlee.xml new file mode 100644 index 0000000000000000000000000000000000000000..5c9e40303831572fa65b4d9b4625fe7beddb2021 --- /dev/null +++ b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/mlee.xml @@ -0,0 +1,4 @@ + + default + high-contrast + \ No newline at end of file diff --git a/shellops/assets/ShellOps_047077a3d5/init/user_profiles/rjohnson.xml b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/rjohnson.xml new file mode 100644 index 0000000000000000000000000000000000000000..a2bdd5b0ac291c5f4893fed250af9cf5e006607b --- /dev/null +++ b/shellops/assets/ShellOps_047077a3d5/init/user_profiles/rjohnson.xml @@ -0,0 +1,6 @@ + + + ocean + light + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_04815ac0b1/gold/configs/datacenters.xml b/shellops/assets/ShellOps_04815ac0b1/gold/configs/datacenters.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a4a3245c380a2af756075b76503018769e457c9 --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/gold/configs/datacenters.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_04815ac0b1/gold/reports/notes.md b/shellops/assets/ShellOps_04815ac0b1/gold/reports/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d71bc2f19233ffefae9b45b03c075d027b1a41dc --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/gold/reports/notes.md @@ -0,0 +1 @@ +# compliance tracking \ No newline at end of file diff --git a/shellops/assets/ShellOps_04815ac0b1/gold/reports/unknown_regions.log b/shellops/assets/ShellOps_04815ac0b1/gold/reports/unknown_regions.log new file mode 100644 index 0000000000000000000000000000000000000000..9459fb74f6523d2827938ddcd142dceb5173c1f8 --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/gold/reports/unknown_regions.log @@ -0,0 +1 @@ +sg_south diff --git a/shellops/assets/ShellOps_04815ac0b1/gold/standards/allowed_regions.txt b/shellops/assets/ShellOps_04815ac0b1/gold/standards/allowed_regions.txt new file mode 100644 index 0000000000000000000000000000000000000000..671b1a44f99dbb124792cc526560e03fedd4fa9f --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/gold/standards/allowed_regions.txt @@ -0,0 +1,3 @@ +us_east +us_central +eu_west \ No newline at end of file diff --git a/shellops/assets/ShellOps_04815ac0b1/init/configs/datacenters.xml b/shellops/assets/ShellOps_04815ac0b1/init/configs/datacenters.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a4a3245c380a2af756075b76503018769e457c9 --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/init/configs/datacenters.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_04815ac0b1/init/reports/notes.md b/shellops/assets/ShellOps_04815ac0b1/init/reports/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d71bc2f19233ffefae9b45b03c075d027b1a41dc --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/init/reports/notes.md @@ -0,0 +1 @@ +# compliance tracking \ No newline at end of file diff --git a/shellops/assets/ShellOps_04815ac0b1/init/standards/allowed_regions.txt b/shellops/assets/ShellOps_04815ac0b1/init/standards/allowed_regions.txt new file mode 100644 index 0000000000000000000000000000000000000000..671b1a44f99dbb124792cc526560e03fedd4fa9f --- /dev/null +++ b/shellops/assets/ShellOps_04815ac0b1/init/standards/allowed_regions.txt @@ -0,0 +1,3 @@ +us_east +us_central +eu_west \ No newline at end of file diff --git a/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor1.yaml b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0ac85760deb4fa4fb25adb47efc2db5b9ea16861 --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor1.yaml @@ -0,0 +1,4 @@ +sensor_id: A123 +temperature: 24.5 +humidity: 60 +pressure: 1013 diff --git a/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor2.yaml b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6aa46311541fdb738c09bcddd5e601d4d50e35f3 --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor2.yaml @@ -0,0 +1,4 @@ +sensor_id: B456 +temperature: 26.3 +humidity: 55 +pressure: 1012 diff --git a/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor3.yaml b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..beca56d14d6e2e8d5d37b19206f20af3ae015cce --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor3.yaml @@ -0,0 +1,4 @@ +sensor_id: C789 +temperature: 23.8 +humidity: 62 +pressure: 1015 diff --git a/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor4.yaml b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3ac1039bcc7f31e474701b50b783617187a7c98 --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/gold/measurements/sensor4.yaml @@ -0,0 +1,4 @@ +sensor_id: D012 +temperature: 22.1 +humidity: 58 +pressure: 1011 diff --git a/shellops/assets/ShellOps_048dde9009/gold/sensor_summary.out b/shellops/assets/ShellOps_048dde9009/gold/sensor_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..44ae97482fa8df31023ee59ef78c3381565bd34e --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/gold/sensor_summary.out @@ -0,0 +1,3 @@ +B456 26.3 +A123 24.5 +C789 23.8 diff --git a/shellops/assets/ShellOps_048dde9009/init/measurements/sensor1.yaml b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0ac85760deb4fa4fb25adb47efc2db5b9ea16861 --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor1.yaml @@ -0,0 +1,4 @@ +sensor_id: A123 +temperature: 24.5 +humidity: 60 +pressure: 1013 diff --git a/shellops/assets/ShellOps_048dde9009/init/measurements/sensor2.yaml b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6aa46311541fdb738c09bcddd5e601d4d50e35f3 --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor2.yaml @@ -0,0 +1,4 @@ +sensor_id: B456 +temperature: 26.3 +humidity: 55 +pressure: 1012 diff --git a/shellops/assets/ShellOps_048dde9009/init/measurements/sensor3.yaml b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..beca56d14d6e2e8d5d37b19206f20af3ae015cce --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor3.yaml @@ -0,0 +1,4 @@ +sensor_id: C789 +temperature: 23.8 +humidity: 62 +pressure: 1015 diff --git a/shellops/assets/ShellOps_048dde9009/init/measurements/sensor4.yaml b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3ac1039bcc7f31e474701b50b783617187a7c98 --- /dev/null +++ b/shellops/assets/ShellOps_048dde9009/init/measurements/sensor4.yaml @@ -0,0 +1,4 @@ +sensor_id: D012 +temperature: 22.1 +humidity: 58 +pressure: 1011 diff --git a/shellops/assets/ShellOps_048dde9009/init/sensor_summary.out b/shellops/assets/ShellOps_048dde9009/init/sensor_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_04a166223c/gold/authority/decommissioned.txt b/shellops/assets/ShellOps_04a166223c/gold/authority/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..2280d9756261c49b6a83317a77a866d90db1d15e --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/gold/authority/decommissioned.txt @@ -0,0 +1,4 @@ +a1b2c3d4 +ff00ee11 +9999abcd +A1B2C3D4 diff --git a/shellops/assets/ShellOps_04a166223c/gold/inventory/active_devices.xml b/shellops/assets/ShellOps_04a166223c/gold/inventory/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..ed09b27d9d7b4dcf4961a4e4482bdf2ea8bc82b7 --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/gold/inventory/active_devices.xml @@ -0,0 +1,19 @@ + + + + a1b2c3d4 + rack-01 + + + 11223344 + rack-02 + + + ff00ee11 + rack-03 + + + 55667788 + rack-04 + + diff --git a/shellops/assets/ShellOps_04a166223c/gold/notes/obsolete_plan.md b/shellops/assets/ShellOps_04a166223c/gold/notes/obsolete_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..967c135b806547b26a939656bf426ef9c1e8bc78 --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/gold/notes/obsolete_plan.md @@ -0,0 +1,4 @@ +# Obsolete device retirement plan + +We should eventually remove devices such as `a1b2c3d4` and `ff00ee11` once the migration is complete. +Note: `55667788` is still active and should not be touched. diff --git a/shellops/assets/ShellOps_04a166223c/gold/reports/removal_candidates.txt b/shellops/assets/ShellOps_04a166223c/gold/reports/removal_candidates.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1d6ee6ebde121354651ecf4b262862199b28104 --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/gold/reports/removal_candidates.txt @@ -0,0 +1,2 @@ +a1b2c3d4 +ff00ee11 diff --git a/shellops/assets/ShellOps_04a166223c/init/authority/decommissioned.txt b/shellops/assets/ShellOps_04a166223c/init/authority/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..2280d9756261c49b6a83317a77a866d90db1d15e --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/init/authority/decommissioned.txt @@ -0,0 +1,4 @@ +a1b2c3d4 +ff00ee11 +9999abcd +A1B2C3D4 diff --git a/shellops/assets/ShellOps_04a166223c/init/inventory/active_devices.xml b/shellops/assets/ShellOps_04a166223c/init/inventory/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..ed09b27d9d7b4dcf4961a4e4482bdf2ea8bc82b7 --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/init/inventory/active_devices.xml @@ -0,0 +1,19 @@ + + + + a1b2c3d4 + rack-01 + + + 11223344 + rack-02 + + + ff00ee11 + rack-03 + + + 55667788 + rack-04 + + diff --git a/shellops/assets/ShellOps_04a166223c/init/notes/obsolete_plan.md b/shellops/assets/ShellOps_04a166223c/init/notes/obsolete_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..967c135b806547b26a939656bf426ef9c1e8bc78 --- /dev/null +++ b/shellops/assets/ShellOps_04a166223c/init/notes/obsolete_plan.md @@ -0,0 +1,4 @@ +# Obsolete device retirement plan + +We should eventually remove devices such as `a1b2c3d4` and `ff00ee11` once the migration is complete. +Note: `55667788` is still active and should not be touched. diff --git a/shellops/assets/ShellOps_04aa341683/gold/scans/image_a.json b/shellops/assets/ShellOps_04aa341683/gold/scans/image_a.json new file mode 100644 index 0000000000000000000000000000000000000000..bb98514dd49858956a3ab077b5a084d0387b2f17 --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/gold/scans/image_a.json @@ -0,0 +1 @@ +{"image": "app:1.0", "severity": "CRITICAL", "layers": ["sha256:abc123", "sha256:def456", "sha256:ghi789"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04aa341683/gold/scans/image_b.json b/shellops/assets/ShellOps_04aa341683/gold/scans/image_b.json new file mode 100644 index 0000000000000000000000000000000000000000..a6203da9888f6daabdecb59bd516fd3f2f390e13 --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/gold/scans/image_b.json @@ -0,0 +1 @@ +{"image": "db:2.1", "severity": "HIGH", "layers": ["sha256:def456", "sha256:jkl012"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04aa341683/gold/scans/image_c.json b/shellops/assets/ShellOps_04aa341683/gold/scans/image_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e28e148f736abce4e768bcf527db784d84a70202 --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/gold/scans/image_c.json @@ -0,0 +1 @@ +{"image": "cache:3.5", "severity": "CRITICAL", "layers": ["sha256:mno345", "sha256:pqr678"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04aa341683/gold/scans/notes.txt b/shellops/assets/ShellOps_04aa341683/gold/scans/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..230fdb3ae753267cde474de6241c7c38476a096d --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/gold/scans/notes.txt @@ -0,0 +1,3 @@ +Pipeline configuration notes: +- Exclude base layers from legacy builds +- Flag any critical-only layers for rebuild diff --git a/shellops/assets/ShellOps_04aa341683/init/scans/image_a.json b/shellops/assets/ShellOps_04aa341683/init/scans/image_a.json new file mode 100644 index 0000000000000000000000000000000000000000..bb98514dd49858956a3ab077b5a084d0387b2f17 --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/init/scans/image_a.json @@ -0,0 +1 @@ +{"image": "app:1.0", "severity": "CRITICAL", "layers": ["sha256:abc123", "sha256:def456", "sha256:ghi789"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04aa341683/init/scans/image_b.json b/shellops/assets/ShellOps_04aa341683/init/scans/image_b.json new file mode 100644 index 0000000000000000000000000000000000000000..a6203da9888f6daabdecb59bd516fd3f2f390e13 --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/init/scans/image_b.json @@ -0,0 +1 @@ +{"image": "db:2.1", "severity": "HIGH", "layers": ["sha256:def456", "sha256:jkl012"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04aa341683/init/scans/image_c.json b/shellops/assets/ShellOps_04aa341683/init/scans/image_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e28e148f736abce4e768bcf527db784d84a70202 --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/init/scans/image_c.json @@ -0,0 +1 @@ +{"image": "cache:3.5", "severity": "CRITICAL", "layers": ["sha256:mno345", "sha256:pqr678"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04aa341683/init/scans/notes.txt b/shellops/assets/ShellOps_04aa341683/init/scans/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..230fdb3ae753267cde474de6241c7c38476a096d --- /dev/null +++ b/shellops/assets/ShellOps_04aa341683/init/scans/notes.txt @@ -0,0 +1,3 @@ +Pipeline configuration notes: +- Exclude base layers from legacy builds +- Flag any critical-only layers for rebuild diff --git a/shellops/assets/ShellOps_04c9c6a4db/gold/data/approved.txt b/shellops/assets/ShellOps_04c9c6a4db/gold/data/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..edb716af733e6d57d90291aa48b6fe5a555aef65 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/gold/data/approved.txt @@ -0,0 +1,6 @@ +ALPHA +BETA +GAMMA +DELTA +ZETA +OMEGA diff --git a/shellops/assets/ShellOps_04c9c6a4db/gold/data/blocked.txt b/shellops/assets/ShellOps_04c9c6a4db/gold/data/blocked.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c4c36fc7ff13ad810c38ab660ae12333f0780d4 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/gold/data/blocked.txt @@ -0,0 +1,2 @@ +EPSILON +GAMMA diff --git a/shellops/assets/ShellOps_04c9c6a4db/gold/data/catalog.xml b/shellops/assets/ShellOps_04c9c6a4db/gold/data/catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..cce606804cc21524117d9b5fc27b323f20ea4e52 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/gold/data/catalog.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_04c9c6a4db/gold/reports/filtered_products.txt b/shellops/assets/ShellOps_04c9c6a4db/gold/reports/filtered_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..4935d665422aef7cd4bf9597f6c0ed901b4cf648 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/gold/reports/filtered_products.txt @@ -0,0 +1,4 @@ +ALPHA +BETA +DELTA +ZETA diff --git a/shellops/assets/ShellOps_04c9c6a4db/init/data/approved.txt b/shellops/assets/ShellOps_04c9c6a4db/init/data/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..edb716af733e6d57d90291aa48b6fe5a555aef65 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/init/data/approved.txt @@ -0,0 +1,6 @@ +ALPHA +BETA +GAMMA +DELTA +ZETA +OMEGA diff --git a/shellops/assets/ShellOps_04c9c6a4db/init/data/blocked.txt b/shellops/assets/ShellOps_04c9c6a4db/init/data/blocked.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c4c36fc7ff13ad810c38ab660ae12333f0780d4 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/init/data/blocked.txt @@ -0,0 +1,2 @@ +EPSILON +GAMMA diff --git a/shellops/assets/ShellOps_04c9c6a4db/init/data/catalog.xml b/shellops/assets/ShellOps_04c9c6a4db/init/data/catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..cce606804cc21524117d9b5fc27b323f20ea4e52 --- /dev/null +++ b/shellops/assets/ShellOps_04c9c6a4db/init/data/catalog.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_04da4fdcee/gold/cache/20240517_0900.csv b/shellops/assets/ShellOps_04da4fdcee/gold/cache/20240517_0900.csv new file mode 100644 index 0000000000000000000000000000000000000000..90b291903a122b851b26fda243e5319f0a0b3bf3 --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/gold/cache/20240517_0900.csv @@ -0,0 +1,3 @@ +timestamp,client_id +2024-05-17T09:00:00Z,cli_001 +2024-05-17T09:00:00Z,cli_003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_04da4fdcee/gold/cache/20240517_1200.csv b/shellops/assets/ShellOps_04da4fdcee/gold/cache/20240517_1200.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f54420d844b274eec7b4f537a0a7b0624842973 --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/gold/cache/20240517_1200.csv @@ -0,0 +1,3 @@ +timestamp,client_id +2024-05-17T12:00:00Z,cli_002 +2024-05-17T12:00:00Z,cli_003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_04da4fdcee/gold/discrepancies.txt b/shellops/assets/ShellOps_04da4fdcee/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff51edf5e6a92fff248eff3b2b8c976eb6d5214f --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/gold/discrepancies.txt @@ -0,0 +1 @@ +cli_002 diff --git a/shellops/assets/ShellOps_04da4fdcee/gold/stats/client_total.json b/shellops/assets/ShellOps_04da4fdcee/gold/stats/client_total.json new file mode 100644 index 0000000000000000000000000000000000000000..e55b71d7a51547270329c658748bb5446666eea3 --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/gold/stats/client_total.json @@ -0,0 +1 @@ +{"date": "2024-05-17", "clients": [{"id": "cli_001", "sessions": 5}, {"id": "cli_003", "sessions": 12}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04da4fdcee/init/cache/20240517_0900.csv b/shellops/assets/ShellOps_04da4fdcee/init/cache/20240517_0900.csv new file mode 100644 index 0000000000000000000000000000000000000000..90b291903a122b851b26fda243e5319f0a0b3bf3 --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/init/cache/20240517_0900.csv @@ -0,0 +1,3 @@ +timestamp,client_id +2024-05-17T09:00:00Z,cli_001 +2024-05-17T09:00:00Z,cli_003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_04da4fdcee/init/cache/20240517_1200.csv b/shellops/assets/ShellOps_04da4fdcee/init/cache/20240517_1200.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f54420d844b274eec7b4f537a0a7b0624842973 --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/init/cache/20240517_1200.csv @@ -0,0 +1,3 @@ +timestamp,client_id +2024-05-17T12:00:00Z,cli_002 +2024-05-17T12:00:00Z,cli_003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_04da4fdcee/init/stats/client_total.json b/shellops/assets/ShellOps_04da4fdcee/init/stats/client_total.json new file mode 100644 index 0000000000000000000000000000000000000000..e55b71d7a51547270329c658748bb5446666eea3 --- /dev/null +++ b/shellops/assets/ShellOps_04da4fdcee/init/stats/client_total.json @@ -0,0 +1 @@ +{"date": "2024-05-17", "clients": [{"id": "cli_001", "sessions": 5}, {"id": "cli_003", "sessions": 12}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_04e5beeb33/gold/notes.txt b/shellops/assets/ShellOps_04e5beeb33/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c2d79e05d79a405e44299f05ea3d9fd8d2992a5 --- /dev/null +++ b/shellops/assets/ShellOps_04e5beeb33/gold/notes.txt @@ -0,0 +1 @@ +Ignore this distractor file; it does not affect aggregation. \ No newline at end of file diff --git a/shellops/assets/ShellOps_04e5beeb33/gold/regional_summary.csv b/shellops/assets/ShellOps_04e5beeb33/gold/regional_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..417d2d25e0065b97b51515705e1cc74a1e9b9a9a --- /dev/null +++ b/shellops/assets/ShellOps_04e5beeb33/gold/regional_summary.csv @@ -0,0 +1,4 @@ +EMEA,1900 +AMER,1600 +APAC,1000 +ALL,4500 diff --git a/shellops/assets/ShellOps_04e5beeb33/gold/usage.csv b/shellops/assets/ShellOps_04e5beeb33/gold/usage.csv new file mode 100644 index 0000000000000000000000000000000000000000..f9f512b28347264a3919332c8eca25d735349696 --- /dev/null +++ b/shellops/assets/ShellOps_04e5beeb33/gold/usage.csv @@ -0,0 +1,8 @@ +region,amount +EMEA,1200 +APAC,800 +EMEA,300 +AMER,1500 +APAC,200 +EMEA,400 +AMER,100 diff --git a/shellops/assets/ShellOps_04e5beeb33/init/notes.txt b/shellops/assets/ShellOps_04e5beeb33/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c2d79e05d79a405e44299f05ea3d9fd8d2992a5 --- /dev/null +++ b/shellops/assets/ShellOps_04e5beeb33/init/notes.txt @@ -0,0 +1 @@ +Ignore this distractor file; it does not affect aggregation. \ No newline at end of file diff --git a/shellops/assets/ShellOps_04e5beeb33/init/usage.csv b/shellops/assets/ShellOps_04e5beeb33/init/usage.csv new file mode 100644 index 0000000000000000000000000000000000000000..f9f512b28347264a3919332c8eca25d735349696 --- /dev/null +++ b/shellops/assets/ShellOps_04e5beeb33/init/usage.csv @@ -0,0 +1,8 @@ +region,amount +EMEA,1200 +APAC,800 +EMEA,300 +AMER,1500 +APAC,200 +EMEA,400 +AMER,100 diff --git a/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/.keep b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/primary.ini b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/primary.ini new file mode 100644 index 0000000000000000000000000000000000000000..22d051eb2e40d305a43335d9df2f27bd2ae99db8 --- /dev/null +++ b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/primary.ini @@ -0,0 +1,7 @@ +[waypoints] +waypoint_id=WP001 +waypoint_id=WP003 +waypoint_id=WP005 + +[alt] +waypoint_id=WP007 diff --git a/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/secondary.ini b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/secondary.ini new file mode 100644 index 0000000000000000000000000000000000000000..2f6a0e90ad384118c3b9d1a3fb31c5fde0a19e58 --- /dev/null +++ b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/secondary.ini @@ -0,0 +1,7 @@ +[waypoints] +waypoint_id=WP002 +waypoint_id=WP003 +waypoint_id=WP006 + +[backup] +waypoint_id=WP005 diff --git a/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/tertiary.ini b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/tertiary.ini new file mode 100644 index 0000000000000000000000000000000000000000..372d636230ab319b7b97f4f8fa8259f7e57b48ff --- /dev/null +++ b/shellops/assets/ShellOps_04ff8e8de3/gold/config/nav/waypoints/tertiary.ini @@ -0,0 +1,4 @@ +[waypoints] +waypoint_id=WP004 +waypoint_id=WP006 +waypoint_id=WP008 diff --git a/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/.keep b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/primary.ini b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/primary.ini new file mode 100644 index 0000000000000000000000000000000000000000..22d051eb2e40d305a43335d9df2f27bd2ae99db8 --- /dev/null +++ b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/primary.ini @@ -0,0 +1,7 @@ +[waypoints] +waypoint_id=WP001 +waypoint_id=WP003 +waypoint_id=WP005 + +[alt] +waypoint_id=WP007 diff --git a/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/secondary.ini b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/secondary.ini new file mode 100644 index 0000000000000000000000000000000000000000..2f6a0e90ad384118c3b9d1a3fb31c5fde0a19e58 --- /dev/null +++ b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/secondary.ini @@ -0,0 +1,7 @@ +[waypoints] +waypoint_id=WP002 +waypoint_id=WP003 +waypoint_id=WP006 + +[backup] +waypoint_id=WP005 diff --git a/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/tertiary.ini b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/tertiary.ini new file mode 100644 index 0000000000000000000000000000000000000000..372d636230ab319b7b97f4f8fa8259f7e57b48ff --- /dev/null +++ b/shellops/assets/ShellOps_04ff8e8de3/init/config/nav/waypoints/tertiary.ini @@ -0,0 +1,4 @@ +[waypoints] +waypoint_id=WP004 +waypoint_id=WP006 +waypoint_id=WP008 diff --git a/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial1.json b/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial1.json new file mode 100644 index 0000000000000000000000000000000000000000..83e2b4332782c646d072a532760b30d3b2db6ada --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial1.json @@ -0,0 +1 @@ +{"error": {"codes": [403, 501, "TEST04"]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial2.json b/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial2.json new file mode 100644 index 0000000000000000000000000000000000000000..1eb073b2fc260ef1bc6ac66a260d84a9b74161c5 --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial2.json @@ -0,0 +1 @@ +{"error": {"codes": [404, 501, 307]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial3.json b/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial3.json new file mode 100644 index 0000000000000000000000000000000000000000..5639fa5bcce8f72b1cd0f2e10d20c27204a19776 --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/gold/experiments/trials/trial3.json @@ -0,0 +1 @@ +{"error": {"codes": [307, "TEST12", 532]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_050040d264/gold/known_benign_exceptions.txt b/shellops/assets/ShellOps_050040d264/gold/known_benign_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4477f09d61a899a848535b39494e1972169e599 --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/gold/known_benign_exceptions.txt @@ -0,0 +1,2 @@ +403 +307 diff --git a/shellops/assets/ShellOps_050040d264/gold/suspect_codes.txt b/shellops/assets/ShellOps_050040d264/gold/suspect_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..32c14eca111d11c0664665394bf0998f9890a60b --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/gold/suspect_codes.txt @@ -0,0 +1,3 @@ +404 +501 +532 diff --git a/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial1.json b/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial1.json new file mode 100644 index 0000000000000000000000000000000000000000..83e2b4332782c646d072a532760b30d3b2db6ada --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial1.json @@ -0,0 +1 @@ +{"error": {"codes": [403, 501, "TEST04"]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial2.json b/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial2.json new file mode 100644 index 0000000000000000000000000000000000000000..1eb073b2fc260ef1bc6ac66a260d84a9b74161c5 --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial2.json @@ -0,0 +1 @@ +{"error": {"codes": [404, 501, 307]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial3.json b/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial3.json new file mode 100644 index 0000000000000000000000000000000000000000..5639fa5bcce8f72b1cd0f2e10d20c27204a19776 --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/init/experiments/trials/trial3.json @@ -0,0 +1 @@ +{"error": {"codes": [307, "TEST12", 532]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_050040d264/init/known_benign_exceptions.txt b/shellops/assets/ShellOps_050040d264/init/known_benign_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4477f09d61a899a848535b39494e1972169e599 --- /dev/null +++ b/shellops/assets/ShellOps_050040d264/init/known_benign_exceptions.txt @@ -0,0 +1,2 @@ +403 +307 diff --git a/shellops/assets/ShellOps_0508e1f6f0/gold/missing_accounts.txt b/shellops/assets/ShellOps_0508e1f6f0/gold/missing_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..915f40ded3ffba494f197c9579439685d55325e3 --- /dev/null +++ b/shellops/assets/ShellOps_0508e1f6f0/gold/missing_accounts.txt @@ -0,0 +1 @@ +svc-api-old diff --git a/shellops/assets/ShellOps_0508e1f6f0/gold/prod_accounts.ini b/shellops/assets/ShellOps_0508e1f6f0/gold/prod_accounts.ini new file mode 100644 index 0000000000000000000000000000000000000000..81acb62f396eaab318982ffa137cbd48c67ba415 --- /dev/null +++ b/shellops/assets/ShellOps_0508e1f6f0/gold/prod_accounts.ini @@ -0,0 +1,11 @@ +[Account] +id: svc-frontend +role: operator + +[Account] +id: svc-backend +role: admin + +[Account] +id: svc-monitoring +role: viewer \ No newline at end of file diff --git a/shellops/assets/ShellOps_0508e1f6f0/gold/prod_services.conf b/shellops/assets/ShellOps_0508e1f6f0/gold/prod_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..16743157cca524b034217ae67c8575ec3a618876 --- /dev/null +++ b/shellops/assets/ShellOps_0508e1f6f0/gold/prod_services.conf @@ -0,0 +1,11 @@ +[Service] +name=frontend +ServiceAccount=svc-frontend + +[Service] +name=backend +ServiceAccount=svc-backend + +[Service] +name=api +ServiceAccount=svc-api-old diff --git a/shellops/assets/ShellOps_0508e1f6f0/init/prod_accounts.ini b/shellops/assets/ShellOps_0508e1f6f0/init/prod_accounts.ini new file mode 100644 index 0000000000000000000000000000000000000000..81acb62f396eaab318982ffa137cbd48c67ba415 --- /dev/null +++ b/shellops/assets/ShellOps_0508e1f6f0/init/prod_accounts.ini @@ -0,0 +1,11 @@ +[Account] +id: svc-frontend +role: operator + +[Account] +id: svc-backend +role: admin + +[Account] +id: svc-monitoring +role: viewer \ No newline at end of file diff --git a/shellops/assets/ShellOps_0508e1f6f0/init/prod_services.conf b/shellops/assets/ShellOps_0508e1f6f0/init/prod_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..16743157cca524b034217ae67c8575ec3a618876 --- /dev/null +++ b/shellops/assets/ShellOps_0508e1f6f0/init/prod_services.conf @@ -0,0 +1,11 @@ +[Service] +name=frontend +ServiceAccount=svc-frontend + +[Service] +name=backend +ServiceAccount=svc-backend + +[Service] +name=api +ServiceAccount=svc-api-old diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/core/auth.ts b/shellops/assets/ShellOps_0525575b86/gold/modules/core/auth.ts new file mode 100644 index 0000000000000000000000000000000000000000..2700e8c783a0bf4f66d5e441d6cc368f6602ad9a --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/core/auth.ts @@ -0,0 +1,7 @@ +import * as crypto from 'crypto'; +// @plugin: authx +// other imports + +function generateToken() {} +// @plugin: logger +// redundant line diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/core/logger.ts b/shellops/assets/ShellOps_0525575b86/gold/modules/core/logger.ts new file mode 100644 index 0000000000000000000000000000000000000000..a0fbde4afd83b0fed9d3b4f9cdd5d111d9bb1998 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/core/logger.ts @@ -0,0 +1,4 @@ +// @plugin: logger +console.log('starting'); +// @plugin: metrics +// no extra plugin diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/irrelevant/another.ts b/shellops/assets/ShellOps_0525575b86/gold/modules/irrelevant/another.ts new file mode 100644 index 0000000000000000000000000000000000000000..3f952406544e62171a75dfa3d2a3a7a97ae83feb --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/irrelevant/another.ts @@ -0,0 +1,2 @@ +// TypeScript file without plugin annotation +export const x = 1; \ No newline at end of file diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/irrelevant/index.js b/shellops/assets/ShellOps_0525575b86/gold/modules/irrelevant/index.js new file mode 100644 index 0000000000000000000000000000000000000000..e1891879cd7d910dffe64934de70d6e3d7826690 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/irrelevant/index.js @@ -0,0 +1,3 @@ +// JS file, not TypeScript +// @plugin: ignore-me +console.log('js'); \ No newline at end of file diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/legacy/old.ts b/shellops/assets/ShellOps_0525575b86/gold/modules/legacy/old.ts new file mode 100644 index 0000000000000000000000000000000000000000..1929793d906132f5e05cdc798da80ef12ec6f187 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/legacy/old.ts @@ -0,0 +1,3 @@ +// deprecated module +// @plugin: legacy-plugin +function old() {} diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/ui/component.tsx b/shellops/assets/ShellOps_0525575b86/gold/modules/ui/component.tsx new file mode 100644 index 0000000000000000000000000000000000000000..a9d343f7b9e6cd10e436da3b2277c5bee1601eeb --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/ui/component.tsx @@ -0,0 +1,3 @@ +export const Button = () => ; +// @plugin: ui-toolkit +// another comment diff --git a/shellops/assets/ShellOps_0525575b86/gold/modules/utils/helper.ts b/shellops/assets/ShellOps_0525575b86/gold/modules/utils/helper.ts new file mode 100644 index 0000000000000000000000000000000000000000..1c480453a0a43c56fd29e4af87f088513f5313f7 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/modules/utils/helper.ts @@ -0,0 +1,3 @@ +// @plugin: logger +function helper() {} +// unrelated line diff --git a/shellops/assets/ShellOps_0525575b86/gold/plugin_index.json b/shellops/assets/ShellOps_0525575b86/gold/plugin_index.json new file mode 100644 index 0000000000000000000000000000000000000000..a0f4d609e9a146cc75d2ae1fee15d73917dd3902 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/gold/plugin_index.json @@ -0,0 +1,5 @@ +authx +legacy-plugin +logger +metrics +ui-toolkit diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/core/auth.ts b/shellops/assets/ShellOps_0525575b86/init/modules/core/auth.ts new file mode 100644 index 0000000000000000000000000000000000000000..2700e8c783a0bf4f66d5e441d6cc368f6602ad9a --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/core/auth.ts @@ -0,0 +1,7 @@ +import * as crypto from 'crypto'; +// @plugin: authx +// other imports + +function generateToken() {} +// @plugin: logger +// redundant line diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/core/logger.ts b/shellops/assets/ShellOps_0525575b86/init/modules/core/logger.ts new file mode 100644 index 0000000000000000000000000000000000000000..a0fbde4afd83b0fed9d3b4f9cdd5d111d9bb1998 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/core/logger.ts @@ -0,0 +1,4 @@ +// @plugin: logger +console.log('starting'); +// @plugin: metrics +// no extra plugin diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/irrelevant/another.ts b/shellops/assets/ShellOps_0525575b86/init/modules/irrelevant/another.ts new file mode 100644 index 0000000000000000000000000000000000000000..3f952406544e62171a75dfa3d2a3a7a97ae83feb --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/irrelevant/another.ts @@ -0,0 +1,2 @@ +// TypeScript file without plugin annotation +export const x = 1; \ No newline at end of file diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/irrelevant/index.js b/shellops/assets/ShellOps_0525575b86/init/modules/irrelevant/index.js new file mode 100644 index 0000000000000000000000000000000000000000..e1891879cd7d910dffe64934de70d6e3d7826690 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/irrelevant/index.js @@ -0,0 +1,3 @@ +// JS file, not TypeScript +// @plugin: ignore-me +console.log('js'); \ No newline at end of file diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/legacy/old.ts b/shellops/assets/ShellOps_0525575b86/init/modules/legacy/old.ts new file mode 100644 index 0000000000000000000000000000000000000000..1929793d906132f5e05cdc798da80ef12ec6f187 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/legacy/old.ts @@ -0,0 +1,3 @@ +// deprecated module +// @plugin: legacy-plugin +function old() {} diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/ui/component.tsx b/shellops/assets/ShellOps_0525575b86/init/modules/ui/component.tsx new file mode 100644 index 0000000000000000000000000000000000000000..a9d343f7b9e6cd10e436da3b2277c5bee1601eeb --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/ui/component.tsx @@ -0,0 +1,3 @@ +export const Button = () => ; +// @plugin: ui-toolkit +// another comment diff --git a/shellops/assets/ShellOps_0525575b86/init/modules/utils/helper.ts b/shellops/assets/ShellOps_0525575b86/init/modules/utils/helper.ts new file mode 100644 index 0000000000000000000000000000000000000000..1c480453a0a43c56fd29e4af87f088513f5313f7 --- /dev/null +++ b/shellops/assets/ShellOps_0525575b86/init/modules/utils/helper.ts @@ -0,0 +1,3 @@ +// @plugin: logger +function helper() {} +// unrelated line diff --git a/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/.keep b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server01.conf b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server01.conf new file mode 100644 index 0000000000000000000000000000000000000000..e0b7a986f065cb4433a57286872a15491b7cf2da --- /dev/null +++ b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server01.conf @@ -0,0 +1,5 @@ +server_name server01 +upstream backend01 +timeout 30s +# timeout 60s +max_connections 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server02.conf b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server02.conf new file mode 100644 index 0000000000000000000000000000000000000000..9c11e1c3ed3ce90ae2e737a737da9a0f624adeb8 --- /dev/null +++ b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server02.conf @@ -0,0 +1,5 @@ +server_name server02 +upstream backend02 +timeout 45s +max_connections 150 +# timeout 90s \ No newline at end of file diff --git a/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server03.conf b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server03.conf new file mode 100644 index 0000000000000000000000000000000000000000..fcde621c58254bd74719cd8ed2c3b35e4ed5702e --- /dev/null +++ b/shellops/assets/ShellOps_055dbb128c/gold/lb_configs/server03.conf @@ -0,0 +1,5 @@ +server_name server03 +upstream backend03 +timeout 30s +keepalive_timeout 75s +max_connections 200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_055dbb128c/init/lb_configs/.keep b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server01.conf b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server01.conf new file mode 100644 index 0000000000000000000000000000000000000000..e0b7a986f065cb4433a57286872a15491b7cf2da --- /dev/null +++ b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server01.conf @@ -0,0 +1,5 @@ +server_name server01 +upstream backend01 +timeout 30s +# timeout 60s +max_connections 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server02.conf b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server02.conf new file mode 100644 index 0000000000000000000000000000000000000000..9c11e1c3ed3ce90ae2e737a737da9a0f624adeb8 --- /dev/null +++ b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server02.conf @@ -0,0 +1,5 @@ +server_name server02 +upstream backend02 +timeout 45s +max_connections 150 +# timeout 90s \ No newline at end of file diff --git a/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server03.conf b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server03.conf new file mode 100644 index 0000000000000000000000000000000000000000..fcde621c58254bd74719cd8ed2c3b35e4ed5702e --- /dev/null +++ b/shellops/assets/ShellOps_055dbb128c/init/lb_configs/server03.conf @@ -0,0 +1,5 @@ +server_name server03 +upstream backend03 +timeout 30s +keepalive_timeout 75s +max_connections 200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0560136fab/gold/host_schema.tsv b/shellops/assets/ShellOps_0560136fab/gold/host_schema.tsv new file mode 100644 index 0000000000000000000000000000000000000000..31657941b500581a233cd38e57dc389fb27ce6b4 --- /dev/null +++ b/shellops/assets/ShellOps_0560136fab/gold/host_schema.tsv @@ -0,0 +1,5 @@ +host001 alpha +host002 beta +host004 delta +host005 epsilon +host007 eta diff --git a/shellops/assets/ShellOps_0560136fab/gold/validated_hosts.txt b/shellops/assets/ShellOps_0560136fab/gold/validated_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..591ec798db50345ecddae08d0c144bcd5d881a72 --- /dev/null +++ b/shellops/assets/ShellOps_0560136fab/gold/validated_hosts.txt @@ -0,0 +1,5 @@ +host001 +host002 +host004 +host005 +host007 diff --git a/shellops/assets/ShellOps_0560136fab/init/host_schema.tsv b/shellops/assets/ShellOps_0560136fab/init/host_schema.tsv new file mode 100644 index 0000000000000000000000000000000000000000..31657941b500581a233cd38e57dc389fb27ce6b4 --- /dev/null +++ b/shellops/assets/ShellOps_0560136fab/init/host_schema.tsv @@ -0,0 +1,5 @@ +host001 alpha +host002 beta +host004 delta +host005 epsilon +host007 eta diff --git a/shellops/assets/ShellOps_05b9243858/gold/allowed_channels.txt b/shellops/assets/ShellOps_05b9243858/gold/allowed_channels.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8ce4d216e98b006a31105836ea7fc03fe8b83bf --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/gold/allowed_channels.txt @@ -0,0 +1,4 @@ +alpha +beta +delta +epsilon diff --git a/shellops/assets/ShellOps_05b9243858/gold/notes.md b/shellops/assets/ShellOps_05b9243858/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b6208e0e99993289872f5d94dbbe9bc29c9d76ce --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/gold/notes.md @@ -0,0 +1 @@ +Ignore the 'theta' channel mentioned here; it is not present in the runtime dumps. diff --git a/shellops/assets/ShellOps_05b9243858/gold/reports/missing_channels.txt b/shellops/assets/ShellOps_05b9243858/gold/reports/missing_channels.txt new file mode 100644 index 0000000000000000000000000000000000000000..35806d84f002972749ac1d7acc24c7a4956785c0 --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/gold/reports/missing_channels.txt @@ -0,0 +1,2 @@ +gamma +zeta diff --git a/shellops/assets/ShellOps_05b9243858/gold/runs/batch_001.xml b/shellops/assets/ShellOps_05b9243858/gold/runs/batch_001.xml new file mode 100644 index 0000000000000000000000000000000000000000..cb855303ae912433ad75d7697bafe93c5b395ac4 --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/gold/runs/batch_001.xml @@ -0,0 +1,11 @@ + + + ok + + + ok + + + error + + diff --git a/shellops/assets/ShellOps_05b9243858/gold/runs/batch_002.xml b/shellops/assets/ShellOps_05b9243858/gold/runs/batch_002.xml new file mode 100644 index 0000000000000000000000000000000000000000..45adc4378e9241d202c6ce4bffcdf648a174c4e2 --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/gold/runs/batch_002.xml @@ -0,0 +1,11 @@ + + + ok + + + ok + + + error + + diff --git a/shellops/assets/ShellOps_05b9243858/init/allowed_channels.txt b/shellops/assets/ShellOps_05b9243858/init/allowed_channels.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8ce4d216e98b006a31105836ea7fc03fe8b83bf --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/init/allowed_channels.txt @@ -0,0 +1,4 @@ +alpha +beta +delta +epsilon diff --git a/shellops/assets/ShellOps_05b9243858/init/notes.md b/shellops/assets/ShellOps_05b9243858/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b6208e0e99993289872f5d94dbbe9bc29c9d76ce --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/init/notes.md @@ -0,0 +1 @@ +Ignore the 'theta' channel mentioned here; it is not present in the runtime dumps. diff --git a/shellops/assets/ShellOps_05b9243858/init/runs/batch_001.xml b/shellops/assets/ShellOps_05b9243858/init/runs/batch_001.xml new file mode 100644 index 0000000000000000000000000000000000000000..cb855303ae912433ad75d7697bafe93c5b395ac4 --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/init/runs/batch_001.xml @@ -0,0 +1,11 @@ + + + ok + + + ok + + + error + + diff --git a/shellops/assets/ShellOps_05b9243858/init/runs/batch_002.xml b/shellops/assets/ShellOps_05b9243858/init/runs/batch_002.xml new file mode 100644 index 0000000000000000000000000000000000000000..45adc4378e9241d202c6ce4bffcdf648a174c4e2 --- /dev/null +++ b/shellops/assets/ShellOps_05b9243858/init/runs/batch_002.xml @@ -0,0 +1,11 @@ + + + ok + + + ok + + + error + + diff --git a/shellops/assets/ShellOps_05de8de7c9/gold/calibration_report.out b/shellops/assets/ShellOps_05de8de7c9/gold/calibration_report.out new file mode 100644 index 0000000000000000000000000000000000000000..ad9c263e0795eabcc0c4c8de18d9b63f67a64c08 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/gold/calibration_report.out @@ -0,0 +1,5 @@ +sensor1 2024-03-03 +0.04 +sensor2 2024-03-03 -0.04 +sensor3 2024-03-03 +0.01 +sensor4 2024-03-03 -0.01 +sensor5 2024-03-02 +0.03 diff --git a/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceA.rc b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceA.rc new file mode 100644 index 0000000000000000000000000000000000000000..7649038f2b67ec500657541bb5acb97f4706cf86 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceA.rc @@ -0,0 +1,3 @@ +sensor1 2024-03-01 +0.05 +sensor2 2024-03-02 -0.03 +sensor3 2024-03-03 +0.01 diff --git a/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceB.rc b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceB.rc new file mode 100644 index 0000000000000000000000000000000000000000..7245a2546db1aca0b3848af7454f4d66bccc3819 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceB.rc @@ -0,0 +1,3 @@ +sensor1 2024-03-02 +0.06 +sensor2 2024-03-01 -0.02 +sensor4 2024-03-03 -0.01 diff --git a/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceC.rc b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceC.rc new file mode 100644 index 0000000000000000000000000000000000000000..75e96238a535a44980eeb579abdb6b6b5ace1290 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceC.rc @@ -0,0 +1,3 @@ +sensor2 2024-03-03 -0.04 +sensor3 2024-03-01 +0.02 +sensor5 2024-03-02 +0.03 diff --git a/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceD.rc b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceD.rc new file mode 100644 index 0000000000000000000000000000000000000000..6fecb85c680e7a64d7d1d273cfffb251d8d754f4 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/gold/sensors/calib/deviceD.rc @@ -0,0 +1,3 @@ +sensor1 2024-03-03 +0.04 +sensor4 2024-03-02 -0.02 +sensor5 2024-03-01 +0.02 diff --git a/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceA.rc b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceA.rc new file mode 100644 index 0000000000000000000000000000000000000000..7649038f2b67ec500657541bb5acb97f4706cf86 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceA.rc @@ -0,0 +1,3 @@ +sensor1 2024-03-01 +0.05 +sensor2 2024-03-02 -0.03 +sensor3 2024-03-03 +0.01 diff --git a/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceB.rc b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceB.rc new file mode 100644 index 0000000000000000000000000000000000000000..7245a2546db1aca0b3848af7454f4d66bccc3819 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceB.rc @@ -0,0 +1,3 @@ +sensor1 2024-03-02 +0.06 +sensor2 2024-03-01 -0.02 +sensor4 2024-03-03 -0.01 diff --git a/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceC.rc b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceC.rc new file mode 100644 index 0000000000000000000000000000000000000000..75e96238a535a44980eeb579abdb6b6b5ace1290 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceC.rc @@ -0,0 +1,3 @@ +sensor2 2024-03-03 -0.04 +sensor3 2024-03-01 +0.02 +sensor5 2024-03-02 +0.03 diff --git a/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceD.rc b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceD.rc new file mode 100644 index 0000000000000000000000000000000000000000..6fecb85c680e7a64d7d1d273cfffb251d8d754f4 --- /dev/null +++ b/shellops/assets/ShellOps_05de8de7c9/init/sensors/calib/deviceD.rc @@ -0,0 +1,3 @@ +sensor1 2024-03-03 +0.04 +sensor4 2024-03-02 -0.02 +sensor5 2024-03-01 +0.02 diff --git a/shellops/assets/ShellOps_05f5a021bd/gold/cluster/notes.md b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1ddfed77a133fca13900cf0c9a2f506753368d1a --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/notes.md @@ -0,0 +1,3 @@ +# Cluster configurations +- Each service defines its own timeouts +- Migration plan: consolidate timeouts into a single reference file \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_a.cfg b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..e5cc4785858d8fc641da980929a9efe4a41ad06a --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_a.cfg @@ -0,0 +1,3 @@ +timeout_connect=10 +timeout_read=30 +max_connections=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_b.cfg b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7cd928f6648034f3de58d320638c087313470ffe --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_b.cfg @@ -0,0 +1,3 @@ +timeout_connect=15 +timeout_write=20 +cache_size=500 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_c.cfg b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f6efa7c550cba212a0f7c2ecb41a899bdfd564ed --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/gold/cluster/service_c.cfg @@ -0,0 +1,3 @@ +timeout_connect=12 +timeout_read=25 +timeout_write=18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/gold/timeout_ref.cfg b/shellops/assets/ShellOps_05f5a021bd/gold/timeout_ref.cfg new file mode 100644 index 0000000000000000000000000000000000000000..84e3d88f4ec414f50b84ada08423499412d4ad99 --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/gold/timeout_ref.cfg @@ -0,0 +1,4 @@ +[timeouts] +timeout_connect=15 +timeout_read=30 +timeout_write=20 diff --git a/shellops/assets/ShellOps_05f5a021bd/init/cluster/notes.md b/shellops/assets/ShellOps_05f5a021bd/init/cluster/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1ddfed77a133fca13900cf0c9a2f506753368d1a --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/init/cluster/notes.md @@ -0,0 +1,3 @@ +# Cluster configurations +- Each service defines its own timeouts +- Migration plan: consolidate timeouts into a single reference file \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_a.cfg b/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..e5cc4785858d8fc641da980929a9efe4a41ad06a --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_a.cfg @@ -0,0 +1,3 @@ +timeout_connect=10 +timeout_read=30 +max_connections=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_b.cfg b/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7cd928f6648034f3de58d320638c087313470ffe --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_b.cfg @@ -0,0 +1,3 @@ +timeout_connect=15 +timeout_write=20 +cache_size=500 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_c.cfg b/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f6efa7c550cba212a0f7c2ecb41a899bdfd564ed --- /dev/null +++ b/shellops/assets/ShellOps_05f5a021bd/init/cluster/service_c.cfg @@ -0,0 +1,3 @@ +timeout_connect=12 +timeout_read=25 +timeout_write=18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f740b2ad/gold/approved_sensors.txt b/shellops/assets/ShellOps_05f740b2ad/gold/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..67ba5b799523c4e13f482365d198f2cc98a3d2c6 --- /dev/null +++ b/shellops/assets/ShellOps_05f740b2ad/gold/approved_sensors.txt @@ -0,0 +1,2 @@ +12345 +67890 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f740b2ad/gold/missing_sensors.log b/shellops/assets/ShellOps_05f740b2ad/gold/missing_sensors.log new file mode 100644 index 0000000000000000000000000000000000000000..67c05795893f2a21a02ebf48fbed2cbe2a9db9c8 --- /dev/null +++ b/shellops/assets/ShellOps_05f740b2ad/gold/missing_sensors.log @@ -0,0 +1 @@ +54321 diff --git a/shellops/assets/ShellOps_05f740b2ad/gold/sensors.xml b/shellops/assets/ShellOps_05f740b2ad/gold/sensors.xml new file mode 100644 index 0000000000000000000000000000000000000000..8ea476ba9ae75762dd02c95805d887e7acaa7f4b --- /dev/null +++ b/shellops/assets/ShellOps_05f740b2ad/gold/sensors.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f740b2ad/init/approved_sensors.txt b/shellops/assets/ShellOps_05f740b2ad/init/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..67ba5b799523c4e13f482365d198f2cc98a3d2c6 --- /dev/null +++ b/shellops/assets/ShellOps_05f740b2ad/init/approved_sensors.txt @@ -0,0 +1,2 @@ +12345 +67890 \ No newline at end of file diff --git a/shellops/assets/ShellOps_05f740b2ad/init/sensors.xml b/shellops/assets/ShellOps_05f740b2ad/init/sensors.xml new file mode 100644 index 0000000000000000000000000000000000000000..8ea476ba9ae75762dd02c95805d887e7acaa7f4b --- /dev/null +++ b/shellops/assets/ShellOps_05f740b2ad/init/sensors.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/gold/active_endpoints.trace b/shellops/assets/ShellOps_061ebb506a/gold/active_endpoints.trace new file mode 100644 index 0000000000000000000000000000000000000000..917b1c58b746ee568040524ca956f8a35e261505 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/gold/active_endpoints.trace @@ -0,0 +1,3 @@ +endpoint=http://service-a:8080/metrics +endpoint=http://service-b:9090/metrics +endpoint=http://service-c:7070/metrics diff --git a/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_a.conf b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..ab28631247aade2df2e1ff7bf4056705629e6881 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_a.conf @@ -0,0 +1,2 @@ +endpoint=http://service-a:8080/metrics +interval=30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_a_alt.conf b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_a_alt.conf new file mode 100644 index 0000000000000000000000000000000000000000..0db8547385234ae739a171036eb975adf3090903 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_a_alt.conf @@ -0,0 +1,2 @@ +endpoint=http://service-a:8080/metrics +interval=60s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_b.conf b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..7eaf88deff3780411c526bf2883832180cddae73 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_b.conf @@ -0,0 +1,2 @@ +endpoint=http://service-b:9090/metrics +interval=60s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_c.conf b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..b60873c7b6067d674c88af5baab95274c37f5858 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/gold/monitoring/configs/service_c.conf @@ -0,0 +1,2 @@ +endpoint=http://service-c:7070/metrics +interval=30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_a.conf b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..ab28631247aade2df2e1ff7bf4056705629e6881 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_a.conf @@ -0,0 +1,2 @@ +endpoint=http://service-a:8080/metrics +interval=30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_a_alt.conf b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_a_alt.conf new file mode 100644 index 0000000000000000000000000000000000000000..0db8547385234ae739a171036eb975adf3090903 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_a_alt.conf @@ -0,0 +1,2 @@ +endpoint=http://service-a:8080/metrics +interval=60s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_b.conf b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..7eaf88deff3780411c526bf2883832180cddae73 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_b.conf @@ -0,0 +1,2 @@ +endpoint=http://service-b:9090/metrics +interval=60s \ No newline at end of file diff --git a/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_c.conf b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..b60873c7b6067d674c88af5baab95274c37f5858 --- /dev/null +++ b/shellops/assets/ShellOps_061ebb506a/init/monitoring/configs/service_c.conf @@ -0,0 +1,2 @@ +endpoint=http://service-c:7070/metrics +interval=30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_062b7a8ffc/gold/distractor/notes.md b/shellops/assets/ShellOps_062b7a8ffc/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d3908d968bde1382925d2a7356ba1bca43f35b78 --- /dev/null +++ b/shellops/assets/ShellOps_062b7a8ffc/gold/distractor/notes.md @@ -0,0 +1,2 @@ +# Notes +Some legacy features should be excluded from reporting. diff --git a/shellops/assets/ShellOps_062b7a8ffc/gold/reports/feature_rank.csv b/shellops/assets/ShellOps_062b7a8ffc/gold/reports/feature_rank.csv new file mode 100644 index 0000000000000000000000000000000000000000..0282aae149f7c5115cdacddb1c4c9abf0dbdef65 --- /dev/null +++ b/shellops/assets/ShellOps_062b7a8ffc/gold/reports/feature_rank.csv @@ -0,0 +1,4 @@ +feat_ui 390 +feat_billing 185 +feat_auth 150 +feat_analytics 50 diff --git a/shellops/assets/ShellOps_062b7a8ffc/gold/suppression/ignore_features.txt b/shellops/assets/ShellOps_062b7a8ffc/gold/suppression/ignore_features.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a993bed210af6b3e8cb13007eba207b00ef4c5d --- /dev/null +++ b/shellops/assets/ShellOps_062b7a8ffc/gold/suppression/ignore_features.txt @@ -0,0 +1 @@ +feat_deprecated_legacy diff --git a/shellops/assets/ShellOps_062b7a8ffc/init/distractor/notes.md b/shellops/assets/ShellOps_062b7a8ffc/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d3908d968bde1382925d2a7356ba1bca43f35b78 --- /dev/null +++ b/shellops/assets/ShellOps_062b7a8ffc/init/distractor/notes.md @@ -0,0 +1,2 @@ +# Notes +Some legacy features should be excluded from reporting. diff --git a/shellops/assets/ShellOps_062b7a8ffc/init/suppression/ignore_features.txt b/shellops/assets/ShellOps_062b7a8ffc/init/suppression/ignore_features.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a993bed210af6b3e8cb13007eba207b00ef4c5d --- /dev/null +++ b/shellops/assets/ShellOps_062b7a8ffc/init/suppression/ignore_features.txt @@ -0,0 +1 @@ +feat_deprecated_legacy diff --git a/shellops/assets/ShellOps_064d0f2fc0/gold/notes.txt b/shellops/assets/ShellOps_064d0f2fc0/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..55f334992c60e0c299eb42c73c8b392b1df7065f --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/gold/notes.txt @@ -0,0 +1 @@ +Distractor artifact: not used by the aggregation command. diff --git a/shellops/assets/ShellOps_064d0f2fc0/gold/reports/runtime_rank.tsv b/shellops/assets/ShellOps_064d0f2fc0/gold/reports/runtime_rank.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d09064e4bb88b8f7084bf9396779070517c4a4fb --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/gold/reports/runtime_rank.tsv @@ -0,0 +1,4 @@ +application total_seconds +indexer 690 +scheduler 480 +webui 270 diff --git a/shellops/assets/ShellOps_064d0f2fc0/gold/runs/alpha.csv b/shellops/assets/ShellOps_064d0f2fc0/gold/runs/alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..c91b765abca1d5939ef4160f12c53154b55c5baf --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/gold/runs/alpha.csv @@ -0,0 +1,5 @@ +application,seconds,status +webui,120,ok +webui,60,ok +scheduler,300,ok +scheduler,150,cancelled diff --git a/shellops/assets/ShellOps_064d0f2fc0/gold/runs/beta.csv b/shellops/assets/ShellOps_064d0f2fc0/gold/runs/beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4d0cf7acf0bad6536ecf20a623728a52078fd5e --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/gold/runs/beta.csv @@ -0,0 +1,4 @@ +application,seconds,status +webui,90,ok +indexer,420,ok +scheduler,180,ok diff --git a/shellops/assets/ShellOps_064d0f2fc0/gold/runs/gamma.csv b/shellops/assets/ShellOps_064d0f2fc0/gold/runs/gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..c144b7dbe1bc4892d7689f190ea0a60e3d5c021d --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/gold/runs/gamma.csv @@ -0,0 +1,4 @@ +application,seconds,status +indexer,210,ok +webui,30,cancelled +indexer,60,ok diff --git a/shellops/assets/ShellOps_064d0f2fc0/init/notes.txt b/shellops/assets/ShellOps_064d0f2fc0/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..55f334992c60e0c299eb42c73c8b392b1df7065f --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/init/notes.txt @@ -0,0 +1 @@ +Distractor artifact: not used by the aggregation command. diff --git a/shellops/assets/ShellOps_064d0f2fc0/init/runs/alpha.csv b/shellops/assets/ShellOps_064d0f2fc0/init/runs/alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..c91b765abca1d5939ef4160f12c53154b55c5baf --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/init/runs/alpha.csv @@ -0,0 +1,5 @@ +application,seconds,status +webui,120,ok +webui,60,ok +scheduler,300,ok +scheduler,150,cancelled diff --git a/shellops/assets/ShellOps_064d0f2fc0/init/runs/beta.csv b/shellops/assets/ShellOps_064d0f2fc0/init/runs/beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4d0cf7acf0bad6536ecf20a623728a52078fd5e --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/init/runs/beta.csv @@ -0,0 +1,4 @@ +application,seconds,status +webui,90,ok +indexer,420,ok +scheduler,180,ok diff --git a/shellops/assets/ShellOps_064d0f2fc0/init/runs/gamma.csv b/shellops/assets/ShellOps_064d0f2fc0/init/runs/gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..c144b7dbe1bc4892d7689f190ea0a60e3d5c021d --- /dev/null +++ b/shellops/assets/ShellOps_064d0f2fc0/init/runs/gamma.csv @@ -0,0 +1,4 @@ +application,seconds,status +indexer,210,ok +webui,30,cancelled +indexer,60,ok diff --git a/shellops/assets/ShellOps_065dd085d6/gold/distractor.json b/shellops/assets/ShellOps_065dd085d6/gold/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..e57364cda75c18e0985a5b8003234fe946817c3c --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/gold/distractor.json @@ -0,0 +1,4 @@ +{ + "unrelated": ["exp_x", "exp_y"], + "note": "These aliases belong to a canceled run and are irrelevant." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/gold/experiments.json b/shellops/assets/ShellOps_065dd085d6/gold/experiments.json new file mode 100644 index 0000000000000000000000000000000000000000..a68c86c3a0758e019468fcd3468dc0fcd75ade8e --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/gold/experiments.json @@ -0,0 +1,3 @@ +{ + "aliases": ["exp_a", "exp_b", "exp_c", "exp_d", "exp_e"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/gold/missing_aliases.txt b/shellops/assets/ShellOps_065dd085d6/gold/missing_aliases.txt new file mode 100644 index 0000000000000000000000000000000000000000..171c3f342772ab310c98bddd7802831348be376e --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/gold/missing_aliases.txt @@ -0,0 +1,2 @@ +exp_d +exp_e diff --git a/shellops/assets/ShellOps_065dd085d6/gold/test.jsonl b/shellops/assets/ShellOps_065dd085d6/gold/test.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..409dd939d043a8c2ed098ca5c616b7e7ad9b3ddf --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/gold/test.jsonl @@ -0,0 +1,2 @@ +{"sample_id": "004", "experiment_alias": "exp_a", "value": 12.7} +{"sample_id": "005", "experiment_alias": "exp_b", "value": 7.2} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/gold/train.jsonl b/shellops/assets/ShellOps_065dd085d6/gold/train.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c5f56949d54e28ba962a502e69631f9219457365 --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/gold/train.jsonl @@ -0,0 +1,3 @@ +{"sample_id": "001", "experiment_alias": "exp_a", "value": 42.1} +{"sample_id": "002", "experiment_alias": "exp_b", "value": 0.9} +{"sample_id": "003", "experiment_alias": "exp_c", "value": -3.5} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/init/distractor.json b/shellops/assets/ShellOps_065dd085d6/init/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..e57364cda75c18e0985a5b8003234fe946817c3c --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/init/distractor.json @@ -0,0 +1,4 @@ +{ + "unrelated": ["exp_x", "exp_y"], + "note": "These aliases belong to a canceled run and are irrelevant." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/init/experiments.json b/shellops/assets/ShellOps_065dd085d6/init/experiments.json new file mode 100644 index 0000000000000000000000000000000000000000..a68c86c3a0758e019468fcd3468dc0fcd75ade8e --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/init/experiments.json @@ -0,0 +1,3 @@ +{ + "aliases": ["exp_a", "exp_b", "exp_c", "exp_d", "exp_e"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/init/test.jsonl b/shellops/assets/ShellOps_065dd085d6/init/test.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..409dd939d043a8c2ed098ca5c616b7e7ad9b3ddf --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/init/test.jsonl @@ -0,0 +1,2 @@ +{"sample_id": "004", "experiment_alias": "exp_a", "value": 12.7} +{"sample_id": "005", "experiment_alias": "exp_b", "value": 7.2} \ No newline at end of file diff --git a/shellops/assets/ShellOps_065dd085d6/init/train.jsonl b/shellops/assets/ShellOps_065dd085d6/init/train.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c5f56949d54e28ba962a502e69631f9219457365 --- /dev/null +++ b/shellops/assets/ShellOps_065dd085d6/init/train.jsonl @@ -0,0 +1,3 @@ +{"sample_id": "001", "experiment_alias": "exp_a", "value": 42.1} +{"sample_id": "002", "experiment_alias": "exp_b", "value": 0.9} +{"sample_id": "003", "experiment_alias": "exp_c", "value": -3.5} \ No newline at end of file diff --git a/shellops/assets/ShellOps_06f80694f9/gold/common_varieties.txt b/shellops/assets/ShellOps_06f80694f9/gold/common_varieties.txt new file mode 100644 index 0000000000000000000000000000000000000000..17e9ad6cdd2290d812795b3d44979c91bb2f0c5b --- /dev/null +++ b/shellops/assets/ShellOps_06f80694f9/gold/common_varieties.txt @@ -0,0 +1,3 @@ +Colombian +Guatemalan +Sumatra diff --git a/shellops/assets/ShellOps_06f80694f9/gold/orders/customer_orders.csv b/shellops/assets/ShellOps_06f80694f9/gold/orders/customer_orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..d11994d55b7cbbf4c6b7918b0133593ab4cd2dfe --- /dev/null +++ b/shellops/assets/ShellOps_06f80694f9/gold/orders/customer_orders.csv @@ -0,0 +1,7 @@ +order_id,customer_name,bean_variety,order_size +101,CafeA,Colombian,25 +102,CafeB,Sumatra,30 +103,CafeC,Guatemalan,20 +104,CafeD,Colombian,15 +105,CafeE,Sumatra,35 +106,CafeF,Guatemalan,25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_06f80694f9/gold/shipments/daily_shipments.csv b/shellops/assets/ShellOps_06f80694f9/gold/shipments/daily_shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..4a0d8b8d2d01a0a75396881bc34797ddd3d4d7fd --- /dev/null +++ b/shellops/assets/ShellOps_06f80694f9/gold/shipments/daily_shipments.csv @@ -0,0 +1,7 @@ +date,bean_variety,quantity_kg +2024-03-10,Colombian,150 +2024-03-10,Sumatra,200 +2024-03-10,Guatemalan,180 +2024-03-11,Colombian,160 +2024-03-11,Sumatra,210 +2024-03-11,Guatemalan,190 \ No newline at end of file diff --git a/shellops/assets/ShellOps_06f80694f9/init/.tmp/keep b/shellops/assets/ShellOps_06f80694f9/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_06f80694f9/init/orders/customer_orders.csv b/shellops/assets/ShellOps_06f80694f9/init/orders/customer_orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..d11994d55b7cbbf4c6b7918b0133593ab4cd2dfe --- /dev/null +++ b/shellops/assets/ShellOps_06f80694f9/init/orders/customer_orders.csv @@ -0,0 +1,7 @@ +order_id,customer_name,bean_variety,order_size +101,CafeA,Colombian,25 +102,CafeB,Sumatra,30 +103,CafeC,Guatemalan,20 +104,CafeD,Colombian,15 +105,CafeE,Sumatra,35 +106,CafeF,Guatemalan,25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_06f80694f9/init/shipments/daily_shipments.csv b/shellops/assets/ShellOps_06f80694f9/init/shipments/daily_shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..4a0d8b8d2d01a0a75396881bc34797ddd3d4d7fd --- /dev/null +++ b/shellops/assets/ShellOps_06f80694f9/init/shipments/daily_shipments.csv @@ -0,0 +1,7 @@ +date,bean_variety,quantity_kg +2024-03-10,Colombian,150 +2024-03-10,Sumatra,200 +2024-03-10,Guatemalan,180 +2024-03-11,Colombian,160 +2024-03-11,Sumatra,210 +2024-03-11,Guatemalan,190 \ No newline at end of file diff --git a/shellops/assets/ShellOps_070812d0ef/gold/incident_field_migration.out b/shellops/assets/ShellOps_070812d0ef/gold/incident_field_migration.out new file mode 100644 index 0000000000000000000000000000000000000000..0a80bebbb484556a5ece4cfd1c4c6e4bddd30c79 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/incident_field_migration.out @@ -0,0 +1,5 @@ +src/incidents/models.py +src/incidents/processor.py +src/incidents/utils.py +tests/conftest.py +tests/test_incidents.py diff --git a/shellops/assets/ShellOps_070812d0ef/gold/src/common/constants.py b/shellops/assets/ShellOps_070812d0ef/gold/src/common/constants.py new file mode 100644 index 0000000000000000000000000000000000000000..90c69b61faff6e517227225f3cf069a635b6b546 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/src/common/constants.py @@ -0,0 +1 @@ +MAX_TICKETS = 100 diff --git a/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/models.py b/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/models.py new file mode 100644 index 0000000000000000000000000000000000000000..2aad859574222f1054809d53b43086403c87b324 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/models.py @@ -0,0 +1,7 @@ +class Incident: + def __init__(self, incident_id, description): + self.incident_id = incident_id + self.description = description + + def get_incident_id(self): + return self.incident_id diff --git a/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/processor.py b/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/processor.py new file mode 100644 index 0000000000000000000000000000000000000000..f206639be2e405570b2d0d98394550e7717afe8c --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/processor.py @@ -0,0 +1,4 @@ +def process_incident(incident): + if incident.incident_id: + log_event(incident.incident_id, incident.description) + return incident.incident_id diff --git a/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/utils.py b/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..e5cfd62434e8df3bf6989274a5ec602ba3d18de1 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/src/incidents/utils.py @@ -0,0 +1,2 @@ +def format_ticket(incident_id): + return f"Ticket: {incident_id}" diff --git a/shellops/assets/ShellOps_070812d0ef/gold/tests/conftest.py b/shellops/assets/ShellOps_070812d0ef/gold/tests/conftest.py new file mode 100644 index 0000000000000000000000000000000000000000..e897e9bee86e94874d10fcf5903ed2bb983254ef --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/tests/conftest.py @@ -0,0 +1,4 @@ +import pytest +@pytest.fixture +def sample_incident_id(): + return 'T999' diff --git a/shellops/assets/ShellOps_070812d0ef/gold/tests/test_incidents.py b/shellops/assets/ShellOps_070812d0ef/gold/tests/test_incidents.py new file mode 100644 index 0000000000000000000000000000000000000000..378cb1098109533f28b9138d554bddeaa2194ab4 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/gold/tests/test_incidents.py @@ -0,0 +1,7 @@ +def test_incident_creation(): + inc = Incident(incident_id='T123', description='test') + assert inc.incident_id == 'T123' + +def test_incident_id_presence(): + inc = Incident(incident_id='T456', description='another') + assert hasattr(inc, 'incident_id') diff --git a/shellops/assets/ShellOps_070812d0ef/init/src/common/constants.py b/shellops/assets/ShellOps_070812d0ef/init/src/common/constants.py new file mode 100644 index 0000000000000000000000000000000000000000..90c69b61faff6e517227225f3cf069a635b6b546 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/init/src/common/constants.py @@ -0,0 +1 @@ +MAX_TICKETS = 100 diff --git a/shellops/assets/ShellOps_070812d0ef/init/src/incidents/models.py b/shellops/assets/ShellOps_070812d0ef/init/src/incidents/models.py new file mode 100644 index 0000000000000000000000000000000000000000..fe3a8e4bfb3e9cf8f1e8d2b518eb3e8ef6adfb76 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/init/src/incidents/models.py @@ -0,0 +1,7 @@ +class Incident: + def __init__(self, ticket_id, description): + self.ticket_id = ticket_id + self.description = description + + def get_ticket_id(self): + return self.ticket_id diff --git a/shellops/assets/ShellOps_070812d0ef/init/src/incidents/processor.py b/shellops/assets/ShellOps_070812d0ef/init/src/incidents/processor.py new file mode 100644 index 0000000000000000000000000000000000000000..04d15c8ad84a38c593a92a68c7fa0e8123b45493 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/init/src/incidents/processor.py @@ -0,0 +1,4 @@ +def process_incident(incident): + if incident.ticket_id: + log_event(incident.ticket_id, incident.description) + return incident.ticket_id diff --git a/shellops/assets/ShellOps_070812d0ef/init/src/incidents/utils.py b/shellops/assets/ShellOps_070812d0ef/init/src/incidents/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..d4d7881e82f9b1b47afdfb0ea2d2bd801c1873d2 --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/init/src/incidents/utils.py @@ -0,0 +1,2 @@ +def format_ticket(ticket_id): + return f"Ticket: {ticket_id}" diff --git a/shellops/assets/ShellOps_070812d0ef/init/tests/conftest.py b/shellops/assets/ShellOps_070812d0ef/init/tests/conftest.py new file mode 100644 index 0000000000000000000000000000000000000000..3932f13c27f424493b29ac6fbdd41aee7d0e6b9a --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/init/tests/conftest.py @@ -0,0 +1,4 @@ +import pytest +@pytest.fixture +def sample_ticket_id(): + return 'T999' diff --git a/shellops/assets/ShellOps_070812d0ef/init/tests/test_incidents.py b/shellops/assets/ShellOps_070812d0ef/init/tests/test_incidents.py new file mode 100644 index 0000000000000000000000000000000000000000..4f28fc1ec01242c7f8d600a7fe8f31ed66bfb2da --- /dev/null +++ b/shellops/assets/ShellOps_070812d0ef/init/tests/test_incidents.py @@ -0,0 +1,7 @@ +def test_incident_creation(): + inc = Incident(ticket_id='T123', description='test') + assert inc.ticket_id == 'T123' + +def test_ticket_id_presence(): + inc = Incident(ticket_id='T456', description='another') + assert hasattr(inc, 'ticket_id') diff --git a/shellops/assets/ShellOps_070d0d51ce/gold/api_docs.html b/shellops/assets/ShellOps_070d0d51ce/gold/api_docs.html new file mode 100644 index 0000000000000000000000000000000000000000..92ea599d888e5dc388b0d5f166f3c15c0797e969 --- /dev/null +++ b/shellops/assets/ShellOps_070d0d51ce/gold/api_docs.html @@ -0,0 +1 @@ +

API Documentation

Available routes:

\ No newline at end of file diff --git a/shellops/assets/ShellOps_070d0d51ce/gold/missing_routes.trace b/shellops/assets/ShellOps_070d0d51ce/gold/missing_routes.trace new file mode 100644 index 0000000000000000000000000000000000000000..fb8bd9b16ac1dbfe564661aa1db531a4d1497e5a --- /dev/null +++ b/shellops/assets/ShellOps_070d0d51ce/gold/missing_routes.trace @@ -0,0 +1 @@ +/api/v1/orders diff --git a/shellops/assets/ShellOps_070d0d51ce/gold/routes.trace b/shellops/assets/ShellOps_070d0d51ce/gold/routes.trace new file mode 100644 index 0000000000000000000000000000000000000000..a579090d21cf1dc167fd52e15f21db0085525f84 --- /dev/null +++ b/shellops/assets/ShellOps_070d0d51ce/gold/routes.trace @@ -0,0 +1,3 @@ +2024-03-15 10:00:00 [INFO] route="/api/v1/users" +2024-03-15 10:01:00 [INFO] route="/api/v1/products" +2024-03-15 10:02:00 [INFO] route="/api/v1/inventory" diff --git a/shellops/assets/ShellOps_070d0d51ce/init/api_docs.html b/shellops/assets/ShellOps_070d0d51ce/init/api_docs.html new file mode 100644 index 0000000000000000000000000000000000000000..92ea599d888e5dc388b0d5f166f3c15c0797e969 --- /dev/null +++ b/shellops/assets/ShellOps_070d0d51ce/init/api_docs.html @@ -0,0 +1 @@ +

API Documentation

Available routes:

\ No newline at end of file diff --git a/shellops/assets/ShellOps_070d0d51ce/init/routes.trace b/shellops/assets/ShellOps_070d0d51ce/init/routes.trace new file mode 100644 index 0000000000000000000000000000000000000000..a579090d21cf1dc167fd52e15f21db0085525f84 --- /dev/null +++ b/shellops/assets/ShellOps_070d0d51ce/init/routes.trace @@ -0,0 +1,3 @@ +2024-03-15 10:00:00 [INFO] route="/api/v1/users" +2024-03-15 10:01:00 [INFO] route="/api/v1/products" +2024-03-15 10:02:00 [INFO] route="/api/v1/inventory" diff --git a/shellops/assets/ShellOps_07114fdac0/gold/deployments.log b/shellops/assets/ShellOps_07114fdac0/gold/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..d26fd357205d9bec422199a4694be8e6ca289699 --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/gold/deployments.log @@ -0,0 +1,11 @@ +# Deployment activity +2025-04-01T10:00:00 rollout=ABC-45 event=scheduled region=EUR-2 +2025-04-01T10:05:00 rollout=ABC-45 event=triggered user=sysadmin +2025-04-01T11:00:00 rollout=DEF-99 event=scheduled region=NAM-3 +2025-04-01T11:10:00 rollout=GHI-78 event=triggered user=automation +2025-04-01T12:00:00 noise line without a rollout +2025-04-01T12:30:00 rollout=ZZZ-01 event=scheduled region=APAC-1 +# older log entry +2025-04-01T09:00:00 rollout=ADF-23 event=scheduled region=APAC-1 +2025-04-01T09:05:00 rollout=ADF-23 event=triggered user=sysadmin +2025-04-01T09:10:00 irrelevant line with no rollout \ No newline at end of file diff --git a/shellops/assets/ShellOps_07114fdac0/gold/distractor/notes.txt b/shellops/assets/ShellOps_07114fdac0/gold/distractor/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6d541086c27c18152a6d802af414aad82986e3b --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/gold/distractor/notes.txt @@ -0,0 +1,3 @@ +Additional rollout candidates not yet in the schedule: +PQR-67 +STU-89 \ No newline at end of file diff --git a/shellops/assets/ShellOps_07114fdac0/gold/pending_rollouts.tsv b/shellops/assets/ShellOps_07114fdac0/gold/pending_rollouts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2c77aa0dcea67ffed54d96e3507d772aa43387d8 --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/gold/pending_rollouts.tsv @@ -0,0 +1,3 @@ +DEF-99 +MNO-12 +ZZZ-01 diff --git a/shellops/assets/ShellOps_07114fdac0/gold/schedules.tsv b/shellops/assets/ShellOps_07114fdac0/gold/schedules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b0f1e3c19ca3cfec62164f9e58b0e516ac705c27 --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/gold/schedules.tsv @@ -0,0 +1,7 @@ +id region planned_date +ADF-23 APAC-1 2025-04-10 +GHI-78 EUR-2 2025-04-11 +ZZZ-01 APAC-1 2025-04-12 +ABC-45 EUR-2 2025-04-13 +DEF-99 NAM-3 2025-04-14 +MNO-12 NAM-3 2025-04-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_07114fdac0/init/deployments.log b/shellops/assets/ShellOps_07114fdac0/init/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..d26fd357205d9bec422199a4694be8e6ca289699 --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/init/deployments.log @@ -0,0 +1,11 @@ +# Deployment activity +2025-04-01T10:00:00 rollout=ABC-45 event=scheduled region=EUR-2 +2025-04-01T10:05:00 rollout=ABC-45 event=triggered user=sysadmin +2025-04-01T11:00:00 rollout=DEF-99 event=scheduled region=NAM-3 +2025-04-01T11:10:00 rollout=GHI-78 event=triggered user=automation +2025-04-01T12:00:00 noise line without a rollout +2025-04-01T12:30:00 rollout=ZZZ-01 event=scheduled region=APAC-1 +# older log entry +2025-04-01T09:00:00 rollout=ADF-23 event=scheduled region=APAC-1 +2025-04-01T09:05:00 rollout=ADF-23 event=triggered user=sysadmin +2025-04-01T09:10:00 irrelevant line with no rollout \ No newline at end of file diff --git a/shellops/assets/ShellOps_07114fdac0/init/distractor/notes.txt b/shellops/assets/ShellOps_07114fdac0/init/distractor/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6d541086c27c18152a6d802af414aad82986e3b --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/init/distractor/notes.txt @@ -0,0 +1,3 @@ +Additional rollout candidates not yet in the schedule: +PQR-67 +STU-89 \ No newline at end of file diff --git a/shellops/assets/ShellOps_07114fdac0/init/schedules.tsv b/shellops/assets/ShellOps_07114fdac0/init/schedules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b0f1e3c19ca3cfec62164f9e58b0e516ac705c27 --- /dev/null +++ b/shellops/assets/ShellOps_07114fdac0/init/schedules.tsv @@ -0,0 +1,7 @@ +id region planned_date +ADF-23 APAC-1 2025-04-10 +GHI-78 EUR-2 2025-04-11 +ZZZ-01 APAC-1 2025-04-12 +ABC-45 EUR-2 2025-04-13 +DEF-99 NAM-3 2025-04-14 +MNO-12 NAM-3 2025-04-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0725c244e0/gold/audit.log b/shellops/assets/ShellOps_0725c244e0/gold/audit.log new file mode 100644 index 0000000000000000000000000000000000000000..9b47987fe9a4978512d6df2287ca2a25ba3125da --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/gold/audit.log @@ -0,0 +1,10 @@ +2024-05-15 10:33:21 INFO Starting service on host: 'gateway-a' +2024-05-15 10:34:05 WARN Overload on host: 'worker-7' - retrying +2024-05-15 10:35:12 DEBUG Heartbeat from host: 'storage-03' +2024-05-15 10:36:44 ERROR Connection refused host: 'gateway-a' +2024-05-15 10:37:01 INFO Shutdown requested for host: 'unknown-host' +2024-05-15 10:38:22 DEBUG Metrics uploaded by host: 'worker-7' +2024-05-15 10:39:55 INFO New session host: 'web-proxy' +2024-05-15 10:40:11 WARN Timeout on host: 'storage-03' +2024-05-15 10:41:33 INFO Cleanup host: 'gateway-a' completed +2024-05-15 10:42:00 DEBUG Unrecognized host: 'test-ghost' ignored diff --git a/shellops/assets/ShellOps_0725c244e0/gold/distractor/notes.txt b/shellops/assets/ShellOps_0725c244e0/gold/distractor/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddbbd5cf0c881056418d99930b4742017f997331 --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/gold/distractor/notes.txt @@ -0,0 +1,3 @@ +This is a placeholder file that should not affect the mapping. +It contains host: 'api-01' which is in the manifest but not in the log. +Also mentions host: 'old-box' which is not in either. diff --git a/shellops/assets/ShellOps_0725c244e0/gold/host_to_node.map b/shellops/assets/ShellOps_0725c244e0/gold/host_to_node.map new file mode 100644 index 0000000000000000000000000000000000000000..c33480e7a36fd013625d213b4d7ba316d5f3e6db --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/gold/host_to_node.map @@ -0,0 +1,4 @@ +gateway-a -> N001 +storage-03 -> N012 +web-proxy -> N099 +worker-7 -> N007 diff --git a/shellops/assets/ShellOps_0725c244e0/gold/nodes.tsv b/shellops/assets/ShellOps_0725c244e0/gold/nodes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..789dd5f1c037c4e53c75fd592bd59f92e54f6c57 --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/gold/nodes.tsv @@ -0,0 +1,6 @@ +Node ID Host Alias +N001 gateway-a +N007 worker-7 +N012 storage-03 +N099 web-proxy +N101 api-01 diff --git a/shellops/assets/ShellOps_0725c244e0/init/audit.log b/shellops/assets/ShellOps_0725c244e0/init/audit.log new file mode 100644 index 0000000000000000000000000000000000000000..9b47987fe9a4978512d6df2287ca2a25ba3125da --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/init/audit.log @@ -0,0 +1,10 @@ +2024-05-15 10:33:21 INFO Starting service on host: 'gateway-a' +2024-05-15 10:34:05 WARN Overload on host: 'worker-7' - retrying +2024-05-15 10:35:12 DEBUG Heartbeat from host: 'storage-03' +2024-05-15 10:36:44 ERROR Connection refused host: 'gateway-a' +2024-05-15 10:37:01 INFO Shutdown requested for host: 'unknown-host' +2024-05-15 10:38:22 DEBUG Metrics uploaded by host: 'worker-7' +2024-05-15 10:39:55 INFO New session host: 'web-proxy' +2024-05-15 10:40:11 WARN Timeout on host: 'storage-03' +2024-05-15 10:41:33 INFO Cleanup host: 'gateway-a' completed +2024-05-15 10:42:00 DEBUG Unrecognized host: 'test-ghost' ignored diff --git a/shellops/assets/ShellOps_0725c244e0/init/distractor/notes.txt b/shellops/assets/ShellOps_0725c244e0/init/distractor/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddbbd5cf0c881056418d99930b4742017f997331 --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/init/distractor/notes.txt @@ -0,0 +1,3 @@ +This is a placeholder file that should not affect the mapping. +It contains host: 'api-01' which is in the manifest but not in the log. +Also mentions host: 'old-box' which is not in either. diff --git a/shellops/assets/ShellOps_0725c244e0/init/nodes.tsv b/shellops/assets/ShellOps_0725c244e0/init/nodes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..789dd5f1c037c4e53c75fd592bd59f92e54f6c57 --- /dev/null +++ b/shellops/assets/ShellOps_0725c244e0/init/nodes.tsv @@ -0,0 +1,6 @@ +Node ID Host Alias +N001 gateway-a +N007 worker-7 +N012 storage-03 +N099 web-proxy +N101 api-01 diff --git a/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/deploy_a.log b/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/deploy_a.log new file mode 100644 index 0000000000000000000000000000000000000000..e900309488734086180d2c762e76080f685797cf --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/deploy_a.log @@ -0,0 +1,2 @@ +2023-10-05T14:22:31 [ERROR] Failed to initialize node: ERR-1234 +2023-10-05T14:23:45 [WARN] Retrying connection... \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/deploy_b.log b/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/deploy_b.log new file mode 100644 index 0000000000000000000000000000000000000000..75ea5661beec2de0fa32f0b0e9cdd01eb1a72cf6 --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/deploy_b.log @@ -0,0 +1,2 @@ +2023-10-05T15:01:12 [ERROR] Disk pressure detected: ERR-5678 +2023-10-05T15:02:00 [INFO] Starting cleanup... \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/old_deploy.log b/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/old_deploy.log new file mode 100644 index 0000000000000000000000000000000000000000..c65970b0cea21d1b301ced0e5b07c99106b52ea6 --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/gold/cluster_logs/old_deploy.log @@ -0,0 +1 @@ +2023-09-01T09:00:00 [ERROR] Deprecated configuration: ERR-0001 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/gold/exceptions.yaml b/shellops/assets/ShellOps_0778beb57c/gold/exceptions.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a417888efd596f8cef65f60a725de52b4b88e27e --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/gold/exceptions.yaml @@ -0,0 +1,3 @@ +benign_errors: + - ERR-1234 + - ERR-9999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/gold/unresolved_errors.txt b/shellops/assets/ShellOps_0778beb57c/gold/unresolved_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..54c2a35689b541ebee410c63c76d04d04646b6de --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/gold/unresolved_errors.txt @@ -0,0 +1,2 @@ +ERR-0001 +ERR-5678 diff --git a/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/deploy_a.log b/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/deploy_a.log new file mode 100644 index 0000000000000000000000000000000000000000..e900309488734086180d2c762e76080f685797cf --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/deploy_a.log @@ -0,0 +1,2 @@ +2023-10-05T14:22:31 [ERROR] Failed to initialize node: ERR-1234 +2023-10-05T14:23:45 [WARN] Retrying connection... \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/deploy_b.log b/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/deploy_b.log new file mode 100644 index 0000000000000000000000000000000000000000..75ea5661beec2de0fa32f0b0e9cdd01eb1a72cf6 --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/deploy_b.log @@ -0,0 +1,2 @@ +2023-10-05T15:01:12 [ERROR] Disk pressure detected: ERR-5678 +2023-10-05T15:02:00 [INFO] Starting cleanup... \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/old_deploy.log b/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/old_deploy.log new file mode 100644 index 0000000000000000000000000000000000000000..c65970b0cea21d1b301ced0e5b07c99106b52ea6 --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/init/cluster_logs/old_deploy.log @@ -0,0 +1 @@ +2023-09-01T09:00:00 [ERROR] Deprecated configuration: ERR-0001 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0778beb57c/init/exceptions.yaml b/shellops/assets/ShellOps_0778beb57c/init/exceptions.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a417888efd596f8cef65f60a725de52b4b88e27e --- /dev/null +++ b/shellops/assets/ShellOps_0778beb57c/init/exceptions.yaml @@ -0,0 +1,3 @@ +benign_errors: + - ERR-1234 + - ERR-9999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_07967cbf79/gold/flows/flows.csv b/shellops/assets/ShellOps_07967cbf79/gold/flows/flows.csv new file mode 100644 index 0000000000000000000000000000000000000000..2ead5bff54fc7c6e2ed4729c8da8513513e835dc --- /dev/null +++ b/shellops/assets/ShellOps_07967cbf79/gold/flows/flows.csv @@ -0,0 +1,11 @@ +hostname,bytes_transferred +svc-api-01,102400 +svc-api-01,51200 +web-frontend-03,153600 +svc-api-01,25600 +web-frontend-03,76800 +cache-02,40960 +cache-02,40960 +queue-worker-05,20480 +queue-worker-05,10240 +web-frontend-03,30720 diff --git a/shellops/assets/ShellOps_07967cbf79/gold/flows/notes.md b/shellops/assets/ShellOps_07967cbf79/gold/flows/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1333fefc3461994d74d8b7b74776fd1cb3848a57 --- /dev/null +++ b/shellops/assets/ShellOps_07967cbf79/gold/flows/notes.md @@ -0,0 +1,3 @@ +# Network flows summary +- Flows are sampled every 5 minutes. +- The CSV includes both ingress and egress bytes. diff --git a/shellops/assets/ShellOps_07967cbf79/gold/reports/top_hosts_by_bytes.tsv b/shellops/assets/ShellOps_07967cbf79/gold/reports/top_hosts_by_bytes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0712606938b2a08290028837180548aa11d5f577 --- /dev/null +++ b/shellops/assets/ShellOps_07967cbf79/gold/reports/top_hosts_by_bytes.tsv @@ -0,0 +1,4 @@ +web-frontend-03 261120 +svc-api-01 179200 +cache-02 81920 +queue-worker-05 30720 diff --git a/shellops/assets/ShellOps_07967cbf79/init/flows/flows.csv b/shellops/assets/ShellOps_07967cbf79/init/flows/flows.csv new file mode 100644 index 0000000000000000000000000000000000000000..2ead5bff54fc7c6e2ed4729c8da8513513e835dc --- /dev/null +++ b/shellops/assets/ShellOps_07967cbf79/init/flows/flows.csv @@ -0,0 +1,11 @@ +hostname,bytes_transferred +svc-api-01,102400 +svc-api-01,51200 +web-frontend-03,153600 +svc-api-01,25600 +web-frontend-03,76800 +cache-02,40960 +cache-02,40960 +queue-worker-05,20480 +queue-worker-05,10240 +web-frontend-03,30720 diff --git a/shellops/assets/ShellOps_07967cbf79/init/flows/notes.md b/shellops/assets/ShellOps_07967cbf79/init/flows/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1333fefc3461994d74d8b7b74776fd1cb3848a57 --- /dev/null +++ b/shellops/assets/ShellOps_07967cbf79/init/flows/notes.md @@ -0,0 +1,3 @@ +# Network flows summary +- Flows are sampled every 5 minutes. +- The CSV includes both ingress and egress bytes. diff --git a/shellops/assets/ShellOps_07a615f4d9/gold/findings/unauthorized_models.txt b/shellops/assets/ShellOps_07a615f4d9/gold/findings/unauthorized_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..438ce0cad4ce07269640cfe5824b400b819fb849 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/gold/findings/unauthorized_models.txt @@ -0,0 +1,2 @@ +model_EPSILON +model_ZETA diff --git a/shellops/assets/ShellOps_07a615f4d9/gold/inventory/devices.txt b/shellops/assets/ShellOps_07a615f4d9/gold/inventory/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c46838b3d686db7f728afb7b6837bac17b49503 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/gold/inventory/devices.txt @@ -0,0 +1,6 @@ +device_id: dev_001 model: model_ALPHA status: active +device_id: dev_002 model: model_BETA status: active +device_id: dev_003 model: model_ZETA status: active +device_id: dev_004 model: model_GAMMA status: maintenance +device_id: dev_005 model: model_EPSILON status: active +device_id: dev_006 model: model_DELTA status: active diff --git a/shellops/assets/ShellOps_07a615f4d9/gold/inventory/notes.txt b/shellops/assets/ShellOps_07a615f4d9/gold/inventory/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f83fa3dba76ae5c9c505ea69ff54d26f765b505 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/gold/inventory/notes.txt @@ -0,0 +1 @@ +Historical devices were imported from the legacy system. Some models may not comply with current policy. diff --git a/shellops/assets/ShellOps_07a615f4d9/gold/policy/devices.xml b/shellops/assets/ShellOps_07a615f4d9/gold/policy/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc5394e1cdc705403b86b83b74bfce71484df896 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/gold/policy/devices.xml @@ -0,0 +1,12 @@ + + + + model_ALPHA + model_BETA + model_GAMMA + model_DELTA + + + Only models listed above are permitted in production. + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_07a615f4d9/init/inventory/devices.txt b/shellops/assets/ShellOps_07a615f4d9/init/inventory/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c46838b3d686db7f728afb7b6837bac17b49503 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/init/inventory/devices.txt @@ -0,0 +1,6 @@ +device_id: dev_001 model: model_ALPHA status: active +device_id: dev_002 model: model_BETA status: active +device_id: dev_003 model: model_ZETA status: active +device_id: dev_004 model: model_GAMMA status: maintenance +device_id: dev_005 model: model_EPSILON status: active +device_id: dev_006 model: model_DELTA status: active diff --git a/shellops/assets/ShellOps_07a615f4d9/init/inventory/notes.txt b/shellops/assets/ShellOps_07a615f4d9/init/inventory/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f83fa3dba76ae5c9c505ea69ff54d26f765b505 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/init/inventory/notes.txt @@ -0,0 +1 @@ +Historical devices were imported from the legacy system. Some models may not comply with current policy. diff --git a/shellops/assets/ShellOps_07a615f4d9/init/policy/devices.xml b/shellops/assets/ShellOps_07a615f4d9/init/policy/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc5394e1cdc705403b86b83b74bfce71484df896 --- /dev/null +++ b/shellops/assets/ShellOps_07a615f4d9/init/policy/devices.xml @@ -0,0 +1,12 @@ + + + + model_ALPHA + model_BETA + model_GAMMA + model_DELTA + + + Only models listed above are permitted in production. + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_07f992c1f3/gold/calibration_notes.txt b/shellops/assets/ShellOps_07f992c1f3/gold/calibration_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..86d26ad3260cf9f48ba531842f32d39b04f7aa35 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/gold/calibration_notes.txt @@ -0,0 +1,2 @@ +Reminder: trials marked FALSE in 'valid' column had sensor dropouts; still keep them unless excluded. +Upcoming batch processing scheduled for 2024-05-15. diff --git a/shellops/assets/ShellOps_07f992c1f3/gold/excluded_trials.md b/shellops/assets/ShellOps_07f992c1f3/gold/excluded_trials.md new file mode 100644 index 0000000000000000000000000000000000000000..6f41a9d88f297470dddc9561b24e7acc4350d4a4 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/gold/excluded_trials.md @@ -0,0 +1,5 @@ +# Trials excluded from analysis due to calibration drift +T101 +T104 +T107 +T112 diff --git a/shellops/assets/ShellOps_07f992c1f3/gold/runs/processed/20240514.csv b/shellops/assets/ShellOps_07f992c1f3/gold/runs/processed/20240514.csv new file mode 100644 index 0000000000000000000000000000000000000000..135c98af7998cc5103aea68acde5639a127a8f78 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/gold/runs/processed/20240514.csv @@ -0,0 +1,13 @@ +trial_id,voltage,temp,duration,valid +T101,3.4,22.1,1200,TRUE +T102,3.2,23.5,1150,TRUE +T103,3.5,21.8,1180,FALSE +T104,3.1,24.0,1220,TRUE +T105,3.3,22.9,1190,TRUE +T106,3.6,21.2,1170,FALSE +T107,3.0,25.1,1250,TRUE +T108,3.4,22.0,1205,TRUE +T109,3.2,23.8,1210,FALSE +T110,3.5,21.9,1195,TRUE +T111,3.3,22.5,1185,TRUE +T112,3.1,24.5,1240,TRUE \ No newline at end of file diff --git a/shellops/assets/ShellOps_07f992c1f3/gold/runs/processed/filtered_20240514.csv b/shellops/assets/ShellOps_07f992c1f3/gold/runs/processed/filtered_20240514.csv new file mode 100644 index 0000000000000000000000000000000000000000..7fcd9e04b0298cafe26c8d665ea75834d2f50f00 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/gold/runs/processed/filtered_20240514.csv @@ -0,0 +1,9 @@ +trial_id,voltage,temp,duration,valid +T102,3.2,23.5,1150,TRUE +T103,3.5,21.8,1180,FALSE +T105,3.3,22.9,1190,TRUE +T106,3.6,21.2,1170,FALSE +T108,3.4,22.0,1205,TRUE +T109,3.2,23.8,1210,FALSE +T110,3.5,21.9,1195,TRUE +T111,3.3,22.5,1185,TRUE diff --git a/shellops/assets/ShellOps_07f992c1f3/init/calibration_notes.txt b/shellops/assets/ShellOps_07f992c1f3/init/calibration_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..86d26ad3260cf9f48ba531842f32d39b04f7aa35 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/init/calibration_notes.txt @@ -0,0 +1,2 @@ +Reminder: trials marked FALSE in 'valid' column had sensor dropouts; still keep them unless excluded. +Upcoming batch processing scheduled for 2024-05-15. diff --git a/shellops/assets/ShellOps_07f992c1f3/init/excluded_trials.md b/shellops/assets/ShellOps_07f992c1f3/init/excluded_trials.md new file mode 100644 index 0000000000000000000000000000000000000000..6f41a9d88f297470dddc9561b24e7acc4350d4a4 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/init/excluded_trials.md @@ -0,0 +1,5 @@ +# Trials excluded from analysis due to calibration drift +T101 +T104 +T107 +T112 diff --git a/shellops/assets/ShellOps_07f992c1f3/init/runs/processed/20240514.csv b/shellops/assets/ShellOps_07f992c1f3/init/runs/processed/20240514.csv new file mode 100644 index 0000000000000000000000000000000000000000..135c98af7998cc5103aea68acde5639a127a8f78 --- /dev/null +++ b/shellops/assets/ShellOps_07f992c1f3/init/runs/processed/20240514.csv @@ -0,0 +1,13 @@ +trial_id,voltage,temp,duration,valid +T101,3.4,22.1,1200,TRUE +T102,3.2,23.5,1150,TRUE +T103,3.5,21.8,1180,FALSE +T104,3.1,24.0,1220,TRUE +T105,3.3,22.9,1190,TRUE +T106,3.6,21.2,1170,FALSE +T107,3.0,25.1,1250,TRUE +T108,3.4,22.0,1205,TRUE +T109,3.2,23.8,1210,FALSE +T110,3.5,21.9,1195,TRUE +T111,3.3,22.5,1185,TRUE +T112,3.1,24.5,1240,TRUE \ No newline at end of file diff --git a/shellops/assets/ShellOps_082814726b/gold/network_manifest.jsonl b/shellops/assets/ShellOps_082814726b/gold/network_manifest.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a5d95f47405e7360e2ae74826102c4cd9c433c0b --- /dev/null +++ b/shellops/assets/ShellOps_082814726b/gold/network_manifest.jsonl @@ -0,0 +1,3 @@ +{"router_id":"RT-001","model":"XJ-45","status":"degraded"} +{"router_id":"RT-002","model":"XJ-60","status":"degraded"} +{"router_id":"RT-003","model":"XJ-60","status":"active"} diff --git a/shellops/assets/ShellOps_0841f251a2/gold/active_manifest.csv b/shellops/assets/ShellOps_0841f251a2/gold/active_manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..e00424a5709967adc57aa4942dca960fdd32311e --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/gold/active_manifest.csv @@ -0,0 +1,4 @@ +component_id,version +alpha,2.1.0 +beta,3.0.4 +gamma,1.2.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0841f251a2/gold/current_components.tsv b/shellops/assets/ShellOps_0841f251a2/gold/current_components.tsv new file mode 100644 index 0000000000000000000000000000000000000000..71042e51f198f6517cc0c9933e0f9b2bd7ba074a --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/gold/current_components.tsv @@ -0,0 +1,3 @@ +gamma 1.2.0 +alpha 2.1.0 +beta 3.0.4 diff --git a/shellops/assets/ShellOps_0841f251a2/gold/distractor.conf b/shellops/assets/ShellOps_0841f251a2/gold/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..72b7980885e36312270af5cb085196312427f637 --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/gold/distractor.conf @@ -0,0 +1 @@ +ignored_components: delta \ No newline at end of file diff --git a/shellops/assets/ShellOps_0841f251a2/gold/old_modules.log b/shellops/assets/ShellOps_0841f251a2/gold/old_modules.log new file mode 100644 index 0000000000000000000000000000000000000000..2319c2bd3e5157db35738114a15c07d31b319f88 --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/gold/old_modules.log @@ -0,0 +1,4 @@ +gamma,1.1.8 +alpha,2.0.5 +beta,3.0.4 +epsilon,0.9.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0841f251a2/init/active_manifest.csv b/shellops/assets/ShellOps_0841f251a2/init/active_manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..e00424a5709967adc57aa4942dca960fdd32311e --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/init/active_manifest.csv @@ -0,0 +1,4 @@ +component_id,version +alpha,2.1.0 +beta,3.0.4 +gamma,1.2.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0841f251a2/init/distractor.conf b/shellops/assets/ShellOps_0841f251a2/init/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..72b7980885e36312270af5cb085196312427f637 --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/init/distractor.conf @@ -0,0 +1 @@ +ignored_components: delta \ No newline at end of file diff --git a/shellops/assets/ShellOps_0841f251a2/init/old_modules.log b/shellops/assets/ShellOps_0841f251a2/init/old_modules.log new file mode 100644 index 0000000000000000000000000000000000000000..2319c2bd3e5157db35738114a15c07d31b319f88 --- /dev/null +++ b/shellops/assets/ShellOps_0841f251a2/init/old_modules.log @@ -0,0 +1,4 @@ +gamma,1.1.8 +alpha,2.0.5 +beta,3.0.4 +epsilon,0.9.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0847451653/gold/current_nodes.txt b/shellops/assets/ShellOps_0847451653/gold/current_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bd7b4262d22e06c5226c4e6f5eb43ab54b310ed --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/gold/current_nodes.txt @@ -0,0 +1,3 @@ +Active nodes: +n-4512 n-6783 n-9145 +Standby: n-2091 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0847451653/gold/missing_nodes.txt b/shellops/assets/ShellOps_0847451653/gold/missing_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..04d2e711dcfbd20d0a5ee5cbf775c9f1e7038ea7 --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/gold/missing_nodes.txt @@ -0,0 +1,2 @@ +n-2091 +n-9145 diff --git a/shellops/assets/ShellOps_0847451653/gold/nodes.xml b/shellops/assets/ShellOps_0847451653/gold/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..d622fe5ab6fa3a7f34fe37405abd9c80d0f12890 --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/gold/nodes.xml @@ -0,0 +1,5 @@ + + n-6783worker + n-4512master + n-5550aux + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0847451653/gold/redundant_notes.log b/shellops/assets/ShellOps_0847451653/gold/redundant_notes.log new file mode 100644 index 0000000000000000000000000000000000000000..c45e63a12040d7d41a4e04feb249cbf9e1c078c3 --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/gold/redundant_notes.log @@ -0,0 +1 @@ +2024-05-15: Temporarily disabled n-9145 for maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_0847451653/init/current_nodes.txt b/shellops/assets/ShellOps_0847451653/init/current_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bd7b4262d22e06c5226c4e6f5eb43ab54b310ed --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/init/current_nodes.txt @@ -0,0 +1,3 @@ +Active nodes: +n-4512 n-6783 n-9145 +Standby: n-2091 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0847451653/init/nodes.xml b/shellops/assets/ShellOps_0847451653/init/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..d622fe5ab6fa3a7f34fe37405abd9c80d0f12890 --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/init/nodes.xml @@ -0,0 +1,5 @@ + + n-6783worker + n-4512master + n-5550aux + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0847451653/init/redundant_notes.log b/shellops/assets/ShellOps_0847451653/init/redundant_notes.log new file mode 100644 index 0000000000000000000000000000000000000000..c45e63a12040d7d41a4e04feb249cbf9e1c078c3 --- /dev/null +++ b/shellops/assets/ShellOps_0847451653/init/redundant_notes.log @@ -0,0 +1 @@ +2024-05-15: Temporarily disabled n-9145 for maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_08a1a082a9/gold/applications.txt b/shellops/assets/ShellOps_08a1a082a9/gold/applications.txt new file mode 100644 index 0000000000000000000000000000000000000000..9472a4eb01eb052ca770a7cae922c4647d62eff8 --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/gold/applications.txt @@ -0,0 +1,6 @@ +Apache2 +MySQL +Node.js +Python3 +Docker +Kubernetes \ No newline at end of file diff --git a/shellops/assets/ShellOps_08a1a082a9/gold/missing_applications.txt b/shellops/assets/ShellOps_08a1a082a9/gold/missing_applications.txt new file mode 100644 index 0000000000000000000000000000000000000000..876d5f1313fdf44ecc9d3fc51e1b5d7e8e14df56 --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/gold/missing_applications.txt @@ -0,0 +1,2 @@ +Redis +Elasticsearch diff --git a/shellops/assets/ShellOps_08a1a082a9/gold/notes.md b/shellops/assets/ShellOps_08a1a082a9/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6409c3b5c23e992606a2c24c2d749ae64f692064 --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/gold/notes.md @@ -0,0 +1,5 @@ +# Software Inventory Notes + +- Apache2 and MySQL are critical production components +- Redis is used in staging environments +- Elasticsearch is a new addition being evaluated \ No newline at end of file diff --git a/shellops/assets/ShellOps_08a1a082a9/gold/software_inventory.xml b/shellops/assets/ShellOps_08a1a082a9/gold/software_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..3e967cf2f34f27fdd387c2101908d55205cd273e --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/gold/software_inventory.xml @@ -0,0 +1,19 @@ + + + + Apache2 + 2.4.41 + + + MySQL + 8.0.21 + + + Redis + 6.0.8 + + + Elasticsearch + 7.9.1 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08a1a082a9/init/applications.txt b/shellops/assets/ShellOps_08a1a082a9/init/applications.txt new file mode 100644 index 0000000000000000000000000000000000000000..9472a4eb01eb052ca770a7cae922c4647d62eff8 --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/init/applications.txt @@ -0,0 +1,6 @@ +Apache2 +MySQL +Node.js +Python3 +Docker +Kubernetes \ No newline at end of file diff --git a/shellops/assets/ShellOps_08a1a082a9/init/notes.md b/shellops/assets/ShellOps_08a1a082a9/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6409c3b5c23e992606a2c24c2d749ae64f692064 --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/init/notes.md @@ -0,0 +1,5 @@ +# Software Inventory Notes + +- Apache2 and MySQL are critical production components +- Redis is used in staging environments +- Elasticsearch is a new addition being evaluated \ No newline at end of file diff --git a/shellops/assets/ShellOps_08a1a082a9/init/software_inventory.xml b/shellops/assets/ShellOps_08a1a082a9/init/software_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..3e967cf2f34f27fdd387c2101908d55205cd273e --- /dev/null +++ b/shellops/assets/ShellOps_08a1a082a9/init/software_inventory.xml @@ -0,0 +1,19 @@ + + + + Apache2 + 2.4.41 + + + MySQL + 8.0.21 + + + Redis + 6.0.8 + + + Elasticsearch + 7.9.1 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/gold/allowlist.txt b/shellops/assets/ShellOps_08c21ce9a6/gold/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..a11d44fe575a37da84c6affc0fa797518031e59e --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/gold/allowlist.txt @@ -0,0 +1,7 @@ +alpha-001 +alpha-003 +beta-002 +gamma-005 +alpha-001 +beta-007 +delta-004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_alpha.xml b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..768097e793210c8fa0c24f6b23e55185c889ffc8 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_alpha.xml @@ -0,0 +1,5 @@ + + + alpha-001 + active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_beta.xml b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..687e687998b799b3369b4fb9b1b36dd4ee7dc751 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_beta.xml @@ -0,0 +1,5 @@ + + + beta-002 + active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_gamma.xml b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_gamma.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec8a56f2ebcf3bb88c001ebe0dddd720a0e990be --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/device_gamma.xml @@ -0,0 +1,5 @@ + + + gamma-005 + active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/notes.md b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7fdd356c0f0117054c3536ca17eabcc4ac7f0005 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/gold/manifests/notes.md @@ -0,0 +1,3 @@ +# Manifests directory + +This directory contains device manifests in XML format. diff --git a/shellops/assets/ShellOps_08c21ce9a6/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_08c21ce9a6/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..c353ea92eacf5a14d6fb2386d85c553d30b99178 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/gold/reports/missing_devices.txt @@ -0,0 +1,3 @@ +alpha-003 +beta-007 +delta-004 diff --git a/shellops/assets/ShellOps_08c21ce9a6/init/allowlist.txt b/shellops/assets/ShellOps_08c21ce9a6/init/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..a11d44fe575a37da84c6affc0fa797518031e59e --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/init/allowlist.txt @@ -0,0 +1,7 @@ +alpha-001 +alpha-003 +beta-002 +gamma-005 +alpha-001 +beta-007 +delta-004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_alpha.xml b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..768097e793210c8fa0c24f6b23e55185c889ffc8 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_alpha.xml @@ -0,0 +1,5 @@ + + + alpha-001 + active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_beta.xml b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..687e687998b799b3369b4fb9b1b36dd4ee7dc751 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_beta.xml @@ -0,0 +1,5 @@ + + + beta-002 + active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_gamma.xml b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_gamma.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec8a56f2ebcf3bb88c001ebe0dddd720a0e990be --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/device_gamma.xml @@ -0,0 +1,5 @@ + + + gamma-005 + active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_08c21ce9a6/init/manifests/notes.md b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7fdd356c0f0117054c3536ca17eabcc4ac7f0005 --- /dev/null +++ b/shellops/assets/ShellOps_08c21ce9a6/init/manifests/notes.md @@ -0,0 +1,3 @@ +# Manifests directory + +This directory contains device manifests in XML format. diff --git a/shellops/assets/ShellOps_08e474aa00/gold/components.txt b/shellops/assets/ShellOps_08e474aa00/gold/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee5c0f1bd38680994fcebe20a24b6e4124ddf2d --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/gold/components.txt @@ -0,0 +1,3 @@ +web +database +cache diff --git a/shellops/assets/ShellOps_08e474aa00/gold/configs/cache.conf b/shellops/assets/ShellOps_08e474aa00/gold/configs/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..de40872a13edaff12079dae3f0db425fca977516 --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/gold/configs/cache.conf @@ -0,0 +1,4 @@ +[component:cache] +directive ttl status="active" +directive max_memory status="active" +directive policy status="deprecated" diff --git a/shellops/assets/ShellOps_08e474aa00/gold/configs/database.conf b/shellops/assets/ShellOps_08e474aa00/gold/configs/database.conf new file mode 100644 index 0000000000000000000000000000000000000000..376adac28b80a67943694680d466b6e6722a6ae5 --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/gold/configs/database.conf @@ -0,0 +1,3 @@ +[component:database] +directive pool_size status="active" +directive retry status="deprecated" diff --git a/shellops/assets/ShellOps_08e474aa00/gold/configs/legacy.conf b/shellops/assets/ShellOps_08e474aa00/gold/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..e4bab76e8d63513e96103a35abb4b6d1dc6c175c --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/gold/configs/legacy.conf @@ -0,0 +1,2 @@ +[component:legacy] +directive old_route status="active" diff --git a/shellops/assets/ShellOps_08e474aa00/gold/configs/web.conf b/shellops/assets/ShellOps_08e474aa00/gold/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..522804a68e8b1bbee1f94eb8a492569fb489e3b9 --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/gold/configs/web.conf @@ -0,0 +1,4 @@ +[component:web] +directive proxy_pass status="active" +directive timeout status="deprecated" +directive buffer status="active" diff --git a/shellops/assets/ShellOps_08e474aa00/gold/reports/active_configs.csv b/shellops/assets/ShellOps_08e474aa00/gold/reports/active_configs.csv new file mode 100644 index 0000000000000000000000000000000000000000..84d367dbcaea2393b276ed1745ca7250f6bff32e --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/gold/reports/active_configs.csv @@ -0,0 +1,3 @@ +web,2 +database,1 +cache,2 diff --git a/shellops/assets/ShellOps_08e474aa00/init/components.txt b/shellops/assets/ShellOps_08e474aa00/init/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee5c0f1bd38680994fcebe20a24b6e4124ddf2d --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/init/components.txt @@ -0,0 +1,3 @@ +web +database +cache diff --git a/shellops/assets/ShellOps_08e474aa00/init/configs/cache.conf b/shellops/assets/ShellOps_08e474aa00/init/configs/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..de40872a13edaff12079dae3f0db425fca977516 --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/init/configs/cache.conf @@ -0,0 +1,4 @@ +[component:cache] +directive ttl status="active" +directive max_memory status="active" +directive policy status="deprecated" diff --git a/shellops/assets/ShellOps_08e474aa00/init/configs/database.conf b/shellops/assets/ShellOps_08e474aa00/init/configs/database.conf new file mode 100644 index 0000000000000000000000000000000000000000..376adac28b80a67943694680d466b6e6722a6ae5 --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/init/configs/database.conf @@ -0,0 +1,3 @@ +[component:database] +directive pool_size status="active" +directive retry status="deprecated" diff --git a/shellops/assets/ShellOps_08e474aa00/init/configs/legacy.conf b/shellops/assets/ShellOps_08e474aa00/init/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..e4bab76e8d63513e96103a35abb4b6d1dc6c175c --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/init/configs/legacy.conf @@ -0,0 +1,2 @@ +[component:legacy] +directive old_route status="active" diff --git a/shellops/assets/ShellOps_08e474aa00/init/configs/web.conf b/shellops/assets/ShellOps_08e474aa00/init/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..522804a68e8b1bbee1f94eb8a492569fb489e3b9 --- /dev/null +++ b/shellops/assets/ShellOps_08e474aa00/init/configs/web.conf @@ -0,0 +1,4 @@ +[component:web] +directive proxy_pass status="active" +directive timeout status="deprecated" +directive buffer status="active" diff --git a/shellops/assets/ShellOps_08e82a363a/gold/bgp_status.jsonl b/shellops/assets/ShellOps_08e82a363a/gold/bgp_status.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7154818cfad45667f50322814809efddcbc86e55 --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/gold/bgp_status.jsonl @@ -0,0 +1,2 @@ +{"peer_ip": "192.0.2.1", "state": "active", "asn": 64500} +{"peer_ip": "203.0.113.9", "state": "inactive", "asn": 64502} diff --git a/shellops/assets/ShellOps_08e82a363a/gold/cisco_routers.conf b/shellops/assets/ShellOps_08e82a363a/gold/cisco_routers.conf new file mode 100644 index 0000000000000000000000000000000000000000..d3b04cf02de95b3b43779f3005905f2f9c7b950f --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/gold/cisco_routers.conf @@ -0,0 +1,3 @@ +neighbor 192.0.2.1 remote-as 64500 +neighbor 198.51.100.5 remote-as 64501 +neighbor 203.0.113.9 remote-as 64502 diff --git a/shellops/assets/ShellOps_08e82a363a/gold/routers/active_neighbors.conf b/shellops/assets/ShellOps_08e82a363a/gold/routers/active_neighbors.conf new file mode 100644 index 0000000000000000000000000000000000000000..38e0941e378ec4e1c7ae89b705efbc62e1b019ba --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/gold/routers/active_neighbors.conf @@ -0,0 +1 @@ +neighbor 192.0.2.1 remote-as 64500 diff --git a/shellops/assets/ShellOps_08e82a363a/gold/routers/legacy_peers.conf b/shellops/assets/ShellOps_08e82a363a/gold/routers/legacy_peers.conf new file mode 100644 index 0000000000000000000000000000000000000000..bd5127958d0ded15d86ad990d98c6ac1b951e97f --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/gold/routers/legacy_peers.conf @@ -0,0 +1 @@ +neighbor 192.0.2.42 remote-as 64503 diff --git a/shellops/assets/ShellOps_08e82a363a/init/bgp_status.jsonl b/shellops/assets/ShellOps_08e82a363a/init/bgp_status.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7154818cfad45667f50322814809efddcbc86e55 --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/init/bgp_status.jsonl @@ -0,0 +1,2 @@ +{"peer_ip": "192.0.2.1", "state": "active", "asn": 64500} +{"peer_ip": "203.0.113.9", "state": "inactive", "asn": 64502} diff --git a/shellops/assets/ShellOps_08e82a363a/init/cisco_routers.conf b/shellops/assets/ShellOps_08e82a363a/init/cisco_routers.conf new file mode 100644 index 0000000000000000000000000000000000000000..d3b04cf02de95b3b43779f3005905f2f9c7b950f --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/init/cisco_routers.conf @@ -0,0 +1,3 @@ +neighbor 192.0.2.1 remote-as 64500 +neighbor 198.51.100.5 remote-as 64501 +neighbor 203.0.113.9 remote-as 64502 diff --git a/shellops/assets/ShellOps_08e82a363a/init/routers/legacy_peers.conf b/shellops/assets/ShellOps_08e82a363a/init/routers/legacy_peers.conf new file mode 100644 index 0000000000000000000000000000000000000000..bd5127958d0ded15d86ad990d98c6ac1b951e97f --- /dev/null +++ b/shellops/assets/ShellOps_08e82a363a/init/routers/legacy_peers.conf @@ -0,0 +1 @@ +neighbor 192.0.2.42 remote-as 64503 diff --git a/shellops/assets/ShellOps_0924afe851/gold/finance/april_2024.log b/shellops/assets/ShellOps_0924afe851/gold/finance/april_2024.log new file mode 100644 index 0000000000000000000000000000000000000000..569e107272c195782e9c9355da44a27ac211c9f9 --- /dev/null +++ b/shellops/assets/ShellOps_0924afe851/gold/finance/april_2024.log @@ -0,0 +1,5 @@ +2024-04-01 Visa T22345 $15.75 +2024-04-02 Visa T22346 $120.00 +2024-04-03 Mastercard T22347 $59.99 +2024-04-04 Visa T22348 $12.50 +2024-04-05 Visa T22349 $45.20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0924afe851/gold/finance/march_2024.log b/shellops/assets/ShellOps_0924afe851/gold/finance/march_2024.log new file mode 100644 index 0000000000000000000000000000000000000000..3630093aef976042fa6cbdef1029b9bcef01b860 --- /dev/null +++ b/shellops/assets/ShellOps_0924afe851/gold/finance/march_2024.log @@ -0,0 +1,5 @@ +2024-03-01 Visa T12345 $45.20 +2024-03-01 Mastercard T12346 $32.10 +2024-03-02 Visa T12347 $12.50 +2024-03-03 Amex T12348 $78.00 +2024-03-04 Visa T12349 $45.20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0924afe851/gold/finance/may_2024.log b/shellops/assets/ShellOps_0924afe851/gold/finance/may_2024.log new file mode 100644 index 0000000000000000000000000000000000000000..b61e1c570902ab0cc89cd2a657cf9809d52cc50b --- /dev/null +++ b/shellops/assets/ShellOps_0924afe851/gold/finance/may_2024.log @@ -0,0 +1,4 @@ +2024-05-01 Visa T32345 $89.50 +2024-05-02 Visa T32346 $12.50 +2024-05-03 Amex T32347 $200.00 +2024-05-04 Visa T32348 $45.20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0924afe851/init/finance/april_2024.log b/shellops/assets/ShellOps_0924afe851/init/finance/april_2024.log new file mode 100644 index 0000000000000000000000000000000000000000..569e107272c195782e9c9355da44a27ac211c9f9 --- /dev/null +++ b/shellops/assets/ShellOps_0924afe851/init/finance/april_2024.log @@ -0,0 +1,5 @@ +2024-04-01 Visa T22345 $15.75 +2024-04-02 Visa T22346 $120.00 +2024-04-03 Mastercard T22347 $59.99 +2024-04-04 Visa T22348 $12.50 +2024-04-05 Visa T22349 $45.20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0924afe851/init/finance/march_2024.log b/shellops/assets/ShellOps_0924afe851/init/finance/march_2024.log new file mode 100644 index 0000000000000000000000000000000000000000..3630093aef976042fa6cbdef1029b9bcef01b860 --- /dev/null +++ b/shellops/assets/ShellOps_0924afe851/init/finance/march_2024.log @@ -0,0 +1,5 @@ +2024-03-01 Visa T12345 $45.20 +2024-03-01 Mastercard T12346 $32.10 +2024-03-02 Visa T12347 $12.50 +2024-03-03 Amex T12348 $78.00 +2024-03-04 Visa T12349 $45.20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0924afe851/init/finance/may_2024.log b/shellops/assets/ShellOps_0924afe851/init/finance/may_2024.log new file mode 100644 index 0000000000000000000000000000000000000000..b61e1c570902ab0cc89cd2a657cf9809d52cc50b --- /dev/null +++ b/shellops/assets/ShellOps_0924afe851/init/finance/may_2024.log @@ -0,0 +1,4 @@ +2024-05-01 Visa T32345 $89.50 +2024-05-02 Visa T32346 $12.50 +2024-05-03 Amex T32347 $200.00 +2024-05-04 Visa T32348 $45.20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_09434d0c33/gold/consolidated_manifest.txt b/shellops/assets/ShellOps_09434d0c33/gold/consolidated_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa4aa045fc5e67658c8966ec1b11d2ddeb37e74a --- /dev/null +++ b/shellops/assets/ShellOps_09434d0c33/gold/consolidated_manifest.txt @@ -0,0 +1,6 @@ +comp_alpha:1.2.3 +comp_beta:2.1.0 +comp_delta:4.5.6 +comp_epsilon:5.0.0 +comp_gamma:3.4.5 +comp_zeta:6.0.0 diff --git a/shellops/assets/ShellOps_09434d0c33/gold/manifest.txt b/shellops/assets/ShellOps_09434d0c33/gold/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d49b39796cfeb89a130b2990a6072e8cc1e22cd --- /dev/null +++ b/shellops/assets/ShellOps_09434d0c33/gold/manifest.txt @@ -0,0 +1,4 @@ +comp_alpha:1.2.3 +comp_beta:2.0.0 +comp_gamma:3.4.5 +comp_delta:4.5.6 diff --git a/shellops/assets/ShellOps_09434d0c33/gold/overrides.toml b/shellops/assets/ShellOps_09434d0c33/gold/overrides.toml new file mode 100644 index 0000000000000000000000000000000000000000..486262e0229573ae3ec62e94e02c7fc0e70336e1 --- /dev/null +++ b/shellops/assets/ShellOps_09434d0c33/gold/overrides.toml @@ -0,0 +1,3 @@ +comp_beta:2.1.0 +comp_epsilon:5.0.0 +comp_zeta:6.0.0 diff --git a/shellops/assets/ShellOps_09434d0c33/init/manifest.txt b/shellops/assets/ShellOps_09434d0c33/init/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d49b39796cfeb89a130b2990a6072e8cc1e22cd --- /dev/null +++ b/shellops/assets/ShellOps_09434d0c33/init/manifest.txt @@ -0,0 +1,4 @@ +comp_alpha:1.2.3 +comp_beta:2.0.0 +comp_gamma:3.4.5 +comp_delta:4.5.6 diff --git a/shellops/assets/ShellOps_09434d0c33/init/overrides.toml b/shellops/assets/ShellOps_09434d0c33/init/overrides.toml new file mode 100644 index 0000000000000000000000000000000000000000..486262e0229573ae3ec62e94e02c7fc0e70336e1 --- /dev/null +++ b/shellops/assets/ShellOps_09434d0c33/init/overrides.toml @@ -0,0 +1,3 @@ +comp_beta:2.1.0 +comp_epsilon:5.0.0 +comp_zeta:6.0.0 diff --git a/shellops/assets/ShellOps_096316dcb8/gold/discovery/runtime.json b/shellops/assets/ShellOps_096316dcb8/gold/discovery/runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..2b2a3408e89b7ddb9b810c5fb9052e9440eb5fe7 --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/gold/discovery/runtime.json @@ -0,0 +1,10 @@ +{ + "services": [ + {"key": "auth", "endpoint": "http://10.0.0.5:8080", "internal": false}, + {"key": "billing", "endpoint": "http://10.0.0.6:8081", "internal": false}, + {"key": "cache", "endpoint": "http://10.0.0.7:11211", "internal": true}, + {"key": "db", "endpoint": "http://10.0.0.8:5432", "internal": true}, + {"key": "notify", "endpoint": "http://10.0.0.9:8082", "internal": false}, + {"key": "storage", "endpoint": "http://10.0.0.10:9000", "internal": false} + ] +} diff --git a/shellops/assets/ShellOps_096316dcb8/gold/reports/drift.txt b/shellops/assets/ShellOps_096316dcb8/gold/reports/drift.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3b695d3dc3f473af76d65d76c48aea9c00819ac --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/gold/reports/drift.txt @@ -0,0 +1 @@ +notify diff --git a/shellops/assets/ShellOps_096316dcb8/gold/topology/baseline.json b/shellops/assets/ShellOps_096316dcb8/gold/topology/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..35db72629bb57127a7ececd7047519f95816568c --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/gold/topology/baseline.json @@ -0,0 +1,7 @@ +{ + "services": [ + {"key": "auth"}, + {"key": "billing"}, + {"key": "storage"} + ] +} diff --git a/shellops/assets/ShellOps_096316dcb8/gold/topology/notes.md b/shellops/assets/ShellOps_096316dcb8/gold/topology/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d1d4341ef84baada87c1fb2c38c163961d62ccd6 --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/gold/topology/notes.md @@ -0,0 +1,2 @@ +# Baseline topology notes +- Exclude internal services from drift reports. diff --git a/shellops/assets/ShellOps_096316dcb8/init/discovery/runtime.json b/shellops/assets/ShellOps_096316dcb8/init/discovery/runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..2b2a3408e89b7ddb9b810c5fb9052e9440eb5fe7 --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/init/discovery/runtime.json @@ -0,0 +1,10 @@ +{ + "services": [ + {"key": "auth", "endpoint": "http://10.0.0.5:8080", "internal": false}, + {"key": "billing", "endpoint": "http://10.0.0.6:8081", "internal": false}, + {"key": "cache", "endpoint": "http://10.0.0.7:11211", "internal": true}, + {"key": "db", "endpoint": "http://10.0.0.8:5432", "internal": true}, + {"key": "notify", "endpoint": "http://10.0.0.9:8082", "internal": false}, + {"key": "storage", "endpoint": "http://10.0.0.10:9000", "internal": false} + ] +} diff --git a/shellops/assets/ShellOps_096316dcb8/init/topology/baseline.json b/shellops/assets/ShellOps_096316dcb8/init/topology/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..35db72629bb57127a7ececd7047519f95816568c --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/init/topology/baseline.json @@ -0,0 +1,7 @@ +{ + "services": [ + {"key": "auth"}, + {"key": "billing"}, + {"key": "storage"} + ] +} diff --git a/shellops/assets/ShellOps_096316dcb8/init/topology/notes.md b/shellops/assets/ShellOps_096316dcb8/init/topology/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d1d4341ef84baada87c1fb2c38c163961d62ccd6 --- /dev/null +++ b/shellops/assets/ShellOps_096316dcb8/init/topology/notes.md @@ -0,0 +1,2 @@ +# Baseline topology notes +- Exclude internal services from drift reports. diff --git a/shellops/assets/ShellOps_09f576dd44/gold/photos/metadata_1950s.txt b/shellops/assets/ShellOps_09f576dd44/gold/photos/metadata_1950s.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeda8e4a2df0717011a2af2a55e4d84926ae9d02 --- /dev/null +++ b/shellops/assets/ShellOps_09f576dd44/gold/photos/metadata_1950s.txt @@ -0,0 +1,11 @@ +Photo ID: 001 +Location: Main Street +Date: 1950-05-12 + +Photo ID: 002 +Location: Riverside Park +Date: 1950-08-19 + +Photo ID: 003 +Location: Main Street +Date: 1950-06-03 \ No newline at end of file diff --git a/shellops/assets/ShellOps_09f576dd44/gold/photos/metadata_1951.txt b/shellops/assets/ShellOps_09f576dd44/gold/photos/metadata_1951.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbf100548047a7398c6f52cc8ee40a9730a65c2f --- /dev/null +++ b/shellops/assets/ShellOps_09f576dd44/gold/photos/metadata_1951.txt @@ -0,0 +1,11 @@ +Photo ID: 004 +Location: Downtown Square +Date: 1951-03-15 + +Photo ID: 005 +Location: Riverside Park +Date: 1951-07-22 + +Photo ID: 006 +Location: Harbor View +Date: 1951-09-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_09f576dd44/gold/reports/.keep b/shellops/assets/ShellOps_09f576dd44/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_09f576dd44/gold/reports/locations_1950s.tsv b/shellops/assets/ShellOps_09f576dd44/gold/reports/locations_1950s.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d62d67cacb96732d1b800d8230c01c0d151342ec --- /dev/null +++ b/shellops/assets/ShellOps_09f576dd44/gold/reports/locations_1950s.tsv @@ -0,0 +1,4 @@ +Downtown Square +Harbor View +Main Street +Riverside Park diff --git a/shellops/assets/ShellOps_09f576dd44/init/photos/metadata_1950s.txt b/shellops/assets/ShellOps_09f576dd44/init/photos/metadata_1950s.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeda8e4a2df0717011a2af2a55e4d84926ae9d02 --- /dev/null +++ b/shellops/assets/ShellOps_09f576dd44/init/photos/metadata_1950s.txt @@ -0,0 +1,11 @@ +Photo ID: 001 +Location: Main Street +Date: 1950-05-12 + +Photo ID: 002 +Location: Riverside Park +Date: 1950-08-19 + +Photo ID: 003 +Location: Main Street +Date: 1950-06-03 \ No newline at end of file diff --git a/shellops/assets/ShellOps_09f576dd44/init/photos/metadata_1951.txt b/shellops/assets/ShellOps_09f576dd44/init/photos/metadata_1951.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbf100548047a7398c6f52cc8ee40a9730a65c2f --- /dev/null +++ b/shellops/assets/ShellOps_09f576dd44/init/photos/metadata_1951.txt @@ -0,0 +1,11 @@ +Photo ID: 004 +Location: Downtown Square +Date: 1951-03-15 + +Photo ID: 005 +Location: Riverside Park +Date: 1951-07-22 + +Photo ID: 006 +Location: Harbor View +Date: 1951-09-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_09f576dd44/init/reports/.keep b/shellops/assets/ShellOps_09f576dd44/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_09fd504351/gold/manifests/2022_manifest.json b/shellops/assets/ShellOps_09fd504351/gold/manifests/2022_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d1aced1381e9e77cec118fdb68d11d27d9abb32e --- /dev/null +++ b/shellops/assets/ShellOps_09fd504351/gold/manifests/2022_manifest.json @@ -0,0 +1,6 @@ +{ + "manifests": [ + {"package": "libpng", "version": "1.6.37", "status": "confirmed vulnerable"}, + {"package": "sqlite", "version": "3.35.5", "status": "fixed"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_09fd504351/gold/manifests/2023_manifest.json b/shellops/assets/ShellOps_09fd504351/gold/manifests/2023_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1f1790bbc65bbb65d42ba93affb35e9b295b22f3 --- /dev/null +++ b/shellops/assets/ShellOps_09fd504351/gold/manifests/2023_manifest.json @@ -0,0 +1,6 @@ +{ + "manifests": [ + {"package": "nginx", "version": "1.18.0", "status": "confirmed vulnerable"}, + {"package": "glibc", "version": "2.31", "status": "fixed"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_09fd504351/gold/manifests/2024_manifest.json b/shellops/assets/ShellOps_09fd504351/gold/manifests/2024_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..034b47fa57c421e79bc7ef875ba70f2ee03cdef7 --- /dev/null +++ b/shellops/assets/ShellOps_09fd504351/gold/manifests/2024_manifest.json @@ -0,0 +1,7 @@ +{ + "manifests": [ + {"package": "openssl", "version": "1.1.1w", "status": "unresolved"}, + {"package": "zlib", "version": "1.2.11", "status": "confirmed vulnerable"}, + {"package": "curl", "version": "7.83.1", "status": "archived"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_09fd504351/init/manifests/2022_manifest.json b/shellops/assets/ShellOps_09fd504351/init/manifests/2022_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d1aced1381e9e77cec118fdb68d11d27d9abb32e --- /dev/null +++ b/shellops/assets/ShellOps_09fd504351/init/manifests/2022_manifest.json @@ -0,0 +1,6 @@ +{ + "manifests": [ + {"package": "libpng", "version": "1.6.37", "status": "confirmed vulnerable"}, + {"package": "sqlite", "version": "3.35.5", "status": "fixed"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_09fd504351/init/manifests/2023_manifest.json b/shellops/assets/ShellOps_09fd504351/init/manifests/2023_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1f1790bbc65bbb65d42ba93affb35e9b295b22f3 --- /dev/null +++ b/shellops/assets/ShellOps_09fd504351/init/manifests/2023_manifest.json @@ -0,0 +1,6 @@ +{ + "manifests": [ + {"package": "nginx", "version": "1.18.0", "status": "confirmed vulnerable"}, + {"package": "glibc", "version": "2.31", "status": "fixed"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_09fd504351/init/manifests/2024_manifest.json b/shellops/assets/ShellOps_09fd504351/init/manifests/2024_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..034b47fa57c421e79bc7ef875ba70f2ee03cdef7 --- /dev/null +++ b/shellops/assets/ShellOps_09fd504351/init/manifests/2024_manifest.json @@ -0,0 +1,7 @@ +{ + "manifests": [ + {"package": "openssl", "version": "1.1.1w", "status": "unresolved"}, + {"package": "zlib", "version": "1.2.11", "status": "confirmed vulnerable"}, + {"package": "curl", "version": "7.83.1", "status": "archived"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0a0473bbbb/gold/donation_summary.tsv b/shellops/assets/ShellOps_0a0473bbbb/gold/donation_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1b368f8e748e1953ead9b395c720acefbe51b3af --- /dev/null +++ b/shellops/assets/ShellOps_0a0473bbbb/gold/donation_summary.tsv @@ -0,0 +1,3 @@ +lavender 18 +rose 15 +sunflower 10 diff --git a/shellops/assets/ShellOps_0a0473bbbb/gold/donations.csv b/shellops/assets/ShellOps_0a0473bbbb/gold/donations.csv new file mode 100644 index 0000000000000000000000000000000000000000..60c7cf8f934032f940bf07e3206774454b2c222a --- /dev/null +++ b/shellops/assets/ShellOps_0a0473bbbb/gold/donations.csv @@ -0,0 +1,10 @@ +member_id,species,quantity,timestamp +101,rose,5,2024-03-10T14:22:31 +102,sunflower,3,2024-03-10T15:01:45 +103,lavender,7,2024-03-11T09:15:27 +104,rose,2,2024-03-11T11:30:44 +105,sunflower,4,2024-03-12T10:45:03 +106,lavender,5,2024-03-12T13:20:18 +107,rose,8,2024-03-13T08:10:55 +108,sunflower,3,2024-03-13T09:45:32 +109,lavender,6,2024-03-14T12:30:47 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0a0473bbbb/init/donations.csv b/shellops/assets/ShellOps_0a0473bbbb/init/donations.csv new file mode 100644 index 0000000000000000000000000000000000000000..60c7cf8f934032f940bf07e3206774454b2c222a --- /dev/null +++ b/shellops/assets/ShellOps_0a0473bbbb/init/donations.csv @@ -0,0 +1,10 @@ +member_id,species,quantity,timestamp +101,rose,5,2024-03-10T14:22:31 +102,sunflower,3,2024-03-10T15:01:45 +103,lavender,7,2024-03-11T09:15:27 +104,rose,2,2024-03-11T11:30:44 +105,sunflower,4,2024-03-12T10:45:03 +106,lavender,5,2024-03-12T13:20:18 +107,rose,8,2024-03-13T08:10:55 +108,sunflower,3,2024-03-13T09:45:32 +109,lavender,6,2024-03-14T12:30:47 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0a05af0acf/gold/config_updates.rc b/shellops/assets/ShellOps_0a05af0acf/gold/config_updates.rc new file mode 100644 index 0000000000000000000000000000000000000000..ba324722c577fd54edb483f4dd9bf6d8d59ab2ac --- /dev/null +++ b/shellops/assets/ShellOps_0a05af0acf/gold/config_updates.rc @@ -0,0 +1,5 @@ +job=audit +job=backup +job=cleanup +job=inventory +job=report diff --git a/shellops/assets/ShellOps_0a05af0acf/gold/jobs/config.rc b/shellops/assets/ShellOps_0a05af0acf/gold/jobs/config.rc new file mode 100644 index 0000000000000000000000000000000000000000..843b7b2b288d6d1019e1a398da22f78e81a44ff7 --- /dev/null +++ b/shellops/assets/ShellOps_0a05af0acf/gold/jobs/config.rc @@ -0,0 +1,6 @@ +job=cleanup +description=Daily cleanup +job=backup +description=Weekly backup +job=report +description=Monthly report diff --git a/shellops/assets/ShellOps_0a05af0acf/gold/jobs/scheduled.out b/shellops/assets/ShellOps_0a05af0acf/gold/jobs/scheduled.out new file mode 100644 index 0000000000000000000000000000000000000000..5bb5cb6577e49cbcbb2a33bff1205155f592fc7c --- /dev/null +++ b/shellops/assets/ShellOps_0a05af0acf/gold/jobs/scheduled.out @@ -0,0 +1,6 @@ +job=backup +description=Weekly backup +job=inventory +description=Daily inventory check +job=audit +description=Quarterly audit diff --git a/shellops/assets/ShellOps_0a05af0acf/init/jobs/config.rc b/shellops/assets/ShellOps_0a05af0acf/init/jobs/config.rc new file mode 100644 index 0000000000000000000000000000000000000000..843b7b2b288d6d1019e1a398da22f78e81a44ff7 --- /dev/null +++ b/shellops/assets/ShellOps_0a05af0acf/init/jobs/config.rc @@ -0,0 +1,6 @@ +job=cleanup +description=Daily cleanup +job=backup +description=Weekly backup +job=report +description=Monthly report diff --git a/shellops/assets/ShellOps_0a05af0acf/init/jobs/scheduled.out b/shellops/assets/ShellOps_0a05af0acf/init/jobs/scheduled.out new file mode 100644 index 0000000000000000000000000000000000000000..5bb5cb6577e49cbcbb2a33bff1205155f592fc7c --- /dev/null +++ b/shellops/assets/ShellOps_0a05af0acf/init/jobs/scheduled.out @@ -0,0 +1,6 @@ +job=backup +description=Weekly backup +job=inventory +description=Daily inventory check +job=audit +description=Quarterly audit diff --git a/shellops/assets/ShellOps_0a129d5369/gold/clients.csv b/shellops/assets/ShellOps_0a129d5369/gold/clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..5a5fbe5537d6291d4b16d3c9856d103e355f72d9 --- /dev/null +++ b/shellops/assets/ShellOps_0a129d5369/gold/clients.csv @@ -0,0 +1,6 @@ +client_id,region_code,deposit_limit +123,NORTH,50000 +456,SOUTH,75000 +123,WEST,80000 +789,EAST,20000 +456,EAST,100000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0a129d5369/gold/verified_clients.csv b/shellops/assets/ShellOps_0a129d5369/gold/verified_clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..d8c99f2c1f259e5d769df14ff54f6455bfd3b71a --- /dev/null +++ b/shellops/assets/ShellOps_0a129d5369/gold/verified_clients.csv @@ -0,0 +1,3 @@ +123,80000 +456,100000 +789,20000 diff --git a/shellops/assets/ShellOps_0a129d5369/init/clients.csv b/shellops/assets/ShellOps_0a129d5369/init/clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..5a5fbe5537d6291d4b16d3c9856d103e355f72d9 --- /dev/null +++ b/shellops/assets/ShellOps_0a129d5369/init/clients.csv @@ -0,0 +1,6 @@ +client_id,region_code,deposit_limit +123,NORTH,50000 +456,SOUTH,75000 +123,WEST,80000 +789,EAST,20000 +456,EAST,100000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/legacy/old_intersection.py b/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/legacy/old_intersection.py new file mode 100644 index 0000000000000000000000000000000000000000..2aedf794e3b2597a71e01fbae230908ecc007087 --- /dev/null +++ b/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/legacy/old_intersection.py @@ -0,0 +1,4 @@ +MCAST_GROUP = '239.255.10.1' +TIMEOUT = 30 +# This system uses deprecated multicast address +RED_LED_PIN = 12 diff --git a/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/pedestrian_crossing.py b/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/pedestrian_crossing.py new file mode 100644 index 0000000000000000000000000000000000000000..69000a0ee48d88b52fd9dd1173e21302732e3c4c --- /dev/null +++ b/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/pedestrian_crossing.py @@ -0,0 +1,8 @@ +# Multicast configuration +MCAST_GROUP = '230.13.14.15' +GRP_PORT = 7600 + +try: + mcast_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) + mcast_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, + socket.inet_aton(MCAST_GROUP) + socket.inet_aton('0.0.0.0')) diff --git a/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/traffic_light_controller.py b/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/traffic_light_controller.py new file mode 100644 index 0000000000000000000000000000000000000000..dab9cba94306d64f03b4e0fb42cfe5c2c1c258e1 --- /dev/null +++ b/shellops/assets/ShellOps_0a1b9a6c48/gold/sensors/traffic_light_controller.py @@ -0,0 +1,7 @@ +MCAST_GROUP = '239.255.10.1' +LOCAL_IP = '192.168.1.100' +def init_socket(): + sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) + sock.bind((LOCAL_IP, 5000)) + sock.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, + socket.inet_aton(MCAST_GROUP) + socket.inet_aton(LOCAL_IP)) diff --git a/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/legacy/old_intersection.py b/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/legacy/old_intersection.py new file mode 100644 index 0000000000000000000000000000000000000000..2aedf794e3b2597a71e01fbae230908ecc007087 --- /dev/null +++ b/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/legacy/old_intersection.py @@ -0,0 +1,4 @@ +MCAST_GROUP = '239.255.10.1' +TIMEOUT = 30 +# This system uses deprecated multicast address +RED_LED_PIN = 12 diff --git a/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/pedestrian_crossing.py b/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/pedestrian_crossing.py new file mode 100644 index 0000000000000000000000000000000000000000..69000a0ee48d88b52fd9dd1173e21302732e3c4c --- /dev/null +++ b/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/pedestrian_crossing.py @@ -0,0 +1,8 @@ +# Multicast configuration +MCAST_GROUP = '230.13.14.15' +GRP_PORT = 7600 + +try: + mcast_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) + mcast_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, + socket.inet_aton(MCAST_GROUP) + socket.inet_aton('0.0.0.0')) diff --git a/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/traffic_light_controller.py b/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/traffic_light_controller.py new file mode 100644 index 0000000000000000000000000000000000000000..dab9cba94306d64f03b4e0fb42cfe5c2c1c258e1 --- /dev/null +++ b/shellops/assets/ShellOps_0a1b9a6c48/init/sensors/traffic_light_controller.py @@ -0,0 +1,7 @@ +MCAST_GROUP = '239.255.10.1' +LOCAL_IP = '192.168.1.100' +def init_socket(): + sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) + sock.bind((LOCAL_IP, 5000)) + sock.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, + socket.inet_aton(MCAST_GROUP) + socket.inet_aton(LOCAL_IP)) diff --git a/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/.keep b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/application.cfg b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/application.cfg new file mode 100644 index 0000000000000000000000000000000000000000..81cf96602bd33380802e29bc35adb183bcfdd20d --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/application.cfg @@ -0,0 +1,5 @@ +backup_type: app_snapshot +retention_days: 60 + +backup_type: db_incremental +retention_days: 14 diff --git a/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/database.cfg b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/database.cfg new file mode 100644 index 0000000000000000000000000000000000000000..56fdd44b07b4977e0eaf47e47eee74442a5a1e2a --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/database.cfg @@ -0,0 +1,5 @@ +backup_type: db_full +retention_days: 30 + +backup_type: db_incremental +retention_days: 7 diff --git a/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/filesystem.cfg b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/filesystem.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b57a1fa33c8b26ff24ab645383181178f463d32d --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/gold/backup_configs/filesystem.cfg @@ -0,0 +1,5 @@ +backup_type: fs_daily +retention_days: 90 + +backup_type: fs_weekly +retention_days: 365 diff --git a/shellops/assets/ShellOps_0a296a1a43/gold/retention_summary.md b/shellops/assets/ShellOps_0a296a1a43/gold/retention_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..c3ccdad5aa4260e30778122610e48a3b0de5dc10 --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/gold/retention_summary.md @@ -0,0 +1,5 @@ +app_snapshot 60 +db_full 30 +db_incremental 14 +fs_daily 90 +fs_weekly 365 diff --git a/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/.keep b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/application.cfg b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/application.cfg new file mode 100644 index 0000000000000000000000000000000000000000..81cf96602bd33380802e29bc35adb183bcfdd20d --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/application.cfg @@ -0,0 +1,5 @@ +backup_type: app_snapshot +retention_days: 60 + +backup_type: db_incremental +retention_days: 14 diff --git a/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/database.cfg b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/database.cfg new file mode 100644 index 0000000000000000000000000000000000000000..56fdd44b07b4977e0eaf47e47eee74442a5a1e2a --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/database.cfg @@ -0,0 +1,5 @@ +backup_type: db_full +retention_days: 30 + +backup_type: db_incremental +retention_days: 7 diff --git a/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/filesystem.cfg b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/filesystem.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b57a1fa33c8b26ff24ab645383181178f463d32d --- /dev/null +++ b/shellops/assets/ShellOps_0a296a1a43/init/backup_configs/filesystem.cfg @@ -0,0 +1,5 @@ +backup_type: fs_daily +retention_days: 90 + +backup_type: fs_weekly +retention_days: 365 diff --git a/shellops/assets/ShellOps_0ac789cd33/gold/allowed_trace_ids.tsv b/shellops/assets/ShellOps_0ac789cd33/gold/allowed_trace_ids.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3fe1501e366744651268ea7c0fbd8016915cf4e6 --- /dev/null +++ b/shellops/assets/ShellOps_0ac789cd33/gold/allowed_trace_ids.tsv @@ -0,0 +1,7 @@ +trace_id service +TRA-001 gateway +TRA-012 auth +TRA-013 gateway +TRA-019 dbproxy +TRA-043 cache +TRA-044 dbproxy \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ac789cd33/gold/unapproved_occurrences.txt b/shellops/assets/ShellOps_0ac789cd33/gold/unapproved_occurrences.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccd05f6c4d50176948b96197fbd7d8f2074c2c9f --- /dev/null +++ b/shellops/assets/ShellOps_0ac789cd33/gold/unapproved_occurrences.txt @@ -0,0 +1,3 @@ +TRA-018 +TRA-020 +TRA-999 diff --git a/shellops/assets/ShellOps_0ac789cd33/init/allowed_trace_ids.tsv b/shellops/assets/ShellOps_0ac789cd33/init/allowed_trace_ids.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3fe1501e366744651268ea7c0fbd8016915cf4e6 --- /dev/null +++ b/shellops/assets/ShellOps_0ac789cd33/init/allowed_trace_ids.tsv @@ -0,0 +1,7 @@ +trace_id service +TRA-001 gateway +TRA-012 auth +TRA-013 gateway +TRA-019 dbproxy +TRA-043 cache +TRA-044 dbproxy \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/frequent_stops.tsv b/shellops/assets/ShellOps_0af4f1a219/gold/frequent_stops.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9f52ab104af7a4be2d7058ed770789f50e9e6348 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/gold/frequent_stops.tsv @@ -0,0 +1,10 @@ +S789 4 +S101 3 +S456 3 +S202 2 +S123 1 +S303 1 +S404 1 +S505 1 +S606 1 +S707 1 diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/routes/.keep b/shellops/assets/ShellOps_0af4f1a219/gold/routes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_101.json b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_101.json new file mode 100644 index 0000000000000000000000000000000000000000..e6499cb48a5e59dfa5802c2a4df69f503f7d0225 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_101.json @@ -0,0 +1 @@ +{"route_id": "101", "stops": ["S123", "S456", "S789", "S101"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_102.json b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_102.json new file mode 100644 index 0000000000000000000000000000000000000000..b67c98142cffdfb70a735f74e9653ef0f8caf97b --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_102.json @@ -0,0 +1 @@ +{"route_id": "102", "stops": ["S456", "S789", "S202", "S303"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_103.json b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_103.json new file mode 100644 index 0000000000000000000000000000000000000000..e00dec22e1df2a57ab13899e06ca24e5d030c110 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_103.json @@ -0,0 +1 @@ +{"route_id": "103", "stops": ["S789", "S404", "S505", "S606"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_104.json b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_104.json new file mode 100644 index 0000000000000000000000000000000000000000..7e84ddb9f8ce90d5d587b6cfc4e5e678330c5a24 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_104.json @@ -0,0 +1 @@ +{"route_id": "104", "stops": ["S789", "S101", "S202", "S707"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_105.json b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_105.json new file mode 100644 index 0000000000000000000000000000000000000000..19ab20e1ae1e6b260f2e19071b37724effa94019 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/gold/routes/route_105.json @@ -0,0 +1 @@ +{"route_id": "105", "stops": ["S456", "S808", "S909", "S101"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/init/routes/.keep b/shellops/assets/ShellOps_0af4f1a219/init/routes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0af4f1a219/init/routes/route_101.json b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_101.json new file mode 100644 index 0000000000000000000000000000000000000000..e6499cb48a5e59dfa5802c2a4df69f503f7d0225 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_101.json @@ -0,0 +1 @@ +{"route_id": "101", "stops": ["S123", "S456", "S789", "S101"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/init/routes/route_102.json b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_102.json new file mode 100644 index 0000000000000000000000000000000000000000..b67c98142cffdfb70a735f74e9653ef0f8caf97b --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_102.json @@ -0,0 +1 @@ +{"route_id": "102", "stops": ["S456", "S789", "S202", "S303"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/init/routes/route_103.json b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_103.json new file mode 100644 index 0000000000000000000000000000000000000000..e00dec22e1df2a57ab13899e06ca24e5d030c110 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_103.json @@ -0,0 +1 @@ +{"route_id": "103", "stops": ["S789", "S404", "S505", "S606"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/init/routes/route_104.json b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_104.json new file mode 100644 index 0000000000000000000000000000000000000000..7e84ddb9f8ce90d5d587b6cfc4e5e678330c5a24 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_104.json @@ -0,0 +1 @@ +{"route_id": "104", "stops": ["S789", "S101", "S202", "S707"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af4f1a219/init/routes/route_105.json b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_105.json new file mode 100644 index 0000000000000000000000000000000000000000..19ab20e1ae1e6b260f2e19071b37724effa94019 --- /dev/null +++ b/shellops/assets/ShellOps_0af4f1a219/init/routes/route_105.json @@ -0,0 +1 @@ +{"route_id": "105", "stops": ["S456", "S808", "S909", "S101"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af9a565eb/gold/distractors/temp_logs.out b/shellops/assets/ShellOps_0af9a565eb/gold/distractors/temp_logs.out new file mode 100644 index 0000000000000000000000000000000000000000..55ea58f8fadc8ef5d52cacc60c7f8f3533f3db54 --- /dev/null +++ b/shellops/assets/ShellOps_0af9a565eb/gold/distractors/temp_logs.out @@ -0,0 +1 @@ +[WARNING] Disk space low on /dev/sda1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af9a565eb/gold/failures.txt b/shellops/assets/ShellOps_0af9a565eb/gold/failures.txt new file mode 100644 index 0000000000000000000000000000000000000000..a80a27ba6ab08163360786156f4401a3ce23376b --- /dev/null +++ b/shellops/assets/ShellOps_0af9a565eb/gold/failures.txt @@ -0,0 +1,2 @@ +12 +78 diff --git a/shellops/assets/ShellOps_0af9a565eb/gold/test_scenarios.txt b/shellops/assets/ShellOps_0af9a565eb/gold/test_scenarios.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b58e1fb7ecaa28d485cfe2e00efb7b8cd64f8de --- /dev/null +++ b/shellops/assets/ShellOps_0af9a565eb/gold/test_scenarios.txt @@ -0,0 +1,3 @@ +TestCase12: Verify network latency thresholds +TestCase45: Confirm database rollback integrity +TestCase78: Check API rate limiting diff --git a/shellops/assets/ShellOps_0af9a565eb/init/distractors/temp_logs.out b/shellops/assets/ShellOps_0af9a565eb/init/distractors/temp_logs.out new file mode 100644 index 0000000000000000000000000000000000000000..55ea58f8fadc8ef5d52cacc60c7f8f3533f3db54 --- /dev/null +++ b/shellops/assets/ShellOps_0af9a565eb/init/distractors/temp_logs.out @@ -0,0 +1 @@ +[WARNING] Disk space low on /dev/sda1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0af9a565eb/init/test_scenarios.txt b/shellops/assets/ShellOps_0af9a565eb/init/test_scenarios.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b58e1fb7ecaa28d485cfe2e00efb7b8cd64f8de --- /dev/null +++ b/shellops/assets/ShellOps_0af9a565eb/init/test_scenarios.txt @@ -0,0 +1,3 @@ +TestCase12: Verify network latency thresholds +TestCase45: Confirm database rollback integrity +TestCase78: Check API rate limiting diff --git a/shellops/assets/ShellOps_0b29895fc7/gold/hosts/servers.conf b/shellops/assets/ShellOps_0b29895fc7/gold/hosts/servers.conf new file mode 100644 index 0000000000000000000000000000000000000000..2671ee2e1ca0b7f15a3d1f438724043d865994e6 --- /dev/null +++ b/shellops/assets/ShellOps_0b29895fc7/gold/hosts/servers.conf @@ -0,0 +1,8 @@ +# Load balancer server profiles +profile web-01.internal weight=3 maxconn=100 +profile db-master.internal weight=5 maxconn=50 +profile cache-01.internal weight=2 maxconn=200 +profile web-02.internal weight=3 maxconn=100 +profile queue-01.internal weight=1 maxconn=30 +# deprecated: +profile legacy-app.internal weight=0 diff --git a/shellops/assets/ShellOps_0b29895fc7/gold/reports/.keep b/shellops/assets/ShellOps_0b29895fc7/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0b29895fc7/gold/reports/audit.md b/shellops/assets/ShellOps_0b29895fc7/gold/reports/audit.md new file mode 100644 index 0000000000000000000000000000000000000000..1a047808730a1a645ae4e178b774e51ce341049c --- /dev/null +++ b/shellops/assets/ShellOps_0b29895fc7/gold/reports/audit.md @@ -0,0 +1,14 @@ +# Audit of active server profiles + +## Verified profiles (as of 2024-12-03) +profile web-01.internal +profile db-master.internal +profile cache-01.internal +profile web-02.internal +profile queue-01.internal + +## Disabled profiles +profile test-01.staging + +## Out-of-scope resources +profile dns-resolver.internal \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b29895fc7/gold/reports/missing_hosts.txt b/shellops/assets/ShellOps_0b29895fc7/gold/reports/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8a71b80112a8e4318618784d635dd44cb201b9d --- /dev/null +++ b/shellops/assets/ShellOps_0b29895fc7/gold/reports/missing_hosts.txt @@ -0,0 +1 @@ +legacy-app.internal diff --git a/shellops/assets/ShellOps_0b29895fc7/init/hosts/servers.conf b/shellops/assets/ShellOps_0b29895fc7/init/hosts/servers.conf new file mode 100644 index 0000000000000000000000000000000000000000..2671ee2e1ca0b7f15a3d1f438724043d865994e6 --- /dev/null +++ b/shellops/assets/ShellOps_0b29895fc7/init/hosts/servers.conf @@ -0,0 +1,8 @@ +# Load balancer server profiles +profile web-01.internal weight=3 maxconn=100 +profile db-master.internal weight=5 maxconn=50 +profile cache-01.internal weight=2 maxconn=200 +profile web-02.internal weight=3 maxconn=100 +profile queue-01.internal weight=1 maxconn=30 +# deprecated: +profile legacy-app.internal weight=0 diff --git a/shellops/assets/ShellOps_0b29895fc7/init/reports/.keep b/shellops/assets/ShellOps_0b29895fc7/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0b29895fc7/init/reports/audit.md b/shellops/assets/ShellOps_0b29895fc7/init/reports/audit.md new file mode 100644 index 0000000000000000000000000000000000000000..1a047808730a1a645ae4e178b774e51ce341049c --- /dev/null +++ b/shellops/assets/ShellOps_0b29895fc7/init/reports/audit.md @@ -0,0 +1,14 @@ +# Audit of active server profiles + +## Verified profiles (as of 2024-12-03) +profile web-01.internal +profile db-master.internal +profile cache-01.internal +profile web-02.internal +profile queue-01.internal + +## Disabled profiles +profile test-01.staging + +## Out-of-scope resources +profile dns-resolver.internal \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/active.txt b/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..6492012768a8a993261e64cd6be815b036df0216 --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/active.txt @@ -0,0 +1,4 @@ +staging +production +dev +qa \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/approved.txt b/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..98c70b9886ba5f369fa68790a6cae38d310ca2b9 --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/approved.txt @@ -0,0 +1,3 @@ +production +qa +dev \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/notes.md b/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..73c45fc17f5f37f44d33f6743d4f72623cf582b1 --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/gold/deployments/notes.md @@ -0,0 +1 @@ +Legacy notes: staging not yet approved. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b3d8732e3/gold/report/missing_envs.txt b/shellops/assets/ShellOps_0b3d8732e3/gold/report/missing_envs.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcd5906e303dd0cffa818f7cebc4de7135496d7e --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/gold/report/missing_envs.txt @@ -0,0 +1 @@ +staging diff --git a/shellops/assets/ShellOps_0b3d8732e3/init/deployments/active.txt b/shellops/assets/ShellOps_0b3d8732e3/init/deployments/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..6492012768a8a993261e64cd6be815b036df0216 --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/init/deployments/active.txt @@ -0,0 +1,4 @@ +staging +production +dev +qa \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b3d8732e3/init/deployments/approved.txt b/shellops/assets/ShellOps_0b3d8732e3/init/deployments/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..98c70b9886ba5f369fa68790a6cae38d310ca2b9 --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/init/deployments/approved.txt @@ -0,0 +1,3 @@ +production +qa +dev \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b3d8732e3/init/deployments/notes.md b/shellops/assets/ShellOps_0b3d8732e3/init/deployments/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..73c45fc17f5f37f44d33f6743d4f72623cf582b1 --- /dev/null +++ b/shellops/assets/ShellOps_0b3d8732e3/init/deployments/notes.md @@ -0,0 +1 @@ +Legacy notes: staging not yet approved. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/gold/benchmarks/run1.psv b/shellops/assets/ShellOps_0b4ac0d0dc/gold/benchmarks/run1.psv new file mode 100644 index 0000000000000000000000000000000000000000..f4e36d747cd65026bc8e9b1dcdde8dc841368eee --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/gold/benchmarks/run1.psv @@ -0,0 +1,6 @@ +device_id|throughput_mbps +14|580 +23|620 +45|590 +56|600 +89|550 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/gold/benchmarks/run2.psv b/shellops/assets/ShellOps_0b4ac0d0dc/gold/benchmarks/run2.psv new file mode 100644 index 0000000000000000000000000000000000000000..c5aba122b1654fd06f58a881c93eabef0aa1626b --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/gold/benchmarks/run2.psv @@ -0,0 +1,6 @@ +device_id|throughput_mbps +23|615 +45|595 +56|610 +89|545 +92|680 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/gold/expected.psv b/shellops/assets/ShellOps_0b4ac0d0dc/gold/expected.psv new file mode 100644 index 0000000000000000000000000000000000000000..cd1e8dc7d7b836b4885536b12bb6c62600fcf4a6 --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/gold/expected.psv @@ -0,0 +1,5 @@ +device_id|max_allowed +14|600 +23|640 +56|600 +92|700 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/gold/missed_devices.txt b/shellops/assets/ShellOps_0b4ac0d0dc/gold/missed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aab26f0421a4213b963ba0d79884e299b871cd2 --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/gold/missed_devices.txt @@ -0,0 +1,2 @@ +45 +89 diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/init/benchmarks/run1.psv b/shellops/assets/ShellOps_0b4ac0d0dc/init/benchmarks/run1.psv new file mode 100644 index 0000000000000000000000000000000000000000..f4e36d747cd65026bc8e9b1dcdde8dc841368eee --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/init/benchmarks/run1.psv @@ -0,0 +1,6 @@ +device_id|throughput_mbps +14|580 +23|620 +45|590 +56|600 +89|550 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/init/benchmarks/run2.psv b/shellops/assets/ShellOps_0b4ac0d0dc/init/benchmarks/run2.psv new file mode 100644 index 0000000000000000000000000000000000000000..c5aba122b1654fd06f58a881c93eabef0aa1626b --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/init/benchmarks/run2.psv @@ -0,0 +1,6 @@ +device_id|throughput_mbps +23|615 +45|595 +56|610 +89|545 +92|680 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b4ac0d0dc/init/expected.psv b/shellops/assets/ShellOps_0b4ac0d0dc/init/expected.psv new file mode 100644 index 0000000000000000000000000000000000000000..cd1e8dc7d7b836b4885536b12bb6c62600fcf4a6 --- /dev/null +++ b/shellops/assets/ShellOps_0b4ac0d0dc/init/expected.psv @@ -0,0 +1,5 @@ +device_id|max_allowed +14|600 +23|640 +56|600 +92|700 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8e87a89a/gold/duplicate_tests.out b/shellops/assets/ShellOps_0b8e87a89a/gold/duplicate_tests.out new file mode 100644 index 0000000000000000000000000000000000000000..9f2d23fce469632d13f8bed02d4e5609cd713a58 --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/gold/duplicate_tests.out @@ -0,0 +1,2 @@ +TC001 +TC002 diff --git a/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/performance_tests.yaml b/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/performance_tests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..620024a4f14c5a4b6370ebba28c345b145acd86e --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/performance_tests.yaml @@ -0,0 +1,7 @@ +test_cases: + - test_id: TC007 + description: Verify load time + - test_id: TC008 + description: Verify stress test + - test_id: TC009 + description: Verify scalability \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/regression_tests.yaml b/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/regression_tests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3ebfb0fee85582199b2f57507ca4223ff3aae74 --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/regression_tests.yaml @@ -0,0 +1,9 @@ +test_cases: + - test_id: TC004 + description: Verify profile update + - test_id: TC005 + description: Verify payment + - test_id: TC006 + description: Verify notifications + - test_id: TC001 + description: Verify guest login \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/smoke_tests.yaml b/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/smoke_tests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a3280c08241a0d6076cc3daf6212f9a9efcef879 --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/gold/test_suite/smoke_tests.yaml @@ -0,0 +1,9 @@ +test_cases: + - test_id: TC001 + description: Verify login + - test_id: TC002 + description: Verify logout + - test_id: TC003 + description: Verify search + - test_id: TC002 + description: Verify session timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/performance_tests.yaml b/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/performance_tests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..620024a4f14c5a4b6370ebba28c345b145acd86e --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/performance_tests.yaml @@ -0,0 +1,7 @@ +test_cases: + - test_id: TC007 + description: Verify load time + - test_id: TC008 + description: Verify stress test + - test_id: TC009 + description: Verify scalability \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/regression_tests.yaml b/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/regression_tests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3ebfb0fee85582199b2f57507ca4223ff3aae74 --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/regression_tests.yaml @@ -0,0 +1,9 @@ +test_cases: + - test_id: TC004 + description: Verify profile update + - test_id: TC005 + description: Verify payment + - test_id: TC006 + description: Verify notifications + - test_id: TC001 + description: Verify guest login \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/smoke_tests.yaml b/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/smoke_tests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a3280c08241a0d6076cc3daf6212f9a9efcef879 --- /dev/null +++ b/shellops/assets/ShellOps_0b8e87a89a/init/test_suite/smoke_tests.yaml @@ -0,0 +1,9 @@ +test_cases: + - test_id: TC001 + description: Verify login + - test_id: TC002 + description: Verify logout + - test_id: TC003 + description: Verify search + - test_id: TC002 + description: Verify session timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/gold/docs/archive/old_inventory.log b/shellops/assets/ShellOps_0b8ea258db/gold/docs/archive/old_inventory.log new file mode 100644 index 0000000000000000000000000000000000000000..79e5cec446af99b07b41a083422b29ff52b749e2 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/gold/docs/archive/old_inventory.log @@ -0,0 +1,2 @@ +RM-00000 Deprecated alloy +RM-99999 Obsolete polymer \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/gold/guidelines/safety_data.xml b/shellops/assets/ShellOps_0b8ea258db/gold/guidelines/safety_data.xml new file mode 100644 index 0000000000000000000000000000000000000000..38894050dbdc1c5a9528c1acc55f1fcb4e03f38b --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/gold/guidelines/safety_data.xml @@ -0,0 +1,15 @@ + + + + RM-12345 + Non-hazardous + + + RM-67890 + Corrosive + + + RM-54321 + Electrical + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/gold/materials/inventory.txt b/shellops/assets/ShellOps_0b8ea258db/gold/materials/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..726d79baf1f975fa57721665e2e84f5d07ffa2a0 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/gold/materials/inventory.txt @@ -0,0 +1,5 @@ +RM-12345 High-grade steel +RM-67890 Aluminum alloy +RM-54321 Copper wire +RM-98765 Titanium sheet +RM-13579 Polycarbonate resin \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/gold/materials/notes.md b/shellops/assets/ShellOps_0b8ea258db/gold/materials/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b222c5b1e9260e28aa9e67d83209aba4edb5804b --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/gold/materials/notes.md @@ -0,0 +1,4 @@ +# Inventory Notes +- These codes are superseded: + RM-00000, RM-99999 +- New material arriving next week: RM-24680 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/gold/missing_safety_codes.log b/shellops/assets/ShellOps_0b8ea258db/gold/missing_safety_codes.log new file mode 100644 index 0000000000000000000000000000000000000000..e7ef180fb4951d70e8df3ab44ae2e410e0bb7d99 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/gold/missing_safety_codes.log @@ -0,0 +1,2 @@ +RM-13579 +RM-98765 diff --git a/shellops/assets/ShellOps_0b8ea258db/init/docs/archive/old_inventory.log b/shellops/assets/ShellOps_0b8ea258db/init/docs/archive/old_inventory.log new file mode 100644 index 0000000000000000000000000000000000000000..79e5cec446af99b07b41a083422b29ff52b749e2 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/init/docs/archive/old_inventory.log @@ -0,0 +1,2 @@ +RM-00000 Deprecated alloy +RM-99999 Obsolete polymer \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/init/guidelines/safety_data.xml b/shellops/assets/ShellOps_0b8ea258db/init/guidelines/safety_data.xml new file mode 100644 index 0000000000000000000000000000000000000000..38894050dbdc1c5a9528c1acc55f1fcb4e03f38b --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/init/guidelines/safety_data.xml @@ -0,0 +1,15 @@ + + + + RM-12345 + Non-hazardous + + + RM-67890 + Corrosive + + + RM-54321 + Electrical + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/init/materials/inventory.txt b/shellops/assets/ShellOps_0b8ea258db/init/materials/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..726d79baf1f975fa57721665e2e84f5d07ffa2a0 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/init/materials/inventory.txt @@ -0,0 +1,5 @@ +RM-12345 High-grade steel +RM-67890 Aluminum alloy +RM-54321 Copper wire +RM-98765 Titanium sheet +RM-13579 Polycarbonate resin \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ea258db/init/materials/notes.md b/shellops/assets/ShellOps_0b8ea258db/init/materials/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b222c5b1e9260e28aa9e67d83209aba4edb5804b --- /dev/null +++ b/shellops/assets/ShellOps_0b8ea258db/init/materials/notes.md @@ -0,0 +1,4 @@ +# Inventory Notes +- These codes are superseded: + RM-00000, RM-99999 +- New material arriving next week: RM-24680 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0b8ebc67eb/gold/diagnostics/active_links.log b/shellops/assets/ShellOps_0b8ebc67eb/gold/diagnostics/active_links.log new file mode 100644 index 0000000000000000000000000000000000000000..492ce927c66c99d6d9766634241503ce55c863e7 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/gold/diagnostics/active_links.log @@ -0,0 +1,3 @@ +2024-05-17T08:12:34 enp0s3 Connection established +2024-05-17T08:13:45 eth1 Bandwidth threshold exceeded +2024-05-17T08:14:22 vlan42 Link flapping detected diff --git a/shellops/assets/ShellOps_0b8ebc67eb/gold/reference/interfaces.tsv b/shellops/assets/ShellOps_0b8ebc67eb/gold/reference/interfaces.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cacce313e402ff8d9834348c5bcab594a9c8034b --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/gold/reference/interfaces.tsv @@ -0,0 +1,3 @@ +enp0s3 WAN_Uplink +eth1 Internal_Switch +vlan42 Guest_Network diff --git a/shellops/assets/ShellOps_0b8ebc67eb/gold/reference/obsolete_interfaces.tsv b/shellops/assets/ShellOps_0b8ebc67eb/gold/reference/obsolete_interfaces.tsv new file mode 100644 index 0000000000000000000000000000000000000000..de3157e3c33aadb549138751c44552bf1dd14d89 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/gold/reference/obsolete_interfaces.tsv @@ -0,0 +1 @@ +eth0 Legacy_Backplane diff --git a/shellops/assets/ShellOps_0b8ebc67eb/gold/report/standardized_links.log b/shellops/assets/ShellOps_0b8ebc67eb/gold/report/standardized_links.log new file mode 100644 index 0000000000000000000000000000000000000000..a812d7080e06833b1b654e4d6c9ae8e864bcee30 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/gold/report/standardized_links.log @@ -0,0 +1,3 @@ +2024-05-17T08:12:34 WAN_Uplink Connection established +2024-05-17T08:13:45 Internal_Switch Bandwidth threshold exceeded +2024-05-17T08:14:22 Guest_Network Link flapping detected diff --git a/shellops/assets/ShellOps_0b8ebc67eb/init/diagnostics/active_links.log b/shellops/assets/ShellOps_0b8ebc67eb/init/diagnostics/active_links.log new file mode 100644 index 0000000000000000000000000000000000000000..492ce927c66c99d6d9766634241503ce55c863e7 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/init/diagnostics/active_links.log @@ -0,0 +1,3 @@ +2024-05-17T08:12:34 enp0s3 Connection established +2024-05-17T08:13:45 eth1 Bandwidth threshold exceeded +2024-05-17T08:14:22 vlan42 Link flapping detected diff --git a/shellops/assets/ShellOps_0b8ebc67eb/init/reference/interfaces.tsv b/shellops/assets/ShellOps_0b8ebc67eb/init/reference/interfaces.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cacce313e402ff8d9834348c5bcab594a9c8034b --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/init/reference/interfaces.tsv @@ -0,0 +1,3 @@ +enp0s3 WAN_Uplink +eth1 Internal_Switch +vlan42 Guest_Network diff --git a/shellops/assets/ShellOps_0b8ebc67eb/init/reference/obsolete_interfaces.tsv b/shellops/assets/ShellOps_0b8ebc67eb/init/reference/obsolete_interfaces.tsv new file mode 100644 index 0000000000000000000000000000000000000000..de3157e3c33aadb549138751c44552bf1dd14d89 --- /dev/null +++ b/shellops/assets/ShellOps_0b8ebc67eb/init/reference/obsolete_interfaces.tsv @@ -0,0 +1 @@ +eth0 Legacy_Backplane diff --git a/shellops/assets/ShellOps_0b95e21805/gold/traces/api_gateway.trace b/shellops/assets/ShellOps_0b95e21805/gold/traces/api_gateway.trace new file mode 100644 index 0000000000000000000000000000000000000000..c46ae5c2ade4a5433a8382ae69aa46762d54af15 --- /dev/null +++ b/shellops/assets/ShellOps_0b95e21805/gold/traces/api_gateway.trace @@ -0,0 +1,3 @@ +2024-03-15T14:23:10Z INFO request_id=req_g7h8 session=admin42 endpoint=/admin/users +2024-03-15T14:23:12Z DEBUG request_id=req_g7h8 session=admin42 auth=ok +2024-03-15T14:23:15Z INFO request_id=req_i9j0 session=user12345 endpoint=/api/profile diff --git a/shellops/assets/ShellOps_0b95e21805/gold/traces/app_web.trace b/shellops/assets/ShellOps_0b95e21805/gold/traces/app_web.trace new file mode 100644 index 0000000000000000000000000000000000000000..58b3730f1c7e5ad5bbb09c9059a92e2c7f8dde1b --- /dev/null +++ b/shellops/assets/ShellOps_0b95e21805/gold/traces/app_web.trace @@ -0,0 +1,4 @@ +2024-03-15T14:22:01Z INFO request_id=req_a1b2 session=user12345 endpoint=/api/data +2024-03-15T14:22:03Z DEBUG request_id=req_a1b2 session=user12345 processing time=47ms +2024-03-15T14:22:05Z INFO request_id=req_c3d4 session=guest67890 endpoint=/api/status +2024-03-15T14:22:07Z ERROR request_id=req_e5f6 session=user12345 message="connection timeout" diff --git a/shellops/assets/ShellOps_0b95e21805/gold/traces/background.trace b/shellops/assets/ShellOps_0b95e21805/gold/traces/background.trace new file mode 100644 index 0000000000000000000000000000000000000000..711dff36b178b751c1193617e932eb20cbb28840 --- /dev/null +++ b/shellops/assets/ShellOps_0b95e21805/gold/traces/background.trace @@ -0,0 +1,2 @@ +2024-03-15T14:24:20Z INFO job_id=job_cleanup session=system99 action=purge_old +2024-03-15T14:24:25Z DEBUG job_id=job_cleanup session=system99 items_removed=3 diff --git a/shellops/assets/ShellOps_0b95e21805/init/traces/api_gateway.trace b/shellops/assets/ShellOps_0b95e21805/init/traces/api_gateway.trace new file mode 100644 index 0000000000000000000000000000000000000000..c46ae5c2ade4a5433a8382ae69aa46762d54af15 --- /dev/null +++ b/shellops/assets/ShellOps_0b95e21805/init/traces/api_gateway.trace @@ -0,0 +1,3 @@ +2024-03-15T14:23:10Z INFO request_id=req_g7h8 session=admin42 endpoint=/admin/users +2024-03-15T14:23:12Z DEBUG request_id=req_g7h8 session=admin42 auth=ok +2024-03-15T14:23:15Z INFO request_id=req_i9j0 session=user12345 endpoint=/api/profile diff --git a/shellops/assets/ShellOps_0b95e21805/init/traces/app_web.trace b/shellops/assets/ShellOps_0b95e21805/init/traces/app_web.trace new file mode 100644 index 0000000000000000000000000000000000000000..58b3730f1c7e5ad5bbb09c9059a92e2c7f8dde1b --- /dev/null +++ b/shellops/assets/ShellOps_0b95e21805/init/traces/app_web.trace @@ -0,0 +1,4 @@ +2024-03-15T14:22:01Z INFO request_id=req_a1b2 session=user12345 endpoint=/api/data +2024-03-15T14:22:03Z DEBUG request_id=req_a1b2 session=user12345 processing time=47ms +2024-03-15T14:22:05Z INFO request_id=req_c3d4 session=guest67890 endpoint=/api/status +2024-03-15T14:22:07Z ERROR request_id=req_e5f6 session=user12345 message="connection timeout" diff --git a/shellops/assets/ShellOps_0b95e21805/init/traces/background.trace b/shellops/assets/ShellOps_0b95e21805/init/traces/background.trace new file mode 100644 index 0000000000000000000000000000000000000000..711dff36b178b751c1193617e932eb20cbb28840 --- /dev/null +++ b/shellops/assets/ShellOps_0b95e21805/init/traces/background.trace @@ -0,0 +1,2 @@ +2024-03-15T14:24:20Z INFO job_id=job_cleanup session=system99 action=purge_old +2024-03-15T14:24:25Z DEBUG job_id=job_cleanup session=system99 items_removed=3 diff --git a/shellops/assets/ShellOps_0b97cd82e6/gold/configs/alpha.xml b/shellops/assets/ShellOps_0b97cd82e6/gold/configs/alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..ce737bce56cbc86a787d798d24a4f7aef505d431 --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/gold/configs/alpha.xml @@ -0,0 +1,12 @@ + + + + 100 + + + 200 + + + 150 + + diff --git a/shellops/assets/ShellOps_0b97cd82e6/gold/configs/beta.xml b/shellops/assets/ShellOps_0b97cd82e6/gold/configs/beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..cf06b0906eda53c42631d3e370a792b65d2724eb --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/gold/configs/beta.xml @@ -0,0 +1,12 @@ + + + + 110 + + + 210 + + + 160 + + diff --git a/shellops/assets/ShellOps_0b97cd82e6/gold/configs/notes.txt b/shellops/assets/ShellOps_0b97cd82e6/gold/configs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f5b59be9e4044062b855bff8e7b5dd7e05440f3 --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/gold/configs/notes.txt @@ -0,0 +1,2 @@ +Alpha file: production overrides. +Beta file: staging overrides. diff --git a/shellops/assets/ShellOps_0b97cd82e6/gold/sensors/approved.txt b/shellops/assets/ShellOps_0b97cd82e6/gold/sensors/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b36eb556f4098cab7e746e85962f2307bd5e07a --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/gold/sensors/approved.txt @@ -0,0 +1,4 @@ +sensor-101 +sensor-102 +sensor-103 +sensor-105 diff --git a/shellops/assets/ShellOps_0b97cd82e6/gold/sensors/missing.txt b/shellops/assets/ShellOps_0b97cd82e6/gold/sensors/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..31994ceeccb387fae90c3a460a5baf95276d97cc --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/gold/sensors/missing.txt @@ -0,0 +1,2 @@ +sensor-104 +sensor-106 diff --git a/shellops/assets/ShellOps_0b97cd82e6/init/configs/alpha.xml b/shellops/assets/ShellOps_0b97cd82e6/init/configs/alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..ce737bce56cbc86a787d798d24a4f7aef505d431 --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/init/configs/alpha.xml @@ -0,0 +1,12 @@ + + + + 100 + + + 200 + + + 150 + + diff --git a/shellops/assets/ShellOps_0b97cd82e6/init/configs/beta.xml b/shellops/assets/ShellOps_0b97cd82e6/init/configs/beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..cf06b0906eda53c42631d3e370a792b65d2724eb --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/init/configs/beta.xml @@ -0,0 +1,12 @@ + + + + 110 + + + 210 + + + 160 + + diff --git a/shellops/assets/ShellOps_0b97cd82e6/init/configs/notes.txt b/shellops/assets/ShellOps_0b97cd82e6/init/configs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f5b59be9e4044062b855bff8e7b5dd7e05440f3 --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/init/configs/notes.txt @@ -0,0 +1,2 @@ +Alpha file: production overrides. +Beta file: staging overrides. diff --git a/shellops/assets/ShellOps_0b97cd82e6/init/sensors/approved.txt b/shellops/assets/ShellOps_0b97cd82e6/init/sensors/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b36eb556f4098cab7e746e85962f2307bd5e07a --- /dev/null +++ b/shellops/assets/ShellOps_0b97cd82e6/init/sensors/approved.txt @@ -0,0 +1,4 @@ +sensor-101 +sensor-102 +sensor-103 +sensor-105 diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240315.trace b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240315.trace new file mode 100644 index 0000000000000000000000000000000000000000..29c884d702bc53b8765543651762f28160ade1b7 --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240315.trace @@ -0,0 +1,5 @@ +test: api_throughput status:passed duration: 4.2s +metric: requests_per_sec 1200 +test: memory_leak status:failed duration: 12.5s +error: heap overflow +metric: memory_used 1.2GB diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240316.trace b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240316.trace new file mode 100644 index 0000000000000000000000000000000000000000..f41674fe3c8c83a624bff1ff4715ba60e495c01f --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240316.trace @@ -0,0 +1,5 @@ +test: api_throughput status:passed duration: 3.8s +metric: requests_per_sec 1250 +test: connection_pool status:failed duration: 8.1s +error: timeout +metric: active_connections 50 diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240317.trace b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240317.trace new file mode 100644 index 0000000000000000000000000000000000000000..f2ca035bf5581f77409533c9113640d055f70c13 --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240317.trace @@ -0,0 +1,4 @@ +test: memory_leak status:failed duration: 13.1s +error: heap overflow +metric: memory_used 1.3GB +test: startup_latency status:passed duration: 1.2s diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240318.trace b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240318.trace new file mode 100644 index 0000000000000000000000000000000000000000..37d41ae981d93835aa331a53bb73c5dae12a5c12 --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/gold/results/run_20240318.trace @@ -0,0 +1,3 @@ +test: startup_latency status:passed duration: 1.1s +test: connection_pool status:passed duration: 5.4s +metric: active_connections 45 diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/gold/test_failures.out b/shellops/assets/ShellOps_0bb3e2e5ae/gold/test_failures.out new file mode 100644 index 0000000000000000000000000000000000000000..315eaab25e36b63338164e852ddfe62699b35d4c --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/gold/test_failures.out @@ -0,0 +1,2 @@ +connection_pool +memory_leak diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240315.trace b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240315.trace new file mode 100644 index 0000000000000000000000000000000000000000..29c884d702bc53b8765543651762f28160ade1b7 --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240315.trace @@ -0,0 +1,5 @@ +test: api_throughput status:passed duration: 4.2s +metric: requests_per_sec 1200 +test: memory_leak status:failed duration: 12.5s +error: heap overflow +metric: memory_used 1.2GB diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240316.trace b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240316.trace new file mode 100644 index 0000000000000000000000000000000000000000..f41674fe3c8c83a624bff1ff4715ba60e495c01f --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240316.trace @@ -0,0 +1,5 @@ +test: api_throughput status:passed duration: 3.8s +metric: requests_per_sec 1250 +test: connection_pool status:failed duration: 8.1s +error: timeout +metric: active_connections 50 diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240317.trace b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240317.trace new file mode 100644 index 0000000000000000000000000000000000000000..f2ca035bf5581f77409533c9113640d055f70c13 --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240317.trace @@ -0,0 +1,4 @@ +test: memory_leak status:failed duration: 13.1s +error: heap overflow +metric: memory_used 1.3GB +test: startup_latency status:passed duration: 1.2s diff --git a/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240318.trace b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240318.trace new file mode 100644 index 0000000000000000000000000000000000000000..37d41ae981d93835aa331a53bb73c5dae12a5c12 --- /dev/null +++ b/shellops/assets/ShellOps_0bb3e2e5ae/init/results/run_20240318.trace @@ -0,0 +1,3 @@ +test: startup_latency status:passed duration: 1.1s +test: connection_pool status:passed duration: 5.4s +metric: active_connections 45 diff --git a/shellops/assets/ShellOps_0be5472244/gold/exclusions/quiet_devices.txt b/shellops/assets/ShellOps_0be5472244/gold/exclusions/quiet_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a49c3df606e0fbd3122a1fefbffc7ecd5247a336 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/exclusions/quiet_devices.txt @@ -0,0 +1 @@ +dev_a \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/gold/reports/alerting_devices.txt b/shellops/assets/ShellOps_0be5472244/gold/reports/alerting_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..22402f5fdb3c1a3a1e50e41f28cbccc4d1cd18c8 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/reports/alerting_devices.txt @@ -0,0 +1,2 @@ +dev_c +dev_e diff --git a/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_a.json b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..548255b24b946bca024949efe53a2621c8e57598 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_a.json @@ -0,0 +1 @@ +{"device_id": "dev_a", "alerts": [{"type": "overheat"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_b.json b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d72062570a87f518f2aa929875c9e098ea408aba --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_b.json @@ -0,0 +1 @@ +{"device_id": "dev_b", "alerts": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_c.json b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..a92b761a57a044a6d521eecff8fdf789c52b2515 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_c.json @@ -0,0 +1 @@ +{"device_id": "dev_c", "alerts": [{"type": "low_battery"}, {"type": "disconnect"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_d.json b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_d.json new file mode 100644 index 0000000000000000000000000000000000000000..bef3b37fb32dcdba5f6ad89a45f75b1b969df9c7 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_d.json @@ -0,0 +1 @@ +{"device_id": "dev_d", "alerts": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_e.json b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_e.json new file mode 100644 index 0000000000000000000000000000000000000000..b9494ce1709a3867a473493952c9fc7566b0d09b --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/gold/telemetry/device_e.json @@ -0,0 +1 @@ +{"device_id": "dev_e", "alerts": [{"type": "high_latency"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/init/exclusions/quiet_devices.txt b/shellops/assets/ShellOps_0be5472244/init/exclusions/quiet_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a49c3df606e0fbd3122a1fefbffc7ecd5247a336 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/init/exclusions/quiet_devices.txt @@ -0,0 +1 @@ +dev_a \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/init/telemetry/device_a.json b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..548255b24b946bca024949efe53a2621c8e57598 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_a.json @@ -0,0 +1 @@ +{"device_id": "dev_a", "alerts": [{"type": "overheat"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/init/telemetry/device_b.json b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d72062570a87f518f2aa929875c9e098ea408aba --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_b.json @@ -0,0 +1 @@ +{"device_id": "dev_b", "alerts": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/init/telemetry/device_c.json b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..a92b761a57a044a6d521eecff8fdf789c52b2515 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_c.json @@ -0,0 +1 @@ +{"device_id": "dev_c", "alerts": [{"type": "low_battery"}, {"type": "disconnect"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/init/telemetry/device_d.json b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_d.json new file mode 100644 index 0000000000000000000000000000000000000000..bef3b37fb32dcdba5f6ad89a45f75b1b969df9c7 --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_d.json @@ -0,0 +1 @@ +{"device_id": "dev_d", "alerts": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0be5472244/init/telemetry/device_e.json b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_e.json new file mode 100644 index 0000000000000000000000000000000000000000..b9494ce1709a3867a473493952c9fc7566b0d09b --- /dev/null +++ b/shellops/assets/ShellOps_0be5472244/init/telemetry/device_e.json @@ -0,0 +1 @@ +{"device_id": "dev_e", "alerts": [{"type": "high_latency"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0bfb304151/gold/docs/.keep b/shellops/assets/ShellOps_0bfb304151/gold/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0bfb304151/gold/docs/api_reference.md b/shellops/assets/ShellOps_0bfb304151/gold/docs/api_reference.md new file mode 100644 index 0000000000000000000000000000000000000000..e165b2b8efe83320ebdc7754cc02dd5ad26c06e7 --- /dev/null +++ b/shellops/assets/ShellOps_0bfb304151/gold/docs/api_reference.md @@ -0,0 +1,7 @@ +# API Reference + +## Endpoints + +- GET /v0/users +- POST /v0/orders +- PUT /v0/products/:id diff --git a/shellops/assets/ShellOps_0bfb304151/gold/docs/legacy_notes.md b/shellops/assets/ShellOps_0bfb304151/gold/docs/legacy_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..366d8f92a1103502dd13636bf1280324cda14c23 --- /dev/null +++ b/shellops/assets/ShellOps_0bfb304151/gold/docs/legacy_notes.md @@ -0,0 +1,4 @@ +### Deprecated + +- GET /v0/items +- DELETE /v0/records/:id diff --git a/shellops/assets/ShellOps_0bfb304151/gold/docs/updated_endpoints.md b/shellops/assets/ShellOps_0bfb304151/gold/docs/updated_endpoints.md new file mode 100644 index 0000000000000000000000000000000000000000..3d8360a0f48941e94c520e0f933dbdb593e97c89 --- /dev/null +++ b/shellops/assets/ShellOps_0bfb304151/gold/docs/updated_endpoints.md @@ -0,0 +1,5 @@ +- GET /v1/users +- POST /v1/orders +- PUT /v1/products/:id +- GET /v1/items +- DELETE /v1/records/:id diff --git a/shellops/assets/ShellOps_0bfb304151/init/docs/.keep b/shellops/assets/ShellOps_0bfb304151/init/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0bfb304151/init/docs/api_reference.md b/shellops/assets/ShellOps_0bfb304151/init/docs/api_reference.md new file mode 100644 index 0000000000000000000000000000000000000000..e165b2b8efe83320ebdc7754cc02dd5ad26c06e7 --- /dev/null +++ b/shellops/assets/ShellOps_0bfb304151/init/docs/api_reference.md @@ -0,0 +1,7 @@ +# API Reference + +## Endpoints + +- GET /v0/users +- POST /v0/orders +- PUT /v0/products/:id diff --git a/shellops/assets/ShellOps_0bfb304151/init/docs/legacy_notes.md b/shellops/assets/ShellOps_0bfb304151/init/docs/legacy_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..366d8f92a1103502dd13636bf1280324cda14c23 --- /dev/null +++ b/shellops/assets/ShellOps_0bfb304151/init/docs/legacy_notes.md @@ -0,0 +1,4 @@ +### Deprecated + +- GET /v0/items +- DELETE /v0/records/:id diff --git a/shellops/assets/ShellOps_0d0bf517e8/gold/exclusions.json b/shellops/assets/ShellOps_0d0bf517e8/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..aa4226a0364907236f00d36e17628c6217e87773 --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/gold/exclusions.json @@ -0,0 +1,6 @@ +{ + "ignored_vendors": [ + "DeltaWorks", + "ZetaLabs" + ] +} diff --git a/shellops/assets/ShellOps_0d0bf517e8/gold/inventory.csv b/shellops/assets/ShellOps_0d0bf517e8/gold/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..10358a7c5b1910849614c9e64f31ac618efc83a9 --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/gold/inventory.csv @@ -0,0 +1,14 @@ +vendor,device_id,status +Acme,dev-101,active +Acme,dev-102,active +Acme,dev-103,inactive +BetaCorp,dev-201,active +BetaCorp,dev-202,active +BetaCorp,dev-203,active +Gamma,dev-301,active +DeltaWorks,dev-401,active +DeltaWorks,dev-402,inactive +Epsilon,dev-501,active +Epsilon,dev-502,active +Epsilon,dev-503,active +Epsilon,dev-504,active diff --git a/shellops/assets/ShellOps_0d0bf517e8/gold/notes.md b/shellops/assets/ShellOps_0d0bf517e8/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..20de1cb6b17c1edf10db3d0af615e801d5d45b07 --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/gold/notes.md @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the ranking. +It mentions some vendors that are not in the CSV. diff --git a/shellops/assets/ShellOps_0d0bf517e8/gold/reports/vendor_rank.tsv b/shellops/assets/ShellOps_0d0bf517e8/gold/reports/vendor_rank.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a3186e8b5571cad0747e1e2dede01f73a8ef2b3f --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/gold/reports/vendor_rank.tsv @@ -0,0 +1,4 @@ +Epsilon 4 +BetaCorp 3 +Acme 2 +Gamma 1 diff --git a/shellops/assets/ShellOps_0d0bf517e8/init/exclusions.json b/shellops/assets/ShellOps_0d0bf517e8/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..aa4226a0364907236f00d36e17628c6217e87773 --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/init/exclusions.json @@ -0,0 +1,6 @@ +{ + "ignored_vendors": [ + "DeltaWorks", + "ZetaLabs" + ] +} diff --git a/shellops/assets/ShellOps_0d0bf517e8/init/inventory.csv b/shellops/assets/ShellOps_0d0bf517e8/init/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..10358a7c5b1910849614c9e64f31ac618efc83a9 --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/init/inventory.csv @@ -0,0 +1,14 @@ +vendor,device_id,status +Acme,dev-101,active +Acme,dev-102,active +Acme,dev-103,inactive +BetaCorp,dev-201,active +BetaCorp,dev-202,active +BetaCorp,dev-203,active +Gamma,dev-301,active +DeltaWorks,dev-401,active +DeltaWorks,dev-402,inactive +Epsilon,dev-501,active +Epsilon,dev-502,active +Epsilon,dev-503,active +Epsilon,dev-504,active diff --git a/shellops/assets/ShellOps_0d0bf517e8/init/notes.md b/shellops/assets/ShellOps_0d0bf517e8/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..20de1cb6b17c1edf10db3d0af615e801d5d45b07 --- /dev/null +++ b/shellops/assets/ShellOps_0d0bf517e8/init/notes.md @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the ranking. +It mentions some vendors that are not in the CSV. diff --git a/shellops/assets/ShellOps_0d2859bd66/gold/Q1.csv b/shellops/assets/ShellOps_0d2859bd66/gold/Q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba82f0252ed368401576b00d0f1d45b737ea8133 --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/gold/Q1.csv @@ -0,0 +1,5 @@ +OrderID,Date,Category,Revenue +1001,2023-01-15,Electronics,1500 +1002,2023-02-20,Furniture,800 +1003,2023-03-10,Electronics,2200 +1004,2023-03-25,Appliances,1200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d2859bd66/gold/Q2.csv b/shellops/assets/ShellOps_0d2859bd66/gold/Q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..45df29992bffc8665d0e8869e885b04cc74d351c --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/gold/Q2.csv @@ -0,0 +1,5 @@ +OrderID,Date,Category,Revenue +2001,2023-04-05,Furniture,950 +2002,2023-05-12,Electronics,1800 +2003,2023-06-18,Appliances,1300 +2004,2023-06-30,Books,450 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d2859bd66/gold/notes.md b/shellops/assets/ShellOps_0d2859bd66/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8c33ce9629ad1406697ebfbeebe7d62815167a40 --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/gold/notes.md @@ -0,0 +1 @@ +Revenue figures exclude discounts and taxes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d2859bd66/gold/revenue_rankings.tsv b/shellops/assets/ShellOps_0d2859bd66/gold/revenue_rankings.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ad2c0abd15971e13d85c35e676f056d00b31e30c --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/gold/revenue_rankings.tsv @@ -0,0 +1,4 @@ +Category TotalRevenue +Electronics 5500 +Appliances 2500 +Furniture 1750 diff --git a/shellops/assets/ShellOps_0d2859bd66/init/Q1.csv b/shellops/assets/ShellOps_0d2859bd66/init/Q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba82f0252ed368401576b00d0f1d45b737ea8133 --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/init/Q1.csv @@ -0,0 +1,5 @@ +OrderID,Date,Category,Revenue +1001,2023-01-15,Electronics,1500 +1002,2023-02-20,Furniture,800 +1003,2023-03-10,Electronics,2200 +1004,2023-03-25,Appliances,1200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d2859bd66/init/Q2.csv b/shellops/assets/ShellOps_0d2859bd66/init/Q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..45df29992bffc8665d0e8869e885b04cc74d351c --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/init/Q2.csv @@ -0,0 +1,5 @@ +OrderID,Date,Category,Revenue +2001,2023-04-05,Furniture,950 +2002,2023-05-12,Electronics,1800 +2003,2023-06-18,Appliances,1300 +2004,2023-06-30,Books,450 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d2859bd66/init/notes.md b/shellops/assets/ShellOps_0d2859bd66/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8c33ce9629ad1406697ebfbeebe7d62815167a40 --- /dev/null +++ b/shellops/assets/ShellOps_0d2859bd66/init/notes.md @@ -0,0 +1 @@ +Revenue figures exclude discounts and taxes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d88b5e8c0/gold/allowed_serials.txt b/shellops/assets/ShellOps_0d88b5e8c0/gold/allowed_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6f73791ff8bd93d8fc935f8785bf7a531593962 --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/gold/allowed_serials.txt @@ -0,0 +1,3 @@ +SN-X9F3 +SN-R1T5 +SN-Z2W9 diff --git a/shellops/assets/ShellOps_0d88b5e8c0/gold/deploy_manifest.xml b/shellops/assets/ShellOps_0d88b5e8c0/gold/deploy_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..3386d6b75ee600d3c97f4dc1d202b478ec2d336b --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/gold/deploy_manifest.xml @@ -0,0 +1,23 @@ + + + + SN-X9F3 + sensor + + + SN-P7L2 + gateway + + + SN-X9F3 + controller + + + SN-K4Q8 + sensor + + + SN-R1T5 + sensor + + diff --git a/shellops/assets/ShellOps_0d88b5e8c0/gold/notes.txt b/shellops/assets/ShellOps_0d88b5e8c0/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..55b8d7a2cabc33fea206285e783865b19e7c9652 --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/gold/notes.txt @@ -0,0 +1 @@ +Ignore this file during the allowlist check. diff --git a/shellops/assets/ShellOps_0d88b5e8c0/gold/reports/unauthorized_devices.txt b/shellops/assets/ShellOps_0d88b5e8c0/gold/reports/unauthorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..35fa14557a459f085da66be69dfe96799dbb6b95 --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/gold/reports/unauthorized_devices.txt @@ -0,0 +1,2 @@ +SN-K4Q8 +SN-P7L2 diff --git a/shellops/assets/ShellOps_0d88b5e8c0/init/allowed_serials.txt b/shellops/assets/ShellOps_0d88b5e8c0/init/allowed_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6f73791ff8bd93d8fc935f8785bf7a531593962 --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/init/allowed_serials.txt @@ -0,0 +1,3 @@ +SN-X9F3 +SN-R1T5 +SN-Z2W9 diff --git a/shellops/assets/ShellOps_0d88b5e8c0/init/deploy_manifest.xml b/shellops/assets/ShellOps_0d88b5e8c0/init/deploy_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..3386d6b75ee600d3c97f4dc1d202b478ec2d336b --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/init/deploy_manifest.xml @@ -0,0 +1,23 @@ + + + + SN-X9F3 + sensor + + + SN-P7L2 + gateway + + + SN-X9F3 + controller + + + SN-K4Q8 + sensor + + + SN-R1T5 + sensor + + diff --git a/shellops/assets/ShellOps_0d88b5e8c0/init/notes.txt b/shellops/assets/ShellOps_0d88b5e8c0/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..55b8d7a2cabc33fea206285e783865b19e7c9652 --- /dev/null +++ b/shellops/assets/ShellOps_0d88b5e8c0/init/notes.txt @@ -0,0 +1 @@ +Ignore this file during the allowlist check. diff --git a/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/auth/test_config.json b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/auth/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..46e4db5580b8e8315c42e7377a6958d5aac98070 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/auth/test_config.json @@ -0,0 +1,4 @@ +{ + "mock_service": "qa_data_service:9090", + "timeout": 30 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/legacy/test_config.json b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/legacy/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..96a68bab859f4dec0801e67a607e392194d2fb40 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/legacy/test_config.json @@ -0,0 +1,4 @@ +{ + "target": "prod_service:8080", + "endpoint": "/v1/process" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/notifications/test_config.json b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/notifications/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca833e7ac36a88b09e5710c8c8398a47f6104f1 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/notifications/test_config.json @@ -0,0 +1,4 @@ +{ + "service_url": "qa_data_service:9090", + "api_key": "xyz" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/patched_tests.log b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/patched_tests.log new file mode 100644 index 0000000000000000000000000000000000000000..bb019508ce86359eed6e35e63d3b95e53b9fc1c5 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/patched_tests.log @@ -0,0 +1,3 @@ +integration_tests/auth/test_config.json +integration_tests/payment/test_config.json +integration_tests/notifications/test_config.json diff --git a/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/payment/test_config.json b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/payment/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..569daa0632283ab8495747dabe107ff474bddb53 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/gold/integration_tests/payment/test_config.json @@ -0,0 +1,4 @@ +{ + "data_source": "qa_data_service:9090", + "retries": 3 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/auth/test_config.json b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/auth/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..fd5888ae93986d3aac4e16187a65522ea504d385 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/auth/test_config.json @@ -0,0 +1,4 @@ +{ + "mock_service": "dev_data_service:8080", + "timeout": 30 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/legacy/test_config.json b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/legacy/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..96a68bab859f4dec0801e67a607e392194d2fb40 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/legacy/test_config.json @@ -0,0 +1,4 @@ +{ + "target": "prod_service:8080", + "endpoint": "/v1/process" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/notifications/test_config.json b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/notifications/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..8d2702e558e25ae56086deb04c1f8d0fcc4c3d4f --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/notifications/test_config.json @@ -0,0 +1,4 @@ +{ + "service_url": "dev_data_service:8080", + "api_key": "xyz" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/patched_tests.log b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/patched_tests.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/payment/test_config.json b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/payment/test_config.json new file mode 100644 index 0000000000000000000000000000000000000000..525c5338ab925304d0c4a78e297f821c20f25a43 --- /dev/null +++ b/shellops/assets/ShellOps_0d9b26c183/init/integration_tests/payment/test_config.json @@ -0,0 +1,4 @@ +{ + "data_source": "dev_data_service:8080", + "retries": 3 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0da417c6cc/gold/device_tag_mappings.tsv b/shellops/assets/ShellOps_0da417c6cc/gold/device_tag_mappings.tsv new file mode 100644 index 0000000000000000000000000000000000000000..79cea1ac6c41b3b17c0eb22b765145384e6731cf --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/gold/device_tag_mappings.tsv @@ -0,0 +1,4 @@ +device_123 1001 +device_789 1001 +device_456 1002 +device_123 1003 diff --git a/shellops/assets/ShellOps_0da417c6cc/gold/device_tags.txt b/shellops/assets/ShellOps_0da417c6cc/gold/device_tags.txt new file mode 100644 index 0000000000000000000000000000000000000000..d288cf636c12d5493d02f8960e9affe00c50a4d6 --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/gold/device_tags.txt @@ -0,0 +1,5 @@ +device_123 tag_a +device_456 tag_b +device_789 tag_a +device_123 tag_c +device_999 missing_tag \ No newline at end of file diff --git a/shellops/assets/ShellOps_0da417c6cc/gold/notes.md b/shellops/assets/ShellOps_0da417c6cc/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b94458afcf2ccd9e1b43065e5e9f5e838b4fa754 --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/gold/notes.md @@ -0,0 +1,3 @@ +# Device tagging notes +- tag_a is deprecated but still in use +- tag_c was introduced in Q3 diff --git a/shellops/assets/ShellOps_0da417c6cc/gold/tag_registry.tsv b/shellops/assets/ShellOps_0da417c6cc/gold/tag_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..94506984b507edc66dec89ffb319479197081c70 --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/gold/tag_registry.tsv @@ -0,0 +1,4 @@ +tag_a 1001 +tag_b 1002 +tag_c 1003 +tag_d 1004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0da417c6cc/init/device_tags.txt b/shellops/assets/ShellOps_0da417c6cc/init/device_tags.txt new file mode 100644 index 0000000000000000000000000000000000000000..d288cf636c12d5493d02f8960e9affe00c50a4d6 --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/init/device_tags.txt @@ -0,0 +1,5 @@ +device_123 tag_a +device_456 tag_b +device_789 tag_a +device_123 tag_c +device_999 missing_tag \ No newline at end of file diff --git a/shellops/assets/ShellOps_0da417c6cc/init/notes.md b/shellops/assets/ShellOps_0da417c6cc/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b94458afcf2ccd9e1b43065e5e9f5e838b4fa754 --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/init/notes.md @@ -0,0 +1,3 @@ +# Device tagging notes +- tag_a is deprecated but still in use +- tag_c was introduced in Q3 diff --git a/shellops/assets/ShellOps_0da417c6cc/init/tag_registry.tsv b/shellops/assets/ShellOps_0da417c6cc/init/tag_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..94506984b507edc66dec89ffb319479197081c70 --- /dev/null +++ b/shellops/assets/ShellOps_0da417c6cc/init/tag_registry.tsv @@ -0,0 +1,4 @@ +tag_a 1001 +tag_b 1002 +tag_c 1003 +tag_d 1004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0db0b54c79/gold/results/exp1.log b/shellops/assets/ShellOps_0db0b54c79/gold/results/exp1.log new file mode 100644 index 0000000000000000000000000000000000000000..657815dd78ae5d4795bc8f30e12ed72fa9601850 --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/gold/results/exp1.log @@ -0,0 +1,4 @@ +CAL,2024-03-15T08:30:01,450 +DATA,xyz +CAL,2024-03-15T08:30:01,500 +DATA,abc diff --git a/shellops/assets/ShellOps_0db0b54c79/gold/results/exp2.log b/shellops/assets/ShellOps_0db0b54c79/gold/results/exp2.log new file mode 100644 index 0000000000000000000000000000000000000000..102e6814cfeb4d9bc21c476ebad9f06259ddbfaf --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/gold/results/exp2.log @@ -0,0 +1,2 @@ +CAL,2024-03-15T08:30:02,300 +CAL,2024-03-15T08:30:01,480 diff --git a/shellops/assets/ShellOps_0db0b54c79/gold/results/old/exp3.log b/shellops/assets/ShellOps_0db0b54c79/gold/results/old/exp3.log new file mode 100644 index 0000000000000000000000000000000000000000..74b3f35ccb66e5df847c9533c2470dfb818ec5f7 --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/gold/results/old/exp3.log @@ -0,0 +1 @@ +CAL,2024-03-15T08:30:02,350 diff --git a/shellops/assets/ShellOps_0db0b54c79/gold/tables/cal_index.rst b/shellops/assets/ShellOps_0db0b54c79/gold/tables/cal_index.rst new file mode 100644 index 0000000000000000000000000000000000000000..b6bca801a3afaf1a543cb4a4eddb99ae485867db --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/gold/tables/cal_index.rst @@ -0,0 +1,2 @@ +CAL,2024-03-15T08:30:01,500 +CAL,2024-03-15T08:30:02,350 diff --git a/shellops/assets/ShellOps_0db0b54c79/init/results/exp1.log b/shellops/assets/ShellOps_0db0b54c79/init/results/exp1.log new file mode 100644 index 0000000000000000000000000000000000000000..657815dd78ae5d4795bc8f30e12ed72fa9601850 --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/init/results/exp1.log @@ -0,0 +1,4 @@ +CAL,2024-03-15T08:30:01,450 +DATA,xyz +CAL,2024-03-15T08:30:01,500 +DATA,abc diff --git a/shellops/assets/ShellOps_0db0b54c79/init/results/exp2.log b/shellops/assets/ShellOps_0db0b54c79/init/results/exp2.log new file mode 100644 index 0000000000000000000000000000000000000000..102e6814cfeb4d9bc21c476ebad9f06259ddbfaf --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/init/results/exp2.log @@ -0,0 +1,2 @@ +CAL,2024-03-15T08:30:02,300 +CAL,2024-03-15T08:30:01,480 diff --git a/shellops/assets/ShellOps_0db0b54c79/init/results/old/exp3.log b/shellops/assets/ShellOps_0db0b54c79/init/results/old/exp3.log new file mode 100644 index 0000000000000000000000000000000000000000..74b3f35ccb66e5df847c9533c2470dfb818ec5f7 --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/init/results/old/exp3.log @@ -0,0 +1 @@ +CAL,2024-03-15T08:30:02,350 diff --git a/shellops/assets/ShellOps_0db0b54c79/init/tables/cal_index.rst b/shellops/assets/ShellOps_0db0b54c79/init/tables/cal_index.rst new file mode 100644 index 0000000000000000000000000000000000000000..01deb30a2c1d8cfc9903ca32f0f8e34ec376346b --- /dev/null +++ b/shellops/assets/ShellOps_0db0b54c79/init/tables/cal_index.rst @@ -0,0 +1 @@ +outdated calibration entries diff --git a/shellops/assets/ShellOps_0dcde399e0/gold/active_devices.tsv b/shellops/assets/ShellOps_0dcde399e0/gold/active_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b7e64ca86aeb113b75f9fa5f4c3744dae8def440 --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/gold/active_devices.tsv @@ -0,0 +1,3 @@ +device_id model +dev_001 alpha +dev_003 gamma diff --git a/shellops/assets/ShellOps_0dcde399e0/gold/decommission_events.log b/shellops/assets/ShellOps_0dcde399e0/gold/decommission_events.log new file mode 100644 index 0000000000000000000000000000000000000000..dc28faac13313e63f4d8a67932c92a644f9d0d4e --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/gold/decommission_events.log @@ -0,0 +1,2 @@ +dev_002 +dev_004 diff --git a/shellops/assets/ShellOps_0dcde399e0/gold/device_inventory.tsv b/shellops/assets/ShellOps_0dcde399e0/gold/device_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..002a4734512e2c27d73e6f98e6978f69ed2e8a6c --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/gold/device_inventory.tsv @@ -0,0 +1,6 @@ +device_id model status +dev_001 alpha active +dev_002 beta inactive +dev_003 gamma active +dev_004 alpha active +dev_005 delta pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_0dcde399e0/gold/notes.txt b/shellops/assets/ShellOps_0dcde399e0/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..788d129db401794e9640d359b593184d70062926 --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/gold/notes.txt @@ -0,0 +1 @@ +This file is a distractor and should not be used in the solution. diff --git a/shellops/assets/ShellOps_0dcde399e0/init/decommission_events.log b/shellops/assets/ShellOps_0dcde399e0/init/decommission_events.log new file mode 100644 index 0000000000000000000000000000000000000000..dc28faac13313e63f4d8a67932c92a644f9d0d4e --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/init/decommission_events.log @@ -0,0 +1,2 @@ +dev_002 +dev_004 diff --git a/shellops/assets/ShellOps_0dcde399e0/init/device_inventory.tsv b/shellops/assets/ShellOps_0dcde399e0/init/device_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..002a4734512e2c27d73e6f98e6978f69ed2e8a6c --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/init/device_inventory.tsv @@ -0,0 +1,6 @@ +device_id model status +dev_001 alpha active +dev_002 beta inactive +dev_003 gamma active +dev_004 alpha active +dev_005 delta pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_0dcde399e0/init/notes.txt b/shellops/assets/ShellOps_0dcde399e0/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..788d129db401794e9640d359b593184d70062926 --- /dev/null +++ b/shellops/assets/ShellOps_0dcde399e0/init/notes.txt @@ -0,0 +1 @@ +This file is a distractor and should not be used in the solution. diff --git a/shellops/assets/ShellOps_0dfadbe25a/gold/active_config_keys.txt b/shellops/assets/ShellOps_0dfadbe25a/gold/active_config_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e595f0944ec8ccc1c37375169dbaff5263fee17 --- /dev/null +++ b/shellops/assets/ShellOps_0dfadbe25a/gold/active_config_keys.txt @@ -0,0 +1,4 @@ +debug_mode +host +log_level +port diff --git a/shellops/assets/ShellOps_0dfadbe25a/gold/config/.keep b/shellops/assets/ShellOps_0dfadbe25a/gold/config/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0dfadbe25a/gold/config/app.conf b/shellops/assets/ShellOps_0dfadbe25a/gold/config/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..0dd1de66c339951d44afd93fafb186a1940f61c1 --- /dev/null +++ b/shellops/assets/ShellOps_0dfadbe25a/gold/config/app.conf @@ -0,0 +1,9 @@ +# Application Configuration +# Active settings +port=8080 +host=localhost +debug_mode=true +log_level=info +# Deprecated keys (for reference) +old_cache_key=unused +legacy_timeout=300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0dfadbe25a/gold/config/legacy_deprecated.txt b/shellops/assets/ShellOps_0dfadbe25a/gold/config/legacy_deprecated.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae7847efe0c9155a853e44aa8f5a72a671d7d441 --- /dev/null +++ b/shellops/assets/ShellOps_0dfadbe25a/gold/config/legacy_deprecated.txt @@ -0,0 +1,4 @@ +# Deprecated Configuration Keys +old_cache_key +legacy_timeout +removed_feature_flag \ No newline at end of file diff --git a/shellops/assets/ShellOps_0dfadbe25a/init/.tmp/keep b/shellops/assets/ShellOps_0dfadbe25a/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0dfadbe25a/init/config/.keep b/shellops/assets/ShellOps_0dfadbe25a/init/config/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0dfadbe25a/init/config/app.conf b/shellops/assets/ShellOps_0dfadbe25a/init/config/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..0dd1de66c339951d44afd93fafb186a1940f61c1 --- /dev/null +++ b/shellops/assets/ShellOps_0dfadbe25a/init/config/app.conf @@ -0,0 +1,9 @@ +# Application Configuration +# Active settings +port=8080 +host=localhost +debug_mode=true +log_level=info +# Deprecated keys (for reference) +old_cache_key=unused +legacy_timeout=300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0dfadbe25a/init/config/legacy_deprecated.txt b/shellops/assets/ShellOps_0dfadbe25a/init/config/legacy_deprecated.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae7847efe0c9155a853e44aa8f5a72a671d7d441 --- /dev/null +++ b/shellops/assets/ShellOps_0dfadbe25a/init/config/legacy_deprecated.txt @@ -0,0 +1,4 @@ +# Deprecated Configuration Keys +old_cache_key +legacy_timeout +removed_feature_flag \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/.keep b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/api.crt b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/api.crt new file mode 100644 index 0000000000000000000000000000000000000000..5f08294200a859c0114d4a71a06cf06285361bf2 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/api.crt @@ -0,0 +1,5 @@ +-----BEGIN CERTIFICATE----- +MIIDXTCCAkWgAwIBAgIJAKJ5CfqLq5vHMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBX +iVBhc3N3b3JkMRQwEgYDVQQDDAtleGFtcGxlLmNvbTAeFw0yNDEyMDEyMzAwMDBa +-----END CERTIFICATE----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/api.key b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/api.key new file mode 100644 index 0000000000000000000000000000000000000000..3a8532bb3f51763ea2dab0f506e15968d8b9a859 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/api.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC8VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/database.key b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/database.key new file mode 100644 index 0000000000000000000000000000000000000000..7deb634cf6d45b8877dd83bd54f8eef9f6a19295 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/database.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/legacy.key b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/legacy.key new file mode 100644 index 0000000000000000000000000000000000000000..7570a029a0b61f1e979de1472a01ad2f9b8575f2 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/legacy.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC9VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/webapp.crt b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/webapp.crt new file mode 100644 index 0000000000000000000000000000000000000000..3527bb516c30c314ed21608431e2b2d36109955f --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/webapp.crt @@ -0,0 +1,5 @@ +-----BEGIN CERTIFICATE----- +MIIDXTCCAkWgAwIBAgIJAKJ5CfqLq5vGMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBX +iVBhc3N3b3JkMRQwEgYDVQQDDAtleGFtcGxlLmNvbTAeFw0yNDEyMDEyMzAwMDBa +-----END CERTIFICATE----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/gold/certs/webapp.key b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/webapp.key new file mode 100644 index 0000000000000000000000000000000000000000..5e11c9c7c6db5cb89da1b6c8b8a333d4aff38793 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/gold/certs/webapp.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/.keep b/shellops/assets/ShellOps_0e3b01d69a/init/certs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/api.crt b/shellops/assets/ShellOps_0e3b01d69a/init/certs/api.crt new file mode 100644 index 0000000000000000000000000000000000000000..5f08294200a859c0114d4a71a06cf06285361bf2 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/init/certs/api.crt @@ -0,0 +1,5 @@ +-----BEGIN CERTIFICATE----- +MIIDXTCCAkWgAwIBAgIJAKJ5CfqLq5vHMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBX +iVBhc3N3b3JkMRQwEgYDVQQDDAtleGFtcGxlLmNvbTAeFw0yNDEyMDEyMzAwMDBa +-----END CERTIFICATE----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/api.key b/shellops/assets/ShellOps_0e3b01d69a/init/certs/api.key new file mode 100644 index 0000000000000000000000000000000000000000..3a8532bb3f51763ea2dab0f506e15968d8b9a859 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/init/certs/api.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC8VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/database.key b/shellops/assets/ShellOps_0e3b01d69a/init/certs/database.key new file mode 100644 index 0000000000000000000000000000000000000000..7deb634cf6d45b8877dd83bd54f8eef9f6a19295 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/init/certs/database.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC9VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/legacy.key b/shellops/assets/ShellOps_0e3b01d69a/init/certs/legacy.key new file mode 100644 index 0000000000000000000000000000000000000000..7570a029a0b61f1e979de1472a01ad2f9b8575f2 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/init/certs/legacy.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC9VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/webapp.crt b/shellops/assets/ShellOps_0e3b01d69a/init/certs/webapp.crt new file mode 100644 index 0000000000000000000000000000000000000000..3527bb516c30c314ed21608431e2b2d36109955f --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/init/certs/webapp.crt @@ -0,0 +1,5 @@ +-----BEGIN CERTIFICATE----- +MIIDXTCCAkWgAwIBAgIJAKJ5CfqLq5vGMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBX +iVBhc3N3b3JkMRQwEgYDVQQDDAtleGFtcGxlLmNvbTAeFw0yNDEyMDEyMzAwMDBa +-----END CERTIFICATE----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e3b01d69a/init/certs/webapp.key b/shellops/assets/ShellOps_0e3b01d69a/init/certs/webapp.key new file mode 100644 index 0000000000000000000000000000000000000000..5e11c9c7c6db5cb89da1b6c8b8a333d4aff38793 --- /dev/null +++ b/shellops/assets/ShellOps_0e3b01d69a/init/certs/webapp.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC7VJTUt9Us8cKj +MzEfYyjiWA4R4/M2bS1+fWIcPm50J8YNK8bgnU1L34dL8bM8gQPj1A9+0o7k8wGz +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/gold/devices_allowlist.txt b/shellops/assets/ShellOps_0e51be0325/gold/devices_allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb1a834253466854503f8fabc399974ce6d2622e --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/gold/devices_allowlist.txt @@ -0,0 +1,3 @@ +DEV003 +DEV005 +DEV002 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/gold/reports/device_report_alpha.xml b/shellops/assets/ShellOps_0e51be0325/gold/reports/device_report_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..45b05bcf6ed41627b9d658187110838cb79abc20 --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/gold/reports/device_report_alpha.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/gold/reports/device_report_beta.xml b/shellops/assets/ShellOps_0e51be0325/gold/reports/device_report_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..df46875a585bd218d8288bfecb23c072975fe901 --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/gold/reports/device_report_beta.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/gold/reports/notes.md b/shellops/assets/ShellOps_0e51be0325/gold/reports/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6f44b9c4ce2de58ae7103cd4848a026d1072b02d --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/gold/reports/notes.md @@ -0,0 +1,4 @@ +This directory contains XML reports generated on 2024-05-20. + +- DEV001: Legacy device pending decommission +- DEV002: New core router \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/gold/unauthorized_devices.txt b/shellops/assets/ShellOps_0e51be0325/gold/unauthorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bfd87f318b88a0f96d06808878d23a9df7728f8 --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/gold/unauthorized_devices.txt @@ -0,0 +1 @@ +DEV001 diff --git a/shellops/assets/ShellOps_0e51be0325/init/devices_allowlist.txt b/shellops/assets/ShellOps_0e51be0325/init/devices_allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb1a834253466854503f8fabc399974ce6d2622e --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/init/devices_allowlist.txt @@ -0,0 +1,3 @@ +DEV003 +DEV005 +DEV002 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/init/reports/device_report_alpha.xml b/shellops/assets/ShellOps_0e51be0325/init/reports/device_report_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..45b05bcf6ed41627b9d658187110838cb79abc20 --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/init/reports/device_report_alpha.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/init/reports/device_report_beta.xml b/shellops/assets/ShellOps_0e51be0325/init/reports/device_report_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..df46875a585bd218d8288bfecb23c072975fe901 --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/init/reports/device_report_beta.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e51be0325/init/reports/notes.md b/shellops/assets/ShellOps_0e51be0325/init/reports/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6f44b9c4ce2de58ae7103cd4848a026d1072b02d --- /dev/null +++ b/shellops/assets/ShellOps_0e51be0325/init/reports/notes.md @@ -0,0 +1,4 @@ +This directory contains XML reports generated on 2024-05-20. + +- DEV001: Legacy device pending decommission +- DEV002: New core router \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e73bbaa23/gold/entries.xml b/shellops/assets/ShellOps_0e73bbaa23/gold/entries.xml new file mode 100644 index 0000000000000000000000000000000000000000..8db6581ac045a23a7d9c70361d2de5ef0f2e7a00 --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/gold/entries.xml @@ -0,0 +1,6 @@ + + + 7International Protocols + 12Approval Workflow + 33Data Retention + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e73bbaa23/gold/instructions.txt b/shellops/assets/ShellOps_0e73bbaa23/gold/instructions.txt new file mode 100644 index 0000000000000000000000000000000000000000..932bded203eb3d3ee964eb2f12eef3378559a60b --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/gold/instructions.txt @@ -0,0 +1,3 @@ +Begin with Section 45 for vendor onboarding. +Review the steps in Section 12 and Section 45 for approval. +Note that Section 7 applies to international transfers. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e73bbaa23/gold/missing_sections.txt b/shellops/assets/ShellOps_0e73bbaa23/gold/missing_sections.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea90ee31980757b2e469741512bcb39e73494e78 --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/gold/missing_sections.txt @@ -0,0 +1 @@ +45 diff --git a/shellops/assets/ShellOps_0e73bbaa23/gold/reference.md b/shellops/assets/ShellOps_0e73bbaa23/gold/reference.md new file mode 100644 index 0000000000000000000000000000000000000000..2a3a9be87fc59168110714a56890e16196c634df --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/gold/reference.md @@ -0,0 +1,3 @@ +# Handbook Integration Guide + +This document outlines deprecated sections like Section 22. diff --git a/shellops/assets/ShellOps_0e73bbaa23/init/entries.xml b/shellops/assets/ShellOps_0e73bbaa23/init/entries.xml new file mode 100644 index 0000000000000000000000000000000000000000..8db6581ac045a23a7d9c70361d2de5ef0f2e7a00 --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/init/entries.xml @@ -0,0 +1,6 @@ + + + 7International Protocols + 12Approval Workflow + 33Data Retention + \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e73bbaa23/init/instructions.txt b/shellops/assets/ShellOps_0e73bbaa23/init/instructions.txt new file mode 100644 index 0000000000000000000000000000000000000000..932bded203eb3d3ee964eb2f12eef3378559a60b --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/init/instructions.txt @@ -0,0 +1,3 @@ +Begin with Section 45 for vendor onboarding. +Review the steps in Section 12 and Section 45 for approval. +Note that Section 7 applies to international transfers. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e73bbaa23/init/reference.md b/shellops/assets/ShellOps_0e73bbaa23/init/reference.md new file mode 100644 index 0000000000000000000000000000000000000000..2a3a9be87fc59168110714a56890e16196c634df --- /dev/null +++ b/shellops/assets/ShellOps_0e73bbaa23/init/reference.md @@ -0,0 +1,3 @@ +# Handbook Integration Guide + +This document outlines deprecated sections like Section 22. diff --git a/shellops/assets/ShellOps_0e8cc7913b/gold/configs/fw-backup.conf b/shellops/assets/ShellOps_0e8cc7913b/gold/configs/fw-backup.conf new file mode 100644 index 0000000000000000000000000000000000000000..cb31898bdcbb800a2a6ba0a54c2fa782760c7dc7 --- /dev/null +++ b/shellops/assets/ShellOps_0e8cc7913b/gold/configs/fw-backup.conf @@ -0,0 +1,16 @@ +[default] +priority=1000 +protocol=tcp +action=allow + +[logging] +priority=1001 +event=log + +[web-access] +priority=1000 +port=80,443 + +deny-admin] +priority=1002 +source=10.0.0.5 diff --git a/shellops/assets/ShellOps_0e8cc7913b/init/configs/fw-backup.conf b/shellops/assets/ShellOps_0e8cc7913b/init/configs/fw-backup.conf new file mode 100644 index 0000000000000000000000000000000000000000..cb31898bdcbb800a2a6ba0a54c2fa782760c7dc7 --- /dev/null +++ b/shellops/assets/ShellOps_0e8cc7913b/init/configs/fw-backup.conf @@ -0,0 +1,16 @@ +[default] +priority=1000 +protocol=tcp +action=allow + +[logging] +priority=1001 +event=log + +[web-access] +priority=1000 +port=80,443 + +deny-admin] +priority=1002 +source=10.0.0.5 diff --git a/shellops/assets/ShellOps_0e91e67462/gold/active_monitored_circuits.txt b/shellops/assets/ShellOps_0e91e67462/gold/active_monitored_circuits.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcd290e52120c3be247268e11a40bc5eec8975df --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/gold/active_monitored_circuits.txt @@ -0,0 +1,4 @@ +CIRC-101 +CIRC-104 +CIRC-107 +CIRC-108 diff --git a/shellops/assets/ShellOps_0e91e67462/gold/circuits/alpha.json b/shellops/assets/ShellOps_0e91e67462/gold/circuits/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..6f9079d799cd398a37a05cca8ee2cd9f1389ff77 --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/gold/circuits/alpha.json @@ -0,0 +1,4 @@ +{"id": "CIRC-101", "status": "active", "monitoring": true} +{"id": "CIRC-102", "status": "active", "monitoring": false} +{"id": "CIRC-103", "status": "inactive", "monitoring": true} +{"id": "CIRC-104", "status": "active", "monitoring": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/gold/circuits/beta.json b/shellops/assets/ShellOps_0e91e67462/gold/circuits/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..9ec5feddcaeac6f2ccbb12fd03b89f4b2849bcfa --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/gold/circuits/beta.json @@ -0,0 +1,3 @@ +{"id": "CIRC-105", "status": "active", "monitoring": true} +{"id": "CIRC-106", "status": "staged", "monitoring": true} +{"id": "CIRC-101", "status": "active", "monitoring": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/gold/circuits/gamma.json b/shellops/assets/ShellOps_0e91e67462/gold/circuits/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f8d22869af24c8dbe4611df9a16ccac8c0a82d79 --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/gold/circuits/gamma.json @@ -0,0 +1,2 @@ +{"id": "CIRC-107", "status": "active", "monitoring": true} +{"id": "CIRC-108", "status": "active", "monitoring": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/gold/distractor/notes.md b/shellops/assets/ShellOps_0e91e67462/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..60590b2d123b56a961a912468626e5e207e7451c --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/gold/distractor/notes.md @@ -0,0 +1,3 @@ +Legacy circuits listed here should not affect the filtering logic. +- CIRC-110 +- CIRC-111 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/gold/maintenance/exclusions.txt b/shellops/assets/ShellOps_0e91e67462/gold/maintenance/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..156324b8666e3cb4e2abf19f5749c6882ec60030 --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/gold/maintenance/exclusions.txt @@ -0,0 +1,2 @@ +CIRC-105 +CIRC-109 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/init/circuits/alpha.json b/shellops/assets/ShellOps_0e91e67462/init/circuits/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..6f9079d799cd398a37a05cca8ee2cd9f1389ff77 --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/init/circuits/alpha.json @@ -0,0 +1,4 @@ +{"id": "CIRC-101", "status": "active", "monitoring": true} +{"id": "CIRC-102", "status": "active", "monitoring": false} +{"id": "CIRC-103", "status": "inactive", "monitoring": true} +{"id": "CIRC-104", "status": "active", "monitoring": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/init/circuits/beta.json b/shellops/assets/ShellOps_0e91e67462/init/circuits/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..9ec5feddcaeac6f2ccbb12fd03b89f4b2849bcfa --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/init/circuits/beta.json @@ -0,0 +1,3 @@ +{"id": "CIRC-105", "status": "active", "monitoring": true} +{"id": "CIRC-106", "status": "staged", "monitoring": true} +{"id": "CIRC-101", "status": "active", "monitoring": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/init/circuits/gamma.json b/shellops/assets/ShellOps_0e91e67462/init/circuits/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f8d22869af24c8dbe4611df9a16ccac8c0a82d79 --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/init/circuits/gamma.json @@ -0,0 +1,2 @@ +{"id": "CIRC-107", "status": "active", "monitoring": true} +{"id": "CIRC-108", "status": "active", "monitoring": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/init/distractor/notes.md b/shellops/assets/ShellOps_0e91e67462/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..60590b2d123b56a961a912468626e5e207e7451c --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/init/distractor/notes.md @@ -0,0 +1,3 @@ +Legacy circuits listed here should not affect the filtering logic. +- CIRC-110 +- CIRC-111 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0e91e67462/init/maintenance/exclusions.txt b/shellops/assets/ShellOps_0e91e67462/init/maintenance/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..156324b8666e3cb4e2abf19f5749c6882ec60030 --- /dev/null +++ b/shellops/assets/ShellOps_0e91e67462/init/maintenance/exclusions.txt @@ -0,0 +1,2 @@ +CIRC-105 +CIRC-109 \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ef1bdf920/gold/board_support_audit.csv b/shellops/assets/ShellOps_0ef1bdf920/gold/board_support_audit.csv new file mode 100644 index 0000000000000000000000000000000000000000..248686acd31656bcdc432ef14474eae0ab607fb1 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/gold/board_support_audit.csv @@ -0,0 +1,5 @@ +alpha,yes +beta,no +charlie,yes +delta,no +epsilon,yes diff --git a/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/alpha.c b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/alpha.c new file mode 100644 index 0000000000000000000000000000000000000000..d23ab85a8f039cc516a89e0199a2b474a4cb9d17 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/alpha.c @@ -0,0 +1,3 @@ +#include +#define BOARD_SUPPORT 1 +void alpha_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/beta.c b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/beta.c new file mode 100644 index 0000000000000000000000000000000000000000..3b99fd6191f02d89c33acf43a223b219d084ac87 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/beta.c @@ -0,0 +1,2 @@ +#include +void beta_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/charlie.c b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/charlie.c new file mode 100644 index 0000000000000000000000000000000000000000..b0b8eaa51c05ee87860c0bdb88c58134d2f22a48 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/charlie.c @@ -0,0 +1,3 @@ +#include +#define BOARD_SUPPORT 1 +void charlie_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/delta.c b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/delta.c new file mode 100644 index 0000000000000000000000000000000000000000..34480dd084eb755a42d16a60965f7899919fb150 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/delta.c @@ -0,0 +1,2 @@ +#include +void delta_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/epsilon.c b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/epsilon.c new file mode 100644 index 0000000000000000000000000000000000000000..3f57985098d2ac2ba9f92d0a769e62abf9cd02f9 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/gold/drivers/boards/epsilon.c @@ -0,0 +1,3 @@ +#include +#define BOARD_SUPPORT 1 +void epsilon_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/alpha.c b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/alpha.c new file mode 100644 index 0000000000000000000000000000000000000000..d23ab85a8f039cc516a89e0199a2b474a4cb9d17 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/alpha.c @@ -0,0 +1,3 @@ +#include +#define BOARD_SUPPORT 1 +void alpha_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/beta.c b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/beta.c new file mode 100644 index 0000000000000000000000000000000000000000..3b99fd6191f02d89c33acf43a223b219d084ac87 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/beta.c @@ -0,0 +1,2 @@ +#include +void beta_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/charlie.c b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/charlie.c new file mode 100644 index 0000000000000000000000000000000000000000..b0b8eaa51c05ee87860c0bdb88c58134d2f22a48 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/charlie.c @@ -0,0 +1,3 @@ +#include +#define BOARD_SUPPORT 1 +void charlie_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/delta.c b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/delta.c new file mode 100644 index 0000000000000000000000000000000000000000..34480dd084eb755a42d16a60965f7899919fb150 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/delta.c @@ -0,0 +1,2 @@ +#include +void delta_init() {} diff --git a/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/epsilon.c b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/epsilon.c new file mode 100644 index 0000000000000000000000000000000000000000..3f57985098d2ac2ba9f92d0a769e62abf9cd02f9 --- /dev/null +++ b/shellops/assets/ShellOps_0ef1bdf920/init/drivers/boards/epsilon.c @@ -0,0 +1,3 @@ +#include +#define BOARD_SUPPORT 1 +void epsilon_init() {} diff --git a/shellops/assets/ShellOps_0ef3965adf/gold/events.json b/shellops/assets/ShellOps_0ef3965adf/gold/events.json new file mode 100644 index 0000000000000000000000000000000000000000..884db2d2f7a5d42b2dc95dda3f6162d2ca8f0846 --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/gold/events.json @@ -0,0 +1,8 @@ +[ + {"user_id":"U100","count":120}, + {"user_id":"U101","count":90}, + {"user_id":"U103","count":50}, + {"user_id":"U105","count":130}, + {"user_id":"U100","count":30}, + {"user_id":"U101","count":20} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ef3965adf/gold/notes.md b/shellops/assets/ShellOps_0ef3965adf/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9778704d7033ace98430c8b75cfa6788da7e3e1d --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/gold/notes.md @@ -0,0 +1 @@ +Distractor file: contains no event data, only general notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ef3965adf/gold/results/ranked_users.tsv b/shellops/assets/ShellOps_0ef3965adf/gold/results/ranked_users.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1698d7ac8cca6da7b35a65301fb33ada416e0fb4 --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/gold/results/ranked_users.tsv @@ -0,0 +1,3 @@ +U100 150 +U105 130 +U101 110 diff --git a/shellops/assets/ShellOps_0ef3965adf/gold/users.csv b/shellops/assets/ShellOps_0ef3965adf/gold/users.csv new file mode 100644 index 0000000000000000000000000000000000000000..f67151b9b6e50be7cf704c882d15a1feb219133a --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/gold/users.csv @@ -0,0 +1,7 @@ +user_id,status +U100,active +U101,active +U102,inactive +U103,active +U104,pending +U105,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ef3965adf/init/events.json b/shellops/assets/ShellOps_0ef3965adf/init/events.json new file mode 100644 index 0000000000000000000000000000000000000000..884db2d2f7a5d42b2dc95dda3f6162d2ca8f0846 --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/init/events.json @@ -0,0 +1,8 @@ +[ + {"user_id":"U100","count":120}, + {"user_id":"U101","count":90}, + {"user_id":"U103","count":50}, + {"user_id":"U105","count":130}, + {"user_id":"U100","count":30}, + {"user_id":"U101","count":20} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ef3965adf/init/notes.md b/shellops/assets/ShellOps_0ef3965adf/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9778704d7033ace98430c8b75cfa6788da7e3e1d --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/init/notes.md @@ -0,0 +1 @@ +Distractor file: contains no event data, only general notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_0ef3965adf/init/users.csv b/shellops/assets/ShellOps_0ef3965adf/init/users.csv new file mode 100644 index 0000000000000000000000000000000000000000..f67151b9b6e50be7cf704c882d15a1feb219133a --- /dev/null +++ b/shellops/assets/ShellOps_0ef3965adf/init/users.csv @@ -0,0 +1,7 @@ +user_id,status +U100,active +U101,active +U102,inactive +U103,active +U104,pending +U105,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_0f3c799c63/gold/annotated_sessions.tsv b/shellops/assets/ShellOps_0f3c799c63/gold/annotated_sessions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3f202e05ca69d52d02fc5f9400249aa9dfe6f828 --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/gold/annotated_sessions.tsv @@ -0,0 +1,4 @@ +SessionID Timestamp RoleCode ClientID ValidatedRole +sess_001 2023-05-01T08:12:34Z rc_alpha client_A admin +sess_002 2023-05-01T08:15:45Z rc_beta client_B user +sess_003 2023-05-01T08:20:15Z rc_gamma client_C auditor diff --git a/shellops/assets/ShellOps_0f3c799c63/gold/notes.md b/shellops/assets/ShellOps_0f3c799c63/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ecf1dedccc42b102f669797af583fb75095328a --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/gold/notes.md @@ -0,0 +1,3 @@ +# Session Policy Notes +- Temporary roles are pending review +- Audit logs should exclude test sessions \ No newline at end of file diff --git a/shellops/assets/ShellOps_0f3c799c63/gold/policies/policy_roles.yaml b/shellops/assets/ShellOps_0f3c799c63/gold/policies/policy_roles.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d8003a7ccd2761e837e29ffc2fc76664a5534e2 --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/gold/policies/policy_roles.yaml @@ -0,0 +1,4 @@ +--- +rc_alpha: admin +rc_beta: user +rc_gamma: auditor \ No newline at end of file diff --git a/shellops/assets/ShellOps_0f3c799c63/gold/user_sessions.log b/shellops/assets/ShellOps_0f3c799c63/gold/user_sessions.log new file mode 100644 index 0000000000000000000000000000000000000000..769621bea0e67be51bcf6cba47deb46e2cd73298 --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/gold/user_sessions.log @@ -0,0 +1,4 @@ +SessionID Timestamp RoleCode ClientID +sess_001 2023-05-01T08:12:34Z rc_alpha client_A +sess_002 2023-05-01T08:15:45Z rc_beta client_B +sess_003 2023-05-01T08:20:15Z rc_gamma client_C \ No newline at end of file diff --git a/shellops/assets/ShellOps_0f3c799c63/init/notes.md b/shellops/assets/ShellOps_0f3c799c63/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ecf1dedccc42b102f669797af583fb75095328a --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/init/notes.md @@ -0,0 +1,3 @@ +# Session Policy Notes +- Temporary roles are pending review +- Audit logs should exclude test sessions \ No newline at end of file diff --git a/shellops/assets/ShellOps_0f3c799c63/init/policies/policy_roles.yaml b/shellops/assets/ShellOps_0f3c799c63/init/policies/policy_roles.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d8003a7ccd2761e837e29ffc2fc76664a5534e2 --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/init/policies/policy_roles.yaml @@ -0,0 +1,4 @@ +--- +rc_alpha: admin +rc_beta: user +rc_gamma: auditor \ No newline at end of file diff --git a/shellops/assets/ShellOps_0f3c799c63/init/user_sessions.log b/shellops/assets/ShellOps_0f3c799c63/init/user_sessions.log new file mode 100644 index 0000000000000000000000000000000000000000..769621bea0e67be51bcf6cba47deb46e2cd73298 --- /dev/null +++ b/shellops/assets/ShellOps_0f3c799c63/init/user_sessions.log @@ -0,0 +1,4 @@ +SessionID Timestamp RoleCode ClientID +sess_001 2023-05-01T08:12:34Z rc_alpha client_A +sess_002 2023-05-01T08:15:45Z rc_beta client_B +sess_003 2023-05-01T08:20:15Z rc_gamma client_C \ No newline at end of file diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/migration_summary.txt b/shellops/assets/ShellOps_10176cdc2e/gold/migration_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f843751d38f43295e9bfbecfc1840c17bfa733c --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/migration_summary.txt @@ -0,0 +1,4 @@ +src/app.py +src/helpers.py +src/scripts/run.py +src/tests/test_utils.py diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/src/app.py b/shellops/assets/ShellOps_10176cdc2e/gold/src/app.py new file mode 100644 index 0000000000000000000000000000000000000000..eccc5bca2c30d79427f92a0b0234d8de724191a2 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/src/app.py @@ -0,0 +1,4 @@ +import os +import core_common + +print(core_common.version) diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/src/core/engine.py b/shellops/assets/ShellOps_10176cdc2e/gold/src/core/engine.py new file mode 100644 index 0000000000000000000000000000000000000000..51f9e320818fe95edd641685fa8024f6eede6b3d --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/src/core/engine.py @@ -0,0 +1,4 @@ +from core_math import compute + +def run(): + return compute() diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/src/helpers.py b/shellops/assets/ShellOps_10176cdc2e/gold/src/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..7228680b7bdf245c872b0edcd888e184614fe058 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/src/helpers.py @@ -0,0 +1,5 @@ +import core_common +import sys + +def helper_func(): + return core_common.process() diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/src/scripts/init.py b/shellops/assets/ShellOps_10176cdc2e/gold/src/scripts/init.py new file mode 100644 index 0000000000000000000000000000000000000000..aeb54f518da6b8ee02f992ae4a5c5d00f54d6dd9 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/src/scripts/init.py @@ -0,0 +1,5 @@ +import os +import sys + +def init(): + pass diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/src/scripts/run.py b/shellops/assets/ShellOps_10176cdc2e/gold/src/scripts/run.py new file mode 100644 index 0000000000000000000000000000000000000000..52c7fa1a395c97147e0e45e5d148373b42b577f2 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/src/scripts/run.py @@ -0,0 +1,4 @@ +import logging +import core_common + +logging.info(core_common.message) diff --git a/shellops/assets/ShellOps_10176cdc2e/gold/src/tests/test_utils.py b/shellops/assets/ShellOps_10176cdc2e/gold/src/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..da00c831ed02aa97974d23c10a23580a95103290 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/gold/src/tests/test_utils.py @@ -0,0 +1,4 @@ +import core_common + +def test(): + assert core_common.valid() diff --git a/shellops/assets/ShellOps_10176cdc2e/init/src/app.py b/shellops/assets/ShellOps_10176cdc2e/init/src/app.py new file mode 100644 index 0000000000000000000000000000000000000000..f4b1139d0dc696d8fc1663e8cfe0f7927d7cc342 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/init/src/app.py @@ -0,0 +1,4 @@ +import os +import utils_common + +print(utils_common.version) diff --git a/shellops/assets/ShellOps_10176cdc2e/init/src/core/engine.py b/shellops/assets/ShellOps_10176cdc2e/init/src/core/engine.py new file mode 100644 index 0000000000000000000000000000000000000000..51f9e320818fe95edd641685fa8024f6eede6b3d --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/init/src/core/engine.py @@ -0,0 +1,4 @@ +from core_math import compute + +def run(): + return compute() diff --git a/shellops/assets/ShellOps_10176cdc2e/init/src/helpers.py b/shellops/assets/ShellOps_10176cdc2e/init/src/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..a5017bd9ab33930d1c33b1342b681452a96fd7f3 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/init/src/helpers.py @@ -0,0 +1,5 @@ +import utils_common +import sys + +def helper_func(): + return utils_common.process() diff --git a/shellops/assets/ShellOps_10176cdc2e/init/src/scripts/init.py b/shellops/assets/ShellOps_10176cdc2e/init/src/scripts/init.py new file mode 100644 index 0000000000000000000000000000000000000000..aeb54f518da6b8ee02f992ae4a5c5d00f54d6dd9 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/init/src/scripts/init.py @@ -0,0 +1,5 @@ +import os +import sys + +def init(): + pass diff --git a/shellops/assets/ShellOps_10176cdc2e/init/src/scripts/run.py b/shellops/assets/ShellOps_10176cdc2e/init/src/scripts/run.py new file mode 100644 index 0000000000000000000000000000000000000000..cae9f4b9f0a96f20aa96e0bdf33b57379dc79a2e --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/init/src/scripts/run.py @@ -0,0 +1,4 @@ +import logging +import utils_common + +logging.info(utils_common.message) diff --git a/shellops/assets/ShellOps_10176cdc2e/init/src/tests/test_utils.py b/shellops/assets/ShellOps_10176cdc2e/init/src/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..ea3dc35854e1b873184146395616bea0b0b2f835 --- /dev/null +++ b/shellops/assets/ShellOps_10176cdc2e/init/src/tests/test_utils.py @@ -0,0 +1,4 @@ +import utils_common + +def test(): + assert utils_common.valid() diff --git a/shellops/assets/ShellOps_104c30bbbe/gold/docs/notes.md b/shellops/assets/ShellOps_104c30bbbe/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..08fc4bf1b10a489d82834a4ec53a54cf1ef87dac --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/gold/docs/notes.md @@ -0,0 +1,3 @@ +# Packaging guidelines + +Override entries in packages/overrides.conf take precedence over packages/active.conf. diff --git a/shellops/assets/ShellOps_104c30bbbe/gold/packages/active.conf b/shellops/assets/ShellOps_104c30bbbe/gold/packages/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..8f6e5af2c87be08be7f5ed73773172a273b72f50 --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/gold/packages/active.conf @@ -0,0 +1,8 @@ +curl=8.8.0 +firefox=133.0.2 +nginx=1.26.1 +openssh=9.8 +postgresql=17.2 +redis=7.4.1 +vim=9.2 +zsh=5.9 diff --git a/shellops/assets/ShellOps_104c30bbbe/gold/packages/merged.conf b/shellops/assets/ShellOps_104c30bbbe/gold/packages/merged.conf new file mode 100644 index 0000000000000000000000000000000000000000..da24a9eee26e480e176cabf472e0923f9cf07380 --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/gold/packages/merged.conf @@ -0,0 +1,8 @@ +curl=8.9.1 +firefox=133.0.2 +nginx=1.26.2 +openssh=9.8 +postgresql=17.2 +redis=7.4.1 +vim=9.3 +zsh=5.9 diff --git a/shellops/assets/ShellOps_104c30bbbe/gold/packages/overrides.conf b/shellops/assets/ShellOps_104c30bbbe/gold/packages/overrides.conf new file mode 100644 index 0000000000000000000000000000000000000000..104533400ab9cbded3eca817955db3575a894cb7 --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/gold/packages/overrides.conf @@ -0,0 +1,3 @@ +curl=8.9.1 +nginx=1.26.2 +vim=9.3 diff --git a/shellops/assets/ShellOps_104c30bbbe/init/docs/notes.md b/shellops/assets/ShellOps_104c30bbbe/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..08fc4bf1b10a489d82834a4ec53a54cf1ef87dac --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/init/docs/notes.md @@ -0,0 +1,3 @@ +# Packaging guidelines + +Override entries in packages/overrides.conf take precedence over packages/active.conf. diff --git a/shellops/assets/ShellOps_104c30bbbe/init/packages/active.conf b/shellops/assets/ShellOps_104c30bbbe/init/packages/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..8f6e5af2c87be08be7f5ed73773172a273b72f50 --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/init/packages/active.conf @@ -0,0 +1,8 @@ +curl=8.8.0 +firefox=133.0.2 +nginx=1.26.1 +openssh=9.8 +postgresql=17.2 +redis=7.4.1 +vim=9.2 +zsh=5.9 diff --git a/shellops/assets/ShellOps_104c30bbbe/init/packages/overrides.conf b/shellops/assets/ShellOps_104c30bbbe/init/packages/overrides.conf new file mode 100644 index 0000000000000000000000000000000000000000..104533400ab9cbded3eca817955db3575a894cb7 --- /dev/null +++ b/shellops/assets/ShellOps_104c30bbbe/init/packages/overrides.conf @@ -0,0 +1,3 @@ +curl=8.9.1 +nginx=1.26.2 +vim=9.3 diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-04.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..5473bdecd6e7d9090f7796137812d4c1e0fdc633 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-04.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-04 08:15:22 P1023 Paracetamol 500mg +2024-03-04 09:02:15 P1025 Amoxicillin 250mg +2024-03-04 10:45:30 P1023 Ibuprofen 400mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-05.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8b95580be8f23faf994cfb68c7904cbd8c7c7f2 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-05.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-05 07:58:11 P1024 Loratadine 10mg +2024-03-05 11:22:47 P1026 Omeprazole 20mg +2024-03-05 14:33:09 P1024 Paracetamol 500mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-06.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..68e4a6089adc6acf4b5efa34218e0d6fa4bf8548 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-06.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-06 09:12:34 P1027 Metformin 500mg +2024-03-06 13:45:12 P1028 Atorvastatin 20mg +2024-03-06 16:20:44 P1027 Loratadine 10mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-07.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..65c5a761a8b08dc4ed1344be77fc210e4b8eb274 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-07.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-07 08:30:45 P1029 Amlodipine 5mg +2024-03-07 10:15:27 P1030 Metformin 500mg +2024-03-07 15:05:19 P1029 Omeprazole 20mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-08.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-08.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7b7bb9efc8b47f654e0602c15c040e980280e74 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-08.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-08 07:45:33 P1031 Ibuprofen 400mg +2024-03-08 12:10:55 P1032 Paracetamol 500mg +2024-03-08 14:55:02 P1031 Atorvastatin 20mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-09.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-09.txt new file mode 100644 index 0000000000000000000000000000000000000000..d25bc408bf22f6357313ee00508a39324f068423 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-09.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-09 09:20:14 P1033 Loratadine 10mg +2024-03-09 11:45:37 P1034 Amlodipine 5mg +2024-03-09 16:30:44 P1033 Metformin 500mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-10.txt b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-10.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9b4cfdca68902fad9f74683bdd42e6817a4711 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/dispensing_logs/log_2024-03-10.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-10 08:10:22 P1035 Omeprazole 20mg +2024-03-10 10:35:47 P1036 Ibuprofen 400mg +2024-03-10 13:20:15 P1035 Amoxicillin 250mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/gold/weekly_medications.tsv b/shellops/assets/ShellOps_108dd9feba/gold/weekly_medications.tsv new file mode 100644 index 0000000000000000000000000000000000000000..688454de01f4c56416b1e66e5eac256ab17b708e --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/gold/weekly_medications.tsv @@ -0,0 +1,8 @@ +Amlodipine +Amoxicillin +Atorvastatin +Ibuprofen +Loratadine +Metformin +Omeprazole +Paracetamol diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-04.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..5473bdecd6e7d9090f7796137812d4c1e0fdc633 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-04.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-04 08:15:22 P1023 Paracetamol 500mg +2024-03-04 09:02:15 P1025 Amoxicillin 250mg +2024-03-04 10:45:30 P1023 Ibuprofen 400mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-05.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8b95580be8f23faf994cfb68c7904cbd8c7c7f2 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-05.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-05 07:58:11 P1024 Loratadine 10mg +2024-03-05 11:22:47 P1026 Omeprazole 20mg +2024-03-05 14:33:09 P1024 Paracetamol 500mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-06.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..68e4a6089adc6acf4b5efa34218e0d6fa4bf8548 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-06.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-06 09:12:34 P1027 Metformin 500mg +2024-03-06 13:45:12 P1028 Atorvastatin 20mg +2024-03-06 16:20:44 P1027 Loratadine 10mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-07.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..65c5a761a8b08dc4ed1344be77fc210e4b8eb274 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-07.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-07 08:30:45 P1029 Amlodipine 5mg +2024-03-07 10:15:27 P1030 Metformin 500mg +2024-03-07 15:05:19 P1029 Omeprazole 20mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-08.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-08.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7b7bb9efc8b47f654e0602c15c040e980280e74 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-08.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-08 07:45:33 P1031 Ibuprofen 400mg +2024-03-08 12:10:55 P1032 Paracetamol 500mg +2024-03-08 14:55:02 P1031 Atorvastatin 20mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-09.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-09.txt new file mode 100644 index 0000000000000000000000000000000000000000..d25bc408bf22f6357313ee00508a39324f068423 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-09.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-09 09:20:14 P1033 Loratadine 10mg +2024-03-09 11:45:37 P1034 Amlodipine 5mg +2024-03-09 16:30:44 P1033 Metformin 500mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-10.txt b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-10.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9b4cfdca68902fad9f74683bdd42e6817a4711 --- /dev/null +++ b/shellops/assets/ShellOps_108dd9feba/init/dispensing_logs/log_2024-03-10.txt @@ -0,0 +1,4 @@ +timestamp staff_id medication_name dosage +2024-03-10 08:10:22 P1035 Omeprazole 20mg +2024-03-10 10:35:47 P1036 Ibuprofen 400mg +2024-03-10 13:20:15 P1035 Amoxicillin 250mg \ No newline at end of file diff --git a/shellops/assets/ShellOps_108dd9feba/init/weekly_medications.tsv b/shellops/assets/ShellOps_108dd9feba/init/weekly_medications.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_10a0c895a0/gold/tracker/.keep b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_10a0c895a0/gold/tracker/api.log b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/api.log new file mode 100644 index 0000000000000000000000000000000000000000..fbf697b03fae7d08290624eda8a45fd2de49cf80 --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/api.log @@ -0,0 +1,3 @@ +session_id=def789 action_time=2024-09-08T14:30:00Z endpoint=/api +session_id=xyz123 action_time=2024-09-08T10:14:59Z endpoint=/auth +session_id=ghi101 action_time=2024-09-08T09:05:00Z endpoint=/status \ No newline at end of file diff --git a/shellops/assets/ShellOps_10a0c895a0/gold/tracker/archived/old.log b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/archived/old.log new file mode 100644 index 0000000000000000000000000000000000000000..44cf70510934fe8dde5ce34204bf49930c5fbacd --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/archived/old.log @@ -0,0 +1,3 @@ +session_id=jkl202 action_time=2024-09-07T18:00:00Z user=test +session_id=def789 action_time=2024-09-08T13:00:00Z endpoint=/old +session_id=abc456 action_time=2024-09-08T12:19:59Z user=alice \ No newline at end of file diff --git a/shellops/assets/ShellOps_10a0c895a0/gold/tracker/clean_sessions.csv b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/clean_sessions.csv new file mode 100644 index 0000000000000000000000000000000000000000..503aa2069152d27ae8c73a6dd363aaecbb4e5a25 --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/clean_sessions.csv @@ -0,0 +1,5 @@ +abc456,2024-09-08T12:20:00Z +def789,2024-09-08T14:30:00Z +ghi101,2024-09-08T09:05:00Z +jkl202,2024-09-07T18:00:00Z +xyz123,2024-09-08T10:15:00Z diff --git a/shellops/assets/ShellOps_10a0c895a0/gold/tracker/web_app.log b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/web_app.log new file mode 100644 index 0000000000000000000000000000000000000000..218990cc0f6823b89d7a1559ce56ac10f88362bf --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/gold/tracker/web_app.log @@ -0,0 +1,3 @@ +session_id=xyz123 action_time=2024-09-08T10:15:00Z user=bob +session_id=abc456 action_time=2024-09-08T12:20:00Z user=alice +session_id=def789 action_time=2024-09-08T11:45:00Z user=charlie \ No newline at end of file diff --git a/shellops/assets/ShellOps_10a0c895a0/init/tracker/.keep b/shellops/assets/ShellOps_10a0c895a0/init/tracker/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_10a0c895a0/init/tracker/api.log b/shellops/assets/ShellOps_10a0c895a0/init/tracker/api.log new file mode 100644 index 0000000000000000000000000000000000000000..fbf697b03fae7d08290624eda8a45fd2de49cf80 --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/init/tracker/api.log @@ -0,0 +1,3 @@ +session_id=def789 action_time=2024-09-08T14:30:00Z endpoint=/api +session_id=xyz123 action_time=2024-09-08T10:14:59Z endpoint=/auth +session_id=ghi101 action_time=2024-09-08T09:05:00Z endpoint=/status \ No newline at end of file diff --git a/shellops/assets/ShellOps_10a0c895a0/init/tracker/archived/old.log b/shellops/assets/ShellOps_10a0c895a0/init/tracker/archived/old.log new file mode 100644 index 0000000000000000000000000000000000000000..44cf70510934fe8dde5ce34204bf49930c5fbacd --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/init/tracker/archived/old.log @@ -0,0 +1,3 @@ +session_id=jkl202 action_time=2024-09-07T18:00:00Z user=test +session_id=def789 action_time=2024-09-08T13:00:00Z endpoint=/old +session_id=abc456 action_time=2024-09-08T12:19:59Z user=alice \ No newline at end of file diff --git a/shellops/assets/ShellOps_10a0c895a0/init/tracker/web_app.log b/shellops/assets/ShellOps_10a0c895a0/init/tracker/web_app.log new file mode 100644 index 0000000000000000000000000000000000000000..218990cc0f6823b89d7a1559ce56ac10f88362bf --- /dev/null +++ b/shellops/assets/ShellOps_10a0c895a0/init/tracker/web_app.log @@ -0,0 +1,3 @@ +session_id=xyz123 action_time=2024-09-08T10:15:00Z user=bob +session_id=abc456 action_time=2024-09-08T12:20:00Z user=alice +session_id=def789 action_time=2024-09-08T11:45:00Z user=charlie \ No newline at end of file diff --git a/shellops/assets/ShellOps_10d42f9dcc/gold/devices/readme.txt b/shellops/assets/ShellOps_10d42f9dcc/gold/devices/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dcea517a8ca885106552cb6db0936627d4b134c --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/gold/devices/readme.txt @@ -0,0 +1 @@ +Note: The west export skips headers by default. Use the mapping: col1=status, col2=device_id. \ No newline at end of file diff --git a/shellops/assets/ShellOps_10d42f9dcc/gold/devices/report.tsv b/shellops/assets/ShellOps_10d42f9dcc/gold/devices/report.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1c136bc04d0c89400703ec41eb6658da0d2224ac --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/gold/devices/report.tsv @@ -0,0 +1,9 @@ +device_id status region +DEV101 online east +DEV102 online east +DEV103 offline east +DEV105 maintenance east +DEV201 offline west +DEV202 online west +DEV203 maintenance west +DEV204 online west diff --git a/shellops/assets/ShellOps_10d42f9dcc/gold/east.csv b/shellops/assets/ShellOps_10d42f9dcc/gold/east.csv new file mode 100644 index 0000000000000000000000000000000000000000..20a1856a3a2c215d88761cf5404cde045d280e7e --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/gold/east.csv @@ -0,0 +1,5 @@ +device_id,location,status +DEV101,rack-A,online +DEV103,rack-A,offline +DEV102,rack-B,online +DEV105,rack-C,maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_10d42f9dcc/gold/west.csv b/shellops/assets/ShellOps_10d42f9dcc/gold/west.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d5bf91d7d85aeacf1669a2486f7e26955dfc4ec --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/gold/west.csv @@ -0,0 +1,4 @@ +offline,DEV201 +maintenance,DEV203 +online,DEV202 +online,DEV204 \ No newline at end of file diff --git a/shellops/assets/ShellOps_10d42f9dcc/init/devices/readme.txt b/shellops/assets/ShellOps_10d42f9dcc/init/devices/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dcea517a8ca885106552cb6db0936627d4b134c --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/init/devices/readme.txt @@ -0,0 +1 @@ +Note: The west export skips headers by default. Use the mapping: col1=status, col2=device_id. \ No newline at end of file diff --git a/shellops/assets/ShellOps_10d42f9dcc/init/east.csv b/shellops/assets/ShellOps_10d42f9dcc/init/east.csv new file mode 100644 index 0000000000000000000000000000000000000000..20a1856a3a2c215d88761cf5404cde045d280e7e --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/init/east.csv @@ -0,0 +1,5 @@ +device_id,location,status +DEV101,rack-A,online +DEV103,rack-A,offline +DEV102,rack-B,online +DEV105,rack-C,maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_10d42f9dcc/init/west.csv b/shellops/assets/ShellOps_10d42f9dcc/init/west.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d5bf91d7d85aeacf1669a2486f7e26955dfc4ec --- /dev/null +++ b/shellops/assets/ShellOps_10d42f9dcc/init/west.csv @@ -0,0 +1,4 @@ +offline,DEV201 +maintenance,DEV203 +online,DEV202 +online,DEV204 \ No newline at end of file diff --git a/shellops/assets/ShellOps_11143867ce/gold/audit_report.ini b/shellops/assets/ShellOps_11143867ce/gold/audit_report.ini new file mode 100644 index 0000000000000000000000000000000000000000..03b24aef18d0267caab140b2c4416f22b7251e9c --- /dev/null +++ b/shellops/assets/ShellOps_11143867ce/gold/audit_report.ini @@ -0,0 +1,9 @@ +[endpoints] +endpoint_active=api/v2/users/profile +endpoint_active=api/v2/orders/create +endpoint_active=api/v2/payments/process +endpoint_active=api/v2/metrics/export +[endpoint_deprecated] +endpoint_deprecated=api/v1/users/legacy +# This endpoint was added after the last audit +# endpoint_active=api/v2/inventory/query missing here \ No newline at end of file diff --git a/shellops/assets/ShellOps_11143867ce/gold/endpoints_missing.txt b/shellops/assets/ShellOps_11143867ce/gold/endpoints_missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..b36eac599ee70b7d01e952383850443a61f677c9 --- /dev/null +++ b/shellops/assets/ShellOps_11143867ce/gold/endpoints_missing.txt @@ -0,0 +1 @@ +api/v2/inventory/query diff --git a/shellops/assets/ShellOps_11143867ce/gold/gateway.conf b/shellops/assets/ShellOps_11143867ce/gold/gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..f26c441b0010550aee048f719cca68ba13e4f852 --- /dev/null +++ b/shellops/assets/ShellOps_11143867ce/gold/gateway.conf @@ -0,0 +1,9 @@ +# Main gateway configuration for microservices routing +deprecated_endpoint=api/v1/users/legacy +active_endpoint=api/v2/users/profile +active_endpoint=api/v2/orders/create +deprecated_endpoint=api/v1/orders/history +active_endpoint=api/v2/inventory/query +active_endpoint=api/v2/payments/process +deprecated_endpoint=api/v1/payments/refund +# Comments and empty lines are ignored \ No newline at end of file diff --git a/shellops/assets/ShellOps_11143867ce/init/audit_report.ini b/shellops/assets/ShellOps_11143867ce/init/audit_report.ini new file mode 100644 index 0000000000000000000000000000000000000000..03b24aef18d0267caab140b2c4416f22b7251e9c --- /dev/null +++ b/shellops/assets/ShellOps_11143867ce/init/audit_report.ini @@ -0,0 +1,9 @@ +[endpoints] +endpoint_active=api/v2/users/profile +endpoint_active=api/v2/orders/create +endpoint_active=api/v2/payments/process +endpoint_active=api/v2/metrics/export +[endpoint_deprecated] +endpoint_deprecated=api/v1/users/legacy +# This endpoint was added after the last audit +# endpoint_active=api/v2/inventory/query missing here \ No newline at end of file diff --git a/shellops/assets/ShellOps_11143867ce/init/gateway.conf b/shellops/assets/ShellOps_11143867ce/init/gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..f26c441b0010550aee048f719cca68ba13e4f852 --- /dev/null +++ b/shellops/assets/ShellOps_11143867ce/init/gateway.conf @@ -0,0 +1,9 @@ +# Main gateway configuration for microservices routing +deprecated_endpoint=api/v1/users/legacy +active_endpoint=api/v2/users/profile +active_endpoint=api/v2/orders/create +deprecated_endpoint=api/v1/orders/history +active_endpoint=api/v2/inventory/query +active_endpoint=api/v2/payments/process +deprecated_endpoint=api/v1/payments/refund +# Comments and empty lines are ignored \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/ingest.cnf b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/ingest.cnf new file mode 100644 index 0000000000000000000000000000000000000000..c70bf12b4f3ff9888259ae974edad30bc65c365c --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/ingest.cnf @@ -0,0 +1,3 @@ +timeout=500 +retries=3 +pool_size=10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/legacy.cnf b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/legacy.cnf new file mode 100644 index 0000000000000000000000000000000000000000..ac1a2c7233011883954bf9ccfc1eb6b2d52380ca --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/legacy.cnf @@ -0,0 +1,2 @@ +timeout=1000 +pool_size=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/load.cnf b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/load.cnf new file mode 100644 index 0000000000000000000000000000000000000000..4210471fd38a43bede57c8754b90b73c7bcaffc3 --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/load.cnf @@ -0,0 +1,2 @@ +timeout=500 +connection_limit=20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/transform.cnf b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/transform.cnf new file mode 100644 index 0000000000000000000000000000000000000000..b3787d8a813e759c31dc315376569e0571d4d2b6 --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/gold/analytics/configs/transform.cnf @@ -0,0 +1,2 @@ +timeout=300 +max_threads=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/gold/timeout_summary.cnf b/shellops/assets/ShellOps_1149b462f2/gold/timeout_summary.cnf new file mode 100644 index 0000000000000000000000000000000000000000..21e9f15e47b1dfce73e3e6ed799298387753956f --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/gold/timeout_summary.cnf @@ -0,0 +1,3 @@ +300 +500 +1000 diff --git a/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/ingest.cnf b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/ingest.cnf new file mode 100644 index 0000000000000000000000000000000000000000..c70bf12b4f3ff9888259ae974edad30bc65c365c --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/ingest.cnf @@ -0,0 +1,3 @@ +timeout=500 +retries=3 +pool_size=10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/legacy.cnf b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/legacy.cnf new file mode 100644 index 0000000000000000000000000000000000000000..ac1a2c7233011883954bf9ccfc1eb6b2d52380ca --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/legacy.cnf @@ -0,0 +1,2 @@ +timeout=1000 +pool_size=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/load.cnf b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/load.cnf new file mode 100644 index 0000000000000000000000000000000000000000..4210471fd38a43bede57c8754b90b73c7bcaffc3 --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/load.cnf @@ -0,0 +1,2 @@ +timeout=500 +connection_limit=20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/transform.cnf b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/transform.cnf new file mode 100644 index 0000000000000000000000000000000000000000..b3787d8a813e759c31dc315376569e0571d4d2b6 --- /dev/null +++ b/shellops/assets/ShellOps_1149b462f2/init/analytics/configs/transform.cnf @@ -0,0 +1,2 @@ +timeout=300 +max_threads=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/active_high_threshold_rules.txt b/shellops/assets/ShellOps_115bf43837/gold/active_high_threshold_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b58ef4d1be9ca43857326cace69692d5a424add --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/active_high_threshold_rules.txt @@ -0,0 +1 @@ +sent_04 diff --git a/shellops/assets/ShellOps_115bf43837/gold/exclusions.json b/shellops/assets/ShellOps_115bf43837/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..4e804e7054ec20915078396aab9b04af62f7913c --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/exclusions.json @@ -0,0 +1 @@ +{"deprecated": ["spam_01", "geo_06"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/filters/production/profanity_filter.json b/shellops/assets/ShellOps_115bf43837/gold/filters/production/profanity_filter.json new file mode 100644 index 0000000000000000000000000000000000000000..23ea5302a9e6295332e492135a0c3f42af645eb6 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/filters/production/profanity_filter.json @@ -0,0 +1 @@ +{"id": "prof_02", "enabled": false, "threshold": 0.8, "description": "Block offensive language"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/filters/production/repost_check.json b/shellops/assets/ShellOps_115bf43837/gold/filters/production/repost_check.json new file mode 100644 index 0000000000000000000000000000000000000000..86ba91c61b3ff909cb4860e7fb2aa86b0b4a41ed --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/filters/production/repost_check.json @@ -0,0 +1 @@ +{"id": "repost_03", "enabled": true, "threshold": 0.6, "description": "Identify duplicate content"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/filters/production/spam_detector.json b/shellops/assets/ShellOps_115bf43837/gold/filters/production/spam_detector.json new file mode 100644 index 0000000000000000000000000000000000000000..49295e453e86216ba575c22a079639c2ac037727 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/filters/production/spam_detector.json @@ -0,0 +1 @@ +{"id": "spam_01", "enabled": true, "threshold": 0.9, "description": "Detect excessive links"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/filters/staged/geo_anomaly.json b/shellops/assets/ShellOps_115bf43837/gold/filters/staged/geo_anomaly.json new file mode 100644 index 0000000000000000000000000000000000000000..3c40fb42a5de6d9a508038bb99155b2bc38e8ffa --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/filters/staged/geo_anomaly.json @@ -0,0 +1 @@ +{"id": "geo_06", "enabled": true, "threshold": 0.95, "description": "Detect location spoofing"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/filters/staged/sentiment_alert.json b/shellops/assets/ShellOps_115bf43837/gold/filters/staged/sentiment_alert.json new file mode 100644 index 0000000000000000000000000000000000000000..5f676e16b7c3801dafcc05fc9306345a39bfa250 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/filters/staged/sentiment_alert.json @@ -0,0 +1 @@ +{"id": "sent_04", "enabled": true, "threshold": 0.85, "description": "Flag extreme negative sentiment"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/filters/staged/volume_check.json b/shellops/assets/ShellOps_115bf43837/gold/filters/staged/volume_check.json new file mode 100644 index 0000000000000000000000000000000000000000..ea30bc1f1f2dd871482898aa062811494fbbfed1 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/filters/staged/volume_check.json @@ -0,0 +1 @@ +{"id": "volume_05", "enabled": true, "threshold": 0.5, "description": "Monitor posting frequency"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/gold/notes.md b/shellops/assets/ShellOps_115bf43837/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bd61368cd16e1fb73601cde9719ee4732a36f49f --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/gold/notes.md @@ -0,0 +1,3 @@ +# Filter rules overview +Only rules with threshold > 0.75 and enabled are considered for deployment. +Exclusions override everything else. \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/.tmp/.keep b/shellops/assets/ShellOps_115bf43837/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_115bf43837/init/exclusions.json b/shellops/assets/ShellOps_115bf43837/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..4e804e7054ec20915078396aab9b04af62f7913c --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/exclusions.json @@ -0,0 +1 @@ +{"deprecated": ["spam_01", "geo_06"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/filters/production/profanity_filter.json b/shellops/assets/ShellOps_115bf43837/init/filters/production/profanity_filter.json new file mode 100644 index 0000000000000000000000000000000000000000..23ea5302a9e6295332e492135a0c3f42af645eb6 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/filters/production/profanity_filter.json @@ -0,0 +1 @@ +{"id": "prof_02", "enabled": false, "threshold": 0.8, "description": "Block offensive language"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/filters/production/repost_check.json b/shellops/assets/ShellOps_115bf43837/init/filters/production/repost_check.json new file mode 100644 index 0000000000000000000000000000000000000000..86ba91c61b3ff909cb4860e7fb2aa86b0b4a41ed --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/filters/production/repost_check.json @@ -0,0 +1 @@ +{"id": "repost_03", "enabled": true, "threshold": 0.6, "description": "Identify duplicate content"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/filters/production/spam_detector.json b/shellops/assets/ShellOps_115bf43837/init/filters/production/spam_detector.json new file mode 100644 index 0000000000000000000000000000000000000000..49295e453e86216ba575c22a079639c2ac037727 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/filters/production/spam_detector.json @@ -0,0 +1 @@ +{"id": "spam_01", "enabled": true, "threshold": 0.9, "description": "Detect excessive links"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/filters/staged/geo_anomaly.json b/shellops/assets/ShellOps_115bf43837/init/filters/staged/geo_anomaly.json new file mode 100644 index 0000000000000000000000000000000000000000..3c40fb42a5de6d9a508038bb99155b2bc38e8ffa --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/filters/staged/geo_anomaly.json @@ -0,0 +1 @@ +{"id": "geo_06", "enabled": true, "threshold": 0.95, "description": "Detect location spoofing"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/filters/staged/sentiment_alert.json b/shellops/assets/ShellOps_115bf43837/init/filters/staged/sentiment_alert.json new file mode 100644 index 0000000000000000000000000000000000000000..5f676e16b7c3801dafcc05fc9306345a39bfa250 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/filters/staged/sentiment_alert.json @@ -0,0 +1 @@ +{"id": "sent_04", "enabled": true, "threshold": 0.85, "description": "Flag extreme negative sentiment"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/filters/staged/volume_check.json b/shellops/assets/ShellOps_115bf43837/init/filters/staged/volume_check.json new file mode 100644 index 0000000000000000000000000000000000000000..ea30bc1f1f2dd871482898aa062811494fbbfed1 --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/filters/staged/volume_check.json @@ -0,0 +1 @@ +{"id": "volume_05", "enabled": true, "threshold": 0.5, "description": "Monitor posting frequency"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_115bf43837/init/notes.md b/shellops/assets/ShellOps_115bf43837/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bd61368cd16e1fb73601cde9719ee4732a36f49f --- /dev/null +++ b/shellops/assets/ShellOps_115bf43837/init/notes.md @@ -0,0 +1,3 @@ +# Filter rules overview +Only rules with threshold > 0.75 and enabled are considered for deployment. +Exclusions override everything else. \ No newline at end of file diff --git a/shellops/assets/ShellOps_11ca82869c/gold/dns/notes.md b/shellops/assets/ShellOps_11ca82869c/gold/dns/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..93214aa6f6c806d562b7e9cec2072f25b18ae1a2 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/gold/dns/notes.md @@ -0,0 +1 @@ +Distractor notes file that should not affect the result. diff --git a/shellops/assets/ShellOps_11ca82869c/gold/dns/refused_queries.txt b/shellops/assets/ShellOps_11ca82869c/gold/dns/refused_queries.txt new file mode 100644 index 0000000000000000000000000000000000000000..a641464e62bbe0f2f262c4fe1f6c762564cac816 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/gold/dns/refused_queries.txt @@ -0,0 +1,3 @@ +bad.zone +blocked.local +denied.zone diff --git a/shellops/assets/ShellOps_11ca82869c/gold/dns/skip_queries.txt b/shellops/assets/ShellOps_11ca82869c/gold/dns/skip_queries.txt new file mode 100644 index 0000000000000000000000000000000000000000..58634080e5139e75131a5c0aa570a2ba2f01e1e9 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/gold/dns/skip_queries.txt @@ -0,0 +1 @@ +skip.me diff --git a/shellops/assets/ShellOps_11ca82869c/gold/dns/traffic.json b/shellops/assets/ShellOps_11ca82869c/gold/dns/traffic.json new file mode 100644 index 0000000000000000000000000000000000000000..623ad9524f7636d8c74ab76c42a9a6028a0d8283 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/gold/dns/traffic.json @@ -0,0 +1,7 @@ +{"query_name": "example.com", "resp_code": 0} +{"query_name": "blocked.local", "resp_code": 5} +{"query_name": "safe.example", "resp_code": 0} +{"query_name": "bad.zone", "resp_code": 5} +{"query_name": "skip.me", "resp_code": 5} +{"query_name": "allow.lan", "resp_code": 0} +{"query_name": "denied.zone", "resp_code": 5} diff --git a/shellops/assets/ShellOps_11ca82869c/init/dns/notes.md b/shellops/assets/ShellOps_11ca82869c/init/dns/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..93214aa6f6c806d562b7e9cec2072f25b18ae1a2 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/init/dns/notes.md @@ -0,0 +1 @@ +Distractor notes file that should not affect the result. diff --git a/shellops/assets/ShellOps_11ca82869c/init/dns/skip_queries.txt b/shellops/assets/ShellOps_11ca82869c/init/dns/skip_queries.txt new file mode 100644 index 0000000000000000000000000000000000000000..58634080e5139e75131a5c0aa570a2ba2f01e1e9 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/init/dns/skip_queries.txt @@ -0,0 +1 @@ +skip.me diff --git a/shellops/assets/ShellOps_11ca82869c/init/dns/traffic.json b/shellops/assets/ShellOps_11ca82869c/init/dns/traffic.json new file mode 100644 index 0000000000000000000000000000000000000000..623ad9524f7636d8c74ab76c42a9a6028a0d8283 --- /dev/null +++ b/shellops/assets/ShellOps_11ca82869c/init/dns/traffic.json @@ -0,0 +1,7 @@ +{"query_name": "example.com", "resp_code": 0} +{"query_name": "blocked.local", "resp_code": 5} +{"query_name": "safe.example", "resp_code": 0} +{"query_name": "bad.zone", "resp_code": 5} +{"query_name": "skip.me", "resp_code": 5} +{"query_name": "allow.lan", "resp_code": 0} +{"query_name": "denied.zone", "resp_code": 5} diff --git a/shellops/assets/ShellOps_11f92faafa/gold/configs/.keep b/shellops/assets/ShellOps_11f92faafa/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_11f92faafa/gold/configs/service1.ini b/shellops/assets/ShellOps_11f92faafa/gold/configs/service1.ini new file mode 100644 index 0000000000000000000000000000000000000000..c8b7a1a2567177e9365d1fd1f9fa17f21d5f4bdb --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/gold/configs/service1.ini @@ -0,0 +1,6 @@ +[general] +timezone=America/New_York +port=8080 + +[database] +host=localhost diff --git a/shellops/assets/ShellOps_11f92faafa/gold/configs/service2.ini b/shellops/assets/ShellOps_11f92faafa/gold/configs/service2.ini new file mode 100644 index 0000000000000000000000000000000000000000..4f95b0986dc5e74c110e5b94c71acb9f47e4db72 --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/gold/configs/service2.ini @@ -0,0 +1,6 @@ +[general] +timezone=Europe/London +log_level=debug + +[cache] +enabled=true diff --git a/shellops/assets/ShellOps_11f92faafa/gold/configs/service3.ini b/shellops/assets/ShellOps_11f92faafa/gold/configs/service3.ini new file mode 100644 index 0000000000000000000000000000000000000000..4abb1dbd4eb2b5d8c647df2bb1b21cf210b75100 --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/gold/configs/service3.ini @@ -0,0 +1,6 @@ +[general] +timezone=Asia/Tokyo +max_connections=100 + +[security] +tls_enabled=true diff --git a/shellops/assets/ShellOps_11f92faafa/gold/configs/service4.ini b/shellops/assets/ShellOps_11f92faafa/gold/configs/service4.ini new file mode 100644 index 0000000000000000000000000000000000000000..91e1b81a9bfac19fecf3c44d133a3501b54e3fe0 --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/gold/configs/service4.ini @@ -0,0 +1,6 @@ +[general] +timezone=America/New_York +threads=4 + +[monitoring] +interval=60 diff --git a/shellops/assets/ShellOps_11f92faafa/init/configs/.keep b/shellops/assets/ShellOps_11f92faafa/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_11f92faafa/init/configs/service1.ini b/shellops/assets/ShellOps_11f92faafa/init/configs/service1.ini new file mode 100644 index 0000000000000000000000000000000000000000..c8b7a1a2567177e9365d1fd1f9fa17f21d5f4bdb --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/init/configs/service1.ini @@ -0,0 +1,6 @@ +[general] +timezone=America/New_York +port=8080 + +[database] +host=localhost diff --git a/shellops/assets/ShellOps_11f92faafa/init/configs/service2.ini b/shellops/assets/ShellOps_11f92faafa/init/configs/service2.ini new file mode 100644 index 0000000000000000000000000000000000000000..4f95b0986dc5e74c110e5b94c71acb9f47e4db72 --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/init/configs/service2.ini @@ -0,0 +1,6 @@ +[general] +timezone=Europe/London +log_level=debug + +[cache] +enabled=true diff --git a/shellops/assets/ShellOps_11f92faafa/init/configs/service3.ini b/shellops/assets/ShellOps_11f92faafa/init/configs/service3.ini new file mode 100644 index 0000000000000000000000000000000000000000..4abb1dbd4eb2b5d8c647df2bb1b21cf210b75100 --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/init/configs/service3.ini @@ -0,0 +1,6 @@ +[general] +timezone=Asia/Tokyo +max_connections=100 + +[security] +tls_enabled=true diff --git a/shellops/assets/ShellOps_11f92faafa/init/configs/service4.ini b/shellops/assets/ShellOps_11f92faafa/init/configs/service4.ini new file mode 100644 index 0000000000000000000000000000000000000000..91e1b81a9bfac19fecf3c44d133a3501b54e3fe0 --- /dev/null +++ b/shellops/assets/ShellOps_11f92faafa/init/configs/service4.ini @@ -0,0 +1,6 @@ +[general] +timezone=America/New_York +threads=4 + +[monitoring] +interval=60 diff --git a/shellops/assets/ShellOps_121b2bf3c7/gold/allowed_ips.txt b/shellops/assets/ShellOps_121b2bf3c7/gold/allowed_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..112ee3f1c2ef37f0bd8cbfe04d76936f17ab9f81 --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/gold/allowed_ips.txt @@ -0,0 +1,3 @@ +172.16.32.2 +192.168.1.10 +192.168.1.20 diff --git a/shellops/assets/ShellOps_121b2bf3c7/gold/audit/old_notes.md b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/old_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8ecd9a73aaaba496a1bfddadc8afc86c3203ee0e --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/old_notes.md @@ -0,0 +1,6 @@ +# Old audit notes +These sessions are from previous quarter and contain no client IP addresses. +Just historical remarks about the logging system. + +- session_20240901: debug only +- session_20240902: debug only diff --git a/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241001.json b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241001.json new file mode 100644 index 0000000000000000000000000000000000000000..a27ffc7f2257f3e63d037d2a242772db4b36570d --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241001.json @@ -0,0 +1,5 @@ +[ + {"client_ip": "192.168.1.10", "timestamp": "2024-10-01T08:30:00Z", "status": "ok"}, + {"client_ip": "10.0.0.5", "timestamp": "2024-10-01T09:15:00Z", "status": "blocked"}, + {"client_ip": "172.16.32.2", "timestamp": "2024-10-01T10:45:00Z", "status": "ok"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241002.json b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241002.json new file mode 100644 index 0000000000000000000000000000000000000000..9ef9816054d45dde7600f94ab7bd0bb029be40d1 --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241002.json @@ -0,0 +1,5 @@ +[ + {"client_ip": "192.168.1.10", "timestamp": "2024-10-02T11:20:00Z", "status": "ok"}, + {"client_ip": "203.0.113.8", "timestamp": "2024-10-02T12:00:00Z", "status": "exempt"}, + {"client_ip": "10.0.0.5", "timestamp": "2024-10-02T13:30:00Z", "status": "blocked"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241003.json b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241003.json new file mode 100644 index 0000000000000000000000000000000000000000..2ae5682b75383052a2ac95425fc5193675a74829 --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/gold/audit/session_20241003.json @@ -0,0 +1,5 @@ +[ + {"client_ip": "172.16.32.2", "timestamp": "2024-10-03T14:10:00Z", "status": "ok"}, + {"client_ip": "198.51.100.15", "timestamp": "2024-10-03T15:45:00Z", "status": "exempt"}, + {"client_ip": "192.168.1.20", "timestamp": "2024-10-03T16:20:00Z", "status": "ok"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/gold/exclusions.json b/shellops/assets/ShellOps_121b2bf3c7/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..63b3d01a9ef3b90675f612e5fad863e0116651bd --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/gold/exclusions.json @@ -0,0 +1,8 @@ +{ + "exempt": [ + "10.0.0.5", + "203.0.113.8", + "198.51.100.15" + ], + "note": "IP addresses exempt from filtering per security policy v2.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/init/audit/old_notes.md b/shellops/assets/ShellOps_121b2bf3c7/init/audit/old_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8ecd9a73aaaba496a1bfddadc8afc86c3203ee0e --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/init/audit/old_notes.md @@ -0,0 +1,6 @@ +# Old audit notes +These sessions are from previous quarter and contain no client IP addresses. +Just historical remarks about the logging system. + +- session_20240901: debug only +- session_20240902: debug only diff --git a/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241001.json b/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241001.json new file mode 100644 index 0000000000000000000000000000000000000000..a27ffc7f2257f3e63d037d2a242772db4b36570d --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241001.json @@ -0,0 +1,5 @@ +[ + {"client_ip": "192.168.1.10", "timestamp": "2024-10-01T08:30:00Z", "status": "ok"}, + {"client_ip": "10.0.0.5", "timestamp": "2024-10-01T09:15:00Z", "status": "blocked"}, + {"client_ip": "172.16.32.2", "timestamp": "2024-10-01T10:45:00Z", "status": "ok"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241002.json b/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241002.json new file mode 100644 index 0000000000000000000000000000000000000000..9ef9816054d45dde7600f94ab7bd0bb029be40d1 --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241002.json @@ -0,0 +1,5 @@ +[ + {"client_ip": "192.168.1.10", "timestamp": "2024-10-02T11:20:00Z", "status": "ok"}, + {"client_ip": "203.0.113.8", "timestamp": "2024-10-02T12:00:00Z", "status": "exempt"}, + {"client_ip": "10.0.0.5", "timestamp": "2024-10-02T13:30:00Z", "status": "blocked"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241003.json b/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241003.json new file mode 100644 index 0000000000000000000000000000000000000000..2ae5682b75383052a2ac95425fc5193675a74829 --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/init/audit/session_20241003.json @@ -0,0 +1,5 @@ +[ + {"client_ip": "172.16.32.2", "timestamp": "2024-10-03T14:10:00Z", "status": "ok"}, + {"client_ip": "198.51.100.15", "timestamp": "2024-10-03T15:45:00Z", "status": "exempt"}, + {"client_ip": "192.168.1.20", "timestamp": "2024-10-03T16:20:00Z", "status": "ok"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_121b2bf3c7/init/exclusions.json b/shellops/assets/ShellOps_121b2bf3c7/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..63b3d01a9ef3b90675f612e5fad863e0116651bd --- /dev/null +++ b/shellops/assets/ShellOps_121b2bf3c7/init/exclusions.json @@ -0,0 +1,8 @@ +{ + "exempt": [ + "10.0.0.5", + "203.0.113.8", + "198.51.100.15" + ], + "note": "IP addresses exempt from filtering per security policy v2.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1230b54df3/gold/deliveries.log b/shellops/assets/ShellOps_1230b54df3/gold/deliveries.log new file mode 100644 index 0000000000000000000000000000000000000000..b91165a7ce330cc3801873d3873c7bc571b7c6cd --- /dev/null +++ b/shellops/assets/ShellOps_1230b54df3/gold/deliveries.log @@ -0,0 +1,4 @@ +2024-03-15 09:23:45 [INFO] SHIP ORD-1001 status=dispatched +2024-03-15 11:45:12 [INFO] SHIP ORD-1002 status=in_transit +2024-03-15 14:01:33 [WARN] SHIP ORD-1001 duplicate_scan_ignored +2024-03-15 16:22:09 [INFO] SHIP ORD-1005 status=delivered diff --git a/shellops/assets/ShellOps_1230b54df3/gold/notes.txt b/shellops/assets/ShellOps_1230b54df3/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..153ddc16c2d38a8d401f9f10e44d1dd4c40101ba --- /dev/null +++ b/shellops/assets/ShellOps_1230b54df3/gold/notes.txt @@ -0,0 +1 @@ +Ignore this distractor file with bogus references: ORD-9999, ORD-1003, ORD-1004. diff --git a/shellops/assets/ShellOps_1230b54df3/gold/orders.tsv b/shellops/assets/ShellOps_1230b54df3/gold/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d8f4cd5a13651dc264a92b26729d725ac6dbede9 --- /dev/null +++ b/shellops/assets/ShellOps_1230b54df3/gold/orders.tsv @@ -0,0 +1,6 @@ +order_id customer value +ORD-1001 Alice 150.00 +ORD-1002 Bob 200.00 +ORD-1003 Carol 175.50 +ORD-1004 Dave 88.00 +ORD-1005 Eve 320.00 diff --git a/shellops/assets/ShellOps_1230b54df3/init/deliveries.log b/shellops/assets/ShellOps_1230b54df3/init/deliveries.log new file mode 100644 index 0000000000000000000000000000000000000000..b91165a7ce330cc3801873d3873c7bc571b7c6cd --- /dev/null +++ b/shellops/assets/ShellOps_1230b54df3/init/deliveries.log @@ -0,0 +1,4 @@ +2024-03-15 09:23:45 [INFO] SHIP ORD-1001 status=dispatched +2024-03-15 11:45:12 [INFO] SHIP ORD-1002 status=in_transit +2024-03-15 14:01:33 [WARN] SHIP ORD-1001 duplicate_scan_ignored +2024-03-15 16:22:09 [INFO] SHIP ORD-1005 status=delivered diff --git a/shellops/assets/ShellOps_1230b54df3/init/notes.txt b/shellops/assets/ShellOps_1230b54df3/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..153ddc16c2d38a8d401f9f10e44d1dd4c40101ba --- /dev/null +++ b/shellops/assets/ShellOps_1230b54df3/init/notes.txt @@ -0,0 +1 @@ +Ignore this distractor file with bogus references: ORD-9999, ORD-1003, ORD-1004. diff --git a/shellops/assets/ShellOps_1230b54df3/init/orders.tsv b/shellops/assets/ShellOps_1230b54df3/init/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d8f4cd5a13651dc264a92b26729d725ac6dbede9 --- /dev/null +++ b/shellops/assets/ShellOps_1230b54df3/init/orders.tsv @@ -0,0 +1,6 @@ +order_id customer value +ORD-1001 Alice 150.00 +ORD-1002 Bob 200.00 +ORD-1003 Carol 175.50 +ORD-1004 Dave 88.00 +ORD-1005 Eve 320.00 diff --git a/shellops/assets/ShellOps_12854aa7b8/gold/diags/.keep b/shellops/assets/ShellOps_12854aa7b8/gold/diags/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_12854aa7b8/gold/diags/api.log b/shellops/assets/ShellOps_12854aa7b8/gold/diags/api.log new file mode 100644 index 0000000000000000000000000000000000000000..855a5924676f5e3cacd2fbd2029ea76f0830d222 --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/gold/diags/api.log @@ -0,0 +1,4 @@ +2024-03-15 08:23:45 [ERROR] ERROR_AUTH_FAILED during login sequence +2024-03-15 08:24:12 [ERROR] ERROR_TIMEOUT in request handler +2024-03-15 08:25:33 [ERROR] ERROR_DB_CONN_LOST persistent connection dropped +2024-03-15 08:26:01 [WARN] WARNING_RETRY scheduled for ERROR_TIMEOUT diff --git a/shellops/assets/ShellOps_12854aa7b8/gold/diags/db.log b/shellops/assets/ShellOps_12854aa7b8/gold/diags/db.log new file mode 100644 index 0000000000000000000000000000000000000000..ab3db7ad0898ac92ad96bdbeff01a403ead01b3f --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/gold/diags/db.log @@ -0,0 +1,3 @@ +2024-03-15 10:05:44 [ERROR] ERROR_DB_CONN_LOST connection pool exhausted +2024-03-15 10:06:12 [ERROR] ERROR_DB_DEADLOCK transaction rollback +2024-03-15 10:07:29 [ERROR] ERROR_DB_CONN_LOST again after retry diff --git a/shellops/assets/ShellOps_12854aa7b8/gold/diags/network.log b/shellops/assets/ShellOps_12854aa7b8/gold/diags/network.log new file mode 100644 index 0000000000000000000000000000000000000000..46fb6780d753212257531010746942d2a0f3258b --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/gold/diags/network.log @@ -0,0 +1,3 @@ +2024-03-15 09:10:22 [ERROR] ERROR_NET_UNREACHABLE remote endpoint +2024-03-15 09:11:05 [ERROR] ERROR_TIMEOUT waiting for ACK +2024-03-15 09:12:17 [ERROR] ERROR_TLS_HANDSHAKE certificate validation failed diff --git a/shellops/assets/ShellOps_12854aa7b8/gold/postmortem_gaps.txt b/shellops/assets/ShellOps_12854aa7b8/gold/postmortem_gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..30fa49ffc460dc74bd84d458eb9d2b59a5fb17c8 --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/gold/postmortem_gaps.txt @@ -0,0 +1 @@ +ERROR_NET_UNREACHABLE diff --git a/shellops/assets/ShellOps_12854aa7b8/gold/runbooks/active.md b/shellops/assets/ShellOps_12854aa7b8/gold/runbooks/active.md new file mode 100644 index 0000000000000000000000000000000000000000..770a2808b4e406d55382f766e7583297430fa7c5 --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/gold/runbooks/active.md @@ -0,0 +1,20 @@ +# Incident Runbook +## ERROR_AUTH_FAILED +- Check IAM policies +- Revoke stale tokens + +## ERROR_DB_CONN_LOST +- Restart connection pool +- Verify DB health checks + +## ERROR_DB_DEADLOCK +- Identify blocking queries +- Adjust isolation levels + +## ERROR_TIMEOUT +- Scale upstream services +- Tune timeout thresholds + +## ERROR_TLS_HANDSHAKE +- Update trust store +- Verify certificate chain diff --git a/shellops/assets/ShellOps_12854aa7b8/init/diags/.keep b/shellops/assets/ShellOps_12854aa7b8/init/diags/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_12854aa7b8/init/diags/api.log b/shellops/assets/ShellOps_12854aa7b8/init/diags/api.log new file mode 100644 index 0000000000000000000000000000000000000000..855a5924676f5e3cacd2fbd2029ea76f0830d222 --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/init/diags/api.log @@ -0,0 +1,4 @@ +2024-03-15 08:23:45 [ERROR] ERROR_AUTH_FAILED during login sequence +2024-03-15 08:24:12 [ERROR] ERROR_TIMEOUT in request handler +2024-03-15 08:25:33 [ERROR] ERROR_DB_CONN_LOST persistent connection dropped +2024-03-15 08:26:01 [WARN] WARNING_RETRY scheduled for ERROR_TIMEOUT diff --git a/shellops/assets/ShellOps_12854aa7b8/init/diags/db.log b/shellops/assets/ShellOps_12854aa7b8/init/diags/db.log new file mode 100644 index 0000000000000000000000000000000000000000..ab3db7ad0898ac92ad96bdbeff01a403ead01b3f --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/init/diags/db.log @@ -0,0 +1,3 @@ +2024-03-15 10:05:44 [ERROR] ERROR_DB_CONN_LOST connection pool exhausted +2024-03-15 10:06:12 [ERROR] ERROR_DB_DEADLOCK transaction rollback +2024-03-15 10:07:29 [ERROR] ERROR_DB_CONN_LOST again after retry diff --git a/shellops/assets/ShellOps_12854aa7b8/init/diags/network.log b/shellops/assets/ShellOps_12854aa7b8/init/diags/network.log new file mode 100644 index 0000000000000000000000000000000000000000..46fb6780d753212257531010746942d2a0f3258b --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/init/diags/network.log @@ -0,0 +1,3 @@ +2024-03-15 09:10:22 [ERROR] ERROR_NET_UNREACHABLE remote endpoint +2024-03-15 09:11:05 [ERROR] ERROR_TIMEOUT waiting for ACK +2024-03-15 09:12:17 [ERROR] ERROR_TLS_HANDSHAKE certificate validation failed diff --git a/shellops/assets/ShellOps_12854aa7b8/init/runbooks/active.md b/shellops/assets/ShellOps_12854aa7b8/init/runbooks/active.md new file mode 100644 index 0000000000000000000000000000000000000000..770a2808b4e406d55382f766e7583297430fa7c5 --- /dev/null +++ b/shellops/assets/ShellOps_12854aa7b8/init/runbooks/active.md @@ -0,0 +1,20 @@ +# Incident Runbook +## ERROR_AUTH_FAILED +- Check IAM policies +- Revoke stale tokens + +## ERROR_DB_CONN_LOST +- Restart connection pool +- Verify DB health checks + +## ERROR_DB_DEADLOCK +- Identify blocking queries +- Adjust isolation levels + +## ERROR_TIMEOUT +- Scale upstream services +- Tune timeout thresholds + +## ERROR_TLS_HANDSHAKE +- Update trust store +- Verify certificate chain diff --git a/shellops/assets/ShellOps_128ca34ecb/gold/deployments.tsv b/shellops/assets/ShellOps_128ca34ecb/gold/deployments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ae7761e2744c7a3bd728f0515cd4b19f5d3108ac --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/gold/deployments.tsv @@ -0,0 +1,9 @@ +service tag +api-gateway live +payment-service live +user-auth stale +inventory-service live +notifications deprecated +analytics live +legacy-proxy stale +cache-worker live \ No newline at end of file diff --git a/shellops/assets/ShellOps_128ca34ecb/gold/distractor.conf b/shellops/assets/ShellOps_128ca34ecb/gold/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..c574ca77468a7018ef26331117eabd345ddf7709 --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/gold/distractor.conf @@ -0,0 +1,3 @@ +# Unrelated configuration +EXCLUDE_SERVICES=test-runner,mock-api +LOG_LEVEL=debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_128ca34ecb/gold/startup.log b/shellops/assets/ShellOps_128ca34ecb/gold/startup.log new file mode 100644 index 0000000000000000000000000000000000000000..a257febf4302ba4dabf8c6b45a0657ed494879b6 --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/gold/startup.log @@ -0,0 +1,7 @@ +[2024-10-05T08:12:33] service=api-gateway status=ready +[2024-10-05T08:14:01] service=payment-service status=starting +[2024-10-05T08:15:22] service=inventory-service status=failed +[2024-10-05T08:16:47] service=analytics status=ready +[2024-10-05T08:17:11] service=cache-worker status=ready +[2024-10-05T08:18:00] service=user-auth status=ready +[2024-10-05T08:19:33] service=legacy-proxy status=starting \ No newline at end of file diff --git a/shellops/assets/ShellOps_128ca34ecb/gold/verified_live.tsv b/shellops/assets/ShellOps_128ca34ecb/gold/verified_live.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c3e1302e3d411077d58356b5f8c40e27feab395b --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/gold/verified_live.tsv @@ -0,0 +1,5 @@ +analytics live +api-gateway live +cache-worker live +inventory-service live +payment-service live diff --git a/shellops/assets/ShellOps_128ca34ecb/init/deployments.tsv b/shellops/assets/ShellOps_128ca34ecb/init/deployments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ae7761e2744c7a3bd728f0515cd4b19f5d3108ac --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/init/deployments.tsv @@ -0,0 +1,9 @@ +service tag +api-gateway live +payment-service live +user-auth stale +inventory-service live +notifications deprecated +analytics live +legacy-proxy stale +cache-worker live \ No newline at end of file diff --git a/shellops/assets/ShellOps_128ca34ecb/init/distractor.conf b/shellops/assets/ShellOps_128ca34ecb/init/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..c574ca77468a7018ef26331117eabd345ddf7709 --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/init/distractor.conf @@ -0,0 +1,3 @@ +# Unrelated configuration +EXCLUDE_SERVICES=test-runner,mock-api +LOG_LEVEL=debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_128ca34ecb/init/startup.log b/shellops/assets/ShellOps_128ca34ecb/init/startup.log new file mode 100644 index 0000000000000000000000000000000000000000..a257febf4302ba4dabf8c6b45a0657ed494879b6 --- /dev/null +++ b/shellops/assets/ShellOps_128ca34ecb/init/startup.log @@ -0,0 +1,7 @@ +[2024-10-05T08:12:33] service=api-gateway status=ready +[2024-10-05T08:14:01] service=payment-service status=starting +[2024-10-05T08:15:22] service=inventory-service status=failed +[2024-10-05T08:16:47] service=analytics status=ready +[2024-10-05T08:17:11] service=cache-worker status=ready +[2024-10-05T08:18:00] service=user-auth status=ready +[2024-10-05T08:19:33] service=legacy-proxy status=starting \ No newline at end of file diff --git a/shellops/assets/ShellOps_12cc068d43/gold/march_prescriptions.csv b/shellops/assets/ShellOps_12cc068d43/gold/march_prescriptions.csv new file mode 100644 index 0000000000000000000000000000000000000000..39dfdeebab8e921b3536307d4cddc262a9c0d25b --- /dev/null +++ b/shellops/assets/ShellOps_12cc068d43/gold/march_prescriptions.csv @@ -0,0 +1,11 @@ +patient_id,date,prescription_type,frame_style,frame_material +1001,2024-03-05,Single Vision,Full Rim,Acetate +1002,2024-03-06,Progressive,Half Rim,Titanium +1003,2024-03-07,Bifocal,Full Rim,Stainless Steel +1004,2024-03-08,Single Vision,Rimless,Titanium +1005,2024-03-09,Progressive,Full Rim,Acetate +1006,2024-03-10,Bifocal,Half Rim,Stainless Steel +1007,2024-03-11,Single Vision,Full Rim,Acetate +1008,2024-03-12,Progressive,Half Rim,Titanium +1009,2024-03-13,Bifocal,Full Rim,Stainless Steel +1010,2024-03-14,Single Vision,Rimless,Titanium \ No newline at end of file diff --git a/shellops/assets/ShellOps_12cc068d43/gold/prescription_materials.tsv b/shellops/assets/ShellOps_12cc068d43/gold/prescription_materials.tsv new file mode 100644 index 0000000000000000000000000000000000000000..743db67d2d8aecb8b5dff696a399c013b908163e --- /dev/null +++ b/shellops/assets/ShellOps_12cc068d43/gold/prescription_materials.tsv @@ -0,0 +1,5 @@ +Bifocal Stainless Steel +Progressive Acetate +Progressive Titanium +Single Vision Acetate +Single Vision Titanium diff --git a/shellops/assets/ShellOps_12cc068d43/init/march_prescriptions.csv b/shellops/assets/ShellOps_12cc068d43/init/march_prescriptions.csv new file mode 100644 index 0000000000000000000000000000000000000000..39dfdeebab8e921b3536307d4cddc262a9c0d25b --- /dev/null +++ b/shellops/assets/ShellOps_12cc068d43/init/march_prescriptions.csv @@ -0,0 +1,11 @@ +patient_id,date,prescription_type,frame_style,frame_material +1001,2024-03-05,Single Vision,Full Rim,Acetate +1002,2024-03-06,Progressive,Half Rim,Titanium +1003,2024-03-07,Bifocal,Full Rim,Stainless Steel +1004,2024-03-08,Single Vision,Rimless,Titanium +1005,2024-03-09,Progressive,Full Rim,Acetate +1006,2024-03-10,Bifocal,Half Rim,Stainless Steel +1007,2024-03-11,Single Vision,Full Rim,Acetate +1008,2024-03-12,Progressive,Half Rim,Titanium +1009,2024-03-13,Bifocal,Full Rim,Stainless Steel +1010,2024-03-14,Single Vision,Rimless,Titanium \ No newline at end of file diff --git a/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/features.json b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/features.json new file mode 100644 index 0000000000000000000000000000000000000000..569892e04a73d3d355e825a82faca505a52e3ccf --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/features.json @@ -0,0 +1,9 @@ +{ + "flags": [ + {"name": "flag_alpha", "required": true, "description": "core auth feature"}, + {"name": "flag_beta", "required": false, "description": "experimental UI"}, + {"name": "flag_gamma", "required": true, "description": "billing integration"}, + {"name": "flag_delta", "required": false, "description": "legacy logging"}, + {"name": "flag_epsilon", "required": true, "description": "rate limiting"} + ] +} diff --git a/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/notes.md b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c421cdc715f57a32207515dfe7b18c2279d9c86e --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/notes.md @@ -0,0 +1 @@ +Ignored distractor notes file. diff --git a/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/reconciled_flags.txt b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/reconciled_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..96f8ccf1c9c68453ffd3506d778267f471078855 --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/reconciled_flags.txt @@ -0,0 +1,3 @@ +flag_alpha +flag_epsilon +flag_gamma diff --git a/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/runtime_status.log b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/runtime_status.log new file mode 100644 index 0000000000000000000000000000000000000000..c7a6c1e8c69d8ef301f1a8dca80581f00d7784bc --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/gold/deploy/runtime_status.log @@ -0,0 +1,6 @@ +flag_alpha:active +flag_beta:inactive +flag_gamma:active +flag_delta:inactive +flag_epsilon:active +flag_zeta:active diff --git a/shellops/assets/ShellOps_12d7c5dad9/init/deploy/features.json b/shellops/assets/ShellOps_12d7c5dad9/init/deploy/features.json new file mode 100644 index 0000000000000000000000000000000000000000..569892e04a73d3d355e825a82faca505a52e3ccf --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/init/deploy/features.json @@ -0,0 +1,9 @@ +{ + "flags": [ + {"name": "flag_alpha", "required": true, "description": "core auth feature"}, + {"name": "flag_beta", "required": false, "description": "experimental UI"}, + {"name": "flag_gamma", "required": true, "description": "billing integration"}, + {"name": "flag_delta", "required": false, "description": "legacy logging"}, + {"name": "flag_epsilon", "required": true, "description": "rate limiting"} + ] +} diff --git a/shellops/assets/ShellOps_12d7c5dad9/init/deploy/notes.md b/shellops/assets/ShellOps_12d7c5dad9/init/deploy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c421cdc715f57a32207515dfe7b18c2279d9c86e --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/init/deploy/notes.md @@ -0,0 +1 @@ +Ignored distractor notes file. diff --git a/shellops/assets/ShellOps_12d7c5dad9/init/deploy/runtime_status.log b/shellops/assets/ShellOps_12d7c5dad9/init/deploy/runtime_status.log new file mode 100644 index 0000000000000000000000000000000000000000..c7a6c1e8c69d8ef301f1a8dca80581f00d7784bc --- /dev/null +++ b/shellops/assets/ShellOps_12d7c5dad9/init/deploy/runtime_status.log @@ -0,0 +1,6 @@ +flag_alpha:active +flag_beta:inactive +flag_gamma:active +flag_delta:inactive +flag_epsilon:active +flag_zeta:active diff --git a/shellops/assets/ShellOps_12e906fb3c/gold/alert_frequency.out b/shellops/assets/ShellOps_12e906fb3c/gold/alert_frequency.out new file mode 100644 index 0000000000000000000000000000000000000000..8738e258f3cfdb48d789bbd0552780d4bd8dae9d --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/gold/alert_frequency.out @@ -0,0 +1,4 @@ + 5 .1.3.6.1.4.1.9.9.43.1 + 3 .1.3.6.1.6.3.1.1.5.3 + 2 .1.3.6.1.2.1.1.3.0 + 1 .1.3.6.1.2.1.1.5.0 diff --git a/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/.keep b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/core_router.out b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/core_router.out new file mode 100644 index 0000000000000000000000000000000000000000..82f834e5523c899093529ade182551a50ecc003a --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/core_router.out @@ -0,0 +1,4 @@ +2024-05-09T14:22:01Z host=router-a OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:22:03Z host=router-a OID: .1.3.6.1.2.1.1.3.0 SEVERITY: MINOR +2024-05-09T14:22:10Z host=router-a OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:23:11Z host=router-a OID: .1.3.6.1.6.3.1.1.5.3 SEVERITY: WARNING \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/firewall_cluster.out b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/firewall_cluster.out new file mode 100644 index 0000000000000000000000000000000000000000..29996025ff1fd7031bb7a9ddc1890e844c82d595 --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/firewall_cluster.out @@ -0,0 +1,2 @@ +2024-05-09T14:26:15Z host=firewall-1 OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:26:18Z host=firewall-1 OID: .1.3.6.1.2.1.1.5.0 SEVERITY: CRITICAL \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/loadbalancer.out b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/loadbalancer.out new file mode 100644 index 0000000000000000000000000000000000000000..c7e6b7082cac4b89ae38141e8eb354803757eeb2 --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/loadbalancer.out @@ -0,0 +1,2 @@ +2024-05-09T14:27:33Z host=lb-2 OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:27:40Z host=lb-2 OID: .1.3.6.1.6.3.1.1.5.3 SEVERITY: WARNING \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/switch_stack.out b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/switch_stack.out new file mode 100644 index 0000000000000000000000000000000000000000..1522e856fa593f243f1766311ce310dbd63f6806 --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/gold/snmp/traps/switch_stack.out @@ -0,0 +1,3 @@ +2024-05-09T14:25:02Z host=switch-3 OID: .1.3.6.1.2.1.1.3.0 SEVERITY: MINOR +2024-05-09T14:25:05Z host=switch-3 OID: .1.3.6.1.6.3.1.1.5.3 SEVERITY: WARNING +2024-05-09T14:25:07Z host=switch-3 OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/.keep b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/core_router.out b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/core_router.out new file mode 100644 index 0000000000000000000000000000000000000000..82f834e5523c899093529ade182551a50ecc003a --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/core_router.out @@ -0,0 +1,4 @@ +2024-05-09T14:22:01Z host=router-a OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:22:03Z host=router-a OID: .1.3.6.1.2.1.1.3.0 SEVERITY: MINOR +2024-05-09T14:22:10Z host=router-a OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:23:11Z host=router-a OID: .1.3.6.1.6.3.1.1.5.3 SEVERITY: WARNING \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/firewall_cluster.out b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/firewall_cluster.out new file mode 100644 index 0000000000000000000000000000000000000000..29996025ff1fd7031bb7a9ddc1890e844c82d595 --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/firewall_cluster.out @@ -0,0 +1,2 @@ +2024-05-09T14:26:15Z host=firewall-1 OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:26:18Z host=firewall-1 OID: .1.3.6.1.2.1.1.5.0 SEVERITY: CRITICAL \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/loadbalancer.out b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/loadbalancer.out new file mode 100644 index 0000000000000000000000000000000000000000..c7e6b7082cac4b89ae38141e8eb354803757eeb2 --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/loadbalancer.out @@ -0,0 +1,2 @@ +2024-05-09T14:27:33Z host=lb-2 OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR +2024-05-09T14:27:40Z host=lb-2 OID: .1.3.6.1.6.3.1.1.5.3 SEVERITY: WARNING \ No newline at end of file diff --git a/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/switch_stack.out b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/switch_stack.out new file mode 100644 index 0000000000000000000000000000000000000000..1522e856fa593f243f1766311ce310dbd63f6806 --- /dev/null +++ b/shellops/assets/ShellOps_12e906fb3c/init/snmp/traps/switch_stack.out @@ -0,0 +1,3 @@ +2024-05-09T14:25:02Z host=switch-3 OID: .1.3.6.1.2.1.1.3.0 SEVERITY: MINOR +2024-05-09T14:25:05Z host=switch-3 OID: .1.3.6.1.6.3.1.1.5.3 SEVERITY: WARNING +2024-05-09T14:25:07Z host=switch-3 OID: .1.3.6.1.4.1.9.9.43.1 SEVERITY: MAJOR \ No newline at end of file diff --git a/shellops/assets/ShellOps_132ade56aa/gold/qa_results/failures_only.txt b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/failures_only.txt new file mode 100644 index 0000000000000000000000000000000000000000..da996b99e8f607e5728e465fcf57aafd80d959a4 --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/failures_only.txt @@ -0,0 +1,2 @@ +core.db::QueryEngine::test_connection_timeout +utils.format::DateParser::test_leap_year diff --git a/shellops/assets/ShellOps_132ade56aa/gold/qa_results/flaky.txt b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/flaky.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f058d32220e80f9589a30fda7536bbe36343baf --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/flaky.txt @@ -0,0 +1,2 @@ +web.auth::LoginHandler::test_expired_token +integration.api::UserAPI::test_rate_limit diff --git a/shellops/assets/ShellOps_132ade56aa/gold/qa_results/notes.md b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0cb9ecc6dd96cc7981cd538d18188b5ec83288cb --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/notes.md @@ -0,0 +1 @@ +Flaky tests are tracked separately and should be excluded from failure reports. diff --git a/shellops/assets/ShellOps_132ade56aa/gold/qa_results/run_2024-06-01.log b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/run_2024-06-01.log new file mode 100644 index 0000000000000000000000000000000000000000..bb23e744f6f9a3bdc3d4ab489e77ef93d4fa7b22 --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/run_2024-06-01.log @@ -0,0 +1,5 @@ +PASS: core.utils::MathUtil::test_add +FAIL: core.db::QueryEngine::test_connection_timeout +FAIL: web.auth::LoginHandler::test_expired_token +PASS: core.utils::StringUtil::test_trim +FAIL: web.auth::LoginHandler::test_expired_token diff --git a/shellops/assets/ShellOps_132ade56aa/gold/qa_results/run_2024-06-02.log b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/run_2024-06-02.log new file mode 100644 index 0000000000000000000000000000000000000000..06a2910ee43a98efbb3c0f1e621a52fd8bc17796 --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/gold/qa_results/run_2024-06-02.log @@ -0,0 +1,5 @@ +PASS: core.db::QueryEngine::test_basic_query +FAIL: utils.format::DateParser::test_leap_year +FAIL: web.auth::LoginHandler::test_expired_token +PASS: core.utils::MathUtil::test_add +FAIL: integration.api::UserAPI::test_rate_limit diff --git a/shellops/assets/ShellOps_132ade56aa/init/qa_results/flaky.txt b/shellops/assets/ShellOps_132ade56aa/init/qa_results/flaky.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f058d32220e80f9589a30fda7536bbe36343baf --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/init/qa_results/flaky.txt @@ -0,0 +1,2 @@ +web.auth::LoginHandler::test_expired_token +integration.api::UserAPI::test_rate_limit diff --git a/shellops/assets/ShellOps_132ade56aa/init/qa_results/notes.md b/shellops/assets/ShellOps_132ade56aa/init/qa_results/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0cb9ecc6dd96cc7981cd538d18188b5ec83288cb --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/init/qa_results/notes.md @@ -0,0 +1 @@ +Flaky tests are tracked separately and should be excluded from failure reports. diff --git a/shellops/assets/ShellOps_132ade56aa/init/qa_results/run_2024-06-01.log b/shellops/assets/ShellOps_132ade56aa/init/qa_results/run_2024-06-01.log new file mode 100644 index 0000000000000000000000000000000000000000..bb23e744f6f9a3bdc3d4ab489e77ef93d4fa7b22 --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/init/qa_results/run_2024-06-01.log @@ -0,0 +1,5 @@ +PASS: core.utils::MathUtil::test_add +FAIL: core.db::QueryEngine::test_connection_timeout +FAIL: web.auth::LoginHandler::test_expired_token +PASS: core.utils::StringUtil::test_trim +FAIL: web.auth::LoginHandler::test_expired_token diff --git a/shellops/assets/ShellOps_132ade56aa/init/qa_results/run_2024-06-02.log b/shellops/assets/ShellOps_132ade56aa/init/qa_results/run_2024-06-02.log new file mode 100644 index 0000000000000000000000000000000000000000..06a2910ee43a98efbb3c0f1e621a52fd8bc17796 --- /dev/null +++ b/shellops/assets/ShellOps_132ade56aa/init/qa_results/run_2024-06-02.log @@ -0,0 +1,5 @@ +PASS: core.db::QueryEngine::test_basic_query +FAIL: utils.format::DateParser::test_leap_year +FAIL: web.auth::LoginHandler::test_expired_token +PASS: core.utils::MathUtil::test_add +FAIL: integration.api::UserAPI::test_rate_limit diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/approved_devices.txt b/shellops/assets/ShellOps_132ca4e22a/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..07e66a860e371a9ddf87a335068d6ff42a1b2162 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/approved_devices.txt @@ -0,0 +1,8 @@ +dev_alpha +dev_beta +dev_gamma +dev_delta +dev_epsilon +dev_zeta +dev_eta +dev_theta \ No newline at end of file diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/missing_from_telemetry.txt b/shellops/assets/ShellOps_132ca4e22a/gold/missing_from_telemetry.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b75feaef2cfa50cfd3bfbcd04a439554434ee60 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/missing_from_telemetry.txt @@ -0,0 +1,4 @@ +dev_delta +dev_epsilon +dev_eta +dev_theta diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/notes/irrelevant.md b/shellops/assets/ShellOps_132ca4e22a/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..363adf61d3835dc60666869fafa3649b0fa00dd3 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +This file is a distractor and should not affect the result. +- dev_alpha appears in telemetry +- dev_theta is missing diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_alpha.xml b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..46d435c67e387500d4d52b5fa1dedb2cefda0bc9 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_alpha.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_beta.xml b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..7714e1402e38284f6be1f94fde78443d04048eae --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_beta.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_gamma.xml b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_gamma.xml new file mode 100644 index 0000000000000000000000000000000000000000..2b18ea52fa291ba95d270d49a2cf9f1c86947503 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_gamma.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_zeta.xml b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_zeta.xml new file mode 100644 index 0000000000000000000000000000000000000000..da32fc7e8d391631ac4a30821e07b14249c4995e --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/gold/telemetry/device_zeta.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/init/approved_devices.txt b/shellops/assets/ShellOps_132ca4e22a/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..07e66a860e371a9ddf87a335068d6ff42a1b2162 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/init/approved_devices.txt @@ -0,0 +1,8 @@ +dev_alpha +dev_beta +dev_gamma +dev_delta +dev_epsilon +dev_zeta +dev_eta +dev_theta \ No newline at end of file diff --git a/shellops/assets/ShellOps_132ca4e22a/init/notes/irrelevant.md b/shellops/assets/ShellOps_132ca4e22a/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..363adf61d3835dc60666869fafa3649b0fa00dd3 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +This file is a distractor and should not affect the result. +- dev_alpha appears in telemetry +- dev_theta is missing diff --git a/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_alpha.xml b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..46d435c67e387500d4d52b5fa1dedb2cefda0bc9 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_alpha.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_beta.xml b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..7714e1402e38284f6be1f94fde78443d04048eae --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_beta.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_gamma.xml b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_gamma.xml new file mode 100644 index 0000000000000000000000000000000000000000..2b18ea52fa291ba95d270d49a2cf9f1c86947503 --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_gamma.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_zeta.xml b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_zeta.xml new file mode 100644 index 0000000000000000000000000000000000000000..da32fc7e8d391631ac4a30821e07b14249c4995e --- /dev/null +++ b/shellops/assets/ShellOps_132ca4e22a/init/telemetry/device_zeta.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_1335dfd225/gold/manifests/.keep b/shellops/assets/ShellOps_1335dfd225/gold/manifests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1335dfd225/gold/manifests/core.json b/shellops/assets/ShellOps_1335dfd225/gold/manifests/core.json new file mode 100644 index 0000000000000000000000000000000000000000..62b13775ac6ce78487483d58a23c1d2f8ff9fd9a --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/gold/manifests/core.json @@ -0,0 +1,6 @@ +{ + "modules": [ + {"name": "utils", "version": "1.2.0", "path": "src/utils"}, + {"name": "auth", "version": "2.0.1", "path": "src/auth"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1335dfd225/gold/manifests/legacy.json b/shellops/assets/ShellOps_1335dfd225/gold/manifests/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..283d3a5c4af9039a63c9439411aa15ef3b647285 --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/gold/manifests/legacy.json @@ -0,0 +1,6 @@ +{ + "modules": [ + {"name": "utils", "version": "1.1.0", "path": "src/old/utils"}, + {"name": "plugin_a", "version": "0.8.0", "path": "plugins/old/a"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1335dfd225/gold/manifests/plugins.json b/shellops/assets/ShellOps_1335dfd225/gold/manifests/plugins.json new file mode 100644 index 0000000000000000000000000000000000000000..354df1711e629d4a0bb5cc49b1c53f33806cedc2 --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/gold/manifests/plugins.json @@ -0,0 +1,6 @@ +{ + "modules": [ + {"name": "plugin_a", "version": "0.9.0", "path": "plugins/a"}, + {"name": "plugin_b", "version": "1.0.0", "path": "plugins/b"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1335dfd225/gold/module_index.json b/shellops/assets/ShellOps_1335dfd225/gold/module_index.json new file mode 100644 index 0000000000000000000000000000000000000000..65b9b1a616983bd7dfa7818ae72900ae1db32eb6 --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/gold/module_index.json @@ -0,0 +1,24 @@ +{ + "modules": [ + { + "name": "auth", + "version": "2.0.1", + "path": "src/auth" + }, + { + "name": "plugin_a", + "version": "0.9.0", + "path": "plugins/a" + }, + { + "name": "plugin_b", + "version": "1.0.0", + "path": "plugins/b" + }, + { + "name": "utils", + "version": "1.2.0", + "path": "src/utils" + } + ] +} diff --git a/shellops/assets/ShellOps_1335dfd225/init/manifests/.keep b/shellops/assets/ShellOps_1335dfd225/init/manifests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1335dfd225/init/manifests/core.json b/shellops/assets/ShellOps_1335dfd225/init/manifests/core.json new file mode 100644 index 0000000000000000000000000000000000000000..62b13775ac6ce78487483d58a23c1d2f8ff9fd9a --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/init/manifests/core.json @@ -0,0 +1,6 @@ +{ + "modules": [ + {"name": "utils", "version": "1.2.0", "path": "src/utils"}, + {"name": "auth", "version": "2.0.1", "path": "src/auth"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1335dfd225/init/manifests/legacy.json b/shellops/assets/ShellOps_1335dfd225/init/manifests/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..283d3a5c4af9039a63c9439411aa15ef3b647285 --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/init/manifests/legacy.json @@ -0,0 +1,6 @@ +{ + "modules": [ + {"name": "utils", "version": "1.1.0", "path": "src/old/utils"}, + {"name": "plugin_a", "version": "0.8.0", "path": "plugins/old/a"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1335dfd225/init/manifests/plugins.json b/shellops/assets/ShellOps_1335dfd225/init/manifests/plugins.json new file mode 100644 index 0000000000000000000000000000000000000000..354df1711e629d4a0bb5cc49b1c53f33806cedc2 --- /dev/null +++ b/shellops/assets/ShellOps_1335dfd225/init/manifests/plugins.json @@ -0,0 +1,6 @@ +{ + "modules": [ + {"name": "plugin_a", "version": "0.9.0", "path": "plugins/a"}, + {"name": "plugin_b", "version": "1.0.0", "path": "plugins/b"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1351a5b8ad/gold/cleaned_telemetry.json b/shellops/assets/ShellOps_1351a5b8ad/gold/cleaned_telemetry.json new file mode 100644 index 0000000000000000000000000000000000000000..d43f55a88460802e3dd2a2ea4016cf567b6518cb --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/gold/cleaned_telemetry.json @@ -0,0 +1,16 @@ +{ + "sessions": [ + { + "id": "A1", + "last_updated": "2024-03-10T12:00:00Z" + }, + { + "id": "A2", + "last_updated": "2024-03-10T16:00:00Z" + }, + { + "id": "B1", + "last_updated": "2024-03-10T11:00:00Z" + } + ] +} diff --git a/shellops/assets/ShellOps_1351a5b8ad/gold/notes.md b/shellops/assets/ShellOps_1351a5b8ad/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6f446a3d49ff789aa765944f80f599d224befacc --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/gold/notes.md @@ -0,0 +1 @@ +Telemetry format includes session arrays with ISO timestamps. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1351a5b8ad/gold/telemetry/device_a.json b/shellops/assets/ShellOps_1351a5b8ad/gold/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..e2324e88e88e75a2c7a5dc19685d5d9084a4a9e2 --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/gold/telemetry/device_a.json @@ -0,0 +1 @@ +{"sessions": [{"id": "A1", "last_updated": "2024-03-10T12:00:00Z"}, {"id": "A2", "last_updated": "2024-03-10T14:00:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1351a5b8ad/gold/telemetry/device_b.json b/shellops/assets/ShellOps_1351a5b8ad/gold/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..0de597d09bffea6206df4156cc6396de331acc99 --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/gold/telemetry/device_b.json @@ -0,0 +1 @@ +{"sessions": [{"id": "A2", "last_updated": "2024-03-10T16:00:00Z"}, {"id": "B1", "last_updated": "2024-03-10T11:00:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1351a5b8ad/init/notes.md b/shellops/assets/ShellOps_1351a5b8ad/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6f446a3d49ff789aa765944f80f599d224befacc --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/init/notes.md @@ -0,0 +1 @@ +Telemetry format includes session arrays with ISO timestamps. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1351a5b8ad/init/telemetry/device_a.json b/shellops/assets/ShellOps_1351a5b8ad/init/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..e2324e88e88e75a2c7a5dc19685d5d9084a4a9e2 --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/init/telemetry/device_a.json @@ -0,0 +1 @@ +{"sessions": [{"id": "A1", "last_updated": "2024-03-10T12:00:00Z"}, {"id": "A2", "last_updated": "2024-03-10T14:00:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1351a5b8ad/init/telemetry/device_b.json b/shellops/assets/ShellOps_1351a5b8ad/init/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..0de597d09bffea6206df4156cc6396de331acc99 --- /dev/null +++ b/shellops/assets/ShellOps_1351a5b8ad/init/telemetry/device_b.json @@ -0,0 +1 @@ +{"sessions": [{"id": "A2", "last_updated": "2024-03-10T16:00:00Z"}, {"id": "B1", "last_updated": "2024-03-10T11:00:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_13529909cc/gold/certs/endpoints.xml b/shellops/assets/ShellOps_13529909cc/gold/certs/endpoints.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee944e4b24b289193f9cd6bc61a6ac3623abb4d4 --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/gold/certs/endpoints.xml @@ -0,0 +1,15 @@ + + + + alpha + MII... + + + gamma + MII... + + + epsilon + MII... + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_13529909cc/gold/notes/irrelevant.md b/shellops/assets/ShellOps_13529909cc/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..f6dde4533e6e3ee2dd8f75389eabdaf22fe4bf72 --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Maintenance notes +- Ignore legacy hosts in targets/legacy_hosts.txt diff --git a/shellops/assets/ShellOps_13529909cc/gold/reports/missing_hosts.txt b/shellops/assets/ShellOps_13529909cc/gold/reports/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..251e73350f50fdf0ff5c78a9beb7adbbc1c820d3 --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/gold/reports/missing_hosts.txt @@ -0,0 +1,3 @@ +beta +delta +zeta diff --git a/shellops/assets/ShellOps_13529909cc/gold/targets/active_hosts.txt b/shellops/assets/ShellOps_13529909cc/gold/targets/active_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0e73ba8e7ff0db4ebb90ae46a7aca5948f6154a --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/gold/targets/active_hosts.txt @@ -0,0 +1,6 @@ +alpha +beta +gamma +delta +epsilon +zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_13529909cc/init/certs/endpoints.xml b/shellops/assets/ShellOps_13529909cc/init/certs/endpoints.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee944e4b24b289193f9cd6bc61a6ac3623abb4d4 --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/init/certs/endpoints.xml @@ -0,0 +1,15 @@ + + + + alpha + MII... + + + gamma + MII... + + + epsilon + MII... + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_13529909cc/init/notes/irrelevant.md b/shellops/assets/ShellOps_13529909cc/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..f6dde4533e6e3ee2dd8f75389eabdaf22fe4bf72 --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Maintenance notes +- Ignore legacy hosts in targets/legacy_hosts.txt diff --git a/shellops/assets/ShellOps_13529909cc/init/targets/active_hosts.txt b/shellops/assets/ShellOps_13529909cc/init/targets/active_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0e73ba8e7ff0db4ebb90ae46a7aca5948f6154a --- /dev/null +++ b/shellops/assets/ShellOps_13529909cc/init/targets/active_hosts.txt @@ -0,0 +1,6 @@ +alpha +beta +gamma +delta +epsilon +zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/archive/old-config.yml b/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/archive/old-config.yml new file mode 100644 index 0000000000000000000000000000000000000000..a6898bc55820f2d49306d10da9d567fdbba50859 --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/archive/old-config.yml @@ -0,0 +1,2 @@ +# DEPRECATED +url: laundry-svc.newcorp.net \ No newline at end of file diff --git a/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/tracker-east.yml b/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/tracker-east.yml new file mode 100644 index 0000000000000000000000000000000000000000..1779507f10a154ca7f486f27d530197fa8bf893a --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/tracker-east.yml @@ -0,0 +1,2 @@ +endpoint: https://laundry-svc.newcorp.net/queue +retries: 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/tracker-west.yml b/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/tracker-west.yml new file mode 100644 index 0000000000000000000000000000000000000000..46a073b752188b09c3a5a0cda316f13e387140d1 --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/gold/configs/trackers/tracker-west.yml @@ -0,0 +1,2 @@ +endpoint: http://laundry-v1.oldcorp.com/v1/process +allows_legacy_domains: true \ No newline at end of file diff --git a/shellops/assets/ShellOps_136a286e32/gold/renewal.log b/shellops/assets/ShellOps_136a286e32/gold/renewal.log new file mode 100644 index 0000000000000000000000000000000000000000..9e845b25626e50a91ef6955eff8f5a8e1bb38002 --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/gold/renewal.log @@ -0,0 +1,2 @@ +configs/trackers/tracker-east.yml +configs/trackers/archive/old-config.yml diff --git a/shellops/assets/ShellOps_136a286e32/init/configs/trackers/archive/old-config.yml b/shellops/assets/ShellOps_136a286e32/init/configs/trackers/archive/old-config.yml new file mode 100644 index 0000000000000000000000000000000000000000..32a48331d7131cadfa032b0e9de609fb1099b70f --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/init/configs/trackers/archive/old-config.yml @@ -0,0 +1,2 @@ +# DEPRECATED +url: laundry-v1.oldcorp.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_136a286e32/init/configs/trackers/tracker-east.yml b/shellops/assets/ShellOps_136a286e32/init/configs/trackers/tracker-east.yml new file mode 100644 index 0000000000000000000000000000000000000000..baf871e08bbbcefd9ac55eaba368cc688f2e6ad1 --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/init/configs/trackers/tracker-east.yml @@ -0,0 +1,2 @@ +endpoint: https://laundry-v1.oldcorp.com/queue +retries: 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_136a286e32/init/configs/trackers/tracker-west.yml b/shellops/assets/ShellOps_136a286e32/init/configs/trackers/tracker-west.yml new file mode 100644 index 0000000000000000000000000000000000000000..46a073b752188b09c3a5a0cda316f13e387140d1 --- /dev/null +++ b/shellops/assets/ShellOps_136a286e32/init/configs/trackers/tracker-west.yml @@ -0,0 +1,2 @@ +endpoint: http://laundry-v1.oldcorp.com/v1/process +allows_legacy_domains: true \ No newline at end of file diff --git a/shellops/assets/ShellOps_137230fbde/gold/contracts/current.json b/shellops/assets/ShellOps_137230fbde/gold/contracts/current.json new file mode 100644 index 0000000000000000000000000000000000000000..48356f35aa4020e1140d74311137f0d4e5fd1c00 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/gold/contracts/current.json @@ -0,0 +1,7 @@ +[ + {"contract_id": "C100", "status": "active", "client": "Alpha Inc"}, + {"contract_id": "C101", "status": "archived", "client": "Beta LLC"}, + {"contract_id": "C102", "status": "active", "client": "Gamma Corp"}, + {"contract_id": "C103", "status": "draft", "client": "Delta Ltd"}, + {"contract_id": "C104", "status": "active", "client": "Epsilon GmbH"} +] diff --git a/shellops/assets/ShellOps_137230fbde/gold/contracts/renewals.tsv b/shellops/assets/ShellOps_137230fbde/gold/contracts/renewals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0c4bad50129c2b48a419f2682bdcefc37872db71 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/gold/contracts/renewals.tsv @@ -0,0 +1,4 @@ +contract_id status +C100 pending +C102 approved +C103 requested diff --git a/shellops/assets/ShellOps_137230fbde/gold/notes/readme.md b/shellops/assets/ShellOps_137230fbde/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..47204cf686558c46fb4bdc56dde79688bbfb68d2 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/gold/notes/readme.md @@ -0,0 +1 @@ +Distractor notes file to ensure we read only the necessary inputs. diff --git a/shellops/assets/ShellOps_137230fbde/gold/report/active_with_renewals.tsv b/shellops/assets/ShellOps_137230fbde/gold/report/active_with_renewals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..aaacc1021a45e9329eeb8f99c88f10ca102b8a73 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/gold/report/active_with_renewals.tsv @@ -0,0 +1,3 @@ +C100 pending +C102 approved +C104 none diff --git a/shellops/assets/ShellOps_137230fbde/init/contracts/current.json b/shellops/assets/ShellOps_137230fbde/init/contracts/current.json new file mode 100644 index 0000000000000000000000000000000000000000..48356f35aa4020e1140d74311137f0d4e5fd1c00 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/init/contracts/current.json @@ -0,0 +1,7 @@ +[ + {"contract_id": "C100", "status": "active", "client": "Alpha Inc"}, + {"contract_id": "C101", "status": "archived", "client": "Beta LLC"}, + {"contract_id": "C102", "status": "active", "client": "Gamma Corp"}, + {"contract_id": "C103", "status": "draft", "client": "Delta Ltd"}, + {"contract_id": "C104", "status": "active", "client": "Epsilon GmbH"} +] diff --git a/shellops/assets/ShellOps_137230fbde/init/contracts/renewals.tsv b/shellops/assets/ShellOps_137230fbde/init/contracts/renewals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0c4bad50129c2b48a419f2682bdcefc37872db71 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/init/contracts/renewals.tsv @@ -0,0 +1,4 @@ +contract_id status +C100 pending +C102 approved +C103 requested diff --git a/shellops/assets/ShellOps_137230fbde/init/notes/readme.md b/shellops/assets/ShellOps_137230fbde/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..47204cf686558c46fb4bdc56dde79688bbfb68d2 --- /dev/null +++ b/shellops/assets/ShellOps_137230fbde/init/notes/readme.md @@ -0,0 +1 @@ +Distractor notes file to ensure we read only the necessary inputs. diff --git a/shellops/assets/ShellOps_1389f387fe/gold/audit/2024_05_23.txt b/shellops/assets/ShellOps_1389f387fe/gold/audit/2024_05_23.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d322392aa78e8f44804e693fbf99d5395322193 --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/gold/audit/2024_05_23.txt @@ -0,0 +1,6 @@ +backend_worker +frontend_api +cache_cluster +monitoring_agent +load_balancer +message_queue diff --git a/shellops/assets/ShellOps_1389f387fe/gold/profiles/active.cnf b/shellops/assets/ShellOps_1389f387fe/gold/profiles/active.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d12e357f14282aebaa7a6098a7f680a512f5998c --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/gold/profiles/active.cnf @@ -0,0 +1,10 @@ +# Active deployment profiles (per environment) +frontend_api +backend_worker +# legacy profile (archived) +# old_scheduler +cache_cluster +database_primary +# database_secondary (standby) +load_balancer +message_queue diff --git a/shellops/assets/ShellOps_1389f387fe/gold/profiles/notes.md b/shellops/assets/ShellOps_1389f387fe/gold/profiles/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..abe583cb0041ad85fa3bd527360a7cf17c39954a --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/gold/profiles/notes.md @@ -0,0 +1,5 @@ +# Deployment notes + +- The active.cnf file lists profiles currently in use. +- The audit file contains profiles that passed the latest security scan. +- Profiles like 'monitoring_agent' are not part of the deployment set but appear in the audit. diff --git a/shellops/assets/ShellOps_1389f387fe/gold/reports/.keep b/shellops/assets/ShellOps_1389f387fe/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1389f387fe/gold/reports/matched_profiles.out b/shellops/assets/ShellOps_1389f387fe/gold/reports/matched_profiles.out new file mode 100644 index 0000000000000000000000000000000000000000..48564917ea1c4754a0c09420003851ec0d23ba40 --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/gold/reports/matched_profiles.out @@ -0,0 +1,5 @@ +backend_worker +cache_cluster +frontend_api +load_balancer +message_queue diff --git a/shellops/assets/ShellOps_1389f387fe/init/audit/2024_05_23.txt b/shellops/assets/ShellOps_1389f387fe/init/audit/2024_05_23.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d322392aa78e8f44804e693fbf99d5395322193 --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/init/audit/2024_05_23.txt @@ -0,0 +1,6 @@ +backend_worker +frontend_api +cache_cluster +monitoring_agent +load_balancer +message_queue diff --git a/shellops/assets/ShellOps_1389f387fe/init/profiles/active.cnf b/shellops/assets/ShellOps_1389f387fe/init/profiles/active.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d12e357f14282aebaa7a6098a7f680a512f5998c --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/init/profiles/active.cnf @@ -0,0 +1,10 @@ +# Active deployment profiles (per environment) +frontend_api +backend_worker +# legacy profile (archived) +# old_scheduler +cache_cluster +database_primary +# database_secondary (standby) +load_balancer +message_queue diff --git a/shellops/assets/ShellOps_1389f387fe/init/profiles/notes.md b/shellops/assets/ShellOps_1389f387fe/init/profiles/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..abe583cb0041ad85fa3bd527360a7cf17c39954a --- /dev/null +++ b/shellops/assets/ShellOps_1389f387fe/init/profiles/notes.md @@ -0,0 +1,5 @@ +# Deployment notes + +- The active.cnf file lists profiles currently in use. +- The audit file contains profiles that passed the latest security scan. +- Profiles like 'monitoring_agent' are not part of the deployment set but appear in the audit. diff --git a/shellops/assets/ShellOps_1389f387fe/init/reports/.keep b/shellops/assets/ShellOps_1389f387fe/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_138a20ddc5/gold/orders/.keep b/shellops/assets/ShellOps_138a20ddc5/gold/orders/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_138a20ddc5/gold/orders/missing_orders.txt b/shellops/assets/ShellOps_138a20ddc5/gold/orders/missing_orders.txt new file mode 100644 index 0000000000000000000000000000000000000000..922d2d4b699bf00d269a69176211c1cc3754cd75 --- /dev/null +++ b/shellops/assets/ShellOps_138a20ddc5/gold/orders/missing_orders.txt @@ -0,0 +1,2 @@ +1002 +1006 diff --git a/shellops/assets/ShellOps_138a20ddc5/gold/orders/orders_2024-10.tsv b/shellops/assets/ShellOps_138a20ddc5/gold/orders/orders_2024-10.tsv new file mode 100644 index 0000000000000000000000000000000000000000..733010e8754182c6566354c9822c4f7ac4bf3c1f --- /dev/null +++ b/shellops/assets/ShellOps_138a20ddc5/gold/orders/orders_2024-10.tsv @@ -0,0 +1,6 @@ +order_id customer amount +1001 Alice 120.50 +1002 Bob 89.99 +1003 Charlie 45.00 +1005 Eve 200.00 +1006 Frank 75.25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_138a20ddc5/gold/orders/orders_2024-11.tsv b/shellops/assets/ShellOps_138a20ddc5/gold/orders/orders_2024-11.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5fefbe5f805a8e0420f8bd7f4ed8af9cbe791c70 --- /dev/null +++ b/shellops/assets/ShellOps_138a20ddc5/gold/orders/orders_2024-11.tsv @@ -0,0 +1,5 @@ +order_id customer amount +1001 Alice 130.00 +1003 Charlie 50.00 +1004 David 99.99 +1005 Eve 210.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_138a20ddc5/init/orders/.keep b/shellops/assets/ShellOps_138a20ddc5/init/orders/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_138a20ddc5/init/orders/orders_2024-10.tsv b/shellops/assets/ShellOps_138a20ddc5/init/orders/orders_2024-10.tsv new file mode 100644 index 0000000000000000000000000000000000000000..733010e8754182c6566354c9822c4f7ac4bf3c1f --- /dev/null +++ b/shellops/assets/ShellOps_138a20ddc5/init/orders/orders_2024-10.tsv @@ -0,0 +1,6 @@ +order_id customer amount +1001 Alice 120.50 +1002 Bob 89.99 +1003 Charlie 45.00 +1005 Eve 200.00 +1006 Frank 75.25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_138a20ddc5/init/orders/orders_2024-11.tsv b/shellops/assets/ShellOps_138a20ddc5/init/orders/orders_2024-11.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5fefbe5f805a8e0420f8bd7f4ed8af9cbe791c70 --- /dev/null +++ b/shellops/assets/ShellOps_138a20ddc5/init/orders/orders_2024-11.tsv @@ -0,0 +1,5 @@ +order_id customer amount +1001 Alice 130.00 +1003 Charlie 50.00 +1004 David 99.99 +1005 Eve 210.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/.keep b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/api_endpoints.diff b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/api_endpoints.diff new file mode 100644 index 0000000000000000000000000000000000000000..8d7715ac8992da89bb4ffb5316d4497533d19a3f --- /dev/null +++ b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/api_endpoints.diff @@ -0,0 +1,10 @@ +<<<<<<< HEAD +GET /users +======= +GET /v1/users +>>>>>>> backup-branch +<<<<<<< HEAD +POST /users +======= +POST /v1/users +>>>>>>> backup-branch diff --git a/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/auth_middleware.diff b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/auth_middleware.diff new file mode 100644 index 0000000000000000000000000000000000000000..5a0fc1a5b56424409b20e1a585b2ba358d3215ff --- /dev/null +++ b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/auth_middleware.diff @@ -0,0 +1,2 @@ +// No conflicts here +function validateToken() {} diff --git a/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/db_schema.diff b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/db_schema.diff new file mode 100644 index 0000000000000000000000000000000000000000..45e1faba58bdaa2347a180b85844fca510a9ad29 --- /dev/null +++ b/shellops/assets/ShellOps_13a3d2d4b2/gold/patches/db_schema.diff @@ -0,0 +1,5 @@ +<<<<<<< HEAD +ALTER TABLE users ADD COLUMN last_login TIMESTAMP; +======= +ALTER TABLE users DROP COLUMN last_login; +>>>>>>> backup-branch diff --git a/shellops/assets/ShellOps_13a3d2d4b2/init/patches/.keep b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_13a3d2d4b2/init/patches/api_endpoints.diff b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/api_endpoints.diff new file mode 100644 index 0000000000000000000000000000000000000000..8d7715ac8992da89bb4ffb5316d4497533d19a3f --- /dev/null +++ b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/api_endpoints.diff @@ -0,0 +1,10 @@ +<<<<<<< HEAD +GET /users +======= +GET /v1/users +>>>>>>> backup-branch +<<<<<<< HEAD +POST /users +======= +POST /v1/users +>>>>>>> backup-branch diff --git a/shellops/assets/ShellOps_13a3d2d4b2/init/patches/auth_middleware.diff b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/auth_middleware.diff new file mode 100644 index 0000000000000000000000000000000000000000..5a0fc1a5b56424409b20e1a585b2ba358d3215ff --- /dev/null +++ b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/auth_middleware.diff @@ -0,0 +1,2 @@ +// No conflicts here +function validateToken() {} diff --git a/shellops/assets/ShellOps_13a3d2d4b2/init/patches/db_schema.diff b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/db_schema.diff new file mode 100644 index 0000000000000000000000000000000000000000..45e1faba58bdaa2347a180b85844fca510a9ad29 --- /dev/null +++ b/shellops/assets/ShellOps_13a3d2d4b2/init/patches/db_schema.diff @@ -0,0 +1,5 @@ +<<<<<<< HEAD +ALTER TABLE users ADD COLUMN last_login TIMESTAMP; +======= +ALTER TABLE users DROP COLUMN last_login; +>>>>>>> backup-branch diff --git a/shellops/assets/ShellOps_13aac6ce17/gold/manifests/archive/old.map b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/archive/old.map new file mode 100644 index 0000000000000000000000000000000000000000..c49d298c3bfc0d9f813a9c409b4cb1cd64c2d2c5 --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/archive/old.map @@ -0,0 +1 @@ +ZZ999:100 diff --git a/shellops/assets/ShellOps_13aac6ce17/gold/manifests/consolidated.map b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/consolidated.map new file mode 100644 index 0000000000000000000000000000000000000000..76ea35e1b7a30c114e465b06ed6a11975a321a61 --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/consolidated.map @@ -0,0 +1,7 @@ +AA001:12 +AA002:15 +AA003:15 +AA004:15 +AA005:20 +AA006:6 +AA007:6 diff --git a/shellops/assets/ShellOps_13aac6ce17/gold/manifests/inventory_a.map b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/inventory_a.map new file mode 100644 index 0000000000000000000000000000000000000000..f7e9180708cb2fcd23b0ee340ebcc4de03dee57e --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/inventory_a.map @@ -0,0 +1,5 @@ +AA001:12 +AA002:8 +AA003:5 +AA005:20 +AA007:3 diff --git a/shellops/assets/ShellOps_13aac6ce17/gold/manifests/inventory_b.map b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/inventory_b.map new file mode 100644 index 0000000000000000000000000000000000000000..a951fce8324f88b9bb894b6f2bd1518d350b345b --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/gold/manifests/inventory_b.map @@ -0,0 +1,5 @@ +AA002:7 +AA003:10 +AA004:15 +AA006:6 +AA007:3 diff --git a/shellops/assets/ShellOps_13aac6ce17/init/manifests/archive/old.map b/shellops/assets/ShellOps_13aac6ce17/init/manifests/archive/old.map new file mode 100644 index 0000000000000000000000000000000000000000..c49d298c3bfc0d9f813a9c409b4cb1cd64c2d2c5 --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/init/manifests/archive/old.map @@ -0,0 +1 @@ +ZZ999:100 diff --git a/shellops/assets/ShellOps_13aac6ce17/init/manifests/inventory_a.map b/shellops/assets/ShellOps_13aac6ce17/init/manifests/inventory_a.map new file mode 100644 index 0000000000000000000000000000000000000000..f7e9180708cb2fcd23b0ee340ebcc4de03dee57e --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/init/manifests/inventory_a.map @@ -0,0 +1,5 @@ +AA001:12 +AA002:8 +AA003:5 +AA005:20 +AA007:3 diff --git a/shellops/assets/ShellOps_13aac6ce17/init/manifests/inventory_b.map b/shellops/assets/ShellOps_13aac6ce17/init/manifests/inventory_b.map new file mode 100644 index 0000000000000000000000000000000000000000..a951fce8324f88b9bb894b6f2bd1518d350b345b --- /dev/null +++ b/shellops/assets/ShellOps_13aac6ce17/init/manifests/inventory_b.map @@ -0,0 +1,5 @@ +AA002:7 +AA003:10 +AA004:15 +AA006:6 +AA007:3 diff --git a/shellops/assets/ShellOps_13b081f883/gold/baseline/approved_modules.txt b/shellops/assets/ShellOps_13b081f883/gold/baseline/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..85c30401ce288f253613cb07ee32e62128089caa --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/gold/baseline/approved_modules.txt @@ -0,0 +1,3 @@ +alpha +beta +gamma diff --git a/shellops/assets/ShellOps_13b081f883/gold/deployment/modules.xml b/shellops/assets/ShellOps_13b081f883/gold/deployment/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ef9b6bebf2b200c28652aab62cfd038019860ce --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/gold/deployment/modules.xml @@ -0,0 +1,11 @@ + + + + alpha + beta + gamma + delta + epsilon + zeta + + diff --git a/shellops/assets/ShellOps_13b081f883/gold/notes/irrelevant.md b/shellops/assets/ShellOps_13b081f883/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7062a7204099604144784d69d879146fda140a57 --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/gold/notes/irrelevant.md @@ -0,0 +1,7 @@ +# Deployment checklist +- alpha: deployed +- beta: deployed +- gamma: deployed +- delta: pending approval +- epsilon: pending approval +- zeta: pending approval diff --git a/shellops/assets/ShellOps_13b081f883/gold/reports/missing_modules.txt b/shellops/assets/ShellOps_13b081f883/gold/reports/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c9da1ed23c3b0d2ceac434fd77a52ab76661731 --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/gold/reports/missing_modules.txt @@ -0,0 +1,3 @@ +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_13b081f883/init/baseline/approved_modules.txt b/shellops/assets/ShellOps_13b081f883/init/baseline/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..85c30401ce288f253613cb07ee32e62128089caa --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/init/baseline/approved_modules.txt @@ -0,0 +1,3 @@ +alpha +beta +gamma diff --git a/shellops/assets/ShellOps_13b081f883/init/deployment/modules.xml b/shellops/assets/ShellOps_13b081f883/init/deployment/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ef9b6bebf2b200c28652aab62cfd038019860ce --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/init/deployment/modules.xml @@ -0,0 +1,11 @@ + + + + alpha + beta + gamma + delta + epsilon + zeta + + diff --git a/shellops/assets/ShellOps_13b081f883/init/notes/irrelevant.md b/shellops/assets/ShellOps_13b081f883/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7062a7204099604144784d69d879146fda140a57 --- /dev/null +++ b/shellops/assets/ShellOps_13b081f883/init/notes/irrelevant.md @@ -0,0 +1,7 @@ +# Deployment checklist +- alpha: deployed +- beta: deployed +- gamma: deployed +- delta: pending approval +- epsilon: pending approval +- zeta: pending approval diff --git a/shellops/assets/ShellOps_13ba9b0ffb/gold/central/global_registry.json b/shellops/assets/ShellOps_13ba9b0ffb/gold/central/global_registry.json new file mode 100644 index 0000000000000000000000000000000000000000..fcc2eae090efd6ea522d16f937d8265a2db95663 --- /dev/null +++ b/shellops/assets/ShellOps_13ba9b0ffb/gold/central/global_registry.json @@ -0,0 +1,10 @@ +{ + "registryName": "Primary Opt‑In Registry", + "users": [ + { "id": "U100", "registeredAt": "2024-03-01T08:00:00Z" }, + { "id": "U102", "registeredAt": "2024-03-02T09:15:00Z" }, + { "id": "U104", "registeredAt": "2024-03-03T10:30:00Z" }, + { "id": "U108", "registeredAt": "2024-03-04T11:45:00Z" }, + { "id": "U110", "registeredAt": "2024-03-05T12:00:00Z" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_13ba9b0ffb/gold/missing_central_ids.txt b/shellops/assets/ShellOps_13ba9b0ffb/gold/missing_central_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..b95f4f59eef4ea7e199584d9580fc361f29ce6f6 --- /dev/null +++ b/shellops/assets/ShellOps_13ba9b0ffb/gold/missing_central_ids.txt @@ -0,0 +1,3 @@ +U103 +U105 +U107 diff --git a/shellops/assets/ShellOps_13ba9b0ffb/init/central/global_registry.json b/shellops/assets/ShellOps_13ba9b0ffb/init/central/global_registry.json new file mode 100644 index 0000000000000000000000000000000000000000..fcc2eae090efd6ea522d16f937d8265a2db95663 --- /dev/null +++ b/shellops/assets/ShellOps_13ba9b0ffb/init/central/global_registry.json @@ -0,0 +1,10 @@ +{ + "registryName": "Primary Opt‑In Registry", + "users": [ + { "id": "U100", "registeredAt": "2024-03-01T08:00:00Z" }, + { "id": "U102", "registeredAt": "2024-03-02T09:15:00Z" }, + { "id": "U104", "registeredAt": "2024-03-03T10:30:00Z" }, + { "id": "U108", "registeredAt": "2024-03-04T11:45:00Z" }, + { "id": "U110", "registeredAt": "2024-03-05T12:00:00Z" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_13ee212de1/gold/artifacts_present.txt b/shellops/assets/ShellOps_13ee212de1/gold/artifacts_present.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4ebe7b06f1705c2350c7c1686c9c934eb4b0616 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/artifacts_present.txt @@ -0,0 +1,5 @@ +frontend-lib web +backend-service service +data-sync service +metrics-exporter utility +cache-proxy service diff --git a/shellops/assets/ShellOps_13ee212de1/gold/irrelevant/old_versions/legacy.artifact b/shellops/assets/ShellOps_13ee212de1/gold/irrelevant/old_versions/legacy.artifact new file mode 100644 index 0000000000000000000000000000000000000000..6e263abce10f69a67055f355ff61e4d51f66962d --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/irrelevant/old_versions/legacy.artifact @@ -0,0 +1 @@ +obsolete diff --git a/shellops/assets/ShellOps_13ee212de1/gold/irrelevant/temp.artifact b/shellops/assets/ShellOps_13ee212de1/gold/irrelevant/temp.artifact new file mode 100644 index 0000000000000000000000000000000000000000..57b71a2da7a86514a136857beb3d98e20ebf00d1 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/irrelevant/temp.artifact @@ -0,0 +1 @@ +will be removed diff --git a/shellops/assets/ShellOps_13ee212de1/gold/payloads/backend-service.artifact b/shellops/assets/ShellOps_13ee212de1/gold/payloads/backend-service.artifact new file mode 100644 index 0000000000000000000000000000000000000000..2f9a0b8422840f4e0d05a5bdc5e6414614f267d1 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/payloads/backend-service.artifact @@ -0,0 +1,2 @@ +backend-service +# port 8080 diff --git a/shellops/assets/ShellOps_13ee212de1/gold/payloads/cache-proxy.artifact b/shellops/assets/ShellOps_13ee212de1/gold/payloads/cache-proxy.artifact new file mode 100644 index 0000000000000000000000000000000000000000..16d6e7cbcb5a99fe6101ec5465db5d18ff294ac4 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/payloads/cache-proxy.artifact @@ -0,0 +1,2 @@ +# distributed +cache-proxy diff --git a/shellops/assets/ShellOps_13ee212de1/gold/payloads/data-sync.artifact b/shellops/assets/ShellOps_13ee212de1/gold/payloads/data-sync.artifact new file mode 100644 index 0000000000000000000000000000000000000000..90e63e4265d91d097d8a2192d29530fdf7d01b1f --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/payloads/data-sync.artifact @@ -0,0 +1,3 @@ +# sync module +data-sync +logs diff --git a/shellops/assets/ShellOps_13ee212de1/gold/payloads/frontend-lib.artifact b/shellops/assets/ShellOps_13ee212de1/gold/payloads/frontend-lib.artifact new file mode 100644 index 0000000000000000000000000000000000000000..7e17ec654c6655301df7bf6e943524a07d108593 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/payloads/frontend-lib.artifact @@ -0,0 +1,3 @@ +# version 2.1 +frontend-lib +main entrypoint diff --git a/shellops/assets/ShellOps_13ee212de1/gold/payloads/metrics-exporter.artifact b/shellops/assets/ShellOps_13ee212de1/gold/payloads/metrics-exporter.artifact new file mode 100644 index 0000000000000000000000000000000000000000..ef1f2daeb8f9c28b0a791dbb9d9e74ce2a11a475 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/payloads/metrics-exporter.artifact @@ -0,0 +1,2 @@ +# telemetry +metrics-exporter diff --git a/shellops/assets/ShellOps_13ee212de1/gold/payloads/ui-widgets.artifact b/shellops/assets/ShellOps_13ee212de1/gold/payloads/ui-widgets.artifact new file mode 100644 index 0000000000000000000000000000000000000000..69b77410312b367658a413c7c3c36e3ee8b993fe --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/payloads/ui-widgets.artifact @@ -0,0 +1,2 @@ +ui-components +# web assets diff --git a/shellops/assets/ShellOps_13ee212de1/gold/product_manifest.txt b/shellops/assets/ShellOps_13ee212de1/gold/product_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..35c9f06bb9d77a4390f4036796114b16810da06e --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/gold/product_manifest.txt @@ -0,0 +1,7 @@ +frontend-lib web +backend-service service +audit-logger utility +data-sync service +ui-widgets web +metrics-exporter utility +cache-proxy service diff --git a/shellops/assets/ShellOps_13ee212de1/init/irrelevant/old_versions/legacy.artifact b/shellops/assets/ShellOps_13ee212de1/init/irrelevant/old_versions/legacy.artifact new file mode 100644 index 0000000000000000000000000000000000000000..6e263abce10f69a67055f355ff61e4d51f66962d --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/irrelevant/old_versions/legacy.artifact @@ -0,0 +1 @@ +obsolete diff --git a/shellops/assets/ShellOps_13ee212de1/init/irrelevant/temp.artifact b/shellops/assets/ShellOps_13ee212de1/init/irrelevant/temp.artifact new file mode 100644 index 0000000000000000000000000000000000000000..57b71a2da7a86514a136857beb3d98e20ebf00d1 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/irrelevant/temp.artifact @@ -0,0 +1 @@ +will be removed diff --git a/shellops/assets/ShellOps_13ee212de1/init/payloads/backend-service.artifact b/shellops/assets/ShellOps_13ee212de1/init/payloads/backend-service.artifact new file mode 100644 index 0000000000000000000000000000000000000000..2f9a0b8422840f4e0d05a5bdc5e6414614f267d1 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/payloads/backend-service.artifact @@ -0,0 +1,2 @@ +backend-service +# port 8080 diff --git a/shellops/assets/ShellOps_13ee212de1/init/payloads/cache-proxy.artifact b/shellops/assets/ShellOps_13ee212de1/init/payloads/cache-proxy.artifact new file mode 100644 index 0000000000000000000000000000000000000000..16d6e7cbcb5a99fe6101ec5465db5d18ff294ac4 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/payloads/cache-proxy.artifact @@ -0,0 +1,2 @@ +# distributed +cache-proxy diff --git a/shellops/assets/ShellOps_13ee212de1/init/payloads/data-sync.artifact b/shellops/assets/ShellOps_13ee212de1/init/payloads/data-sync.artifact new file mode 100644 index 0000000000000000000000000000000000000000..90e63e4265d91d097d8a2192d29530fdf7d01b1f --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/payloads/data-sync.artifact @@ -0,0 +1,3 @@ +# sync module +data-sync +logs diff --git a/shellops/assets/ShellOps_13ee212de1/init/payloads/frontend-lib.artifact b/shellops/assets/ShellOps_13ee212de1/init/payloads/frontend-lib.artifact new file mode 100644 index 0000000000000000000000000000000000000000..7e17ec654c6655301df7bf6e943524a07d108593 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/payloads/frontend-lib.artifact @@ -0,0 +1,3 @@ +# version 2.1 +frontend-lib +main entrypoint diff --git a/shellops/assets/ShellOps_13ee212de1/init/payloads/metrics-exporter.artifact b/shellops/assets/ShellOps_13ee212de1/init/payloads/metrics-exporter.artifact new file mode 100644 index 0000000000000000000000000000000000000000..ef1f2daeb8f9c28b0a791dbb9d9e74ce2a11a475 --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/payloads/metrics-exporter.artifact @@ -0,0 +1,2 @@ +# telemetry +metrics-exporter diff --git a/shellops/assets/ShellOps_13ee212de1/init/payloads/ui-widgets.artifact b/shellops/assets/ShellOps_13ee212de1/init/payloads/ui-widgets.artifact new file mode 100644 index 0000000000000000000000000000000000000000..69b77410312b367658a413c7c3c36e3ee8b993fe --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/payloads/ui-widgets.artifact @@ -0,0 +1,2 @@ +ui-components +# web assets diff --git a/shellops/assets/ShellOps_13ee212de1/init/product_manifest.txt b/shellops/assets/ShellOps_13ee212de1/init/product_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..35c9f06bb9d77a4390f4036796114b16810da06e --- /dev/null +++ b/shellops/assets/ShellOps_13ee212de1/init/product_manifest.txt @@ -0,0 +1,7 @@ +frontend-lib web +backend-service service +audit-logger utility +data-sync service +ui-widgets web +metrics-exporter utility +cache-proxy service diff --git a/shellops/assets/ShellOps_1451b2178c/gold/manifests/alpha.rc b/shellops/assets/ShellOps_1451b2178c/gold/manifests/alpha.rc new file mode 100644 index 0000000000000000000000000000000000000000..9c2c8929fba074b57a00b21eae6169a807d9ddb8 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/gold/manifests/alpha.rc @@ -0,0 +1,10 @@ +# Inventory manifest for warehouse alpha +ProductRef: P-1001 +ProductRef: P-1002 +ProductRef: P-1003 +ProductRef: P-1001 +ProductRef: P-1004 +Notes: P-9999 appears in notes but should not be counted +ProductRef: P-1002 +ProductRef: P-1005 +ProductRef: P-1001 diff --git a/shellops/assets/ShellOps_1451b2178c/gold/manifests/beta.rc b/shellops/assets/ShellOps_1451b2178c/gold/manifests/beta.rc new file mode 100644 index 0000000000000000000000000000000000000000..da4d755734a87e21f8dfa99c884f639215072462 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/gold/manifests/beta.rc @@ -0,0 +1,9 @@ +# Inventory manifest for warehouse beta +ProductRef: P-1001 +ProductRef: P-1002 +ProductRef: P-1006 +ProductRef: P-1003 +ProductRef: P-1002 +ProductRef: P-1007 +ProductRef: P-1001 +ProductRef: P-1008 diff --git a/shellops/assets/ShellOps_1451b2178c/gold/manifests/readme.txt b/shellops/assets/ShellOps_1451b2178c/gold/manifests/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..498d24f7edf2e3b6bdc8701070263a873655cb72 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/gold/manifests/readme.txt @@ -0,0 +1,2 @@ +These manifests track product references across warehouses. +Ignore any lines starting with 'Notes:'. diff --git a/shellops/assets/ShellOps_1451b2178c/gold/reports/product_frequency.tsv b/shellops/assets/ShellOps_1451b2178c/gold/reports/product_frequency.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5691b683c58706b398d23a96ade205b9a21359e1 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/gold/reports/product_frequency.tsv @@ -0,0 +1,3 @@ +5 P-1001 +4 P-1002 +2 P-1003 diff --git a/shellops/assets/ShellOps_1451b2178c/init/manifests/alpha.rc b/shellops/assets/ShellOps_1451b2178c/init/manifests/alpha.rc new file mode 100644 index 0000000000000000000000000000000000000000..9c2c8929fba074b57a00b21eae6169a807d9ddb8 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/init/manifests/alpha.rc @@ -0,0 +1,10 @@ +# Inventory manifest for warehouse alpha +ProductRef: P-1001 +ProductRef: P-1002 +ProductRef: P-1003 +ProductRef: P-1001 +ProductRef: P-1004 +Notes: P-9999 appears in notes but should not be counted +ProductRef: P-1002 +ProductRef: P-1005 +ProductRef: P-1001 diff --git a/shellops/assets/ShellOps_1451b2178c/init/manifests/beta.rc b/shellops/assets/ShellOps_1451b2178c/init/manifests/beta.rc new file mode 100644 index 0000000000000000000000000000000000000000..da4d755734a87e21f8dfa99c884f639215072462 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/init/manifests/beta.rc @@ -0,0 +1,9 @@ +# Inventory manifest for warehouse beta +ProductRef: P-1001 +ProductRef: P-1002 +ProductRef: P-1006 +ProductRef: P-1003 +ProductRef: P-1002 +ProductRef: P-1007 +ProductRef: P-1001 +ProductRef: P-1008 diff --git a/shellops/assets/ShellOps_1451b2178c/init/manifests/readme.txt b/shellops/assets/ShellOps_1451b2178c/init/manifests/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..498d24f7edf2e3b6bdc8701070263a873655cb72 --- /dev/null +++ b/shellops/assets/ShellOps_1451b2178c/init/manifests/readme.txt @@ -0,0 +1,2 @@ +These manifests track product references across warehouses. +Ignore any lines starting with 'Notes:'. diff --git a/shellops/assets/ShellOps_14542536f1/gold/config/README.md b/shellops/assets/ShellOps_14542536f1/gold/config/README.md new file mode 100644 index 0000000000000000000000000000000000000000..60d0cbf575aaad41c839be016708e0245a5c667c --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/gold/config/README.md @@ -0,0 +1 @@ +# Configuration Files\nThis directory contains application configuration in JSON format. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/gold/config/app.json b/shellops/assets/ShellOps_14542536f1/gold/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..19a4a1ee9e393d17ac1b030b5ef96cea60ddd670 --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/gold/config/app.json @@ -0,0 +1 @@ +{"server":"localhost","port":8080,"debug":true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/gold/config/cache.json b/shellops/assets/ShellOps_14542536f1/gold/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..631cd4bada92c6a90f8b47537559f5492cd69e0c --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/gold/config/cache.json @@ -0,0 +1 @@ +{"enabled":true,"ttl":3600,"nodes":["cache1","cache2"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/gold/config/db.json b/shellops/assets/ShellOps_14542536f1/gold/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..2d9232e5df08dd6e4c4b8118910e6dda385d677e --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/gold/config/db.json @@ -0,0 +1 @@ +{"host":"192.168.1.10","user":"admin","password":"secret","timeout":30} \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/gold/config_keys.txt b/shellops/assets/ShellOps_14542536f1/gold/config_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..9febf3344b5d8bcb266d2510ac41b9430c20ae05 --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/gold/config_keys.txt @@ -0,0 +1,10 @@ +debug +enabled +host +nodes +password +port +server +timeout +ttl +user diff --git a/shellops/assets/ShellOps_14542536f1/init/config/README.md b/shellops/assets/ShellOps_14542536f1/init/config/README.md new file mode 100644 index 0000000000000000000000000000000000000000..60d0cbf575aaad41c839be016708e0245a5c667c --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/init/config/README.md @@ -0,0 +1 @@ +# Configuration Files\nThis directory contains application configuration in JSON format. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/init/config/app.json b/shellops/assets/ShellOps_14542536f1/init/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..19a4a1ee9e393d17ac1b030b5ef96cea60ddd670 --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/init/config/app.json @@ -0,0 +1 @@ +{"server":"localhost","port":8080,"debug":true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/init/config/cache.json b/shellops/assets/ShellOps_14542536f1/init/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..631cd4bada92c6a90f8b47537559f5492cd69e0c --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/init/config/cache.json @@ -0,0 +1 @@ +{"enabled":true,"ttl":3600,"nodes":["cache1","cache2"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_14542536f1/init/config/db.json b/shellops/assets/ShellOps_14542536f1/init/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..2d9232e5df08dd6e4c4b8118910e6dda385d677e --- /dev/null +++ b/shellops/assets/ShellOps_14542536f1/init/config/db.json @@ -0,0 +1 @@ +{"host":"192.168.1.10","user":"admin","password":"secret","timeout":30} \ No newline at end of file diff --git a/shellops/assets/ShellOps_14a0f24b3d/gold/experiments/.keep b/shellops/assets/ShellOps_14a0f24b3d/gold/experiments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_14a0f24b3d/gold/experiments/temperatures.md b/shellops/assets/ShellOps_14a0f24b3d/gold/experiments/temperatures.md new file mode 100644 index 0000000000000000000000000000000000000000..6bb5250dd3d17547b51bd81b902b51cfa41d8de1 --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/gold/experiments/temperatures.md @@ -0,0 +1,3 @@ +25°C +37°C +50°C diff --git a/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_01.md b/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_01.md new file mode 100644 index 0000000000000000000000000000000000000000..1d56d54b6a5517c963a13b182bce4b0f1f496a80 --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_01.md @@ -0,0 +1,9 @@ +## Experimental Setup + +Reagent: Sodium chloride +Temperature: 25°C +Duration: 2 hours + +## Observations + +Mild precipitation observed after 30 minutes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_02.md b/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_02.md new file mode 100644 index 0000000000000000000000000000000000000000..2eb3fcfe21d1e97b1f39b1ab8bcc8c27694458a7 --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_02.md @@ -0,0 +1,7 @@ +## Procedure + +1. Prepare solution +2. Adjust Temperature: 37°C +3. Monitor reaction for 60 minutes + +Safety note: Wear gloves at all times. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_03.md b/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_03.md new file mode 100644 index 0000000000000000000000000000000000000000..606b09af2d202b10c835bb92b6f6c1ae152daaaa --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/gold/protocol_03.md @@ -0,0 +1,6 @@ +## Notes + +Duration: 45 minutes +Temperature: 50°C + +Unusual coloration observed during final stages. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14a0f24b3d/init/experiments/.keep b/shellops/assets/ShellOps_14a0f24b3d/init/experiments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_14a0f24b3d/init/protocol_01.md b/shellops/assets/ShellOps_14a0f24b3d/init/protocol_01.md new file mode 100644 index 0000000000000000000000000000000000000000..1d56d54b6a5517c963a13b182bce4b0f1f496a80 --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/init/protocol_01.md @@ -0,0 +1,9 @@ +## Experimental Setup + +Reagent: Sodium chloride +Temperature: 25°C +Duration: 2 hours + +## Observations + +Mild precipitation observed after 30 minutes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14a0f24b3d/init/protocol_02.md b/shellops/assets/ShellOps_14a0f24b3d/init/protocol_02.md new file mode 100644 index 0000000000000000000000000000000000000000..2eb3fcfe21d1e97b1f39b1ab8bcc8c27694458a7 --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/init/protocol_02.md @@ -0,0 +1,7 @@ +## Procedure + +1. Prepare solution +2. Adjust Temperature: 37°C +3. Monitor reaction for 60 minutes + +Safety note: Wear gloves at all times. \ No newline at end of file diff --git a/shellops/assets/ShellOps_14a0f24b3d/init/protocol_03.md b/shellops/assets/ShellOps_14a0f24b3d/init/protocol_03.md new file mode 100644 index 0000000000000000000000000000000000000000..606b09af2d202b10c835bb92b6f6c1ae152daaaa --- /dev/null +++ b/shellops/assets/ShellOps_14a0f24b3d/init/protocol_03.md @@ -0,0 +1,6 @@ +## Notes + +Duration: 45 minutes +Temperature: 50°C + +Unusual coloration observed during final stages. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1526112faf/gold/cleaned_msgs.rst b/shellops/assets/ShellOps_1526112faf/gold/cleaned_msgs.rst new file mode 100644 index 0000000000000000000000000000000000000000..695cf67d95aabaef22d5290341ddf9b88e83fb17 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/gold/cleaned_msgs.rst @@ -0,0 +1,9 @@ +- auf wiedersehen +- bonjour +- centre +- colour +- erreur +- goodbye +- hallo welt +- hello world +- welcome diff --git a/shellops/assets/ShellOps_1526112faf/gold/distractor.log b/shellops/assets/ShellOps_1526112faf/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..2c3a829a93c39c25ca97ea15b427cc0ce2b2d5f0 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/gold/distractor.log @@ -0,0 +1 @@ +log entries with msg: ignored \ No newline at end of file diff --git a/shellops/assets/ShellOps_1526112faf/gold/i18n/.keep b/shellops/assets/ShellOps_1526112faf/gold/i18n/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1526112faf/gold/i18n/de_DE/ui.rst b/shellops/assets/ShellOps_1526112faf/gold/i18n/de_DE/ui.rst new file mode 100644 index 0000000000000000000000000000000000000000..cfc7162ddfd6913db1e808d9ac1f05fa4bf5d889 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/gold/i18n/de_DE/ui.rst @@ -0,0 +1,4 @@ +msg: "Hallo Welt" +msg: "Auf Wiedersehen" +msg: "colour" +msg: "Hello World" diff --git a/shellops/assets/ShellOps_1526112faf/gold/i18n/en_GB/common.rst b/shellops/assets/ShellOps_1526112faf/gold/i18n/en_GB/common.rst new file mode 100644 index 0000000000000000000000000000000000000000..889b8c1a94f7654feab2097213fdbe17a19fa29b --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/gold/i18n/en_GB/common.rst @@ -0,0 +1,4 @@ +.. Resource file +msg: "Hello World" +msg: "colour" +msg: " centre " diff --git a/shellops/assets/ShellOps_1526112faf/gold/i18n/en_US/messages.rst b/shellops/assets/ShellOps_1526112faf/gold/i18n/en_US/messages.rst new file mode 100644 index 0000000000000000000000000000000000000000..0b7bca4b3e44d3dea484784229b98a2d67257f9b --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/gold/i18n/en_US/messages.rst @@ -0,0 +1,6 @@ +.. Some documentation +msg: "Hello World" +msg: " Welcome " + +msg: "Goodbye" + trailing spaces diff --git a/shellops/assets/ShellOps_1526112faf/gold/i18n/fr_FR/errors.rst b/shellops/assets/ShellOps_1526112faf/gold/i18n/fr_FR/errors.rst new file mode 100644 index 0000000000000000000000000000000000000000..cb964874d9e283a55e61f32d4a1b3a57e9c23d23 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/gold/i18n/fr_FR/errors.rst @@ -0,0 +1,3 @@ +msg: "Erreur" +msg: " Bonjour " +msg: "centre" diff --git a/shellops/assets/ShellOps_1526112faf/init/distractor.log b/shellops/assets/ShellOps_1526112faf/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..2c3a829a93c39c25ca97ea15b427cc0ce2b2d5f0 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/init/distractor.log @@ -0,0 +1 @@ +log entries with msg: ignored \ No newline at end of file diff --git a/shellops/assets/ShellOps_1526112faf/init/i18n/.keep b/shellops/assets/ShellOps_1526112faf/init/i18n/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1526112faf/init/i18n/de_DE/ui.rst b/shellops/assets/ShellOps_1526112faf/init/i18n/de_DE/ui.rst new file mode 100644 index 0000000000000000000000000000000000000000..cfc7162ddfd6913db1e808d9ac1f05fa4bf5d889 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/init/i18n/de_DE/ui.rst @@ -0,0 +1,4 @@ +msg: "Hallo Welt" +msg: "Auf Wiedersehen" +msg: "colour" +msg: "Hello World" diff --git a/shellops/assets/ShellOps_1526112faf/init/i18n/en_GB/common.rst b/shellops/assets/ShellOps_1526112faf/init/i18n/en_GB/common.rst new file mode 100644 index 0000000000000000000000000000000000000000..889b8c1a94f7654feab2097213fdbe17a19fa29b --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/init/i18n/en_GB/common.rst @@ -0,0 +1,4 @@ +.. Resource file +msg: "Hello World" +msg: "colour" +msg: " centre " diff --git a/shellops/assets/ShellOps_1526112faf/init/i18n/en_US/messages.rst b/shellops/assets/ShellOps_1526112faf/init/i18n/en_US/messages.rst new file mode 100644 index 0000000000000000000000000000000000000000..0b7bca4b3e44d3dea484784229b98a2d67257f9b --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/init/i18n/en_US/messages.rst @@ -0,0 +1,6 @@ +.. Some documentation +msg: "Hello World" +msg: " Welcome " + +msg: "Goodbye" + trailing spaces diff --git a/shellops/assets/ShellOps_1526112faf/init/i18n/fr_FR/errors.rst b/shellops/assets/ShellOps_1526112faf/init/i18n/fr_FR/errors.rst new file mode 100644 index 0000000000000000000000000000000000000000..cb964874d9e283a55e61f32d4a1b3a57e9c23d23 --- /dev/null +++ b/shellops/assets/ShellOps_1526112faf/init/i18n/fr_FR/errors.rst @@ -0,0 +1,3 @@ +msg: "Erreur" +msg: " Bonjour " +msg: "centre" diff --git a/shellops/assets/ShellOps_155c7e9f49/gold/catalog/fiction.md b/shellops/assets/ShellOps_155c7e9f49/gold/catalog/fiction.md new file mode 100644 index 0000000000000000000000000000000000000000..a18be6e85ecf25f8492656aa64889b224885cd45 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/gold/catalog/fiction.md @@ -0,0 +1,7 @@ +Title: The Great Adventure +ISBN: 9781234567890 +Author: John Doe + +Title: Mystery of the Night +ISBN: 9780987654321 +Author: Jane Smith \ No newline at end of file diff --git a/shellops/assets/ShellOps_155c7e9f49/gold/catalog/nonfiction.md b/shellops/assets/ShellOps_155c7e9f49/gold/catalog/nonfiction.md new file mode 100644 index 0000000000000000000000000000000000000000..76f36e6074496c0179b1ebdeb23a2cf5e51e4674 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/gold/catalog/nonfiction.md @@ -0,0 +1,7 @@ +Title: History of the World +ISBN: 9781122334455 +Author: Alan Watts + +Title: Science Explained +ISBN: 9785566778899 +Author: Richard Feynman \ No newline at end of file diff --git a/shellops/assets/ShellOps_155c7e9f49/gold/catalog/poetry.md b/shellops/assets/ShellOps_155c7e9f49/gold/catalog/poetry.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1461ff18281ccd1a1fd36d780b4789ecf4c6e6 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/gold/catalog/poetry.md @@ -0,0 +1,7 @@ +Title: Verses of the Heart +ISBN: 9782233445566 +Author: Emily Dickinson + +Title: Modern Poetry +ISBN: 9786677889900 +Author: T.S. Eliot \ No newline at end of file diff --git a/shellops/assets/ShellOps_155c7e9f49/gold/isbn_inventory.md b/shellops/assets/ShellOps_155c7e9f49/gold/isbn_inventory.md new file mode 100644 index 0000000000000000000000000000000000000000..8a3c3d2d7c13eef8ad4919fb5249406efeb27606 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/gold/isbn_inventory.md @@ -0,0 +1,6 @@ +9780987654321 +9781122334455 +9781234567890 +9782233445566 +9785566778899 +9786677889900 diff --git a/shellops/assets/ShellOps_155c7e9f49/init/catalog/fiction.md b/shellops/assets/ShellOps_155c7e9f49/init/catalog/fiction.md new file mode 100644 index 0000000000000000000000000000000000000000..a18be6e85ecf25f8492656aa64889b224885cd45 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/init/catalog/fiction.md @@ -0,0 +1,7 @@ +Title: The Great Adventure +ISBN: 9781234567890 +Author: John Doe + +Title: Mystery of the Night +ISBN: 9780987654321 +Author: Jane Smith \ No newline at end of file diff --git a/shellops/assets/ShellOps_155c7e9f49/init/catalog/nonfiction.md b/shellops/assets/ShellOps_155c7e9f49/init/catalog/nonfiction.md new file mode 100644 index 0000000000000000000000000000000000000000..76f36e6074496c0179b1ebdeb23a2cf5e51e4674 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/init/catalog/nonfiction.md @@ -0,0 +1,7 @@ +Title: History of the World +ISBN: 9781122334455 +Author: Alan Watts + +Title: Science Explained +ISBN: 9785566778899 +Author: Richard Feynman \ No newline at end of file diff --git a/shellops/assets/ShellOps_155c7e9f49/init/catalog/poetry.md b/shellops/assets/ShellOps_155c7e9f49/init/catalog/poetry.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1461ff18281ccd1a1fd36d780b4789ecf4c6e6 --- /dev/null +++ b/shellops/assets/ShellOps_155c7e9f49/init/catalog/poetry.md @@ -0,0 +1,7 @@ +Title: Verses of the Heart +ISBN: 9782233445566 +Author: Emily Dickinson + +Title: Modern Poetry +ISBN: 9786677889900 +Author: T.S. Eliot \ No newline at end of file diff --git a/shellops/assets/ShellOps_156d2e58dc/gold/calibration_notes.md b/shellops/assets/ShellOps_156d2e58dc/gold/calibration_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4eb967b98ef40e0226d974e59903052d98851ff7 --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/gold/calibration_notes.md @@ -0,0 +1,5 @@ +S-1042: pressure spike near upper safe limit +S-1060: hysteresis detected during ramp test +S-1077: last calibration drift exceeds spec +S-1080: transient overpressure event logged +S-1099: sensor offline for maintenance diff --git a/shellops/assets/ShellOps_156d2e58dc/gold/distractor.log b/shellops/assets/ShellOps_156d2e58dc/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..d4473c795aefac15a78bfbdc74c1855c008771b8 --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/gold/distractor.log @@ -0,0 +1,3 @@ +2025-11-24 08:12:01 INFO starting acquisition +2025-11-24 08:12:03 WARN sensor S-1045 noisy baseline +2025-11-24 08:12:05 INFO S-1060 calibration skipped diff --git a/shellops/assets/ShellOps_156d2e58dc/gold/high_readings.txt b/shellops/assets/ShellOps_156d2e58dc/gold/high_readings.txt new file mode 100644 index 0000000000000000000000000000000000000000..d161779c0d8e9ec4cc9740b5fd6cc0b4e0d5f71d --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/gold/high_readings.txt @@ -0,0 +1,4 @@ +S-1042|pressure spike near upper safe limit +S-1060|hysteresis detected during ramp test +S-1077|last calibration drift exceeds spec +S-1080|transient overpressure event logged diff --git a/shellops/assets/ShellOps_156d2e58dc/gold/latest_readings.json b/shellops/assets/ShellOps_156d2e58dc/gold/latest_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..e1f7418feb7c91881ed4a3ad59d08148d866b588 --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/gold/latest_readings.json @@ -0,0 +1,7 @@ +[ + {"sensor_id": "S-1042", "reading": {"value": 923.4, "unit": "kPa"}}, + {"sensor_id": "S-1045", "reading": {"value": 890.1, "unit": "kPa"}}, + {"sensor_id": "S-1060", "reading": {"value": 945.0, "unit": "kPa"}}, + {"sensor_id": "S-1077", "reading": {"value": 901.2, "unit": "kPa"}}, + {"sensor_id": "S-1080", "reading": {"value": 910.5, "unit": "kPa"}} +] diff --git a/shellops/assets/ShellOps_156d2e58dc/init/calibration_notes.md b/shellops/assets/ShellOps_156d2e58dc/init/calibration_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4eb967b98ef40e0226d974e59903052d98851ff7 --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/init/calibration_notes.md @@ -0,0 +1,5 @@ +S-1042: pressure spike near upper safe limit +S-1060: hysteresis detected during ramp test +S-1077: last calibration drift exceeds spec +S-1080: transient overpressure event logged +S-1099: sensor offline for maintenance diff --git a/shellops/assets/ShellOps_156d2e58dc/init/distractor.log b/shellops/assets/ShellOps_156d2e58dc/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..d4473c795aefac15a78bfbdc74c1855c008771b8 --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/init/distractor.log @@ -0,0 +1,3 @@ +2025-11-24 08:12:01 INFO starting acquisition +2025-11-24 08:12:03 WARN sensor S-1045 noisy baseline +2025-11-24 08:12:05 INFO S-1060 calibration skipped diff --git a/shellops/assets/ShellOps_156d2e58dc/init/latest_readings.json b/shellops/assets/ShellOps_156d2e58dc/init/latest_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..e1f7418feb7c91881ed4a3ad59d08148d866b588 --- /dev/null +++ b/shellops/assets/ShellOps_156d2e58dc/init/latest_readings.json @@ -0,0 +1,7 @@ +[ + {"sensor_id": "S-1042", "reading": {"value": 923.4, "unit": "kPa"}}, + {"sensor_id": "S-1045", "reading": {"value": 890.1, "unit": "kPa"}}, + {"sensor_id": "S-1060", "reading": {"value": 945.0, "unit": "kPa"}}, + {"sensor_id": "S-1077", "reading": {"value": 901.2, "unit": "kPa"}}, + {"sensor_id": "S-1080", "reading": {"value": 910.5, "unit": "kPa"}} +] diff --git a/shellops/assets/ShellOps_157629b7c3/gold/access_logs.json b/shellops/assets/ShellOps_157629b7c3/gold/access_logs.json new file mode 100644 index 0000000000000000000000000000000000000000..3b6f11e715178a8b39418e2b8f3b4547e1de4190 --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/gold/access_logs.json @@ -0,0 +1,8 @@ +[ + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:15:23Z", "user": "alice", "source_ip": "192.0.2.10"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:16:45Z", "user": "bob", "source_ip": "192.0.2.11"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:17:12Z", "user": "charlie", "source_ip": "192.0.2.12"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:18:30Z", "user": "diana", "source_ip": "192.0.2.13"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:19:05Z", "user": "alice", "source_ip": "192.0.2.14"}, + {"event_type": "http_request", "timestamp": "2024-05-20T08:20:00Z", "user": "eve", "source_ip": "192.0.2.15"} +] diff --git a/shellops/assets/ShellOps_157629b7c3/gold/authorized_users.txt b/shellops/assets/ShellOps_157629b7c3/gold/authorized_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..b52d97615165f2a6e12a770931a2b208c27a8af6 --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/gold/authorized_users.txt @@ -0,0 +1,2 @@ +alice +bob diff --git a/shellops/assets/ShellOps_157629b7c3/gold/notes.md b/shellops/assets/ShellOps_157629b7c3/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e298cc6aca89543b902ff5e8bfb9138617b629ca --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/gold/notes.md @@ -0,0 +1,5 @@ +# Security audit notes + +- Unauthorized SSH attempts should be flagged. +- Authorized users: alice, bob. +- Exclude non-SSH events. diff --git a/shellops/assets/ShellOps_157629b7c3/gold/unapproved_attempts.tsv b/shellops/assets/ShellOps_157629b7c3/gold/unapproved_attempts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f0804e9975293236b132f8bbd32626c168f3d967 --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/gold/unapproved_attempts.tsv @@ -0,0 +1,2 @@ +2024-05-20T08:17:12Z charlie 192.0.2.12 +2024-05-20T08:18:30Z diana 192.0.2.13 diff --git a/shellops/assets/ShellOps_157629b7c3/init/access_logs.json b/shellops/assets/ShellOps_157629b7c3/init/access_logs.json new file mode 100644 index 0000000000000000000000000000000000000000..3b6f11e715178a8b39418e2b8f3b4547e1de4190 --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/init/access_logs.json @@ -0,0 +1,8 @@ +[ + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:15:23Z", "user": "alice", "source_ip": "192.0.2.10"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:16:45Z", "user": "bob", "source_ip": "192.0.2.11"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:17:12Z", "user": "charlie", "source_ip": "192.0.2.12"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:18:30Z", "user": "diana", "source_ip": "192.0.2.13"}, + {"event_type": "ssh_attempt", "timestamp": "2024-05-20T08:19:05Z", "user": "alice", "source_ip": "192.0.2.14"}, + {"event_type": "http_request", "timestamp": "2024-05-20T08:20:00Z", "user": "eve", "source_ip": "192.0.2.15"} +] diff --git a/shellops/assets/ShellOps_157629b7c3/init/authorized_users.txt b/shellops/assets/ShellOps_157629b7c3/init/authorized_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..b52d97615165f2a6e12a770931a2b208c27a8af6 --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/init/authorized_users.txt @@ -0,0 +1,2 @@ +alice +bob diff --git a/shellops/assets/ShellOps_157629b7c3/init/notes.md b/shellops/assets/ShellOps_157629b7c3/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e298cc6aca89543b902ff5e8bfb9138617b629ca --- /dev/null +++ b/shellops/assets/ShellOps_157629b7c3/init/notes.md @@ -0,0 +1,5 @@ +# Security audit notes + +- Unauthorized SSH attempts should be flagged. +- Authorized users: alice, bob. +- Exclude non-SSH events. diff --git a/shellops/assets/ShellOps_158ffedb30/gold/inventory/top_products.txt b/shellops/assets/ShellOps_158ffedb30/gold/inventory/top_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..81d17230bbe8c749c9db935428436a50bba49aa6 --- /dev/null +++ b/shellops/assets/ShellOps_158ffedb30/gold/inventory/top_products.txt @@ -0,0 +1,5 @@ +WidgetA 150 +WidgetC 130 +WidgetB 100 +GadgetY 75 +GadgetX 50 diff --git a/shellops/assets/ShellOps_158ffedb30/gold/inventory/warehouse_qty.tsv b/shellops/assets/ShellOps_158ffedb30/gold/inventory/warehouse_qty.tsv new file mode 100644 index 0000000000000000000000000000000000000000..05d8331b6aba403dd40e67f107302e2c7fc014ff --- /dev/null +++ b/shellops/assets/ShellOps_158ffedb30/gold/inventory/warehouse_qty.tsv @@ -0,0 +1,9 @@ +product_name quantity +WidgetA 120 +WidgetB 85 +WidgetC 120 +GadgetX 50 +WidgetA 30 +GadgetY 75 +WidgetB 15 +WidgetC 10 diff --git a/shellops/assets/ShellOps_158ffedb30/init/inventory/warehouse_qty.tsv b/shellops/assets/ShellOps_158ffedb30/init/inventory/warehouse_qty.tsv new file mode 100644 index 0000000000000000000000000000000000000000..05d8331b6aba403dd40e67f107302e2c7fc014ff --- /dev/null +++ b/shellops/assets/ShellOps_158ffedb30/init/inventory/warehouse_qty.tsv @@ -0,0 +1,9 @@ +product_name quantity +WidgetA 120 +WidgetB 85 +WidgetC 120 +GadgetX 50 +WidgetA 30 +GadgetY 75 +WidgetB 15 +WidgetC 10 diff --git a/shellops/assets/ShellOps_15966c0b4f/gold/facilities/.keep b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_15966c0b4f/gold/facilities/americas_calibration.log b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/americas_calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..b53d4958403f3b48ad6383cd6c4a19046bd6333c --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/americas_calibration.log @@ -0,0 +1,5 @@ +sensor_id,calibration_date +C001,2024-02-01 +A001,2024-02-20 +C002,2024-02-25 +B002,2024-02-12 diff --git a/shellops/assets/ShellOps_15966c0b4f/gold/facilities/asia_calibration.log b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/asia_calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..7f387df6a88c02c42a54f725d9a05d712d8b3b4a --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/asia_calibration.log @@ -0,0 +1,5 @@ +sensor_id,calibration_date +A001,2024-01-15 +A002,2024-01-20 +A003,2024-02-10 +A001,2024-03-05 diff --git a/shellops/assets/ShellOps_15966c0b4f/gold/facilities/emea_calibration.log b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/emea_calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..ce30e10a2c5618c2174dee10709e682554d1e614 --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/gold/facilities/emea_calibration.log @@ -0,0 +1,5 @@ +sensor_id,calibration_date +B001,2024-01-25 +B002,2024-02-15 +A002,2024-01-18 +B001,2024-03-10 diff --git a/shellops/assets/ShellOps_15966c0b4f/gold/sensor_manifest.csv b/shellops/assets/ShellOps_15966c0b4f/gold/sensor_manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..6a48b0431c1a0c1bf90ca5ad00b93a96c3470be4 --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/gold/sensor_manifest.csv @@ -0,0 +1,8 @@ +sensor_id,calibration_date +A001,2024-03-05 +A002,2024-01-20 +A003,2024-02-10 +B001,2024-03-10 +B002,2024-02-15 +C001,2024-02-01 +C002,2024-02-25 diff --git a/shellops/assets/ShellOps_15966c0b4f/init/facilities/.keep b/shellops/assets/ShellOps_15966c0b4f/init/facilities/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_15966c0b4f/init/facilities/americas_calibration.log b/shellops/assets/ShellOps_15966c0b4f/init/facilities/americas_calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..b53d4958403f3b48ad6383cd6c4a19046bd6333c --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/init/facilities/americas_calibration.log @@ -0,0 +1,5 @@ +sensor_id,calibration_date +C001,2024-02-01 +A001,2024-02-20 +C002,2024-02-25 +B002,2024-02-12 diff --git a/shellops/assets/ShellOps_15966c0b4f/init/facilities/asia_calibration.log b/shellops/assets/ShellOps_15966c0b4f/init/facilities/asia_calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..7f387df6a88c02c42a54f725d9a05d712d8b3b4a --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/init/facilities/asia_calibration.log @@ -0,0 +1,5 @@ +sensor_id,calibration_date +A001,2024-01-15 +A002,2024-01-20 +A003,2024-02-10 +A001,2024-03-05 diff --git a/shellops/assets/ShellOps_15966c0b4f/init/facilities/emea_calibration.log b/shellops/assets/ShellOps_15966c0b4f/init/facilities/emea_calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..ce30e10a2c5618c2174dee10709e682554d1e614 --- /dev/null +++ b/shellops/assets/ShellOps_15966c0b4f/init/facilities/emea_calibration.log @@ -0,0 +1,5 @@ +sensor_id,calibration_date +B001,2024-01-25 +B002,2024-02-15 +A002,2024-01-18 +B001,2024-03-10 diff --git a/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/.keep b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-01.trace b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-01.trace new file mode 100644 index 0000000000000000000000000000000000000000..0fecd9b876fb50921595ec36012dad49e216fa48 --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-01.trace @@ -0,0 +1,2 @@ +timestamp: 2024-03-01T10:00:01Z, exec_time: 1200, query: SELECT * FROM users WHERE id = 12345 +timestamp: 2024-03-01T10:02:00Z, exec_time: 450, query: UPDATE users SET status = 'active' WHERE id = 67890 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-02.trace b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-02.trace new file mode 100644 index 0000000000000000000000000000000000000000..dcc54c40c318cf7614f1ca41d8e082329034ea34 --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-02.trace @@ -0,0 +1,2 @@ +timestamp: 2024-03-02T11:30:00Z, exec_time: 3000, query: DELETE FROM orders WHERE order_id = 98765 +timestamp: 2024-03-02T11:35:00Z, exec_time: 150, query: INSERT INTO logs (message) VALUES ('New order placed') \ No newline at end of file diff --git a/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-03.trace b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-03.trace new file mode 100644 index 0000000000000000000000000000000000000000..1ff35e8174894c8504e157ca37499316a86b154f --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/gold/sql_traces/trace_2024-03-03.trace @@ -0,0 +1,2 @@ +timestamp: 2024-03-03T12:15:00Z, exec_time: 500, query: SELECT COUNT(*) FROM inventory WHERE product_id = 54321 +timestamp: 2024-03-03T12:20:00Z, exec_time: 2000, query: ALTER TABLE inventory ADD COLUMN stock_level INT \ No newline at end of file diff --git a/shellops/assets/ShellOps_1598040eb7/gold/top_queries.out b/shellops/assets/ShellOps_1598040eb7/gold/top_queries.out new file mode 100644 index 0000000000000000000000000000000000000000..4cf61c50fde12a1bfe36294af3c583d747d5b00e --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/gold/top_queries.out @@ -0,0 +1,5 @@ +3000:DELETE FROM orders WHERE order_id = 98765 +2000:ALTER TABLE inventory ADD COLUMN stock_level INT +1200:SELECT * FROM users WHERE id = 12345 +500:SELECT COUNT(*) FROM inventory WHERE product_id = 54321 +450:UPDATE users SET status = 'active' WHERE id = 67890 diff --git a/shellops/assets/ShellOps_1598040eb7/init/sql_traces/.keep b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-01.trace b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-01.trace new file mode 100644 index 0000000000000000000000000000000000000000..0fecd9b876fb50921595ec36012dad49e216fa48 --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-01.trace @@ -0,0 +1,2 @@ +timestamp: 2024-03-01T10:00:01Z, exec_time: 1200, query: SELECT * FROM users WHERE id = 12345 +timestamp: 2024-03-01T10:02:00Z, exec_time: 450, query: UPDATE users SET status = 'active' WHERE id = 67890 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-02.trace b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-02.trace new file mode 100644 index 0000000000000000000000000000000000000000..dcc54c40c318cf7614f1ca41d8e082329034ea34 --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-02.trace @@ -0,0 +1,2 @@ +timestamp: 2024-03-02T11:30:00Z, exec_time: 3000, query: DELETE FROM orders WHERE order_id = 98765 +timestamp: 2024-03-02T11:35:00Z, exec_time: 150, query: INSERT INTO logs (message) VALUES ('New order placed') \ No newline at end of file diff --git a/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-03.trace b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-03.trace new file mode 100644 index 0000000000000000000000000000000000000000..1ff35e8174894c8504e157ca37499316a86b154f --- /dev/null +++ b/shellops/assets/ShellOps_1598040eb7/init/sql_traces/trace_2024-03-03.trace @@ -0,0 +1,2 @@ +timestamp: 2024-03-03T12:15:00Z, exec_time: 500, query: SELECT COUNT(*) FROM inventory WHERE product_id = 54321 +timestamp: 2024-03-03T12:20:00Z, exec_time: 2000, query: ALTER TABLE inventory ADD COLUMN stock_level INT \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/gold/reports/device01/sensor_status.json b/shellops/assets/ShellOps_15ad6794ff/gold/reports/device01/sensor_status.json new file mode 100644 index 0000000000000000000000000000000000000000..96b6fbd20b560bb8f18abfff6bf298595f987578 --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/gold/reports/device01/sensor_status.json @@ -0,0 +1 @@ +{"device_id": "edge_001", "sensors": [{"model": "X300_TEMP", "status": "active"}, {"model": "M500_HUMIDITY", "status": "critical"}, {"model": "V200_VIBRATION", "status": "ok"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/gold/reports/device02/sensor_status.json b/shellops/assets/ShellOps_15ad6794ff/gold/reports/device02/sensor_status.json new file mode 100644 index 0000000000000000000000000000000000000000..c8a480afa844cb47932fe1f352684b7a2085e3fd --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/gold/reports/device02/sensor_status.json @@ -0,0 +1 @@ +{"device_id": "edge_005", "sensors": [{"model": "M500_HUMIDITY", "status": "critical"}, {"model": "P100_PRESSURE", "status": "critical"}, {"model": "X300_TEMP", "status": "critical"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/gold/reports/device03/sensor_status.json b/shellops/assets/ShellOps_15ad6794ff/gold/reports/device03/sensor_status.json new file mode 100644 index 0000000000000000000000000000000000000000..935edfd119838bcc2ac42b92acc1f700aa7a8239 --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/gold/reports/device03/sensor_status.json @@ -0,0 +1 @@ +{"device_id": "edge_012", "sensors": [{"model": "V200_VIBRATION", "status": "critical"}, {"model": "P100_PRESSURE", "status": "ok"}, {"model": "X300_TEMP", "status": "critical"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/gold/suppressions/suppressed_models.txt b/shellops/assets/ShellOps_15ad6794ff/gold/suppressions/suppressed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c408cc13d1f9c4398a75091db5bd1f45623e637 --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/gold/suppressions/suppressed_models.txt @@ -0,0 +1,2 @@ +X300_TEMP +V200_VIBRATION \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/init/reports/device01/sensor_status.json b/shellops/assets/ShellOps_15ad6794ff/init/reports/device01/sensor_status.json new file mode 100644 index 0000000000000000000000000000000000000000..96b6fbd20b560bb8f18abfff6bf298595f987578 --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/init/reports/device01/sensor_status.json @@ -0,0 +1 @@ +{"device_id": "edge_001", "sensors": [{"model": "X300_TEMP", "status": "active"}, {"model": "M500_HUMIDITY", "status": "critical"}, {"model": "V200_VIBRATION", "status": "ok"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/init/reports/device02/sensor_status.json b/shellops/assets/ShellOps_15ad6794ff/init/reports/device02/sensor_status.json new file mode 100644 index 0000000000000000000000000000000000000000..c8a480afa844cb47932fe1f352684b7a2085e3fd --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/init/reports/device02/sensor_status.json @@ -0,0 +1 @@ +{"device_id": "edge_005", "sensors": [{"model": "M500_HUMIDITY", "status": "critical"}, {"model": "P100_PRESSURE", "status": "critical"}, {"model": "X300_TEMP", "status": "critical"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/init/reports/device03/sensor_status.json b/shellops/assets/ShellOps_15ad6794ff/init/reports/device03/sensor_status.json new file mode 100644 index 0000000000000000000000000000000000000000..935edfd119838bcc2ac42b92acc1f700aa7a8239 --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/init/reports/device03/sensor_status.json @@ -0,0 +1 @@ +{"device_id": "edge_012", "sensors": [{"model": "V200_VIBRATION", "status": "critical"}, {"model": "P100_PRESSURE", "status": "ok"}, {"model": "X300_TEMP", "status": "critical"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_15ad6794ff/init/suppressions/suppressed_models.txt b/shellops/assets/ShellOps_15ad6794ff/init/suppressions/suppressed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c408cc13d1f9c4398a75091db5bd1f45623e637 --- /dev/null +++ b/shellops/assets/ShellOps_15ad6794ff/init/suppressions/suppressed_models.txt @@ -0,0 +1,2 @@ +X300_TEMP +V200_VIBRATION \ No newline at end of file diff --git a/shellops/assets/ShellOps_15e7fd4b02/gold/configs/production.conf b/shellops/assets/ShellOps_15e7fd4b02/gold/configs/production.conf new file mode 100644 index 0000000000000000000000000000000000000000..e703d6a8281bc9bff33f1cf4aed47754a83ca48b --- /dev/null +++ b/shellops/assets/ShellOps_15e7fd4b02/gold/configs/production.conf @@ -0,0 +1,4 @@ +[feature_flags] +feature_AB_test = enabled +feature_dark_mode = disabled +feature_notifications = enabled diff --git a/shellops/assets/ShellOps_15e7fd4b02/gold/configs/staging.conf b/shellops/assets/ShellOps_15e7fd4b02/gold/configs/staging.conf new file mode 100644 index 0000000000000000000000000000000000000000..e703d6a8281bc9bff33f1cf4aed47754a83ca48b --- /dev/null +++ b/shellops/assets/ShellOps_15e7fd4b02/gold/configs/staging.conf @@ -0,0 +1,4 @@ +[feature_flags] +feature_AB_test = enabled +feature_dark_mode = disabled +feature_notifications = enabled diff --git a/shellops/assets/ShellOps_15e7fd4b02/gold/feature_audit.out b/shellops/assets/ShellOps_15e7fd4b02/gold/feature_audit.out new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_15e7fd4b02/init/configs/production.conf b/shellops/assets/ShellOps_15e7fd4b02/init/configs/production.conf new file mode 100644 index 0000000000000000000000000000000000000000..e703d6a8281bc9bff33f1cf4aed47754a83ca48b --- /dev/null +++ b/shellops/assets/ShellOps_15e7fd4b02/init/configs/production.conf @@ -0,0 +1,4 @@ +[feature_flags] +feature_AB_test = enabled +feature_dark_mode = disabled +feature_notifications = enabled diff --git a/shellops/assets/ShellOps_15e7fd4b02/init/configs/staging.conf b/shellops/assets/ShellOps_15e7fd4b02/init/configs/staging.conf new file mode 100644 index 0000000000000000000000000000000000000000..e703d6a8281bc9bff33f1cf4aed47754a83ca48b --- /dev/null +++ b/shellops/assets/ShellOps_15e7fd4b02/init/configs/staging.conf @@ -0,0 +1,4 @@ +[feature_flags] +feature_AB_test = enabled +feature_dark_mode = disabled +feature_notifications = enabled diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/index.txt b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/index.txt new file mode 100644 index 0000000000000000000000000000000000000000..66883d41e8badb81d9ab910e3178285001af3df0 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/index.txt @@ -0,0 +1,8 @@ +# Experiment payload index + +run_001.out +run_002.out +run_003.out +notes.txt +run_004.out + diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/notes.txt b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0000e703d5e6012160c4fdc6080333d001124989 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/notes.txt @@ -0,0 +1 @@ +Run 003 had calibration issues. diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_001.out b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_001.out new file mode 100644 index 0000000000000000000000000000000000000000..07706ab1ff6c33bcb0ff3d7e454e3aa6a4772e23 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_001.out @@ -0,0 +1 @@ +run_001:completed:2.5 diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_002.out b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_002.out new file mode 100644 index 0000000000000000000000000000000000000000..4ae74bdb05bd543a53bd0de1e91355754fa8c755 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_002.out @@ -0,0 +1 @@ +run_002:failed:0.75 diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_003.out b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_003.out new file mode 100644 index 0000000000000000000000000000000000000000..85fb5ca3b93b676240216209f72fad7c02c0e111 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_003.out @@ -0,0 +1 @@ +run_003:completed:3.0 diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_004.out b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_004.out new file mode 100644 index 0000000000000000000000000000000000000000..812f5a10929f16bada654f8284c534d55b65f342 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/raw/run_004.out @@ -0,0 +1 @@ +run_004:completed:1.25 diff --git a/shellops/assets/ShellOps_15f8c78c03/gold/results/summary.csv b/shellops/assets/ShellOps_15f8c78c03/gold/results/summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..f79a6b52bc8e5e51c04d6cce9ac7c08463d37d47 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/gold/results/summary.csv @@ -0,0 +1,5 @@ +run_id,status,duration_hours +run_001,completed,2.5 +run_002,failed,0.75 +run_003,completed,3.0 +run_004,completed,1.25 diff --git a/shellops/assets/ShellOps_15f8c78c03/init/results/raw/index.txt b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/index.txt new file mode 100644 index 0000000000000000000000000000000000000000..66883d41e8badb81d9ab910e3178285001af3df0 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/index.txt @@ -0,0 +1,8 @@ +# Experiment payload index + +run_001.out +run_002.out +run_003.out +notes.txt +run_004.out + diff --git a/shellops/assets/ShellOps_15f8c78c03/init/results/raw/notes.txt b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0000e703d5e6012160c4fdc6080333d001124989 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/notes.txt @@ -0,0 +1 @@ +Run 003 had calibration issues. diff --git a/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_001.out b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_001.out new file mode 100644 index 0000000000000000000000000000000000000000..07706ab1ff6c33bcb0ff3d7e454e3aa6a4772e23 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_001.out @@ -0,0 +1 @@ +run_001:completed:2.5 diff --git a/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_002.out b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_002.out new file mode 100644 index 0000000000000000000000000000000000000000..4ae74bdb05bd543a53bd0de1e91355754fa8c755 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_002.out @@ -0,0 +1 @@ +run_002:failed:0.75 diff --git a/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_003.out b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_003.out new file mode 100644 index 0000000000000000000000000000000000000000..85fb5ca3b93b676240216209f72fad7c02c0e111 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_003.out @@ -0,0 +1 @@ +run_003:completed:3.0 diff --git a/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_004.out b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_004.out new file mode 100644 index 0000000000000000000000000000000000000000..812f5a10929f16bada654f8284c534d55b65f342 --- /dev/null +++ b/shellops/assets/ShellOps_15f8c78c03/init/results/raw/run_004.out @@ -0,0 +1 @@ +run_004:completed:1.25 diff --git a/shellops/assets/ShellOps_164b21f31e/gold/active_products.txt b/shellops/assets/ShellOps_164b21f31e/gold/active_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..78863fe4df8167a48e6f1fe5cf0b3125c291c342 --- /dev/null +++ b/shellops/assets/ShellOps_164b21f31e/gold/active_products.txt @@ -0,0 +1,2 @@ +P1001 +P1004 diff --git a/shellops/assets/ShellOps_164b21f31e/gold/approved_list.xml b/shellops/assets/ShellOps_164b21f31e/gold/approved_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..b10277e5419fade1a817d0ab07b12e0472418389 --- /dev/null +++ b/shellops/assets/ShellOps_164b21f31e/gold/approved_list.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_164b21f31e/gold/exclusions.txt b/shellops/assets/ShellOps_164b21f31e/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ce8392a08641ef357a9b1f2f2f7340fc7d11d5f --- /dev/null +++ b/shellops/assets/ShellOps_164b21f31e/gold/exclusions.txt @@ -0,0 +1,2 @@ +P1002 +P1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_164b21f31e/init/approved_list.xml b/shellops/assets/ShellOps_164b21f31e/init/approved_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..b10277e5419fade1a817d0ab07b12e0472418389 --- /dev/null +++ b/shellops/assets/ShellOps_164b21f31e/init/approved_list.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_164b21f31e/init/exclusions.txt b/shellops/assets/ShellOps_164b21f31e/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ce8392a08641ef357a9b1f2f2f7340fc7d11d5f --- /dev/null +++ b/shellops/assets/ShellOps_164b21f31e/init/exclusions.txt @@ -0,0 +1,2 @@ +P1002 +P1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/README.md b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b3d5da157cc38ad1e2451756e71f177f1600d1e6 --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/README.md @@ -0,0 +1,4 @@ +# Integration Configuration Files + +This directory contains JSON configuration files for various third-party integrations. +Each file defines integration settings including status and preferred flags. diff --git a/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/analytics.json b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/analytics.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3b7831f452b17ce604207156ec62974182eef7 --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/analytics.json @@ -0,0 +1,14 @@ +{ + "integrations": [ + { + "name": "Google Analytics", + "status": "active", + "preferred": true + }, + { + "name": "Mixpanel", + "status": "inactive", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/email_services.json b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/email_services.json new file mode 100644 index 0000000000000000000000000000000000000000..5ccf5b8aeb0ee5fb72d89bafd18dec00ef7620ea --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/email_services.json @@ -0,0 +1,14 @@ +{ + "integrations": [ + { + "name": "SendGrid", + "status": "active", + "preferred": true + }, + { + "name": "Mailgun", + "status": "inactive", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/legacy_systems.json b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/legacy_systems.json new file mode 100644 index 0000000000000000000000000000000000000000..f6f25275cad19505e97c50e49263da6c0ec87983 --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/legacy_systems.json @@ -0,0 +1,9 @@ +{ + "integrations": [ + { + "name": "OldERP", + "status": "deprecated", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/payment_gateways.json b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/payment_gateways.json new file mode 100644 index 0000000000000000000000000000000000000000..94cde89514932781caa297fe49d64525b24b84aa --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/gold/config/integrations/payment_gateways.json @@ -0,0 +1,14 @@ +{ + "integrations": [ + { + "name": "Stripe", + "status": "active", + "preferred": true + }, + { + "name": "PayPal", + "status": "active", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/README.md b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b3d5da157cc38ad1e2451756e71f177f1600d1e6 --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/README.md @@ -0,0 +1,4 @@ +# Integration Configuration Files + +This directory contains JSON configuration files for various third-party integrations. +Each file defines integration settings including status and preferred flags. diff --git a/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/analytics.json b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/analytics.json new file mode 100644 index 0000000000000000000000000000000000000000..7b3b7831f452b17ce604207156ec62974182eef7 --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/analytics.json @@ -0,0 +1,14 @@ +{ + "integrations": [ + { + "name": "Google Analytics", + "status": "active", + "preferred": true + }, + { + "name": "Mixpanel", + "status": "inactive", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/email_services.json b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/email_services.json new file mode 100644 index 0000000000000000000000000000000000000000..5ccf5b8aeb0ee5fb72d89bafd18dec00ef7620ea --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/email_services.json @@ -0,0 +1,14 @@ +{ + "integrations": [ + { + "name": "SendGrid", + "status": "active", + "preferred": true + }, + { + "name": "Mailgun", + "status": "inactive", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/legacy_systems.json b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/legacy_systems.json new file mode 100644 index 0000000000000000000000000000000000000000..f6f25275cad19505e97c50e49263da6c0ec87983 --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/legacy_systems.json @@ -0,0 +1,9 @@ +{ + "integrations": [ + { + "name": "OldERP", + "status": "deprecated", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/payment_gateways.json b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/payment_gateways.json new file mode 100644 index 0000000000000000000000000000000000000000..94cde89514932781caa297fe49d64525b24b84aa --- /dev/null +++ b/shellops/assets/ShellOps_1656bd1ed2/init/config/integrations/payment_gateways.json @@ -0,0 +1,14 @@ +{ + "integrations": [ + { + "name": "Stripe", + "status": "active", + "preferred": true + }, + { + "name": "PayPal", + "status": "active", + "preferred": false + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1679167a17/gold/cross_eval.tsv b/shellops/assets/ShellOps_1679167a17/gold/cross_eval.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0cb55a19c080902c21c8ab0c52e793f520a70f01 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/cross_eval.tsv @@ -0,0 +1,3 @@ +circuit_alpha 12.1 +circuit_beta 0.5 +circuit_delta 45.9 diff --git a/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_alpha/summary.log b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_alpha/summary.log new file mode 100644 index 0000000000000000000000000000000000000000..3b1ee09c47df26d9f87ff04905517fbf1afacfc1 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_alpha/summary.log @@ -0,0 +1,8 @@ +Id: alpha-001 +State: active +Power: 12.3 +Voltage: 230.0 +--- +Power: 11.8 +--- +Power: 12.1 diff --git a/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_beta/summary.log b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_beta/summary.log new file mode 100644 index 0000000000000000000000000000000000000000..8a84c83ac5dd43d791ee80dda1380a6031e081cb --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_beta/summary.log @@ -0,0 +1,3 @@ +Id: beta-002 +State: standby +Power: 0.5 diff --git a/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_beta/verbose.log b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_beta/verbose.log new file mode 100644 index 0000000000000000000000000000000000000000..19983f0e783fa3d968b02281f329f86e6d8a222e --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_beta/verbose.log @@ -0,0 +1,3 @@ +DEBUG: power regulator tripped +Power: 99.9 +DEBUG: reset complete \ No newline at end of file diff --git a/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_delta/summary.log b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_delta/summary.log new file mode 100644 index 0000000000000000000000000000000000000000..793ade3b4ee4a496466f15e593972f4d2d6a1a27 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_delta/summary.log @@ -0,0 +1,8 @@ +Id: delta-004 +State: active +Power: 45.6 +Voltage: 240.0 +--- +Power: 46.1 +--- +Power: 45.9 diff --git a/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_epsilon/debug.log b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_epsilon/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..89700a25cc5ff9dcfc1ae0552630abf01803e89d --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_epsilon/debug.log @@ -0,0 +1 @@ +Power simulation start diff --git a/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_gamma/backup_summary.log b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_gamma/backup_summary.log new file mode 100644 index 0000000000000000000000000000000000000000..aaacb090877fb68089fd9ce6d512721f59f1ff80 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/gold/telemetry/circuit_gamma/backup_summary.log @@ -0,0 +1,2 @@ +Power: 7.8 +Power: 8.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_alpha/summary.log b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_alpha/summary.log new file mode 100644 index 0000000000000000000000000000000000000000..3b1ee09c47df26d9f87ff04905517fbf1afacfc1 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_alpha/summary.log @@ -0,0 +1,8 @@ +Id: alpha-001 +State: active +Power: 12.3 +Voltage: 230.0 +--- +Power: 11.8 +--- +Power: 12.1 diff --git a/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_beta/summary.log b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_beta/summary.log new file mode 100644 index 0000000000000000000000000000000000000000..8a84c83ac5dd43d791ee80dda1380a6031e081cb --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_beta/summary.log @@ -0,0 +1,3 @@ +Id: beta-002 +State: standby +Power: 0.5 diff --git a/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_beta/verbose.log b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_beta/verbose.log new file mode 100644 index 0000000000000000000000000000000000000000..19983f0e783fa3d968b02281f329f86e6d8a222e --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_beta/verbose.log @@ -0,0 +1,3 @@ +DEBUG: power regulator tripped +Power: 99.9 +DEBUG: reset complete \ No newline at end of file diff --git a/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_delta/summary.log b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_delta/summary.log new file mode 100644 index 0000000000000000000000000000000000000000..793ade3b4ee4a496466f15e593972f4d2d6a1a27 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_delta/summary.log @@ -0,0 +1,8 @@ +Id: delta-004 +State: active +Power: 45.6 +Voltage: 240.0 +--- +Power: 46.1 +--- +Power: 45.9 diff --git a/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_epsilon/debug.log b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_epsilon/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..89700a25cc5ff9dcfc1ae0552630abf01803e89d --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_epsilon/debug.log @@ -0,0 +1 @@ +Power simulation start diff --git a/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_gamma/backup_summary.log b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_gamma/backup_summary.log new file mode 100644 index 0000000000000000000000000000000000000000..aaacb090877fb68089fd9ce6d512721f59f1ff80 --- /dev/null +++ b/shellops/assets/ShellOps_1679167a17/init/telemetry/circuit_gamma/backup_summary.log @@ -0,0 +1,2 @@ +Power: 7.8 +Power: 8.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1688d7a79b/gold/common_participants.txt b/shellops/assets/ShellOps_1688d7a79b/gold/common_participants.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5e306f4a0778d9550cb4350b4ac110aa5b14630 --- /dev/null +++ b/shellops/assets/ShellOps_1688d7a79b/gold/common_participants.txt @@ -0,0 +1,2 @@ +Alice +Charlie diff --git a/shellops/assets/ShellOps_1688d7a79b/gold/individual_sports.csv b/shellops/assets/ShellOps_1688d7a79b/gold/individual_sports.csv new file mode 100644 index 0000000000000000000000000000000000000000..ff559cfab91e3de8bc2d4c8a1c0b8f153ed570f1 --- /dev/null +++ b/shellops/assets/ShellOps_1688d7a79b/gold/individual_sports.csv @@ -0,0 +1,5 @@ +Student,Individual Sport,Date +Alice,Swimming,2024-03-05 +Charlie,Running,2024-03-06 +Eve,Tennis,2024-03-07 +Frank,Cycling,2024-03-08 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1688d7a79b/gold/team_sports.csv b/shellops/assets/ShellOps_1688d7a79b/gold/team_sports.csv new file mode 100644 index 0000000000000000000000000000000000000000..02a1a2d12fc62af26e95f8ea7c341bf2b2ff34c6 --- /dev/null +++ b/shellops/assets/ShellOps_1688d7a79b/gold/team_sports.csv @@ -0,0 +1,5 @@ +Student,Team Sport,Date +Alice,Basketball,2024-03-01 +Bob,Soccer,2024-03-02 +Charlie,Baseball,2024-03-03 +David,Hockey,2024-03-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1688d7a79b/init/.tmp/individual_students.txt b/shellops/assets/ShellOps_1688d7a79b/init/.tmp/individual_students.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1688d7a79b/init/.tmp/team_students.txt b/shellops/assets/ShellOps_1688d7a79b/init/.tmp/team_students.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1688d7a79b/init/individual_sports.csv b/shellops/assets/ShellOps_1688d7a79b/init/individual_sports.csv new file mode 100644 index 0000000000000000000000000000000000000000..ff559cfab91e3de8bc2d4c8a1c0b8f153ed570f1 --- /dev/null +++ b/shellops/assets/ShellOps_1688d7a79b/init/individual_sports.csv @@ -0,0 +1,5 @@ +Student,Individual Sport,Date +Alice,Swimming,2024-03-05 +Charlie,Running,2024-03-06 +Eve,Tennis,2024-03-07 +Frank,Cycling,2024-03-08 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1688d7a79b/init/team_sports.csv b/shellops/assets/ShellOps_1688d7a79b/init/team_sports.csv new file mode 100644 index 0000000000000000000000000000000000000000..02a1a2d12fc62af26e95f8ea7c341bf2b2ff34c6 --- /dev/null +++ b/shellops/assets/ShellOps_1688d7a79b/init/team_sports.csv @@ -0,0 +1,5 @@ +Student,Team Sport,Date +Alice,Basketball,2024-03-01 +Bob,Soccer,2024-03-02 +Charlie,Baseball,2024-03-03 +David,Hockey,2024-03-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/boot_params.md b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/boot_params.md new file mode 100644 index 0000000000000000000000000000000000000000..dbae3dc0dead6409582eee0dddebd98bfdf24ab2 --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/boot_params.md @@ -0,0 +1,13 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| panic_on_oops | Halt on kernel oops | 1 | Required | +| nmi_watchdog | Enable NMI watchdog | 0 | Recommended | +| nosmt | Disable SMT | 0 | Required | +| spectre_v2 | Spectre v2 mitigation | on | Required | +| quiet | Suppress boot messages | 0 | Optional | +| splash | Show splash screen | 0 | Deprecated | +| selinux | SELinux state | 1 | Recommended | +| numa_balancing | NUMA balancing | 1 | Required | +| randomize_kstack_offset | Randomize kernel stack offset | 1 | Required | +| page_poison | Poison freed pages | 0 | Recommended | +| slab_nomerge | Disable slab merging | 0 | Optional | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/irq.md b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/irq.md new file mode 100644 index 0000000000000000000000000000000000000000..1fc8969b69cc73f0fbb57337e12ef185c3fa1e1b --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/irq.md @@ -0,0 +1,7 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| irqaffinity | IRQ affinity | 0 | Optional | +| noirqdebug | Disable IRQ debug | 0 | Deprecated | +| threadirqs | Force threaded IRQs | 0 | Recommended | +| acpi_irq_balance | ACPI IRQ balancing | 1 | Optional | +| irqchip_mask | Mask IRQ chips | 0 | Deprecated | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/memory.md b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/memory.md new file mode 100644 index 0000000000000000000000000000000000000000..2bb8db258806366744f6fc0a11f8740c36dd9625 --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/memory.md @@ -0,0 +1,12 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| overcommit_memory | Overcommit policy | 0 | Required | +| swappiness | Swap tendency | 60 | Recommended | +| page_cluster | Page clustering | 3 | Optional | +| hugetlb_shm_group | HugeTLB group | 0 | Deprecated | +| dirty_ratio | Dirty ratio | 20 | Recommended | +| numa_zonelist_order | Zone list order | Node | Optional | +| vfs_cache_pressure | Cache reclaim pressure | 100 | Required | +| min_free_kbytes | Min free memory | 67584 | Required | +| zone_reclaim_mode | NUMA reclaim mode | 0 | Recommended | +| oom_kill_allocating_task | OOM behavior | 0 | Deprecated | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/sched_features.md b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/sched_features.md new file mode 100644 index 0000000000000000000000000000000000000000..9a7ff176fcf847bc9af90d31e73558f24ae626a1 --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/gold/docs/kernel/sched_features.md @@ -0,0 +1,9 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| sched_rt_runtime_us | RT throttling | 950000 | Required | +| sched_latency_ns | Scheduler period | 6000000 | Recommended | +| sched_migration_cost_ns | Migration threshold | 500000 | Optional | +| sched_autogroup_enabled | Auto group scheduling | 1 | Required | +| sched_min_granularity_ns | Min preemption granularity | 4000000 | Recommended | +| sched_tunable_scaling | Scaling mode | 1 | Deprecated | +| sched_wakeup_granularity_ns | Wakeup preemption | 5000000 | Optional | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/gold/required_params.txt b/shellops/assets/ShellOps_1689f6383b/gold/required_params.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8582afbabfe9d78a59a3f077f60f31955fe09be --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/gold/required_params.txt @@ -0,0 +1,10 @@ +min_free_kbytes +nosmt +numa_balancing +overcommit_memory +panic_on_oops +randomize_kstack_offset +sched_autogroup_enabled +sched_rt_runtime_us +spectre_v2 +vfs_cache_pressure diff --git a/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/boot_params.md b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/boot_params.md new file mode 100644 index 0000000000000000000000000000000000000000..dbae3dc0dead6409582eee0dddebd98bfdf24ab2 --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/boot_params.md @@ -0,0 +1,13 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| panic_on_oops | Halt on kernel oops | 1 | Required | +| nmi_watchdog | Enable NMI watchdog | 0 | Recommended | +| nosmt | Disable SMT | 0 | Required | +| spectre_v2 | Spectre v2 mitigation | on | Required | +| quiet | Suppress boot messages | 0 | Optional | +| splash | Show splash screen | 0 | Deprecated | +| selinux | SELinux state | 1 | Recommended | +| numa_balancing | NUMA balancing | 1 | Required | +| randomize_kstack_offset | Randomize kernel stack offset | 1 | Required | +| page_poison | Poison freed pages | 0 | Recommended | +| slab_nomerge | Disable slab merging | 0 | Optional | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/irq.md b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/irq.md new file mode 100644 index 0000000000000000000000000000000000000000..1fc8969b69cc73f0fbb57337e12ef185c3fa1e1b --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/irq.md @@ -0,0 +1,7 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| irqaffinity | IRQ affinity | 0 | Optional | +| noirqdebug | Disable IRQ debug | 0 | Deprecated | +| threadirqs | Force threaded IRQs | 0 | Recommended | +| acpi_irq_balance | ACPI IRQ balancing | 1 | Optional | +| irqchip_mask | Mask IRQ chips | 0 | Deprecated | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/memory.md b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/memory.md new file mode 100644 index 0000000000000000000000000000000000000000..2bb8db258806366744f6fc0a11f8740c36dd9625 --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/memory.md @@ -0,0 +1,12 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| overcommit_memory | Overcommit policy | 0 | Required | +| swappiness | Swap tendency | 60 | Recommended | +| page_cluster | Page clustering | 3 | Optional | +| hugetlb_shm_group | HugeTLB group | 0 | Deprecated | +| dirty_ratio | Dirty ratio | 20 | Recommended | +| numa_zonelist_order | Zone list order | Node | Optional | +| vfs_cache_pressure | Cache reclaim pressure | 100 | Required | +| min_free_kbytes | Min free memory | 67584 | Required | +| zone_reclaim_mode | NUMA reclaim mode | 0 | Recommended | +| oom_kill_allocating_task | OOM behavior | 0 | Deprecated | \ No newline at end of file diff --git a/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/sched_features.md b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/sched_features.md new file mode 100644 index 0000000000000000000000000000000000000000..9a7ff176fcf847bc9af90d31e73558f24ae626a1 --- /dev/null +++ b/shellops/assets/ShellOps_1689f6383b/init/docs/kernel/sched_features.md @@ -0,0 +1,9 @@ +| Parameter | Description | Default | Status | +|-----------|-------------|---------|--------| +| sched_rt_runtime_us | RT throttling | 950000 | Required | +| sched_latency_ns | Scheduler period | 6000000 | Recommended | +| sched_migration_cost_ns | Migration threshold | 500000 | Optional | +| sched_autogroup_enabled | Auto group scheduling | 1 | Required | +| sched_min_granularity_ns | Min preemption granularity | 4000000 | Recommended | +| sched_tunable_scaling | Scaling mode | 1 | Deprecated | +| sched_wakeup_granularity_ns | Wakeup preemption | 5000000 | Optional | \ No newline at end of file diff --git a/shellops/assets/ShellOps_16c94ee4b5/gold/distractor/ignore_202402.csv b/shellops/assets/ShellOps_16c94ee4b5/gold/distractor/ignore_202402.csv new file mode 100644 index 0000000000000000000000000000000000000000..843edca1500e97453b5cd13157bf38ac59d64e31 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/gold/distractor/ignore_202402.csv @@ -0,0 +1,3 @@ +user_id,date,expense +U9x1,2024-02-28,$1100.00 +A8k3,2024-02-28,$300.00 diff --git a/shellops/assets/ShellOps_16c94ee4b5/gold/monthly_transactions.csv b/shellops/assets/ShellOps_16c94ee4b5/gold/monthly_transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f395839340723ef57c9800efbe4dc96f12e77de --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/gold/monthly_transactions.csv @@ -0,0 +1,14 @@ +user_id,date,expense +U9x1,2024-03-10,$123.45 +A8k3,2024-03-11,$85.00 +T2n0,2024-03-10,$500.00 +U9x1,2024-03-12,$450.00 +B5f7,2024-03-11,$15.00 +T2n0,2024-03-15,$255.50 +A8k3,2024-03-16,$420.00 +U9x1,2024-03-18,$60.00 +B5f7,2024-03-20,$5.00 +C4z9,2024-03-01,$900.00 +M1p2,2024-03-05,$210.00 +M1p2,2024-03-25,$210.00 +C4z9,2024-03-30,$150.50 diff --git a/shellops/assets/ShellOps_16c94ee4b5/gold/notes.md b/shellops/assets/ShellOps_16c94ee4b5/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f4f5a793e3137e06d1496621c85154e79a408326 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/gold/notes.md @@ -0,0 +1,6 @@ +# Transaction aggregations + +Only monthly totals exceeding $500 are worth reporting. +Unused files: distractor/ignore_202402.csv contains older data. + +Expected ranking should have C4z9 first, U9x1 second, A8k3 third and so forth. diff --git a/shellops/assets/ShellOps_16c94ee4b5/gold/ranked_high_spenders.tsv b/shellops/assets/ShellOps_16c94ee4b5/gold/ranked_high_spenders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..69cbbb81c95277a3befc8989b1d975cbd6786dd8 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/gold/ranked_high_spenders.tsv @@ -0,0 +1,4 @@ +C4z9 1050.50 +T2n0 755.50 +U9x1 633.45 +A8k3 505.00 diff --git a/shellops/assets/ShellOps_16c94ee4b5/gold/users.json b/shellops/assets/ShellOps_16c94ee4b5/gold/users.json new file mode 100644 index 0000000000000000000000000000000000000000..1c26d4cfeda100c1a88df0c894a4ec8dd57c61c7 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/gold/users.json @@ -0,0 +1,8 @@ +[ + {"user_id": "U9x1", "status": "active", "role": "admin"}, + {"user_id": "A8k3", "status": "active", "role": "viewer"}, + {"user_id": "B5f7", "status": "inactive", "role": "guest"}, + {"user_id": "C4z9", "status": "active", "role": "admin"}, + {"user_id": "M1p2", "status": "active", "role": "editor"}, + {"user_id": "T2n0", "status": "active", "role": "editor"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_16c94ee4b5/init/distractor/ignore_202402.csv b/shellops/assets/ShellOps_16c94ee4b5/init/distractor/ignore_202402.csv new file mode 100644 index 0000000000000000000000000000000000000000..843edca1500e97453b5cd13157bf38ac59d64e31 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/init/distractor/ignore_202402.csv @@ -0,0 +1,3 @@ +user_id,date,expense +U9x1,2024-02-28,$1100.00 +A8k3,2024-02-28,$300.00 diff --git a/shellops/assets/ShellOps_16c94ee4b5/init/monthly_transactions.csv b/shellops/assets/ShellOps_16c94ee4b5/init/monthly_transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f395839340723ef57c9800efbe4dc96f12e77de --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/init/monthly_transactions.csv @@ -0,0 +1,14 @@ +user_id,date,expense +U9x1,2024-03-10,$123.45 +A8k3,2024-03-11,$85.00 +T2n0,2024-03-10,$500.00 +U9x1,2024-03-12,$450.00 +B5f7,2024-03-11,$15.00 +T2n0,2024-03-15,$255.50 +A8k3,2024-03-16,$420.00 +U9x1,2024-03-18,$60.00 +B5f7,2024-03-20,$5.00 +C4z9,2024-03-01,$900.00 +M1p2,2024-03-05,$210.00 +M1p2,2024-03-25,$210.00 +C4z9,2024-03-30,$150.50 diff --git a/shellops/assets/ShellOps_16c94ee4b5/init/notes.md b/shellops/assets/ShellOps_16c94ee4b5/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f4f5a793e3137e06d1496621c85154e79a408326 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/init/notes.md @@ -0,0 +1,6 @@ +# Transaction aggregations + +Only monthly totals exceeding $500 are worth reporting. +Unused files: distractor/ignore_202402.csv contains older data. + +Expected ranking should have C4z9 first, U9x1 second, A8k3 third and so forth. diff --git a/shellops/assets/ShellOps_16c94ee4b5/init/users.json b/shellops/assets/ShellOps_16c94ee4b5/init/users.json new file mode 100644 index 0000000000000000000000000000000000000000..1c26d4cfeda100c1a88df0c894a4ec8dd57c61c7 --- /dev/null +++ b/shellops/assets/ShellOps_16c94ee4b5/init/users.json @@ -0,0 +1,8 @@ +[ + {"user_id": "U9x1", "status": "active", "role": "admin"}, + {"user_id": "A8k3", "status": "active", "role": "viewer"}, + {"user_id": "B5f7", "status": "inactive", "role": "guest"}, + {"user_id": "C4z9", "status": "active", "role": "admin"}, + {"user_id": "M1p2", "status": "active", "role": "editor"}, + {"user_id": "T2n0", "status": "active", "role": "editor"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_16f9ada2fa/gold/approved_clients.csv b/shellops/assets/ShellOps_16f9ada2fa/gold/approved_clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb25e5b428fee61041b4d52ebe3c8365562e11ed --- /dev/null +++ b/shellops/assets/ShellOps_16f9ada2fa/gold/approved_clients.csv @@ -0,0 +1,4 @@ +client_id,join_date,name +1024,2023-04-15,Alpha Corp +2048,2023-05-22,Beta Ltd +4096,2023-06-10,Gamma Inc \ No newline at end of file diff --git a/shellops/assets/ShellOps_16f9ada2fa/gold/incomplete_registrations.json b/shellops/assets/ShellOps_16f9ada2fa/gold/incomplete_registrations.json new file mode 100644 index 0000000000000000000000000000000000000000..8cfbe38863f8c98213eac7ef837f5d2cb85c7abc --- /dev/null +++ b/shellops/assets/ShellOps_16f9ada2fa/gold/incomplete_registrations.json @@ -0,0 +1 @@ +{"registrations": [{"id": 1024, "status": "pending"}, {"id": 3072, "status": "complete"}, {"id": 2048, "status": "incomplete"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_16f9ada2fa/gold/validated_customers.txt b/shellops/assets/ShellOps_16f9ada2fa/gold/validated_customers.txt new file mode 100644 index 0000000000000000000000000000000000000000..801c306ed34deec16ff7c06d8ab9480fc07af671 --- /dev/null +++ b/shellops/assets/ShellOps_16f9ada2fa/gold/validated_customers.txt @@ -0,0 +1 @@ +4096 diff --git a/shellops/assets/ShellOps_16f9ada2fa/init/approved_clients.csv b/shellops/assets/ShellOps_16f9ada2fa/init/approved_clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb25e5b428fee61041b4d52ebe3c8365562e11ed --- /dev/null +++ b/shellops/assets/ShellOps_16f9ada2fa/init/approved_clients.csv @@ -0,0 +1,4 @@ +client_id,join_date,name +1024,2023-04-15,Alpha Corp +2048,2023-05-22,Beta Ltd +4096,2023-06-10,Gamma Inc \ No newline at end of file diff --git a/shellops/assets/ShellOps_16f9ada2fa/init/incomplete_registrations.json b/shellops/assets/ShellOps_16f9ada2fa/init/incomplete_registrations.json new file mode 100644 index 0000000000000000000000000000000000000000..8cfbe38863f8c98213eac7ef837f5d2cb85c7abc --- /dev/null +++ b/shellops/assets/ShellOps_16f9ada2fa/init/incomplete_registrations.json @@ -0,0 +1 @@ +{"registrations": [{"id": 1024, "status": "pending"}, {"id": 3072, "status": "complete"}, {"id": 2048, "status": "incomplete"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_17323bc4cc/gold/README.md b/shellops/assets/ShellOps_17323bc4cc/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7d61920917dcb05446feca91da81b3de7cd315b4 --- /dev/null +++ b/shellops/assets/ShellOps_17323bc4cc/gold/README.md @@ -0,0 +1,3 @@ +# Cluster Diagnostics + +This directory holds diagnostic output files from the compute cluster. The logs are generated daily. diff --git a/shellops/assets/ShellOps_17323bc4cc/gold/cluster_audit/.keep b/shellops/assets/ShellOps_17323bc4cc/gold/cluster_audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_17323bc4cc/gold/cluster_audit/failed_component_list.md b/shellops/assets/ShellOps_17323bc4cc/gold/cluster_audit/failed_component_list.md new file mode 100644 index 0000000000000000000000000000000000000000..0876ca03090b009e9fdef4e2dfb5a3685861465d --- /dev/null +++ b/shellops/assets/ShellOps_17323bc4cc/gold/cluster_audit/failed_component_list.md @@ -0,0 +1,4 @@ +memory_subsystem +nvme_controller +pcie_bus +power_supply diff --git a/shellops/assets/ShellOps_17323bc4cc/gold/node_diagnostics.2024-04-10.out b/shellops/assets/ShellOps_17323bc4cc/gold/node_diagnostics.2024-04-10.out new file mode 100644 index 0000000000000000000000000000000000000000..58abe441512661d6beec2a437c7ab4e34f7bc78a --- /dev/null +++ b/shellops/assets/ShellOps_17323bc4cc/gold/node_diagnostics.2024-04-10.out @@ -0,0 +1,11 @@ +2024-04-10T08:15:23 INFO: Starting diagnostics on node-07 +2024-04-10T08:16:05 WARN: High temperature on fan zone 2 +2024-04-10T08:17:12 CHECK FAILED: memory_subsystem +2024-04-10T08:18:44 CHECK FAILED: pcie_bus +2024-04-10T08:19:30 INFO: CPU load within limits +2024-04-10T08:20:01 CHECK FAILED: nvme_controller +2024-04-10T08:20:45 CHECK PASSED: network_interface +2024-04-10T08:21:22 CHECK FAILED: memory_subsystem +2024-04-10T08:22:11 CHECK FAILED: power_supply +2024-04-10T08:22:50 INFO: Diagnostics complete +2024-04-10T08:23:05 CHECK FAILED: nvme_controller diff --git a/shellops/assets/ShellOps_17323bc4cc/init/README.md b/shellops/assets/ShellOps_17323bc4cc/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7d61920917dcb05446feca91da81b3de7cd315b4 --- /dev/null +++ b/shellops/assets/ShellOps_17323bc4cc/init/README.md @@ -0,0 +1,3 @@ +# Cluster Diagnostics + +This directory holds diagnostic output files from the compute cluster. The logs are generated daily. diff --git a/shellops/assets/ShellOps_17323bc4cc/init/cluster_audit/.keep b/shellops/assets/ShellOps_17323bc4cc/init/cluster_audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_17323bc4cc/init/node_diagnostics.2024-04-10.out b/shellops/assets/ShellOps_17323bc4cc/init/node_diagnostics.2024-04-10.out new file mode 100644 index 0000000000000000000000000000000000000000..58abe441512661d6beec2a437c7ab4e34f7bc78a --- /dev/null +++ b/shellops/assets/ShellOps_17323bc4cc/init/node_diagnostics.2024-04-10.out @@ -0,0 +1,11 @@ +2024-04-10T08:15:23 INFO: Starting diagnostics on node-07 +2024-04-10T08:16:05 WARN: High temperature on fan zone 2 +2024-04-10T08:17:12 CHECK FAILED: memory_subsystem +2024-04-10T08:18:44 CHECK FAILED: pcie_bus +2024-04-10T08:19:30 INFO: CPU load within limits +2024-04-10T08:20:01 CHECK FAILED: nvme_controller +2024-04-10T08:20:45 CHECK PASSED: network_interface +2024-04-10T08:21:22 CHECK FAILED: memory_subsystem +2024-04-10T08:22:11 CHECK FAILED: power_supply +2024-04-10T08:22:50 INFO: Diagnostics complete +2024-04-10T08:23:05 CHECK FAILED: nvme_controller diff --git a/shellops/assets/ShellOps_173e92fab8/gold/mismatches.cfg b/shellops/assets/ShellOps_173e92fab8/gold/mismatches.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7ec8ec9686dde25c949bd6dc3bc0c84b74b15a11 --- /dev/null +++ b/shellops/assets/ShellOps_173e92fab8/gold/mismatches.cfg @@ -0,0 +1,2 @@ + PAY3141 2024-06-05 $90.00 +PAY9101 2024-06-03 $150.00 diff --git a/shellops/assets/ShellOps_173e92fab8/gold/transactions/invoices.cfg b/shellops/assets/ShellOps_173e92fab8/gold/transactions/invoices.cfg new file mode 100644 index 0000000000000000000000000000000000000000..13dd72a68050d68fe607c080d6fc28dcdc24c745 --- /dev/null +++ b/shellops/assets/ShellOps_173e92fab8/gold/transactions/invoices.cfg @@ -0,0 +1,4 @@ +PAY1234 2024-06-01 $100.00 +PAY5678 2024-06-02 $200.00 +PAY9101 2024-06-03 $150.00 +PAY1121 2024-06-04 $75.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_173e92fab8/gold/transactions/receipts.cfg b/shellops/assets/ShellOps_173e92fab8/gold/transactions/receipts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4398dbef7a0286240f38d761a6299ff5c0715053 --- /dev/null +++ b/shellops/assets/ShellOps_173e92fab8/gold/transactions/receipts.cfg @@ -0,0 +1,4 @@ +PAY1234 2024-06-01 $100.00 +PAY5678 2024-06-02 $200.00 +PAY3141 2024-06-05 $90.00 +PAY1121 2024-06-04 $75.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_173e92fab8/init/transactions/invoices.cfg b/shellops/assets/ShellOps_173e92fab8/init/transactions/invoices.cfg new file mode 100644 index 0000000000000000000000000000000000000000..13dd72a68050d68fe607c080d6fc28dcdc24c745 --- /dev/null +++ b/shellops/assets/ShellOps_173e92fab8/init/transactions/invoices.cfg @@ -0,0 +1,4 @@ +PAY1234 2024-06-01 $100.00 +PAY5678 2024-06-02 $200.00 +PAY9101 2024-06-03 $150.00 +PAY1121 2024-06-04 $75.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_173e92fab8/init/transactions/receipts.cfg b/shellops/assets/ShellOps_173e92fab8/init/transactions/receipts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4398dbef7a0286240f38d761a6299ff5c0715053 --- /dev/null +++ b/shellops/assets/ShellOps_173e92fab8/init/transactions/receipts.cfg @@ -0,0 +1,4 @@ +PAY1234 2024-06-01 $100.00 +PAY5678 2024-06-02 $200.00 +PAY3141 2024-06-05 $90.00 +PAY1121 2024-06-04 $75.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_175b892f15/gold/config/enabled_apps.xml b/shellops/assets/ShellOps_175b892f15/gold/config/enabled_apps.xml new file mode 100644 index 0000000000000000000000000000000000000000..c38aa71625c8a29ed2574f8bbd46014beee67276 --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/gold/config/enabled_apps.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_175b892f15/gold/distractor/notes.md b/shellops/assets/ShellOps_175b892f15/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f672c69942c64e71343b1414eceddc4e98ae2a2f --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/gold/distractor/notes.md @@ -0,0 +1,4 @@ +# Deployment Notes +- scheduler is temporarily disabled for maintenance. +- cache-manager is pending security review. +- legacy-service is archived (not in authorized list). diff --git a/shellops/assets/ShellOps_175b892f15/gold/review/missing_apps.txt b/shellops/assets/ShellOps_175b892f15/gold/review/missing_apps.txt new file mode 100644 index 0000000000000000000000000000000000000000..7deff298d4a17756461cfa65fd055c8278cb474c --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/gold/review/missing_apps.txt @@ -0,0 +1,2 @@ +cache-manager +scheduler diff --git a/shellops/assets/ShellOps_175b892f15/gold/runtime/deployed.txt b/shellops/assets/ShellOps_175b892f15/gold/runtime/deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..17eea13fb0ea6b56268debe5596972aee05b7168 --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/gold/runtime/deployed.txt @@ -0,0 +1,4 @@ +core-auth +gateway +data-processor +monitoring-agent diff --git a/shellops/assets/ShellOps_175b892f15/init/config/enabled_apps.xml b/shellops/assets/ShellOps_175b892f15/init/config/enabled_apps.xml new file mode 100644 index 0000000000000000000000000000000000000000..c38aa71625c8a29ed2574f8bbd46014beee67276 --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/init/config/enabled_apps.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_175b892f15/init/distractor/notes.md b/shellops/assets/ShellOps_175b892f15/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f672c69942c64e71343b1414eceddc4e98ae2a2f --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/init/distractor/notes.md @@ -0,0 +1,4 @@ +# Deployment Notes +- scheduler is temporarily disabled for maintenance. +- cache-manager is pending security review. +- legacy-service is archived (not in authorized list). diff --git a/shellops/assets/ShellOps_175b892f15/init/runtime/deployed.txt b/shellops/assets/ShellOps_175b892f15/init/runtime/deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..17eea13fb0ea6b56268debe5596972aee05b7168 --- /dev/null +++ b/shellops/assets/ShellOps_175b892f15/init/runtime/deployed.txt @@ -0,0 +1,4 @@ +core-auth +gateway +data-processor +monitoring-agent diff --git a/shellops/assets/ShellOps_177f8b9fdf/gold/missing_legacy_models.txt b/shellops/assets/ShellOps_177f8b9fdf/gold/missing_legacy_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fab7e4a0be5074fc44728b24396bff034e5980e --- /dev/null +++ b/shellops/assets/ShellOps_177f8b9fdf/gold/missing_legacy_models.txt @@ -0,0 +1,2 @@ +C300 +D400 diff --git a/shellops/assets/ShellOps_177f8b9fdf/gold/models/approved.xml b/shellops/assets/ShellOps_177f8b9fdf/gold/models/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..da68056e2aa864d7d58c0d5082bf38c147441a4f --- /dev/null +++ b/shellops/assets/ShellOps_177f8b9fdf/gold/models/approved.xml @@ -0,0 +1 @@ +Modern DrillAdvanced Press \ No newline at end of file diff --git a/shellops/assets/ShellOps_177f8b9fdf/gold/models/legacy_2018.xml b/shellops/assets/ShellOps_177f8b9fdf/gold/models/legacy_2018.xml new file mode 100644 index 0000000000000000000000000000000000000000..3281f094c996c2ffaaf543288a0ae858bdccf4c4 --- /dev/null +++ b/shellops/assets/ShellOps_177f8b9fdf/gold/models/legacy_2018.xml @@ -0,0 +1 @@ +Original DrillClassic LatheOld Mill \ No newline at end of file diff --git a/shellops/assets/ShellOps_177f8b9fdf/init/models/approved.xml b/shellops/assets/ShellOps_177f8b9fdf/init/models/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..da68056e2aa864d7d58c0d5082bf38c147441a4f --- /dev/null +++ b/shellops/assets/ShellOps_177f8b9fdf/init/models/approved.xml @@ -0,0 +1 @@ +Modern DrillAdvanced Press \ No newline at end of file diff --git a/shellops/assets/ShellOps_177f8b9fdf/init/models/legacy_2018.xml b/shellops/assets/ShellOps_177f8b9fdf/init/models/legacy_2018.xml new file mode 100644 index 0000000000000000000000000000000000000000..3281f094c996c2ffaaf543288a0ae858bdccf4c4 --- /dev/null +++ b/shellops/assets/ShellOps_177f8b9fdf/init/models/legacy_2018.xml @@ -0,0 +1 @@ +Original DrillClassic LatheOld Mill \ No newline at end of file diff --git a/shellops/assets/ShellOps_17965b7304/gold/events/stream_a.jsonl b/shellops/assets/ShellOps_17965b7304/gold/events/stream_a.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..494ee42efdf9114a472ad49fec090f06958fcebf --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/gold/events/stream_a.jsonl @@ -0,0 +1,5 @@ +{"timestamp":"2024-05-01T10:00:00Z","event_type":"login","user_id":"u123"} +{"timestamp":"2024-05-01T10:01:00Z","event_type":"logout","user_id":"u123"} +{"timestamp":"2024-05-01T10:02:00Z","event_type":"login","user_id":"u456"} +{"timestamp":"2024-05-01T10:03:00Z","event_type":"page_view","user_id":"u456"} +{"timestamp":"2024-05-01T10:04:00Z","event_type":"login","user_id":"u789"} diff --git a/shellops/assets/ShellOps_17965b7304/gold/events/stream_b.jsonl b/shellops/assets/ShellOps_17965b7304/gold/events/stream_b.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..93d052e5d0f3ae3f84e428b59fae3dd185758bc0 --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/gold/events/stream_b.jsonl @@ -0,0 +1,5 @@ +{"timestamp":"2024-05-01T11:00:00Z","event_type":"login","user_id":"u101"} +{"timestamp":"2024-05-01T11:01:00Z","event_type":"page_view","user_id":"u102"} +{"timestamp":"2024-05-01T11:02:00Z","event_type":"logout","user_id":"u101"} +{"timestamp":"2024-05-01T11:03:00Z","event_type":"click","user_id":"u103"} +{"timestamp":"2024-05-01T11:04:00Z","event_type":"click","user_id":"u104"} diff --git a/shellops/assets/ShellOps_17965b7304/gold/events/stream_notes.txt b/shellops/assets/ShellOps_17965b7304/gold/events/stream_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..afdf893fec17e613042b0e7c094c82dde678c15f --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/gold/events/stream_notes.txt @@ -0,0 +1,4 @@ +These JSONL files contain user activity events. +Stream A is from the main web server. +Stream B is from the mobile API. +Ignore any events with type 'heartbeat' (not present in these samples). diff --git a/shellops/assets/ShellOps_17965b7304/gold/reports/event_rank.tsv b/shellops/assets/ShellOps_17965b7304/gold/reports/event_rank.tsv new file mode 100644 index 0000000000000000000000000000000000000000..36a5e133e7ec8350ec0e13aabf1710e536b52151 --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/gold/reports/event_rank.tsv @@ -0,0 +1,5 @@ +event_type count +login 4 +click 2 +logout 2 +page_view 2 diff --git a/shellops/assets/ShellOps_17965b7304/init/events/stream_a.jsonl b/shellops/assets/ShellOps_17965b7304/init/events/stream_a.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..494ee42efdf9114a472ad49fec090f06958fcebf --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/init/events/stream_a.jsonl @@ -0,0 +1,5 @@ +{"timestamp":"2024-05-01T10:00:00Z","event_type":"login","user_id":"u123"} +{"timestamp":"2024-05-01T10:01:00Z","event_type":"logout","user_id":"u123"} +{"timestamp":"2024-05-01T10:02:00Z","event_type":"login","user_id":"u456"} +{"timestamp":"2024-05-01T10:03:00Z","event_type":"page_view","user_id":"u456"} +{"timestamp":"2024-05-01T10:04:00Z","event_type":"login","user_id":"u789"} diff --git a/shellops/assets/ShellOps_17965b7304/init/events/stream_b.jsonl b/shellops/assets/ShellOps_17965b7304/init/events/stream_b.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..93d052e5d0f3ae3f84e428b59fae3dd185758bc0 --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/init/events/stream_b.jsonl @@ -0,0 +1,5 @@ +{"timestamp":"2024-05-01T11:00:00Z","event_type":"login","user_id":"u101"} +{"timestamp":"2024-05-01T11:01:00Z","event_type":"page_view","user_id":"u102"} +{"timestamp":"2024-05-01T11:02:00Z","event_type":"logout","user_id":"u101"} +{"timestamp":"2024-05-01T11:03:00Z","event_type":"click","user_id":"u103"} +{"timestamp":"2024-05-01T11:04:00Z","event_type":"click","user_id":"u104"} diff --git a/shellops/assets/ShellOps_17965b7304/init/events/stream_notes.txt b/shellops/assets/ShellOps_17965b7304/init/events/stream_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..afdf893fec17e613042b0e7c094c82dde678c15f --- /dev/null +++ b/shellops/assets/ShellOps_17965b7304/init/events/stream_notes.txt @@ -0,0 +1,4 @@ +These JSONL files contain user activity events. +Stream A is from the main web server. +Stream B is from the mobile API. +Ignore any events with type 'heartbeat' (not present in these samples). diff --git a/shellops/assets/ShellOps_17ae6995eb/gold/missing_deps.txt b/shellops/assets/ShellOps_17ae6995eb/gold/missing_deps.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bf98cd68c45663322050ed4991fadf393811b23 --- /dev/null +++ b/shellops/assets/ShellOps_17ae6995eb/gold/missing_deps.txt @@ -0,0 +1,2 @@ +eslint-config-airbnb +jest diff --git a/shellops/assets/ShellOps_17ae6995eb/gold/package.json b/shellops/assets/ShellOps_17ae6995eb/gold/package.json new file mode 100644 index 0000000000000000000000000000000000000000..f663d532f99570c1ef7eb6dde13705ee5b68a965 --- /dev/null +++ b/shellops/assets/ShellOps_17ae6995eb/gold/package.json @@ -0,0 +1,8 @@ +{ + "dependencies": { + "lodash": "^4.17.21", + "react": "18.2.0", + "jest": "29.7.0", + "eslint-config-airbnb": "^19.0.4" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_17ae6995eb/gold/requirements.txt b/shellops/assets/ShellOps_17ae6995eb/gold/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..faeab8f3eba416dca7a78fd2cabccc78485271ec --- /dev/null +++ b/shellops/assets/ShellOps_17ae6995eb/gold/requirements.txt @@ -0,0 +1,7 @@ +# Python dependencies +requests==2.31.0 +pytest==8.0.2 +react==0.1.0 +jsonschema==4.21.1 +lodash==4.17.21 +django==5.0.4 diff --git a/shellops/assets/ShellOps_17ae6995eb/init/package.json b/shellops/assets/ShellOps_17ae6995eb/init/package.json new file mode 100644 index 0000000000000000000000000000000000000000..f663d532f99570c1ef7eb6dde13705ee5b68a965 --- /dev/null +++ b/shellops/assets/ShellOps_17ae6995eb/init/package.json @@ -0,0 +1,8 @@ +{ + "dependencies": { + "lodash": "^4.17.21", + "react": "18.2.0", + "jest": "29.7.0", + "eslint-config-airbnb": "^19.0.4" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_17ae6995eb/init/requirements.txt b/shellops/assets/ShellOps_17ae6995eb/init/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..faeab8f3eba416dca7a78fd2cabccc78485271ec --- /dev/null +++ b/shellops/assets/ShellOps_17ae6995eb/init/requirements.txt @@ -0,0 +1,7 @@ +# Python dependencies +requests==2.31.0 +pytest==8.0.2 +react==0.1.0 +jsonschema==4.21.1 +lodash==4.17.21 +django==5.0.4 diff --git a/shellops/assets/ShellOps_17d5790b87/gold/distractor/obsolete.conf b/shellops/assets/ShellOps_17d5790b87/gold/distractor/obsolete.conf new file mode 100644 index 0000000000000000000000000000000000000000..f10575d9b56247dc6f5739ab01ab699bd5c5bcdf --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/gold/distractor/obsolete.conf @@ -0,0 +1,2 @@ +legacy_endpoint=old01 ciphers=TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_3DES_EDE_CBC_SHA +legacy_endpoint=old02 ciphers=TLS_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_17d5790b87/gold/gateways/active.conf b/shellops/assets/ShellOps_17d5790b87/gold/gateways/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..4472d4c11b930278e3908aa65d38d9eafb70ac66 --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/gold/gateways/active.conf @@ -0,0 +1,3 @@ +endpoint_id=e123 region=us-east ciphers=TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256 +endpoint_id=e124 region=eu-west ciphers=TLS_AES_256_GCM_SHA384,TLS_AES_128_CCM_SHA256 +endpoint_id=e125 region=ap-south ciphers=TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_17d5790b87/gold/reports/authorized_ciphers.tsv b/shellops/assets/ShellOps_17d5790b87/gold/reports/authorized_ciphers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b49dd8926986aa2994ac81399977b5ecbd9a7eeb --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/gold/reports/authorized_ciphers.tsv @@ -0,0 +1,3 @@ +TLS_AES_128_GCM_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_17d5790b87/gold/security/policy.conf b/shellops/assets/ShellOps_17d5790b87/gold/security/policy.conf new file mode 100644 index 0000000000000000000000000000000000000000..51e7ec684c3414000989c6f051608bf2a9968ba7 --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/gold/security/policy.conf @@ -0,0 +1,3 @@ +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 +TLS_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_17d5790b87/init/distractor/obsolete.conf b/shellops/assets/ShellOps_17d5790b87/init/distractor/obsolete.conf new file mode 100644 index 0000000000000000000000000000000000000000..f10575d9b56247dc6f5739ab01ab699bd5c5bcdf --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/init/distractor/obsolete.conf @@ -0,0 +1,2 @@ +legacy_endpoint=old01 ciphers=TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_3DES_EDE_CBC_SHA +legacy_endpoint=old02 ciphers=TLS_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_17d5790b87/init/gateways/active.conf b/shellops/assets/ShellOps_17d5790b87/init/gateways/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..4472d4c11b930278e3908aa65d38d9eafb70ac66 --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/init/gateways/active.conf @@ -0,0 +1,3 @@ +endpoint_id=e123 region=us-east ciphers=TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256 +endpoint_id=e124 region=eu-west ciphers=TLS_AES_256_GCM_SHA384,TLS_AES_128_CCM_SHA256 +endpoint_id=e125 region=ap-south ciphers=TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_17d5790b87/init/security/policy.conf b/shellops/assets/ShellOps_17d5790b87/init/security/policy.conf new file mode 100644 index 0000000000000000000000000000000000000000..51e7ec684c3414000989c6f051608bf2a9968ba7 --- /dev/null +++ b/shellops/assets/ShellOps_17d5790b87/init/security/policy.conf @@ -0,0 +1,3 @@ +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 +TLS_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_17efe35283/gold/calendar.conf b/shellops/assets/ShellOps_17efe35283/gold/calendar.conf new file mode 100644 index 0000000000000000000000000000000000000000..05b5c001ed837b7cdd1fe3a3e2278afc16b03d1b --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/gold/calendar.conf @@ -0,0 +1,7 @@ +# 2024Q2 feature launch calendar +# format: ENV_NAME = YYYY-MM-DD +production = 2024-06-01 +staging = 2024-05-15 +testing = 2024-05-10 +sandbox = 2024-05-20 +integration = 2024-05-05 diff --git a/shellops/assets/ShellOps_17efe35283/gold/envs/alpha.conf b/shellops/assets/ShellOps_17efe35283/gold/envs/alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..8563aeafcd10668691990ce65ed4ee1864c41393 --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/gold/envs/alpha.conf @@ -0,0 +1,6 @@ +[ production ] +feature_a = enabled +feature_b = disabled + +[ staging ] +feature_a = enabled diff --git a/shellops/assets/ShellOps_17efe35283/gold/envs/beta.conf b/shellops/assets/ShellOps_17efe35283/gold/envs/beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..85b02474d789819a7df55f967c461cfcb7ce7ba8 --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/gold/envs/beta.conf @@ -0,0 +1,5 @@ +[ testing ] +feature_c = on +[ staging ] +feature_a = enabled +feature_b = disabled diff --git a/shellops/assets/ShellOps_17efe35283/gold/envs/delta.conf b/shellops/assets/ShellOps_17efe35283/gold/envs/delta.conf new file mode 100644 index 0000000000000000000000000000000000000000..dcfb0538fa5beeff29c93b269384cf7bcbfdfbaf --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/gold/envs/delta.conf @@ -0,0 +1,6 @@ +[ production ] +feature_a = enabled +[ production ] +feature_b = disabled +[ experimental ] +feature_e = test diff --git a/shellops/assets/ShellOps_17efe35283/gold/envs/gamma.conf b/shellops/assets/ShellOps_17efe35283/gold/envs/gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..9f24e222f52d304e3a35d07ea791046f7c9caa36 --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/gold/envs/gamma.conf @@ -0,0 +1,4 @@ +[ sandbox ] +feature_d = off +[ integration ] +feature_a = enabled diff --git a/shellops/assets/ShellOps_17efe35283/gold/report/.keep b/shellops/assets/ShellOps_17efe35283/gold/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_17efe35283/gold/report/mismatches.txt b/shellops/assets/ShellOps_17efe35283/gold/report/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..9839eb20815b5cfd613a6234926497b048afa85d --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/gold/report/mismatches.txt @@ -0,0 +1 @@ +experimental diff --git a/shellops/assets/ShellOps_17efe35283/init/calendar.conf b/shellops/assets/ShellOps_17efe35283/init/calendar.conf new file mode 100644 index 0000000000000000000000000000000000000000..05b5c001ed837b7cdd1fe3a3e2278afc16b03d1b --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/init/calendar.conf @@ -0,0 +1,7 @@ +# 2024Q2 feature launch calendar +# format: ENV_NAME = YYYY-MM-DD +production = 2024-06-01 +staging = 2024-05-15 +testing = 2024-05-10 +sandbox = 2024-05-20 +integration = 2024-05-05 diff --git a/shellops/assets/ShellOps_17efe35283/init/envs/alpha.conf b/shellops/assets/ShellOps_17efe35283/init/envs/alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..8563aeafcd10668691990ce65ed4ee1864c41393 --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/init/envs/alpha.conf @@ -0,0 +1,6 @@ +[ production ] +feature_a = enabled +feature_b = disabled + +[ staging ] +feature_a = enabled diff --git a/shellops/assets/ShellOps_17efe35283/init/envs/beta.conf b/shellops/assets/ShellOps_17efe35283/init/envs/beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..85b02474d789819a7df55f967c461cfcb7ce7ba8 --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/init/envs/beta.conf @@ -0,0 +1,5 @@ +[ testing ] +feature_c = on +[ staging ] +feature_a = enabled +feature_b = disabled diff --git a/shellops/assets/ShellOps_17efe35283/init/envs/delta.conf b/shellops/assets/ShellOps_17efe35283/init/envs/delta.conf new file mode 100644 index 0000000000000000000000000000000000000000..dcfb0538fa5beeff29c93b269384cf7bcbfdfbaf --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/init/envs/delta.conf @@ -0,0 +1,6 @@ +[ production ] +feature_a = enabled +[ production ] +feature_b = disabled +[ experimental ] +feature_e = test diff --git a/shellops/assets/ShellOps_17efe35283/init/envs/gamma.conf b/shellops/assets/ShellOps_17efe35283/init/envs/gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..9f24e222f52d304e3a35d07ea791046f7c9caa36 --- /dev/null +++ b/shellops/assets/ShellOps_17efe35283/init/envs/gamma.conf @@ -0,0 +1,4 @@ +[ sandbox ] +feature_d = off +[ integration ] +feature_a = enabled diff --git a/shellops/assets/ShellOps_17efe35283/init/report/.keep b/shellops/assets/ShellOps_17efe35283/init/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1887f34947/gold/notes.txt b/shellops/assets/ShellOps_1887f34947/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..89e09199bc2615609738c9f3305feebafb8a12e3 --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/gold/notes.txt @@ -0,0 +1 @@ +Legacy parts require review for archival... \ No newline at end of file diff --git a/shellops/assets/ShellOps_1887f34947/gold/obsolete_legacy.txt b/shellops/assets/ShellOps_1887f34947/gold/obsolete_legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c3c15876d553056006c1fa1003c13e0ca951777 --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/gold/obsolete_legacy.txt @@ -0,0 +1,2 @@ +101 +104 diff --git a/shellops/assets/ShellOps_1887f34947/gold/replacements.tsv b/shellops/assets/ShellOps_1887f34947/gold/replacements.tsv new file mode 100644 index 0000000000000000000000000000000000000000..162659bbc36f3f47f7c0a30db8ad311b4797213a --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/gold/replacements.tsv @@ -0,0 +1,5 @@ +ID Status Reason +101 Obsolete legacy +102 Active cost +103 Obsolete safety +104 Obsolete legacy \ No newline at end of file diff --git a/shellops/assets/ShellOps_1887f34947/gold/stock.tsv b/shellops/assets/ShellOps_1887f34947/gold/stock.tsv new file mode 100644 index 0000000000000000000000000000000000000000..874cb6b756cd2ed1ff7c36382e595182d1a97c5e --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/gold/stock.tsv @@ -0,0 +1,5 @@ +ID Name Quantity +101 Bolt 500 +102 Gasket 200 +103 Washer 1500 +104 Screw 3000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1887f34947/init/notes.txt b/shellops/assets/ShellOps_1887f34947/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..89e09199bc2615609738c9f3305feebafb8a12e3 --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/init/notes.txt @@ -0,0 +1 @@ +Legacy parts require review for archival... \ No newline at end of file diff --git a/shellops/assets/ShellOps_1887f34947/init/replacements.tsv b/shellops/assets/ShellOps_1887f34947/init/replacements.tsv new file mode 100644 index 0000000000000000000000000000000000000000..162659bbc36f3f47f7c0a30db8ad311b4797213a --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/init/replacements.tsv @@ -0,0 +1,5 @@ +ID Status Reason +101 Obsolete legacy +102 Active cost +103 Obsolete safety +104 Obsolete legacy \ No newline at end of file diff --git a/shellops/assets/ShellOps_1887f34947/init/stock.tsv b/shellops/assets/ShellOps_1887f34947/init/stock.tsv new file mode 100644 index 0000000000000000000000000000000000000000..874cb6b756cd2ed1ff7c36382e595182d1a97c5e --- /dev/null +++ b/shellops/assets/ShellOps_1887f34947/init/stock.tsv @@ -0,0 +1,5 @@ +ID Name Quantity +101 Bolt 500 +102 Gasket 200 +103 Washer 1500 +104 Screw 3000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_18b459afdc/gold/contacts.csv b/shellops/assets/ShellOps_18b459afdc/gold/contacts.csv new file mode 100644 index 0000000000000000000000000000000000000000..b1463964f29d9f78482745454331c77f216645ec --- /dev/null +++ b/shellops/assets/ShellOps_18b459afdc/gold/contacts.csv @@ -0,0 +1,6 @@ +name,email +Alice,alice@example.com +Bob,bob@example.com +Charlie,charlie@example.com +Diana,diana@example.com +Eve,eve@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_18b459afdc/gold/exclusions.txt b/shellops/assets/ShellOps_18b459afdc/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..38638aeb10ee2dbde0ea7201b495f9823e349632 --- /dev/null +++ b/shellops/assets/ShellOps_18b459afdc/gold/exclusions.txt @@ -0,0 +1,2 @@ +charlie@example.com +eve@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_18b459afdc/gold/notes.txt b/shellops/assets/ShellOps_18b459afdc/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..126f7616f95bea04a89ab123ac05880cb2f4bde5 --- /dev/null +++ b/shellops/assets/ShellOps_18b459afdc/gold/notes.txt @@ -0,0 +1 @@ +This file contains irrelevant notes about the project and should not be processed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_18b459afdc/init/contacts.csv b/shellops/assets/ShellOps_18b459afdc/init/contacts.csv new file mode 100644 index 0000000000000000000000000000000000000000..b1463964f29d9f78482745454331c77f216645ec --- /dev/null +++ b/shellops/assets/ShellOps_18b459afdc/init/contacts.csv @@ -0,0 +1,6 @@ +name,email +Alice,alice@example.com +Bob,bob@example.com +Charlie,charlie@example.com +Diana,diana@example.com +Eve,eve@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_18b459afdc/init/exclusions.txt b/shellops/assets/ShellOps_18b459afdc/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..38638aeb10ee2dbde0ea7201b495f9823e349632 --- /dev/null +++ b/shellops/assets/ShellOps_18b459afdc/init/exclusions.txt @@ -0,0 +1,2 @@ +charlie@example.com +eve@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_18b459afdc/init/notes.txt b/shellops/assets/ShellOps_18b459afdc/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..126f7616f95bea04a89ab123ac05880cb2f4bde5 --- /dev/null +++ b/shellops/assets/ShellOps_18b459afdc/init/notes.txt @@ -0,0 +1 @@ +This file contains irrelevant notes about the project and should not be processed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_18c8c4c938/gold/docs/notes.md b/shellops/assets/ShellOps_18c8c4c938/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..32f1c2ee30b358a90a0c77bcd8bd53b59180385e --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/gold/docs/notes.md @@ -0,0 +1 @@ +NOTE: Equipment IDs below 100 are retired, except ID 99 which was reinstated. Cross-reference with maintenance logs before decommissioning. \ No newline at end of file diff --git a/shellops/assets/ShellOps_18c8c4c938/gold/equipment.csv b/shellops/assets/ShellOps_18c8c4c938/gold/equipment.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c0c0da822996c1a84a3b2a2813f3efad0ca854e --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/gold/equipment.csv @@ -0,0 +1,5 @@ +EquipmentID,Type,Location +105,Centrifuge,Lab B +108,Microscope,Lab A +112,Incubator,Lab C +116,Refrigerator,Lab D \ No newline at end of file diff --git a/shellops/assets/ShellOps_18c8c4c938/gold/lab_samples.tsv b/shellops/assets/ShellOps_18c8c4c938/gold/lab_samples.tsv new file mode 100644 index 0000000000000000000000000000000000000000..dc615fbc61e504df7355b88c60b7b4ff625e9112 --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/gold/lab_samples.tsv @@ -0,0 +1,5 @@ +EquipmentID SampleID Date +108 S-284 2024-05-15 +112 S-301 2024-05-16 +116 S-299 2024-05-17 +120 S-307 2024-05-18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_18c8c4c938/gold/missing_equipment.txt b/shellops/assets/ShellOps_18c8c4c938/gold/missing_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..f96ac06721837aa6a644a580c03c76f304e81db0 --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/gold/missing_equipment.txt @@ -0,0 +1 @@ +105 diff --git a/shellops/assets/ShellOps_18c8c4c938/init/docs/notes.md b/shellops/assets/ShellOps_18c8c4c938/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..32f1c2ee30b358a90a0c77bcd8bd53b59180385e --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/init/docs/notes.md @@ -0,0 +1 @@ +NOTE: Equipment IDs below 100 are retired, except ID 99 which was reinstated. Cross-reference with maintenance logs before decommissioning. \ No newline at end of file diff --git a/shellops/assets/ShellOps_18c8c4c938/init/equipment.csv b/shellops/assets/ShellOps_18c8c4c938/init/equipment.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c0c0da822996c1a84a3b2a2813f3efad0ca854e --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/init/equipment.csv @@ -0,0 +1,5 @@ +EquipmentID,Type,Location +105,Centrifuge,Lab B +108,Microscope,Lab A +112,Incubator,Lab C +116,Refrigerator,Lab D \ No newline at end of file diff --git a/shellops/assets/ShellOps_18c8c4c938/init/lab_samples.tsv b/shellops/assets/ShellOps_18c8c4c938/init/lab_samples.tsv new file mode 100644 index 0000000000000000000000000000000000000000..dc615fbc61e504df7355b88c60b7b4ff625e9112 --- /dev/null +++ b/shellops/assets/ShellOps_18c8c4c938/init/lab_samples.tsv @@ -0,0 +1,5 @@ +EquipmentID SampleID Date +108 S-284 2024-05-15 +112 S-301 2024-05-16 +116 S-299 2024-05-17 +120 S-307 2024-05-18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/audit/resources.txt b/shellops/assets/ShellOps_18d80ff0b2/gold/audit/resources.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b05124772719f2fd35c138ec2d1abf5e31e8fce --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/audit/resources.txt @@ -0,0 +1,2 @@ +queue-worker-003 +svc-web-001 diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/archive_bucket.json b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/archive_bucket.json new file mode 100644 index 0000000000000000000000000000000000000000..6b7c607b9cf456b8bb4bb33c67378dca149f3068 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/archive_bucket.json @@ -0,0 +1 @@ +{"resource_id": "bucket-archive-004", "type": "storage", "tags": {"tier": "legacy"}, "exclude_from_audit": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/cache_layer.json b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..28963c88fbac060a24c1a0f2d7249c00ee6c8585 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/cache_layer.json @@ -0,0 +1 @@ +{"resource_id": "cache-layer-002", "type": "cache", "tags": {"tier": "production"}, "exclude_from_audit": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/db_primary.json b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/db_primary.json new file mode 100644 index 0000000000000000000000000000000000000000..b131c4bbec456ace21dfb8884b4057c3dc6215c5 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/db_primary.json @@ -0,0 +1 @@ +{"resource_id": "db-primary-001", "type": "database", "tags": {"tier": "legacy"}, "exclude_from_audit": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/notes.txt b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99281fb2b76258172adb0aff0cbca51bcfb8cde --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/notes.txt @@ -0,0 +1 @@ +Legacy resources scheduled for decommission after Q3. \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/queue_worker.json b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/queue_worker.json new file mode 100644 index 0000000000000000000000000000000000000000..9ac7a0470851af2ba343dd82a309361ab247eec6 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/queue_worker.json @@ -0,0 +1 @@ +{"resource_id": "queue-worker-003", "type": "worker", "tags": {"tier": "production"}, "exclude_from_audit": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/service_web.json b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/service_web.json new file mode 100644 index 0000000000000000000000000000000000000000..c29c1e82556caff144221c50c6b0e1cbaad6f39d --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/gold/deploy/service_web.json @@ -0,0 +1 @@ +{"resource_id": "svc-web-001", "type": "service", "tags": {"tier": "production"}, "exclude_from_audit": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/init/deploy/archive_bucket.json b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/archive_bucket.json new file mode 100644 index 0000000000000000000000000000000000000000..6b7c607b9cf456b8bb4bb33c67378dca149f3068 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/archive_bucket.json @@ -0,0 +1 @@ +{"resource_id": "bucket-archive-004", "type": "storage", "tags": {"tier": "legacy"}, "exclude_from_audit": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/init/deploy/cache_layer.json b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..28963c88fbac060a24c1a0f2d7249c00ee6c8585 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/cache_layer.json @@ -0,0 +1 @@ +{"resource_id": "cache-layer-002", "type": "cache", "tags": {"tier": "production"}, "exclude_from_audit": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/init/deploy/db_primary.json b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/db_primary.json new file mode 100644 index 0000000000000000000000000000000000000000..b131c4bbec456ace21dfb8884b4057c3dc6215c5 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/db_primary.json @@ -0,0 +1 @@ +{"resource_id": "db-primary-001", "type": "database", "tags": {"tier": "legacy"}, "exclude_from_audit": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/init/deploy/notes.txt b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99281fb2b76258172adb0aff0cbca51bcfb8cde --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/notes.txt @@ -0,0 +1 @@ +Legacy resources scheduled for decommission after Q3. \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/init/deploy/queue_worker.json b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/queue_worker.json new file mode 100644 index 0000000000000000000000000000000000000000..9ac7a0470851af2ba343dd82a309361ab247eec6 --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/queue_worker.json @@ -0,0 +1 @@ +{"resource_id": "queue-worker-003", "type": "worker", "tags": {"tier": "production"}, "exclude_from_audit": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18d80ff0b2/init/deploy/service_web.json b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/service_web.json new file mode 100644 index 0000000000000000000000000000000000000000..c29c1e82556caff144221c50c6b0e1cbaad6f39d --- /dev/null +++ b/shellops/assets/ShellOps_18d80ff0b2/init/deploy/service_web.json @@ -0,0 +1 @@ +{"resource_id": "svc-web-001", "type": "service", "tags": {"tier": "production"}, "exclude_from_audit": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18e9560952/gold/baseline/active.json b/shellops/assets/ShellOps_18e9560952/gold/baseline/active.json new file mode 100644 index 0000000000000000000000000000000000000000..2a2cffe80da5eb3718ed1bad1a601af0601f2952 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/gold/baseline/active.json @@ -0,0 +1,8 @@ +{ + "regions": [ + {"region": "us-east", "active": true}, + {"region": "us-west", "active": true}, + {"region": "eu-west", "active": true}, + {"region": "ap-south", "active": false} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18e9560952/gold/devices.csv b/shellops/assets/ShellOps_18e9560952/gold/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..6b1492d95dd2176a27f7a16bdae520b0837805a7 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/gold/devices.csv @@ -0,0 +1,11 @@ +device_id,region,status +D001,us-east,active +D002,us-west,active +D003,us-east,active +D004,eu-west,active +D005,us-east,active +D006,us-west,active +D007,ap-south,active +D008,us-east,active +D009,eu-west,active +D010,us-west,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_18e9560952/gold/notes.md b/shellops/assets/ShellOps_18e9560952/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..48f9a688c4c60fc52c740e3e8d350c54c201c5e9 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/gold/notes.md @@ -0,0 +1 @@ +Distractor note: ap-south is deprecated and should not appear in totals. diff --git a/shellops/assets/ShellOps_18e9560952/gold/report/regional_totals.tsv b/shellops/assets/ShellOps_18e9560952/gold/report/regional_totals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..431824f392829154f5c8548de1ce169778d2a0b3 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/gold/report/regional_totals.tsv @@ -0,0 +1,3 @@ +us-east 4 +us-west 3 +eu-west 2 diff --git a/shellops/assets/ShellOps_18e9560952/init/baseline/active.json b/shellops/assets/ShellOps_18e9560952/init/baseline/active.json new file mode 100644 index 0000000000000000000000000000000000000000..2a2cffe80da5eb3718ed1bad1a601af0601f2952 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/init/baseline/active.json @@ -0,0 +1,8 @@ +{ + "regions": [ + {"region": "us-east", "active": true}, + {"region": "us-west", "active": true}, + {"region": "eu-west", "active": true}, + {"region": "ap-south", "active": false} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18e9560952/init/devices.csv b/shellops/assets/ShellOps_18e9560952/init/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..6b1492d95dd2176a27f7a16bdae520b0837805a7 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/init/devices.csv @@ -0,0 +1,11 @@ +device_id,region,status +D001,us-east,active +D002,us-west,active +D003,us-east,active +D004,eu-west,active +D005,us-east,active +D006,us-west,active +D007,ap-south,active +D008,us-east,active +D009,eu-west,active +D010,us-west,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_18e9560952/init/notes.md b/shellops/assets/ShellOps_18e9560952/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..48f9a688c4c60fc52c740e3e8d350c54c201c5e9 --- /dev/null +++ b/shellops/assets/ShellOps_18e9560952/init/notes.md @@ -0,0 +1 @@ +Distractor note: ap-south is deprecated and should not appear in totals. diff --git a/shellops/assets/ShellOps_18f7725801/gold/missing_deps.txt b/shellops/assets/ShellOps_18f7725801/gold/missing_deps.txt new file mode 100644 index 0000000000000000000000000000000000000000..da8c339726c52219275e66db007108a8a8bdba46 --- /dev/null +++ b/shellops/assets/ShellOps_18f7725801/gold/missing_deps.txt @@ -0,0 +1,2 @@ +lodash +unpkg diff --git a/shellops/assets/ShellOps_18f7725801/gold/project/lockfile.json b/shellops/assets/ShellOps_18f7725801/gold/project/lockfile.json new file mode 100644 index 0000000000000000000000000000000000000000..be14c777061f897ff7c90c36d5dbb5b360611b9d --- /dev/null +++ b/shellops/assets/ShellOps_18f7725801/gold/project/lockfile.json @@ -0,0 +1,6 @@ +{ + "react": "17.0.2", + "axios": "0.21.1", + "debug": "4.3.4", + "moment": "2.29.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18f7725801/gold/project/manifest.json b/shellops/assets/ShellOps_18f7725801/gold/project/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..476a4aebd3a7b91465c72b3a35a22337ba0a32b2 --- /dev/null +++ b/shellops/assets/ShellOps_18f7725801/gold/project/manifest.json @@ -0,0 +1,7 @@ +{ + "react": "^17.0.2", + "lodash": "^4.17.19", + "axios": "^0.21.1", + "unpkg": "^1.0.0", + "debug": "^4.3.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18f7725801/init/.tmp/lockfile_deps.txt b/shellops/assets/ShellOps_18f7725801/init/.tmp/lockfile_deps.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_18f7725801/init/.tmp/manifest_deps.txt b/shellops/assets/ShellOps_18f7725801/init/.tmp/manifest_deps.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_18f7725801/init/project/lockfile.json b/shellops/assets/ShellOps_18f7725801/init/project/lockfile.json new file mode 100644 index 0000000000000000000000000000000000000000..be14c777061f897ff7c90c36d5dbb5b360611b9d --- /dev/null +++ b/shellops/assets/ShellOps_18f7725801/init/project/lockfile.json @@ -0,0 +1,6 @@ +{ + "react": "17.0.2", + "axios": "0.21.1", + "debug": "4.3.4", + "moment": "2.29.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18f7725801/init/project/manifest.json b/shellops/assets/ShellOps_18f7725801/init/project/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..476a4aebd3a7b91465c72b3a35a22337ba0a32b2 --- /dev/null +++ b/shellops/assets/ShellOps_18f7725801/init/project/manifest.json @@ -0,0 +1,7 @@ +{ + "react": "^17.0.2", + "lodash": "^4.17.19", + "axios": "^0.21.1", + "unpkg": "^1.0.0", + "debug": "^4.3.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/.keep b/shellops/assets/ShellOps_18fc318411/gold/fleet/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/readiness_audit.txt b/shellops/assets/ShellOps_18fc318411/gold/fleet/readiness_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..340ec4278f95f8b48613ebdd3ff078107468a749 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/readiness_audit.txt @@ -0,0 +1 @@ +router-gamma: actual=standby target=ready diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-alpha.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..56b53032f1f5bd6cdfda344758b631bb2a579822 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-alpha.out @@ -0,0 +1,5 @@ +# readiness state +readiness=ready + +# uptime +uptime=123456 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-beta.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-beta.out new file mode 100644 index 0000000000000000000000000000000000000000..48d41d6c7cd4519586b2bfb8a7a38aa93f507083 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-beta.out @@ -0,0 +1,5 @@ +# readiness state +readiness=standby + +# uptime +uptime=987654 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-delta.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-delta.out new file mode 100644 index 0000000000000000000000000000000000000000..c84e9a9d87d5c07a1b582e661ee139f0746ba592 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-delta.out @@ -0,0 +1,5 @@ +# readiness state +readiness=standby + +# uptime +uptime=444444 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-epsilon.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-epsilon.out new file mode 100644 index 0000000000000000000000000000000000000000..ad0af5bb02d76966f950a52dacd5872773f074da --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-epsilon.out @@ -0,0 +1,5 @@ +# readiness state +readiness=ready + +# uptime +uptime=111111 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-eta.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-eta.out new file mode 100644 index 0000000000000000000000000000000000000000..47f89caf8617ba73019d8715ba1b166eea07f181 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-eta.out @@ -0,0 +1,5 @@ +# readiness state mismatch - no target defined +readiness=standby + +# uptime +uptime=777777 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-gamma.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..44a184015215dd3c9d1f70c774a095f2c1354836 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-gamma.out @@ -0,0 +1,5 @@ +# readiness state +readiness=standby + +# uptime +uptime=555555 diff --git a/shellops/assets/ShellOps_18fc318411/gold/fleet/router-zeta.out b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-zeta.out new file mode 100644 index 0000000000000000000000000000000000000000..b800ac45824ae10b0bcc06d0b6cb1800a9e0aea0 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/fleet/router-zeta.out @@ -0,0 +1,5 @@ +# readiness state +readiness=unknown + +# uptime +uptime=999999 diff --git a/shellops/assets/ShellOps_18fc318411/gold/policy/targets.cnf b/shellops/assets/ShellOps_18fc318411/gold/policy/targets.cnf new file mode 100644 index 0000000000000000000000000000000000000000..1830c92f2b6fbe7e137f8972897af13728dd94f5 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/gold/policy/targets.cnf @@ -0,0 +1,7 @@ +# Fleet target readiness levels +# host=level +router-alpha=ready +router-beta=standby +router-gamma=ready +router-delta=standby +router-epsilon=ready diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/.keep b/shellops/assets/ShellOps_18fc318411/init/fleet/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-alpha.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..56b53032f1f5bd6cdfda344758b631bb2a579822 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-alpha.out @@ -0,0 +1,5 @@ +# readiness state +readiness=ready + +# uptime +uptime=123456 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-beta.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-beta.out new file mode 100644 index 0000000000000000000000000000000000000000..48d41d6c7cd4519586b2bfb8a7a38aa93f507083 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-beta.out @@ -0,0 +1,5 @@ +# readiness state +readiness=standby + +# uptime +uptime=987654 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-delta.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-delta.out new file mode 100644 index 0000000000000000000000000000000000000000..c84e9a9d87d5c07a1b582e661ee139f0746ba592 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-delta.out @@ -0,0 +1,5 @@ +# readiness state +readiness=standby + +# uptime +uptime=444444 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-epsilon.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-epsilon.out new file mode 100644 index 0000000000000000000000000000000000000000..ad0af5bb02d76966f950a52dacd5872773f074da --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-epsilon.out @@ -0,0 +1,5 @@ +# readiness state +readiness=ready + +# uptime +uptime=111111 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-eta.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-eta.out new file mode 100644 index 0000000000000000000000000000000000000000..47f89caf8617ba73019d8715ba1b166eea07f181 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-eta.out @@ -0,0 +1,5 @@ +# readiness state mismatch - no target defined +readiness=standby + +# uptime +uptime=777777 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-gamma.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..44a184015215dd3c9d1f70c774a095f2c1354836 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-gamma.out @@ -0,0 +1,5 @@ +# readiness state +readiness=standby + +# uptime +uptime=555555 diff --git a/shellops/assets/ShellOps_18fc318411/init/fleet/router-zeta.out b/shellops/assets/ShellOps_18fc318411/init/fleet/router-zeta.out new file mode 100644 index 0000000000000000000000000000000000000000..b800ac45824ae10b0bcc06d0b6cb1800a9e0aea0 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/fleet/router-zeta.out @@ -0,0 +1,5 @@ +# readiness state +readiness=unknown + +# uptime +uptime=999999 diff --git a/shellops/assets/ShellOps_18fc318411/init/policy/targets.cnf b/shellops/assets/ShellOps_18fc318411/init/policy/targets.cnf new file mode 100644 index 0000000000000000000000000000000000000000..1830c92f2b6fbe7e137f8972897af13728dd94f5 --- /dev/null +++ b/shellops/assets/ShellOps_18fc318411/init/policy/targets.cnf @@ -0,0 +1,7 @@ +# Fleet target readiness levels +# host=level +router-alpha=ready +router-beta=standby +router-gamma=ready +router-delta=standby +router-epsilon=ready diff --git a/shellops/assets/ShellOps_190932f7ae/gold/access.log b/shellops/assets/ShellOps_190932f7ae/gold/access.log new file mode 100644 index 0000000000000000000000000000000000000000..b9275543a5d2246050606e1ed5a1e46665041916 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/gold/access.log @@ -0,0 +1,5 @@ +2024-01-15 10:23:45 user=jdoe device=abc123 action=login result=success +2024-01-15 10:24:12 user=jsmith device=def456 action=login result=fail +2024-01-15 10:25:33 user=blee device=ghi789 action=login result=success +2024-01-15 10:26:01 user=troe device=xyz000 action=logout result=success +2024-01-15 10:27:44 user=admin device=zzz999 action=login result=success diff --git a/shellops/assets/ShellOps_190932f7ae/gold/devices.tsv b/shellops/assets/ShellOps_190932f7ae/gold/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d27c8843be6663e99ea733640001faa9a3bf52c9 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/gold/devices.tsv @@ -0,0 +1,5 @@ +device_id location serial +ABC123 floor1 SN001 +DEF456 floor2 SN002 +GHI789 floor3 SN003 +XYZ000 floor4 SN004 diff --git a/shellops/assets/ShellOps_190932f7ae/gold/notes.txt b/shellops/assets/ShellOps_190932f7ae/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..270206d01caaeba547e4403e754f1207260bd771 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/gold/notes.txt @@ -0,0 +1 @@ +Ignore device zzz999 in access.log; it's a test fixture. diff --git a/shellops/assets/ShellOps_190932f7ae/gold/reports/normalized_devices.tsv b/shellops/assets/ShellOps_190932f7ae/gold/reports/normalized_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c6904abbe9a5f93c770ac471464725c10ade1855 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/gold/reports/normalized_devices.tsv @@ -0,0 +1,5 @@ +device_id +ABC123 +DEF456 +GHI789 +XYZ000 diff --git a/shellops/assets/ShellOps_190932f7ae/init/access.log b/shellops/assets/ShellOps_190932f7ae/init/access.log new file mode 100644 index 0000000000000000000000000000000000000000..b9275543a5d2246050606e1ed5a1e46665041916 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/init/access.log @@ -0,0 +1,5 @@ +2024-01-15 10:23:45 user=jdoe device=abc123 action=login result=success +2024-01-15 10:24:12 user=jsmith device=def456 action=login result=fail +2024-01-15 10:25:33 user=blee device=ghi789 action=login result=success +2024-01-15 10:26:01 user=troe device=xyz000 action=logout result=success +2024-01-15 10:27:44 user=admin device=zzz999 action=login result=success diff --git a/shellops/assets/ShellOps_190932f7ae/init/devices.tsv b/shellops/assets/ShellOps_190932f7ae/init/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d27c8843be6663e99ea733640001faa9a3bf52c9 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/init/devices.tsv @@ -0,0 +1,5 @@ +device_id location serial +ABC123 floor1 SN001 +DEF456 floor2 SN002 +GHI789 floor3 SN003 +XYZ000 floor4 SN004 diff --git a/shellops/assets/ShellOps_190932f7ae/init/notes.txt b/shellops/assets/ShellOps_190932f7ae/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..270206d01caaeba547e4403e754f1207260bd771 --- /dev/null +++ b/shellops/assets/ShellOps_190932f7ae/init/notes.txt @@ -0,0 +1 @@ +Ignore device zzz999 in access.log; it's a test fixture. diff --git a/shellops/assets/ShellOps_19375f1190/gold/configs/.keep b/shellops/assets/ShellOps_19375f1190/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_19375f1190/gold/configs/service_a.conf b/shellops/assets/ShellOps_19375f1190/gold/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..2f104c4c343190665250da4816e82a50e831e63e --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/gold/configs/service_a.conf @@ -0,0 +1,3 @@ +[service_a] +log_level=info +port=8080 diff --git a/shellops/assets/ShellOps_19375f1190/gold/configs/service_b.conf b/shellops/assets/ShellOps_19375f1190/gold/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..0d5a174ab007951cbd6798dcee2015323f83c9da --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/gold/configs/service_b.conf @@ -0,0 +1,3 @@ +[service_b] +log_level=debug +host=localhost diff --git a/shellops/assets/ShellOps_19375f1190/gold/configs/service_c.conf b/shellops/assets/ShellOps_19375f1190/gold/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..5760006d4daf0dc50bd2b8badb211fc7ef53d4f3 --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/gold/configs/service_c.conf @@ -0,0 +1,3 @@ +[service_c] +log_level=warn +timeout=30 diff --git a/shellops/assets/ShellOps_19375f1190/gold/configs/service_d.conf b/shellops/assets/ShellOps_19375f1190/gold/configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..f4db1727c06de96e26975cd2e98e4ce1e4cc8c95 --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/gold/configs/service_d.conf @@ -0,0 +1,3 @@ +[service_d] +log_level=info +max_connections=100 diff --git a/shellops/assets/ShellOps_19375f1190/gold/logging_summary.out b/shellops/assets/ShellOps_19375f1190/gold/logging_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..3959a13d9137ea170c23be1e5545853d8e20e48a --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/gold/logging_summary.out @@ -0,0 +1,3 @@ +log_level=debug +log_level=info +log_level=warn diff --git a/shellops/assets/ShellOps_19375f1190/init/configs/.keep b/shellops/assets/ShellOps_19375f1190/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_19375f1190/init/configs/service_a.conf b/shellops/assets/ShellOps_19375f1190/init/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..2f104c4c343190665250da4816e82a50e831e63e --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/init/configs/service_a.conf @@ -0,0 +1,3 @@ +[service_a] +log_level=info +port=8080 diff --git a/shellops/assets/ShellOps_19375f1190/init/configs/service_b.conf b/shellops/assets/ShellOps_19375f1190/init/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..0d5a174ab007951cbd6798dcee2015323f83c9da --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/init/configs/service_b.conf @@ -0,0 +1,3 @@ +[service_b] +log_level=debug +host=localhost diff --git a/shellops/assets/ShellOps_19375f1190/init/configs/service_c.conf b/shellops/assets/ShellOps_19375f1190/init/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..5760006d4daf0dc50bd2b8badb211fc7ef53d4f3 --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/init/configs/service_c.conf @@ -0,0 +1,3 @@ +[service_c] +log_level=warn +timeout=30 diff --git a/shellops/assets/ShellOps_19375f1190/init/configs/service_d.conf b/shellops/assets/ShellOps_19375f1190/init/configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..f4db1727c06de96e26975cd2e98e4ce1e4cc8c95 --- /dev/null +++ b/shellops/assets/ShellOps_19375f1190/init/configs/service_d.conf @@ -0,0 +1,3 @@ +[service_d] +log_level=info +max_connections=100 diff --git a/shellops/assets/ShellOps_196e5f84ba/gold/experiments/catalog.json b/shellops/assets/ShellOps_196e5f84ba/gold/experiments/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..23de46b8e86968cb9a2ddb8369efa59750061b1e --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/gold/experiments/catalog.json @@ -0,0 +1,7 @@ +[ + {"id": "1001", "name": "alpha", "status": "active"}, + {"id": "1002", "name": "beta", "status": "active"}, + {"id": "1003", "name": "gamma", "status": "paused"}, + {"id": "1004", "name": "delta", "status": "active"}, + {"id": "1005", "name": "epsilon", "status": "archived"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_196e5f84ba/gold/missing_ids.txt b/shellops/assets/ShellOps_196e5f84ba/gold/missing_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b381194a2e65dbcb6dbd93777aadab0bafb7093 --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/gold/missing_ids.txt @@ -0,0 +1,2 @@ +1002 +1004 diff --git a/shellops/assets/ShellOps_196e5f84ba/gold/runs/archive/run_202401.json b/shellops/assets/ShellOps_196e5f84ba/gold/runs/archive/run_202401.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6d0a6dd0c400b5a6a3a7b475491bca30cd39a8 --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/gold/runs/archive/run_202401.json @@ -0,0 +1,5 @@ +[ + {"id": "1001", "run_date": "2024-01-10"}, + {"id": "1002", "run_date": "2024-01-11"}, + {"id": "1004", "run_date": "2024-01-12"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_196e5f84ba/gold/runs/latest/run_manifest.json b/shellops/assets/ShellOps_196e5f84ba/gold/runs/latest/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b6249bf15bafe463c485de1a9cf9a3ac00b0ddba --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/gold/runs/latest/run_manifest.json @@ -0,0 +1,5 @@ +[ + {"id": "1001", "run_date": "2024-03-15"}, + {"id": "1003", "run_date": "2024-03-16"}, + {"id": "1005", "run_date": "2024-03-17"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_196e5f84ba/init/experiments/catalog.json b/shellops/assets/ShellOps_196e5f84ba/init/experiments/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..23de46b8e86968cb9a2ddb8369efa59750061b1e --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/init/experiments/catalog.json @@ -0,0 +1,7 @@ +[ + {"id": "1001", "name": "alpha", "status": "active"}, + {"id": "1002", "name": "beta", "status": "active"}, + {"id": "1003", "name": "gamma", "status": "paused"}, + {"id": "1004", "name": "delta", "status": "active"}, + {"id": "1005", "name": "epsilon", "status": "archived"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_196e5f84ba/init/runs/archive/run_202401.json b/shellops/assets/ShellOps_196e5f84ba/init/runs/archive/run_202401.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6d0a6dd0c400b5a6a3a7b475491bca30cd39a8 --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/init/runs/archive/run_202401.json @@ -0,0 +1,5 @@ +[ + {"id": "1001", "run_date": "2024-01-10"}, + {"id": "1002", "run_date": "2024-01-11"}, + {"id": "1004", "run_date": "2024-01-12"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_196e5f84ba/init/runs/latest/run_manifest.json b/shellops/assets/ShellOps_196e5f84ba/init/runs/latest/run_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b6249bf15bafe463c485de1a9cf9a3ac00b0ddba --- /dev/null +++ b/shellops/assets/ShellOps_196e5f84ba/init/runs/latest/run_manifest.json @@ -0,0 +1,5 @@ +[ + {"id": "1001", "run_date": "2024-03-15"}, + {"id": "1003", "run_date": "2024-03-16"}, + {"id": "1005", "run_date": "2024-03-17"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_19869302d8/gold/authorized_devices.xml b/shellops/assets/ShellOps_19869302d8/gold/authorized_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..afab7fd1ce0fc801249ad938cce791a9397f0954 --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/gold/authorized_devices.xml @@ -0,0 +1,15 @@ + + + + Alpha-100 + + + Beta-200 + + + Gamma-300 + + + Delta-400 + + diff --git a/shellops/assets/ShellOps_19869302d8/gold/enrolled_devices.txt b/shellops/assets/ShellOps_19869302d8/gold/enrolled_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b59c23f1b60ec2fd2d177cccb0ce4d2f0aad1005 --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/gold/enrolled_devices.txt @@ -0,0 +1,8 @@ +# Active enrollments as of 2024-11-05 +DEV001 +DEV002 +DEV005 +DEV009 + +# Pending review +DEV003 diff --git a/shellops/assets/ShellOps_19869302d8/gold/notes.md b/shellops/assets/ShellOps_19869302d8/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9c7c0272a4d9cc79d1c078d5b3a03eac906abedb --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/gold/notes.md @@ -0,0 +1,3 @@ +# Enrollment audit notes +- DEV005 and DEV009 are test devices not included in the vendor catalog. +- Ignore any comment lines starting with '#' in the enrollment list. diff --git a/shellops/assets/ShellOps_19869302d8/gold/reports/unauthorized_enrollments.txt b/shellops/assets/ShellOps_19869302d8/gold/reports/unauthorized_enrollments.txt new file mode 100644 index 0000000000000000000000000000000000000000..9abb737d85ec7d35574ffb4c49dd93374f4bee89 --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/gold/reports/unauthorized_enrollments.txt @@ -0,0 +1,2 @@ +DEV005 +DEV009 diff --git a/shellops/assets/ShellOps_19869302d8/init/authorized_devices.xml b/shellops/assets/ShellOps_19869302d8/init/authorized_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..afab7fd1ce0fc801249ad938cce791a9397f0954 --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/init/authorized_devices.xml @@ -0,0 +1,15 @@ + + + + Alpha-100 + + + Beta-200 + + + Gamma-300 + + + Delta-400 + + diff --git a/shellops/assets/ShellOps_19869302d8/init/enrolled_devices.txt b/shellops/assets/ShellOps_19869302d8/init/enrolled_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b59c23f1b60ec2fd2d177cccb0ce4d2f0aad1005 --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/init/enrolled_devices.txt @@ -0,0 +1,8 @@ +# Active enrollments as of 2024-11-05 +DEV001 +DEV002 +DEV005 +DEV009 + +# Pending review +DEV003 diff --git a/shellops/assets/ShellOps_19869302d8/init/notes.md b/shellops/assets/ShellOps_19869302d8/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9c7c0272a4d9cc79d1c078d5b3a03eac906abedb --- /dev/null +++ b/shellops/assets/ShellOps_19869302d8/init/notes.md @@ -0,0 +1,3 @@ +# Enrollment audit notes +- DEV005 and DEV009 are test devices not included in the vendor catalog. +- Ignore any comment lines starting with '#' in the enrollment list. diff --git a/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_101.yaml b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_101.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7574118b65881702f25131bbd5446417329ad994 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_101.yaml @@ -0,0 +1,3 @@ +device_id: 101 +telemetry_logging: enabled +remote_diagnostics: disabled diff --git a/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_102.yaml b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_102.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6a156db7096349fc659c82d2f1078ed5898d44f4 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_102.yaml @@ -0,0 +1,3 @@ +device_id: 102 +telemetry_logging: enabled +remote_diagnostics: enabled diff --git a/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_103.yaml b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_103.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f104c958d8ec3654fd8c1496dd209526590e4365 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_103.yaml @@ -0,0 +1,3 @@ +device_id: 103 +telemetry_logging: disabled +remote_diagnostics: enabled diff --git a/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_104.yaml b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_104.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b95bc4665ff7d3343bb3308a4824d5f3209e7965 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/gold/config/device_configs/device_104.yaml @@ -0,0 +1,3 @@ +device_id: 104 +telemetry_logging: enabled +remote_diagnostics: enabled diff --git a/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_101.yaml b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_101.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7574118b65881702f25131bbd5446417329ad994 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_101.yaml @@ -0,0 +1,3 @@ +device_id: 101 +telemetry_logging: enabled +remote_diagnostics: disabled diff --git a/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_102.yaml b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_102.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6a156db7096349fc659c82d2f1078ed5898d44f4 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_102.yaml @@ -0,0 +1,3 @@ +device_id: 102 +telemetry_logging: enabled +remote_diagnostics: enabled diff --git a/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_103.yaml b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_103.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f104c958d8ec3654fd8c1496dd209526590e4365 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_103.yaml @@ -0,0 +1,3 @@ +device_id: 103 +telemetry_logging: disabled +remote_diagnostics: enabled diff --git a/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_104.yaml b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_104.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b95bc4665ff7d3343bb3308a4824d5f3209e7965 --- /dev/null +++ b/shellops/assets/ShellOps_198fd2cc16/init/config/device_configs/device_104.yaml @@ -0,0 +1,3 @@ +device_id: 104 +telemetry_logging: enabled +remote_diagnostics: enabled diff --git a/shellops/assets/ShellOps_1a1a422419/gold/exclusions.yml b/shellops/assets/ShellOps_1a1a422419/gold/exclusions.yml new file mode 100644 index 0000000000000000000000000000000000000000..6bdd8b24d8f81fd03adb066978a49798cfc72a50 --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/gold/exclusions.yml @@ -0,0 +1,3 @@ +suppressed_cases: + - C-1022 + - C-1089 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/gold/investigation_candidates.txt b/shellops/assets/ShellOps_1a1a422419/gold/investigation_candidates.txt new file mode 100644 index 0000000000000000000000000000000000000000..11c66318eb9c0a7d63b760e63bd0812af20cc77b --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/gold/investigation_candidates.txt @@ -0,0 +1 @@ +C-1045 diff --git a/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231005.json b/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231005.json new file mode 100644 index 0000000000000000000000000000000000000000..b95670dc8fed16f55839119820b4d3cc3409a8b6 --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231005.json @@ -0,0 +1 @@ +{"timestamp": "2023-10-05T03:14:15Z", "case_id": "C-1022", "status": "active", "message": "Process initialization failed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231006.json b/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231006.json new file mode 100644 index 0000000000000000000000000000000000000000..c302f22a91255aeafe17a1825150712c4d6bbf2b --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231006.json @@ -0,0 +1 @@ +{"timestamp": "2023-10-06T12:34:56Z", "case_id": "C-1022", "status": "suppressed", "message": "Duplicate report"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231007.json b/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231007.json new file mode 100644 index 0000000000000000000000000000000000000000..b8da7ca8483a2aeb93c755a269e8ea46e185b470 --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/gold/node_dumps/debug_20231007.json @@ -0,0 +1 @@ +{"timestamp": "2023-10-07T08:45:12Z", "case_id": "C-1045", "status": "active", "message": "Memory leak detected"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/init/exclusions.yml b/shellops/assets/ShellOps_1a1a422419/init/exclusions.yml new file mode 100644 index 0000000000000000000000000000000000000000..6bdd8b24d8f81fd03adb066978a49798cfc72a50 --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/init/exclusions.yml @@ -0,0 +1,3 @@ +suppressed_cases: + - C-1022 + - C-1089 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231005.json b/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231005.json new file mode 100644 index 0000000000000000000000000000000000000000..b95670dc8fed16f55839119820b4d3cc3409a8b6 --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231005.json @@ -0,0 +1 @@ +{"timestamp": "2023-10-05T03:14:15Z", "case_id": "C-1022", "status": "active", "message": "Process initialization failed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231006.json b/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231006.json new file mode 100644 index 0000000000000000000000000000000000000000..c302f22a91255aeafe17a1825150712c4d6bbf2b --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231006.json @@ -0,0 +1 @@ +{"timestamp": "2023-10-06T12:34:56Z", "case_id": "C-1022", "status": "suppressed", "message": "Duplicate report"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231007.json b/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231007.json new file mode 100644 index 0000000000000000000000000000000000000000..b8da7ca8483a2aeb93c755a269e8ea46e185b470 --- /dev/null +++ b/shellops/assets/ShellOps_1a1a422419/init/node_dumps/debug_20231007.json @@ -0,0 +1 @@ +{"timestamp": "2023-10-07T08:45:12Z", "case_id": "C-1045", "status": "active", "message": "Memory leak detected"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a236d67de/gold/disputed_transactions.csv b/shellops/assets/ShellOps_1a236d67de/gold/disputed_transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..dfff6ca154f545a5beeef25ad60d2aecdacff9e8 --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/gold/disputed_transactions.csv @@ -0,0 +1,11 @@ +transaction_id,amount,dispute_reason,timestamp +A9001,142.00,Service not rendered,2023-12-20 +A9003,199.50,Duplicate charge,2023-12-22 +T1001,150.00,Service not rendered,2024-01-15 +T1003,175.50,Duplicate charge,2024-01-17 +T1004,300.00,Service not rendered,2024-01-18 +T2002,180.25,Wrong item shipped,2024-02-11 +T2003,250.00,Duplicate charge,2024-02-12 +T2005,290.00,Wrong item shipped,2024-02-14 +T3001,160.00,Service not rendered,2024-03-05 +T3003,195.75,Duplicate charge,2024-03-07 diff --git a/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-01/orders.csv b/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-01/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..72cf532baba16e2bdc4e6ab160d09347ac8f4fc3 --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-01/orders.csv @@ -0,0 +1,6 @@ +transaction_id,amount,timestamp,status,dispute_reason +T1001,150.00,2024-01-15,disputed,Service not rendered +T1002,200.00,2024-01-16,completed, +T1003,175.50,2024-01-17,disputed,Duplicate charge +T1004,300.00,2024-01-18,disputed,Service not rendered +T1005,125.75,2024-01-19,completed, diff --git a/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-02/orders.csv b/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-02/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dfdf54e31ee8699730b73b6ee1cc92c28166c5e --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-02/orders.csv @@ -0,0 +1,6 @@ +transaction_id,amount,timestamp,status,dispute_reason +T2001,220.00,2024-02-10,completed, +T2002,180.25,2024-02-11,disputed,Wrong item shipped +T2003,250.00,2024-02-12,disputed,Duplicate charge +T2004,135.50,2024-02-13,completed, +T2005,290.00,2024-02-14,disputed,Wrong item shipped diff --git a/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-03/orders.csv b/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-03/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d53bea67bc73e5f5c9f09c073c5afb2e4391b0c --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/gold/transactions/2024-03/orders.csv @@ -0,0 +1,5 @@ +transaction_id,amount,timestamp,status,dispute_reason +T3001,160.00,2024-03-05,disputed,Service not rendered +T3002,210.00,2024-03-06,completed, +T3003,195.75,2024-03-07,disputed,Duplicate charge +T3004,275.00,2024-03-08,completed, diff --git a/shellops/assets/ShellOps_1a236d67de/gold/transactions/archived/2023-q4.csv b/shellops/assets/ShellOps_1a236d67de/gold/transactions/archived/2023-q4.csv new file mode 100644 index 0000000000000000000000000000000000000000..f4f0304d8a13053de151efbb5fe1bbefb8dc4aa8 --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/gold/transactions/archived/2023-q4.csv @@ -0,0 +1,4 @@ +transaction_id,amount,timestamp,status,dispute_reason +A9001,142.00,2023-12-20,disputed,Service not rendered +A9002,188.00,2023-12-21,completed, +A9003,199.50,2023-12-22,disputed,Duplicate charge diff --git a/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-01/orders.csv b/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-01/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..72cf532baba16e2bdc4e6ab160d09347ac8f4fc3 --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-01/orders.csv @@ -0,0 +1,6 @@ +transaction_id,amount,timestamp,status,dispute_reason +T1001,150.00,2024-01-15,disputed,Service not rendered +T1002,200.00,2024-01-16,completed, +T1003,175.50,2024-01-17,disputed,Duplicate charge +T1004,300.00,2024-01-18,disputed,Service not rendered +T1005,125.75,2024-01-19,completed, diff --git a/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-02/orders.csv b/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-02/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dfdf54e31ee8699730b73b6ee1cc92c28166c5e --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-02/orders.csv @@ -0,0 +1,6 @@ +transaction_id,amount,timestamp,status,dispute_reason +T2001,220.00,2024-02-10,completed, +T2002,180.25,2024-02-11,disputed,Wrong item shipped +T2003,250.00,2024-02-12,disputed,Duplicate charge +T2004,135.50,2024-02-13,completed, +T2005,290.00,2024-02-14,disputed,Wrong item shipped diff --git a/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-03/orders.csv b/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-03/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d53bea67bc73e5f5c9f09c073c5afb2e4391b0c --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/init/transactions/2024-03/orders.csv @@ -0,0 +1,5 @@ +transaction_id,amount,timestamp,status,dispute_reason +T3001,160.00,2024-03-05,disputed,Service not rendered +T3002,210.00,2024-03-06,completed, +T3003,195.75,2024-03-07,disputed,Duplicate charge +T3004,275.00,2024-03-08,completed, diff --git a/shellops/assets/ShellOps_1a236d67de/init/transactions/archived/2023-q4.csv b/shellops/assets/ShellOps_1a236d67de/init/transactions/archived/2023-q4.csv new file mode 100644 index 0000000000000000000000000000000000000000..f4f0304d8a13053de151efbb5fe1bbefb8dc4aa8 --- /dev/null +++ b/shellops/assets/ShellOps_1a236d67de/init/transactions/archived/2023-q4.csv @@ -0,0 +1,4 @@ +transaction_id,amount,timestamp,status,dispute_reason +A9001,142.00,2023-12-20,disputed,Service not rendered +A9002,188.00,2023-12-21,completed, +A9003,199.50,2023-12-22,disputed,Duplicate charge diff --git a/shellops/assets/ShellOps_1a27dd9ef6/gold/active_recent.txt b/shellops/assets/ShellOps_1a27dd9ef6/gold/active_recent.txt new file mode 100644 index 0000000000000000000000000000000000000000..9aa6691f637fe8d8d054bc2ca10acb2c0c2f084f --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/gold/active_recent.txt @@ -0,0 +1,5 @@ +dev-101 +dev-102 +dev-103 +dev-104 +dev-105 diff --git a/shellops/assets/ShellOps_1a27dd9ef6/gold/devices.tsv b/shellops/assets/ShellOps_1a27dd9ef6/gold/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8f363d2a334c93f1e953496fe1cf36a66bbc05e0 --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/gold/devices.tsv @@ -0,0 +1,5 @@ +dev-101 rack-a lab-1 +dev-102 rack-a lab-2 +dev-103 rack-b lab-1 +dev-104 rack-b lab-2 +dev-105 rack-c lab-3 diff --git a/shellops/assets/ShellOps_1a27dd9ef6/gold/heartbeat_log.txt b/shellops/assets/ShellOps_1a27dd9ef6/gold/heartbeat_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..72c68d6de1b782617045a0a4530c7b4dc3a0aae5 --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/gold/heartbeat_log.txt @@ -0,0 +1,8 @@ +2025-03-31T23:59:59Z dev-100 +2025-04-01T00:00:00Z dev-101 +2025-04-01T12:34:56Z dev-102 +2025-04-02T08:15:22Z dev-103 +2025-04-02T09:00:00Z dev-104 +2025-04-03T01:01:01Z dev-105 +2025-03-30T10:10:10Z dev-999 +2025-04-10T11:11:11Z dev-106 diff --git a/shellops/assets/ShellOps_1a27dd9ef6/gold/notes.md b/shellops/assets/ShellOps_1a27dd9ef6/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6a64d56e2cccbe7badd3ae97e171108f4c7d32f6 --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/gold/notes.md @@ -0,0 +1,2 @@ +Distractor file with deprecated device list: +dev-100, dev-999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a27dd9ef6/init/devices.tsv b/shellops/assets/ShellOps_1a27dd9ef6/init/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8f363d2a334c93f1e953496fe1cf36a66bbc05e0 --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/init/devices.tsv @@ -0,0 +1,5 @@ +dev-101 rack-a lab-1 +dev-102 rack-a lab-2 +dev-103 rack-b lab-1 +dev-104 rack-b lab-2 +dev-105 rack-c lab-3 diff --git a/shellops/assets/ShellOps_1a27dd9ef6/init/heartbeat_log.txt b/shellops/assets/ShellOps_1a27dd9ef6/init/heartbeat_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..72c68d6de1b782617045a0a4530c7b4dc3a0aae5 --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/init/heartbeat_log.txt @@ -0,0 +1,8 @@ +2025-03-31T23:59:59Z dev-100 +2025-04-01T00:00:00Z dev-101 +2025-04-01T12:34:56Z dev-102 +2025-04-02T08:15:22Z dev-103 +2025-04-02T09:00:00Z dev-104 +2025-04-03T01:01:01Z dev-105 +2025-03-30T10:10:10Z dev-999 +2025-04-10T11:11:11Z dev-106 diff --git a/shellops/assets/ShellOps_1a27dd9ef6/init/notes.md b/shellops/assets/ShellOps_1a27dd9ef6/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6a64d56e2cccbe7badd3ae97e171108f4c7d32f6 --- /dev/null +++ b/shellops/assets/ShellOps_1a27dd9ef6/init/notes.md @@ -0,0 +1,2 @@ +Distractor file with deprecated device list: +dev-100, dev-999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_a.csv b/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_a.csv new file mode 100644 index 0000000000000000000000000000000000000000..c05d82ea9e6a650665ae3be2657b100f97e70960 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_a.csv @@ -0,0 +1,5 @@ +#test +sensor_123,22.5 +#test +sensor_456,19.8 +sensor_789,21.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_b.csv b/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_b.csv new file mode 100644 index 0000000000000000000000000000000000000000..54798a74267c965bb4a5c2944595a5ad01993433 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_b.csv @@ -0,0 +1,4 @@ +sensor_123,23.1 +sensor_101,18.7 +#test +sensor_456,20.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_c.csv b/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_c.csv new file mode 100644 index 0000000000000000000000000000000000000000..6abe2ea2fb97b2184af2a18342e744f21ea188b1 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/gold/readings/experiment_c.csv @@ -0,0 +1,5 @@ +#test +sensor_789,22.0 +sensor_101,19.4 +sensor_202,20.5 +#test \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a5a72c4e6/gold/valid_sensors.csv b/shellops/assets/ShellOps_1a5a72c4e6/gold/valid_sensors.csv new file mode 100644 index 0000000000000000000000000000000000000000..97cc1a2226ddfbaeed64cb17f84485dbda4429f9 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/gold/valid_sensors.csv @@ -0,0 +1,5 @@ +sensor_101 +sensor_123 +sensor_202 +sensor_456 +sensor_789 diff --git a/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_a.csv b/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_a.csv new file mode 100644 index 0000000000000000000000000000000000000000..c05d82ea9e6a650665ae3be2657b100f97e70960 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_a.csv @@ -0,0 +1,5 @@ +#test +sensor_123,22.5 +#test +sensor_456,19.8 +sensor_789,21.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_b.csv b/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_b.csv new file mode 100644 index 0000000000000000000000000000000000000000..54798a74267c965bb4a5c2944595a5ad01993433 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_b.csv @@ -0,0 +1,4 @@ +sensor_123,23.1 +sensor_101,18.7 +#test +sensor_456,20.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_c.csv b/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_c.csv new file mode 100644 index 0000000000000000000000000000000000000000..6abe2ea2fb97b2184af2a18342e744f21ea188b1 --- /dev/null +++ b/shellops/assets/ShellOps_1a5a72c4e6/init/readings/experiment_c.csv @@ -0,0 +1,5 @@ +#test +sensor_789,22.0 +sensor_101,19.4 +sensor_202,20.5 +#test \ No newline at end of file diff --git a/shellops/assets/ShellOps_1acbcf8349/gold/cards/active.csv b/shellops/assets/ShellOps_1acbcf8349/gold/cards/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9e05b6d88655bfa56abb7da114f5e4a00f8b12a --- /dev/null +++ b/shellops/assets/ShellOps_1acbcf8349/gold/cards/active.csv @@ -0,0 +1,5 @@ +CardID,LastUsed +C1001,2024-06-12 +C1004,2024-05-22 +C1005,2024-06-01 +C1002,2024-06-03 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1acbcf8349/gold/cards/issued.csv b/shellops/assets/ShellOps_1acbcf8349/gold/cards/issued.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5fcbe1d81ecbdf01a96b050c1cdb950f898f556 --- /dev/null +++ b/shellops/assets/ShellOps_1acbcf8349/gold/cards/issued.csv @@ -0,0 +1,6 @@ +CardID,Name,IssueDate,Status +C1001,Alice Chen,2024-03-15,Active +C1002,Bob Smith,2024-02-10,Active +C1003,Carol Davis,2024-04-01,Inactive +C1004,David Lee,2024-01-05,Active +C1005,Eve Brown,2024-03-20,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_1acbcf8349/gold/cards/report.csv b/shellops/assets/ShellOps_1acbcf8349/gold/cards/report.csv new file mode 100644 index 0000000000000000000000000000000000000000..42f0a11f7b2439fbccefceb89cb6d208e7b3ea95 --- /dev/null +++ b/shellops/assets/ShellOps_1acbcf8349/gold/cards/report.csv @@ -0,0 +1,5 @@ +CardID,Name,IssueDate,LastUsed,Status +C1004,David Lee,2024-01-05,2024-05-22,Active +C1002,Bob Smith,2024-02-10,2024-06-03,Active +C1001,Alice Chen,2024-03-15,2024-06-12,Active +C1005,Eve Brown,2024-03-20,2024-06-01,Active diff --git a/shellops/assets/ShellOps_1acbcf8349/init/cards/active.csv b/shellops/assets/ShellOps_1acbcf8349/init/cards/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9e05b6d88655bfa56abb7da114f5e4a00f8b12a --- /dev/null +++ b/shellops/assets/ShellOps_1acbcf8349/init/cards/active.csv @@ -0,0 +1,5 @@ +CardID,LastUsed +C1001,2024-06-12 +C1004,2024-05-22 +C1005,2024-06-01 +C1002,2024-06-03 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1acbcf8349/init/cards/issued.csv b/shellops/assets/ShellOps_1acbcf8349/init/cards/issued.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5fcbe1d81ecbdf01a96b050c1cdb950f898f556 --- /dev/null +++ b/shellops/assets/ShellOps_1acbcf8349/init/cards/issued.csv @@ -0,0 +1,6 @@ +CardID,Name,IssueDate,Status +C1001,Alice Chen,2024-03-15,Active +C1002,Bob Smith,2024-02-10,Active +C1003,Carol Davis,2024-04-01,Inactive +C1004,David Lee,2024-01-05,Active +C1005,Eve Brown,2024-03-20,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/.keep b/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/reaction_01.json b/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/reaction_01.json new file mode 100644 index 0000000000000000000000000000000000000000..ccfdad638f83f445d075a3ad1de4540c75335f2f --- /dev/null +++ b/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/reaction_01.json @@ -0,0 +1,3 @@ +{"compound": "H2O", "yield": 0.85} +{"compound": "NaCl", "yield": 0.92} +{"compound": "C6H12O6", "yield": 0.78} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/reaction_02.json b/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/reaction_02.json new file mode 100644 index 0000000000000000000000000000000000000000..2a106d5726cc40dfdd6df1bb857f6015bbc6f4dd --- /dev/null +++ b/shellops/assets/ShellOps_1ad4a64ec1/gold/experiments/2024Q2/reaction_02.json @@ -0,0 +1,3 @@ +{"compound": "H2O", "yield": 0.88} +{"compound": "FeSO4", "yield": 0.67} +{"compound": "NAcl", "yield": 0.81} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1ad4a64ec1/gold/standardized_formulas.txt b/shellops/assets/ShellOps_1ad4a64ec1/gold/standardized_formulas.txt new file mode 100644 index 0000000000000000000000000000000000000000..28f2f0ba30e9d5960537718c6a24a30c688b869c --- /dev/null +++ b/shellops/assets/ShellOps_1ad4a64ec1/gold/standardized_formulas.txt @@ -0,0 +1,4 @@ +c6h12o6 +feso4 +h2o +nacl diff --git a/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/.keep b/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/reaction_01.json b/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/reaction_01.json new file mode 100644 index 0000000000000000000000000000000000000000..ccfdad638f83f445d075a3ad1de4540c75335f2f --- /dev/null +++ b/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/reaction_01.json @@ -0,0 +1,3 @@ +{"compound": "H2O", "yield": 0.85} +{"compound": "NaCl", "yield": 0.92} +{"compound": "C6H12O6", "yield": 0.78} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/reaction_02.json b/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/reaction_02.json new file mode 100644 index 0000000000000000000000000000000000000000..2a106d5726cc40dfdd6df1bb857f6015bbc6f4dd --- /dev/null +++ b/shellops/assets/ShellOps_1ad4a64ec1/init/experiments/2024Q2/reaction_02.json @@ -0,0 +1,3 @@ +{"compound": "H2O", "yield": 0.88} +{"compound": "FeSO4", "yield": 0.67} +{"compound": "NAcl", "yield": 0.81} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1ad4a64ec1/init/standardized_formulas.txt b/shellops/assets/ShellOps_1ad4a64ec1/init/standardized_formulas.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_alpha.conf b/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..af2fbde5a4009b7cc617664ba9c55dd8fc6bf273 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_alpha.conf @@ -0,0 +1,4 @@ +device_id=DEV-1001 +firmware=v2.4.3 +status=active +hostname=alpha-router diff --git a/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_beta.conf b/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..877d678714ea9466e0c341d920f3bb3e75d918a5 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_beta.conf @@ -0,0 +1,4 @@ +device_id=DEV-1002 +firmware=v2.4.1 +status=maintenance +hostname=beta-router diff --git a/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_gamma.conf b/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..bdd06a286bed2983b6a4ab6e79e20b9d33117c1f --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/gold/configs/router_gamma.conf @@ -0,0 +1,4 @@ +device_id=DEV-1003 +firmware=v2.3.9 +status=active +hostname=gamma-router diff --git a/shellops/assets/ShellOps_1ae63a834a/gold/device_manifest.txt b/shellops/assets/ShellOps_1ae63a834a/gold/device_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..34453f91b5fab4ffee87d13d174bfddba7acbce0 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/gold/device_manifest.txt @@ -0,0 +1,3 @@ +DEV-1001|approved +DEV-1003|approved +DEV-1005|approved diff --git a/shellops/assets/ShellOps_1ae63a834a/gold/device_profiles.txt b/shellops/assets/ShellOps_1ae63a834a/gold/device_profiles.txt new file mode 100644 index 0000000000000000000000000000000000000000..512ec2238befe67034221befd4783a0cf507219f --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/gold/device_profiles.txt @@ -0,0 +1,3 @@ +DEV-1001|v2.4.3|active|approved +DEV-1002|v2.4.1|maintenance|not_approved +DEV-1003|v2.3.9|active|approved diff --git a/shellops/assets/ShellOps_1ae63a834a/gold/notes/readme.md b/shellops/assets/ShellOps_1ae63a834a/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..d87e4bb07b1cc378deb4d7ee560a8fe63e4d75b9 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/gold/notes/readme.md @@ -0,0 +1 @@ +Legacy configurations are stored in the archive/ subdirectory and should not be processed. diff --git a/shellops/assets/ShellOps_1ae63a834a/init/configs/router_alpha.conf b/shellops/assets/ShellOps_1ae63a834a/init/configs/router_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..af2fbde5a4009b7cc617664ba9c55dd8fc6bf273 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/init/configs/router_alpha.conf @@ -0,0 +1,4 @@ +device_id=DEV-1001 +firmware=v2.4.3 +status=active +hostname=alpha-router diff --git a/shellops/assets/ShellOps_1ae63a834a/init/configs/router_beta.conf b/shellops/assets/ShellOps_1ae63a834a/init/configs/router_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..877d678714ea9466e0c341d920f3bb3e75d918a5 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/init/configs/router_beta.conf @@ -0,0 +1,4 @@ +device_id=DEV-1002 +firmware=v2.4.1 +status=maintenance +hostname=beta-router diff --git a/shellops/assets/ShellOps_1ae63a834a/init/configs/router_gamma.conf b/shellops/assets/ShellOps_1ae63a834a/init/configs/router_gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..bdd06a286bed2983b6a4ab6e79e20b9d33117c1f --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/init/configs/router_gamma.conf @@ -0,0 +1,4 @@ +device_id=DEV-1003 +firmware=v2.3.9 +status=active +hostname=gamma-router diff --git a/shellops/assets/ShellOps_1ae63a834a/init/device_manifest.txt b/shellops/assets/ShellOps_1ae63a834a/init/device_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..34453f91b5fab4ffee87d13d174bfddba7acbce0 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/init/device_manifest.txt @@ -0,0 +1,3 @@ +DEV-1001|approved +DEV-1003|approved +DEV-1005|approved diff --git a/shellops/assets/ShellOps_1ae63a834a/init/notes/readme.md b/shellops/assets/ShellOps_1ae63a834a/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..d87e4bb07b1cc378deb4d7ee560a8fe63e4d75b9 --- /dev/null +++ b/shellops/assets/ShellOps_1ae63a834a/init/notes/readme.md @@ -0,0 +1 @@ +Legacy configurations are stored in the archive/ subdirectory and should not be processed. diff --git a/shellops/assets/ShellOps_1b25994a4d/gold/audit_pending.txt b/shellops/assets/ShellOps_1b25994a4d/gold/audit_pending.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f965357d99c38af356fcc563a59aa440edb4b0f --- /dev/null +++ b/shellops/assets/ShellOps_1b25994a4d/gold/audit_pending.txt @@ -0,0 +1 @@ +Missing: mail02 diff --git a/shellops/assets/ShellOps_1b25994a4d/gold/prioritized_hosts.txt b/shellops/assets/ShellOps_1b25994a4d/gold/prioritized_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..023d6593f4380997524f4629c2808671af4fa455 --- /dev/null +++ b/shellops/assets/ShellOps_1b25994a4d/gold/prioritized_hosts.txt @@ -0,0 +1,5 @@ +# Critical hosts requiring validation +web01 +mail02 +# Commented example excluded +db03 diff --git a/shellops/assets/ShellOps_1b25994a4d/gold/sites_config.xml b/shellops/assets/ShellOps_1b25994a4d/gold/sites_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..3902d56ef09b213ef5f9ce15a50f33015d8107ca --- /dev/null +++ b/shellops/assets/ShellOps_1b25994a4d/gold/sites_config.xml @@ -0,0 +1,8 @@ + + + web01 + + + db03 + + diff --git a/shellops/assets/ShellOps_1b25994a4d/init/prioritized_hosts.txt b/shellops/assets/ShellOps_1b25994a4d/init/prioritized_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..023d6593f4380997524f4629c2808671af4fa455 --- /dev/null +++ b/shellops/assets/ShellOps_1b25994a4d/init/prioritized_hosts.txt @@ -0,0 +1,5 @@ +# Critical hosts requiring validation +web01 +mail02 +# Commented example excluded +db03 diff --git a/shellops/assets/ShellOps_1b25994a4d/init/sites_config.xml b/shellops/assets/ShellOps_1b25994a4d/init/sites_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..3902d56ef09b213ef5f9ce15a50f33015d8107ca --- /dev/null +++ b/shellops/assets/ShellOps_1b25994a4d/init/sites_config.xml @@ -0,0 +1,8 @@ + + + web01 + + + db03 + + diff --git a/shellops/assets/ShellOps_1b32c92266/gold/reports/active_anomalies.txt b/shellops/assets/ShellOps_1b32c92266/gold/reports/active_anomalies.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a6a3f250c8d483b10e51850147c88642c5e2cf0 --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/gold/reports/active_anomalies.txt @@ -0,0 +1,3 @@ +dev_101 +dev_102 +dev_104 diff --git a/shellops/assets/ShellOps_1b32c92266/gold/suppressions/known_false_positives.txt b/shellops/assets/ShellOps_1b32c92266/gold/suppressions/known_false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45402b301a7f0eee0d416cfa9a157d560e9972b --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/gold/suppressions/known_false_positives.txt @@ -0,0 +1,2 @@ +dev_103 +dev_105 diff --git a/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_alpha.json b/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..6a16f8e6561a1cb96181ff9cbd3a889440e4373c --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_101", "anomaly": true, "timestamp": "2024-05-15T10:23:45Z"} +{"device_id": "dev_102", "anomaly": false, "timestamp": "2024-05-15T10:24:12Z"} +{"device_id": "dev_103", "anomaly": true, "timestamp": "2024-05-15T10:25:03Z"} diff --git a/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_beta.json b/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..f3fd128e4af6abdb3bc0b23983170935e724f2ee --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_104", "anomaly": true, "timestamp": "2024-05-15T11:10:00Z"} +{"device_id": "dev_102", "anomaly": true, "timestamp": "2024-05-15T11:11:22Z"} diff --git a/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_gamma.json b/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..1e7188b35759578ad615b7a0496c6879aae0566f --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/gold/telemetry/device_gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_106", "anomaly": false, "timestamp": "2024-05-15T12:00:00Z"} diff --git a/shellops/assets/ShellOps_1b32c92266/init/suppressions/known_false_positives.txt b/shellops/assets/ShellOps_1b32c92266/init/suppressions/known_false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45402b301a7f0eee0d416cfa9a157d560e9972b --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/init/suppressions/known_false_positives.txt @@ -0,0 +1,2 @@ +dev_103 +dev_105 diff --git a/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_alpha.json b/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..6a16f8e6561a1cb96181ff9cbd3a889440e4373c --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_101", "anomaly": true, "timestamp": "2024-05-15T10:23:45Z"} +{"device_id": "dev_102", "anomaly": false, "timestamp": "2024-05-15T10:24:12Z"} +{"device_id": "dev_103", "anomaly": true, "timestamp": "2024-05-15T10:25:03Z"} diff --git a/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_beta.json b/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..f3fd128e4af6abdb3bc0b23983170935e724f2ee --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_104", "anomaly": true, "timestamp": "2024-05-15T11:10:00Z"} +{"device_id": "dev_102", "anomaly": true, "timestamp": "2024-05-15T11:11:22Z"} diff --git a/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_gamma.json b/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..1e7188b35759578ad615b7a0496c6879aae0566f --- /dev/null +++ b/shellops/assets/ShellOps_1b32c92266/init/telemetry/device_gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_106", "anomaly": false, "timestamp": "2024-05-15T12:00:00Z"} diff --git a/shellops/assets/ShellOps_1b69d724bd/gold/src/ConfigParser.java b/shellops/assets/ShellOps_1b69d724bd/gold/src/ConfigParser.java new file mode 100644 index 0000000000000000000000000000000000000000..fe193964d601e84506f3770853d00a931888c3b5 --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/gold/src/ConfigParser.java @@ -0,0 +1,9 @@ +package com.example.config; +import java.time.LocalDateTime; +import java.util.Properties; + +public class ConfigParser { + public Properties loadConfig() { + return new Properties(); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/gold/src/Logger.java b/shellops/assets/ShellOps_1b69d724bd/gold/src/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..31fe529174ee0f5ad2bd4a801040d845fde399ac --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/gold/src/Logger.java @@ -0,0 +1,10 @@ +package com.example.logger; +import java.util.Date; +import java.util.logging.Formatter; +import java.util.logging.LogRecord; + +public class Logger { + public String format(LogRecord record) { + return new Date().toString() + " " + record.getMessage(); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/gold/src/NetworkService.java b/shellops/assets/ShellOps_1b69d724bd/gold/src/NetworkService.java new file mode 100644 index 0000000000000000000000000000000000000000..386406c7d926d83aadd7824068e9dc5935dc3d18 --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/gold/src/NetworkService.java @@ -0,0 +1,12 @@ +package com.example.network; +import java.util.Date; +import java.net.Socket; + +public class NetworkService { + private Date lastConnectionTime; + + public void connect() { + lastConnectionTime = new Date(); + // implementation + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/gold/src/utils/StringUtils.java b/shellops/assets/ShellOps_1b69d724bd/gold/src/utils/StringUtils.java new file mode 100644 index 0000000000000000000000000000000000000000..9fb8a7c5a2fc19ddf70f1f359835ec65fad8278c --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/gold/src/utils/StringUtils.java @@ -0,0 +1,7 @@ +package com.example.utils; + +public class StringUtils { + public static boolean isEmpty(String str) { + return str == null || str.trim().isEmpty(); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/init/src/ConfigParser.java b/shellops/assets/ShellOps_1b69d724bd/init/src/ConfigParser.java new file mode 100644 index 0000000000000000000000000000000000000000..fe193964d601e84506f3770853d00a931888c3b5 --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/init/src/ConfigParser.java @@ -0,0 +1,9 @@ +package com.example.config; +import java.time.LocalDateTime; +import java.util.Properties; + +public class ConfigParser { + public Properties loadConfig() { + return new Properties(); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/init/src/Logger.java b/shellops/assets/ShellOps_1b69d724bd/init/src/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..31fe529174ee0f5ad2bd4a801040d845fde399ac --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/init/src/Logger.java @@ -0,0 +1,10 @@ +package com.example.logger; +import java.util.Date; +import java.util.logging.Formatter; +import java.util.logging.LogRecord; + +public class Logger { + public String format(LogRecord record) { + return new Date().toString() + " " + record.getMessage(); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/init/src/NetworkService.java b/shellops/assets/ShellOps_1b69d724bd/init/src/NetworkService.java new file mode 100644 index 0000000000000000000000000000000000000000..386406c7d926d83aadd7824068e9dc5935dc3d18 --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/init/src/NetworkService.java @@ -0,0 +1,12 @@ +package com.example.network; +import java.util.Date; +import java.net.Socket; + +public class NetworkService { + private Date lastConnectionTime; + + public void connect() { + lastConnectionTime = new Date(); + // implementation + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b69d724bd/init/src/utils/StringUtils.java b/shellops/assets/ShellOps_1b69d724bd/init/src/utils/StringUtils.java new file mode 100644 index 0000000000000000000000000000000000000000..9fb8a7c5a2fc19ddf70f1f359835ec65fad8278c --- /dev/null +++ b/shellops/assets/ShellOps_1b69d724bd/init/src/utils/StringUtils.java @@ -0,0 +1,7 @@ +package com.example.utils; + +public class StringUtils { + public static boolean isEmpty(String str) { + return str == null || str.trim().isEmpty(); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b6be4ce81/gold/docs/.keep b/shellops/assets/ShellOps_1b6be4ce81/gold/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1b6be4ce81/gold/docs/firewall_exceptions.md b/shellops/assets/ShellOps_1b6be4ce81/gold/docs/firewall_exceptions.md new file mode 100644 index 0000000000000000000000000000000000000000..cab9e59f8fe2573897d9cf7bb59fe095cb467f91 --- /dev/null +++ b/shellops/assets/ShellOps_1b6be4ce81/gold/docs/firewall_exceptions.md @@ -0,0 +1,6 @@ +Allowed IP ranges: +192.168.1.0/24 +10.0.0.0/8 +172.16.0.0/12 + +These ranges are permitted for internal traffic. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b6be4ce81/gold/missing_ranges.out b/shellops/assets/ShellOps_1b6be4ce81/gold/missing_ranges.out new file mode 100644 index 0000000000000000000000000000000000000000..79f0d060b5bf4209b3c189c0689120f78efda9cf --- /dev/null +++ b/shellops/assets/ShellOps_1b6be4ce81/gold/missing_ranges.out @@ -0,0 +1,2 @@ +198.51.100.0/24 +203.0.113.0/24 diff --git a/shellops/assets/ShellOps_1b6be4ce81/gold/rules/ip_ranges.cfg b/shellops/assets/ShellOps_1b6be4ce81/gold/rules/ip_ranges.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0d83fedb71e588b530c52bbb8089d829372fdaf4 --- /dev/null +++ b/shellops/assets/ShellOps_1b6be4ce81/gold/rules/ip_ranges.cfg @@ -0,0 +1,4 @@ +allow 192.168.1.0/24; +allow 10.0.0.0/8; +allow 203.0.113.0/24; +allow 198.51.100.0/24; diff --git a/shellops/assets/ShellOps_1b6be4ce81/init/docs/.keep b/shellops/assets/ShellOps_1b6be4ce81/init/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1b6be4ce81/init/docs/firewall_exceptions.md b/shellops/assets/ShellOps_1b6be4ce81/init/docs/firewall_exceptions.md new file mode 100644 index 0000000000000000000000000000000000000000..cab9e59f8fe2573897d9cf7bb59fe095cb467f91 --- /dev/null +++ b/shellops/assets/ShellOps_1b6be4ce81/init/docs/firewall_exceptions.md @@ -0,0 +1,6 @@ +Allowed IP ranges: +192.168.1.0/24 +10.0.0.0/8 +172.16.0.0/12 + +These ranges are permitted for internal traffic. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b6be4ce81/init/rules/ip_ranges.cfg b/shellops/assets/ShellOps_1b6be4ce81/init/rules/ip_ranges.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0d83fedb71e588b530c52bbb8089d829372fdaf4 --- /dev/null +++ b/shellops/assets/ShellOps_1b6be4ce81/init/rules/ip_ranges.cfg @@ -0,0 +1,4 @@ +allow 192.168.1.0/24; +allow 10.0.0.0/8; +allow 203.0.113.0/24; +allow 198.51.100.0/24; diff --git a/shellops/assets/ShellOps_1b758f5147/gold/outdated_tls.conf b/shellops/assets/ShellOps_1b758f5147/gold/outdated_tls.conf new file mode 100644 index 0000000000000000000000000000000000000000..e1b13e094557074b6f5ad97e3d98eac69ff721f4 --- /dev/null +++ b/shellops/assets/ShellOps_1b758f5147/gold/outdated_tls.conf @@ -0,0 +1,3 @@ +Protocol = TLSv1.1 +Protocol = TLSv1.0 +Protocol = TLSv1.0 diff --git a/shellops/assets/ShellOps_1b758f5147/gold/server1.cfg b/shellops/assets/ShellOps_1b758f5147/gold/server1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d2aefe1f94b1af7765b34c0b1ca461960515fd3b --- /dev/null +++ b/shellops/assets/ShellOps_1b758f5147/gold/server1.cfg @@ -0,0 +1,11 @@ +[global] +Protocol = TLSv1.2 +Ciphers = HIGH + +[default] +Protocol = TLSv1.1 +Ciphers = MEDIUM + +[legacy] +Protocol = TLSv1.0 +Ciphers = LOW \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b758f5147/gold/server2.cfg b/shellops/assets/ShellOps_1b758f5147/gold/server2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7c47a6197ebd113c9e0397942e4f44b4ad864a03 --- /dev/null +++ b/shellops/assets/ShellOps_1b758f5147/gold/server2.cfg @@ -0,0 +1,11 @@ +[global] +Protocol = TLSv1.3 +Ciphers = HIGH + +[default] +Protocol = TLSv1.2 +Ciphers = MEDIUM + +[legacy] +Protocol = TLSv1.0 +Ciphers = LOW \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b758f5147/init/server1.cfg b/shellops/assets/ShellOps_1b758f5147/init/server1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d2aefe1f94b1af7765b34c0b1ca461960515fd3b --- /dev/null +++ b/shellops/assets/ShellOps_1b758f5147/init/server1.cfg @@ -0,0 +1,11 @@ +[global] +Protocol = TLSv1.2 +Ciphers = HIGH + +[default] +Protocol = TLSv1.1 +Ciphers = MEDIUM + +[legacy] +Protocol = TLSv1.0 +Ciphers = LOW \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b758f5147/init/server2.cfg b/shellops/assets/ShellOps_1b758f5147/init/server2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7c47a6197ebd113c9e0397942e4f44b4ad864a03 --- /dev/null +++ b/shellops/assets/ShellOps_1b758f5147/init/server2.cfg @@ -0,0 +1,11 @@ +[global] +Protocol = TLSv1.3 +Ciphers = HIGH + +[default] +Protocol = TLSv1.2 +Ciphers = MEDIUM + +[legacy] +Protocol = TLSv1.0 +Ciphers = LOW \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b896d9413/gold/active_services.txt b/shellops/assets/ShellOps_1b896d9413/gold/active_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..dae33f9bce289c3586e11f0525fcb8cd157c112d --- /dev/null +++ b/shellops/assets/ShellOps_1b896d9413/gold/active_services.txt @@ -0,0 +1,4 @@ +logging-v1 +data-utils +metrics-api +crypto-old diff --git a/shellops/assets/ShellOps_1b896d9413/gold/deprecated_but_used.txt b/shellops/assets/ShellOps_1b896d9413/gold/deprecated_but_used.txt new file mode 100644 index 0000000000000000000000000000000000000000..c488c0573c3ff8a1fbab5e6e306046bd870e9a42 --- /dev/null +++ b/shellops/assets/ShellOps_1b896d9413/gold/deprecated_but_used.txt @@ -0,0 +1,2 @@ +data-utils +logging-v1 diff --git a/shellops/assets/ShellOps_1b896d9413/gold/deprecated_modules.xml b/shellops/assets/ShellOps_1b896d9413/gold/deprecated_modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..1ab64396b9e0e417502c90b49e99828595b7d1cb --- /dev/null +++ b/shellops/assets/ShellOps_1b896d9413/gold/deprecated_modules.xml @@ -0,0 +1,6 @@ + + auth-legacy + crypto-old + data-utils + logging-v1 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b896d9413/init/active_services.txt b/shellops/assets/ShellOps_1b896d9413/init/active_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..dae33f9bce289c3586e11f0525fcb8cd157c112d --- /dev/null +++ b/shellops/assets/ShellOps_1b896d9413/init/active_services.txt @@ -0,0 +1,4 @@ +logging-v1 +data-utils +metrics-api +crypto-old diff --git a/shellops/assets/ShellOps_1b896d9413/init/deprecated_modules.xml b/shellops/assets/ShellOps_1b896d9413/init/deprecated_modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..1ab64396b9e0e417502c90b49e99828595b7d1cb --- /dev/null +++ b/shellops/assets/ShellOps_1b896d9413/init/deprecated_modules.xml @@ -0,0 +1,6 @@ + + auth-legacy + crypto-old + data-utils + logging-v1 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b9e5abaf7/gold/allowed_events.txt b/shellops/assets/ShellOps_1b9e5abaf7/gold/allowed_events.txt new file mode 100644 index 0000000000000000000000000000000000000000..690a359b62d78aad40a5deddc92440e10702b204 --- /dev/null +++ b/shellops/assets/ShellOps_1b9e5abaf7/gold/allowed_events.txt @@ -0,0 +1,4 @@ +login +access_denied +file_upload +logout \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b9e5abaf7/gold/audit_20240416.xml b/shellops/assets/ShellOps_1b9e5abaf7/gold/audit_20240416.xml new file mode 100644 index 0000000000000000000000000000000000000000..bf14ed9d17ec38eee89f6ed6e49532916b7fd5c8 --- /dev/null +++ b/shellops/assets/ShellOps_1b9e5abaf7/gold/audit_20240416.xml @@ -0,0 +1,6 @@ + +2024-04-16T08:32:15login +2024-04-16T09:45:22access_denied +2024-04-16T10:15:11file_edit +2024-04-16T11:03:44session_expired + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b9e5abaf7/gold/discrepancies.txt b/shellops/assets/ShellOps_1b9e5abaf7/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..62aaaa29088062bdc72c7daee6fe19ec80394359 --- /dev/null +++ b/shellops/assets/ShellOps_1b9e5abaf7/gold/discrepancies.txt @@ -0,0 +1,2 @@ +file_edit +session_expired diff --git a/shellops/assets/ShellOps_1b9e5abaf7/init/allowed_events.txt b/shellops/assets/ShellOps_1b9e5abaf7/init/allowed_events.txt new file mode 100644 index 0000000000000000000000000000000000000000..690a359b62d78aad40a5deddc92440e10702b204 --- /dev/null +++ b/shellops/assets/ShellOps_1b9e5abaf7/init/allowed_events.txt @@ -0,0 +1,4 @@ +login +access_denied +file_upload +logout \ No newline at end of file diff --git a/shellops/assets/ShellOps_1b9e5abaf7/init/audit_20240416.xml b/shellops/assets/ShellOps_1b9e5abaf7/init/audit_20240416.xml new file mode 100644 index 0000000000000000000000000000000000000000..bf14ed9d17ec38eee89f6ed6e49532916b7fd5c8 --- /dev/null +++ b/shellops/assets/ShellOps_1b9e5abaf7/init/audit_20240416.xml @@ -0,0 +1,6 @@ + +2024-04-16T08:32:15login +2024-04-16T09:45:22access_denied +2024-04-16T10:15:11file_edit +2024-04-16T11:03:44session_expired + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1bb1b89b6c/gold/reports/aggregate.txt b/shellops/assets/ShellOps_1bb1b89b6c/gold/reports/aggregate.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3fd6d2a2e677fdf6b243d2e6cf8f677632c51af --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/gold/reports/aggregate.txt @@ -0,0 +1,3 @@ +experiment_b 55 +experiment_a 44 +experiment_c 5 diff --git a/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/manifest.txt b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..edc39b08452da4162ffcbea351e3c7c9cb7b687e --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/manifest.txt @@ -0,0 +1,6 @@ +# Lab experiment manifest +# Expected payloads: +PAYLOAD experiment_a runs/payload_a.dat +PAYLOAD experiment_b runs/payload_b.dat +PAYLOAD experiment_c runs/payload_c.dat +# Distractor line: PAYLOAD experiment_old runs/archive/old.dat diff --git a/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_a.dat b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_a.dat new file mode 100644 index 0000000000000000000000000000000000000000..aba955685eed0f65801030f5d3df64402f733a7d --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_a.dat @@ -0,0 +1,2 @@ +Sample binary payload +data for experiment a diff --git a/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_b.dat b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_b.dat new file mode 100644 index 0000000000000000000000000000000000000000..c0cdd1f4a4c316d439c45c3c1ef0f3d820be695d --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_b.dat @@ -0,0 +1,3 @@ +Binary data +for experiment b +here is some more content diff --git a/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_c.dat b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_c.dat new file mode 100644 index 0000000000000000000000000000000000000000..eba61a783dede5520e03655a7239b8c6062740a8 --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/gold/runs/payload_c.dat @@ -0,0 +1 @@ +short \ No newline at end of file diff --git a/shellops/assets/ShellOps_1bb1b89b6c/init/runs/manifest.txt b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..edc39b08452da4162ffcbea351e3c7c9cb7b687e --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/manifest.txt @@ -0,0 +1,6 @@ +# Lab experiment manifest +# Expected payloads: +PAYLOAD experiment_a runs/payload_a.dat +PAYLOAD experiment_b runs/payload_b.dat +PAYLOAD experiment_c runs/payload_c.dat +# Distractor line: PAYLOAD experiment_old runs/archive/old.dat diff --git a/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_a.dat b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_a.dat new file mode 100644 index 0000000000000000000000000000000000000000..aba955685eed0f65801030f5d3df64402f733a7d --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_a.dat @@ -0,0 +1,2 @@ +Sample binary payload +data for experiment a diff --git a/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_b.dat b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_b.dat new file mode 100644 index 0000000000000000000000000000000000000000..c0cdd1f4a4c316d439c45c3c1ef0f3d820be695d --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_b.dat @@ -0,0 +1,3 @@ +Binary data +for experiment b +here is some more content diff --git a/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_c.dat b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_c.dat new file mode 100644 index 0000000000000000000000000000000000000000..eba61a783dede5520e03655a7239b8c6062740a8 --- /dev/null +++ b/shellops/assets/ShellOps_1bb1b89b6c/init/runs/payload_c.dat @@ -0,0 +1 @@ +short \ No newline at end of file diff --git a/shellops/assets/ShellOps_1bc215ee11/gold/known_issues/benign_false_positives.tsv b/shellops/assets/ShellOps_1bc215ee11/gold/known_issues/benign_false_positives.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8cb8a42e92841283fe0767aa6547ded08933611e --- /dev/null +++ b/shellops/assets/ShellOps_1bc215ee11/gold/known_issues/benign_false_positives.tsv @@ -0,0 +1,4 @@ +ticket_id reason resolution +1001 checksum mismatch due to hardware bug ignore +3003 memory leak benign in version 2.1 ignore +8008 outdated event (not in logs) ignore \ No newline at end of file diff --git a/shellops/assets/ShellOps_1bc215ee11/init/known_issues/benign_false_positives.tsv b/shellops/assets/ShellOps_1bc215ee11/init/known_issues/benign_false_positives.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8cb8a42e92841283fe0767aa6547ded08933611e --- /dev/null +++ b/shellops/assets/ShellOps_1bc215ee11/init/known_issues/benign_false_positives.tsv @@ -0,0 +1,4 @@ +ticket_id reason resolution +1001 checksum mismatch due to hardware bug ignore +3003 memory leak benign in version 2.1 ignore +8008 outdated event (not in logs) ignore \ No newline at end of file diff --git a/shellops/assets/ShellOps_1bc53027da/gold/alerts/quarter.log b/shellops/assets/ShellOps_1bc53027da/gold/alerts/quarter.log new file mode 100644 index 0000000000000000000000000000000000000000..666e8ba0c5e3b1dc21745a3122ab0de9a26a38e6 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/gold/alerts/quarter.log @@ -0,0 +1,17 @@ +2024-03-15 08:23:15 [WARN] Alert threshold exceeded for INC-2024-0001 +2024-03-16 12:45:00 [ERROR] Service degradation detected INC-2024-0002 +2024-03-17 09:10:33 [INFO] Recovery initiated for INC-2024-0001 +2024-03-18 14:20:45 [ERROR] Authentication failure INC-2024-0003 +2024-03-19 11:05:12 [WARN] Memory pressure INC-2024-0004 +2024-03-20 16:30:00 [ERROR] Database timeout INC-2024-0005 +2024-03-21 08:15:22 [INFO] Scheduled maintenance INC-2024-0006 +2024-03-22 13:40:11 [ERROR] Network partition INC-2024-0007 +2024-03-23 10:25:30 [WARN] Disk I/O latency INC-2024-0008 +2024-03-24 15:50:05 [ERROR] Cache miss storm INC-2024-0009 +2024-03-25 07:33:18 [INFO] Health check passed INC-2024-0001 +2024-03-26 12:10:42 [ERROR] Load balancer failover INC-2024-0010 +2024-03-27 09:45:55 [WARN] SSL certificate expiring INC-2024-0011 +2024-03-28 14:22:08 [ERROR] API rate limit breach INC-2024-0012 +2024-03-29 11:18:25 [INFO] Configuration reload INC-2024-0001 +2024-03-30 16:05:40 [ERROR] Service mesh timeout INC-2024-0013 +2024-03-31 08:50:15 [WARN] Backup job stalled INC-2024-0014 diff --git a/shellops/assets/ShellOps_1bc53027da/gold/incidents/master.tsv b/shellops/assets/ShellOps_1bc53027da/gold/incidents/master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4fc23c2521f4d00cc5bcd9757d78f2c03c0a5844 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/gold/incidents/master.tsv @@ -0,0 +1,10 @@ +incident_id severity start_time status +INC-2024-0001 P2 2024-03-15T08:23:00Z resolved +INC-2024-0002 P1 2024-03-16T12:45:00Z resolved +INC-2024-0003 P2 2024-03-18T14:20:00Z investigating +INC-2024-0004 P3 2024-03-19T11:05:00Z resolved +INC-2024-0005 P1 2024-03-20T16:30:00Z resolved +INC-2024-0006 P4 2024-03-21T08:15:00Z resolved +INC-2024-0007 P2 2024-03-22T13:40:00Z resolved +INC-2024-0008 P3 2024-03-23T10:25:00Z resolved +INC-2024-0012 P1 2024-03-28T14:22:00Z investigating diff --git a/shellops/assets/ShellOps_1bc53027da/gold/incidents/notes.txt b/shellops/assets/ShellOps_1bc53027da/gold/incidents/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a6d62b5a401598649c7029c44f83afed8b0c430 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/gold/incidents/notes.txt @@ -0,0 +1,6 @@ +Quarterly review notes: +- INC-2024-0009: Transient cache issue, auto-resolved, no ticket created. +- INC-2024-0010: Load balancer event, tracked separately in network ops log. +- INC-2024-0011: Preemptive warning, not treated as incident. +- INC-2024-0013: Duplicate of INC-2024-0005, marked as duplicate. +- INC-2024-0014: Backup issue escalated to storage team, pending ticket. diff --git a/shellops/assets/ShellOps_1bc53027da/gold/reports/missing_from_master.tsv b/shellops/assets/ShellOps_1bc53027da/gold/reports/missing_from_master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ed837468df1f237d761ca47f4d3284f5da45dc33 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/gold/reports/missing_from_master.tsv @@ -0,0 +1,6 @@ +incident_id source +INC-2024-0009 alerts_quarter.log +INC-2024-0010 alerts_quarter.log +INC-2024-0011 alerts_quarter.log +INC-2024-0013 alerts_quarter.log +INC-2024-0014 alerts_quarter.log diff --git a/shellops/assets/ShellOps_1bc53027da/init/alerts/quarter.log b/shellops/assets/ShellOps_1bc53027da/init/alerts/quarter.log new file mode 100644 index 0000000000000000000000000000000000000000..666e8ba0c5e3b1dc21745a3122ab0de9a26a38e6 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/init/alerts/quarter.log @@ -0,0 +1,17 @@ +2024-03-15 08:23:15 [WARN] Alert threshold exceeded for INC-2024-0001 +2024-03-16 12:45:00 [ERROR] Service degradation detected INC-2024-0002 +2024-03-17 09:10:33 [INFO] Recovery initiated for INC-2024-0001 +2024-03-18 14:20:45 [ERROR] Authentication failure INC-2024-0003 +2024-03-19 11:05:12 [WARN] Memory pressure INC-2024-0004 +2024-03-20 16:30:00 [ERROR] Database timeout INC-2024-0005 +2024-03-21 08:15:22 [INFO] Scheduled maintenance INC-2024-0006 +2024-03-22 13:40:11 [ERROR] Network partition INC-2024-0007 +2024-03-23 10:25:30 [WARN] Disk I/O latency INC-2024-0008 +2024-03-24 15:50:05 [ERROR] Cache miss storm INC-2024-0009 +2024-03-25 07:33:18 [INFO] Health check passed INC-2024-0001 +2024-03-26 12:10:42 [ERROR] Load balancer failover INC-2024-0010 +2024-03-27 09:45:55 [WARN] SSL certificate expiring INC-2024-0011 +2024-03-28 14:22:08 [ERROR] API rate limit breach INC-2024-0012 +2024-03-29 11:18:25 [INFO] Configuration reload INC-2024-0001 +2024-03-30 16:05:40 [ERROR] Service mesh timeout INC-2024-0013 +2024-03-31 08:50:15 [WARN] Backup job stalled INC-2024-0014 diff --git a/shellops/assets/ShellOps_1bc53027da/init/incidents/master.tsv b/shellops/assets/ShellOps_1bc53027da/init/incidents/master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4fc23c2521f4d00cc5bcd9757d78f2c03c0a5844 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/init/incidents/master.tsv @@ -0,0 +1,10 @@ +incident_id severity start_time status +INC-2024-0001 P2 2024-03-15T08:23:00Z resolved +INC-2024-0002 P1 2024-03-16T12:45:00Z resolved +INC-2024-0003 P2 2024-03-18T14:20:00Z investigating +INC-2024-0004 P3 2024-03-19T11:05:00Z resolved +INC-2024-0005 P1 2024-03-20T16:30:00Z resolved +INC-2024-0006 P4 2024-03-21T08:15:00Z resolved +INC-2024-0007 P2 2024-03-22T13:40:00Z resolved +INC-2024-0008 P3 2024-03-23T10:25:00Z resolved +INC-2024-0012 P1 2024-03-28T14:22:00Z investigating diff --git a/shellops/assets/ShellOps_1bc53027da/init/incidents/notes.txt b/shellops/assets/ShellOps_1bc53027da/init/incidents/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a6d62b5a401598649c7029c44f83afed8b0c430 --- /dev/null +++ b/shellops/assets/ShellOps_1bc53027da/init/incidents/notes.txt @@ -0,0 +1,6 @@ +Quarterly review notes: +- INC-2024-0009: Transient cache issue, auto-resolved, no ticket created. +- INC-2024-0010: Load balancer event, tracked separately in network ops log. +- INC-2024-0011: Preemptive warning, not treated as incident. +- INC-2024-0013: Duplicate of INC-2024-0005, marked as duplicate. +- INC-2024-0014: Backup issue escalated to storage team, pending ticket. diff --git a/shellops/assets/ShellOps_1c0de01f55/gold/notes.txt b/shellops/assets/ShellOps_1c0de01f55/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d59d931563580e314c2bb10d0f16e4c1d071aa --- /dev/null +++ b/shellops/assets/ShellOps_1c0de01f55/gold/notes.txt @@ -0,0 +1 @@ +Ignore this distractor file; it contains irrelevant meeting notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c0de01f55/gold/vendor_spend_a.csv b/shellops/assets/ShellOps_1c0de01f55/gold/vendor_spend_a.csv new file mode 100644 index 0000000000000000000000000000000000000000..829050242bc5fd17cc4cb8b90ff92e3c8c8a0d59 --- /dev/null +++ b/shellops/assets/ShellOps_1c0de01f55/gold/vendor_spend_a.csv @@ -0,0 +1,5 @@ +vendor,amount +Acme Corp,12500 +Beta LLC,8300 +Gamma Inc,4200 +Delta Co,6700 diff --git a/shellops/assets/ShellOps_1c0de01f55/gold/vendor_spend_b.csv b/shellops/assets/ShellOps_1c0de01f55/gold/vendor_spend_b.csv new file mode 100644 index 0000000000000000000000000000000000000000..b24f04ead0db59eb4609b684fc317190fc12be4c --- /dev/null +++ b/shellops/assets/ShellOps_1c0de01f55/gold/vendor_spend_b.csv @@ -0,0 +1,5 @@ +vendor,amount +Beta LLC,6200 +Gamma Inc,3800 +Acme Corp,10500 +Sigma Ltd,2100 diff --git a/shellops/assets/ShellOps_1c0de01f55/init/notes.txt b/shellops/assets/ShellOps_1c0de01f55/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d59d931563580e314c2bb10d0f16e4c1d071aa --- /dev/null +++ b/shellops/assets/ShellOps_1c0de01f55/init/notes.txt @@ -0,0 +1 @@ +Ignore this distractor file; it contains irrelevant meeting notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c0de01f55/init/vendor_spend_a.csv b/shellops/assets/ShellOps_1c0de01f55/init/vendor_spend_a.csv new file mode 100644 index 0000000000000000000000000000000000000000..829050242bc5fd17cc4cb8b90ff92e3c8c8a0d59 --- /dev/null +++ b/shellops/assets/ShellOps_1c0de01f55/init/vendor_spend_a.csv @@ -0,0 +1,5 @@ +vendor,amount +Acme Corp,12500 +Beta LLC,8300 +Gamma Inc,4200 +Delta Co,6700 diff --git a/shellops/assets/ShellOps_1c0de01f55/init/vendor_spend_b.csv b/shellops/assets/ShellOps_1c0de01f55/init/vendor_spend_b.csv new file mode 100644 index 0000000000000000000000000000000000000000..b24f04ead0db59eb4609b684fc317190fc12be4c --- /dev/null +++ b/shellops/assets/ShellOps_1c0de01f55/init/vendor_spend_b.csv @@ -0,0 +1,5 @@ +vendor,amount +Beta LLC,6200 +Gamma Inc,3800 +Acme Corp,10500 +Sigma Ltd,2100 diff --git a/shellops/assets/ShellOps_1c21676f7a/gold/inventory/lab_alpha.yaml b/shellops/assets/ShellOps_1c21676f7a/gold/inventory/lab_alpha.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2190d41fec19ad300e2f68140115c22be3530d74 --- /dev/null +++ b/shellops/assets/ShellOps_1c21676f7a/gold/inventory/lab_alpha.yaml @@ -0,0 +1,6 @@ +device_id: d100 + device_hours: 35.2 +device_id: d101 + device_hours: 42.7 +device_id: d102 + device_hours: 18.9 diff --git a/shellops/assets/ShellOps_1c21676f7a/gold/inventory/lab_beta.yaml b/shellops/assets/ShellOps_1c21676f7a/gold/inventory/lab_beta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4bf566268c9f045526180900236f8cbd339d2655 --- /dev/null +++ b/shellops/assets/ShellOps_1c21676f7a/gold/inventory/lab_beta.yaml @@ -0,0 +1,6 @@ +device_id: d100 + device_hours: 37.1 +device_id: d101 + device_hours: 42.7 +device_id: d102 + device_hours: 19.5 diff --git a/shellops/assets/ShellOps_1c21676f7a/gold/mismatches.out b/shellops/assets/ShellOps_1c21676f7a/gold/mismatches.out new file mode 100644 index 0000000000000000000000000000000000000000..ab18853acf162b24febf856251ba91fdf9a7dc1f --- /dev/null +++ b/shellops/assets/ShellOps_1c21676f7a/gold/mismatches.out @@ -0,0 +1,2 @@ +d100 35.2 37.1 +d102 18.9 19.5 diff --git a/shellops/assets/ShellOps_1c21676f7a/init/inventory/lab_alpha.yaml b/shellops/assets/ShellOps_1c21676f7a/init/inventory/lab_alpha.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2190d41fec19ad300e2f68140115c22be3530d74 --- /dev/null +++ b/shellops/assets/ShellOps_1c21676f7a/init/inventory/lab_alpha.yaml @@ -0,0 +1,6 @@ +device_id: d100 + device_hours: 35.2 +device_id: d101 + device_hours: 42.7 +device_id: d102 + device_hours: 18.9 diff --git a/shellops/assets/ShellOps_1c21676f7a/init/inventory/lab_beta.yaml b/shellops/assets/ShellOps_1c21676f7a/init/inventory/lab_beta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4bf566268c9f045526180900236f8cbd339d2655 --- /dev/null +++ b/shellops/assets/ShellOps_1c21676f7a/init/inventory/lab_beta.yaml @@ -0,0 +1,6 @@ +device_id: d100 + device_hours: 37.1 +device_id: d101 + device_hours: 42.7 +device_id: d102 + device_hours: 19.5 diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/experimental_20250407.json b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/experimental_20250407.json new file mode 100644 index 0000000000000000000000000000000000000000..3348345fd5cb304811458711be3b0a3e25af9b0e --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/experimental_20250407.json @@ -0,0 +1 @@ +{"branch": "experimental", "status": "failed", "timestamp": "2025-04-07T16:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/feat_auth_20250410.json b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/feat_auth_20250410.json new file mode 100644 index 0000000000000000000000000000000000000000..1d6ebcd1767cce493d2bd1af85e2b13c729e854c --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/feat_auth_20250410.json @@ -0,0 +1,2 @@ +{"branch": "feat/auth", "status": "failed", "timestamp": "2025-04-10T10:05:00Z"} +{"branch": "feat/auth", "status": "passed", "timestamp": "2025-04-10T11:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/feat_ui_20250409.json b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/feat_ui_20250409.json new file mode 100644 index 0000000000000000000000000000000000000000..b8b4e59ed5b413d21c642b372651ebe24a8d93f9 --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/feat_ui_20250409.json @@ -0,0 +1,2 @@ +{"branch": "feat/ui", "status": "failed", "timestamp": "2025-04-09T14:30:00Z"} +{"branch": "feat/ui", "status": "failed", "timestamp": "2025-04-09T15:45:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/main_20250410.json b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/main_20250410.json new file mode 100644 index 0000000000000000000000000000000000000000..2c1980604c7baebb03b4ee542971bcb3e0f1a813 --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/main_20250410.json @@ -0,0 +1,2 @@ +{"branch": "main", "status": "passed", "timestamp": "2025-04-10T08:15:00Z"} +{"branch": "main", "status": "passed", "timestamp": "2025-04-10T09:20:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/release_20250408.json b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/release_20250408.json new file mode 100644 index 0000000000000000000000000000000000000000..ef95c3206f6d59f4cfe09935bc72abfaf7f41a4a --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/ci_telemetry/release_20250408.json @@ -0,0 +1 @@ +{"branch": "release/2.1", "status": "passed", "timestamp": "2025-04-08T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/config/suppressed_branches.txt b/shellops/assets/ShellOps_1c6ce803af/gold/config/suppressed_branches.txt new file mode 100644 index 0000000000000000000000000000000000000000..7667f85cf86323f33fd3d1215d5e4ecaf0997a02 --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/config/suppressed_branches.txt @@ -0,0 +1,2 @@ +experimental +legacy/deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/docs/notes.md b/shellops/assets/ShellOps_1c6ce803af/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c2bdab89f1292253ae58063155b366607fd6529a --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/docs/notes.md @@ -0,0 +1,3 @@ +# Telemetry notes +- Ignore branches listed in suppressed_branches.txt +- Only consider runs with status 'failed' diff --git a/shellops/assets/ShellOps_1c6ce803af/gold/reports/failed_branches.txt b/shellops/assets/ShellOps_1c6ce803af/gold/reports/failed_branches.txt new file mode 100644 index 0000000000000000000000000000000000000000..fac53698ad886b6dc3c226ff885fafec4bc7fd0e --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/gold/reports/failed_branches.txt @@ -0,0 +1,2 @@ +feat/auth +feat/ui diff --git a/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/experimental_20250407.json b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/experimental_20250407.json new file mode 100644 index 0000000000000000000000000000000000000000..3348345fd5cb304811458711be3b0a3e25af9b0e --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/experimental_20250407.json @@ -0,0 +1 @@ +{"branch": "experimental", "status": "failed", "timestamp": "2025-04-07T16:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/feat_auth_20250410.json b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/feat_auth_20250410.json new file mode 100644 index 0000000000000000000000000000000000000000..1d6ebcd1767cce493d2bd1af85e2b13c729e854c --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/feat_auth_20250410.json @@ -0,0 +1,2 @@ +{"branch": "feat/auth", "status": "failed", "timestamp": "2025-04-10T10:05:00Z"} +{"branch": "feat/auth", "status": "passed", "timestamp": "2025-04-10T11:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/feat_ui_20250409.json b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/feat_ui_20250409.json new file mode 100644 index 0000000000000000000000000000000000000000..b8b4e59ed5b413d21c642b372651ebe24a8d93f9 --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/feat_ui_20250409.json @@ -0,0 +1,2 @@ +{"branch": "feat/ui", "status": "failed", "timestamp": "2025-04-09T14:30:00Z"} +{"branch": "feat/ui", "status": "failed", "timestamp": "2025-04-09T15:45:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/main_20250410.json b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/main_20250410.json new file mode 100644 index 0000000000000000000000000000000000000000..2c1980604c7baebb03b4ee542971bcb3e0f1a813 --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/main_20250410.json @@ -0,0 +1,2 @@ +{"branch": "main", "status": "passed", "timestamp": "2025-04-10T08:15:00Z"} +{"branch": "main", "status": "passed", "timestamp": "2025-04-10T09:20:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/release_20250408.json b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/release_20250408.json new file mode 100644 index 0000000000000000000000000000000000000000..ef95c3206f6d59f4cfe09935bc72abfaf7f41a4a --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/ci_telemetry/release_20250408.json @@ -0,0 +1 @@ +{"branch": "release/2.1", "status": "passed", "timestamp": "2025-04-08T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/init/config/suppressed_branches.txt b/shellops/assets/ShellOps_1c6ce803af/init/config/suppressed_branches.txt new file mode 100644 index 0000000000000000000000000000000000000000..7667f85cf86323f33fd3d1215d5e4ecaf0997a02 --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/config/suppressed_branches.txt @@ -0,0 +1,2 @@ +experimental +legacy/deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_1c6ce803af/init/docs/notes.md b/shellops/assets/ShellOps_1c6ce803af/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c2bdab89f1292253ae58063155b366607fd6529a --- /dev/null +++ b/shellops/assets/ShellOps_1c6ce803af/init/docs/notes.md @@ -0,0 +1,3 @@ +# Telemetry notes +- Ignore branches listed in suppressed_branches.txt +- Only consider runs with status 'failed' diff --git a/shellops/assets/ShellOps_1d1a23574b/gold/approved_nodes.yaml b/shellops/assets/ShellOps_1d1a23574b/gold/approved_nodes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1250d12c91a9e79e457f44969d3f80d69a005b05 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/gold/approved_nodes.yaml @@ -0,0 +1,4 @@ +approved_nodes: + - A12 + - B45 + - X99 diff --git a/shellops/assets/ShellOps_1d1a23574b/gold/current_nodes.conf b/shellops/assets/ShellOps_1d1a23574b/gold/current_nodes.conf new file mode 100644 index 0000000000000000000000000000000000000000..3674f98cfd5440e816e3733e60a301eaa81768f4 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/gold/current_nodes.conf @@ -0,0 +1,8 @@ +node: A12 +role: worker +--- +node: B45 +role: db +--- +node: C78 +role: cache diff --git a/shellops/assets/ShellOps_1d1a23574b/gold/irrelevant.log b/shellops/assets/ShellOps_1d1a23574b/gold/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..4ead51594e357536764ff0b859ba705c403d4b36 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/gold/irrelevant.log @@ -0,0 +1,2 @@ +2023-10-05 INFO: No issues detected +2023-10-06 WARN: Legacy node Z33 deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d1a23574b/gold/unauthorized_nodes.txt b/shellops/assets/ShellOps_1d1a23574b/gold/unauthorized_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf95d7a7f7c39d4af09588c0d49453e2aa52eff0 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/gold/unauthorized_nodes.txt @@ -0,0 +1 @@ +C78 diff --git a/shellops/assets/ShellOps_1d1a23574b/init/approved_nodes.yaml b/shellops/assets/ShellOps_1d1a23574b/init/approved_nodes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1250d12c91a9e79e457f44969d3f80d69a005b05 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/init/approved_nodes.yaml @@ -0,0 +1,4 @@ +approved_nodes: + - A12 + - B45 + - X99 diff --git a/shellops/assets/ShellOps_1d1a23574b/init/current_nodes.conf b/shellops/assets/ShellOps_1d1a23574b/init/current_nodes.conf new file mode 100644 index 0000000000000000000000000000000000000000..3674f98cfd5440e816e3733e60a301eaa81768f4 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/init/current_nodes.conf @@ -0,0 +1,8 @@ +node: A12 +role: worker +--- +node: B45 +role: db +--- +node: C78 +role: cache diff --git a/shellops/assets/ShellOps_1d1a23574b/init/irrelevant.log b/shellops/assets/ShellOps_1d1a23574b/init/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..4ead51594e357536764ff0b859ba705c403d4b36 --- /dev/null +++ b/shellops/assets/ShellOps_1d1a23574b/init/irrelevant.log @@ -0,0 +1,2 @@ +2023-10-05 INFO: No issues detected +2023-10-06 WARN: Legacy node Z33 deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d2c544613/gold/missing_cases.md b/shellops/assets/ShellOps_1d2c544613/gold/missing_cases.md new file mode 100644 index 0000000000000000000000000000000000000000..5390ff77374bb8604e0b14d561cb7acb8a84c9a0 --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/gold/missing_cases.md @@ -0,0 +1,2 @@ +227 +819 diff --git a/shellops/assets/ShellOps_1d2c544613/gold/qa_results/test_run1.out b/shellops/assets/ShellOps_1d2c544613/gold/qa_results/test_run1.out new file mode 100644 index 0000000000000000000000000000000000000000..b7cf7ea5c3ff083e084fe534ed6cb72ce29e412b --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/gold/qa_results/test_run1.out @@ -0,0 +1,3 @@ +Test case ID: 143 ... PASS +Test case ID: 227 ... FAIL +Test case ID: 45 ... PASS diff --git a/shellops/assets/ShellOps_1d2c544613/gold/qa_results/test_run2.out b/shellops/assets/ShellOps_1d2c544613/gold/qa_results/test_run2.out new file mode 100644 index 0000000000000000000000000000000000000000..dccd57419ff0963d685bad3ded75b32b6e5ce6f8 --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/gold/qa_results/test_run2.out @@ -0,0 +1,3 @@ +Test case ID: 819 ... SKIP +Test case ID: 227 ... PASS +Test case ID: 62 ... PASS diff --git a/shellops/assets/ShellOps_1d2c544613/gold/scenarios.toml b/shellops/assets/ShellOps_1d2c544613/gold/scenarios.toml new file mode 100644 index 0000000000000000000000000000000000000000..2068c56a06bbde2f402a16fb641aaed13d478fb8 --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/gold/scenarios.toml @@ -0,0 +1,8 @@ +id = 45 +scenario = 'high_io' + +id = 62 +scenario = 'memory_leak' + +id = 143 +scenario = 'network_flake' diff --git a/shellops/assets/ShellOps_1d2c544613/init/missing_cases.md b/shellops/assets/ShellOps_1d2c544613/init/missing_cases.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1d2c544613/init/qa_results/test_run1.out b/shellops/assets/ShellOps_1d2c544613/init/qa_results/test_run1.out new file mode 100644 index 0000000000000000000000000000000000000000..b7cf7ea5c3ff083e084fe534ed6cb72ce29e412b --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/init/qa_results/test_run1.out @@ -0,0 +1,3 @@ +Test case ID: 143 ... PASS +Test case ID: 227 ... FAIL +Test case ID: 45 ... PASS diff --git a/shellops/assets/ShellOps_1d2c544613/init/qa_results/test_run2.out b/shellops/assets/ShellOps_1d2c544613/init/qa_results/test_run2.out new file mode 100644 index 0000000000000000000000000000000000000000..dccd57419ff0963d685bad3ded75b32b6e5ce6f8 --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/init/qa_results/test_run2.out @@ -0,0 +1,3 @@ +Test case ID: 819 ... SKIP +Test case ID: 227 ... PASS +Test case ID: 62 ... PASS diff --git a/shellops/assets/ShellOps_1d2c544613/init/scenarios.toml b/shellops/assets/ShellOps_1d2c544613/init/scenarios.toml new file mode 100644 index 0000000000000000000000000000000000000000..2068c56a06bbde2f402a16fb641aaed13d478fb8 --- /dev/null +++ b/shellops/assets/ShellOps_1d2c544613/init/scenarios.toml @@ -0,0 +1,8 @@ +id = 45 +scenario = 'high_io' + +id = 62 +scenario = 'memory_leak' + +id = 143 +scenario = 'network_flake' diff --git a/shellops/assets/ShellOps_1d397fa7c0/gold/configs/app/api.conf b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/app/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..bb2101b49943d4aeb795efc7fc9256c4335f165f --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/app/api.conf @@ -0,0 +1,3 @@ +# API endpoint config +plugins /lib/new/auth.so +plugins /lib/legacy/cache.so diff --git a/shellops/assets/ShellOps_1d397fa7c0/gold/configs/app/web.conf b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/app/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..9a0b33fc57e4babff8a4d59818153fdaaf7105f2 --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/app/web.conf @@ -0,0 +1,3 @@ +# Web server config +include /lib/legacy/auth.so +log_level INFO diff --git a/shellops/assets/ShellOps_1d397fa7c0/gold/configs/db/backup.conf b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/db/backup.conf new file mode 100644 index 0000000000000000000000000000000000000000..b10edc44d4d4d8af8c53c3765ad669a796ab5b3f --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/db/backup.conf @@ -0,0 +1,3 @@ +# Backup config +include /lib/legacy/recovery.so +retention 30 diff --git a/shellops/assets/ShellOps_1d397fa7c0/gold/configs/db/main.conf b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/db/main.conf new file mode 100644 index 0000000000000000000000000000000000000000..bca73a8a9ca363c7b071e5df9c3b0a6b2a74555c --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/gold/configs/db/main.conf @@ -0,0 +1,2 @@ +# Database config +plugin_path /lib/new/storage.so diff --git a/shellops/assets/ShellOps_1d397fa7c0/init/configs/app/api.conf b/shellops/assets/ShellOps_1d397fa7c0/init/configs/app/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..bb2101b49943d4aeb795efc7fc9256c4335f165f --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/init/configs/app/api.conf @@ -0,0 +1,3 @@ +# API endpoint config +plugins /lib/new/auth.so +plugins /lib/legacy/cache.so diff --git a/shellops/assets/ShellOps_1d397fa7c0/init/configs/app/web.conf b/shellops/assets/ShellOps_1d397fa7c0/init/configs/app/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..9a0b33fc57e4babff8a4d59818153fdaaf7105f2 --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/init/configs/app/web.conf @@ -0,0 +1,3 @@ +# Web server config +include /lib/legacy/auth.so +log_level INFO diff --git a/shellops/assets/ShellOps_1d397fa7c0/init/configs/db/backup.conf b/shellops/assets/ShellOps_1d397fa7c0/init/configs/db/backup.conf new file mode 100644 index 0000000000000000000000000000000000000000..b10edc44d4d4d8af8c53c3765ad669a796ab5b3f --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/init/configs/db/backup.conf @@ -0,0 +1,3 @@ +# Backup config +include /lib/legacy/recovery.so +retention 30 diff --git a/shellops/assets/ShellOps_1d397fa7c0/init/configs/db/main.conf b/shellops/assets/ShellOps_1d397fa7c0/init/configs/db/main.conf new file mode 100644 index 0000000000000000000000000000000000000000..bca73a8a9ca363c7b071e5df9c3b0a6b2a74555c --- /dev/null +++ b/shellops/assets/ShellOps_1d397fa7c0/init/configs/db/main.conf @@ -0,0 +1,2 @@ +# Database config +plugin_path /lib/new/storage.so diff --git a/shellops/assets/ShellOps_1d3a926bad/gold/notes.md b/shellops/assets/ShellOps_1d3a926bad/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4b51c832cb36068ee6d556e36ba1de50e45d284b --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/gold/notes.md @@ -0,0 +1,3 @@ +# Module consolidation notes +- Production manifest should override staging for duplicates +- Final list must contain all unique modules diff --git a/shellops/assets/ShellOps_1d3a926bad/gold/prod_modules.txt b/shellops/assets/ShellOps_1d3a926bad/gold/prod_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ef03ff9172f38cce4cd0940469befd851fb636 --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/gold/prod_modules.txt @@ -0,0 +1,5 @@ +auth_service +logging_daemon +metrics_collector +payment_gateway +user_profile diff --git a/shellops/assets/ShellOps_1d3a926bad/gold/reports/consolidated_modules.txt b/shellops/assets/ShellOps_1d3a926bad/gold/reports/consolidated_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..e045318440ebfc1b2ba6e7d126db2746f97f7da5 --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/gold/reports/consolidated_modules.txt @@ -0,0 +1,7 @@ +auth_service +logging_daemon +metrics_collector +payment_gateway +user_profile +analytics_engine +report_generator diff --git a/shellops/assets/ShellOps_1d3a926bad/gold/staging_modules.txt b/shellops/assets/ShellOps_1d3a926bad/gold/staging_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae864e02999f4bc8d5bc0dd534ff51651711da28 --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/gold/staging_modules.txt @@ -0,0 +1,5 @@ +analytics_engine +auth_service +logging_daemon +report_generator +user_profile diff --git a/shellops/assets/ShellOps_1d3a926bad/init/notes.md b/shellops/assets/ShellOps_1d3a926bad/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4b51c832cb36068ee6d556e36ba1de50e45d284b --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/init/notes.md @@ -0,0 +1,3 @@ +# Module consolidation notes +- Production manifest should override staging for duplicates +- Final list must contain all unique modules diff --git a/shellops/assets/ShellOps_1d3a926bad/init/prod_modules.txt b/shellops/assets/ShellOps_1d3a926bad/init/prod_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..60ef03ff9172f38cce4cd0940469befd851fb636 --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/init/prod_modules.txt @@ -0,0 +1,5 @@ +auth_service +logging_daemon +metrics_collector +payment_gateway +user_profile diff --git a/shellops/assets/ShellOps_1d3a926bad/init/staging_modules.txt b/shellops/assets/ShellOps_1d3a926bad/init/staging_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae864e02999f4bc8d5bc0dd534ff51651711da28 --- /dev/null +++ b/shellops/assets/ShellOps_1d3a926bad/init/staging_modules.txt @@ -0,0 +1,5 @@ +analytics_engine +auth_service +logging_daemon +report_generator +user_profile diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/build/.keep b/shellops/assets/ShellOps_1d4b4753b1/gold/build/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_1.2.0.txt b/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_1.2.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f33fd9bb2c31f72ecee4927ba644aa03a4a16ea --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_1.2.0.txt @@ -0,0 +1,3 @@ +MODULE=core +PLATFORM=linux +VERSION=1.2.0 diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_1.3.0.txt b/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_1.3.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..aeb1fcdb6d5f04e829cf107691d0a5632371bea5 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_1.3.0.txt @@ -0,0 +1,3 @@ +MODULE=core +PLATFORM=linux +VERSION=1.3.0 diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_2.0.0.txt b/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_2.0.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd548c3929b5849cb7caf46423b1bc43a8f4567a --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/gold/build/manifest_2.0.0.txt @@ -0,0 +1,3 @@ +MODULE=core +PLATFORM=linux +VERSION=2.0.0 diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/.keep b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v1.2.0.md b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v1.2.0.md new file mode 100644 index 0000000000000000000000000000000000000000..304322bfc963d863721a21f6cebbb16ad20db6dd --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v1.2.0.md @@ -0,0 +1,3 @@ +## Version 1.2.0 +- Feature A added +- Bug fixes diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v1.3.0.md b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v1.3.0.md new file mode 100644 index 0000000000000000000000000000000000000000..8e0475200b7ec60a5dec2449e5677ed7691e2dd6 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v1.3.0.md @@ -0,0 +1,3 @@ +## Version 1.3.0 +- Feature B added +- Performance improvements diff --git a/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v2.0.0.md b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v2.0.0.md new file mode 100644 index 0000000000000000000000000000000000000000..91613278b5706f3fc597c7247e2fe3360ff8a565 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/gold/docs/releases/v2.0.0.md @@ -0,0 +1,3 @@ +## Version 2.0.0 +- Major release +- Breaking changes diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/build/.keep b/shellops/assets/ShellOps_1d4b4753b1/init/build/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_1.2.0.txt b/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_1.2.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..68b8fa2a3c6d967f216577f9b96aa3cdd73644b5 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_1.2.0.txt @@ -0,0 +1,2 @@ +MODULE=core +PLATFORM=linux diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_1.3.0.txt b/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_1.3.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..68b8fa2a3c6d967f216577f9b96aa3cdd73644b5 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_1.3.0.txt @@ -0,0 +1,2 @@ +MODULE=core +PLATFORM=linux diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_2.0.0.txt b/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_2.0.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..68b8fa2a3c6d967f216577f9b96aa3cdd73644b5 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/init/build/manifest_2.0.0.txt @@ -0,0 +1,2 @@ +MODULE=core +PLATFORM=linux diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/.keep b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v1.2.0.md b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v1.2.0.md new file mode 100644 index 0000000000000000000000000000000000000000..304322bfc963d863721a21f6cebbb16ad20db6dd --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v1.2.0.md @@ -0,0 +1,3 @@ +## Version 1.2.0 +- Feature A added +- Bug fixes diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v1.3.0.md b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v1.3.0.md new file mode 100644 index 0000000000000000000000000000000000000000..8e0475200b7ec60a5dec2449e5677ed7691e2dd6 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v1.3.0.md @@ -0,0 +1,3 @@ +## Version 1.3.0 +- Feature B added +- Performance improvements diff --git a/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v2.0.0.md b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v2.0.0.md new file mode 100644 index 0000000000000000000000000000000000000000..91613278b5706f3fc597c7247e2fe3360ff8a565 --- /dev/null +++ b/shellops/assets/ShellOps_1d4b4753b1/init/docs/releases/v2.0.0.md @@ -0,0 +1,3 @@ +## Version 2.0.0 +- Major release +- Breaking changes diff --git a/shellops/assets/ShellOps_1d4f505600/gold/approved_windows.txt b/shellops/assets/ShellOps_1d4f505600/gold/approved_windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..07b92e8f616b56e77ae58eae4cba2ca1a57a0313 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/gold/approved_windows.txt @@ -0,0 +1,5 @@ +WIN-2024Q1-001 +WIN-2024Q1-002 +WIN-2024Q1-003 +WIN-2024Q1-004 +WIN-2024Q1-005 diff --git a/shellops/assets/ShellOps_1d4f505600/gold/deployments.xml b/shellops/assets/ShellOps_1d4f505600/gold/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..e899263508604530f5053c41d2c08f80ac0da9b5 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/gold/deployments.xml @@ -0,0 +1,15 @@ + + + + 2024-01-05T00:00:00Z + PT2H + + + 2024-01-12T00:00:00Z + PT4H + + + 2024-01-19T00:00:00Z + PT1H + + diff --git a/shellops/assets/ShellOps_1d4f505600/gold/notes.md b/shellops/assets/ShellOps_1d4f505600/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..049c36afc35c97c48b8d30b381d13960cfecf8a4 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/gold/notes.md @@ -0,0 +1,2 @@ +# Distractor notes +Some old windows like WIN-2023Q4-999 are archived and should be ignored. diff --git a/shellops/assets/ShellOps_1d4f505600/gold/reports/coverage.txt b/shellops/assets/ShellOps_1d4f505600/gold/reports/coverage.txt new file mode 100644 index 0000000000000000000000000000000000000000..26d1083df1af6625b8af2ed7dde9d725527796b9 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/gold/reports/coverage.txt @@ -0,0 +1,5 @@ +WIN-2024Q1-001 OK +WIN-2024Q1-002 MISSING +WIN-2024Q1-003 OK +WIN-2024Q1-004 MISSING +WIN-2024Q1-005 OK diff --git a/shellops/assets/ShellOps_1d4f505600/init/approved_windows.txt b/shellops/assets/ShellOps_1d4f505600/init/approved_windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..07b92e8f616b56e77ae58eae4cba2ca1a57a0313 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/init/approved_windows.txt @@ -0,0 +1,5 @@ +WIN-2024Q1-001 +WIN-2024Q1-002 +WIN-2024Q1-003 +WIN-2024Q1-004 +WIN-2024Q1-005 diff --git a/shellops/assets/ShellOps_1d4f505600/init/deployments.xml b/shellops/assets/ShellOps_1d4f505600/init/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..e899263508604530f5053c41d2c08f80ac0da9b5 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/init/deployments.xml @@ -0,0 +1,15 @@ + + + + 2024-01-05T00:00:00Z + PT2H + + + 2024-01-12T00:00:00Z + PT4H + + + 2024-01-19T00:00:00Z + PT1H + + diff --git a/shellops/assets/ShellOps_1d4f505600/init/notes.md b/shellops/assets/ShellOps_1d4f505600/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..049c36afc35c97c48b8d30b381d13960cfecf8a4 --- /dev/null +++ b/shellops/assets/ShellOps_1d4f505600/init/notes.md @@ -0,0 +1,2 @@ +# Distractor notes +Some old windows like WIN-2023Q4-999 are archived and should be ignored. diff --git a/shellops/assets/ShellOps_1d57b73477/gold/reports/filtered_sessions.txt b/shellops/assets/ShellOps_1d57b73477/gold/reports/filtered_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..deb83d390f41ae87faf283ea024a4a542912e552 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/gold/reports/filtered_sessions.txt @@ -0,0 +1,2 @@ +sess_1001 +sess_2002 diff --git a/shellops/assets/ShellOps_1d57b73477/gold/suppress_sessions.txt b/shellops/assets/ShellOps_1d57b73477/gold/suppress_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0c66da90f70e12adf58c3db26ed98b510f3fc2 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/gold/suppress_sessions.txt @@ -0,0 +1,2 @@ +sess_2001 +sess_9999 diff --git a/shellops/assets/ShellOps_1d57b73477/gold/traces/device_a.json b/shellops/assets/ShellOps_1d57b73477/gold/traces/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..2b7a6791505050a6401fd670544a06ffdfd3e50e --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/gold/traces/device_a.json @@ -0,0 +1,12 @@ +{ + "session_id": "sess_1001", + "incomplete_tls": true, + "endpoint": "gateway-alpha.local", + "timestamp": "2025-07-10T08:15:23Z" +} +{ + "session_id": "sess_1002", + "incomplete_tls": false, + "endpoint": "gateway-alpha.local", + "timestamp": "2025-07-10T08:16:45Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d57b73477/gold/traces/device_b.json b/shellops/assets/ShellOps_1d57b73477/gold/traces/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d69e7e9634d6ead85d001bcbc78e236e0ae75e53 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/gold/traces/device_b.json @@ -0,0 +1,12 @@ +{ + "session_id": "sess_2001", + "incomplete_tls": true, + "endpoint": "gateway-beta.local", + "timestamp": "2025-07-10T09:22:11Z" +} +{ + "session_id": "sess_2002", + "incomplete_tls": true, + "endpoint": "gateway-beta.local", + "timestamp": "2025-07-10T09:23:33Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d57b73477/gold/traces/device_c.json b/shellops/assets/ShellOps_1d57b73477/gold/traces/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..a411a6c29ae40b2188f5ffeb1a4a7a4de2dd036f --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/gold/traces/device_c.json @@ -0,0 +1,6 @@ +{ + "session_id": "sess_3001", + "incomplete_tls": false, + "endpoint": "gateway-gamma.local", + "timestamp": "2025-07-10T10:05:01Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d57b73477/gold/unrelated/old_traces.log b/shellops/assets/ShellOps_1d57b73477/gold/unrelated/old_traces.log new file mode 100644 index 0000000000000000000000000000000000000000..d95648fe91aed3785d04c86613b98ac494b8ae76 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/gold/unrelated/old_traces.log @@ -0,0 +1,2 @@ +[2025-07-09] session=sess_1001 status=ok +[2025-07-09] session=sess_2001 status=fail diff --git a/shellops/assets/ShellOps_1d57b73477/init/suppress_sessions.txt b/shellops/assets/ShellOps_1d57b73477/init/suppress_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f0c66da90f70e12adf58c3db26ed98b510f3fc2 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/init/suppress_sessions.txt @@ -0,0 +1,2 @@ +sess_2001 +sess_9999 diff --git a/shellops/assets/ShellOps_1d57b73477/init/traces/device_a.json b/shellops/assets/ShellOps_1d57b73477/init/traces/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..2b7a6791505050a6401fd670544a06ffdfd3e50e --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/init/traces/device_a.json @@ -0,0 +1,12 @@ +{ + "session_id": "sess_1001", + "incomplete_tls": true, + "endpoint": "gateway-alpha.local", + "timestamp": "2025-07-10T08:15:23Z" +} +{ + "session_id": "sess_1002", + "incomplete_tls": false, + "endpoint": "gateway-alpha.local", + "timestamp": "2025-07-10T08:16:45Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d57b73477/init/traces/device_b.json b/shellops/assets/ShellOps_1d57b73477/init/traces/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d69e7e9634d6ead85d001bcbc78e236e0ae75e53 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/init/traces/device_b.json @@ -0,0 +1,12 @@ +{ + "session_id": "sess_2001", + "incomplete_tls": true, + "endpoint": "gateway-beta.local", + "timestamp": "2025-07-10T09:22:11Z" +} +{ + "session_id": "sess_2002", + "incomplete_tls": true, + "endpoint": "gateway-beta.local", + "timestamp": "2025-07-10T09:23:33Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d57b73477/init/traces/device_c.json b/shellops/assets/ShellOps_1d57b73477/init/traces/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..a411a6c29ae40b2188f5ffeb1a4a7a4de2dd036f --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/init/traces/device_c.json @@ -0,0 +1,6 @@ +{ + "session_id": "sess_3001", + "incomplete_tls": false, + "endpoint": "gateway-gamma.local", + "timestamp": "2025-07-10T10:05:01Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1d57b73477/init/unrelated/old_traces.log b/shellops/assets/ShellOps_1d57b73477/init/unrelated/old_traces.log new file mode 100644 index 0000000000000000000000000000000000000000..d95648fe91aed3785d04c86613b98ac494b8ae76 --- /dev/null +++ b/shellops/assets/ShellOps_1d57b73477/init/unrelated/old_traces.log @@ -0,0 +1,2 @@ +[2025-07-09] session=sess_1001 status=ok +[2025-07-09] session=sess_2001 status=fail diff --git a/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/api.conf b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..046add4e0cf4f752d6d56413b50287803cbf5dd2 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/api.conf @@ -0,0 +1,6 @@ +server { + listen 443 ssl; + server_name api.example.com; + ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:AES256-GCM-SHA384; + ssl_protocols TLSv1.2; +} diff --git a/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/legacy.conf b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..7b46e162d27be5e48eba4c33beb53f734b3aa046 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/legacy.conf @@ -0,0 +1,6 @@ +server { + listen 443 ssl; + server_name legacy.example.com; + ssl_ciphers DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384; + ssl_protocols TLSv1.2; +} diff --git a/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/readme.md b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..59843ec8892b0eae821f2899143c2ef8e135b5e3 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/readme.md @@ -0,0 +1,4 @@ +# Nginx Configuration Notes +- web.conf: production web server +- api.conf: API gateway +- legacy.conf: deprecated service diff --git a/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/web.conf b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..628af0e3cbc61db71c13c8d8e25f61620c7435e2 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/gold/configs/nginx/web.conf @@ -0,0 +1,6 @@ +server { + listen 443 ssl; + server_name example.com; + ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384; + ssl_protocols TLSv1.2; +} diff --git a/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/api.conf b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..046add4e0cf4f752d6d56413b50287803cbf5dd2 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/api.conf @@ -0,0 +1,6 @@ +server { + listen 443 ssl; + server_name api.example.com; + ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:AES256-GCM-SHA384; + ssl_protocols TLSv1.2; +} diff --git a/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/legacy.conf b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..7b46e162d27be5e48eba4c33beb53f734b3aa046 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/legacy.conf @@ -0,0 +1,6 @@ +server { + listen 443 ssl; + server_name legacy.example.com; + ssl_ciphers DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384; + ssl_protocols TLSv1.2; +} diff --git a/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/readme.md b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..59843ec8892b0eae821f2899143c2ef8e135b5e3 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/readme.md @@ -0,0 +1,4 @@ +# Nginx Configuration Notes +- web.conf: production web server +- api.conf: API gateway +- legacy.conf: deprecated service diff --git a/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/web.conf b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..628af0e3cbc61db71c13c8d8e25f61620c7435e2 --- /dev/null +++ b/shellops/assets/ShellOps_1d8e47d274/init/configs/nginx/web.conf @@ -0,0 +1,6 @@ +server { + listen 443 ssl; + server_name example.com; + ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384; + ssl_protocols TLSv1.2; +} diff --git a/shellops/assets/ShellOps_1d90ff15b3/gold/legacy_tls_hosts.txt b/shellops/assets/ShellOps_1d90ff15b3/gold/legacy_tls_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3a9f9818258cafbb70a148d928b433b892092aa --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/gold/legacy_tls_hosts.txt @@ -0,0 +1,2 @@ +insecure.example.com +legacy.api.example.org diff --git a/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240512.log b/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240512.log new file mode 100644 index 0000000000000000000000000000000000000000..393575707b49d4af6564621243e9440e7189a0ab --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240512.log @@ -0,0 +1 @@ +2024/05/12 08:23:45 [error] 12345#12345: *67890 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking, client: 192.168.1.100, server: insecure.example.com, request: "GET / HTTP/1.1", host: "insecure.example.com", TLS version: TLSv1.0 diff --git a/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240513.log b/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240513.log new file mode 100644 index 0000000000000000000000000000000000000000..747515d2a1030e522fb385bd24a0fceb24012c25 --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240513.log @@ -0,0 +1 @@ +2024/05/13 14:56:12 [error] 54321#54321: *09876 SSL_do_handshake() failed (SSL: error:0A000102:SSL routines::unsupported protocol) while SSL handshaking, client: 10.0.0.42, server: legacy.api.example.org, request: "POST /submit HTTP/1.1", host: "legacy.api.example.org", TLS version: TLSv1.1 diff --git a/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240514.log b/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240514.log new file mode 100644 index 0000000000000000000000000000000000000000..3bac20f61cefde1a44b11596e39c393a6905c592 --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/gold/support/outages/nginx-error-20240514.log @@ -0,0 +1 @@ +2024/05/14 09:34:56 [error] 65432#65432: *11223 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking, client: 172.16.0.7, server: secure.example.net, request: "GET /status HTTP/1.1", host: "secure.example.net", TLS version: TLSv1.2 diff --git a/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240512.log b/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240512.log new file mode 100644 index 0000000000000000000000000000000000000000..393575707b49d4af6564621243e9440e7189a0ab --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240512.log @@ -0,0 +1 @@ +2024/05/12 08:23:45 [error] 12345#12345: *67890 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking, client: 192.168.1.100, server: insecure.example.com, request: "GET / HTTP/1.1", host: "insecure.example.com", TLS version: TLSv1.0 diff --git a/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240513.log b/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240513.log new file mode 100644 index 0000000000000000000000000000000000000000..747515d2a1030e522fb385bd24a0fceb24012c25 --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240513.log @@ -0,0 +1 @@ +2024/05/13 14:56:12 [error] 54321#54321: *09876 SSL_do_handshake() failed (SSL: error:0A000102:SSL routines::unsupported protocol) while SSL handshaking, client: 10.0.0.42, server: legacy.api.example.org, request: "POST /submit HTTP/1.1", host: "legacy.api.example.org", TLS version: TLSv1.1 diff --git a/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240514.log b/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240514.log new file mode 100644 index 0000000000000000000000000000000000000000..3bac20f61cefde1a44b11596e39c393a6905c592 --- /dev/null +++ b/shellops/assets/ShellOps_1d90ff15b3/init/support/outages/nginx-error-20240514.log @@ -0,0 +1 @@ +2024/05/14 09:34:56 [error] 65432#65432: *11223 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking, client: 172.16.0.7, server: secure.example.net, request: "GET /status HTTP/1.1", host: "secure.example.net", TLS version: TLSv1.2 diff --git a/shellops/assets/ShellOps_1dd5f548e2/gold/metric_names.out b/shellops/assets/ShellOps_1dd5f548e2/gold/metric_names.out new file mode 100644 index 0000000000000000000000000000000000000000..0a6b458a3952f1c7e2ab59eeefc6dd4f826db56d --- /dev/null +++ b/shellops/assets/ShellOps_1dd5f548e2/gold/metric_names.out @@ -0,0 +1,4 @@ +cpu_usage +disk_io +memory_usage +network_usage diff --git a/shellops/assets/ShellOps_1dd5f548e2/gold/system_metrics.trace b/shellops/assets/ShellOps_1dd5f548e2/gold/system_metrics.trace new file mode 100644 index 0000000000000000000000000000000000000000..f056146a22eff422a69c6e673478e85de7a883df --- /dev/null +++ b/shellops/assets/ShellOps_1dd5f548e2/gold/system_metrics.trace @@ -0,0 +1,6 @@ +{"timestamp": 1710403200, "metric_name": "cpu_usage", "value": 45.2} +{"timestamp": 1710403201, "metric_name": "memory_usage", "value": 78.1} +{"timestamp": 1710403202, "metric_name": "cpu_usage", "value": 46.3} +{"timestamp": 1710403203, "metric_name": "disk_io", "value": 120.5} +{"timestamp": 1710403204, "metric_name": "network_usage", "value": 89.7} +{"timestamp": 1710403205, "metric_name": "disk_io", "value": 110.2} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1dd5f548e2/init/system_metrics.trace b/shellops/assets/ShellOps_1dd5f548e2/init/system_metrics.trace new file mode 100644 index 0000000000000000000000000000000000000000..f056146a22eff422a69c6e673478e85de7a883df --- /dev/null +++ b/shellops/assets/ShellOps_1dd5f548e2/init/system_metrics.trace @@ -0,0 +1,6 @@ +{"timestamp": 1710403200, "metric_name": "cpu_usage", "value": 45.2} +{"timestamp": 1710403201, "metric_name": "memory_usage", "value": 78.1} +{"timestamp": 1710403202, "metric_name": "cpu_usage", "value": 46.3} +{"timestamp": 1710403203, "metric_name": "disk_io", "value": 120.5} +{"timestamp": 1710403204, "metric_name": "network_usage", "value": 89.7} +{"timestamp": 1710403205, "metric_name": "disk_io", "value": 110.2} \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/gold/budget_codes.out b/shellops/assets/ShellOps_1df2aab54c/gold/budget_codes.out new file mode 100644 index 0000000000000000000000000000000000000000..8452a0e5092790a13c7be0f5ea00bf350128d6a8 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/gold/budget_codes.out @@ -0,0 +1,5 @@ +ADV +PR +RECRUIT +RND +SALES diff --git a/shellops/assets/ShellOps_1df2aab54c/gold/finance/engineering.ini b/shellops/assets/ShellOps_1df2aab54c/gold/finance/engineering.ini new file mode 100644 index 0000000000000000000000000000000000000000..e1e6016fd13151fba51149d99e1d7fcbbaba57f3 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/gold/finance/engineering.ini @@ -0,0 +1,4 @@ +expense_code=RND +budget_target=75000 +expense_code=ADV +budget_target=10000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/gold/finance/hr.ini b/shellops/assets/ShellOps_1df2aab54c/gold/finance/hr.ini new file mode 100644 index 0000000000000000000000000000000000000000..6f20c62b9aa83d00e9ecd15f20e8e31fe3248e5e --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/gold/finance/hr.ini @@ -0,0 +1,4 @@ +expense_code=RECRUIT +budget_target=20000 +expense_code=SALES +budget_target=15000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/gold/finance/marketing.ini b/shellops/assets/ShellOps_1df2aab54c/gold/finance/marketing.ini new file mode 100644 index 0000000000000000000000000000000000000000..4a6c5804696be04d7c63a18c750db34dbfa7e369 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/gold/finance/marketing.ini @@ -0,0 +1,4 @@ +expense_code=ADV +budget_target=50000 +expense_code=PR +budget_target=25000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/gold/finance/sales.ini b/shellops/assets/ShellOps_1df2aab54c/gold/finance/sales.ini new file mode 100644 index 0000000000000000000000000000000000000000..fef590538854162ed788ee011d0421d462876954 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/gold/finance/sales.ini @@ -0,0 +1,4 @@ +expense_code=SALES +budget_target=80000 +expense_code=ADV +budget_target=30000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/init/finance/engineering.ini b/shellops/assets/ShellOps_1df2aab54c/init/finance/engineering.ini new file mode 100644 index 0000000000000000000000000000000000000000..e1e6016fd13151fba51149d99e1d7fcbbaba57f3 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/init/finance/engineering.ini @@ -0,0 +1,4 @@ +expense_code=RND +budget_target=75000 +expense_code=ADV +budget_target=10000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/init/finance/hr.ini b/shellops/assets/ShellOps_1df2aab54c/init/finance/hr.ini new file mode 100644 index 0000000000000000000000000000000000000000..6f20c62b9aa83d00e9ecd15f20e8e31fe3248e5e --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/init/finance/hr.ini @@ -0,0 +1,4 @@ +expense_code=RECRUIT +budget_target=20000 +expense_code=SALES +budget_target=15000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/init/finance/marketing.ini b/shellops/assets/ShellOps_1df2aab54c/init/finance/marketing.ini new file mode 100644 index 0000000000000000000000000000000000000000..4a6c5804696be04d7c63a18c750db34dbfa7e369 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/init/finance/marketing.ini @@ -0,0 +1,4 @@ +expense_code=ADV +budget_target=50000 +expense_code=PR +budget_target=25000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1df2aab54c/init/finance/sales.ini b/shellops/assets/ShellOps_1df2aab54c/init/finance/sales.ini new file mode 100644 index 0000000000000000000000000000000000000000..fef590538854162ed788ee011d0421d462876954 --- /dev/null +++ b/shellops/assets/ShellOps_1df2aab54c/init/finance/sales.ini @@ -0,0 +1,4 @@ +expense_code=SALES +budget_target=80000 +expense_code=ADV +budget_target=30000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e0e731e65/gold/container_images.txt b/shellops/assets/ShellOps_1e0e731e65/gold/container_images.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1c5de68bf876af108cbc4ac30a9527a066c51bc --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/gold/container_images.txt @@ -0,0 +1,4 @@ +nginx:1.21 +alpine:3.14 +busybox:1.33 +debian:11.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e0e731e65/gold/notes.md b/shellops/assets/ShellOps_1e0e731e65/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0ee4b90978630ca04c89b7edd419f3c784c10c36 --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/gold/notes.md @@ -0,0 +1,3 @@ +## Container Audit + +Tracking vulnerability scans and reprocessing requirements. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e0e731e65/gold/unscanned_images.txt b/shellops/assets/ShellOps_1e0e731e65/gold/unscanned_images.txt new file mode 100644 index 0000000000000000000000000000000000000000..30b31f2378a6002a0e7f8006de0b5b153aff73b0 --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/gold/unscanned_images.txt @@ -0,0 +1,2 @@ +alpine:3.14 +debian:11.2 diff --git a/shellops/assets/ShellOps_1e0e731e65/gold/vuln_scans.xml b/shellops/assets/ShellOps_1e0e731e65/gold/vuln_scans.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b72e1cfb65a91859a68dfb2f1d279c34a1b958f --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/gold/vuln_scans.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e0e731e65/init/.tmp/scanned b/shellops/assets/ShellOps_1e0e731e65/init/.tmp/scanned new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1e0e731e65/init/container_images.txt b/shellops/assets/ShellOps_1e0e731e65/init/container_images.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1c5de68bf876af108cbc4ac30a9527a066c51bc --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/init/container_images.txt @@ -0,0 +1,4 @@ +nginx:1.21 +alpine:3.14 +busybox:1.33 +debian:11.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e0e731e65/init/notes.md b/shellops/assets/ShellOps_1e0e731e65/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0ee4b90978630ca04c89b7edd419f3c784c10c36 --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/init/notes.md @@ -0,0 +1,3 @@ +## Container Audit + +Tracking vulnerability scans and reprocessing requirements. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e0e731e65/init/unscanned_images.txt b/shellops/assets/ShellOps_1e0e731e65/init/unscanned_images.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1e0e731e65/init/vuln_scans.xml b/shellops/assets/ShellOps_1e0e731e65/init/vuln_scans.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b72e1cfb65a91859a68dfb2f1d279c34a1b958f --- /dev/null +++ b/shellops/assets/ShellOps_1e0e731e65/init/vuln_scans.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e1c0fc2a3/gold/components.txt b/shellops/assets/ShellOps_1e1c0fc2a3/gold/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..f19409828c140323d77c6f6a9edc1e623188453f --- /dev/null +++ b/shellops/assets/ShellOps_1e1c0fc2a3/gold/components.txt @@ -0,0 +1,4 @@ +ID:123 +ID:456 +ID:789 +ID:101112 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e1c0fc2a3/gold/legacy_registry.xml b/shellops/assets/ShellOps_1e1c0fc2a3/gold/legacy_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..abeb204990cf9b719743e471c5ee246cc61469c4 --- /dev/null +++ b/shellops/assets/ShellOps_1e1c0fc2a3/gold/legacy_registry.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e1c0fc2a3/gold/missing_components.txt b/shellops/assets/ShellOps_1e1c0fc2a3/gold/missing_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..8651af7040457a04f92d7f646b305d7b8cdd40ce --- /dev/null +++ b/shellops/assets/ShellOps_1e1c0fc2a3/gold/missing_components.txt @@ -0,0 +1,2 @@ +123 +789 diff --git a/shellops/assets/ShellOps_1e1c0fc2a3/init/components.txt b/shellops/assets/ShellOps_1e1c0fc2a3/init/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..f19409828c140323d77c6f6a9edc1e623188453f --- /dev/null +++ b/shellops/assets/ShellOps_1e1c0fc2a3/init/components.txt @@ -0,0 +1,4 @@ +ID:123 +ID:456 +ID:789 +ID:101112 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e1c0fc2a3/init/legacy_registry.xml b/shellops/assets/ShellOps_1e1c0fc2a3/init/legacy_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..abeb204990cf9b719743e471c5ee246cc61469c4 --- /dev/null +++ b/shellops/assets/ShellOps_1e1c0fc2a3/init/legacy_registry.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e42b96ddd/gold/approved_components.manifest b/shellops/assets/ShellOps_1e42b96ddd/gold/approved_components.manifest new file mode 100644 index 0000000000000000000000000000000000000000..40985e789b54ea23929a870d657b3362e348bc73 --- /dev/null +++ b/shellops/assets/ShellOps_1e42b96ddd/gold/approved_components.manifest @@ -0,0 +1,5 @@ +c402 v1.8 +c402 v2.0 +c719 v3.2 +c402 v1.5 +c719 v3.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e42b96ddd/gold/deduped.manifest b/shellops/assets/ShellOps_1e42b96ddd/gold/deduped.manifest new file mode 100644 index 0000000000000000000000000000000000000000..55d7ecdb50de441ff153e15a8adb12e9fa15d6b9 --- /dev/null +++ b/shellops/assets/ShellOps_1e42b96ddd/gold/deduped.manifest @@ -0,0 +1,2 @@ +c402 v2.0 +c719 v3.2 diff --git a/shellops/assets/ShellOps_1e42b96ddd/gold/distractor.log b/shellops/assets/ShellOps_1e42b96ddd/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..bbf45567d52dbb8b772aaa143036620bc08832ed --- /dev/null +++ b/shellops/assets/ShellOps_1e42b96ddd/gold/distractor.log @@ -0,0 +1 @@ +2023-12-05 [WARN] Component c719 requires firmware update \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e42b96ddd/init/approved_components.manifest b/shellops/assets/ShellOps_1e42b96ddd/init/approved_components.manifest new file mode 100644 index 0000000000000000000000000000000000000000..40985e789b54ea23929a870d657b3362e348bc73 --- /dev/null +++ b/shellops/assets/ShellOps_1e42b96ddd/init/approved_components.manifest @@ -0,0 +1,5 @@ +c402 v1.8 +c402 v2.0 +c719 v3.2 +c402 v1.5 +c719 v3.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e42b96ddd/init/distractor.log b/shellops/assets/ShellOps_1e42b96ddd/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..bbf45567d52dbb8b772aaa143036620bc08832ed --- /dev/null +++ b/shellops/assets/ShellOps_1e42b96ddd/init/distractor.log @@ -0,0 +1 @@ +2023-12-05 [WARN] Component c719 requires firmware update \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e50bbcba8/gold/emails_audit.log b/shellops/assets/ShellOps_1e50bbcba8/gold/emails_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..a788c33b2aafd69855c91d1e639ff8b5e065ea6a --- /dev/null +++ b/shellops/assets/ShellOps_1e50bbcba8/gold/emails_audit.log @@ -0,0 +1,2 @@ +publications/neuro_2023.rst +publications/genetics_2022.rst diff --git a/shellops/assets/ShellOps_1e50bbcba8/gold/publications/.keep b/shellops/assets/ShellOps_1e50bbcba8/gold/publications/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1e50bbcba8/gold/publications/genetics_2022.rst b/shellops/assets/ShellOps_1e50bbcba8/gold/publications/genetics_2022.rst new file mode 100644 index 0000000000000000000000000000000000000000..0979a54d79e156e93c4973bad19447c348a0656a --- /dev/null +++ b/shellops/assets/ShellOps_1e50bbcba8/gold/publications/genetics_2022.rst @@ -0,0 +1,4 @@ +Title: DNA Sequencing +Contact: email@institution.org + +Methodology: \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e50bbcba8/gold/publications/neuro_2023.rst b/shellops/assets/ShellOps_1e50bbcba8/gold/publications/neuro_2023.rst new file mode 100644 index 0000000000000000000000000000000000000000..39675a995f9d51351dbaec577821814df48dc843 --- /dev/null +++ b/shellops/assets/ShellOps_1e50bbcba8/gold/publications/neuro_2023.rst @@ -0,0 +1,5 @@ +Title: Neural Patterns +Contact: email@institution.org + +Findings: +- ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e50bbcba8/init/publications/.keep b/shellops/assets/ShellOps_1e50bbcba8/init/publications/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_1e50bbcba8/init/publications/genetics_2022.rst b/shellops/assets/ShellOps_1e50bbcba8/init/publications/genetics_2022.rst new file mode 100644 index 0000000000000000000000000000000000000000..7d5e4812b349bf08ff2f1a77544546199acc6c76 --- /dev/null +++ b/shellops/assets/ShellOps_1e50bbcba8/init/publications/genetics_2022.rst @@ -0,0 +1,4 @@ +Title: DNA Sequencing +Contact: dr.smith@legacy.edu + +Methodology: \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e50bbcba8/init/publications/neuro_2023.rst b/shellops/assets/ShellOps_1e50bbcba8/init/publications/neuro_2023.rst new file mode 100644 index 0000000000000000000000000000000000000000..ed46094fd68e366ee052c3ff97aef95f01f458ab --- /dev/null +++ b/shellops/assets/ShellOps_1e50bbcba8/init/publications/neuro_2023.rst @@ -0,0 +1,5 @@ +Title: Neural Patterns +Contact: researcher@oldlab.org + +Findings: +- ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e9de1d843/gold/proposals/merged_ready.tsv b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/merged_ready.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4f3dddf995e529e16a1c05aefd07a8564cf09f53 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/merged_ready.tsv @@ -0,0 +1,2 @@ +101 Keynote: Future of AI ready yes +102 Workshop: Rust Best Practices ready yes diff --git a/shellops/assets/ShellOps_1e9de1d843/gold/proposals/notes.txt b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..45e8844653a135181f18b87c552131618475ea91 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/notes.txt @@ -0,0 +1 @@ +Review criteria: SessionID must match across both sheets. Only include rows where Status is 'ready' and ReviewerReady is 'yes'. Sort the final output by SessionID numerically. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e9de1d843/gold/proposals/primary.csv b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/primary.csv new file mode 100644 index 0000000000000000000000000000000000000000..ff8fc81091ae52cb3d360ac1fd4bc5958c4c57f6 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/primary.csv @@ -0,0 +1,7 @@ +SessionID Title Status +101 Keynote: Future of AI ready +102 Workshop: Rust Best Practices ready +103 Panel: Ethics in Tech pending +104 Hands-on: Kubernetes ready +105 Lightning Talk: Open Source not ready +106 Breakout: Data Visualization submitted \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e9de1d843/gold/proposals/secondary.csv b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/secondary.csv new file mode 100644 index 0000000000000000000000000000000000000000..f181122ea789d2ee59058a69aef1fabf91e9ed68 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/gold/proposals/secondary.csv @@ -0,0 +1,7 @@ +SessionID ReviewerReady +102 yes +101 yes +104 no +103 yes +105 yes +106 yes \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e9de1d843/init/proposals/notes.txt b/shellops/assets/ShellOps_1e9de1d843/init/proposals/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..45e8844653a135181f18b87c552131618475ea91 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/init/proposals/notes.txt @@ -0,0 +1 @@ +Review criteria: SessionID must match across both sheets. Only include rows where Status is 'ready' and ReviewerReady is 'yes'. Sort the final output by SessionID numerically. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e9de1d843/init/proposals/primary.csv b/shellops/assets/ShellOps_1e9de1d843/init/proposals/primary.csv new file mode 100644 index 0000000000000000000000000000000000000000..ff8fc81091ae52cb3d360ac1fd4bc5958c4c57f6 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/init/proposals/primary.csv @@ -0,0 +1,7 @@ +SessionID Title Status +101 Keynote: Future of AI ready +102 Workshop: Rust Best Practices ready +103 Panel: Ethics in Tech pending +104 Hands-on: Kubernetes ready +105 Lightning Talk: Open Source not ready +106 Breakout: Data Visualization submitted \ No newline at end of file diff --git a/shellops/assets/ShellOps_1e9de1d843/init/proposals/secondary.csv b/shellops/assets/ShellOps_1e9de1d843/init/proposals/secondary.csv new file mode 100644 index 0000000000000000000000000000000000000000..f181122ea789d2ee59058a69aef1fabf91e9ed68 --- /dev/null +++ b/shellops/assets/ShellOps_1e9de1d843/init/proposals/secondary.csv @@ -0,0 +1,7 @@ +SessionID ReviewerReady +102 yes +101 yes +104 no +103 yes +105 yes +106 yes \ No newline at end of file diff --git a/shellops/assets/ShellOps_1eadb3a8b8/gold/authorized_active_modules.txt b/shellops/assets/ShellOps_1eadb3a8b8/gold/authorized_active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa4f519bf8e0f6a12dd4d5e394c1782fc215ad14 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/gold/authorized_active_modules.txt @@ -0,0 +1,5 @@ +module_alfa +module_beta +module_gamma +module_theta +module_zeta diff --git a/shellops/assets/ShellOps_1eadb3a8b8/gold/manifests/approved_modules.txt b/shellops/assets/ShellOps_1eadb3a8b8/gold/manifests/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..3109966e6a4e6b3690da0a6ec324e9f8d8320a44 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/gold/manifests/approved_modules.txt @@ -0,0 +1,5 @@ +module_alfa +module_beta +module_gamma +module_zeta +module_theta diff --git a/shellops/assets/ShellOps_1eadb3a8b8/gold/manifests/distractor_manifest.txt b/shellops/assets/ShellOps_1eadb3a8b8/gold/manifests/distractor_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..be1a3d2086cb8239ae6c33012613e649679d4816 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/gold/manifests/distractor_manifest.txt @@ -0,0 +1,3 @@ +module_uno +module_dos +module_tres diff --git a/shellops/assets/ShellOps_1eadb3a8b8/gold/runtime/modules.log b/shellops/assets/ShellOps_1eadb3a8b8/gold/runtime/modules.log new file mode 100644 index 0000000000000000000000000000000000000000..10f2e444d1e5aa294596daeef251e542a8ced6c1 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/gold/runtime/modules.log @@ -0,0 +1,11 @@ +module_alfa +module_beta +module_gamma +module_delta +module_epsilon +module_beta +module_zeta +module_eta +module_theta +module_alfa +module_iota diff --git a/shellops/assets/ShellOps_1eadb3a8b8/gold/runtime/notes.txt b/shellops/assets/ShellOps_1eadb3a8b8/gold/runtime/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..037dc1796ae62b1d78d3af17bf656e8e608149e1 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/gold/runtime/notes.txt @@ -0,0 +1 @@ +Legacy modules: module_lambda, module_kappa diff --git a/shellops/assets/ShellOps_1eadb3a8b8/init/manifests/approved_modules.txt b/shellops/assets/ShellOps_1eadb3a8b8/init/manifests/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..3109966e6a4e6b3690da0a6ec324e9f8d8320a44 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/init/manifests/approved_modules.txt @@ -0,0 +1,5 @@ +module_alfa +module_beta +module_gamma +module_zeta +module_theta diff --git a/shellops/assets/ShellOps_1eadb3a8b8/init/manifests/distractor_manifest.txt b/shellops/assets/ShellOps_1eadb3a8b8/init/manifests/distractor_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..be1a3d2086cb8239ae6c33012613e649679d4816 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/init/manifests/distractor_manifest.txt @@ -0,0 +1,3 @@ +module_uno +module_dos +module_tres diff --git a/shellops/assets/ShellOps_1eadb3a8b8/init/runtime/modules.log b/shellops/assets/ShellOps_1eadb3a8b8/init/runtime/modules.log new file mode 100644 index 0000000000000000000000000000000000000000..10f2e444d1e5aa294596daeef251e542a8ced6c1 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/init/runtime/modules.log @@ -0,0 +1,11 @@ +module_alfa +module_beta +module_gamma +module_delta +module_epsilon +module_beta +module_zeta +module_eta +module_theta +module_alfa +module_iota diff --git a/shellops/assets/ShellOps_1eadb3a8b8/init/runtime/notes.txt b/shellops/assets/ShellOps_1eadb3a8b8/init/runtime/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..037dc1796ae62b1d78d3af17bf656e8e608149e1 --- /dev/null +++ b/shellops/assets/ShellOps_1eadb3a8b8/init/runtime/notes.txt @@ -0,0 +1 @@ +Legacy modules: module_lambda, module_kappa diff --git a/shellops/assets/ShellOps_1f1fb6453a/gold/assignments/active.xml b/shellops/assets/ShellOps_1f1fb6453a/gold/assignments/active.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ac05638e3f6fdfc30da4d40950e9f1b9b397932 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/gold/assignments/active.xml @@ -0,0 +1,8 @@ + + + alicemonitor + bobaudit + carolbackup + daverestore + evescan + diff --git a/shellops/assets/ShellOps_1f1fb6453a/gold/assignments/legacy.xml b/shellops/assets/ShellOps_1f1fb6453a/gold/assignments/legacy.xml new file mode 100644 index 0000000000000000000000000000000000000000..9edc32ea179855ca826bd02d8b40e4c9fe599f7b --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/gold/assignments/legacy.xml @@ -0,0 +1,4 @@ + + + mallorylegacy + diff --git a/shellops/assets/ShellOps_1f1fb6453a/gold/notes/irrelevant.md b/shellops/assets/ShellOps_1f1fb6453a/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..1f1e5fe782fd4591ffad7d7aca5685b364fb3862 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Placeholder notes +- trent is on leave +- ignore legacy.xml diff --git a/shellops/assets/ShellOps_1f1fb6453a/gold/reports/missing_operators.txt b/shellops/assets/ShellOps_1f1fb6453a/gold/reports/missing_operators.txt new file mode 100644 index 0000000000000000000000000000000000000000..571d8e20757cc393c77270a6fa2ff0540e324d13 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/gold/reports/missing_operators.txt @@ -0,0 +1,2 @@ +mallory +trent diff --git a/shellops/assets/ShellOps_1f1fb6453a/gold/roster/operators.txt b/shellops/assets/ShellOps_1f1fb6453a/gold/roster/operators.txt new file mode 100644 index 0000000000000000000000000000000000000000..831485dde1b6f2fa05a004d0a60cb954b338f902 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/gold/roster/operators.txt @@ -0,0 +1,7 @@ +alice +bob +carol +dave +eve +mallory +trent \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f1fb6453a/init/assignments/active.xml b/shellops/assets/ShellOps_1f1fb6453a/init/assignments/active.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ac05638e3f6fdfc30da4d40950e9f1b9b397932 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/init/assignments/active.xml @@ -0,0 +1,8 @@ + + + alicemonitor + bobaudit + carolbackup + daverestore + evescan + diff --git a/shellops/assets/ShellOps_1f1fb6453a/init/assignments/legacy.xml b/shellops/assets/ShellOps_1f1fb6453a/init/assignments/legacy.xml new file mode 100644 index 0000000000000000000000000000000000000000..9edc32ea179855ca826bd02d8b40e4c9fe599f7b --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/init/assignments/legacy.xml @@ -0,0 +1,4 @@ + + + mallorylegacy + diff --git a/shellops/assets/ShellOps_1f1fb6453a/init/notes/irrelevant.md b/shellops/assets/ShellOps_1f1fb6453a/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..1f1e5fe782fd4591ffad7d7aca5685b364fb3862 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Placeholder notes +- trent is on leave +- ignore legacy.xml diff --git a/shellops/assets/ShellOps_1f1fb6453a/init/roster/operators.txt b/shellops/assets/ShellOps_1f1fb6453a/init/roster/operators.txt new file mode 100644 index 0000000000000000000000000000000000000000..831485dde1b6f2fa05a004d0a60cb954b338f902 --- /dev/null +++ b/shellops/assets/ShellOps_1f1fb6453a/init/roster/operators.txt @@ -0,0 +1,7 @@ +alice +bob +carol +dave +eve +mallory +trent \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f29ae3546/gold/current_services.md b/shellops/assets/ShellOps_1f29ae3546/gold/current_services.md new file mode 100644 index 0000000000000000000000000000000000000000..353223ba46335d2a83344922afe2e96b608e911b --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/gold/current_services.md @@ -0,0 +1,4 @@ +/api/v1/payments (active) +/api/v1/orders (deprecated) +/api/v1/notifications (active) +/api/v1/analytics (active) diff --git a/shellops/assets/ShellOps_1f29ae3546/gold/notes/todo.md b/shellops/assets/ShellOps_1f29ae3546/gold/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..fb6ca110efd0e7a22a590de381e6ca439add7b66 --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/gold/notes/todo.md @@ -0,0 +1 @@ +Need to check service dependencies. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f29ae3546/gold/reviewed_endpoints.txt b/shellops/assets/ShellOps_1f29ae3546/gold/reviewed_endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..09e7d02a512fa5856e48344f80792684091a600c --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/gold/reviewed_endpoints.txt @@ -0,0 +1,2 @@ +/api/v1/notifications +/api/v1/payments diff --git a/shellops/assets/ShellOps_1f29ae3546/gold/routes.conf b/shellops/assets/ShellOps_1f29ae3546/gold/routes.conf new file mode 100644 index 0000000000000000000000000000000000000000..e2521267c35726f4f47b77583474d0c0b4d2ac78 --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/gold/routes.conf @@ -0,0 +1,6 @@ +GET /api/v1/users +POST /api/v1/orders +DELETE /api/v1/inventory +POST /api/v1/payments +PUT /api/v1/settings +POST /api/v1/notifications diff --git a/shellops/assets/ShellOps_1f29ae3546/init/current_services.md b/shellops/assets/ShellOps_1f29ae3546/init/current_services.md new file mode 100644 index 0000000000000000000000000000000000000000..353223ba46335d2a83344922afe2e96b608e911b --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/init/current_services.md @@ -0,0 +1,4 @@ +/api/v1/payments (active) +/api/v1/orders (deprecated) +/api/v1/notifications (active) +/api/v1/analytics (active) diff --git a/shellops/assets/ShellOps_1f29ae3546/init/notes/todo.md b/shellops/assets/ShellOps_1f29ae3546/init/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..fb6ca110efd0e7a22a590de381e6ca439add7b66 --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/init/notes/todo.md @@ -0,0 +1 @@ +Need to check service dependencies. \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f29ae3546/init/routes.conf b/shellops/assets/ShellOps_1f29ae3546/init/routes.conf new file mode 100644 index 0000000000000000000000000000000000000000..e2521267c35726f4f47b77583474d0c0b4d2ac78 --- /dev/null +++ b/shellops/assets/ShellOps_1f29ae3546/init/routes.conf @@ -0,0 +1,6 @@ +GET /api/v1/users +POST /api/v1/orders +DELETE /api/v1/inventory +POST /api/v1/payments +PUT /api/v1/settings +POST /api/v1/notifications diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/approved_plugins b/shellops/assets/ShellOps_1f2d076f44/gold/approved_plugins new file mode 100644 index 0000000000000000000000000000000000000000..9488cd470f78a10c2a70b01bb39dddd5b929914c --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/approved_plugins @@ -0,0 +1,4 @@ +analysis_kit +auth_plugin +cache_engine +ui_widget diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/checksum_manifest.txt b/shellops/assets/ShellOps_1f2d076f44/gold/checksum_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d9aa7056f3c91249fed9f047c4c925d3a79bf5c --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/checksum_manifest.txt @@ -0,0 +1,6 @@ +auth_plugin sha256:abcd1234 +billing_lib sha512:efgh5678 +ui_widget sha256:ijkl90ab +analysis_kit sha256:mnopcd12 +ui_widget sha256:ijkl90ab +cache_engine sha256:qrstuvwx diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/plugins/analysis_kit/plugin.so b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/analysis_kit/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/analysis_kit/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/plugins/auth_plugin/plugin.so b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/auth_plugin/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/auth_plugin/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/plugins/cache_engine/plugin.so b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/cache_engine/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/cache_engine/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/plugins/ui_widget/plugin.so b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/ui_widget/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/ui_widget/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/gold/plugins/unapproved_tool/plugin.so b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/unapproved_tool/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..cc55c2387c190b2937219a3a4560343c2eed1db3 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/gold/plugins/unapproved_tool/plugin.so @@ -0,0 +1 @@ +stray plugin not in manifest \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/init/checksum_manifest.txt b/shellops/assets/ShellOps_1f2d076f44/init/checksum_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d9aa7056f3c91249fed9f047c4c925d3a79bf5c --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/init/checksum_manifest.txt @@ -0,0 +1,6 @@ +auth_plugin sha256:abcd1234 +billing_lib sha512:efgh5678 +ui_widget sha256:ijkl90ab +analysis_kit sha256:mnopcd12 +ui_widget sha256:ijkl90ab +cache_engine sha256:qrstuvwx diff --git a/shellops/assets/ShellOps_1f2d076f44/init/plugins/analysis_kit/plugin.so b/shellops/assets/ShellOps_1f2d076f44/init/plugins/analysis_kit/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/init/plugins/analysis_kit/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/init/plugins/auth_plugin/plugin.so b/shellops/assets/ShellOps_1f2d076f44/init/plugins/auth_plugin/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/init/plugins/auth_plugin/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/init/plugins/cache_engine/plugin.so b/shellops/assets/ShellOps_1f2d076f44/init/plugins/cache_engine/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/init/plugins/cache_engine/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/init/plugins/ui_widget/plugin.so b/shellops/assets/ShellOps_1f2d076f44/init/plugins/ui_widget/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..5f9623eaa4ae235816b36d699b66a5976dc39b16 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/init/plugins/ui_widget/plugin.so @@ -0,0 +1 @@ +binary data placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f2d076f44/init/plugins/unapproved_tool/plugin.so b/shellops/assets/ShellOps_1f2d076f44/init/plugins/unapproved_tool/plugin.so new file mode 100644 index 0000000000000000000000000000000000000000..cc55c2387c190b2937219a3a4560343c2eed1db3 --- /dev/null +++ b/shellops/assets/ShellOps_1f2d076f44/init/plugins/unapproved_tool/plugin.so @@ -0,0 +1 @@ +stray plugin not in manifest \ No newline at end of file diff --git a/shellops/assets/ShellOps_1f5ee11827/gold/network/eth0.conf b/shellops/assets/ShellOps_1f5ee11827/gold/network/eth0.conf new file mode 100644 index 0000000000000000000000000000000000000000..e37ef8eba9353b9e2e5209d34fe3d8699d889130 --- /dev/null +++ b/shellops/assets/ShellOps_1f5ee11827/gold/network/eth0.conf @@ -0,0 +1,4 @@ +interface eth0 +mtu 9000 +ipaddr 192.168.1.10 +netmask 255.255.255.0 diff --git a/shellops/assets/ShellOps_1f5ee11827/gold/network/eth1.conf b/shellops/assets/ShellOps_1f5ee11827/gold/network/eth1.conf new file mode 100644 index 0000000000000000000000000000000000000000..b1d4372a871acc72e67eef03fe1da1b50d049e30 --- /dev/null +++ b/shellops/assets/ShellOps_1f5ee11827/gold/network/eth1.conf @@ -0,0 +1,4 @@ +interface eth1 +mtu 1500 +ipaddr 192.168.1.11 +netmask 255.255.255.0 diff --git a/shellops/assets/ShellOps_1f5ee11827/gold/network/wlan0.conf b/shellops/assets/ShellOps_1f5ee11827/gold/network/wlan0.conf new file mode 100644 index 0000000000000000000000000000000000000000..d9c919925700f42eaa388efd94292c9838479d8e --- /dev/null +++ b/shellops/assets/ShellOps_1f5ee11827/gold/network/wlan0.conf @@ -0,0 +1,4 @@ +interface wlan0 +mtu 1400 +ipaddr 192.168.1.12 +netmask 255.255.255.0 diff --git a/shellops/assets/ShellOps_1f5ee11827/init/network/eth0.conf b/shellops/assets/ShellOps_1f5ee11827/init/network/eth0.conf new file mode 100644 index 0000000000000000000000000000000000000000..e37ef8eba9353b9e2e5209d34fe3d8699d889130 --- /dev/null +++ b/shellops/assets/ShellOps_1f5ee11827/init/network/eth0.conf @@ -0,0 +1,4 @@ +interface eth0 +mtu 9000 +ipaddr 192.168.1.10 +netmask 255.255.255.0 diff --git a/shellops/assets/ShellOps_1f5ee11827/init/network/eth1.conf b/shellops/assets/ShellOps_1f5ee11827/init/network/eth1.conf new file mode 100644 index 0000000000000000000000000000000000000000..b1d4372a871acc72e67eef03fe1da1b50d049e30 --- /dev/null +++ b/shellops/assets/ShellOps_1f5ee11827/init/network/eth1.conf @@ -0,0 +1,4 @@ +interface eth1 +mtu 1500 +ipaddr 192.168.1.11 +netmask 255.255.255.0 diff --git a/shellops/assets/ShellOps_1f5ee11827/init/network/wlan0.conf b/shellops/assets/ShellOps_1f5ee11827/init/network/wlan0.conf new file mode 100644 index 0000000000000000000000000000000000000000..d9c919925700f42eaa388efd94292c9838479d8e --- /dev/null +++ b/shellops/assets/ShellOps_1f5ee11827/init/network/wlan0.conf @@ -0,0 +1,4 @@ +interface wlan0 +mtu 1400 +ipaddr 192.168.1.12 +netmask 255.255.255.0 diff --git a/shellops/assets/ShellOps_1fb470f76c/gold/approved_devices.txt b/shellops/assets/ShellOps_1fb470f76c/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a31160d13275ab15fc1df31efa07a14547f5d4 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/gold/approved_devices.txt @@ -0,0 +1,2 @@ +T123456 +T345678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1fb470f76c/gold/device_manifest.xml b/shellops/assets/ShellOps_1fb470f76c/gold/device_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..1b21d4bd9aa547bb9d6ebe46e4f29eb4b3856213 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/gold/device_manifest.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1fb470f76c/gold/device_tokens.xml b/shellops/assets/ShellOps_1fb470f76c/gold/device_tokens.xml new file mode 100644 index 0000000000000000000000000000000000000000..52d1fb3cf24f87c74601ab48f15ca8c9e08bfbb1 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/gold/device_tokens.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1fb470f76c/gold/unverified_tokens.list b/shellops/assets/ShellOps_1fb470f76c/gold/unverified_tokens.list new file mode 100644 index 0000000000000000000000000000000000000000..62d3bf00aa86c8b4c4f64b63c393be6bf423c022 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/gold/unverified_tokens.list @@ -0,0 +1 @@ +T789012 diff --git a/shellops/assets/ShellOps_1fb470f76c/init/approved_devices.txt b/shellops/assets/ShellOps_1fb470f76c/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a31160d13275ab15fc1df31efa07a14547f5d4 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/init/approved_devices.txt @@ -0,0 +1,2 @@ +T123456 +T345678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_1fb470f76c/init/device_manifest.xml b/shellops/assets/ShellOps_1fb470f76c/init/device_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..1b21d4bd9aa547bb9d6ebe46e4f29eb4b3856213 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/init/device_manifest.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1fb470f76c/init/device_tokens.xml b/shellops/assets/ShellOps_1fb470f76c/init/device_tokens.xml new file mode 100644 index 0000000000000000000000000000000000000000..52d1fb3cf24f87c74601ab48f15ca8c9e08bfbb1 --- /dev/null +++ b/shellops/assets/ShellOps_1fb470f76c/init/device_tokens.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/gold/approved_devices.xml b/shellops/assets/ShellOps_1ff5cb8f2a/gold/approved_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d4d4fd7acf004012782c00ad953734506cdadffd --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/gold/approved_devices.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/gold/lab_devices.txt b/shellops/assets/ShellOps_1ff5cb8f2a/gold/lab_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8e0c109febc13df6f27bba9492e3395c0954f67 --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/gold/lab_devices.txt @@ -0,0 +1,14 @@ +Device Inventory 2024-06-01 +Host: alpha-lab-01 + NIC: 00:1B:44:11:3A:B7 + NIC: 00:1b:44:11:3a:b8 + NIC: 00:1B:44:11:3A:B9 +Host: alpha-lab-02 + NIC: 00:1C:42:22:4B:C1 + NIC: 00:1c:42:22:4b:c2 +Host: beta-lab-01 + NIC: AA:BB:CC:DD:EE:FF + NIC: aa:bb:cc:dd:ee:00 + NIC: DE:AD:BE:EF:00:01 +Distractor: ignored device + NIC: FF:FF:FF:FF:FF:FF diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/gold/notes.txt b/shellops/assets/ShellOps_1ff5cb8f2a/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab23468027e46313a4a609f324e7b7251bfd6e36 --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/gold/notes.txt @@ -0,0 +1,2 @@ +Ignore the distractor entries in lab_devices.txt. +Only compare against approved_devices.xml. diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/gold/unauthorized_macs.txt b/shellops/assets/ShellOps_1ff5cb8f2a/gold/unauthorized_macs.txt new file mode 100644 index 0000000000000000000000000000000000000000..30bab92a82bf802eb503de54a7f317c652505cd2 --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/gold/unauthorized_macs.txt @@ -0,0 +1,2 @@ +deadbeef0001 +ffffffffffff diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/init/approved_devices.xml b/shellops/assets/ShellOps_1ff5cb8f2a/init/approved_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d4d4fd7acf004012782c00ad953734506cdadffd --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/init/approved_devices.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/init/lab_devices.txt b/shellops/assets/ShellOps_1ff5cb8f2a/init/lab_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8e0c109febc13df6f27bba9492e3395c0954f67 --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/init/lab_devices.txt @@ -0,0 +1,14 @@ +Device Inventory 2024-06-01 +Host: alpha-lab-01 + NIC: 00:1B:44:11:3A:B7 + NIC: 00:1b:44:11:3a:b8 + NIC: 00:1B:44:11:3A:B9 +Host: alpha-lab-02 + NIC: 00:1C:42:22:4B:C1 + NIC: 00:1c:42:22:4b:c2 +Host: beta-lab-01 + NIC: AA:BB:CC:DD:EE:FF + NIC: aa:bb:cc:dd:ee:00 + NIC: DE:AD:BE:EF:00:01 +Distractor: ignored device + NIC: FF:FF:FF:FF:FF:FF diff --git a/shellops/assets/ShellOps_1ff5cb8f2a/init/notes.txt b/shellops/assets/ShellOps_1ff5cb8f2a/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab23468027e46313a4a609f324e7b7251bfd6e36 --- /dev/null +++ b/shellops/assets/ShellOps_1ff5cb8f2a/init/notes.txt @@ -0,0 +1,2 @@ +Ignore the distractor entries in lab_devices.txt. +Only compare against approved_devices.xml. diff --git a/shellops/assets/ShellOps_2009364373/gold/reports/.keep b/shellops/assets/ShellOps_2009364373/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2009364373/gold/reports/top_errors.tsv b/shellops/assets/ShellOps_2009364373/gold/reports/top_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..160ea40d181314b933a7e45514f562fa9c599d81 --- /dev/null +++ b/shellops/assets/ShellOps_2009364373/gold/reports/top_errors.tsv @@ -0,0 +1,3 @@ +server error_count +srv-web-01 5 +srv-web-03 3 diff --git a/shellops/assets/ShellOps_2009364373/init/reports/.keep b/shellops/assets/ShellOps_2009364373/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_204ba1d210/gold/meetings/.keep b/shellops/assets/ShellOps_204ba1d210/gold/meetings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_204ba1d210/gold/meetings/first_meeting.tsv b/shellops/assets/ShellOps_204ba1d210/gold/meetings/first_meeting.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4eb1cb07caf818930cc69c11474a84070a5fd59 --- /dev/null +++ b/shellops/assets/ShellOps_204ba1d210/gold/meetings/first_meeting.tsv @@ -0,0 +1,6 @@ +id topic attendees +1 Public Safety 45 +2 Park Maintenance 30 +3 Traffic Management 25 +4 Public Safety 50 +5 Library Services 20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_204ba1d210/gold/meetings/second_meeting.tsv b/shellops/assets/ShellOps_204ba1d210/gold/meetings/second_meeting.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2941d109a279cbbf92698178b708b96456993b94 --- /dev/null +++ b/shellops/assets/ShellOps_204ba1d210/gold/meetings/second_meeting.tsv @@ -0,0 +1,6 @@ +id topic attendees +1 Public Safety 60 +2 Park Maintenance 22 +3 Waste Collection 18 +4 Public Safety 55 +5 Library Services 25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_204ba1d210/gold/shared_topics.txt b/shellops/assets/ShellOps_204ba1d210/gold/shared_topics.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3915b5854f21d28d4dbede2840841f4f7a9e182 --- /dev/null +++ b/shellops/assets/ShellOps_204ba1d210/gold/shared_topics.txt @@ -0,0 +1,3 @@ +Library Services +Park Maintenance +Public Safety diff --git a/shellops/assets/ShellOps_204ba1d210/init/.tmp/keep b/shellops/assets/ShellOps_204ba1d210/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_204ba1d210/init/meetings/.keep b/shellops/assets/ShellOps_204ba1d210/init/meetings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_204ba1d210/init/meetings/first_meeting.tsv b/shellops/assets/ShellOps_204ba1d210/init/meetings/first_meeting.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4eb1cb07caf818930cc69c11474a84070a5fd59 --- /dev/null +++ b/shellops/assets/ShellOps_204ba1d210/init/meetings/first_meeting.tsv @@ -0,0 +1,6 @@ +id topic attendees +1 Public Safety 45 +2 Park Maintenance 30 +3 Traffic Management 25 +4 Public Safety 50 +5 Library Services 20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_204ba1d210/init/meetings/second_meeting.tsv b/shellops/assets/ShellOps_204ba1d210/init/meetings/second_meeting.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2941d109a279cbbf92698178b708b96456993b94 --- /dev/null +++ b/shellops/assets/ShellOps_204ba1d210/init/meetings/second_meeting.tsv @@ -0,0 +1,6 @@ +id topic attendees +1 Public Safety 60 +2 Park Maintenance 22 +3 Waste Collection 18 +4 Public Safety 55 +5 Library Services 25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2054e0300f/gold/features/notes.md b/shellops/assets/ShellOps_2054e0300f/gold/features/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2ebdb44de2b4ddc310ac5e6a607d2c84dbb016fc --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/gold/features/notes.md @@ -0,0 +1,3 @@ +Review criteria: +- Only features with a defined fallback_value in stable.json should be included. +- Use telemetry counts for active rollouts. diff --git a/shellops/assets/ShellOps_2054e0300f/gold/features/stable.json b/shellops/assets/ShellOps_2054e0300f/gold/features/stable.json new file mode 100644 index 0000000000000000000000000000000000000000..0572f87e82a3f5393c2b02a9f13487c844942dd3 --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/gold/features/stable.json @@ -0,0 +1,7 @@ +[ + {"feature_id": "search_v2", "fallback_value": "legacy", "approved": true}, + {"feature_id": "dark_mode", "fallback_value": "", "approved": true}, + {"feature_id": "export_csv", "fallback_value": "disabled", "approved": true}, + {"feature_id": "chat_bot", "fallback_value": null, "approved": false}, + {"feature_id": "analytics_dash", "fallback_value": "read_only", "approved": true} +] diff --git a/shellops/assets/ShellOps_2054e0300f/gold/report/stable_rollouts.tsv b/shellops/assets/ShellOps_2054e0300f/gold/report/stable_rollouts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f9727b44b05d0f990049d60bda8ae3a3d172f2b4 --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/gold/report/stable_rollouts.tsv @@ -0,0 +1,4 @@ +feature_id rollout_count fallback_value +analytics_dash 340 read_only +export_csv 892 disabled +search_v2 1250 legacy diff --git a/shellops/assets/ShellOps_2054e0300f/gold/telemetry/rollouts.csv b/shellops/assets/ShellOps_2054e0300f/gold/telemetry/rollouts.csv new file mode 100644 index 0000000000000000000000000000000000000000..c90b8ad48a6ed946c8f9c035e61c94f7c331e5c4 --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/gold/telemetry/rollouts.csv @@ -0,0 +1,6 @@ +feature_id,rollout_count,region +search_v2,1250,us-west +export_csv,892,us-east +analytics_dash,340,eu-central +chat_bot,210,us-west +legacy_ui,50,us-east diff --git a/shellops/assets/ShellOps_2054e0300f/init/features/notes.md b/shellops/assets/ShellOps_2054e0300f/init/features/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2ebdb44de2b4ddc310ac5e6a607d2c84dbb016fc --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/init/features/notes.md @@ -0,0 +1,3 @@ +Review criteria: +- Only features with a defined fallback_value in stable.json should be included. +- Use telemetry counts for active rollouts. diff --git a/shellops/assets/ShellOps_2054e0300f/init/features/stable.json b/shellops/assets/ShellOps_2054e0300f/init/features/stable.json new file mode 100644 index 0000000000000000000000000000000000000000..0572f87e82a3f5393c2b02a9f13487c844942dd3 --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/init/features/stable.json @@ -0,0 +1,7 @@ +[ + {"feature_id": "search_v2", "fallback_value": "legacy", "approved": true}, + {"feature_id": "dark_mode", "fallback_value": "", "approved": true}, + {"feature_id": "export_csv", "fallback_value": "disabled", "approved": true}, + {"feature_id": "chat_bot", "fallback_value": null, "approved": false}, + {"feature_id": "analytics_dash", "fallback_value": "read_only", "approved": true} +] diff --git a/shellops/assets/ShellOps_2054e0300f/init/telemetry/rollouts.csv b/shellops/assets/ShellOps_2054e0300f/init/telemetry/rollouts.csv new file mode 100644 index 0000000000000000000000000000000000000000..c90b8ad48a6ed946c8f9c035e61c94f7c331e5c4 --- /dev/null +++ b/shellops/assets/ShellOps_2054e0300f/init/telemetry/rollouts.csv @@ -0,0 +1,6 @@ +feature_id,rollout_count,region +search_v2,1250,us-west +export_csv,892,us-east +analytics_dash,340,eu-central +chat_bot,210,us-west +legacy_ui,50,us-east diff --git a/shellops/assets/ShellOps_21164da7b6/gold/error_summary.tsv b/shellops/assets/ShellOps_21164da7b6/gold/error_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2ca70d8cae753ca0f2902c70b5b906ba78b10885 --- /dev/null +++ b/shellops/assets/ShellOps_21164da7b6/gold/error_summary.tsv @@ -0,0 +1,5 @@ +1001 3 +1002 1 +2001 1 +2003 1 +3005 2 diff --git a/shellops/assets/ShellOps_2126c173f4/gold/gaps.txt b/shellops/assets/ShellOps_2126c173f4/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..d583ad42067e519cd7a7ed7ff7160c8419957122 --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/gold/gaps.txt @@ -0,0 +1 @@ +node-gamma diff --git a/shellops/assets/ShellOps_2126c173f4/gold/regions/east/active_nodes.cfg b/shellops/assets/ShellOps_2126c173f4/gold/regions/east/active_nodes.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6b696ae5e2b4f0eac078e15121252f4224f3cf0d --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/gold/regions/east/active_nodes.cfg @@ -0,0 +1,5 @@ +cluster_nodes: + - node-alpha + - node-beta + - node-gamma + # node-delta (decommissioned) diff --git a/shellops/assets/ShellOps_2126c173f4/gold/scans/irrelevant.trace b/shellops/assets/ShellOps_2126c173f4/gold/scans/irrelevant.trace new file mode 100644 index 0000000000000000000000000000000000000000..02cbda92a3401511cd182146ea701b37005bcede --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/gold/scans/irrelevant.trace @@ -0,0 +1 @@ +This file should not affect the output \ No newline at end of file diff --git a/shellops/assets/ShellOps_2126c173f4/gold/scans/security_audit.log b/shellops/assets/ShellOps_2126c173f4/gold/scans/security_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..4a43dcc217200ba476dba38059227f09d5f3fd03 --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/gold/scans/security_audit.log @@ -0,0 +1,4 @@ +2024-04-15 09:00: [VERIFIED] node-alpha +2024-04-15 09:05: ERROR: node-epsilon not found +2024-04-15 09:10: [VERIFIED] node-beta +2024-04-15 09:15: [VERIFIED] node-zeta diff --git a/shellops/assets/ShellOps_2126c173f4/init/regions/east/active_nodes.cfg b/shellops/assets/ShellOps_2126c173f4/init/regions/east/active_nodes.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6b696ae5e2b4f0eac078e15121252f4224f3cf0d --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/init/regions/east/active_nodes.cfg @@ -0,0 +1,5 @@ +cluster_nodes: + - node-alpha + - node-beta + - node-gamma + # node-delta (decommissioned) diff --git a/shellops/assets/ShellOps_2126c173f4/init/scans/irrelevant.trace b/shellops/assets/ShellOps_2126c173f4/init/scans/irrelevant.trace new file mode 100644 index 0000000000000000000000000000000000000000..02cbda92a3401511cd182146ea701b37005bcede --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/init/scans/irrelevant.trace @@ -0,0 +1 @@ +This file should not affect the output \ No newline at end of file diff --git a/shellops/assets/ShellOps_2126c173f4/init/scans/security_audit.log b/shellops/assets/ShellOps_2126c173f4/init/scans/security_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..4a43dcc217200ba476dba38059227f09d5f3fd03 --- /dev/null +++ b/shellops/assets/ShellOps_2126c173f4/init/scans/security_audit.log @@ -0,0 +1,4 @@ +2024-04-15 09:00: [VERIFIED] node-alpha +2024-04-15 09:05: ERROR: node-epsilon not found +2024-04-15 09:10: [VERIFIED] node-beta +2024-04-15 09:15: [VERIFIED] node-zeta diff --git a/shellops/assets/ShellOps_21644da5bb/gold/soil_records/.keep b/shellops/assets/ShellOps_21644da5bb/gold/soil_records/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_21644da5bb/gold/soil_records/farmA_2023.ndjson b/shellops/assets/ShellOps_21644da5bb/gold/soil_records/farmA_2023.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..26da4e6c92bff44c5392ed4a1894a0e1075cb861 --- /dev/null +++ b/shellops/assets/ShellOps_21644da5bb/gold/soil_records/farmA_2023.ndjson @@ -0,0 +1,2 @@ +{"id": "S-101", "crop_plan": "corn-wheat", "sample_date": "2023-04-15", "status": "active"} +{"id": "S-102", "crop_plan": "soybean", "sample_date": "2023-05-01", "status": "retired"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21644da5bb/gold/soil_records/farmB_2023.ndjson b/shellops/assets/ShellOps_21644da5bb/gold/soil_records/farmB_2023.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..648cb0a23b86e517840901f82b2762a85a081879 --- /dev/null +++ b/shellops/assets/ShellOps_21644da5bb/gold/soil_records/farmB_2023.ndjson @@ -0,0 +1,2 @@ +{"id": "S-201", "crop_plan": "barley", "sample_date": "2023-03-20", "status": "active"} +{"id": "S-202", "crop_plan": "fallow", "sample_date": "2023-06-10", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21644da5bb/gold/soil_summary.tsv b/shellops/assets/ShellOps_21644da5bb/gold/soil_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ca9464f0e97736307ba7d0215ce1d318e698275d --- /dev/null +++ b/shellops/assets/ShellOps_21644da5bb/gold/soil_summary.tsv @@ -0,0 +1,3 @@ +S-201 barley 2023-03-20 +S-101 corn-wheat 2023-04-15 +S-202 fallow 2023-06-10 diff --git a/shellops/assets/ShellOps_21644da5bb/init/soil_records/.keep b/shellops/assets/ShellOps_21644da5bb/init/soil_records/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_21644da5bb/init/soil_records/farmA_2023.ndjson b/shellops/assets/ShellOps_21644da5bb/init/soil_records/farmA_2023.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..26da4e6c92bff44c5392ed4a1894a0e1075cb861 --- /dev/null +++ b/shellops/assets/ShellOps_21644da5bb/init/soil_records/farmA_2023.ndjson @@ -0,0 +1,2 @@ +{"id": "S-101", "crop_plan": "corn-wheat", "sample_date": "2023-04-15", "status": "active"} +{"id": "S-102", "crop_plan": "soybean", "sample_date": "2023-05-01", "status": "retired"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21644da5bb/init/soil_records/farmB_2023.ndjson b/shellops/assets/ShellOps_21644da5bb/init/soil_records/farmB_2023.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..648cb0a23b86e517840901f82b2762a85a081879 --- /dev/null +++ b/shellops/assets/ShellOps_21644da5bb/init/soil_records/farmB_2023.ndjson @@ -0,0 +1,2 @@ +{"id": "S-201", "crop_plan": "barley", "sample_date": "2023-03-20", "status": "active"} +{"id": "S-202", "crop_plan": "fallow", "sample_date": "2023-06-10", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_217dddf88e/gold/status_codes.out b/shellops/assets/ShellOps_217dddf88e/gold/status_codes.out new file mode 100644 index 0000000000000000000000000000000000000000..0e9817a779541da19d2c9e0796b51c32cc6c91d9 --- /dev/null +++ b/shellops/assets/ShellOps_217dddf88e/gold/status_codes.out @@ -0,0 +1,4 @@ +200 +403 +404 +500 diff --git a/shellops/assets/ShellOps_217dddf88e/gold/test_runs/phase1.metrics b/shellops/assets/ShellOps_217dddf88e/gold/test_runs/phase1.metrics new file mode 100644 index 0000000000000000000000000000000000000000..cb8f1ee2b02c3fa69b4bfd5df1c88fe5386f8b1f --- /dev/null +++ b/shellops/assets/ShellOps_217dddf88e/gold/test_runs/phase1.metrics @@ -0,0 +1,3 @@ +timestamp=2024-03-15T12:34:56Z status=200 files=120 +timestamp=2024-03-15T12:35:01Z status=404 files=3 +timestamp=2024-03-15T12:35:07Z status=500 files=0 diff --git a/shellops/assets/ShellOps_217dddf88e/gold/test_runs/phase2.metrics b/shellops/assets/ShellOps_217dddf88e/gold/test_runs/phase2.metrics new file mode 100644 index 0000000000000000000000000000000000000000..fcfa6f469cab7a760970a897d5eaf9f762a25eff --- /dev/null +++ b/shellops/assets/ShellOps_217dddf88e/gold/test_runs/phase2.metrics @@ -0,0 +1,3 @@ +timestamp=2024-03-15T13:10:22Z status=200 files=80 +timestamp=2024-03-15T13:10:30Z status=403 files=2 +timestamp=2024-03-15T13:10:35Z status=500 files=1 diff --git a/shellops/assets/ShellOps_217dddf88e/init/test_runs/phase1.metrics b/shellops/assets/ShellOps_217dddf88e/init/test_runs/phase1.metrics new file mode 100644 index 0000000000000000000000000000000000000000..cb8f1ee2b02c3fa69b4bfd5df1c88fe5386f8b1f --- /dev/null +++ b/shellops/assets/ShellOps_217dddf88e/init/test_runs/phase1.metrics @@ -0,0 +1,3 @@ +timestamp=2024-03-15T12:34:56Z status=200 files=120 +timestamp=2024-03-15T12:35:01Z status=404 files=3 +timestamp=2024-03-15T12:35:07Z status=500 files=0 diff --git a/shellops/assets/ShellOps_217dddf88e/init/test_runs/phase2.metrics b/shellops/assets/ShellOps_217dddf88e/init/test_runs/phase2.metrics new file mode 100644 index 0000000000000000000000000000000000000000..fcfa6f469cab7a760970a897d5eaf9f762a25eff --- /dev/null +++ b/shellops/assets/ShellOps_217dddf88e/init/test_runs/phase2.metrics @@ -0,0 +1,3 @@ +timestamp=2024-03-15T13:10:22Z status=200 files=80 +timestamp=2024-03-15T13:10:30Z status=403 files=2 +timestamp=2024-03-15T13:10:35Z status=500 files=1 diff --git a/shellops/assets/ShellOps_21875b3186/gold/traces/service_a.trace b/shellops/assets/ShellOps_21875b3186/gold/traces/service_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..0df5e9157c34a779cb374e7a1c0e0c8effbe7e5e --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/gold/traces/service_a.trace @@ -0,0 +1,2 @@ +2024-03-15T12:34:56 [INFO] Request processed +LegacyFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/gold/traces/service_b.trace b/shellops/assets/ShellOps_21875b3186/gold/traces/service_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..359513d956186cafadccb4727c52d24c2eb06eb8 --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/gold/traces/service_b.trace @@ -0,0 +1,2 @@ +2024-03-15T12:35:01 [INFO] Request processed +NewFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/gold/traces/service_c.trace b/shellops/assets/ShellOps_21875b3186/gold/traces/service_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..b801f3e3bd56379bba056053da855caeec70a930 --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/gold/traces/service_c.trace @@ -0,0 +1,2 @@ +2024-03-15T12:35:02 [INFO] Request processed +LegacyFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/gold/traces/service_d.trace b/shellops/assets/ShellOps_21875b3186/gold/traces/service_d.trace new file mode 100644 index 0000000000000000000000000000000000000000..4b20df739793bf896bcbde4cf96c76a5bc7fccc8 --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/gold/traces/service_d.trace @@ -0,0 +1,2 @@ +2024-03-15T12:35:05 [INFO] Request processed +NewFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/init/traces/service_a.trace b/shellops/assets/ShellOps_21875b3186/init/traces/service_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..0df5e9157c34a779cb374e7a1c0e0c8effbe7e5e --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/init/traces/service_a.trace @@ -0,0 +1,2 @@ +2024-03-15T12:34:56 [INFO] Request processed +LegacyFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/init/traces/service_b.trace b/shellops/assets/ShellOps_21875b3186/init/traces/service_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..359513d956186cafadccb4727c52d24c2eb06eb8 --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/init/traces/service_b.trace @@ -0,0 +1,2 @@ +2024-03-15T12:35:01 [INFO] Request processed +NewFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/init/traces/service_c.trace b/shellops/assets/ShellOps_21875b3186/init/traces/service_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..b801f3e3bd56379bba056053da855caeec70a930 --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/init/traces/service_c.trace @@ -0,0 +1,2 @@ +2024-03-15T12:35:02 [INFO] Request processed +LegacyFormat: true diff --git a/shellops/assets/ShellOps_21875b3186/init/traces/service_d.trace b/shellops/assets/ShellOps_21875b3186/init/traces/service_d.trace new file mode 100644 index 0000000000000000000000000000000000000000..4b20df739793bf896bcbde4cf96c76a5bc7fccc8 --- /dev/null +++ b/shellops/assets/ShellOps_21875b3186/init/traces/service_d.trace @@ -0,0 +1,2 @@ +2024-03-15T12:35:05 [INFO] Request processed +NewFormat: true diff --git a/shellops/assets/ShellOps_21900e9b4c/gold/active_rules/database_access.json b/shellops/assets/ShellOps_21900e9b4c/gold/active_rules/database_access.json new file mode 100644 index 0000000000000000000000000000000000000000..b969761f1c4baa03e6ae59166b594854ea4c66f7 --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/gold/active_rules/database_access.json @@ -0,0 +1,2 @@ +{"id": "DB-003", "status": "open"} +{"id": "DB-004", "status": "closed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/gold/active_rules/network_firewall.json b/shellops/assets/ShellOps_21900e9b4c/gold/active_rules/network_firewall.json new file mode 100644 index 0000000000000000000000000000000000000000..b8c3f080a4d7e74cb79dcfd20bb9eaf5ebaf568f --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/gold/active_rules/network_firewall.json @@ -0,0 +1,2 @@ +{"id": "FW-001", "status": "open", "exceptions": "monitoring"} +{"id": "FW-002", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/gold/distractor/old_alert.json b/shellops/assets/ShellOps_21900e9b4c/gold/distractor/old_alert.json new file mode 100644 index 0000000000000000000000000000000000000000..d934a05c2df6e19e444fa352f4ef10d18e1a4f7e --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/gold/distractor/old_alert.json @@ -0,0 +1 @@ +{"id": "OLD-001", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/gold/exceptions.conf b/shellops/assets/ShellOps_21900e9b4c/gold/exceptions.conf new file mode 100644 index 0000000000000000000000000000000000000000..8b81c574b31fcd89936e8f0891ff8e4d4fc7611c --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/gold/exceptions.conf @@ -0,0 +1,2 @@ +suppress FW-001 +# suppress DB-005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/gold/pending_alerts.txt b/shellops/assets/ShellOps_21900e9b4c/gold/pending_alerts.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5757c7d76e81d6697995523753d6fec1a805db3 --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/gold/pending_alerts.txt @@ -0,0 +1,2 @@ +DB-003 +FW-002 diff --git a/shellops/assets/ShellOps_21900e9b4c/init/active_rules/database_access.json b/shellops/assets/ShellOps_21900e9b4c/init/active_rules/database_access.json new file mode 100644 index 0000000000000000000000000000000000000000..b969761f1c4baa03e6ae59166b594854ea4c66f7 --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/init/active_rules/database_access.json @@ -0,0 +1,2 @@ +{"id": "DB-003", "status": "open"} +{"id": "DB-004", "status": "closed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/init/active_rules/network_firewall.json b/shellops/assets/ShellOps_21900e9b4c/init/active_rules/network_firewall.json new file mode 100644 index 0000000000000000000000000000000000000000..b8c3f080a4d7e74cb79dcfd20bb9eaf5ebaf568f --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/init/active_rules/network_firewall.json @@ -0,0 +1,2 @@ +{"id": "FW-001", "status": "open", "exceptions": "monitoring"} +{"id": "FW-002", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/init/distractor/old_alert.json b/shellops/assets/ShellOps_21900e9b4c/init/distractor/old_alert.json new file mode 100644 index 0000000000000000000000000000000000000000..d934a05c2df6e19e444fa352f4ef10d18e1a4f7e --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/init/distractor/old_alert.json @@ -0,0 +1 @@ +{"id": "OLD-001", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_21900e9b4c/init/exceptions.conf b/shellops/assets/ShellOps_21900e9b4c/init/exceptions.conf new file mode 100644 index 0000000000000000000000000000000000000000..8b81c574b31fcd89936e8f0891ff8e4d4fc7611c --- /dev/null +++ b/shellops/assets/ShellOps_21900e9b4c/init/exceptions.conf @@ -0,0 +1,2 @@ +suppress FW-001 +# suppress DB-005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2198546279/gold/worker_pools.map b/shellops/assets/ShellOps_2198546279/gold/worker_pools.map new file mode 100644 index 0000000000000000000000000000000000000000..5aee2fbb151a3e3b91b2bd2b3c3466d6287fd775 --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/gold/worker_pools.map @@ -0,0 +1,7 @@ +pool_alpha ingest.sh +pool_alpha transform.sh +pool_beta ingest.sh +pool_beta validate.sh +pool_delta export.sh +pool_gamma export.sh +pool_gamma transform.sh diff --git a/shellops/assets/ShellOps_2198546279/gold/workflows/.keep b/shellops/assets/ShellOps_2198546279/gold/workflows/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2198546279/gold/workflows/export.sh b/shellops/assets/ShellOps_2198546279/gold/workflows/export.sh new file mode 100644 index 0000000000000000000000000000000000000000..1fbf11149887fbb4b71d8f603640eeee01a6e475 --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/gold/workflows/export.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Export pipeline +export POOL=pool_gamma +worker run --pool ${POOL} +# temp override +export ALT_POOL=pool_delta diff --git a/shellops/assets/ShellOps_2198546279/gold/workflows/ingest.sh b/shellops/assets/ShellOps_2198546279/gold/workflows/ingest.sh new file mode 100644 index 0000000000000000000000000000000000000000..a463e70a852b48e507bd82431247293ca49fad4c --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/gold/workflows/ingest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Ingest pipeline +export POOL=pool_alpha +worker run --pool ${POOL} --steps 5 +# fallback pool +export FALLBACK=pool_beta diff --git a/shellops/assets/ShellOps_2198546279/gold/workflows/transform.sh b/shellops/assets/ShellOps_2198546279/gold/workflows/transform.sh new file mode 100644 index 0000000000000000000000000000000000000000..d1a44a4d1e7a32be9190fb08ab71996ab2727e6c --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/gold/workflows/transform.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Transform pipeline +export POOL=pool_gamma +worker run --pool ${POOL} +# debug pool +export DEBUG_POOL=pool_alpha diff --git a/shellops/assets/ShellOps_2198546279/gold/workflows/validate.sh b/shellops/assets/ShellOps_2198546279/gold/workflows/validate.sh new file mode 100644 index 0000000000000000000000000000000000000000..d0aeefd51116d5bf50ad8b3940f7749fc7da977a --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/gold/workflows/validate.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Validate pipeline +export POOL=pool_beta +worker run --pool ${POOL} diff --git a/shellops/assets/ShellOps_2198546279/init/workflows/.keep b/shellops/assets/ShellOps_2198546279/init/workflows/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2198546279/init/workflows/export.sh b/shellops/assets/ShellOps_2198546279/init/workflows/export.sh new file mode 100644 index 0000000000000000000000000000000000000000..1fbf11149887fbb4b71d8f603640eeee01a6e475 --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/init/workflows/export.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Export pipeline +export POOL=pool_gamma +worker run --pool ${POOL} +# temp override +export ALT_POOL=pool_delta diff --git a/shellops/assets/ShellOps_2198546279/init/workflows/ingest.sh b/shellops/assets/ShellOps_2198546279/init/workflows/ingest.sh new file mode 100644 index 0000000000000000000000000000000000000000..a463e70a852b48e507bd82431247293ca49fad4c --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/init/workflows/ingest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Ingest pipeline +export POOL=pool_alpha +worker run --pool ${POOL} --steps 5 +# fallback pool +export FALLBACK=pool_beta diff --git a/shellops/assets/ShellOps_2198546279/init/workflows/transform.sh b/shellops/assets/ShellOps_2198546279/init/workflows/transform.sh new file mode 100644 index 0000000000000000000000000000000000000000..d1a44a4d1e7a32be9190fb08ab71996ab2727e6c --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/init/workflows/transform.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Transform pipeline +export POOL=pool_gamma +worker run --pool ${POOL} +# debug pool +export DEBUG_POOL=pool_alpha diff --git a/shellops/assets/ShellOps_2198546279/init/workflows/validate.sh b/shellops/assets/ShellOps_2198546279/init/workflows/validate.sh new file mode 100644 index 0000000000000000000000000000000000000000..d0aeefd51116d5bf50ad8b3940f7749fc7da977a --- /dev/null +++ b/shellops/assets/ShellOps_2198546279/init/workflows/validate.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Validate pipeline +export POOL=pool_beta +worker run --pool ${POOL} diff --git a/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/.keep b/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/2024-04-15.tsv b/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/2024-04-15.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3ef9cba93a8e2f792d2ed8210ddccf8c4c126d14 --- /dev/null +++ b/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/2024-04-15.tsv @@ -0,0 +1,10 @@ +timestamp user_id session_id action +2024-04-15T09:12:33Z user_alfa sess_aa11 connected +2024-04-15T10:45:22Z user_bravo sess_bb22 connected +2024-04-15T11:01:47Z user_charlie sess_cc33 connected +2024-04-15T11:02:01Z user_alfa sess_aa12 connected +2024-04-15T12:30:15Z user_bravo sess_bb23 connected +2024-04-15T13:44:09Z user_alfa sess_aa11 connected +2024-04-15T14:50:00Z user_delta sess_dd44 disconnected +2024-04-15T15:22:31Z user_echo sess_ee55 connected +2024-04-15T16:33:12Z user_charlie sess_cc34 connected \ No newline at end of file diff --git a/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/2024-04-16.tsv b/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/2024-04-16.tsv new file mode 100644 index 0000000000000000000000000000000000000000..893ae72c2e07439053e94866bbeead8626a4a6c1 --- /dev/null +++ b/shellops/assets/ShellOps_21f33ee27f/gold/session_logs/2024-04-16.tsv @@ -0,0 +1,9 @@ +timestamp user_id session_id action +2024-04-16T08:05:11Z user_alfa sess_aa13 connected +2024-04-16T08:12:44Z user_bravo sess_bb24 connected +2024-04-16T09:30:22Z user_charlie sess_cc35 connected +2024-04-16T10:11:09Z user_alfa sess_aa11 connected +2024-04-16T10:45:33Z user_delta sess_dd45 disconnected +2024-04-16T11:20:05Z user_echo sess_ee55 connected +2024-04-16T12:15:47Z user_echo sess_ee56 connected +2024-04-16T13:00:12Z user_foxtrot sess_ff66 connected \ No newline at end of file diff --git a/shellops/assets/ShellOps_21f33ee27f/gold/users_daily_sessions.tsv b/shellops/assets/ShellOps_21f33ee27f/gold/users_daily_sessions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..72d3b62408bde00f94a83fb1c8255661ad5e74ad --- /dev/null +++ b/shellops/assets/ShellOps_21f33ee27f/gold/users_daily_sessions.tsv @@ -0,0 +1,5 @@ +user_alfa 3 +user_bravo 3 +user_charlie 3 +user_echo 2 +user_foxtrot 1 diff --git a/shellops/assets/ShellOps_21f33ee27f/init/session_logs/.keep b/shellops/assets/ShellOps_21f33ee27f/init/session_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_21f33ee27f/init/session_logs/2024-04-15.tsv b/shellops/assets/ShellOps_21f33ee27f/init/session_logs/2024-04-15.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3ef9cba93a8e2f792d2ed8210ddccf8c4c126d14 --- /dev/null +++ b/shellops/assets/ShellOps_21f33ee27f/init/session_logs/2024-04-15.tsv @@ -0,0 +1,10 @@ +timestamp user_id session_id action +2024-04-15T09:12:33Z user_alfa sess_aa11 connected +2024-04-15T10:45:22Z user_bravo sess_bb22 connected +2024-04-15T11:01:47Z user_charlie sess_cc33 connected +2024-04-15T11:02:01Z user_alfa sess_aa12 connected +2024-04-15T12:30:15Z user_bravo sess_bb23 connected +2024-04-15T13:44:09Z user_alfa sess_aa11 connected +2024-04-15T14:50:00Z user_delta sess_dd44 disconnected +2024-04-15T15:22:31Z user_echo sess_ee55 connected +2024-04-15T16:33:12Z user_charlie sess_cc34 connected \ No newline at end of file diff --git a/shellops/assets/ShellOps_21f33ee27f/init/session_logs/2024-04-16.tsv b/shellops/assets/ShellOps_21f33ee27f/init/session_logs/2024-04-16.tsv new file mode 100644 index 0000000000000000000000000000000000000000..893ae72c2e07439053e94866bbeead8626a4a6c1 --- /dev/null +++ b/shellops/assets/ShellOps_21f33ee27f/init/session_logs/2024-04-16.tsv @@ -0,0 +1,9 @@ +timestamp user_id session_id action +2024-04-16T08:05:11Z user_alfa sess_aa13 connected +2024-04-16T08:12:44Z user_bravo sess_bb24 connected +2024-04-16T09:30:22Z user_charlie sess_cc35 connected +2024-04-16T10:11:09Z user_alfa sess_aa11 connected +2024-04-16T10:45:33Z user_delta sess_dd45 disconnected +2024-04-16T11:20:05Z user_echo sess_ee55 connected +2024-04-16T12:15:47Z user_echo sess_ee56 connected +2024-04-16T13:00:12Z user_foxtrot sess_ff66 connected \ No newline at end of file diff --git a/shellops/assets/ShellOps_221cf29e82/gold/analysis/pending_failures.txt b/shellops/assets/ShellOps_221cf29e82/gold/analysis/pending_failures.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7afae6eff5300a6f2e97f493659c1141915ad48 --- /dev/null +++ b/shellops/assets/ShellOps_221cf29e82/gold/analysis/pending_failures.txt @@ -0,0 +1,6 @@ +svc_a,2024-04-15T10:30:00Z +svc_c,2024-04-15T14:20:03Z +svc_b,2024-04-22T09:15:33Z +svc_a,2024-04-22T12:05:14Z +svc_f,2024-04-22T18:20:07Z +svc_a,2024-04-29T11:30:45Z diff --git a/shellops/assets/ShellOps_221cf29e82/gold/notes/misc.md b/shellops/assets/ShellOps_221cf29e82/gold/notes/misc.md new file mode 100644 index 0000000000000000000000000000000000000000..3bf20f8475c53c3458cc07d78db6b28c83d5e888 --- /dev/null +++ b/shellops/assets/ShellOps_221cf29e82/gold/notes/misc.md @@ -0,0 +1,4 @@ +# Weekly process notes + +Ignore any service events with status 'ok' as they are considered healthy. +Only errors and warnings with non‑ok status require follow‑up. diff --git a/shellops/assets/ShellOps_221cf29e82/init/notes/misc.md b/shellops/assets/ShellOps_221cf29e82/init/notes/misc.md new file mode 100644 index 0000000000000000000000000000000000000000..3bf20f8475c53c3458cc07d78db6b28c83d5e888 --- /dev/null +++ b/shellops/assets/ShellOps_221cf29e82/init/notes/misc.md @@ -0,0 +1,4 @@ +# Weekly process notes + +Ignore any service events with status 'ok' as they are considered healthy. +Only errors and warnings with non‑ok status require follow‑up. diff --git a/shellops/assets/ShellOps_221e7a95d5/gold/active_subscribers.csv b/shellops/assets/ShellOps_221e7a95d5/gold/active_subscribers.csv new file mode 100644 index 0000000000000000000000000000000000000000..2917d40acb8d722baa67e7a58f2027eba514dc28 --- /dev/null +++ b/shellops/assets/ShellOps_221e7a95d5/gold/active_subscribers.csv @@ -0,0 +1,4 @@ +customer_id,name,phone_number +1234,Alice Green,555-1001 +5678,Bob Smith,555-2002 +9123,Carol White,555-3003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_221e7a95d5/gold/all_customers.txt b/shellops/assets/ShellOps_221e7a95d5/gold/all_customers.txt new file mode 100644 index 0000000000000000000000000000000000000000..322f7713ddaf44db37e843fdea0934565954b0ef --- /dev/null +++ b/shellops/assets/ShellOps_221e7a95d5/gold/all_customers.txt @@ -0,0 +1,4 @@ +1234 +4321 +5678 +9123 diff --git a/shellops/assets/ShellOps_221e7a95d5/gold/delinquent_records.csv b/shellops/assets/ShellOps_221e7a95d5/gold/delinquent_records.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bc78ae97df80bca6bb189bd2f02d902e2dc97cc --- /dev/null +++ b/shellops/assets/ShellOps_221e7a95d5/gold/delinquent_records.csv @@ -0,0 +1,4 @@ +customer_id,balance_due,last_payment +5678,150.00,2024-01-15 +4321,75.50,2023-12-20 +9123,200.00,2024-02-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_221e7a95d5/init/active_subscribers.csv b/shellops/assets/ShellOps_221e7a95d5/init/active_subscribers.csv new file mode 100644 index 0000000000000000000000000000000000000000..2917d40acb8d722baa67e7a58f2027eba514dc28 --- /dev/null +++ b/shellops/assets/ShellOps_221e7a95d5/init/active_subscribers.csv @@ -0,0 +1,4 @@ +customer_id,name,phone_number +1234,Alice Green,555-1001 +5678,Bob Smith,555-2002 +9123,Carol White,555-3003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_221e7a95d5/init/delinquent_records.csv b/shellops/assets/ShellOps_221e7a95d5/init/delinquent_records.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bc78ae97df80bca6bb189bd2f02d902e2dc97cc --- /dev/null +++ b/shellops/assets/ShellOps_221e7a95d5/init/delinquent_records.csv @@ -0,0 +1,4 @@ +customer_id,balance_due,last_payment +5678,150.00,2024-01-15 +4321,75.50,2023-12-20 +9123,200.00,2024-02-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_22457c0311/gold/docs/notes.md b/shellops/assets/ShellOps_22457c0311/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d24aba924d9210216efdd3217fe62e0667043a38 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/gold/docs/notes.md @@ -0,0 +1,5 @@ +# Quality Control Memo +- The Gamma units are having a high rate of sensor drift. +- Alpha series second revision also shows unstable voltage regulation. +- Delta units are legacy and should be excluded from all new deployments. +These notes are for context only; the definitive failure list is in failed_units.txt. diff --git a/shellops/assets/ShellOps_22457c0311/gold/manifest/approved_modules.txt b/shellops/assets/ShellOps_22457c0311/gold/manifest/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..83202922410e8524f09b4cd8c0ca9435da8c2068 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/gold/manifest/approved_modules.txt @@ -0,0 +1,4 @@ +GW-2024-A001 +GW-2024-B001 +GW-2024-B002 +GW-2024-C002 diff --git a/shellops/assets/ShellOps_22457c0311/gold/modules/production.json b/shellops/assets/ShellOps_22457c0311/gold/modules/production.json new file mode 100644 index 0000000000000000000000000000000000000000..57fc518c2206ab9d02a017b2cdfcdecbafc7d2a2 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/gold/modules/production.json @@ -0,0 +1,11 @@ +{ + "modules": [ + { "unit_id": "GW-2024-A001", "model": "Alpha", "fw_version": "2.1.0" }, + { "unit_id": "GW-2024-A002", "model": "Alpha", "fw_version": "2.1.1" }, + { "unit_id": "GW-2024-B001", "model": "Beta", "fw_version": "1.8.3" }, + { "unit_id": "GW-2024-B002", "model": "Beta", "fw_version": "1.8.3" }, + { "unit_id": "GW-2024-C001", "model": "Gamma", "fw_version": "3.0.0" }, + { "unit_id": "GW-2024-C002", "model": "Gamma", "fw_version": "3.0.1" }, + { "unit_id": "GW-2023-D001", "model": "Delta", "fw_version": "0.9.5" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_22457c0311/gold/tests/failed_units.txt b/shellops/assets/ShellOps_22457c0311/gold/tests/failed_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae6b6b6ffff0fca9100a8adf7a02e8d13a5ebaf1 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/gold/tests/failed_units.txt @@ -0,0 +1,3 @@ +GW-2024-A002 +GW-2024-C001 +GW-2023-D001 diff --git a/shellops/assets/ShellOps_22457c0311/init/docs/notes.md b/shellops/assets/ShellOps_22457c0311/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d24aba924d9210216efdd3217fe62e0667043a38 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/init/docs/notes.md @@ -0,0 +1,5 @@ +# Quality Control Memo +- The Gamma units are having a high rate of sensor drift. +- Alpha series second revision also shows unstable voltage regulation. +- Delta units are legacy and should be excluded from all new deployments. +These notes are for context only; the definitive failure list is in failed_units.txt. diff --git a/shellops/assets/ShellOps_22457c0311/init/modules/production.json b/shellops/assets/ShellOps_22457c0311/init/modules/production.json new file mode 100644 index 0000000000000000000000000000000000000000..57fc518c2206ab9d02a017b2cdfcdecbafc7d2a2 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/init/modules/production.json @@ -0,0 +1,11 @@ +{ + "modules": [ + { "unit_id": "GW-2024-A001", "model": "Alpha", "fw_version": "2.1.0" }, + { "unit_id": "GW-2024-A002", "model": "Alpha", "fw_version": "2.1.1" }, + { "unit_id": "GW-2024-B001", "model": "Beta", "fw_version": "1.8.3" }, + { "unit_id": "GW-2024-B002", "model": "Beta", "fw_version": "1.8.3" }, + { "unit_id": "GW-2024-C001", "model": "Gamma", "fw_version": "3.0.0" }, + { "unit_id": "GW-2024-C002", "model": "Gamma", "fw_version": "3.0.1" }, + { "unit_id": "GW-2023-D001", "model": "Delta", "fw_version": "0.9.5" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_22457c0311/init/tests/failed_units.txt b/shellops/assets/ShellOps_22457c0311/init/tests/failed_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae6b6b6ffff0fca9100a8adf7a02e8d13a5ebaf1 --- /dev/null +++ b/shellops/assets/ShellOps_22457c0311/init/tests/failed_units.txt @@ -0,0 +1,3 @@ +GW-2024-A002 +GW-2024-C001 +GW-2023-D001 diff --git a/shellops/assets/ShellOps_2282808611/gold/disputes.txt b/shellops/assets/ShellOps_2282808611/gold/disputes.txt new file mode 100644 index 0000000000000000000000000000000000000000..96bcc03e66f740fc635b190176df117bf2a82dc8 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/gold/disputes.txt @@ -0,0 +1,8 @@ +SUP001 - HIGH - Delayed delivery +SUP002 - LOW - Minor packaging issue +SUP003 - MEDIUM - Billing discrepancy +SUP001 - HIGH - Quality defect +SUP005 - LOW - Missing documentation +SUP006 - HIGH - Non-compliance with safety standards +SUP007 - HIGH - New supplier not in table +SUP004 - MEDIUM - Communication gap \ No newline at end of file diff --git a/shellops/assets/ShellOps_2282808611/gold/notes.md b/shellops/assets/ShellOps_2282808611/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1acdb95252966a11f933b7e297d0e87db6494b95 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/gold/notes.md @@ -0,0 +1,3 @@ +This note file contains additional supplier commentary, but the task only requires using the structured table and disputes. +Ignore any supplier references here unless they are explicitly mentioned in the CSV or disputes. +Do not count suppliers that are not marked 'PREFERRED' or lack a 'HIGH' severity dispute entry. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2282808611/gold/preferred_high_disputes.txt b/shellops/assets/ShellOps_2282808611/gold/preferred_high_disputes.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a7f851fb13f08aa1d6aef7bddfa86bd4a41d688 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/gold/preferred_high_disputes.txt @@ -0,0 +1,2 @@ +SUP001 +SUP006 diff --git a/shellops/assets/ShellOps_2282808611/gold/suppliers.csv b/shellops/assets/ShellOps_2282808611/gold/suppliers.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc7a1f3f1b55a66b33901309076f3a82ab633cf4 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/gold/suppliers.csv @@ -0,0 +1,7 @@ +SupplierCode,Status,Region,ContactEmail +SUP001,PREFERRED,North,supp1@example.com +SUP002,ACTIVE,East,supp2@example.com +SUP003,PREFERRED,West,supp3@example.com +SUP004,ACTIVE,South,supp4@example.com +SUP005,PREFERRED,North,supp5@example.com +SUP006,PREFERRED,Central,supp6@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_2282808611/init/disputes.txt b/shellops/assets/ShellOps_2282808611/init/disputes.txt new file mode 100644 index 0000000000000000000000000000000000000000..96bcc03e66f740fc635b190176df117bf2a82dc8 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/init/disputes.txt @@ -0,0 +1,8 @@ +SUP001 - HIGH - Delayed delivery +SUP002 - LOW - Minor packaging issue +SUP003 - MEDIUM - Billing discrepancy +SUP001 - HIGH - Quality defect +SUP005 - LOW - Missing documentation +SUP006 - HIGH - Non-compliance with safety standards +SUP007 - HIGH - New supplier not in table +SUP004 - MEDIUM - Communication gap \ No newline at end of file diff --git a/shellops/assets/ShellOps_2282808611/init/notes.md b/shellops/assets/ShellOps_2282808611/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1acdb95252966a11f933b7e297d0e87db6494b95 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/init/notes.md @@ -0,0 +1,3 @@ +This note file contains additional supplier commentary, but the task only requires using the structured table and disputes. +Ignore any supplier references here unless they are explicitly mentioned in the CSV or disputes. +Do not count suppliers that are not marked 'PREFERRED' or lack a 'HIGH' severity dispute entry. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2282808611/init/suppliers.csv b/shellops/assets/ShellOps_2282808611/init/suppliers.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc7a1f3f1b55a66b33901309076f3a82ab633cf4 --- /dev/null +++ b/shellops/assets/ShellOps_2282808611/init/suppliers.csv @@ -0,0 +1,7 @@ +SupplierCode,Status,Region,ContactEmail +SUP001,PREFERRED,North,supp1@example.com +SUP002,ACTIVE,East,supp2@example.com +SUP003,PREFERRED,West,supp3@example.com +SUP004,ACTIVE,South,supp4@example.com +SUP005,PREFERRED,North,supp5@example.com +SUP006,PREFERRED,Central,supp6@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_228d9beaf6/gold/components/whitelist.xml b/shellops/assets/ShellOps_228d9beaf6/gold/components/whitelist.xml new file mode 100644 index 0000000000000000000000000000000000000000..c24243f9f9fc21d4c201ba100008c9dfbb4dc8f5 --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/gold/components/whitelist.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_228d9beaf6/gold/instances.txt b/shellops/assets/ShellOps_228d9beaf6/gold/instances.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ffb01e3a78250eb34f74a6fc217ad0dd5e6a2a6 --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/gold/instances.txt @@ -0,0 +1,6 @@ +web-ui +api-gateway +auth-service +cache-redis +scheduler +metrics-collector diff --git a/shellops/assets/ShellOps_228d9beaf6/gold/notes/observations.md b/shellops/assets/ShellOps_228d9beaf6/gold/notes/observations.md new file mode 100644 index 0000000000000000000000000000000000000000..15d39840fdc0d988b7d584515384762cf1611e7c --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/gold/notes/observations.md @@ -0,0 +1 @@ +The legacy-proxy component appears in the whitelist but has no active runtime instances. diff --git a/shellops/assets/ShellOps_228d9beaf6/gold/reports/missing_instances.txt b/shellops/assets/ShellOps_228d9beaf6/gold/reports/missing_instances.txt new file mode 100644 index 0000000000000000000000000000000000000000..97cc1df0f7a6fb8eb3f3976632fe6fbfed8ceb57 --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/gold/reports/missing_instances.txt @@ -0,0 +1,2 @@ +db-postgres +legacy-proxy diff --git a/shellops/assets/ShellOps_228d9beaf6/init/components/whitelist.xml b/shellops/assets/ShellOps_228d9beaf6/init/components/whitelist.xml new file mode 100644 index 0000000000000000000000000000000000000000..c24243f9f9fc21d4c201ba100008c9dfbb4dc8f5 --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/init/components/whitelist.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_228d9beaf6/init/instances.txt b/shellops/assets/ShellOps_228d9beaf6/init/instances.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ffb01e3a78250eb34f74a6fc217ad0dd5e6a2a6 --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/init/instances.txt @@ -0,0 +1,6 @@ +web-ui +api-gateway +auth-service +cache-redis +scheduler +metrics-collector diff --git a/shellops/assets/ShellOps_228d9beaf6/init/notes/observations.md b/shellops/assets/ShellOps_228d9beaf6/init/notes/observations.md new file mode 100644 index 0000000000000000000000000000000000000000..15d39840fdc0d988b7d584515384762cf1611e7c --- /dev/null +++ b/shellops/assets/ShellOps_228d9beaf6/init/notes/observations.md @@ -0,0 +1 @@ +The legacy-proxy component appears in the whitelist but has no active runtime instances. diff --git a/shellops/assets/ShellOps_22a4b5338f/gold/manifest.txt b/shellops/assets/ShellOps_22a4b5338f/gold/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c23542f103a3138a92e8b7e7d388927bcdae86c --- /dev/null +++ b/shellops/assets/ShellOps_22a4b5338f/gold/manifest.txt @@ -0,0 +1,4 @@ +sensor_20240517.out +sensor_20240518.out +network_20240517.out +system_20240518.out diff --git a/shellops/assets/ShellOps_22a4b5338f/gold/missing_payloads.txt b/shellops/assets/ShellOps_22a4b5338f/gold/missing_payloads.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9b4e98eaef83c6c53ea0dda2411cb312a142460 --- /dev/null +++ b/shellops/assets/ShellOps_22a4b5338f/gold/missing_payloads.txt @@ -0,0 +1 @@ +debug_20240517.out diff --git a/shellops/assets/ShellOps_22a4b5338f/init/manifest.txt b/shellops/assets/ShellOps_22a4b5338f/init/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c23542f103a3138a92e8b7e7d388927bcdae86c --- /dev/null +++ b/shellops/assets/ShellOps_22a4b5338f/init/manifest.txt @@ -0,0 +1,4 @@ +sensor_20240517.out +sensor_20240518.out +network_20240517.out +system_20240518.out diff --git a/shellops/assets/ShellOps_22a5dd9bb3/gold/devices.xml b/shellops/assets/ShellOps_22a5dd9bb3/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d49e327a4c09546728fb5f80958a4bab7d06464d --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/gold/devices.xml @@ -0,0 +1,28 @@ + + + + sensor-001 + zone-alpha + active + + + sensor-002 + zone-beta + active + + + sensor-003 + zone-gamma + active + + + sensor-004 + zone-delta + active + + + sensor-005 + zone-epsilon + active + + diff --git a/shellops/assets/ShellOps_22a5dd9bb3/gold/notes.md b/shellops/assets/ShellOps_22a5dd9bb3/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..44bf2eb80360fbb46feaec17e5acc4c59b903075 --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/gold/notes.md @@ -0,0 +1,6 @@ +# Zone Registry Notes + +- zone-alpha: North sector coverage +- zone-beta: South sector coverage +- zone-gamma: East sector coverage +- zone-epsilon: West sector coverage diff --git a/shellops/assets/ShellOps_22a5dd9bb3/gold/orphaned_zones.txt b/shellops/assets/ShellOps_22a5dd9bb3/gold/orphaned_zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1f1551263e130a529964830c84cc7c4d313f058 --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/gold/orphaned_zones.txt @@ -0,0 +1 @@ +zone-delta diff --git a/shellops/assets/ShellOps_22a5dd9bb3/gold/zones.txt b/shellops/assets/ShellOps_22a5dd9bb3/gold/zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..21a851d9e8c57efa154d943006f63db7743c26d4 --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/gold/zones.txt @@ -0,0 +1,4 @@ +zone-alpha +zone-beta +zone-gamma +zone-epsilon diff --git a/shellops/assets/ShellOps_22a5dd9bb3/init/devices.xml b/shellops/assets/ShellOps_22a5dd9bb3/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d49e327a4c09546728fb5f80958a4bab7d06464d --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/init/devices.xml @@ -0,0 +1,28 @@ + + + + sensor-001 + zone-alpha + active + + + sensor-002 + zone-beta + active + + + sensor-003 + zone-gamma + active + + + sensor-004 + zone-delta + active + + + sensor-005 + zone-epsilon + active + + diff --git a/shellops/assets/ShellOps_22a5dd9bb3/init/notes.md b/shellops/assets/ShellOps_22a5dd9bb3/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..44bf2eb80360fbb46feaec17e5acc4c59b903075 --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/init/notes.md @@ -0,0 +1,6 @@ +# Zone Registry Notes + +- zone-alpha: North sector coverage +- zone-beta: South sector coverage +- zone-gamma: East sector coverage +- zone-epsilon: West sector coverage diff --git a/shellops/assets/ShellOps_22a5dd9bb3/init/zones.txt b/shellops/assets/ShellOps_22a5dd9bb3/init/zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..21a851d9e8c57efa154d943006f63db7743c26d4 --- /dev/null +++ b/shellops/assets/ShellOps_22a5dd9bb3/init/zones.txt @@ -0,0 +1,4 @@ +zone-alpha +zone-beta +zone-gamma +zone-epsilon diff --git a/shellops/assets/ShellOps_22ce066259/gold/.keep b/shellops/assets/ShellOps_22ce066259/gold/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_22ce066259/gold/current_deploy.xml b/shellops/assets/ShellOps_22ce066259/gold/current_deploy.xml new file mode 100644 index 0000000000000000000000000000000000000000..cbf6e24ce4840063afa41b778aa3be2f0ae65d87 --- /dev/null +++ b/shellops/assets/ShellOps_22ce066259/gold/current_deploy.xml @@ -0,0 +1,10 @@ + + + DL360 + us-west + + + XL170 + emea + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_22ce066259/gold/exceptions.txt b/shellops/assets/ShellOps_22ce066259/gold/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e02039f1849e03bd01cfef5b510e5050d6a8e5ca --- /dev/null +++ b/shellops/assets/ShellOps_22ce066259/gold/exceptions.txt @@ -0,0 +1 @@ +BL460c diff --git a/shellops/assets/ShellOps_22ce066259/gold/hardware_spec.txt b/shellops/assets/ShellOps_22ce066259/gold/hardware_spec.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb64f2b4f621d333773a931116c28aade89104b --- /dev/null +++ b/shellops/assets/ShellOps_22ce066259/gold/hardware_spec.txt @@ -0,0 +1,7 @@ +Server Inventory +Model: DL360 +Status: Active +Model: BL460c +Status: Retired +Model: XL170 +Status: Testing diff --git a/shellops/assets/ShellOps_22ce066259/init/.keep b/shellops/assets/ShellOps_22ce066259/init/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_22ce066259/init/current_deploy.xml b/shellops/assets/ShellOps_22ce066259/init/current_deploy.xml new file mode 100644 index 0000000000000000000000000000000000000000..cbf6e24ce4840063afa41b778aa3be2f0ae65d87 --- /dev/null +++ b/shellops/assets/ShellOps_22ce066259/init/current_deploy.xml @@ -0,0 +1,10 @@ + + + DL360 + us-west + + + XL170 + emea + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_22ce066259/init/hardware_spec.txt b/shellops/assets/ShellOps_22ce066259/init/hardware_spec.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb64f2b4f621d333773a931116c28aade89104b --- /dev/null +++ b/shellops/assets/ShellOps_22ce066259/init/hardware_spec.txt @@ -0,0 +1,7 @@ +Server Inventory +Model: DL360 +Status: Active +Model: BL460c +Status: Retired +Model: XL170 +Status: Testing diff --git a/shellops/assets/ShellOps_22e2357f61/gold/nodes/active.conf b/shellops/assets/ShellOps_22e2357f61/gold/nodes/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..86251ad2b7d12edc7419c32667e835fd246676f4 --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/gold/nodes/active.conf @@ -0,0 +1,4 @@ +node_alpha +node_beta +node_gamma +node_delta diff --git a/shellops/assets/ShellOps_22e2357f61/gold/nodes/archive_notes.md b/shellops/assets/ShellOps_22e2357f61/gold/nodes/archive_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..863c96466181f590c4bd5abd4fdea59513f95419 --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/gold/nodes/archive_notes.md @@ -0,0 +1,4 @@ +Legacy nodes from 2023 rotation: +- node_alpha +- node_omega +- node_theta diff --git a/shellops/assets/ShellOps_22e2357f61/gold/nodes/baseline_refreshed.conf b/shellops/assets/ShellOps_22e2357f61/gold/nodes/baseline_refreshed.conf new file mode 100644 index 0000000000000000000000000000000000000000..81879231d16f10d0bffcf77c411abd847fc3757c --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/gold/nodes/baseline_refreshed.conf @@ -0,0 +1,2 @@ +node_alpha +node_gamma diff --git a/shellops/assets/ShellOps_22e2357f61/gold/nodes/staged_additions.txt b/shellops/assets/ShellOps_22e2357f61/gold/nodes/staged_additions.txt new file mode 100644 index 0000000000000000000000000000000000000000..9064d72c6f573cb3fbc0c0a2d3899d9ccb1b30d7 --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/gold/nodes/staged_additions.txt @@ -0,0 +1,4 @@ +node_gamma +node_epsilon +node_alpha +node_zeta diff --git a/shellops/assets/ShellOps_22e2357f61/init/nodes/active.conf b/shellops/assets/ShellOps_22e2357f61/init/nodes/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..86251ad2b7d12edc7419c32667e835fd246676f4 --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/init/nodes/active.conf @@ -0,0 +1,4 @@ +node_alpha +node_beta +node_gamma +node_delta diff --git a/shellops/assets/ShellOps_22e2357f61/init/nodes/archive_notes.md b/shellops/assets/ShellOps_22e2357f61/init/nodes/archive_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..863c96466181f590c4bd5abd4fdea59513f95419 --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/init/nodes/archive_notes.md @@ -0,0 +1,4 @@ +Legacy nodes from 2023 rotation: +- node_alpha +- node_omega +- node_theta diff --git a/shellops/assets/ShellOps_22e2357f61/init/nodes/staged_additions.txt b/shellops/assets/ShellOps_22e2357f61/init/nodes/staged_additions.txt new file mode 100644 index 0000000000000000000000000000000000000000..9064d72c6f573cb3fbc0c0a2d3899d9ccb1b30d7 --- /dev/null +++ b/shellops/assets/ShellOps_22e2357f61/init/nodes/staged_additions.txt @@ -0,0 +1,4 @@ +node_gamma +node_epsilon +node_alpha +node_zeta diff --git a/shellops/assets/ShellOps_22e3a83581/gold/security/approved_ips.csv b/shellops/assets/ShellOps_22e3a83581/gold/security/approved_ips.csv new file mode 100644 index 0000000000000000000000000000000000000000..da4059fdc447511c3edef422d10252544701bb86 --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/gold/security/approved_ips.csv @@ -0,0 +1,3 @@ +IP Range +172.16.32.0/20 +192.168.1.0/24 diff --git a/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-a.conf b/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-a.conf new file mode 100644 index 0000000000000000000000000000000000000000..e24763c62c6a10325ca4790402a0cd1ba89f992f --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-a.conf @@ -0,0 +1,3 @@ +# Internal network access +allowed_ip=192.168.1.0/24 +allowed_ip=10.10.0.0/22 legacy=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-b.conf b/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-b.conf new file mode 100644 index 0000000000000000000000000000000000000000..35b3bada7c1608eadc00c4cfc61ce46e5716678b --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-b.conf @@ -0,0 +1,2 @@ +allowed_ip=172.16.32.0/20 +allowed_ip=192.168.1.0/24 # Duplicate entry \ No newline at end of file diff --git a/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-c.conf b/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-c.conf new file mode 100644 index 0000000000000000000000000000000000000000..6184070548bdc668ee9988ed2e02b3bb0c48b204 --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/gold/security/zones/zone-c.conf @@ -0,0 +1,2 @@ +allowed_ip=172.16.32.0/20 +allowed_ip=10.10.8.0/24 legacy=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_22e3a83581/init/security/approved_ips.csv b/shellops/assets/ShellOps_22e3a83581/init/security/approved_ips.csv new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-a.conf b/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-a.conf new file mode 100644 index 0000000000000000000000000000000000000000..e24763c62c6a10325ca4790402a0cd1ba89f992f --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-a.conf @@ -0,0 +1,3 @@ +# Internal network access +allowed_ip=192.168.1.0/24 +allowed_ip=10.10.0.0/22 legacy=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-b.conf b/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-b.conf new file mode 100644 index 0000000000000000000000000000000000000000..35b3bada7c1608eadc00c4cfc61ce46e5716678b --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-b.conf @@ -0,0 +1,2 @@ +allowed_ip=172.16.32.0/20 +allowed_ip=192.168.1.0/24 # Duplicate entry \ No newline at end of file diff --git a/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-c.conf b/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-c.conf new file mode 100644 index 0000000000000000000000000000000000000000..6184070548bdc668ee9988ed2e02b3bb0c48b204 --- /dev/null +++ b/shellops/assets/ShellOps_22e3a83581/init/security/zones/zone-c.conf @@ -0,0 +1,2 @@ +allowed_ip=172.16.32.0/20 +allowed_ip=10.10.8.0/24 legacy=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/irrelevant_notes.md b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6c7848548040fc12ff245cfe8cd42d05d9599206 --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/irrelevant_notes.md @@ -0,0 +1,2 @@ +# Audit Log Notes +These logs contain sensitive client identifiers that must be handled per compliance policy. diff --git a/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-01.json b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-01.json new file mode 100644 index 0000000000000000000000000000000000000000..c3aff09e77add7a971352f769b5a44830631f488 --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-01.json @@ -0,0 +1,5 @@ +[ + {"client_id": "CLT-1001", "event": "login", "timestamp": "2024-05-01T08:30:00Z"}, + {"client_id": "CLT-1002", "event": "login", "timestamp": "2024-05-01T09:15:00Z"}, + {"client_id": "CLT-1003", "event": "logout", "timestamp": "2024-05-01T10:00:00Z"} +] diff --git a/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-02.json b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-02.json new file mode 100644 index 0000000000000000000000000000000000000000..a17477f2bee9a03796f57fbee74955bd33b25f6f --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-02.json @@ -0,0 +1,5 @@ +[ + {"client_id": "CLT-1002", "event": "login", "timestamp": "2024-05-02T08:00:00Z"}, + {"client_id": "CLT-1004", "event": "login", "timestamp": "2024-05-02T11:30:00Z"}, + {"client_id": "CLT-1005", "event": "logout", "timestamp": "2024-05-02T12:45:00Z"} +] diff --git a/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-03.json b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-03.json new file mode 100644 index 0000000000000000000000000000000000000000..bfa10c8fd348a4e99e90caee84efed8783b3bbbc --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/gold/audit_logs/session_2024-05-03.json @@ -0,0 +1,4 @@ +[ + {"client_id": "CLT-1001", "event": "timeout", "timestamp": "2024-05-03T14:20:00Z"}, + {"client_id": "CLT-1006", "event": "login", "timestamp": "2024-05-03T15:10:00Z"} +] diff --git a/shellops/assets/ShellOps_2313e5364d/gold/reports/active_clients.txt b/shellops/assets/ShellOps_2313e5364d/gold/reports/active_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb020864621925d23125c8e1ad6858de483b38d4 --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/gold/reports/active_clients.txt @@ -0,0 +1,4 @@ +CLT-1002 +CLT-1003 +CLT-1004 +CLT-1006 diff --git a/shellops/assets/ShellOps_2313e5364d/gold/suppressed_clients.txt b/shellops/assets/ShellOps_2313e5364d/gold/suppressed_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e6adbc4f322f87c05f7278e4b340f6b7a98c6dd --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/gold/suppressed_clients.txt @@ -0,0 +1,2 @@ +CLT-1001 +CLT-1005 diff --git a/shellops/assets/ShellOps_2313e5364d/init/audit_logs/irrelevant_notes.md b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6c7848548040fc12ff245cfe8cd42d05d9599206 --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/irrelevant_notes.md @@ -0,0 +1,2 @@ +# Audit Log Notes +These logs contain sensitive client identifiers that must be handled per compliance policy. diff --git a/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-01.json b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-01.json new file mode 100644 index 0000000000000000000000000000000000000000..c3aff09e77add7a971352f769b5a44830631f488 --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-01.json @@ -0,0 +1,5 @@ +[ + {"client_id": "CLT-1001", "event": "login", "timestamp": "2024-05-01T08:30:00Z"}, + {"client_id": "CLT-1002", "event": "login", "timestamp": "2024-05-01T09:15:00Z"}, + {"client_id": "CLT-1003", "event": "logout", "timestamp": "2024-05-01T10:00:00Z"} +] diff --git a/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-02.json b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-02.json new file mode 100644 index 0000000000000000000000000000000000000000..a17477f2bee9a03796f57fbee74955bd33b25f6f --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-02.json @@ -0,0 +1,5 @@ +[ + {"client_id": "CLT-1002", "event": "login", "timestamp": "2024-05-02T08:00:00Z"}, + {"client_id": "CLT-1004", "event": "login", "timestamp": "2024-05-02T11:30:00Z"}, + {"client_id": "CLT-1005", "event": "logout", "timestamp": "2024-05-02T12:45:00Z"} +] diff --git a/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-03.json b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-03.json new file mode 100644 index 0000000000000000000000000000000000000000..bfa10c8fd348a4e99e90caee84efed8783b3bbbc --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/init/audit_logs/session_2024-05-03.json @@ -0,0 +1,4 @@ +[ + {"client_id": "CLT-1001", "event": "timeout", "timestamp": "2024-05-03T14:20:00Z"}, + {"client_id": "CLT-1006", "event": "login", "timestamp": "2024-05-03T15:10:00Z"} +] diff --git a/shellops/assets/ShellOps_2313e5364d/init/suppressed_clients.txt b/shellops/assets/ShellOps_2313e5364d/init/suppressed_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e6adbc4f322f87c05f7278e4b340f6b7a98c6dd --- /dev/null +++ b/shellops/assets/ShellOps_2313e5364d/init/suppressed_clients.txt @@ -0,0 +1,2 @@ +CLT-1001 +CLT-1005 diff --git a/shellops/assets/ShellOps_2314dd9e12/gold/backups/latest/sess_20231015.trace b/shellops/assets/ShellOps_2314dd9e12/gold/backups/latest/sess_20231015.trace new file mode 100644 index 0000000000000000000000000000000000000000..e33fe67156070cfa66554243ecf581801677c3c6 --- /dev/null +++ b/shellops/assets/ShellOps_2314dd9e12/gold/backups/latest/sess_20231015.trace @@ -0,0 +1,5 @@ +sess_abc123 +sess_def456 +sess_jkl012 +sess_pqr678 +sess_stu901 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2314dd9e12/gold/discrepant_sessions.prom b/shellops/assets/ShellOps_2314dd9e12/gold/discrepant_sessions.prom new file mode 100644 index 0000000000000000000000000000000000000000..4d59277a22441a12c8ae65d9623e53ada424038f --- /dev/null +++ b/shellops/assets/ShellOps_2314dd9e12/gold/discrepant_sessions.prom @@ -0,0 +1,2 @@ +sess_ghi789 +sess_mno345 diff --git a/shellops/assets/ShellOps_2314dd9e12/init/backups/latest/sess_20231015.trace b/shellops/assets/ShellOps_2314dd9e12/init/backups/latest/sess_20231015.trace new file mode 100644 index 0000000000000000000000000000000000000000..e33fe67156070cfa66554243ecf581801677c3c6 --- /dev/null +++ b/shellops/assets/ShellOps_2314dd9e12/init/backups/latest/sess_20231015.trace @@ -0,0 +1,5 @@ +sess_abc123 +sess_def456 +sess_jkl012 +sess_pqr678 +sess_stu901 \ No newline at end of file diff --git a/shellops/assets/ShellOps_236aab31ba/gold/firewall_config.xml b/shellops/assets/ShellOps_236aab31ba/gold/firewall_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..e39e65ca224cbdea8169defd69c507d7d138372d --- /dev/null +++ b/shellops/assets/ShellOps_236aab31ba/gold/firewall_config.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_236aab31ba/gold/missing_rules.txt b/shellops/assets/ShellOps_236aab31ba/gold/missing_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..590ac365efcef7eea219f3be0421c334c8772dcd --- /dev/null +++ b/shellops/assets/ShellOps_236aab31ba/gold/missing_rules.txt @@ -0,0 +1,2 @@ +202 +404 diff --git a/shellops/assets/ShellOps_236aab31ba/gold/policies.txt b/shellops/assets/ShellOps_236aab31ba/gold/policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..b259f017101f3ff92e04e7fe0d586eb017f490f3 --- /dev/null +++ b/shellops/assets/ShellOps_236aab31ba/gold/policies.txt @@ -0,0 +1,3 @@ +Policy A applies FWRULE101 for admin access +Policy B references FWRULE305 in section 4 +Documented exception for FWRULE505 (retired) diff --git a/shellops/assets/ShellOps_236aab31ba/init/firewall_config.xml b/shellops/assets/ShellOps_236aab31ba/init/firewall_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..e39e65ca224cbdea8169defd69c507d7d138372d --- /dev/null +++ b/shellops/assets/ShellOps_236aab31ba/init/firewall_config.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_236aab31ba/init/policies.txt b/shellops/assets/ShellOps_236aab31ba/init/policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..b259f017101f3ff92e04e7fe0d586eb017f490f3 --- /dev/null +++ b/shellops/assets/ShellOps_236aab31ba/init/policies.txt @@ -0,0 +1,3 @@ +Policy A applies FWRULE101 for admin access +Policy B references FWRULE305 in section 4 +Documented exception for FWRULE505 (retired) diff --git a/shellops/assets/ShellOps_23828e631a/gold/dns/zones.xml b/shellops/assets/ShellOps_23828e631a/gold/dns/zones.xml new file mode 100644 index 0000000000000000000000000000000000000000..a353b971f86f34c246077b7f181e1e5a4d7b02b9 --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/gold/dns/zones.xml @@ -0,0 +1,11 @@ + + + + web01.example.com + web02.example.com + db01.example.com + + + app02.example.com + + diff --git a/shellops/assets/ShellOps_23828e631a/gold/inventory/hosts.txt b/shellops/assets/ShellOps_23828e631a/gold/inventory/hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..be039afda87a7f0735ac62777840b41248eb9c37 --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/gold/inventory/hosts.txt @@ -0,0 +1,5 @@ +web01.example.com +web02.example.com +db01.example.com +app01.example.com +cache01.example.com diff --git a/shellops/assets/ShellOps_23828e631a/gold/missing_hosts.txt b/shellops/assets/ShellOps_23828e631a/gold/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..606146c9f8d8520e26d5b33f25082b7976702166 --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/gold/missing_hosts.txt @@ -0,0 +1,2 @@ +app01.example.com +cache01.example.com diff --git a/shellops/assets/ShellOps_23828e631a/gold/notes/irrelevant_plan.md b/shellops/assets/ShellOps_23828e631a/gold/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..7cad450c83639449d10164476bd972d70b047cfe --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/gold/notes/irrelevant_plan.md @@ -0,0 +1,4 @@ +# Rollout plan +- Phase 1: web tier +- Phase 2: database tier +- Stretch goal: caching layer diff --git a/shellops/assets/ShellOps_23828e631a/init/dns/zones.xml b/shellops/assets/ShellOps_23828e631a/init/dns/zones.xml new file mode 100644 index 0000000000000000000000000000000000000000..a353b971f86f34c246077b7f181e1e5a4d7b02b9 --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/init/dns/zones.xml @@ -0,0 +1,11 @@ + + + + web01.example.com + web02.example.com + db01.example.com + + + app02.example.com + + diff --git a/shellops/assets/ShellOps_23828e631a/init/inventory/hosts.txt b/shellops/assets/ShellOps_23828e631a/init/inventory/hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..be039afda87a7f0735ac62777840b41248eb9c37 --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/init/inventory/hosts.txt @@ -0,0 +1,5 @@ +web01.example.com +web02.example.com +db01.example.com +app01.example.com +cache01.example.com diff --git a/shellops/assets/ShellOps_23828e631a/init/notes/irrelevant_plan.md b/shellops/assets/ShellOps_23828e631a/init/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..7cad450c83639449d10164476bd972d70b047cfe --- /dev/null +++ b/shellops/assets/ShellOps_23828e631a/init/notes/irrelevant_plan.md @@ -0,0 +1,4 @@ +# Rollout plan +- Phase 1: web tier +- Phase 2: database tier +- Stretch goal: caching layer diff --git a/shellops/assets/ShellOps_23b51ba9eb/gold/active_suppressions.txt b/shellops/assets/ShellOps_23b51ba9eb/gold/active_suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6416bc2644d89a29c3dbd8b947199e584534cfed --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/gold/active_suppressions.txt @@ -0,0 +1,5 @@ +api-proxy|deployment in progress +legacy-notifier|deprecated service +payment-gateway|maintenance window +rate-limiter|config update +temp-monitor|replaced by new system diff --git a/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/api.json b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/api.json new file mode 100644 index 0000000000000000000000000000000000000000..3179823fe290d5e53ac12032c73244e2a5354028 --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/api.json @@ -0,0 +1,6 @@ +{ + "suppressions": [ + {"service": "api-proxy", "reason": "deployment in progress", "active": true}, + {"service": "rate-limiter", "reason": "config update", "active": true} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/core.json b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/core.json new file mode 100644 index 0000000000000000000000000000000000000000..4c799e102788823c310749a18fbdae6191474a46 --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/core.json @@ -0,0 +1,7 @@ +{ + "suppressions": [ + {"service": "payment-gateway", "reason": "maintenance window", "active": true}, + {"service": "internal-test", "reason": "scheduled testing", "active": true}, + {"service": "user-auth", "reason": "high load mitigation", "active": false} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/legacy.json b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..73bc97debece790e863520c8bf20b3ebd370e94d --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/legacy.json @@ -0,0 +1,6 @@ +{ + "suppressions": [ + {"service": "legacy-notifier", "reason": "deprecated service", "active": true}, + {"service": "temp-monitor", "reason": "replaced by new system", "active": true} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/notes.txt b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bbc06904699f5a49cd9b7830191468206cc93a8 --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/gold/alerting/suppressions/notes.txt @@ -0,0 +1 @@ +Archived suppressions moved to archive/old_suppressions.json \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/api.json b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/api.json new file mode 100644 index 0000000000000000000000000000000000000000..3179823fe290d5e53ac12032c73244e2a5354028 --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/api.json @@ -0,0 +1,6 @@ +{ + "suppressions": [ + {"service": "api-proxy", "reason": "deployment in progress", "active": true}, + {"service": "rate-limiter", "reason": "config update", "active": true} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/core.json b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/core.json new file mode 100644 index 0000000000000000000000000000000000000000..4c799e102788823c310749a18fbdae6191474a46 --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/core.json @@ -0,0 +1,7 @@ +{ + "suppressions": [ + {"service": "payment-gateway", "reason": "maintenance window", "active": true}, + {"service": "internal-test", "reason": "scheduled testing", "active": true}, + {"service": "user-auth", "reason": "high load mitigation", "active": false} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/legacy.json b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..73bc97debece790e863520c8bf20b3ebd370e94d --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/legacy.json @@ -0,0 +1,6 @@ +{ + "suppressions": [ + {"service": "legacy-notifier", "reason": "deprecated service", "active": true}, + {"service": "temp-monitor", "reason": "replaced by new system", "active": true} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/notes.txt b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bbc06904699f5a49cd9b7830191468206cc93a8 --- /dev/null +++ b/shellops/assets/ShellOps_23b51ba9eb/init/alerting/suppressions/notes.txt @@ -0,0 +1 @@ +Archived suppressions moved to archive/old_suppressions.json \ No newline at end of file diff --git a/shellops/assets/ShellOps_24022cef06/gold/approved_users.txt b/shellops/assets/ShellOps_24022cef06/gold/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..f07b2357c3adc33fc4293d8498b88cdaa0358143 --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/gold/approved_users.txt @@ -0,0 +1,5 @@ +alice +bob +carol +dave +invalid123 diff --git a/shellops/assets/ShellOps_24022cef06/gold/distractor.log b/shellops/assets/ShellOps_24022cef06/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..114855eaaff229ed46508dee4ecdc94cbaafa564 --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/gold/distractor.log @@ -0,0 +1 @@ +2024-05-01 INFO: User sync completed successfully. \ No newline at end of file diff --git a/shellops/assets/ShellOps_24022cef06/gold/identity_store.xml b/shellops/assets/ShellOps_24022cef06/gold/identity_store.xml new file mode 100644 index 0000000000000000000000000000000000000000..4f970ebf1fe80c3fd8f6e239e1037a8cec816b55 --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/gold/identity_store.xml @@ -0,0 +1,5 @@ + + alice + carol + eve + \ No newline at end of file diff --git a/shellops/assets/ShellOps_24022cef06/gold/missing_identities.log b/shellops/assets/ShellOps_24022cef06/gold/missing_identities.log new file mode 100644 index 0000000000000000000000000000000000000000..3189171703b88e276ec7affd4f3c53672c7228ca --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/gold/missing_identities.log @@ -0,0 +1,3 @@ +bob +dave +invalid123 diff --git a/shellops/assets/ShellOps_24022cef06/init/approved_users.txt b/shellops/assets/ShellOps_24022cef06/init/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..f07b2357c3adc33fc4293d8498b88cdaa0358143 --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/init/approved_users.txt @@ -0,0 +1,5 @@ +alice +bob +carol +dave +invalid123 diff --git a/shellops/assets/ShellOps_24022cef06/init/distractor.log b/shellops/assets/ShellOps_24022cef06/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..114855eaaff229ed46508dee4ecdc94cbaafa564 --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/init/distractor.log @@ -0,0 +1 @@ +2024-05-01 INFO: User sync completed successfully. \ No newline at end of file diff --git a/shellops/assets/ShellOps_24022cef06/init/identity_store.xml b/shellops/assets/ShellOps_24022cef06/init/identity_store.xml new file mode 100644 index 0000000000000000000000000000000000000000..4f970ebf1fe80c3fd8f6e239e1037a8cec816b55 --- /dev/null +++ b/shellops/assets/ShellOps_24022cef06/init/identity_store.xml @@ -0,0 +1,5 @@ + + alice + carol + eve + \ No newline at end of file diff --git a/shellops/assets/ShellOps_240a955b7e/gold/audit_2024_03.md b/shellops/assets/ShellOps_240a955b7e/gold/audit_2024_03.md new file mode 100644 index 0000000000000000000000000000000000000000..a20838034c0e5dfb57185404e78242fc59541d67 --- /dev/null +++ b/shellops/assets/ShellOps_240a955b7e/gold/audit_2024_03.md @@ -0,0 +1,6 @@ +# March 2024 Audit Findings + +* 1452 +* 7601 +* 9083 +* 1156 \ No newline at end of file diff --git a/shellops/assets/ShellOps_240a955b7e/gold/cal_data.conf b/shellops/assets/ShellOps_240a955b7e/gold/cal_data.conf new file mode 100644 index 0000000000000000000000000000000000000000..6599f3f905d8f9d6ae26b5d0ea710d766e798e17 --- /dev/null +++ b/shellops/assets/ShellOps_240a955b7e/gold/cal_data.conf @@ -0,0 +1,11 @@ +[sensor_A] +SensorID=1452 +CalibrationDate=2023-05-17 + +[sensor_C] +SensorID=3987 +CalibrationDate=2023-11-22 + +[sensor_E] +SensorID=7601 +CalibrationDate=2023-08-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_240a955b7e/gold/gaps.txt b/shellops/assets/ShellOps_240a955b7e/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7e9efdd5843f32bbb08535f84a5d71431de2a1b --- /dev/null +++ b/shellops/assets/ShellOps_240a955b7e/gold/gaps.txt @@ -0,0 +1 @@ +3987 diff --git a/shellops/assets/ShellOps_240a955b7e/init/audit_2024_03.md b/shellops/assets/ShellOps_240a955b7e/init/audit_2024_03.md new file mode 100644 index 0000000000000000000000000000000000000000..a20838034c0e5dfb57185404e78242fc59541d67 --- /dev/null +++ b/shellops/assets/ShellOps_240a955b7e/init/audit_2024_03.md @@ -0,0 +1,6 @@ +# March 2024 Audit Findings + +* 1452 +* 7601 +* 9083 +* 1156 \ No newline at end of file diff --git a/shellops/assets/ShellOps_240a955b7e/init/cal_data.conf b/shellops/assets/ShellOps_240a955b7e/init/cal_data.conf new file mode 100644 index 0000000000000000000000000000000000000000..6599f3f905d8f9d6ae26b5d0ea710d766e798e17 --- /dev/null +++ b/shellops/assets/ShellOps_240a955b7e/init/cal_data.conf @@ -0,0 +1,11 @@ +[sensor_A] +SensorID=1452 +CalibrationDate=2023-05-17 + +[sensor_C] +SensorID=3987 +CalibrationDate=2023-11-22 + +[sensor_E] +SensorID=7601 +CalibrationDate=2023-08-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2427348190/gold/donation_summary.tsv b/shellops/assets/ShellOps_2427348190/gold/donation_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c0ae7e0f87bf1abf3e6cf3eee73dd2bdc180b7b8 --- /dev/null +++ b/shellops/assets/ShellOps_2427348190/gold/donation_summary.tsv @@ -0,0 +1,3 @@ +Alice 8 +Bob 12 +Charlie 7 diff --git a/shellops/assets/ShellOps_2427348190/gold/garden/donations.csv b/shellops/assets/ShellOps_2427348190/gold/garden/donations.csv new file mode 100644 index 0000000000000000000000000000000000000000..57472bdef4c02f343495821611eba331f7cd1065 --- /dev/null +++ b/shellops/assets/ShellOps_2427348190/gold/garden/donations.csv @@ -0,0 +1,6 @@ +name,species,quantity +Alice,Rose,5 +Bob,Sunflower,10 +Alice,Daisy,3 +Charlie,Tulip,7 +Bob,Daisy,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2427348190/init/garden/donations.csv b/shellops/assets/ShellOps_2427348190/init/garden/donations.csv new file mode 100644 index 0000000000000000000000000000000000000000..57472bdef4c02f343495821611eba331f7cd1065 --- /dev/null +++ b/shellops/assets/ShellOps_2427348190/init/garden/donations.csv @@ -0,0 +1,6 @@ +name,species,quantity +Alice,Rose,5 +Bob,Sunflower,10 +Alice,Daisy,3 +Charlie,Tulip,7 +Bob,Daisy,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_243b8640b3/gold/eligible_patients.txt b/shellops/assets/ShellOps_243b8640b3/gold/eligible_patients.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e3aeb903c4be7454bae8723c087dbb7ec002c1f --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/gold/eligible_patients.txt @@ -0,0 +1,8 @@ +P001 +P004 +P102 +P103 +P105 +P201 +P202 +P204 diff --git a/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase1.csv b/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase1.csv new file mode 100644 index 0000000000000000000000000000000000000000..d6bfc9be3af1dd4d5d42413d070f7134945d8023 --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase1.csv @@ -0,0 +1,6 @@ +patient_id,age,gender,treatment_group,outcome +P001,32,Male,Placebo,completed +P002,28,Female,DrugA,completed +P003,41,Male,DrugB,failed +P004,37,Female,Placebo,completed +P005,46,Male,DrugA,completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase2.csv b/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase2.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4a383b7d37cf826b81b96d39911b5f60b7924a6 --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase2.csv @@ -0,0 +1,6 @@ +patient_id,age,gender,treatment_group,outcome +P101,29,Male,Placebo,completed +P102,35,Female,DrugA,completed +P103,43,Male,DrugB,completed +P104,31,Female,Placebo,failed +P105,40,Male,DrugA,completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase3.csv b/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase3.csv new file mode 100644 index 0000000000000000000000000000000000000000..fda9369b910ecc5787442805974128609478bac0 --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/gold/trial_data/phase3.csv @@ -0,0 +1,6 @@ +patient_id,age,gender,treatment_group,outcome +P201,33,Male,Placebo,completed +P202,45,Female,DrugA,completed +P203,27,Male,DrugB,completed +P204,39,Female,Placebo,completed +P205,30,Male,DrugA,failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase1.csv b/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase1.csv new file mode 100644 index 0000000000000000000000000000000000000000..d6bfc9be3af1dd4d5d42413d070f7134945d8023 --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase1.csv @@ -0,0 +1,6 @@ +patient_id,age,gender,treatment_group,outcome +P001,32,Male,Placebo,completed +P002,28,Female,DrugA,completed +P003,41,Male,DrugB,failed +P004,37,Female,Placebo,completed +P005,46,Male,DrugA,completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase2.csv b/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase2.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4a383b7d37cf826b81b96d39911b5f60b7924a6 --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase2.csv @@ -0,0 +1,6 @@ +patient_id,age,gender,treatment_group,outcome +P101,29,Male,Placebo,completed +P102,35,Female,DrugA,completed +P103,43,Male,DrugB,completed +P104,31,Female,Placebo,failed +P105,40,Male,DrugA,completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase3.csv b/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase3.csv new file mode 100644 index 0000000000000000000000000000000000000000..fda9369b910ecc5787442805974128609478bac0 --- /dev/null +++ b/shellops/assets/ShellOps_243b8640b3/init/trial_data/phase3.csv @@ -0,0 +1,6 @@ +patient_id,age,gender,treatment_group,outcome +P201,33,Male,Placebo,completed +P202,45,Female,DrugA,completed +P203,27,Male,DrugB,completed +P204,39,Female,Placebo,completed +P205,30,Male,DrugA,failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_247882ad6c/gold/approved_devices.txt b/shellops/assets/ShellOps_247882ad6c/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d7d914a94da551bebaee75ace9b346623189029 --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/gold/approved_devices.txt @@ -0,0 +1,5 @@ +dev_1001 +dev_1002 +dev_1003 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_247882ad6c/gold/notes.md b/shellops/assets/ShellOps_247882ad6c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4209d2bb7f3e5150135ec146802eb4bd0f50d568 --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/gold/notes.md @@ -0,0 +1,4 @@ +# Compliance sweep notes +- Approved devices file: simple line-by-line list +- Runtime registry: XML with nested status elements +- Goal: identify approved devices missing from runtime registry diff --git a/shellops/assets/ShellOps_247882ad6c/gold/reports/missing_registrations.txt b/shellops/assets/ShellOps_247882ad6c/gold/reports/missing_registrations.txt new file mode 100644 index 0000000000000000000000000000000000000000..e28f09c7254744e1c8cb7dacc06bb559de27a091 --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/gold/reports/missing_registrations.txt @@ -0,0 +1,2 @@ +dev_1002 +dev_1004 diff --git a/shellops/assets/ShellOps_247882ad6c/gold/runtime_registry.xml b/shellops/assets/ShellOps_247882ad6c/gold/runtime_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..1e15af877f7bf4fd4eb599a8f86f86816a62c18c --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/gold/runtime_registry.xml @@ -0,0 +1,12 @@ + + + + active + + + inactive + + + active + + diff --git a/shellops/assets/ShellOps_247882ad6c/init/approved_devices.txt b/shellops/assets/ShellOps_247882ad6c/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d7d914a94da551bebaee75ace9b346623189029 --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/init/approved_devices.txt @@ -0,0 +1,5 @@ +dev_1001 +dev_1002 +dev_1003 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_247882ad6c/init/notes.md b/shellops/assets/ShellOps_247882ad6c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4209d2bb7f3e5150135ec146802eb4bd0f50d568 --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/init/notes.md @@ -0,0 +1,4 @@ +# Compliance sweep notes +- Approved devices file: simple line-by-line list +- Runtime registry: XML with nested status elements +- Goal: identify approved devices missing from runtime registry diff --git a/shellops/assets/ShellOps_247882ad6c/init/runtime_registry.xml b/shellops/assets/ShellOps_247882ad6c/init/runtime_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..1e15af877f7bf4fd4eb599a8f86f86816a62c18c --- /dev/null +++ b/shellops/assets/ShellOps_247882ad6c/init/runtime_registry.xml @@ -0,0 +1,12 @@ + + + + active + + + inactive + + + active + + diff --git a/shellops/assets/ShellOps_247ec45ddc/gold/workspace/approved_devices.txt b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b899aacf9167052a67028bb7b2327a7bff428ab4 --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/approved_devices.txt @@ -0,0 +1,3 @@ +alpha-001 +beta-003 +gamma-004 diff --git a/shellops/assets/ShellOps_247ec45ddc/gold/workspace/inventory.xml b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..a18f6b53fd2972930e6307cec74e47d02f60b527 --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/inventory.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_247ec45ddc/gold/workspace/missing_devices.txt b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..435c4b7375ac9a8ac260eead6bfe6a2a44d69975 --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/missing_devices.txt @@ -0,0 +1,3 @@ +alpha-002 +delta-005 +epsilon-006 diff --git a/shellops/assets/ShellOps_247ec45ddc/gold/workspace/notes.md b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..81dc023a29f8ae607f4cfa8907fc757c9f17c18f --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/gold/workspace/notes.md @@ -0,0 +1,3 @@ +# Distractor notes +- alpha-001 is flagged for review +- delta-005 might be decommissioned diff --git a/shellops/assets/ShellOps_247ec45ddc/init/workspace/approved_devices.txt b/shellops/assets/ShellOps_247ec45ddc/init/workspace/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b899aacf9167052a67028bb7b2327a7bff428ab4 --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/init/workspace/approved_devices.txt @@ -0,0 +1,3 @@ +alpha-001 +beta-003 +gamma-004 diff --git a/shellops/assets/ShellOps_247ec45ddc/init/workspace/inventory.xml b/shellops/assets/ShellOps_247ec45ddc/init/workspace/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..a18f6b53fd2972930e6307cec74e47d02f60b527 --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/init/workspace/inventory.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_247ec45ddc/init/workspace/notes.md b/shellops/assets/ShellOps_247ec45ddc/init/workspace/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..81dc023a29f8ae607f4cfa8907fc757c9f17c18f --- /dev/null +++ b/shellops/assets/ShellOps_247ec45ddc/init/workspace/notes.md @@ -0,0 +1,3 @@ +# Distractor notes +- alpha-001 is flagged for review +- delta-005 might be decommissioned diff --git a/shellops/assets/ShellOps_249f9eae25/gold/app_config.properties b/shellops/assets/ShellOps_249f9eae25/gold/app_config.properties new file mode 100644 index 0000000000000000000000000000000000000000..0640085b132851f3edd3b0c2776da14d7046aeee --- /dev/null +++ b/shellops/assets/ShellOps_249f9eae25/gold/app_config.properties @@ -0,0 +1,5 @@ +database.url=jdbc:postgresql://prod/db +cache.enabled=true +thread.pool.size=8 +legacy.auth=basic +logging.level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_249f9eae25/gold/deploy/specs.xml b/shellops/assets/ShellOps_249f9eae25/gold/deploy/specs.xml new file mode 100644 index 0000000000000000000000000000000000000000..5c7fa71ba4227a69413c211be6fcef209f062365 --- /dev/null +++ b/shellops/assets/ShellOps_249f9eae25/gold/deploy/specs.xml @@ -0,0 +1,5 @@ + + jdbc:postgresql://prod/db + 8 + info + \ No newline at end of file diff --git a/shellops/assets/ShellOps_249f9eae25/gold/missing_defs.txt b/shellops/assets/ShellOps_249f9eae25/gold/missing_defs.txt new file mode 100644 index 0000000000000000000000000000000000000000..f25dcfed7a5dd89dc6681d17c84d14cacc8d5816 --- /dev/null +++ b/shellops/assets/ShellOps_249f9eae25/gold/missing_defs.txt @@ -0,0 +1 @@ +cache.enabled diff --git a/shellops/assets/ShellOps_249f9eae25/init/app_config.properties b/shellops/assets/ShellOps_249f9eae25/init/app_config.properties new file mode 100644 index 0000000000000000000000000000000000000000..0640085b132851f3edd3b0c2776da14d7046aeee --- /dev/null +++ b/shellops/assets/ShellOps_249f9eae25/init/app_config.properties @@ -0,0 +1,5 @@ +database.url=jdbc:postgresql://prod/db +cache.enabled=true +thread.pool.size=8 +legacy.auth=basic +logging.level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_249f9eae25/init/deploy/specs.xml b/shellops/assets/ShellOps_249f9eae25/init/deploy/specs.xml new file mode 100644 index 0000000000000000000000000000000000000000..5c7fa71ba4227a69413c211be6fcef209f062365 --- /dev/null +++ b/shellops/assets/ShellOps_249f9eae25/init/deploy/specs.xml @@ -0,0 +1,5 @@ + + jdbc:postgresql://prod/db + 8 + info + \ No newline at end of file diff --git a/shellops/assets/ShellOps_250396710d/gold/auth_logs/.keep b/shellops/assets/ShellOps_250396710d/gold/auth_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_250396710d/gold/auth_logs/api_gateway.trace b/shellops/assets/ShellOps_250396710d/gold/auth_logs/api_gateway.trace new file mode 100644 index 0000000000000000000000000000000000000000..e9789f285d7d6b8c997f6eb0f3ca1f939ad430f3 --- /dev/null +++ b/shellops/assets/ShellOps_250396710d/gold/auth_logs/api_gateway.trace @@ -0,0 +1,10 @@ +2024-03-15T12:01:23 client=192.168.1.100 status=failed user=alpha +2024-03-15T12:02:34 client=192.168.1.101 status=success user=beta +2024-03-15T12:03:45 client=192.168.1.100 status=failed user=gamma +2024-03-15T12:04:56 client=192.168.1.102 status=failed user=delta +2024-03-15T12:05:07 client=192.168.1.100 status=failed user=epsilon +2024-03-15T12:06:18 client=192.168.1.103 status=success user=zeta +2024-03-15T12:07:29 client=192.168.1.102 status=failed user=eta +2024-03-15T12:08:40 client=192.168.1.102 status=failed user=theta +2024-03-15T12:09:51 client=192.168.1.104 status=success user=iota +2024-03-15T12:10:02 client=192.168.1.100 status=failed user=kappa diff --git a/shellops/assets/ShellOps_250396710d/gold/flagged_ips.out b/shellops/assets/ShellOps_250396710d/gold/flagged_ips.out new file mode 100644 index 0000000000000000000000000000000000000000..bbe42a2f79eb6a7aee4c701ffc71606bb6371478 --- /dev/null +++ b/shellops/assets/ShellOps_250396710d/gold/flagged_ips.out @@ -0,0 +1,2 @@ +192.168.1.100 +192.168.1.102 diff --git a/shellops/assets/ShellOps_250396710d/init/auth_logs/.keep b/shellops/assets/ShellOps_250396710d/init/auth_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_250396710d/init/auth_logs/api_gateway.trace b/shellops/assets/ShellOps_250396710d/init/auth_logs/api_gateway.trace new file mode 100644 index 0000000000000000000000000000000000000000..e9789f285d7d6b8c997f6eb0f3ca1f939ad430f3 --- /dev/null +++ b/shellops/assets/ShellOps_250396710d/init/auth_logs/api_gateway.trace @@ -0,0 +1,10 @@ +2024-03-15T12:01:23 client=192.168.1.100 status=failed user=alpha +2024-03-15T12:02:34 client=192.168.1.101 status=success user=beta +2024-03-15T12:03:45 client=192.168.1.100 status=failed user=gamma +2024-03-15T12:04:56 client=192.168.1.102 status=failed user=delta +2024-03-15T12:05:07 client=192.168.1.100 status=failed user=epsilon +2024-03-15T12:06:18 client=192.168.1.103 status=success user=zeta +2024-03-15T12:07:29 client=192.168.1.102 status=failed user=eta +2024-03-15T12:08:40 client=192.168.1.102 status=failed user=theta +2024-03-15T12:09:51 client=192.168.1.104 status=success user=iota +2024-03-15T12:10:02 client=192.168.1.100 status=failed user=kappa diff --git a/shellops/assets/ShellOps_253f377cfc/gold/audit/container_audit.log b/shellops/assets/ShellOps_253f377cfc/gold/audit/container_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..d48704181ab2e2d8f6c16c2fe13f05edaf3b0048 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/gold/audit/container_audit.log @@ -0,0 +1,5 @@ +2024-10-15 10:23:45 container_id=ctr_alpha status=verified reason=compliance_check +2024-10-15 10:24:12 container_id=ctr_beta status=unverified reason=pending_review +2024-10-15 10:25:33 container_id=ctr_gamma status=verified reason=compliance_check +2024-10-15 10:26:01 container_id=ctr_delta status=verified reason=compliance_check +2024-10-15 10:27:22 container_id=legacy_container_001 status=verified reason=legacy_exception diff --git a/shellops/assets/ShellOps_253f377cfc/gold/audit/notes.md b/shellops/assets/ShellOps_253f377cfc/gold/audit/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c038d8d79e65d8a9a874d9a0aa92777197179fb8 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/gold/audit/notes.md @@ -0,0 +1 @@ +This is a distractor file with irrelevant notes about container policies. diff --git a/shellops/assets/ShellOps_253f377cfc/gold/compliance/verified_containers.txt b/shellops/assets/ShellOps_253f377cfc/gold/compliance/verified_containers.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7930b144a526fbc7d3ce955dd345218dbbc9381 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/gold/compliance/verified_containers.txt @@ -0,0 +1,3 @@ +ctr_alpha +ctr_delta +ctr_gamma diff --git a/shellops/assets/ShellOps_253f377cfc/gold/config/container_policy.json b/shellops/assets/ShellOps_253f377cfc/gold/config/container_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..3b7ca4ef3e84af6c947904d2dafd6624db5b62b8 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/gold/config/container_policy.json @@ -0,0 +1,4 @@ +{ + "active_containers": ["ctr_alpha", "ctr_beta", "ctr_gamma", "ctr_delta"], + "deprecated_containers": ["legacy_container_001", "legacy_container_002"] +} diff --git a/shellops/assets/ShellOps_253f377cfc/init/audit/container_audit.log b/shellops/assets/ShellOps_253f377cfc/init/audit/container_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..d48704181ab2e2d8f6c16c2fe13f05edaf3b0048 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/init/audit/container_audit.log @@ -0,0 +1,5 @@ +2024-10-15 10:23:45 container_id=ctr_alpha status=verified reason=compliance_check +2024-10-15 10:24:12 container_id=ctr_beta status=unverified reason=pending_review +2024-10-15 10:25:33 container_id=ctr_gamma status=verified reason=compliance_check +2024-10-15 10:26:01 container_id=ctr_delta status=verified reason=compliance_check +2024-10-15 10:27:22 container_id=legacy_container_001 status=verified reason=legacy_exception diff --git a/shellops/assets/ShellOps_253f377cfc/init/audit/notes.md b/shellops/assets/ShellOps_253f377cfc/init/audit/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c038d8d79e65d8a9a874d9a0aa92777197179fb8 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/init/audit/notes.md @@ -0,0 +1 @@ +This is a distractor file with irrelevant notes about container policies. diff --git a/shellops/assets/ShellOps_253f377cfc/init/compliance/verified_containers.txt b/shellops/assets/ShellOps_253f377cfc/init/compliance/verified_containers.txt new file mode 100644 index 0000000000000000000000000000000000000000..517b44984150bd62ba9285afec9b4eb9f2e5f2cc --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/init/compliance/verified_containers.txt @@ -0,0 +1,2 @@ +legacy_container_001 +legacy_container_002 diff --git a/shellops/assets/ShellOps_253f377cfc/init/config/container_policy.json b/shellops/assets/ShellOps_253f377cfc/init/config/container_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..3b7ca4ef3e84af6c947904d2dafd6624db5b62b8 --- /dev/null +++ b/shellops/assets/ShellOps_253f377cfc/init/config/container_policy.json @@ -0,0 +1,4 @@ +{ + "active_containers": ["ctr_alpha", "ctr_beta", "ctr_gamma", "ctr_delta"], + "deprecated_containers": ["legacy_container_001", "legacy_container_002"] +} diff --git a/shellops/assets/ShellOps_2564e55fee/gold/distractor/old_baseline.txt b/shellops/assets/ShellOps_2564e55fee/gold/distractor/old_baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3766dbe97ac651a4566e27c6981111b39583382 --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/gold/distractor/old_baseline.txt @@ -0,0 +1,3 @@ +N-2001 +N-2002 +N-2003 diff --git a/shellops/assets/ShellOps_2564e55fee/gold/policy/approved_nodes.txt b/shellops/assets/ShellOps_2564e55fee/gold/policy/approved_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcff093982c084f936115a1a8599a299949488b --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/gold/policy/approved_nodes.txt @@ -0,0 +1,5 @@ +N-1001 +N-1003 +N-1005 +N-1007 +N-1009 diff --git a/shellops/assets/ShellOps_2564e55fee/gold/reports/unapproved_nodes.tsv b/shellops/assets/ShellOps_2564e55fee/gold/reports/unapproved_nodes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..12a3d4d64591bf06e5290bac4bb397f6212d9b02 --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/gold/reports/unapproved_nodes.tsv @@ -0,0 +1,3 @@ +N-1002 +N-1004 +N-1006 diff --git a/shellops/assets/ShellOps_2564e55fee/gold/runtime/nodes.xml b/shellops/assets/ShellOps_2564e55fee/gold/runtime/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..74bddb7ac5cf4fd1edbb35833ec6a6b7808f7519 --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/gold/runtime/nodes.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_2564e55fee/init/distractor/old_baseline.txt b/shellops/assets/ShellOps_2564e55fee/init/distractor/old_baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3766dbe97ac651a4566e27c6981111b39583382 --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/init/distractor/old_baseline.txt @@ -0,0 +1,3 @@ +N-2001 +N-2002 +N-2003 diff --git a/shellops/assets/ShellOps_2564e55fee/init/policy/approved_nodes.txt b/shellops/assets/ShellOps_2564e55fee/init/policy/approved_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcff093982c084f936115a1a8599a299949488b --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/init/policy/approved_nodes.txt @@ -0,0 +1,5 @@ +N-1001 +N-1003 +N-1005 +N-1007 +N-1009 diff --git a/shellops/assets/ShellOps_2564e55fee/init/runtime/nodes.xml b/shellops/assets/ShellOps_2564e55fee/init/runtime/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..74bddb7ac5cf4fd1edbb35833ec6a6b7808f7519 --- /dev/null +++ b/shellops/assets/ShellOps_2564e55fee/init/runtime/nodes.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_257d1acac3/gold/approved_devices.xml b/shellops/assets/ShellOps_257d1acac3/gold/approved_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..8d727276629429dfc22fd7e79765d51ff56fa273 --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/gold/approved_devices.xml @@ -0,0 +1,11 @@ + + + ... + + + ... + + + ... + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_257d1acac3/gold/baseline_models.txt b/shellops/assets/ShellOps_257d1acac3/gold/baseline_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdfe84aa5fcfbad51f54873e502e12179fc865b2 --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/gold/baseline_models.txt @@ -0,0 +1,5 @@ +MODEL-X100 +MODEL-Y200 +MODEL-Y205 +MODEL-Z300 +MODEL-Z400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_257d1acac3/gold/distractor.log b/shellops/assets/ShellOps_257d1acac3/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..eccfc6edd1fb5b189812f93d643b6fbae221079e --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/gold/distractor.log @@ -0,0 +1,2 @@ +2024-05-21: Retired MODEL-A45 from service +2024-05-22: Added provisional MODEL-Z300 approval \ No newline at end of file diff --git a/shellops/assets/ShellOps_257d1acac3/gold/gaps.txt b/shellops/assets/ShellOps_257d1acac3/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc9613076552db294ebd66b314588c0664b0d021 --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/gold/gaps.txt @@ -0,0 +1,2 @@ +MODEL-Y200 +MODEL-Z400 diff --git a/shellops/assets/ShellOps_257d1acac3/init/approved_devices.xml b/shellops/assets/ShellOps_257d1acac3/init/approved_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..8d727276629429dfc22fd7e79765d51ff56fa273 --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/init/approved_devices.xml @@ -0,0 +1,11 @@ + + + ... + + + ... + + + ... + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_257d1acac3/init/baseline_models.txt b/shellops/assets/ShellOps_257d1acac3/init/baseline_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdfe84aa5fcfbad51f54873e502e12179fc865b2 --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/init/baseline_models.txt @@ -0,0 +1,5 @@ +MODEL-X100 +MODEL-Y200 +MODEL-Y205 +MODEL-Z300 +MODEL-Z400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_257d1acac3/init/distractor.log b/shellops/assets/ShellOps_257d1acac3/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..eccfc6edd1fb5b189812f93d643b6fbae221079e --- /dev/null +++ b/shellops/assets/ShellOps_257d1acac3/init/distractor.log @@ -0,0 +1,2 @@ +2024-05-21: Retired MODEL-A45 from service +2024-05-22: Added provisional MODEL-Z300 approval \ No newline at end of file diff --git a/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_a.json b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_a.json new file mode 100644 index 0000000000000000000000000000000000000000..8e694bd6a6ffdde61a6d1a6af225e217b823a6a4 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_a.json @@ -0,0 +1,5 @@ +[ + {"component": "auth", "count": 5}, + {"component": "storage", "count": 3}, + {"component": "network", "count": 7} +] diff --git a/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_b.json b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_b.json new file mode 100644 index 0000000000000000000000000000000000000000..c6dfa67e306417eb36f03a6d42a9e9e8cf6c9903 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_b.json @@ -0,0 +1,5 @@ +[ + {"component": "auth", "count": 2}, + {"component": "compute", "count": 4}, + {"component": "network", "count": 1} +] diff --git a/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_c.json b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_c.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4c1e98c75c4134392352213b03a94d39cd4aeb --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/payload_c.json @@ -0,0 +1,5 @@ +[ + {"component": "storage", "count": 6}, + {"component": "compute", "count": 4}, + {"component": "logging", "count": 2} +] diff --git a/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/unrelated.txt b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/unrelated.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4f01390aef48c6b17e0f083837099fdda6657e0 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/gold/payloads/unrelated.txt @@ -0,0 +1 @@ +This file should be ignored by the aggregation. diff --git a/shellops/assets/ShellOps_259ca7cc1c/gold/reports/aggregate.tsv b/shellops/assets/ShellOps_259ca7cc1c/gold/reports/aggregate.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c86bcb641bab11b0f7a877b587afd72eee93eea6 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/gold/reports/aggregate.tsv @@ -0,0 +1,6 @@ +component total_count +storage 9 +compute 8 +network 8 +auth 7 +logging 2 diff --git a/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_a.json b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_a.json new file mode 100644 index 0000000000000000000000000000000000000000..8e694bd6a6ffdde61a6d1a6af225e217b823a6a4 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_a.json @@ -0,0 +1,5 @@ +[ + {"component": "auth", "count": 5}, + {"component": "storage", "count": 3}, + {"component": "network", "count": 7} +] diff --git a/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_b.json b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_b.json new file mode 100644 index 0000000000000000000000000000000000000000..c6dfa67e306417eb36f03a6d42a9e9e8cf6c9903 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_b.json @@ -0,0 +1,5 @@ +[ + {"component": "auth", "count": 2}, + {"component": "compute", "count": 4}, + {"component": "network", "count": 1} +] diff --git a/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_c.json b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_c.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4c1e98c75c4134392352213b03a94d39cd4aeb --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/payload_c.json @@ -0,0 +1,5 @@ +[ + {"component": "storage", "count": 6}, + {"component": "compute", "count": 4}, + {"component": "logging", "count": 2} +] diff --git a/shellops/assets/ShellOps_259ca7cc1c/init/payloads/unrelated.txt b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/unrelated.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4f01390aef48c6b17e0f083837099fdda6657e0 --- /dev/null +++ b/shellops/assets/ShellOps_259ca7cc1c/init/payloads/unrelated.txt @@ -0,0 +1 @@ +This file should be ignored by the aggregation. diff --git a/shellops/assets/ShellOps_25cbcf7caa/gold/app_current.ini b/shellops/assets/ShellOps_25cbcf7caa/gold/app_current.ini new file mode 100644 index 0000000000000000000000000000000000000000..de63b4ce4044ad931cbb78ddb734e1168c2b6530 --- /dev/null +++ b/shellops/assets/ShellOps_25cbcf7caa/gold/app_current.ini @@ -0,0 +1,5 @@ +[general] +license_key=ABC123 +[features] +feature_a=enabled +license_key=GHI789 diff --git a/shellops/assets/ShellOps_25cbcf7caa/gold/app_legacy.ini b/shellops/assets/ShellOps_25cbcf7caa/gold/app_legacy.ini new file mode 100644 index 0000000000000000000000000000000000000000..5ff56a1bca4018641e3214a71a6605e1275483eb --- /dev/null +++ b/shellops/assets/ShellOps_25cbcf7caa/gold/app_legacy.ini @@ -0,0 +1,7 @@ +[general] +license_key=ABC123 +license_key=XYZ789 +[features] +feature_a=enabled +feature_b=disabled +license_key=DEF456 diff --git a/shellops/assets/ShellOps_25cbcf7caa/gold/missing_licenses.out b/shellops/assets/ShellOps_25cbcf7caa/gold/missing_licenses.out new file mode 100644 index 0000000000000000000000000000000000000000..204731d68f0c6fd736b53de3d6ce979535c03a26 --- /dev/null +++ b/shellops/assets/ShellOps_25cbcf7caa/gold/missing_licenses.out @@ -0,0 +1,2 @@ +DEF456 +XYZ789 diff --git a/shellops/assets/ShellOps_25cbcf7caa/init/.tmp/.keep b/shellops/assets/ShellOps_25cbcf7caa/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_25cbcf7caa/init/app_current.ini b/shellops/assets/ShellOps_25cbcf7caa/init/app_current.ini new file mode 100644 index 0000000000000000000000000000000000000000..de63b4ce4044ad931cbb78ddb734e1168c2b6530 --- /dev/null +++ b/shellops/assets/ShellOps_25cbcf7caa/init/app_current.ini @@ -0,0 +1,5 @@ +[general] +license_key=ABC123 +[features] +feature_a=enabled +license_key=GHI789 diff --git a/shellops/assets/ShellOps_25cbcf7caa/init/app_legacy.ini b/shellops/assets/ShellOps_25cbcf7caa/init/app_legacy.ini new file mode 100644 index 0000000000000000000000000000000000000000..5ff56a1bca4018641e3214a71a6605e1275483eb --- /dev/null +++ b/shellops/assets/ShellOps_25cbcf7caa/init/app_legacy.ini @@ -0,0 +1,7 @@ +[general] +license_key=ABC123 +license_key=XYZ789 +[features] +feature_a=enabled +feature_b=disabled +license_key=DEF456 diff --git a/shellops/assets/ShellOps_2622c6efe7/gold/baseline_modules.txt b/shellops/assets/ShellOps_2622c6efe7/gold/baseline_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..17ce3cee3afae163b91feab59b8525c21dfa1347 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/gold/baseline_modules.txt @@ -0,0 +1,10 @@ +alpha-001 +beta_002 +gamma-003 +delta-004 +epsilon-005 +zeta_006 +eta-007 +theta_008 +iota-009 +kappa-010 diff --git a/shellops/assets/ShellOps_2622c6efe7/gold/distractor.log b/shellops/assets/ShellOps_2622c6efe7/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..377b14eaabebdaafa649d6b046b090bae6bfd491 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/gold/distractor.log @@ -0,0 +1,6 @@ +2024-08-20 14:32:11 DEBUG: test harness started +2024-08-20 14:33:22 INFO: module alpha-001 skipped due to missing dependency +2024-08-20 14:35:10 WARN: module gamma-003 experienced timeout but was recorded as partially tested +2024-08-20 14:36:45 INFO: module epsilon-005 failed initial health check; test aborted +2024-08-20 14:37:01 ERROR: module eta-007 triggered a segmentation fault +2024-08-20 14:38:30 INFO: module theta_008 rerouted to legacy suite; results pending diff --git a/shellops/assets/ShellOps_2622c6efe7/gold/output/unvalidated_modules.txt b/shellops/assets/ShellOps_2622c6efe7/gold/output/unvalidated_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..42f7b377ab87e75ddf967a02cb7aa02fa1d01453 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/gold/output/unvalidated_modules.txt @@ -0,0 +1,5 @@ +alpha-001 +gamma-003 +epsilon-005 +eta-007 +theta_008 diff --git a/shellops/assets/ShellOps_2622c6efe7/gold/test_annotations.xml b/shellops/assets/ShellOps_2622c6efe7/gold/test_annotations.xml new file mode 100644 index 0000000000000000000000000000000000000000..7204050d65cc5c85b91c25d9805b581b4d422582 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/gold/test_annotations.xml @@ -0,0 +1,11 @@ + + + + beta_002 + delta-004 + zeta_006 + iota-009 + kappa-010 + + + diff --git a/shellops/assets/ShellOps_2622c6efe7/init/baseline_modules.txt b/shellops/assets/ShellOps_2622c6efe7/init/baseline_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..17ce3cee3afae163b91feab59b8525c21dfa1347 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/init/baseline_modules.txt @@ -0,0 +1,10 @@ +alpha-001 +beta_002 +gamma-003 +delta-004 +epsilon-005 +zeta_006 +eta-007 +theta_008 +iota-009 +kappa-010 diff --git a/shellops/assets/ShellOps_2622c6efe7/init/distractor.log b/shellops/assets/ShellOps_2622c6efe7/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..377b14eaabebdaafa649d6b046b090bae6bfd491 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/init/distractor.log @@ -0,0 +1,6 @@ +2024-08-20 14:32:11 DEBUG: test harness started +2024-08-20 14:33:22 INFO: module alpha-001 skipped due to missing dependency +2024-08-20 14:35:10 WARN: module gamma-003 experienced timeout but was recorded as partially tested +2024-08-20 14:36:45 INFO: module epsilon-005 failed initial health check; test aborted +2024-08-20 14:37:01 ERROR: module eta-007 triggered a segmentation fault +2024-08-20 14:38:30 INFO: module theta_008 rerouted to legacy suite; results pending diff --git a/shellops/assets/ShellOps_2622c6efe7/init/test_annotations.xml b/shellops/assets/ShellOps_2622c6efe7/init/test_annotations.xml new file mode 100644 index 0000000000000000000000000000000000000000..7204050d65cc5c85b91c25d9805b581b4d422582 --- /dev/null +++ b/shellops/assets/ShellOps_2622c6efe7/init/test_annotations.xml @@ -0,0 +1,11 @@ + + + + beta_002 + delta-004 + zeta_006 + iota-009 + kappa-010 + + + diff --git a/shellops/assets/ShellOps_262b5b1698/gold/blacklist.conf b/shellops/assets/ShellOps_262b5b1698/gold/blacklist.conf new file mode 100644 index 0000000000000000000000000000000000000000..2e032c123e2c5b4ca391dd865b8af6c652ec3c01 --- /dev/null +++ b/shellops/assets/ShellOps_262b5b1698/gold/blacklist.conf @@ -0,0 +1,3 @@ +client_ip=192.0.2.5 +client_ip=203.0.113.9 +client_ip=198.51.100.22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_262b5b1698/gold/events/unauth.jsonl b/shellops/assets/ShellOps_262b5b1698/gold/events/unauth.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..30130df72def271de22c3213f01c66ac5362c392 --- /dev/null +++ b/shellops/assets/ShellOps_262b5b1698/gold/events/unauth.jsonl @@ -0,0 +1,3 @@ +{"timestamp": "2023-04-15T08:30:21Z", "client_ip": "192.0.2.5", "endpoint": "/api/v1/login", "status": "allowed"} +{"timestamp": "2023-04-15T09:12:47Z", "client_ip": "198.51.100.22", "endpoint": "/admin", "status": "denied"} +{"timestamp": "2023-04-15T10:05:33Z", "client_ip": "203.0.113.9", "endpoint": "/api/v1/data", "status": "allowed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_262b5b1698/gold/suspect_events.csv b/shellops/assets/ShellOps_262b5b1698/gold/suspect_events.csv new file mode 100644 index 0000000000000000000000000000000000000000..7ebe6b6a5b65d916eb8a161ab4d9c4771e9dd2cc --- /dev/null +++ b/shellops/assets/ShellOps_262b5b1698/gold/suspect_events.csv @@ -0,0 +1,3 @@ +timestamp,endpoint +"2023-04-15T08:30:21Z","/api/v1/login" +"2023-04-15T10:05:33Z","/api/v1/data" diff --git a/shellops/assets/ShellOps_262b5b1698/init/blacklist.conf b/shellops/assets/ShellOps_262b5b1698/init/blacklist.conf new file mode 100644 index 0000000000000000000000000000000000000000..2e032c123e2c5b4ca391dd865b8af6c652ec3c01 --- /dev/null +++ b/shellops/assets/ShellOps_262b5b1698/init/blacklist.conf @@ -0,0 +1,3 @@ +client_ip=192.0.2.5 +client_ip=203.0.113.9 +client_ip=198.51.100.22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_262b5b1698/init/events/unauth.jsonl b/shellops/assets/ShellOps_262b5b1698/init/events/unauth.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..30130df72def271de22c3213f01c66ac5362c392 --- /dev/null +++ b/shellops/assets/ShellOps_262b5b1698/init/events/unauth.jsonl @@ -0,0 +1,3 @@ +{"timestamp": "2023-04-15T08:30:21Z", "client_ip": "192.0.2.5", "endpoint": "/api/v1/login", "status": "allowed"} +{"timestamp": "2023-04-15T09:12:47Z", "client_ip": "198.51.100.22", "endpoint": "/admin", "status": "denied"} +{"timestamp": "2023-04-15T10:05:33Z", "client_ip": "203.0.113.9", "endpoint": "/api/v1/data", "status": "allowed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2645294253/gold/active_events.tsv b/shellops/assets/ShellOps_2645294253/gold/active_events.tsv new file mode 100644 index 0000000000000000000000000000000000000000..608833420ea1b6a95865cc366d6c036a66a3f9f4 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/gold/active_events.tsv @@ -0,0 +1,7 @@ +device_id firmware event_type ts +DEV-A001 v2.3.1 heartbeat 2025-04-01T08:15:00Z +DEV-A003 v2.3.2 alert 2025-04-01T08:16:00Z +DEV-A005 v2.3.1 heartbeat 2025-04-01T08:18:00Z +DEV-A001 v2.3.1 alert 2025-04-01T08:19:00Z +DEV-A006 v2.3.0 heartbeat 2025-04-01T08:20:00Z +DEV-A003 v2.3.2 heartbeat 2025-04-01T08:21:00Z diff --git a/shellops/assets/ShellOps_2645294253/gold/devices.tsv b/shellops/assets/ShellOps_2645294253/gold/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4d5985d2576826fe07b668f9abc8198a7f0f547 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/gold/devices.tsv @@ -0,0 +1,8 @@ +device_id status firmware +DEV-A001 active v2.3.1 +DEV-A002 inactive v2.2.0 +DEV-A003 active v2.3.2 +DEV-A004 maintenance v2.1.5 +DEV-A005 active v2.3.1 +DEV-A006 active v2.3.0 +DEV-A007 retired v2.0.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2645294253/gold/events.log b/shellops/assets/ShellOps_2645294253/gold/events.log new file mode 100644 index 0000000000000000000000000000000000000000..40bf6a746cade226e90d41edc2d6a29c8d43e5b0 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/gold/events.log @@ -0,0 +1,8 @@ +{"ts": "2025-04-01T08:15:00Z", "device_id": "DEV-A001", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:16:00Z", "device_id": "DEV-A003", "event_type": "alert"} +{"ts": "2025-04-01T08:17:00Z", "device_id": "DEV-A002", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:18:00Z", "device_id": "DEV-A005", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:19:00Z", "device_id": "DEV-A001", "event_type": "alert"} +{"ts": "2025-04-01T08:20:00Z", "device_id": "DEV-A006", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:21:00Z", "device_id": "DEV-A003", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:22:00Z", "device_id": "DEV-A004", "event_type": "alert"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2645294253/gold/notes.md b/shellops/assets/ShellOps_2645294253/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..125be78975e5db5662f627c9cb189a48e9116442 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/gold/notes.md @@ -0,0 +1 @@ +Sample workspace for telemetry alignment. The events.log may contain records for devices not marked active. Exclude any devices with status other than 'active'. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2645294253/init/devices.tsv b/shellops/assets/ShellOps_2645294253/init/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4d5985d2576826fe07b668f9abc8198a7f0f547 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/init/devices.tsv @@ -0,0 +1,8 @@ +device_id status firmware +DEV-A001 active v2.3.1 +DEV-A002 inactive v2.2.0 +DEV-A003 active v2.3.2 +DEV-A004 maintenance v2.1.5 +DEV-A005 active v2.3.1 +DEV-A006 active v2.3.0 +DEV-A007 retired v2.0.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2645294253/init/events.log b/shellops/assets/ShellOps_2645294253/init/events.log new file mode 100644 index 0000000000000000000000000000000000000000..40bf6a746cade226e90d41edc2d6a29c8d43e5b0 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/init/events.log @@ -0,0 +1,8 @@ +{"ts": "2025-04-01T08:15:00Z", "device_id": "DEV-A001", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:16:00Z", "device_id": "DEV-A003", "event_type": "alert"} +{"ts": "2025-04-01T08:17:00Z", "device_id": "DEV-A002", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:18:00Z", "device_id": "DEV-A005", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:19:00Z", "device_id": "DEV-A001", "event_type": "alert"} +{"ts": "2025-04-01T08:20:00Z", "device_id": "DEV-A006", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:21:00Z", "device_id": "DEV-A003", "event_type": "heartbeat"} +{"ts": "2025-04-01T08:22:00Z", "device_id": "DEV-A004", "event_type": "alert"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2645294253/init/notes.md b/shellops/assets/ShellOps_2645294253/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..125be78975e5db5662f627c9cb189a48e9116442 --- /dev/null +++ b/shellops/assets/ShellOps_2645294253/init/notes.md @@ -0,0 +1 @@ +Sample workspace for telemetry alignment. The events.log may contain records for devices not marked active. Exclude any devices with status other than 'active'. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2655dd289b/gold/recipes/beef_stirfry.yml b/shellops/assets/ShellOps_2655dd289b/gold/recipes/beef_stirfry.yml new file mode 100644 index 0000000000000000000000000000000000000000..f59ae6b526d69efc92bcf33eda0dc2c5b2b501bb --- /dev/null +++ b/shellops/assets/ShellOps_2655dd289b/gold/recipes/beef_stirfry.yml @@ -0,0 +1,6 @@ +title: Beef Stir Fry +ingredients: + - beef + - soy sauce + - sesame oil + - vegetables diff --git a/shellops/assets/ShellOps_2655dd289b/gold/recipes/chicken_pasta.yml b/shellops/assets/ShellOps_2655dd289b/gold/recipes/chicken_pasta.yml new file mode 100644 index 0000000000000000000000000000000000000000..d26f6ddbcc91d16e75fa2d1ce41aa572a7687fc6 --- /dev/null +++ b/shellops/assets/ShellOps_2655dd289b/gold/recipes/chicken_pasta.yml @@ -0,0 +1,6 @@ +title: Chicken Pasta +ingredients: + - chicken + - pasta + - olive oil + - garlic diff --git a/shellops/assets/ShellOps_2655dd289b/gold/recipes/vegetable_stew.yml b/shellops/assets/ShellOps_2655dd289b/gold/recipes/vegetable_stew.yml new file mode 100644 index 0000000000000000000000000000000000000000..a8e1e60b3fbba059144e01d44074c09fd917de1b --- /dev/null +++ b/shellops/assets/ShellOps_2655dd289b/gold/recipes/vegetable_stew.yml @@ -0,0 +1,6 @@ +title: Vegetable Stew +ingredients: + - carrots + - potatoes + - olive oil + - thyme diff --git a/shellops/assets/ShellOps_2655dd289b/init/recipes/beef_stirfry.yml b/shellops/assets/ShellOps_2655dd289b/init/recipes/beef_stirfry.yml new file mode 100644 index 0000000000000000000000000000000000000000..f59ae6b526d69efc92bcf33eda0dc2c5b2b501bb --- /dev/null +++ b/shellops/assets/ShellOps_2655dd289b/init/recipes/beef_stirfry.yml @@ -0,0 +1,6 @@ +title: Beef Stir Fry +ingredients: + - beef + - soy sauce + - sesame oil + - vegetables diff --git a/shellops/assets/ShellOps_2655dd289b/init/recipes/chicken_pasta.yml b/shellops/assets/ShellOps_2655dd289b/init/recipes/chicken_pasta.yml new file mode 100644 index 0000000000000000000000000000000000000000..d26f6ddbcc91d16e75fa2d1ce41aa572a7687fc6 --- /dev/null +++ b/shellops/assets/ShellOps_2655dd289b/init/recipes/chicken_pasta.yml @@ -0,0 +1,6 @@ +title: Chicken Pasta +ingredients: + - chicken + - pasta + - olive oil + - garlic diff --git a/shellops/assets/ShellOps_2655dd289b/init/recipes/vegetable_stew.yml b/shellops/assets/ShellOps_2655dd289b/init/recipes/vegetable_stew.yml new file mode 100644 index 0000000000000000000000000000000000000000..a8e1e60b3fbba059144e01d44074c09fd917de1b --- /dev/null +++ b/shellops/assets/ShellOps_2655dd289b/init/recipes/vegetable_stew.yml @@ -0,0 +1,6 @@ +title: Vegetable Stew +ingredients: + - carrots + - potatoes + - olive oil + - thyme diff --git a/shellops/assets/ShellOps_2675ac3699/gold/README.md b/shellops/assets/ShellOps_2675ac3699/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a4c6d0cabc82d9e9d719810c7cc24951b0a7a98f --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/gold/README.md @@ -0,0 +1,7 @@ +# Health‑Check Configuration +This directory holds the service health‑check definitions and runtime overrides. + +- `checks/service_health.json`: defines all possible health checks. +- `overrides/`: contains runtime suppression lists. + +Do not edit these files manually while the service is running. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2675ac3699/gold/active_checks.list b/shellops/assets/ShellOps_2675ac3699/gold/active_checks.list new file mode 100644 index 0000000000000000000000000000000000000000..83838362cbd3733706ea9a030bfc2efa55c18442 --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/gold/active_checks.list @@ -0,0 +1,5 @@ +cpu_load +http_response +log_rotation +memory_free +network_latency diff --git a/shellops/assets/ShellOps_2675ac3699/gold/checks/service_health.json b/shellops/assets/ShellOps_2675ac3699/gold/checks/service_health.json new file mode 100644 index 0000000000000000000000000000000000000000..0b753146c09df99bebad673880d0026312da7157 --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/gold/checks/service_health.json @@ -0,0 +1,44 @@ +{ + "checks": [ + { + "name": "disk_usage", + "interval": 60, + "severity": "critical" + }, + { + "name": "cpu_load", + "interval": 30, + "severity": "warning" + }, + { + "name": "memory_free", + "interval": 30, + "severity": "warning" + }, + { + "name": "http_response", + "interval": 10, + "severity": "critical" + }, + { + "name": "database_connection", + "interval": 15, + "severity": "critical" + }, + { + "name": "log_rotation", + "interval": 3600, + "severity": "info" + }, + { + "name": "network_latency", + "interval": 120, + "severity": "warning" + }, + { + "name": "ssl_cert_expiry", + "interval": 86400, + "severity": "critical" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2675ac3699/gold/overrides/active_overrides.json b/shellops/assets/ShellOps_2675ac3699/gold/overrides/active_overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..025f562dccff8e328e981b1a7b3f432825280269 --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/gold/overrides/active_overrides.json @@ -0,0 +1,8 @@ +{ + "suppressed": [ + "disk_usage", + "database_connection", + "ssl_cert_expiry" + ], + "reason": "temporary maintenance" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2675ac3699/init/README.md b/shellops/assets/ShellOps_2675ac3699/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a4c6d0cabc82d9e9d719810c7cc24951b0a7a98f --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/init/README.md @@ -0,0 +1,7 @@ +# Health‑Check Configuration +This directory holds the service health‑check definitions and runtime overrides. + +- `checks/service_health.json`: defines all possible health checks. +- `overrides/`: contains runtime suppression lists. + +Do not edit these files manually while the service is running. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2675ac3699/init/checks/service_health.json b/shellops/assets/ShellOps_2675ac3699/init/checks/service_health.json new file mode 100644 index 0000000000000000000000000000000000000000..0b753146c09df99bebad673880d0026312da7157 --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/init/checks/service_health.json @@ -0,0 +1,44 @@ +{ + "checks": [ + { + "name": "disk_usage", + "interval": 60, + "severity": "critical" + }, + { + "name": "cpu_load", + "interval": 30, + "severity": "warning" + }, + { + "name": "memory_free", + "interval": 30, + "severity": "warning" + }, + { + "name": "http_response", + "interval": 10, + "severity": "critical" + }, + { + "name": "database_connection", + "interval": 15, + "severity": "critical" + }, + { + "name": "log_rotation", + "interval": 3600, + "severity": "info" + }, + { + "name": "network_latency", + "interval": 120, + "severity": "warning" + }, + { + "name": "ssl_cert_expiry", + "interval": 86400, + "severity": "critical" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2675ac3699/init/overrides/active_overrides.json b/shellops/assets/ShellOps_2675ac3699/init/overrides/active_overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..025f562dccff8e328e981b1a7b3f432825280269 --- /dev/null +++ b/shellops/assets/ShellOps_2675ac3699/init/overrides/active_overrides.json @@ -0,0 +1,8 @@ +{ + "suppressed": [ + "disk_usage", + "database_connection", + "ssl_cert_expiry" + ], + "reason": "temporary maintenance" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_26be7d2fce/gold/approved_models.txt b/shellops/assets/ShellOps_26be7d2fce/gold/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..93664b53f8d31c2c61898d2926e7c17de047ef82 --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/gold/approved_models.txt @@ -0,0 +1,6 @@ +alpha-2000 +beta-2000 +gamma-2000 +delta-2000 +epsilon-2000 +zeta-2000 diff --git a/shellops/assets/ShellOps_26be7d2fce/gold/distractor/old_models.log b/shellops/assets/ShellOps_26be7d2fce/gold/distractor/old_models.log new file mode 100644 index 0000000000000000000000000000000000000000..26a6675b1dc45d716f996def267219bf6de9a8ec --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/gold/distractor/old_models.log @@ -0,0 +1,2 @@ +legacy-1000 +legacy-2000 diff --git a/shellops/assets/ShellOps_26be7d2fce/gold/missing_models.txt b/shellops/assets/ShellOps_26be7d2fce/gold/missing_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..bac4e4188656be6c11d9698fc651b55d54443cdf --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/gold/missing_models.txt @@ -0,0 +1,2 @@ +delta-2000 +epsilon-2000 diff --git a/shellops/assets/ShellOps_26be7d2fce/gold/runtime_manifest.xml b/shellops/assets/ShellOps_26be7d2fce/gold/runtime_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..8fe3d9621846a8fe3285e27720b42b77d97a175e --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/gold/runtime_manifest.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_26be7d2fce/init/approved_models.txt b/shellops/assets/ShellOps_26be7d2fce/init/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..93664b53f8d31c2c61898d2926e7c17de047ef82 --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/init/approved_models.txt @@ -0,0 +1,6 @@ +alpha-2000 +beta-2000 +gamma-2000 +delta-2000 +epsilon-2000 +zeta-2000 diff --git a/shellops/assets/ShellOps_26be7d2fce/init/distractor/old_models.log b/shellops/assets/ShellOps_26be7d2fce/init/distractor/old_models.log new file mode 100644 index 0000000000000000000000000000000000000000..26a6675b1dc45d716f996def267219bf6de9a8ec --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/init/distractor/old_models.log @@ -0,0 +1,2 @@ +legacy-1000 +legacy-2000 diff --git a/shellops/assets/ShellOps_26be7d2fce/init/runtime_manifest.xml b/shellops/assets/ShellOps_26be7d2fce/init/runtime_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..8fe3d9621846a8fe3285e27720b42b77d97a175e --- /dev/null +++ b/shellops/assets/ShellOps_26be7d2fce/init/runtime_manifest.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_26da11de89/gold/archive/old_catalog.xml b/shellops/assets/ShellOps_26da11de89/gold/archive/old_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..f42bdce87925f999bccefa129bf80e5c1fae741a --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/gold/archive/old_catalog.xml @@ -0,0 +1,4 @@ + + + WS-ARCHIVED-099 + diff --git a/shellops/assets/ShellOps_26da11de89/gold/authorized_devices.txt b/shellops/assets/ShellOps_26da11de89/gold/authorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..afb3e9170373fdbb88354f156fea3e7a67a96497 --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/gold/authorized_devices.txt @@ -0,0 +1,4 @@ +WS-ALPHA-001 +WS-BETA-002 +WS-GAMMA-003 +WS-EPSILON-005 diff --git a/shellops/assets/ShellOps_26da11de89/gold/new_orders.xml b/shellops/assets/ShellOps_26da11de89/gold/new_orders.xml new file mode 100644 index 0000000000000000000000000000000000000000..69378c7fcb4488414f1dd0f219746ef811af5ba0 --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/gold/new_orders.xml @@ -0,0 +1,19 @@ + + + + WS-ALPHA-001 + 5 + + + WS-BETA-002 + 3 + + + WS-GAMMA-003 + 7 + + + WS-DELTA-004 + 2 + + diff --git a/shellops/assets/ShellOps_26da11de89/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_26da11de89/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c912bd6624f0903e243af841acec3e2635bfc6e --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/gold/reports/missing_devices.txt @@ -0,0 +1 @@ +WS-DELTA-004 diff --git a/shellops/assets/ShellOps_26da11de89/init/archive/old_catalog.xml b/shellops/assets/ShellOps_26da11de89/init/archive/old_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..f42bdce87925f999bccefa129bf80e5c1fae741a --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/init/archive/old_catalog.xml @@ -0,0 +1,4 @@ + + + WS-ARCHIVED-099 + diff --git a/shellops/assets/ShellOps_26da11de89/init/authorized_devices.txt b/shellops/assets/ShellOps_26da11de89/init/authorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..afb3e9170373fdbb88354f156fea3e7a67a96497 --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/init/authorized_devices.txt @@ -0,0 +1,4 @@ +WS-ALPHA-001 +WS-BETA-002 +WS-GAMMA-003 +WS-EPSILON-005 diff --git a/shellops/assets/ShellOps_26da11de89/init/new_orders.xml b/shellops/assets/ShellOps_26da11de89/init/new_orders.xml new file mode 100644 index 0000000000000000000000000000000000000000..69378c7fcb4488414f1dd0f219746ef811af5ba0 --- /dev/null +++ b/shellops/assets/ShellOps_26da11de89/init/new_orders.xml @@ -0,0 +1,19 @@ + + + + WS-ALPHA-001 + 5 + + + WS-BETA-002 + 3 + + + WS-GAMMA-003 + 7 + + + WS-DELTA-004 + 2 + + diff --git a/shellops/assets/ShellOps_2763217be6/gold/consolidated_comments.md b/shellops/assets/ShellOps_2763217be6/gold/consolidated_comments.md new file mode 100644 index 0000000000000000000000000000000000000000..3e43d16a3d38c1bc267cd00a2774222a31779ce7 --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/gold/consolidated_comments.md @@ -0,0 +1,4 @@ +Comment: Excellent participation +Comment: Good effort +Comment: Needs improvement +Comment: Needs more clarity diff --git a/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_1.md b/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_1.md new file mode 100644 index 0000000000000000000000000000000000000000..22678bfc3fbeb56367ffe6513b0f54298b270d3c --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_1.md @@ -0,0 +1,4 @@ +Comment: Needs more clarity +Comment: Excellent participation +Comment: Good effort +Comment: Needs more clarity diff --git a/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_2.md b/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_2.md new file mode 100644 index 0000000000000000000000000000000000000000..b2acb3631ce499233ab00169a64ca5f737da5174 --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_2.md @@ -0,0 +1,4 @@ +Comment: Good effort +Comment: Needs improvement +Comment: Good effort +Comment: Excellent participation diff --git a/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_3.md b/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_3.md new file mode 100644 index 0000000000000000000000000000000000000000..a5edc18cff7411347ceb41275b6131f87acebc3c --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/gold/evaluations/section_3.md @@ -0,0 +1,4 @@ +Comment: Good effort +Comment: Needs improvement +Comment: Excellent participation +Comment: Needs more clarity diff --git a/shellops/assets/ShellOps_2763217be6/init/evaluations/section_1.md b/shellops/assets/ShellOps_2763217be6/init/evaluations/section_1.md new file mode 100644 index 0000000000000000000000000000000000000000..22678bfc3fbeb56367ffe6513b0f54298b270d3c --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/init/evaluations/section_1.md @@ -0,0 +1,4 @@ +Comment: Needs more clarity +Comment: Excellent participation +Comment: Good effort +Comment: Needs more clarity diff --git a/shellops/assets/ShellOps_2763217be6/init/evaluations/section_2.md b/shellops/assets/ShellOps_2763217be6/init/evaluations/section_2.md new file mode 100644 index 0000000000000000000000000000000000000000..b2acb3631ce499233ab00169a64ca5f737da5174 --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/init/evaluations/section_2.md @@ -0,0 +1,4 @@ +Comment: Good effort +Comment: Needs improvement +Comment: Good effort +Comment: Excellent participation diff --git a/shellops/assets/ShellOps_2763217be6/init/evaluations/section_3.md b/shellops/assets/ShellOps_2763217be6/init/evaluations/section_3.md new file mode 100644 index 0000000000000000000000000000000000000000..a5edc18cff7411347ceb41275b6131f87acebc3c --- /dev/null +++ b/shellops/assets/ShellOps_2763217be6/init/evaluations/section_3.md @@ -0,0 +1,4 @@ +Comment: Good effort +Comment: Needs improvement +Comment: Excellent participation +Comment: Needs more clarity diff --git a/shellops/assets/ShellOps_277b6859cb/gold/database/fresh_samples.jsonl b/shellops/assets/ShellOps_277b6859cb/gold/database/fresh_samples.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..483540f90092e8df777101597d316165aeb66b51 --- /dev/null +++ b/shellops/assets/ShellOps_277b6859cb/gold/database/fresh_samples.jsonl @@ -0,0 +1,3 @@ +{"id": "S-105", "status": "active"} +{"id": "S-107", "status": "active"} +{"id": "S-108", "status": "inactive"} diff --git a/shellops/assets/ShellOps_277b6859cb/gold/legacy/fallback_samples.jsonl b/shellops/assets/ShellOps_277b6859cb/gold/legacy/fallback_samples.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4bed1a0760151dd2299f1266679a8d72afb6f591 --- /dev/null +++ b/shellops/assets/ShellOps_277b6859cb/gold/legacy/fallback_samples.jsonl @@ -0,0 +1,5 @@ +{"id": "S-100", "status": "active"} +{"id": "S-105", "status": "active"} +{"id": "S-107", "status": "active"} +{"id": "S-107", "status": "active"} +{"id": "S-111", "status": "active"} diff --git a/shellops/assets/ShellOps_277b6859cb/gold/reports/.keep b/shellops/assets/ShellOps_277b6859cb/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_277b6859cb/gold/reports/missing_specimens.txt b/shellops/assets/ShellOps_277b6859cb/gold/reports/missing_specimens.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac6c9c3848ea6a68ac04b5e3a8280c8de8515255 --- /dev/null +++ b/shellops/assets/ShellOps_277b6859cb/gold/reports/missing_specimens.txt @@ -0,0 +1,2 @@ +S-100 +S-111 diff --git a/shellops/assets/ShellOps_277b6859cb/init/database/fresh_samples.jsonl b/shellops/assets/ShellOps_277b6859cb/init/database/fresh_samples.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..483540f90092e8df777101597d316165aeb66b51 --- /dev/null +++ b/shellops/assets/ShellOps_277b6859cb/init/database/fresh_samples.jsonl @@ -0,0 +1,3 @@ +{"id": "S-105", "status": "active"} +{"id": "S-107", "status": "active"} +{"id": "S-108", "status": "inactive"} diff --git a/shellops/assets/ShellOps_277b6859cb/init/legacy/fallback_samples.jsonl b/shellops/assets/ShellOps_277b6859cb/init/legacy/fallback_samples.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4bed1a0760151dd2299f1266679a8d72afb6f591 --- /dev/null +++ b/shellops/assets/ShellOps_277b6859cb/init/legacy/fallback_samples.jsonl @@ -0,0 +1,5 @@ +{"id": "S-100", "status": "active"} +{"id": "S-105", "status": "active"} +{"id": "S-107", "status": "active"} +{"id": "S-107", "status": "active"} +{"id": "S-111", "status": "active"} diff --git a/shellops/assets/ShellOps_277b6859cb/init/reports/.keep b/shellops/assets/ShellOps_277b6859cb/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_277ba63b17/gold/config/api.ini b/shellops/assets/ShellOps_277ba63b17/gold/config/api.ini new file mode 100644 index 0000000000000000000000000000000000000000..18a362f5c79765cc8f128e89a2634217f10dc570 --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/gold/config/api.ini @@ -0,0 +1,3 @@ +[api] +connection_timeout=100 +version=1 diff --git a/shellops/assets/ShellOps_277ba63b17/gold/config/cache.ini b/shellops/assets/ShellOps_277ba63b17/gold/config/cache.ini new file mode 100644 index 0000000000000000000000000000000000000000..0e4343adff52795cf1af81b0b5a0edb16f6c59d3 --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/gold/config/cache.ini @@ -0,0 +1,3 @@ +[cache] +connection_timeout=60 +size=1024 diff --git a/shellops/assets/ShellOps_277ba63b17/gold/config/database.ini b/shellops/assets/ShellOps_277ba63b17/gold/config/database.ini new file mode 100644 index 0000000000000000000000000000000000000000..15c4334f268a0f52ee457f36b16b93b96f79b870 --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/gold/config/database.ini @@ -0,0 +1,4 @@ +[database] +connection_timeout=300 +host=localhost +user=admin diff --git a/shellops/assets/ShellOps_277ba63b17/gold/migration_summary.out b/shellops/assets/ShellOps_277ba63b17/gold/migration_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..0e3bfdaee3ad158b3223c01973e2b6fcd24636e0 --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/gold/migration_summary.out @@ -0,0 +1,3 @@ +config/database.ini:connection_timeout=300 +config/api.ini:connection_timeout=100 +config/cache.ini:connection_timeout=60 diff --git a/shellops/assets/ShellOps_277ba63b17/init/config/api.ini b/shellops/assets/ShellOps_277ba63b17/init/config/api.ini new file mode 100644 index 0000000000000000000000000000000000000000..868d5daa26b2b1211ea1b68bbed45a7bbd978303 --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/init/config/api.ini @@ -0,0 +1,3 @@ +[api] +timeout=100 +version=1 diff --git a/shellops/assets/ShellOps_277ba63b17/init/config/cache.ini b/shellops/assets/ShellOps_277ba63b17/init/config/cache.ini new file mode 100644 index 0000000000000000000000000000000000000000..319c7d8c66fc0c8921068e1ad5f23f4b4497e388 --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/init/config/cache.ini @@ -0,0 +1,3 @@ +[cache] +timeout=60 +size=1024 diff --git a/shellops/assets/ShellOps_277ba63b17/init/config/database.ini b/shellops/assets/ShellOps_277ba63b17/init/config/database.ini new file mode 100644 index 0000000000000000000000000000000000000000..e4bbf3120227a24295b6ee9976c3201e070bebdd --- /dev/null +++ b/shellops/assets/ShellOps_277ba63b17/init/config/database.ini @@ -0,0 +1,4 @@ +[database] +timeout=300 +host=localhost +user=admin diff --git a/shellops/assets/ShellOps_2787d29b33/gold/exclusions/ignore_streams.txt b/shellops/assets/ShellOps_2787d29b33/gold/exclusions/ignore_streams.txt new file mode 100644 index 0000000000000000000000000000000000000000..367ce9fcb63962a87b444ce0c83e2a75f7c72fbc --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/exclusions/ignore_streams.txt @@ -0,0 +1,3 @@ +IGNORED_001 +STREAM_004 +STREAM_999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/gold/notes/irrelevant.md b/shellops/assets/ShellOps_2787d29b33/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7f918a9cf4760e93c3678c0fe17726af9381ed86 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/notes/irrelevant.md @@ -0,0 +1 @@ +# This file should be ignored; it contains no stream IDs. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/gold/stale_active_streams.txt b/shellops/assets/ShellOps_2787d29b33/gold/stale_active_streams.txt new file mode 100644 index 0000000000000000000000000000000000000000..985f838e992224a60ef1df4949decc6e5cced7ac --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/stale_active_streams.txt @@ -0,0 +1,2 @@ +STREAM_002 +STREAM_005 diff --git a/shellops/assets/ShellOps_2787d29b33/gold/telemetry/alpha.json b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7513b78ddd700109d0916fd134832cd564717c76 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/alpha.json @@ -0,0 +1,5 @@ +[ + {"stream_id": "STREAM_001", "status": "active", "last_heartbeat": 1729000000}, + {"stream_id": "STREAM_002", "status": "active", "last_heartbeat": 1727000000}, + {"stream_id": "STREAM_003", "status": "inactive", "last_heartbeat": 1726000000} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/gold/telemetry/beta.json b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b65a1df55510131e28048316b11323e2a69db4db --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/beta.json @@ -0,0 +1,4 @@ +[ + {"stream_id": "STREAM_002", "status": "active", "last_heartbeat": 1727000001}, + {"stream_id": "STREAM_004", "status": "active", "last_heartbeat": 1727999999} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/gold/telemetry/distractor.json b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..5d6cf9759841c8c19fca90bab9a1c57d0d611e06 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/distractor.json @@ -0,0 +1,3 @@ +[ + {"stream_id": "IGNORED_001", "status": "active", "last_heartbeat": 1725000000} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/gold/telemetry/gamma.json b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..750c6e7651f4bae58b6ebce7e402121690125ad0 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/gold/telemetry/gamma.json @@ -0,0 +1,5 @@ +[ + {"stream_id": "STREAM_005", "status": "active", "last_heartbeat": 1725000000}, + {"stream_id": "STREAM_006", "status": "active", "last_heartbeat": 1729000000}, + {"stream_id": "STREAM_007", "status": "paused", "last_heartbeat": 1723000000} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/init/exclusions/ignore_streams.txt b/shellops/assets/ShellOps_2787d29b33/init/exclusions/ignore_streams.txt new file mode 100644 index 0000000000000000000000000000000000000000..367ce9fcb63962a87b444ce0c83e2a75f7c72fbc --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/init/exclusions/ignore_streams.txt @@ -0,0 +1,3 @@ +IGNORED_001 +STREAM_004 +STREAM_999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/init/notes/irrelevant.md b/shellops/assets/ShellOps_2787d29b33/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7f918a9cf4760e93c3678c0fe17726af9381ed86 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/init/notes/irrelevant.md @@ -0,0 +1 @@ +# This file should be ignored; it contains no stream IDs. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/init/telemetry/alpha.json b/shellops/assets/ShellOps_2787d29b33/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7513b78ddd700109d0916fd134832cd564717c76 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/init/telemetry/alpha.json @@ -0,0 +1,5 @@ +[ + {"stream_id": "STREAM_001", "status": "active", "last_heartbeat": 1729000000}, + {"stream_id": "STREAM_002", "status": "active", "last_heartbeat": 1727000000}, + {"stream_id": "STREAM_003", "status": "inactive", "last_heartbeat": 1726000000} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/init/telemetry/beta.json b/shellops/assets/ShellOps_2787d29b33/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b65a1df55510131e28048316b11323e2a69db4db --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/init/telemetry/beta.json @@ -0,0 +1,4 @@ +[ + {"stream_id": "STREAM_002", "status": "active", "last_heartbeat": 1727000001}, + {"stream_id": "STREAM_004", "status": "active", "last_heartbeat": 1727999999} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/init/telemetry/distractor.json b/shellops/assets/ShellOps_2787d29b33/init/telemetry/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..5d6cf9759841c8c19fca90bab9a1c57d0d611e06 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/init/telemetry/distractor.json @@ -0,0 +1,3 @@ +[ + {"stream_id": "IGNORED_001", "status": "active", "last_heartbeat": 1725000000} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_2787d29b33/init/telemetry/gamma.json b/shellops/assets/ShellOps_2787d29b33/init/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..750c6e7651f4bae58b6ebce7e402121690125ad0 --- /dev/null +++ b/shellops/assets/ShellOps_2787d29b33/init/telemetry/gamma.json @@ -0,0 +1,5 @@ +[ + {"stream_id": "STREAM_005", "status": "active", "last_heartbeat": 1725000000}, + {"stream_id": "STREAM_006", "status": "active", "last_heartbeat": 1729000000}, + {"stream_id": "STREAM_007", "status": "paused", "last_heartbeat": 1723000000} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_27b00217cc/gold/distractor/ignore.log b/shellops/assets/ShellOps_27b00217cc/gold/distractor/ignore.log new file mode 100644 index 0000000000000000000000000000000000000000..857e7782f07ebfe91206a1e5338fa864ac7cbb56 --- /dev/null +++ b/shellops/assets/ShellOps_27b00217cc/gold/distractor/ignore.log @@ -0,0 +1 @@ +2024-04-10 INFO: No schema changes detected \ No newline at end of file diff --git a/shellops/assets/ShellOps_27b00217cc/gold/high_risk_changes.tsv b/shellops/assets/ShellOps_27b00217cc/gold/high_risk_changes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..afc8bfca59a0fe8d302b684f37f16e45fb2325f6 --- /dev/null +++ b/shellops/assets/ShellOps_27b00217cc/gold/high_risk_changes.tsv @@ -0,0 +1,4 @@ +timestamp change_type schema_name +2024-04-05 ALTER users +2024-04-12 DROP legacy_logs +2024-04-02 DROP old_config diff --git a/shellops/assets/ShellOps_27b00217cc/gold/schema_modification_log.tsv b/shellops/assets/ShellOps_27b00217cc/gold/schema_modification_log.tsv new file mode 100644 index 0000000000000000000000000000000000000000..22f37539a5b172cc412ae9bf230d16393c34202b --- /dev/null +++ b/shellops/assets/ShellOps_27b00217cc/gold/schema_modification_log.tsv @@ -0,0 +1,7 @@ +timestamp change_type schema_name +2024-03-15 CREATE inventory +2024-04-05 ALTER users +2024-04-12 DROP legacy_logs +2024-03-28 ALTER payments +2024-04-18 CREATE metrics +2024-04-02 DROP old_config diff --git a/shellops/assets/ShellOps_27b00217cc/init/distractor/ignore.log b/shellops/assets/ShellOps_27b00217cc/init/distractor/ignore.log new file mode 100644 index 0000000000000000000000000000000000000000..857e7782f07ebfe91206a1e5338fa864ac7cbb56 --- /dev/null +++ b/shellops/assets/ShellOps_27b00217cc/init/distractor/ignore.log @@ -0,0 +1 @@ +2024-04-10 INFO: No schema changes detected \ No newline at end of file diff --git a/shellops/assets/ShellOps_27b00217cc/init/schema_modification_log.tsv b/shellops/assets/ShellOps_27b00217cc/init/schema_modification_log.tsv new file mode 100644 index 0000000000000000000000000000000000000000..22f37539a5b172cc412ae9bf230d16393c34202b --- /dev/null +++ b/shellops/assets/ShellOps_27b00217cc/init/schema_modification_log.tsv @@ -0,0 +1,7 @@ +timestamp change_type schema_name +2024-03-15 CREATE inventory +2024-04-05 ALTER users +2024-04-12 DROP legacy_logs +2024-03-28 ALTER payments +2024-04-18 CREATE metrics +2024-04-02 DROP old_config diff --git a/shellops/assets/ShellOps_27be850a86/gold/excluded_devices.txt b/shellops/assets/ShellOps_27be850a86/gold/excluded_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a85b7f2e8113aa855bc95e34cc722d5d12109790 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/gold/excluded_devices.txt @@ -0,0 +1,3 @@ +dev_001 +dev_004 +dev_999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/gold/failed_but_not_excluded.txt b/shellops/assets/ShellOps_27be850a86/gold/failed_but_not_excluded.txt new file mode 100644 index 0000000000000000000000000000000000000000..55169c9f2047a988ccd0ff383809e6b9158f83bb --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/gold/failed_but_not_excluded.txt @@ -0,0 +1 @@ +dev_003 diff --git a/shellops/assets/ShellOps_27be850a86/gold/scans/host_alpha.json b/shellops/assets/ShellOps_27be850a86/gold/scans/host_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..97468bcc0091eebba9cfc8891b20f50140040708 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/gold/scans/host_alpha.json @@ -0,0 +1,2 @@ +{"device_id": "dev_001", "status": "failed", "scan_time": "2024-05-20T10:00:00Z"} +{"device_id": "dev_002", "status": "passed", "scan_time": "2024-05-20T10:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/gold/scans/host_beta.json b/shellops/assets/ShellOps_27be850a86/gold/scans/host_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..76d07f2c7e9a0026e3b478daad23efccd90952a8 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/gold/scans/host_beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_003", "status": "failed", "scan_time": "2024-05-20T11:00:00Z"} +{"device_id": "dev_004", "status": "failed", "scan_time": "2024-05-20T11:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/gold/scans/host_gamma.json b/shellops/assets/ShellOps_27be850a86/gold/scans/host_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..e1a7b3bc948df4582339360cb11a7d4f4414fb73 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/gold/scans/host_gamma.json @@ -0,0 +1,2 @@ +{"device_id": "dev_005", "status": "passed", "scan_time": "2024-05-20T12:00:00Z"} +{"device_id": "dev_001", "status": "failed", "scan_time": "2024-05-20T12:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/gold/scans/notes.txt b/shellops/assets/ShellOps_27be850a86/gold/scans/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fa0ffbe97b990497902f2bfa08913c50817f069 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/gold/scans/notes.txt @@ -0,0 +1 @@ +Archive logs and legacy scan outputs are stored in the archive/ subdirectory. \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/init/excluded_devices.txt b/shellops/assets/ShellOps_27be850a86/init/excluded_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a85b7f2e8113aa855bc95e34cc722d5d12109790 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/init/excluded_devices.txt @@ -0,0 +1,3 @@ +dev_001 +dev_004 +dev_999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/init/scans/host_alpha.json b/shellops/assets/ShellOps_27be850a86/init/scans/host_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..97468bcc0091eebba9cfc8891b20f50140040708 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/init/scans/host_alpha.json @@ -0,0 +1,2 @@ +{"device_id": "dev_001", "status": "failed", "scan_time": "2024-05-20T10:00:00Z"} +{"device_id": "dev_002", "status": "passed", "scan_time": "2024-05-20T10:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/init/scans/host_beta.json b/shellops/assets/ShellOps_27be850a86/init/scans/host_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..76d07f2c7e9a0026e3b478daad23efccd90952a8 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/init/scans/host_beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_003", "status": "failed", "scan_time": "2024-05-20T11:00:00Z"} +{"device_id": "dev_004", "status": "failed", "scan_time": "2024-05-20T11:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/init/scans/host_gamma.json b/shellops/assets/ShellOps_27be850a86/init/scans/host_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..e1a7b3bc948df4582339360cb11a7d4f4414fb73 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/init/scans/host_gamma.json @@ -0,0 +1,2 @@ +{"device_id": "dev_005", "status": "passed", "scan_time": "2024-05-20T12:00:00Z"} +{"device_id": "dev_001", "status": "failed", "scan_time": "2024-05-20T12:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_27be850a86/init/scans/notes.txt b/shellops/assets/ShellOps_27be850a86/init/scans/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fa0ffbe97b990497902f2bfa08913c50817f069 --- /dev/null +++ b/shellops/assets/ShellOps_27be850a86/init/scans/notes.txt @@ -0,0 +1 @@ +Archive logs and legacy scan outputs are stored in the archive/ subdirectory. \ No newline at end of file diff --git a/shellops/assets/ShellOps_27e1631fda/gold/approved_routers.txt b/shellops/assets/ShellOps_27e1631fda/gold/approved_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb107964a96beb998eb9ee5a7289ec83b1693236 --- /dev/null +++ b/shellops/assets/ShellOps_27e1631fda/gold/approved_routers.txt @@ -0,0 +1,5 @@ +XR1000 +XR2000 +XR3000 +ASR9000 +ASR9200 diff --git a/shellops/assets/ShellOps_27e1631fda/gold/hardware.xml b/shellops/assets/ShellOps_27e1631fda/gold/hardware.xml new file mode 100644 index 0000000000000000000000000000000000000000..7dfe9ef7762a1b2a7d7702eb96b8363e7d1d39b7 --- /dev/null +++ b/shellops/assets/ShellOps_27e1631fda/gold/hardware.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_27e1631fda/gold/notes.md b/shellops/assets/ShellOps_27e1631fda/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bb73c4d4b23d268228b47a045676456fc0179f67 --- /dev/null +++ b/shellops/assets/ShellOps_27e1631fda/gold/notes.md @@ -0,0 +1,3 @@ +# Hardware Audit Notes +- XR3000: pending procurement +- ASR9000: legacy model, decommissioned diff --git a/shellops/assets/ShellOps_27e1631fda/init/approved_routers.txt b/shellops/assets/ShellOps_27e1631fda/init/approved_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb107964a96beb998eb9ee5a7289ec83b1693236 --- /dev/null +++ b/shellops/assets/ShellOps_27e1631fda/init/approved_routers.txt @@ -0,0 +1,5 @@ +XR1000 +XR2000 +XR3000 +ASR9000 +ASR9200 diff --git a/shellops/assets/ShellOps_27e1631fda/init/hardware.xml b/shellops/assets/ShellOps_27e1631fda/init/hardware.xml new file mode 100644 index 0000000000000000000000000000000000000000..7dfe9ef7762a1b2a7d7702eb96b8363e7d1d39b7 --- /dev/null +++ b/shellops/assets/ShellOps_27e1631fda/init/hardware.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_27e1631fda/init/notes.md b/shellops/assets/ShellOps_27e1631fda/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bb73c4d4b23d268228b47a045676456fc0179f67 --- /dev/null +++ b/shellops/assets/ShellOps_27e1631fda/init/notes.md @@ -0,0 +1,3 @@ +# Hardware Audit Notes +- XR3000: pending procurement +- ASR9000: legacy model, decommissioned diff --git a/shellops/assets/ShellOps_28163aff90/gold/isolated_items.out b/shellops/assets/ShellOps_28163aff90/gold/isolated_items.out new file mode 100644 index 0000000000000000000000000000000000000000..e58f21ac611934cc6cf36bed46ba94399778d76f --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/gold/isolated_items.out @@ -0,0 +1,6 @@ +item_103 7 +item_104 2 +item_106 1 +item_107 6 +item_108 3 +item_109 4 diff --git a/shellops/assets/ShellOps_28163aff90/gold/zone_data/.keep b/shellops/assets/ShellOps_28163aff90/gold/zone_data/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_a.toml b/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_a.toml new file mode 100644 index 0000000000000000000000000000000000000000..11a353f6ff2535f5252d41cd0bb27eacd99b5300 --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_a.toml @@ -0,0 +1,4 @@ +item_101=5 +item_102=3 +item_103=7 +item_104=2 diff --git a/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_b.toml b/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_b.toml new file mode 100644 index 0000000000000000000000000000000000000000..c835dd709107763036c662ff035c4e50c9b28a20 --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_b.toml @@ -0,0 +1,4 @@ +item_101=3 +item_105=4 +item_106=1 +item_107=6 diff --git a/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_c.toml b/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_c.toml new file mode 100644 index 0000000000000000000000000000000000000000..608bfad1fe3c833ab7d2c16556e544d38c458ad0 --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/gold/zone_data/zone_c.toml @@ -0,0 +1,4 @@ +item_102=2 +item_105=5 +item_108=3 +item_109=4 diff --git a/shellops/assets/ShellOps_28163aff90/init/zone_data/.keep b/shellops/assets/ShellOps_28163aff90/init/zone_data/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_a.toml b/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_a.toml new file mode 100644 index 0000000000000000000000000000000000000000..11a353f6ff2535f5252d41cd0bb27eacd99b5300 --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_a.toml @@ -0,0 +1,4 @@ +item_101=5 +item_102=3 +item_103=7 +item_104=2 diff --git a/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_b.toml b/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_b.toml new file mode 100644 index 0000000000000000000000000000000000000000..c835dd709107763036c662ff035c4e50c9b28a20 --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_b.toml @@ -0,0 +1,4 @@ +item_101=3 +item_105=4 +item_106=1 +item_107=6 diff --git a/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_c.toml b/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_c.toml new file mode 100644 index 0000000000000000000000000000000000000000..608bfad1fe3c833ab7d2c16556e544d38c458ad0 --- /dev/null +++ b/shellops/assets/ShellOps_28163aff90/init/zone_data/zone_c.toml @@ -0,0 +1,4 @@ +item_102=2 +item_105=5 +item_108=3 +item_109=4 diff --git a/shellops/assets/ShellOps_289082eba4/gold/device_config.xml b/shellops/assets/ShellOps_289082eba4/gold/device_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..e2e3b018fc0631786333b865bd17c728806c7f1c --- /dev/null +++ b/shellops/assets/ShellOps_289082eba4/gold/device_config.xml @@ -0,0 +1,7 @@ + + + rotary_encoder + touch_screen + usb_c_adapter + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_289082eba4/gold/missing_peripherals.txt b/shellops/assets/ShellOps_289082eba4/gold/missing_peripherals.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd5203177f21529516a435da9cd9a4bbb4c28fe1 --- /dev/null +++ b/shellops/assets/ShellOps_289082eba4/gold/missing_peripherals.txt @@ -0,0 +1,2 @@ +rgb_led +thermal_probe diff --git a/shellops/assets/ShellOps_289082eba4/gold/peripherals.txt b/shellops/assets/ShellOps_289082eba4/gold/peripherals.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aeff13766b8fad8a77f0887cca3cb6edb5a3c72 --- /dev/null +++ b/shellops/assets/ShellOps_289082eba4/gold/peripherals.txt @@ -0,0 +1,5 @@ +thermal_probe +rotary_encoder +rgb_led +touch_screen +usb_c_adapter \ No newline at end of file diff --git a/shellops/assets/ShellOps_289082eba4/init/device_config.xml b/shellops/assets/ShellOps_289082eba4/init/device_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..e2e3b018fc0631786333b865bd17c728806c7f1c --- /dev/null +++ b/shellops/assets/ShellOps_289082eba4/init/device_config.xml @@ -0,0 +1,7 @@ + + + rotary_encoder + touch_screen + usb_c_adapter + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_289082eba4/init/peripherals.txt b/shellops/assets/ShellOps_289082eba4/init/peripherals.txt new file mode 100644 index 0000000000000000000000000000000000000000..5aeff13766b8fad8a77f0887cca3cb6edb5a3c72 --- /dev/null +++ b/shellops/assets/ShellOps_289082eba4/init/peripherals.txt @@ -0,0 +1,5 @@ +thermal_probe +rotary_encoder +rgb_led +touch_screen +usb_c_adapter \ No newline at end of file diff --git a/shellops/assets/ShellOps_292deb4c4b/gold/deployments.log b/shellops/assets/ShellOps_292deb4c4b/gold/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..3270038aef59d82773ff4799e94d5d83c5c0c5c4 --- /dev/null +++ b/shellops/assets/ShellOps_292deb4c4b/gold/deployments.log @@ -0,0 +1,11 @@ +2024-05-15T08:12:34 INFO container launched with env=prod instance_id=xyz +2024-05-15T08:13:45 INFO container launched with env=staging instance_id=abc +2024-05-15T08:14:56 WARN container launched with env=qa instance_id=def +2024-05-15T08:15:07 INFO container launched with env=dev instance_id=ghi +2024-05-15T08:16:18 ERROR container launched with env=experimental instance_id=jkl +2024-05-15T08:17:29 INFO container launched with env=prod instance_id=mno +2024-05-15T08:18:40 INFO container launched with env=dev instance_id=pqr +2024-05-15T08:19:51 INFO container launched with env=staging:old instance_id=stu +2024-05-15T08:20:02 WARN container launched with env=test instance_id=vwx +2024-05-15T08:21:13 INFO container launched with env=experimental instance_id=yza +2024-05-15T08:22:24 INFO container launched with env=qa instance_id=bcd diff --git a/shellops/assets/ShellOps_292deb4c4b/gold/environments.tsv b/shellops/assets/ShellOps_292deb4c4b/gold/environments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..16cc550649dab6321ef8f61edd93a9b6085c90c5 --- /dev/null +++ b/shellops/assets/ShellOps_292deb4c4b/gold/environments.tsv @@ -0,0 +1,6 @@ +env priority +dev low +prod high +staging medium +test low +qa medium diff --git a/shellops/assets/ShellOps_292deb4c4b/gold/mismatches.txt b/shellops/assets/ShellOps_292deb4c4b/gold/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..9839eb20815b5cfd613a6234926497b048afa85d --- /dev/null +++ b/shellops/assets/ShellOps_292deb4c4b/gold/mismatches.txt @@ -0,0 +1 @@ +experimental diff --git a/shellops/assets/ShellOps_292deb4c4b/init/deployments.log b/shellops/assets/ShellOps_292deb4c4b/init/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..3270038aef59d82773ff4799e94d5d83c5c0c5c4 --- /dev/null +++ b/shellops/assets/ShellOps_292deb4c4b/init/deployments.log @@ -0,0 +1,11 @@ +2024-05-15T08:12:34 INFO container launched with env=prod instance_id=xyz +2024-05-15T08:13:45 INFO container launched with env=staging instance_id=abc +2024-05-15T08:14:56 WARN container launched with env=qa instance_id=def +2024-05-15T08:15:07 INFO container launched with env=dev instance_id=ghi +2024-05-15T08:16:18 ERROR container launched with env=experimental instance_id=jkl +2024-05-15T08:17:29 INFO container launched with env=prod instance_id=mno +2024-05-15T08:18:40 INFO container launched with env=dev instance_id=pqr +2024-05-15T08:19:51 INFO container launched with env=staging:old instance_id=stu +2024-05-15T08:20:02 WARN container launched with env=test instance_id=vwx +2024-05-15T08:21:13 INFO container launched with env=experimental instance_id=yza +2024-05-15T08:22:24 INFO container launched with env=qa instance_id=bcd diff --git a/shellops/assets/ShellOps_292deb4c4b/init/environments.tsv b/shellops/assets/ShellOps_292deb4c4b/init/environments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..16cc550649dab6321ef8f61edd93a9b6085c90c5 --- /dev/null +++ b/shellops/assets/ShellOps_292deb4c4b/init/environments.tsv @@ -0,0 +1,6 @@ +env priority +dev low +prod high +staging medium +test low +qa medium diff --git a/shellops/assets/ShellOps_294aa3936f/gold/allowed_searches.json b/shellops/assets/ShellOps_294aa3936f/gold/allowed_searches.json new file mode 100644 index 0000000000000000000000000000000000000000..2ae3369cc7906dd70bb18dafee257fc58cbc4441 --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/gold/allowed_searches.json @@ -0,0 +1 @@ +{"allowed": ["system update emergency", "emergency protocol"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_294aa3936f/gold/flagged_emergencies.txt b/shellops/assets/ShellOps_294aa3936f/gold/flagged_emergencies.txt new file mode 100644 index 0000000000000000000000000000000000000000..3298a6be299cb57e59bd7e777cf2b7c9f33d26c2 --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/gold/flagged_emergencies.txt @@ -0,0 +1 @@ +ERROR: 'emergency' not recognized for user 45 diff --git a/shellops/assets/ShellOps_294aa3936f/gold/recent_searches/api_20240517.log b/shellops/assets/ShellOps_294aa3936f/gold/recent_searches/api_20240517.log new file mode 100644 index 0000000000000000000000000000000000000000..9d60fbfb112f80da3955af79cf1e652b23d5fcef --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/gold/recent_searches/api_20240517.log @@ -0,0 +1,2 @@ +WARN: Emergency override triggered by IP 192.168.1.22 +INFO: Normal search for 'routing table' completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_294aa3936f/gold/recent_searches/app_20240517.log b/shellops/assets/ShellOps_294aa3936f/gold/recent_searches/app_20240517.log new file mode 100644 index 0000000000000000000000000000000000000000..d070168b88b386a8c6e13d658e82e429bc1205ba --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/gold/recent_searches/app_20240517.log @@ -0,0 +1,3 @@ +INFO: User searched for 'system update emergency' +DEBUG: Query 'emergency protocol' initiated +ERROR: 'emergency' not recognized for user 45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_294aa3936f/init/allowed_searches.json b/shellops/assets/ShellOps_294aa3936f/init/allowed_searches.json new file mode 100644 index 0000000000000000000000000000000000000000..2ae3369cc7906dd70bb18dafee257fc58cbc4441 --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/init/allowed_searches.json @@ -0,0 +1 @@ +{"allowed": ["system update emergency", "emergency protocol"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_294aa3936f/init/recent_searches/api_20240517.log b/shellops/assets/ShellOps_294aa3936f/init/recent_searches/api_20240517.log new file mode 100644 index 0000000000000000000000000000000000000000..9d60fbfb112f80da3955af79cf1e652b23d5fcef --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/init/recent_searches/api_20240517.log @@ -0,0 +1,2 @@ +WARN: Emergency override triggered by IP 192.168.1.22 +INFO: Normal search for 'routing table' completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_294aa3936f/init/recent_searches/app_20240517.log b/shellops/assets/ShellOps_294aa3936f/init/recent_searches/app_20240517.log new file mode 100644 index 0000000000000000000000000000000000000000..d070168b88b386a8c6e13d658e82e429bc1205ba --- /dev/null +++ b/shellops/assets/ShellOps_294aa3936f/init/recent_searches/app_20240517.log @@ -0,0 +1,3 @@ +INFO: User searched for 'system update emergency' +DEBUG: Query 'emergency protocol' initiated +ERROR: 'emergency' not recognized for user 45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_a.conf b/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..f1d7cee827df43a618d435ecaa623e8ac562c336 --- /dev/null +++ b/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_a.conf @@ -0,0 +1,5 @@ +endpoint: /v1/users +rate_limit: 100 + +endpoint: /v1/posts +rate_limit: 200 diff --git a/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_b.conf b/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..79b938004f542f9535abed628ccb348dd9fdb085 --- /dev/null +++ b/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_b.conf @@ -0,0 +1,5 @@ +endpoint: /v1/comments +rate_limit: 150 + +endpoint: /v1/likes +rate_limit: 300 diff --git a/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_c.conf b/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..440aa2a42a8ec470e4ad29d80900333f3cc08f31 --- /dev/null +++ b/shellops/assets/ShellOps_29787f4b59/gold/api_configs/service_c.conf @@ -0,0 +1,2 @@ +endpoint: /v1/shares +rate_limit: 250 diff --git a/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_a.conf b/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..f1d7cee827df43a618d435ecaa623e8ac562c336 --- /dev/null +++ b/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_a.conf @@ -0,0 +1,5 @@ +endpoint: /v1/users +rate_limit: 100 + +endpoint: /v1/posts +rate_limit: 200 diff --git a/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_b.conf b/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..79b938004f542f9535abed628ccb348dd9fdb085 --- /dev/null +++ b/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_b.conf @@ -0,0 +1,5 @@ +endpoint: /v1/comments +rate_limit: 150 + +endpoint: /v1/likes +rate_limit: 300 diff --git a/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_c.conf b/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..440aa2a42a8ec470e4ad29d80900333f3cc08f31 --- /dev/null +++ b/shellops/assets/ShellOps_29787f4b59/init/api_configs/service_c.conf @@ -0,0 +1,2 @@ +endpoint: /v1/shares +rate_limit: 250 diff --git a/shellops/assets/ShellOps_29946ac174/gold/active_controllers.txt b/shellops/assets/ShellOps_29946ac174/gold/active_controllers.txt new file mode 100644 index 0000000000000000000000000000000000000000..94dbc39e0a37fe9b52f4ce64fe3082540a2ca2af --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/gold/active_controllers.txt @@ -0,0 +1,5 @@ +Connected devices: +Device A: 00:1A:3F:2B:55:7C (Active) +Device B: 10:AE:60:FE:D1:22 +Device C: D4:8C:9A:BB:1E:FF (Pending) +Device D: Invalid MAC: GH:IJ:KL:MN:OP:QR \ No newline at end of file diff --git a/shellops/assets/ShellOps_29946ac174/gold/irrelevant.log b/shellops/assets/ShellOps_29946ac174/gold/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..de7e972e70361199ccc63057752db30080ebaada --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/gold/irrelevant.log @@ -0,0 +1,2 @@ +2024-05-15T08:30:45 [INFO] Firmware upgrade initiated +2024-05-15T08:31:10 [DEBUG] Checking system dependencies \ No newline at end of file diff --git a/shellops/assets/ShellOps_29946ac174/gold/policy.xml b/shellops/assets/ShellOps_29946ac174/gold/policy.xml new file mode 100644 index 0000000000000000000000000000000000000000..34054f29c026ddfef3f4997a7c6e7fcfbd50ed50 --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/gold/policy.xml @@ -0,0 +1,7 @@ + + + 10:ae:60:fe:d1:22 + d4:8c:9a:bb:1e:ff + 02:5A:3C:88:91:BD + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_29946ac174/gold/security_discrepancies.csv b/shellops/assets/ShellOps_29946ac174/gold/security_discrepancies.csv new file mode 100644 index 0000000000000000000000000000000000000000..ebe55c95a0c460b4ac9b023dc4be36bb8d9802ce --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/gold/security_discrepancies.csv @@ -0,0 +1 @@ +00:1a:3f:2b:55:7c diff --git a/shellops/assets/ShellOps_29946ac174/init/active_controllers.txt b/shellops/assets/ShellOps_29946ac174/init/active_controllers.txt new file mode 100644 index 0000000000000000000000000000000000000000..94dbc39e0a37fe9b52f4ce64fe3082540a2ca2af --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/init/active_controllers.txt @@ -0,0 +1,5 @@ +Connected devices: +Device A: 00:1A:3F:2B:55:7C (Active) +Device B: 10:AE:60:FE:D1:22 +Device C: D4:8C:9A:BB:1E:FF (Pending) +Device D: Invalid MAC: GH:IJ:KL:MN:OP:QR \ No newline at end of file diff --git a/shellops/assets/ShellOps_29946ac174/init/irrelevant.log b/shellops/assets/ShellOps_29946ac174/init/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..de7e972e70361199ccc63057752db30080ebaada --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/init/irrelevant.log @@ -0,0 +1,2 @@ +2024-05-15T08:30:45 [INFO] Firmware upgrade initiated +2024-05-15T08:31:10 [DEBUG] Checking system dependencies \ No newline at end of file diff --git a/shellops/assets/ShellOps_29946ac174/init/policy.xml b/shellops/assets/ShellOps_29946ac174/init/policy.xml new file mode 100644 index 0000000000000000000000000000000000000000..34054f29c026ddfef3f4997a7c6e7fcfbd50ed50 --- /dev/null +++ b/shellops/assets/ShellOps_29946ac174/init/policy.xml @@ -0,0 +1,7 @@ + + + 10:ae:60:fe:d1:22 + d4:8c:9a:bb:1e:ff + 02:5A:3C:88:91:BD + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_29a067da1d/gold/runs/.keep b/shellops/assets/ShellOps_29a067da1d/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_29a067da1d/gold/runs/exp1.yaml b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ca087d5973f5ac51e5ce42818fa41e1a099d9152 --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp1.yaml @@ -0,0 +1,3 @@ +processor_count: 8 +memory_limit: 16GB +storage_type: ssd diff --git a/shellops/assets/ShellOps_29a067da1d/gold/runs/exp2.yaml b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14facc81ce432377c9a30a2b473f4617aa96bebc --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp2.yaml @@ -0,0 +1,3 @@ +processor_count: 4 +storage_type: hdd +network_mode: bridge diff --git a/shellops/assets/ShellOps_29a067da1d/gold/runs/exp3.yaml b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..77df23768b4957fd75fb7bdecff717aa32caea67 --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp3.yaml @@ -0,0 +1,3 @@ +processor_count: 16 +memory_limit: 32GB +storage_type: ssd diff --git a/shellops/assets/ShellOps_29a067da1d/gold/runs/exp4.yaml b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fbdde472c345f4de18a7e101728e08cb36d7fa2e --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/gold/runs/exp4.yaml @@ -0,0 +1,3 @@ +memory_limit: 64GB +storage_type: ssd +network_mode: host diff --git a/shellops/assets/ShellOps_29a067da1d/init/runs/.keep b/shellops/assets/ShellOps_29a067da1d/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_29a067da1d/init/runs/exp1.yaml b/shellops/assets/ShellOps_29a067da1d/init/runs/exp1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ca087d5973f5ac51e5ce42818fa41e1a099d9152 --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/init/runs/exp1.yaml @@ -0,0 +1,3 @@ +processor_count: 8 +memory_limit: 16GB +storage_type: ssd diff --git a/shellops/assets/ShellOps_29a067da1d/init/runs/exp2.yaml b/shellops/assets/ShellOps_29a067da1d/init/runs/exp2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14facc81ce432377c9a30a2b473f4617aa96bebc --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/init/runs/exp2.yaml @@ -0,0 +1,3 @@ +processor_count: 4 +storage_type: hdd +network_mode: bridge diff --git a/shellops/assets/ShellOps_29a067da1d/init/runs/exp3.yaml b/shellops/assets/ShellOps_29a067da1d/init/runs/exp3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..77df23768b4957fd75fb7bdecff717aa32caea67 --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/init/runs/exp3.yaml @@ -0,0 +1,3 @@ +processor_count: 16 +memory_limit: 32GB +storage_type: ssd diff --git a/shellops/assets/ShellOps_29a067da1d/init/runs/exp4.yaml b/shellops/assets/ShellOps_29a067da1d/init/runs/exp4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fbdde472c345f4de18a7e101728e08cb36d7fa2e --- /dev/null +++ b/shellops/assets/ShellOps_29a067da1d/init/runs/exp4.yaml @@ -0,0 +1,3 @@ +memory_limit: 64GB +storage_type: ssd +network_mode: host diff --git a/shellops/assets/ShellOps_29ae0deb1c/gold/alerts/network_report.json b/shellops/assets/ShellOps_29ae0deb1c/gold/alerts/network_report.json new file mode 100644 index 0000000000000000000000000000000000000000..83c1c3840ae9550fe81c255fb6c853aef09b5025 --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/gold/alerts/network_report.json @@ -0,0 +1 @@ +{"alerts": [{"cve_id": "CVE-2024-1234", "severity": "critical"}, {"cve_id": "CVE-2024-5678", "severity": "high"}, {"cve_id": "CVE-2024-9012", "severity": "critical"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_29ae0deb1c/gold/distractor/old_scan.log b/shellops/assets/ShellOps_29ae0deb1c/gold/distractor/old_scan.log new file mode 100644 index 0000000000000000000000000000000000000000..57f4baeba919ee5ab12ce1820550238cb160d39c --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/gold/distractor/old_scan.log @@ -0,0 +1 @@ +[WARNING] CVE-2022-0001 detected but not critical \ No newline at end of file diff --git a/shellops/assets/ShellOps_29ae0deb1c/gold/exceptions/mitigated_cves.txt b/shellops/assets/ShellOps_29ae0deb1c/gold/exceptions/mitigated_cves.txt new file mode 100644 index 0000000000000000000000000000000000000000..75f7f38c4f0d3b80b2651d529020c6be6374b75d --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/gold/exceptions/mitigated_cves.txt @@ -0,0 +1,2 @@ +CVE-2024-9012 +CVE-2023-4567 \ No newline at end of file diff --git a/shellops/assets/ShellOps_29ae0deb1c/gold/unresolved_critical.txt b/shellops/assets/ShellOps_29ae0deb1c/gold/unresolved_critical.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8c9815863712499c0ab0879bc00bf194ea8f936 --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/gold/unresolved_critical.txt @@ -0,0 +1 @@ +CVE-2024-1234 diff --git a/shellops/assets/ShellOps_29ae0deb1c/init/alerts/network_report.json b/shellops/assets/ShellOps_29ae0deb1c/init/alerts/network_report.json new file mode 100644 index 0000000000000000000000000000000000000000..83c1c3840ae9550fe81c255fb6c853aef09b5025 --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/init/alerts/network_report.json @@ -0,0 +1 @@ +{"alerts": [{"cve_id": "CVE-2024-1234", "severity": "critical"}, {"cve_id": "CVE-2024-5678", "severity": "high"}, {"cve_id": "CVE-2024-9012", "severity": "critical"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_29ae0deb1c/init/distractor/old_scan.log b/shellops/assets/ShellOps_29ae0deb1c/init/distractor/old_scan.log new file mode 100644 index 0000000000000000000000000000000000000000..57f4baeba919ee5ab12ce1820550238cb160d39c --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/init/distractor/old_scan.log @@ -0,0 +1 @@ +[WARNING] CVE-2022-0001 detected but not critical \ No newline at end of file diff --git a/shellops/assets/ShellOps_29ae0deb1c/init/exceptions/mitigated_cves.txt b/shellops/assets/ShellOps_29ae0deb1c/init/exceptions/mitigated_cves.txt new file mode 100644 index 0000000000000000000000000000000000000000..75f7f38c4f0d3b80b2651d529020c6be6374b75d --- /dev/null +++ b/shellops/assets/ShellOps_29ae0deb1c/init/exceptions/mitigated_cves.txt @@ -0,0 +1,2 @@ +CVE-2024-9012 +CVE-2023-4567 \ No newline at end of file diff --git a/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/datagen_test.go b/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/datagen_test.go new file mode 100644 index 0000000000000000000000000000000000000000..cb0a15c8839605efbc4b04d0f8e91ffc9149e2df --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/datagen_test.go @@ -0,0 +1,10 @@ +package util_test + +import ( + "pkg/util/v2/helpers" + "testing" +) + +func TestGenerateID(t *testing.T) { + // Test logic +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/legacy/old_test.go b/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/legacy/old_test.go new file mode 100644 index 0000000000000000000000000000000000000000..88a8474af13e12a085fa2c273ec8ccf88a970dd8 --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/legacy/old_test.go @@ -0,0 +1,5 @@ +package legacy_test + +import "pkg/util/v2/helpers" + +// Deprecated tests \ No newline at end of file diff --git a/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/validation_test.go b/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/validation_test.go new file mode 100644 index 0000000000000000000000000000000000000000..5122fb3be77c00bb902828565cc9af7fdf9533fe --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/gold/pkg/util/validation_test.go @@ -0,0 +1,8 @@ +package util_test + +import ( + "testing" + "pkg/util/v2/helpers" +) + +func TestValidateInput(t *testing.T) {} \ No newline at end of file diff --git a/shellops/assets/ShellOps_29c15def8c/gold/util_test_changes.txt b/shellops/assets/ShellOps_29c15def8c/gold/util_test_changes.txt new file mode 100644 index 0000000000000000000000000000000000000000..468208e5fa91ce582d5cf46a011907fb415964e5 --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/gold/util_test_changes.txt @@ -0,0 +1,3 @@ +pkg/util/datagen_test.go +pkg/util/validation_test.go +pkg/util/legacy/old_test.go diff --git a/shellops/assets/ShellOps_29c15def8c/init/.tmp/.keep b/shellops/assets/ShellOps_29c15def8c/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_29c15def8c/init/pkg/util/datagen_test.go b/shellops/assets/ShellOps_29c15def8c/init/pkg/util/datagen_test.go new file mode 100644 index 0000000000000000000000000000000000000000..574815d7836a3bf8f66419edf59b3ed87cf87fdb --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/init/pkg/util/datagen_test.go @@ -0,0 +1,10 @@ +package util_test + +import ( + "helpers" + "testing" +) + +func TestGenerateID(t *testing.T) { + // Test logic +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_29c15def8c/init/pkg/util/legacy/old_test.go b/shellops/assets/ShellOps_29c15def8c/init/pkg/util/legacy/old_test.go new file mode 100644 index 0000000000000000000000000000000000000000..cb094be8fad594cee114b7c02bfe384a8435f0be --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/init/pkg/util/legacy/old_test.go @@ -0,0 +1,5 @@ +package legacy_test + +import "helpers" + +// Deprecated tests \ No newline at end of file diff --git a/shellops/assets/ShellOps_29c15def8c/init/pkg/util/validation_test.go b/shellops/assets/ShellOps_29c15def8c/init/pkg/util/validation_test.go new file mode 100644 index 0000000000000000000000000000000000000000..03319b45351e67012f8a7a2681a271ec00eeccc5 --- /dev/null +++ b/shellops/assets/ShellOps_29c15def8c/init/pkg/util/validation_test.go @@ -0,0 +1,8 @@ +package util_test + +import ( + "testing" + "helpers" +) + +func TestValidateInput(t *testing.T) {} \ No newline at end of file diff --git a/shellops/assets/ShellOps_29d5dd5241/gold/calibration_202404.log b/shellops/assets/ShellOps_29d5dd5241/gold/calibration_202404.log new file mode 100644 index 0000000000000000000000000000000000000000..2738d751646b228f641fa323b837116c63868774 --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/gold/calibration_202404.log @@ -0,0 +1,3 @@ +2024-04-15 08:30:22 [Component Tolerance] ID: 0x3A7F Status: OK +2024-04-15 09:15:47 [Component Tolerance] ID: 0x4BC2 Status: WARN +2024-04-15 10:02:33 [Component Tolerance] ID: 0x5E91 Status: FAIL \ No newline at end of file diff --git a/shellops/assets/ShellOps_29d5dd5241/gold/manufacturer_standards.tsv b/shellops/assets/ShellOps_29d5dd5241/gold/manufacturer_standards.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d1e5f43bb00b7ee8c5e490baa232c01423e57791 --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/gold/manufacturer_standards.tsv @@ -0,0 +1,3 @@ +Component HexCode Spec +Sensor_A 0x3A7F ±5% +Sensor_B 0x5E91 ±3% \ No newline at end of file diff --git a/shellops/assets/ShellOps_29d5dd5241/gold/missing_codes.txt b/shellops/assets/ShellOps_29d5dd5241/gold/missing_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..253df3967a4d45af779871a76740d62b0784b288 --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/gold/missing_codes.txt @@ -0,0 +1 @@ +0x4BC2 diff --git a/shellops/assets/ShellOps_29d5dd5241/gold/notes.md b/shellops/assets/ShellOps_29d5dd5241/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4ec594ae99e6c5a64980d470c6314589e0785c5a --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/gold/notes.md @@ -0,0 +1,2 @@ +# Diagnostic Log Analysis +This file contains notes on firmware diagnostics procedures. \ No newline at end of file diff --git a/shellops/assets/ShellOps_29d5dd5241/init/calibration_202404.log b/shellops/assets/ShellOps_29d5dd5241/init/calibration_202404.log new file mode 100644 index 0000000000000000000000000000000000000000..2738d751646b228f641fa323b837116c63868774 --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/init/calibration_202404.log @@ -0,0 +1,3 @@ +2024-04-15 08:30:22 [Component Tolerance] ID: 0x3A7F Status: OK +2024-04-15 09:15:47 [Component Tolerance] ID: 0x4BC2 Status: WARN +2024-04-15 10:02:33 [Component Tolerance] ID: 0x5E91 Status: FAIL \ No newline at end of file diff --git a/shellops/assets/ShellOps_29d5dd5241/init/manufacturer_standards.tsv b/shellops/assets/ShellOps_29d5dd5241/init/manufacturer_standards.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d1e5f43bb00b7ee8c5e490baa232c01423e57791 --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/init/manufacturer_standards.tsv @@ -0,0 +1,3 @@ +Component HexCode Spec +Sensor_A 0x3A7F ±5% +Sensor_B 0x5E91 ±3% \ No newline at end of file diff --git a/shellops/assets/ShellOps_29d5dd5241/init/notes.md b/shellops/assets/ShellOps_29d5dd5241/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4ec594ae99e6c5a64980d470c6314589e0785c5a --- /dev/null +++ b/shellops/assets/ShellOps_29d5dd5241/init/notes.md @@ -0,0 +1,2 @@ +# Diagnostic Log Analysis +This file contains notes on firmware diagnostics procedures. \ No newline at end of file diff --git a/shellops/assets/ShellOps_29e8563577/gold/runs/alpha.csv b/shellops/assets/ShellOps_29e8563577/gold/runs/alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..09ed7e726b9dc0246ebc52e95af1f57dc66585c1 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/gold/runs/alpha.csv @@ -0,0 +1,4 @@ +application,runtime_seconds +webui,120 +db,340 +webui,180 diff --git a/shellops/assets/ShellOps_29e8563577/gold/runs/beta.csv b/shellops/assets/ShellOps_29e8563577/gold/runs/beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..ed02e2329a0e001b8bcd8392ebcba2843bf8baf4 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/gold/runs/beta.csv @@ -0,0 +1,4 @@ +application,runtime_seconds +webui,90 +db,110 +cache,300 diff --git a/shellops/assets/ShellOps_29e8563577/gold/runs/gamma.csv b/shellops/assets/ShellOps_29e8563577/gold/runs/gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..765b29cf5cc3a7c23d40530ab54bd7ceb2ed2422 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/gold/runs/gamma.csv @@ -0,0 +1,3 @@ +application,runtime_seconds +cache,250 +worker,420 diff --git a/shellops/assets/ShellOps_29e8563577/gold/runs/notes.txt b/shellops/assets/ShellOps_29e8563577/gold/runs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..118d6ccaeea6fa6d689425e791917db24894b0f3 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/gold/runs/notes.txt @@ -0,0 +1 @@ +Distractor file with runtime mentions but not CSV data. diff --git a/shellops/assets/ShellOps_29e8563577/gold/runtime_ranking.tsv b/shellops/assets/ShellOps_29e8563577/gold/runtime_ranking.tsv new file mode 100644 index 0000000000000000000000000000000000000000..27a75eb5f5258d9c4beca355a040ea22c3460853 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/gold/runtime_ranking.tsv @@ -0,0 +1,4 @@ +cache|550 +db|450 +worker|420 +webui|390 diff --git a/shellops/assets/ShellOps_29e8563577/init/runs/alpha.csv b/shellops/assets/ShellOps_29e8563577/init/runs/alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..09ed7e726b9dc0246ebc52e95af1f57dc66585c1 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/init/runs/alpha.csv @@ -0,0 +1,4 @@ +application,runtime_seconds +webui,120 +db,340 +webui,180 diff --git a/shellops/assets/ShellOps_29e8563577/init/runs/beta.csv b/shellops/assets/ShellOps_29e8563577/init/runs/beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..ed02e2329a0e001b8bcd8392ebcba2843bf8baf4 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/init/runs/beta.csv @@ -0,0 +1,4 @@ +application,runtime_seconds +webui,90 +db,110 +cache,300 diff --git a/shellops/assets/ShellOps_29e8563577/init/runs/gamma.csv b/shellops/assets/ShellOps_29e8563577/init/runs/gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..765b29cf5cc3a7c23d40530ab54bd7ceb2ed2422 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/init/runs/gamma.csv @@ -0,0 +1,3 @@ +application,runtime_seconds +cache,250 +worker,420 diff --git a/shellops/assets/ShellOps_29e8563577/init/runs/notes.txt b/shellops/assets/ShellOps_29e8563577/init/runs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..118d6ccaeea6fa6d689425e791917db24894b0f3 --- /dev/null +++ b/shellops/assets/ShellOps_29e8563577/init/runs/notes.txt @@ -0,0 +1 @@ +Distractor file with runtime mentions but not CSV data. diff --git a/shellops/assets/ShellOps_2a207faad0/gold/active_scripts.txt b/shellops/assets/ShellOps_2a207faad0/gold/active_scripts.txt new file mode 100644 index 0000000000000000000000000000000000000000..470d65f0b48a9599785c70cd276f5ba61c9acd45 --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/gold/active_scripts.txt @@ -0,0 +1,5 @@ +Patient 208: Metformin 500mg twice daily +Patient 301: Lisinopril 10mg daily +Patient 145: Atorvastatin 20mg nightly +Patient 762: Insulin glargine once daily +Patient 409: Amlodipine 5mg daily \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a207faad0/gold/discharges.xml b/shellops/assets/ShellOps_2a207faad0/gold/discharges.xml new file mode 100644 index 0000000000000000000000000000000000000000..7ccb2f11aa55791f124ca800f38c2703368077e7 --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/gold/discharges.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a207faad0/gold/docs/notes.md b/shellops/assets/ShellOps_2a207faad0/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9c6099843af68ef1611347642e67435d3cae7806 --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/gold/docs/notes.md @@ -0,0 +1,3 @@ +# Discharge Protocol + +- Verify all medications are marked 'completed' before finalizing discharge. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a207faad0/gold/pending_review.txt b/shellops/assets/ShellOps_2a207faad0/gold/pending_review.txt new file mode 100644 index 0000000000000000000000000000000000000000..e07140be0bfeb53366910316abfd6aa8a2a226ad --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/gold/pending_review.txt @@ -0,0 +1,3 @@ +208 +301 +409 diff --git a/shellops/assets/ShellOps_2a207faad0/init/active_scripts.txt b/shellops/assets/ShellOps_2a207faad0/init/active_scripts.txt new file mode 100644 index 0000000000000000000000000000000000000000..470d65f0b48a9599785c70cd276f5ba61c9acd45 --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/init/active_scripts.txt @@ -0,0 +1,5 @@ +Patient 208: Metformin 500mg twice daily +Patient 301: Lisinopril 10mg daily +Patient 145: Atorvastatin 20mg nightly +Patient 762: Insulin glargine once daily +Patient 409: Amlodipine 5mg daily \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a207faad0/init/discharges.xml b/shellops/assets/ShellOps_2a207faad0/init/discharges.xml new file mode 100644 index 0000000000000000000000000000000000000000..7ccb2f11aa55791f124ca800f38c2703368077e7 --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/init/discharges.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a207faad0/init/docs/notes.md b/shellops/assets/ShellOps_2a207faad0/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9c6099843af68ef1611347642e67435d3cae7806 --- /dev/null +++ b/shellops/assets/ShellOps_2a207faad0/init/docs/notes.md @@ -0,0 +1,3 @@ +# Discharge Protocol + +- Verify all medications are marked 'completed' before finalizing discharge. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a2431ffd6/gold/debug.log b/shellops/assets/ShellOps_2a2431ffd6/gold/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..24fdad23df8a7383971deecc0a10ab9f8ba7cb8d --- /dev/null +++ b/shellops/assets/ShellOps_2a2431ffd6/gold/debug.log @@ -0,0 +1,5 @@ +2024-06-15T08:32:11 INFO UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +2024-06-15T08:32:12 ERROR UserAgent: Python-urllib/3.11 +2024-06-15T08:32:13 WARN UserAgent: Java/21.0.3.1 +2024-06-15T08:32:14 DEBUG UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +2024-06-15T08:32:15 INFO UserAgent: curl/8.5.0 diff --git a/shellops/assets/ShellOps_2a2431ffd6/gold/missing_agents.txt b/shellops/assets/ShellOps_2a2431ffd6/gold/missing_agents.txt new file mode 100644 index 0000000000000000000000000000000000000000..768707cdd22fbeb87bc2b89db16b161d93684dd2 --- /dev/null +++ b/shellops/assets/ShellOps_2a2431ffd6/gold/missing_agents.txt @@ -0,0 +1 @@ +PostmanRuntime/7.37.0 diff --git a/shellops/assets/ShellOps_2a2431ffd6/gold/user_agents.tsv b/shellops/assets/ShellOps_2a2431ffd6/gold/user_agents.tsv new file mode 100644 index 0000000000000000000000000000000000000000..eafd7537d637b99c29de0d43b4b83550a3e8d1bf --- /dev/null +++ b/shellops/assets/ShellOps_2a2431ffd6/gold/user_agents.tsv @@ -0,0 +1,6 @@ +UserAgent UsageCount +Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 45 +curl/8.5.0 12 +Python-urllib/3.11 9 +PostmanRuntime/7.37.0 3 +Java/21.0.3.1 7 diff --git a/shellops/assets/ShellOps_2a2431ffd6/init/debug.log b/shellops/assets/ShellOps_2a2431ffd6/init/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..24fdad23df8a7383971deecc0a10ab9f8ba7cb8d --- /dev/null +++ b/shellops/assets/ShellOps_2a2431ffd6/init/debug.log @@ -0,0 +1,5 @@ +2024-06-15T08:32:11 INFO UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +2024-06-15T08:32:12 ERROR UserAgent: Python-urllib/3.11 +2024-06-15T08:32:13 WARN UserAgent: Java/21.0.3.1 +2024-06-15T08:32:14 DEBUG UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +2024-06-15T08:32:15 INFO UserAgent: curl/8.5.0 diff --git a/shellops/assets/ShellOps_2a2431ffd6/init/user_agents.tsv b/shellops/assets/ShellOps_2a2431ffd6/init/user_agents.tsv new file mode 100644 index 0000000000000000000000000000000000000000..eafd7537d637b99c29de0d43b4b83550a3e8d1bf --- /dev/null +++ b/shellops/assets/ShellOps_2a2431ffd6/init/user_agents.tsv @@ -0,0 +1,6 @@ +UserAgent UsageCount +Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 45 +curl/8.5.0 12 +Python-urllib/3.11 9 +PostmanRuntime/7.37.0 3 +Java/21.0.3.1 7 diff --git a/shellops/assets/ShellOps_2a3d24981b/gold/contracts/.keep b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2a3d24981b/gold/contracts/notes.md b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cedca64307d2d905ca1f90f587a93662093cda84 --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/notes.md @@ -0,0 +1 @@ +Legacy note: bolt_inc used B-2000 series before 2024-01-01. diff --git a/shellops/assets/ShellOps_2a3d24981b/gold/contracts/vendor_a.rc b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/vendor_a.rc new file mode 100644 index 0000000000000000000000000000000000000000..6f37f0319ec77672092ced8c181035b1492f84e8 --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/vendor_a.rc @@ -0,0 +1,4 @@ +client_id|effective_date|contract_ref +acme_corp|2024-03-15|A-1024 +acme_corp|2024-02-10|A-1001 +bolt_inc|2024-01-20|B-2048 diff --git a/shellops/assets/ShellOps_2a3d24981b/gold/contracts/vendor_b.rc b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/vendor_b.rc new file mode 100644 index 0000000000000000000000000000000000000000..482d0d18ec07cef80d9e91827138ed1e3885ed9e --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/gold/contracts/vendor_b.rc @@ -0,0 +1,4 @@ +client_id|effective_date|contract_ref +acme_corp|2024-03-01|A-1015 +cloudforge|2024-02-28|C-4096 +bolt_inc|2024-01-25|B-2056 diff --git a/shellops/assets/ShellOps_2a3d24981b/gold/contracts_resolved.rc b/shellops/assets/ShellOps_2a3d24981b/gold/contracts_resolved.rc new file mode 100644 index 0000000000000000000000000000000000000000..5d9bdae1533e637a89eb31dc5da6c52cc7fa6d90 --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/gold/contracts_resolved.rc @@ -0,0 +1,3 @@ +acme_corp|2024-03-15|A-1024 +bolt_inc|2024-01-25|B-2056 +cloudforge|2024-02-28|C-4096 diff --git a/shellops/assets/ShellOps_2a3d24981b/init/contracts/.keep b/shellops/assets/ShellOps_2a3d24981b/init/contracts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2a3d24981b/init/contracts/notes.md b/shellops/assets/ShellOps_2a3d24981b/init/contracts/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cedca64307d2d905ca1f90f587a93662093cda84 --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/init/contracts/notes.md @@ -0,0 +1 @@ +Legacy note: bolt_inc used B-2000 series before 2024-01-01. diff --git a/shellops/assets/ShellOps_2a3d24981b/init/contracts/vendor_a.rc b/shellops/assets/ShellOps_2a3d24981b/init/contracts/vendor_a.rc new file mode 100644 index 0000000000000000000000000000000000000000..6f37f0319ec77672092ced8c181035b1492f84e8 --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/init/contracts/vendor_a.rc @@ -0,0 +1,4 @@ +client_id|effective_date|contract_ref +acme_corp|2024-03-15|A-1024 +acme_corp|2024-02-10|A-1001 +bolt_inc|2024-01-20|B-2048 diff --git a/shellops/assets/ShellOps_2a3d24981b/init/contracts/vendor_b.rc b/shellops/assets/ShellOps_2a3d24981b/init/contracts/vendor_b.rc new file mode 100644 index 0000000000000000000000000000000000000000..482d0d18ec07cef80d9e91827138ed1e3885ed9e --- /dev/null +++ b/shellops/assets/ShellOps_2a3d24981b/init/contracts/vendor_b.rc @@ -0,0 +1,4 @@ +client_id|effective_date|contract_ref +acme_corp|2024-03-01|A-1015 +cloudforge|2024-02-28|C-4096 +bolt_inc|2024-01-25|B-2056 diff --git a/shellops/assets/ShellOps_2a5234b506/gold/firmware/device1.conf b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device1.conf new file mode 100644 index 0000000000000000000000000000000000000000..d4040d3987088f23eb4eef9ce661e1f37d2b2627 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device1.conf @@ -0,0 +1,2 @@ +bootloader_timeout=10 +firmware_version=1.2.3 diff --git a/shellops/assets/ShellOps_2a5234b506/gold/firmware/device2.conf b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device2.conf new file mode 100644 index 0000000000000000000000000000000000000000..0e023003d8d506087ec9b92bc946813d05422439 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device2.conf @@ -0,0 +1,2 @@ +bootloader_timeout=5 +firmware_version=2.0.1 diff --git a/shellops/assets/ShellOps_2a5234b506/gold/firmware/device3.conf b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device3.conf new file mode 100644 index 0000000000000000000000000000000000000000..48ee868337d702c740d0d789eda1431f24df6bf1 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device3.conf @@ -0,0 +1,2 @@ +bootloader_timeout=15 +firmware_version=1.5.0 diff --git a/shellops/assets/ShellOps_2a5234b506/gold/firmware/device4.conf b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device4.conf new file mode 100644 index 0000000000000000000000000000000000000000..f2b4b549bceb3b8e06c2979567b03e8186588782 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/gold/firmware/device4.conf @@ -0,0 +1,2 @@ +bootloader_timeout=20 +firmware_version=3.1.0 diff --git a/shellops/assets/ShellOps_2a5234b506/gold/timeout_report.md b/shellops/assets/ShellOps_2a5234b506/gold/timeout_report.md new file mode 100644 index 0000000000000000000000000000000000000000..cfc0d08bdd29a9cdd75d56747ec2f6476b98129a --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/gold/timeout_report.md @@ -0,0 +1,4 @@ +firmware/device4.conf 20 +firmware/device3.conf 15 +firmware/device1.conf 10 +firmware/device2.conf 5 diff --git a/shellops/assets/ShellOps_2a5234b506/init/firmware/device1.conf b/shellops/assets/ShellOps_2a5234b506/init/firmware/device1.conf new file mode 100644 index 0000000000000000000000000000000000000000..d4040d3987088f23eb4eef9ce661e1f37d2b2627 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/init/firmware/device1.conf @@ -0,0 +1,2 @@ +bootloader_timeout=10 +firmware_version=1.2.3 diff --git a/shellops/assets/ShellOps_2a5234b506/init/firmware/device2.conf b/shellops/assets/ShellOps_2a5234b506/init/firmware/device2.conf new file mode 100644 index 0000000000000000000000000000000000000000..0e023003d8d506087ec9b92bc946813d05422439 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/init/firmware/device2.conf @@ -0,0 +1,2 @@ +bootloader_timeout=5 +firmware_version=2.0.1 diff --git a/shellops/assets/ShellOps_2a5234b506/init/firmware/device3.conf b/shellops/assets/ShellOps_2a5234b506/init/firmware/device3.conf new file mode 100644 index 0000000000000000000000000000000000000000..48ee868337d702c740d0d789eda1431f24df6bf1 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/init/firmware/device3.conf @@ -0,0 +1,2 @@ +bootloader_timeout=15 +firmware_version=1.5.0 diff --git a/shellops/assets/ShellOps_2a5234b506/init/firmware/device4.conf b/shellops/assets/ShellOps_2a5234b506/init/firmware/device4.conf new file mode 100644 index 0000000000000000000000000000000000000000..f2b4b549bceb3b8e06c2979567b03e8186588782 --- /dev/null +++ b/shellops/assets/ShellOps_2a5234b506/init/firmware/device4.conf @@ -0,0 +1,2 @@ +bootloader_timeout=20 +firmware_version=3.1.0 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/cpu.metrics b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/cpu.metrics new file mode 100644 index 0000000000000000000000000000000000000000..6da66698937d07942d6dc948eff1ea1b24e5fdf7 --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/cpu.metrics @@ -0,0 +1,3 @@ +cpu_usage timestamp=2024-05-20T10:00:00 value=45 +cpu_usage timestamp=2024-05-20T11:00:00 value=50 +cpu_temp timestamp=2024-05-20T10:00:00 value=60 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/disk.metrics b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/disk.metrics new file mode 100644 index 0000000000000000000000000000000000000000..5d79e396e9510e4de004ccf6be566dad2b58d9d5 --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/disk.metrics @@ -0,0 +1,2 @@ +disk_io timestamp=2024-05-20T11:45:00 value=120 +cpu_temp timestamp=2024-05-20T11:45:00 value=65 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/memory.metrics b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/memory.metrics new file mode 100644 index 0000000000000000000000000000000000000000..61adf9cfc90f63070ead886028ea1f9327109406 --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry/memory.metrics @@ -0,0 +1,3 @@ +memory_used timestamp=2024-05-20T10:30:00 value=2048 +cpu_usage timestamp=2024-05-20T09:00:00 value=40 +memory_used timestamp=2024-05-20T11:30:00 value=3072 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry_merged.metrics b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry_merged.metrics new file mode 100644 index 0000000000000000000000000000000000000000..69d9f273cd5a0c3e3d6b85f84cdb3bed001c7acb --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/gold/telemetry_merged.metrics @@ -0,0 +1,4 @@ +cpu_temp timestamp=2024-05-20T11:45:00 value=65 +cpu_usage timestamp=2024-05-20T11:00:00 value=50 +disk_io timestamp=2024-05-20T11:45:00 value=120 +memory_used timestamp=2024-05-20T11:30:00 value=3072 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/cpu.metrics b/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/cpu.metrics new file mode 100644 index 0000000000000000000000000000000000000000..6da66698937d07942d6dc948eff1ea1b24e5fdf7 --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/cpu.metrics @@ -0,0 +1,3 @@ +cpu_usage timestamp=2024-05-20T10:00:00 value=45 +cpu_usage timestamp=2024-05-20T11:00:00 value=50 +cpu_temp timestamp=2024-05-20T10:00:00 value=60 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/disk.metrics b/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/disk.metrics new file mode 100644 index 0000000000000000000000000000000000000000..5d79e396e9510e4de004ccf6be566dad2b58d9d5 --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/disk.metrics @@ -0,0 +1,2 @@ +disk_io timestamp=2024-05-20T11:45:00 value=120 +cpu_temp timestamp=2024-05-20T11:45:00 value=65 diff --git a/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/memory.metrics b/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/memory.metrics new file mode 100644 index 0000000000000000000000000000000000000000..61adf9cfc90f63070ead886028ea1f9327109406 --- /dev/null +++ b/shellops/assets/ShellOps_2a5ea6aa90/init/telemetry/memory.metrics @@ -0,0 +1,3 @@ +memory_used timestamp=2024-05-20T10:30:00 value=2048 +cpu_usage timestamp=2024-05-20T09:00:00 value=40 +memory_used timestamp=2024-05-20T11:30:00 value=3072 diff --git a/shellops/assets/ShellOps_2a903fd786/gold/location_counts.tsv b/shellops/assets/ShellOps_2a903fd786/gold/location_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4d94f4885ef6e84ae808fb77b3036ce403364665 --- /dev/null +++ b/shellops/assets/ShellOps_2a903fd786/gold/location_counts.tsv @@ -0,0 +1,3 @@ +Downtown 5 +Uptown 3 +Suburbs 2 diff --git a/shellops/assets/ShellOps_2a903fd786/gold/photos/metadata.txt b/shellops/assets/ShellOps_2a903fd786/gold/photos/metadata.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba8d4df960491979c0101cac4f3b2ab7baece125 --- /dev/null +++ b/shellops/assets/ShellOps_2a903fd786/gold/photos/metadata.txt @@ -0,0 +1,11 @@ +id location date subject +101 Downtown 1950-06-15 City Hall +102 Uptown 1952-03-22 Park +103 Downtown 1949-11-10 Main Street +104 Suburbs 1951-09-05 Homes +105 Downtown 1950-07-18 Market +106 Uptown 1953-01-14 Library +107 Downtown 1948-05-30 Train Station +108 Suburbs 1952-12-25 School +109 Downtown 1950-12-24 City Center +110 Uptown 1951-08-09 Museum \ No newline at end of file diff --git a/shellops/assets/ShellOps_2a903fd786/init/photos/metadata.txt b/shellops/assets/ShellOps_2a903fd786/init/photos/metadata.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba8d4df960491979c0101cac4f3b2ab7baece125 --- /dev/null +++ b/shellops/assets/ShellOps_2a903fd786/init/photos/metadata.txt @@ -0,0 +1,11 @@ +id location date subject +101 Downtown 1950-06-15 City Hall +102 Uptown 1952-03-22 Park +103 Downtown 1949-11-10 Main Street +104 Suburbs 1951-09-05 Homes +105 Downtown 1950-07-18 Market +106 Uptown 1953-01-14 Library +107 Downtown 1948-05-30 Train Station +108 Suburbs 1952-12-25 School +109 Downtown 1950-12-24 City Center +110 Uptown 1951-08-09 Museum \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ab4daa489/gold/approved_macs.conf b/shellops/assets/ShellOps_2ab4daa489/gold/approved_macs.conf new file mode 100644 index 0000000000000000000000000000000000000000..c8a0822e960062f3090f3397f270a01c3ca43263 --- /dev/null +++ b/shellops/assets/ShellOps_2ab4daa489/gold/approved_macs.conf @@ -0,0 +1,2 @@ +00:1a:2b:3c:4d:5e +06:ac:fd:12:34:56 diff --git a/shellops/assets/ShellOps_2ab4daa489/gold/leases.json b/shellops/assets/ShellOps_2ab4daa489/gold/leases.json new file mode 100644 index 0000000000000000000000000000000000000000..04fd857e0ea5c5396be324e906fc8d07f53d9e32 --- /dev/null +++ b/shellops/assets/ShellOps_2ab4daa489/gold/leases.json @@ -0,0 +1,3 @@ +{"mac_address": "00:1a:2b:3c:4d:5e"} +{"mac_address": "02:4f:6a:8b:0c:de"} +{"mac_address": "06:ac:fd:12:34:56"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ab4daa489/gold/missing.txt b/shellops/assets/ShellOps_2ab4daa489/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..987680c4a6bb4d96972ef76f458f6bf6b9f16f70 --- /dev/null +++ b/shellops/assets/ShellOps_2ab4daa489/gold/missing.txt @@ -0,0 +1 @@ +02:4f:6a:8b:0c:de diff --git a/shellops/assets/ShellOps_2ab4daa489/init/approved_macs.conf b/shellops/assets/ShellOps_2ab4daa489/init/approved_macs.conf new file mode 100644 index 0000000000000000000000000000000000000000..c8a0822e960062f3090f3397f270a01c3ca43263 --- /dev/null +++ b/shellops/assets/ShellOps_2ab4daa489/init/approved_macs.conf @@ -0,0 +1,2 @@ +00:1a:2b:3c:4d:5e +06:ac:fd:12:34:56 diff --git a/shellops/assets/ShellOps_2ab4daa489/init/leases.json b/shellops/assets/ShellOps_2ab4daa489/init/leases.json new file mode 100644 index 0000000000000000000000000000000000000000..04fd857e0ea5c5396be324e906fc8d07f53d9e32 --- /dev/null +++ b/shellops/assets/ShellOps_2ab4daa489/init/leases.json @@ -0,0 +1,3 @@ +{"mac_address": "00:1a:2b:3c:4d:5e"} +{"mac_address": "02:4f:6a:8b:0c:de"} +{"mac_address": "06:ac:fd:12:34:56"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/gold/build/.keep b/shellops/assets/ShellOps_2ac318759e/gold/build/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2ac318759e/gold/build/core.mk b/shellops/assets/ShellOps_2ac318759e/gold/build/core.mk new file mode 100644 index 0000000000000000000000000000000000000000..812a14ccb7faca2ddde1eca8fb0110ee116e0fcb --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/gold/build/core.mk @@ -0,0 +1,2 @@ +CFLAGS=-O2 -Wall -DDEBUG +LDFLAGS=-lz -lpthread \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/gold/build/net.mk b/shellops/assets/ShellOps_2ac318759e/gold/build/net.mk new file mode 100644 index 0000000000000000000000000000000000000000..f9f2d700e396edfcd8c3beb060799254d0bbca47 --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/gold/build/net.mk @@ -0,0 +1,2 @@ +CFLAGS=-O3 -Wall -Werror -DDEBUG +LDFLAGS=-lpthread \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/gold/build/ui.mk b/shellops/assets/ShellOps_2ac318759e/gold/build/ui.mk new file mode 100644 index 0000000000000000000000000000000000000000..a4688b4bbc3d9d25b53c792615ed3c5605d55435 --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/gold/build/ui.mk @@ -0,0 +1,2 @@ +CFLAGS=-O0 -g -Wall -DDEBUG +LDFLAGS=-lui -lpthread \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/gold/build/utils.mk b/shellops/assets/ShellOps_2ac318759e/gold/build/utils.mk new file mode 100644 index 0000000000000000000000000000000000000000..0a78ffc3f6afca05800496497e2c79f1b4f02a5a --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/gold/build/utils.mk @@ -0,0 +1,2 @@ +CFLAGS=-O2 -Wall -DDEBUG +LDFLAGS=-lz \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/gold/flags.cfg b/shellops/assets/ShellOps_2ac318759e/gold/flags.cfg new file mode 100644 index 0000000000000000000000000000000000000000..36afb3bbb785add2b4f7d017e240abdc7e65bcff --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/gold/flags.cfg @@ -0,0 +1,7 @@ +-DDEBUG +-O0 +-O2 +-O3 +-Wall +-Werror +-g diff --git a/shellops/assets/ShellOps_2ac318759e/init/build/.keep b/shellops/assets/ShellOps_2ac318759e/init/build/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2ac318759e/init/build/core.mk b/shellops/assets/ShellOps_2ac318759e/init/build/core.mk new file mode 100644 index 0000000000000000000000000000000000000000..812a14ccb7faca2ddde1eca8fb0110ee116e0fcb --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/init/build/core.mk @@ -0,0 +1,2 @@ +CFLAGS=-O2 -Wall -DDEBUG +LDFLAGS=-lz -lpthread \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/init/build/net.mk b/shellops/assets/ShellOps_2ac318759e/init/build/net.mk new file mode 100644 index 0000000000000000000000000000000000000000..f9f2d700e396edfcd8c3beb060799254d0bbca47 --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/init/build/net.mk @@ -0,0 +1,2 @@ +CFLAGS=-O3 -Wall -Werror -DDEBUG +LDFLAGS=-lpthread \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/init/build/ui.mk b/shellops/assets/ShellOps_2ac318759e/init/build/ui.mk new file mode 100644 index 0000000000000000000000000000000000000000..a4688b4bbc3d9d25b53c792615ed3c5605d55435 --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/init/build/ui.mk @@ -0,0 +1,2 @@ +CFLAGS=-O0 -g -Wall -DDEBUG +LDFLAGS=-lui -lpthread \ No newline at end of file diff --git a/shellops/assets/ShellOps_2ac318759e/init/build/utils.mk b/shellops/assets/ShellOps_2ac318759e/init/build/utils.mk new file mode 100644 index 0000000000000000000000000000000000000000..0a78ffc3f6afca05800496497e2c79f1b4f02a5a --- /dev/null +++ b/shellops/assets/ShellOps_2ac318759e/init/build/utils.mk @@ -0,0 +1,2 @@ +CFLAGS=-O2 -Wall -DDEBUG +LDFLAGS=-lz \ No newline at end of file diff --git a/shellops/assets/ShellOps_2add19ef4a/gold/audit/devices_audit.txt b/shellops/assets/ShellOps_2add19ef4a/gold/audit/devices_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a1e26bc81c9fcca81c7e5936a6441be7df819d6 --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/gold/audit/devices_audit.txt @@ -0,0 +1,9 @@ +Device audit log 2024-06-15 +Scanned devices: +- 0x1A3F7B2C (active) +- 0xDEADBEEF (active) +- 0xCAFEBABE (inactive) +- 0x1A3F7B2C (duplicate) +- 0xFEEDFACE (active) +- 0x12345678 (active) +End of audit diff --git a/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/actuator.toml b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/actuator.toml new file mode 100644 index 0000000000000000000000000000000000000000..661de8770cb2c5a43c76cd805f0592e8dfd49bcf --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/actuator.toml @@ -0,0 +1,6 @@ +[device] +id = "0xFEEDFACE" + +[capabilities] +motor_count = 4 +torque_nm = 12.5 diff --git a/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/gateway.toml b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/gateway.toml new file mode 100644 index 0000000000000000000000000000000000000000..cf1409ffaada004afebdac8cc2fa701ad4a3270a --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/gateway.toml @@ -0,0 +1,6 @@ +[device] +id = "0xCAFEBABE" + +[capabilities] +max_connections = 256 +protocol = "MQTT" diff --git a/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/notes.md b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..04f862952641410b67024ae2017fee6adce68fba --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/notes.md @@ -0,0 +1,2 @@ +Capability descriptors are stored as TOML files. +Each device ID is represented as an uppercase hex string. diff --git a/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/sensor_unit.toml b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/sensor_unit.toml new file mode 100644 index 0000000000000000000000000000000000000000..ce2843b40a9a359076dffb445546b3928fb73b0c --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/gold/devices/capabilities/sensor_unit.toml @@ -0,0 +1,6 @@ +[device] +id = "0x1A3F7B2C" + +[capabilities] +sampling_rate_hz = 1000 +resolution_bits = 12 diff --git a/shellops/assets/ShellOps_2add19ef4a/gold/missing_devices.txt b/shellops/assets/ShellOps_2add19ef4a/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..721777f7b4fde195acb93b8e0aaf45670aafcd7f --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/gold/missing_devices.txt @@ -0,0 +1,2 @@ +0x12345678 +0xDEADBEEF diff --git a/shellops/assets/ShellOps_2add19ef4a/init/audit/devices_audit.txt b/shellops/assets/ShellOps_2add19ef4a/init/audit/devices_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a1e26bc81c9fcca81c7e5936a6441be7df819d6 --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/init/audit/devices_audit.txt @@ -0,0 +1,9 @@ +Device audit log 2024-06-15 +Scanned devices: +- 0x1A3F7B2C (active) +- 0xDEADBEEF (active) +- 0xCAFEBABE (inactive) +- 0x1A3F7B2C (duplicate) +- 0xFEEDFACE (active) +- 0x12345678 (active) +End of audit diff --git a/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/actuator.toml b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/actuator.toml new file mode 100644 index 0000000000000000000000000000000000000000..661de8770cb2c5a43c76cd805f0592e8dfd49bcf --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/actuator.toml @@ -0,0 +1,6 @@ +[device] +id = "0xFEEDFACE" + +[capabilities] +motor_count = 4 +torque_nm = 12.5 diff --git a/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/gateway.toml b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/gateway.toml new file mode 100644 index 0000000000000000000000000000000000000000..cf1409ffaada004afebdac8cc2fa701ad4a3270a --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/gateway.toml @@ -0,0 +1,6 @@ +[device] +id = "0xCAFEBABE" + +[capabilities] +max_connections = 256 +protocol = "MQTT" diff --git a/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/notes.md b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..04f862952641410b67024ae2017fee6adce68fba --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/notes.md @@ -0,0 +1,2 @@ +Capability descriptors are stored as TOML files. +Each device ID is represented as an uppercase hex string. diff --git a/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/sensor_unit.toml b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/sensor_unit.toml new file mode 100644 index 0000000000000000000000000000000000000000..ce2843b40a9a359076dffb445546b3928fb73b0c --- /dev/null +++ b/shellops/assets/ShellOps_2add19ef4a/init/devices/capabilities/sensor_unit.toml @@ -0,0 +1,6 @@ +[device] +id = "0x1A3F7B2C" + +[capabilities] +sampling_rate_hz = 1000 +resolution_bits = 12 diff --git a/shellops/assets/ShellOps_2addf56d2f/gold/projects/export.json b/shellops/assets/ShellOps_2addf56d2f/gold/projects/export.json new file mode 100644 index 0000000000000000000000000000000000000000..0686920224ef89bebf05d464e347ed1a2e7efdcf --- /dev/null +++ b/shellops/assets/ShellOps_2addf56d2f/gold/projects/export.json @@ -0,0 +1,8 @@ +{ + "projects": [ + {"id": "PROJ-101", "status": "active", "name": "Data Migration"}, + {"id": "PROJ-102", "status": "archived", "name": "Legacy Cleanup"}, + {"id": "PROJ-103", "status": "active", "name": "API Modernization"}, + {"id": "PROJ-104", "status": "archived", "name": "Mobile App Sunset"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2addf56d2f/init/projects/export.json b/shellops/assets/ShellOps_2addf56d2f/init/projects/export.json new file mode 100644 index 0000000000000000000000000000000000000000..0686920224ef89bebf05d464e347ed1a2e7efdcf --- /dev/null +++ b/shellops/assets/ShellOps_2addf56d2f/init/projects/export.json @@ -0,0 +1,8 @@ +{ + "projects": [ + {"id": "PROJ-101", "status": "active", "name": "Data Migration"}, + {"id": "PROJ-102", "status": "archived", "name": "Legacy Cleanup"}, + {"id": "PROJ-103", "status": "active", "name": "API Modernization"}, + {"id": "PROJ-104", "status": "archived", "name": "Mobile App Sunset"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2aeff4bb51/gold/cluster_manifest.json b/shellops/assets/ShellOps_2aeff4bb51/gold/cluster_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ca19685fb86317040de13552771fd9a2e98e599b --- /dev/null +++ b/shellops/assets/ShellOps_2aeff4bb51/gold/cluster_manifest.json @@ -0,0 +1,9 @@ +{ + "nodes": [ + "node-a1", + "node-b2", + "node-c3", + "node-d4", + "node-e5" + ] +} diff --git a/shellops/assets/ShellOps_2aeff4bb51/gold/health/notes.txt b/shellops/assets/ShellOps_2aeff4bb51/gold/health/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..649517595c367c37d5b15743b394031e5d8f5210 --- /dev/null +++ b/shellops/assets/ShellOps_2aeff4bb51/gold/health/notes.txt @@ -0,0 +1 @@ +These logs are from the active probe sweep. diff --git a/shellops/assets/ShellOps_2aeff4bb51/gold/health/probe_20241012.log b/shellops/assets/ShellOps_2aeff4bb51/gold/health/probe_20241012.log new file mode 100644 index 0000000000000000000000000000000000000000..888d5e893f02ba9fd7f57e956f5c32666f5163a8 --- /dev/null +++ b/shellops/assets/ShellOps_2aeff4bb51/gold/health/probe_20241012.log @@ -0,0 +1,14 @@ +{ + "nodes": [ + "node-a1", + "node-b2", + "node-c3", + "node-d4", + "node-e5", + "node-f6", + "node-g7", + "node-c3", + "node-h8" + ], + "timestamp": "2024-10-12T08:30:00Z" +} diff --git a/shellops/assets/ShellOps_2aeff4bb51/init/cluster_manifest.json b/shellops/assets/ShellOps_2aeff4bb51/init/cluster_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ca19685fb86317040de13552771fd9a2e98e599b --- /dev/null +++ b/shellops/assets/ShellOps_2aeff4bb51/init/cluster_manifest.json @@ -0,0 +1,9 @@ +{ + "nodes": [ + "node-a1", + "node-b2", + "node-c3", + "node-d4", + "node-e5" + ] +} diff --git a/shellops/assets/ShellOps_2aeff4bb51/init/health/notes.txt b/shellops/assets/ShellOps_2aeff4bb51/init/health/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..649517595c367c37d5b15743b394031e5d8f5210 --- /dev/null +++ b/shellops/assets/ShellOps_2aeff4bb51/init/health/notes.txt @@ -0,0 +1 @@ +These logs are from the active probe sweep. diff --git a/shellops/assets/ShellOps_2aeff4bb51/init/health/probe_20241012.log b/shellops/assets/ShellOps_2aeff4bb51/init/health/probe_20241012.log new file mode 100644 index 0000000000000000000000000000000000000000..888d5e893f02ba9fd7f57e956f5c32666f5163a8 --- /dev/null +++ b/shellops/assets/ShellOps_2aeff4bb51/init/health/probe_20241012.log @@ -0,0 +1,14 @@ +{ + "nodes": [ + "node-a1", + "node-b2", + "node-c3", + "node-d4", + "node-e5", + "node-f6", + "node-g7", + "node-c3", + "node-h8" + ], + "timestamp": "2024-10-12T08:30:00Z" +} diff --git a/shellops/assets/ShellOps_2af7f7b07c/gold/distractor.log b/shellops/assets/ShellOps_2af7f7b07c/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..e0ead9b2750afce74a3a4a0dcecec16a3af2c886 --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/gold/distractor.log @@ -0,0 +1 @@ +This file contains irrelevant debug messages. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2af7f7b07c/gold/error_events.log b/shellops/assets/ShellOps_2af7f7b07c/gold/error_events.log new file mode 100644 index 0000000000000000000000000000000000000000..f40fc3cc49e7d06a7e4ac9b81a2ce9acf13c9cbc --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/gold/error_events.log @@ -0,0 +1,3 @@ +ERROR 2024-05-21 14:22:15 [E103] unresolved +WARNING 2024-05-21 14:23:00 [W228] resolved +ERROR 2024-05-21 14:24:30 [E104] unresolved diff --git a/shellops/assets/ShellOps_2af7f7b07c/gold/suppression_list.xml b/shellops/assets/ShellOps_2af7f7b07c/gold/suppression_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..c4e0f81939f46f47d2738d829a5efa2fe4b93da8 --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/gold/suppression_list.xml @@ -0,0 +1,5 @@ + + + E103 + W228 + diff --git a/shellops/assets/ShellOps_2af7f7b07c/gold/unresolved.txt b/shellops/assets/ShellOps_2af7f7b07c/gold/unresolved.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d9db6f839b964d52b41f484d126a49cd73c1e4b --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/gold/unresolved.txt @@ -0,0 +1 @@ +E104 diff --git a/shellops/assets/ShellOps_2af7f7b07c/init/distractor.log b/shellops/assets/ShellOps_2af7f7b07c/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..e0ead9b2750afce74a3a4a0dcecec16a3af2c886 --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/init/distractor.log @@ -0,0 +1 @@ +This file contains irrelevant debug messages. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2af7f7b07c/init/error_events.log b/shellops/assets/ShellOps_2af7f7b07c/init/error_events.log new file mode 100644 index 0000000000000000000000000000000000000000..f40fc3cc49e7d06a7e4ac9b81a2ce9acf13c9cbc --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/init/error_events.log @@ -0,0 +1,3 @@ +ERROR 2024-05-21 14:22:15 [E103] unresolved +WARNING 2024-05-21 14:23:00 [W228] resolved +ERROR 2024-05-21 14:24:30 [E104] unresolved diff --git a/shellops/assets/ShellOps_2af7f7b07c/init/suppression_list.xml b/shellops/assets/ShellOps_2af7f7b07c/init/suppression_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..c4e0f81939f46f47d2738d829a5efa2fe4b93da8 --- /dev/null +++ b/shellops/assets/ShellOps_2af7f7b07c/init/suppression_list.xml @@ -0,0 +1,5 @@ + + + E103 + W228 + diff --git a/shellops/assets/ShellOps_2b0200bb87/gold/deployed_nodes.xml b/shellops/assets/ShellOps_2b0200bb87/gold/deployed_nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..92b87f30f3bdee3d8f172de200be5ed66ea8c470 --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/gold/deployed_nodes.xml @@ -0,0 +1,10 @@ + + + + Node Alpha + Node Beta + Node Gamma + Node Delta + Node Epsilon + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b0200bb87/gold/distractor/irrelevant.log b/shellops/assets/ShellOps_2b0200bb87/gold/distractor/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..af74305d9c821120be8c0000cd0ef72374507ffb --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/gold/distractor/irrelevant.log @@ -0,0 +1,3 @@ +2024-04-01T12:34:56 node_omega started +2024-04-01T12:35:00 node_alpha heartbeat OK +2024-04-01T12:35:10 node_beta load high diff --git a/shellops/assets/ShellOps_2b0200bb87/gold/pending_decommissions.txt b/shellops/assets/ShellOps_2b0200bb87/gold/pending_decommissions.txt new file mode 100644 index 0000000000000000000000000000000000000000..3613ef9a9279466821175e848ad837651d6db972 --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/gold/pending_decommissions.txt @@ -0,0 +1,6 @@ +# Cleanup scheduled for Q4 2024 +node_beta +node_delta +node_zeta +# Note: node_epsilon not in scope +node_theta diff --git a/shellops/assets/ShellOps_2b0200bb87/gold/pending_nodes.txt b/shellops/assets/ShellOps_2b0200bb87/gold/pending_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..39fb10563000c6b1e834a205c02a62239a2b3f77 --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/gold/pending_nodes.txt @@ -0,0 +1,2 @@ +node_beta +node_delta diff --git a/shellops/assets/ShellOps_2b0200bb87/init/deployed_nodes.xml b/shellops/assets/ShellOps_2b0200bb87/init/deployed_nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..92b87f30f3bdee3d8f172de200be5ed66ea8c470 --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/init/deployed_nodes.xml @@ -0,0 +1,10 @@ + + + + Node Alpha + Node Beta + Node Gamma + Node Delta + Node Epsilon + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b0200bb87/init/distractor/irrelevant.log b/shellops/assets/ShellOps_2b0200bb87/init/distractor/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..af74305d9c821120be8c0000cd0ef72374507ffb --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/init/distractor/irrelevant.log @@ -0,0 +1,3 @@ +2024-04-01T12:34:56 node_omega started +2024-04-01T12:35:00 node_alpha heartbeat OK +2024-04-01T12:35:10 node_beta load high diff --git a/shellops/assets/ShellOps_2b0200bb87/init/pending_decommissions.txt b/shellops/assets/ShellOps_2b0200bb87/init/pending_decommissions.txt new file mode 100644 index 0000000000000000000000000000000000000000..3613ef9a9279466821175e848ad837651d6db972 --- /dev/null +++ b/shellops/assets/ShellOps_2b0200bb87/init/pending_decommissions.txt @@ -0,0 +1,6 @@ +# Cleanup scheduled for Q4 2024 +node_beta +node_delta +node_zeta +# Note: node_epsilon not in scope +node_theta diff --git a/shellops/assets/ShellOps_2b0de88e38/gold/cluster_catalog.tsv b/shellops/assets/ShellOps_2b0de88e38/gold/cluster_catalog.tsv new file mode 100644 index 0000000000000000000000000000000000000000..970dd50c318f7427d4bcd54af6ded1d56f1ff503 --- /dev/null +++ b/shellops/assets/ShellOps_2b0de88e38/gold/cluster_catalog.tsv @@ -0,0 +1,7 @@ +device_id status firmware location +DEV_A active v2.1.3 site-alpha +DEV_B inactive v1.9.0 site-beta +DEV_C active v2.2.0 site-gamma +DEV_D maintenance v2.0.1 site-alpha +DEV_E active v2.1.8 site-delta +DEV_F standby v2.0.5 site-beta \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b0de88e38/gold/output/telemetry_active.tsv b/shellops/assets/ShellOps_2b0de88e38/gold/output/telemetry_active.tsv new file mode 100644 index 0000000000000000000000000000000000000000..12919a5084cc6974b96e949d5c857a723a7082bf --- /dev/null +++ b/shellops/assets/ShellOps_2b0de88e38/gold/output/telemetry_active.tsv @@ -0,0 +1,3 @@ +DEV_A active +DEV_C active +DEV_E active diff --git a/shellops/assets/ShellOps_2b0de88e38/gold/runtime/.keep b/shellops/assets/ShellOps_2b0de88e38/gold/runtime/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2b0de88e38/gold/runtime/diag_telemetry.log b/shellops/assets/ShellOps_2b0de88e38/gold/runtime/diag_telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..ae3eb9af9ce8ff32a12d60c6a666fc3f268e44d1 --- /dev/null +++ b/shellops/assets/ShellOps_2b0de88e38/gold/runtime/diag_telemetry.log @@ -0,0 +1,7 @@ +TS=2025-04-01T12:34:56 LEVEL=WARN DEVICE=DEV_A MSG=Temperature threshold exceeded +TS=2025-04-01T12:35:12 LEVEL=INFO DEVICE=DEV_C MSG=Configuration applied +TS=2025-04-01T12:36:03 LEVEL=ERROR DEVICE=DEV_E MSG=CRC mismatch detected +TS=2025-04-01T12:37:45 LEVEL=WARN DEVICE=DEV_B MSG=Uptime anomaly +TS=2025-04-01T12:38:22 LEVEL=INFO DEVICE=DEV_A MSG=Self-test passed +TS=2025-04-01T12:39:01 LEVEL=ERROR DEVICE=DEV_F MSG=Write timeout +TS=2025-04-01T12:40:11 LEVEL=INFO DEVICE=DEV_E MSG=Recovery completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b0de88e38/init/cluster_catalog.tsv b/shellops/assets/ShellOps_2b0de88e38/init/cluster_catalog.tsv new file mode 100644 index 0000000000000000000000000000000000000000..970dd50c318f7427d4bcd54af6ded1d56f1ff503 --- /dev/null +++ b/shellops/assets/ShellOps_2b0de88e38/init/cluster_catalog.tsv @@ -0,0 +1,7 @@ +device_id status firmware location +DEV_A active v2.1.3 site-alpha +DEV_B inactive v1.9.0 site-beta +DEV_C active v2.2.0 site-gamma +DEV_D maintenance v2.0.1 site-alpha +DEV_E active v2.1.8 site-delta +DEV_F standby v2.0.5 site-beta \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b0de88e38/init/runtime/.keep b/shellops/assets/ShellOps_2b0de88e38/init/runtime/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2b0de88e38/init/runtime/diag_telemetry.log b/shellops/assets/ShellOps_2b0de88e38/init/runtime/diag_telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..ae3eb9af9ce8ff32a12d60c6a666fc3f268e44d1 --- /dev/null +++ b/shellops/assets/ShellOps_2b0de88e38/init/runtime/diag_telemetry.log @@ -0,0 +1,7 @@ +TS=2025-04-01T12:34:56 LEVEL=WARN DEVICE=DEV_A MSG=Temperature threshold exceeded +TS=2025-04-01T12:35:12 LEVEL=INFO DEVICE=DEV_C MSG=Configuration applied +TS=2025-04-01T12:36:03 LEVEL=ERROR DEVICE=DEV_E MSG=CRC mismatch detected +TS=2025-04-01T12:37:45 LEVEL=WARN DEVICE=DEV_B MSG=Uptime anomaly +TS=2025-04-01T12:38:22 LEVEL=INFO DEVICE=DEV_A MSG=Self-test passed +TS=2025-04-01T12:39:01 LEVEL=ERROR DEVICE=DEV_F MSG=Write timeout +TS=2025-04-01T12:40:11 LEVEL=INFO DEVICE=DEV_E MSG=Recovery completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/.keep b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/notes.txt b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb935d150de81157f0df5dfe8192d05f4cf1298 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/notes.txt @@ -0,0 +1,3 @@ +Run alpha: baseline calibration +Run beta: humidity spike test +Run gamma: flow sensor validation diff --git a/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_alpha.trace b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..39c46e9a87d1019af40861a9e9423e2f0d9aacab --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_alpha.trace @@ -0,0 +1,3 @@ +2024-03-15 10:23:45 [sensor_a] tag=42 temp=18.3 +2024-03-15 10:24:01 [sensor_b] tag=17 pressure=1.02 +2024-03-15 10:24:12 [sensor_a] tag=42 temp=18.4 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_beta.trace b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..ae41027eea2416c41cf48f7f0db63d62c8b275a0 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_beta.trace @@ -0,0 +1,3 @@ +2024-03-15 11:05:33 [sensor_c] tag=101 humidity=65 +2024-03-15 11:06:02 [sensor_a] tag=42 temp=18.5 +2024-03-15 11:06:14 [sensor_b] tag=17 pressure=1.01 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_gamma.trace b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..9d5336ab528b940ad15ee3c7b5181e264b4cf741 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/run_gamma.trace @@ -0,0 +1,2 @@ +2024-03-15 12:10:00 [sensor_d] tag=256 flow=2.3 +2024-03-15 12:10:45 [sensor_a] tag=42 temp=18.6 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/tags_sorted.txt b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/tags_sorted.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f9eceeb44cc8714915dafeeff423fde89e9b8a7 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/gold/telemetry/tags_sorted.txt @@ -0,0 +1,4 @@ +17 +42 +101 +256 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/.keep b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/notes.txt b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfb935d150de81157f0df5dfe8192d05f4cf1298 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/notes.txt @@ -0,0 +1,3 @@ +Run alpha: baseline calibration +Run beta: humidity spike test +Run gamma: flow sensor validation diff --git a/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_alpha.trace b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..39c46e9a87d1019af40861a9e9423e2f0d9aacab --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_alpha.trace @@ -0,0 +1,3 @@ +2024-03-15 10:23:45 [sensor_a] tag=42 temp=18.3 +2024-03-15 10:24:01 [sensor_b] tag=17 pressure=1.02 +2024-03-15 10:24:12 [sensor_a] tag=42 temp=18.4 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_beta.trace b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..ae41027eea2416c41cf48f7f0db63d62c8b275a0 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_beta.trace @@ -0,0 +1,3 @@ +2024-03-15 11:05:33 [sensor_c] tag=101 humidity=65 +2024-03-15 11:06:02 [sensor_a] tag=42 temp=18.5 +2024-03-15 11:06:14 [sensor_b] tag=17 pressure=1.01 diff --git a/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_gamma.trace b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..9d5336ab528b940ad15ee3c7b5181e264b4cf741 --- /dev/null +++ b/shellops/assets/ShellOps_2b1c21dcc1/init/telemetry/run_gamma.trace @@ -0,0 +1,2 @@ +2024-03-15 12:10:00 [sensor_d] tag=256 flow=2.3 +2024-03-15 12:10:45 [sensor_a] tag=42 temp=18.6 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/gold/invalid_codes.txt b/shellops/assets/ShellOps_2b2c1c48e0/gold/invalid_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d03c087412de570610f5d94460bfe3a1b3067232 --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/gold/invalid_codes.txt @@ -0,0 +1,2 @@ +410 +412 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/gold/manifests/approved_codes.toml b/shellops/assets/ShellOps_2b2c1c48e0/gold/manifests/approved_codes.toml new file mode 100644 index 0000000000000000000000000000000000000000..2b3ecfde7b83199546224f18dfd87617c4228e7d --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/gold/manifests/approved_codes.toml @@ -0,0 +1,4 @@ +207 +305 +500 +601 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_A.toml b/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_A.toml new file mode 100644 index 0000000000000000000000000000000000000000..4fbe88646bb6327ac6dc22a6077c5dc1f2959095 --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_A.toml @@ -0,0 +1,7 @@ +[diagnostics] +component = "motor" +code = 305 + +[diagnostics] +component = "sensor" +code = 410 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_B.toml b/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_B.toml new file mode 100644 index 0000000000000000000000000000000000000000..1e89eae12bc768e45e2a72c024cbaa9f0a800469 --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_B.toml @@ -0,0 +1,7 @@ +[diagnostics] +component = "actuator" +code = 207 + +[diagnostics] +component = "valve" +code = 305 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_C.toml b/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_C.toml new file mode 100644 index 0000000000000000000000000000000000000000..7d4cfc4507b7751bc7197626b591914ca24a5d9c --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/gold/reports/device_C.toml @@ -0,0 +1,7 @@ +[diagnostics] +component = "controller" +code = 601 + +[diagnostics] +component = "pump" +code = 412 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/init/manifests/approved_codes.toml b/shellops/assets/ShellOps_2b2c1c48e0/init/manifests/approved_codes.toml new file mode 100644 index 0000000000000000000000000000000000000000..2b3ecfde7b83199546224f18dfd87617c4228e7d --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/init/manifests/approved_codes.toml @@ -0,0 +1,4 @@ +207 +305 +500 +601 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_A.toml b/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_A.toml new file mode 100644 index 0000000000000000000000000000000000000000..4fbe88646bb6327ac6dc22a6077c5dc1f2959095 --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_A.toml @@ -0,0 +1,7 @@ +[diagnostics] +component = "motor" +code = 305 + +[diagnostics] +component = "sensor" +code = 410 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_B.toml b/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_B.toml new file mode 100644 index 0000000000000000000000000000000000000000..1e89eae12bc768e45e2a72c024cbaa9f0a800469 --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_B.toml @@ -0,0 +1,7 @@ +[diagnostics] +component = "actuator" +code = 207 + +[diagnostics] +component = "valve" +code = 305 diff --git a/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_C.toml b/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_C.toml new file mode 100644 index 0000000000000000000000000000000000000000..7d4cfc4507b7751bc7197626b591914ca24a5d9c --- /dev/null +++ b/shellops/assets/ShellOps_2b2c1c48e0/init/reports/device_C.toml @@ -0,0 +1,7 @@ +[diagnostics] +component = "controller" +code = 601 + +[diagnostics] +component = "pump" +code = 412 diff --git a/shellops/assets/ShellOps_2b57fd27fd/gold/missing_anchors.txt b/shellops/assets/ShellOps_2b57fd27fd/gold/missing_anchors.txt new file mode 100644 index 0000000000000000000000000000000000000000..506e715674f427fab8d506b7587339d15686defb --- /dev/null +++ b/shellops/assets/ShellOps_2b57fd27fd/gold/missing_anchors.txt @@ -0,0 +1 @@ +B45Y diff --git a/shellops/assets/ShellOps_2b57fd27fd/gold/trust/init.json b/shellops/assets/ShellOps_2b57fd27fd/gold/trust/init.json new file mode 100644 index 0000000000000000000000000000000000000000..f42d0c7087068bc7f89004e17bb6176f596c4f58 --- /dev/null +++ b/shellops/assets/ShellOps_2b57fd27fd/gold/trust/init.json @@ -0,0 +1,9 @@ +{ + "anchors": [ + { "id": "A23X", "type": "root", "valid_from": "2024-01-01" }, + { "id": "B45Y", "type": "intermediate", "valid_from": "2024-01-15" }, + { "id": "C67Z", "type": "root", "valid_from": "2024-02-10" }, + { "id": "D89W", "type": "leaf", "valid_from": "2024-03-01" }, + { "id": "E12V", "type": "intermediate", "valid_from": "2024-03-20" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b57fd27fd/gold/trust/validated.json b/shellops/assets/ShellOps_2b57fd27fd/gold/trust/validated.json new file mode 100644 index 0000000000000000000000000000000000000000..5d9c1bc55501209011bc6a15474c5713d968b2c9 --- /dev/null +++ b/shellops/assets/ShellOps_2b57fd27fd/gold/trust/validated.json @@ -0,0 +1,8 @@ +{ + "validated_anchors": [ + { "anchor_id": "A23X", "status": "active", "expires": "2025-12-31" }, + { "anchor_id": "C67Z", "status": "active", "expires": "2025-11-30" }, + { "anchor_id": "D89W", "status": "active", "expires": "2025-10-15" }, + { "anchor_id": "E12V", "status": "revoked", "expires": "2025-09-01" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b57fd27fd/init/trust/init.json b/shellops/assets/ShellOps_2b57fd27fd/init/trust/init.json new file mode 100644 index 0000000000000000000000000000000000000000..f42d0c7087068bc7f89004e17bb6176f596c4f58 --- /dev/null +++ b/shellops/assets/ShellOps_2b57fd27fd/init/trust/init.json @@ -0,0 +1,9 @@ +{ + "anchors": [ + { "id": "A23X", "type": "root", "valid_from": "2024-01-01" }, + { "id": "B45Y", "type": "intermediate", "valid_from": "2024-01-15" }, + { "id": "C67Z", "type": "root", "valid_from": "2024-02-10" }, + { "id": "D89W", "type": "leaf", "valid_from": "2024-03-01" }, + { "id": "E12V", "type": "intermediate", "valid_from": "2024-03-20" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b57fd27fd/init/trust/validated.json b/shellops/assets/ShellOps_2b57fd27fd/init/trust/validated.json new file mode 100644 index 0000000000000000000000000000000000000000..5d9c1bc55501209011bc6a15474c5713d968b2c9 --- /dev/null +++ b/shellops/assets/ShellOps_2b57fd27fd/init/trust/validated.json @@ -0,0 +1,8 @@ +{ + "validated_anchors": [ + { "anchor_id": "A23X", "status": "active", "expires": "2025-12-31" }, + { "anchor_id": "C67Z", "status": "active", "expires": "2025-11-30" }, + { "anchor_id": "D89W", "status": "active", "expires": "2025-10-15" }, + { "anchor_id": "E12V", "status": "revoked", "expires": "2025-09-01" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b65f26da7/gold/active_premium_subs.txt b/shellops/assets/ShellOps_2b65f26da7/gold/active_premium_subs.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b098200e4e4b86aabb1032e394bfbb7e995b847 --- /dev/null +++ b/shellops/assets/ShellOps_2b65f26da7/gold/active_premium_subs.txt @@ -0,0 +1,2 @@ +sub101 +sub123 diff --git a/shellops/assets/ShellOps_2b65f26da7/gold/legacy_blacklist.txt b/shellops/assets/ShellOps_2b65f26da7/gold/legacy_blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bbab6dcee034671a59d9a74596630824ca22f91 --- /dev/null +++ b/shellops/assets/ShellOps_2b65f26da7/gold/legacy_blacklist.txt @@ -0,0 +1,3 @@ +sub456 +sub789 +sub202 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b65f26da7/gold/subscriber_tiers.csv b/shellops/assets/ShellOps_2b65f26da7/gold/subscriber_tiers.csv new file mode 100644 index 0000000000000000000000000000000000000000..162ca4af2d44081d04d203742ce917bde395a860 --- /dev/null +++ b/shellops/assets/ShellOps_2b65f26da7/gold/subscriber_tiers.csv @@ -0,0 +1,5 @@ +subscriber_id,tier,status +sub123,premium,active +sub456,basic,inactive +sub789,premium,pending +sub101,premium,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b65f26da7/init/legacy_blacklist.txt b/shellops/assets/ShellOps_2b65f26da7/init/legacy_blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bbab6dcee034671a59d9a74596630824ca22f91 --- /dev/null +++ b/shellops/assets/ShellOps_2b65f26da7/init/legacy_blacklist.txt @@ -0,0 +1,3 @@ +sub456 +sub789 +sub202 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b65f26da7/init/subscriber_tiers.csv b/shellops/assets/ShellOps_2b65f26da7/init/subscriber_tiers.csv new file mode 100644 index 0000000000000000000000000000000000000000..162ca4af2d44081d04d203742ce917bde395a860 --- /dev/null +++ b/shellops/assets/ShellOps_2b65f26da7/init/subscriber_tiers.csv @@ -0,0 +1,5 @@ +subscriber_id,tier,status +sub123,premium,active +sub456,basic,inactive +sub789,premium,pending +sub101,premium,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b86a24ce5/gold/access.log b/shellops/assets/ShellOps_2b86a24ce5/gold/access.log new file mode 100644 index 0000000000000000000000000000000000000000..b788957d859bd1e2f38c5b07c7379f7144881b69 --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/gold/access.log @@ -0,0 +1,8 @@ +2024-05-01 08:15:23 INFO session opened host=alpha-01 user=admin +2024-05-01 08:16:45 WARN timeout host=beta-01 threshold=30s +2024-05-01 08:17:12 INFO session opened host=alpha-02 user=operator +2024-05-01 08:18:33 ERROR connection refused host=delta-99 addr=10.0.0.50 +2024-05-01 08:19:05 INFO session closed host=alpha-01 user=admin +2024-05-01 08:20:41 WARN timeout host=beta-02 threshold=30s +2024-05-01 08:21:18 INFO session opened host=gamma-01 user=backup +2024-05-01 08:22:09 ERROR not found host=zeta-12 resource=/api/status \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b86a24ce5/gold/assets/hosts.tsv b/shellops/assets/ShellOps_2b86a24ce5/gold/assets/hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..609b7f8df0265f251f22a565520e70ce0aff90c6 --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/gold/assets/hosts.tsv @@ -0,0 +1,6 @@ +host_id model role +alpha-01 server-alpha gateway +alpha-02 server-alpha edge +beta-01 server-beta sensor +beta-02 server-beta sensor +gamma-01 server-gamma storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b86a24ce5/gold/notes/irrelevant_plan.md b/shellops/assets/ShellOps_2b86a24ce5/gold/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..17c3316dd42cd8fbd475e547264fa46abf230ea9 --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/gold/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Deployment plan notes +- Phase 1: retire legacy naming scheme +- Phase 2: migrate to role-based host_id diff --git a/shellops/assets/ShellOps_2b86a24ce5/gold/reports/log_host_roles.tsv b/shellops/assets/ShellOps_2b86a24ce5/gold/reports/log_host_roles.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b3728a6878dfe15b118ac0911c0e90f8725e533a --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/gold/reports/log_host_roles.tsv @@ -0,0 +1,7 @@ +alpha-01 gateway +alpha-02 edge +beta-01 sensor +beta-02 sensor +delta-99 unregistered +gamma-01 storage +zeta-12 unregistered diff --git a/shellops/assets/ShellOps_2b86a24ce5/init/access.log b/shellops/assets/ShellOps_2b86a24ce5/init/access.log new file mode 100644 index 0000000000000000000000000000000000000000..b788957d859bd1e2f38c5b07c7379f7144881b69 --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/init/access.log @@ -0,0 +1,8 @@ +2024-05-01 08:15:23 INFO session opened host=alpha-01 user=admin +2024-05-01 08:16:45 WARN timeout host=beta-01 threshold=30s +2024-05-01 08:17:12 INFO session opened host=alpha-02 user=operator +2024-05-01 08:18:33 ERROR connection refused host=delta-99 addr=10.0.0.50 +2024-05-01 08:19:05 INFO session closed host=alpha-01 user=admin +2024-05-01 08:20:41 WARN timeout host=beta-02 threshold=30s +2024-05-01 08:21:18 INFO session opened host=gamma-01 user=backup +2024-05-01 08:22:09 ERROR not found host=zeta-12 resource=/api/status \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b86a24ce5/init/assets/hosts.tsv b/shellops/assets/ShellOps_2b86a24ce5/init/assets/hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..609b7f8df0265f251f22a565520e70ce0aff90c6 --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/init/assets/hosts.tsv @@ -0,0 +1,6 @@ +host_id model role +alpha-01 server-alpha gateway +alpha-02 server-alpha edge +beta-01 server-beta sensor +beta-02 server-beta sensor +gamma-01 server-gamma storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_2b86a24ce5/init/notes/irrelevant_plan.md b/shellops/assets/ShellOps_2b86a24ce5/init/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..17c3316dd42cd8fbd475e547264fa46abf230ea9 --- /dev/null +++ b/shellops/assets/ShellOps_2b86a24ce5/init/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Deployment plan notes +- Phase 1: retire legacy naming scheme +- Phase 2: migrate to role-based host_id diff --git a/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241101_alpha.log b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241101_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..b313a036afd1397577c4552d3801ddb4a45c4312 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241101_alpha.log @@ -0,0 +1,5 @@ +BUILD_LOG_HEADER +MODULE=core_kernel|2024-11-01T08:30:00Z +MODULE=device_driver|2024-11-01T08:35:00Z +MODULE=network_stack|2024-11-01T08:40:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241101_alpha_retry.log b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241101_alpha_retry.log new file mode 100644 index 0000000000000000000000000000000000000000..b96d4447d41b6cc7b65aa0dfe2272d1a2829a243 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241101_alpha_retry.log @@ -0,0 +1,3 @@ +BUILD_LOG_HEADER +MODULE=device_driver|2024-11-01T18:45:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241102_beta.log b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241102_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..18ac13a472f208248de8febf29fb054b95a481c8 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241102_beta.log @@ -0,0 +1,4 @@ +BUILD_LOG_HEADER +MODULE=core_kernel|2024-11-02T09:15:00Z +MODULE=filesystem|2024-11-02T09:20:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241103_gamma.log b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241103_gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..a50d8c1ea70ac2eaf539b7ccccef900734362269 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/gold/build_logs/build_20241103_gamma.log @@ -0,0 +1,4 @@ +BUILD_LOG_HEADER +MODULE=network_stack|2024-11-03T10:05:00Z +MODULE=security|2024-11-03T10:10:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/gold/firmware/canonical_modules.txt b/shellops/assets/ShellOps_2bd3828731/gold/firmware/canonical_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f58623b736371fc263714ba7489b37055279469 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/gold/firmware/canonical_modules.txt @@ -0,0 +1,5 @@ +core_kernel +device_driver +filesystem +network_stack +security diff --git a/shellops/assets/ShellOps_2bd3828731/gold/firmware/module_manifest.txt b/shellops/assets/ShellOps_2bd3828731/gold/firmware/module_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec7c4070bfbf0403c3cbecc5033ecef351423ff2 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/gold/firmware/module_manifest.txt @@ -0,0 +1,6 @@ +MODULE_LIST +core_kernel +network_stack +device_driver +filesystem +security diff --git a/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241101_alpha.log b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241101_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..b313a036afd1397577c4552d3801ddb4a45c4312 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241101_alpha.log @@ -0,0 +1,5 @@ +BUILD_LOG_HEADER +MODULE=core_kernel|2024-11-01T08:30:00Z +MODULE=device_driver|2024-11-01T08:35:00Z +MODULE=network_stack|2024-11-01T08:40:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241101_alpha_retry.log b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241101_alpha_retry.log new file mode 100644 index 0000000000000000000000000000000000000000..b96d4447d41b6cc7b65aa0dfe2272d1a2829a243 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241101_alpha_retry.log @@ -0,0 +1,3 @@ +BUILD_LOG_HEADER +MODULE=device_driver|2024-11-01T18:45:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241102_beta.log b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241102_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..18ac13a472f208248de8febf29fb054b95a481c8 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241102_beta.log @@ -0,0 +1,4 @@ +BUILD_LOG_HEADER +MODULE=core_kernel|2024-11-02T09:15:00Z +MODULE=filesystem|2024-11-02T09:20:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241103_gamma.log b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241103_gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..a50d8c1ea70ac2eaf539b7ccccef900734362269 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/init/build_logs/build_20241103_gamma.log @@ -0,0 +1,4 @@ +BUILD_LOG_HEADER +MODULE=network_stack|2024-11-03T10:05:00Z +MODULE=security|2024-11-03T10:10:00Z +BUILD_LOG_FOOTER diff --git a/shellops/assets/ShellOps_2bd3828731/init/firmware/module_manifest.txt b/shellops/assets/ShellOps_2bd3828731/init/firmware/module_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec7c4070bfbf0403c3cbecc5033ecef351423ff2 --- /dev/null +++ b/shellops/assets/ShellOps_2bd3828731/init/firmware/module_manifest.txt @@ -0,0 +1,6 @@ +MODULE_LIST +core_kernel +network_stack +device_driver +filesystem +security diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/alerts/inactive_active.csv b/shellops/assets/ShellOps_2bdb4f9c60/gold/alerts/inactive_active.csv new file mode 100644 index 0000000000000000000000000000000000000000..8f3c40e9f92c794c56f59f85ebcfd16e7358ce92 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/alerts/inactive_active.csv @@ -0,0 +1,2 @@ +sensor_id +S004 diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_001.json b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_001.json new file mode 100644 index 0000000000000000000000000000000000000000..8558b78960eba67f80115f6ed0b67d07a0b35ae9 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_001.json @@ -0,0 +1 @@ +{"sensor_id": "S001", "status": "active", "metrics": [45, 23, 67]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_002.json b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_002.json new file mode 100644 index 0000000000000000000000000000000000000000..f8b18d1acc739200ad386c997b1d03ddfd3386d4 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_002.json @@ -0,0 +1 @@ +{"sensor_id": "S002", "status": "inactive", "metrics": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_003.json b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_003.json new file mode 100644 index 0000000000000000000000000000000000000000..cad4577a8353592cdb0a8b09453d1faa2ee8463b --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_003.json @@ -0,0 +1 @@ +{"sensor_id": "S003", "status": "inactive", "metrics": [0, 0, 0]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_004.json b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_004.json new file mode 100644 index 0000000000000000000000000000000000000000..d6a920e98d76bbbae89f521616384df863dcf2ea --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_004.json @@ -0,0 +1 @@ +{"sensor_id": "S004", "status": "inactive", "metrics": [12, 0, 5]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_005.json b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_005.json new file mode 100644 index 0000000000000000000000000000000000000000..010377c20d1cdee3090e9457505764000497eab5 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/captures/sensor_005.json @@ -0,0 +1 @@ +{"sensor_id": "S005", "status": "inactive", "metrics": [0]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/gold/distractor_logs/old_metrics.json b/shellops/assets/ShellOps_2bdb4f9c60/gold/distractor_logs/old_metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..7c0281c44061493bda8bd860286921baa2f628ce --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/gold/distractor_logs/old_metrics.json @@ -0,0 +1 @@ +{"sensor_id": "OLD001", "status": "inactive", "metrics": [8]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_001.json b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_001.json new file mode 100644 index 0000000000000000000000000000000000000000..8558b78960eba67f80115f6ed0b67d07a0b35ae9 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_001.json @@ -0,0 +1 @@ +{"sensor_id": "S001", "status": "active", "metrics": [45, 23, 67]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_002.json b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_002.json new file mode 100644 index 0000000000000000000000000000000000000000..f8b18d1acc739200ad386c997b1d03ddfd3386d4 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_002.json @@ -0,0 +1 @@ +{"sensor_id": "S002", "status": "inactive", "metrics": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_003.json b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_003.json new file mode 100644 index 0000000000000000000000000000000000000000..cad4577a8353592cdb0a8b09453d1faa2ee8463b --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_003.json @@ -0,0 +1 @@ +{"sensor_id": "S003", "status": "inactive", "metrics": [0, 0, 0]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_004.json b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_004.json new file mode 100644 index 0000000000000000000000000000000000000000..d6a920e98d76bbbae89f521616384df863dcf2ea --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_004.json @@ -0,0 +1 @@ +{"sensor_id": "S004", "status": "inactive", "metrics": [12, 0, 5]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_005.json b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_005.json new file mode 100644 index 0000000000000000000000000000000000000000..010377c20d1cdee3090e9457505764000497eab5 --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/init/captures/sensor_005.json @@ -0,0 +1 @@ +{"sensor_id": "S005", "status": "inactive", "metrics": [0]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2bdb4f9c60/init/distractor_logs/old_metrics.json b/shellops/assets/ShellOps_2bdb4f9c60/init/distractor_logs/old_metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..7c0281c44061493bda8bd860286921baa2f628ce --- /dev/null +++ b/shellops/assets/ShellOps_2bdb4f9c60/init/distractor_logs/old_metrics.json @@ -0,0 +1 @@ +{"sensor_id": "OLD001", "status": "inactive", "metrics": [8]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c303ea0ef/gold/discrepancies/.keep b/shellops/assets/ShellOps_2c303ea0ef/gold/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2c303ea0ef/gold/discrepancies/missing_chemicals.txt b/shellops/assets/ShellOps_2c303ea0ef/gold/discrepancies/missing_chemicals.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ea3d28cc0ba7b237b32a5cf907da35dd527539e --- /dev/null +++ b/shellops/assets/ShellOps_2c303ea0ef/gold/discrepancies/missing_chemicals.txt @@ -0,0 +1,2 @@ +CHEM_198 +CHEM_217 diff --git a/shellops/assets/ShellOps_2c303ea0ef/gold/hazmat/approved.json b/shellops/assets/ShellOps_2c303ea0ef/gold/hazmat/approved.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb8452030539dd2c8099166a3ef2fc9a7040f4f --- /dev/null +++ b/shellops/assets/ShellOps_2c303ea0ef/gold/hazmat/approved.json @@ -0,0 +1,3 @@ +{ + "approved_ids": ["CHEM_205", "CHEM_198", "CHEM_217", "CHEM_222", "CHEM_191"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c303ea0ef/gold/stocks/current.rc b/shellops/assets/ShellOps_2c303ea0ef/gold/stocks/current.rc new file mode 100644 index 0000000000000000000000000000000000000000..8a3aaf21a96ee381674465c7fa19f29591ce2eaf --- /dev/null +++ b/shellops/assets/ShellOps_2c303ea0ef/gold/stocks/current.rc @@ -0,0 +1,5 @@ +INVENTORY_LOG_VERSION=3 +CHEM_205 stock=1500 +CHEM_191 stock=875 +CHEM_222 expiration=2024-12-01 +# Maintenance scheduled for 2024-08-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c303ea0ef/init/discrepancies/.keep b/shellops/assets/ShellOps_2c303ea0ef/init/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2c303ea0ef/init/hazmat/approved.json b/shellops/assets/ShellOps_2c303ea0ef/init/hazmat/approved.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb8452030539dd2c8099166a3ef2fc9a7040f4f --- /dev/null +++ b/shellops/assets/ShellOps_2c303ea0ef/init/hazmat/approved.json @@ -0,0 +1,3 @@ +{ + "approved_ids": ["CHEM_205", "CHEM_198", "CHEM_217", "CHEM_222", "CHEM_191"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c303ea0ef/init/stocks/current.rc b/shellops/assets/ShellOps_2c303ea0ef/init/stocks/current.rc new file mode 100644 index 0000000000000000000000000000000000000000..8a3aaf21a96ee381674465c7fa19f29591ce2eaf --- /dev/null +++ b/shellops/assets/ShellOps_2c303ea0ef/init/stocks/current.rc @@ -0,0 +1,5 @@ +INVENTORY_LOG_VERSION=3 +CHEM_205 stock=1500 +CHEM_191 stock=875 +CHEM_222 expiration=2024-12-01 +# Maintenance scheduled for 2024-08-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c37014096/gold/active_devices.txt b/shellops/assets/ShellOps_2c37014096/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..67b10e9f0921a19960c681b254f40ac52defa162 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/gold/active_devices.txt @@ -0,0 +1,3 @@ +AB-1234-CD +IJ90-KL12 +MN3456-OP diff --git a/shellops/assets/ShellOps_2c37014096/gold/approved_serials.xml b/shellops/assets/ShellOps_2c37014096/gold/approved_serials.xml new file mode 100644 index 0000000000000000000000000000000000000000..aa4fbc398d6e0f8535c1fe0e7d50693fa9ff5359 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/gold/approved_serials.xml @@ -0,0 +1,14 @@ + + + D-1024 + AB-1234-CD + + + D-1025 + ef5678gh + + + D-1026 + IJ90-KL12 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c37014096/gold/missing_serials.log b/shellops/assets/ShellOps_2c37014096/gold/missing_serials.log new file mode 100644 index 0000000000000000000000000000000000000000..e7c88d87ed2c4aafe4267ce7e52666d2e42bec96 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/gold/missing_serials.log @@ -0,0 +1 @@ +ef5678gh diff --git a/shellops/assets/ShellOps_2c37014096/gold/notes.md b/shellops/assets/ShellOps_2c37014096/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a0823eb2ea4f599b161c4d6f6cd67330436ec968 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/gold/notes.md @@ -0,0 +1,2 @@ +# Ignore entries marked as archived +This file contains deployment notes. diff --git a/shellops/assets/ShellOps_2c37014096/init/active_devices.txt b/shellops/assets/ShellOps_2c37014096/init/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..67b10e9f0921a19960c681b254f40ac52defa162 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/init/active_devices.txt @@ -0,0 +1,3 @@ +AB-1234-CD +IJ90-KL12 +MN3456-OP diff --git a/shellops/assets/ShellOps_2c37014096/init/approved_serials.xml b/shellops/assets/ShellOps_2c37014096/init/approved_serials.xml new file mode 100644 index 0000000000000000000000000000000000000000..aa4fbc398d6e0f8535c1fe0e7d50693fa9ff5359 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/init/approved_serials.xml @@ -0,0 +1,14 @@ + + + D-1024 + AB-1234-CD + + + D-1025 + ef5678gh + + + D-1026 + IJ90-KL12 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c37014096/init/notes.md b/shellops/assets/ShellOps_2c37014096/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a0823eb2ea4f599b161c4d6f6cd67330436ec968 --- /dev/null +++ b/shellops/assets/ShellOps_2c37014096/init/notes.md @@ -0,0 +1,2 @@ +# Ignore entries marked as archived +This file contains deployment notes. diff --git a/shellops/assets/ShellOps_2c7f0e6de5/gold/README.md b/shellops/assets/ShellOps_2c7f0e6de5/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..38b3f1975207afd9cef8e6aaaac12dda3bf4b008 --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/gold/README.md @@ -0,0 +1,3 @@ +# Configuration Guide + +This directory contains JSON configuration files for the application and database. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c7f0e6de5/gold/config/app.json b/shellops/assets/ShellOps_2c7f0e6de5/gold/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..b251c3df4ed5ee4791a72a1ef1a13b7c821cc9ac --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/gold/config/app.json @@ -0,0 +1,9 @@ +{ + "port": 8080, + "host": "localhost", + "_internal": "debug", + "features": { + "auth": true, + "logging": "enabled" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c7f0e6de5/gold/config/db.json b/shellops/assets/ShellOps_2c7f0e6de5/gold/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..505fdb38b41f68eb3e657cb6a00308c9e544ff40 --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/gold/config/db.json @@ -0,0 +1,6 @@ +{ + "dsn": "postgres://user:pass@host:5432/db", + "_secrets": "encrypted", + "timeout": "30s", + "retries": 3 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c7f0e6de5/gold/config_keys.txt b/shellops/assets/ShellOps_2c7f0e6de5/gold/config_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b7428cd75de482bd5951aa620324da1ad1c367a --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/gold/config_keys.txt @@ -0,0 +1,6 @@ +dsn +features +host +port +retries +timeout diff --git a/shellops/assets/ShellOps_2c7f0e6de5/init/README.md b/shellops/assets/ShellOps_2c7f0e6de5/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..38b3f1975207afd9cef8e6aaaac12dda3bf4b008 --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/init/README.md @@ -0,0 +1,3 @@ +# Configuration Guide + +This directory contains JSON configuration files for the application and database. \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c7f0e6de5/init/config/app.json b/shellops/assets/ShellOps_2c7f0e6de5/init/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..b251c3df4ed5ee4791a72a1ef1a13b7c821cc9ac --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/init/config/app.json @@ -0,0 +1,9 @@ +{ + "port": 8080, + "host": "localhost", + "_internal": "debug", + "features": { + "auth": true, + "logging": "enabled" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2c7f0e6de5/init/config/db.json b/shellops/assets/ShellOps_2c7f0e6de5/init/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..505fdb38b41f68eb3e657cb6a00308c9e544ff40 --- /dev/null +++ b/shellops/assets/ShellOps_2c7f0e6de5/init/config/db.json @@ -0,0 +1,6 @@ +{ + "dsn": "postgres://user:pass@host:5432/db", + "_secrets": "encrypted", + "timeout": "30s", + "retries": 3 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd2edb134/gold/approved_parts.xml b/shellops/assets/ShellOps_2cd2edb134/gold/approved_parts.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee05fc4c782cb2e4456662fa09d92d72e7686b93 --- /dev/null +++ b/shellops/assets/ShellOps_2cd2edb134/gold/approved_parts.xml @@ -0,0 +1,5 @@ + + 1001Resistor + 1003Capacitor + 1005Diode + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd2edb134/gold/install.log b/shellops/assets/ShellOps_2cd2edb134/gold/install.log new file mode 100644 index 0000000000000000000000000000000000000000..d01c6316b3993b4aac0bb76f4defc4dce8f97f64 --- /dev/null +++ b/shellops/assets/ShellOps_2cd2edb134/gold/install.log @@ -0,0 +1,4 @@ +2024-05-15 10:10:22 [INFO] Installed Component ID: 1001 +2024-05-15 10:11:05 [WARN] Component ID: 1002 not found +2024-05-15 10:11:17 [INFO] Installed Component ID: 1003 +2024-05-15 10:12:34 [ERROR] Failed to install Component ID: 1004 diff --git a/shellops/assets/ShellOps_2cd2edb134/gold/missing_parts.txt b/shellops/assets/ShellOps_2cd2edb134/gold/missing_parts.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b381194a2e65dbcb6dbd93777aadab0bafb7093 --- /dev/null +++ b/shellops/assets/ShellOps_2cd2edb134/gold/missing_parts.txt @@ -0,0 +1,2 @@ +1002 +1004 diff --git a/shellops/assets/ShellOps_2cd2edb134/init/approved_parts.xml b/shellops/assets/ShellOps_2cd2edb134/init/approved_parts.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee05fc4c782cb2e4456662fa09d92d72e7686b93 --- /dev/null +++ b/shellops/assets/ShellOps_2cd2edb134/init/approved_parts.xml @@ -0,0 +1,5 @@ + + 1001Resistor + 1003Capacitor + 1005Diode + \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd2edb134/init/install.log b/shellops/assets/ShellOps_2cd2edb134/init/install.log new file mode 100644 index 0000000000000000000000000000000000000000..d01c6316b3993b4aac0bb76f4defc4dce8f97f64 --- /dev/null +++ b/shellops/assets/ShellOps_2cd2edb134/init/install.log @@ -0,0 +1,4 @@ +2024-05-15 10:10:22 [INFO] Installed Component ID: 1001 +2024-05-15 10:11:05 [WARN] Component ID: 1002 not found +2024-05-15 10:11:17 [INFO] Installed Component ID: 1003 +2024-05-15 10:12:34 [ERROR] Failed to install Component ID: 1004 diff --git a/shellops/assets/ShellOps_2cd30cb0eb/gold/dietary_tags.txt b/shellops/assets/ShellOps_2cd30cb0eb/gold/dietary_tags.txt new file mode 100644 index 0000000000000000000000000000000000000000..6115191369ddb53d86e295fe63f167f7ab3e88cc --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/gold/dietary_tags.txt @@ -0,0 +1,4 @@ +gluten-free +high-protein +vegan +vegetarian diff --git a/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/chocolate_cake.json b/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/chocolate_cake.json new file mode 100644 index 0000000000000000000000000000000000000000..e2b88dd779bffb23eb79ff7f6cbcc9cf5f19ea30 --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/chocolate_cake.json @@ -0,0 +1,5 @@ +{ + "name": "Chocolate Cake", + "ingredients": ["flour", "sugar", "cocoa", "eggs"], + "dietary_tags": ["vegetarian"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/grilled_chicken.json b/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/grilled_chicken.json new file mode 100644 index 0000000000000000000000000000000000000000..52977396e931d6ed32ff717e37deed193b1cb7fe --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/grilled_chicken.json @@ -0,0 +1,5 @@ +{ + "name": "Grilled Chicken", + "ingredients": ["chicken breast", "olive oil", "garlic"], + "dietary_tags": ["high-protein", "gluten-free"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/vegan_salad.json b/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/vegan_salad.json new file mode 100644 index 0000000000000000000000000000000000000000..17aee74799d6cb203d8525a66de8c1f8eaa5bdf1 --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/gold/recipes/vegan_salad.json @@ -0,0 +1,5 @@ +{ + "name": "Vegan Salad", + "ingredients": ["lettuce", "tomato", "olive oil", "quinoa"], + "dietary_tags": ["vegan", "gluten-free"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd30cb0eb/init/.tmp/keep b/shellops/assets/ShellOps_2cd30cb0eb/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/chocolate_cake.json b/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/chocolate_cake.json new file mode 100644 index 0000000000000000000000000000000000000000..e2b88dd779bffb23eb79ff7f6cbcc9cf5f19ea30 --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/chocolate_cake.json @@ -0,0 +1,5 @@ +{ + "name": "Chocolate Cake", + "ingredients": ["flour", "sugar", "cocoa", "eggs"], + "dietary_tags": ["vegetarian"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/grilled_chicken.json b/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/grilled_chicken.json new file mode 100644 index 0000000000000000000000000000000000000000..52977396e931d6ed32ff717e37deed193b1cb7fe --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/grilled_chicken.json @@ -0,0 +1,5 @@ +{ + "name": "Grilled Chicken", + "ingredients": ["chicken breast", "olive oil", "garlic"], + "dietary_tags": ["high-protein", "gluten-free"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/vegan_salad.json b/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/vegan_salad.json new file mode 100644 index 0000000000000000000000000000000000000000..17aee74799d6cb203d8525a66de8c1f8eaa5bdf1 --- /dev/null +++ b/shellops/assets/ShellOps_2cd30cb0eb/init/recipes/vegan_salad.json @@ -0,0 +1,5 @@ +{ + "name": "Vegan Salad", + "ingredients": ["lettuce", "tomato", "olive oil", "quinoa"], + "dietary_tags": ["vegan", "gluten-free"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d25957cad/gold/deprecated/obsolete_fw.txt b/shellops/assets/ShellOps_2d25957cad/gold/deprecated/obsolete_fw.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad2e641c1571b54d7a8cdad34bc785bfb762aaa7 --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/gold/deprecated/obsolete_fw.txt @@ -0,0 +1,3 @@ +v2.9.5 +v3.0.0 +v1.5.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d25957cad/gold/diagnostics/device12.log b/shellops/assets/ShellOps_2d25957cad/gold/diagnostics/device12.log new file mode 100644 index 0000000000000000000000000000000000000000..40abe528a528b67c73bf0538c8221b12ec36fd5e --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/gold/diagnostics/device12.log @@ -0,0 +1,3 @@ +BOOT_TIMESTAMP: 2024-04-15T09:34:21 +ACTIVE_FW: v3.1.8 +MODEM_STATUS: online diff --git a/shellops/assets/ShellOps_2d25957cad/gold/diagnostics/device54.log b/shellops/assets/ShellOps_2d25957cad/gold/diagnostics/device54.log new file mode 100644 index 0000000000000000000000000000000000000000..db1ac3a62ce3519ccc32a2b49c44ae5f1c65f86a --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/gold/diagnostics/device54.log @@ -0,0 +1,3 @@ +ERROR: Sensor timeout +ACTIVE_FW: v2.9.5 +RETRY_COUNT: 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d25957cad/gold/fw_active.txt b/shellops/assets/ShellOps_2d25957cad/gold/fw_active.txt new file mode 100644 index 0000000000000000000000000000000000000000..25742a1c4ecd8ce4cf5e1e94222332feda2dce52 --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/gold/fw_active.txt @@ -0,0 +1 @@ +v3.1.8 diff --git a/shellops/assets/ShellOps_2d25957cad/init/deprecated/obsolete_fw.txt b/shellops/assets/ShellOps_2d25957cad/init/deprecated/obsolete_fw.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad2e641c1571b54d7a8cdad34bc785bfb762aaa7 --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/init/deprecated/obsolete_fw.txt @@ -0,0 +1,3 @@ +v2.9.5 +v3.0.0 +v1.5.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d25957cad/init/diagnostics/device12.log b/shellops/assets/ShellOps_2d25957cad/init/diagnostics/device12.log new file mode 100644 index 0000000000000000000000000000000000000000..40abe528a528b67c73bf0538c8221b12ec36fd5e --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/init/diagnostics/device12.log @@ -0,0 +1,3 @@ +BOOT_TIMESTAMP: 2024-04-15T09:34:21 +ACTIVE_FW: v3.1.8 +MODEM_STATUS: online diff --git a/shellops/assets/ShellOps_2d25957cad/init/diagnostics/device54.log b/shellops/assets/ShellOps_2d25957cad/init/diagnostics/device54.log new file mode 100644 index 0000000000000000000000000000000000000000..db1ac3a62ce3519ccc32a2b49c44ae5f1c65f86a --- /dev/null +++ b/shellops/assets/ShellOps_2d25957cad/init/diagnostics/device54.log @@ -0,0 +1,3 @@ +ERROR: Sensor timeout +ACTIVE_FW: v2.9.5 +RETRY_COUNT: 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d40359e31/gold/baseline/approved_sensors.txt b/shellops/assets/ShellOps_2d40359e31/gold/baseline/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f54d92c7f13f6476c877842c14ada6b03f5367d --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/gold/baseline/approved_sensors.txt @@ -0,0 +1,6 @@ +sen_1009 +sen_1010 +sen_1011 +sen_1012 +sen_1015 +sen_1016 diff --git a/shellops/assets/ShellOps_2d40359e31/gold/docs/notes.md b/shellops/assets/ShellOps_2d40359e31/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4f7d9c216081ded2a76d8e9988dcf466c17c5450 --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/gold/docs/notes.md @@ -0,0 +1,4 @@ +# Sensor deployment notes + +- sen_1016: pending hardware delivery +- sen_1011: approved but not yet registered diff --git a/shellops/assets/ShellOps_2d40359e31/gold/reports/missing_sensors.tsv b/shellops/assets/ShellOps_2d40359e31/gold/reports/missing_sensors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..94ada94b731a304fce11f5fa36fe9885024a8980 --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/gold/reports/missing_sensors.tsv @@ -0,0 +1,2 @@ +sen_1011 +sen_1016 diff --git a/shellops/assets/ShellOps_2d40359e31/gold/runtime/active.xml b/shellops/assets/ShellOps_2d40359e31/gold/runtime/active.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d78ba810f09c383647e91483aff27b748588a4a --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/gold/runtime/active.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_2d40359e31/init/baseline/approved_sensors.txt b/shellops/assets/ShellOps_2d40359e31/init/baseline/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f54d92c7f13f6476c877842c14ada6b03f5367d --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/init/baseline/approved_sensors.txt @@ -0,0 +1,6 @@ +sen_1009 +sen_1010 +sen_1011 +sen_1012 +sen_1015 +sen_1016 diff --git a/shellops/assets/ShellOps_2d40359e31/init/docs/notes.md b/shellops/assets/ShellOps_2d40359e31/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4f7d9c216081ded2a76d8e9988dcf466c17c5450 --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/init/docs/notes.md @@ -0,0 +1,4 @@ +# Sensor deployment notes + +- sen_1016: pending hardware delivery +- sen_1011: approved but not yet registered diff --git a/shellops/assets/ShellOps_2d40359e31/init/runtime/active.xml b/shellops/assets/ShellOps_2d40359e31/init/runtime/active.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d78ba810f09c383647e91483aff27b748588a4a --- /dev/null +++ b/shellops/assets/ShellOps_2d40359e31/init/runtime/active.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_2d4d8c1789/gold/encoder.cfg b/shellops/assets/ShellOps_2d4d8c1789/gold/encoder.cfg new file mode 100644 index 0000000000000000000000000000000000000000..fcc9dac80347289aa76daa423e435eb96dd3a202 --- /dev/null +++ b/shellops/assets/ShellOps_2d4d8c1789/gold/encoder.cfg @@ -0,0 +1,11 @@ +[audio_encoder] +format=mp3 +bitrate=320k +sample_rate=44100 + +[video_encoder] +framerate=30 +resolution=1080p + +[meta] +version=2.3.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d4d8c1789/gold/encoder_backup.cfg b/shellops/assets/ShellOps_2d4d8c1789/gold/encoder_backup.cfg new file mode 100644 index 0000000000000000000000000000000000000000..83bd6324d9cb1e13d30c22c092295e82c2749907 --- /dev/null +++ b/shellops/assets/ShellOps_2d4d8c1789/gold/encoder_backup.cfg @@ -0,0 +1,11 @@ +[audio_encoder] +format=aac +bitrate=256k +sample_rate=48000 + +[video_encoder] +framerate=60 +resolution=720p + +[meta] +version=2.2.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d4d8c1789/gold/sample_rate_check.out b/shellops/assets/ShellOps_2d4d8c1789/gold/sample_rate_check.out new file mode 100644 index 0000000000000000000000000000000000000000..83b140323d8a7803f38f047124ea860629f0707d --- /dev/null +++ b/shellops/assets/ShellOps_2d4d8c1789/gold/sample_rate_check.out @@ -0,0 +1 @@ +encoder_backup.cfg:sample_rate=48000 diff --git a/shellops/assets/ShellOps_2d4d8c1789/init/encoder.cfg b/shellops/assets/ShellOps_2d4d8c1789/init/encoder.cfg new file mode 100644 index 0000000000000000000000000000000000000000..fcc9dac80347289aa76daa423e435eb96dd3a202 --- /dev/null +++ b/shellops/assets/ShellOps_2d4d8c1789/init/encoder.cfg @@ -0,0 +1,11 @@ +[audio_encoder] +format=mp3 +bitrate=320k +sample_rate=44100 + +[video_encoder] +framerate=30 +resolution=1080p + +[meta] +version=2.3.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2d4d8c1789/init/encoder_backup.cfg b/shellops/assets/ShellOps_2d4d8c1789/init/encoder_backup.cfg new file mode 100644 index 0000000000000000000000000000000000000000..83bd6324d9cb1e13d30c22c092295e82c2749907 --- /dev/null +++ b/shellops/assets/ShellOps_2d4d8c1789/init/encoder_backup.cfg @@ -0,0 +1,11 @@ +[audio_encoder] +format=aac +bitrate=256k +sample_rate=48000 + +[video_encoder] +framerate=60 +resolution=720p + +[meta] +version=2.2.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/gold/api_fields.txt b/shellops/assets/ShellOps_2dab041b1f/gold/api_fields.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c00caf025ba9f2bc339f7b49518338075e85031 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/gold/api_fields.txt @@ -0,0 +1,7 @@ +contact +contact_email +email +fullName +id +identifier +name diff --git a/shellops/assets/ShellOps_2dab041b1f/gold/response1.json b/shellops/assets/ShellOps_2dab041b1f/gold/response1.json new file mode 100644 index 0000000000000000000000000000000000000000..3339b8bcb97980ee9051e8ab7452338776568273 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/gold/response1.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "name": "Alice", + "email": "alice@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/gold/response2.json b/shellops/assets/ShellOps_2dab041b1f/gold/response2.json new file mode 100644 index 0000000000000000000000000000000000000000..43a0cf7e6442442b5d90d61e408d8a9e2e7fb447 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/gold/response2.json @@ -0,0 +1,5 @@ +{ + "identifier": 2, + "fullName": "Bob", + "contact": "bob@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/gold/response3.json b/shellops/assets/ShellOps_2dab041b1f/gold/response3.json new file mode 100644 index 0000000000000000000000000000000000000000..b7f0dc0c554956601777492ceac4a0df08ab2f14 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/gold/response3.json @@ -0,0 +1,5 @@ +{ + "id": 3, + "name": "Charlie", + "contact_email": "charlie@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/gold/response4.json b/shellops/assets/ShellOps_2dab041b1f/gold/response4.json new file mode 100644 index 0000000000000000000000000000000000000000..ad86938b7a074340ef800bed6f3a02c7ab102423 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/gold/response4.json @@ -0,0 +1,5 @@ +{ + "identifier": 4, + "fullName": "Diana", + "email": "diana@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/init/response1.json b/shellops/assets/ShellOps_2dab041b1f/init/response1.json new file mode 100644 index 0000000000000000000000000000000000000000..3339b8bcb97980ee9051e8ab7452338776568273 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/init/response1.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "name": "Alice", + "email": "alice@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/init/response2.json b/shellops/assets/ShellOps_2dab041b1f/init/response2.json new file mode 100644 index 0000000000000000000000000000000000000000..43a0cf7e6442442b5d90d61e408d8a9e2e7fb447 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/init/response2.json @@ -0,0 +1,5 @@ +{ + "identifier": 2, + "fullName": "Bob", + "contact": "bob@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/init/response3.json b/shellops/assets/ShellOps_2dab041b1f/init/response3.json new file mode 100644 index 0000000000000000000000000000000000000000..b7f0dc0c554956601777492ceac4a0df08ab2f14 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/init/response3.json @@ -0,0 +1,5 @@ +{ + "id": 3, + "name": "Charlie", + "contact_email": "charlie@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dab041b1f/init/response4.json b/shellops/assets/ShellOps_2dab041b1f/init/response4.json new file mode 100644 index 0000000000000000000000000000000000000000..ad86938b7a074340ef800bed6f3a02c7ab102423 --- /dev/null +++ b/shellops/assets/ShellOps_2dab041b1f/init/response4.json @@ -0,0 +1,5 @@ +{ + "identifier": 4, + "fullName": "Diana", + "email": "diana@example.com" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/gold/exclusions.txt b/shellops/assets/ShellOps_2dc8d1e1ac/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2e0c36cba239333a22c9eb098a9923d11591b3a --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/gold/exclusions.txt @@ -0,0 +1,2 @@ +DEV005 +DEV099 diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/gold/reports/active_devices.txt b/shellops/assets/ShellOps_2dc8d1e1ac/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba0a3d593fa672623c5ce0d37a3fca2d0c2e7d53 --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/gold/reports/active_devices.txt @@ -0,0 +1,3 @@ +DEV001 +DEV004 +DEV006 diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_a.json b/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca78e3fb471e5fb1de9474004c55a5af4f47b3a --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_a.json @@ -0,0 +1,17 @@ +{ + "device_id": "DEV001", + "state": "active", + "sensor_type": "temperature", + "location": "zone_1" +} +{ + "device_id": "DEV002", + "state": "inactive", + "sensor_type": "humidity", + "location": "zone_2" +} +{ + "device_id": "DEV003", + "state": "active", + "location": "zone_3" +} diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_b.json b/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..bfcc23a2dbfa0a227e8448456ce8b9aada010da8 --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_b.json @@ -0,0 +1,12 @@ +{ + "device_id": "DEV004", + "state": "active", + "sensor_type": "pressure", + "location": "zone_4" +} +{ + "device_id": "DEV005", + "state": "active", + "sensor_type": "vibration", + "location": "zone_5" +} diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_c.json b/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..591e7f299f8379e7f48a933443b7f66c65f35d5a --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/gold/telemetry/device_c.json @@ -0,0 +1,6 @@ +{ + "device_id": "DEV006", + "state": "active", + "sensor_type": "temperature", + "location": "zone_6" +} diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/init/exclusions.txt b/shellops/assets/ShellOps_2dc8d1e1ac/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2e0c36cba239333a22c9eb098a9923d11591b3a --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/init/exclusions.txt @@ -0,0 +1,2 @@ +DEV005 +DEV099 diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_a.json b/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca78e3fb471e5fb1de9474004c55a5af4f47b3a --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_a.json @@ -0,0 +1,17 @@ +{ + "device_id": "DEV001", + "state": "active", + "sensor_type": "temperature", + "location": "zone_1" +} +{ + "device_id": "DEV002", + "state": "inactive", + "sensor_type": "humidity", + "location": "zone_2" +} +{ + "device_id": "DEV003", + "state": "active", + "location": "zone_3" +} diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_b.json b/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..bfcc23a2dbfa0a227e8448456ce8b9aada010da8 --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_b.json @@ -0,0 +1,12 @@ +{ + "device_id": "DEV004", + "state": "active", + "sensor_type": "pressure", + "location": "zone_4" +} +{ + "device_id": "DEV005", + "state": "active", + "sensor_type": "vibration", + "location": "zone_5" +} diff --git a/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_c.json b/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..591e7f299f8379e7f48a933443b7f66c65f35d5a --- /dev/null +++ b/shellops/assets/ShellOps_2dc8d1e1ac/init/telemetry/device_c.json @@ -0,0 +1,6 @@ +{ + "device_id": "DEV006", + "state": "active", + "sensor_type": "temperature", + "location": "zone_6" +} diff --git a/shellops/assets/ShellOps_2e0dd3ce28/gold/docs/error_codes.md b/shellops/assets/ShellOps_2e0dd3ce28/gold/docs/error_codes.md new file mode 100644 index 0000000000000000000000000000000000000000..10d6a1b47e2d8135ae072f92437177e5e16cd74b --- /dev/null +++ b/shellops/assets/ShellOps_2e0dd3ce28/gold/docs/error_codes.md @@ -0,0 +1,7 @@ +| Code | Description | +|------|-------------| +| 1001 | Connection timeout | +| 1002 | Invalid parameter | +| 1003 | Authentication failed | +| 1004 | Permission denied | +| 1008 | Configuration error | diff --git a/shellops/assets/ShellOps_2e0dd3ce28/gold/missing_codes.txt b/shellops/assets/ShellOps_2e0dd3ce28/gold/missing_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..04671ebc326ba48ff871a259c57cfbe541fcf1ff --- /dev/null +++ b/shellops/assets/ShellOps_2e0dd3ce28/gold/missing_codes.txt @@ -0,0 +1,3 @@ +1005 +1006 +1007 diff --git a/shellops/assets/ShellOps_2e0dd3ce28/init/docs/error_codes.md b/shellops/assets/ShellOps_2e0dd3ce28/init/docs/error_codes.md new file mode 100644 index 0000000000000000000000000000000000000000..10d6a1b47e2d8135ae072f92437177e5e16cd74b --- /dev/null +++ b/shellops/assets/ShellOps_2e0dd3ce28/init/docs/error_codes.md @@ -0,0 +1,7 @@ +| Code | Description | +|------|-------------| +| 1001 | Connection timeout | +| 1002 | Invalid parameter | +| 1003 | Authentication failed | +| 1004 | Permission denied | +| 1008 | Configuration error | diff --git a/shellops/assets/ShellOps_2e43cb2158/gold/baseline/approved_vendors.txt b/shellops/assets/ShellOps_2e43cb2158/gold/baseline/approved_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff708863ebb519f2f87bfd5bd87f8b6e1ed50fa7 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/gold/baseline/approved_vendors.txt @@ -0,0 +1,3 @@ +northgate +vertex +silica diff --git a/shellops/assets/ShellOps_2e43cb2158/gold/notes.md b/shellops/assets/ShellOps_2e43cb2158/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f95883c3bad84500ce744e8ab9f0c23f6ae34276 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/gold/notes.md @@ -0,0 +1,2 @@ +# Distractor notes file +Ignore this artifact; it should not affect the result. diff --git a/shellops/assets/ShellOps_2e43cb2158/gold/reports/unapproved_devices.tsv b/shellops/assets/ShellOps_2e43cb2158/gold/reports/unapproved_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e7e45e2261ca7055f2b2d360422a3ec379e96c58 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/gold/reports/unapproved_devices.tsv @@ -0,0 +1,2 @@ +dev_105 orion +dev_108 orion diff --git a/shellops/assets/ShellOps_2e43cb2158/gold/runtime/devices.xml b/shellops/assets/ShellOps_2e43cb2158/gold/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..f34fc63d81441ca23e6f26f3581df85ec972f665 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/gold/runtime/devices.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_2e43cb2158/init/baseline/approved_vendors.txt b/shellops/assets/ShellOps_2e43cb2158/init/baseline/approved_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff708863ebb519f2f87bfd5bd87f8b6e1ed50fa7 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/init/baseline/approved_vendors.txt @@ -0,0 +1,3 @@ +northgate +vertex +silica diff --git a/shellops/assets/ShellOps_2e43cb2158/init/notes.md b/shellops/assets/ShellOps_2e43cb2158/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f95883c3bad84500ce744e8ab9f0c23f6ae34276 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/init/notes.md @@ -0,0 +1,2 @@ +# Distractor notes file +Ignore this artifact; it should not affect the result. diff --git a/shellops/assets/ShellOps_2e43cb2158/init/runtime/devices.xml b/shellops/assets/ShellOps_2e43cb2158/init/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..f34fc63d81441ca23e6f26f3581df85ec972f665 --- /dev/null +++ b/shellops/assets/ShellOps_2e43cb2158/init/runtime/devices.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_2e52fe9163/gold/q1_missing.md b/shellops/assets/ShellOps_2e52fe9163/gold/q1_missing.md new file mode 100644 index 0000000000000000000000000000000000000000..f22496b83549ceee2e07042a663bc89a11ca679e --- /dev/null +++ b/shellops/assets/ShellOps_2e52fe9163/gold/q1_missing.md @@ -0,0 +1,2 @@ +RC-103: Review backup strategy +RC-106: Optimize database queries diff --git a/shellops/assets/ShellOps_2e52fe9163/gold/reports/q1/.keep b/shellops/assets/ShellOps_2e52fe9163/gold/reports/q1/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2e52fe9163/gold/reports/q1/resolved.md b/shellops/assets/ShellOps_2e52fe9163/gold/reports/q1/resolved.md new file mode 100644 index 0000000000000000000000000000000000000000..8295a1d698bf1a3acce0688f3ba7911df6c2b0c0 --- /dev/null +++ b/shellops/assets/ShellOps_2e52fe9163/gold/reports/q1/resolved.md @@ -0,0 +1,4 @@ +RC-101: Investigate service latency +RC-102: Patch vulnerability in auth service +RC-104: Update documentation +RC-105: Implement rate limiting \ No newline at end of file diff --git a/shellops/assets/ShellOps_2e52fe9163/gold/tasks/q1/.keep b/shellops/assets/ShellOps_2e52fe9163/gold/tasks/q1/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2e52fe9163/gold/tasks/q1/actions.md b/shellops/assets/ShellOps_2e52fe9163/gold/tasks/q1/actions.md new file mode 100644 index 0000000000000000000000000000000000000000..441639e0835eced31a8670cb211f5697e3eedd99 --- /dev/null +++ b/shellops/assets/ShellOps_2e52fe9163/gold/tasks/q1/actions.md @@ -0,0 +1,5 @@ +RC-101: Investigate service latency +RC-102: Patch vulnerability in auth service +RC-103: Review backup strategy +RC-104: Update documentation +RC-106: Optimize database queries \ No newline at end of file diff --git a/shellops/assets/ShellOps_2e52fe9163/init/reports/q1/.keep b/shellops/assets/ShellOps_2e52fe9163/init/reports/q1/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2e52fe9163/init/reports/q1/resolved.md b/shellops/assets/ShellOps_2e52fe9163/init/reports/q1/resolved.md new file mode 100644 index 0000000000000000000000000000000000000000..8295a1d698bf1a3acce0688f3ba7911df6c2b0c0 --- /dev/null +++ b/shellops/assets/ShellOps_2e52fe9163/init/reports/q1/resolved.md @@ -0,0 +1,4 @@ +RC-101: Investigate service latency +RC-102: Patch vulnerability in auth service +RC-104: Update documentation +RC-105: Implement rate limiting \ No newline at end of file diff --git a/shellops/assets/ShellOps_2e52fe9163/init/tasks/q1/.keep b/shellops/assets/ShellOps_2e52fe9163/init/tasks/q1/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2e52fe9163/init/tasks/q1/actions.md b/shellops/assets/ShellOps_2e52fe9163/init/tasks/q1/actions.md new file mode 100644 index 0000000000000000000000000000000000000000..441639e0835eced31a8670cb211f5697e3eedd99 --- /dev/null +++ b/shellops/assets/ShellOps_2e52fe9163/init/tasks/q1/actions.md @@ -0,0 +1,5 @@ +RC-101: Investigate service latency +RC-102: Patch vulnerability in auth service +RC-103: Review backup strategy +RC-104: Update documentation +RC-106: Optimize database queries \ No newline at end of file diff --git a/shellops/assets/ShellOps_2eb2914e2c/gold/active_nodes.csv b/shellops/assets/ShellOps_2eb2914e2c/gold/active_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..b42737cf9447e116af9898d0370627eda2ef150a --- /dev/null +++ b/shellops/assets/ShellOps_2eb2914e2c/gold/active_nodes.csv @@ -0,0 +1,6 @@ +node_id,status +N001,active +N002,decommissioned +N003,active +N004,active +N005,inactive \ No newline at end of file diff --git a/shellops/assets/ShellOps_2eb2914e2c/gold/current_valid.ndjson b/shellops/assets/ShellOps_2eb2914e2c/gold/current_valid.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..32149ca7237b6374d95d4099fda5583aa455f491 --- /dev/null +++ b/shellops/assets/ShellOps_2eb2914e2c/gold/current_valid.ndjson @@ -0,0 +1 @@ +N003 diff --git a/shellops/assets/ShellOps_2eb2914e2c/gold/excluded.json b/shellops/assets/ShellOps_2eb2914e2c/gold/excluded.json new file mode 100644 index 0000000000000000000000000000000000000000..04edadce0658b22448903519184b680790cc26fc --- /dev/null +++ b/shellops/assets/ShellOps_2eb2914e2c/gold/excluded.json @@ -0,0 +1 @@ +{"legacy_ids": ["N001", "N004", "N007"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2eb2914e2c/init/active_nodes.csv b/shellops/assets/ShellOps_2eb2914e2c/init/active_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..b42737cf9447e116af9898d0370627eda2ef150a --- /dev/null +++ b/shellops/assets/ShellOps_2eb2914e2c/init/active_nodes.csv @@ -0,0 +1,6 @@ +node_id,status +N001,active +N002,decommissioned +N003,active +N004,active +N005,inactive \ No newline at end of file diff --git a/shellops/assets/ShellOps_2eb2914e2c/init/excluded.json b/shellops/assets/ShellOps_2eb2914e2c/init/excluded.json new file mode 100644 index 0000000000000000000000000000000000000000..04edadce0658b22448903519184b680790cc26fc --- /dev/null +++ b/shellops/assets/ShellOps_2eb2914e2c/init/excluded.json @@ -0,0 +1 @@ +{"legacy_ids": ["N001", "N004", "N007"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/components/.keep b/shellops/assets/ShellOps_2f23f8ead0/gold/components/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/components/auth-gateway/README.md b/shellops/assets/ShellOps_2f23f8ead0/gold/components/auth-gateway/README.md new file mode 100644 index 0000000000000000000000000000000000000000..35dd468abfbb83df6625bdf64ae6c9f51cc0c69e --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/gold/components/auth-gateway/README.md @@ -0,0 +1,4 @@ +# Auth Gateway +Owner: alice +Language: Go +Description: Handles OAuth flows and token validation. diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/components/cache-layer/README.md b/shellops/assets/ShellOps_2f23f8ead0/gold/components/cache-layer/README.md new file mode 100644 index 0000000000000000000000000000000000000000..490d6d171b0c84bd27cd56fb3ed1cdd748c37e95 --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/gold/components/cache-layer/README.md @@ -0,0 +1,4 @@ +# Cache Layer +Owner: DANA +Language: Rust +Description: Distributed caching service. diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/components/ingestion/README.md b/shellops/assets/ShellOps_2f23f8ead0/gold/components/ingestion/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6d75c714af449c2bfdf2d17e17a2583658b924fd --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/gold/components/ingestion/README.md @@ -0,0 +1,3 @@ +# Ingestion Pipeline +Language: Java +Description: Batch data ingestion. diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/components/rate-limiter/README.md b/shellops/assets/ShellOps_2f23f8ead0/gold/components/rate-limiter/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b3ed6b644c796ca97042eda7d5fe7182ddf9270c --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/gold/components/rate-limiter/README.md @@ -0,0 +1,4 @@ +# Rate Limiter +Owner: BOB +Language: Python +Description: Enforces API rate limits per client. diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/components/web-ui/README.md b/shellops/assets/ShellOps_2f23f8ead0/gold/components/web-ui/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa26691c3dc53ec2f89c27188ab6a169e762449c --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/gold/components/web-ui/README.md @@ -0,0 +1,4 @@ +# Web UI +Owner: Charlie +Language: TypeScript +Description: Frontend React application. diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/partners/.keep b/shellops/assets/ShellOps_2f23f8ead0/gold/partners/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2f23f8ead0/gold/partners/OWNERS.txt b/shellops/assets/ShellOps_2f23f8ead0/gold/partners/OWNERS.txt new file mode 100644 index 0000000000000000000000000000000000000000..6183dd72dccd366010e592bbcadd9ee38f9c507f --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/gold/partners/OWNERS.txt @@ -0,0 +1,4 @@ +auth-gateway:alice +cache-layer:dana +rate-limiter:bob +web-ui:charlie diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/components/.keep b/shellops/assets/ShellOps_2f23f8ead0/init/components/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/components/auth-gateway/README.md b/shellops/assets/ShellOps_2f23f8ead0/init/components/auth-gateway/README.md new file mode 100644 index 0000000000000000000000000000000000000000..35dd468abfbb83df6625bdf64ae6c9f51cc0c69e --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/init/components/auth-gateway/README.md @@ -0,0 +1,4 @@ +# Auth Gateway +Owner: alice +Language: Go +Description: Handles OAuth flows and token validation. diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/components/cache-layer/README.md b/shellops/assets/ShellOps_2f23f8ead0/init/components/cache-layer/README.md new file mode 100644 index 0000000000000000000000000000000000000000..490d6d171b0c84bd27cd56fb3ed1cdd748c37e95 --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/init/components/cache-layer/README.md @@ -0,0 +1,4 @@ +# Cache Layer +Owner: DANA +Language: Rust +Description: Distributed caching service. diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/components/ingestion/README.md b/shellops/assets/ShellOps_2f23f8ead0/init/components/ingestion/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6d75c714af449c2bfdf2d17e17a2583658b924fd --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/init/components/ingestion/README.md @@ -0,0 +1,3 @@ +# Ingestion Pipeline +Language: Java +Description: Batch data ingestion. diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/components/rate-limiter/README.md b/shellops/assets/ShellOps_2f23f8ead0/init/components/rate-limiter/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b3ed6b644c796ca97042eda7d5fe7182ddf9270c --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/init/components/rate-limiter/README.md @@ -0,0 +1,4 @@ +# Rate Limiter +Owner: BOB +Language: Python +Description: Enforces API rate limits per client. diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/components/web-ui/README.md b/shellops/assets/ShellOps_2f23f8ead0/init/components/web-ui/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa26691c3dc53ec2f89c27188ab6a169e762449c --- /dev/null +++ b/shellops/assets/ShellOps_2f23f8ead0/init/components/web-ui/README.md @@ -0,0 +1,4 @@ +# Web UI +Owner: Charlie +Language: TypeScript +Description: Frontend React application. diff --git a/shellops/assets/ShellOps_2f23f8ead0/init/partners/.keep b/shellops/assets/ShellOps_2f23f8ead0/init/partners/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/approved.txt b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..935486200ab31ab4d0b3f555c0b4153877539958 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/approved.txt @@ -0,0 +1,9 @@ +alpha-node +beta-node +gamma-node +delta-node +epsilon-node +zeta-node +eta-node +theta-node +distractor-node diff --git a/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/missing_approved.txt b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/missing_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ee75812440fb882da0b6fcb089091ef62b00924 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/missing_approved.txt @@ -0,0 +1,4 @@ +delta-node +distractor-node +eta-node +zeta-node diff --git a/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/notes.md b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8610aeeff750712a9a938f41d8c1224b9aae1cc8 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/notes.md @@ -0,0 +1,8 @@ +# Host registry notes + +- alpha-node: primary gateway +- beta-node: scheduled maintenance +- gamma-node: active +- epsilon-node: active +- theta-node: active +- unrelated-node: not in approved list diff --git a/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/runtime_registry.xml b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/runtime_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..1fec4def664f48a952e2bb60a4f086de098db117 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/gold/hosts/runtime_registry.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_2f2beb30c8/init/hosts/approved.txt b/shellops/assets/ShellOps_2f2beb30c8/init/hosts/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..935486200ab31ab4d0b3f555c0b4153877539958 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/init/hosts/approved.txt @@ -0,0 +1,9 @@ +alpha-node +beta-node +gamma-node +delta-node +epsilon-node +zeta-node +eta-node +theta-node +distractor-node diff --git a/shellops/assets/ShellOps_2f2beb30c8/init/hosts/notes.md b/shellops/assets/ShellOps_2f2beb30c8/init/hosts/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8610aeeff750712a9a938f41d8c1224b9aae1cc8 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/init/hosts/notes.md @@ -0,0 +1,8 @@ +# Host registry notes + +- alpha-node: primary gateway +- beta-node: scheduled maintenance +- gamma-node: active +- epsilon-node: active +- theta-node: active +- unrelated-node: not in approved list diff --git a/shellops/assets/ShellOps_2f2beb30c8/init/hosts/runtime_registry.xml b/shellops/assets/ShellOps_2f2beb30c8/init/hosts/runtime_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..1fec4def664f48a952e2bb60a4f086de098db117 --- /dev/null +++ b/shellops/assets/ShellOps_2f2beb30c8/init/hosts/runtime_registry.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_1234.log b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_1234.log new file mode 100644 index 0000000000000000000000000000000000000000..a4e7ebd28da37cefc452f0882b8028bcd980e66d --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_1234.log @@ -0,0 +1,3 @@ +2024-03-15 10:00:01 node_id=1234 heap_used_mb=512 cpu=42 +2024-03-15 10:05:01 node_id=1234 heap_used_mb=768 cpu=45 +2024-03-15 10:10:01 node_id=1234 heap_used_mb=640 cpu=43 diff --git a/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_5678.log b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_5678.log new file mode 100644 index 0000000000000000000000000000000000000000..554f9b3694cdc7bbb9d22937d454215bc0ad0ee5 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_5678.log @@ -0,0 +1,3 @@ +2024-03-15 10:00:02 node_id=5678 heap_used_mb=1024 cpu=78 +2024-03-15 10:05:02 node_id=5678 heap_used_mb=896 cpu=77 +2024-03-15 10:10:02 node_id=5678 heap_used_mb=1088 cpu=79 diff --git a/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_9999.log b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_9999.log new file mode 100644 index 0000000000000000000000000000000000000000..f44f9a999f64d98c2d942dccdc3204b0f3afb689 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/node_9999.log @@ -0,0 +1,3 @@ +2024-03-15 10:00:03 node_id=9999 heap_used_mb=256 cpu=22 +2024-03-15 10:05:03 node_id=9999 heap_used_mb=256 cpu=23 +2024-03-15 10:10:03 node_id=9999 heap_used_mb=256 cpu=21 diff --git a/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/notes.txt b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d1432da73ef8da54064da517cd0c0b28c056d36 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/notes.txt @@ -0,0 +1 @@ +Diagnostics collection ran from 2024-03-15 10:00 to 10:10. Logs include heap_used_mb and cpu metrics per node. diff --git a/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/peak_heap_report.tsv b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/peak_heap_report.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a31cb959cfacc0c0235bbbc72accea93d5884430 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/gold/diagnostics/peak_heap_report.tsv @@ -0,0 +1,4 @@ +node_id peak_heap_mb +5678 1088 +1234 768 +9999 256 diff --git a/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_1234.log b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_1234.log new file mode 100644 index 0000000000000000000000000000000000000000..a4e7ebd28da37cefc452f0882b8028bcd980e66d --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_1234.log @@ -0,0 +1,3 @@ +2024-03-15 10:00:01 node_id=1234 heap_used_mb=512 cpu=42 +2024-03-15 10:05:01 node_id=1234 heap_used_mb=768 cpu=45 +2024-03-15 10:10:01 node_id=1234 heap_used_mb=640 cpu=43 diff --git a/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_5678.log b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_5678.log new file mode 100644 index 0000000000000000000000000000000000000000..554f9b3694cdc7bbb9d22937d454215bc0ad0ee5 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_5678.log @@ -0,0 +1,3 @@ +2024-03-15 10:00:02 node_id=5678 heap_used_mb=1024 cpu=78 +2024-03-15 10:05:02 node_id=5678 heap_used_mb=896 cpu=77 +2024-03-15 10:10:02 node_id=5678 heap_used_mb=1088 cpu=79 diff --git a/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_9999.log b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_9999.log new file mode 100644 index 0000000000000000000000000000000000000000..f44f9a999f64d98c2d942dccdc3204b0f3afb689 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/node_9999.log @@ -0,0 +1,3 @@ +2024-03-15 10:00:03 node_id=9999 heap_used_mb=256 cpu=22 +2024-03-15 10:05:03 node_id=9999 heap_used_mb=256 cpu=23 +2024-03-15 10:10:03 node_id=9999 heap_used_mb=256 cpu=21 diff --git a/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/notes.txt b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d1432da73ef8da54064da517cd0c0b28c056d36 --- /dev/null +++ b/shellops/assets/ShellOps_2f608dc55b/init/diagnostics/notes.txt @@ -0,0 +1 @@ +Diagnostics collection ran from 2024-03-15 10:00 to 10:10. Logs include heap_used_mb and cpu metrics per node. diff --git a/shellops/assets/ShellOps_2f72bea701/gold/audit/deprecated.log b/shellops/assets/ShellOps_2f72bea701/gold/audit/deprecated.log new file mode 100644 index 0000000000000000000000000000000000000000..7b1607d511c3fd7784a285c5e996d3a7841e167f --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/gold/audit/deprecated.log @@ -0,0 +1,5 @@ +# Nodes marked for decommission +decommissioned +node-50 +node-50 + diff --git a/shellops/assets/ShellOps_2f72bea701/gold/nodes/active.cnf b/shellops/assets/ShellOps_2f72bea701/gold/nodes/active.cnf new file mode 100644 index 0000000000000000000000000000000000000000..38e9dd0dde7ea446b53f4304e945f19a70cae243 --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/gold/nodes/active.cnf @@ -0,0 +1,5 @@ +# Legacy active nodes list +[node-10] +[node-20] +[node-30] +[node-40] diff --git a/shellops/assets/ShellOps_2f72bea701/gold/nodes/active.tsv b/shellops/assets/ShellOps_2f72bea701/gold/nodes/active.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b24029cb30a78e4ada0fe1585a91c347bf2998d4 --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/gold/nodes/active.tsv @@ -0,0 +1,3 @@ +node-10 worker active 2024-06-01 +node-20 master active 2024-06-02 +node-40 ingress active 2024-06-03 diff --git a/shellops/assets/ShellOps_2f72bea701/gold/registry/nodes.json b/shellops/assets/ShellOps_2f72bea701/gold/registry/nodes.json new file mode 100644 index 0000000000000000000000000000000000000000..7c89962d739525947f8db3e451e2ba368bca8637 --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/gold/registry/nodes.json @@ -0,0 +1,7 @@ +{ + "node-10": {"role": "worker", "status": "active", "last_seen": "2024-06-01"}, + "node-20": {"role": "master", "status": "active", "last_seen": "2024-06-02"}, + "node-30": {"role": "worker", "status": "draining", "last_seen": "2024-05-15"}, + "node-40": {"role": "ingress", "status": "active", "last_seen": "2024-06-03"}, + "node-50": {"role": "worker", "status": "active", "last_seen": "2024-05-31"} +} diff --git a/shellops/assets/ShellOps_2f72bea701/init/audit/deprecated.log b/shellops/assets/ShellOps_2f72bea701/init/audit/deprecated.log new file mode 100644 index 0000000000000000000000000000000000000000..7b1607d511c3fd7784a285c5e996d3a7841e167f --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/init/audit/deprecated.log @@ -0,0 +1,5 @@ +# Nodes marked for decommission +decommissioned +node-50 +node-50 + diff --git a/shellops/assets/ShellOps_2f72bea701/init/nodes/active.cnf b/shellops/assets/ShellOps_2f72bea701/init/nodes/active.cnf new file mode 100644 index 0000000000000000000000000000000000000000..38e9dd0dde7ea446b53f4304e945f19a70cae243 --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/init/nodes/active.cnf @@ -0,0 +1,5 @@ +# Legacy active nodes list +[node-10] +[node-20] +[node-30] +[node-40] diff --git a/shellops/assets/ShellOps_2f72bea701/init/registry/nodes.json b/shellops/assets/ShellOps_2f72bea701/init/registry/nodes.json new file mode 100644 index 0000000000000000000000000000000000000000..7c89962d739525947f8db3e451e2ba368bca8637 --- /dev/null +++ b/shellops/assets/ShellOps_2f72bea701/init/registry/nodes.json @@ -0,0 +1,7 @@ +{ + "node-10": {"role": "worker", "status": "active", "last_seen": "2024-06-01"}, + "node-20": {"role": "master", "status": "active", "last_seen": "2024-06-02"}, + "node-30": {"role": "worker", "status": "draining", "last_seen": "2024-05-15"}, + "node-40": {"role": "ingress", "status": "active", "last_seen": "2024-06-03"}, + "node-50": {"role": "worker", "status": "active", "last_seen": "2024-05-31"} +} diff --git a/shellops/assets/ShellOps_2f9b92c126/gold/approved_retries.ndjson b/shellops/assets/ShellOps_2f9b92c126/gold/approved_retries.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8e6bf7af47ab9945e8c315689efa02cda08c4e18 --- /dev/null +++ b/shellops/assets/ShellOps_2f9b92c126/gold/approved_retries.ndjson @@ -0,0 +1,2 @@ +{"timestamp": "2024-04-15T09:15:22Z", "reason": "network timeout"} +{"timestamp": "2024-04-15T13:20:11Z", "reason": "config error"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2f9b92c126/gold/deploy/errors.ndjson b/shellops/assets/ShellOps_2f9b92c126/gold/deploy/errors.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..5e03abb3dfb249c49783c6d41c84ee8ac793534b --- /dev/null +++ b/shellops/assets/ShellOps_2f9b92c126/gold/deploy/errors.ndjson @@ -0,0 +1,4 @@ +{"timestamp": "2024-04-15T08:30:45Z", "status": "failed", "service": "api"} +{"timestamp": "2024-04-15T09:15:22Z", "status": "failed", "service": "db"} +{"timestamp": "2024-04-15T10:00:03Z", "status": "success", "service": "cache"} +{"timestamp": "2024-04-15T11:45:18Z", "status": "failed", "service": "storage"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2f9b92c126/gold/failures.txt b/shellops/assets/ShellOps_2f9b92c126/gold/failures.txt new file mode 100644 index 0000000000000000000000000000000000000000..65b65ad43b29763a7cb0d7cfe092c44e6b514a2d --- /dev/null +++ b/shellops/assets/ShellOps_2f9b92c126/gold/failures.txt @@ -0,0 +1,2 @@ +2024-04-15T08:30:45Z +2024-04-15T11:45:18Z diff --git a/shellops/assets/ShellOps_2f9b92c126/init/approved_retries.ndjson b/shellops/assets/ShellOps_2f9b92c126/init/approved_retries.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8e6bf7af47ab9945e8c315689efa02cda08c4e18 --- /dev/null +++ b/shellops/assets/ShellOps_2f9b92c126/init/approved_retries.ndjson @@ -0,0 +1,2 @@ +{"timestamp": "2024-04-15T09:15:22Z", "reason": "network timeout"} +{"timestamp": "2024-04-15T13:20:11Z", "reason": "config error"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2f9b92c126/init/deploy/errors.ndjson b/shellops/assets/ShellOps_2f9b92c126/init/deploy/errors.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..5e03abb3dfb249c49783c6d41c84ee8ac793534b --- /dev/null +++ b/shellops/assets/ShellOps_2f9b92c126/init/deploy/errors.ndjson @@ -0,0 +1,4 @@ +{"timestamp": "2024-04-15T08:30:45Z", "status": "failed", "service": "api"} +{"timestamp": "2024-04-15T09:15:22Z", "status": "failed", "service": "db"} +{"timestamp": "2024-04-15T10:00:03Z", "status": "success", "service": "cache"} +{"timestamp": "2024-04-15T11:45:18Z", "status": "failed", "service": "storage"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2f9d0682ce/gold/CREDITS b/shellops/assets/ShellOps_2f9d0682ce/gold/CREDITS new file mode 100644 index 0000000000000000000000000000000000000000..29b790a5438d370d2b95ff339f913538c1a6eafc --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/gold/CREDITS @@ -0,0 +1,6 @@ +Alice Johnson +Bob Smith +Charlie Brown +Diana Prince +Eve Anderson +Frank Castle diff --git a/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-01.log b/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6c6aee53d5992fffa70070212ecde4d4c07939dd --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-01.log @@ -0,0 +1,11 @@ +commit abc123 +Author: Alice Johnson +date: 2024-01-15 + +commit def456 +Author: Bob Smith +date: 2024-01-20 + +commit ghi789 +Author: Alice Johnson +date: 2024-01-25 diff --git a/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-02.log b/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7febb8cb2a1bcef148482a2097b3d93f72c3d078 --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-02.log @@ -0,0 +1,11 @@ +commit jkl012 +Author: Charlie Brown +date: 2024-02-05 + +commit mno345 +Author: Diana Prince +date: 2024-02-10 + +commit pqr678 +Author: Bob Smith +date: 2024-02-15 diff --git a/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-03.log b/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-03.log new file mode 100644 index 0000000000000000000000000000000000000000..cf4a586dc6bd0e70c9db7330fa28519b05139190 --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/gold/commits/2024-03.log @@ -0,0 +1,11 @@ +commit stu901 +Author: Eve Anderson +date: 2024-03-01 + +commit vwx234 +Author: Charlie Brown +date: 2024-03-10 + +commit yza567 +Author: Frank Castle +date: 2024-03-20 diff --git a/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-01.log b/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6c6aee53d5992fffa70070212ecde4d4c07939dd --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-01.log @@ -0,0 +1,11 @@ +commit abc123 +Author: Alice Johnson +date: 2024-01-15 + +commit def456 +Author: Bob Smith +date: 2024-01-20 + +commit ghi789 +Author: Alice Johnson +date: 2024-01-25 diff --git a/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-02.log b/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7febb8cb2a1bcef148482a2097b3d93f72c3d078 --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-02.log @@ -0,0 +1,11 @@ +commit jkl012 +Author: Charlie Brown +date: 2024-02-05 + +commit mno345 +Author: Diana Prince +date: 2024-02-10 + +commit pqr678 +Author: Bob Smith +date: 2024-02-15 diff --git a/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-03.log b/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-03.log new file mode 100644 index 0000000000000000000000000000000000000000..cf4a586dc6bd0e70c9db7330fa28519b05139190 --- /dev/null +++ b/shellops/assets/ShellOps_2f9d0682ce/init/commits/2024-03.log @@ -0,0 +1,11 @@ +commit stu901 +Author: Eve Anderson +date: 2024-03-01 + +commit vwx234 +Author: Charlie Brown +date: 2024-03-10 + +commit yza567 +Author: Frank Castle +date: 2024-03-20 diff --git a/shellops/assets/ShellOps_2fb612228f/gold/missing_skus.txt b/shellops/assets/ShellOps_2fb612228f/gold/missing_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3a009573edc3ac201480b4cfc1911d140efaa9a --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/gold/missing_skus.txt @@ -0,0 +1,2 @@ +SKU-ETA +SKU-ZETA diff --git a/shellops/assets/ShellOps_2fb612228f/gold/notes.md b/shellops/assets/ShellOps_2fb612228f/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ec8a95c45fa0f114de00839504d918b788fa2a20 --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/gold/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not be used for the task. diff --git a/shellops/assets/ShellOps_2fb612228f/gold/sku_index.json b/shellops/assets/ShellOps_2fb612228f/gold/sku_index.json new file mode 100644 index 0000000000000000000000000000000000000000..7fdcfb765ea9e71dda5b6720869de6d7a3f38411 --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/gold/sku_index.json @@ -0,0 +1,8 @@ +{ + "active_skus": [ + "SKU-ALPHA", + "SKU-BETA", + "SKU-EPSILON", + "SKU-THETA" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fb612228f/gold/supplier_shipments.csv b/shellops/assets/ShellOps_2fb612228f/gold/supplier_shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9f6ac150fdb43e784dbff8d4effbf7b6040d127 --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/gold/supplier_shipments.csv @@ -0,0 +1,9 @@ +id,sku,description,status +1001,SKU-ALPHA,Widget A,active +1002,SKU-BETA,Gadget B,active +1003,,Gadget C,active +1004,SKU-DELTA,Tool D,discontinued +1005,SKU-EPSILON,Widget E,active +1006,SKU-ZETA,Tool F,active +1007,SKU-BETA,Widget B Duplicate,active +1008,SKU-ETA,Tool G,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fb612228f/init/notes.md b/shellops/assets/ShellOps_2fb612228f/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ec8a95c45fa0f114de00839504d918b788fa2a20 --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/init/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not be used for the task. diff --git a/shellops/assets/ShellOps_2fb612228f/init/sku_index.json b/shellops/assets/ShellOps_2fb612228f/init/sku_index.json new file mode 100644 index 0000000000000000000000000000000000000000..7fdcfb765ea9e71dda5b6720869de6d7a3f38411 --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/init/sku_index.json @@ -0,0 +1,8 @@ +{ + "active_skus": [ + "SKU-ALPHA", + "SKU-BETA", + "SKU-EPSILON", + "SKU-THETA" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fb612228f/init/supplier_shipments.csv b/shellops/assets/ShellOps_2fb612228f/init/supplier_shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9f6ac150fdb43e784dbff8d4effbf7b6040d127 --- /dev/null +++ b/shellops/assets/ShellOps_2fb612228f/init/supplier_shipments.csv @@ -0,0 +1,9 @@ +id,sku,description,status +1001,SKU-ALPHA,Widget A,active +1002,SKU-BETA,Gadget B,active +1003,,Gadget C,active +1004,SKU-DELTA,Tool D,discontinued +1005,SKU-EPSILON,Widget E,active +1006,SKU-ZETA,Tool F,active +1007,SKU-BETA,Widget B Duplicate,active +1008,SKU-ETA,Tool G,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fc4de5532/gold/manifests/devices_a.txt b/shellops/assets/ShellOps_2fc4de5532/gold/manifests/devices_a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae0651d706a253a43c97d7fa2360020aca424be5 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/gold/manifests/devices_a.txt @@ -0,0 +1,5 @@ +DEV_1002 +dev_1005 +# deprecated device +dev_1008 +DEV_1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fc4de5532/gold/manifests/devices_b.txt b/shellops/assets/ShellOps_2fc4de5532/gold/manifests/devices_b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0e319291f5914fbe7f52310ef35903271b97f67 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/gold/manifests/devices_b.txt @@ -0,0 +1,5 @@ +dev_1002 +DEV_1005 +dev_1015 +# comment line +DEV_1020 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fc4de5532/gold/manifests/notes.md b/shellops/assets/ShellOps_2fc4de5532/gold/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0c29cf8ed8b614635f10416aeb18502655f65284 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/gold/manifests/notes.md @@ -0,0 +1,2 @@ +This directory contains legacy device manifests from different collection periods. +Some entries may overlap. diff --git a/shellops/assets/ShellOps_2fc4de5532/gold/reports/unified_devices.txt b/shellops/assets/ShellOps_2fc4de5532/gold/reports/unified_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..39ce00da7763257b3948663973445d00902ebe50 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/gold/reports/unified_devices.txt @@ -0,0 +1,6 @@ +dev_1002 +dev_1005 +dev_1008 +dev_1010 +dev_1015 +dev_1020 diff --git a/shellops/assets/ShellOps_2fc4de5532/init/manifests/devices_a.txt b/shellops/assets/ShellOps_2fc4de5532/init/manifests/devices_a.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae0651d706a253a43c97d7fa2360020aca424be5 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/init/manifests/devices_a.txt @@ -0,0 +1,5 @@ +DEV_1002 +dev_1005 +# deprecated device +dev_1008 +DEV_1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fc4de5532/init/manifests/devices_b.txt b/shellops/assets/ShellOps_2fc4de5532/init/manifests/devices_b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0e319291f5914fbe7f52310ef35903271b97f67 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/init/manifests/devices_b.txt @@ -0,0 +1,5 @@ +dev_1002 +DEV_1005 +dev_1015 +# comment line +DEV_1020 \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fc4de5532/init/manifests/notes.md b/shellops/assets/ShellOps_2fc4de5532/init/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0c29cf8ed8b614635f10416aeb18502655f65284 --- /dev/null +++ b/shellops/assets/ShellOps_2fc4de5532/init/manifests/notes.md @@ -0,0 +1,2 @@ +This directory contains legacy device manifests from different collection periods. +Some entries may overlap. diff --git a/shellops/assets/ShellOps_2fda32c919/gold/active_services.tsv b/shellops/assets/ShellOps_2fda32c919/gold/active_services.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7dbbce12d17d567e898401f6791859f80ae59304 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/active_services.tsv @@ -0,0 +1,3 @@ +svc_001 api-frontend us-east-1 +svc_002 db-primary eu-west-2 +svc_005 async-worker us-east-2 diff --git a/shellops/assets/ShellOps_2fda32c919/gold/notes/README.md b/shellops/assets/ShellOps_2fda32c919/gold/notes/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e72c030887a498e362bec141343b98ffc896821f --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/notes/README.md @@ -0,0 +1,3 @@ +# Service Profile Notes +- Profiles are stored in JSON format. +- Use suppressions/decommissioned.txt to exclude retired services. diff --git a/shellops/assets/ShellOps_2fda32c919/gold/profiles/cache.json b/shellops/assets/ShellOps_2fda32c919/gold/profiles/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..7abf8a9e6a918eca7388b399e7441e6a67ea5220 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/profiles/cache.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_003", + "profile_name": "redis-cache", + "region": "ap-southeast-1", + "status": "degraded", + "last_error": "connection timeout" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/gold/profiles/database.json b/shellops/assets/ShellOps_2fda32c919/gold/profiles/database.json new file mode 100644 index 0000000000000000000000000000000000000000..95500a19576e81800a30286f9047b094244f8ebc --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/profiles/database.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_002", + "profile_name": "db-primary", + "region": "eu-west-2", + "status": "active", + "last_error": "" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/gold/profiles/distractor/archived.json b/shellops/assets/ShellOps_2fda32c919/gold/profiles/distractor/archived.json new file mode 100644 index 0000000000000000000000000000000000000000..7c138e38cc3bbfa2d4f169a313e229c8ba7eac26 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/profiles/distractor/archived.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_100", + "profile_name": "old-cron", + "region": "us-central-1", + "status": "archived", + "last_error": null +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/gold/profiles/frontend.json b/shellops/assets/ShellOps_2fda32c919/gold/profiles/frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..879e911e7006d6f6107d129718a8c782b90f0d6a --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/profiles/frontend.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_001", + "profile_name": "api-frontend", + "region": "us-east-1", + "status": "active", + "last_error": null +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/gold/profiles/legacy.json b/shellops/assets/ShellOps_2fda32c919/gold/profiles/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..04b7944ab01e55552229eb046578e169e846e203 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/profiles/legacy.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_004", + "profile_name": "legacy-api", + "region": "us-west-2", + "status": "active", + "last_error": "auth failure" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/gold/profiles/worker.json b/shellops/assets/ShellOps_2fda32c919/gold/profiles/worker.json new file mode 100644 index 0000000000000000000000000000000000000000..62bc4e2d367a0c3bcedba924beea671cd3947048 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/profiles/worker.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_005", + "profile_name": "async-worker", + "region": "us-east-2", + "status": "active", + "last_error": null +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/gold/suppressions/decommissioned.txt b/shellops/assets/ShellOps_2fda32c919/gold/suppressions/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..95eadf524e285b13e78e8327374e087e78e3d812 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/gold/suppressions/decommissioned.txt @@ -0,0 +1,3 @@ +# Decommissioned services +svc_004 +svc_999 diff --git a/shellops/assets/ShellOps_2fda32c919/init/notes/README.md b/shellops/assets/ShellOps_2fda32c919/init/notes/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e72c030887a498e362bec141343b98ffc896821f --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/notes/README.md @@ -0,0 +1,3 @@ +# Service Profile Notes +- Profiles are stored in JSON format. +- Use suppressions/decommissioned.txt to exclude retired services. diff --git a/shellops/assets/ShellOps_2fda32c919/init/profiles/cache.json b/shellops/assets/ShellOps_2fda32c919/init/profiles/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..7abf8a9e6a918eca7388b399e7441e6a67ea5220 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/profiles/cache.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_003", + "profile_name": "redis-cache", + "region": "ap-southeast-1", + "status": "degraded", + "last_error": "connection timeout" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/init/profiles/database.json b/shellops/assets/ShellOps_2fda32c919/init/profiles/database.json new file mode 100644 index 0000000000000000000000000000000000000000..95500a19576e81800a30286f9047b094244f8ebc --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/profiles/database.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_002", + "profile_name": "db-primary", + "region": "eu-west-2", + "status": "active", + "last_error": "" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/init/profiles/distractor/archived.json b/shellops/assets/ShellOps_2fda32c919/init/profiles/distractor/archived.json new file mode 100644 index 0000000000000000000000000000000000000000..7c138e38cc3bbfa2d4f169a313e229c8ba7eac26 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/profiles/distractor/archived.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_100", + "profile_name": "old-cron", + "region": "us-central-1", + "status": "archived", + "last_error": null +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/init/profiles/frontend.json b/shellops/assets/ShellOps_2fda32c919/init/profiles/frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..879e911e7006d6f6107d129718a8c782b90f0d6a --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/profiles/frontend.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_001", + "profile_name": "api-frontend", + "region": "us-east-1", + "status": "active", + "last_error": null +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/init/profiles/legacy.json b/shellops/assets/ShellOps_2fda32c919/init/profiles/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..04b7944ab01e55552229eb046578e169e846e203 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/profiles/legacy.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_004", + "profile_name": "legacy-api", + "region": "us-west-2", + "status": "active", + "last_error": "auth failure" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/init/profiles/worker.json b/shellops/assets/ShellOps_2fda32c919/init/profiles/worker.json new file mode 100644 index 0000000000000000000000000000000000000000..62bc4e2d367a0c3bcedba924beea671cd3947048 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/profiles/worker.json @@ -0,0 +1,7 @@ +{ + "service_id": "svc_005", + "profile_name": "async-worker", + "region": "us-east-2", + "status": "active", + "last_error": null +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_2fda32c919/init/suppressions/decommissioned.txt b/shellops/assets/ShellOps_2fda32c919/init/suppressions/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..95eadf524e285b13e78e8327374e087e78e3d812 --- /dev/null +++ b/shellops/assets/ShellOps_2fda32c919/init/suppressions/decommissioned.txt @@ -0,0 +1,3 @@ +# Decommissioned services +svc_004 +svc_999 diff --git a/shellops/assets/ShellOps_30084ffee4/gold/missing_from_logs.txt b/shellops/assets/ShellOps_30084ffee4/gold/missing_from_logs.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa9cddf4efc49232985060887beee0ebc10f7e4f --- /dev/null +++ b/shellops/assets/ShellOps_30084ffee4/gold/missing_from_logs.txt @@ -0,0 +1 @@ +metrotr07 diff --git a/shellops/assets/ShellOps_30084ffee4/gold/network_routers.tsv b/shellops/assets/ShellOps_30084ffee4/gold/network_routers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a03c719ded8a52c91ad345a897d0338971c300b8 --- /dev/null +++ b/shellops/assets/ShellOps_30084ffee4/gold/network_routers.tsv @@ -0,0 +1,5 @@ +Hostname IP Location +coregw01 192.168.1.1 DC1 +branchesw12 10.2.44.12 BranchA +edgefw03 10.5.17.3 Edge03 +metrotr07 172.22.8.7 MetroSiteQ diff --git a/shellops/assets/ShellOps_30084ffee4/gold/router_logs/debug.20230417.log b/shellops/assets/ShellOps_30084ffee4/gold/router_logs/debug.20230417.log new file mode 100644 index 0000000000000000000000000000000000000000..7963b374aeec6934dad88953e4cfcfeda2c3e3fe --- /dev/null +++ b/shellops/assets/ShellOps_30084ffee4/gold/router_logs/debug.20230417.log @@ -0,0 +1,3 @@ +2023-04-17T08:42:15 [ERROR] Failed to ping router 'branchesw12' (10.2.44.12) +2023-04-17T09:15:22 [INFO] Reboot initiated for router 'edgefw03' +2023-04-17T11:03:44 [WARNING] High latency on router 'coregw01' diff --git a/shellops/assets/ShellOps_30084ffee4/init/network_routers.tsv b/shellops/assets/ShellOps_30084ffee4/init/network_routers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a03c719ded8a52c91ad345a897d0338971c300b8 --- /dev/null +++ b/shellops/assets/ShellOps_30084ffee4/init/network_routers.tsv @@ -0,0 +1,5 @@ +Hostname IP Location +coregw01 192.168.1.1 DC1 +branchesw12 10.2.44.12 BranchA +edgefw03 10.5.17.3 Edge03 +metrotr07 172.22.8.7 MetroSiteQ diff --git a/shellops/assets/ShellOps_30084ffee4/init/router_logs/debug.20230417.log b/shellops/assets/ShellOps_30084ffee4/init/router_logs/debug.20230417.log new file mode 100644 index 0000000000000000000000000000000000000000..7963b374aeec6934dad88953e4cfcfeda2c3e3fe --- /dev/null +++ b/shellops/assets/ShellOps_30084ffee4/init/router_logs/debug.20230417.log @@ -0,0 +1,3 @@ +2023-04-17T08:42:15 [ERROR] Failed to ping router 'branchesw12' (10.2.44.12) +2023-04-17T09:15:22 [INFO] Reboot initiated for router 'edgefw03' +2023-04-17T11:03:44 [WARNING] High latency on router 'coregw01' diff --git a/shellops/assets/ShellOps_304091f05d/gold/device_inventory.txt b/shellops/assets/ShellOps_304091f05d/gold/device_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..68535c99ffabb65493232fff2aa450ab5ea2d965 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/gold/device_inventory.txt @@ -0,0 +1,3 @@ +devA001 +devB002 +devC002 diff --git a/shellops/assets/ShellOps_304091f05d/gold/devices/alpha.json b/shellops/assets/ShellOps_304091f05d/gold/devices/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..41dcc379aedbac6de38bb4ad16e9564f784ea0d8 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/gold/devices/alpha.json @@ -0,0 +1,2 @@ +{"id": "devA001", "status": "certified", "model": "X-2000"} +{"id": "devA002", "status": "pending", "model": "X-2000"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/gold/devices/beta.json b/shellops/assets/ShellOps_304091f05d/gold/devices/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..e65f911536e6b128c0537735f043fe92d60d808a --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/gold/devices/beta.json @@ -0,0 +1,2 @@ +{"id": "devB001", "status": "certified", "model": "Y-3000"} +{"id": "devB002", "status": "certified", "model": "Y-3000"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/gold/devices/charlie.json b/shellops/assets/ShellOps_304091f05d/gold/devices/charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..1024e6075b505aeb19a694776128219b88ff4052 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/gold/devices/charlie.json @@ -0,0 +1,2 @@ +{"id": "devC001", "status": "deprecated", "model": "Z-4000"} +{"id": "devC002", "status": "certified", "model": "Z-4000"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/gold/devices/notes.md b/shellops/assets/ShellOps_304091f05d/gold/devices/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bc449e6885a6fa4906ae2aa19a439e03e6a892ee --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/gold/devices/notes.md @@ -0,0 +1,2 @@ +This directory contains device profiles exported from the inventory system. +Older exports may include deprecated models. \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/gold/exclusions.txt b/shellops/assets/ShellOps_304091f05d/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdd140d92f04611a7f7523a5ac4b27414163fb43 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/gold/exclusions.txt @@ -0,0 +1,2 @@ +devB001 +devD999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/init/devices/alpha.json b/shellops/assets/ShellOps_304091f05d/init/devices/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..41dcc379aedbac6de38bb4ad16e9564f784ea0d8 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/init/devices/alpha.json @@ -0,0 +1,2 @@ +{"id": "devA001", "status": "certified", "model": "X-2000"} +{"id": "devA002", "status": "pending", "model": "X-2000"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/init/devices/beta.json b/shellops/assets/ShellOps_304091f05d/init/devices/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..e65f911536e6b128c0537735f043fe92d60d808a --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/init/devices/beta.json @@ -0,0 +1,2 @@ +{"id": "devB001", "status": "certified", "model": "Y-3000"} +{"id": "devB002", "status": "certified", "model": "Y-3000"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/init/devices/charlie.json b/shellops/assets/ShellOps_304091f05d/init/devices/charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..1024e6075b505aeb19a694776128219b88ff4052 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/init/devices/charlie.json @@ -0,0 +1,2 @@ +{"id": "devC001", "status": "deprecated", "model": "Z-4000"} +{"id": "devC002", "status": "certified", "model": "Z-4000"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/init/devices/notes.md b/shellops/assets/ShellOps_304091f05d/init/devices/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bc449e6885a6fa4906ae2aa19a439e03e6a892ee --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/init/devices/notes.md @@ -0,0 +1,2 @@ +This directory contains device profiles exported from the inventory system. +Older exports may include deprecated models. \ No newline at end of file diff --git a/shellops/assets/ShellOps_304091f05d/init/exclusions.txt b/shellops/assets/ShellOps_304091f05d/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdd140d92f04611a7f7523a5ac4b27414163fb43 --- /dev/null +++ b/shellops/assets/ShellOps_304091f05d/init/exclusions.txt @@ -0,0 +1,2 @@ +devB001 +devD999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/gold/analyzed_modules.txt b/shellops/assets/ShellOps_3045e7e1c7/gold/analyzed_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e975335987ec9753b5e93b4a967fbd7e3546e63 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/gold/analyzed_modules.txt @@ -0,0 +1,3 @@ +FW_001 +FW_003 +FW_005 diff --git a/shellops/assets/ShellOps_3045e7e1c7/gold/distractor/old_report.json b/shellops/assets/ShellOps_3045e7e1c7/gold/distractor/old_report.json new file mode 100644 index 0000000000000000000000000000000000000000..aa56f2a56230fff161c05fe58220701437412f16 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/gold/distractor/old_report.json @@ -0,0 +1,6 @@ +{ + "timestamp": "2024-12-01T08:00:00Z", + "diagnostics": [ + {"module_id": "LEGACY_001", "status": "obsolete", "voltage": 2.5} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_alpha.json b/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..434a17005e3646e576671a5e501724f8cecc069f --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_alpha.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2025-04-10T09:15:00Z", + "diagnostics": [ + {"module_id": "FW_001", "status": "healthy", "voltage": 3.3}, + {"module_id": "FW_002", "status": "unstable", "voltage": 3.1}, + {"module_id": "FW_003", "status": "healthy", "voltage": 3.4} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_beta.json b/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..eac9c4a7a6a989c729bbc34daf722ef5db26a175 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_beta.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2025-04-10T11:22:00Z", + "diagnostics": [ + {"module_id": "FW_002", "status": "healthy", "voltage": 3.2}, + {"module_id": "FW_004", "status": "degraded", "voltage": 2.9}, + {"module_id": "FW_005", "status": "healthy", "voltage": 3.3} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_gamma.json b/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..ebacf4262e18623c57b491e9633d974bd0154123 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/gold/reports/module_gamma.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2025-04-10T14:05:00Z", + "diagnostics": [ + {"module_id": "FW_006", "status": "unstable", "voltage": 3.0}, + {"module_id": "FW_001", "status": "healthy", "voltage": 3.3}, + {"module_id": "FW_003", "status": "degraded", "voltage": 2.8} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/gold/validation_notes.md b/shellops/assets/ShellOps_3045e7e1c7/gold/validation_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8a9d56fcc52abfe86d0f03e941f3de334a62a678 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/gold/validation_notes.md @@ -0,0 +1,10 @@ +# Module validation notes for Q2 2025 + +These are temporary exclusions while we investigate known issues. +skip: FW_002 +skip: FW_004 + +exclude: FW_006 + +Do not include any module marked skip or exclude in the final analysis. +Other notes: FW_001 passed extra testing. diff --git a/shellops/assets/ShellOps_3045e7e1c7/init/distractor/old_report.json b/shellops/assets/ShellOps_3045e7e1c7/init/distractor/old_report.json new file mode 100644 index 0000000000000000000000000000000000000000..aa56f2a56230fff161c05fe58220701437412f16 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/init/distractor/old_report.json @@ -0,0 +1,6 @@ +{ + "timestamp": "2024-12-01T08:00:00Z", + "diagnostics": [ + {"module_id": "LEGACY_001", "status": "obsolete", "voltage": 2.5} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_alpha.json b/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..434a17005e3646e576671a5e501724f8cecc069f --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_alpha.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2025-04-10T09:15:00Z", + "diagnostics": [ + {"module_id": "FW_001", "status": "healthy", "voltage": 3.3}, + {"module_id": "FW_002", "status": "unstable", "voltage": 3.1}, + {"module_id": "FW_003", "status": "healthy", "voltage": 3.4} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_beta.json b/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..eac9c4a7a6a989c729bbc34daf722ef5db26a175 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_beta.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2025-04-10T11:22:00Z", + "diagnostics": [ + {"module_id": "FW_002", "status": "healthy", "voltage": 3.2}, + {"module_id": "FW_004", "status": "degraded", "voltage": 2.9}, + {"module_id": "FW_005", "status": "healthy", "voltage": 3.3} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_gamma.json b/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..ebacf4262e18623c57b491e9633d974bd0154123 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/init/reports/module_gamma.json @@ -0,0 +1,8 @@ +{ + "timestamp": "2025-04-10T14:05:00Z", + "diagnostics": [ + {"module_id": "FW_006", "status": "unstable", "voltage": 3.0}, + {"module_id": "FW_001", "status": "healthy", "voltage": 3.3}, + {"module_id": "FW_003", "status": "degraded", "voltage": 2.8} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3045e7e1c7/init/validation_notes.md b/shellops/assets/ShellOps_3045e7e1c7/init/validation_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8a9d56fcc52abfe86d0f03e941f3de334a62a678 --- /dev/null +++ b/shellops/assets/ShellOps_3045e7e1c7/init/validation_notes.md @@ -0,0 +1,10 @@ +# Module validation notes for Q2 2025 + +These are temporary exclusions while we investigate known issues. +skip: FW_002 +skip: FW_004 + +exclude: FW_006 + +Do not include any module marked skip or exclude in the final analysis. +Other notes: FW_001 passed extra testing. diff --git a/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/api.yml b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/api.yml new file mode 100644 index 0000000000000000000000000000000000000000..8e01796af0e12e57a4468246ee79374f430abab5 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/api.yml @@ -0,0 +1,5 @@ +service: + name: api_gateway + port: 9000 + health_check: /status + timeout: 10s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/cache.yml b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/cache.yml new file mode 100644 index 0000000000000000000000000000000000000000..7c4c0ead8023777babeb2ff72fb3fcb11b5d3029 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/cache.yml @@ -0,0 +1,5 @@ +service: + name: redis + port: 6379 + health_check: /ping + timeout: 5s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/frontend.yml b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/frontend.yml new file mode 100644 index 0000000000000000000000000000000000000000..afec16074f1320894273ea5454161a53d0a88197 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/frontend.yml @@ -0,0 +1,5 @@ +service: + name: webapp + port: 8080 + health_check: /health + timeout: 30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/queue.yml b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/queue.yml new file mode 100644 index 0000000000000000000000000000000000000000..65702dceb1e500bfa6fcf03e4f8d9def14a5e1d5 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/gold/lb_configs/queue.yml @@ -0,0 +1,5 @@ +service: + name: rabbitmq + port: 5672 + health_check: /alive + timeout: 5s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/init/lb_configs/api.yml b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/api.yml new file mode 100644 index 0000000000000000000000000000000000000000..8e01796af0e12e57a4468246ee79374f430abab5 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/api.yml @@ -0,0 +1,5 @@ +service: + name: api_gateway + port: 9000 + health_check: /status + timeout: 10s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/init/lb_configs/cache.yml b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/cache.yml new file mode 100644 index 0000000000000000000000000000000000000000..7c4c0ead8023777babeb2ff72fb3fcb11b5d3029 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/cache.yml @@ -0,0 +1,5 @@ +service: + name: redis + port: 6379 + health_check: /ping + timeout: 5s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/init/lb_configs/frontend.yml b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/frontend.yml new file mode 100644 index 0000000000000000000000000000000000000000..afec16074f1320894273ea5454161a53d0a88197 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/frontend.yml @@ -0,0 +1,5 @@ +service: + name: webapp + port: 8080 + health_check: /health + timeout: 30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_304d070b0a/init/lb_configs/queue.yml b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/queue.yml new file mode 100644 index 0000000000000000000000000000000000000000..65702dceb1e500bfa6fcf03e4f8d9def14a5e1d5 --- /dev/null +++ b/shellops/assets/ShellOps_304d070b0a/init/lb_configs/queue.yml @@ -0,0 +1,5 @@ +service: + name: rabbitmq + port: 5672 + health_check: /alive + timeout: 5s \ No newline at end of file diff --git a/shellops/assets/ShellOps_306abba4c2/gold/plans/basic.cfg b/shellops/assets/ShellOps_306abba4c2/gold/plans/basic.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1db37047182bc611888d1319d95d1374d11b4b00 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/gold/plans/basic.cfg @@ -0,0 +1,4 @@ +name=Basic Plan +tier=basic +rate=9.99 +features=email,support diff --git a/shellops/assets/ShellOps_306abba4c2/gold/plans/enterprise.cfg b/shellops/assets/ShellOps_306abba4c2/gold/plans/enterprise.cfg new file mode 100644 index 0000000000000000000000000000000000000000..68023eb8cfc3aeadddcecc1ef75df4a9a4663ae7 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/gold/plans/enterprise.cfg @@ -0,0 +1,4 @@ +name=Enterprise Plan +tier=enterprise +rate=99.99 +features=email,support,api,premium diff --git a/shellops/assets/ShellOps_306abba4c2/gold/plans/pro.cfg b/shellops/assets/ShellOps_306abba4c2/gold/plans/pro.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9146e204740cbfe8ab1f13fadb62e83fa16d1e71 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/gold/plans/pro.cfg @@ -0,0 +1,4 @@ +name=Pro Plan +tier=pro +rate=19.99 +features=email,support,api diff --git a/shellops/assets/ShellOps_306abba4c2/gold/pricing_tiers.txt b/shellops/assets/ShellOps_306abba4c2/gold/pricing_tiers.txt new file mode 100644 index 0000000000000000000000000000000000000000..06143e8b713b7a066ce2d325914e7cec48cf8324 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/gold/pricing_tiers.txt @@ -0,0 +1,3 @@ +basic +enterprise +pro diff --git a/shellops/assets/ShellOps_306abba4c2/init/plans/basic.cfg b/shellops/assets/ShellOps_306abba4c2/init/plans/basic.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1db37047182bc611888d1319d95d1374d11b4b00 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/init/plans/basic.cfg @@ -0,0 +1,4 @@ +name=Basic Plan +tier=basic +rate=9.99 +features=email,support diff --git a/shellops/assets/ShellOps_306abba4c2/init/plans/enterprise.cfg b/shellops/assets/ShellOps_306abba4c2/init/plans/enterprise.cfg new file mode 100644 index 0000000000000000000000000000000000000000..68023eb8cfc3aeadddcecc1ef75df4a9a4663ae7 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/init/plans/enterprise.cfg @@ -0,0 +1,4 @@ +name=Enterprise Plan +tier=enterprise +rate=99.99 +features=email,support,api,premium diff --git a/shellops/assets/ShellOps_306abba4c2/init/plans/pro.cfg b/shellops/assets/ShellOps_306abba4c2/init/plans/pro.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9146e204740cbfe8ab1f13fadb62e83fa16d1e71 --- /dev/null +++ b/shellops/assets/ShellOps_306abba4c2/init/plans/pro.cfg @@ -0,0 +1,4 @@ +name=Pro Plan +tier=pro +rate=19.99 +features=email,support,api diff --git a/shellops/assets/ShellOps_30f575f523/gold/baseline.conf b/shellops/assets/ShellOps_30f575f523/gold/baseline.conf new file mode 100644 index 0000000000000000000000000000000000000000..79eb36d5269469007fdc33fd3f10af9142ab61d7 --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/gold/baseline.conf @@ -0,0 +1,8 @@ +router:edge-nyc-01 status:CONFIG_2A +router:edge-lax-07 status:CONFIG_2B +router:edge-syd-12 status:CONFIG_1C +router:edge-ams-33 status:CONFIG_1C +router:edge-fra-55 status:CONFIG_3A +# deprecated entry, keep for reference +router:edge-old-99 status:CONFIG_0X +router:edge-lax-09 status:CONFIG_2B diff --git a/shellops/assets/ShellOps_30f575f523/gold/deployments.log b/shellops/assets/ShellOps_30f575f523/gold/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..9b8f2971da71906b790e3d755e776fdf87d7a40c --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/gold/deployments.log @@ -0,0 +1,9 @@ +2025-04-17T10:01:00 edge-nyc-01 CONFIG_2A +2025-04-17T10:02:30 edge-lax-07 CONFIG_2B +2025-04-17T10:03:45 edge-syd-12 CONFIG_1C +2025-04-17T10:04:10 edge-ams-33 CONFIG_1B +2025-04-17T10:05:20 edge-fra-55 CONFIG_3A +# this entry is a comment +distractor line with wrong format +2025-04-17T10:06:00 edge-syd-12 CONFIG_1C +2025-04-17T10:07:15 edge-nyc-01 CONFIG_2A diff --git a/shellops/assets/ShellOps_30f575f523/gold/deviating_routers.txt b/shellops/assets/ShellOps_30f575f523/gold/deviating_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..9788b720b8143df21b56f44e20b0d7b44c6634cb --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/gold/deviating_routers.txt @@ -0,0 +1,3 @@ +edge-ams-33 +edge-lax-09 +edge-old-99 diff --git a/shellops/assets/ShellOps_30f575f523/gold/notes.txt b/shellops/assets/ShellOps_30f575f523/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8297258bd7b2e3541a1bbd369737fe058a047dfc --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/gold/notes.txt @@ -0,0 +1,3 @@ +These are ancillary comments about router configurations. +They might mention edge-nyc-01 and edge-lax-09. +But they are not part of the formal baseline or the deployment log. diff --git a/shellops/assets/ShellOps_30f575f523/init/.tmp/.keep b/shellops/assets/ShellOps_30f575f523/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_30f575f523/init/baseline.conf b/shellops/assets/ShellOps_30f575f523/init/baseline.conf new file mode 100644 index 0000000000000000000000000000000000000000..79eb36d5269469007fdc33fd3f10af9142ab61d7 --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/init/baseline.conf @@ -0,0 +1,8 @@ +router:edge-nyc-01 status:CONFIG_2A +router:edge-lax-07 status:CONFIG_2B +router:edge-syd-12 status:CONFIG_1C +router:edge-ams-33 status:CONFIG_1C +router:edge-fra-55 status:CONFIG_3A +# deprecated entry, keep for reference +router:edge-old-99 status:CONFIG_0X +router:edge-lax-09 status:CONFIG_2B diff --git a/shellops/assets/ShellOps_30f575f523/init/deployments.log b/shellops/assets/ShellOps_30f575f523/init/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..9b8f2971da71906b790e3d755e776fdf87d7a40c --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/init/deployments.log @@ -0,0 +1,9 @@ +2025-04-17T10:01:00 edge-nyc-01 CONFIG_2A +2025-04-17T10:02:30 edge-lax-07 CONFIG_2B +2025-04-17T10:03:45 edge-syd-12 CONFIG_1C +2025-04-17T10:04:10 edge-ams-33 CONFIG_1B +2025-04-17T10:05:20 edge-fra-55 CONFIG_3A +# this entry is a comment +distractor line with wrong format +2025-04-17T10:06:00 edge-syd-12 CONFIG_1C +2025-04-17T10:07:15 edge-nyc-01 CONFIG_2A diff --git a/shellops/assets/ShellOps_30f575f523/init/notes.txt b/shellops/assets/ShellOps_30f575f523/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8297258bd7b2e3541a1bbd369737fe058a047dfc --- /dev/null +++ b/shellops/assets/ShellOps_30f575f523/init/notes.txt @@ -0,0 +1,3 @@ +These are ancillary comments about router configurations. +They might mention edge-nyc-01 and edge-lax-09. +But they are not part of the formal baseline or the deployment log. diff --git a/shellops/assets/ShellOps_30f76021c2/gold/audit_logs/session_20240515.xml b/shellops/assets/ShellOps_30f76021c2/gold/audit_logs/session_20240515.xml new file mode 100644 index 0000000000000000000000000000000000000000..b112905cac844cdfef1db3ae34d2da29d95242bc --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/gold/audit_logs/session_20240515.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/gold/audit_logs/session_20240516.xml b/shellops/assets/ShellOps_30f76021c2/gold/audit_logs/session_20240516.xml new file mode 100644 index 0000000000000000000000000000000000000000..70c14b5619d47a51ef0b8dedfdcf4ac49b4541a5 --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/gold/audit_logs/session_20240516.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/gold/gaps.txt b/shellops/assets/ShellOps_30f76021c2/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ba112afcd93687153f2aa0da36a15baf6ecb30c --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/gold/gaps.txt @@ -0,0 +1,2 @@ +6721 +8903 diff --git a/shellops/assets/ShellOps_30f76021c2/gold/user_profiles/account_alpha.txt b/shellops/assets/ShellOps_30f76021c2/gold/user_profiles/account_alpha.txt new file mode 100644 index 0000000000000000000000000000000000000000..77a6f78051229f8340881d162e04a3dc1e885b98 --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/gold/user_profiles/account_alpha.txt @@ -0,0 +1,4 @@ +userID:4432 +fullName:Alice Chen +email:alice@example.com +role:Developer \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/gold/user_profiles/account_beta.txt b/shellops/assets/ShellOps_30f76021c2/gold/user_profiles/account_beta.txt new file mode 100644 index 0000000000000000000000000000000000000000..84acb28b5d2d630b780c79894642b120db8ba993 --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/gold/user_profiles/account_beta.txt @@ -0,0 +1,4 @@ +userID:5578 +fullName:Bob Wilson +department:QA +title:Lead Tester \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/init/audit_logs/session_20240515.xml b/shellops/assets/ShellOps_30f76021c2/init/audit_logs/session_20240515.xml new file mode 100644 index 0000000000000000000000000000000000000000..b112905cac844cdfef1db3ae34d2da29d95242bc --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/init/audit_logs/session_20240515.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/init/audit_logs/session_20240516.xml b/shellops/assets/ShellOps_30f76021c2/init/audit_logs/session_20240516.xml new file mode 100644 index 0000000000000000000000000000000000000000..70c14b5619d47a51ef0b8dedfdcf4ac49b4541a5 --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/init/audit_logs/session_20240516.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/init/user_profiles/account_alpha.txt b/shellops/assets/ShellOps_30f76021c2/init/user_profiles/account_alpha.txt new file mode 100644 index 0000000000000000000000000000000000000000..77a6f78051229f8340881d162e04a3dc1e885b98 --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/init/user_profiles/account_alpha.txt @@ -0,0 +1,4 @@ +userID:4432 +fullName:Alice Chen +email:alice@example.com +role:Developer \ No newline at end of file diff --git a/shellops/assets/ShellOps_30f76021c2/init/user_profiles/account_beta.txt b/shellops/assets/ShellOps_30f76021c2/init/user_profiles/account_beta.txt new file mode 100644 index 0000000000000000000000000000000000000000..84acb28b5d2d630b780c79894642b120db8ba993 --- /dev/null +++ b/shellops/assets/ShellOps_30f76021c2/init/user_profiles/account_beta.txt @@ -0,0 +1,4 @@ +userID:5578 +fullName:Bob Wilson +department:QA +title:Lead Tester \ No newline at end of file diff --git a/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp1.out b/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp1.out new file mode 100644 index 0000000000000000000000000000000000000000..101a79d77bad47d981a1d96137d8fd54715293ba --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp1.out @@ -0,0 +1,7 @@ +Experiment 1 +Temperature: 25.3 +Humidity: 0.45 + +Experiment 2 +Temperature: 30.1 +Humidity: 0.50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp2.out b/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp2.out new file mode 100644 index 0000000000000000000000000000000000000000..dd590de9ae445d523681dd2bac581d445788aa5c --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp2.out @@ -0,0 +1,7 @@ +Experiment 3 +Temperature: 22.7 +Humidity: 0.40 + +Experiment 4 +Temperature: 25.3 +Humidity: 0.48 \ No newline at end of file diff --git a/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp3.out b/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp3.out new file mode 100644 index 0000000000000000000000000000000000000000..45776ae693e892e2de1da3317710062e19e66984 --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/gold/experiments/exp3.out @@ -0,0 +1,7 @@ +Experiment 5 +Temperature: 30.1 +Humidity: 0.50 + +Experiment 6 +Temperature: 27.8 +Humidity: 0.42 \ No newline at end of file diff --git a/shellops/assets/ShellOps_30ffbe7a62/gold/temp_report.md b/shellops/assets/ShellOps_30ffbe7a62/gold/temp_report.md new file mode 100644 index 0000000000000000000000000000000000000000..9156a64a7b249d00365cd8276846d93641ded5d0 --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/gold/temp_report.md @@ -0,0 +1,4 @@ +22.7 +25.3 +27.8 +30.1 diff --git a/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp1.out b/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp1.out new file mode 100644 index 0000000000000000000000000000000000000000..101a79d77bad47d981a1d96137d8fd54715293ba --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp1.out @@ -0,0 +1,7 @@ +Experiment 1 +Temperature: 25.3 +Humidity: 0.45 + +Experiment 2 +Temperature: 30.1 +Humidity: 0.50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp2.out b/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp2.out new file mode 100644 index 0000000000000000000000000000000000000000..dd590de9ae445d523681dd2bac581d445788aa5c --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp2.out @@ -0,0 +1,7 @@ +Experiment 3 +Temperature: 22.7 +Humidity: 0.40 + +Experiment 4 +Temperature: 25.3 +Humidity: 0.48 \ No newline at end of file diff --git a/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp3.out b/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp3.out new file mode 100644 index 0000000000000000000000000000000000000000..45776ae693e892e2de1da3317710062e19e66984 --- /dev/null +++ b/shellops/assets/ShellOps_30ffbe7a62/init/experiments/exp3.out @@ -0,0 +1,7 @@ +Experiment 5 +Temperature: 30.1 +Humidity: 0.50 + +Experiment 6 +Temperature: 27.8 +Humidity: 0.42 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3117effc5e/gold/catalog.xml b/shellops/assets/ShellOps_3117effc5e/gold/catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..2594b6beac4e17274b3e846e80c28053e51d4b1b --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/gold/catalog.xml @@ -0,0 +1,21 @@ + + + + HPLC grade + + + ACS reagent + + + spectroscopic grade + + + technical grade + + + lab grade + + + unrelated entry + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3117effc5e/gold/chemicals.txt b/shellops/assets/ShellOps_3117effc5e/gold/chemicals.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cb5c012f74dc145840ada37961191946eaedc61 --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/gold/chemicals.txt @@ -0,0 +1,13 @@ +CHEM-01023 acetone +CHEM-04567 toluene +CHEM-07891 ethanol +CHEM-01024 methanol +CHEM-04568 benzene +CHEM-11234 chloroform +CHEM-01023 acetone +CHEM-07891 ethanol +CHEM-13579 hexane +CHEM-11234 chloroform +CHEM-24680 ether +CHEM-13579 hexane +CHEM-01024 methanol diff --git a/shellops/assets/ShellOps_3117effc5e/gold/distractor/stale.txt b/shellops/assets/ShellOps_3117effc5e/gold/distractor/stale.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad0bc41d05d258d3ad340a8435ca6d4765b1b069 --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/gold/distractor/stale.txt @@ -0,0 +1,2 @@ +CHEM-99999 outdated +CHEM-00001 archived diff --git a/shellops/assets/ShellOps_3117effc5e/gold/notes/irrelevant.md b/shellops/assets/ShellOps_3117effc5e/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..17b13bbf032425e6ae1d5e9b944dbdc6ab61da27 --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/gold/notes/irrelevant.md @@ -0,0 +1 @@ +# This is just a comment file, not used. diff --git a/shellops/assets/ShellOps_3117effc5e/gold/unverified.txt b/shellops/assets/ShellOps_3117effc5e/gold/unverified.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dce845edc0b7cb34b0bd15b63be9d934805f32d --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/gold/unverified.txt @@ -0,0 +1,3 @@ +CHEM-01024 +CHEM-04568 +CHEM-24680 diff --git a/shellops/assets/ShellOps_3117effc5e/init/catalog.xml b/shellops/assets/ShellOps_3117effc5e/init/catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..2594b6beac4e17274b3e846e80c28053e51d4b1b --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/init/catalog.xml @@ -0,0 +1,21 @@ + + + + HPLC grade + + + ACS reagent + + + spectroscopic grade + + + technical grade + + + lab grade + + + unrelated entry + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3117effc5e/init/chemicals.txt b/shellops/assets/ShellOps_3117effc5e/init/chemicals.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cb5c012f74dc145840ada37961191946eaedc61 --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/init/chemicals.txt @@ -0,0 +1,13 @@ +CHEM-01023 acetone +CHEM-04567 toluene +CHEM-07891 ethanol +CHEM-01024 methanol +CHEM-04568 benzene +CHEM-11234 chloroform +CHEM-01023 acetone +CHEM-07891 ethanol +CHEM-13579 hexane +CHEM-11234 chloroform +CHEM-24680 ether +CHEM-13579 hexane +CHEM-01024 methanol diff --git a/shellops/assets/ShellOps_3117effc5e/init/distractor/stale.txt b/shellops/assets/ShellOps_3117effc5e/init/distractor/stale.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad0bc41d05d258d3ad340a8435ca6d4765b1b069 --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/init/distractor/stale.txt @@ -0,0 +1,2 @@ +CHEM-99999 outdated +CHEM-00001 archived diff --git a/shellops/assets/ShellOps_3117effc5e/init/notes/irrelevant.md b/shellops/assets/ShellOps_3117effc5e/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..17b13bbf032425e6ae1d5e9b944dbdc6ab61da27 --- /dev/null +++ b/shellops/assets/ShellOps_3117effc5e/init/notes/irrelevant.md @@ -0,0 +1 @@ +# This is just a comment file, not used. diff --git a/shellops/assets/ShellOps_3132c488bf/gold/docs/.keep b/shellops/assets/ShellOps_3132c488bf/gold/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3132c488bf/gold/docs/fixes_applied.md b/shellops/assets/ShellOps_3132c488bf/gold/docs/fixes_applied.md new file mode 100644 index 0000000000000000000000000000000000000000..06dd1597b656365b930f5c451dc42af7800c563d --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/gold/docs/fixes_applied.md @@ -0,0 +1,3 @@ +snippets/example1.py +snippets/example2.py +snippets/example3.py diff --git a/shellops/assets/ShellOps_3132c488bf/gold/snippets/example1.py b/shellops/assets/ShellOps_3132c488bf/gold/snippets/example1.py new file mode 100644 index 0000000000000000000000000000000000000000..2c4bb704468757c80574dbd48120ae45be97f73d --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/gold/snippets/example1.py @@ -0,0 +1,6 @@ +import newpkg.utils +from newpkg.helpers import fetch + +def main(): + data = newpkg.utils.load() + return data \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/gold/snippets/example2.py b/shellops/assets/ShellOps_3132c488bf/gold/snippets/example2.py new file mode 100644 index 0000000000000000000000000000000000000000..e649239f7e898f20ee53d285b034c8c7643594a7 --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/gold/snippets/example2.py @@ -0,0 +1,5 @@ +# This snippet shows how to initialize the client +import sys +import newpkg + +client = newpkg.Client() \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/gold/snippets/example3.py b/shellops/assets/ShellOps_3132c488bf/gold/snippets/example3.py new file mode 100644 index 0000000000000000000000000000000000000000..2eed4d307526dd8317587cfbbc1dd86f3d24e862 --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/gold/snippets/example3.py @@ -0,0 +1,3 @@ +from newpkg.core import Processor +proc = Processor() +proc.run() \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/gold/snippets/helper.py b/shellops/assets/ShellOps_3132c488bf/gold/snippets/helper.py new file mode 100644 index 0000000000000000000000000000000000000000..c156fa6162e547c25345e801e708c86163ea6d78 --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/gold/snippets/helper.py @@ -0,0 +1,2 @@ +import os +print('hello') \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/init/.tmp/.keep b/shellops/assets/ShellOps_3132c488bf/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3132c488bf/init/docs/.keep b/shellops/assets/ShellOps_3132c488bf/init/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3132c488bf/init/snippets/example1.py b/shellops/assets/ShellOps_3132c488bf/init/snippets/example1.py new file mode 100644 index 0000000000000000000000000000000000000000..903f0a374ad203bcfbc76c43676bb89999e67d8d --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/init/snippets/example1.py @@ -0,0 +1,6 @@ +import oldpkg.utils +from oldpkg.helpers import fetch + +def main(): + data = oldpkg.utils.load() + return data \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/init/snippets/example2.py b/shellops/assets/ShellOps_3132c488bf/init/snippets/example2.py new file mode 100644 index 0000000000000000000000000000000000000000..35ebebfdb4d19718a9d5f4c3e3d2c84a5c444277 --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/init/snippets/example2.py @@ -0,0 +1,5 @@ +# This snippet shows how to initialize the client +import sys +import oldpkg + +client = oldpkg.Client() \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/init/snippets/example3.py b/shellops/assets/ShellOps_3132c488bf/init/snippets/example3.py new file mode 100644 index 0000000000000000000000000000000000000000..e34a6f9f8ccf587ab6b7e580f1b1db0044ec2f9d --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/init/snippets/example3.py @@ -0,0 +1,3 @@ +from oldpkg.core import Processor +proc = Processor() +proc.run() \ No newline at end of file diff --git a/shellops/assets/ShellOps_3132c488bf/init/snippets/helper.py b/shellops/assets/ShellOps_3132c488bf/init/snippets/helper.py new file mode 100644 index 0000000000000000000000000000000000000000..c156fa6162e547c25345e801e708c86163ea6d78 --- /dev/null +++ b/shellops/assets/ShellOps_3132c488bf/init/snippets/helper.py @@ -0,0 +1,2 @@ +import os +print('hello') \ No newline at end of file diff --git a/shellops/assets/ShellOps_315fead17f/gold/severity_levels.txt b/shellops/assets/ShellOps_315fead17f/gold/severity_levels.txt new file mode 100644 index 0000000000000000000000000000000000000000..61abab4b4f44a981dc7444db3353bb3531f66f91 --- /dev/null +++ b/shellops/assets/ShellOps_315fead17f/gold/severity_levels.txt @@ -0,0 +1,4 @@ +Critical +High +Low +Medium diff --git a/shellops/assets/ShellOps_315fead17f/gold/sprint1_bugs.csv b/shellops/assets/ShellOps_315fead17f/gold/sprint1_bugs.csv new file mode 100644 index 0000000000000000000000000000000000000000..112eb0e995b1858ab0fa9c19e55aaf95da7a7241 --- /dev/null +++ b/shellops/assets/ShellOps_315fead17f/gold/sprint1_bugs.csv @@ -0,0 +1,5 @@ +id,description,severity,reported_by,created_at +1,Login fails after password reset,High,alice,2023-10-01 +2,Dashboard chart rendering issue,Medium,bob,2023-10-02 +3,Payment gateway timeout,High,charlie,2023-10-03 +4,User profile photo upload fails,Low,david,2023-10-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_315fead17f/gold/sprint2_bugs.json b/shellops/assets/ShellOps_315fead17f/gold/sprint2_bugs.json new file mode 100644 index 0000000000000000000000000000000000000000..1f4ee1cb3ebde9b552e1293d1c2c9f83a7321737 --- /dev/null +++ b/shellops/assets/ShellOps_315fead17f/gold/sprint2_bugs.json @@ -0,0 +1,26 @@ +[ + { + "id": "5", + "description": "Mobile app crashes on startup", + "severity": "Critical", + "assigned_to": "dev_team_a", + "status": "open", + "created_at": "2023-10-05" + }, + { + "id": "6", + "description": "Email notifications delayed", + "severity": "Medium", + "assigned_to": "dev_team_b", + "status": "closed", + "created_at": "2023-10-06" + }, + { + "id": "7", + "description": "Search bar autocomplete broken", + "severity": "High", + "assigned_to": "dev_team_a", + "status": "open", + "created_at": "2023-10-07" + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_315fead17f/init/sprint1_bugs.csv b/shellops/assets/ShellOps_315fead17f/init/sprint1_bugs.csv new file mode 100644 index 0000000000000000000000000000000000000000..112eb0e995b1858ab0fa9c19e55aaf95da7a7241 --- /dev/null +++ b/shellops/assets/ShellOps_315fead17f/init/sprint1_bugs.csv @@ -0,0 +1,5 @@ +id,description,severity,reported_by,created_at +1,Login fails after password reset,High,alice,2023-10-01 +2,Dashboard chart rendering issue,Medium,bob,2023-10-02 +3,Payment gateway timeout,High,charlie,2023-10-03 +4,User profile photo upload fails,Low,david,2023-10-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_315fead17f/init/sprint2_bugs.json b/shellops/assets/ShellOps_315fead17f/init/sprint2_bugs.json new file mode 100644 index 0000000000000000000000000000000000000000..1f4ee1cb3ebde9b552e1293d1c2c9f83a7321737 --- /dev/null +++ b/shellops/assets/ShellOps_315fead17f/init/sprint2_bugs.json @@ -0,0 +1,26 @@ +[ + { + "id": "5", + "description": "Mobile app crashes on startup", + "severity": "Critical", + "assigned_to": "dev_team_a", + "status": "open", + "created_at": "2023-10-05" + }, + { + "id": "6", + "description": "Email notifications delayed", + "severity": "Medium", + "assigned_to": "dev_team_b", + "status": "closed", + "created_at": "2023-10-06" + }, + { + "id": "7", + "description": "Search bar autocomplete broken", + "severity": "High", + "assigned_to": "dev_team_a", + "status": "open", + "created_at": "2023-10-07" + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_31dc8a0b53/gold/alerts/2025-03-18.json b/shellops/assets/ShellOps_31dc8a0b53/gold/alerts/2025-03-18.json new file mode 100644 index 0000000000000000000000000000000000000000..43c6d45291d974d550ecfb4fad3198de2392b179 --- /dev/null +++ b/shellops/assets/ShellOps_31dc8a0b53/gold/alerts/2025-03-18.json @@ -0,0 +1,7 @@ +{ + "anomalies": [ + {"id": "AN-105", "status": "confirmed", "severity": "high"}, + {"id": "AN-108", "status": "pending", "severity": "low"}, + {"id": "AN-112", "status": "confirmed", "severity": "medium"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_31dc8a0b53/gold/alerts/2025-03-19.json b/shellops/assets/ShellOps_31dc8a0b53/gold/alerts/2025-03-19.json new file mode 100644 index 0000000000000000000000000000000000000000..4454c0ae0179f37daa75d16d0392a18a6c9fa4af --- /dev/null +++ b/shellops/assets/ShellOps_31dc8a0b53/gold/alerts/2025-03-19.json @@ -0,0 +1,8 @@ +{ + "anomalies": [ + {"id": "AN-105", "status": "confirmed", "severity": "high"}, + {"id": "AN-110", "status": "dismissed", "severity": "low"}, + {"id": "AN-113", "status": "confirmed", "severity": "high"}, + {"id": "AN-115", "status": "confirmed", "severity": "medium"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_31dc8a0b53/gold/roster/suppressed_anomalies.txt b/shellops/assets/ShellOps_31dc8a0b53/gold/roster/suppressed_anomalies.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dd984a07e0c95febb4b3b71beeb6a4f0556cec5 --- /dev/null +++ b/shellops/assets/ShellOps_31dc8a0b53/gold/roster/suppressed_anomalies.txt @@ -0,0 +1,4 @@ +108 +112 +115 +999 diff --git a/shellops/assets/ShellOps_31dc8a0b53/init/alerts/2025-03-18.json b/shellops/assets/ShellOps_31dc8a0b53/init/alerts/2025-03-18.json new file mode 100644 index 0000000000000000000000000000000000000000..43c6d45291d974d550ecfb4fad3198de2392b179 --- /dev/null +++ b/shellops/assets/ShellOps_31dc8a0b53/init/alerts/2025-03-18.json @@ -0,0 +1,7 @@ +{ + "anomalies": [ + {"id": "AN-105", "status": "confirmed", "severity": "high"}, + {"id": "AN-108", "status": "pending", "severity": "low"}, + {"id": "AN-112", "status": "confirmed", "severity": "medium"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_31dc8a0b53/init/alerts/2025-03-19.json b/shellops/assets/ShellOps_31dc8a0b53/init/alerts/2025-03-19.json new file mode 100644 index 0000000000000000000000000000000000000000..4454c0ae0179f37daa75d16d0392a18a6c9fa4af --- /dev/null +++ b/shellops/assets/ShellOps_31dc8a0b53/init/alerts/2025-03-19.json @@ -0,0 +1,8 @@ +{ + "anomalies": [ + {"id": "AN-105", "status": "confirmed", "severity": "high"}, + {"id": "AN-110", "status": "dismissed", "severity": "low"}, + {"id": "AN-113", "status": "confirmed", "severity": "high"}, + {"id": "AN-115", "status": "confirmed", "severity": "medium"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_31dc8a0b53/init/roster/suppressed_anomalies.txt b/shellops/assets/ShellOps_31dc8a0b53/init/roster/suppressed_anomalies.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dd984a07e0c95febb4b3b71beeb6a4f0556cec5 --- /dev/null +++ b/shellops/assets/ShellOps_31dc8a0b53/init/roster/suppressed_anomalies.txt @@ -0,0 +1,4 @@ +108 +112 +115 +999 diff --git a/shellops/assets/ShellOps_31edfa1dd0/gold/output/template_only_interfaces.txt b/shellops/assets/ShellOps_31edfa1dd0/gold/output/template_only_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd15f5d69baa5bf5e574061d8854814446729338 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/gold/output/template_only_interfaces.txt @@ -0,0 +1,2 @@ +bond0 +eth2 diff --git a/shellops/assets/ShellOps_31edfa1dd0/gold/routing_manifest.txt b/shellops/assets/ShellOps_31edfa1dd0/gold/routing_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d52088414c7cb50b14de9ae97fe6e961080644 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/gold/routing_manifest.txt @@ -0,0 +1,5 @@ +eth0 +eth1 +wlan0 +vlan100 +br0 diff --git a/shellops/assets/ShellOps_31edfa1dd0/gold/templates/interfaces_a.cfg b/shellops/assets/ShellOps_31edfa1dd0/gold/templates/interfaces_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0526f4fd91f86180cc2ad4824114b25619955293 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/gold/templates/interfaces_a.cfg @@ -0,0 +1,15 @@ +network { + interface eth0 { + mode dhcp; + } + interface eth1 { + mode static; + address 192.168.1.10; + } + interface vlan100 { + vlan-id 100; + } + interface bond0 { + type bond; + } +} diff --git a/shellops/assets/ShellOps_31edfa1dd0/gold/templates/interfaces_b.cfg b/shellops/assets/ShellOps_31edfa1dd0/gold/templates/interfaces_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..78145849731e049a583f37c8d2ce109d0128fc50 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/gold/templates/interfaces_b.cfg @@ -0,0 +1,15 @@ +network { + interface br0 { + type bridge; + } + interface wlan0 { + mode ap; + } + interface bond0 { + slaves eth0 eth1; + } + interface eth2 { + mode static; + address 10.0.0.1; + } +} diff --git a/shellops/assets/ShellOps_31edfa1dd0/gold/templates/legacy_interfaces.cfg b/shellops/assets/ShellOps_31edfa1dd0/gold/templates/legacy_interfaces.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1ddeaab894717c22205c7adf1e1c4f4c2777608c --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/gold/templates/legacy_interfaces.cfg @@ -0,0 +1,5 @@ +network { + interface old_eth0 { + mode dhcp; + } +} diff --git a/shellops/assets/ShellOps_31edfa1dd0/init/routing_manifest.txt b/shellops/assets/ShellOps_31edfa1dd0/init/routing_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d52088414c7cb50b14de9ae97fe6e961080644 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/init/routing_manifest.txt @@ -0,0 +1,5 @@ +eth0 +eth1 +wlan0 +vlan100 +br0 diff --git a/shellops/assets/ShellOps_31edfa1dd0/init/templates/interfaces_a.cfg b/shellops/assets/ShellOps_31edfa1dd0/init/templates/interfaces_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0526f4fd91f86180cc2ad4824114b25619955293 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/init/templates/interfaces_a.cfg @@ -0,0 +1,15 @@ +network { + interface eth0 { + mode dhcp; + } + interface eth1 { + mode static; + address 192.168.1.10; + } + interface vlan100 { + vlan-id 100; + } + interface bond0 { + type bond; + } +} diff --git a/shellops/assets/ShellOps_31edfa1dd0/init/templates/interfaces_b.cfg b/shellops/assets/ShellOps_31edfa1dd0/init/templates/interfaces_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..78145849731e049a583f37c8d2ce109d0128fc50 --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/init/templates/interfaces_b.cfg @@ -0,0 +1,15 @@ +network { + interface br0 { + type bridge; + } + interface wlan0 { + mode ap; + } + interface bond0 { + slaves eth0 eth1; + } + interface eth2 { + mode static; + address 10.0.0.1; + } +} diff --git a/shellops/assets/ShellOps_31edfa1dd0/init/templates/legacy_interfaces.cfg b/shellops/assets/ShellOps_31edfa1dd0/init/templates/legacy_interfaces.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1ddeaab894717c22205c7adf1e1c4f4c2777608c --- /dev/null +++ b/shellops/assets/ShellOps_31edfa1dd0/init/templates/legacy_interfaces.cfg @@ -0,0 +1,5 @@ +network { + interface old_eth0 { + mode dhcp; + } +} diff --git a/shellops/assets/ShellOps_31f2dd419d/gold/active_hosts.xml b/shellops/assets/ShellOps_31f2dd419d/gold/active_hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..43bd31fe26a72fdd4edac1945b56b9fb79fb8e8d --- /dev/null +++ b/shellops/assets/ShellOps_31f2dd419d/gold/active_hosts.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_31f2dd419d/gold/recent_maintenance.txt b/shellops/assets/ShellOps_31f2dd419d/gold/recent_maintenance.txt new file mode 100644 index 0000000000000000000000000000000000000000..65b2df87f7df3aeedef04be96703e55ac19c2cfb --- /dev/null +++ b/shellops/assets/ShellOps_31f2dd419d/gold/recent_maintenance.txt @@ -0,0 +1 @@ +beta diff --git a/shellops/assets/ShellOps_31f2dd419d/gold/unverified_hosts.txt b/shellops/assets/ShellOps_31f2dd419d/gold/unverified_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..af17f6cc87e4d5e4adec0018cbb73d3e2bd008c8 --- /dev/null +++ b/shellops/assets/ShellOps_31f2dd419d/gold/unverified_hosts.txt @@ -0,0 +1 @@ +gamma diff --git a/shellops/assets/ShellOps_31f2dd419d/init/active_hosts.xml b/shellops/assets/ShellOps_31f2dd419d/init/active_hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..43bd31fe26a72fdd4edac1945b56b9fb79fb8e8d --- /dev/null +++ b/shellops/assets/ShellOps_31f2dd419d/init/active_hosts.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_31f2dd419d/init/recent_maintenance.txt b/shellops/assets/ShellOps_31f2dd419d/init/recent_maintenance.txt new file mode 100644 index 0000000000000000000000000000000000000000..65b2df87f7df3aeedef04be96703e55ac19c2cfb --- /dev/null +++ b/shellops/assets/ShellOps_31f2dd419d/init/recent_maintenance.txt @@ -0,0 +1 @@ +beta diff --git a/shellops/assets/ShellOps_31fefd59a9/gold/experiments_consolidated.log b/shellops/assets/ShellOps_31fefd59a9/gold/experiments_consolidated.log new file mode 100644 index 0000000000000000000000000000000000000000..a9881dc01d4ea931ea545dd222df3e9ff20351d7 --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/gold/experiments_consolidated.log @@ -0,0 +1,7 @@ +Experiment: conductivity_test 2024-03-15 +Experiment: pressure_check 2024-03-16 +Experiment: density_measure 2024-03-17 +Experiment: viscosity_scan 2024-03-18 +Experiment: pH_series 2024-03-19 +Experiment: thermal_run 2024-03-20 +Experiment: solubility_test 2024-03-21 diff --git a/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_a.log b/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_a.log new file mode 100644 index 0000000000000000000000000000000000000000..06095f2725b11d33d51a8658acd2e7bcecd3ccdf --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_a.log @@ -0,0 +1,5 @@ +Experiment: conductivity_test 2024-03-15 +Todo: calibrate sensors +Experiment: viscosity_scan 2024-03-18 +Todo: order reagents +Experiment: thermal_run 2024-03-20 diff --git a/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_b.log b/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_b.log new file mode 100644 index 0000000000000000000000000000000000000000..f762d0593d82723c42a82673029f5fb6ca2b0fad --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_b.log @@ -0,0 +1,4 @@ +Todo: update safety checklist +Experiment: pressure_check 2024-03-16 +Experiment: pH_series 2024-03-19 +Todo: submit report diff --git a/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_c.log b/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_c.log new file mode 100644 index 0000000000000000000000000000000000000000..6e5c19d5e8e809e7602862113bfd566d6c8e6fea --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/gold/notebooks/lab_c.log @@ -0,0 +1,3 @@ +Experiment: density_measure 2024-03-17 +Todo: archive old data +Experiment: solubility_test 2024-03-21 diff --git a/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_a.log b/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_a.log new file mode 100644 index 0000000000000000000000000000000000000000..06095f2725b11d33d51a8658acd2e7bcecd3ccdf --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_a.log @@ -0,0 +1,5 @@ +Experiment: conductivity_test 2024-03-15 +Todo: calibrate sensors +Experiment: viscosity_scan 2024-03-18 +Todo: order reagents +Experiment: thermal_run 2024-03-20 diff --git a/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_b.log b/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_b.log new file mode 100644 index 0000000000000000000000000000000000000000..f762d0593d82723c42a82673029f5fb6ca2b0fad --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_b.log @@ -0,0 +1,4 @@ +Todo: update safety checklist +Experiment: pressure_check 2024-03-16 +Experiment: pH_series 2024-03-19 +Todo: submit report diff --git a/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_c.log b/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_c.log new file mode 100644 index 0000000000000000000000000000000000000000..6e5c19d5e8e809e7602862113bfd566d6c8e6fea --- /dev/null +++ b/shellops/assets/ShellOps_31fefd59a9/init/notebooks/lab_c.log @@ -0,0 +1,3 @@ +Experiment: density_measure 2024-03-17 +Todo: archive old data +Experiment: solubility_test 2024-03-21 diff --git a/shellops/assets/ShellOps_32068f42b4/gold/baseline/allowed_hosts.txt b/shellops/assets/ShellOps_32068f42b4/gold/baseline/allowed_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c9da1ed23c3b0d2ceac434fd77a52ab76661731 --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/gold/baseline/allowed_hosts.txt @@ -0,0 +1,3 @@ +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_32068f42b4/gold/notes.md b/shellops/assets/ShellOps_32068f42b4/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..95e3b8a3e7d2f27451d944cf906c99b167d05029 --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/gold/notes.md @@ -0,0 +1,5 @@ +# Host Management Notes + +- The baseline list is maintained by operations. +- Runtime entries are added dynamically. +- Cross-reference should exclude any host not in baseline. diff --git a/shellops/assets/ShellOps_32068f42b4/gold/reports/missing_hosts.txt b/shellops/assets/ShellOps_32068f42b4/gold/reports/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a06c5c16a5f6f8cf8af2a62d757420953158b06 --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/gold/reports/missing_hosts.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +kappa diff --git a/shellops/assets/ShellOps_32068f42b4/gold/runtime/hosts.xml b/shellops/assets/ShellOps_32068f42b4/gold/runtime/hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d451cfcef38933c004ec3c34df00b953f5a8b1a --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/gold/runtime/hosts.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_32068f42b4/init/baseline/allowed_hosts.txt b/shellops/assets/ShellOps_32068f42b4/init/baseline/allowed_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c9da1ed23c3b0d2ceac434fd77a52ab76661731 --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/init/baseline/allowed_hosts.txt @@ -0,0 +1,3 @@ +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_32068f42b4/init/notes.md b/shellops/assets/ShellOps_32068f42b4/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..95e3b8a3e7d2f27451d944cf906c99b167d05029 --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/init/notes.md @@ -0,0 +1,5 @@ +# Host Management Notes + +- The baseline list is maintained by operations. +- Runtime entries are added dynamically. +- Cross-reference should exclude any host not in baseline. diff --git a/shellops/assets/ShellOps_32068f42b4/init/runtime/hosts.xml b/shellops/assets/ShellOps_32068f42b4/init/runtime/hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d451cfcef38933c004ec3c34df00b953f5a8b1a --- /dev/null +++ b/shellops/assets/ShellOps_32068f42b4/init/runtime/hosts.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_323451c043/gold/docs/notes.md b/shellops/assets/ShellOps_323451c043/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7023de135643364dd448f7aba241bc83bf238973 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/gold/docs/notes.md @@ -0,0 +1,3 @@ +# Ignore agents in legacy environments +- db-7 is on deprecated infrastructure +- log-23 scheduled for decommission \ No newline at end of file diff --git a/shellops/assets/ShellOps_323451c043/gold/monitoring/agents.xml b/shellops/assets/ShellOps_323451c043/gold/monitoring/agents.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8e4702652ac01dae9ff67090c3fb79da7b88ed3 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/gold/monitoring/agents.xml @@ -0,0 +1,7 @@ + + node-42 + db-7 + web-9 + cache-101 + log-23 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_323451c043/gold/pending_upgrades.tmp b/shellops/assets/ShellOps_323451c043/gold/pending_upgrades.tmp new file mode 100644 index 0000000000000000000000000000000000000000..10bf26a3c829c30fedb92bc6f64fd8c90f6556d8 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/gold/pending_upgrades.tmp @@ -0,0 +1,3 @@ +node-42 +web-9 +cache-101 diff --git a/shellops/assets/ShellOps_323451c043/gold/security/patch_exceptions.txt b/shellops/assets/ShellOps_323451c043/gold/security/patch_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b72c384cdf024ac7157fa30e8a9a5bb71838cc1 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/gold/security/patch_exceptions.txt @@ -0,0 +1,2 @@ +db-7 +log-23 \ No newline at end of file diff --git a/shellops/assets/ShellOps_323451c043/init/docs/notes.md b/shellops/assets/ShellOps_323451c043/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7023de135643364dd448f7aba241bc83bf238973 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/init/docs/notes.md @@ -0,0 +1,3 @@ +# Ignore agents in legacy environments +- db-7 is on deprecated infrastructure +- log-23 scheduled for decommission \ No newline at end of file diff --git a/shellops/assets/ShellOps_323451c043/init/monitoring/agents.xml b/shellops/assets/ShellOps_323451c043/init/monitoring/agents.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8e4702652ac01dae9ff67090c3fb79da7b88ed3 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/init/monitoring/agents.xml @@ -0,0 +1,7 @@ + + node-42 + db-7 + web-9 + cache-101 + log-23 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_323451c043/init/security/patch_exceptions.txt b/shellops/assets/ShellOps_323451c043/init/security/patch_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b72c384cdf024ac7157fa30e8a9a5bb71838cc1 --- /dev/null +++ b/shellops/assets/ShellOps_323451c043/init/security/patch_exceptions.txt @@ -0,0 +1,2 @@ +db-7 +log-23 \ No newline at end of file diff --git a/shellops/assets/ShellOps_32452c3bd8/gold/approved_domains.txt b/shellops/assets/ShellOps_32452c3bd8/gold/approved_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d4abc42f0fd744b5084c28351f5ea478b31c145 --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/gold/approved_domains.txt @@ -0,0 +1,5 @@ +core.transit.example.com +edge.dmz.example.com +archive.legacy.example.com +lab.testbed.example.com +staging.gateway.example.com diff --git a/shellops/assets/ShellOps_32452c3bd8/gold/configs/routers.xml b/shellops/assets/ShellOps_32452c3bd8/gold/configs/routers.xml new file mode 100644 index 0000000000000000000000000000000000000000..5f2882e0dc5cf46e3b19d9a1c87eeaf4fdd73429 --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/gold/configs/routers.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_32452c3bd8/gold/missing_domains.txt b/shellops/assets/ShellOps_32452c3bd8/gold/missing_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..1065f36321468c004fee152885bbdf7a08c5b392 --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/gold/missing_domains.txt @@ -0,0 +1 @@ +archive.legacy.example.com diff --git a/shellops/assets/ShellOps_32452c3bd8/gold/notes.md b/shellops/assets/ShellOps_32452c3bd8/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ca8ba52b9e14dc7c21e9b4bd9ccf4d3133f95dab --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/gold/notes.md @@ -0,0 +1,3 @@ +# Router deployment audit notes +- Ignore archive.legacy.example.com for now +- Validate core.transit.example.com connectivity diff --git a/shellops/assets/ShellOps_32452c3bd8/init/approved_domains.txt b/shellops/assets/ShellOps_32452c3bd8/init/approved_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d4abc42f0fd744b5084c28351f5ea478b31c145 --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/init/approved_domains.txt @@ -0,0 +1,5 @@ +core.transit.example.com +edge.dmz.example.com +archive.legacy.example.com +lab.testbed.example.com +staging.gateway.example.com diff --git a/shellops/assets/ShellOps_32452c3bd8/init/configs/routers.xml b/shellops/assets/ShellOps_32452c3bd8/init/configs/routers.xml new file mode 100644 index 0000000000000000000000000000000000000000..5f2882e0dc5cf46e3b19d9a1c87eeaf4fdd73429 --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/init/configs/routers.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_32452c3bd8/init/notes.md b/shellops/assets/ShellOps_32452c3bd8/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ca8ba52b9e14dc7c21e9b4bd9ccf4d3133f95dab --- /dev/null +++ b/shellops/assets/ShellOps_32452c3bd8/init/notes.md @@ -0,0 +1,3 @@ +# Router deployment audit notes +- Ignore archive.legacy.example.com for now +- Validate core.transit.example.com connectivity diff --git a/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/.keep b/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/north_survey.csv b/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/north_survey.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5463c60a5b28a3f6301977b0ea500180b1f878a --- /dev/null +++ b/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/north_survey.csv @@ -0,0 +1,8 @@ +transect_id,taxon_id,count,observation_date +101,542,3,2024-07-12 +102,719,1,2024-07-13 +103,201,5,2024-07-13 +104,542,2,2024-07-14 +105,888,4,2024-07-14 +106,201,1,2024-07-15 +107,632,0,2024-07-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/south_survey.csv b/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/south_survey.csv new file mode 100644 index 0000000000000000000000000000000000000000..00a1d86ac28e9beca6ac59212e00c3e43853d2a4 --- /dev/null +++ b/shellops/assets/ShellOps_325627ba46/gold/field_work/2024/south_survey.csv @@ -0,0 +1,8 @@ +transect_id,taxon_id,count,observation_date +201,719,6,2024-08-03 +202,999,2,2024-08-03 +203,632,3,2024-08-04 +204,201,8,2024-08-05 +205,777,1,2024-08-05 +206,,,2024-08-06 +207,542,7,2024-08-06 \ No newline at end of file diff --git a/shellops/assets/ShellOps_325627ba46/gold/transects/unified_taxa.csv b/shellops/assets/ShellOps_325627ba46/gold/transects/unified_taxa.csv new file mode 100644 index 0000000000000000000000000000000000000000..3e3e5d2ad877f7a89013484fb1945f01ad984501 --- /dev/null +++ b/shellops/assets/ShellOps_325627ba46/gold/transects/unified_taxa.csv @@ -0,0 +1,8 @@ +taxon_id +201 +542 +632 +719 +777 +888 +999 diff --git a/shellops/assets/ShellOps_325627ba46/init/field_work/2024/.keep b/shellops/assets/ShellOps_325627ba46/init/field_work/2024/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_325627ba46/init/field_work/2024/north_survey.csv b/shellops/assets/ShellOps_325627ba46/init/field_work/2024/north_survey.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5463c60a5b28a3f6301977b0ea500180b1f878a --- /dev/null +++ b/shellops/assets/ShellOps_325627ba46/init/field_work/2024/north_survey.csv @@ -0,0 +1,8 @@ +transect_id,taxon_id,count,observation_date +101,542,3,2024-07-12 +102,719,1,2024-07-13 +103,201,5,2024-07-13 +104,542,2,2024-07-14 +105,888,4,2024-07-14 +106,201,1,2024-07-15 +107,632,0,2024-07-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_325627ba46/init/field_work/2024/south_survey.csv b/shellops/assets/ShellOps_325627ba46/init/field_work/2024/south_survey.csv new file mode 100644 index 0000000000000000000000000000000000000000..00a1d86ac28e9beca6ac59212e00c3e43853d2a4 --- /dev/null +++ b/shellops/assets/ShellOps_325627ba46/init/field_work/2024/south_survey.csv @@ -0,0 +1,8 @@ +transect_id,taxon_id,count,observation_date +201,719,6,2024-08-03 +202,999,2,2024-08-03 +203,632,3,2024-08-04 +204,201,8,2024-08-05 +205,777,1,2024-08-05 +206,,,2024-08-06 +207,542,7,2024-08-06 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3275216a6b/gold/compliance/approved_only.txt b/shellops/assets/ShellOps_3275216a6b/gold/compliance/approved_only.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f0131655885c78fdcb9c0c6082e99eea56cabf9 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/gold/compliance/approved_only.txt @@ -0,0 +1,4 @@ +TLS_AES_128_CCM_SHA256 +TLS_AES_128_GCM_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_3275216a6b/gold/distractor/old_ciphers.txt b/shellops/assets/ShellOps_3275216a6b/gold/distractor/old_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..3568fb7857861f997b67df81115deb0237a02853 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/gold/distractor/old_ciphers.txt @@ -0,0 +1,3 @@ +TLS_RSA_WITH_AES_128_CBC_SHA +TLS_RSA_WITH_AES_256_CBC_SHA +TLS_DHE_RSA_WITH_AES_128_CBC_SHA diff --git a/shellops/assets/ShellOps_3275216a6b/gold/gateways.toml b/shellops/assets/ShellOps_3275216a6b/gold/gateways.toml new file mode 100644 index 0000000000000000000000000000000000000000..2f366cc12afbbde1cb80f7b6a2f105bcbbf1f451 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/gold/gateways.toml @@ -0,0 +1,8 @@ +[edge] +ciphers = ["TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_128_GCM_SHA256"] + +[internal] +ciphers = ["TLS_AES_128_GCM_SHA256", "TLS_AES_128_CCM_SHA256", "TLS_AES_128_CCM_8_SHA256"] + +[dmz] +ciphers = ["TLS_AES_256_GCM_SHA384", "TLS_AES_128_GCM_SHA256"] diff --git a/shellops/assets/ShellOps_3275216a6b/gold/standards/approved_ciphers.yaml b/shellops/assets/ShellOps_3275216a6b/gold/standards/approved_ciphers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8bfb9af28fd6cbd112f2386be01e7d062d828429 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/gold/standards/approved_ciphers.yaml @@ -0,0 +1,8 @@ +approved: + - TLS_AES_256_GCM_SHA384 + - TLS_CHACHA20_POLY1305_SHA256 + - TLS_AES_128_GCM_SHA256 + - TLS_AES_128_CCM_SHA256 +deprecated: + - TLS_RSA_WITH_AES_128_CBC_SHA + - TLS_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_3275216a6b/gold/standards/notes.md b/shellops/assets/ShellOps_3275216a6b/gold/standards/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e83bbe248940a12c485110a3d7465e6067e8cd0a --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/gold/standards/notes.md @@ -0,0 +1 @@ +Quarterly review Q4 includes TLS cipher suite updates. diff --git a/shellops/assets/ShellOps_3275216a6b/init/distractor/old_ciphers.txt b/shellops/assets/ShellOps_3275216a6b/init/distractor/old_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..3568fb7857861f997b67df81115deb0237a02853 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/init/distractor/old_ciphers.txt @@ -0,0 +1,3 @@ +TLS_RSA_WITH_AES_128_CBC_SHA +TLS_RSA_WITH_AES_256_CBC_SHA +TLS_DHE_RSA_WITH_AES_128_CBC_SHA diff --git a/shellops/assets/ShellOps_3275216a6b/init/gateways.toml b/shellops/assets/ShellOps_3275216a6b/init/gateways.toml new file mode 100644 index 0000000000000000000000000000000000000000..2f366cc12afbbde1cb80f7b6a2f105bcbbf1f451 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/init/gateways.toml @@ -0,0 +1,8 @@ +[edge] +ciphers = ["TLS_AES_256_GCM_SHA384", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_128_GCM_SHA256"] + +[internal] +ciphers = ["TLS_AES_128_GCM_SHA256", "TLS_AES_128_CCM_SHA256", "TLS_AES_128_CCM_8_SHA256"] + +[dmz] +ciphers = ["TLS_AES_256_GCM_SHA384", "TLS_AES_128_GCM_SHA256"] diff --git a/shellops/assets/ShellOps_3275216a6b/init/standards/approved_ciphers.yaml b/shellops/assets/ShellOps_3275216a6b/init/standards/approved_ciphers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8bfb9af28fd6cbd112f2386be01e7d062d828429 --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/init/standards/approved_ciphers.yaml @@ -0,0 +1,8 @@ +approved: + - TLS_AES_256_GCM_SHA384 + - TLS_CHACHA20_POLY1305_SHA256 + - TLS_AES_128_GCM_SHA256 + - TLS_AES_128_CCM_SHA256 +deprecated: + - TLS_RSA_WITH_AES_128_CBC_SHA + - TLS_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_3275216a6b/init/standards/notes.md b/shellops/assets/ShellOps_3275216a6b/init/standards/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e83bbe248940a12c485110a3d7465e6067e8cd0a --- /dev/null +++ b/shellops/assets/ShellOps_3275216a6b/init/standards/notes.md @@ -0,0 +1 @@ +Quarterly review Q4 includes TLS cipher suite updates. diff --git a/shellops/assets/ShellOps_3279fd13ca/gold/allowed_devices.txt b/shellops/assets/ShellOps_3279fd13ca/gold/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4e0292736d3dc508b7d1d043ba566769f38e638 --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/gold/allowed_devices.txt @@ -0,0 +1,6 @@ +SNA45678 +SNA12345 +SNB78901 +SNC23456 +SNH98765 +SNK54321 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3279fd13ca/gold/audit/diffs/unapproved_serials.txt b/shellops/assets/ShellOps_3279fd13ca/gold/audit/diffs/unapproved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..a49ac9f8b10c316e88fc4ba71632bd76ad102792 --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/gold/audit/diffs/unapproved_serials.txt @@ -0,0 +1,4 @@ +SND99999 +SNE11111 +SNF22222 +SNG33333 diff --git a/shellops/assets/ShellOps_3279fd13ca/gold/cmdb_inventory.xml b/shellops/assets/ShellOps_3279fd13ca/gold/cmdb_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..1a08d3ebbd3dd3d1b9f56f0a81e76e6e558b32e7 --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/gold/cmdb_inventory.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3279fd13ca/gold/distractor/notes.md b/shellops/assets/ShellOps_3279fd13ca/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f30e1a1ba0f39880be1d74de05176feb7af8210b --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/gold/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignore this file; it's a placeholder for notes about decommissioned hardware. +SNA45678, SNB78901 diff --git a/shellops/assets/ShellOps_3279fd13ca/init/allowed_devices.txt b/shellops/assets/ShellOps_3279fd13ca/init/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4e0292736d3dc508b7d1d043ba566769f38e638 --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/init/allowed_devices.txt @@ -0,0 +1,6 @@ +SNA45678 +SNA12345 +SNB78901 +SNC23456 +SNH98765 +SNK54321 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3279fd13ca/init/cmdb_inventory.xml b/shellops/assets/ShellOps_3279fd13ca/init/cmdb_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..1a08d3ebbd3dd3d1b9f56f0a81e76e6e558b32e7 --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/init/cmdb_inventory.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3279fd13ca/init/distractor/notes.md b/shellops/assets/ShellOps_3279fd13ca/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f30e1a1ba0f39880be1d74de05176feb7af8210b --- /dev/null +++ b/shellops/assets/ShellOps_3279fd13ca/init/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignore this file; it's a placeholder for notes about decommissioned hardware. +SNA45678, SNB78901 diff --git a/shellops/assets/ShellOps_32ac426890/gold/exceptions/active_waivers.csv b/shellops/assets/ShellOps_32ac426890/gold/exceptions/active_waivers.csv new file mode 100644 index 0000000000000000000000000000000000000000..b7a3e1cd87e32a43b0d9018cdaf5cfee5d9a90e2 --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/gold/exceptions/active_waivers.csv @@ -0,0 +1,2 @@ +account_id +A135 diff --git a/shellops/assets/ShellOps_32ac426890/gold/exceptions/notes.md b/shellops/assets/ShellOps_32ac426890/gold/exceptions/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e194f544ec2684cf25ad23a4c59ccfd81f8948e5 --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/gold/exceptions/notes.md @@ -0,0 +1 @@ +# Billing exceptions log diff --git a/shellops/assets/ShellOps_32ac426890/gold/subscriptions.json b/shellops/assets/ShellOps_32ac426890/gold/subscriptions.json new file mode 100644 index 0000000000000000000000000000000000000000..2cb2df57dae9b379d2b90cb733408f33a2ab6946 --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/gold/subscriptions.json @@ -0,0 +1 @@ +{"active": [{"account_id": "A135"}, {"account_id": "B728"}, {"account_id": "C914"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_32ac426890/gold/waived_accounts.txt b/shellops/assets/ShellOps_32ac426890/gold/waived_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..45b2e838cf8b25477b449ac7c20ed18d879dc00d --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/gold/waived_accounts.txt @@ -0,0 +1,2 @@ +B728 +C914 \ No newline at end of file diff --git a/shellops/assets/ShellOps_32ac426890/init/exceptions/notes.md b/shellops/assets/ShellOps_32ac426890/init/exceptions/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e194f544ec2684cf25ad23a4c59ccfd81f8948e5 --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/init/exceptions/notes.md @@ -0,0 +1 @@ +# Billing exceptions log diff --git a/shellops/assets/ShellOps_32ac426890/init/subscriptions.json b/shellops/assets/ShellOps_32ac426890/init/subscriptions.json new file mode 100644 index 0000000000000000000000000000000000000000..2cb2df57dae9b379d2b90cb733408f33a2ab6946 --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/init/subscriptions.json @@ -0,0 +1 @@ +{"active": [{"account_id": "A135"}, {"account_id": "B728"}, {"account_id": "C914"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_32ac426890/init/waived_accounts.txt b/shellops/assets/ShellOps_32ac426890/init/waived_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..45b2e838cf8b25477b449ac7c20ed18d879dc00d --- /dev/null +++ b/shellops/assets/ShellOps_32ac426890/init/waived_accounts.txt @@ -0,0 +1,2 @@ +B728 +C914 \ No newline at end of file diff --git a/shellops/assets/ShellOps_33207cdff5/gold/contributors.tsv b/shellops/assets/ShellOps_33207cdff5/gold/contributors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..723121ca37934ef0e43c096ee028deac9c2c37e1 --- /dev/null +++ b/shellops/assets/ShellOps_33207cdff5/gold/contributors.tsv @@ -0,0 +1,5 @@ +handle status +emily active +jacob inactive +lucas active +olivia active diff --git a/shellops/assets/ShellOps_33207cdff5/gold/missing.txt b/shellops/assets/ShellOps_33207cdff5/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..0383de8a719d5e20601391ea88e8477b1f0e090b --- /dev/null +++ b/shellops/assets/ShellOps_33207cdff5/gold/missing.txt @@ -0,0 +1 @@ +olivia diff --git a/shellops/assets/ShellOps_33207cdff5/gold/reviewers.md b/shellops/assets/ShellOps_33207cdff5/gold/reviewers.md new file mode 100644 index 0000000000000000000000000000000000000000..d1a6b7a89e17a817aa72bd7fd190c2d7702fce6b --- /dev/null +++ b/shellops/assets/ShellOps_33207cdff5/gold/reviewers.md @@ -0,0 +1,5 @@ +# Acknowledgments + +- emily +- sarah +- lucas diff --git a/shellops/assets/ShellOps_33207cdff5/init/contributors.tsv b/shellops/assets/ShellOps_33207cdff5/init/contributors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..723121ca37934ef0e43c096ee028deac9c2c37e1 --- /dev/null +++ b/shellops/assets/ShellOps_33207cdff5/init/contributors.tsv @@ -0,0 +1,5 @@ +handle status +emily active +jacob inactive +lucas active +olivia active diff --git a/shellops/assets/ShellOps_33207cdff5/init/reviewers.md b/shellops/assets/ShellOps_33207cdff5/init/reviewers.md new file mode 100644 index 0000000000000000000000000000000000000000..d1a6b7a89e17a817aa72bd7fd190c2d7702fce6b --- /dev/null +++ b/shellops/assets/ShellOps_33207cdff5/init/reviewers.md @@ -0,0 +1,5 @@ +# Acknowledgments + +- emily +- sarah +- lucas diff --git a/shellops/assets/ShellOps_334b76d7bd/gold/filtered_transactions.txt b/shellops/assets/ShellOps_334b76d7bd/gold/filtered_transactions.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d252a424a984f231fb050362886e5cf31f0f27a --- /dev/null +++ b/shellops/assets/ShellOps_334b76d7bd/gold/filtered_transactions.txt @@ -0,0 +1,5 @@ +id +1024 +2048 +8192 +16384 diff --git a/shellops/assets/ShellOps_334b76d7bd/gold/orders_2023.json b/shellops/assets/ShellOps_334b76d7bd/gold/orders_2023.json new file mode 100644 index 0000000000000000000000000000000000000000..8923ff1b5128e289c2d399d5967b6fa9ea82f51b --- /dev/null +++ b/shellops/assets/ShellOps_334b76d7bd/gold/orders_2023.json @@ -0,0 +1,7 @@ +[ + {"id":1024, "status":"active", "priority":3}, + {"id":2048, "status":"legacy", "priority":8}, + {"id":4096, "status":"archived", "priority":2}, + {"id":8192, "status":"pending", "priority":6}, + {"id":16384, "status":"archived", "priority":9} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_334b76d7bd/init/orders_2023.json b/shellops/assets/ShellOps_334b76d7bd/init/orders_2023.json new file mode 100644 index 0000000000000000000000000000000000000000..8923ff1b5128e289c2d399d5967b6fa9ea82f51b --- /dev/null +++ b/shellops/assets/ShellOps_334b76d7bd/init/orders_2023.json @@ -0,0 +1,7 @@ +[ + {"id":1024, "status":"active", "priority":3}, + {"id":2048, "status":"legacy", "priority":8}, + {"id":4096, "status":"archived", "priority":2}, + {"id":8192, "status":"pending", "priority":6}, + {"id":16384, "status":"archived", "priority":9} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_338280ba53/gold/audit/runtime_audit.txt b/shellops/assets/ShellOps_338280ba53/gold/audit/runtime_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca8a83c5d8bb890963e7c11739477a12c983cabd --- /dev/null +++ b/shellops/assets/ShellOps_338280ba53/gold/audit/runtime_audit.txt @@ -0,0 +1,4 @@ +auth-service|jdk-17 +backup-worker|go-1.21 +data-pipeline|python-3.11 +web-frontend|node-18 diff --git a/shellops/assets/ShellOps_338280ba53/gold/config/runtime_policy.json b/shellops/assets/ShellOps_338280ba53/gold/config/runtime_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..d40b5361184af6c6bdd49554bf3bdf88045924db --- /dev/null +++ b/shellops/assets/ShellOps_338280ba53/gold/config/runtime_policy.json @@ -0,0 +1,7 @@ +[ + {"component_id": "auth-service", "runtime_name": "jdk-17", "status": "approved"}, + {"component_id": "data-pipeline", "runtime_name": "python-3.11", "status": "approved"}, + {"component_id": "web-frontend", "runtime_name": "node-18", "status": "approved"}, + {"component_id": "legacy-monitor", "runtime_name": "python-2.7", "status": "deprecated"}, + {"component_id": "backup-worker", "runtime_name": "go-1.21", "status": "approved"} +] diff --git a/shellops/assets/ShellOps_338280ba53/gold/docs/notes.md b/shellops/assets/ShellOps_338280ba53/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..160cba8f8bbd790723e6c655df0dda715c34690b --- /dev/null +++ b/shellops/assets/ShellOps_338280ba53/gold/docs/notes.md @@ -0,0 +1,4 @@ +# Runtime audit notes + +- The legacy-monitor was deprecated last quarter. +- Consider migrating backup-worker to go-1.22 in Q3. diff --git a/shellops/assets/ShellOps_338280ba53/init/audit/runtime_audit.txt b/shellops/assets/ShellOps_338280ba53/init/audit/runtime_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..526d99e982d62e4ec72d71914ccf702fa779e679 --- /dev/null +++ b/shellops/assets/ShellOps_338280ba53/init/audit/runtime_audit.txt @@ -0,0 +1,4 @@ +auth-service|jdk-17 +data-pipeline|python-3.11 +web-frontend|node-18 +legacy-monitor|python-2.7 diff --git a/shellops/assets/ShellOps_338280ba53/init/config/runtime_policy.json b/shellops/assets/ShellOps_338280ba53/init/config/runtime_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..d40b5361184af6c6bdd49554bf3bdf88045924db --- /dev/null +++ b/shellops/assets/ShellOps_338280ba53/init/config/runtime_policy.json @@ -0,0 +1,7 @@ +[ + {"component_id": "auth-service", "runtime_name": "jdk-17", "status": "approved"}, + {"component_id": "data-pipeline", "runtime_name": "python-3.11", "status": "approved"}, + {"component_id": "web-frontend", "runtime_name": "node-18", "status": "approved"}, + {"component_id": "legacy-monitor", "runtime_name": "python-2.7", "status": "deprecated"}, + {"component_id": "backup-worker", "runtime_name": "go-1.21", "status": "approved"} +] diff --git a/shellops/assets/ShellOps_338280ba53/init/docs/notes.md b/shellops/assets/ShellOps_338280ba53/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..160cba8f8bbd790723e6c655df0dda715c34690b --- /dev/null +++ b/shellops/assets/ShellOps_338280ba53/init/docs/notes.md @@ -0,0 +1,4 @@ +# Runtime audit notes + +- The legacy-monitor was deprecated last quarter. +- Consider migrating backup-worker to go-1.22 in Q3. diff --git a/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/.keep b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/api_failure.err b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/api_failure.err new file mode 100644 index 0000000000000000000000000000000000000000..378fbfbbaa569d88f945e05fda774008c27c0470 --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/api_failure.err @@ -0,0 +1,4 @@ +timestamp: 2024-03-15T08:22:17 +service: payments +severity: high +description: Failed to process 12% of transactions. diff --git a/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/auth_timeout.err b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/auth_timeout.err new file mode 100644 index 0000000000000000000000000000000000000000..5bb929e501be2df0dfa4c1f4f05385491bb08c4a --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/auth_timeout.err @@ -0,0 +1,3 @@ +timestamp: 2024-03-16T14:05:43 +service: authentication +description: User login timeout threshold exceeded. diff --git a/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/cache_leak.err b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/cache_leak.err new file mode 100644 index 0000000000000000000000000000000000000000..6ca942ad941c5f3d9ba0016797e1c2f1febb311c --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/gold/bugs/2024/cache_leak.err @@ -0,0 +1,4 @@ +timestamp: 2024-03-17T09:45:12 +service: caching +severity: critical +description: Memory leak detected in LRU cache. diff --git a/shellops/assets/ShellOps_339f0a9381/gold/review/.keep b/shellops/assets/ShellOps_339f0a9381/gold/review/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_339f0a9381/gold/review/unresolved_priority.err b/shellops/assets/ShellOps_339f0a9381/gold/review/unresolved_priority.err new file mode 100644 index 0000000000000000000000000000000000000000..56f8555c05643486afb60a6e4f3af9aa975b0e23 --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/gold/review/unresolved_priority.err @@ -0,0 +1 @@ +auth_timeout.err diff --git a/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/.keep b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/api_failure.err b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/api_failure.err new file mode 100644 index 0000000000000000000000000000000000000000..378fbfbbaa569d88f945e05fda774008c27c0470 --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/api_failure.err @@ -0,0 +1,4 @@ +timestamp: 2024-03-15T08:22:17 +service: payments +severity: high +description: Failed to process 12% of transactions. diff --git a/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/auth_timeout.err b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/auth_timeout.err new file mode 100644 index 0000000000000000000000000000000000000000..5bb929e501be2df0dfa4c1f4f05385491bb08c4a --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/auth_timeout.err @@ -0,0 +1,3 @@ +timestamp: 2024-03-16T14:05:43 +service: authentication +description: User login timeout threshold exceeded. diff --git a/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/cache_leak.err b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/cache_leak.err new file mode 100644 index 0000000000000000000000000000000000000000..6ca942ad941c5f3d9ba0016797e1c2f1febb311c --- /dev/null +++ b/shellops/assets/ShellOps_339f0a9381/init/bugs/2024/cache_leak.err @@ -0,0 +1,4 @@ +timestamp: 2024-03-17T09:45:12 +service: caching +severity: critical +description: Memory leak detected in LRU cache. diff --git a/shellops/assets/ShellOps_339f0a9381/init/review/.keep b/shellops/assets/ShellOps_339f0a9381/init/review/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/device_manifest.txt b/shellops/assets/ShellOps_33a6d9c377/gold/device_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..124a0a8c3b4588b4cd2fbeae6df7aab115b55fd2 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/device_manifest.txt @@ -0,0 +1,6 @@ +# device_id firmware_version status +dev_1001 2.3.1 active +dev_1002 1.9.0 inactive +dev_1003 3.0.2 active +dev_1004 2.1.5 maintenance +dev_1005 2.8.3 active diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/docs/notes.md b/shellops/assets/ShellOps_33a6d9c377/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..80287e51f28579610d756f8291099b3429cef2ce --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/docs/notes.md @@ -0,0 +1,3 @@ +# Telemetry Analysis Notes +- Focus on active devices only. +- Ignore maintenance mode units. diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/reports/active_devices.txt b/shellops/assets/ShellOps_33a6d9c377/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ca600c586ae44e67cc7a1029ee4f11bd927948e --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/reports/active_devices.txt @@ -0,0 +1,3 @@ +dev_1001 +dev_1003 +dev_1005 diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/alpha.json b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..1be05708b1bd0e7af1ed6ea6902f943a66cac262 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/alpha.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "timestamp": "2024-05-01T10:00:00Z", "cpu_usage": 45} diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/beta.json b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..19d903098fc5b876d3734aef53aa8abb9ffd3914 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/beta.json @@ -0,0 +1 @@ +{"device_id": "dev_1003", "timestamp": "2024-05-01T11:15:00Z", "cpu_usage": 52} diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/delta.json b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/delta.json new file mode 100644 index 0000000000000000000000000000000000000000..8aa8eded6a50937410bab0d7796055aa068575b6 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/delta.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "timestamp": "2024-05-01T13:00:00Z", "cpu_usage": 47} diff --git a/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/gamma.json b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..04af1e5622a7bb4f5c0bbdc832e3130264a38ce8 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/gold/telemetry/gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_1005", "timestamp": "2024-05-01T12:30:00Z", "cpu_usage": 38} diff --git a/shellops/assets/ShellOps_33a6d9c377/init/device_manifest.txt b/shellops/assets/ShellOps_33a6d9c377/init/device_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..124a0a8c3b4588b4cd2fbeae6df7aab115b55fd2 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/init/device_manifest.txt @@ -0,0 +1,6 @@ +# device_id firmware_version status +dev_1001 2.3.1 active +dev_1002 1.9.0 inactive +dev_1003 3.0.2 active +dev_1004 2.1.5 maintenance +dev_1005 2.8.3 active diff --git a/shellops/assets/ShellOps_33a6d9c377/init/docs/notes.md b/shellops/assets/ShellOps_33a6d9c377/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..80287e51f28579610d756f8291099b3429cef2ce --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/init/docs/notes.md @@ -0,0 +1,3 @@ +# Telemetry Analysis Notes +- Focus on active devices only. +- Ignore maintenance mode units. diff --git a/shellops/assets/ShellOps_33a6d9c377/init/telemetry/alpha.json b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..1be05708b1bd0e7af1ed6ea6902f943a66cac262 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/alpha.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "timestamp": "2024-05-01T10:00:00Z", "cpu_usage": 45} diff --git a/shellops/assets/ShellOps_33a6d9c377/init/telemetry/beta.json b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..19d903098fc5b876d3734aef53aa8abb9ffd3914 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/beta.json @@ -0,0 +1 @@ +{"device_id": "dev_1003", "timestamp": "2024-05-01T11:15:00Z", "cpu_usage": 52} diff --git a/shellops/assets/ShellOps_33a6d9c377/init/telemetry/delta.json b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/delta.json new file mode 100644 index 0000000000000000000000000000000000000000..8aa8eded6a50937410bab0d7796055aa068575b6 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/delta.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "timestamp": "2024-05-01T13:00:00Z", "cpu_usage": 47} diff --git a/shellops/assets/ShellOps_33a6d9c377/init/telemetry/gamma.json b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..04af1e5622a7bb4f5c0bbdc832e3130264a38ce8 --- /dev/null +++ b/shellops/assets/ShellOps_33a6d9c377/init/telemetry/gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_1005", "timestamp": "2024-05-01T12:30:00Z", "cpu_usage": 38} diff --git a/shellops/assets/ShellOps_33b5380a95/gold/baseline_tokens.txt b/shellops/assets/ShellOps_33b5380a95/gold/baseline_tokens.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c61396c13582696ca231fe3b9e7aa405339ceb --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/gold/baseline_tokens.txt @@ -0,0 +1,4 @@ +alpha +gamma +zeta +kappa diff --git a/shellops/assets/ShellOps_33b5380a95/gold/notes.md b/shellops/assets/ShellOps_33b5380a95/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e6dc90e0a2c13c4ab3e176aa691c75dfe7faa546 --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/gold/notes.md @@ -0,0 +1,4 @@ +# Security audit notes +- Token 'beta' was revoked last quarter. +- Token 'epsilon' expired and should be excluded. +- Token 'kappa' is approved but not yet deployed. diff --git a/shellops/assets/ShellOps_33b5380a95/gold/reports/validated_tokens.txt b/shellops/assets/ShellOps_33b5380a95/gold/reports/validated_tokens.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba1f5f58eb8d3543aecc7ba2baf4d497e884aa56 --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/gold/reports/validated_tokens.txt @@ -0,0 +1,3 @@ +alpha +gamma +zeta diff --git a/shellops/assets/ShellOps_33b5380a95/gold/runtime_tokens.json b/shellops/assets/ShellOps_33b5380a95/gold/runtime_tokens.json new file mode 100644 index 0000000000000000000000000000000000000000..d8ca5908d94fd35ecb2752de70d3647e2d32b988 --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/gold/runtime_tokens.json @@ -0,0 +1,8 @@ +[ + {"token": "alpha", "status": "active", "scope": "read"}, + {"token": "beta", "status": "revoked", "scope": "write"}, + {"token": "gamma", "status": "active", "scope": "read"}, + {"token": "delta", "status": "active", "scope": "admin"}, + {"token": "epsilon", "status": "expired", "scope": "read"}, + {"token": "zeta", "status": "active", "scope": "write"} +] diff --git a/shellops/assets/ShellOps_33b5380a95/init/baseline_tokens.txt b/shellops/assets/ShellOps_33b5380a95/init/baseline_tokens.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c61396c13582696ca231fe3b9e7aa405339ceb --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/init/baseline_tokens.txt @@ -0,0 +1,4 @@ +alpha +gamma +zeta +kappa diff --git a/shellops/assets/ShellOps_33b5380a95/init/notes.md b/shellops/assets/ShellOps_33b5380a95/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e6dc90e0a2c13c4ab3e176aa691c75dfe7faa546 --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/init/notes.md @@ -0,0 +1,4 @@ +# Security audit notes +- Token 'beta' was revoked last quarter. +- Token 'epsilon' expired and should be excluded. +- Token 'kappa' is approved but not yet deployed. diff --git a/shellops/assets/ShellOps_33b5380a95/init/runtime_tokens.json b/shellops/assets/ShellOps_33b5380a95/init/runtime_tokens.json new file mode 100644 index 0000000000000000000000000000000000000000..d8ca5908d94fd35ecb2752de70d3647e2d32b988 --- /dev/null +++ b/shellops/assets/ShellOps_33b5380a95/init/runtime_tokens.json @@ -0,0 +1,8 @@ +[ + {"token": "alpha", "status": "active", "scope": "read"}, + {"token": "beta", "status": "revoked", "scope": "write"}, + {"token": "gamma", "status": "active", "scope": "read"}, + {"token": "delta", "status": "active", "scope": "admin"}, + {"token": "epsilon", "status": "expired", "scope": "read"}, + {"token": "zeta", "status": "active", "scope": "write"} +] diff --git a/shellops/assets/ShellOps_33c39ae32c/gold/devices/approved.txt b/shellops/assets/ShellOps_33c39ae32c/gold/devices/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..445343b888aaee10a6e34596010d746a04e6617d --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/gold/devices/approved.txt @@ -0,0 +1,7 @@ +# Approved device roster (2024-10) +DEV-A001 +DEV-A002 +DEV-A003 +DEV-A004 +DEV-A005 +# End of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_33c39ae32c/gold/notes/irrelevant.md b/shellops/assets/ShellOps_33c39ae32c/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..21d674e411801726f3c1668343a6ca3eed39a8b9 --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Test plan +- Validate device inventory +- Check connectivity diff --git a/shellops/assets/ShellOps_33c39ae32c/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_33c39ae32c/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..865cd61b4e2aecc2774bca17d7422a118b7ae637 --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/gold/reports/missing_devices.txt @@ -0,0 +1,2 @@ +DEV-A003 +DEV-A004 diff --git a/shellops/assets/ShellOps_33c39ae32c/gold/runtime/inventory.xml b/shellops/assets/ShellOps_33c39ae32c/gold/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..857c3bbff610091b5a97202f44a40db47190fb1b --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/gold/runtime/inventory.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_33c39ae32c/init/devices/approved.txt b/shellops/assets/ShellOps_33c39ae32c/init/devices/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..445343b888aaee10a6e34596010d746a04e6617d --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/init/devices/approved.txt @@ -0,0 +1,7 @@ +# Approved device roster (2024-10) +DEV-A001 +DEV-A002 +DEV-A003 +DEV-A004 +DEV-A005 +# End of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_33c39ae32c/init/notes/irrelevant.md b/shellops/assets/ShellOps_33c39ae32c/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..21d674e411801726f3c1668343a6ca3eed39a8b9 --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Test plan +- Validate device inventory +- Check connectivity diff --git a/shellops/assets/ShellOps_33c39ae32c/init/runtime/inventory.xml b/shellops/assets/ShellOps_33c39ae32c/init/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..857c3bbff610091b5a97202f44a40db47190fb1b --- /dev/null +++ b/shellops/assets/ShellOps_33c39ae32c/init/runtime/inventory.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_3408de325f/gold/reports/missing_stations.txt b/shellops/assets/ShellOps_3408de325f/gold/reports/missing_stations.txt new file mode 100644 index 0000000000000000000000000000000000000000..c226d7b36cfd2c5234547372b31c17a477977aac --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/gold/reports/missing_stations.txt @@ -0,0 +1 @@ +MIKE_NOVEMBER diff --git a/shellops/assets/ShellOps_3408de325f/gold/stations/active_devices.xml b/shellops/assets/ShellOps_3408de325f/gold/stations/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..e0f31ed58f2dcf4d586ff21b39ebabb9cd5d9427 --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/gold/stations/active_devices.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_3408de325f/gold/stations/notes.md b/shellops/assets/ShellOps_3408de325f/gold/stations/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..62ee4863f73b80eacf0b57e088fc8965209f5063 --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/gold/stations/notes.md @@ -0,0 +1,4 @@ +# Station inventory notes +- MIKE_NOVEMBER: decommissioned last quarter +- OSCAR_PAPA: added this quarter +- QUEBEC_ROMEO: added this quarter diff --git a/shellops/assets/ShellOps_3408de325f/gold/stations/reference.txt b/shellops/assets/ShellOps_3408de325f/gold/stations/reference.txt new file mode 100644 index 0000000000000000000000000000000000000000..50109ce1de811a1b00c85f579d3c4d87aa70c5b1 --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/gold/stations/reference.txt @@ -0,0 +1,7 @@ +ALPHA_BRAVO +CHARLIE_DELTA +ECHO_FOXTROT +GOLF_HOTEL +INDIA_JULIET +KILO_LIMA +MIKE_NOVEMBER diff --git a/shellops/assets/ShellOps_3408de325f/init/stations/active_devices.xml b/shellops/assets/ShellOps_3408de325f/init/stations/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..e0f31ed58f2dcf4d586ff21b39ebabb9cd5d9427 --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/init/stations/active_devices.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_3408de325f/init/stations/notes.md b/shellops/assets/ShellOps_3408de325f/init/stations/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..62ee4863f73b80eacf0b57e088fc8965209f5063 --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/init/stations/notes.md @@ -0,0 +1,4 @@ +# Station inventory notes +- MIKE_NOVEMBER: decommissioned last quarter +- OSCAR_PAPA: added this quarter +- QUEBEC_ROMEO: added this quarter diff --git a/shellops/assets/ShellOps_3408de325f/init/stations/reference.txt b/shellops/assets/ShellOps_3408de325f/init/stations/reference.txt new file mode 100644 index 0000000000000000000000000000000000000000..50109ce1de811a1b00c85f579d3c4d87aa70c5b1 --- /dev/null +++ b/shellops/assets/ShellOps_3408de325f/init/stations/reference.txt @@ -0,0 +1,7 @@ +ALPHA_BRAVO +CHARLIE_DELTA +ECHO_FOXTROT +GOLF_HOTEL +INDIA_JULIET +KILO_LIMA +MIKE_NOVEMBER diff --git a/shellops/assets/ShellOps_340d3c6d01/gold/manifests/notes.md b/shellops/assets/ShellOps_340d3c6d01/gold/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..631f2e78780ef16c276d876d1e48529f5aa792ba --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/gold/manifests/notes.md @@ -0,0 +1 @@ +Secondary manifest includes some legacy entries that should be ignored. diff --git a/shellops/assets/ShellOps_340d3c6d01/gold/manifests/primary.txt b/shellops/assets/ShellOps_340d3c6d01/gold/manifests/primary.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a4f85dc9c3eb2236db7b61568542ad09a50f8cf --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/gold/manifests/primary.txt @@ -0,0 +1,4 @@ +FW101 2024-03-15 +FW102 2024-04-10 +FW103 2024-05-20 +FW104 2024-06-01 diff --git a/shellops/assets/ShellOps_340d3c6d01/gold/manifests/secondary.txt b/shellops/assets/ShellOps_340d3c6d01/gold/manifests/secondary.txt new file mode 100644 index 0000000000000000000000000000000000000000..bebe8236416a474864080fed467804ff477eb04d --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/gold/manifests/secondary.txt @@ -0,0 +1,5 @@ +FW100 2023-12-01 +FW101 2024-02-28 +FW105 2024-07-12 +FW106 2024-08-05 +OLD99 2023-11-15 diff --git a/shellops/assets/ShellOps_340d3c6d01/gold/reports/consolidated_firmware.txt b/shellops/assets/ShellOps_340d3c6d01/gold/reports/consolidated_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..34c23d67e264fcc4c69562637869efac7ba5d146 --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/gold/reports/consolidated_firmware.txt @@ -0,0 +1,7 @@ +FW100 2023-12-01 +FW101 2024-03-15 +FW102 2024-04-10 +FW103 2024-05-20 +FW104 2024-06-01 +FW105 2024-07-12 +FW106 2024-08-05 diff --git a/shellops/assets/ShellOps_340d3c6d01/init/manifests/notes.md b/shellops/assets/ShellOps_340d3c6d01/init/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..631f2e78780ef16c276d876d1e48529f5aa792ba --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/init/manifests/notes.md @@ -0,0 +1 @@ +Secondary manifest includes some legacy entries that should be ignored. diff --git a/shellops/assets/ShellOps_340d3c6d01/init/manifests/primary.txt b/shellops/assets/ShellOps_340d3c6d01/init/manifests/primary.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a4f85dc9c3eb2236db7b61568542ad09a50f8cf --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/init/manifests/primary.txt @@ -0,0 +1,4 @@ +FW101 2024-03-15 +FW102 2024-04-10 +FW103 2024-05-20 +FW104 2024-06-01 diff --git a/shellops/assets/ShellOps_340d3c6d01/init/manifests/secondary.txt b/shellops/assets/ShellOps_340d3c6d01/init/manifests/secondary.txt new file mode 100644 index 0000000000000000000000000000000000000000..bebe8236416a474864080fed467804ff477eb04d --- /dev/null +++ b/shellops/assets/ShellOps_340d3c6d01/init/manifests/secondary.txt @@ -0,0 +1,5 @@ +FW100 2023-12-01 +FW101 2024-02-28 +FW105 2024-07-12 +FW106 2024-08-05 +OLD99 2023-11-15 diff --git a/shellops/assets/ShellOps_343198c0be/gold/exceptions.log b/shellops/assets/ShellOps_343198c0be/gold/exceptions.log new file mode 100644 index 0000000000000000000000000000000000000000..9d262d468480ecfcf9c9c9ea5af445d4d5e4af37 --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/gold/exceptions.log @@ -0,0 +1,2 @@ +dev3456 north +dev7890 south diff --git a/shellops/assets/ShellOps_343198c0be/gold/inventory.xml b/shellops/assets/ShellOps_343198c0be/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..2e7148fdd2bbf77db07063e96b7f4e8486d6b8c5 --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/gold/inventory.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_343198c0be/gold/notes.md b/shellops/assets/ShellOps_343198c0be/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ec03e598107c2f7d7d2907d2e9bf95a5069b67cd --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/gold/notes.md @@ -0,0 +1,3 @@ +# Legacy units pending review +- dev3456 (north) +- dev9999 (unknown) \ No newline at end of file diff --git a/shellops/assets/ShellOps_343198c0be/gold/whitelist.txt b/shellops/assets/ShellOps_343198c0be/gold/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..edf528299f1217433112dcbc990989bacf5f33a4 --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/gold/whitelist.txt @@ -0,0 +1,3 @@ +dev1234 east +dev5678 central +dev9012 west \ No newline at end of file diff --git a/shellops/assets/ShellOps_343198c0be/init/inventory.xml b/shellops/assets/ShellOps_343198c0be/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..2e7148fdd2bbf77db07063e96b7f4e8486d6b8c5 --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/init/inventory.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_343198c0be/init/notes.md b/shellops/assets/ShellOps_343198c0be/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ec03e598107c2f7d7d2907d2e9bf95a5069b67cd --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/init/notes.md @@ -0,0 +1,3 @@ +# Legacy units pending review +- dev3456 (north) +- dev9999 (unknown) \ No newline at end of file diff --git a/shellops/assets/ShellOps_343198c0be/init/whitelist.txt b/shellops/assets/ShellOps_343198c0be/init/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..edf528299f1217433112dcbc990989bacf5f33a4 --- /dev/null +++ b/shellops/assets/ShellOps_343198c0be/init/whitelist.txt @@ -0,0 +1,3 @@ +dev1234 east +dev5678 central +dev9012 west \ No newline at end of file diff --git a/shellops/assets/ShellOps_343c46ab52/gold/config/app.json b/shellops/assets/ShellOps_343c46ab52/gold/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..8c209b190781da3ff1a8e10101937fa97fe51ce5 --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/gold/config/app.json @@ -0,0 +1,5 @@ +{ + "PORT": 3000, + "NODE_ENV": "development", + "SECRET_KEY": "abc123" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_343c46ab52/gold/config/cache.json b/shellops/assets/ShellOps_343c46ab52/gold/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..219d442414c76b929de2867cc489debc60ba8789 --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/gold/config/cache.json @@ -0,0 +1,5 @@ +{ + "REDIS_HOST": "127.0.0.1", + "REDIS_PORT": 6379, + "NODE_ENV": "production" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_343c46ab52/gold/config/db.json b/shellops/assets/ShellOps_343c46ab52/gold/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..48de1890c4964a794557225a222b08c8ca9a3a4e --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/gold/config/db.json @@ -0,0 +1,6 @@ +{ + "DB_HOST": "localhost", + "DB_PORT": 5432, + "DB_USER": "admin", + "DB_PASSWORD": "securepass" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_343c46ab52/gold/env_vars.txt b/shellops/assets/ShellOps_343c46ab52/gold/env_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..397e35d92128698b62ea1e5550d821d1cbc89436 --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/gold/env_vars.txt @@ -0,0 +1,9 @@ +DB_HOST +DB_PASSWORD +DB_PORT +DB_USER +NODE_ENV +PORT +REDIS_HOST +REDIS_PORT +SECRET_KEY diff --git a/shellops/assets/ShellOps_343c46ab52/init/config/app.json b/shellops/assets/ShellOps_343c46ab52/init/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..8c209b190781da3ff1a8e10101937fa97fe51ce5 --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/init/config/app.json @@ -0,0 +1,5 @@ +{ + "PORT": 3000, + "NODE_ENV": "development", + "SECRET_KEY": "abc123" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_343c46ab52/init/config/cache.json b/shellops/assets/ShellOps_343c46ab52/init/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..219d442414c76b929de2867cc489debc60ba8789 --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/init/config/cache.json @@ -0,0 +1,5 @@ +{ + "REDIS_HOST": "127.0.0.1", + "REDIS_PORT": 6379, + "NODE_ENV": "production" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_343c46ab52/init/config/db.json b/shellops/assets/ShellOps_343c46ab52/init/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..48de1890c4964a794557225a222b08c8ca9a3a4e --- /dev/null +++ b/shellops/assets/ShellOps_343c46ab52/init/config/db.json @@ -0,0 +1,6 @@ +{ + "DB_HOST": "localhost", + "DB_PORT": 5432, + "DB_USER": "admin", + "DB_PASSWORD": "securepass" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b6312eeb/gold/notes/readme.md b/shellops/assets/ShellOps_34b6312eeb/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..18909b4f3dcb35b5dade6c76611ba1f33c904011 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/gold/notes/readme.md @@ -0,0 +1 @@ +This directory contains telemetry logs from various services. Some entries may be missing resource_id fields. diff --git a/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/failed_events.txt b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/failed_events.txt new file mode 100644 index 0000000000000000000000000000000000000000..73b9e844b72f6fb42cf7f67fcf3c5a5aa875f7b9 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/failed_events.txt @@ -0,0 +1,5 @@ +svc-a-001|E103|2024-05-10T08:30:00Z +svc-a-003|E107|2024-05-10T09:00:00Z +svc-b-002|E104|2024-05-10T10:00:00Z +|E105|2024-05-10T11:00:00Z +svc-c-002|E106|2024-05-10T11:30:00Z diff --git a/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_a.json b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5d2ab42c78b314215562ea19e5ab1228660520 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_a.json @@ -0,0 +1,3 @@ +{"status": "FAILED", "resource_id": "svc-a-001", "error_code": "E103", "timestamp": "2024-05-10T08:30:00Z"} +{"status": "SUCCESS", "resource_id": "svc-a-002", "timestamp": "2024-05-10T08:35:00Z"} +{"status": "FAILED", "resource_id": "svc-a-003", "error_code": "E107", "timestamp": "2024-05-10T09:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_b.json b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..799b80fd5a561d989c109acfbfccc0c3c2852316 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_b.json @@ -0,0 +1,3 @@ +{"status": "PENDING", "resource_id": "svc-b-001", "timestamp": "2024-05-10T09:30:00Z"} +{"status": "FAILED", "resource_id": "svc-b-002", "error_code": "E104", "timestamp": "2024-05-10T10:00:00Z"} +{"status": "SUCCESS", "resource_id": "svc-b-003", "timestamp": "2024-05-10T10:15:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_c.json b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..eb5fc5bae7a22f86494cf1c9288f834d614e3653 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/gold/telemetry/service_c.json @@ -0,0 +1,2 @@ +{"status": "FAILED", "error_code": "E105", "timestamp": "2024-05-10T11:00:00Z"} +{"status": "FAILED", "resource_id": "svc-c-002", "error_code": "E106", "timestamp": "2024-05-10T11:30:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b6312eeb/init/notes/readme.md b/shellops/assets/ShellOps_34b6312eeb/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..18909b4f3dcb35b5dade6c76611ba1f33c904011 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/init/notes/readme.md @@ -0,0 +1 @@ +This directory contains telemetry logs from various services. Some entries may be missing resource_id fields. diff --git a/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_a.json b/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5d2ab42c78b314215562ea19e5ab1228660520 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_a.json @@ -0,0 +1,3 @@ +{"status": "FAILED", "resource_id": "svc-a-001", "error_code": "E103", "timestamp": "2024-05-10T08:30:00Z"} +{"status": "SUCCESS", "resource_id": "svc-a-002", "timestamp": "2024-05-10T08:35:00Z"} +{"status": "FAILED", "resource_id": "svc-a-003", "error_code": "E107", "timestamp": "2024-05-10T09:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_b.json b/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..799b80fd5a561d989c109acfbfccc0c3c2852316 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_b.json @@ -0,0 +1,3 @@ +{"status": "PENDING", "resource_id": "svc-b-001", "timestamp": "2024-05-10T09:30:00Z"} +{"status": "FAILED", "resource_id": "svc-b-002", "error_code": "E104", "timestamp": "2024-05-10T10:00:00Z"} +{"status": "SUCCESS", "resource_id": "svc-b-003", "timestamp": "2024-05-10T10:15:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_c.json b/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..eb5fc5bae7a22f86494cf1c9288f834d614e3653 --- /dev/null +++ b/shellops/assets/ShellOps_34b6312eeb/init/telemetry/service_c.json @@ -0,0 +1,2 @@ +{"status": "FAILED", "error_code": "E105", "timestamp": "2024-05-10T11:00:00Z"} +{"status": "FAILED", "resource_id": "svc-c-002", "error_code": "E106", "timestamp": "2024-05-10T11:30:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_34b81adcdc/gold/results/verified_types.txt b/shellops/assets/ShellOps_34b81adcdc/gold/results/verified_types.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2a77b2a398b42cb0090e2f3c0426b83e6615e7a --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/gold/results/verified_types.txt @@ -0,0 +1,4 @@ +android-phone +android-tv +linux-server +smart-speaker diff --git a/shellops/assets/ShellOps_34b81adcdc/gold/simulation/device_profiles.cfg b/shellops/assets/ShellOps_34b81adcdc/gold/simulation/device_profiles.cfg new file mode 100644 index 0000000000000000000000000000000000000000..11b4cf8a9c07c3ccc2e5be6ad6c1ecb59072170a --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/gold/simulation/device_profiles.cfg @@ -0,0 +1,9 @@ +# Official device profile list +device_type=android-tv +model=alpha +device_type=linux-server +model=beta +device_type=android-phone +model=gamma +device_type=smart-speaker +model=delta diff --git a/shellops/assets/ShellOps_34b81adcdc/gold/simulation/experimental_overrides.cfg b/shellops/assets/ShellOps_34b81adcdc/gold/simulation/experimental_overrides.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9edde8477a590daab6c1ee8a5d4175bb591b5be3 --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/gold/simulation/experimental_overrides.cfg @@ -0,0 +1,4 @@ +# Unsanctioned experimental tweaks (ignore these) +device_type=android-tv +device_type=embedded-iot +model=zeta diff --git a/shellops/assets/ShellOps_34b81adcdc/gold/simulation/unrelated.log b/shellops/assets/ShellOps_34b81adcdc/gold/simulation/unrelated.log new file mode 100644 index 0000000000000000000000000000000000000000..f4d667128e9e5c30831d569bfd22dec3c5990df1 --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/gold/simulation/unrelated.log @@ -0,0 +1,2 @@ +2024-11-15 10:23:45 [INFO] Starting simulation run with profile 'android-tv' +2024-11-15 10:24:01 [INFO] Experimental device 'embedded-iot' encountered an error diff --git a/shellops/assets/ShellOps_34b81adcdc/init/simulation/device_profiles.cfg b/shellops/assets/ShellOps_34b81adcdc/init/simulation/device_profiles.cfg new file mode 100644 index 0000000000000000000000000000000000000000..11b4cf8a9c07c3ccc2e5be6ad6c1ecb59072170a --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/init/simulation/device_profiles.cfg @@ -0,0 +1,9 @@ +# Official device profile list +device_type=android-tv +model=alpha +device_type=linux-server +model=beta +device_type=android-phone +model=gamma +device_type=smart-speaker +model=delta diff --git a/shellops/assets/ShellOps_34b81adcdc/init/simulation/experimental_overrides.cfg b/shellops/assets/ShellOps_34b81adcdc/init/simulation/experimental_overrides.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9edde8477a590daab6c1ee8a5d4175bb591b5be3 --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/init/simulation/experimental_overrides.cfg @@ -0,0 +1,4 @@ +# Unsanctioned experimental tweaks (ignore these) +device_type=android-tv +device_type=embedded-iot +model=zeta diff --git a/shellops/assets/ShellOps_34b81adcdc/init/simulation/unrelated.log b/shellops/assets/ShellOps_34b81adcdc/init/simulation/unrelated.log new file mode 100644 index 0000000000000000000000000000000000000000..f4d667128e9e5c30831d569bfd22dec3c5990df1 --- /dev/null +++ b/shellops/assets/ShellOps_34b81adcdc/init/simulation/unrelated.log @@ -0,0 +1,2 @@ +2024-11-15 10:23:45 [INFO] Starting simulation run with profile 'android-tv' +2024-11-15 10:24:01 [INFO] Experimental device 'embedded-iot' encountered an error diff --git a/shellops/assets/ShellOps_34b8a3a05d/gold/device_event_summary.tsv b/shellops/assets/ShellOps_34b8a3a05d/gold/device_event_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2d4cd11530fff69f130d21dde018eaf546bf8a17 --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/gold/device_event_summary.tsv @@ -0,0 +1,4 @@ +device events +gamma 200 +beta 170 +alpha 150 diff --git a/shellops/assets/ShellOps_34b8a3a05d/gold/devices.txt b/shellops/assets/ShellOps_34b8a3a05d/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..d77f21a4a06d18d494bf7f9391cb406309e289f3 --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/gold/devices.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +zeta diff --git a/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/.keep b/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/alpha.log b/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..6f8cb7655d08cb43c4987e12cfd982c4b347a5bf --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/alpha.log @@ -0,0 +1,3 @@ +alpha 120 +beta 80 +gamma 200 diff --git a/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/beta.log b/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/beta.log new file mode 100644 index 0000000000000000000000000000000000000000..fe57d0b677b2a3be28f4b91166d000813ece18bf --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/gold/telemetry/beta.log @@ -0,0 +1,4 @@ +alpha 30 +beta 90 +delta 50 +epsilon 10 diff --git a/shellops/assets/ShellOps_34b8a3a05d/init/devices.txt b/shellops/assets/ShellOps_34b8a3a05d/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..d77f21a4a06d18d494bf7f9391cb406309e289f3 --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/init/devices.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +zeta diff --git a/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/.keep b/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/alpha.log b/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..6f8cb7655d08cb43c4987e12cfd982c4b347a5bf --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/alpha.log @@ -0,0 +1,3 @@ +alpha 120 +beta 80 +gamma 200 diff --git a/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/beta.log b/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/beta.log new file mode 100644 index 0000000000000000000000000000000000000000..fe57d0b677b2a3be28f4b91166d000813ece18bf --- /dev/null +++ b/shellops/assets/ShellOps_34b8a3a05d/init/telemetry/beta.log @@ -0,0 +1,4 @@ +alpha 30 +beta 90 +delta 50 +epsilon 10 diff --git a/shellops/assets/ShellOps_34bef76b50/gold/configs/gateway.json b/shellops/assets/ShellOps_34bef76b50/gold/configs/gateway.json new file mode 100644 index 0000000000000000000000000000000000000000..04adbfa610b4aa079af63016ef4feb5140ae0da2 --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/gold/configs/gateway.json @@ -0,0 +1,10 @@ +{ + "endpoints": [ + {"name": "auth.login", "enabled": true}, + {"name": "users.list", "enabled": true}, + {"name": "users.create", "enabled": false}, + {"name": "billing.invoice", "enabled": true}, + {"name": "reports.dashboard", "enabled": true}, + {"name": "analytics.export", "enabled": true} + ] +} diff --git a/shellops/assets/ShellOps_34bef76b50/gold/distractor/notes.md b/shellops/assets/ShellOps_34bef76b50/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..68bb63e9d7f76b789c4bb94786092f18c2144d45 --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/gold/distractor/notes.md @@ -0,0 +1,4 @@ +# Service Registry Notes + +- Temporarily disabled 'users.create' due to security review. +- 'analytics.export' pending capacity approval. diff --git a/shellops/assets/ShellOps_34bef76b50/gold/registry/services.yaml b/shellops/assets/ShellOps_34bef76b50/gold/registry/services.yaml new file mode 100644 index 0000000000000000000000000000000000000000..45d60ef09b4a535014e46fb49e85c117baf0bd6d --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/gold/registry/services.yaml @@ -0,0 +1,11 @@ +services: + - name: auth.login + version: v2 + - name: users.list + version: v1 + - name: billing.invoice + version: v1 + - name: reports.dashboard + version: v3 + - name: metrics.collect + version: v1 diff --git a/shellops/assets/ShellOps_34bef76b50/gold/reports/missing_endpoints.txt b/shellops/assets/ShellOps_34bef76b50/gold/reports/missing_endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..bebcb93251eb9d17d48c86f3f4f254872e6d89f9 --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/gold/reports/missing_endpoints.txt @@ -0,0 +1,2 @@ +analytics.export +users.create diff --git a/shellops/assets/ShellOps_34bef76b50/init/configs/gateway.json b/shellops/assets/ShellOps_34bef76b50/init/configs/gateway.json new file mode 100644 index 0000000000000000000000000000000000000000..04adbfa610b4aa079af63016ef4feb5140ae0da2 --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/init/configs/gateway.json @@ -0,0 +1,10 @@ +{ + "endpoints": [ + {"name": "auth.login", "enabled": true}, + {"name": "users.list", "enabled": true}, + {"name": "users.create", "enabled": false}, + {"name": "billing.invoice", "enabled": true}, + {"name": "reports.dashboard", "enabled": true}, + {"name": "analytics.export", "enabled": true} + ] +} diff --git a/shellops/assets/ShellOps_34bef76b50/init/distractor/notes.md b/shellops/assets/ShellOps_34bef76b50/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..68bb63e9d7f76b789c4bb94786092f18c2144d45 --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/init/distractor/notes.md @@ -0,0 +1,4 @@ +# Service Registry Notes + +- Temporarily disabled 'users.create' due to security review. +- 'analytics.export' pending capacity approval. diff --git a/shellops/assets/ShellOps_34bef76b50/init/registry/services.yaml b/shellops/assets/ShellOps_34bef76b50/init/registry/services.yaml new file mode 100644 index 0000000000000000000000000000000000000000..45d60ef09b4a535014e46fb49e85c117baf0bd6d --- /dev/null +++ b/shellops/assets/ShellOps_34bef76b50/init/registry/services.yaml @@ -0,0 +1,11 @@ +services: + - name: auth.login + version: v2 + - name: users.list + version: v1 + - name: billing.invoice + version: v1 + - name: reports.dashboard + version: v3 + - name: metrics.collect + version: v1 diff --git a/shellops/assets/ShellOps_34f6666e35/gold/gateway/config.json b/shellops/assets/ShellOps_34f6666e35/gold/gateway/config.json new file mode 100644 index 0000000000000000000000000000000000000000..58e1000f79bfd467270d0c9b2b78fb23bc4f366c --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/gold/gateway/config.json @@ -0,0 +1,7 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/users", "method": "POST"}, + {"endpoint": "/api/v1/roles", "method": "GET"}, + {"endpoint": "/api/v1/permissions", "method": "GET"}, + {"endpoint": "/api/v1/audit", "method": "POST"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_34f6666e35/gold/gateway/notes.md b/shellops/assets/ShellOps_34f6666e35/gold/gateway/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..39de268bafd3c68f8f8fca1ee71bdb72c0ccf310 --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/gold/gateway/notes.md @@ -0,0 +1,3 @@ +# Legacy notes +- /api/v1/permissions was added temporarily +- /api/v1/audit POST is experimental diff --git a/shellops/assets/ShellOps_34f6666e35/gold/registry/approved_endpoints.json b/shellops/assets/ShellOps_34f6666e35/gold/registry/approved_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc99d1130925316d65182344e849128955ae358 --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/gold/registry/approved_endpoints.json @@ -0,0 +1,5 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/roles", "method": "GET"}, + {"endpoint": "/api/v1/audit", "method": "GET"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_34f6666e35/gold/report/endpoint_gaps.txt b/shellops/assets/ShellOps_34f6666e35/gold/report/endpoint_gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..187db290621274606f14a43d05a62d5da868ad6f --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/gold/report/endpoint_gaps.txt @@ -0,0 +1,3 @@ +/api/v1/audit|POST +/api/v1/permissions|GET +/api/v1/users|POST diff --git a/shellops/assets/ShellOps_34f6666e35/init/gateway/config.json b/shellops/assets/ShellOps_34f6666e35/init/gateway/config.json new file mode 100644 index 0000000000000000000000000000000000000000..58e1000f79bfd467270d0c9b2b78fb23bc4f366c --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/init/gateway/config.json @@ -0,0 +1,7 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/users", "method": "POST"}, + {"endpoint": "/api/v1/roles", "method": "GET"}, + {"endpoint": "/api/v1/permissions", "method": "GET"}, + {"endpoint": "/api/v1/audit", "method": "POST"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_34f6666e35/init/gateway/notes.md b/shellops/assets/ShellOps_34f6666e35/init/gateway/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..39de268bafd3c68f8f8fca1ee71bdb72c0ccf310 --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/init/gateway/notes.md @@ -0,0 +1,3 @@ +# Legacy notes +- /api/v1/permissions was added temporarily +- /api/v1/audit POST is experimental diff --git a/shellops/assets/ShellOps_34f6666e35/init/registry/approved_endpoints.json b/shellops/assets/ShellOps_34f6666e35/init/registry/approved_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc99d1130925316d65182344e849128955ae358 --- /dev/null +++ b/shellops/assets/ShellOps_34f6666e35/init/registry/approved_endpoints.json @@ -0,0 +1,5 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/roles", "method": "GET"}, + {"endpoint": "/api/v1/audit", "method": "GET"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_350664dd0c/gold/approved-regions.csv b/shellops/assets/ShellOps_350664dd0c/gold/approved-regions.csv new file mode 100644 index 0000000000000000000000000000000000000000..131f4863725803148e0a796abd75b1897a7a56f8 --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/gold/approved-regions.csv @@ -0,0 +1,2 @@ +Region +us-west-2 diff --git a/shellops/assets/ShellOps_350664dd0c/gold/excluded_regions.txt b/shellops/assets/ShellOps_350664dd0c/gold/excluded_regions.txt new file mode 100644 index 0000000000000000000000000000000000000000..56cce6423feaca56ffb3d95c78d018650f57cdb6 --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/gold/excluded_regions.txt @@ -0,0 +1,2 @@ +eu-west-1 +sa-east-1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_350664dd0c/gold/infra/production/main.tf b/shellops/assets/ShellOps_350664dd0c/gold/infra/production/main.tf new file mode 100644 index 0000000000000000000000000000000000000000..990536ae9008fdcb549af530de032fc558e7b449 --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/gold/infra/production/main.tf @@ -0,0 +1,6 @@ +provider "aws" { + region = "us-west-2" +} +resource "aws_s3_bucket" "logs" { + bucket = "my-logs" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_350664dd0c/gold/infra/staging/backend.tf b/shellops/assets/ShellOps_350664dd0c/gold/infra/staging/backend.tf new file mode 100644 index 0000000000000000000000000000000000000000..43ce40a0934fcf9e31514c4660e4c43bd782abae --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/gold/infra/staging/backend.tf @@ -0,0 +1,6 @@ +terraform { + backend "s3" { + region = "eu-west-1" + bucket = "tf-state" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_350664dd0c/init/excluded_regions.txt b/shellops/assets/ShellOps_350664dd0c/init/excluded_regions.txt new file mode 100644 index 0000000000000000000000000000000000000000..56cce6423feaca56ffb3d95c78d018650f57cdb6 --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/init/excluded_regions.txt @@ -0,0 +1,2 @@ +eu-west-1 +sa-east-1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_350664dd0c/init/infra/production/main.tf b/shellops/assets/ShellOps_350664dd0c/init/infra/production/main.tf new file mode 100644 index 0000000000000000000000000000000000000000..990536ae9008fdcb549af530de032fc558e7b449 --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/init/infra/production/main.tf @@ -0,0 +1,6 @@ +provider "aws" { + region = "us-west-2" +} +resource "aws_s3_bucket" "logs" { + bucket = "my-logs" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_350664dd0c/init/infra/staging/backend.tf b/shellops/assets/ShellOps_350664dd0c/init/infra/staging/backend.tf new file mode 100644 index 0000000000000000000000000000000000000000..43ce40a0934fcf9e31514c4660e4c43bd782abae --- /dev/null +++ b/shellops/assets/ShellOps_350664dd0c/init/infra/staging/backend.tf @@ -0,0 +1,6 @@ +terraform { + backend "s3" { + region = "eu-west-1" + bucket = "tf-state" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_352143ba05/gold/approved_roles.txt b/shellops/assets/ShellOps_352143ba05/gold/approved_roles.txt new file mode 100644 index 0000000000000000000000000000000000000000..5305162981911e9c9d409e44f7ebe8d362886055 --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/gold/approved_roles.txt @@ -0,0 +1,3 @@ +operator +monitor +backup diff --git a/shellops/assets/ShellOps_352143ba05/gold/deployed_services.xml b/shellops/assets/ShellOps_352143ba05/gold/deployed_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..29bb44b52667a65ad87426c97c5e6ea54cf2de05 --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/gold/deployed_services.xml @@ -0,0 +1,18 @@ + + + + operator + + + backup + + + admin + + + monitor + + + superuser + + diff --git a/shellops/assets/ShellOps_352143ba05/gold/flagged_roles.txt b/shellops/assets/ShellOps_352143ba05/gold/flagged_roles.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce1ffa8113e7474ab2dc6d083e2fdc9e71ccc244 --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/gold/flagged_roles.txt @@ -0,0 +1,2 @@ +admin +superuser diff --git a/shellops/assets/ShellOps_352143ba05/gold/notes.md b/shellops/assets/ShellOps_352143ba05/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0582999d5d006ca6a1e4e8e4368e2ca8b64919dc --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/gold/notes.md @@ -0,0 +1 @@ +Legacy note: some roles may not be compliant after the policy update. diff --git a/shellops/assets/ShellOps_352143ba05/init/approved_roles.txt b/shellops/assets/ShellOps_352143ba05/init/approved_roles.txt new file mode 100644 index 0000000000000000000000000000000000000000..5305162981911e9c9d409e44f7ebe8d362886055 --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/init/approved_roles.txt @@ -0,0 +1,3 @@ +operator +monitor +backup diff --git a/shellops/assets/ShellOps_352143ba05/init/deployed_services.xml b/shellops/assets/ShellOps_352143ba05/init/deployed_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..29bb44b52667a65ad87426c97c5e6ea54cf2de05 --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/init/deployed_services.xml @@ -0,0 +1,18 @@ + + + + operator + + + backup + + + admin + + + monitor + + + superuser + + diff --git a/shellops/assets/ShellOps_352143ba05/init/notes.md b/shellops/assets/ShellOps_352143ba05/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0582999d5d006ca6a1e4e8e4368e2ca8b64919dc --- /dev/null +++ b/shellops/assets/ShellOps_352143ba05/init/notes.md @@ -0,0 +1 @@ +Legacy note: some roles may not be compliant after the policy update. diff --git a/shellops/assets/ShellOps_3533b81d31/gold/reports/.keep b/shellops/assets/ShellOps_3533b81d31/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3533b81d31/gold/reports/production_quality.tsv b/shellops/assets/ShellOps_3533b81d31/gold/reports/production_quality.tsv new file mode 100644 index 0000000000000000000000000000000000000000..22f67e199ea1a45cbdcb31f9ce1891df487d70da --- /dev/null +++ b/shellops/assets/ShellOps_3533b81d31/gold/reports/production_quality.tsv @@ -0,0 +1,2 @@ +PRD_45X 2024-04-15T09:15:00Z 97 +PRD_89Z 2024-04-15T10:45:00Z 96 diff --git a/shellops/assets/ShellOps_3533b81d31/gold/sensors/calibration.log b/shellops/assets/ShellOps_3533b81d31/gold/sensors/calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..eb080e27cb4a3c8124d0d077566a0fbf3cf1c07a --- /dev/null +++ b/shellops/assets/ShellOps_3533b81d31/gold/sensors/calibration.log @@ -0,0 +1,6 @@ +TST_A23|2024-04-15T08:30:00Z|89 +PRD_45X|2024-04-15T09:15:00Z|97 +TST_B77|2024-04-15T10:00:00Z|92 +PRD_89Z|2024-04-15T10:45:00Z|96 +PRD_33Q|2024-04-15T11:30:00Z|94 +TST_C12|2024-04-15T12:15:00Z|98 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3533b81d31/gold/sensors/notes.txt b/shellops/assets/ShellOps_3533b81d31/gold/sensors/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1971bc53ad9d52e7f095b285c0a4c875be57d078 --- /dev/null +++ b/shellops/assets/ShellOps_3533b81d31/gold/sensors/notes.txt @@ -0,0 +1,2 @@ +PRD_45X: Requires recalibration Q3 +TST_B77: Retired prototype \ No newline at end of file diff --git a/shellops/assets/ShellOps_3533b81d31/init/reports/.keep b/shellops/assets/ShellOps_3533b81d31/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3533b81d31/init/sensors/calibration.log b/shellops/assets/ShellOps_3533b81d31/init/sensors/calibration.log new file mode 100644 index 0000000000000000000000000000000000000000..eb080e27cb4a3c8124d0d077566a0fbf3cf1c07a --- /dev/null +++ b/shellops/assets/ShellOps_3533b81d31/init/sensors/calibration.log @@ -0,0 +1,6 @@ +TST_A23|2024-04-15T08:30:00Z|89 +PRD_45X|2024-04-15T09:15:00Z|97 +TST_B77|2024-04-15T10:00:00Z|92 +PRD_89Z|2024-04-15T10:45:00Z|96 +PRD_33Q|2024-04-15T11:30:00Z|94 +TST_C12|2024-04-15T12:15:00Z|98 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3533b81d31/init/sensors/notes.txt b/shellops/assets/ShellOps_3533b81d31/init/sensors/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1971bc53ad9d52e7f095b285c0a4c875be57d078 --- /dev/null +++ b/shellops/assets/ShellOps_3533b81d31/init/sensors/notes.txt @@ -0,0 +1,2 @@ +PRD_45X: Requires recalibration Q3 +TST_B77: Retired prototype \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/gold/excluded_hashes.json b/shellops/assets/ShellOps_35728cdf23/gold/excluded_hashes.json new file mode 100644 index 0000000000000000000000000000000000000000..ae5468a38e460749c59bd426eafd567a3bc82f82 --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/gold/excluded_hashes.json @@ -0,0 +1 @@ +{"benign_hashes": ["m1n2p3q4r5s6t7u8", "hello123world456", "ffeeddccbbaa9988"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/gold/final_high_iocs.txt b/shellops/assets/ShellOps_35728cdf23/gold/final_high_iocs.txt new file mode 100644 index 0000000000000000000000000000000000000000..265d90c165d25dda835137f29f7d5ed32192109f --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/gold/final_high_iocs.txt @@ -0,0 +1,3 @@ +ab12cd34ef56gh78 +x9y8z7a6b5c4d3e2 +zzz11122233344455 diff --git a/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_a.json b/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_a.json new file mode 100644 index 0000000000000000000000000000000000000000..85a88823d98f2e75d723f7001bfe1396dd15d4df --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_a.json @@ -0,0 +1 @@ +[{"hash": "ab12cd34ef56gh78", "ip": "10.0.0.1", "timestamp": "2025-01-10T08:30:00Z", "severity": "high"}, {"hash": "m1n2p3q4r5s6t7u8", "ip": "192.168.1.100", "timestamp": "2025-01-10T09:15:00Z", "severity": "medium"}, {"hash": "x9y8z7a6b5c4d3e2", "ip": "172.16.42.5", "timestamp": "2025-01-10T10:22:00Z", "severity": "low"}, {"hash": "ffeeddccbbaa9988", "ip": "10.0.0.2", "timestamp": "2025-01-10T11:45:00Z", "severity": "high"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_b.json b/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_b.json new file mode 100644 index 0000000000000000000000000000000000000000..25486c626e5ddddb1f2eef745ceb5a7fb52282b6 --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_b.json @@ -0,0 +1 @@ +[{"hash": "ab12cd34ef56gh78", "ip": "10.0.0.1", "timestamp": "2025-01-10T14:00:00Z", "severity": "high"}, {"hash": "zzz11122233344455", "ip": "203.0.113.77", "timestamp": "2025-01-10T15:10:00Z", "severity": "high"}, {"hash": "m1n2p3q4r5s6t7u8", "ip": "192.168.1.100", "timestamp": "2025-01-10T16:30:00Z", "severity": "high"}, {"hash": "ddeeff0011223344", "ip": "172.16.42.6", "timestamp": "2025-01-10T17:45:00Z", "severity": "low"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_c.json b/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_c.json new file mode 100644 index 0000000000000000000000000000000000000000..6139b2445fef3da6983c074c4bb298fa7a2c40ef --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/gold/suspicious_events/timeline_c.json @@ -0,0 +1 @@ +[{"hash": "hello123world456", "ip": "10.0.0.3", "timestamp": "2025-01-10T18:20:00Z", "severity": "medium"}, {"hash": "x9y8z7a6b5c4d3e2", "ip": "172.16.42.5", "timestamp": "2025-01-10T19:05:00Z", "severity": "high"}, {"hash": "zzz11122233344455", "ip": "203.0.113.77", "timestamp": "2025-01-10T20:30:00Z", "severity": "medium"}, {"hash": "ab12cd34ef56gh78", "ip": "10.0.0.1", "timestamp": "2025-01-10T21:55:00Z", "severity": "high"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/init/.tmp/.keep b/shellops/assets/ShellOps_35728cdf23/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35728cdf23/init/excluded_hashes.json b/shellops/assets/ShellOps_35728cdf23/init/excluded_hashes.json new file mode 100644 index 0000000000000000000000000000000000000000..ae5468a38e460749c59bd426eafd567a3bc82f82 --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/init/excluded_hashes.json @@ -0,0 +1 @@ +{"benign_hashes": ["m1n2p3q4r5s6t7u8", "hello123world456", "ffeeddccbbaa9988"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_a.json b/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_a.json new file mode 100644 index 0000000000000000000000000000000000000000..85a88823d98f2e75d723f7001bfe1396dd15d4df --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_a.json @@ -0,0 +1 @@ +[{"hash": "ab12cd34ef56gh78", "ip": "10.0.0.1", "timestamp": "2025-01-10T08:30:00Z", "severity": "high"}, {"hash": "m1n2p3q4r5s6t7u8", "ip": "192.168.1.100", "timestamp": "2025-01-10T09:15:00Z", "severity": "medium"}, {"hash": "x9y8z7a6b5c4d3e2", "ip": "172.16.42.5", "timestamp": "2025-01-10T10:22:00Z", "severity": "low"}, {"hash": "ffeeddccbbaa9988", "ip": "10.0.0.2", "timestamp": "2025-01-10T11:45:00Z", "severity": "high"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_b.json b/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_b.json new file mode 100644 index 0000000000000000000000000000000000000000..25486c626e5ddddb1f2eef745ceb5a7fb52282b6 --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_b.json @@ -0,0 +1 @@ +[{"hash": "ab12cd34ef56gh78", "ip": "10.0.0.1", "timestamp": "2025-01-10T14:00:00Z", "severity": "high"}, {"hash": "zzz11122233344455", "ip": "203.0.113.77", "timestamp": "2025-01-10T15:10:00Z", "severity": "high"}, {"hash": "m1n2p3q4r5s6t7u8", "ip": "192.168.1.100", "timestamp": "2025-01-10T16:30:00Z", "severity": "high"}, {"hash": "ddeeff0011223344", "ip": "172.16.42.6", "timestamp": "2025-01-10T17:45:00Z", "severity": "low"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_c.json b/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_c.json new file mode 100644 index 0000000000000000000000000000000000000000..6139b2445fef3da6983c074c4bb298fa7a2c40ef --- /dev/null +++ b/shellops/assets/ShellOps_35728cdf23/init/suspicious_events/timeline_c.json @@ -0,0 +1 @@ +[{"hash": "hello123world456", "ip": "10.0.0.3", "timestamp": "2025-01-10T18:20:00Z", "severity": "medium"}, {"hash": "x9y8z7a6b5c4d3e2", "ip": "172.16.42.5", "timestamp": "2025-01-10T19:05:00Z", "severity": "high"}, {"hash": "zzz11122233344455", "ip": "203.0.113.77", "timestamp": "2025-01-10T20:30:00Z", "severity": "medium"}, {"hash": "ab12cd34ef56gh78", "ip": "10.0.0.1", "timestamp": "2025-01-10T21:55:00Z", "severity": "high"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/analytics.json b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/analytics.json new file mode 100644 index 0000000000000000000000000000000000000000..ebb600024982487b734c2a8e1684b59d03a0e622 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/analytics.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"analytics"},"spec":{"application":"analytics","replicas":2,"image":"postgres:13"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/distractor.yaml b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/distractor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ec60093e821f679770728552a63a1e6a2a099c9e --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/distractor.yaml @@ -0,0 +1,5 @@ +kind: ConfigMap +metadata: + name: env-vars +data: + LOG_LEVEL: info diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/frontend.json b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..5540645886dfaebf4ef68e1436c2314ce0066243 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/frontend.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"web-frontend"},"spec":{"application":"frontend","replicas":3,"image":"nginx:1.21"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/legacy_api.json b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/legacy_api.json new file mode 100644 index 0000000000000000000000000000000000000000..fd76d4b7f0d54a76c1be4c71d23708cd370130f7 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/legacy_api.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"old-api"},"spec":{"application":"legacy_api","replicas":1,"image":"python:3.8"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/worker.json b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/worker.json new file mode 100644 index 0000000000000000000000000000000000000000..73ea560393da4e8ef71d401e99c4192cbc916a87 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/configs/deploys/worker.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"job-worker"},"spec":{"application":"worker","replicas":5,"image":"redis:6.2"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/policies/deprecated_apps.txt b/shellops/assets/ShellOps_35a7739ca8/gold/policies/deprecated_apps.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f2c0917bfecbe67afcf7ab1380aa8dd86143bca --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/policies/deprecated_apps.txt @@ -0,0 +1,2 @@ +legacy_api +stale_service diff --git a/shellops/assets/ShellOps_35a7739ca8/gold/reports/active_apps.txt b/shellops/assets/ShellOps_35a7739ca8/gold/reports/active_apps.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0b01fecc320e61a1058fd198a02311fa18a9279 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/gold/reports/active_apps.txt @@ -0,0 +1,3 @@ +analytics +frontend +worker diff --git a/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/analytics.json b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/analytics.json new file mode 100644 index 0000000000000000000000000000000000000000..ebb600024982487b734c2a8e1684b59d03a0e622 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/analytics.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"analytics"},"spec":{"application":"analytics","replicas":2,"image":"postgres:13"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/distractor.yaml b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/distractor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ec60093e821f679770728552a63a1e6a2a099c9e --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/distractor.yaml @@ -0,0 +1,5 @@ +kind: ConfigMap +metadata: + name: env-vars +data: + LOG_LEVEL: info diff --git a/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/frontend.json b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..5540645886dfaebf4ef68e1436c2314ce0066243 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/frontend.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"web-frontend"},"spec":{"application":"frontend","replicas":3,"image":"nginx:1.21"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/legacy_api.json b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/legacy_api.json new file mode 100644 index 0000000000000000000000000000000000000000..fd76d4b7f0d54a76c1be4c71d23708cd370130f7 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/legacy_api.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"old-api"},"spec":{"application":"legacy_api","replicas":1,"image":"python:3.8"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/worker.json b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/worker.json new file mode 100644 index 0000000000000000000000000000000000000000..73ea560393da4e8ef71d401e99c4192cbc916a87 --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/init/configs/deploys/worker.json @@ -0,0 +1 @@ +{"apiVersion":"v1","kind":"Deployment","metadata":{"name":"job-worker"},"spec":{"application":"worker","replicas":5,"image":"redis:6.2"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35a7739ca8/init/policies/deprecated_apps.txt b/shellops/assets/ShellOps_35a7739ca8/init/policies/deprecated_apps.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f2c0917bfecbe67afcf7ab1380aa8dd86143bca --- /dev/null +++ b/shellops/assets/ShellOps_35a7739ca8/init/policies/deprecated_apps.txt @@ -0,0 +1,2 @@ +legacy_api +stale_service diff --git a/shellops/assets/ShellOps_35baa31b60/gold/active_tests.txt b/shellops/assets/ShellOps_35baa31b60/gold/active_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d672b75b1bd37f413d258fc60da7cc034205b55 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/gold/active_tests.txt @@ -0,0 +1,3 @@ +api_rate_limit +tcp_connection_retry +websocket_handshake diff --git a/shellops/assets/ShellOps_35baa31b60/gold/runs/notes.md b/shellops/assets/ShellOps_35baa31b60/gold/runs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..68851da8bd639a00f0512b764d569fd8e1884b11 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/gold/runs/notes.md @@ -0,0 +1,2 @@ +# Test runs log +- flaky tests are suppressed via suppressions.csv \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/gold/runs/old/legacy_2024.jsonl b/shellops/assets/ShellOps_35baa31b60/gold/runs/old/legacy_2024.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..001719f1340f878d78d577c8cdf818545e525052 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/gold/runs/old/legacy_2024.jsonl @@ -0,0 +1,2 @@ +{"test_id": "legacy_deprecated", "outcome": "error", "duration_ms": 1000} +{"test_id": "websocket_handshake", "outcome": "pass", "duration_ms": 200} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/gold/runs/run_2025-01-15.jsonl b/shellops/assets/ShellOps_35baa31b60/gold/runs/run_2025-01-15.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ed57a8dd21050986edf65720c1ff0039a1001ca9 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/gold/runs/run_2025-01-15.jsonl @@ -0,0 +1,3 @@ +{"test_id": "tcp_connection_retry", "outcome": "pass", "duration_ms": 450} +{"test_id": "auth_token_expiry", "outcome": "fail", "duration_ms": 120} +{"test_id": "api_rate_limit", "outcome": "pass", "duration_ms": 89} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/gold/runs/run_2025-01-16.jsonl b/shellops/assets/ShellOps_35baa31b60/gold/runs/run_2025-01-16.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ea433ca78cb26fae423dc7747754f66de51bf9ac --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/gold/runs/run_2025-01-16.jsonl @@ -0,0 +1,3 @@ +{"test_id": "tcp_connection_retry", "outcome": "pass", "duration_ms": 440} +{"test_id": "websocket_handshake", "outcome": "pass", "duration_ms": 210} +{"test_id": "auth_token_expiry", "outcome": "fail", "duration_ms": 125} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/gold/suppressions.csv b/shellops/assets/ShellOps_35baa31b60/gold/suppressions.csv new file mode 100644 index 0000000000000000000000000000000000000000..9898acf256b8480cdd1de24e65bb04d84553500f --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/gold/suppressions.csv @@ -0,0 +1,3 @@ +auth_token_expiry +legacy_deprecated +invalid_test_not_in_jsonl \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/init/runs/notes.md b/shellops/assets/ShellOps_35baa31b60/init/runs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..68851da8bd639a00f0512b764d569fd8e1884b11 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/init/runs/notes.md @@ -0,0 +1,2 @@ +# Test runs log +- flaky tests are suppressed via suppressions.csv \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/init/runs/old/legacy_2024.jsonl b/shellops/assets/ShellOps_35baa31b60/init/runs/old/legacy_2024.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..001719f1340f878d78d577c8cdf818545e525052 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/init/runs/old/legacy_2024.jsonl @@ -0,0 +1,2 @@ +{"test_id": "legacy_deprecated", "outcome": "error", "duration_ms": 1000} +{"test_id": "websocket_handshake", "outcome": "pass", "duration_ms": 200} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/init/runs/run_2025-01-15.jsonl b/shellops/assets/ShellOps_35baa31b60/init/runs/run_2025-01-15.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ed57a8dd21050986edf65720c1ff0039a1001ca9 --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/init/runs/run_2025-01-15.jsonl @@ -0,0 +1,3 @@ +{"test_id": "tcp_connection_retry", "outcome": "pass", "duration_ms": 450} +{"test_id": "auth_token_expiry", "outcome": "fail", "duration_ms": 120} +{"test_id": "api_rate_limit", "outcome": "pass", "duration_ms": 89} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/init/runs/run_2025-01-16.jsonl b/shellops/assets/ShellOps_35baa31b60/init/runs/run_2025-01-16.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ea433ca78cb26fae423dc7747754f66de51bf9ac --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/init/runs/run_2025-01-16.jsonl @@ -0,0 +1,3 @@ +{"test_id": "tcp_connection_retry", "outcome": "pass", "duration_ms": 440} +{"test_id": "websocket_handshake", "outcome": "pass", "duration_ms": 210} +{"test_id": "auth_token_expiry", "outcome": "fail", "duration_ms": 125} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35baa31b60/init/suppressions.csv b/shellops/assets/ShellOps_35baa31b60/init/suppressions.csv new file mode 100644 index 0000000000000000000000000000000000000000..9898acf256b8480cdd1de24e65bb04d84553500f --- /dev/null +++ b/shellops/assets/ShellOps_35baa31b60/init/suppressions.csv @@ -0,0 +1,3 @@ +auth_token_expiry +legacy_deprecated +invalid_test_not_in_jsonl \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/asset_inventory.json b/shellops/assets/ShellOps_35f5cf6204/gold/asset_inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..1481c1ec3c2c30a1003f879ecdbeae88dfa6c930 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/gold/asset_inventory.json @@ -0,0 +1,9 @@ +{ + "boss_idle": 20, + "button_glow": 6, + "enemy_walk": 8, + "explosion": 28, + "hero_run": 16, + "loading_spinner": 30, + "smoke": 10 +} diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/assets/.keep b/shellops/assets/ShellOps_35f5cf6204/gold/assets/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/assets/sprites/.keep b/shellops/assets/ShellOps_35f5cf6204/gold/assets/sprites/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/assets/sprites/manifest.json b/shellops/assets/ShellOps_35f5cf6204/gold/assets/sprites/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c92d047b12c6ebf48987ab3aa31295c1d3ee7afe --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/gold/assets/sprites/manifest.json @@ -0,0 +1,5 @@ +{ + "hero_run": 12, + "enemy_walk": 8, + "explosion": 24 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/assets/ui/.keep b/shellops/assets/ShellOps_35f5cf6204/gold/assets/ui/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/assets/ui/manifest.json b/shellops/assets/ShellOps_35f5cf6204/gold/assets/ui/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bee6441d389f5a62b77a82690954741f1be2b2f5 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/gold/assets/ui/manifest.json @@ -0,0 +1,4 @@ +{ + "button_glow": 6, + "loading_spinner": 30 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/exports/.keep b/shellops/assets/ShellOps_35f5cf6204/gold/exports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/exports/characters/.keep b/shellops/assets/ShellOps_35f5cf6204/gold/exports/characters/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/exports/characters/manifest.json b/shellops/assets/ShellOps_35f5cf6204/gold/exports/characters/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7b824be830f989dbb6b8c983ae21bd15d6c1ef81 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/gold/exports/characters/manifest.json @@ -0,0 +1,5 @@ +{ + "hero_run": 16, + "enemy_walk": 8, + "boss_idle": 20 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/exports/effects/.keep b/shellops/assets/ShellOps_35f5cf6204/gold/exports/effects/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/gold/exports/effects/manifest.json b/shellops/assets/ShellOps_35f5cf6204/gold/exports/effects/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8ae453fe5fe30e6a0b96726613435f726d5e2022 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/gold/exports/effects/manifest.json @@ -0,0 +1,4 @@ +{ + "explosion": 28, + "smoke": 10 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/init/assets/.keep b/shellops/assets/ShellOps_35f5cf6204/init/assets/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/init/assets/sprites/.keep b/shellops/assets/ShellOps_35f5cf6204/init/assets/sprites/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/init/assets/sprites/manifest.json b/shellops/assets/ShellOps_35f5cf6204/init/assets/sprites/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c92d047b12c6ebf48987ab3aa31295c1d3ee7afe --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/init/assets/sprites/manifest.json @@ -0,0 +1,5 @@ +{ + "hero_run": 12, + "enemy_walk": 8, + "explosion": 24 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/init/assets/ui/.keep b/shellops/assets/ShellOps_35f5cf6204/init/assets/ui/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/init/assets/ui/manifest.json b/shellops/assets/ShellOps_35f5cf6204/init/assets/ui/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bee6441d389f5a62b77a82690954741f1be2b2f5 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/init/assets/ui/manifest.json @@ -0,0 +1,4 @@ +{ + "button_glow": 6, + "loading_spinner": 30 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/init/exports/.keep b/shellops/assets/ShellOps_35f5cf6204/init/exports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/init/exports/characters/.keep b/shellops/assets/ShellOps_35f5cf6204/init/exports/characters/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/init/exports/characters/manifest.json b/shellops/assets/ShellOps_35f5cf6204/init/exports/characters/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7b824be830f989dbb6b8c983ae21bd15d6c1ef81 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/init/exports/characters/manifest.json @@ -0,0 +1,5 @@ +{ + "hero_run": 16, + "enemy_walk": 8, + "boss_idle": 20 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_35f5cf6204/init/exports/effects/.keep b/shellops/assets/ShellOps_35f5cf6204/init/exports/effects/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_35f5cf6204/init/exports/effects/manifest.json b/shellops/assets/ShellOps_35f5cf6204/init/exports/effects/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8ae453fe5fe30e6a0b96726613435f726d5e2022 --- /dev/null +++ b/shellops/assets/ShellOps_35f5cf6204/init/exports/effects/manifest.json @@ -0,0 +1,4 @@ +{ + "explosion": 28, + "smoke": 10 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3605e22628/gold/config/controllers/alpha.cnf b/shellops/assets/ShellOps_3605e22628/gold/config/controllers/alpha.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d8e54caedd0fae044c2c8de82bedc66150621c9a --- /dev/null +++ b/shellops/assets/ShellOps_3605e22628/gold/config/controllers/alpha.cnf @@ -0,0 +1,8 @@ +[main] +GPIO_1=LED +GPIO_2=Button +GPIO_3=Sonar +[peripheral] +GPIO_4=Motor +GPIO_5=TempSensor +GPIO_6=Relay diff --git a/shellops/assets/ShellOps_3605e22628/gold/config/controllers/beta.cnf b/shellops/assets/ShellOps_3605e22628/gold/config/controllers/beta.cnf new file mode 100644 index 0000000000000000000000000000000000000000..0a241b1b6f3ec5a2c94704be3985742f0eeaf303 --- /dev/null +++ b/shellops/assets/ShellOps_3605e22628/gold/config/controllers/beta.cnf @@ -0,0 +1,7 @@ +[main] +GPIO_1=LED +GPIO_3=Sonar +[peripheral] +GPIO_4=Motor +GPIO_7=Accelerometer +GPIO_8=Gyroscope diff --git a/shellops/assets/ShellOps_3605e22628/gold/gpio_conflicts.out b/shellops/assets/ShellOps_3605e22628/gold/gpio_conflicts.out new file mode 100644 index 0000000000000000000000000000000000000000..9364ec4f3096241617749a28040e17145fa03f32 --- /dev/null +++ b/shellops/assets/ShellOps_3605e22628/gold/gpio_conflicts.out @@ -0,0 +1,3 @@ +1 +3 +4 diff --git a/shellops/assets/ShellOps_3605e22628/init/config/controllers/alpha.cnf b/shellops/assets/ShellOps_3605e22628/init/config/controllers/alpha.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d8e54caedd0fae044c2c8de82bedc66150621c9a --- /dev/null +++ b/shellops/assets/ShellOps_3605e22628/init/config/controllers/alpha.cnf @@ -0,0 +1,8 @@ +[main] +GPIO_1=LED +GPIO_2=Button +GPIO_3=Sonar +[peripheral] +GPIO_4=Motor +GPIO_5=TempSensor +GPIO_6=Relay diff --git a/shellops/assets/ShellOps_3605e22628/init/config/controllers/beta.cnf b/shellops/assets/ShellOps_3605e22628/init/config/controllers/beta.cnf new file mode 100644 index 0000000000000000000000000000000000000000..0a241b1b6f3ec5a2c94704be3985742f0eeaf303 --- /dev/null +++ b/shellops/assets/ShellOps_3605e22628/init/config/controllers/beta.cnf @@ -0,0 +1,7 @@ +[main] +GPIO_1=LED +GPIO_3=Sonar +[peripheral] +GPIO_4=Motor +GPIO_7=Accelerometer +GPIO_8=Gyroscope diff --git a/shellops/assets/ShellOps_367784d5eb/gold/docs/notes.md b/shellops/assets/ShellOps_367784d5eb/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8d2775afa755be3b30506de3cf134336137a5876 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/gold/docs/notes.md @@ -0,0 +1,4 @@ +# Telemetry Processing Notes + +- Device statuses include: active, deprecated, quarantined. +- Exclusions list contains IDs to ignore during processing. diff --git a/shellops/assets/ShellOps_367784d5eb/gold/exclusions.txt b/shellops/assets/ShellOps_367784d5eb/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2faaceeffa84cde3b8def256b5fbd661403caf8 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/gold/exclusions.txt @@ -0,0 +1,2 @@ +dev_005 +legacy_device_xyz \ No newline at end of file diff --git a/shellops/assets/ShellOps_367784d5eb/gold/reports/active_devices.txt b/shellops/assets/ShellOps_367784d5eb/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0b2065a2ab6c7e3714fdef033e34e555a7ab72c --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/gold/reports/active_devices.txt @@ -0,0 +1,4 @@ +dev_001 +dev_003 +dev_004 +dev_006 diff --git a/shellops/assets/ShellOps_367784d5eb/gold/telemetry/devices_alpha.json b/shellops/assets/ShellOps_367784d5eb/gold/telemetry/devices_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..10f776a9dd18e8b3da2a26ea29dbce0ce5700874 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/gold/telemetry/devices_alpha.json @@ -0,0 +1,3 @@ +{"id": "dev_001", "status": "active", "location": "building_a"} +{"id": "dev_002", "status": "deprecated", "location": "building_b"} +{"id": "dev_003", "status": "active", "location": "building_c"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_367784d5eb/gold/telemetry/devices_beta.json b/shellops/assets/ShellOps_367784d5eb/gold/telemetry/devices_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..93ee2c5e48aaa8302a1f2fe2d7722fe72cdc8601 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/gold/telemetry/devices_beta.json @@ -0,0 +1,3 @@ +{"id": "dev_004", "status": "active", "location": "building_d"} +{"id": "dev_005", "status": "quarantined", "location": "building_e"} +{"id": "dev_006", "status": "active", "location": "building_f"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_367784d5eb/init/docs/notes.md b/shellops/assets/ShellOps_367784d5eb/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8d2775afa755be3b30506de3cf134336137a5876 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/init/docs/notes.md @@ -0,0 +1,4 @@ +# Telemetry Processing Notes + +- Device statuses include: active, deprecated, quarantined. +- Exclusions list contains IDs to ignore during processing. diff --git a/shellops/assets/ShellOps_367784d5eb/init/exclusions.txt b/shellops/assets/ShellOps_367784d5eb/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2faaceeffa84cde3b8def256b5fbd661403caf8 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/init/exclusions.txt @@ -0,0 +1,2 @@ +dev_005 +legacy_device_xyz \ No newline at end of file diff --git a/shellops/assets/ShellOps_367784d5eb/init/telemetry/devices_alpha.json b/shellops/assets/ShellOps_367784d5eb/init/telemetry/devices_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..10f776a9dd18e8b3da2a26ea29dbce0ce5700874 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/init/telemetry/devices_alpha.json @@ -0,0 +1,3 @@ +{"id": "dev_001", "status": "active", "location": "building_a"} +{"id": "dev_002", "status": "deprecated", "location": "building_b"} +{"id": "dev_003", "status": "active", "location": "building_c"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_367784d5eb/init/telemetry/devices_beta.json b/shellops/assets/ShellOps_367784d5eb/init/telemetry/devices_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..93ee2c5e48aaa8302a1f2fe2d7722fe72cdc8601 --- /dev/null +++ b/shellops/assets/ShellOps_367784d5eb/init/telemetry/devices_beta.json @@ -0,0 +1,3 @@ +{"id": "dev_004", "status": "active", "location": "building_d"} +{"id": "dev_005", "status": "quarantined", "location": "building_e"} +{"id": "dev_006", "status": "active", "location": "building_f"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_36d5349ba5/gold/reports/error_leaderboard.tsv b/shellops/assets/ShellOps_36d5349ba5/gold/reports/error_leaderboard.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6a7ef59cb14b63e3124321743c47a7c17c1a3a95 --- /dev/null +++ b/shellops/assets/ShellOps_36d5349ba5/gold/reports/error_leaderboard.tsv @@ -0,0 +1,3 @@ +E102 6 +E101 4 +E103 2 diff --git a/shellops/assets/ShellOps_36f4d24d8a/gold/deployed_registry.xml b/shellops/assets/ShellOps_36f4d24d8a/gold/deployed_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd9ba5623e902d31753ac3e59df370b30848ce34 --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/gold/deployed_registry.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_36f4d24d8a/gold/distractor/notes.md b/shellops/assets/ShellOps_36f4d24d8a/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f3b53a0b8b0e58a0b90a9c369973d05d7254f626 --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/gold/distractor/notes.md @@ -0,0 +1,2 @@ +This directory contains auxiliary documentation. +The lambda-1100 and mu-1200 models are experimental and not yet approved. diff --git a/shellops/assets/ShellOps_36f4d24d8a/gold/models_approved.txt b/shellops/assets/ShellOps_36f4d24d8a/gold/models_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..20b82b90d18ea170f2265643b9e0a2276b191f6c --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/gold/models_approved.txt @@ -0,0 +1,10 @@ +alpha-100 +beta-200 +gamma-300 +delta-400 +epsilon-500 +zeta-600 +eta-700 +theta-800 +iota-900 +kappa-1000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_36f4d24d8a/gold/reports/missing_models.txt b/shellops/assets/ShellOps_36f4d24d8a/gold/reports/missing_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..106ad4ded5008ad537b9bc076d6a9d20f7256b95 --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/gold/reports/missing_models.txt @@ -0,0 +1,5 @@ +beta-200 +delta-400 +eta-700 +kappa-1000 +theta-800 diff --git a/shellops/assets/ShellOps_36f4d24d8a/init/deployed_registry.xml b/shellops/assets/ShellOps_36f4d24d8a/init/deployed_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd9ba5623e902d31753ac3e59df370b30848ce34 --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/init/deployed_registry.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_36f4d24d8a/init/distractor/notes.md b/shellops/assets/ShellOps_36f4d24d8a/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f3b53a0b8b0e58a0b90a9c369973d05d7254f626 --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/init/distractor/notes.md @@ -0,0 +1,2 @@ +This directory contains auxiliary documentation. +The lambda-1100 and mu-1200 models are experimental and not yet approved. diff --git a/shellops/assets/ShellOps_36f4d24d8a/init/models_approved.txt b/shellops/assets/ShellOps_36f4d24d8a/init/models_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..20b82b90d18ea170f2265643b9e0a2276b191f6c --- /dev/null +++ b/shellops/assets/ShellOps_36f4d24d8a/init/models_approved.txt @@ -0,0 +1,10 @@ +alpha-100 +beta-200 +gamma-300 +delta-400 +epsilon-500 +zeta-600 +eta-700 +theta-800 +iota-900 +kappa-1000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_37092834fe/gold/contracts/vendor_a.properties b/shellops/assets/ShellOps_37092834fe/gold/contracts/vendor_a.properties new file mode 100644 index 0000000000000000000000000000000000000000..8d505d73cec8c2fce9be3c6ed379b63b3507dd41 --- /dev/null +++ b/shellops/assets/ShellOps_37092834fe/gold/contracts/vendor_a.properties @@ -0,0 +1,4 @@ +region1=100 +region2=150 +region3=200 +region4=250 diff --git a/shellops/assets/ShellOps_37092834fe/gold/contracts/vendor_b.properties b/shellops/assets/ShellOps_37092834fe/gold/contracts/vendor_b.properties new file mode 100644 index 0000000000000000000000000000000000000000..e0a5319de3c77b24b1e5e2d509ea25e945a97c5a --- /dev/null +++ b/shellops/assets/ShellOps_37092834fe/gold/contracts/vendor_b.properties @@ -0,0 +1,4 @@ +region1=120 +region2=140 +region3=210 +region5=300 diff --git a/shellops/assets/ShellOps_37092834fe/gold/resolved_rates.properties b/shellops/assets/ShellOps_37092834fe/gold/resolved_rates.properties new file mode 100644 index 0000000000000000000000000000000000000000..961c3f85bf12f158de8089cc3823eebfd8b2aeaf --- /dev/null +++ b/shellops/assets/ShellOps_37092834fe/gold/resolved_rates.properties @@ -0,0 +1,5 @@ +region1=120 +region2=150 +region3=210 +region4=250 +region5=300 diff --git a/shellops/assets/ShellOps_37092834fe/init/contracts/vendor_a.properties b/shellops/assets/ShellOps_37092834fe/init/contracts/vendor_a.properties new file mode 100644 index 0000000000000000000000000000000000000000..8d505d73cec8c2fce9be3c6ed379b63b3507dd41 --- /dev/null +++ b/shellops/assets/ShellOps_37092834fe/init/contracts/vendor_a.properties @@ -0,0 +1,4 @@ +region1=100 +region2=150 +region3=200 +region4=250 diff --git a/shellops/assets/ShellOps_37092834fe/init/contracts/vendor_b.properties b/shellops/assets/ShellOps_37092834fe/init/contracts/vendor_b.properties new file mode 100644 index 0000000000000000000000000000000000000000..e0a5319de3c77b24b1e5e2d509ea25e945a97c5a --- /dev/null +++ b/shellops/assets/ShellOps_37092834fe/init/contracts/vendor_b.properties @@ -0,0 +1,4 @@ +region1=120 +region2=140 +region3=210 +region5=300 diff --git a/shellops/assets/ShellOps_372c20c4d4/gold/distractor.log b/shellops/assets/ShellOps_372c20c4d4/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..f6d2fb7dcb67c46f09cf497bb55d738a43dc4270 --- /dev/null +++ b/shellops/assets/ShellOps_372c20c4d4/gold/distractor.log @@ -0,0 +1,2 @@ +2024-05-10 14:22:45 [WARN] PN-44444 validation pending +2024-05-10 14:23:12 [INFO] PN-14205 verified OK \ No newline at end of file diff --git a/shellops/assets/ShellOps_372c20c4d4/gold/inventory.xml b/shellops/assets/ShellOps_372c20c4d4/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..af5db2cd48645803d64da5da514cdae413805c17 --- /dev/null +++ b/shellops/assets/ShellOps_372c20c4d4/gold/inventory.xml @@ -0,0 +1,7 @@ + + PN-14205 + PN-39871 + PN-51029 + PN-76783 + PN-20034 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_372c20c4d4/gold/verified_parts.txt b/shellops/assets/ShellOps_372c20c4d4/gold/verified_parts.txt new file mode 100644 index 0000000000000000000000000000000000000000..d439efba4b08a00defda591ee50367e0b04772cf --- /dev/null +++ b/shellops/assets/ShellOps_372c20c4d4/gold/verified_parts.txt @@ -0,0 +1,4 @@ +PN-14205 +PN-20034 +PN-39871 +PN-51029 \ No newline at end of file diff --git a/shellops/assets/ShellOps_372c20c4d4/init/distractor.log b/shellops/assets/ShellOps_372c20c4d4/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..f6d2fb7dcb67c46f09cf497bb55d738a43dc4270 --- /dev/null +++ b/shellops/assets/ShellOps_372c20c4d4/init/distractor.log @@ -0,0 +1,2 @@ +2024-05-10 14:22:45 [WARN] PN-44444 validation pending +2024-05-10 14:23:12 [INFO] PN-14205 verified OK \ No newline at end of file diff --git a/shellops/assets/ShellOps_372c20c4d4/init/inventory.xml b/shellops/assets/ShellOps_372c20c4d4/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..af5db2cd48645803d64da5da514cdae413805c17 --- /dev/null +++ b/shellops/assets/ShellOps_372c20c4d4/init/inventory.xml @@ -0,0 +1,7 @@ + + PN-14205 + PN-39871 + PN-51029 + PN-76783 + PN-20034 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_372c20c4d4/init/verified_parts.txt b/shellops/assets/ShellOps_372c20c4d4/init/verified_parts.txt new file mode 100644 index 0000000000000000000000000000000000000000..d439efba4b08a00defda591ee50367e0b04772cf --- /dev/null +++ b/shellops/assets/ShellOps_372c20c4d4/init/verified_parts.txt @@ -0,0 +1,4 @@ +PN-14205 +PN-20034 +PN-39871 +PN-51029 \ No newline at end of file diff --git a/shellops/assets/ShellOps_374626eb31/gold/parts/motor_module.yml b/shellops/assets/ShellOps_374626eb31/gold/parts/motor_module.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc257b1f3b7156ae3577bc7dd35ab69157b39475 --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/gold/parts/motor_module.yml @@ -0,0 +1,10 @@ +component: motor_module + serial: M-2024-001 + calib_target: ALPHA_RED + notes: axial alignment verified + revision: 3 +component: motor_driver + serial: MD-2024-042 + calib_target: BETA_BLUE + notes: torque calibration pending + revision: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_374626eb31/gold/parts/power_unit.yml b/shellops/assets/ShellOps_374626eb31/gold/parts/power_unit.yml new file mode 100644 index 0000000000000000000000000000000000000000..5e453b305c502766f89f13dce77f4ee4bab21b6c --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/gold/parts/power_unit.yml @@ -0,0 +1,10 @@ +component: power_unit + serial: PU-2024-103 + calib_target: DELTA_ORANGE + notes: ripple test passed + revision: 2 +component: regulator_board + serial: RB-2024-067 + calib_target: BETA_BLUE + notes: load regulation nominal + revision: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_374626eb31/gold/parts/sensor_array.yml b/shellops/assets/ShellOps_374626eb31/gold/parts/sensor_array.yml new file mode 100644 index 0000000000000000000000000000000000000000..00507f6568a8610af19611dd3df40e1db288baab --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/gold/parts/sensor_array.yml @@ -0,0 +1,10 @@ +component: sensor_array + serial: SA-2024-015 + calib_target: GAMMA_GREEN + notes: baseline drift within spec + revision: 2 +component: sensor_interface + serial: SI-2024-088 + calib_target: ALPHA_RED + notes: noise floor acceptable + revision: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_374626eb31/gold/target_ids.out b/shellops/assets/ShellOps_374626eb31/gold/target_ids.out new file mode 100644 index 0000000000000000000000000000000000000000..a8ff8dfc239bfe62d7d6c128486706722aa6ba33 --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/gold/target_ids.out @@ -0,0 +1,4 @@ +ALPHA_RED +BETA_BLUE +DELTA_ORANGE +GAMMA_GREEN diff --git a/shellops/assets/ShellOps_374626eb31/init/parts/motor_module.yml b/shellops/assets/ShellOps_374626eb31/init/parts/motor_module.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc257b1f3b7156ae3577bc7dd35ab69157b39475 --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/init/parts/motor_module.yml @@ -0,0 +1,10 @@ +component: motor_module + serial: M-2024-001 + calib_target: ALPHA_RED + notes: axial alignment verified + revision: 3 +component: motor_driver + serial: MD-2024-042 + calib_target: BETA_BLUE + notes: torque calibration pending + revision: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_374626eb31/init/parts/power_unit.yml b/shellops/assets/ShellOps_374626eb31/init/parts/power_unit.yml new file mode 100644 index 0000000000000000000000000000000000000000..5e453b305c502766f89f13dce77f4ee4bab21b6c --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/init/parts/power_unit.yml @@ -0,0 +1,10 @@ +component: power_unit + serial: PU-2024-103 + calib_target: DELTA_ORANGE + notes: ripple test passed + revision: 2 +component: regulator_board + serial: RB-2024-067 + calib_target: BETA_BLUE + notes: load regulation nominal + revision: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_374626eb31/init/parts/sensor_array.yml b/shellops/assets/ShellOps_374626eb31/init/parts/sensor_array.yml new file mode 100644 index 0000000000000000000000000000000000000000..00507f6568a8610af19611dd3df40e1db288baab --- /dev/null +++ b/shellops/assets/ShellOps_374626eb31/init/parts/sensor_array.yml @@ -0,0 +1,10 @@ +component: sensor_array + serial: SA-2024-015 + calib_target: GAMMA_GREEN + notes: baseline drift within spec + revision: 2 +component: sensor_interface + serial: SI-2024-088 + calib_target: ALPHA_RED + notes: noise floor acceptable + revision: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_37839b6cde/gold/firmware/devices_all.txt b/shellops/assets/ShellOps_37839b6cde/gold/firmware/devices_all.txt new file mode 100644 index 0000000000000000000000000000000000000000..36791b6b294b0570d72a8db1ac4cf15a7afb92cd --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/firmware/devices_all.txt @@ -0,0 +1,8 @@ +dev_alpha +dev_beta +dev_gamma +dev_delta +dev_epsilon +dev_zeta +dev_eta +dev_theta diff --git a/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_alpha.fw b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_alpha.fw new file mode 100644 index 0000000000000000000000000000000000000000..448bb102e29ba79f917d680618c3fd7cf5f0871f --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_alpha.fw @@ -0,0 +1 @@ +fake firmware binary content for alpha diff --git a/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_epsilon.fw b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_epsilon.fw new file mode 100644 index 0000000000000000000000000000000000000000..d7428071213d2de8cf978dc198756eafe33a144d --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_epsilon.fw @@ -0,0 +1 @@ +fake firmware binary content for epsilon diff --git a/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_eta.fw b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_eta.fw new file mode 100644 index 0000000000000000000000000000000000000000..e9ae3443ab96ce12ddaf905e25f25bfce7257c55 --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_eta.fw @@ -0,0 +1 @@ +fake firmware binary content for eta diff --git a/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_gamma.fw b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_gamma.fw new file mode 100644 index 0000000000000000000000000000000000000000..fd148ad13ec973fc0c14eeba06b1750524e6215a --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/dev_gamma.fw @@ -0,0 +1 @@ +fake firmware binary content for gamma diff --git a/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/notes.txt b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..82d04b82c5810c22c81499835eb5d1ccc7b99021 --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/firmware/payload/notes.txt @@ -0,0 +1 @@ +internal notes about firmware versions diff --git a/shellops/assets/ShellOps_37839b6cde/gold/orphaned_devices.txt b/shellops/assets/ShellOps_37839b6cde/gold/orphaned_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..d72513eb01de43ad813003b06c9f262f602ed07f --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/gold/orphaned_devices.txt @@ -0,0 +1,4 @@ +dev_beta +dev_delta +dev_theta +dev_zeta diff --git a/shellops/assets/ShellOps_37839b6cde/init/firmware/devices_all.txt b/shellops/assets/ShellOps_37839b6cde/init/firmware/devices_all.txt new file mode 100644 index 0000000000000000000000000000000000000000..36791b6b294b0570d72a8db1ac4cf15a7afb92cd --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/init/firmware/devices_all.txt @@ -0,0 +1,8 @@ +dev_alpha +dev_beta +dev_gamma +dev_delta +dev_epsilon +dev_zeta +dev_eta +dev_theta diff --git a/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_alpha.fw b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_alpha.fw new file mode 100644 index 0000000000000000000000000000000000000000..448bb102e29ba79f917d680618c3fd7cf5f0871f --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_alpha.fw @@ -0,0 +1 @@ +fake firmware binary content for alpha diff --git a/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_epsilon.fw b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_epsilon.fw new file mode 100644 index 0000000000000000000000000000000000000000..d7428071213d2de8cf978dc198756eafe33a144d --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_epsilon.fw @@ -0,0 +1 @@ +fake firmware binary content for epsilon diff --git a/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_eta.fw b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_eta.fw new file mode 100644 index 0000000000000000000000000000000000000000..e9ae3443ab96ce12ddaf905e25f25bfce7257c55 --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_eta.fw @@ -0,0 +1 @@ +fake firmware binary content for eta diff --git a/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_gamma.fw b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_gamma.fw new file mode 100644 index 0000000000000000000000000000000000000000..fd148ad13ec973fc0c14eeba06b1750524e6215a --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/dev_gamma.fw @@ -0,0 +1 @@ +fake firmware binary content for gamma diff --git a/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/notes.txt b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..82d04b82c5810c22c81499835eb5d1ccc7b99021 --- /dev/null +++ b/shellops/assets/ShellOps_37839b6cde/init/firmware/payload/notes.txt @@ -0,0 +1 @@ +internal notes about firmware versions diff --git a/shellops/assets/ShellOps_379bc2837e/gold/genomes/active.txt b/shellops/assets/ShellOps_379bc2837e/gold/genomes/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..5800e56899eb5bcba1b63cc61087afcf48bf5da6 --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/gold/genomes/active.txt @@ -0,0 +1,3 @@ +GCTAGCTAGCTAGCTA +TTTTAAAAACCCGGGG +CGCGCGCGCGCGCGCG diff --git a/shellops/assets/ShellOps_379bc2837e/gold/genomes/notes.md b/shellops/assets/ShellOps_379bc2837e/gold/genomes/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9f0b237993cff71caa53a9f433461cafa7f0a07a --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/gold/genomes/notes.md @@ -0,0 +1,4 @@ +# Active Genomes Manifest + +This file lists the currently active genome sequences used in production. +It should be periodically reconciled against the approved sequences. diff --git a/shellops/assets/ShellOps_379bc2837e/gold/reports/missing_sequences.txt b/shellops/assets/ShellOps_379bc2837e/gold/reports/missing_sequences.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb2a1c029e4fcab0235dba74d756f0162f506282 --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/gold/reports/missing_sequences.txt @@ -0,0 +1,2 @@ +ATCGATCGATCGATCG +GGGGCCCCAAAATTTT diff --git a/shellops/assets/ShellOps_379bc2837e/gold/sequences.xml b/shellops/assets/ShellOps_379bc2837e/gold/sequences.xml new file mode 100644 index 0000000000000000000000000000000000000000..b33792548ed8c76dd6b8ee82970a33b2aa55a376 --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/gold/sequences.xml @@ -0,0 +1,19 @@ + + + + GCTAGCTAGCTAGCTA + approved + + + ATCGATCGATCGATCG + approved + + + TTTTAAAAACCCGGGG + approved + + + GGGGCCCCAAAATTTT + approved + + diff --git a/shellops/assets/ShellOps_379bc2837e/init/genomes/active.txt b/shellops/assets/ShellOps_379bc2837e/init/genomes/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..5800e56899eb5bcba1b63cc61087afcf48bf5da6 --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/init/genomes/active.txt @@ -0,0 +1,3 @@ +GCTAGCTAGCTAGCTA +TTTTAAAAACCCGGGG +CGCGCGCGCGCGCGCG diff --git a/shellops/assets/ShellOps_379bc2837e/init/genomes/notes.md b/shellops/assets/ShellOps_379bc2837e/init/genomes/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9f0b237993cff71caa53a9f433461cafa7f0a07a --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/init/genomes/notes.md @@ -0,0 +1,4 @@ +# Active Genomes Manifest + +This file lists the currently active genome sequences used in production. +It should be periodically reconciled against the approved sequences. diff --git a/shellops/assets/ShellOps_379bc2837e/init/sequences.xml b/shellops/assets/ShellOps_379bc2837e/init/sequences.xml new file mode 100644 index 0000000000000000000000000000000000000000..b33792548ed8c76dd6b8ee82970a33b2aa55a376 --- /dev/null +++ b/shellops/assets/ShellOps_379bc2837e/init/sequences.xml @@ -0,0 +1,19 @@ + + + + GCTAGCTAGCTAGCTA + approved + + + ATCGATCGATCGATCG + approved + + + TTTTAAAAACCCGGGG + approved + + + GGGGCCCCAAAATTTT + approved + + diff --git a/shellops/assets/ShellOps_37ac305736/gold/data/grants.psv b/shellops/assets/ShellOps_37ac305736/gold/data/grants.psv new file mode 100644 index 0000000000000000000000000000000000000000..f4913f4f7925ef831f9e33914944d0065474b600 --- /dev/null +++ b/shellops/assets/ShellOps_37ac305736/gold/data/grants.psv @@ -0,0 +1,7 @@ +user|role|active|granted_at +jane|admin|true|2024-01-15 +john|editor|false|2024-01-10 +testuser|viewer|true|2024-02-05 +mary|editor|true|2024-01-20 +peter|viewer|true|2024-01-25 +susan|admin|true|2024-02-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_37ac305736/gold/report/active_grants.psv b/shellops/assets/ShellOps_37ac305736/gold/report/active_grants.psv new file mode 100644 index 0000000000000000000000000000000000000000..92408c826c8de9fc5925a82939e8250f0bb09824 --- /dev/null +++ b/shellops/assets/ShellOps_37ac305736/gold/report/active_grants.psv @@ -0,0 +1,5 @@ +user|role|active|granted_at +jane|admin|true|2024-01-15 +mary|editor|true|2024-01-20 +peter|viewer|true|2024-01-25 +susan|admin|true|2024-02-01 diff --git a/shellops/assets/ShellOps_37ac305736/init/data/grants.psv b/shellops/assets/ShellOps_37ac305736/init/data/grants.psv new file mode 100644 index 0000000000000000000000000000000000000000..f4913f4f7925ef831f9e33914944d0065474b600 --- /dev/null +++ b/shellops/assets/ShellOps_37ac305736/init/data/grants.psv @@ -0,0 +1,7 @@ +user|role|active|granted_at +jane|admin|true|2024-01-15 +john|editor|false|2024-01-10 +testuser|viewer|true|2024-02-05 +mary|editor|true|2024-01-20 +peter|viewer|true|2024-01-25 +susan|admin|true|2024-02-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_37ac3951af/gold/active_devices.txt b/shellops/assets/ShellOps_37ac3951af/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d36fca68e27871668028f12725f0e28ae943c4 --- /dev/null +++ b/shellops/assets/ShellOps_37ac3951af/gold/active_devices.txt @@ -0,0 +1,2 @@ +A456 +B789 diff --git a/shellops/assets/ShellOps_37ac3951af/gold/deprecated_ids.txt b/shellops/assets/ShellOps_37ac3951af/gold/deprecated_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..f08a16713e8d3523c9bc4321ca4b9f27d45eb93d --- /dev/null +++ b/shellops/assets/ShellOps_37ac3951af/gold/deprecated_ids.txt @@ -0,0 +1,2 @@ +D123 +X012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_37ac3951af/gold/system_events.xml b/shellops/assets/ShellOps_37ac3951af/gold/system_events.xml new file mode 100644 index 0000000000000000000000000000000000000000..fa020f6d4fda317136486c4e06a9a87e36cc8d66 --- /dev/null +++ b/shellops/assets/ShellOps_37ac3951af/gold/system_events.xml @@ -0,0 +1,6 @@ + + D123active + A456inactive + B789active + X012active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_37ac3951af/init/deprecated_ids.txt b/shellops/assets/ShellOps_37ac3951af/init/deprecated_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..f08a16713e8d3523c9bc4321ca4b9f27d45eb93d --- /dev/null +++ b/shellops/assets/ShellOps_37ac3951af/init/deprecated_ids.txt @@ -0,0 +1,2 @@ +D123 +X012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_37ac3951af/init/system_events.xml b/shellops/assets/ShellOps_37ac3951af/init/system_events.xml new file mode 100644 index 0000000000000000000000000000000000000000..fa020f6d4fda317136486c4e06a9a87e36cc8d66 --- /dev/null +++ b/shellops/assets/ShellOps_37ac3951af/init/system_events.xml @@ -0,0 +1,6 @@ + + D123active + A456inactive + B789active + X012active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3816be0c31/gold/active_sensors.out b/shellops/assets/ShellOps_3816be0c31/gold/active_sensors.out new file mode 100644 index 0000000000000000000000000000000000000000..25fa2d1b316a0fd177f16a2a8a3db920f6b8aae9 --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/gold/active_sensors.out @@ -0,0 +1,5 @@ +sensor_001 +sensor_003 +sensor_004 +sensor_006 +sensor_007 diff --git a/shellops/assets/ShellOps_3816be0c31/gold/telemetry/.keep b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_01.log b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_01.log new file mode 100644 index 0000000000000000000000000000000000000000..c02bd3f9f630f7101dfedb68c5ddb488c973345f --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_01.log @@ -0,0 +1,3 @@ +SensorID=sensor_001 Status=active +SensorID=sensor_002 Status=inactive +SensorID=sensor_003 Status=active diff --git a/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_02.log b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_02.log new file mode 100644 index 0000000000000000000000000000000000000000..319d2d8dcc2df148b959f20cacfee77bf83bbe28 --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_02.log @@ -0,0 +1,2 @@ +SensorID=sensor_004 Status=active +SensorID=sensor_005 Status=inactive diff --git a/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_03.log b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_03.log new file mode 100644 index 0000000000000000000000000000000000000000..93e089db0ed6fb12b0637f84227d5faf475e3d36 --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/gold/telemetry/device_03.log @@ -0,0 +1,3 @@ +SensorID=sensor_006 Status=active +SensorID=sensor_007 Status=active +SensorID=sensor_008 Status=inactive diff --git a/shellops/assets/ShellOps_3816be0c31/init/telemetry/.keep b/shellops/assets/ShellOps_3816be0c31/init/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_01.log b/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_01.log new file mode 100644 index 0000000000000000000000000000000000000000..c02bd3f9f630f7101dfedb68c5ddb488c973345f --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_01.log @@ -0,0 +1,3 @@ +SensorID=sensor_001 Status=active +SensorID=sensor_002 Status=inactive +SensorID=sensor_003 Status=active diff --git a/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_02.log b/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_02.log new file mode 100644 index 0000000000000000000000000000000000000000..319d2d8dcc2df148b959f20cacfee77bf83bbe28 --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_02.log @@ -0,0 +1,2 @@ +SensorID=sensor_004 Status=active +SensorID=sensor_005 Status=inactive diff --git a/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_03.log b/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_03.log new file mode 100644 index 0000000000000000000000000000000000000000..93e089db0ed6fb12b0637f84227d5faf475e3d36 --- /dev/null +++ b/shellops/assets/ShellOps_3816be0c31/init/telemetry/device_03.log @@ -0,0 +1,3 @@ +SensorID=sensor_006 Status=active +SensorID=sensor_007 Status=active +SensorID=sensor_008 Status=inactive diff --git a/shellops/assets/ShellOps_38544943e4/gold/cookbook/brownies.rc b/shellops/assets/ShellOps_38544943e4/gold/cookbook/brownies.rc new file mode 100644 index 0000000000000000000000000000000000000000..d415792fce851e7120662c5473c04cc7900484f4 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/gold/cookbook/brownies.rc @@ -0,0 +1,4 @@ +title: Chocolate Brownies +category: Dessert +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/gold/cookbook/lasagna.rc b/shellops/assets/ShellOps_38544943e4/gold/cookbook/lasagna.rc new file mode 100644 index 0000000000000000000000000000000000000000..ecf8a4e5c59bf8dcc734dd8bd1ef10f1b82a60e0 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/gold/cookbook/lasagna.rc @@ -0,0 +1,4 @@ +title: Classic Lasagna +category: Pasta +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/gold/cookbook/pizza.rc b/shellops/assets/ShellOps_38544943e4/gold/cookbook/pizza.rc new file mode 100644 index 0000000000000000000000000000000000000000..305406262339bd9d888ac38092d897da581c530c --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/gold/cookbook/pizza.rc @@ -0,0 +1,4 @@ +title: Margherita Pizza +category: Pasta +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/gold/cookbook/risotto.rc b/shellops/assets/ShellOps_38544943e4/gold/cookbook/risotto.rc new file mode 100644 index 0000000000000000000000000000000000000000..d41e13b90ba0e12ea171e6d3db701e6378724943 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/gold/cookbook/risotto.rc @@ -0,0 +1,4 @@ +title: Mushroom Risotto +category: Rice +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/gold/cookbook/tiramisu.rc b/shellops/assets/ShellOps_38544943e4/gold/cookbook/tiramisu.rc new file mode 100644 index 0000000000000000000000000000000000000000..fdb4fc7180a03d73dc3e40e9bdde9025519ab0a3 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/gold/cookbook/tiramisu.rc @@ -0,0 +1,4 @@ +title: Tiramisu +category: Dessert +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/init/cookbook/brownies.rc b/shellops/assets/ShellOps_38544943e4/init/cookbook/brownies.rc new file mode 100644 index 0000000000000000000000000000000000000000..d415792fce851e7120662c5473c04cc7900484f4 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/init/cookbook/brownies.rc @@ -0,0 +1,4 @@ +title: Chocolate Brownies +category: Dessert +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/init/cookbook/lasagna.rc b/shellops/assets/ShellOps_38544943e4/init/cookbook/lasagna.rc new file mode 100644 index 0000000000000000000000000000000000000000..ecf8a4e5c59bf8dcc734dd8bd1ef10f1b82a60e0 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/init/cookbook/lasagna.rc @@ -0,0 +1,4 @@ +title: Classic Lasagna +category: Pasta +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/init/cookbook/pizza.rc b/shellops/assets/ShellOps_38544943e4/init/cookbook/pizza.rc new file mode 100644 index 0000000000000000000000000000000000000000..305406262339bd9d888ac38092d897da581c530c --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/init/cookbook/pizza.rc @@ -0,0 +1,4 @@ +title: Margherita Pizza +category: Pasta +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/init/cookbook/risotto.rc b/shellops/assets/ShellOps_38544943e4/init/cookbook/risotto.rc new file mode 100644 index 0000000000000000000000000000000000000000..d41e13b90ba0e12ea171e6d3db701e6378724943 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/init/cookbook/risotto.rc @@ -0,0 +1,4 @@ +title: Mushroom Risotto +category: Rice +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_38544943e4/init/cookbook/tiramisu.rc b/shellops/assets/ShellOps_38544943e4/init/cookbook/tiramisu.rc new file mode 100644 index 0000000000000000000000000000000000000000..fdb4fc7180a03d73dc3e40e9bdde9025519ab0a3 --- /dev/null +++ b/shellops/assets/ShellOps_38544943e4/init/cookbook/tiramisu.rc @@ -0,0 +1,4 @@ +title: Tiramisu +category: Dessert +ingredients: ... +instructions: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_387a1c5d44/gold/profiles/ap-south.properties b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/ap-south.properties new file mode 100644 index 0000000000000000000000000000000000000000..7d815621fca14abf8e8b8c3cc323c12517b0f21d --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/ap-south.properties @@ -0,0 +1,5 @@ +name=ap-south +region=ap-south-1 +active=true +deprecated=true +version=1.9.5 diff --git a/shellops/assets/ShellOps_387a1c5d44/gold/profiles/ca-central.properties b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/ca-central.properties new file mode 100644 index 0000000000000000000000000000000000000000..45afd2b40570e105be63889227490361482ac1a1 --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/ca-central.properties @@ -0,0 +1,5 @@ +name=ca-central +region=ca-central-1 +active=false +deprecated=false +version=2.0.1 diff --git a/shellops/assets/ShellOps_387a1c5d44/gold/profiles/eu-west.properties b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/eu-west.properties new file mode 100644 index 0000000000000000000000000000000000000000..8f46ef8d635c91ee40850a17c4e29707c5f66d2e --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/eu-west.properties @@ -0,0 +1,5 @@ +name=eu-west +region=eu-west-1 +active=true +deprecated=false +version=2.1.0 diff --git a/shellops/assets/ShellOps_387a1c5d44/gold/profiles/legacy.properties b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/legacy.properties new file mode 100644 index 0000000000000000000000000000000000000000..3aa30a14c09b73631ba280050f8a410f34c2243a --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/legacy.properties @@ -0,0 +1,5 @@ +name=legacy +region=us-east-1 +active=true +deprecated=true +version=1.8.2 diff --git a/shellops/assets/ShellOps_387a1c5d44/gold/profiles/us-east.properties b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/us-east.properties new file mode 100644 index 0000000000000000000000000000000000000000..30b063a8c1fd7edec8adf695e9b8c0f9f5e863fb --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/gold/profiles/us-east.properties @@ -0,0 +1,5 @@ +name=us-east +region=us-east-1 +active=true +deprecated=false +version=2.1.0 diff --git a/shellops/assets/ShellOps_387a1c5d44/gold/status/active_profiles.out b/shellops/assets/ShellOps_387a1c5d44/gold/status/active_profiles.out new file mode 100644 index 0000000000000000000000000000000000000000..8774a104400dfe33b53551bef0c111769593fa56 --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/gold/status/active_profiles.out @@ -0,0 +1,2 @@ +eu-west|eu-west-1 +us-east|us-east-1 diff --git a/shellops/assets/ShellOps_387a1c5d44/init/profiles/ap-south.properties b/shellops/assets/ShellOps_387a1c5d44/init/profiles/ap-south.properties new file mode 100644 index 0000000000000000000000000000000000000000..7d815621fca14abf8e8b8c3cc323c12517b0f21d --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/init/profiles/ap-south.properties @@ -0,0 +1,5 @@ +name=ap-south +region=ap-south-1 +active=true +deprecated=true +version=1.9.5 diff --git a/shellops/assets/ShellOps_387a1c5d44/init/profiles/ca-central.properties b/shellops/assets/ShellOps_387a1c5d44/init/profiles/ca-central.properties new file mode 100644 index 0000000000000000000000000000000000000000..45afd2b40570e105be63889227490361482ac1a1 --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/init/profiles/ca-central.properties @@ -0,0 +1,5 @@ +name=ca-central +region=ca-central-1 +active=false +deprecated=false +version=2.0.1 diff --git a/shellops/assets/ShellOps_387a1c5d44/init/profiles/eu-west.properties b/shellops/assets/ShellOps_387a1c5d44/init/profiles/eu-west.properties new file mode 100644 index 0000000000000000000000000000000000000000..8f46ef8d635c91ee40850a17c4e29707c5f66d2e --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/init/profiles/eu-west.properties @@ -0,0 +1,5 @@ +name=eu-west +region=eu-west-1 +active=true +deprecated=false +version=2.1.0 diff --git a/shellops/assets/ShellOps_387a1c5d44/init/profiles/legacy.properties b/shellops/assets/ShellOps_387a1c5d44/init/profiles/legacy.properties new file mode 100644 index 0000000000000000000000000000000000000000..3aa30a14c09b73631ba280050f8a410f34c2243a --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/init/profiles/legacy.properties @@ -0,0 +1,5 @@ +name=legacy +region=us-east-1 +active=true +deprecated=true +version=1.8.2 diff --git a/shellops/assets/ShellOps_387a1c5d44/init/profiles/us-east.properties b/shellops/assets/ShellOps_387a1c5d44/init/profiles/us-east.properties new file mode 100644 index 0000000000000000000000000000000000000000..30b063a8c1fd7edec8adf695e9b8c0f9f5e863fb --- /dev/null +++ b/shellops/assets/ShellOps_387a1c5d44/init/profiles/us-east.properties @@ -0,0 +1,5 @@ +name=us-east +region=us-east-1 +active=true +deprecated=false +version=2.1.0 diff --git a/shellops/assets/ShellOps_387c537930/gold/docs/notes.txt b/shellops/assets/ShellOps_387c537930/gold/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..985e63d77d84d6a388c3bd157b098fcaae8bc63f --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/gold/docs/notes.txt @@ -0,0 +1 @@ +Legacy boards listed here should be ignored. diff --git a/shellops/assets/ShellOps_387c537930/gold/production/approved_boards.txt b/shellops/assets/ShellOps_387c537930/gold/production/approved_boards.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce2c4ef894825ef78a8e2f3b003bddacac051bad --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/gold/production/approved_boards.txt @@ -0,0 +1,5 @@ +BOARD-ALPHA +BOARD-BETA +BOARD-GAMMA +BOARD-DELTA +BOARD-EPSILON diff --git a/shellops/assets/ShellOps_387c537930/gold/production/missing_boards.txt b/shellops/assets/ShellOps_387c537930/gold/production/missing_boards.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeec5c6dcf655efa96e63616a6a8c37d2de2177b --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/gold/production/missing_boards.txt @@ -0,0 +1,2 @@ +BOARD-DELTA +BOARD-EPSILON diff --git a/shellops/assets/ShellOps_387c537930/gold/production/specs.xml b/shellops/assets/ShellOps_387c537930/gold/production/specs.xml new file mode 100644 index 0000000000000000000000000000000000000000..f3fcfac604ffbd37d9851d1e65819c620c42bd77 --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/gold/production/specs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_387c537930/init/docs/notes.txt b/shellops/assets/ShellOps_387c537930/init/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..985e63d77d84d6a388c3bd157b098fcaae8bc63f --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/init/docs/notes.txt @@ -0,0 +1 @@ +Legacy boards listed here should be ignored. diff --git a/shellops/assets/ShellOps_387c537930/init/production/approved_boards.txt b/shellops/assets/ShellOps_387c537930/init/production/approved_boards.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce2c4ef894825ef78a8e2f3b003bddacac051bad --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/init/production/approved_boards.txt @@ -0,0 +1,5 @@ +BOARD-ALPHA +BOARD-BETA +BOARD-GAMMA +BOARD-DELTA +BOARD-EPSILON diff --git a/shellops/assets/ShellOps_387c537930/init/production/specs.xml b/shellops/assets/ShellOps_387c537930/init/production/specs.xml new file mode 100644 index 0000000000000000000000000000000000000000..f3fcfac604ffbd37d9851d1e65819c620c42bd77 --- /dev/null +++ b/shellops/assets/ShellOps_387c537930/init/production/specs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_38938597b9/gold/notes.txt b/shellops/assets/ShellOps_38938597b9/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e6c9e8b3d48fb30b7dc90d5802499baac0cd7ca --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/gold/notes.txt @@ -0,0 +1,3 @@ +The upgrade was run on Sunday night. Some devices were offline. +We need to re‑schedule for missing verified devices. +Contact support if any device remains unpatched beyond 48h. diff --git a/shellops/assets/ShellOps_38938597b9/gold/old_logs/archive.txt b/shellops/assets/ShellOps_38938597b9/gold/old_logs/archive.txt new file mode 100644 index 0000000000000000000000000000000000000000..b311ccd18980b5214034b10b8d5bff1bfea602e6 --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/gold/old_logs/archive.txt @@ -0,0 +1,2 @@ +2024-10-27 01:30:00 dev:F5A2B9 firmware rolled back to v2.4.3 +2024-10-27 01:32:15 dev:E1C6A0 firmware updated to v2.5.0 (old version) diff --git a/shellops/assets/ShellOps_38938597b9/gold/patch_log.txt b/shellops/assets/ShellOps_38938597b9/gold/patch_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0f87920eb458c6aa7c0d034a8dd1c59ab515ce0 --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/gold/patch_log.txt @@ -0,0 +1,7 @@ +2024-11-03 02:15:01 dev:A3B7F1 firmware updated to v2.5.1 +2024-11-03 02:16:22 dev:9F4C3A firmware updated to v2.5.1 +2024-11-03 02:18:05 dev:C8E9D4 skipped because unverified +2024-11-03 02:19:33 dev:B2D5F8 firmware updated to v2.5.1 +2024-11-03 02:20:11 dev:7E9A3C skipped because unverified +2024-11-03 02:21:44 dev:XYZ123 erroneous entry (ignore) +2024-11-03 02:22:57 dev:F5A2B9 firmware updated to v2.5.1 diff --git a/shellops/assets/ShellOps_38938597b9/gold/pending.csv b/shellops/assets/ShellOps_38938597b9/gold/pending.csv new file mode 100644 index 0000000000000000000000000000000000000000..abc6376b140dacf9d7fe2a18c56e989a9875e9c0 --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/gold/pending.csv @@ -0,0 +1 @@ +E1C6A0 diff --git a/shellops/assets/ShellOps_38938597b9/gold/policy.xml b/shellops/assets/ShellOps_38938597b9/gold/policy.xml new file mode 100644 index 0000000000000000000000000000000000000000..f83072c4ba4a766147d08665e9f0d5d63ec6e45b --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/gold/policy.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_38938597b9/init/notes.txt b/shellops/assets/ShellOps_38938597b9/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e6c9e8b3d48fb30b7dc90d5802499baac0cd7ca --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/init/notes.txt @@ -0,0 +1,3 @@ +The upgrade was run on Sunday night. Some devices were offline. +We need to re‑schedule for missing verified devices. +Contact support if any device remains unpatched beyond 48h. diff --git a/shellops/assets/ShellOps_38938597b9/init/old_logs/archive.txt b/shellops/assets/ShellOps_38938597b9/init/old_logs/archive.txt new file mode 100644 index 0000000000000000000000000000000000000000..b311ccd18980b5214034b10b8d5bff1bfea602e6 --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/init/old_logs/archive.txt @@ -0,0 +1,2 @@ +2024-10-27 01:30:00 dev:F5A2B9 firmware rolled back to v2.4.3 +2024-10-27 01:32:15 dev:E1C6A0 firmware updated to v2.5.0 (old version) diff --git a/shellops/assets/ShellOps_38938597b9/init/patch_log.txt b/shellops/assets/ShellOps_38938597b9/init/patch_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0f87920eb458c6aa7c0d034a8dd1c59ab515ce0 --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/init/patch_log.txt @@ -0,0 +1,7 @@ +2024-11-03 02:15:01 dev:A3B7F1 firmware updated to v2.5.1 +2024-11-03 02:16:22 dev:9F4C3A firmware updated to v2.5.1 +2024-11-03 02:18:05 dev:C8E9D4 skipped because unverified +2024-11-03 02:19:33 dev:B2D5F8 firmware updated to v2.5.1 +2024-11-03 02:20:11 dev:7E9A3C skipped because unverified +2024-11-03 02:21:44 dev:XYZ123 erroneous entry (ignore) +2024-11-03 02:22:57 dev:F5A2B9 firmware updated to v2.5.1 diff --git a/shellops/assets/ShellOps_38938597b9/init/policy.xml b/shellops/assets/ShellOps_38938597b9/init/policy.xml new file mode 100644 index 0000000000000000000000000000000000000000..f83072c4ba4a766147d08665e9f0d5d63ec6e45b --- /dev/null +++ b/shellops/assets/ShellOps_38938597b9/init/policy.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_3894940d2e/gold/configs/.keep b/shellops/assets/ShellOps_3894940d2e/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3894940d2e/gold/configs/service_a.yml b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_a.yml new file mode 100644 index 0000000000000000000000000000000000000000..27bc7b5a426b1136de209126d24cd6193f356b52 --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_a.yml @@ -0,0 +1,12 @@ +api: + endpoint: /health + timeout: 5s + check_type: "http" + labels: + - prod + - critical +--- +monitoring: + check_type: "ping" + interval: 30s + alert_on_failure: true diff --git a/shellops/assets/ShellOps_3894940d2e/gold/configs/service_b.yml b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..f187659076c377d9eff3196cacf5568674bdd571 --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_b.yml @@ -0,0 +1,9 @@ +database: + check_type: "postgres" + query: SELECT 1 + labels: [db, backend] +--- +network: + check_type: "tcp" + port: 5432 + timeout: 10 diff --git a/shellops/assets/ShellOps_3894940d2e/gold/configs/service_c.yml b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_c.yml new file mode 100644 index 0000000000000000000000000000000000000000..08d6fe0c97090ce61161b8d1e9c4e97f0655de1b --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_c.yml @@ -0,0 +1,10 @@ +job: + name: batch_processor + check_type: "cron" + schedule: "0 */2 * * *" + labels: [batch, nightly] +--- +api: + check_type: "http" + endpoint: /status + expected_code: 200 diff --git a/shellops/assets/ShellOps_3894940d2e/gold/configs/service_d.yml b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_d.yml new file mode 100644 index 0000000000000000000000000000000000000000..4d9449b538644924c148081b34d41cb6e43cd9e3 --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/gold/configs/service_d.yml @@ -0,0 +1,3 @@ +# Legacy service with no health check +description: deprecated +labels: [legacy] diff --git a/shellops/assets/ShellOps_3894940d2e/init/configs/.keep b/shellops/assets/ShellOps_3894940d2e/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3894940d2e/init/configs/service_a.yml b/shellops/assets/ShellOps_3894940d2e/init/configs/service_a.yml new file mode 100644 index 0000000000000000000000000000000000000000..27bc7b5a426b1136de209126d24cd6193f356b52 --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/init/configs/service_a.yml @@ -0,0 +1,12 @@ +api: + endpoint: /health + timeout: 5s + check_type: "http" + labels: + - prod + - critical +--- +monitoring: + check_type: "ping" + interval: 30s + alert_on_failure: true diff --git a/shellops/assets/ShellOps_3894940d2e/init/configs/service_b.yml b/shellops/assets/ShellOps_3894940d2e/init/configs/service_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..f187659076c377d9eff3196cacf5568674bdd571 --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/init/configs/service_b.yml @@ -0,0 +1,9 @@ +database: + check_type: "postgres" + query: SELECT 1 + labels: [db, backend] +--- +network: + check_type: "tcp" + port: 5432 + timeout: 10 diff --git a/shellops/assets/ShellOps_3894940d2e/init/configs/service_c.yml b/shellops/assets/ShellOps_3894940d2e/init/configs/service_c.yml new file mode 100644 index 0000000000000000000000000000000000000000..08d6fe0c97090ce61161b8d1e9c4e97f0655de1b --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/init/configs/service_c.yml @@ -0,0 +1,10 @@ +job: + name: batch_processor + check_type: "cron" + schedule: "0 */2 * * *" + labels: [batch, nightly] +--- +api: + check_type: "http" + endpoint: /status + expected_code: 200 diff --git a/shellops/assets/ShellOps_3894940d2e/init/configs/service_d.yml b/shellops/assets/ShellOps_3894940d2e/init/configs/service_d.yml new file mode 100644 index 0000000000000000000000000000000000000000..4d9449b538644924c148081b34d41cb6e43cd9e3 --- /dev/null +++ b/shellops/assets/ShellOps_3894940d2e/init/configs/service_d.yml @@ -0,0 +1,3 @@ +# Legacy service with no health check +description: deprecated +labels: [legacy] diff --git a/shellops/assets/ShellOps_38e5dcddf3/gold/active_capabilities.txt b/shellops/assets/ShellOps_38e5dcddf3/gold/active_capabilities.txt new file mode 100644 index 0000000000000000000000000000000000000000..a253ddcac2750f60b2531bd6b8d1f761c9770068 --- /dev/null +++ b/shellops/assets/ShellOps_38e5dcddf3/gold/active_capabilities.txt @@ -0,0 +1,3 @@ +ota_update +secure_boot +telemetry diff --git a/shellops/assets/ShellOps_38e5dcddf3/gold/device_capabilities.json b/shellops/assets/ShellOps_38e5dcddf3/gold/device_capabilities.json new file mode 100644 index 0000000000000000000000000000000000000000..7b4df51caab7754e6a43057b2120a76a48ffd671 --- /dev/null +++ b/shellops/assets/ShellOps_38e5dcddf3/gold/device_capabilities.json @@ -0,0 +1,8 @@ +[ + {"id": "telemetry", "name": "Telemetry Reporting", "status": "active"}, + {"id": "remote_config", "name": "Remote Configuration", "status": "deprecated"}, + {"id": "ota_update", "name": "Over-the-Air Updates", "status": "active"}, + {"id": "diagnostics", "name": "Diagnostic Mode", "status": "inactive"}, + {"id": "secure_boot", "name": "Secure Boot", "status": "active"}, + {"id": "legacy_auth", "name": "Legacy Authentication", "status": "deprecated"} +] diff --git a/shellops/assets/ShellOps_38e5dcddf3/init/device_capabilities.json b/shellops/assets/ShellOps_38e5dcddf3/init/device_capabilities.json new file mode 100644 index 0000000000000000000000000000000000000000..7b4df51caab7754e6a43057b2120a76a48ffd671 --- /dev/null +++ b/shellops/assets/ShellOps_38e5dcddf3/init/device_capabilities.json @@ -0,0 +1,8 @@ +[ + {"id": "telemetry", "name": "Telemetry Reporting", "status": "active"}, + {"id": "remote_config", "name": "Remote Configuration", "status": "deprecated"}, + {"id": "ota_update", "name": "Over-the-Air Updates", "status": "active"}, + {"id": "diagnostics", "name": "Diagnostic Mode", "status": "inactive"}, + {"id": "secure_boot", "name": "Secure Boot", "status": "active"}, + {"id": "legacy_auth", "name": "Legacy Authentication", "status": "deprecated"} +] diff --git a/shellops/assets/ShellOps_38e6523ac8/gold/active_routes.txt b/shellops/assets/ShellOps_38e6523ac8/gold/active_routes.txt new file mode 100644 index 0000000000000000000000000000000000000000..4af3d9c74e2104bad6ba95f4f06f4f400da41d3a --- /dev/null +++ b/shellops/assets/ShellOps_38e6523ac8/gold/active_routes.txt @@ -0,0 +1,4 @@ +/groups/edit +/groups/view +/users/add +/users/list diff --git a/shellops/assets/ShellOps_38ecebb5b1/gold/docs/notes.md b/shellops/assets/ShellOps_38ecebb5b1/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7aceb16ff0f4c2e7561b4c91214a8991861a17eb --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/gold/docs/notes.md @@ -0,0 +1,2 @@ +# Legacy routing documentation +This file contains historical notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_38ecebb5b1/gold/dynamic_routes.manifest b/shellops/assets/ShellOps_38ecebb5b1/gold/dynamic_routes.manifest new file mode 100644 index 0000000000000000000000000000000000000000..667e7de4a6eaadb4391de937da267efa7f997df9 --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/gold/dynamic_routes.manifest @@ -0,0 +1,3 @@ +10.10.0.0/16 via 10.0.0.2 +192.168.2.0/24 via 10.0.0.5 +172.16.0.0/22 via 10.0.0.3 diff --git a/shellops/assets/ShellOps_38ecebb5b1/gold/prioritized_routes.txt b/shellops/assets/ShellOps_38ecebb5b1/gold/prioritized_routes.txt new file mode 100644 index 0000000000000000000000000000000000000000..90e907f849e95ba10720668d4a29f46863dba50e --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/gold/prioritized_routes.txt @@ -0,0 +1 @@ +192.168.1.0/24 via 10.0.0.1 diff --git a/shellops/assets/ShellOps_38ecebb5b1/gold/static_routes.conf b/shellops/assets/ShellOps_38ecebb5b1/gold/static_routes.conf new file mode 100644 index 0000000000000000000000000000000000000000..8df891726e500329fe8a6e9f96457ed452297d75 --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/gold/static_routes.conf @@ -0,0 +1,3 @@ +192.168.1.0/24 via 10.0.0.1 +10.10.0.0/16 via 10.0.0.2 +172.16.0.0/22 via 10.0.0.3 diff --git a/shellops/assets/ShellOps_38ecebb5b1/init/docs/notes.md b/shellops/assets/ShellOps_38ecebb5b1/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7aceb16ff0f4c2e7561b4c91214a8991861a17eb --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/init/docs/notes.md @@ -0,0 +1,2 @@ +# Legacy routing documentation +This file contains historical notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_38ecebb5b1/init/dynamic_routes.manifest b/shellops/assets/ShellOps_38ecebb5b1/init/dynamic_routes.manifest new file mode 100644 index 0000000000000000000000000000000000000000..667e7de4a6eaadb4391de937da267efa7f997df9 --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/init/dynamic_routes.manifest @@ -0,0 +1,3 @@ +10.10.0.0/16 via 10.0.0.2 +192.168.2.0/24 via 10.0.0.5 +172.16.0.0/22 via 10.0.0.3 diff --git a/shellops/assets/ShellOps_38ecebb5b1/init/static_routes.conf b/shellops/assets/ShellOps_38ecebb5b1/init/static_routes.conf new file mode 100644 index 0000000000000000000000000000000000000000..8df891726e500329fe8a6e9f96457ed452297d75 --- /dev/null +++ b/shellops/assets/ShellOps_38ecebb5b1/init/static_routes.conf @@ -0,0 +1,3 @@ +192.168.1.0/24 via 10.0.0.1 +10.10.0.0/16 via 10.0.0.2 +172.16.0.0/22 via 10.0.0.3 diff --git a/shellops/assets/ShellOps_39019e6a65/gold/approved_subnets.xml b/shellops/assets/ShellOps_39019e6a65/gold/approved_subnets.xml new file mode 100644 index 0000000000000000000000000000000000000000..fe9df1bbb5c86b95f26e14176b052144be7773c4 --- /dev/null +++ b/shellops/assets/ShellOps_39019e6a65/gold/approved_subnets.xml @@ -0,0 +1,10 @@ + + + 192.168.1.0/24 + 10.0.0.0/8 + 172.16.0.0/12 + 10.10.0.0/16 + 198.51.100.0/24 + 203.0.113.0/24 + 192.0.2.0/24 + diff --git a/shellops/assets/ShellOps_39019e6a65/gold/baseline.txt b/shellops/assets/ShellOps_39019e6a65/gold/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..285e7a13c91ec5f7ada4eafc8804f1c7fde9f5f3 --- /dev/null +++ b/shellops/assets/ShellOps_39019e6a65/gold/baseline.txt @@ -0,0 +1,5 @@ +192.168.1.0/24 +10.0.0.0/8 +172.16.0.0/12 +10.10.0.0/16 +203.0.113.0/24 diff --git a/shellops/assets/ShellOps_39019e6a65/init/.tmp/.keep b/shellops/assets/ShellOps_39019e6a65/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_39019e6a65/init/approved_subnets.xml b/shellops/assets/ShellOps_39019e6a65/init/approved_subnets.xml new file mode 100644 index 0000000000000000000000000000000000000000..fe9df1bbb5c86b95f26e14176b052144be7773c4 --- /dev/null +++ b/shellops/assets/ShellOps_39019e6a65/init/approved_subnets.xml @@ -0,0 +1,10 @@ + + + 192.168.1.0/24 + 10.0.0.0/8 + 172.16.0.0/12 + 10.10.0.0/16 + 198.51.100.0/24 + 203.0.113.0/24 + 192.0.2.0/24 + diff --git a/shellops/assets/ShellOps_39019e6a65/init/baseline.txt b/shellops/assets/ShellOps_39019e6a65/init/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..285e7a13c91ec5f7ada4eafc8804f1c7fde9f5f3 --- /dev/null +++ b/shellops/assets/ShellOps_39019e6a65/init/baseline.txt @@ -0,0 +1,5 @@ +192.168.1.0/24 +10.0.0.0/8 +172.16.0.0/12 +10.10.0.0/16 +203.0.113.0/24 diff --git a/shellops/assets/ShellOps_391e9e0e34/gold/inventory.csv b/shellops/assets/ShellOps_391e9e0e34/gold/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..f6db2947c8a8c982fa1fa79293473de3ee17dd1d --- /dev/null +++ b/shellops/assets/ShellOps_391e9e0e34/gold/inventory.csv @@ -0,0 +1,6 @@ +sku,quantity,location +101,5,aisle-3 +103,12,aisle-1 +107,3,aisle-2 +109,7,aisle-4 +111,9,aisle-5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_391e9e0e34/gold/manifest.json b/shellops/assets/ShellOps_391e9e0e34/gold/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a58baa741e9f22731dd7abdd837da82766e74817 --- /dev/null +++ b/shellops/assets/ShellOps_391e9e0e34/gold/manifest.json @@ -0,0 +1,8 @@ +{ + "products": [ + {"sku": "101", "name": "Widget A"}, + {"sku": "103", "name": "Widget B"}, + {"sku": "109", "name": "Widget D"}, + {"sku": "110", "name": "Widget E"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_391e9e0e34/gold/notes.txt b/shellops/assets/ShellOps_391e9e0e34/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2475dd15d8556ffd1c2ed0e1623fe25a84f80457 --- /dev/null +++ b/shellops/assets/ShellOps_391e9e0e34/gold/notes.txt @@ -0,0 +1 @@ +Ignore this file; it contains unrelated reminders. \ No newline at end of file diff --git a/shellops/assets/ShellOps_391e9e0e34/init/inventory.csv b/shellops/assets/ShellOps_391e9e0e34/init/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..f6db2947c8a8c982fa1fa79293473de3ee17dd1d --- /dev/null +++ b/shellops/assets/ShellOps_391e9e0e34/init/inventory.csv @@ -0,0 +1,6 @@ +sku,quantity,location +101,5,aisle-3 +103,12,aisle-1 +107,3,aisle-2 +109,7,aisle-4 +111,9,aisle-5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_391e9e0e34/init/manifest.json b/shellops/assets/ShellOps_391e9e0e34/init/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a58baa741e9f22731dd7abdd837da82766e74817 --- /dev/null +++ b/shellops/assets/ShellOps_391e9e0e34/init/manifest.json @@ -0,0 +1,8 @@ +{ + "products": [ + {"sku": "101", "name": "Widget A"}, + {"sku": "103", "name": "Widget B"}, + {"sku": "109", "name": "Widget D"}, + {"sku": "110", "name": "Widget E"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_391e9e0e34/init/notes.txt b/shellops/assets/ShellOps_391e9e0e34/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2475dd15d8556ffd1c2ed0e1623fe25a84f80457 --- /dev/null +++ b/shellops/assets/ShellOps_391e9e0e34/init/notes.txt @@ -0,0 +1 @@ +Ignore this file; it contains unrelated reminders. \ No newline at end of file diff --git a/shellops/assets/ShellOps_39266acd7d/gold/overrides.json b/shellops/assets/ShellOps_39266acd7d/gold/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..5703f675a64068f712e6860f925afe1872ebe607 --- /dev/null +++ b/shellops/assets/ShellOps_39266acd7d/gold/overrides.json @@ -0,0 +1,3 @@ +{ + "excluded": ["req_def456", "req_jkl012"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_39266acd7d/gold/results/cleaned_requests.txt b/shellops/assets/ShellOps_39266acd7d/gold/results/cleaned_requests.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cdc9680fc1fcccdab8dd2881ab26e734b8dbc93 --- /dev/null +++ b/shellops/assets/ShellOps_39266acd7d/gold/results/cleaned_requests.txt @@ -0,0 +1,2 @@ +req_abc123 +req_ghi789 diff --git a/shellops/assets/ShellOps_39266acd7d/gold/results/load.prom b/shellops/assets/ShellOps_39266acd7d/gold/results/load.prom new file mode 100644 index 0000000000000000000000000000000000000000..14e357a359587269bc85b5e027f5c81b2d9b946e --- /dev/null +++ b/shellops/assets/ShellOps_39266acd7d/gold/results/load.prom @@ -0,0 +1,3 @@ +pending_request_total{id="req_abc123"} 5 +pending_request_total{id="req_def456"} 3 +pending_request_total{id="req_ghi789"} 2 diff --git a/shellops/assets/ShellOps_39266acd7d/init/overrides.json b/shellops/assets/ShellOps_39266acd7d/init/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..5703f675a64068f712e6860f925afe1872ebe607 --- /dev/null +++ b/shellops/assets/ShellOps_39266acd7d/init/overrides.json @@ -0,0 +1,3 @@ +{ + "excluded": ["req_def456", "req_jkl012"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_39266acd7d/init/results/load.prom b/shellops/assets/ShellOps_39266acd7d/init/results/load.prom new file mode 100644 index 0000000000000000000000000000000000000000..14e357a359587269bc85b5e027f5c81b2d9b946e --- /dev/null +++ b/shellops/assets/ShellOps_39266acd7d/init/results/load.prom @@ -0,0 +1,3 @@ +pending_request_total{id="req_abc123"} 5 +pending_request_total{id="req_def456"} 3 +pending_request_total{id="req_ghi789"} 2 diff --git a/shellops/assets/ShellOps_3994fc2e22/gold/audit/latest_golden.yaml b/shellops/assets/ShellOps_3994fc2e22/gold/audit/latest_golden.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d38912929d9ce32589ba7b4889445dbfa03ec780 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/gold/audit/latest_golden.yaml @@ -0,0 +1,4 @@ +--- +deployed: srv-node-a, srv-db-02, srv-api-primary +retired: srv-legacy-01 +pending: srv-cache-05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3994fc2e22/gold/documentation/backup.md b/shellops/assets/ShellOps_3994fc2e22/gold/documentation/backup.md new file mode 100644 index 0000000000000000000000000000000000000000..23c9cd634e001208eafb43ba9f44e5719fcc81e4 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/gold/documentation/backup.md @@ -0,0 +1,4 @@ +# Backup Process + +- srv-node-a +- srv-db-02 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3994fc2e22/gold/missing_servers.txt b/shellops/assets/ShellOps_3994fc2e22/gold/missing_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..c080e25f1117331977459f4a4e55b5ec3a44b124 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/gold/missing_servers.txt @@ -0,0 +1 @@ +srv-node-a diff --git a/shellops/assets/ShellOps_3994fc2e22/gold/ops/active_servers.conf b/shellops/assets/ShellOps_3994fc2e22/gold/ops/active_servers.conf new file mode 100644 index 0000000000000000000000000000000000000000..d7820742dbc9c53f2e308ff52b790cb9c6580168 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/gold/ops/active_servers.conf @@ -0,0 +1,5 @@ +server_name srv-api-primary +server_name srv-cache-05 +server_name srv-node-b +port 443 +server_name srv-db-02 diff --git a/shellops/assets/ShellOps_3994fc2e22/init/audit/latest_golden.yaml b/shellops/assets/ShellOps_3994fc2e22/init/audit/latest_golden.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d38912929d9ce32589ba7b4889445dbfa03ec780 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/init/audit/latest_golden.yaml @@ -0,0 +1,4 @@ +--- +deployed: srv-node-a, srv-db-02, srv-api-primary +retired: srv-legacy-01 +pending: srv-cache-05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3994fc2e22/init/documentation/backup.md b/shellops/assets/ShellOps_3994fc2e22/init/documentation/backup.md new file mode 100644 index 0000000000000000000000000000000000000000..23c9cd634e001208eafb43ba9f44e5719fcc81e4 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/init/documentation/backup.md @@ -0,0 +1,4 @@ +# Backup Process + +- srv-node-a +- srv-db-02 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3994fc2e22/init/ops/active_servers.conf b/shellops/assets/ShellOps_3994fc2e22/init/ops/active_servers.conf new file mode 100644 index 0000000000000000000000000000000000000000..d7820742dbc9c53f2e308ff52b790cb9c6580168 --- /dev/null +++ b/shellops/assets/ShellOps_3994fc2e22/init/ops/active_servers.conf @@ -0,0 +1,5 @@ +server_name srv-api-primary +server_name srv-cache-05 +server_name srv-node-b +port 443 +server_name srv-db-02 diff --git a/shellops/assets/ShellOps_399aa88340/gold/report/.keep b/shellops/assets/ShellOps_399aa88340/gold/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_399aa88340/gold/report/hourly_ranking.tsv b/shellops/assets/ShellOps_399aa88340/gold/report/hourly_ranking.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f509c860a07784b0980911002bf1f796eda6e717 --- /dev/null +++ b/shellops/assets/ShellOps_399aa88340/gold/report/hourly_ranking.tsv @@ -0,0 +1,4 @@ +hour count +2024-03-15T09 3 +2024-03-15T08 2 +2024-03-15T10 2 diff --git a/shellops/assets/ShellOps_399aa88340/init/report/.keep b/shellops/assets/ShellOps_399aa88340/init/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_39d89d1e71/gold/artifact_types.txt b/shellops/assets/ShellOps_39d89d1e71/gold/artifact_types.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef7eda98c72cef2a35dcef2bd1a6a6afad9d8c95 --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/gold/artifact_types.txt @@ -0,0 +1,7 @@ +bone needle +bone tool +bronze dagger +ceramic bowl +gold ring +pottery shard +stone axe diff --git a/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site1.txt b/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8470baa747c9b2502021e103907be1d46b0791da --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site1.txt @@ -0,0 +1,4 @@ +Site 1 notes: +- artifact type: pottery shard, material: clay, location: layer 3 +- artifact type: bronze dagger, material: metal, location: tomb chamber +- artifact type: bone tool, material: organic, location: refuse pit \ No newline at end of file diff --git a/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site2.txt b/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5be858c9efb538ab5d0e7bb4d08f0aff9ebe1341 --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site2.txt @@ -0,0 +1,4 @@ +Site 2 notes: +- artifact type: stone axe, material: flint, location: workshop area +- artifact type: pottery shard, material: clay, location: storage room +- artifact type: gold ring, material: metal, location: burial site \ No newline at end of file diff --git a/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site3.txt b/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site3.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f451015b780b07a98253057984990ef3fd19f8b --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/gold/excavation_notes/site3.txt @@ -0,0 +1,4 @@ +Site 3 notes: +- artifact type: bone needle, material: organic, location: dwelling floor +- artifact type: stone axe, material: basalt, location: tool cache +- artifact type: ceramic bowl, material: clay, location: ceremonial space \ No newline at end of file diff --git a/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site1.txt b/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site1.txt new file mode 100644 index 0000000000000000000000000000000000000000..8470baa747c9b2502021e103907be1d46b0791da --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site1.txt @@ -0,0 +1,4 @@ +Site 1 notes: +- artifact type: pottery shard, material: clay, location: layer 3 +- artifact type: bronze dagger, material: metal, location: tomb chamber +- artifact type: bone tool, material: organic, location: refuse pit \ No newline at end of file diff --git a/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site2.txt b/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site2.txt new file mode 100644 index 0000000000000000000000000000000000000000..5be858c9efb538ab5d0e7bb4d08f0aff9ebe1341 --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site2.txt @@ -0,0 +1,4 @@ +Site 2 notes: +- artifact type: stone axe, material: flint, location: workshop area +- artifact type: pottery shard, material: clay, location: storage room +- artifact type: gold ring, material: metal, location: burial site \ No newline at end of file diff --git a/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site3.txt b/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site3.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f451015b780b07a98253057984990ef3fd19f8b --- /dev/null +++ b/shellops/assets/ShellOps_39d89d1e71/init/excavation_notes/site3.txt @@ -0,0 +1,4 @@ +Site 3 notes: +- artifact type: bone needle, material: organic, location: dwelling floor +- artifact type: stone axe, material: basalt, location: tool cache +- artifact type: ceramic bowl, material: clay, location: ceremonial space \ No newline at end of file diff --git a/shellops/assets/ShellOps_39dcddddf3/gold/active.txt b/shellops/assets/ShellOps_39dcddddf3/gold/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..230eeb9c06e88c9897b40fcee2c3fe2c522fd7e2 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/gold/active.txt @@ -0,0 +1,6 @@ +# Active run manifest +seq_alpha +seq_beta +seq_delta +seq_epsilon +seq_gamma diff --git a/shellops/assets/ShellOps_39dcddddf3/gold/notes.md b/shellops/assets/ShellOps_39dcddddf3/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9528229aad463602a9cb97de3e45cb2a37f76370 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/gold/notes.md @@ -0,0 +1 @@ +Lab notes: seq_delta and seq_epsilon are experimental and not yet approved. diff --git a/shellops/assets/ShellOps_39dcddddf3/gold/reports/unapproved_sequences.txt b/shellops/assets/ShellOps_39dcddddf3/gold/reports/unapproved_sequences.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1d44177bd1117e835271e6b91215781b3270c15 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/gold/reports/unapproved_sequences.txt @@ -0,0 +1,2 @@ +seq_delta +seq_epsilon diff --git a/shellops/assets/ShellOps_39dcddddf3/gold/sequences.xml b/shellops/assets/ShellOps_39dcddddf3/gold/sequences.xml new file mode 100644 index 0000000000000000000000000000000000000000..85a07fb6a8624af9de7e2e55dcd3d069b876a059 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/gold/sequences.xml @@ -0,0 +1,5 @@ + + seq_alphareference genome + seq_betacontrol marker + seq_gammawild type + \ No newline at end of file diff --git a/shellops/assets/ShellOps_39dcddddf3/init/active.txt b/shellops/assets/ShellOps_39dcddddf3/init/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..230eeb9c06e88c9897b40fcee2c3fe2c522fd7e2 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/init/active.txt @@ -0,0 +1,6 @@ +# Active run manifest +seq_alpha +seq_beta +seq_delta +seq_epsilon +seq_gamma diff --git a/shellops/assets/ShellOps_39dcddddf3/init/notes.md b/shellops/assets/ShellOps_39dcddddf3/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9528229aad463602a9cb97de3e45cb2a37f76370 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/init/notes.md @@ -0,0 +1 @@ +Lab notes: seq_delta and seq_epsilon are experimental and not yet approved. diff --git a/shellops/assets/ShellOps_39dcddddf3/init/sequences.xml b/shellops/assets/ShellOps_39dcddddf3/init/sequences.xml new file mode 100644 index 0000000000000000000000000000000000000000..85a07fb6a8624af9de7e2e55dcd3d069b876a059 --- /dev/null +++ b/shellops/assets/ShellOps_39dcddddf3/init/sequences.xml @@ -0,0 +1,5 @@ + + seq_alphareference genome + seq_betacontrol marker + seq_gammawild type + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a6ecc4947/gold/citations/.keep b/shellops/assets/ShellOps_3a6ecc4947/gold/citations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3a6ecc4947/gold/citations/reference1.bib b/shellops/assets/ShellOps_3a6ecc4947/gold/citations/reference1.bib new file mode 100644 index 0000000000000000000000000000000000000000..82f5ca9897ffbb93f8942508d80ccbe303a7bf8f --- /dev/null +++ b/shellops/assets/ShellOps_3a6ecc4947/gold/citations/reference1.bib @@ -0,0 +1 @@ +@book{12345, author = {John Doe}, title = {Example Book 1}, year = {2020}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a6ecc4947/gold/citations/reference2.bib b/shellops/assets/ShellOps_3a6ecc4947/gold/citations/reference2.bib new file mode 100644 index 0000000000000000000000000000000000000000..ee1d596ed5affdb88bfa70434eac4f1cfe62ea49 --- /dev/null +++ b/shellops/assets/ShellOps_3a6ecc4947/gold/citations/reference2.bib @@ -0,0 +1 @@ +@book{67890, author = {Jane Smith}, title = {Example Book 2}, year = {2021}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a6ecc4947/gold/updated_citations.bib b/shellops/assets/ShellOps_3a6ecc4947/gold/updated_citations.bib new file mode 100644 index 0000000000000000000000000000000000000000..817b68eeac891eb1fcc64309bf33f40b8d1eeae7 --- /dev/null +++ b/shellops/assets/ShellOps_3a6ecc4947/gold/updated_citations.bib @@ -0,0 +1,2 @@ +@book{LIB_12345, author = {John Doe}, title = {Example Book 1}, year = {2020}} +@book{LIB_67890, author = {Jane Smith}, title = {Example Book 2}, year = {2021}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a6ecc4947/init/citations/.keep b/shellops/assets/ShellOps_3a6ecc4947/init/citations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3a6ecc4947/init/citations/reference1.bib b/shellops/assets/ShellOps_3a6ecc4947/init/citations/reference1.bib new file mode 100644 index 0000000000000000000000000000000000000000..82f5ca9897ffbb93f8942508d80ccbe303a7bf8f --- /dev/null +++ b/shellops/assets/ShellOps_3a6ecc4947/init/citations/reference1.bib @@ -0,0 +1 @@ +@book{12345, author = {John Doe}, title = {Example Book 1}, year = {2020}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a6ecc4947/init/citations/reference2.bib b/shellops/assets/ShellOps_3a6ecc4947/init/citations/reference2.bib new file mode 100644 index 0000000000000000000000000000000000000000..ee1d596ed5affdb88bfa70434eac4f1cfe62ea49 --- /dev/null +++ b/shellops/assets/ShellOps_3a6ecc4947/init/citations/reference2.bib @@ -0,0 +1 @@ +@book{67890, author = {Jane Smith}, title = {Example Book 2}, year = {2021}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a81690d9c/gold/inventory/legacy_catalog.out b/shellops/assets/ShellOps_3a81690d9c/gold/inventory/legacy_catalog.out new file mode 100644 index 0000000000000000000000000000000000000000..f45de47d43ba7952190308a764f072b32d3e2743 --- /dev/null +++ b/shellops/assets/ShellOps_3a81690d9c/gold/inventory/legacy_catalog.out @@ -0,0 +1,5 @@ +9783161484100,Book A +9780345391803,Book B +9780451524935,Book C +9780061120084,Book D +9780140449266,Book E \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a81690d9c/gold/inventory/new_catalog.out b/shellops/assets/ShellOps_3a81690d9c/gold/inventory/new_catalog.out new file mode 100644 index 0000000000000000000000000000000000000000..305100a88bcf6d7d9d9f62ee1c6e0dd5a9c161b7 --- /dev/null +++ b/shellops/assets/ShellOps_3a81690d9c/gold/inventory/new_catalog.out @@ -0,0 +1,5 @@ +9783161484100,1234567890 +9780345391803,2345678901 +9780451524935,3456789012 +9780061120084,4567890123 +9780140449266,5678901234 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a81690d9c/gold/isbn_migration.md b/shellops/assets/ShellOps_3a81690d9c/gold/isbn_migration.md new file mode 100644 index 0000000000000000000000000000000000000000..5c462469fb05b5ea76f1ce7a2e83e22792b2bd16 --- /dev/null +++ b/shellops/assets/ShellOps_3a81690d9c/gold/isbn_migration.md @@ -0,0 +1,5 @@ +9780061120084,4567890123 +9780140449266,5678901234 +9780345391803,2345678901 +9780451524935,3456789012 +9783161484100,1234567890 diff --git a/shellops/assets/ShellOps_3a81690d9c/init/inventory/legacy_catalog.out b/shellops/assets/ShellOps_3a81690d9c/init/inventory/legacy_catalog.out new file mode 100644 index 0000000000000000000000000000000000000000..f45de47d43ba7952190308a764f072b32d3e2743 --- /dev/null +++ b/shellops/assets/ShellOps_3a81690d9c/init/inventory/legacy_catalog.out @@ -0,0 +1,5 @@ +9783161484100,Book A +9780345391803,Book B +9780451524935,Book C +9780061120084,Book D +9780140449266,Book E \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a81690d9c/init/inventory/new_catalog.out b/shellops/assets/ShellOps_3a81690d9c/init/inventory/new_catalog.out new file mode 100644 index 0000000000000000000000000000000000000000..305100a88bcf6d7d9d9f62ee1c6e0dd5a9c161b7 --- /dev/null +++ b/shellops/assets/ShellOps_3a81690d9c/init/inventory/new_catalog.out @@ -0,0 +1,5 @@ +9783161484100,1234567890 +9780345391803,2345678901 +9780451524935,3456789012 +9780061120084,4567890123 +9780140449266,5678901234 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3a87ff4543/gold/docs/notes.md b/shellops/assets/ShellOps_3a87ff4543/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a3a1a5462c0ce5cf5faf78362d05ddce9825458d --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/gold/docs/notes.md @@ -0,0 +1,2 @@ +# Irrelevant documentation +This file should not affect the result. diff --git a/shellops/assets/ShellOps_3a87ff4543/gold/exclusions/skip_sessions.txt b/shellops/assets/ShellOps_3a87ff4543/gold/exclusions/skip_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..728beb834757fd6fdb0bb4c57c0d8ba021f62c1a --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/gold/exclusions/skip_sessions.txt @@ -0,0 +1,2 @@ +sess_201 +sess_999 diff --git a/shellops/assets/ShellOps_3a87ff4543/gold/reports/error_sessions.txt b/shellops/assets/ShellOps_3a87ff4543/gold/reports/error_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a34f99ef645a4c13dcfb908c2fae63671ec8169 --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/gold/reports/error_sessions.txt @@ -0,0 +1,2 @@ +sess_102 +sess_302 diff --git a/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_a.json b/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..9868a19575248cce192f7416a2ddb728451f40ec --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_a.json @@ -0,0 +1,3 @@ +{"session_id": "sess_101", "status": "ok", "retry_count": 1} +{"session_id": "sess_102", "status": "error", "retry_count": 3} +{"session_id": "sess_103", "status": "error", "retry_count": 2} diff --git a/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_b.json b/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..bebca9de98866169b40f4efeb3d9214ed54f633a --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_b.json @@ -0,0 +1,3 @@ +{"session_id": "sess_201", "status": "error", "retry_count": 5} +{"session_id": "sess_202", "status": "ok", "retry_count": 0} +{"session_id": "sess_102", "status": "error", "retry_count": 3} diff --git a/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_c.json b/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..2a9ded8524c092878d243ca1e0222e33366c2cf9 --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/gold/traces/service_c.json @@ -0,0 +1,2 @@ +{"session_id": "sess_301", "status": "error", "retry_count": 1} +{"session_id": "sess_302", "status": "error", "retry_count": 4} diff --git a/shellops/assets/ShellOps_3a87ff4543/init/docs/notes.md b/shellops/assets/ShellOps_3a87ff4543/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a3a1a5462c0ce5cf5faf78362d05ddce9825458d --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/init/docs/notes.md @@ -0,0 +1,2 @@ +# Irrelevant documentation +This file should not affect the result. diff --git a/shellops/assets/ShellOps_3a87ff4543/init/exclusions/skip_sessions.txt b/shellops/assets/ShellOps_3a87ff4543/init/exclusions/skip_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..728beb834757fd6fdb0bb4c57c0d8ba021f62c1a --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/init/exclusions/skip_sessions.txt @@ -0,0 +1,2 @@ +sess_201 +sess_999 diff --git a/shellops/assets/ShellOps_3a87ff4543/init/traces/service_a.json b/shellops/assets/ShellOps_3a87ff4543/init/traces/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..9868a19575248cce192f7416a2ddb728451f40ec --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/init/traces/service_a.json @@ -0,0 +1,3 @@ +{"session_id": "sess_101", "status": "ok", "retry_count": 1} +{"session_id": "sess_102", "status": "error", "retry_count": 3} +{"session_id": "sess_103", "status": "error", "retry_count": 2} diff --git a/shellops/assets/ShellOps_3a87ff4543/init/traces/service_b.json b/shellops/assets/ShellOps_3a87ff4543/init/traces/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..bebca9de98866169b40f4efeb3d9214ed54f633a --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/init/traces/service_b.json @@ -0,0 +1,3 @@ +{"session_id": "sess_201", "status": "error", "retry_count": 5} +{"session_id": "sess_202", "status": "ok", "retry_count": 0} +{"session_id": "sess_102", "status": "error", "retry_count": 3} diff --git a/shellops/assets/ShellOps_3a87ff4543/init/traces/service_c.json b/shellops/assets/ShellOps_3a87ff4543/init/traces/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..2a9ded8524c092878d243ca1e0222e33366c2cf9 --- /dev/null +++ b/shellops/assets/ShellOps_3a87ff4543/init/traces/service_c.json @@ -0,0 +1,2 @@ +{"session_id": "sess_301", "status": "error", "retry_count": 1} +{"session_id": "sess_302", "status": "error", "retry_count": 4} diff --git a/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/cache_layer.json b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..6c3f36095e8619322cb481c3791e8138c6c43c5b --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/cache_layer.json @@ -0,0 +1,7 @@ +{ + "version": "1.2.0", + "features": [ + {"name": "Redis_Cluster", "enabled": true}, + {"name": "Metrics_Export", "enabled": true} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/db_primary.json b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/db_primary.json new file mode 100644 index 0000000000000000000000000000000000000000..742cbaacd054e33623f8c558f22d3703a577dd10 --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/db_primary.json @@ -0,0 +1,7 @@ +{ + "version": "1.8.3", + "features": [ + {"name": "Query_Caching", "enabled": true}, + {"name": "Connection_Pooling", "enabled": false} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/notes.md b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e69d9de92ae76ab1f3f557b7a284089b7b41f1da --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/notes.md @@ -0,0 +1,5 @@ +# Deployment Feature Flags + +Instructions: +- Feature names are case-insensitive for deduplication purposes. +- Only features with 'enabled' set to true should be included. diff --git a/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/queue_worker.json b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/queue_worker.json new file mode 100644 index 0000000000000000000000000000000000000000..b54c7b25cdd26cce8de442af540eaa942a72574b --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/queue_worker.json @@ -0,0 +1,7 @@ +{ + "version": "0.9.1", + "features": [ + {"name": "sso_login", "enabled": true}, + {"name": "Priority_Queues", "enabled": false} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/service_web.json b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/service_web.json new file mode 100644 index 0000000000000000000000000000000000000000..60f997469c273a82a51183256f8d5618a509f48d --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/gold/deploy/service_web.json @@ -0,0 +1,8 @@ +{ + "version": "2.1.0", + "features": [ + {"name": "SSO_LOGIN", "enabled": true}, + {"name": "Beta_UI", "enabled": false}, + {"name": "Advanced_Audit", "enabled": true} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/gold/reports/enabled_features.txt b/shellops/assets/ShellOps_3adb5aa23c/gold/reports/enabled_features.txt new file mode 100644 index 0000000000000000000000000000000000000000..34179a9fc015f59ece3dcc613c9c94012280aeb4 --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/gold/reports/enabled_features.txt @@ -0,0 +1,5 @@ +advanced_audit +metrics_export +query_caching +redis_cluster +sso_login diff --git a/shellops/assets/ShellOps_3adb5aa23c/init/deploy/cache_layer.json b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..6c3f36095e8619322cb481c3791e8138c6c43c5b --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/cache_layer.json @@ -0,0 +1,7 @@ +{ + "version": "1.2.0", + "features": [ + {"name": "Redis_Cluster", "enabled": true}, + {"name": "Metrics_Export", "enabled": true} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/init/deploy/db_primary.json b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/db_primary.json new file mode 100644 index 0000000000000000000000000000000000000000..742cbaacd054e33623f8c558f22d3703a577dd10 --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/db_primary.json @@ -0,0 +1,7 @@ +{ + "version": "1.8.3", + "features": [ + {"name": "Query_Caching", "enabled": true}, + {"name": "Connection_Pooling", "enabled": false} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/init/deploy/notes.md b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e69d9de92ae76ab1f3f557b7a284089b7b41f1da --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/notes.md @@ -0,0 +1,5 @@ +# Deployment Feature Flags + +Instructions: +- Feature names are case-insensitive for deduplication purposes. +- Only features with 'enabled' set to true should be included. diff --git a/shellops/assets/ShellOps_3adb5aa23c/init/deploy/queue_worker.json b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/queue_worker.json new file mode 100644 index 0000000000000000000000000000000000000000..b54c7b25cdd26cce8de442af540eaa942a72574b --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/queue_worker.json @@ -0,0 +1,7 @@ +{ + "version": "0.9.1", + "features": [ + {"name": "sso_login", "enabled": true}, + {"name": "Priority_Queues", "enabled": false} + ] +} diff --git a/shellops/assets/ShellOps_3adb5aa23c/init/deploy/service_web.json b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/service_web.json new file mode 100644 index 0000000000000000000000000000000000000000..60f997469c273a82a51183256f8d5618a509f48d --- /dev/null +++ b/shellops/assets/ShellOps_3adb5aa23c/init/deploy/service_web.json @@ -0,0 +1,8 @@ +{ + "version": "2.1.0", + "features": [ + {"name": "SSO_LOGIN", "enabled": true}, + {"name": "Beta_UI", "enabled": false}, + {"name": "Advanced_Audit", "enabled": true} + ] +} diff --git a/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/active_traces.txt b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/active_traces.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfb8f2a06290adee85d3a97294de754f0cb95f44 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/active_traces.txt @@ -0,0 +1,2 @@ +TRC-1003 +TRC-1004 diff --git a/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/.keep b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/alpha.json b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c7221efefd802318054b572e2981b33f755332a1 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/alpha.json @@ -0,0 +1,2 @@ +{"trace_id": "TRC-1001", "status": "active", "region": "us-east"} +{"trace_id": "TRC-1002", "status": "stale", "region": "us-east"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/beta.json b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..65cbd3d5f5949ecfbda81be6f76c7c6bbf06ca68 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/beta.json @@ -0,0 +1,2 @@ +{"trace_id": "TRC-1003", "status": "active", "region": "eu-west"} +{"trace_id": "TRC-1001", "status": "active", "region": "us-east"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/gamma.json b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..3ff586915a7ac1f038f88eb9c034ba09311792f5 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/endpoints/gamma.json @@ -0,0 +1,2 @@ +{"trace_id": "TRC-1004", "status": "active", "region": "ap-south"} +{"trace_id": "TRC-1005", "status": "pending", "region": "ap-south"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/suppressions.json b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..4836ef70641ac9df2a0c3f3f3c268686cdeacf09 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/gold/telemetry/suppressions.json @@ -0,0 +1 @@ +["TRC-1001", "TRC-9999"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/.keep b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/alpha.json b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c7221efefd802318054b572e2981b33f755332a1 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/alpha.json @@ -0,0 +1,2 @@ +{"trace_id": "TRC-1001", "status": "active", "region": "us-east"} +{"trace_id": "TRC-1002", "status": "stale", "region": "us-east"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/beta.json b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..65cbd3d5f5949ecfbda81be6f76c7c6bbf06ca68 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/beta.json @@ -0,0 +1,2 @@ +{"trace_id": "TRC-1003", "status": "active", "region": "eu-west"} +{"trace_id": "TRC-1001", "status": "active", "region": "us-east"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/gamma.json b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..3ff586915a7ac1f038f88eb9c034ba09311792f5 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/endpoints/gamma.json @@ -0,0 +1,2 @@ +{"trace_id": "TRC-1004", "status": "active", "region": "ap-south"} +{"trace_id": "TRC-1005", "status": "pending", "region": "ap-south"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae260bb24/init/telemetry/suppressions.json b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..4836ef70641ac9df2a0c3f3f3c268686cdeacf09 --- /dev/null +++ b/shellops/assets/ShellOps_3ae260bb24/init/telemetry/suppressions.json @@ -0,0 +1 @@ +["TRC-1001", "TRC-9999"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae95fd010/gold/approved.txt b/shellops/assets/ShellOps_3ae95fd010/gold/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a41b669f4fe6ea3b31e2dd6308e257eb515fdcc --- /dev/null +++ b/shellops/assets/ShellOps_3ae95fd010/gold/approved.txt @@ -0,0 +1,6 @@ +kvm +vfio +nvidia_uvm +nouveau +xpad +ttpci \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae95fd010/gold/modules.log b/shellops/assets/ShellOps_3ae95fd010/gold/modules.log new file mode 100644 index 0000000000000000000000000000000000000000..c02429014cae37e834627668bf5afd9a7718795d --- /dev/null +++ b/shellops/assets/ShellOps_3ae95fd010/gold/modules.log @@ -0,0 +1,7 @@ +kvm active +vfio active +nvidia deprecated +nvme active +xpad active +ttpci deprecated +nouveau active \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae95fd010/gold/valid_kernels.xml b/shellops/assets/ShellOps_3ae95fd010/gold/valid_kernels.xml new file mode 100644 index 0000000000000000000000000000000000000000..99b71b9c991af3d7a98a8304e4b616f9378cf40a --- /dev/null +++ b/shellops/assets/ShellOps_3ae95fd010/gold/valid_kernels.xml @@ -0,0 +1,4 @@ +kvm +nouveau +vfio +xpad diff --git a/shellops/assets/ShellOps_3ae95fd010/init/approved.txt b/shellops/assets/ShellOps_3ae95fd010/init/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a41b669f4fe6ea3b31e2dd6308e257eb515fdcc --- /dev/null +++ b/shellops/assets/ShellOps_3ae95fd010/init/approved.txt @@ -0,0 +1,6 @@ +kvm +vfio +nvidia_uvm +nouveau +xpad +ttpci \ No newline at end of file diff --git a/shellops/assets/ShellOps_3ae95fd010/init/modules.log b/shellops/assets/ShellOps_3ae95fd010/init/modules.log new file mode 100644 index 0000000000000000000000000000000000000000..c02429014cae37e834627668bf5afd9a7718795d --- /dev/null +++ b/shellops/assets/ShellOps_3ae95fd010/init/modules.log @@ -0,0 +1,7 @@ +kvm active +vfio active +nvidia deprecated +nvme active +xpad active +ttpci deprecated +nouveau active \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b12cac64a/gold/baseline/skus.txt b/shellops/assets/ShellOps_3b12cac64a/gold/baseline/skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..15c7406d5f1e563f12ad6bc53c8a86e2ec42a531 --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/gold/baseline/skus.txt @@ -0,0 +1,7 @@ +SKU-101 +SKU-102 +SKU-103 +SKU-104 +SKU-105 +SKU-200 +SKU-900 diff --git a/shellops/assets/ShellOps_3b12cac64a/gold/catalog/products.xml b/shellops/assets/ShellOps_3b12cac64a/gold/catalog/products.xml new file mode 100644 index 0000000000000000000000000000000000000000..b4e277af1ecc193119efbdc4a69086aba27b6597 --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/gold/catalog/products.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_3b12cac64a/gold/notes/scratch.md b/shellops/assets/ShellOps_3b12cac64a/gold/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..89cb960a11d4059751b9b6ad835ca512420a764e --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/gold/notes/scratch.md @@ -0,0 +1 @@ +This is a distractor file and should not affect the orphaned SKU computation. diff --git a/shellops/assets/ShellOps_3b12cac64a/gold/reports/orphaned_skus.tsv b/shellops/assets/ShellOps_3b12cac64a/gold/reports/orphaned_skus.tsv new file mode 100644 index 0000000000000000000000000000000000000000..346c96ee7704a4ecc6e4ee04fbb8675451aba8a8 --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/gold/reports/orphaned_skus.tsv @@ -0,0 +1,4 @@ +SKU-102 +SKU-104 +SKU-105 +SKU-900 diff --git a/shellops/assets/ShellOps_3b12cac64a/init/baseline/skus.txt b/shellops/assets/ShellOps_3b12cac64a/init/baseline/skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..15c7406d5f1e563f12ad6bc53c8a86e2ec42a531 --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/init/baseline/skus.txt @@ -0,0 +1,7 @@ +SKU-101 +SKU-102 +SKU-103 +SKU-104 +SKU-105 +SKU-200 +SKU-900 diff --git a/shellops/assets/ShellOps_3b12cac64a/init/catalog/products.xml b/shellops/assets/ShellOps_3b12cac64a/init/catalog/products.xml new file mode 100644 index 0000000000000000000000000000000000000000..b4e277af1ecc193119efbdc4a69086aba27b6597 --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/init/catalog/products.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_3b12cac64a/init/notes/scratch.md b/shellops/assets/ShellOps_3b12cac64a/init/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..89cb960a11d4059751b9b6ad835ca512420a764e --- /dev/null +++ b/shellops/assets/ShellOps_3b12cac64a/init/notes/scratch.md @@ -0,0 +1 @@ +This is a distractor file and should not affect the orphaned SKU computation. diff --git a/shellops/assets/ShellOps_3b2a769e29/gold/grocery/receipt1.yaml b/shellops/assets/ShellOps_3b2a769e29/gold/grocery/receipt1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..451d618a7ac4282fbed39997c9b2d1b0bb5e4b92 --- /dev/null +++ b/shellops/assets/ShellOps_3b2a769e29/gold/grocery/receipt1.yaml @@ -0,0 +1,7 @@ +date: 2024-03-15 +items: + - name: Apples + price: 2.50 + - name: Bread + price: 3.00 +total: 5.50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b2a769e29/gold/grocery/receipt2.yml b/shellops/assets/ShellOps_3b2a769e29/gold/grocery/receipt2.yml new file mode 100644 index 0000000000000000000000000000000000000000..c5b0f47fd1026514b7e6e4de5d74ee0cde267de4 --- /dev/null +++ b/shellops/assets/ShellOps_3b2a769e29/gold/grocery/receipt2.yml @@ -0,0 +1,7 @@ +date: 2024-03-20 +items: + - name: Milk + price: 1.80 + - name: Eggs + price: 2.20 +total: 4.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b2a769e29/init/grocery/receipt1.yaml b/shellops/assets/ShellOps_3b2a769e29/init/grocery/receipt1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..451d618a7ac4282fbed39997c9b2d1b0bb5e4b92 --- /dev/null +++ b/shellops/assets/ShellOps_3b2a769e29/init/grocery/receipt1.yaml @@ -0,0 +1,7 @@ +date: 2024-03-15 +items: + - name: Apples + price: 2.50 + - name: Bread + price: 3.00 +total: 5.50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b2a769e29/init/grocery/receipt2.yml b/shellops/assets/ShellOps_3b2a769e29/init/grocery/receipt2.yml new file mode 100644 index 0000000000000000000000000000000000000000..c5b0f47fd1026514b7e6e4de5d74ee0cde267de4 --- /dev/null +++ b/shellops/assets/ShellOps_3b2a769e29/init/grocery/receipt2.yml @@ -0,0 +1,7 @@ +date: 2024-03-20 +items: + - name: Milk + price: 1.80 + - name: Eggs + price: 2.20 +total: 4.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/gold/src/logging.cpp b/shellops/assets/ShellOps_3b47dd6187/gold/src/logging.cpp new file mode 100644 index 0000000000000000000000000000000000000000..95d995a70b0a82071223e6c16f33de8fad134c5e --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/gold/src/logging.cpp @@ -0,0 +1,6 @@ +// License: GPLv3 +#include + +void log() { + // implementation +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/gold/src/main.cpp b/shellops/assets/ShellOps_3b47dd6187/gold/src/main.cpp new file mode 100644 index 0000000000000000000000000000000000000000..1fe31e7956eb5ab2dba55d9a41054315114ba0d7 --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/gold/src/main.cpp @@ -0,0 +1,6 @@ +// License: GPLv3 +#include + +int main() { + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/gold/src/network.cpp b/shellops/assets/ShellOps_3b47dd6187/gold/src/network.cpp new file mode 100644 index 0000000000000000000000000000000000000000..b80dbc7ced14fd3e58abe641d915dd25cfeb67a1 --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/gold/src/network.cpp @@ -0,0 +1,6 @@ +// License: Apache-2.0 +#include + +void connect() { + // implementation +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/gold/src/utils.cpp b/shellops/assets/ShellOps_3b47dd6187/gold/src/utils.cpp new file mode 100644 index 0000000000000000000000000000000000000000..0316496b32051c43b10e4e51686ea8c620409705 --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/gold/src/utils.cpp @@ -0,0 +1,6 @@ +// License: MIT +#include + +void process() { + // implementation +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/init/src/logging.cpp b/shellops/assets/ShellOps_3b47dd6187/init/src/logging.cpp new file mode 100644 index 0000000000000000000000000000000000000000..95d995a70b0a82071223e6c16f33de8fad134c5e --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/init/src/logging.cpp @@ -0,0 +1,6 @@ +// License: GPLv3 +#include + +void log() { + // implementation +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/init/src/main.cpp b/shellops/assets/ShellOps_3b47dd6187/init/src/main.cpp new file mode 100644 index 0000000000000000000000000000000000000000..1fe31e7956eb5ab2dba55d9a41054315114ba0d7 --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/init/src/main.cpp @@ -0,0 +1,6 @@ +// License: GPLv3 +#include + +int main() { + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/init/src/network.cpp b/shellops/assets/ShellOps_3b47dd6187/init/src/network.cpp new file mode 100644 index 0000000000000000000000000000000000000000..b80dbc7ced14fd3e58abe641d915dd25cfeb67a1 --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/init/src/network.cpp @@ -0,0 +1,6 @@ +// License: Apache-2.0 +#include + +void connect() { + // implementation +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b47dd6187/init/src/utils.cpp b/shellops/assets/ShellOps_3b47dd6187/init/src/utils.cpp new file mode 100644 index 0000000000000000000000000000000000000000..0316496b32051c43b10e4e51686ea8c620409705 --- /dev/null +++ b/shellops/assets/ShellOps_3b47dd6187/init/src/utils.cpp @@ -0,0 +1,6 @@ +// License: MIT +#include + +void process() { + // implementation +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3b564b4bbf/gold/debug_error.log b/shellops/assets/ShellOps_3b564b4bbf/gold/debug_error.log new file mode 100644 index 0000000000000000000000000000000000000000..fb05d6d5bd847bc77ba79d003bc3dd05879a17ad --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/gold/debug_error.log @@ -0,0 +1,4 @@ +2024-05-21 14:22:35 [ERROR] ERR_1001: Invalid parameters from 192.0.2.1 +2024-05-21 14:23:01 [WARN] ERR_1003 detected in transaction 0x1a3f +2024-05-21 14:25:44 [ERROR] ERR_1002: Auth timeout for user 4512 +2024-05-21 14:30:15 [DEBUG] ERR_1001 retry attempt 3 diff --git a/shellops/assets/ShellOps_3b564b4bbf/gold/distractor.conf b/shellops/assets/ShellOps_3b564b4bbf/gold/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..6666b154ac3601c064699e3a929f43f0c4c03f9c --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/gold/distractor.conf @@ -0,0 +1,2 @@ +[monitoring] +error_sampling_rate = 0.1 diff --git a/shellops/assets/ShellOps_3b564b4bbf/gold/error_codes.tsv b/shellops/assets/ShellOps_3b564b4bbf/gold/error_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..81e4526d9c44f3f225952fda5a8c6374650f65bd --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/gold/error_codes.tsv @@ -0,0 +1,5 @@ +ERR_1001 Invalid request parameters +ERR_1002 Authentication timeout +ERR_1003 Database connection failed +ERR_1004 Rate limit exceeded +ERR_1005 Deprecated API version diff --git a/shellops/assets/ShellOps_3b564b4bbf/gold/missed_errors.txt b/shellops/assets/ShellOps_3b564b4bbf/gold/missed_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..76f537f9a1add4f07c84c05634d00c55e7af8c11 --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/gold/missed_errors.txt @@ -0,0 +1,2 @@ +ERR_1004 +ERR_1005 diff --git a/shellops/assets/ShellOps_3b564b4bbf/init/debug_error.log b/shellops/assets/ShellOps_3b564b4bbf/init/debug_error.log new file mode 100644 index 0000000000000000000000000000000000000000..fb05d6d5bd847bc77ba79d003bc3dd05879a17ad --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/init/debug_error.log @@ -0,0 +1,4 @@ +2024-05-21 14:22:35 [ERROR] ERR_1001: Invalid parameters from 192.0.2.1 +2024-05-21 14:23:01 [WARN] ERR_1003 detected in transaction 0x1a3f +2024-05-21 14:25:44 [ERROR] ERR_1002: Auth timeout for user 4512 +2024-05-21 14:30:15 [DEBUG] ERR_1001 retry attempt 3 diff --git a/shellops/assets/ShellOps_3b564b4bbf/init/distractor.conf b/shellops/assets/ShellOps_3b564b4bbf/init/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..6666b154ac3601c064699e3a929f43f0c4c03f9c --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/init/distractor.conf @@ -0,0 +1,2 @@ +[monitoring] +error_sampling_rate = 0.1 diff --git a/shellops/assets/ShellOps_3b564b4bbf/init/error_codes.tsv b/shellops/assets/ShellOps_3b564b4bbf/init/error_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..81e4526d9c44f3f225952fda5a8c6374650f65bd --- /dev/null +++ b/shellops/assets/ShellOps_3b564b4bbf/init/error_codes.tsv @@ -0,0 +1,5 @@ +ERR_1001 Invalid request parameters +ERR_1002 Authentication timeout +ERR_1003 Database connection failed +ERR_1004 Rate limit exceeded +ERR_1005 Deprecated API version diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/active.txt b/shellops/assets/ShellOps_3bc0cb5dab/gold/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..0690741400650326696667d7ea1e4fb0fa520556 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/active.txt @@ -0,0 +1,2 @@ +frontend +rabbitmq diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/cache.json b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..8360a8acbab1531ac090c2ad6114c4bdbe92d70e --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/cache.json @@ -0,0 +1,5 @@ +{ + "module": "redis", + "status": "deployed", + "version": "5.0" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/database.json b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/database.json new file mode 100644 index 0000000000000000000000000000000000000000..4ee00f0f4cc1722e8b783b025bc6872b30b582ae --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/database.json @@ -0,0 +1,5 @@ +{ + "module": "db-primary", + "status": "pending", + "version": "3.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/legacy.json b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..b826024b8da23164f3b58f15a6c3f20e41c2724b --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/legacy.json @@ -0,0 +1,5 @@ +{ + "module": "legacy-api", + "status": "deployed", + "version": "1.0" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/queue.json b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/queue.json new file mode 100644 index 0000000000000000000000000000000000000000..a4149df1ff49d01f90c07c67c4d32d8a5c5772a4 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/queue.json @@ -0,0 +1,5 @@ +{ + "module": "rabbitmq", + "status": "deployed", + "version": "3.9" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/webapp.json b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/webapp.json new file mode 100644 index 0000000000000000000000000000000000000000..b33c68e82d43ce606c680de303498e7cd786f218 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/apps/webapp.json @@ -0,0 +1,5 @@ +{ + "module": "frontend", + "status": "deployed", + "version": "2.0" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/distractor.yaml b/shellops/assets/ShellOps_3bc0cb5dab/gold/distractor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..892dfa6e21984a56e2df5211aa61877290514e44 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/distractor.yaml @@ -0,0 +1,3 @@ +modules_not_ready: + - backup-client + - logging-agent \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/gold/retired_modules.txt b/shellops/assets/ShellOps_3bc0cb5dab/gold/retired_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..de62b28de58dc61ddf1c6cc09106af11b7d2f139 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/gold/retired_modules.txt @@ -0,0 +1,3 @@ +legacy-api +old-worker +redis \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/.tmp/.keep b/shellops/assets/ShellOps_3bc0cb5dab/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/apps/cache.json b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..8360a8acbab1531ac090c2ad6114c4bdbe92d70e --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/cache.json @@ -0,0 +1,5 @@ +{ + "module": "redis", + "status": "deployed", + "version": "5.0" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/apps/database.json b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/database.json new file mode 100644 index 0000000000000000000000000000000000000000..4ee00f0f4cc1722e8b783b025bc6872b30b582ae --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/database.json @@ -0,0 +1,5 @@ +{ + "module": "db-primary", + "status": "pending", + "version": "3.1" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/apps/legacy.json b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..b826024b8da23164f3b58f15a6c3f20e41c2724b --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/legacy.json @@ -0,0 +1,5 @@ +{ + "module": "legacy-api", + "status": "deployed", + "version": "1.0" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/apps/queue.json b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/queue.json new file mode 100644 index 0000000000000000000000000000000000000000..a4149df1ff49d01f90c07c67c4d32d8a5c5772a4 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/queue.json @@ -0,0 +1,5 @@ +{ + "module": "rabbitmq", + "status": "deployed", + "version": "3.9" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/apps/webapp.json b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/webapp.json new file mode 100644 index 0000000000000000000000000000000000000000..b33c68e82d43ce606c680de303498e7cd786f218 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/apps/webapp.json @@ -0,0 +1,5 @@ +{ + "module": "frontend", + "status": "deployed", + "version": "2.0" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/distractor.yaml b/shellops/assets/ShellOps_3bc0cb5dab/init/distractor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..892dfa6e21984a56e2df5211aa61877290514e44 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/distractor.yaml @@ -0,0 +1,3 @@ +modules_not_ready: + - backup-client + - logging-agent \ No newline at end of file diff --git a/shellops/assets/ShellOps_3bc0cb5dab/init/retired_modules.txt b/shellops/assets/ShellOps_3bc0cb5dab/init/retired_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..de62b28de58dc61ddf1c6cc09106af11b7d2f139 --- /dev/null +++ b/shellops/assets/ShellOps_3bc0cb5dab/init/retired_modules.txt @@ -0,0 +1,3 @@ +legacy-api +old-worker +redis \ No newline at end of file diff --git a/shellops/assets/ShellOps_3be0df2e6d/gold/alerts/alpha.json b/shellops/assets/ShellOps_3be0df2e6d/gold/alerts/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..ee4bdae664a36e9edab8ae76a2040917885a73d1 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/gold/alerts/alpha.json @@ -0,0 +1,15 @@ +{ + "vuln_id": "V-1021", + "severity": "high", + "description": "Memory corruption in sensor firmware." +} +{ + "vuln_id": "V-1025", + "severity": "low", + "description": "Minor denial‑of‑service vector." +} +{ + "vuln_id": "V-1033", + "severity": "medium", + "description": "Unauthorized access to admin panel." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3be0df2e6d/gold/alerts/beta.json b/shellops/assets/ShellOps_3be0df2e6d/gold/alerts/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..591346cfa757a6d45f8fc4fe4ca6f17f24a541fd --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/gold/alerts/beta.json @@ -0,0 +1,15 @@ +{ + "vuln_id": "V-1033", + "severity": "medium", + "description": "Duplicate entry for admin panel." +} +{ + "vuln_id": "V-1040", + "severity": "high", + "description": "Remote code execution in web service." +} +{ + "vuln_id": "V-1050", + "severity": "medium", + "description": "Cross‑site scripting vulnerability." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3be0df2e6d/gold/gaps/urgent.txt b/shellops/assets/ShellOps_3be0df2e6d/gold/gaps/urgent.txt new file mode 100644 index 0000000000000000000000000000000000000000..b720df4bceb01c28768e87c3ef41c8cba5238228 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/gold/gaps/urgent.txt @@ -0,0 +1,2 @@ +V-1033 +V-1040 diff --git a/shellops/assets/ShellOps_3be0df2e6d/gold/policies/active_shields.txt b/shellops/assets/ShellOps_3be0df2e6d/gold/policies/active_shields.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6d6c161fe531f0fe019c28ddca8f68885e7d921 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/gold/policies/active_shields.txt @@ -0,0 +1,5 @@ +V-1021 +V-1050 +V-1088 +V-1100 +V-1201 diff --git a/shellops/assets/ShellOps_3be0df2e6d/gold/policies/notes.md b/shellops/assets/ShellOps_3be0df2e6d/gold/policies/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b09c656b31400332e726a278a01dbe62d31b49d7 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/gold/policies/notes.md @@ -0,0 +1,4 @@ +# Security policy notes +- The low‑severity issues will be reviewed next quarter. +- Asset V-9999 is under review but not yet shielded. +- The alpha.json file contains pre‑production alerts. diff --git a/shellops/assets/ShellOps_3be0df2e6d/init/alerts/alpha.json b/shellops/assets/ShellOps_3be0df2e6d/init/alerts/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..ee4bdae664a36e9edab8ae76a2040917885a73d1 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/init/alerts/alpha.json @@ -0,0 +1,15 @@ +{ + "vuln_id": "V-1021", + "severity": "high", + "description": "Memory corruption in sensor firmware." +} +{ + "vuln_id": "V-1025", + "severity": "low", + "description": "Minor denial‑of‑service vector." +} +{ + "vuln_id": "V-1033", + "severity": "medium", + "description": "Unauthorized access to admin panel." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3be0df2e6d/init/alerts/beta.json b/shellops/assets/ShellOps_3be0df2e6d/init/alerts/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..591346cfa757a6d45f8fc4fe4ca6f17f24a541fd --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/init/alerts/beta.json @@ -0,0 +1,15 @@ +{ + "vuln_id": "V-1033", + "severity": "medium", + "description": "Duplicate entry for admin panel." +} +{ + "vuln_id": "V-1040", + "severity": "high", + "description": "Remote code execution in web service." +} +{ + "vuln_id": "V-1050", + "severity": "medium", + "description": "Cross‑site scripting vulnerability." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3be0df2e6d/init/policies/active_shields.txt b/shellops/assets/ShellOps_3be0df2e6d/init/policies/active_shields.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6d6c161fe531f0fe019c28ddca8f68885e7d921 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/init/policies/active_shields.txt @@ -0,0 +1,5 @@ +V-1021 +V-1050 +V-1088 +V-1100 +V-1201 diff --git a/shellops/assets/ShellOps_3be0df2e6d/init/policies/notes.md b/shellops/assets/ShellOps_3be0df2e6d/init/policies/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b09c656b31400332e726a278a01dbe62d31b49d7 --- /dev/null +++ b/shellops/assets/ShellOps_3be0df2e6d/init/policies/notes.md @@ -0,0 +1,4 @@ +# Security policy notes +- The low‑severity issues will be reviewed next quarter. +- Asset V-9999 is under review but not yet shielded. +- The alpha.json file contains pre‑production alerts. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/.keep b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2021-09-10_intro.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2021-09-10_intro.md new file mode 100644 index 0000000000000000000000000000000000000000..83ce63fed0b8f55fcc8e13bd1162de41fe8d7c10 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2021-09-10_intro.md @@ -0,0 +1,3 @@ +# Introduction to Systems + +Key topics: processes, threads, context switching. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2021-10-12_intro.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2021-10-12_intro.md new file mode 100644 index 0000000000000000000000000000000000000000..42bfc9e75607be3f783fdfb45cc1918d77d3cea0 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2021-10-12_intro.md @@ -0,0 +1,3 @@ +# Introduction to Systems + +Different course; similar title. Focus on IPC. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-01-18_async.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-01-18_async.md new file mode 100644 index 0000000000000000000000000000000000000000..9b1abe9aab76115f27ad408b2fda687df736dc6c --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-01-18_async.md @@ -0,0 +1,3 @@ +# Async I/O Patterns + +Non-blocking, epoll, kqueue. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-03-05_async.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-03-05_async.md new file mode 100644 index 0000000000000000000000000000000000000000..0b08fcc3523475923e49fcc44ccc25069e26eb57 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-03-05_async.md @@ -0,0 +1,3 @@ +# Async I/O Patterns + +Revisiting edge-triggered vs level-triggered. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-05-20_concurrency.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-05-20_concurrency.md new file mode 100644 index 0000000000000000000000000000000000000000..717274a48f1ef3d9f3012d9aa3c266b67ee0cbd5 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2022-05-20_concurrency.md @@ -0,0 +1,3 @@ +# Concurrency Primitives + +Mutexes, condition variables, semaphores. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2023-02-14_raft.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2023-02-14_raft.md new file mode 100644 index 0000000000000000000000000000000000000000..87c73ef2594863dc3831e158ca069f85a37f7b58 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2023-02-14_raft.md @@ -0,0 +1,3 @@ +# Raft Consensus + +Leader election, log replication. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2023-11-08_raft.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2023-11-08_raft.md new file mode 100644 index 0000000000000000000000000000000000000000..6a97381bbdcc565a69ecdf6c7adca80beabc48e3 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2023-11-08_raft.md @@ -0,0 +1,3 @@ +# Raft Consensus + +Membership changes; joint consensus. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2024-01-09_observability.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2024-01-09_observability.md new file mode 100644 index 0000000000000000000000000000000000000000..57088c90b3943d306a6d7f24a6ded3a525200043 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/2024-01-09_observability.md @@ -0,0 +1,3 @@ +# Observability Stack + +Metrics, logs, traces. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/archive/.keep b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/archive/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/archive/old_ideas.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/archive/old_ideas.md new file mode 100644 index 0000000000000000000000000000000000000000..d54ffedf41df329e27c470b774d3236507761d98 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/archive/old_ideas.md @@ -0,0 +1,3 @@ +# Old Ideas + +Ideas that didn’t go anywhere. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/.keep b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/outline_v1.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/outline_v1.md new file mode 100644 index 0000000000000000000000000000000000000000..502b6c51354778a51d19756254f51a03f920ce37 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/outline_v1.md @@ -0,0 +1,3 @@ +# Async I/O Patterns + +Early draft; needs cleanup. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/outline_v2.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/outline_v2.md new file mode 100644 index 0000000000000000000000000000000000000000..5682a1885141c4be87a21225f980f3289d7fa8fc --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/outline_v2.md @@ -0,0 +1,3 @@ +# Async I/O Refinements + +More examples and references. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/plan.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/plan.md new file mode 100644 index 0000000000000000000000000000000000000000..9bf33d968cfcbe59888821c16888bf2126318d51 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/drafts/plan.md @@ -0,0 +1,2 @@ +- Draft v1 needs figures +- Draft v2 needs citations diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/.keep b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week1.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week1.md new file mode 100644 index 0000000000000000000000000000000000000000..41531c1bd3c25419b3764a4cbedf74cdb5f9e2c3 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week1.md @@ -0,0 +1,3 @@ +# Course Logistics + +Syllabus, grading, policies. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week2.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week2.md new file mode 100644 index 0000000000000000000000000000000000000000..2349a80fa82ec3ccfb466fc70c34e7c4a1ddbc24 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week2.md @@ -0,0 +1,3 @@ +# Processes and Threads + +Creation, states, scheduling. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week2_extra.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week2_extra.md new file mode 100644 index 0000000000000000000000000000000000000000..8cbb0a5d23c5ff0574b3230ddcc48efa44ee64cc --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week2_extra.md @@ -0,0 +1,3 @@ +# Processes and Threads + +Supplementary examples. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week3.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week3.md new file mode 100644 index 0000000000000000000000000000000000000000..44345e86e05d24ab50ad11e9725e10c7571000f9 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week3.md @@ -0,0 +1,3 @@ +# Synchronization + +Critical sections, Peterson’s algorithm. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week4.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week4.md new file mode 100644 index 0000000000000000000000000000000000000000..4fd5a1a79a6aa045ced6049c0e36a79effd29499 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/lectures/week4.md @@ -0,0 +1,3 @@ +# Deadlock + +Conditions, prevention, avoidance. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/.keep b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/paxos.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/paxos.md new file mode 100644 index 0000000000000000000000000000000000000000..bdc9e5f812311f4e8049d5e577d3b5419384640f --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/paxos.md @@ -0,0 +1,3 @@ +# Paxos Made Simple + +Notes from the paper. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/time_clocks.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/time_clocks.md new file mode 100644 index 0000000000000000000000000000000000000000..0a1b9e0b56252b7147fa23e0fe9a5b2ee3b1e04b --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/readings/time_clocks.md @@ -0,0 +1,3 @@ +# Time, Clocks, and Ordering + +Lamport clocks, vector clocks. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/scratch.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..9ed5c3de04d173175c1486350b812bec823ff6cf --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/scratch.md @@ -0,0 +1,3 @@ +# Scratch + +Random notes without structure. diff --git a/shellops/assets/ShellOps_3c13ec69c1/gold/notes/todo.md b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..a243bc8665313fae0179a174e46c118401fb7bfb --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/gold/notes/todo.md @@ -0,0 +1,2 @@ +- [ ] Review async notes +- [ ] Update Raft outline diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/.keep b/shellops/assets/ShellOps_3c13ec69c1/init/notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2021-09-10_intro.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2021-09-10_intro.md new file mode 100644 index 0000000000000000000000000000000000000000..83ce63fed0b8f55fcc8e13bd1162de41fe8d7c10 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2021-09-10_intro.md @@ -0,0 +1,3 @@ +# Introduction to Systems + +Key topics: processes, threads, context switching. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2021-10-12_intro.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2021-10-12_intro.md new file mode 100644 index 0000000000000000000000000000000000000000..42bfc9e75607be3f783fdfb45cc1918d77d3cea0 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2021-10-12_intro.md @@ -0,0 +1,3 @@ +# Introduction to Systems + +Different course; similar title. Focus on IPC. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-01-18_async.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-01-18_async.md new file mode 100644 index 0000000000000000000000000000000000000000..9b1abe9aab76115f27ad408b2fda687df736dc6c --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-01-18_async.md @@ -0,0 +1,3 @@ +# Async I/O Patterns + +Non-blocking, epoll, kqueue. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-03-05_async.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-03-05_async.md new file mode 100644 index 0000000000000000000000000000000000000000..0b08fcc3523475923e49fcc44ccc25069e26eb57 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-03-05_async.md @@ -0,0 +1,3 @@ +# Async I/O Patterns + +Revisiting edge-triggered vs level-triggered. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-05-20_concurrency.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-05-20_concurrency.md new file mode 100644 index 0000000000000000000000000000000000000000..717274a48f1ef3d9f3012d9aa3c266b67ee0cbd5 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2022-05-20_concurrency.md @@ -0,0 +1,3 @@ +# Concurrency Primitives + +Mutexes, condition variables, semaphores. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2023-02-14_raft.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2023-02-14_raft.md new file mode 100644 index 0000000000000000000000000000000000000000..87c73ef2594863dc3831e158ca069f85a37f7b58 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2023-02-14_raft.md @@ -0,0 +1,3 @@ +# Raft Consensus + +Leader election, log replication. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2023-11-08_raft.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2023-11-08_raft.md new file mode 100644 index 0000000000000000000000000000000000000000..6a97381bbdcc565a69ecdf6c7adca80beabc48e3 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2023-11-08_raft.md @@ -0,0 +1,3 @@ +# Raft Consensus + +Membership changes; joint consensus. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/2024-01-09_observability.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2024-01-09_observability.md new file mode 100644 index 0000000000000000000000000000000000000000..57088c90b3943d306a6d7f24a6ded3a525200043 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/2024-01-09_observability.md @@ -0,0 +1,3 @@ +# Observability Stack + +Metrics, logs, traces. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/archive/.keep b/shellops/assets/ShellOps_3c13ec69c1/init/notes/archive/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/archive/old_ideas.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/archive/old_ideas.md new file mode 100644 index 0000000000000000000000000000000000000000..d54ffedf41df329e27c470b774d3236507761d98 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/archive/old_ideas.md @@ -0,0 +1,3 @@ +# Old Ideas + +Ideas that didn’t go anywhere. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/.keep b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/outline_v1.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/outline_v1.md new file mode 100644 index 0000000000000000000000000000000000000000..502b6c51354778a51d19756254f51a03f920ce37 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/outline_v1.md @@ -0,0 +1,3 @@ +# Async I/O Patterns + +Early draft; needs cleanup. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/outline_v2.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/outline_v2.md new file mode 100644 index 0000000000000000000000000000000000000000..5682a1885141c4be87a21225f980f3289d7fa8fc --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/outline_v2.md @@ -0,0 +1,3 @@ +# Async I/O Refinements + +More examples and references. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/plan.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/plan.md new file mode 100644 index 0000000000000000000000000000000000000000..9bf33d968cfcbe59888821c16888bf2126318d51 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/drafts/plan.md @@ -0,0 +1,2 @@ +- Draft v1 needs figures +- Draft v2 needs citations diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/.keep b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week1.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week1.md new file mode 100644 index 0000000000000000000000000000000000000000..41531c1bd3c25419b3764a4cbedf74cdb5f9e2c3 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week1.md @@ -0,0 +1,3 @@ +# Course Logistics + +Syllabus, grading, policies. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week2.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week2.md new file mode 100644 index 0000000000000000000000000000000000000000..2349a80fa82ec3ccfb466fc70c34e7c4a1ddbc24 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week2.md @@ -0,0 +1,3 @@ +# Processes and Threads + +Creation, states, scheduling. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week2_extra.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week2_extra.md new file mode 100644 index 0000000000000000000000000000000000000000..8cbb0a5d23c5ff0574b3230ddcc48efa44ee64cc --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week2_extra.md @@ -0,0 +1,3 @@ +# Processes and Threads + +Supplementary examples. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week3.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week3.md new file mode 100644 index 0000000000000000000000000000000000000000..44345e86e05d24ab50ad11e9725e10c7571000f9 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week3.md @@ -0,0 +1,3 @@ +# Synchronization + +Critical sections, Peterson’s algorithm. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week4.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week4.md new file mode 100644 index 0000000000000000000000000000000000000000..4fd5a1a79a6aa045ced6049c0e36a79effd29499 --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/lectures/week4.md @@ -0,0 +1,3 @@ +# Deadlock + +Conditions, prevention, avoidance. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/.keep b/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/paxos.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/paxos.md new file mode 100644 index 0000000000000000000000000000000000000000..bdc9e5f812311f4e8049d5e577d3b5419384640f --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/paxos.md @@ -0,0 +1,3 @@ +# Paxos Made Simple + +Notes from the paper. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/time_clocks.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/time_clocks.md new file mode 100644 index 0000000000000000000000000000000000000000..0a1b9e0b56252b7147fa23e0fe9a5b2ee3b1e04b --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/readings/time_clocks.md @@ -0,0 +1,3 @@ +# Time, Clocks, and Ordering + +Lamport clocks, vector clocks. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/scratch.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..9ed5c3de04d173175c1486350b812bec823ff6cf --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/scratch.md @@ -0,0 +1,3 @@ +# Scratch + +Random notes without structure. diff --git a/shellops/assets/ShellOps_3c13ec69c1/init/notes/todo.md b/shellops/assets/ShellOps_3c13ec69c1/init/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..a243bc8665313fae0179a174e46c118401fb7bfb --- /dev/null +++ b/shellops/assets/ShellOps_3c13ec69c1/init/notes/todo.md @@ -0,0 +1,2 @@ +- [ ] Review async notes +- [ ] Update Raft outline diff --git a/shellops/assets/ShellOps_3c373a000e/gold/data/corrected/tx_202403.csv b/shellops/assets/ShellOps_3c373a000e/gold/data/corrected/tx_202403.csv new file mode 100644 index 0000000000000000000000000000000000000000..42c8f784e5a7b86d7e4f717d3925bad231b400cf --- /dev/null +++ b/shellops/assets/ShellOps_3c373a000e/gold/data/corrected/tx_202403.csv @@ -0,0 +1,3 @@ +client_id,amount,tx_date +123,150.50,2024-03-15 +456,89.99,2024-03-20 diff --git a/shellops/assets/ShellOps_3c373a000e/gold/data/corrected/tx_202404.csv b/shellops/assets/ShellOps_3c373a000e/gold/data/corrected/tx_202404.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3e4b8e0eb35f9e929eaff3dd0abdccb09aea317 --- /dev/null +++ b/shellops/assets/ShellOps_3c373a000e/gold/data/corrected/tx_202404.csv @@ -0,0 +1,3 @@ +client_id,amount,tx_date +789,200.00,2024-04-01 +012,45.75,2024-04-05 diff --git a/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/.keep b/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/tx_202403.csv b/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/tx_202403.csv new file mode 100644 index 0000000000000000000000000000000000000000..acd5044a4a2d603b5def6d7790f086a850cc1a7b --- /dev/null +++ b/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/tx_202403.csv @@ -0,0 +1,3 @@ +client_id,amount,tx_date +123,150.50,03/15/2024 +456,89.99,03/20/2024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/tx_202404.csv b/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/tx_202404.csv new file mode 100644 index 0000000000000000000000000000000000000000..b4264d7f6c0dc7a48e6f744ffe0ee06c4817ebfa --- /dev/null +++ b/shellops/assets/ShellOps_3c373a000e/gold/data/transactions/tx_202404.csv @@ -0,0 +1,3 @@ +client_id,amount,tx_date +789,200.00,04/01/2024 +012,45.75,04/05/2024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c373a000e/init/data/transactions/.keep b/shellops/assets/ShellOps_3c373a000e/init/data/transactions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3c373a000e/init/data/transactions/tx_202403.csv b/shellops/assets/ShellOps_3c373a000e/init/data/transactions/tx_202403.csv new file mode 100644 index 0000000000000000000000000000000000000000..acd5044a4a2d603b5def6d7790f086a850cc1a7b --- /dev/null +++ b/shellops/assets/ShellOps_3c373a000e/init/data/transactions/tx_202403.csv @@ -0,0 +1,3 @@ +client_id,amount,tx_date +123,150.50,03/15/2024 +456,89.99,03/20/2024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c373a000e/init/data/transactions/tx_202404.csv b/shellops/assets/ShellOps_3c373a000e/init/data/transactions/tx_202404.csv new file mode 100644 index 0000000000000000000000000000000000000000..b4264d7f6c0dc7a48e6f744ffe0ee06c4817ebfa --- /dev/null +++ b/shellops/assets/ShellOps_3c373a000e/init/data/transactions/tx_202404.csv @@ -0,0 +1,3 @@ +client_id,amount,tx_date +789,200.00,04/01/2024 +012,45.75,04/05/2024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c3ffd51ac/gold/deployed_devices.xml b/shellops/assets/ShellOps_3c3ffd51ac/gold/deployed_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..f2d5c5f682dfd787b908f01f9d250d5f560f4cd8 --- /dev/null +++ b/shellops/assets/ShellOps_3c3ffd51ac/gold/deployed_devices.xml @@ -0,0 +1,5 @@ + + SN0019823active + SN0020456active + SN0020789active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c3ffd51ac/gold/inventory.txt b/shellops/assets/ShellOps_3c3ffd51ac/gold/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b2ccbf95e310125c43c79fd9bc9c6268cabf788 --- /dev/null +++ b/shellops/assets/ShellOps_3c3ffd51ac/gold/inventory.txt @@ -0,0 +1,6 @@ +SN0019823 +SN0020456 +SN0020789 +SN0021011 +SN0021122 +SN0021233 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c3ffd51ac/gold/pending_devices.txt b/shellops/assets/ShellOps_3c3ffd51ac/gold/pending_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8390ee63f4a7579dbdba3adfba1b0970729ef9d --- /dev/null +++ b/shellops/assets/ShellOps_3c3ffd51ac/gold/pending_devices.txt @@ -0,0 +1,3 @@ +SN0021011 +SN0021122 +SN0021233 diff --git a/shellops/assets/ShellOps_3c3ffd51ac/init/deployed_devices.xml b/shellops/assets/ShellOps_3c3ffd51ac/init/deployed_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..f2d5c5f682dfd787b908f01f9d250d5f560f4cd8 --- /dev/null +++ b/shellops/assets/ShellOps_3c3ffd51ac/init/deployed_devices.xml @@ -0,0 +1,5 @@ + + SN0019823active + SN0020456active + SN0020789active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c3ffd51ac/init/inventory.txt b/shellops/assets/ShellOps_3c3ffd51ac/init/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b2ccbf95e310125c43c79fd9bc9c6268cabf788 --- /dev/null +++ b/shellops/assets/ShellOps_3c3ffd51ac/init/inventory.txt @@ -0,0 +1,6 @@ +SN0019823 +SN0020456 +SN0020789 +SN0021011 +SN0021122 +SN0021233 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c5cbff995/gold/approved-cipher-summary.txt b/shellops/assets/ShellOps_3c5cbff995/gold/approved-cipher-summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1033abe3d38ee60f7b9e0f762145c7f1c9fdd20 --- /dev/null +++ b/shellops/assets/ShellOps_3c5cbff995/gold/approved-cipher-summary.txt @@ -0,0 +1,3 @@ +api-delta|TLS_AES_128_GCM_SHA256 +gateway-alpha|TLS_AES_256_GCM_SHA384 +gateway-beta|TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_3c5cbff995/gold/notes.md b/shellops/assets/ShellOps_3c5cbff995/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e2d6324f5c4f7321ca48165edf7f3b51ab16ecc1 --- /dev/null +++ b/shellops/assets/ShellOps_3c5cbff995/gold/notes.md @@ -0,0 +1 @@ +Ignore any entries marked as deprecated. diff --git a/shellops/assets/ShellOps_3c5cbff995/gold/results.json b/shellops/assets/ShellOps_3c5cbff995/gold/results.json new file mode 100644 index 0000000000000000000000000000000000000000..63f26c372bf0b36f2cb7a3fe0d68fb1c563001e2 --- /dev/null +++ b/shellops/assets/ShellOps_3c5cbff995/gold/results.json @@ -0,0 +1,6 @@ +[ + {"name": "gateway-alpha", "cipher": "TLS_AES_256_GCM_SHA384", "status": "approved"}, + {"name": "gateway-beta", "cipher": "TLS_CHACHA20_POLY1305_SHA256", "status": "approved"}, + {"name": "legacy-gamma", "cipher": "TLS_RSA_WITH_AES_128_CBC_SHA", "status": "deprecated"}, + {"name": "api-delta", "cipher": "TLS_AES_128_GCM_SHA256", "status": "approved"} +] diff --git a/shellops/assets/ShellOps_3c5cbff995/init/notes.md b/shellops/assets/ShellOps_3c5cbff995/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e2d6324f5c4f7321ca48165edf7f3b51ab16ecc1 --- /dev/null +++ b/shellops/assets/ShellOps_3c5cbff995/init/notes.md @@ -0,0 +1 @@ +Ignore any entries marked as deprecated. diff --git a/shellops/assets/ShellOps_3c5cbff995/init/results.json b/shellops/assets/ShellOps_3c5cbff995/init/results.json new file mode 100644 index 0000000000000000000000000000000000000000..63f26c372bf0b36f2cb7a3fe0d68fb1c563001e2 --- /dev/null +++ b/shellops/assets/ShellOps_3c5cbff995/init/results.json @@ -0,0 +1,6 @@ +[ + {"name": "gateway-alpha", "cipher": "TLS_AES_256_GCM_SHA384", "status": "approved"}, + {"name": "gateway-beta", "cipher": "TLS_CHACHA20_POLY1305_SHA256", "status": "approved"}, + {"name": "legacy-gamma", "cipher": "TLS_RSA_WITH_AES_128_CBC_SHA", "status": "deprecated"}, + {"name": "api-delta", "cipher": "TLS_AES_128_GCM_SHA256", "status": "approved"} +] diff --git a/shellops/assets/ShellOps_3c73cca8c5/gold/suppressed_ids.txt b/shellops/assets/ShellOps_3c73cca8c5/gold/suppressed_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9f334f330c47d02f24458ca76b390987baa480e --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/gold/suppressed_ids.txt @@ -0,0 +1 @@ +T004 diff --git a/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/report/closed_unresolved.txt b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/report/closed_unresolved.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0907be5407dc2e9f3594d2c0dd80662cbfb2347 --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/report/closed_unresolved.txt @@ -0,0 +1 @@ +T003 diff --git a/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_001.json b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_001.json new file mode 100644 index 0000000000000000000000000000000000000000..f95b53652baa0abaaf7321e07632e31f406f595c --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_001.json @@ -0,0 +1 @@ +{"id": "T001", "status": "open", "resolution": ""} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_002.json b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_002.json new file mode 100644 index 0000000000000000000000000000000000000000..371337419dc4cc8ea0b1a1b7619a2920b9565e7f --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_002.json @@ -0,0 +1 @@ +{"id": "T002", "status": "closed", "resolution": "fixed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_003.json b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_003.json new file mode 100644 index 0000000000000000000000000000000000000000..a7c9a5b6e23df44c7be0fadc56507d0b6fad9b57 --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_003.json @@ -0,0 +1 @@ +{"id": "T003", "status": "closed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_004.json b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_004.json new file mode 100644 index 0000000000000000000000000000000000000000..5e6b324af8a78977b2bd3369cca7d25353d8f477 --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/gold/tickets/ticket_004.json @@ -0,0 +1 @@ +{"id": "T004", "status": "closed", "resolution": ""} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/init/suppressed_ids.txt b/shellops/assets/ShellOps_3c73cca8c5/init/suppressed_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9f334f330c47d02f24458ca76b390987baa480e --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/init/suppressed_ids.txt @@ -0,0 +1 @@ +T004 diff --git a/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_001.json b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_001.json new file mode 100644 index 0000000000000000000000000000000000000000..f95b53652baa0abaaf7321e07632e31f406f595c --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_001.json @@ -0,0 +1 @@ +{"id": "T001", "status": "open", "resolution": ""} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_002.json b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_002.json new file mode 100644 index 0000000000000000000000000000000000000000..371337419dc4cc8ea0b1a1b7619a2920b9565e7f --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_002.json @@ -0,0 +1 @@ +{"id": "T002", "status": "closed", "resolution": "fixed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_003.json b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_003.json new file mode 100644 index 0000000000000000000000000000000000000000..a7c9a5b6e23df44c7be0fadc56507d0b6fad9b57 --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_003.json @@ -0,0 +1 @@ +{"id": "T003", "status": "closed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_004.json b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_004.json new file mode 100644 index 0000000000000000000000000000000000000000..5e6b324af8a78977b2bd3369cca7d25353d8f477 --- /dev/null +++ b/shellops/assets/ShellOps_3c73cca8c5/init/tickets/ticket_004.json @@ -0,0 +1 @@ +{"id": "T004", "status": "closed", "resolution": ""} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe427e38/gold/exempt_devices.txt b/shellops/assets/ShellOps_3cbe427e38/gold/exempt_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..41885ee8cdec3faa0d7d581f68845e188af5b922 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/gold/exempt_devices.txt @@ -0,0 +1,2 @@ +dev_101 +dev_205 diff --git a/shellops/assets/ShellOps_3cbe427e38/gold/notes/irrelevant.md b/shellops/assets/ShellOps_3cbe427e38/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..078d3a5e31ea24a24112441cc79bf104daf04de9 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Sensor placement notes +- dev_101 is near a heater (expected high readings) +- dev_205 is decommissioned diff --git a/shellops/assets/ShellOps_3cbe427e38/gold/readings/sensor_a.json b/shellops/assets/ShellOps_3cbe427e38/gold/readings/sensor_a.json new file mode 100644 index 0000000000000000000000000000000000000000..001728fe3303c9a3b492b7a708728608fa400a06 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/gold/readings/sensor_a.json @@ -0,0 +1,3 @@ +{"device_id": "dev_101", "temp_C": 52.3, "humidity": 45} +{"device_id": "dev_102", "temp_C": 48.1, "humidity": 50} +{"device_id": "dev_103", "temp_C": 55.0, "humidity": 42} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe427e38/gold/readings/sensor_b.json b/shellops/assets/ShellOps_3cbe427e38/gold/readings/sensor_b.json new file mode 100644 index 0000000000000000000000000000000000000000..2647eeb000aebe4362ae600f5657ceaae4c86426 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/gold/readings/sensor_b.json @@ -0,0 +1,3 @@ +{"device_id": "dev_201", "temp_C": 49.5, "humidity": 55} +{"device_id": "dev_202", "temp_C": 51.2, "humidity": 48} +{"device_id": "dev_203", "temp_C": 53.7, "humidity": 46} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe427e38/gold/reports/high_temp_devices.txt b/shellops/assets/ShellOps_3cbe427e38/gold/reports/high_temp_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..1316f39a9170c78562f8c211fb92830be46d41dc --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/gold/reports/high_temp_devices.txt @@ -0,0 +1,3 @@ +dev_103 +dev_202 +dev_203 diff --git a/shellops/assets/ShellOps_3cbe427e38/init/exempt_devices.txt b/shellops/assets/ShellOps_3cbe427e38/init/exempt_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..41885ee8cdec3faa0d7d581f68845e188af5b922 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/init/exempt_devices.txt @@ -0,0 +1,2 @@ +dev_101 +dev_205 diff --git a/shellops/assets/ShellOps_3cbe427e38/init/notes/irrelevant.md b/shellops/assets/ShellOps_3cbe427e38/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..078d3a5e31ea24a24112441cc79bf104daf04de9 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Sensor placement notes +- dev_101 is near a heater (expected high readings) +- dev_205 is decommissioned diff --git a/shellops/assets/ShellOps_3cbe427e38/init/readings/sensor_a.json b/shellops/assets/ShellOps_3cbe427e38/init/readings/sensor_a.json new file mode 100644 index 0000000000000000000000000000000000000000..001728fe3303c9a3b492b7a708728608fa400a06 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/init/readings/sensor_a.json @@ -0,0 +1,3 @@ +{"device_id": "dev_101", "temp_C": 52.3, "humidity": 45} +{"device_id": "dev_102", "temp_C": 48.1, "humidity": 50} +{"device_id": "dev_103", "temp_C": 55.0, "humidity": 42} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe427e38/init/readings/sensor_b.json b/shellops/assets/ShellOps_3cbe427e38/init/readings/sensor_b.json new file mode 100644 index 0000000000000000000000000000000000000000..2647eeb000aebe4362ae600f5657ceaae4c86426 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe427e38/init/readings/sensor_b.json @@ -0,0 +1,3 @@ +{"device_id": "dev_201", "temp_C": 49.5, "humidity": 55} +{"device_id": "dev_202", "temp_C": 51.2, "humidity": 48} +{"device_id": "dev_203", "temp_C": 53.7, "humidity": 46} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe639295/gold/approved_errors.txt b/shellops/assets/ShellOps_3cbe639295/gold/approved_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdab5642cfbe5d049642b9f5e1f27f5bc9743034 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/gold/approved_errors.txt @@ -0,0 +1,4 @@ +1234 +4567 +8910 +1121 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe639295/gold/deployment_errors.xml b/shellops/assets/ShellOps_3cbe639295/gold/deployment_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..d1a960947ba0cfbcb9257034953bb566a69e6c27 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/gold/deployment_errors.xml @@ -0,0 +1,4 @@ + + 4567 + 1121 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe639295/gold/distractor/old_errors.txt b/shellops/assets/ShellOps_3cbe639295/gold/distractor/old_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0cee3f88ea4e00004f30ca4d50f62886b45c38b --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/gold/distractor/old_errors.txt @@ -0,0 +1,2 @@ +1234 +3141 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe639295/gold/missing_errors.txt b/shellops/assets/ShellOps_3cbe639295/gold/missing_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddb3daa013a7ba3bc6f6c29850a44e6c5b86aba9 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/gold/missing_errors.txt @@ -0,0 +1,2 @@ +1234 +8910 diff --git a/shellops/assets/ShellOps_3cbe639295/init/approved_errors.txt b/shellops/assets/ShellOps_3cbe639295/init/approved_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdab5642cfbe5d049642b9f5e1f27f5bc9743034 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/init/approved_errors.txt @@ -0,0 +1,4 @@ +1234 +4567 +8910 +1121 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe639295/init/deployment_errors.xml b/shellops/assets/ShellOps_3cbe639295/init/deployment_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..d1a960947ba0cfbcb9257034953bb566a69e6c27 --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/init/deployment_errors.xml @@ -0,0 +1,4 @@ + + 4567 + 1121 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cbe639295/init/distractor/old_errors.txt b/shellops/assets/ShellOps_3cbe639295/init/distractor/old_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0cee3f88ea4e00004f30ca4d50f62886b45c38b --- /dev/null +++ b/shellops/assets/ShellOps_3cbe639295/init/distractor/old_errors.txt @@ -0,0 +1,2 @@ +1234 +3141 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cc7c093de/gold/capture/.keep b/shellops/assets/ShellOps_3cc7c093de/gold/capture/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3cc7c093de/gold/capture/legacy_events.json b/shellops/assets/ShellOps_3cc7c093de/gold/capture/legacy_events.json new file mode 100644 index 0000000000000000000000000000000000000000..4026d18f74bc84c6f01a723188d9d8845039bcd6 --- /dev/null +++ b/shellops/assets/ShellOps_3cc7c093de/gold/capture/legacy_events.json @@ -0,0 +1,8 @@ +[ + {"timestamp": "2024-11-30T22:00:00Z", "device_id": "sensor_gamma", "status": "active"}, + {"timestamp": "2024-11-30T22:01:00Z", "device_id": "sensor_epsilon", "status": "standby"}, + {"timestamp": "2024-11-30T22:02:00Z", "device_id": "sensor_alpha", "status": "active"}, + {"timestamp": "2024-11-30T22:03:00Z", "device_id": "sensor_beta", "status": "standby"}, + {"timestamp": "2024-11-30T22:04:00Z", "device_id": "sensor_gamma", "status": "active"}, + {"timestamp": "2024-11-30T22:05:00Z", "device_id": "sensor_zeta", "status": "standby"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cc7c093de/gold/capture/real_time.json b/shellops/assets/ShellOps_3cc7c093de/gold/capture/real_time.json new file mode 100644 index 0000000000000000000000000000000000000000..c8555dd1e005d0f9b0f5bfb9c719c9601e2701b0 --- /dev/null +++ b/shellops/assets/ShellOps_3cc7c093de/gold/capture/real_time.json @@ -0,0 +1,8 @@ +[ + {"timestamp": "2024-12-01T10:00:00Z", "device_id": "sensor_alpha", "value": 23.4}, + {"timestamp": "2024-12-01T10:01:00Z", "device_id": "sensor_beta", "value": 45.6}, + {"timestamp": "2024-12-01T10:02:00Z", "device_id": "sensor_gamma", "value": 67.8}, + {"timestamp": "2024-12-01T10:03:00Z", "device_id": "sensor_beta", "value": 46.0}, + {"timestamp": "2024-12-01T10:04:00Z", "device_id": "sensor_delta", "value": 12.3}, + {"timestamp": "2024-12-01T10:05:00Z", "device_id": "sensor_alpha", "value": 24.1} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cc7c093de/gold/reports/.keep b/shellops/assets/ShellOps_3cc7c093de/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3cc7c093de/gold/reports/overlap_devices.txt b/shellops/assets/ShellOps_3cc7c093de/gold/reports/overlap_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..486f3c311fca60d432e284aa9bdb26c13c00ad8b --- /dev/null +++ b/shellops/assets/ShellOps_3cc7c093de/gold/reports/overlap_devices.txt @@ -0,0 +1,3 @@ +sensor_alpha +sensor_beta +sensor_gamma diff --git a/shellops/assets/ShellOps_3cc7c093de/init/capture/.keep b/shellops/assets/ShellOps_3cc7c093de/init/capture/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3cc7c093de/init/capture/legacy_events.json b/shellops/assets/ShellOps_3cc7c093de/init/capture/legacy_events.json new file mode 100644 index 0000000000000000000000000000000000000000..4026d18f74bc84c6f01a723188d9d8845039bcd6 --- /dev/null +++ b/shellops/assets/ShellOps_3cc7c093de/init/capture/legacy_events.json @@ -0,0 +1,8 @@ +[ + {"timestamp": "2024-11-30T22:00:00Z", "device_id": "sensor_gamma", "status": "active"}, + {"timestamp": "2024-11-30T22:01:00Z", "device_id": "sensor_epsilon", "status": "standby"}, + {"timestamp": "2024-11-30T22:02:00Z", "device_id": "sensor_alpha", "status": "active"}, + {"timestamp": "2024-11-30T22:03:00Z", "device_id": "sensor_beta", "status": "standby"}, + {"timestamp": "2024-11-30T22:04:00Z", "device_id": "sensor_gamma", "status": "active"}, + {"timestamp": "2024-11-30T22:05:00Z", "device_id": "sensor_zeta", "status": "standby"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cc7c093de/init/capture/real_time.json b/shellops/assets/ShellOps_3cc7c093de/init/capture/real_time.json new file mode 100644 index 0000000000000000000000000000000000000000..c8555dd1e005d0f9b0f5bfb9c719c9601e2701b0 --- /dev/null +++ b/shellops/assets/ShellOps_3cc7c093de/init/capture/real_time.json @@ -0,0 +1,8 @@ +[ + {"timestamp": "2024-12-01T10:00:00Z", "device_id": "sensor_alpha", "value": 23.4}, + {"timestamp": "2024-12-01T10:01:00Z", "device_id": "sensor_beta", "value": 45.6}, + {"timestamp": "2024-12-01T10:02:00Z", "device_id": "sensor_gamma", "value": 67.8}, + {"timestamp": "2024-12-01T10:03:00Z", "device_id": "sensor_beta", "value": 46.0}, + {"timestamp": "2024-12-01T10:04:00Z", "device_id": "sensor_delta", "value": 12.3}, + {"timestamp": "2024-12-01T10:05:00Z", "device_id": "sensor_alpha", "value": 24.1} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_3cc7c093de/init/reports/.keep b/shellops/assets/ShellOps_3cc7c093de/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3d14b22dc2/gold/deprecated_calibrations.csv b/shellops/assets/ShellOps_3d14b22dc2/gold/deprecated_calibrations.csv new file mode 100644 index 0000000000000000000000000000000000000000..084f56d1bbb90e2c3ad2ce85ca55a8d59706b8d0 --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/gold/deprecated_calibrations.csv @@ -0,0 +1,3 @@ +CALIB_ID,REASON +ABC123,outdated_method +QWE321,equipment_failure \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d14b22dc2/gold/trial-202304.log b/shellops/assets/ShellOps_3d14b22dc2/gold/trial-202304.log new file mode 100644 index 0000000000000000000000000000000000000000..35d9b39ff9668a135f48389937b05d7f8c7c6138 --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/gold/trial-202304.log @@ -0,0 +1,2 @@ +2023-04-15 [CALIB:XYZ987] VALIDATED +2023-04-22 [CALIB:ABC123] INVALIDATED \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d14b22dc2/gold/trial-202305.log b/shellops/assets/ShellOps_3d14b22dc2/gold/trial-202305.log new file mode 100644 index 0000000000000000000000000000000000000000..fd166c6d610ff476438979c9a55ff10aba78c846 --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/gold/trial-202305.log @@ -0,0 +1,2 @@ +2023-05-10 [CALIB:LMN456] VALIDATED +2023-05-19 [CALIB:XYZ987] VALIDATED \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d14b22dc2/gold/validated_ids.txt b/shellops/assets/ShellOps_3d14b22dc2/gold/validated_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b0f2e3b119e1991cc0414c371282454aac8c3bd --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/gold/validated_ids.txt @@ -0,0 +1,2 @@ +LMN456 +XYZ987 diff --git a/shellops/assets/ShellOps_3d14b22dc2/init/deprecated_calibrations.csv b/shellops/assets/ShellOps_3d14b22dc2/init/deprecated_calibrations.csv new file mode 100644 index 0000000000000000000000000000000000000000..084f56d1bbb90e2c3ad2ce85ca55a8d59706b8d0 --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/init/deprecated_calibrations.csv @@ -0,0 +1,3 @@ +CALIB_ID,REASON +ABC123,outdated_method +QWE321,equipment_failure \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d14b22dc2/init/trial-202304.log b/shellops/assets/ShellOps_3d14b22dc2/init/trial-202304.log new file mode 100644 index 0000000000000000000000000000000000000000..35d9b39ff9668a135f48389937b05d7f8c7c6138 --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/init/trial-202304.log @@ -0,0 +1,2 @@ +2023-04-15 [CALIB:XYZ987] VALIDATED +2023-04-22 [CALIB:ABC123] INVALIDATED \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d14b22dc2/init/trial-202305.log b/shellops/assets/ShellOps_3d14b22dc2/init/trial-202305.log new file mode 100644 index 0000000000000000000000000000000000000000..fd166c6d610ff476438979c9a55ff10aba78c846 --- /dev/null +++ b/shellops/assets/ShellOps_3d14b22dc2/init/trial-202305.log @@ -0,0 +1,2 @@ +2023-05-10 [CALIB:LMN456] VALIDATED +2023-05-19 [CALIB:XYZ987] VALIDATED \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/.keep b/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/database.prom b/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/database.prom new file mode 100644 index 0000000000000000000000000000000000000000..8ecee5bc732aa9a888b12a8ed8b054539b795aec --- /dev/null +++ b/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/database.prom @@ -0,0 +1,3 @@ +cpu_utilization{server="db01"} 0.90 +memory_utilization{server="db01"} 0.85 +disk_usage{server="db01"} 0.70 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/web_servers.prom b/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/web_servers.prom new file mode 100644 index 0000000000000000000000000000000000000000..6aac62da496693a100086b053f2d5d389846c88d --- /dev/null +++ b/shellops/assets/ShellOps_3d26bcc2f9/gold/alerts/web_servers.prom @@ -0,0 +1,3 @@ +cpu_utilization{server="web01"} 0.75 +memory_utilization{server="web01"} 0.80 +http_requests_total{server="web01"} 1200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/.keep b/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/database.prom b/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/database.prom new file mode 100644 index 0000000000000000000000000000000000000000..da1a7264f6e4e02f12e8cf00b1ffab010a25d236 --- /dev/null +++ b/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/database.prom @@ -0,0 +1,3 @@ +cpu_usage_old{server="db01"} 0.90 +memory_usage_old{server="db01"} 0.85 +disk_usage{server="db01"} 0.70 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/web_servers.prom b/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/web_servers.prom new file mode 100644 index 0000000000000000000000000000000000000000..e352423ebd4c58b1e9303009701bf3938174c928 --- /dev/null +++ b/shellops/assets/ShellOps_3d26bcc2f9/init/alerts/web_servers.prom @@ -0,0 +1,3 @@ +cpu_usage_old{server="web01"} 0.75 +memory_usage_old{server="web01"} 0.80 +http_requests_total{server="web01"} 1200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3d3b6795d8/gold/events/runtime.ndjson b/shellops/assets/ShellOps_3d3b6795d8/gold/events/runtime.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..37eabd34262c563fe6a294fedba91c401c391b04 --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/gold/events/runtime.ndjson @@ -0,0 +1,6 @@ +{"event_id":"E1001","severity":"CRITICAL","timestamp":"2024-05-10T08:15:00Z","host":"alpha"} +{"event_id":"E1002","severity":"WARNING","timestamp":"2024-05-10T08:20:00Z","host":"alpha"} +{"event_id":"E1003","severity":"CRITICAL","timestamp":"2024-05-10T08:25:00Z","host":"beta"} +{"event_id":"E1004","severity":"INFO","timestamp":"2024-05-10T08:30:00Z","host":"gamma"} +{"event_id":"E1005","severity":"CRITICAL","timestamp":"2024-05-10T08:35:00Z","host":"alpha"} +{"event_id":"E1006","severity":"ERROR","timestamp":"2024-05-10T08:40:00Z","host":"beta"} diff --git a/shellops/assets/ShellOps_3d3b6795d8/gold/notes/irrelevant.md b/shellops/assets/ShellOps_3d3b6795d8/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..4f8059b198c3ec6cc7cae1e46834dc55d74fb085 --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Distractor notes +This file should be ignored by the pipeline. diff --git a/shellops/assets/ShellOps_3d3b6795d8/gold/reports/critical_events.tsv b/shellops/assets/ShellOps_3d3b6795d8/gold/reports/critical_events.tsv new file mode 100644 index 0000000000000000000000000000000000000000..77da72de832aa82c4a865bff329ac121bab1db6d --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/gold/reports/critical_events.tsv @@ -0,0 +1,2 @@ +E1003 2024-05-10T08:25:00Z +E1005 2024-05-10T08:35:00Z diff --git a/shellops/assets/ShellOps_3d3b6795d8/gold/suppressions/known_false_positives.txt b/shellops/assets/ShellOps_3d3b6795d8/gold/suppressions/known_false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf5154298300283c66d115462047f8297b707d2c --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/gold/suppressions/known_false_positives.txt @@ -0,0 +1,2 @@ +E1001 +E1007 diff --git a/shellops/assets/ShellOps_3d3b6795d8/init/events/runtime.ndjson b/shellops/assets/ShellOps_3d3b6795d8/init/events/runtime.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..37eabd34262c563fe6a294fedba91c401c391b04 --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/init/events/runtime.ndjson @@ -0,0 +1,6 @@ +{"event_id":"E1001","severity":"CRITICAL","timestamp":"2024-05-10T08:15:00Z","host":"alpha"} +{"event_id":"E1002","severity":"WARNING","timestamp":"2024-05-10T08:20:00Z","host":"alpha"} +{"event_id":"E1003","severity":"CRITICAL","timestamp":"2024-05-10T08:25:00Z","host":"beta"} +{"event_id":"E1004","severity":"INFO","timestamp":"2024-05-10T08:30:00Z","host":"gamma"} +{"event_id":"E1005","severity":"CRITICAL","timestamp":"2024-05-10T08:35:00Z","host":"alpha"} +{"event_id":"E1006","severity":"ERROR","timestamp":"2024-05-10T08:40:00Z","host":"beta"} diff --git a/shellops/assets/ShellOps_3d3b6795d8/init/notes/irrelevant.md b/shellops/assets/ShellOps_3d3b6795d8/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..4f8059b198c3ec6cc7cae1e46834dc55d74fb085 --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Distractor notes +This file should be ignored by the pipeline. diff --git a/shellops/assets/ShellOps_3d3b6795d8/init/suppressions/known_false_positives.txt b/shellops/assets/ShellOps_3d3b6795d8/init/suppressions/known_false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf5154298300283c66d115462047f8297b707d2c --- /dev/null +++ b/shellops/assets/ShellOps_3d3b6795d8/init/suppressions/known_false_positives.txt @@ -0,0 +1,2 @@ +E1001 +E1007 diff --git a/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/.keep b/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/serviceA.sh b/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/serviceA.sh new file mode 100644 index 0000000000000000000000000000000000000000..64073da8336be9b89acc292d0130c421a6d4ed3f --- /dev/null +++ b/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/serviceA.sh @@ -0,0 +1,2 @@ +#!/bin/sh +IMAGE_TAG=${CURRENT_VERSION} diff --git a/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/serviceB.sh b/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/serviceB.sh new file mode 100644 index 0000000000000000000000000000000000000000..d528b7cf52c46f98653f6abce5adff4d47497b33 --- /dev/null +++ b/shellops/assets/ShellOps_3d720def44/gold/scripts/deploy/serviceB.sh @@ -0,0 +1,2 @@ +#!/bin/sh +#IMAGE_TAG=unused diff --git a/shellops/assets/ShellOps_3d720def44/gold/version_updates.log b/shellops/assets/ShellOps_3d720def44/gold/version_updates.log new file mode 100644 index 0000000000000000000000000000000000000000..86de1551290925e9556c9bfab8f6a461e99fbb99 --- /dev/null +++ b/shellops/assets/ShellOps_3d720def44/gold/version_updates.log @@ -0,0 +1 @@ +scripts/deploy/serviceA.sh diff --git a/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/.keep b/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/serviceA.sh b/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/serviceA.sh new file mode 100644 index 0000000000000000000000000000000000000000..8941d97c88230da16f38e4965ffe38f651054df0 --- /dev/null +++ b/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/serviceA.sh @@ -0,0 +1,2 @@ +#!/bin/sh +IMAGE_TAG=old123 diff --git a/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/serviceB.sh b/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/serviceB.sh new file mode 100644 index 0000000000000000000000000000000000000000..d528b7cf52c46f98653f6abce5adff4d47497b33 --- /dev/null +++ b/shellops/assets/ShellOps_3d720def44/init/scripts/deploy/serviceB.sh @@ -0,0 +1,2 @@ +#!/bin/sh +#IMAGE_TAG=unused diff --git a/shellops/assets/ShellOps_3dcfcf03c1/gold/container_errors.log b/shellops/assets/ShellOps_3dcfcf03c1/gold/container_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..ffc37e24deb3a8a3f1590ad8b956d38b514d7a6f --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/gold/container_errors.log @@ -0,0 +1,3 @@ +2024-03-10 14:22:40 ERROR Invalid container state: stopped +2024-03-10 16:15:05 ERROR Invalid container state: stopped +2024-03-10 15:01:15 ERROR Invalid container state: stopped diff --git a/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/.keep b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/daemon.log b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/daemon.log new file mode 100644 index 0000000000000000000000000000000000000000..8849ba6ff0e8c4bd9f2f80c48f5b81c2c6868154 --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/daemon.log @@ -0,0 +1,3 @@ +2024-03-10 14:22:35 INFO Starting containerd daemon +2024-03-10 14:22:40 ERROR Invalid container state: stopped +2024-03-10 14:22:45 INFO Container 'webserver' started successfully \ No newline at end of file diff --git a/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/network.log b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/network.log new file mode 100644 index 0000000000000000000000000000000000000000..813ddab352b88283e759f568853027322de221f0 --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/network.log @@ -0,0 +1,3 @@ +2024-03-10 16:15:00 WARNING Network policy applied +2024-03-10 16:15:05 ERROR Invalid container state: stopped +2024-03-10 16:15:10 INFO Network connectivity restored \ No newline at end of file diff --git a/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/runtime.log b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..610591ff17fdd90a91a7da0435ff54d4fdc975c4 --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/gold/containers/runtime.log @@ -0,0 +1,3 @@ +2024-03-10 15:01:10 DEBUG Checking container status +2024-03-10 15:01:15 ERROR Invalid container state: stopped +2024-03-10 15:01:20 DEBUG Container 'db' state: running \ No newline at end of file diff --git a/shellops/assets/ShellOps_3dcfcf03c1/init/containers/.keep b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3dcfcf03c1/init/containers/daemon.log b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/daemon.log new file mode 100644 index 0000000000000000000000000000000000000000..8849ba6ff0e8c4bd9f2f80c48f5b81c2c6868154 --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/daemon.log @@ -0,0 +1,3 @@ +2024-03-10 14:22:35 INFO Starting containerd daemon +2024-03-10 14:22:40 ERROR Invalid container state: stopped +2024-03-10 14:22:45 INFO Container 'webserver' started successfully \ No newline at end of file diff --git a/shellops/assets/ShellOps_3dcfcf03c1/init/containers/network.log b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/network.log new file mode 100644 index 0000000000000000000000000000000000000000..813ddab352b88283e759f568853027322de221f0 --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/network.log @@ -0,0 +1,3 @@ +2024-03-10 16:15:00 WARNING Network policy applied +2024-03-10 16:15:05 ERROR Invalid container state: stopped +2024-03-10 16:15:10 INFO Network connectivity restored \ No newline at end of file diff --git a/shellops/assets/ShellOps_3dcfcf03c1/init/containers/runtime.log b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..610591ff17fdd90a91a7da0435ff54d4fdc975c4 --- /dev/null +++ b/shellops/assets/ShellOps_3dcfcf03c1/init/containers/runtime.log @@ -0,0 +1,3 @@ +2024-03-10 15:01:10 DEBUG Checking container status +2024-03-10 15:01:15 ERROR Invalid container state: stopped +2024-03-10 15:01:20 DEBUG Container 'db' state: running \ No newline at end of file diff --git a/shellops/assets/ShellOps_3dd4d3d943/gold/access.trace b/shellops/assets/ShellOps_3dd4d3d943/gold/access.trace new file mode 100644 index 0000000000000000000000000000000000000000..0751a8e42021b1dcc3eb4779b616dc2e4834a12c --- /dev/null +++ b/shellops/assets/ShellOps_3dd4d3d943/gold/access.trace @@ -0,0 +1,3 @@ +2024-03-15 12:00:00 INFO REQUEST PATH: /v1/posts METHOD: POST +2024-03-15 12:01:00 INFO REQUEST PATH: /v1/users METHOD: GET +2024-03-15 12:02:00 INFO REQUEST PATH: /v1/posts METHOD: GET diff --git a/shellops/assets/ShellOps_3dd4d3d943/gold/manifest.yaml b/shellops/assets/ShellOps_3dd4d3d943/gold/manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1bd65b90c4aa94e69754e8cb3a9db2cd79500d31 --- /dev/null +++ b/shellops/assets/ShellOps_3dd4d3d943/gold/manifest.yaml @@ -0,0 +1,8 @@ +api: + endpoints: + - path: /v1/users + method: GET + - path: /v1/posts + method: POST + - path: /v1/comments + method: DELETE diff --git a/shellops/assets/ShellOps_3dd4d3d943/gold/missing_endpoints.out b/shellops/assets/ShellOps_3dd4d3d943/gold/missing_endpoints.out new file mode 100644 index 0000000000000000000000000000000000000000..3fd145b763c280a963942d4fc029fd72231ea9ad --- /dev/null +++ b/shellops/assets/ShellOps_3dd4d3d943/gold/missing_endpoints.out @@ -0,0 +1 @@ +/v1/comments diff --git a/shellops/assets/ShellOps_3dd4d3d943/init/.tmp/.keep b/shellops/assets/ShellOps_3dd4d3d943/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3dd4d3d943/init/access.trace b/shellops/assets/ShellOps_3dd4d3d943/init/access.trace new file mode 100644 index 0000000000000000000000000000000000000000..0751a8e42021b1dcc3eb4779b616dc2e4834a12c --- /dev/null +++ b/shellops/assets/ShellOps_3dd4d3d943/init/access.trace @@ -0,0 +1,3 @@ +2024-03-15 12:00:00 INFO REQUEST PATH: /v1/posts METHOD: POST +2024-03-15 12:01:00 INFO REQUEST PATH: /v1/users METHOD: GET +2024-03-15 12:02:00 INFO REQUEST PATH: /v1/posts METHOD: GET diff --git a/shellops/assets/ShellOps_3dd4d3d943/init/manifest.yaml b/shellops/assets/ShellOps_3dd4d3d943/init/manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1bd65b90c4aa94e69754e8cb3a9db2cd79500d31 --- /dev/null +++ b/shellops/assets/ShellOps_3dd4d3d943/init/manifest.yaml @@ -0,0 +1,8 @@ +api: + endpoints: + - path: /v1/users + method: GET + - path: /v1/posts + method: POST + - path: /v1/comments + method: DELETE diff --git a/shellops/assets/ShellOps_3e2d55bceb/gold/active_payments.tsv b/shellops/assets/ShellOps_3e2d55bceb/gold/active_payments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d602bbf576078bb567879d92fe7b5364ba7f5428 --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/gold/active_payments.tsv @@ -0,0 +1,2 @@ +V101 Alpha Supplies 1521.25 +V103 Gamma Services 1060.25 diff --git a/shellops/assets/ShellOps_3e2d55bceb/gold/notes.md b/shellops/assets/ShellOps_3e2d55bceb/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c3149a34e136c0880a5e7098f23cc248f4fb6174 --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/gold/notes.md @@ -0,0 +1 @@ +Internal note: V102 is pending review; exclude from active payments report. diff --git a/shellops/assets/ShellOps_3e2d55bceb/gold/payments.csv b/shellops/assets/ShellOps_3e2d55bceb/gold/payments.csv new file mode 100644 index 0000000000000000000000000000000000000000..773ffb6a4f61e87b304ac28a43034628d609c3c5 --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/gold/payments.csv @@ -0,0 +1,7 @@ +vendor_id,amount,date +V101,1200.50,2024-01-15 +V103,850.00,2024-01-16 +V101,320.75,2024-01-20 +V102,1500.00,2024-01-18 +V103,210.25,2024-01-22 +V104,500.00,2024-01-19 diff --git a/shellops/assets/ShellOps_3e2d55bceb/gold/vendors.json b/shellops/assets/ShellOps_3e2d55bceb/gold/vendors.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1abe43a2e8291b845ae46ff2dd667642dab4bc --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/gold/vendors.json @@ -0,0 +1,6 @@ +[ + {"vendor_id": "V101", "name": "Alpha Supplies", "status": "approved"}, + {"vendor_id": "V102", "name": "Beta Logistics", "status": "pending"}, + {"vendor_id": "V103", "name": "Gamma Services", "status": "approved"}, + {"vendor_id": "V104", "name": "Delta Manufacturing", "status": "suspended"} +] diff --git a/shellops/assets/ShellOps_3e2d55bceb/init/notes.md b/shellops/assets/ShellOps_3e2d55bceb/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c3149a34e136c0880a5e7098f23cc248f4fb6174 --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/init/notes.md @@ -0,0 +1 @@ +Internal note: V102 is pending review; exclude from active payments report. diff --git a/shellops/assets/ShellOps_3e2d55bceb/init/payments.csv b/shellops/assets/ShellOps_3e2d55bceb/init/payments.csv new file mode 100644 index 0000000000000000000000000000000000000000..773ffb6a4f61e87b304ac28a43034628d609c3c5 --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/init/payments.csv @@ -0,0 +1,7 @@ +vendor_id,amount,date +V101,1200.50,2024-01-15 +V103,850.00,2024-01-16 +V101,320.75,2024-01-20 +V102,1500.00,2024-01-18 +V103,210.25,2024-01-22 +V104,500.00,2024-01-19 diff --git a/shellops/assets/ShellOps_3e2d55bceb/init/vendors.json b/shellops/assets/ShellOps_3e2d55bceb/init/vendors.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1abe43a2e8291b845ae46ff2dd667642dab4bc --- /dev/null +++ b/shellops/assets/ShellOps_3e2d55bceb/init/vendors.json @@ -0,0 +1,6 @@ +[ + {"vendor_id": "V101", "name": "Alpha Supplies", "status": "approved"}, + {"vendor_id": "V102", "name": "Beta Logistics", "status": "pending"}, + {"vendor_id": "V103", "name": "Gamma Services", "status": "approved"}, + {"vendor_id": "V104", "name": "Delta Manufacturing", "status": "suspended"} +] diff --git a/shellops/assets/ShellOps_3e74b3ed6a/gold/approved_vendors.txt b/shellops/assets/ShellOps_3e74b3ed6a/gold/approved_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e8dae39c276d854c66db54d8354b5930f3eb0b6 --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/gold/approved_vendors.txt @@ -0,0 +1,8 @@ +AcmeCorp +Globex +Initech +Soylent +StarkInd +Umbrella +WayneEnt +Wonka diff --git a/shellops/assets/ShellOps_3e74b3ed6a/gold/distractor/notes.md b/shellops/assets/ShellOps_3e74b3ed6a/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4d0c25e17fa264a7b9d7f37c4205f94334464b8c --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/gold/distractor/notes.md @@ -0,0 +1,9 @@ +# Procurement Notes + +- P041: standard rack order +- P042: urgent switch deployment +- P043: fiber for new DC +- P044: panel for lab expansion +- P045: PSUs for refresh cycle +- P046: routers for branch rollout +- P047: UPS for redundancy diff --git a/shellops/assets/ShellOps_3e74b3ed6a/gold/orders.xml b/shellops/assets/ShellOps_3e74b3ed6a/gold/orders.xml new file mode 100644 index 0000000000000000000000000000000000000000..fcf2510d4f50bcc0417268b55c964a310fdb9bd4 --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/gold/orders.xml @@ -0,0 +1,38 @@ + + + + Server Rack + AcmeCorp + 5 + + + Network Switch + StarkInd + 12 + + + Fiber Cable + Globex + 100 + + + Patch Panel + Cyberdyne + 8 + + + Power Supply + TyrellCorp + 20 + + + Router + Initech + 6 + + + UPS Unit + TyrellCorp + 4 + + diff --git a/shellops/assets/ShellOps_3e74b3ed6a/gold/reports/missing_vendors.txt b/shellops/assets/ShellOps_3e74b3ed6a/gold/reports/missing_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaf9e0c2c474533c58cc9cb4cd8a2423b00f51e2 --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/gold/reports/missing_vendors.txt @@ -0,0 +1,2 @@ +Cyberdyne +TyrellCorp diff --git a/shellops/assets/ShellOps_3e74b3ed6a/init/approved_vendors.txt b/shellops/assets/ShellOps_3e74b3ed6a/init/approved_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e8dae39c276d854c66db54d8354b5930f3eb0b6 --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/init/approved_vendors.txt @@ -0,0 +1,8 @@ +AcmeCorp +Globex +Initech +Soylent +StarkInd +Umbrella +WayneEnt +Wonka diff --git a/shellops/assets/ShellOps_3e74b3ed6a/init/distractor/notes.md b/shellops/assets/ShellOps_3e74b3ed6a/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4d0c25e17fa264a7b9d7f37c4205f94334464b8c --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/init/distractor/notes.md @@ -0,0 +1,9 @@ +# Procurement Notes + +- P041: standard rack order +- P042: urgent switch deployment +- P043: fiber for new DC +- P044: panel for lab expansion +- P045: PSUs for refresh cycle +- P046: routers for branch rollout +- P047: UPS for redundancy diff --git a/shellops/assets/ShellOps_3e74b3ed6a/init/orders.xml b/shellops/assets/ShellOps_3e74b3ed6a/init/orders.xml new file mode 100644 index 0000000000000000000000000000000000000000..fcf2510d4f50bcc0417268b55c964a310fdb9bd4 --- /dev/null +++ b/shellops/assets/ShellOps_3e74b3ed6a/init/orders.xml @@ -0,0 +1,38 @@ + + + + Server Rack + AcmeCorp + 5 + + + Network Switch + StarkInd + 12 + + + Fiber Cable + Globex + 100 + + + Patch Panel + Cyberdyne + 8 + + + Power Supply + TyrellCorp + 20 + + + Router + Initech + 6 + + + UPS Unit + TyrellCorp + 4 + + diff --git a/shellops/assets/ShellOps_3eb3d8979a/gold/error_tracker.log b/shellops/assets/ShellOps_3eb3d8979a/gold/error_tracker.log new file mode 100644 index 0000000000000000000000000000000000000000..5c524eb5dcad5466282f219083b71b5fe1ee1753 --- /dev/null +++ b/shellops/assets/ShellOps_3eb3d8979a/gold/error_tracker.log @@ -0,0 +1,5 @@ +[2023-12-05T09:12:34] ERROR: FX-1289 - Voltage threshold exceeded +[2023-12-05T10:45:11] FATAL: FX-5512 - Clock domain collision +[2023-12-05T11:01:44] CRITICAL: FX-7220 - Signal integrity failure +[2023-12-05T11:01:44] INFO: Duration exceeded expected +[2023-12-05T11:03:59] FATAL: FX-5512 - Clock domain collision \ No newline at end of file diff --git a/shellops/assets/ShellOps_3eb3d8979a/gold/known_errs.tsv b/shellops/assets/ShellOps_3eb3d8979a/gold/known_errs.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3215c13505f5050e07cc999735be4298ece9c449 --- /dev/null +++ b/shellops/assets/ShellOps_3eb3d8979a/gold/known_errs.tsv @@ -0,0 +1,3 @@ +FX-1289 Voltage threshold exceeded Acknowledged 2023-11-30 +FX-7220 Signal integrity failure Under review +FX-9999 Placeholder error Reserved \ No newline at end of file diff --git a/shellops/assets/ShellOps_3eb3d8979a/gold/unresolved_fx_errors.txt b/shellops/assets/ShellOps_3eb3d8979a/gold/unresolved_fx_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..166d4dd67d5b2277dbd6f06bd16fe672dc7d373c --- /dev/null +++ b/shellops/assets/ShellOps_3eb3d8979a/gold/unresolved_fx_errors.txt @@ -0,0 +1 @@ +FX-5512 diff --git a/shellops/assets/ShellOps_3eb3d8979a/init/error_tracker.log b/shellops/assets/ShellOps_3eb3d8979a/init/error_tracker.log new file mode 100644 index 0000000000000000000000000000000000000000..5c524eb5dcad5466282f219083b71b5fe1ee1753 --- /dev/null +++ b/shellops/assets/ShellOps_3eb3d8979a/init/error_tracker.log @@ -0,0 +1,5 @@ +[2023-12-05T09:12:34] ERROR: FX-1289 - Voltage threshold exceeded +[2023-12-05T10:45:11] FATAL: FX-5512 - Clock domain collision +[2023-12-05T11:01:44] CRITICAL: FX-7220 - Signal integrity failure +[2023-12-05T11:01:44] INFO: Duration exceeded expected +[2023-12-05T11:03:59] FATAL: FX-5512 - Clock domain collision \ No newline at end of file diff --git a/shellops/assets/ShellOps_3eb3d8979a/init/known_errs.tsv b/shellops/assets/ShellOps_3eb3d8979a/init/known_errs.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3215c13505f5050e07cc999735be4298ece9c449 --- /dev/null +++ b/shellops/assets/ShellOps_3eb3d8979a/init/known_errs.tsv @@ -0,0 +1,3 @@ +FX-1289 Voltage threshold exceeded Acknowledged 2023-11-30 +FX-7220 Signal integrity failure Under review +FX-9999 Placeholder error Reserved \ No newline at end of file diff --git a/shellops/assets/ShellOps_3eb70d5b28/gold/compression_summary.out b/shellops/assets/ShellOps_3eb70d5b28/gold/compression_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..ed81f39923e0ac4de82f3b98f137f2c88a378a1b --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/gold/compression_summary.out @@ -0,0 +1,3 @@ +3 +5 +7 diff --git a/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/alpha.conf b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..69b6c0d39ea4c233ec8f7b2c5163fd7c59ea2008 --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/alpha.conf @@ -0,0 +1,2 @@ +compression_level 5 +buffer_size 1024 diff --git a/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/beta.conf b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..c25ac9060c41e89d3d9a029cc6b6d2720ca05637 --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/beta.conf @@ -0,0 +1,2 @@ +compression_level 3 +max_connections 100 diff --git a/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/delta.conf b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/delta.conf new file mode 100644 index 0000000000000000000000000000000000000000..635ef483539849ae1bccec1af1184b4d682da08a --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/delta.conf @@ -0,0 +1,2 @@ +max_requests 2000 +compression_level 7 diff --git a/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/epsilon.conf b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/epsilon.conf new file mode 100644 index 0000000000000000000000000000000000000000..5c82ddb177cc0676bdd092e7f0f1a311de0cf80b --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/epsilon.conf @@ -0,0 +1,2 @@ +compression_level 3 +threads 8 diff --git a/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/gamma.conf b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..82be10aec4f388578fb3943155adeed32d4055a7 --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/gold/device_configs/gamma.conf @@ -0,0 +1,2 @@ +compression_level 5 +cache_size 512 diff --git a/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/alpha.conf b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..69b6c0d39ea4c233ec8f7b2c5163fd7c59ea2008 --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/alpha.conf @@ -0,0 +1,2 @@ +compression_level 5 +buffer_size 1024 diff --git a/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/beta.conf b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..c25ac9060c41e89d3d9a029cc6b6d2720ca05637 --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/beta.conf @@ -0,0 +1,2 @@ +compression_level 3 +max_connections 100 diff --git a/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/delta.conf b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/delta.conf new file mode 100644 index 0000000000000000000000000000000000000000..635ef483539849ae1bccec1af1184b4d682da08a --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/delta.conf @@ -0,0 +1,2 @@ +max_requests 2000 +compression_level 7 diff --git a/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/epsilon.conf b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/epsilon.conf new file mode 100644 index 0000000000000000000000000000000000000000..5c82ddb177cc0676bdd092e7f0f1a311de0cf80b --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/epsilon.conf @@ -0,0 +1,2 @@ +compression_level 3 +threads 8 diff --git a/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/gamma.conf b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..82be10aec4f388578fb3943155adeed32d4055a7 --- /dev/null +++ b/shellops/assets/ShellOps_3eb70d5b28/init/device_configs/gamma.conf @@ -0,0 +1,2 @@ +compression_level 5 +cache_size 512 diff --git a/shellops/assets/ShellOps_3edb95488c/gold/active_services.conf b/shellops/assets/ShellOps_3edb95488c/gold/active_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..de842ae8d76de16ff96177d8d4931074fd6f30a9 --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/gold/active_services.conf @@ -0,0 +1,5 @@ +gateway +backend +auth +storage +analytics \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/analytics.log b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/analytics.log new file mode 100644 index 0000000000000000000000000000000000000000..163b1087ab336fcf96d5a6bae806090a23d4848c --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/analytics.log @@ -0,0 +1 @@ +service_name=analytics status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/backend.log b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/backend.log new file mode 100644 index 0000000000000000000000000000000000000000..2304e9bb81b9453843b23c72ebe34d653a48808c --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/backend.log @@ -0,0 +1 @@ +2024-05-15 10:23:45 [INFO] service_name=backend status=healthy latency=200ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/gateway.log b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/gateway.log new file mode 100644 index 0000000000000000000000000000000000000000..4db7d1c75259f12a825a0a2b47fb8cee73146f2e --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/gateway.log @@ -0,0 +1 @@ +2024-05-15 10:23:47 [WARN] service_name=gateway latency=450ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/storage.log b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/storage.log new file mode 100644 index 0000000000000000000000000000000000000000..b545c27f1dba6b42540539f644ea26b7d9ce4380 --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/gold/health_monitor/storage.log @@ -0,0 +1 @@ +[ERROR] service_name=storage error=timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/gold/pending_checks.txt b/shellops/assets/ShellOps_3edb95488c/gold/pending_checks.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fa1d81442410f93ddd027ef0ce5d57294b5dbce --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/gold/pending_checks.txt @@ -0,0 +1 @@ +auth diff --git a/shellops/assets/ShellOps_3edb95488c/init/active_services.conf b/shellops/assets/ShellOps_3edb95488c/init/active_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..de842ae8d76de16ff96177d8d4931074fd6f30a9 --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/init/active_services.conf @@ -0,0 +1,5 @@ +gateway +backend +auth +storage +analytics \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/init/health_monitor/analytics.log b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/analytics.log new file mode 100644 index 0000000000000000000000000000000000000000..163b1087ab336fcf96d5a6bae806090a23d4848c --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/analytics.log @@ -0,0 +1 @@ +service_name=analytics status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/init/health_monitor/backend.log b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/backend.log new file mode 100644 index 0000000000000000000000000000000000000000..2304e9bb81b9453843b23c72ebe34d653a48808c --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/backend.log @@ -0,0 +1 @@ +2024-05-15 10:23:45 [INFO] service_name=backend status=healthy latency=200ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/init/health_monitor/gateway.log b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/gateway.log new file mode 100644 index 0000000000000000000000000000000000000000..4db7d1c75259f12a825a0a2b47fb8cee73146f2e --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/gateway.log @@ -0,0 +1 @@ +2024-05-15 10:23:47 [WARN] service_name=gateway latency=450ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_3edb95488c/init/health_monitor/storage.log b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/storage.log new file mode 100644 index 0000000000000000000000000000000000000000..b545c27f1dba6b42540539f644ea26b7d9ce4380 --- /dev/null +++ b/shellops/assets/ShellOps_3edb95488c/init/health_monitor/storage.log @@ -0,0 +1 @@ +[ERROR] service_name=storage error=timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f029a5691/gold/active_devices.txt b/shellops/assets/ShellOps_3f029a5691/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0b2ae608e082d3bfa9623e4478565e48c01b7a0 --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/gold/active_devices.txt @@ -0,0 +1,5 @@ +DEV001 +DEV002 +DEV004 +DEV007 +DEV009 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f029a5691/gold/audit/device_audit.xml b/shellops/assets/ShellOps_3f029a5691/gold/audit/device_audit.xml new file mode 100644 index 0000000000000000000000000000000000000000..ed151960d5496113960c2114636c0460d1bc6c6b --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/gold/audit/device_audit.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f029a5691/gold/notes/distractor.md b/shellops/assets/ShellOps_3f029a5691/gold/notes/distractor.md new file mode 100644 index 0000000000000000000000000000000000000000..a1eb1048bdc96f5c8c5b7457abd7cb5a3f583970 --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/gold/notes/distractor.md @@ -0,0 +1,3 @@ +This file contains irrelevant notes and should not affect the task. +- Considered DEV010 but it was deprecated. +- DEV011 had a firmware update last quarter. \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f029a5691/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_3f029a5691/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..10d962cd20fb91ca7f69af0d5ebe182040efbcbb --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/gold/reports/missing_devices.txt @@ -0,0 +1,4 @@ +DEV003 +DEV005 +DEV006 +DEV008 diff --git a/shellops/assets/ShellOps_3f029a5691/init/active_devices.txt b/shellops/assets/ShellOps_3f029a5691/init/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0b2ae608e082d3bfa9623e4478565e48c01b7a0 --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/init/active_devices.txt @@ -0,0 +1,5 @@ +DEV001 +DEV002 +DEV004 +DEV007 +DEV009 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f029a5691/init/audit/device_audit.xml b/shellops/assets/ShellOps_3f029a5691/init/audit/device_audit.xml new file mode 100644 index 0000000000000000000000000000000000000000..ed151960d5496113960c2114636c0460d1bc6c6b --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/init/audit/device_audit.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f029a5691/init/notes/distractor.md b/shellops/assets/ShellOps_3f029a5691/init/notes/distractor.md new file mode 100644 index 0000000000000000000000000000000000000000..a1eb1048bdc96f5c8c5b7457abd7cb5a3f583970 --- /dev/null +++ b/shellops/assets/ShellOps_3f029a5691/init/notes/distractor.md @@ -0,0 +1,3 @@ +This file contains irrelevant notes and should not affect the task. +- Considered DEV010 but it was deprecated. +- DEV011 had a firmware update last quarter. \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f042d3709/gold/archive/old_sensors.json b/shellops/assets/ShellOps_3f042d3709/gold/archive/old_sensors.json new file mode 100644 index 0000000000000000000000000000000000000000..c1a3d4624698e069908ef688a736c18fbabff14b --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/gold/archive/old_sensors.json @@ -0,0 +1 @@ +{"id": "sensor-999", "status": "faulty"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f042d3709/gold/maintenance/exclusions.txt b/shellops/assets/ShellOps_3f042d3709/gold/maintenance/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..4820947cec1318a058e3efe7b820accd687101c4 --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/gold/maintenance/exclusions.txt @@ -0,0 +1,2 @@ +sensor-003 +sensor-005 diff --git a/shellops/assets/ShellOps_3f042d3709/gold/monitoring/report_2024-05-15.json b/shellops/assets/ShellOps_3f042d3709/gold/monitoring/report_2024-05-15.json new file mode 100644 index 0000000000000000000000000000000000000000..7c61863fe464c85d931aac2bdd9fb42c18d810aa --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/gold/monitoring/report_2024-05-15.json @@ -0,0 +1,2 @@ +{"id": "sensor-001", "status": "active"} +{"id": "sensor-002", "status": "faulty"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f042d3709/gold/monitoring/report_2024-05-16.json b/shellops/assets/ShellOps_3f042d3709/gold/monitoring/report_2024-05-16.json new file mode 100644 index 0000000000000000000000000000000000000000..6545c2af3fef6fbbc8bc701794d66e045048ac27 --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/gold/monitoring/report_2024-05-16.json @@ -0,0 +1,2 @@ +{"id": "sensor-003", "status": "faulty"} +{"id": "sensor-004", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f042d3709/gold/unresolved_faults.txt b/shellops/assets/ShellOps_3f042d3709/gold/unresolved_faults.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b9480fff0bfde111f7cb22479d1cfa918e70c84 --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/gold/unresolved_faults.txt @@ -0,0 +1 @@ +sensor-002 diff --git a/shellops/assets/ShellOps_3f042d3709/init/archive/old_sensors.json b/shellops/assets/ShellOps_3f042d3709/init/archive/old_sensors.json new file mode 100644 index 0000000000000000000000000000000000000000..c1a3d4624698e069908ef688a736c18fbabff14b --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/init/archive/old_sensors.json @@ -0,0 +1 @@ +{"id": "sensor-999", "status": "faulty"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f042d3709/init/maintenance/exclusions.txt b/shellops/assets/ShellOps_3f042d3709/init/maintenance/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..4820947cec1318a058e3efe7b820accd687101c4 --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/init/maintenance/exclusions.txt @@ -0,0 +1,2 @@ +sensor-003 +sensor-005 diff --git a/shellops/assets/ShellOps_3f042d3709/init/monitoring/report_2024-05-15.json b/shellops/assets/ShellOps_3f042d3709/init/monitoring/report_2024-05-15.json new file mode 100644 index 0000000000000000000000000000000000000000..7c61863fe464c85d931aac2bdd9fb42c18d810aa --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/init/monitoring/report_2024-05-15.json @@ -0,0 +1,2 @@ +{"id": "sensor-001", "status": "active"} +{"id": "sensor-002", "status": "faulty"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f042d3709/init/monitoring/report_2024-05-16.json b/shellops/assets/ShellOps_3f042d3709/init/monitoring/report_2024-05-16.json new file mode 100644 index 0000000000000000000000000000000000000000..6545c2af3fef6fbbc8bc701794d66e045048ac27 --- /dev/null +++ b/shellops/assets/ShellOps_3f042d3709/init/monitoring/report_2024-05-16.json @@ -0,0 +1,2 @@ +{"id": "sensor-003", "status": "faulty"} +{"id": "sensor-004", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f05c9327d/gold/inventory/export.json b/shellops/assets/ShellOps_3f05c9327d/gold/inventory/export.json new file mode 100644 index 0000000000000000000000000000000000000000..1374550f7242ed9b2f33829998a8eebf2726e050 --- /dev/null +++ b/shellops/assets/ShellOps_3f05c9327d/gold/inventory/export.json @@ -0,0 +1,52 @@ +{ + "products": [ + { + "id": 101, + "name": "Wireless Headphones", + "category": "Electronics", + "price": 79.99 + }, + { + "id": 102, + "name": "Running Shoes", + "category": "Footwear", + "price": 59.99 + }, + { + "id": 103, + "name": "Stainless Steel Water Bottle", + "category": "Accessories", + "price": 14.99 + }, + { + "id": 104, + "name": "Smartphone", + "category": "Electronics", + "price": 699.99 + }, + { + "id": 105, + "name": "Yoga Mat", + "category": "Fitness", + "price": 24.99 + }, + { + "id": 106, + "name": "Bluetooth Speaker", + "category": "Electronics", + "price": 39.99 + }, + { + "id": 107, + "name": "Hiking Backpack", + "category": "Outdoor", + "price": 89.99 + }, + { + "id": 108, + "name": "Digital Watch", + "category": "Accessories", + "price": 49.99 + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f05c9327d/gold/reports/.keep b/shellops/assets/ShellOps_3f05c9327d/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3f05c9327d/gold/reports/product_categories.tsv b/shellops/assets/ShellOps_3f05c9327d/gold/reports/product_categories.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9ab5fc2f5ae211aae750e4e998f2edd2c3bd5632 --- /dev/null +++ b/shellops/assets/ShellOps_3f05c9327d/gold/reports/product_categories.tsv @@ -0,0 +1,5 @@ +Accessories +Electronics +Fitness +Footwear +Outdoor diff --git a/shellops/assets/ShellOps_3f05c9327d/init/inventory/export.json b/shellops/assets/ShellOps_3f05c9327d/init/inventory/export.json new file mode 100644 index 0000000000000000000000000000000000000000..1374550f7242ed9b2f33829998a8eebf2726e050 --- /dev/null +++ b/shellops/assets/ShellOps_3f05c9327d/init/inventory/export.json @@ -0,0 +1,52 @@ +{ + "products": [ + { + "id": 101, + "name": "Wireless Headphones", + "category": "Electronics", + "price": 79.99 + }, + { + "id": 102, + "name": "Running Shoes", + "category": "Footwear", + "price": 59.99 + }, + { + "id": 103, + "name": "Stainless Steel Water Bottle", + "category": "Accessories", + "price": 14.99 + }, + { + "id": 104, + "name": "Smartphone", + "category": "Electronics", + "price": 699.99 + }, + { + "id": 105, + "name": "Yoga Mat", + "category": "Fitness", + "price": 24.99 + }, + { + "id": 106, + "name": "Bluetooth Speaker", + "category": "Electronics", + "price": 39.99 + }, + { + "id": 107, + "name": "Hiking Backpack", + "category": "Outdoor", + "price": 89.99 + }, + { + "id": 108, + "name": "Digital Watch", + "category": "Accessories", + "price": 49.99 + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f05c9327d/init/reports/.keep b/shellops/assets/ShellOps_3f05c9327d/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3f2339be74/gold/aligned_devices.txt b/shellops/assets/ShellOps_3f2339be74/gold/aligned_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..df89aa31ea6ea43b9a90407643fdf2e54bb8b298 --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/gold/aligned_devices.txt @@ -0,0 +1,2 @@ +DEV-2048 +DEV-3072 diff --git a/shellops/assets/ShellOps_3f2339be74/gold/inventory/devices.tsv b/shellops/assets/ShellOps_3f2339be74/gold/inventory/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..88e039651e5e017691297414d684a4faf915912c --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/gold/inventory/devices.tsv @@ -0,0 +1,6 @@ +rack-a|model-x active 2024-05-15 +rack-b|model-y active 2024-05-20 +rack-c|model-z retired 2024-04-10 +DEV-2048|model-w active 2024-06-01 +rack-d|model-x active 2024-05-25 +DEV-3072|model-y active 2024-06-01 diff --git a/shellops/assets/ShellOps_3f2339be74/gold/notes/irrelevant.md b/shellops/assets/ShellOps_3f2339be74/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..52743489b55c680d2d5618cdea42737e469240f2 --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/gold/notes/irrelevant.md @@ -0,0 +1 @@ +This file should not affect the alignment task. diff --git a/shellops/assets/ShellOps_3f2339be74/gold/telemetry/device_events.log b/shellops/assets/ShellOps_3f2339be74/gold/telemetry/device_events.log new file mode 100644 index 0000000000000000000000000000000000000000..e7ee17c0fe98744a737f8fcce48bdca21558c037 --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/gold/telemetry/device_events.log @@ -0,0 +1,8 @@ +2024-06-01 08:30:15 device_id=DEV-1024 status=online DEFUNCT +2024-06-01 08:31:22 device_id=DEV-2048 status=online +2024-06-01 08:32:10 device_id=DEV-3072 status=offline +2024-06-01 08:33:05 device_id=DEV-4096 status=online +2024-06-01 08:34:18 device_id=DEV-1024 status=online +2024-06-01 08:35:40 device_id=DEV-3072 status=online +2024-06-01 08:36:12 device_id=DEV-8192 status=online DEFUNCT +2024-06-01 08:37:01 device_id=DEV-2048 status=offline diff --git a/shellops/assets/ShellOps_3f2339be74/init/inventory/devices.tsv b/shellops/assets/ShellOps_3f2339be74/init/inventory/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..88e039651e5e017691297414d684a4faf915912c --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/init/inventory/devices.tsv @@ -0,0 +1,6 @@ +rack-a|model-x active 2024-05-15 +rack-b|model-y active 2024-05-20 +rack-c|model-z retired 2024-04-10 +DEV-2048|model-w active 2024-06-01 +rack-d|model-x active 2024-05-25 +DEV-3072|model-y active 2024-06-01 diff --git a/shellops/assets/ShellOps_3f2339be74/init/notes/irrelevant.md b/shellops/assets/ShellOps_3f2339be74/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..52743489b55c680d2d5618cdea42737e469240f2 --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/init/notes/irrelevant.md @@ -0,0 +1 @@ +This file should not affect the alignment task. diff --git a/shellops/assets/ShellOps_3f2339be74/init/telemetry/device_events.log b/shellops/assets/ShellOps_3f2339be74/init/telemetry/device_events.log new file mode 100644 index 0000000000000000000000000000000000000000..e7ee17c0fe98744a737f8fcce48bdca21558c037 --- /dev/null +++ b/shellops/assets/ShellOps_3f2339be74/init/telemetry/device_events.log @@ -0,0 +1,8 @@ +2024-06-01 08:30:15 device_id=DEV-1024 status=online DEFUNCT +2024-06-01 08:31:22 device_id=DEV-2048 status=online +2024-06-01 08:32:10 device_id=DEV-3072 status=offline +2024-06-01 08:33:05 device_id=DEV-4096 status=online +2024-06-01 08:34:18 device_id=DEV-1024 status=online +2024-06-01 08:35:40 device_id=DEV-3072 status=online +2024-06-01 08:36:12 device_id=DEV-8192 status=online DEFUNCT +2024-06-01 08:37:01 device_id=DEV-2048 status=offline diff --git a/shellops/assets/ShellOps_3f3fc80bf8/gold/approved_ports.txt b/shellops/assets/ShellOps_3f3fc80bf8/gold/approved_ports.txt new file mode 100644 index 0000000000000000000000000000000000000000..da1de6a25e47505c1d376806cd8239a99bf874ac --- /dev/null +++ b/shellops/assets/ShellOps_3f3fc80bf8/gold/approved_ports.txt @@ -0,0 +1,4 @@ +eth0 +eth2 +eth4 +eth5 diff --git a/shellops/assets/ShellOps_3f3fc80bf8/gold/netconfig.xml b/shellops/assets/ShellOps_3f3fc80bf8/gold/netconfig.xml new file mode 100644 index 0000000000000000000000000000000000000000..05ccc36eeeb1afc6816240307200e2523a24e005 --- /dev/null +++ b/shellops/assets/ShellOps_3f3fc80bf8/gold/netconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_3f3fc80bf8/gold/notes.md b/shellops/assets/ShellOps_3f3fc80bf8/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9b6b617891ae37633d91db1d341aa6d3a9d984e7 --- /dev/null +++ b/shellops/assets/ShellOps_3f3fc80bf8/gold/notes.md @@ -0,0 +1,3 @@ +# Network reconciliation task +- Remove deprecated ports from the approved list. +- Use netconfig.xml to identify deprecated ports. diff --git a/shellops/assets/ShellOps_3f3fc80bf8/init/approved_ports.txt b/shellops/assets/ShellOps_3f3fc80bf8/init/approved_ports.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fd8f1f252fe30bb457654b6722b06f219ae15e7 --- /dev/null +++ b/shellops/assets/ShellOps_3f3fc80bf8/init/approved_ports.txt @@ -0,0 +1,7 @@ +eth0 +eth1 +eth2 +eth3 +eth4 +eth5 +eth6 diff --git a/shellops/assets/ShellOps_3f3fc80bf8/init/netconfig.xml b/shellops/assets/ShellOps_3f3fc80bf8/init/netconfig.xml new file mode 100644 index 0000000000000000000000000000000000000000..05ccc36eeeb1afc6816240307200e2523a24e005 --- /dev/null +++ b/shellops/assets/ShellOps_3f3fc80bf8/init/netconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_3f3fc80bf8/init/notes.md b/shellops/assets/ShellOps_3f3fc80bf8/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9b6b617891ae37633d91db1d341aa6d3a9d984e7 --- /dev/null +++ b/shellops/assets/ShellOps_3f3fc80bf8/init/notes.md @@ -0,0 +1,3 @@ +# Network reconciliation task +- Remove deprecated ports from the approved list. +- Use netconfig.xml to identify deprecated ports. diff --git a/shellops/assets/ShellOps_3f4330c582/gold/servers/api_gateway.cfg b/shellops/assets/ShellOps_3f4330c582/gold/servers/api_gateway.cfg new file mode 100644 index 0000000000000000000000000000000000000000..95c058c217e0164576dd16134e756339e9f60a0c --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/gold/servers/api_gateway.cfg @@ -0,0 +1,10 @@ +server { + listen 443 ssl; + server_name api.example.com; + ssl_protocols TLSv1.2 TLSv1.1; + ssl_certificate /etc/ssl/certs/api.example.com.crt; + ssl_certificate_key /etc/ssl/private/api.example.com.key; + location / { + proxy_pass http://api_backend; + } +} diff --git a/shellops/assets/ShellOps_3f4330c582/gold/servers/legacy_backend.cfg b/shellops/assets/ShellOps_3f4330c582/gold/servers/legacy_backend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..430872c8fb274a31d2fb9e884e709899c0f6fcc0 --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/gold/servers/legacy_backend.cfg @@ -0,0 +1,10 @@ +server { + listen 443 ssl; + server_name legacy.example.com; + ssl_protocols TLSv1.2 TLSv1.3; + ssl_certificate /etc/ssl/certs/legacy.example.com.crt; + ssl_certificate_key /etc/ssl/private/legacy.example.com.key; + location / { + proxy_pass http://legacy_backend; + } +} diff --git a/shellops/assets/ShellOps_3f4330c582/gold/servers/web_frontend.cfg b/shellops/assets/ShellOps_3f4330c582/gold/servers/web_frontend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3c4045e4ec92f335f4f7c8a617887881756def37 --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/gold/servers/web_frontend.cfg @@ -0,0 +1,10 @@ +server { + listen 443 ssl; + server_name example.com; + ssl_protocols TLSv1.2 TLSv1.3; + ssl_certificate /etc/ssl/certs/example.com.crt; + ssl_certificate_key /etc/ssl/private/example.com.key; + location / { + proxy_pass http://backend; + } +} diff --git a/shellops/assets/ShellOps_3f4330c582/gold/tls_reconciliation.out b/shellops/assets/ShellOps_3f4330c582/gold/tls_reconciliation.out new file mode 100644 index 0000000000000000000000000000000000000000..6e83f5b75aa02f9d8cb8dba88effd24a05974a3f --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/gold/tls_reconciliation.out @@ -0,0 +1,2 @@ +TLSv1.2 +TLSv1.3 diff --git a/shellops/assets/ShellOps_3f4330c582/init/servers/api_gateway.cfg b/shellops/assets/ShellOps_3f4330c582/init/servers/api_gateway.cfg new file mode 100644 index 0000000000000000000000000000000000000000..95c058c217e0164576dd16134e756339e9f60a0c --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/init/servers/api_gateway.cfg @@ -0,0 +1,10 @@ +server { + listen 443 ssl; + server_name api.example.com; + ssl_protocols TLSv1.2 TLSv1.1; + ssl_certificate /etc/ssl/certs/api.example.com.crt; + ssl_certificate_key /etc/ssl/private/api.example.com.key; + location / { + proxy_pass http://api_backend; + } +} diff --git a/shellops/assets/ShellOps_3f4330c582/init/servers/legacy_backend.cfg b/shellops/assets/ShellOps_3f4330c582/init/servers/legacy_backend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..430872c8fb274a31d2fb9e884e709899c0f6fcc0 --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/init/servers/legacy_backend.cfg @@ -0,0 +1,10 @@ +server { + listen 443 ssl; + server_name legacy.example.com; + ssl_protocols TLSv1.2 TLSv1.3; + ssl_certificate /etc/ssl/certs/legacy.example.com.crt; + ssl_certificate_key /etc/ssl/private/legacy.example.com.key; + location / { + proxy_pass http://legacy_backend; + } +} diff --git a/shellops/assets/ShellOps_3f4330c582/init/servers/web_frontend.cfg b/shellops/assets/ShellOps_3f4330c582/init/servers/web_frontend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3c4045e4ec92f335f4f7c8a617887881756def37 --- /dev/null +++ b/shellops/assets/ShellOps_3f4330c582/init/servers/web_frontend.cfg @@ -0,0 +1,10 @@ +server { + listen 443 ssl; + server_name example.com; + ssl_protocols TLSv1.2 TLSv1.3; + ssl_certificate /etc/ssl/certs/example.com.crt; + ssl_certificate_key /etc/ssl/private/example.com.key; + location / { + proxy_pass http://backend; + } +} diff --git a/shellops/assets/ShellOps_3f44dba7ea/gold/adjusted_errors.log b/shellops/assets/ShellOps_3f44dba7ea/gold/adjusted_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..4957173f3fba412996db98f5a601df3c7f2fb049 --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/gold/adjusted_errors.log @@ -0,0 +1,3 @@ +SN-01A temperature_sensor_v3 E_OVERHEAT +SN-02B pressure_sensor_v4 E_PRESSURE_DROP +SN-03C current_humidity_sensor E_MOISTURE diff --git a/shellops/assets/ShellOps_3f44dba7ea/gold/component_labels.tsv b/shellops/assets/ShellOps_3f44dba7ea/gold/component_labels.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5ca7c6010a43098701bedc90eb39741bf3e1a9d5 --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/gold/component_labels.tsv @@ -0,0 +1,3 @@ +SN-01A temperature_sensor_v3 +SN-02B pressure_sensor_v4 +SN-04D test_instrument \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f44dba7ea/gold/deprecated/deprecated_errors.txt b/shellops/assets/ShellOps_3f44dba7ea/gold/deprecated/deprecated_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..da349aa2bbdcb2761ff07b6d5441fdae5674d90b --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/gold/deprecated/deprecated_errors.txt @@ -0,0 +1 @@ +E_OLD_CODE: Use E_NEW_CODE instead \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f44dba7ea/gold/sensor_readings.log b/shellops/assets/ShellOps_3f44dba7ea/gold/sensor_readings.log new file mode 100644 index 0000000000000000000000000000000000000000..e873e8f7057644be75f00dbd8489e83e6211c83e --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/gold/sensor_readings.log @@ -0,0 +1,3 @@ +SN-01A obsolete_thermal_sensor E_OVERHEAT +SN-02B old_pressure_sensor E_PRESSURE_DROP +SN-03C current_humidity_sensor E_MOISTURE \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f44dba7ea/init/component_labels.tsv b/shellops/assets/ShellOps_3f44dba7ea/init/component_labels.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5ca7c6010a43098701bedc90eb39741bf3e1a9d5 --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/init/component_labels.tsv @@ -0,0 +1,3 @@ +SN-01A temperature_sensor_v3 +SN-02B pressure_sensor_v4 +SN-04D test_instrument \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f44dba7ea/init/deprecated/deprecated_errors.txt b/shellops/assets/ShellOps_3f44dba7ea/init/deprecated/deprecated_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..da349aa2bbdcb2761ff07b6d5441fdae5674d90b --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/init/deprecated/deprecated_errors.txt @@ -0,0 +1 @@ +E_OLD_CODE: Use E_NEW_CODE instead \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f44dba7ea/init/sensor_readings.log b/shellops/assets/ShellOps_3f44dba7ea/init/sensor_readings.log new file mode 100644 index 0000000000000000000000000000000000000000..e873e8f7057644be75f00dbd8489e83e6211c83e --- /dev/null +++ b/shellops/assets/ShellOps_3f44dba7ea/init/sensor_readings.log @@ -0,0 +1,3 @@ +SN-01A obsolete_thermal_sensor E_OVERHEAT +SN-02B old_pressure_sensor E_PRESSURE_DROP +SN-03C current_humidity_sensor E_MOISTURE \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/cluster_priority.txt b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/cluster_priority.txt new file mode 100644 index 0000000000000000000000000000000000000000..80e87f87d7db737dafac11bc306a82a1f43f2d36 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/cluster_priority.txt @@ -0,0 +1,5 @@ +cluster_id|node_count +cluster_alpha|6 +cluster_beta|4 +cluster_charlie|2 +cluster_delta|2 diff --git a/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_alpha.log b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..e0bef4c90f0f076c98848e1a3be4de768545e676 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_alpha.log @@ -0,0 +1,4 @@ +node_101 event_start cluster_alpha status=running +node_102 event_start cluster_beta status=running +node_103 event_start cluster_alpha status=running +node_104 event_start cluster_charlie status=running diff --git a/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_beta.log b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..9ad04181dace0d8718515d90089b724cc1f8fd75 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_beta.log @@ -0,0 +1,6 @@ +node_201 event_start cluster_beta status=running +node_202 event_start cluster_alpha status=running +node_203 event_start cluster_beta status=running +node_204 event_start cluster_delta status=running +node_205 event_start cluster_alpha status=running +node_206 event_start cluster_alpha status=running diff --git a/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_gamma.log b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..f3f4557c9c22c0bef6678c7d657aa271b7d21d97 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/node_gamma.log @@ -0,0 +1,4 @@ +node_301 event_start cluster_charlie status=running +node_302 event_start cluster_delta status=running +node_303 event_start cluster_beta status=running +node_304 event_start cluster_alpha status=running diff --git a/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/notes.txt b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..9239769118f49c2b71cdc774441f6a1258a7d591 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/gold/diagnostics/notes.txt @@ -0,0 +1 @@ +Audit trail and maintenance notes for diagnostics collection. diff --git a/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_alpha.log b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..e0bef4c90f0f076c98848e1a3be4de768545e676 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_alpha.log @@ -0,0 +1,4 @@ +node_101 event_start cluster_alpha status=running +node_102 event_start cluster_beta status=running +node_103 event_start cluster_alpha status=running +node_104 event_start cluster_charlie status=running diff --git a/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_beta.log b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..9ad04181dace0d8718515d90089b724cc1f8fd75 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_beta.log @@ -0,0 +1,6 @@ +node_201 event_start cluster_beta status=running +node_202 event_start cluster_alpha status=running +node_203 event_start cluster_beta status=running +node_204 event_start cluster_delta status=running +node_205 event_start cluster_alpha status=running +node_206 event_start cluster_alpha status=running diff --git a/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_gamma.log b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..f3f4557c9c22c0bef6678c7d657aa271b7d21d97 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/node_gamma.log @@ -0,0 +1,4 @@ +node_301 event_start cluster_charlie status=running +node_302 event_start cluster_delta status=running +node_303 event_start cluster_beta status=running +node_304 event_start cluster_alpha status=running diff --git a/shellops/assets/ShellOps_3f463544f0/init/diagnostics/notes.txt b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..9239769118f49c2b71cdc774441f6a1258a7d591 --- /dev/null +++ b/shellops/assets/ShellOps_3f463544f0/init/diagnostics/notes.txt @@ -0,0 +1 @@ +Audit trail and maintenance notes for diagnostics collection. diff --git a/shellops/assets/ShellOps_3f68d99413/gold/metrics/.keep b/shellops/assets/ShellOps_3f68d99413/gold/metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_1.metrics b/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_1.metrics new file mode 100644 index 0000000000000000000000000000000000000000..3256800e1f1b8c4729686c85c94e3fc9f986c0de --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_1.metrics @@ -0,0 +1,5 @@ +throughput: 1200 +latency: 42 +cpu_usage: 85 +latency: 38 +memory_usage: 512 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_2.metrics b/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_2.metrics new file mode 100644 index 0000000000000000000000000000000000000000..28345d893fa7b449aadaa55fe982f7940e1d7950 --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_2.metrics @@ -0,0 +1,4 @@ +throughput: 1100 +cpu_usage: 90 +latency: 45 +memory_usage: 480 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_3.metrics b/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_3.metrics new file mode 100644 index 0000000000000000000000000000000000000000..e305e782b7a6f6f450c709dffbe51050c599d7fe --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/gold/metrics/iteration_3.metrics @@ -0,0 +1,6 @@ +throughput: 1300 +latency: 40 +cpu_usage: 88 +latency: 41 +latency: 39 +memory_usage: 500 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f68d99413/gold/sorted_latencies.out b/shellops/assets/ShellOps_3f68d99413/gold/sorted_latencies.out new file mode 100644 index 0000000000000000000000000000000000000000..8ff6ec0ffdae5b94c16ded274ae04daae5c3aa42 --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/gold/sorted_latencies.out @@ -0,0 +1,6 @@ +38 +39 +40 +41 +42 +45 diff --git a/shellops/assets/ShellOps_3f68d99413/init/metrics/.keep b/shellops/assets/ShellOps_3f68d99413/init/metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_1.metrics b/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_1.metrics new file mode 100644 index 0000000000000000000000000000000000000000..3256800e1f1b8c4729686c85c94e3fc9f986c0de --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_1.metrics @@ -0,0 +1,5 @@ +throughput: 1200 +latency: 42 +cpu_usage: 85 +latency: 38 +memory_usage: 512 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_2.metrics b/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_2.metrics new file mode 100644 index 0000000000000000000000000000000000000000..28345d893fa7b449aadaa55fe982f7940e1d7950 --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_2.metrics @@ -0,0 +1,4 @@ +throughput: 1100 +cpu_usage: 90 +latency: 45 +memory_usage: 480 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_3.metrics b/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_3.metrics new file mode 100644 index 0000000000000000000000000000000000000000..e305e782b7a6f6f450c709dffbe51050c599d7fe --- /dev/null +++ b/shellops/assets/ShellOps_3f68d99413/init/metrics/iteration_3.metrics @@ -0,0 +1,6 @@ +throughput: 1300 +latency: 40 +cpu_usage: 88 +latency: 41 +latency: 39 +memory_usage: 500 \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f8b6f26ab/gold/project/README.md b/shellops/assets/ShellOps_3f8b6f26ab/gold/project/README.md new file mode 100644 index 0000000000000000000000000000000000000000..36703f552234d8be80bd77b6b79cef7a55d8fc10 --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/gold/project/README.md @@ -0,0 +1,7 @@ +# Backup System + +This project manages automated backups for the application. + +## Configuration + +See `config/backup.ini` for main settings. \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f8b6f26ab/gold/project/config_patch.diff b/shellops/assets/ShellOps_3f8b6f26ab/gold/project/config_patch.diff new file mode 100644 index 0000000000000000000000000000000000000000..231a495b854995f68c78c46e7e1834b4ebefb507 --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/gold/project/config_patch.diff @@ -0,0 +1,21 @@ ++++ config/backup.ini +--- config/backup.ini.bak +@@ -1,7 +1,7 @@ + [backup] +-enabled = false ++enabled = true + interval = 86400 + retention = 7 + + [storage] + path = /var/backup ++++ src/utils/logger.py +--- src/utils/logger.py.bak +@@ -5,7 +5,7 @@ + + def debug(msg): + logger.debug(msg) + +-def info(msg): ++def log_info(msg): + logger.info(msg) diff --git a/shellops/assets/ShellOps_3f8b6f26ab/gold/project/log_backup.diff b/shellops/assets/ShellOps_3f8b6f26ab/gold/project/log_backup.diff new file mode 100644 index 0000000000000000000000000000000000000000..29cb67d357ad23df2ccfd9460677dc0fcedf88aa --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/gold/project/log_backup.diff @@ -0,0 +1,20 @@ ++++ src/utils/logger.py +--- src/utils/logger.py.bak +@@ -1,5 +1,5 @@ + import logging + +-logger = logging.getLogger(__name__) ++logger = logging.getLogger('backup_system') + + def debug(msg): + logger.debug(msg) ++++ src/api/endpoints.py +--- src/api/endpoints.py.bak +@@ -10,7 +10,7 @@ + return jsonify({'status': 'ok'}) + + @app.route('/backup', methods=['POST']) +-def create_backup(): ++def start_backup_process(): + backup_manager.run() + return jsonify({'status': 'backup started'}) diff --git a/shellops/assets/ShellOps_3f8b6f26ab/gold/sources.trace b/shellops/assets/ShellOps_3f8b6f26ab/gold/sources.trace new file mode 100644 index 0000000000000000000000000000000000000000..ec81550ed233f3b376ee32c36258b64e257a7802 --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/gold/sources.trace @@ -0,0 +1,3 @@ +config/backup.ini +src/api/endpoints.py +src/utils/logger.py diff --git a/shellops/assets/ShellOps_3f8b6f26ab/init/project/README.md b/shellops/assets/ShellOps_3f8b6f26ab/init/project/README.md new file mode 100644 index 0000000000000000000000000000000000000000..36703f552234d8be80bd77b6b79cef7a55d8fc10 --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/init/project/README.md @@ -0,0 +1,7 @@ +# Backup System + +This project manages automated backups for the application. + +## Configuration + +See `config/backup.ini` for main settings. \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f8b6f26ab/init/project/config_patch.diff b/shellops/assets/ShellOps_3f8b6f26ab/init/project/config_patch.diff new file mode 100644 index 0000000000000000000000000000000000000000..231a495b854995f68c78c46e7e1834b4ebefb507 --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/init/project/config_patch.diff @@ -0,0 +1,21 @@ ++++ config/backup.ini +--- config/backup.ini.bak +@@ -1,7 +1,7 @@ + [backup] +-enabled = false ++enabled = true + interval = 86400 + retention = 7 + + [storage] + path = /var/backup ++++ src/utils/logger.py +--- src/utils/logger.py.bak +@@ -5,7 +5,7 @@ + + def debug(msg): + logger.debug(msg) + +-def info(msg): ++def log_info(msg): + logger.info(msg) diff --git a/shellops/assets/ShellOps_3f8b6f26ab/init/project/log_backup.diff b/shellops/assets/ShellOps_3f8b6f26ab/init/project/log_backup.diff new file mode 100644 index 0000000000000000000000000000000000000000..29cb67d357ad23df2ccfd9460677dc0fcedf88aa --- /dev/null +++ b/shellops/assets/ShellOps_3f8b6f26ab/init/project/log_backup.diff @@ -0,0 +1,20 @@ ++++ src/utils/logger.py +--- src/utils/logger.py.bak +@@ -1,5 +1,5 @@ + import logging + +-logger = logging.getLogger(__name__) ++logger = logging.getLogger('backup_system') + + def debug(msg): + logger.debug(msg) ++++ src/api/endpoints.py +--- src/api/endpoints.py.bak +@@ -10,7 +10,7 @@ + return jsonify({'status': 'ok'}) + + @app.route('/backup', methods=['POST']) +-def create_backup(): ++def start_backup_process(): + backup_manager.run() + return jsonify({'status': 'backup started'}) diff --git a/shellops/assets/ShellOps_3f9f846e67/gold/schema_a.sql b/shellops/assets/ShellOps_3f9f846e67/gold/schema_a.sql new file mode 100644 index 0000000000000000000000000000000000000000..6eafadadb556cc44840dbad5f1c05ad492193408 --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/gold/schema_a.sql @@ -0,0 +1,12 @@ +CREATE TABLE users ( + id INT PRIMARY KEY +); +CREATE TABLE posts ( + id INT PRIMARY KEY +); +CREATE TABLE comments ( + id INT PRIMARY KEY +); +CREATE TABLE likes ( + id INT PRIMARY KEY +); \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f9f846e67/gold/schema_b.sql b/shellops/assets/ShellOps_3f9f846e67/gold/schema_b.sql new file mode 100644 index 0000000000000000000000000000000000000000..89098c54729165405c0ff64d46b5798475cf7d34 --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/gold/schema_b.sql @@ -0,0 +1,12 @@ +CREATE TABLE users ( + id INT PRIMARY KEY +); +CREATE TABLE posts ( + id INT PRIMARY KEY +); +CREATE TABLE tags ( + id INT PRIMARY KEY +); +CREATE TABLE followings ( + id INT PRIMARY KEY +); \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f9f846e67/gold/schema_c.sql b/shellops/assets/ShellOps_3f9f846e67/gold/schema_c.sql new file mode 100644 index 0000000000000000000000000000000000000000..db1ed28a20d7d062976a956d823287f783461aa0 --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/gold/schema_c.sql @@ -0,0 +1,9 @@ +CREATE TABLE users ( + id INT PRIMARY KEY +); +CREATE TABLE tags ( + id INT PRIMARY KEY +); +CREATE TABLE notifications ( + id INT PRIMARY KEY +); \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f9f846e67/gold/schema_shared.conf b/shellops/assets/ShellOps_3f9f846e67/gold/schema_shared.conf new file mode 100644 index 0000000000000000000000000000000000000000..20c21237c63504c0d3e5a56c1ae55f167b2a38fd --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/gold/schema_shared.conf @@ -0,0 +1 @@ +posts diff --git a/shellops/assets/ShellOps_3f9f846e67/init/schema_a.sql b/shellops/assets/ShellOps_3f9f846e67/init/schema_a.sql new file mode 100644 index 0000000000000000000000000000000000000000..6eafadadb556cc44840dbad5f1c05ad492193408 --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/init/schema_a.sql @@ -0,0 +1,12 @@ +CREATE TABLE users ( + id INT PRIMARY KEY +); +CREATE TABLE posts ( + id INT PRIMARY KEY +); +CREATE TABLE comments ( + id INT PRIMARY KEY +); +CREATE TABLE likes ( + id INT PRIMARY KEY +); \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f9f846e67/init/schema_b.sql b/shellops/assets/ShellOps_3f9f846e67/init/schema_b.sql new file mode 100644 index 0000000000000000000000000000000000000000..89098c54729165405c0ff64d46b5798475cf7d34 --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/init/schema_b.sql @@ -0,0 +1,12 @@ +CREATE TABLE users ( + id INT PRIMARY KEY +); +CREATE TABLE posts ( + id INT PRIMARY KEY +); +CREATE TABLE tags ( + id INT PRIMARY KEY +); +CREATE TABLE followings ( + id INT PRIMARY KEY +); \ No newline at end of file diff --git a/shellops/assets/ShellOps_3f9f846e67/init/schema_c.sql b/shellops/assets/ShellOps_3f9f846e67/init/schema_c.sql new file mode 100644 index 0000000000000000000000000000000000000000..db1ed28a20d7d062976a956d823287f783461aa0 --- /dev/null +++ b/shellops/assets/ShellOps_3f9f846e67/init/schema_c.sql @@ -0,0 +1,9 @@ +CREATE TABLE users ( + id INT PRIMARY KEY +); +CREATE TABLE tags ( + id INT PRIMARY KEY +); +CREATE TABLE notifications ( + id INT PRIMARY KEY +); \ No newline at end of file diff --git a/shellops/assets/ShellOps_3fbe255f5c/gold/components.xml b/shellops/assets/ShellOps_3fbe255f5c/gold/components.xml new file mode 100644 index 0000000000000000000000000000000000000000..2a2cf5dc8babaab7ac230b44639ea48be951d4d0 --- /dev/null +++ b/shellops/assets/ShellOps_3fbe255f5c/gold/components.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3fbe255f5c/gold/deprecated_components.txt b/shellops/assets/ShellOps_3fbe255f5c/gold/deprecated_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c87304bd677ea14ebaee5df9749c2a886145705 --- /dev/null +++ b/shellops/assets/ShellOps_3fbe255f5c/gold/deprecated_components.txt @@ -0,0 +1,3 @@ +B712 +D104 +X999 diff --git a/shellops/assets/ShellOps_3fbe255f5c/gold/valid_ids.txt b/shellops/assets/ShellOps_3fbe255f5c/gold/valid_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..807ebeae051a93f9d13b61b83dec38e4f84eda58 --- /dev/null +++ b/shellops/assets/ShellOps_3fbe255f5c/gold/valid_ids.txt @@ -0,0 +1,2 @@ +A238 +C945 diff --git a/shellops/assets/ShellOps_3fbe255f5c/init/components.xml b/shellops/assets/ShellOps_3fbe255f5c/init/components.xml new file mode 100644 index 0000000000000000000000000000000000000000..2a2cf5dc8babaab7ac230b44639ea48be951d4d0 --- /dev/null +++ b/shellops/assets/ShellOps_3fbe255f5c/init/components.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_3fbe255f5c/init/deprecated_components.txt b/shellops/assets/ShellOps_3fbe255f5c/init/deprecated_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c87304bd677ea14ebaee5df9749c2a886145705 --- /dev/null +++ b/shellops/assets/ShellOps_3fbe255f5c/init/deprecated_components.txt @@ -0,0 +1,3 @@ +B712 +D104 +X999 diff --git a/shellops/assets/ShellOps_3fec116c1c/gold/baseline/allowed_endpoints.json b/shellops/assets/ShellOps_3fec116c1c/gold/baseline/allowed_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..f09302445995056c09d31ecb81b0c93af01c6243 --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/gold/baseline/allowed_endpoints.json @@ -0,0 +1,5 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/orders", "method": "POST"}, + {"endpoint": "/api/v1/health", "method": "GET"} +] diff --git a/shellops/assets/ShellOps_3fec116c1c/gold/notes/irrelevant.md b/shellops/assets/ShellOps_3fec116c1c/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..19cfbf8b91eda6c1601daeaf23ed90415e66fcc4 --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Unrelated notes +- Some old endpoints may linger in runtime. +- Always consult the baseline for approval. diff --git a/shellops/assets/ShellOps_3fec116c1c/gold/policy/approved_endpoints.json b/shellops/assets/ShellOps_3fec116c1c/gold/policy/approved_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..8b7e881c0bc490706735e9c3521d74cc11ce6b55 --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/gold/policy/approved_endpoints.json @@ -0,0 +1,14 @@ +[ + { + "endpoint": "/api/v1/users", + "method": "GET" + }, + { + "endpoint": "/api/v1/orders", + "method": "POST" + }, + { + "endpoint": "/api/v1/health", + "method": "GET" + } +] diff --git a/shellops/assets/ShellOps_3fec116c1c/gold/runtime/endpoints.json b/shellops/assets/ShellOps_3fec116c1c/gold/runtime/endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..f8767be36abc8457dcdb64f4cb43ba1d5f7c870b --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/gold/runtime/endpoints.json @@ -0,0 +1,6 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/orders", "method": "POST"}, + {"endpoint": "/api/v1/health", "method": "GET"}, + {"endpoint": "/admin/users", "method": "DELETE"} +] diff --git a/shellops/assets/ShellOps_3fec116c1c/init/baseline/allowed_endpoints.json b/shellops/assets/ShellOps_3fec116c1c/init/baseline/allowed_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..f09302445995056c09d31ecb81b0c93af01c6243 --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/init/baseline/allowed_endpoints.json @@ -0,0 +1,5 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/orders", "method": "POST"}, + {"endpoint": "/api/v1/health", "method": "GET"} +] diff --git a/shellops/assets/ShellOps_3fec116c1c/init/notes/irrelevant.md b/shellops/assets/ShellOps_3fec116c1c/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..19cfbf8b91eda6c1601daeaf23ed90415e66fcc4 --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Unrelated notes +- Some old endpoints may linger in runtime. +- Always consult the baseline for approval. diff --git a/shellops/assets/ShellOps_3fec116c1c/init/policy/approved_endpoints.json b/shellops/assets/ShellOps_3fec116c1c/init/policy/approved_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..6b5bf2b3772b60965d0977cfcf3d50510543f336 --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/init/policy/approved_endpoints.json @@ -0,0 +1,3 @@ +[ + {"endpoint": "/api/v1/legacy", "method": "GET"} +] diff --git a/shellops/assets/ShellOps_3fec116c1c/init/runtime/endpoints.json b/shellops/assets/ShellOps_3fec116c1c/init/runtime/endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..f8767be36abc8457dcdb64f4cb43ba1d5f7c870b --- /dev/null +++ b/shellops/assets/ShellOps_3fec116c1c/init/runtime/endpoints.json @@ -0,0 +1,6 @@ +[ + {"endpoint": "/api/v1/users", "method": "GET"}, + {"endpoint": "/api/v1/orders", "method": "POST"}, + {"endpoint": "/api/v1/health", "method": "GET"}, + {"endpoint": "/admin/users", "method": "DELETE"} +] diff --git a/shellops/assets/ShellOps_40023a9d81/gold/missing_windows.txt b/shellops/assets/ShellOps_40023a9d81/gold/missing_windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..158a9a8a8c2d43ae9fe7ee01002f72e88fdd179a --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/gold/missing_windows.txt @@ -0,0 +1,2 @@ +overnight_patch +saturday_morning diff --git a/shellops/assets/ShellOps_40023a9d81/gold/notes.md b/shellops/assets/ShellOps_40023a9d81/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ee6e6c9311c078d4c3fc253866a5de7b8f3d373f --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/gold/notes.md @@ -0,0 +1 @@ +Distractor note: saturday_morning was temporarily disabled last quarter. diff --git a/shellops/assets/ShellOps_40023a9d81/gold/schedules.xml b/shellops/assets/ShellOps_40023a9d81/gold/schedules.xml new file mode 100644 index 0000000000000000000000000000000000000000..5fe6216dc096a128f9f955f010ff44b9baacf01d --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/gold/schedules.xml @@ -0,0 +1,19 @@ + + + + 20:00 + 22:00 + + + 04:00 + 06:00 + + + 09:00 + 17:00 + + + 02:00 + 03:00 + + diff --git a/shellops/assets/ShellOps_40023a9d81/gold/windows.txt b/shellops/assets/ShellOps_40023a9d81/gold/windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b8651721f028aaa281d03e0314f1a8ccd96c1bf --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/gold/windows.txt @@ -0,0 +1,5 @@ +weekday_evening +saturday_morning +sunday_dawn +overnight_patch +holiday_window diff --git a/shellops/assets/ShellOps_40023a9d81/init/notes.md b/shellops/assets/ShellOps_40023a9d81/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ee6e6c9311c078d4c3fc253866a5de7b8f3d373f --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/init/notes.md @@ -0,0 +1 @@ +Distractor note: saturday_morning was temporarily disabled last quarter. diff --git a/shellops/assets/ShellOps_40023a9d81/init/schedules.xml b/shellops/assets/ShellOps_40023a9d81/init/schedules.xml new file mode 100644 index 0000000000000000000000000000000000000000..5fe6216dc096a128f9f955f010ff44b9baacf01d --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/init/schedules.xml @@ -0,0 +1,19 @@ + + + + 20:00 + 22:00 + + + 04:00 + 06:00 + + + 09:00 + 17:00 + + + 02:00 + 03:00 + + diff --git a/shellops/assets/ShellOps_40023a9d81/init/windows.txt b/shellops/assets/ShellOps_40023a9d81/init/windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b8651721f028aaa281d03e0314f1a8ccd96c1bf --- /dev/null +++ b/shellops/assets/ShellOps_40023a9d81/init/windows.txt @@ -0,0 +1,5 @@ +weekday_evening +saturday_morning +sunday_dawn +overnight_patch +holiday_window diff --git a/shellops/assets/ShellOps_401bd58d3e/gold/meeting_notes.txt b/shellops/assets/ShellOps_401bd58d3e/gold/meeting_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..15a4c9645613dbe88b3f905fabaf1a9cd36a8f1c --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/gold/meeting_notes.txt @@ -0,0 +1,3 @@ +Team sync: we noticed correlation mismatches. The validation pipeline may be lagging behind real-time logs. +Action items: identify missing validations and reconcile. +Distractor: Some IDs like deadbeef-1234-5678-9abc-def012345678 appear twice in logs; that duplication is expected due to retries. \ No newline at end of file diff --git a/shellops/assets/ShellOps_401bd58d3e/gold/missing_ids.tsv b/shellops/assets/ShellOps_401bd58d3e/gold/missing_ids.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e053068633c5ea4a27a3425bf5f0b55f8accaa4b --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/gold/missing_ids.tsv @@ -0,0 +1,2 @@ +a2b3c4d5-e6f7-8901-abcd-ef2345678901 +deadbeef-1234-5678-9abc-def012345678 diff --git a/shellops/assets/ShellOps_401bd58d3e/gold/routing/logs.tsv b/shellops/assets/ShellOps_401bd58d3e/gold/routing/logs.tsv new file mode 100644 index 0000000000000000000000000000000000000000..45c280333b53cd024d33f3bc0d1c11af6c54877c --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/gold/routing/logs.tsv @@ -0,0 +1,8 @@ +timestamp router_name correlation_id status +2024-05-15T08:30:45Z router-alpha 42f8c9e3-7b12-4a88-9c5d-1e3a8b2c4d5d OK +2024-05-15T08:31:22Z router-beta 8a3b1e7c-9f2d-4c5a-8b7e-6d9f1a2b3c4d FAIL +2024-05-15T08:32:10Z router-gamma 6e5d4c3b-2a1b-9f8e-7c6d-5b4a3f2e1d0c OK +2024-05-15T08:33:05Z router-delta deadbeef-1234-5678-9abc-def012345678 OK +2024-05-15T08:34:17Z router-epsilon 9f8e7d6c-5b4a-3f2e-1d0c-9e8f7a6b5c4d FAIL +2024-05-15T08:35:44Z router-zeta a2b3c4d5-e6f7-8901-abcd-ef2345678901 OK +2024-05-15T08:36:30Z router-eta deadbeef-1234-5678-9abc-def012345678 RETRY diff --git a/shellops/assets/ShellOps_401bd58d3e/gold/validator.log b/shellops/assets/ShellOps_401bd58d3e/gold/validator.log new file mode 100644 index 0000000000000000000000000000000000000000..08570caddab9e57ccce7667b79869a43c83e1914 --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/gold/validator.log @@ -0,0 +1,6 @@ +validation_pass 42f8c9e3-7b12-4a88-9c5d-1e3a8b2c4d5d +validation_fail 8a3b1e7c-9f2d-4c5a-8b7e-6d9f1a2b3c4d +validation_pass 6e5d4c3b-2a1b-9f8e-7c6d-5b4a3f2e1d0c +random_artifact ignored_line +validation_pass a1b2c3d4-e5f6-7890-abcd-ef1234567890 +validation_fail 9f8e7d6c-5b4a-3f2e-1d0c-9e8f7a6b5c4d diff --git a/shellops/assets/ShellOps_401bd58d3e/init/meeting_notes.txt b/shellops/assets/ShellOps_401bd58d3e/init/meeting_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..15a4c9645613dbe88b3f905fabaf1a9cd36a8f1c --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/init/meeting_notes.txt @@ -0,0 +1,3 @@ +Team sync: we noticed correlation mismatches. The validation pipeline may be lagging behind real-time logs. +Action items: identify missing validations and reconcile. +Distractor: Some IDs like deadbeef-1234-5678-9abc-def012345678 appear twice in logs; that duplication is expected due to retries. \ No newline at end of file diff --git a/shellops/assets/ShellOps_401bd58d3e/init/routing/logs.tsv b/shellops/assets/ShellOps_401bd58d3e/init/routing/logs.tsv new file mode 100644 index 0000000000000000000000000000000000000000..45c280333b53cd024d33f3bc0d1c11af6c54877c --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/init/routing/logs.tsv @@ -0,0 +1,8 @@ +timestamp router_name correlation_id status +2024-05-15T08:30:45Z router-alpha 42f8c9e3-7b12-4a88-9c5d-1e3a8b2c4d5d OK +2024-05-15T08:31:22Z router-beta 8a3b1e7c-9f2d-4c5a-8b7e-6d9f1a2b3c4d FAIL +2024-05-15T08:32:10Z router-gamma 6e5d4c3b-2a1b-9f8e-7c6d-5b4a3f2e1d0c OK +2024-05-15T08:33:05Z router-delta deadbeef-1234-5678-9abc-def012345678 OK +2024-05-15T08:34:17Z router-epsilon 9f8e7d6c-5b4a-3f2e-1d0c-9e8f7a6b5c4d FAIL +2024-05-15T08:35:44Z router-zeta a2b3c4d5-e6f7-8901-abcd-ef2345678901 OK +2024-05-15T08:36:30Z router-eta deadbeef-1234-5678-9abc-def012345678 RETRY diff --git a/shellops/assets/ShellOps_401bd58d3e/init/validator.log b/shellops/assets/ShellOps_401bd58d3e/init/validator.log new file mode 100644 index 0000000000000000000000000000000000000000..08570caddab9e57ccce7667b79869a43c83e1914 --- /dev/null +++ b/shellops/assets/ShellOps_401bd58d3e/init/validator.log @@ -0,0 +1,6 @@ +validation_pass 42f8c9e3-7b12-4a88-9c5d-1e3a8b2c4d5d +validation_fail 8a3b1e7c-9f2d-4c5a-8b7e-6d9f1a2b3c4d +validation_pass 6e5d4c3b-2a1b-9f8e-7c6d-5b4a3f2e1d0c +random_artifact ignored_line +validation_pass a1b2c3d4-e5f6-7890-abcd-ef1234567890 +validation_fail 9f8e7d6c-5b4a-3f2e-1d0c-9e8f7a6b5c4d diff --git a/shellops/assets/ShellOps_408eb174a8/gold/gateway/dev.yaml b/shellops/assets/ShellOps_408eb174a8/gold/gateway/dev.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9161fb352d896b3f8e1b1ac289add421d4199206 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/gold/gateway/dev.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 30 +retry_count: 5 +cache_size: 1024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/gold/gateway/prod.yaml b/shellops/assets/ShellOps_408eb174a8/gold/gateway/prod.yaml new file mode 100644 index 0000000000000000000000000000000000000000..492662848872bb7777c3647b0209857fc3d659b1 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/gold/gateway/prod.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 30 +retry_count: 3 +max_connections: 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/gold/gateway/qa.yaml b/shellops/assets/ShellOps_408eb174a8/gold/gateway/qa.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7f5f3cfca6c125a44879540d12d7ec8f62dc6750 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/gold/gateway/qa.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 45 +max_connections: 75 +log_level: info \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/gold/gateway/staging.yaml b/shellops/assets/ShellOps_408eb174a8/gold/gateway/staging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fa9f4ce90ebd99051c4fe0e0205cac8e3472717b --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/gold/gateway/staging.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 60 +max_connections: 50 +log_level: debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/gold/seconds.conf b/shellops/assets/ShellOps_408eb174a8/gold/seconds.conf new file mode 100644 index 0000000000000000000000000000000000000000..9660a3941923c7f83fa61ce6e027654af4aad6e8 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/gold/seconds.conf @@ -0,0 +1,3 @@ +30 +45 +60 diff --git a/shellops/assets/ShellOps_408eb174a8/init/gateway/dev.yaml b/shellops/assets/ShellOps_408eb174a8/init/gateway/dev.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9161fb352d896b3f8e1b1ac289add421d4199206 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/init/gateway/dev.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 30 +retry_count: 5 +cache_size: 1024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/init/gateway/prod.yaml b/shellops/assets/ShellOps_408eb174a8/init/gateway/prod.yaml new file mode 100644 index 0000000000000000000000000000000000000000..492662848872bb7777c3647b0209857fc3d659b1 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/init/gateway/prod.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 30 +retry_count: 3 +max_connections: 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/init/gateway/qa.yaml b/shellops/assets/ShellOps_408eb174a8/init/gateway/qa.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7f5f3cfca6c125a44879540d12d7ec8f62dc6750 --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/init/gateway/qa.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 45 +max_connections: 75 +log_level: info \ No newline at end of file diff --git a/shellops/assets/ShellOps_408eb174a8/init/gateway/staging.yaml b/shellops/assets/ShellOps_408eb174a8/init/gateway/staging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fa9f4ce90ebd99051c4fe0e0205cac8e3472717b --- /dev/null +++ b/shellops/assets/ShellOps_408eb174a8/init/gateway/staging.yaml @@ -0,0 +1,3 @@ +timeout_seconds: 60 +max_connections: 50 +log_level: debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_40b1f52651/gold/audit_mismatches.txt b/shellops/assets/ShellOps_40b1f52651/gold/audit_mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f007498d0ca5feebd446aad3c48bea46dc17b44 --- /dev/null +++ b/shellops/assets/ShellOps_40b1f52651/gold/audit_mismatches.txt @@ -0,0 +1 @@ +A205 diff --git a/shellops/assets/ShellOps_40b1f52651/gold/compatibility.tsv b/shellops/assets/ShellOps_40b1f52651/gold/compatibility.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d1d71adf934d8e9061e8cd7894e4c86cee28734d --- /dev/null +++ b/shellops/assets/ShellOps_40b1f52651/gold/compatibility.tsv @@ -0,0 +1,5 @@ +ModelID Type Status +X450 Server active +Z880 Storage retired +A205 Switch suspended +Z890 Storage active diff --git a/shellops/assets/ShellOps_40b1f52651/gold/system_errors.log b/shellops/assets/ShellOps_40b1f52651/gold/system_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..5f7c4957248049199d8f64007c29b5038db242c1 --- /dev/null +++ b/shellops/assets/ShellOps_40b1f52651/gold/system_errors.log @@ -0,0 +1,4 @@ +2024-06-10 08:22:15 | CRITICAL | Model X450 | Sensor failure +2024-06-10 09:45:30 | WARNING | Model Z890 | Overheating detected +2024-06-10 11:11:04 | ERROR | Model A205 | Power supply fluctuation +2024-06-10 14:37:55 | INFO | Model Z890 | Temperature normalized diff --git a/shellops/assets/ShellOps_40b1f52651/init/compatibility.tsv b/shellops/assets/ShellOps_40b1f52651/init/compatibility.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d1d71adf934d8e9061e8cd7894e4c86cee28734d --- /dev/null +++ b/shellops/assets/ShellOps_40b1f52651/init/compatibility.tsv @@ -0,0 +1,5 @@ +ModelID Type Status +X450 Server active +Z880 Storage retired +A205 Switch suspended +Z890 Storage active diff --git a/shellops/assets/ShellOps_40b1f52651/init/system_errors.log b/shellops/assets/ShellOps_40b1f52651/init/system_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..5f7c4957248049199d8f64007c29b5038db242c1 --- /dev/null +++ b/shellops/assets/ShellOps_40b1f52651/init/system_errors.log @@ -0,0 +1,4 @@ +2024-06-10 08:22:15 | CRITICAL | Model X450 | Sensor failure +2024-06-10 09:45:30 | WARNING | Model Z890 | Overheating detected +2024-06-10 11:11:04 | ERROR | Model A205 | Power supply fluctuation +2024-06-10 14:37:55 | INFO | Model Z890 | Temperature normalized diff --git a/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/apac.cnf b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/apac.cnf new file mode 100644 index 0000000000000000000000000000000000000000..cb0e804fb37536e2b09cb14fbcca8fb82e7e3370 --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/apac.cnf @@ -0,0 +1,2 @@ +ssl_protocols SSLv3 TLSv1.0 TLSv1.2; +ssl_prefer_server_ciphers on; diff --git a/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/eu-west.cnf b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/eu-west.cnf new file mode 100644 index 0000000000000000000000000000000000000000..e79c9dd4a96bc39cd95fc392a667bc95101d6ed1 --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/eu-west.cnf @@ -0,0 +1,2 @@ +ssl_protocols TLSv1.2 TLSv1.3; +ssl_ciphers HIGH:!aNULL:!MD5; diff --git a/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/notes.txt b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc4613cc17c89b0254a6223e10492aeca8f82921 --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/notes.txt @@ -0,0 +1,2 @@ +Pending updates: +- Disable legacy ciphers in all regions by EOY diff --git a/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/us-east.cnf b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/us-east.cnf new file mode 100644 index 0000000000000000000000000000000000000000..ac6300d3c04c1de4729f13991409634cad6cd59f --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/gold/config/gateways/us-east.cnf @@ -0,0 +1,2 @@ +ssl_protocols TLSv1.1 TLSv1.2; +ssl_session_timeout 5m; diff --git a/shellops/assets/ShellOps_40c57380ec/gold/unresolved_issues.txt b/shellops/assets/ShellOps_40c57380ec/gold/unresolved_issues.txt new file mode 100644 index 0000000000000000000000000000000000000000..c36c7e28c552f9bfa10dee2ad152a1f63263182c --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/gold/unresolved_issues.txt @@ -0,0 +1,2 @@ +apac +us-east diff --git a/shellops/assets/ShellOps_40c57380ec/init/config/gateways/apac.cnf b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/apac.cnf new file mode 100644 index 0000000000000000000000000000000000000000..cb0e804fb37536e2b09cb14fbcca8fb82e7e3370 --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/apac.cnf @@ -0,0 +1,2 @@ +ssl_protocols SSLv3 TLSv1.0 TLSv1.2; +ssl_prefer_server_ciphers on; diff --git a/shellops/assets/ShellOps_40c57380ec/init/config/gateways/eu-west.cnf b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/eu-west.cnf new file mode 100644 index 0000000000000000000000000000000000000000..e79c9dd4a96bc39cd95fc392a667bc95101d6ed1 --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/eu-west.cnf @@ -0,0 +1,2 @@ +ssl_protocols TLSv1.2 TLSv1.3; +ssl_ciphers HIGH:!aNULL:!MD5; diff --git a/shellops/assets/ShellOps_40c57380ec/init/config/gateways/notes.txt b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc4613cc17c89b0254a6223e10492aeca8f82921 --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/notes.txt @@ -0,0 +1,2 @@ +Pending updates: +- Disable legacy ciphers in all regions by EOY diff --git a/shellops/assets/ShellOps_40c57380ec/init/config/gateways/us-east.cnf b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/us-east.cnf new file mode 100644 index 0000000000000000000000000000000000000000..ac6300d3c04c1de4729f13991409634cad6cd59f --- /dev/null +++ b/shellops/assets/ShellOps_40c57380ec/init/config/gateways/us-east.cnf @@ -0,0 +1,2 @@ +ssl_protocols TLSv1.1 TLSv1.2; +ssl_session_timeout 5m; diff --git a/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_01.yaml b/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c619c2e4deec9524aedb2b8c3fae8a8cfb25ea47 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_01.yaml @@ -0,0 +1,10 @@ +items: + - name: Widget A + price: 10.00 + tax_rate: 5.5 + - name: Widget B + price: 15.00 + tax_rate: 7.0 + - name: Widget C + price: 20.00 + tax_rate: 5.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_02.yaml b/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9bd3e7ac566a5fd817f987a5f703f808613f8cb3 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_02.yaml @@ -0,0 +1,10 @@ +items: + - name: Gadget X + price: 12.00 + tax_rate: 7.0 + - name: Gadget Y + price: 18.00 + tax_rate: 8.5 + - name: Gadget Z + price: 22.00 + tax_rate: 5.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_03.yaml b/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..82815616d6957bab04fc8408e30bd005bd7cf403 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/gold/tax_rates/invoice_2024_03_03.yaml @@ -0,0 +1,10 @@ +items: + - name: Tool P + price: 25.00 + tax_rate: 8.5 + - name: Tool Q + price: 30.00 + tax_rate: 7.0 + - name: Tool R + price: 35.00 + tax_rate: 5.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_412ccf0b09/gold/unique_tax_rates.md b/shellops/assets/ShellOps_412ccf0b09/gold/unique_tax_rates.md new file mode 100644 index 0000000000000000000000000000000000000000..3e4485d83c2e7cb8800b65bdf143ca62c3f1b733 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/gold/unique_tax_rates.md @@ -0,0 +1,3 @@ +5.5 +7.0 +8.5 diff --git a/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_01.yaml b/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c619c2e4deec9524aedb2b8c3fae8a8cfb25ea47 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_01.yaml @@ -0,0 +1,10 @@ +items: + - name: Widget A + price: 10.00 + tax_rate: 5.5 + - name: Widget B + price: 15.00 + tax_rate: 7.0 + - name: Widget C + price: 20.00 + tax_rate: 5.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_02.yaml b/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9bd3e7ac566a5fd817f987a5f703f808613f8cb3 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_02.yaml @@ -0,0 +1,10 @@ +items: + - name: Gadget X + price: 12.00 + tax_rate: 7.0 + - name: Gadget Y + price: 18.00 + tax_rate: 8.5 + - name: Gadget Z + price: 22.00 + tax_rate: 5.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_03.yaml b/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..82815616d6957bab04fc8408e30bd005bd7cf403 --- /dev/null +++ b/shellops/assets/ShellOps_412ccf0b09/init/tax_rates/invoice_2024_03_03.yaml @@ -0,0 +1,10 @@ +items: + - name: Tool P + price: 25.00 + tax_rate: 8.5 + - name: Tool Q + price: 30.00 + tax_rate: 7.0 + - name: Tool R + price: 35.00 + tax_rate: 5.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_413c5227db/gold/current_modules.txt b/shellops/assets/ShellOps_413c5227db/gold/current_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c50363b4361a8829edf59cc8feb40b959f0425c --- /dev/null +++ b/shellops/assets/ShellOps_413c5227db/gold/current_modules.txt @@ -0,0 +1,3 @@ +CX67Y +MN12P +AX45B diff --git a/shellops/assets/ShellOps_413c5227db/gold/exceptions.log b/shellops/assets/ShellOps_413c5227db/gold/exceptions.log new file mode 100644 index 0000000000000000000000000000000000000000..5bb2e9e99a726612c25b3dc72584a388954c8827 --- /dev/null +++ b/shellops/assets/ShellOps_413c5227db/gold/exceptions.log @@ -0,0 +1 @@ +BR39T diff --git a/shellops/assets/ShellOps_413c5227db/gold/standards.xml b/shellops/assets/ShellOps_413c5227db/gold/standards.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d4cc24e49e2f633ebbb15729a4db241d4f10354 --- /dev/null +++ b/shellops/assets/ShellOps_413c5227db/gold/standards.xml @@ -0,0 +1,5 @@ + + AX45B + BR39T + CX67Y + \ No newline at end of file diff --git a/shellops/assets/ShellOps_413c5227db/init/current_modules.txt b/shellops/assets/ShellOps_413c5227db/init/current_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c50363b4361a8829edf59cc8feb40b959f0425c --- /dev/null +++ b/shellops/assets/ShellOps_413c5227db/init/current_modules.txt @@ -0,0 +1,3 @@ +CX67Y +MN12P +AX45B diff --git a/shellops/assets/ShellOps_413c5227db/init/standards.xml b/shellops/assets/ShellOps_413c5227db/init/standards.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d4cc24e49e2f633ebbb15729a4db241d4f10354 --- /dev/null +++ b/shellops/assets/ShellOps_413c5227db/init/standards.xml @@ -0,0 +1,5 @@ + + AX45B + BR39T + CX67Y + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4180a5fe4b/gold/discrepancies.txt b/shellops/assets/ShellOps_4180a5fe4b/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdbe42e1853e51833dba81a5b51c064fa11c59b1 --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/gold/discrepancies.txt @@ -0,0 +1,2 @@ +kappa_443 +theta_3306 diff --git a/shellops/assets/ShellOps_4180a5fe4b/gold/endpoints_approved.txt b/shellops/assets/ShellOps_4180a5fe4b/gold/endpoints_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f84ceb625e34b286c0515c21541b22bc2e4a94d --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/gold/endpoints_approved.txt @@ -0,0 +1,6 @@ +alpha_443 +beta_8080 +gamma_8443 +delta_443 +epsilon_9000 +zeta_22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4180a5fe4b/gold/endpoints_log.xml b/shellops/assets/ShellOps_4180a5fe4b/gold/endpoints_log.xml new file mode 100644 index 0000000000000000000000000000000000000000..bef742bd090bde6de0c7de31ad4193e07d21dfe1 --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/gold/endpoints_log.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4180a5fe4b/gold/notes.md b/shellops/assets/ShellOps_4180a5fe4b/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..79dbfbe35c08e443d8e1a8b455a5f4230dc77eea --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/gold/notes.md @@ -0,0 +1 @@ +This is a distractor file; ignore its content. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4180a5fe4b/init/endpoints_approved.txt b/shellops/assets/ShellOps_4180a5fe4b/init/endpoints_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f84ceb625e34b286c0515c21541b22bc2e4a94d --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/init/endpoints_approved.txt @@ -0,0 +1,6 @@ +alpha_443 +beta_8080 +gamma_8443 +delta_443 +epsilon_9000 +zeta_22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4180a5fe4b/init/endpoints_log.xml b/shellops/assets/ShellOps_4180a5fe4b/init/endpoints_log.xml new file mode 100644 index 0000000000000000000000000000000000000000..bef742bd090bde6de0c7de31ad4193e07d21dfe1 --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/init/endpoints_log.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4180a5fe4b/init/notes.md b/shellops/assets/ShellOps_4180a5fe4b/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..79dbfbe35c08e443d8e1a8b455a5f4230dc77eea --- /dev/null +++ b/shellops/assets/ShellOps_4180a5fe4b/init/notes.md @@ -0,0 +1 @@ +This is a distractor file; ignore its content. \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/gold/captures/dns.trace b/shellops/assets/ShellOps_41d5f1f182/gold/captures/dns.trace new file mode 100644 index 0000000000000000000000000000000000000000..8c05c82c337d85e9731054e9fb501a89dc206357 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/gold/captures/dns.trace @@ -0,0 +1,3 @@ +dns1 ESTABLISHED tcp 10.3.0.10:53 10.3.0.20:44444 +dns1 ESTABLISHED tcp 10.3.0.10:53 10.3.0.21:55555 +dns1 ESTABLISHED tcp 10.3.0.10:53 10.3.0.22:66666 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/gold/captures/gateway.trace b/shellops/assets/ShellOps_41d5f1f182/gold/captures/gateway.trace new file mode 100644 index 0000000000000000000000000000000000000000..9e011b4dcefe535ed8ab243325f3eb8af4b68d84 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/gold/captures/gateway.trace @@ -0,0 +1,5 @@ +gateway ESTABLISHED tcp 10.0.0.1:443 192.168.1.10:54322 +gateway ESTABLISHED tcp 10.0.0.1:443 192.168.1.11:48891 +router1 ESTABLISHED tcp 10.0.1.1:22 172.16.0.2:3333 +router1 ESTABLISHED tcp 10.0.1.1:22 172.16.0.3:4444 +router1 ESTABLISHED tcp 10.0.1.1:80 172.16.0.2:5555 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/gold/captures/old_archive.trace b/shellops/assets/ShellOps_41d5f1f182/gold/captures/old_archive.trace new file mode 100644 index 0000000000000000000000000000000000000000..2a8ae4bb8d5285ca7758f4f06f19723f9ac61d0a --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/gold/captures/old_archive.trace @@ -0,0 +1,3 @@ +router1 ESTABLISHED tcp 10.0.1.1:22 172.16.0.99:9999 +switchA ESTABLISHED tcp 10.2.0.5:23 10.2.0.99:99999 +legacyhost ESTABLISHED tcp 10.9.9.9:1111 10.9.9.10:2222 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/gold/captures/switch.trace b/shellops/assets/ShellOps_41d5f1f182/gold/captures/switch.trace new file mode 100644 index 0000000000000000000000000000000000000000..09721676d78c24de2afdf79ca8ca059d705504c6 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/gold/captures/switch.trace @@ -0,0 +1,4 @@ +switchA ESTABLISHED tcp 10.2.0.5:23 10.2.0.20:11111 +switchA ESTABLISHED tcp 10.2.0.5:23 10.2.0.21:22222 +switchB ESTABLISHED tcp 10.2.0.6:23 10.2.0.22:33333 +gateway ESTABLISHED tcp 10.0.0.1:443 192.168.2.10:52333 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/gold/connectivity_report.txt b/shellops/assets/ShellOps_41d5f1f182/gold/connectivity_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd98c1dfd3ecdcc62e35efccd696b690f6e4d436 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/gold/connectivity_report.txt @@ -0,0 +1,5 @@ +dns1 3 +gateway 3 +router1 3 +switchA 2 +switchB 1 diff --git a/shellops/assets/ShellOps_41d5f1f182/init/captures/dns.trace b/shellops/assets/ShellOps_41d5f1f182/init/captures/dns.trace new file mode 100644 index 0000000000000000000000000000000000000000..8c05c82c337d85e9731054e9fb501a89dc206357 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/init/captures/dns.trace @@ -0,0 +1,3 @@ +dns1 ESTABLISHED tcp 10.3.0.10:53 10.3.0.20:44444 +dns1 ESTABLISHED tcp 10.3.0.10:53 10.3.0.21:55555 +dns1 ESTABLISHED tcp 10.3.0.10:53 10.3.0.22:66666 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/init/captures/gateway.trace b/shellops/assets/ShellOps_41d5f1f182/init/captures/gateway.trace new file mode 100644 index 0000000000000000000000000000000000000000..9e011b4dcefe535ed8ab243325f3eb8af4b68d84 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/init/captures/gateway.trace @@ -0,0 +1,5 @@ +gateway ESTABLISHED tcp 10.0.0.1:443 192.168.1.10:54322 +gateway ESTABLISHED tcp 10.0.0.1:443 192.168.1.11:48891 +router1 ESTABLISHED tcp 10.0.1.1:22 172.16.0.2:3333 +router1 ESTABLISHED tcp 10.0.1.1:22 172.16.0.3:4444 +router1 ESTABLISHED tcp 10.0.1.1:80 172.16.0.2:5555 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/init/captures/old_archive.trace b/shellops/assets/ShellOps_41d5f1f182/init/captures/old_archive.trace new file mode 100644 index 0000000000000000000000000000000000000000..2a8ae4bb8d5285ca7758f4f06f19723f9ac61d0a --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/init/captures/old_archive.trace @@ -0,0 +1,3 @@ +router1 ESTABLISHED tcp 10.0.1.1:22 172.16.0.99:9999 +switchA ESTABLISHED tcp 10.2.0.5:23 10.2.0.99:99999 +legacyhost ESTABLISHED tcp 10.9.9.9:1111 10.9.9.10:2222 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d5f1f182/init/captures/switch.trace b/shellops/assets/ShellOps_41d5f1f182/init/captures/switch.trace new file mode 100644 index 0000000000000000000000000000000000000000..09721676d78c24de2afdf79ca8ca059d705504c6 --- /dev/null +++ b/shellops/assets/ShellOps_41d5f1f182/init/captures/switch.trace @@ -0,0 +1,4 @@ +switchA ESTABLISHED tcp 10.2.0.5:23 10.2.0.20:11111 +switchA ESTABLISHED tcp 10.2.0.5:23 10.2.0.21:22222 +switchB ESTABLISHED tcp 10.2.0.6:23 10.2.0.22:33333 +gateway ESTABLISHED tcp 10.0.0.1:443 192.168.2.10:52333 \ No newline at end of file diff --git a/shellops/assets/ShellOps_41d90e9184/gold/audit/distractor_archive.md b/shellops/assets/ShellOps_41d90e9184/gold/audit/distractor_archive.md new file mode 100644 index 0000000000000000000000000000000000000000..c90accbfc11440e5948402d28d009ec4bdf2a432 --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/gold/audit/distractor_archive.md @@ -0,0 +1 @@ +This is a side note unrelated to the audit. Contains some IDs like 101, 103, 107 but these are just commentary. diff --git a/shellops/assets/ShellOps_41d90e9184/gold/audit/engineering_notes.tsv b/shellops/assets/ShellOps_41d90e9184/gold/audit/engineering_notes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..65458c96f03b735639cf9e67964b566aa500f5ed --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/gold/audit/engineering_notes.tsv @@ -0,0 +1,4 @@ +ID Status Reason +102 void double entry +105 void repair cancelled before review +108 released legacy diff --git a/shellops/assets/ShellOps_41d90e9184/gold/audit/repairs_master.tsv b/shellops/assets/ShellOps_41d90e9184/gold/audit/repairs_master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..11053809f7e1cecf46b9fbd8f519f9b4e6f0d9b4 --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/gold/audit/repairs_master.tsv @@ -0,0 +1,8 @@ +ID Status Technician LastUpdate +101 repair_completed Alice 2024-05-01 +102 pending_review Bob 2024-05-02 +103 pending_review Charlie 2024-05-03 +104 in_progress Dana 2024-05-04 +105 pending_review Eve 2024-05-05 +106 pending_review Frank 2024-05-06 +107 in_progress Grace 2024-05-07 diff --git a/shellops/assets/ShellOps_41d90e9184/gold/pending_only.txt b/shellops/assets/ShellOps_41d90e9184/gold/pending_only.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8c12d33401e268bd2dfa83ee3de152fb0c19ec5 --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/gold/pending_only.txt @@ -0,0 +1,2 @@ +103 +106 diff --git a/shellops/assets/ShellOps_41d90e9184/init/audit/distractor_archive.md b/shellops/assets/ShellOps_41d90e9184/init/audit/distractor_archive.md new file mode 100644 index 0000000000000000000000000000000000000000..c90accbfc11440e5948402d28d009ec4bdf2a432 --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/init/audit/distractor_archive.md @@ -0,0 +1 @@ +This is a side note unrelated to the audit. Contains some IDs like 101, 103, 107 but these are just commentary. diff --git a/shellops/assets/ShellOps_41d90e9184/init/audit/engineering_notes.tsv b/shellops/assets/ShellOps_41d90e9184/init/audit/engineering_notes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..65458c96f03b735639cf9e67964b566aa500f5ed --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/init/audit/engineering_notes.tsv @@ -0,0 +1,4 @@ +ID Status Reason +102 void double entry +105 void repair cancelled before review +108 released legacy diff --git a/shellops/assets/ShellOps_41d90e9184/init/audit/repairs_master.tsv b/shellops/assets/ShellOps_41d90e9184/init/audit/repairs_master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..11053809f7e1cecf46b9fbd8f519f9b4e6f0d9b4 --- /dev/null +++ b/shellops/assets/ShellOps_41d90e9184/init/audit/repairs_master.tsv @@ -0,0 +1,8 @@ +ID Status Technician LastUpdate +101 repair_completed Alice 2024-05-01 +102 pending_review Bob 2024-05-02 +103 pending_review Charlie 2024-05-03 +104 in_progress Dana 2024-05-04 +105 pending_review Eve 2024-05-05 +106 pending_review Frank 2024-05-06 +107 in_progress Grace 2024-05-07 diff --git a/shellops/assets/ShellOps_41fca02f6b/gold/job_status.csv b/shellops/assets/ShellOps_41fca02f6b/gold/job_status.csv new file mode 100644 index 0000000000000000000000000000000000000000..df9b992554c4c607cd9a9d001f8727888409b4bb --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/gold/job_status.csv @@ -0,0 +1,7 @@ +alpha-001,2.1.3,passed +alpha-002,2.1.3,failed +beta-101,2.1.3,passed +alpha-003,2.1.4,passed +gamma-201,2.1.4,failed +gamma-202,2.1.4,passed +beta-102,2.1.5,skipped diff --git a/shellops/assets/ShellOps_41fca02f6b/gold/runs/.keep b/shellops/assets/ShellOps_41fca02f6b/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_alpha.out b/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..6d6d2ae18b88a679492e4900f8614f1ad1e291cc --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_alpha.out @@ -0,0 +1,12 @@ +job_id: alpha-001 +firmware_version: 2.1.3 +status: passed +build_time: 45s +job_id: alpha-002 +firmware_version: 2.1.3 +status: failed +error: timeout +job_id: alpha-003 +firmware_version: 2.1.4 +status: passed +notes: clean diff --git a/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_beta.out b/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..790c44d3c0c927aaed15e8126b7d7e0496a68379 --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_beta.out @@ -0,0 +1,8 @@ +job_id: beta-101 +firmware_version: 2.1.3 +status: passed +build_time: 52s +job_id: beta-102 +firmware_version: 2.1.5 +status: skipped +reason: dependency diff --git a/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_gamma.out b/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..7c5443d1b121cd7d096681587cda27dd30a4473e --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/gold/runs/build_gamma.out @@ -0,0 +1,8 @@ +job_id: gamma-201 +firmware_version: 2.1.4 +status: failed +error: checksum +job_id: gamma-202 +firmware_version: 2.1.4 +status: passed +build_time: 48s diff --git a/shellops/assets/ShellOps_41fca02f6b/init/runs/.keep b/shellops/assets/ShellOps_41fca02f6b/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_41fca02f6b/init/runs/build_alpha.out b/shellops/assets/ShellOps_41fca02f6b/init/runs/build_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..6d6d2ae18b88a679492e4900f8614f1ad1e291cc --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/init/runs/build_alpha.out @@ -0,0 +1,12 @@ +job_id: alpha-001 +firmware_version: 2.1.3 +status: passed +build_time: 45s +job_id: alpha-002 +firmware_version: 2.1.3 +status: failed +error: timeout +job_id: alpha-003 +firmware_version: 2.1.4 +status: passed +notes: clean diff --git a/shellops/assets/ShellOps_41fca02f6b/init/runs/build_beta.out b/shellops/assets/ShellOps_41fca02f6b/init/runs/build_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..790c44d3c0c927aaed15e8126b7d7e0496a68379 --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/init/runs/build_beta.out @@ -0,0 +1,8 @@ +job_id: beta-101 +firmware_version: 2.1.3 +status: passed +build_time: 52s +job_id: beta-102 +firmware_version: 2.1.5 +status: skipped +reason: dependency diff --git a/shellops/assets/ShellOps_41fca02f6b/init/runs/build_gamma.out b/shellops/assets/ShellOps_41fca02f6b/init/runs/build_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..7c5443d1b121cd7d096681587cda27dd30a4473e --- /dev/null +++ b/shellops/assets/ShellOps_41fca02f6b/init/runs/build_gamma.out @@ -0,0 +1,8 @@ +job_id: gamma-201 +firmware_version: 2.1.4 +status: failed +error: checksum +job_id: gamma-202 +firmware_version: 2.1.4 +status: passed +build_time: 48s diff --git a/shellops/assets/ShellOps_42250255a9/gold/allowed_unknown.log b/shellops/assets/ShellOps_42250255a9/gold/allowed_unknown.log new file mode 100644 index 0000000000000000000000000000000000000000..c4fd91ab9f25cf2f3a215a25d0fe9c8a822c8e36 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/gold/allowed_unknown.log @@ -0,0 +1,2 @@ +internal.service +test.site diff --git a/shellops/assets/ShellOps_42250255a9/gold/network/history/capture1.ndjson b/shellops/assets/ShellOps_42250255a9/gold/network/history/capture1.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..a469f1e9f0b702243bb50e9d4edc27417422e219 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/gold/network/history/capture1.ndjson @@ -0,0 +1,2 @@ +{"timestamp": "2024-05-15T08:30:45Z", "dns_query": "example.com", "client_ip": "192.168.1.101"} +{"timestamp": "2024-05-15T08:31:12Z", "dns_query": "test.site", "client_ip": "192.168.1.102"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_42250255a9/gold/network/history/capture2.ndjson b/shellops/assets/ShellOps_42250255a9/gold/network/history/capture2.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ee4b0e5b84e0a3b09650958258e0199477125d63 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/gold/network/history/capture2.ndjson @@ -0,0 +1,2 @@ +{"timestamp": "2024-05-15T09:15:03Z", "dns_query": "api.example.com", "client_ip": "192.168.1.103"} +{"timestamp": "2024-05-15T09:16:22Z", "dns_query": "internal.service", "client_ip": "192.168.1.104"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_42250255a9/gold/policy/dns_allowlist.conf b/shellops/assets/ShellOps_42250255a9/gold/policy/dns_allowlist.conf new file mode 100644 index 0000000000000000000000000000000000000000..806b4554ecd4f33674c40207c9dfa0527c1ce237 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/gold/policy/dns_allowlist.conf @@ -0,0 +1,2 @@ +example.com +api.example.com diff --git a/shellops/assets/ShellOps_42250255a9/gold/policy/dns_blocklist.conf b/shellops/assets/ShellOps_42250255a9/gold/policy/dns_blocklist.conf new file mode 100644 index 0000000000000000000000000000000000000000..ad25365c4db01dd850b309f636306aa32f6025df --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/gold/policy/dns_blocklist.conf @@ -0,0 +1,2 @@ +malicious.site +phishing.domain diff --git a/shellops/assets/ShellOps_42250255a9/init/network/history/capture1.ndjson b/shellops/assets/ShellOps_42250255a9/init/network/history/capture1.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..a469f1e9f0b702243bb50e9d4edc27417422e219 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/init/network/history/capture1.ndjson @@ -0,0 +1,2 @@ +{"timestamp": "2024-05-15T08:30:45Z", "dns_query": "example.com", "client_ip": "192.168.1.101"} +{"timestamp": "2024-05-15T08:31:12Z", "dns_query": "test.site", "client_ip": "192.168.1.102"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_42250255a9/init/network/history/capture2.ndjson b/shellops/assets/ShellOps_42250255a9/init/network/history/capture2.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ee4b0e5b84e0a3b09650958258e0199477125d63 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/init/network/history/capture2.ndjson @@ -0,0 +1,2 @@ +{"timestamp": "2024-05-15T09:15:03Z", "dns_query": "api.example.com", "client_ip": "192.168.1.103"} +{"timestamp": "2024-05-15T09:16:22Z", "dns_query": "internal.service", "client_ip": "192.168.1.104"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_42250255a9/init/policy/dns_allowlist.conf b/shellops/assets/ShellOps_42250255a9/init/policy/dns_allowlist.conf new file mode 100644 index 0000000000000000000000000000000000000000..806b4554ecd4f33674c40207c9dfa0527c1ce237 --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/init/policy/dns_allowlist.conf @@ -0,0 +1,2 @@ +example.com +api.example.com diff --git a/shellops/assets/ShellOps_42250255a9/init/policy/dns_blocklist.conf b/shellops/assets/ShellOps_42250255a9/init/policy/dns_blocklist.conf new file mode 100644 index 0000000000000000000000000000000000000000..ad25365c4db01dd850b309f636306aa32f6025df --- /dev/null +++ b/shellops/assets/ShellOps_42250255a9/init/policy/dns_blocklist.conf @@ -0,0 +1,2 @@ +malicious.site +phishing.domain diff --git a/shellops/assets/ShellOps_42349deec8/gold/conf.d/.keep b/shellops/assets/ShellOps_42349deec8/gold/conf.d/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_42349deec8/gold/conf.d/api.conf b/shellops/assets/ShellOps_42349deec8/gold/conf.d/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..04be76ff080ce7b6ca0e503da76dec61da8c6d66 --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/gold/conf.d/api.conf @@ -0,0 +1,11 @@ +server { + listen 80; + server_name api.example.com; + # location /v1/users { proxy_pass http://backend_old; } + location /v1/users { + proxy_pass http://backend; + } + location /health { + return 200 'ok'; + } +} diff --git a/shellops/assets/ShellOps_42349deec8/gold/conf.d/status.conf b/shellops/assets/ShellOps_42349deec8/gold/conf.d/status.conf new file mode 100644 index 0000000000000000000000000000000000000000..cce381b080fafbbf800914447536416f75d59176 --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/gold/conf.d/status.conf @@ -0,0 +1,11 @@ +server { + listen 8080; + server_name status.example.com; + location /metrics { + stub_status on; + } + location /health { + access_log off; + return 200 'healthy'; + } +} diff --git a/shellops/assets/ShellOps_42349deec8/gold/conf.d/web.conf b/shellops/assets/ShellOps_42349deec8/gold/conf.d/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..7d079887e1d4ef8d392f192ed82d8bf12699e4de --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/gold/conf.d/web.conf @@ -0,0 +1,10 @@ +server { + listen 80; + server_name www.example.com; + location / { + root /var/www/html; + } + location /v1/users { + proxy_pass http://frontend; + } +} diff --git a/shellops/assets/ShellOps_42349deec8/gold/reports/endpoint_metrics.txt b/shellops/assets/ShellOps_42349deec8/gold/reports/endpoint_metrics.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf0ed7241f5e5f8f1abe66d2bb040876346896b3 --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/gold/reports/endpoint_metrics.txt @@ -0,0 +1,5 @@ +ENDPOINT|COUNT +/|1 +/health|2 +/metrics|1 +/v1/users|2 diff --git a/shellops/assets/ShellOps_42349deec8/init/conf.d/.keep b/shellops/assets/ShellOps_42349deec8/init/conf.d/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_42349deec8/init/conf.d/api.conf b/shellops/assets/ShellOps_42349deec8/init/conf.d/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..04be76ff080ce7b6ca0e503da76dec61da8c6d66 --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/init/conf.d/api.conf @@ -0,0 +1,11 @@ +server { + listen 80; + server_name api.example.com; + # location /v1/users { proxy_pass http://backend_old; } + location /v1/users { + proxy_pass http://backend; + } + location /health { + return 200 'ok'; + } +} diff --git a/shellops/assets/ShellOps_42349deec8/init/conf.d/status.conf b/shellops/assets/ShellOps_42349deec8/init/conf.d/status.conf new file mode 100644 index 0000000000000000000000000000000000000000..cce381b080fafbbf800914447536416f75d59176 --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/init/conf.d/status.conf @@ -0,0 +1,11 @@ +server { + listen 8080; + server_name status.example.com; + location /metrics { + stub_status on; + } + location /health { + access_log off; + return 200 'healthy'; + } +} diff --git a/shellops/assets/ShellOps_42349deec8/init/conf.d/web.conf b/shellops/assets/ShellOps_42349deec8/init/conf.d/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..7d079887e1d4ef8d392f192ed82d8bf12699e4de --- /dev/null +++ b/shellops/assets/ShellOps_42349deec8/init/conf.d/web.conf @@ -0,0 +1,10 @@ +server { + listen 80; + server_name www.example.com; + location / { + root /var/www/html; + } + location /v1/users { + proxy_pass http://frontend; + } +} diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/approved_docs.md b/shellops/assets/ShellOps_42468eeb7c/gold/approved_docs.md new file mode 100644 index 0000000000000000000000000000000000000000..4ff3c7beee96cde0fdbb9ff878cbea5b018cde74 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/approved_docs.md @@ -0,0 +1,15 @@ +# Approved document IDs for retention + +These documents must be archived: +- doc45521 +- doc98734 +- doc12345 +- doc77777 +- doc88888 +- doc11223 +- doc99999 +- doc44444 +- doc66666 +- doc10101 + +Cross‑reference with physical storage before Q3 review. diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/files/distractor.txt b/shellops/assets/ShellOps_42468eeb7c/gold/files/distractor.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c90c75f9634101b691a3f4f64e8a01c560c1c4 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/files/distractor.txt @@ -0,0 +1 @@ +Ignore this file. \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/files/doc10101.pdf b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc10101.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc10101.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/files/doc12345.pdf b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc12345.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc12345.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/files/doc45521.pdf b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc45521.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc45521.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/files/doc88888.pdf b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc88888.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/files/doc88888.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/gold/missing_uploads.txt b/shellops/assets/ShellOps_42468eeb7c/gold/missing_uploads.txt new file mode 100644 index 0000000000000000000000000000000000000000..345d814d1e34fcecbdcd281342f78a9599d70ed1 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/gold/missing_uploads.txt @@ -0,0 +1,6 @@ +doc11223 +doc44444 +doc66666 +doc77777 +doc98734 +doc99999 diff --git a/shellops/assets/ShellOps_42468eeb7c/init/approved_docs.md b/shellops/assets/ShellOps_42468eeb7c/init/approved_docs.md new file mode 100644 index 0000000000000000000000000000000000000000..4ff3c7beee96cde0fdbb9ff878cbea5b018cde74 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/init/approved_docs.md @@ -0,0 +1,15 @@ +# Approved document IDs for retention + +These documents must be archived: +- doc45521 +- doc98734 +- doc12345 +- doc77777 +- doc88888 +- doc11223 +- doc99999 +- doc44444 +- doc66666 +- doc10101 + +Cross‑reference with physical storage before Q3 review. diff --git a/shellops/assets/ShellOps_42468eeb7c/init/files/distractor.txt b/shellops/assets/ShellOps_42468eeb7c/init/files/distractor.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c90c75f9634101b691a3f4f64e8a01c560c1c4 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/init/files/distractor.txt @@ -0,0 +1 @@ +Ignore this file. \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/init/files/doc10101.pdf b/shellops/assets/ShellOps_42468eeb7c/init/files/doc10101.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/init/files/doc10101.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/init/files/doc12345.pdf b/shellops/assets/ShellOps_42468eeb7c/init/files/doc12345.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/init/files/doc12345.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/init/files/doc45521.pdf b/shellops/assets/ShellOps_42468eeb7c/init/files/doc45521.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/init/files/doc45521.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_42468eeb7c/init/files/doc88888.pdf b/shellops/assets/ShellOps_42468eeb7c/init/files/doc88888.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f910e31ab938b5acb0bb3326018090ed47ef9357 --- /dev/null +++ b/shellops/assets/ShellOps_42468eeb7c/init/files/doc88888.pdf @@ -0,0 +1 @@ +%%PDF dummy placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_426dafe6dd/gold/approved.xml b/shellops/assets/ShellOps_426dafe6dd/gold/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..86438272b2f7d0d5cb7dcc154e91a8c13c5b5ef9 --- /dev/null +++ b/shellops/assets/ShellOps_426dafe6dd/gold/approved.xml @@ -0,0 +1,8 @@ + + R001234 + R007890 + R045678 + R090123 + R077777 + R099999 + diff --git a/shellops/assets/ShellOps_426dafe6dd/gold/missing_runs.txt b/shellops/assets/ShellOps_426dafe6dd/gold/missing_runs.txt new file mode 100644 index 0000000000000000000000000000000000000000..733ccc9299c219e25652834d4f25590d5aaa1b27 --- /dev/null +++ b/shellops/assets/ShellOps_426dafe6dd/gold/missing_runs.txt @@ -0,0 +1,3 @@ +R003456 +R012345 +R088888 diff --git a/shellops/assets/ShellOps_426dafe6dd/gold/submitted_log.txt b/shellops/assets/ShellOps_426dafe6dd/gold/submitted_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..32384561b599a038bdf995102c3bb4435c4dda81 --- /dev/null +++ b/shellops/assets/ShellOps_426dafe6dd/gold/submitted_log.txt @@ -0,0 +1,11 @@ +R001234 +R003456 +R003456 # duplicate +R007890 +R012345 +R045678 +R090123 +# ignore comments +R077777 +R088888 +R099999 diff --git a/shellops/assets/ShellOps_426dafe6dd/gold/validations/.keep b/shellops/assets/ShellOps_426dafe6dd/gold/validations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_426dafe6dd/init/approved.xml b/shellops/assets/ShellOps_426dafe6dd/init/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..86438272b2f7d0d5cb7dcc154e91a8c13c5b5ef9 --- /dev/null +++ b/shellops/assets/ShellOps_426dafe6dd/init/approved.xml @@ -0,0 +1,8 @@ + + R001234 + R007890 + R045678 + R090123 + R077777 + R099999 + diff --git a/shellops/assets/ShellOps_426dafe6dd/init/submitted_log.txt b/shellops/assets/ShellOps_426dafe6dd/init/submitted_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..32384561b599a038bdf995102c3bb4435c4dda81 --- /dev/null +++ b/shellops/assets/ShellOps_426dafe6dd/init/submitted_log.txt @@ -0,0 +1,11 @@ +R001234 +R003456 +R003456 # duplicate +R007890 +R012345 +R045678 +R090123 +# ignore comments +R077777 +R088888 +R099999 diff --git a/shellops/assets/ShellOps_426dafe6dd/init/validations/.keep b/shellops/assets/ShellOps_426dafe6dd/init/validations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/.keep b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/legacy_deps.map b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/legacy_deps.map new file mode 100644 index 0000000000000000000000000000000000000000..513796b420fde95770925f8c90e0356ca2cbd683 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/legacy_deps.map @@ -0,0 +1,4 @@ +name=legacy_deps +version=0.8.1 +source=http://repo.new-mirror.local/legacy +checksum=def456 diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/module_a.map b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/module_a.map new file mode 100644 index 0000000000000000000000000000000000000000..034ec1064384f430fb12522925fc7e38067e7cab --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/module_a.map @@ -0,0 +1,3 @@ +name=module_a +version=1.2.3 +checksum=abc123 diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/util.map b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/util.map new file mode 100644 index 0000000000000000000000000000000000000000..afe0c6f31a565164a9fc1e78149310208a3f3b3a --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/clean/util.map @@ -0,0 +1,3 @@ +name=util +version=4.5.0 +checksum=ghi789 diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/legacy_deps.map b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/legacy_deps.map new file mode 100644 index 0000000000000000000000000000000000000000..c7c3f3d5071f3defa40a6de4748df0bb1e480d55 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/legacy_deps.map @@ -0,0 +1,4 @@ +name=legacy_deps +version=0.8.1 +source=http://repo.new-mirror.local/legacy +checksum=def456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/module_a.map b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/module_a.map new file mode 100644 index 0000000000000000000000000000000000000000..04b0201c3b547b3b8de0acf26e84f4ff09553354 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/module_a.map @@ -0,0 +1,4 @@ +name=module_a +version=1.2.3 +source=http://archive.old-mirror.net/modules/a +checksum=abc123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/util.map b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/util.map new file mode 100644 index 0000000000000000000000000000000000000000..2344b4bb724c4b0bbd94e544ef2f3c29444819e4 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/gold/build/deps/util.map @@ -0,0 +1,4 @@ +name=util +version=4.5.0 +source=http://archive.old-mirror.net/core/utils +checksum=ghi789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/clean/.keep b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/clean/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/legacy_deps.map b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/legacy_deps.map new file mode 100644 index 0000000000000000000000000000000000000000..c7c3f3d5071f3defa40a6de4748df0bb1e480d55 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/legacy_deps.map @@ -0,0 +1,4 @@ +name=legacy_deps +version=0.8.1 +source=http://repo.new-mirror.local/legacy +checksum=def456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/module_a.map b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/module_a.map new file mode 100644 index 0000000000000000000000000000000000000000..04b0201c3b547b3b8de0acf26e84f4ff09553354 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/module_a.map @@ -0,0 +1,4 @@ +name=module_a +version=1.2.3 +source=http://archive.old-mirror.net/modules/a +checksum=abc123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/util.map b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/util.map new file mode 100644 index 0000000000000000000000000000000000000000..2344b4bb724c4b0bbd94e544ef2f3c29444819e4 --- /dev/null +++ b/shellops/assets/ShellOps_42bdfe25c4/init/build/deps/util.map @@ -0,0 +1,4 @@ +name=util +version=4.5.0 +source=http://archive.old-mirror.net/core/utils +checksum=ghi789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/gold/api_updates.md b/shellops/assets/ShellOps_42c37058a4/gold/api_updates.md new file mode 100644 index 0000000000000000000000000000000000000000..ae4e2887d96e01f7752b69fad5adf4913b1eccd9 --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/gold/api_updates.md @@ -0,0 +1,4 @@ +config/service_a.conf:api_version=v3.2.1 +config/service_b.conf:api_version=v3.2.1 +config/service_c.conf:api_version=v3.2.1 +config/service_d.conf:api_version=v3.2.1 diff --git a/shellops/assets/ShellOps_42c37058a4/gold/config/service_a.conf b/shellops/assets/ShellOps_42c37058a4/gold/config/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..e2a15e86967671838ef123f67bafec16d0a35c3f --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/gold/config/service_a.conf @@ -0,0 +1,3 @@ +api_version=v3.2.1 +host=api.example.com +port=8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/gold/config/service_b.conf b/shellops/assets/ShellOps_42c37058a4/gold/config/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..b95ec1ecab96cbd8629775e5b60c08e52d8e1a81 --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/gold/config/service_b.conf @@ -0,0 +1,3 @@ +api_version=v3.2.1 +host=api.example.net +port=8081 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/gold/config/service_c.conf b/shellops/assets/ShellOps_42c37058a4/gold/config/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..57a1a7300efa221fd0dd25ebc49626cfb061dc7f --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/gold/config/service_c.conf @@ -0,0 +1,3 @@ +api_version=v3.2.1 +host=api.example.org +port=8082 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/gold/config/service_d.conf b/shellops/assets/ShellOps_42c37058a4/gold/config/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..20664330493aecf3b38f327b34127bdc72b7530a --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/gold/config/service_d.conf @@ -0,0 +1,3 @@ +api_version=v3.2.1 +host=api.example.co +port=8083 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/init/config/service_a.conf b/shellops/assets/ShellOps_42c37058a4/init/config/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..00ef4b473e872cea6addceb091d0c00492abb43a --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/init/config/service_a.conf @@ -0,0 +1,3 @@ +api_version=v2.4.0 +host=api.example.com +port=8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/init/config/service_b.conf b/shellops/assets/ShellOps_42c37058a4/init/config/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..95acbf45f5f95e780a5c23c7ae234e379a68ebf0 --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/init/config/service_b.conf @@ -0,0 +1,3 @@ +api_version=v3.0.0 +host=api.example.net +port=8081 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/init/config/service_c.conf b/shellops/assets/ShellOps_42c37058a4/init/config/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..01c9504083caebcd71848529873d6cf33f0a8df6 --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/init/config/service_c.conf @@ -0,0 +1,3 @@ +api_version=v2.4.0 +host=api.example.org +port=8082 \ No newline at end of file diff --git a/shellops/assets/ShellOps_42c37058a4/init/config/service_d.conf b/shellops/assets/ShellOps_42c37058a4/init/config/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..9e01c83bd7c924b115ac53fef1bc915a6df3a3cd --- /dev/null +++ b/shellops/assets/ShellOps_42c37058a4/init/config/service_d.conf @@ -0,0 +1,3 @@ +api_version=v3.1.0 +host=api.example.co +port=8083 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/distractor_note.md b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/distractor_note.md new file mode 100644 index 0000000000000000000000000000000000000000..c2c875900c4add5884dbde69bd45b75036cc596c --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/distractor_note.md @@ -0,0 +1 @@ +This file is irrelevant to the filtering task and should be ignored. diff --git a/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_alpha.json b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f6d350375e7cde7d5d8b76761c061df1638ab4dd --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_alpha.json @@ -0,0 +1,5 @@ +[ + {"instance_id": "svc-a-101", "service_name": "api-gateway", "last_error": "timeout on upstream", "last_seen": "2024-03-15T10:23:00Z"}, + {"instance_id": "svc-a-102", "service_name": "api-gateway", "last_error": null, "last_seen": "2024-03-15T10:24:00Z"}, + {"instance_id": "svc-a-103", "service_name": "api-gateway", "last_error": "connection refused", "last_seen": "2024-03-15T09:12:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_beta.json b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..0a3866f387a9d9063dadebcfd47123980ab508e7 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_beta.json @@ -0,0 +1,5 @@ +[ + {"instance_id": "svc-b-201", "service_name": "auth-service", "last_error": "", "last_seen": "2024-03-15T08:45:00Z"}, + {"instance_id": "svc-b-202", "service_name": "auth-service", "last_error": "oauth token expired", "last_seen": "2024-03-15T11:05:00Z"}, + {"instance_id": "svc-b-203", "service_name": "auth-service", "last_error": "database lock timeout", "last_seen": "2024-03-15T10:50:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_charlie.json b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..ae18a086711a3042e05256847e8059e598710806 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/gold/diagnostics/service_charlie.json @@ -0,0 +1,4 @@ +[ + {"instance_id": "svc-c-301", "service_name": "cache-layer", "last_error": null, "last_seen": "2024-03-15T11:00:00Z"}, + {"instance_id": "svc-c-302", "service_name": "cache-layer", "last_error": "cache miss storm", "last_seen": "2024-03-15T11:10:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/gold/exclusions/decommissioned.txt b/shellops/assets/ShellOps_4327aa26a8/gold/exclusions/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecf0c5a096189367feab071ce6de22e6a4a76e18 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/gold/exclusions/decommissioned.txt @@ -0,0 +1,2 @@ +svc-a-101 +svc-c-302 diff --git a/shellops/assets/ShellOps_4327aa26a8/gold/reports/active_errors.tsv b/shellops/assets/ShellOps_4327aa26a8/gold/reports/active_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..20cf151a8841d6c6f6d608a5a13917ad6d1a8550 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/gold/reports/active_errors.tsv @@ -0,0 +1,3 @@ +svc-a-103 api-gateway connection refused 2024-03-15T09:12:00Z +svc-b-202 auth-service oauth token expired 2024-03-15T11:05:00Z +svc-b-203 auth-service database lock timeout 2024-03-15T10:50:00Z diff --git a/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/distractor_note.md b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/distractor_note.md new file mode 100644 index 0000000000000000000000000000000000000000..c2c875900c4add5884dbde69bd45b75036cc596c --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/distractor_note.md @@ -0,0 +1 @@ +This file is irrelevant to the filtering task and should be ignored. diff --git a/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_alpha.json b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f6d350375e7cde7d5d8b76761c061df1638ab4dd --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_alpha.json @@ -0,0 +1,5 @@ +[ + {"instance_id": "svc-a-101", "service_name": "api-gateway", "last_error": "timeout on upstream", "last_seen": "2024-03-15T10:23:00Z"}, + {"instance_id": "svc-a-102", "service_name": "api-gateway", "last_error": null, "last_seen": "2024-03-15T10:24:00Z"}, + {"instance_id": "svc-a-103", "service_name": "api-gateway", "last_error": "connection refused", "last_seen": "2024-03-15T09:12:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_beta.json b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..0a3866f387a9d9063dadebcfd47123980ab508e7 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_beta.json @@ -0,0 +1,5 @@ +[ + {"instance_id": "svc-b-201", "service_name": "auth-service", "last_error": "", "last_seen": "2024-03-15T08:45:00Z"}, + {"instance_id": "svc-b-202", "service_name": "auth-service", "last_error": "oauth token expired", "last_seen": "2024-03-15T11:05:00Z"}, + {"instance_id": "svc-b-203", "service_name": "auth-service", "last_error": "database lock timeout", "last_seen": "2024-03-15T10:50:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_charlie.json b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..ae18a086711a3042e05256847e8059e598710806 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/init/diagnostics/service_charlie.json @@ -0,0 +1,4 @@ +[ + {"instance_id": "svc-c-301", "service_name": "cache-layer", "last_error": null, "last_seen": "2024-03-15T11:00:00Z"}, + {"instance_id": "svc-c-302", "service_name": "cache-layer", "last_error": "cache miss storm", "last_seen": "2024-03-15T11:10:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4327aa26a8/init/exclusions/decommissioned.txt b/shellops/assets/ShellOps_4327aa26a8/init/exclusions/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecf0c5a096189367feab071ce6de22e6a4a76e18 --- /dev/null +++ b/shellops/assets/ShellOps_4327aa26a8/init/exclusions/decommissioned.txt @@ -0,0 +1,2 @@ +svc-a-101 +svc-c-302 diff --git a/shellops/assets/ShellOps_43376c4e72/gold/common_motifs.txt b/shellops/assets/ShellOps_43376c4e72/gold/common_motifs.txt new file mode 100644 index 0000000000000000000000000000000000000000..be366357f5854277a4a44fe528f55ece45e38e90 --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/gold/common_motifs.txt @@ -0,0 +1,4 @@ +Abstract shapes +Animal figures +Geometric lines +Swirling patterns diff --git a/shellops/assets/ShellOps_43376c4e72/gold/site_a_fragments.csv b/shellops/assets/ShellOps_43376c4e72/gold/site_a_fragments.csv new file mode 100644 index 0000000000000000000000000000000000000000..e65355be72e77151880fe2a003201618edd7e08a --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/gold/site_a_fragments.csv @@ -0,0 +1,6 @@ +fragment_id,material,age_range,decorative_motif +F123,Clay,1200-1400 BCE,Geometric lines +F124,Clay,1300-1500 BCE,Swirling patterns +F125,Stone,1100-1300 BCE,Animal figures +F126,Clay,1250-1450 BCE,Geometric lines +F127,Clay,1350-1550 BCE,Abstract shapes \ No newline at end of file diff --git a/shellops/assets/ShellOps_43376c4e72/gold/site_b_fragments.csv b/shellops/assets/ShellOps_43376c4e72/gold/site_b_fragments.csv new file mode 100644 index 0000000000000000000000000000000000000000..7eeae1858cb31fdb80ae73e9b65a9653a6477d0f --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/gold/site_b_fragments.csv @@ -0,0 +1,6 @@ +fragment_id,material,age_range,decorative_motif +F201,Clay,1150-1350 BCE,Swirling patterns +F202,Stone,1200-1400 BCE,Animal figures +F203,Clay,1250-1450 BCE,Geometric lines +F204,Clay,1300-1500 BCE,Abstract shapes +F205,Clay,1400-1600 BCE,Floral designs \ No newline at end of file diff --git a/shellops/assets/ShellOps_43376c4e72/init/.tmp/site_a_motifs.txt b/shellops/assets/ShellOps_43376c4e72/init/.tmp/site_a_motifs.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d5d35d6c112202f0b10b86a3a14b535aa1eb789 --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/init/.tmp/site_a_motifs.txt @@ -0,0 +1,4 @@ +Abstract shapes +Animal figures +Geometric lines +Swirling patterns \ No newline at end of file diff --git a/shellops/assets/ShellOps_43376c4e72/init/.tmp/site_b_motifs.txt b/shellops/assets/ShellOps_43376c4e72/init/.tmp/site_b_motifs.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7921e6f3ad94caf8776b9c5a05ce0bb030d62a7 --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/init/.tmp/site_b_motifs.txt @@ -0,0 +1,5 @@ +Abstract shapes +Animal figures +Floral designs +Geometric lines +Swirling patterns \ No newline at end of file diff --git a/shellops/assets/ShellOps_43376c4e72/init/site_a_fragments.csv b/shellops/assets/ShellOps_43376c4e72/init/site_a_fragments.csv new file mode 100644 index 0000000000000000000000000000000000000000..e65355be72e77151880fe2a003201618edd7e08a --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/init/site_a_fragments.csv @@ -0,0 +1,6 @@ +fragment_id,material,age_range,decorative_motif +F123,Clay,1200-1400 BCE,Geometric lines +F124,Clay,1300-1500 BCE,Swirling patterns +F125,Stone,1100-1300 BCE,Animal figures +F126,Clay,1250-1450 BCE,Geometric lines +F127,Clay,1350-1550 BCE,Abstract shapes \ No newline at end of file diff --git a/shellops/assets/ShellOps_43376c4e72/init/site_b_fragments.csv b/shellops/assets/ShellOps_43376c4e72/init/site_b_fragments.csv new file mode 100644 index 0000000000000000000000000000000000000000..7eeae1858cb31fdb80ae73e9b65a9653a6477d0f --- /dev/null +++ b/shellops/assets/ShellOps_43376c4e72/init/site_b_fragments.csv @@ -0,0 +1,6 @@ +fragment_id,material,age_range,decorative_motif +F201,Clay,1150-1350 BCE,Swirling patterns +F202,Stone,1200-1400 BCE,Animal figures +F203,Clay,1250-1450 BCE,Geometric lines +F204,Clay,1300-1500 BCE,Abstract shapes +F205,Clay,1400-1600 BCE,Floral designs \ No newline at end of file diff --git a/shellops/assets/ShellOps_4369e836ca/gold/approved-apis.json b/shellops/assets/ShellOps_4369e836ca/gold/approved-apis.json new file mode 100644 index 0000000000000000000000000000000000000000..ec3cef494a8959f3438c7a42450e8f64955060d2 --- /dev/null +++ b/shellops/assets/ShellOps_4369e836ca/gold/approved-apis.json @@ -0,0 +1 @@ +{"allowed_endpoints": [{"method": "GET", "path": "/api/v1/status"}, {"method": "POST", "path": "/api/v1/submit"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4369e836ca/gold/exceptions.out b/shellops/assets/ShellOps_4369e836ca/gold/exceptions.out new file mode 100644 index 0000000000000000000000000000000000000000..c747fc91fbf8a668ce2f70f56c109bf7eed3cc1c --- /dev/null +++ b/shellops/assets/ShellOps_4369e836ca/gold/exceptions.out @@ -0,0 +1 @@ +GET /api/v1/users diff --git a/shellops/assets/ShellOps_4369e836ca/gold/routes.conf b/shellops/assets/ShellOps_4369e836ca/gold/routes.conf new file mode 100644 index 0000000000000000000000000000000000000000..f99e03d37c35bf6b27f49ec858b889d64b859726 --- /dev/null +++ b/shellops/assets/ShellOps_4369e836ca/gold/routes.conf @@ -0,0 +1,3 @@ +route GET /api/v1/status +route POST /api/v1/submit +route GET /api/v1/users \ No newline at end of file diff --git a/shellops/assets/ShellOps_4369e836ca/init/approved-apis.json b/shellops/assets/ShellOps_4369e836ca/init/approved-apis.json new file mode 100644 index 0000000000000000000000000000000000000000..ec3cef494a8959f3438c7a42450e8f64955060d2 --- /dev/null +++ b/shellops/assets/ShellOps_4369e836ca/init/approved-apis.json @@ -0,0 +1 @@ +{"allowed_endpoints": [{"method": "GET", "path": "/api/v1/status"}, {"method": "POST", "path": "/api/v1/submit"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4369e836ca/init/routes.conf b/shellops/assets/ShellOps_4369e836ca/init/routes.conf new file mode 100644 index 0000000000000000000000000000000000000000..f99e03d37c35bf6b27f49ec858b889d64b859726 --- /dev/null +++ b/shellops/assets/ShellOps_4369e836ca/init/routes.conf @@ -0,0 +1,3 @@ +route GET /api/v1/status +route POST /api/v1/submit +route GET /api/v1/users \ No newline at end of file diff --git a/shellops/assets/ShellOps_4388e4a87e/gold/docs/license.md b/shellops/assets/ShellOps_4388e4a87e/gold/docs/license.md new file mode 100644 index 0000000000000000000000000000000000000000..62ad5019face2aeb1b9e94d4a755d34431720823 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/gold/docs/license.md @@ -0,0 +1,6 @@ +## Approved Licenses +- GPL-2.0 +- MIT + +## Deprecated +- BSD-2-Clause-FreeBSD diff --git a/shellops/assets/ShellOps_4388e4a87e/gold/drivers/legacy/.keep b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/legacy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4388e4a87e/gold/drivers/network.c b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/network.c new file mode 100644 index 0000000000000000000000000000000000000000..d1de2c7b1b8b48f8ee1c0b83ec4ae27d2c3c8421 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/network.c @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: BSD-2-Clause-FreeBSD +#include +... diff --git a/shellops/assets/ShellOps_4388e4a87e/gold/drivers/storage.c b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/storage.c new file mode 100644 index 0000000000000000000000000000000000000000..5cfc1b42a4d75fb694ba5eccb2c8c531aeb083d9 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/storage.c @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#include +... diff --git a/shellops/assets/ShellOps_4388e4a87e/gold/drivers/uart.c b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/uart.c new file mode 100644 index 0000000000000000000000000000000000000000..6ddd57e01a9c09255a7e4a5f88e2b235f6f59fa1 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/gold/drivers/uart.c @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: BSD-2-Clause-FreeBSD +#include +void init_uart() { ... } diff --git a/shellops/assets/ShellOps_4388e4a87e/gold/license_audit.out b/shellops/assets/ShellOps_4388e4a87e/gold/license_audit.out new file mode 100644 index 0000000000000000000000000000000000000000..3556817c4e131fc5ab9169503da1edbe0840222a --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/gold/license_audit.out @@ -0,0 +1,2 @@ +drivers/uart.c +drivers/network.c diff --git a/shellops/assets/ShellOps_4388e4a87e/init/docs/license.md b/shellops/assets/ShellOps_4388e4a87e/init/docs/license.md new file mode 100644 index 0000000000000000000000000000000000000000..62ad5019face2aeb1b9e94d4a755d34431720823 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/init/docs/license.md @@ -0,0 +1,6 @@ +## Approved Licenses +- GPL-2.0 +- MIT + +## Deprecated +- BSD-2-Clause-FreeBSD diff --git a/shellops/assets/ShellOps_4388e4a87e/init/drivers/legacy/.keep b/shellops/assets/ShellOps_4388e4a87e/init/drivers/legacy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4388e4a87e/init/drivers/network.c b/shellops/assets/ShellOps_4388e4a87e/init/drivers/network.c new file mode 100644 index 0000000000000000000000000000000000000000..d1de2c7b1b8b48f8ee1c0b83ec4ae27d2c3c8421 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/init/drivers/network.c @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: BSD-2-Clause-FreeBSD +#include +... diff --git a/shellops/assets/ShellOps_4388e4a87e/init/drivers/storage.c b/shellops/assets/ShellOps_4388e4a87e/init/drivers/storage.c new file mode 100644 index 0000000000000000000000000000000000000000..5cfc1b42a4d75fb694ba5eccb2c8c531aeb083d9 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/init/drivers/storage.c @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#include +... diff --git a/shellops/assets/ShellOps_4388e4a87e/init/drivers/uart.c b/shellops/assets/ShellOps_4388e4a87e/init/drivers/uart.c new file mode 100644 index 0000000000000000000000000000000000000000..6ddd57e01a9c09255a7e4a5f88e2b235f6f59fa1 --- /dev/null +++ b/shellops/assets/ShellOps_4388e4a87e/init/drivers/uart.c @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: BSD-2-Clause-FreeBSD +#include +void init_uart() { ... } diff --git a/shellops/assets/ShellOps_43ca2eba7e/gold/legacy_inventory.txt b/shellops/assets/ShellOps_43ca2eba7e/gold/legacy_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd51f82f05a3f1347f496241a1b95740ec7a5ee --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/gold/legacy_inventory.txt @@ -0,0 +1,9 @@ +dev_alpha +dev_beta +dev_gamma +dev_delta +dev_epsilon + +dev_zeta +dev_eta +dev_theta diff --git a/shellops/assets/ShellOps_43ca2eba7e/gold/registry/active_devices.xml b/shellops/assets/ShellOps_43ca2eba7e/gold/registry/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..51117ad496453755a0c8fa0a37d384dd6a1331ed --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/gold/registry/active_devices.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_43ca2eba7e/gold/registry/notes.md b/shellops/assets/ShellOps_43ca2eba7e/gold/registry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a1345194816202534fe3e8c49c705f3178a75bc4 --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/gold/registry/notes.md @@ -0,0 +1,5 @@ +# Device Registry Notes + +- dev_alpha: decommissioned last quarter +- dev_epsilon: flagged for review +- dev_eta: migration pending diff --git a/shellops/assets/ShellOps_43ca2eba7e/gold/reports/obsolete_devices.txt b/shellops/assets/ShellOps_43ca2eba7e/gold/reports/obsolete_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..d87d601d4a1ad494ceaacec9140d20d65b5f518e --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/gold/reports/obsolete_devices.txt @@ -0,0 +1,4 @@ +dev_alpha +dev_epsilon +dev_eta +dev_gamma diff --git a/shellops/assets/ShellOps_43ca2eba7e/init/legacy_inventory.txt b/shellops/assets/ShellOps_43ca2eba7e/init/legacy_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd51f82f05a3f1347f496241a1b95740ec7a5ee --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/init/legacy_inventory.txt @@ -0,0 +1,9 @@ +dev_alpha +dev_beta +dev_gamma +dev_delta +dev_epsilon + +dev_zeta +dev_eta +dev_theta diff --git a/shellops/assets/ShellOps_43ca2eba7e/init/registry/active_devices.xml b/shellops/assets/ShellOps_43ca2eba7e/init/registry/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..51117ad496453755a0c8fa0a37d384dd6a1331ed --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/init/registry/active_devices.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_43ca2eba7e/init/registry/notes.md b/shellops/assets/ShellOps_43ca2eba7e/init/registry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a1345194816202534fe3e8c49c705f3178a75bc4 --- /dev/null +++ b/shellops/assets/ShellOps_43ca2eba7e/init/registry/notes.md @@ -0,0 +1,5 @@ +# Device Registry Notes + +- dev_alpha: decommissioned last quarter +- dev_epsilon: flagged for review +- dev_eta: migration pending diff --git a/shellops/assets/ShellOps_4402f219bd/gold/allocated.txt b/shellops/assets/ShellOps_4402f219bd/gold/allocated.txt new file mode 100644 index 0000000000000000000000000000000000000000..748db1bf70c6f20801549157aee756a6e3e86ecc --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/gold/allocated.txt @@ -0,0 +1,3 @@ +D392 +D600 +D104 diff --git a/shellops/assets/ShellOps_4402f219bd/gold/approvals.xml b/shellops/assets/ShellOps_4402f219bd/gold/approvals.xml new file mode 100644 index 0000000000000000000000000000000000000000..6f86f89b54a9791d72739bf012d95db5f76b23a3 --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/gold/approvals.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4402f219bd/gold/gaps.txt b/shellops/assets/ShellOps_4402f219bd/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..752b31d9508079e0639fb48ac9eacc7e081de852 --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/gold/gaps.txt @@ -0,0 +1 @@ +D485 diff --git a/shellops/assets/ShellOps_4402f219bd/gold/notes.md b/shellops/assets/ShellOps_4402f219bd/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cbdafb3a1ef0be497ffb492e03b91db9eca1a02a --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/gold/notes.md @@ -0,0 +1,2 @@ +# Ignored devices +- D217 pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_4402f219bd/init/allocated.txt b/shellops/assets/ShellOps_4402f219bd/init/allocated.txt new file mode 100644 index 0000000000000000000000000000000000000000..748db1bf70c6f20801549157aee756a6e3e86ecc --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/init/allocated.txt @@ -0,0 +1,3 @@ +D392 +D600 +D104 diff --git a/shellops/assets/ShellOps_4402f219bd/init/approvals.xml b/shellops/assets/ShellOps_4402f219bd/init/approvals.xml new file mode 100644 index 0000000000000000000000000000000000000000..6f86f89b54a9791d72739bf012d95db5f76b23a3 --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/init/approvals.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4402f219bd/init/notes.md b/shellops/assets/ShellOps_4402f219bd/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cbdafb3a1ef0be497ffb492e03b91db9eca1a02a --- /dev/null +++ b/shellops/assets/ShellOps_4402f219bd/init/notes.md @@ -0,0 +1,2 @@ +# Ignored devices +- D217 pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_44ba4edbbc/gold/baseline.csv b/shellops/assets/ShellOps_44ba4edbbc/gold/baseline.csv new file mode 100644 index 0000000000000000000000000000000000000000..30e897aabed025cc2ff74a1ef88aa9de866655dd --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/gold/baseline.csv @@ -0,0 +1,4 @@ +role,required_firmware +edge,2.4.2 +core,3.0.2 +access,1.9.5 diff --git a/shellops/assets/ShellOps_44ba4edbbc/gold/notes/obsolete_routers.txt b/shellops/assets/ShellOps_44ba4edbbc/gold/notes/obsolete_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..31d4f46a33dff2e172e8b59f488218cc2a154d6e --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/gold/notes/obsolete_routers.txt @@ -0,0 +1,2 @@ +router_110:decommissioned +router_111:decommissioned diff --git a/shellops/assets/ShellOps_44ba4edbbc/gold/routers.cfg b/shellops/assets/ShellOps_44ba4edbbc/gold/routers.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8056de3c3e09e6ecc986c5eee2184949ff7a6a87 --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/gold/routers.cfg @@ -0,0 +1,10 @@ +# router_id role firmware +router_101 edge 2.4.1 +router_102 core 3.0.2 +router_103 edge 2.3.9 +router_104 edge 2.4.1 +router_105 core 3.0.1 +router_106 edge 2.3.8 +router_107 access 1.9.4 +router_108 edge 2.4.0 +router_109 core 3.0.2 diff --git a/shellops/assets/ShellOps_44ba4edbbc/gold/updates.txt b/shellops/assets/ShellOps_44ba4edbbc/gold/updates.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef436b48cac462b336c5f22475127213dac6fe21 --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/gold/updates.txt @@ -0,0 +1,7 @@ +router_101:2.4.1->2.4.2 +router_103:2.3.9->2.4.2 +router_104:2.4.1->2.4.2 +router_105:3.0.1->3.0.2 +router_106:2.3.8->2.4.2 +router_107:1.9.4->1.9.5 +router_108:2.4.0->2.4.2 diff --git a/shellops/assets/ShellOps_44ba4edbbc/init/.tmp/.keep b/shellops/assets/ShellOps_44ba4edbbc/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_44ba4edbbc/init/baseline.csv b/shellops/assets/ShellOps_44ba4edbbc/init/baseline.csv new file mode 100644 index 0000000000000000000000000000000000000000..30e897aabed025cc2ff74a1ef88aa9de866655dd --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/init/baseline.csv @@ -0,0 +1,4 @@ +role,required_firmware +edge,2.4.2 +core,3.0.2 +access,1.9.5 diff --git a/shellops/assets/ShellOps_44ba4edbbc/init/notes/obsolete_routers.txt b/shellops/assets/ShellOps_44ba4edbbc/init/notes/obsolete_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..31d4f46a33dff2e172e8b59f488218cc2a154d6e --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/init/notes/obsolete_routers.txt @@ -0,0 +1,2 @@ +router_110:decommissioned +router_111:decommissioned diff --git a/shellops/assets/ShellOps_44ba4edbbc/init/routers.cfg b/shellops/assets/ShellOps_44ba4edbbc/init/routers.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8056de3c3e09e6ecc986c5eee2184949ff7a6a87 --- /dev/null +++ b/shellops/assets/ShellOps_44ba4edbbc/init/routers.cfg @@ -0,0 +1,10 @@ +# router_id role firmware +router_101 edge 2.4.1 +router_102 core 3.0.2 +router_103 edge 2.3.9 +router_104 edge 2.4.1 +router_105 core 3.0.1 +router_106 edge 2.3.8 +router_107 access 1.9.4 +router_108 edge 2.4.0 +router_109 core 3.0.2 diff --git a/shellops/assets/ShellOps_44da493cbf/gold/legacy_manifest.xml b/shellops/assets/ShellOps_44da493cbf/gold/legacy_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..27315406428a6b749f41812c113d33219506f081 --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/gold/legacy_manifest.xml @@ -0,0 +1,5 @@ + + 00345 + 01432 + 07654 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_44da493cbf/gold/missing_serials.txt b/shellops/assets/ShellOps_44da493cbf/gold/missing_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f1985b6982bdf3fa818348495d01bbc0451c747 --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/gold/missing_serials.txt @@ -0,0 +1,2 @@ +04567 +08901 diff --git a/shellops/assets/ShellOps_44da493cbf/gold/recent_deployments.xml b/shellops/assets/ShellOps_44da493cbf/gold/recent_deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..4c9ab20a517856fe660408a29221cd67546f4ea7 --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/gold/recent_deployments.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_44da493cbf/gold/validated.txt b/shellops/assets/ShellOps_44da493cbf/gold/validated.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ed72ebf4a0f01b9f132327488301bf4a3a0783b --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/gold/validated.txt @@ -0,0 +1,5 @@ +04567 +01432 +08901 +00345 +04567 \ No newline at end of file diff --git a/shellops/assets/ShellOps_44da493cbf/init/legacy_manifest.xml b/shellops/assets/ShellOps_44da493cbf/init/legacy_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..27315406428a6b749f41812c113d33219506f081 --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/init/legacy_manifest.xml @@ -0,0 +1,5 @@ + + 00345 + 01432 + 07654 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_44da493cbf/init/recent_deployments.xml b/shellops/assets/ShellOps_44da493cbf/init/recent_deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..4c9ab20a517856fe660408a29221cd67546f4ea7 --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/init/recent_deployments.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_44da493cbf/init/validated.txt b/shellops/assets/ShellOps_44da493cbf/init/validated.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ed72ebf4a0f01b9f132327488301bf4a3a0783b --- /dev/null +++ b/shellops/assets/ShellOps_44da493cbf/init/validated.txt @@ -0,0 +1,5 @@ +04567 +01432 +08901 +00345 +04567 \ No newline at end of file diff --git a/shellops/assets/ShellOps_44e9a2b433/gold/equipment/new_ids.txt b/shellops/assets/ShellOps_44e9a2b433/gold/equipment/new_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..da640d99448bdefae2945b0af970baa84087fee0 --- /dev/null +++ b/shellops/assets/ShellOps_44e9a2b433/gold/equipment/new_ids.txt @@ -0,0 +1,3 @@ +EQ002 +EQ011 +EQ013 diff --git a/shellops/assets/ShellOps_44e9a2b433/gold/equipment/registry_2024-10.csv b/shellops/assets/ShellOps_44e9a2b433/gold/equipment/registry_2024-10.csv new file mode 100644 index 0000000000000000000000000000000000000000..710d98b131fac711a6b8ddba98f2095241dcc41b --- /dev/null +++ b/shellops/assets/ShellOps_44e9a2b433/gold/equipment/registry_2024-10.csv @@ -0,0 +1,6 @@ +equipment_id,location,status +EQ001,Lab A,active +EQ003,Lab B,maintenance +EQ005,Storage,active +EQ007,Lab A,inactive +EQ009,Lab C,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_44e9a2b433/gold/equipment/registry_2024-11.csv b/shellops/assets/ShellOps_44e9a2b433/gold/equipment/registry_2024-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..de63acf83866f54f5a47c33fadf70601a6705fec --- /dev/null +++ b/shellops/assets/ShellOps_44e9a2b433/gold/equipment/registry_2024-11.csv @@ -0,0 +1,9 @@ +equipment_id,location,status +EQ001,Lab A,active +EQ002,Lab D,active +EQ003,Lab B,maintenance +EQ005,Storage,active +EQ007,Lab A,inactive +EQ009,Lab C,active +EQ011,Lab E,active +EQ013,Storage,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_44e9a2b433/init/equipment/registry_2024-10.csv b/shellops/assets/ShellOps_44e9a2b433/init/equipment/registry_2024-10.csv new file mode 100644 index 0000000000000000000000000000000000000000..710d98b131fac711a6b8ddba98f2095241dcc41b --- /dev/null +++ b/shellops/assets/ShellOps_44e9a2b433/init/equipment/registry_2024-10.csv @@ -0,0 +1,6 @@ +equipment_id,location,status +EQ001,Lab A,active +EQ003,Lab B,maintenance +EQ005,Storage,active +EQ007,Lab A,inactive +EQ009,Lab C,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_44e9a2b433/init/equipment/registry_2024-11.csv b/shellops/assets/ShellOps_44e9a2b433/init/equipment/registry_2024-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..de63acf83866f54f5a47c33fadf70601a6705fec --- /dev/null +++ b/shellops/assets/ShellOps_44e9a2b433/init/equipment/registry_2024-11.csv @@ -0,0 +1,9 @@ +equipment_id,location,status +EQ001,Lab A,active +EQ002,Lab D,active +EQ003,Lab B,maintenance +EQ005,Storage,active +EQ007,Lab A,inactive +EQ009,Lab C,active +EQ011,Lab E,active +EQ013,Storage,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_44fcea7cc0/gold/inventory/system.json b/shellops/assets/ShellOps_44fcea7cc0/gold/inventory/system.json new file mode 100644 index 0000000000000000000000000000000000000000..0974345dcf440d5fe60aaa8d185d61094149cc93 --- /dev/null +++ b/shellops/assets/ShellOps_44fcea7cc0/gold/inventory/system.json @@ -0,0 +1,9 @@ +{ + "devices": [ + { "id": "001", "model": "X-2000" }, + { "id": "002", "model": "Y-150" }, + { "id": "003", "model": "x-2000" }, + { "id": "004", "model": "Z-9" }, + { "id": "005", "model": "y-150" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_44fcea7cc0/gold/reports/.keep b/shellops/assets/ShellOps_44fcea7cc0/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_44fcea7cc0/gold/reports/device_models.tsv b/shellops/assets/ShellOps_44fcea7cc0/gold/reports/device_models.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6d20738851625a62128ce3eab0a385e0bf31abf9 --- /dev/null +++ b/shellops/assets/ShellOps_44fcea7cc0/gold/reports/device_models.tsv @@ -0,0 +1,4 @@ +Model +x-2000 +y-150 +z-9 diff --git a/shellops/assets/ShellOps_44fcea7cc0/init/inventory/system.json b/shellops/assets/ShellOps_44fcea7cc0/init/inventory/system.json new file mode 100644 index 0000000000000000000000000000000000000000..0974345dcf440d5fe60aaa8d185d61094149cc93 --- /dev/null +++ b/shellops/assets/ShellOps_44fcea7cc0/init/inventory/system.json @@ -0,0 +1,9 @@ +{ + "devices": [ + { "id": "001", "model": "X-2000" }, + { "id": "002", "model": "Y-150" }, + { "id": "003", "model": "x-2000" }, + { "id": "004", "model": "Z-9" }, + { "id": "005", "model": "y-150" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_44fcea7cc0/init/reports/.keep b/shellops/assets/ShellOps_44fcea7cc0/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_455e68fe44/gold/active_policies.txt b/shellops/assets/ShellOps_455e68fe44/gold/active_policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..a505180fa0f80701d25e7d5702ccb4aa0ea939b8 --- /dev/null +++ b/shellops/assets/ShellOps_455e68fe44/gold/active_policies.txt @@ -0,0 +1,2 @@ +FW-101 +FW-102 diff --git a/shellops/assets/ShellOps_455e68fe44/gold/approved_rules.xml b/shellops/assets/ShellOps_455e68fe44/gold/approved_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..829419db9f84c6ec0df7a51057a68c4e73d95916 --- /dev/null +++ b/shellops/assets/ShellOps_455e68fe44/gold/approved_rules.xml @@ -0,0 +1,2 @@ + + ...... \ No newline at end of file diff --git a/shellops/assets/ShellOps_455e68fe44/gold/noncompliant_rules.log b/shellops/assets/ShellOps_455e68fe44/gold/noncompliant_rules.log new file mode 100644 index 0000000000000000000000000000000000000000..2a47957ec512af4ba50ba30bd29f06acd2779688 --- /dev/null +++ b/shellops/assets/ShellOps_455e68fe44/gold/noncompliant_rules.log @@ -0,0 +1 @@ +FW-103 diff --git a/shellops/assets/ShellOps_455e68fe44/init/active_policies.txt b/shellops/assets/ShellOps_455e68fe44/init/active_policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..a505180fa0f80701d25e7d5702ccb4aa0ea939b8 --- /dev/null +++ b/shellops/assets/ShellOps_455e68fe44/init/active_policies.txt @@ -0,0 +1,2 @@ +FW-101 +FW-102 diff --git a/shellops/assets/ShellOps_455e68fe44/init/approved_rules.xml b/shellops/assets/ShellOps_455e68fe44/init/approved_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..829419db9f84c6ec0df7a51057a68c4e73d95916 --- /dev/null +++ b/shellops/assets/ShellOps_455e68fe44/init/approved_rules.xml @@ -0,0 +1,2 @@ + + ...... \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/allowlist.json b/shellops/assets/ShellOps_458ddc25a7/gold/allowlist.json new file mode 100644 index 0000000000000000000000000000000000000000..e1beb2ddfebbb8ae49eb797edf491289a35fbb9d --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/gold/allowlist.json @@ -0,0 +1,4 @@ +{ + "suppressed": ["203.0.113.45", "192.0.2.33", "10.0.0.1"], + "notes": "IPs that are temporarily ignored" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/feeds/.keep b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-01.json b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..739d0011a157b45e42116cfa872fd749671aad35 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-01.json @@ -0,0 +1 @@ +[{"ip": "192.0.2.1", "status": "confirmed", "severity": "high"}, {"ip": "192.0.2.33", "status": "unconfirmed", "severity": "low"}, {"ip": "203.0.113.45", "status": "confirmed", "severity": "medium"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-02.json b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..0a80fddee85d67a441797e437bb215fd8c4781f0 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-02.json @@ -0,0 +1 @@ +[{"ip": "203.0.113.45", "status": "confirmed", "severity": "high"}, {"ip": "192.0.2.1", "status": "confirmed", "severity": "medium"}, {"ip": "198.51.100.9", "status": "investigating", "severity": "low"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-03.json b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..8c5b7c62bbdde8b8e9218d0066ed5faf94fa5422 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/gold/feeds/2025-04-03.json @@ -0,0 +1 @@ +[{"ip": "198.51.100.9", "status": "confirmed", "severity": "critical"}, {"ip": "192.0.2.33", "status": "confirmed", "severity": "low"}, {"ip": "203.0.113.46", "status": "confirmed", "severity": "medium"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/malicious_unsuppressed.txt b/shellops/assets/ShellOps_458ddc25a7/gold/malicious_unsuppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5e50bb35a46dc4d06941dbfb1a78090a502eaa1 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/gold/malicious_unsuppressed.txt @@ -0,0 +1,3 @@ +192.0.2.1 +198.51.100.9 +203.0.113.46 diff --git a/shellops/assets/ShellOps_458ddc25a7/gold/notes.md b/shellops/assets/ShellOps_458ddc25a7/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ac8a5e3b6ef63bb58bb08aa55f278367eba004c6 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/gold/notes.md @@ -0,0 +1,2 @@ +# Threat intelligence processing +Only confirmed status counts; suppressed IPs are excluded from blocking. diff --git a/shellops/assets/ShellOps_458ddc25a7/init/allowlist.json b/shellops/assets/ShellOps_458ddc25a7/init/allowlist.json new file mode 100644 index 0000000000000000000000000000000000000000..e1beb2ddfebbb8ae49eb797edf491289a35fbb9d --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/init/allowlist.json @@ -0,0 +1,4 @@ +{ + "suppressed": ["203.0.113.45", "192.0.2.33", "10.0.0.1"], + "notes": "IPs that are temporarily ignored" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/init/feeds/.keep b/shellops/assets/ShellOps_458ddc25a7/init/feeds/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-01.json b/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..739d0011a157b45e42116cfa872fd749671aad35 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-01.json @@ -0,0 +1 @@ +[{"ip": "192.0.2.1", "status": "confirmed", "severity": "high"}, {"ip": "192.0.2.33", "status": "unconfirmed", "severity": "low"}, {"ip": "203.0.113.45", "status": "confirmed", "severity": "medium"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-02.json b/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..0a80fddee85d67a441797e437bb215fd8c4781f0 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-02.json @@ -0,0 +1 @@ +[{"ip": "203.0.113.45", "status": "confirmed", "severity": "high"}, {"ip": "192.0.2.1", "status": "confirmed", "severity": "medium"}, {"ip": "198.51.100.9", "status": "investigating", "severity": "low"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-03.json b/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..8c5b7c62bbdde8b8e9218d0066ed5faf94fa5422 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/init/feeds/2025-04-03.json @@ -0,0 +1 @@ +[{"ip": "198.51.100.9", "status": "confirmed", "severity": "critical"}, {"ip": "192.0.2.33", "status": "confirmed", "severity": "low"}, {"ip": "203.0.113.46", "status": "confirmed", "severity": "medium"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_458ddc25a7/init/notes.md b/shellops/assets/ShellOps_458ddc25a7/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ac8a5e3b6ef63bb58bb08aa55f278367eba004c6 --- /dev/null +++ b/shellops/assets/ShellOps_458ddc25a7/init/notes.md @@ -0,0 +1,2 @@ +# Threat intelligence processing +Only confirmed status counts; suppressed IPs are excluded from blocking. diff --git a/shellops/assets/ShellOps_45e57883c9/gold/failures.txt b/shellops/assets/ShellOps_45e57883c9/gold/failures.txt new file mode 100644 index 0000000000000000000000000000000000000000..5eeb429b243c9b4b0e6f239d5b5bd5eb2e9eb5a9 --- /dev/null +++ b/shellops/assets/ShellOps_45e57883c9/gold/failures.txt @@ -0,0 +1,2 @@ +req_b2 3 2025-01-10T09:20:00Z +req_d4 2 2025-01-10T11:10:00Z diff --git a/shellops/assets/ShellOps_45e57883c9/gold/webhooks/old/archive.ndjson b/shellops/assets/ShellOps_45e57883c9/gold/webhooks/old/archive.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..4e8b09e270f175316d645097637ca9c658016213 --- /dev/null +++ b/shellops/assets/ShellOps_45e57883c9/gold/webhooks/old/archive.ndjson @@ -0,0 +1,2 @@ +{"request_id": "req_old_1", "status": "failed", "retry_count": 5, "timestamp": "2024-12-01T12:00:00Z"} +{"request_id": "req_old_2", "status": "failed", "retry_count": 1, "timestamp": "2024-12-02T13:00:00Z"} diff --git a/shellops/assets/ShellOps_45e57883c9/gold/webhooks/requests.ndjson b/shellops/assets/ShellOps_45e57883c9/gold/webhooks/requests.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..85983f03092319e384ad38c7cc49ba4f404b8f67 --- /dev/null +++ b/shellops/assets/ShellOps_45e57883c9/gold/webhooks/requests.ndjson @@ -0,0 +1,4 @@ +{"request_id": "req_a1", "status": "delivered", "retry_count": 0, "timestamp": "2025-01-10T08:15:00Z"} +{"request_id": "req_b2", "status": "failed", "retry_count": 3, "timestamp": "2025-01-10T09:20:00Z"} +{"request_id": "req_c3", "status": "failed", "retry_count": 0, "timestamp": "2025-01-10T10:05:00Z"} +{"request_id": "req_d4", "status": "failed", "retry_count": 2, "timestamp": "2025-01-10T11:10:00Z"} diff --git a/shellops/assets/ShellOps_45e57883c9/init/webhooks/old/archive.ndjson b/shellops/assets/ShellOps_45e57883c9/init/webhooks/old/archive.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..4e8b09e270f175316d645097637ca9c658016213 --- /dev/null +++ b/shellops/assets/ShellOps_45e57883c9/init/webhooks/old/archive.ndjson @@ -0,0 +1,2 @@ +{"request_id": "req_old_1", "status": "failed", "retry_count": 5, "timestamp": "2024-12-01T12:00:00Z"} +{"request_id": "req_old_2", "status": "failed", "retry_count": 1, "timestamp": "2024-12-02T13:00:00Z"} diff --git a/shellops/assets/ShellOps_45e57883c9/init/webhooks/requests.ndjson b/shellops/assets/ShellOps_45e57883c9/init/webhooks/requests.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..85983f03092319e384ad38c7cc49ba4f404b8f67 --- /dev/null +++ b/shellops/assets/ShellOps_45e57883c9/init/webhooks/requests.ndjson @@ -0,0 +1,4 @@ +{"request_id": "req_a1", "status": "delivered", "retry_count": 0, "timestamp": "2025-01-10T08:15:00Z"} +{"request_id": "req_b2", "status": "failed", "retry_count": 3, "timestamp": "2025-01-10T09:20:00Z"} +{"request_id": "req_c3", "status": "failed", "retry_count": 0, "timestamp": "2025-01-10T10:05:00Z"} +{"request_id": "req_d4", "status": "failed", "retry_count": 2, "timestamp": "2025-01-10T11:10:00Z"} diff --git a/shellops/assets/ShellOps_45faca4348/gold/approved_releases.xml b/shellops/assets/ShellOps_45faca4348/gold/approved_releases.xml new file mode 100644 index 0000000000000000000000000000000000000000..729980e4ebf046693f857fdca7984660782249fb --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/gold/approved_releases.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_45faca4348/gold/distractor.log b/shellops/assets/ShellOps_45faca4348/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..722089349c3801f7217225b4ef91cc003e9fa6ae --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/gold/distractor.log @@ -0,0 +1,2 @@ +2024-06-15 09:00:00 [INFO] Backup completed successfully. +2024-06-15 09:05:23 [WARN] Disk usage at 85% on /dev/sda1 diff --git a/shellops/assets/ShellOps_45faca4348/gold/gaps.txt b/shellops/assets/ShellOps_45faca4348/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1d9ee181047f2d22bea38fd4c78cc61fe23e704 --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/gold/gaps.txt @@ -0,0 +1,2 @@ +libcurl3 +nodejs8 diff --git a/shellops/assets/ShellOps_45faca4348/gold/support_packages.txt b/shellops/assets/ShellOps_45faca4348/gold/support_packages.txt new file mode 100644 index 0000000000000000000000000000000000000000..b70c00ec0ef489d6d78eea29070e980cb6beac71 --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/gold/support_packages.txt @@ -0,0 +1,6 @@ +libssl1.1 status=active +libcurl3 status=active +python2.7 status=deprecated +nginx-legacy status=active +apache2.2 status=deprecated +nodejs8 status=active diff --git a/shellops/assets/ShellOps_45faca4348/init/approved_releases.xml b/shellops/assets/ShellOps_45faca4348/init/approved_releases.xml new file mode 100644 index 0000000000000000000000000000000000000000..729980e4ebf046693f857fdca7984660782249fb --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/init/approved_releases.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_45faca4348/init/distractor.log b/shellops/assets/ShellOps_45faca4348/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..722089349c3801f7217225b4ef91cc003e9fa6ae --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/init/distractor.log @@ -0,0 +1,2 @@ +2024-06-15 09:00:00 [INFO] Backup completed successfully. +2024-06-15 09:05:23 [WARN] Disk usage at 85% on /dev/sda1 diff --git a/shellops/assets/ShellOps_45faca4348/init/support_packages.txt b/shellops/assets/ShellOps_45faca4348/init/support_packages.txt new file mode 100644 index 0000000000000000000000000000000000000000..b70c00ec0ef489d6d78eea29070e980cb6beac71 --- /dev/null +++ b/shellops/assets/ShellOps_45faca4348/init/support_packages.txt @@ -0,0 +1,6 @@ +libssl1.1 status=active +libcurl3 status=active +python2.7 status=deprecated +nginx-legacy status=active +apache2.2 status=deprecated +nodejs8 status=active diff --git a/shellops/assets/ShellOps_46021a7558/gold/active_whitelisted.txt b/shellops/assets/ShellOps_46021a7558/gold/active_whitelisted.txt new file mode 100644 index 0000000000000000000000000000000000000000..f468ced68c630c5949c44cecc21e741a8d965ea3 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/gold/active_whitelisted.txt @@ -0,0 +1,2 @@ +ext4 +fuse diff --git a/shellops/assets/ShellOps_46021a7558/gold/docs/important.txt b/shellops/assets/ShellOps_46021a7558/gold/docs/important.txt new file mode 100644 index 0000000000000000000000000000000000000000..2261d2d652697904ae2e7adb6f8d5f349bb3cac4 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/gold/docs/important.txt @@ -0,0 +1 @@ +DO NOT DELETE: Legacy module documentation \ No newline at end of file diff --git a/shellops/assets/ShellOps_46021a7558/gold/modules.json b/shellops/assets/ShellOps_46021a7558/gold/modules.json new file mode 100644 index 0000000000000000000000000000000000000000..90194a216b3bc707380911ec56ee39c9f5d0abd5 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/gold/modules.json @@ -0,0 +1,7 @@ +[ + {"name": "nf_tables", "loaded": true}, + {"name": "bluetooth", "loaded": false}, + {"name": "fuse", "loaded": true}, + {"name": "ext4", "loaded": true}, + {"name": "dummy", "loaded": false} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_46021a7558/gold/security/module_whitelist.txt b/shellops/assets/ShellOps_46021a7558/gold/security/module_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a7faf0366ec2507f550bb9fa04556c68c78a9c1 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/gold/security/module_whitelist.txt @@ -0,0 +1,4 @@ +ext4 +fuse +kvm +radeon diff --git a/shellops/assets/ShellOps_46021a7558/init/docs/important.txt b/shellops/assets/ShellOps_46021a7558/init/docs/important.txt new file mode 100644 index 0000000000000000000000000000000000000000..2261d2d652697904ae2e7adb6f8d5f349bb3cac4 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/init/docs/important.txt @@ -0,0 +1 @@ +DO NOT DELETE: Legacy module documentation \ No newline at end of file diff --git a/shellops/assets/ShellOps_46021a7558/init/modules.json b/shellops/assets/ShellOps_46021a7558/init/modules.json new file mode 100644 index 0000000000000000000000000000000000000000..90194a216b3bc707380911ec56ee39c9f5d0abd5 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/init/modules.json @@ -0,0 +1,7 @@ +[ + {"name": "nf_tables", "loaded": true}, + {"name": "bluetooth", "loaded": false}, + {"name": "fuse", "loaded": true}, + {"name": "ext4", "loaded": true}, + {"name": "dummy", "loaded": false} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_46021a7558/init/security/module_whitelist.txt b/shellops/assets/ShellOps_46021a7558/init/security/module_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a7faf0366ec2507f550bb9fa04556c68c78a9c1 --- /dev/null +++ b/shellops/assets/ShellOps_46021a7558/init/security/module_whitelist.txt @@ -0,0 +1,4 @@ +ext4 +fuse +kvm +radeon diff --git a/shellops/assets/ShellOps_46051b0b6d/gold/distractor/irrelevant.out b/shellops/assets/ShellOps_46051b0b6d/gold/distractor/irrelevant.out new file mode 100644 index 0000000000000000000000000000000000000000..d5cc019245c748e4e8bee81ab4bc983363fbbed3 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/gold/distractor/irrelevant.out @@ -0,0 +1,2 @@ +DEBUG: ignoring stale entry svr-006 +WARN: device svr-002 deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_46051b0b6d/gold/registry.csv b/shellops/assets/ShellOps_46051b0b6d/gold/registry.csv new file mode 100644 index 0000000000000000000000000000000000000000..5629647625ad910799d8477e0d379d8905a4bdc7 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/gold/registry.csv @@ -0,0 +1,5 @@ +device,zone +svr-001,east-zone +svr-003,west-zone +svr-005,south-zone +svr-007,central-zone \ No newline at end of file diff --git a/shellops/assets/ShellOps_46051b0b6d/gold/results/failed_zoned.tsv b/shellops/assets/ShellOps_46051b0b6d/gold/results/failed_zoned.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a69a40dda2c79e7c9710d94183e670bea6178589 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/gold/results/failed_zoned.tsv @@ -0,0 +1,5 @@ +timestamp device zone +2024-05-19T14:23:01 svr-001 east-zone +2024-05-19T14:25:55 svr-003 west-zone +2024-05-19T14:26:40 svr-004 UNKNOWN +2024-05-19T14:27:18 svr-005 south-zone diff --git a/shellops/assets/ShellOps_46051b0b6d/gold/troubleshoot.log b/shellops/assets/ShellOps_46051b0b6d/gold/troubleshoot.log new file mode 100644 index 0000000000000000000000000000000000000000..8d74c4f87ee239c05c807f0026394dc200efbc19 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/gold/troubleshoot.log @@ -0,0 +1,6 @@ +timestamp device status +2024-05-19T14:23:01 svr-001 FAILED +2024-05-19T14:24:10 svr-002 SUCCESS +2024-05-19T14:25:55 svr-003 FAILED +2024-05-19T14:26:40 svr-004 FAILED +2024-05-19T14:27:18 svr-005 FAILED \ No newline at end of file diff --git a/shellops/assets/ShellOps_46051b0b6d/init/distractor/irrelevant.out b/shellops/assets/ShellOps_46051b0b6d/init/distractor/irrelevant.out new file mode 100644 index 0000000000000000000000000000000000000000..d5cc019245c748e4e8bee81ab4bc983363fbbed3 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/init/distractor/irrelevant.out @@ -0,0 +1,2 @@ +DEBUG: ignoring stale entry svr-006 +WARN: device svr-002 deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_46051b0b6d/init/registry.csv b/shellops/assets/ShellOps_46051b0b6d/init/registry.csv new file mode 100644 index 0000000000000000000000000000000000000000..5629647625ad910799d8477e0d379d8905a4bdc7 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/init/registry.csv @@ -0,0 +1,5 @@ +device,zone +svr-001,east-zone +svr-003,west-zone +svr-005,south-zone +svr-007,central-zone \ No newline at end of file diff --git a/shellops/assets/ShellOps_46051b0b6d/init/troubleshoot.log b/shellops/assets/ShellOps_46051b0b6d/init/troubleshoot.log new file mode 100644 index 0000000000000000000000000000000000000000..8d74c4f87ee239c05c807f0026394dc200efbc19 --- /dev/null +++ b/shellops/assets/ShellOps_46051b0b6d/init/troubleshoot.log @@ -0,0 +1,6 @@ +timestamp device status +2024-05-19T14:23:01 svr-001 FAILED +2024-05-19T14:24:10 svr-002 SUCCESS +2024-05-19T14:25:55 svr-003 FAILED +2024-05-19T14:26:40 svr-004 FAILED +2024-05-19T14:27:18 svr-005 FAILED \ No newline at end of file diff --git a/shellops/assets/ShellOps_466c409a84/gold/missing_instruments.txt b/shellops/assets/ShellOps_466c409a84/gold/missing_instruments.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcd692620f49376cab6d0e446ccddf1cb0935f3c --- /dev/null +++ b/shellops/assets/ShellOps_466c409a84/gold/missing_instruments.txt @@ -0,0 +1 @@ +spectrophotometer diff --git a/shellops/assets/ShellOps_466c409a84/gold/procurement.tsv b/shellops/assets/ShellOps_466c409a84/gold/procurement.tsv new file mode 100644 index 0000000000000000000000000000000000000000..65a424d1d39cfff64c2050a9f14871b6cde756bc --- /dev/null +++ b/shellops/assets/ShellOps_466c409a84/gold/procurement.tsv @@ -0,0 +1,8 @@ +item_name arrival_date +microcentrifuge 2024-01-15 +gas chromatograph 2024-01-22 +pH meter 2024-02-05 +autoclave 2024-02-12 +microscope 2024-02-19 +incubator 2024-02-25 +vortex mixer 2024-01-30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_466c409a84/gold/required_equipment.txt b/shellops/assets/ShellOps_466c409a84/gold/required_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b496175523e2105241ce2cc4876ee1902416bfe --- /dev/null +++ b/shellops/assets/ShellOps_466c409a84/gold/required_equipment.txt @@ -0,0 +1,7 @@ +microcentrifuge +gas chromatograph +spectrophotometer +pH meter +autoclave +microscope +incubator \ No newline at end of file diff --git a/shellops/assets/ShellOps_466c409a84/init/procurement.tsv b/shellops/assets/ShellOps_466c409a84/init/procurement.tsv new file mode 100644 index 0000000000000000000000000000000000000000..65a424d1d39cfff64c2050a9f14871b6cde756bc --- /dev/null +++ b/shellops/assets/ShellOps_466c409a84/init/procurement.tsv @@ -0,0 +1,8 @@ +item_name arrival_date +microcentrifuge 2024-01-15 +gas chromatograph 2024-01-22 +pH meter 2024-02-05 +autoclave 2024-02-12 +microscope 2024-02-19 +incubator 2024-02-25 +vortex mixer 2024-01-30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_466c409a84/init/required_equipment.txt b/shellops/assets/ShellOps_466c409a84/init/required_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b496175523e2105241ce2cc4876ee1902416bfe --- /dev/null +++ b/shellops/assets/ShellOps_466c409a84/init/required_equipment.txt @@ -0,0 +1,7 @@ +microcentrifuge +gas chromatograph +spectrophotometer +pH meter +autoclave +microscope +incubator \ No newline at end of file diff --git a/shellops/assets/ShellOps_469163161e/gold/debug/notes.md b/shellops/assets/ShellOps_469163161e/gold/debug/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e585e52cca38872d18469b47db6d77eb74a73999 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/debug/notes.md @@ -0,0 +1 @@ +Ignore this file; it's a debug log with extraneous information. diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/alpha-2.0.1.bin b/shellops/assets/ShellOps_469163161e/gold/payloads/alpha-2.0.1.bin new file mode 100644 index 0000000000000000000000000000000000000000..70608b342dc34d4ffb8eaa6a7f500b1abee77c77 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/alpha-2.0.1.bin @@ -0,0 +1 @@ +binary content alpha old diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/alpha-2.1.0.bin b/shellops/assets/ShellOps_469163161e/gold/payloads/alpha-2.1.0.bin new file mode 100644 index 0000000000000000000000000000000000000000..51e351d159641cc358343b4dc9dfe4f54e2fedaf --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/alpha-2.1.0.bin @@ -0,0 +1 @@ +binary content alpha latest diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/beta-1.0.4.bin b/shellops/assets/ShellOps_469163161e/gold/payloads/beta-1.0.4.bin new file mode 100644 index 0000000000000000000000000000000000000000..f24bf3faab4f38eb38f72d376f241a73a2f3dcd1 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/beta-1.0.4.bin @@ -0,0 +1 @@ +binary content beta latest diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/delta-0.9.7.bin b/shellops/assets/ShellOps_469163161e/gold/payloads/delta-0.9.7.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d649ad4c5c1ccefd80798beac3c6c45ad1e20f5 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/delta-0.9.7.bin @@ -0,0 +1 @@ +binary content delta latest diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/epsilon-1.5.2.bin b/shellops/assets/ShellOps_469163161e/gold/payloads/epsilon-1.5.2.bin new file mode 100644 index 0000000000000000000000000000000000000000..fc4bd606e68150c82a7118dc284cefb68170e5cd --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/epsilon-1.5.2.bin @@ -0,0 +1 @@ +binary content epsilon latest diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/gamma-3.2.0.bin b/shellops/assets/ShellOps_469163161e/gold/payloads/gamma-3.2.0.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d1bc28c611fd54e3ea513ff69c2d3bbd6415d79 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/gamma-3.2.0.bin @@ -0,0 +1 @@ +binary content gamma outdated diff --git a/shellops/assets/ShellOps_469163161e/gold/payloads/manifest.txt b/shellops/assets/ShellOps_469163161e/gold/payloads/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9228f8c81b40ae82a6619581501ffe885a11472 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/payloads/manifest.txt @@ -0,0 +1,5 @@ +alpha 2.1.0 +beta 1.0.4 +gamma 3.2.1 +delta 0.9.7 +epsilon 1.5.2 diff --git a/shellops/assets/ShellOps_469163161e/gold/reports/latest_approved.tsv b/shellops/assets/ShellOps_469163161e/gold/reports/latest_approved.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d9f20a9baa1c27c5ce2d9255545d4715acac8f5c --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/gold/reports/latest_approved.tsv @@ -0,0 +1,4 @@ +alpha 2.1.0 +beta 1.0.4 +delta 0.9.7 +epsilon 1.5.2 diff --git a/shellops/assets/ShellOps_469163161e/init/debug/notes.md b/shellops/assets/ShellOps_469163161e/init/debug/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e585e52cca38872d18469b47db6d77eb74a73999 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/debug/notes.md @@ -0,0 +1 @@ +Ignore this file; it's a debug log with extraneous information. diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/alpha-2.0.1.bin b/shellops/assets/ShellOps_469163161e/init/payloads/alpha-2.0.1.bin new file mode 100644 index 0000000000000000000000000000000000000000..70608b342dc34d4ffb8eaa6a7f500b1abee77c77 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/alpha-2.0.1.bin @@ -0,0 +1 @@ +binary content alpha old diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/alpha-2.1.0.bin b/shellops/assets/ShellOps_469163161e/init/payloads/alpha-2.1.0.bin new file mode 100644 index 0000000000000000000000000000000000000000..51e351d159641cc358343b4dc9dfe4f54e2fedaf --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/alpha-2.1.0.bin @@ -0,0 +1 @@ +binary content alpha latest diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/beta-1.0.4.bin b/shellops/assets/ShellOps_469163161e/init/payloads/beta-1.0.4.bin new file mode 100644 index 0000000000000000000000000000000000000000..f24bf3faab4f38eb38f72d376f241a73a2f3dcd1 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/beta-1.0.4.bin @@ -0,0 +1 @@ +binary content beta latest diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/delta-0.9.7.bin b/shellops/assets/ShellOps_469163161e/init/payloads/delta-0.9.7.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d649ad4c5c1ccefd80798beac3c6c45ad1e20f5 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/delta-0.9.7.bin @@ -0,0 +1 @@ +binary content delta latest diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/epsilon-1.5.2.bin b/shellops/assets/ShellOps_469163161e/init/payloads/epsilon-1.5.2.bin new file mode 100644 index 0000000000000000000000000000000000000000..fc4bd606e68150c82a7118dc284cefb68170e5cd --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/epsilon-1.5.2.bin @@ -0,0 +1 @@ +binary content epsilon latest diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/gamma-3.2.0.bin b/shellops/assets/ShellOps_469163161e/init/payloads/gamma-3.2.0.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d1bc28c611fd54e3ea513ff69c2d3bbd6415d79 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/gamma-3.2.0.bin @@ -0,0 +1 @@ +binary content gamma outdated diff --git a/shellops/assets/ShellOps_469163161e/init/payloads/manifest.txt b/shellops/assets/ShellOps_469163161e/init/payloads/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9228f8c81b40ae82a6619581501ffe885a11472 --- /dev/null +++ b/shellops/assets/ShellOps_469163161e/init/payloads/manifest.txt @@ -0,0 +1,5 @@ +alpha 2.1.0 +beta 1.0.4 +gamma 3.2.1 +delta 0.9.7 +epsilon 1.5.2 diff --git a/shellops/assets/ShellOps_46ba4b0749/gold/config/app.properties b/shellops/assets/ShellOps_46ba4b0749/gold/config/app.properties new file mode 100644 index 0000000000000000000000000000000000000000..98f5b47a6ae9e8410b25a013243e925b7a229476 --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/gold/config/app.properties @@ -0,0 +1,2 @@ +dark_mode=true +enable_metrics=false diff --git a/shellops/assets/ShellOps_46ba4b0749/gold/config/cache.properties b/shellops/assets/ShellOps_46ba4b0749/gold/config/cache.properties new file mode 100644 index 0000000000000000000000000000000000000000..054aca692c2358610a86b2697fe2470777e13b3c --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/gold/config/cache.properties @@ -0,0 +1,2 @@ +dark_mode=true +enable_metrics=true diff --git a/shellops/assets/ShellOps_46ba4b0749/gold/config/db.properties b/shellops/assets/ShellOps_46ba4b0749/gold/config/db.properties new file mode 100644 index 0000000000000000000000000000000000000000..77ea3b24cdda8abc7a829f8241823e52b6dd44d8 --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/gold/config/db.properties @@ -0,0 +1,2 @@ +dark_mode=false +enable_metrics=true diff --git a/shellops/assets/ShellOps_46ba4b0749/gold/config/logging.properties b/shellops/assets/ShellOps_46ba4b0749/gold/config/logging.properties new file mode 100644 index 0000000000000000000000000000000000000000..10ce5accdd185eb33db516920036d368947fbe83 --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/gold/config/logging.properties @@ -0,0 +1,2 @@ +dark_mode=false +enable_metrics=false diff --git a/shellops/assets/ShellOps_46ba4b0749/init/config/app.properties b/shellops/assets/ShellOps_46ba4b0749/init/config/app.properties new file mode 100644 index 0000000000000000000000000000000000000000..98f5b47a6ae9e8410b25a013243e925b7a229476 --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/init/config/app.properties @@ -0,0 +1,2 @@ +dark_mode=true +enable_metrics=false diff --git a/shellops/assets/ShellOps_46ba4b0749/init/config/cache.properties b/shellops/assets/ShellOps_46ba4b0749/init/config/cache.properties new file mode 100644 index 0000000000000000000000000000000000000000..054aca692c2358610a86b2697fe2470777e13b3c --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/init/config/cache.properties @@ -0,0 +1,2 @@ +dark_mode=true +enable_metrics=true diff --git a/shellops/assets/ShellOps_46ba4b0749/init/config/db.properties b/shellops/assets/ShellOps_46ba4b0749/init/config/db.properties new file mode 100644 index 0000000000000000000000000000000000000000..77ea3b24cdda8abc7a829f8241823e52b6dd44d8 --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/init/config/db.properties @@ -0,0 +1,2 @@ +dark_mode=false +enable_metrics=true diff --git a/shellops/assets/ShellOps_46ba4b0749/init/config/logging.properties b/shellops/assets/ShellOps_46ba4b0749/init/config/logging.properties new file mode 100644 index 0000000000000000000000000000000000000000..10ce5accdd185eb33db516920036d368947fbe83 --- /dev/null +++ b/shellops/assets/ShellOps_46ba4b0749/init/config/logging.properties @@ -0,0 +1,2 @@ +dark_mode=false +enable_metrics=false diff --git a/shellops/assets/ShellOps_46de7becaa/gold/sales_records.csv b/shellops/assets/ShellOps_46de7becaa/gold/sales_records.csv new file mode 100644 index 0000000000000000000000000000000000000000..a86302d46bd353e536785fe8e60c500bdacdca11 --- /dev/null +++ b/shellops/assets/ShellOps_46de7becaa/gold/sales_records.csv @@ -0,0 +1,16 @@ +date,pastry_type,quantity_sold +2023-10-01,croissant,45 +2023-10-01,muffin,30 +2023-10-01,danish,25 +2023-10-02,croissant,50 +2023-10-02,muffin,28 +2023-10-02,danish,22 +2023-10-03,croissant,48 +2023-10-03,muffin,32 +2023-10-03,danish,20 +2023-10-04,croissant,52 +2023-10-04,muffin,27 +2023-10-04,danish,24 +2023-10-05,croissant,47 +2023-10-05,muffin,33 +2023-10-05,danish,23 \ No newline at end of file diff --git a/shellops/assets/ShellOps_46de7becaa/init/sales_records.csv b/shellops/assets/ShellOps_46de7becaa/init/sales_records.csv new file mode 100644 index 0000000000000000000000000000000000000000..a86302d46bd353e536785fe8e60c500bdacdca11 --- /dev/null +++ b/shellops/assets/ShellOps_46de7becaa/init/sales_records.csv @@ -0,0 +1,16 @@ +date,pastry_type,quantity_sold +2023-10-01,croissant,45 +2023-10-01,muffin,30 +2023-10-01,danish,25 +2023-10-02,croissant,50 +2023-10-02,muffin,28 +2023-10-02,danish,22 +2023-10-03,croissant,48 +2023-10-03,muffin,32 +2023-10-03,danish,20 +2023-10-04,croissant,52 +2023-10-04,muffin,27 +2023-10-04,danish,24 +2023-10-05,croissant,47 +2023-10-05,muffin,33 +2023-10-05,danish,23 \ No newline at end of file diff --git a/shellops/assets/ShellOps_473c6b47a6/gold/security_migration.log b/shellops/assets/ShellOps_473c6b47a6/gold/security_migration.log new file mode 100644 index 0000000000000000000000000000000000000000..434594b2404af07b040643789bedbd3028b20288 --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/gold/security_migration.log @@ -0,0 +1,2 @@ +src/main/java/com/example/App.java +src/test/java/com/example/TestOldSecurity.java diff --git a/shellops/assets/ShellOps_473c6b47a6/gold/src/main/java/com/example/App.java b/shellops/assets/ShellOps_473c6b47a6/gold/src/main/java/com/example/App.java new file mode 100644 index 0000000000000000000000000000000000000000..d7d051bbbfd1084af502e443df0745457f993796 --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/gold/src/main/java/com/example/App.java @@ -0,0 +1,8 @@ +package com.example; +// TODO: migrate + +import legacy.security.OldCipher; + +public class App { + // ... +} diff --git a/shellops/assets/ShellOps_473c6b47a6/gold/src/test/java/com/example/TestOldSecurity.java b/shellops/assets/ShellOps_473c6b47a6/gold/src/test/java/com/example/TestOldSecurity.java new file mode 100644 index 0000000000000000000000000000000000000000..21734a970a34119c49ec77a9b329d7c2d2517e3e --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/gold/src/test/java/com/example/TestOldSecurity.java @@ -0,0 +1,8 @@ +package com.example.test; +// TODO: migrate + +import legacy.security.ObsoleteAuthenticator; + +class TestOldSecurity { + // ... +} diff --git a/shellops/assets/ShellOps_473c6b47a6/gold/src/utils/Tool.java b/shellops/assets/ShellOps_473c6b47a6/gold/src/utils/Tool.java new file mode 100644 index 0000000000000000000000000000000000000000..af5fef0dcd91771756c2c684477ed6d288ec22ce --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/gold/src/utils/Tool.java @@ -0,0 +1,7 @@ +package com.utils; + +import java.util.*; + +public class Tool { + // ... +} diff --git a/shellops/assets/ShellOps_473c6b47a6/init/.tmp/.keep b/shellops/assets/ShellOps_473c6b47a6/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_473c6b47a6/init/src/main/java/com/example/App.java b/shellops/assets/ShellOps_473c6b47a6/init/src/main/java/com/example/App.java new file mode 100644 index 0000000000000000000000000000000000000000..c153859fdc72447d8f21ab38ba525a898a6955a8 --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/init/src/main/java/com/example/App.java @@ -0,0 +1,7 @@ +package com.example; + +import legacy.security.OldCipher; + +public class App { + // ... +} diff --git a/shellops/assets/ShellOps_473c6b47a6/init/src/test/java/com/example/TestOldSecurity.java b/shellops/assets/ShellOps_473c6b47a6/init/src/test/java/com/example/TestOldSecurity.java new file mode 100644 index 0000000000000000000000000000000000000000..37849d17b6d24053d7683002b527119dc1852137 --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/init/src/test/java/com/example/TestOldSecurity.java @@ -0,0 +1,7 @@ +package com.example.test; + +import legacy.security.ObsoleteAuthenticator; + +class TestOldSecurity { + // ... +} diff --git a/shellops/assets/ShellOps_473c6b47a6/init/src/utils/Tool.java b/shellops/assets/ShellOps_473c6b47a6/init/src/utils/Tool.java new file mode 100644 index 0000000000000000000000000000000000000000..af5fef0dcd91771756c2c684477ed6d288ec22ce --- /dev/null +++ b/shellops/assets/ShellOps_473c6b47a6/init/src/utils/Tool.java @@ -0,0 +1,7 @@ +package com.utils; + +import java.util.*; + +public class Tool { + // ... +} diff --git a/shellops/assets/ShellOps_473ccfa72a/gold/readings.toml b/shellops/assets/ShellOps_473ccfa72a/gold/readings.toml new file mode 100644 index 0000000000000000000000000000000000000000..da268eee30a333f514d2cc51217d432c37fb3b57 --- /dev/null +++ b/shellops/assets/ShellOps_473ccfa72a/gold/readings.toml @@ -0,0 +1,17 @@ +sensor_id="102" +calibration=0.95 + +sensor_id="105" +capture_rate=60 + +sensor_id="101" +calibration=0.92 + +sensor_id="105" +capture_rate=60 + +sensor_id="103" +calibration=0.91 + +sensor_id="101" +calibration=0.92 diff --git a/shellops/assets/ShellOps_473ccfa72a/gold/verified_sensors.md b/shellops/assets/ShellOps_473ccfa72a/gold/verified_sensors.md new file mode 100644 index 0000000000000000000000000000000000000000..42c58856ba078ec9b7080e1055334f2dc2d1bdd3 --- /dev/null +++ b/shellops/assets/ShellOps_473ccfa72a/gold/verified_sensors.md @@ -0,0 +1,4 @@ +101 +102 +103 +105 diff --git a/shellops/assets/ShellOps_473ccfa72a/init/readings.toml b/shellops/assets/ShellOps_473ccfa72a/init/readings.toml new file mode 100644 index 0000000000000000000000000000000000000000..da268eee30a333f514d2cc51217d432c37fb3b57 --- /dev/null +++ b/shellops/assets/ShellOps_473ccfa72a/init/readings.toml @@ -0,0 +1,17 @@ +sensor_id="102" +calibration=0.95 + +sensor_id="105" +capture_rate=60 + +sensor_id="101" +calibration=0.92 + +sensor_id="105" +capture_rate=60 + +sensor_id="103" +calibration=0.91 + +sensor_id="101" +calibration=0.92 diff --git a/shellops/assets/ShellOps_4773315617/gold/current_products.tsv b/shellops/assets/ShellOps_4773315617/gold/current_products.tsv new file mode 100644 index 0000000000000000000000000000000000000000..dcfe19682b9c5f683644e0e5380f73c06061afc9 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/gold/current_products.tsv @@ -0,0 +1,4 @@ +ID Product_Name +PROD123 Heavy-Duty Drill +PROD456 Precision Saw +PROD789 Rechargeable Vacuum \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/gold/devices/maintenance_202405.log b/shellops/assets/ShellOps_4773315617/gold/devices/maintenance_202405.log new file mode 100644 index 0000000000000000000000000000000000000000..f48f1f74547bfe97c76835854cf86e4d6743d642 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/gold/devices/maintenance_202405.log @@ -0,0 +1,2 @@ +2024-05-15: Serviced PROD123 (replace filters) +2024-05-16: Calibrated PROD456 blade alignment \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/gold/devices/maintenance_202406.log b/shellops/assets/ShellOps_4773315617/gold/devices/maintenance_202406.log new file mode 100644 index 0000000000000000000000000000000000000000..14bb58645df16a7adb8ffc1ff584a0034f0c4d1c --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/gold/devices/maintenance_202406.log @@ -0,0 +1,2 @@ +2024-06-01: PROD456 motor diagnostics passed +2024-06-02: PROD123 battery capacity check \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/gold/devices/notes.txt b/shellops/assets/ShellOps_4773315617/gold/devices/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..561f5f9c8d1c404311bc20dbef5a86f59008e003 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/gold/devices/notes.txt @@ -0,0 +1 @@ +Schedule quarterly inspection for all devices by end of Q3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/gold/unlogged_products.txt b/shellops/assets/ShellOps_4773315617/gold/unlogged_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..064bdde86e76c87956ce9158ff4afdea6ddd0356 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/gold/unlogged_products.txt @@ -0,0 +1 @@ +PROD789 diff --git a/shellops/assets/ShellOps_4773315617/init/current_products.tsv b/shellops/assets/ShellOps_4773315617/init/current_products.tsv new file mode 100644 index 0000000000000000000000000000000000000000..dcfe19682b9c5f683644e0e5380f73c06061afc9 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/init/current_products.tsv @@ -0,0 +1,4 @@ +ID Product_Name +PROD123 Heavy-Duty Drill +PROD456 Precision Saw +PROD789 Rechargeable Vacuum \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/init/devices/maintenance_202405.log b/shellops/assets/ShellOps_4773315617/init/devices/maintenance_202405.log new file mode 100644 index 0000000000000000000000000000000000000000..f48f1f74547bfe97c76835854cf86e4d6743d642 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/init/devices/maintenance_202405.log @@ -0,0 +1,2 @@ +2024-05-15: Serviced PROD123 (replace filters) +2024-05-16: Calibrated PROD456 blade alignment \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/init/devices/maintenance_202406.log b/shellops/assets/ShellOps_4773315617/init/devices/maintenance_202406.log new file mode 100644 index 0000000000000000000000000000000000000000..14bb58645df16a7adb8ffc1ff584a0034f0c4d1c --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/init/devices/maintenance_202406.log @@ -0,0 +1,2 @@ +2024-06-01: PROD456 motor diagnostics passed +2024-06-02: PROD123 battery capacity check \ No newline at end of file diff --git a/shellops/assets/ShellOps_4773315617/init/devices/notes.txt b/shellops/assets/ShellOps_4773315617/init/devices/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..561f5f9c8d1c404311bc20dbef5a86f59008e003 --- /dev/null +++ b/shellops/assets/ShellOps_4773315617/init/devices/notes.txt @@ -0,0 +1 @@ +Schedule quarterly inspection for all devices by end of Q3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_47b264cab0/gold/final_readings.out b/shellops/assets/ShellOps_47b264cab0/gold/final_readings.out new file mode 100644 index 0000000000000000000000000000000000000000..d987d7c2700da47efbc2eb516df8a32341979f9c --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/gold/final_readings.out @@ -0,0 +1,6 @@ +2024-05-15T10:00:00 12.5 +2024-05-15T10:01:00 12.0 +2024-05-15T10:02:00 13.1 +2024-05-15T10:03:00 14.5 +2024-05-15T10:04:00 13.9 +2024-05-15T10:05:00 15.2 diff --git a/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceA.out b/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceA.out new file mode 100644 index 0000000000000000000000000000000000000000..02d31ef25b74bf92a906febe5ae65e0e80a61bdd --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceA.out @@ -0,0 +1,3 @@ +2024-05-15T10:00:00 12.3 +2024-05-15T10:01:00 11.8 +2024-05-15T10:02:00 13.1 diff --git a/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceB.out b/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceB.out new file mode 100644 index 0000000000000000000000000000000000000000..200b730b968f78783c3da77383f1a89895571378 --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceB.out @@ -0,0 +1,3 @@ +2024-05-15T10:01:00 12.0 +2024-05-15T10:03:00 14.5 +2024-05-15T10:04:00 13.9 diff --git a/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceC.out b/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceC.out new file mode 100644 index 0000000000000000000000000000000000000000..384803d3fe648ac4f6c8d359d0b4388c85a43c7d --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/gold/readings/deviceC.out @@ -0,0 +1,3 @@ +2024-05-15T10:00:00 12.5 +2024-05-15T10:02:00 13.0 +2024-05-15T10:05:00 15.2 diff --git a/shellops/assets/ShellOps_47b264cab0/init/readings/deviceA.out b/shellops/assets/ShellOps_47b264cab0/init/readings/deviceA.out new file mode 100644 index 0000000000000000000000000000000000000000..02d31ef25b74bf92a906febe5ae65e0e80a61bdd --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/init/readings/deviceA.out @@ -0,0 +1,3 @@ +2024-05-15T10:00:00 12.3 +2024-05-15T10:01:00 11.8 +2024-05-15T10:02:00 13.1 diff --git a/shellops/assets/ShellOps_47b264cab0/init/readings/deviceB.out b/shellops/assets/ShellOps_47b264cab0/init/readings/deviceB.out new file mode 100644 index 0000000000000000000000000000000000000000..200b730b968f78783c3da77383f1a89895571378 --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/init/readings/deviceB.out @@ -0,0 +1,3 @@ +2024-05-15T10:01:00 12.0 +2024-05-15T10:03:00 14.5 +2024-05-15T10:04:00 13.9 diff --git a/shellops/assets/ShellOps_47b264cab0/init/readings/deviceC.out b/shellops/assets/ShellOps_47b264cab0/init/readings/deviceC.out new file mode 100644 index 0000000000000000000000000000000000000000..384803d3fe648ac4f6c8d359d0b4388c85a43c7d --- /dev/null +++ b/shellops/assets/ShellOps_47b264cab0/init/readings/deviceC.out @@ -0,0 +1,3 @@ +2024-05-15T10:00:00 12.5 +2024-05-15T10:02:00 13.0 +2024-05-15T10:05:00 15.2 diff --git a/shellops/assets/ShellOps_47d39bc896/gold/catalyst_averages.tsv b/shellops/assets/ShellOps_47d39bc896/gold/catalyst_averages.tsv new file mode 100644 index 0000000000000000000000000000000000000000..85d46c725c90664fe577857bdd57af7951061395 --- /dev/null +++ b/shellops/assets/ShellOps_47d39bc896/gold/catalyst_averages.tsv @@ -0,0 +1,3 @@ +A 0.666667 +B 1.16667 +C 2 diff --git a/shellops/assets/ShellOps_47d39bc896/gold/reaction_data.csv b/shellops/assets/ShellOps_47d39bc896/gold/reaction_data.csv new file mode 100644 index 0000000000000000000000000000000000000000..48fb2a4e1ec082006a87152afff3da612d1786fc --- /dev/null +++ b/shellops/assets/ShellOps_47d39bc896/gold/reaction_data.csv @@ -0,0 +1,10 @@ +catalyst_type,temperature,pressure,reaction_rate +A,25,1,0.5 +B,30,2,1.2 +A,35,1,0.8 +C,40,3,2.1 +B,25,2,1.0 +C,30,3,1.9 +A,40,1,0.7 +B,35,2,1.3 +C,25,3,2.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_47d39bc896/init/reaction_data.csv b/shellops/assets/ShellOps_47d39bc896/init/reaction_data.csv new file mode 100644 index 0000000000000000000000000000000000000000..48fb2a4e1ec082006a87152afff3da612d1786fc --- /dev/null +++ b/shellops/assets/ShellOps_47d39bc896/init/reaction_data.csv @@ -0,0 +1,10 @@ +catalyst_type,temperature,pressure,reaction_rate +A,25,1,0.5 +B,30,2,1.2 +A,35,1,0.8 +C,40,3,2.1 +B,25,2,1.0 +C,30,3,1.9 +A,40,1,0.7 +B,35,2,1.3 +C,25,3,2.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_alpha.log b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..4ad9479d92b78d2862f835fc8f8268ada3059e56 --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_alpha.log @@ -0,0 +1,5 @@ +memory_mb alpha 128 +cpu_usr alpha 12.3 +memory_mb alpha 64 +memory_mb beta 256 +cpu_usr beta 8.9 diff --git a/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_beta.log b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..875536d928011f854791e665eab4beefb2c39bac --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_beta.log @@ -0,0 +1,4 @@ +memory_mb gamma 512 +memory_mb beta 128 +cpu_usr gamma 22.1 +memory_mb alpha 32 diff --git a/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_gamma.log b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..5095cc1ae198f59662b1fe02c6c4dd950c8a26fc --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/node_gamma.log @@ -0,0 +1,4 @@ +memory_mb gamma 256 +memory_mb delta 64 +memory_mb delta 32 +cpu_usr delta 5.2 diff --git a/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/notes.txt b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a01e7fd296752941b699d1f4c5d4d31a81b10841 --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/notes.txt @@ -0,0 +1 @@ +Ignore cpu_usr lines; only aggregate memory_mb entries. diff --git a/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/summary.tsv b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7e1f0fc8d0f460514b468d744355a48f8bd02405 --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/gold/diagnostics/summary.tsv @@ -0,0 +1,5 @@ +project total_mb +gamma 768 +beta 384 +alpha 224 +delta 96 diff --git a/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_alpha.log b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..4ad9479d92b78d2862f835fc8f8268ada3059e56 --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_alpha.log @@ -0,0 +1,5 @@ +memory_mb alpha 128 +cpu_usr alpha 12.3 +memory_mb alpha 64 +memory_mb beta 256 +cpu_usr beta 8.9 diff --git a/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_beta.log b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..875536d928011f854791e665eab4beefb2c39bac --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_beta.log @@ -0,0 +1,4 @@ +memory_mb gamma 512 +memory_mb beta 128 +cpu_usr gamma 22.1 +memory_mb alpha 32 diff --git a/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_gamma.log b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..5095cc1ae198f59662b1fe02c6c4dd950c8a26fc --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/node_gamma.log @@ -0,0 +1,4 @@ +memory_mb gamma 256 +memory_mb delta 64 +memory_mb delta 32 +cpu_usr delta 5.2 diff --git a/shellops/assets/ShellOps_47d714cad3/init/diagnostics/notes.txt b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a01e7fd296752941b699d1f4c5d4d31a81b10841 --- /dev/null +++ b/shellops/assets/ShellOps_47d714cad3/init/diagnostics/notes.txt @@ -0,0 +1 @@ +Ignore cpu_usr lines; only aggregate memory_mb entries. diff --git a/shellops/assets/ShellOps_484eff7554/gold/docs/field_glossary.log b/shellops/assets/ShellOps_484eff7554/gold/docs/field_glossary.log new file mode 100644 index 0000000000000000000000000000000000000000..b27d3f0df760da29b5014812c6b686e7f230ab9c --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/gold/docs/field_glossary.log @@ -0,0 +1,7 @@ +FIELD:user_id|ANCHOR:#user-identifiers +FIELD:session_token|ANCHOR:#auth-tokens +FIELD:ip_address|ANCHOR:#network-addresses +FIELD:request_path|ANCHOR:#api-paths +FIELD:status_code|ANCHOR:#http-codes +FIELD:timestamp|ANCHOR:#time-fields +FIELD:payload|ANCHOR:#message-body diff --git a/shellops/assets/ShellOps_484eff7554/gold/docs/notes.txt b/shellops/assets/ShellOps_484eff7554/gold/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..aca4a34ea6011f4157acbb8e33599ea586251b6f --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/gold/docs/notes.txt @@ -0,0 +1 @@ +The glossary has grown over time. Some legacy fields like 'timestamp' and 'payload' remain documented but are no longer in active schemas. \ No newline at end of file diff --git a/shellops/assets/ShellOps_484eff7554/gold/field_to_anchor.tsv b/shellops/assets/ShellOps_484eff7554/gold/field_to_anchor.tsv new file mode 100644 index 0000000000000000000000000000000000000000..366e5c2fcd4ab8849246bc7d522af9c005c51888 --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/gold/field_to_anchor.tsv @@ -0,0 +1,5 @@ +ip_address #network-addresses +request_path #api-paths +session_token #auth-tokens +status_code #http-codes +user_id #user-identifiers diff --git a/shellops/assets/ShellOps_484eff7554/gold/schema_registry.tsv b/shellops/assets/ShellOps_484eff7554/gold/schema_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..95ec38ff9c4098ab991ff6ed5acde32e17c945a9 --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/gold/schema_registry.tsv @@ -0,0 +1,6 @@ +field_name data_type description +user_id integer Unique user identifier +session_token string Authentication token +ip_address string Client IP address +request_path string API endpoint path +status_code integer HTTP response code diff --git a/shellops/assets/ShellOps_484eff7554/init/docs/field_glossary.log b/shellops/assets/ShellOps_484eff7554/init/docs/field_glossary.log new file mode 100644 index 0000000000000000000000000000000000000000..b27d3f0df760da29b5014812c6b686e7f230ab9c --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/init/docs/field_glossary.log @@ -0,0 +1,7 @@ +FIELD:user_id|ANCHOR:#user-identifiers +FIELD:session_token|ANCHOR:#auth-tokens +FIELD:ip_address|ANCHOR:#network-addresses +FIELD:request_path|ANCHOR:#api-paths +FIELD:status_code|ANCHOR:#http-codes +FIELD:timestamp|ANCHOR:#time-fields +FIELD:payload|ANCHOR:#message-body diff --git a/shellops/assets/ShellOps_484eff7554/init/docs/notes.txt b/shellops/assets/ShellOps_484eff7554/init/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..aca4a34ea6011f4157acbb8e33599ea586251b6f --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/init/docs/notes.txt @@ -0,0 +1 @@ +The glossary has grown over time. Some legacy fields like 'timestamp' and 'payload' remain documented but are no longer in active schemas. \ No newline at end of file diff --git a/shellops/assets/ShellOps_484eff7554/init/schema_registry.tsv b/shellops/assets/ShellOps_484eff7554/init/schema_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..95ec38ff9c4098ab991ff6ed5acde32e17c945a9 --- /dev/null +++ b/shellops/assets/ShellOps_484eff7554/init/schema_registry.tsv @@ -0,0 +1,6 @@ +field_name data_type description +user_id integer Unique user identifier +session_token string Authentication token +ip_address string Client IP address +request_path string API endpoint path +status_code integer HTTP response code diff --git a/shellops/assets/ShellOps_485ec08589/gold/access_logs.csv b/shellops/assets/ShellOps_485ec08589/gold/access_logs.csv new file mode 100644 index 0000000000000000000000000000000000000000..bbbd486220a59a80a4fc711349a26e23ab4cb153 --- /dev/null +++ b/shellops/assets/ShellOps_485ec08589/gold/access_logs.csv @@ -0,0 +1,5 @@ +timestamp,user_id,endpoint +2024-03-15T12:00:00Z,user1,/api/v1/users +2024-03-15T12:01:00Z,user2,/api/v1/products +2024-03-15T12:02:00Z,user3,/api/v1/orders +2024-03-15T12:03:00Z,user4,/internal/metrics \ No newline at end of file diff --git a/shellops/assets/ShellOps_485ec08589/gold/approved_endpoints.json b/shellops/assets/ShellOps_485ec08589/gold/approved_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..25b7dbdf55760f8e15d3342c544288c34c945c38 --- /dev/null +++ b/shellops/assets/ShellOps_485ec08589/gold/approved_endpoints.json @@ -0,0 +1 @@ +{"endpoints": ["/api/v1/users", "/api/v1/products", "/api/v1/orders"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_485ec08589/gold/unauthorized_endpoints.log b/shellops/assets/ShellOps_485ec08589/gold/unauthorized_endpoints.log new file mode 100644 index 0000000000000000000000000000000000000000..be0a58f85ef0f659f39739b85146e132cb440216 --- /dev/null +++ b/shellops/assets/ShellOps_485ec08589/gold/unauthorized_endpoints.log @@ -0,0 +1 @@ +/internal/metrics diff --git a/shellops/assets/ShellOps_485ec08589/init/access_logs.csv b/shellops/assets/ShellOps_485ec08589/init/access_logs.csv new file mode 100644 index 0000000000000000000000000000000000000000..bbbd486220a59a80a4fc711349a26e23ab4cb153 --- /dev/null +++ b/shellops/assets/ShellOps_485ec08589/init/access_logs.csv @@ -0,0 +1,5 @@ +timestamp,user_id,endpoint +2024-03-15T12:00:00Z,user1,/api/v1/users +2024-03-15T12:01:00Z,user2,/api/v1/products +2024-03-15T12:02:00Z,user3,/api/v1/orders +2024-03-15T12:03:00Z,user4,/internal/metrics \ No newline at end of file diff --git a/shellops/assets/ShellOps_485ec08589/init/approved_endpoints.json b/shellops/assets/ShellOps_485ec08589/init/approved_endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..25b7dbdf55760f8e15d3342c544288c34c945c38 --- /dev/null +++ b/shellops/assets/ShellOps_485ec08589/init/approved_endpoints.json @@ -0,0 +1 @@ +{"endpoints": ["/api/v1/users", "/api/v1/products", "/api/v1/orders"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_48b4308a60/gold/configs/app.conf b/shellops/assets/ShellOps_48b4308a60/gold/configs/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..cc06e0c2c84a0df7b28c923ad011f4d1fc74731e --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/gold/configs/app.conf @@ -0,0 +1,8 @@ +[server] +charset = utf-8 + +[database] +charset = latin1 + +[cache] +charset = utf-8 diff --git a/shellops/assets/ShellOps_48b4308a60/gold/configs/cache.conf b/shellops/assets/ShellOps_48b4308a60/gold/configs/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..39ae82379f264875aa59f8962ef1f777dcbffc99 --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/gold/configs/cache.conf @@ -0,0 +1,5 @@ +[redis] +charset = ascii + +[memcached] +charset = latin1 diff --git a/shellops/assets/ShellOps_48b4308a60/gold/configs/db.conf b/shellops/assets/ShellOps_48b4308a60/gold/configs/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..e64d69aac5b3fa55621093e29d39af4710e8eefa --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/gold/configs/db.conf @@ -0,0 +1,5 @@ +[mysql] +charset = utf8mb4 + +[postgres] +charset = utf-8 diff --git a/shellops/assets/ShellOps_48b4308a60/gold/configs/legacy.conf b/shellops/assets/ShellOps_48b4308a60/gold/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..0bd9dfe07a92245ee4b4329efd361f90cc1435a7 --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/gold/configs/legacy.conf @@ -0,0 +1,5 @@ +[main] +charset = iso-8859-1 + +[backup] +charset = utf-8 diff --git a/shellops/assets/ShellOps_48b4308a60/init/configs/app.conf b/shellops/assets/ShellOps_48b4308a60/init/configs/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..cc06e0c2c84a0df7b28c923ad011f4d1fc74731e --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/init/configs/app.conf @@ -0,0 +1,8 @@ +[server] +charset = utf-8 + +[database] +charset = latin1 + +[cache] +charset = utf-8 diff --git a/shellops/assets/ShellOps_48b4308a60/init/configs/cache.conf b/shellops/assets/ShellOps_48b4308a60/init/configs/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..39ae82379f264875aa59f8962ef1f777dcbffc99 --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/init/configs/cache.conf @@ -0,0 +1,5 @@ +[redis] +charset = ascii + +[memcached] +charset = latin1 diff --git a/shellops/assets/ShellOps_48b4308a60/init/configs/db.conf b/shellops/assets/ShellOps_48b4308a60/init/configs/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..e64d69aac5b3fa55621093e29d39af4710e8eefa --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/init/configs/db.conf @@ -0,0 +1,5 @@ +[mysql] +charset = utf8mb4 + +[postgres] +charset = utf-8 diff --git a/shellops/assets/ShellOps_48b4308a60/init/configs/legacy.conf b/shellops/assets/ShellOps_48b4308a60/init/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..0bd9dfe07a92245ee4b4329efd361f90cc1435a7 --- /dev/null +++ b/shellops/assets/ShellOps_48b4308a60/init/configs/legacy.conf @@ -0,0 +1,5 @@ +[main] +charset = iso-8859-1 + +[backup] +charset = utf-8 diff --git a/shellops/assets/ShellOps_48c9a541f4/gold/active_rules.conf b/shellops/assets/ShellOps_48c9a541f4/gold/active_rules.conf new file mode 100644 index 0000000000000000000000000000000000000000..3ebdb00e85a118fbb1585f41975311b4492aeba4 --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/gold/active_rules.conf @@ -0,0 +1,3 @@ +allow_ssh 200 +block_telnet 150 +enable_https 300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_48c9a541f4/gold/distractor.log b/shellops/assets/ShellOps_48c9a541f4/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..eb95b17947404d694e9a6dc3ae11bd77b4d77bdb --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/gold/distractor.log @@ -0,0 +1 @@ +2024-05-20: Firewall reloaded \ No newline at end of file diff --git a/shellops/assets/ShellOps_48c9a541f4/gold/merged_rules.conf b/shellops/assets/ShellOps_48c9a541f4/gold/merged_rules.conf new file mode 100644 index 0000000000000000000000000000000000000000..295b961f04886bf26542da10493d94e8b30bfbed --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/gold/merged_rules.conf @@ -0,0 +1,4 @@ +block_telnet 150 +restrict_ftp 180 +allow_ssh 250 +enable_https 300 diff --git a/shellops/assets/ShellOps_48c9a541f4/gold/pending_updates.conf b/shellops/assets/ShellOps_48c9a541f4/gold/pending_updates.conf new file mode 100644 index 0000000000000000000000000000000000000000..1221ccaa508ff2059050d73e3b0cedbf7d50187d --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/gold/pending_updates.conf @@ -0,0 +1,3 @@ +allow_ssh 250 +enable_https 250 +restrict_ftp 180 \ No newline at end of file diff --git a/shellops/assets/ShellOps_48c9a541f4/init/active_rules.conf b/shellops/assets/ShellOps_48c9a541f4/init/active_rules.conf new file mode 100644 index 0000000000000000000000000000000000000000..3ebdb00e85a118fbb1585f41975311b4492aeba4 --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/init/active_rules.conf @@ -0,0 +1,3 @@ +allow_ssh 200 +block_telnet 150 +enable_https 300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_48c9a541f4/init/distractor.log b/shellops/assets/ShellOps_48c9a541f4/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..eb95b17947404d694e9a6dc3ae11bd77b4d77bdb --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/init/distractor.log @@ -0,0 +1 @@ +2024-05-20: Firewall reloaded \ No newline at end of file diff --git a/shellops/assets/ShellOps_48c9a541f4/init/pending_updates.conf b/shellops/assets/ShellOps_48c9a541f4/init/pending_updates.conf new file mode 100644 index 0000000000000000000000000000000000000000..1221ccaa508ff2059050d73e3b0cedbf7d50187d --- /dev/null +++ b/shellops/assets/ShellOps_48c9a541f4/init/pending_updates.conf @@ -0,0 +1,3 @@ +allow_ssh 250 +enable_https 250 +restrict_ftp 180 \ No newline at end of file diff --git a/shellops/assets/ShellOps_48ffd7522a/gold/notes/irrelevant.txt b/shellops/assets/ShellOps_48ffd7522a/gold/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..5344eda7ed7573a474a38e116f795989d5b673da --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/gold/notes/irrelevant.txt @@ -0,0 +1 @@ +This file is a distractor and should not affect the alignment report. diff --git a/shellops/assets/ShellOps_48ffd7522a/gold/registry/devices.tsv b/shellops/assets/ShellOps_48ffd7522a/gold/registry/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6f8f423fe80cd3e3941483e7e5df00ced342d8eb --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/gold/registry/devices.tsv @@ -0,0 +1,6 @@ +device_id canonical_name status +101 alpha_sensor_01 active +102 beta_sensor_01 active +103 gamma_sensor_01 retired +104 delta_sensor_01 active +105 epsilon_sensor_01 active \ No newline at end of file diff --git a/shellops/assets/ShellOps_48ffd7522a/gold/reports/name_alignment.tsv b/shellops/assets/ShellOps_48ffd7522a/gold/reports/name_alignment.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a1320438e6879702ef04616c93f8a1a81cb5f85f --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/gold/reports/name_alignment.tsv @@ -0,0 +1,3 @@ +101 alpha_sensor_01 Alpha-Sensor-01 +104 delta_sensor_01 delta_SENSOR_01 +105 epsilon_sensor_01 EPSILON_sensor_01 diff --git a/shellops/assets/ShellOps_48ffd7522a/gold/telemetry/sensor_events.log b/shellops/assets/ShellOps_48ffd7522a/gold/telemetry/sensor_events.log new file mode 100644 index 0000000000000000000000000000000000000000..85427b795ba972ec0d29cbc1e6753101e2ba3179 --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/gold/telemetry/sensor_events.log @@ -0,0 +1,5 @@ +101|Alpha-Sensor-01|2024-05-01 10:00:00|temperature|23.5 +102|beta_sensor_01|2024-05-01 10:01:00|humidity|65.2 +104|delta_SENSOR_01|2024-05-01 10:02:00|pressure|1013.2 +105|EPSILON_sensor_01|2024-05-01 10:03:00|light|450.0 +106|zeta_sensor_01|2024-05-01 10:04:00|motion|1.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_48ffd7522a/init/notes/irrelevant.txt b/shellops/assets/ShellOps_48ffd7522a/init/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..5344eda7ed7573a474a38e116f795989d5b673da --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/init/notes/irrelevant.txt @@ -0,0 +1 @@ +This file is a distractor and should not affect the alignment report. diff --git a/shellops/assets/ShellOps_48ffd7522a/init/registry/devices.tsv b/shellops/assets/ShellOps_48ffd7522a/init/registry/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6f8f423fe80cd3e3941483e7e5df00ced342d8eb --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/init/registry/devices.tsv @@ -0,0 +1,6 @@ +device_id canonical_name status +101 alpha_sensor_01 active +102 beta_sensor_01 active +103 gamma_sensor_01 retired +104 delta_sensor_01 active +105 epsilon_sensor_01 active \ No newline at end of file diff --git a/shellops/assets/ShellOps_48ffd7522a/init/telemetry/sensor_events.log b/shellops/assets/ShellOps_48ffd7522a/init/telemetry/sensor_events.log new file mode 100644 index 0000000000000000000000000000000000000000..85427b795ba972ec0d29cbc1e6753101e2ba3179 --- /dev/null +++ b/shellops/assets/ShellOps_48ffd7522a/init/telemetry/sensor_events.log @@ -0,0 +1,5 @@ +101|Alpha-Sensor-01|2024-05-01 10:00:00|temperature|23.5 +102|beta_sensor_01|2024-05-01 10:01:00|humidity|65.2 +104|delta_SENSOR_01|2024-05-01 10:02:00|pressure|1013.2 +105|EPSILON_sensor_01|2024-05-01 10:03:00|light|450.0 +106|zeta_sensor_01|2024-05-01 10:04:00|motion|1.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4951354a96/gold/device_protocols.md b/shellops/assets/ShellOps_4951354a96/gold/device_protocols.md new file mode 100644 index 0000000000000000000000000000000000000000..9039af77c6d5ecbbdbaf4d7a99f737162f9b6276 --- /dev/null +++ b/shellops/assets/ShellOps_4951354a96/gold/device_protocols.md @@ -0,0 +1,6 @@ +# Device Protocols + +http +https +tcp +udp diff --git a/shellops/assets/ShellOps_4951354a96/gold/devices/config.ini b/shellops/assets/ShellOps_4951354a96/gold/devices/config.ini new file mode 100644 index 0000000000000000000000000000000000000000..d33fed7e8744e881bd1da479f1385d3ff3605ef3 --- /dev/null +++ b/shellops/assets/ShellOps_4951354a96/gold/devices/config.ini @@ -0,0 +1,11 @@ +[device1] +protocol=tcp +ip=192.168.1.1 + +[device2] +protocol=http +ip=192.168.1.2 + +[device3] +protocol=udp +ip=192.168.1.3 diff --git a/shellops/assets/ShellOps_4951354a96/gold/devices/legacy_config.cfg b/shellops/assets/ShellOps_4951354a96/gold/devices/legacy_config.cfg new file mode 100644 index 0000000000000000000000000000000000000000..731364d90404622eb896b67cd6d9e31931571f0b --- /dev/null +++ b/shellops/assets/ShellOps_4951354a96/gold/devices/legacy_config.cfg @@ -0,0 +1,6 @@ +device4.protocol=https +device4.ip=192.168.1.4 +device5.protocol=tcp +device5.ip=192.168.1.5 +device6.protocol=udp +device6.ip=192.168.1.6 diff --git a/shellops/assets/ShellOps_4951354a96/init/devices/config.ini b/shellops/assets/ShellOps_4951354a96/init/devices/config.ini new file mode 100644 index 0000000000000000000000000000000000000000..d33fed7e8744e881bd1da479f1385d3ff3605ef3 --- /dev/null +++ b/shellops/assets/ShellOps_4951354a96/init/devices/config.ini @@ -0,0 +1,11 @@ +[device1] +protocol=tcp +ip=192.168.1.1 + +[device2] +protocol=http +ip=192.168.1.2 + +[device3] +protocol=udp +ip=192.168.1.3 diff --git a/shellops/assets/ShellOps_4951354a96/init/devices/legacy_config.cfg b/shellops/assets/ShellOps_4951354a96/init/devices/legacy_config.cfg new file mode 100644 index 0000000000000000000000000000000000000000..731364d90404622eb896b67cd6d9e31931571f0b --- /dev/null +++ b/shellops/assets/ShellOps_4951354a96/init/devices/legacy_config.cfg @@ -0,0 +1,6 @@ +device4.protocol=https +device4.ip=192.168.1.4 +device5.protocol=tcp +device5.ip=192.168.1.5 +device6.protocol=udp +device6.ip=192.168.1.6 diff --git a/shellops/assets/ShellOps_4999bdd173/gold/experiments/week1.md b/shellops/assets/ShellOps_4999bdd173/gold/experiments/week1.md new file mode 100644 index 0000000000000000000000000000000000000000..c78884b1489af83e46083f4c272fa14404ec3927 --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/gold/experiments/week1.md @@ -0,0 +1,5 @@ +# Experiment 1: Synthesis of \text{H2O} +- Reactants: \text{H2} and \text{O2} +- Procedure: Combine gases under heat +# Observations +- Liquid formed at 100°C \ No newline at end of file diff --git a/shellops/assets/ShellOps_4999bdd173/gold/experiments/week2.md b/shellops/assets/ShellOps_4999bdd173/gold/experiments/week2.md new file mode 100644 index 0000000000000000000000000000000000000000..d0f658aea548fe285e2adb4b07e860a69fe3150c --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/gold/experiments/week2.md @@ -0,0 +1,3 @@ +# Experiment 2: \text{CO2} Absorption +- Setup: Bubble gas through \text{Ca(OH)2} solution +- Results: Precipitate of \text{CaCO3} observed \ No newline at end of file diff --git a/shellops/assets/ShellOps_4999bdd173/gold/formulas.txt b/shellops/assets/ShellOps_4999bdd173/gold/formulas.txt new file mode 100644 index 0000000000000000000000000000000000000000..49469f62ed009619911851da61fa148318aacb95 --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/gold/formulas.txt @@ -0,0 +1,10 @@ +CH4 +CO2 +Ca(OH)2 +CaCO3 +H2 +H2O +HCl +NaCl +NaOH +O2 diff --git a/shellops/assets/ShellOps_4999bdd173/gold/notes/summary.md b/shellops/assets/ShellOps_4999bdd173/gold/notes/summary.md new file mode 100644 index 0000000000000000000000000000000000000000..958e6cbf70908507367e0227edaf58d9c08ac576 --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/gold/notes/summary.md @@ -0,0 +1,3 @@ +## Common Reactions +- Combustion: \text{CH4} + 2\text{O2} → \text{CO2} + 2\text{H2O} +- Neutralization: \text{HCl} + \text{NaOH} → \text{NaCl} + \text{H2O} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4999bdd173/init/experiments/week1.md b/shellops/assets/ShellOps_4999bdd173/init/experiments/week1.md new file mode 100644 index 0000000000000000000000000000000000000000..c78884b1489af83e46083f4c272fa14404ec3927 --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/init/experiments/week1.md @@ -0,0 +1,5 @@ +# Experiment 1: Synthesis of \text{H2O} +- Reactants: \text{H2} and \text{O2} +- Procedure: Combine gases under heat +# Observations +- Liquid formed at 100°C \ No newline at end of file diff --git a/shellops/assets/ShellOps_4999bdd173/init/experiments/week2.md b/shellops/assets/ShellOps_4999bdd173/init/experiments/week2.md new file mode 100644 index 0000000000000000000000000000000000000000..d0f658aea548fe285e2adb4b07e860a69fe3150c --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/init/experiments/week2.md @@ -0,0 +1,3 @@ +# Experiment 2: \text{CO2} Absorption +- Setup: Bubble gas through \text{Ca(OH)2} solution +- Results: Precipitate of \text{CaCO3} observed \ No newline at end of file diff --git a/shellops/assets/ShellOps_4999bdd173/init/notes/summary.md b/shellops/assets/ShellOps_4999bdd173/init/notes/summary.md new file mode 100644 index 0000000000000000000000000000000000000000..958e6cbf70908507367e0227edaf58d9c08ac576 --- /dev/null +++ b/shellops/assets/ShellOps_4999bdd173/init/notes/summary.md @@ -0,0 +1,3 @@ +## Common Reactions +- Combustion: \text{CH4} + 2\text{O2} → \text{CO2} + 2\text{H2O} +- Neutralization: \text{HCl} + \text{NaOH} → \text{NaCl} + \text{H2O} \ No newline at end of file diff --git a/shellops/assets/ShellOps_49dbf83911/gold/inventory/.keep b/shellops/assets/ShellOps_49dbf83911/gold/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_49dbf83911/gold/inventory/toml_version.toml b/shellops/assets/ShellOps_49dbf83911/gold/inventory/toml_version.toml new file mode 100644 index 0000000000000000000000000000000000000000..ed62c61791c4c505ec185cb12c4ef4230be6e8b8 --- /dev/null +++ b/shellops/assets/ShellOps_49dbf83911/gold/inventory/toml_version.toml @@ -0,0 +1,15 @@ +[[items]] +id = 101 +name = "Widget A" + +[[items]] +id = 102 +name = "Gadget B" + +[[items]] +id = 103 +name = "Tool C" + +[[items]] +id = 104 +name = "Component D" diff --git a/shellops/assets/ShellOps_49dbf83911/gold/inventory/xml_version.xml b/shellops/assets/ShellOps_49dbf83911/gold/inventory/xml_version.xml new file mode 100644 index 0000000000000000000000000000000000000000..1db355f1d9ba8bec9ec10a8e3b24ddfbe5f24a89 --- /dev/null +++ b/shellops/assets/ShellOps_49dbf83911/gold/inventory/xml_version.xml @@ -0,0 +1,7 @@ + + Widget A + Gadget B + Tool C + Part E + ignore this + \ No newline at end of file diff --git a/shellops/assets/ShellOps_49dbf83911/gold/missing_in_toml.out b/shellops/assets/ShellOps_49dbf83911/gold/missing_in_toml.out new file mode 100644 index 0000000000000000000000000000000000000000..b16e5f75e31d9aee75f098a56e65c78939953685 --- /dev/null +++ b/shellops/assets/ShellOps_49dbf83911/gold/missing_in_toml.out @@ -0,0 +1 @@ +104 diff --git a/shellops/assets/ShellOps_49dbf83911/init/inventory/.keep b/shellops/assets/ShellOps_49dbf83911/init/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_49dbf83911/init/inventory/toml_version.toml b/shellops/assets/ShellOps_49dbf83911/init/inventory/toml_version.toml new file mode 100644 index 0000000000000000000000000000000000000000..ed62c61791c4c505ec185cb12c4ef4230be6e8b8 --- /dev/null +++ b/shellops/assets/ShellOps_49dbf83911/init/inventory/toml_version.toml @@ -0,0 +1,15 @@ +[[items]] +id = 101 +name = "Widget A" + +[[items]] +id = 102 +name = "Gadget B" + +[[items]] +id = 103 +name = "Tool C" + +[[items]] +id = 104 +name = "Component D" diff --git a/shellops/assets/ShellOps_49dbf83911/init/inventory/xml_version.xml b/shellops/assets/ShellOps_49dbf83911/init/inventory/xml_version.xml new file mode 100644 index 0000000000000000000000000000000000000000..1db355f1d9ba8bec9ec10a8e3b24ddfbe5f24a89 --- /dev/null +++ b/shellops/assets/ShellOps_49dbf83911/init/inventory/xml_version.xml @@ -0,0 +1,7 @@ + + Widget A + Gadget B + Tool C + Part E + ignore this + \ No newline at end of file diff --git a/shellops/assets/ShellOps_49f8e91cfd/gold/audit/revoked_serials.txt b/shellops/assets/ShellOps_49f8e91cfd/gold/audit/revoked_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..50ca2369fb67279ecfba807e72dcf233818a39a6 --- /dev/null +++ b/shellops/assets/ShellOps_49f8e91cfd/gold/audit/revoked_serials.txt @@ -0,0 +1,3 @@ +ABCD1234 +IJKL9012 +UVWX1234 diff --git a/shellops/assets/ShellOps_49f8e91cfd/gold/distractor/notes.md b/shellops/assets/ShellOps_49f8e91cfd/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f352e669a725002a89fe446914dce1978c9ad147 --- /dev/null +++ b/shellops/assets/ShellOps_49f8e91cfd/gold/distractor/notes.md @@ -0,0 +1,3 @@ +# Audit Notes +- Check for key compromise cases +- Ignore superseded revocations diff --git a/shellops/assets/ShellOps_49f8e91cfd/gold/exceptions/whitelist.txt b/shellops/assets/ShellOps_49f8e91cfd/gold/exceptions/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..69124bffb75e474f7e06cfb47f5b6ace1a3b7409 --- /dev/null +++ b/shellops/assets/ShellOps_49f8e91cfd/gold/exceptions/whitelist.txt @@ -0,0 +1 @@ +QRST7890 diff --git a/shellops/assets/ShellOps_49f8e91cfd/init/distractor/notes.md b/shellops/assets/ShellOps_49f8e91cfd/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f352e669a725002a89fe446914dce1978c9ad147 --- /dev/null +++ b/shellops/assets/ShellOps_49f8e91cfd/init/distractor/notes.md @@ -0,0 +1,3 @@ +# Audit Notes +- Check for key compromise cases +- Ignore superseded revocations diff --git a/shellops/assets/ShellOps_49f8e91cfd/init/exceptions/whitelist.txt b/shellops/assets/ShellOps_49f8e91cfd/init/exceptions/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..69124bffb75e474f7e06cfb47f5b6ace1a3b7409 --- /dev/null +++ b/shellops/assets/ShellOps_49f8e91cfd/init/exceptions/whitelist.txt @@ -0,0 +1 @@ +QRST7890 diff --git a/shellops/assets/ShellOps_49fa966361/gold/access_control_rules.tsv b/shellops/assets/ShellOps_49fa966361/gold/access_control_rules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ce4742ee75a254f6f1bf8f27bdbed36cd540d729 --- /dev/null +++ b/shellops/assets/ShellOps_49fa966361/gold/access_control_rules.tsv @@ -0,0 +1,5 @@ +Resource Action Permission +VULN-001 block deny +VULN-002 allow grant +VULN-003 block deny +VULN-004 block deny \ No newline at end of file diff --git a/shellops/assets/ShellOps_49fa966361/gold/audit/security_audit.json b/shellops/assets/ShellOps_49fa966361/gold/audit/security_audit.json new file mode 100644 index 0000000000000000000000000000000000000000..3ab35c699a8157a13024221e5f17d5d9e8018de9 --- /dev/null +++ b/shellops/assets/ShellOps_49fa966361/gold/audit/security_audit.json @@ -0,0 +1,7 @@ +{ + "vulnerabilities": [ + {"id": "VULN-001", "confirmed": true}, + {"id": "VULN-002", "confirmed": false}, + {"id": "VULN-003", "confirmed": true} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_49fa966361/gold/policy/unmatched_deny_rules.txt b/shellops/assets/ShellOps_49fa966361/gold/policy/unmatched_deny_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..20ab1d447a9b304c3abc8f9b140a9e81aaed5e25 --- /dev/null +++ b/shellops/assets/ShellOps_49fa966361/gold/policy/unmatched_deny_rules.txt @@ -0,0 +1 @@ +VULN-004 diff --git a/shellops/assets/ShellOps_49fa966361/init/access_control_rules.tsv b/shellops/assets/ShellOps_49fa966361/init/access_control_rules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ce4742ee75a254f6f1bf8f27bdbed36cd540d729 --- /dev/null +++ b/shellops/assets/ShellOps_49fa966361/init/access_control_rules.tsv @@ -0,0 +1,5 @@ +Resource Action Permission +VULN-001 block deny +VULN-002 allow grant +VULN-003 block deny +VULN-004 block deny \ No newline at end of file diff --git a/shellops/assets/ShellOps_49fa966361/init/audit/security_audit.json b/shellops/assets/ShellOps_49fa966361/init/audit/security_audit.json new file mode 100644 index 0000000000000000000000000000000000000000..3ab35c699a8157a13024221e5f17d5d9e8018de9 --- /dev/null +++ b/shellops/assets/ShellOps_49fa966361/init/audit/security_audit.json @@ -0,0 +1,7 @@ +{ + "vulnerabilities": [ + {"id": "VULN-001", "confirmed": true}, + {"id": "VULN-002", "confirmed": false}, + {"id": "VULN-003", "confirmed": true} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_49fa966361/init/policy/unmatched_deny_rules.txt b/shellops/assets/ShellOps_49fa966361/init/policy/unmatched_deny_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4a4290331e/gold/results/analysis_report.csv b/shellops/assets/ShellOps_4a4290331e/gold/results/analysis_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..192dfd17bc2631946684fee79d8f9e5a7e7feb1f --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/gold/results/analysis_report.csv @@ -0,0 +1,2 @@ +test_name,status,module +analysis_test,fail,stats \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/gold/results/metrics_report.csv b/shellops/assets/ShellOps_4a4290331e/gold/results/metrics_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..95e70213173071c943a4da1386a5f4f811160166 --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/gold/results/metrics_report.csv @@ -0,0 +1,2 @@ +test_name,status,module +metrics_test,pass,stats \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/gold/test/test_analysis.py b/shellops/assets/ShellOps_4a4290331e/gold/test/test_analysis.py new file mode 100644 index 0000000000000000000000000000000000000000..eff54f9f0364ad751d1585fd11785cd8fa6f581f --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/gold/test/test_analysis.py @@ -0,0 +1,3 @@ +from stats import utils + +assert utils.average([5, 5]) == 5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/gold/test/test_metrics.py b/shellops/assets/ShellOps_4a4290331e/gold/test/test_metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..449888043043b22367c625a8f16962526b8ca223 --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/gold/test/test_metrics.py @@ -0,0 +1,3 @@ +from stats import calculate + +assert calculate.sum([1, 2]) == 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/init/results/analysis_report.csv b/shellops/assets/ShellOps_4a4290331e/init/results/analysis_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..34a4a85797b47e40aa600a1e1fae033f832a409b --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/init/results/analysis_report.csv @@ -0,0 +1,2 @@ +test_name,status,module +analysis_test,fail,analytics \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/init/results/metrics_report.csv b/shellops/assets/ShellOps_4a4290331e/init/results/metrics_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..5be0e67a5cfffce809ccd6163c0909e0cd50b639 --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/init/results/metrics_report.csv @@ -0,0 +1,2 @@ +test_name,status,module +metrics_test,pass,analytics \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/init/test/test_analysis.py b/shellops/assets/ShellOps_4a4290331e/init/test/test_analysis.py new file mode 100644 index 0000000000000000000000000000000000000000..477da818078dadf752a4858e1aacfdb3fd46858c --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/init/test/test_analysis.py @@ -0,0 +1,3 @@ +from analytics import utils + +assert utils.average([5, 5]) == 5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a4290331e/init/test/test_metrics.py b/shellops/assets/ShellOps_4a4290331e/init/test/test_metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..572e344e371f91af69a3d87989a9bc7cf9605267 --- /dev/null +++ b/shellops/assets/ShellOps_4a4290331e/init/test/test_metrics.py @@ -0,0 +1,3 @@ +from analytics import calculate + +assert calculate.sum([1, 2]) == 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a6d6ae764/gold/gaps.tsv b/shellops/assets/ShellOps_4a6d6ae764/gold/gaps.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1f9472265c1326fcbb29b88a5328035d89d21504 --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/gold/gaps.tsv @@ -0,0 +1,4 @@ +device_id status +DEV-1004 degraded +DEV-1006 operational +DEV-1008 degraded diff --git a/shellops/assets/ShellOps_4a6d6ae764/gold/inventory_a.txt b/shellops/assets/ShellOps_4a6d6ae764/gold/inventory_a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf4ab2382fbb5994afdc2be636a4f346721730c6 --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/gold/inventory_a.txt @@ -0,0 +1,6 @@ +DEV-1001 ACTIVE +DEV-1002 ACTIVE +DEV-1003 INACTIVE +DEV-1005 MAINTENANCE +DEV-1007 ACTIVE +DEV-1010 INACTIVE diff --git a/shellops/assets/ShellOps_4a6d6ae764/gold/inventory_b.txt b/shellops/assets/ShellOps_4a6d6ae764/gold/inventory_b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b712e46597206d4a6c708b85a454b7187c9777d --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/gold/inventory_b.txt @@ -0,0 +1,7 @@ +DEV-1001 operational +DEV-1002 operational +DEV-1004 degraded +DEV-1005 scheduled +DEV-1006 operational +DEV-1008 degraded +DEV-1010 offline diff --git a/shellops/assets/ShellOps_4a6d6ae764/gold/notes.txt b/shellops/assets/ShellOps_4a6d6ae764/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3898f43fed735c3e40edbbd526ff8e4c79b33547 --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/gold/notes.txt @@ -0,0 +1 @@ +Status mapping may be needed later: operational->ACTIVE, degraded->INACTIVE, offline->INACTIVE, scheduled->MAINTENANCE. diff --git a/shellops/assets/ShellOps_4a6d6ae764/init/inventory_a.txt b/shellops/assets/ShellOps_4a6d6ae764/init/inventory_a.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf4ab2382fbb5994afdc2be636a4f346721730c6 --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/init/inventory_a.txt @@ -0,0 +1,6 @@ +DEV-1001 ACTIVE +DEV-1002 ACTIVE +DEV-1003 INACTIVE +DEV-1005 MAINTENANCE +DEV-1007 ACTIVE +DEV-1010 INACTIVE diff --git a/shellops/assets/ShellOps_4a6d6ae764/init/inventory_b.txt b/shellops/assets/ShellOps_4a6d6ae764/init/inventory_b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b712e46597206d4a6c708b85a454b7187c9777d --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/init/inventory_b.txt @@ -0,0 +1,7 @@ +DEV-1001 operational +DEV-1002 operational +DEV-1004 degraded +DEV-1005 scheduled +DEV-1006 operational +DEV-1008 degraded +DEV-1010 offline diff --git a/shellops/assets/ShellOps_4a6d6ae764/init/notes.txt b/shellops/assets/ShellOps_4a6d6ae764/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3898f43fed735c3e40edbbd526ff8e4c79b33547 --- /dev/null +++ b/shellops/assets/ShellOps_4a6d6ae764/init/notes.txt @@ -0,0 +1 @@ +Status mapping may be needed later: operational->ACTIVE, degraded->INACTIVE, offline->INACTIVE, scheduled->MAINTENANCE. diff --git a/shellops/assets/ShellOps_4a76f83823/gold/approved_devices.txt b/shellops/assets/ShellOps_4a76f83823/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..249f8be17ef1d47ffe861b63582441167f3ceeca --- /dev/null +++ b/shellops/assets/ShellOps_4a76f83823/gold/approved_devices.txt @@ -0,0 +1,3 @@ +DEV-123 +DEV-789 +DEV-999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a76f83823/gold/firewall_rules.xml b/shellops/assets/ShellOps_4a76f83823/gold/firewall_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..015dc8445c865f8419aad3cebe5a2cad88c8005d --- /dev/null +++ b/shellops/assets/ShellOps_4a76f83823/gold/firewall_rules.xml @@ -0,0 +1,14 @@ + + + DEV-123 + allow + + + DEV-456 + deny + + + DEV-789 + allow + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a76f83823/gold/non_compliant_devices.txt b/shellops/assets/ShellOps_4a76f83823/gold/non_compliant_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4f5bc51f728c41c220b4058267b77de727ee451 --- /dev/null +++ b/shellops/assets/ShellOps_4a76f83823/gold/non_compliant_devices.txt @@ -0,0 +1 @@ +DEV-456 diff --git a/shellops/assets/ShellOps_4a76f83823/init/approved_devices.txt b/shellops/assets/ShellOps_4a76f83823/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..249f8be17ef1d47ffe861b63582441167f3ceeca --- /dev/null +++ b/shellops/assets/ShellOps_4a76f83823/init/approved_devices.txt @@ -0,0 +1,3 @@ +DEV-123 +DEV-789 +DEV-999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a76f83823/init/firewall_rules.xml b/shellops/assets/ShellOps_4a76f83823/init/firewall_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..015dc8445c865f8419aad3cebe5a2cad88c8005d --- /dev/null +++ b/shellops/assets/ShellOps_4a76f83823/init/firewall_rules.xml @@ -0,0 +1,14 @@ + + + DEV-123 + allow + + + DEV-456 + deny + + + DEV-789 + allow + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/.keep b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_a.cfg b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cbde98c5d4d9ce67cce377c8700937f7f16f394f --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_a.cfg @@ -0,0 +1,10 @@ +tCL=16 +tRCD=18 +tRP=18 +tRAS=39 +tRC=57 +tRFC=350 +tWR=16 +tRTP=8 +tCWL=14 +tFAW=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_b.cfg b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..215693723812557fabba01d6fe57ad3c2bb269a9 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_b.cfg @@ -0,0 +1,10 @@ +tCL=15 +tRCD=17 +tRP=17 +tRAS=38 +tRC=56 +tRFC=340 +tWR=15 +tRTP=8 +tCWL=14 +tFAW=28 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_c.cfg b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1baead1a70cc391b6339776bd2569bf52eec1c41 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_c.cfg @@ -0,0 +1,10 @@ +tCL=16 +tRCD=18 +tRP=19 +tRAS=40 +tRC=58 +tRFC=360 +tWR=16 +tRTP=9 +tCWL=15 +tFAW=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_d.cfg b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_d.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a17cae43894be6bb62c61c62ff336ebb7df71180 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/gold/bios_dumps/server_d.cfg @@ -0,0 +1,10 @@ +tCL=14 +tRCD=16 +tRP=16 +tRAS=36 +tRC=54 +tRFC=330 +tWR=14 +tRTP=7 +tCWL=13 +tFAW=26 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/gold/memory_timings.cfg b/shellops/assets/ShellOps_4a96818efe/gold/memory_timings.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b3e7808fce872f292c906d1f64bef4bd51a30a19 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/gold/memory_timings.cfg @@ -0,0 +1,10 @@ +tCL=16 +tCWL=15 +tFAW=30 +tRAS=40 +tRC=58 +tRCD=18 +tRFC=360 +tRP=19 +tRTP=9 +tWR=16 diff --git a/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/.keep b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_a.cfg b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cbde98c5d4d9ce67cce377c8700937f7f16f394f --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_a.cfg @@ -0,0 +1,10 @@ +tCL=16 +tRCD=18 +tRP=18 +tRAS=39 +tRC=57 +tRFC=350 +tWR=16 +tRTP=8 +tCWL=14 +tFAW=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_b.cfg b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..215693723812557fabba01d6fe57ad3c2bb269a9 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_b.cfg @@ -0,0 +1,10 @@ +tCL=15 +tRCD=17 +tRP=17 +tRAS=38 +tRC=56 +tRFC=340 +tWR=15 +tRTP=8 +tCWL=14 +tFAW=28 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_c.cfg b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1baead1a70cc391b6339776bd2569bf52eec1c41 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_c.cfg @@ -0,0 +1,10 @@ +tCL=16 +tRCD=18 +tRP=19 +tRAS=40 +tRC=58 +tRFC=360 +tWR=16 +tRTP=9 +tCWL=15 +tFAW=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_d.cfg b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_d.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a17cae43894be6bb62c61c62ff336ebb7df71180 --- /dev/null +++ b/shellops/assets/ShellOps_4a96818efe/init/bios_dumps/server_d.cfg @@ -0,0 +1,10 @@ +tCL=14 +tRCD=16 +tRP=16 +tRAS=36 +tRC=54 +tRFC=330 +tWR=14 +tRTP=7 +tCWL=13 +tFAW=26 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ab29a2944/gold/active_users.conf b/shellops/assets/ShellOps_4ab29a2944/gold/active_users.conf new file mode 100644 index 0000000000000000000000000000000000000000..d20eff666cb13ef25a1c83175f92a30f73d21b18 --- /dev/null +++ b/shellops/assets/ShellOps_4ab29a2944/gold/active_users.conf @@ -0,0 +1,5 @@ +user: alice +user: bob +user: charlie +# user: delta +admin: eve \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ab29a2944/gold/auth_registry.yaml b/shellops/assets/ShellOps_4ab29a2944/gold/auth_registry.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0063766622e73067499a0e6e6f2d814987ec05c9 --- /dev/null +++ b/shellops/assets/ShellOps_4ab29a2944/gold/auth_registry.yaml @@ -0,0 +1,3 @@ +alice: +bob: +eve: diff --git a/shellops/assets/ShellOps_4ab29a2944/gold/discrepancies/.keep b/shellops/assets/ShellOps_4ab29a2944/gold/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4ab29a2944/gold/discrepancies/report.txt b/shellops/assets/ShellOps_4ab29a2944/gold/discrepancies/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..75c33bbdd7d4cf052e72166768c9589c6c32b9ad --- /dev/null +++ b/shellops/assets/ShellOps_4ab29a2944/gold/discrepancies/report.txt @@ -0,0 +1 @@ +charlie: diff --git a/shellops/assets/ShellOps_4ab29a2944/init/active_users.conf b/shellops/assets/ShellOps_4ab29a2944/init/active_users.conf new file mode 100644 index 0000000000000000000000000000000000000000..d20eff666cb13ef25a1c83175f92a30f73d21b18 --- /dev/null +++ b/shellops/assets/ShellOps_4ab29a2944/init/active_users.conf @@ -0,0 +1,5 @@ +user: alice +user: bob +user: charlie +# user: delta +admin: eve \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ab29a2944/init/auth_registry.yaml b/shellops/assets/ShellOps_4ab29a2944/init/auth_registry.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0063766622e73067499a0e6e6f2d814987ec05c9 --- /dev/null +++ b/shellops/assets/ShellOps_4ab29a2944/init/auth_registry.yaml @@ -0,0 +1,3 @@ +alice: +bob: +eve: diff --git a/shellops/assets/ShellOps_4ab29a2944/init/discrepancies/.keep b/shellops/assets/ShellOps_4ab29a2944/init/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4b0127d8de/gold/glossary/approved_terms.csv b/shellops/assets/ShellOps_4b0127d8de/gold/glossary/approved_terms.csv new file mode 100644 index 0000000000000000000000000000000000000000..15a056281232a1d369107c0173a0c8f69ebdbce1 --- /dev/null +++ b/shellops/assets/ShellOps_4b0127d8de/gold/glossary/approved_terms.csv @@ -0,0 +1,6 @@ +term,approved_label +client,customer +replica,backup +artifact,package +endpoint,gateway +session,token diff --git a/shellops/assets/ShellOps_4b0127d8de/gold/glossary/consolidated.csv b/shellops/assets/ShellOps_4b0127d8de/gold/glossary/consolidated.csv new file mode 100644 index 0000000000000000000000000000000000000000..86ff049b6a51233cf20e61402a9188af6f6a8db6 --- /dev/null +++ b/shellops/assets/ShellOps_4b0127d8de/gold/glossary/consolidated.csv @@ -0,0 +1,6 @@ +term,approved_label,usage_label,status +artifact,package,artifact,mismatch +client,customer,client,mismatch +endpoint,gateway,endpoint,mismatch +replica,backup,replica,mismatch +session,token,session,mismatch diff --git a/shellops/assets/ShellOps_4b0127d8de/gold/glossary/usage_notes.csv b/shellops/assets/ShellOps_4b0127d8de/gold/glossary/usage_notes.csv new file mode 100644 index 0000000000000000000000000000000000000000..9160716afa4ff777be963e98d2d9aa2dee16d002 --- /dev/null +++ b/shellops/assets/ShellOps_4b0127d8de/gold/glossary/usage_notes.csv @@ -0,0 +1,7 @@ +term,usage_label +client,client +replica,replica +artifact,artifact +endpoint,endpoint +session,session +legacy,deprecated diff --git a/shellops/assets/ShellOps_4b0127d8de/init/glossary/approved_terms.csv b/shellops/assets/ShellOps_4b0127d8de/init/glossary/approved_terms.csv new file mode 100644 index 0000000000000000000000000000000000000000..15a056281232a1d369107c0173a0c8f69ebdbce1 --- /dev/null +++ b/shellops/assets/ShellOps_4b0127d8de/init/glossary/approved_terms.csv @@ -0,0 +1,6 @@ +term,approved_label +client,customer +replica,backup +artifact,package +endpoint,gateway +session,token diff --git a/shellops/assets/ShellOps_4b0127d8de/init/glossary/usage_notes.csv b/shellops/assets/ShellOps_4b0127d8de/init/glossary/usage_notes.csv new file mode 100644 index 0000000000000000000000000000000000000000..9160716afa4ff777be963e98d2d9aa2dee16d002 --- /dev/null +++ b/shellops/assets/ShellOps_4b0127d8de/init/glossary/usage_notes.csv @@ -0,0 +1,7 @@ +term,usage_label +client,client +replica,replica +artifact,artifact +endpoint,endpoint +session,session +legacy,deprecated diff --git a/shellops/assets/ShellOps_4b01bf80a0/gold/approved_thumbprints.txt b/shellops/assets/ShellOps_4b01bf80a0/gold/approved_thumbprints.txt new file mode 100644 index 0000000000000000000000000000000000000000..abe8468dab2d05fc7d3bacb126dc677882440b89 --- /dev/null +++ b/shellops/assets/ShellOps_4b01bf80a0/gold/approved_thumbprints.txt @@ -0,0 +1,2 @@ +1111111111111111 +A1B2C3D4E5F6789 diff --git a/shellops/assets/ShellOps_4b01bf80a0/gold/ca_records.json b/shellops/assets/ShellOps_4b01bf80a0/gold/ca_records.json new file mode 100644 index 0000000000000000000000000000000000000000..75b460619f50afc019787b89aa1b20b7c05ccb5f --- /dev/null +++ b/shellops/assets/ShellOps_4b01bf80a0/gold/ca_records.json @@ -0,0 +1,7 @@ +[ + {"thumbprint": "A1B2C3D4E5F6789", "status": "approved", "expiry": "2025-06-30"}, + {"thumbprint": "Z9Y8X7W6V5U4T3S2", "status": "approved", "expiry": "2024-10-15"}, + {"thumbprint": "DEADBEEFCAFEBABE", "status": "revoked", "expiry": "2025-09-01"}, + {"thumbprint": "1111111111111111", "status": "approved", "expiry": "2026-01-01"}, + {"thumbprint": "2222222222222222", "status": "pending", "expiry": "2025-12-31"} +] diff --git a/shellops/assets/ShellOps_4b01bf80a0/init/ca_records.json b/shellops/assets/ShellOps_4b01bf80a0/init/ca_records.json new file mode 100644 index 0000000000000000000000000000000000000000..75b460619f50afc019787b89aa1b20b7c05ccb5f --- /dev/null +++ b/shellops/assets/ShellOps_4b01bf80a0/init/ca_records.json @@ -0,0 +1,7 @@ +[ + {"thumbprint": "A1B2C3D4E5F6789", "status": "approved", "expiry": "2025-06-30"}, + {"thumbprint": "Z9Y8X7W6V5U4T3S2", "status": "approved", "expiry": "2024-10-15"}, + {"thumbprint": "DEADBEEFCAFEBABE", "status": "revoked", "expiry": "2025-09-01"}, + {"thumbprint": "1111111111111111", "status": "approved", "expiry": "2026-01-01"}, + {"thumbprint": "2222222222222222", "status": "pending", "expiry": "2025-12-31"} +] diff --git a/shellops/assets/ShellOps_4b15432032/gold/biodiversity_ranking.tsv b/shellops/assets/ShellOps_4b15432032/gold/biodiversity_ranking.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cac37e1bb2b40a2b48e21c8ecf85dce59e313b35 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/gold/biodiversity_ranking.tsv @@ -0,0 +1,4 @@ +S003 92 +S004 88 +S002 85 +S001 78 diff --git a/shellops/assets/ShellOps_4b15432032/gold/samples/sample_001.json b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_001.json new file mode 100644 index 0000000000000000000000000000000000000000..9560f04bd8b8f51485ff2319be18986c5bb60893 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_001.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S001", + "location": "Oak Forest", + "ph": 6.2, + "temperature": 18.5, + "biodiversity_score": 78 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/gold/samples/sample_002.json b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_002.json new file mode 100644 index 0000000000000000000000000000000000000000..67cb37982c4b327d5375b866e4abef3ffe99e488 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_002.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S002", + "location": "Pine Forest", + "ph": 5.8, + "temperature": 20.1, + "biodiversity_score": 85 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/gold/samples/sample_003.json b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_003.json new file mode 100644 index 0000000000000000000000000000000000000000..8ff0ce327bfbe7be242cc807f1864eea922bbc43 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_003.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S003", + "location": "Maple Grove", + "ph": 6.5, + "temperature": 17.9, + "biodiversity_score": 92 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/gold/samples/sample_004.json b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_004.json new file mode 100644 index 0000000000000000000000000000000000000000..681045905a7e7176818c34af981f3c2c0987b2b6 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/gold/samples/sample_004.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S004", + "location": "Birch Woodland", + "ph": 6.0, + "temperature": 19.3, + "biodiversity_score": 88 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/init/samples/sample_001.json b/shellops/assets/ShellOps_4b15432032/init/samples/sample_001.json new file mode 100644 index 0000000000000000000000000000000000000000..9560f04bd8b8f51485ff2319be18986c5bb60893 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/init/samples/sample_001.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S001", + "location": "Oak Forest", + "ph": 6.2, + "temperature": 18.5, + "biodiversity_score": 78 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/init/samples/sample_002.json b/shellops/assets/ShellOps_4b15432032/init/samples/sample_002.json new file mode 100644 index 0000000000000000000000000000000000000000..67cb37982c4b327d5375b866e4abef3ffe99e488 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/init/samples/sample_002.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S002", + "location": "Pine Forest", + "ph": 5.8, + "temperature": 20.1, + "biodiversity_score": 85 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/init/samples/sample_003.json b/shellops/assets/ShellOps_4b15432032/init/samples/sample_003.json new file mode 100644 index 0000000000000000000000000000000000000000..8ff0ce327bfbe7be242cc807f1864eea922bbc43 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/init/samples/sample_003.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S003", + "location": "Maple Grove", + "ph": 6.5, + "temperature": 17.9, + "biodiversity_score": 92 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b15432032/init/samples/sample_004.json b/shellops/assets/ShellOps_4b15432032/init/samples/sample_004.json new file mode 100644 index 0000000000000000000000000000000000000000..681045905a7e7176818c34af981f3c2c0987b2b6 --- /dev/null +++ b/shellops/assets/ShellOps_4b15432032/init/samples/sample_004.json @@ -0,0 +1,7 @@ +{ + "sample_id": "S004", + "location": "Birch Woodland", + "ph": 6.0, + "temperature": 19.3, + "biodiversity_score": 88 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b373e016c/gold/audit.log b/shellops/assets/ShellOps_4b373e016c/gold/audit.log new file mode 100644 index 0000000000000000000000000000000000000000..0b569b6444221c4c5bc2090bb96db666cc907d15 --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/gold/audit.log @@ -0,0 +1,3 @@ +DeviceID: RTX-4080 changed status +DeviceID: QSFP-28G authorized +DeviceID: SFP-100G pending removal diff --git a/shellops/assets/ShellOps_4b373e016c/gold/deployments.xml b/shellops/assets/ShellOps_4b373e016c/gold/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..0ae7a250affefdb7fca26d99ea820f87ec5722ee --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/gold/deployments.xml @@ -0,0 +1,6 @@ + + DNX-8472active + MXQ-5600inactive + QSFP-28Gactive + SFP-100Gstaged + diff --git a/shellops/assets/ShellOps_4b373e016c/gold/devices.txt b/shellops/assets/ShellOps_4b373e016c/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc9b9703a345bdc5dc8bd8e44d981d0b815cb50 --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/gold/devices.txt @@ -0,0 +1,5 @@ +DNX-8472 +RTX-4080 +MXQ-5600 +QSFP-28G +SFP-100G diff --git a/shellops/assets/ShellOps_4b373e016c/gold/validated_assets.csv b/shellops/assets/ShellOps_4b373e016c/gold/validated_assets.csv new file mode 100644 index 0000000000000000000000000000000000000000..672ca9884fdf0f2f04fdf4aecfe5534088c0ccba --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/gold/validated_assets.csv @@ -0,0 +1,3 @@ +DeviceID +DNX-8472 +MXQ-5600 diff --git a/shellops/assets/ShellOps_4b373e016c/init/audit.log b/shellops/assets/ShellOps_4b373e016c/init/audit.log new file mode 100644 index 0000000000000000000000000000000000000000..0b569b6444221c4c5bc2090bb96db666cc907d15 --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/init/audit.log @@ -0,0 +1,3 @@ +DeviceID: RTX-4080 changed status +DeviceID: QSFP-28G authorized +DeviceID: SFP-100G pending removal diff --git a/shellops/assets/ShellOps_4b373e016c/init/deployments.xml b/shellops/assets/ShellOps_4b373e016c/init/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..0ae7a250affefdb7fca26d99ea820f87ec5722ee --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/init/deployments.xml @@ -0,0 +1,6 @@ + + DNX-8472active + MXQ-5600inactive + QSFP-28Gactive + SFP-100Gstaged + diff --git a/shellops/assets/ShellOps_4b373e016c/init/devices.txt b/shellops/assets/ShellOps_4b373e016c/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc9b9703a345bdc5dc8bd8e44d981d0b815cb50 --- /dev/null +++ b/shellops/assets/ShellOps_4b373e016c/init/devices.txt @@ -0,0 +1,5 @@ +DNX-8472 +RTX-4080 +MXQ-5600 +QSFP-28G +SFP-100G diff --git a/shellops/assets/ShellOps_4b4e77f1a1/gold/approved_notes.txt b/shellops/assets/ShellOps_4b4e77f1a1/gold/approved_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..04224da27eea274d402145fccd4f94f3265b5baf --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/gold/approved_notes.txt @@ -0,0 +1,3 @@ +- D101: passed smoke test on 2024-05-10 +- D103: approved after firmware update +- D104: approved, no issues found diff --git a/shellops/assets/ShellOps_4b4e77f1a1/gold/devices.psv b/shellops/assets/ShellOps_4b4e77f1a1/gold/devices.psv new file mode 100644 index 0000000000000000000000000000000000000000..41a9f78fed3e009655b67178f52c50229d1c8acc --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/gold/devices.psv @@ -0,0 +1,8 @@ +device_id|manufacturer|status +D100|Fabrikam|approved +D101|Contoso|approved +D102|Contoso|pending +D103|Contoso|approved +D104|Contoso|approved +D105|Fabrikam|approved +D106|Contoso|rejected \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b4e77f1a1/gold/notes/audit.md b/shellops/assets/ShellOps_4b4e77f1a1/gold/notes/audit.md new file mode 100644 index 0000000000000000000000000000000000000000..e991db20e58a040bc1b8b73d43eed2c40636edde --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/gold/notes/audit.md @@ -0,0 +1,7 @@ +Audit log for device fleet +- D101: passed smoke test on 2024-05-10 +- D102: pending calibration +- D103: approved after firmware update +- D104: approved, no issues found +- D105: approved (Fabrikam device, not in scope for Contoso report) +- D106: rejected due to failed integrity check \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b4e77f1a1/gold/notes/irrelevant.md b/shellops/assets/ShellOps_4b4e77f1a1/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..4a01b22550f8e0cf46eb482b12ffaf633b4d1299 --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +This file should not affect the output. +- D999: hypothetical device not in inventory +- D200: legacy device \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b4e77f1a1/init/devices.psv b/shellops/assets/ShellOps_4b4e77f1a1/init/devices.psv new file mode 100644 index 0000000000000000000000000000000000000000..41a9f78fed3e009655b67178f52c50229d1c8acc --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/init/devices.psv @@ -0,0 +1,8 @@ +device_id|manufacturer|status +D100|Fabrikam|approved +D101|Contoso|approved +D102|Contoso|pending +D103|Contoso|approved +D104|Contoso|approved +D105|Fabrikam|approved +D106|Contoso|rejected \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b4e77f1a1/init/notes/audit.md b/shellops/assets/ShellOps_4b4e77f1a1/init/notes/audit.md new file mode 100644 index 0000000000000000000000000000000000000000..e991db20e58a040bc1b8b73d43eed2c40636edde --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/init/notes/audit.md @@ -0,0 +1,7 @@ +Audit log for device fleet +- D101: passed smoke test on 2024-05-10 +- D102: pending calibration +- D103: approved after firmware update +- D104: approved, no issues found +- D105: approved (Fabrikam device, not in scope for Contoso report) +- D106: rejected due to failed integrity check \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b4e77f1a1/init/notes/irrelevant.md b/shellops/assets/ShellOps_4b4e77f1a1/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..4a01b22550f8e0cf46eb482b12ffaf633b4d1299 --- /dev/null +++ b/shellops/assets/ShellOps_4b4e77f1a1/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +This file should not affect the output. +- D999: hypothetical device not in inventory +- D200: legacy device \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b6484d218/gold/registry/units.xml b/shellops/assets/ShellOps_4b6484d218/gold/registry/units.xml new file mode 100644 index 0000000000000000000000000000000000000000..10c4b8d7531168ec46922393a1f4abe98a1be70f --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/gold/registry/units.xml @@ -0,0 +1,27 @@ + + + + UNIT-101 + active + + + UNIT-102 + active + + + UNIT-103 + active + + + UNIT-104 + deprecated + + + UNIT-105 + active + + + UNIT-106 + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b6484d218/gold/reports/missing_units.txt b/shellops/assets/ShellOps_4b6484d218/gold/reports/missing_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..21ace3f4c1ffe31c1bbb070a437fc433d255d476 --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/gold/reports/missing_units.txt @@ -0,0 +1,2 @@ +UNIT-107 +UNIT-109 diff --git a/shellops/assets/ShellOps_4b6484d218/gold/units/active.txt b/shellops/assets/ShellOps_4b6484d218/gold/units/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4bef1f0e0e00d533ccc825b535b38fe633a48f3 --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/gold/units/active.txt @@ -0,0 +1,5 @@ +UNIT-101 +UNIT-103 +UNIT-105 +UNIT-107 +UNIT-109 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b6484d218/gold/units/notes.md b/shellops/assets/ShellOps_4b6484d218/gold/units/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bf18eb59249efc2ad5a578f8b991bc1e53b7eaf8 --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/gold/units/notes.md @@ -0,0 +1,4 @@ +# Notes +- UNIT-107 is pending registration +- UNIT-109 is experimental +- UNIT-108 is deprecated in registry diff --git a/shellops/assets/ShellOps_4b6484d218/init/registry/units.xml b/shellops/assets/ShellOps_4b6484d218/init/registry/units.xml new file mode 100644 index 0000000000000000000000000000000000000000..10c4b8d7531168ec46922393a1f4abe98a1be70f --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/init/registry/units.xml @@ -0,0 +1,27 @@ + + + + UNIT-101 + active + + + UNIT-102 + active + + + UNIT-103 + active + + + UNIT-104 + deprecated + + + UNIT-105 + active + + + UNIT-106 + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b6484d218/init/units/active.txt b/shellops/assets/ShellOps_4b6484d218/init/units/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4bef1f0e0e00d533ccc825b535b38fe633a48f3 --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/init/units/active.txt @@ -0,0 +1,5 @@ +UNIT-101 +UNIT-103 +UNIT-105 +UNIT-107 +UNIT-109 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b6484d218/init/units/notes.md b/shellops/assets/ShellOps_4b6484d218/init/units/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..bf18eb59249efc2ad5a578f8b991bc1e53b7eaf8 --- /dev/null +++ b/shellops/assets/ShellOps_4b6484d218/init/units/notes.md @@ -0,0 +1,4 @@ +# Notes +- UNIT-107 is pending registration +- UNIT-109 is experimental +- UNIT-108 is deprecated in registry diff --git a/shellops/assets/ShellOps_4b909b3ef7/gold/reports/missing_fields.txt b/shellops/assets/ShellOps_4b909b3ef7/gold/reports/missing_fields.txt new file mode 100644 index 0000000000000000000000000000000000000000..740076ce09c1deb7e4028f9d3418e035b4cf1fac --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/gold/reports/missing_fields.txt @@ -0,0 +1,2 @@ +last_updated +serial_number diff --git a/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/approved/current.json b/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/approved/current.json new file mode 100644 index 0000000000000000000000000000000000000000..988835074ab7b754d4945aceab9aa2270e3ec99a --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/approved/current.json @@ -0,0 +1,7 @@ +{ + "device_id": "string", + "model": "string", + "firmware_version": "string", + "location": "string", + "status": "string" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/deprecated/legacy.json b/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/deprecated/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..cb1363a93c4b9e2f95926542937bf8a4241f2dde --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/deprecated/legacy.json @@ -0,0 +1,9 @@ +{ + "device_id": "string", + "model": "string", + "firmware_version": "string", + "serial_number": "string", + "location": "string", + "status": "string", + "last_updated": "timestamp" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/notes.md b/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..86d4c68bfad6687e27683af5fedb90846a0bbab5 --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/gold/schemas/notes.md @@ -0,0 +1,4 @@ +# Schema Notes + +- The deprecated schema includes legacy fields like 'serial_number' and 'last_updated'. +- These fields are no longer supported in the approved schema. diff --git a/shellops/assets/ShellOps_4b909b3ef7/init/schemas/approved/current.json b/shellops/assets/ShellOps_4b909b3ef7/init/schemas/approved/current.json new file mode 100644 index 0000000000000000000000000000000000000000..988835074ab7b754d4945aceab9aa2270e3ec99a --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/init/schemas/approved/current.json @@ -0,0 +1,7 @@ +{ + "device_id": "string", + "model": "string", + "firmware_version": "string", + "location": "string", + "status": "string" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b909b3ef7/init/schemas/deprecated/legacy.json b/shellops/assets/ShellOps_4b909b3ef7/init/schemas/deprecated/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..cb1363a93c4b9e2f95926542937bf8a4241f2dde --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/init/schemas/deprecated/legacy.json @@ -0,0 +1,9 @@ +{ + "device_id": "string", + "model": "string", + "firmware_version": "string", + "serial_number": "string", + "location": "string", + "status": "string", + "last_updated": "timestamp" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4b909b3ef7/init/schemas/notes.md b/shellops/assets/ShellOps_4b909b3ef7/init/schemas/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..86d4c68bfad6687e27683af5fedb90846a0bbab5 --- /dev/null +++ b/shellops/assets/ShellOps_4b909b3ef7/init/schemas/notes.md @@ -0,0 +1,4 @@ +# Schema Notes + +- The deprecated schema includes legacy fields like 'serial_number' and 'last_updated'. +- These fields are no longer supported in the approved schema. diff --git a/shellops/assets/ShellOps_4c554d7380/gold/README.md b/shellops/assets/ShellOps_4c554d7380/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..07a93030ce31e68bafb94377548f7087827f2503 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/gold/README.md @@ -0,0 +1,3 @@ +# Configuration Files + +This directory contains configuration for all server instances. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/gold/config/.keep b/shellops/assets/ShellOps_4c554d7380/gold/config/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4c554d7380/gold/config/server1.conf b/shellops/assets/ShellOps_4c554d7380/gold/config/server1.conf new file mode 100644 index 0000000000000000000000000000000000000000..48e6a1f0e9e4721187105f7640e5859198a610b5 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/gold/config/server1.conf @@ -0,0 +1,5 @@ +port=8080 +host=localhost +max_connections=100 +log_level=debug +ssl_enabled=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/gold/config/server2.conf b/shellops/assets/ShellOps_4c554d7380/gold/config/server2.conf new file mode 100644 index 0000000000000000000000000000000000000000..6495840b4b53871dcdd08569a30d7ffc5ede6977 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/gold/config/server2.conf @@ -0,0 +1,5 @@ +port=8000 +host=127.0.0.1 +ssl_enabled=false +compression=true +timeout=30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/gold/config/server3.conf b/shellops/assets/ShellOps_4c554d7380/gold/config/server3.conf new file mode 100644 index 0000000000000000000000000000000000000000..addceff49dc1136fd98bf3b79b78268056af0818 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/gold/config/server3.conf @@ -0,0 +1,5 @@ +host=0.0.0.0 +port=8080 +ssl_enabled=false +max_connections=200 +log_level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/gold/duplicate_keys.txt b/shellops/assets/ShellOps_4c554d7380/gold/duplicate_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..7139a0dd7ff5548d0e3b69afea12a192acfe100a --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/gold/duplicate_keys.txt @@ -0,0 +1,5 @@ +host +log_level +max_connections +port +ssl_enabled diff --git a/shellops/assets/ShellOps_4c554d7380/init/README.md b/shellops/assets/ShellOps_4c554d7380/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..07a93030ce31e68bafb94377548f7087827f2503 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/init/README.md @@ -0,0 +1,3 @@ +# Configuration Files + +This directory contains configuration for all server instances. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/init/config/.keep b/shellops/assets/ShellOps_4c554d7380/init/config/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4c554d7380/init/config/server1.conf b/shellops/assets/ShellOps_4c554d7380/init/config/server1.conf new file mode 100644 index 0000000000000000000000000000000000000000..48e6a1f0e9e4721187105f7640e5859198a610b5 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/init/config/server1.conf @@ -0,0 +1,5 @@ +port=8080 +host=localhost +max_connections=100 +log_level=debug +ssl_enabled=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/init/config/server2.conf b/shellops/assets/ShellOps_4c554d7380/init/config/server2.conf new file mode 100644 index 0000000000000000000000000000000000000000..6495840b4b53871dcdd08569a30d7ffc5ede6977 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/init/config/server2.conf @@ -0,0 +1,5 @@ +port=8000 +host=127.0.0.1 +ssl_enabled=false +compression=true +timeout=30s \ No newline at end of file diff --git a/shellops/assets/ShellOps_4c554d7380/init/config/server3.conf b/shellops/assets/ShellOps_4c554d7380/init/config/server3.conf new file mode 100644 index 0000000000000000000000000000000000000000..addceff49dc1136fd98bf3b79b78268056af0818 --- /dev/null +++ b/shellops/assets/ShellOps_4c554d7380/init/config/server3.conf @@ -0,0 +1,5 @@ +host=0.0.0.0 +port=8080 +ssl_enabled=false +max_connections=200 +log_level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/gold/exemptions/list.txt b/shellops/assets/ShellOps_4ca91db36d/gold/exemptions/list.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ea8fe583b89f4c0c3dbbe092404f12a6043907a --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/gold/exemptions/list.txt @@ -0,0 +1,2 @@ +S67890 +S11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw01.json b/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw01.json new file mode 100644 index 0000000000000000000000000000000000000000..81b56aa3f08e55d1fbdc72ebe6cd02883930b159 --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw01.json @@ -0,0 +1 @@ +{"serial": "S12345", "metadata": {"region": "east_coast", "role": "firewall"}, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw02.json b/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw02.json new file mode 100644 index 0000000000000000000000000000000000000000..10aaf8b5d43e482ca885c9feec6492d6a3af1fb3 --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw02.json @@ -0,0 +1 @@ +{"serial": "S67890", "metadata": {"region": "west_coast", "role": "firewall"}, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw03.json b/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw03.json new file mode 100644 index 0000000000000000000000000000000000000000..374e07b188150f5e8d0a1a025abf2cb18e3371c9 --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/gold/nodes/fw03.json @@ -0,0 +1 @@ +{"serial": "S09876", "metadata": {"region": "central", "role": "firewall"}, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/init/exemptions/list.txt b/shellops/assets/ShellOps_4ca91db36d/init/exemptions/list.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ea8fe583b89f4c0c3dbbe092404f12a6043907a --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/init/exemptions/list.txt @@ -0,0 +1,2 @@ +S67890 +S11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw01.json b/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw01.json new file mode 100644 index 0000000000000000000000000000000000000000..81b56aa3f08e55d1fbdc72ebe6cd02883930b159 --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw01.json @@ -0,0 +1 @@ +{"serial": "S12345", "metadata": {"region": "east_coast", "role": "firewall"}, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw02.json b/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw02.json new file mode 100644 index 0000000000000000000000000000000000000000..10aaf8b5d43e482ca885c9feec6492d6a3af1fb3 --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw02.json @@ -0,0 +1 @@ +{"serial": "S67890", "metadata": {"region": "west_coast", "role": "firewall"}, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw03.json b/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw03.json new file mode 100644 index 0000000000000000000000000000000000000000..374e07b188150f5e8d0a1a025abf2cb18e3371c9 --- /dev/null +++ b/shellops/assets/ShellOps_4ca91db36d/init/nodes/fw03.json @@ -0,0 +1 @@ +{"serial": "S09876", "metadata": {"region": "central", "role": "firewall"}, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/api.toml b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/api.toml new file mode 100644 index 0000000000000000000000000000000000000000..2763f34cd69283c216b8971669d6777efaced9c6 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/api.toml @@ -0,0 +1,4 @@ +[app] +name = "api-gateway" +version = "1.5.3" +port = 8443 diff --git a/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/legacy.toml b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/legacy.toml new file mode 100644 index 0000000000000000000000000000000000000000..eac0f3c3fd4673cccf64062af891671f93ea9112 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/legacy.toml @@ -0,0 +1,4 @@ +[app] +name = "legacy-monolith" +version = "0.9.8" +port = 7000 diff --git a/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/web.toml b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/web.toml new file mode 100644 index 0000000000000000000000000000000000000000..6037818b39463fff1f3548b95160dfd12b9fbfba --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/web.toml @@ -0,0 +1,4 @@ +[app] +name = "web-frontend" +version = "2.1.0" +port = 8080 diff --git a/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/worker.toml b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/worker.toml new file mode 100644 index 0000000000000000000000000000000000000000..22ecdf1783d85d391e907442ded03a19e4777b28 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/gold/configs/apps/worker.toml @@ -0,0 +1,4 @@ +[app] +name = "async-worker" +version = "3.0.1" +queue = "jobs" diff --git a/shellops/assets/ShellOps_4cca96572a/gold/docs/service_inventory.txt b/shellops/assets/ShellOps_4cca96572a/gold/docs/service_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aa26e2227b54975f15f443be8b3a81806306b18 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/gold/docs/service_inventory.txt @@ -0,0 +1,5 @@ +# Active services inventory +api-gateway +web-frontend +async-worker +cache-service diff --git a/shellops/assets/ShellOps_4cca96572a/gold/reports/validated_apps.txt b/shellops/assets/ShellOps_4cca96572a/gold/reports/validated_apps.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e45ac1b7fa8522564863bf135301855b06fee7 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/gold/reports/validated_apps.txt @@ -0,0 +1,3 @@ +api-gateway +async-worker +web-frontend diff --git a/shellops/assets/ShellOps_4cca96572a/init/.tmp/.keep b/shellops/assets/ShellOps_4cca96572a/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4cca96572a/init/configs/apps/api.toml b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/api.toml new file mode 100644 index 0000000000000000000000000000000000000000..2763f34cd69283c216b8971669d6777efaced9c6 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/api.toml @@ -0,0 +1,4 @@ +[app] +name = "api-gateway" +version = "1.5.3" +port = 8443 diff --git a/shellops/assets/ShellOps_4cca96572a/init/configs/apps/legacy.toml b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/legacy.toml new file mode 100644 index 0000000000000000000000000000000000000000..eac0f3c3fd4673cccf64062af891671f93ea9112 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/legacy.toml @@ -0,0 +1,4 @@ +[app] +name = "legacy-monolith" +version = "0.9.8" +port = 7000 diff --git a/shellops/assets/ShellOps_4cca96572a/init/configs/apps/web.toml b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/web.toml new file mode 100644 index 0000000000000000000000000000000000000000..6037818b39463fff1f3548b95160dfd12b9fbfba --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/web.toml @@ -0,0 +1,4 @@ +[app] +name = "web-frontend" +version = "2.1.0" +port = 8080 diff --git a/shellops/assets/ShellOps_4cca96572a/init/configs/apps/worker.toml b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/worker.toml new file mode 100644 index 0000000000000000000000000000000000000000..22ecdf1783d85d391e907442ded03a19e4777b28 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/init/configs/apps/worker.toml @@ -0,0 +1,4 @@ +[app] +name = "async-worker" +version = "3.0.1" +queue = "jobs" diff --git a/shellops/assets/ShellOps_4cca96572a/init/docs/service_inventory.txt b/shellops/assets/ShellOps_4cca96572a/init/docs/service_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aa26e2227b54975f15f443be8b3a81806306b18 --- /dev/null +++ b/shellops/assets/ShellOps_4cca96572a/init/docs/service_inventory.txt @@ -0,0 +1,5 @@ +# Active services inventory +api-gateway +web-frontend +async-worker +cache-service diff --git a/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/.keep b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/alert_spec.rb b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/alert_spec.rb new file mode 100644 index 0000000000000000000000000000000000000000..5a5c6efae603314b84ed5cdb5d5311d7bfe829e9 --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/alert_spec.rb @@ -0,0 +1,5 @@ +describe HighPriorityEventHandler do + it 'processes alerts' do + # Test implementation + end +end \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/legacy_spec.rb b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/legacy_spec.rb new file mode 100644 index 0000000000000000000000000000000000000000..0af5fbae47ac3b7be1f0b18ae65dbac37a40df17 --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/legacy_spec.rb @@ -0,0 +1,6 @@ +# SKIP_MIGRATION +describe EventHandlerV3 do + it 'runs legacy handlers' do + legacy_handlers.each { |h| h.run } + end +end \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/notification_spec.rb b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/notification_spec.rb new file mode 100644 index 0000000000000000000000000000000000000000..d4476a319e8b02ddd895cacffd6dc673a640f674 --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/gold/spec/events/notification_spec.rb @@ -0,0 +1,5 @@ +RSpec.describe HighPriorityEventHandler do + context 'notification processing' do + # Test cases + end +end \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ce95c3961/gold/updated_tests.txt b/shellops/assets/ShellOps_4ce95c3961/gold/updated_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..590d2afd18cd62313b88efbc0d892f150ec5817d --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/gold/updated_tests.txt @@ -0,0 +1,2 @@ +spec/events/alert_spec.rb +spec/events/notification_spec.rb diff --git a/shellops/assets/ShellOps_4ce95c3961/init/spec/events/.keep b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4ce95c3961/init/spec/events/alert_spec.rb b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/alert_spec.rb new file mode 100644 index 0000000000000000000000000000000000000000..c76f8745702245110cd993adefa585ff6f5b953a --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/alert_spec.rb @@ -0,0 +1,5 @@ +describe EventHandlerV3 do + it 'processes alerts' do + # Test implementation + end +end \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ce95c3961/init/spec/events/legacy_spec.rb b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/legacy_spec.rb new file mode 100644 index 0000000000000000000000000000000000000000..0af5fbae47ac3b7be1f0b18ae65dbac37a40df17 --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/legacy_spec.rb @@ -0,0 +1,6 @@ +# SKIP_MIGRATION +describe EventHandlerV3 do + it 'runs legacy handlers' do + legacy_handlers.each { |h| h.run } + end +end \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ce95c3961/init/spec/events/notification_spec.rb b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/notification_spec.rb new file mode 100644 index 0000000000000000000000000000000000000000..4ed90601f4e908383b255257d9852b0886cac797 --- /dev/null +++ b/shellops/assets/ShellOps_4ce95c3961/init/spec/events/notification_spec.rb @@ -0,0 +1,5 @@ +RSpec.describe EventHandlerV3 do + context 'notification processing' do + # Test cases + end +end \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d325b23a8/gold/backend_services.conf b/shellops/assets/ShellOps_4d325b23a8/gold/backend_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..00d60363070c9cc0766e0921d9a2c96f7744158d --- /dev/null +++ b/shellops/assets/ShellOps_4d325b23a8/gold/backend_services.conf @@ -0,0 +1,3 @@ +service_endpoint=/api/v1/users +service_endpoint=/api/v1/orders +service_endpoint=/api/v1/inventory \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d325b23a8/gold/endpoint_mismatches.md b/shellops/assets/ShellOps_4d325b23a8/gold/endpoint_mismatches.md new file mode 100644 index 0000000000000000000000000000000000000000..0ecb03078e93e53d8960f41b0f87c1342faebe0c --- /dev/null +++ b/shellops/assets/ShellOps_4d325b23a8/gold/endpoint_mismatches.md @@ -0,0 +1,2 @@ +endpoint=/api/v1/analytics +endpoint=/api/v1/products diff --git a/shellops/assets/ShellOps_4d325b23a8/gold/gateway.conf b/shellops/assets/ShellOps_4d325b23a8/gold/gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..b0b0dfa7ce04d287676ab419e53cf84875571ec1 --- /dev/null +++ b/shellops/assets/ShellOps_4d325b23a8/gold/gateway.conf @@ -0,0 +1,4 @@ +endpoint=/api/v1/users +endpoint=/api/v1/orders +endpoint=/api/v1/products +endpoint=/api/v1/analytics \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d325b23a8/init/backend_services.conf b/shellops/assets/ShellOps_4d325b23a8/init/backend_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..00d60363070c9cc0766e0921d9a2c96f7744158d --- /dev/null +++ b/shellops/assets/ShellOps_4d325b23a8/init/backend_services.conf @@ -0,0 +1,3 @@ +service_endpoint=/api/v1/users +service_endpoint=/api/v1/orders +service_endpoint=/api/v1/inventory \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d325b23a8/init/endpoint_mismatches.md b/shellops/assets/ShellOps_4d325b23a8/init/endpoint_mismatches.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4d325b23a8/init/gateway.conf b/shellops/assets/ShellOps_4d325b23a8/init/gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..b0b0dfa7ce04d287676ab419e53cf84875571ec1 --- /dev/null +++ b/shellops/assets/ShellOps_4d325b23a8/init/gateway.conf @@ -0,0 +1,4 @@ +endpoint=/api/v1/users +endpoint=/api/v1/orders +endpoint=/api/v1/products +endpoint=/api/v1/analytics \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d42c2013c/gold/docs/style_guide.md b/shellops/assets/ShellOps_4d42c2013c/gold/docs/style_guide.md new file mode 100644 index 0000000000000000000000000000000000000000..e0954659315dd93a5ef1e697d93bea1bc5f56dac --- /dev/null +++ b/shellops/assets/ShellOps_4d42c2013c/gold/docs/style_guide.md @@ -0,0 +1,12 @@ +# Coding Style Guide + +Rule: Always use meaningful variable names +Rule: Avoid magic numbers +Rule: Functions should not exceed 20 lines +Rule: Indent with 4 spaces +Rule: Include unit tests for new code +Rule: Use consistent naming conventions + +## Additional Notes + +This guide is subject to change. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d42c2013c/gold/updated_checklist.md b/shellops/assets/ShellOps_4d42c2013c/gold/updated_checklist.md new file mode 100644 index 0000000000000000000000000000000000000000..13e479e27b2c98b1107a0a7781728d8d530abbcb --- /dev/null +++ b/shellops/assets/ShellOps_4d42c2013c/gold/updated_checklist.md @@ -0,0 +1,6 @@ +Rule: Always use meaningful variable names +Rule: Avoid magic numbers +Rule: Functions should not exceed 20 lines +Rule: Include unit tests for new code +Rule: Indent with 4 spaces +Rule: Use consistent naming conventions diff --git a/shellops/assets/ShellOps_4d42c2013c/init/docs/style_guide.md b/shellops/assets/ShellOps_4d42c2013c/init/docs/style_guide.md new file mode 100644 index 0000000000000000000000000000000000000000..e0954659315dd93a5ef1e697d93bea1bc5f56dac --- /dev/null +++ b/shellops/assets/ShellOps_4d42c2013c/init/docs/style_guide.md @@ -0,0 +1,12 @@ +# Coding Style Guide + +Rule: Always use meaningful variable names +Rule: Avoid magic numbers +Rule: Functions should not exceed 20 lines +Rule: Indent with 4 spaces +Rule: Include unit tests for new code +Rule: Use consistent naming conventions + +## Additional Notes + +This guide is subject to change. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d7f6ed79d/gold/active_sensors.json b/shellops/assets/ShellOps_4d7f6ed79d/gold/active_sensors.json new file mode 100644 index 0000000000000000000000000000000000000000..92fc97825e7a775845c8c0539ee0d6a0fd2670e1 --- /dev/null +++ b/shellops/assets/ShellOps_4d7f6ed79d/gold/active_sensors.json @@ -0,0 +1 @@ +[{"serial": 3372, "location": "siteA"}, {"serial": 4156, "location": "siteB"}, {"serial": 7281, "location": "siteC"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d7f6ed79d/gold/calibration_records.json b/shellops/assets/ShellOps_4d7f6ed79d/gold/calibration_records.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d584815e024eacc6e1740239526fde33093f65 --- /dev/null +++ b/shellops/assets/ShellOps_4d7f6ed79d/gold/calibration_records.json @@ -0,0 +1 @@ +{"calibrations": [{"serial": 4156, "date": "2024-03-10"}, {"serial": 3372, "date": "2024-02-28"}, {"serial": 5893, "date": "2024-04-01"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d7f6ed79d/gold/missing_deployments.txt b/shellops/assets/ShellOps_4d7f6ed79d/gold/missing_deployments.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5e14fffce4277410067c51b3fbf88f4b20d02e7 --- /dev/null +++ b/shellops/assets/ShellOps_4d7f6ed79d/gold/missing_deployments.txt @@ -0,0 +1 @@ +5893 diff --git a/shellops/assets/ShellOps_4d7f6ed79d/init/active_sensors.json b/shellops/assets/ShellOps_4d7f6ed79d/init/active_sensors.json new file mode 100644 index 0000000000000000000000000000000000000000..92fc97825e7a775845c8c0539ee0d6a0fd2670e1 --- /dev/null +++ b/shellops/assets/ShellOps_4d7f6ed79d/init/active_sensors.json @@ -0,0 +1 @@ +[{"serial": 3372, "location": "siteA"}, {"serial": 4156, "location": "siteB"}, {"serial": 7281, "location": "siteC"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d7f6ed79d/init/calibration_records.json b/shellops/assets/ShellOps_4d7f6ed79d/init/calibration_records.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d584815e024eacc6e1740239526fde33093f65 --- /dev/null +++ b/shellops/assets/ShellOps_4d7f6ed79d/init/calibration_records.json @@ -0,0 +1 @@ +{"calibrations": [{"serial": 4156, "date": "2024-03-10"}, {"serial": 3372, "date": "2024-02-28"}, {"serial": 5893, "date": "2024-04-01"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/.keep b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/zone1.conf b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/zone1.conf new file mode 100644 index 0000000000000000000000000000000000000000..8e3f737fbd7d77c6e6f3b81c78f60f8273a89199 --- /dev/null +++ b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/zone1.conf @@ -0,0 +1,6 @@ +priority=1 +rule_id=allow_ssh +description=Allow SSH from trusted IPs +priority=5 +rule_id=block_tor +description=Block known Tor exit nodes \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/zone2.conf b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/zone2.conf new file mode 100644 index 0000000000000000000000000000000000000000..e39fd3a282ae22494491f6e5456e67c0e4447a05 --- /dev/null +++ b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_rules/zone2.conf @@ -0,0 +1,6 @@ +priority=3 +rule_id=allow_http +description=Allow HTTP traffic +priority=2 +rule_id=deny_spam +description=Block known spam IPs \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_summary.md b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..60f9263a1a93b4aa39d6ba4d72fa1953b06b8ccb --- /dev/null +++ b/shellops/assets/ShellOps_4d8cb80d6f/gold/firewall_summary.md @@ -0,0 +1,4 @@ +1: allow_ssh (Allow SSH from trusted IPs) +2: deny_spam (Block known spam IPs) +3: allow_http (Allow HTTP traffic) +5: block_tor (Block known Tor exit nodes) diff --git a/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/.keep b/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/zone1.conf b/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/zone1.conf new file mode 100644 index 0000000000000000000000000000000000000000..8e3f737fbd7d77c6e6f3b81c78f60f8273a89199 --- /dev/null +++ b/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/zone1.conf @@ -0,0 +1,6 @@ +priority=1 +rule_id=allow_ssh +description=Allow SSH from trusted IPs +priority=5 +rule_id=block_tor +description=Block known Tor exit nodes \ No newline at end of file diff --git a/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/zone2.conf b/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/zone2.conf new file mode 100644 index 0000000000000000000000000000000000000000..e39fd3a282ae22494491f6e5456e67c0e4447a05 --- /dev/null +++ b/shellops/assets/ShellOps_4d8cb80d6f/init/firewall_rules/zone2.conf @@ -0,0 +1,6 @@ +priority=3 +rule_id=allow_http +description=Allow HTTP traffic +priority=2 +rule_id=deny_spam +description=Block known spam IPs \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dbfdd997c/gold/include/.keep b/shellops/assets/ShellOps_4dbfdd997c/gold/include/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4dbfdd997c/gold/include/config.h b/shellops/assets/ShellOps_4dbfdd997c/gold/include/config.h new file mode 100644 index 0000000000000000000000000000000000000000..e91ac6cfd836266a850a3b549151f6ed94bb97b7 --- /dev/null +++ b/shellops/assets/ShellOps_4dbfdd997c/gold/include/config.h @@ -0,0 +1,5 @@ +#pragma once +// Proprietary license +#include "common.h" + +#define MAX_ITEMS 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dbfdd997c/gold/include/net.h b/shellops/assets/ShellOps_4dbfdd997c/gold/include/net.h new file mode 100644 index 0000000000000000000000000000000000000000..ea7edf8f9024e77256b6a2bfda2c57628904e899 --- /dev/null +++ b/shellops/assets/ShellOps_4dbfdd997c/gold/include/net.h @@ -0,0 +1,6 @@ +/* Network utilities */ +SPDX-License-Identifier: BSD-3-Clause + +namespace Net { +// ... +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dbfdd997c/gold/include/utils.h b/shellops/assets/ShellOps_4dbfdd997c/gold/include/utils.h new file mode 100644 index 0000000000000000000000000000000000000000..f7c7be33d91d2dbaa84c705b987c128f73e5346d --- /dev/null +++ b/shellops/assets/ShellOps_4dbfdd997c/gold/include/utils.h @@ -0,0 +1,6 @@ +// Copyright 2024 +SPDX-License-Identifier: BSD-3-Clause + +#ifndef UTILS_H +#define UTILS_H +// ... rest of header \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dbfdd997c/init/include/.keep b/shellops/assets/ShellOps_4dbfdd997c/init/include/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4dbfdd997c/init/include/config.h b/shellops/assets/ShellOps_4dbfdd997c/init/include/config.h new file mode 100644 index 0000000000000000000000000000000000000000..e91ac6cfd836266a850a3b549151f6ed94bb97b7 --- /dev/null +++ b/shellops/assets/ShellOps_4dbfdd997c/init/include/config.h @@ -0,0 +1,5 @@ +#pragma once +// Proprietary license +#include "common.h" + +#define MAX_ITEMS 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dbfdd997c/init/include/net.h b/shellops/assets/ShellOps_4dbfdd997c/init/include/net.h new file mode 100644 index 0000000000000000000000000000000000000000..ea7edf8f9024e77256b6a2bfda2c57628904e899 --- /dev/null +++ b/shellops/assets/ShellOps_4dbfdd997c/init/include/net.h @@ -0,0 +1,6 @@ +/* Network utilities */ +SPDX-License-Identifier: BSD-3-Clause + +namespace Net { +// ... +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dbfdd997c/init/include/utils.h b/shellops/assets/ShellOps_4dbfdd997c/init/include/utils.h new file mode 100644 index 0000000000000000000000000000000000000000..f7c7be33d91d2dbaa84c705b987c128f73e5346d --- /dev/null +++ b/shellops/assets/ShellOps_4dbfdd997c/init/include/utils.h @@ -0,0 +1,6 @@ +// Copyright 2024 +SPDX-License-Identifier: BSD-3-Clause + +#ifndef UTILS_H +#define UTILS_H +// ... rest of header \ No newline at end of file diff --git a/shellops/assets/ShellOps_4dd835a488/gold/approved_components.txt b/shellops/assets/ShellOps_4dd835a488/gold/approved_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a35026704c50a4fba41793edac8cac10e8edec0 --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/gold/approved_components.txt @@ -0,0 +1,4 @@ +comp_alpha +comp_gamma +comp_delta +comp_theta diff --git a/shellops/assets/ShellOps_4dd835a488/gold/notes.md b/shellops/assets/ShellOps_4dd835a488/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ee5253b98d48f1e6e9c392c9e0e3b0187f845f6a --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/gold/notes.md @@ -0,0 +1,4 @@ +# Component audit notes +- comp_beta is deprecated +- comp_zeta is pending review +- comp_theta is approved but not yet deployed diff --git a/shellops/assets/ShellOps_4dd835a488/gold/reports/missing_components.tsv b/shellops/assets/ShellOps_4dd835a488/gold/reports/missing_components.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ee63bba241ae54c7da11f1638bf1ac851ad954ef --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/gold/reports/missing_components.tsv @@ -0,0 +1 @@ +comp_epsilon unapproved diff --git a/shellops/assets/ShellOps_4dd835a488/gold/runtime_manifest.xml b/shellops/assets/ShellOps_4dd835a488/gold/runtime_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..933febb7e3b705fc915f66742488a77dbf1c1234 --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/gold/runtime_manifest.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_4dd835a488/init/approved_components.txt b/shellops/assets/ShellOps_4dd835a488/init/approved_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a35026704c50a4fba41793edac8cac10e8edec0 --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/init/approved_components.txt @@ -0,0 +1,4 @@ +comp_alpha +comp_gamma +comp_delta +comp_theta diff --git a/shellops/assets/ShellOps_4dd835a488/init/notes.md b/shellops/assets/ShellOps_4dd835a488/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ee5253b98d48f1e6e9c392c9e0e3b0187f845f6a --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/init/notes.md @@ -0,0 +1,4 @@ +# Component audit notes +- comp_beta is deprecated +- comp_zeta is pending review +- comp_theta is approved but not yet deployed diff --git a/shellops/assets/ShellOps_4dd835a488/init/runtime_manifest.xml b/shellops/assets/ShellOps_4dd835a488/init/runtime_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..933febb7e3b705fc915f66742488a77dbf1c1234 --- /dev/null +++ b/shellops/assets/ShellOps_4dd835a488/init/runtime_manifest.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_4e3318706d/gold/devices.txt b/shellops/assets/ShellOps_4e3318706d/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..2646ac0c20d34d05024f32e52fa84a260783a5e4 --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/gold/devices.txt @@ -0,0 +1,6 @@ +DV-34GHJKL8 active +STATUS: online +DV-87NBVCX2 pending +DV-55QWERTY5 active +DV-12ASDFG3 offline +DV-99POIUYT1 active diff --git a/shellops/assets/ShellOps_4e3318706d/gold/missing_devices.csv b/shellops/assets/ShellOps_4e3318706d/gold/missing_devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..4fed86e7c515ee975c906db2225b25e2c23a62b4 --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/gold/missing_devices.csv @@ -0,0 +1,3 @@ +DeviceID +DV-87NBVCX2 +DV-99POIUYT1 diff --git a/shellops/assets/ShellOps_4e3318706d/gold/redundant.log b/shellops/assets/ShellOps_4e3318706d/gold/redundant.log new file mode 100644 index 0000000000000000000000000000000000000000..b902f266d4fdc6d980ad982865c81481776a25fb --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/gold/redundant.log @@ -0,0 +1,2 @@ +2024-05-01 ERROR: Device DV-ZZ000000 not found +2024-05-01 INFO: Processed 5 entries diff --git a/shellops/assets/ShellOps_4e3318706d/gold/v3_inventory.xml b/shellops/assets/ShellOps_4e3318706d/gold/v3_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..fa4694b3598212b1587539c37a5f65681461db5f --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/gold/v3_inventory.xml @@ -0,0 +1,14 @@ + + + DV-34GHJKL8 + active + + + DV-55QWERTY5 + active + + + DV-12ASDFG3 + archived + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e3318706d/init/devices.txt b/shellops/assets/ShellOps_4e3318706d/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..2646ac0c20d34d05024f32e52fa84a260783a5e4 --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/init/devices.txt @@ -0,0 +1,6 @@ +DV-34GHJKL8 active +STATUS: online +DV-87NBVCX2 pending +DV-55QWERTY5 active +DV-12ASDFG3 offline +DV-99POIUYT1 active diff --git a/shellops/assets/ShellOps_4e3318706d/init/redundant.log b/shellops/assets/ShellOps_4e3318706d/init/redundant.log new file mode 100644 index 0000000000000000000000000000000000000000..b902f266d4fdc6d980ad982865c81481776a25fb --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/init/redundant.log @@ -0,0 +1,2 @@ +2024-05-01 ERROR: Device DV-ZZ000000 not found +2024-05-01 INFO: Processed 5 entries diff --git a/shellops/assets/ShellOps_4e3318706d/init/v3_inventory.xml b/shellops/assets/ShellOps_4e3318706d/init/v3_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..fa4694b3598212b1587539c37a5f65681461db5f --- /dev/null +++ b/shellops/assets/ShellOps_4e3318706d/init/v3_inventory.xml @@ -0,0 +1,14 @@ + + + DV-34GHJKL8 + active + + + DV-55QWERTY5 + active + + + DV-12ASDFG3 + archived + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/gold/approved_regions.txt b/shellops/assets/ShellOps_4e4220a9e0/gold/approved_regions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4e63e43bf685aa0c57433ad5ba420153ffd2ff2 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/gold/approved_regions.txt @@ -0,0 +1,3 @@ +West Facility +South Distribution +Central Depot diff --git a/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240115.xml b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240115.xml new file mode 100644 index 0000000000000000000000000000000000000000..c1d8dc3de844fb2fce017d275f607bca7fb9da78 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240115.xml @@ -0,0 +1,4 @@ + + East Warehouse + resolved + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240302.xml b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240302.xml new file mode 100644 index 0000000000000000000000000000000000000000..f309299f19bb6593e0c57a44c7e237494c03de71 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240302.xml @@ -0,0 +1,4 @@ + + South Distribution +
Power outage
+
\ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240418.xml b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240418.xml new file mode 100644 index 0000000000000000000000000000000000000000..b6529cad849617c9431dc4e4ab58c9bb87306ea7 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/20240418.xml @@ -0,0 +1,5 @@ + + North Hub + East Warehouse + Duplicate entry + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/notes.md b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c416e566df99acb9c5bf87157b495862387d0c22 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/gold/incidents/notes.md @@ -0,0 +1 @@ +Do not process legacy incident formats from Q1 2023. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/init/approved_regions.txt b/shellops/assets/ShellOps_4e4220a9e0/init/approved_regions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4e63e43bf685aa0c57433ad5ba420153ffd2ff2 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/init/approved_regions.txt @@ -0,0 +1,3 @@ +West Facility +South Distribution +Central Depot diff --git a/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240115.xml b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240115.xml new file mode 100644 index 0000000000000000000000000000000000000000..c1d8dc3de844fb2fce017d275f607bca7fb9da78 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240115.xml @@ -0,0 +1,4 @@ + + East Warehouse + resolved + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240302.xml b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240302.xml new file mode 100644 index 0000000000000000000000000000000000000000..f309299f19bb6593e0c57a44c7e237494c03de71 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240302.xml @@ -0,0 +1,4 @@ + + South Distribution +
Power outage
+
\ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240418.xml b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240418.xml new file mode 100644 index 0000000000000000000000000000000000000000..b6529cad849617c9431dc4e4ab58c9bb87306ea7 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/20240418.xml @@ -0,0 +1,5 @@ + + North Hub + East Warehouse + Duplicate entry + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e4220a9e0/init/incidents/notes.md b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c416e566df99acb9c5bf87157b495862387d0c22 --- /dev/null +++ b/shellops/assets/ShellOps_4e4220a9e0/init/incidents/notes.md @@ -0,0 +1 @@ +Do not process legacy incident formats from Q1 2023. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e64c3e3f6/gold/archived_deactivations.json b/shellops/assets/ShellOps_4e64c3e3f6/gold/archived_deactivations.json new file mode 100644 index 0000000000000000000000000000000000000000..d62d621461f73db3475418cb98035afc9f6cde78 --- /dev/null +++ b/shellops/assets/ShellOps_4e64c3e3f6/gold/archived_deactivations.json @@ -0,0 +1 @@ +{"deactivated": ["amyr", "lisav", "timj"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e64c3e3f6/gold/missing_active.csv b/shellops/assets/ShellOps_4e64c3e3f6/gold/missing_active.csv new file mode 100644 index 0000000000000000000000000000000000000000..4b288e756cd832b12ae712f6369dadea564f547d --- /dev/null +++ b/shellops/assets/ShellOps_4e64c3e3f6/gold/missing_active.csv @@ -0,0 +1 @@ +johnd diff --git a/shellops/assets/ShellOps_4e64c3e3f6/gold/user_export.csv b/shellops/assets/ShellOps_4e64c3e3f6/gold/user_export.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc152ed66d88f919fef4cbaa75afa548037ec24b --- /dev/null +++ b/shellops/assets/ShellOps_4e64c3e3f6/gold/user_export.csv @@ -0,0 +1,5 @@ +username,status +johnd,active +amyr,active +krist0f,inactive +lisav,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e64c3e3f6/init/archived_deactivations.json b/shellops/assets/ShellOps_4e64c3e3f6/init/archived_deactivations.json new file mode 100644 index 0000000000000000000000000000000000000000..d62d621461f73db3475418cb98035afc9f6cde78 --- /dev/null +++ b/shellops/assets/ShellOps_4e64c3e3f6/init/archived_deactivations.json @@ -0,0 +1 @@ +{"deactivated": ["amyr", "lisav", "timj"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_4e64c3e3f6/init/user_export.csv b/shellops/assets/ShellOps_4e64c3e3f6/init/user_export.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc152ed66d88f919fef4cbaa75afa548037ec24b --- /dev/null +++ b/shellops/assets/ShellOps_4e64c3e3f6/init/user_export.csv @@ -0,0 +1,5 @@ +username,status +johnd,active +amyr,active +krist0f,inactive +lisav,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_4eabb28679/gold/flagged_nodes.txt b/shellops/assets/ShellOps_4eabb28679/gold/flagged_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..af17f6cc87e4d5e4adec0018cbb73d3e2bd008c8 --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/gold/flagged_nodes.txt @@ -0,0 +1 @@ +gamma diff --git a/shellops/assets/ShellOps_4eabb28679/gold/overrides.json b/shellops/assets/ShellOps_4eabb28679/gold/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..3f1bfc0ef04f9b44b53db50788411dd7444f4b1c --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/gold/overrides.json @@ -0,0 +1 @@ +{"override": ["alpha"]} diff --git a/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_alpha.json b/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..fc197c19c5466f30e0d941fc4738fd518df44ec7 --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_alpha.json @@ -0,0 +1 @@ +{"node_id": "alpha", "status": "unstable", "load": 0.85} diff --git a/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_beta.json b/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..8df41699ec6c85464a78555b37e81e9f345e8636 --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_beta.json @@ -0,0 +1 @@ +{"node_id": "beta", "status": "stable", "load": 0.45} diff --git a/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_gamma.json b/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f5cf633b8529c29e8b8a91630ddf91be537892eb --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/gold/telemetry/router_gamma.json @@ -0,0 +1 @@ +{"node_id": "gamma", "status": "unstable", "load": 0.92} diff --git a/shellops/assets/ShellOps_4eabb28679/init/overrides.json b/shellops/assets/ShellOps_4eabb28679/init/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..3f1bfc0ef04f9b44b53db50788411dd7444f4b1c --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/init/overrides.json @@ -0,0 +1 @@ +{"override": ["alpha"]} diff --git a/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_alpha.json b/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..fc197c19c5466f30e0d941fc4738fd518df44ec7 --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_alpha.json @@ -0,0 +1 @@ +{"node_id": "alpha", "status": "unstable", "load": 0.85} diff --git a/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_beta.json b/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..8df41699ec6c85464a78555b37e81e9f345e8636 --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_beta.json @@ -0,0 +1 @@ +{"node_id": "beta", "status": "stable", "load": 0.45} diff --git a/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_gamma.json b/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f5cf633b8529c29e8b8a91630ddf91be537892eb --- /dev/null +++ b/shellops/assets/ShellOps_4eabb28679/init/telemetry/router_gamma.json @@ -0,0 +1 @@ +{"node_id": "gamma", "status": "unstable", "load": 0.92} diff --git a/shellops/assets/ShellOps_4ebfedab6e/gold/changelog.md b/shellops/assets/ShellOps_4ebfedab6e/gold/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..7013c64b2b2e900a3f3b72487600088d3e91c407 --- /dev/null +++ b/shellops/assets/ShellOps_4ebfedab6e/gold/changelog.md @@ -0,0 +1,6 @@ +## v1.2.0 +- Fixed #1234: Crash on startup +- Added #5678: Support for new API + +## v1.1.0 +- Updated #9101: Improved logging diff --git a/shellops/assets/ShellOps_4ebfedab6e/gold/changelog_v2.md b/shellops/assets/ShellOps_4ebfedab6e/gold/changelog_v2.md new file mode 100644 index 0000000000000000000000000000000000000000..7532ccceeeb5af5a404cf45e7fd3fbd4ab3fc078 --- /dev/null +++ b/shellops/assets/ShellOps_4ebfedab6e/gold/changelog_v2.md @@ -0,0 +1,6 @@ +## v1.2.0 +- Fixed #ABC-1234: Crash on startup +- Added #ABC-5678: Support for new API + +## v1.1.0 +- Updated #ABC-9101: Improved logging diff --git a/shellops/assets/ShellOps_4ebfedab6e/init/changelog.md b/shellops/assets/ShellOps_4ebfedab6e/init/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..7013c64b2b2e900a3f3b72487600088d3e91c407 --- /dev/null +++ b/shellops/assets/ShellOps_4ebfedab6e/init/changelog.md @@ -0,0 +1,6 @@ +## v1.2.0 +- Fixed #1234: Crash on startup +- Added #5678: Support for new API + +## v1.1.0 +- Updated #9101: Improved logging diff --git a/shellops/assets/ShellOps_4ee1d0e60a/gold/legacy_users.xml b/shellops/assets/ShellOps_4ee1d0e60a/gold/legacy_users.xml new file mode 100644 index 0000000000000000000000000000000000000000..1e2a72c2b0ecde45d473d6a7a719efebbbe446ed --- /dev/null +++ b/shellops/assets/ShellOps_4ee1d0e60a/gold/legacy_users.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ee1d0e60a/gold/missing_handles.txt b/shellops/assets/ShellOps_4ee1d0e60a/gold/missing_handles.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e5ac7112f1bef9d3bbefe883a8a8441aae3c36a --- /dev/null +++ b/shellops/assets/ShellOps_4ee1d0e60a/gold/missing_handles.txt @@ -0,0 +1 @@ +charlie diff --git a/shellops/assets/ShellOps_4ee1d0e60a/gold/profiles.txt b/shellops/assets/ShellOps_4ee1d0e60a/gold/profiles.txt new file mode 100644 index 0000000000000000000000000000000000000000..3553466027e7ea7fc810a15beda25a09871ca0a9 --- /dev/null +++ b/shellops/assets/ShellOps_4ee1d0e60a/gold/profiles.txt @@ -0,0 +1,4 @@ +alice +bob +donovan +erin \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ee1d0e60a/init/legacy_users.xml b/shellops/assets/ShellOps_4ee1d0e60a/init/legacy_users.xml new file mode 100644 index 0000000000000000000000000000000000000000..1e2a72c2b0ecde45d473d6a7a719efebbbe446ed --- /dev/null +++ b/shellops/assets/ShellOps_4ee1d0e60a/init/legacy_users.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ee1d0e60a/init/profiles.txt b/shellops/assets/ShellOps_4ee1d0e60a/init/profiles.txt new file mode 100644 index 0000000000000000000000000000000000000000..3553466027e7ea7fc810a15beda25a09871ca0a9 --- /dev/null +++ b/shellops/assets/ShellOps_4ee1d0e60a/init/profiles.txt @@ -0,0 +1,4 @@ +alice +bob +donovan +erin \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f195c37df/gold/devices.xml b/shellops/assets/ShellOps_4f195c37df/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..96681e74437fe9b23617d0c8604adb0095f8eb99 --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/gold/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_4f195c37df/gold/notes.md b/shellops/assets/ShellOps_4f195c37df/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4ae91d03ccf2881912cf7295783df574b7ec0fc9 --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/gold/notes.md @@ -0,0 +1,2 @@ +# Irrelevant notes +This file should be ignored by the solution. diff --git a/shellops/assets/ShellOps_4f195c37df/gold/unauthorized_devices.txt b/shellops/assets/ShellOps_4f195c37df/gold/unauthorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..153d7b23a214ff76c18cd8ffc146a35fab9a67f1 --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/gold/unauthorized_devices.txt @@ -0,0 +1,2 @@ +dev_103 +dev_106 diff --git a/shellops/assets/ShellOps_4f195c37df/gold/vendors.txt b/shellops/assets/ShellOps_4f195c37df/gold/vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..206c5894451dcbbe69b65faa0ed3b9f9ad3d131e --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/gold/vendors.txt @@ -0,0 +1,4 @@ +vendor_a +vendor_b +vendor_c +vendor_d diff --git a/shellops/assets/ShellOps_4f195c37df/init/devices.xml b/shellops/assets/ShellOps_4f195c37df/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..96681e74437fe9b23617d0c8604adb0095f8eb99 --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/init/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_4f195c37df/init/notes.md b/shellops/assets/ShellOps_4f195c37df/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4ae91d03ccf2881912cf7295783df574b7ec0fc9 --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/init/notes.md @@ -0,0 +1,2 @@ +# Irrelevant notes +This file should be ignored by the solution. diff --git a/shellops/assets/ShellOps_4f195c37df/init/vendors.txt b/shellops/assets/ShellOps_4f195c37df/init/vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..206c5894451dcbbe69b65faa0ed3b9f9ad3d131e --- /dev/null +++ b/shellops/assets/ShellOps_4f195c37df/init/vendors.txt @@ -0,0 +1,4 @@ +vendor_a +vendor_b +vendor_c +vendor_d diff --git a/shellops/assets/ShellOps_4f2d695f23/gold/blocked_tasks.md b/shellops/assets/ShellOps_4f2d695f23/gold/blocked_tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..35f7444b7579081a421c866bce3d93a2cd4f22d1 --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/gold/blocked_tasks.md @@ -0,0 +1,6 @@ +- [ ] Add new API endpoint [blocked] [pending: frontend specs] +- [ ] Fix authentication bug [blocked] [awaiting: security review] +- [ ] Implement new search bar UI [blocked] [waiting on: backend API] +- [ ] Optimize image loading [blocked] [pending: CDN config] +- [ ] Update test documentation [blocked] [pending: review] +- [ ] Write test cases for new feature [blocked] [waiting on: dev complete] diff --git a/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/backend.md b/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/backend.md new file mode 100644 index 0000000000000000000000000000000000000000..9783bca6a91a084283496ce58e34fa33c0f43468 --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/backend.md @@ -0,0 +1,5 @@ +## Backend Team + +- [x] Upgrade database schema [resolved] [completed] +- [ ] Fix authentication bug [blocked] [awaiting: security review] +- [ ] Add new API endpoint [blocked] [pending: frontend specs] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/frontend.md b/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/frontend.md new file mode 100644 index 0000000000000000000000000000000000000000..2ba1938e54deffa603a2236aa6e1e9c2a290c5e4 --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/frontend.md @@ -0,0 +1,5 @@ +## Frontend Team + +- [ ] Implement new search bar UI [blocked] [waiting on: backend API] +- [x] Fix header alignment [resolved] [completed] +- [ ] Optimize image loading [blocked] [pending: CDN config] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/qa.md b/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/qa.md new file mode 100644 index 0000000000000000000000000000000000000000..1ba12cf3f1c2ee79b8d548780802ad64dd704b1c --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/gold/team_reports/qa.md @@ -0,0 +1,5 @@ +## QA Team + +- [ ] Write test cases for new feature [blocked] [waiting on: dev complete] +- [x] Fix flaky test [resolved] [completed] +- [ ] Update test documentation [blocked] [pending: review] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f2d695f23/init/team_reports/backend.md b/shellops/assets/ShellOps_4f2d695f23/init/team_reports/backend.md new file mode 100644 index 0000000000000000000000000000000000000000..9783bca6a91a084283496ce58e34fa33c0f43468 --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/init/team_reports/backend.md @@ -0,0 +1,5 @@ +## Backend Team + +- [x] Upgrade database schema [resolved] [completed] +- [ ] Fix authentication bug [blocked] [awaiting: security review] +- [ ] Add new API endpoint [blocked] [pending: frontend specs] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f2d695f23/init/team_reports/frontend.md b/shellops/assets/ShellOps_4f2d695f23/init/team_reports/frontend.md new file mode 100644 index 0000000000000000000000000000000000000000..2ba1938e54deffa603a2236aa6e1e9c2a290c5e4 --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/init/team_reports/frontend.md @@ -0,0 +1,5 @@ +## Frontend Team + +- [ ] Implement new search bar UI [blocked] [waiting on: backend API] +- [x] Fix header alignment [resolved] [completed] +- [ ] Optimize image loading [blocked] [pending: CDN config] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f2d695f23/init/team_reports/qa.md b/shellops/assets/ShellOps_4f2d695f23/init/team_reports/qa.md new file mode 100644 index 0000000000000000000000000000000000000000..1ba12cf3f1c2ee79b8d548780802ad64dd704b1c --- /dev/null +++ b/shellops/assets/ShellOps_4f2d695f23/init/team_reports/qa.md @@ -0,0 +1,5 @@ +## QA Team + +- [ ] Write test cases for new feature [blocked] [waiting on: dev complete] +- [x] Fix flaky test [resolved] [completed] +- [ ] Update test documentation [blocked] [pending: review] \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f38dd8db1/gold/calibration_report.out b/shellops/assets/ShellOps_4f38dd8db1/gold/calibration_report.out new file mode 100644 index 0000000000000000000000000000000000000000..6f5735d59a0ad2d8f463e617a6c930ecd0208905 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/gold/calibration_report.out @@ -0,0 +1,3 @@ +0-100 +200-300 +50-150 diff --git a/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_a.ini b/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..930595bfa0185b9b314025617da574cc26fd5ad9 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_a.ini @@ -0,0 +1,8 @@ +[sensors] +device_id=123 +sensor_range=0-100 +calibration_date=2024-03-01 +[sensors] +device_id=124 +sensor_range=50-150 +calibration_date=2024-03-02 diff --git a/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_b.ini b/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..b826e8cc95f9c4b25f4ef7f615536dcf7334b833 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_b.ini @@ -0,0 +1,8 @@ +[sensors] +device_id=125 +sensor_range=0-100 +calibration_date=2024-03-03 +[sensors] +device_id=126 +sensor_range=200-300 +calibration_date=2024-03-04 diff --git a/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_c.ini b/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_c.ini new file mode 100644 index 0000000000000000000000000000000000000000..95c9f792580e611427940da0edfe2ec26ecab3a3 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/gold/config/lab_c.ini @@ -0,0 +1,8 @@ +[sensors] +device_id=127 +sensor_range=50-150 +calibration_date=2024-03-05 +[sensors] +device_id=128 +sensor_range=0-100 +calibration_date=2024-03-06 diff --git a/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_a.ini b/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..930595bfa0185b9b314025617da574cc26fd5ad9 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_a.ini @@ -0,0 +1,8 @@ +[sensors] +device_id=123 +sensor_range=0-100 +calibration_date=2024-03-01 +[sensors] +device_id=124 +sensor_range=50-150 +calibration_date=2024-03-02 diff --git a/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_b.ini b/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..b826e8cc95f9c4b25f4ef7f615536dcf7334b833 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_b.ini @@ -0,0 +1,8 @@ +[sensors] +device_id=125 +sensor_range=0-100 +calibration_date=2024-03-03 +[sensors] +device_id=126 +sensor_range=200-300 +calibration_date=2024-03-04 diff --git a/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_c.ini b/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_c.ini new file mode 100644 index 0000000000000000000000000000000000000000..95c9f792580e611427940da0edfe2ec26ecab3a3 --- /dev/null +++ b/shellops/assets/ShellOps_4f38dd8db1/init/config/lab_c.ini @@ -0,0 +1,8 @@ +[sensors] +device_id=127 +sensor_range=50-150 +calibration_date=2024-03-05 +[sensors] +device_id=128 +sensor_range=0-100 +calibration_date=2024-03-06 diff --git a/shellops/assets/ShellOps_4f689a70de/gold/README.md b/shellops/assets/ShellOps_4f689a70de/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cacc72883b0ea49c25ee0f8c27f1014f4afca5c9 --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/gold/README.md @@ -0,0 +1,3 @@ +# Security Monitoring + +This directory contains security logs from March 2024. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/gold/failed_signatures.tsv b/shellops/assets/ShellOps_4f689a70de/gold/failed_signatures.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7e50534bed9867fd1839b4066abec5645b9ab12c --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/gold/failed_signatures.tsv @@ -0,0 +1,3 @@ +147258369 +789456123 +963852741 diff --git a/shellops/assets/ShellOps_4f689a70de/gold/security_logs/.keep b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-15.txt b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-15.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a69705b202f0edbe7b0b457b10fad4aa9213179 --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-15.txt @@ -0,0 +1,3 @@ +INFO: User login successful +ERROR: Invalid signature detected in transaction 789456123 +WARNING: High memory usage \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-22.txt b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-22.txt new file mode 100644 index 0000000000000000000000000000000000000000..be78de0766f71ce865cf79778698d4c8aed91c2a --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-22.txt @@ -0,0 +1,2 @@ +ERROR: Invalid signature detected in transaction 963852741 +INFO: Database backup completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-30.txt b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-30.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8d1f937c4ea78c63b64ba5553fb8a7ab2732105 --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/gold/security_logs/log_2024-03-30.txt @@ -0,0 +1,3 @@ +ERROR: Failed login attempt +ERROR: Invalid signature detected in transaction 147258369 +INFO: System update applied \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/init/README.md b/shellops/assets/ShellOps_4f689a70de/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cacc72883b0ea49c25ee0f8c27f1014f4afca5c9 --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/init/README.md @@ -0,0 +1,3 @@ +# Security Monitoring + +This directory contains security logs from March 2024. \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/init/security_logs/.keep b/shellops/assets/ShellOps_4f689a70de/init/security_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-15.txt b/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-15.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a69705b202f0edbe7b0b457b10fad4aa9213179 --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-15.txt @@ -0,0 +1,3 @@ +INFO: User login successful +ERROR: Invalid signature detected in transaction 789456123 +WARNING: High memory usage \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-22.txt b/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-22.txt new file mode 100644 index 0000000000000000000000000000000000000000..be78de0766f71ce865cf79778698d4c8aed91c2a --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-22.txt @@ -0,0 +1,2 @@ +ERROR: Invalid signature detected in transaction 963852741 +INFO: Database backup completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-30.txt b/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-30.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8d1f937c4ea78c63b64ba5553fb8a7ab2732105 --- /dev/null +++ b/shellops/assets/ShellOps_4f689a70de/init/security_logs/log_2024-03-30.txt @@ -0,0 +1,3 @@ +ERROR: Failed login attempt +ERROR: Invalid signature detected in transaction 147258369 +INFO: System update applied \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f808d69ad/gold/approved.txt b/shellops/assets/ShellOps_4f808d69ad/gold/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc658821d2aa7ac13ef08cca41b8e431ccacf193 --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/gold/approved.txt @@ -0,0 +1,4 @@ +DEVICE_101 +DEVICE_102 +DEVICE_104 +DEVICE_107 diff --git a/shellops/assets/ShellOps_4f808d69ad/gold/devices.xml b/shellops/assets/ShellOps_4f808d69ad/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..27327453fbfe06ebf8fe89ee149edce345bc9b7f --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/gold/devices.xml @@ -0,0 +1,19 @@ + + + + DEVICE_101 + active + + + DEVICE_103 + active + + + DEVICE_104 + active + + + DEVICE_105 + active + + diff --git a/shellops/assets/ShellOps_4f808d69ad/gold/notes/irrelevant.txt b/shellops/assets/ShellOps_4f808d69ad/gold/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ff7b5cf9ae2c94ed4c361458f1c480fde54f8b7 --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/gold/notes/irrelevant.txt @@ -0,0 +1,2 @@ +DEVICE_102 +DEVICE_107 diff --git a/shellops/assets/ShellOps_4f808d69ad/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_4f808d69ad/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..738efedfc692282cfbf659c06d53fdc9cc05e730 --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/gold/reports/missing_devices.txt @@ -0,0 +1,2 @@ +DEVICE_103 +DEVICE_105 diff --git a/shellops/assets/ShellOps_4f808d69ad/init/approved.txt b/shellops/assets/ShellOps_4f808d69ad/init/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc658821d2aa7ac13ef08cca41b8e431ccacf193 --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/init/approved.txt @@ -0,0 +1,4 @@ +DEVICE_101 +DEVICE_102 +DEVICE_104 +DEVICE_107 diff --git a/shellops/assets/ShellOps_4f808d69ad/init/devices.xml b/shellops/assets/ShellOps_4f808d69ad/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..27327453fbfe06ebf8fe89ee149edce345bc9b7f --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/init/devices.xml @@ -0,0 +1,19 @@ + + + + DEVICE_101 + active + + + DEVICE_103 + active + + + DEVICE_104 + active + + + DEVICE_105 + active + + diff --git a/shellops/assets/ShellOps_4f808d69ad/init/notes/irrelevant.txt b/shellops/assets/ShellOps_4f808d69ad/init/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ff7b5cf9ae2c94ed4c361458f1c480fde54f8b7 --- /dev/null +++ b/shellops/assets/ShellOps_4f808d69ad/init/notes/irrelevant.txt @@ -0,0 +1,2 @@ +DEVICE_102 +DEVICE_107 diff --git a/shellops/assets/ShellOps_4f9ee71c4e/gold/asset_summary.cfg b/shellops/assets/ShellOps_4f9ee71c4e/gold/asset_summary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..20a6f20eceaa664abd1d12448e2cf31701a0a767 --- /dev/null +++ b/shellops/assets/ShellOps_4f9ee71c4e/gold/asset_summary.cfg @@ -0,0 +1,3 @@ +A12345|Server Rack 1|Under Maintenance +C54321|Laptop|Awaiting Parts +D98765|Printer|Repaired diff --git a/shellops/assets/ShellOps_4f9ee71c4e/gold/inventory/assets.cfg b/shellops/assets/ShellOps_4f9ee71c4e/gold/inventory/assets.cfg new file mode 100644 index 0000000000000000000000000000000000000000..edc1b09113dc429efd675e190680d86e5b3eb6d7 --- /dev/null +++ b/shellops/assets/ShellOps_4f9ee71c4e/gold/inventory/assets.cfg @@ -0,0 +1,5 @@ +A12345|Server Rack 1 +B67890|Network Switch +C54321|Laptop +D98765|Printer +E45678|Monitor \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f9ee71c4e/gold/repairs/2024/status.out b/shellops/assets/ShellOps_4f9ee71c4e/gold/repairs/2024/status.out new file mode 100644 index 0000000000000000000000000000000000000000..c213a3ef5370154c52441892b124993527626929 --- /dev/null +++ b/shellops/assets/ShellOps_4f9ee71c4e/gold/repairs/2024/status.out @@ -0,0 +1,4 @@ +A12345|Under Maintenance +D98765|Repaired +C54321|Awaiting Parts +F11223|Decommissioned \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f9ee71c4e/init/inventory/assets.cfg b/shellops/assets/ShellOps_4f9ee71c4e/init/inventory/assets.cfg new file mode 100644 index 0000000000000000000000000000000000000000..edc1b09113dc429efd675e190680d86e5b3eb6d7 --- /dev/null +++ b/shellops/assets/ShellOps_4f9ee71c4e/init/inventory/assets.cfg @@ -0,0 +1,5 @@ +A12345|Server Rack 1 +B67890|Network Switch +C54321|Laptop +D98765|Printer +E45678|Monitor \ No newline at end of file diff --git a/shellops/assets/ShellOps_4f9ee71c4e/init/repairs/2024/status.out b/shellops/assets/ShellOps_4f9ee71c4e/init/repairs/2024/status.out new file mode 100644 index 0000000000000000000000000000000000000000..c213a3ef5370154c52441892b124993527626929 --- /dev/null +++ b/shellops/assets/ShellOps_4f9ee71c4e/init/repairs/2024/status.out @@ -0,0 +1,4 @@ +A12345|Under Maintenance +D98765|Repaired +C54321|Awaiting Parts +F11223|Decommissioned \ No newline at end of file diff --git a/shellops/assets/ShellOps_4ff34d71d4/gold/authorized_modules.txt b/shellops/assets/ShellOps_4ff34d71d4/gold/authorized_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..75400dd991df3ca5e17aff6526941d823848f130 --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/gold/authorized_modules.txt @@ -0,0 +1,6 @@ +ahci +e1000 +ext4 +uhci_hcd +usb_storage +xfs diff --git a/shellops/assets/ShellOps_4ff34d71d4/gold/firmware_baseline.txt b/shellops/assets/ShellOps_4ff34d71d4/gold/firmware_baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..a61a63122666fa3900028a783fee9089a304b515 --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/gold/firmware_baseline.txt @@ -0,0 +1,4 @@ +e1000 +uhci_hcd +xfs +ahci diff --git a/shellops/assets/ShellOps_4ff34d71d4/gold/notes/readme.md b/shellops/assets/ShellOps_4ff34d71d4/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..e40330fb77f0b0d30991eb31a72eb9bc0789c34a --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/gold/notes/readme.md @@ -0,0 +1,3 @@ +This directory contains module lists and firmware baseline information. +The runtime_modules.txt reflects currently loaded kernel modules. +The firmware_baseline.txt contains modules approved for the current firmware. diff --git a/shellops/assets/ShellOps_4ff34d71d4/gold/runtime_modules.txt b/shellops/assets/ShellOps_4ff34d71d4/gold/runtime_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a33be4ea8ca25c41231cc918d6eb3883b5f5b468 --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/gold/runtime_modules.txt @@ -0,0 +1,4 @@ +ext4 +usb_storage +uhci_hcd +e1000 diff --git a/shellops/assets/ShellOps_4ff34d71d4/init/firmware_baseline.txt b/shellops/assets/ShellOps_4ff34d71d4/init/firmware_baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..a61a63122666fa3900028a783fee9089a304b515 --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/init/firmware_baseline.txt @@ -0,0 +1,4 @@ +e1000 +uhci_hcd +xfs +ahci diff --git a/shellops/assets/ShellOps_4ff34d71d4/init/notes/readme.md b/shellops/assets/ShellOps_4ff34d71d4/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..e40330fb77f0b0d30991eb31a72eb9bc0789c34a --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/init/notes/readme.md @@ -0,0 +1,3 @@ +This directory contains module lists and firmware baseline information. +The runtime_modules.txt reflects currently loaded kernel modules. +The firmware_baseline.txt contains modules approved for the current firmware. diff --git a/shellops/assets/ShellOps_4ff34d71d4/init/runtime_modules.txt b/shellops/assets/ShellOps_4ff34d71d4/init/runtime_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a33be4ea8ca25c41231cc918d6eb3883b5f5b468 --- /dev/null +++ b/shellops/assets/ShellOps_4ff34d71d4/init/runtime_modules.txt @@ -0,0 +1,4 @@ +ext4 +usb_storage +uhci_hcd +e1000 diff --git a/shellops/assets/ShellOps_5000cb6fb9/gold/device_registry.xml b/shellops/assets/ShellOps_5000cb6fb9/gold/device_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..5103fcfd66507c35d05360c64c70867328e2f1f2 --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/gold/device_registry.xml @@ -0,0 +1,17 @@ + + + alpha-node + SN-AA1234 + active + + + beta-node + SN-CC9012 + maintenance + + + gamma-node + SN-EE7890 + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5000cb6fb9/gold/distractor/notes.md b/shellops/assets/ShellOps_5000cb6fb9/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ac6efe862cdef72253063c48d09f50baec83cb86 --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/gold/distractor/notes.md @@ -0,0 +1,3 @@ +# internal notes +- device SN-DD3456 was decommissioned last month but still appears in logs. +- SN-FF9999 is a test device, not in production. diff --git a/shellops/assets/ShellOps_5000cb6fb9/gold/recent_alerts.txt b/shellops/assets/ShellOps_5000cb6fb9/gold/recent_alerts.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f66a8cda40b861b04791cf331abd8fc09ac5bb --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/gold/recent_alerts.txt @@ -0,0 +1,8 @@ +# Alert dump 2024-11-27 +# These devices triggered threshold warnings +SN-AA1234 +SN-BB5678 +SN-CC9012 +SN-DD3456 +SN-EE7890 +# End of file diff --git a/shellops/assets/ShellOps_5000cb6fb9/gold/unregistered_device_serials.txt b/shellops/assets/ShellOps_5000cb6fb9/gold/unregistered_device_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcb0b1728b9bc78210c8bb0b987f47142344b547 --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/gold/unregistered_device_serials.txt @@ -0,0 +1,2 @@ +SN-BB5678 +SN-DD3456 diff --git a/shellops/assets/ShellOps_5000cb6fb9/init/device_registry.xml b/shellops/assets/ShellOps_5000cb6fb9/init/device_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..5103fcfd66507c35d05360c64c70867328e2f1f2 --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/init/device_registry.xml @@ -0,0 +1,17 @@ + + + alpha-node + SN-AA1234 + active + + + beta-node + SN-CC9012 + maintenance + + + gamma-node + SN-EE7890 + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5000cb6fb9/init/distractor/notes.md b/shellops/assets/ShellOps_5000cb6fb9/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ac6efe862cdef72253063c48d09f50baec83cb86 --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/init/distractor/notes.md @@ -0,0 +1,3 @@ +# internal notes +- device SN-DD3456 was decommissioned last month but still appears in logs. +- SN-FF9999 is a test device, not in production. diff --git a/shellops/assets/ShellOps_5000cb6fb9/init/recent_alerts.txt b/shellops/assets/ShellOps_5000cb6fb9/init/recent_alerts.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f66a8cda40b861b04791cf331abd8fc09ac5bb --- /dev/null +++ b/shellops/assets/ShellOps_5000cb6fb9/init/recent_alerts.txt @@ -0,0 +1,8 @@ +# Alert dump 2024-11-27 +# These devices triggered threshold warnings +SN-AA1234 +SN-BB5678 +SN-CC9012 +SN-DD3456 +SN-EE7890 +# End of file diff --git a/shellops/assets/ShellOps_501f3fc8a7/gold/baseline/approved_devices.txt b/shellops/assets/ShellOps_501f3fc8a7/gold/baseline/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..77f4adf22e5a04748b98a2efc6338ffeb272a433 --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/gold/baseline/approved_devices.txt @@ -0,0 +1,5 @@ +dev_101 +dev_103 +dev_104 +dev_108 +dev_110 diff --git a/shellops/assets/ShellOps_501f3fc8a7/gold/docs/archive.md b/shellops/assets/ShellOps_501f3fc8a7/gold/docs/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..386f3306cadaa5ab1f962c92d16a11a7741a6a0a --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/gold/docs/archive.md @@ -0,0 +1,8 @@ +# Historical archive of retired devices + +These devices were decommissioned last quarter: +- dev_004 +- dev_007 +- dev_009 + +Do not include them in the current baseline. diff --git a/shellops/assets/ShellOps_501f3fc8a7/gold/reports/absent_devices.tsv b/shellops/assets/ShellOps_501f3fc8a7/gold/reports/absent_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5284716ac7b5a598074c1979b1667092ef7208c1 --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/gold/reports/absent_devices.tsv @@ -0,0 +1,5 @@ +dev_102 +dev_105 +dev_106 +dev_107 +dev_109 diff --git a/shellops/assets/ShellOps_501f3fc8a7/gold/runtime/devices.xml b/shellops/assets/ShellOps_501f3fc8a7/gold/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..5fbd51336ed040672898c54a3590db590b1d7f4d --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/gold/runtime/devices.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_501f3fc8a7/init/baseline/approved_devices.txt b/shellops/assets/ShellOps_501f3fc8a7/init/baseline/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..77f4adf22e5a04748b98a2efc6338ffeb272a433 --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/init/baseline/approved_devices.txt @@ -0,0 +1,5 @@ +dev_101 +dev_103 +dev_104 +dev_108 +dev_110 diff --git a/shellops/assets/ShellOps_501f3fc8a7/init/docs/archive.md b/shellops/assets/ShellOps_501f3fc8a7/init/docs/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..386f3306cadaa5ab1f962c92d16a11a7741a6a0a --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/init/docs/archive.md @@ -0,0 +1,8 @@ +# Historical archive of retired devices + +These devices were decommissioned last quarter: +- dev_004 +- dev_007 +- dev_009 + +Do not include them in the current baseline. diff --git a/shellops/assets/ShellOps_501f3fc8a7/init/runtime/devices.xml b/shellops/assets/ShellOps_501f3fc8a7/init/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..5fbd51336ed040672898c54a3590db590b1d7f4d --- /dev/null +++ b/shellops/assets/ShellOps_501f3fc8a7/init/runtime/devices.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_503008354c/gold/baseline/approved_nodes.txt b/shellops/assets/ShellOps_503008354c/gold/baseline/approved_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d14957c73ffd75b548f5f7bf5f7d73d6486ba782 --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/gold/baseline/approved_nodes.txt @@ -0,0 +1,6 @@ +# Approved node identifiers +node_a +node_b +node_c +node_d +node_e diff --git a/shellops/assets/ShellOps_503008354c/gold/distractor/extra_nodes.xml b/shellops/assets/ShellOps_503008354c/gold/distractor/extra_nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..d53addb06fa12d71791432165d8a5acca9deed4b --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/gold/distractor/extra_nodes.xml @@ -0,0 +1,4 @@ + + + + diff --git a/shellops/assets/ShellOps_503008354c/gold/notes/archive.md b/shellops/assets/ShellOps_503008354c/gold/notes/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..5c8210de160d81accdfbe1c99a993f073533735e --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/gold/notes/archive.md @@ -0,0 +1,3 @@ +# Stale notes +- node_x used to be active +- node_y deprecated last quarter diff --git a/shellops/assets/ShellOps_503008354c/gold/reports/missing_nodes.tsv b/shellops/assets/ShellOps_503008354c/gold/reports/missing_nodes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..24454e18d365e23ec8e67e6245c73608d9e3cb4a --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/gold/reports/missing_nodes.tsv @@ -0,0 +1,2 @@ +node_d missing +node_e missing diff --git a/shellops/assets/ShellOps_503008354c/gold/runtime/nodes.xml b/shellops/assets/ShellOps_503008354c/gold/runtime/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..9f719827f9f27a4192ff4f207787328866a251e1 --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/gold/runtime/nodes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_503008354c/init/baseline/approved_nodes.txt b/shellops/assets/ShellOps_503008354c/init/baseline/approved_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d14957c73ffd75b548f5f7bf5f7d73d6486ba782 --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/init/baseline/approved_nodes.txt @@ -0,0 +1,6 @@ +# Approved node identifiers +node_a +node_b +node_c +node_d +node_e diff --git a/shellops/assets/ShellOps_503008354c/init/distractor/extra_nodes.xml b/shellops/assets/ShellOps_503008354c/init/distractor/extra_nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..d53addb06fa12d71791432165d8a5acca9deed4b --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/init/distractor/extra_nodes.xml @@ -0,0 +1,4 @@ + + + + diff --git a/shellops/assets/ShellOps_503008354c/init/notes/archive.md b/shellops/assets/ShellOps_503008354c/init/notes/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..5c8210de160d81accdfbe1c99a993f073533735e --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/init/notes/archive.md @@ -0,0 +1,3 @@ +# Stale notes +- node_x used to be active +- node_y deprecated last quarter diff --git a/shellops/assets/ShellOps_503008354c/init/runtime/nodes.xml b/shellops/assets/ShellOps_503008354c/init/runtime/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..9f719827f9f27a4192ff4f207787328866a251e1 --- /dev/null +++ b/shellops/assets/ShellOps_503008354c/init/runtime/nodes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_50b8c41136/gold/experiments.xml b/shellops/assets/ShellOps_50b8c41136/gold/experiments.xml new file mode 100644 index 0000000000000000000000000000000000000000..9eb28e8fc0103a5f0c8d0397e441518e7dcbe6d6 --- /dev/null +++ b/shellops/assets/ShellOps_50b8c41136/gold/experiments.xml @@ -0,0 +1,18 @@ + + + amylase + pH 7 + + + lipase + 37C + + + catalase + 23C + + + pepsin + 2.5 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_50b8c41136/gold/lab_journals/exp_notes.txt b/shellops/assets/ShellOps_50b8c41136/gold/lab_journals/exp_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..651d2ac8052ede04170da53630d89e2609165e69 --- /dev/null +++ b/shellops/assets/ShellOps_50b8c41136/gold/lab_journals/exp_notes.txt @@ -0,0 +1,4 @@ +lipase +amylase +catalase +protease diff --git a/shellops/assets/ShellOps_50b8c41136/gold/missing_enzymes.txt b/shellops/assets/ShellOps_50b8c41136/gold/missing_enzymes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ef02096ef497f988e419ae380156b9df0c48c80 --- /dev/null +++ b/shellops/assets/ShellOps_50b8c41136/gold/missing_enzymes.txt @@ -0,0 +1 @@ +pepsin diff --git a/shellops/assets/ShellOps_50b8c41136/init/experiments.xml b/shellops/assets/ShellOps_50b8c41136/init/experiments.xml new file mode 100644 index 0000000000000000000000000000000000000000..9eb28e8fc0103a5f0c8d0397e441518e7dcbe6d6 --- /dev/null +++ b/shellops/assets/ShellOps_50b8c41136/init/experiments.xml @@ -0,0 +1,18 @@ + + + amylase + pH 7 + + + lipase + 37C + + + catalase + 23C + + + pepsin + 2.5 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_50b8c41136/init/lab_journals/exp_notes.txt b/shellops/assets/ShellOps_50b8c41136/init/lab_journals/exp_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..651d2ac8052ede04170da53630d89e2609165e69 --- /dev/null +++ b/shellops/assets/ShellOps_50b8c41136/init/lab_journals/exp_notes.txt @@ -0,0 +1,4 @@ +lipase +amylase +catalase +protease diff --git a/shellops/assets/ShellOps_50ca7f75b1/gold/approved_vehicles.txt b/shellops/assets/ShellOps_50ca7f75b1/gold/approved_vehicles.txt new file mode 100644 index 0000000000000000000000000000000000000000..d01600e858d6446cdb93b7e3bd08856496173061 --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/gold/approved_vehicles.txt @@ -0,0 +1,3 @@ +aquila +thunderbolt +vortex diff --git a/shellops/assets/ShellOps_50ca7f75b1/gold/distractor/inventory.csv b/shellops/assets/ShellOps_50ca7f75b1/gold/distractor/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..42b151c36c151d8a5ac7d940928363b2466a556c --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/gold/distractor/inventory.csv @@ -0,0 +1,3 @@ +SKU,Model +123,thunderbolt +124,ignis \ No newline at end of file diff --git a/shellops/assets/ShellOps_50ca7f75b1/gold/manufacturer/specs.xml b/shellops/assets/ShellOps_50ca7f75b1/gold/manufacturer/specs.xml new file mode 100644 index 0000000000000000000000000000000000000000..405cfb1653a2d8bdb20aa96513f807adf2bc29aa --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/gold/manufacturer/specs.xml @@ -0,0 +1,4 @@ + +aquila +thunderbolt + \ No newline at end of file diff --git a/shellops/assets/ShellOps_50ca7f75b1/gold/pending_sync.txt b/shellops/assets/ShellOps_50ca7f75b1/gold/pending_sync.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb36b594a507d699706b3726751b6def49725a65 --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/gold/pending_sync.txt @@ -0,0 +1 @@ +vortex diff --git a/shellops/assets/ShellOps_50ca7f75b1/init/approved_vehicles.txt b/shellops/assets/ShellOps_50ca7f75b1/init/approved_vehicles.txt new file mode 100644 index 0000000000000000000000000000000000000000..d01600e858d6446cdb93b7e3bd08856496173061 --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/init/approved_vehicles.txt @@ -0,0 +1,3 @@ +aquila +thunderbolt +vortex diff --git a/shellops/assets/ShellOps_50ca7f75b1/init/distractor/inventory.csv b/shellops/assets/ShellOps_50ca7f75b1/init/distractor/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..42b151c36c151d8a5ac7d940928363b2466a556c --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/init/distractor/inventory.csv @@ -0,0 +1,3 @@ +SKU,Model +123,thunderbolt +124,ignis \ No newline at end of file diff --git a/shellops/assets/ShellOps_50ca7f75b1/init/manufacturer/specs.xml b/shellops/assets/ShellOps_50ca7f75b1/init/manufacturer/specs.xml new file mode 100644 index 0000000000000000000000000000000000000000..405cfb1653a2d8bdb20aa96513f807adf2bc29aa --- /dev/null +++ b/shellops/assets/ShellOps_50ca7f75b1/init/manufacturer/specs.xml @@ -0,0 +1,4 @@ + +aquila +thunderbolt + \ No newline at end of file diff --git a/shellops/assets/ShellOps_50f153000d/gold/captures/node1.log b/shellops/assets/ShellOps_50f153000d/gold/captures/node1.log new file mode 100644 index 0000000000000000000000000000000000000000..f876f84202e6cd61363049f7ac81fe250bca83a1 --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/gold/captures/node1.log @@ -0,0 +1,2 @@ +2024-05-21T10:00:00 connection_id=12345 STATE=ESTABLISHED +2024-05-21T10:00:01 connection_id=12346 STATE=TIME_WAIT diff --git a/shellops/assets/ShellOps_50f153000d/gold/captures/node2.log b/shellops/assets/ShellOps_50f153000d/gold/captures/node2.log new file mode 100644 index 0000000000000000000000000000000000000000..1b15bc41ae19c0f506a2d13b3277c4828504bc3d --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/gold/captures/node2.log @@ -0,0 +1,3 @@ +2024-05-21T10:00:02 connection_id=23456 STATE=SYN_SENT +2024-05-21T10:00:03 connection_id=23457 STATE=ESTABLISHED +2024-05-21T10:00:04 connection_id=23458 STATE=CLOSE_WAIT diff --git a/shellops/assets/ShellOps_50f153000d/gold/captures/old_trace.log b/shellops/assets/ShellOps_50f153000d/gold/captures/old_trace.log new file mode 100644 index 0000000000000000000000000000000000000000..a2446f58200351085b837d3f3f4661975d8be18f --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/gold/captures/old_trace.log @@ -0,0 +1,2 @@ +2024-05-20T22:15:00 connection_id=999 STATE=LISTEN +2024-05-20T22:15:01 connection_id=1000 STATE=ESTABLISHED diff --git a/shellops/assets/ShellOps_50f153000d/gold/legacy_ignore.yaml b/shellops/assets/ShellOps_50f153000d/gold/legacy_ignore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d84f3f52b2ddf80967708f145d8e754f9778bc48 --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/gold/legacy_ignore.yaml @@ -0,0 +1,3 @@ +excluded_states: + - CLOSE_WAIT + - LISTEN \ No newline at end of file diff --git a/shellops/assets/ShellOps_50f153000d/gold/traffic_summary.txt b/shellops/assets/ShellOps_50f153000d/gold/traffic_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..472b997899dcbb937b71442226956253f22d9b38 --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/gold/traffic_summary.txt @@ -0,0 +1,3 @@ +ESTABLISHED 3 +TIME_WAIT 1 +SYN_SENT 1 diff --git a/shellops/assets/ShellOps_50f153000d/init/captures/node1.log b/shellops/assets/ShellOps_50f153000d/init/captures/node1.log new file mode 100644 index 0000000000000000000000000000000000000000..f876f84202e6cd61363049f7ac81fe250bca83a1 --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/init/captures/node1.log @@ -0,0 +1,2 @@ +2024-05-21T10:00:00 connection_id=12345 STATE=ESTABLISHED +2024-05-21T10:00:01 connection_id=12346 STATE=TIME_WAIT diff --git a/shellops/assets/ShellOps_50f153000d/init/captures/node2.log b/shellops/assets/ShellOps_50f153000d/init/captures/node2.log new file mode 100644 index 0000000000000000000000000000000000000000..1b15bc41ae19c0f506a2d13b3277c4828504bc3d --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/init/captures/node2.log @@ -0,0 +1,3 @@ +2024-05-21T10:00:02 connection_id=23456 STATE=SYN_SENT +2024-05-21T10:00:03 connection_id=23457 STATE=ESTABLISHED +2024-05-21T10:00:04 connection_id=23458 STATE=CLOSE_WAIT diff --git a/shellops/assets/ShellOps_50f153000d/init/captures/old_trace.log b/shellops/assets/ShellOps_50f153000d/init/captures/old_trace.log new file mode 100644 index 0000000000000000000000000000000000000000..a2446f58200351085b837d3f3f4661975d8be18f --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/init/captures/old_trace.log @@ -0,0 +1,2 @@ +2024-05-20T22:15:00 connection_id=999 STATE=LISTEN +2024-05-20T22:15:01 connection_id=1000 STATE=ESTABLISHED diff --git a/shellops/assets/ShellOps_50f153000d/init/legacy_ignore.yaml b/shellops/assets/ShellOps_50f153000d/init/legacy_ignore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d84f3f52b2ddf80967708f145d8e754f9778bc48 --- /dev/null +++ b/shellops/assets/ShellOps_50f153000d/init/legacy_ignore.yaml @@ -0,0 +1,3 @@ +excluded_states: + - CLOSE_WAIT + - LISTEN \ No newline at end of file diff --git a/shellops/assets/ShellOps_513af3b99c/gold/cluster_status.json b/shellops/assets/ShellOps_513af3b99c/gold/cluster_status.json new file mode 100644 index 0000000000000000000000000000000000000000..4e39a1983c225e38de987de0cc7edd09969decb5 --- /dev/null +++ b/shellops/assets/ShellOps_513af3b99c/gold/cluster_status.json @@ -0,0 +1 @@ +[{"node_id": "node-001", "kernel_flags": ["legacy=enable", "debug=off"]}, {"node_id": "node-002", "kernel_flags": ["isolation=strict", "legacy=enable"]}, {"node_id": "node-003", "kernel_flags": ["legacy=enable"]}, {"node_id": "node-004", "kernel_flags": ["isolation=strict"]}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_513af3b99c/gold/pending_reboot.txt b/shellops/assets/ShellOps_513af3b99c/gold/pending_reboot.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfdce7dffe7816055019d470d6cf0e0654172d43 --- /dev/null +++ b/shellops/assets/ShellOps_513af3b99c/gold/pending_reboot.txt @@ -0,0 +1,2 @@ +node-001 +node-003 diff --git a/shellops/assets/ShellOps_513af3b99c/init/cluster_status.json b/shellops/assets/ShellOps_513af3b99c/init/cluster_status.json new file mode 100644 index 0000000000000000000000000000000000000000..4e39a1983c225e38de987de0cc7edd09969decb5 --- /dev/null +++ b/shellops/assets/ShellOps_513af3b99c/init/cluster_status.json @@ -0,0 +1 @@ +[{"node_id": "node-001", "kernel_flags": ["legacy=enable", "debug=off"]}, {"node_id": "node-002", "kernel_flags": ["isolation=strict", "legacy=enable"]}, {"node_id": "node-003", "kernel_flags": ["legacy=enable"]}, {"node_id": "node-004", "kernel_flags": ["isolation=strict"]}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_51b1cb2196/gold/autumn_customers.csv b/shellops/assets/ShellOps_51b1cb2196/gold/autumn_customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..058359c94e6f873d0a38606d36aa2c2ffb9851f0 --- /dev/null +++ b/shellops/assets/ShellOps_51b1cb2196/gold/autumn_customers.csv @@ -0,0 +1,11 @@ +customer_id,preferred_genre +201,Fantasy +202,Science Fiction +203,History +204,Mystery +205,Non-Fiction +206,Science Fiction +207,Fantasy +208,Mystery +209,Non-Fiction +210,History \ No newline at end of file diff --git a/shellops/assets/ShellOps_51b1cb2196/gold/common_genres.txt b/shellops/assets/ShellOps_51b1cb2196/gold/common_genres.txt new file mode 100644 index 0000000000000000000000000000000000000000..f830f11402dad8bc98414c09228ac662c4636b04 --- /dev/null +++ b/shellops/assets/ShellOps_51b1cb2196/gold/common_genres.txt @@ -0,0 +1,5 @@ +Fantasy +History +Mystery +Non-Fiction +Science Fiction diff --git a/shellops/assets/ShellOps_51b1cb2196/gold/spring_customers.csv b/shellops/assets/ShellOps_51b1cb2196/gold/spring_customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..2aba91e8e223b506ff5fbf4fd95b8810acc2d869 --- /dev/null +++ b/shellops/assets/ShellOps_51b1cb2196/gold/spring_customers.csv @@ -0,0 +1,11 @@ +customer_id,preferred_genre +101,Science Fiction +102,Fantasy +103,Mystery +104,Science Fiction +105,Non-Fiction +106,Fantasy +107,Mystery +108,Non-Fiction +109,History +110,History \ No newline at end of file diff --git a/shellops/assets/ShellOps_51b1cb2196/init/.tmp/keep b/shellops/assets/ShellOps_51b1cb2196/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_51b1cb2196/init/autumn_customers.csv b/shellops/assets/ShellOps_51b1cb2196/init/autumn_customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..058359c94e6f873d0a38606d36aa2c2ffb9851f0 --- /dev/null +++ b/shellops/assets/ShellOps_51b1cb2196/init/autumn_customers.csv @@ -0,0 +1,11 @@ +customer_id,preferred_genre +201,Fantasy +202,Science Fiction +203,History +204,Mystery +205,Non-Fiction +206,Science Fiction +207,Fantasy +208,Mystery +209,Non-Fiction +210,History \ No newline at end of file diff --git a/shellops/assets/ShellOps_51b1cb2196/init/spring_customers.csv b/shellops/assets/ShellOps_51b1cb2196/init/spring_customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..2aba91e8e223b506ff5fbf4fd95b8810acc2d869 --- /dev/null +++ b/shellops/assets/ShellOps_51b1cb2196/init/spring_customers.csv @@ -0,0 +1,11 @@ +customer_id,preferred_genre +101,Science Fiction +102,Fantasy +103,Mystery +104,Science Fiction +105,Non-Fiction +106,Fantasy +107,Mystery +108,Non-Fiction +109,History +110,History \ No newline at end of file diff --git a/shellops/assets/ShellOps_51da4841d2/gold/policy/notes.md b/shellops/assets/ShellOps_51da4841d2/gold/policy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..79c0af3e33adac8d853d73e74e4053bb9ddab809 --- /dev/null +++ b/shellops/assets/ShellOps_51da4841d2/gold/policy/notes.md @@ -0,0 +1,7 @@ +## Vendor Bundle Policy +- com.vendor.app1: trusted vendor A +- com.vendor.app2: trusted vendor B +- com.vendor.app3: deprecated but still allowed +- com.partner.util: partner utility, low risk +- com.hostile.unknown: should be blocked +- org.legacy.bundle: not in current contracts; review \ No newline at end of file diff --git a/shellops/assets/ShellOps_51da4841d2/gold/policy/vendor_allow.json b/shellops/assets/ShellOps_51da4841d2/gold/policy/vendor_allow.json new file mode 100644 index 0000000000000000000000000000000000000000..c689e03830aac918ceef8cc8e9f839366e26809a --- /dev/null +++ b/shellops/assets/ShellOps_51da4841d2/gold/policy/vendor_allow.json @@ -0,0 +1 @@ +["com.vendor.app1", "com.vendor.app2", "com.vendor.app3", "com.partner.util"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_51da4841d2/gold/unauthorized_bundles.txt b/shellops/assets/ShellOps_51da4841d2/gold/unauthorized_bundles.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5e0fe2847b628be8f4e41f452d1451a914b7391 --- /dev/null +++ b/shellops/assets/ShellOps_51da4841d2/gold/unauthorized_bundles.txt @@ -0,0 +1,2 @@ +com.hostile.unknown +org.legacy.bundle diff --git a/shellops/assets/ShellOps_51da4841d2/init/policy/notes.md b/shellops/assets/ShellOps_51da4841d2/init/policy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..79c0af3e33adac8d853d73e74e4053bb9ddab809 --- /dev/null +++ b/shellops/assets/ShellOps_51da4841d2/init/policy/notes.md @@ -0,0 +1,7 @@ +## Vendor Bundle Policy +- com.vendor.app1: trusted vendor A +- com.vendor.app2: trusted vendor B +- com.vendor.app3: deprecated but still allowed +- com.partner.util: partner utility, low risk +- com.hostile.unknown: should be blocked +- org.legacy.bundle: not in current contracts; review \ No newline at end of file diff --git a/shellops/assets/ShellOps_51da4841d2/init/policy/vendor_allow.json b/shellops/assets/ShellOps_51da4841d2/init/policy/vendor_allow.json new file mode 100644 index 0000000000000000000000000000000000000000..c689e03830aac918ceef8cc8e9f839366e26809a --- /dev/null +++ b/shellops/assets/ShellOps_51da4841d2/init/policy/vendor_allow.json @@ -0,0 +1 @@ +["com.vendor.app1", "com.vendor.app2", "com.vendor.app3", "com.partner.util"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_51dc1a282b/gold/.reports/dns_mismatch.md b/shellops/assets/ShellOps_51dc1a282b/gold/.reports/dns_mismatch.md new file mode 100644 index 0000000000000000000000000000000000000000..7e4e8c540de30423ce9cc387072450142b42f437 --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/gold/.reports/dns_mismatch.md @@ -0,0 +1 @@ +203.0.113.45 diff --git a/shellops/assets/ShellOps_51dc1a282b/gold/.reports/placeholder b/shellops/assets/ShellOps_51dc1a282b/gold/.reports/placeholder new file mode 100644 index 0000000000000000000000000000000000000000..82db382ca14b8768b0bb888f28657f9fc0efdbd4 --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/gold/.reports/placeholder @@ -0,0 +1 @@ +existing content to check overwrites \ No newline at end of file diff --git a/shellops/assets/ShellOps_51dc1a282b/gold/active_forwarders.cfg b/shellops/assets/ShellOps_51dc1a282b/gold/active_forwarders.cfg new file mode 100644 index 0000000000000000000000000000000000000000..28bd6787cf1a23f01a275c766f579937cc71a9ba --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/gold/active_forwarders.cfg @@ -0,0 +1,3 @@ +forwarder 203.0.113.45 +forwarder 198.51.100.67 +forwarder 192.0.2.18 diff --git a/shellops/assets/ShellOps_51dc1a282b/gold/authorized_servers.yaml b/shellops/assets/ShellOps_51dc1a282b/gold/authorized_servers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b60a55f2dcfce76040b64f3fe9797bff01915cdf --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/gold/authorized_servers.yaml @@ -0,0 +1,4 @@ +servers: + - 198.51.100.67 + - 192.0.2.18 + - 192.0.2.200 diff --git a/shellops/assets/ShellOps_51dc1a282b/init/.reports/placeholder b/shellops/assets/ShellOps_51dc1a282b/init/.reports/placeholder new file mode 100644 index 0000000000000000000000000000000000000000..82db382ca14b8768b0bb888f28657f9fc0efdbd4 --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/init/.reports/placeholder @@ -0,0 +1 @@ +existing content to check overwrites \ No newline at end of file diff --git a/shellops/assets/ShellOps_51dc1a282b/init/active_forwarders.cfg b/shellops/assets/ShellOps_51dc1a282b/init/active_forwarders.cfg new file mode 100644 index 0000000000000000000000000000000000000000..28bd6787cf1a23f01a275c766f579937cc71a9ba --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/init/active_forwarders.cfg @@ -0,0 +1,3 @@ +forwarder 203.0.113.45 +forwarder 198.51.100.67 +forwarder 192.0.2.18 diff --git a/shellops/assets/ShellOps_51dc1a282b/init/authorized_servers.yaml b/shellops/assets/ShellOps_51dc1a282b/init/authorized_servers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b60a55f2dcfce76040b64f3fe9797bff01915cdf --- /dev/null +++ b/shellops/assets/ShellOps_51dc1a282b/init/authorized_servers.yaml @@ -0,0 +1,4 @@ +servers: + - 198.51.100.67 + - 192.0.2.18 + - 192.0.2.200 diff --git a/shellops/assets/ShellOps_51feb7ee87/gold/configs/dev.conf b/shellops/assets/ShellOps_51feb7ee87/gold/configs/dev.conf new file mode 100644 index 0000000000000000000000000000000000000000..fa593ae196b1247b13be7ee550b508c7a960456e --- /dev/null +++ b/shellops/assets/ShellOps_51feb7ee87/gold/configs/dev.conf @@ -0,0 +1,3 @@ + + AllowMethods GET,POST + \ No newline at end of file diff --git a/shellops/assets/ShellOps_51feb7ee87/gold/configs/prod.conf b/shellops/assets/ShellOps_51feb7ee87/gold/configs/prod.conf new file mode 100644 index 0000000000000000000000000000000000000000..9652f8ee9d35117297624ef01494e7a34e5172b9 --- /dev/null +++ b/shellops/assets/ShellOps_51feb7ee87/gold/configs/prod.conf @@ -0,0 +1,3 @@ + + AllowMethods GET,POST,PUT,DELETE + \ No newline at end of file diff --git a/shellops/assets/ShellOps_51feb7ee87/gold/configs/test.conf b/shellops/assets/ShellOps_51feb7ee87/gold/configs/test.conf new file mode 100644 index 0000000000000000000000000000000000000000..28cd2a47877df0b17f250b8c67683db2db2f1982 --- /dev/null +++ b/shellops/assets/ShellOps_51feb7ee87/gold/configs/test.conf @@ -0,0 +1,3 @@ + + AllowMethods GET,POST,PUT + \ No newline at end of file diff --git a/shellops/assets/ShellOps_51feb7ee87/init/configs/dev.conf b/shellops/assets/ShellOps_51feb7ee87/init/configs/dev.conf new file mode 100644 index 0000000000000000000000000000000000000000..fa593ae196b1247b13be7ee550b508c7a960456e --- /dev/null +++ b/shellops/assets/ShellOps_51feb7ee87/init/configs/dev.conf @@ -0,0 +1,3 @@ + + AllowMethods GET,POST + \ No newline at end of file diff --git a/shellops/assets/ShellOps_51feb7ee87/init/configs/prod.conf b/shellops/assets/ShellOps_51feb7ee87/init/configs/prod.conf new file mode 100644 index 0000000000000000000000000000000000000000..9652f8ee9d35117297624ef01494e7a34e5172b9 --- /dev/null +++ b/shellops/assets/ShellOps_51feb7ee87/init/configs/prod.conf @@ -0,0 +1,3 @@ + + AllowMethods GET,POST,PUT,DELETE + \ No newline at end of file diff --git a/shellops/assets/ShellOps_51feb7ee87/init/configs/test.conf b/shellops/assets/ShellOps_51feb7ee87/init/configs/test.conf new file mode 100644 index 0000000000000000000000000000000000000000..28cd2a47877df0b17f250b8c67683db2db2f1982 --- /dev/null +++ b/shellops/assets/ShellOps_51feb7ee87/init/configs/test.conf @@ -0,0 +1,3 @@ + + AllowMethods GET,POST,PUT + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/gold/exclusions/ignore_hosts.conf b/shellops/assets/ShellOps_5275da0cf0/gold/exclusions/ignore_hosts.conf new file mode 100644 index 0000000000000000000000000000000000000000..6ea692ea7c132411da76410ed113a76153501b08 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/gold/exclusions/ignore_hosts.conf @@ -0,0 +1,2 @@ +host-alfa +host-echo \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/gold/reports/flagged_hosts.txt b/shellops/assets/ShellOps_5275da0cf0/gold/reports/flagged_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc73ddbbaf0e4e063d363b1df36b4ca4f280211d --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/gold/reports/flagged_hosts.txt @@ -0,0 +1,3 @@ +host-bravo +host-charlie +host-delta diff --git a/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/healthy.json b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/healthy.json new file mode 100644 index 0000000000000000000000000000000000000000..818f976fd97ad9aeb43cc18da6c2be21a04a0939 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/healthy.json @@ -0,0 +1,2 @@ +{"host_id": "host-foxtrot", "status": "healthy", "last_ping": "2024-05-10T12:38:15Z"} +{"host_id": "host-golf", "status": "healthy", "last_ping": "2024-05-10T12:38:32Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/notes.txt b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8284126deeadb74a6e61afd78e7f6f31b206cd90 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/notes.txt @@ -0,0 +1 @@ +Ignore telemetry/healthy.json for this report; only unhealthy and suspect hosts are relevant. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/suspect.json b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/suspect.json new file mode 100644 index 0000000000000000000000000000000000000000..497142025acba6a2e37d8e1482954d9f3bd2ef7b --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/suspect.json @@ -0,0 +1,3 @@ +{"host_id": "host-bravo", "status": "suspect", "last_ping": "2024-05-10T12:35:45Z"} +{"host_id": "host-delta", "status": "suspect", "last_ping": "2024-05-10T12:37:01Z"} +{"host_id": "host-echo", "status": "suspect", "last_ping": "2024-05-10T12:37:59Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/unhealthy.json b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/unhealthy.json new file mode 100644 index 0000000000000000000000000000000000000000..6b1aad2580d2424a520e73560d918ed6d5f58a95 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/gold/telemetry/unhealthy.json @@ -0,0 +1,3 @@ +{"host_id": "host-alfa", "status": "unhealthy", "last_ping": "2024-05-10T12:34:56Z"} +{"host_id": "host-bravo", "status": "unhealthy", "last_ping": "2024-05-10T12:35:12Z"} +{"host_id": "host-charlie", "status": "unhealthy", "last_ping": "2024-05-10T12:36:03Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/init/exclusions/ignore_hosts.conf b/shellops/assets/ShellOps_5275da0cf0/init/exclusions/ignore_hosts.conf new file mode 100644 index 0000000000000000000000000000000000000000..6ea692ea7c132411da76410ed113a76153501b08 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/init/exclusions/ignore_hosts.conf @@ -0,0 +1,2 @@ +host-alfa +host-echo \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/init/telemetry/healthy.json b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/healthy.json new file mode 100644 index 0000000000000000000000000000000000000000..818f976fd97ad9aeb43cc18da6c2be21a04a0939 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/healthy.json @@ -0,0 +1,2 @@ +{"host_id": "host-foxtrot", "status": "healthy", "last_ping": "2024-05-10T12:38:15Z"} +{"host_id": "host-golf", "status": "healthy", "last_ping": "2024-05-10T12:38:32Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/init/telemetry/notes.txt b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8284126deeadb74a6e61afd78e7f6f31b206cd90 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/notes.txt @@ -0,0 +1 @@ +Ignore telemetry/healthy.json for this report; only unhealthy and suspect hosts are relevant. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/init/telemetry/suspect.json b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/suspect.json new file mode 100644 index 0000000000000000000000000000000000000000..497142025acba6a2e37d8e1482954d9f3bd2ef7b --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/suspect.json @@ -0,0 +1,3 @@ +{"host_id": "host-bravo", "status": "suspect", "last_ping": "2024-05-10T12:35:45Z"} +{"host_id": "host-delta", "status": "suspect", "last_ping": "2024-05-10T12:37:01Z"} +{"host_id": "host-echo", "status": "suspect", "last_ping": "2024-05-10T12:37:59Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5275da0cf0/init/telemetry/unhealthy.json b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/unhealthy.json new file mode 100644 index 0000000000000000000000000000000000000000..6b1aad2580d2424a520e73560d918ed6d5f58a95 --- /dev/null +++ b/shellops/assets/ShellOps_5275da0cf0/init/telemetry/unhealthy.json @@ -0,0 +1,3 @@ +{"host_id": "host-alfa", "status": "unhealthy", "last_ping": "2024-05-10T12:34:56Z"} +{"host_id": "host-bravo", "status": "unhealthy", "last_ping": "2024-05-10T12:35:12Z"} +{"host_id": "host-charlie", "status": "unhealthy", "last_ping": "2024-05-10T12:36:03Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5307361218/gold/plans/basic.cfg b/shellops/assets/ShellOps_5307361218/gold/plans/basic.cfg new file mode 100644 index 0000000000000000000000000000000000000000..859b333b1084f98348faa41cacca31369c1f3caa --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/gold/plans/basic.cfg @@ -0,0 +1,3 @@ +plan=basic +rate=99 +features=basic diff --git a/shellops/assets/ShellOps_5307361218/gold/plans/enterprise.cfg b/shellops/assets/ShellOps_5307361218/gold/plans/enterprise.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8f0e91ee31a5f53e2a18d50d63dc952f520bbb47 --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/gold/plans/enterprise.cfg @@ -0,0 +1,4 @@ +plan=enterprise +rate=299 +support=24/7 +features=full diff --git a/shellops/assets/ShellOps_5307361218/gold/plans/pro.cfg b/shellops/assets/ShellOps_5307361218/gold/plans/pro.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3fcd924b558c92e756c8995b01ce7b84bc19dc31 --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/gold/plans/pro.cfg @@ -0,0 +1,4 @@ +plan=pro +rate=199 +discount=20 +features=enhanced diff --git a/shellops/assets/ShellOps_5307361218/gold/rates_summary.out b/shellops/assets/ShellOps_5307361218/gold/rates_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..39bdb5ed3c7f73354848a18732b85d50e2607d6d --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/gold/rates_summary.out @@ -0,0 +1,3 @@ +rate=199 +rate=299 +rate=99 diff --git a/shellops/assets/ShellOps_5307361218/init/plans/basic.cfg b/shellops/assets/ShellOps_5307361218/init/plans/basic.cfg new file mode 100644 index 0000000000000000000000000000000000000000..859b333b1084f98348faa41cacca31369c1f3caa --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/init/plans/basic.cfg @@ -0,0 +1,3 @@ +plan=basic +rate=99 +features=basic diff --git a/shellops/assets/ShellOps_5307361218/init/plans/enterprise.cfg b/shellops/assets/ShellOps_5307361218/init/plans/enterprise.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8f0e91ee31a5f53e2a18d50d63dc952f520bbb47 --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/init/plans/enterprise.cfg @@ -0,0 +1,4 @@ +plan=enterprise +rate=299 +support=24/7 +features=full diff --git a/shellops/assets/ShellOps_5307361218/init/plans/pro.cfg b/shellops/assets/ShellOps_5307361218/init/plans/pro.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3fcd924b558c92e756c8995b01ce7b84bc19dc31 --- /dev/null +++ b/shellops/assets/ShellOps_5307361218/init/plans/pro.cfg @@ -0,0 +1,4 @@ +plan=pro +rate=199 +discount=20 +features=enhanced diff --git a/shellops/assets/ShellOps_532188a551/gold/device_host_mapping.tsv b/shellops/assets/ShellOps_532188a551/gold/device_host_mapping.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b74c767f77ea73012bcdc391f8c89152157c442d --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/gold/device_host_mapping.tsv @@ -0,0 +1,3 @@ +D100 node-alpha +D103 node-delta +D104 node-epsilon diff --git a/shellops/assets/ShellOps_532188a551/gold/devices.tsv b/shellops/assets/ShellOps_532188a551/gold/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fdca55f675d44846c599151eb0088121cf72887b --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/gold/devices.tsv @@ -0,0 +1,6 @@ +device_id hostname status +D100 node-alpha active +D101 node-beta active +D102 node-gamma inactive +D103 node-delta active +D104 node-epsilon active \ No newline at end of file diff --git a/shellops/assets/ShellOps_532188a551/gold/notes.txt b/shellops/assets/ShellOps_532188a551/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..19fd1bf7bcdec7cbb04356164ba6aec56448fede --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/gold/notes.txt @@ -0,0 +1 @@ +Archive telemetry snapshots are stored under telemetry/archive/ and should be excluded from live analysis. \ No newline at end of file diff --git a/shellops/assets/ShellOps_532188a551/gold/telemetry.log b/shellops/assets/ShellOps_532188a551/gold/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..f43a7d38643ae8a09fa4835c8677694ff4b0ce10 --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/gold/telemetry.log @@ -0,0 +1,5 @@ +{"device_id":"D100","cpu":45,"mem":60} +{"device_id":"D103","cpu":52,"mem":55} +{"device_id":"D104","cpu":48,"mem":58} +{"device_id":"D105","cpu":50,"mem":50} +{"device_id":"D100","cpu":47,"mem":62} \ No newline at end of file diff --git a/shellops/assets/ShellOps_532188a551/init/devices.tsv b/shellops/assets/ShellOps_532188a551/init/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fdca55f675d44846c599151eb0088121cf72887b --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/init/devices.tsv @@ -0,0 +1,6 @@ +device_id hostname status +D100 node-alpha active +D101 node-beta active +D102 node-gamma inactive +D103 node-delta active +D104 node-epsilon active \ No newline at end of file diff --git a/shellops/assets/ShellOps_532188a551/init/notes.txt b/shellops/assets/ShellOps_532188a551/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..19fd1bf7bcdec7cbb04356164ba6aec56448fede --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/init/notes.txt @@ -0,0 +1 @@ +Archive telemetry snapshots are stored under telemetry/archive/ and should be excluded from live analysis. \ No newline at end of file diff --git a/shellops/assets/ShellOps_532188a551/init/telemetry.log b/shellops/assets/ShellOps_532188a551/init/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..f43a7d38643ae8a09fa4835c8677694ff4b0ce10 --- /dev/null +++ b/shellops/assets/ShellOps_532188a551/init/telemetry.log @@ -0,0 +1,5 @@ +{"device_id":"D100","cpu":45,"mem":60} +{"device_id":"D103","cpu":52,"mem":55} +{"device_id":"D104","cpu":48,"mem":58} +{"device_id":"D105","cpu":50,"mem":50} +{"device_id":"D100","cpu":47,"mem":62} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5385272d05/gold/app_debug.log b/shellops/assets/ShellOps_5385272d05/gold/app_debug.log new file mode 100644 index 0000000000000000000000000000000000000000..1cc7b64fee1787a99a90fc26808666ad20e9d350 --- /dev/null +++ b/shellops/assets/ShellOps_5385272d05/gold/app_debug.log @@ -0,0 +1,6 @@ +2024-06-15 ERROR 101: invalid parameters +2024-06-15 WARN Socket timeout +2024-06-15 ERROR 104: DB connection failed +2024-06-15 ERROR 105: Unknown protocol +2024-06-16 ERROR 103: access denied +2024-06-16 ERROR 108: Missing token diff --git a/shellops/assets/ShellOps_5385272d05/gold/missing_errors.txt b/shellops/assets/ShellOps_5385272d05/gold/missing_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7038af269e000c3f256a047d248cd64098befcb5 --- /dev/null +++ b/shellops/assets/ShellOps_5385272d05/gold/missing_errors.txt @@ -0,0 +1,2 @@ +105 +108 diff --git a/shellops/assets/ShellOps_5385272d05/gold/support_errors.tsv b/shellops/assets/ShellOps_5385272d05/gold/support_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..43b47c77d6df56889bb6cd6778f04f699de66a55 --- /dev/null +++ b/shellops/assets/ShellOps_5385272d05/gold/support_errors.tsv @@ -0,0 +1,5 @@ +Code Description Resolution +101 Invalid input Request validation +102 Timeout Retry with backoff +103 Permission denied Check roles +104 Database unreachable Verify connection diff --git a/shellops/assets/ShellOps_5385272d05/init/app_debug.log b/shellops/assets/ShellOps_5385272d05/init/app_debug.log new file mode 100644 index 0000000000000000000000000000000000000000..1cc7b64fee1787a99a90fc26808666ad20e9d350 --- /dev/null +++ b/shellops/assets/ShellOps_5385272d05/init/app_debug.log @@ -0,0 +1,6 @@ +2024-06-15 ERROR 101: invalid parameters +2024-06-15 WARN Socket timeout +2024-06-15 ERROR 104: DB connection failed +2024-06-15 ERROR 105: Unknown protocol +2024-06-16 ERROR 103: access denied +2024-06-16 ERROR 108: Missing token diff --git a/shellops/assets/ShellOps_5385272d05/init/support_errors.tsv b/shellops/assets/ShellOps_5385272d05/init/support_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..43b47c77d6df56889bb6cd6778f04f699de66a55 --- /dev/null +++ b/shellops/assets/ShellOps_5385272d05/init/support_errors.tsv @@ -0,0 +1,5 @@ +Code Description Resolution +101 Invalid input Request validation +102 Timeout Retry with backoff +103 Permission denied Check roles +104 Database unreachable Verify connection diff --git a/shellops/assets/ShellOps_54029a45a8/gold/normalized_ingredients.txt b/shellops/assets/ShellOps_54029a45a8/gold/normalized_ingredients.txt new file mode 100644 index 0000000000000000000000000000000000000000..499dbab8f93d58155b8934463c1b4978b3e35357 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/gold/normalized_ingredients.txt @@ -0,0 +1,13 @@ +bacon +chicken +coconut milk +cucumbers +curry powder +eggs +feta cheese +garlic +olives +onion +parmesan cheese +spaghetti +tomatoes diff --git a/shellops/assets/ShellOps_54029a45a8/gold/recipes/.keep b/shellops/assets/ShellOps_54029a45a8/gold/recipes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_54029a45a8/gold/recipes/curry.json b/shellops/assets/ShellOps_54029a45a8/gold/recipes/curry.json new file mode 100644 index 0000000000000000000000000000000000000000..b8ff440b20120adaa645a4a14eda7b239b932995 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/gold/recipes/curry.json @@ -0,0 +1 @@ +{"name": "Chicken Curry", "ingredients": ["Chicken", "Coconut milk", "Curry powder", "Onion", "Garlic"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_54029a45a8/gold/recipes/pasta.json b/shellops/assets/ShellOps_54029a45a8/gold/recipes/pasta.json new file mode 100644 index 0000000000000000000000000000000000000000..ac200fe6c554ab247f3733603dfdacd2aad4e156 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/gold/recipes/pasta.json @@ -0,0 +1 @@ +{"name": "Spaghetti Carbonara", "ingredients": ["Spaghetti", "Eggs", "Parmesan cheese", "Bacon"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_54029a45a8/gold/recipes/salad.json b/shellops/assets/ShellOps_54029a45a8/gold/recipes/salad.json new file mode 100644 index 0000000000000000000000000000000000000000..b49eacc7512672f2426d05f26777fc08033af738 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/gold/recipes/salad.json @@ -0,0 +1 @@ +{"name": "Greek Salad", "ingredients": ["Tomatoes", "Cucumbers", "Feta Cheese", "Olives", "Onion"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_54029a45a8/init/.tmp/keep b/shellops/assets/ShellOps_54029a45a8/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_54029a45a8/init/recipes/.keep b/shellops/assets/ShellOps_54029a45a8/init/recipes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_54029a45a8/init/recipes/curry.json b/shellops/assets/ShellOps_54029a45a8/init/recipes/curry.json new file mode 100644 index 0000000000000000000000000000000000000000..b8ff440b20120adaa645a4a14eda7b239b932995 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/init/recipes/curry.json @@ -0,0 +1 @@ +{"name": "Chicken Curry", "ingredients": ["Chicken", "Coconut milk", "Curry powder", "Onion", "Garlic"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_54029a45a8/init/recipes/pasta.json b/shellops/assets/ShellOps_54029a45a8/init/recipes/pasta.json new file mode 100644 index 0000000000000000000000000000000000000000..ac200fe6c554ab247f3733603dfdacd2aad4e156 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/init/recipes/pasta.json @@ -0,0 +1 @@ +{"name": "Spaghetti Carbonara", "ingredients": ["Spaghetti", "Eggs", "Parmesan cheese", "Bacon"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_54029a45a8/init/recipes/salad.json b/shellops/assets/ShellOps_54029a45a8/init/recipes/salad.json new file mode 100644 index 0000000000000000000000000000000000000000..b49eacc7512672f2426d05f26777fc08033af738 --- /dev/null +++ b/shellops/assets/ShellOps_54029a45a8/init/recipes/salad.json @@ -0,0 +1 @@ +{"name": "Greek Salad", "ingredients": ["Tomatoes", "Cucumbers", "Feta Cheese", "Olives", "Onion"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/gold/archive/old_sensors/node_epsilon.json b/shellops/assets/ShellOps_546c476930/gold/archive/old_sensors/node_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..d10bc7e8597fd77102667e8d653a19ea496e431f --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/archive/old_sensors/node_epsilon.json @@ -0,0 +1 @@ +{"node_id": "epsilon", "status": "offline", "last_seen": "2024-12-01T00:00:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/gold/notes/suppression_policy.md b/shellops/assets/ShellOps_546c476930/gold/notes/suppression_policy.md new file mode 100644 index 0000000000000000000000000000000000000000..b9eb7d005a02ee1dce477bf14257ffeed4a1395b --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/notes/suppression_policy.md @@ -0,0 +1 @@ +Suppression rules: mark nodes under maintenance as suppressed=true to exclude from active reports. \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/gold/report/active_exceptions.txt b/shellops/assets/ShellOps_546c476930/gold/report/active_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6987faec1777f644e30df202be2af572c280d5cd --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/report/active_exceptions.txt @@ -0,0 +1,2 @@ +beta|offline|2025-01-14T22:45:00Z +alpha|degraded|2025-01-15T08:30:00Z diff --git a/shellops/assets/ShellOps_546c476930/gold/sensors/node_alpha.json b/shellops/assets/ShellOps_546c476930/gold/sensors/node_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7c48e43f95a618805a5bc648ac0afffa10200bd1 --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/sensors/node_alpha.json @@ -0,0 +1 @@ +{"node_id": "alpha", "status": "degraded", "last_seen": "2025-01-15T08:30:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/gold/sensors/node_beta.json b/shellops/assets/ShellOps_546c476930/gold/sensors/node_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..d5cfb896ffa5dca5f961ad751ec7ee0afbf9d192 --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/sensors/node_beta.json @@ -0,0 +1 @@ +{"node_id": "beta", "status": "offline", "last_seen": "2025-01-14T22:45:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/gold/sensors/node_delta.json b/shellops/assets/ShellOps_546c476930/gold/sensors/node_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..5b250171ec948184f9ed61d7d596ac0858352c74 --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/sensors/node_delta.json @@ -0,0 +1 @@ +{"node_id": "delta", "status": "degraded", "last_seen": "2025-01-12T18:20:00Z", "suppressed": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/gold/sensors/node_gamma.json b/shellops/assets/ShellOps_546c476930/gold/sensors/node_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..197e2b46afd09854ebdc34e86b5315426205a08a --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/gold/sensors/node_gamma.json @@ -0,0 +1 @@ +{"node_id": "gamma", "status": "online", "last_seen": "2025-01-16T10:00:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/init/archive/old_sensors/node_epsilon.json b/shellops/assets/ShellOps_546c476930/init/archive/old_sensors/node_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..d10bc7e8597fd77102667e8d653a19ea496e431f --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/init/archive/old_sensors/node_epsilon.json @@ -0,0 +1 @@ +{"node_id": "epsilon", "status": "offline", "last_seen": "2024-12-01T00:00:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/init/notes/suppression_policy.md b/shellops/assets/ShellOps_546c476930/init/notes/suppression_policy.md new file mode 100644 index 0000000000000000000000000000000000000000..b9eb7d005a02ee1dce477bf14257ffeed4a1395b --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/init/notes/suppression_policy.md @@ -0,0 +1 @@ +Suppression rules: mark nodes under maintenance as suppressed=true to exclude from active reports. \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/init/sensors/node_alpha.json b/shellops/assets/ShellOps_546c476930/init/sensors/node_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7c48e43f95a618805a5bc648ac0afffa10200bd1 --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/init/sensors/node_alpha.json @@ -0,0 +1 @@ +{"node_id": "alpha", "status": "degraded", "last_seen": "2025-01-15T08:30:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/init/sensors/node_beta.json b/shellops/assets/ShellOps_546c476930/init/sensors/node_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..d5cfb896ffa5dca5f961ad751ec7ee0afbf9d192 --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/init/sensors/node_beta.json @@ -0,0 +1 @@ +{"node_id": "beta", "status": "offline", "last_seen": "2025-01-14T22:45:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/init/sensors/node_delta.json b/shellops/assets/ShellOps_546c476930/init/sensors/node_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..5b250171ec948184f9ed61d7d596ac0858352c74 --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/init/sensors/node_delta.json @@ -0,0 +1 @@ +{"node_id": "delta", "status": "degraded", "last_seen": "2025-01-12T18:20:00Z", "suppressed": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_546c476930/init/sensors/node_gamma.json b/shellops/assets/ShellOps_546c476930/init/sensors/node_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..197e2b46afd09854ebdc34e86b5315426205a08a --- /dev/null +++ b/shellops/assets/ShellOps_546c476930/init/sensors/node_gamma.json @@ -0,0 +1 @@ +{"node_id": "gamma", "status": "online", "last_seen": "2025-01-16T10:00:00Z", "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_548c7c1ab2/gold/incident_ids.out b/shellops/assets/ShellOps_548c7c1ab2/gold/incident_ids.out new file mode 100644 index 0000000000000000000000000000000000000000..1cfbf477a4e339d83779b0cd5f1da129ecda9f06 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/gold/incident_ids.out @@ -0,0 +1,4 @@ +INC-1001 +INC-1002 +INC-1003 +INC-1004 diff --git a/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/.keep b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-15.toml b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-15.toml new file mode 100644 index 0000000000000000000000000000000000000000..4e28660a298c0cd4c86c3527172fea93be509dd8 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-15.toml @@ -0,0 +1,9 @@ +[[incident]] +id = "INC-1001" +status = "closed" +[[incident]] +id = "TEST-9999" +status = "drill" +[[incident]] +id = "INC-1002" +status = "closed" diff --git a/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-16.toml b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-16.toml new file mode 100644 index 0000000000000000000000000000000000000000..bc7f4e9d4ee57f21ebc48b1c75a8d3aad4b67446 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-16.toml @@ -0,0 +1,9 @@ +[[incident]] +id = "INC-1003" +status = "open" +[[incident]] +id = "INC-1001" +status = "closed" +[[incident]] +id = "TEST-8888" +status = "drill" diff --git a/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-17.toml b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-17.toml new file mode 100644 index 0000000000000000000000000000000000000000..be8d8ad62854ad5bb3f8927e040fd20ec7585ca4 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/gold/incidents/2024-03-17.toml @@ -0,0 +1,6 @@ +[[incident]] +id = "INC-1004" +status = "open" +[[incident]] +id = "INC-1002" +status = "closed" diff --git a/shellops/assets/ShellOps_548c7c1ab2/init/incidents/.keep b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-15.toml b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-15.toml new file mode 100644 index 0000000000000000000000000000000000000000..4e28660a298c0cd4c86c3527172fea93be509dd8 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-15.toml @@ -0,0 +1,9 @@ +[[incident]] +id = "INC-1001" +status = "closed" +[[incident]] +id = "TEST-9999" +status = "drill" +[[incident]] +id = "INC-1002" +status = "closed" diff --git a/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-16.toml b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-16.toml new file mode 100644 index 0000000000000000000000000000000000000000..bc7f4e9d4ee57f21ebc48b1c75a8d3aad4b67446 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-16.toml @@ -0,0 +1,9 @@ +[[incident]] +id = "INC-1003" +status = "open" +[[incident]] +id = "INC-1001" +status = "closed" +[[incident]] +id = "TEST-8888" +status = "drill" diff --git a/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-17.toml b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-17.toml new file mode 100644 index 0000000000000000000000000000000000000000..be8d8ad62854ad5bb3f8927e040fd20ec7585ca4 --- /dev/null +++ b/shellops/assets/ShellOps_548c7c1ab2/init/incidents/2024-03-17.toml @@ -0,0 +1,6 @@ +[[incident]] +id = "INC-1004" +status = "open" +[[incident]] +id = "INC-1002" +status = "closed" diff --git a/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/central.hpp b/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/central.hpp new file mode 100644 index 0000000000000000000000000000000000000000..f84dd9ad65af2b1091ad448a843d63a4ecc72751 --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/central.hpp @@ -0,0 +1,4 @@ +/* Testing environment */ +role analytics +role webserver +role devtools diff --git a/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/east.hpp b/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/east.hpp new file mode 100644 index 0000000000000000000000000000000000000000..462d4dbfaa12cbe9b6cf0e48ac60e41915c770d0 --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/east.hpp @@ -0,0 +1,4 @@ +// Cluster configuration +role database +role cache +role analytics diff --git a/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/west.hpp b/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/west.hpp new file mode 100644 index 0000000000000000000000000000000000000000..a68d6e0960b677cf740e0ef5e0902743a2612652 --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/gold/cluster_configs/west.hpp @@ -0,0 +1,3 @@ +# Production setup +role webserver +role cache diff --git a/shellops/assets/ShellOps_54ae82fba0/gold/docs/notes.md b/shellops/assets/ShellOps_54ae82fba0/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..41b1875de05cd0828c9c7f8cf08948b491482d1c --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/gold/docs/notes.md @@ -0,0 +1 @@ +Ignore this file - old revision markers here. \ No newline at end of file diff --git a/shellops/assets/ShellOps_54ae82fba0/gold/role_audit.md b/shellops/assets/ShellOps_54ae82fba0/gold/role_audit.md new file mode 100644 index 0000000000000000000000000000000000000000..e3ac5e761850f68d37d3805b834136166e16cecb --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/gold/role_audit.md @@ -0,0 +1,3 @@ +cache +analytics +webserver diff --git a/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/central.hpp b/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/central.hpp new file mode 100644 index 0000000000000000000000000000000000000000..f84dd9ad65af2b1091ad448a843d63a4ecc72751 --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/central.hpp @@ -0,0 +1,4 @@ +/* Testing environment */ +role analytics +role webserver +role devtools diff --git a/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/east.hpp b/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/east.hpp new file mode 100644 index 0000000000000000000000000000000000000000..462d4dbfaa12cbe9b6cf0e48ac60e41915c770d0 --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/east.hpp @@ -0,0 +1,4 @@ +// Cluster configuration +role database +role cache +role analytics diff --git a/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/west.hpp b/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/west.hpp new file mode 100644 index 0000000000000000000000000000000000000000..a68d6e0960b677cf740e0ef5e0902743a2612652 --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/init/cluster_configs/west.hpp @@ -0,0 +1,3 @@ +# Production setup +role webserver +role cache diff --git a/shellops/assets/ShellOps_54ae82fba0/init/docs/notes.md b/shellops/assets/ShellOps_54ae82fba0/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..41b1875de05cd0828c9c7f8cf08948b491482d1c --- /dev/null +++ b/shellops/assets/ShellOps_54ae82fba0/init/docs/notes.md @@ -0,0 +1 @@ +Ignore this file - old revision markers here. \ No newline at end of file diff --git a/shellops/assets/ShellOps_550251f8a2/gold/artifact/2023/coverage.csv b/shellops/assets/ShellOps_550251f8a2/gold/artifact/2023/coverage.csv new file mode 100644 index 0000000000000000000000000000000000000000..03871fcc280a0d430792274f2ef4e0fd08169634 --- /dev/null +++ b/shellops/assets/ShellOps_550251f8a2/gold/artifact/2023/coverage.csv @@ -0,0 +1,6 @@ +TestSuite,Coverage +AuthServiceTest,92 +PaymentProcessorTest,76 +UserMgmtTest,85 +LoggingTest,94 +LegacyCompatTest,65 \ No newline at end of file diff --git a/shellops/assets/ShellOps_550251f8a2/gold/coverage_summary.txt b/shellops/assets/ShellOps_550251f8a2/gold/coverage_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..602d39a6437ada2b8cfcb3d74d025c0df1611e34 --- /dev/null +++ b/shellops/assets/ShellOps_550251f8a2/gold/coverage_summary.txt @@ -0,0 +1,4 @@ +Suite,Coverage% +LoggingTest,94 +AuthServiceTest,92 +UserMgmtTest,85 diff --git a/shellops/assets/ShellOps_550251f8a2/init/artifact/2023/coverage.csv b/shellops/assets/ShellOps_550251f8a2/init/artifact/2023/coverage.csv new file mode 100644 index 0000000000000000000000000000000000000000..03871fcc280a0d430792274f2ef4e0fd08169634 --- /dev/null +++ b/shellops/assets/ShellOps_550251f8a2/init/artifact/2023/coverage.csv @@ -0,0 +1,6 @@ +TestSuite,Coverage +AuthServiceTest,92 +PaymentProcessorTest,76 +UserMgmtTest,85 +LoggingTest,94 +LegacyCompatTest,65 \ No newline at end of file diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/alpha.log b/shellops/assets/ShellOps_550e5e412d/gold/events/alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..70caafc99ab90dec064876486f10e95c86aa1320 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/alpha.log @@ -0,0 +1,3 @@ +{"ts":"2024-06-01T10:00:00Z","event":"session_start","uid":"u123"} +{"ts":"2024-06-01T10:01:00Z","event":"click_button","uid":"u123"} +{"ts":"2024-06-01T10:02:00Z","event":"session_end","uid":"u123"} diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/beta.log b/shellops/assets/ShellOps_550e5e412d/gold/events/beta.log new file mode 100644 index 0000000000000000000000000000000000000000..21e5c8497369fed5da6f0ceb960a1f4d814fc672 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/beta.log @@ -0,0 +1,2 @@ +{"ts":"2024-06-01T11:00:00Z","event":"session_start","uid":"u456"} +{"ts":"2024-06-01T11:01:00Z","event":"scroll","uid":"u456"} diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/delta.log b/shellops/assets/ShellOps_550e5e412d/gold/events/delta.log new file mode 100644 index 0000000000000000000000000000000000000000..4886997ed7478e23c64895b88fd4cba9fbe0cd83 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/delta.log @@ -0,0 +1 @@ +{"ts":"2024-06-01T13:00:00Z","event":"orphan_event","uid":"u999"} diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/extra.rc b/shellops/assets/ShellOps_550e5e412d/gold/events/extra.rc new file mode 100644 index 0000000000000000000000000000000000000000..e96b4ed53279e23f96176cb1b5b112c04ab65a36 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/extra.rc @@ -0,0 +1 @@ +events/gamma.log diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/gamma.log b/shellops/assets/ShellOps_550e5e412d/gold/events/gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..5b69a4c0371d309e6036fe8aa12abd5d84cdcf9e --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/gamma.log @@ -0,0 +1,2 @@ +{"ts":"2024-06-01T12:00:00Z","event":"click_button","uid":"u789"} +{"ts":"2024-06-01T12:01:00Z","event":"hover","uid":"u789"} diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/manifest.rc b/shellops/assets/ShellOps_550e5e412d/gold/events/manifest.rc new file mode 100644 index 0000000000000000000000000000000000000000..4e0a3f96dd68d3707b13c9f0994df65d0a48ff7f --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/manifest.rc @@ -0,0 +1,2 @@ +events/alpha.log +events/beta.log diff --git a/shellops/assets/ShellOps_550e5e412d/gold/events/unique_names.txt b/shellops/assets/ShellOps_550e5e412d/gold/events/unique_names.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8a20d548a4db18b4b5fffd274e0a50c56933a58 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/gold/events/unique_names.txt @@ -0,0 +1,5 @@ +click_button +hover +scroll +session_end +session_start diff --git a/shellops/assets/ShellOps_550e5e412d/init/events/alpha.log b/shellops/assets/ShellOps_550e5e412d/init/events/alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..70caafc99ab90dec064876486f10e95c86aa1320 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/init/events/alpha.log @@ -0,0 +1,3 @@ +{"ts":"2024-06-01T10:00:00Z","event":"session_start","uid":"u123"} +{"ts":"2024-06-01T10:01:00Z","event":"click_button","uid":"u123"} +{"ts":"2024-06-01T10:02:00Z","event":"session_end","uid":"u123"} diff --git a/shellops/assets/ShellOps_550e5e412d/init/events/beta.log b/shellops/assets/ShellOps_550e5e412d/init/events/beta.log new file mode 100644 index 0000000000000000000000000000000000000000..21e5c8497369fed5da6f0ceb960a1f4d814fc672 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/init/events/beta.log @@ -0,0 +1,2 @@ +{"ts":"2024-06-01T11:00:00Z","event":"session_start","uid":"u456"} +{"ts":"2024-06-01T11:01:00Z","event":"scroll","uid":"u456"} diff --git a/shellops/assets/ShellOps_550e5e412d/init/events/delta.log b/shellops/assets/ShellOps_550e5e412d/init/events/delta.log new file mode 100644 index 0000000000000000000000000000000000000000..4886997ed7478e23c64895b88fd4cba9fbe0cd83 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/init/events/delta.log @@ -0,0 +1 @@ +{"ts":"2024-06-01T13:00:00Z","event":"orphan_event","uid":"u999"} diff --git a/shellops/assets/ShellOps_550e5e412d/init/events/extra.rc b/shellops/assets/ShellOps_550e5e412d/init/events/extra.rc new file mode 100644 index 0000000000000000000000000000000000000000..e96b4ed53279e23f96176cb1b5b112c04ab65a36 --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/init/events/extra.rc @@ -0,0 +1 @@ +events/gamma.log diff --git a/shellops/assets/ShellOps_550e5e412d/init/events/gamma.log b/shellops/assets/ShellOps_550e5e412d/init/events/gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..5b69a4c0371d309e6036fe8aa12abd5d84cdcf9e --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/init/events/gamma.log @@ -0,0 +1,2 @@ +{"ts":"2024-06-01T12:00:00Z","event":"click_button","uid":"u789"} +{"ts":"2024-06-01T12:01:00Z","event":"hover","uid":"u789"} diff --git a/shellops/assets/ShellOps_550e5e412d/init/events/manifest.rc b/shellops/assets/ShellOps_550e5e412d/init/events/manifest.rc new file mode 100644 index 0000000000000000000000000000000000000000..4e0a3f96dd68d3707b13c9f0994df65d0a48ff7f --- /dev/null +++ b/shellops/assets/ShellOps_550e5e412d/init/events/manifest.rc @@ -0,0 +1,2 @@ +events/alpha.log +events/beta.log diff --git a/shellops/assets/ShellOps_551ebb6771/gold/canceled_flights.json b/shellops/assets/ShellOps_551ebb6771/gold/canceled_flights.json new file mode 100644 index 0000000000000000000000000000000000000000..961960bd14b847fc9f5cab51ba032ed251f186ee --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/canceled_flights.json @@ -0,0 +1 @@ +["AB1234","GH3456"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/gold/eligible_flights.txt b/shellops/assets/ShellOps_551ebb6771/gold/eligible_flights.txt new file mode 100644 index 0000000000000000000000000000000000000000..0025eb39ac58094300ea9ecf0e6c03bb0105eef8 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/eligible_flights.txt @@ -0,0 +1 @@ +EF9012 diff --git a/shellops/assets/ShellOps_551ebb6771/gold/flights/.keep b/shellops/assets/ShellOps_551ebb6771/gold/flights/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_551ebb6771/gold/flights/AB1234.json b/shellops/assets/ShellOps_551ebb6771/gold/flights/AB1234.json new file mode 100644 index 0000000000000000000000000000000000000000..be220a0bbf895e66f9161a5dd300bfc8411e1dd8 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/flights/AB1234.json @@ -0,0 +1 @@ +{"flight_id":"AB1234","legs":[{"segment":"JFK-LAX","pax":45},{"segment":"LAX-SFO","pax":52},{"segment":"SFO-SEA","pax":31}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/gold/flights/CD5678.json b/shellops/assets/ShellOps_551ebb6771/gold/flights/CD5678.json new file mode 100644 index 0000000000000000000000000000000000000000..736f971bfa6799972ad64b0eb40d2ae5eabdd9d7 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/flights/CD5678.json @@ -0,0 +1 @@ +{"flight_id":"CD5678","legs":[{"segment":"ORD-DFW","pax":38},{"segment":"DFW-MIA","pax":49}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/gold/flights/EF9012.json b/shellops/assets/ShellOps_551ebb6771/gold/flights/EF9012.json new file mode 100644 index 0000000000000000000000000000000000000000..cc5e9c3f20248d9f8b02bbed33eb8e7c253fc865 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/flights/EF9012.json @@ -0,0 +1 @@ +{"flight_id":"EF9012","legs":[{"segment":"BOS-ATL","pax":60},{"segment":"ATL-MCO","pax":55}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/gold/flights/GH3456.json b/shellops/assets/ShellOps_551ebb6771/gold/flights/GH3456.json new file mode 100644 index 0000000000000000000000000000000000000000..c1b133bfc903b6b4fc70b4c7b530c0d8f79dec40 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/flights/GH3456.json @@ -0,0 +1 @@ +{"flight_id":"GH3456","legs":[{"segment":"DEN-PHX","pax":42},{"segment":"PHX-LAS","pax":51}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/gold/flights/IJ7890.json b/shellops/assets/ShellOps_551ebb6771/gold/flights/IJ7890.json new file mode 100644 index 0000000000000000000000000000000000000000..d39a68cc42ff6fc38990cf92bf99896f05b7b995 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/gold/flights/IJ7890.json @@ -0,0 +1 @@ +{"flight_id":"IJ7890","legs":[{"segment":"SEA-PDX","pax":28},{"segment":"PDX-SLC","pax":33}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/init/canceled_flights.json b/shellops/assets/ShellOps_551ebb6771/init/canceled_flights.json new file mode 100644 index 0000000000000000000000000000000000000000..961960bd14b847fc9f5cab51ba032ed251f186ee --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/init/canceled_flights.json @@ -0,0 +1 @@ +["AB1234","GH3456"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/init/flights/.keep b/shellops/assets/ShellOps_551ebb6771/init/flights/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_551ebb6771/init/flights/AB1234.json b/shellops/assets/ShellOps_551ebb6771/init/flights/AB1234.json new file mode 100644 index 0000000000000000000000000000000000000000..be220a0bbf895e66f9161a5dd300bfc8411e1dd8 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/init/flights/AB1234.json @@ -0,0 +1 @@ +{"flight_id":"AB1234","legs":[{"segment":"JFK-LAX","pax":45},{"segment":"LAX-SFO","pax":52},{"segment":"SFO-SEA","pax":31}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/init/flights/CD5678.json b/shellops/assets/ShellOps_551ebb6771/init/flights/CD5678.json new file mode 100644 index 0000000000000000000000000000000000000000..736f971bfa6799972ad64b0eb40d2ae5eabdd9d7 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/init/flights/CD5678.json @@ -0,0 +1 @@ +{"flight_id":"CD5678","legs":[{"segment":"ORD-DFW","pax":38},{"segment":"DFW-MIA","pax":49}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/init/flights/EF9012.json b/shellops/assets/ShellOps_551ebb6771/init/flights/EF9012.json new file mode 100644 index 0000000000000000000000000000000000000000..cc5e9c3f20248d9f8b02bbed33eb8e7c253fc865 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/init/flights/EF9012.json @@ -0,0 +1 @@ +{"flight_id":"EF9012","legs":[{"segment":"BOS-ATL","pax":60},{"segment":"ATL-MCO","pax":55}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/init/flights/GH3456.json b/shellops/assets/ShellOps_551ebb6771/init/flights/GH3456.json new file mode 100644 index 0000000000000000000000000000000000000000..c1b133bfc903b6b4fc70b4c7b530c0d8f79dec40 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/init/flights/GH3456.json @@ -0,0 +1 @@ +{"flight_id":"GH3456","legs":[{"segment":"DEN-PHX","pax":42},{"segment":"PHX-LAS","pax":51}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_551ebb6771/init/flights/IJ7890.json b/shellops/assets/ShellOps_551ebb6771/init/flights/IJ7890.json new file mode 100644 index 0000000000000000000000000000000000000000..d39a68cc42ff6fc38990cf92bf99896f05b7b995 --- /dev/null +++ b/shellops/assets/ShellOps_551ebb6771/init/flights/IJ7890.json @@ -0,0 +1 @@ +{"flight_id":"IJ7890","legs":[{"segment":"SEA-PDX","pax":28},{"segment":"PDX-SLC","pax":33}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_55361c8fe0/gold/allowlist.txt b/shellops/assets/ShellOps_55361c8fe0/gold/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba7255cf61783bbd78889c32ccdaa35ccaa71a91 --- /dev/null +++ b/shellops/assets/ShellOps_55361c8fe0/gold/allowlist.txt @@ -0,0 +1,2 @@ +192.168.1.5 +10.0.0.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_55361c8fe0/gold/suspicious_actions.txt b/shellops/assets/ShellOps_55361c8fe0/gold/suspicious_actions.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae4fd877a90c10a1bf72201cf7d9dcf78fff4580 --- /dev/null +++ b/shellops/assets/ShellOps_55361c8fe0/gold/suspicious_actions.txt @@ -0,0 +1 @@ +10.0.0.9|2024-05-06T14:26:45Z|data.csv diff --git a/shellops/assets/ShellOps_55361c8fe0/init/allowlist.txt b/shellops/assets/ShellOps_55361c8fe0/init/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba7255cf61783bbd78889c32ccdaa35ccaa71a91 --- /dev/null +++ b/shellops/assets/ShellOps_55361c8fe0/init/allowlist.txt @@ -0,0 +1,2 @@ +192.168.1.5 +10.0.0.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5548743b93/gold/api.cfg b/shellops/assets/ShellOps_5548743b93/gold/api.cfg new file mode 100644 index 0000000000000000000000000000000000000000..82ad98039e1b14c79a4166d103a54ea01c038b08 --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/gold/api.cfg @@ -0,0 +1,5 @@ +[server] +timeout=120 + +[client] +timeout=30 diff --git a/shellops/assets/ShellOps_5548743b93/gold/client.cfg b/shellops/assets/ShellOps_5548743b93/gold/client.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8961e8d1946d7cdc3cb76e6e1c269ec6c74b5004 --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/gold/client.cfg @@ -0,0 +1,6 @@ +[settings] +timeout=30 +max_connections=100 + +[logging] +timeout=60 diff --git a/shellops/assets/ShellOps_5548743b93/gold/server.cfg b/shellops/assets/ShellOps_5548743b93/gold/server.cfg new file mode 100644 index 0000000000000000000000000000000000000000..39137d8520d58ade863bd5d3f727a8d53b60e51b --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/gold/server.cfg @@ -0,0 +1,9 @@ +[global] +timeout=30 +retries=3 + +[api] +timeout=60 + +[database] +timeout=120 diff --git a/shellops/assets/ShellOps_5548743b93/gold/timeouts.out b/shellops/assets/ShellOps_5548743b93/gold/timeouts.out new file mode 100644 index 0000000000000000000000000000000000000000..3376db6f94b90ff80ee3c10a3fe586b014a824cf --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/gold/timeouts.out @@ -0,0 +1,3 @@ +30 +60 +120 diff --git a/shellops/assets/ShellOps_5548743b93/init/api.cfg b/shellops/assets/ShellOps_5548743b93/init/api.cfg new file mode 100644 index 0000000000000000000000000000000000000000..82ad98039e1b14c79a4166d103a54ea01c038b08 --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/init/api.cfg @@ -0,0 +1,5 @@ +[server] +timeout=120 + +[client] +timeout=30 diff --git a/shellops/assets/ShellOps_5548743b93/init/client.cfg b/shellops/assets/ShellOps_5548743b93/init/client.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8961e8d1946d7cdc3cb76e6e1c269ec6c74b5004 --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/init/client.cfg @@ -0,0 +1,6 @@ +[settings] +timeout=30 +max_connections=100 + +[logging] +timeout=60 diff --git a/shellops/assets/ShellOps_5548743b93/init/server.cfg b/shellops/assets/ShellOps_5548743b93/init/server.cfg new file mode 100644 index 0000000000000000000000000000000000000000..39137d8520d58ade863bd5d3f727a8d53b60e51b --- /dev/null +++ b/shellops/assets/ShellOps_5548743b93/init/server.cfg @@ -0,0 +1,9 @@ +[global] +timeout=30 +retries=3 + +[api] +timeout=60 + +[database] +timeout=120 diff --git a/shellops/assets/ShellOps_5567580ba7/gold/distractors/old_scan.log b/shellops/assets/ShellOps_5567580ba7/gold/distractors/old_scan.log new file mode 100644 index 0000000000000000000000000000000000000000..5e0ac7301e89fc417e0c28d4f6ff149f500b6672 --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/gold/distractors/old_scan.log @@ -0,0 +1 @@ +CVE-2020-0001 detected but patched. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5567580ba7/gold/exceptions.xml b/shellops/assets/ShellOps_5567580ba7/gold/exceptions.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d7836189ccb0c44869722d23626062cd2ed63ee --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/gold/exceptions.xml @@ -0,0 +1,10 @@ + + + CVE-2023-1234 + Mitigated in v2.4 + + + CVE-2021-9012 + Scheduled for EOL + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5567580ba7/gold/security_scan.txt b/shellops/assets/ShellOps_5567580ba7/gold/security_scan.txt new file mode 100644 index 0000000000000000000000000000000000000000..17c573d0e3e04d74e87a3411ad877b9ed4e68a10 --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/gold/security_scan.txt @@ -0,0 +1,3 @@ +Detected potential exploit (CVE-2023-1234) in legacy module. +Unauthorized access attempt, possibly linked to CVE-2024-5678. +CVE-2021-9012 found in deprecated service. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5567580ba7/gold/unresolved_cves.txt b/shellops/assets/ShellOps_5567580ba7/gold/unresolved_cves.txt new file mode 100644 index 0000000000000000000000000000000000000000..1353950055aa9bd96c3105dc2d70091963538d8b --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/gold/unresolved_cves.txt @@ -0,0 +1 @@ +CVE-2024-5678 diff --git a/shellops/assets/ShellOps_5567580ba7/init/distractors/old_scan.log b/shellops/assets/ShellOps_5567580ba7/init/distractors/old_scan.log new file mode 100644 index 0000000000000000000000000000000000000000..5e0ac7301e89fc417e0c28d4f6ff149f500b6672 --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/init/distractors/old_scan.log @@ -0,0 +1 @@ +CVE-2020-0001 detected but patched. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5567580ba7/init/exceptions.xml b/shellops/assets/ShellOps_5567580ba7/init/exceptions.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d7836189ccb0c44869722d23626062cd2ed63ee --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/init/exceptions.xml @@ -0,0 +1,10 @@ + + + CVE-2023-1234 + Mitigated in v2.4 + + + CVE-2021-9012 + Scheduled for EOL + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5567580ba7/init/security_scan.txt b/shellops/assets/ShellOps_5567580ba7/init/security_scan.txt new file mode 100644 index 0000000000000000000000000000000000000000..17c573d0e3e04d74e87a3411ad877b9ed4e68a10 --- /dev/null +++ b/shellops/assets/ShellOps_5567580ba7/init/security_scan.txt @@ -0,0 +1,3 @@ +Detected potential exploit (CVE-2023-1234) in legacy module. +Unauthorized access attempt, possibly linked to CVE-2024-5678. +CVE-2021-9012 found in deprecated service. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5576c90486/gold/articles/.keep b/shellops/assets/ShellOps_5576c90486/gold/articles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5576c90486/gold/articles/post1.md b/shellops/assets/ShellOps_5576c90486/gold/articles/post1.md new file mode 100644 index 0000000000000000000000000000000000000000..ed6521cc66133382340b0742a8c9a049854d6f44 --- /dev/null +++ b/shellops/assets/ShellOps_5576c90486/gold/articles/post1.md @@ -0,0 +1,3 @@ +This is a blog post. +[Read more](/content/intro) +[View article](/content/article1) \ No newline at end of file diff --git a/shellops/assets/ShellOps_5576c90486/gold/articles/post2.md b/shellops/assets/ShellOps_5576c90486/gold/articles/post2.md new file mode 100644 index 0000000000000000000000000000000000000000..172b4259177388d45faa752526ccaab04d64a186 --- /dev/null +++ b/shellops/assets/ShellOps_5576c90486/gold/articles/post2.md @@ -0,0 +1,3 @@ +Another example. +[Check this](/content/article2) +[Learn more](/content/guide) \ No newline at end of file diff --git a/shellops/assets/ShellOps_5576c90486/init/articles/.keep b/shellops/assets/ShellOps_5576c90486/init/articles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5576c90486/init/articles/post1.md b/shellops/assets/ShellOps_5576c90486/init/articles/post1.md new file mode 100644 index 0000000000000000000000000000000000000000..12830186a7c74b037d2c9e76c5bad980606a36ee --- /dev/null +++ b/shellops/assets/ShellOps_5576c90486/init/articles/post1.md @@ -0,0 +1,3 @@ +This is a blog post. +[Read more](/blog/intro) +[View article](/blog/article1) \ No newline at end of file diff --git a/shellops/assets/ShellOps_5576c90486/init/articles/post2.md b/shellops/assets/ShellOps_5576c90486/init/articles/post2.md new file mode 100644 index 0000000000000000000000000000000000000000..f665923dee5ebb9debb2f75770a2f7cb5b5669a1 --- /dev/null +++ b/shellops/assets/ShellOps_5576c90486/init/articles/post2.md @@ -0,0 +1,3 @@ +Another example. +[Check this](/blog/article2) +[Learn more](/blog/guide) \ No newline at end of file diff --git a/shellops/assets/ShellOps_557eec0fa0/gold/allergen_free.xml b/shellops/assets/ShellOps_557eec0fa0/gold/allergen_free.xml new file mode 100644 index 0000000000000000000000000000000000000000..c6eb0d1243e6395923dfde8c21ec2e8285db6df5 --- /dev/null +++ b/shellops/assets/ShellOps_557eec0fa0/gold/allergen_free.xml @@ -0,0 +1,5 @@ + + basil + ricotta + shrimp + \ No newline at end of file diff --git a/shellops/assets/ShellOps_557eec0fa0/gold/discrepancies.log b/shellops/assets/ShellOps_557eec0fa0/gold/discrepancies.log new file mode 100644 index 0000000000000000000000000000000000000000..f21b2da7a8ee46e42c6d9a6a2dc1a8ce63a7b9a6 --- /dev/null +++ b/shellops/assets/ShellOps_557eec0fa0/gold/discrepancies.log @@ -0,0 +1,2 @@ +pine_nuts +walnuts diff --git a/shellops/assets/ShellOps_557eec0fa0/gold/weekly_menu.txt b/shellops/assets/ShellOps_557eec0fa0/gold/weekly_menu.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0f29a2ac50ba4d24bdc63d5058bf3daf4234b65 --- /dev/null +++ b/shellops/assets/ShellOps_557eec0fa0/gold/weekly_menu.txt @@ -0,0 +1,5 @@ +Monday's dish: Penne with ingredient: basil +Tuesday's entree: Spaghetti featuring ingredient: walnuts +Wednesday serves: Lasagna with ingredient: ricotta +Thursday: Farfalle, ingredient: pine_nuts +Friday's meal: Ravioli, ingredient: shrimp \ No newline at end of file diff --git a/shellops/assets/ShellOps_557eec0fa0/init/allergen_free.xml b/shellops/assets/ShellOps_557eec0fa0/init/allergen_free.xml new file mode 100644 index 0000000000000000000000000000000000000000..c6eb0d1243e6395923dfde8c21ec2e8285db6df5 --- /dev/null +++ b/shellops/assets/ShellOps_557eec0fa0/init/allergen_free.xml @@ -0,0 +1,5 @@ + + basil + ricotta + shrimp + \ No newline at end of file diff --git a/shellops/assets/ShellOps_557eec0fa0/init/weekly_menu.txt b/shellops/assets/ShellOps_557eec0fa0/init/weekly_menu.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0f29a2ac50ba4d24bdc63d5058bf3daf4234b65 --- /dev/null +++ b/shellops/assets/ShellOps_557eec0fa0/init/weekly_menu.txt @@ -0,0 +1,5 @@ +Monday's dish: Penne with ingredient: basil +Tuesday's entree: Spaghetti featuring ingredient: walnuts +Wednesday serves: Lasagna with ingredient: ricotta +Thursday: Farfalle, ingredient: pine_nuts +Friday's meal: Ravioli, ingredient: shrimp \ No newline at end of file diff --git a/shellops/assets/ShellOps_559f5e71eb/gold/deployment_roster.tsv b/shellops/assets/ShellOps_559f5e71eb/gold/deployment_roster.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e3e75fda391fa597c4ec0d12ae94d8efe0d6ae0f --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/gold/deployment_roster.tsv @@ -0,0 +1,5 @@ +device_id location +dev123 floor_a +dev456 floor_b +dev789 floor_c +dev101 floor_a \ No newline at end of file diff --git a/shellops/assets/ShellOps_559f5e71eb/gold/device_firmware_map.tsv b/shellops/assets/ShellOps_559f5e71eb/gold/device_firmware_map.tsv new file mode 100644 index 0000000000000000000000000000000000000000..01e1cf943960dd05d1dc178d9d3fd44e7f0ab67f --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/gold/device_firmware_map.tsv @@ -0,0 +1,4 @@ +dev101 v2.4.1 +dev123 v2.4.1 +dev456 v2.3.9 +dev789 v2.4.2 diff --git a/shellops/assets/ShellOps_559f5e71eb/gold/notes.txt b/shellops/assets/ShellOps_559f5e71eb/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b7f39fe87d21513320c9e83b8e6c302d462519e --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/gold/notes.txt @@ -0,0 +1 @@ +Ignore device dev999; it is a test unit not part of the deployment roster. \ No newline at end of file diff --git a/shellops/assets/ShellOps_559f5e71eb/gold/runtime_diagnostics.log b/shellops/assets/ShellOps_559f5e71eb/gold/runtime_diagnostics.log new file mode 100644 index 0000000000000000000000000000000000000000..f1179ff3e5fa954a65eb58fe940b20384ea7d5e6 --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/gold/runtime_diagnostics.log @@ -0,0 +1,7 @@ +DEVICE=dev123 FIRMWARE=v2.4.1 STATUS=OK +DEVICE=dev456 FIRMWARE=v2.3.9 STATUS=WARN +DEVICE=dev789 FIRMWARE=v2.4.2 STATUS=OK +DEVICE=dev999 FIRMWARE=v2.5.0 STATUS=OK +DEVICE=dev101 FIRMWARE=v2.4.1 STATUS=OK +DEVICE=dev123 FIRMWARE=v2.4.1 STATUS=OK +DEVICE=dev000 NOFIRMWARE STATUS=ERROR \ No newline at end of file diff --git a/shellops/assets/ShellOps_559f5e71eb/init/deployment_roster.tsv b/shellops/assets/ShellOps_559f5e71eb/init/deployment_roster.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e3e75fda391fa597c4ec0d12ae94d8efe0d6ae0f --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/init/deployment_roster.tsv @@ -0,0 +1,5 @@ +device_id location +dev123 floor_a +dev456 floor_b +dev789 floor_c +dev101 floor_a \ No newline at end of file diff --git a/shellops/assets/ShellOps_559f5e71eb/init/notes.txt b/shellops/assets/ShellOps_559f5e71eb/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b7f39fe87d21513320c9e83b8e6c302d462519e --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/init/notes.txt @@ -0,0 +1 @@ +Ignore device dev999; it is a test unit not part of the deployment roster. \ No newline at end of file diff --git a/shellops/assets/ShellOps_559f5e71eb/init/runtime_diagnostics.log b/shellops/assets/ShellOps_559f5e71eb/init/runtime_diagnostics.log new file mode 100644 index 0000000000000000000000000000000000000000..f1179ff3e5fa954a65eb58fe940b20384ea7d5e6 --- /dev/null +++ b/shellops/assets/ShellOps_559f5e71eb/init/runtime_diagnostics.log @@ -0,0 +1,7 @@ +DEVICE=dev123 FIRMWARE=v2.4.1 STATUS=OK +DEVICE=dev456 FIRMWARE=v2.3.9 STATUS=WARN +DEVICE=dev789 FIRMWARE=v2.4.2 STATUS=OK +DEVICE=dev999 FIRMWARE=v2.5.0 STATUS=OK +DEVICE=dev101 FIRMWARE=v2.4.1 STATUS=OK +DEVICE=dev123 FIRMWARE=v2.4.1 STATUS=OK +DEVICE=dev000 NOFIRMWARE STATUS=ERROR \ No newline at end of file diff --git a/shellops/assets/ShellOps_5603d0edf0/gold/integrations/device_index.txt b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/device_index.txt new file mode 100644 index 0000000000000000000000000000000000000000..66b8c415d1ae7bf1d97ebb65fb243ca66c8e8fd6 --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/device_index.txt @@ -0,0 +1,5 @@ +DEV-1001 +DEV-1002 +DEV-1003 +DEV-1004 +DEV-1005 diff --git a/shellops/assets/ShellOps_5603d0edf0/gold/integrations/device_report.csv b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/device_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..f8d852bd8215ef25081d94a1b23a15c917686026 --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/device_report.csv @@ -0,0 +1,6 @@ +device_id,present +DEV-1001,yes +DEV-1002,yes +DEV-1003,yes +DEV-1004,yes +DEV-1005,no diff --git a/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_alpha.csv b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..822c271ff8f556ce401dbe6eb1b38f7a15edda5f --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_alpha.csv @@ -0,0 +1,4 @@ +event_id,device_id,timestamp +E001,DEV-1001,2024-04-15T10:00:00Z +E002,DEV-1001,2024-04-15T10:05:00Z +E003,DEV-1002,2024-04-15T10:10:00Z diff --git a/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_beta.csv b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..eee579d90c83b25c7ed18bc7223d8065ae7d507f --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_beta.csv @@ -0,0 +1,3 @@ +event_id,device_id,timestamp +E004,DEV-1004,2024-04-15T11:00:00Z +E005,DEV-1006,2024-04-15T11:05:00Z diff --git a/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_gamma.csv b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..5f46d67f368c040af923a3d1aca59094d99aa803 --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/gold/integrations/payloads/batch_gamma.csv @@ -0,0 +1,4 @@ +event_id,device_id,timestamp +E006,DEV-1003,2024-04-15T12:00:00Z +E007,DEV-1003,2024-04-15T12:05:00Z +E008,DEV-1007,2024-04-15T12:10:00Z diff --git a/shellops/assets/ShellOps_5603d0edf0/init/integrations/device_index.txt b/shellops/assets/ShellOps_5603d0edf0/init/integrations/device_index.txt new file mode 100644 index 0000000000000000000000000000000000000000..66b8c415d1ae7bf1d97ebb65fb243ca66c8e8fd6 --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/init/integrations/device_index.txt @@ -0,0 +1,5 @@ +DEV-1001 +DEV-1002 +DEV-1003 +DEV-1004 +DEV-1005 diff --git a/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_alpha.csv b/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..822c271ff8f556ce401dbe6eb1b38f7a15edda5f --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_alpha.csv @@ -0,0 +1,4 @@ +event_id,device_id,timestamp +E001,DEV-1001,2024-04-15T10:00:00Z +E002,DEV-1001,2024-04-15T10:05:00Z +E003,DEV-1002,2024-04-15T10:10:00Z diff --git a/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_beta.csv b/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..eee579d90c83b25c7ed18bc7223d8065ae7d507f --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_beta.csv @@ -0,0 +1,3 @@ +event_id,device_id,timestamp +E004,DEV-1004,2024-04-15T11:00:00Z +E005,DEV-1006,2024-04-15T11:05:00Z diff --git a/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_gamma.csv b/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..5f46d67f368c040af923a3d1aca59094d99aa803 --- /dev/null +++ b/shellops/assets/ShellOps_5603d0edf0/init/integrations/payloads/batch_gamma.csv @@ -0,0 +1,4 @@ +event_id,device_id,timestamp +E006,DEV-1003,2024-04-15T12:00:00Z +E007,DEV-1003,2024-04-15T12:05:00Z +E008,DEV-1007,2024-04-15T12:10:00Z diff --git a/shellops/assets/ShellOps_5616d2f62f/gold/alpha.trace b/shellops/assets/ShellOps_5616d2f62f/gold/alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..3e36fbcd63132fbc360c79487793d07688db724a --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/gold/alpha.trace @@ -0,0 +1,3 @@ +DEVICE router_01 RX 1500 TX 1200 +DEVICE router_02 RX 2100 TX 1800 +DEVICE router_01 RX 800 TX 650 diff --git a/shellops/assets/ShellOps_5616d2f62f/gold/archive/old_run.log b/shellops/assets/ShellOps_5616d2f62f/gold/archive/old_run.log new file mode 100644 index 0000000000000000000000000000000000000000..299c3b8a58dbad56d9955ec848a1694b7505bb5f --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/gold/archive/old_run.log @@ -0,0 +1 @@ +DEVICE old_router RX 500 TX 400 diff --git a/shellops/assets/ShellOps_5616d2f62f/gold/beta.trace b/shellops/assets/ShellOps_5616d2f62f/gold/beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..b304766a9b0b4cdaefb6cd4fa6d020e9c36cb289 --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/gold/beta.trace @@ -0,0 +1,3 @@ +DEVICE router_02 RX 3200 TX 2900 +DEVICE router_03 RX 1100 TX 900 +DEVICE router_01 RX 600 TX 500 diff --git a/shellops/assets/ShellOps_5616d2f62f/gold/combined_totals.txt b/shellops/assets/ShellOps_5616d2f62f/gold/combined_totals.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffa819b50ba987f69a5048ab246f683601bb55f1 --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/gold/combined_totals.txt @@ -0,0 +1,3 @@ +router_01 RX=4100 TX=3350 +router_02 RX=5300 TX=4700 +router_03 RX=2000 TX=1650 diff --git a/shellops/assets/ShellOps_5616d2f62f/gold/gamma.trace b/shellops/assets/ShellOps_5616d2f62f/gold/gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..9c106346f074fef538e78c42b54f5158f220911c --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/gold/gamma.trace @@ -0,0 +1,2 @@ +DEVICE router_03 RX 900 TX 750 +DEVICE router_01 RX 1200 TX 1000 diff --git a/shellops/assets/ShellOps_5616d2f62f/gold/notes.txt b/shellops/assets/ShellOps_5616d2f62f/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0d96c453e52c35b320ca4dd6f774d09ee33347d --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/gold/notes.txt @@ -0,0 +1,4 @@ +Simulation batch notes: +- alpha.trace: initial load test +- beta.trace: stress test phase +- gamma.trace: final stability check diff --git a/shellops/assets/ShellOps_5616d2f62f/init/alpha.trace b/shellops/assets/ShellOps_5616d2f62f/init/alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..3e36fbcd63132fbc360c79487793d07688db724a --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/init/alpha.trace @@ -0,0 +1,3 @@ +DEVICE router_01 RX 1500 TX 1200 +DEVICE router_02 RX 2100 TX 1800 +DEVICE router_01 RX 800 TX 650 diff --git a/shellops/assets/ShellOps_5616d2f62f/init/archive/old_run.log b/shellops/assets/ShellOps_5616d2f62f/init/archive/old_run.log new file mode 100644 index 0000000000000000000000000000000000000000..299c3b8a58dbad56d9955ec848a1694b7505bb5f --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/init/archive/old_run.log @@ -0,0 +1 @@ +DEVICE old_router RX 500 TX 400 diff --git a/shellops/assets/ShellOps_5616d2f62f/init/beta.trace b/shellops/assets/ShellOps_5616d2f62f/init/beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..b304766a9b0b4cdaefb6cd4fa6d020e9c36cb289 --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/init/beta.trace @@ -0,0 +1,3 @@ +DEVICE router_02 RX 3200 TX 2900 +DEVICE router_03 RX 1100 TX 900 +DEVICE router_01 RX 600 TX 500 diff --git a/shellops/assets/ShellOps_5616d2f62f/init/gamma.trace b/shellops/assets/ShellOps_5616d2f62f/init/gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..9c106346f074fef538e78c42b54f5158f220911c --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/init/gamma.trace @@ -0,0 +1,2 @@ +DEVICE router_03 RX 900 TX 750 +DEVICE router_01 RX 1200 TX 1000 diff --git a/shellops/assets/ShellOps_5616d2f62f/init/notes.txt b/shellops/assets/ShellOps_5616d2f62f/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0d96c453e52c35b320ca4dd6f774d09ee33347d --- /dev/null +++ b/shellops/assets/ShellOps_5616d2f62f/init/notes.txt @@ -0,0 +1,4 @@ +Simulation batch notes: +- alpha.trace: initial load test +- beta.trace: stress test phase +- gamma.trace: final stability check diff --git a/shellops/assets/ShellOps_5641942cd6/gold/cluster_manifest.txt b/shellops/assets/ShellOps_5641942cd6/gold/cluster_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..25252793d74daaa8cf3c753a4981d7536e063936 --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/gold/cluster_manifest.txt @@ -0,0 +1,8 @@ +active node-a pod-alpha +standby node-b pod-alpha +active node-c pod-beta +standby node-d pod-gamma +active node-e pod-alpha +standby node-f pod-beta +active node-g pod-delta +standby node-h pod-epsilon diff --git a/shellops/assets/ShellOps_5641942cd6/gold/maintenance_nodes.txt b/shellops/assets/ShellOps_5641942cd6/gold/maintenance_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..152de3e5048e0b676b07d7045ee5bd929da1c2da --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/gold/maintenance_nodes.txt @@ -0,0 +1,5 @@ +pod-alpha node-a active +pod-alpha node-b standby +pod-alpha node-e active +pod-delta node-g active +pod-gamma node-d standby diff --git a/shellops/assets/ShellOps_5641942cd6/gold/maintenance_output.toml b/shellops/assets/ShellOps_5641942cd6/gold/maintenance_output.toml new file mode 100644 index 0000000000000000000000000000000000000000..bd7b95d6bcb804eeb2f78bde2fe9a407cbfc4a6e --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/gold/maintenance_output.toml @@ -0,0 +1,6 @@ +version = "2024-Q3" +refresh_pods = [ + { pod = "pod-alpha", reason = "hardware rotation", start = "2024-10-01" }, + { pod = "pod-gamma", reason = "cpu upgrade", start = "2024-10-15" }, + { pod = "pod-delta", reason = "ssd replacement", start = "2024-11-01" } +] diff --git a/shellops/assets/ShellOps_5641942cd6/gold/monitoring_alerts.log b/shellops/assets/ShellOps_5641942cd6/gold/monitoring_alerts.log new file mode 100644 index 0000000000000000000000000000000000000000..5555751a12f1a65f370b6418a812eac28b9453cb --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/gold/monitoring_alerts.log @@ -0,0 +1,3 @@ +2024-09-15 14:32:01 INFO pod-epsilon node-h network latency above threshold +2024-09-15 14:45:22 WARN pod-beta node-c memory usage 93% +2024-09-15 15:01:55 ERROR pod-alpha node-b storage controller failure diff --git a/shellops/assets/ShellOps_5641942cd6/init/cluster_manifest.txt b/shellops/assets/ShellOps_5641942cd6/init/cluster_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..25252793d74daaa8cf3c753a4981d7536e063936 --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/init/cluster_manifest.txt @@ -0,0 +1,8 @@ +active node-a pod-alpha +standby node-b pod-alpha +active node-c pod-beta +standby node-d pod-gamma +active node-e pod-alpha +standby node-f pod-beta +active node-g pod-delta +standby node-h pod-epsilon diff --git a/shellops/assets/ShellOps_5641942cd6/init/maintenance_output.toml b/shellops/assets/ShellOps_5641942cd6/init/maintenance_output.toml new file mode 100644 index 0000000000000000000000000000000000000000..bd7b95d6bcb804eeb2f78bde2fe9a407cbfc4a6e --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/init/maintenance_output.toml @@ -0,0 +1,6 @@ +version = "2024-Q3" +refresh_pods = [ + { pod = "pod-alpha", reason = "hardware rotation", start = "2024-10-01" }, + { pod = "pod-gamma", reason = "cpu upgrade", start = "2024-10-15" }, + { pod = "pod-delta", reason = "ssd replacement", start = "2024-11-01" } +] diff --git a/shellops/assets/ShellOps_5641942cd6/init/monitoring_alerts.log b/shellops/assets/ShellOps_5641942cd6/init/monitoring_alerts.log new file mode 100644 index 0000000000000000000000000000000000000000..5555751a12f1a65f370b6418a812eac28b9453cb --- /dev/null +++ b/shellops/assets/ShellOps_5641942cd6/init/monitoring_alerts.log @@ -0,0 +1,3 @@ +2024-09-15 14:32:01 INFO pod-epsilon node-h network latency above threshold +2024-09-15 14:45:22 WARN pod-beta node-c memory usage 93% +2024-09-15 15:01:55 ERROR pod-alpha node-b storage controller failure diff --git a/shellops/assets/ShellOps_5668a35cab/gold/responders.txt b/shellops/assets/ShellOps_5668a35cab/gold/responders.txt new file mode 100644 index 0000000000000000000000000000000000000000..52873df1834c20102f10f939b5732694cb3906da --- /dev/null +++ b/shellops/assets/ShellOps_5668a35cab/gold/responders.txt @@ -0,0 +1,4 @@ +IR_ALPHA +IR_BRAVO +IR_ECHO +IR_FOXTROT diff --git a/shellops/assets/ShellOps_5668a35cab/gold/responders.xml b/shellops/assets/ShellOps_5668a35cab/gold/responders.xml new file mode 100644 index 0000000000000000000000000000000000000000..40b1f05d107c8e50fb99e2b7e1fd768fae78c667 --- /dev/null +++ b/shellops/assets/ShellOps_5668a35cab/gold/responders.xml @@ -0,0 +1,19 @@ + + + + IR_ALPHA + lead + + + IR_BRAVO + analyst + + + IR_CHARLIE + analyst + + + IR_DELTA + coordinator + + diff --git a/shellops/assets/ShellOps_5668a35cab/gold/responders_missing.txt b/shellops/assets/ShellOps_5668a35cab/gold/responders_missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..170765c4cfa3eb7a871e18e408c52bf4a2043cdf --- /dev/null +++ b/shellops/assets/ShellOps_5668a35cab/gold/responders_missing.txt @@ -0,0 +1,2 @@ +IR_CHARLIE +IR_DELTA diff --git a/shellops/assets/ShellOps_5668a35cab/init/responders.txt b/shellops/assets/ShellOps_5668a35cab/init/responders.txt new file mode 100644 index 0000000000000000000000000000000000000000..52873df1834c20102f10f939b5732694cb3906da --- /dev/null +++ b/shellops/assets/ShellOps_5668a35cab/init/responders.txt @@ -0,0 +1,4 @@ +IR_ALPHA +IR_BRAVO +IR_ECHO +IR_FOXTROT diff --git a/shellops/assets/ShellOps_5668a35cab/init/responders.xml b/shellops/assets/ShellOps_5668a35cab/init/responders.xml new file mode 100644 index 0000000000000000000000000000000000000000..40b1f05d107c8e50fb99e2b7e1fd768fae78c667 --- /dev/null +++ b/shellops/assets/ShellOps_5668a35cab/init/responders.xml @@ -0,0 +1,19 @@ + + + + IR_ALPHA + lead + + + IR_BRAVO + analyst + + + IR_CHARLIE + analyst + + + IR_DELTA + coordinator + + diff --git a/shellops/assets/ShellOps_569cadf0fc/gold/ledger_a.ini b/shellops/assets/ShellOps_569cadf0fc/gold/ledger_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..c9ff570df7d4db90c5e6b86e3cc1668b87b5b8af --- /dev/null +++ b/shellops/assets/ShellOps_569cadf0fc/gold/ledger_a.ini @@ -0,0 +1,15 @@ +[transaction] +transaction_id=4501 +amount=120.50 + +[transaction] +transaction_id=4502 +amount=80.00 + +[transaction] +transaction_id=4504 +amount=200.00 + +[transaction] +transaction_id=4505 +amount=150.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_569cadf0fc/gold/ledger_b.ini b/shellops/assets/ShellOps_569cadf0fc/gold/ledger_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..9d5463b5b7f9d2062fc06ff153275aeffd2c53fb --- /dev/null +++ b/shellops/assets/ShellOps_569cadf0fc/gold/ledger_b.ini @@ -0,0 +1,15 @@ +[transaction] +transaction_id=4501 +amount=120.50 + +[transaction] +transaction_id=4503 +amount=95.00 + +[transaction] +transaction_id=4505 +amount=150.00 + +[transaction] +transaction_id=4506 +amount=180.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_569cadf0fc/gold/missing_ids.out b/shellops/assets/ShellOps_569cadf0fc/gold/missing_ids.out new file mode 100644 index 0000000000000000000000000000000000000000..78f4b33d250e809b3784037b5797e424a8644fa2 --- /dev/null +++ b/shellops/assets/ShellOps_569cadf0fc/gold/missing_ids.out @@ -0,0 +1,2 @@ +4502 +4504 diff --git a/shellops/assets/ShellOps_569cadf0fc/init/.tmp/.keep b/shellops/assets/ShellOps_569cadf0fc/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_569cadf0fc/init/ledger_a.ini b/shellops/assets/ShellOps_569cadf0fc/init/ledger_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..c9ff570df7d4db90c5e6b86e3cc1668b87b5b8af --- /dev/null +++ b/shellops/assets/ShellOps_569cadf0fc/init/ledger_a.ini @@ -0,0 +1,15 @@ +[transaction] +transaction_id=4501 +amount=120.50 + +[transaction] +transaction_id=4502 +amount=80.00 + +[transaction] +transaction_id=4504 +amount=200.00 + +[transaction] +transaction_id=4505 +amount=150.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_569cadf0fc/init/ledger_b.ini b/shellops/assets/ShellOps_569cadf0fc/init/ledger_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..9d5463b5b7f9d2062fc06ff153275aeffd2c53fb --- /dev/null +++ b/shellops/assets/ShellOps_569cadf0fc/init/ledger_b.ini @@ -0,0 +1,15 @@ +[transaction] +transaction_id=4501 +amount=120.50 + +[transaction] +transaction_id=4503 +amount=95.00 + +[transaction] +transaction_id=4505 +amount=150.00 + +[transaction] +transaction_id=4506 +amount=180.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_56f7a33fd8/gold/catalog.json b/shellops/assets/ShellOps_56f7a33fd8/gold/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..1adef82a02691c89b0d65c196b5a8547874bd41e --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/gold/catalog.json @@ -0,0 +1,9 @@ +{ + "features": [ + {"name":"secure_boot", "status":"active", "description":"UEFI secure boot"}, + {"name":"tpm2", "status":"active", "description":"TPM 2.0 support"}, + {"name":"encrypted_storage", "status":"active", "description":"Storage encryption"}, + {"name":"remote_attestation", "status":"active", "description":"Remote attestation"}, + {"name":"legacy_bios", "status":"deprecated", "description":"Legacy BIOS compatibility"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_56f7a33fd8/gold/exclusions.txt b/shellops/assets/ShellOps_56f7a33fd8/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6233f5471716b6f39d46c34c775c01c672a8436 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/gold/exclusions.txt @@ -0,0 +1 @@ +remote_attestation diff --git a/shellops/assets/ShellOps_56f7a33fd8/gold/notes/irrelevant_plan.md b/shellops/assets/ShellOps_56f7a33fd8/gold/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..8432d25ad544ce52e0742b918d2fe6ec36e36dce --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/gold/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Future expansion plan +- Consider adding firmware version tracking +- Evaluate telemetry retention policy diff --git a/shellops/assets/ShellOps_56f7a33fd8/gold/reports/in_use_capabilities.txt b/shellops/assets/ShellOps_56f7a33fd8/gold/reports/in_use_capabilities.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7625d79dfa90dcc2fd9eb2cc839b379ac892c96 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/gold/reports/in_use_capabilities.txt @@ -0,0 +1,3 @@ +encrypted_storage +secure_boot +tpm2 diff --git a/shellops/assets/ShellOps_56f7a33fd8/gold/telemetry/day1.ndjson b/shellops/assets/ShellOps_56f7a33fd8/gold/telemetry/day1.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..b74b88db0f962b7b512ba5e46f81ce274cc5d3a1 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/gold/telemetry/day1.ndjson @@ -0,0 +1,3 @@ +{"timestamp":"2025-01-15T08:00:00Z","device_id":"dev001","capability":"secure_boot"} +{"timestamp":"2025-01-15T08:05:00Z","device_id":"dev002","capability":"tpm2"} +{"timestamp":"2025-01-15T08:10:00Z","device_id":"dev003","capability":"encrypted_storage"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_56f7a33fd8/gold/telemetry/day2.ndjson b/shellops/assets/ShellOps_56f7a33fd8/gold/telemetry/day2.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0efcbe1855695cee5b7119a45e38ad467707d8e5 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/gold/telemetry/day2.ndjson @@ -0,0 +1,3 @@ +{"timestamp":"2025-01-16T09:00:00Z","device_id":"dev001","capability":"tpm2"} +{"timestamp":"2025-01-16T09:05:00Z","device_id":"dev004","capability":"remote_attestation"} +{"timestamp":"2025-01-16T09:10:00Z","device_id":"dev005","capability":"legacy_bios"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_56f7a33fd8/init/catalog.json b/shellops/assets/ShellOps_56f7a33fd8/init/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..1adef82a02691c89b0d65c196b5a8547874bd41e --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/init/catalog.json @@ -0,0 +1,9 @@ +{ + "features": [ + {"name":"secure_boot", "status":"active", "description":"UEFI secure boot"}, + {"name":"tpm2", "status":"active", "description":"TPM 2.0 support"}, + {"name":"encrypted_storage", "status":"active", "description":"Storage encryption"}, + {"name":"remote_attestation", "status":"active", "description":"Remote attestation"}, + {"name":"legacy_bios", "status":"deprecated", "description":"Legacy BIOS compatibility"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_56f7a33fd8/init/exclusions.txt b/shellops/assets/ShellOps_56f7a33fd8/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6233f5471716b6f39d46c34c775c01c672a8436 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/init/exclusions.txt @@ -0,0 +1 @@ +remote_attestation diff --git a/shellops/assets/ShellOps_56f7a33fd8/init/notes/irrelevant_plan.md b/shellops/assets/ShellOps_56f7a33fd8/init/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..8432d25ad544ce52e0742b918d2fe6ec36e36dce --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/init/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Future expansion plan +- Consider adding firmware version tracking +- Evaluate telemetry retention policy diff --git a/shellops/assets/ShellOps_56f7a33fd8/init/telemetry/day1.ndjson b/shellops/assets/ShellOps_56f7a33fd8/init/telemetry/day1.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..b74b88db0f962b7b512ba5e46f81ce274cc5d3a1 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/init/telemetry/day1.ndjson @@ -0,0 +1,3 @@ +{"timestamp":"2025-01-15T08:00:00Z","device_id":"dev001","capability":"secure_boot"} +{"timestamp":"2025-01-15T08:05:00Z","device_id":"dev002","capability":"tpm2"} +{"timestamp":"2025-01-15T08:10:00Z","device_id":"dev003","capability":"encrypted_storage"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_56f7a33fd8/init/telemetry/day2.ndjson b/shellops/assets/ShellOps_56f7a33fd8/init/telemetry/day2.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0efcbe1855695cee5b7119a45e38ad467707d8e5 --- /dev/null +++ b/shellops/assets/ShellOps_56f7a33fd8/init/telemetry/day2.ndjson @@ -0,0 +1,3 @@ +{"timestamp":"2025-01-16T09:00:00Z","device_id":"dev001","capability":"tpm2"} +{"timestamp":"2025-01-16T09:05:00Z","device_id":"dev004","capability":"remote_attestation"} +{"timestamp":"2025-01-16T09:10:00Z","device_id":"dev005","capability":"legacy_bios"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_56fb2308f7/gold/assay_runs/2024-05/lablog.txt b/shellops/assets/ShellOps_56fb2308f7/gold/assay_runs/2024-05/lablog.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d66c46750d68863afecefe4a2e90fd4fc0cb0d7 --- /dev/null +++ b/shellops/assets/ShellOps_56fb2308f7/gold/assay_runs/2024-05/lablog.txt @@ -0,0 +1,3 @@ +2024-05-15 14:22:01 SampleID: 45 status: processed +2024-05-15 14:23:17 SampleID: 82 status: pending +2024-05-15 14:24:55 SampleID: 17 status: error \ No newline at end of file diff --git a/shellops/assets/ShellOps_56fb2308f7/gold/pending_verification.csv b/shellops/assets/ShellOps_56fb2308f7/gold/pending_verification.csv new file mode 100644 index 0000000000000000000000000000000000000000..5288eb0961701b76833c1e584df52cde714c9b5e --- /dev/null +++ b/shellops/assets/ShellOps_56fb2308f7/gold/pending_verification.csv @@ -0,0 +1,2 @@ +SampleID +82 diff --git a/shellops/assets/ShellOps_56fb2308f7/gold/reference/specimens.xml b/shellops/assets/ShellOps_56fb2308f7/gold/reference/specimens.xml new file mode 100644 index 0000000000000000000000000000000000000000..fb7e0f76b87ee8fbf93a021f05485c2441821f6a --- /dev/null +++ b/shellops/assets/ShellOps_56fb2308f7/gold/reference/specimens.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_56fb2308f7/init/assay_runs/2024-05/lablog.txt b/shellops/assets/ShellOps_56fb2308f7/init/assay_runs/2024-05/lablog.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d66c46750d68863afecefe4a2e90fd4fc0cb0d7 --- /dev/null +++ b/shellops/assets/ShellOps_56fb2308f7/init/assay_runs/2024-05/lablog.txt @@ -0,0 +1,3 @@ +2024-05-15 14:22:01 SampleID: 45 status: processed +2024-05-15 14:23:17 SampleID: 82 status: pending +2024-05-15 14:24:55 SampleID: 17 status: error \ No newline at end of file diff --git a/shellops/assets/ShellOps_56fb2308f7/init/reference/specimens.xml b/shellops/assets/ShellOps_56fb2308f7/init/reference/specimens.xml new file mode 100644 index 0000000000000000000000000000000000000000..fb7e0f76b87ee8fbf93a021f05485c2441821f6a --- /dev/null +++ b/shellops/assets/ShellOps_56fb2308f7/init/reference/specimens.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/suppressions/do_not_escalate.json b/shellops/assets/ShellOps_570ff986fc/gold/suppressions/do_not_escalate.json new file mode 100644 index 0000000000000000000000000000000000000000..510bc3d493481d3ea53d3b249a38a8c2527cd5ea --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/suppressions/do_not_escalate.json @@ -0,0 +1 @@ +["TCK-104", "TCK-107"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_001.json b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_001.json new file mode 100644 index 0000000000000000000000000000000000000000..6a1a984ebe3b5dc0bd06ec3c98db393b7299ae30 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_001.json @@ -0,0 +1 @@ +{"id": "TCK-101", "subject": "slow login", "requires_escalation": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_002.json b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_002.json new file mode 100644 index 0000000000000000000000000000000000000000..0a560d8ec0825aba88bf5e7d9bba6a95d7cdeb31 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_002.json @@ -0,0 +1 @@ +{"id": "TCK-102", "subject": "database deadlock", "requires_escalation": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_003.json b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_003.json new file mode 100644 index 0000000000000000000000000000000000000000..6a83c0f59617f860578ff78c6b189630af1923c7 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_003.json @@ -0,0 +1 @@ +{"id": "TCK-103", "subject": "UI glitch", "requires_escalation": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_004.json b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_004.json new file mode 100644 index 0000000000000000000000000000000000000000..0082e2e2230aa31be366029f10df7f42f6f1ccfc --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_004.json @@ -0,0 +1 @@ +{"id": "TCK-104", "subject": "payment gateway timeout", "requires_escalation": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_005.json b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_005.json new file mode 100644 index 0000000000000000000000000000000000000000..6121a4c62df5f4c4ff7de2475d09df72ec4bef0d --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/tickets/ticket_005.json @@ -0,0 +1 @@ +{"id": "TCK-105", "subject": "missing invoice", "requires_escalation": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/gold/to_escalate.txt b/shellops/assets/ShellOps_570ff986fc/gold/to_escalate.txt new file mode 100644 index 0000000000000000000000000000000000000000..47e3dc7289c7df7ea311cff5831fca373aba4df9 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/gold/to_escalate.txt @@ -0,0 +1,2 @@ +TCK-102 +TCK-105 diff --git a/shellops/assets/ShellOps_570ff986fc/init/suppressions/do_not_escalate.json b/shellops/assets/ShellOps_570ff986fc/init/suppressions/do_not_escalate.json new file mode 100644 index 0000000000000000000000000000000000000000..510bc3d493481d3ea53d3b249a38a8c2527cd5ea --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/init/suppressions/do_not_escalate.json @@ -0,0 +1 @@ +["TCK-104", "TCK-107"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_001.json b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_001.json new file mode 100644 index 0000000000000000000000000000000000000000..6a1a984ebe3b5dc0bd06ec3c98db393b7299ae30 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_001.json @@ -0,0 +1 @@ +{"id": "TCK-101", "subject": "slow login", "requires_escalation": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_002.json b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_002.json new file mode 100644 index 0000000000000000000000000000000000000000..0a560d8ec0825aba88bf5e7d9bba6a95d7cdeb31 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_002.json @@ -0,0 +1 @@ +{"id": "TCK-102", "subject": "database deadlock", "requires_escalation": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_003.json b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_003.json new file mode 100644 index 0000000000000000000000000000000000000000..6a83c0f59617f860578ff78c6b189630af1923c7 --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_003.json @@ -0,0 +1 @@ +{"id": "TCK-103", "subject": "UI glitch", "requires_escalation": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_004.json b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_004.json new file mode 100644 index 0000000000000000000000000000000000000000..0082e2e2230aa31be366029f10df7f42f6f1ccfc --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_004.json @@ -0,0 +1 @@ +{"id": "TCK-104", "subject": "payment gateway timeout", "requires_escalation": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_005.json b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_005.json new file mode 100644 index 0000000000000000000000000000000000000000..6121a4c62df5f4c4ff7de2475d09df72ec4bef0d --- /dev/null +++ b/shellops/assets/ShellOps_570ff986fc/init/tickets/ticket_005.json @@ -0,0 +1 @@ +{"id": "TCK-105", "subject": "missing invoice", "requires_escalation": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5735eec8cc/gold/batch_A.psv b/shellops/assets/ShellOps_5735eec8cc/gold/batch_A.psv new file mode 100644 index 0000000000000000000000000000000000000000..63630e7d047ede3d83fec2fb5e0d1a041dfe982c --- /dev/null +++ b/shellops/assets/ShellOps_5735eec8cc/gold/batch_A.psv @@ -0,0 +1,5 @@ +PROD-1001|25 +PROD-1002|40 +PROD-1003|12 +PROD-1005|8 +PROD-1006|30 diff --git a/shellops/assets/ShellOps_5735eec8cc/gold/batch_B.psv b/shellops/assets/ShellOps_5735eec8cc/gold/batch_B.psv new file mode 100644 index 0000000000000000000000000000000000000000..820745e35b53d624f1aeeecd97f4892fd2b8032e --- /dev/null +++ b/shellops/assets/ShellOps_5735eec8cc/gold/batch_B.psv @@ -0,0 +1,5 @@ +PROD-1001|30 +PROD-1002|35 +PROD-1004|20 +PROD-1005|8 +PROD-1007|15 diff --git a/shellops/assets/ShellOps_5735eec8cc/gold/unified_inventory.psv b/shellops/assets/ShellOps_5735eec8cc/gold/unified_inventory.psv new file mode 100644 index 0000000000000000000000000000000000000000..90d935297537e4269d454d2cfa0a300caef0fcd8 --- /dev/null +++ b/shellops/assets/ShellOps_5735eec8cc/gold/unified_inventory.psv @@ -0,0 +1,7 @@ +PROD-1001|30 +PROD-1002|40 +PROD-1003|12 +PROD-1004|20 +PROD-1005|8 +PROD-1006|30 +PROD-1007|15 diff --git a/shellops/assets/ShellOps_5735eec8cc/init/batch_A.psv b/shellops/assets/ShellOps_5735eec8cc/init/batch_A.psv new file mode 100644 index 0000000000000000000000000000000000000000..63630e7d047ede3d83fec2fb5e0d1a041dfe982c --- /dev/null +++ b/shellops/assets/ShellOps_5735eec8cc/init/batch_A.psv @@ -0,0 +1,5 @@ +PROD-1001|25 +PROD-1002|40 +PROD-1003|12 +PROD-1005|8 +PROD-1006|30 diff --git a/shellops/assets/ShellOps_5735eec8cc/init/batch_B.psv b/shellops/assets/ShellOps_5735eec8cc/init/batch_B.psv new file mode 100644 index 0000000000000000000000000000000000000000..820745e35b53d624f1aeeecd97f4892fd2b8032e --- /dev/null +++ b/shellops/assets/ShellOps_5735eec8cc/init/batch_B.psv @@ -0,0 +1,5 @@ +PROD-1001|30 +PROD-1002|35 +PROD-1004|20 +PROD-1005|8 +PROD-1007|15 diff --git a/shellops/assets/ShellOps_574c06897b/gold/board_manifest.xml b/shellops/assets/ShellOps_574c06897b/gold/board_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..62cdafe55e783d1cac866a5e394db7a364252446 --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/gold/board_manifest.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_574c06897b/gold/deprecated_modules.log b/shellops/assets/ShellOps_574c06897b/gold/deprecated_modules.log new file mode 100644 index 0000000000000000000000000000000000000000..72154d7fb2e8c9685548e7b57372c24b1483922a --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/gold/deprecated_modules.log @@ -0,0 +1,2 @@ +2024-10-01 09:12:34 [WARN] module old-serial-driver is deprecated +2024-10-01 09:13:01 [WARN] module legacy-watchdog is deprecated diff --git a/shellops/assets/ShellOps_574c06897b/gold/missing_required_modules.txt b/shellops/assets/ShellOps_574c06897b/gold/missing_required_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3d731d0a55ac176e4ad9fd3707d6ddce799c9de --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/gold/missing_required_modules.txt @@ -0,0 +1,2 @@ +network-driver +watchdog diff --git a/shellops/assets/ShellOps_574c06897b/gold/module_whitelist.txt b/shellops/assets/ShellOps_574c06897b/gold/module_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca1933dd1b231e199e445471ecaaba50c2398231 --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/gold/module_whitelist.txt @@ -0,0 +1,5 @@ +crypto-engine +storage-manager +debug-probe +thermal-sensor +power-controller diff --git a/shellops/assets/ShellOps_574c06897b/init/board_manifest.xml b/shellops/assets/ShellOps_574c06897b/init/board_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..62cdafe55e783d1cac866a5e394db7a364252446 --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/init/board_manifest.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_574c06897b/init/deprecated_modules.log b/shellops/assets/ShellOps_574c06897b/init/deprecated_modules.log new file mode 100644 index 0000000000000000000000000000000000000000..72154d7fb2e8c9685548e7b57372c24b1483922a --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/init/deprecated_modules.log @@ -0,0 +1,2 @@ +2024-10-01 09:12:34 [WARN] module old-serial-driver is deprecated +2024-10-01 09:13:01 [WARN] module legacy-watchdog is deprecated diff --git a/shellops/assets/ShellOps_574c06897b/init/module_whitelist.txt b/shellops/assets/ShellOps_574c06897b/init/module_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca1933dd1b231e199e445471ecaaba50c2398231 --- /dev/null +++ b/shellops/assets/ShellOps_574c06897b/init/module_whitelist.txt @@ -0,0 +1,5 @@ +crypto-engine +storage-manager +debug-probe +thermal-sensor +power-controller diff --git a/shellops/assets/ShellOps_574cbadd6e/gold/nodes/legacy.json b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..cb2526333ab42c3cd9d07e7521bc1f44dceabbbf --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/legacy.json @@ -0,0 +1,4 @@ +[ + {"id": "node-001", "role": "legacy-worker", "zone": "us-east-1a"}, + {"id": "node-099", "role": "retired", "zone": "archive"} +] diff --git a/shellops/assets/ShellOps_574cbadd6e/gold/nodes/merged.json b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/merged.json new file mode 100644 index 0000000000000000000000000000000000000000..7681926bcbe98ad4296e10f317c8de4df5b12298 --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/merged.json @@ -0,0 +1,27 @@ +[ + { + "id": "node-001", + "role": "worker", + "zone": "us-east-1a" + }, + { + "id": "node-002", + "role": "worker", + "zone": "us-west-2a" + }, + { + "id": "node-003", + "role": "ingress", + "zone": "us-east-1c" + }, + { + "id": "node-004", + "role": "worker", + "zone": "us-east-1a" + }, + { + "id": "node-005", + "role": "database", + "zone": "eu-west-1a" + } +] diff --git a/shellops/assets/ShellOps_574cbadd6e/gold/nodes/overrides.json b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..1985559a8030a53d8b9517d731ee8fa9243e8921 --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/overrides.json @@ -0,0 +1,4 @@ +[ + {"id": "node-002", "role": "worker", "zone": "us-west-2a"}, + {"id": "node-005", "role": "database", "zone": "eu-west-1a"} +] diff --git a/shellops/assets/ShellOps_574cbadd6e/gold/nodes/primary.json b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/primary.json new file mode 100644 index 0000000000000000000000000000000000000000..09f90a914db3d245568e68649c20263f5b3f9768 --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/gold/nodes/primary.json @@ -0,0 +1,6 @@ +[ + {"id": "node-001", "role": "worker", "zone": "us-east-1a"}, + {"id": "node-002", "role": "worker", "zone": "us-east-1b"}, + {"id": "node-003", "role": "ingress", "zone": "us-east-1c"}, + {"id": "node-004", "role": "worker", "zone": "us-east-1a"} +] diff --git a/shellops/assets/ShellOps_574cbadd6e/init/nodes/legacy.json b/shellops/assets/ShellOps_574cbadd6e/init/nodes/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..cb2526333ab42c3cd9d07e7521bc1f44dceabbbf --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/init/nodes/legacy.json @@ -0,0 +1,4 @@ +[ + {"id": "node-001", "role": "legacy-worker", "zone": "us-east-1a"}, + {"id": "node-099", "role": "retired", "zone": "archive"} +] diff --git a/shellops/assets/ShellOps_574cbadd6e/init/nodes/overrides.json b/shellops/assets/ShellOps_574cbadd6e/init/nodes/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..1985559a8030a53d8b9517d731ee8fa9243e8921 --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/init/nodes/overrides.json @@ -0,0 +1,4 @@ +[ + {"id": "node-002", "role": "worker", "zone": "us-west-2a"}, + {"id": "node-005", "role": "database", "zone": "eu-west-1a"} +] diff --git a/shellops/assets/ShellOps_574cbadd6e/init/nodes/primary.json b/shellops/assets/ShellOps_574cbadd6e/init/nodes/primary.json new file mode 100644 index 0000000000000000000000000000000000000000..09f90a914db3d245568e68649c20263f5b3f9768 --- /dev/null +++ b/shellops/assets/ShellOps_574cbadd6e/init/nodes/primary.json @@ -0,0 +1,6 @@ +[ + {"id": "node-001", "role": "worker", "zone": "us-east-1a"}, + {"id": "node-002", "role": "worker", "zone": "us-east-1b"}, + {"id": "node-003", "role": "ingress", "zone": "us-east-1c"}, + {"id": "node-004", "role": "worker", "zone": "us-east-1a"} +] diff --git a/shellops/assets/ShellOps_576e39e304/gold/annotations/trials.json b/shellops/assets/ShellOps_576e39e304/gold/annotations/trials.json new file mode 100644 index 0000000000000000000000000000000000000000..7f90cd51cfb97765b2618c73f8eea41a94167295 --- /dev/null +++ b/shellops/assets/ShellOps_576e39e304/gold/annotations/trials.json @@ -0,0 +1,14 @@ +[ + { + "studyId": "CT001", + "eligibilityCriteria": [{"id": "EC101"}, {"id": "EC102"}] + }, + { + "studyId": "CT002", + "eligibilityCriteria": [{"id": "EC201"}, {"id": "EC202"}] + }, + { + "studyId": "CT003", + "eligibilityCriteria": [{"id": "EC301"}] + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_576e39e304/gold/inclusion_checks.txt b/shellops/assets/ShellOps_576e39e304/gold/inclusion_checks.txt new file mode 100644 index 0000000000000000000000000000000000000000..eee4a28120d4374c057dd16643048bd5a186c27e --- /dev/null +++ b/shellops/assets/ShellOps_576e39e304/gold/inclusion_checks.txt @@ -0,0 +1,4 @@ +EC101 +EC202 +EC301 +EC401 \ No newline at end of file diff --git a/shellops/assets/ShellOps_576e39e304/gold/missing_criteria.out b/shellops/assets/ShellOps_576e39e304/gold/missing_criteria.out new file mode 100644 index 0000000000000000000000000000000000000000..a7f38591cd3f1bcfba9d895f975d14a3d6b22a08 --- /dev/null +++ b/shellops/assets/ShellOps_576e39e304/gold/missing_criteria.out @@ -0,0 +1,2 @@ +EC102 +EC201 diff --git a/shellops/assets/ShellOps_576e39e304/init/annotations/trials.json b/shellops/assets/ShellOps_576e39e304/init/annotations/trials.json new file mode 100644 index 0000000000000000000000000000000000000000..7f90cd51cfb97765b2618c73f8eea41a94167295 --- /dev/null +++ b/shellops/assets/ShellOps_576e39e304/init/annotations/trials.json @@ -0,0 +1,14 @@ +[ + { + "studyId": "CT001", + "eligibilityCriteria": [{"id": "EC101"}, {"id": "EC102"}] + }, + { + "studyId": "CT002", + "eligibilityCriteria": [{"id": "EC201"}, {"id": "EC202"}] + }, + { + "studyId": "CT003", + "eligibilityCriteria": [{"id": "EC301"}] + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_576e39e304/init/inclusion_checks.txt b/shellops/assets/ShellOps_576e39e304/init/inclusion_checks.txt new file mode 100644 index 0000000000000000000000000000000000000000..eee4a28120d4374c057dd16643048bd5a186c27e --- /dev/null +++ b/shellops/assets/ShellOps_576e39e304/init/inclusion_checks.txt @@ -0,0 +1,4 @@ +EC101 +EC202 +EC301 +EC401 \ No newline at end of file diff --git a/shellops/assets/ShellOps_57ac747b28/gold/capability_audit.txt b/shellops/assets/ShellOps_57ac747b28/gold/capability_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f7c9394f770a8dbc82842678e7ae43953bed132 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/gold/capability_audit.txt @@ -0,0 +1 @@ +serial_protocol diff --git a/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/actuator.toml b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/actuator.toml new file mode 100644 index 0000000000000000000000000000000000000000..bfd9d61346fcb79c5aeb95e97c57dbe02c591d66 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/actuator.toml @@ -0,0 +1,13 @@ +[device] +name = "Linear Actuator" +capability_id = "position_control" + +[params] +steps = 1024 + +[device] +name = "Linear Actuator" +capability_id = "temp_monitor" + +[params] +range = "-20:60C" diff --git a/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/gateway.toml b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/gateway.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d6f6bde08acc41797d6038bb0db6ceec57e960b --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/gateway.toml @@ -0,0 +1,13 @@ +[device] +name = "Edge Gateway" +capability_id = "network_bridge" + +[params] +ip_stack = "dual" + +[device] +name = "Edge Gateway" +capability_id = "fw_update" + +[params] +method = "ota" diff --git a/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/legacy_controller.toml b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/legacy_controller.toml new file mode 100644 index 0000000000000000000000000000000000000000..38835f063455948dc01dc851194561edb7e292d3 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/legacy_controller.toml @@ -0,0 +1,6 @@ +[device] +name = "Legacy Controller" +capability_id = "serial_protocol" + +[params] +baud = 9600 diff --git a/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/sensor_unit.toml b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/sensor_unit.toml new file mode 100644 index 0000000000000000000000000000000000000000..98f5fb90a4a671d01913b26a9377d124ada359d8 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/gold/devices/capabilities/sensor_unit.toml @@ -0,0 +1,13 @@ +[device] +name = "Environmental Sensor Unit" +capability_id = "temp_monitor" + +[params] +range = "-40:85C" + +[device] +name = "Environmental Sensor Unit" +capability_id = "humidity_sensor" + +[params] +range = "0:100%" diff --git a/shellops/assets/ShellOps_57ac747b28/gold/products/matrix.csv b/shellops/assets/ShellOps_57ac747b28/gold/products/matrix.csv new file mode 100644 index 0000000000000000000000000000000000000000..6dafafebe27b837408f578fcbc1bd64df36adde0 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/gold/products/matrix.csv @@ -0,0 +1,6 @@ +product_id,capability_id,status +P100,temp_monitor,active +P100,humidity_sensor,active +P200,network_bridge,active +P200,fw_update,beta +P300,position_control,active diff --git a/shellops/assets/ShellOps_57ac747b28/init/.tmp/.keep b/shellops/assets/ShellOps_57ac747b28/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/actuator.toml b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/actuator.toml new file mode 100644 index 0000000000000000000000000000000000000000..bfd9d61346fcb79c5aeb95e97c57dbe02c591d66 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/actuator.toml @@ -0,0 +1,13 @@ +[device] +name = "Linear Actuator" +capability_id = "position_control" + +[params] +steps = 1024 + +[device] +name = "Linear Actuator" +capability_id = "temp_monitor" + +[params] +range = "-20:60C" diff --git a/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/gateway.toml b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/gateway.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d6f6bde08acc41797d6038bb0db6ceec57e960b --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/gateway.toml @@ -0,0 +1,13 @@ +[device] +name = "Edge Gateway" +capability_id = "network_bridge" + +[params] +ip_stack = "dual" + +[device] +name = "Edge Gateway" +capability_id = "fw_update" + +[params] +method = "ota" diff --git a/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/legacy_controller.toml b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/legacy_controller.toml new file mode 100644 index 0000000000000000000000000000000000000000..38835f063455948dc01dc851194561edb7e292d3 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/legacy_controller.toml @@ -0,0 +1,6 @@ +[device] +name = "Legacy Controller" +capability_id = "serial_protocol" + +[params] +baud = 9600 diff --git a/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/sensor_unit.toml b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/sensor_unit.toml new file mode 100644 index 0000000000000000000000000000000000000000..98f5fb90a4a671d01913b26a9377d124ada359d8 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/init/devices/capabilities/sensor_unit.toml @@ -0,0 +1,13 @@ +[device] +name = "Environmental Sensor Unit" +capability_id = "temp_monitor" + +[params] +range = "-40:85C" + +[device] +name = "Environmental Sensor Unit" +capability_id = "humidity_sensor" + +[params] +range = "0:100%" diff --git a/shellops/assets/ShellOps_57ac747b28/init/products/matrix.csv b/shellops/assets/ShellOps_57ac747b28/init/products/matrix.csv new file mode 100644 index 0000000000000000000000000000000000000000..6dafafebe27b837408f578fcbc1bd64df36adde0 --- /dev/null +++ b/shellops/assets/ShellOps_57ac747b28/init/products/matrix.csv @@ -0,0 +1,6 @@ +product_id,capability_id,status +P100,temp_monitor,active +P100,humidity_sensor,active +P200,network_bridge,active +P200,fw_update,beta +P300,position_control,active diff --git a/shellops/assets/ShellOps_57c2469b88/gold/interfaces.txt b/shellops/assets/ShellOps_57c2469b88/gold/interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd98d28dad996a4cf4c486de14422140c850e604 --- /dev/null +++ b/shellops/assets/ShellOps_57c2469b88/gold/interfaces.txt @@ -0,0 +1,4 @@ +eth0 +eth1 +wlan0 +wlan1 diff --git a/shellops/assets/ShellOps_57c2469b88/gold/interfaces.xml b/shellops/assets/ShellOps_57c2469b88/gold/interfaces.xml new file mode 100644 index 0000000000000000000000000000000000000000..319b0c253b8af881f1e0b20cd9d5974cb527f148 --- /dev/null +++ b/shellops/assets/ShellOps_57c2469b88/gold/interfaces.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_57c2469b88/gold/missing_interfaces.txt b/shellops/assets/ShellOps_57c2469b88/gold/missing_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce9a5778a8b6522d4b8922cc0af2fab41e49f00c --- /dev/null +++ b/shellops/assets/ShellOps_57c2469b88/gold/missing_interfaces.txt @@ -0,0 +1 @@ +wlan1 diff --git a/shellops/assets/ShellOps_57c2469b88/init/interfaces.txt b/shellops/assets/ShellOps_57c2469b88/init/interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd98d28dad996a4cf4c486de14422140c850e604 --- /dev/null +++ b/shellops/assets/ShellOps_57c2469b88/init/interfaces.txt @@ -0,0 +1,4 @@ +eth0 +eth1 +wlan0 +wlan1 diff --git a/shellops/assets/ShellOps_57c2469b88/init/interfaces.xml b/shellops/assets/ShellOps_57c2469b88/init/interfaces.xml new file mode 100644 index 0000000000000000000000000000000000000000..319b0c253b8af881f1e0b20cd9d5974cb527f148 --- /dev/null +++ b/shellops/assets/ShellOps_57c2469b88/init/interfaces.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_57c2afba87/gold/tests/.keep b/shellops/assets/ShellOps_57c2afba87/gold/tests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_57c2afba87/gold/tests/import_changes.txt b/shellops/assets/ShellOps_57c2afba87/gold/tests/import_changes.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe54136fd6d7f81a1f7e8684efd06b800d32c31 --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/gold/tests/import_changes.txt @@ -0,0 +1,3 @@ +tests/integration/test_api.py +tests/unit/test_helpers.py +tests/unit/test_models.py diff --git a/shellops/assets/ShellOps_57c2afba87/gold/tests/integration/test_api.py b/shellops/assets/ShellOps_57c2afba87/gold/tests/integration/test_api.py new file mode 100644 index 0000000000000000000000000000000000000000..96eb52181cf96efb390a110fc9383766d2d204f3 --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/gold/tests/integration/test_api.py @@ -0,0 +1,6 @@ +import common.utils +from common.utils import http_request + +def test_api_call(): + response = http_request("http://example.com") + assert response.status_code == 200 diff --git a/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_helpers.py b/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..f942d7aa5134cee67809efdc958ed17708d6bbec --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_helpers.py @@ -0,0 +1,6 @@ +import common.utils +from common.utils import parse_config + +def test_parse_config(): + result = parse_config("test") + assert result is not None diff --git a/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_legacy.py b/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..9e2f7fb3d01a1ce6804fa5489f6f5bfc203f9d1c --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_legacy.py @@ -0,0 +1,5 @@ +# This file intentionally uses a different utils module +from external.utils import helper + +def test_external(): + assert helper() is True diff --git a/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_models.py b/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_models.py new file mode 100644 index 0000000000000000000000000000000000000000..6c45e27c96bc471eb2e8d38e063f317aa979043f --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/gold/tests/unit/test_models.py @@ -0,0 +1,7 @@ +import common.utils +from common.utils import serialize + +def test_serialize(): + data = {"key": "value"} + result = serialize(data) + assert result.startswith("{") diff --git a/shellops/assets/ShellOps_57c2afba87/init/tests/.keep b/shellops/assets/ShellOps_57c2afba87/init/tests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_57c2afba87/init/tests/integration/test_api.py b/shellops/assets/ShellOps_57c2afba87/init/tests/integration/test_api.py new file mode 100644 index 0000000000000000000000000000000000000000..b80ba44ae44b089383663f28eba9fb41bd6fb91c --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/init/tests/integration/test_api.py @@ -0,0 +1,6 @@ +import core.utils +from core.utils import http_request + +def test_api_call(): + response = http_request("http://example.com") + assert response.status_code == 200 diff --git a/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_helpers.py b/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..5454a7fa4c881c6954a54fe4147accdb53f07ebe --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_helpers.py @@ -0,0 +1,6 @@ +import core.utils +from core.utils import parse_config + +def test_parse_config(): + result = parse_config("test") + assert result is not None diff --git a/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_legacy.py b/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..9e2f7fb3d01a1ce6804fa5489f6f5bfc203f9d1c --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_legacy.py @@ -0,0 +1,5 @@ +# This file intentionally uses a different utils module +from external.utils import helper + +def test_external(): + assert helper() is True diff --git a/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_models.py b/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_models.py new file mode 100644 index 0000000000000000000000000000000000000000..53bd567dc2ff32fa2e7f5e450baa9cc1316a3abe --- /dev/null +++ b/shellops/assets/ShellOps_57c2afba87/init/tests/unit/test_models.py @@ -0,0 +1,7 @@ +import core.utils +from core.utils import serialize + +def test_serialize(): + data = {"key": "value"} + result = serialize(data) + assert result.startswith("{") diff --git a/shellops/assets/ShellOps_5814a775cb/gold/device_parameters.txt b/shellops/assets/ShellOps_5814a775cb/gold/device_parameters.txt new file mode 100644 index 0000000000000000000000000000000000000000..725ac04b3d65d74d4657a4118e1a8c5c2b8e39f7 --- /dev/null +++ b/shellops/assets/ShellOps_5814a775cb/gold/device_parameters.txt @@ -0,0 +1,5 @@ +# Calibration records +ZC-9000:offset=0.12 +AX-45B:temp_coeff=1.04 +# Deprecated models +OLD-5Q:retired=true diff --git a/shellops/assets/ShellOps_5814a775cb/gold/firmware/config.xml b/shellops/assets/ShellOps_5814a775cb/gold/firmware/config.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d0fff9f1231bd0a94ac0eb63ed04457467fff9d --- /dev/null +++ b/shellops/assets/ShellOps_5814a775cb/gold/firmware/config.xml @@ -0,0 +1,16 @@ + + + + AX-45B + 2.1 + + + ZC-9000 + 3.4 + + + TR7-XL + + 1.8 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5814a775cb/init/device_parameters.txt b/shellops/assets/ShellOps_5814a775cb/init/device_parameters.txt new file mode 100644 index 0000000000000000000000000000000000000000..725ac04b3d65d74d4657a4118e1a8c5c2b8e39f7 --- /dev/null +++ b/shellops/assets/ShellOps_5814a775cb/init/device_parameters.txt @@ -0,0 +1,5 @@ +# Calibration records +ZC-9000:offset=0.12 +AX-45B:temp_coeff=1.04 +# Deprecated models +OLD-5Q:retired=true diff --git a/shellops/assets/ShellOps_5814a775cb/init/firmware/config.xml b/shellops/assets/ShellOps_5814a775cb/init/firmware/config.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d0fff9f1231bd0a94ac0eb63ed04457467fff9d --- /dev/null +++ b/shellops/assets/ShellOps_5814a775cb/init/firmware/config.xml @@ -0,0 +1,16 @@ + + + + AX-45B + 2.1 + + + ZC-9000 + 3.4 + + + TR7-XL + + 1.8 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5844933393/gold/archive/old_baseline.txt b/shellops/assets/ShellOps_5844933393/gold/archive/old_baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c9d7c441420d17ce401a2574e81b6e66d92c45b --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/gold/archive/old_baseline.txt @@ -0,0 +1,3 @@ +SERIAL +X-0001 +X-0002 diff --git a/shellops/assets/ShellOps_5844933393/gold/baseline/approved_serials.txt b/shellops/assets/ShellOps_5844933393/gold/baseline/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..9632e295075c0d4dac416331712f03250f4a2dd1 --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/gold/baseline/approved_serials.txt @@ -0,0 +1,6 @@ +SERIAL +Z-1042 +Z-1043 +Z-1044 +Z-1045 +Z-1046 diff --git a/shellops/assets/ShellOps_5844933393/gold/notes/guidelines.md b/shellops/assets/ShellOps_5844933393/gold/notes/guidelines.md new file mode 100644 index 0000000000000000000000000000000000000000..021fa327a88a89d8a87404d962ada6ad4be79d3a --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/gold/notes/guidelines.md @@ -0,0 +1,3 @@ +# Audit guidelines +- Compare approved_serials.txt against devices.xml +- Report any serials missing from devices.xml diff --git a/shellops/assets/ShellOps_5844933393/gold/reports/missing_serials.txt b/shellops/assets/ShellOps_5844933393/gold/reports/missing_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..c37eaeb0008c3bcaad6ed5bba77e5684c916bf0e --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/gold/reports/missing_serials.txt @@ -0,0 +1,2 @@ +Z-1044 +Z-1046 diff --git a/shellops/assets/ShellOps_5844933393/gold/runtime/devices.xml b/shellops/assets/ShellOps_5844933393/gold/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..49d28087959b523ce47d0eaca7ac712be59f8361 --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/gold/runtime/devices.xml @@ -0,0 +1,15 @@ + + + + Z-1042 + lab-a + + + Z-1043 + lab-a + + + Z-1045 + lab-b + + diff --git a/shellops/assets/ShellOps_5844933393/init/archive/old_baseline.txt b/shellops/assets/ShellOps_5844933393/init/archive/old_baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c9d7c441420d17ce401a2574e81b6e66d92c45b --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/init/archive/old_baseline.txt @@ -0,0 +1,3 @@ +SERIAL +X-0001 +X-0002 diff --git a/shellops/assets/ShellOps_5844933393/init/baseline/approved_serials.txt b/shellops/assets/ShellOps_5844933393/init/baseline/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..9632e295075c0d4dac416331712f03250f4a2dd1 --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/init/baseline/approved_serials.txt @@ -0,0 +1,6 @@ +SERIAL +Z-1042 +Z-1043 +Z-1044 +Z-1045 +Z-1046 diff --git a/shellops/assets/ShellOps_5844933393/init/notes/guidelines.md b/shellops/assets/ShellOps_5844933393/init/notes/guidelines.md new file mode 100644 index 0000000000000000000000000000000000000000..021fa327a88a89d8a87404d962ada6ad4be79d3a --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/init/notes/guidelines.md @@ -0,0 +1,3 @@ +# Audit guidelines +- Compare approved_serials.txt against devices.xml +- Report any serials missing from devices.xml diff --git a/shellops/assets/ShellOps_5844933393/init/runtime/devices.xml b/shellops/assets/ShellOps_5844933393/init/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..49d28087959b523ce47d0eaca7ac712be59f8361 --- /dev/null +++ b/shellops/assets/ShellOps_5844933393/init/runtime/devices.xml @@ -0,0 +1,15 @@ + + + + Z-1042 + lab-a + + + Z-1043 + lab-a + + + Z-1045 + lab-b + + diff --git a/shellops/assets/ShellOps_5849d2d8ee/gold/archive/pending_archive.txt b/shellops/assets/ShellOps_5849d2d8ee/gold/archive/pending_archive.txt new file mode 100644 index 0000000000000000000000000000000000000000..77b5fed56ee1ed09d277a2203d10e615fbe405fe --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/gold/archive/pending_archive.txt @@ -0,0 +1,2 @@ +R003 +R004 diff --git a/shellops/assets/ShellOps_5849d2d8ee/gold/exclusions/keep_active.ndjson b/shellops/assets/ShellOps_5849d2d8ee/gold/exclusions/keep_active.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8d83233d70ca7932755ff3f9db92d2f24120bc63 --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/gold/exclusions/keep_active.ndjson @@ -0,0 +1,2 @@ +{"run_id": "R002", "reason": "high priority retry"} +{"run_id": "R006", "reason": "pending manual review"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/gold/runs/notes.txt b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..73ef6f0c0756bf18e91a48a2d992ca1fccae36f5 --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/notes.txt @@ -0,0 +1,2 @@ +Run R004 was aborted due to environment issues. +Run R003 skipped due to missing dependency. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240601.json b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240601.json new file mode 100644 index 0000000000000000000000000000000000000000..fc318e0327134f6d4ff5ae344ef462681ef7c24c --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240601.json @@ -0,0 +1,2 @@ +{"run_id": "R001", "status": "passed", "duration_ms": 1200} +{"run_id": "R002", "status": "failed", "duration_ms": 3400} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240602.json b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240602.json new file mode 100644 index 0000000000000000000000000000000000000000..864e9e2cc778bee5d9ca9a8e1f222f3a5b0e6b5f --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240602.json @@ -0,0 +1,2 @@ +{"run_id": "R003", "status": "skipped", "duration_ms": 50} +{"run_id": "R004", "status": "failed", "duration_ms": 2100} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240603.json b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240603.json new file mode 100644 index 0000000000000000000000000000000000000000..aa1ce75a531bf7f4a26d096d422ea0b053667a84 --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/gold/runs/run_20240603.json @@ -0,0 +1,2 @@ +{"run_id": "R005", "status": "passed", "duration_ms": 980} +{"run_id": "R006", "status": "skipped", "duration_ms": 55} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/init/exclusions/keep_active.ndjson b/shellops/assets/ShellOps_5849d2d8ee/init/exclusions/keep_active.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8d83233d70ca7932755ff3f9db92d2f24120bc63 --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/init/exclusions/keep_active.ndjson @@ -0,0 +1,2 @@ +{"run_id": "R002", "reason": "high priority retry"} +{"run_id": "R006", "reason": "pending manual review"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/init/runs/notes.txt b/shellops/assets/ShellOps_5849d2d8ee/init/runs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..73ef6f0c0756bf18e91a48a2d992ca1fccae36f5 --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/init/runs/notes.txt @@ -0,0 +1,2 @@ +Run R004 was aborted due to environment issues. +Run R003 skipped due to missing dependency. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240601.json b/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240601.json new file mode 100644 index 0000000000000000000000000000000000000000..fc318e0327134f6d4ff5ae344ef462681ef7c24c --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240601.json @@ -0,0 +1,2 @@ +{"run_id": "R001", "status": "passed", "duration_ms": 1200} +{"run_id": "R002", "status": "failed", "duration_ms": 3400} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240602.json b/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240602.json new file mode 100644 index 0000000000000000000000000000000000000000..864e9e2cc778bee5d9ca9a8e1f222f3a5b0e6b5f --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240602.json @@ -0,0 +1,2 @@ +{"run_id": "R003", "status": "skipped", "duration_ms": 50} +{"run_id": "R004", "status": "failed", "duration_ms": 2100} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240603.json b/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240603.json new file mode 100644 index 0000000000000000000000000000000000000000..aa1ce75a531bf7f4a26d096d422ea0b053667a84 --- /dev/null +++ b/shellops/assets/ShellOps_5849d2d8ee/init/runs/run_20240603.json @@ -0,0 +1,2 @@ +{"run_id": "R005", "status": "passed", "duration_ms": 980} +{"run_id": "R006", "status": "skipped", "duration_ms": 55} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5870532d34/gold/deployed.txt b/shellops/assets/ShellOps_5870532d34/gold/deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a20940c84dcea33aa3f4cf99b311e494624c942 --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/gold/deployed.txt @@ -0,0 +1,5 @@ +pod-a123 +pod-b456 +pod-c789 +pod-d012 +pod-e345 diff --git a/shellops/assets/ShellOps_5870532d34/gold/legacy.txt b/shellops/assets/ShellOps_5870532d34/gold/legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..84fcc12bd57a5cc7304d575bf7ec50f57daecb7b --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/gold/legacy.txt @@ -0,0 +1,5 @@ +pod-b456 +pod-c789 +pod-f678 +pod-g901 +pod-h234 diff --git a/shellops/assets/ShellOps_5870532d34/gold/merged_pods.txt b/shellops/assets/ShellOps_5870532d34/gold/merged_pods.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7a9f461d1d5ad074031b2d59045b0cb7e8f18fc --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/gold/merged_pods.txt @@ -0,0 +1,8 @@ +pod-a123 +pod-b456 +pod-c789 +pod-d012 +pod-e345 +pod-f678 +pod-g901 +pod-h234 diff --git a/shellops/assets/ShellOps_5870532d34/gold/notes.md b/shellops/assets/ShellOps_5870532d34/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9b6b10e8f4713c1acc131de13d392e4e4bad117e --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/gold/notes.md @@ -0,0 +1,4 @@ +These manifests track active and legacy pod identifiers. +- pod-a123: web frontend +- pod-b456: api gateway +- pod-c789: database proxy diff --git a/shellops/assets/ShellOps_5870532d34/init/deployed.txt b/shellops/assets/ShellOps_5870532d34/init/deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a20940c84dcea33aa3f4cf99b311e494624c942 --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/init/deployed.txt @@ -0,0 +1,5 @@ +pod-a123 +pod-b456 +pod-c789 +pod-d012 +pod-e345 diff --git a/shellops/assets/ShellOps_5870532d34/init/legacy.txt b/shellops/assets/ShellOps_5870532d34/init/legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..84fcc12bd57a5cc7304d575bf7ec50f57daecb7b --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/init/legacy.txt @@ -0,0 +1,5 @@ +pod-b456 +pod-c789 +pod-f678 +pod-g901 +pod-h234 diff --git a/shellops/assets/ShellOps_5870532d34/init/notes.md b/shellops/assets/ShellOps_5870532d34/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9b6b10e8f4713c1acc131de13d392e4e4bad117e --- /dev/null +++ b/shellops/assets/ShellOps_5870532d34/init/notes.md @@ -0,0 +1,4 @@ +These manifests track active and legacy pod identifiers. +- pod-a123: web frontend +- pod-b456: api gateway +- pod-c789: database proxy diff --git a/shellops/assets/ShellOps_58a2281523/gold/active_sessions.csv b/shellops/assets/ShellOps_58a2281523/gold/active_sessions.csv new file mode 100644 index 0000000000000000000000000000000000000000..31a4be3da43f3a6572bb49c9f5695922136da667 --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/gold/active_sessions.csv @@ -0,0 +1,4 @@ +session_id,device_serial +S001,XT1001 +S002,XT1003 +S003,XT1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_58a2281523/gold/devices.json b/shellops/assets/ShellOps_58a2281523/gold/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..bea969d4a6fbcfad935cd44fd14e5c252aed003c --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/gold/devices.json @@ -0,0 +1 @@ +{"devices": [{"serial": "XT1001", "status": "active"}, {"serial": "XT1002", "status": "decommissioned"}, {"serial": "XT1003", "status": "inactive"}, {"serial": "XT1004", "status": "active"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_58a2281523/gold/devices.trouble b/shellops/assets/ShellOps_58a2281523/gold/devices.trouble new file mode 100644 index 0000000000000000000000000000000000000000..9b931381b369bc9cd3591e27415bf93d05d50ff0 --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/gold/devices.trouble @@ -0,0 +1 @@ +XT1004 diff --git a/shellops/assets/ShellOps_58a2281523/gold/distractor/notes.md b/shellops/assets/ShellOps_58a2281523/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5339956101bfb9ca0dea394e2c0fe61e8acd1af9 --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/gold/distractor/notes.md @@ -0,0 +1 @@ +Ignore legacy devices: XT0999, XT1000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_58a2281523/init/active_sessions.csv b/shellops/assets/ShellOps_58a2281523/init/active_sessions.csv new file mode 100644 index 0000000000000000000000000000000000000000..31a4be3da43f3a6572bb49c9f5695922136da667 --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/init/active_sessions.csv @@ -0,0 +1,4 @@ +session_id,device_serial +S001,XT1001 +S002,XT1003 +S003,XT1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_58a2281523/init/devices.json b/shellops/assets/ShellOps_58a2281523/init/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..bea969d4a6fbcfad935cd44fd14e5c252aed003c --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/init/devices.json @@ -0,0 +1 @@ +{"devices": [{"serial": "XT1001", "status": "active"}, {"serial": "XT1002", "status": "decommissioned"}, {"serial": "XT1003", "status": "inactive"}, {"serial": "XT1004", "status": "active"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_58a2281523/init/distractor/notes.md b/shellops/assets/ShellOps_58a2281523/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5339956101bfb9ca0dea394e2c0fe61e8acd1af9 --- /dev/null +++ b/shellops/assets/ShellOps_58a2281523/init/distractor/notes.md @@ -0,0 +1 @@ +Ignore legacy devices: XT0999, XT1000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/gold/README.md b/shellops/assets/ShellOps_58b3289624/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..dcecf079eaf36d153efeb2afedd91376b2a072f3 --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/gold/README.md @@ -0,0 +1 @@ +Project documentation \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/gold/build_logs/.keep b/shellops/assets/ShellOps_58b3289624/gold/build_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile1.log b/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile1.log new file mode 100644 index 0000000000000000000000000000000000000000..045a0dd60747fa2ce20785769fe6215368bccdaf --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile1.log @@ -0,0 +1,3 @@ +[INFO] Starting compilation +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[INFO] Compilation failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile2.log b/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile2.log new file mode 100644 index 0000000000000000000000000000000000000000..488d55c8fbc1a2722a1b3de2093a5c547294cf51 --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile2.log @@ -0,0 +1,2 @@ +[INFO] Starting compilation +[INFO] Compilation successful \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile3.log b/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile3.log new file mode 100644 index 0000000000000000000000000000000000000000..045a0dd60747fa2ce20785769fe6215368bccdaf --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/gold/build_logs/compile3.log @@ -0,0 +1,3 @@ +[INFO] Starting compilation +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[INFO] Compilation failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/gold/build_logs/lint.log b/shellops/assets/ShellOps_58b3289624/gold/build_logs/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..89244da87a71e5205d44e205f0411c7e7f3e6d86 --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/gold/build_logs/lint.log @@ -0,0 +1,3 @@ +[INFO] Starting linting +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[INFO] Linting failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/gold/certificate_errors.log b/shellops/assets/ShellOps_58b3289624/gold/certificate_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..9648b4f33a112c3210b654d0e8ab2d97ac5c8d7a --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/gold/certificate_errors.log @@ -0,0 +1,3 @@ +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing diff --git a/shellops/assets/ShellOps_58b3289624/init/README.md b/shellops/assets/ShellOps_58b3289624/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..dcecf079eaf36d153efeb2afedd91376b2a072f3 --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/init/README.md @@ -0,0 +1 @@ +Project documentation \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/init/build_logs/.keep b/shellops/assets/ShellOps_58b3289624/init/build_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_58b3289624/init/build_logs/compile1.log b/shellops/assets/ShellOps_58b3289624/init/build_logs/compile1.log new file mode 100644 index 0000000000000000000000000000000000000000..045a0dd60747fa2ce20785769fe6215368bccdaf --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/init/build_logs/compile1.log @@ -0,0 +1,3 @@ +[INFO] Starting compilation +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[INFO] Compilation failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/init/build_logs/compile2.log b/shellops/assets/ShellOps_58b3289624/init/build_logs/compile2.log new file mode 100644 index 0000000000000000000000000000000000000000..488d55c8fbc1a2722a1b3de2093a5c547294cf51 --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/init/build_logs/compile2.log @@ -0,0 +1,2 @@ +[INFO] Starting compilation +[INFO] Compilation successful \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/init/build_logs/compile3.log b/shellops/assets/ShellOps_58b3289624/init/build_logs/compile3.log new file mode 100644 index 0000000000000000000000000000000000000000..045a0dd60747fa2ce20785769fe6215368bccdaf --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/init/build_logs/compile3.log @@ -0,0 +1,3 @@ +[INFO] Starting compilation +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[INFO] Compilation failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_58b3289624/init/build_logs/lint.log b/shellops/assets/ShellOps_58b3289624/init/build_logs/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..89244da87a71e5205d44e205f0411c7e7f3e6d86 --- /dev/null +++ b/shellops/assets/ShellOps_58b3289624/init/build_logs/lint.log @@ -0,0 +1,3 @@ +[INFO] Starting linting +[ERROR] Invalid certificate path: /etc/ssl/certs/ca-bundle.crt missing +[INFO] Linting failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_58cc610744/gold/audit/consent_records.txt b/shellops/assets/ShellOps_58cc610744/gold/audit/consent_records.txt new file mode 100644 index 0000000000000000000000000000000000000000..29ac71f299dcacde2d62023d36f823b69dd7c9d5 --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/gold/audit/consent_records.txt @@ -0,0 +1,5 @@ +participant_id|consent_date|consent_method +P1001|2024-01-16|digital +P1003|2024-03-11|paper +P1005|2024-05-13|digital +P1006|2024-06-01|digital \ No newline at end of file diff --git a/shellops/assets/ShellOps_58cc610744/gold/audit/irrelevant_note.txt b/shellops/assets/ShellOps_58cc610744/gold/audit/irrelevant_note.txt new file mode 100644 index 0000000000000000000000000000000000000000..cda0704e0fc081bdd04583ea39b21c6582e876ad --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/gold/audit/irrelevant_note.txt @@ -0,0 +1 @@ +This file contains administrative notes about the consent audit process that are not part of the structured data and should be ignored. \ No newline at end of file diff --git a/shellops/assets/ShellOps_58cc610744/gold/masters/participants.psv b/shellops/assets/ShellOps_58cc610744/gold/masters/participants.psv new file mode 100644 index 0000000000000000000000000000000000000000..4c2b32cecf8c14e6da1d9634bc4f91747a8aa2a7 --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/gold/masters/participants.psv @@ -0,0 +1,6 @@ +participant_id|cohort|enrollment_date +P1001|A|2024-01-15 +P1002|B|2024-02-20 +P1003|A|2024-03-10 +P1004|C|2024-04-05 +P1005|B|2024-05-12 \ No newline at end of file diff --git a/shellops/assets/ShellOps_58cc610744/gold/participants_consented.psv b/shellops/assets/ShellOps_58cc610744/gold/participants_consented.psv new file mode 100644 index 0000000000000000000000000000000000000000..1701197e242fcd324afccdb2ffbcfaed8fa0736e --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/gold/participants_consented.psv @@ -0,0 +1,4 @@ +participant_id|cohort|consent_date|consent_method +P1001|A|2024-01-16|digital +P1003|A|2024-03-11|paper +P1005|B|2024-05-13|digital diff --git a/shellops/assets/ShellOps_58cc610744/init/audit/consent_records.txt b/shellops/assets/ShellOps_58cc610744/init/audit/consent_records.txt new file mode 100644 index 0000000000000000000000000000000000000000..29ac71f299dcacde2d62023d36f823b69dd7c9d5 --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/init/audit/consent_records.txt @@ -0,0 +1,5 @@ +participant_id|consent_date|consent_method +P1001|2024-01-16|digital +P1003|2024-03-11|paper +P1005|2024-05-13|digital +P1006|2024-06-01|digital \ No newline at end of file diff --git a/shellops/assets/ShellOps_58cc610744/init/audit/irrelevant_note.txt b/shellops/assets/ShellOps_58cc610744/init/audit/irrelevant_note.txt new file mode 100644 index 0000000000000000000000000000000000000000..cda0704e0fc081bdd04583ea39b21c6582e876ad --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/init/audit/irrelevant_note.txt @@ -0,0 +1 @@ +This file contains administrative notes about the consent audit process that are not part of the structured data and should be ignored. \ No newline at end of file diff --git a/shellops/assets/ShellOps_58cc610744/init/masters/participants.psv b/shellops/assets/ShellOps_58cc610744/init/masters/participants.psv new file mode 100644 index 0000000000000000000000000000000000000000..4c2b32cecf8c14e6da1d9634bc4f91747a8aa2a7 --- /dev/null +++ b/shellops/assets/ShellOps_58cc610744/init/masters/participants.psv @@ -0,0 +1,6 @@ +participant_id|cohort|enrollment_date +P1001|A|2024-01-15 +P1002|B|2024-02-20 +P1003|A|2024-03-10 +P1004|C|2024-04-05 +P1005|B|2024-05-12 \ No newline at end of file diff --git a/shellops/assets/ShellOps_591139bfcd/gold/defects/recorded_issues.yml b/shellops/assets/ShellOps_591139bfcd/gold/defects/recorded_issues.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1c4829b0695757c3462a4c8b0294343ebfd2921 --- /dev/null +++ b/shellops/assets/ShellOps_591139bfcd/gold/defects/recorded_issues.yml @@ -0,0 +1,11 @@ +issues: + - defect_code: XT45 + affected_customer: 763492 + report_date: 2024-01-18 + - defect_code: QW78 + affected_customer: 548201 + report_date: 2024-02-05 + - defect_code: ZB12 + affected_customer: 930516 + report_date: 2024-01-27 + diff --git a/shellops/assets/ShellOps_591139bfcd/gold/returns/.keep b/shellops/assets/ShellOps_591139bfcd/gold/returns/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_591139bfcd/gold/returns/discrepancies.out b/shellops/assets/ShellOps_591139bfcd/gold/returns/discrepancies.out new file mode 100644 index 0000000000000000000000000000000000000000..387be4638795ade9f4848cf5ff680d821dfe2509 --- /dev/null +++ b/shellops/assets/ShellOps_591139bfcd/gold/returns/discrepancies.out @@ -0,0 +1,2 @@ +401385 +930516 diff --git a/shellops/assets/ShellOps_591139bfcd/gold/warranty_db/registrations.yaml b/shellops/assets/ShellOps_591139bfcd/gold/warranty_db/registrations.yaml new file mode 100644 index 0000000000000000000000000000000000000000..378d3fdb64d91ffb90e165ec1dbe966b253a0a91 --- /dev/null +++ b/shellops/assets/ShellOps_591139bfcd/gold/warranty_db/registrations.yaml @@ -0,0 +1,10 @@ +- product_id: A9B4 + customer_id: 548201 + purchase_date: 2023-08-12 +- product_id: C3D7 + customer_id: 763492 + purchase_date: 2023-11-30 +- product_id: F2E1 + customer_id: 401385 + purchase_date: 2023-10-05 + diff --git a/shellops/assets/ShellOps_591139bfcd/init/defects/recorded_issues.yml b/shellops/assets/ShellOps_591139bfcd/init/defects/recorded_issues.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1c4829b0695757c3462a4c8b0294343ebfd2921 --- /dev/null +++ b/shellops/assets/ShellOps_591139bfcd/init/defects/recorded_issues.yml @@ -0,0 +1,11 @@ +issues: + - defect_code: XT45 + affected_customer: 763492 + report_date: 2024-01-18 + - defect_code: QW78 + affected_customer: 548201 + report_date: 2024-02-05 + - defect_code: ZB12 + affected_customer: 930516 + report_date: 2024-01-27 + diff --git a/shellops/assets/ShellOps_591139bfcd/init/returns/.keep b/shellops/assets/ShellOps_591139bfcd/init/returns/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_591139bfcd/init/warranty_db/registrations.yaml b/shellops/assets/ShellOps_591139bfcd/init/warranty_db/registrations.yaml new file mode 100644 index 0000000000000000000000000000000000000000..378d3fdb64d91ffb90e165ec1dbe966b253a0a91 --- /dev/null +++ b/shellops/assets/ShellOps_591139bfcd/init/warranty_db/registrations.yaml @@ -0,0 +1,10 @@ +- product_id: A9B4 + customer_id: 548201 + purchase_date: 2023-08-12 +- product_id: C3D7 + customer_id: 763492 + purchase_date: 2023-11-30 +- product_id: F2E1 + customer_id: 401385 + purchase_date: 2023-10-05 + diff --git a/shellops/assets/ShellOps_5938d8f3cd/gold/incoming/master.csv b/shellops/assets/ShellOps_5938d8f3cd/gold/incoming/master.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c505c39d1f6331c1f336e3d918bf21dfba026a1 --- /dev/null +++ b/shellops/assets/ShellOps_5938d8f3cd/gold/incoming/master.csv @@ -0,0 +1,5 @@ +product_id,batch_code,location +P12345,BATCH_A,WAREHOUSE_1 +P12346,BATCH_B,WAREHOUSE_1 +P12347,BATCH_C,WAREHOUSE_2 +P12349,BATCH_E,WAREHOUSE_3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5938d8f3cd/gold/incoming/shipment.csv b/shellops/assets/ShellOps_5938d8f3cd/gold/incoming/shipment.csv new file mode 100644 index 0000000000000000000000000000000000000000..fde5a03dafda3c745fc3b7122cdbb30a7bdf609c --- /dev/null +++ b/shellops/assets/ShellOps_5938d8f3cd/gold/incoming/shipment.csv @@ -0,0 +1,6 @@ +product_id,batch_code,destination +P12345,BATCH_A,RETAIL_1 +P12346,BATCH_B,RETAIL_1 +P12348,BATCH_D,RETAIL_2 +P12349,BATCH_E,RETAIL_3 +P12350,BATCH_F,RETAIL_4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5938d8f3cd/gold/missing.txt b/shellops/assets/ShellOps_5938d8f3cd/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..df1590ab857d47a7f623bd3108eb9a45f44263e4 --- /dev/null +++ b/shellops/assets/ShellOps_5938d8f3cd/gold/missing.txt @@ -0,0 +1,2 @@ +P12348 +P12350 diff --git a/shellops/assets/ShellOps_5938d8f3cd/init/incoming/master.csv b/shellops/assets/ShellOps_5938d8f3cd/init/incoming/master.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c505c39d1f6331c1f336e3d918bf21dfba026a1 --- /dev/null +++ b/shellops/assets/ShellOps_5938d8f3cd/init/incoming/master.csv @@ -0,0 +1,5 @@ +product_id,batch_code,location +P12345,BATCH_A,WAREHOUSE_1 +P12346,BATCH_B,WAREHOUSE_1 +P12347,BATCH_C,WAREHOUSE_2 +P12349,BATCH_E,WAREHOUSE_3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5938d8f3cd/init/incoming/shipment.csv b/shellops/assets/ShellOps_5938d8f3cd/init/incoming/shipment.csv new file mode 100644 index 0000000000000000000000000000000000000000..fde5a03dafda3c745fc3b7122cdbb30a7bdf609c --- /dev/null +++ b/shellops/assets/ShellOps_5938d8f3cd/init/incoming/shipment.csv @@ -0,0 +1,6 @@ +product_id,batch_code,destination +P12345,BATCH_A,RETAIL_1 +P12346,BATCH_B,RETAIL_1 +P12348,BATCH_D,RETAIL_2 +P12349,BATCH_E,RETAIL_3 +P12350,BATCH_F,RETAIL_4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_597790d496/gold/device_manifest_backupA.tsv b/shellops/assets/ShellOps_597790d496/gold/device_manifest_backupA.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3fecd5e8cb900d6053f7bfe164b60924a25c70ac --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/gold/device_manifest_backupA.tsv @@ -0,0 +1,9 @@ +device_id model serial site +dev_101 X100 A1B2C3 site_north +dev_102 X100 D4E5F6 site_north +dev_103 Y200 G7H8I9 site_south +dev_104 Y200 J0K1L2 site_south +dev_105 Z300 M3N4O5 site_east +dev_106 Z300 P6Q7R8 site_east +dev_107 X100 S9T0U1 site_west +dev_108 Y200 V2W3X4 site_west \ No newline at end of file diff --git a/shellops/assets/ShellOps_597790d496/gold/device_manifest_backupB.tsv b/shellops/assets/ShellOps_597790d496/gold/device_manifest_backupB.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7d1f6e81357e43c06fcf513a9322ad0eb09cc447 --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/gold/device_manifest_backupB.tsv @@ -0,0 +1,7 @@ +device_id model serial site +dev_101 X100 A1B2C3 site_north +dev_103 Y200 G7H8I9 site_south +dev_104 Y200 J0K1L2 site_south +dev_105 Z300 M3N4O5 site_east +dev_107 X100 S9T0U1 site_west +dev_108 Y200 V2W3X4 site_west \ No newline at end of file diff --git a/shellops/assets/ShellOps_597790d496/gold/missing_devices.tsv b/shellops/assets/ShellOps_597790d496/gold/missing_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f0d874d38dbebf032176df0ff54304a6effc06d6 --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/gold/missing_devices.tsv @@ -0,0 +1,3 @@ +device_id status +dev_102 missing_in_B +dev_106 missing_in_B diff --git a/shellops/assets/ShellOps_597790d496/gold/notes.txt b/shellops/assets/ShellOps_597790d496/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..73c868d78f9c218950e6af5d5ef619005bbdef74 --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/gold/notes.txt @@ -0,0 +1,3 @@ +Backup A: full nightly export +Backup B: incremental export after device decommissioning +Check for any missing device IDs in B \ No newline at end of file diff --git a/shellops/assets/ShellOps_597790d496/init/device_manifest_backupA.tsv b/shellops/assets/ShellOps_597790d496/init/device_manifest_backupA.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3fecd5e8cb900d6053f7bfe164b60924a25c70ac --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/init/device_manifest_backupA.tsv @@ -0,0 +1,9 @@ +device_id model serial site +dev_101 X100 A1B2C3 site_north +dev_102 X100 D4E5F6 site_north +dev_103 Y200 G7H8I9 site_south +dev_104 Y200 J0K1L2 site_south +dev_105 Z300 M3N4O5 site_east +dev_106 Z300 P6Q7R8 site_east +dev_107 X100 S9T0U1 site_west +dev_108 Y200 V2W3X4 site_west \ No newline at end of file diff --git a/shellops/assets/ShellOps_597790d496/init/device_manifest_backupB.tsv b/shellops/assets/ShellOps_597790d496/init/device_manifest_backupB.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7d1f6e81357e43c06fcf513a9322ad0eb09cc447 --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/init/device_manifest_backupB.tsv @@ -0,0 +1,7 @@ +device_id model serial site +dev_101 X100 A1B2C3 site_north +dev_103 Y200 G7H8I9 site_south +dev_104 Y200 J0K1L2 site_south +dev_105 Z300 M3N4O5 site_east +dev_107 X100 S9T0U1 site_west +dev_108 Y200 V2W3X4 site_west \ No newline at end of file diff --git a/shellops/assets/ShellOps_597790d496/init/notes.txt b/shellops/assets/ShellOps_597790d496/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..73c868d78f9c218950e6af5d5ef619005bbdef74 --- /dev/null +++ b/shellops/assets/ShellOps_597790d496/init/notes.txt @@ -0,0 +1,3 @@ +Backup A: full nightly export +Backup B: incremental export after device decommissioning +Check for any missing device IDs in B \ No newline at end of file diff --git a/shellops/assets/ShellOps_598fadf56b/gold/bucket_boundaries.txt b/shellops/assets/ShellOps_598fadf56b/gold/bucket_boundaries.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd3a5a80e8a5f2ad852a0d81318d22d48669bdf --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/gold/bucket_boundaries.txt @@ -0,0 +1,10 @@ +0.005 +0.01 +0.025 +0.05 +0.1 +0.25 +0.5 +1.0 +2.5 +5.0 diff --git a/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_a.prom b/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_a.prom new file mode 100644 index 0000000000000000000000000000000000000000..a514373a6455cd97b320308d2a43a8195ffd6cb9 --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_a.prom @@ -0,0 +1,13 @@ +# HELP http_request_duration_seconds HTTP request duration in seconds +# TYPE http_request_duration_seconds histogram +http_request_duration_seconds{service="api",node="a1",le="0.005"} 12 +http_request_duration_seconds{service="api",node="a1",le="0.01"} 45 +http_request_duration_seconds{service="api",node="a1",le="0.025"} 89 +http_request_duration_seconds{service="api",node="a1",le="0.05"} 142 +http_request_duration_seconds{service="api",node="a1",le="0.1"} 201 +http_request_duration_seconds{service="api",node="a1",le="0.25"} 288 +http_request_duration_seconds{service="api",node="a1",le="0.5"} 320 +http_request_duration_seconds{service="api",node="a1",le="1.0"} 345 +http_request_duration_seconds{service="api",node="a1",le="2.5"} 358 +http_request_duration_seconds{service="api",node="a1",le="5.0"} 360 +http_request_duration_seconds{service="api",node="a1",le="+Inf"} 361 diff --git a/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_b.prom b/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_b.prom new file mode 100644 index 0000000000000000000000000000000000000000..6a801b9a7266a14122e0e684a0dcfd07d0f3aa40 --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_b.prom @@ -0,0 +1,11 @@ +# HELP http_request_duration_seconds HTTP request duration in seconds +# TYPE http_request_duration_seconds histogram +http_request_duration_seconds{service="web",node="b2",le="0.01"} 8 +http_request_duration_seconds{service="web",node="b2",le="0.025"} 31 +http_request_duration_seconds{service="web",node="b2",le="0.05"} 67 +http_request_duration_seconds{service="web",node="b2",le="0.1"} 124 +http_request_duration_seconds{service="web",node="b2",le="0.25"} 203 +http_request_duration_seconds{service="web",node="b2",le="0.5"} 245 +http_request_duration_seconds{service="web",node="b2",le="1.0"} 278 +http_request_duration_seconds{service="web",node="b2",le="2.5"} 291 +http_request_duration_seconds{service="web",node="b2",le="+Inf"} 292 diff --git a/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_c.prom b/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_c.prom new file mode 100644 index 0000000000000000000000000000000000000000..dd435d350fdf19d748dcf865ea6360d2d669163d --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/gold/metrics/service_c.prom @@ -0,0 +1,13 @@ +# HELP grpc_server_handling_seconds GRPC server handling duration in seconds +# TYPE grpc_server_handling_seconds histogram +grpc_server_handling_seconds{service="rpc",node="c3",le="0.005"} 5 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.01"} 22 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.025"} 58 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.05"} 99 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.1"} 155 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.25"} 210 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.5"} 248 +grpc_server_handling_seconds{service="rpc",node="c3",le="1.0"} 275 +grpc_server_handling_seconds{service="rpc",node="c3",le="2.5"} 288 +grpc_server_handling_seconds{service="rpc",node="c3",le="5.0"} 290 +grpc_server_handling_seconds{service="rpc",node="c3",le="+Inf"} 290 diff --git a/shellops/assets/ShellOps_598fadf56b/init/metrics/service_a.prom b/shellops/assets/ShellOps_598fadf56b/init/metrics/service_a.prom new file mode 100644 index 0000000000000000000000000000000000000000..a514373a6455cd97b320308d2a43a8195ffd6cb9 --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/init/metrics/service_a.prom @@ -0,0 +1,13 @@ +# HELP http_request_duration_seconds HTTP request duration in seconds +# TYPE http_request_duration_seconds histogram +http_request_duration_seconds{service="api",node="a1",le="0.005"} 12 +http_request_duration_seconds{service="api",node="a1",le="0.01"} 45 +http_request_duration_seconds{service="api",node="a1",le="0.025"} 89 +http_request_duration_seconds{service="api",node="a1",le="0.05"} 142 +http_request_duration_seconds{service="api",node="a1",le="0.1"} 201 +http_request_duration_seconds{service="api",node="a1",le="0.25"} 288 +http_request_duration_seconds{service="api",node="a1",le="0.5"} 320 +http_request_duration_seconds{service="api",node="a1",le="1.0"} 345 +http_request_duration_seconds{service="api",node="a1",le="2.5"} 358 +http_request_duration_seconds{service="api",node="a1",le="5.0"} 360 +http_request_duration_seconds{service="api",node="a1",le="+Inf"} 361 diff --git a/shellops/assets/ShellOps_598fadf56b/init/metrics/service_b.prom b/shellops/assets/ShellOps_598fadf56b/init/metrics/service_b.prom new file mode 100644 index 0000000000000000000000000000000000000000..6a801b9a7266a14122e0e684a0dcfd07d0f3aa40 --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/init/metrics/service_b.prom @@ -0,0 +1,11 @@ +# HELP http_request_duration_seconds HTTP request duration in seconds +# TYPE http_request_duration_seconds histogram +http_request_duration_seconds{service="web",node="b2",le="0.01"} 8 +http_request_duration_seconds{service="web",node="b2",le="0.025"} 31 +http_request_duration_seconds{service="web",node="b2",le="0.05"} 67 +http_request_duration_seconds{service="web",node="b2",le="0.1"} 124 +http_request_duration_seconds{service="web",node="b2",le="0.25"} 203 +http_request_duration_seconds{service="web",node="b2",le="0.5"} 245 +http_request_duration_seconds{service="web",node="b2",le="1.0"} 278 +http_request_duration_seconds{service="web",node="b2",le="2.5"} 291 +http_request_duration_seconds{service="web",node="b2",le="+Inf"} 292 diff --git a/shellops/assets/ShellOps_598fadf56b/init/metrics/service_c.prom b/shellops/assets/ShellOps_598fadf56b/init/metrics/service_c.prom new file mode 100644 index 0000000000000000000000000000000000000000..dd435d350fdf19d748dcf865ea6360d2d669163d --- /dev/null +++ b/shellops/assets/ShellOps_598fadf56b/init/metrics/service_c.prom @@ -0,0 +1,13 @@ +# HELP grpc_server_handling_seconds GRPC server handling duration in seconds +# TYPE grpc_server_handling_seconds histogram +grpc_server_handling_seconds{service="rpc",node="c3",le="0.005"} 5 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.01"} 22 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.025"} 58 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.05"} 99 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.1"} 155 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.25"} 210 +grpc_server_handling_seconds{service="rpc",node="c3",le="0.5"} 248 +grpc_server_handling_seconds{service="rpc",node="c3",le="1.0"} 275 +grpc_server_handling_seconds{service="rpc",node="c3",le="2.5"} 288 +grpc_server_handling_seconds{service="rpc",node="c3",le="5.0"} 290 +grpc_server_handling_seconds{service="rpc",node="c3",le="+Inf"} 290 diff --git a/shellops/assets/ShellOps_599e701825/gold/access_rules.conf b/shellops/assets/ShellOps_599e701825/gold/access_rules.conf new file mode 100644 index 0000000000000000000000000000000000000000..41ab3a570a7e4ba9344c621d993db6760ce81c30 --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/gold/access_rules.conf @@ -0,0 +1,8 @@ +# Quarterly access rules +user: alice +user: bob +user: charlie +deny: dave +user: eve +allow: frank +user: grace diff --git a/shellops/assets/ShellOps_599e701825/gold/auth_snapshot.yaml b/shellops/assets/ShellOps_599e701825/gold/auth_snapshot.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2d8e7773e1fdd371ca36d1f45e5baac705588def --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/gold/auth_snapshot.yaml @@ -0,0 +1,15 @@ +--- +name: alice +role: admin +--- +name: bob +role: viewer +--- +name: dave +role: auditor +--- +name: grace +role: editor +--- +name: mallory +role: intruder diff --git a/shellops/assets/ShellOps_599e701825/gold/distractor/notes.txt b/shellops/assets/ShellOps_599e701825/gold/distractor/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ca3fc29d6af4fc06e796f839637042f3356083d --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/gold/distractor/notes.txt @@ -0,0 +1 @@ +Ignore this file, it contains unrelated remarks about the previous audit cycle. \ No newline at end of file diff --git a/shellops/assets/ShellOps_599e701825/gold/missing_access.log b/shellops/assets/ShellOps_599e701825/gold/missing_access.log new file mode 100644 index 0000000000000000000000000000000000000000..5e9ed9bbfee04c6382f74f7cc0959b6420046d9e --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/gold/missing_access.log @@ -0,0 +1,2 @@ +charlie|missing +eve|missing diff --git a/shellops/assets/ShellOps_599e701825/init/access_rules.conf b/shellops/assets/ShellOps_599e701825/init/access_rules.conf new file mode 100644 index 0000000000000000000000000000000000000000..41ab3a570a7e4ba9344c621d993db6760ce81c30 --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/init/access_rules.conf @@ -0,0 +1,8 @@ +# Quarterly access rules +user: alice +user: bob +user: charlie +deny: dave +user: eve +allow: frank +user: grace diff --git a/shellops/assets/ShellOps_599e701825/init/auth_snapshot.yaml b/shellops/assets/ShellOps_599e701825/init/auth_snapshot.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2d8e7773e1fdd371ca36d1f45e5baac705588def --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/init/auth_snapshot.yaml @@ -0,0 +1,15 @@ +--- +name: alice +role: admin +--- +name: bob +role: viewer +--- +name: dave +role: auditor +--- +name: grace +role: editor +--- +name: mallory +role: intruder diff --git a/shellops/assets/ShellOps_599e701825/init/distractor/notes.txt b/shellops/assets/ShellOps_599e701825/init/distractor/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ca3fc29d6af4fc06e796f839637042f3356083d --- /dev/null +++ b/shellops/assets/ShellOps_599e701825/init/distractor/notes.txt @@ -0,0 +1 @@ +Ignore this file, it contains unrelated remarks about the previous audit cycle. \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/central.log b/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/central.log new file mode 100644 index 0000000000000000000000000000000000000000..59c42d89f8f2f22181285f38e2198d4e18b5e140 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/central.log @@ -0,0 +1 @@ +2024-05-01 10:00:00 [INFO] Device ID: 105 - Power cycle completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/east.log b/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/east.log new file mode 100644 index 0000000000000000000000000000000000000000..e04aaeacfd90b890f84f30d464d7fcefe6175fd3 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/east.log @@ -0,0 +1,2 @@ +2024-05-01 08:00:00 [ERROR] Device ID: 45 - Voltage surge detected +2024-05-01 08:05:00 [INFO] Device ID: 17 - System normal \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/west.log b/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/west.log new file mode 100644 index 0000000000000000000000000000000000000000..fd7651d6801832e2084c7a41ec643970772f36fc --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/gold/assets/power/clusters/west.log @@ -0,0 +1,2 @@ +2024-05-01 09:00:00 [WARN] Device ID: 82 - Temperature threshold exceeded +2024-05-01 09:30:00 [ERROR] Device ID: 45 - Voltage drop \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/gold/control/device_manifest.bib b/shellops/assets/ShellOps_59c9475d22/gold/control/device_manifest.bib new file mode 100644 index 0000000000000000000000000000000000000000..db0cb826e51d23d93d54ef6d9e5848580ea67aa5 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/gold/control/device_manifest.bib @@ -0,0 +1,3 @@ +@device{45, firmware="v2.1.7"} +@device{17, firmware="v1.9.3"} +@device{82, firmware="v3.0.0"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/gold/misaligned_devices.out b/shellops/assets/ShellOps_59c9475d22/gold/misaligned_devices.out new file mode 100644 index 0000000000000000000000000000000000000000..f96ac06721837aa6a644a580c03c76f304e81db0 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/gold/misaligned_devices.out @@ -0,0 +1 @@ +105 diff --git a/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/central.log b/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/central.log new file mode 100644 index 0000000000000000000000000000000000000000..59c42d89f8f2f22181285f38e2198d4e18b5e140 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/central.log @@ -0,0 +1 @@ +2024-05-01 10:00:00 [INFO] Device ID: 105 - Power cycle completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/east.log b/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/east.log new file mode 100644 index 0000000000000000000000000000000000000000..e04aaeacfd90b890f84f30d464d7fcefe6175fd3 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/east.log @@ -0,0 +1,2 @@ +2024-05-01 08:00:00 [ERROR] Device ID: 45 - Voltage surge detected +2024-05-01 08:05:00 [INFO] Device ID: 17 - System normal \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/west.log b/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/west.log new file mode 100644 index 0000000000000000000000000000000000000000..fd7651d6801832e2084c7a41ec643970772f36fc --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/init/assets/power/clusters/west.log @@ -0,0 +1,2 @@ +2024-05-01 09:00:00 [WARN] Device ID: 82 - Temperature threshold exceeded +2024-05-01 09:30:00 [ERROR] Device ID: 45 - Voltage drop \ No newline at end of file diff --git a/shellops/assets/ShellOps_59c9475d22/init/control/device_manifest.bib b/shellops/assets/ShellOps_59c9475d22/init/control/device_manifest.bib new file mode 100644 index 0000000000000000000000000000000000000000..db0cb826e51d23d93d54ef6d9e5848580ea67aa5 --- /dev/null +++ b/shellops/assets/ShellOps_59c9475d22/init/control/device_manifest.bib @@ -0,0 +1,3 @@ +@device{45, firmware="v2.1.7"} +@device{17, firmware="v1.9.3"} +@device{82, firmware="v3.0.0"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a2327d53a/gold/active_builds.txt b/shellops/assets/ShellOps_5a2327d53a/gold/active_builds.txt new file mode 100644 index 0000000000000000000000000000000000000000..79a1f8389cbceed4f20c68a6da86897aaa3c809b --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/gold/active_builds.txt @@ -0,0 +1,3 @@ +bld_2024_001 +bld_2024_003 +bld_2024_004 diff --git a/shellops/assets/ShellOps_5a2327d53a/gold/baseline/builds.json b/shellops/assets/ShellOps_5a2327d53a/gold/baseline/builds.json new file mode 100644 index 0000000000000000000000000000000000000000..59574620c6ae63c88b0eabc8a3fd9262127d9c32 --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/gold/baseline/builds.json @@ -0,0 +1,9 @@ +{ + "approved_builds": [ + {"build_id": "bld_2024_001", "version": "4.2.1", "target": "x86_64"}, + {"build_id": "bld_2024_002", "version": "4.2.2", "target": "arm64"}, + {"build_id": "bld_2023_089", "version": "4.1.9", "target": "arm64"}, + {"build_id": "bld_2024_003", "version": "4.2.3", "target": "x86_64"}, + {"build_id": "bld_2024_004", "version": "4.2.4", "target": "arm64"} + ] +} diff --git a/shellops/assets/ShellOps_5a2327d53a/gold/distractor/builds_legacy.json b/shellops/assets/ShellOps_5a2327d53a/gold/distractor/builds_legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..27a9944784cc7ae24a1ddcf275eefe3f97ebf7a8 --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/gold/distractor/builds_legacy.json @@ -0,0 +1,6 @@ +{ + "legacy_builds": [ + {"build_id": "bld_2022_150", "version": "3.9.5"}, + {"build_id": "bld_2022_151", "version": "3.9.6"} + ] +} diff --git a/shellops/assets/ShellOps_5a2327d53a/gold/overrides/hold_list.json b/shellops/assets/ShellOps_5a2327d53a/gold/overrides/hold_list.json new file mode 100644 index 0000000000000000000000000000000000000000..02852fb4d09d2498aea9a446ea8991f41a113e53 --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/gold/overrides/hold_list.json @@ -0,0 +1,6 @@ +{ + "on_hold": [ + {"build_id": "bld_2024_002", "reason": "CVE-2024-1234", "issued": "2024-05-10"}, + {"build_id": "bld_2023_089", "reason": "CVE-2023-9876", "issued": "2023-12-01"} + ] +} diff --git a/shellops/assets/ShellOps_5a2327d53a/init/baseline/builds.json b/shellops/assets/ShellOps_5a2327d53a/init/baseline/builds.json new file mode 100644 index 0000000000000000000000000000000000000000..59574620c6ae63c88b0eabc8a3fd9262127d9c32 --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/init/baseline/builds.json @@ -0,0 +1,9 @@ +{ + "approved_builds": [ + {"build_id": "bld_2024_001", "version": "4.2.1", "target": "x86_64"}, + {"build_id": "bld_2024_002", "version": "4.2.2", "target": "arm64"}, + {"build_id": "bld_2023_089", "version": "4.1.9", "target": "arm64"}, + {"build_id": "bld_2024_003", "version": "4.2.3", "target": "x86_64"}, + {"build_id": "bld_2024_004", "version": "4.2.4", "target": "arm64"} + ] +} diff --git a/shellops/assets/ShellOps_5a2327d53a/init/distractor/builds_legacy.json b/shellops/assets/ShellOps_5a2327d53a/init/distractor/builds_legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..27a9944784cc7ae24a1ddcf275eefe3f97ebf7a8 --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/init/distractor/builds_legacy.json @@ -0,0 +1,6 @@ +{ + "legacy_builds": [ + {"build_id": "bld_2022_150", "version": "3.9.5"}, + {"build_id": "bld_2022_151", "version": "3.9.6"} + ] +} diff --git a/shellops/assets/ShellOps_5a2327d53a/init/overrides/hold_list.json b/shellops/assets/ShellOps_5a2327d53a/init/overrides/hold_list.json new file mode 100644 index 0000000000000000000000000000000000000000..02852fb4d09d2498aea9a446ea8991f41a113e53 --- /dev/null +++ b/shellops/assets/ShellOps_5a2327d53a/init/overrides/hold_list.json @@ -0,0 +1,6 @@ +{ + "on_hold": [ + {"build_id": "bld_2024_002", "reason": "CVE-2024-1234", "issued": "2024-05-10"}, + {"build_id": "bld_2023_089", "reason": "CVE-2023-9876", "issued": "2023-12-01"} + ] +} diff --git a/shellops/assets/ShellOps_5a276bd61a/gold/module_counts.csv b/shellops/assets/ShellOps_5a276bd61a/gold/module_counts.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bee89dd75d8d830f2b56c167d13d6435f8cca0a --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/gold/module_counts.csv @@ -0,0 +1,3 @@ +auth,3 +database,2 +network,4 diff --git a/shellops/assets/ShellOps_5a276bd61a/gold/traces/auth.trace b/shellops/assets/ShellOps_5a276bd61a/gold/traces/auth.trace new file mode 100644 index 0000000000000000000000000000000000000000..f0fdb44044711a5205155ef8532c6be6711ff146 --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/gold/traces/auth.trace @@ -0,0 +1,3 @@ +MODULE=auth TIMESTAMP=2024-05-01T12:00:00 MESSAGE=token issued +MODULE=auth TIMESTAMP=2024-05-01T12:01:00 MESSAGE=validation passed +TIMESTAMP=2024-05-01T12:02:00 MESSAGE=unexpected format \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/gold/traces/database.trace b/shellops/assets/ShellOps_5a276bd61a/gold/traces/database.trace new file mode 100644 index 0000000000000000000000000000000000000000..a742be194d3fa8959065a47184b942f8df909fea --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/gold/traces/database.trace @@ -0,0 +1,4 @@ +MODULE=database TIMESTAMP=2024-05-01T11:00:00 MESSAGE=transaction committed +MODULE=network TIMESTAMP=2024-05-01T11:01:00 MESSAGE=re‑established +MODULE=auth TIMESTAMP=2024-05-01T11:02:00 MESSAGE=login succeeded +TIMESTAMP=2024-05-01T11:03:00 MESSAGE=orphan line \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/gold/traces/legacy.err b/shellops/assets/ShellOps_5a276bd61a/gold/traces/legacy.err new file mode 100644 index 0000000000000000000000000000000000000000..ac3a71b0dc3f6f4cbb7a46327f834bd476a42780 --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/gold/traces/legacy.err @@ -0,0 +1,3 @@ +ERROR: missing module +TIMESTAMP=2024-05-01T09:00:00 MESSAGE=broken pipe +ERROR: unknown \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/gold/traces/network.trace b/shellops/assets/ShellOps_5a276bd61a/gold/traces/network.trace new file mode 100644 index 0000000000000000000000000000000000000000..d5c9fe8de4e5ea52f33cb920ee499f0c275822d2 --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/gold/traces/network.trace @@ -0,0 +1,5 @@ +MODULE=network TIMESTAMP=2024-05-01T10:00:00 MESSAGE=connection established +MODULE=network TIMESTAMP=2024-05-01T10:01:00 MESSAGE=sent packet +MODULE=network TIMESTAMP=2024-05-01T10:02:00 MESSAGE=connection closed +TIMESTAMP=2024-05-01T10:03:00 MESSAGE=unknown event +MODULE=database TIMESTAMP=2024-05-01T10:04:00 MESSAGE=query executed \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/gold/traces/old_session.err b/shellops/assets/ShellOps_5a276bd61a/gold/traces/old_session.err new file mode 100644 index 0000000000000000000000000000000000000000..7799be4179477c90f25b5454b5e2aba3e0037c3f --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/gold/traces/old_session.err @@ -0,0 +1 @@ +MODULE=session TIMESTAMP=2024-04-30T23:00:00 MESSAGE=session expired \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/init/traces/auth.trace b/shellops/assets/ShellOps_5a276bd61a/init/traces/auth.trace new file mode 100644 index 0000000000000000000000000000000000000000..f0fdb44044711a5205155ef8532c6be6711ff146 --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/init/traces/auth.trace @@ -0,0 +1,3 @@ +MODULE=auth TIMESTAMP=2024-05-01T12:00:00 MESSAGE=token issued +MODULE=auth TIMESTAMP=2024-05-01T12:01:00 MESSAGE=validation passed +TIMESTAMP=2024-05-01T12:02:00 MESSAGE=unexpected format \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/init/traces/database.trace b/shellops/assets/ShellOps_5a276bd61a/init/traces/database.trace new file mode 100644 index 0000000000000000000000000000000000000000..a742be194d3fa8959065a47184b942f8df909fea --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/init/traces/database.trace @@ -0,0 +1,4 @@ +MODULE=database TIMESTAMP=2024-05-01T11:00:00 MESSAGE=transaction committed +MODULE=network TIMESTAMP=2024-05-01T11:01:00 MESSAGE=re‑established +MODULE=auth TIMESTAMP=2024-05-01T11:02:00 MESSAGE=login succeeded +TIMESTAMP=2024-05-01T11:03:00 MESSAGE=orphan line \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/init/traces/legacy.err b/shellops/assets/ShellOps_5a276bd61a/init/traces/legacy.err new file mode 100644 index 0000000000000000000000000000000000000000..ac3a71b0dc3f6f4cbb7a46327f834bd476a42780 --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/init/traces/legacy.err @@ -0,0 +1,3 @@ +ERROR: missing module +TIMESTAMP=2024-05-01T09:00:00 MESSAGE=broken pipe +ERROR: unknown \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/init/traces/network.trace b/shellops/assets/ShellOps_5a276bd61a/init/traces/network.trace new file mode 100644 index 0000000000000000000000000000000000000000..d5c9fe8de4e5ea52f33cb920ee499f0c275822d2 --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/init/traces/network.trace @@ -0,0 +1,5 @@ +MODULE=network TIMESTAMP=2024-05-01T10:00:00 MESSAGE=connection established +MODULE=network TIMESTAMP=2024-05-01T10:01:00 MESSAGE=sent packet +MODULE=network TIMESTAMP=2024-05-01T10:02:00 MESSAGE=connection closed +TIMESTAMP=2024-05-01T10:03:00 MESSAGE=unknown event +MODULE=database TIMESTAMP=2024-05-01T10:04:00 MESSAGE=query executed \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a276bd61a/init/traces/old_session.err b/shellops/assets/ShellOps_5a276bd61a/init/traces/old_session.err new file mode 100644 index 0000000000000000000000000000000000000000..7799be4179477c90f25b5454b5e2aba3e0037c3f --- /dev/null +++ b/shellops/assets/ShellOps_5a276bd61a/init/traces/old_session.err @@ -0,0 +1 @@ +MODULE=session TIMESTAMP=2024-04-30T23:00:00 MESSAGE=session expired \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a330bc9b7/gold/active_nodes.txt b/shellops/assets/ShellOps_5a330bc9b7/gold/active_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..47d75ab45a8abb5e9ac1ea555d16533e6e3f1e98 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/gold/active_nodes.txt @@ -0,0 +1,3 @@ +alpha-node +beta-node +gamma-node diff --git a/shellops/assets/ShellOps_5a330bc9b7/gold/configs/alpha-node.xml b/shellops/assets/ShellOps_5a330bc9b7/gold/configs/alpha-node.xml new file mode 100644 index 0000000000000000000000000000000000000000..a903b4d05676a87212dd6f937443a0066a76de37 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/gold/configs/alpha-node.xml @@ -0,0 +1 @@ +alpha-nodeapproved \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a330bc9b7/gold/configs/beta-node.xml b/shellops/assets/ShellOps_5a330bc9b7/gold/configs/beta-node.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc5123bb6300f08c9384c84fcdbd72d8bfbde343 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/gold/configs/beta-node.xml @@ -0,0 +1 @@ +beta-nodepending \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a330bc9b7/gold/configs/delta-node.xml b/shellops/assets/ShellOps_5a330bc9b7/gold/configs/delta-node.xml new file mode 100644 index 0000000000000000000000000000000000000000..144f388ab9d4372fd502ef349390732c7f477334 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/gold/configs/delta-node.xml @@ -0,0 +1 @@ +delta-nodeapproved \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a330bc9b7/gold/missing_approvals.log b/shellops/assets/ShellOps_5a330bc9b7/gold/missing_approvals.log new file mode 100644 index 0000000000000000000000000000000000000000..bb6f91769160efbf09faf2bbc4eeb7a8749e66e2 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/gold/missing_approvals.log @@ -0,0 +1,2 @@ +beta-node +gamma-node diff --git a/shellops/assets/ShellOps_5a330bc9b7/init/active_nodes.txt b/shellops/assets/ShellOps_5a330bc9b7/init/active_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..47d75ab45a8abb5e9ac1ea555d16533e6e3f1e98 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/init/active_nodes.txt @@ -0,0 +1,3 @@ +alpha-node +beta-node +gamma-node diff --git a/shellops/assets/ShellOps_5a330bc9b7/init/configs/alpha-node.xml b/shellops/assets/ShellOps_5a330bc9b7/init/configs/alpha-node.xml new file mode 100644 index 0000000000000000000000000000000000000000..a903b4d05676a87212dd6f937443a0066a76de37 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/init/configs/alpha-node.xml @@ -0,0 +1 @@ +alpha-nodeapproved \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a330bc9b7/init/configs/beta-node.xml b/shellops/assets/ShellOps_5a330bc9b7/init/configs/beta-node.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc5123bb6300f08c9384c84fcdbd72d8bfbde343 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/init/configs/beta-node.xml @@ -0,0 +1 @@ +beta-nodepending \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a330bc9b7/init/configs/delta-node.xml b/shellops/assets/ShellOps_5a330bc9b7/init/configs/delta-node.xml new file mode 100644 index 0000000000000000000000000000000000000000..144f388ab9d4372fd502ef349390732c7f477334 --- /dev/null +++ b/shellops/assets/ShellOps_5a330bc9b7/init/configs/delta-node.xml @@ -0,0 +1 @@ +delta-nodeapproved \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a57fe7e41/gold/active_contracts.txt b/shellops/assets/ShellOps_5a57fe7e41/gold/active_contracts.txt new file mode 100644 index 0000000000000000000000000000000000000000..c06ef346723a7b47ce80444d137a1fc91d1b74b9 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/gold/active_contracts.txt @@ -0,0 +1,4 @@ +vendor_id:123 +vendor_id:456 +vendor_id:456 +vendor_id:789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a57fe7e41/gold/missing_vendors.txt b/shellops/assets/ShellOps_5a57fe7e41/gold/missing_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d38505c168687ee1b42c6b49f30d45468ab5638 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/gold/missing_vendors.txt @@ -0,0 +1 @@ +456 diff --git a/shellops/assets/ShellOps_5a57fe7e41/gold/placeholder.log b/shellops/assets/ShellOps_5a57fe7e41/gold/placeholder.log new file mode 100644 index 0000000000000000000000000000000000000000..d1f660ee27edf726af5594ff924e803dedd45a70 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/gold/placeholder.log @@ -0,0 +1 @@ +unrelated log entry \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a57fe7e41/gold/verified_vendors.xml b/shellops/assets/ShellOps_5a57fe7e41/gold/verified_vendors.xml new file mode 100644 index 0000000000000000000000000000000000000000..3684c91a8a52d6317685789155d083c28d2839a6 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/gold/verified_vendors.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a57fe7e41/init/active_contracts.txt b/shellops/assets/ShellOps_5a57fe7e41/init/active_contracts.txt new file mode 100644 index 0000000000000000000000000000000000000000..c06ef346723a7b47ce80444d137a1fc91d1b74b9 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/init/active_contracts.txt @@ -0,0 +1,4 @@ +vendor_id:123 +vendor_id:456 +vendor_id:456 +vendor_id:789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a57fe7e41/init/placeholder.log b/shellops/assets/ShellOps_5a57fe7e41/init/placeholder.log new file mode 100644 index 0000000000000000000000000000000000000000..d1f660ee27edf726af5594ff924e803dedd45a70 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/init/placeholder.log @@ -0,0 +1 @@ +unrelated log entry \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a57fe7e41/init/verified_vendors.xml b/shellops/assets/ShellOps_5a57fe7e41/init/verified_vendors.xml new file mode 100644 index 0000000000000000000000000000000000000000..3684c91a8a52d6317685789155d083c28d2839a6 --- /dev/null +++ b/shellops/assets/ShellOps_5a57fe7e41/init/verified_vendors.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a828ed4d2/gold/active.txt b/shellops/assets/ShellOps_5a828ed4d2/gold/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e7aa9bfdebbf8b2d1c33314c569466cfddcb9d5 --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/gold/active.txt @@ -0,0 +1,3 @@ +auth_service +cache_handler +metrics_collector diff --git a/shellops/assets/ShellOps_5a828ed4d2/gold/distractor.yaml b/shellops/assets/ShellOps_5a828ed4d2/gold/distractor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..acdd94dc69541170aa20b7e40cdeada6ee2cda22 --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/gold/distractor.yaml @@ -0,0 +1,2 @@ +modules: + - obsolete_worker diff --git a/shellops/assets/ShellOps_5a828ed4d2/gold/qualified_modules.txt b/shellops/assets/ShellOps_5a828ed4d2/gold/qualified_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..65f41e554ee660210aafd933645e8102630d805e --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/gold/qualified_modules.txt @@ -0,0 +1,2 @@ +cache_handler +metrics_collector diff --git a/shellops/assets/ShellOps_5a828ed4d2/gold/release_notes.md b/shellops/assets/ShellOps_5a828ed4d2/gold/release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..45ce806d08fa1a732fa70bf01bd4a6a6bc3344ba --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/gold/release_notes.md @@ -0,0 +1,5 @@ +auth_service +billing_lib +cache_handler +logging_driver +metrics_collector diff --git a/shellops/assets/ShellOps_5a828ed4d2/gold/standby.txt b/shellops/assets/ShellOps_5a828ed4d2/gold/standby.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f076c22075d8f9724c3ddd84fcaa196dfe9fb1d --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/gold/standby.txt @@ -0,0 +1,3 @@ +billing_lib +cache_handler +metrics_collector diff --git a/shellops/assets/ShellOps_5a828ed4d2/init/active.txt b/shellops/assets/ShellOps_5a828ed4d2/init/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e7aa9bfdebbf8b2d1c33314c569466cfddcb9d5 --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/init/active.txt @@ -0,0 +1,3 @@ +auth_service +cache_handler +metrics_collector diff --git a/shellops/assets/ShellOps_5a828ed4d2/init/distractor.yaml b/shellops/assets/ShellOps_5a828ed4d2/init/distractor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..acdd94dc69541170aa20b7e40cdeada6ee2cda22 --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/init/distractor.yaml @@ -0,0 +1,2 @@ +modules: + - obsolete_worker diff --git a/shellops/assets/ShellOps_5a828ed4d2/init/release_notes.md b/shellops/assets/ShellOps_5a828ed4d2/init/release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..45ce806d08fa1a732fa70bf01bd4a6a6bc3344ba --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/init/release_notes.md @@ -0,0 +1,5 @@ +auth_service +billing_lib +cache_handler +logging_driver +metrics_collector diff --git a/shellops/assets/ShellOps_5a828ed4d2/init/standby.txt b/shellops/assets/ShellOps_5a828ed4d2/init/standby.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f076c22075d8f9724c3ddd84fcaa196dfe9fb1d --- /dev/null +++ b/shellops/assets/ShellOps_5a828ed4d2/init/standby.txt @@ -0,0 +1,3 @@ +billing_lib +cache_handler +metrics_collector diff --git a/shellops/assets/ShellOps_5a92b16453/gold/pollutants_list.txt b/shellops/assets/ShellOps_5a92b16453/gold/pollutants_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d9fea78fcb576cb4be30e962e989fe90a454ed4 --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/gold/pollutants_list.txt @@ -0,0 +1,6 @@ +CO +NO2 +O3 +PM10 +PM2.5 +SO2 diff --git a/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus1_readings.json b/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus1_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..b98640cd3a79522c7febad6011ef842723d449aa --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus1_readings.json @@ -0,0 +1,14 @@ +{ + "readings": [ + { + "pollutant": "PM2.5", + "value": 15.6, + "unit": "μg/m³" + }, + { + "pollutant": "NO2", + "value": 28.3, + "unit": "ppb" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus2_readings.json b/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus2_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..69c30a680f4992c1957a411da3ffffa524cb93a4 --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus2_readings.json @@ -0,0 +1,14 @@ +{ + "readings": [ + { + "pollutant": "O3", + "value": 45.2, + "unit": "ppb" + }, + { + "pollutant": "SO2", + "value": 12.7, + "unit": "ppb" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus3_readings.json b/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus3_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..0de1c03450a746fc2886d8bee27d184a920b7349 --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/gold/sensor_data/campus3_readings.json @@ -0,0 +1,14 @@ +{ + "readings": [ + { + "pollutant": "PM10", + "value": 22.4, + "unit": "μg/m³" + }, + { + "pollutant": "CO", + "value": 0.8, + "unit": "ppm" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus1_readings.json b/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus1_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..b98640cd3a79522c7febad6011ef842723d449aa --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus1_readings.json @@ -0,0 +1,14 @@ +{ + "readings": [ + { + "pollutant": "PM2.5", + "value": 15.6, + "unit": "μg/m³" + }, + { + "pollutant": "NO2", + "value": 28.3, + "unit": "ppb" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus2_readings.json b/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus2_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..69c30a680f4992c1957a411da3ffffa524cb93a4 --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus2_readings.json @@ -0,0 +1,14 @@ +{ + "readings": [ + { + "pollutant": "O3", + "value": 45.2, + "unit": "ppb" + }, + { + "pollutant": "SO2", + "value": 12.7, + "unit": "ppb" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus3_readings.json b/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus3_readings.json new file mode 100644 index 0000000000000000000000000000000000000000..0de1c03450a746fc2886d8bee27d184a920b7349 --- /dev/null +++ b/shellops/assets/ShellOps_5a92b16453/init/sensor_data/campus3_readings.json @@ -0,0 +1,14 @@ +{ + "readings": [ + { + "pollutant": "PM10", + "value": 22.4, + "unit": "μg/m³" + }, + { + "pollutant": "CO", + "value": 0.8, + "unit": "ppm" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5aaa1f7727/gold/baseline/approved_components.txt b/shellops/assets/ShellOps_5aaa1f7727/gold/baseline/approved_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..600d48ac740e0e5904838e02446d117c410ec089 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/gold/baseline/approved_components.txt @@ -0,0 +1,5 @@ +alpha +beta +gamma +delta +epsilon diff --git a/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/active_components.xml b/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/active_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f3f5cecf519b5b15a921b13d45cd2055c59ddc9 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/active_components.xml @@ -0,0 +1,21 @@ + + + + host1 + + + host2 + + + host3 + + + host4 + + + host5 + + + host6 + + diff --git a/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/extra_components.txt b/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/extra_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..10c83e21c8198287cbbec3b019981f80e8eb5836 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/extra_components.txt @@ -0,0 +1,2 @@ +eta +zeta diff --git a/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/notes.md b/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..506bac90b4f3a625df365151c79550eef97dd872 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/gold/inventory/notes.md @@ -0,0 +1,3 @@ +# Operational notes + +Ignore components zeta and eta; they were provisioned experimentally and should not be promoted. diff --git a/shellops/assets/ShellOps_5aaa1f7727/init/baseline/approved_components.txt b/shellops/assets/ShellOps_5aaa1f7727/init/baseline/approved_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..600d48ac740e0e5904838e02446d117c410ec089 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/init/baseline/approved_components.txt @@ -0,0 +1,5 @@ +alpha +beta +gamma +delta +epsilon diff --git a/shellops/assets/ShellOps_5aaa1f7727/init/inventory/active_components.xml b/shellops/assets/ShellOps_5aaa1f7727/init/inventory/active_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f3f5cecf519b5b15a921b13d45cd2055c59ddc9 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/init/inventory/active_components.xml @@ -0,0 +1,21 @@ + + + + host1 + + + host2 + + + host3 + + + host4 + + + host5 + + + host6 + + diff --git a/shellops/assets/ShellOps_5aaa1f7727/init/inventory/notes.md b/shellops/assets/ShellOps_5aaa1f7727/init/inventory/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..506bac90b4f3a625df365151c79550eef97dd872 --- /dev/null +++ b/shellops/assets/ShellOps_5aaa1f7727/init/inventory/notes.md @@ -0,0 +1,3 @@ +# Operational notes + +Ignore components zeta and eta; they were provisioned experimentally and should not be promoted. diff --git a/shellops/assets/ShellOps_5ae37b26c0/gold/devices/master_manifest.csv b/shellops/assets/ShellOps_5ae37b26c0/gold/devices/master_manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..978a05e73efa653d6ded9ab7212488e65258f3c1 --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/gold/devices/master_manifest.csv @@ -0,0 +1,6 @@ +device_id,firmware,status +103,v2.1.8,active +107,v1.9.3,inactive +112,v3.0.0-beta,active +115,v2.7.4,pending +118,v1.4.0,retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/0900.csv b/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/0900.csv new file mode 100644 index 0000000000000000000000000000000000000000..7943b22755b47bf6fd1834030013e36540895137 --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/0900.csv @@ -0,0 +1,4 @@ +device_id,timestamp,reading +103,2024-04-15T09:00:00Z,42 +118,2024-04-15T09:00:12Z,37 +127,2024-04-15T09:00:45Z,29 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/1500.csv b/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/1500.csv new file mode 100644 index 0000000000000000000000000000000000000000..3ca368d7f0a22c671e2b8cf6fc3d6b2e6183109c --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/1500.csv @@ -0,0 +1,4 @@ +device_id,timestamp,reading +107,2024-04-15T15:00:01Z,18 +112,2024-04-15T15:00:33Z,55 +133,2024-04-15T15:00:58Z,41 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/2300.csv b/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/2300.csv new file mode 100644 index 0000000000000000000000000000000000000000..8bb272ba28451f704ee61990e0f909531dc2f823 --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/gold/ingest/20240415/2300.csv @@ -0,0 +1,4 @@ +device_id,timestamp,reading +115,2024-04-15T23:00:08Z,63 +122,2024-04-15T23:00:19Z,78 +140,2024-04-15T23:00:45Z,12 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/gold/missing_devices.txt b/shellops/assets/ShellOps_5ae37b26c0/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..53f932c6ac6b0b31f06ed20a658545ea0792e5aa --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/gold/missing_devices.txt @@ -0,0 +1,4 @@ +122 +127 +133 +140 diff --git a/shellops/assets/ShellOps_5ae37b26c0/init/devices/master_manifest.csv b/shellops/assets/ShellOps_5ae37b26c0/init/devices/master_manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..978a05e73efa653d6ded9ab7212488e65258f3c1 --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/init/devices/master_manifest.csv @@ -0,0 +1,6 @@ +device_id,firmware,status +103,v2.1.8,active +107,v1.9.3,inactive +112,v3.0.0-beta,active +115,v2.7.4,pending +118,v1.4.0,retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/0900.csv b/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/0900.csv new file mode 100644 index 0000000000000000000000000000000000000000..7943b22755b47bf6fd1834030013e36540895137 --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/0900.csv @@ -0,0 +1,4 @@ +device_id,timestamp,reading +103,2024-04-15T09:00:00Z,42 +118,2024-04-15T09:00:12Z,37 +127,2024-04-15T09:00:45Z,29 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/1500.csv b/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/1500.csv new file mode 100644 index 0000000000000000000000000000000000000000..3ca368d7f0a22c671e2b8cf6fc3d6b2e6183109c --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/1500.csv @@ -0,0 +1,4 @@ +device_id,timestamp,reading +107,2024-04-15T15:00:01Z,18 +112,2024-04-15T15:00:33Z,55 +133,2024-04-15T15:00:58Z,41 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/2300.csv b/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/2300.csv new file mode 100644 index 0000000000000000000000000000000000000000..8bb272ba28451f704ee61990e0f909531dc2f823 --- /dev/null +++ b/shellops/assets/ShellOps_5ae37b26c0/init/ingest/20240415/2300.csv @@ -0,0 +1,4 @@ +device_id,timestamp,reading +115,2024-04-15T23:00:08Z,63 +122,2024-04-15T23:00:19Z,78 +140,2024-04-15T23:00:45Z,12 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-01.json b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-01.json new file mode 100644 index 0000000000000000000000000000000000000000..456ca6e109f3dbf8c519c23fa562ec40e84df30a --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-01.json @@ -0,0 +1,20 @@ +{ + "date": "2024-11-01", + "devices": [ + { + "device_id": "iot-alpha-123", + "status": "compromised", + "location": "floor-5" + }, + { + "device_id": "iot-beta-456", + "status": "benign", + "location": "warehouse" + }, + { + "device_id": "iot-gamma-789", + "status": "compromised", + "location": "lobby" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-02.json b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-02.json new file mode 100644 index 0000000000000000000000000000000000000000..c6443dff0cdca84615aa7e6c634f7e8b9b266e25 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-02.json @@ -0,0 +1,15 @@ +{ + "date": "2024-11-02", + "devices": [ + { + "device_id": "iot-alpha-123", + "status": "compromised", + "location": "floor-5" + }, + { + "device_id": "iot-delta-222", + "status": "investigating", + "location": "roof" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-03.json b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-03.json new file mode 100644 index 0000000000000000000000000000000000000000..00b21000c846a7ff30f911094199aae3a4149b81 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/2024-11-03.json @@ -0,0 +1,15 @@ +{ + "date": "2024-11-03", + "devices": [ + { + "device_id": "iot-epsilon-333", + "status": "compromised", + "location": "basement" + }, + { + "device_id": "iot-beta-456", + "status": "compromised", + "location": "warehouse" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/gold/alerts/notes.md b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5f6a577683cd8915f1b45eedf7a2a21c99920b21 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/gold/alerts/notes.md @@ -0,0 +1 @@ +These JSON files contain daily IoT security alerts. The 'status' field can be 'compromised', 'benign', or 'investigating'. Only 'compromised' devices should be flagged unless they appear in the suppression list. diff --git a/shellops/assets/ShellOps_5b09a092f5/gold/flagged_devices.txt b/shellops/assets/ShellOps_5b09a092f5/gold/flagged_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..6846da915e8d7bb2056368fd5f55e530fc42839d --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/gold/flagged_devices.txt @@ -0,0 +1,2 @@ +iot-beta-456 +iot-epsilon-333 diff --git a/shellops/assets/ShellOps_5b09a092f5/gold/suppressed_devices.log b/shellops/assets/ShellOps_5b09a092f5/gold/suppressed_devices.log new file mode 100644 index 0000000000000000000000000000000000000000..444e4b611556b61cc22a004e442128a748d71065 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/gold/suppressed_devices.log @@ -0,0 +1,3 @@ +# Devices already under remediation; do not flag again +iot-alpha-123 +iot-gamma-789 diff --git a/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-01.json b/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-01.json new file mode 100644 index 0000000000000000000000000000000000000000..456ca6e109f3dbf8c519c23fa562ec40e84df30a --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-01.json @@ -0,0 +1,20 @@ +{ + "date": "2024-11-01", + "devices": [ + { + "device_id": "iot-alpha-123", + "status": "compromised", + "location": "floor-5" + }, + { + "device_id": "iot-beta-456", + "status": "benign", + "location": "warehouse" + }, + { + "device_id": "iot-gamma-789", + "status": "compromised", + "location": "lobby" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-02.json b/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-02.json new file mode 100644 index 0000000000000000000000000000000000000000..c6443dff0cdca84615aa7e6c634f7e8b9b266e25 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-02.json @@ -0,0 +1,15 @@ +{ + "date": "2024-11-02", + "devices": [ + { + "device_id": "iot-alpha-123", + "status": "compromised", + "location": "floor-5" + }, + { + "device_id": "iot-delta-222", + "status": "investigating", + "location": "roof" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-03.json b/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-03.json new file mode 100644 index 0000000000000000000000000000000000000000..00b21000c846a7ff30f911094199aae3a4149b81 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/init/alerts/2024-11-03.json @@ -0,0 +1,15 @@ +{ + "date": "2024-11-03", + "devices": [ + { + "device_id": "iot-epsilon-333", + "status": "compromised", + "location": "basement" + }, + { + "device_id": "iot-beta-456", + "status": "compromised", + "location": "warehouse" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b09a092f5/init/alerts/notes.md b/shellops/assets/ShellOps_5b09a092f5/init/alerts/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5f6a577683cd8915f1b45eedf7a2a21c99920b21 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/init/alerts/notes.md @@ -0,0 +1 @@ +These JSON files contain daily IoT security alerts. The 'status' field can be 'compromised', 'benign', or 'investigating'. Only 'compromised' devices should be flagged unless they appear in the suppression list. diff --git a/shellops/assets/ShellOps_5b09a092f5/init/suppressed_devices.log b/shellops/assets/ShellOps_5b09a092f5/init/suppressed_devices.log new file mode 100644 index 0000000000000000000000000000000000000000..444e4b611556b61cc22a004e442128a748d71065 --- /dev/null +++ b/shellops/assets/ShellOps_5b09a092f5/init/suppressed_devices.log @@ -0,0 +1,3 @@ +# Devices already under remediation; do not flag again +iot-alpha-123 +iot-gamma-789 diff --git a/shellops/assets/ShellOps_5b19064376/gold/auth/clients.yaml b/shellops/assets/ShellOps_5b19064376/gold/auth/clients.yaml new file mode 100644 index 0000000000000000000000000000000000000000..678ad51559f369e1ae8e155c479dec2eb292c3ad --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/gold/auth/clients.yaml @@ -0,0 +1,7 @@ +clients: + - name: clientA + key: ABC123 + - name: clientB + key: DEF456 + - name: clientC + key: GHI789 diff --git a/shellops/assets/ShellOps_5b19064376/gold/authorized_clients.txt b/shellops/assets/ShellOps_5b19064376/gold/authorized_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e953630f7b13e5052fb27b93794f3f74f91cf71 --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/gold/authorized_clients.txt @@ -0,0 +1,2 @@ +ABC123 +GHI789 diff --git a/shellops/assets/ShellOps_5b19064376/gold/security/blocklist.json b/shellops/assets/ShellOps_5b19064376/gold/security/blocklist.json new file mode 100644 index 0000000000000000000000000000000000000000..9d02426ed0390390f942e2a14f54504870b134cb --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/gold/security/blocklist.json @@ -0,0 +1 @@ +{"revoked": ["XYZ321", "DEF456"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b19064376/gold/security/notes.txt b/shellops/assets/ShellOps_5b19064376/gold/security/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..09d4ffa3ea461317f4bc16e5cc07b58bff458402 --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/gold/security/notes.txt @@ -0,0 +1 @@ +Temporary exclusions pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b19064376/init/auth/clients.yaml b/shellops/assets/ShellOps_5b19064376/init/auth/clients.yaml new file mode 100644 index 0000000000000000000000000000000000000000..678ad51559f369e1ae8e155c479dec2eb292c3ad --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/init/auth/clients.yaml @@ -0,0 +1,7 @@ +clients: + - name: clientA + key: ABC123 + - name: clientB + key: DEF456 + - name: clientC + key: GHI789 diff --git a/shellops/assets/ShellOps_5b19064376/init/security/blocklist.json b/shellops/assets/ShellOps_5b19064376/init/security/blocklist.json new file mode 100644 index 0000000000000000000000000000000000000000..9d02426ed0390390f942e2a14f54504870b134cb --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/init/security/blocklist.json @@ -0,0 +1 @@ +{"revoked": ["XYZ321", "DEF456"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b19064376/init/security/notes.txt b/shellops/assets/ShellOps_5b19064376/init/security/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..09d4ffa3ea461317f4bc16e5cc07b58bff458402 --- /dev/null +++ b/shellops/assets/ShellOps_5b19064376/init/security/notes.txt @@ -0,0 +1 @@ +Temporary exclusions pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b5a268e25/gold/approvals/manifest.md b/shellops/assets/ShellOps_5b5a268e25/gold/approvals/manifest.md new file mode 100644 index 0000000000000000000000000000000000000000..5f8c7a28b215d4c0cf67f3da748cd00302937738 --- /dev/null +++ b/shellops/assets/ShellOps_5b5a268e25/gold/approvals/manifest.md @@ -0,0 +1,12 @@ +# Approved Component Versions (Historical) + +* accelerometer-v2 +* gyroscope-alpha +* temperature-sensor-5 +* humidity-sensor-v3 +* pressure-transducer +* radio-module-xt +* battery-monitor-1.2 +* gps-receiver-mk4 +* watchdog-timer +* eeprom-controller diff --git a/shellops/assets/ShellOps_5b5a268e25/gold/report/.keep b/shellops/assets/ShellOps_5b5a268e25/gold/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5b5a268e25/gold/report/updated_components.txt b/shellops/assets/ShellOps_5b5a268e25/gold/report/updated_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..8db54ae745387b2b551e7832966ddd2e2eb4f23d --- /dev/null +++ b/shellops/assets/ShellOps_5b5a268e25/gold/report/updated_components.txt @@ -0,0 +1,5 @@ +accelerometer-v2 +gps-receiver-mk4 +gyroscope-alpha +radio-module-xt +watchdog-timer diff --git a/shellops/assets/ShellOps_5b5a268e25/init/approvals/manifest.md b/shellops/assets/ShellOps_5b5a268e25/init/approvals/manifest.md new file mode 100644 index 0000000000000000000000000000000000000000..5f8c7a28b215d4c0cf67f3da748cd00302937738 --- /dev/null +++ b/shellops/assets/ShellOps_5b5a268e25/init/approvals/manifest.md @@ -0,0 +1,12 @@ +# Approved Component Versions (Historical) + +* accelerometer-v2 +* gyroscope-alpha +* temperature-sensor-5 +* humidity-sensor-v3 +* pressure-transducer +* radio-module-xt +* battery-monitor-1.2 +* gps-receiver-mk4 +* watchdog-timer +* eeprom-controller diff --git a/shellops/assets/ShellOps_5b5a268e25/init/report/.keep b/shellops/assets/ShellOps_5b5a268e25/init/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5b7e5b6d4c/gold/ledger_a.ini b/shellops/assets/ShellOps_5b7e5b6d4c/gold/ledger_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..322b974df47c87cc6740dbada66ed5d66befeb4d --- /dev/null +++ b/shellops/assets/ShellOps_5b7e5b6d4c/gold/ledger_a.ini @@ -0,0 +1,11 @@ +[transaction] +tx_id=12345 +amount=100.00 + +[transaction] +tx_id=67890 +amount=200.00 + +[transaction] +tx_id=54321 +amount=150.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b7e5b6d4c/gold/ledger_b.ini b/shellops/assets/ShellOps_5b7e5b6d4c/gold/ledger_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..7f4636b60f13b3586669951a1bbe2567723899e1 --- /dev/null +++ b/shellops/assets/ShellOps_5b7e5b6d4c/gold/ledger_b.ini @@ -0,0 +1,11 @@ +[transaction] +tx_id=12345 +amount=100.00 + +[transaction] +tx_id=09876 +amount=250.00 + +[transaction] +tx_id=54321 +amount=150.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b7e5b6d4c/gold/mismatches.out b/shellops/assets/ShellOps_5b7e5b6d4c/gold/mismatches.out new file mode 100644 index 0000000000000000000000000000000000000000..4bb8a40da4f492a5327b378468a8a6f98de2ee83 --- /dev/null +++ b/shellops/assets/ShellOps_5b7e5b6d4c/gold/mismatches.out @@ -0,0 +1,2 @@ + 09876 +67890 diff --git a/shellops/assets/ShellOps_5b7e5b6d4c/init/ledger_a.ini b/shellops/assets/ShellOps_5b7e5b6d4c/init/ledger_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..322b974df47c87cc6740dbada66ed5d66befeb4d --- /dev/null +++ b/shellops/assets/ShellOps_5b7e5b6d4c/init/ledger_a.ini @@ -0,0 +1,11 @@ +[transaction] +tx_id=12345 +amount=100.00 + +[transaction] +tx_id=67890 +amount=200.00 + +[transaction] +tx_id=54321 +amount=150.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5b7e5b6d4c/init/ledger_b.ini b/shellops/assets/ShellOps_5b7e5b6d4c/init/ledger_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..7f4636b60f13b3586669951a1bbe2567723899e1 --- /dev/null +++ b/shellops/assets/ShellOps_5b7e5b6d4c/init/ledger_b.ini @@ -0,0 +1,11 @@ +[transaction] +tx_id=12345 +amount=100.00 + +[transaction] +tx_id=09876 +amount=250.00 + +[transaction] +tx_id=54321 +amount=150.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5ba89db6c2/gold/config/i18n/en_US.properties b/shellops/assets/ShellOps_5ba89db6c2/gold/config/i18n/en_US.properties new file mode 100644 index 0000000000000000000000000000000000000000..7bc978c4688cd2597a10e7710c03d930e9e9fe7e --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/gold/config/i18n/en_US.properties @@ -0,0 +1,3 @@ +error.code.1001=Invalid input +error.code.2003=Timeout occurred +error.code.3045=Connection refused diff --git a/shellops/assets/ShellOps_5ba89db6c2/gold/config/i18n/fr_FR.properties b/shellops/assets/ShellOps_5ba89db6c2/gold/config/i18n/fr_FR.properties new file mode 100644 index 0000000000000000000000000000000000000000..6df8f409e48b086789488ee888c68ac56ab7f642 --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/gold/config/i18n/fr_FR.properties @@ -0,0 +1,3 @@ +error.code.1001=Entrée invalide +error.code.2005=Erreur de réseau +error.code.3045=Connexion refusée diff --git a/shellops/assets/ShellOps_5ba89db6c2/gold/error_report.csv b/shellops/assets/ShellOps_5ba89db6c2/gold/error_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..495b05d81d40091fa21082844fb0e13b42f224c2 --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/gold/error_report.csv @@ -0,0 +1,4 @@ +ErrorID,Description +1001,Invalid user input +3045,Connection failure +4040,Unexpected shutdown diff --git a/shellops/assets/ShellOps_5ba89db6c2/gold/missing_errors.txt b/shellops/assets/ShellOps_5ba89db6c2/gold/missing_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..737ec38692751746804bf6bf108ce177f66c6f76 --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/gold/missing_errors.txt @@ -0,0 +1,2 @@ +2003 +2005 diff --git a/shellops/assets/ShellOps_5ba89db6c2/init/config/i18n/en_US.properties b/shellops/assets/ShellOps_5ba89db6c2/init/config/i18n/en_US.properties new file mode 100644 index 0000000000000000000000000000000000000000..7bc978c4688cd2597a10e7710c03d930e9e9fe7e --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/init/config/i18n/en_US.properties @@ -0,0 +1,3 @@ +error.code.1001=Invalid input +error.code.2003=Timeout occurred +error.code.3045=Connection refused diff --git a/shellops/assets/ShellOps_5ba89db6c2/init/config/i18n/fr_FR.properties b/shellops/assets/ShellOps_5ba89db6c2/init/config/i18n/fr_FR.properties new file mode 100644 index 0000000000000000000000000000000000000000..6df8f409e48b086789488ee888c68ac56ab7f642 --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/init/config/i18n/fr_FR.properties @@ -0,0 +1,3 @@ +error.code.1001=Entrée invalide +error.code.2005=Erreur de réseau +error.code.3045=Connexion refusée diff --git a/shellops/assets/ShellOps_5ba89db6c2/init/error_report.csv b/shellops/assets/ShellOps_5ba89db6c2/init/error_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..495b05d81d40091fa21082844fb0e13b42f224c2 --- /dev/null +++ b/shellops/assets/ShellOps_5ba89db6c2/init/error_report.csv @@ -0,0 +1,4 @@ +ErrorID,Description +1001,Invalid user input +3045,Connection failure +4040,Unexpected shutdown diff --git a/shellops/assets/ShellOps_5bbfd09f02/gold/params/.keep b/shellops/assets/ShellOps_5bbfd09f02/gold/params/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bbfd09f02/gold/params/api.rc b/shellops/assets/ShellOps_5bbfd09f02/gold/params/api.rc new file mode 100644 index 0000000000000000000000000000000000000000..8e9338cf111b65d3e9266e80246c154b0976faec --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/gold/params/api.rc @@ -0,0 +1,4 @@ +PARAM_BASE_URL=https://api.example.com +API_KEY=abc123 +PARAM_RATE_LIMIT=1000 +PARAM_TIMEOUT=5 diff --git a/shellops/assets/ShellOps_5bbfd09f02/gold/params/cache.rc b/shellops/assets/ShellOps_5bbfd09f02/gold/params/cache.rc new file mode 100644 index 0000000000000000000000000000000000000000..759f89c3931662d50bf7603be50103ebc29013d3 --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/gold/params/cache.rc @@ -0,0 +1,3 @@ +CACHE_SIZE=256 +PARAM_TTL=3600 +PARAM_REDIS_HOST=redis.example.com diff --git a/shellops/assets/ShellOps_5bbfd09f02/gold/params/database.rc b/shellops/assets/ShellOps_5bbfd09f02/gold/params/database.rc new file mode 100644 index 0000000000000000000000000000000000000000..306fb2767438a11649582649e2d061e0f36277ac --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/gold/params/database.rc @@ -0,0 +1,5 @@ +PARAM_HOST=db.example.com +PARAM_PORT=5432 +PARAM_USER=app_user +TIMEOUT=30 +PARAM_POOL_SIZE=10 diff --git a/shellops/assets/ShellOps_5bbfd09f02/gold/params/deviations.txt b/shellops/assets/ShellOps_5bbfd09f02/gold/params/deviations.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9fd1b98428aa37440890d8c8c143097663c4e8d --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/gold/params/deviations.txt @@ -0,0 +1,3 @@ +API_KEY +CACHE_SIZE +TIMEOUT diff --git a/shellops/assets/ShellOps_5bbfd09f02/init/params/.keep b/shellops/assets/ShellOps_5bbfd09f02/init/params/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bbfd09f02/init/params/api.rc b/shellops/assets/ShellOps_5bbfd09f02/init/params/api.rc new file mode 100644 index 0000000000000000000000000000000000000000..8e9338cf111b65d3e9266e80246c154b0976faec --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/init/params/api.rc @@ -0,0 +1,4 @@ +PARAM_BASE_URL=https://api.example.com +API_KEY=abc123 +PARAM_RATE_LIMIT=1000 +PARAM_TIMEOUT=5 diff --git a/shellops/assets/ShellOps_5bbfd09f02/init/params/cache.rc b/shellops/assets/ShellOps_5bbfd09f02/init/params/cache.rc new file mode 100644 index 0000000000000000000000000000000000000000..759f89c3931662d50bf7603be50103ebc29013d3 --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/init/params/cache.rc @@ -0,0 +1,3 @@ +CACHE_SIZE=256 +PARAM_TTL=3600 +PARAM_REDIS_HOST=redis.example.com diff --git a/shellops/assets/ShellOps_5bbfd09f02/init/params/database.rc b/shellops/assets/ShellOps_5bbfd09f02/init/params/database.rc new file mode 100644 index 0000000000000000000000000000000000000000..306fb2767438a11649582649e2d061e0f36277ac --- /dev/null +++ b/shellops/assets/ShellOps_5bbfd09f02/init/params/database.rc @@ -0,0 +1,5 @@ +PARAM_HOST=db.example.com +PARAM_PORT=5432 +PARAM_USER=app_user +TIMEOUT=30 +PARAM_POOL_SIZE=10 diff --git a/shellops/assets/ShellOps_5bc4be553c/gold/inventory/.keep b/shellops/assets/ShellOps_5bc4be553c/gold/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bc4be553c/gold/inventory/inventory.csv b/shellops/assets/ShellOps_5bc4be553c/gold/inventory/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..9de06c49cab0696ba5e852ae057f7aff42e77bae --- /dev/null +++ b/shellops/assets/ShellOps_5bc4be553c/gold/inventory/inventory.csv @@ -0,0 +1,5 @@ +product_id,stock,price +A123,45,19.99 +B456,22,8.50 +C789,15,12.75 +D012,8,3.25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5bc4be553c/gold/missing_products.txt b/shellops/assets/ShellOps_5bc4be553c/gold/missing_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..41424900579fb6988f1671cb71283ed089da58e9 --- /dev/null +++ b/shellops/assets/ShellOps_5bc4be553c/gold/missing_products.txt @@ -0,0 +1,2 @@ +B456 +D012 diff --git a/shellops/assets/ShellOps_5bc4be553c/gold/orders/.keep b/shellops/assets/ShellOps_5bc4be553c/gold/orders/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bc4be553c/gold/orders/order_logs.json b/shellops/assets/ShellOps_5bc4be553c/gold/orders/order_logs.json new file mode 100644 index 0000000000000000000000000000000000000000..f1a1b351d949ffd27ec14dd9637c2a6a603e9414 --- /dev/null +++ b/shellops/assets/ShellOps_5bc4be553c/gold/orders/order_logs.json @@ -0,0 +1 @@ +{"orders":[{"id":"X987","product":"A123"},{"id":"Y654","product":"C789"},{"id":"Z321","product":"E345"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5bc4be553c/gold/reports/.keep b/shellops/assets/ShellOps_5bc4be553c/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bc4be553c/init/inventory/.keep b/shellops/assets/ShellOps_5bc4be553c/init/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bc4be553c/init/inventory/inventory.csv b/shellops/assets/ShellOps_5bc4be553c/init/inventory/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..9de06c49cab0696ba5e852ae057f7aff42e77bae --- /dev/null +++ b/shellops/assets/ShellOps_5bc4be553c/init/inventory/inventory.csv @@ -0,0 +1,5 @@ +product_id,stock,price +A123,45,19.99 +B456,22,8.50 +C789,15,12.75 +D012,8,3.25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5bc4be553c/init/orders/.keep b/shellops/assets/ShellOps_5bc4be553c/init/orders/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5bc4be553c/init/orders/order_logs.json b/shellops/assets/ShellOps_5bc4be553c/init/orders/order_logs.json new file mode 100644 index 0000000000000000000000000000000000000000..f1a1b351d949ffd27ec14dd9637c2a6a603e9414 --- /dev/null +++ b/shellops/assets/ShellOps_5bc4be553c/init/orders/order_logs.json @@ -0,0 +1 @@ +{"orders":[{"id":"X987","product":"A123"},{"id":"Y654","product":"C789"},{"id":"Z321","product":"E345"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5bc4be553c/init/reports/.keep b/shellops/assets/ShellOps_5bc4be553c/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5c14f7b892/gold/outliers.txt b/shellops/assets/ShellOps_5c14f7b892/gold/outliers.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e67f27aa91b3728ad7a541285f3f896bb9eec79 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/gold/outliers.txt @@ -0,0 +1,5 @@ +conn_error +conn_unknown +misses +req_timeout +req_unknown diff --git a/shellops/assets/ShellOps_5c14f7b892/gold/profiles/benign_operations.json b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/benign_operations.json new file mode 100644 index 0000000000000000000000000000000000000000..3f2fd4f045e63772135712fa0bc0e9d9897155f0 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/benign_operations.json @@ -0,0 +1,3 @@ +{ + "benign": ["req_total", "hits", "conn_active", "conn_idle", "req_failed", "evictions"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/api_frontend.json b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/api_frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..a6fa536f14050df7b4688b6305f780fbbe47a748 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/api_frontend.json @@ -0,0 +1,6 @@ +{ + "service": "api_frontend", + "checks": { + "counters": ["req_total", "req_failed", "req_timeout", "req_unknown"] + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/cache_layer.json b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..7d636a50298f0e4c2aa59e4001df6393076bda18 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/cache_layer.json @@ -0,0 +1,6 @@ +{ + "service": "cache_layer", + "checks": { + "counters": ["hits", "misses", "evictions", "req_total"] + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/db_backend.json b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/db_backend.json new file mode 100644 index 0000000000000000000000000000000000000000..6d091aed9add226f0d54f1101f0e369c2257f4e0 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/gold/profiles/service/db_backend.json @@ -0,0 +1,6 @@ +{ + "service": "db_backend", + "checks": { + "counters": ["conn_active", "conn_idle", "conn_error", "conn_unknown"] + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/init/profiles/benign_operations.json b/shellops/assets/ShellOps_5c14f7b892/init/profiles/benign_operations.json new file mode 100644 index 0000000000000000000000000000000000000000..3f2fd4f045e63772135712fa0bc0e9d9897155f0 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/init/profiles/benign_operations.json @@ -0,0 +1,3 @@ +{ + "benign": ["req_total", "hits", "conn_active", "conn_idle", "req_failed", "evictions"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/api_frontend.json b/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/api_frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..a6fa536f14050df7b4688b6305f780fbbe47a748 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/api_frontend.json @@ -0,0 +1,6 @@ +{ + "service": "api_frontend", + "checks": { + "counters": ["req_total", "req_failed", "req_timeout", "req_unknown"] + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/cache_layer.json b/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..7d636a50298f0e4c2aa59e4001df6393076bda18 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/cache_layer.json @@ -0,0 +1,6 @@ +{ + "service": "cache_layer", + "checks": { + "counters": ["hits", "misses", "evictions", "req_total"] + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/db_backend.json b/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/db_backend.json new file mode 100644 index 0000000000000000000000000000000000000000..6d091aed9add226f0d54f1101f0e369c2257f4e0 --- /dev/null +++ b/shellops/assets/ShellOps_5c14f7b892/init/profiles/service/db_backend.json @@ -0,0 +1,6 @@ +{ + "service": "db_backend", + "checks": { + "counters": ["conn_active", "conn_idle", "conn_error", "conn_unknown"] + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5c36a3beb5/gold/active_sections.rst b/shellops/assets/ShellOps_5c36a3beb5/gold/active_sections.rst new file mode 100644 index 0000000000000000000000000000000000000000..9380299c4f2f37d83a005ff5dad55dd284219339 --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/gold/active_sections.rst @@ -0,0 +1,6 @@ +architecture: +components: +introduction: +legacy_components: +new_features: +performance: diff --git a/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/new_features.rst b/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/new_features.rst new file mode 100644 index 0000000000000000000000000000000000000000..b4f25d7721e08138cbadc19649556ad692d473ca --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/new_features.rst @@ -0,0 +1,8 @@ +new_features: +Details about newly added features. + +performance: +Performance considerations for the new features. + +components: +Lists the updated components. diff --git a/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/old_spec.rst b/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/old_spec.rst new file mode 100644 index 0000000000000000000000000000000000000000..1f45ce4ce242570eccee3e73cd19627209ccf9b5 --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/old_spec.rst @@ -0,0 +1,8 @@ +introduction: +This is an outdated document. + +legacy_components: +Describes components no longer in use. + +architecture: +Old architecture details. diff --git a/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/overview.rst b/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/overview.rst new file mode 100644 index 0000000000000000000000000000000000000000..037fa41ae96ff9f2b090de401119e5f6e55f23b8 --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/gold/docs/design/overview.rst @@ -0,0 +1,8 @@ +introduction: +This document provides an overview of the system design. + +architecture: +Describes the high-level architecture. + +components: +Lists the main components of the system. diff --git a/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/new_features.rst b/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/new_features.rst new file mode 100644 index 0000000000000000000000000000000000000000..b4f25d7721e08138cbadc19649556ad692d473ca --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/new_features.rst @@ -0,0 +1,8 @@ +new_features: +Details about newly added features. + +performance: +Performance considerations for the new features. + +components: +Lists the updated components. diff --git a/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/old_spec.rst b/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/old_spec.rst new file mode 100644 index 0000000000000000000000000000000000000000..1f45ce4ce242570eccee3e73cd19627209ccf9b5 --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/old_spec.rst @@ -0,0 +1,8 @@ +introduction: +This is an outdated document. + +legacy_components: +Describes components no longer in use. + +architecture: +Old architecture details. diff --git a/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/overview.rst b/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/overview.rst new file mode 100644 index 0000000000000000000000000000000000000000..037fa41ae96ff9f2b090de401119e5f6e55f23b8 --- /dev/null +++ b/shellops/assets/ShellOps_5c36a3beb5/init/docs/design/overview.rst @@ -0,0 +1,8 @@ +introduction: +This document provides an overview of the system design. + +architecture: +Describes the high-level architecture. + +components: +Lists the main components of the system. diff --git a/shellops/assets/ShellOps_5c7e13031f/gold/firmware.xml b/shellops/assets/ShellOps_5c7e13031f/gold/firmware.xml new file mode 100644 index 0000000000000000000000000000000000000000..ba2869cc74f97f0677460ac0a551d2a9846cd4cf --- /dev/null +++ b/shellops/assets/ShellOps_5c7e13031f/gold/firmware.xml @@ -0,0 +1,9 @@ + + + + DT45-XB24 + ZB92-MN11 + GH78-PQ33 + JK12-RS56 + + diff --git a/shellops/assets/ShellOps_5c7e13031f/gold/pending.txt b/shellops/assets/ShellOps_5c7e13031f/gold/pending.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ae0a96ef7ca3ba0ccc82352af0e89508ccedcf8 --- /dev/null +++ b/shellops/assets/ShellOps_5c7e13031f/gold/pending.txt @@ -0,0 +1,6 @@ +DT45-XB24 +ZB92-MN11 +XY99-AA00 +legacy_OLD_DEVICE +LM34-NO77 +GH78-PQ33 diff --git a/shellops/assets/ShellOps_5c7e13031f/gold/unapproved.txt b/shellops/assets/ShellOps_5c7e13031f/gold/unapproved.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7bc6d94a3ba62733792bb78e8b5e9ee95e185ed --- /dev/null +++ b/shellops/assets/ShellOps_5c7e13031f/gold/unapproved.txt @@ -0,0 +1,2 @@ +XY99-AA00 +LM34-NO77 diff --git a/shellops/assets/ShellOps_5c7e13031f/init/firmware.xml b/shellops/assets/ShellOps_5c7e13031f/init/firmware.xml new file mode 100644 index 0000000000000000000000000000000000000000..ba2869cc74f97f0677460ac0a551d2a9846cd4cf --- /dev/null +++ b/shellops/assets/ShellOps_5c7e13031f/init/firmware.xml @@ -0,0 +1,9 @@ + + + + DT45-XB24 + ZB92-MN11 + GH78-PQ33 + JK12-RS56 + + diff --git a/shellops/assets/ShellOps_5c7e13031f/init/pending.txt b/shellops/assets/ShellOps_5c7e13031f/init/pending.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ae0a96ef7ca3ba0ccc82352af0e89508ccedcf8 --- /dev/null +++ b/shellops/assets/ShellOps_5c7e13031f/init/pending.txt @@ -0,0 +1,6 @@ +DT45-XB24 +ZB92-MN11 +XY99-AA00 +legacy_OLD_DEVICE +LM34-NO77 +GH78-PQ33 diff --git a/shellops/assets/ShellOps_5c8cc35969/gold/src/core/__init__.py b/shellops/assets/ShellOps_5c8cc35969/gold/src/core/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..deae50a7f143aea6f5d44e6652c2a36fe7679497 --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/gold/src/core/__init__.py @@ -0,0 +1 @@ +# Empty init file diff --git a/shellops/assets/ShellOps_5c8cc35969/gold/src/core/processor.py b/shellops/assets/ShellOps_5c8cc35969/gold/src/core/processor.py new file mode 100644 index 0000000000000000000000000000000000000000..b1426029a4439e9fdcf58edf458bf277df84253f --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/gold/src/core/processor.py @@ -0,0 +1,8 @@ +class Processor: + def __init__(self): + self.state = {} + + def run(self): + # TODO: implement error handling + # TODO: add logging + pass diff --git a/shellops/assets/ShellOps_5c8cc35969/gold/src/main.py b/shellops/assets/ShellOps_5c8cc35969/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..3fc699f749c65509acf39aae72d7ff4368bec859 --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/gold/src/main.py @@ -0,0 +1,6 @@ +import sys +from core.processor import Processor + +if __name__ == '__main__': + p = Processor() + p.run() diff --git a/shellops/assets/ShellOps_5c8cc35969/gold/src/tests/test_helpers.py b/shellops/assets/ShellOps_5c8cc35969/gold/src/tests/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..9b9e8e56196b610376b5dd243c4dabb14094412f --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/gold/src/tests/test_helpers.py @@ -0,0 +1,4 @@ +import unittest +# TODO: write unit tests for helpers +class TestHelpers(unittest.TestCase): + pass diff --git a/shellops/assets/ShellOps_5c8cc35969/gold/src/utils/helpers.py b/shellops/assets/ShellOps_5c8cc35969/gold/src/utils/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..cdaa718be0261a4428e0dffad87d75b9d6ba679d --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/gold/src/utils/helpers.py @@ -0,0 +1,7 @@ +def parse_config(cfg): + # TODO: add validation for cfg keys + return cfg + +def format_output(obj): + # Format the object for display + return str(obj) diff --git a/shellops/assets/ShellOps_5c8cc35969/gold/style_check.txt b/shellops/assets/ShellOps_5c8cc35969/gold/style_check.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbc245281adcd2d6dc5444830076ca10a9d58590 --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/gold/style_check.txt @@ -0,0 +1,3 @@ +src/core/processor.py|8|2 +src/tests/test_helpers.py|4|1 +src/utils/helpers.py|7|1 diff --git a/shellops/assets/ShellOps_5c8cc35969/init/src/core/__init__.py b/shellops/assets/ShellOps_5c8cc35969/init/src/core/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..deae50a7f143aea6f5d44e6652c2a36fe7679497 --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/init/src/core/__init__.py @@ -0,0 +1 @@ +# Empty init file diff --git a/shellops/assets/ShellOps_5c8cc35969/init/src/core/processor.py b/shellops/assets/ShellOps_5c8cc35969/init/src/core/processor.py new file mode 100644 index 0000000000000000000000000000000000000000..b1426029a4439e9fdcf58edf458bf277df84253f --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/init/src/core/processor.py @@ -0,0 +1,8 @@ +class Processor: + def __init__(self): + self.state = {} + + def run(self): + # TODO: implement error handling + # TODO: add logging + pass diff --git a/shellops/assets/ShellOps_5c8cc35969/init/src/main.py b/shellops/assets/ShellOps_5c8cc35969/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..3fc699f749c65509acf39aae72d7ff4368bec859 --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/init/src/main.py @@ -0,0 +1,6 @@ +import sys +from core.processor import Processor + +if __name__ == '__main__': + p = Processor() + p.run() diff --git a/shellops/assets/ShellOps_5c8cc35969/init/src/tests/test_helpers.py b/shellops/assets/ShellOps_5c8cc35969/init/src/tests/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..9b9e8e56196b610376b5dd243c4dabb14094412f --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/init/src/tests/test_helpers.py @@ -0,0 +1,4 @@ +import unittest +# TODO: write unit tests for helpers +class TestHelpers(unittest.TestCase): + pass diff --git a/shellops/assets/ShellOps_5c8cc35969/init/src/utils/helpers.py b/shellops/assets/ShellOps_5c8cc35969/init/src/utils/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..cdaa718be0261a4428e0dffad87d75b9d6ba679d --- /dev/null +++ b/shellops/assets/ShellOps_5c8cc35969/init/src/utils/helpers.py @@ -0,0 +1,7 @@ +def parse_config(cfg): + # TODO: add validation for cfg keys + return cfg + +def format_output(obj): + # Format the object for display + return str(obj) diff --git a/shellops/assets/ShellOps_5cea6a2cd1/gold/allowed_list.conf b/shellops/assets/ShellOps_5cea6a2cd1/gold/allowed_list.conf new file mode 100644 index 0000000000000000000000000000000000000000..ec09513f54af9dfd628a12750ce683f4b6a88f13 --- /dev/null +++ b/shellops/assets/ShellOps_5cea6a2cd1/gold/allowed_list.conf @@ -0,0 +1,2 @@ +database:users +service:metrics \ No newline at end of file diff --git a/shellops/assets/ShellOps_5cea6a2cd1/gold/policies/network_policy.json b/shellops/assets/ShellOps_5cea6a2cd1/gold/policies/network_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..443ae9a652b1b2d235ed3fa156fcdda83209cdb5 --- /dev/null +++ b/shellops/assets/ShellOps_5cea6a2cd1/gold/policies/network_policy.json @@ -0,0 +1 @@ +{"accessed_resources": [{"type": "database", "id": "users", "tags": ["confidential"]}, {"type": "storage", "id": "logs", "tags": []}, {"type": "service", "id": "auth", "tags": ["confidential"]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5cea6a2cd1/gold/sensitive_resources.txt b/shellops/assets/ShellOps_5cea6a2cd1/gold/sensitive_resources.txt new file mode 100644 index 0000000000000000000000000000000000000000..9216423fa6d2239bddc3c7f23afa532164b41758 --- /dev/null +++ b/shellops/assets/ShellOps_5cea6a2cd1/gold/sensitive_resources.txt @@ -0,0 +1 @@ +service:auth diff --git a/shellops/assets/ShellOps_5cea6a2cd1/init/allowed_list.conf b/shellops/assets/ShellOps_5cea6a2cd1/init/allowed_list.conf new file mode 100644 index 0000000000000000000000000000000000000000..ec09513f54af9dfd628a12750ce683f4b6a88f13 --- /dev/null +++ b/shellops/assets/ShellOps_5cea6a2cd1/init/allowed_list.conf @@ -0,0 +1,2 @@ +database:users +service:metrics \ No newline at end of file diff --git a/shellops/assets/ShellOps_5cea6a2cd1/init/policies/network_policy.json b/shellops/assets/ShellOps_5cea6a2cd1/init/policies/network_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..443ae9a652b1b2d235ed3fa156fcdda83209cdb5 --- /dev/null +++ b/shellops/assets/ShellOps_5cea6a2cd1/init/policies/network_policy.json @@ -0,0 +1 @@ +{"accessed_resources": [{"type": "database", "id": "users", "tags": ["confidential"]}, {"type": "storage", "id": "logs", "tags": []}, {"type": "service", "id": "auth", "tags": ["confidential"]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d230432e0/gold/observatory/notes.txt b/shellops/assets/ShellOps_5d230432e0/gold/observatory/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..086f07bc5a8c2e68e541f550315d5a7b30c439cc --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/gold/observatory/notes.txt @@ -0,0 +1 @@ +Double-check Virgo coordinates pending calibration \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d230432e0/gold/observatory/observations.log b/shellops/assets/ShellOps_5d230432e0/gold/observatory/observations.log new file mode 100644 index 0000000000000000000000000000000000000000..2cd57f7ac141c717169f046e48a56054de89898f --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/gold/observatory/observations.log @@ -0,0 +1,5 @@ +Andromeda,02:03:54 +Whirlpool,13:29:53 +Triangulum,01:33:51 +Virgo Cluster,12:27:00 +Sombrero,12:39:59 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d230432e0/gold/schedules/priorities.csv b/shellops/assets/ShellOps_5d230432e0/gold/schedules/priorities.csv new file mode 100644 index 0000000000000000000000000000000000000000..57bd4c946df083ee84d518c3550121e53b202366 --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/gold/schedules/priorities.csv @@ -0,0 +1,4 @@ +Andromeda,2 +Whirlpool,1 +Triangulum,3 +Sombrero,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d230432e0/gold/targets_ready.txt b/shellops/assets/ShellOps_5d230432e0/gold/targets_ready.txt new file mode 100644 index 0000000000000000000000000000000000000000..36220f963efbcf0db28e3bc3e938174fa6bb75f6 --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/gold/targets_ready.txt @@ -0,0 +1,4 @@ +Whirlpool,13:29:53,1 +Andromeda,02:03:54,2 +Sombrero,12:39:59,2 +Triangulum,01:33:51,3 diff --git a/shellops/assets/ShellOps_5d230432e0/init/observatory/notes.txt b/shellops/assets/ShellOps_5d230432e0/init/observatory/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..086f07bc5a8c2e68e541f550315d5a7b30c439cc --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/init/observatory/notes.txt @@ -0,0 +1 @@ +Double-check Virgo coordinates pending calibration \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d230432e0/init/observatory/observations.log b/shellops/assets/ShellOps_5d230432e0/init/observatory/observations.log new file mode 100644 index 0000000000000000000000000000000000000000..2cd57f7ac141c717169f046e48a56054de89898f --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/init/observatory/observations.log @@ -0,0 +1,5 @@ +Andromeda,02:03:54 +Whirlpool,13:29:53 +Triangulum,01:33:51 +Virgo Cluster,12:27:00 +Sombrero,12:39:59 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d230432e0/init/schedules/priorities.csv b/shellops/assets/ShellOps_5d230432e0/init/schedules/priorities.csv new file mode 100644 index 0000000000000000000000000000000000000000..57bd4c946df083ee84d518c3550121e53b202366 --- /dev/null +++ b/shellops/assets/ShellOps_5d230432e0/init/schedules/priorities.csv @@ -0,0 +1,4 @@ +Andromeda,2 +Whirlpool,1 +Triangulum,3 +Sombrero,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5d9d2eeda2/gold/calibration_logs/active.csv b/shellops/assets/ShellOps_5d9d2eeda2/gold/calibration_logs/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..32221ac2b573b6a8b38b55dd3ace53743b9e703d --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/gold/calibration_logs/active.csv @@ -0,0 +1,7 @@ +device_id,timestamp,setting_a,setting_b +D123,2024-03-10T08:45:00Z,45,92 +D456,2024-03-10T09:00:00Z,72,33 +D123,2024-03-11T14:30:00Z,48,95 +D789,2024-03-10T10:15:00Z,67,21 +D456,2024-03-12T11:20:00Z,74,35 +D123,2024-03-14T16:00:00Z,50,97 diff --git a/shellops/assets/ShellOps_5d9d2eeda2/gold/calibration_logs/obsolete_entries.log b/shellops/assets/ShellOps_5d9d2eeda2/gold/calibration_logs/obsolete_entries.log new file mode 100644 index 0000000000000000000000000000000000000000..5eec46196136319e83b4ddadde8808aca86c8f07 --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/gold/calibration_logs/obsolete_entries.log @@ -0,0 +1,2 @@ +WARN: Device D456 has pending recalibration check +INFO: Archived old settings for D123 diff --git a/shellops/assets/ShellOps_5d9d2eeda2/gold/current_settings.csv b/shellops/assets/ShellOps_5d9d2eeda2/gold/current_settings.csv new file mode 100644 index 0000000000000000000000000000000000000000..f196ba5d90cf2da96b7e83d802766794ffe34659 --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/gold/current_settings.csv @@ -0,0 +1,4 @@ +device_id,timestamp,setting_a,setting_b +D123,2024-03-14T16:00:00Z,50,97 +D456,2024-03-12T11:20:00Z,74,35 +D789,2024-03-10T10:15:00Z,67,21 diff --git a/shellops/assets/ShellOps_5d9d2eeda2/gold/docs/calibration_procedure.md b/shellops/assets/ShellOps_5d9d2eeda2/gold/docs/calibration_procedure.md new file mode 100644 index 0000000000000000000000000000000000000000..3cecc21aa2ead8d19b336258519be7ca8b5b0de7 --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/gold/docs/calibration_procedure.md @@ -0,0 +1,4 @@ +# Calibration Process +1. Verify device ID +2. Apply test voltages +3. Record settings diff --git a/shellops/assets/ShellOps_5d9d2eeda2/init/calibration_logs/active.csv b/shellops/assets/ShellOps_5d9d2eeda2/init/calibration_logs/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..32221ac2b573b6a8b38b55dd3ace53743b9e703d --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/init/calibration_logs/active.csv @@ -0,0 +1,7 @@ +device_id,timestamp,setting_a,setting_b +D123,2024-03-10T08:45:00Z,45,92 +D456,2024-03-10T09:00:00Z,72,33 +D123,2024-03-11T14:30:00Z,48,95 +D789,2024-03-10T10:15:00Z,67,21 +D456,2024-03-12T11:20:00Z,74,35 +D123,2024-03-14T16:00:00Z,50,97 diff --git a/shellops/assets/ShellOps_5d9d2eeda2/init/calibration_logs/obsolete_entries.log b/shellops/assets/ShellOps_5d9d2eeda2/init/calibration_logs/obsolete_entries.log new file mode 100644 index 0000000000000000000000000000000000000000..5eec46196136319e83b4ddadde8808aca86c8f07 --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/init/calibration_logs/obsolete_entries.log @@ -0,0 +1,2 @@ +WARN: Device D456 has pending recalibration check +INFO: Archived old settings for D123 diff --git a/shellops/assets/ShellOps_5d9d2eeda2/init/docs/calibration_procedure.md b/shellops/assets/ShellOps_5d9d2eeda2/init/docs/calibration_procedure.md new file mode 100644 index 0000000000000000000000000000000000000000..3cecc21aa2ead8d19b336258519be7ca8b5b0de7 --- /dev/null +++ b/shellops/assets/ShellOps_5d9d2eeda2/init/docs/calibration_procedure.md @@ -0,0 +1,4 @@ +# Calibration Process +1. Verify device ID +2. Apply test voltages +3. Record settings diff --git a/shellops/assets/ShellOps_5da12e9294/gold/tickets_summary.txt b/shellops/assets/ShellOps_5da12e9294/gold/tickets_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eeca9f5f5b92d7e41a2ae8a43da84918ad023af --- /dev/null +++ b/shellops/assets/ShellOps_5da12e9294/gold/tickets_summary.txt @@ -0,0 +1,5 @@ +3 +17 +88 +400 +1042 diff --git a/shellops/assets/ShellOps_5dac2bd27c/gold/allocations.tsv b/shellops/assets/ShellOps_5dac2bd27c/gold/allocations.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c394625f9229b4050c03f076cd15180494095cf2 --- /dev/null +++ b/shellops/assets/ShellOps_5dac2bd27c/gold/allocations.tsv @@ -0,0 +1,5 @@ +SegmentID Description +seg101 East region VPN +seg102 Internal API zone +seg103 Legacy backup network +seg104 Customer facing proxy \ No newline at end of file diff --git a/shellops/assets/ShellOps_5dac2bd27c/gold/fw_audit.log b/shellops/assets/ShellOps_5dac2bd27c/gold/fw_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..d309fa315b5dadd07fb86cd728ba3d61f6d12088 --- /dev/null +++ b/shellops/assets/ShellOps_5dac2bd27c/gold/fw_audit.log @@ -0,0 +1,4 @@ +2024-05-20T08:15:22 POLICY: ALLOW segment=seg101 src=10.1.1.1 +2024-05-20T08:16:45 POLICY: ACCEPT segment=seg102 src=192.168.1.5 +2024-05-20T08:17:03 POLICY: DROP segment=seg103 src=172.16.0.2 +2024-05-20T08:18:30 POLICY: ACCEPT segment=seg101 src=10.1.1.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5dac2bd27c/gold/gaps.txt b/shellops/assets/ShellOps_5dac2bd27c/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..e58a29f923e630c4357eda9d753ecb244a137b4c --- /dev/null +++ b/shellops/assets/ShellOps_5dac2bd27c/gold/gaps.txt @@ -0,0 +1,3 @@ +SegmentID +seg103 +seg104 diff --git a/shellops/assets/ShellOps_5dac2bd27c/init/allocations.tsv b/shellops/assets/ShellOps_5dac2bd27c/init/allocations.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c394625f9229b4050c03f076cd15180494095cf2 --- /dev/null +++ b/shellops/assets/ShellOps_5dac2bd27c/init/allocations.tsv @@ -0,0 +1,5 @@ +SegmentID Description +seg101 East region VPN +seg102 Internal API zone +seg103 Legacy backup network +seg104 Customer facing proxy \ No newline at end of file diff --git a/shellops/assets/ShellOps_5dac2bd27c/init/fw_audit.log b/shellops/assets/ShellOps_5dac2bd27c/init/fw_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..d309fa315b5dadd07fb86cd728ba3d61f6d12088 --- /dev/null +++ b/shellops/assets/ShellOps_5dac2bd27c/init/fw_audit.log @@ -0,0 +1,4 @@ +2024-05-20T08:15:22 POLICY: ALLOW segment=seg101 src=10.1.1.1 +2024-05-20T08:16:45 POLICY: ACCEPT segment=seg102 src=192.168.1.5 +2024-05-20T08:17:03 POLICY: DROP segment=seg103 src=172.16.0.2 +2024-05-20T08:18:30 POLICY: ACCEPT segment=seg101 src=10.1.1.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/gold/approved.xml b/shellops/assets/ShellOps_5db6016ee0/gold/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..e2602318a53d9d8c833df5843d7fe134c0b31c07 --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/gold/approved.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/gold/archive/old_devices.txt b/shellops/assets/ShellOps_5db6016ee0/gold/archive/old_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..58481c034d82e017e118e53f14b370f2baf438b1 --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/gold/archive/old_devices.txt @@ -0,0 +1,3 @@ +dev-1111 +dev-2222 +dev-3333 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/gold/devices.txt b/shellops/assets/ShellOps_5db6016ee0/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5b98ca4f59f7e7fa8f6924f2a5e45b80194471a --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/gold/devices.txt @@ -0,0 +1,10 @@ +dev-1001 +dev-2003 +dev-3002 +dev-4004 +dev-5005 +dev-6006 +dev-7007 +dev-8008 +dev-9009 +dev-1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/gold/missing_devices.txt b/shellops/assets/ShellOps_5db6016ee0/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1e1253f0d91b43c508b7d535db68ce6221cd6d0 --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/gold/missing_devices.txt @@ -0,0 +1,5 @@ +dev-2003 +dev-4004 +dev-6006 +dev-8008 +dev-9009 diff --git a/shellops/assets/ShellOps_5db6016ee0/gold/policy.md b/shellops/assets/ShellOps_5db6016ee0/gold/policy.md new file mode 100644 index 0000000000000000000000000000000000000000..fec28d976cd11e09ad0616f260471a44d4efd66d --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/gold/policy.md @@ -0,0 +1,2 @@ +# Device Registry Policy +Only devices listed in approved.xml should be retained. diff --git a/shellops/assets/ShellOps_5db6016ee0/init/approved.xml b/shellops/assets/ShellOps_5db6016ee0/init/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..e2602318a53d9d8c833df5843d7fe134c0b31c07 --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/init/approved.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/init/archive/old_devices.txt b/shellops/assets/ShellOps_5db6016ee0/init/archive/old_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..58481c034d82e017e118e53f14b370f2baf438b1 --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/init/archive/old_devices.txt @@ -0,0 +1,3 @@ +dev-1111 +dev-2222 +dev-3333 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/init/devices.txt b/shellops/assets/ShellOps_5db6016ee0/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5b98ca4f59f7e7fa8f6924f2a5e45b80194471a --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/init/devices.txt @@ -0,0 +1,10 @@ +dev-1001 +dev-2003 +dev-3002 +dev-4004 +dev-5005 +dev-6006 +dev-7007 +dev-8008 +dev-9009 +dev-1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5db6016ee0/init/policy.md b/shellops/assets/ShellOps_5db6016ee0/init/policy.md new file mode 100644 index 0000000000000000000000000000000000000000..fec28d976cd11e09ad0616f260471a44d4efd66d --- /dev/null +++ b/shellops/assets/ShellOps_5db6016ee0/init/policy.md @@ -0,0 +1,2 @@ +# Device Registry Policy +Only devices listed in approved.xml should be retained. diff --git a/shellops/assets/ShellOps_5e5939687b/gold/manifest_alpha.properties b/shellops/assets/ShellOps_5e5939687b/gold/manifest_alpha.properties new file mode 100644 index 0000000000000000000000000000000000000000..511599846dda6ccd7a98ed538c208daae75923dd --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/gold/manifest_alpha.properties @@ -0,0 +1,6 @@ +vendor=Acme Corp +part_no=A-100 +part_no=A-200 +description=Base components +part_no=A-300 +notes=Obsolete items present diff --git a/shellops/assets/ShellOps_5e5939687b/gold/manifest_beta.properties b/shellops/assets/ShellOps_5e5939687b/gold/manifest_beta.properties new file mode 100644 index 0000000000000000000000000000000000000000..24204f4371a1d2b48af76d4df77cc60d5546ca9b --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/gold/manifest_beta.properties @@ -0,0 +1,6 @@ +vendor=Beta Inc +part_no=B-500 +part_no=A-100 +part_no=B-600 +description=Mixed catalog +notes=Some duplicates expected diff --git a/shellops/assets/ShellOps_5e5939687b/gold/manifest_gamma.properties b/shellops/assets/ShellOps_5e5939687b/gold/manifest_gamma.properties new file mode 100644 index 0000000000000000000000000000000000000000..7455e1418fc5fb1f8885a9833d175d75cffd03de --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/gold/manifest_gamma.properties @@ -0,0 +1,7 @@ +vendor=Gamma LLC +part_no=C-900 +part_no=A-200 +part_no=C-800 +part_no=B-500 +description=Extended inventory +notes=Cross-referenced diff --git a/shellops/assets/ShellOps_5e5939687b/gold/unified_parts.txt b/shellops/assets/ShellOps_5e5939687b/gold/unified_parts.txt new file mode 100644 index 0000000000000000000000000000000000000000..a25998882b5552407db5af08cd90d2d3b110f363 --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/gold/unified_parts.txt @@ -0,0 +1,7 @@ +A-100 +A-200 +A-300 +B-500 +B-600 +C-800 +C-900 diff --git a/shellops/assets/ShellOps_5e5939687b/init/manifest_alpha.properties b/shellops/assets/ShellOps_5e5939687b/init/manifest_alpha.properties new file mode 100644 index 0000000000000000000000000000000000000000..511599846dda6ccd7a98ed538c208daae75923dd --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/init/manifest_alpha.properties @@ -0,0 +1,6 @@ +vendor=Acme Corp +part_no=A-100 +part_no=A-200 +description=Base components +part_no=A-300 +notes=Obsolete items present diff --git a/shellops/assets/ShellOps_5e5939687b/init/manifest_beta.properties b/shellops/assets/ShellOps_5e5939687b/init/manifest_beta.properties new file mode 100644 index 0000000000000000000000000000000000000000..24204f4371a1d2b48af76d4df77cc60d5546ca9b --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/init/manifest_beta.properties @@ -0,0 +1,6 @@ +vendor=Beta Inc +part_no=B-500 +part_no=A-100 +part_no=B-600 +description=Mixed catalog +notes=Some duplicates expected diff --git a/shellops/assets/ShellOps_5e5939687b/init/manifest_gamma.properties b/shellops/assets/ShellOps_5e5939687b/init/manifest_gamma.properties new file mode 100644 index 0000000000000000000000000000000000000000..7455e1418fc5fb1f8885a9833d175d75cffd03de --- /dev/null +++ b/shellops/assets/ShellOps_5e5939687b/init/manifest_gamma.properties @@ -0,0 +1,7 @@ +vendor=Gamma LLC +part_no=C-900 +part_no=A-200 +part_no=C-800 +part_no=B-500 +description=Extended inventory +notes=Cross-referenced diff --git a/shellops/assets/ShellOps_5e6078bcd0/gold/missing_modules.txt b/shellops/assets/ShellOps_5e6078bcd0/gold/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..398050c62c882fa5ebc8d8aaa2e730e70790beeb --- /dev/null +++ b/shellops/assets/ShellOps_5e6078bcd0/gold/missing_modules.txt @@ -0,0 +1 @@ +101 diff --git a/shellops/assets/ShellOps_5e6078bcd0/gold/modules.txt b/shellops/assets/ShellOps_5e6078bcd0/gold/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..8caf782767217a1c6ec88428ef78adff78cd2510 --- /dev/null +++ b/shellops/assets/ShellOps_5e6078bcd0/gold/modules.txt @@ -0,0 +1,3 @@ +204 +305 +417 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e6078bcd0/gold/systems.xml b/shellops/assets/ShellOps_5e6078bcd0/gold/systems.xml new file mode 100644 index 0000000000000000000000000000000000000000..94197821c25055bb58af7d1a70a1537873563915 --- /dev/null +++ b/shellops/assets/ShellOps_5e6078bcd0/gold/systems.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e6078bcd0/init/modules.txt b/shellops/assets/ShellOps_5e6078bcd0/init/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..8caf782767217a1c6ec88428ef78adff78cd2510 --- /dev/null +++ b/shellops/assets/ShellOps_5e6078bcd0/init/modules.txt @@ -0,0 +1,3 @@ +204 +305 +417 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e6078bcd0/init/systems.xml b/shellops/assets/ShellOps_5e6078bcd0/init/systems.xml new file mode 100644 index 0000000000000000000000000000000000000000..94197821c25055bb58af7d1a70a1537873563915 --- /dev/null +++ b/shellops/assets/ShellOps_5e6078bcd0/init/systems.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e7e37e571/gold/diagrams/site.xml b/shellops/assets/ShellOps_5e7e37e571/gold/diagrams/site.xml new file mode 100644 index 0000000000000000000000000000000000000000..345b0922bc31d34bdb4b8c6b5b521b13738e92f7 --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/gold/diagrams/site.xml @@ -0,0 +1,14 @@ + + + 22 + ssh + + + 8080 + web + + + 5432 + db + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e7e37e571/gold/distractor.log b/shellops/assets/ShellOps_5e7e37e571/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..635dc76a598ba65c9952d97c25ff274eb609a3d8 --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/gold/distractor.log @@ -0,0 +1 @@ +2024-05-20 ERROR: Failed to connect to port 1234 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e7e37e571/gold/gaps.txt b/shellops/assets/ShellOps_5e7e37e571/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..6de8f79ba43037715eca4401d0ddd36c5370c710 --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/gold/gaps.txt @@ -0,0 +1 @@ +3306 diff --git a/shellops/assets/ShellOps_5e7e37e571/gold/trackers/current.txt b/shellops/assets/ShellOps_5e7e37e571/gold/trackers/current.txt new file mode 100644 index 0000000000000000000000000000000000000000..959ac1fc702b527fc1f28ffcf25d6bde3a87ccfc --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/gold/trackers/current.txt @@ -0,0 +1,6 @@ +Connection Status: +Active: 8080 +Active: 22 +Inactive: 443 +Active: 3306 +Active: 5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e7e37e571/init/diagrams/site.xml b/shellops/assets/ShellOps_5e7e37e571/init/diagrams/site.xml new file mode 100644 index 0000000000000000000000000000000000000000..345b0922bc31d34bdb4b8c6b5b521b13738e92f7 --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/init/diagrams/site.xml @@ -0,0 +1,14 @@ + + + 22 + ssh + + + 8080 + web + + + 5432 + db + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e7e37e571/init/distractor.log b/shellops/assets/ShellOps_5e7e37e571/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..635dc76a598ba65c9952d97c25ff274eb609a3d8 --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/init/distractor.log @@ -0,0 +1 @@ +2024-05-20 ERROR: Failed to connect to port 1234 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e7e37e571/init/trackers/current.txt b/shellops/assets/ShellOps_5e7e37e571/init/trackers/current.txt new file mode 100644 index 0000000000000000000000000000000000000000..959ac1fc702b527fc1f28ffcf25d6bde3a87ccfc --- /dev/null +++ b/shellops/assets/ShellOps_5e7e37e571/init/trackers/current.txt @@ -0,0 +1,6 @@ +Connection Status: +Active: 8080 +Active: 22 +Inactive: 443 +Active: 3306 +Active: 5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/gold/antiquities/inv.txt b/shellops/assets/ShellOps_5e8719cdaa/gold/antiquities/inv.txt new file mode 100644 index 0000000000000000000000000000000000000000..d27c6dd735d28231e48511446592368ff19f8439 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/gold/antiquities/inv.txt @@ -0,0 +1,5 @@ +AN-2023-045 Bronze cauldron on loan +AN-2023-067 Marble bust in storage +AN-2024-012 Terracotta vase on loan +AN-2024-078 Obsidian blade in storage +AN-2024-101 Gold diadem in storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/gold/antiquities/notes.md b/shellops/assets/ShellOps_5e8719cdaa/gold/antiquities/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5870b3c3d0ec63292d933cb8d340fc9450fbe497 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/gold/antiquities/notes.md @@ -0,0 +1,2 @@ +This folder holds inventory for classical antiquities. +Last updated 2024-05-15. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/gold/ethno/inv.txt b/shellops/assets/ShellOps_5e8719cdaa/gold/ethno/inv.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea01d94cd9890fa044290b236e04974b18ae776e --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/gold/ethno/inv.txt @@ -0,0 +1,4 @@ +ET-2021-550 Ritual mask on loan +ET-2022-918 Textile fragment in storage +ET-2023-404 Ceremonial drum on loan +ET-2024-212 Feather headdress in storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/gold/missing_loans.txt b/shellops/assets/ShellOps_5e8719cdaa/gold/missing_loans.txt new file mode 100644 index 0000000000000000000000000000000000000000..c27d8eaf6b62f5413861193bb5b9e62d053061bf --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/gold/missing_loans.txt @@ -0,0 +1,2 @@ +MD-2022-309 +MD-2024-088 diff --git a/shellops/assets/ShellOps_5e8719cdaa/gold/modern/inv.txt b/shellops/assets/ShellOps_5e8719cdaa/gold/modern/inv.txt new file mode 100644 index 0000000000000000000000000000000000000000..c89d6b09cfac09480935d4e78e0da47703349eb7 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/gold/modern/inv.txt @@ -0,0 +1,4 @@ +MD-2022-309 Abstract painting on loan +MD-2023-111 Sculpture steel on loan +MD-2023-205 Neon installation in storage +MD-2024-088 Kinetic mobile on loan \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/gold/registrar/loans.xml b/shellops/assets/ShellOps_5e8719cdaa/gold/registrar/loans.xml new file mode 100644 index 0000000000000000000000000000000000000000..d0956dd5b4680e267d91d16a6ae54a0254c59715 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/gold/registrar/loans.xml @@ -0,0 +1,24 @@ + + + + Museum of Ancient Art + 2024-02-15 + + + Institute of Ethnology + 2023-11-30 + + + City Gallery + 2024-01-10 + + + Archaeology Dept + 2024-03-22 + + + Cultural Center + 2024-04-05 + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/init/antiquities/inv.txt b/shellops/assets/ShellOps_5e8719cdaa/init/antiquities/inv.txt new file mode 100644 index 0000000000000000000000000000000000000000..d27c6dd735d28231e48511446592368ff19f8439 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/init/antiquities/inv.txt @@ -0,0 +1,5 @@ +AN-2023-045 Bronze cauldron on loan +AN-2023-067 Marble bust in storage +AN-2024-012 Terracotta vase on loan +AN-2024-078 Obsidian blade in storage +AN-2024-101 Gold diadem in storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/init/antiquities/notes.md b/shellops/assets/ShellOps_5e8719cdaa/init/antiquities/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5870b3c3d0ec63292d933cb8d340fc9450fbe497 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/init/antiquities/notes.md @@ -0,0 +1,2 @@ +This folder holds inventory for classical antiquities. +Last updated 2024-05-15. \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/init/ethno/inv.txt b/shellops/assets/ShellOps_5e8719cdaa/init/ethno/inv.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea01d94cd9890fa044290b236e04974b18ae776e --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/init/ethno/inv.txt @@ -0,0 +1,4 @@ +ET-2021-550 Ritual mask on loan +ET-2022-918 Textile fragment in storage +ET-2023-404 Ceremonial drum on loan +ET-2024-212 Feather headdress in storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/init/modern/inv.txt b/shellops/assets/ShellOps_5e8719cdaa/init/modern/inv.txt new file mode 100644 index 0000000000000000000000000000000000000000..c89d6b09cfac09480935d4e78e0da47703349eb7 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/init/modern/inv.txt @@ -0,0 +1,4 @@ +MD-2022-309 Abstract painting on loan +MD-2023-111 Sculpture steel on loan +MD-2023-205 Neon installation in storage +MD-2024-088 Kinetic mobile on loan \ No newline at end of file diff --git a/shellops/assets/ShellOps_5e8719cdaa/init/registrar/loans.xml b/shellops/assets/ShellOps_5e8719cdaa/init/registrar/loans.xml new file mode 100644 index 0000000000000000000000000000000000000000..d0956dd5b4680e267d91d16a6ae54a0254c59715 --- /dev/null +++ b/shellops/assets/ShellOps_5e8719cdaa/init/registrar/loans.xml @@ -0,0 +1,24 @@ + + + + Museum of Ancient Art + 2024-02-15 + + + Institute of Ethnology + 2023-11-30 + + + City Gallery + 2024-01-10 + + + Archaeology Dept + 2024-03-22 + + + Cultural Center + 2024-04-05 + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5eafffb9f9/gold/approved_sensors.txt b/shellops/assets/ShellOps_5eafffb9f9/gold/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..828a50cebe3958beca4d7859d816d37a9914417f --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/gold/approved_sensors.txt @@ -0,0 +1,6 @@ +SENSOR_ALPHA +SENSOR_BETA +SENSOR_GAMMA +SENSOR_DELTA +SENSOR_EPSILON +SENSOR_ZETA \ No newline at end of file diff --git a/shellops/assets/ShellOps_5eafffb9f9/gold/devices.xml b/shellops/assets/ShellOps_5eafffb9f9/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b80295e25f64474f2dd76c2e2ed127992d7fd07 --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/gold/devices.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5eafffb9f9/gold/inactive_registered.txt b/shellops/assets/ShellOps_5eafffb9f9/gold/inactive_registered.txt new file mode 100644 index 0000000000000000000000000000000000000000..375fb5bba834ebbe977480cfe87244cf795ecd0a --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/gold/inactive_registered.txt @@ -0,0 +1,3 @@ +SENSOR_GAMMA +SENSOR_KAPPA +SENSOR_THETA diff --git a/shellops/assets/ShellOps_5eafffb9f9/gold/missing_approved.txt b/shellops/assets/ShellOps_5eafffb9f9/gold/missing_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c6944957e836ac153c1fe0d8773cf57c8753fd --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/gold/missing_approved.txt @@ -0,0 +1,3 @@ +SENSOR_DELTA +SENSOR_EPSILON +SENSOR_ZETA diff --git a/shellops/assets/ShellOps_5eafffb9f9/gold/notes.md b/shellops/assets/ShellOps_5eafffb9f9/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cfff708740e7467362f214261d0265ebece57808 --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/gold/notes.md @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the output. +It contains notes about deprecated sensor models, but the task only requires matching identifiers and statuses. diff --git a/shellops/assets/ShellOps_5eafffb9f9/init/approved_sensors.txt b/shellops/assets/ShellOps_5eafffb9f9/init/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..828a50cebe3958beca4d7859d816d37a9914417f --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/init/approved_sensors.txt @@ -0,0 +1,6 @@ +SENSOR_ALPHA +SENSOR_BETA +SENSOR_GAMMA +SENSOR_DELTA +SENSOR_EPSILON +SENSOR_ZETA \ No newline at end of file diff --git a/shellops/assets/ShellOps_5eafffb9f9/init/devices.xml b/shellops/assets/ShellOps_5eafffb9f9/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b80295e25f64474f2dd76c2e2ed127992d7fd07 --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/init/devices.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_5eafffb9f9/init/notes.md b/shellops/assets/ShellOps_5eafffb9f9/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cfff708740e7467362f214261d0265ebece57808 --- /dev/null +++ b/shellops/assets/ShellOps_5eafffb9f9/init/notes.md @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the output. +It contains notes about deprecated sensor models, but the task only requires matching identifiers and statuses. diff --git a/shellops/assets/ShellOps_5ebf7662fe/gold/regional/.keep b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5ebf7662fe/gold/regional/americas.properties b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/americas.properties new file mode 100644 index 0000000000000000000000000000000000000000..85960f0da90ee1c46e224dde2c5fcb33264f3a32 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/americas.properties @@ -0,0 +1,8 @@ +name=Americas HQ +country=USA +city=New York +contact=john@example.com +currency=USD +timezone=EST +headcount=200 +languages=English,Spanish diff --git a/shellops/assets/ShellOps_5ebf7662fe/gold/regional/asia.properties b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/asia.properties new file mode 100644 index 0000000000000000000000000000000000000000..19ed939c4019614cc85f43297f0eb125ac7e1213 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/asia.properties @@ -0,0 +1,7 @@ +name=Asia HQ +country=Japan +city=Tokyo +contact=akira@example.com +languages=Japanese,English +currency=Yen +timezone=JST diff --git a/shellops/assets/ShellOps_5ebf7662fe/gold/regional/emea.properties b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/emea.properties new file mode 100644 index 0000000000000000000000000000000000000000..5a251306f8d3f908f6f66557dab8976434079938 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/emea.properties @@ -0,0 +1,8 @@ +country=Germany +city=Berlin +contact=anna@example.de +currency=Euro +timezone=CET +headcount=150 +languages=German,English +name=EMEA Central diff --git a/shellops/assets/ShellOps_5ebf7662fe/gold/regional/manifest.properties b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/manifest.properties new file mode 100644 index 0000000000000000000000000000000000000000..731c7451a938312aa81ac8a309380f6943d3db86 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/gold/regional/manifest.properties @@ -0,0 +1,8 @@ +city +contact +country +currency +headcount +languages +name +timezone diff --git a/shellops/assets/ShellOps_5ebf7662fe/init/regional/.keep b/shellops/assets/ShellOps_5ebf7662fe/init/regional/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5ebf7662fe/init/regional/americas.properties b/shellops/assets/ShellOps_5ebf7662fe/init/regional/americas.properties new file mode 100644 index 0000000000000000000000000000000000000000..85960f0da90ee1c46e224dde2c5fcb33264f3a32 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/init/regional/americas.properties @@ -0,0 +1,8 @@ +name=Americas HQ +country=USA +city=New York +contact=john@example.com +currency=USD +timezone=EST +headcount=200 +languages=English,Spanish diff --git a/shellops/assets/ShellOps_5ebf7662fe/init/regional/asia.properties b/shellops/assets/ShellOps_5ebf7662fe/init/regional/asia.properties new file mode 100644 index 0000000000000000000000000000000000000000..19ed939c4019614cc85f43297f0eb125ac7e1213 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/init/regional/asia.properties @@ -0,0 +1,7 @@ +name=Asia HQ +country=Japan +city=Tokyo +contact=akira@example.com +languages=Japanese,English +currency=Yen +timezone=JST diff --git a/shellops/assets/ShellOps_5ebf7662fe/init/regional/emea.properties b/shellops/assets/ShellOps_5ebf7662fe/init/regional/emea.properties new file mode 100644 index 0000000000000000000000000000000000000000..5a251306f8d3f908f6f66557dab8976434079938 --- /dev/null +++ b/shellops/assets/ShellOps_5ebf7662fe/init/regional/emea.properties @@ -0,0 +1,8 @@ +country=Germany +city=Berlin +contact=anna@example.de +currency=Euro +timezone=CET +headcount=150 +languages=German,English +name=EMEA Central diff --git a/shellops/assets/ShellOps_5f1100f090/gold/baseline/approved_devices.txt b/shellops/assets/ShellOps_5f1100f090/gold/baseline/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..00d2539594b8acaf5f41bf63183657dfdbaf8e03 --- /dev/null +++ b/shellops/assets/ShellOps_5f1100f090/gold/baseline/approved_devices.txt @@ -0,0 +1,5 @@ +alpha-001 +beta-002 +gamma-003 +delta-004 +omega-005 diff --git a/shellops/assets/ShellOps_5f1100f090/gold/notes.md b/shellops/assets/ShellOps_5f1100f090/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1ad1ad53f7287df75dabbc03790ed3c8c2502312 --- /dev/null +++ b/shellops/assets/ShellOps_5f1100f090/gold/notes.md @@ -0,0 +1 @@ +Placeholder notes file to ensure the workspace has at least one ignored artifact. diff --git a/shellops/assets/ShellOps_5f1100f090/gold/runtime/.keep b/shellops/assets/ShellOps_5f1100f090/gold/runtime/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f1100f090/gold/runtime/snapshot.xml b/shellops/assets/ShellOps_5f1100f090/gold/runtime/snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..b1e81a634b7f526277551cd0900ae0488d03d6ae --- /dev/null +++ b/shellops/assets/ShellOps_5f1100f090/gold/runtime/snapshot.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_5f1100f090/init/baseline/approved_devices.txt b/shellops/assets/ShellOps_5f1100f090/init/baseline/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..00d2539594b8acaf5f41bf63183657dfdbaf8e03 --- /dev/null +++ b/shellops/assets/ShellOps_5f1100f090/init/baseline/approved_devices.txt @@ -0,0 +1,5 @@ +alpha-001 +beta-002 +gamma-003 +delta-004 +omega-005 diff --git a/shellops/assets/ShellOps_5f1100f090/init/notes.md b/shellops/assets/ShellOps_5f1100f090/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1ad1ad53f7287df75dabbc03790ed3c8c2502312 --- /dev/null +++ b/shellops/assets/ShellOps_5f1100f090/init/notes.md @@ -0,0 +1 @@ +Placeholder notes file to ensure the workspace has at least one ignored artifact. diff --git a/shellops/assets/ShellOps_5f1100f090/init/runtime/.keep b/shellops/assets/ShellOps_5f1100f090/init/runtime/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f1100f090/init/runtime/snapshot.xml b/shellops/assets/ShellOps_5f1100f090/init/runtime/snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..b1e81a634b7f526277551cd0900ae0488d03d6ae --- /dev/null +++ b/shellops/assets/ShellOps_5f1100f090/init/runtime/snapshot.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_5f17924dfb/gold/configs/.keep b/shellops/assets/ShellOps_5f17924dfb/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_a.env b/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_a.env new file mode 100644 index 0000000000000000000000000000000000000000..d68007bc05a4440b70a50ccbf99adc4bba7bc6e2 --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_a.env @@ -0,0 +1,3 @@ +DB_HOST=db.example.com +API_KEY=12345 +LOG_LEVEL=INFO \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_b.env b/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_b.env new file mode 100644 index 0000000000000000000000000000000000000000..af6444fe793aa080aea88dcb14d56f866c3a3cfd --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_b.env @@ -0,0 +1,2 @@ +DB_HOST=db.example.com +LOG_LEVEL=DEBUG \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_c.env b/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_c.env new file mode 100644 index 0000000000000000000000000000000000000000..17575d901c21499ca8c1ffbf896e1628d992229a --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/gold/configs/service_c.env @@ -0,0 +1,2 @@ +API_KEY=67890 +LOG_LEVEL=WARN \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f17924dfb/gold/missing_keys.out b/shellops/assets/ShellOps_5f17924dfb/gold/missing_keys.out new file mode 100644 index 0000000000000000000000000000000000000000..2bc46bdf2a1fefc3a3bc5d45365fe3701c8f05f1 --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/gold/missing_keys.out @@ -0,0 +1,2 @@ +configs/service_b.env +configs/service_c.env diff --git a/shellops/assets/ShellOps_5f17924dfb/init/configs/.keep b/shellops/assets/ShellOps_5f17924dfb/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f17924dfb/init/configs/service_a.env b/shellops/assets/ShellOps_5f17924dfb/init/configs/service_a.env new file mode 100644 index 0000000000000000000000000000000000000000..d68007bc05a4440b70a50ccbf99adc4bba7bc6e2 --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/init/configs/service_a.env @@ -0,0 +1,3 @@ +DB_HOST=db.example.com +API_KEY=12345 +LOG_LEVEL=INFO \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f17924dfb/init/configs/service_b.env b/shellops/assets/ShellOps_5f17924dfb/init/configs/service_b.env new file mode 100644 index 0000000000000000000000000000000000000000..af6444fe793aa080aea88dcb14d56f866c3a3cfd --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/init/configs/service_b.env @@ -0,0 +1,2 @@ +DB_HOST=db.example.com +LOG_LEVEL=DEBUG \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f17924dfb/init/configs/service_c.env b/shellops/assets/ShellOps_5f17924dfb/init/configs/service_c.env new file mode 100644 index 0000000000000000000000000000000000000000..17575d901c21499ca8c1ffbf896e1628d992229a --- /dev/null +++ b/shellops/assets/ShellOps_5f17924dfb/init/configs/service_c.env @@ -0,0 +1,2 @@ +API_KEY=67890 +LOG_LEVEL=WARN \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f1d81928f/gold/approved_devices.txt b/shellops/assets/ShellOps_5f1d81928f/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba7afc72d9309d0213ab85313ddca516ff7d6703 --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/gold/approved_devices.txt @@ -0,0 +1 @@ +D-103 diff --git a/shellops/assets/ShellOps_5f1d81928f/gold/notes/readme.md b/shellops/assets/ShellOps_5f1d81928f/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..c795d73406ca3202d1559e6ce182bd71fb112d8c --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/gold/notes/readme.md @@ -0,0 +1 @@ +Legacy device audit notes (distractor). diff --git a/shellops/assets/ShellOps_5f1d81928f/gold/policy/deprecated_models.yaml b/shellops/assets/ShellOps_5f1d81928f/gold/policy/deprecated_models.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7236f4f851e4b4c6fd1654fc58ee3f6165e1c0b9 --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/gold/policy/deprecated_models.yaml @@ -0,0 +1,5 @@ +deprecated: + - model: ZK-42 + reason: End of support + - model: TR-7 + reason: Security issues diff --git a/shellops/assets/ShellOps_5f1d81928f/gold/runtime/firmware_status.json b/shellops/assets/ShellOps_5f1d81928f/gold/runtime/firmware_status.json new file mode 100644 index 0000000000000000000000000000000000000000..a6d1ad3e5d5dad3e8afbc51c7298808c6cdce903 --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/gold/runtime/firmware_status.json @@ -0,0 +1,8 @@ +[ + {"device_id": "D-101", "model": "ZK-42", "status": "verified"}, + {"device_id": "D-102", "model": "ZK-42", "status": "pending"}, + {"device_id": "D-103", "model": "AL-9", "status": "verified"}, + {"device_id": "D-104", "model": "TR-7", "status": "failed"}, + {"device_id": "D-105", "model": "TR-7", "status": "verified"}, + {"device_id": "D-106", "model": "ZK-42", "status": "verified"} +] diff --git a/shellops/assets/ShellOps_5f1d81928f/init/notes/readme.md b/shellops/assets/ShellOps_5f1d81928f/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..c795d73406ca3202d1559e6ce182bd71fb112d8c --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/init/notes/readme.md @@ -0,0 +1 @@ +Legacy device audit notes (distractor). diff --git a/shellops/assets/ShellOps_5f1d81928f/init/policy/deprecated_models.yaml b/shellops/assets/ShellOps_5f1d81928f/init/policy/deprecated_models.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7236f4f851e4b4c6fd1654fc58ee3f6165e1c0b9 --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/init/policy/deprecated_models.yaml @@ -0,0 +1,5 @@ +deprecated: + - model: ZK-42 + reason: End of support + - model: TR-7 + reason: Security issues diff --git a/shellops/assets/ShellOps_5f1d81928f/init/runtime/firmware_status.json b/shellops/assets/ShellOps_5f1d81928f/init/runtime/firmware_status.json new file mode 100644 index 0000000000000000000000000000000000000000..a6d1ad3e5d5dad3e8afbc51c7298808c6cdce903 --- /dev/null +++ b/shellops/assets/ShellOps_5f1d81928f/init/runtime/firmware_status.json @@ -0,0 +1,8 @@ +[ + {"device_id": "D-101", "model": "ZK-42", "status": "verified"}, + {"device_id": "D-102", "model": "ZK-42", "status": "pending"}, + {"device_id": "D-103", "model": "AL-9", "status": "verified"}, + {"device_id": "D-104", "model": "TR-7", "status": "failed"}, + {"device_id": "D-105", "model": "TR-7", "status": "verified"}, + {"device_id": "D-106", "model": "ZK-42", "status": "verified"} +] diff --git a/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/.keep b/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/app_20240601.map b/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/app_20240601.map new file mode 100644 index 0000000000000000000000000000000000000000..06c56316411d159aaf6175cd2743acf203e41aac --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/app_20240601.map @@ -0,0 +1,3 @@ +build_id: xyz123 +artifact_type: binary +size: 4.2MB diff --git a/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/app_20240602.map b/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/app_20240602.map new file mode 100644 index 0000000000000000000000000000000000000000..0b21fe2434a39bc30b16605190d4686787389bbf --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/gold/build_artifacts/app_20240602.map @@ -0,0 +1,3 @@ +build_id: abc456 +artifact_type: binary +size: 3.8MB diff --git a/shellops/assets/ShellOps_5f25abb422/gold/build_id_freq.md b/shellops/assets/ShellOps_5f25abb422/gold/build_id_freq.md new file mode 100644 index 0000000000000000000000000000000000000000..5512691008e3265de6bb48a3a807af208ea0b18b --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/gold/build_id_freq.md @@ -0,0 +1,3 @@ +xyz123: 2 +def789: 1 +abc456: 1 diff --git a/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/.keep b/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/test_20240601.map b/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/test_20240601.map new file mode 100644 index 0000000000000000000000000000000000000000..72cfb60ecf023c27c45f8ba6c7bc6dd0bc5ef1b5 --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/test_20240601.map @@ -0,0 +1,2 @@ +build_id: xyz123 +coverage: 78% diff --git a/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/test_20240602.map b/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/test_20240602.map new file mode 100644 index 0000000000000000000000000000000000000000..2feef65f1a2554775bd89b9bf3128e2d1495725d --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/gold/test_artifacts/test_20240602.map @@ -0,0 +1,2 @@ +build_id: def789 +coverage: 82% diff --git a/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/.keep b/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/app_20240601.map b/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/app_20240601.map new file mode 100644 index 0000000000000000000000000000000000000000..06c56316411d159aaf6175cd2743acf203e41aac --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/app_20240601.map @@ -0,0 +1,3 @@ +build_id: xyz123 +artifact_type: binary +size: 4.2MB diff --git a/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/app_20240602.map b/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/app_20240602.map new file mode 100644 index 0000000000000000000000000000000000000000..0b21fe2434a39bc30b16605190d4686787389bbf --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/init/build_artifacts/app_20240602.map @@ -0,0 +1,3 @@ +build_id: abc456 +artifact_type: binary +size: 3.8MB diff --git a/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/.keep b/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/test_20240601.map b/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/test_20240601.map new file mode 100644 index 0000000000000000000000000000000000000000..72cfb60ecf023c27c45f8ba6c7bc6dd0bc5ef1b5 --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/test_20240601.map @@ -0,0 +1,2 @@ +build_id: xyz123 +coverage: 78% diff --git a/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/test_20240602.map b/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/test_20240602.map new file mode 100644 index 0000000000000000000000000000000000000000..2feef65f1a2554775bd89b9bf3128e2d1495725d --- /dev/null +++ b/shellops/assets/ShellOps_5f25abb422/init/test_artifacts/test_20240602.map @@ -0,0 +1,2 @@ +build_id: def789 +coverage: 82% diff --git a/shellops/assets/ShellOps_5f528c071c/gold/deployments/active_services.conf b/shellops/assets/ShellOps_5f528c071c/gold/deployments/active_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..e92ad1f03e8e56db5e96d82bb2eb000ce97d4d3f --- /dev/null +++ b/shellops/assets/ShellOps_5f528c071c/gold/deployments/active_services.conf @@ -0,0 +1,6 @@ +# Active services as of 2024-05-21 +frontend +database +api_gateway +analytics +# Deprecated: legacy_backend \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f528c071c/gold/pending_assessments.txt b/shellops/assets/ShellOps_5f528c071c/gold/pending_assessments.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7aa1663568222ed866c0d7cd295e23f2e159503 --- /dev/null +++ b/shellops/assets/ShellOps_5f528c071c/gold/pending_assessments.txt @@ -0,0 +1 @@ +analytics diff --git a/shellops/assets/ShellOps_5f528c071c/gold/reports/assessments.csv b/shellops/assets/ShellOps_5f528c071c/gold/reports/assessments.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a448b960fd8abe3042ba0ef2a76fa712f65ced2 --- /dev/null +++ b/shellops/assets/ShellOps_5f528c071c/gold/reports/assessments.csv @@ -0,0 +1,4 @@ +service,assessment_date,auditor +frontend,2024-05-15,security-team +database,2024-05-18,external-audit +api_gateway,2024-05-20,security-team diff --git a/shellops/assets/ShellOps_5f528c071c/init/deployments/active_services.conf b/shellops/assets/ShellOps_5f528c071c/init/deployments/active_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..e92ad1f03e8e56db5e96d82bb2eb000ce97d4d3f --- /dev/null +++ b/shellops/assets/ShellOps_5f528c071c/init/deployments/active_services.conf @@ -0,0 +1,6 @@ +# Active services as of 2024-05-21 +frontend +database +api_gateway +analytics +# Deprecated: legacy_backend \ No newline at end of file diff --git a/shellops/assets/ShellOps_5f528c071c/init/reports/assessments.csv b/shellops/assets/ShellOps_5f528c071c/init/reports/assessments.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a448b960fd8abe3042ba0ef2a76fa712f65ced2 --- /dev/null +++ b/shellops/assets/ShellOps_5f528c071c/init/reports/assessments.csv @@ -0,0 +1,4 @@ +service,assessment_date,auditor +frontend,2024-05-15,security-team +database,2024-05-18,external-audit +api_gateway,2024-05-20,security-team diff --git a/shellops/assets/ShellOps_5f6062a3d0/gold/docs/release_notes.md b/shellops/assets/ShellOps_5f6062a3d0/gold/docs/release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1554025caefc403383a576680e520a4c8336ee77 --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/gold/docs/release_notes.md @@ -0,0 +1,3 @@ +# Release Notes + +This document contains high-level notes and is not used by the module selection script. diff --git a/shellops/assets/ShellOps_5f6062a3d0/gold/registry/active_modules.txt b/shellops/assets/ShellOps_5f6062a3d0/gold/registry/active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd4af122fd1150ddeed7bd6ff47e525e83f52889 --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/gold/registry/active_modules.txt @@ -0,0 +1,8 @@ +mod_alpha +mod_beta +mod_gamma +mod_delta +mod_epsilon +mod_zeta +mod_eta +mod_theta diff --git a/shellops/assets/ShellOps_5f6062a3d0/gold/registry/final_modules.txt b/shellops/assets/ShellOps_5f6062a3d0/gold/registry/final_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..c01217c7de7a825730db09ca9a10c6b3c50cbdde --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/gold/registry/final_modules.txt @@ -0,0 +1,5 @@ +mod_alpha +mod_gamma +mod_epsilon +mod_eta +mod_theta diff --git a/shellops/assets/ShellOps_5f6062a3d0/gold/registry/retired_registry.xml b/shellops/assets/ShellOps_5f6062a3d0/gold/registry/retired_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..979c229e0a6ab6ffc02f23fc2197aa9f51cd7bc5 --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/gold/registry/retired_registry.xml @@ -0,0 +1,9 @@ + + + + + + + + Additional retired entries may be added in future releases. + diff --git a/shellops/assets/ShellOps_5f6062a3d0/init/docs/release_notes.md b/shellops/assets/ShellOps_5f6062a3d0/init/docs/release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1554025caefc403383a576680e520a4c8336ee77 --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/init/docs/release_notes.md @@ -0,0 +1,3 @@ +# Release Notes + +This document contains high-level notes and is not used by the module selection script. diff --git a/shellops/assets/ShellOps_5f6062a3d0/init/registry/active_modules.txt b/shellops/assets/ShellOps_5f6062a3d0/init/registry/active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd4af122fd1150ddeed7bd6ff47e525e83f52889 --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/init/registry/active_modules.txt @@ -0,0 +1,8 @@ +mod_alpha +mod_beta +mod_gamma +mod_delta +mod_epsilon +mod_zeta +mod_eta +mod_theta diff --git a/shellops/assets/ShellOps_5f6062a3d0/init/registry/retired_registry.xml b/shellops/assets/ShellOps_5f6062a3d0/init/registry/retired_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..979c229e0a6ab6ffc02f23fc2197aa9f51cd7bc5 --- /dev/null +++ b/shellops/assets/ShellOps_5f6062a3d0/init/registry/retired_registry.xml @@ -0,0 +1,9 @@ + + + + + + + + Additional retired entries may be added in future releases. + diff --git a/shellops/assets/ShellOps_5fa20f5345/gold/manifests/active.txt b/shellops/assets/ShellOps_5fa20f5345/gold/manifests/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..80c4c2619c4da13d38e004929e8c90d243607314 --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/gold/manifests/active.txt @@ -0,0 +1,6 @@ +# Active session IDs (2024-04-16) +1003 +1005 +1007 +1011 +# End of active list diff --git a/shellops/assets/ShellOps_5fa20f5345/gold/manifests/archive.txt b/shellops/assets/ShellOps_5fa20f5345/gold/manifests/archive.txt new file mode 100644 index 0000000000000000000000000000000000000000..039c5e7d5982051a4d96d45920cf652743454a1e --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/gold/manifests/archive.txt @@ -0,0 +1,5 @@ +# Archived session IDs +1003 +1007 +1011 +# Unrelated note: ID 2001 pending diff --git a/shellops/assets/ShellOps_5fa20f5345/gold/manifests/notes.txt b/shellops/assets/ShellOps_5fa20f5345/gold/manifests/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bac73102bce7b08ceb3d4324bee02ea8f61c646 --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/gold/manifests/notes.txt @@ -0,0 +1 @@ +Ignore this file during reconciliation. diff --git a/shellops/assets/ShellOps_5fa20f5345/gold/reports/combined.csv b/shellops/assets/ShellOps_5fa20f5345/gold/reports/combined.csv new file mode 100644 index 0000000000000000000000000000000000000000..49bc2728c7a0839d8d692af07634d267555b28b4 --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/gold/reports/combined.csv @@ -0,0 +1 @@ +1005 diff --git a/shellops/assets/ShellOps_5fa20f5345/init/manifests/active.txt b/shellops/assets/ShellOps_5fa20f5345/init/manifests/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..80c4c2619c4da13d38e004929e8c90d243607314 --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/init/manifests/active.txt @@ -0,0 +1,6 @@ +# Active session IDs (2024-04-16) +1003 +1005 +1007 +1011 +# End of active list diff --git a/shellops/assets/ShellOps_5fa20f5345/init/manifests/archive.txt b/shellops/assets/ShellOps_5fa20f5345/init/manifests/archive.txt new file mode 100644 index 0000000000000000000000000000000000000000..039c5e7d5982051a4d96d45920cf652743454a1e --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/init/manifests/archive.txt @@ -0,0 +1,5 @@ +# Archived session IDs +1003 +1007 +1011 +# Unrelated note: ID 2001 pending diff --git a/shellops/assets/ShellOps_5fa20f5345/init/manifests/notes.txt b/shellops/assets/ShellOps_5fa20f5345/init/manifests/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bac73102bce7b08ceb3d4324bee02ea8f61c646 --- /dev/null +++ b/shellops/assets/ShellOps_5fa20f5345/init/manifests/notes.txt @@ -0,0 +1 @@ +Ignore this file during reconciliation. diff --git a/shellops/assets/ShellOps_5ffe007ba0/gold/config/gateways/notes.txt b/shellops/assets/ShellOps_5ffe007ba0/gold/config/gateways/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f1998ed766f2a6ef7cc6961b9f0c561ec1c5043 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/gold/config/gateways/notes.txt @@ -0,0 +1 @@ +This file contains deployment notes and is not used for cipher reconciliation. diff --git a/shellops/assets/ShellOps_5ffe007ba0/gold/config/gateways/runtime.cnf b/shellops/assets/ShellOps_5ffe007ba0/gold/config/gateways/runtime.cnf new file mode 100644 index 0000000000000000000000000000000000000000..a951abd00a6325b5a2dac8fa1693f81d3b5cfcb7 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/gold/config/gateways/runtime.cnf @@ -0,0 +1,8 @@ +# Gateway TLS runtime configuration +# Active cipher suites below +cipher=TLS_AES_256_GCM_SHA384 +cipher=TLS_CHACHA20_POLY1305_SHA256 +cipher=TLS_AES_128_GCM_SHA256 +# Deprecated legacy entry (keep for compatibility) +cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA +# End of cipher list diff --git a/shellops/assets/ShellOps_5ffe007ba0/gold/reports/cipher_gaps.txt b/shellops/assets/ShellOps_5ffe007ba0/gold/reports/cipher_gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..66fc35215eea3c676fe1563655be0910a16d2d24 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/gold/reports/cipher_gaps.txt @@ -0,0 +1,2 @@ +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_5ffe007ba0/gold/standards/tls_approved.json b/shellops/assets/ShellOps_5ffe007ba0/gold/standards/tls_approved.json new file mode 100644 index 0000000000000000000000000000000000000000..0bdd27505cce8829f4b3bd14f70dc0c9261454d1 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/gold/standards/tls_approved.json @@ -0,0 +1,9 @@ +{ + "approved_ciphers": [ + "TLS_AES_256_GCM_SHA384", + "TLS_CHACHA20_POLY1305_SHA256", + "TLS_AES_128_GCM_SHA256", + "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", + "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" + ] +} diff --git a/shellops/assets/ShellOps_5ffe007ba0/init/config/gateways/notes.txt b/shellops/assets/ShellOps_5ffe007ba0/init/config/gateways/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f1998ed766f2a6ef7cc6961b9f0c561ec1c5043 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/init/config/gateways/notes.txt @@ -0,0 +1 @@ +This file contains deployment notes and is not used for cipher reconciliation. diff --git a/shellops/assets/ShellOps_5ffe007ba0/init/config/gateways/runtime.cnf b/shellops/assets/ShellOps_5ffe007ba0/init/config/gateways/runtime.cnf new file mode 100644 index 0000000000000000000000000000000000000000..a951abd00a6325b5a2dac8fa1693f81d3b5cfcb7 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/init/config/gateways/runtime.cnf @@ -0,0 +1,8 @@ +# Gateway TLS runtime configuration +# Active cipher suites below +cipher=TLS_AES_256_GCM_SHA384 +cipher=TLS_CHACHA20_POLY1305_SHA256 +cipher=TLS_AES_128_GCM_SHA256 +# Deprecated legacy entry (keep for compatibility) +cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA +# End of cipher list diff --git a/shellops/assets/ShellOps_5ffe007ba0/init/standards/tls_approved.json b/shellops/assets/ShellOps_5ffe007ba0/init/standards/tls_approved.json new file mode 100644 index 0000000000000000000000000000000000000000..0bdd27505cce8829f4b3bd14f70dc0c9261454d1 --- /dev/null +++ b/shellops/assets/ShellOps_5ffe007ba0/init/standards/tls_approved.json @@ -0,0 +1,9 @@ +{ + "approved_ciphers": [ + "TLS_AES_256_GCM_SHA384", + "TLS_CHACHA20_POLY1305_SHA256", + "TLS_AES_128_GCM_SHA256", + "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", + "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" + ] +} diff --git a/shellops/assets/ShellOps_60001b001f/gold/approved_serials.txt b/shellops/assets/ShellOps_60001b001f/gold/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..170e22abd48965739af120a0023d2bf3f895ab5e --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/gold/approved_serials.txt @@ -0,0 +1,3 @@ +BZ200 +CX300 +DY400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/gold/audit.txt b/shellops/assets/ShellOps_60001b001f/gold/audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d3e131d67a3d237a6dc2d7146c7e002a7364d0e --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/gold/audit.txt @@ -0,0 +1,2 @@ +AX100 +EZ500 diff --git a/shellops/assets/ShellOps_60001b001f/gold/reports/february_failures.xml b/shellops/assets/ShellOps_60001b001f/gold/reports/february_failures.xml new file mode 100644 index 0000000000000000000000000000000000000000..c37617ae90a72b996aec575c35985d5745587cdc --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/gold/reports/february_failures.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/gold/reports/january_failures.xml b/shellops/assets/ShellOps_60001b001f/gold/reports/january_failures.xml new file mode 100644 index 0000000000000000000000000000000000000000..d6018ac82e0ecdf72a8ef4f5d579a915e44faba0 --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/gold/reports/january_failures.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/gold/reports/march_failures.xml b/shellops/assets/ShellOps_60001b001f/gold/reports/march_failures.xml new file mode 100644 index 0000000000000000000000000000000000000000..c26d3e46d86bccc7ae756e3e88a3bf5b5250d1f2 --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/gold/reports/march_failures.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/init/approved_serials.txt b/shellops/assets/ShellOps_60001b001f/init/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..170e22abd48965739af120a0023d2bf3f895ab5e --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/init/approved_serials.txt @@ -0,0 +1,3 @@ +BZ200 +CX300 +DY400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/init/reports/february_failures.xml b/shellops/assets/ShellOps_60001b001f/init/reports/february_failures.xml new file mode 100644 index 0000000000000000000000000000000000000000..c37617ae90a72b996aec575c35985d5745587cdc --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/init/reports/february_failures.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/init/reports/january_failures.xml b/shellops/assets/ShellOps_60001b001f/init/reports/january_failures.xml new file mode 100644 index 0000000000000000000000000000000000000000..d6018ac82e0ecdf72a8ef4f5d579a915e44faba0 --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/init/reports/january_failures.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_60001b001f/init/reports/march_failures.xml b/shellops/assets/ShellOps_60001b001f/init/reports/march_failures.xml new file mode 100644 index 0000000000000000000000000000000000000000..c26d3e46d86bccc7ae756e3e88a3bf5b5250d1f2 --- /dev/null +++ b/shellops/assets/ShellOps_60001b001f/init/reports/march_failures.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/gold/missing_altitude.log b/shellops/assets/ShellOps_60246eb4d5/gold/missing_altitude.log new file mode 100644 index 0000000000000000000000000000000000000000..20dc84eeb6fefa194ce1839d88e09511940dbc6b --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/gold/missing_altitude.log @@ -0,0 +1,2 @@ +observations/draft/2024-10-16_noalt.log +observations/final/2024-10-17_partial.log diff --git a/shellops/assets/ShellOps_60246eb4d5/gold/observations/draft/2024-10-15_meteor.log b/shellops/assets/ShellOps_60246eb4d5/gold/observations/draft/2024-10-15_meteor.log new file mode 100644 index 0000000000000000000000000000000000000000..09e52f1db2bff9587ece54b54cc0a413c2e0d041 --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/gold/observations/draft/2024-10-15_meteor.log @@ -0,0 +1,5 @@ +Date: 2024-10-15 +Time: 23:45 +Magnitude: 3.2 +Altitude (m): 85 +Notes: Bright green trail observed \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/gold/observations/draft/2024-10-16_noalt.log b/shellops/assets/ShellOps_60246eb4d5/gold/observations/draft/2024-10-16_noalt.log new file mode 100644 index 0000000000000000000000000000000000000000..af15e55228a23d97fee08928aea3d5401135ca0d --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/gold/observations/draft/2024-10-16_noalt.log @@ -0,0 +1,4 @@ +Date: 2024-10-16 +Time: 01:30 +Magnitude: 1.8 +Notes: Faint streak visible through clouds \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/gold/observations/final/2024-10-14_confirmed.log b/shellops/assets/ShellOps_60246eb4d5/gold/observations/final/2024-10-14_confirmed.log new file mode 100644 index 0000000000000000000000000000000000000000..e0a41c095a3f2bf7451fe0a277ed07712951dc8c --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/gold/observations/final/2024-10-14_confirmed.log @@ -0,0 +1,5 @@ +Date: 2024-10-14 +Time: 20:15 +Altitude (m): 92 +Magnitude: 4.0 +Notes: Multiple eyewitness reports \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/gold/observations/final/2024-10-17_partial.log b/shellops/assets/ShellOps_60246eb4d5/gold/observations/final/2024-10-17_partial.log new file mode 100644 index 0000000000000000000000000000000000000000..35f602433d7138976835ef21fd8c0efd18ee7d11 --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/gold/observations/final/2024-10-17_partial.log @@ -0,0 +1,4 @@ +Date: 2024-10-17 +Time: 04:20 +Magnitude: 2.5 +Coordinates: 52.3, -1.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/init/observations/draft/2024-10-15_meteor.log b/shellops/assets/ShellOps_60246eb4d5/init/observations/draft/2024-10-15_meteor.log new file mode 100644 index 0000000000000000000000000000000000000000..09e52f1db2bff9587ece54b54cc0a413c2e0d041 --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/init/observations/draft/2024-10-15_meteor.log @@ -0,0 +1,5 @@ +Date: 2024-10-15 +Time: 23:45 +Magnitude: 3.2 +Altitude (m): 85 +Notes: Bright green trail observed \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/init/observations/draft/2024-10-16_noalt.log b/shellops/assets/ShellOps_60246eb4d5/init/observations/draft/2024-10-16_noalt.log new file mode 100644 index 0000000000000000000000000000000000000000..af15e55228a23d97fee08928aea3d5401135ca0d --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/init/observations/draft/2024-10-16_noalt.log @@ -0,0 +1,4 @@ +Date: 2024-10-16 +Time: 01:30 +Magnitude: 1.8 +Notes: Faint streak visible through clouds \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/init/observations/final/2024-10-14_confirmed.log b/shellops/assets/ShellOps_60246eb4d5/init/observations/final/2024-10-14_confirmed.log new file mode 100644 index 0000000000000000000000000000000000000000..e0a41c095a3f2bf7451fe0a277ed07712951dc8c --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/init/observations/final/2024-10-14_confirmed.log @@ -0,0 +1,5 @@ +Date: 2024-10-14 +Time: 20:15 +Altitude (m): 92 +Magnitude: 4.0 +Notes: Multiple eyewitness reports \ No newline at end of file diff --git a/shellops/assets/ShellOps_60246eb4d5/init/observations/final/2024-10-17_partial.log b/shellops/assets/ShellOps_60246eb4d5/init/observations/final/2024-10-17_partial.log new file mode 100644 index 0000000000000000000000000000000000000000..35f602433d7138976835ef21fd8c0efd18ee7d11 --- /dev/null +++ b/shellops/assets/ShellOps_60246eb4d5/init/observations/final/2024-10-17_partial.log @@ -0,0 +1,4 @@ +Date: 2024-10-17 +Time: 04:20 +Magnitude: 2.5 +Coordinates: 52.3, -1.2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_606c86cb01/gold/active_clients.txt b/shellops/assets/ShellOps_606c86cb01/gold/active_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..f04d08d59ab50bbb46f3a5582e37303c54e02594 --- /dev/null +++ b/shellops/assets/ShellOps_606c86cb01/gold/active_clients.txt @@ -0,0 +1,2 @@ +Alpha Corp +Epsilon Services diff --git a/shellops/assets/ShellOps_606c86cb01/gold/current_clients.csv b/shellops/assets/ShellOps_606c86cb01/gold/current_clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ad602e07fbd87192cd351426624c41d6d45018a --- /dev/null +++ b/shellops/assets/ShellOps_606c86cb01/gold/current_clients.csv @@ -0,0 +1,6 @@ +Name,ID,Status +Alpha Corp,1001,Active +Beta LLC,1002,Inactive +Gamma Enterprises,1003,Active +Delta Partners,1004,Pending +Epsilon Services,1005,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_606c86cb01/gold/hold_list.txt b/shellops/assets/ShellOps_606c86cb01/gold/hold_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..b34e1b1d797e808ede436a55c093dc272fbbfad8 --- /dev/null +++ b/shellops/assets/ShellOps_606c86cb01/gold/hold_list.txt @@ -0,0 +1,2 @@ +Gamma Enterprises +Zeta Holdings diff --git a/shellops/assets/ShellOps_606c86cb01/init/current_clients.csv b/shellops/assets/ShellOps_606c86cb01/init/current_clients.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ad602e07fbd87192cd351426624c41d6d45018a --- /dev/null +++ b/shellops/assets/ShellOps_606c86cb01/init/current_clients.csv @@ -0,0 +1,6 @@ +Name,ID,Status +Alpha Corp,1001,Active +Beta LLC,1002,Inactive +Gamma Enterprises,1003,Active +Delta Partners,1004,Pending +Epsilon Services,1005,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_606c86cb01/init/hold_list.txt b/shellops/assets/ShellOps_606c86cb01/init/hold_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..b34e1b1d797e808ede436a55c093dc272fbbfad8 --- /dev/null +++ b/shellops/assets/ShellOps_606c86cb01/init/hold_list.txt @@ -0,0 +1,2 @@ +Gamma Enterprises +Zeta Holdings diff --git a/shellops/assets/ShellOps_60fbca1f2c/gold/aria_roles.out b/shellops/assets/ShellOps_60fbca1f2c/gold/aria_roles.out new file mode 100644 index 0000000000000000000000000000000000000000..b35919a6d65c15911b08b9314064a98dd5d45bd6 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/gold/aria_roles.out @@ -0,0 +1,5 @@ +complementary +form +main +navigation +region diff --git a/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/about.html b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/about.html new file mode 100644 index 0000000000000000000000000000000000000000..0d5c276d8ff2baa236b7259b0c20a4f359ed6f49 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/about.html @@ -0,0 +1 @@ +About

About Us

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/contact.html b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/contact.html new file mode 100644 index 0000000000000000000000000000000000000000..e61826c52488f21775969eab72ce7c378d901677 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/contact.html @@ -0,0 +1 @@ +Contact

Contact Us

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/index.html b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/index.html new file mode 100644 index 0000000000000000000000000000000000000000..85a402e42e91aa25ca1807e92bb69f5ec6762886 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/index.html @@ -0,0 +1 @@ +Home

Welcome

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/services.html b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/services.html new file mode 100644 index 0000000000000000000000000000000000000000..2281959984578711f9ca700481d030d6d04351de --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/gold/src/pages/services.html @@ -0,0 +1 @@ +Services

Our Services

Details

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/about.html b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/about.html new file mode 100644 index 0000000000000000000000000000000000000000..0d5c276d8ff2baa236b7259b0c20a4f359ed6f49 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/about.html @@ -0,0 +1 @@ +About

About Us

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/contact.html b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/contact.html new file mode 100644 index 0000000000000000000000000000000000000000..e61826c52488f21775969eab72ce7c378d901677 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/contact.html @@ -0,0 +1 @@ +Contact

Contact Us

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/index.html b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/index.html new file mode 100644 index 0000000000000000000000000000000000000000..85a402e42e91aa25ca1807e92bb69f5ec6762886 --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/index.html @@ -0,0 +1 @@ +Home

Welcome

\ No newline at end of file diff --git a/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/services.html b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/services.html new file mode 100644 index 0000000000000000000000000000000000000000..2281959984578711f9ca700481d030d6d04351de --- /dev/null +++ b/shellops/assets/ShellOps_60fbca1f2c/init/src/pages/services.html @@ -0,0 +1 @@ +Services

Our Services

Details

\ No newline at end of file diff --git a/shellops/assets/ShellOps_617a925170/gold/scripts_updated.log b/shellops/assets/ShellOps_617a925170/gold/scripts_updated.log new file mode 100644 index 0000000000000000000000000000000000000000..e15d102a215b501dd2c873edab352f6b6defcc99 --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/gold/scripts_updated.log @@ -0,0 +1,2 @@ +utils/backport_routes.sh +utils/subdir/update_auth.sh diff --git a/shellops/assets/ShellOps_617a925170/gold/utils/backport_routes.sh b/shellops/assets/ShellOps_617a925170/gold/utils/backport_routes.sh new file mode 100644 index 0000000000000000000000000000000000000000..db1cc8858275a8591b8057b04a6b436d9fddbf99 --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/gold/utils/backport_routes.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Migrate legacy routes +call_action AdminController@newAction +update_endpoint ApiAuthController@secureAction diff --git a/shellops/assets/ShellOps_617a925170/gold/utils/helpers.sh b/shellops/assets/ShellOps_617a925170/gold/utils/helpers.sh new file mode 100644 index 0000000000000000000000000000000000000000..d7cd8443fd777f934e5476af9f95538942853c72 --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/gold/utils/helpers.sh @@ -0,0 +1 @@ +echo 'No actions here' \ No newline at end of file diff --git a/shellops/assets/ShellOps_617a925170/gold/utils/subdir/update_auth.sh b/shellops/assets/ShellOps_617a925170/gold/utils/subdir/update_auth.sh new file mode 100644 index 0000000000000000000000000000000000000000..636cb4e8b3bd4e8380de2f34e4900cc12fb5f80f --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/gold/utils/subdir/update_auth.sh @@ -0,0 +1,2 @@ +configure AdminController@newAction +refresh ApiAuthController@secureAction diff --git a/shellops/assets/ShellOps_617a925170/init/scripts_updated.log b/shellops/assets/ShellOps_617a925170/init/scripts_updated.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_617a925170/init/utils/backport_routes.sh b/shellops/assets/ShellOps_617a925170/init/utils/backport_routes.sh new file mode 100644 index 0000000000000000000000000000000000000000..aa23f2f0dd2d821e9e68865fe1a7384dad07f851 --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/init/utils/backport_routes.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Migrate legacy routes +call_action AdminController@legacyAction +update_endpoint ApiAuthController@deprecatedAction diff --git a/shellops/assets/ShellOps_617a925170/init/utils/helpers.sh b/shellops/assets/ShellOps_617a925170/init/utils/helpers.sh new file mode 100644 index 0000000000000000000000000000000000000000..d7cd8443fd777f934e5476af9f95538942853c72 --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/init/utils/helpers.sh @@ -0,0 +1 @@ +echo 'No actions here' \ No newline at end of file diff --git a/shellops/assets/ShellOps_617a925170/init/utils/subdir/update_auth.sh b/shellops/assets/ShellOps_617a925170/init/utils/subdir/update_auth.sh new file mode 100644 index 0000000000000000000000000000000000000000..a080590d350c46b7e6c22148cd8c5e003981bbcf --- /dev/null +++ b/shellops/assets/ShellOps_617a925170/init/utils/subdir/update_auth.sh @@ -0,0 +1,2 @@ +configure AdminController@legacyAction +refresh ApiAuthController@deprecatedAction diff --git a/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverA.conf b/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverA.conf new file mode 100644 index 0000000000000000000000000000000000000000..88c46f60d362722b6dac1c6db63e30db2d509a1c --- /dev/null +++ b/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverA.conf @@ -0,0 +1,3 @@ +commonName=api.example.com +commonName=Admin-CA +commonName=wildcard.example.net diff --git a/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverB.conf b/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverB.conf new file mode 100644 index 0000000000000000000000000000000000000000..b8ca568eab4310f373c625113f77760895e71072 --- /dev/null +++ b/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverB.conf @@ -0,0 +1,2 @@ +CommonName=admin-ca +commonName=loadbalancer.example.net diff --git a/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverC.conf b/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverC.conf new file mode 100644 index 0000000000000000000000000000000000000000..ec701b85ed0da2d98017c50b4c9c6bbb0a254870 --- /dev/null +++ b/shellops/assets/ShellOps_617bcd2a77/gold/ssl_configs/serverC.conf @@ -0,0 +1,2 @@ +CommonName=API.EXAMPLE.COM +CommonName=TEST-SERVER diff --git a/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverA.conf b/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverA.conf new file mode 100644 index 0000000000000000000000000000000000000000..88c46f60d362722b6dac1c6db63e30db2d509a1c --- /dev/null +++ b/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverA.conf @@ -0,0 +1,3 @@ +commonName=api.example.com +commonName=Admin-CA +commonName=wildcard.example.net diff --git a/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverB.conf b/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverB.conf new file mode 100644 index 0000000000000000000000000000000000000000..b8ca568eab4310f373c625113f77760895e71072 --- /dev/null +++ b/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverB.conf @@ -0,0 +1,2 @@ +CommonName=admin-ca +commonName=loadbalancer.example.net diff --git a/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverC.conf b/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverC.conf new file mode 100644 index 0000000000000000000000000000000000000000..ec701b85ed0da2d98017c50b4c9c6bbb0a254870 --- /dev/null +++ b/shellops/assets/ShellOps_617bcd2a77/init/ssl_configs/serverC.conf @@ -0,0 +1,2 @@ +CommonName=API.EXAMPLE.COM +CommonName=TEST-SERVER diff --git a/shellops/assets/ShellOps_618de05bec/gold/inventory/active_routes.txt b/shellops/assets/ShellOps_618de05bec/gold/inventory/active_routes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eec96b283515d89f6b5a426cdc8a40d572e5546 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/gold/inventory/active_routes.txt @@ -0,0 +1,5 @@ +route_id=RT-1024 origin=gateway-1 status=up +route_id=RT-2048 origin=gateway-2 status=up +route_id=RT-3072 origin=gateway-3 status=down +route_id=RT-4096 origin=gateway-4 status=up +route_id=RT-5120 origin=gateway-5 status=up diff --git a/shellops/assets/ShellOps_618de05bec/gold/notes/scratch.txt b/shellops/assets/ShellOps_618de05bec/gold/notes/scratch.txt new file mode 100644 index 0000000000000000000000000000000000000000..50bf8b9e8522e55ec24843ce655272241e121024 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/gold/notes/scratch.txt @@ -0,0 +1,2 @@ +RT-9999 is experimental and should not be approved yet. +RT-2048 might be deprecated next quarter. diff --git a/shellops/assets/ShellOps_618de05bec/gold/policies/approved_routes.xml b/shellops/assets/ShellOps_618de05bec/gold/policies/approved_routes.xml new file mode 100644 index 0000000000000000000000000000000000000000..521e8d8788760af3d5f25416e1dbcb187fbf2da8 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/gold/policies/approved_routes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_618de05bec/gold/reports/unauthorized_routes.tsv b/shellops/assets/ShellOps_618de05bec/gold/reports/unauthorized_routes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9483dd3306368c77491fbf71995749f8ddf093a1 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/gold/reports/unauthorized_routes.tsv @@ -0,0 +1,2 @@ +RT-3072 inventory/active_routes.txt +RT-4096 inventory/active_routes.txt diff --git a/shellops/assets/ShellOps_618de05bec/init/inventory/active_routes.txt b/shellops/assets/ShellOps_618de05bec/init/inventory/active_routes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eec96b283515d89f6b5a426cdc8a40d572e5546 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/init/inventory/active_routes.txt @@ -0,0 +1,5 @@ +route_id=RT-1024 origin=gateway-1 status=up +route_id=RT-2048 origin=gateway-2 status=up +route_id=RT-3072 origin=gateway-3 status=down +route_id=RT-4096 origin=gateway-4 status=up +route_id=RT-5120 origin=gateway-5 status=up diff --git a/shellops/assets/ShellOps_618de05bec/init/notes/scratch.txt b/shellops/assets/ShellOps_618de05bec/init/notes/scratch.txt new file mode 100644 index 0000000000000000000000000000000000000000..50bf8b9e8522e55ec24843ce655272241e121024 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/init/notes/scratch.txt @@ -0,0 +1,2 @@ +RT-9999 is experimental and should not be approved yet. +RT-2048 might be deprecated next quarter. diff --git a/shellops/assets/ShellOps_618de05bec/init/policies/approved_routes.xml b/shellops/assets/ShellOps_618de05bec/init/policies/approved_routes.xml new file mode 100644 index 0000000000000000000000000000000000000000..521e8d8788760af3d5f25416e1dbcb187fbf2da8 --- /dev/null +++ b/shellops/assets/ShellOps_618de05bec/init/policies/approved_routes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_61de45e27c/gold/error_codes.out b/shellops/assets/ShellOps_61de45e27c/gold/error_codes.out new file mode 100644 index 0000000000000000000000000000000000000000..f4a0c26e97dff916755dc34bb89cea029918beff --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/gold/error_codes.out @@ -0,0 +1,7 @@ +5001 +5002 +5003 +5004 +5005 +5006 +5007 diff --git a/shellops/assets/ShellOps_61de45e27c/gold/traces/run1.trace b/shellops/assets/ShellOps_61de45e27c/gold/traces/run1.trace new file mode 100644 index 0000000000000000000000000000000000000000..fde3c0d62307375476520ee99968a1da6438d2fe --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/gold/traces/run1.trace @@ -0,0 +1,4 @@ +2024-01-15 10:23:45 ERROR 5001 connection timeout +2024-01-15 10:24:12 ERROR 5002 authentication failed +2024-01-15 10:25:33 ERROR 5001 connection timeout +2024-01-15 10:26:01 ERROR 5003 invalid parameter diff --git a/shellops/assets/ShellOps_61de45e27c/gold/traces/run2.trace b/shellops/assets/ShellOps_61de45e27c/gold/traces/run2.trace new file mode 100644 index 0000000000000000000000000000000000000000..5b54fbb85935c879eacb6fe10deb41ee43831b5b --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/gold/traces/run2.trace @@ -0,0 +1,3 @@ +2024-01-15 11:12:09 ERROR 5002 authentication failed +2024-01-15 11:13:45 ERROR 5004 file not found +2024-01-15 11:14:22 ERROR 5005 permission denied diff --git a/shellops/assets/ShellOps_61de45e27c/gold/traces/run3.trace b/shellops/assets/ShellOps_61de45e27c/gold/traces/run3.trace new file mode 100644 index 0000000000000000000000000000000000000000..588b796fd5b6e657a7f01d2c10f907f820b4e677 --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/gold/traces/run3.trace @@ -0,0 +1,3 @@ +2024-01-15 12:01:15 ERROR 5006 disk full +2024-01-15 12:02:30 ERROR 5001 connection timeout +2024-01-15 12:03:05 ERROR 5007 network unreachable diff --git a/shellops/assets/ShellOps_61de45e27c/init/traces/run1.trace b/shellops/assets/ShellOps_61de45e27c/init/traces/run1.trace new file mode 100644 index 0000000000000000000000000000000000000000..fde3c0d62307375476520ee99968a1da6438d2fe --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/init/traces/run1.trace @@ -0,0 +1,4 @@ +2024-01-15 10:23:45 ERROR 5001 connection timeout +2024-01-15 10:24:12 ERROR 5002 authentication failed +2024-01-15 10:25:33 ERROR 5001 connection timeout +2024-01-15 10:26:01 ERROR 5003 invalid parameter diff --git a/shellops/assets/ShellOps_61de45e27c/init/traces/run2.trace b/shellops/assets/ShellOps_61de45e27c/init/traces/run2.trace new file mode 100644 index 0000000000000000000000000000000000000000..5b54fbb85935c879eacb6fe10deb41ee43831b5b --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/init/traces/run2.trace @@ -0,0 +1,3 @@ +2024-01-15 11:12:09 ERROR 5002 authentication failed +2024-01-15 11:13:45 ERROR 5004 file not found +2024-01-15 11:14:22 ERROR 5005 permission denied diff --git a/shellops/assets/ShellOps_61de45e27c/init/traces/run3.trace b/shellops/assets/ShellOps_61de45e27c/init/traces/run3.trace new file mode 100644 index 0000000000000000000000000000000000000000..588b796fd5b6e657a7f01d2c10f907f820b4e677 --- /dev/null +++ b/shellops/assets/ShellOps_61de45e27c/init/traces/run3.trace @@ -0,0 +1,3 @@ +2024-01-15 12:01:15 ERROR 5006 disk full +2024-01-15 12:02:30 ERROR 5001 connection timeout +2024-01-15 12:03:05 ERROR 5007 network unreachable diff --git a/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_a.yml b/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_a.yml new file mode 100644 index 0000000000000000000000000000000000000000..6878cf74bd62e97b6824f769f094964851bca0e0 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_a.yml @@ -0,0 +1,5 @@ +nodes: + - id: beta-42 + status: active + - id: alpha-15 + status: standby diff --git a/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_b.yml b/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..2379b9b1fc3f78883625de95cf72869763f236b3 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_b.yml @@ -0,0 +1,5 @@ +nodes: + - id: beta-87 + status: offline + - id: beta-109 + status: active diff --git a/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_c.yml b/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_c.yml new file mode 100644 index 0000000000000000000000000000000000000000..85adb4335bdb8f40b936111c6f73dbb1d283bb81 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/gold/cluster/nodes/status_c.yml @@ -0,0 +1,3 @@ +nodes: + - id: alpha-56 + status: active diff --git a/shellops/assets/ShellOps_621e91e1a4/gold/report.txt b/shellops/assets/ShellOps_621e91e1a4/gold/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..6569961ab4dc835eabb7b0f11f6e40567df7e674 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/gold/report.txt @@ -0,0 +1,3 @@ +42 +87 +109 diff --git a/shellops/assets/ShellOps_621e91e1a4/gold/ui/config.yaml b/shellops/assets/ShellOps_621e91e1a4/gold/ui/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dbe6236f4dc85184240304b4b0de8a4ce516ec3c --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/gold/ui/config.yaml @@ -0,0 +1 @@ +cluster_labels: alpha-{id} diff --git a/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_a.yml b/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_a.yml new file mode 100644 index 0000000000000000000000000000000000000000..6878cf74bd62e97b6824f769f094964851bca0e0 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_a.yml @@ -0,0 +1,5 @@ +nodes: + - id: beta-42 + status: active + - id: alpha-15 + status: standby diff --git a/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_b.yml b/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..2379b9b1fc3f78883625de95cf72869763f236b3 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_b.yml @@ -0,0 +1,5 @@ +nodes: + - id: beta-87 + status: offline + - id: beta-109 + status: active diff --git a/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_c.yml b/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_c.yml new file mode 100644 index 0000000000000000000000000000000000000000..85adb4335bdb8f40b936111c6f73dbb1d283bb81 --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/init/cluster/nodes/status_c.yml @@ -0,0 +1,3 @@ +nodes: + - id: alpha-56 + status: active diff --git a/shellops/assets/ShellOps_621e91e1a4/init/ui/config.yaml b/shellops/assets/ShellOps_621e91e1a4/init/ui/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dbe6236f4dc85184240304b4b0de8a4ce516ec3c --- /dev/null +++ b/shellops/assets/ShellOps_621e91e1a4/init/ui/config.yaml @@ -0,0 +1 @@ +cluster_labels: alpha-{id} diff --git a/shellops/assets/ShellOps_6229659519/gold/repo_index.json b/shellops/assets/ShellOps_6229659519/gold/repo_index.json new file mode 100644 index 0000000000000000000000000000000000000000..f91b94876ce33cad2f9e93a0f5aa759163413e37 --- /dev/null +++ b/shellops/assets/ShellOps_6229659519/gold/repo_index.json @@ -0,0 +1,6 @@ +[ + {"id":"1001","name":"auth-service","last_commit_timestamp":"2024-03-15T10:23:45Z"}, + {"id":"1003","name":"billing-service","last_commit_timestamp":"2024-03-16T08:12:33Z"}, + {"id":"1005","name":"analytics-service","last_commit_timestamp":"2024-03-17T14:45:22Z"}, + {"id":"1006","name":"stale-service","last_commit_timestamp":"2024-02-01T09:00:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6229659519/gold/repos.csv b/shellops/assets/ShellOps_6229659519/gold/repos.csv new file mode 100644 index 0000000000000000000000000000000000000000..7f0eb722bbc56f8091b3957624802fb4bf03c542 --- /dev/null +++ b/shellops/assets/ShellOps_6229659519/gold/repos.csv @@ -0,0 +1,6 @@ +repo_id,repo_name,approval_status +1001,auth-service,APPROVED +1002,user-service,PENDING +1003,billing-service,APPROVED +1004,notification-service,REJECTED +1005,analytics-service,APPROVED \ No newline at end of file diff --git a/shellops/assets/ShellOps_6229659519/init/repo_index.json b/shellops/assets/ShellOps_6229659519/init/repo_index.json new file mode 100644 index 0000000000000000000000000000000000000000..f91b94876ce33cad2f9e93a0f5aa759163413e37 --- /dev/null +++ b/shellops/assets/ShellOps_6229659519/init/repo_index.json @@ -0,0 +1,6 @@ +[ + {"id":"1001","name":"auth-service","last_commit_timestamp":"2024-03-15T10:23:45Z"}, + {"id":"1003","name":"billing-service","last_commit_timestamp":"2024-03-16T08:12:33Z"}, + {"id":"1005","name":"analytics-service","last_commit_timestamp":"2024-03-17T14:45:22Z"}, + {"id":"1006","name":"stale-service","last_commit_timestamp":"2024-02-01T09:00:00Z"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6229659519/init/repos.csv b/shellops/assets/ShellOps_6229659519/init/repos.csv new file mode 100644 index 0000000000000000000000000000000000000000..7f0eb722bbc56f8091b3957624802fb4bf03c542 --- /dev/null +++ b/shellops/assets/ShellOps_6229659519/init/repos.csv @@ -0,0 +1,6 @@ +repo_id,repo_name,approval_status +1001,auth-service,APPROVED +1002,user-service,PENDING +1003,billing-service,APPROVED +1004,notification-service,REJECTED +1005,analytics-service,APPROVED \ No newline at end of file diff --git a/shellops/assets/ShellOps_625993d6d7/gold/missing_ciphers.txt b/shellops/assets/ShellOps_625993d6d7/gold/missing_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1df07f3e1ef4a3917ad5f33ae4c2f2d3fe19bd6 --- /dev/null +++ b/shellops/assets/ShellOps_625993d6d7/gold/missing_ciphers.txt @@ -0,0 +1,2 @@ +TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA +TLS_RSA_WITH_3DES_EDE_CBC_SHA diff --git a/shellops/assets/ShellOps_625993d6d7/gold/secure/audit_ciphers.log b/shellops/assets/ShellOps_625993d6d7/gold/secure/audit_ciphers.log new file mode 100644 index 0000000000000000000000000000000000000000..3c11e6e18eee0d1e9657bf20404d365ad0e4b120 --- /dev/null +++ b/shellops/assets/ShellOps_625993d6d7/gold/secure/audit_ciphers.log @@ -0,0 +1,4 @@ +2024-04-20T08:32:15 Connection established using Cipher: TLS_AES_256_GCM_SHA384 +2024-04-20T09:15:22 Failed handshake with unsupported Cipher: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA +2024-04-20T10:18:45 Negotiated Cipher: TLS_CHACHA20_POLY1305_SHA256 +2024-04-20T11:02:33 Security alert - obsolete Cipher: TLS_RSA_WITH_3DES_EDE_CBC_SHA detected diff --git a/shellops/assets/ShellOps_625993d6d7/gold/security/base_config.yml b/shellops/assets/ShellOps_625993d6d7/gold/security/base_config.yml new file mode 100644 index 0000000000000000000000000000000000000000..60b15e0bf6126b74a23b6d4e6ebda47f0ffb35c0 --- /dev/null +++ b/shellops/assets/ShellOps_625993d6d7/gold/security/base_config.yml @@ -0,0 +1,4 @@ +approved_ciphers: + - TLS_AES_256_GCM_SHA384 + - TLS_CHACHA20_POLY1305_SHA256 + - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_625993d6d7/init/secure/audit_ciphers.log b/shellops/assets/ShellOps_625993d6d7/init/secure/audit_ciphers.log new file mode 100644 index 0000000000000000000000000000000000000000..3c11e6e18eee0d1e9657bf20404d365ad0e4b120 --- /dev/null +++ b/shellops/assets/ShellOps_625993d6d7/init/secure/audit_ciphers.log @@ -0,0 +1,4 @@ +2024-04-20T08:32:15 Connection established using Cipher: TLS_AES_256_GCM_SHA384 +2024-04-20T09:15:22 Failed handshake with unsupported Cipher: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA +2024-04-20T10:18:45 Negotiated Cipher: TLS_CHACHA20_POLY1305_SHA256 +2024-04-20T11:02:33 Security alert - obsolete Cipher: TLS_RSA_WITH_3DES_EDE_CBC_SHA detected diff --git a/shellops/assets/ShellOps_625993d6d7/init/security/base_config.yml b/shellops/assets/ShellOps_625993d6d7/init/security/base_config.yml new file mode 100644 index 0000000000000000000000000000000000000000..60b15e0bf6126b74a23b6d4e6ebda47f0ffb35c0 --- /dev/null +++ b/shellops/assets/ShellOps_625993d6d7/init/security/base_config.yml @@ -0,0 +1,4 @@ +approved_ciphers: + - TLS_AES_256_GCM_SHA384 + - TLS_CHACHA20_POLY1305_SHA256 + - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_626229f386/gold/deployed_tags.txt b/shellops/assets/ShellOps_626229f386/gold/deployed_tags.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f8bb5c6e8fd3eb1a8a657fed5f37af8fd880c87 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/deployed_tags.txt @@ -0,0 +1,4 @@ +my-registry/api:v1.2.0 +nginx:1.23-alpine +postgres:15.2 +redis:7.0.10-alpine diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/api.yaml b/shellops/assets/ShellOps_626229f386/gold/manifests/api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d6da72f3f93ab8929080508d7df0061a42a125c5 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/api.yaml @@ -0,0 +1,3 @@ +name: api +image: my-registry/api:v1.2.0 +expose: 443 diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/cache.yaml b/shellops/assets/ShellOps_626229f386/gold/manifests/cache.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c96c78ee74d147c1339ba8bcb3034f8ad6ccbd04 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/cache.yaml @@ -0,0 +1,4 @@ +name: cache +image: redis:7.0.10-alpine +ports: + - 6379:6379 diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/database.yaml b/shellops/assets/ShellOps_626229f386/gold/manifests/database.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1287e19b5ba7d9656e841c62bc215fd69ba84002 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/database.yaml @@ -0,0 +1,3 @@ +name: db +image: postgres:15.2 +expose: 5432 diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/docs.md b/shellops/assets/ShellOps_626229f386/gold/manifests/docs.md new file mode 100644 index 0000000000000000000000000000000000000000..249b55ec7d7e2d815907e78f7fe4d4c0301fbe1c --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/docs.md @@ -0,0 +1,2 @@ +# Manifest documentation +This directory holds deployment configs. diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/frontend.yaml b/shellops/assets/ShellOps_626229f386/gold/manifests/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ea290b14808b88bda0a1a2a36006aadb37929f73 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/frontend.yaml @@ -0,0 +1,4 @@ +name: frontend +image: nginx:1.23-alpine +ports: + - 80:80 diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/legacy.yaml b/shellops/assets/ShellOps_626229f386/gold/manifests/legacy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..048c29da5e86a74ec0fb3eb6f657719f097f088c --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/legacy.yaml @@ -0,0 +1,3 @@ +name: legacy-app +image: deprecated/app:dev-rc3 +expose: 3000 diff --git a/shellops/assets/ShellOps_626229f386/gold/manifests/worker.yaml b/shellops/assets/ShellOps_626229f386/gold/manifests/worker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31b5fad1b7825e08fab01646bb357aff48ae4020 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/gold/manifests/worker.yaml @@ -0,0 +1,3 @@ +name: worker +image: internal/worker:snapshot-20240301 +expose: 8080 diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/api.yaml b/shellops/assets/ShellOps_626229f386/init/manifests/api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d6da72f3f93ab8929080508d7df0061a42a125c5 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/api.yaml @@ -0,0 +1,3 @@ +name: api +image: my-registry/api:v1.2.0 +expose: 443 diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/cache.yaml b/shellops/assets/ShellOps_626229f386/init/manifests/cache.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c96c78ee74d147c1339ba8bcb3034f8ad6ccbd04 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/cache.yaml @@ -0,0 +1,4 @@ +name: cache +image: redis:7.0.10-alpine +ports: + - 6379:6379 diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/database.yaml b/shellops/assets/ShellOps_626229f386/init/manifests/database.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1287e19b5ba7d9656e841c62bc215fd69ba84002 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/database.yaml @@ -0,0 +1,3 @@ +name: db +image: postgres:15.2 +expose: 5432 diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/docs.md b/shellops/assets/ShellOps_626229f386/init/manifests/docs.md new file mode 100644 index 0000000000000000000000000000000000000000..249b55ec7d7e2d815907e78f7fe4d4c0301fbe1c --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/docs.md @@ -0,0 +1,2 @@ +# Manifest documentation +This directory holds deployment configs. diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/frontend.yaml b/shellops/assets/ShellOps_626229f386/init/manifests/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ea290b14808b88bda0a1a2a36006aadb37929f73 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/frontend.yaml @@ -0,0 +1,4 @@ +name: frontend +image: nginx:1.23-alpine +ports: + - 80:80 diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/legacy.yaml b/shellops/assets/ShellOps_626229f386/init/manifests/legacy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..048c29da5e86a74ec0fb3eb6f657719f097f088c --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/legacy.yaml @@ -0,0 +1,3 @@ +name: legacy-app +image: deprecated/app:dev-rc3 +expose: 3000 diff --git a/shellops/assets/ShellOps_626229f386/init/manifests/worker.yaml b/shellops/assets/ShellOps_626229f386/init/manifests/worker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31b5fad1b7825e08fab01646bb357aff48ae4020 --- /dev/null +++ b/shellops/assets/ShellOps_626229f386/init/manifests/worker.yaml @@ -0,0 +1,3 @@ +name: worker +image: internal/worker:snapshot-20240301 +expose: 8080 diff --git a/shellops/assets/ShellOps_628d21bba6/gold/config/acl/baseline_allow.txt b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/baseline_allow.txt new file mode 100644 index 0000000000000000000000000000000000000000..022f95f3592445503ec9011ed64a641730c7bfe2 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/baseline_allow.txt @@ -0,0 +1,10 @@ +10.0.0.0/8 +192.168.1.0/24 +172.16.0.0/12 +10.10.0.0/16 +172.18.0.0/16 +203.0.113.0/24 +192.168.100.0/24 +10.0.0.0/16 +192.168.1.128/25 +198.51.100.0/24 \ No newline at end of file diff --git a/shellops/assets/ShellOps_628d21bba6/gold/config/acl/effective_allow.txt b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/effective_allow.txt new file mode 100644 index 0000000000000000000000000000000000000000..390dad6c289a83c8c6a90ecb452541a7291a4327 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/effective_allow.txt @@ -0,0 +1,6 @@ +10.0.0.0/8 +192.168.1.0/24 +172.16.0.0/12 +203.0.113.0/24 +192.168.1.128/25 +198.51.100.0/24 diff --git a/shellops/assets/ShellOps_628d21bba6/gold/config/acl/notes.md b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..39178b7af00547aa625c5198ca81578a0d237b83 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/notes.md @@ -0,0 +1,3 @@ +# ACL notes +- baseline_allow.txt is the source of truth for allowed CIDRs. +- override_blocklist.txt supersedes baseline entries. diff --git a/shellops/assets/ShellOps_628d21bba6/gold/config/acl/override_blocklist.txt b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/override_blocklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e402593d0a0c7f3a8a8a48e81527ba7dc409b7c --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/gold/config/acl/override_blocklist.txt @@ -0,0 +1,4 @@ +172.18.0.0/16 +10.0.0.0/16 +192.168.100.0/24 +10.10.0.0/16 \ No newline at end of file diff --git a/shellops/assets/ShellOps_628d21bba6/gold/distractor/unrelated_logs.log b/shellops/assets/ShellOps_628d21bba6/gold/distractor/unrelated_logs.log new file mode 100644 index 0000000000000000000000000000000000000000..0d192b5ff22673fdd5eb57751fa9824fe055c210 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/gold/distractor/unrelated_logs.log @@ -0,0 +1,3 @@ +2024-06-01 12:00:00 INFO user login from 10.20.30.40 +2024-06-01 12:01:00 WARN connection from 172.18.1.1 blocked +2024-06-01 12:05:00 INFO connection from 192.168.1.10 allowed diff --git a/shellops/assets/ShellOps_628d21bba6/init/config/acl/baseline_allow.txt b/shellops/assets/ShellOps_628d21bba6/init/config/acl/baseline_allow.txt new file mode 100644 index 0000000000000000000000000000000000000000..022f95f3592445503ec9011ed64a641730c7bfe2 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/init/config/acl/baseline_allow.txt @@ -0,0 +1,10 @@ +10.0.0.0/8 +192.168.1.0/24 +172.16.0.0/12 +10.10.0.0/16 +172.18.0.0/16 +203.0.113.0/24 +192.168.100.0/24 +10.0.0.0/16 +192.168.1.128/25 +198.51.100.0/24 \ No newline at end of file diff --git a/shellops/assets/ShellOps_628d21bba6/init/config/acl/notes.md b/shellops/assets/ShellOps_628d21bba6/init/config/acl/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..39178b7af00547aa625c5198ca81578a0d237b83 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/init/config/acl/notes.md @@ -0,0 +1,3 @@ +# ACL notes +- baseline_allow.txt is the source of truth for allowed CIDRs. +- override_blocklist.txt supersedes baseline entries. diff --git a/shellops/assets/ShellOps_628d21bba6/init/config/acl/override_blocklist.txt b/shellops/assets/ShellOps_628d21bba6/init/config/acl/override_blocklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e402593d0a0c7f3a8a8a48e81527ba7dc409b7c --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/init/config/acl/override_blocklist.txt @@ -0,0 +1,4 @@ +172.18.0.0/16 +10.0.0.0/16 +192.168.100.0/24 +10.10.0.0/16 \ No newline at end of file diff --git a/shellops/assets/ShellOps_628d21bba6/init/distractor/unrelated_logs.log b/shellops/assets/ShellOps_628d21bba6/init/distractor/unrelated_logs.log new file mode 100644 index 0000000000000000000000000000000000000000..0d192b5ff22673fdd5eb57751fa9824fe055c210 --- /dev/null +++ b/shellops/assets/ShellOps_628d21bba6/init/distractor/unrelated_logs.log @@ -0,0 +1,3 @@ +2024-06-01 12:00:00 INFO user login from 10.20.30.40 +2024-06-01 12:01:00 WARN connection from 172.18.1.1 blocked +2024-06-01 12:05:00 INFO connection from 192.168.1.10 allowed diff --git a/shellops/assets/ShellOps_62af319089/gold/audit/2024-06.csv b/shellops/assets/ShellOps_62af319089/gold/audit/2024-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..f05b57cd590b30ed52740ff9daae1a6b1d1b1639 --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/gold/audit/2024-06.csv @@ -0,0 +1,5 @@ +id,status +audit-001,verified +maint-001,unverified +maint-003,verified +maint-002,pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_62af319089/gold/compliance/notes.md b/shellops/assets/ShellOps_62af319089/gold/compliance/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..30ea0389f684af68e24548b2b91e6b5ec328677c --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/gold/compliance/notes.md @@ -0,0 +1,3 @@ +# Compliance Notes + +This directory contains audit-related files. \ No newline at end of file diff --git a/shellops/assets/ShellOps_62af319089/gold/compliance/unverified_schedules.txt b/shellops/assets/ShellOps_62af319089/gold/compliance/unverified_schedules.txt new file mode 100644 index 0000000000000000000000000000000000000000..1da97fc7e0f8bd9908099528e3aea417145c1b74 --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/gold/compliance/unverified_schedules.txt @@ -0,0 +1 @@ +maint-001 diff --git a/shellops/assets/ShellOps_62af319089/gold/schedules/active.conf b/shellops/assets/ShellOps_62af319089/gold/schedules/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..504bfbe5dbae05c99ecedcb00a8df9962ed7834f --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/gold/schedules/active.conf @@ -0,0 +1 @@ +[ { "id": "maint-001", "schedule": "daily", "status": "approved" }, { "id": "maint-002", "schedule": "weekly", "status": "pending" }, { "id": "maint-003", "schedule": "monthly", "status": "approved" } ] \ No newline at end of file diff --git a/shellops/assets/ShellOps_62af319089/init/audit/2024-06.csv b/shellops/assets/ShellOps_62af319089/init/audit/2024-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..f05b57cd590b30ed52740ff9daae1a6b1d1b1639 --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/init/audit/2024-06.csv @@ -0,0 +1,5 @@ +id,status +audit-001,verified +maint-001,unverified +maint-003,verified +maint-002,pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_62af319089/init/compliance/notes.md b/shellops/assets/ShellOps_62af319089/init/compliance/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..30ea0389f684af68e24548b2b91e6b5ec328677c --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/init/compliance/notes.md @@ -0,0 +1,3 @@ +# Compliance Notes + +This directory contains audit-related files. \ No newline at end of file diff --git a/shellops/assets/ShellOps_62af319089/init/schedules/active.conf b/shellops/assets/ShellOps_62af319089/init/schedules/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..504bfbe5dbae05c99ecedcb00a8df9962ed7834f --- /dev/null +++ b/shellops/assets/ShellOps_62af319089/init/schedules/active.conf @@ -0,0 +1 @@ +[ { "id": "maint-001", "schedule": "daily", "status": "approved" }, { "id": "maint-002", "schedule": "weekly", "status": "pending" }, { "id": "maint-003", "schedule": "monthly", "status": "approved" } ] \ No newline at end of file diff --git a/shellops/assets/ShellOps_63481449b2/gold/aligned_devices.tsv b/shellops/assets/ShellOps_63481449b2/gold/aligned_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..db7893dd163221220d6648eb9d8d7e7e7a062e4f --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/gold/aligned_devices.tsv @@ -0,0 +1,3 @@ +dev_101 rack_A 3 +dev_102 rack_B 3 +dev_103 rack_C 3 diff --git a/shellops/assets/ShellOps_63481449b2/gold/device_inventory.tsv b/shellops/assets/ShellOps_63481449b2/gold/device_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..330755dcb7e1a5e7ffe80bcb4891de9752f9c217 --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/gold/device_inventory.tsv @@ -0,0 +1,6 @@ +device_id location +dev_101 rack_A +dev_102 rack_B +dev_103 rack_C +dev_104 rack_A +dev_105 rack_B \ No newline at end of file diff --git a/shellops/assets/ShellOps_63481449b2/gold/notes.md b/shellops/assets/ShellOps_63481449b2/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3d4c67b85627cea2d2eb972a2d398a8a99a5e76f --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/gold/notes.md @@ -0,0 +1,2 @@ +This is a distractor file that should not affect the result. +It contains no device identifiers and should be ignored. \ No newline at end of file diff --git a/shellops/assets/ShellOps_63481449b2/gold/runtime.log b/shellops/assets/ShellOps_63481449b2/gold/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..a2f4ee62b40d32eff3e237b84b49bcdd6777b04a --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/gold/runtime.log @@ -0,0 +1,10 @@ +dev_102 heartbeat 2025-01-15T10:00:00 +unknown_device heartbeat 2025-01-15T10:05:00 +dev_101 heartbeat 2025-01-15T10:10:00 +dev_103 heartbeat 2025-01-15T10:15:00 +dev_102 heartbeat 2025-01-15T10:20:00 +dev_101 heartbeat 2025-01-15T10:25:00 +dev_103 heartbeat 2025-01-15T10:30:00 +dev_102 heartbeat 2025-01-15T10:35:00 +dev_101 heartbeat 2025-01-15T10:40:00 +dev_103 heartbeat 2025-01-15T10:45:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_63481449b2/init/device_inventory.tsv b/shellops/assets/ShellOps_63481449b2/init/device_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..330755dcb7e1a5e7ffe80bcb4891de9752f9c217 --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/init/device_inventory.tsv @@ -0,0 +1,6 @@ +device_id location +dev_101 rack_A +dev_102 rack_B +dev_103 rack_C +dev_104 rack_A +dev_105 rack_B \ No newline at end of file diff --git a/shellops/assets/ShellOps_63481449b2/init/notes.md b/shellops/assets/ShellOps_63481449b2/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3d4c67b85627cea2d2eb972a2d398a8a99a5e76f --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/init/notes.md @@ -0,0 +1,2 @@ +This is a distractor file that should not affect the result. +It contains no device identifiers and should be ignored. \ No newline at end of file diff --git a/shellops/assets/ShellOps_63481449b2/init/runtime.log b/shellops/assets/ShellOps_63481449b2/init/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..a2f4ee62b40d32eff3e237b84b49bcdd6777b04a --- /dev/null +++ b/shellops/assets/ShellOps_63481449b2/init/runtime.log @@ -0,0 +1,10 @@ +dev_102 heartbeat 2025-01-15T10:00:00 +unknown_device heartbeat 2025-01-15T10:05:00 +dev_101 heartbeat 2025-01-15T10:10:00 +dev_103 heartbeat 2025-01-15T10:15:00 +dev_102 heartbeat 2025-01-15T10:20:00 +dev_101 heartbeat 2025-01-15T10:25:00 +dev_103 heartbeat 2025-01-15T10:30:00 +dev_102 heartbeat 2025-01-15T10:35:00 +dev_101 heartbeat 2025-01-15T10:40:00 +dev_103 heartbeat 2025-01-15T10:45:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_63610755a2/gold/baseline/approved_models.txt b/shellops/assets/ShellOps_63610755a2/gold/baseline/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7c2e1ed0c026750be326686ef50d398dffc7ae3 --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/gold/baseline/approved_models.txt @@ -0,0 +1,15 @@ +alpha +beta +gamma +delta +epsilon +zeta +eta +theta +iota +kappa +lambda +mu +nu +xi +omicron diff --git a/shellops/assets/ShellOps_63610755a2/gold/baseline/obsolete_models.txt b/shellops/assets/ShellOps_63610755a2/gold/baseline/obsolete_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b55c54dae066028a63cab3e9f3d36af9a3969c6 --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/gold/baseline/obsolete_models.txt @@ -0,0 +1,2 @@ +archaic_one +archaic_two diff --git a/shellops/assets/ShellOps_63610755a2/gold/baseline/required_models.txt b/shellops/assets/ShellOps_63610755a2/gold/baseline/required_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..68745ba0c47f03ff710d6fe33ead4d59ed72907d --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/gold/baseline/required_models.txt @@ -0,0 +1,24 @@ +alpha +beta +gamma +delta +epsilon +zeta +eta +theta +iota +kappa +lambda +mu +nu +xi +omicron +pi +rho +sigma +tau +upsilon +phi +chi +psi +omega diff --git a/shellops/assets/ShellOps_63610755a2/gold/reports/missing_models.txt b/shellops/assets/ShellOps_63610755a2/gold/reports/missing_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dd8269112da8611f0378a527d99a3381a72050d --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/gold/reports/missing_models.txt @@ -0,0 +1,9 @@ +chi +omega +phi +pi +psi +rho +sigma +tau +upsilon diff --git a/shellops/assets/ShellOps_63610755a2/init/baseline/approved_models.txt b/shellops/assets/ShellOps_63610755a2/init/baseline/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7c2e1ed0c026750be326686ef50d398dffc7ae3 --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/init/baseline/approved_models.txt @@ -0,0 +1,15 @@ +alpha +beta +gamma +delta +epsilon +zeta +eta +theta +iota +kappa +lambda +mu +nu +xi +omicron diff --git a/shellops/assets/ShellOps_63610755a2/init/baseline/obsolete_models.txt b/shellops/assets/ShellOps_63610755a2/init/baseline/obsolete_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b55c54dae066028a63cab3e9f3d36af9a3969c6 --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/init/baseline/obsolete_models.txt @@ -0,0 +1,2 @@ +archaic_one +archaic_two diff --git a/shellops/assets/ShellOps_63610755a2/init/baseline/required_models.txt b/shellops/assets/ShellOps_63610755a2/init/baseline/required_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..68745ba0c47f03ff710d6fe33ead4d59ed72907d --- /dev/null +++ b/shellops/assets/ShellOps_63610755a2/init/baseline/required_models.txt @@ -0,0 +1,24 @@ +alpha +beta +gamma +delta +epsilon +zeta +eta +theta +iota +kappa +lambda +mu +nu +xi +omicron +pi +rho +sigma +tau +upsilon +phi +chi +psi +omega diff --git a/shellops/assets/ShellOps_638a499fd1/gold/api/docs/auth.yaml b/shellops/assets/ShellOps_638a499fd1/gold/api/docs/auth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..43ee79bfff8eac190e465a5b44a3a5046b3b6104 --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/gold/api/docs/auth.yaml @@ -0,0 +1,10 @@ +openapi: 3.0.0 +info: + title: Auth API +paths: + /login: + post: + summary: User login + /token: + get: + summary: Refresh token diff --git a/shellops/assets/ShellOps_638a499fd1/gold/api/docs/payment.yaml b/shellops/assets/ShellOps_638a499fd1/gold/api/docs/payment.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bb4ca10115e0c3239c9d910af485e73222ba579b --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/gold/api/docs/payment.yaml @@ -0,0 +1,10 @@ +openapi: 3.0.0 +info: + title: Payment API +paths: + /payments: + post: + summary: Create payment + /payments/{id}: + delete: + summary: Cancel payment diff --git a/shellops/assets/ShellOps_638a499fd1/gold/api/docs/user.yaml b/shellops/assets/ShellOps_638a499fd1/gold/api/docs/user.yaml new file mode 100644 index 0000000000000000000000000000000000000000..21565553af94e68f1ccccdd75182743debafffd9 --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/gold/api/docs/user.yaml @@ -0,0 +1,10 @@ +openapi: 3.0.0 +info: + title: User API +paths: + /users: + get: + summary: List users + /users/{id}: + put: + summary: Update user diff --git a/shellops/assets/ShellOps_638a499fd1/gold/http_methods.trace b/shellops/assets/ShellOps_638a499fd1/gold/http_methods.trace new file mode 100644 index 0000000000000000000000000000000000000000..5f8ec7eaa32eb01decfa1a9c5d14e291dd071f0c --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/gold/http_methods.trace @@ -0,0 +1,4 @@ +delete +get +post +put diff --git a/shellops/assets/ShellOps_638a499fd1/init/api/docs/auth.yaml b/shellops/assets/ShellOps_638a499fd1/init/api/docs/auth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..43ee79bfff8eac190e465a5b44a3a5046b3b6104 --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/init/api/docs/auth.yaml @@ -0,0 +1,10 @@ +openapi: 3.0.0 +info: + title: Auth API +paths: + /login: + post: + summary: User login + /token: + get: + summary: Refresh token diff --git a/shellops/assets/ShellOps_638a499fd1/init/api/docs/payment.yaml b/shellops/assets/ShellOps_638a499fd1/init/api/docs/payment.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bb4ca10115e0c3239c9d910af485e73222ba579b --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/init/api/docs/payment.yaml @@ -0,0 +1,10 @@ +openapi: 3.0.0 +info: + title: Payment API +paths: + /payments: + post: + summary: Create payment + /payments/{id}: + delete: + summary: Cancel payment diff --git a/shellops/assets/ShellOps_638a499fd1/init/api/docs/user.yaml b/shellops/assets/ShellOps_638a499fd1/init/api/docs/user.yaml new file mode 100644 index 0000000000000000000000000000000000000000..21565553af94e68f1ccccdd75182743debafffd9 --- /dev/null +++ b/shellops/assets/ShellOps_638a499fd1/init/api/docs/user.yaml @@ -0,0 +1,10 @@ +openapi: 3.0.0 +info: + title: User API +paths: + /users: + get: + summary: List users + /users/{id}: + put: + summary: Update user diff --git a/shellops/assets/ShellOps_6393a23fea/gold/configs/.keep b/shellops/assets/ShellOps_6393a23fea/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6393a23fea/gold/configs/switch1.conf b/shellops/assets/ShellOps_6393a23fea/gold/configs/switch1.conf new file mode 100644 index 0000000000000000000000000000000000000000..652415ddeed5e9ad73bd5ff6411fd5e6defd7872 --- /dev/null +++ b/shellops/assets/ShellOps_6393a23fea/gold/configs/switch1.conf @@ -0,0 +1,8 @@ +interface GigabitEthernet0/1 + switchport mode trunk + switchport trunk allowed vlan 10,20,30 +vlan-id 10 +! +interface GigabitEthernet0/2 + switchport access vlan 20 +vlan-id 20 diff --git a/shellops/assets/ShellOps_6393a23fea/gold/configs/switch2.conf b/shellops/assets/ShellOps_6393a23fea/gold/configs/switch2.conf new file mode 100644 index 0000000000000000000000000000000000000000..5d1bff9882c3f1dfacd910a38cd96ab2977e6afc --- /dev/null +++ b/shellops/assets/ShellOps_6393a23fea/gold/configs/switch2.conf @@ -0,0 +1,5 @@ +interface GigabitEthernet0/1 + switchport trunk allowed vlan 30,40,50 +vlan-id 30 +! +vlan-id 50 diff --git a/shellops/assets/ShellOps_6393a23fea/gold/switch_audit.out b/shellops/assets/ShellOps_6393a23fea/gold/switch_audit.out new file mode 100644 index 0000000000000000000000000000000000000000..4504b33969285d39f7a37652ff02967a55a2820f --- /dev/null +++ b/shellops/assets/ShellOps_6393a23fea/gold/switch_audit.out @@ -0,0 +1,4 @@ +10 +20 +30 +50 diff --git a/shellops/assets/ShellOps_6393a23fea/init/configs/.keep b/shellops/assets/ShellOps_6393a23fea/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6393a23fea/init/configs/switch1.conf b/shellops/assets/ShellOps_6393a23fea/init/configs/switch1.conf new file mode 100644 index 0000000000000000000000000000000000000000..652415ddeed5e9ad73bd5ff6411fd5e6defd7872 --- /dev/null +++ b/shellops/assets/ShellOps_6393a23fea/init/configs/switch1.conf @@ -0,0 +1,8 @@ +interface GigabitEthernet0/1 + switchport mode trunk + switchport trunk allowed vlan 10,20,30 +vlan-id 10 +! +interface GigabitEthernet0/2 + switchport access vlan 20 +vlan-id 20 diff --git a/shellops/assets/ShellOps_6393a23fea/init/configs/switch2.conf b/shellops/assets/ShellOps_6393a23fea/init/configs/switch2.conf new file mode 100644 index 0000000000000000000000000000000000000000..5d1bff9882c3f1dfacd910a38cd96ab2977e6afc --- /dev/null +++ b/shellops/assets/ShellOps_6393a23fea/init/configs/switch2.conf @@ -0,0 +1,5 @@ +interface GigabitEthernet0/1 + switchport trunk allowed vlan 30,40,50 +vlan-id 30 +! +vlan-id 50 diff --git a/shellops/assets/ShellOps_63afd169a1/gold/catalog/references.md b/shellops/assets/ShellOps_63afd169a1/gold/catalog/references.md new file mode 100644 index 0000000000000000000000000000000000000000..952ed527c1e375143bb6c39f86e57f4c805f6257 --- /dev/null +++ b/shellops/assets/ShellOps_63afd169a1/gold/catalog/references.md @@ -0,0 +1,3 @@ +Product A: ![alt](https://legacy.images.com/product_a.png) +Product B: ![alt](https://legacy.images.com/product_b.png) +Product C: ![alt](https://legacy.images.com/product_c.png) \ No newline at end of file diff --git a/shellops/assets/ShellOps_63afd169a1/gold/catalog/updated_references.md b/shellops/assets/ShellOps_63afd169a1/gold/catalog/updated_references.md new file mode 100644 index 0000000000000000000000000000000000000000..fee19561a282d05e391615355018e27c769a01bd --- /dev/null +++ b/shellops/assets/ShellOps_63afd169a1/gold/catalog/updated_references.md @@ -0,0 +1,3 @@ +Product A: ![alt](https://cdn.products.com/product_a.png) +Product B: ![alt](https://cdn.products.com/product_b.png) +Product C: ![alt](https://cdn.products.com/product_c.png) \ No newline at end of file diff --git a/shellops/assets/ShellOps_63afd169a1/init/catalog/references.md b/shellops/assets/ShellOps_63afd169a1/init/catalog/references.md new file mode 100644 index 0000000000000000000000000000000000000000..952ed527c1e375143bb6c39f86e57f4c805f6257 --- /dev/null +++ b/shellops/assets/ShellOps_63afd169a1/init/catalog/references.md @@ -0,0 +1,3 @@ +Product A: ![alt](https://legacy.images.com/product_a.png) +Product B: ![alt](https://legacy.images.com/product_b.png) +Product C: ![alt](https://legacy.images.com/product_c.png) \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/notes.md b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..22874aa9244e9f20cf90821a9b4e0b4a1e8f6e1c --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/notes.md @@ -0,0 +1 @@ +These snapshots are refreshed every 30 seconds. Ignore suppressed endpoints in alerting. \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_a.json b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..416bc3129c191b99bfc36afce129e7d6d50c114b --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_a.json @@ -0,0 +1,3 @@ +{"endpoint_id": "svc-a:8080", "healthy": true, "suppressed": false} +{"endpoint_id": "svc-a:8081", "healthy": false, "suppressed": false} +{"endpoint_id": "svc-a:8082", "healthy": false, "suppressed": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_b.json b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..cc11d44bdbfe1b0ab3b16557a4e2f2485a759d82 --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_b.json @@ -0,0 +1,2 @@ +{"endpoint_id": "svc-b:9090", "healthy": false, "suppressed": false} +{"endpoint_id": "svc-b:9091", "healthy": true, "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_c.json b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..09c71b01fa499d9e25b7c957d8844b23cf61b8bf --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/gold/mesh/endpoints/service_c.json @@ -0,0 +1,2 @@ +{"endpoint_id": "svc-c:7070", "healthy": false, "suppressed": false} +{"endpoint_id": "svc-c:7071", "healthy": false, "suppressed": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/notes.md b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..22874aa9244e9f20cf90821a9b4e0b4a1e8f6e1c --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/notes.md @@ -0,0 +1 @@ +These snapshots are refreshed every 30 seconds. Ignore suppressed endpoints in alerting. \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_a.json b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..416bc3129c191b99bfc36afce129e7d6d50c114b --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_a.json @@ -0,0 +1,3 @@ +{"endpoint_id": "svc-a:8080", "healthy": true, "suppressed": false} +{"endpoint_id": "svc-a:8081", "healthy": false, "suppressed": false} +{"endpoint_id": "svc-a:8082", "healthy": false, "suppressed": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_b.json b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..cc11d44bdbfe1b0ab3b16557a4e2f2485a759d82 --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_b.json @@ -0,0 +1,2 @@ +{"endpoint_id": "svc-b:9090", "healthy": false, "suppressed": false} +{"endpoint_id": "svc-b:9091", "healthy": true, "suppressed": false} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_c.json b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..09c71b01fa499d9e25b7c957d8844b23cf61b8bf --- /dev/null +++ b/shellops/assets/ShellOps_63bea7cbc5/init/mesh/endpoints/service_c.json @@ -0,0 +1,2 @@ +{"endpoint_id": "svc-c:7070", "healthy": false, "suppressed": false} +{"endpoint_id": "svc-c:7071", "healthy": false, "suppressed": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63db301f20/gold/categories.tsv b/shellops/assets/ShellOps_63db301f20/gold/categories.tsv new file mode 100644 index 0000000000000000000000000000000000000000..542f085aee14acf6c0564047edff9e2b50a3ada4 --- /dev/null +++ b/shellops/assets/ShellOps_63db301f20/gold/categories.tsv @@ -0,0 +1,3 @@ +Apparel +Electronics +Home diff --git a/shellops/assets/ShellOps_63db301f20/gold/inventory/export.json b/shellops/assets/ShellOps_63db301f20/gold/inventory/export.json new file mode 100644 index 0000000000000000000000000000000000000000..99959d86ae855e5e2c8adff899576b4d3d406951 --- /dev/null +++ b/shellops/assets/ShellOps_63db301f20/gold/inventory/export.json @@ -0,0 +1 @@ +[{"id":1,"name":"Laptop","category":"Electronics"},{"id":2,"name":"Desk Lamp","category":"Home"},{"id":3,"name":"Running Shoes","category":"Apparel"},{"id":4,"name":"Smartphone","category":"Electronics"},{"id":5,"name":"Coffee Table","category":"Home"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_63db301f20/gold/reports/.keep b/shellops/assets/ShellOps_63db301f20/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_63db301f20/init/inventory/export.json b/shellops/assets/ShellOps_63db301f20/init/inventory/export.json new file mode 100644 index 0000000000000000000000000000000000000000..99959d86ae855e5e2c8adff899576b4d3d406951 --- /dev/null +++ b/shellops/assets/ShellOps_63db301f20/init/inventory/export.json @@ -0,0 +1 @@ +[{"id":1,"name":"Laptop","category":"Electronics"},{"id":2,"name":"Desk Lamp","category":"Home"},{"id":3,"name":"Running Shoes","category":"Apparel"},{"id":4,"name":"Smartphone","category":"Electronics"},{"id":5,"name":"Coffee Table","category":"Home"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_63db301f20/init/reports/.keep b/shellops/assets/ShellOps_63db301f20/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_63deecf0c4/gold/inventory_a.manifest b/shellops/assets/ShellOps_63deecf0c4/gold/inventory_a.manifest new file mode 100644 index 0000000000000000000000000000000000000000..9aa92db2668720eafd632e26016f5fbc520662fd --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/gold/inventory_a.manifest @@ -0,0 +1,3 @@ +dev001,2024-05-10T08:30:00Z,active +dev002,2024-05-12T14:20:00Z,active +dev003,2024-05-11T09:45:00Z,active diff --git a/shellops/assets/ShellOps_63deecf0c4/gold/inventory_b.manifest b/shellops/assets/ShellOps_63deecf0c4/gold/inventory_b.manifest new file mode 100644 index 0000000000000000000000000000000000000000..57098af3feb4b22088cb7cf2d44171531cc961f2 --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/gold/inventory_b.manifest @@ -0,0 +1,3 @@ +dev001,2024-05-09T16:10:00Z,active +dev004,2024-05-13T10:00:00Z,active +dev002,2024-05-12T18:05:00Z,active diff --git a/shellops/assets/ShellOps_63deecf0c4/gold/latest_devices.txt b/shellops/assets/ShellOps_63deecf0c4/gold/latest_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2eb3bb89ba7160f7aea26b6fe828defa2958834 --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/gold/latest_devices.txt @@ -0,0 +1,4 @@ +dev001,2024-05-10T08:30:00Z,active +dev002,2024-05-12T18:05:00Z,active +dev003,2024-05-11T09:45:00Z,active +dev004,2024-05-13T10:00:00Z,active diff --git a/shellops/assets/ShellOps_63deecf0c4/gold/notes/readme.txt b/shellops/assets/ShellOps_63deecf0c4/gold/notes/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..acc1114ebe30796e88e936f119e731d4d0431084 --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/gold/notes/readme.txt @@ -0,0 +1 @@ +Distractor notes file. Not used for deduplication. diff --git a/shellops/assets/ShellOps_63deecf0c4/init/inventory_a.manifest b/shellops/assets/ShellOps_63deecf0c4/init/inventory_a.manifest new file mode 100644 index 0000000000000000000000000000000000000000..9aa92db2668720eafd632e26016f5fbc520662fd --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/init/inventory_a.manifest @@ -0,0 +1,3 @@ +dev001,2024-05-10T08:30:00Z,active +dev002,2024-05-12T14:20:00Z,active +dev003,2024-05-11T09:45:00Z,active diff --git a/shellops/assets/ShellOps_63deecf0c4/init/inventory_b.manifest b/shellops/assets/ShellOps_63deecf0c4/init/inventory_b.manifest new file mode 100644 index 0000000000000000000000000000000000000000..57098af3feb4b22088cb7cf2d44171531cc961f2 --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/init/inventory_b.manifest @@ -0,0 +1,3 @@ +dev001,2024-05-09T16:10:00Z,active +dev004,2024-05-13T10:00:00Z,active +dev002,2024-05-12T18:05:00Z,active diff --git a/shellops/assets/ShellOps_63deecf0c4/init/notes/readme.txt b/shellops/assets/ShellOps_63deecf0c4/init/notes/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..acc1114ebe30796e88e936f119e731d4d0431084 --- /dev/null +++ b/shellops/assets/ShellOps_63deecf0c4/init/notes/readme.txt @@ -0,0 +1 @@ +Distractor notes file. Not used for deduplication. diff --git a/shellops/assets/ShellOps_63f2b49f80/gold/missing_provider_names.txt b/shellops/assets/ShellOps_63f2b49f80/gold/missing_provider_names.txt new file mode 100644 index 0000000000000000000000000000000000000000..06cf92f45bb8523c39f8a50e9ae239179f8975ac --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/gold/missing_provider_names.txt @@ -0,0 +1,2 @@ +alibaba +ibm diff --git a/shellops/assets/ShellOps_63f2b49f80/gold/notes.md b/shellops/assets/ShellOps_63f2b49f80/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..61b3381aa217cd84205259c7a81f8e4f39fd94f9 --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/gold/notes.md @@ -0,0 +1,3 @@ +The provider_lookup.json is used by billing scripts to map each provider to its full billing identifier. +The providers.json list comes from our infrastructure automation repo. +We need to ensure there are no unmapped providers before the next invoice run. \ No newline at end of file diff --git a/shellops/assets/ShellOps_63f2b49f80/gold/provider_lookup.json b/shellops/assets/ShellOps_63f2b49f80/gold/provider_lookup.json new file mode 100644 index 0000000000000000000000000000000000000000..6560ef378eaec50d5724058ce1a2127348336b66 --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/gold/provider_lookup.json @@ -0,0 +1,10 @@ +{ + "mappings": { + "aws": "amazon_web_services", + "gcp": "google_cloud_platform", + "azure": "microsoft_azure", + "oracle": "oracle_cloud", + "digitalocean": "digital_ocean" + }, + "notes": "Generated from the quarterly review." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63f2b49f80/gold/providers.json b/shellops/assets/ShellOps_63f2b49f80/gold/providers.json new file mode 100644 index 0000000000000000000000000000000000000000..803e47d8e56d5001064e862c2e814d84b97c7ff2 --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/gold/providers.json @@ -0,0 +1,28 @@ +{ + "providers": [ + { + "provider": "azure", + "regions": ["eastus", "westus"] + }, + { + "provider": "aws", + "regions": ["us‑east‑1", "eu‑west‑1"] + }, + { + "provider": "gcp", + "regions": ["us‑central1", "europe‑west4"] + }, + { + "provider": "oracle", + "regions": ["us‑ashburn‑1", "eu‑frankfurt‑1"] + }, + { + "provider": "ibm", + "regions": ["us‑south", "eu‑de"] + }, + { + "provider": "alibaba", + "regions": ["cn‑hangzhou", "us‑west‑1"] + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63f2b49f80/init/notes.md b/shellops/assets/ShellOps_63f2b49f80/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..61b3381aa217cd84205259c7a81f8e4f39fd94f9 --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/init/notes.md @@ -0,0 +1,3 @@ +The provider_lookup.json is used by billing scripts to map each provider to its full billing identifier. +The providers.json list comes from our infrastructure automation repo. +We need to ensure there are no unmapped providers before the next invoice run. \ No newline at end of file diff --git a/shellops/assets/ShellOps_63f2b49f80/init/provider_lookup.json b/shellops/assets/ShellOps_63f2b49f80/init/provider_lookup.json new file mode 100644 index 0000000000000000000000000000000000000000..6560ef378eaec50d5724058ce1a2127348336b66 --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/init/provider_lookup.json @@ -0,0 +1,10 @@ +{ + "mappings": { + "aws": "amazon_web_services", + "gcp": "google_cloud_platform", + "azure": "microsoft_azure", + "oracle": "oracle_cloud", + "digitalocean": "digital_ocean" + }, + "notes": "Generated from the quarterly review." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_63f2b49f80/init/providers.json b/shellops/assets/ShellOps_63f2b49f80/init/providers.json new file mode 100644 index 0000000000000000000000000000000000000000..803e47d8e56d5001064e862c2e814d84b97c7ff2 --- /dev/null +++ b/shellops/assets/ShellOps_63f2b49f80/init/providers.json @@ -0,0 +1,28 @@ +{ + "providers": [ + { + "provider": "azure", + "regions": ["eastus", "westus"] + }, + { + "provider": "aws", + "regions": ["us‑east‑1", "eu‑west‑1"] + }, + { + "provider": "gcp", + "regions": ["us‑central1", "europe‑west4"] + }, + { + "provider": "oracle", + "regions": ["us‑ashburn‑1", "eu‑frankfurt‑1"] + }, + { + "provider": "ibm", + "regions": ["us‑south", "eu‑de"] + }, + { + "provider": "alibaba", + "regions": ["cn‑hangzhou", "us‑west‑1"] + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_18.json b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_18.json new file mode 100644 index 0000000000000000000000000000000000000000..1676fc505fad22177f8a1a747080efd2814e4c00 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_18.json @@ -0,0 +1 @@ +{"alert_id":"A1001","severity":"critical","status":"open","source":"ids","message":"Unauthorized access detected"} diff --git a/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_19.json b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_19.json new file mode 100644 index 0000000000000000000000000000000000000000..5ce199976cd69f76d4cc9e7f1aab77546c529827 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_19.json @@ -0,0 +1 @@ +{"alert_id":"A1002","severity":"high","status":"acknowledged","source":"firewall","message":"Port scan detected"} diff --git a/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_20.json b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_20.json new file mode 100644 index 0000000000000000000000000000000000000000..76a8020139810c286d6995505632a615a07c532c --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_20.json @@ -0,0 +1 @@ +{"alert_id":"A1003","severity":"medium","status":"suppressed","source":"ids","message":"Benign anomaly"} diff --git a/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_21.json b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_21.json new file mode 100644 index 0000000000000000000000000000000000000000..d6ba8961b9b5569b961b933767d4de420ba1b5c5 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_21.json @@ -0,0 +1 @@ +{"alert_id":"A1004","severity":"critical","status":"suppressed","source":"legacy","message":"Old baseline event"} diff --git a/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_22.json b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_22.json new file mode 100644 index 0000000000000000000000000000000000000000..fa85e191056a6bbe2d8985fd9489e636a22b6373 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/gold/alerts/inc_2025_03_22.json @@ -0,0 +1 @@ +{"alert_id":"A1005","severity":"high","status":"open","source":"firewall","message":"DDoS spike"} diff --git a/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_18.json b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_18.json new file mode 100644 index 0000000000000000000000000000000000000000..1676fc505fad22177f8a1a747080efd2814e4c00 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_18.json @@ -0,0 +1 @@ +{"alert_id":"A1001","severity":"critical","status":"open","source":"ids","message":"Unauthorized access detected"} diff --git a/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_19.json b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_19.json new file mode 100644 index 0000000000000000000000000000000000000000..5ce199976cd69f76d4cc9e7f1aab77546c529827 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_19.json @@ -0,0 +1 @@ +{"alert_id":"A1002","severity":"high","status":"acknowledged","source":"firewall","message":"Port scan detected"} diff --git a/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_20.json b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_20.json new file mode 100644 index 0000000000000000000000000000000000000000..76a8020139810c286d6995505632a615a07c532c --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_20.json @@ -0,0 +1 @@ +{"alert_id":"A1003","severity":"medium","status":"suppressed","source":"ids","message":"Benign anomaly"} diff --git a/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_21.json b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_21.json new file mode 100644 index 0000000000000000000000000000000000000000..d6ba8961b9b5569b961b933767d4de420ba1b5c5 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_21.json @@ -0,0 +1 @@ +{"alert_id":"A1004","severity":"critical","status":"suppressed","source":"legacy","message":"Old baseline event"} diff --git a/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_22.json b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_22.json new file mode 100644 index 0000000000000000000000000000000000000000..fa85e191056a6bbe2d8985fd9489e636a22b6373 --- /dev/null +++ b/shellops/assets/ShellOps_64001bed8c/init/alerts/inc_2025_03_22.json @@ -0,0 +1 @@ +{"alert_id":"A1005","severity":"high","status":"open","source":"firewall","message":"DDoS spike"} diff --git a/shellops/assets/ShellOps_64126d6785/gold/missing_patterns.txt b/shellops/assets/ShellOps_64126d6785/gold/missing_patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..75127606e0fd15310cbf263cf3ffb0982a86a708 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/gold/missing_patterns.txt @@ -0,0 +1,3 @@ +edr_inject_process +insecure_http +log_tamper diff --git a/shellops/assets/ShellOps_64126d6785/gold/security/policies/event_rules.yaml b/shellops/assets/ShellOps_64126d6785/gold/security/policies/event_rules.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f543f59a3e5c0769c86afdf8744b1e5a81b6aab2 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/gold/security/policies/event_rules.yaml @@ -0,0 +1,9 @@ +- name: detect_bruteforce + pattern_id: edr_ssh_brute_force + severity: high +- name: detect_insecure_auth + pattern_id: auth_plaintext + severity: medium +- name: detect_cred_leak + pattern_id: edr_cred_share + severity: critical diff --git a/shellops/assets/ShellOps_64126d6785/gold/security/policies/log_patterns/prod_blue.yaml b/shellops/assets/ShellOps_64126d6785/gold/security/policies/log_patterns/prod_blue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ed02f30ca38f2233b36b40f6eb5a6eb33e4f6403 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/gold/security/policies/log_patterns/prod_blue.yaml @@ -0,0 +1,11 @@ +patterns: + - pattern_id: edr_ssh_brute_force + regex: 'sshd.*Failed password' + - pattern_id: auth_plaintext + regex: 'password=.*[^\\]' + - pattern_id: log_tamper + regex: 'LOG_MODIFY' + - pattern_id: insecure_http + regex: 'http://' + - pattern_id: edr_inject_process + regex: 'execve.*/tmp/' diff --git a/shellops/assets/ShellOps_64126d6785/gold/security/policies/log_patterns/staging.yaml b/shellops/assets/ShellOps_64126d6785/gold/security/policies/log_patterns/staging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cb3d0bd0e1a9b5dd5205f74f180e0016bc35db07 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/gold/security/policies/log_patterns/staging.yaml @@ -0,0 +1,5 @@ +patterns: + - pattern_id: test_purge + regex: 'DEBUG purge' + - pattern_id: mock_leak + regex: 'dummy_cred' diff --git a/shellops/assets/ShellOps_64126d6785/init/security/policies/event_rules.yaml b/shellops/assets/ShellOps_64126d6785/init/security/policies/event_rules.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f543f59a3e5c0769c86afdf8744b1e5a81b6aab2 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/init/security/policies/event_rules.yaml @@ -0,0 +1,9 @@ +- name: detect_bruteforce + pattern_id: edr_ssh_brute_force + severity: high +- name: detect_insecure_auth + pattern_id: auth_plaintext + severity: medium +- name: detect_cred_leak + pattern_id: edr_cred_share + severity: critical diff --git a/shellops/assets/ShellOps_64126d6785/init/security/policies/log_patterns/prod_blue.yaml b/shellops/assets/ShellOps_64126d6785/init/security/policies/log_patterns/prod_blue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ed02f30ca38f2233b36b40f6eb5a6eb33e4f6403 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/init/security/policies/log_patterns/prod_blue.yaml @@ -0,0 +1,11 @@ +patterns: + - pattern_id: edr_ssh_brute_force + regex: 'sshd.*Failed password' + - pattern_id: auth_plaintext + regex: 'password=.*[^\\]' + - pattern_id: log_tamper + regex: 'LOG_MODIFY' + - pattern_id: insecure_http + regex: 'http://' + - pattern_id: edr_inject_process + regex: 'execve.*/tmp/' diff --git a/shellops/assets/ShellOps_64126d6785/init/security/policies/log_patterns/staging.yaml b/shellops/assets/ShellOps_64126d6785/init/security/policies/log_patterns/staging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cb3d0bd0e1a9b5dd5205f74f180e0016bc35db07 --- /dev/null +++ b/shellops/assets/ShellOps_64126d6785/init/security/policies/log_patterns/staging.yaml @@ -0,0 +1,5 @@ +patterns: + - pattern_id: test_purge + regex: 'DEBUG purge' + - pattern_id: mock_leak + regex: 'dummy_cred' diff --git a/shellops/assets/ShellOps_6442b7b53a/gold/app-logs/cluster_a.log b/shellops/assets/ShellOps_6442b7b53a/gold/app-logs/cluster_a.log new file mode 100644 index 0000000000000000000000000000000000000000..0d0839796f5f7e765e69329cfa802602e54a4f59 --- /dev/null +++ b/shellops/assets/ShellOps_6442b7b53a/gold/app-logs/cluster_a.log @@ -0,0 +1,3 @@ +2024-06-01 12:00:00 [ERROR] code=500 +2024-06-01 12:00:05 [INFO] code=200 +2024-06-01 12:00:10 [ERROR] code=404 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6442b7b53a/gold/app-logs/cluster_b.log b/shellops/assets/ShellOps_6442b7b53a/gold/app-logs/cluster_b.log new file mode 100644 index 0000000000000000000000000000000000000000..fb88d0d2ee7003b399169622a2d6a683ba4bb466 --- /dev/null +++ b/shellops/assets/ShellOps_6442b7b53a/gold/app-logs/cluster_b.log @@ -0,0 +1,3 @@ +2024-06-01 12:05:00 [ERROR] code=500 +2024-06-01 12:05:05 [ERROR] code=500 +2024-06-01 12:05:10 [INFO] code=200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6442b7b53a/gold/error_summary.csv b/shellops/assets/ShellOps_6442b7b53a/gold/error_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..55ca727cc1b3901380b5e54c2638d9bca21279d7 --- /dev/null +++ b/shellops/assets/ShellOps_6442b7b53a/gold/error_summary.csv @@ -0,0 +1,2 @@ +500,3 +404,1 diff --git a/shellops/assets/ShellOps_6442b7b53a/init/app-logs/cluster_a.log b/shellops/assets/ShellOps_6442b7b53a/init/app-logs/cluster_a.log new file mode 100644 index 0000000000000000000000000000000000000000..0d0839796f5f7e765e69329cfa802602e54a4f59 --- /dev/null +++ b/shellops/assets/ShellOps_6442b7b53a/init/app-logs/cluster_a.log @@ -0,0 +1,3 @@ +2024-06-01 12:00:00 [ERROR] code=500 +2024-06-01 12:00:05 [INFO] code=200 +2024-06-01 12:00:10 [ERROR] code=404 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6442b7b53a/init/app-logs/cluster_b.log b/shellops/assets/ShellOps_6442b7b53a/init/app-logs/cluster_b.log new file mode 100644 index 0000000000000000000000000000000000000000..fb88d0d2ee7003b399169622a2d6a683ba4bb466 --- /dev/null +++ b/shellops/assets/ShellOps_6442b7b53a/init/app-logs/cluster_b.log @@ -0,0 +1,3 @@ +2024-06-01 12:05:00 [ERROR] code=500 +2024-06-01 12:05:05 [ERROR] code=500 +2024-06-01 12:05:10 [INFO] code=200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_645ad0b748/gold/deprecations/manual.txt b/shellops/assets/ShellOps_645ad0b748/gold/deprecations/manual.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab135eefea6f73b921c7fec469b5f0e9db86b910 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/gold/deprecations/manual.txt @@ -0,0 +1 @@ +delta diff --git a/shellops/assets/ShellOps_645ad0b748/gold/flags/irrelevant_notes.md b/shellops/assets/ShellOps_645ad0b748/gold/flags/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..90cf184f89e60acd1df785ca3aee39c4805b278e --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/gold/flags/irrelevant_notes.md @@ -0,0 +1,3 @@ +# Old RFC +- alpha considered for keep due to legacy clients +- beta should remain active diff --git a/shellops/assets/ShellOps_645ad0b748/gold/flags/service_a.json b/shellops/assets/ShellOps_645ad0b748/gold/flags/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ca52f462a7303ca8d5cbf314618e26581dad7577 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/gold/flags/service_a.json @@ -0,0 +1,2 @@ +{"flag_id": "alpha", "status": "deprecated", "owner": "team-core"} +{"flag_id": "beta", "status": "active", "owner": "team-core"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_645ad0b748/gold/flags/service_b.json b/shellops/assets/ShellOps_645ad0b748/gold/flags/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..87d062690321c80447f7317369775ba8a89397d6 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/gold/flags/service_b.json @@ -0,0 +1,2 @@ +{"flag_id": "gamma", "status": "deprecated", "owner": "team-edge"} +{"flag_id": "delta", "status": "deprecated", "owner": "team-core"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_645ad0b748/gold/flags/service_c.json b/shellops/assets/ShellOps_645ad0b748/gold/flags/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..9dee3352232a936f4174a1f0e4bf3b31b7d7083b --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/gold/flags/service_c.json @@ -0,0 +1,2 @@ +{"flag_id": "epsilon", "status": "active", "owner": "team-edge"} +{"flag_id": "zeta", "status": "deprecated", "owner": "team-core"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_645ad0b748/gold/reports/flagged_for_removal.txt b/shellops/assets/ShellOps_645ad0b748/gold/reports/flagged_for_removal.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba1f5f58eb8d3543aecc7ba2baf4d497e884aa56 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/gold/reports/flagged_for_removal.txt @@ -0,0 +1,3 @@ +alpha +gamma +zeta diff --git a/shellops/assets/ShellOps_645ad0b748/init/deprecations/manual.txt b/shellops/assets/ShellOps_645ad0b748/init/deprecations/manual.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab135eefea6f73b921c7fec469b5f0e9db86b910 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/init/deprecations/manual.txt @@ -0,0 +1 @@ +delta diff --git a/shellops/assets/ShellOps_645ad0b748/init/flags/irrelevant_notes.md b/shellops/assets/ShellOps_645ad0b748/init/flags/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..90cf184f89e60acd1df785ca3aee39c4805b278e --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/init/flags/irrelevant_notes.md @@ -0,0 +1,3 @@ +# Old RFC +- alpha considered for keep due to legacy clients +- beta should remain active diff --git a/shellops/assets/ShellOps_645ad0b748/init/flags/service_a.json b/shellops/assets/ShellOps_645ad0b748/init/flags/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ca52f462a7303ca8d5cbf314618e26581dad7577 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/init/flags/service_a.json @@ -0,0 +1,2 @@ +{"flag_id": "alpha", "status": "deprecated", "owner": "team-core"} +{"flag_id": "beta", "status": "active", "owner": "team-core"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_645ad0b748/init/flags/service_b.json b/shellops/assets/ShellOps_645ad0b748/init/flags/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..87d062690321c80447f7317369775ba8a89397d6 --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/init/flags/service_b.json @@ -0,0 +1,2 @@ +{"flag_id": "gamma", "status": "deprecated", "owner": "team-edge"} +{"flag_id": "delta", "status": "deprecated", "owner": "team-core"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_645ad0b748/init/flags/service_c.json b/shellops/assets/ShellOps_645ad0b748/init/flags/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..9dee3352232a936f4174a1f0e4bf3b31b7d7083b --- /dev/null +++ b/shellops/assets/ShellOps_645ad0b748/init/flags/service_c.json @@ -0,0 +1,2 @@ +{"flag_id": "epsilon", "status": "active", "owner": "team-edge"} +{"flag_id": "zeta", "status": "deprecated", "owner": "team-core"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/gold/event_analysis.tsv b/shellops/assets/ShellOps_647bd25649/gold/event_analysis.tsv new file mode 100644 index 0000000000000000000000000000000000000000..45c97882b000859982c1a9ce5753561ca530ac02 --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/gold/event_analysis.tsv @@ -0,0 +1 @@ +8812 2024-03-15T08:22:34 Network switch firmware bug diff --git a/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8812.md b/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8812.md new file mode 100644 index 0000000000000000000000000000000000000000..f53f65d3aa67e565d1dae0112dd0b011b8ec5977 --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8812.md @@ -0,0 +1,4 @@ +## Incident Report +Event ID: 8812 +Root Cause: Network switch firmware bug +Resolution: Rollback to v2.1.4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8815.md b/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8815.md new file mode 100644 index 0000000000000000000000000000000000000000..b431ffda052f62ea928694a69db2cd3331fd2367 --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8815.md @@ -0,0 +1,4 @@ +## Incident Report +Event ID: 8815 +Status: unresolved +Impact: Authentication services degraded \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8819.md b/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8819.md new file mode 100644 index 0000000000000000000000000000000000000000..a8c61d8747cdfcab7274b7268578e89e9bf8135c --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/gold/incidents/incident_8819.md @@ -0,0 +1,4 @@ +## Incident Report +Event ID: 8819 +Root Cause: Invalid config template +Resolution: Patch applied 2024-03-17 \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/gold/tracking_2024.csv b/shellops/assets/ShellOps_647bd25649/gold/tracking_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..fc5ef6a6a13cd42e6e533fa221173f855a76427d --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/gold/tracking_2024.csv @@ -0,0 +1,3 @@ +timestamp,event_type,event_id,severity +2024-03-15T08:22:34,NET_FAIL,8812,high +2024-03-16T14:15:07,AUTH_ERROR,8815,critical \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8812.md b/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8812.md new file mode 100644 index 0000000000000000000000000000000000000000..f53f65d3aa67e565d1dae0112dd0b011b8ec5977 --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8812.md @@ -0,0 +1,4 @@ +## Incident Report +Event ID: 8812 +Root Cause: Network switch firmware bug +Resolution: Rollback to v2.1.4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8815.md b/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8815.md new file mode 100644 index 0000000000000000000000000000000000000000..b431ffda052f62ea928694a69db2cd3331fd2367 --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8815.md @@ -0,0 +1,4 @@ +## Incident Report +Event ID: 8815 +Status: unresolved +Impact: Authentication services degraded \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8819.md b/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8819.md new file mode 100644 index 0000000000000000000000000000000000000000..a8c61d8747cdfcab7274b7268578e89e9bf8135c --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/init/incidents/incident_8819.md @@ -0,0 +1,4 @@ +## Incident Report +Event ID: 8819 +Root Cause: Invalid config template +Resolution: Patch applied 2024-03-17 \ No newline at end of file diff --git a/shellops/assets/ShellOps_647bd25649/init/tracking_2024.csv b/shellops/assets/ShellOps_647bd25649/init/tracking_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..fc5ef6a6a13cd42e6e533fa221173f855a76427d --- /dev/null +++ b/shellops/assets/ShellOps_647bd25649/init/tracking_2024.csv @@ -0,0 +1,3 @@ +timestamp,event_type,event_id,severity +2024-03-15T08:22:34,NET_FAIL,8812,high +2024-03-16T14:15:07,AUTH_ERROR,8815,critical \ No newline at end of file diff --git a/shellops/assets/ShellOps_649e8aaab5/gold/allowed_versions.xml b/shellops/assets/ShellOps_649e8aaab5/gold/allowed_versions.xml new file mode 100644 index 0000000000000000000000000000000000000000..9bf2f33eddeb785c94b7fdddb8a93e7f2930e109 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/gold/allowed_versions.xml @@ -0,0 +1,10 @@ + + + core-server + 1.2.3 + + + data-cache + 4.5.0 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_649e8aaab5/gold/deprecated_components.txt b/shellops/assets/ShellOps_649e8aaab5/gold/deprecated_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..294ea5510468ebd6fe5f554fe24b528ea6651f17 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/gold/deprecated_components.txt @@ -0,0 +1,2 @@ +old-api +legacy-storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_649e8aaab5/gold/last_deploy.conf b/shellops/assets/ShellOps_649e8aaab5/gold/last_deploy.conf new file mode 100644 index 0000000000000000000000000000000000000000..4f22a57e140f24806920c518132ffbf9dd894df5 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/gold/last_deploy.conf @@ -0,0 +1,5 @@ +components:experimental=network-driver +components:stable=data-cache +components:experimental=memory-allocator +components:deprecated=old-api +components:experimental=async-processor \ No newline at end of file diff --git a/shellops/assets/ShellOps_649e8aaab5/gold/unapproved_components.lst b/shellops/assets/ShellOps_649e8aaab5/gold/unapproved_components.lst new file mode 100644 index 0000000000000000000000000000000000000000..50e29fa6a7ad4d0dc9b65d82bd8a4ece1791f4a5 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/gold/unapproved_components.lst @@ -0,0 +1,3 @@ +network-driver +memory-allocator +async-processor diff --git a/shellops/assets/ShellOps_649e8aaab5/init/allowed_versions.xml b/shellops/assets/ShellOps_649e8aaab5/init/allowed_versions.xml new file mode 100644 index 0000000000000000000000000000000000000000..9bf2f33eddeb785c94b7fdddb8a93e7f2930e109 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/init/allowed_versions.xml @@ -0,0 +1,10 @@ + + + core-server + 1.2.3 + + + data-cache + 4.5.0 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_649e8aaab5/init/deprecated_components.txt b/shellops/assets/ShellOps_649e8aaab5/init/deprecated_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..294ea5510468ebd6fe5f554fe24b528ea6651f17 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/init/deprecated_components.txt @@ -0,0 +1,2 @@ +old-api +legacy-storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_649e8aaab5/init/last_deploy.conf b/shellops/assets/ShellOps_649e8aaab5/init/last_deploy.conf new file mode 100644 index 0000000000000000000000000000000000000000..4f22a57e140f24806920c518132ffbf9dd894df5 --- /dev/null +++ b/shellops/assets/ShellOps_649e8aaab5/init/last_deploy.conf @@ -0,0 +1,5 @@ +components:experimental=network-driver +components:stable=data-cache +components:experimental=memory-allocator +components:deprecated=old-api +components:experimental=async-processor \ No newline at end of file diff --git a/shellops/assets/ShellOps_649f45ff99/gold/alpha.csv b/shellops/assets/ShellOps_649f45ff99/gold/alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..31e03c8b779644f37e8c85d0fef557a9328a613c --- /dev/null +++ b/shellops/assets/ShellOps_649f45ff99/gold/alpha.csv @@ -0,0 +1,5 @@ +item_id,name,stock +101,Widget A,50 +102,Widget B,30 +103,Widget C,20 +104,Widget D,10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_649f45ff99/gold/beta.csv b/shellops/assets/ShellOps_649f45ff99/gold/beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..a9d35436d1705c73eaea285dccb99d93e1997016 --- /dev/null +++ b/shellops/assets/ShellOps_649f45ff99/gold/beta.csv @@ -0,0 +1,4 @@ +item_id,name,stock +101,Widget A,50 +103,Widget C,20 +105,Widget E,60 \ No newline at end of file diff --git a/shellops/assets/ShellOps_649f45ff99/gold/missing.txt b/shellops/assets/ShellOps_649f45ff99/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b09a402a34ba21f9b96d313948e73e81d499b0e --- /dev/null +++ b/shellops/assets/ShellOps_649f45ff99/gold/missing.txt @@ -0,0 +1,2 @@ +102 +104 diff --git a/shellops/assets/ShellOps_649f45ff99/init/alpha.csv b/shellops/assets/ShellOps_649f45ff99/init/alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..31e03c8b779644f37e8c85d0fef557a9328a613c --- /dev/null +++ b/shellops/assets/ShellOps_649f45ff99/init/alpha.csv @@ -0,0 +1,5 @@ +item_id,name,stock +101,Widget A,50 +102,Widget B,30 +103,Widget C,20 +104,Widget D,10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_649f45ff99/init/beta.csv b/shellops/assets/ShellOps_649f45ff99/init/beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..a9d35436d1705c73eaea285dccb99d93e1997016 --- /dev/null +++ b/shellops/assets/ShellOps_649f45ff99/init/beta.csv @@ -0,0 +1,4 @@ +item_id,name,stock +101,Widget A,50 +103,Widget C,20 +105,Widget E,60 \ No newline at end of file diff --git a/shellops/assets/ShellOps_64b6659c5d/gold/output/.keep b/shellops/assets/ShellOps_64b6659c5d/gold/output/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_64b6659c5d/gold/output/active_api_sessions.txt b/shellops/assets/ShellOps_64b6659c5d/gold/output/active_api_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6dc477f6d1819b0d55511fbb28c57e5f6401907 --- /dev/null +++ b/shellops/assets/ShellOps_64b6659c5d/gold/output/active_api_sessions.txt @@ -0,0 +1,4 @@ +sess_a2 +sess_a4 +sess_b1 +sess_b2 diff --git a/shellops/assets/ShellOps_64b6659c5d/gold/policy/suppressed_sessions.txt b/shellops/assets/ShellOps_64b6659c5d/gold/policy/suppressed_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..79c49873e97c42ff4082902a4851f21d671723e0 --- /dev/null +++ b/shellops/assets/ShellOps_64b6659c5d/gold/policy/suppressed_sessions.txt @@ -0,0 +1,3 @@ +sess_a1 +sess_g2 +sess_z9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_64b6659c5d/init/output/.keep b/shellops/assets/ShellOps_64b6659c5d/init/output/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_64b6659c5d/init/policy/suppressed_sessions.txt b/shellops/assets/ShellOps_64b6659c5d/init/policy/suppressed_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..79c49873e97c42ff4082902a4851f21d671723e0 --- /dev/null +++ b/shellops/assets/ShellOps_64b6659c5d/init/policy/suppressed_sessions.txt @@ -0,0 +1,3 @@ +sess_a1 +sess_g2 +sess_z9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/gold/lib/shared_utils/__init__.py b/shellops/assets/ShellOps_6548cc41a8/gold/lib/shared_utils/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..dc494e4aec5ecaec6560d0f0f8767e98a426298b --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/gold/lib/shared_utils/__init__.py @@ -0,0 +1 @@ +# Package initialization \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/etl_pipeline.py b/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/etl_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..c24a3f8ac270442c64bf4fcecd154a0e14903b67 --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/etl_pipeline.py @@ -0,0 +1,4 @@ +from lib.shared_utils import preprocessor, analyzer + +class ETLPipeline: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/legacy/old_pipeline.py b/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/legacy/old_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..43b7eab43627ad5926f0a7709e3a708d81ff78ea --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/legacy/old_pipeline.py @@ -0,0 +1,4 @@ +from lib.shared_utils import deprecated_tools + +class LegacyProcessor: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/ml_trainer.py b/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/ml_trainer.py new file mode 100644 index 0000000000000000000000000000000000000000..460d7dc829fb78ea472cb307a5b412234088c1ea --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/gold/src/pipelines/ml_trainer.py @@ -0,0 +1,5 @@ +import logging +from lib.shared_utils import feature_engine + +def train_model(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/gold/test/pipeline_test.py b/shellops/assets/ShellOps_6548cc41a8/gold/test/pipeline_test.py new file mode 100644 index 0000000000000000000000000000000000000000..c2db84b0417969cad9c1984ee5811df78bab9272 --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/gold/test/pipeline_test.py @@ -0,0 +1,3 @@ +from src.pipelines.etl_pipeline import ETLPipeline + +# Test cases \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/gold/updated_imports.txt b/shellops/assets/ShellOps_6548cc41a8/gold/updated_imports.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c7a0139d44cbeda2147254f979e6a7ef97c72af --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/gold/updated_imports.txt @@ -0,0 +1,3 @@ +src/pipelines/etl_pipeline.py +src/pipelines/ml_trainer.py +src/pipelines/legacy/old_pipeline.py diff --git a/shellops/assets/ShellOps_6548cc41a8/init/lib/shared_utils/__init__.py b/shellops/assets/ShellOps_6548cc41a8/init/lib/shared_utils/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..dc494e4aec5ecaec6560d0f0f8767e98a426298b --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/init/lib/shared_utils/__init__.py @@ -0,0 +1 @@ +# Package initialization \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/etl_pipeline.py b/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/etl_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..2f3b41638b9900421a25830c1ee2d81b3003c852 --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/etl_pipeline.py @@ -0,0 +1,4 @@ +from utilities import preprocessor, analyzer + +class ETLPipeline: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/legacy/old_pipeline.py b/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/legacy/old_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..7c31c04b75b58c9e6599c46ff9e9f7c637e48cb0 --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/legacy/old_pipeline.py @@ -0,0 +1,4 @@ +from utilities import deprecated_tools + +class LegacyProcessor: + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/ml_trainer.py b/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/ml_trainer.py new file mode 100644 index 0000000000000000000000000000000000000000..9d23061e41bd664740e14d93f54c9c330d5fe6ab --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/init/src/pipelines/ml_trainer.py @@ -0,0 +1,5 @@ +import logging +from utilities import feature_engine + +def train_model(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_6548cc41a8/init/test/pipeline_test.py b/shellops/assets/ShellOps_6548cc41a8/init/test/pipeline_test.py new file mode 100644 index 0000000000000000000000000000000000000000..c2db84b0417969cad9c1984ee5811df78bab9272 --- /dev/null +++ b/shellops/assets/ShellOps_6548cc41a8/init/test/pipeline_test.py @@ -0,0 +1,3 @@ +from src.pipelines.etl_pipeline import ETLPipeline + +# Test cases \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/benchmarks/.keep b/shellops/assets/ShellOps_656b86f5e3/gold/benchmarks/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/benchmarks/summary_latency.txt b/shellops/assets/ShellOps_656b86f5e3/gold/benchmarks/summary_latency.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0545f851c3940bc5f24368ea66c11b949962293 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/benchmarks/summary_latency.txt @@ -0,0 +1,3 @@ +18.7 +31.2 +42.5 diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/deep/run_004.json b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/deep/run_004.json new file mode 100644 index 0000000000000000000000000000000000000000..8e4328fe729001e3a614e2026bd2cb9e6a6b0008 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/deep/run_004.json @@ -0,0 +1 @@ +{"run_id": "004", "status": "completed", "label": "latency_ms", "measurement": 18.7, "notes": "optimized"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_001.json b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_001.json new file mode 100644 index 0000000000000000000000000000000000000000..2d5de9daf47a3759f9624b2d587e7da31061bdfe --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_001.json @@ -0,0 +1 @@ +{"run_id": "001", "status": "completed", "label": "latency_ms", "measurement": 42.5, "notes": "baseline"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_002.json b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_002.json new file mode 100644 index 0000000000000000000000000000000000000000..86787e064bbfec7cefd9690474146a099e9409b0 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_002.json @@ -0,0 +1 @@ +{"run_id": "002", "status": "skipped", "label": "latency_ms", "measurement": 0.0, "notes": "error in setup"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_003.json b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_003.json new file mode 100644 index 0000000000000000000000000000000000000000..96cd2aa5c81e44f59869a911c36bfb7267d52204 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_003.json @@ -0,0 +1 @@ +{"run_id": "003", "status": "completed", "label": "throughput", "measurement": 1200, "notes": "good throughput"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_005.json b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_005.json new file mode 100644 index 0000000000000000000000000000000000000000..c51459efcb2cd0ff2124d3d8d94f3b84d26abcca --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_005.json @@ -0,0 +1 @@ +{"run_id": "005", "status": "failed", "label": "latency_ms", "measurement": 99.9, "notes": "crashed mid‑run"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_006.json b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_006.json new file mode 100644 index 0000000000000000000000000000000000000000..c864188820aad78ce5ae9c1fd78f063efe3ef2a1 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/gold/experiment_runs/run_006.json @@ -0,0 +1 @@ +{"run_id": "006", "status": "completed", "label": "latency_ms", "measurement": 31.2, "notes": "final iteration"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/init/benchmarks/.keep b/shellops/assets/ShellOps_656b86f5e3/init/benchmarks/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/deep/run_004.json b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/deep/run_004.json new file mode 100644 index 0000000000000000000000000000000000000000..8e4328fe729001e3a614e2026bd2cb9e6a6b0008 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/deep/run_004.json @@ -0,0 +1 @@ +{"run_id": "004", "status": "completed", "label": "latency_ms", "measurement": 18.7, "notes": "optimized"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_001.json b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_001.json new file mode 100644 index 0000000000000000000000000000000000000000..2d5de9daf47a3759f9624b2d587e7da31061bdfe --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_001.json @@ -0,0 +1 @@ +{"run_id": "001", "status": "completed", "label": "latency_ms", "measurement": 42.5, "notes": "baseline"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_002.json b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_002.json new file mode 100644 index 0000000000000000000000000000000000000000..86787e064bbfec7cefd9690474146a099e9409b0 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_002.json @@ -0,0 +1 @@ +{"run_id": "002", "status": "skipped", "label": "latency_ms", "measurement": 0.0, "notes": "error in setup"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_003.json b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_003.json new file mode 100644 index 0000000000000000000000000000000000000000..96cd2aa5c81e44f59869a911c36bfb7267d52204 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_003.json @@ -0,0 +1 @@ +{"run_id": "003", "status": "completed", "label": "throughput", "measurement": 1200, "notes": "good throughput"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_005.json b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_005.json new file mode 100644 index 0000000000000000000000000000000000000000..c51459efcb2cd0ff2124d3d8d94f3b84d26abcca --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_005.json @@ -0,0 +1 @@ +{"run_id": "005", "status": "failed", "label": "latency_ms", "measurement": 99.9, "notes": "crashed mid‑run"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_006.json b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_006.json new file mode 100644 index 0000000000000000000000000000000000000000..c864188820aad78ce5ae9c1fd78f063efe3ef2a1 --- /dev/null +++ b/shellops/assets/ShellOps_656b86f5e3/init/experiment_runs/run_006.json @@ -0,0 +1 @@ +{"run_id": "006", "status": "completed", "label": "latency_ms", "measurement": 31.2, "notes": "final iteration"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_65711a43d1/gold/auth_policy.txt b/shellops/assets/ShellOps_65711a43d1/gold/auth_policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1c0dea24ec66918a584f2015d38a5920d74a94c --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/gold/auth_policy.txt @@ -0,0 +1,6 @@ +client_1001 +client_1002 +client_1003 +client_1004 +client_1005 +client_1006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_65711a43d1/gold/daily_audit.log b/shellops/assets/ShellOps_65711a43d1/gold/daily_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..4c167f92842756c252a543978908ae573670f190 --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/gold/daily_audit.log @@ -0,0 +1,7 @@ +2024-05-18 08:15:22 INFO client_1001 authenticated +2024-05-18 09:03:45 INFO client_1002 authenticated +2024-05-18 10:11:33 WARN client_1002 session timeout +2024-05-18 11:45:09 INFO client_1005 authenticated +2024-05-18 14:22:51 INFO client_1006 authenticated +2024-05-18 15:30:17 ERROR client_1006 connection dropped +2024-05-18 16:05:44 INFO client_1001 reconnected \ No newline at end of file diff --git a/shellops/assets/ShellOps_65711a43d1/gold/missing_clients.txt b/shellops/assets/ShellOps_65711a43d1/gold/missing_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b1deb8ed0ecc282ed0d4b0097b305e35a509d6a --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/gold/missing_clients.txt @@ -0,0 +1,2 @@ +client_1003 +client_1004 diff --git a/shellops/assets/ShellOps_65711a43d1/gold/notes.txt b/shellops/assets/ShellOps_65711a43d1/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..353a0ae07ac1dbbeab67a03451f8bffdb93c9a87 --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/gold/notes.txt @@ -0,0 +1,2 @@ +Policy review scheduled for next week. +Legacy clients to be removed: client_9999 diff --git a/shellops/assets/ShellOps_65711a43d1/init/auth_policy.txt b/shellops/assets/ShellOps_65711a43d1/init/auth_policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1c0dea24ec66918a584f2015d38a5920d74a94c --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/init/auth_policy.txt @@ -0,0 +1,6 @@ +client_1001 +client_1002 +client_1003 +client_1004 +client_1005 +client_1006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_65711a43d1/init/daily_audit.log b/shellops/assets/ShellOps_65711a43d1/init/daily_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..4c167f92842756c252a543978908ae573670f190 --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/init/daily_audit.log @@ -0,0 +1,7 @@ +2024-05-18 08:15:22 INFO client_1001 authenticated +2024-05-18 09:03:45 INFO client_1002 authenticated +2024-05-18 10:11:33 WARN client_1002 session timeout +2024-05-18 11:45:09 INFO client_1005 authenticated +2024-05-18 14:22:51 INFO client_1006 authenticated +2024-05-18 15:30:17 ERROR client_1006 connection dropped +2024-05-18 16:05:44 INFO client_1001 reconnected \ No newline at end of file diff --git a/shellops/assets/ShellOps_65711a43d1/init/notes.txt b/shellops/assets/ShellOps_65711a43d1/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..353a0ae07ac1dbbeab67a03451f8bffdb93c9a87 --- /dev/null +++ b/shellops/assets/ShellOps_65711a43d1/init/notes.txt @@ -0,0 +1,2 @@ +Policy review scheduled for next week. +Legacy clients to be removed: client_9999 diff --git a/shellops/assets/ShellOps_657139e7f3/gold/configs/.keep b/shellops/assets/ShellOps_657139e7f3/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_657139e7f3/gold/configs/app_a.yaml b/shellops/assets/ShellOps_657139e7f3/gold/configs/app_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..daa92f2684c3e52c761bba99b71f1558a880ffa4 --- /dev/null +++ b/shellops/assets/ShellOps_657139e7f3/gold/configs/app_a.yaml @@ -0,0 +1,6 @@ +database_host: localhost +cache_ttl: 3600 +api_timeout: 30 +feature_flags: + - alpha + - beta diff --git a/shellops/assets/ShellOps_657139e7f3/gold/configs/app_b.yaml b/shellops/assets/ShellOps_657139e7f3/gold/configs/app_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a3d6f26ecbc4d066ee706326ce76331dea4b39a --- /dev/null +++ b/shellops/assets/ShellOps_657139e7f3/gold/configs/app_b.yaml @@ -0,0 +1,5 @@ +database_host: 10.0.0.5 +api_timeout: 45 +rate_limit: 1000 +feature_flags: + - gamma diff --git a/shellops/assets/ShellOps_657139e7f3/gold/notes.txt b/shellops/assets/ShellOps_657139e7f3/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f59cf59d9d1808d6436d22b56cefabf5feec1a60 --- /dev/null +++ b/shellops/assets/ShellOps_657139e7f3/gold/notes.txt @@ -0,0 +1 @@ +This file is a distractor and should not be used for the comparison. \ No newline at end of file diff --git a/shellops/assets/ShellOps_657139e7f3/init/configs/.keep b/shellops/assets/ShellOps_657139e7f3/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_657139e7f3/init/configs/app_a.yaml b/shellops/assets/ShellOps_657139e7f3/init/configs/app_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..daa92f2684c3e52c761bba99b71f1558a880ffa4 --- /dev/null +++ b/shellops/assets/ShellOps_657139e7f3/init/configs/app_a.yaml @@ -0,0 +1,6 @@ +database_host: localhost +cache_ttl: 3600 +api_timeout: 30 +feature_flags: + - alpha + - beta diff --git a/shellops/assets/ShellOps_657139e7f3/init/configs/app_b.yaml b/shellops/assets/ShellOps_657139e7f3/init/configs/app_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a3d6f26ecbc4d066ee706326ce76331dea4b39a --- /dev/null +++ b/shellops/assets/ShellOps_657139e7f3/init/configs/app_b.yaml @@ -0,0 +1,5 @@ +database_host: 10.0.0.5 +api_timeout: 45 +rate_limit: 1000 +feature_flags: + - gamma diff --git a/shellops/assets/ShellOps_657139e7f3/init/notes.txt b/shellops/assets/ShellOps_657139e7f3/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f59cf59d9d1808d6436d22b56cefabf5feec1a60 --- /dev/null +++ b/shellops/assets/ShellOps_657139e7f3/init/notes.txt @@ -0,0 +1 @@ +This file is a distractor and should not be used for the comparison. \ No newline at end of file diff --git a/shellops/assets/ShellOps_657bd1c404/gold/docs/.keep b/shellops/assets/ShellOps_657bd1c404/gold/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_657bd1c404/gold/docs/api.rst b/shellops/assets/ShellOps_657bd1c404/gold/docs/api.rst new file mode 100644 index 0000000000000000000000000000000000000000..0dee83605299ef8e20931b02f7816e6f344f7c74 --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/gold/docs/api.rst @@ -0,0 +1,3 @@ +Deprecated Features +------------ +Old API endpoints documentation. diff --git a/shellops/assets/ShellOps_657bd1c404/gold/docs/core_concepts.rst b/shellops/assets/ShellOps_657bd1c404/gold/docs/core_concepts.rst new file mode 100644 index 0000000000000000000000000000000000000000..0ccba31c6253d6679945e854bc4120cff0b74f25 --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/gold/docs/core_concepts.rst @@ -0,0 +1,3 @@ +Deprecated Features +------------ +This section covers deprecated methods. diff --git a/shellops/assets/ShellOps_657bd1c404/gold/docs/migration_guide.rst b/shellops/assets/ShellOps_657bd1c404/gold/docs/migration_guide.rst new file mode 100644 index 0000000000000000000000000000000000000000..077390c934966da1308dd188b729ed1afc2a6745 --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/gold/docs/migration_guide.rst @@ -0,0 +1,3 @@ +Deprecated Features +------------ +Outdated syntax examples here. diff --git a/shellops/assets/ShellOps_657bd1c404/gold/docs/troubleshooting.rst b/shellops/assets/ShellOps_657bd1c404/gold/docs/troubleshooting.rst new file mode 100644 index 0000000000000000000000000000000000000000..978db039c3371c46a91ea022e00dc40a0403755a --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/gold/docs/troubleshooting.rst @@ -0,0 +1,3 @@ +Common Issues +------------ +Debugging tips for current features. diff --git a/shellops/assets/ShellOps_657bd1c404/gold/updates.log b/shellops/assets/ShellOps_657bd1c404/gold/updates.log new file mode 100644 index 0000000000000000000000000000000000000000..c91f1ad27a86f10a88caf105f059a777807354c2 --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/gold/updates.log @@ -0,0 +1,3 @@ +docs/api.rst +docs/core_concepts.rst +docs/migration_guide.rst diff --git a/shellops/assets/ShellOps_657bd1c404/init/docs/.keep b/shellops/assets/ShellOps_657bd1c404/init/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_657bd1c404/init/docs/api.rst b/shellops/assets/ShellOps_657bd1c404/init/docs/api.rst new file mode 100644 index 0000000000000000000000000000000000000000..8d225e57f35381ebdae2220a524079c8a20402b7 --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/init/docs/api.rst @@ -0,0 +1,3 @@ +Legacy Syntax +------------ +Old API endpoints documentation. diff --git a/shellops/assets/ShellOps_657bd1c404/init/docs/core_concepts.rst b/shellops/assets/ShellOps_657bd1c404/init/docs/core_concepts.rst new file mode 100644 index 0000000000000000000000000000000000000000..fe1722c3fa3cdebcd3225284912f028b72d2fb7b --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/init/docs/core_concepts.rst @@ -0,0 +1,3 @@ +Legacy Syntax +------------ +This section covers deprecated methods. diff --git a/shellops/assets/ShellOps_657bd1c404/init/docs/migration_guide.rst b/shellops/assets/ShellOps_657bd1c404/init/docs/migration_guide.rst new file mode 100644 index 0000000000000000000000000000000000000000..222aa74ba0f725135eb3afd80e94123d1429b48b --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/init/docs/migration_guide.rst @@ -0,0 +1,3 @@ +Legacy Syntax +------------ +Outdated syntax examples here. diff --git a/shellops/assets/ShellOps_657bd1c404/init/docs/troubleshooting.rst b/shellops/assets/ShellOps_657bd1c404/init/docs/troubleshooting.rst new file mode 100644 index 0000000000000000000000000000000000000000..978db039c3371c46a91ea022e00dc40a0403755a --- /dev/null +++ b/shellops/assets/ShellOps_657bd1c404/init/docs/troubleshooting.rst @@ -0,0 +1,3 @@ +Common Issues +------------ +Debugging tips for current features. diff --git a/shellops/assets/ShellOps_6591f1d705/gold/discrepancies.txt b/shellops/assets/ShellOps_6591f1d705/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e0b09806ce2c76b314b39cad9380308ed6630ef --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/gold/discrepancies.txt @@ -0,0 +1 @@ +DEV004 missing_from_master diff --git a/shellops/assets/ShellOps_6591f1d705/gold/master_registry.xml b/shellops/assets/ShellOps_6591f1d705/gold/master_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..360a2a31e604f48ae6fa80edfcf1fec5a9f19ada --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/gold/master_registry.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_6591f1d705/gold/notes.md b/shellops/assets/ShellOps_6591f1d705/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..77777988681ce8e30adeb3c51ac4c7abe76f16d7 --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/gold/notes.md @@ -0,0 +1 @@ +DEV004 was reported offline last week but still appears in runtime manifests. diff --git a/shellops/assets/ShellOps_6591f1d705/gold/runtime_devices.txt b/shellops/assets/ShellOps_6591f1d705/gold/runtime_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ed933a42f17c49dd54bd3cd75300270ff7233ae --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/gold/runtime_devices.txt @@ -0,0 +1,5 @@ +DEV001 +DEV002 +DEV003 +DEV004 +DEV005 diff --git a/shellops/assets/ShellOps_6591f1d705/init/master_registry.xml b/shellops/assets/ShellOps_6591f1d705/init/master_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..360a2a31e604f48ae6fa80edfcf1fec5a9f19ada --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/init/master_registry.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_6591f1d705/init/notes.md b/shellops/assets/ShellOps_6591f1d705/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..77777988681ce8e30adeb3c51ac4c7abe76f16d7 --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/init/notes.md @@ -0,0 +1 @@ +DEV004 was reported offline last week but still appears in runtime manifests. diff --git a/shellops/assets/ShellOps_6591f1d705/init/runtime_devices.txt b/shellops/assets/ShellOps_6591f1d705/init/runtime_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ed933a42f17c49dd54bd3cd75300270ff7233ae --- /dev/null +++ b/shellops/assets/ShellOps_6591f1d705/init/runtime_devices.txt @@ -0,0 +1,5 @@ +DEV001 +DEV002 +DEV003 +DEV004 +DEV005 diff --git a/shellops/assets/ShellOps_65b1e49529/gold/compliance/report.out b/shellops/assets/ShellOps_65b1e49529/gold/compliance/report.out new file mode 100644 index 0000000000000000000000000000000000000000..3117430ffa2932664dca6e4e5823be983fcf97e2 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/gold/compliance/report.out @@ -0,0 +1 @@ +src/main/example/Example.java diff --git a/shellops/assets/ShellOps_65b1e49529/gold/src/main/example/Example.java b/shellops/assets/ShellOps_65b1e49529/gold/src/main/example/Example.java new file mode 100644 index 0000000000000000000000000000000000000000..b0203dd18d755c78633e081866bfb4711fc2e802 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/gold/src/main/example/Example.java @@ -0,0 +1,4 @@ +// Copyright 2024 Example Corp +package example; + +public class Example {} diff --git a/shellops/assets/ShellOps_65b1e49529/gold/src/main/utils/StringHelper.java b/shellops/assets/ShellOps_65b1e49529/gold/src/main/utils/StringHelper.java new file mode 100644 index 0000000000000000000000000000000000000000..a3bf16749218097ea207f18259cee140be14b325 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/gold/src/main/utils/StringHelper.java @@ -0,0 +1,4 @@ +// Licensed under Apache 2.0 +package utils; + +public class StringHelper {} diff --git a/shellops/assets/ShellOps_65b1e49529/gold/src/test/example/ExampleTest.java b/shellops/assets/ShellOps_65b1e49529/gold/src/test/example/ExampleTest.java new file mode 100644 index 0000000000000000000000000000000000000000..8055cb21489b34d8dde8ebc587ef872a5af2ab74 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/gold/src/test/example/ExampleTest.java @@ -0,0 +1,6 @@ +// Licensed under Apache 2.0 +package example; + +import org.junit.Test; + +public class ExampleTest {} diff --git a/shellops/assets/ShellOps_65b1e49529/init/src/main/example/Example.java b/shellops/assets/ShellOps_65b1e49529/init/src/main/example/Example.java new file mode 100644 index 0000000000000000000000000000000000000000..b0203dd18d755c78633e081866bfb4711fc2e802 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/init/src/main/example/Example.java @@ -0,0 +1,4 @@ +// Copyright 2024 Example Corp +package example; + +public class Example {} diff --git a/shellops/assets/ShellOps_65b1e49529/init/src/main/utils/StringHelper.java b/shellops/assets/ShellOps_65b1e49529/init/src/main/utils/StringHelper.java new file mode 100644 index 0000000000000000000000000000000000000000..a3bf16749218097ea207f18259cee140be14b325 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/init/src/main/utils/StringHelper.java @@ -0,0 +1,4 @@ +// Licensed under Apache 2.0 +package utils; + +public class StringHelper {} diff --git a/shellops/assets/ShellOps_65b1e49529/init/src/test/example/ExampleTest.java b/shellops/assets/ShellOps_65b1e49529/init/src/test/example/ExampleTest.java new file mode 100644 index 0000000000000000000000000000000000000000..8055cb21489b34d8dde8ebc587ef872a5af2ab74 --- /dev/null +++ b/shellops/assets/ShellOps_65b1e49529/init/src/test/example/ExampleTest.java @@ -0,0 +1,6 @@ +// Licensed under Apache 2.0 +package example; + +import org.junit.Test; + +public class ExampleTest {} diff --git a/shellops/assets/ShellOps_65cd3c728d/gold/devices/.keep b/shellops/assets/ShellOps_65cd3c728d/gold/devices/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_65cd3c728d/gold/devices/alpha.json b/shellops/assets/ShellOps_65cd3c728d/gold/devices/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..e77a1c948a5f9d4e858af67a45dd8a7808fba85b --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/gold/devices/alpha.json @@ -0,0 +1,4 @@ +{ + "model": "alpha-1000", + "features": ["wifi", "bluetooth"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/gold/devices/beta.json b/shellops/assets/ShellOps_65cd3c728d/gold/devices/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..e396439723240c78d392766b052a25a3fa0217d6 --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/gold/devices/beta.json @@ -0,0 +1,4 @@ +{ + "model": "beta-2000", + "features": ["wifi", "gps"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/gold/devices/gamma.json b/shellops/assets/ShellOps_65cd3c728d/gold/devices/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a9225d65dbff486dabfdfb54f7a28426458df85d --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/gold/devices/gamma.json @@ -0,0 +1,4 @@ +{ + "model": "gamma-3000", + "features": ["bluetooth", "gps"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/gold/devices/zeta.json b/shellops/assets/ShellOps_65cd3c728d/gold/devices/zeta.json new file mode 100644 index 0000000000000000000000000000000000000000..a22916020c5c17a68f16e72679347e4297ce0bd2 --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/gold/devices/zeta.json @@ -0,0 +1,4 @@ +{ + "model": "zeta-9000", + "features": ["wifi"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/gold/supported_models.txt b/shellops/assets/ShellOps_65cd3c728d/gold/supported_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b49d349d92ce26f090283fb1af24d97723ea1d8 --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/gold/supported_models.txt @@ -0,0 +1,5 @@ +alpha-1000 +beta-2000 +gamma-3000 +delta-4000 +epsilon-5000 diff --git a/shellops/assets/ShellOps_65cd3c728d/init/devices/.keep b/shellops/assets/ShellOps_65cd3c728d/init/devices/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_65cd3c728d/init/devices/alpha.json b/shellops/assets/ShellOps_65cd3c728d/init/devices/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..e77a1c948a5f9d4e858af67a45dd8a7808fba85b --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/init/devices/alpha.json @@ -0,0 +1,4 @@ +{ + "model": "alpha-1000", + "features": ["wifi", "bluetooth"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/init/devices/beta.json b/shellops/assets/ShellOps_65cd3c728d/init/devices/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..e396439723240c78d392766b052a25a3fa0217d6 --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/init/devices/beta.json @@ -0,0 +1,4 @@ +{ + "model": "beta-2000", + "features": ["wifi", "gps"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/init/devices/gamma.json b/shellops/assets/ShellOps_65cd3c728d/init/devices/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a9225d65dbff486dabfdfb54f7a28426458df85d --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/init/devices/gamma.json @@ -0,0 +1,4 @@ +{ + "model": "gamma-3000", + "features": ["bluetooth", "gps"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/init/devices/zeta.json b/shellops/assets/ShellOps_65cd3c728d/init/devices/zeta.json new file mode 100644 index 0000000000000000000000000000000000000000..a22916020c5c17a68f16e72679347e4297ce0bd2 --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/init/devices/zeta.json @@ -0,0 +1,4 @@ +{ + "model": "zeta-9000", + "features": ["wifi"] +} diff --git a/shellops/assets/ShellOps_65cd3c728d/init/supported_models.txt b/shellops/assets/ShellOps_65cd3c728d/init/supported_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b49d349d92ce26f090283fb1af24d97723ea1d8 --- /dev/null +++ b/shellops/assets/ShellOps_65cd3c728d/init/supported_models.txt @@ -0,0 +1,5 @@ +alpha-1000 +beta-2000 +gamma-3000 +delta-4000 +epsilon-5000 diff --git a/shellops/assets/ShellOps_66011db364/gold/approved_devices.txt b/shellops/assets/ShellOps_66011db364/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9452ac5701fbf12234f401ab08b389c9137f85fb --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/approved_devices.txt @@ -0,0 +1,2 @@ +dev_001 +dev_002 diff --git a/shellops/assets/ShellOps_66011db364/gold/notes/draft.md b/shellops/assets/ShellOps_66011db364/gold/notes/draft.md new file mode 100644 index 0000000000000000000000000000000000000000..0566c9dbc80dcac2b62c95dbe902292654e9cdfa --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/notes/draft.md @@ -0,0 +1 @@ +Preliminary notes on device statuses. diff --git a/shellops/assets/ShellOps_66011db364/gold/suppressions.txt b/shellops/assets/ShellOps_66011db364/gold/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..041a92ae0f58cfb29125e5d42165c6f5f8b847e7 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/suppressions.txt @@ -0,0 +1 @@ +dev_004 diff --git a/shellops/assets/ShellOps_66011db364/gold/telemetry/device_alpha.json b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f60e1b76c7421c09d4f96feb3a34614f0e6d3fe1 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "status": "approved", + "location": "lab_a" +} diff --git a/shellops/assets/ShellOps_66011db364/gold/telemetry/device_beta.json b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..201c770cdebae0b0f988cfd4fb6c589a8a63e676 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "status": "approved", + "location": "lab_b" +} diff --git a/shellops/assets/ShellOps_66011db364/gold/telemetry/device_delta.json b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..a1975b4ae0b8ce6716c76918d151f4478a87e62c --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "status": "approved", + "location": "lab_d" +} diff --git a/shellops/assets/ShellOps_66011db364/gold/telemetry/device_gamma.json b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..b0c6cba9928eac16f38892904be468afe74b5dd8 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/gold/telemetry/device_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "status": "quarantined", + "location": "lab_c" +} diff --git a/shellops/assets/ShellOps_66011db364/init/notes/draft.md b/shellops/assets/ShellOps_66011db364/init/notes/draft.md new file mode 100644 index 0000000000000000000000000000000000000000..0566c9dbc80dcac2b62c95dbe902292654e9cdfa --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/init/notes/draft.md @@ -0,0 +1 @@ +Preliminary notes on device statuses. diff --git a/shellops/assets/ShellOps_66011db364/init/suppressions.txt b/shellops/assets/ShellOps_66011db364/init/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..041a92ae0f58cfb29125e5d42165c6f5f8b847e7 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/init/suppressions.txt @@ -0,0 +1 @@ +dev_004 diff --git a/shellops/assets/ShellOps_66011db364/init/telemetry/device_alpha.json b/shellops/assets/ShellOps_66011db364/init/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f60e1b76c7421c09d4f96feb3a34614f0e6d3fe1 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/init/telemetry/device_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "status": "approved", + "location": "lab_a" +} diff --git a/shellops/assets/ShellOps_66011db364/init/telemetry/device_beta.json b/shellops/assets/ShellOps_66011db364/init/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..201c770cdebae0b0f988cfd4fb6c589a8a63e676 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/init/telemetry/device_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "status": "approved", + "location": "lab_b" +} diff --git a/shellops/assets/ShellOps_66011db364/init/telemetry/device_delta.json b/shellops/assets/ShellOps_66011db364/init/telemetry/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..a1975b4ae0b8ce6716c76918d151f4478a87e62c --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/init/telemetry/device_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "status": "approved", + "location": "lab_d" +} diff --git a/shellops/assets/ShellOps_66011db364/init/telemetry/device_gamma.json b/shellops/assets/ShellOps_66011db364/init/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..b0c6cba9928eac16f38892904be468afe74b5dd8 --- /dev/null +++ b/shellops/assets/ShellOps_66011db364/init/telemetry/device_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "status": "quarantined", + "location": "lab_c" +} diff --git a/shellops/assets/ShellOps_66031d0fd3/gold/stages/.keep b/shellops/assets/ShellOps_66031d0fd3/gold/stages/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_66031d0fd3/gold/stages/main_stage.md b/shellops/assets/ShellOps_66031d0fd3/gold/stages/main_stage.md new file mode 100644 index 0000000000000000000000000000000000000000..396bbb67c67d48f5d8726c7659774b11c1dbe64b --- /dev/null +++ b/shellops/assets/ShellOps_66031d0fd3/gold/stages/main_stage.md @@ -0,0 +1,6 @@ +* Artist: The Cloud Gatherers + * Time: 18:00 +* Artist: Neon Rivers + * Time: 19:30 +* Artist: Echo Horizon + * Time: 21:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_66031d0fd3/gold/stages/secondary_stage.md b/shellops/assets/ShellOps_66031d0fd3/gold/stages/secondary_stage.md new file mode 100644 index 0000000000000000000000000000000000000000..386af832d29fa88c278a7ac9e2a33b364c814a68 --- /dev/null +++ b/shellops/assets/ShellOps_66031d0fd3/gold/stages/secondary_stage.md @@ -0,0 +1,6 @@ +* Artist: The Cloud Gatherers + * Time: 17:30 +* Artist: Lunar Circuit + * Time: 19:00 +* Artist: Echo Horizon + * Time: 20:30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_66031d0fd3/init/stages/.keep b/shellops/assets/ShellOps_66031d0fd3/init/stages/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_66031d0fd3/init/stages/main_stage.md b/shellops/assets/ShellOps_66031d0fd3/init/stages/main_stage.md new file mode 100644 index 0000000000000000000000000000000000000000..396bbb67c67d48f5d8726c7659774b11c1dbe64b --- /dev/null +++ b/shellops/assets/ShellOps_66031d0fd3/init/stages/main_stage.md @@ -0,0 +1,6 @@ +* Artist: The Cloud Gatherers + * Time: 18:00 +* Artist: Neon Rivers + * Time: 19:30 +* Artist: Echo Horizon + * Time: 21:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_66031d0fd3/init/stages/secondary_stage.md b/shellops/assets/ShellOps_66031d0fd3/init/stages/secondary_stage.md new file mode 100644 index 0000000000000000000000000000000000000000..386af832d29fa88c278a7ac9e2a33b364c814a68 --- /dev/null +++ b/shellops/assets/ShellOps_66031d0fd3/init/stages/secondary_stage.md @@ -0,0 +1,6 @@ +* Artist: The Cloud Gatherers + * Time: 17:30 +* Artist: Lunar Circuit + * Time: 19:00 +* Artist: Echo Horizon + * Time: 20:30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_66078d633c/gold/allocations.psv b/shellops/assets/ShellOps_66078d633c/gold/allocations.psv new file mode 100644 index 0000000000000000000000000000000000000000..b19cb102f40b7a804337e56296d1eaafd383aeee --- /dev/null +++ b/shellops/assets/ShellOps_66078d633c/gold/allocations.psv @@ -0,0 +1,5 @@ +Asset|Ticker|Sector|Weight +Equity|EQ001|Technology|15.2 +Bond|BD045|Utilities|8.7 +Equity|EQ998|Healthcare|12.1 +Commodity|CM112|Energy|5.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_66078d633c/gold/exposures.txt b/shellops/assets/ShellOps_66078d633c/gold/exposures.txt new file mode 100644 index 0000000000000000000000000000000000000000..698aad95c0f431c650fcd13602f7da389e46b55c --- /dev/null +++ b/shellops/assets/ShellOps_66078d633c/gold/exposures.txt @@ -0,0 +1,5 @@ +Industrials +Technology +Healthcare +Consumer Discretionary +Utilities \ No newline at end of file diff --git a/shellops/assets/ShellOps_66078d633c/gold/gaps.tsv b/shellops/assets/ShellOps_66078d633c/gold/gaps.tsv new file mode 100644 index 0000000000000000000000000000000000000000..21d21c5bb42481fa7d4d9a23dbc30cda574cdd7f --- /dev/null +++ b/shellops/assets/ShellOps_66078d633c/gold/gaps.tsv @@ -0,0 +1,3 @@ +Sector +Consumer Discretionary +Industrials diff --git a/shellops/assets/ShellOps_66078d633c/init/allocations.psv b/shellops/assets/ShellOps_66078d633c/init/allocations.psv new file mode 100644 index 0000000000000000000000000000000000000000..b19cb102f40b7a804337e56296d1eaafd383aeee --- /dev/null +++ b/shellops/assets/ShellOps_66078d633c/init/allocations.psv @@ -0,0 +1,5 @@ +Asset|Ticker|Sector|Weight +Equity|EQ001|Technology|15.2 +Bond|BD045|Utilities|8.7 +Equity|EQ998|Healthcare|12.1 +Commodity|CM112|Energy|5.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_66078d633c/init/exposures.txt b/shellops/assets/ShellOps_66078d633c/init/exposures.txt new file mode 100644 index 0000000000000000000000000000000000000000..698aad95c0f431c650fcd13602f7da389e46b55c --- /dev/null +++ b/shellops/assets/ShellOps_66078d633c/init/exposures.txt @@ -0,0 +1,5 @@ +Industrials +Technology +Healthcare +Consumer Discretionary +Utilities \ No newline at end of file diff --git a/shellops/assets/ShellOps_664363f348/gold/customers.csv b/shellops/assets/ShellOps_664363f348/gold/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..ae1a3b676987fcccefeb1dcc721885fd8e94aeae --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/gold/customers.csv @@ -0,0 +1,11 @@ +id,name +101,Acme Corp +102,Globex Inc +103,Initech +104,Umbrella Co +105,Soylent +106,Hooli +107,Stark Industries +108,Oscorp +109,Wonka Industries +110,Vandelay Industries \ No newline at end of file diff --git a/shellops/assets/ShellOps_664363f348/gold/notes.txt b/shellops/assets/ShellOps_664363f348/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7a1e701c3aff1d209e32b66b998678422e6cce7 --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/gold/notes.txt @@ -0,0 +1,2 @@ +Ignore this file; it's a distractor for testing. +Some random IDs: 999, 777, 12345 \ No newline at end of file diff --git a/shellops/assets/ShellOps_664363f348/gold/reports/.keep b/shellops/assets/ShellOps_664363f348/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_664363f348/gold/reports/missing_from_support.txt b/shellops/assets/ShellOps_664363f348/gold/reports/missing_from_support.txt new file mode 100644 index 0000000000000000000000000000000000000000..160df1de829ae237404917c34da1f2e33bc75282 --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/gold/reports/missing_from_support.txt @@ -0,0 +1,4 @@ +103 +104 +106 +109 diff --git a/shellops/assets/ShellOps_664363f348/gold/support_q3.ndjson b/shellops/assets/ShellOps_664363f348/gold/support_q3.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..b59a87fc8acf0864f72fa7f4a70175ef35555576 --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/gold/support_q3.ndjson @@ -0,0 +1,7 @@ +{"ticket_id":"T-1001","account_id":102,"severity":"high","created":"2024-07-12"} +{"ticket_id":"T-1002","account_id":101,"severity":"medium","created":"2024-07-14"} +{"ticket_id":"T-1003","account_id":105,"severity":"low","created":"2024-07-20"} +{"ticket_id":"T-1004","account_id":108,"severity":"high","created":"2024-07-22"} +{"ticket_id":"T-1005","account_id":110,"severity":"medium","created":"2024-07-25"} +{"ticket_id":"T-1006","account_id":102,"severity":"low","created":"2024-08-01"} +{"ticket_id":"T-1007","account_id":107,"severity":"high","created":"2024-08-05"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_664363f348/init/customers.csv b/shellops/assets/ShellOps_664363f348/init/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..ae1a3b676987fcccefeb1dcc721885fd8e94aeae --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/init/customers.csv @@ -0,0 +1,11 @@ +id,name +101,Acme Corp +102,Globex Inc +103,Initech +104,Umbrella Co +105,Soylent +106,Hooli +107,Stark Industries +108,Oscorp +109,Wonka Industries +110,Vandelay Industries \ No newline at end of file diff --git a/shellops/assets/ShellOps_664363f348/init/notes.txt b/shellops/assets/ShellOps_664363f348/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7a1e701c3aff1d209e32b66b998678422e6cce7 --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/init/notes.txt @@ -0,0 +1,2 @@ +Ignore this file; it's a distractor for testing. +Some random IDs: 999, 777, 12345 \ No newline at end of file diff --git a/shellops/assets/ShellOps_664363f348/init/reports/.keep b/shellops/assets/ShellOps_664363f348/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_664363f348/init/support_q3.ndjson b/shellops/assets/ShellOps_664363f348/init/support_q3.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..b59a87fc8acf0864f72fa7f4a70175ef35555576 --- /dev/null +++ b/shellops/assets/ShellOps_664363f348/init/support_q3.ndjson @@ -0,0 +1,7 @@ +{"ticket_id":"T-1001","account_id":102,"severity":"high","created":"2024-07-12"} +{"ticket_id":"T-1002","account_id":101,"severity":"medium","created":"2024-07-14"} +{"ticket_id":"T-1003","account_id":105,"severity":"low","created":"2024-07-20"} +{"ticket_id":"T-1004","account_id":108,"severity":"high","created":"2024-07-22"} +{"ticket_id":"T-1005","account_id":110,"severity":"medium","created":"2024-07-25"} +{"ticket_id":"T-1006","account_id":102,"severity":"low","created":"2024-08-01"} +{"ticket_id":"T-1007","account_id":107,"severity":"high","created":"2024-08-05"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/out/confirmed_devices.txt b/shellops/assets/ShellOps_664f2fbe86/gold/out/confirmed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a6c041176f5519933e6945ab2b2ccb7817a02a9 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/gold/out/confirmed_devices.txt @@ -0,0 +1,2 @@ +bravo +delta diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/skip_devices.txt b/shellops/assets/ShellOps_664f2fbe86/gold/skip_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b5861158d980bc090e1fd3776d5f90da85c07ac --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/gold/skip_devices.txt @@ -0,0 +1,2 @@ +charlie +alpha diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_alpha.json b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..028c9e3074ad468642d152020f142de860f7d931 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_alpha.json @@ -0,0 +1,4 @@ +[ + { "device_id": "alpha", "active_status": "unverified", "value": 42.0 }, + { "device_id": "alpha", "active_status": "confirmed", "value": 88.1 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_bravo.json b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_bravo.json new file mode 100644 index 0000000000000000000000000000000000000000..82a09a8e1f260b910e7e02201841d23b90406486 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_bravo.json @@ -0,0 +1,4 @@ +[ + { "device_id": "bravo", "active_status": "confirmed", "value": 12.3 }, + { "device_id": "bravo", "active_status": "confirmed", "value": 56.7 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_broken.json b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_broken.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_charlie.json b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..7db6d11e986d5e5a81f6d520494ca3044b9606f2 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_charlie.json @@ -0,0 +1,3 @@ +[ + { "device_id": "charlie", "active_status": "pending", "value": 1.0 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_delta.json b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..28cee4397433238d10e3be341956562b64df76ea --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/gold/sources/device_delta.json @@ -0,0 +1,3 @@ +[ + { "device_id": "delta", "active_status": "confirmed", "value": 99.9 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/init/skip_devices.txt b/shellops/assets/ShellOps_664f2fbe86/init/skip_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b5861158d980bc090e1fd3776d5f90da85c07ac --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/init/skip_devices.txt @@ -0,0 +1,2 @@ +charlie +alpha diff --git a/shellops/assets/ShellOps_664f2fbe86/init/sources/device_alpha.json b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..028c9e3074ad468642d152020f142de860f7d931 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_alpha.json @@ -0,0 +1,4 @@ +[ + { "device_id": "alpha", "active_status": "unverified", "value": 42.0 }, + { "device_id": "alpha", "active_status": "confirmed", "value": 88.1 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/init/sources/device_bravo.json b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_bravo.json new file mode 100644 index 0000000000000000000000000000000000000000..82a09a8e1f260b910e7e02201841d23b90406486 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_bravo.json @@ -0,0 +1,4 @@ +[ + { "device_id": "bravo", "active_status": "confirmed", "value": 12.3 }, + { "device_id": "bravo", "active_status": "confirmed", "value": 56.7 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/init/sources/device_broken.json b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_broken.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_664f2fbe86/init/sources/device_charlie.json b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..7db6d11e986d5e5a81f6d520494ca3044b9606f2 --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_charlie.json @@ -0,0 +1,3 @@ +[ + { "device_id": "charlie", "active_status": "pending", "value": 1.0 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_664f2fbe86/init/sources/device_delta.json b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..28cee4397433238d10e3be341956562b64df76ea --- /dev/null +++ b/shellops/assets/ShellOps_664f2fbe86/init/sources/device_delta.json @@ -0,0 +1,3 @@ +[ + { "device_id": "delta", "active_status": "confirmed", "value": 99.9 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6670027770/gold/app_configs/service_a.cnf b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_a.cnf new file mode 100644 index 0000000000000000000000000000000000000000..798f44bf1d73db6d88e1f2dbeb6781e6a6a34070 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_a.cnf @@ -0,0 +1,2 @@ +[thread_pool] +max_threads=10 diff --git a/shellops/assets/ShellOps_6670027770/gold/app_configs/service_b.cnf b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_b.cnf new file mode 100644 index 0000000000000000000000000000000000000000..769ddfa89a419c13111c3b3993164d45ff6e8925 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_b.cnf @@ -0,0 +1,2 @@ +[thread_pool] +max_threads=20 diff --git a/shellops/assets/ShellOps_6670027770/gold/app_configs/service_c.cnf b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_c.cnf new file mode 100644 index 0000000000000000000000000000000000000000..25c9e3fd7fe37d72e631aeee942cd3914a8cf6f3 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_c.cnf @@ -0,0 +1,2 @@ +[thread_pool] +max_threads=15 diff --git a/shellops/assets/ShellOps_6670027770/gold/app_configs/service_d.cnf b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_d.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f471ecba67fb4bcdae08bfbd795f9a719a3b24e4 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/gold/app_configs/service_d.cnf @@ -0,0 +1,2 @@ +[network] +port=8080 diff --git a/shellops/assets/ShellOps_6670027770/gold/thread_pool_unified.cfg b/shellops/assets/ShellOps_6670027770/gold/thread_pool_unified.cfg new file mode 100644 index 0000000000000000000000000000000000000000..209e3ef4b6247ce746048d5711befda46206d235 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/gold/thread_pool_unified.cfg @@ -0,0 +1 @@ +20 diff --git a/shellops/assets/ShellOps_6670027770/init/app_configs/service_a.cnf b/shellops/assets/ShellOps_6670027770/init/app_configs/service_a.cnf new file mode 100644 index 0000000000000000000000000000000000000000..798f44bf1d73db6d88e1f2dbeb6781e6a6a34070 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/init/app_configs/service_a.cnf @@ -0,0 +1,2 @@ +[thread_pool] +max_threads=10 diff --git a/shellops/assets/ShellOps_6670027770/init/app_configs/service_b.cnf b/shellops/assets/ShellOps_6670027770/init/app_configs/service_b.cnf new file mode 100644 index 0000000000000000000000000000000000000000..769ddfa89a419c13111c3b3993164d45ff6e8925 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/init/app_configs/service_b.cnf @@ -0,0 +1,2 @@ +[thread_pool] +max_threads=20 diff --git a/shellops/assets/ShellOps_6670027770/init/app_configs/service_c.cnf b/shellops/assets/ShellOps_6670027770/init/app_configs/service_c.cnf new file mode 100644 index 0000000000000000000000000000000000000000..25c9e3fd7fe37d72e631aeee942cd3914a8cf6f3 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/init/app_configs/service_c.cnf @@ -0,0 +1,2 @@ +[thread_pool] +max_threads=15 diff --git a/shellops/assets/ShellOps_6670027770/init/app_configs/service_d.cnf b/shellops/assets/ShellOps_6670027770/init/app_configs/service_d.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f471ecba67fb4bcdae08bfbd795f9a719a3b24e4 --- /dev/null +++ b/shellops/assets/ShellOps_6670027770/init/app_configs/service_d.cnf @@ -0,0 +1,2 @@ +[network] +port=8080 diff --git a/shellops/assets/ShellOps_6698dd87c3/gold/active_nodes.routes b/shellops/assets/ShellOps_6698dd87c3/gold/active_nodes.routes new file mode 100644 index 0000000000000000000000000000000000000000..8ef3b1144f30a906d9601bf5f867a46ff9ef9d8b --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/gold/active_nodes.routes @@ -0,0 +1,4 @@ +node-bravo +node-charlie +node-echo +node-foxtrot diff --git a/shellops/assets/ShellOps_6698dd87c3/gold/deploy/legacy_nodes.txt b/shellops/assets/ShellOps_6698dd87c3/gold/deploy/legacy_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0f5a1674c0f6a9243c450c95b815d0d56a9451c --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/gold/deploy/legacy_nodes.txt @@ -0,0 +1,9 @@ +# Legacy deployment plan nodes (some may be decommissioned) +node-bravo +node-charlie +node-echo +node-foxtrot +node-india +node-juliet +node-kilo +node-lima diff --git a/shellops/assets/ShellOps_6698dd87c3/gold/notes/keep_active.md b/shellops/assets/ShellOps_6698dd87c3/gold/notes/keep_active.md new file mode 100644 index 0000000000000000000000000000000000000000..018df01f801b4030d6deeedace40b1b99e9761ea --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/gold/notes/keep_active.md @@ -0,0 +1,3 @@ +# Keep these nodes active for migration continuity +node-bravo +node-echo diff --git a/shellops/assets/ShellOps_6698dd87c3/gold/routing/nodes_approved.cnf b/shellops/assets/ShellOps_6698dd87c3/gold/routing/nodes_approved.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3727364cb00d473665129b651b8587c75742fb0b --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/gold/routing/nodes_approved.cnf @@ -0,0 +1,10 @@ +# Approved routing nodes list 2025-01 +node-alfa 10.0.1.1 priority=5 +node-bravo 10.0.1.2 priority=3 +node-charlie 10.0.1.3 priority=9 +node-delta 10.0.1.4 priority=2 +node-echo 10.0.1.5 priority=7 +# Temporary fallback +node-foxtrot 10.0.1.6 priority=1 +node-golf 10.0.1.7 priority=4 +node-hotel 10.0.1.8 priority=6 diff --git a/shellops/assets/ShellOps_6698dd87c3/init/deploy/legacy_nodes.txt b/shellops/assets/ShellOps_6698dd87c3/init/deploy/legacy_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0f5a1674c0f6a9243c450c95b815d0d56a9451c --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/init/deploy/legacy_nodes.txt @@ -0,0 +1,9 @@ +# Legacy deployment plan nodes (some may be decommissioned) +node-bravo +node-charlie +node-echo +node-foxtrot +node-india +node-juliet +node-kilo +node-lima diff --git a/shellops/assets/ShellOps_6698dd87c3/init/notes/keep_active.md b/shellops/assets/ShellOps_6698dd87c3/init/notes/keep_active.md new file mode 100644 index 0000000000000000000000000000000000000000..018df01f801b4030d6deeedace40b1b99e9761ea --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/init/notes/keep_active.md @@ -0,0 +1,3 @@ +# Keep these nodes active for migration continuity +node-bravo +node-echo diff --git a/shellops/assets/ShellOps_6698dd87c3/init/routing/nodes_approved.cnf b/shellops/assets/ShellOps_6698dd87c3/init/routing/nodes_approved.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3727364cb00d473665129b651b8587c75742fb0b --- /dev/null +++ b/shellops/assets/ShellOps_6698dd87c3/init/routing/nodes_approved.cnf @@ -0,0 +1,10 @@ +# Approved routing nodes list 2025-01 +node-alfa 10.0.1.1 priority=5 +node-bravo 10.0.1.2 priority=3 +node-charlie 10.0.1.3 priority=9 +node-delta 10.0.1.4 priority=2 +node-echo 10.0.1.5 priority=7 +# Temporary fallback +node-foxtrot 10.0.1.6 priority=1 +node-golf 10.0.1.7 priority=4 +node-hotel 10.0.1.8 priority=6 diff --git a/shellops/assets/ShellOps_672d222f2c/gold/active_control.list b/shellops/assets/ShellOps_672d222f2c/gold/active_control.list new file mode 100644 index 0000000000000000000000000000000000000000..cb2fd15688ad396e94abc7431988898d0ad4bd1b --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/gold/active_control.list @@ -0,0 +1 @@ +C001-DEV diff --git a/shellops/assets/ShellOps_672d222f2c/gold/configs/container_blueprint.json b/shellops/assets/ShellOps_672d222f2c/gold/configs/container_blueprint.json new file mode 100644 index 0000000000000000000000000000000000000000..ebfddedf6aebc8b0b4c6e0ecd0d5b4e32a54d8fc --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/gold/configs/container_blueprint.json @@ -0,0 +1,8 @@ +{ + "version": "v1.2", + "containers": [ + {"id": "C001-DEV", "status": "approved", "stage": "staging"}, + {"id": "C002-BATCH", "status": "approved", "stage": "production"}, + {"id": "C003-TEMP", "status": "pending", "stage": "sandbox"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_672d222f2c/gold/notes/todo.md b/shellops/assets/ShellOps_672d222f2c/gold/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..122df51dc70edc6c7be5179fb0b07703bd400b59 --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/gold/notes/todo.md @@ -0,0 +1,4 @@ +# Inventory Tasks +- [x] Review blueprint approvals +- [ ] Follow up on decommissioned statuses +- [ ] Add zone tracking to blueprint \ No newline at end of file diff --git a/shellops/assets/ShellOps_672d222f2c/gold/status/cluster_inventory.json b/shellops/assets/ShellOps_672d222f2c/gold/status/cluster_inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..049678fc6ceefc25141bfd980bd57770828538f4 --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/gold/status/cluster_inventory.json @@ -0,0 +1,8 @@ +{ + "last_updated": "2024-09-05T14:22:00Z", + "inventory": [ + {"id": "C001-DEV", "status": "active", "zone": "us-east-1"}, + {"id": "C002-BATCH", "status": "decommissioned", "zone": "eu-west-1"}, + {"id": "C004-NEW", "status": "active", "zone": "ap-south-1"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_672d222f2c/init/configs/container_blueprint.json b/shellops/assets/ShellOps_672d222f2c/init/configs/container_blueprint.json new file mode 100644 index 0000000000000000000000000000000000000000..ebfddedf6aebc8b0b4c6e0ecd0d5b4e32a54d8fc --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/init/configs/container_blueprint.json @@ -0,0 +1,8 @@ +{ + "version": "v1.2", + "containers": [ + {"id": "C001-DEV", "status": "approved", "stage": "staging"}, + {"id": "C002-BATCH", "status": "approved", "stage": "production"}, + {"id": "C003-TEMP", "status": "pending", "stage": "sandbox"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_672d222f2c/init/notes/todo.md b/shellops/assets/ShellOps_672d222f2c/init/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..122df51dc70edc6c7be5179fb0b07703bd400b59 --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/init/notes/todo.md @@ -0,0 +1,4 @@ +# Inventory Tasks +- [x] Review blueprint approvals +- [ ] Follow up on decommissioned statuses +- [ ] Add zone tracking to blueprint \ No newline at end of file diff --git a/shellops/assets/ShellOps_672d222f2c/init/status/cluster_inventory.json b/shellops/assets/ShellOps_672d222f2c/init/status/cluster_inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..049678fc6ceefc25141bfd980bd57770828538f4 --- /dev/null +++ b/shellops/assets/ShellOps_672d222f2c/init/status/cluster_inventory.json @@ -0,0 +1,8 @@ +{ + "last_updated": "2024-09-05T14:22:00Z", + "inventory": [ + {"id": "C001-DEV", "status": "active", "zone": "us-east-1"}, + {"id": "C002-BATCH", "status": "decommissioned", "zone": "eu-west-1"}, + {"id": "C004-NEW", "status": "active", "zone": "ap-south-1"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_673262734e/gold/servers/legacy.cnf b/shellops/assets/ShellOps_673262734e/gold/servers/legacy.cnf new file mode 100644 index 0000000000000000000000000000000000000000..c3bcc57f2dbe43a7930222ea6abe06c51adb020f --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/gold/servers/legacy.cnf @@ -0,0 +1,4 @@ +server { + listen 443; + ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256; +} diff --git a/shellops/assets/ShellOps_673262734e/gold/servers/production.cnf b/shellops/assets/ShellOps_673262734e/gold/servers/production.cnf new file mode 100644 index 0000000000000000000000000000000000000000..46f0d9fab07e3823b5b7e7702d16698dcf90d55b --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/gold/servers/production.cnf @@ -0,0 +1,4 @@ +server { + listen 443; + ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256; +} diff --git a/shellops/assets/ShellOps_673262734e/gold/servers/staging.cnf b/shellops/assets/ShellOps_673262734e/gold/servers/staging.cnf new file mode 100644 index 0000000000000000000000000000000000000000..2151bc220afb4faac95397651eabe0156a531fd1 --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/gold/servers/staging.cnf @@ -0,0 +1,4 @@ +server { + listen 443; + ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384; +} diff --git a/shellops/assets/ShellOps_673262734e/gold/tls_report.cnf b/shellops/assets/ShellOps_673262734e/gold/tls_report.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f8ebc880b6473377dc3ef394493b206fd0b8e00f --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/gold/tls_report.cnf @@ -0,0 +1,4 @@ +DHE-RSA-AES256-GCM-SHA384 +ECDHE-ECDSA-AES128-GCM-SHA256 +ECDHE-RSA-AES128-GCM-SHA256 +ECDHE-RSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_673262734e/init/servers/legacy.cnf b/shellops/assets/ShellOps_673262734e/init/servers/legacy.cnf new file mode 100644 index 0000000000000000000000000000000000000000..c3bcc57f2dbe43a7930222ea6abe06c51adb020f --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/init/servers/legacy.cnf @@ -0,0 +1,4 @@ +server { + listen 443; + ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256; +} diff --git a/shellops/assets/ShellOps_673262734e/init/servers/production.cnf b/shellops/assets/ShellOps_673262734e/init/servers/production.cnf new file mode 100644 index 0000000000000000000000000000000000000000..46f0d9fab07e3823b5b7e7702d16698dcf90d55b --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/init/servers/production.cnf @@ -0,0 +1,4 @@ +server { + listen 443; + ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256; +} diff --git a/shellops/assets/ShellOps_673262734e/init/servers/staging.cnf b/shellops/assets/ShellOps_673262734e/init/servers/staging.cnf new file mode 100644 index 0000000000000000000000000000000000000000..2151bc220afb4faac95397651eabe0156a531fd1 --- /dev/null +++ b/shellops/assets/ShellOps_673262734e/init/servers/staging.cnf @@ -0,0 +1,4 @@ +server { + listen 443; + ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384; +} diff --git a/shellops/assets/ShellOps_679b3f01d9/gold/approved_interfaces.txt b/shellops/assets/ShellOps_679b3f01d9/gold/approved_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b079ee2931941d8d3402e3bda70febd71d4120 --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/gold/approved_interfaces.txt @@ -0,0 +1,3 @@ +eth0 +eth1 +wlan0 diff --git a/shellops/assets/ShellOps_679b3f01d9/gold/inventory/active_interfaces.txt b/shellops/assets/ShellOps_679b3f01d9/gold/inventory/active_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3a73ef845f425c9beb75bfb945ed0f3321cec30 --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/gold/inventory/active_interfaces.txt @@ -0,0 +1,4 @@ +eth0 +eth1 +eth2 +wlan0 diff --git a/shellops/assets/ShellOps_679b3f01d9/gold/notes/irrelevant.md b/shellops/assets/ShellOps_679b3f01d9/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..4563a44c19e7e93a0471188ec3fd3cfb9e13b42f --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Placeholder notes +Unrelated content to be ignored. diff --git a/shellops/assets/ShellOps_679b3f01d9/gold/observed_interfaces.log b/shellops/assets/ShellOps_679b3f01d9/gold/observed_interfaces.log new file mode 100644 index 0000000000000000000000000000000000000000..69cd07238c7d6e2571983cd7b41b82ee3942724d --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/gold/observed_interfaces.log @@ -0,0 +1,4 @@ +2024-01-15 10:23:45 interface=eth0 status=up +2024-01-15 10:24:12 interface=eth1 status=down +2024-01-15 10:25:03 interface=eth2 status=up +2024-01-15 10:26:33 interface=wlan0 status=up diff --git a/shellops/assets/ShellOps_679b3f01d9/init/approved_interfaces.txt b/shellops/assets/ShellOps_679b3f01d9/init/approved_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b079ee2931941d8d3402e3bda70febd71d4120 --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/init/approved_interfaces.txt @@ -0,0 +1,3 @@ +eth0 +eth1 +wlan0 diff --git a/shellops/assets/ShellOps_679b3f01d9/init/notes/irrelevant.md b/shellops/assets/ShellOps_679b3f01d9/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..4563a44c19e7e93a0471188ec3fd3cfb9e13b42f --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Placeholder notes +Unrelated content to be ignored. diff --git a/shellops/assets/ShellOps_679b3f01d9/init/observed_interfaces.log b/shellops/assets/ShellOps_679b3f01d9/init/observed_interfaces.log new file mode 100644 index 0000000000000000000000000000000000000000..69cd07238c7d6e2571983cd7b41b82ee3942724d --- /dev/null +++ b/shellops/assets/ShellOps_679b3f01d9/init/observed_interfaces.log @@ -0,0 +1,4 @@ +2024-01-15 10:23:45 interface=eth0 status=up +2024-01-15 10:24:12 interface=eth1 status=down +2024-01-15 10:25:03 interface=eth2 status=up +2024-01-15 10:26:33 interface=wlan0 status=up diff --git a/shellops/assets/ShellOps_67d31922a1/gold/central_depot.csv b/shellops/assets/ShellOps_67d31922a1/gold/central_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..f60d42920efbf88e2315a63d6b163449c8cb2d60 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/gold/central_depot.csv @@ -0,0 +1,6 @@ +vid,serviced,miles,cond +102,2024-10-10,88100,operational +104,2024-09-05,74000,operational +101,2024-09-11,45200,operational +106,2024-09-28,32200,operational +109,2024-10-01,54300,operational diff --git a/shellops/assets/ShellOps_67d31922a1/gold/east_depot.csv b/shellops/assets/ShellOps_67d31922a1/gold/east_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..ebeca77d3d62aa679662cb7a3ba961bb58538bc7 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/gold/east_depot.csv @@ -0,0 +1,6 @@ +vehicle_id,last_service,mileage,status +101,2024-09-11,45200,operational +103,2024-08-29,67320,operational +105,2024-10-05,23100,operational +108,2024-08-01,89200,out_of_service +110,2024-09-22,54300,operational diff --git a/shellops/assets/ShellOps_67d31922a1/gold/north_depot.csv b/shellops/assets/ShellOps_67d31922a1/gold/north_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..27cd4675a693ff357297080394de9406431f1ec0 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/gold/north_depot.csv @@ -0,0 +1,6 @@ +id,serviced_on,miles,status +113,2024-10-08,65400,operational +112,2024-09-30,43200,operational +114,2024-09-18,23800,operational +106,2024-09-28,32200,operational +115,2024-10-12,78900,operational diff --git a/shellops/assets/ShellOps_67d31922a1/gold/shared_vehicles.txt b/shellops/assets/ShellOps_67d31922a1/gold/shared_vehicles.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b1d4beade3c0b001a37960958a34fbe635d5fa2 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/gold/shared_vehicles.txt @@ -0,0 +1,5 @@ +101 +103 +105 +106 +110 diff --git a/shellops/assets/ShellOps_67d31922a1/gold/west_depot.csv b/shellops/assets/ShellOps_67d31922a1/gold/west_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..123d1b68495df955194d5daec99893a11f9da2c2 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/gold/west_depot.csv @@ -0,0 +1,6 @@ +vehicle,service_date,mileage,flag +107,2024-10-02,12100,operational +105,2024-10-05,23100,operational +110,2024-09-22,54300,operational +103,2024-08-29,67320,operational +111,2024-09-15,87600,out_of_service diff --git a/shellops/assets/ShellOps_67d31922a1/init/central_depot.csv b/shellops/assets/ShellOps_67d31922a1/init/central_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..f60d42920efbf88e2315a63d6b163449c8cb2d60 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/init/central_depot.csv @@ -0,0 +1,6 @@ +vid,serviced,miles,cond +102,2024-10-10,88100,operational +104,2024-09-05,74000,operational +101,2024-09-11,45200,operational +106,2024-09-28,32200,operational +109,2024-10-01,54300,operational diff --git a/shellops/assets/ShellOps_67d31922a1/init/east_depot.csv b/shellops/assets/ShellOps_67d31922a1/init/east_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..ebeca77d3d62aa679662cb7a3ba961bb58538bc7 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/init/east_depot.csv @@ -0,0 +1,6 @@ +vehicle_id,last_service,mileage,status +101,2024-09-11,45200,operational +103,2024-08-29,67320,operational +105,2024-10-05,23100,operational +108,2024-08-01,89200,out_of_service +110,2024-09-22,54300,operational diff --git a/shellops/assets/ShellOps_67d31922a1/init/north_depot.csv b/shellops/assets/ShellOps_67d31922a1/init/north_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..27cd4675a693ff357297080394de9406431f1ec0 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/init/north_depot.csv @@ -0,0 +1,6 @@ +id,serviced_on,miles,status +113,2024-10-08,65400,operational +112,2024-09-30,43200,operational +114,2024-09-18,23800,operational +106,2024-09-28,32200,operational +115,2024-10-12,78900,operational diff --git a/shellops/assets/ShellOps_67d31922a1/init/west_depot.csv b/shellops/assets/ShellOps_67d31922a1/init/west_depot.csv new file mode 100644 index 0000000000000000000000000000000000000000..123d1b68495df955194d5daec99893a11f9da2c2 --- /dev/null +++ b/shellops/assets/ShellOps_67d31922a1/init/west_depot.csv @@ -0,0 +1,6 @@ +vehicle,service_date,mileage,flag +107,2024-10-02,12100,operational +105,2024-10-05,23100,operational +110,2024-09-22,54300,operational +103,2024-08-29,67320,operational +111,2024-09-15,87600,out_of_service diff --git a/shellops/assets/ShellOps_67dfada5df/gold/hardware_catalog.xml b/shellops/assets/ShellOps_67dfada5df/gold/hardware_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..0c80e9749fd5f52e104fbdf919d5adf1c07907da --- /dev/null +++ b/shellops/assets/ShellOps_67dfada5df/gold/hardware_catalog.xml @@ -0,0 +1,14 @@ + + + DX450 + embedded + + + FX200 + sensor + + + ZT900 + gateway + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_67dfada5df/gold/missing_models.txt b/shellops/assets/ShellOps_67dfada5df/gold/missing_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d1e50a3353fb7e543af21ab2363ce4786348d --- /dev/null +++ b/shellops/assets/ShellOps_67dfada5df/gold/missing_models.txt @@ -0,0 +1 @@ +DX450 diff --git a/shellops/assets/ShellOps_67dfada5df/gold/prototypes.txt b/shellops/assets/ShellOps_67dfada5df/gold/prototypes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbea412fc89fc93cd1068db1b5321a5a205819cc --- /dev/null +++ b/shellops/assets/ShellOps_67dfada5df/gold/prototypes.txt @@ -0,0 +1,3 @@ +FX200 +PX780 +ZT900 diff --git a/shellops/assets/ShellOps_67dfada5df/init/.tmp/.keep b/shellops/assets/ShellOps_67dfada5df/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_67dfada5df/init/hardware_catalog.xml b/shellops/assets/ShellOps_67dfada5df/init/hardware_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..0c80e9749fd5f52e104fbdf919d5adf1c07907da --- /dev/null +++ b/shellops/assets/ShellOps_67dfada5df/init/hardware_catalog.xml @@ -0,0 +1,14 @@ + + + DX450 + embedded + + + FX200 + sensor + + + ZT900 + gateway + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_67dfada5df/init/prototypes.txt b/shellops/assets/ShellOps_67dfada5df/init/prototypes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbea412fc89fc93cd1068db1b5321a5a205819cc --- /dev/null +++ b/shellops/assets/ShellOps_67dfada5df/init/prototypes.txt @@ -0,0 +1,3 @@ +FX200 +PX780 +ZT900 diff --git a/shellops/assets/ShellOps_67f6f3873b/gold/active_devices.txt b/shellops/assets/ShellOps_67f6f3873b/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..426ef7162a8b9d630e810281408d50e730881c7b --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/gold/active_devices.txt @@ -0,0 +1,4 @@ +Device: X1, ID: ABC123 +Device: Y2, ID: DEF456 +Device: Z3, ID: XYZ789 +Device: W4, ID: GHI012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_67f6f3873b/gold/approved_models.xml b/shellops/assets/ShellOps_67f6f3873b/gold/approved_models.xml new file mode 100644 index 0000000000000000000000000000000000000000..320d3a664ae1d5b58c70a62149d72d69975b7755 --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/gold/approved_models.xml @@ -0,0 +1,4 @@ + + ABC123 + XYZ789 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_67f6f3873b/gold/distractor.log b/shellops/assets/ShellOps_67f6f3873b/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..8cdfc87bdf31069a819ade00d3140fae9d255931 --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/gold/distractor.log @@ -0,0 +1,2 @@ +2024-06-15: Sensor offline +2024-06-15: Update failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_67f6f3873b/gold/missing_models.txt b/shellops/assets/ShellOps_67f6f3873b/gold/missing_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cb4f754e662a86b753c4a6c14c6664568a7058a --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/gold/missing_models.txt @@ -0,0 +1,2 @@ +DEF456 +GHI012 diff --git a/shellops/assets/ShellOps_67f6f3873b/init/active_devices.txt b/shellops/assets/ShellOps_67f6f3873b/init/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..426ef7162a8b9d630e810281408d50e730881c7b --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/init/active_devices.txt @@ -0,0 +1,4 @@ +Device: X1, ID: ABC123 +Device: Y2, ID: DEF456 +Device: Z3, ID: XYZ789 +Device: W4, ID: GHI012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_67f6f3873b/init/approved_models.xml b/shellops/assets/ShellOps_67f6f3873b/init/approved_models.xml new file mode 100644 index 0000000000000000000000000000000000000000..320d3a664ae1d5b58c70a62149d72d69975b7755 --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/init/approved_models.xml @@ -0,0 +1,4 @@ + + ABC123 + XYZ789 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_67f6f3873b/init/distractor.log b/shellops/assets/ShellOps_67f6f3873b/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..8cdfc87bdf31069a819ade00d3140fae9d255931 --- /dev/null +++ b/shellops/assets/ShellOps_67f6f3873b/init/distractor.log @@ -0,0 +1,2 @@ +2024-06-15: Sensor offline +2024-06-15: Update failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_6834c44dcc/gold/server/.keep b/shellops/assets/ShellOps_6834c44dcc/gold/server/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6834c44dcc/gold/server/kafka-consumer.log b/shellops/assets/ShellOps_6834c44dcc/gold/server/kafka-consumer.log new file mode 100644 index 0000000000000000000000000000000000000000..7b75d986a94017868beb8da74e5254ecad619a92 --- /dev/null +++ b/shellops/assets/ShellOps_6834c44dcc/gold/server/kafka-consumer.log @@ -0,0 +1,7 @@ +{"user":"alice","action":"upload","timestamp":1609459200,"component":"kafka"} +{"user":"bob","action":"read","timestamp":1609459300,"component":"sqs"} +{"user":"carol","action":"write","timestamp":1609459400,"component":"kafka"} +{"user":"david","action":"delete","timestamp":1609459500,"component":"kafka"} +{"user":"eve","action":"list","timestamp":1609459600,"component":"redis"} +{"user":"francis","action":"upload","timestamp":1609459700,"component":"kafka"} +{"user":"alice","action":"update","timestamp":1609459800,"component":"kafka"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6834c44dcc/gold/server/sqs-worker.log b/shellops/assets/ShellOps_6834c44dcc/gold/server/sqs-worker.log new file mode 100644 index 0000000000000000000000000000000000000000..d7f476fd216ff5573e2d3ff9f71e146dd25aabbe --- /dev/null +++ b/shellops/assets/ShellOps_6834c44dcc/gold/server/sqs-worker.log @@ -0,0 +1,3 @@ +{"user":"bob","action":"read","timestamp":1609459900,"component":"sqs"} +{"user":"grace","action":"write","timestamp":1609460000,"component":"sqs"} +{"user":"helen","action":"delete","timestamp":1609460100,"component":"kafka"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6834c44dcc/init/server/.keep b/shellops/assets/ShellOps_6834c44dcc/init/server/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6834c44dcc/init/server/kafka-consumer.log b/shellops/assets/ShellOps_6834c44dcc/init/server/kafka-consumer.log new file mode 100644 index 0000000000000000000000000000000000000000..7b75d986a94017868beb8da74e5254ecad619a92 --- /dev/null +++ b/shellops/assets/ShellOps_6834c44dcc/init/server/kafka-consumer.log @@ -0,0 +1,7 @@ +{"user":"alice","action":"upload","timestamp":1609459200,"component":"kafka"} +{"user":"bob","action":"read","timestamp":1609459300,"component":"sqs"} +{"user":"carol","action":"write","timestamp":1609459400,"component":"kafka"} +{"user":"david","action":"delete","timestamp":1609459500,"component":"kafka"} +{"user":"eve","action":"list","timestamp":1609459600,"component":"redis"} +{"user":"francis","action":"upload","timestamp":1609459700,"component":"kafka"} +{"user":"alice","action":"update","timestamp":1609459800,"component":"kafka"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6834c44dcc/init/server/sqs-worker.log b/shellops/assets/ShellOps_6834c44dcc/init/server/sqs-worker.log new file mode 100644 index 0000000000000000000000000000000000000000..d7f476fd216ff5573e2d3ff9f71e146dd25aabbe --- /dev/null +++ b/shellops/assets/ShellOps_6834c44dcc/init/server/sqs-worker.log @@ -0,0 +1,3 @@ +{"user":"bob","action":"read","timestamp":1609459900,"component":"sqs"} +{"user":"grace","action":"write","timestamp":1609460000,"component":"sqs"} +{"user":"helen","action":"delete","timestamp":1609460100,"component":"kafka"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_68555946c8/gold/baseline.jsonl b/shellops/assets/ShellOps_68555946c8/gold/baseline.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..abdc73a6060eaf0d98b714d94ae5e798e3be9079 --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/gold/baseline.jsonl @@ -0,0 +1,4 @@ +{"id":"dev-1001","model":"Alpha","location":"Rack-A"} +{"id":"dev-1002","model":"Beta","location":"Rack-B"} +{"id":"dev-1003","model":"Gamma","location":"Rack-C"} +{"id":"dev-1004","model":"Alpha","location":"Rack-D"} diff --git a/shellops/assets/ShellOps_68555946c8/gold/delta.jsonl b/shellops/assets/ShellOps_68555946c8/gold/delta.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..082be9b9f179af2b60b95cf6f374ecf2d433e459 --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/gold/delta.jsonl @@ -0,0 +1,3 @@ +{"id":"dev-1001","model":"Alpha","location":"Rack-A"} +{"id":"dev-1003","model":"Gamma","location":"Rack-C"} +{"id":"dev-1005","model":"Epsilon","location":"Rack-E"} diff --git a/shellops/assets/ShellOps_68555946c8/gold/missing_ids.txt b/shellops/assets/ShellOps_68555946c8/gold/missing_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa538a27169d42d340a0f29cbd39d0c81e84319d --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/gold/missing_ids.txt @@ -0,0 +1,2 @@ +dev-1002 +dev-1004 diff --git a/shellops/assets/ShellOps_68555946c8/gold/notes.txt b/shellops/assets/ShellOps_68555946c8/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..301ba6dd1573a2aad86ad1019b846d00a758140e --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/gold/notes.txt @@ -0,0 +1 @@ +Exports generated at different times. Delta includes one new device (dev-1005) and is missing some devices from baseline. \ No newline at end of file diff --git a/shellops/assets/ShellOps_68555946c8/init/baseline.jsonl b/shellops/assets/ShellOps_68555946c8/init/baseline.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..abdc73a6060eaf0d98b714d94ae5e798e3be9079 --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/init/baseline.jsonl @@ -0,0 +1,4 @@ +{"id":"dev-1001","model":"Alpha","location":"Rack-A"} +{"id":"dev-1002","model":"Beta","location":"Rack-B"} +{"id":"dev-1003","model":"Gamma","location":"Rack-C"} +{"id":"dev-1004","model":"Alpha","location":"Rack-D"} diff --git a/shellops/assets/ShellOps_68555946c8/init/delta.jsonl b/shellops/assets/ShellOps_68555946c8/init/delta.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..082be9b9f179af2b60b95cf6f374ecf2d433e459 --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/init/delta.jsonl @@ -0,0 +1,3 @@ +{"id":"dev-1001","model":"Alpha","location":"Rack-A"} +{"id":"dev-1003","model":"Gamma","location":"Rack-C"} +{"id":"dev-1005","model":"Epsilon","location":"Rack-E"} diff --git a/shellops/assets/ShellOps_68555946c8/init/notes.txt b/shellops/assets/ShellOps_68555946c8/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..301ba6dd1573a2aad86ad1019b846d00a758140e --- /dev/null +++ b/shellops/assets/ShellOps_68555946c8/init/notes.txt @@ -0,0 +1 @@ +Exports generated at different times. Delta includes one new device (dev-1005) and is missing some devices from baseline. \ No newline at end of file diff --git a/shellops/assets/ShellOps_688c563171/gold/finance/billing_april.out b/shellops/assets/ShellOps_688c563171/gold/finance/billing_april.out new file mode 100644 index 0000000000000000000000000000000000000000..59dd16dd4fbac92b9a7eec98ff8538bd4ccbb64f --- /dev/null +++ b/shellops/assets/ShellOps_688c563171/gold/finance/billing_april.out @@ -0,0 +1,11 @@ +Invoice ID: 201 +Service Charge: 25.00 +Usage: 200 units + +Invoice ID: 202 +Service Charge: 20.00 +Usage: 180 units + +Invoice ID: 203 +Service Charge: 15.00 +Usage: 140 units diff --git a/shellops/assets/ShellOps_688c563171/gold/finance/billing_march.out b/shellops/assets/ShellOps_688c563171/gold/finance/billing_march.out new file mode 100644 index 0000000000000000000000000000000000000000..efc4154c0452430e5e15806041bdac583a1904a1 --- /dev/null +++ b/shellops/assets/ShellOps_688c563171/gold/finance/billing_march.out @@ -0,0 +1,11 @@ +Invoice ID: 101 +Service Charge: 15.00 +Usage: 120 units + +Invoice ID: 102 +Service Charge: 20.00 +Usage: 150 units + +Invoice ID: 103 +Service Charge: 15.00 +Usage: 130 units diff --git a/shellops/assets/ShellOps_688c563171/gold/unique_charges.trace b/shellops/assets/ShellOps_688c563171/gold/unique_charges.trace new file mode 100644 index 0000000000000000000000000000000000000000..c0374e7ee5f494a0ce2542c0eda68f7a9e9e20b4 --- /dev/null +++ b/shellops/assets/ShellOps_688c563171/gold/unique_charges.trace @@ -0,0 +1,3 @@ +15.00 +20.00 +25.00 diff --git a/shellops/assets/ShellOps_688c563171/init/finance/billing_april.out b/shellops/assets/ShellOps_688c563171/init/finance/billing_april.out new file mode 100644 index 0000000000000000000000000000000000000000..59dd16dd4fbac92b9a7eec98ff8538bd4ccbb64f --- /dev/null +++ b/shellops/assets/ShellOps_688c563171/init/finance/billing_april.out @@ -0,0 +1,11 @@ +Invoice ID: 201 +Service Charge: 25.00 +Usage: 200 units + +Invoice ID: 202 +Service Charge: 20.00 +Usage: 180 units + +Invoice ID: 203 +Service Charge: 15.00 +Usage: 140 units diff --git a/shellops/assets/ShellOps_688c563171/init/finance/billing_march.out b/shellops/assets/ShellOps_688c563171/init/finance/billing_march.out new file mode 100644 index 0000000000000000000000000000000000000000..efc4154c0452430e5e15806041bdac583a1904a1 --- /dev/null +++ b/shellops/assets/ShellOps_688c563171/init/finance/billing_march.out @@ -0,0 +1,11 @@ +Invoice ID: 101 +Service Charge: 15.00 +Usage: 120 units + +Invoice ID: 102 +Service Charge: 20.00 +Usage: 150 units + +Invoice ID: 103 +Service Charge: 15.00 +Usage: 130 units diff --git a/shellops/assets/ShellOps_68be342bfa/gold/acl_clean_alpha.conf b/shellops/assets/ShellOps_68be342bfa/gold/acl_clean_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..0299173da34d680bc2988783a6f9f11094462441 --- /dev/null +++ b/shellops/assets/ShellOps_68be342bfa/gold/acl_clean_alpha.conf @@ -0,0 +1,3 @@ +acl rule_x permit 192.168.1.0/24 +acl rule_y deny 10.0.0.0/8 +acl rule_z permit 172.16.0.0/16 diff --git a/shellops/assets/ShellOps_68be342bfa/gold/acl_clean_beta.conf b/shellops/assets/ShellOps_68be342bfa/gold/acl_clean_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..09953c2a4281e986e559fdc9474a06c87061b844 --- /dev/null +++ b/shellops/assets/ShellOps_68be342bfa/gold/acl_clean_beta.conf @@ -0,0 +1,3 @@ +acl rule_a permit 10.10.10.0/24 +acl rule_b deny 192.168.2.0/24 +acl rule_c permit 203.0.113.0/24 diff --git a/shellops/assets/ShellOps_68be342bfa/gold/network_devices/router_alpha.conf b/shellops/assets/ShellOps_68be342bfa/gold/network_devices/router_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d703ed368210ea07089623ea73fac1fb5f21024 --- /dev/null +++ b/shellops/assets/ShellOps_68be342bfa/gold/network_devices/router_alpha.conf @@ -0,0 +1,4 @@ +acl rule_x permit 192.168.1.0/24 +acl rule_y deny 10.0.0.0/8 +acl rule_x permit 192.168.1.0/24 +acl rule_z permit 172.16.0.0/16 \ No newline at end of file diff --git a/shellops/assets/ShellOps_68be342bfa/gold/network_devices/router_beta.conf b/shellops/assets/ShellOps_68be342bfa/gold/network_devices/router_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..72d15e11bec20df161ccd43ad1f298822a1d2f76 --- /dev/null +++ b/shellops/assets/ShellOps_68be342bfa/gold/network_devices/router_beta.conf @@ -0,0 +1,4 @@ +acl rule_a permit 10.10.10.0/24 +acl rule_b deny 192.168.2.0/24 +acl rule_a permit 10.10.10.0/24 +acl rule_c permit 203.0.113.0/24 \ No newline at end of file diff --git a/shellops/assets/ShellOps_68be342bfa/init/network_devices/router_alpha.conf b/shellops/assets/ShellOps_68be342bfa/init/network_devices/router_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d703ed368210ea07089623ea73fac1fb5f21024 --- /dev/null +++ b/shellops/assets/ShellOps_68be342bfa/init/network_devices/router_alpha.conf @@ -0,0 +1,4 @@ +acl rule_x permit 192.168.1.0/24 +acl rule_y deny 10.0.0.0/8 +acl rule_x permit 192.168.1.0/24 +acl rule_z permit 172.16.0.0/16 \ No newline at end of file diff --git a/shellops/assets/ShellOps_68be342bfa/init/network_devices/router_beta.conf b/shellops/assets/ShellOps_68be342bfa/init/network_devices/router_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..72d15e11bec20df161ccd43ad1f298822a1d2f76 --- /dev/null +++ b/shellops/assets/ShellOps_68be342bfa/init/network_devices/router_beta.conf @@ -0,0 +1,4 @@ +acl rule_a permit 10.10.10.0/24 +acl rule_b deny 192.168.2.0/24 +acl rule_a permit 10.10.10.0/24 +acl rule_c permit 203.0.113.0/24 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/gold/alerts/zone_a.json b/shellops/assets/ShellOps_6907394903/gold/alerts/zone_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ecc78e52aa860bb057a187bca7d77ecd7e4bfd1d --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/gold/alerts/zone_a.json @@ -0,0 +1,3 @@ +{"id": 101, "status": "resolved", "suppressed": false, "message": "CPU threshold exceeded"} +{"id": 102, "status": "open", "suppressed": false, "message": "Memory leak detected"} +{"id": 103, "status": "stale", "suppressed": true, "message": "Old network glitch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/gold/alerts/zone_b.json b/shellops/assets/ShellOps_6907394903/gold/alerts/zone_b.json new file mode 100644 index 0000000000000000000000000000000000000000..cbff45422d0cc17cb5b1d259ec63dc3e5f7bf669 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/gold/alerts/zone_b.json @@ -0,0 +1,3 @@ +{"id": 201, "status": "resolved", "suppressed": false, "message": "Service restart"} +{"id": 202, "status": "open", "suppressed": false, "message": "Authentication failures"} +{"id": 203, "status": "investigating", "suppressed": false, "message": "Unusual outbound traffic"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/gold/alerts/zone_c.json b/shellops/assets/ShellOps_6907394903/gold/alerts/zone_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e821016cdb8961878fae87ca7e511d1fa7470265 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/gold/alerts/zone_c.json @@ -0,0 +1,3 @@ +{"id": 301, "status": "resolved", "suppressed": false, "message": "Backup completed late"} +{"id": 302, "status": "acknowledged", "suppressed": false, "message": "Disk space warning"} +{"id": 303, "status": "open", "suppressed": true, "message": "Legacy system ping failure"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/gold/distractor/notes.md b/shellops/assets/ShellOps_6907394903/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f886c31c477845e7d8a3d82297c92b7cd49a2a12 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/gold/distractor/notes.md @@ -0,0 +1,4 @@ +# Audit notes +- Zone A shows mostly resolved items. +- Zone C has one suppressed legacy alert that should not appear in the report. +- Focus only on unsuppressed, non-resolved alerts. diff --git a/shellops/assets/ShellOps_6907394903/gold/unresolved_alerts.tsv b/shellops/assets/ShellOps_6907394903/gold/unresolved_alerts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..afe44fc5b304800a4a245c5e017153af95e87434 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/gold/unresolved_alerts.tsv @@ -0,0 +1,4 @@ +102 open +202 open +203 investigating +302 acknowledged diff --git a/shellops/assets/ShellOps_6907394903/init/alerts/zone_a.json b/shellops/assets/ShellOps_6907394903/init/alerts/zone_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ecc78e52aa860bb057a187bca7d77ecd7e4bfd1d --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/init/alerts/zone_a.json @@ -0,0 +1,3 @@ +{"id": 101, "status": "resolved", "suppressed": false, "message": "CPU threshold exceeded"} +{"id": 102, "status": "open", "suppressed": false, "message": "Memory leak detected"} +{"id": 103, "status": "stale", "suppressed": true, "message": "Old network glitch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/init/alerts/zone_b.json b/shellops/assets/ShellOps_6907394903/init/alerts/zone_b.json new file mode 100644 index 0000000000000000000000000000000000000000..cbff45422d0cc17cb5b1d259ec63dc3e5f7bf669 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/init/alerts/zone_b.json @@ -0,0 +1,3 @@ +{"id": 201, "status": "resolved", "suppressed": false, "message": "Service restart"} +{"id": 202, "status": "open", "suppressed": false, "message": "Authentication failures"} +{"id": 203, "status": "investigating", "suppressed": false, "message": "Unusual outbound traffic"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/init/alerts/zone_c.json b/shellops/assets/ShellOps_6907394903/init/alerts/zone_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e821016cdb8961878fae87ca7e511d1fa7470265 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/init/alerts/zone_c.json @@ -0,0 +1,3 @@ +{"id": 301, "status": "resolved", "suppressed": false, "message": "Backup completed late"} +{"id": 302, "status": "acknowledged", "suppressed": false, "message": "Disk space warning"} +{"id": 303, "status": "open", "suppressed": true, "message": "Legacy system ping failure"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6907394903/init/distractor/notes.md b/shellops/assets/ShellOps_6907394903/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f886c31c477845e7d8a3d82297c92b7cd49a2a12 --- /dev/null +++ b/shellops/assets/ShellOps_6907394903/init/distractor/notes.md @@ -0,0 +1,4 @@ +# Audit notes +- Zone A shows mostly resolved items. +- Zone C has one suppressed legacy alert that should not appear in the report. +- Focus only on unsuppressed, non-resolved alerts. diff --git a/shellops/assets/ShellOps_693b637cca/gold/notes.md b/shellops/assets/ShellOps_693b637cca/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b95fc0b8a724d9bbeb207ba1770786779d64483c --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/gold/notes.md @@ -0,0 +1 @@ +This is a distractor file, irrelevant for the task. diff --git a/shellops/assets/ShellOps_693b637cca/gold/public_key_fingerprints.txt b/shellops/assets/ShellOps_693b637cca/gold/public_key_fingerprints.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd4bfec5be76e6600161ed067090bf6eace31f17 --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/gold/public_key_fingerprints.txt @@ -0,0 +1,5 @@ +SHA256:abc123xyz789def456ghi0jkl +SHA256:xyz789abc123def456ghi0jkl +SHA256:ijk456lmn789pqr123stu0vwx +SHA256:def456ghi789jkl012mno345pqr +SHA256:lmn789pqr123stu456vwx789yza diff --git a/shellops/assets/ShellOps_693b637cca/gold/revocations.xml b/shellops/assets/ShellOps_693b637cca/gold/revocations.xml new file mode 100644 index 0000000000000000000000000000000000000000..0886502ce1276a2363b41aedd5133fe745639585 --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/gold/revocations.xml @@ -0,0 +1,15 @@ + + + + SHA256:abc123xyz789def456ghi0jkl + compromised + + + SHA256:ijk456lmn789pqr123stu0vwx + key_rotation + + + SHA256:pqr123stu456vwx789yza012bcd + expired + + diff --git a/shellops/assets/ShellOps_693b637cca/gold/revoked_intersection.txt b/shellops/assets/ShellOps_693b637cca/gold/revoked_intersection.txt new file mode 100644 index 0000000000000000000000000000000000000000..d623c7dbe82f5db9df09bc5c00157bcf00fbf164 --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/gold/revoked_intersection.txt @@ -0,0 +1,2 @@ +SHA256:abc123xyz789def456ghi0jkl +SHA256:ijk456lmn789pqr123stu0vwx diff --git a/shellops/assets/ShellOps_693b637cca/init/notes.md b/shellops/assets/ShellOps_693b637cca/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b95fc0b8a724d9bbeb207ba1770786779d64483c --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/init/notes.md @@ -0,0 +1 @@ +This is a distractor file, irrelevant for the task. diff --git a/shellops/assets/ShellOps_693b637cca/init/public_key_fingerprints.txt b/shellops/assets/ShellOps_693b637cca/init/public_key_fingerprints.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd4bfec5be76e6600161ed067090bf6eace31f17 --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/init/public_key_fingerprints.txt @@ -0,0 +1,5 @@ +SHA256:abc123xyz789def456ghi0jkl +SHA256:xyz789abc123def456ghi0jkl +SHA256:ijk456lmn789pqr123stu0vwx +SHA256:def456ghi789jkl012mno345pqr +SHA256:lmn789pqr123stu456vwx789yza diff --git a/shellops/assets/ShellOps_693b637cca/init/revocations.xml b/shellops/assets/ShellOps_693b637cca/init/revocations.xml new file mode 100644 index 0000000000000000000000000000000000000000..0886502ce1276a2363b41aedd5133fe745639585 --- /dev/null +++ b/shellops/assets/ShellOps_693b637cca/init/revocations.xml @@ -0,0 +1,15 @@ + + + + SHA256:abc123xyz789def456ghi0jkl + compromised + + + SHA256:ijk456lmn789pqr123stu0vwx + key_rotation + + + SHA256:pqr123stu456vwx789yza012bcd + expired + + diff --git a/shellops/assets/ShellOps_696c082279/gold/audit/.keep b/shellops/assets/ShellOps_696c082279/gold/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_696c082279/gold/audit/tls_report.md b/shellops/assets/ShellOps_696c082279/gold/audit/tls_report.md new file mode 100644 index 0000000000000000000000000000000000000000..bc3b0ceef7d8561b10f0508a7c521b5729d45708 --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/gold/audit/tls_report.md @@ -0,0 +1,6 @@ +AES256-SHA +ECDHE-ECDSA-AES256-GCM-SHA384 +ECDHE-RSA-AES128-GCM-SHA256 +ECDHE-RSA-AES256-GCM-SHA384 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_696c082279/gold/server_configs/api_gateway.cnf b/shellops/assets/ShellOps_696c082279/gold/server_configs/api_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..1e72f217ecb3660637d76e2931ebe97cb0cf60a3 --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/gold/server_configs/api_gateway.cnf @@ -0,0 +1,4 @@ +# API Gateway TLS profile +ssl_protocols TLSv1.2 TLSv1.3; +ssl_cipher TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384; +ssl_prefer_server_ciphers on; diff --git a/shellops/assets/ShellOps_696c082279/gold/server_configs/frontend.cnf b/shellops/assets/ShellOps_696c082279/gold/server_configs/frontend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..5929b604f0b29e3c5d631271ffbf5b237518683d --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/gold/server_configs/frontend.cnf @@ -0,0 +1,4 @@ +# Frontend TLS settings +ssl_protocols TLSv1.2 TLSv1.3; +ssl_cipher TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256; +ssl_session_cache shared:SSL:10m; diff --git a/shellops/assets/ShellOps_696c082279/gold/server_configs/legacy_backend.cnf b/shellops/assets/ShellOps_696c082279/gold/server_configs/legacy_backend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..0f470a2a7ee0ab8911b04b928c7ae6c3901882ea --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/gold/server_configs/legacy_backend.cnf @@ -0,0 +1,4 @@ +# Legacy backend settings +ssl_protocols TLSv1.2; +ssl_cipher ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:AES256-SHA; +ssl_session_timeout 10m; diff --git a/shellops/assets/ShellOps_696c082279/gold/server_configs/notes.md b/shellops/assets/ShellOps_696c082279/gold/server_configs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..89c72e17c0103a4450e411fd6266df16e2a36698 --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/gold/server_configs/notes.md @@ -0,0 +1,4 @@ +# Configuration notes +- Frontend uses a balanced cipher set favoring AEAD. +- API gateway restricts to ECDSA-capable suites. +- Legacy backend retains older cipher for compatibility. diff --git a/shellops/assets/ShellOps_696c082279/init/audit/.keep b/shellops/assets/ShellOps_696c082279/init/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_696c082279/init/server_configs/api_gateway.cnf b/shellops/assets/ShellOps_696c082279/init/server_configs/api_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..1e72f217ecb3660637d76e2931ebe97cb0cf60a3 --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/init/server_configs/api_gateway.cnf @@ -0,0 +1,4 @@ +# API Gateway TLS profile +ssl_protocols TLSv1.2 TLSv1.3; +ssl_cipher TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384; +ssl_prefer_server_ciphers on; diff --git a/shellops/assets/ShellOps_696c082279/init/server_configs/frontend.cnf b/shellops/assets/ShellOps_696c082279/init/server_configs/frontend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..5929b604f0b29e3c5d631271ffbf5b237518683d --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/init/server_configs/frontend.cnf @@ -0,0 +1,4 @@ +# Frontend TLS settings +ssl_protocols TLSv1.2 TLSv1.3; +ssl_cipher TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256; +ssl_session_cache shared:SSL:10m; diff --git a/shellops/assets/ShellOps_696c082279/init/server_configs/legacy_backend.cnf b/shellops/assets/ShellOps_696c082279/init/server_configs/legacy_backend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..0f470a2a7ee0ab8911b04b928c7ae6c3901882ea --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/init/server_configs/legacy_backend.cnf @@ -0,0 +1,4 @@ +# Legacy backend settings +ssl_protocols TLSv1.2; +ssl_cipher ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:AES256-SHA; +ssl_session_timeout 10m; diff --git a/shellops/assets/ShellOps_696c082279/init/server_configs/notes.md b/shellops/assets/ShellOps_696c082279/init/server_configs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..89c72e17c0103a4450e411fd6266df16e2a36698 --- /dev/null +++ b/shellops/assets/ShellOps_696c082279/init/server_configs/notes.md @@ -0,0 +1,4 @@ +# Configuration notes +- Frontend uses a balanced cipher set favoring AEAD. +- API gateway restricts to ECDSA-capable suites. +- Legacy backend retains older cipher for compatibility. diff --git a/shellops/assets/ShellOps_69788fcbfd/gold/env/dev/ip_rules.cfg b/shellops/assets/ShellOps_69788fcbfd/gold/env/dev/ip_rules.cfg new file mode 100644 index 0000000000000000000000000000000000000000..19889804bc69fd3811b554d7e54101dfd5886212 --- /dev/null +++ b/shellops/assets/ShellOps_69788fcbfd/gold/env/dev/ip_rules.cfg @@ -0,0 +1,4 @@ +allow_ip=192.168.1.10 +allow_ip=192.168.1.20 +allow_ip=10.0.0.5 +allow_ip=192.168.1.30 diff --git a/shellops/assets/ShellOps_69788fcbfd/gold/env/prod/ip_rules.cfg b/shellops/assets/ShellOps_69788fcbfd/gold/env/prod/ip_rules.cfg new file mode 100644 index 0000000000000000000000000000000000000000..785efe5b1ab7e13a073346fa554e79fa8021d34e --- /dev/null +++ b/shellops/assets/ShellOps_69788fcbfd/gold/env/prod/ip_rules.cfg @@ -0,0 +1,4 @@ +allow_ip=192.168.1.20 +allow_ip=10.0.0.5 +allow_ip=192.168.1.40 +allow_ip=192.168.1.50 diff --git a/shellops/assets/ShellOps_69788fcbfd/gold/ip_whitelist.cfg b/shellops/assets/ShellOps_69788fcbfd/gold/ip_whitelist.cfg new file mode 100644 index 0000000000000000000000000000000000000000..2fcc1b6390607bf680abbb761cef54307d653642 --- /dev/null +++ b/shellops/assets/ShellOps_69788fcbfd/gold/ip_whitelist.cfg @@ -0,0 +1,6 @@ +10.0.0.5 +192.168.1.10 +192.168.1.20 +192.168.1.30 +192.168.1.40 +192.168.1.50 diff --git a/shellops/assets/ShellOps_69788fcbfd/init/env/dev/ip_rules.cfg b/shellops/assets/ShellOps_69788fcbfd/init/env/dev/ip_rules.cfg new file mode 100644 index 0000000000000000000000000000000000000000..19889804bc69fd3811b554d7e54101dfd5886212 --- /dev/null +++ b/shellops/assets/ShellOps_69788fcbfd/init/env/dev/ip_rules.cfg @@ -0,0 +1,4 @@ +allow_ip=192.168.1.10 +allow_ip=192.168.1.20 +allow_ip=10.0.0.5 +allow_ip=192.168.1.30 diff --git a/shellops/assets/ShellOps_69788fcbfd/init/env/prod/ip_rules.cfg b/shellops/assets/ShellOps_69788fcbfd/init/env/prod/ip_rules.cfg new file mode 100644 index 0000000000000000000000000000000000000000..785efe5b1ab7e13a073346fa554e79fa8021d34e --- /dev/null +++ b/shellops/assets/ShellOps_69788fcbfd/init/env/prod/ip_rules.cfg @@ -0,0 +1,4 @@ +allow_ip=192.168.1.20 +allow_ip=10.0.0.5 +allow_ip=192.168.1.40 +allow_ip=192.168.1.50 diff --git a/shellops/assets/ShellOps_699d6261a9/gold/active_clients.txt b/shellops/assets/ShellOps_699d6261a9/gold/active_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..32be1ce974f6269d78618a6b7fc12e0a3ec635a6 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/gold/active_clients.txt @@ -0,0 +1,4 @@ +client_alpha +client_epsilon +client_gamma +client_theta diff --git a/shellops/assets/ShellOps_699d6261a9/gold/sessions/archive/old_snapshot.json b/shellops/assets/ShellOps_699d6261a9/gold/sessions/archive/old_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7391ba1fbf112b419d862d8c7ad0e84286debb46 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/gold/sessions/archive/old_snapshot.json @@ -0,0 +1,2 @@ +{"session_id": "s9", "client_id": "client_alpha", "status": "closed"} +{"session_id": "s10", "client_id": "client_theta", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_a.json b/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ce64718aa074168d84cd5afd2dfbc37d816925cc --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_a.json @@ -0,0 +1,3 @@ +{"session_id": "s1", "client_id": "client_alpha", "status": "active"} +{"session_id": "s2", "client_id": "client_beta", "status": "closed"} +{"session_id": "s3", "client_id": "client_gamma", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_b.json b/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_b.json new file mode 100644 index 0000000000000000000000000000000000000000..2855e19b4f13da1ecf0f3aecc30571491d580dc6 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_b.json @@ -0,0 +1,3 @@ +{"session_id": "s4", "client_id": "client_delta", "status": "closed"} +{"session_id": "s5", "client_id": "client_alpha", "status": "active"} +{"session_id": "s6", "client_id": "client_epsilon", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_c.json b/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_c.json new file mode 100644 index 0000000000000000000000000000000000000000..632009c76ec1a455698d17980473ebc04a1325ae --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/gold/sessions/host_c.json @@ -0,0 +1,2 @@ +{"session_id": "s7", "client_id": "client_beta", "status": "active"} +{"session_id": "s8", "client_id": "client_zeta", "status": "closed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/gold/suppressed_clients.txt b/shellops/assets/ShellOps_699d6261a9/gold/suppressed_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbee693d32e805f78315e40ce42a2122f6f04b12 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/gold/suppressed_clients.txt @@ -0,0 +1,3 @@ +client_beta +client_zeta +client_eta \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/init/sessions/archive/old_snapshot.json b/shellops/assets/ShellOps_699d6261a9/init/sessions/archive/old_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..7391ba1fbf112b419d862d8c7ad0e84286debb46 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/init/sessions/archive/old_snapshot.json @@ -0,0 +1,2 @@ +{"session_id": "s9", "client_id": "client_alpha", "status": "closed"} +{"session_id": "s10", "client_id": "client_theta", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/init/sessions/host_a.json b/shellops/assets/ShellOps_699d6261a9/init/sessions/host_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ce64718aa074168d84cd5afd2dfbc37d816925cc --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/init/sessions/host_a.json @@ -0,0 +1,3 @@ +{"session_id": "s1", "client_id": "client_alpha", "status": "active"} +{"session_id": "s2", "client_id": "client_beta", "status": "closed"} +{"session_id": "s3", "client_id": "client_gamma", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/init/sessions/host_b.json b/shellops/assets/ShellOps_699d6261a9/init/sessions/host_b.json new file mode 100644 index 0000000000000000000000000000000000000000..2855e19b4f13da1ecf0f3aecc30571491d580dc6 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/init/sessions/host_b.json @@ -0,0 +1,3 @@ +{"session_id": "s4", "client_id": "client_delta", "status": "closed"} +{"session_id": "s5", "client_id": "client_alpha", "status": "active"} +{"session_id": "s6", "client_id": "client_epsilon", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/init/sessions/host_c.json b/shellops/assets/ShellOps_699d6261a9/init/sessions/host_c.json new file mode 100644 index 0000000000000000000000000000000000000000..632009c76ec1a455698d17980473ebc04a1325ae --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/init/sessions/host_c.json @@ -0,0 +1,2 @@ +{"session_id": "s7", "client_id": "client_beta", "status": "active"} +{"session_id": "s8", "client_id": "client_zeta", "status": "closed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_699d6261a9/init/suppressed_clients.txt b/shellops/assets/ShellOps_699d6261a9/init/suppressed_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbee693d32e805f78315e40ce42a2122f6f04b12 --- /dev/null +++ b/shellops/assets/ShellOps_699d6261a9/init/suppressed_clients.txt @@ -0,0 +1,3 @@ +client_beta +client_zeta +client_eta \ No newline at end of file diff --git a/shellops/assets/ShellOps_69bebbbee7/gold/catalog/products.ndjson b/shellops/assets/ShellOps_69bebbbee7/gold/catalog/products.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..2c2739f92433b361851d6e33137460edc41218aa --- /dev/null +++ b/shellops/assets/ShellOps_69bebbbee7/gold/catalog/products.ndjson @@ -0,0 +1,4 @@ +{"product_id":"A100","name":"Widget Alpha","category":"hardware"} +{"product_id":"A101","name":"Widget Beta","category":"hardware"} +{"product_id":"B200","name":"Gadget Gamma","category":"software"} +{"product_id":"C300","name":"Tool Delta","category":"consumables"} diff --git a/shellops/assets/ShellOps_69bebbbee7/gold/exports/2024-06_catalog.toml b/shellops/assets/ShellOps_69bebbbee7/gold/exports/2024-06_catalog.toml new file mode 100644 index 0000000000000000000000000000000000000000..a67071e4f4c0b4d3d211ea908e97cb8e4c355266 --- /dev/null +++ b/shellops/assets/ShellOps_69bebbbee7/gold/exports/2024-06_catalog.toml @@ -0,0 +1,4 @@ +product_id="A100" +product_id="A101" +product_id="C300" +product_id="D400" diff --git a/shellops/assets/ShellOps_69bebbbee7/gold/exports/notes.txt b/shellops/assets/ShellOps_69bebbbee7/gold/exports/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..931991e6b725575fa544a118dbb1780bfd043a16 --- /dev/null +++ b/shellops/assets/ShellOps_69bebbbee7/gold/exports/notes.txt @@ -0,0 +1 @@ +D400 was added during the export but is not yet in the index. diff --git a/shellops/assets/ShellOps_69bebbbee7/init/catalog/products.ndjson b/shellops/assets/ShellOps_69bebbbee7/init/catalog/products.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..2c2739f92433b361851d6e33137460edc41218aa --- /dev/null +++ b/shellops/assets/ShellOps_69bebbbee7/init/catalog/products.ndjson @@ -0,0 +1,4 @@ +{"product_id":"A100","name":"Widget Alpha","category":"hardware"} +{"product_id":"A101","name":"Widget Beta","category":"hardware"} +{"product_id":"B200","name":"Gadget Gamma","category":"software"} +{"product_id":"C300","name":"Tool Delta","category":"consumables"} diff --git a/shellops/assets/ShellOps_69bebbbee7/init/exports/2024-06_catalog.toml b/shellops/assets/ShellOps_69bebbbee7/init/exports/2024-06_catalog.toml new file mode 100644 index 0000000000000000000000000000000000000000..a67071e4f4c0b4d3d211ea908e97cb8e4c355266 --- /dev/null +++ b/shellops/assets/ShellOps_69bebbbee7/init/exports/2024-06_catalog.toml @@ -0,0 +1,4 @@ +product_id="A100" +product_id="A101" +product_id="C300" +product_id="D400" diff --git a/shellops/assets/ShellOps_69bebbbee7/init/exports/notes.txt b/shellops/assets/ShellOps_69bebbbee7/init/exports/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..931991e6b725575fa544a118dbb1780bfd043a16 --- /dev/null +++ b/shellops/assets/ShellOps_69bebbbee7/init/exports/notes.txt @@ -0,0 +1 @@ +D400 was added during the export but is not yet in the index. diff --git a/shellops/assets/ShellOps_69f3e34229/gold/failed_tests.txt b/shellops/assets/ShellOps_69f3e34229/gold/failed_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec2a09adb83ebe31ea2fd07df6084a4f16423768 --- /dev/null +++ b/shellops/assets/ShellOps_69f3e34229/gold/failed_tests.txt @@ -0,0 +1,4 @@ +test_api_auth: Missing authorization header allowed +test_logout: Session timeout not handled +test_password_reset: Token expiration not enforced +test_profile_update: Invalid email format allowed diff --git a/shellops/assets/ShellOps_69f3e34229/gold/test_results/test_run_001.log b/shellops/assets/ShellOps_69f3e34229/gold/test_results/test_run_001.log new file mode 100644 index 0000000000000000000000000000000000000000..f6775cda8650c5ba4a391f6e8bb6bb536e2a181c --- /dev/null +++ b/shellops/assets/ShellOps_69f3e34229/gold/test_results/test_run_001.log @@ -0,0 +1,8 @@ +[2024-04-01 10:00:00] Running test_login... +[2024-04-01 10:00:05] PASS: test_login +[2024-04-01 10:00:10] Running test_logout... +[2024-04-01 10:00:15] FAIL: test_logout - Session timeout not handled +[2024-04-01 10:00:20] Running test_profile_update... +[2024-04-01 10:00:25] FAIL: test_profile_update - Invalid email format allowed +[2024-04-01 10:00:30] Running test_registration... +[2024-04-01 10:00:35] PASS: test_registration \ No newline at end of file diff --git a/shellops/assets/ShellOps_69f3e34229/gold/test_results/test_run_002.log b/shellops/assets/ShellOps_69f3e34229/gold/test_results/test_run_002.log new file mode 100644 index 0000000000000000000000000000000000000000..83cfa7d74beb87a62780920417163ea0a66fa6a7 --- /dev/null +++ b/shellops/assets/ShellOps_69f3e34229/gold/test_results/test_run_002.log @@ -0,0 +1,8 @@ +[2024-04-02 09:00:00] Running test_password_reset... +[2024-04-02 09:00:05] FAIL: test_password_reset - Token expiration not enforced +[2024-04-02 09:00:10] Running test_dashboard_load... +[2024-04-02 09:00:15] PASS: test_dashboard_load +[2024-04-02 09:00:20] Running test_api_auth... +[2024-04-02 09:00:25] FAIL: test_api_auth - Missing authorization header allowed +[2024-04-02 09:00:30] Running test_file_upload... +[2024-04-02 09:00:35] PASS: test_file_upload \ No newline at end of file diff --git a/shellops/assets/ShellOps_69f3e34229/init/test_results/test_run_001.log b/shellops/assets/ShellOps_69f3e34229/init/test_results/test_run_001.log new file mode 100644 index 0000000000000000000000000000000000000000..f6775cda8650c5ba4a391f6e8bb6bb536e2a181c --- /dev/null +++ b/shellops/assets/ShellOps_69f3e34229/init/test_results/test_run_001.log @@ -0,0 +1,8 @@ +[2024-04-01 10:00:00] Running test_login... +[2024-04-01 10:00:05] PASS: test_login +[2024-04-01 10:00:10] Running test_logout... +[2024-04-01 10:00:15] FAIL: test_logout - Session timeout not handled +[2024-04-01 10:00:20] Running test_profile_update... +[2024-04-01 10:00:25] FAIL: test_profile_update - Invalid email format allowed +[2024-04-01 10:00:30] Running test_registration... +[2024-04-01 10:00:35] PASS: test_registration \ No newline at end of file diff --git a/shellops/assets/ShellOps_69f3e34229/init/test_results/test_run_002.log b/shellops/assets/ShellOps_69f3e34229/init/test_results/test_run_002.log new file mode 100644 index 0000000000000000000000000000000000000000..83cfa7d74beb87a62780920417163ea0a66fa6a7 --- /dev/null +++ b/shellops/assets/ShellOps_69f3e34229/init/test_results/test_run_002.log @@ -0,0 +1,8 @@ +[2024-04-02 09:00:00] Running test_password_reset... +[2024-04-02 09:00:05] FAIL: test_password_reset - Token expiration not enforced +[2024-04-02 09:00:10] Running test_dashboard_load... +[2024-04-02 09:00:15] PASS: test_dashboard_load +[2024-04-02 09:00:20] Running test_api_auth... +[2024-04-02 09:00:25] FAIL: test_api_auth - Missing authorization header allowed +[2024-04-02 09:00:30] Running test_file_upload... +[2024-04-02 09:00:35] PASS: test_file_upload \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a26c50f44/gold/specs/cloud_deployment.rst b/shellops/assets/ShellOps_6a26c50f44/gold/specs/cloud_deployment.rst new file mode 100644 index 0000000000000000000000000000000000000000..16b07d350392f71ba04b879ed321aeda9be54fd1 --- /dev/null +++ b/shellops/assets/ShellOps_6a26c50f44/gold/specs/cloud_deployment.rst @@ -0,0 +1,3 @@ +.. envvar:: API_ENDPOINT +.. envvar:: DB_PASSWORD +.. envvar:: DEBUG_MODE diff --git a/shellops/assets/ShellOps_6a26c50f44/gold/specs/deployment_guide.rst b/shellops/assets/ShellOps_6a26c50f44/gold/specs/deployment_guide.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc54460db99c897953a60d03322d844585f2f2e4 --- /dev/null +++ b/shellops/assets/ShellOps_6a26c50f44/gold/specs/deployment_guide.rst @@ -0,0 +1,3 @@ +.. envvar:: API_ENDPOINT +.. envvar:: DB_PASSWORD +.. envvar:: CACHE_SIZE diff --git a/shellops/assets/ShellOps_6a26c50f44/gold/validation_errors.log b/shellops/assets/ShellOps_6a26c50f44/gold/validation_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..90d2621e3c1c964822a848d26ccdad096e0cf962 --- /dev/null +++ b/shellops/assets/ShellOps_6a26c50f44/gold/validation_errors.log @@ -0,0 +1,2 @@ + CACHE_SIZE +DEBUG_MODE diff --git a/shellops/assets/ShellOps_6a26c50f44/init/specs/cloud_deployment.rst b/shellops/assets/ShellOps_6a26c50f44/init/specs/cloud_deployment.rst new file mode 100644 index 0000000000000000000000000000000000000000..16b07d350392f71ba04b879ed321aeda9be54fd1 --- /dev/null +++ b/shellops/assets/ShellOps_6a26c50f44/init/specs/cloud_deployment.rst @@ -0,0 +1,3 @@ +.. envvar:: API_ENDPOINT +.. envvar:: DB_PASSWORD +.. envvar:: DEBUG_MODE diff --git a/shellops/assets/ShellOps_6a26c50f44/init/specs/deployment_guide.rst b/shellops/assets/ShellOps_6a26c50f44/init/specs/deployment_guide.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc54460db99c897953a60d03322d844585f2f2e4 --- /dev/null +++ b/shellops/assets/ShellOps_6a26c50f44/init/specs/deployment_guide.rst @@ -0,0 +1,3 @@ +.. envvar:: API_ENDPOINT +.. envvar:: DB_PASSWORD +.. envvar:: CACHE_SIZE diff --git a/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_a.conf b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..384643608be4be1e9e88b128a6f05972b4cbd96a --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_a.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=100 +burst_limit=60 + +[logging] +level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_b.conf b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..7ec1f3b1aec98ddca48d63c5c9187b37bbfc2c36 --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_b.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=200 +burst_limit=30 + +[logging] +level=debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_c.conf b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..4f6b397af91e8fee77780d7d81f8fbd8be2cd476 --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_c.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=150 +burst_limit=75 + +[logging] +level=warn \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_d.conf b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..c05d5f1ca1086fd1d7b628ae7a022be3cba46b46 --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/gold/configs/service_d.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=120 +burst_limit=45 + +[logging] +level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_a.conf b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..384643608be4be1e9e88b128a6f05972b4cbd96a --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_a.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=100 +burst_limit=60 + +[logging] +level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_b.conf b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..7ec1f3b1aec98ddca48d63c5c9187b37bbfc2c36 --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_b.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=200 +burst_limit=30 + +[logging] +level=debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_c.conf b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..4f6b397af91e8fee77780d7d81f8fbd8be2cd476 --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_c.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=150 +burst_limit=75 + +[logging] +level=warn \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_d.conf b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..c05d5f1ca1086fd1d7b628ae7a022be3cba46b46 --- /dev/null +++ b/shellops/assets/ShellOps_6a2e360e0e/init/configs/service_d.conf @@ -0,0 +1,6 @@ +[api_limits] +rate_limit=120 +burst_limit=45 + +[logging] +level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a810fac7d/gold/baseline/devices.txt b/shellops/assets/ShellOps_6a810fac7d/gold/baseline/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed1f0481751b607d7cd89bb45d2e2e2b4f795ae1 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/gold/baseline/devices.txt @@ -0,0 +1,5 @@ +DEV-101 +DEV-102 +DEV-103 +DEV-104 +DEV-105 diff --git a/shellops/assets/ShellOps_6a810fac7d/gold/docs/notes.md b/shellops/assets/ShellOps_6a810fac7d/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a0142bc6273af54323b9d15463ebf7b2be0b3567 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/gold/docs/notes.md @@ -0,0 +1 @@ +Legacy device DEV-107 is present in runtime but not in the approved baseline. diff --git a/shellops/assets/ShellOps_6a810fac7d/gold/missing_devices.txt b/shellops/assets/ShellOps_6a810fac7d/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a57575508fef14f7805ad68cef6fbb159ccf4e01 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/gold/missing_devices.txt @@ -0,0 +1,3 @@ +DEV-102 +DEV-104 +DEV-105 diff --git a/shellops/assets/ShellOps_6a810fac7d/gold/runtime/inventory.xml b/shellops/assets/ShellOps_6a810fac7d/gold/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d018a4b4ff617a652cc5c7346be1924e344ad68 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/gold/runtime/inventory.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_6a810fac7d/init/baseline/devices.txt b/shellops/assets/ShellOps_6a810fac7d/init/baseline/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed1f0481751b607d7cd89bb45d2e2e2b4f795ae1 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/init/baseline/devices.txt @@ -0,0 +1,5 @@ +DEV-101 +DEV-102 +DEV-103 +DEV-104 +DEV-105 diff --git a/shellops/assets/ShellOps_6a810fac7d/init/docs/notes.md b/shellops/assets/ShellOps_6a810fac7d/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a0142bc6273af54323b9d15463ebf7b2be0b3567 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/init/docs/notes.md @@ -0,0 +1 @@ +Legacy device DEV-107 is present in runtime but not in the approved baseline. diff --git a/shellops/assets/ShellOps_6a810fac7d/init/runtime/inventory.xml b/shellops/assets/ShellOps_6a810fac7d/init/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d018a4b4ff617a652cc5c7346be1924e344ad68 --- /dev/null +++ b/shellops/assets/ShellOps_6a810fac7d/init/runtime/inventory.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_6a95502fd6/gold/alerts/suppressions.txt b/shellops/assets/ShellOps_6a95502fd6/gold/alerts/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0ebfc6212cb2578d5918f6d87a183178e29d7be --- /dev/null +++ b/shellops/assets/ShellOps_6a95502fd6/gold/alerts/suppressions.txt @@ -0,0 +1,3 @@ +Memory warning +TLS handshake +latency \ No newline at end of file diff --git a/shellops/assets/ShellOps_6a95502fd6/init/alerts/suppressions.txt b/shellops/assets/ShellOps_6a95502fd6/init/alerts/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0ebfc6212cb2578d5918f6d87a183178e29d7be --- /dev/null +++ b/shellops/assets/ShellOps_6a95502fd6/init/alerts/suppressions.txt @@ -0,0 +1,3 @@ +Memory warning +TLS handshake +latency \ No newline at end of file diff --git a/shellops/assets/ShellOps_6abeb3f571/gold/ownership_fixes.txt b/shellops/assets/ShellOps_6abeb3f571/gold/ownership_fixes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f14cbe9eedf9539efddb03badf1b78daf9a5d01 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/gold/ownership_fixes.txt @@ -0,0 +1,3 @@ +src/main.py +src/tests/test_main.py +src/utils/helpers.py diff --git a/shellops/assets/ShellOps_6abeb3f571/gold/src/.keep b/shellops/assets/ShellOps_6abeb3f571/gold/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6abeb3f571/gold/src/main.py b/shellops/assets/ShellOps_6abeb3f571/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..256f92fbfda96d9aa287357eb58902e8b4f88e06 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/gold/src/main.py @@ -0,0 +1,9 @@ +// Owner: main_team +#!/usr/bin/env python3 +# Core application entry point + +import sys + +def main(): + print("Starting application") + # ... rest of code diff --git a/shellops/assets/ShellOps_6abeb3f571/gold/src/models/user.py b/shellops/assets/ShellOps_6abeb3f571/gold/src/models/user.py new file mode 100644 index 0000000000000000000000000000000000000000..4b92c8996b589317e5eeb6166b52de2c657e8393 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/gold/src/models/user.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +// Owner: user_team +# User model definitions + +class User: + def __init__(self, uid, name): + self.uid = uid + self.name = name diff --git a/shellops/assets/ShellOps_6abeb3f571/gold/src/tests/test_main.py b/shellops/assets/ShellOps_6abeb3f571/gold/src/tests/test_main.py new file mode 100644 index 0000000000000000000000000000000000000000..33d270b54971f40699edd6f74861547faee5fc11 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/gold/src/tests/test_main.py @@ -0,0 +1,9 @@ +// Owner: test_main_team +#!/usr/bin/env python3 +# Unit tests for main.py + +import unittest + +class TestMain(unittest.TestCase): + def test_basic(self): + self.assertTrue(True) diff --git a/shellops/assets/ShellOps_6abeb3f571/gold/src/utils/helpers.py b/shellops/assets/ShellOps_6abeb3f571/gold/src/utils/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..ad7122e03ceae51b4da6ee6ac9f8ff5689a32d5c --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/gold/src/utils/helpers.py @@ -0,0 +1,9 @@ +// Owner: helpers_team +#!/usr/bin/env python3 +# Utility helper functions + +import os + +def read_config(path): + with open(path, 'r') as f: + return f.read() diff --git a/shellops/assets/ShellOps_6abeb3f571/init/src/.keep b/shellops/assets/ShellOps_6abeb3f571/init/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6abeb3f571/init/src/main.py b/shellops/assets/ShellOps_6abeb3f571/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..52b147a15ce2e44b451a5b2847e24bd4242afe77 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/init/src/main.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# Core application entry point + +import sys + +def main(): + print("Starting application") + # ... rest of code diff --git a/shellops/assets/ShellOps_6abeb3f571/init/src/models/user.py b/shellops/assets/ShellOps_6abeb3f571/init/src/models/user.py new file mode 100644 index 0000000000000000000000000000000000000000..4b92c8996b589317e5eeb6166b52de2c657e8393 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/init/src/models/user.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +// Owner: user_team +# User model definitions + +class User: + def __init__(self, uid, name): + self.uid = uid + self.name = name diff --git a/shellops/assets/ShellOps_6abeb3f571/init/src/tests/test_main.py b/shellops/assets/ShellOps_6abeb3f571/init/src/tests/test_main.py new file mode 100644 index 0000000000000000000000000000000000000000..7f80620ae4a9599d0210fc085951870d76257ead --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/init/src/tests/test_main.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# Unit tests for main.py + +import unittest + +class TestMain(unittest.TestCase): + def test_basic(self): + self.assertTrue(True) diff --git a/shellops/assets/ShellOps_6abeb3f571/init/src/utils/helpers.py b/shellops/assets/ShellOps_6abeb3f571/init/src/utils/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..14b6c3f53fc8a39ab3b1905ce3ebce1453328615 --- /dev/null +++ b/shellops/assets/ShellOps_6abeb3f571/init/src/utils/helpers.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# Utility helper functions + +import os + +def read_config(path): + with open(path, 'r') as f: + return f.read() diff --git a/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/logger_mod b/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/logger_mod new file mode 100644 index 0000000000000000000000000000000000000000..277169793d3850fdd8c566fa530ce8c546bfd0e9 --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/logger_mod @@ -0,0 +1 @@ +Binary data for logger_mod \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/network_patch b/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/network_patch new file mode 100644 index 0000000000000000000000000000000000000000..5c812c38f1e2317bbd8da5d017fd4867c9c4ba8c --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/network_patch @@ -0,0 +1 @@ +Binary data for network_patch \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/unused_feature b/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/unused_feature new file mode 100644 index 0000000000000000000000000000000000000000..2d45023d39c97ea1ab53ab87f689f6dcb304fb9b --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/gold/firmware_binaries/unused_feature @@ -0,0 +1 @@ +Binary data for unused_feature \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/gold/payload_manifest.psv b/shellops/assets/ShellOps_6b0f37268e/gold/payload_manifest.psv new file mode 100644 index 0000000000000000000000000000000000000000..36ce888605fd682aeac67bd9b03809e9b3d5671d --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/gold/payload_manifest.psv @@ -0,0 +1,5 @@ +module_name|hash|status +sensor_drv|abc123|approved +logger_mod|def456|unverified +network_patch|ghi789|deprecated +old_compat|jkl012|approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/logger_mod b/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/logger_mod new file mode 100644 index 0000000000000000000000000000000000000000..277169793d3850fdd8c566fa530ce8c546bfd0e9 --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/logger_mod @@ -0,0 +1 @@ +Binary data for logger_mod \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/network_patch b/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/network_patch new file mode 100644 index 0000000000000000000000000000000000000000..5c812c38f1e2317bbd8da5d017fd4867c9c4ba8c --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/network_patch @@ -0,0 +1 @@ +Binary data for network_patch \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/unused_feature b/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/unused_feature new file mode 100644 index 0000000000000000000000000000000000000000..2d45023d39c97ea1ab53ab87f689f6dcb304fb9b --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/init/firmware_binaries/unused_feature @@ -0,0 +1 @@ +Binary data for unused_feature \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b0f37268e/init/payload_manifest.psv b/shellops/assets/ShellOps_6b0f37268e/init/payload_manifest.psv new file mode 100644 index 0000000000000000000000000000000000000000..36ce888605fd682aeac67bd9b03809e9b3d5671d --- /dev/null +++ b/shellops/assets/ShellOps_6b0f37268e/init/payload_manifest.psv @@ -0,0 +1,5 @@ +module_name|hash|status +sensor_drv|abc123|approved +logger_mod|def456|unverified +network_patch|ghi789|deprecated +old_compat|jkl012|approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/allowlist.tsv b/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/allowlist.tsv new file mode 100644 index 0000000000000000000000000000000000000000..28dd062912dc08fd0156e50788f0b6c534edb52d --- /dev/null +++ b/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/allowlist.tsv @@ -0,0 +1,4 @@ +ip allowed_until +203.0.113.5 2024-04-30 +198.51.100.22 2024-05-15 +192.0.2.45 2024-06-01 diff --git a/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/denied.log b/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/denied.log new file mode 100644 index 0000000000000000000000000000000000000000..d642f6f06231f2d43650988e3398c0df7b936e22 --- /dev/null +++ b/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/denied.log @@ -0,0 +1,4 @@ +2024-04-18T09:45:23 DENY 203.0.113.5 via port 22 +2024-04-18T10:01:12 DENY 10.2.8.15 via port 80 +2024-04-18T11:34:56 DENY 198.51.100.99 via port 443 +2024-04-18T12:15:00 DENY 172.16.42.200 via port 3389 diff --git a/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/suspicious_ips.txt b/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/suspicious_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..099f4aeb5733f247dfc2ad849bcde1f05645d522 --- /dev/null +++ b/shellops/assets/ShellOps_6b146b1d3a/gold/firewalls/suspicious_ips.txt @@ -0,0 +1 @@ +198.51.100.99 diff --git a/shellops/assets/ShellOps_6b146b1d3a/init/firewalls/allowlist.tsv b/shellops/assets/ShellOps_6b146b1d3a/init/firewalls/allowlist.tsv new file mode 100644 index 0000000000000000000000000000000000000000..28dd062912dc08fd0156e50788f0b6c534edb52d --- /dev/null +++ b/shellops/assets/ShellOps_6b146b1d3a/init/firewalls/allowlist.tsv @@ -0,0 +1,4 @@ +ip allowed_until +203.0.113.5 2024-04-30 +198.51.100.22 2024-05-15 +192.0.2.45 2024-06-01 diff --git a/shellops/assets/ShellOps_6b146b1d3a/init/firewalls/denied.log b/shellops/assets/ShellOps_6b146b1d3a/init/firewalls/denied.log new file mode 100644 index 0000000000000000000000000000000000000000..d642f6f06231f2d43650988e3398c0df7b936e22 --- /dev/null +++ b/shellops/assets/ShellOps_6b146b1d3a/init/firewalls/denied.log @@ -0,0 +1,4 @@ +2024-04-18T09:45:23 DENY 203.0.113.5 via port 22 +2024-04-18T10:01:12 DENY 10.2.8.15 via port 80 +2024-04-18T11:34:56 DENY 198.51.100.99 via port 443 +2024-04-18T12:15:00 DENY 172.16.42.200 via port 3389 diff --git a/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Feb.prom b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Feb.prom new file mode 100644 index 0000000000000000000000000000000000000000..3ac835ceca6cd100143064d1d7c2c905df58f08b --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Feb.prom @@ -0,0 +1,3 @@ +acmecorp=1350 +globex=820 +initech=1600 diff --git a/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Jan.prom b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Jan.prom new file mode 100644 index 0000000000000000000000000000000000000000..096a2c836e7cb23b52dae8fd1d243e1bf803aaf9 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Jan.prom @@ -0,0 +1,3 @@ +acmecorp=1200 +globex=800 +initech=1500 diff --git a/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Mar.prom b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Mar.prom new file mode 100644 index 0000000000000000000000000000000000000000..61c6efd9e61a670fd11dc0860e6f42758984a772 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q1-Mar.prom @@ -0,0 +1,3 @@ +acmecorp=1280 +globex=810 +initech=1550 diff --git a/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q2-Apr.prom b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q2-Apr.prom new file mode 100644 index 0000000000000000000000000000000000000000..aeb755afd467ee9ea0a3dbee761dad2ccb1054d7 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/gold/usage/2024-Q2-Apr.prom @@ -0,0 +1,3 @@ +acmecorp=1420 +globex=830 +initech=1700 diff --git a/shellops/assets/ShellOps_6b4fd22484/gold/usage/acmecorp_total.prom b/shellops/assets/ShellOps_6b4fd22484/gold/usage/acmecorp_total.prom new file mode 100644 index 0000000000000000000000000000000000000000..1e85fa87a4e03c944664a6270657b8241605fe92 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/gold/usage/acmecorp_total.prom @@ -0,0 +1,4 @@ +acmecorp=1350 +acmecorp=1200 +acmecorp=1280 +acmecorp=1420 diff --git a/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Feb.prom b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Feb.prom new file mode 100644 index 0000000000000000000000000000000000000000..3ac835ceca6cd100143064d1d7c2c905df58f08b --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Feb.prom @@ -0,0 +1,3 @@ +acmecorp=1350 +globex=820 +initech=1600 diff --git a/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Jan.prom b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Jan.prom new file mode 100644 index 0000000000000000000000000000000000000000..096a2c836e7cb23b52dae8fd1d243e1bf803aaf9 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Jan.prom @@ -0,0 +1,3 @@ +acmecorp=1200 +globex=800 +initech=1500 diff --git a/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Mar.prom b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Mar.prom new file mode 100644 index 0000000000000000000000000000000000000000..61c6efd9e61a670fd11dc0860e6f42758984a772 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q1-Mar.prom @@ -0,0 +1,3 @@ +acmecorp=1280 +globex=810 +initech=1550 diff --git a/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q2-Apr.prom b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q2-Apr.prom new file mode 100644 index 0000000000000000000000000000000000000000..aeb755afd467ee9ea0a3dbee761dad2ccb1054d7 --- /dev/null +++ b/shellops/assets/ShellOps_6b4fd22484/init/usage/2024-Q2-Apr.prom @@ -0,0 +1,3 @@ +acmecorp=1420 +globex=830 +initech=1700 diff --git a/shellops/assets/ShellOps_6b5ec83032/gold/live_shipments.log b/shellops/assets/ShellOps_6b5ec83032/gold/live_shipments.log new file mode 100644 index 0000000000000000000000000000000000000000..a0a737cbc923210391d877a4ec4b44c1ff4cc781 --- /dev/null +++ b/shellops/assets/ShellOps_6b5ec83032/gold/live_shipments.log @@ -0,0 +1,8 @@ +2024-08-01 14:33:12 delivery of ABC-12345 completed +2024-08-02 09:15:44 shipment DEF-98765 delayed +2024-08-02 11:22:03 received GHI-54321 from warehouse +2024-08-03 16:45:19 SKU MNO-99999 not found in catalog +2024-08-03 17:01:55 processing ABC-12346 for return +2024-08-04 08:30:00 DEF-98765 arrived at destination +2024-08-04 10:11:23 unexpected entry XYZ-00001 +2024-08-05 12:05:44 JKL-11111 shipped with expedited service \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b5ec83032/gold/missing_warranty.tsv b/shellops/assets/ShellOps_6b5ec83032/gold/missing_warranty.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f165280ce9808e01776a3bf03b77643312dae305 --- /dev/null +++ b/shellops/assets/ShellOps_6b5ec83032/gold/missing_warranty.tsv @@ -0,0 +1,2 @@ +ABC-12346 missing warranty +DEF-98765 missing warranty diff --git a/shellops/assets/ShellOps_6b5ec83032/gold/vendor_inventory.tsv b/shellops/assets/ShellOps_6b5ec83032/gold/vendor_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d2afbaa77a05c542c5612718b43e8f0dabbbb71e --- /dev/null +++ b/shellops/assets/ShellOps_6b5ec83032/gold/vendor_inventory.tsv @@ -0,0 +1,7 @@ +SKU Vendor Warranty +ABC-12345 VendorX valid +ABC-12346 VendorX N/A +DEF-98765 VendorY +GHI-54321 VendorZ active +JKL-11111 VendorX extended +ABC-12347 VendorX valid \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b5ec83032/init/live_shipments.log b/shellops/assets/ShellOps_6b5ec83032/init/live_shipments.log new file mode 100644 index 0000000000000000000000000000000000000000..a0a737cbc923210391d877a4ec4b44c1ff4cc781 --- /dev/null +++ b/shellops/assets/ShellOps_6b5ec83032/init/live_shipments.log @@ -0,0 +1,8 @@ +2024-08-01 14:33:12 delivery of ABC-12345 completed +2024-08-02 09:15:44 shipment DEF-98765 delayed +2024-08-02 11:22:03 received GHI-54321 from warehouse +2024-08-03 16:45:19 SKU MNO-99999 not found in catalog +2024-08-03 17:01:55 processing ABC-12346 for return +2024-08-04 08:30:00 DEF-98765 arrived at destination +2024-08-04 10:11:23 unexpected entry XYZ-00001 +2024-08-05 12:05:44 JKL-11111 shipped with expedited service \ No newline at end of file diff --git a/shellops/assets/ShellOps_6b5ec83032/init/vendor_inventory.tsv b/shellops/assets/ShellOps_6b5ec83032/init/vendor_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d2afbaa77a05c542c5612718b43e8f0dabbbb71e --- /dev/null +++ b/shellops/assets/ShellOps_6b5ec83032/init/vendor_inventory.tsv @@ -0,0 +1,7 @@ +SKU Vendor Warranty +ABC-12345 VendorX valid +ABC-12346 VendorX N/A +DEF-98765 VendorY +GHI-54321 VendorZ active +JKL-11111 VendorX extended +ABC-12347 VendorX valid \ No newline at end of file diff --git a/shellops/assets/ShellOps_6bb5edfafc/gold/active_calibrations.tsv b/shellops/assets/ShellOps_6bb5edfafc/gold/active_calibrations.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b1ccb4f6ce00f6ddfce444532856ec9c8d1a72f9 --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/gold/active_calibrations.tsv @@ -0,0 +1,7 @@ +sensor_id timestamp status calibration_offset +S001 2024-06-10T14:22:00Z active +0.003 +S003 2024-07-01T16:45:22Z active +0.001 +S004 2024-05-30T11:33:18Z pending +0.008 +S006 2024-07-12T10:10:10Z active +0.002 +S007 2024-04-15T08:44:33Z retired +0.015 +S008 2024-07-05T12:30:45Z active -0.003 diff --git a/shellops/assets/ShellOps_6bb5edfafc/gold/calibrations.tsv b/shellops/assets/ShellOps_6bb5edfafc/gold/calibrations.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f655df71397f8af0c168de8447aaec81bc7c372d --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/gold/calibrations.tsv @@ -0,0 +1,9 @@ +sensor_id timestamp status calibration_offset +S001 2024-06-10T14:22:00Z active +0.003 +S002 2024-05-22T09:15:30Z deprecated -0.012 +S003 2024-07-01T16:45:22Z active +0.001 +S004 2024-05-30T11:33:18Z pending +0.008 +S005 2024-06-28T13:20:05Z deprecated -0.005 +S006 2024-07-12T10:10:10Z active +0.002 +S007 2024-04-15T08:44:33Z retired +0.015 +S008 2024-07-05T12:30:45Z active -0.003 diff --git a/shellops/assets/ShellOps_6bb5edfafc/gold/distractor.log b/shellops/assets/ShellOps_6bb5edfafc/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..5ee70d897a153f5df8e36f4c2aa7f6f0329938a9 --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/gold/distractor.log @@ -0,0 +1,3 @@ +2024-07-15T10:00:00 DEBUG calibration of sensor S002 skipped because it is deprecated +2024-07-15T10:01:00 INFO sensor S001 offset within tolerance +2024-07-15T10:02:00 WARN sensor S004 pending review diff --git a/shellops/assets/ShellOps_6bb5edfafc/gold/labnotes.md b/shellops/assets/ShellOps_6bb5edfafc/gold/labnotes.md new file mode 100644 index 0000000000000000000000000000000000000000..a8b32847fde91335cf9df67220ecb5f36c2ca9da --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/gold/labnotes.md @@ -0,0 +1,7 @@ +# Lab Instrument Notes + +- Sensors marked as 'deprecated' in the calibration table should be excluded from active monitoring. +- The calibration timestamp uses ISO 8601 format. +- The "sensor_id" column uniquely identifies each device. +- The 'status' column can be 'active', 'deprecated', 'pending', or 'retired'. +- Always verify that the filtered table retains the header line. diff --git a/shellops/assets/ShellOps_6bb5edfafc/init/calibrations.tsv b/shellops/assets/ShellOps_6bb5edfafc/init/calibrations.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f655df71397f8af0c168de8447aaec81bc7c372d --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/init/calibrations.tsv @@ -0,0 +1,9 @@ +sensor_id timestamp status calibration_offset +S001 2024-06-10T14:22:00Z active +0.003 +S002 2024-05-22T09:15:30Z deprecated -0.012 +S003 2024-07-01T16:45:22Z active +0.001 +S004 2024-05-30T11:33:18Z pending +0.008 +S005 2024-06-28T13:20:05Z deprecated -0.005 +S006 2024-07-12T10:10:10Z active +0.002 +S007 2024-04-15T08:44:33Z retired +0.015 +S008 2024-07-05T12:30:45Z active -0.003 diff --git a/shellops/assets/ShellOps_6bb5edfafc/init/distractor.log b/shellops/assets/ShellOps_6bb5edfafc/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..5ee70d897a153f5df8e36f4c2aa7f6f0329938a9 --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/init/distractor.log @@ -0,0 +1,3 @@ +2024-07-15T10:00:00 DEBUG calibration of sensor S002 skipped because it is deprecated +2024-07-15T10:01:00 INFO sensor S001 offset within tolerance +2024-07-15T10:02:00 WARN sensor S004 pending review diff --git a/shellops/assets/ShellOps_6bb5edfafc/init/labnotes.md b/shellops/assets/ShellOps_6bb5edfafc/init/labnotes.md new file mode 100644 index 0000000000000000000000000000000000000000..a8b32847fde91335cf9df67220ecb5f36c2ca9da --- /dev/null +++ b/shellops/assets/ShellOps_6bb5edfafc/init/labnotes.md @@ -0,0 +1,7 @@ +# Lab Instrument Notes + +- Sensors marked as 'deprecated' in the calibration table should be excluded from active monitoring. +- The calibration timestamp uses ISO 8601 format. +- The "sensor_id" column uniquely identifies each device. +- The 'status' column can be 'active', 'deprecated', 'pending', or 'retired'. +- Always verify that the filtered table retains the header line. diff --git a/shellops/assets/ShellOps_6bdf66b6f8/gold/missing_vlans.txt b/shellops/assets/ShellOps_6bdf66b6f8/gold/missing_vlans.txt new file mode 100644 index 0000000000000000000000000000000000000000..d411bb7c1acabe5edc652eb910b74ab77be9dd3d --- /dev/null +++ b/shellops/assets/ShellOps_6bdf66b6f8/gold/missing_vlans.txt @@ -0,0 +1 @@ +400 diff --git a/shellops/assets/ShellOps_6bdf66b6f8/gold/switch1_audit.log b/shellops/assets/ShellOps_6bdf66b6f8/gold/switch1_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..d25419be2492ab2d43ca5838e70eb5ee5e1d400d --- /dev/null +++ b/shellops/assets/ShellOps_6bdf66b6f8/gold/switch1_audit.log @@ -0,0 +1,5 @@ +2024-04-15 08:02: PORT 1/1/1 assigned VLAN 100 +2024-04-15 08:03: PORT 1/1/2 assigned VLAN 200 +2024-04-15 08:04: PORT 1/1/3 assigned VLAN 300 +2024-04-15 08:05: PORT 1/1/4 assigned VLAN 100 +2024-04-15 error: Invalid VLAN 500 attempt diff --git a/shellops/assets/ShellOps_6bdf66b6f8/gold/vlans.tsv b/shellops/assets/ShellOps_6bdf66b6f8/gold/vlans.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1b9145d547ef49746c79ec46655a68d1dbfacb30 --- /dev/null +++ b/shellops/assets/ShellOps_6bdf66b6f8/gold/vlans.tsv @@ -0,0 +1,5 @@ +VLANID Name Purpose +100 prod_web Web Servers +200 prod_db Database Cluster +300 mgmt Management Network +400 backup Backup VLAN diff --git a/shellops/assets/ShellOps_6bdf66b6f8/init/switch1_audit.log b/shellops/assets/ShellOps_6bdf66b6f8/init/switch1_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..d25419be2492ab2d43ca5838e70eb5ee5e1d400d --- /dev/null +++ b/shellops/assets/ShellOps_6bdf66b6f8/init/switch1_audit.log @@ -0,0 +1,5 @@ +2024-04-15 08:02: PORT 1/1/1 assigned VLAN 100 +2024-04-15 08:03: PORT 1/1/2 assigned VLAN 200 +2024-04-15 08:04: PORT 1/1/3 assigned VLAN 300 +2024-04-15 08:05: PORT 1/1/4 assigned VLAN 100 +2024-04-15 error: Invalid VLAN 500 attempt diff --git a/shellops/assets/ShellOps_6bdf66b6f8/init/vlans.tsv b/shellops/assets/ShellOps_6bdf66b6f8/init/vlans.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1b9145d547ef49746c79ec46655a68d1dbfacb30 --- /dev/null +++ b/shellops/assets/ShellOps_6bdf66b6f8/init/vlans.tsv @@ -0,0 +1,5 @@ +VLANID Name Purpose +100 prod_web Web Servers +200 prod_db Database Cluster +300 mgmt Management Network +400 backup Backup VLAN diff --git a/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_01.yaml b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4936243350a8755b190fbc5a56e57a0606bf078e --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_01.yaml @@ -0,0 +1,2 @@ +sensor_type: temperature +reading: 23.5 diff --git a/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_02.yaml b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..09533ac35844cc517e159a77665e73f54f00ce81 --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_02.yaml @@ -0,0 +1,2 @@ +sensor_type: pressure +reading: 101.3 diff --git a/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_03.yaml b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f9223b5d4fb8726f4d0f6da37d4a2925588f62f8 --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_03.yaml @@ -0,0 +1,2 @@ +sensor_type: humidity +reading: 45.2 diff --git a/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_04.yaml b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..750a710400b4c50a82c5e6a88bf2ca198568f17b --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/gold/data/sensor_measurements_04.yaml @@ -0,0 +1,2 @@ +sensor_type: temperature +reading: 22.8 diff --git a/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_01.yaml b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4936243350a8755b190fbc5a56e57a0606bf078e --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_01.yaml @@ -0,0 +1,2 @@ +sensor_type: temperature +reading: 23.5 diff --git a/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_02.yaml b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..09533ac35844cc517e159a77665e73f54f00ce81 --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_02.yaml @@ -0,0 +1,2 @@ +sensor_type: pressure +reading: 101.3 diff --git a/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_03.yaml b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f9223b5d4fb8726f4d0f6da37d4a2925588f62f8 --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_03.yaml @@ -0,0 +1,2 @@ +sensor_type: humidity +reading: 45.2 diff --git a/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_04.yaml b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..750a710400b4c50a82c5e6a88bf2ca198568f17b --- /dev/null +++ b/shellops/assets/ShellOps_6bfb4e0309/init/data/sensor_measurements_04.yaml @@ -0,0 +1,2 @@ +sensor_type: temperature +reading: 22.8 diff --git a/shellops/assets/ShellOps_6c050bacb5/gold/building_access.csv b/shellops/assets/ShellOps_6c050bacb5/gold/building_access.csv new file mode 100644 index 0000000000000000000000000000000000000000..56f03691c68dc50ee7b9876540b18d40966a3c0f --- /dev/null +++ b/shellops/assets/ShellOps_6c050bacb5/gold/building_access.csv @@ -0,0 +1,4 @@ +staff_id,timestamp,door +s1234,2024-03-15T08:15:00,Main East +s5678,2024-03-15T08:17:12,North Wing +s9012,2024-03-15T08:18:45,Research Lab \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c050bacb5/gold/building_access_normalized.csv b/shellops/assets/ShellOps_6c050bacb5/gold/building_access_normalized.csv new file mode 100644 index 0000000000000000000000000000000000000000..2e11f628e6fef44e4a919a6004bc77d8073682cd --- /dev/null +++ b/shellops/assets/ShellOps_6c050bacb5/gold/building_access_normalized.csv @@ -0,0 +1,4 @@ +staff_id,timestamp,door +S1234,2024-03-15T08:15:00,Main East +S5678,2024-03-15T08:17:12,North Wing +S9012,2024-03-15T08:18:45,Research Lab diff --git a/shellops/assets/ShellOps_6c050bacb5/gold/employee_roster.csv b/shellops/assets/ShellOps_6c050bacb5/gold/employee_roster.csv new file mode 100644 index 0000000000000000000000000000000000000000..cdf5691059999ad500c5b2fa27fb1617c9087b8e --- /dev/null +++ b/shellops/assets/ShellOps_6c050bacb5/gold/employee_roster.csv @@ -0,0 +1,4 @@ +staff_id,name +S1234,Alice Chen +S5678,Bob Wilson +S9012,Carlos Diaz \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c050bacb5/init/building_access.csv b/shellops/assets/ShellOps_6c050bacb5/init/building_access.csv new file mode 100644 index 0000000000000000000000000000000000000000..56f03691c68dc50ee7b9876540b18d40966a3c0f --- /dev/null +++ b/shellops/assets/ShellOps_6c050bacb5/init/building_access.csv @@ -0,0 +1,4 @@ +staff_id,timestamp,door +s1234,2024-03-15T08:15:00,Main East +s5678,2024-03-15T08:17:12,North Wing +s9012,2024-03-15T08:18:45,Research Lab \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c050bacb5/init/employee_roster.csv b/shellops/assets/ShellOps_6c050bacb5/init/employee_roster.csv new file mode 100644 index 0000000000000000000000000000000000000000..cdf5691059999ad500c5b2fa27fb1617c9087b8e --- /dev/null +++ b/shellops/assets/ShellOps_6c050bacb5/init/employee_roster.csv @@ -0,0 +1,4 @@ +staff_id,name +S1234,Alice Chen +S5678,Bob Wilson +S9012,Carlos Diaz \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c105c2f9e/gold/notes/irrelevant.txt b/shellops/assets/ShellOps_6c105c2f9e/gold/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d69c03182879281e4496f3997389f76d9b8d27e --- /dev/null +++ b/shellops/assets/ShellOps_6c105c2f9e/gold/notes/irrelevant.txt @@ -0,0 +1,2 @@ +This file should be ignored during aggregation. +It contains no structured error data. diff --git a/shellops/assets/ShellOps_6c105c2f9e/gold/reports/error_ranking.txt b/shellops/assets/ShellOps_6c105c2f9e/gold/reports/error_ranking.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c5847a5f753fc3d2cefa8f3a9d48fc101d8f50a --- /dev/null +++ b/shellops/assets/ShellOps_6c105c2f9e/gold/reports/error_ranking.txt @@ -0,0 +1,4 @@ +error_code count +bad_request 7 +auth_failed 5 +tx_timeout 4 diff --git a/shellops/assets/ShellOps_6c105c2f9e/init/notes/irrelevant.txt b/shellops/assets/ShellOps_6c105c2f9e/init/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d69c03182879281e4496f3997389f76d9b8d27e --- /dev/null +++ b/shellops/assets/ShellOps_6c105c2f9e/init/notes/irrelevant.txt @@ -0,0 +1,2 @@ +This file should be ignored during aggregation. +It contains no structured error data. diff --git a/shellops/assets/ShellOps_6c1a986db5/gold/audit_logs/2024_audit1.json b/shellops/assets/ShellOps_6c1a986db5/gold/audit_logs/2024_audit1.json new file mode 100644 index 0000000000000000000000000000000000000000..03ea29466a1c9accc01105577b134b8cce2ee0ea --- /dev/null +++ b/shellops/assets/ShellOps_6c1a986db5/gold/audit_logs/2024_audit1.json @@ -0,0 +1 @@ +{"high": ["unauthorized_access", "data_leak"], "critical": ["ransomware_detected"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c1a986db5/gold/audit_logs/2024_audit2.json b/shellops/assets/ShellOps_6c1a986db5/gold/audit_logs/2024_audit2.json new file mode 100644 index 0000000000000000000000000000000000000000..5f69dd25b1474c0089364219f543e02d4519257f --- /dev/null +++ b/shellops/assets/ShellOps_6c1a986db5/gold/audit_logs/2024_audit2.json @@ -0,0 +1 @@ +{"high": ["privilege_escalation", "unauthorized_access"], "critical": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c1a986db5/gold/excluded_labels.txt b/shellops/assets/ShellOps_6c1a986db5/gold/excluded_labels.txt new file mode 100644 index 0000000000000000000000000000000000000000..21cec821993047dd7dc43081c3ae4498acaff25f --- /dev/null +++ b/shellops/assets/ShellOps_6c1a986db5/gold/excluded_labels.txt @@ -0,0 +1 @@ +unauthorized_access \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c1a986db5/init/audit_logs/2024_audit1.json b/shellops/assets/ShellOps_6c1a986db5/init/audit_logs/2024_audit1.json new file mode 100644 index 0000000000000000000000000000000000000000..03ea29466a1c9accc01105577b134b8cce2ee0ea --- /dev/null +++ b/shellops/assets/ShellOps_6c1a986db5/init/audit_logs/2024_audit1.json @@ -0,0 +1 @@ +{"high": ["unauthorized_access", "data_leak"], "critical": ["ransomware_detected"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c1a986db5/init/audit_logs/2024_audit2.json b/shellops/assets/ShellOps_6c1a986db5/init/audit_logs/2024_audit2.json new file mode 100644 index 0000000000000000000000000000000000000000..5f69dd25b1474c0089364219f543e02d4519257f --- /dev/null +++ b/shellops/assets/ShellOps_6c1a986db5/init/audit_logs/2024_audit2.json @@ -0,0 +1 @@ +{"high": ["privilege_escalation", "unauthorized_access"], "critical": []} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c1a986db5/init/excluded_labels.txt b/shellops/assets/ShellOps_6c1a986db5/init/excluded_labels.txt new file mode 100644 index 0000000000000000000000000000000000000000..21cec821993047dd7dc43081c3ae4498acaff25f --- /dev/null +++ b/shellops/assets/ShellOps_6c1a986db5/init/excluded_labels.txt @@ -0,0 +1 @@ +unauthorized_access \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c22e19468/gold/policy/active_criteria.md b/shellops/assets/ShellOps_6c22e19468/gold/policy/active_criteria.md new file mode 100644 index 0000000000000000000000000000000000000000..abd2ab9e2ea1e6c8aa9dbfbbe6526b5fb97b3c57 --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/gold/policy/active_criteria.md @@ -0,0 +1,7 @@ +# Active Device Criteria + +A device is considered active and approved if: +- status equals "active" +- approved equals true + +These criteria are used to filter the device registry for firmware updates. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c22e19468/gold/policy/suppressions.txt b/shellops/assets/ShellOps_6c22e19468/gold/policy/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dc2a7495f09498b2a755cb9725100c538aee15a --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/gold/policy/suppressions.txt @@ -0,0 +1,2 @@ +dev004 +dev009 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c22e19468/gold/registry/devices.json b/shellops/assets/ShellOps_6c22e19468/gold/registry/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..46416c44b19a4f2758b87ca4de0109482c5b2d4d --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/gold/registry/devices.json @@ -0,0 +1,8 @@ +[ + {"id": "dev001", "status": "active", "approved": true}, + {"id": "dev002", "status": "inactive", "approved": true}, + {"id": "dev003", "status": "active", "approved": false}, + {"id": "dev004", "status": "active", "approved": true}, + {"id": "dev005", "status": "maintenance", "approved": true}, + {"id": "dev006", "status": "active", "approved": true} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c22e19468/gold/reports/active_approved_devices.txt b/shellops/assets/ShellOps_6c22e19468/gold/reports/active_approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc86963d420ffd850d7d7cca3d567f879ca18494 --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/gold/reports/active_approved_devices.txt @@ -0,0 +1,2 @@ +dev001 +dev006 diff --git a/shellops/assets/ShellOps_6c22e19468/init/policy/active_criteria.md b/shellops/assets/ShellOps_6c22e19468/init/policy/active_criteria.md new file mode 100644 index 0000000000000000000000000000000000000000..abd2ab9e2ea1e6c8aa9dbfbbe6526b5fb97b3c57 --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/init/policy/active_criteria.md @@ -0,0 +1,7 @@ +# Active Device Criteria + +A device is considered active and approved if: +- status equals "active" +- approved equals true + +These criteria are used to filter the device registry for firmware updates. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c22e19468/init/policy/suppressions.txt b/shellops/assets/ShellOps_6c22e19468/init/policy/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dc2a7495f09498b2a755cb9725100c538aee15a --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/init/policy/suppressions.txt @@ -0,0 +1,2 @@ +dev004 +dev009 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c22e19468/init/registry/devices.json b/shellops/assets/ShellOps_6c22e19468/init/registry/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..46416c44b19a4f2758b87ca4de0109482c5b2d4d --- /dev/null +++ b/shellops/assets/ShellOps_6c22e19468/init/registry/devices.json @@ -0,0 +1,8 @@ +[ + {"id": "dev001", "status": "active", "approved": true}, + {"id": "dev002", "status": "inactive", "approved": true}, + {"id": "dev003", "status": "active", "approved": false}, + {"id": "dev004", "status": "active", "approved": true}, + {"id": "dev005", "status": "maintenance", "approved": true}, + {"id": "dev006", "status": "active", "approved": true} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c6232f74c/gold/baseline/devices.txt b/shellops/assets/ShellOps_6c6232f74c/gold/baseline/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cd1c8a3eee51f8c6d256f2ead348ac0dfe6a5c4 --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/gold/baseline/devices.txt @@ -0,0 +1,10 @@ +device123 +sensor_alpha +device456 +controller_beta +actuator_gamma +device789 +sensor_delta +controller_epsilon +actuator_zeta +device101 diff --git a/shellops/assets/ShellOps_6c6232f74c/gold/inventory/active_devices.xml b/shellops/assets/ShellOps_6c6232f74c/gold/inventory/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..78a222667381894850986f85303af8ea228d015c --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/gold/inventory/active_devices.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_6c6232f74c/gold/notes/obsolete_devices.md b/shellops/assets/ShellOps_6c6232f74c/gold/notes/obsolete_devices.md new file mode 100644 index 0000000000000000000000000000000000000000..87ec8cf2d7bd5334c6ded316b56bab33c51c0a34 --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/gold/notes/obsolete_devices.md @@ -0,0 +1,5 @@ +# Obsolete Devices + +These devices are no longer in use and should be ignored: +- sensor_delta (decommissioned) +- controller_epsilon (retired) diff --git a/shellops/assets/ShellOps_6c6232f74c/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_6c6232f74c/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f3e06f6a14f6beef0f94f89856e354341852aa9 --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/gold/reports/missing_devices.txt @@ -0,0 +1,6 @@ +actuator_gamma +actuator_zeta +controller_beta +controller_epsilon +sensor_alpha +sensor_delta diff --git a/shellops/assets/ShellOps_6c6232f74c/init/baseline/devices.txt b/shellops/assets/ShellOps_6c6232f74c/init/baseline/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cd1c8a3eee51f8c6d256f2ead348ac0dfe6a5c4 --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/init/baseline/devices.txt @@ -0,0 +1,10 @@ +device123 +sensor_alpha +device456 +controller_beta +actuator_gamma +device789 +sensor_delta +controller_epsilon +actuator_zeta +device101 diff --git a/shellops/assets/ShellOps_6c6232f74c/init/inventory/active_devices.xml b/shellops/assets/ShellOps_6c6232f74c/init/inventory/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..78a222667381894850986f85303af8ea228d015c --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/init/inventory/active_devices.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_6c6232f74c/init/notes/obsolete_devices.md b/shellops/assets/ShellOps_6c6232f74c/init/notes/obsolete_devices.md new file mode 100644 index 0000000000000000000000000000000000000000..87ec8cf2d7bd5334c6ded316b56bab33c51c0a34 --- /dev/null +++ b/shellops/assets/ShellOps_6c6232f74c/init/notes/obsolete_devices.md @@ -0,0 +1,5 @@ +# Obsolete Devices + +These devices are no longer in use and should be ignored: +- sensor_delta (decommissioned) +- controller_epsilon (retired) diff --git a/shellops/assets/ShellOps_6c9357533e/gold/modified_tests.log b/shellops/assets/ShellOps_6c9357533e/gold/modified_tests.log new file mode 100644 index 0000000000000000000000000000000000000000..44a20b9e9b2349c88cf20a5792ee0287c54cfab1 --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/gold/modified_tests.log @@ -0,0 +1,2 @@ +tests/server/unit/auth_test.c +tests/server/unit/network_test.c diff --git a/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/.keep b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/auth_test.c b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/auth_test.c new file mode 100644 index 0000000000000000000000000000000000000000..9b573b2a7650a4684de6a18d6b5397d31a44b241 --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/auth_test.c @@ -0,0 +1,6 @@ +#include +#include "new_test_utils.h" + +void test_auth() { + // Test code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/legacy_test.c b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/legacy_test.c new file mode 100644 index 0000000000000000000000000000000000000000..312770ae6003ad14f2a1f9d6ac5326f38ebe6b9e --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/legacy_test.c @@ -0,0 +1,2 @@ +// Uses old headers +#include "deprecated.h" diff --git a/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/network_test.c b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/network_test.c new file mode 100644 index 0000000000000000000000000000000000000000..5ac9b0867281e44a35f4df9cd37ac343bbf3b9b6 --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/gold/tests/server/unit/network_test.c @@ -0,0 +1,6 @@ +#include "new_test_utils.h" +#include + +void test_network() { + // Test code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/.keep b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/auth_test.c b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/auth_test.c new file mode 100644 index 0000000000000000000000000000000000000000..0662e25ee9d35ccf00bd83999bb9ae2a41260bcc --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/auth_test.c @@ -0,0 +1,6 @@ +#include +#include "test_helpers.h" + +void test_auth() { + // Test code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/legacy_test.c b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/legacy_test.c new file mode 100644 index 0000000000000000000000000000000000000000..312770ae6003ad14f2a1f9d6ac5326f38ebe6b9e --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/legacy_test.c @@ -0,0 +1,2 @@ +// Uses old headers +#include "deprecated.h" diff --git a/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/network_test.c b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/network_test.c new file mode 100644 index 0000000000000000000000000000000000000000..d6a528e8a6f668d3ae2d305ee403a4cd69bb82a7 --- /dev/null +++ b/shellops/assets/ShellOps_6c9357533e/init/tests/server/unit/network_test.c @@ -0,0 +1,6 @@ +#include "test_helpers.h" +#include + +void test_network() { + // Test code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ca75dde06/gold/error_logs/20240521_errors.tsv b/shellops/assets/ShellOps_6ca75dde06/gold/error_logs/20240521_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ffa4e1989f9c65ca482b27dcff9531ec7ee3f597 --- /dev/null +++ b/shellops/assets/ShellOps_6ca75dde06/gold/error_logs/20240521_errors.tsv @@ -0,0 +1,4 @@ +error_id timestamp error_type +123 2024-05-21T08:15 connection_timeout +456 2024-05-21T09:30 auth_failure +789 2024-05-21T10:45 connection_timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ca75dde06/gold/resolved_incidents.tsv b/shellops/assets/ShellOps_6ca75dde06/gold/resolved_incidents.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4a3998dc935955bd074352febd81ae578779e743 --- /dev/null +++ b/shellops/assets/ShellOps_6ca75dde06/gold/resolved_incidents.tsv @@ -0,0 +1,3 @@ +error_id resolution_time technician +456 2024-05-21T10:00 JohnD +789 2024-05-21T11:30 JaneS \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ca75dde06/init/error_logs/20240521_errors.tsv b/shellops/assets/ShellOps_6ca75dde06/init/error_logs/20240521_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ffa4e1989f9c65ca482b27dcff9531ec7ee3f597 --- /dev/null +++ b/shellops/assets/ShellOps_6ca75dde06/init/error_logs/20240521_errors.tsv @@ -0,0 +1,4 @@ +error_id timestamp error_type +123 2024-05-21T08:15 connection_timeout +456 2024-05-21T09:30 auth_failure +789 2024-05-21T10:45 connection_timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ca75dde06/init/resolved_incidents.tsv b/shellops/assets/ShellOps_6ca75dde06/init/resolved_incidents.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4a3998dc935955bd074352febd81ae578779e743 --- /dev/null +++ b/shellops/assets/ShellOps_6ca75dde06/init/resolved_incidents.tsv @@ -0,0 +1,3 @@ +error_id resolution_time technician +456 2024-05-21T10:00 JohnD +789 2024-05-21T11:30 JaneS \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cbc27d575/gold/host_inventory.txt b/shellops/assets/ShellOps_6cbc27d575/gold/host_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ca405772fd9a4130043339daaa0f8010682a1ae --- /dev/null +++ b/shellops/assets/ShellOps_6cbc27d575/gold/host_inventory.txt @@ -0,0 +1,6 @@ +web01 +app02 +db03 +cache04 +api05 +logs06 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cbc27d575/gold/missing_hosts.txt b/shellops/assets/ShellOps_6cbc27d575/gold/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..e519a353d395232d027fc8983e2a4ced6cf67690 --- /dev/null +++ b/shellops/assets/ShellOps_6cbc27d575/gold/missing_hosts.txt @@ -0,0 +1,3 @@ +cache04 +db03 +logs06 diff --git a/shellops/assets/ShellOps_6cbc27d575/gold/proxy_config.xml b/shellops/assets/ShellOps_6cbc27d575/gold/proxy_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..7e08e710abc0361c619d53b2c4df2e7e0d29cedd --- /dev/null +++ b/shellops/assets/ShellOps_6cbc27d575/gold/proxy_config.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cbc27d575/init/.tmp/valid_hosts b/shellops/assets/ShellOps_6cbc27d575/init/.tmp/valid_hosts new file mode 100644 index 0000000000000000000000000000000000000000..3cc9c7a4a5250a4256a3976669394899147fcc83 --- /dev/null +++ b/shellops/assets/ShellOps_6cbc27d575/init/.tmp/valid_hosts @@ -0,0 +1,3 @@ +app02 +web01 +api05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cbc27d575/init/host_inventory.txt b/shellops/assets/ShellOps_6cbc27d575/init/host_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ca405772fd9a4130043339daaa0f8010682a1ae --- /dev/null +++ b/shellops/assets/ShellOps_6cbc27d575/init/host_inventory.txt @@ -0,0 +1,6 @@ +web01 +app02 +db03 +cache04 +api05 +logs06 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cbc27d575/init/proxy_config.xml b/shellops/assets/ShellOps_6cbc27d575/init/proxy_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..7e08e710abc0361c619d53b2c4df2e7e0d29cedd --- /dev/null +++ b/shellops/assets/ShellOps_6cbc27d575/init/proxy_config.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cc17534d9/gold/canonical_inventory.tsv b/shellops/assets/ShellOps_6cc17534d9/gold/canonical_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a78a62b220082d2237722d442099cf30f856772a --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/gold/canonical_inventory.tsv @@ -0,0 +1,4 @@ +DeviceType Location DeviceIDs +Router RackA RTR-101,RTR-102 +Switch RackB SW-201 +Firewall RackC FW-301,FW-302,FW-303 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cc17534d9/gold/deployments.log b/shellops/assets/ShellOps_6cc17534d9/gold/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..9d932ea2d5532b42eafda23d7ac921d8f1af8b87 --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/gold/deployments.log @@ -0,0 +1,4 @@ +2024-05-01T14:00:00 | DEVICE:SW-201 | STATUS:active | OPERATOR:john +2024-05-02T09:30:00 | DEVICE:RTR-101 | STATUS:active | OPERATOR:alice +2024-05-02T10:15:00 | DEVICE:SW-201 | STATUS:inactive | OPERATOR:john +2024-05-03T11:20:00 | DEVICE:FW-302 | STATUS:active | OPERATOR:bob \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cc17534d9/gold/discrepancies.txt b/shellops/assets/ShellOps_6cc17534d9/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..457f468b6920d33d79968ae560ec03fe631eb323 --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/gold/discrepancies.txt @@ -0,0 +1,3 @@ +FW-301 +FW-303 +RTR-102 diff --git a/shellops/assets/ShellOps_6cc17534d9/gold/distractors/notes.md b/shellops/assets/ShellOps_6cc17534d9/gold/distractors/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..49f394a07178264342292bb3392b415946f4d754 --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/gold/distractors/notes.md @@ -0,0 +1,2 @@ +# Maintenance Notes +- Scheduled downtime for RackC on 2024-05-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cc17534d9/init/canonical_inventory.tsv b/shellops/assets/ShellOps_6cc17534d9/init/canonical_inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a78a62b220082d2237722d442099cf30f856772a --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/init/canonical_inventory.tsv @@ -0,0 +1,4 @@ +DeviceType Location DeviceIDs +Router RackA RTR-101,RTR-102 +Switch RackB SW-201 +Firewall RackC FW-301,FW-302,FW-303 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cc17534d9/init/deployments.log b/shellops/assets/ShellOps_6cc17534d9/init/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..9d932ea2d5532b42eafda23d7ac921d8f1af8b87 --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/init/deployments.log @@ -0,0 +1,4 @@ +2024-05-01T14:00:00 | DEVICE:SW-201 | STATUS:active | OPERATOR:john +2024-05-02T09:30:00 | DEVICE:RTR-101 | STATUS:active | OPERATOR:alice +2024-05-02T10:15:00 | DEVICE:SW-201 | STATUS:inactive | OPERATOR:john +2024-05-03T11:20:00 | DEVICE:FW-302 | STATUS:active | OPERATOR:bob \ No newline at end of file diff --git a/shellops/assets/ShellOps_6cc17534d9/init/distractors/notes.md b/shellops/assets/ShellOps_6cc17534d9/init/distractors/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..49f394a07178264342292bb3392b415946f4d754 --- /dev/null +++ b/shellops/assets/ShellOps_6cc17534d9/init/distractors/notes.md @@ -0,0 +1,2 @@ +# Maintenance Notes +- Scheduled downtime for RackC on 2024-05-04 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ccca09e2e/gold/exclude_ips.txt b/shellops/assets/ShellOps_6ccca09e2e/gold/exclude_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..b04daaae140794ff4034a0c6806e14fe9f3a2433 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/gold/exclude_ips.txt @@ -0,0 +1,2 @@ +198.51.100.78 +203.0.113.45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ccca09e2e/gold/handshake/handshake_alpha.json b/shellops/assets/ShellOps_6ccca09e2e/gold/handshake/handshake_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c287cc63e60b77a31e953f7b4c4b61b406ee5904 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/gold/handshake/handshake_alpha.json @@ -0,0 +1,3 @@ +{"timestamp":"2024-05-21T10:23:45Z","client_ip":"192.0.2.45","tls_alert":"certificate_unknown","server_name":"api.example.com"} +{"timestamp":"2024-05-21T10:24:12Z","client_ip":"198.51.100.78","tls_alert":"handshake_failure","server_name":"api.example.com"} +{"timestamp":"2024-05-21T10:25:33Z","client_ip":"203.0.113.101","tls_alert":"certificate_unknown","server_name":"gateway.example.com"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ccca09e2e/gold/handshake/handshake_beta.json b/shellops/assets/ShellOps_6ccca09e2e/gold/handshake/handshake_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..e6a01b1b089cb9fddb5f0636ac1d18414c873560 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/gold/handshake/handshake_beta.json @@ -0,0 +1,3 @@ +{"timestamp":"2024-05-21T11:15:22Z","client_ip":"192.0.2.45","tls_alert":"certificate_unknown","server_name":"api.example.com"} +{"timestamp":"2024-05-21T11:16:05Z","client_ip":"198.51.100.203","tls_alert":"access_denied","server_name":"login.example.com"} +{"timestamp":"2024-05-21T11:17:41Z","client_ip":"203.0.113.45","tls_alert":"certificate_unknown","server_name":"gateway.example.com"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ccca09e2e/gold/unknown_cert_clients.txt b/shellops/assets/ShellOps_6ccca09e2e/gold/unknown_cert_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..6af062bf33fabf61a42f61ee28d889603476b982 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/gold/unknown_cert_clients.txt @@ -0,0 +1,2 @@ +192.0.2.45 +203.0.113.101 diff --git a/shellops/assets/ShellOps_6ccca09e2e/init/exclude_ips.txt b/shellops/assets/ShellOps_6ccca09e2e/init/exclude_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..b04daaae140794ff4034a0c6806e14fe9f3a2433 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/init/exclude_ips.txt @@ -0,0 +1,2 @@ +198.51.100.78 +203.0.113.45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ccca09e2e/init/handshake/handshake_alpha.json b/shellops/assets/ShellOps_6ccca09e2e/init/handshake/handshake_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c287cc63e60b77a31e953f7b4c4b61b406ee5904 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/init/handshake/handshake_alpha.json @@ -0,0 +1,3 @@ +{"timestamp":"2024-05-21T10:23:45Z","client_ip":"192.0.2.45","tls_alert":"certificate_unknown","server_name":"api.example.com"} +{"timestamp":"2024-05-21T10:24:12Z","client_ip":"198.51.100.78","tls_alert":"handshake_failure","server_name":"api.example.com"} +{"timestamp":"2024-05-21T10:25:33Z","client_ip":"203.0.113.101","tls_alert":"certificate_unknown","server_name":"gateway.example.com"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ccca09e2e/init/handshake/handshake_beta.json b/shellops/assets/ShellOps_6ccca09e2e/init/handshake/handshake_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..e6a01b1b089cb9fddb5f0636ac1d18414c873560 --- /dev/null +++ b/shellops/assets/ShellOps_6ccca09e2e/init/handshake/handshake_beta.json @@ -0,0 +1,3 @@ +{"timestamp":"2024-05-21T11:15:22Z","client_ip":"192.0.2.45","tls_alert":"certificate_unknown","server_name":"api.example.com"} +{"timestamp":"2024-05-21T11:16:05Z","client_ip":"198.51.100.203","tls_alert":"access_denied","server_name":"login.example.com"} +{"timestamp":"2024-05-21T11:17:41Z","client_ip":"203.0.113.45","tls_alert":"certificate_unknown","server_name":"gateway.example.com"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/active.xml b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/active.xml new file mode 100644 index 0000000000000000000000000000000000000000..f28e36164ac48b5f730e19840024efad38e0a2db --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/active.xml @@ -0,0 +1,6 @@ + + + alice + bob + carol + diff --git a/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/approved_users.txt b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5c1ebd51e53cac2cbb46c58ee3995fe9d757543 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/approved_users.txt @@ -0,0 +1,5 @@ +carol +bob +alice +diana +eve \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/legacy.xml b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/legacy.xml new file mode 100644 index 0000000000000000000000000000000000000000..a8966d25a9ba58ead2aff4bee9f39ae1454d6403 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/legacy.xml @@ -0,0 +1,6 @@ + + + old_admin + eve + diana + diff --git a/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/missing_users.txt b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/missing_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..702367c2b64480c30c38621c995fd36fdfb82715 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/missing_users.txt @@ -0,0 +1,2 @@ +diana +eve diff --git a/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/notes.md b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ef41cc5f9e1eb10c351ecbd3f411da2596d69f50 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/gold/bastion/notes.md @@ -0,0 +1,2 @@ +Only active.xml should be used for current access control. +Legacy.xml contains historical accounts that must not be re-enabled. diff --git a/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/active.xml b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/active.xml new file mode 100644 index 0000000000000000000000000000000000000000..f28e36164ac48b5f730e19840024efad38e0a2db --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/active.xml @@ -0,0 +1,6 @@ + + + alice + bob + carol + diff --git a/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/approved_users.txt b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5c1ebd51e53cac2cbb46c58ee3995fe9d757543 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/approved_users.txt @@ -0,0 +1,5 @@ +carol +bob +alice +diana +eve \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/legacy.xml b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/legacy.xml new file mode 100644 index 0000000000000000000000000000000000000000..a8966d25a9ba58ead2aff4bee9f39ae1454d6403 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/legacy.xml @@ -0,0 +1,6 @@ + + + old_admin + eve + diana + diff --git a/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/notes.md b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ef41cc5f9e1eb10c351ecbd3f411da2596d69f50 --- /dev/null +++ b/shellops/assets/ShellOps_6d1ea5b96e/init/bastion/notes.md @@ -0,0 +1,2 @@ +Only active.xml should be used for current access control. +Legacy.xml contains historical accounts that must not be re-enabled. diff --git a/shellops/assets/ShellOps_6d206df6f5/gold/irrelevant/notes.txt b/shellops/assets/ShellOps_6d206df6f5/gold/irrelevant/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b81b2a394216e14311efd2c7a70c4510f99b88 --- /dev/null +++ b/shellops/assets/ShellOps_6d206df6f5/gold/irrelevant/notes.txt @@ -0,0 +1,2 @@ +Some random notes +TRACK:IGNORE ignore this diff --git a/shellops/assets/ShellOps_6d206df6f5/gold/tracking_report.txt b/shellops/assets/ShellOps_6d206df6f5/gold/tracking_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..53baceee1d0e14f3eceeeacc4a53f05683fdf1b6 --- /dev/null +++ b/shellops/assets/ShellOps_6d206df6f5/gold/tracking_report.txt @@ -0,0 +1,7 @@ +A1B2C3:5 +L1M2N3:2 +M4N5O6:1 +P4Q5R6:1 +Q7R8S9:2 +X9Y8Z7:4 +Z0A1B2:1 diff --git a/shellops/assets/ShellOps_6d206df6f5/init/irrelevant/notes.txt b/shellops/assets/ShellOps_6d206df6f5/init/irrelevant/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b81b2a394216e14311efd2c7a70c4510f99b88 --- /dev/null +++ b/shellops/assets/ShellOps_6d206df6f5/init/irrelevant/notes.txt @@ -0,0 +1,2 @@ +Some random notes +TRACK:IGNORE ignore this diff --git a/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorA.cfg b/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorA.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3490f977f81496a3d76b5b9a5be17692cc754d77 --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorA.cfg @@ -0,0 +1,6 @@ +sensor_id=SN12345 +timestamp=2023-10-05T14:30:00Z +sensor_id=SN67890 +timestamp=2023-09-28T09:15:00Z +sensor_id=SN12345 +timestamp=2023-10-12T11:45:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorB.cfg b/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorB.cfg new file mode 100644 index 0000000000000000000000000000000000000000..73f7ec8c6d221784f3c2d5758f649a57559fd7ec --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorB.cfg @@ -0,0 +1,6 @@ +sensor_id=SN67890 +timestamp=2023-10-01T16:20:00Z +sensor_id=SN54321 +timestamp=2023-10-08T10:00:00Z +sensor_id=SN67890 +timestamp=2023-09-25T13:50:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorC.cfg b/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorC.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7b42494d08a04a53261fd560f8d6996227e10353 --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/gold/calibration/sensorC.cfg @@ -0,0 +1,6 @@ +sensor_id=SN54321 +timestamp=2023-10-15T08:30:00Z +sensor_id=SN12345 +timestamp=2023-09-30T12:00:00Z +sensor_id=SN54321 +timestamp=2023-10-10T14:45:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d586d9679/gold/calibration_summary.cfg b/shellops/assets/ShellOps_6d586d9679/gold/calibration_summary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..47bbaa82251d8e26c289c5da0f558543c1cbd31a --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/gold/calibration_summary.cfg @@ -0,0 +1,3 @@ +SN12345 2023-10-12T11:45:00Z +SN54321 2023-10-15T08:30:00Z +SN67890 2023-10-01T16:20:00Z diff --git a/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorA.cfg b/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorA.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3490f977f81496a3d76b5b9a5be17692cc754d77 --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorA.cfg @@ -0,0 +1,6 @@ +sensor_id=SN12345 +timestamp=2023-10-05T14:30:00Z +sensor_id=SN67890 +timestamp=2023-09-28T09:15:00Z +sensor_id=SN12345 +timestamp=2023-10-12T11:45:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorB.cfg b/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorB.cfg new file mode 100644 index 0000000000000000000000000000000000000000..73f7ec8c6d221784f3c2d5758f649a57559fd7ec --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorB.cfg @@ -0,0 +1,6 @@ +sensor_id=SN67890 +timestamp=2023-10-01T16:20:00Z +sensor_id=SN54321 +timestamp=2023-10-08T10:00:00Z +sensor_id=SN67890 +timestamp=2023-09-25T13:50:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorC.cfg b/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorC.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7b42494d08a04a53261fd560f8d6996227e10353 --- /dev/null +++ b/shellops/assets/ShellOps_6d586d9679/init/calibration/sensorC.cfg @@ -0,0 +1,6 @@ +sensor_id=SN54321 +timestamp=2023-10-15T08:30:00Z +sensor_id=SN12345 +timestamp=2023-09-30T12:00:00Z +sensor_id=SN54321 +timestamp=2023-10-10T14:45:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_6d95c4243b/gold/compliance/approved_ciphers.txt b/shellops/assets/ShellOps_6d95c4243b/gold/compliance/approved_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f749ce720d47ba6b6912e7f7754541b5d46ead9 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/gold/compliance/approved_ciphers.txt @@ -0,0 +1,5 @@ +TLS_AES_128_GCM_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 +TLS_ECDHE_ECDSA_AES_128_GCM_SHA256 +TLS_ECDHE_RSA_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_6d95c4243b/gold/policy/deprecated_ciphers.txt b/shellops/assets/ShellOps_6d95c4243b/gold/policy/deprecated_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..743ecdfdfa948149e6c4f69cf7c9a42be8a20d10 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/gold/policy/deprecated_ciphers.txt @@ -0,0 +1,3 @@ +TLS_RSA_WITH_AES_256_CBC_SHA +TLS_RSA_WITH_AES_128_CBC_SHA +TLS_DHE_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_6d95c4243b/gold/reports/notes.md b/shellops/assets/ShellOps_6d95c4243b/gold/reports/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1d91a48eeb74ac60f89cbaa264c10f3743a71d76 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/gold/reports/notes.md @@ -0,0 +1,8 @@ +# Tenant TLS Reports Overview + +This directory contains quarterly TLS configuration snapshots for each tenant. +- tenant_alpha: modern cipher preferences +- tenant_beta: balanced compatibility +- tenant_gamma: legacy support enabled + +Note: Some tenants may include additional metadata fields not used in this summary. diff --git a/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_alpha.json b/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f860af7ec797fffad134b7329a97640316a4194c --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_alpha.json @@ -0,0 +1,10 @@ +{ + "tenant_id": "alpha", + "tls": { + "ciphers": [ + {"suite": "TLS_AES_256_GCM_SHA384", "status": "approved"}, + {"suite": "TLS_CHACHA20_POLY1305_SHA256", "status": "approved"}, + {"suite": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "status": "approved"} + ] + } +} diff --git a/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_beta.json b/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..8555a6c966f4476927afd32ed7b6e74bd55e9be9 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_beta.json @@ -0,0 +1,10 @@ +{ + "tenant_id": "beta", + "tls": { + "ciphers": [ + {"suite": "TLS_AES_128_GCM_SHA256", "status": "approved"}, + {"suite": "TLS_ECDHE_ECDSA_AES_128_GCM_SHA256", "status": "approved"}, + {"suite": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "status": "approved"} + ] + } +} diff --git a/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_gamma.json b/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a97da2e990bfdf3e6d6333435c5bb9be3f068721 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/gold/reports/tenant_gamma.json @@ -0,0 +1,9 @@ +{ + "tenant_id": "gamma", + "tls": { + "ciphers": [ + {"suite": "TLS_RSA_WITH_AES_256_CBC_SHA", "status": "approved"}, + {"suite": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "status": "approved"} + ] + } +} diff --git a/shellops/assets/ShellOps_6d95c4243b/init/policy/deprecated_ciphers.txt b/shellops/assets/ShellOps_6d95c4243b/init/policy/deprecated_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..743ecdfdfa948149e6c4f69cf7c9a42be8a20d10 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/init/policy/deprecated_ciphers.txt @@ -0,0 +1,3 @@ +TLS_RSA_WITH_AES_256_CBC_SHA +TLS_RSA_WITH_AES_128_CBC_SHA +TLS_DHE_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_6d95c4243b/init/reports/notes.md b/shellops/assets/ShellOps_6d95c4243b/init/reports/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1d91a48eeb74ac60f89cbaa264c10f3743a71d76 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/init/reports/notes.md @@ -0,0 +1,8 @@ +# Tenant TLS Reports Overview + +This directory contains quarterly TLS configuration snapshots for each tenant. +- tenant_alpha: modern cipher preferences +- tenant_beta: balanced compatibility +- tenant_gamma: legacy support enabled + +Note: Some tenants may include additional metadata fields not used in this summary. diff --git a/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_alpha.json b/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f860af7ec797fffad134b7329a97640316a4194c --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_alpha.json @@ -0,0 +1,10 @@ +{ + "tenant_id": "alpha", + "tls": { + "ciphers": [ + {"suite": "TLS_AES_256_GCM_SHA384", "status": "approved"}, + {"suite": "TLS_CHACHA20_POLY1305_SHA256", "status": "approved"}, + {"suite": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "status": "approved"} + ] + } +} diff --git a/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_beta.json b/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..8555a6c966f4476927afd32ed7b6e74bd55e9be9 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_beta.json @@ -0,0 +1,10 @@ +{ + "tenant_id": "beta", + "tls": { + "ciphers": [ + {"suite": "TLS_AES_128_GCM_SHA256", "status": "approved"}, + {"suite": "TLS_ECDHE_ECDSA_AES_128_GCM_SHA256", "status": "approved"}, + {"suite": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "status": "approved"} + ] + } +} diff --git a/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_gamma.json b/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a97da2e990bfdf3e6d6333435c5bb9be3f068721 --- /dev/null +++ b/shellops/assets/ShellOps_6d95c4243b/init/reports/tenant_gamma.json @@ -0,0 +1,9 @@ +{ + "tenant_id": "gamma", + "tls": { + "ciphers": [ + {"suite": "TLS_RSA_WITH_AES_256_CBC_SHA", "status": "approved"}, + {"suite": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "status": "approved"} + ] + } +} diff --git a/shellops/assets/ShellOps_6da24485b1/gold/missing_items.txt b/shellops/assets/ShellOps_6da24485b1/gold/missing_items.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae9b1a69c984607763a1568ed13bdc62133c5bb9 --- /dev/null +++ b/shellops/assets/ShellOps_6da24485b1/gold/missing_items.txt @@ -0,0 +1,4 @@ +baking powder +chocolate chips +cocoa powder +milk diff --git a/shellops/assets/ShellOps_6da24485b1/gold/supplier1.yaml b/shellops/assets/ShellOps_6da24485b1/gold/supplier1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..15709da8e9b6aa29f1d00d575910d71a257b4274 --- /dev/null +++ b/shellops/assets/ShellOps_6da24485b1/gold/supplier1.yaml @@ -0,0 +1,6 @@ +flour: 2kg +sugar: 1kg +eggs: 12 +butter: 500g +vanilla extract: 200ml +salt: 100g \ No newline at end of file diff --git a/shellops/assets/ShellOps_6da24485b1/gold/supplier2.txt b/shellops/assets/ShellOps_6da24485b1/gold/supplier2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fd08b39ebd1b3e5ceb10d9b7a516b67ba79be58 --- /dev/null +++ b/shellops/assets/ShellOps_6da24485b1/gold/supplier2.txt @@ -0,0 +1,10 @@ +flour +sugar +eggs +butter +vanilla extract +salt +cocoa powder +baking powder +milk +chocolate chips \ No newline at end of file diff --git a/shellops/assets/ShellOps_6da24485b1/init/.tmp/keep b/shellops/assets/ShellOps_6da24485b1/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6da24485b1/init/supplier1.yaml b/shellops/assets/ShellOps_6da24485b1/init/supplier1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..15709da8e9b6aa29f1d00d575910d71a257b4274 --- /dev/null +++ b/shellops/assets/ShellOps_6da24485b1/init/supplier1.yaml @@ -0,0 +1,6 @@ +flour: 2kg +sugar: 1kg +eggs: 12 +butter: 500g +vanilla extract: 200ml +salt: 100g \ No newline at end of file diff --git a/shellops/assets/ShellOps_6da24485b1/init/supplier2.txt b/shellops/assets/ShellOps_6da24485b1/init/supplier2.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fd08b39ebd1b3e5ceb10d9b7a516b67ba79be58 --- /dev/null +++ b/shellops/assets/ShellOps_6da24485b1/init/supplier2.txt @@ -0,0 +1,10 @@ +flour +sugar +eggs +butter +vanilla extract +salt +cocoa powder +baking powder +milk +chocolate chips \ No newline at end of file diff --git a/shellops/assets/ShellOps_6dc1413e8d/gold/duplicates.cfg b/shellops/assets/ShellOps_6dc1413e8d/gold/duplicates.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4ef1d31108f021cd802ecb775481da00dfaf28ff --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/gold/duplicates.cfg @@ -0,0 +1,2 @@ +172.16.0.0/12 +192.168.1.0/24 diff --git a/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router1.cfg b/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..691c3b7d74579858d6403c068afd7e17aee56fc4 --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router1.cfg @@ -0,0 +1,3 @@ +route 192.168.1.0/24 via 10.0.0.1 priority 1 +route 10.0.0.0/16 via 10.0.0.2 priority 2 +route 172.16.0.0/12 via 10.0.0.3 priority 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router2.cfg b/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..99c112a636875ca54b390e3aff9ad17d621a7aba --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router2.cfg @@ -0,0 +1,3 @@ +route 192.168.1.0/24 via 10.0.0.1 priority 1 +route 10.50.0.0/16 via 10.0.0.2 priority 2 +route 172.16.0.0/12 via 10.0.0.3 priority 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router3.cfg b/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..89b71a526359710f878831bbae9d3652c23d2743 --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/gold/netconf/router3.cfg @@ -0,0 +1,3 @@ +route 192.168.1.0/24 via 10.0.0.1 priority 1 +route 10.100.0.0/16 via 10.0.0.2 priority 2 +route 172.16.0.0/12 via 10.0.0.3 priority 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router1.cfg b/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..691c3b7d74579858d6403c068afd7e17aee56fc4 --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router1.cfg @@ -0,0 +1,3 @@ +route 192.168.1.0/24 via 10.0.0.1 priority 1 +route 10.0.0.0/16 via 10.0.0.2 priority 2 +route 172.16.0.0/12 via 10.0.0.3 priority 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router2.cfg b/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..99c112a636875ca54b390e3aff9ad17d621a7aba --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router2.cfg @@ -0,0 +1,3 @@ +route 192.168.1.0/24 via 10.0.0.1 priority 1 +route 10.50.0.0/16 via 10.0.0.2 priority 2 +route 172.16.0.0/12 via 10.0.0.3 priority 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router3.cfg b/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..89b71a526359710f878831bbae9d3652c23d2743 --- /dev/null +++ b/shellops/assets/ShellOps_6dc1413e8d/init/netconf/router3.cfg @@ -0,0 +1,3 @@ +route 192.168.1.0/24 via 10.0.0.1 priority 1 +route 10.100.0.0/16 via 10.0.0.2 priority 2 +route 172.16.0.0/12 via 10.0.0.3 priority 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e13e6f0c1/gold/approved_suppliers.txt b/shellops/assets/ShellOps_6e13e6f0c1/gold/approved_suppliers.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeba16e17ad9ab3d15ed7dc6240c82c96a9ea59a --- /dev/null +++ b/shellops/assets/ShellOps_6e13e6f0c1/gold/approved_suppliers.txt @@ -0,0 +1,3 @@ +SUP123,North +SUP456,South +SUP789,West diff --git a/shellops/assets/ShellOps_6e13e6f0c1/gold/contracts.xml b/shellops/assets/ShellOps_6e13e6f0c1/gold/contracts.xml new file mode 100644 index 0000000000000000000000000000000000000000..48bbac4afcede61dca5eee10329b2304557660c2 --- /dev/null +++ b/shellops/assets/ShellOps_6e13e6f0c1/gold/contracts.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_6e13e6f0c1/gold/pending.csv b/shellops/assets/ShellOps_6e13e6f0c1/gold/pending.csv new file mode 100644 index 0000000000000000000000000000000000000000..0fcec8d5750674daebdb767e343fa7c162f9d844 --- /dev/null +++ b/shellops/assets/ShellOps_6e13e6f0c1/gold/pending.csv @@ -0,0 +1 @@ +SUP999 diff --git a/shellops/assets/ShellOps_6e13e6f0c1/init/approved_suppliers.txt b/shellops/assets/ShellOps_6e13e6f0c1/init/approved_suppliers.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeba16e17ad9ab3d15ed7dc6240c82c96a9ea59a --- /dev/null +++ b/shellops/assets/ShellOps_6e13e6f0c1/init/approved_suppliers.txt @@ -0,0 +1,3 @@ +SUP123,North +SUP456,South +SUP789,West diff --git a/shellops/assets/ShellOps_6e13e6f0c1/init/contracts.xml b/shellops/assets/ShellOps_6e13e6f0c1/init/contracts.xml new file mode 100644 index 0000000000000000000000000000000000000000..48bbac4afcede61dca5eee10329b2304557660c2 --- /dev/null +++ b/shellops/assets/ShellOps_6e13e6f0c1/init/contracts.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_6e1e8a0efe/gold/current_stocks.psv b/shellops/assets/ShellOps_6e1e8a0efe/gold/current_stocks.psv new file mode 100644 index 0000000000000000000000000000000000000000..48a7f4ae0f4cc6a2dc163455343d278b1eff5aaa --- /dev/null +++ b/shellops/assets/ShellOps_6e1e8a0efe/gold/current_stocks.psv @@ -0,0 +1,6 @@ +item_code|description|quantity|status +135|Resistor 10Ω|450|active +278|Capacitor 25V|320|legacy_hold +422|Diode 5A|190|active +569|Transistor NPN|780|active +703|LED Red|540|retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e1e8a0efe/gold/procurement/2024_purchases.psv b/shellops/assets/ShellOps_6e1e8a0efe/gold/procurement/2024_purchases.psv new file mode 100644 index 0000000000000000000000000000000000000000..90942bec85ecb4b12fe82ba5573be2c6588a18b5 --- /dev/null +++ b/shellops/assets/ShellOps_6e1e8a0efe/gold/procurement/2024_purchases.psv @@ -0,0 +1,5 @@ +item_code|supplier_id|order_date +135|S-7824|2024-03-15 +422|S-9015|2024-04-22 +703|S-3341|2024-01-09 +901|S-6602|2024-05-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e1e8a0efe/gold/stock_gaps.txt b/shellops/assets/ShellOps_6e1e8a0efe/gold/stock_gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..69629048463bf3c64dc5f5c5519197dfa293a76e --- /dev/null +++ b/shellops/assets/ShellOps_6e1e8a0efe/gold/stock_gaps.txt @@ -0,0 +1 @@ +569 diff --git a/shellops/assets/ShellOps_6e1e8a0efe/init/current_stocks.psv b/shellops/assets/ShellOps_6e1e8a0efe/init/current_stocks.psv new file mode 100644 index 0000000000000000000000000000000000000000..48a7f4ae0f4cc6a2dc163455343d278b1eff5aaa --- /dev/null +++ b/shellops/assets/ShellOps_6e1e8a0efe/init/current_stocks.psv @@ -0,0 +1,6 @@ +item_code|description|quantity|status +135|Resistor 10Ω|450|active +278|Capacitor 25V|320|legacy_hold +422|Diode 5A|190|active +569|Transistor NPN|780|active +703|LED Red|540|retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e1e8a0efe/init/procurement/2024_purchases.psv b/shellops/assets/ShellOps_6e1e8a0efe/init/procurement/2024_purchases.psv new file mode 100644 index 0000000000000000000000000000000000000000..90942bec85ecb4b12fe82ba5573be2c6588a18b5 --- /dev/null +++ b/shellops/assets/ShellOps_6e1e8a0efe/init/procurement/2024_purchases.psv @@ -0,0 +1,5 @@ +item_code|supplier_id|order_date +135|S-7824|2024-03-15 +422|S-9015|2024-04-22 +703|S-3341|2024-01-09 +901|S-6602|2024-05-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e3a62c6be/gold/flags/backup/old.json b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/backup/old.json new file mode 100644 index 0000000000000000000000000000000000000000..b04ccb88bbde24e78fc381bd5e447b55a170ee12 --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/backup/old.json @@ -0,0 +1,3 @@ +[ + {"name": "omega", "exposed": true, "owner": "legacy"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/gold/flags/core.json b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/core.json new file mode 100644 index 0000000000000000000000000000000000000000..6e6712ce980bcec6fdef5610e266cab3c4293b8a --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/core.json @@ -0,0 +1,5 @@ +[ + {"name": "alpha", "exposed": true, "owner": "team-a"}, + {"name": "beta", "exposed": false, "owner": "team-a"}, + {"name": "gamma", "exposed": true, "owner": "team-b"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/gold/flags/edge.json b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/edge.json new file mode 100644 index 0000000000000000000000000000000000000000..80a074ef045ffb64f8fef67de0287060ecc1f706 --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/edge.json @@ -0,0 +1,4 @@ +[ + {"name": "epsilon", "exposed": false, "owner": "team-d"}, + {"name": "zeta", "exposed": true, "owner": "team-d"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/gold/flags/web.json b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/web.json new file mode 100644 index 0000000000000000000000000000000000000000..26fd4d7174ee048dc97e31c4789c529cb25bb6ed --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/gold/flags/web.json @@ -0,0 +1,4 @@ +[ + {"name": "alpha", "exposed": true, "owner": "team-c"}, + {"name": "delta", "exposed": true, "owner": "team-c"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/gold/policy/quiet_flags.txt b/shellops/assets/ShellOps_6e3a62c6be/gold/policy/quiet_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a63f98fb6c21a588ec6dbee850ffb505b02ede4 --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/gold/policy/quiet_flags.txt @@ -0,0 +1,2 @@ +alpha +epsilon diff --git a/shellops/assets/ShellOps_6e3a62c6be/gold/reports/active_flags.txt b/shellops/assets/ShellOps_6e3a62c6be/gold/reports/active_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..76c87da6dae22365f315bbae31c09e7ff160d93b --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/gold/reports/active_flags.txt @@ -0,0 +1,3 @@ +delta +gamma +zeta diff --git a/shellops/assets/ShellOps_6e3a62c6be/init/flags/backup/old.json b/shellops/assets/ShellOps_6e3a62c6be/init/flags/backup/old.json new file mode 100644 index 0000000000000000000000000000000000000000..b04ccb88bbde24e78fc381bd5e447b55a170ee12 --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/init/flags/backup/old.json @@ -0,0 +1,3 @@ +[ + {"name": "omega", "exposed": true, "owner": "legacy"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/init/flags/core.json b/shellops/assets/ShellOps_6e3a62c6be/init/flags/core.json new file mode 100644 index 0000000000000000000000000000000000000000..6e6712ce980bcec6fdef5610e266cab3c4293b8a --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/init/flags/core.json @@ -0,0 +1,5 @@ +[ + {"name": "alpha", "exposed": true, "owner": "team-a"}, + {"name": "beta", "exposed": false, "owner": "team-a"}, + {"name": "gamma", "exposed": true, "owner": "team-b"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/init/flags/edge.json b/shellops/assets/ShellOps_6e3a62c6be/init/flags/edge.json new file mode 100644 index 0000000000000000000000000000000000000000..80a074ef045ffb64f8fef67de0287060ecc1f706 --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/init/flags/edge.json @@ -0,0 +1,4 @@ +[ + {"name": "epsilon", "exposed": false, "owner": "team-d"}, + {"name": "zeta", "exposed": true, "owner": "team-d"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/init/flags/web.json b/shellops/assets/ShellOps_6e3a62c6be/init/flags/web.json new file mode 100644 index 0000000000000000000000000000000000000000..26fd4d7174ee048dc97e31c4789c529cb25bb6ed --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/init/flags/web.json @@ -0,0 +1,4 @@ +[ + {"name": "alpha", "exposed": true, "owner": "team-c"}, + {"name": "delta", "exposed": true, "owner": "team-c"} +] diff --git a/shellops/assets/ShellOps_6e3a62c6be/init/policy/quiet_flags.txt b/shellops/assets/ShellOps_6e3a62c6be/init/policy/quiet_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a63f98fb6c21a588ec6dbee850ffb505b02ede4 --- /dev/null +++ b/shellops/assets/ShellOps_6e3a62c6be/init/policy/quiet_flags.txt @@ -0,0 +1,2 @@ +alpha +epsilon diff --git a/shellops/assets/ShellOps_6e52659b0f/gold/errors_summary.csv b/shellops/assets/ShellOps_6e52659b0f/gold/errors_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..325f0776f2827748b97c64a241d0c7e8a71cc65b --- /dev/null +++ b/shellops/assets/ShellOps_6e52659b0f/gold/errors_summary.csv @@ -0,0 +1,2 @@ +1501,2024-03-15T08:12:34 +2005,2024-03-16T11:22:09 diff --git a/shellops/assets/ShellOps_6e52c9ed09/gold/active_modules.txt b/shellops/assets/ShellOps_6e52c9ed09/gold/active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..65e5f8fb43c8b21c9cb94db7bb6ec10e4c3a4c54 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/gold/active_modules.txt @@ -0,0 +1,6 @@ +alpha_core +beta_utils +gamma_engine +delta_connector +epsilon_mapper +zeta_validator diff --git a/shellops/assets/ShellOps_6e52c9ed09/gold/manifest.xml b/shellops/assets/ShellOps_6e52c9ed09/gold/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..b8bf09f0e9a21c944673a7add498af01a9565ac3 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/gold/manifest.xml @@ -0,0 +1,10 @@ + + + + alpha_core2.1 + gamma_engine1.8 + epsilon_mapper3.0 + zeta_validator1.2 + theta_analytics0.9 + + diff --git a/shellops/assets/ShellOps_6e52c9ed09/gold/notes.md b/shellops/assets/ShellOps_6e52c9ed09/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..92b552eb20b9e7275320c942bfbd675ba48b0490 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/gold/notes.md @@ -0,0 +1,3 @@ +# QA Gate Notes +- Delta and epsilon might be deprecated soon. +- Theta is experimental and not yet active. diff --git a/shellops/assets/ShellOps_6e52c9ed09/gold/reports/missing_modules.txt b/shellops/assets/ShellOps_6e52c9ed09/gold/reports/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc57319ed03d9e41f733c20ca5d38259b9d6b2d7 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/gold/reports/missing_modules.txt @@ -0,0 +1,2 @@ +beta_utils +delta_connector diff --git a/shellops/assets/ShellOps_6e52c9ed09/init/active_modules.txt b/shellops/assets/ShellOps_6e52c9ed09/init/active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..65e5f8fb43c8b21c9cb94db7bb6ec10e4c3a4c54 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/init/active_modules.txt @@ -0,0 +1,6 @@ +alpha_core +beta_utils +gamma_engine +delta_connector +epsilon_mapper +zeta_validator diff --git a/shellops/assets/ShellOps_6e52c9ed09/init/manifest.xml b/shellops/assets/ShellOps_6e52c9ed09/init/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..b8bf09f0e9a21c944673a7add498af01a9565ac3 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/init/manifest.xml @@ -0,0 +1,10 @@ + + + + alpha_core2.1 + gamma_engine1.8 + epsilon_mapper3.0 + zeta_validator1.2 + theta_analytics0.9 + + diff --git a/shellops/assets/ShellOps_6e52c9ed09/init/notes.md b/shellops/assets/ShellOps_6e52c9ed09/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..92b552eb20b9e7275320c942bfbd675ba48b0490 --- /dev/null +++ b/shellops/assets/ShellOps_6e52c9ed09/init/notes.md @@ -0,0 +1,3 @@ +# QA Gate Notes +- Delta and epsilon might be deprecated soon. +- Theta is experimental and not yet active. diff --git a/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture1.md b/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture1.md new file mode 100644 index 0000000000000000000000000000000000000000..1b0f0e2b7817f46749cd24e23b921fcc947e33a7 --- /dev/null +++ b/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture1.md @@ -0,0 +1,4 @@ +## Kinematics +## Energy +## Momentum +## Kinematics \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture2.md b/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture2.md new file mode 100644 index 0000000000000000000000000000000000000000..c0d37c7ac4c8337825e40005cf46dd1b80677360 --- /dev/null +++ b/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture2.md @@ -0,0 +1,3 @@ +## Thermodynamics +## Optics +## Energy \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture3.md b/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture3.md new file mode 100644 index 0000000000000000000000000000000000000000..1eac71c8ea28c2c34704b2ffea44e3b6b1b7383b --- /dev/null +++ b/shellops/assets/ShellOps_6e60a20dec/gold/physics_notes/lecture3.md @@ -0,0 +1,3 @@ +## Electromagnetism +## Optics +## Quantum Mechanics \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture1.md b/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture1.md new file mode 100644 index 0000000000000000000000000000000000000000..1b0f0e2b7817f46749cd24e23b921fcc947e33a7 --- /dev/null +++ b/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture1.md @@ -0,0 +1,4 @@ +## Kinematics +## Energy +## Momentum +## Kinematics \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture2.md b/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture2.md new file mode 100644 index 0000000000000000000000000000000000000000..c0d37c7ac4c8337825e40005cf46dd1b80677360 --- /dev/null +++ b/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture2.md @@ -0,0 +1,3 @@ +## Thermodynamics +## Optics +## Energy \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture3.md b/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture3.md new file mode 100644 index 0000000000000000000000000000000000000000..1eac71c8ea28c2c34704b2ffea44e3b6b1b7383b --- /dev/null +++ b/shellops/assets/ShellOps_6e60a20dec/init/physics_notes/lecture3.md @@ -0,0 +1,3 @@ +## Electromagnetism +## Optics +## Quantum Mechanics \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/gold/log_levels.out b/shellops/assets/ShellOps_6e8036de28/gold/log_levels.out new file mode 100644 index 0000000000000000000000000000000000000000..17cd7d162122f47861dc4ae019cef927b023ea94 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/gold/log_levels.out @@ -0,0 +1,4 @@ + 2 ERROR + 2 DEBUG + 1 INFO + 1 FATAL diff --git a/shellops/assets/ShellOps_6e8036de28/gold/src/core/ConfigManager.java b/shellops/assets/ShellOps_6e8036de28/gold/src/core/ConfigManager.java new file mode 100644 index 0000000000000000000000000000000000000000..8459c448c1551f922add77c31ecb25a780d03582 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/gold/src/core/ConfigManager.java @@ -0,0 +1,9 @@ +public class ConfigManager { + void loadConfig() { + try { + Log.DEBUG("Loading config"); + } catch (Exception e) { + Log.FATAL("Config error"); + } + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/gold/src/core/Logger.java b/shellops/assets/ShellOps_6e8036de28/gold/src/core/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..f91a3c0744b1cf06290ce69831d7fa9dea75e762 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/gold/src/core/Logger.java @@ -0,0 +1,9 @@ +public class Logger { + public static final int DEBUG = 1; + public void debug(String msg) { + Log.DEBUG(msg); + } + public void error(String msg) { + Log.ERROR(msg); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/gold/src/core/NetworkService.java b/shellops/assets/ShellOps_6e8036de28/gold/src/core/NetworkService.java new file mode 100644 index 0000000000000000000000000000000000000000..27401ccd2cbc5ca846489045ba1d3e621f87f153 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/gold/src/core/NetworkService.java @@ -0,0 +1,8 @@ +public class NetworkService { + void handleRequest() { + Log.INFO("Request received"); + if (error) { + Log.ERROR("Processing failed"); + } + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/gold/src/core/README.md b/shellops/assets/ShellOps_6e8036de28/gold/src/core/README.md new file mode 100644 index 0000000000000000000000000000000000000000..21a0273684ae3d88cc36f484035b82ed019ed4c3 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/gold/src/core/README.md @@ -0,0 +1,2 @@ +# Core Module Documentation +This directory contains foundational classes for logging and configuration. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/init/src/core/ConfigManager.java b/shellops/assets/ShellOps_6e8036de28/init/src/core/ConfigManager.java new file mode 100644 index 0000000000000000000000000000000000000000..8459c448c1551f922add77c31ecb25a780d03582 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/init/src/core/ConfigManager.java @@ -0,0 +1,9 @@ +public class ConfigManager { + void loadConfig() { + try { + Log.DEBUG("Loading config"); + } catch (Exception e) { + Log.FATAL("Config error"); + } + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/init/src/core/Logger.java b/shellops/assets/ShellOps_6e8036de28/init/src/core/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..f91a3c0744b1cf06290ce69831d7fa9dea75e762 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/init/src/core/Logger.java @@ -0,0 +1,9 @@ +public class Logger { + public static final int DEBUG = 1; + public void debug(String msg) { + Log.DEBUG(msg); + } + public void error(String msg) { + Log.ERROR(msg); + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/init/src/core/NetworkService.java b/shellops/assets/ShellOps_6e8036de28/init/src/core/NetworkService.java new file mode 100644 index 0000000000000000000000000000000000000000..27401ccd2cbc5ca846489045ba1d3e621f87f153 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/init/src/core/NetworkService.java @@ -0,0 +1,8 @@ +public class NetworkService { + void handleRequest() { + Log.INFO("Request received"); + if (error) { + Log.ERROR("Processing failed"); + } + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6e8036de28/init/src/core/README.md b/shellops/assets/ShellOps_6e8036de28/init/src/core/README.md new file mode 100644 index 0000000000000000000000000000000000000000..21a0273684ae3d88cc36f484035b82ed019ed4c3 --- /dev/null +++ b/shellops/assets/ShellOps_6e8036de28/init/src/core/README.md @@ -0,0 +1,2 @@ +# Core Module Documentation +This directory contains foundational classes for logging and configuration. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6eca8ad760/gold/manifests/final_shipment.xml b/shellops/assets/ShellOps_6eca8ad760/gold/manifests/final_shipment.xml new file mode 100644 index 0000000000000000000000000000000000000000..13ab8338a335bb04b4556d46cfaddc984927dfbc --- /dev/null +++ b/shellops/assets/ShellOps_6eca8ad760/gold/manifests/final_shipment.xml @@ -0,0 +1,11 @@ + + + + XG-7437 + XG-7438 + XG-7439 + + + XG-7440 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6eca8ad760/gold/pending.txt b/shellops/assets/ShellOps_6eca8ad760/gold/pending.txt new file mode 100644 index 0000000000000000000000000000000000000000..802b4ab4593933eb7e29111eab0d18a4d91bf99c --- /dev/null +++ b/shellops/assets/ShellOps_6eca8ad760/gold/pending.txt @@ -0,0 +1,2 @@ +XG-7441 +XG-7442 diff --git a/shellops/assets/ShellOps_6eca8ad760/gold/serials/.keep b/shellops/assets/ShellOps_6eca8ad760/gold/serials/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6eca8ad760/gold/serials/approved_log.txt b/shellops/assets/ShellOps_6eca8ad760/gold/serials/approved_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..168d78d6563dc79cc09c2c723c94eb2ea62322ae --- /dev/null +++ b/shellops/assets/ShellOps_6eca8ad760/gold/serials/approved_log.txt @@ -0,0 +1,10 @@ +# Approved units after QA +XG-7442 +XG-7439 +XG-7440 +XG-7441 +XG-7438 +XG-7440 +XG-7442 +XG-7437 +# End of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_6eca8ad760/init/manifests/final_shipment.xml b/shellops/assets/ShellOps_6eca8ad760/init/manifests/final_shipment.xml new file mode 100644 index 0000000000000000000000000000000000000000..13ab8338a335bb04b4556d46cfaddc984927dfbc --- /dev/null +++ b/shellops/assets/ShellOps_6eca8ad760/init/manifests/final_shipment.xml @@ -0,0 +1,11 @@ + + + + XG-7437 + XG-7438 + XG-7439 + + + XG-7440 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6eca8ad760/init/serials/.keep b/shellops/assets/ShellOps_6eca8ad760/init/serials/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6eca8ad760/init/serials/approved_log.txt b/shellops/assets/ShellOps_6eca8ad760/init/serials/approved_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..168d78d6563dc79cc09c2c723c94eb2ea62322ae --- /dev/null +++ b/shellops/assets/ShellOps_6eca8ad760/init/serials/approved_log.txt @@ -0,0 +1,10 @@ +# Approved units after QA +XG-7442 +XG-7439 +XG-7440 +XG-7441 +XG-7438 +XG-7440 +XG-7442 +XG-7437 +# End of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/gold/active_respondents.txt b/shellops/assets/ShellOps_6edf7e9666/gold/active_respondents.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cef5f42eaad38030e92c2ed0d917e44b3be5f94 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/gold/active_respondents.txt @@ -0,0 +1,5 @@ +ABC9876 +DEF5555 +LMN2222 +XYZ1234 +PQR7777 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/gold/feedback_A.xml b/shellops/assets/ShellOps_6edf7e9666/gold/feedback_A.xml new file mode 100644 index 0000000000000000000000000000000000000000..8dc8801241102365b8f4496cca7bdee8a925ee47 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/gold/feedback_A.xml @@ -0,0 +1,5 @@ + + + Excellent + Satisfactory + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/gold/feedback_B.xml b/shellops/assets/ShellOps_6edf7e9666/gold/feedback_B.xml new file mode 100644 index 0000000000000000000000000000000000000000..dad636772a4cb3d7208e834537a7b20b5b747f65 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/gold/feedback_B.xml @@ -0,0 +1,5 @@ + + + Good + Needs improvement + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/gold/feedback_C.xml b/shellops/assets/ShellOps_6edf7e9666/gold/feedback_C.xml new file mode 100644 index 0000000000000000000000000000000000000000..2151a4f3e6ebd1ff2479ab899a61ab24fdeb6811 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/gold/feedback_C.xml @@ -0,0 +1,5 @@ + + + Poor + Excellent + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/gold/survey_logs/.keep b/shellops/assets/ShellOps_6edf7e9666/gold/survey_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e9b0f7ece0f80d4d36a4b208f6d0bc4c7f414d01 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/gold/survey_logs/.keep @@ -0,0 +1 @@ +# placeholder to keep the directory diff --git a/shellops/assets/ShellOps_6edf7e9666/gold/verified_feedback_ids.txt b/shellops/assets/ShellOps_6edf7e9666/gold/verified_feedback_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..613f16ee1a79279f7f67c60de42accb6f0c2df1d --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/gold/verified_feedback_ids.txt @@ -0,0 +1,2 @@ +ABC9876 +XYZ1234 diff --git a/shellops/assets/ShellOps_6edf7e9666/init/active_respondents.txt b/shellops/assets/ShellOps_6edf7e9666/init/active_respondents.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cef5f42eaad38030e92c2ed0d917e44b3be5f94 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/init/active_respondents.txt @@ -0,0 +1,5 @@ +ABC9876 +DEF5555 +LMN2222 +XYZ1234 +PQR7777 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/init/feedback_A.xml b/shellops/assets/ShellOps_6edf7e9666/init/feedback_A.xml new file mode 100644 index 0000000000000000000000000000000000000000..8dc8801241102365b8f4496cca7bdee8a925ee47 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/init/feedback_A.xml @@ -0,0 +1,5 @@ + + + Excellent + Satisfactory + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/init/feedback_B.xml b/shellops/assets/ShellOps_6edf7e9666/init/feedback_B.xml new file mode 100644 index 0000000000000000000000000000000000000000..dad636772a4cb3d7208e834537a7b20b5b747f65 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/init/feedback_B.xml @@ -0,0 +1,5 @@ + + + Good + Needs improvement + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/init/feedback_C.xml b/shellops/assets/ShellOps_6edf7e9666/init/feedback_C.xml new file mode 100644 index 0000000000000000000000000000000000000000..2151a4f3e6ebd1ff2479ab899a61ab24fdeb6811 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/init/feedback_C.xml @@ -0,0 +1,5 @@ + + + Poor + Excellent + \ No newline at end of file diff --git a/shellops/assets/ShellOps_6edf7e9666/init/survey_logs/.keep b/shellops/assets/ShellOps_6edf7e9666/init/survey_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e9b0f7ece0f80d4d36a4b208f6d0bc4c7f414d01 --- /dev/null +++ b/shellops/assets/ShellOps_6edf7e9666/init/survey_logs/.keep @@ -0,0 +1 @@ +# placeholder to keep the directory diff --git a/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_a.json b/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..fe7734901315c2ff07adf5ccdbc0f91df2105f23 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_a.json @@ -0,0 +1,4 @@ +[ + {"features": [{"feature_id": "dark_mode", "status": "enabled"}, {"feature_id": "beta_ui", "status": "disabled"}]}, + {"features": [{"feature_id": "export_csv", "status": "enabled"}]} +] diff --git a/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_b.json b/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..15aaaaa3099b8cbcbcbc6c2c71e44857e15d2e9a --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_b.json @@ -0,0 +1,4 @@ +[ + {"features": [{"feature_id": "dark_mode", "status": "enabled"}, {"feature_id": "new_auth", "status": "enabled"}]}, + {"features": [{"feature_id": "beta_ui", "status": "enabled"}]} +] diff --git a/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_c.json b/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..0115fd86b889b71717021f862af3ace62632e8d4 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/gold/diag/service_c.json @@ -0,0 +1,3 @@ +[ + {"features": [{"feature_id": "export_csv", "status": "enabled"}, {"feature_id": "legacy_api", "status": "disabled"}]} +] diff --git a/shellops/assets/ShellOps_6f0ba7e111/gold/notes/deprecated.md b/shellops/assets/ShellOps_6f0ba7e111/gold/notes/deprecated.md new file mode 100644 index 0000000000000000000000000000000000000000..80cb8cc583449864cc3a1c928038effec2d0b709 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/gold/notes/deprecated.md @@ -0,0 +1 @@ +Legacy diagnostics ignored. diff --git a/shellops/assets/ShellOps_6f0ba7e111/gold/overrides/hidden_flags.txt b/shellops/assets/ShellOps_6f0ba7e111/gold/overrides/hidden_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f8e3872f3210d0d8c00a4c844305cdf85a8c28d --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/gold/overrides/hidden_flags.txt @@ -0,0 +1,2 @@ +beta_ui +legacy_api diff --git a/shellops/assets/ShellOps_6f0ba7e111/gold/reports/active_flags.tsv b/shellops/assets/ShellOps_6f0ba7e111/gold/reports/active_flags.tsv new file mode 100644 index 0000000000000000000000000000000000000000..aa69ed2b60cc6b9570747aee98f28df7a8d79a09 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/gold/reports/active_flags.tsv @@ -0,0 +1,3 @@ +dark_mode +export_csv +new_auth diff --git a/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_a.json b/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..fe7734901315c2ff07adf5ccdbc0f91df2105f23 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_a.json @@ -0,0 +1,4 @@ +[ + {"features": [{"feature_id": "dark_mode", "status": "enabled"}, {"feature_id": "beta_ui", "status": "disabled"}]}, + {"features": [{"feature_id": "export_csv", "status": "enabled"}]} +] diff --git a/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_b.json b/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..15aaaaa3099b8cbcbcbc6c2c71e44857e15d2e9a --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_b.json @@ -0,0 +1,4 @@ +[ + {"features": [{"feature_id": "dark_mode", "status": "enabled"}, {"feature_id": "new_auth", "status": "enabled"}]}, + {"features": [{"feature_id": "beta_ui", "status": "enabled"}]} +] diff --git a/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_c.json b/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..0115fd86b889b71717021f862af3ace62632e8d4 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/init/diag/service_c.json @@ -0,0 +1,3 @@ +[ + {"features": [{"feature_id": "export_csv", "status": "enabled"}, {"feature_id": "legacy_api", "status": "disabled"}]} +] diff --git a/shellops/assets/ShellOps_6f0ba7e111/init/notes/deprecated.md b/shellops/assets/ShellOps_6f0ba7e111/init/notes/deprecated.md new file mode 100644 index 0000000000000000000000000000000000000000..80cb8cc583449864cc3a1c928038effec2d0b709 --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/init/notes/deprecated.md @@ -0,0 +1 @@ +Legacy diagnostics ignored. diff --git a/shellops/assets/ShellOps_6f0ba7e111/init/overrides/hidden_flags.txt b/shellops/assets/ShellOps_6f0ba7e111/init/overrides/hidden_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f8e3872f3210d0d8c00a4c844305cdf85a8c28d --- /dev/null +++ b/shellops/assets/ShellOps_6f0ba7e111/init/overrides/hidden_flags.txt @@ -0,0 +1,2 @@ +beta_ui +legacy_api diff --git a/shellops/assets/ShellOps_6f41734b10/gold/routing/active_interfaces.tsv b/shellops/assets/ShellOps_6f41734b10/gold/routing/active_interfaces.tsv new file mode 100644 index 0000000000000000000000000000000000000000..18f4822ade589a4d5feb9bf39fd0fcb3c276c686 --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/gold/routing/active_interfaces.tsv @@ -0,0 +1,3 @@ +eth0 active +eth2 active +wlan0 active diff --git a/shellops/assets/ShellOps_6f41734b10/gold/routing/baseline.conf b/shellops/assets/ShellOps_6f41734b10/gold/routing/baseline.conf new file mode 100644 index 0000000000000000000000000000000000000000..602d9819125e0d870282b36ebe69f439f7297ff8 --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/gold/routing/baseline.conf @@ -0,0 +1,5 @@ +interface eth0 +interface eth1 +interface wlan0 +interface wlan1 +interface eth2 diff --git a/shellops/assets/ShellOps_6f41734b10/gold/routing/notes.md b/shellops/assets/ShellOps_6f41734b10/gold/routing/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4f73292633c0cb8a3effef5735a5146dfed84883 --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/gold/routing/notes.md @@ -0,0 +1 @@ +Legacy interfaces are deprecated. diff --git a/shellops/assets/ShellOps_6f41734b10/gold/routing/status.log b/shellops/assets/ShellOps_6f41734b10/gold/routing/status.log new file mode 100644 index 0000000000000000000000000000000000000000..82c23e063b070e66d36d43f4c15d146138f0b3aa --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/gold/routing/status.log @@ -0,0 +1,5 @@ +interface eth0 state active +interface eth1 state inactive +interface wlan0 state active +interface eth2 state active +interface eth3 state active diff --git a/shellops/assets/ShellOps_6f41734b10/init/routing/baseline.conf b/shellops/assets/ShellOps_6f41734b10/init/routing/baseline.conf new file mode 100644 index 0000000000000000000000000000000000000000..602d9819125e0d870282b36ebe69f439f7297ff8 --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/init/routing/baseline.conf @@ -0,0 +1,5 @@ +interface eth0 +interface eth1 +interface wlan0 +interface wlan1 +interface eth2 diff --git a/shellops/assets/ShellOps_6f41734b10/init/routing/notes.md b/shellops/assets/ShellOps_6f41734b10/init/routing/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4f73292633c0cb8a3effef5735a5146dfed84883 --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/init/routing/notes.md @@ -0,0 +1 @@ +Legacy interfaces are deprecated. diff --git a/shellops/assets/ShellOps_6f41734b10/init/routing/status.log b/shellops/assets/ShellOps_6f41734b10/init/routing/status.log new file mode 100644 index 0000000000000000000000000000000000000000..82c23e063b070e66d36d43f4c15d146138f0b3aa --- /dev/null +++ b/shellops/assets/ShellOps_6f41734b10/init/routing/status.log @@ -0,0 +1,5 @@ +interface eth0 state active +interface eth1 state inactive +interface wlan0 state active +interface eth2 state active +interface eth3 state active diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/.keep b/shellops/assets/ShellOps_6f45838996/gold/proposals/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/notes.txt b/shellops/assets/ShellOps_6f45838996/gold/proposals/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..595b37d20b30bbaf16dd493e11a531de539eed06 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/proposals/notes.txt @@ -0,0 +1 @@ +Some general notes about the conference. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/session1.md b/shellops/assets/ShellOps_6f45838996/gold/proposals/session1.md new file mode 100644 index 0000000000000000000000000000000000000000..556e17cdec7f0a4d27e3b1e20b328699b86a1db9 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/proposals/session1.md @@ -0,0 +1,6 @@ +--- +title: "Keynote: Future of AI" +duration: 60 +--- + +Abstract text here. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/session2.md b/shellops/assets/ShellOps_6f45838996/gold/proposals/session2.md new file mode 100644 index 0000000000000000000000000000000000000000..2021a617a2008ca0a81c471a4039c50442b28224 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/proposals/session2.md @@ -0,0 +1,7 @@ +--- +title: "Workshop: Advanced Shell Scripting" +status: approved +duration: 120 +--- + +Hands-on workshop details. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/session3.md b/shellops/assets/ShellOps_6f45838996/gold/proposals/session3.md new file mode 100644 index 0000000000000000000000000000000000000000..bcda0d40ddc717f83e349e66782e4760ccfe400a --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/proposals/session3.md @@ -0,0 +1,6 @@ +--- +title: "Panel: Cloud Migration" +duration: 90 +--- + +Panel discussion notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/session4.md b/shellops/assets/ShellOps_6f45838996/gold/proposals/session4.md new file mode 100644 index 0000000000000000000000000000000000000000..9a292db96395e71bc19a1f42818520512c93ebbc --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/proposals/session4.md @@ -0,0 +1,7 @@ +--- +title: "Lightning Talk: DevOps Tips" +status: review +duration: 15 +--- + +Quick tips and tricks. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/gold/proposals/session5.md b/shellops/assets/ShellOps_6f45838996/gold/proposals/session5.md new file mode 100644 index 0000000000000000000000000000000000000000..ad18d06a609c7018f3d34345e2a2fd42099ed5ba --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/proposals/session5.md @@ -0,0 +1,6 @@ +--- +title: "Tutorial: Data Pipelines" +duration: 180 +--- + +Step-by-step tutorial. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/gold/status_report.csv b/shellops/assets/ShellOps_6f45838996/gold/status_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..6176b9c9377cd774f5d05b83ed4ca5354d1c1bb1 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/gold/status_report.csv @@ -0,0 +1,6 @@ +filename,status +session1.md,pending +session2.md,approved +session3.md,pending +session4.md,review +session5.md,pending diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/.keep b/shellops/assets/ShellOps_6f45838996/init/proposals/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/notes.txt b/shellops/assets/ShellOps_6f45838996/init/proposals/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..595b37d20b30bbaf16dd493e11a531de539eed06 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/init/proposals/notes.txt @@ -0,0 +1 @@ +Some general notes about the conference. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/session1.md b/shellops/assets/ShellOps_6f45838996/init/proposals/session1.md new file mode 100644 index 0000000000000000000000000000000000000000..556e17cdec7f0a4d27e3b1e20b328699b86a1db9 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/init/proposals/session1.md @@ -0,0 +1,6 @@ +--- +title: "Keynote: Future of AI" +duration: 60 +--- + +Abstract text here. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/session2.md b/shellops/assets/ShellOps_6f45838996/init/proposals/session2.md new file mode 100644 index 0000000000000000000000000000000000000000..2021a617a2008ca0a81c471a4039c50442b28224 --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/init/proposals/session2.md @@ -0,0 +1,7 @@ +--- +title: "Workshop: Advanced Shell Scripting" +status: approved +duration: 120 +--- + +Hands-on workshop details. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/session3.md b/shellops/assets/ShellOps_6f45838996/init/proposals/session3.md new file mode 100644 index 0000000000000000000000000000000000000000..bcda0d40ddc717f83e349e66782e4760ccfe400a --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/init/proposals/session3.md @@ -0,0 +1,6 @@ +--- +title: "Panel: Cloud Migration" +duration: 90 +--- + +Panel discussion notes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/session4.md b/shellops/assets/ShellOps_6f45838996/init/proposals/session4.md new file mode 100644 index 0000000000000000000000000000000000000000..9a292db96395e71bc19a1f42818520512c93ebbc --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/init/proposals/session4.md @@ -0,0 +1,7 @@ +--- +title: "Lightning Talk: DevOps Tips" +status: review +duration: 15 +--- + +Quick tips and tricks. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f45838996/init/proposals/session5.md b/shellops/assets/ShellOps_6f45838996/init/proposals/session5.md new file mode 100644 index 0000000000000000000000000000000000000000..ad18d06a609c7018f3d34345e2a2fd42099ed5ba --- /dev/null +++ b/shellops/assets/ShellOps_6f45838996/init/proposals/session5.md @@ -0,0 +1,6 @@ +--- +title: "Tutorial: Data Pipelines" +duration: 180 +--- + +Step-by-step tutorial. \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f575c138f/gold/inventory/depot_inventory.xml b/shellops/assets/ShellOps_6f575c138f/gold/inventory/depot_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..a9b9cf6b5c0ef653d8d5b149d02faaf951a818c6 --- /dev/null +++ b/shellops/assets/ShellOps_6f575c138f/gold/inventory/depot_inventory.xml @@ -0,0 +1 @@ +00087motherboard00129monitor \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f575c138f/gold/missing_devices.txt b/shellops/assets/ShellOps_6f575c138f/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..908372f53c7223cce763f67689acd67fff2634cc --- /dev/null +++ b/shellops/assets/ShellOps_6f575c138f/gold/missing_devices.txt @@ -0,0 +1 @@ +00045 diff --git a/shellops/assets/ShellOps_6f575c138f/gold/workstations/repairs.txt b/shellops/assets/ShellOps_6f575c138f/gold/workstations/repairs.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbaa4d70d5704946c56e03a22ae7f844747fecae --- /dev/null +++ b/shellops/assets/ShellOps_6f575c138f/gold/workstations/repairs.txt @@ -0,0 +1,4 @@ +2024-05-15 00045 keyboard awaiting parts +2024-05-15 00129 monitor pending +2024-05-16 00087 motherboard awaiting parts +2024-05-16 00045 touchpad arrived \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f575c138f/init/inventory/depot_inventory.xml b/shellops/assets/ShellOps_6f575c138f/init/inventory/depot_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..a9b9cf6b5c0ef653d8d5b149d02faaf951a818c6 --- /dev/null +++ b/shellops/assets/ShellOps_6f575c138f/init/inventory/depot_inventory.xml @@ -0,0 +1 @@ +00087motherboard00129monitor \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f575c138f/init/workstations/repairs.txt b/shellops/assets/ShellOps_6f575c138f/init/workstations/repairs.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbaa4d70d5704946c56e03a22ae7f844747fecae --- /dev/null +++ b/shellops/assets/ShellOps_6f575c138f/init/workstations/repairs.txt @@ -0,0 +1,4 @@ +2024-05-15 00045 keyboard awaiting parts +2024-05-15 00129 monitor pending +2024-05-16 00087 motherboard awaiting parts +2024-05-16 00045 touchpad arrived \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_central.cnf b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_central.cnf new file mode 100644 index 0000000000000000000000000000000000000000..03c376b0ed42e2aea5345f1b20683918da34203b --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_central.cnf @@ -0,0 +1,4 @@ +vendor_id=central +contact=ops@central.example.com +discount_code=RETIRED2023 +payment_terms=net30 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_east.cnf b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_east.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3b58e4b2924c6beae0c91cf32924bcad72a5efff --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_east.cnf @@ -0,0 +1,4 @@ +vendor_id=east +contact=finance@east.example.com +discount_code=SPRING2024 +payment_terms=net60 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_north.cnf b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_north.cnf new file mode 100644 index 0000000000000000000000000000000000000000..89fb953cf3df222cc51945889c159e77597b85c9 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_north.cnf @@ -0,0 +1,4 @@ +vendor_id=north +contact=ops@north.example.com +discount_code=WINTER2024 +payment_terms=net30 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_south.cnf b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_south.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f2a45b67f1c745628addc426b88d39d5eeee56b7 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_south.cnf @@ -0,0 +1,4 @@ +vendor_id=south +contact=billing@south.example.com +discount_code=SUMMER2024 +payment_terms=net45 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_west.cnf b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_west.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3672dd721d985e15f2e2af1869878b6329c7afa6 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/contracts/vendor_west.cnf @@ -0,0 +1,4 @@ +vendor_id=west +contact=admin@west.example.com +discount_code=FALL2024 +payment_terms=net30 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/promos/.keep b/shellops/assets/ShellOps_6f5ee47a9d/gold/promos/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/promos/active.prom b/shellops/assets/ShellOps_6f5ee47a9d/gold/promos/active.prom new file mode 100644 index 0000000000000000000000000000000000000000..a123e1d642fb1c477cb27925fcf6f7f4a6d615b5 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/promos/active.prom @@ -0,0 +1,5 @@ +WINTER2024 +SUMMER2024 +SPRING2024 +FALL2024 +BACK2SCHOOL2024 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/gold/valid_discounts.prom b/shellops/assets/ShellOps_6f5ee47a9d/gold/valid_discounts.prom new file mode 100644 index 0000000000000000000000000000000000000000..dc1a4bd203cbad397f9f65007e5954135f10bfbc --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/gold/valid_discounts.prom @@ -0,0 +1,4 @@ +FALL2024 +SPRING2024 +SUMMER2024 +WINTER2024 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_central.cnf b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_central.cnf new file mode 100644 index 0000000000000000000000000000000000000000..03c376b0ed42e2aea5345f1b20683918da34203b --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_central.cnf @@ -0,0 +1,4 @@ +vendor_id=central +contact=ops@central.example.com +discount_code=RETIRED2023 +payment_terms=net30 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_east.cnf b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_east.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3b58e4b2924c6beae0c91cf32924bcad72a5efff --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_east.cnf @@ -0,0 +1,4 @@ +vendor_id=east +contact=finance@east.example.com +discount_code=SPRING2024 +payment_terms=net60 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_north.cnf b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_north.cnf new file mode 100644 index 0000000000000000000000000000000000000000..89fb953cf3df222cc51945889c159e77597b85c9 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_north.cnf @@ -0,0 +1,4 @@ +vendor_id=north +contact=ops@north.example.com +discount_code=WINTER2024 +payment_terms=net30 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_south.cnf b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_south.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f2a45b67f1c745628addc426b88d39d5eeee56b7 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_south.cnf @@ -0,0 +1,4 @@ +vendor_id=south +contact=billing@south.example.com +discount_code=SUMMER2024 +payment_terms=net45 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_west.cnf b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_west.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3672dd721d985e15f2e2af1869878b6329c7afa6 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/init/contracts/vendor_west.cnf @@ -0,0 +1,4 @@ +vendor_id=west +contact=admin@west.example.com +discount_code=FALL2024 +payment_terms=net30 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/promos/.keep b/shellops/assets/ShellOps_6f5ee47a9d/init/promos/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6f5ee47a9d/init/promos/active.prom b/shellops/assets/ShellOps_6f5ee47a9d/init/promos/active.prom new file mode 100644 index 0000000000000000000000000000000000000000..a123e1d642fb1c477cb27925fcf6f7f4a6d615b5 --- /dev/null +++ b/shellops/assets/ShellOps_6f5ee47a9d/init/promos/active.prom @@ -0,0 +1,5 @@ +WINTER2024 +SUMMER2024 +SPRING2024 +FALL2024 +BACK2SCHOOL2024 diff --git a/shellops/assets/ShellOps_6f61ed16cb/gold/active_roles.csv b/shellops/assets/ShellOps_6f61ed16cb/gold/active_roles.csv new file mode 100644 index 0000000000000000000000000000000000000000..6c3b71b902bdd764c9473dd51b97a31da201d558 --- /dev/null +++ b/shellops/assets/ShellOps_6f61ed16cb/gold/active_roles.csv @@ -0,0 +1,6 @@ +role_name +admin +editor +viewer +auditor +compliance_officer \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f61ed16cb/gold/missing_policies.txt b/shellops/assets/ShellOps_6f61ed16cb/gold/missing_policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7f62cfbf9e268c6a53455780de44e3f3674aedf --- /dev/null +++ b/shellops/assets/ShellOps_6f61ed16cb/gold/missing_policies.txt @@ -0,0 +1,2 @@ +auditor +compliance_officer diff --git a/shellops/assets/ShellOps_6f61ed16cb/gold/security/policy.json b/shellops/assets/ShellOps_6f61ed16cb/gold/security/policy.json new file mode 100644 index 0000000000000000000000000000000000000000..f0395b5f64e99173278312e1946cc7c6a357050a --- /dev/null +++ b/shellops/assets/ShellOps_6f61ed16cb/gold/security/policy.json @@ -0,0 +1,14 @@ +[ + { + "role": "admin", + "permissions": ["read", "write", "delete"] + }, + { + "role": "editor", + "permissions": ["read", "write"] + }, + { + "role": "viewer", + "permissions": ["read"] + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f61ed16cb/init/.tmp/keep b/shellops/assets/ShellOps_6f61ed16cb/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6f61ed16cb/init/active_roles.csv b/shellops/assets/ShellOps_6f61ed16cb/init/active_roles.csv new file mode 100644 index 0000000000000000000000000000000000000000..6c3b71b902bdd764c9473dd51b97a31da201d558 --- /dev/null +++ b/shellops/assets/ShellOps_6f61ed16cb/init/active_roles.csv @@ -0,0 +1,6 @@ +role_name +admin +editor +viewer +auditor +compliance_officer \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f61ed16cb/init/security/policy.json b/shellops/assets/ShellOps_6f61ed16cb/init/security/policy.json new file mode 100644 index 0000000000000000000000000000000000000000..f0395b5f64e99173278312e1946cc7c6a357050a --- /dev/null +++ b/shellops/assets/ShellOps_6f61ed16cb/init/security/policy.json @@ -0,0 +1,14 @@ +[ + { + "role": "admin", + "permissions": ["read", "write", "delete"] + }, + { + "role": "editor", + "permissions": ["read", "write"] + }, + { + "role": "viewer", + "permissions": ["read"] + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f7d739648/gold/approved_peers.json b/shellops/assets/ShellOps_6f7d739648/gold/approved_peers.json new file mode 100644 index 0000000000000000000000000000000000000000..38731c0a96c64dd5cafc94643ecd4ad87ce13af4 --- /dev/null +++ b/shellops/assets/ShellOps_6f7d739648/gold/approved_peers.json @@ -0,0 +1,9 @@ +{ + "approved_peers": [ + "gateway_NY", + "gateway_SF", + "gateway_LON", + "gateway_TYO", + "gateway_NRT" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f7d739648/gold/discrepancies.txt b/shellops/assets/ShellOps_6f7d739648/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..86f4e35e10f2c2476fc5ae63034f0c10c97ccc8f --- /dev/null +++ b/shellops/assets/ShellOps_6f7d739648/gold/discrepancies.txt @@ -0,0 +1 @@ +gateway_BLR diff --git a/shellops/assets/ShellOps_6f7d739648/gold/distractor/old_config.json b/shellops/assets/ShellOps_6f7d739648/gold/distractor/old_config.json new file mode 100644 index 0000000000000000000000000000000000000000..f81649ab2309c623f857cd536d78c4ed71c07d39 --- /dev/null +++ b/shellops/assets/ShellOps_6f7d739648/gold/distractor/old_config.json @@ -0,0 +1,7 @@ +{ + "legacy_peers": [ + "gateway_PAR", + "gateway_AMS", + "gateway_NRT" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f7d739648/init/approved_peers.json b/shellops/assets/ShellOps_6f7d739648/init/approved_peers.json new file mode 100644 index 0000000000000000000000000000000000000000..38731c0a96c64dd5cafc94643ecd4ad87ce13af4 --- /dev/null +++ b/shellops/assets/ShellOps_6f7d739648/init/approved_peers.json @@ -0,0 +1,9 @@ +{ + "approved_peers": [ + "gateway_NY", + "gateway_SF", + "gateway_LON", + "gateway_TYO", + "gateway_NRT" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f7d739648/init/distractor/old_config.json b/shellops/assets/ShellOps_6f7d739648/init/distractor/old_config.json new file mode 100644 index 0000000000000000000000000000000000000000..f81649ab2309c623f857cd536d78c4ed71c07d39 --- /dev/null +++ b/shellops/assets/ShellOps_6f7d739648/init/distractor/old_config.json @@ -0,0 +1,7 @@ +{ + "legacy_peers": [ + "gateway_PAR", + "gateway_AMS", + "gateway_NRT" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6f82993b38/gold/errors_summary.tsv b/shellops/assets/ShellOps_6f82993b38/gold/errors_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..add9a4f433247de0fd0a1e606e77992690719760 --- /dev/null +++ b/shellops/assets/ShellOps_6f82993b38/gold/errors_summary.tsv @@ -0,0 +1,5 @@ +error_code occurrence_count timestamps +ERROR_AUTH 3 2024-03-15T10:24:12,2024-03-15T10:26:01,2024-03-15T11:16:05 +ERROR_DB 3 2024-03-15T10:25:33,2024-03-15T11:15:22,2024-03-15T11:18:00 +ERROR_IO 2 2024-03-15T10:27:45,2024-03-15T11:17:30 +ERROR_NET 1 2024-03-15T11:19:12 diff --git a/shellops/assets/ShellOps_6fe4456729/gold/devices/rack1.ini b/shellops/assets/ShellOps_6fe4456729/gold/devices/rack1.ini new file mode 100644 index 0000000000000000000000000000000000000000..e743bdf75719a560c701f6282d9bf972c17aa1d0 --- /dev/null +++ b/shellops/assets/ShellOps_6fe4456729/gold/devices/rack1.ini @@ -0,0 +1,7 @@ +[device] +name=server1 +power_rating=750 + +[device] +name=switch1 +power_rating=250 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe4456729/gold/devices/rack2.ini b/shellops/assets/ShellOps_6fe4456729/gold/devices/rack2.ini new file mode 100644 index 0000000000000000000000000000000000000000..42a9511ef0b33fb997dd8c6f9dec5f326e037901 --- /dev/null +++ b/shellops/assets/ShellOps_6fe4456729/gold/devices/rack2.ini @@ -0,0 +1,7 @@ +[device] +name=server2 +power_rating=500 + +[device] +name=router1 +power_rating=300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe4456729/gold/devices/rack3.ini b/shellops/assets/ShellOps_6fe4456729/gold/devices/rack3.ini new file mode 100644 index 0000000000000000000000000000000000000000..b7639890462d26c9314e3addf80e6f016ee2f894 --- /dev/null +++ b/shellops/assets/ShellOps_6fe4456729/gold/devices/rack3.ini @@ -0,0 +1,7 @@ +[device] +name=switch2 +power_rating=250 + +[device] +name=server3 +power_rating=750 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe4456729/init/devices/rack1.ini b/shellops/assets/ShellOps_6fe4456729/init/devices/rack1.ini new file mode 100644 index 0000000000000000000000000000000000000000..e743bdf75719a560c701f6282d9bf972c17aa1d0 --- /dev/null +++ b/shellops/assets/ShellOps_6fe4456729/init/devices/rack1.ini @@ -0,0 +1,7 @@ +[device] +name=server1 +power_rating=750 + +[device] +name=switch1 +power_rating=250 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe4456729/init/devices/rack2.ini b/shellops/assets/ShellOps_6fe4456729/init/devices/rack2.ini new file mode 100644 index 0000000000000000000000000000000000000000..42a9511ef0b33fb997dd8c6f9dec5f326e037901 --- /dev/null +++ b/shellops/assets/ShellOps_6fe4456729/init/devices/rack2.ini @@ -0,0 +1,7 @@ +[device] +name=server2 +power_rating=500 + +[device] +name=router1 +power_rating=300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe4456729/init/devices/rack3.ini b/shellops/assets/ShellOps_6fe4456729/init/devices/rack3.ini new file mode 100644 index 0000000000000000000000000000000000000000..b7639890462d26c9314e3addf80e6f016ee2f894 --- /dev/null +++ b/shellops/assets/ShellOps_6fe4456729/init/devices/rack3.ini @@ -0,0 +1,7 @@ +[device] +name=switch2 +power_rating=250 + +[device] +name=server3 +power_rating=750 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe47e564f/gold/ingest_metrics.csv b/shellops/assets/ShellOps_6fe47e564f/gold/ingest_metrics.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc2e3d6bf26e6cc8a694d502854c81f4c043ed15 --- /dev/null +++ b/shellops/assets/ShellOps_6fe47e564f/gold/ingest_metrics.csv @@ -0,0 +1,5 @@ +device_id,timestamp,bytes_used +D123,2024-05-16T12:34:56,85 +D456,2024-05-16T12:35:01,112 +D789,2024-05-16T12:35:30,150 +D012,2024-05-16T12:36:00,99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe47e564f/gold/notes.md b/shellops/assets/ShellOps_6fe47e564f/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e98c781e4688a6b54774273baadebfff75a0f555 --- /dev/null +++ b/shellops/assets/ShellOps_6fe47e564f/gold/notes.md @@ -0,0 +1,5 @@ +### Active Units +active: D456 +active: D789 +### Retired Units +retired: D012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe47e564f/gold/over_cap.csv b/shellops/assets/ShellOps_6fe47e564f/gold/over_cap.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5b317a663a2dc7c302797ecdccf2a1c1ea5d3b3 --- /dev/null +++ b/shellops/assets/ShellOps_6fe47e564f/gold/over_cap.csv @@ -0,0 +1,2 @@ +D456 +D789 diff --git a/shellops/assets/ShellOps_6fe47e564f/init/ingest_metrics.csv b/shellops/assets/ShellOps_6fe47e564f/init/ingest_metrics.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc2e3d6bf26e6cc8a694d502854c81f4c043ed15 --- /dev/null +++ b/shellops/assets/ShellOps_6fe47e564f/init/ingest_metrics.csv @@ -0,0 +1,5 @@ +device_id,timestamp,bytes_used +D123,2024-05-16T12:34:56,85 +D456,2024-05-16T12:35:01,112 +D789,2024-05-16T12:35:30,150 +D012,2024-05-16T12:36:00,99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6fe47e564f/init/notes.md b/shellops/assets/ShellOps_6fe47e564f/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e98c781e4688a6b54774273baadebfff75a0f555 --- /dev/null +++ b/shellops/assets/ShellOps_6fe47e564f/init/notes.md @@ -0,0 +1,5 @@ +### Active Units +active: D456 +active: D789 +### Retired Units +retired: D012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ffa118377/gold/nodes.tsv b/shellops/assets/ShellOps_6ffa118377/gold/nodes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..340396d71a79a9cb042e0b14f0ea91724b559f2a --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/gold/nodes.tsv @@ -0,0 +1,4 @@ +101 +102 +103 +104 diff --git a/shellops/assets/ShellOps_6ffa118377/gold/notes.txt b/shellops/assets/ShellOps_6ffa118377/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..973775134eaa3bde77c02a67d4c403f03daf97e7 --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/gold/notes.txt @@ -0,0 +1 @@ +Unused metadata: id 999 kind router elsewhere \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ffa118377/gold/tree/.keep b/shellops/assets/ShellOps_6ffa118377/gold/tree/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6ffa118377/gold/tree/alpha.json b/shellops/assets/ShellOps_6ffa118377/gold/tree/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..82576ec45ed58700abf5adb83277bbd58308744b --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/gold/tree/alpha.json @@ -0,0 +1,7 @@ +{ + "nodes": [ + {"id": 101, "kind": "router"}, + {"id": 102, "kind": "host"}, + {"id": 103, "kind": "switch"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ffa118377/gold/tree/beta.json b/shellops/assets/ShellOps_6ffa118377/gold/tree/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..512748ebdfab21da5deae5847f099cb77d80ef58 --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/gold/tree/beta.json @@ -0,0 +1,6 @@ +{ + "nodes": [ + {"id": 102, "kind": "router"}, + {"id": 104, "kind": "switch"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ffa118377/init/notes.txt b/shellops/assets/ShellOps_6ffa118377/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..973775134eaa3bde77c02a67d4c403f03daf97e7 --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/init/notes.txt @@ -0,0 +1 @@ +Unused metadata: id 999 kind router elsewhere \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ffa118377/init/tree/.keep b/shellops/assets/ShellOps_6ffa118377/init/tree/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_6ffa118377/init/tree/alpha.json b/shellops/assets/ShellOps_6ffa118377/init/tree/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..82576ec45ed58700abf5adb83277bbd58308744b --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/init/tree/alpha.json @@ -0,0 +1,7 @@ +{ + "nodes": [ + {"id": 101, "kind": "router"}, + {"id": 102, "kind": "host"}, + {"id": 103, "kind": "switch"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_6ffa118377/init/tree/beta.json b/shellops/assets/ShellOps_6ffa118377/init/tree/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..512748ebdfab21da5deae5847f099cb77d80ef58 --- /dev/null +++ b/shellops/assets/ShellOps_6ffa118377/init/tree/beta.json @@ -0,0 +1,6 @@ +{ + "nodes": [ + {"id": 102, "kind": "router"}, + {"id": 104, "kind": "switch"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_703efe45b8/gold/.env b/shellops/assets/ShellOps_703efe45b8/gold/.env new file mode 100644 index 0000000000000000000000000000000000000000..e966475c7718eb461b107cda5b5efb89255a1973 --- /dev/null +++ b/shellops/assets/ShellOps_703efe45b8/gold/.env @@ -0,0 +1,11 @@ +APP_PORT=3000 +DB_HOST=localhost +DB_USER=admin +DB_PASSWORD=secret +CACHE_TTL=3600 +DEBUG_MODE=true +LOG_LEVEL=info +SESSION_SECRET=xyz123 +AWS_ACCESS_KEY_ID=abcd1234 +AWS_SECRET_ACCESS_KEY=efgh5678 +NODE_ENV=production \ No newline at end of file diff --git a/shellops/assets/ShellOps_703efe45b8/gold/deploy.yaml b/shellops/assets/ShellOps_703efe45b8/gold/deploy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8768f6c3cf8216bd59ed97f532b33b9f0d44cf9e --- /dev/null +++ b/shellops/assets/ShellOps_703efe45b8/gold/deploy.yaml @@ -0,0 +1,27 @@ +apiVersion: v1 +kind: Pod +metadata: + name: app-pod +spec: + containers: + - name: app + image: myapp:latest + ports: + - containerPort: ${APP_PORT} + env: + - name: NODE_ENV + value: "${NODE_ENV}" + - name: DB_HOST + value: "${DB_HOST}" + - name: DB_USER + value: "${DB_USER}" + - name: DB_PASSWORD + value: "${DB_PASSWORD}" + - name: AWS_ACCESS_KEY_ID + value: "${AWS_ACCESS_KEY_ID}" + - name: AWS_SECRET_ACCESS_KEY + value: "${AWS_SECRET_ACCESS_KEY}" + - name: SESSION_SECRET + value: "${SESSION_SECRET}" + - name: CACHE_TTL + value: "${CACHE_TTL}" \ No newline at end of file diff --git a/shellops/assets/ShellOps_703efe45b8/gold/unreferenced_vars.txt b/shellops/assets/ShellOps_703efe45b8/gold/unreferenced_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d0f82848ddd1ee4b35d7f0d06f5053908dc974 --- /dev/null +++ b/shellops/assets/ShellOps_703efe45b8/gold/unreferenced_vars.txt @@ -0,0 +1,2 @@ +DEBUG_MODE +LOG_LEVEL diff --git a/shellops/assets/ShellOps_703efe45b8/init/.env b/shellops/assets/ShellOps_703efe45b8/init/.env new file mode 100644 index 0000000000000000000000000000000000000000..e966475c7718eb461b107cda5b5efb89255a1973 --- /dev/null +++ b/shellops/assets/ShellOps_703efe45b8/init/.env @@ -0,0 +1,11 @@ +APP_PORT=3000 +DB_HOST=localhost +DB_USER=admin +DB_PASSWORD=secret +CACHE_TTL=3600 +DEBUG_MODE=true +LOG_LEVEL=info +SESSION_SECRET=xyz123 +AWS_ACCESS_KEY_ID=abcd1234 +AWS_SECRET_ACCESS_KEY=efgh5678 +NODE_ENV=production \ No newline at end of file diff --git a/shellops/assets/ShellOps_703efe45b8/init/.tmp/env_vars.txt b/shellops/assets/ShellOps_703efe45b8/init/.tmp/env_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_703efe45b8/init/.tmp/manifest_vars.txt b/shellops/assets/ShellOps_703efe45b8/init/.tmp/manifest_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_703efe45b8/init/deploy.yaml b/shellops/assets/ShellOps_703efe45b8/init/deploy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8768f6c3cf8216bd59ed97f532b33b9f0d44cf9e --- /dev/null +++ b/shellops/assets/ShellOps_703efe45b8/init/deploy.yaml @@ -0,0 +1,27 @@ +apiVersion: v1 +kind: Pod +metadata: + name: app-pod +spec: + containers: + - name: app + image: myapp:latest + ports: + - containerPort: ${APP_PORT} + env: + - name: NODE_ENV + value: "${NODE_ENV}" + - name: DB_HOST + value: "${DB_HOST}" + - name: DB_USER + value: "${DB_USER}" + - name: DB_PASSWORD + value: "${DB_PASSWORD}" + - name: AWS_ACCESS_KEY_ID + value: "${AWS_ACCESS_KEY_ID}" + - name: AWS_SECRET_ACCESS_KEY + value: "${AWS_SECRET_ACCESS_KEY}" + - name: SESSION_SECRET + value: "${SESSION_SECRET}" + - name: CACHE_TTL + value: "${CACHE_TTL}" \ No newline at end of file diff --git a/shellops/assets/ShellOps_703efe45b8/init/unreferenced_vars.txt b/shellops/assets/ShellOps_703efe45b8/init/unreferenced_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_70fcc323ef/gold/audit/audit.json b/shellops/assets/ShellOps_70fcc323ef/gold/audit/audit.json new file mode 100644 index 0000000000000000000000000000000000000000..0f943a048c209fe043d591edcb0699b68ee91d01 --- /dev/null +++ b/shellops/assets/ShellOps_70fcc323ef/gold/audit/audit.json @@ -0,0 +1,20 @@ +{ +"namespaces": [ + { + "name": "prod", + "debugPods": 0 + }, + { + "name": "staging", + "debugPods": 2 + }, + { + "name": "qa", + "debugPods": 1 + }, + { + "name": "dev", + "debugPods": 3 + } +] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_70fcc323ef/gold/auth/exceptions.env b/shellops/assets/ShellOps_70fcc323ef/gold/auth/exceptions.env new file mode 100644 index 0000000000000000000000000000000000000000..4e2db8240bf05db6fee9eca94c7643e362bc911b --- /dev/null +++ b/shellops/assets/ShellOps_70fcc323ef/gold/auth/exceptions.env @@ -0,0 +1,3 @@ +# Exempted namespaces +EXEMPT_NS=staging +EXEMPT_NS=qa \ No newline at end of file diff --git a/shellops/assets/ShellOps_70fcc323ef/gold/findings.txt b/shellops/assets/ShellOps_70fcc323ef/gold/findings.txt new file mode 100644 index 0000000000000000000000000000000000000000..38f8e886e1a6d733aa9bfa7282568f83c133ecd6 --- /dev/null +++ b/shellops/assets/ShellOps_70fcc323ef/gold/findings.txt @@ -0,0 +1 @@ +dev diff --git a/shellops/assets/ShellOps_70fcc323ef/init/audit/audit.json b/shellops/assets/ShellOps_70fcc323ef/init/audit/audit.json new file mode 100644 index 0000000000000000000000000000000000000000..0f943a048c209fe043d591edcb0699b68ee91d01 --- /dev/null +++ b/shellops/assets/ShellOps_70fcc323ef/init/audit/audit.json @@ -0,0 +1,20 @@ +{ +"namespaces": [ + { + "name": "prod", + "debugPods": 0 + }, + { + "name": "staging", + "debugPods": 2 + }, + { + "name": "qa", + "debugPods": 1 + }, + { + "name": "dev", + "debugPods": 3 + } +] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_70fcc323ef/init/auth/exceptions.env b/shellops/assets/ShellOps_70fcc323ef/init/auth/exceptions.env new file mode 100644 index 0000000000000000000000000000000000000000..4e2db8240bf05db6fee9eca94c7643e362bc911b --- /dev/null +++ b/shellops/assets/ShellOps_70fcc323ef/init/auth/exceptions.env @@ -0,0 +1,3 @@ +# Exempted namespaces +EXEMPT_NS=staging +EXEMPT_NS=qa \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/gold/manifest.csv b/shellops/assets/ShellOps_711255b74d/gold/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb012fcf5f57ce90576c4da6330fc8618052239d --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/gold/manifest.csv @@ -0,0 +1,6 @@ +sku,quantity +A123,10 +B456,5 +C789,8 +D012,15 +E345,7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/gold/missing_skus.txt b/shellops/assets/ShellOps_711255b74d/gold/missing_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..41424900579fb6988f1671cb71283ed089da58e9 --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/gold/missing_skus.txt @@ -0,0 +1,2 @@ +B456 +D012 diff --git a/shellops/assets/ShellOps_711255b74d/gold/specs/A123.yaml b/shellops/assets/ShellOps_711255b74d/gold/specs/A123.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9ded8c0a1b05d9a8f54a60c86b78db249d5d537c --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/gold/specs/A123.yaml @@ -0,0 +1,4 @@ +sku: A123 +name: Widget Pro +material: Aluminum +weight: 0.5kg \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/gold/specs/C789.yaml b/shellops/assets/ShellOps_711255b74d/gold/specs/C789.yaml new file mode 100644 index 0000000000000000000000000000000000000000..075f0436e81579a60ffe666aa43ad4645178b90e --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/gold/specs/C789.yaml @@ -0,0 +1,4 @@ +sku: C789 +name: Gadget Mini +material: Plastic +weight: 0.2kg \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/gold/specs/E345.yaml b/shellops/assets/ShellOps_711255b74d/gold/specs/E345.yaml new file mode 100644 index 0000000000000000000000000000000000000000..75fe836d053b8284595b1da8e840d2cfa0518096 --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/gold/specs/E345.yaml @@ -0,0 +1,4 @@ +sku: E345 +name: Thingamajig +material: Steel +weight: 1.2kg \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/init/.tmp/keep b/shellops/assets/ShellOps_711255b74d/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_711255b74d/init/manifest.csv b/shellops/assets/ShellOps_711255b74d/init/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb012fcf5f57ce90576c4da6330fc8618052239d --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/init/manifest.csv @@ -0,0 +1,6 @@ +sku,quantity +A123,10 +B456,5 +C789,8 +D012,15 +E345,7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/init/specs/A123.yaml b/shellops/assets/ShellOps_711255b74d/init/specs/A123.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9ded8c0a1b05d9a8f54a60c86b78db249d5d537c --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/init/specs/A123.yaml @@ -0,0 +1,4 @@ +sku: A123 +name: Widget Pro +material: Aluminum +weight: 0.5kg \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/init/specs/C789.yaml b/shellops/assets/ShellOps_711255b74d/init/specs/C789.yaml new file mode 100644 index 0000000000000000000000000000000000000000..075f0436e81579a60ffe666aa43ad4645178b90e --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/init/specs/C789.yaml @@ -0,0 +1,4 @@ +sku: C789 +name: Gadget Mini +material: Plastic +weight: 0.2kg \ No newline at end of file diff --git a/shellops/assets/ShellOps_711255b74d/init/specs/E345.yaml b/shellops/assets/ShellOps_711255b74d/init/specs/E345.yaml new file mode 100644 index 0000000000000000000000000000000000000000..75fe836d053b8284595b1da8e840d2cfa0518096 --- /dev/null +++ b/shellops/assets/ShellOps_711255b74d/init/specs/E345.yaml @@ -0,0 +1,4 @@ +sku: E345 +name: Thingamajig +material: Steel +weight: 1.2kg \ No newline at end of file diff --git a/shellops/assets/ShellOps_715af81247/gold/secure/access.log b/shellops/assets/ShellOps_715af81247/gold/secure/access.log new file mode 100644 index 0000000000000000000000000000000000000000..a604eebb6be1da90d9a7334ae010e3c6775727c7 --- /dev/null +++ b/shellops/assets/ShellOps_715af81247/gold/secure/access.log @@ -0,0 +1,2 @@ +2024-05-01T12:34:56 user@host-123.corp login +2024-05-01T12:35:01 user@host-456.corp access_denied \ No newline at end of file diff --git a/shellops/assets/ShellOps_715af81247/gold/secure/auth.log b/shellops/assets/ShellOps_715af81247/gold/secure/auth.log new file mode 100644 index 0000000000000000000000000000000000000000..c0c374996392e9558487996193e6ec67faee9a3f --- /dev/null +++ b/shellops/assets/ShellOps_715af81247/gold/secure/auth.log @@ -0,0 +1 @@ +2024-05-01T12:35:05 user@host-789.corp session_start \ No newline at end of file diff --git a/shellops/assets/ShellOps_715af81247/gold/secure/validated.log b/shellops/assets/ShellOps_715af81247/gold/secure/validated.log new file mode 100644 index 0000000000000000000000000000000000000000..270b37524d37c567f65db61780479ff98804c16e --- /dev/null +++ b/shellops/assets/ShellOps_715af81247/gold/secure/validated.log @@ -0,0 +1,3 @@ +2024-05-01T12:34:56 user@host-123.internal login +2024-05-01T12:35:01 user@host-456.internal access_denied +2024-05-01T12:35:05 user@host-789.internal session_start \ No newline at end of file diff --git a/shellops/assets/ShellOps_715af81247/init/secure/access.log b/shellops/assets/ShellOps_715af81247/init/secure/access.log new file mode 100644 index 0000000000000000000000000000000000000000..a604eebb6be1da90d9a7334ae010e3c6775727c7 --- /dev/null +++ b/shellops/assets/ShellOps_715af81247/init/secure/access.log @@ -0,0 +1,2 @@ +2024-05-01T12:34:56 user@host-123.corp login +2024-05-01T12:35:01 user@host-456.corp access_denied \ No newline at end of file diff --git a/shellops/assets/ShellOps_715af81247/init/secure/auth.log b/shellops/assets/ShellOps_715af81247/init/secure/auth.log new file mode 100644 index 0000000000000000000000000000000000000000..c0c374996392e9558487996193e6ec67faee9a3f --- /dev/null +++ b/shellops/assets/ShellOps_715af81247/init/secure/auth.log @@ -0,0 +1 @@ +2024-05-01T12:35:05 user@host-789.corp session_start \ No newline at end of file diff --git a/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/.keep b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/battery_alpha.csv b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/battery_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..c78bd61ccf7edd44609d8d9dd9e4f89c8e2e53fc --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/battery_alpha.csv @@ -0,0 +1,4 @@ +Timestamp,Voltage +2024-06-10T08:00:00,7.5 +2024-06-10T08:05:00,7.3 +2024-06-10T08:10:00,7.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/controller_gamma.csv b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/controller_gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..535bc2380019910a139f47a7903f0351e9b15532 --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/controller_gamma.csv @@ -0,0 +1,4 @@ +Timestamp,Voltage +2024-06-10T08:00:00,8.1 +2024-06-10T08:05:00,8.0 +2024-06-10T08:10:00,8.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/power_unit_beta.csv b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/power_unit_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..06b42c5d4a9edf80a2218f4b93a4a2be85574206 --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/gold/sensors/power_unit_beta.csv @@ -0,0 +1,3 @@ +Timestamp,Voltage +2024-06-10T08:00:00,6.8 +2024-06-10T08:05:00,6.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71af7ffa7c/gold/voltage_summary.csv b/shellops/assets/ShellOps_71af7ffa7c/gold/voltage_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe6197cc40bcb9ffda0ae7bae5db02e9152c9c45 --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/gold/voltage_summary.csv @@ -0,0 +1,2 @@ +sensors/controller_gamma.csv,8.13333 +sensors/battery_alpha.csv,7.53333 diff --git a/shellops/assets/ShellOps_71af7ffa7c/init/sensors/.keep b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_71af7ffa7c/init/sensors/battery_alpha.csv b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/battery_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..c78bd61ccf7edd44609d8d9dd9e4f89c8e2e53fc --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/battery_alpha.csv @@ -0,0 +1,4 @@ +Timestamp,Voltage +2024-06-10T08:00:00,7.5 +2024-06-10T08:05:00,7.3 +2024-06-10T08:10:00,7.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71af7ffa7c/init/sensors/controller_gamma.csv b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/controller_gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..535bc2380019910a139f47a7903f0351e9b15532 --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/controller_gamma.csv @@ -0,0 +1,4 @@ +Timestamp,Voltage +2024-06-10T08:00:00,8.1 +2024-06-10T08:05:00,8.0 +2024-06-10T08:10:00,8.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71af7ffa7c/init/sensors/power_unit_beta.csv b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/power_unit_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..06b42c5d4a9edf80a2218f4b93a4a2be85574206 --- /dev/null +++ b/shellops/assets/ShellOps_71af7ffa7c/init/sensors/power_unit_beta.csv @@ -0,0 +1,3 @@ +Timestamp,Voltage +2024-06-10T08:00:00,6.8 +2024-06-10T08:05:00,6.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71b156f1bd/gold/permits/modules.cnf b/shellops/assets/ShellOps_71b156f1bd/gold/permits/modules.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f71e3df86de2c6ecb490b462147443a64f895e3d --- /dev/null +++ b/shellops/assets/ShellOps_71b156f1bd/gold/permits/modules.cnf @@ -0,0 +1,6 @@ +module,reason +video_encoder,internal processing +crypto_accel,secure key operations +thermal_sensor,environmental monitoring +ai_inference,machine learning tasks +network_driver,packet routing diff --git a/shellops/assets/ShellOps_71b156f1bd/gold/review/loaded.json b/shellops/assets/ShellOps_71b156f1bd/gold/review/loaded.json new file mode 100644 index 0000000000000000000000000000000000000000..331f587b34397433abe5d5de440db27e3c6b20ad --- /dev/null +++ b/shellops/assets/ShellOps_71b156f1bd/gold/review/loaded.json @@ -0,0 +1,34 @@ +{ + "loaded": [ + { + "name": "crypto_accel", + "version": "2.1.0", + "status": "active" + }, + { + "name": "thermal_sensor", + "version": "1.0.3", + "status": "standby" + }, + { + "name": "network_driver", + "version": "5.4.2", + "status": "active" + }, + { + "name": "ai_inference", + "version": "3.0.0", + "status": "active" + }, + { + "name": "video_encoder", + "version": "1.8.5", + "status": "active" + }, + { + "name": "power_mgmt", + "version": "1.2.0", + "status": "active" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_71b156f1bd/gold/review/notes.md b/shellops/assets/ShellOps_71b156f1bd/gold/review/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..aabc04dd658cc02467922ab32d2d04688d86de08 --- /dev/null +++ b/shellops/assets/ShellOps_71b156f1bd/gold/review/notes.md @@ -0,0 +1,2 @@ +The compliance audit recommended verifying that only permitted modules are loaded. +Power management module may need evaluation for inclusion. diff --git a/shellops/assets/ShellOps_71b156f1bd/init/permits/modules.cnf b/shellops/assets/ShellOps_71b156f1bd/init/permits/modules.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f71e3df86de2c6ecb490b462147443a64f895e3d --- /dev/null +++ b/shellops/assets/ShellOps_71b156f1bd/init/permits/modules.cnf @@ -0,0 +1,6 @@ +module,reason +video_encoder,internal processing +crypto_accel,secure key operations +thermal_sensor,environmental monitoring +ai_inference,machine learning tasks +network_driver,packet routing diff --git a/shellops/assets/ShellOps_71b156f1bd/init/review/loaded.json b/shellops/assets/ShellOps_71b156f1bd/init/review/loaded.json new file mode 100644 index 0000000000000000000000000000000000000000..331f587b34397433abe5d5de440db27e3c6b20ad --- /dev/null +++ b/shellops/assets/ShellOps_71b156f1bd/init/review/loaded.json @@ -0,0 +1,34 @@ +{ + "loaded": [ + { + "name": "crypto_accel", + "version": "2.1.0", + "status": "active" + }, + { + "name": "thermal_sensor", + "version": "1.0.3", + "status": "standby" + }, + { + "name": "network_driver", + "version": "5.4.2", + "status": "active" + }, + { + "name": "ai_inference", + "version": "3.0.0", + "status": "active" + }, + { + "name": "video_encoder", + "version": "1.8.5", + "status": "active" + }, + { + "name": "power_mgmt", + "version": "1.2.0", + "status": "active" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_71b156f1bd/init/review/notes.md b/shellops/assets/ShellOps_71b156f1bd/init/review/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..aabc04dd658cc02467922ab32d2d04688d86de08 --- /dev/null +++ b/shellops/assets/ShellOps_71b156f1bd/init/review/notes.md @@ -0,0 +1,2 @@ +The compliance audit recommended verifying that only permitted modules are loaded. +Power management module may need evaluation for inclusion. diff --git a/shellops/assets/ShellOps_71bfb3f52e/gold/results/combined.txt b/shellops/assets/ShellOps_71bfb3f52e/gold/results/combined.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b90aefbd0dad7d1322c748156f1dbec49f265e0 --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/gold/results/combined.txt @@ -0,0 +1,6 @@ +FAIL test_alpha::string_ops +FAIL test_beta::network_socket +PASS test_alpha::basic_math +PASS test_alpha::file_io +PASS test_beta::async_tasks +PASS test_beta::crypto_hash diff --git a/shellops/assets/ShellOps_71bfb3f52e/gold/results/notes.txt b/shellops/assets/ShellOps_71bfb3f52e/gold/results/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd6c826343e1b27d3ca06ba3cbe38e054bfe7dd2 --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/gold/results/notes.txt @@ -0,0 +1 @@ +Run alpha used --verbose mode. Run beta used --quick mode. diff --git a/shellops/assets/ShellOps_71bfb3f52e/gold/results/run_alpha.log b/shellops/assets/ShellOps_71bfb3f52e/gold/results/run_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..f941f7165c01e9a48748ac0683f6aecfb017784a --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/gold/results/run_alpha.log @@ -0,0 +1,4 @@ +PASS test_alpha::basic_math +SKIP test_alpha::integration_extra +FAIL test_alpha::string_ops +PASS test_alpha::file_io diff --git a/shellops/assets/ShellOps_71bfb3f52e/gold/results/run_beta.log b/shellops/assets/ShellOps_71bfb3f52e/gold/results/run_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..d688a898d18cb1106cee6897f041edbd32d19a59 --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/gold/results/run_beta.log @@ -0,0 +1,4 @@ +FAIL test_beta::network_socket +PASS test_beta::async_tasks +SKIP test_beta::deprecated +PASS test_beta::crypto_hash diff --git a/shellops/assets/ShellOps_71bfb3f52e/init/results/notes.txt b/shellops/assets/ShellOps_71bfb3f52e/init/results/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd6c826343e1b27d3ca06ba3cbe38e054bfe7dd2 --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/init/results/notes.txt @@ -0,0 +1 @@ +Run alpha used --verbose mode. Run beta used --quick mode. diff --git a/shellops/assets/ShellOps_71bfb3f52e/init/results/run_alpha.log b/shellops/assets/ShellOps_71bfb3f52e/init/results/run_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..f941f7165c01e9a48748ac0683f6aecfb017784a --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/init/results/run_alpha.log @@ -0,0 +1,4 @@ +PASS test_alpha::basic_math +SKIP test_alpha::integration_extra +FAIL test_alpha::string_ops +PASS test_alpha::file_io diff --git a/shellops/assets/ShellOps_71bfb3f52e/init/results/run_beta.log b/shellops/assets/ShellOps_71bfb3f52e/init/results/run_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..d688a898d18cb1106cee6897f041edbd32d19a59 --- /dev/null +++ b/shellops/assets/ShellOps_71bfb3f52e/init/results/run_beta.log @@ -0,0 +1,4 @@ +FAIL test_beta::network_socket +PASS test_beta::async_tasks +SKIP test_beta::deprecated +PASS test_beta::crypto_hash diff --git a/shellops/assets/ShellOps_71d408ed23/gold/critical_errors.txt b/shellops/assets/ShellOps_71d408ed23/gold/critical_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..8801f95f2c0c2fbf93619d803503e06b391389bd --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/critical_errors.txt @@ -0,0 +1,2 @@ +E102 +E103 diff --git a/shellops/assets/ShellOps_71d408ed23/gold/policy/ignored_errors.txt b/shellops/assets/ShellOps_71d408ed23/gold/policy/ignored_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..b085801c7bfc8c1ae5ba5432481ea8a84360588d --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/policy/ignored_errors.txt @@ -0,0 +1,2 @@ +E101 +E104 diff --git a/shellops/assets/ShellOps_71d408ed23/gold/telemetry/notes.md b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..145206ae2b12a1569845b2f86df9d4793715674c --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/notes.md @@ -0,0 +1,2 @@ +This directory contains runtime telemetry for edge routers. +Severity levels: info, warning, critical. diff --git a/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_alpha.json b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f706b64660f552495060dbd2d04c472270c5ea05 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_alpha.json @@ -0,0 +1,8 @@ +{ + "router_id": "alpha", + "events": [ + {"severity": "critical", "error_code": "E101", "timestamp": "2024-10-26T08:00:00Z"}, + {"severity": "warning", "error_code": "W203", "timestamp": "2024-10-26T08:05:00Z"}, + {"severity": "critical", "error_code": "E102", "timestamp": "2024-10-26T08:10:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_beta.json b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..34c24ac86cf14d586d34bef6a0e2bbfa575c56a0 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_beta.json @@ -0,0 +1,7 @@ +{ + "router_id": "beta", + "events": [ + {"severity": "critical", "error_code": "E101", "timestamp": "2024-10-26T09:00:00Z"}, + {"severity": "info", "error_code": "I500", "timestamp": "2024-10-26T09:05:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_delta.json b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..f304f4f8c1d414f892c0c2162b893f64a4345103 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_delta.json @@ -0,0 +1,6 @@ +{ + "router_id": "delta", + "events": [ + {"severity": "warning", "error_code": "W301", "timestamp": "2024-10-26T11:00:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_gamma.json b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..88dc0319f95cfd37a0922e8aad64072ac3b32d69 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/gold/telemetry/router_gamma.json @@ -0,0 +1,7 @@ +{ + "router_id": "gamma", + "events": [ + {"severity": "critical", "error_code": "E103", "timestamp": "2024-10-26T10:00:00Z"}, + {"severity": "critical", "error_code": "E104", "timestamp": "2024-10-26T10:10:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/init/policy/ignored_errors.txt b/shellops/assets/ShellOps_71d408ed23/init/policy/ignored_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..b085801c7bfc8c1ae5ba5432481ea8a84360588d --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/init/policy/ignored_errors.txt @@ -0,0 +1,2 @@ +E101 +E104 diff --git a/shellops/assets/ShellOps_71d408ed23/init/telemetry/notes.md b/shellops/assets/ShellOps_71d408ed23/init/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..145206ae2b12a1569845b2f86df9d4793715674c --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/init/telemetry/notes.md @@ -0,0 +1,2 @@ +This directory contains runtime telemetry for edge routers. +Severity levels: info, warning, critical. diff --git a/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_alpha.json b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..f706b64660f552495060dbd2d04c472270c5ea05 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_alpha.json @@ -0,0 +1,8 @@ +{ + "router_id": "alpha", + "events": [ + {"severity": "critical", "error_code": "E101", "timestamp": "2024-10-26T08:00:00Z"}, + {"severity": "warning", "error_code": "W203", "timestamp": "2024-10-26T08:05:00Z"}, + {"severity": "critical", "error_code": "E102", "timestamp": "2024-10-26T08:10:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_beta.json b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..34c24ac86cf14d586d34bef6a0e2bbfa575c56a0 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_beta.json @@ -0,0 +1,7 @@ +{ + "router_id": "beta", + "events": [ + {"severity": "critical", "error_code": "E101", "timestamp": "2024-10-26T09:00:00Z"}, + {"severity": "info", "error_code": "I500", "timestamp": "2024-10-26T09:05:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_delta.json b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..f304f4f8c1d414f892c0c2162b893f64a4345103 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_delta.json @@ -0,0 +1,6 @@ +{ + "router_id": "delta", + "events": [ + {"severity": "warning", "error_code": "W301", "timestamp": "2024-10-26T11:00:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_gamma.json b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..88dc0319f95cfd37a0922e8aad64072ac3b32d69 --- /dev/null +++ b/shellops/assets/ShellOps_71d408ed23/init/telemetry/router_gamma.json @@ -0,0 +1,7 @@ +{ + "router_id": "gamma", + "events": [ + {"severity": "critical", "error_code": "E103", "timestamp": "2024-10-26T10:00:00Z"}, + {"severity": "critical", "error_code": "E104", "timestamp": "2024-10-26T10:10:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_71d94b2fad/gold/legal/.keep b/shellops/assets/ShellOps_71d94b2fad/gold/legal/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_71d94b2fad/gold/legal/README.md b/shellops/assets/ShellOps_71d94b2fad/gold/legal/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cf819428e6f84ab7beac34345c7c01b45379cb5a --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/gold/legal/README.md @@ -0,0 +1,4 @@ +# Legal Notices + +This directory contains third-party and legacy license notices in XML format. +Please refer to individual XML files for details. diff --git a/shellops/assets/ShellOps_71d94b2fad/gold/legal/legacy_notices.xml b/shellops/assets/ShellOps_71d94b2fad/gold/legal/legacy_notices.xml new file mode 100644 index 0000000000000000000000000000000000000000..0038acf53330539fc42ca9cf050ee9cdf22cfa71 --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/gold/legal/legacy_notices.xml @@ -0,0 +1,12 @@ + + + + OpenSSL + + + Zlib + + + Libpng + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_71d94b2fad/gold/legal/license_inventory.txt b/shellops/assets/ShellOps_71d94b2fad/gold/legal/license_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..b741e36bbe7fcc548ea3eb32c2f3ba0284971142 --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/gold/legal/license_inventory.txt @@ -0,0 +1,6 @@ +Apache-2.0 +BSD-3-Clause +Libpng +MIT +OpenSSL +Zlib diff --git a/shellops/assets/ShellOps_71d94b2fad/gold/legal/third_party_notices.xml b/shellops/assets/ShellOps_71d94b2fad/gold/legal/third_party_notices.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac1688d1d35388eb7985a8ff4a74d8c5db1a01da --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/gold/legal/third_party_notices.xml @@ -0,0 +1,15 @@ + + + + Apache-2.0 + + + BSD-3-Clause + + + BSD-3-Clause + + + MIT + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_71d94b2fad/init/legal/.keep b/shellops/assets/ShellOps_71d94b2fad/init/legal/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_71d94b2fad/init/legal/README.md b/shellops/assets/ShellOps_71d94b2fad/init/legal/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cf819428e6f84ab7beac34345c7c01b45379cb5a --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/init/legal/README.md @@ -0,0 +1,4 @@ +# Legal Notices + +This directory contains third-party and legacy license notices in XML format. +Please refer to individual XML files for details. diff --git a/shellops/assets/ShellOps_71d94b2fad/init/legal/legacy_notices.xml b/shellops/assets/ShellOps_71d94b2fad/init/legal/legacy_notices.xml new file mode 100644 index 0000000000000000000000000000000000000000..0038acf53330539fc42ca9cf050ee9cdf22cfa71 --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/init/legal/legacy_notices.xml @@ -0,0 +1,12 @@ + + + + OpenSSL + + + Zlib + + + Libpng + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_71d94b2fad/init/legal/third_party_notices.xml b/shellops/assets/ShellOps_71d94b2fad/init/legal/third_party_notices.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac1688d1d35388eb7985a8ff4a74d8c5db1a01da --- /dev/null +++ b/shellops/assets/ShellOps_71d94b2fad/init/legal/third_party_notices.xml @@ -0,0 +1,15 @@ + + + + Apache-2.0 + + + BSD-3-Clause + + + BSD-3-Clause + + + MIT + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_71fc9ed002/gold/autogen/servers.tsv b/shellops/assets/ShellOps_71fc9ed002/gold/autogen/servers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..54235e85283b78690acb1165eb76404fad331b40 --- /dev/null +++ b/shellops/assets/ShellOps_71fc9ed002/gold/autogen/servers.tsv @@ -0,0 +1,5 @@ +Hostname IP Role +srv-101 10.1.1.1 +srv-102 10.1.1.2 +srv-103 10.1.1.3 +srv-104 10.1.1.4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_71fc9ed002/gold/missing_servers.txt b/shellops/assets/ShellOps_71fc9ed002/gold/missing_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..102a940c0692f7bba870b959aa32341d76c0786e --- /dev/null +++ b/shellops/assets/ShellOps_71fc9ed002/gold/missing_servers.txt @@ -0,0 +1 @@ +srv-104 diff --git a/shellops/assets/ShellOps_71fc9ed002/init/.tmp/.keep b/shellops/assets/ShellOps_71fc9ed002/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_71fc9ed002/init/autogen/servers.tsv b/shellops/assets/ShellOps_71fc9ed002/init/autogen/servers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..54235e85283b78690acb1165eb76404fad331b40 --- /dev/null +++ b/shellops/assets/ShellOps_71fc9ed002/init/autogen/servers.tsv @@ -0,0 +1,5 @@ +Hostname IP Role +srv-101 10.1.1.1 +srv-102 10.1.1.2 +srv-103 10.1.1.3 +srv-104 10.1.1.4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7203082cff/gold/distractor.csv b/shellops/assets/ShellOps_7203082cff/gold/distractor.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb38ef194cd7a7ccb9ffc048f7dfb2e34f497f05 --- /dev/null +++ b/shellops/assets/ShellOps_7203082cff/gold/distractor.csv @@ -0,0 +1,3 @@ +timestamp,event +2023-10-01T12:34:56,login +2023-10-02T08:15:22,login \ No newline at end of file diff --git a/shellops/assets/ShellOps_7203082cff/gold/suspicious_ips.txt b/shellops/assets/ShellOps_7203082cff/gold/suspicious_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef78341e3802984e665d280443059548c96a236b --- /dev/null +++ b/shellops/assets/ShellOps_7203082cff/gold/suspicious_ips.txt @@ -0,0 +1 @@ +192.168.1.100 2 diff --git a/shellops/assets/ShellOps_7203082cff/gold/whitelist.conf b/shellops/assets/ShellOps_7203082cff/gold/whitelist.conf new file mode 100644 index 0000000000000000000000000000000000000000..45a2f82fb6e46814275766f4525f3bc4f7db868f --- /dev/null +++ b/shellops/assets/ShellOps_7203082cff/gold/whitelist.conf @@ -0,0 +1,2 @@ +10.0.0.5 +172.16.0.3 diff --git a/shellops/assets/ShellOps_7203082cff/init/distractor.csv b/shellops/assets/ShellOps_7203082cff/init/distractor.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb38ef194cd7a7ccb9ffc048f7dfb2e34f497f05 --- /dev/null +++ b/shellops/assets/ShellOps_7203082cff/init/distractor.csv @@ -0,0 +1,3 @@ +timestamp,event +2023-10-01T12:34:56,login +2023-10-02T08:15:22,login \ No newline at end of file diff --git a/shellops/assets/ShellOps_7203082cff/init/whitelist.conf b/shellops/assets/ShellOps_7203082cff/init/whitelist.conf new file mode 100644 index 0000000000000000000000000000000000000000..45a2f82fb6e46814275766f4525f3bc4f7db868f --- /dev/null +++ b/shellops/assets/ShellOps_7203082cff/init/whitelist.conf @@ -0,0 +1,2 @@ +10.0.0.5 +172.16.0.3 diff --git a/shellops/assets/ShellOps_720c3079ee/gold/approved_sensors.txt b/shellops/assets/ShellOps_720c3079ee/gold/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b8a38844fd4a1a724120055c349fe844393b60 --- /dev/null +++ b/shellops/assets/ShellOps_720c3079ee/gold/approved_sensors.txt @@ -0,0 +1,5 @@ +1024 +2048 +3072 +4096 +5120 diff --git a/shellops/assets/ShellOps_720c3079ee/gold/device_inventory.xml b/shellops/assets/ShellOps_720c3079ee/gold/device_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..1c999edfde77fb0f1dcd5fd353742782d79166c9 --- /dev/null +++ b/shellops/assets/ShellOps_720c3079ee/gold/device_inventory.xml @@ -0,0 +1,7 @@ + + + 1024 + 3072 + 4096 + + diff --git a/shellops/assets/ShellOps_720c3079ee/gold/mismatches/.keep b/shellops/assets/ShellOps_720c3079ee/gold/mismatches/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_720c3079ee/gold/mismatches/report.txt b/shellops/assets/ShellOps_720c3079ee/gold/mismatches/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fe9b2ece378e331ea35eb6ca7c40f9f87f4536f --- /dev/null +++ b/shellops/assets/ShellOps_720c3079ee/gold/mismatches/report.txt @@ -0,0 +1,2 @@ +2048 +5120 diff --git a/shellops/assets/ShellOps_720c3079ee/init/approved_sensors.txt b/shellops/assets/ShellOps_720c3079ee/init/approved_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b8a38844fd4a1a724120055c349fe844393b60 --- /dev/null +++ b/shellops/assets/ShellOps_720c3079ee/init/approved_sensors.txt @@ -0,0 +1,5 @@ +1024 +2048 +3072 +4096 +5120 diff --git a/shellops/assets/ShellOps_720c3079ee/init/device_inventory.xml b/shellops/assets/ShellOps_720c3079ee/init/device_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..1c999edfde77fb0f1dcd5fd353742782d79166c9 --- /dev/null +++ b/shellops/assets/ShellOps_720c3079ee/init/device_inventory.xml @@ -0,0 +1,7 @@ + + + 1024 + 3072 + 4096 + + diff --git a/shellops/assets/ShellOps_720c3079ee/init/mismatches/.keep b/shellops/assets/ShellOps_720c3079ee/init/mismatches/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_a001.json b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_a001.json new file mode 100644 index 0000000000000000000000000000000000000000..8b63e9a978722552e085cd1705cb62b332a7eead --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_a001.json @@ -0,0 +1,5 @@ +{ + "id": "exp_a001", + "status": "completed", + "metrics": {"accuracy": 0.92} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_a002.json b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_a002.json new file mode 100644 index 0000000000000000000000000000000000000000..abda5aed2068e912a3a0d8263527c24e6ac09918 --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_a002.json @@ -0,0 +1,5 @@ +{ + "id": "exp_a002", + "status": "completed", + "metrics": {"accuracy": 0.88} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_b042.json b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_b042.json new file mode 100644 index 0000000000000000000000000000000000000000..a5b7b34909f7dd9d9f0182d7e3518ad394aaee9f --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/exp_b042.json @@ -0,0 +1,5 @@ +{ + "id": "exp_b042", + "status": "in_progress", + "metrics": {"accuracy": 0.75} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/index.json b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/index.json new file mode 100644 index 0000000000000000000000000000000000000000..81c48bca400ef34d8f2b6327a700c3d556b36016 --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/gold/data/weekly/index.json @@ -0,0 +1,9 @@ +{ + "experiments": [ + {"id": "exp_a001", "project": "alpha", "week": "2024-05-01"}, + {"id": "exp_b042", "project": "beta", "week": "2024-05-08"}, + {"id": "exp_a002", "project": "alpha", "week": "2024-05-15"}, + {"id": "exp_c007", "project": "gamma", "week": "2024-05-22"}, + {"id": "exp_b043", "project": "beta", "week": "2024-05-29"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_a001.json b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_a001.json new file mode 100644 index 0000000000000000000000000000000000000000..8b63e9a978722552e085cd1705cb62b332a7eead --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_a001.json @@ -0,0 +1,5 @@ +{ + "id": "exp_a001", + "status": "completed", + "metrics": {"accuracy": 0.92} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_a002.json b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_a002.json new file mode 100644 index 0000000000000000000000000000000000000000..abda5aed2068e912a3a0d8263527c24e6ac09918 --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_a002.json @@ -0,0 +1,5 @@ +{ + "id": "exp_a002", + "status": "completed", + "metrics": {"accuracy": 0.88} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_b042.json b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_b042.json new file mode 100644 index 0000000000000000000000000000000000000000..a5b7b34909f7dd9d9f0182d7e3518ad394aaee9f --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/exp_b042.json @@ -0,0 +1,5 @@ +{ + "id": "exp_b042", + "status": "in_progress", + "metrics": {"accuracy": 0.75} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7248b05d71/init/data/weekly/index.json b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/index.json new file mode 100644 index 0000000000000000000000000000000000000000..81c48bca400ef34d8f2b6327a700c3d556b36016 --- /dev/null +++ b/shellops/assets/ShellOps_7248b05d71/init/data/weekly/index.json @@ -0,0 +1,9 @@ +{ + "experiments": [ + {"id": "exp_a001", "project": "alpha", "week": "2024-05-01"}, + {"id": "exp_b042", "project": "beta", "week": "2024-05-08"}, + {"id": "exp_a002", "project": "alpha", "week": "2024-05-15"}, + {"id": "exp_c007", "project": "gamma", "week": "2024-05-22"}, + {"id": "exp_b043", "project": "beta", "week": "2024-05-29"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_728ef83f3d/gold/agents_approved.txt b/shellops/assets/ShellOps_728ef83f3d/gold/agents_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..26370f437e66b8e2890b33974fa956d730766c95 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/gold/agents_approved.txt @@ -0,0 +1,7 @@ +ag-101 +ag-105 +ag-108 +ag-112 +ag-115 +ag-117 +ag-120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_728ef83f3d/gold/notes/irrelevant.md b/shellops/assets/ShellOps_728ef83f3d/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7dc1b2e5583fb1d7d920f521327255104c551006 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/gold/notes/irrelevant.md @@ -0,0 +1,4 @@ +# Old notes +- ag-101 was added on 2024-01-15 +- ag-102 is deprecated +- ag-105 has pending patches diff --git a/shellops/assets/ShellOps_728ef83f3d/gold/reports/noncompliant_agents.txt b/shellops/assets/ShellOps_728ef83f3d/gold/reports/noncompliant_agents.txt new file mode 100644 index 0000000000000000000000000000000000000000..864c5bf03ca6068452b543c364249cec8f5e8a11 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/gold/reports/noncompliant_agents.txt @@ -0,0 +1,3 @@ +ag-107 +ag-111 +ag-119 diff --git a/shellops/assets/ShellOps_728ef83f3d/gold/runtime_agents.xml b/shellops/assets/ShellOps_728ef83f3d/gold/runtime_agents.xml new file mode 100644 index 0000000000000000000000000000000000000000..417f5f78fbcc8143c9555bceef97070d61e9c7e5 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/gold/runtime_agents.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_728ef83f3d/init/agents_approved.txt b/shellops/assets/ShellOps_728ef83f3d/init/agents_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..26370f437e66b8e2890b33974fa956d730766c95 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/init/agents_approved.txt @@ -0,0 +1,7 @@ +ag-101 +ag-105 +ag-108 +ag-112 +ag-115 +ag-117 +ag-120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_728ef83f3d/init/notes/irrelevant.md b/shellops/assets/ShellOps_728ef83f3d/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7dc1b2e5583fb1d7d920f521327255104c551006 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/init/notes/irrelevant.md @@ -0,0 +1,4 @@ +# Old notes +- ag-101 was added on 2024-01-15 +- ag-102 is deprecated +- ag-105 has pending patches diff --git a/shellops/assets/ShellOps_728ef83f3d/init/runtime_agents.xml b/shellops/assets/ShellOps_728ef83f3d/init/runtime_agents.xml new file mode 100644 index 0000000000000000000000000000000000000000..417f5f78fbcc8143c9555bceef97070d61e9c7e5 --- /dev/null +++ b/shellops/assets/ShellOps_728ef83f3d/init/runtime_agents.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_72a2c534ee/gold/mismatches.txt b/shellops/assets/ShellOps_72a2c534ee/gold/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ba2fd8ef727534380bfbfa40271e8707f144417 --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/gold/mismatches.txt @@ -0,0 +1,2 @@ +s777 +s999 diff --git a/shellops/assets/ShellOps_72a2c534ee/gold/obsolete_calibration.out b/shellops/assets/ShellOps_72a2c534ee/gold/obsolete_calibration.out new file mode 100644 index 0000000000000000000000000000000000000000..b323570627965e8ac8c37bc5cf644bef4edf4848 --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/gold/obsolete_calibration.out @@ -0,0 +1,4 @@ +2025-03-12T14:33:12 sensor s101 calibrated +2025-03-12T14:33:15 sensor s999 not found +2025-03-12T14:33:19 sensor s777 out-of-range +2025-03-12T14:33:21 sensor s512 offline diff --git a/shellops/assets/ShellOps_72a2c534ee/gold/sensors-active.xml b/shellops/assets/ShellOps_72a2c534ee/gold/sensors-active.xml new file mode 100644 index 0000000000000000000000000000000000000000..130aac18866f7cd022011a24e695e01f8d14b7cd --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/gold/sensors-active.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_72a2c534ee/gold/sensors-suppressed.txt b/shellops/assets/ShellOps_72a2c534ee/gold/sensors-suppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..b48e7cd7791cc820e2174bc8f1b78576f4c5113e --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/gold/sensors-suppressed.txt @@ -0,0 +1,7 @@ +s203 +s408 +s512 +s999 +s305 +s777 +s203 diff --git a/shellops/assets/ShellOps_72a2c534ee/init/obsolete_calibration.out b/shellops/assets/ShellOps_72a2c534ee/init/obsolete_calibration.out new file mode 100644 index 0000000000000000000000000000000000000000..b323570627965e8ac8c37bc5cf644bef4edf4848 --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/init/obsolete_calibration.out @@ -0,0 +1,4 @@ +2025-03-12T14:33:12 sensor s101 calibrated +2025-03-12T14:33:15 sensor s999 not found +2025-03-12T14:33:19 sensor s777 out-of-range +2025-03-12T14:33:21 sensor s512 offline diff --git a/shellops/assets/ShellOps_72a2c534ee/init/sensors-active.xml b/shellops/assets/ShellOps_72a2c534ee/init/sensors-active.xml new file mode 100644 index 0000000000000000000000000000000000000000..130aac18866f7cd022011a24e695e01f8d14b7cd --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/init/sensors-active.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_72a2c534ee/init/sensors-suppressed.txt b/shellops/assets/ShellOps_72a2c534ee/init/sensors-suppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..b48e7cd7791cc820e2174bc8f1b78576f4c5113e --- /dev/null +++ b/shellops/assets/ShellOps_72a2c534ee/init/sensors-suppressed.txt @@ -0,0 +1,7 @@ +s203 +s408 +s512 +s999 +s305 +s777 +s203 diff --git a/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/.keep b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/advanced.rst b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/advanced.rst new file mode 100644 index 0000000000000000000000000000000000000000..0e9319d45d5d5fab73c3a2e7416619992d5124b6 --- /dev/null +++ b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/advanced.rst @@ -0,0 +1,2 @@ +Advanced options include {{CUSTOM_THEME}} and {{DEBUG_MODE}}. +Use {{SECRET_KEY}} only in {{___ENV_TYPE___}} environments. \ No newline at end of file diff --git a/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/appendix.rst b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/appendix.rst new file mode 100644 index 0000000000000000000000000000000000000000..b0baabab7e41ef34fc6a468cf466f339546b66c2 --- /dev/null +++ b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/appendix.rst @@ -0,0 +1,2 @@ +Troubleshooting tips for {{NETWORK_TIMEOUT}} errors. +Avoid modifying {{___INTERNAL_FLAG___}} unless instructed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/intro.rst b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/intro.rst new file mode 100644 index 0000000000000000000000000000000000000000..c44c22eef18626ce272d700aee86df66d7cbca23 --- /dev/null +++ b/shellops/assets/ShellOps_72bfa7ec18/gold/chapters/intro.rst @@ -0,0 +1,3 @@ +Welcome to {{PRODUCT_NAME}}. This guide explains how to configure your {{___DEVICE_ID___}}. + +To start, ensure the {{FIRMWARE_VERSION}} matches the {{HARDWARE_MODEL}}. \ No newline at end of file diff --git a/shellops/assets/ShellOps_72bfa7ec18/init/chapters/.keep b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_72bfa7ec18/init/chapters/advanced.rst b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/advanced.rst new file mode 100644 index 0000000000000000000000000000000000000000..0e9319d45d5d5fab73c3a2e7416619992d5124b6 --- /dev/null +++ b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/advanced.rst @@ -0,0 +1,2 @@ +Advanced options include {{CUSTOM_THEME}} and {{DEBUG_MODE}}. +Use {{SECRET_KEY}} only in {{___ENV_TYPE___}} environments. \ No newline at end of file diff --git a/shellops/assets/ShellOps_72bfa7ec18/init/chapters/appendix.rst b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/appendix.rst new file mode 100644 index 0000000000000000000000000000000000000000..b0baabab7e41ef34fc6a468cf466f339546b66c2 --- /dev/null +++ b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/appendix.rst @@ -0,0 +1,2 @@ +Troubleshooting tips for {{NETWORK_TIMEOUT}} errors. +Avoid modifying {{___INTERNAL_FLAG___}} unless instructed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_72bfa7ec18/init/chapters/intro.rst b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/intro.rst new file mode 100644 index 0000000000000000000000000000000000000000..c44c22eef18626ce272d700aee86df66d7cbca23 --- /dev/null +++ b/shellops/assets/ShellOps_72bfa7ec18/init/chapters/intro.rst @@ -0,0 +1,3 @@ +Welcome to {{PRODUCT_NAME}}. This guide explains how to configure your {{___DEVICE_ID___}}. + +To start, ensure the {{FIRMWARE_VERSION}} matches the {{HARDWARE_MODEL}}. \ No newline at end of file diff --git a/shellops/assets/ShellOps_73139f36d5/gold/compliance/audits/2024_ack.md b/shellops/assets/ShellOps_73139f36d5/gold/compliance/audits/2024_ack.md new file mode 100644 index 0000000000000000000000000000000000000000..73febf2cf69134455b5f1f21c3f9609bf3eb2b52 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/gold/compliance/audits/2024_ack.md @@ -0,0 +1,4 @@ +ACK: 112 +ACK: 124 +ACK: 130 +ACK: 118 diff --git a/shellops/assets/ShellOps_73139f36d5/gold/compliance/incidents_2023.xml b/shellops/assets/ShellOps_73139f36d5/gold/compliance/incidents_2023.xml new file mode 100644 index 0000000000000000000000000000000000000000..701a234a6112bcefd9e42ed61a06de4c4e5f0e22 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/gold/compliance/incidents_2023.xml @@ -0,0 +1,6 @@ + + 1052023-02-15 + 1122023-03-22 + 1182023-04-05 + 1242023-05-11 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_73139f36d5/gold/review/missing_2023_incidents.txt b/shellops/assets/ShellOps_73139f36d5/gold/review/missing_2023_incidents.txt new file mode 100644 index 0000000000000000000000000000000000000000..f96ac06721837aa6a644a580c03c76f304e81db0 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/gold/review/missing_2023_incidents.txt @@ -0,0 +1 @@ +105 diff --git a/shellops/assets/ShellOps_73139f36d5/gold/review/placeholder.txt b/shellops/assets/ShellOps_73139f36d5/gold/review/placeholder.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebc63d179e54a7f17ad531d7286a45f3632d4df0 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/gold/review/placeholder.txt @@ -0,0 +1 @@ +This file exists to test directory creation. \ No newline at end of file diff --git a/shellops/assets/ShellOps_73139f36d5/init/compliance/audits/2024_ack.md b/shellops/assets/ShellOps_73139f36d5/init/compliance/audits/2024_ack.md new file mode 100644 index 0000000000000000000000000000000000000000..73febf2cf69134455b5f1f21c3f9609bf3eb2b52 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/init/compliance/audits/2024_ack.md @@ -0,0 +1,4 @@ +ACK: 112 +ACK: 124 +ACK: 130 +ACK: 118 diff --git a/shellops/assets/ShellOps_73139f36d5/init/compliance/incidents_2023.xml b/shellops/assets/ShellOps_73139f36d5/init/compliance/incidents_2023.xml new file mode 100644 index 0000000000000000000000000000000000000000..701a234a6112bcefd9e42ed61a06de4c4e5f0e22 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/init/compliance/incidents_2023.xml @@ -0,0 +1,6 @@ + + 1052023-02-15 + 1122023-03-22 + 1182023-04-05 + 1242023-05-11 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_73139f36d5/init/review/placeholder.txt b/shellops/assets/ShellOps_73139f36d5/init/review/placeholder.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebc63d179e54a7f17ad531d7286a45f3632d4df0 --- /dev/null +++ b/shellops/assets/ShellOps_73139f36d5/init/review/placeholder.txt @@ -0,0 +1 @@ +This file exists to test directory creation. \ No newline at end of file diff --git a/shellops/assets/ShellOps_7320594ce7/gold/release/inventory.xml b/shellops/assets/ShellOps_7320594ce7/gold/release/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..ff723bc97ad6e04a7abc160935ad20f1b1056e83 --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/gold/release/inventory.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_7320594ce7/gold/release/missing_or_archived.txt b/shellops/assets/ShellOps_7320594ce7/gold/release/missing_or_archived.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a481ff3d88deea9666c9f723dc07f5bc7e25241 --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/gold/release/missing_or_archived.txt @@ -0,0 +1,3 @@ +mod_beta +mod_delta +mod_zeta diff --git a/shellops/assets/ShellOps_7320594ce7/gold/release/modules.txt b/shellops/assets/ShellOps_7320594ce7/gold/release/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..86256c9e633f94d2a29b9165dbc57d2dee057ecb --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/gold/release/modules.txt @@ -0,0 +1,6 @@ +mod_alpha +mod_beta +mod_gamma +mod_delta +mod_epsilon +mod_zeta diff --git a/shellops/assets/ShellOps_7320594ce7/gold/release/notes.txt b/shellops/assets/ShellOps_7320594ce7/gold/release/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c37d3a900ee42a9850d15757ba55ca446f986f3a --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/gold/release/notes.txt @@ -0,0 +1,2 @@ +This is a distractor file with irrelevant notes. +It should not affect the final output. diff --git a/shellops/assets/ShellOps_7320594ce7/init/release/inventory.xml b/shellops/assets/ShellOps_7320594ce7/init/release/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..ff723bc97ad6e04a7abc160935ad20f1b1056e83 --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/init/release/inventory.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_7320594ce7/init/release/modules.txt b/shellops/assets/ShellOps_7320594ce7/init/release/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..86256c9e633f94d2a29b9165dbc57d2dee057ecb --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/init/release/modules.txt @@ -0,0 +1,6 @@ +mod_alpha +mod_beta +mod_gamma +mod_delta +mod_epsilon +mod_zeta diff --git a/shellops/assets/ShellOps_7320594ce7/init/release/notes.txt b/shellops/assets/ShellOps_7320594ce7/init/release/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c37d3a900ee42a9850d15757ba55ca446f986f3a --- /dev/null +++ b/shellops/assets/ShellOps_7320594ce7/init/release/notes.txt @@ -0,0 +1,2 @@ +This is a distractor file with irrelevant notes. +It should not affect the final output. diff --git a/shellops/assets/ShellOps_732545dcb3/gold/billing_logs/current/.keep b/shellops/assets/ShellOps_732545dcb3/gold/billing_logs/current/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_732545dcb3/gold/billing_logs/current/subscriptions.err b/shellops/assets/ShellOps_732545dcb3/gold/billing_logs/current/subscriptions.err new file mode 100644 index 0000000000000000000000000000000000000000..58f039160b04a2be2cd1468ba76a832a53f6aa0b --- /dev/null +++ b/shellops/assets/ShellOps_732545dcb3/gold/billing_logs/current/subscriptions.err @@ -0,0 +1,6 @@ +plan001|50.00 +plan002|75.00 +plan001|60.00 +plan003|100.00 +plan002|80.00 +plan003|90.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_732545dcb3/gold/reports/resolved_plans.md b/shellops/assets/ShellOps_732545dcb3/gold/reports/resolved_plans.md new file mode 100644 index 0000000000000000000000000000000000000000..69413349942108c1e8de6b3ee28292e0ee1e559e --- /dev/null +++ b/shellops/assets/ShellOps_732545dcb3/gold/reports/resolved_plans.md @@ -0,0 +1,3 @@ +plan001|60.00 +plan002|80.00 +plan003|100.00 diff --git a/shellops/assets/ShellOps_732545dcb3/init/billing_logs/current/.keep b/shellops/assets/ShellOps_732545dcb3/init/billing_logs/current/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_732545dcb3/init/billing_logs/current/subscriptions.err b/shellops/assets/ShellOps_732545dcb3/init/billing_logs/current/subscriptions.err new file mode 100644 index 0000000000000000000000000000000000000000..58f039160b04a2be2cd1468ba76a832a53f6aa0b --- /dev/null +++ b/shellops/assets/ShellOps_732545dcb3/init/billing_logs/current/subscriptions.err @@ -0,0 +1,6 @@ +plan001|50.00 +plan002|75.00 +plan001|60.00 +plan003|100.00 +plan002|80.00 +plan003|90.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/gold/gateways/.keep b/shellops/assets/ShellOps_735fde6fab/gold/gateways/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_735fde6fab/gold/gateways/alpha.metrics b/shellops/assets/ShellOps_735fde6fab/gold/gateways/alpha.metrics new file mode 100644 index 0000000000000000000000000000000000000000..14353be4481d3d0e9d95d3b109e93c7262664f7e --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/gold/gateways/alpha.metrics @@ -0,0 +1,4 @@ +# Service metrics +timeout_ms:alpha=500 +# Endpoints +requests_total 123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/gold/gateways/beta.metrics b/shellops/assets/ShellOps_735fde6fab/gold/gateways/beta.metrics new file mode 100644 index 0000000000000000000000000000000000000000..d015b9010e826ebb2827e033eef64c8135d89907 --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/gold/gateways/beta.metrics @@ -0,0 +1,4 @@ +timeout_ms:beta=300 +timeout_ms:gamma=200 +timeout_ms:alpha=750 +errors 5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/gold/gateways/current_timeouts.map b/shellops/assets/ShellOps_735fde6fab/gold/gateways/current_timeouts.map new file mode 100644 index 0000000000000000000000000000000000000000..aee83a106308397e717fc3d197b7527bb08005be --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/gold/gateways/current_timeouts.map @@ -0,0 +1,3 @@ +alpha=750 +beta=600 +gamma=550 diff --git a/shellops/assets/ShellOps_735fde6fab/gold/gateways/legacy/old.metrics b/shellops/assets/ShellOps_735fde6fab/gold/gateways/legacy/old.metrics new file mode 100644 index 0000000000000000000000000000000000000000..81dd3d0d72e8d85de517c22437d2cd29725962a5 --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/gold/gateways/legacy/old.metrics @@ -0,0 +1,3 @@ +timeout_ms:beta=600 +timeout_ms:gamma=550 +#Deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/init/gateways/.keep b/shellops/assets/ShellOps_735fde6fab/init/gateways/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_735fde6fab/init/gateways/alpha.metrics b/shellops/assets/ShellOps_735fde6fab/init/gateways/alpha.metrics new file mode 100644 index 0000000000000000000000000000000000000000..14353be4481d3d0e9d95d3b109e93c7262664f7e --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/init/gateways/alpha.metrics @@ -0,0 +1,4 @@ +# Service metrics +timeout_ms:alpha=500 +# Endpoints +requests_total 123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/init/gateways/beta.metrics b/shellops/assets/ShellOps_735fde6fab/init/gateways/beta.metrics new file mode 100644 index 0000000000000000000000000000000000000000..d015b9010e826ebb2827e033eef64c8135d89907 --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/init/gateways/beta.metrics @@ -0,0 +1,4 @@ +timeout_ms:beta=300 +timeout_ms:gamma=200 +timeout_ms:alpha=750 +errors 5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/init/gateways/current_timeouts.map b/shellops/assets/ShellOps_735fde6fab/init/gateways/current_timeouts.map new file mode 100644 index 0000000000000000000000000000000000000000..d7ad5e8c92d19dddb328a24cafbc6f8b19872ea5 --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/init/gateways/current_timeouts.map @@ -0,0 +1,3 @@ +alpha=200 +beta=400 +gamma=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_735fde6fab/init/gateways/legacy/old.metrics b/shellops/assets/ShellOps_735fde6fab/init/gateways/legacy/old.metrics new file mode 100644 index 0000000000000000000000000000000000000000..81dd3d0d72e8d85de517c22437d2cd29725962a5 --- /dev/null +++ b/shellops/assets/ShellOps_735fde6fab/init/gateways/legacy/old.metrics @@ -0,0 +1,3 @@ +timeout_ms:beta=600 +timeout_ms:gamma=550 +#Deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/gold/active_incidents.txt b/shellops/assets/ShellOps_73622ed7a3/gold/active_incidents.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c815af36256f967daefdb1d553b1df3044c8808 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/gold/active_incidents.txt @@ -0,0 +1,5 @@ +INC-2014 +INC-2017 +INC-2019 +INC-2021 +INC-2023 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/gold/alert_config.xml b/shellops/assets/ShellOps_73622ed7a3/gold/alert_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..0a0b4800ba7645b26bde575b17073d680463ea75 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/gold/alert_config.xml @@ -0,0 +1,19 @@ + + + + INC-2015 + high + + + INC-2017 + medium + + + INC-2020 + low + + + INC-2023 + high + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/gold/notes.md b/shellops/assets/ShellOps_73622ed7a3/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9f597be77d2aaf2678a39f139bbb8a95015233a5 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/gold/notes.md @@ -0,0 +1,6 @@ +# Alert Configuration Audit + +This file contains random notes about alert cleanup that are unrelated: +- Review alert thresholds +- Update notification channels +- Archive old incident reports \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/gold/orphaned_alerts.txt b/shellops/assets/ShellOps_73622ed7a3/gold/orphaned_alerts.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dc91ebaa678e63c08f7c495ecfb9f88e11112d2 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/gold/orphaned_alerts.txt @@ -0,0 +1,2 @@ +INC-2015 +INC-2020 diff --git a/shellops/assets/ShellOps_73622ed7a3/init/active_incidents.txt b/shellops/assets/ShellOps_73622ed7a3/init/active_incidents.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c815af36256f967daefdb1d553b1df3044c8808 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/init/active_incidents.txt @@ -0,0 +1,5 @@ +INC-2014 +INC-2017 +INC-2019 +INC-2021 +INC-2023 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/init/alert_config.xml b/shellops/assets/ShellOps_73622ed7a3/init/alert_config.xml new file mode 100644 index 0000000000000000000000000000000000000000..0a0b4800ba7645b26bde575b17073d680463ea75 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/init/alert_config.xml @@ -0,0 +1,19 @@ + + + + INC-2015 + high + + + INC-2017 + medium + + + INC-2020 + low + + + INC-2023 + high + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/init/notes.md b/shellops/assets/ShellOps_73622ed7a3/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9f597be77d2aaf2678a39f139bbb8a95015233a5 --- /dev/null +++ b/shellops/assets/ShellOps_73622ed7a3/init/notes.md @@ -0,0 +1,6 @@ +# Alert Configuration Audit + +This file contains random notes about alert cleanup that are unrelated: +- Review alert thresholds +- Update notification channels +- Archive old incident reports \ No newline at end of file diff --git a/shellops/assets/ShellOps_73622ed7a3/init/orphaned_alerts.txt b/shellops/assets/ShellOps_73622ed7a3/init/orphaned_alerts.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_737138b65b/gold/missing_metrics.txt b/shellops/assets/ShellOps_737138b65b/gold/missing_metrics.txt new file mode 100644 index 0000000000000000000000000000000000000000..58cacaabb9dd84f137a9d5aa7215ef952d2d7f93 --- /dev/null +++ b/shellops/assets/ShellOps_737138b65b/gold/missing_metrics.txt @@ -0,0 +1 @@ +memory_leak_rate diff --git a/shellops/assets/ShellOps_737138b65b/gold/monitors/checks_old.json b/shellops/assets/ShellOps_737138b65b/gold/monitors/checks_old.json new file mode 100644 index 0000000000000000000000000000000000000000..a310fd7d8e719dae9f73ff5a32c1910cbb27d597 --- /dev/null +++ b/shellops/assets/ShellOps_737138b65b/gold/monitors/checks_old.json @@ -0,0 +1 @@ +{"checks": [{"metric": "cpu_load_avg"}, {"metric": "memory_leak_rate"}, {"metric": "disk_io_errors"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_737138b65b/gold/specs/current/specs_2024.json b/shellops/assets/ShellOps_737138b65b/gold/specs/current/specs_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..00a1316cae99728929125bd6b5d0f2699a1e9db8 --- /dev/null +++ b/shellops/assets/ShellOps_737138b65b/gold/specs/current/specs_2024.json @@ -0,0 +1 @@ +{"entries": [{"metric_name": "cpu_load_avg"}, {"metric_name": "disk_io_errors"}, {"metric_name": "network_latency"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_737138b65b/init/monitors/checks_old.json b/shellops/assets/ShellOps_737138b65b/init/monitors/checks_old.json new file mode 100644 index 0000000000000000000000000000000000000000..a310fd7d8e719dae9f73ff5a32c1910cbb27d597 --- /dev/null +++ b/shellops/assets/ShellOps_737138b65b/init/monitors/checks_old.json @@ -0,0 +1 @@ +{"checks": [{"metric": "cpu_load_avg"}, {"metric": "memory_leak_rate"}, {"metric": "disk_io_errors"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_737138b65b/init/specs/current/specs_2024.json b/shellops/assets/ShellOps_737138b65b/init/specs/current/specs_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..00a1316cae99728929125bd6b5d0f2699a1e9db8 --- /dev/null +++ b/shellops/assets/ShellOps_737138b65b/init/specs/current/specs_2024.json @@ -0,0 +1 @@ +{"entries": [{"metric_name": "cpu_load_avg"}, {"metric_name": "disk_io_errors"}, {"metric_name": "network_latency"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/gold/reports/active_devices.txt b/shellops/assets/ShellOps_739221c22b/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb312b90baad98fcd5f11200960fd5fa731b594a --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/reports/active_devices.txt @@ -0,0 +1,2 @@ +dev_delta +dev_gamma diff --git a/shellops/assets/ShellOps_739221c22b/gold/suppressions/manual_review.json b/shellops/assets/ShellOps_739221c22b/gold/suppressions/manual_review.json new file mode 100644 index 0000000000000000000000000000000000000000..e947bea7314d07167737f4ea09528b4ee1d7dbf6 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/suppressions/manual_review.json @@ -0,0 +1 @@ +["dev_alpha", "dev_epsilon"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_alpha.json b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..11845bb8a76fa028e1b90f673c71b42ef3df30f2 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_alpha.json @@ -0,0 +1 @@ +{"device_id": "dev_alpha", "status": "online", "last_seen": "2024-01-15T10:30:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_beta.json b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b2ebbf0da8da744d561a32a9d65120de4c065e49 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_beta.json @@ -0,0 +1 @@ +{"device_id": "dev_beta", "status": "offline", "last_seen": "2024-01-14T09:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_delta.json b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..7a5474290b4fe611a74ab29484780cb86a1cd2e4 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_delta.json @@ -0,0 +1 @@ +{"device_id": "dev_delta", "status": "online", "last_seen": "2024-01-15T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_gamma.json b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..8affc533ea7b4b0ffe5ccd3310d00f8fe51d78e3 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_gamma", "status": "online", "last_seen": "2024-01-15T11:45:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_zeta.json b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_zeta.json new file mode 100644 index 0000000000000000000000000000000000000000..ab45471076b5280719e345e3d2ba49cd0c6bef78 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/gold/telemetry/device_zeta.json @@ -0,0 +1 @@ +{"device_id": "dev_zeta", "status": "maintenance", "last_seen": "2024-01-15T08:15:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/init/suppressions/manual_review.json b/shellops/assets/ShellOps_739221c22b/init/suppressions/manual_review.json new file mode 100644 index 0000000000000000000000000000000000000000..e947bea7314d07167737f4ea09528b4ee1d7dbf6 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/init/suppressions/manual_review.json @@ -0,0 +1 @@ +["dev_alpha", "dev_epsilon"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/init/telemetry/device_alpha.json b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..11845bb8a76fa028e1b90f673c71b42ef3df30f2 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_alpha.json @@ -0,0 +1 @@ +{"device_id": "dev_alpha", "status": "online", "last_seen": "2024-01-15T10:30:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/init/telemetry/device_beta.json b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b2ebbf0da8da744d561a32a9d65120de4c065e49 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_beta.json @@ -0,0 +1 @@ +{"device_id": "dev_beta", "status": "offline", "last_seen": "2024-01-14T09:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/init/telemetry/device_delta.json b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..7a5474290b4fe611a74ab29484780cb86a1cd2e4 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_delta.json @@ -0,0 +1 @@ +{"device_id": "dev_delta", "status": "online", "last_seen": "2024-01-15T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/init/telemetry/device_gamma.json b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..8affc533ea7b4b0ffe5ccd3310d00f8fe51d78e3 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_gamma", "status": "online", "last_seen": "2024-01-15T11:45:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_739221c22b/init/telemetry/device_zeta.json b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_zeta.json new file mode 100644 index 0000000000000000000000000000000000000000..ab45471076b5280719e345e3d2ba49cd0c6bef78 --- /dev/null +++ b/shellops/assets/ShellOps_739221c22b/init/telemetry/device_zeta.json @@ -0,0 +1 @@ +{"device_id": "dev_zeta", "status": "maintenance", "last_seen": "2024-01-15T08:15:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/.keep b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/discrepancies.json b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/discrepancies.json new file mode 100644 index 0000000000000000000000000000000000000000..5bd1cbc852e027431987d55dd73f40a94e9a7156 --- /dev/null +++ b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/discrepancies.json @@ -0,0 +1,8 @@ +[ + {"item_code": "A101", "audit_note": "Minor scratch on packaging"}, + {"item_code": "A102", "audit_note": "Not found in storage"}, + {"item_code": "B202", "audit_note": "Quantity mismatch"}, + {"item_code": "B203", "audit_note": "Expired batch"}, + {"item_code": "C305", "audit_note": "Relocated to overflow"}, + {"item_code": "D401", "audit_note": "Missing from manifest"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/inventory.csv b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..109456d5efcc007ebbbd9714f2da8e3482d6ed03 --- /dev/null +++ b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/inventory.csv @@ -0,0 +1,6 @@ +item_code,quantity,location +A101,150,Zone-A +A103,200,Zone-A +B202,75,Zone-B +B204,120,Zone-B +C305,90,Zone-C \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/missing_items.tsv b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/missing_items.tsv new file mode 100644 index 0000000000000000000000000000000000000000..98b2a84e3296767dae166f71b78c1b273149fe51 --- /dev/null +++ b/shellops/assets/ShellOps_73a1b99d69/gold/warehouse/missing_items.tsv @@ -0,0 +1,3 @@ +A102 Not found in storage +B203 Expired batch +D401 Missing from manifest diff --git a/shellops/assets/ShellOps_73a1b99d69/init/warehouse/.keep b/shellops/assets/ShellOps_73a1b99d69/init/warehouse/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_73a1b99d69/init/warehouse/discrepancies.json b/shellops/assets/ShellOps_73a1b99d69/init/warehouse/discrepancies.json new file mode 100644 index 0000000000000000000000000000000000000000..5bd1cbc852e027431987d55dd73f40a94e9a7156 --- /dev/null +++ b/shellops/assets/ShellOps_73a1b99d69/init/warehouse/discrepancies.json @@ -0,0 +1,8 @@ +[ + {"item_code": "A101", "audit_note": "Minor scratch on packaging"}, + {"item_code": "A102", "audit_note": "Not found in storage"}, + {"item_code": "B202", "audit_note": "Quantity mismatch"}, + {"item_code": "B203", "audit_note": "Expired batch"}, + {"item_code": "C305", "audit_note": "Relocated to overflow"}, + {"item_code": "D401", "audit_note": "Missing from manifest"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a1b99d69/init/warehouse/inventory.csv b/shellops/assets/ShellOps_73a1b99d69/init/warehouse/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..109456d5efcc007ebbbd9714f2da8e3482d6ed03 --- /dev/null +++ b/shellops/assets/ShellOps_73a1b99d69/init/warehouse/inventory.csv @@ -0,0 +1,6 @@ +item_code,quantity,location +A101,150,Zone-A +A103,200,Zone-A +B202,75,Zone-B +B204,120,Zone-B +C305,90,Zone-C \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/gold/active_telemetry/sensor01.json b/shellops/assets/ShellOps_73a28e955e/gold/active_telemetry/sensor01.json new file mode 100644 index 0000000000000000000000000000000000000000..92e9d9ab280b6ce762a8439a624bec01b60f9c6a --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/gold/active_telemetry/sensor01.json @@ -0,0 +1,2 @@ +{"case_id": "1001", "status": "open"} +{"case_id": "1002", "status": "resolved"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/gold/active_telemetry/sensor02.json b/shellops/assets/ShellOps_73a28e955e/gold/active_telemetry/sensor02.json new file mode 100644 index 0000000000000000000000000000000000000000..f4e84c16fff2368bb604e4144e58b652feaca1e1 --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/gold/active_telemetry/sensor02.json @@ -0,0 +1,2 @@ +{"case_id": "1003", "status": "open"} +{"case_id": "1004", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/gold/audits/exceptions.yaml b/shellops/assets/ShellOps_73a28e955e/gold/audits/exceptions.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3ad12eeb0513d23e5d793991b9775cb2c21c5efb --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/gold/audits/exceptions.yaml @@ -0,0 +1,3 @@ +exceptions: + - 1001 + - 1003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/gold/distractor/old_telemetry.json b/shellops/assets/ShellOps_73a28e955e/gold/distractor/old_telemetry.json new file mode 100644 index 0000000000000000000000000000000000000000..dec7a881909e9066a08aa1f8048710c0b56a8ed8 --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/gold/distractor/old_telemetry.json @@ -0,0 +1 @@ +{"case_id": "9001", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/gold/unresolved.txt b/shellops/assets/ShellOps_73a28e955e/gold/unresolved.txt new file mode 100644 index 0000000000000000000000000000000000000000..59c11226623e1b89b6df8f6567b7ead5de7167c0 --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/gold/unresolved.txt @@ -0,0 +1 @@ +1004 diff --git a/shellops/assets/ShellOps_73a28e955e/init/active_telemetry/sensor01.json b/shellops/assets/ShellOps_73a28e955e/init/active_telemetry/sensor01.json new file mode 100644 index 0000000000000000000000000000000000000000..92e9d9ab280b6ce762a8439a624bec01b60f9c6a --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/init/active_telemetry/sensor01.json @@ -0,0 +1,2 @@ +{"case_id": "1001", "status": "open"} +{"case_id": "1002", "status": "resolved"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/init/active_telemetry/sensor02.json b/shellops/assets/ShellOps_73a28e955e/init/active_telemetry/sensor02.json new file mode 100644 index 0000000000000000000000000000000000000000..f4e84c16fff2368bb604e4144e58b652feaca1e1 --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/init/active_telemetry/sensor02.json @@ -0,0 +1,2 @@ +{"case_id": "1003", "status": "open"} +{"case_id": "1004", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/init/audits/exceptions.yaml b/shellops/assets/ShellOps_73a28e955e/init/audits/exceptions.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3ad12eeb0513d23e5d793991b9775cb2c21c5efb --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/init/audits/exceptions.yaml @@ -0,0 +1,3 @@ +exceptions: + - 1001 + - 1003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a28e955e/init/distractor/old_telemetry.json b/shellops/assets/ShellOps_73a28e955e/init/distractor/old_telemetry.json new file mode 100644 index 0000000000000000000000000000000000000000..dec7a881909e9066a08aa1f8048710c0b56a8ed8 --- /dev/null +++ b/shellops/assets/ShellOps_73a28e955e/init/distractor/old_telemetry.json @@ -0,0 +1 @@ +{"case_id": "9001", "status": "open"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a9ad9256/gold/approved_devices.txt b/shellops/assets/ShellOps_73a9ad9256/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9592be5c59f2413dde6e0036ac4618763dfe29c0 --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/gold/approved_devices.txt @@ -0,0 +1,5 @@ +DEV-101 +DEV-103 +DEV-105 +DEV-107 +DEV-109 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a9ad9256/gold/devices.xml b/shellops/assets/ShellOps_73a9ad9256/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..af6cd2a767dce40d76a783e4d44500128e581e46 --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/gold/devices.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a9ad9256/gold/notes.md b/shellops/assets/ShellOps_73a9ad9256/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..455d8af790b0e16dd8db8541c5179dbb52d7bd97 --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/gold/notes.md @@ -0,0 +1,3 @@ +# Device Management Notes +- DEV-102, DEV-104, DEV-106, DEV-108 have been decommissioned. +- DEV-101, DEV-103, DEV-105, DEV-107, DEV-109 remain active. diff --git a/shellops/assets/ShellOps_73a9ad9256/gold/obsolete_whitelist_entries.txt b/shellops/assets/ShellOps_73a9ad9256/gold/obsolete_whitelist_entries.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd5f15ba205702a8ac0e4c88333cea782417b62d --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/gold/obsolete_whitelist_entries.txt @@ -0,0 +1,4 @@ +DEV-102 +DEV-104 +DEV-106 +DEV-108 diff --git a/shellops/assets/ShellOps_73a9ad9256/init/approved_devices.txt b/shellops/assets/ShellOps_73a9ad9256/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9592be5c59f2413dde6e0036ac4618763dfe29c0 --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/init/approved_devices.txt @@ -0,0 +1,5 @@ +DEV-101 +DEV-103 +DEV-105 +DEV-107 +DEV-109 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a9ad9256/init/devices.xml b/shellops/assets/ShellOps_73a9ad9256/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..af6cd2a767dce40d76a783e4d44500128e581e46 --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/init/devices.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_73a9ad9256/init/notes.md b/shellops/assets/ShellOps_73a9ad9256/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..455d8af790b0e16dd8db8541c5179dbb52d7bd97 --- /dev/null +++ b/shellops/assets/ShellOps_73a9ad9256/init/notes.md @@ -0,0 +1,3 @@ +# Device Management Notes +- DEV-102, DEV-104, DEV-106, DEV-108 have been decommissioned. +- DEV-101, DEV-103, DEV-105, DEV-107, DEV-109 remain active. diff --git a/shellops/assets/ShellOps_73c792505e/gold/active_runs.txt b/shellops/assets/ShellOps_73c792505e/gold/active_runs.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc195ca9fb73e7891ad3e3974283f422663a5c1c --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/gold/active_runs.txt @@ -0,0 +1,2 @@ +alpha_001 +beta_001 diff --git a/shellops/assets/ShellOps_73c792505e/gold/exceptions/suppress_runs.txt b/shellops/assets/ShellOps_73c792505e/gold/exceptions/suppress_runs.txt new file mode 100644 index 0000000000000000000000000000000000000000..042030576e31a39fae7985da3b7a5d3ff59d8a5e --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/gold/exceptions/suppress_runs.txt @@ -0,0 +1,3 @@ +alpha_002 +alpha_003 +beta_002 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73c792505e/gold/notes/obsolete_runs.md b/shellops/assets/ShellOps_73c792505e/gold/notes/obsolete_runs.md new file mode 100644 index 0000000000000000000000000000000000000000..1f5fe44c2c9a9944d44b37ab41e3dba223f6b1a4 --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/gold/notes/obsolete_runs.md @@ -0,0 +1,3 @@ +# Obsolete runs +- alpha_000 (pre-dates current schema) +- beta_000 (pre-dates current schema) diff --git a/shellops/assets/ShellOps_73c792505e/gold/runs/exp_alpha.json b/shellops/assets/ShellOps_73c792505e/gold/runs/exp_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..131a1b43e03a862f70aa2f205d5071d2840ad1ae --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/gold/runs/exp_alpha.json @@ -0,0 +1,2 @@ +{"run_id": "alpha_001", "status": "active", "started": "2024-05-10"} +{"run_id": "alpha_002", "status": "failed", "started": "2024-05-11"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73c792505e/gold/runs/exp_beta.json b/shellops/assets/ShellOps_73c792505e/gold/runs/exp_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..cda3f24b968d63aff2049e62ad7f7b448c447657 --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/gold/runs/exp_beta.json @@ -0,0 +1,2 @@ +{"run_id": "beta_001", "status": "active", "started": "2024-05-12"} +{"run_id": "beta_002", "status": "archived", "started": "2024-05-09"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73c792505e/init/exceptions/suppress_runs.txt b/shellops/assets/ShellOps_73c792505e/init/exceptions/suppress_runs.txt new file mode 100644 index 0000000000000000000000000000000000000000..042030576e31a39fae7985da3b7a5d3ff59d8a5e --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/init/exceptions/suppress_runs.txt @@ -0,0 +1,3 @@ +alpha_002 +alpha_003 +beta_002 \ No newline at end of file diff --git a/shellops/assets/ShellOps_73c792505e/init/notes/obsolete_runs.md b/shellops/assets/ShellOps_73c792505e/init/notes/obsolete_runs.md new file mode 100644 index 0000000000000000000000000000000000000000..1f5fe44c2c9a9944d44b37ab41e3dba223f6b1a4 --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/init/notes/obsolete_runs.md @@ -0,0 +1,3 @@ +# Obsolete runs +- alpha_000 (pre-dates current schema) +- beta_000 (pre-dates current schema) diff --git a/shellops/assets/ShellOps_73c792505e/init/runs/exp_alpha.json b/shellops/assets/ShellOps_73c792505e/init/runs/exp_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..131a1b43e03a862f70aa2f205d5071d2840ad1ae --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/init/runs/exp_alpha.json @@ -0,0 +1,2 @@ +{"run_id": "alpha_001", "status": "active", "started": "2024-05-10"} +{"run_id": "alpha_002", "status": "failed", "started": "2024-05-11"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_73c792505e/init/runs/exp_beta.json b/shellops/assets/ShellOps_73c792505e/init/runs/exp_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..cda3f24b968d63aff2049e62ad7f7b448c447657 --- /dev/null +++ b/shellops/assets/ShellOps_73c792505e/init/runs/exp_beta.json @@ -0,0 +1,2 @@ +{"run_id": "beta_001", "status": "active", "started": "2024-05-12"} +{"run_id": "beta_002", "status": "archived", "started": "2024-05-09"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_740029d94a/gold/approved_serials.txt b/shellops/assets/ShellOps_740029d94a/gold/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0195c8b6ad6421c7c40ada80a343e1fd5256171 --- /dev/null +++ b/shellops/assets/ShellOps_740029d94a/gold/approved_serials.txt @@ -0,0 +1,4 @@ +DEV00012345 +DEV00012346 +DEV00012348 +DEV00012351 diff --git a/shellops/assets/ShellOps_740029d94a/gold/manifest.txt b/shellops/assets/ShellOps_740029d94a/gold/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba0588d461743299904b44323117ea948b67713 --- /dev/null +++ b/shellops/assets/ShellOps_740029d94a/gold/manifest.txt @@ -0,0 +1,9 @@ +# Inventory manifest of active devices +DEV00012345 +DEV00012346 +DEV00012347 +DEV00012348 +DEV00012349 +DEV00012350 +DEV00012351 +# end of manifest \ No newline at end of file diff --git a/shellops/assets/ShellOps_740029d94a/gold/verifications.xml b/shellops/assets/ShellOps_740029d94a/gold/verifications.xml new file mode 100644 index 0000000000000000000000000000000000000000..d01d62a27cab21c4091f1908b6066f552deba14d --- /dev/null +++ b/shellops/assets/ShellOps_740029d94a/gold/verifications.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_740029d94a/init/.tmp/.keep b/shellops/assets/ShellOps_740029d94a/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_740029d94a/init/manifest.txt b/shellops/assets/ShellOps_740029d94a/init/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba0588d461743299904b44323117ea948b67713 --- /dev/null +++ b/shellops/assets/ShellOps_740029d94a/init/manifest.txt @@ -0,0 +1,9 @@ +# Inventory manifest of active devices +DEV00012345 +DEV00012346 +DEV00012347 +DEV00012348 +DEV00012349 +DEV00012350 +DEV00012351 +# end of manifest \ No newline at end of file diff --git a/shellops/assets/ShellOps_740029d94a/init/verifications.xml b/shellops/assets/ShellOps_740029d94a/init/verifications.xml new file mode 100644 index 0000000000000000000000000000000000000000..d01d62a27cab21c4091f1908b6066f552deba14d --- /dev/null +++ b/shellops/assets/ShellOps_740029d94a/init/verifications.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_74143e9f22/gold/baseline/approved_hosts.txt b/shellops/assets/ShellOps_74143e9f22/gold/baseline/approved_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..deea518464a1b4fd1b8fc70e3cf7d0c6bfff475b --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/gold/baseline/approved_hosts.txt @@ -0,0 +1,5 @@ +alpha +beta +gamma +delta +epsilon \ No newline at end of file diff --git a/shellops/assets/ShellOps_74143e9f22/gold/docs/notes.md b/shellops/assets/ShellOps_74143e9f22/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ecffee98db18cdf05023f4243f2dda831963a96b --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/gold/docs/notes.md @@ -0,0 +1,6 @@ +# Inventory alignment notes + +- The baseline file lists canonical host identifiers. +- The runtime inventory XML uses `` elements to record registered devices. +- Only devices marked `active` are considered valid for deployment, but the missing-host check should ignore status and only verify presence. +- This note is a distractor and should not be read by the alignment script. diff --git a/shellops/assets/ShellOps_74143e9f22/gold/reports/missing_hosts.txt b/shellops/assets/ShellOps_74143e9f22/gold/reports/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5a73e4cb5746cfec2cb56723176f8beada8523d --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/gold/reports/missing_hosts.txt @@ -0,0 +1,2 @@ +beta +delta diff --git a/shellops/assets/ShellOps_74143e9f22/gold/runtime/inventory.xml b/shellops/assets/ShellOps_74143e9f22/gold/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..b3ed950b7bd10d330c72000a277f84fa98f8d5e6 --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/gold/runtime/inventory.xml @@ -0,0 +1,15 @@ + + + + alpha + active + + + gamma + active + + + epsilon + pending + + diff --git a/shellops/assets/ShellOps_74143e9f22/init/baseline/approved_hosts.txt b/shellops/assets/ShellOps_74143e9f22/init/baseline/approved_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..deea518464a1b4fd1b8fc70e3cf7d0c6bfff475b --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/init/baseline/approved_hosts.txt @@ -0,0 +1,5 @@ +alpha +beta +gamma +delta +epsilon \ No newline at end of file diff --git a/shellops/assets/ShellOps_74143e9f22/init/docs/notes.md b/shellops/assets/ShellOps_74143e9f22/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ecffee98db18cdf05023f4243f2dda831963a96b --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/init/docs/notes.md @@ -0,0 +1,6 @@ +# Inventory alignment notes + +- The baseline file lists canonical host identifiers. +- The runtime inventory XML uses `` elements to record registered devices. +- Only devices marked `active` are considered valid for deployment, but the missing-host check should ignore status and only verify presence. +- This note is a distractor and should not be read by the alignment script. diff --git a/shellops/assets/ShellOps_74143e9f22/init/runtime/inventory.xml b/shellops/assets/ShellOps_74143e9f22/init/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..b3ed950b7bd10d330c72000a277f84fa98f8d5e6 --- /dev/null +++ b/shellops/assets/ShellOps_74143e9f22/init/runtime/inventory.xml @@ -0,0 +1,15 @@ + + + + alpha + active + + + gamma + active + + + epsilon + pending + + diff --git a/shellops/assets/ShellOps_747aae81d5/gold/QA_A.xml b/shellops/assets/ShellOps_747aae81d5/gold/QA_A.xml new file mode 100644 index 0000000000000000000000000000000000000000..ca507bb6333b23baa14aa62704a59a5c54f3df46 --- /dev/null +++ b/shellops/assets/ShellOps_747aae81d5/gold/QA_A.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_747aae81d5/gold/QA_B.xml b/shellops/assets/ShellOps_747aae81d5/gold/QA_B.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a1587a57ee81913a6c8e53f71c70acf31d7ceef --- /dev/null +++ b/shellops/assets/ShellOps_747aae81d5/gold/QA_B.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_747aae81d5/gold/slowest.txt b/shellops/assets/ShellOps_747aae81d5/gold/slowest.txt new file mode 100644 index 0000000000000000000000000000000000000000..e169c00a36571c79eb143d46f5d5af4ffc892380 --- /dev/null +++ b/shellops/assets/ShellOps_747aae81d5/gold/slowest.txt @@ -0,0 +1,3 @@ +password_reset:10 +login_positive:7.3 +profile_update:6.3 diff --git a/shellops/assets/ShellOps_747aae81d5/init/QA_A.xml b/shellops/assets/ShellOps_747aae81d5/init/QA_A.xml new file mode 100644 index 0000000000000000000000000000000000000000..ca507bb6333b23baa14aa62704a59a5c54f3df46 --- /dev/null +++ b/shellops/assets/ShellOps_747aae81d5/init/QA_A.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_747aae81d5/init/QA_B.xml b/shellops/assets/ShellOps_747aae81d5/init/QA_B.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a1587a57ee81913a6c8e53f71c70acf31d7ceef --- /dev/null +++ b/shellops/assets/ShellOps_747aae81d5/init/QA_B.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_a.conf b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..8dfd46fa2e90ef89cdd79e320e94a94588552a36 --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_a.conf @@ -0,0 +1,2 @@ +url = https://api.example.com +max_requests = 100 diff --git a/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_b.conf b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..da753bdf5724605a2def7fae59e8d4e6ac1c6592 --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_b.conf @@ -0,0 +1,3 @@ +url = https://api.example.net +max_requests = 500 +load_balancer = true diff --git a/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_c.conf b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..1595a10e7e7baa2fc2db57008cc257d9d1219ffc --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_c.conf @@ -0,0 +1,2 @@ +url = https://api.example.org +max_requests = 200 diff --git a/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_d.conf b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..11b5f5c298ba71e5ef4d6e747f35b410b141aa05 --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/gold/api_configs/service_d.conf @@ -0,0 +1,2 @@ +url = https://api.example.biz +max_requests = 50 diff --git a/shellops/assets/ShellOps_747fa30aea/gold/rate_limits.out b/shellops/assets/ShellOps_747fa30aea/gold/rate_limits.out new file mode 100644 index 0000000000000000000000000000000000000000..d466931b05db15706fba4e8870389f3df3bbbd6d --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/gold/rate_limits.out @@ -0,0 +1,4 @@ +50 +100 +200 +500 diff --git a/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_a.conf b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..8dfd46fa2e90ef89cdd79e320e94a94588552a36 --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_a.conf @@ -0,0 +1,2 @@ +url = https://api.example.com +max_requests = 100 diff --git a/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_b.conf b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..da753bdf5724605a2def7fae59e8d4e6ac1c6592 --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_b.conf @@ -0,0 +1,3 @@ +url = https://api.example.net +max_requests = 500 +load_balancer = true diff --git a/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_c.conf b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..1595a10e7e7baa2fc2db57008cc257d9d1219ffc --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_c.conf @@ -0,0 +1,2 @@ +url = https://api.example.org +max_requests = 200 diff --git a/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_d.conf b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..11b5f5c298ba71e5ef4d6e747f35b410b141aa05 --- /dev/null +++ b/shellops/assets/ShellOps_747fa30aea/init/api_configs/service_d.conf @@ -0,0 +1,2 @@ +url = https://api.example.biz +max_requests = 50 diff --git a/shellops/assets/ShellOps_74943432f5/gold/metrics/.keep b/shellops/assets/ShellOps_74943432f5/gold/metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_74943432f5/gold/metrics/auto_collect.log b/shellops/assets/ShellOps_74943432f5/gold/metrics/auto_collect.log new file mode 100644 index 0000000000000000000000000000000000000000..07ed847feb3a8cc10adeef35240b1eef31d04192 --- /dev/null +++ b/shellops/assets/ShellOps_74943432f5/gold/metrics/auto_collect.log @@ -0,0 +1,5 @@ +timestamp: 2024-06-10T14:22:01 key: cpu_usage value: 78.2 +timestamp: 2024-06-10T14:22:02 key: memory_used value: 4567 +timestamp: 2024-06-10T14:22:03 key: disk_io value: 120 +key: network_latency value: 45 ms +timestamp: 2024-06-10T14:22:05 key: cpu_usage value: 81.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_74943432f5/gold/missing_fields.txt b/shellops/assets/ShellOps_74943432f5/gold/missing_fields.txt new file mode 100644 index 0000000000000000000000000000000000000000..bba4181b25e67fbecfe48aad51f8654fd2ba1357 --- /dev/null +++ b/shellops/assets/ShellOps_74943432f5/gold/missing_fields.txt @@ -0,0 +1,2 @@ +disk_io +network_latency diff --git a/shellops/assets/ShellOps_74943432f5/gold/payload_spec.toml b/shellops/assets/ShellOps_74943432f5/gold/payload_spec.toml new file mode 100644 index 0000000000000000000000000000000000000000..a53f6e28d8da93ca77e6fb31a01b02e01229a20b --- /dev/null +++ b/shellops/assets/ShellOps_74943432f5/gold/payload_spec.toml @@ -0,0 +1,6 @@ +[fields] +name = "cpu_usage" +name = "memory_used" + +[formats] +type = "gauge" \ No newline at end of file diff --git a/shellops/assets/ShellOps_74943432f5/init/metrics/.keep b/shellops/assets/ShellOps_74943432f5/init/metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_74943432f5/init/metrics/auto_collect.log b/shellops/assets/ShellOps_74943432f5/init/metrics/auto_collect.log new file mode 100644 index 0000000000000000000000000000000000000000..07ed847feb3a8cc10adeef35240b1eef31d04192 --- /dev/null +++ b/shellops/assets/ShellOps_74943432f5/init/metrics/auto_collect.log @@ -0,0 +1,5 @@ +timestamp: 2024-06-10T14:22:01 key: cpu_usage value: 78.2 +timestamp: 2024-06-10T14:22:02 key: memory_used value: 4567 +timestamp: 2024-06-10T14:22:03 key: disk_io value: 120 +key: network_latency value: 45 ms +timestamp: 2024-06-10T14:22:05 key: cpu_usage value: 81.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_74943432f5/init/payload_spec.toml b/shellops/assets/ShellOps_74943432f5/init/payload_spec.toml new file mode 100644 index 0000000000000000000000000000000000000000..a53f6e28d8da93ca77e6fb31a01b02e01229a20b --- /dev/null +++ b/shellops/assets/ShellOps_74943432f5/init/payload_spec.toml @@ -0,0 +1,6 @@ +[fields] +name = "cpu_usage" +name = "memory_used" + +[formats] +type = "gauge" \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/gold/expected_keys.csv b/shellops/assets/ShellOps_749ee43617/gold/expected_keys.csv new file mode 100644 index 0000000000000000000000000000000000000000..889ccc5e181b43964983ef5156703014767d7d66 --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/gold/expected_keys.csv @@ -0,0 +1,6 @@ +key +name +age +location +email +phone \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/gold/missing_keys.txt b/shellops/assets/ShellOps_749ee43617/gold/missing_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d59d32a80c022ec2d7889bbec9493307b1a5f4 --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/gold/missing_keys.txt @@ -0,0 +1,2 @@ +email +phone diff --git a/shellops/assets/ShellOps_749ee43617/gold/survey1.json b/shellops/assets/ShellOps_749ee43617/gold/survey1.json new file mode 100644 index 0000000000000000000000000000000000000000..0f735408bae98cfdc4a52f48a8d37463ec90df70 --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/gold/survey1.json @@ -0,0 +1,5 @@ +{ + "name": "Alice", + "age": 30, + "feedback": "Great experience" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/gold/survey2.json b/shellops/assets/ShellOps_749ee43617/gold/survey2.json new file mode 100644 index 0000000000000000000000000000000000000000..8931a91c6b34e60182ef42f38907bcab1fa55c1b --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/gold/survey2.json @@ -0,0 +1,5 @@ +{ + "name": "Bob", + "location": "New York", + "rating": 4 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/gold/survey3.json b/shellops/assets/ShellOps_749ee43617/gold/survey3.json new file mode 100644 index 0000000000000000000000000000000000000000..e3c3233e04be8c0db80aa478d620d5723b9a942d --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/gold/survey3.json @@ -0,0 +1,6 @@ +{ + "name": "Charlie", + "age": 25, + "location": "Los Angeles", + "comment": "Could be better" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/init/.tmp/.keep b/shellops/assets/ShellOps_749ee43617/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_749ee43617/init/expected_keys.csv b/shellops/assets/ShellOps_749ee43617/init/expected_keys.csv new file mode 100644 index 0000000000000000000000000000000000000000..889ccc5e181b43964983ef5156703014767d7d66 --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/init/expected_keys.csv @@ -0,0 +1,6 @@ +key +name +age +location +email +phone \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/init/survey1.json b/shellops/assets/ShellOps_749ee43617/init/survey1.json new file mode 100644 index 0000000000000000000000000000000000000000..0f735408bae98cfdc4a52f48a8d37463ec90df70 --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/init/survey1.json @@ -0,0 +1,5 @@ +{ + "name": "Alice", + "age": 30, + "feedback": "Great experience" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/init/survey2.json b/shellops/assets/ShellOps_749ee43617/init/survey2.json new file mode 100644 index 0000000000000000000000000000000000000000..8931a91c6b34e60182ef42f38907bcab1fa55c1b --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/init/survey2.json @@ -0,0 +1,5 @@ +{ + "name": "Bob", + "location": "New York", + "rating": 4 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_749ee43617/init/survey3.json b/shellops/assets/ShellOps_749ee43617/init/survey3.json new file mode 100644 index 0000000000000000000000000000000000000000..e3c3233e04be8c0db80aa478d620d5723b9a942d --- /dev/null +++ b/shellops/assets/ShellOps_749ee43617/init/survey3.json @@ -0,0 +1,6 @@ +{ + "name": "Charlie", + "age": 25, + "location": "Los Angeles", + "comment": "Could be better" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_74c90f2194/gold/2024-03-sessions.ndjson b/shellops/assets/ShellOps_74c90f2194/gold/2024-03-sessions.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..9e130ed4bc00f5133330dfe89703f8fdaf66c9f5 --- /dev/null +++ b/shellops/assets/ShellOps_74c90f2194/gold/2024-03-sessions.ndjson @@ -0,0 +1,4 @@ +{"session_id": "a1b2", "user_id": 2024, "timestamp": "2024-03-15T08:12:34Z"} +{"session_id": "c3d4", "user_id": 4505, "timestamp": "2024-03-15T09:45:21Z"} +{"session_id": "e5f6", "user_id": 556, "timestamp": "2024-03-15T10:01:17Z"} +{"session_id": "g7h8", "user_id": 4505, "timestamp": "2024-03-15T11:30:02Z"} diff --git a/shellops/assets/ShellOps_74c90f2194/gold/active_users.csv b/shellops/assets/ShellOps_74c90f2194/gold/active_users.csv new file mode 100644 index 0000000000000000000000000000000000000000..84c92a7f45225021cdab41d456f531b91d0fb838 --- /dev/null +++ b/shellops/assets/ShellOps_74c90f2194/gold/active_users.csv @@ -0,0 +1,6 @@ +user_id,name,email +2024,alice@example.com,Alice A. +1932,bob@work.com,Bob B. +4505,charlie@test.org,Charlie C. +3078,diana@example.net,Diana D. +556,emily@lab.edu,Emily E. diff --git a/shellops/assets/ShellOps_74c90f2194/gold/missing_users.txt b/shellops/assets/ShellOps_74c90f2194/gold/missing_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..262d201208b04d744e02fb8d42e256b5d8834749 --- /dev/null +++ b/shellops/assets/ShellOps_74c90f2194/gold/missing_users.txt @@ -0,0 +1,2 @@ +1932 +3078 diff --git a/shellops/assets/ShellOps_74c90f2194/init/2024-03-sessions.ndjson b/shellops/assets/ShellOps_74c90f2194/init/2024-03-sessions.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..9e130ed4bc00f5133330dfe89703f8fdaf66c9f5 --- /dev/null +++ b/shellops/assets/ShellOps_74c90f2194/init/2024-03-sessions.ndjson @@ -0,0 +1,4 @@ +{"session_id": "a1b2", "user_id": 2024, "timestamp": "2024-03-15T08:12:34Z"} +{"session_id": "c3d4", "user_id": 4505, "timestamp": "2024-03-15T09:45:21Z"} +{"session_id": "e5f6", "user_id": 556, "timestamp": "2024-03-15T10:01:17Z"} +{"session_id": "g7h8", "user_id": 4505, "timestamp": "2024-03-15T11:30:02Z"} diff --git a/shellops/assets/ShellOps_74c90f2194/init/active_users.csv b/shellops/assets/ShellOps_74c90f2194/init/active_users.csv new file mode 100644 index 0000000000000000000000000000000000000000..84c92a7f45225021cdab41d456f531b91d0fb838 --- /dev/null +++ b/shellops/assets/ShellOps_74c90f2194/init/active_users.csv @@ -0,0 +1,6 @@ +user_id,name,email +2024,alice@example.com,Alice A. +1932,bob@work.com,Bob B. +4505,charlie@test.org,Charlie C. +3078,diana@example.net,Diana D. +556,emily@lab.edu,Emily E. diff --git a/shellops/assets/ShellOps_750988fd38/gold/active_devices.txt b/shellops/assets/ShellOps_750988fd38/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..920f594dc6b726404915b58018f2eedc606b9ee8 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/gold/active_devices.txt @@ -0,0 +1,4 @@ +dev_1001 +dev_1002 +dev_1003 +dev_1004 diff --git a/shellops/assets/ShellOps_750988fd38/gold/notes/irrelevant.md b/shellops/assets/ShellOps_750988fd38/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..d6e88e6d357675fdbe5c69d8af20169a995a438c --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Notes +- These notes do not affect the result. +- They are here to ensure the task requires reading the correct files. diff --git a/shellops/assets/ShellOps_750988fd38/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_750988fd38/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..22c05749e5d3efe8d941d7a55df0db729e2a7b45 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/gold/reports/missing_devices.txt @@ -0,0 +1,2 @@ +dev_1002 +dev_1003 diff --git a/shellops/assets/ShellOps_750988fd38/gold/status/node_alpha.xml b/shellops/assets/ShellOps_750988fd38/gold/status/node_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..443d7679c3d41a1da36a2e893d8817f704f4f506 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/gold/status/node_alpha.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_750988fd38/gold/status/node_beta.xml b/shellops/assets/ShellOps_750988fd38/gold/status/node_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..08025a2d1e680a5c67379e1654cb680d7d880580 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/gold/status/node_beta.xml @@ -0,0 +1,4 @@ + + + + diff --git a/shellops/assets/ShellOps_750988fd38/init/active_devices.txt b/shellops/assets/ShellOps_750988fd38/init/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..920f594dc6b726404915b58018f2eedc606b9ee8 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/init/active_devices.txt @@ -0,0 +1,4 @@ +dev_1001 +dev_1002 +dev_1003 +dev_1004 diff --git a/shellops/assets/ShellOps_750988fd38/init/notes/irrelevant.md b/shellops/assets/ShellOps_750988fd38/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..d6e88e6d357675fdbe5c69d8af20169a995a438c --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Notes +- These notes do not affect the result. +- They are here to ensure the task requires reading the correct files. diff --git a/shellops/assets/ShellOps_750988fd38/init/status/node_alpha.xml b/shellops/assets/ShellOps_750988fd38/init/status/node_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..443d7679c3d41a1da36a2e893d8817f704f4f506 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/init/status/node_alpha.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_750988fd38/init/status/node_beta.xml b/shellops/assets/ShellOps_750988fd38/init/status/node_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..08025a2d1e680a5c67379e1654cb680d7d880580 --- /dev/null +++ b/shellops/assets/ShellOps_750988fd38/init/status/node_beta.xml @@ -0,0 +1,4 @@ + + + + diff --git a/shellops/assets/ShellOps_750c312008/gold/devices/.keep b/shellops/assets/ShellOps_750c312008/gold/devices/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_750c312008/gold/devices/alpha.conf b/shellops/assets/ShellOps_750c312008/gold/devices/alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..0598be05fdaf8990749602d810024f68e2004103 --- /dev/null +++ b/shellops/assets/ShellOps_750c312008/gold/devices/alpha.conf @@ -0,0 +1,3 @@ +# Device configuration +Device_ID=4501 +Location=Building_A diff --git a/shellops/assets/ShellOps_750c312008/gold/devices/beta.conf b/shellops/assets/ShellOps_750c312008/gold/devices/beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..f1fda6161874ba3bbd9edd866f380018c357de5e --- /dev/null +++ b/shellops/assets/ShellOps_750c312008/gold/devices/beta.conf @@ -0,0 +1,3 @@ +# Device configuration +Device_ID=7302 +Location=Building_B diff --git a/shellops/assets/ShellOps_750c312008/gold/devices/gamma.conf b/shellops/assets/ShellOps_750c312008/gold/devices/gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..acf11aec5e611c19627edd44b781f39182ec63b4 --- /dev/null +++ b/shellops/assets/ShellOps_750c312008/gold/devices/gamma.conf @@ -0,0 +1,3 @@ +# Device configuration +Device_ID=2804 +Location=Building_C diff --git a/shellops/assets/ShellOps_750c312008/init/devices/.keep b/shellops/assets/ShellOps_750c312008/init/devices/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_750c312008/init/devices/alpha.conf b/shellops/assets/ShellOps_750c312008/init/devices/alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..0598be05fdaf8990749602d810024f68e2004103 --- /dev/null +++ b/shellops/assets/ShellOps_750c312008/init/devices/alpha.conf @@ -0,0 +1,3 @@ +# Device configuration +Device_ID=4501 +Location=Building_A diff --git a/shellops/assets/ShellOps_750c312008/init/devices/beta.conf b/shellops/assets/ShellOps_750c312008/init/devices/beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..f1fda6161874ba3bbd9edd866f380018c357de5e --- /dev/null +++ b/shellops/assets/ShellOps_750c312008/init/devices/beta.conf @@ -0,0 +1,3 @@ +# Device configuration +Device_ID=7302 +Location=Building_B diff --git a/shellops/assets/ShellOps_750c312008/init/devices/gamma.conf b/shellops/assets/ShellOps_750c312008/init/devices/gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..acf11aec5e611c19627edd44b781f39182ec63b4 --- /dev/null +++ b/shellops/assets/ShellOps_750c312008/init/devices/gamma.conf @@ -0,0 +1,3 @@ +# Device configuration +Device_ID=2804 +Location=Building_C diff --git a/shellops/assets/ShellOps_758e33fb84/gold/duplicate_servers.txt b/shellops/assets/ShellOps_758e33fb84/gold/duplicate_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..98bb65e01a65644cead216dba7a465797b54abbc --- /dev/null +++ b/shellops/assets/ShellOps_758e33fb84/gold/duplicate_servers.txt @@ -0,0 +1,3 @@ +203 +307 +500 diff --git a/shellops/assets/ShellOps_758e33fb84/gold/nodes_active.tsv b/shellops/assets/ShellOps_758e33fb84/gold/nodes_active.tsv new file mode 100644 index 0000000000000000000000000000000000000000..85c847491352facce5d3cee6c4fe436609a3edba --- /dev/null +++ b/shellops/assets/ShellOps_758e33fb84/gold/nodes_active.tsv @@ -0,0 +1,6 @@ +id role +105 web +203 db +307 cache +422 lb +500 monitoring \ No newline at end of file diff --git a/shellops/assets/ShellOps_758e33fb84/gold/nodes_retired.tsv b/shellops/assets/ShellOps_758e33fb84/gold/nodes_retired.tsv new file mode 100644 index 0000000000000000000000000000000000000000..05cc1646f32f428f5de46adb855563fc748a6cbb --- /dev/null +++ b/shellops/assets/ShellOps_758e33fb84/gold/nodes_retired.tsv @@ -0,0 +1,5 @@ +id decommission_date +203 2024-03-15 +307 2024-04-01 +500 2024-02-28 +615 storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_758e33fb84/init/nodes_active.tsv b/shellops/assets/ShellOps_758e33fb84/init/nodes_active.tsv new file mode 100644 index 0000000000000000000000000000000000000000..85c847491352facce5d3cee6c4fe436609a3edba --- /dev/null +++ b/shellops/assets/ShellOps_758e33fb84/init/nodes_active.tsv @@ -0,0 +1,6 @@ +id role +105 web +203 db +307 cache +422 lb +500 monitoring \ No newline at end of file diff --git a/shellops/assets/ShellOps_758e33fb84/init/nodes_retired.tsv b/shellops/assets/ShellOps_758e33fb84/init/nodes_retired.tsv new file mode 100644 index 0000000000000000000000000000000000000000..05cc1646f32f428f5de46adb855563fc748a6cbb --- /dev/null +++ b/shellops/assets/ShellOps_758e33fb84/init/nodes_retired.tsv @@ -0,0 +1,5 @@ +id decommission_date +203 2024-03-15 +307 2024-04-01 +500 2024-02-28 +615 storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_75d9709f4f/gold/certified_components.txt b/shellops/assets/ShellOps_75d9709f4f/gold/certified_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..08d78442847a6e8ffc72317d054123086bfc6436 --- /dev/null +++ b/shellops/assets/ShellOps_75d9709f4f/gold/certified_components.txt @@ -0,0 +1,12 @@ +Product Manual v3.2 + +Certified components for safety compliance: +- AB12345 (High-temperature sensor) +- CD67890 (Pressure regulator) +- EF11223 (Valve actuator) +- GH44556 (Flow controller) +- IJ77889 (Thermal cutoff) +- KL99000 (Overload protector) + +These components are tested and approved under standard ISO-9001. +End of list. diff --git a/shellops/assets/ShellOps_75d9709f4f/gold/gaps.txt b/shellops/assets/ShellOps_75d9709f4f/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..6026a1bd9772bd2fa64432a35a8ed7fb5c981d0e --- /dev/null +++ b/shellops/assets/ShellOps_75d9709f4f/gold/gaps.txt @@ -0,0 +1,3 @@ +CD67890 +GH44556 +IJ77889 diff --git a/shellops/assets/ShellOps_75d9709f4f/gold/inventory/current_assembly.xml b/shellops/assets/ShellOps_75d9709f4f/gold/inventory/current_assembly.xml new file mode 100644 index 0000000000000000000000000000000000000000..3b072d1ceb43264354d0689a80cfea87a585ef0f --- /dev/null +++ b/shellops/assets/ShellOps_75d9709f4f/gold/inventory/current_assembly.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_75d9709f4f/init/.tmp/.keep b/shellops/assets/ShellOps_75d9709f4f/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_75d9709f4f/init/certified_components.txt b/shellops/assets/ShellOps_75d9709f4f/init/certified_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..08d78442847a6e8ffc72317d054123086bfc6436 --- /dev/null +++ b/shellops/assets/ShellOps_75d9709f4f/init/certified_components.txt @@ -0,0 +1,12 @@ +Product Manual v3.2 + +Certified components for safety compliance: +- AB12345 (High-temperature sensor) +- CD67890 (Pressure regulator) +- EF11223 (Valve actuator) +- GH44556 (Flow controller) +- IJ77889 (Thermal cutoff) +- KL99000 (Overload protector) + +These components are tested and approved under standard ISO-9001. +End of list. diff --git a/shellops/assets/ShellOps_75d9709f4f/init/inventory/current_assembly.xml b/shellops/assets/ShellOps_75d9709f4f/init/inventory/current_assembly.xml new file mode 100644 index 0000000000000000000000000000000000000000..3b072d1ceb43264354d0689a80cfea87a585ef0f --- /dev/null +++ b/shellops/assets/ShellOps_75d9709f4f/init/inventory/current_assembly.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_75e1cf3c8a/gold/approved_serials.txt b/shellops/assets/ShellOps_75e1cf3c8a/gold/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f8549dd5f5e60d25fef063ba07d9325a21c847c --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/gold/approved_serials.txt @@ -0,0 +1,5 @@ +SNX-1001 +SNX-1002 +SNX-1003 +SNX-1004 +SNX-1005 diff --git a/shellops/assets/ShellOps_75e1cf3c8a/gold/enrollment.xml b/shellops/assets/ShellOps_75e1cf3c8a/gold/enrollment.xml new file mode 100644 index 0000000000000000000000000000000000000000..e70211996b5f9d746178b5e55a96ca72b08ac61e --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/gold/enrollment.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_75e1cf3c8a/gold/notes.md b/shellops/assets/ShellOps_75e1cf3c8a/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..98c4d452d76ef173ec6e113a1e1a95a55f61cfa4 --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/gold/notes.md @@ -0,0 +1,3 @@ +# Enrollment audit notes +- SNX-1007 is in enrollment.xml but not in approved_serials.txt; ignore it. +- SNX-1002, SNX-1004, SNX-1005 are approved but not yet enrolled. diff --git a/shellops/assets/ShellOps_75e1cf3c8a/gold/reports/missing_serials.txt b/shellops/assets/ShellOps_75e1cf3c8a/gold/reports/missing_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..e148344a8a799d08f232580babaa26e8c415088a --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/gold/reports/missing_serials.txt @@ -0,0 +1,3 @@ +SNX-1002 +SNX-1004 +SNX-1005 diff --git a/shellops/assets/ShellOps_75e1cf3c8a/init/approved_serials.txt b/shellops/assets/ShellOps_75e1cf3c8a/init/approved_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f8549dd5f5e60d25fef063ba07d9325a21c847c --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/init/approved_serials.txt @@ -0,0 +1,5 @@ +SNX-1001 +SNX-1002 +SNX-1003 +SNX-1004 +SNX-1005 diff --git a/shellops/assets/ShellOps_75e1cf3c8a/init/enrollment.xml b/shellops/assets/ShellOps_75e1cf3c8a/init/enrollment.xml new file mode 100644 index 0000000000000000000000000000000000000000..e70211996b5f9d746178b5e55a96ca72b08ac61e --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/init/enrollment.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_75e1cf3c8a/init/notes.md b/shellops/assets/ShellOps_75e1cf3c8a/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..98c4d452d76ef173ec6e113a1e1a95a55f61cfa4 --- /dev/null +++ b/shellops/assets/ShellOps_75e1cf3c8a/init/notes.md @@ -0,0 +1,3 @@ +# Enrollment audit notes +- SNX-1007 is in enrollment.xml but not in approved_serials.txt; ignore it. +- SNX-1002, SNX-1004, SNX-1005 are approved but not yet enrolled. diff --git a/shellops/assets/ShellOps_76228eb093/gold/keymaster/legacy.conf b/shellops/assets/ShellOps_76228eb093/gold/keymaster/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..665132146e65b081991ec60636e66bf52129a2f3 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/gold/keymaster/legacy.conf @@ -0,0 +1,4 @@ +# Deprecated configuration - do not use +active_key=enc_key_5 +server_port=9000 +# This service is offline diff --git a/shellops/assets/ShellOps_76228eb093/gold/keymaster/notes.md b/shellops/assets/ShellOps_76228eb093/gold/keymaster/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..eb6a216271677f184b65bc4725597cda17272894 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/gold/keymaster/notes.md @@ -0,0 +1,6 @@ +# Key rotation schedule +- enc_key_5: retired 2024-02-01 +- enc_key_17: backup only +- enc_key_23: active until 2024-06-15 +- enc_key_42: primary until 2024-05-20 +- enc_key_99: emergency backup diff --git a/shellops/assets/ShellOps_76228eb093/gold/keymaster/service_a.conf b/shellops/assets/ShellOps_76228eb093/gold/keymaster/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..cb5a94fbb5de947be1214c4de8cb8bc847a93408 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/gold/keymaster/service_a.conf @@ -0,0 +1,5 @@ +# Keymaster service configuration +server_port=8080 +active_key=enc_key_42 +backup_key=enc_key_17 +log_level=info diff --git a/shellops/assets/ShellOps_76228eb093/gold/keymaster/service_b.conf b/shellops/assets/ShellOps_76228eb093/gold/keymaster/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..ce476e7e73e59a244ebf0ebd3e4ce39e48024681 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/gold/keymaster/service_b.conf @@ -0,0 +1,5 @@ +# Keymaster alternate instance +active_key=enc_key_23 +server_port=8081 +backup_key=enc_key_99 +log_level=debug diff --git a/shellops/assets/ShellOps_76228eb093/init/keymaster/legacy.conf b/shellops/assets/ShellOps_76228eb093/init/keymaster/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..665132146e65b081991ec60636e66bf52129a2f3 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/init/keymaster/legacy.conf @@ -0,0 +1,4 @@ +# Deprecated configuration - do not use +active_key=enc_key_5 +server_port=9000 +# This service is offline diff --git a/shellops/assets/ShellOps_76228eb093/init/keymaster/notes.md b/shellops/assets/ShellOps_76228eb093/init/keymaster/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..eb6a216271677f184b65bc4725597cda17272894 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/init/keymaster/notes.md @@ -0,0 +1,6 @@ +# Key rotation schedule +- enc_key_5: retired 2024-02-01 +- enc_key_17: backup only +- enc_key_23: active until 2024-06-15 +- enc_key_42: primary until 2024-05-20 +- enc_key_99: emergency backup diff --git a/shellops/assets/ShellOps_76228eb093/init/keymaster/service_a.conf b/shellops/assets/ShellOps_76228eb093/init/keymaster/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..cb5a94fbb5de947be1214c4de8cb8bc847a93408 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/init/keymaster/service_a.conf @@ -0,0 +1,5 @@ +# Keymaster service configuration +server_port=8080 +active_key=enc_key_42 +backup_key=enc_key_17 +log_level=info diff --git a/shellops/assets/ShellOps_76228eb093/init/keymaster/service_b.conf b/shellops/assets/ShellOps_76228eb093/init/keymaster/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..ce476e7e73e59a244ebf0ebd3e4ce39e48024681 --- /dev/null +++ b/shellops/assets/ShellOps_76228eb093/init/keymaster/service_b.conf @@ -0,0 +1,5 @@ +# Keymaster alternate instance +active_key=enc_key_23 +server_port=8081 +backup_key=enc_key_99 +log_level=debug diff --git a/shellops/assets/ShellOps_7636312553/gold/approved_modules.txt b/shellops/assets/ShellOps_7636312553/gold/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..719957aaf83c03ec11005e2374042daed54fbc96 --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/gold/approved_modules.txt @@ -0,0 +1,6 @@ +core_firmware +network_stack +peripheral_driver +power_manager +sensor_hub +watchdog \ No newline at end of file diff --git a/shellops/assets/ShellOps_7636312553/gold/missing_modules.txt b/shellops/assets/ShellOps_7636312553/gold/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..14eb4c068abc3cf6d78e8a90de70e5220ac67f41 --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/gold/missing_modules.txt @@ -0,0 +1,2 @@ +peripheral_driver +watchdog diff --git a/shellops/assets/ShellOps_7636312553/gold/notes/legacy.txt b/shellops/assets/ShellOps_7636312553/gold/notes/legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d416d01bc8c01e466579e6d8c89f307da5daeb --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/gold/notes/legacy.txt @@ -0,0 +1,3 @@ +Legacy modules to ignore: +- deprecated_watchdog +- old_network diff --git a/shellops/assets/ShellOps_7636312553/gold/runtime_catalog.xml b/shellops/assets/ShellOps_7636312553/gold/runtime_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..ba63f91315f66e82addac7d5680f553144032bdf --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/gold/runtime_catalog.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_7636312553/init/approved_modules.txt b/shellops/assets/ShellOps_7636312553/init/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..719957aaf83c03ec11005e2374042daed54fbc96 --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/init/approved_modules.txt @@ -0,0 +1,6 @@ +core_firmware +network_stack +peripheral_driver +power_manager +sensor_hub +watchdog \ No newline at end of file diff --git a/shellops/assets/ShellOps_7636312553/init/notes/legacy.txt b/shellops/assets/ShellOps_7636312553/init/notes/legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..18d416d01bc8c01e466579e6d8c89f307da5daeb --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/init/notes/legacy.txt @@ -0,0 +1,3 @@ +Legacy modules to ignore: +- deprecated_watchdog +- old_network diff --git a/shellops/assets/ShellOps_7636312553/init/runtime_catalog.xml b/shellops/assets/ShellOps_7636312553/init/runtime_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..ba63f91315f66e82addac7d5680f553144032bdf --- /dev/null +++ b/shellops/assets/ShellOps_7636312553/init/runtime_catalog.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_768205abfc/gold/high_demand_routes.txt b/shellops/assets/ShellOps_768205abfc/gold/high_demand_routes.txt new file mode 100644 index 0000000000000000000000000000000000000000..02e2659075121fb738827e4afa710acf517ab884 --- /dev/null +++ b/shellops/assets/ShellOps_768205abfc/gold/high_demand_routes.txt @@ -0,0 +1,3 @@ +A1 +B2 +C3 diff --git a/shellops/assets/ShellOps_768205abfc/gold/passenger_counts.csv b/shellops/assets/ShellOps_768205abfc/gold/passenger_counts.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca295f2a991cca21cb0826937dea3ab9aae27278 --- /dev/null +++ b/shellops/assets/ShellOps_768205abfc/gold/passenger_counts.csv @@ -0,0 +1,10 @@ +date,route_id,passengers +2024-03-01,A1,85 +2024-03-01,B2,120 +2024-03-01,C3,95 +2024-03-02,A1,110 +2024-03-02,B2,95 +2024-03-02,C3,105 +2024-03-03,A1,130 +2024-03-03,B2,140 +2024-03-03,C3,90 \ No newline at end of file diff --git a/shellops/assets/ShellOps_768205abfc/gold/route_details.json b/shellops/assets/ShellOps_768205abfc/gold/route_details.json new file mode 100644 index 0000000000000000000000000000000000000000..45ddcabd755bc1f6f2b52d9c42b2d8aaa71f2c09 --- /dev/null +++ b/shellops/assets/ShellOps_768205abfc/gold/route_details.json @@ -0,0 +1,6 @@ +[ + {"route_id": "A1", "name": "Downtown Express"}, + {"route_id": "B2", "name": "Uptown Connector"}, + {"route_id": "C3", "name": "Riverside Line"}, + {"route_id": "D4", "name": "Airport Shuttle"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_768205abfc/init/passenger_counts.csv b/shellops/assets/ShellOps_768205abfc/init/passenger_counts.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca295f2a991cca21cb0826937dea3ab9aae27278 --- /dev/null +++ b/shellops/assets/ShellOps_768205abfc/init/passenger_counts.csv @@ -0,0 +1,10 @@ +date,route_id,passengers +2024-03-01,A1,85 +2024-03-01,B2,120 +2024-03-01,C3,95 +2024-03-02,A1,110 +2024-03-02,B2,95 +2024-03-02,C3,105 +2024-03-03,A1,130 +2024-03-03,B2,140 +2024-03-03,C3,90 \ No newline at end of file diff --git a/shellops/assets/ShellOps_768205abfc/init/route_details.json b/shellops/assets/ShellOps_768205abfc/init/route_details.json new file mode 100644 index 0000000000000000000000000000000000000000..45ddcabd755bc1f6f2b52d9c42b2d8aaa71f2c09 --- /dev/null +++ b/shellops/assets/ShellOps_768205abfc/init/route_details.json @@ -0,0 +1,6 @@ +[ + {"route_id": "A1", "name": "Downtown Express"}, + {"route_id": "B2", "name": "Uptown Connector"}, + {"route_id": "C3", "name": "Riverside Line"}, + {"route_id": "D4", "name": "Airport Shuttle"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_76ae505836/gold/reports/consolidated_shipments.csv b/shellops/assets/ShellOps_76ae505836/gold/reports/consolidated_shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee708a50a27094144fdb7c1c0df845ec37d6fcc7 --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/gold/reports/consolidated_shipments.csv @@ -0,0 +1,7 @@ +A101,60 +B202,55 +C303,40 +D404,30 +E505,40 +F606,5 +G707,100 diff --git a/shellops/assets/ShellOps_76ae505836/gold/shipments_alpha.csv b/shellops/assets/ShellOps_76ae505836/gold/shipments_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..5106f044abbb4b47f7bc7332ba00e4c81278d66a --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/gold/shipments_alpha.csv @@ -0,0 +1,5 @@ +sku,qty +A101,50 +B202,30 +C303,20 +D404,10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_76ae505836/gold/shipments_beta.csv b/shellops/assets/ShellOps_76ae505836/gold/shipments_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..9cdf4160884ac4271febd51124d5a4b13d3d84ec --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/gold/shipments_beta.csv @@ -0,0 +1,5 @@ +sku,qty +B202,25 +C303,15 +E505,40 +F606,5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_76ae505836/gold/shipments_gamma.csv b/shellops/assets/ShellOps_76ae505836/gold/shipments_gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..af010531cf85eb2ce3344cfb9b858850b2699e5a --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/gold/shipments_gamma.csv @@ -0,0 +1,5 @@ +sku,qty +A101,10 +C303,5 +D404,20 +G707,100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_76ae505836/init/shipments_alpha.csv b/shellops/assets/ShellOps_76ae505836/init/shipments_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..5106f044abbb4b47f7bc7332ba00e4c81278d66a --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/init/shipments_alpha.csv @@ -0,0 +1,5 @@ +sku,qty +A101,50 +B202,30 +C303,20 +D404,10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_76ae505836/init/shipments_beta.csv b/shellops/assets/ShellOps_76ae505836/init/shipments_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..9cdf4160884ac4271febd51124d5a4b13d3d84ec --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/init/shipments_beta.csv @@ -0,0 +1,5 @@ +sku,qty +B202,25 +C303,15 +E505,40 +F606,5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_76ae505836/init/shipments_gamma.csv b/shellops/assets/ShellOps_76ae505836/init/shipments_gamma.csv new file mode 100644 index 0000000000000000000000000000000000000000..af010531cf85eb2ce3344cfb9b858850b2699e5a --- /dev/null +++ b/shellops/assets/ShellOps_76ae505836/init/shipments_gamma.csv @@ -0,0 +1,5 @@ +sku,qty +A101,10 +C303,5 +D404,20 +G707,100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q1.csv b/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca3c068ac26d89800bdf5282d1f4b99657eb5150 --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q1.csv @@ -0,0 +1,4 @@ +vendor_id,vendor_name,amount,date +V001,Acme Corp,12000,2024-01-15 +V002,Globex Inc,8000,2024-01-20 +V003,Initech,15000,2024-01-25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q2.csv b/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5153fe0571b74c0cc684c7b79675546ee41ec72 --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q2.csv @@ -0,0 +1,4 @@ +vendor_id,vendor_name,amount,date +V001,Acme Corp,10000,2024-04-10 +V002,Globex Inc,12000,2024-04-15 +V004,Umbrella Co,9000,2024-04-22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q3.csv b/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q3.csv new file mode 100644 index 0000000000000000000000000000000000000000..c5071860951842116959195fbadb7157ab1af6aa --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/gold/exports/Q3.csv @@ -0,0 +1,4 @@ +vendor_id,vendor_name,amount,date +V001,Acme Corp,11000,2024-07-12 +V003,Initech,8000,2024-07-18 +V005,Hooli LLC,13000,2024-07-25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7704e17a1e/gold/top_vendors.tsv b/shellops/assets/ShellOps_7704e17a1e/gold/top_vendors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9be5090546bab7549ac85e8203374320095eb757 --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/gold/top_vendors.tsv @@ -0,0 +1,5 @@ +Acme Corp 33000 +Initech 23000 +Globex Inc 20000 +Hooli LLC 13000 +Umbrella Co 9000 diff --git a/shellops/assets/ShellOps_7704e17a1e/init/exports/Q1.csv b/shellops/assets/ShellOps_7704e17a1e/init/exports/Q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca3c068ac26d89800bdf5282d1f4b99657eb5150 --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/init/exports/Q1.csv @@ -0,0 +1,4 @@ +vendor_id,vendor_name,amount,date +V001,Acme Corp,12000,2024-01-15 +V002,Globex Inc,8000,2024-01-20 +V003,Initech,15000,2024-01-25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7704e17a1e/init/exports/Q2.csv b/shellops/assets/ShellOps_7704e17a1e/init/exports/Q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5153fe0571b74c0cc684c7b79675546ee41ec72 --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/init/exports/Q2.csv @@ -0,0 +1,4 @@ +vendor_id,vendor_name,amount,date +V001,Acme Corp,10000,2024-04-10 +V002,Globex Inc,12000,2024-04-15 +V004,Umbrella Co,9000,2024-04-22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7704e17a1e/init/exports/Q3.csv b/shellops/assets/ShellOps_7704e17a1e/init/exports/Q3.csv new file mode 100644 index 0000000000000000000000000000000000000000..c5071860951842116959195fbadb7157ab1af6aa --- /dev/null +++ b/shellops/assets/ShellOps_7704e17a1e/init/exports/Q3.csv @@ -0,0 +1,4 @@ +vendor_id,vendor_name,amount,date +V001,Acme Corp,11000,2024-07-12 +V003,Initech,8000,2024-07-18 +V005,Hooli LLC,13000,2024-07-25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7715461026/gold/inventory/hosts.tsv b/shellops/assets/ShellOps_7715461026/gold/inventory/hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..76cd34f4cf75f5514ed6e21e7694e83ba41e3671 --- /dev/null +++ b/shellops/assets/ShellOps_7715461026/gold/inventory/hosts.tsv @@ -0,0 +1,6 @@ +hostname host-id status region +server-alpha srv-001 online us-west +server-beta srv-002 maintenance eu-central +server-gamma srv-003 retired apac +server-delta srv-004 online us-east +server-epsilon srv-005 pending diff --git a/shellops/assets/ShellOps_7715461026/gold/notes/irrelevant.txt b/shellops/assets/ShellOps_7715461026/gold/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..49f16c73d2808238c81eba8fa14bdee3f813db6a --- /dev/null +++ b/shellops/assets/ShellOps_7715461026/gold/notes/irrelevant.txt @@ -0,0 +1 @@ +These are just dummy notes about retiring server-alpha next quarter, and maybe we should also consider server-beta for decommissioning. However, host-id srv-999 is a test identifier not in production. diff --git a/shellops/assets/ShellOps_7715461026/init/inventory/hosts.tsv b/shellops/assets/ShellOps_7715461026/init/inventory/hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..76cd34f4cf75f5514ed6e21e7694e83ba41e3671 --- /dev/null +++ b/shellops/assets/ShellOps_7715461026/init/inventory/hosts.tsv @@ -0,0 +1,6 @@ +hostname host-id status region +server-alpha srv-001 online us-west +server-beta srv-002 maintenance eu-central +server-gamma srv-003 retired apac +server-delta srv-004 online us-east +server-epsilon srv-005 pending diff --git a/shellops/assets/ShellOps_7715461026/init/notes/irrelevant.txt b/shellops/assets/ShellOps_7715461026/init/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..49f16c73d2808238c81eba8fa14bdee3f813db6a --- /dev/null +++ b/shellops/assets/ShellOps_7715461026/init/notes/irrelevant.txt @@ -0,0 +1 @@ +These are just dummy notes about retiring server-alpha next quarter, and maybe we should also consider server-beta for decommissioning. However, host-id srv-999 is a test identifier not in production. diff --git a/shellops/assets/ShellOps_774bf3aa0d/gold/exclusions.txt b/shellops/assets/ShellOps_774bf3aa0d/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..90dc257346bfb48d2d977c650a32c23301e54c40 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/gold/exclusions.txt @@ -0,0 +1,2 @@ +svc_001 +svc_005 diff --git a/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_alpha.json b/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..16719309a2b2cd5d18b15b0466bac641a4e0db40 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_alpha.json @@ -0,0 +1,3 @@ +{"id":"svc_001","status":"active","owner":"platform"} +{"id":"svc_002","status":"deprecated","owner":"platform"} +{"id":"svc_003","status":"active","owner":"infra"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_beta.json b/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..31a4d3c3a787bd6cd1f6922dd93a37e843f1d9cd --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_beta.json @@ -0,0 +1,3 @@ +{"id":"svc_004","status":"active","owner":"analytics"} +{"id":"svc_005","status":"staging","owner":"analytics"} +{"id":"svc_006","status":"active","owner":"platform"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_gamma.json b/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..84db2b1d7c7d029f853ad55e7ba06152d3140138 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/gold/inventory/service_gamma.json @@ -0,0 +1,2 @@ +{"id":"svc_007","status":"maintenance","owner":"infra"} +{"id":"svc_001","status":"active","owner":"platform"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_774bf3aa0d/gold/notes/irrelevant.md b/shellops/assets/ShellOps_774bf3aa0d/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..f2b0b5873da15f70b4b0e4e07098516938c35ac3 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# This file is a distractor and should not be read by the solution. +Some teams prefer YAML but we use JSON here. diff --git a/shellops/assets/ShellOps_774bf3aa0d/gold/reports/active_services.txt b/shellops/assets/ShellOps_774bf3aa0d/gold/reports/active_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..75f6f71c8915484c9bfc338985944c607207b013 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/gold/reports/active_services.txt @@ -0,0 +1,3 @@ +svc_003 +svc_004 +svc_006 diff --git a/shellops/assets/ShellOps_774bf3aa0d/init/exclusions.txt b/shellops/assets/ShellOps_774bf3aa0d/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..90dc257346bfb48d2d977c650a32c23301e54c40 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/init/exclusions.txt @@ -0,0 +1,2 @@ +svc_001 +svc_005 diff --git a/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_alpha.json b/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..16719309a2b2cd5d18b15b0466bac641a4e0db40 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_alpha.json @@ -0,0 +1,3 @@ +{"id":"svc_001","status":"active","owner":"platform"} +{"id":"svc_002","status":"deprecated","owner":"platform"} +{"id":"svc_003","status":"active","owner":"infra"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_beta.json b/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..31a4d3c3a787bd6cd1f6922dd93a37e843f1d9cd --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_beta.json @@ -0,0 +1,3 @@ +{"id":"svc_004","status":"active","owner":"analytics"} +{"id":"svc_005","status":"staging","owner":"analytics"} +{"id":"svc_006","status":"active","owner":"platform"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_gamma.json b/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..84db2b1d7c7d029f853ad55e7ba06152d3140138 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/init/inventory/service_gamma.json @@ -0,0 +1,2 @@ +{"id":"svc_007","status":"maintenance","owner":"infra"} +{"id":"svc_001","status":"active","owner":"platform"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_774bf3aa0d/init/notes/irrelevant.md b/shellops/assets/ShellOps_774bf3aa0d/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..f2b0b5873da15f70b4b0e4e07098516938c35ac3 --- /dev/null +++ b/shellops/assets/ShellOps_774bf3aa0d/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# This file is a distractor and should not be read by the solution. +Some teams prefer YAML but we use JSON here. diff --git a/shellops/assets/ShellOps_776af47d6c/gold/deployment_report.yml b/shellops/assets/ShellOps_776af47d6c/gold/deployment_report.yml new file mode 100644 index 0000000000000000000000000000000000000000..c9b083480d09874c69ac715e97998facfa74e243 --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/gold/deployment_report.yml @@ -0,0 +1,7 @@ +endpoints: + - name: frontend + cidr: 10.0.1.0/24 + port: 443 + - name: backend + cidr: 172.16.32.0/20 + port: 8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_776af47d6c/gold/firewall_rules.cnf b/shellops/assets/ShellOps_776af47d6c/gold/firewall_rules.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d4a70d476bfe71ac8e7091c6cc7a9989273a1a81 --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/gold/firewall_rules.cnf @@ -0,0 +1,14 @@ +[rule1] +action=allow +protocol=tcp +cidr="10.0.1.0/24" + +[rule2] +action=deny +protocol=* +cidr="192.168.0.0/16" + +[rule3] +action=allow +protocol=udp +cidr="172.16.32.0/20" \ No newline at end of file diff --git a/shellops/assets/ShellOps_776af47d6c/gold/missing_cidrs.csv b/shellops/assets/ShellOps_776af47d6c/gold/missing_cidrs.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2c6a2334317e7cf3df5274774b94da854190921 --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/gold/missing_cidrs.csv @@ -0,0 +1 @@ +192.168.0.0/16 diff --git a/shellops/assets/ShellOps_776af47d6c/gold/notes.txt b/shellops/assets/ShellOps_776af47d6c/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2d8ea35adce1623e3a5344f48a7b9d3adb1e05a --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/gold/notes.txt @@ -0,0 +1 @@ +Pending review for legacy rule cleanup \ No newline at end of file diff --git a/shellops/assets/ShellOps_776af47d6c/init/deployment_report.yml b/shellops/assets/ShellOps_776af47d6c/init/deployment_report.yml new file mode 100644 index 0000000000000000000000000000000000000000..c9b083480d09874c69ac715e97998facfa74e243 --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/init/deployment_report.yml @@ -0,0 +1,7 @@ +endpoints: + - name: frontend + cidr: 10.0.1.0/24 + port: 443 + - name: backend + cidr: 172.16.32.0/20 + port: 8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_776af47d6c/init/firewall_rules.cnf b/shellops/assets/ShellOps_776af47d6c/init/firewall_rules.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d4a70d476bfe71ac8e7091c6cc7a9989273a1a81 --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/init/firewall_rules.cnf @@ -0,0 +1,14 @@ +[rule1] +action=allow +protocol=tcp +cidr="10.0.1.0/24" + +[rule2] +action=deny +protocol=* +cidr="192.168.0.0/16" + +[rule3] +action=allow +protocol=udp +cidr="172.16.32.0/20" \ No newline at end of file diff --git a/shellops/assets/ShellOps_776af47d6c/init/notes.txt b/shellops/assets/ShellOps_776af47d6c/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2d8ea35adce1623e3a5344f48a7b9d3adb1e05a --- /dev/null +++ b/shellops/assets/ShellOps_776af47d6c/init/notes.txt @@ -0,0 +1 @@ +Pending review for legacy rule cleanup \ No newline at end of file diff --git a/shellops/assets/ShellOps_776efe75ab/gold/calibration_summary.md b/shellops/assets/ShellOps_776efe75ab/gold/calibration_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..162ce82b437f5007bc76375fdc1a43327525d24d --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/gold/calibration_summary.md @@ -0,0 +1,3 @@ +CALIBRATION_PRESSURE=50 +CALIBRATION_SPEED=130 +CALIBRATION_TEMP=90 diff --git a/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/README.md b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/README.md new file mode 100644 index 0000000000000000000000000000000000000000..12215540a40218204092eb49bb993d06c45a5d8c --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/README.md @@ -0,0 +1 @@ +This directory contains motor control scripts. diff --git a/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_a.sh b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_a.sh new file mode 100644 index 0000000000000000000000000000000000000000..0faede37d287575e18e455db3f137ecd3b31bfd9 --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_a.sh @@ -0,0 +1,3 @@ +CALIBRATION_SPEED=120 +CALIBRATION_TEMP=85 +CALIBRATION_PRESSURE=45 diff --git a/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_b.sh b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_b.sh new file mode 100644 index 0000000000000000000000000000000000000000..e81e50f8f7be78b0cb69cb62442efb6eff6cb872 --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_b.sh @@ -0,0 +1,3 @@ +CALIBRATION_SPEED=110 +CALIBRATION_TEMP=90 +CALIBRATION_PRESSURE=50 diff --git a/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_c.sh b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_c.sh new file mode 100644 index 0000000000000000000000000000000000000000..3696574da69b17afb18bf0fe54afd2d8ad3690a8 --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/gold/devices/motor_control/script_c.sh @@ -0,0 +1,3 @@ +CALIBRATION_SPEED=130 +CALIBRATION_TEMP=88 +CALIBRATION_PRESSURE=48 diff --git a/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/README.md b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/README.md new file mode 100644 index 0000000000000000000000000000000000000000..12215540a40218204092eb49bb993d06c45a5d8c --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/README.md @@ -0,0 +1 @@ +This directory contains motor control scripts. diff --git a/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_a.sh b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_a.sh new file mode 100644 index 0000000000000000000000000000000000000000..0faede37d287575e18e455db3f137ecd3b31bfd9 --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_a.sh @@ -0,0 +1,3 @@ +CALIBRATION_SPEED=120 +CALIBRATION_TEMP=85 +CALIBRATION_PRESSURE=45 diff --git a/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_b.sh b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_b.sh new file mode 100644 index 0000000000000000000000000000000000000000..e81e50f8f7be78b0cb69cb62442efb6eff6cb872 --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_b.sh @@ -0,0 +1,3 @@ +CALIBRATION_SPEED=110 +CALIBRATION_TEMP=90 +CALIBRATION_PRESSURE=50 diff --git a/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_c.sh b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_c.sh new file mode 100644 index 0000000000000000000000000000000000000000..3696574da69b17afb18bf0fe54afd2d8ad3690a8 --- /dev/null +++ b/shellops/assets/ShellOps_776efe75ab/init/devices/motor_control/script_c.sh @@ -0,0 +1,3 @@ +CALIBRATION_SPEED=130 +CALIBRATION_TEMP=88 +CALIBRATION_PRESSURE=48 diff --git a/shellops/assets/ShellOps_777bb1d043/gold/baseline_inventory.txt b/shellops/assets/ShellOps_777bb1d043/gold/baseline_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..264ab52d84f6d4e697ab0f3a6b9a18196528a51b --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/gold/baseline_inventory.txt @@ -0,0 +1,15 @@ +DEV-1001 +DEV-1002 +deprecated DEV-1003 +DEV-1004 +DEV-1005 +deprecated DEV-1006 +DEV-1007 +DEV-1008 +DEV-1009 +deprecated DEV-1010 +DEV-1011 +DEV-1012 +DEV-1013 +DEV-1014 +DEV-1015 \ No newline at end of file diff --git a/shellops/assets/ShellOps_777bb1d043/gold/deployment.xml b/shellops/assets/ShellOps_777bb1d043/gold/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..fd83897c08965137a99c9f6e8eea6afc94972a9c --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/gold/deployment.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_777bb1d043/gold/missing_devices.txt b/shellops/assets/ShellOps_777bb1d043/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..f490763b69c63ca75cb4b0ba4e08fac0a7b24667 --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/gold/missing_devices.txt @@ -0,0 +1,4 @@ +DEV-1002 +DEV-1009 +DEV-1013 +DEV-1015 diff --git a/shellops/assets/ShellOps_777bb1d043/gold/notes.md b/shellops/assets/ShellOps_777bb1d043/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..54f52ff3953b39c1491f3c35138b5620a0bbc0bd --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/gold/notes.md @@ -0,0 +1,3 @@ +This is a distractor file with irrelevant notes. +- DEV-2001 was decommissioned last quarter. +- Consider phasing out DEV-3000 series next year. diff --git a/shellops/assets/ShellOps_777bb1d043/init/baseline_inventory.txt b/shellops/assets/ShellOps_777bb1d043/init/baseline_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..264ab52d84f6d4e697ab0f3a6b9a18196528a51b --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/init/baseline_inventory.txt @@ -0,0 +1,15 @@ +DEV-1001 +DEV-1002 +deprecated DEV-1003 +DEV-1004 +DEV-1005 +deprecated DEV-1006 +DEV-1007 +DEV-1008 +DEV-1009 +deprecated DEV-1010 +DEV-1011 +DEV-1012 +DEV-1013 +DEV-1014 +DEV-1015 \ No newline at end of file diff --git a/shellops/assets/ShellOps_777bb1d043/init/deployment.xml b/shellops/assets/ShellOps_777bb1d043/init/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..fd83897c08965137a99c9f6e8eea6afc94972a9c --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/init/deployment.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_777bb1d043/init/notes.md b/shellops/assets/ShellOps_777bb1d043/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..54f52ff3953b39c1491f3c35138b5620a0bbc0bd --- /dev/null +++ b/shellops/assets/ShellOps_777bb1d043/init/notes.md @@ -0,0 +1,3 @@ +This is a distractor file with irrelevant notes. +- DEV-2001 was decommissioned last quarter. +- Consider phasing out DEV-3000 series next year. diff --git a/shellops/assets/ShellOps_779fa184ba/gold/authorized_hosts.txt b/shellops/assets/ShellOps_779fa184ba/gold/authorized_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1a19844e37420a87286c584eb4e5217003b5074 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/gold/authorized_hosts.txt @@ -0,0 +1,3 @@ +web.prod.example.com +cache.prod.example.com +api.prod.example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/gold/deprecated_nodes.list b/shellops/assets/ShellOps_779fa184ba/gold/deprecated_nodes.list new file mode 100644 index 0000000000000000000000000000000000000000..1ecba052ddae2369352a019a4350eeff5976da41 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/gold/deprecated_nodes.list @@ -0,0 +1,2 @@ +old-batch.example.com +legacy-support.example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/gold/discovered_nodes.xml b/shellops/assets/ShellOps_779fa184ba/gold/discovered_nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..3b366349887362dedf818ce1a637370c339e51c9 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/gold/discovered_nodes.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/gold/docs/reference.md b/shellops/assets/ShellOps_779fa184ba/gold/docs/reference.md new file mode 100644 index 0000000000000000000000000000000000000000..12e6db2411872df5e9d70d45ce6920f6385f0428 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/gold/docs/reference.md @@ -0,0 +1,3 @@ +# Host Management + +This document describes host lifecycle policies including authorization and deprecation procedures. \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/gold/unauthorized_nodes.txt b/shellops/assets/ShellOps_779fa184ba/gold/unauthorized_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e0aaca54ec845f8963e2086099e12cd3bfaae14 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/gold/unauthorized_nodes.txt @@ -0,0 +1,2 @@ +beta.example.com +staging.example.com diff --git a/shellops/assets/ShellOps_779fa184ba/init/authorized_hosts.txt b/shellops/assets/ShellOps_779fa184ba/init/authorized_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1a19844e37420a87286c584eb4e5217003b5074 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/init/authorized_hosts.txt @@ -0,0 +1,3 @@ +web.prod.example.com +cache.prod.example.com +api.prod.example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/init/deprecated_nodes.list b/shellops/assets/ShellOps_779fa184ba/init/deprecated_nodes.list new file mode 100644 index 0000000000000000000000000000000000000000..1ecba052ddae2369352a019a4350eeff5976da41 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/init/deprecated_nodes.list @@ -0,0 +1,2 @@ +old-batch.example.com +legacy-support.example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/init/discovered_nodes.xml b/shellops/assets/ShellOps_779fa184ba/init/discovered_nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..3b366349887362dedf818ce1a637370c339e51c9 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/init/discovered_nodes.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_779fa184ba/init/docs/reference.md b/shellops/assets/ShellOps_779fa184ba/init/docs/reference.md new file mode 100644 index 0000000000000000000000000000000000000000..12e6db2411872df5e9d70d45ce6920f6385f0428 --- /dev/null +++ b/shellops/assets/ShellOps_779fa184ba/init/docs/reference.md @@ -0,0 +1,3 @@ +# Host Management + +This document describes host lifecycle policies including authorization and deprecation procedures. \ No newline at end of file diff --git a/shellops/assets/ShellOps_77c27fbce9/gold/missing_vendors.txt b/shellops/assets/ShellOps_77c27fbce9/gold/missing_vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..13ad2d7e80c3479e71237f0434734a14940a3016 --- /dev/null +++ b/shellops/assets/ShellOps_77c27fbce9/gold/missing_vendors.txt @@ -0,0 +1,3 @@ +102 +105 +109 diff --git a/shellops/assets/ShellOps_77c27fbce9/gold/roster_Q2_2024.tsv b/shellops/assets/ShellOps_77c27fbce9/gold/roster_Q2_2024.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6aa2f10da966bbadb1a7508c7a6fb08c6fa17a1d --- /dev/null +++ b/shellops/assets/ShellOps_77c27fbce9/gold/roster_Q2_2024.tsv @@ -0,0 +1,7 @@ +vendor_id name region +101 North Logistics EMEA +102 Apex Couriers APAC +103 Metro Freight NAM +105 City Deliveries EMEA +107 Global Shippers LATAM +109 Express Haul NAM diff --git a/shellops/assets/ShellOps_77c27fbce9/gold/vendor_contacts.tsv b/shellops/assets/ShellOps_77c27fbce9/gold/vendor_contacts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5c85642f3bef81acba3cf24742c7c47514ceff32 --- /dev/null +++ b/shellops/assets/ShellOps_77c27fbce9/gold/vendor_contacts.tsv @@ -0,0 +1,7 @@ +vendor_id contact_email phone +101 ops@northlogistics.com +44 20 1234 5678 +103 dispatch@metrofreight.us +1 212 555 0199 +104 bookings@quickcargo.co.uk +44 20 9876 5432 +106 support@velocitytrans.com +1 310 555 0142 +107 ops@globalshippers.com +55 11 9876 5432 +108 admin@swiftdelivery.de +49 30 555 0187 diff --git a/shellops/assets/ShellOps_77c27fbce9/init/roster_Q2_2024.tsv b/shellops/assets/ShellOps_77c27fbce9/init/roster_Q2_2024.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6aa2f10da966bbadb1a7508c7a6fb08c6fa17a1d --- /dev/null +++ b/shellops/assets/ShellOps_77c27fbce9/init/roster_Q2_2024.tsv @@ -0,0 +1,7 @@ +vendor_id name region +101 North Logistics EMEA +102 Apex Couriers APAC +103 Metro Freight NAM +105 City Deliveries EMEA +107 Global Shippers LATAM +109 Express Haul NAM diff --git a/shellops/assets/ShellOps_77c27fbce9/init/vendor_contacts.tsv b/shellops/assets/ShellOps_77c27fbce9/init/vendor_contacts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5c85642f3bef81acba3cf24742c7c47514ceff32 --- /dev/null +++ b/shellops/assets/ShellOps_77c27fbce9/init/vendor_contacts.tsv @@ -0,0 +1,7 @@ +vendor_id contact_email phone +101 ops@northlogistics.com +44 20 1234 5678 +103 dispatch@metrofreight.us +1 212 555 0199 +104 bookings@quickcargo.co.uk +44 20 9876 5432 +106 support@velocitytrans.com +1 310 555 0142 +107 ops@globalshippers.com +55 11 9876 5432 +108 admin@swiftdelivery.de +49 30 555 0187 diff --git a/shellops/assets/ShellOps_77f83421c5/gold/discrepancies.out b/shellops/assets/ShellOps_77f83421c5/gold/discrepancies.out new file mode 100644 index 0000000000000000000000000000000000000000..15fa7daa8967c3f716fdca6ffea73958ce285ca3 --- /dev/null +++ b/shellops/assets/ShellOps_77f83421c5/gold/discrepancies.out @@ -0,0 +1,3 @@ +109 +111 +112 diff --git a/shellops/assets/ShellOps_77f83421c5/gold/payments/.keep b/shellops/assets/ShellOps_77f83421c5/gold/payments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_77f83421c5/gold/payments/payment_events_A.out b/shellops/assets/ShellOps_77f83421c5/gold/payments/payment_events_A.out new file mode 100644 index 0000000000000000000000000000000000000000..a281c1671c5e95591a34bad510f863ad23b0fc7f --- /dev/null +++ b/shellops/assets/ShellOps_77f83421c5/gold/payments/payment_events_A.out @@ -0,0 +1,10 @@ +payment_id,customer_id,amount,status,date +101,5001,120.00,completed,2024-01-15 +102,5002,85.50,completed,2024-01-16 +103,5003,220.00,failed,2024-01-17 +104,5004,65.25,completed,2024-01-18 +105,5005,150.00,completed,2024-01-19 +106,5006,90.00,completed,2024-01-20 +107,5007,300.00,completed,2024-01-21 +108,5008,45.00,failed,2024-01-22 +110,5010,175.00,completed,2024-01-24 \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f83421c5/gold/payments/payment_events_B.out b/shellops/assets/ShellOps_77f83421c5/gold/payments/payment_events_B.out new file mode 100644 index 0000000000000000000000000000000000000000..a76b251297b50ac29f6dacd4575a6a6b157c272b --- /dev/null +++ b/shellops/assets/ShellOps_77f83421c5/gold/payments/payment_events_B.out @@ -0,0 +1,11 @@ +payment_id,customer_id,amount,status,date +101,5001,120.00,completed,2024-01-15 +102,5002,85.50,completed,2024-01-16 +104,5004,65.25,completed,2024-01-18 +105,5005,150.00,completed,2024-01-19 +106,5006,90.00,completed,2024-01-20 +108,5008,45.00,failed,2024-01-22 +109,5009,200.00,completed,2024-01-23 +110,5010,175.00,completed,2024-01-24 +111,5011,95.00,completed,2024-01-25 +112,5012,130.00,completed,2024-01-26 \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f83421c5/init/payments/.keep b/shellops/assets/ShellOps_77f83421c5/init/payments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_77f83421c5/init/payments/payment_events_A.out b/shellops/assets/ShellOps_77f83421c5/init/payments/payment_events_A.out new file mode 100644 index 0000000000000000000000000000000000000000..a281c1671c5e95591a34bad510f863ad23b0fc7f --- /dev/null +++ b/shellops/assets/ShellOps_77f83421c5/init/payments/payment_events_A.out @@ -0,0 +1,10 @@ +payment_id,customer_id,amount,status,date +101,5001,120.00,completed,2024-01-15 +102,5002,85.50,completed,2024-01-16 +103,5003,220.00,failed,2024-01-17 +104,5004,65.25,completed,2024-01-18 +105,5005,150.00,completed,2024-01-19 +106,5006,90.00,completed,2024-01-20 +107,5007,300.00,completed,2024-01-21 +108,5008,45.00,failed,2024-01-22 +110,5010,175.00,completed,2024-01-24 \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f83421c5/init/payments/payment_events_B.out b/shellops/assets/ShellOps_77f83421c5/init/payments/payment_events_B.out new file mode 100644 index 0000000000000000000000000000000000000000..a76b251297b50ac29f6dacd4575a6a6b157c272b --- /dev/null +++ b/shellops/assets/ShellOps_77f83421c5/init/payments/payment_events_B.out @@ -0,0 +1,11 @@ +payment_id,customer_id,amount,status,date +101,5001,120.00,completed,2024-01-15 +102,5002,85.50,completed,2024-01-16 +104,5004,65.25,completed,2024-01-18 +105,5005,150.00,completed,2024-01-19 +106,5006,90.00,completed,2024-01-20 +108,5008,45.00,failed,2024-01-22 +109,5009,200.00,completed,2024-01-23 +110,5010,175.00,completed,2024-01-24 +111,5011,95.00,completed,2024-01-25 +112,5012,130.00,completed,2024-01-26 \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f837866f/gold/device_manifest.tsv b/shellops/assets/ShellOps_77f837866f/gold/device_manifest.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f212a4d09f039469af0c9d832f3b79a025fa953e --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/gold/device_manifest.tsv @@ -0,0 +1,6 @@ +device_id location +dev_1001 rack-A +dev_1002 rack-B +dev_1003 rack-C +dev_1004 rack-D +dev_1005 rack-E \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f837866f/gold/discovery.log b/shellops/assets/ShellOps_77f837866f/gold/discovery.log new file mode 100644 index 0000000000000000000000000000000000000000..7410c3cd90edc328c058e7a31327560b7b9a191d --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/gold/discovery.log @@ -0,0 +1,8 @@ +2024-10-15 08:00:01 DEVICE=dev_1001 FIRMWARE=v2.4.1 STATUS=active +2024-10-15 08:00:02 DEVICE=dev_1002 FIRMWARE=v2.4.1 STATUS=active +2024-10-15 08:00:03 DEVICE=dev_1003 FIRMWARE=v2.3.9 STATUS=active +2024-10-15 08:00:04 EVENT=heartbeat DEVICE=dev_1006 FIRMWARE=v2.4.0 +2024-10-15 08:00:05 DEVICE=dev_1004 FIRMWARE=v2.4.2 STATUS=active +ignored line without device +2024-10-15 08:00:06 FIRMWARE=v2.4.1 STATUS=inactive +2024-10-15 08:00:07 DEVICE=dev_1005 FIRMWARE=v2.4.1 STATUS=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f837866f/gold/notes.txt b/shellops/assets/ShellOps_77f837866f/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6baf7bfb6b9e3d19d6684664be28c97d6760abb --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/gold/notes.txt @@ -0,0 +1,5 @@ +This is a distractor file that should not affect the result. It contains irrelevant notes about device maintenance. +- dev_1001: routine check passed +- dev_1002: firmware update scheduled +- dev_1003: no issues +- dev_1004: pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f837866f/gold/reports/device_to_firmware.tsv b/shellops/assets/ShellOps_77f837866f/gold/reports/device_to_firmware.tsv new file mode 100644 index 0000000000000000000000000000000000000000..eea253f7197636e100b38b83216a803b290e3a2e --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/gold/reports/device_to_firmware.tsv @@ -0,0 +1,6 @@ +device_id firmware_tag +dev_1001 v2.4.1 +dev_1002 v2.4.1 +dev_1003 v2.3.9 +dev_1004 v2.4.2 +dev_1005 v2.4.1 diff --git a/shellops/assets/ShellOps_77f837866f/init/device_manifest.tsv b/shellops/assets/ShellOps_77f837866f/init/device_manifest.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f212a4d09f039469af0c9d832f3b79a025fa953e --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/init/device_manifest.tsv @@ -0,0 +1,6 @@ +device_id location +dev_1001 rack-A +dev_1002 rack-B +dev_1003 rack-C +dev_1004 rack-D +dev_1005 rack-E \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f837866f/init/discovery.log b/shellops/assets/ShellOps_77f837866f/init/discovery.log new file mode 100644 index 0000000000000000000000000000000000000000..7410c3cd90edc328c058e7a31327560b7b9a191d --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/init/discovery.log @@ -0,0 +1,8 @@ +2024-10-15 08:00:01 DEVICE=dev_1001 FIRMWARE=v2.4.1 STATUS=active +2024-10-15 08:00:02 DEVICE=dev_1002 FIRMWARE=v2.4.1 STATUS=active +2024-10-15 08:00:03 DEVICE=dev_1003 FIRMWARE=v2.3.9 STATUS=active +2024-10-15 08:00:04 EVENT=heartbeat DEVICE=dev_1006 FIRMWARE=v2.4.0 +2024-10-15 08:00:05 DEVICE=dev_1004 FIRMWARE=v2.4.2 STATUS=active +ignored line without device +2024-10-15 08:00:06 FIRMWARE=v2.4.1 STATUS=inactive +2024-10-15 08:00:07 DEVICE=dev_1005 FIRMWARE=v2.4.1 STATUS=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_77f837866f/init/notes.txt b/shellops/assets/ShellOps_77f837866f/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6baf7bfb6b9e3d19d6684664be28c97d6760abb --- /dev/null +++ b/shellops/assets/ShellOps_77f837866f/init/notes.txt @@ -0,0 +1,5 @@ +This is a distractor file that should not affect the result. It contains irrelevant notes about device maintenance. +- dev_1001: routine check passed +- dev_1002: firmware update scheduled +- dev_1003: no issues +- dev_1004: pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_7807dd3695/gold/allowed_equipment.txt b/shellops/assets/ShellOps_7807dd3695/gold/allowed_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..033a86ea1f11fc1e036b1e05a64780442857b7b0 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/gold/allowed_equipment.txt @@ -0,0 +1,5 @@ +alpha-001 +beta-002 +gamma-003 +omega-099 +zeta-100 diff --git a/shellops/assets/ShellOps_7807dd3695/gold/notes/irrelevant_plan.md b/shellops/assets/ShellOps_7807dd3695/gold/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..ac956452affb74c428700ad293f60ce490383042 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/gold/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Equipment Retirement Plan +- Phase out gamma-003 by end of quarter. +- Migrate zeta-100 to new telemetry endpoint. diff --git a/shellops/assets/ShellOps_7807dd3695/gold/reports/unmonitored_equipment.tsv b/shellops/assets/ShellOps_7807dd3695/gold/reports/unmonitored_equipment.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b847ba5a8ff69f8a46a171d752c4ae4c3e67eff2 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/gold/reports/unmonitored_equipment.tsv @@ -0,0 +1,2 @@ +gamma-003 missing +zeta-100 missing diff --git a/shellops/assets/ShellOps_7807dd3695/gold/telemetry.xml b/shellops/assets/ShellOps_7807dd3695/gold/telemetry.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f043e98cbf9fd52efc693e28b35f2bf6680abd1 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/gold/telemetry.xml @@ -0,0 +1,15 @@ + + + + alpha-001 + active + + + beta-002 + active + + + omega-099 + active + + diff --git a/shellops/assets/ShellOps_7807dd3695/init/allowed_equipment.txt b/shellops/assets/ShellOps_7807dd3695/init/allowed_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..033a86ea1f11fc1e036b1e05a64780442857b7b0 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/init/allowed_equipment.txt @@ -0,0 +1,5 @@ +alpha-001 +beta-002 +gamma-003 +omega-099 +zeta-100 diff --git a/shellops/assets/ShellOps_7807dd3695/init/notes/irrelevant_plan.md b/shellops/assets/ShellOps_7807dd3695/init/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..ac956452affb74c428700ad293f60ce490383042 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/init/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Equipment Retirement Plan +- Phase out gamma-003 by end of quarter. +- Migrate zeta-100 to new telemetry endpoint. diff --git a/shellops/assets/ShellOps_7807dd3695/init/telemetry.xml b/shellops/assets/ShellOps_7807dd3695/init/telemetry.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f043e98cbf9fd52efc693e28b35f2bf6680abd1 --- /dev/null +++ b/shellops/assets/ShellOps_7807dd3695/init/telemetry.xml @@ -0,0 +1,15 @@ + + + + alpha-001 + active + + + beta-002 + active + + + omega-099 + active + + diff --git a/shellops/assets/ShellOps_7862353d68/gold/ledger_alpha.rc b/shellops/assets/ShellOps_7862353d68/gold/ledger_alpha.rc new file mode 100644 index 0000000000000000000000000000000000000000..5997d413439c2849108735bfe0a6b7081695aa93 --- /dev/null +++ b/shellops/assets/ShellOps_7862353d68/gold/ledger_alpha.rc @@ -0,0 +1,5 @@ +12345 +67890 +54321 +98765 +11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7862353d68/gold/ledger_beta.rc b/shellops/assets/ShellOps_7862353d68/gold/ledger_beta.rc new file mode 100644 index 0000000000000000000000000000000000000000..318d273d3db01d30e5ac4378ff7f1eea6fce1cf7 --- /dev/null +++ b/shellops/assets/ShellOps_7862353d68/gold/ledger_beta.rc @@ -0,0 +1,3 @@ +54321 +11223 +33445 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7862353d68/gold/reports/.keep b/shellops/assets/ShellOps_7862353d68/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7862353d68/gold/reports/missing_transactions.md b/shellops/assets/ShellOps_7862353d68/gold/reports/missing_transactions.md new file mode 100644 index 0000000000000000000000000000000000000000..23fcb3b75bdc86b2076eb63372006e8ed5b55fd1 --- /dev/null +++ b/shellops/assets/ShellOps_7862353d68/gold/reports/missing_transactions.md @@ -0,0 +1,3 @@ +12345 +67890 +98765 diff --git a/shellops/assets/ShellOps_7862353d68/init/ledger_alpha.rc b/shellops/assets/ShellOps_7862353d68/init/ledger_alpha.rc new file mode 100644 index 0000000000000000000000000000000000000000..5997d413439c2849108735bfe0a6b7081695aa93 --- /dev/null +++ b/shellops/assets/ShellOps_7862353d68/init/ledger_alpha.rc @@ -0,0 +1,5 @@ +12345 +67890 +54321 +98765 +11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7862353d68/init/ledger_beta.rc b/shellops/assets/ShellOps_7862353d68/init/ledger_beta.rc new file mode 100644 index 0000000000000000000000000000000000000000..318d273d3db01d30e5ac4378ff7f1eea6fce1cf7 --- /dev/null +++ b/shellops/assets/ShellOps_7862353d68/init/ledger_beta.rc @@ -0,0 +1,3 @@ +54321 +11223 +33445 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7862353d68/init/reports/.keep b/shellops/assets/ShellOps_7862353d68/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_78b57197b2/gold/allowed_equipment.txt b/shellops/assets/ShellOps_78b57197b2/gold/allowed_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..832996144d171b8c8a6c17c1b1dcb90ac43c2f43 --- /dev/null +++ b/shellops/assets/ShellOps_78b57197b2/gold/allowed_equipment.txt @@ -0,0 +1,5 @@ +gamma +alpha +beta +delta +epsilon \ No newline at end of file diff --git a/shellops/assets/ShellOps_78b57197b2/gold/deployment_spec.xml b/shellops/assets/ShellOps_78b57197b2/gold/deployment_spec.xml new file mode 100644 index 0000000000000000000000000000000000000000..c56e0a28d1aeb3a53eadbe5fef448754d4047903 --- /dev/null +++ b/shellops/assets/ShellOps_78b57197b2/gold/deployment_spec.xml @@ -0,0 +1,6 @@ + + beta + gamma + alpha + zeta + \ No newline at end of file diff --git a/shellops/assets/ShellOps_78b57197b2/gold/mismatched_models.txt b/shellops/assets/ShellOps_78b57197b2/gold/mismatched_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c9da1ed23c3b0d2ceac434fd77a52ab76661731 --- /dev/null +++ b/shellops/assets/ShellOps_78b57197b2/gold/mismatched_models.txt @@ -0,0 +1,3 @@ +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_78b57197b2/init/allowed_equipment.txt b/shellops/assets/ShellOps_78b57197b2/init/allowed_equipment.txt new file mode 100644 index 0000000000000000000000000000000000000000..832996144d171b8c8a6c17c1b1dcb90ac43c2f43 --- /dev/null +++ b/shellops/assets/ShellOps_78b57197b2/init/allowed_equipment.txt @@ -0,0 +1,5 @@ +gamma +alpha +beta +delta +epsilon \ No newline at end of file diff --git a/shellops/assets/ShellOps_78b57197b2/init/deployment_spec.xml b/shellops/assets/ShellOps_78b57197b2/init/deployment_spec.xml new file mode 100644 index 0000000000000000000000000000000000000000..c56e0a28d1aeb3a53eadbe5fef448754d4047903 --- /dev/null +++ b/shellops/assets/ShellOps_78b57197b2/init/deployment_spec.xml @@ -0,0 +1,6 @@ + + beta + gamma + alpha + zeta + \ No newline at end of file diff --git a/shellops/assets/ShellOps_78b5fafecd/gold/baseline_policy.json b/shellops/assets/ShellOps_78b5fafecd/gold/baseline_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..fad9809c9c7576b7be70a65921f74af300dab5e7 --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/gold/baseline_policy.json @@ -0,0 +1,8 @@ +{ + "authorized_devices": [ + "dev_alpha", + "dev_gamma", + "dev_zeta" + ], + "policy_version": "2.1" +} diff --git a/shellops/assets/ShellOps_78b5fafecd/gold/distractor/notes.md b/shellops/assets/ShellOps_78b5fafecd/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7f4b7d1bc940aefb994aaebb95db2208943f1dbe --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/gold/distractor/notes.md @@ -0,0 +1,4 @@ +# Device Notes +- dev_beta: pending decommission +- dev_delta: not yet in baseline policy +- dev_zeta: authorized but not present in runtime diff --git a/shellops/assets/ShellOps_78b5fafecd/gold/reports/device_authorization.txt b/shellops/assets/ShellOps_78b5fafecd/gold/reports/device_authorization.txt new file mode 100644 index 0000000000000000000000000000000000000000..3eee72c386ca1c390a8e10b47e2ce99a337f688a --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/gold/reports/device_authorization.txt @@ -0,0 +1,2 @@ +dev_alpha +dev_gamma diff --git a/shellops/assets/ShellOps_78b5fafecd/gold/runtime_inventory.json b/shellops/assets/ShellOps_78b5fafecd/gold/runtime_inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..d81deec22314502cee11ef55912e0e4171234155 --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/gold/runtime_inventory.json @@ -0,0 +1,7 @@ +[ + {"device_id": "dev_alpha", "status": "active", "location": "lab-a"}, + {"device_id": "dev_beta", "status": "inactive", "location": "lab-b"}, + {"device_id": "dev_gamma", "status": "active", "location": "lab-c"}, + {"device_id": "dev_delta", "status": "active", "location": "lab-d"}, + {"device_id": "dev_epsilon", "status": "maintenance", "location": "lab-e"} +] diff --git a/shellops/assets/ShellOps_78b5fafecd/init/baseline_policy.json b/shellops/assets/ShellOps_78b5fafecd/init/baseline_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..fad9809c9c7576b7be70a65921f74af300dab5e7 --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/init/baseline_policy.json @@ -0,0 +1,8 @@ +{ + "authorized_devices": [ + "dev_alpha", + "dev_gamma", + "dev_zeta" + ], + "policy_version": "2.1" +} diff --git a/shellops/assets/ShellOps_78b5fafecd/init/distractor/notes.md b/shellops/assets/ShellOps_78b5fafecd/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7f4b7d1bc940aefb994aaebb95db2208943f1dbe --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/init/distractor/notes.md @@ -0,0 +1,4 @@ +# Device Notes +- dev_beta: pending decommission +- dev_delta: not yet in baseline policy +- dev_zeta: authorized but not present in runtime diff --git a/shellops/assets/ShellOps_78b5fafecd/init/runtime_inventory.json b/shellops/assets/ShellOps_78b5fafecd/init/runtime_inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..d81deec22314502cee11ef55912e0e4171234155 --- /dev/null +++ b/shellops/assets/ShellOps_78b5fafecd/init/runtime_inventory.json @@ -0,0 +1,7 @@ +[ + {"device_id": "dev_alpha", "status": "active", "location": "lab-a"}, + {"device_id": "dev_beta", "status": "inactive", "location": "lab-b"}, + {"device_id": "dev_gamma", "status": "active", "location": "lab-c"}, + {"device_id": "dev_delta", "status": "active", "location": "lab-d"}, + {"device_id": "dev_epsilon", "status": "maintenance", "location": "lab-e"} +] diff --git a/shellops/assets/ShellOps_78c9dd5f18/gold/consolidated_stock.txt b/shellops/assets/ShellOps_78c9dd5f18/gold/consolidated_stock.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5f4db75491d0d5c58006ce41faeab28faf1b2e1 --- /dev/null +++ b/shellops/assets/ShellOps_78c9dd5f18/gold/consolidated_stock.txt @@ -0,0 +1,6 @@ +PROD-1001 25 +PROD-1002 20 +PROD-1003 13 +PROD-1005 12 +PROD-1006 18 +PROD-1007 6 diff --git a/shellops/assets/ShellOps_78c9dd5f18/gold/stock_shelf_x.txt b/shellops/assets/ShellOps_78c9dd5f18/gold/stock_shelf_x.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf3eb7b8d8496a1edfbdf06f157bffa09b1835ec --- /dev/null +++ b/shellops/assets/ShellOps_78c9dd5f18/gold/stock_shelf_x.txt @@ -0,0 +1,4 @@ +PROD-1001 15 +PROD-1003 8 +PROD-1005 12 +PROD-1007 6 diff --git a/shellops/assets/ShellOps_78c9dd5f18/gold/stock_shelf_y.txt b/shellops/assets/ShellOps_78c9dd5f18/gold/stock_shelf_y.txt new file mode 100644 index 0000000000000000000000000000000000000000..292fbb2a383c0910d976658fceca62083d81612f --- /dev/null +++ b/shellops/assets/ShellOps_78c9dd5f18/gold/stock_shelf_y.txt @@ -0,0 +1,4 @@ +PROD-1001 10 +PROD-1002 20 +PROD-1003 5 +PROD-1006 18 diff --git a/shellops/assets/ShellOps_78c9dd5f18/init/stock_shelf_x.txt b/shellops/assets/ShellOps_78c9dd5f18/init/stock_shelf_x.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf3eb7b8d8496a1edfbdf06f157bffa09b1835ec --- /dev/null +++ b/shellops/assets/ShellOps_78c9dd5f18/init/stock_shelf_x.txt @@ -0,0 +1,4 @@ +PROD-1001 15 +PROD-1003 8 +PROD-1005 12 +PROD-1007 6 diff --git a/shellops/assets/ShellOps_78c9dd5f18/init/stock_shelf_y.txt b/shellops/assets/ShellOps_78c9dd5f18/init/stock_shelf_y.txt new file mode 100644 index 0000000000000000000000000000000000000000..292fbb2a383c0910d976658fceca62083d81612f --- /dev/null +++ b/shellops/assets/ShellOps_78c9dd5f18/init/stock_shelf_y.txt @@ -0,0 +1,4 @@ +PROD-1001 10 +PROD-1002 20 +PROD-1003 5 +PROD-1006 18 diff --git a/shellops/assets/ShellOps_78d6a284e1/gold/acl_policies.xml b/shellops/assets/ShellOps_78d6a284e1/gold/acl_policies.xml new file mode 100644 index 0000000000000000000000000000000000000000..6236ac6eede49a04716753fb13bbc7f15bf64591 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/gold/acl_policies.xml @@ -0,0 +1,11 @@ + + + admin + + + editor + + + contributor + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_78d6a284e1/gold/audit_whitelist.txt b/shellops/assets/ShellOps_78d6a284e1/gold/audit_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae05a57694e017a21edf8bb8b5885a783fe2a29 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/gold/audit_whitelist.txt @@ -0,0 +1,3 @@ +admin +reviewer +contributor \ No newline at end of file diff --git a/shellops/assets/ShellOps_78d6a284e1/gold/distractor/log.txt b/shellops/assets/ShellOps_78d6a284e1/gold/distractor/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..73015ab289838f85d12f80098d51824e374a8482 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/gold/distractor/log.txt @@ -0,0 +1 @@ +2024-05-20: User 104 assigned temporary auditor role \ No newline at end of file diff --git a/shellops/assets/ShellOps_78d6a284e1/gold/missing_roles.tsv b/shellops/assets/ShellOps_78d6a284e1/gold/missing_roles.tsv new file mode 100644 index 0000000000000000000000000000000000000000..20ecd4edf4b75f784d4b16817064769eadc29e86 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/gold/missing_roles.tsv @@ -0,0 +1,2 @@ +Role +editor diff --git a/shellops/assets/ShellOps_78d6a284e1/init/acl_policies.xml b/shellops/assets/ShellOps_78d6a284e1/init/acl_policies.xml new file mode 100644 index 0000000000000000000000000000000000000000..6236ac6eede49a04716753fb13bbc7f15bf64591 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/init/acl_policies.xml @@ -0,0 +1,11 @@ + + + admin + + + editor + + + contributor + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_78d6a284e1/init/audit_whitelist.txt b/shellops/assets/ShellOps_78d6a284e1/init/audit_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae05a57694e017a21edf8bb8b5885a783fe2a29 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/init/audit_whitelist.txt @@ -0,0 +1,3 @@ +admin +reviewer +contributor \ No newline at end of file diff --git a/shellops/assets/ShellOps_78d6a284e1/init/distractor/log.txt b/shellops/assets/ShellOps_78d6a284e1/init/distractor/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..73015ab289838f85d12f80098d51824e374a8482 --- /dev/null +++ b/shellops/assets/ShellOps_78d6a284e1/init/distractor/log.txt @@ -0,0 +1 @@ +2024-05-20: User 104 assigned temporary auditor role \ No newline at end of file diff --git a/shellops/assets/ShellOps_78dd090bfa/gold/auth/approved.rc b/shellops/assets/ShellOps_78dd090bfa/gold/auth/approved.rc new file mode 100644 index 0000000000000000000000000000000000000000..4164d105cce9e6a89b262ed6582806f55909b372 --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/gold/auth/approved.rc @@ -0,0 +1,6 @@ +u100,active +u101,active +u102,revoked +u103,active +u105,active +u106,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_78dd090bfa/gold/auth/notes.md b/shellops/assets/ShellOps_78dd090bfa/gold/auth/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e6ec6ccbf1f4750d706e6b625dd0259751119f56 --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/gold/auth/notes.md @@ -0,0 +1,4 @@ +# Authorization configuration notes +- u102 was recently flagged for review +- u105 and u106 are newly onboarded +- u104 is pending approval diff --git a/shellops/assets/ShellOps_78dd090bfa/gold/auth/permitted.rc b/shellops/assets/ShellOps_78dd090bfa/gold/auth/permitted.rc new file mode 100644 index 0000000000000000000000000000000000000000..63eb523b7f559d4aefb64a83628ea9b3b11e0dfd --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/gold/auth/permitted.rc @@ -0,0 +1,5 @@ +u100,admin +u101,user +u102,operator +u103,auditor +u104,guest \ No newline at end of file diff --git a/shellops/assets/ShellOps_78dd090bfa/gold/auth/unified_roles.txt b/shellops/assets/ShellOps_78dd090bfa/gold/auth/unified_roles.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae6be4455955989a21bfabf7b0cf39d302d796b0 --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/gold/auth/unified_roles.txt @@ -0,0 +1,3 @@ +u100,admin,active +u101,user,active +u103,auditor,active diff --git a/shellops/assets/ShellOps_78dd090bfa/init/auth/approved.rc b/shellops/assets/ShellOps_78dd090bfa/init/auth/approved.rc new file mode 100644 index 0000000000000000000000000000000000000000..4164d105cce9e6a89b262ed6582806f55909b372 --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/init/auth/approved.rc @@ -0,0 +1,6 @@ +u100,active +u101,active +u102,revoked +u103,active +u105,active +u106,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_78dd090bfa/init/auth/notes.md b/shellops/assets/ShellOps_78dd090bfa/init/auth/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e6ec6ccbf1f4750d706e6b625dd0259751119f56 --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/init/auth/notes.md @@ -0,0 +1,4 @@ +# Authorization configuration notes +- u102 was recently flagged for review +- u105 and u106 are newly onboarded +- u104 is pending approval diff --git a/shellops/assets/ShellOps_78dd090bfa/init/auth/permitted.rc b/shellops/assets/ShellOps_78dd090bfa/init/auth/permitted.rc new file mode 100644 index 0000000000000000000000000000000000000000..63eb523b7f559d4aefb64a83628ea9b3b11e0dfd --- /dev/null +++ b/shellops/assets/ShellOps_78dd090bfa/init/auth/permitted.rc @@ -0,0 +1,5 @@ +u100,admin +u101,user +u102,operator +u103,auditor +u104,guest \ No newline at end of file diff --git a/shellops/assets/ShellOps_79296bb80f/gold/books.csv b/shellops/assets/ShellOps_79296bb80f/gold/books.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c976826c67125661494cc0bb6fc9b90b3401c4b --- /dev/null +++ b/shellops/assets/ShellOps_79296bb80f/gold/books.csv @@ -0,0 +1,21 @@ +id,title,author,genre,publication_year +101,The Great Gatsby,F. Scott Fitzgerald,Fiction,1925 +102,Principles of Biology,John Smith,Science,2010 +103,To Kill a Mockingbird,Harper Lee,Fiction,1960 +104,The Elements of Style,William Strunk Jr.,Reference,1959 +105,The Origin of Species,Charles Darwin,Science,1859 +106,The Art of Computer Programming,Donald Knuth,Technology,1968 +107,The Catcher in the Rye,J.D. Salinger,Fiction,1951 +108,The Selfish Gene,Richard Dawkins,Science,1976 +109,The Road,A Cormac McCarthy,Fiction,2006 +110,The Hitchhiker's Guide to the Galaxy,Douglas Adams,Science Fiction,1979 +111,The Federalist Papers,Alexander Hamilton,History,1788 +112,The Iliad,Homer,Classics,750 BC +113,The Odyssey,Homer,Classics,725 BC +114,The Republic,Plato,Philosophy,375 BC +115,The Prince,Niccolò Machiavelli,History,1513 +116,The Wealth of Nations,Adam Smith,Economics,1776 +117,The Communist Manifesto,Karl Marx,Politics,1848 +118,The Constitution of the United States,Founding Fathers,History,1787 +119,The Declaration of Independence,Thomas Jefferson,History,1776 +120,The Bill of Rights,James Madison,History,1791 \ No newline at end of file diff --git a/shellops/assets/ShellOps_79296bb80f/gold/genres.txt b/shellops/assets/ShellOps_79296bb80f/gold/genres.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dee662f1a7b6c706dcbe5569c510b83774226a9 --- /dev/null +++ b/shellops/assets/ShellOps_79296bb80f/gold/genres.txt @@ -0,0 +1,10 @@ +Classics +Economics +Fiction +History +Philosophy +Politics +Reference +Science +Science Fiction +Technology diff --git a/shellops/assets/ShellOps_79296bb80f/gold/patrons.csv b/shellops/assets/ShellOps_79296bb80f/gold/patrons.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee21049ba53d969bfc738e2d5c0253e0bd698584 --- /dev/null +++ b/shellops/assets/ShellOps_79296bb80f/gold/patrons.csv @@ -0,0 +1,11 @@ +card_number,name,address,phone,registration_date +2001,John Doe,123 Main St,555-1234,2020-05-15 +2002,Jane Smith,456 Oak Ave,555-5678,2019-08-22 +2003,Bob Johnson,789 Pine Rd,555-9012,2021-03-10 +2004,Alice Brown,101 Maple Ln,555-3456,2018-11-30 +2005,Charlie Davis,202 Cedar Blvd,555-7890,2022-01-18 +2006,Eva Wilson,303 Birch St,555-2345,2020-09-05 +2007,Frank Miller,404 Spruce Ave,555-6789,2017-06-12 +2008,Grace Lee,505 Willow Dr,555-0123,2021-12-25 +2009,Henry Taylor,606 Elm St,555-4567,2019-04-17 +2010,Isla Anderson,707 Ash Ln,555-8901,2023-02-14 \ No newline at end of file diff --git a/shellops/assets/ShellOps_79296bb80f/init/books.csv b/shellops/assets/ShellOps_79296bb80f/init/books.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c976826c67125661494cc0bb6fc9b90b3401c4b --- /dev/null +++ b/shellops/assets/ShellOps_79296bb80f/init/books.csv @@ -0,0 +1,21 @@ +id,title,author,genre,publication_year +101,The Great Gatsby,F. Scott Fitzgerald,Fiction,1925 +102,Principles of Biology,John Smith,Science,2010 +103,To Kill a Mockingbird,Harper Lee,Fiction,1960 +104,The Elements of Style,William Strunk Jr.,Reference,1959 +105,The Origin of Species,Charles Darwin,Science,1859 +106,The Art of Computer Programming,Donald Knuth,Technology,1968 +107,The Catcher in the Rye,J.D. Salinger,Fiction,1951 +108,The Selfish Gene,Richard Dawkins,Science,1976 +109,The Road,A Cormac McCarthy,Fiction,2006 +110,The Hitchhiker's Guide to the Galaxy,Douglas Adams,Science Fiction,1979 +111,The Federalist Papers,Alexander Hamilton,History,1788 +112,The Iliad,Homer,Classics,750 BC +113,The Odyssey,Homer,Classics,725 BC +114,The Republic,Plato,Philosophy,375 BC +115,The Prince,Niccolò Machiavelli,History,1513 +116,The Wealth of Nations,Adam Smith,Economics,1776 +117,The Communist Manifesto,Karl Marx,Politics,1848 +118,The Constitution of the United States,Founding Fathers,History,1787 +119,The Declaration of Independence,Thomas Jefferson,History,1776 +120,The Bill of Rights,James Madison,History,1791 \ No newline at end of file diff --git a/shellops/assets/ShellOps_79296bb80f/init/patrons.csv b/shellops/assets/ShellOps_79296bb80f/init/patrons.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee21049ba53d969bfc738e2d5c0253e0bd698584 --- /dev/null +++ b/shellops/assets/ShellOps_79296bb80f/init/patrons.csv @@ -0,0 +1,11 @@ +card_number,name,address,phone,registration_date +2001,John Doe,123 Main St,555-1234,2020-05-15 +2002,Jane Smith,456 Oak Ave,555-5678,2019-08-22 +2003,Bob Johnson,789 Pine Rd,555-9012,2021-03-10 +2004,Alice Brown,101 Maple Ln,555-3456,2018-11-30 +2005,Charlie Davis,202 Cedar Blvd,555-7890,2022-01-18 +2006,Eva Wilson,303 Birch St,555-2345,2020-09-05 +2007,Frank Miller,404 Spruce Ave,555-6789,2017-06-12 +2008,Grace Lee,505 Willow Dr,555-0123,2021-12-25 +2009,Henry Taylor,606 Elm St,555-4567,2019-04-17 +2010,Isla Anderson,707 Ash Ln,555-8901,2023-02-14 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7935595b0c/gold/baseline.json b/shellops/assets/ShellOps_7935595b0c/gold/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..13fc44a0819741883967e79d86a9d32aab0a8f39 --- /dev/null +++ b/shellops/assets/ShellOps_7935595b0c/gold/baseline.json @@ -0,0 +1,9 @@ +{ + "approved_modules": [ + "mod_alpha", + "mod_beta", + "mod_gamma", + "mod_delta", + "mod_epsilon" + ] +} diff --git a/shellops/assets/ShellOps_7935595b0c/gold/unapproved_modules.txt b/shellops/assets/ShellOps_7935595b0c/gold/unapproved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..dccc239dbdc97e46d6b430f1d9071d29697c7552 --- /dev/null +++ b/shellops/assets/ShellOps_7935595b0c/gold/unapproved_modules.txt @@ -0,0 +1,2 @@ +mod_theta +mod_zeta diff --git a/shellops/assets/ShellOps_7935595b0c/init/baseline.json b/shellops/assets/ShellOps_7935595b0c/init/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..13fc44a0819741883967e79d86a9d32aab0a8f39 --- /dev/null +++ b/shellops/assets/ShellOps_7935595b0c/init/baseline.json @@ -0,0 +1,9 @@ +{ + "approved_modules": [ + "mod_alpha", + "mod_beta", + "mod_gamma", + "mod_delta", + "mod_epsilon" + ] +} diff --git a/shellops/assets/ShellOps_796cae095a/gold/active_devices.xml b/shellops/assets/ShellOps_796cae095a/gold/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..f53e62bd36c381b20c79f6a5420e476e790e51fd --- /dev/null +++ b/shellops/assets/ShellOps_796cae095a/gold/active_devices.xml @@ -0,0 +1,16 @@ + + + fw-7.2.1 + active + + + fw-6.5.3 + + + fw-7.2.1 + + + fw-8.0.0-beta + testing + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_796cae095a/gold/approved_versions.txt b/shellops/assets/ShellOps_796cae095a/gold/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..342bcb79fdd817edd624260bed9b6d2705fec9ce --- /dev/null +++ b/shellops/assets/ShellOps_796cae095a/gold/approved_versions.txt @@ -0,0 +1,4 @@ +fw-7.2.1 +fw-6.5.3 +fw-5.1.0 +fw-4.9.2 diff --git a/shellops/assets/ShellOps_796cae095a/gold/results/missing_fw.txt b/shellops/assets/ShellOps_796cae095a/gold/results/missing_fw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b65bab0b04df0fe79c409aee31b7ce03a457f1a0 --- /dev/null +++ b/shellops/assets/ShellOps_796cae095a/gold/results/missing_fw.txt @@ -0,0 +1 @@ +fw-8.0.0-beta diff --git a/shellops/assets/ShellOps_796cae095a/init/active_devices.xml b/shellops/assets/ShellOps_796cae095a/init/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..f53e62bd36c381b20c79f6a5420e476e790e51fd --- /dev/null +++ b/shellops/assets/ShellOps_796cae095a/init/active_devices.xml @@ -0,0 +1,16 @@ + + + fw-7.2.1 + active + + + fw-6.5.3 + + + fw-7.2.1 + + + fw-8.0.0-beta + testing + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_796cae095a/init/approved_versions.txt b/shellops/assets/ShellOps_796cae095a/init/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..342bcb79fdd817edd624260bed9b6d2705fec9ce --- /dev/null +++ b/shellops/assets/ShellOps_796cae095a/init/approved_versions.txt @@ -0,0 +1,4 @@ +fw-7.2.1 +fw-6.5.3 +fw-5.1.0 +fw-4.9.2 diff --git a/shellops/assets/ShellOps_797060e491/gold/inventory/parts_a.pem b/shellops/assets/ShellOps_797060e491/gold/inventory/parts_a.pem new file mode 100644 index 0000000000000000000000000000000000000000..4c6f01863ece1dbfccf3331eeb1b917491ac7a38 --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/gold/inventory/parts_a.pem @@ -0,0 +1,3 @@ +Device123 +DID:DEV0001 +Serial:ABC123 diff --git a/shellops/assets/ShellOps_797060e491/gold/inventory/parts_b.pem b/shellops/assets/ShellOps_797060e491/gold/inventory/parts_b.pem new file mode 100644 index 0000000000000000000000000000000000000000..3bd57356d0afb69769ad59dcd2e06ac55297f143 --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/gold/inventory/parts_b.pem @@ -0,0 +1,2 @@ +DID:DEV0002 +Specs:High diff --git a/shellops/assets/ShellOps_797060e491/gold/reports/.keep b/shellops/assets/ShellOps_797060e491/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_797060e491/gold/reports/missing_devices.tsv b/shellops/assets/ShellOps_797060e491/gold/reports/missing_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5b86be3d0a6e000cf60014ab7ba050553cf3450f --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/gold/reports/missing_devices.tsv @@ -0,0 +1 @@ +DEV0002 diff --git a/shellops/assets/ShellOps_797060e491/gold/vendor_catalog.tsv b/shellops/assets/ShellOps_797060e491/gold/vendor_catalog.tsv new file mode 100644 index 0000000000000000000000000000000000000000..55808035775c4bfe3ee949fe210499159cdb0194 --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/gold/vendor_catalog.tsv @@ -0,0 +1,2 @@ +DEV0001 Active +DEV0003 Inactive diff --git a/shellops/assets/ShellOps_797060e491/init/inventory/parts_a.pem b/shellops/assets/ShellOps_797060e491/init/inventory/parts_a.pem new file mode 100644 index 0000000000000000000000000000000000000000..4c6f01863ece1dbfccf3331eeb1b917491ac7a38 --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/init/inventory/parts_a.pem @@ -0,0 +1,3 @@ +Device123 +DID:DEV0001 +Serial:ABC123 diff --git a/shellops/assets/ShellOps_797060e491/init/inventory/parts_b.pem b/shellops/assets/ShellOps_797060e491/init/inventory/parts_b.pem new file mode 100644 index 0000000000000000000000000000000000000000..3bd57356d0afb69769ad59dcd2e06ac55297f143 --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/init/inventory/parts_b.pem @@ -0,0 +1,2 @@ +DID:DEV0002 +Specs:High diff --git a/shellops/assets/ShellOps_797060e491/init/reports/.keep b/shellops/assets/ShellOps_797060e491/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_797060e491/init/vendor_catalog.tsv b/shellops/assets/ShellOps_797060e491/init/vendor_catalog.tsv new file mode 100644 index 0000000000000000000000000000000000000000..55808035775c4bfe3ee949fe210499159cdb0194 --- /dev/null +++ b/shellops/assets/ShellOps_797060e491/init/vendor_catalog.tsv @@ -0,0 +1,2 @@ +DEV0001 Active +DEV0003 Inactive diff --git a/shellops/assets/ShellOps_798dd22c7a/gold/baseline/approved_serial_numbers.txt b/shellops/assets/ShellOps_798dd22c7a/gold/baseline/approved_serial_numbers.txt new file mode 100644 index 0000000000000000000000000000000000000000..856647873b236b194293961090b42d5ff97a68ed --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/gold/baseline/approved_serial_numbers.txt @@ -0,0 +1,5 @@ +SN-1001 +SN-1003 +SN-1005 +# SN-9999 retired +SN-1007 diff --git a/shellops/assets/ShellOps_798dd22c7a/gold/notes/archive.md b/shellops/assets/ShellOps_798dd22c7a/gold/notes/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..c54bc70604d50b444c0be114277d8f3ea4574bbb --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/gold/notes/archive.md @@ -0,0 +1,2 @@ +# Old notes +Ignore this file for the task. diff --git a/shellops/assets/ShellOps_798dd22c7a/gold/reports/unapproved_devices.tsv b/shellops/assets/ShellOps_798dd22c7a/gold/reports/unapproved_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..36d1e26b8c4ee5bb3664a86c3481c97eae42288d --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/gold/reports/unapproved_devices.tsv @@ -0,0 +1,3 @@ +SN-1002 active +SN-1004 active +SN-1006 active diff --git a/shellops/assets/ShellOps_798dd22c7a/gold/runtime/devices.xml b/shellops/assets/ShellOps_798dd22c7a/gold/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d1aced8f55581f19dc7bf10f9bd565bc1607ab5e --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/gold/runtime/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_798dd22c7a/init/baseline/approved_serial_numbers.txt b/shellops/assets/ShellOps_798dd22c7a/init/baseline/approved_serial_numbers.txt new file mode 100644 index 0000000000000000000000000000000000000000..856647873b236b194293961090b42d5ff97a68ed --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/init/baseline/approved_serial_numbers.txt @@ -0,0 +1,5 @@ +SN-1001 +SN-1003 +SN-1005 +# SN-9999 retired +SN-1007 diff --git a/shellops/assets/ShellOps_798dd22c7a/init/notes/archive.md b/shellops/assets/ShellOps_798dd22c7a/init/notes/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..c54bc70604d50b444c0be114277d8f3ea4574bbb --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/init/notes/archive.md @@ -0,0 +1,2 @@ +# Old notes +Ignore this file for the task. diff --git a/shellops/assets/ShellOps_798dd22c7a/init/runtime/devices.xml b/shellops/assets/ShellOps_798dd22c7a/init/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d1aced8f55581f19dc7bf10f9bd565bc1607ab5e --- /dev/null +++ b/shellops/assets/ShellOps_798dd22c7a/init/runtime/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_79ac70805b/gold/average_transactions.tsv b/shellops/assets/ShellOps_79ac70805b/gold/average_transactions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2c9b3ae3f25e525787e0caa6c97806683217ddbe --- /dev/null +++ b/shellops/assets/ShellOps_79ac70805b/gold/average_transactions.tsv @@ -0,0 +1,3 @@ +101 3 60.07 +103 5 68.45 +105 3 47.41 diff --git a/shellops/assets/ShellOps_79ac70805b/gold/latest_transactions.csv b/shellops/assets/ShellOps_79ac70805b/gold/latest_transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..740cc0c1d4662c68786cde97af366f751576d699 --- /dev/null +++ b/shellops/assets/ShellOps_79ac70805b/gold/latest_transactions.csv @@ -0,0 +1,15 @@ +customer_id,amount,timestamp +101,52.45,2024-03-01T14:22 +102,29.99,2024-03-01T15:01 +103,78.00,2024-03-01T15:23 +101,47.50,2024-03-02T09:11 +103,12.50,2024-03-03T10:45 +102,67.32,2024-03-04T12:05 +103,65.00,2024-03-05T16:17 +104,125.00,2024-03-05T16:57 +101,80.25,2024-03-06T18:03 +103,36.75,2024-03-07T21:44 +103,150.00,2024-03-07T21:45 +105,42.33,2024-03-08T11:30 +105,48.67,2024-03-08T11:31 +105,51.22,2024-03-08T11:32 \ No newline at end of file diff --git a/shellops/assets/ShellOps_79ac70805b/init/average_transactions.tsv b/shellops/assets/ShellOps_79ac70805b/init/average_transactions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_79ac70805b/init/latest_transactions.csv b/shellops/assets/ShellOps_79ac70805b/init/latest_transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..740cc0c1d4662c68786cde97af366f751576d699 --- /dev/null +++ b/shellops/assets/ShellOps_79ac70805b/init/latest_transactions.csv @@ -0,0 +1,15 @@ +customer_id,amount,timestamp +101,52.45,2024-03-01T14:22 +102,29.99,2024-03-01T15:01 +103,78.00,2024-03-01T15:23 +101,47.50,2024-03-02T09:11 +103,12.50,2024-03-03T10:45 +102,67.32,2024-03-04T12:05 +103,65.00,2024-03-05T16:17 +104,125.00,2024-03-05T16:57 +101,80.25,2024-03-06T18:03 +103,36.75,2024-03-07T21:44 +103,150.00,2024-03-07T21:45 +105,42.33,2024-03-08T11:30 +105,48.67,2024-03-08T11:31 +105,51.22,2024-03-08T11:32 \ No newline at end of file diff --git a/shellops/assets/ShellOps_79b8ec484b/gold/config/security/blocked_ips.conf b/shellops/assets/ShellOps_79b8ec484b/gold/config/security/blocked_ips.conf new file mode 100644 index 0000000000000000000000000000000000000000..bd4feb5b8b77ae21a9f91f3b3dbb3aa6288108e8 --- /dev/null +++ b/shellops/assets/ShellOps_79b8ec484b/gold/config/security/blocked_ips.conf @@ -0,0 +1,2 @@ +172.16.254.3 +10.0.0.5 diff --git a/shellops/assets/ShellOps_79b8ec484b/gold/pending_ips.txt b/shellops/assets/ShellOps_79b8ec484b/gold/pending_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..95b5900c71859e762bf56e13007bbb69a47cf9a8 --- /dev/null +++ b/shellops/assets/ShellOps_79b8ec484b/gold/pending_ips.txt @@ -0,0 +1 @@ +192.168.1.100 diff --git a/shellops/assets/ShellOps_79b8ec484b/init/config/security/blocked_ips.conf b/shellops/assets/ShellOps_79b8ec484b/init/config/security/blocked_ips.conf new file mode 100644 index 0000000000000000000000000000000000000000..bd4feb5b8b77ae21a9f91f3b3dbb3aa6288108e8 --- /dev/null +++ b/shellops/assets/ShellOps_79b8ec484b/init/config/security/blocked_ips.conf @@ -0,0 +1,2 @@ +172.16.254.3 +10.0.0.5 diff --git a/shellops/assets/ShellOps_79c6a66460/gold/active_inventory.xml b/shellops/assets/ShellOps_79c6a66460/gold/active_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..06edf8552e78063b7cca4b0d1a0f2f8d7d59d124 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/gold/active_inventory.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_79c6a66460/gold/inventory/placeholder.keep b/shellops/assets/ShellOps_79c6a66460/gold/inventory/placeholder.keep new file mode 100644 index 0000000000000000000000000000000000000000..e818c0511b5c876272299ea0e7b687bcf2f28f05 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/gold/inventory/placeholder.keep @@ -0,0 +1 @@ +# Placeholder file to maintain directory structure \ No newline at end of file diff --git a/shellops/assets/ShellOps_79c6a66460/gold/inventory/report_gaps.txt b/shellops/assets/ShellOps_79c6a66460/gold/inventory/report_gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd1af44596fec412b94b39f1cac0a30de9d8cf78 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/gold/inventory/report_gaps.txt @@ -0,0 +1,3 @@ +2990X +7739B +8855C diff --git a/shellops/assets/ShellOps_79c6a66460/gold/upkeep_202405.txt b/shellops/assets/ShellOps_79c6a66460/gold/upkeep_202405.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da1811c2c913addf750041183a0f52099dfca75 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/gold/upkeep_202405.txt @@ -0,0 +1 @@ +2024-05-01: Serviced Part No: 4428A (replaced capacitor)\n2024-05-03: Checked Part No: 7739B, found no issues\n2024-05-05: Ordered Part No: 8855C for next upgrade\n2024-05-07: Repaired Part No: 2990X (legacy unit)\n2024-05-10: Inspected Part No: 1155D, requires calibration \ No newline at end of file diff --git a/shellops/assets/ShellOps_79c6a66460/init/active_inventory.xml b/shellops/assets/ShellOps_79c6a66460/init/active_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..06edf8552e78063b7cca4b0d1a0f2f8d7d59d124 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/init/active_inventory.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_79c6a66460/init/inventory/placeholder.keep b/shellops/assets/ShellOps_79c6a66460/init/inventory/placeholder.keep new file mode 100644 index 0000000000000000000000000000000000000000..e818c0511b5c876272299ea0e7b687bcf2f28f05 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/init/inventory/placeholder.keep @@ -0,0 +1 @@ +# Placeholder file to maintain directory structure \ No newline at end of file diff --git a/shellops/assets/ShellOps_79c6a66460/init/upkeep_202405.txt b/shellops/assets/ShellOps_79c6a66460/init/upkeep_202405.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da1811c2c913addf750041183a0f52099dfca75 --- /dev/null +++ b/shellops/assets/ShellOps_79c6a66460/init/upkeep_202405.txt @@ -0,0 +1 @@ +2024-05-01: Serviced Part No: 4428A (replaced capacitor)\n2024-05-03: Checked Part No: 7739B, found no issues\n2024-05-05: Ordered Part No: 8855C for next upgrade\n2024-05-07: Repaired Part No: 2990X (legacy unit)\n2024-05-10: Inspected Part No: 1155D, requires calibration \ No newline at end of file diff --git a/shellops/assets/ShellOps_79c8b96c05/gold/src/.keep b/shellops/assets/ShellOps_79c8b96c05/gold/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_79c8b96c05/gold/src/analyzer.cpp b/shellops/assets/ShellOps_79c8b96c05/gold/src/analyzer.cpp new file mode 100644 index 0000000000000000000000000000000000000000..fdd1fde02d3843f604ed0c69e034a3ce03e95424 --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/gold/src/analyzer.cpp @@ -0,0 +1,7 @@ +#include + +void analyze() { + std::vector counts; + // missing algorithm include; uses push_back only + counts.push_back(10); +} diff --git a/shellops/assets/ShellOps_79c8b96c05/gold/src/data_processor.cpp b/shellops/assets/ShellOps_79c8b96c05/gold/src/data_processor.cpp new file mode 100644 index 0000000000000000000000000000000000000000..49f94a8da8de235a4d6d477db2edd6f79a646f3c --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/gold/src/data_processor.cpp @@ -0,0 +1,7 @@ +#include +#include +#include + +void process_data(std::vector& data) { + std::sort(data.begin(), data.end()); +} diff --git a/shellops/assets/ShellOps_79c8b96c05/gold/src/math_utils.cpp b/shellops/assets/ShellOps_79c8b96c05/gold/src/math_utils.cpp new file mode 100644 index 0000000000000000000000000000000000000000..2d06f52c4713659f2162eb0077b77ca3f5f21c34 --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/gold/src/math_utils.cpp @@ -0,0 +1,7 @@ +#include +#include + +void sort_vector(std::vector& v) { + // missing algorithm include + std::sort(v.begin(), v.end()); +} diff --git a/shellops/assets/ShellOps_79c8b96c05/gold/src/solver.cpp b/shellops/assets/ShellOps_79c8b96c05/gold/src/solver.cpp new file mode 100644 index 0000000000000000000000000000000000000000..5c486c8e2e9a8a59ed00c0d2d2ac9dcec6e24795 --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/gold/src/solver.cpp @@ -0,0 +1,7 @@ +#include +#include + +void solve() { + std::vector coefs{1.2, 3.4, 5.6}; + // no algorithm used +} diff --git a/shellops/assets/ShellOps_79c8b96c05/init/src/.keep b/shellops/assets/ShellOps_79c8b96c05/init/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_79c8b96c05/init/src/analyzer.cpp b/shellops/assets/ShellOps_79c8b96c05/init/src/analyzer.cpp new file mode 100644 index 0000000000000000000000000000000000000000..fdd1fde02d3843f604ed0c69e034a3ce03e95424 --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/init/src/analyzer.cpp @@ -0,0 +1,7 @@ +#include + +void analyze() { + std::vector counts; + // missing algorithm include; uses push_back only + counts.push_back(10); +} diff --git a/shellops/assets/ShellOps_79c8b96c05/init/src/data_processor.cpp b/shellops/assets/ShellOps_79c8b96c05/init/src/data_processor.cpp new file mode 100644 index 0000000000000000000000000000000000000000..49f94a8da8de235a4d6d477db2edd6f79a646f3c --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/init/src/data_processor.cpp @@ -0,0 +1,7 @@ +#include +#include +#include + +void process_data(std::vector& data) { + std::sort(data.begin(), data.end()); +} diff --git a/shellops/assets/ShellOps_79c8b96c05/init/src/math_utils.cpp b/shellops/assets/ShellOps_79c8b96c05/init/src/math_utils.cpp new file mode 100644 index 0000000000000000000000000000000000000000..2d06f52c4713659f2162eb0077b77ca3f5f21c34 --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/init/src/math_utils.cpp @@ -0,0 +1,7 @@ +#include +#include + +void sort_vector(std::vector& v) { + // missing algorithm include + std::sort(v.begin(), v.end()); +} diff --git a/shellops/assets/ShellOps_79c8b96c05/init/src/solver.cpp b/shellops/assets/ShellOps_79c8b96c05/init/src/solver.cpp new file mode 100644 index 0000000000000000000000000000000000000000..5c486c8e2e9a8a59ed00c0d2d2ac9dcec6e24795 --- /dev/null +++ b/shellops/assets/ShellOps_79c8b96c05/init/src/solver.cpp @@ -0,0 +1,7 @@ +#include +#include + +void solve() { + std::vector coefs{1.2, 3.4, 5.6}; + // no algorithm used +} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/outdoor_inactive_devices.txt b/shellops/assets/ShellOps_7a9331e7ea/gold/outdoor_inactive_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d3542d0ae2cbd91e685a34c085f1b905ceceb79 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/outdoor_inactive_devices.txt @@ -0,0 +1,3 @@ +dev_002 +dev_004 +dev_006 diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_001.json b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_001.json new file mode 100644 index 0000000000000000000000000000000000000000..b4196ab229eb519ff73bc934a7201351d1d3591b --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_001.json @@ -0,0 +1 @@ +{"device_id": "dev_001", "location": "indoor", "status": "active"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_002.json b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_002.json new file mode 100644 index 0000000000000000000000000000000000000000..0b9facd08fd7d3e71b8c1583ad790f93875142f4 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_002.json @@ -0,0 +1 @@ +{"device_id": "dev_002", "location": "outdoor", "status": "standby"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_003.json b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_003.json new file mode 100644 index 0000000000000000000000000000000000000000..14a64ffaa8a30b6c32849d4b7273a1abf2157821 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_003.json @@ -0,0 +1 @@ +{"device_id": "dev_003", "location": "outdoor", "status": "active"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_004.json b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_004.json new file mode 100644 index 0000000000000000000000000000000000000000..2262dad81cc9090de3eb5a3f018d152b29c22aed --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_004.json @@ -0,0 +1 @@ +{"device_id": "dev_004", "location": "outdoor", "status": "offline"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_005.json b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_005.json new file mode 100644 index 0000000000000000000000000000000000000000..8861c0d751c193b560870847624ad9cd467737a0 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_005.json @@ -0,0 +1 @@ +{"device_id": "dev_005", "location": "indoor", "status": "standby"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_006.json b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_006.json new file mode 100644 index 0000000000000000000000000000000000000000..f977d744596b36f014f411b44ef1479093f58e39 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/device_006.json @@ -0,0 +1 @@ +{"device_id": "dev_006", "location": "outdoor", "status": "maintenance"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/unrelated_notes.md b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/unrelated_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..557f05fe81bd28a787ae84c0b95ddb0ab347a21f --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/gold/telemetry/unrelated_notes.md @@ -0,0 +1,2 @@ +# Telemetry Notes +Some general observations about device behavior. diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_001.json b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_001.json new file mode 100644 index 0000000000000000000000000000000000000000..b4196ab229eb519ff73bc934a7201351d1d3591b --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_001.json @@ -0,0 +1 @@ +{"device_id": "dev_001", "location": "indoor", "status": "active"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_002.json b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_002.json new file mode 100644 index 0000000000000000000000000000000000000000..0b9facd08fd7d3e71b8c1583ad790f93875142f4 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_002.json @@ -0,0 +1 @@ +{"device_id": "dev_002", "location": "outdoor", "status": "standby"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_003.json b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_003.json new file mode 100644 index 0000000000000000000000000000000000000000..14a64ffaa8a30b6c32849d4b7273a1abf2157821 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_003.json @@ -0,0 +1 @@ +{"device_id": "dev_003", "location": "outdoor", "status": "active"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_004.json b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_004.json new file mode 100644 index 0000000000000000000000000000000000000000..2262dad81cc9090de3eb5a3f018d152b29c22aed --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_004.json @@ -0,0 +1 @@ +{"device_id": "dev_004", "location": "outdoor", "status": "offline"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_005.json b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_005.json new file mode 100644 index 0000000000000000000000000000000000000000..8861c0d751c193b560870847624ad9cd467737a0 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_005.json @@ -0,0 +1 @@ +{"device_id": "dev_005", "location": "indoor", "status": "standby"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_006.json b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_006.json new file mode 100644 index 0000000000000000000000000000000000000000..f977d744596b36f014f411b44ef1479093f58e39 --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/device_006.json @@ -0,0 +1 @@ +{"device_id": "dev_006", "location": "outdoor", "status": "maintenance"} diff --git a/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/unrelated_notes.md b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/unrelated_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..557f05fe81bd28a787ae84c0b95ddb0ab347a21f --- /dev/null +++ b/shellops/assets/ShellOps_7a9331e7ea/init/telemetry/unrelated_notes.md @@ -0,0 +1,2 @@ +# Telemetry Notes +Some general observations about device behavior. diff --git a/shellops/assets/ShellOps_7ac09b5043/gold/error_counts.tsv b/shellops/assets/ShellOps_7ac09b5043/gold/error_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..423ccf061e2c0b4ba442c68f15a68a65047564da --- /dev/null +++ b/shellops/assets/ShellOps_7ac09b5043/gold/error_counts.tsv @@ -0,0 +1,3 @@ +403 1 +404 1 +500 2 diff --git a/shellops/assets/ShellOps_7ac09b5043/init/.tmp/keep b/shellops/assets/ShellOps_7ac09b5043/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7add7f28b7/gold/config/app.json b/shellops/assets/ShellOps_7add7f28b7/gold/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..8e13abe11405ccb6f0215512c024141fa3b565f9 --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/gold/config/app.json @@ -0,0 +1,8 @@ +{ + "name": "web-app", + "env": { + "PORT": "8080", + "DEBUG": "true", + "SECRET_KEY": "abc123" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7add7f28b7/gold/config/cache.json b/shellops/assets/ShellOps_7add7f28b7/gold/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..dded5bf88687dc8c8ad332acb850e85ac25645fb --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/gold/config/cache.json @@ -0,0 +1,7 @@ +{ + "name": "redis-cache", + "env": { + "CACHE_TTL": "3600", + "REDIS_URL": "redis://localhost:6379" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7add7f28b7/gold/config/db.json b/shellops/assets/ShellOps_7add7f28b7/gold/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..ff94033820c09a79f4dcb9603706cd68521c3001 --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/gold/config/db.json @@ -0,0 +1,9 @@ +{ + "name": "database", + "env": { + "DB_HOST": "localhost", + "DB_PORT": "5432", + "DB_USER": "admin", + "DB_PASSWORD": "pass" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7add7f28b7/gold/env_vars.txt b/shellops/assets/ShellOps_7add7f28b7/gold/env_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..de794dc74bff585ff151bd1b4f790d32ef4f82aa --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/gold/env_vars.txt @@ -0,0 +1,9 @@ +CACHE_TTL +DB_HOST +DB_PASSWORD +DB_PORT +DB_USER +DEBUG +PORT +REDIS_URL +SECRET_KEY diff --git a/shellops/assets/ShellOps_7add7f28b7/init/config/app.json b/shellops/assets/ShellOps_7add7f28b7/init/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..8e13abe11405ccb6f0215512c024141fa3b565f9 --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/init/config/app.json @@ -0,0 +1,8 @@ +{ + "name": "web-app", + "env": { + "PORT": "8080", + "DEBUG": "true", + "SECRET_KEY": "abc123" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7add7f28b7/init/config/cache.json b/shellops/assets/ShellOps_7add7f28b7/init/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..dded5bf88687dc8c8ad332acb850e85ac25645fb --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/init/config/cache.json @@ -0,0 +1,7 @@ +{ + "name": "redis-cache", + "env": { + "CACHE_TTL": "3600", + "REDIS_URL": "redis://localhost:6379" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7add7f28b7/init/config/db.json b/shellops/assets/ShellOps_7add7f28b7/init/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..ff94033820c09a79f4dcb9603706cd68521c3001 --- /dev/null +++ b/shellops/assets/ShellOps_7add7f28b7/init/config/db.json @@ -0,0 +1,9 @@ +{ + "name": "database", + "env": { + "DB_HOST": "localhost", + "DB_PORT": "5432", + "DB_USER": "admin", + "DB_PASSWORD": "pass" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b1399913d/gold/hosts.xml b/shellops/assets/ShellOps_7b1399913d/gold/hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..d2125adbd0ef81b5f61308e974033e5592674195 --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/gold/hosts.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_7b1399913d/gold/remediate_subnets.txt b/shellops/assets/ShellOps_7b1399913d/gold/remediate_subnets.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e2debc522e9b778578a39aeea3bad2e20fa3d1b --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/gold/remediate_subnets.txt @@ -0,0 +1,3 @@ +10.0.5.0/24 +10.128.0.0/16 +172.16.20.0/22 diff --git a/shellops/assets/ShellOps_7b1399913d/gold/revoked_networks.txt b/shellops/assets/ShellOps_7b1399913d/gold/revoked_networks.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ca873a4139b64dc916caa68865655ad248f322c --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/gold/revoked_networks.txt @@ -0,0 +1,6 @@ +# Networks with revoked or expired TLS certs that require immediate remediation. +10.128.0.0/16 +10.0.5.0/24 +172.16.20.0/22 +# The following subnet overlaps but is not in the manifest: +203.0.113.0/28 diff --git a/shellops/assets/ShellOps_7b1399913d/gold/tls_manifest.xml b/shellops/assets/ShellOps_7b1399913d/gold/tls_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..26007da2420c17a62fb69308989de3a4d5a8f3b1 --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/gold/tls_manifest.xml @@ -0,0 +1,23 @@ + + + + 2025-01-01/2026-01-01 + + 10.128.0.0/16 + 192.168.100.0/24 + + + + 2024-09-01/2025-03-01 + + 172.16.20.0/22 + + + + 2023-11-01/2024-11-01 + + 10.0.5.0/24 + 192.168.100.0/24 + + + diff --git a/shellops/assets/ShellOps_7b1399913d/init/hosts.xml b/shellops/assets/ShellOps_7b1399913d/init/hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..d2125adbd0ef81b5f61308e974033e5592674195 --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/init/hosts.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_7b1399913d/init/revoked_networks.txt b/shellops/assets/ShellOps_7b1399913d/init/revoked_networks.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ca873a4139b64dc916caa68865655ad248f322c --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/init/revoked_networks.txt @@ -0,0 +1,6 @@ +# Networks with revoked or expired TLS certs that require immediate remediation. +10.128.0.0/16 +10.0.5.0/24 +172.16.20.0/22 +# The following subnet overlaps but is not in the manifest: +203.0.113.0/28 diff --git a/shellops/assets/ShellOps_7b1399913d/init/tls_manifest.xml b/shellops/assets/ShellOps_7b1399913d/init/tls_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..26007da2420c17a62fb69308989de3a4d5a8f3b1 --- /dev/null +++ b/shellops/assets/ShellOps_7b1399913d/init/tls_manifest.xml @@ -0,0 +1,23 @@ + + + + 2025-01-01/2026-01-01 + + 10.128.0.0/16 + 192.168.100.0/24 + + + + 2024-09-01/2025-03-01 + + 172.16.20.0/22 + + + + 2023-11-01/2024-11-01 + + 10.0.5.0/24 + 192.168.100.0/24 + + + diff --git a/shellops/assets/ShellOps_7b56e77778/gold/connections.log b/shellops/assets/ShellOps_7b56e77778/gold/connections.log new file mode 100644 index 0000000000000000000000000000000000000000..a1d5f2b99946e3f198b643c7a232ecb809af3584 --- /dev/null +++ b/shellops/assets/ShellOps_7b56e77778/gold/connections.log @@ -0,0 +1,4 @@ +2024-04-18 09:30:45 [CONNECT] device_id=DX-4782 src_ip=192.168.3.11 +2024-04-18 09:32:15 [CONNECT] device_id=DX-4782 src_ip=192.168.3.11 +2024-04-18 10:15:22 [CONNECT] device_id=DX-2054 src_ip=192.168.3.11 +2024-04-18 11:01:57 [CONNECT] device_id=DX-9006 src_ip=172.16.17.32 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b56e77778/gold/devices_registry.tsv b/shellops/assets/ShellOps_7b56e77778/gold/devices_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7485629ad67ba8e208806526ccefac4b4827a898 --- /dev/null +++ b/shellops/assets/ShellOps_7b56e77778/gold/devices_registry.tsv @@ -0,0 +1,5 @@ +device_id zone +DX-4782 North +DX-8391 South +DX-2054 East +DX-9006 West \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b56e77778/gold/missing_devices.tsv b/shellops/assets/ShellOps_7b56e77778/gold/missing_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a61b34d810f5a645116cbafcf1d72a87b0c71c8d --- /dev/null +++ b/shellops/assets/ShellOps_7b56e77778/gold/missing_devices.tsv @@ -0,0 +1 @@ +DX-8391 South diff --git a/shellops/assets/ShellOps_7b56e77778/init/connections.log b/shellops/assets/ShellOps_7b56e77778/init/connections.log new file mode 100644 index 0000000000000000000000000000000000000000..a1d5f2b99946e3f198b643c7a232ecb809af3584 --- /dev/null +++ b/shellops/assets/ShellOps_7b56e77778/init/connections.log @@ -0,0 +1,4 @@ +2024-04-18 09:30:45 [CONNECT] device_id=DX-4782 src_ip=192.168.3.11 +2024-04-18 09:32:15 [CONNECT] device_id=DX-4782 src_ip=192.168.3.11 +2024-04-18 10:15:22 [CONNECT] device_id=DX-2054 src_ip=192.168.3.11 +2024-04-18 11:01:57 [CONNECT] device_id=DX-9006 src_ip=172.16.17.32 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b56e77778/init/devices_registry.tsv b/shellops/assets/ShellOps_7b56e77778/init/devices_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7485629ad67ba8e208806526ccefac4b4827a898 --- /dev/null +++ b/shellops/assets/ShellOps_7b56e77778/init/devices_registry.tsv @@ -0,0 +1,5 @@ +device_id zone +DX-4782 North +DX-8391 South +DX-2054 East +DX-9006 West \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b7509a798/gold/cleaned_hosts.out b/shellops/assets/ShellOps_7b7509a798/gold/cleaned_hosts.out new file mode 100644 index 0000000000000000000000000000000000000000..4c50c98171eca7e4d7214422e4e062b3a687ceea --- /dev/null +++ b/shellops/assets/ShellOps_7b7509a798/gold/cleaned_hosts.out @@ -0,0 +1,3 @@ +db1.example.com +db2.example.com +db3.example.com diff --git a/shellops/assets/ShellOps_7b7509a798/gold/db_conn.cfg b/shellops/assets/ShellOps_7b7509a798/gold/db_conn.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a840f09e713caf6bd9e27bde24a4ffb7ca099775 --- /dev/null +++ b/shellops/assets/ShellOps_7b7509a798/gold/db_conn.cfg @@ -0,0 +1,11 @@ +[default] +host=db1.example.com +port=5432 + +[replica] +host=db2.example.com +port=5432 + +[archive] +host=db1.example.com +port=5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b7509a798/gold/db_secrets.cfg b/shellops/assets/ShellOps_7b7509a798/gold/db_secrets.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d1e0dce59261faefefaf87631d9479824e87df26 --- /dev/null +++ b/shellops/assets/ShellOps_7b7509a798/gold/db_secrets.cfg @@ -0,0 +1,11 @@ +[production] +host=db1.example.com +password=secret1 + +[staging] +host=db3.example.com +password=secret2 + +[backup] +host=db2.example.com +password=secret3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b7509a798/init/db_conn.cfg b/shellops/assets/ShellOps_7b7509a798/init/db_conn.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a840f09e713caf6bd9e27bde24a4ffb7ca099775 --- /dev/null +++ b/shellops/assets/ShellOps_7b7509a798/init/db_conn.cfg @@ -0,0 +1,11 @@ +[default] +host=db1.example.com +port=5432 + +[replica] +host=db2.example.com +port=5432 + +[archive] +host=db1.example.com +port=5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7b7509a798/init/db_secrets.cfg b/shellops/assets/ShellOps_7b7509a798/init/db_secrets.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d1e0dce59261faefefaf87631d9479824e87df26 --- /dev/null +++ b/shellops/assets/ShellOps_7b7509a798/init/db_secrets.cfg @@ -0,0 +1,11 @@ +[production] +host=db1.example.com +password=secret1 + +[staging] +host=db3.example.com +password=secret2 + +[backup] +host=db2.example.com +password=secret3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7c77f09955/gold/channel_conflicts.md b/shellops/assets/ShellOps_7c77f09955/gold/channel_conflicts.md new file mode 100644 index 0000000000000000000000000000000000000000..b5ce0457911648d5eb98da6e6441c0b6e7cb2a19 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/gold/channel_conflicts.md @@ -0,0 +1,2 @@ +channel=1 +channel=2 diff --git a/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/backstage.cfg b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/backstage.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1652c71e84b6533ee489c3b8cb01180898862574 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/backstage.cfg @@ -0,0 +1,2 @@ +channel=3 +volume=65 diff --git a/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/left_wing.cfg b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/left_wing.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6a097975d7f35f6ca3287496220b7e242cb28004 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/left_wing.cfg @@ -0,0 +1,2 @@ +channel=2 +volume=70 diff --git a/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/lobby.cfg b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/lobby.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c1b58eb4c687a7bb13c9085f96eee3f077d54060 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/lobby.cfg @@ -0,0 +1,2 @@ +channel=2 +volume=60 diff --git a/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/main_hall.cfg b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/main_hall.cfg new file mode 100644 index 0000000000000000000000000000000000000000..eb32eb6a5d3c1e558f2a11169ca50e5a5edbd03a --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/main_hall.cfg @@ -0,0 +1,2 @@ +channel=1 +volume=80 diff --git a/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/right_wing.cfg b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/right_wing.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9471d46f4da18d66bbbe06e7586ad2341d077601 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/gold/sound/configs/right_wing.cfg @@ -0,0 +1,2 @@ +channel=1 +volume=75 diff --git a/shellops/assets/ShellOps_7c77f09955/init/sound/configs/backstage.cfg b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/backstage.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1652c71e84b6533ee489c3b8cb01180898862574 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/backstage.cfg @@ -0,0 +1,2 @@ +channel=3 +volume=65 diff --git a/shellops/assets/ShellOps_7c77f09955/init/sound/configs/left_wing.cfg b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/left_wing.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6a097975d7f35f6ca3287496220b7e242cb28004 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/left_wing.cfg @@ -0,0 +1,2 @@ +channel=2 +volume=70 diff --git a/shellops/assets/ShellOps_7c77f09955/init/sound/configs/lobby.cfg b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/lobby.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c1b58eb4c687a7bb13c9085f96eee3f077d54060 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/lobby.cfg @@ -0,0 +1,2 @@ +channel=2 +volume=60 diff --git a/shellops/assets/ShellOps_7c77f09955/init/sound/configs/main_hall.cfg b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/main_hall.cfg new file mode 100644 index 0000000000000000000000000000000000000000..eb32eb6a5d3c1e558f2a11169ca50e5a5edbd03a --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/main_hall.cfg @@ -0,0 +1,2 @@ +channel=1 +volume=80 diff --git a/shellops/assets/ShellOps_7c77f09955/init/sound/configs/right_wing.cfg b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/right_wing.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9471d46f4da18d66bbbe06e7586ad2341d077601 --- /dev/null +++ b/shellops/assets/ShellOps_7c77f09955/init/sound/configs/right_wing.cfg @@ -0,0 +1,2 @@ +channel=1 +volume=75 diff --git a/shellops/assets/ShellOps_7c9631759e/gold/configs/.keep b/shellops/assets/ShellOps_7c9631759e/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7c9631759e/gold/configs/service_a.yaml b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1349d35e69917075b1f62c05b6a231bd8bb8d70c --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_a.yaml @@ -0,0 +1,3 @@ +api_version: v1 +enable_feature_x: true +max_connections: 100 diff --git a/shellops/assets/ShellOps_7c9631759e/gold/configs/service_b.yaml b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c2c956ad0605c566440048348fdf82aaec7bdadc --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_b.yaml @@ -0,0 +1,2 @@ +api_version: v1 +max_connections: 200 diff --git a/shellops/assets/ShellOps_7c9631759e/gold/configs/service_c.yaml b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5ee43bb7e72f7af8a26d934aa5eab971a37b7d83 --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_c.yaml @@ -0,0 +1,3 @@ +api_version: v1 +enable_feature_x: true +timeout: 30 diff --git a/shellops/assets/ShellOps_7c9631759e/gold/configs/service_d.yaml b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17e2f6377a15e3f9b46bc95b9d147425383bed31 --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/gold/configs/service_d.yaml @@ -0,0 +1,2 @@ +api_version: v1 +max_connections: 150 diff --git a/shellops/assets/ShellOps_7c9631759e/gold/missing_feature_flags.out b/shellops/assets/ShellOps_7c9631759e/gold/missing_feature_flags.out new file mode 100644 index 0000000000000000000000000000000000000000..cb85343b3538732605dfb932b2ff32781c021fa2 --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/gold/missing_feature_flags.out @@ -0,0 +1,2 @@ +configs/service_b.yaml +configs/service_d.yaml diff --git a/shellops/assets/ShellOps_7c9631759e/init/configs/.keep b/shellops/assets/ShellOps_7c9631759e/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7c9631759e/init/configs/service_a.yaml b/shellops/assets/ShellOps_7c9631759e/init/configs/service_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1349d35e69917075b1f62c05b6a231bd8bb8d70c --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/init/configs/service_a.yaml @@ -0,0 +1,3 @@ +api_version: v1 +enable_feature_x: true +max_connections: 100 diff --git a/shellops/assets/ShellOps_7c9631759e/init/configs/service_b.yaml b/shellops/assets/ShellOps_7c9631759e/init/configs/service_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c2c956ad0605c566440048348fdf82aaec7bdadc --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/init/configs/service_b.yaml @@ -0,0 +1,2 @@ +api_version: v1 +max_connections: 200 diff --git a/shellops/assets/ShellOps_7c9631759e/init/configs/service_c.yaml b/shellops/assets/ShellOps_7c9631759e/init/configs/service_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5ee43bb7e72f7af8a26d934aa5eab971a37b7d83 --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/init/configs/service_c.yaml @@ -0,0 +1,3 @@ +api_version: v1 +enable_feature_x: true +timeout: 30 diff --git a/shellops/assets/ShellOps_7c9631759e/init/configs/service_d.yaml b/shellops/assets/ShellOps_7c9631759e/init/configs/service_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17e2f6377a15e3f9b46bc95b9d147425383bed31 --- /dev/null +++ b/shellops/assets/ShellOps_7c9631759e/init/configs/service_d.yaml @@ -0,0 +1,2 @@ +api_version: v1 +max_connections: 150 diff --git a/shellops/assets/ShellOps_7c97e6fb4f/gold/baseline/approved.txt b/shellops/assets/ShellOps_7c97e6fb4f/gold/baseline/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea1263c09cec601750f259543c2c0c070bd578e0 --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/gold/baseline/approved.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +epsilon diff --git a/shellops/assets/ShellOps_7c97e6fb4f/gold/component_status.txt b/shellops/assets/ShellOps_7c97e6fb4f/gold/component_status.txt new file mode 100644 index 0000000000000000000000000000000000000000..c93eedf37356a301ebdbe3170512579bbda1d8a0 --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/gold/component_status.txt @@ -0,0 +1,3 @@ +alpha|enabled +beta|disabled +gamma|enabled diff --git a/shellops/assets/ShellOps_7c97e6fb4f/gold/distractor/notes.md b/shellops/assets/ShellOps_7c97e6fb4f/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..703b2ff8e09893297f0b7aaa33afecdbd1bcc4ca --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/gold/distractor/notes.md @@ -0,0 +1 @@ +Unrelated notes about project structure. diff --git a/shellops/assets/ShellOps_7c97e6fb4f/gold/runtime/components.toml b/shellops/assets/ShellOps_7c97e6fb4f/gold/runtime/components.toml new file mode 100644 index 0000000000000000000000000000000000000000..ee109ac557f8d519f44ab7143d91a3375d190032 --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/gold/runtime/components.toml @@ -0,0 +1,8 @@ +[component.alpha] +status = enabled +[component.beta] +status = disabled +[component.gamma] +status = enabled +[component.delta] +status = enabled diff --git a/shellops/assets/ShellOps_7c97e6fb4f/init/baseline/approved.txt b/shellops/assets/ShellOps_7c97e6fb4f/init/baseline/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea1263c09cec601750f259543c2c0c070bd578e0 --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/init/baseline/approved.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +epsilon diff --git a/shellops/assets/ShellOps_7c97e6fb4f/init/distractor/notes.md b/shellops/assets/ShellOps_7c97e6fb4f/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..703b2ff8e09893297f0b7aaa33afecdbd1bcc4ca --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/init/distractor/notes.md @@ -0,0 +1 @@ +Unrelated notes about project structure. diff --git a/shellops/assets/ShellOps_7c97e6fb4f/init/runtime/components.toml b/shellops/assets/ShellOps_7c97e6fb4f/init/runtime/components.toml new file mode 100644 index 0000000000000000000000000000000000000000..ee109ac557f8d519f44ab7143d91a3375d190032 --- /dev/null +++ b/shellops/assets/ShellOps_7c97e6fb4f/init/runtime/components.toml @@ -0,0 +1,8 @@ +[component.alpha] +status = enabled +[component.beta] +status = disabled +[component.gamma] +status = enabled +[component.delta] +status = enabled diff --git a/shellops/assets/ShellOps_7d24a27a1d/gold/backup/stock_backup.csv b/shellops/assets/ShellOps_7d24a27a1d/gold/backup/stock_backup.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f045aa83351da69aa9d4876eeac0ce35473f3f8 --- /dev/null +++ b/shellops/assets/ShellOps_7d24a27a1d/gold/backup/stock_backup.csv @@ -0,0 +1,5 @@ +SKU,COUNT +A100,7 +B200,4 +LEGACY-X99,100 +E500,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7d24a27a1d/gold/merged_inventory.txt b/shellops/assets/ShellOps_7d24a27a1d/gold/merged_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b4292d177d319a8fe17bbb50a843e4825c27bc8 --- /dev/null +++ b/shellops/assets/ShellOps_7d24a27a1d/gold/merged_inventory.txt @@ -0,0 +1,6 @@ +SKU|COUNT +A100|19 +B200|12 +C300|5 +D400|3 +E500|2 diff --git a/shellops/assets/ShellOps_7d24a27a1d/gold/stock/inventory.csv b/shellops/assets/ShellOps_7d24a27a1d/gold/stock/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..e838df48a5cab696ae537f612639c5ab528996e0 --- /dev/null +++ b/shellops/assets/ShellOps_7d24a27a1d/gold/stock/inventory.csv @@ -0,0 +1,5 @@ +SKU,COUNT +A100,12 +B200,8 +C300,5 +D400,3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7d24a27a1d/init/backup/stock_backup.csv b/shellops/assets/ShellOps_7d24a27a1d/init/backup/stock_backup.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f045aa83351da69aa9d4876eeac0ce35473f3f8 --- /dev/null +++ b/shellops/assets/ShellOps_7d24a27a1d/init/backup/stock_backup.csv @@ -0,0 +1,5 @@ +SKU,COUNT +A100,7 +B200,4 +LEGACY-X99,100 +E500,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7d24a27a1d/init/stock/inventory.csv b/shellops/assets/ShellOps_7d24a27a1d/init/stock/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..e838df48a5cab696ae537f612639c5ab528996e0 --- /dev/null +++ b/shellops/assets/ShellOps_7d24a27a1d/init/stock/inventory.csv @@ -0,0 +1,5 @@ +SKU,COUNT +A100,12 +B200,8 +C300,5 +D400,3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/.keep b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/incident_response.md b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/incident_response.md new file mode 100644 index 0000000000000000000000000000000000000000..33937f88248bf4b54cfb075ebf0898a423ab0500 --- /dev/null +++ b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/incident_response.md @@ -0,0 +1,5 @@ +# Incident Response + +## SEV-1: Database outage + +## SEV-2: API latency diff --git a/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/network_issues.md b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/network_issues.md new file mode 100644 index 0000000000000000000000000000000000000000..26cc50adf1502d85e35a65137165c6ce6f736cf6 --- /dev/null +++ b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/network_issues.md @@ -0,0 +1,5 @@ +# Network Issues + +## SEV-2: Packet loss + +## SEV-1: DNS failure diff --git a/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/updated_incidents.md b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/updated_incidents.md new file mode 100644 index 0000000000000000000000000000000000000000..0d9fef902802ca02b15126b8f647d1f7302dba67 --- /dev/null +++ b/shellops/assets/ShellOps_7d2a77e074/gold/runbooks/updated_incidents.md @@ -0,0 +1,10 @@ +# Incident Response + +## CRITICAL: Database outage + +## HIGH: API latency +# Network Issues + +## HIGH: Packet loss + +## CRITICAL: DNS failure diff --git a/shellops/assets/ShellOps_7d2a77e074/init/runbooks/.keep b/shellops/assets/ShellOps_7d2a77e074/init/runbooks/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7d2a77e074/init/runbooks/incident_response.md b/shellops/assets/ShellOps_7d2a77e074/init/runbooks/incident_response.md new file mode 100644 index 0000000000000000000000000000000000000000..33937f88248bf4b54cfb075ebf0898a423ab0500 --- /dev/null +++ b/shellops/assets/ShellOps_7d2a77e074/init/runbooks/incident_response.md @@ -0,0 +1,5 @@ +# Incident Response + +## SEV-1: Database outage + +## SEV-2: API latency diff --git a/shellops/assets/ShellOps_7d2a77e074/init/runbooks/network_issues.md b/shellops/assets/ShellOps_7d2a77e074/init/runbooks/network_issues.md new file mode 100644 index 0000000000000000000000000000000000000000..26cc50adf1502d85e35a65137165c6ce6f736cf6 --- /dev/null +++ b/shellops/assets/ShellOps_7d2a77e074/init/runbooks/network_issues.md @@ -0,0 +1,5 @@ +# Network Issues + +## SEV-2: Packet loss + +## SEV-1: DNS failure diff --git a/shellops/assets/ShellOps_7d8e536b30/gold/system_config.json b/shellops/assets/ShellOps_7d8e536b30/gold/system_config.json new file mode 100644 index 0000000000000000000000000000000000000000..7fb9cd7d521a800f3bcb328dbc3ec5d941ba6e8c --- /dev/null +++ b/shellops/assets/ShellOps_7d8e536b30/gold/system_config.json @@ -0,0 +1,20 @@ +{ + "roles": [ + { + "id": 1, + "name": "admin" + }, + { + "id": 2, + "name": "editor" + }, + { + "id": 3, + "name": "viewer" + }, + { + "id": 4, + "name": "editor" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7d8e536b30/gold/user_roles_summary.tsv b/shellops/assets/ShellOps_7d8e536b30/gold/user_roles_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..059c93e088d7098d1c4c00f1b22a4fbab618b0ef --- /dev/null +++ b/shellops/assets/ShellOps_7d8e536b30/gold/user_roles_summary.tsv @@ -0,0 +1,3 @@ +admin +editor +viewer diff --git a/shellops/assets/ShellOps_7d8e536b30/init/system_config.json b/shellops/assets/ShellOps_7d8e536b30/init/system_config.json new file mode 100644 index 0000000000000000000000000000000000000000..7fb9cd7d521a800f3bcb328dbc3ec5d941ba6e8c --- /dev/null +++ b/shellops/assets/ShellOps_7d8e536b30/init/system_config.json @@ -0,0 +1,20 @@ +{ + "roles": [ + { + "id": 1, + "name": "admin" + }, + { + "id": 2, + "name": "editor" + }, + { + "id": 3, + "name": "viewer" + }, + { + "id": 4, + "name": "editor" + } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/anomalies.txt b/shellops/assets/ShellOps_7db0a0e738/gold/anomalies.txt new file mode 100644 index 0000000000000000000000000000000000000000..29949b3d8e72286c0254262d10d4ca2411ee5cd5 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/anomalies.txt @@ -0,0 +1,2 @@ +ep-103 +ep-105 diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/distractor/irrelevant.yaml b/shellops/assets/ShellOps_7db0a0e738/gold/distractor/irrelevant.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ab444f4ef7e09667b0f443dcf5bb5a64d0c93ecf --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/distractor/irrelevant.yaml @@ -0,0 +1 @@ +not_used: true diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/suppressions.json b/shellops/assets/ShellOps_7db0a0e738/gold/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..73aca7b49632bec9ad70b643b9afa49e38a51ac7 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/suppressions.json @@ -0,0 +1,4 @@ +[ + {"endpoint_id": "ep-101", "status": "suppressed", "reason": "maintenance"}, + {"endpoint_id": "ep-107", "status": "suppressed", "reason": "decommissioned"} +] diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/analytics_service.json b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/analytics_service.json new file mode 100644 index 0000000000000000000000000000000000000000..87c2015a1323ae455cad9935dc6efabcbb8ce05c --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/analytics_service.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-105", "latency_p99_ms": 500, "error_rate": 0.07, "region": "us-central"} diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/api_frontend.json b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/api_frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..037f29ec10725eda30c284302ac00fba0155579c --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/api_frontend.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-101", "latency_p99_ms": 320, "error_rate": 0.08, "region": "us-east"} diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/cache_layer.json b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..8bbcd242989691a06b69e65543f2d92c024bdf2c --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/cache_layer.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-103", "latency_p99_ms": 420, "error_rate": 0.06, "region": "us-west"} diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/db_backend.json b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/db_backend.json new file mode 100644 index 0000000000000000000000000000000000000000..d23fb83c77db0950336b8d0f60333a7ea75eba84 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/db_backend.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-102", "latency_p99_ms": 180, "error_rate": 0.03, "region": "eu-west"} diff --git a/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/queue_worker.json b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/queue_worker.json new file mode 100644 index 0000000000000000000000000000000000000000..c1a22d97368f483a2382602f1980d7ae8dee79d0 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/gold/telemetry/queue_worker.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-104", "latency_p99_ms": 210, "error_rate": 0.04, "region": "ap-south"} diff --git a/shellops/assets/ShellOps_7db0a0e738/init/distractor/irrelevant.yaml b/shellops/assets/ShellOps_7db0a0e738/init/distractor/irrelevant.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ab444f4ef7e09667b0f443dcf5bb5a64d0c93ecf --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/distractor/irrelevant.yaml @@ -0,0 +1 @@ +not_used: true diff --git a/shellops/assets/ShellOps_7db0a0e738/init/suppressions.json b/shellops/assets/ShellOps_7db0a0e738/init/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..73aca7b49632bec9ad70b643b9afa49e38a51ac7 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/suppressions.json @@ -0,0 +1,4 @@ +[ + {"endpoint_id": "ep-101", "status": "suppressed", "reason": "maintenance"}, + {"endpoint_id": "ep-107", "status": "suppressed", "reason": "decommissioned"} +] diff --git a/shellops/assets/ShellOps_7db0a0e738/init/telemetry/analytics_service.json b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/analytics_service.json new file mode 100644 index 0000000000000000000000000000000000000000..87c2015a1323ae455cad9935dc6efabcbb8ce05c --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/analytics_service.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-105", "latency_p99_ms": 500, "error_rate": 0.07, "region": "us-central"} diff --git a/shellops/assets/ShellOps_7db0a0e738/init/telemetry/api_frontend.json b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/api_frontend.json new file mode 100644 index 0000000000000000000000000000000000000000..037f29ec10725eda30c284302ac00fba0155579c --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/api_frontend.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-101", "latency_p99_ms": 320, "error_rate": 0.08, "region": "us-east"} diff --git a/shellops/assets/ShellOps_7db0a0e738/init/telemetry/cache_layer.json b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/cache_layer.json new file mode 100644 index 0000000000000000000000000000000000000000..8bbcd242989691a06b69e65543f2d92c024bdf2c --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/cache_layer.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-103", "latency_p99_ms": 420, "error_rate": 0.06, "region": "us-west"} diff --git a/shellops/assets/ShellOps_7db0a0e738/init/telemetry/db_backend.json b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/db_backend.json new file mode 100644 index 0000000000000000000000000000000000000000..d23fb83c77db0950336b8d0f60333a7ea75eba84 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/db_backend.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-102", "latency_p99_ms": 180, "error_rate": 0.03, "region": "eu-west"} diff --git a/shellops/assets/ShellOps_7db0a0e738/init/telemetry/queue_worker.json b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/queue_worker.json new file mode 100644 index 0000000000000000000000000000000000000000..c1a22d97368f483a2382602f1980d7ae8dee79d0 --- /dev/null +++ b/shellops/assets/ShellOps_7db0a0e738/init/telemetry/queue_worker.json @@ -0,0 +1 @@ +{"endpoint_id": "ep-104", "latency_p99_ms": 210, "error_rate": 0.04, "region": "ap-south"} diff --git a/shellops/assets/ShellOps_7dbedfd449/gold/notes/irrelevant.txt b/shellops/assets/ShellOps_7dbedfd449/gold/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..2870f86529ea6f1506cfa6518dc08181cf281d6f --- /dev/null +++ b/shellops/assets/ShellOps_7dbedfd449/gold/notes/irrelevant.txt @@ -0,0 +1 @@ +This file is a distractor and should not affect the audit. diff --git a/shellops/assets/ShellOps_7dbedfd449/gold/routes/.keep b/shellops/assets/ShellOps_7dbedfd449/gold/routes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7dbedfd449/gold/routes/routes_alpha.json b/shellops/assets/ShellOps_7dbedfd449/gold/routes/routes_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..6cbaa840ed7a63ae7018f515240db4ceb428c019 --- /dev/null +++ b/shellops/assets/ShellOps_7dbedfd449/gold/routes/routes_alpha.json @@ -0,0 +1,9 @@ +{ + "nodes": [ + {"node_id": 101, "label": "gateway"}, + {"node_id": 102, "label": "core"}, + {"node_id": 103, "label": "edge"}, + {"node_id": 104, "label": "sensor"}, + {"node_id": 105, "label": "disconnected"} + ] +} diff --git a/shellops/assets/ShellOps_7dbedfd449/gold/routes/routes_beta.json b/shellops/assets/ShellOps_7dbedfd449/gold/routes/routes_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..6225f6cfe83b4c12d118529fc514ab00e5a83651 --- /dev/null +++ b/shellops/assets/ShellOps_7dbedfd449/gold/routes/routes_beta.json @@ -0,0 +1,9 @@ +{ + "nodes": [ + {"node_id": 101, "label": "gateway"}, + {"node_id": 102, "label": "core"}, + {"node_id": 103, "label": "edge"}, + {"node_id": 104, "label": "sensor"}, + {"node_id": 106, "label": "standalone"} + ] +} diff --git a/shellops/assets/ShellOps_7dbedfd449/init/notes/irrelevant.txt b/shellops/assets/ShellOps_7dbedfd449/init/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..2870f86529ea6f1506cfa6518dc08181cf281d6f --- /dev/null +++ b/shellops/assets/ShellOps_7dbedfd449/init/notes/irrelevant.txt @@ -0,0 +1 @@ +This file is a distractor and should not affect the audit. diff --git a/shellops/assets/ShellOps_7dbedfd449/init/routes/.keep b/shellops/assets/ShellOps_7dbedfd449/init/routes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7dbedfd449/init/routes/routes_alpha.json b/shellops/assets/ShellOps_7dbedfd449/init/routes/routes_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..6cbaa840ed7a63ae7018f515240db4ceb428c019 --- /dev/null +++ b/shellops/assets/ShellOps_7dbedfd449/init/routes/routes_alpha.json @@ -0,0 +1,9 @@ +{ + "nodes": [ + {"node_id": 101, "label": "gateway"}, + {"node_id": 102, "label": "core"}, + {"node_id": 103, "label": "edge"}, + {"node_id": 104, "label": "sensor"}, + {"node_id": 105, "label": "disconnected"} + ] +} diff --git a/shellops/assets/ShellOps_7dbedfd449/init/routes/routes_beta.json b/shellops/assets/ShellOps_7dbedfd449/init/routes/routes_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..6225f6cfe83b4c12d118529fc514ab00e5a83651 --- /dev/null +++ b/shellops/assets/ShellOps_7dbedfd449/init/routes/routes_beta.json @@ -0,0 +1,9 @@ +{ + "nodes": [ + {"node_id": 101, "label": "gateway"}, + {"node_id": 102, "label": "core"}, + {"node_id": 103, "label": "edge"}, + {"node_id": 104, "label": "sensor"}, + {"node_id": 106, "label": "standalone"} + ] +} diff --git a/shellops/assets/ShellOps_7ddd84abcb/gold/cluster_nodes.json b/shellops/assets/ShellOps_7ddd84abcb/gold/cluster_nodes.json new file mode 100644 index 0000000000000000000000000000000000000000..ad832a191de11e25cff0cfae950ec7f5aa5669ff --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/gold/cluster_nodes.json @@ -0,0 +1,32 @@ +[ + { + "node_id": "n01", + "ip": "10.0.1.21", + "status": "active", + "region": "us-east" + }, + { + "node_id": "n02", + "ip": "10.0.1.22", + "status": "standby", + "region": "us-east" + }, + { + "node_id": "n03", + "ip": "10.0.1.23", + "status": "active", + "region": "eu-west" + }, + { + "node_id": "n04", + "ip": "10.0.1.24", + "status": "maintenance", + "region": "eu-west" + }, + { + "node_id": "n05", + "ip": "10.0.1.25", + "status": "active", + "region": "ap-south" + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_7ddd84abcb/gold/notes.md b/shellops/assets/ShellOps_7ddd84abcb/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ca01d4c0e7c201bde4f6fc1884a728ce72563210 --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/gold/notes.md @@ -0,0 +1,5 @@ +# Cluster monitoring notes +- Node n02 is in standby and may be missing operations. +- Node n04 is under maintenance, logs may be stale. +- Node n06 appears in logs but is not in the current manifest. +- Use JSON as source of truth for active status. diff --git a/shellops/assets/ShellOps_7ddd84abcb/gold/reports/active_roster.tsv b/shellops/assets/ShellOps_7ddd84abcb/gold/reports/active_roster.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2be0f3ac5af8397f33cb5c9ca7c75685e7647808 --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/gold/reports/active_roster.tsv @@ -0,0 +1,3 @@ +n01 10.0.1.21 2 +n03 10.0.1.23 2 +n05 10.0.1.25 1 diff --git a/shellops/assets/ShellOps_7ddd84abcb/gold/runtime_node_logs.csv b/shellops/assets/ShellOps_7ddd84abcb/gold/runtime_node_logs.csv new file mode 100644 index 0000000000000000000000000000000000000000..f34c40355af70b870bf68610c123e23ba0ebe1e6 --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/gold/runtime_node_logs.csv @@ -0,0 +1,10 @@ +node_id,timestamp,result,operation +n01,2024-09-20T14:01:00,success,health_check +n02,2024-09-20T14:02:00,failed,health_check +n01,2024-09-20T14:03:00,success,backup +n03,2024-09-20T14:04:00,success,health_check +n03,2024-09-20T14:05:00,success,backup +n04,2024-09-20T14:06:00,success,backup +n05,2024-09-20T14:07:00,failed,health_check +n05,2024-09-20T14:08:00,success,backup +n06,2024-09-20T14:09:00,success,backup diff --git a/shellops/assets/ShellOps_7ddd84abcb/init/cluster_nodes.json b/shellops/assets/ShellOps_7ddd84abcb/init/cluster_nodes.json new file mode 100644 index 0000000000000000000000000000000000000000..ad832a191de11e25cff0cfae950ec7f5aa5669ff --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/init/cluster_nodes.json @@ -0,0 +1,32 @@ +[ + { + "node_id": "n01", + "ip": "10.0.1.21", + "status": "active", + "region": "us-east" + }, + { + "node_id": "n02", + "ip": "10.0.1.22", + "status": "standby", + "region": "us-east" + }, + { + "node_id": "n03", + "ip": "10.0.1.23", + "status": "active", + "region": "eu-west" + }, + { + "node_id": "n04", + "ip": "10.0.1.24", + "status": "maintenance", + "region": "eu-west" + }, + { + "node_id": "n05", + "ip": "10.0.1.25", + "status": "active", + "region": "ap-south" + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_7ddd84abcb/init/notes.md b/shellops/assets/ShellOps_7ddd84abcb/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ca01d4c0e7c201bde4f6fc1884a728ce72563210 --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/init/notes.md @@ -0,0 +1,5 @@ +# Cluster monitoring notes +- Node n02 is in standby and may be missing operations. +- Node n04 is under maintenance, logs may be stale. +- Node n06 appears in logs but is not in the current manifest. +- Use JSON as source of truth for active status. diff --git a/shellops/assets/ShellOps_7ddd84abcb/init/runtime_node_logs.csv b/shellops/assets/ShellOps_7ddd84abcb/init/runtime_node_logs.csv new file mode 100644 index 0000000000000000000000000000000000000000..f34c40355af70b870bf68610c123e23ba0ebe1e6 --- /dev/null +++ b/shellops/assets/ShellOps_7ddd84abcb/init/runtime_node_logs.csv @@ -0,0 +1,10 @@ +node_id,timestamp,result,operation +n01,2024-09-20T14:01:00,success,health_check +n02,2024-09-20T14:02:00,failed,health_check +n01,2024-09-20T14:03:00,success,backup +n03,2024-09-20T14:04:00,success,health_check +n03,2024-09-20T14:05:00,success,backup +n04,2024-09-20T14:06:00,success,backup +n05,2024-09-20T14:07:00,failed,health_check +n05,2024-09-20T14:08:00,success,backup +n06,2024-09-20T14:09:00,success,backup diff --git a/shellops/assets/ShellOps_7e1406c5e9/gold/distractor/old_list.txt b/shellops/assets/ShellOps_7e1406c5e9/gold/distractor/old_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..31bf1421fd5a348a88d1fa805a54df02cf229702 --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/gold/distractor/old_list.txt @@ -0,0 +1,3 @@ +hannah@example.com +isaac@example.com +jane@example.com diff --git a/shellops/assets/ShellOps_7e1406c5e9/gold/final_guests.txt b/shellops/assets/ShellOps_7e1406c5e9/gold/final_guests.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f4bd779f5960c1d2adcc145bb1303d9f3423beb --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/gold/final_guests.txt @@ -0,0 +1,7 @@ +alice@example.com +bob@example.com +carol@example.com +david@example.com +eve@example.com +frank@example.com +grace@example.com diff --git a/shellops/assets/ShellOps_7e1406c5e9/gold/master_list.txt b/shellops/assets/ShellOps_7e1406c5e9/gold/master_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..0204f21fd06923bf0959d88ed19565e150a1cf49 --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/gold/master_list.txt @@ -0,0 +1,10 @@ +alice@example.com +bob@example.com +carol@example.com +alice@example.com +david@example.com +bob@example.com +eve@example.com +frank@example.com +alice@example.com +carol@example.com diff --git a/shellops/assets/ShellOps_7e1406c5e9/gold/priority.txt b/shellops/assets/ShellOps_7e1406c5e9/gold/priority.txt new file mode 100644 index 0000000000000000000000000000000000000000..4054857f46a0d8cdac74273953d23b419b50fe1b --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/gold/priority.txt @@ -0,0 +1 @@ +grace@example.com diff --git a/shellops/assets/ShellOps_7e1406c5e9/init/distractor/old_list.txt b/shellops/assets/ShellOps_7e1406c5e9/init/distractor/old_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..31bf1421fd5a348a88d1fa805a54df02cf229702 --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/init/distractor/old_list.txt @@ -0,0 +1,3 @@ +hannah@example.com +isaac@example.com +jane@example.com diff --git a/shellops/assets/ShellOps_7e1406c5e9/init/master_list.txt b/shellops/assets/ShellOps_7e1406c5e9/init/master_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..0204f21fd06923bf0959d88ed19565e150a1cf49 --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/init/master_list.txt @@ -0,0 +1,10 @@ +alice@example.com +bob@example.com +carol@example.com +alice@example.com +david@example.com +bob@example.com +eve@example.com +frank@example.com +alice@example.com +carol@example.com diff --git a/shellops/assets/ShellOps_7e1406c5e9/init/priority.txt b/shellops/assets/ShellOps_7e1406c5e9/init/priority.txt new file mode 100644 index 0000000000000000000000000000000000000000..4054857f46a0d8cdac74273953d23b419b50fe1b --- /dev/null +++ b/shellops/assets/ShellOps_7e1406c5e9/init/priority.txt @@ -0,0 +1 @@ +grace@example.com diff --git a/shellops/assets/ShellOps_7e653a695f/gold/active_edges.txt b/shellops/assets/ShellOps_7e653a695f/gold/active_edges.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f6f223c87e980d6a71c91b8991a5552de35f341 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/active_edges.txt @@ -0,0 +1,2 @@ +a1-b2 +e5-f6 diff --git a/shellops/assets/ShellOps_7e653a695f/gold/ignorelist.txt b/shellops/assets/ShellOps_7e653a695f/gold/ignorelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ca74c7da623489c7536c1286c2a72bd474b16b --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/ignorelist.txt @@ -0,0 +1,4 @@ +c3-d4 +x9-y0 +i9-j0 +g7-h8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_alpha.json b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..4aca7b4d2d52344a788609c7d8379d38008fc096 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_alpha.json @@ -0,0 +1,6 @@ +{ + "id": "a1-b2", + "source": "node-alpha", + "target": "node-beta", + "latency_ms": 12 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_beta.json b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..9e5c174b4e348aa85c1e45efcb1fbb2e1c4dd351 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_beta.json @@ -0,0 +1,6 @@ +{ + "id": "c3-d4", + "source": "node-gamma", + "target": "node-delta", + "latency_ms": 8 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_delta.json b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..7560094707017e4944c7061308415c995dbe6260 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_delta.json @@ -0,0 +1,5 @@ +{ + "id": "g7-h8", + "source": "node-eta", + "notes": "no target specified" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_epsilon.json b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..ed1ee9286c367cbf06d5ea156d0790ba94619c0a --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_epsilon.json @@ -0,0 +1,5 @@ +{ + "id": "i9-j0", + "source": "node-theta", + "target": "node-iota" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_gamma.json b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..7efdaf796471d69471267c4edd600bd639d06911 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/gold/monitors/edges/edge_gamma.json @@ -0,0 +1,6 @@ +{ + "id": "e5-f6", + "latency_ms": 15, + "source": "node-epsilon", + "target": "node-zeta" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/init/ignorelist.txt b/shellops/assets/ShellOps_7e653a695f/init/ignorelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ca74c7da623489c7536c1286c2a72bd474b16b --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/init/ignorelist.txt @@ -0,0 +1,4 @@ +c3-d4 +x9-y0 +i9-j0 +g7-h8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_alpha.json b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..4aca7b4d2d52344a788609c7d8379d38008fc096 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_alpha.json @@ -0,0 +1,6 @@ +{ + "id": "a1-b2", + "source": "node-alpha", + "target": "node-beta", + "latency_ms": 12 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_beta.json b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..9e5c174b4e348aa85c1e45efcb1fbb2e1c4dd351 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_beta.json @@ -0,0 +1,6 @@ +{ + "id": "c3-d4", + "source": "node-gamma", + "target": "node-delta", + "latency_ms": 8 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_delta.json b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..7560094707017e4944c7061308415c995dbe6260 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_delta.json @@ -0,0 +1,5 @@ +{ + "id": "g7-h8", + "source": "node-eta", + "notes": "no target specified" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_epsilon.json b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..ed1ee9286c367cbf06d5ea156d0790ba94619c0a --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_epsilon.json @@ -0,0 +1,5 @@ +{ + "id": "i9-j0", + "source": "node-theta", + "target": "node-iota" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_gamma.json b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..7efdaf796471d69471267c4edd600bd639d06911 --- /dev/null +++ b/shellops/assets/ShellOps_7e653a695f/init/monitors/edges/edge_gamma.json @@ -0,0 +1,6 @@ +{ + "id": "e5-f6", + "latency_ms": 15, + "source": "node-epsilon", + "target": "node-zeta" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7eb7949bb4/gold/legacy/exempt.cfg b/shellops/assets/ShellOps_7eb7949bb4/gold/legacy/exempt.cfg new file mode 100644 index 0000000000000000000000000000000000000000..33b27e1d4473f14e72349cebff6c9f258add02dc --- /dev/null +++ b/shellops/assets/ShellOps_7eb7949bb4/gold/legacy/exempt.cfg @@ -0,0 +1 @@ +TLS_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_7eb7949bb4/gold/profiles/notes.md b/shellops/assets/ShellOps_7eb7949bb4/gold/profiles/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f6bcf82aa89d06c3347c173c5cb5cab2b0a9c737 --- /dev/null +++ b/shellops/assets/ShellOps_7eb7949bb4/gold/profiles/notes.md @@ -0,0 +1 @@ +Legacy exemptions are maintained in legacy/exempt.cfg diff --git a/shellops/assets/ShellOps_7eb7949bb4/gold/profiles/runtime.json b/shellops/assets/ShellOps_7eb7949bb4/gold/profiles/runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..f2ef6f5bcb1be78ad010665aee1bfc2d9caa846a --- /dev/null +++ b/shellops/assets/ShellOps_7eb7949bb4/gold/profiles/runtime.json @@ -0,0 +1,20 @@ +{ + "profiles": [ + { + "name": "gateway", + "cipher_suites": [ + {"name": "TLS_AES_256_GCM_SHA384", "suppressed": true}, + {"name": "TLS_CHACHA20_POLY1305_SHA256", "suppressed": false}, + {"name": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "suppressed": true}, + {"name": "TLS_ECDHE_ECDSA_AES_128_GCM_SHA256", "suppressed": true} + ] + }, + { + "name": "backend", + "cipher_suites": [ + {"name": "TLS_RSA_WITH_AES_128_CBC_SHA", "suppressed": true}, + {"name": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "suppressed": true} + ] + } + ] +} diff --git a/shellops/assets/ShellOps_7eb7949bb4/init/legacy/exempt.cfg b/shellops/assets/ShellOps_7eb7949bb4/init/legacy/exempt.cfg new file mode 100644 index 0000000000000000000000000000000000000000..33b27e1d4473f14e72349cebff6c9f258add02dc --- /dev/null +++ b/shellops/assets/ShellOps_7eb7949bb4/init/legacy/exempt.cfg @@ -0,0 +1 @@ +TLS_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_7eb7949bb4/init/profiles/notes.md b/shellops/assets/ShellOps_7eb7949bb4/init/profiles/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f6bcf82aa89d06c3347c173c5cb5cab2b0a9c737 --- /dev/null +++ b/shellops/assets/ShellOps_7eb7949bb4/init/profiles/notes.md @@ -0,0 +1 @@ +Legacy exemptions are maintained in legacy/exempt.cfg diff --git a/shellops/assets/ShellOps_7eb7949bb4/init/profiles/runtime.json b/shellops/assets/ShellOps_7eb7949bb4/init/profiles/runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..f2ef6f5bcb1be78ad010665aee1bfc2d9caa846a --- /dev/null +++ b/shellops/assets/ShellOps_7eb7949bb4/init/profiles/runtime.json @@ -0,0 +1,20 @@ +{ + "profiles": [ + { + "name": "gateway", + "cipher_suites": [ + {"name": "TLS_AES_256_GCM_SHA384", "suppressed": true}, + {"name": "TLS_CHACHA20_POLY1305_SHA256", "suppressed": false}, + {"name": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "suppressed": true}, + {"name": "TLS_ECDHE_ECDSA_AES_128_GCM_SHA256", "suppressed": true} + ] + }, + { + "name": "backend", + "cipher_suites": [ + {"name": "TLS_RSA_WITH_AES_128_CBC_SHA", "suppressed": true}, + {"name": "TLS_ECDHE_RSA_AES_256_GCM_SHA384", "suppressed": true} + ] + } + ] +} diff --git a/shellops/assets/ShellOps_7ee1b9c98c/gold/results/.keep b/shellops/assets/ShellOps_7ee1b9c98c/gold/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7ee1b9c98c/gold/results/error_summary.tsv b/shellops/assets/ShellOps_7ee1b9c98c/gold/results/error_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c061e7169957f95067d362a79d5e63b599e8ffde --- /dev/null +++ b/shellops/assets/ShellOps_7ee1b9c98c/gold/results/error_summary.tsv @@ -0,0 +1,2 @@ +AuthService 2 +DataProcessor 2 diff --git a/shellops/assets/ShellOps_7ee1b9c98c/init/results/.keep b/shellops/assets/ShellOps_7ee1b9c98c/init/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7f808bd6fe/gold/consolidated_reports.csv b/shellops/assets/ShellOps_7f808bd6fe/gold/consolidated_reports.csv new file mode 100644 index 0000000000000000000000000000000000000000..5d42c77e65d75a573e3312c459687edac1861b66 --- /dev/null +++ b/shellops/assets/ShellOps_7f808bd6fe/gold/consolidated_reports.csv @@ -0,0 +1,5 @@ +server_id,status +srv005,retired +srv123,active +srv456,active +srv789,maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f808bd6fe/gold/server_list.txt b/shellops/assets/ShellOps_7f808bd6fe/gold/server_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d23dc1bad2aa45cfe2859b00e47ef15b4cb2243 --- /dev/null +++ b/shellops/assets/ShellOps_7f808bd6fe/gold/server_list.txt @@ -0,0 +1 @@ +srv123 diff --git a/shellops/assets/ShellOps_7f808bd6fe/gold/server_metadata.json b/shellops/assets/ShellOps_7f808bd6fe/gold/server_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9341053aee81e1c711ed19ae4f7167f0a0fb034e --- /dev/null +++ b/shellops/assets/ShellOps_7f808bd6fe/gold/server_metadata.json @@ -0,0 +1 @@ +{"maintenance": {"srv456": {"start": "2024-05-20"}, "srv999": {"start": "2024-05-21"}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f808bd6fe/init/consolidated_reports.csv b/shellops/assets/ShellOps_7f808bd6fe/init/consolidated_reports.csv new file mode 100644 index 0000000000000000000000000000000000000000..5d42c77e65d75a573e3312c459687edac1861b66 --- /dev/null +++ b/shellops/assets/ShellOps_7f808bd6fe/init/consolidated_reports.csv @@ -0,0 +1,5 @@ +server_id,status +srv005,retired +srv123,active +srv456,active +srv789,maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f808bd6fe/init/server_metadata.json b/shellops/assets/ShellOps_7f808bd6fe/init/server_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9341053aee81e1c711ed19ae4f7167f0a0fb034e --- /dev/null +++ b/shellops/assets/ShellOps_7f808bd6fe/init/server_metadata.json @@ -0,0 +1 @@ +{"maintenance": {"srv456": {"start": "2024-05-20"}, "srv999": {"start": "2024-05-21"}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f9f401cb6/gold/authorized_zones.xml b/shellops/assets/ShellOps_7f9f401cb6/gold/authorized_zones.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d3a54e5cdbc38e90239c6a078cc49d60d6d7651 --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/gold/authorized_zones.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f9f401cb6/gold/deployed_in_region.txt b/shellops/assets/ShellOps_7f9f401cb6/gold/deployed_in_region.txt new file mode 100644 index 0000000000000000000000000000000000000000..9af3a1e6c1c955865ef7546083da9c9f26b4e948 --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/gold/deployed_in_region.txt @@ -0,0 +1,3 @@ +Z1A +Z8F +Z5C diff --git a/shellops/assets/ShellOps_7f9f401cb6/gold/missing_zones.txt b/shellops/assets/ShellOps_7f9f401cb6/gold/missing_zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8c6c506873ea44a8ca241bd87faf1f3ef24b2e7 --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/gold/missing_zones.txt @@ -0,0 +1 @@ +Z7D diff --git a/shellops/assets/ShellOps_7f9f401cb6/gold/notes.md b/shellops/assets/ShellOps_7f9f401cb6/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6a9da899cb16adf718cbbd69b659730754db586f --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/gold/notes.md @@ -0,0 +1,2 @@ +# Internal notes +To be reviewed later. \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f9f401cb6/init/authorized_zones.xml b/shellops/assets/ShellOps_7f9f401cb6/init/authorized_zones.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d3a54e5cdbc38e90239c6a078cc49d60d6d7651 --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/init/authorized_zones.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_7f9f401cb6/init/deployed_in_region.txt b/shellops/assets/ShellOps_7f9f401cb6/init/deployed_in_region.txt new file mode 100644 index 0000000000000000000000000000000000000000..9af3a1e6c1c955865ef7546083da9c9f26b4e948 --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/init/deployed_in_region.txt @@ -0,0 +1,3 @@ +Z1A +Z8F +Z5C diff --git a/shellops/assets/ShellOps_7f9f401cb6/init/notes.md b/shellops/assets/ShellOps_7f9f401cb6/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6a9da899cb16adf718cbbd69b659730754db586f --- /dev/null +++ b/shellops/assets/ShellOps_7f9f401cb6/init/notes.md @@ -0,0 +1,2 @@ +# Internal notes +To be reviewed later. \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fa528b259/gold/err_defs.json b/shellops/assets/ShellOps_7fa528b259/gold/err_defs.json new file mode 100644 index 0000000000000000000000000000000000000000..b9cf97347753852dddf9c9d1a8fa3b95c61c2255 --- /dev/null +++ b/shellops/assets/ShellOps_7fa528b259/gold/err_defs.json @@ -0,0 +1 @@ +{"exceptions": {"IOError": {"archived": false}, "PermissionDenied": {"archived": true}, "InvalidPath": {"archived": false}, "ThrottleLimit": {"archived": false}, "AuthExpired": {"archived": true}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fa528b259/gold/missing_exceptions.txt b/shellops/assets/ShellOps_7fa528b259/gold/missing_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..44b4f413f9a9393ac19d8efd00704ce9711e56c0 --- /dev/null +++ b/shellops/assets/ShellOps_7fa528b259/gold/missing_exceptions.txt @@ -0,0 +1,3 @@ +IOError +InvalidPath +ThrottleLimit diff --git a/shellops/assets/ShellOps_7fa528b259/init/err_defs.json b/shellops/assets/ShellOps_7fa528b259/init/err_defs.json new file mode 100644 index 0000000000000000000000000000000000000000..b9cf97347753852dddf9c9d1a8fa3b95c61c2255 --- /dev/null +++ b/shellops/assets/ShellOps_7fa528b259/init/err_defs.json @@ -0,0 +1 @@ +{"exceptions": {"IOError": {"archived": false}, "PermissionDenied": {"archived": true}, "InvalidPath": {"archived": false}, "ThrottleLimit": {"archived": false}, "AuthExpired": {"archived": true}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fb4f79046/gold/inventory.txt b/shellops/assets/ShellOps_7fb4f79046/gold/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3faecd35243c6a59f6ea0345f559a271964c0d8 --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/gold/inventory.txt @@ -0,0 +1,5 @@ +S-101 +S-103 +S-105 +S-107 +C-201 diff --git a/shellops/assets/ShellOps_7fb4f79046/gold/notes.md b/shellops/assets/ShellOps_7fb4f79046/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2f3aea31a0f9b0fff82223d1d39acda4587c15a1 --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/gold/notes.md @@ -0,0 +1,5 @@ +# Device Audit Notes + +- S-107 appears only in inventory, not in registry. +- Controller C-201 is present in both but not a sensor. +- Expected missing sensors: S-102, S-104. diff --git a/shellops/assets/ShellOps_7fb4f79046/gold/orphans.txt b/shellops/assets/ShellOps_7fb4f79046/gold/orphans.txt new file mode 100644 index 0000000000000000000000000000000000000000..41c370c1a810a0ef5a030759b1f86ac57fae707a --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/gold/orphans.txt @@ -0,0 +1,2 @@ +S-102 +S-104 diff --git a/shellops/assets/ShellOps_7fb4f79046/gold/registry.xml b/shellops/assets/ShellOps_7fb4f79046/gold/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..541ce73b01fae1e15e6d652b8a819a1793bf5b84 --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/gold/registry.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_7fb4f79046/init/inventory.txt b/shellops/assets/ShellOps_7fb4f79046/init/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3faecd35243c6a59f6ea0345f559a271964c0d8 --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/init/inventory.txt @@ -0,0 +1,5 @@ +S-101 +S-103 +S-105 +S-107 +C-201 diff --git a/shellops/assets/ShellOps_7fb4f79046/init/notes.md b/shellops/assets/ShellOps_7fb4f79046/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2f3aea31a0f9b0fff82223d1d39acda4587c15a1 --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/init/notes.md @@ -0,0 +1,5 @@ +# Device Audit Notes + +- S-107 appears only in inventory, not in registry. +- Controller C-201 is present in both but not a sensor. +- Expected missing sensors: S-102, S-104. diff --git a/shellops/assets/ShellOps_7fb4f79046/init/registry.xml b/shellops/assets/ShellOps_7fb4f79046/init/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..541ce73b01fae1e15e6d652b8a819a1793bf5b84 --- /dev/null +++ b/shellops/assets/ShellOps_7fb4f79046/init/registry.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_7fd9e4eb22/gold/out/active_subscriptions.tsv b/shellops/assets/ShellOps_7fd9e4eb22/gold/out/active_subscriptions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ecba60adea52f26c61030cc7e09a45fd25ecbdbb --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/gold/out/active_subscriptions.tsv @@ -0,0 +1,3 @@ +sub_a1b2 +sub_e5f6 +sub_i9j0 diff --git a/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/active.csv b/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..9eb4ee42c10cc97c7ba173b7bf2038670b147a40 --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/active.csv @@ -0,0 +1,5 @@ +subscription_id,owner,started +sub_a1b2,alice,2024-01-15 +sub_e5f6,bob,2024-02-20 +sub_i9j0,charlie,2024-03-10 +sub_x9y8,dana,2024-04-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/archive.jsonl b/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/archive.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d446e8ca45bc7b58195d2def140d853efaa3b90e --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/archive.jsonl @@ -0,0 +1,2 @@ +{"subscription_id":"sub_old1","status":"expired","plan":"legacy"} +{"subscription_id":"sub_old2","status":"expired","plan":"legacy"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/live.jsonl b/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/live.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9ac137a70a68ee1ec5b306f5b72d748379714c57 --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/gold/subscriptions/live.jsonl @@ -0,0 +1,5 @@ +{"subscription_id":"sub_a1b2","status":"confirmed","plan":"premium"} +{"subscription_id":"sub_c3d4","status":"pending","plan":"basic"} +{"subscription_id":"sub_e5f6","status":"confirmed","plan":"standard"} +{"subscription_id":"sub_g7h8","status":"cancelled","plan":"basic"} +{"subscription_id":"sub_i9j0","status":"confirmed","plan":"premium"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/active.csv b/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..9eb4ee42c10cc97c7ba173b7bf2038670b147a40 --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/active.csv @@ -0,0 +1,5 @@ +subscription_id,owner,started +sub_a1b2,alice,2024-01-15 +sub_e5f6,bob,2024-02-20 +sub_i9j0,charlie,2024-03-10 +sub_x9y8,dana,2024-04-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/archive.jsonl b/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/archive.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d446e8ca45bc7b58195d2def140d853efaa3b90e --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/archive.jsonl @@ -0,0 +1,2 @@ +{"subscription_id":"sub_old1","status":"expired","plan":"legacy"} +{"subscription_id":"sub_old2","status":"expired","plan":"legacy"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/live.jsonl b/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/live.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9ac137a70a68ee1ec5b306f5b72d748379714c57 --- /dev/null +++ b/shellops/assets/ShellOps_7fd9e4eb22/init/subscriptions/live.jsonl @@ -0,0 +1,5 @@ +{"subscription_id":"sub_a1b2","status":"confirmed","plan":"premium"} +{"subscription_id":"sub_c3d4","status":"pending","plan":"basic"} +{"subscription_id":"sub_e5f6","status":"confirmed","plan":"standard"} +{"subscription_id":"sub_g7h8","status":"cancelled","plan":"basic"} +{"subscription_id":"sub_i9j0","status":"confirmed","plan":"premium"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/main.css b/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/main.css new file mode 100644 index 0000000000000000000000000000000000000000..1d1667edbd68e82499e1461afd511038c5754c37 --- /dev/null +++ b/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/main.css @@ -0,0 +1,12 @@ +body { + font-family: 'Open Sans', sans-serif; + font-weight: 400; +} + +h1 { + font-weight: 700; +} + +.sidebar { + font-weight: 600; +} diff --git a/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/themes/dark.css b/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/themes/dark.css new file mode 100644 index 0000000000000000000000000000000000000000..940bd5c72a711baf05e3cbeebceb7fe14f0cdd26 --- /dev/null +++ b/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/themes/dark.css @@ -0,0 +1,7 @@ +h2 { + font-weight: 600; +} + +.footer { + font-weight: 400; +} diff --git a/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/util.css b/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/util.css new file mode 100644 index 0000000000000000000000000000000000000000..77f85fbbcd435d3b4cfbe86d191dca30d1b126ef --- /dev/null +++ b/shellops/assets/ShellOps_7ff409532e/gold/assets/styles/util.css @@ -0,0 +1,7 @@ +.button { + font-weight: 500; +} + +.error { + font-weight: 700; +} diff --git a/shellops/assets/ShellOps_7ff409532e/init/assets/styles/main.css b/shellops/assets/ShellOps_7ff409532e/init/assets/styles/main.css new file mode 100644 index 0000000000000000000000000000000000000000..1d1667edbd68e82499e1461afd511038c5754c37 --- /dev/null +++ b/shellops/assets/ShellOps_7ff409532e/init/assets/styles/main.css @@ -0,0 +1,12 @@ +body { + font-family: 'Open Sans', sans-serif; + font-weight: 400; +} + +h1 { + font-weight: 700; +} + +.sidebar { + font-weight: 600; +} diff --git a/shellops/assets/ShellOps_7ff409532e/init/assets/styles/themes/dark.css b/shellops/assets/ShellOps_7ff409532e/init/assets/styles/themes/dark.css new file mode 100644 index 0000000000000000000000000000000000000000..940bd5c72a711baf05e3cbeebceb7fe14f0cdd26 --- /dev/null +++ b/shellops/assets/ShellOps_7ff409532e/init/assets/styles/themes/dark.css @@ -0,0 +1,7 @@ +h2 { + font-weight: 600; +} + +.footer { + font-weight: 400; +} diff --git a/shellops/assets/ShellOps_7ff409532e/init/assets/styles/util.css b/shellops/assets/ShellOps_7ff409532e/init/assets/styles/util.css new file mode 100644 index 0000000000000000000000000000000000000000..77f85fbbcd435d3b4cfbe86d191dca30d1b126ef --- /dev/null +++ b/shellops/assets/ShellOps_7ff409532e/init/assets/styles/util.css @@ -0,0 +1,7 @@ +.button { + font-weight: 500; +} + +.error { + font-weight: 700; +} diff --git a/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/.keep b/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/debug.out b/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/debug.out new file mode 100644 index 0000000000000000000000000000000000000000..31e52be90a04121c414653928d74c0d9d810f023 --- /dev/null +++ b/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/debug.out @@ -0,0 +1,3 @@ +Stack trace snippet: at com.example.Handler.handle(Handler.java:123) +Caused by: ERR-1 at com.example.Validator.check(Validator.java:45) +Additional context: ERR-999 occurred during validation diff --git a/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/system.log b/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/system.log new file mode 100644 index 0000000000000000000000000000000000000000..ca5bd18c256bb76aa560d74bda8044e8df9fad73 --- /dev/null +++ b/shellops/assets/ShellOps_7ff5f07115/gold/diagnostics/system.log @@ -0,0 +1,2 @@ +2024-03-15 12:00:00 [ERROR] ERR-42 reappeared in subsystem Y +2024-03-15 12:01:15 [ERROR] New failure ERR-7 detected diff --git a/shellops/assets/ShellOps_7ff5f07115/gold/error_codes.out b/shellops/assets/ShellOps_7ff5f07115/gold/error_codes.out new file mode 100644 index 0000000000000000000000000000000000000000..4866f60512285b808dd84db8786d7cc0917a702b --- /dev/null +++ b/shellops/assets/ShellOps_7ff5f07115/gold/error_codes.out @@ -0,0 +1,6 @@ +ERR-1 +ERR-5 +ERR-7 +ERR-42 +ERR-999 +ERR-1042 diff --git a/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/.keep b/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/debug.out b/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/debug.out new file mode 100644 index 0000000000000000000000000000000000000000..31e52be90a04121c414653928d74c0d9d810f023 --- /dev/null +++ b/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/debug.out @@ -0,0 +1,3 @@ +Stack trace snippet: at com.example.Handler.handle(Handler.java:123) +Caused by: ERR-1 at com.example.Validator.check(Validator.java:45) +Additional context: ERR-999 occurred during validation diff --git a/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/system.log b/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/system.log new file mode 100644 index 0000000000000000000000000000000000000000..ca5bd18c256bb76aa560d74bda8044e8df9fad73 --- /dev/null +++ b/shellops/assets/ShellOps_7ff5f07115/init/diagnostics/system.log @@ -0,0 +1,2 @@ +2024-03-15 12:00:00 [ERROR] ERR-42 reappeared in subsystem Y +2024-03-15 12:01:15 [ERROR] New failure ERR-7 detected diff --git a/shellops/assets/ShellOps_8048f38233/gold/debug_symbols.yml b/shellops/assets/ShellOps_8048f38233/gold/debug_symbols.yml new file mode 100644 index 0000000000000000000000000000000000000000..53d4aebd29346ef438ad924a4f852c35077fadfc --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/gold/debug_symbols.yml @@ -0,0 +1,15 @@ +--- +allowed: + - sym_printf + - sym_malloc + - sym_free + - sym_strlen + - sym_memcpy + - sym_fopen + - sym_fclose + - sym_write + - sym_read + - sym_signal + - sym_errno + - sym_kfree + - sym_kalloc diff --git a/shellops/assets/ShellOps_8048f38233/gold/deprecated_symbols.txt b/shellops/assets/ShellOps_8048f38233/gold/deprecated_symbols.txt new file mode 100644 index 0000000000000000000000000000000000000000..a77e710329325c0dadb5ee4e716524fb6cd41c9f --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/gold/deprecated_symbols.txt @@ -0,0 +1,4 @@ +sym_errno +sym_kalloc +sym_old_entry +sym_obsolete diff --git a/shellops/assets/ShellOps_8048f38233/gold/distractor/irrelevant.md b/shellops/assets/ShellOps_8048f38233/gold/distractor/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..c029a0766d29ee52cbbe64b1d857b36af9faad67 --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/gold/distractor/irrelevant.md @@ -0,0 +1,2 @@ +# This file is only a decoy +It contains no symbols that matter. diff --git a/shellops/assets/ShellOps_8048f38233/gold/production_symbols.txt b/shellops/assets/ShellOps_8048f38233/gold/production_symbols.txt new file mode 100644 index 0000000000000000000000000000000000000000..b93757f8158df97260f86e7ca0b6422b1a87294e --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/gold/production_symbols.txt @@ -0,0 +1,11 @@ +sym_fclose +sym_fopen +sym_free +sym_kfree +sym_malloc +sym_memcpy +sym_printf +sym_read +sym_signal +sym_strlen +sym_write diff --git a/shellops/assets/ShellOps_8048f38233/gold/symbolized_binaries.log b/shellops/assets/ShellOps_8048f38233/gold/symbolized_binaries.log new file mode 100644 index 0000000000000000000000000000000000000000..f1069ccaa171be38b475321081a899e59d1eabb7 --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/gold/symbolized_binaries.log @@ -0,0 +1,4 @@ +2025-06-03 12:34:56 | binary:kernel.bin | symbols: sym_printf sym_malloc sym_free sym_strlen sym_memcpy +2025-06-03 12:35:01 | binary:libc.bin | symbols: sym_fopen sym_fclose sym_write sym_read sym_signal +2025-06-03 12:35:07 | binary:driver.bin | symbols: sym_errno sym_kfree sym_kalloc +2025-06-03 12:35:12 | binary:extra.bin | symbols: sym_printf sym_malloc sym_free # repeated entries allowed diff --git a/shellops/assets/ShellOps_8048f38233/init/debug_symbols.yml b/shellops/assets/ShellOps_8048f38233/init/debug_symbols.yml new file mode 100644 index 0000000000000000000000000000000000000000..53d4aebd29346ef438ad924a4f852c35077fadfc --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/init/debug_symbols.yml @@ -0,0 +1,15 @@ +--- +allowed: + - sym_printf + - sym_malloc + - sym_free + - sym_strlen + - sym_memcpy + - sym_fopen + - sym_fclose + - sym_write + - sym_read + - sym_signal + - sym_errno + - sym_kfree + - sym_kalloc diff --git a/shellops/assets/ShellOps_8048f38233/init/deprecated_symbols.txt b/shellops/assets/ShellOps_8048f38233/init/deprecated_symbols.txt new file mode 100644 index 0000000000000000000000000000000000000000..a77e710329325c0dadb5ee4e716524fb6cd41c9f --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/init/deprecated_symbols.txt @@ -0,0 +1,4 @@ +sym_errno +sym_kalloc +sym_old_entry +sym_obsolete diff --git a/shellops/assets/ShellOps_8048f38233/init/distractor/irrelevant.md b/shellops/assets/ShellOps_8048f38233/init/distractor/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..c029a0766d29ee52cbbe64b1d857b36af9faad67 --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/init/distractor/irrelevant.md @@ -0,0 +1,2 @@ +# This file is only a decoy +It contains no symbols that matter. diff --git a/shellops/assets/ShellOps_8048f38233/init/symbolized_binaries.log b/shellops/assets/ShellOps_8048f38233/init/symbolized_binaries.log new file mode 100644 index 0000000000000000000000000000000000000000..f1069ccaa171be38b475321081a899e59d1eabb7 --- /dev/null +++ b/shellops/assets/ShellOps_8048f38233/init/symbolized_binaries.log @@ -0,0 +1,4 @@ +2025-06-03 12:34:56 | binary:kernel.bin | symbols: sym_printf sym_malloc sym_free sym_strlen sym_memcpy +2025-06-03 12:35:01 | binary:libc.bin | symbols: sym_fopen sym_fclose sym_write sym_read sym_signal +2025-06-03 12:35:07 | binary:driver.bin | symbols: sym_errno sym_kfree sym_kalloc +2025-06-03 12:35:12 | binary:extra.bin | symbols: sym_printf sym_malloc sym_free # repeated entries allowed diff --git a/shellops/assets/ShellOps_806f47398e/gold/diagnostics/irrelevant_metrics.json b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/irrelevant_metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..b5bef3878efa106c5f58e4333c36efb9097cf0c1 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/irrelevant_metrics.json @@ -0,0 +1,8 @@ +{ + "service": "delta", + "timestamp": "2024-11-07T17:00:00Z", + "metrics": { + "fps": 60, + "latency_ms": 22 + } +} diff --git a/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_alpha.json b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..db08e80f27e49199814c0723656e0d6dc9c92afb --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_alpha.json @@ -0,0 +1,9 @@ +{ + "service": "alpha", + "timestamp": "2024-11-07T14:30:22Z", + "errors": [ + { "error_id": "PX-ERR-001", "severity": "high", "message": "pixel buffer overflow" }, + { "error_id": "PX-ERR-003", "severity": "medium", "message": "color channel mismatch" }, + { "error_id": "PX-ERR-005", "severity": "low", "message": "framing signal jitter" } + ] +} diff --git a/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_beta.json b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..2b73184cd67c03ed045eab5d6607e9a6fba5fe82 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_beta.json @@ -0,0 +1,9 @@ +{ + "service": "beta", + "timestamp": "2024-11-07T15:45:11Z", + "errors": [ + { "error_id": "PX-ERR-002", "severity": "high", "message": "sync pulse lost" }, + { "error_id": "PX-ERR-005", "severity": "low", "message": "framing signal jitter" }, + { "error_id": "PX-ERR-007", "severity": "medium", "message": "gamma correction drift" } + ] +} diff --git a/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_charlie.json b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..eeb3555716a660d1394e9f16bff42f46a74502fe --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/gold/diagnostics/service_charlie.json @@ -0,0 +1,9 @@ +{ + "service": "charlie", + "timestamp": "2024-11-07T16:20:05Z", + "errors": [ + { "error_id": "PX-ERR-003", "severity": "medium", "message": "color channel mismatch" }, + { "error_id": "PX-ERR-008", "severity": "high", "message": "scanline corruption" }, + { "error_id": "PX-ERR-009", "severity": "low", "message": "backlight flicker" } + ] +} diff --git a/shellops/assets/ShellOps_806f47398e/gold/exempt/known_transients.json b/shellops/assets/ShellOps_806f47398e/gold/exempt/known_transients.json new file mode 100644 index 0000000000000000000000000000000000000000..336079e450e4fb618842b22ed7d1363ff1ebe951 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/gold/exempt/known_transients.json @@ -0,0 +1,5 @@ +[ + "PX-ERR-005", + "PX-ERR-007", + "PX-ERR-010" +] diff --git a/shellops/assets/ShellOps_806f47398e/gold/filtered_errors.txt b/shellops/assets/ShellOps_806f47398e/gold/filtered_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..350ffaae67eddc8d89c4381d826ddf742e402804 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/gold/filtered_errors.txt @@ -0,0 +1,5 @@ +PX-ERR-001 +PX-ERR-002 +PX-ERR-003 +PX-ERR-008 +PX-ERR-009 diff --git a/shellops/assets/ShellOps_806f47398e/init/diagnostics/irrelevant_metrics.json b/shellops/assets/ShellOps_806f47398e/init/diagnostics/irrelevant_metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..b5bef3878efa106c5f58e4333c36efb9097cf0c1 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/init/diagnostics/irrelevant_metrics.json @@ -0,0 +1,8 @@ +{ + "service": "delta", + "timestamp": "2024-11-07T17:00:00Z", + "metrics": { + "fps": 60, + "latency_ms": 22 + } +} diff --git a/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_alpha.json b/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..db08e80f27e49199814c0723656e0d6dc9c92afb --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_alpha.json @@ -0,0 +1,9 @@ +{ + "service": "alpha", + "timestamp": "2024-11-07T14:30:22Z", + "errors": [ + { "error_id": "PX-ERR-001", "severity": "high", "message": "pixel buffer overflow" }, + { "error_id": "PX-ERR-003", "severity": "medium", "message": "color channel mismatch" }, + { "error_id": "PX-ERR-005", "severity": "low", "message": "framing signal jitter" } + ] +} diff --git a/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_beta.json b/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..2b73184cd67c03ed045eab5d6607e9a6fba5fe82 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_beta.json @@ -0,0 +1,9 @@ +{ + "service": "beta", + "timestamp": "2024-11-07T15:45:11Z", + "errors": [ + { "error_id": "PX-ERR-002", "severity": "high", "message": "sync pulse lost" }, + { "error_id": "PX-ERR-005", "severity": "low", "message": "framing signal jitter" }, + { "error_id": "PX-ERR-007", "severity": "medium", "message": "gamma correction drift" } + ] +} diff --git a/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_charlie.json b/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..eeb3555716a660d1394e9f16bff42f46a74502fe --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/init/diagnostics/service_charlie.json @@ -0,0 +1,9 @@ +{ + "service": "charlie", + "timestamp": "2024-11-07T16:20:05Z", + "errors": [ + { "error_id": "PX-ERR-003", "severity": "medium", "message": "color channel mismatch" }, + { "error_id": "PX-ERR-008", "severity": "high", "message": "scanline corruption" }, + { "error_id": "PX-ERR-009", "severity": "low", "message": "backlight flicker" } + ] +} diff --git a/shellops/assets/ShellOps_806f47398e/init/exempt/known_transients.json b/shellops/assets/ShellOps_806f47398e/init/exempt/known_transients.json new file mode 100644 index 0000000000000000000000000000000000000000..336079e450e4fb618842b22ed7d1363ff1ebe951 --- /dev/null +++ b/shellops/assets/ShellOps_806f47398e/init/exempt/known_transients.json @@ -0,0 +1,5 @@ +[ + "PX-ERR-005", + "PX-ERR-007", + "PX-ERR-010" +] diff --git a/shellops/assets/ShellOps_80741d1be2/gold/notes.md b/shellops/assets/ShellOps_80741d1be2/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4b0d86ef1b96fb728fc370054195f897227fc4e7 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/gold/notes.md @@ -0,0 +1,5 @@ +# Vendor audit notes + +- AlphaCorp and BetaSystems are approved. +- GammaTech has pending compliance review. +- DeltaLabs was decommissioned last quarter. diff --git a/shellops/assets/ShellOps_80741d1be2/gold/registrations.xml b/shellops/assets/ShellOps_80741d1be2/gold/registrations.xml new file mode 100644 index 0000000000000000000000000000000000000000..fffa7a8f842fff93e6bb52ca226c177d38af3d47 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/gold/registrations.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_80741d1be2/gold/reports/mismatches.txt b/shellops/assets/ShellOps_80741d1be2/gold/reports/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..502dd65c902d875c0b0ad19c692cb5d3c0d57946 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/gold/reports/mismatches.txt @@ -0,0 +1,2 @@ +dev_1002 GammaTech +dev_1005 DeltaLabs diff --git a/shellops/assets/ShellOps_80741d1be2/gold/vendors.txt b/shellops/assets/ShellOps_80741d1be2/gold/vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..f22749b5ec9eacc4d31fd0a2e829562527a70b70 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/gold/vendors.txt @@ -0,0 +1,2 @@ +AlphaCorp +BetaSystems diff --git a/shellops/assets/ShellOps_80741d1be2/init/notes.md b/shellops/assets/ShellOps_80741d1be2/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4b0d86ef1b96fb728fc370054195f897227fc4e7 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/init/notes.md @@ -0,0 +1,5 @@ +# Vendor audit notes + +- AlphaCorp and BetaSystems are approved. +- GammaTech has pending compliance review. +- DeltaLabs was decommissioned last quarter. diff --git a/shellops/assets/ShellOps_80741d1be2/init/registrations.xml b/shellops/assets/ShellOps_80741d1be2/init/registrations.xml new file mode 100644 index 0000000000000000000000000000000000000000..fffa7a8f842fff93e6bb52ca226c177d38af3d47 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/init/registrations.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_80741d1be2/init/vendors.txt b/shellops/assets/ShellOps_80741d1be2/init/vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..f22749b5ec9eacc4d31fd0a2e829562527a70b70 --- /dev/null +++ b/shellops/assets/ShellOps_80741d1be2/init/vendors.txt @@ -0,0 +1,2 @@ +AlphaCorp +BetaSystems diff --git a/shellops/assets/ShellOps_807c082e63/gold/iface.log b/shellops/assets/ShellOps_807c082e63/gold/iface.log new file mode 100644 index 0000000000000000000000000000000000000000..492ef8e8a1372fb94c08a336347f0a96bfec787a --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/gold/iface.log @@ -0,0 +1,8 @@ +eth0 UP +eth1 DOWN +eth2 UP +eth3 UP +eth5 UP +eth6 DOWN +eth7 UP +eth8 UP \ No newline at end of file diff --git a/shellops/assets/ShellOps_807c082e63/gold/missing_routes.txt b/shellops/assets/ShellOps_807c082e63/gold/missing_routes.txt new file mode 100644 index 0000000000000000000000000000000000000000..619af154a662a479a1014a3abfe8cb5c44069e52 --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/gold/missing_routes.txt @@ -0,0 +1,3 @@ +eth5 +eth7 +eth8 diff --git a/shellops/assets/ShellOps_807c082e63/gold/notes.md b/shellops/assets/ShellOps_807c082e63/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a601cf05286cae1e521bfbf852a25a943d1aa94b --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/gold/notes.md @@ -0,0 +1 @@ +Legacy interface eth9 is deprecated and should not appear in routing. diff --git a/shellops/assets/ShellOps_807c082e63/gold/routes.tsv b/shellops/assets/ShellOps_807c082e63/gold/routes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..76daabad4c1ba5825366c42a3ca9922e1af3eece --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/gold/routes.tsv @@ -0,0 +1,6 @@ +id dest interface metric +1 192.168.1.0/24 eth0 10 +2 10.0.0.0/8 eth1 20 +3 172.16.0.0/12 eth2 15 +4 203.0.113.0/24 eth3 5 +5 198.51.100.0/24 eth4 30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_807c082e63/init/iface.log b/shellops/assets/ShellOps_807c082e63/init/iface.log new file mode 100644 index 0000000000000000000000000000000000000000..492ef8e8a1372fb94c08a336347f0a96bfec787a --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/init/iface.log @@ -0,0 +1,8 @@ +eth0 UP +eth1 DOWN +eth2 UP +eth3 UP +eth5 UP +eth6 DOWN +eth7 UP +eth8 UP \ No newline at end of file diff --git a/shellops/assets/ShellOps_807c082e63/init/notes.md b/shellops/assets/ShellOps_807c082e63/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a601cf05286cae1e521bfbf852a25a943d1aa94b --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/init/notes.md @@ -0,0 +1 @@ +Legacy interface eth9 is deprecated and should not appear in routing. diff --git a/shellops/assets/ShellOps_807c082e63/init/routes.tsv b/shellops/assets/ShellOps_807c082e63/init/routes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..76daabad4c1ba5825366c42a3ca9922e1af3eece --- /dev/null +++ b/shellops/assets/ShellOps_807c082e63/init/routes.tsv @@ -0,0 +1,6 @@ +id dest interface metric +1 192.168.1.0/24 eth0 10 +2 10.0.0.0/8 eth1 20 +3 172.16.0.0/12 eth2 15 +4 203.0.113.0/24 eth3 5 +5 198.51.100.0/24 eth4 30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_809489f2e5/gold/active_clients.txt b/shellops/assets/ShellOps_809489f2e5/gold/active_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..431c8e16bf8a08a2eb7678144d42f5986233c369 --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/gold/active_clients.txt @@ -0,0 +1,2 @@ +client_a +client_c diff --git a/shellops/assets/ShellOps_809489f2e5/gold/notes/irrelevant.md b/shellops/assets/ShellOps_809489f2e5/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..210beaa6e735e0bbd0996ac309e2ea39c413115f --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/gold/notes/irrelevant.md @@ -0,0 +1 @@ +This file contains irrelevant notes and should be ignored. diff --git a/shellops/assets/ShellOps_809489f2e5/gold/suppressed_clients.txt b/shellops/assets/ShellOps_809489f2e5/gold/suppressed_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb81ca994db807c77f968823cefb209e6b921aa --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/gold/suppressed_clients.txt @@ -0,0 +1,2 @@ +client_b +client_z diff --git a/shellops/assets/ShellOps_809489f2e5/gold/telemetry/alpha.json b/shellops/assets/ShellOps_809489f2e5/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..694bc8b759d5f2d1b3a29e478880276cbb3ebcbe --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/gold/telemetry/alpha.json @@ -0,0 +1,4 @@ +[ + {"client_id": "client_a", "event": "connect"}, + {"client_id": "client_b", "event": "disconnect"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_809489f2e5/gold/telemetry/beta.json b/shellops/assets/ShellOps_809489f2e5/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..4df1fcde270c9a6da23bb9be413cf06e4ea426c2 --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/gold/telemetry/beta.json @@ -0,0 +1,4 @@ +[ + {"client_id": "client_a", "event": "message"}, + {"client_id": "client_c", "event": "connect"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_809489f2e5/init/notes/irrelevant.md b/shellops/assets/ShellOps_809489f2e5/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..210beaa6e735e0bbd0996ac309e2ea39c413115f --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/init/notes/irrelevant.md @@ -0,0 +1 @@ +This file contains irrelevant notes and should be ignored. diff --git a/shellops/assets/ShellOps_809489f2e5/init/suppressed_clients.txt b/shellops/assets/ShellOps_809489f2e5/init/suppressed_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb81ca994db807c77f968823cefb209e6b921aa --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/init/suppressed_clients.txt @@ -0,0 +1,2 @@ +client_b +client_z diff --git a/shellops/assets/ShellOps_809489f2e5/init/telemetry/alpha.json b/shellops/assets/ShellOps_809489f2e5/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..694bc8b759d5f2d1b3a29e478880276cbb3ebcbe --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/init/telemetry/alpha.json @@ -0,0 +1,4 @@ +[ + {"client_id": "client_a", "event": "connect"}, + {"client_id": "client_b", "event": "disconnect"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_809489f2e5/init/telemetry/beta.json b/shellops/assets/ShellOps_809489f2e5/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..4df1fcde270c9a6da23bb9be413cf06e4ea426c2 --- /dev/null +++ b/shellops/assets/ShellOps_809489f2e5/init/telemetry/beta.json @@ -0,0 +1,4 @@ +[ + {"client_id": "client_a", "event": "message"}, + {"client_id": "client_c", "event": "connect"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_809bcf0247/gold/catalog/inventory_a.rc b/shellops/assets/ShellOps_809bcf0247/gold/catalog/inventory_a.rc new file mode 100644 index 0000000000000000000000000000000000000000..edb1722159bdb59acb72443fced9d20f10b47bb4 --- /dev/null +++ b/shellops/assets/ShellOps_809bcf0247/gold/catalog/inventory_a.rc @@ -0,0 +1,4 @@ +The Great Gatsby|180 +Moby Dick|625 +1984|328 +Pride and Prejudice|432 diff --git a/shellops/assets/ShellOps_809bcf0247/gold/catalog/inventory_b.rc b/shellops/assets/ShellOps_809bcf0247/gold/catalog/inventory_b.rc new file mode 100644 index 0000000000000000000000000000000000000000..b99585e84b756fee2e8cc4d1c8e47769b1e5ca5c --- /dev/null +++ b/shellops/assets/ShellOps_809bcf0247/gold/catalog/inventory_b.rc @@ -0,0 +1,4 @@ +The Great Gatsby|200 +Moby Dick|625 +Brave New World|311 +Pride and Prejudice|400 diff --git a/shellops/assets/ShellOps_809bcf0247/gold/catalog_merged.md b/shellops/assets/ShellOps_809bcf0247/gold/catalog_merged.md new file mode 100644 index 0000000000000000000000000000000000000000..e0927e69d156eda1b386d1b869af85691bb77ba6 --- /dev/null +++ b/shellops/assets/ShellOps_809bcf0247/gold/catalog_merged.md @@ -0,0 +1,5 @@ +1984|328 +Brave New World|311 +Moby Dick|625 +Pride and Prejudice|432 +The Great Gatsby|200 diff --git a/shellops/assets/ShellOps_809bcf0247/init/catalog/inventory_a.rc b/shellops/assets/ShellOps_809bcf0247/init/catalog/inventory_a.rc new file mode 100644 index 0000000000000000000000000000000000000000..edb1722159bdb59acb72443fced9d20f10b47bb4 --- /dev/null +++ b/shellops/assets/ShellOps_809bcf0247/init/catalog/inventory_a.rc @@ -0,0 +1,4 @@ +The Great Gatsby|180 +Moby Dick|625 +1984|328 +Pride and Prejudice|432 diff --git a/shellops/assets/ShellOps_809bcf0247/init/catalog/inventory_b.rc b/shellops/assets/ShellOps_809bcf0247/init/catalog/inventory_b.rc new file mode 100644 index 0000000000000000000000000000000000000000..b99585e84b756fee2e8cc4d1c8e47769b1e5ca5c --- /dev/null +++ b/shellops/assets/ShellOps_809bcf0247/init/catalog/inventory_b.rc @@ -0,0 +1,4 @@ +The Great Gatsby|200 +Moby Dick|625 +Brave New World|311 +Pride and Prejudice|400 diff --git a/shellops/assets/ShellOps_80b4364ae2/gold/components/alpha.cfg b/shellops/assets/ShellOps_80b4364ae2/gold/components/alpha.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f371c78dedd2002577950c6ab690d2821ea3f44e --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/gold/components/alpha.cfg @@ -0,0 +1,4 @@ +component_id=1001,name=resistor,status=active +component_id=1002,name=capacitor,status=active +component_id=1003,name=transistor,status=retired +component_id=1004,name=diode,status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_80b4364ae2/gold/components/beta.cfg b/shellops/assets/ShellOps_80b4364ae2/gold/components/beta.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7270782b354ec0cf78dbb79fb90b721c306b527f --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/gold/components/beta.cfg @@ -0,0 +1,4 @@ +component_id=2001,name=sensor,status=active +component_id=2002,name=actuator,status=retired +component_id=2003,name=controller,status=active +component_id=2004,name=relay,status=retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_80b4364ae2/gold/components/gamma.cfg b/shellops/assets/ShellOps_80b4364ae2/gold/components/gamma.cfg new file mode 100644 index 0000000000000000000000000000000000000000..fa6b10db09b6dfe0659abeb7c0a4ce1064d5ba84 --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/gold/components/gamma.cfg @@ -0,0 +1,3 @@ +component_id=3001,name=adapter,status=active +component_id=3002,name=converter,status=active +component_id=3003,name=switch,status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_80b4364ae2/gold/reports/active_components.txt b/shellops/assets/ShellOps_80b4364ae2/gold/reports/active_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cc55e110eba6ab5cd6d3a6796646a91a990eec8 --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/gold/reports/active_components.txt @@ -0,0 +1,8 @@ +component_id=1001,name=resistor,status=active +component_id=1002,name=capacitor,status=active +component_id=1004,name=diode,status=active +component_id=2001,name=sensor,status=active +component_id=2003,name=controller,status=active +component_id=3001,name=adapter,status=active +component_id=3002,name=converter,status=active +component_id=3003,name=switch,status=active diff --git a/shellops/assets/ShellOps_80b4364ae2/init/components/alpha.cfg b/shellops/assets/ShellOps_80b4364ae2/init/components/alpha.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f371c78dedd2002577950c6ab690d2821ea3f44e --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/init/components/alpha.cfg @@ -0,0 +1,4 @@ +component_id=1001,name=resistor,status=active +component_id=1002,name=capacitor,status=active +component_id=1003,name=transistor,status=retired +component_id=1004,name=diode,status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_80b4364ae2/init/components/beta.cfg b/shellops/assets/ShellOps_80b4364ae2/init/components/beta.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7270782b354ec0cf78dbb79fb90b721c306b527f --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/init/components/beta.cfg @@ -0,0 +1,4 @@ +component_id=2001,name=sensor,status=active +component_id=2002,name=actuator,status=retired +component_id=2003,name=controller,status=active +component_id=2004,name=relay,status=retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_80b4364ae2/init/components/gamma.cfg b/shellops/assets/ShellOps_80b4364ae2/init/components/gamma.cfg new file mode 100644 index 0000000000000000000000000000000000000000..fa6b10db09b6dfe0659abeb7c0a4ce1064d5ba84 --- /dev/null +++ b/shellops/assets/ShellOps_80b4364ae2/init/components/gamma.cfg @@ -0,0 +1,3 @@ +component_id=3001,name=adapter,status=active +component_id=3002,name=converter,status=active +component_id=3003,name=switch,status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_80eefdb0bc/gold/planning/eng.rc b/shellops/assets/ShellOps_80eefdb0bc/gold/planning/eng.rc new file mode 100644 index 0000000000000000000000000000000000000000..7683e6de53074f392b242c129ee998c66d7ce60a --- /dev/null +++ b/shellops/assets/ShellOps_80eefdb0bc/gold/planning/eng.rc @@ -0,0 +1,4 @@ +category: infrastructure +allocation: 450000 +category: staffing +allocation: 320000 diff --git a/shellops/assets/ShellOps_80eefdb0bc/gold/planning/hr.rc b/shellops/assets/ShellOps_80eefdb0bc/gold/planning/hr.rc new file mode 100644 index 0000000000000000000000000000000000000000..eb49694a86a5064986281bcd830281029dc6fe70 --- /dev/null +++ b/shellops/assets/ShellOps_80eefdb0bc/gold/planning/hr.rc @@ -0,0 +1,4 @@ +category: staffing +allocation: 285000 +category: training +allocation: 150000 diff --git a/shellops/assets/ShellOps_80eefdb0bc/gold/planning/marketing.rc b/shellops/assets/ShellOps_80eefdb0bc/gold/planning/marketing.rc new file mode 100644 index 0000000000000000000000000000000000000000..416d8ef5ac1ae467710ee60c9841ae1aea5c20e9 --- /dev/null +++ b/shellops/assets/ShellOps_80eefdb0bc/gold/planning/marketing.rc @@ -0,0 +1,4 @@ +category: advertising +allocation: 275000 +category: infrastructure +allocation: 200000 diff --git a/shellops/assets/ShellOps_80eefdb0bc/init/planning/eng.rc b/shellops/assets/ShellOps_80eefdb0bc/init/planning/eng.rc new file mode 100644 index 0000000000000000000000000000000000000000..7683e6de53074f392b242c129ee998c66d7ce60a --- /dev/null +++ b/shellops/assets/ShellOps_80eefdb0bc/init/planning/eng.rc @@ -0,0 +1,4 @@ +category: infrastructure +allocation: 450000 +category: staffing +allocation: 320000 diff --git a/shellops/assets/ShellOps_80eefdb0bc/init/planning/hr.rc b/shellops/assets/ShellOps_80eefdb0bc/init/planning/hr.rc new file mode 100644 index 0000000000000000000000000000000000000000..eb49694a86a5064986281bcd830281029dc6fe70 --- /dev/null +++ b/shellops/assets/ShellOps_80eefdb0bc/init/planning/hr.rc @@ -0,0 +1,4 @@ +category: staffing +allocation: 285000 +category: training +allocation: 150000 diff --git a/shellops/assets/ShellOps_80eefdb0bc/init/planning/marketing.rc b/shellops/assets/ShellOps_80eefdb0bc/init/planning/marketing.rc new file mode 100644 index 0000000000000000000000000000000000000000..416d8ef5ac1ae467710ee60c9841ae1aea5c20e9 --- /dev/null +++ b/shellops/assets/ShellOps_80eefdb0bc/init/planning/marketing.rc @@ -0,0 +1,4 @@ +category: advertising +allocation: 275000 +category: infrastructure +allocation: 200000 diff --git a/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/gateway.conf b/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..8220cd67b6535123bbf9cbd4cbce67b36d7aa9fa --- /dev/null +++ b/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/gateway.conf @@ -0,0 +1,2 @@ +ssl_protocol=TLSv1.3 +# Auto-generated config diff --git a/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/router.conf b/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/router.conf new file mode 100644 index 0000000000000000000000000000000000000000..8263fa06730230f17d43abe8a54bbc69f13f241e --- /dev/null +++ b/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/router.conf @@ -0,0 +1,3 @@ +# Router TLS settings +ssl_protocol= TLSv1.2 +cipher= AES256-GCM diff --git a/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/sensor.conf b/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/sensor.conf new file mode 100644 index 0000000000000000000000000000000000000000..767b49ca032c658e29556a7201add04ba3c1e706 --- /dev/null +++ b/shellops/assets/ShellOps_812c03c4c0/gold/devices/certs/sensor.conf @@ -0,0 +1,2 @@ +ssl_protocol = TLSv1.1 +key_size=2048 diff --git a/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/gateway.conf b/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..8220cd67b6535123bbf9cbd4cbce67b36d7aa9fa --- /dev/null +++ b/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/gateway.conf @@ -0,0 +1,2 @@ +ssl_protocol=TLSv1.3 +# Auto-generated config diff --git a/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/router.conf b/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/router.conf new file mode 100644 index 0000000000000000000000000000000000000000..8263fa06730230f17d43abe8a54bbc69f13f241e --- /dev/null +++ b/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/router.conf @@ -0,0 +1,3 @@ +# Router TLS settings +ssl_protocol= TLSv1.2 +cipher= AES256-GCM diff --git a/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/sensor.conf b/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/sensor.conf new file mode 100644 index 0000000000000000000000000000000000000000..767b49ca032c658e29556a7201add04ba3c1e706 --- /dev/null +++ b/shellops/assets/ShellOps_812c03c4c0/init/devices/certs/sensor.conf @@ -0,0 +1,2 @@ +ssl_protocol = TLSv1.1 +key_size=2048 diff --git a/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports/q1_2024.csv b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports/q1_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..715c8a7400816ed002debb370dbbdcb3057c2501 --- /dev/null +++ b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports/q1_2024.csv @@ -0,0 +1,3 @@ +Product_ID|Units_Sold|Revenue +A123|450|6750 +B456|320|4800 \ No newline at end of file diff --git a/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports/q2_2024.csv b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports/q2_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb49833b97f6d7bbd5f11d05d33cc8a542b3f7e0 --- /dev/null +++ b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports/q2_2024.csv @@ -0,0 +1,3 @@ +Product_ID|Units_Sold|Revenue +C789|210|3150 +D012|540|8100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports_clean/q1_2024.csv b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports_clean/q1_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..04cc405b4c2bd1d634a070028cb2affd1abb1844 --- /dev/null +++ b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports_clean/q1_2024.csv @@ -0,0 +1,3 @@ +Product_ID,Units_Sold|Revenue +A123,450|6750 +B456,320|4800 \ No newline at end of file diff --git a/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports_clean/q2_2024.csv b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports_clean/q2_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..527a8b1b2b20cf24b273f79ea3a20355d8921a17 --- /dev/null +++ b/shellops/assets/ShellOps_815dbd2c4f/gold/sales_reports_clean/q2_2024.csv @@ -0,0 +1,3 @@ +Product_ID,Units_Sold|Revenue +C789,210|3150 +D012,540|8100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_815dbd2c4f/init/sales_reports/q1_2024.csv b/shellops/assets/ShellOps_815dbd2c4f/init/sales_reports/q1_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..715c8a7400816ed002debb370dbbdcb3057c2501 --- /dev/null +++ b/shellops/assets/ShellOps_815dbd2c4f/init/sales_reports/q1_2024.csv @@ -0,0 +1,3 @@ +Product_ID|Units_Sold|Revenue +A123|450|6750 +B456|320|4800 \ No newline at end of file diff --git a/shellops/assets/ShellOps_815dbd2c4f/init/sales_reports/q2_2024.csv b/shellops/assets/ShellOps_815dbd2c4f/init/sales_reports/q2_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb49833b97f6d7bbd5f11d05d33cc8a542b3f7e0 --- /dev/null +++ b/shellops/assets/ShellOps_815dbd2c4f/init/sales_reports/q2_2024.csv @@ -0,0 +1,3 @@ +Product_ID|Units_Sold|Revenue +C789|210|3150 +D012|540|8100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_816f4db06c/gold/audit/daily_20240201.json b/shellops/assets/ShellOps_816f4db06c/gold/audit/daily_20240201.json new file mode 100644 index 0000000000000000000000000000000000000000..fe709dcc60c314f4f5cff5057438080fefeb8131 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/gold/audit/daily_20240201.json @@ -0,0 +1,2 @@ +{"inventory_id": "A123", "status": "ACTION_NEEDED"} +{"inventory_id": "B456", "status": "OK"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_816f4db06c/gold/audit/daily_20240202.json b/shellops/assets/ShellOps_816f4db06c/gold/audit/daily_20240202.json new file mode 100644 index 0000000000000000000000000000000000000000..fe18287d7bc446909b0d44b2a2b4363dcbc9f870 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/gold/audit/daily_20240202.json @@ -0,0 +1,2 @@ +{"inventory_id": "C789", "status": "ACTION_NEEDED"} +{"inventory_id": "D012", "status": "PENDING"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_816f4db06c/gold/exceptions.txt b/shellops/assets/ShellOps_816f4db06c/gold/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..da49560153b10fae20f79780ab7426dadc919527 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/gold/exceptions.txt @@ -0,0 +1 @@ +A123 diff --git a/shellops/assets/ShellOps_816f4db06c/gold/policies/override.conf b/shellops/assets/ShellOps_816f4db06c/gold/policies/override.conf new file mode 100644 index 0000000000000000000000000000000000000000..22b57138f0617332425b48833746c05700c4bce2 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/gold/policies/override.conf @@ -0,0 +1,3 @@ +# Exempt inventory IDs +B456 +C789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_816f4db06c/init/audit/daily_20240201.json b/shellops/assets/ShellOps_816f4db06c/init/audit/daily_20240201.json new file mode 100644 index 0000000000000000000000000000000000000000..fe709dcc60c314f4f5cff5057438080fefeb8131 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/init/audit/daily_20240201.json @@ -0,0 +1,2 @@ +{"inventory_id": "A123", "status": "ACTION_NEEDED"} +{"inventory_id": "B456", "status": "OK"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_816f4db06c/init/audit/daily_20240202.json b/shellops/assets/ShellOps_816f4db06c/init/audit/daily_20240202.json new file mode 100644 index 0000000000000000000000000000000000000000..fe18287d7bc446909b0d44b2a2b4363dcbc9f870 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/init/audit/daily_20240202.json @@ -0,0 +1,2 @@ +{"inventory_id": "C789", "status": "ACTION_NEEDED"} +{"inventory_id": "D012", "status": "PENDING"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_816f4db06c/init/policies/override.conf b/shellops/assets/ShellOps_816f4db06c/init/policies/override.conf new file mode 100644 index 0000000000000000000000000000000000000000..22b57138f0617332425b48833746c05700c4bce2 --- /dev/null +++ b/shellops/assets/ShellOps_816f4db06c/init/policies/override.conf @@ -0,0 +1,3 @@ +# Exempt inventory IDs +B456 +C789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_81882b6bd0/gold/approved_services.txt b/shellops/assets/ShellOps_81882b6bd0/gold/approved_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..48c9cb0c7fd8cfba65222d55cb46524ea6a85cbb --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/gold/approved_services.txt @@ -0,0 +1,6 @@ +alpha-api +beta-api +gamma-api +delta-api +epsilon-api +zeta-api diff --git a/shellops/assets/ShellOps_81882b6bd0/gold/distractor/irrelevant.txt b/shellops/assets/ShellOps_81882b6bd0/gold/distractor/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..4acd3bca1f8b5cb1c79b380d3b3eda75706307dd --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/gold/distractor/irrelevant.txt @@ -0,0 +1 @@ +This is a decoy file listing old service names: alpha-old, beta-deprecated. diff --git a/shellops/assets/ShellOps_81882b6bd0/gold/reports/missing_approved.list b/shellops/assets/ShellOps_81882b6bd0/gold/reports/missing_approved.list new file mode 100644 index 0000000000000000000000000000000000000000..3802a07cacffd179c24c78587abd07f18888a6ff --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/gold/reports/missing_approved.list @@ -0,0 +1,3 @@ +delta-api +epsilon-api +zeta-api diff --git a/shellops/assets/ShellOps_81882b6bd0/gold/runtime_registry.xml b/shellops/assets/ShellOps_81882b6bd0/gold/runtime_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..f3cf36ff7f6f4f3e9ab05b1b33d3a1dab2ed9182 --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/gold/runtime_registry.xml @@ -0,0 +1,8 @@ + + + alpha-apiactive + beta-apiactive + gamma-apipaused + kappa-apiactive + lambda-apipending + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81882b6bd0/init/approved_services.txt b/shellops/assets/ShellOps_81882b6bd0/init/approved_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..48c9cb0c7fd8cfba65222d55cb46524ea6a85cbb --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/init/approved_services.txt @@ -0,0 +1,6 @@ +alpha-api +beta-api +gamma-api +delta-api +epsilon-api +zeta-api diff --git a/shellops/assets/ShellOps_81882b6bd0/init/distractor/irrelevant.txt b/shellops/assets/ShellOps_81882b6bd0/init/distractor/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..4acd3bca1f8b5cb1c79b380d3b3eda75706307dd --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/init/distractor/irrelevant.txt @@ -0,0 +1 @@ +This is a decoy file listing old service names: alpha-old, beta-deprecated. diff --git a/shellops/assets/ShellOps_81882b6bd0/init/runtime_registry.xml b/shellops/assets/ShellOps_81882b6bd0/init/runtime_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..f3cf36ff7f6f4f3e9ab05b1b33d3a1dab2ed9182 --- /dev/null +++ b/shellops/assets/ShellOps_81882b6bd0/init/runtime_registry.xml @@ -0,0 +1,8 @@ + + + alpha-apiactive + beta-apiactive + gamma-apipaused + kappa-apiactive + lambda-apipending + \ No newline at end of file diff --git a/shellops/assets/ShellOps_818c1d40c0/gold/distractor.md b/shellops/assets/ShellOps_818c1d40c0/gold/distractor.md new file mode 100644 index 0000000000000000000000000000000000000000..8ae7824b5444c16cbcee1e1f8c72bf6eec303c25 --- /dev/null +++ b/shellops/assets/ShellOps_818c1d40c0/gold/distractor.md @@ -0,0 +1,3 @@ +# Note +- Investigate RX-104 (not in resolved list) +- PP-107 is marked resolved but not in XML \ No newline at end of file diff --git a/shellops/assets/ShellOps_818c1d40c0/gold/project_manifest.xml b/shellops/assets/ShellOps_818c1d40c0/gold/project_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..acb91ba5981d6ff96ea181eb6283a2ec873dc4f5 --- /dev/null +++ b/shellops/assets/ShellOps_818c1d40c0/gold/project_manifest.xml @@ -0,0 +1,8 @@ + + PP-101 + PP-102: Feature Update + PP-103 + PP-103 + RX-104 + PP-105: Bug Fix + \ No newline at end of file diff --git a/shellops/assets/ShellOps_818c1d40c0/gold/resolved_issues.txt b/shellops/assets/ShellOps_818c1d40c0/gold/resolved_issues.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9dbefa16c3743cf7ee8574205e76e1ffcab5170 --- /dev/null +++ b/shellops/assets/ShellOps_818c1d40c0/gold/resolved_issues.txt @@ -0,0 +1,5 @@ +PP-101 +PP-103 +PP-105 +TST-106 +PP-107 \ No newline at end of file diff --git a/shellops/assets/ShellOps_818c1d40c0/init/distractor.md b/shellops/assets/ShellOps_818c1d40c0/init/distractor.md new file mode 100644 index 0000000000000000000000000000000000000000..8ae7824b5444c16cbcee1e1f8c72bf6eec303c25 --- /dev/null +++ b/shellops/assets/ShellOps_818c1d40c0/init/distractor.md @@ -0,0 +1,3 @@ +# Note +- Investigate RX-104 (not in resolved list) +- PP-107 is marked resolved but not in XML \ No newline at end of file diff --git a/shellops/assets/ShellOps_818c1d40c0/init/project_manifest.xml b/shellops/assets/ShellOps_818c1d40c0/init/project_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..acb91ba5981d6ff96ea181eb6283a2ec873dc4f5 --- /dev/null +++ b/shellops/assets/ShellOps_818c1d40c0/init/project_manifest.xml @@ -0,0 +1,8 @@ + + PP-101 + PP-102: Feature Update + PP-103 + PP-103 + RX-104 + PP-105: Bug Fix + \ No newline at end of file diff --git a/shellops/assets/ShellOps_818c1d40c0/init/resolved_issues.txt b/shellops/assets/ShellOps_818c1d40c0/init/resolved_issues.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9dbefa16c3743cf7ee8574205e76e1ffcab5170 --- /dev/null +++ b/shellops/assets/ShellOps_818c1d40c0/init/resolved_issues.txt @@ -0,0 +1,5 @@ +PP-101 +PP-103 +PP-105 +TST-106 +PP-107 \ No newline at end of file diff --git a/shellops/assets/ShellOps_81cc5c2ac1/gold/deployment.xml b/shellops/assets/ShellOps_81cc5c2ac1/gold/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b924a19b51eeb1ac853ca23706e53a5db1f86c9 --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/gold/deployment.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_81cc5c2ac1/gold/devices.txt b/shellops/assets/ShellOps_81cc5c2ac1/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..976f88292db82ca47d693db740dbb97fde86f00f --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/gold/devices.txt @@ -0,0 +1,10 @@ +A1B2C3 +D4E5F6 +G7H8I9 +J0K1L2 +M3N4O5 +P6Q7R8 +S9T0U1 +V2W3X4 +Y5Z6A7 +B8C9D0 diff --git a/shellops/assets/ShellOps_81cc5c2ac1/gold/missing_devices.txt b/shellops/assets/ShellOps_81cc5c2ac1/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..c36a72c32c1c2560b87479e71197e237e621a161 --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/gold/missing_devices.txt @@ -0,0 +1 @@ +B8C9D0 diff --git a/shellops/assets/ShellOps_81cc5c2ac1/gold/notes.md b/shellops/assets/ShellOps_81cc5c2ac1/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..eb10dd2ad3126ab972471d2e189b431c8bcd0292 --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/gold/notes.md @@ -0,0 +1,5 @@ +# Deployment Notes + +- All devices marked active are currently deployed. +- Device B8C9D0 was deprecated and should not be deployed. +- This file is for reference only and does not affect the missing device check. diff --git a/shellops/assets/ShellOps_81cc5c2ac1/init/deployment.xml b/shellops/assets/ShellOps_81cc5c2ac1/init/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b924a19b51eeb1ac853ca23706e53a5db1f86c9 --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/init/deployment.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_81cc5c2ac1/init/devices.txt b/shellops/assets/ShellOps_81cc5c2ac1/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..976f88292db82ca47d693db740dbb97fde86f00f --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/init/devices.txt @@ -0,0 +1,10 @@ +A1B2C3 +D4E5F6 +G7H8I9 +J0K1L2 +M3N4O5 +P6Q7R8 +S9T0U1 +V2W3X4 +Y5Z6A7 +B8C9D0 diff --git a/shellops/assets/ShellOps_81cc5c2ac1/init/notes.md b/shellops/assets/ShellOps_81cc5c2ac1/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..eb10dd2ad3126ab972471d2e189b431c8bcd0292 --- /dev/null +++ b/shellops/assets/ShellOps_81cc5c2ac1/init/notes.md @@ -0,0 +1,5 @@ +# Deployment Notes + +- All devices marked active are currently deployed. +- Device B8C9D0 was deprecated and should not be deployed. +- This file is for reference only and does not affect the missing device check. diff --git a/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_a.xml b/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..189bf7de788b667fd5023f4a5c287276525ac551 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_a.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_b.xml b/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac0eed97eb53c038e754117a53fc2010d32aa6f6 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_b.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_c.xml b/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_c.xml new file mode 100644 index 0000000000000000000000000000000000000000..acef130d6492cfdf56f63a3b42b4f8be158c9d76 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/gold/devices/node_c.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81da9c42e0/gold/voltage_report.out b/shellops/assets/ShellOps_81da9c42e0/gold/voltage_report.out new file mode 100644 index 0000000000000000000000000000000000000000..3115a46437326c26dc36acd480705af55995c4c8 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/gold/voltage_report.out @@ -0,0 +1,3 @@ +A12 12.1 +B7 12.0 +C3 13.2 diff --git a/shellops/assets/ShellOps_81da9c42e0/init/devices/node_a.xml b/shellops/assets/ShellOps_81da9c42e0/init/devices/node_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..189bf7de788b667fd5023f4a5c287276525ac551 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/init/devices/node_a.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81da9c42e0/init/devices/node_b.xml b/shellops/assets/ShellOps_81da9c42e0/init/devices/node_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac0eed97eb53c038e754117a53fc2010d32aa6f6 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/init/devices/node_b.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81da9c42e0/init/devices/node_c.xml b/shellops/assets/ShellOps_81da9c42e0/init/devices/node_c.xml new file mode 100644 index 0000000000000000000000000000000000000000..acef130d6492cfdf56f63a3b42b4f8be158c9d76 --- /dev/null +++ b/shellops/assets/ShellOps_81da9c42e0/init/devices/node_c.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_81ffd4b391/gold/approved_devices.txt b/shellops/assets/ShellOps_81ffd4b391/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..26a113ee3c3b7aaf3a8a4e76ce7ef177104b8e17 --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/gold/approved_devices.txt @@ -0,0 +1,5 @@ +DEV-1001 +DEV-1002 +DEV-1004 +DEV-1007 +DEV-1010 diff --git a/shellops/assets/ShellOps_81ffd4b391/gold/devices.xml b/shellops/assets/ShellOps_81ffd4b391/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..cde3b4bb68db9f14c473c7fb5c7afacc323bd32e --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/gold/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_81ffd4b391/gold/missing_devices.txt b/shellops/assets/ShellOps_81ffd4b391/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9191d2c168b0bc2ebb485471aba7a07f5fba0622 --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/gold/missing_devices.txt @@ -0,0 +1,3 @@ +DEV-1003 +DEV-1005 +DEV-1006 diff --git a/shellops/assets/ShellOps_81ffd4b391/gold/notes.txt b/shellops/assets/ShellOps_81ffd4b391/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ae3f043c272b130b7a2e01ff4e36a672e71f912 --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/gold/notes.txt @@ -0,0 +1 @@ +Legacy device DEV-1008 was decommissioned last quarter. diff --git a/shellops/assets/ShellOps_81ffd4b391/init/approved_devices.txt b/shellops/assets/ShellOps_81ffd4b391/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..26a113ee3c3b7aaf3a8a4e76ce7ef177104b8e17 --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/init/approved_devices.txt @@ -0,0 +1,5 @@ +DEV-1001 +DEV-1002 +DEV-1004 +DEV-1007 +DEV-1010 diff --git a/shellops/assets/ShellOps_81ffd4b391/init/devices.xml b/shellops/assets/ShellOps_81ffd4b391/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..cde3b4bb68db9f14c473c7fb5c7afacc323bd32e --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/init/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_81ffd4b391/init/notes.txt b/shellops/assets/ShellOps_81ffd4b391/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ae3f043c272b130b7a2e01ff4e36a672e71f912 --- /dev/null +++ b/shellops/assets/ShellOps_81ffd4b391/init/notes.txt @@ -0,0 +1 @@ +Legacy device DEV-1008 was decommissioned last quarter. diff --git a/shellops/assets/ShellOps_820a44ff92/gold/docs/.keep b/shellops/assets/ShellOps_820a44ff92/gold/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_820a44ff92/gold/docs/release_notes.log b/shellops/assets/ShellOps_820a44ff92/gold/docs/release_notes.log new file mode 100644 index 0000000000000000000000000000000000000000..f804c36abb899c5ec4e4597daf495ef4f5e92708 --- /dev/null +++ b/shellops/assets/ShellOps_820a44ff92/gold/docs/release_notes.log @@ -0,0 +1,6 @@ +# Rulebook release 2024-05-01 +ADDED: 110,111 +DEPRECATED: 102,105 +# End of changes +ADDED: 109 +DEPRECATED: 103 \ No newline at end of file diff --git a/shellops/assets/ShellOps_820a44ff92/init/docs/.keep b/shellops/assets/ShellOps_820a44ff92/init/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_820a44ff92/init/docs/release_notes.log b/shellops/assets/ShellOps_820a44ff92/init/docs/release_notes.log new file mode 100644 index 0000000000000000000000000000000000000000..f804c36abb899c5ec4e4597daf495ef4f5e92708 --- /dev/null +++ b/shellops/assets/ShellOps_820a44ff92/init/docs/release_notes.log @@ -0,0 +1,6 @@ +# Rulebook release 2024-05-01 +ADDED: 110,111 +DEPRECATED: 102,105 +# End of changes +ADDED: 109 +DEPRECATED: 103 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8215e79a28/gold/distractor/old_manifest.md b/shellops/assets/ShellOps_8215e79a28/gold/distractor/old_manifest.md new file mode 100644 index 0000000000000000000000000000000000000000..907ae6cf84770aec6dce2355d6c4de2b487a35e7 --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/gold/distractor/old_manifest.md @@ -0,0 +1,6 @@ +## Old manifest +- feature_101 +- feature_205 +- feature_312 +- feature_418 +- feature_900 diff --git a/shellops/assets/ShellOps_8215e79a28/gold/features/master_whitelist.txt b/shellops/assets/ShellOps_8215e79a28/gold/features/master_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..59b3c934483823fc1d078c7d9b08f2f59ccad19d --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/gold/features/master_whitelist.txt @@ -0,0 +1,9 @@ +feature_101 +feature_205 +feature_312 +feature_418 +feature_500 +feature_550 +feature_600 +feature_700 +feature_720 diff --git a/shellops/assets/ShellOps_8215e79a28/gold/features/whitelist.conf b/shellops/assets/ShellOps_8215e79a28/gold/features/whitelist.conf new file mode 100644 index 0000000000000000000000000000000000000000..f3cecd5fa7b0127cd15d620df911296be3e94655 --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/gold/features/whitelist.conf @@ -0,0 +1,9 @@ +# Production feature whitelist +feature_101 +feature_205 +feature_312 +feature_418 +# Legacy entries below +feature_500 deprecated +feature_600 beta-only +feature_700 production-ready diff --git a/shellops/assets/ShellOps_8215e79a28/gold/staging/features.json b/shellops/assets/ShellOps_8215e79a28/gold/staging/features.json new file mode 100644 index 0000000000000000000000000000000000000000..63d251e4ba69d7ed8cbe8e06d6e82c705c2afca0 --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/gold/staging/features.json @@ -0,0 +1,8 @@ +{ + "feature_205": {"status": "production-ready", "owner": "team-b"}, + "feature_312": {"status": "staging", "owner": "team-a"}, + "feature_418": {"status": "production-ready", "owner": "team-c"}, + "feature_550": {"status": "production-ready", "owner": "team-d"}, + "feature_600": {"status": "beta-only", "owner": "team-e"}, + "feature_720": {"status": "production-ready", "owner": "team-f"} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8215e79a28/init/distractor/old_manifest.md b/shellops/assets/ShellOps_8215e79a28/init/distractor/old_manifest.md new file mode 100644 index 0000000000000000000000000000000000000000..907ae6cf84770aec6dce2355d6c4de2b487a35e7 --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/init/distractor/old_manifest.md @@ -0,0 +1,6 @@ +## Old manifest +- feature_101 +- feature_205 +- feature_312 +- feature_418 +- feature_900 diff --git a/shellops/assets/ShellOps_8215e79a28/init/features/whitelist.conf b/shellops/assets/ShellOps_8215e79a28/init/features/whitelist.conf new file mode 100644 index 0000000000000000000000000000000000000000..f3cecd5fa7b0127cd15d620df911296be3e94655 --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/init/features/whitelist.conf @@ -0,0 +1,9 @@ +# Production feature whitelist +feature_101 +feature_205 +feature_312 +feature_418 +# Legacy entries below +feature_500 deprecated +feature_600 beta-only +feature_700 production-ready diff --git a/shellops/assets/ShellOps_8215e79a28/init/staging/features.json b/shellops/assets/ShellOps_8215e79a28/init/staging/features.json new file mode 100644 index 0000000000000000000000000000000000000000..63d251e4ba69d7ed8cbe8e06d6e82c705c2afca0 --- /dev/null +++ b/shellops/assets/ShellOps_8215e79a28/init/staging/features.json @@ -0,0 +1,8 @@ +{ + "feature_205": {"status": "production-ready", "owner": "team-b"}, + "feature_312": {"status": "staging", "owner": "team-a"}, + "feature_418": {"status": "production-ready", "owner": "team-c"}, + "feature_550": {"status": "production-ready", "owner": "team-d"}, + "feature_600": {"status": "beta-only", "owner": "team-e"}, + "feature_720": {"status": "production-ready", "owner": "team-f"} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/gold/active_flagged.txt b/shellops/assets/ShellOps_8247381f76/gold/active_flagged.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d40e59b4d6a29fb1f4cf6d0372fc99e622d26a2 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/active_flagged.txt @@ -0,0 +1 @@ +P001 diff --git a/shellops/assets/ShellOps_8247381f76/gold/blacklist/medications.txt b/shellops/assets/ShellOps_8247381f76/gold/blacklist/medications.txt new file mode 100644 index 0000000000000000000000000000000000000000..d76ad24986bf6546e932a0a541434769ef5c26ad --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/blacklist/medications.txt @@ -0,0 +1,2 @@ +warfarin +oxycodone diff --git a/shellops/assets/ShellOps_8247381f76/gold/distractor/notes.md b/shellops/assets/ShellOps_8247381f76/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f381aa90431c2a5987b7961a2d895e66f2ab7ecd --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/distractor/notes.md @@ -0,0 +1,3 @@ +# Random clinical notes +* Patient P005 pending discharge +* Re-evaluate P001 next week diff --git a/shellops/assets/ShellOps_8247381f76/gold/patient_alpha.json b/shellops/assets/ShellOps_8247381f76/gold/patient_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..8bfa1f50a5caf6e3db325b4bcb30369028b3efc3 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/patient_alpha.json @@ -0,0 +1 @@ +{"id": "P001", "status": "active", "medications": [{"name": "lisinopril", "status": "restricted"}, {"name": "metformin", "status": "allowed"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/gold/patient_beta.json b/shellops/assets/ShellOps_8247381f76/gold/patient_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..27ea58b92d98cd7270114d9b8c34a9016492d5c1 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/patient_beta.json @@ -0,0 +1 @@ +{"id": "P002", "status": "inactive", "medications": [{"name": "warfarin", "status": "restricted"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/gold/patient_charlie.json b/shellops/assets/ShellOps_8247381f76/gold/patient_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..08b912f2406f49146ff16242f10460888cd39e90 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/patient_charlie.json @@ -0,0 +1 @@ +{"id": "P003", "status": "active", "medications": [{"name": "atorvastatin", "status": "allowed"}, {"name": "levothyroxine", "status": "allowed"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/gold/patient_delta.json b/shellops/assets/ShellOps_8247381f76/gold/patient_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..b396e1e3aee07c059a62a17a270c1af8a6bef523 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/gold/patient_delta.json @@ -0,0 +1 @@ +{"id": "P004", "status": "active", "medications": [{"name": "oxycodone", "status": "restricted"}, {"name": "acetaminophen", "status": "allowed"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/init/blacklist/medications.txt b/shellops/assets/ShellOps_8247381f76/init/blacklist/medications.txt new file mode 100644 index 0000000000000000000000000000000000000000..d76ad24986bf6546e932a0a541434769ef5c26ad --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/init/blacklist/medications.txt @@ -0,0 +1,2 @@ +warfarin +oxycodone diff --git a/shellops/assets/ShellOps_8247381f76/init/distractor/notes.md b/shellops/assets/ShellOps_8247381f76/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f381aa90431c2a5987b7961a2d895e66f2ab7ecd --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/init/distractor/notes.md @@ -0,0 +1,3 @@ +# Random clinical notes +* Patient P005 pending discharge +* Re-evaluate P001 next week diff --git a/shellops/assets/ShellOps_8247381f76/init/patient_alpha.json b/shellops/assets/ShellOps_8247381f76/init/patient_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..8bfa1f50a5caf6e3db325b4bcb30369028b3efc3 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/init/patient_alpha.json @@ -0,0 +1 @@ +{"id": "P001", "status": "active", "medications": [{"name": "lisinopril", "status": "restricted"}, {"name": "metformin", "status": "allowed"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/init/patient_beta.json b/shellops/assets/ShellOps_8247381f76/init/patient_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..27ea58b92d98cd7270114d9b8c34a9016492d5c1 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/init/patient_beta.json @@ -0,0 +1 @@ +{"id": "P002", "status": "inactive", "medications": [{"name": "warfarin", "status": "restricted"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/init/patient_charlie.json b/shellops/assets/ShellOps_8247381f76/init/patient_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..08b912f2406f49146ff16242f10460888cd39e90 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/init/patient_charlie.json @@ -0,0 +1 @@ +{"id": "P003", "status": "active", "medications": [{"name": "atorvastatin", "status": "allowed"}, {"name": "levothyroxine", "status": "allowed"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8247381f76/init/patient_delta.json b/shellops/assets/ShellOps_8247381f76/init/patient_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..b396e1e3aee07c059a62a17a270c1af8a6bef523 --- /dev/null +++ b/shellops/assets/ShellOps_8247381f76/init/patient_delta.json @@ -0,0 +1 @@ +{"id": "P004", "status": "active", "medications": [{"name": "oxycodone", "status": "restricted"}, {"name": "acetaminophen", "status": "allowed"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_825ef3dc82/gold/cleaned_manifest.txt b/shellops/assets/ShellOps_825ef3dc82/gold/cleaned_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbc66e6640347ca93a7532e86478a8afa26c2056 --- /dev/null +++ b/shellops/assets/ShellOps_825ef3dc82/gold/cleaned_manifest.txt @@ -0,0 +1,5 @@ +app-server=5.0.3 +cache-layer=1.0.0 +db-connector=9.2.0 +logging-agent=2.1.7 +metrics-collector=3.0.1 diff --git a/shellops/assets/ShellOps_825ef3dc82/gold/deployments/active_components.manifest b/shellops/assets/ShellOps_825ef3dc82/gold/deployments/active_components.manifest new file mode 100644 index 0000000000000000000000000000000000000000..1eabb46625355ae314dfd0ddd64b9999cc1d220c --- /dev/null +++ b/shellops/assets/ShellOps_825ef3dc82/gold/deployments/active_components.manifest @@ -0,0 +1,8 @@ +app-server=5.0.3 +logging-agent=2.1.7 +db-connector=9.2.0 +app-server=5.0.2 +metrics-collector=3.0.1 +db-connector=9.1.5 +cache-layer=1.0.0 +logging-agent=2.1.6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_825ef3dc82/init/deployments/active_components.manifest b/shellops/assets/ShellOps_825ef3dc82/init/deployments/active_components.manifest new file mode 100644 index 0000000000000000000000000000000000000000..1eabb46625355ae314dfd0ddd64b9999cc1d220c --- /dev/null +++ b/shellops/assets/ShellOps_825ef3dc82/init/deployments/active_components.manifest @@ -0,0 +1,8 @@ +app-server=5.0.3 +logging-agent=2.1.7 +db-connector=9.2.0 +app-server=5.0.2 +metrics-collector=3.0.1 +db-connector=9.1.5 +cache-layer=1.0.0 +logging-agent=2.1.6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/.keep b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/api.properties b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/api.properties new file mode 100644 index 0000000000000000000000000000000000000000..ee9c6a794253f072f89934daa668cb6693ddc105 --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/api.properties @@ -0,0 +1,3 @@ +server.port=9443 +tls.version=TLSv1.3 +cipher.suites=HIGH:!aNULL:!eNULL diff --git a/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/frontend.properties b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/frontend.properties new file mode 100644 index 0000000000000000000000000000000000000000..994754966f8cd23838f7f656ce721db06af2332c --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/frontend.properties @@ -0,0 +1,3 @@ +server.port=8443 +tls.version=TLSv1.2 +cipher.suites=HIGH:!aNULL:!MD5 diff --git a/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/legacy.properties b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/legacy.properties new file mode 100644 index 0000000000000000000000000000000000000000..c0b129afca12d4a2bd9c164aeaa3d086dcc52fc4 --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/legacy.properties @@ -0,0 +1,2 @@ +server.port=7443 +cipher.suites=MEDIUM:!aNULL diff --git a/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/worker.properties b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..4dcae16d87b8cbbf4d6ae230524213fbe61fed87 --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/gold/profiles/worker.properties @@ -0,0 +1,2 @@ +server.port=6443 +tls.version=TLSv1.2 diff --git a/shellops/assets/ShellOps_8266a0fbdd/gold/tls_versions.csv b/shellops/assets/ShellOps_8266a0fbdd/gold/tls_versions.csv new file mode 100644 index 0000000000000000000000000000000000000000..f1392ad4cf22d39ab7099cace5326064ae08c17b --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/gold/tls_versions.csv @@ -0,0 +1,4 @@ +api,TLSv1.3 +frontend,TLSv1.2 +legacy,MISSING +worker,TLSv1.2 diff --git a/shellops/assets/ShellOps_8266a0fbdd/init/profiles/.keep b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8266a0fbdd/init/profiles/api.properties b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/api.properties new file mode 100644 index 0000000000000000000000000000000000000000..ee9c6a794253f072f89934daa668cb6693ddc105 --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/api.properties @@ -0,0 +1,3 @@ +server.port=9443 +tls.version=TLSv1.3 +cipher.suites=HIGH:!aNULL:!eNULL diff --git a/shellops/assets/ShellOps_8266a0fbdd/init/profiles/frontend.properties b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/frontend.properties new file mode 100644 index 0000000000000000000000000000000000000000..994754966f8cd23838f7f656ce721db06af2332c --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/frontend.properties @@ -0,0 +1,3 @@ +server.port=8443 +tls.version=TLSv1.2 +cipher.suites=HIGH:!aNULL:!MD5 diff --git a/shellops/assets/ShellOps_8266a0fbdd/init/profiles/legacy.properties b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/legacy.properties new file mode 100644 index 0000000000000000000000000000000000000000..c0b129afca12d4a2bd9c164aeaa3d086dcc52fc4 --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/legacy.properties @@ -0,0 +1,2 @@ +server.port=7443 +cipher.suites=MEDIUM:!aNULL diff --git a/shellops/assets/ShellOps_8266a0fbdd/init/profiles/worker.properties b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..4dcae16d87b8cbbf4d6ae230524213fbe61fed87 --- /dev/null +++ b/shellops/assets/ShellOps_8266a0fbdd/init/profiles/worker.properties @@ -0,0 +1,2 @@ +server.port=6443 +tls.version=TLSv1.2 diff --git a/shellops/assets/ShellOps_829fcb4709/gold/baseline/instruments.txt b/shellops/assets/ShellOps_829fcb4709/gold/baseline/instruments.txt new file mode 100644 index 0000000000000000000000000000000000000000..26a618e3f7176d38256ced2a7a527bed1eb80a56 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/gold/baseline/instruments.txt @@ -0,0 +1,5 @@ +INSTR-1001 +INSTR-1002 +INSTR-1003 +INSTR-1004 +INSTR-1005 diff --git a/shellops/assets/ShellOps_829fcb4709/gold/notes/irrelevant_plan.md b/shellops/assets/ShellOps_829fcb4709/gold/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..dc67ec270d002ac2fca28aab122396ab45d95fe0 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/gold/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Future rework ideas +- Consider adding INSTR-1006 later. +- Maybe retire INSTR-1004. diff --git a/shellops/assets/ShellOps_829fcb4709/gold/reports/unregistered.tsv b/shellops/assets/ShellOps_829fcb4709/gold/reports/unregistered.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c4effb03826dc3234195f3abfa84a5426b06feb8 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/gold/reports/unregistered.tsv @@ -0,0 +1,3 @@ +instrument_id reason +INSTR-1003 missing +INSTR-1004 missing diff --git a/shellops/assets/ShellOps_829fcb4709/gold/runtime/inventory.xml b/shellops/assets/ShellOps_829fcb4709/gold/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..79ec0eae3f426f44da6739ef3a77bee89c4dbad6 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/gold/runtime/inventory.xml @@ -0,0 +1,15 @@ + + + + INSTR-1001 + Lab A + + + INSTR-1002 + Lab B + + + INSTR-1005 + Lab C + + diff --git a/shellops/assets/ShellOps_829fcb4709/init/baseline/instruments.txt b/shellops/assets/ShellOps_829fcb4709/init/baseline/instruments.txt new file mode 100644 index 0000000000000000000000000000000000000000..26a618e3f7176d38256ced2a7a527bed1eb80a56 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/init/baseline/instruments.txt @@ -0,0 +1,5 @@ +INSTR-1001 +INSTR-1002 +INSTR-1003 +INSTR-1004 +INSTR-1005 diff --git a/shellops/assets/ShellOps_829fcb4709/init/notes/irrelevant_plan.md b/shellops/assets/ShellOps_829fcb4709/init/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..dc67ec270d002ac2fca28aab122396ab45d95fe0 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/init/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Future rework ideas +- Consider adding INSTR-1006 later. +- Maybe retire INSTR-1004. diff --git a/shellops/assets/ShellOps_829fcb4709/init/runtime/inventory.xml b/shellops/assets/ShellOps_829fcb4709/init/runtime/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..79ec0eae3f426f44da6739ef3a77bee89c4dbad6 --- /dev/null +++ b/shellops/assets/ShellOps_829fcb4709/init/runtime/inventory.xml @@ -0,0 +1,15 @@ + + + + INSTR-1001 + Lab A + + + INSTR-1002 + Lab B + + + INSTR-1005 + Lab C + + diff --git a/shellops/assets/ShellOps_82a0ae0cc3/gold/anomalies.txt b/shellops/assets/ShellOps_82a0ae0cc3/gold/anomalies.txt new file mode 100644 index 0000000000000000000000000000000000000000..98e6b787d7450f6253910b3b1120f0f20d4a582e --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/gold/anomalies.txt @@ -0,0 +1,2 @@ +db.user +unknown.setting diff --git a/shellops/assets/ShellOps_82a0ae0cc3/gold/common/defaults.prop b/shellops/assets/ShellOps_82a0ae0cc3/gold/common/defaults.prop new file mode 100644 index 0000000000000000000000000000000000000000..a1b9d9bef196a8c9aa61ef90e745b3e69bc92e41 --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/gold/common/defaults.prop @@ -0,0 +1,4 @@ +cache.size=128 +logging.level=INFO +server.port=8080 +timeout=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a0ae0cc3/gold/env/production_env.prop b/shellops/assets/ShellOps_82a0ae0cc3/gold/env/production_env.prop new file mode 100644 index 0000000000000000000000000000000000000000..b04a6050bc2816bb9603e74746d09b977c0ec18a --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/gold/env/production_env.prop @@ -0,0 +1,3 @@ +server.port=8443 +db.host=postgres.prod +logging.level=WARN \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a0ae0cc3/gold/merged.properties b/shellops/assets/ShellOps_82a0ae0cc3/gold/merged.properties new file mode 100644 index 0000000000000000000000000000000000000000..53da0e16b14cfb89f6869308242b99fc63879c98 --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/gold/merged.properties @@ -0,0 +1,6 @@ +server.port=8443 +cache.size=256 +logging.level=WARN +db.user=admin +unknown.setting=true +timeout=45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a0ae0cc3/init/common/defaults.prop b/shellops/assets/ShellOps_82a0ae0cc3/init/common/defaults.prop new file mode 100644 index 0000000000000000000000000000000000000000..a1b9d9bef196a8c9aa61ef90e745b3e69bc92e41 --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/init/common/defaults.prop @@ -0,0 +1,4 @@ +cache.size=128 +logging.level=INFO +server.port=8080 +timeout=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a0ae0cc3/init/env/production_env.prop b/shellops/assets/ShellOps_82a0ae0cc3/init/env/production_env.prop new file mode 100644 index 0000000000000000000000000000000000000000..b04a6050bc2816bb9603e74746d09b977c0ec18a --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/init/env/production_env.prop @@ -0,0 +1,3 @@ +server.port=8443 +db.host=postgres.prod +logging.level=WARN \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a0ae0cc3/init/merged.properties b/shellops/assets/ShellOps_82a0ae0cc3/init/merged.properties new file mode 100644 index 0000000000000000000000000000000000000000..53da0e16b14cfb89f6869308242b99fc63879c98 --- /dev/null +++ b/shellops/assets/ShellOps_82a0ae0cc3/init/merged.properties @@ -0,0 +1,6 @@ +server.port=8443 +cache.size=256 +logging.level=WARN +db.user=admin +unknown.setting=true +timeout=45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/gold/missing_categories.csv b/shellops/assets/ShellOps_82a4223837/gold/missing_categories.csv new file mode 100644 index 0000000000000000000000000000000000000000..983023f6304037516e862a085e9f8a2e60233884 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/gold/missing_categories.csv @@ -0,0 +1,2 @@ +Sports +Toys diff --git a/shellops/assets/ShellOps_82a4223837/gold/store/inventory_alpha.xml b/shellops/assets/ShellOps_82a4223837/gold/store/inventory_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..af5e1dd6e15d6119ed234b33d408247e95348fe1 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/gold/store/inventory_alpha.xml @@ -0,0 +1,4 @@ + + Books + Home & Kitchen + \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/gold/store/inventory_beta.xml b/shellops/assets/ShellOps_82a4223837/gold/store/inventory_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..4a5a14541d99df4f397ea3fc1ad56ef51a203791 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/gold/store/inventory_beta.xml @@ -0,0 +1,4 @@ + + Electronics + Automotive + \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/gold/store/notes.txt b/shellops/assets/ShellOps_82a4223837/gold/store/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f23c908de439c50214ebc341f3b0690c12f10fa --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/gold/store/notes.txt @@ -0,0 +1 @@ +Check stock levels for seasonal items \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/gold/target_categories.txt b/shellops/assets/ShellOps_82a4223837/gold/target_categories.txt new file mode 100644 index 0000000000000000000000000000000000000000..bad6441e6466991ecd140f47fe800c5b2ce76a13 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/gold/target_categories.txt @@ -0,0 +1,6 @@ +Electronics +Home & Kitchen +Books +Toys +Sports +Automotive diff --git a/shellops/assets/ShellOps_82a4223837/init/store/inventory_alpha.xml b/shellops/assets/ShellOps_82a4223837/init/store/inventory_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..af5e1dd6e15d6119ed234b33d408247e95348fe1 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/init/store/inventory_alpha.xml @@ -0,0 +1,4 @@ + + Books + Home & Kitchen + \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/init/store/inventory_beta.xml b/shellops/assets/ShellOps_82a4223837/init/store/inventory_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..4a5a14541d99df4f397ea3fc1ad56ef51a203791 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/init/store/inventory_beta.xml @@ -0,0 +1,4 @@ + + Electronics + Automotive + \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/init/store/notes.txt b/shellops/assets/ShellOps_82a4223837/init/store/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f23c908de439c50214ebc341f3b0690c12f10fa --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/init/store/notes.txt @@ -0,0 +1 @@ +Check stock levels for seasonal items \ No newline at end of file diff --git a/shellops/assets/ShellOps_82a4223837/init/target_categories.txt b/shellops/assets/ShellOps_82a4223837/init/target_categories.txt new file mode 100644 index 0000000000000000000000000000000000000000..bad6441e6466991ecd140f47fe800c5b2ce76a13 --- /dev/null +++ b/shellops/assets/ShellOps_82a4223837/init/target_categories.txt @@ -0,0 +1,6 @@ +Electronics +Home & Kitchen +Books +Toys +Sports +Automotive diff --git a/shellops/assets/ShellOps_82c1a828ab/gold/lab/calibration/calib_20240601.log b/shellops/assets/ShellOps_82c1a828ab/gold/lab/calibration/calib_20240601.log new file mode 100644 index 0000000000000000000000000000000000000000..d3d7da5d15e405bc9de5992c3d9a012c01147379 --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/gold/lab/calibration/calib_20240601.log @@ -0,0 +1,3 @@ +2024-06-01 08:30:00 calib exp_101 baseline +2024-06-01 08:45:00 calib exp_102 baseline +2024-06-01 09:30:00 calib exp_105 baseline diff --git a/shellops/assets/ShellOps_82c1a828ab/gold/lab/notes.md b/shellops/assets/ShellOps_82c1a828ab/gold/lab/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..04132e54df171303600298cde5202ae4b5609498 --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/gold/lab/notes.md @@ -0,0 +1 @@ +Unrelated notes: exp_999 was skipped. diff --git a/shellops/assets/ShellOps_82c1a828ab/gold/lab/runs/experiment_run.log b/shellops/assets/ShellOps_82c1a828ab/gold/lab/runs/experiment_run.log new file mode 100644 index 0000000000000000000000000000000000000000..020b05e25007755dbda420a9fb3495f6ec78e01b --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/gold/lab/runs/experiment_run.log @@ -0,0 +1,6 @@ +2024-06-01 09:00:00 start exp_101 +2024-06-01 09:15:23 result exp_101 ok +2024-06-01 10:00:00 start exp_102 +2024-06-01 10:20:45 result exp_102 ok +2024-06-01 11:00:00 start exp_103 +2024-06-01 11:10:10 result exp_103 ok diff --git a/shellops/assets/ShellOps_82c1a828ab/gold/matched_experiments.txt b/shellops/assets/ShellOps_82c1a828ab/gold/matched_experiments.txt new file mode 100644 index 0000000000000000000000000000000000000000..63846c6ef96e71663d4c46ee3fd321621d5ffb2c --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/gold/matched_experiments.txt @@ -0,0 +1,2 @@ +exp_101 +exp_102 diff --git a/shellops/assets/ShellOps_82c1a828ab/init/lab/calibration/calib_20240601.log b/shellops/assets/ShellOps_82c1a828ab/init/lab/calibration/calib_20240601.log new file mode 100644 index 0000000000000000000000000000000000000000..d3d7da5d15e405bc9de5992c3d9a012c01147379 --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/init/lab/calibration/calib_20240601.log @@ -0,0 +1,3 @@ +2024-06-01 08:30:00 calib exp_101 baseline +2024-06-01 08:45:00 calib exp_102 baseline +2024-06-01 09:30:00 calib exp_105 baseline diff --git a/shellops/assets/ShellOps_82c1a828ab/init/lab/notes.md b/shellops/assets/ShellOps_82c1a828ab/init/lab/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..04132e54df171303600298cde5202ae4b5609498 --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/init/lab/notes.md @@ -0,0 +1 @@ +Unrelated notes: exp_999 was skipped. diff --git a/shellops/assets/ShellOps_82c1a828ab/init/lab/runs/experiment_run.log b/shellops/assets/ShellOps_82c1a828ab/init/lab/runs/experiment_run.log new file mode 100644 index 0000000000000000000000000000000000000000..020b05e25007755dbda420a9fb3495f6ec78e01b --- /dev/null +++ b/shellops/assets/ShellOps_82c1a828ab/init/lab/runs/experiment_run.log @@ -0,0 +1,6 @@ +2024-06-01 09:00:00 start exp_101 +2024-06-01 09:15:23 result exp_101 ok +2024-06-01 10:00:00 start exp_102 +2024-06-01 10:20:45 result exp_102 ok +2024-06-01 11:00:00 start exp_103 +2024-06-01 11:10:10 result exp_103 ok diff --git a/shellops/assets/ShellOps_82c964fec0/gold/audit_manifest.xml b/shellops/assets/ShellOps_82c964fec0/gold/audit_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..4666ffbdc951ba93e8dbccc3afee9e79ba6d0ba2 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/gold/audit_manifest.xml @@ -0,0 +1,14 @@ + + + SN-X9F4-7723active + SN-P3Q8-4451active + SN-DT45-XB24maintenance + SN-W2Y9-5580active + SN-H7M5-2134active + SN-A5V0-8021active + SN-E9J6-4825decommissioned + SN-B8P4-1562active + SN-F6N2-5487active + SN-X1Y2-Z3W4active + SN-R7S8-T9U0maintenance + diff --git a/shellops/assets/ShellOps_82c964fec0/gold/lab_devices.txt b/shellops/assets/ShellOps_82c964fec0/gold/lab_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26796646a6db971cc427d0478139f22c5bd4161 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/gold/lab_devices.txt @@ -0,0 +1,15 @@ +SN-X9F4-7723 +SN-P3Q8-4451 +SN-ZB92-MN11 +SN-K6T2-1907 +SN-DT45-XB24 +SN-L8R7-3366 +SN-W2Y9-5580 +SN-U4N1-9912 +SN-H7M5-2134 +SN-Q1S3-6749 +SN-A5V0-8021 +SN-E9J6-4825 +SN-C3G7-7390 +SN-B8P4-1562 +SN-F6N2-5487 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82c964fec0/gold/missing_from_audit.txt b/shellops/assets/ShellOps_82c964fec0/gold/missing_from_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..982d8be8b84e44df338c09e720fb47d376d1d965 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/gold/missing_from_audit.txt @@ -0,0 +1,6 @@ +SN-C3G7-7390 +SN-K6T2-1907 +SN-L8R7-3366 +SN-Q1S3-6749 +SN-U4N1-9912 +SN-ZB92-MN11 diff --git a/shellops/assets/ShellOps_82c964fec0/gold/notes.txt b/shellops/assets/ShellOps_82c964fec0/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..57ac4cb7bfc60ba2da27a54232c693efdca34818 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/gold/notes.txt @@ -0,0 +1 @@ +Audit manifest was generated on 2024-10-15. Some devices are marked as decommissioned but remain in the manifest for compliance tracking. \ No newline at end of file diff --git a/shellops/assets/ShellOps_82c964fec0/init/audit_manifest.xml b/shellops/assets/ShellOps_82c964fec0/init/audit_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..4666ffbdc951ba93e8dbccc3afee9e79ba6d0ba2 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/init/audit_manifest.xml @@ -0,0 +1,14 @@ + + + SN-X9F4-7723active + SN-P3Q8-4451active + SN-DT45-XB24maintenance + SN-W2Y9-5580active + SN-H7M5-2134active + SN-A5V0-8021active + SN-E9J6-4825decommissioned + SN-B8P4-1562active + SN-F6N2-5487active + SN-X1Y2-Z3W4active + SN-R7S8-T9U0maintenance + diff --git a/shellops/assets/ShellOps_82c964fec0/init/lab_devices.txt b/shellops/assets/ShellOps_82c964fec0/init/lab_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26796646a6db971cc427d0478139f22c5bd4161 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/init/lab_devices.txt @@ -0,0 +1,15 @@ +SN-X9F4-7723 +SN-P3Q8-4451 +SN-ZB92-MN11 +SN-K6T2-1907 +SN-DT45-XB24 +SN-L8R7-3366 +SN-W2Y9-5580 +SN-U4N1-9912 +SN-H7M5-2134 +SN-Q1S3-6749 +SN-A5V0-8021 +SN-E9J6-4825 +SN-C3G7-7390 +SN-B8P4-1562 +SN-F6N2-5487 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82c964fec0/init/notes.txt b/shellops/assets/ShellOps_82c964fec0/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..57ac4cb7bfc60ba2da27a54232c693efdca34818 --- /dev/null +++ b/shellops/assets/ShellOps_82c964fec0/init/notes.txt @@ -0,0 +1 @@ +Audit manifest was generated on 2024-10-15. Some devices are marked as decommissioned but remain in the manifest for compliance tracking. \ No newline at end of file diff --git a/shellops/assets/ShellOps_82d15a014a/gold/allocations/current.log b/shellops/assets/ShellOps_82d15a014a/gold/allocations/current.log new file mode 100644 index 0000000000000000000000000000000000000000..92bbcabf0ed246ff9a7177f0a0185a1d444ed5a7 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/gold/allocations/current.log @@ -0,0 +1,3 @@ +10.0.0.0/8 +192.168.2.0/24 +10.1.1.0/24 diff --git a/shellops/assets/ShellOps_82d15a014a/gold/exclusions/blocked_subnets.txt b/shellops/assets/ShellOps_82d15a014a/gold/exclusions/blocked_subnets.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c03c3543584cb9961bb44020057c4fd9e637687 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/gold/exclusions/blocked_subnets.txt @@ -0,0 +1 @@ +192.168.2.0/24 diff --git a/shellops/assets/ShellOps_82d15a014a/gold/exclusions/notes.md b/shellops/assets/ShellOps_82d15a014a/gold/exclusions/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..43d363a50b630c0a3cacd0b4fd054163f882a573 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/gold/exclusions/notes.md @@ -0,0 +1 @@ +# Ignore this file diff --git a/shellops/assets/ShellOps_82d15a014a/gold/firewall/rules.cnf b/shellops/assets/ShellOps_82d15a014a/gold/firewall/rules.cnf new file mode 100644 index 0000000000000000000000000000000000000000..20307fa71367fc5579acf142c25227132dd04290 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/gold/firewall/rules.cnf @@ -0,0 +1,4 @@ +# Firewall configuration +subnet=192.168.1.0/24 +subnet=10.0.0.0/8 +subnet=172.16.0.0/12 diff --git a/shellops/assets/ShellOps_82d15a014a/gold/reports/authorized_subnets.txt b/shellops/assets/ShellOps_82d15a014a/gold/reports/authorized_subnets.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2d2cf6d2e06d7aad7fbd81e8be6b55854aaeb75 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/gold/reports/authorized_subnets.txt @@ -0,0 +1,4 @@ +10.0.0.0/8 +10.1.1.0/24 +172.16.0.0/12 +192.168.1.0/24 diff --git a/shellops/assets/ShellOps_82d15a014a/init/allocations/current.log b/shellops/assets/ShellOps_82d15a014a/init/allocations/current.log new file mode 100644 index 0000000000000000000000000000000000000000..92bbcabf0ed246ff9a7177f0a0185a1d444ed5a7 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/init/allocations/current.log @@ -0,0 +1,3 @@ +10.0.0.0/8 +192.168.2.0/24 +10.1.1.0/24 diff --git a/shellops/assets/ShellOps_82d15a014a/init/exclusions/blocked_subnets.txt b/shellops/assets/ShellOps_82d15a014a/init/exclusions/blocked_subnets.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c03c3543584cb9961bb44020057c4fd9e637687 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/init/exclusions/blocked_subnets.txt @@ -0,0 +1 @@ +192.168.2.0/24 diff --git a/shellops/assets/ShellOps_82d15a014a/init/exclusions/notes.md b/shellops/assets/ShellOps_82d15a014a/init/exclusions/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..43d363a50b630c0a3cacd0b4fd054163f882a573 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/init/exclusions/notes.md @@ -0,0 +1 @@ +# Ignore this file diff --git a/shellops/assets/ShellOps_82d15a014a/init/firewall/rules.cnf b/shellops/assets/ShellOps_82d15a014a/init/firewall/rules.cnf new file mode 100644 index 0000000000000000000000000000000000000000..20307fa71367fc5579acf142c25227132dd04290 --- /dev/null +++ b/shellops/assets/ShellOps_82d15a014a/init/firewall/rules.cnf @@ -0,0 +1,4 @@ +# Firewall configuration +subnet=192.168.1.0/24 +subnet=10.0.0.0/8 +subnet=172.16.0.0/12 diff --git a/shellops/assets/ShellOps_82d95205e6/gold/dispensed_items.csv b/shellops/assets/ShellOps_82d95205e6/gold/dispensed_items.csv new file mode 100644 index 0000000000000000000000000000000000000000..1734058f47c58e163fe46285fa61a7a582a5805a --- /dev/null +++ b/shellops/assets/ShellOps_82d95205e6/gold/dispensed_items.csv @@ -0,0 +1,8 @@ +date,medication_name,quantity,patient_id +2024-03-10,Aspirin,10,P12345 +2024-03-10,Lisinopril,30,P12346 +2024-03-11,Metformin,15,P12347 +2024-03-11,Atorvastatin,20,P12348 +2024-03-12,Aspirin,12,P12349 +2024-03-12,Lisinopril,18,P12350 +2024-03-12,Metformin,22,P12351 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82d95205e6/gold/inventory.json b/shellops/assets/ShellOps_82d95205e6/gold/inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..5631cc3ac321883316609964037ac8143a3d34d1 --- /dev/null +++ b/shellops/assets/ShellOps_82d95205e6/gold/inventory.json @@ -0,0 +1 @@ +[{"medication_name": "Aspirin", "current_stock": 0}, {"medication_name": "Lisinopril", "current_stock": 0}, {"medication_name": "Metformin", "current_stock": 15}, {"medication_name": "Atorvastatin", "current_stock": 5}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82d95205e6/gold/out_of_stock_dispensed.tsv b/shellops/assets/ShellOps_82d95205e6/gold/out_of_stock_dispensed.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5cb443c212c56adbc57317b3989cb93ec71924d1 --- /dev/null +++ b/shellops/assets/ShellOps_82d95205e6/gold/out_of_stock_dispensed.tsv @@ -0,0 +1,2 @@ +Aspirin +Lisinopril diff --git a/shellops/assets/ShellOps_82d95205e6/init/.tmp/out_of_stock.txt b/shellops/assets/ShellOps_82d95205e6/init/.tmp/out_of_stock.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_82d95205e6/init/dispensed_items.csv b/shellops/assets/ShellOps_82d95205e6/init/dispensed_items.csv new file mode 100644 index 0000000000000000000000000000000000000000..1734058f47c58e163fe46285fa61a7a582a5805a --- /dev/null +++ b/shellops/assets/ShellOps_82d95205e6/init/dispensed_items.csv @@ -0,0 +1,8 @@ +date,medication_name,quantity,patient_id +2024-03-10,Aspirin,10,P12345 +2024-03-10,Lisinopril,30,P12346 +2024-03-11,Metformin,15,P12347 +2024-03-11,Atorvastatin,20,P12348 +2024-03-12,Aspirin,12,P12349 +2024-03-12,Lisinopril,18,P12350 +2024-03-12,Metformin,22,P12351 \ No newline at end of file diff --git a/shellops/assets/ShellOps_82d95205e6/init/inventory.json b/shellops/assets/ShellOps_82d95205e6/init/inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..5631cc3ac321883316609964037ac8143a3d34d1 --- /dev/null +++ b/shellops/assets/ShellOps_82d95205e6/init/inventory.json @@ -0,0 +1 @@ +[{"medication_name": "Aspirin", "current_stock": 0}, {"medication_name": "Lisinopril", "current_stock": 0}, {"medication_name": "Metformin", "current_stock": 15}, {"medication_name": "Atorvastatin", "current_stock": 5}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82d95205e6/init/out_of_stock_dispensed.tsv b/shellops/assets/ShellOps_82d95205e6/init/out_of_stock_dispensed.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_82e91c4393/gold/confirmed_threats.txt b/shellops/assets/ShellOps_82e91c4393/gold/confirmed_threats.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c1c9969c8b0ec89493079d60c12ab1b241b30b --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/gold/confirmed_threats.txt @@ -0,0 +1,2 @@ +198.18.0.5 +198.51.100.7 diff --git a/shellops/assets/ShellOps_82e91c4393/gold/docs/notes.md b/shellops/assets/ShellOps_82e91c4393/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ba49fdf12f22b33fbda3c96fbcecb14f0ff05051 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/gold/docs/notes.md @@ -0,0 +1,6 @@ +# Ignore this file; it's a distractor. + +For reference, some internal IPs might be 10.0.0.1, 172.16.0.100. + + +192.168.1.1 should be considered harmless. diff --git a/shellops/assets/ShellOps_82e91c4393/gold/exempt/whitelist.json b/shellops/assets/ShellOps_82e91c4393/gold/exempt/whitelist.json new file mode 100644 index 0000000000000000000000000000000000000000..182b8c9cec9404c0ec8f1e5bee558ad9d9a0f5b7 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/gold/exempt/whitelist.json @@ -0,0 +1,4 @@ +[ + "192.0.2.10", + "203.0.113.15" +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-05.json b/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-05.json new file mode 100644 index 0000000000000000000000000000000000000000..d069b06652500ac7add1b85d63cbe1e5c5d506b7 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-05.json @@ -0,0 +1,5 @@ +[ + {"ip": "192.0.2.10", "confirmed": true, "severity": "high"}, + {"ip": "198.51.100.7", "confirmed": false, "severity": "low"}, + {"ip": "203.0.113.15", "confirmed": true, "severity": "medium"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-06.json b/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-06.json new file mode 100644 index 0000000000000000000000000000000000000000..1d201200c0d185bfa28865eb80eb600313dafdb4 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-06.json @@ -0,0 +1,5 @@ +[ + {"ip": "192.0.2.10", "confirmed": true, "severity": "high"}, + {"ip": "203.0.113.15", "confirmed": false, "severity": "medium"}, + {"ip": "198.18.0.5", "confirmed": true, "severity": "critical"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-07.json b/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-07.json new file mode 100644 index 0000000000000000000000000000000000000000..8051c375989385b1b3ea6db851110d221b70528d --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/gold/ids/incidents/2024-10-07.json @@ -0,0 +1,5 @@ +[ + {"ip": "198.51.100.7", "confirmed": true, "severity": "low"}, + {"ip": "192.0.2.10", "confirmed": true, "severity": "high"}, + {"ip": "192.168.1.1", "confirmed": false, "severity": "info"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/init/docs/notes.md b/shellops/assets/ShellOps_82e91c4393/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ba49fdf12f22b33fbda3c96fbcecb14f0ff05051 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/init/docs/notes.md @@ -0,0 +1,6 @@ +# Ignore this file; it's a distractor. + +For reference, some internal IPs might be 10.0.0.1, 172.16.0.100. + + +192.168.1.1 should be considered harmless. diff --git a/shellops/assets/ShellOps_82e91c4393/init/exempt/whitelist.json b/shellops/assets/ShellOps_82e91c4393/init/exempt/whitelist.json new file mode 100644 index 0000000000000000000000000000000000000000..182b8c9cec9404c0ec8f1e5bee558ad9d9a0f5b7 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/init/exempt/whitelist.json @@ -0,0 +1,4 @@ +[ + "192.0.2.10", + "203.0.113.15" +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-05.json b/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-05.json new file mode 100644 index 0000000000000000000000000000000000000000..d069b06652500ac7add1b85d63cbe1e5c5d506b7 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-05.json @@ -0,0 +1,5 @@ +[ + {"ip": "192.0.2.10", "confirmed": true, "severity": "high"}, + {"ip": "198.51.100.7", "confirmed": false, "severity": "low"}, + {"ip": "203.0.113.15", "confirmed": true, "severity": "medium"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-06.json b/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-06.json new file mode 100644 index 0000000000000000000000000000000000000000..1d201200c0d185bfa28865eb80eb600313dafdb4 --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-06.json @@ -0,0 +1,5 @@ +[ + {"ip": "192.0.2.10", "confirmed": true, "severity": "high"}, + {"ip": "203.0.113.15", "confirmed": false, "severity": "medium"}, + {"ip": "198.18.0.5", "confirmed": true, "severity": "critical"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-07.json b/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-07.json new file mode 100644 index 0000000000000000000000000000000000000000..8051c375989385b1b3ea6db851110d221b70528d --- /dev/null +++ b/shellops/assets/ShellOps_82e91c4393/init/ids/incidents/2024-10-07.json @@ -0,0 +1,5 @@ +[ + {"ip": "198.51.100.7", "confirmed": true, "severity": "low"}, + {"ip": "192.0.2.10", "confirmed": true, "severity": "high"}, + {"ip": "192.168.1.1", "confirmed": false, "severity": "info"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_82fe358e71/gold/configs/device_a.conf b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..8206c4c40ae8e4916afad44782ff161b8894609d --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_a.conf @@ -0,0 +1,2 @@ +hostname=device_a +ip=10.0.0.1 diff --git a/shellops/assets/ShellOps_82fe358e71/gold/configs/device_c.conf b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..28827aef83b822b24033ac26c6db26ca04fb2ebe --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_c.conf @@ -0,0 +1,2 @@ +hostname=device_c +ip=10.0.0.3 diff --git a/shellops/assets/ShellOps_82fe358e71/gold/configs/device_d.conf b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..554404f2dca1d416e04a9d877373a78eea110cb6 --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_d.conf @@ -0,0 +1,2 @@ +hostname=device_d +ip=10.0.0.4 diff --git a/shellops/assets/ShellOps_82fe358e71/gold/configs/device_e.conf b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_e.conf new file mode 100644 index 0000000000000000000000000000000000000000..d1e32f4beb04f6714022ff95bc3dccf65b9694c0 --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/configs/device_e.conf @@ -0,0 +1,2 @@ +hostname=device_e +ip=10.0.0.5 diff --git a/shellops/assets/ShellOps_82fe358e71/gold/configs/notes.txt b/shellops/assets/ShellOps_82fe358e71/gold/configs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f12ec36d8769f015356fe955dd5c25917c944e --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/configs/notes.txt @@ -0,0 +1,2 @@ +device_c requires firmware update +device_e pending decommission diff --git a/shellops/assets/ShellOps_82fe358e71/gold/devices.json b/shellops/assets/ShellOps_82fe358e71/gold/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..d5864b8456bc5af20e26d4d34f125bbe262e155a --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/devices.json @@ -0,0 +1,7 @@ +{ + "approved_devices": [ + "device_a", + "device_b", + "device_d" + ] +} diff --git a/shellops/assets/ShellOps_82fe358e71/gold/report/unapproved_devices.txt b/shellops/assets/ShellOps_82fe358e71/gold/report/unapproved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa4b9ca82ce78bb0c5a5da82e6ee6b489ca90c28 --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/gold/report/unapproved_devices.txt @@ -0,0 +1,2 @@ +device_c +device_e diff --git a/shellops/assets/ShellOps_82fe358e71/init/configs/device_a.conf b/shellops/assets/ShellOps_82fe358e71/init/configs/device_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..8206c4c40ae8e4916afad44782ff161b8894609d --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/init/configs/device_a.conf @@ -0,0 +1,2 @@ +hostname=device_a +ip=10.0.0.1 diff --git a/shellops/assets/ShellOps_82fe358e71/init/configs/device_c.conf b/shellops/assets/ShellOps_82fe358e71/init/configs/device_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..28827aef83b822b24033ac26c6db26ca04fb2ebe --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/init/configs/device_c.conf @@ -0,0 +1,2 @@ +hostname=device_c +ip=10.0.0.3 diff --git a/shellops/assets/ShellOps_82fe358e71/init/configs/device_d.conf b/shellops/assets/ShellOps_82fe358e71/init/configs/device_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..554404f2dca1d416e04a9d877373a78eea110cb6 --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/init/configs/device_d.conf @@ -0,0 +1,2 @@ +hostname=device_d +ip=10.0.0.4 diff --git a/shellops/assets/ShellOps_82fe358e71/init/configs/device_e.conf b/shellops/assets/ShellOps_82fe358e71/init/configs/device_e.conf new file mode 100644 index 0000000000000000000000000000000000000000..d1e32f4beb04f6714022ff95bc3dccf65b9694c0 --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/init/configs/device_e.conf @@ -0,0 +1,2 @@ +hostname=device_e +ip=10.0.0.5 diff --git a/shellops/assets/ShellOps_82fe358e71/init/configs/notes.txt b/shellops/assets/ShellOps_82fe358e71/init/configs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..01f12ec36d8769f015356fe955dd5c25917c944e --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/init/configs/notes.txt @@ -0,0 +1,2 @@ +device_c requires firmware update +device_e pending decommission diff --git a/shellops/assets/ShellOps_82fe358e71/init/devices.json b/shellops/assets/ShellOps_82fe358e71/init/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..d5864b8456bc5af20e26d4d34f125bbe262e155a --- /dev/null +++ b/shellops/assets/ShellOps_82fe358e71/init/devices.json @@ -0,0 +1,7 @@ +{ + "approved_devices": [ + "device_a", + "device_b", + "device_d" + ] +} diff --git a/shellops/assets/ShellOps_83140bd120/gold/port_inventory.toml b/shellops/assets/ShellOps_83140bd120/gold/port_inventory.toml new file mode 100644 index 0000000000000000000000000000000000000000..f2c4538b71c5e5929241cf02186b5b3fbe9ec16b --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/gold/port_inventory.toml @@ -0,0 +1,3 @@ +3306 +6379 +8080 diff --git a/shellops/assets/ShellOps_83140bd120/gold/srv/configs/.keep b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_83140bd120/gold/srv/configs/cache.conf b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..4af471aa1a26127538920d7d796c62de152b52ea --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/cache.conf @@ -0,0 +1,2 @@ +port = 6379 +max_memory = 1GB \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/gold/srv/configs/db.conf b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..e03661c5156902eca4d54e50e480513a06840b3b --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/db.conf @@ -0,0 +1,3 @@ +port = 3306 +user = root +password = secret \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/gold/srv/configs/monitor.conf b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/monitor.conf new file mode 100644 index 0000000000000000000000000000000000000000..50040bdb69615277e53c91ae3065bef88d03fb11 --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/monitor.conf @@ -0,0 +1,3 @@ +port = 8080 +interval = 60 +log_level = info \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/gold/srv/configs/web.conf b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..99e77603d6525e9afd8fac592f2ab9dae8cb10fc --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/gold/srv/configs/web.conf @@ -0,0 +1,3 @@ +host = 192.168.1.1 +port = 8080 +max_connections = 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/init/srv/configs/.keep b/shellops/assets/ShellOps_83140bd120/init/srv/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_83140bd120/init/srv/configs/cache.conf b/shellops/assets/ShellOps_83140bd120/init/srv/configs/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..4af471aa1a26127538920d7d796c62de152b52ea --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/init/srv/configs/cache.conf @@ -0,0 +1,2 @@ +port = 6379 +max_memory = 1GB \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/init/srv/configs/db.conf b/shellops/assets/ShellOps_83140bd120/init/srv/configs/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..e03661c5156902eca4d54e50e480513a06840b3b --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/init/srv/configs/db.conf @@ -0,0 +1,3 @@ +port = 3306 +user = root +password = secret \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/init/srv/configs/monitor.conf b/shellops/assets/ShellOps_83140bd120/init/srv/configs/monitor.conf new file mode 100644 index 0000000000000000000000000000000000000000..50040bdb69615277e53c91ae3065bef88d03fb11 --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/init/srv/configs/monitor.conf @@ -0,0 +1,3 @@ +port = 8080 +interval = 60 +log_level = info \ No newline at end of file diff --git a/shellops/assets/ShellOps_83140bd120/init/srv/configs/web.conf b/shellops/assets/ShellOps_83140bd120/init/srv/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..99e77603d6525e9afd8fac592f2ab9dae8cb10fc --- /dev/null +++ b/shellops/assets/ShellOps_83140bd120/init/srv/configs/web.conf @@ -0,0 +1,3 @@ +host = 192.168.1.1 +port = 8080 +max_connections = 100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_831e347ca1/gold/devices.txt b/shellops/assets/ShellOps_831e347ca1/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c3b52cadbba6bc55ee6146d5802b5f321010361 --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/gold/devices.txt @@ -0,0 +1,8 @@ +alpha-node +beta-node +gamma-node +delta-node +epsilon-node +zeta-node +eta-node +theta-node \ No newline at end of file diff --git a/shellops/assets/ShellOps_831e347ca1/gold/inventory.xml b/shellops/assets/ShellOps_831e347ca1/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..54957b5fe6e00d0ef606fab9c814de42682de55f --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/gold/inventory.xml @@ -0,0 +1,9 @@ + + + alpha-node + beta-node + gamma-node + zeta-node + eta-node + theta-node + \ No newline at end of file diff --git a/shellops/assets/ShellOps_831e347ca1/gold/missing_devices.txt b/shellops/assets/ShellOps_831e347ca1/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea3a155a7c5ec7e13fcc1069df335a98198ad46c --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/gold/missing_devices.txt @@ -0,0 +1,2 @@ +delta-node +epsilon-node diff --git a/shellops/assets/ShellOps_831e347ca1/gold/notes/irrelevant.md b/shellops/assets/ShellOps_831e347ca1/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..d40463d01dab4ab2454b7071d923df2334e1d7f6 --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Stale notes +- iota-node was decomissioned last quarter +- kappa-node pending approval diff --git a/shellops/assets/ShellOps_831e347ca1/init/devices.txt b/shellops/assets/ShellOps_831e347ca1/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c3b52cadbba6bc55ee6146d5802b5f321010361 --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/init/devices.txt @@ -0,0 +1,8 @@ +alpha-node +beta-node +gamma-node +delta-node +epsilon-node +zeta-node +eta-node +theta-node \ No newline at end of file diff --git a/shellops/assets/ShellOps_831e347ca1/init/inventory.xml b/shellops/assets/ShellOps_831e347ca1/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..54957b5fe6e00d0ef606fab9c814de42682de55f --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/init/inventory.xml @@ -0,0 +1,9 @@ + + + alpha-node + beta-node + gamma-node + zeta-node + eta-node + theta-node + \ No newline at end of file diff --git a/shellops/assets/ShellOps_831e347ca1/init/notes/irrelevant.md b/shellops/assets/ShellOps_831e347ca1/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..d40463d01dab4ab2454b7071d923df2334e1d7f6 --- /dev/null +++ b/shellops/assets/ShellOps_831e347ca1/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Stale notes +- iota-node was decomissioned last quarter +- kappa-node pending approval diff --git a/shellops/assets/ShellOps_8365cfec47/gold/exceptions.txt b/shellops/assets/ShellOps_8365cfec47/gold/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7605766ec326066a4a93d54c064e3a151bbb46f --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/gold/exceptions.txt @@ -0,0 +1,3 @@ +CD34 +EF56 +GH78 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8365cfec47/gold/species_codes_sanitized.txt b/shellops/assets/ShellOps_8365cfec47/gold/species_codes_sanitized.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf19a6b7b889ca810c845083eb39e068760aae2a --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/gold/species_codes_sanitized.txt @@ -0,0 +1 @@ +AB12 diff --git a/shellops/assets/ShellOps_8365cfec47/gold/surveys/survey2023_regionA.xml b/shellops/assets/ShellOps_8365cfec47/gold/surveys/survey2023_regionA.xml new file mode 100644 index 0000000000000000000000000000000000000000..22dbe4b2c3212b424c86b254fb11a4a1c4b87d5a --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/gold/surveys/survey2023_regionA.xml @@ -0,0 +1 @@ +45.6,-122.346.1,-123.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8365cfec47/gold/surveys/survey2023_regionB.xml b/shellops/assets/ShellOps_8365cfec47/gold/surveys/survey2023_regionB.xml new file mode 100644 index 0000000000000000000000000000000000000000..5f057ffc6afd7354a137af90feb32fb730e60911 --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/gold/surveys/survey2023_regionB.xml @@ -0,0 +1 @@ +44.9,-121.847.2,-124.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8365cfec47/init/exceptions.txt b/shellops/assets/ShellOps_8365cfec47/init/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7605766ec326066a4a93d54c064e3a151bbb46f --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/init/exceptions.txt @@ -0,0 +1,3 @@ +CD34 +EF56 +GH78 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8365cfec47/init/surveys/survey2023_regionA.xml b/shellops/assets/ShellOps_8365cfec47/init/surveys/survey2023_regionA.xml new file mode 100644 index 0000000000000000000000000000000000000000..22dbe4b2c3212b424c86b254fb11a4a1c4b87d5a --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/init/surveys/survey2023_regionA.xml @@ -0,0 +1 @@ +45.6,-122.346.1,-123.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8365cfec47/init/surveys/survey2023_regionB.xml b/shellops/assets/ShellOps_8365cfec47/init/surveys/survey2023_regionB.xml new file mode 100644 index 0000000000000000000000000000000000000000..5f057ffc6afd7354a137af90feb32fb730e60911 --- /dev/null +++ b/shellops/assets/ShellOps_8365cfec47/init/surveys/survey2023_regionB.xml @@ -0,0 +1 @@ +44.9,-121.847.2,-124.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_83d590fffc/gold/device_whitelist.txt b/shellops/assets/ShellOps_83d590fffc/gold/device_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce4447857af89a4ee6c5151db96126ea86fbf7d9 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/gold/device_whitelist.txt @@ -0,0 +1,6 @@ +# Approved device identifiers +dev_1001 +dev_1002 +dev_1003 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_83d590fffc/gold/inventory.xml b/shellops/assets/ShellOps_83d590fffc/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..5d423fa58900d4000d2000f3e4fa1dbeee352f81 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/gold/inventory.xml @@ -0,0 +1,7 @@ + + + dev_1001 + dev_1003 + dev_1006 + dev_1007 + diff --git a/shellops/assets/ShellOps_83d590fffc/gold/missing_devices.txt b/shellops/assets/ShellOps_83d590fffc/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a401af78145c207c90b8fe01ccf2c4b489514f45 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/gold/missing_devices.txt @@ -0,0 +1,3 @@ +dev_1002 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_83d590fffc/gold/notes.txt b/shellops/assets/ShellOps_83d590fffc/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f1cd371140177561f4cc3c91fdddf182d5ce2b7 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/gold/notes.txt @@ -0,0 +1 @@ +Legacy note: dev_1006 was decommissioned last quarter. diff --git a/shellops/assets/ShellOps_83d590fffc/init/device_whitelist.txt b/shellops/assets/ShellOps_83d590fffc/init/device_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce4447857af89a4ee6c5151db96126ea86fbf7d9 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/init/device_whitelist.txt @@ -0,0 +1,6 @@ +# Approved device identifiers +dev_1001 +dev_1002 +dev_1003 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_83d590fffc/init/inventory.xml b/shellops/assets/ShellOps_83d590fffc/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..5d423fa58900d4000d2000f3e4fa1dbeee352f81 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/init/inventory.xml @@ -0,0 +1,7 @@ + + + dev_1001 + dev_1003 + dev_1006 + dev_1007 + diff --git a/shellops/assets/ShellOps_83d590fffc/init/notes.txt b/shellops/assets/ShellOps_83d590fffc/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f1cd371140177561f4cc3c91fdddf182d5ce2b7 --- /dev/null +++ b/shellops/assets/ShellOps_83d590fffc/init/notes.txt @@ -0,0 +1 @@ +Legacy note: dev_1006 was decommissioned last quarter. diff --git a/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/archive/old.rst b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/archive/old.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e05aaf1ed0731b2264ab41ca211c333b68254d8 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/archive/old.rst @@ -0,0 +1 @@ +Initial API documentation at /rest/base \ No newline at end of file diff --git a/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v1.2.rst b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v1.2.rst new file mode 100644 index 0000000000000000000000000000000000000000..e20c28f97df1ac4d365d0079c86e7a795eecd3a8 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v1.2.rst @@ -0,0 +1,2 @@ +Added /rest/users endpoint +Deprecated /rest/legacy/auth in favor of /rest/v2/auth diff --git a/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v2.0.rst b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v2.0.rst new file mode 100644 index 0000000000000000000000000000000000000000..e181dd9ef786412ae50c516ce95e3ff8385bdab6 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v2.0.rst @@ -0,0 +1,2 @@ +Removed legacy routes under /rest/legacy +Added new /rest/v2/settings interface diff --git a/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v3.1.rst b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v3.1.rst new file mode 100644 index 0000000000000000000000000000000000000000..f3bcb95fa25ed375547025f6ab2a3f9f4be5d625 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/gold/docs/changelogs/v3.1.rst @@ -0,0 +1 @@ +Migrated all API methods from /rest/v2 to /services/rest diff --git a/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/archive/old.rst b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/archive/old.rst new file mode 100644 index 0000000000000000000000000000000000000000..9aaec6b3663e482fcbac500a80c81eed57f1abf0 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/archive/old.rst @@ -0,0 +1 @@ +Initial API documentation at /api/base \ No newline at end of file diff --git a/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v1.2.rst b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v1.2.rst new file mode 100644 index 0000000000000000000000000000000000000000..d3308f7e5f1157f16f87a2061be9b57dea8192e4 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v1.2.rst @@ -0,0 +1,2 @@ +Added /api/users endpoint +Deprecated /api/legacy/auth in favor of /api/v2/auth diff --git a/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v2.0.rst b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v2.0.rst new file mode 100644 index 0000000000000000000000000000000000000000..b7e595c655cbc649320e24fe810b335787519a99 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v2.0.rst @@ -0,0 +1,2 @@ +Removed legacy routes under /api/legacy +Added new /api/v2/settings interface diff --git a/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v3.1.rst b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v3.1.rst new file mode 100644 index 0000000000000000000000000000000000000000..f1bd6c3a2812d62bcf7b41864e33e0fb10021707 --- /dev/null +++ b/shellops/assets/ShellOps_83e130af32/init/docs/changelogs/v3.1.rst @@ -0,0 +1 @@ +Migrated all API methods from /api/v2 to /services/rest diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/.keep b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/analytics.bugfix.md b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/analytics.bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..cd75ebe2f647281a8851c76892fc13032fd296ec --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/analytics.bugfix.md @@ -0,0 +1,2 @@ +- Fixed metric aggregation race condition +- Corrected histogram bucket alignment \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/auth.bugfix.md b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/auth.bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..677512caba0b7366837e628cd0ec5f3d4e73e998 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/auth.bugfix.md @@ -0,0 +1,2 @@ +- Fixed JWT validation regression +- Patched session cleanup bug \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/auth.feature.md b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/auth.feature.md new file mode 100644 index 0000000000000000000000000000000000000000..f8cbad9d0c7975d0caece79fe807e7f8a284de35 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/auth.feature.md @@ -0,0 +1,2 @@ +- Added OAuth2 support +- Implemented token refresh flow \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/network.bugfix.md b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/network.bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..05243cb5036fe3d569a6f02aa7adb046ceff4108 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/network.bugfix.md @@ -0,0 +1,2 @@ +- Fixed packet loss issue in network layer +- Resolved timeout handling edge case \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/network.feature.md b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/network.feature.md new file mode 100644 index 0000000000000000000000000000000000000000..ab8be0a7a6d84904de89ec8152d16a993b69c6d7 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/network.feature.md @@ -0,0 +1,2 @@ +- Introduced IPv6 support +- Added traffic shaping controls \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/storage.doc.md b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/storage.doc.md new file mode 100644 index 0000000000000000000000000000000000000000..df86ff7c848e8b5701004d5b3ffafbcbbf12073b --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/changelog.d/storage.doc.md @@ -0,0 +1,2 @@ +- Updated API documentation +- Clarified storage backend options \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/missing_manifests.txt b/shellops/assets/ShellOps_83ef7729f0/gold/missing_manifests.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7aa1663568222ed866c0d7cd295e23f2e159503 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/missing_manifests.txt @@ -0,0 +1 @@ +analytics diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/src/components/auth.toml b/shellops/assets/ShellOps_83ef7729f0/gold/src/components/auth.toml new file mode 100644 index 0000000000000000000000000000000000000000..fe6fc80af380b28f46fadd6adc215b710fb44f0f --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/src/components/auth.toml @@ -0,0 +1,3 @@ +name = "auth" +version = "1.5.2" +maintainer = "security-team" diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/src/components/network.toml b/shellops/assets/ShellOps_83ef7729f0/gold/src/components/network.toml new file mode 100644 index 0000000000000000000000000000000000000000..40d16f151fba91ab533807768d8f6d071274d7a2 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/src/components/network.toml @@ -0,0 +1,3 @@ +name = "network" +version = "2.1.0" +maintainer = "platform-team" diff --git a/shellops/assets/ShellOps_83ef7729f0/gold/src/components/storage.toml b/shellops/assets/ShellOps_83ef7729f0/gold/src/components/storage.toml new file mode 100644 index 0000000000000000000000000000000000000000..bff69c5b2f3728d7029b5d72a5f5b267c57cfedd --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/gold/src/components/storage.toml @@ -0,0 +1,3 @@ +name = "storage" +version = "3.0.1" +maintainer = "data-team" diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/.keep b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/analytics.bugfix.md b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/analytics.bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..cd75ebe2f647281a8851c76892fc13032fd296ec --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/analytics.bugfix.md @@ -0,0 +1,2 @@ +- Fixed metric aggregation race condition +- Corrected histogram bucket alignment \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/auth.bugfix.md b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/auth.bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..677512caba0b7366837e628cd0ec5f3d4e73e998 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/auth.bugfix.md @@ -0,0 +1,2 @@ +- Fixed JWT validation regression +- Patched session cleanup bug \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/auth.feature.md b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/auth.feature.md new file mode 100644 index 0000000000000000000000000000000000000000..f8cbad9d0c7975d0caece79fe807e7f8a284de35 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/auth.feature.md @@ -0,0 +1,2 @@ +- Added OAuth2 support +- Implemented token refresh flow \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/network.bugfix.md b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/network.bugfix.md new file mode 100644 index 0000000000000000000000000000000000000000..05243cb5036fe3d569a6f02aa7adb046ceff4108 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/network.bugfix.md @@ -0,0 +1,2 @@ +- Fixed packet loss issue in network layer +- Resolved timeout handling edge case \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/network.feature.md b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/network.feature.md new file mode 100644 index 0000000000000000000000000000000000000000..ab8be0a7a6d84904de89ec8152d16a993b69c6d7 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/network.feature.md @@ -0,0 +1,2 @@ +- Introduced IPv6 support +- Added traffic shaping controls \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/storage.doc.md b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/storage.doc.md new file mode 100644 index 0000000000000000000000000000000000000000..df86ff7c848e8b5701004d5b3ffafbcbbf12073b --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/changelog.d/storage.doc.md @@ -0,0 +1,2 @@ +- Updated API documentation +- Clarified storage backend options \ No newline at end of file diff --git a/shellops/assets/ShellOps_83ef7729f0/init/src/components/auth.toml b/shellops/assets/ShellOps_83ef7729f0/init/src/components/auth.toml new file mode 100644 index 0000000000000000000000000000000000000000..fe6fc80af380b28f46fadd6adc215b710fb44f0f --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/src/components/auth.toml @@ -0,0 +1,3 @@ +name = "auth" +version = "1.5.2" +maintainer = "security-team" diff --git a/shellops/assets/ShellOps_83ef7729f0/init/src/components/network.toml b/shellops/assets/ShellOps_83ef7729f0/init/src/components/network.toml new file mode 100644 index 0000000000000000000000000000000000000000..40d16f151fba91ab533807768d8f6d071274d7a2 --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/src/components/network.toml @@ -0,0 +1,3 @@ +name = "network" +version = "2.1.0" +maintainer = "platform-team" diff --git a/shellops/assets/ShellOps_83ef7729f0/init/src/components/storage.toml b/shellops/assets/ShellOps_83ef7729f0/init/src/components/storage.toml new file mode 100644 index 0000000000000000000000000000000000000000..bff69c5b2f3728d7029b5d72a5f5b267c57cfedd --- /dev/null +++ b/shellops/assets/ShellOps_83ef7729f0/init/src/components/storage.toml @@ -0,0 +1,3 @@ +name = "storage" +version = "3.0.1" +maintainer = "data-team" diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/docs/driver_notes.md b/shellops/assets/ShellOps_84019dfc6f/gold/docs/driver_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b59b662dff7e7c86794f44c61c018d1144210f05 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/docs/driver_notes.md @@ -0,0 +1,3 @@ +# Driver Development Notes +- delta_interface.c: pending hardware bring-up +- epsilon_driver.c: deprecated, replaced by alpha_board.c diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/drivers/alpha_board.c b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/alpha_board.c new file mode 100644 index 0000000000000000000000000000000000000000..cb2462a750c4780dcd2e8da8c49207b59886e882 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/alpha_board.c @@ -0,0 +1,2 @@ +#include "alpha_board.h" +void alpha_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/drivers/beta_board.c b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/beta_board.c new file mode 100644 index 0000000000000000000000000000000000000000..b561b39408a4801375f4be3eb56f4cb11bad1521 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/beta_board.c @@ -0,0 +1,2 @@ +#include "beta_board.h" +void beta_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/drivers/component_index.json b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/component_index.json new file mode 100644 index 0000000000000000000000000000000000000000..39da28bc38759df945e3da9f51d246028a6e3df4 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/component_index.json @@ -0,0 +1,8 @@ +[ + {"source": "alpha_board.c", "platform": "x86"}, + {"source": "beta_board.c", "platform": "arm"}, + {"source": "gamma_controller.c", "platform": "arm"}, + {"source": "delta_interface.c", "platform": "riscv"}, + {"source": "epsilon_driver.c", "platform": "x86"}, + {"source": "zeta_sensor.c", "platform": "arm"} +] diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/drivers/gamma_controller.c b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/gamma_controller.c new file mode 100644 index 0000000000000000000000000000000000000000..17dd281cf4dee39c061e788e989c9b02c6f94fca --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/gamma_controller.c @@ -0,0 +1,2 @@ +#include "gamma_controller.h" +void gamma_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/drivers/zeta_sensor.c b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/zeta_sensor.c new file mode 100644 index 0000000000000000000000000000000000000000..fb8eadc6fb2e143f085749a128b5a966383efc4d --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/drivers/zeta_sensor.c @@ -0,0 +1,2 @@ +#include "zeta_sensor.h" +void zeta_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/gold/firmware_coverage_report.txt b/shellops/assets/ShellOps_84019dfc6f/gold/firmware_coverage_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..805e4e1ca299be3f65fd3da79cfd7246e4bae238 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/gold/firmware_coverage_report.txt @@ -0,0 +1,2 @@ +delta_interface.c +epsilon_driver.c diff --git a/shellops/assets/ShellOps_84019dfc6f/init/docs/driver_notes.md b/shellops/assets/ShellOps_84019dfc6f/init/docs/driver_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b59b662dff7e7c86794f44c61c018d1144210f05 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/init/docs/driver_notes.md @@ -0,0 +1,3 @@ +# Driver Development Notes +- delta_interface.c: pending hardware bring-up +- epsilon_driver.c: deprecated, replaced by alpha_board.c diff --git a/shellops/assets/ShellOps_84019dfc6f/init/drivers/alpha_board.c b/shellops/assets/ShellOps_84019dfc6f/init/drivers/alpha_board.c new file mode 100644 index 0000000000000000000000000000000000000000..cb2462a750c4780dcd2e8da8c49207b59886e882 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/init/drivers/alpha_board.c @@ -0,0 +1,2 @@ +#include "alpha_board.h" +void alpha_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/init/drivers/beta_board.c b/shellops/assets/ShellOps_84019dfc6f/init/drivers/beta_board.c new file mode 100644 index 0000000000000000000000000000000000000000..b561b39408a4801375f4be3eb56f4cb11bad1521 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/init/drivers/beta_board.c @@ -0,0 +1,2 @@ +#include "beta_board.h" +void beta_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/init/drivers/component_index.json b/shellops/assets/ShellOps_84019dfc6f/init/drivers/component_index.json new file mode 100644 index 0000000000000000000000000000000000000000..39da28bc38759df945e3da9f51d246028a6e3df4 --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/init/drivers/component_index.json @@ -0,0 +1,8 @@ +[ + {"source": "alpha_board.c", "platform": "x86"}, + {"source": "beta_board.c", "platform": "arm"}, + {"source": "gamma_controller.c", "platform": "arm"}, + {"source": "delta_interface.c", "platform": "riscv"}, + {"source": "epsilon_driver.c", "platform": "x86"}, + {"source": "zeta_sensor.c", "platform": "arm"} +] diff --git a/shellops/assets/ShellOps_84019dfc6f/init/drivers/gamma_controller.c b/shellops/assets/ShellOps_84019dfc6f/init/drivers/gamma_controller.c new file mode 100644 index 0000000000000000000000000000000000000000..17dd281cf4dee39c061e788e989c9b02c6f94fca --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/init/drivers/gamma_controller.c @@ -0,0 +1,2 @@ +#include "gamma_controller.h" +void gamma_init() {} diff --git a/shellops/assets/ShellOps_84019dfc6f/init/drivers/zeta_sensor.c b/shellops/assets/ShellOps_84019dfc6f/init/drivers/zeta_sensor.c new file mode 100644 index 0000000000000000000000000000000000000000..fb8eadc6fb2e143f085749a128b5a966383efc4d --- /dev/null +++ b/shellops/assets/ShellOps_84019dfc6f/init/drivers/zeta_sensor.c @@ -0,0 +1,2 @@ +#include "zeta_sensor.h" +void zeta_init() {} diff --git a/shellops/assets/ShellOps_844a1fbc98/gold/monitor.log b/shellops/assets/ShellOps_844a1fbc98/gold/monitor.log new file mode 100644 index 0000000000000000000000000000000000000000..3bbc32f069aaca47bac013c8bd8e25322679be27 --- /dev/null +++ b/shellops/assets/ShellOps_844a1fbc98/gold/monitor.log @@ -0,0 +1,5 @@ +2024-06-01 08:15 Error in SensorID: 45 +2024-06-01 09:30 SensorID: 72 connection lost +2024-06-01 10:45 SensorID: 101 temperature critical +2024-06-01 11:00 SensorID: 89 reboot initiated +2024-06-01 12:15 SensorID: 202 heartbeat timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_844a1fbc98/gold/sensors.xml b/shellops/assets/ShellOps_844a1fbc98/gold/sensors.xml new file mode 100644 index 0000000000000000000000000000000000000000..678fe7cc8c939f68c0933f841e54b16b0411e872 --- /dev/null +++ b/shellops/assets/ShellOps_844a1fbc98/gold/sensors.xml @@ -0,0 +1,5 @@ + + 45 + 72 + 89 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_844a1fbc98/gold/testing/.keep b/shellops/assets/ShellOps_844a1fbc98/gold/testing/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_844a1fbc98/gold/unapproved.txt b/shellops/assets/ShellOps_844a1fbc98/gold/unapproved.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ec997096f8a361158020c5e26ae6f93af81789b --- /dev/null +++ b/shellops/assets/ShellOps_844a1fbc98/gold/unapproved.txt @@ -0,0 +1,2 @@ +101 +202 diff --git a/shellops/assets/ShellOps_844a1fbc98/init/monitor.log b/shellops/assets/ShellOps_844a1fbc98/init/monitor.log new file mode 100644 index 0000000000000000000000000000000000000000..3bbc32f069aaca47bac013c8bd8e25322679be27 --- /dev/null +++ b/shellops/assets/ShellOps_844a1fbc98/init/monitor.log @@ -0,0 +1,5 @@ +2024-06-01 08:15 Error in SensorID: 45 +2024-06-01 09:30 SensorID: 72 connection lost +2024-06-01 10:45 SensorID: 101 temperature critical +2024-06-01 11:00 SensorID: 89 reboot initiated +2024-06-01 12:15 SensorID: 202 heartbeat timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_844a1fbc98/init/sensors.xml b/shellops/assets/ShellOps_844a1fbc98/init/sensors.xml new file mode 100644 index 0000000000000000000000000000000000000000..678fe7cc8c939f68c0933f841e54b16b0411e872 --- /dev/null +++ b/shellops/assets/ShellOps_844a1fbc98/init/sensors.xml @@ -0,0 +1,5 @@ + + 45 + 72 + 89 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_844a1fbc98/init/testing/.keep b/shellops/assets/ShellOps_844a1fbc98/init/testing/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_849c846484/gold/deprecated_benchmarks.txt b/shellops/assets/ShellOps_849c846484/gold/deprecated_benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e27dd11d92ff9717644e3ad7f18c4eb34ee401f --- /dev/null +++ b/shellops/assets/ShellOps_849c846484/gold/deprecated_benchmarks.txt @@ -0,0 +1,3 @@ +BENCH-014 +BENCH-307 +BENCH-999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_849c846484/gold/discontinued_benchmarks.txt b/shellops/assets/ShellOps_849c846484/gold/discontinued_benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..88464f219e7a3bd2597d5e5cebf014e355dc302f --- /dev/null +++ b/shellops/assets/ShellOps_849c846484/gold/discontinued_benchmarks.txt @@ -0,0 +1,2 @@ +BENCH-307 +BENCH-014 diff --git a/shellops/assets/ShellOps_849c846484/gold/legacy_metrics.xml b/shellops/assets/ShellOps_849c846484/gold/legacy_metrics.xml new file mode 100644 index 0000000000000000000000000000000000000000..b53a5e16ca125aa72b1669008fc69a071bd968c8 --- /dev/null +++ b/shellops/assets/ShellOps_849c846484/gold/legacy_metrics.xml @@ -0,0 +1 @@ +BaselineStressAllocationReadWrite \ No newline at end of file diff --git a/shellops/assets/ShellOps_849c846484/init/deprecated_benchmarks.txt b/shellops/assets/ShellOps_849c846484/init/deprecated_benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e27dd11d92ff9717644e3ad7f18c4eb34ee401f --- /dev/null +++ b/shellops/assets/ShellOps_849c846484/init/deprecated_benchmarks.txt @@ -0,0 +1,3 @@ +BENCH-014 +BENCH-307 +BENCH-999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_849c846484/init/discontinued_benchmarks.txt b/shellops/assets/ShellOps_849c846484/init/discontinued_benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fc7c20a1082cb9bbd95d62b854d3f31ab52b0ff --- /dev/null +++ b/shellops/assets/ShellOps_849c846484/init/discontinued_benchmarks.txt @@ -0,0 +1,2 @@ +BENCH-307 +BENCH-014 \ No newline at end of file diff --git a/shellops/assets/ShellOps_849c846484/init/legacy_metrics.xml b/shellops/assets/ShellOps_849c846484/init/legacy_metrics.xml new file mode 100644 index 0000000000000000000000000000000000000000..b53a5e16ca125aa72b1669008fc69a071bd968c8 --- /dev/null +++ b/shellops/assets/ShellOps_849c846484/init/legacy_metrics.xml @@ -0,0 +1 @@ +BaselineStressAllocationReadWrite \ No newline at end of file diff --git a/shellops/assets/ShellOps_84fda3a336/gold/src/config.py b/shellops/assets/ShellOps_84fda3a336/gold/src/config.py new file mode 100644 index 0000000000000000000000000000000000000000..3f53015b7c2576b5f16d5c97573a5adb356394b7 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/gold/src/config.py @@ -0,0 +1,4 @@ +version = "3.6.2" + +class Config: + pass diff --git a/shellops/assets/ShellOps_84fda3a336/gold/src/experimental/trial.py b/shellops/assets/ShellOps_84fda3a336/gold/src/experimental/trial.py new file mode 100644 index 0000000000000000000000000000000000000000..e55d8b1c2463c70eb461240df4a39f2ddc920079 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/gold/src/experimental/trial.py @@ -0,0 +1,3 @@ +version = "4.0.0" + +# Experimental features diff --git a/shellops/assets/ShellOps_84fda3a336/gold/src/logger.py b/shellops/assets/ShellOps_84fda3a336/gold/src/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..0ff1101c898ddc120e6dc435597fa758a00b43c5 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/gold/src/logger.py @@ -0,0 +1,4 @@ +import logging + +# Logger setup +version = "3.7.1" diff --git a/shellops/assets/ShellOps_84fda3a336/gold/src/main.py b/shellops/assets/ShellOps_84fda3a336/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..3b38d9a6ca1f1c01cddaac979adb098112a3b22a --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/gold/src/main.py @@ -0,0 +1,4 @@ +version = "3.7.1" +import sys + +print("Hello") diff --git a/shellops/assets/ShellOps_84fda3a336/gold/src/utils.py b/shellops/assets/ShellOps_84fda3a336/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..0e4392f978751d8dd309b8a85bfd952b413b7792 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/gold/src/utils.py @@ -0,0 +1,3 @@ +version = "3.6.2" +def foo(): + pass diff --git a/shellops/assets/ShellOps_84fda3a336/gold/versions.out b/shellops/assets/ShellOps_84fda3a336/gold/versions.out new file mode 100644 index 0000000000000000000000000000000000000000..18092789a4536fd40f0273dd5b3e3a846cf85a19 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/gold/versions.out @@ -0,0 +1,3 @@ +3.6.2 +3.7.1 +4.0.0 diff --git a/shellops/assets/ShellOps_84fda3a336/init/src/config.py b/shellops/assets/ShellOps_84fda3a336/init/src/config.py new file mode 100644 index 0000000000000000000000000000000000000000..3f53015b7c2576b5f16d5c97573a5adb356394b7 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/init/src/config.py @@ -0,0 +1,4 @@ +version = "3.6.2" + +class Config: + pass diff --git a/shellops/assets/ShellOps_84fda3a336/init/src/experimental/trial.py b/shellops/assets/ShellOps_84fda3a336/init/src/experimental/trial.py new file mode 100644 index 0000000000000000000000000000000000000000..e55d8b1c2463c70eb461240df4a39f2ddc920079 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/init/src/experimental/trial.py @@ -0,0 +1,3 @@ +version = "4.0.0" + +# Experimental features diff --git a/shellops/assets/ShellOps_84fda3a336/init/src/logger.py b/shellops/assets/ShellOps_84fda3a336/init/src/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..0ff1101c898ddc120e6dc435597fa758a00b43c5 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/init/src/logger.py @@ -0,0 +1,4 @@ +import logging + +# Logger setup +version = "3.7.1" diff --git a/shellops/assets/ShellOps_84fda3a336/init/src/main.py b/shellops/assets/ShellOps_84fda3a336/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..3b38d9a6ca1f1c01cddaac979adb098112a3b22a --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/init/src/main.py @@ -0,0 +1,4 @@ +version = "3.7.1" +import sys + +print("Hello") diff --git a/shellops/assets/ShellOps_84fda3a336/init/src/utils.py b/shellops/assets/ShellOps_84fda3a336/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..0e4392f978751d8dd309b8a85bfd952b413b7792 --- /dev/null +++ b/shellops/assets/ShellOps_84fda3a336/init/src/utils.py @@ -0,0 +1,3 @@ +version = "3.6.2" +def foo(): + pass diff --git a/shellops/assets/ShellOps_85183ba774/gold/audit/.keep b/shellops/assets/ShellOps_85183ba774/gold/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_85183ba774/gold/audit/missing_versions.out b/shellops/assets/ShellOps_85183ba774/gold/audit/missing_versions.out new file mode 100644 index 0000000000000000000000000000000000000000..94acf99f4d69e68224c332eb1dda62f93d0fe14b --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/gold/audit/missing_versions.out @@ -0,0 +1,2 @@ +src/utils/helpers.py +tests/test_helpers.py diff --git a/shellops/assets/ShellOps_85183ba774/gold/src/main.py b/shellops/assets/ShellOps_85183ba774/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..38303e0cde062aa422543041cd2e34c6e24bdd48 --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/gold/src/main.py @@ -0,0 +1,2 @@ +# version: 1.2.3 +print('Hello') \ No newline at end of file diff --git a/shellops/assets/ShellOps_85183ba774/gold/src/utils/helpers.py b/shellops/assets/ShellOps_85183ba774/gold/src/utils/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..2ce7824f67b2334ebdee07c84a74ac92c8f10d69 --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/gold/src/utils/helpers.py @@ -0,0 +1,2 @@ +def helper(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_85183ba774/gold/tests/test_helpers.py b/shellops/assets/ShellOps_85183ba774/gold/tests/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..5c999ede7cb7392ba0db2405a254a3425dda7e98 --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/gold/tests/test_helpers.py @@ -0,0 +1,3 @@ +import pytest +def test_helper(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_85183ba774/init/audit/.keep b/shellops/assets/ShellOps_85183ba774/init/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_85183ba774/init/src/main.py b/shellops/assets/ShellOps_85183ba774/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..38303e0cde062aa422543041cd2e34c6e24bdd48 --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/init/src/main.py @@ -0,0 +1,2 @@ +# version: 1.2.3 +print('Hello') \ No newline at end of file diff --git a/shellops/assets/ShellOps_85183ba774/init/src/utils/helpers.py b/shellops/assets/ShellOps_85183ba774/init/src/utils/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..2ce7824f67b2334ebdee07c84a74ac92c8f10d69 --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/init/src/utils/helpers.py @@ -0,0 +1,2 @@ +def helper(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_85183ba774/init/tests/test_helpers.py b/shellops/assets/ShellOps_85183ba774/init/tests/test_helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..5c999ede7cb7392ba0db2405a254a3425dda7e98 --- /dev/null +++ b/shellops/assets/ShellOps_85183ba774/init/tests/test_helpers.py @@ -0,0 +1,3 @@ +import pytest +def test_helper(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/gold/current/mapping.json b/shellops/assets/ShellOps_853ebcd732/gold/current/mapping.json new file mode 100644 index 0000000000000000000000000000000000000000..0302fa7cb6cbe458d347b5d04d2b8fcb18f09e79 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/gold/current/mapping.json @@ -0,0 +1 @@ +{"valid_commands": ["auth_verify", "cpu_monitor", "sys_health", "disk_check", "log_stream"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/gold/deprecated/cmds.txt b/shellops/assets/ShellOps_853ebcd732/gold/deprecated/cmds.txt new file mode 100644 index 0000000000000000000000000000000000000000..495807b7fd097f826b99e6485a6b5926348484c7 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/gold/deprecated/cmds.txt @@ -0,0 +1,5 @@ +db_inspect +net_stats +auth_verify +cpu_monitor +mem_trace \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/gold/notes/todo.md b/shellops/assets/ShellOps_853ebcd732/gold/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..031405fd0b446b21868f7f09a9da19dab1293aa5 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/gold/notes/todo.md @@ -0,0 +1,2 @@ +# command list cleanup +- need to merge deprecated and current commands \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/init/.tmp/current.list b/shellops/assets/ShellOps_853ebcd732/init/.tmp/current.list new file mode 100644 index 0000000000000000000000000000000000000000..9a7f5ff2c3c7a242adbf4da96db2a1c8b117a485 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/init/.tmp/current.list @@ -0,0 +1,5 @@ +auth_verify +cpu_monitor +disk_check +log_stream +sys_health \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/init/.tmp/deprecated.list b/shellops/assets/ShellOps_853ebcd732/init/.tmp/deprecated.list new file mode 100644 index 0000000000000000000000000000000000000000..559f1f51cd718bcdd47458f663eae798d4981ad2 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/init/.tmp/deprecated.list @@ -0,0 +1,5 @@ +auth_verify +cpu_monitor +db_inspect +mem_trace +net_stats \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/init/.tmp/unique_deprecated.list b/shellops/assets/ShellOps_853ebcd732/init/.tmp/unique_deprecated.list new file mode 100644 index 0000000000000000000000000000000000000000..05665d8a14823f5fea583804eeeca248dfc53fe6 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/init/.tmp/unique_deprecated.list @@ -0,0 +1,3 @@ +db_inspect +mem_trace +net_stats \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/init/current/mapping.json b/shellops/assets/ShellOps_853ebcd732/init/current/mapping.json new file mode 100644 index 0000000000000000000000000000000000000000..0302fa7cb6cbe458d347b5d04d2b8fcb18f09e79 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/init/current/mapping.json @@ -0,0 +1 @@ +{"valid_commands": ["auth_verify", "cpu_monitor", "sys_health", "disk_check", "log_stream"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/init/deprecated/cmds.txt b/shellops/assets/ShellOps_853ebcd732/init/deprecated/cmds.txt new file mode 100644 index 0000000000000000000000000000000000000000..495807b7fd097f826b99e6485a6b5926348484c7 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/init/deprecated/cmds.txt @@ -0,0 +1,5 @@ +db_inspect +net_stats +auth_verify +cpu_monitor +mem_trace \ No newline at end of file diff --git a/shellops/assets/ShellOps_853ebcd732/init/notes/todo.md b/shellops/assets/ShellOps_853ebcd732/init/notes/todo.md new file mode 100644 index 0000000000000000000000000000000000000000..031405fd0b446b21868f7f09a9da19dab1293aa5 --- /dev/null +++ b/shellops/assets/ShellOps_853ebcd732/init/notes/todo.md @@ -0,0 +1,2 @@ +# command list cleanup +- need to merge deprecated and current commands \ No newline at end of file diff --git a/shellops/assets/ShellOps_855a0bb848/gold/ci/job_build-packages.out b/shellops/assets/ShellOps_855a0bb848/gold/ci/job_build-packages.out new file mode 100644 index 0000000000000000000000000000000000000000..2d311ac344ebf9af6b8afaa52607cb5839903a0e --- /dev/null +++ b/shellops/assets/ShellOps_855a0bb848/gold/ci/job_build-packages.out @@ -0,0 +1,12 @@ +2024-03-15 10:23:45 [INFO] Starting job build-packages +2024-03-15 10:23:47 [STEP] build-packages step=prepare +2024-03-15 10:23:48 [ARTIFACT] build-packages package: libcore-utils +2024-03-15 10:23:48 [ARTIFACT] build-packages package: libcore-utils +2024-03-15 10:23:50 [STEP] build-packages step=compile +2024-03-15 10:23:52 [ARTIFACT] build-packages package: zlib +2024-03-15 10:23:52 [ARTIFACT] build-packages package: openssl +2024-03-15 10:23:53 [ARTIFACT] build-packages package: zlib +2024-03-15 10:23:55 [STEP] build-packages step=package +2024-03-15 10:23:56 [ARTIFACT] build-packages package: curl +2024-03-15 10:23:57 [ARTIFACT] build-packages package: libcore-utils +2024-03-15 10:23:58 [INFO] Job build-packages completed diff --git a/shellops/assets/ShellOps_855a0bb848/gold/ci/job_test-integration.out b/shellops/assets/ShellOps_855a0bb848/gold/ci/job_test-integration.out new file mode 100644 index 0000000000000000000000000000000000000000..10cca6747e45b45c75d5446808f50b5246e8ce12 --- /dev/null +++ b/shellops/assets/ShellOps_855a0bb848/gold/ci/job_test-integration.out @@ -0,0 +1,4 @@ +2024-03-15 10:24:10 [INFO] Starting job test-integration +2024-03-15 10:24:12 [TEST] test-integration suite=basic +2024-03-15 10:24:15 [TEST] test-integration suite=advanced +2024-03-15 10:24:20 [INFO] Job test-integration completed diff --git a/shellops/assets/ShellOps_855a0bb848/init/ci/job_build-packages.out b/shellops/assets/ShellOps_855a0bb848/init/ci/job_build-packages.out new file mode 100644 index 0000000000000000000000000000000000000000..2d311ac344ebf9af6b8afaa52607cb5839903a0e --- /dev/null +++ b/shellops/assets/ShellOps_855a0bb848/init/ci/job_build-packages.out @@ -0,0 +1,12 @@ +2024-03-15 10:23:45 [INFO] Starting job build-packages +2024-03-15 10:23:47 [STEP] build-packages step=prepare +2024-03-15 10:23:48 [ARTIFACT] build-packages package: libcore-utils +2024-03-15 10:23:48 [ARTIFACT] build-packages package: libcore-utils +2024-03-15 10:23:50 [STEP] build-packages step=compile +2024-03-15 10:23:52 [ARTIFACT] build-packages package: zlib +2024-03-15 10:23:52 [ARTIFACT] build-packages package: openssl +2024-03-15 10:23:53 [ARTIFACT] build-packages package: zlib +2024-03-15 10:23:55 [STEP] build-packages step=package +2024-03-15 10:23:56 [ARTIFACT] build-packages package: curl +2024-03-15 10:23:57 [ARTIFACT] build-packages package: libcore-utils +2024-03-15 10:23:58 [INFO] Job build-packages completed diff --git a/shellops/assets/ShellOps_855a0bb848/init/ci/job_test-integration.out b/shellops/assets/ShellOps_855a0bb848/init/ci/job_test-integration.out new file mode 100644 index 0000000000000000000000000000000000000000..10cca6747e45b45c75d5446808f50b5246e8ce12 --- /dev/null +++ b/shellops/assets/ShellOps_855a0bb848/init/ci/job_test-integration.out @@ -0,0 +1,4 @@ +2024-03-15 10:24:10 [INFO] Starting job test-integration +2024-03-15 10:24:12 [TEST] test-integration suite=basic +2024-03-15 10:24:15 [TEST] test-integration suite=advanced +2024-03-15 10:24:20 [INFO] Job test-integration completed diff --git a/shellops/assets/ShellOps_856f55c369/gold/cluster_metrics_manifest.prom b/shellops/assets/ShellOps_856f55c369/gold/cluster_metrics_manifest.prom new file mode 100644 index 0000000000000000000000000000000000000000..22fab8844952408af5e05b32e5d0ea6a6361509e --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/gold/cluster_metrics_manifest.prom @@ -0,0 +1,7 @@ +gauge_cpu_temp +http_requests_total +node_cpu_seconds_total +node_disk_read_bytes +node_disk_write_bytes +node_memory_used_bytes +node_network_receive_bytes diff --git a/shellops/assets/ShellOps_856f55c369/gold/node_metrics/.keep b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_cache03.prom b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_cache03.prom new file mode 100644 index 0000000000000000000000000000000000000000..f187cf7ebac2b71ff0aa41ff553ba1d51e90f389 --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_cache03.prom @@ -0,0 +1,6 @@ +# HELP gauge_cpu_temp CPU temperature in Celsius +# TYPE gauge_cpu_temp gauge +gauge_cpu_temp{node="cache03"} 68.9 +http_requests_total{method="POST",code="201"} 678 +node_disk_write_bytes{device="sdb"} 3333333 +node_network_receive_bytes{interface="eth0"} 9999999 diff --git a/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_db02.prom b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_db02.prom new file mode 100644 index 0000000000000000000000000000000000000000..546169866749ae5a4977e943e413c339434994a6 --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_db02.prom @@ -0,0 +1,6 @@ +# HELP node_cpu_seconds_total CPU seconds broken down by mode +# TYPE node_cpu_seconds_total counter +node_cpu_seconds_total{mode="system"} 2345 +gauge_cpu_temp{node="db02"} 71.2 +node_memory_used_bytes{region="us-west"} 987654321 +node_disk_read_bytes{device="sda"} 5555555 diff --git a/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_web01.prom b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_web01.prom new file mode 100644 index 0000000000000000000000000000000000000000..d335d113baa6b193bd365e7ae2a4830ed6729846 --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/gold/node_metrics/node_web01.prom @@ -0,0 +1,6 @@ +# HELP http_requests_total Total HTTP requests +# TYPE http_requests_total counter +http_requests_total{method="GET",code="200"} 12345 +node_cpu_seconds_total{mode="user"} 5678 +gauge_cpu_temp{node="web01"} 65.4 +node_memory_used_bytes{region="us-west"} 1234567890 diff --git a/shellops/assets/ShellOps_856f55c369/init/node_metrics/.keep b/shellops/assets/ShellOps_856f55c369/init/node_metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_cache03.prom b/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_cache03.prom new file mode 100644 index 0000000000000000000000000000000000000000..f187cf7ebac2b71ff0aa41ff553ba1d51e90f389 --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_cache03.prom @@ -0,0 +1,6 @@ +# HELP gauge_cpu_temp CPU temperature in Celsius +# TYPE gauge_cpu_temp gauge +gauge_cpu_temp{node="cache03"} 68.9 +http_requests_total{method="POST",code="201"} 678 +node_disk_write_bytes{device="sdb"} 3333333 +node_network_receive_bytes{interface="eth0"} 9999999 diff --git a/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_db02.prom b/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_db02.prom new file mode 100644 index 0000000000000000000000000000000000000000..546169866749ae5a4977e943e413c339434994a6 --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_db02.prom @@ -0,0 +1,6 @@ +# HELP node_cpu_seconds_total CPU seconds broken down by mode +# TYPE node_cpu_seconds_total counter +node_cpu_seconds_total{mode="system"} 2345 +gauge_cpu_temp{node="db02"} 71.2 +node_memory_used_bytes{region="us-west"} 987654321 +node_disk_read_bytes{device="sda"} 5555555 diff --git a/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_web01.prom b/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_web01.prom new file mode 100644 index 0000000000000000000000000000000000000000..d335d113baa6b193bd365e7ae2a4830ed6729846 --- /dev/null +++ b/shellops/assets/ShellOps_856f55c369/init/node_metrics/node_web01.prom @@ -0,0 +1,6 @@ +# HELP http_requests_total Total HTTP requests +# TYPE http_requests_total counter +http_requests_total{method="GET",code="200"} 12345 +node_cpu_seconds_total{mode="user"} 5678 +gauge_cpu_temp{node="web01"} 65.4 +node_memory_used_bytes{region="us-west"} 1234567890 diff --git a/shellops/assets/ShellOps_8586e722a6/gold/distractor/coverage_summary.csv b/shellops/assets/ShellOps_8586e722a6/gold/distractor/coverage_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..2d8c5e6fee1919e186826a61d697ae1b32fd3af9 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/gold/distractor/coverage_summary.csv @@ -0,0 +1,6 @@ +sensor_id,total_readings,avg_value +SENS-ALPHA-001,5,28.7 +SENS-BETA-002,3,42.0 +SENS-GAMMA-003,1,18.9 +SENS-DELTA-004,2,11.35 +SENS-EPSILON-005,1,33.0 diff --git a/shellops/assets/ShellOps_8586e722a6/gold/notes/analysis_guide.md b/shellops/assets/ShellOps_8586e722a6/gold/notes/analysis_guide.md new file mode 100644 index 0000000000000000000000000000000000000000..6b45277324a81127876742919aacfb5d2c38f564 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/gold/notes/analysis_guide.md @@ -0,0 +1,7 @@ +# Telemetry Reliability Flags + +We classify sensor readings with the reliability field. +Only treat sensor IDs as "unreliable" if the severity is error AND the reliability flag equals "unreliable_reading". +Ignore warning‑level entries for the purpose of this inventory. + +Note: The sensor IDs may appear multiple times across logs; deduplicate them in the final list. diff --git a/shellops/assets/ShellOps_8586e722a6/gold/reports/unreliable_sensors.txt b/shellops/assets/ShellOps_8586e722a6/gold/reports/unreliable_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..e648f2e1f8985b4ff983b155dda02899933fc6dd --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/gold/reports/unreliable_sensors.txt @@ -0,0 +1,3 @@ +SENS-ALPHA-001 +SENS-BETA-002 +SENS-DELTA-004 diff --git a/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-01.json b/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-01.json new file mode 100644 index 0000000000000000000000000000000000000000..632d88499f01f4929769286c8366caea0596390e --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-01.json @@ -0,0 +1,29 @@ +[ + { + "timestamp": "2024-11-01T08:15:22Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-ALPHA-001", + "reliability": "unreliable_reading", + "value": 27.5 + } + }, + { + "timestamp": "2024-11-01T09:33:41Z", + "severity": "warning", + "metrics": { + "sensor_id": "SENS-BETA-002", + "reliability": "unreliable_reading", + "value": 42.1 + } + }, + { + "timestamp": "2024-11-01T10:11:05Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-GAMMA-003", + "reliability": "stable", + "value": 18.9 + } + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-02.json b/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-02.json new file mode 100644 index 0000000000000000000000000000000000000000..48518e6207ee30a3645139be5dbaaa8e6335e948 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-02.json @@ -0,0 +1,29 @@ +[ + { + "timestamp": "2024-11-02T12:45:18Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-ALPHA-001", + "reliability": "unreliable_reading", + "value": 29.8 + } + }, + { + "timestamp": "2024-11-02T13:22:34Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-DELTA-004", + "reliability": "unreliable_reading", + "value": 11.2 + } + }, + { + "timestamp": "2024-11-02T14:05:56Z", + "severity": "info", + "metrics": { + "sensor_id": "SENS-EPSILON-005", + "reliability": "verified", + "value": 33.0 + } + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-03.json b/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-03.json new file mode 100644 index 0000000000000000000000000000000000000000..21e522f82b721d2bc9b83efc2016a90c24594b07 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/gold/telemetry/2024-11-03.json @@ -0,0 +1,29 @@ +[ + { + "timestamp": "2024-11-03T07:30:12Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-DELTA-004", + "reliability": "stable", + "value": 11.5 + } + }, + { + "timestamp": "2024-11-03T08:45:33Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-BETA-002", + "reliability": "unreliable_reading", + "value": 41.9 + } + }, + { + "timestamp": "2024-11-03T09:12:47Z", + "severity": "warning", + "metrics": { + "sensor_id": "SENS-ALPHA-001", + "reliability": "unreliable_reading", + "value": 28.2 + } + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8586e722a6/init/distractor/coverage_summary.csv b/shellops/assets/ShellOps_8586e722a6/init/distractor/coverage_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..2d8c5e6fee1919e186826a61d697ae1b32fd3af9 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/init/distractor/coverage_summary.csv @@ -0,0 +1,6 @@ +sensor_id,total_readings,avg_value +SENS-ALPHA-001,5,28.7 +SENS-BETA-002,3,42.0 +SENS-GAMMA-003,1,18.9 +SENS-DELTA-004,2,11.35 +SENS-EPSILON-005,1,33.0 diff --git a/shellops/assets/ShellOps_8586e722a6/init/notes/analysis_guide.md b/shellops/assets/ShellOps_8586e722a6/init/notes/analysis_guide.md new file mode 100644 index 0000000000000000000000000000000000000000..6b45277324a81127876742919aacfb5d2c38f564 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/init/notes/analysis_guide.md @@ -0,0 +1,7 @@ +# Telemetry Reliability Flags + +We classify sensor readings with the reliability field. +Only treat sensor IDs as "unreliable" if the severity is error AND the reliability flag equals "unreliable_reading". +Ignore warning‑level entries for the purpose of this inventory. + +Note: The sensor IDs may appear multiple times across logs; deduplicate them in the final list. diff --git a/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-01.json b/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-01.json new file mode 100644 index 0000000000000000000000000000000000000000..632d88499f01f4929769286c8366caea0596390e --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-01.json @@ -0,0 +1,29 @@ +[ + { + "timestamp": "2024-11-01T08:15:22Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-ALPHA-001", + "reliability": "unreliable_reading", + "value": 27.5 + } + }, + { + "timestamp": "2024-11-01T09:33:41Z", + "severity": "warning", + "metrics": { + "sensor_id": "SENS-BETA-002", + "reliability": "unreliable_reading", + "value": 42.1 + } + }, + { + "timestamp": "2024-11-01T10:11:05Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-GAMMA-003", + "reliability": "stable", + "value": 18.9 + } + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-02.json b/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-02.json new file mode 100644 index 0000000000000000000000000000000000000000..48518e6207ee30a3645139be5dbaaa8e6335e948 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-02.json @@ -0,0 +1,29 @@ +[ + { + "timestamp": "2024-11-02T12:45:18Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-ALPHA-001", + "reliability": "unreliable_reading", + "value": 29.8 + } + }, + { + "timestamp": "2024-11-02T13:22:34Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-DELTA-004", + "reliability": "unreliable_reading", + "value": 11.2 + } + }, + { + "timestamp": "2024-11-02T14:05:56Z", + "severity": "info", + "metrics": { + "sensor_id": "SENS-EPSILON-005", + "reliability": "verified", + "value": 33.0 + } + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-03.json b/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-03.json new file mode 100644 index 0000000000000000000000000000000000000000..21e522f82b721d2bc9b83efc2016a90c24594b07 --- /dev/null +++ b/shellops/assets/ShellOps_8586e722a6/init/telemetry/2024-11-03.json @@ -0,0 +1,29 @@ +[ + { + "timestamp": "2024-11-03T07:30:12Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-DELTA-004", + "reliability": "stable", + "value": 11.5 + } + }, + { + "timestamp": "2024-11-03T08:45:33Z", + "severity": "error", + "metrics": { + "sensor_id": "SENS-BETA-002", + "reliability": "unreliable_reading", + "value": 41.9 + } + }, + { + "timestamp": "2024-11-03T09:12:47Z", + "severity": "warning", + "metrics": { + "sensor_id": "SENS-ALPHA-001", + "reliability": "unreliable_reading", + "value": 28.2 + } + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_85899ee776/gold/config_errors.txt b/shellops/assets/ShellOps_85899ee776/gold/config_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4d93a8c80dc477ffc6ce5a65a471a8a90ca8f33 --- /dev/null +++ b/shellops/assets/ShellOps_85899ee776/gold/config_errors.txt @@ -0,0 +1,2 @@ +/etc/app/config1.yaml +/etc/app/config2.yaml diff --git a/shellops/assets/ShellOps_859cbe09ec/gold/README.md b/shellops/assets/ShellOps_859cbe09ec/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7a8e6a360ccd3e01d328ddfeda332187fa094ed0 --- /dev/null +++ b/shellops/assets/ShellOps_859cbe09ec/gold/README.md @@ -0,0 +1,5 @@ +# Archives + +This folder holds records of cancelled orders. +The XML file is the authoritative source. +The TXT file is a legacy export that may be out of sync. diff --git a/shellops/assets/ShellOps_859cbe09ec/gold/cancelled_orders.txt b/shellops/assets/ShellOps_859cbe09ec/gold/cancelled_orders.txt new file mode 100644 index 0000000000000000000000000000000000000000..49ffc597f57147d69da75f2db9263e3a0c30b6ad --- /dev/null +++ b/shellops/assets/ShellOps_859cbe09ec/gold/cancelled_orders.txt @@ -0,0 +1,8 @@ +10237 +20015 +30188 +44220 +50499 +20015 +10237 +99999 diff --git a/shellops/assets/ShellOps_859cbe09ec/gold/discarded_orders.xml b/shellops/assets/ShellOps_859cbe09ec/gold/discarded_orders.xml new file mode 100644 index 0000000000000000000000000000000000000000..1109215fa7d7d6822f332e39375310be672935e0 --- /dev/null +++ b/shellops/assets/ShellOps_859cbe09ec/gold/discarded_orders.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_859cbe09ec/init/README.md b/shellops/assets/ShellOps_859cbe09ec/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7a8e6a360ccd3e01d328ddfeda332187fa094ed0 --- /dev/null +++ b/shellops/assets/ShellOps_859cbe09ec/init/README.md @@ -0,0 +1,5 @@ +# Archives + +This folder holds records of cancelled orders. +The XML file is the authoritative source. +The TXT file is a legacy export that may be out of sync. diff --git a/shellops/assets/ShellOps_859cbe09ec/init/cancelled_orders.txt b/shellops/assets/ShellOps_859cbe09ec/init/cancelled_orders.txt new file mode 100644 index 0000000000000000000000000000000000000000..49ffc597f57147d69da75f2db9263e3a0c30b6ad --- /dev/null +++ b/shellops/assets/ShellOps_859cbe09ec/init/cancelled_orders.txt @@ -0,0 +1,8 @@ +10237 +20015 +30188 +44220 +50499 +20015 +10237 +99999 diff --git a/shellops/assets/ShellOps_859cbe09ec/init/discarded_orders.xml b/shellops/assets/ShellOps_859cbe09ec/init/discarded_orders.xml new file mode 100644 index 0000000000000000000000000000000000000000..1109215fa7d7d6822f332e39375310be672935e0 --- /dev/null +++ b/shellops/assets/ShellOps_859cbe09ec/init/discarded_orders.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_85a15e14f1/gold/canonical_services.txt b/shellops/assets/ShellOps_85a15e14f1/gold/canonical_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..56b9a06b9607a5ca2793dd82a1e14a7fa1f06078 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/gold/canonical_services.txt @@ -0,0 +1,8 @@ +web_frontend +api_gateway +auth_service +db_primary +cache_redis +staging_web +analytics_worker +metrics_collector diff --git a/shellops/assets/ShellOps_85a15e14f1/gold/notes.md b/shellops/assets/ShellOps_85a15e14f1/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a46c61bf9422ca538868aa807391f98f536a4ea8 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/gold/notes.md @@ -0,0 +1,4 @@ +# Consolidation notes +- Keep production entries first. +- Append staging-only entries afterward. +- Remove duplicates. diff --git a/shellops/assets/ShellOps_85a15e14f1/gold/prod_services.txt b/shellops/assets/ShellOps_85a15e14f1/gold/prod_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..01d63527dc7867898a28ff3f3141d8b20d7b8893 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/gold/prod_services.txt @@ -0,0 +1,5 @@ +web_frontend +api_gateway +auth_service +db_primary +cache_redis diff --git a/shellops/assets/ShellOps_85a15e14f1/gold/staging_services.txt b/shellops/assets/ShellOps_85a15e14f1/gold/staging_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..405bd2a1d3d7c5de83b5c325d78efefc5081a464 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/gold/staging_services.txt @@ -0,0 +1,5 @@ +api_gateway +staging_web +analytics_worker +db_primary +metrics_collector diff --git a/shellops/assets/ShellOps_85a15e14f1/init/notes.md b/shellops/assets/ShellOps_85a15e14f1/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a46c61bf9422ca538868aa807391f98f536a4ea8 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/init/notes.md @@ -0,0 +1,4 @@ +# Consolidation notes +- Keep production entries first. +- Append staging-only entries afterward. +- Remove duplicates. diff --git a/shellops/assets/ShellOps_85a15e14f1/init/prod_services.txt b/shellops/assets/ShellOps_85a15e14f1/init/prod_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..01d63527dc7867898a28ff3f3141d8b20d7b8893 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/init/prod_services.txt @@ -0,0 +1,5 @@ +web_frontend +api_gateway +auth_service +db_primary +cache_redis diff --git a/shellops/assets/ShellOps_85a15e14f1/init/staging_services.txt b/shellops/assets/ShellOps_85a15e14f1/init/staging_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..405bd2a1d3d7c5de83b5c325d78efefc5081a464 --- /dev/null +++ b/shellops/assets/ShellOps_85a15e14f1/init/staging_services.txt @@ -0,0 +1,5 @@ +api_gateway +staging_web +analytics_worker +db_primary +metrics_collector diff --git a/shellops/assets/ShellOps_85ba9aa1d8/gold/distractor.csv b/shellops/assets/ShellOps_85ba9aa1d8/gold/distractor.csv new file mode 100644 index 0000000000000000000000000000000000000000..fc57732aa67708846b269bf563c45fb328793252 --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/gold/distractor.csv @@ -0,0 +1,4 @@ +incident_id,timestamp,severity +101,2024-05-18T14:22:35,high +102,2024-05-18T15:01:12,medium +103,2024-05-18T16:45:09,high \ No newline at end of file diff --git a/shellops/assets/ShellOps_85ba9aa1d8/gold/incidents.log b/shellops/assets/ShellOps_85ba9aa1d8/gold/incidents.log new file mode 100644 index 0000000000000000000000000000000000000000..558d98294b0a00db6f1cc1ac53beb2625ab74a9f --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/gold/incidents.log @@ -0,0 +1,4 @@ +2024-05-18T14:22:35 Port 33 link down +2024-05-18T15:01:12 Port 45 reset initiated +2024-05-18T16:45:09 Port 58 packet loss detected +2024-05-18T17:30:00 Port 33 link restored \ No newline at end of file diff --git a/shellops/assets/ShellOps_85ba9aa1d8/gold/monitored_ports.txt b/shellops/assets/ShellOps_85ba9aa1d8/gold/monitored_ports.txt new file mode 100644 index 0000000000000000000000000000000000000000..919ba08de9477113fb42a278d5e14d39d5a8a703 --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/gold/monitored_ports.txt @@ -0,0 +1,3 @@ +33 +45 +58 diff --git a/shellops/assets/ShellOps_85ba9aa1d8/gold/switch_ports.csv b/shellops/assets/ShellOps_85ba9aa1d8/gold/switch_ports.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3abd024273034698597362fd63a961fcf4fa32b --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/gold/switch_ports.csv @@ -0,0 +1,5 @@ +port_id,switch_name,status +45,sw-core-01,active +33,sw-edge-02,active +27,sw-core-02,decom +58,sw-edge-03,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_85ba9aa1d8/init/distractor.csv b/shellops/assets/ShellOps_85ba9aa1d8/init/distractor.csv new file mode 100644 index 0000000000000000000000000000000000000000..fc57732aa67708846b269bf563c45fb328793252 --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/init/distractor.csv @@ -0,0 +1,4 @@ +incident_id,timestamp,severity +101,2024-05-18T14:22:35,high +102,2024-05-18T15:01:12,medium +103,2024-05-18T16:45:09,high \ No newline at end of file diff --git a/shellops/assets/ShellOps_85ba9aa1d8/init/incidents.log b/shellops/assets/ShellOps_85ba9aa1d8/init/incidents.log new file mode 100644 index 0000000000000000000000000000000000000000..558d98294b0a00db6f1cc1ac53beb2625ab74a9f --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/init/incidents.log @@ -0,0 +1,4 @@ +2024-05-18T14:22:35 Port 33 link down +2024-05-18T15:01:12 Port 45 reset initiated +2024-05-18T16:45:09 Port 58 packet loss detected +2024-05-18T17:30:00 Port 33 link restored \ No newline at end of file diff --git a/shellops/assets/ShellOps_85ba9aa1d8/init/switch_ports.csv b/shellops/assets/ShellOps_85ba9aa1d8/init/switch_ports.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3abd024273034698597362fd63a961fcf4fa32b --- /dev/null +++ b/shellops/assets/ShellOps_85ba9aa1d8/init/switch_ports.csv @@ -0,0 +1,5 @@ +port_id,switch_name,status +45,sw-core-01,active +33,sw-edge-02,active +27,sw-core-02,decom +58,sw-edge-03,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_85e726c35d/gold/devices_register.xml b/shellops/assets/ShellOps_85e726c35d/gold/devices_register.xml new file mode 100644 index 0000000000000000000000000000000000000000..1c2f95a219204c759bc9f4180d322d253e0133db --- /dev/null +++ b/shellops/assets/ShellOps_85e726c35d/gold/devices_register.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_85e726c35d/gold/field_sensors.txt b/shellops/assets/ShellOps_85e726c35d/gold/field_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..0999a6c090ae53c07085b78a21802110d677efd4 --- /dev/null +++ b/shellops/assets/ShellOps_85e726c35d/gold/field_sensors.txt @@ -0,0 +1,3 @@ +2378 +4623 +5814 \ No newline at end of file diff --git a/shellops/assets/ShellOps_85e726c35d/gold/missing_sensors.txt b/shellops/assets/ShellOps_85e726c35d/gold/missing_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..15f1f45c3fcd3603bacd0a975d1a86376c0df2be --- /dev/null +++ b/shellops/assets/ShellOps_85e726c35d/gold/missing_sensors.txt @@ -0,0 +1,2 @@ +1452 +3091 diff --git a/shellops/assets/ShellOps_85e726c35d/init/devices_register.xml b/shellops/assets/ShellOps_85e726c35d/init/devices_register.xml new file mode 100644 index 0000000000000000000000000000000000000000..1c2f95a219204c759bc9f4180d322d253e0133db --- /dev/null +++ b/shellops/assets/ShellOps_85e726c35d/init/devices_register.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_85e726c35d/init/field_sensors.txt b/shellops/assets/ShellOps_85e726c35d/init/field_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..0999a6c090ae53c07085b78a21802110d677efd4 --- /dev/null +++ b/shellops/assets/ShellOps_85e726c35d/init/field_sensors.txt @@ -0,0 +1,3 @@ +2378 +4623 +5814 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8649154a43/gold/config/db.conf b/shellops/assets/ShellOps_8649154a43/gold/config/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..708431663fae4fdaacd662c730320e708af5c5e4 --- /dev/null +++ b/shellops/assets/ShellOps_8649154a43/gold/config/db.conf @@ -0,0 +1,3 @@ +DB_HOST=old-database.example.com +DB_USER=legacy_user +DB_PORT=5432 diff --git a/shellops/assets/ShellOps_8649154a43/gold/secure/credentials.txt b/shellops/assets/ShellOps_8649154a43/gold/secure/credentials.txt new file mode 100644 index 0000000000000000000000000000000000000000..9539226693e86e648c5e50bb7a54cce26c30e1c4 --- /dev/null +++ b/shellops/assets/ShellOps_8649154a43/gold/secure/credentials.txt @@ -0,0 +1,3 @@ +host: new.db.cluster.local +username: app_service_2024 +password: N0tp4ssword! \ No newline at end of file diff --git a/shellops/assets/ShellOps_8649154a43/gold/updated_db.conf b/shellops/assets/ShellOps_8649154a43/gold/updated_db.conf new file mode 100644 index 0000000000000000000000000000000000000000..4df4c8d065ed5c99178f290d2814b3f128cdd031 --- /dev/null +++ b/shellops/assets/ShellOps_8649154a43/gold/updated_db.conf @@ -0,0 +1,3 @@ +DB_HOST=new.db.cluster.local +DB_USER=app_service_2024 +DB_PORT=5432 diff --git a/shellops/assets/ShellOps_8649154a43/init/config/db.conf b/shellops/assets/ShellOps_8649154a43/init/config/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..708431663fae4fdaacd662c730320e708af5c5e4 --- /dev/null +++ b/shellops/assets/ShellOps_8649154a43/init/config/db.conf @@ -0,0 +1,3 @@ +DB_HOST=old-database.example.com +DB_USER=legacy_user +DB_PORT=5432 diff --git a/shellops/assets/ShellOps_8649154a43/init/secure/credentials.txt b/shellops/assets/ShellOps_8649154a43/init/secure/credentials.txt new file mode 100644 index 0000000000000000000000000000000000000000..9539226693e86e648c5e50bb7a54cce26c30e1c4 --- /dev/null +++ b/shellops/assets/ShellOps_8649154a43/init/secure/credentials.txt @@ -0,0 +1,3 @@ +host: new.db.cluster.local +username: app_service_2024 +password: N0tp4ssword! \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/gold/allowed_users.txt b/shellops/assets/ShellOps_8670afcba3/gold/allowed_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c9c9f9936453d9303215c55a73739ab4bbf6a2b --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/allowed_users.txt @@ -0,0 +1,3 @@ +jane_smith +john_doe +morgan_lee diff --git a/shellops/assets/ShellOps_8670afcba3/gold/clients/alex_brown.json b/shellops/assets/ShellOps_8670afcba3/gold/clients/alex_brown.json new file mode 100644 index 0000000000000000000000000000000000000000..435893837cedd3d9f1c9cd76ecb103c07bd73ba6 --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/clients/alex_brown.json @@ -0,0 +1 @@ +{"username": "alex_brown", "tier": "premium", "region": "APAC", "joined": "2023-11-02"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/gold/clients/jane_smith.json b/shellops/assets/ShellOps_8670afcba3/gold/clients/jane_smith.json new file mode 100644 index 0000000000000000000000000000000000000000..432dd6b110cd4bc8465fad69269f3f9ed0a633cc --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/clients/jane_smith.json @@ -0,0 +1 @@ +{"username": "jane_smith", "tier": "basic", "region": "EU", "joined": "2022-09-14"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/gold/clients/john_doe.json b/shellops/assets/ShellOps_8670afcba3/gold/clients/john_doe.json new file mode 100644 index 0000000000000000000000000000000000000000..981c23ec7febcb6051067209993e31798d1f194b --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/clients/john_doe.json @@ -0,0 +1 @@ +{"username": "john_doe", "tier": "premium", "region": "NA", "joined": "2023-05-10"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/gold/clients/morgan_lee.json b/shellops/assets/ShellOps_8670afcba3/gold/clients/morgan_lee.json new file mode 100644 index 0000000000000000000000000000000000000000..b25f6d327366e3c418145ef8338fd2a96ebea44d --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/clients/morgan_lee.json @@ -0,0 +1 @@ +{"username": "morgan_lee", "tier": "basic", "region": "NA", "joined": "2024-01-18"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/gold/distractor_notes.md b/shellops/assets/ShellOps_8670afcba3/gold/distractor_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..062367391024db40fe2064203b979951d9435b56 --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/distractor_notes.md @@ -0,0 +1,3 @@ +# Irrelevant project notes +- Temporary suspension list not yet finalized. +- Legacy audit trail preserved in archive/. diff --git a/shellops/assets/ShellOps_8670afcba3/gold/exclusions/suppressed.txt b/shellops/assets/ShellOps_8670afcba3/gold/exclusions/suppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..147c3679878c9d88cd3089e34e2038ebf3554a8a --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/gold/exclusions/suppressed.txt @@ -0,0 +1,2 @@ +alex_brown +charlie_wu diff --git a/shellops/assets/ShellOps_8670afcba3/init/clients/alex_brown.json b/shellops/assets/ShellOps_8670afcba3/init/clients/alex_brown.json new file mode 100644 index 0000000000000000000000000000000000000000..435893837cedd3d9f1c9cd76ecb103c07bd73ba6 --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/init/clients/alex_brown.json @@ -0,0 +1 @@ +{"username": "alex_brown", "tier": "premium", "region": "APAC", "joined": "2023-11-02"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/init/clients/jane_smith.json b/shellops/assets/ShellOps_8670afcba3/init/clients/jane_smith.json new file mode 100644 index 0000000000000000000000000000000000000000..432dd6b110cd4bc8465fad69269f3f9ed0a633cc --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/init/clients/jane_smith.json @@ -0,0 +1 @@ +{"username": "jane_smith", "tier": "basic", "region": "EU", "joined": "2022-09-14"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/init/clients/john_doe.json b/shellops/assets/ShellOps_8670afcba3/init/clients/john_doe.json new file mode 100644 index 0000000000000000000000000000000000000000..981c23ec7febcb6051067209993e31798d1f194b --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/init/clients/john_doe.json @@ -0,0 +1 @@ +{"username": "john_doe", "tier": "premium", "region": "NA", "joined": "2023-05-10"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/init/clients/morgan_lee.json b/shellops/assets/ShellOps_8670afcba3/init/clients/morgan_lee.json new file mode 100644 index 0000000000000000000000000000000000000000..b25f6d327366e3c418145ef8338fd2a96ebea44d --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/init/clients/morgan_lee.json @@ -0,0 +1 @@ +{"username": "morgan_lee", "tier": "basic", "region": "NA", "joined": "2024-01-18"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8670afcba3/init/distractor_notes.md b/shellops/assets/ShellOps_8670afcba3/init/distractor_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..062367391024db40fe2064203b979951d9435b56 --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/init/distractor_notes.md @@ -0,0 +1,3 @@ +# Irrelevant project notes +- Temporary suspension list not yet finalized. +- Legacy audit trail preserved in archive/. diff --git a/shellops/assets/ShellOps_8670afcba3/init/exclusions/suppressed.txt b/shellops/assets/ShellOps_8670afcba3/init/exclusions/suppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..147c3679878c9d88cd3089e34e2038ebf3554a8a --- /dev/null +++ b/shellops/assets/ShellOps_8670afcba3/init/exclusions/suppressed.txt @@ -0,0 +1,2 @@ +alex_brown +charlie_wu diff --git a/shellops/assets/ShellOps_8680dca867/gold/notes/README.md b/shellops/assets/ShellOps_8680dca867/gold/notes/README.md new file mode 100644 index 0000000000000000000000000000000000000000..07afdb883075302e08fa3247e77335aeaed81ff6 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/gold/notes/README.md @@ -0,0 +1,3 @@ +# Telemetry archive +- Files under traces/ contain per-node JSON blobs. +- Some device IDs may be suppressed; check suppress.txt. diff --git a/shellops/assets/ShellOps_8680dca867/gold/reports/active_devices.txt b/shellops/assets/ShellOps_8680dca867/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..58b818180f531a1f2b25d2eaadb1be493a900887 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/gold/reports/active_devices.txt @@ -0,0 +1,2 @@ +dev_1001 +dev_1003 diff --git a/shellops/assets/ShellOps_8680dca867/gold/suppress.txt b/shellops/assets/ShellOps_8680dca867/gold/suppress.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e62304e8e3acd2831f520790f4a7c5a0cc95bca --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/gold/suppress.txt @@ -0,0 +1,2 @@ +dev_1002 +dev_9999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/gold/traces/node_alpha.json b/shellops/assets/ShellOps_8680dca867/gold/traces/node_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..138127e36644269a70ad5a919c96db4c3255f7c8 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/gold/traces/node_alpha.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "timestamp": "2024-05-15T10:23:00Z", "sensor": "thermistor", "value": 25.3} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/gold/traces/node_beta.json b/shellops/assets/ShellOps_8680dca867/gold/traces/node_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..f7c206a11d849f5471e41d9596d4c82f3bcab47c --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/gold/traces/node_beta.json @@ -0,0 +1 @@ +{"device_id": "dev_1002", "timestamp": "2024-05-15T10:24:00Z", "sensor": "thermistor", "value": 26.1} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/gold/traces/node_gamma.json b/shellops/assets/ShellOps_8680dca867/gold/traces/node_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f0505d77f8e5fc9fdcbe7231dd508949366aabc6 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/gold/traces/node_gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_1003", "timestamp": "2024-05-15T10:25:00Z", "sensor": "thermistor", "value": 24.9} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/init/notes/README.md b/shellops/assets/ShellOps_8680dca867/init/notes/README.md new file mode 100644 index 0000000000000000000000000000000000000000..07afdb883075302e08fa3247e77335aeaed81ff6 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/init/notes/README.md @@ -0,0 +1,3 @@ +# Telemetry archive +- Files under traces/ contain per-node JSON blobs. +- Some device IDs may be suppressed; check suppress.txt. diff --git a/shellops/assets/ShellOps_8680dca867/init/suppress.txt b/shellops/assets/ShellOps_8680dca867/init/suppress.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e62304e8e3acd2831f520790f4a7c5a0cc95bca --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/init/suppress.txt @@ -0,0 +1,2 @@ +dev_1002 +dev_9999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/init/traces/node_alpha.json b/shellops/assets/ShellOps_8680dca867/init/traces/node_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..138127e36644269a70ad5a919c96db4c3255f7c8 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/init/traces/node_alpha.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "timestamp": "2024-05-15T10:23:00Z", "sensor": "thermistor", "value": 25.3} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/init/traces/node_beta.json b/shellops/assets/ShellOps_8680dca867/init/traces/node_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..f7c206a11d849f5471e41d9596d4c82f3bcab47c --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/init/traces/node_beta.json @@ -0,0 +1 @@ +{"device_id": "dev_1002", "timestamp": "2024-05-15T10:24:00Z", "sensor": "thermistor", "value": 26.1} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8680dca867/init/traces/node_gamma.json b/shellops/assets/ShellOps_8680dca867/init/traces/node_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f0505d77f8e5fc9fdcbe7231dd508949366aabc6 --- /dev/null +++ b/shellops/assets/ShellOps_8680dca867/init/traces/node_gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_1003", "timestamp": "2024-05-15T10:25:00Z", "sensor": "thermistor", "value": 24.9} \ No newline at end of file diff --git a/shellops/assets/ShellOps_86861402d9/gold/shopping/receipts_october.out b/shellops/assets/ShellOps_86861402d9/gold/shopping/receipts_october.out new file mode 100644 index 0000000000000000000000000000000000000000..9f5d94a0b03df2bb90c0e49692053065b4695bc1 --- /dev/null +++ b/shellops/assets/ShellOps_86861402d9/gold/shopping/receipts_october.out @@ -0,0 +1,29 @@ +DATE: 2023-10-01 +STORE: FreshMart +ITEM: Apples +ITEM: Bread +ITEM: Milk + +DATE: 2023-10-05 +STORE: GreenGrocer +ITEM: Apples +ITEM: Bananas +ITEM: Yogurt + +DATE: 2023-10-10 +STORE: FreshMart +ITEM: Apples +ITEM: Milk +ITEM: Eggs + +DATE: 2023-10-15 +STORE: GreenGrocer +ITEM: Bread +ITEM: Bananas +ITEM: Milk + +DATE: 2023-10-20 +STORE: FreshMart +ITEM: Apples +ITEM: Eggs +ITEM: Yogurt diff --git a/shellops/assets/ShellOps_86861402d9/init/shopping/receipts_october.out b/shellops/assets/ShellOps_86861402d9/init/shopping/receipts_october.out new file mode 100644 index 0000000000000000000000000000000000000000..9f5d94a0b03df2bb90c0e49692053065b4695bc1 --- /dev/null +++ b/shellops/assets/ShellOps_86861402d9/init/shopping/receipts_october.out @@ -0,0 +1,29 @@ +DATE: 2023-10-01 +STORE: FreshMart +ITEM: Apples +ITEM: Bread +ITEM: Milk + +DATE: 2023-10-05 +STORE: GreenGrocer +ITEM: Apples +ITEM: Bananas +ITEM: Yogurt + +DATE: 2023-10-10 +STORE: FreshMart +ITEM: Apples +ITEM: Milk +ITEM: Eggs + +DATE: 2023-10-15 +STORE: GreenGrocer +ITEM: Bread +ITEM: Bananas +ITEM: Milk + +DATE: 2023-10-20 +STORE: FreshMart +ITEM: Apples +ITEM: Eggs +ITEM: Yogurt diff --git a/shellops/assets/ShellOps_86932376ff/gold/combined_groceries.md b/shellops/assets/ShellOps_86932376ff/gold/combined_groceries.md new file mode 100644 index 0000000000000000000000000000000000000000..25bfecf12aad884bacc1104e7829fa4236f96f7a --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/gold/combined_groceries.md @@ -0,0 +1,7 @@ +apples +bananas +bread +butter +cheese +eggs +milk diff --git a/shellops/assets/ShellOps_86932376ff/gold/groceries_wk1.md b/shellops/assets/ShellOps_86932376ff/gold/groceries_wk1.md new file mode 100644 index 0000000000000000000000000000000000000000..d5355010210b2b25b6c590a80d260eb1da679288 --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/gold/groceries_wk1.md @@ -0,0 +1,4 @@ +apples +bananas +milk +bread diff --git a/shellops/assets/ShellOps_86932376ff/gold/groceries_wk2.md b/shellops/assets/ShellOps_86932376ff/gold/groceries_wk2.md new file mode 100644 index 0000000000000000000000000000000000000000..7e6a6f0fdfe41e7783abb54865c6f7dda9d6e4ce --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/gold/groceries_wk2.md @@ -0,0 +1,4 @@ +milk +eggs +bread +cheese diff --git a/shellops/assets/ShellOps_86932376ff/gold/groceries_wk3.md b/shellops/assets/ShellOps_86932376ff/gold/groceries_wk3.md new file mode 100644 index 0000000000000000000000000000000000000000..5277feab440d763a5a7fbaddf68469c5deddfa4b --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/gold/groceries_wk3.md @@ -0,0 +1,4 @@ +apples +eggs +butter +bread diff --git a/shellops/assets/ShellOps_86932376ff/init/groceries_wk1.md b/shellops/assets/ShellOps_86932376ff/init/groceries_wk1.md new file mode 100644 index 0000000000000000000000000000000000000000..d5355010210b2b25b6c590a80d260eb1da679288 --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/init/groceries_wk1.md @@ -0,0 +1,4 @@ +apples +bananas +milk +bread diff --git a/shellops/assets/ShellOps_86932376ff/init/groceries_wk2.md b/shellops/assets/ShellOps_86932376ff/init/groceries_wk2.md new file mode 100644 index 0000000000000000000000000000000000000000..7e6a6f0fdfe41e7783abb54865c6f7dda9d6e4ce --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/init/groceries_wk2.md @@ -0,0 +1,4 @@ +milk +eggs +bread +cheese diff --git a/shellops/assets/ShellOps_86932376ff/init/groceries_wk3.md b/shellops/assets/ShellOps_86932376ff/init/groceries_wk3.md new file mode 100644 index 0000000000000000000000000000000000000000..5277feab440d763a5a7fbaddf68469c5deddfa4b --- /dev/null +++ b/shellops/assets/ShellOps_86932376ff/init/groceries_wk3.md @@ -0,0 +1,4 @@ +apples +eggs +butter +bread diff --git a/shellops/assets/ShellOps_86c687fa5f/gold/bom.txt b/shellops/assets/ShellOps_86c687fa5f/gold/bom.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b6eaef0f7b25994862ac67f1b5950d4e5390623 --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/gold/bom.txt @@ -0,0 +1,6 @@ +libaudio +libcore +libcrypto +libfs +libnet +libui diff --git a/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/.keep b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.1.0.txt b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.1.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2d6a9ca5a40e31d712acfbf3d2f49241ca50e8c --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.1.0.txt @@ -0,0 +1,8 @@ +Firmware v1.1.0 Release Notes + +Library: libcore +- Initial release + +Library: libcrypto +- SHA-256 acceleration +- RNG hardening diff --git a/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.1.5.txt b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.1.5.txt new file mode 100644 index 0000000000000000000000000000000000000000..afac183d0c8a7aeb01585ed2eefd8dc517ce4e5a --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.1.5.txt @@ -0,0 +1,9 @@ +Firmware v1.1.5 Release Notes + +Library: libcore +- Stability improvements +- Reduced stack usage + +Library: libaudio +- Fixed sample rate handling +- Added resampling diff --git a/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.2.0.txt b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.2.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe25e3a6dccbe4589abcee350fc186ba691d894d --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/gold/release_notes/v1.2.0.txt @@ -0,0 +1,20 @@ +Firmware v1.2.0 Release Notes + +Library: libcore +- Fixed interrupt handling +- Optimized scheduler + +Library: libnet +- Updated TLS cipher suites +- Improved connection pooling + +Library: libfs +- Added wear leveling +- Bugfix for sparse files + +Library: libnet +- Minor documentation update + +Library: libui +- New rendering backend +- Touch input improvements diff --git a/shellops/assets/ShellOps_86c687fa5f/init/release_notes/.keep b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.1.0.txt b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.1.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2d6a9ca5a40e31d712acfbf3d2f49241ca50e8c --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.1.0.txt @@ -0,0 +1,8 @@ +Firmware v1.1.0 Release Notes + +Library: libcore +- Initial release + +Library: libcrypto +- SHA-256 acceleration +- RNG hardening diff --git a/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.1.5.txt b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.1.5.txt new file mode 100644 index 0000000000000000000000000000000000000000..afac183d0c8a7aeb01585ed2eefd8dc517ce4e5a --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.1.5.txt @@ -0,0 +1,9 @@ +Firmware v1.1.5 Release Notes + +Library: libcore +- Stability improvements +- Reduced stack usage + +Library: libaudio +- Fixed sample rate handling +- Added resampling diff --git a/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.2.0.txt b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.2.0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe25e3a6dccbe4589abcee350fc186ba691d894d --- /dev/null +++ b/shellops/assets/ShellOps_86c687fa5f/init/release_notes/v1.2.0.txt @@ -0,0 +1,20 @@ +Firmware v1.2.0 Release Notes + +Library: libcore +- Fixed interrupt handling +- Optimized scheduler + +Library: libnet +- Updated TLS cipher suites +- Improved connection pooling + +Library: libfs +- Added wear leveling +- Bugfix for sparse files + +Library: libnet +- Minor documentation update + +Library: libui +- New rendering backend +- Touch input improvements diff --git a/shellops/assets/ShellOps_86cf3ac5da/gold/hosts/registry.json b/shellops/assets/ShellOps_86cf3ac5da/gold/hosts/registry.json new file mode 100644 index 0000000000000000000000000000000000000000..758fc9fa980cc0d4ed7048d9cb8d687ca4264884 --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/gold/hosts/registry.json @@ -0,0 +1,10 @@ +{ + "host-a": "active", + "host-b": "archived", + "host-c": "active", + "host-d": "active", + "host-e": "archived", + "host-f": "active", + "host-g": "active", + "host-h": "archived" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241210.json b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241210.json new file mode 100644 index 0000000000000000000000000000000000000000..ab36f609cc4c6ffb6513e70bba36fd98ce37209f --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241210.json @@ -0,0 +1 @@ +[{"host": "host-h", "tags": ["net_outage"], "timestamp": "2024-12-10T01:00:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241214.json b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241214.json new file mode 100644 index 0000000000000000000000000000000000000000..bb37e41c32fb53965c439cfb503998d7ab17d17c --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241214.json @@ -0,0 +1 @@ +[{"host": "host-f", "tags": ["net_outage"], "timestamp": "2024-12-14T09:15:00Z"}, {"host": "host-g", "tags": ["disk_full"], "timestamp": "2024-12-14T16:45:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241215.json b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241215.json new file mode 100644 index 0000000000000000000000000000000000000000..1957e61bd4f8a6317963ac33d55f2eec14a79c31 --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241215.json @@ -0,0 +1 @@ +[{"host": "host-a", "tags": ["net_outage", "high_cpu"], "timestamp": "2024-12-15T10:30:00Z"}, {"host": "host-b", "tags": ["memory_leak"], "timestamp": "2024-12-15T12:15:00Z"}, {"host": "host-c", "tags": ["net_outage"], "timestamp": "2024-12-15T14:05:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241216.json b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241216.json new file mode 100644 index 0000000000000000000000000000000000000000..eecfed58ac57a272ce3001a55c8063b49ae437d0 --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/gold/monitoring/20241216.json @@ -0,0 +1 @@ +[{"host": "host-d", "tags": ["net_outage"], "timestamp": "2024-12-16T08:00:00Z"}, {"host": "host-e", "tags": [], "timestamp": "2024-12-16T11:22:00Z"}, {"host": "host-a", "tags": ["net_outage"], "timestamp": "2024-12-16T13:18:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/gold/outages.txt b/shellops/assets/ShellOps_86cf3ac5da/gold/outages.txt new file mode 100644 index 0000000000000000000000000000000000000000..1531cf5c8bdd5df67fe9f90ff4d5818bf2e841bc --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/gold/outages.txt @@ -0,0 +1,4 @@ +host-a +host-c +host-d +host-f diff --git a/shellops/assets/ShellOps_86cf3ac5da/init/hosts/registry.json b/shellops/assets/ShellOps_86cf3ac5da/init/hosts/registry.json new file mode 100644 index 0000000000000000000000000000000000000000..758fc9fa980cc0d4ed7048d9cb8d687ca4264884 --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/init/hosts/registry.json @@ -0,0 +1,10 @@ +{ + "host-a": "active", + "host-b": "archived", + "host-c": "active", + "host-d": "active", + "host-e": "archived", + "host-f": "active", + "host-g": "active", + "host-h": "archived" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241210.json b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241210.json new file mode 100644 index 0000000000000000000000000000000000000000..ab36f609cc4c6ffb6513e70bba36fd98ce37209f --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241210.json @@ -0,0 +1 @@ +[{"host": "host-h", "tags": ["net_outage"], "timestamp": "2024-12-10T01:00:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241214.json b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241214.json new file mode 100644 index 0000000000000000000000000000000000000000..bb37e41c32fb53965c439cfb503998d7ab17d17c --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241214.json @@ -0,0 +1 @@ +[{"host": "host-f", "tags": ["net_outage"], "timestamp": "2024-12-14T09:15:00Z"}, {"host": "host-g", "tags": ["disk_full"], "timestamp": "2024-12-14T16:45:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241215.json b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241215.json new file mode 100644 index 0000000000000000000000000000000000000000..1957e61bd4f8a6317963ac33d55f2eec14a79c31 --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241215.json @@ -0,0 +1 @@ +[{"host": "host-a", "tags": ["net_outage", "high_cpu"], "timestamp": "2024-12-15T10:30:00Z"}, {"host": "host-b", "tags": ["memory_leak"], "timestamp": "2024-12-15T12:15:00Z"}, {"host": "host-c", "tags": ["net_outage"], "timestamp": "2024-12-15T14:05:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241216.json b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241216.json new file mode 100644 index 0000000000000000000000000000000000000000..eecfed58ac57a272ce3001a55c8063b49ae437d0 --- /dev/null +++ b/shellops/assets/ShellOps_86cf3ac5da/init/monitoring/20241216.json @@ -0,0 +1 @@ +[{"host": "host-d", "tags": ["net_outage"], "timestamp": "2024-12-16T08:00:00Z"}, {"host": "host-e", "tags": [], "timestamp": "2024-12-16T11:22:00Z"}, {"host": "host-a", "tags": ["net_outage"], "timestamp": "2024-12-16T13:18:00Z"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_86d2225c0a/gold/allowed_hosts.txt b/shellops/assets/ShellOps_86d2225c0a/gold/allowed_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..c283bd42d8d3f55308429667efee5e67375ca853 --- /dev/null +++ b/shellops/assets/ShellOps_86d2225c0a/gold/allowed_hosts.txt @@ -0,0 +1,5 @@ +# Approved IPs +192.168.1.100 +10.0.0.5 +## Reserved range +172.16.0.1 diff --git a/shellops/assets/ShellOps_86d2225c0a/gold/deployments.xml b/shellops/assets/ShellOps_86d2225c0a/gold/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..8005454d1b30861428155dda3c6c4187d2807890 --- /dev/null +++ b/shellops/assets/ShellOps_86d2225c0a/gold/deployments.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_86d2225c0a/gold/stale_ips.txt b/shellops/assets/ShellOps_86d2225c0a/gold/stale_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e061d5b4b4d81678c7a1bca1cc0957d83495889 --- /dev/null +++ b/shellops/assets/ShellOps_86d2225c0a/gold/stale_ips.txt @@ -0,0 +1 @@ +10.10.10.10 diff --git a/shellops/assets/ShellOps_86d2225c0a/init/allowed_hosts.txt b/shellops/assets/ShellOps_86d2225c0a/init/allowed_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..c283bd42d8d3f55308429667efee5e67375ca853 --- /dev/null +++ b/shellops/assets/ShellOps_86d2225c0a/init/allowed_hosts.txt @@ -0,0 +1,5 @@ +# Approved IPs +192.168.1.100 +10.0.0.5 +## Reserved range +172.16.0.1 diff --git a/shellops/assets/ShellOps_86d2225c0a/init/deployments.xml b/shellops/assets/ShellOps_86d2225c0a/init/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..8005454d1b30861428155dda3c6c4187d2807890 --- /dev/null +++ b/shellops/assets/ShellOps_86d2225c0a/init/deployments.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_86e5a2ce61/gold/authorized_devices.txt b/shellops/assets/ShellOps_86e5a2ce61/gold/authorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d6ce318e40099dc3253a1a61cf600d0e1e0ee83 --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/gold/authorized_devices.txt @@ -0,0 +1,4 @@ +dev-alpha +dev-beta +dev-delta +dev-epsilon \ No newline at end of file diff --git a/shellops/assets/ShellOps_86e5a2ce61/gold/deployment.xml b/shellops/assets/ShellOps_86e5a2ce61/gold/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..736e3bfd0484234b77f6a5b2bdeb6092c5c3ed87 --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/gold/deployment.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_86e5a2ce61/gold/notes.md b/shellops/assets/ShellOps_86e5a2ce61/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..30e018cf4056b7b66c1b422968cf653098454744 --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/gold/notes.md @@ -0,0 +1,2 @@ +Legacy note: dev-theta was removed last quarter. +Distractor entry should not appear in results. \ No newline at end of file diff --git a/shellops/assets/ShellOps_86e5a2ce61/gold/reports/extra_devices.tsv b/shellops/assets/ShellOps_86e5a2ce61/gold/reports/extra_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..585f0e1bc7cba5cc2c6ef5e53400ab1eaea3d22d --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/gold/reports/extra_devices.tsv @@ -0,0 +1,2 @@ +dev-gamma unapproved +dev-zeta unapproved diff --git a/shellops/assets/ShellOps_86e5a2ce61/init/authorized_devices.txt b/shellops/assets/ShellOps_86e5a2ce61/init/authorized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d6ce318e40099dc3253a1a61cf600d0e1e0ee83 --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/init/authorized_devices.txt @@ -0,0 +1,4 @@ +dev-alpha +dev-beta +dev-delta +dev-epsilon \ No newline at end of file diff --git a/shellops/assets/ShellOps_86e5a2ce61/init/deployment.xml b/shellops/assets/ShellOps_86e5a2ce61/init/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..736e3bfd0484234b77f6a5b2bdeb6092c5c3ed87 --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/init/deployment.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_86e5a2ce61/init/notes.md b/shellops/assets/ShellOps_86e5a2ce61/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..30e018cf4056b7b66c1b422968cf653098454744 --- /dev/null +++ b/shellops/assets/ShellOps_86e5a2ce61/init/notes.md @@ -0,0 +1,2 @@ +Legacy note: dev-theta was removed last quarter. +Distractor entry should not appear in results. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/gold/policy/retired_devices.txt b/shellops/assets/ShellOps_8714106eec/gold/policy/retired_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4fc953d5d2c6a8b829f7203742e73a1c9211f1d --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/gold/policy/retired_devices.txt @@ -0,0 +1,3 @@ +S1001 +S1004 +S1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/gold/reports/active_sensors.tsv b/shellops/assets/ShellOps_8714106eec/gold/reports/active_sensors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b42b6402b4abb875176347746cac23cc3f134de7 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/gold/reports/active_sensors.tsv @@ -0,0 +1,4 @@ +S1003 +S1006 +S1007 +S1009 diff --git a/shellops/assets/ShellOps_8714106eec/gold/telemetry/distractor.json b/shellops/assets/ShellOps_8714106eec/gold/telemetry/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..b26b09b436952b485166a2cff4d5aa6cf8a5cd96 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/gold/telemetry/distractor.json @@ -0,0 +1,2 @@ +{"device_id": "D2001", "status": "active", "type": "gateway"} +{"sensor_id": "S1010", "status": "active", "location": "zone_j"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_alpha.json b/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7a23d02f13ff91b9258583820afc483c8d670dad --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_alpha.json @@ -0,0 +1,3 @@ +{"sensor_id": "S1001", "status": "active", "location": "zone_a"} +{"sensor_id": "S1002", "status": "inactive", "location": "zone_b"} +{"sensor_id": "S1003", "status": "active", "location": "zone_c"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_beta.json b/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..2645e91ae45a158dc5b6d1e815d89e1587445457 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_beta.json @@ -0,0 +1,3 @@ +{"sensor_id": "S1004", "status": "active", "location": "zone_d"} +{"sensor_id": "S1005", "status": "maintenance", "location": "zone_e"} +{"sensor_id": "S1006", "status": "active", "location": "zone_f"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_gamma.json b/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..caf9f8decdaebb8e822c0f69d33362a34c2cbf23 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/gold/telemetry/sensor_gamma.json @@ -0,0 +1,3 @@ +{"sensor_id": "S1007", "status": "active", "location": "zone_g"} +{"sensor_id": "S1008", "status": "inactive", "location": "zone_h"} +{"sensor_id": "S1009", "status": "active", "location": "zone_i"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/init/policy/retired_devices.txt b/shellops/assets/ShellOps_8714106eec/init/policy/retired_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4fc953d5d2c6a8b829f7203742e73a1c9211f1d --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/init/policy/retired_devices.txt @@ -0,0 +1,3 @@ +S1001 +S1004 +S1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/init/telemetry/distractor.json b/shellops/assets/ShellOps_8714106eec/init/telemetry/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..b26b09b436952b485166a2cff4d5aa6cf8a5cd96 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/init/telemetry/distractor.json @@ -0,0 +1,2 @@ +{"device_id": "D2001", "status": "active", "type": "gateway"} +{"sensor_id": "S1010", "status": "active", "location": "zone_j"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_alpha.json b/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7a23d02f13ff91b9258583820afc483c8d670dad --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_alpha.json @@ -0,0 +1,3 @@ +{"sensor_id": "S1001", "status": "active", "location": "zone_a"} +{"sensor_id": "S1002", "status": "inactive", "location": "zone_b"} +{"sensor_id": "S1003", "status": "active", "location": "zone_c"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_beta.json b/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..2645e91ae45a158dc5b6d1e815d89e1587445457 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_beta.json @@ -0,0 +1,3 @@ +{"sensor_id": "S1004", "status": "active", "location": "zone_d"} +{"sensor_id": "S1005", "status": "maintenance", "location": "zone_e"} +{"sensor_id": "S1006", "status": "active", "location": "zone_f"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_gamma.json b/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..caf9f8decdaebb8e822c0f69d33362a34c2cbf23 --- /dev/null +++ b/shellops/assets/ShellOps_8714106eec/init/telemetry/sensor_gamma.json @@ -0,0 +1,3 @@ +{"sensor_id": "S1007", "status": "active", "location": "zone_g"} +{"sensor_id": "S1008", "status": "inactive", "location": "zone_h"} +{"sensor_id": "S1009", "status": "active", "location": "zone_i"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8769ce6b2a/gold/baseline/components.txt b/shellops/assets/ShellOps_8769ce6b2a/gold/baseline/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..e00ab6d04d3bffb0151153c16ac1caeae8eb220e --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/gold/baseline/components.txt @@ -0,0 +1,5 @@ +comp_alpha +comp_beta +comp_gamma +comp_delta +comp_epsilon diff --git a/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_alpha.xml b/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..d09c3eabd7ab00aa2535b5990223a9060581d869 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_alpha.xml @@ -0,0 +1,5 @@ + + + comp_alpha + comp_beta + diff --git a/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_beta.xml b/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..9a89b2c6c9c31bb36bc6f0952a3fc2490b94f8c0 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_beta.xml @@ -0,0 +1,4 @@ + + + comp_gamma + diff --git a/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_gamma.xml b/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_gamma.xml new file mode 100644 index 0000000000000000000000000000000000000000..73022ce5c42ed7d7ec6f268940465df811319cad --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/gold/manifests/device_gamma.xml @@ -0,0 +1,5 @@ + + + comp_beta + comp_alpha + diff --git a/shellops/assets/ShellOps_8769ce6b2a/gold/notes/irrelevant.md b/shellops/assets/ShellOps_8769ce6b2a/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7a4f8dc1b246e47dd272f129b6101d84ecc6e330 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Stale Notes +- comp_zeta is deprecated diff --git a/shellops/assets/ShellOps_8769ce6b2a/gold/reports/missing_components.txt b/shellops/assets/ShellOps_8769ce6b2a/gold/reports/missing_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..adbc42c7902dc170dbcc8fa1523f9978a31dffd0 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/gold/reports/missing_components.txt @@ -0,0 +1,2 @@ +comp_delta +comp_epsilon diff --git a/shellops/assets/ShellOps_8769ce6b2a/init/baseline/components.txt b/shellops/assets/ShellOps_8769ce6b2a/init/baseline/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..e00ab6d04d3bffb0151153c16ac1caeae8eb220e --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/init/baseline/components.txt @@ -0,0 +1,5 @@ +comp_alpha +comp_beta +comp_gamma +comp_delta +comp_epsilon diff --git a/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_alpha.xml b/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..d09c3eabd7ab00aa2535b5990223a9060581d869 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_alpha.xml @@ -0,0 +1,5 @@ + + + comp_alpha + comp_beta + diff --git a/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_beta.xml b/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..9a89b2c6c9c31bb36bc6f0952a3fc2490b94f8c0 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_beta.xml @@ -0,0 +1,4 @@ + + + comp_gamma + diff --git a/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_gamma.xml b/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_gamma.xml new file mode 100644 index 0000000000000000000000000000000000000000..73022ce5c42ed7d7ec6f268940465df811319cad --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/init/manifests/device_gamma.xml @@ -0,0 +1,5 @@ + + + comp_beta + comp_alpha + diff --git a/shellops/assets/ShellOps_8769ce6b2a/init/notes/irrelevant.md b/shellops/assets/ShellOps_8769ce6b2a/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..7a4f8dc1b246e47dd272f129b6101d84ecc6e330 --- /dev/null +++ b/shellops/assets/ShellOps_8769ce6b2a/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Stale Notes +- comp_zeta is deprecated diff --git a/shellops/assets/ShellOps_8813867c16/gold/clean_sessions.tsv b/shellops/assets/ShellOps_8813867c16/gold/clean_sessions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7f4d33c172e1a5176ee059760f7acf88966f4f3d --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/gold/clean_sessions.tsv @@ -0,0 +1,3 @@ +SessionID DeviceID StartTime +S1 D-7X2N 09:30 +S3 D-4R1T 11:00 diff --git a/shellops/assets/ShellOps_8813867c16/gold/distractor/old_sessions.bak b/shellops/assets/ShellOps_8813867c16/gold/distractor/old_sessions.bak new file mode 100644 index 0000000000000000000000000000000000000000..40ca307e9a8a2ccc6bb968f6e33170cb218d7ade --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/gold/distractor/old_sessions.bak @@ -0,0 +1,2 @@ +SessionID,DeviceID,StartTime +S0,D-OLD1,08:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8813867c16/gold/live_sessions.tsv b/shellops/assets/ShellOps_8813867c16/gold/live_sessions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..25319d582a2deaeed7a628031a5b641cdcb1094f --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/gold/live_sessions.tsv @@ -0,0 +1,5 @@ +SessionID DeviceID StartTime +S1 D-7X2N 09:30 +S2 D-9F8L 10:15 +S3 D-4R1T 11:00 +S4 D-3K9P 11:45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8813867c16/gold/switch_work.md b/shellops/assets/ShellOps_8813867c16/gold/switch_work.md new file mode 100644 index 0000000000000000000000000000000000000000..0f379136c7eea091b18038e76a204129e5668a57 --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/gold/switch_work.md @@ -0,0 +1,3 @@ +## Maintenance Log +- 2024-05-21: Temporarily marked Device:D-9F8L as DOWN for firmware update +- 2024-05-22: Device:D-3K9P set to DOWN for hardware diagnostics diff --git a/shellops/assets/ShellOps_8813867c16/init/distractor/old_sessions.bak b/shellops/assets/ShellOps_8813867c16/init/distractor/old_sessions.bak new file mode 100644 index 0000000000000000000000000000000000000000..40ca307e9a8a2ccc6bb968f6e33170cb218d7ade --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/init/distractor/old_sessions.bak @@ -0,0 +1,2 @@ +SessionID,DeviceID,StartTime +S0,D-OLD1,08:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8813867c16/init/live_sessions.tsv b/shellops/assets/ShellOps_8813867c16/init/live_sessions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..25319d582a2deaeed7a628031a5b641cdcb1094f --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/init/live_sessions.tsv @@ -0,0 +1,5 @@ +SessionID DeviceID StartTime +S1 D-7X2N 09:30 +S2 D-9F8L 10:15 +S3 D-4R1T 11:00 +S4 D-3K9P 11:45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8813867c16/init/switch_work.md b/shellops/assets/ShellOps_8813867c16/init/switch_work.md new file mode 100644 index 0000000000000000000000000000000000000000..0f379136c7eea091b18038e76a204129e5668a57 --- /dev/null +++ b/shellops/assets/ShellOps_8813867c16/init/switch_work.md @@ -0,0 +1,3 @@ +## Maintenance Log +- 2024-05-21: Temporarily marked Device:D-9F8L as DOWN for firmware update +- 2024-05-22: Device:D-3K9P set to DOWN for hardware diagnostics diff --git a/shellops/assets/ShellOps_884257f118/gold/errors.log b/shellops/assets/ShellOps_884257f118/gold/errors.log new file mode 100644 index 0000000000000000000000000000000000000000..81c545efebe5f57d4cab2ba9ec294c4b0cadf672 --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/gold/errors.log @@ -0,0 +1 @@ +1234 diff --git a/shellops/assets/ShellOps_884257f118/gold/notes.md b/shellops/assets/ShellOps_884257f118/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3cfdcde65d78d92f135cdfdc1dcbb62d76c3b7e3 --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/gold/notes.md @@ -0,0 +1 @@ +Ignore legacy system entries marked 'deprecated'. \ No newline at end of file diff --git a/shellops/assets/ShellOps_884257f118/gold/registry.xml b/shellops/assets/ShellOps_884257f118/gold/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..373a1728ea4ab597ee9efccead2f48bbf0bfdb67 --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/gold/registry.xml @@ -0,0 +1,10 @@ + + + 9012 + online + + + 3456 + offline + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_884257f118/gold/systems.txt b/shellops/assets/ShellOps_884257f118/gold/systems.txt new file mode 100644 index 0000000000000000000000000000000000000000..683002d8d1c9d61357862d0963feb4eb0ea256ad --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/gold/systems.txt @@ -0,0 +1,4 @@ +system-A active 1234 +system-B inactive 5678 +system-C active 9012 +system-D active 3456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_884257f118/init/notes.md b/shellops/assets/ShellOps_884257f118/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3cfdcde65d78d92f135cdfdc1dcbb62d76c3b7e3 --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/init/notes.md @@ -0,0 +1 @@ +Ignore legacy system entries marked 'deprecated'. \ No newline at end of file diff --git a/shellops/assets/ShellOps_884257f118/init/registry.xml b/shellops/assets/ShellOps_884257f118/init/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..373a1728ea4ab597ee9efccead2f48bbf0bfdb67 --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/init/registry.xml @@ -0,0 +1,10 @@ + + + 9012 + online + + + 3456 + offline + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_884257f118/init/systems.txt b/shellops/assets/ShellOps_884257f118/init/systems.txt new file mode 100644 index 0000000000000000000000000000000000000000..683002d8d1c9d61357862d0963feb4eb0ea256ad --- /dev/null +++ b/shellops/assets/ShellOps_884257f118/init/systems.txt @@ -0,0 +1,4 @@ +system-A active 1234 +system-B inactive 5678 +system-C active 9012 +system-D active 3456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/gold/components/led_driver.c b/shellops/assets/ShellOps_886cf812f8/gold/components/led_driver.c new file mode 100644 index 0000000000000000000000000000000000000000..bc8a578c8dd9d57e8132ed91f0bfcd66995cf71d --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/gold/components/led_driver.c @@ -0,0 +1,5 @@ +#include +int main() { + printf("Hello World!"); + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/gold/components/sensor.c b/shellops/assets/ShellOps_886cf812f8/gold/components/sensor.c new file mode 100644 index 0000000000000000000000000000000000000000..66922d47a9faac7dbcdb5d3f4015930fdd541a81 --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/gold/components/sensor.c @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-3.0 */ +#include "sensor.h" + +void init_sensor() {...} \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/gold/components/utils.c b/shellops/assets/ShellOps_886cf812f8/gold/components/utils.c new file mode 100644 index 0000000000000000000000000000000000000000..49a16aef242b11426290cd01f834333a866c5dae --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/gold/components/utils.c @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include "utils.h" +... \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/gold/controllers/motor.c b/shellops/assets/ShellOps_886cf812f8/gold/controllers/motor.c new file mode 100644 index 0000000000000000000000000000000000000000..61eee079413010e5c0d2ba3a670c2ada8ebefaac --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/gold/controllers/motor.c @@ -0,0 +1,4 @@ +// Motor control implementation +#include + +void set_speed(int rpm) {...} \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/gold/controllers/old/logic.c b/shellops/assets/ShellOps_886cf812f8/gold/controllers/old/logic.c new file mode 100644 index 0000000000000000000000000000000000000000..77b69ef02d63ac2bcedd38ded9e97c715f63e09f --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/gold/controllers/old/logic.c @@ -0,0 +1,2 @@ +/* SPDX-License-Identifier: MIT */ +// Deprecated logic module \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/gold/sec_policy_audit.out b/shellops/assets/ShellOps_886cf812f8/gold/sec_policy_audit.out new file mode 100644 index 0000000000000000000000000000000000000000..1e8e0d8680bf29749d42af3376fcdad68e5c0059 --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/gold/sec_policy_audit.out @@ -0,0 +1,2 @@ +components/led_driver.c +controllers/motor.c diff --git a/shellops/assets/ShellOps_886cf812f8/init/components/led_driver.c b/shellops/assets/ShellOps_886cf812f8/init/components/led_driver.c new file mode 100644 index 0000000000000000000000000000000000000000..bc8a578c8dd9d57e8132ed91f0bfcd66995cf71d --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/init/components/led_driver.c @@ -0,0 +1,5 @@ +#include +int main() { + printf("Hello World!"); + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/init/components/sensor.c b/shellops/assets/ShellOps_886cf812f8/init/components/sensor.c new file mode 100644 index 0000000000000000000000000000000000000000..66922d47a9faac7dbcdb5d3f4015930fdd541a81 --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/init/components/sensor.c @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-3.0 */ +#include "sensor.h" + +void init_sensor() {...} \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/init/components/utils.c b/shellops/assets/ShellOps_886cf812f8/init/components/utils.c new file mode 100644 index 0000000000000000000000000000000000000000..49a16aef242b11426290cd01f834333a866c5dae --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/init/components/utils.c @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include "utils.h" +... \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/init/controllers/motor.c b/shellops/assets/ShellOps_886cf812f8/init/controllers/motor.c new file mode 100644 index 0000000000000000000000000000000000000000..61eee079413010e5c0d2ba3a670c2ada8ebefaac --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/init/controllers/motor.c @@ -0,0 +1,4 @@ +// Motor control implementation +#include + +void set_speed(int rpm) {...} \ No newline at end of file diff --git a/shellops/assets/ShellOps_886cf812f8/init/controllers/old/logic.c b/shellops/assets/ShellOps_886cf812f8/init/controllers/old/logic.c new file mode 100644 index 0000000000000000000000000000000000000000..77b69ef02d63ac2bcedd38ded9e97c715f63e09f --- /dev/null +++ b/shellops/assets/ShellOps_886cf812f8/init/controllers/old/logic.c @@ -0,0 +1,2 @@ +/* SPDX-License-Identifier: MIT */ +// Deprecated logic module \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/gold/integration_report.md b/shellops/assets/ShellOps_88b4b7ff59/gold/integration_report.md new file mode 100644 index 0000000000000000000000000000000000000000..9e89431e3591ff3c5000226ba4c4517e85c53993 --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/gold/integration_report.md @@ -0,0 +1,5 @@ +1. /admin/roles +2. /admin/users +3. /billing/invoices +4. /reports/performance +5. /reports/sales diff --git a/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/admin/endpoints.h b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/admin/endpoints.h new file mode 100644 index 0000000000000000000000000000000000000000..be8707a1e503811877a8af625b627b05fc2ed58c --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/admin/endpoints.h @@ -0,0 +1,3 @@ +#define API_ENDPOINT "/admin/users" +#define API_ENDPOINT "/v1/internal/audit" +#define API_ENDPOINT "/admin/roles" \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/billing/api_defs.h b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/billing/api_defs.h new file mode 100644 index 0000000000000000000000000000000000000000..ac44dd074334039dae5efc094f1e85587e6a924d --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/billing/api_defs.h @@ -0,0 +1,3 @@ +#define API_ENDPOINT "/billing/invoices" +#define SOME_OTHER_DEFINE 42 +#define API_ENDPOINT "/v1/internal/tax-calculation" \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/legacy/gateway.h b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/legacy/gateway.h new file mode 100644 index 0000000000000000000000000000000000000000..ab2fb461990361e44f397d8426aec9e8f011f45e --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/legacy/gateway.h @@ -0,0 +1,2 @@ +#define API_ENDPOINT "/v1/internal/old-endpoint" +#define TIMEOUT 5000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/reports/headers.h b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/reports/headers.h new file mode 100644 index 0000000000000000000000000000000000000000..d0169ada1bfb3f3780ed4f3c93e05f001fcc3718 --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/gold/src/portals/reports/headers.h @@ -0,0 +1,4 @@ +// API endpoints for reporting module +#define API_ENDPOINT "/reports/sales" +#define API_ENDPOINT "/reports/performance" +#define LOG_LEVEL INFO \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/admin/endpoints.h b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/admin/endpoints.h new file mode 100644 index 0000000000000000000000000000000000000000..be8707a1e503811877a8af625b627b05fc2ed58c --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/admin/endpoints.h @@ -0,0 +1,3 @@ +#define API_ENDPOINT "/admin/users" +#define API_ENDPOINT "/v1/internal/audit" +#define API_ENDPOINT "/admin/roles" \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/billing/api_defs.h b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/billing/api_defs.h new file mode 100644 index 0000000000000000000000000000000000000000..ac44dd074334039dae5efc094f1e85587e6a924d --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/billing/api_defs.h @@ -0,0 +1,3 @@ +#define API_ENDPOINT "/billing/invoices" +#define SOME_OTHER_DEFINE 42 +#define API_ENDPOINT "/v1/internal/tax-calculation" \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/legacy/gateway.h b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/legacy/gateway.h new file mode 100644 index 0000000000000000000000000000000000000000..ab2fb461990361e44f397d8426aec9e8f011f45e --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/legacy/gateway.h @@ -0,0 +1,2 @@ +#define API_ENDPOINT "/v1/internal/old-endpoint" +#define TIMEOUT 5000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/reports/headers.h b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/reports/headers.h new file mode 100644 index 0000000000000000000000000000000000000000..d0169ada1bfb3f3780ed4f3c93e05f001fcc3718 --- /dev/null +++ b/shellops/assets/ShellOps_88b4b7ff59/init/src/portals/reports/headers.h @@ -0,0 +1,4 @@ +// API endpoints for reporting module +#define API_ENDPOINT "/reports/sales" +#define API_ENDPOINT "/reports/performance" +#define LOG_LEVEL INFO \ No newline at end of file diff --git a/shellops/assets/ShellOps_88e15288af/gold/notes/irrelevant_doc.md b/shellops/assets/ShellOps_88e15288af/gold/notes/irrelevant_doc.md new file mode 100644 index 0000000000000000000000000000000000000000..c91cbcf4d2a9c101018395f386240b68ec943b44 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/notes/irrelevant_doc.md @@ -0,0 +1,5 @@ +# Telemetry Collection Notes + +This document contains general notes about telemetry collection procedures. +- Ensure devices are calibrated monthly. +- Retired devices should be excluded from active reports. diff --git a/shellops/assets/ShellOps_88e15288af/gold/reports/active_devices.txt b/shellops/assets/ShellOps_88e15288af/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..f889ec28ff67ab867ae978ad652f29546e26c54c --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/reports/active_devices.txt @@ -0,0 +1,3 @@ +DEV001 +DEV003 +DEV005 diff --git a/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_alpha.json b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c6fa244c6cc83919b983f4e9af5a25e9806bcc28 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_alpha.json @@ -0,0 +1 @@ +{"device_id": "DEV001", "status": "active", "telemetry": {"temp": 25.3, "humidity": 60}} diff --git a/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_beta.json b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..03236c4dd428f0f6e45e92ad1782c1c9c4a55452 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_beta.json @@ -0,0 +1 @@ +{"device_id": "DEV002", "status": "retired", "telemetry": {"temp": 22.1, "humidity": 55}} diff --git a/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_delta.json b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..a2ebe28ebcc01bf7e707777ce6547817beac2e5c --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_delta.json @@ -0,0 +1 @@ +{"device_id": "DEV004", "status": "retired", "telemetry": {"temp": 21.5, "humidity": 62}} diff --git a/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_epsilon.json b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..8abd6ec9d8c7355911223e2badc64784643a796e --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_epsilon.json @@ -0,0 +1 @@ +{"device_id": "DEV005", "status": "active", "telemetry": {"temp": 26.7, "humidity": 59}} diff --git a/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_gamma.json b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..001099cb66f2943352e630f3277c80f309762e25 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/gold/telemetry/sensor_gamma.json @@ -0,0 +1 @@ +{"device_id": "DEV003", "status": "active", "telemetry": {"temp": 27.8, "humidity": 58}} diff --git a/shellops/assets/ShellOps_88e15288af/init/notes/irrelevant_doc.md b/shellops/assets/ShellOps_88e15288af/init/notes/irrelevant_doc.md new file mode 100644 index 0000000000000000000000000000000000000000..c91cbcf4d2a9c101018395f386240b68ec943b44 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/init/notes/irrelevant_doc.md @@ -0,0 +1,5 @@ +# Telemetry Collection Notes + +This document contains general notes about telemetry collection procedures. +- Ensure devices are calibrated monthly. +- Retired devices should be excluded from active reports. diff --git a/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_alpha.json b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c6fa244c6cc83919b983f4e9af5a25e9806bcc28 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_alpha.json @@ -0,0 +1 @@ +{"device_id": "DEV001", "status": "active", "telemetry": {"temp": 25.3, "humidity": 60}} diff --git a/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_beta.json b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..03236c4dd428f0f6e45e92ad1782c1c9c4a55452 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_beta.json @@ -0,0 +1 @@ +{"device_id": "DEV002", "status": "retired", "telemetry": {"temp": 22.1, "humidity": 55}} diff --git a/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_delta.json b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..a2ebe28ebcc01bf7e707777ce6547817beac2e5c --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_delta.json @@ -0,0 +1 @@ +{"device_id": "DEV004", "status": "retired", "telemetry": {"temp": 21.5, "humidity": 62}} diff --git a/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_epsilon.json b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..8abd6ec9d8c7355911223e2badc64784643a796e --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_epsilon.json @@ -0,0 +1 @@ +{"device_id": "DEV005", "status": "active", "telemetry": {"temp": 26.7, "humidity": 59}} diff --git a/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_gamma.json b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..001099cb66f2943352e630f3277c80f309762e25 --- /dev/null +++ b/shellops/assets/ShellOps_88e15288af/init/telemetry/sensor_gamma.json @@ -0,0 +1 @@ +{"device_id": "DEV003", "status": "active", "telemetry": {"temp": 27.8, "humidity": 58}} diff --git a/shellops/assets/ShellOps_891d86af10/gold/profiles/archive.jsonl b/shellops/assets/ShellOps_891d86af10/gold/profiles/archive.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..66a15f878f7cd778f5624cabe48b8b56b5a6533f --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/gold/profiles/archive.jsonl @@ -0,0 +1,2 @@ +{"id": "legacy_alpha", "display_name": "Legacy Alpha"} +{"id": "legacy_beta", "display_name": "Legacy Beta"} diff --git a/shellops/assets/ShellOps_891d86af10/gold/profiles/current.jsonl b/shellops/assets/ShellOps_891d86af10/gold/profiles/current.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..94aedfee9db0d3b2c0d93db1eec15605d1aea57a --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/gold/profiles/current.jsonl @@ -0,0 +1,4 @@ +{"id": "alpha", "display_name": "Production Alpha", "deprecated": false} +{"id": "beta", "display_name": "Beta Canary", "deprecated": true} +{"id": "gamma", "display_name": "Gamma Staging", "deprecated": false} +{"id": "delta", "display_name": "Delta Edge", "deprecated": false} diff --git a/shellops/assets/ShellOps_891d86af10/gold/profiles/notes.txt b/shellops/assets/ShellOps_891d86af10/gold/profiles/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..af17f6cc87e4d5e4adec0018cbb73d3e2bd008c8 --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/gold/profiles/notes.txt @@ -0,0 +1 @@ +gamma diff --git a/shellops/assets/ShellOps_891d86af10/gold/profiles/summary.tsv b/shellops/assets/ShellOps_891d86af10/gold/profiles/summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..26598ac96df873912fbba0203c059ed5ab5a6086 --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/gold/profiles/summary.tsv @@ -0,0 +1,2 @@ +alpha Production Alpha +delta Delta Edge diff --git a/shellops/assets/ShellOps_891d86af10/init/profiles/archive.jsonl b/shellops/assets/ShellOps_891d86af10/init/profiles/archive.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..66a15f878f7cd778f5624cabe48b8b56b5a6533f --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/init/profiles/archive.jsonl @@ -0,0 +1,2 @@ +{"id": "legacy_alpha", "display_name": "Legacy Alpha"} +{"id": "legacy_beta", "display_name": "Legacy Beta"} diff --git a/shellops/assets/ShellOps_891d86af10/init/profiles/current.jsonl b/shellops/assets/ShellOps_891d86af10/init/profiles/current.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..94aedfee9db0d3b2c0d93db1eec15605d1aea57a --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/init/profiles/current.jsonl @@ -0,0 +1,4 @@ +{"id": "alpha", "display_name": "Production Alpha", "deprecated": false} +{"id": "beta", "display_name": "Beta Canary", "deprecated": true} +{"id": "gamma", "display_name": "Gamma Staging", "deprecated": false} +{"id": "delta", "display_name": "Delta Edge", "deprecated": false} diff --git a/shellops/assets/ShellOps_891d86af10/init/profiles/notes.txt b/shellops/assets/ShellOps_891d86af10/init/profiles/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..af17f6cc87e4d5e4adec0018cbb73d3e2bd008c8 --- /dev/null +++ b/shellops/assets/ShellOps_891d86af10/init/profiles/notes.txt @@ -0,0 +1 @@ +gamma diff --git a/shellops/assets/ShellOps_8959e893a6/gold/region_summary.tsv b/shellops/assets/ShellOps_8959e893a6/gold/region_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b526d390868e25810a3c39efd6719129d515aef8 --- /dev/null +++ b/shellops/assets/ShellOps_8959e893a6/gold/region_summary.tsv @@ -0,0 +1,4 @@ +ap-south-1 2 +eu-west-1 2 +us-east-2 2 +us-west-2 1 diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/alert_nodes.txt b/shellops/assets/ShellOps_8959f8d33b/gold/alert_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed8851586dfa78c923cef6d31095e3053142911a --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/gold/alert_nodes.txt @@ -0,0 +1,2 @@ +n-2048 +n-4096 diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/failures/.keep b/shellops/assets/ShellOps_8959f8d33b/gold/failures/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_a.json b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_a.json new file mode 100644 index 0000000000000000000000000000000000000000..e8fcf5e4b2c1d47f50e55248c6b8487d51ab2a52 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_a.json @@ -0,0 +1,9 @@ +{ + "timestamp": "2024-08-14T12:34:56Z", + "node_id": "n-1024", + "failure_type": "disk_io", + "details": { + "slot": 3, + "read_errors": 42 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_b.json b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_b.json new file mode 100644 index 0000000000000000000000000000000000000000..dcd89ce67b8d835e606a3914a7bccab39b36775c --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_b.json @@ -0,0 +1,6 @@ +{ + "timestamp": "2024-08-14T12:35:01Z", + "node_id": "n-2048", + "failure_type": "memory_ecc", + "severity": "medium" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_c.json b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e49137dd1714eda15e52fd5bdc096573ffa365b6 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_c.json @@ -0,0 +1,6 @@ +{ + "node_id": "n-3072", + "failure_type": "thermal", + "timestamp": "2024-08-14T12:36:10Z", + "temperature": 94.5 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_d.json b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_d.json new file mode 100644 index 0000000000000000000000000000000000000000..931cf096f471443db4e7e6249531c8061fff5363 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/gold/failures/node_d.json @@ -0,0 +1,5 @@ +{ + "node_id": "n-4096", + "failure_type": "network", + "details": { "interface": "eth0", "drop_rate": 0.15 } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/gold/faults.json b/shellops/assets/ShellOps_8959f8d33b/gold/faults.json new file mode 100644 index 0000000000000000000000000000000000000000..d3a499ddbae9c5fea1df77d955e8f745b73d0d30 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/gold/faults.json @@ -0,0 +1,4 @@ +{ + "excluded_nodes": ["n-1024", "n-3072", "n-8192"], + "note": "These are known intermittent faults under maintenance." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/init/failures/.keep b/shellops/assets/ShellOps_8959f8d33b/init/failures/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8959f8d33b/init/failures/node_a.json b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_a.json new file mode 100644 index 0000000000000000000000000000000000000000..e8fcf5e4b2c1d47f50e55248c6b8487d51ab2a52 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_a.json @@ -0,0 +1,9 @@ +{ + "timestamp": "2024-08-14T12:34:56Z", + "node_id": "n-1024", + "failure_type": "disk_io", + "details": { + "slot": 3, + "read_errors": 42 + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/init/failures/node_b.json b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_b.json new file mode 100644 index 0000000000000000000000000000000000000000..dcd89ce67b8d835e606a3914a7bccab39b36775c --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_b.json @@ -0,0 +1,6 @@ +{ + "timestamp": "2024-08-14T12:35:01Z", + "node_id": "n-2048", + "failure_type": "memory_ecc", + "severity": "medium" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/init/failures/node_c.json b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e49137dd1714eda15e52fd5bdc096573ffa365b6 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_c.json @@ -0,0 +1,6 @@ +{ + "node_id": "n-3072", + "failure_type": "thermal", + "timestamp": "2024-08-14T12:36:10Z", + "temperature": 94.5 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/init/failures/node_d.json b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_d.json new file mode 100644 index 0000000000000000000000000000000000000000..931cf096f471443db4e7e6249531c8061fff5363 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/init/failures/node_d.json @@ -0,0 +1,5 @@ +{ + "node_id": "n-4096", + "failure_type": "network", + "details": { "interface": "eth0", "drop_rate": 0.15 } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8959f8d33b/init/faults.json b/shellops/assets/ShellOps_8959f8d33b/init/faults.json new file mode 100644 index 0000000000000000000000000000000000000000..d3a499ddbae9c5fea1df77d955e8f745b73d0d30 --- /dev/null +++ b/shellops/assets/ShellOps_8959f8d33b/init/faults.json @@ -0,0 +1,4 @@ +{ + "excluded_nodes": ["n-1024", "n-3072", "n-8192"], + "note": "These are known intermittent faults under maintenance." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker1.xml b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker1.xml new file mode 100644 index 0000000000000000000000000000000000000000..87c25cfbb24aa9b199fa5c9baf26ed09963d384d --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker1.xml @@ -0,0 +1,7 @@ + + + Dr. Sarah Johnson + Sarah Johnson + AI Researcher + Tech University + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker2.xml b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker2.xml new file mode 100644 index 0000000000000000000000000000000000000000..8bfedf89c2a64163ee5d1524fb5926a28f8df3b1 --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker2.xml @@ -0,0 +1,7 @@ + + + Prof. Michael Chen + Michael Chen + Data Scientist + Data Corp + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker3.xml b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker3.xml new file mode 100644 index 0000000000000000000000000000000000000000..cf6e0d3e32b725bb4597ab98d36cc301d1cc5c26 --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker3.xml @@ -0,0 +1,7 @@ + + + Dr. Emily Rodriguez + Emily Rodriguez + Machine Learning Engineer + ML Labs + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker4.xml b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker4.xml new file mode 100644 index 0000000000000000000000000000000000000000..2a93ba6ec88aee92f4c210d2ee0374d916b991af --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker4.xml @@ -0,0 +1,7 @@ + + + Dr. James Wilson + James Wilson + Software Architect + Cloud Systems + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker5.xml b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker5.xml new file mode 100644 index 0000000000000000000000000000000000000000..1de6ffcb6d6aea80f7838e0d801c236dc607d117 --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/bios/speaker5.xml @@ -0,0 +1,7 @@ + + + Dr. Lisa Zhang + Lisa Zhang + Robotics Expert + Automation Inc + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session1.xml b/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session1.xml new file mode 100644 index 0000000000000000000000000000000000000000..0311d30097dc3b67873f409dbac8b0069144506b --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session1.xml @@ -0,0 +1,15 @@ + + + + Keynote Address + + Sarah Johnson + Main Hall + + + Panel Discussion + + Michael Chen + Room A + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session2.xml b/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session2.xml new file mode 100644 index 0000000000000000000000000000000000000000..b64b9af6d0dcfb7c8c7f6ecfde6f6a5e2d34536a --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session2.xml @@ -0,0 +1,14 @@ + + + + Workshop: ML Fundamentals + + Emily Rodriguez + Room B + + + Networking Break + + Lobby + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session3.xml b/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session3.xml new file mode 100644 index 0000000000000000000000000000000000000000..8096e1ff0efef892dab669587bf90cee2fd7aacd --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/gold/schedules/session3.xml @@ -0,0 +1,15 @@ + + + + Cloud Architecture + + James Wilson + Room C + + + Robotics Demo + + Lisa Zhang + Demo Area + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker1.xml b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker1.xml new file mode 100644 index 0000000000000000000000000000000000000000..87c25cfbb24aa9b199fa5c9baf26ed09963d384d --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker1.xml @@ -0,0 +1,7 @@ + + + Dr. Sarah Johnson + Sarah Johnson + AI Researcher + Tech University + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker2.xml b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker2.xml new file mode 100644 index 0000000000000000000000000000000000000000..8bfedf89c2a64163ee5d1524fb5926a28f8df3b1 --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker2.xml @@ -0,0 +1,7 @@ + + + Prof. Michael Chen + Michael Chen + Data Scientist + Data Corp + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker3.xml b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker3.xml new file mode 100644 index 0000000000000000000000000000000000000000..cf6e0d3e32b725bb4597ab98d36cc301d1cc5c26 --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker3.xml @@ -0,0 +1,7 @@ + + + Dr. Emily Rodriguez + Emily Rodriguez + Machine Learning Engineer + ML Labs + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker4.xml b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker4.xml new file mode 100644 index 0000000000000000000000000000000000000000..2a93ba6ec88aee92f4c210d2ee0374d916b991af --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker4.xml @@ -0,0 +1,7 @@ + + + Dr. James Wilson + James Wilson + Software Architect + Cloud Systems + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker5.xml b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker5.xml new file mode 100644 index 0000000000000000000000000000000000000000..1de6ffcb6d6aea80f7838e0d801c236dc607d117 --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/bios/speaker5.xml @@ -0,0 +1,7 @@ + + + Dr. Lisa Zhang + Lisa Zhang + Robotics Expert + Automation Inc + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/schedules/session1.xml b/shellops/assets/ShellOps_89be22d2f8/init/schedules/session1.xml new file mode 100644 index 0000000000000000000000000000000000000000..0311d30097dc3b67873f409dbac8b0069144506b --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/schedules/session1.xml @@ -0,0 +1,15 @@ + + + + Keynote Address + + Sarah Johnson + Main Hall + + + Panel Discussion + + Michael Chen + Room A + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/schedules/session2.xml b/shellops/assets/ShellOps_89be22d2f8/init/schedules/session2.xml new file mode 100644 index 0000000000000000000000000000000000000000..b64b9af6d0dcfb7c8c7f6ecfde6f6a5e2d34536a --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/schedules/session2.xml @@ -0,0 +1,14 @@ + + + + Workshop: ML Fundamentals + + Emily Rodriguez + Room B + + + Networking Break + + Lobby + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89be22d2f8/init/schedules/session3.xml b/shellops/assets/ShellOps_89be22d2f8/init/schedules/session3.xml new file mode 100644 index 0000000000000000000000000000000000000000..8096e1ff0efef892dab669587bf90cee2fd7aacd --- /dev/null +++ b/shellops/assets/ShellOps_89be22d2f8/init/schedules/session3.xml @@ -0,0 +1,15 @@ + + + + Cloud Architecture + + James Wilson + Room C + + + Robotics Demo + + Lisa Zhang + Demo Area + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89cf489514/gold/active_devices.txt b/shellops/assets/ShellOps_89cf489514/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfca1d6b5970f8bba900427653f06c0b97d4c7f5 --- /dev/null +++ b/shellops/assets/ShellOps_89cf489514/gold/active_devices.txt @@ -0,0 +1,3 @@ +beta-02 +gamma-03 +epsilon-04 diff --git a/shellops/assets/ShellOps_89cf489514/gold/distractor.log b/shellops/assets/ShellOps_89cf489514/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..15243d3cbc922515e748eada9b6164dc772e7ffa --- /dev/null +++ b/shellops/assets/ShellOps_89cf489514/gold/distractor.log @@ -0,0 +1 @@ +2023-10-05 14:22:35 [WARNING] Device zeta-05 connection timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_89cf489514/gold/production.xml b/shellops/assets/ShellOps_89cf489514/gold/production.xml new file mode 100644 index 0000000000000000000000000000000000000000..d474af658c7d48a10be272bd83a5eeacfaba8edc --- /dev/null +++ b/shellops/assets/ShellOps_89cf489514/gold/production.xml @@ -0,0 +1,5 @@ + + alpha-01 + beta-02 + gamma-03 + diff --git a/shellops/assets/ShellOps_89cf489514/init/active_devices.txt b/shellops/assets/ShellOps_89cf489514/init/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfca1d6b5970f8bba900427653f06c0b97d4c7f5 --- /dev/null +++ b/shellops/assets/ShellOps_89cf489514/init/active_devices.txt @@ -0,0 +1,3 @@ +beta-02 +gamma-03 +epsilon-04 diff --git a/shellops/assets/ShellOps_89cf489514/init/distractor.log b/shellops/assets/ShellOps_89cf489514/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..15243d3cbc922515e748eada9b6164dc772e7ffa --- /dev/null +++ b/shellops/assets/ShellOps_89cf489514/init/distractor.log @@ -0,0 +1 @@ +2023-10-05 14:22:35 [WARNING] Device zeta-05 connection timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_89cf489514/init/production.xml b/shellops/assets/ShellOps_89cf489514/init/production.xml new file mode 100644 index 0000000000000000000000000000000000000000..d474af658c7d48a10be272bd83a5eeacfaba8edc --- /dev/null +++ b/shellops/assets/ShellOps_89cf489514/init/production.xml @@ -0,0 +1,5 @@ + + alpha-01 + beta-02 + gamma-03 + diff --git a/shellops/assets/ShellOps_89e3d5e101/gold/active_serials.xml b/shellops/assets/ShellOps_89e3d5e101/gold/active_serials.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8252b7dc8e863d61be90d5f090daddb71cba127 --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/gold/active_serials.xml @@ -0,0 +1,5 @@ + + 1024active + 2048active + 4096active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89e3d5e101/gold/distractor.log b/shellops/assets/ShellOps_89e3d5e101/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..21026ada1c07a0cb2ea9b860fda4748af9ef669e --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/gold/distractor.log @@ -0,0 +1 @@ +2024-06-12 ERROR: Invalid format in entry 5120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_89e3d5e101/gold/missing_serials.log b/shellops/assets/ShellOps_89e3d5e101/gold/missing_serials.log new file mode 100644 index 0000000000000000000000000000000000000000..c873496a2275b004a892594d5d223b22bcb69dc5 --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/gold/missing_serials.log @@ -0,0 +1 @@ +2048 diff --git a/shellops/assets/ShellOps_89e3d5e101/gold/validated_registry.txt b/shellops/assets/ShellOps_89e3d5e101/gold/validated_registry.txt new file mode 100644 index 0000000000000000000000000000000000000000..e32404b9bd5f6e6d4aeb299276d66fab670ec7a5 --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/gold/validated_registry.txt @@ -0,0 +1,4 @@ +1024 +3072 +4096 +6144 \ No newline at end of file diff --git a/shellops/assets/ShellOps_89e3d5e101/init/active_serials.xml b/shellops/assets/ShellOps_89e3d5e101/init/active_serials.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8252b7dc8e863d61be90d5f090daddb71cba127 --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/init/active_serials.xml @@ -0,0 +1,5 @@ + + 1024active + 2048active + 4096active + \ No newline at end of file diff --git a/shellops/assets/ShellOps_89e3d5e101/init/distractor.log b/shellops/assets/ShellOps_89e3d5e101/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..21026ada1c07a0cb2ea9b860fda4748af9ef669e --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/init/distractor.log @@ -0,0 +1 @@ +2024-06-12 ERROR: Invalid format in entry 5120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_89e3d5e101/init/validated_registry.txt b/shellops/assets/ShellOps_89e3d5e101/init/validated_registry.txt new file mode 100644 index 0000000000000000000000000000000000000000..e32404b9bd5f6e6d4aeb299276d66fab670ec7a5 --- /dev/null +++ b/shellops/assets/ShellOps_89e3d5e101/init/validated_registry.txt @@ -0,0 +1,4 @@ +1024 +3072 +4096 +6144 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a0ff6f857/gold/devices.json b/shellops/assets/ShellOps_8a0ff6f857/gold/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..56d23e47172345cc265e3bade9032b67df8d1937 --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/gold/devices.json @@ -0,0 +1,8 @@ +{ + "devices": [ + {"device_id": "D-101", "registered_at": "2024-01-16T10:00:00Z"}, + {"device_id": "D-103", "registered_at": "2024-02-11T09:30:00Z"}, + {"device_id": "D-105", "registered_at": "2024-03-23T14:45:00Z"}, + {"device_id": "D-107", "registered_at": "2024-04-16T08:15:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_8a0ff6f857/gold/missing_registrations.csv b/shellops/assets/ShellOps_8a0ff6f857/gold/missing_registrations.csv new file mode 100644 index 0000000000000000000000000000000000000000..5993987fad54975d651d0ac5602485fc1783c66d --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/gold/missing_registrations.csv @@ -0,0 +1,3 @@ +D-102,Globex,2024-01-20 +D-104,AcmeCorp,2024-03-05 +D-106,Initech,2024-04-01 diff --git a/shellops/assets/ShellOps_8a0ff6f857/gold/notes.txt b/shellops/assets/ShellOps_8a0ff6f857/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbcc93cbfcdc7866c9b8feeea3a1859ceb9fd2dc --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/gold/notes.txt @@ -0,0 +1,2 @@ +Ignore device D-108 (legacy, not in procurement). +D-102 and D-104 are expected to register by end of week. diff --git a/shellops/assets/ShellOps_8a0ff6f857/gold/procurement.csv b/shellops/assets/ShellOps_8a0ff6f857/gold/procurement.csv new file mode 100644 index 0000000000000000000000000000000000000000..36adcae2e8c6739168c5e76360eb01612bcffa3c --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/gold/procurement.csv @@ -0,0 +1,8 @@ +device_id,vendor,order_date +D-101,AcmeCorp,2024-01-15 +D-102,Globex,2024-01-20 +D-103,Initech,2024-02-10 +D-104,AcmeCorp,2024-03-05 +D-105,Soylent,2024-03-22 +D-106,Initech,2024-04-01 +D-107,Umbrella,2024-04-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a0ff6f857/init/devices.json b/shellops/assets/ShellOps_8a0ff6f857/init/devices.json new file mode 100644 index 0000000000000000000000000000000000000000..56d23e47172345cc265e3bade9032b67df8d1937 --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/init/devices.json @@ -0,0 +1,8 @@ +{ + "devices": [ + {"device_id": "D-101", "registered_at": "2024-01-16T10:00:00Z"}, + {"device_id": "D-103", "registered_at": "2024-02-11T09:30:00Z"}, + {"device_id": "D-105", "registered_at": "2024-03-23T14:45:00Z"}, + {"device_id": "D-107", "registered_at": "2024-04-16T08:15:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_8a0ff6f857/init/notes.txt b/shellops/assets/ShellOps_8a0ff6f857/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbcc93cbfcdc7866c9b8feeea3a1859ceb9fd2dc --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/init/notes.txt @@ -0,0 +1,2 @@ +Ignore device D-108 (legacy, not in procurement). +D-102 and D-104 are expected to register by end of week. diff --git a/shellops/assets/ShellOps_8a0ff6f857/init/procurement.csv b/shellops/assets/ShellOps_8a0ff6f857/init/procurement.csv new file mode 100644 index 0000000000000000000000000000000000000000..36adcae2e8c6739168c5e76360eb01612bcffa3c --- /dev/null +++ b/shellops/assets/ShellOps_8a0ff6f857/init/procurement.csv @@ -0,0 +1,8 @@ +device_id,vendor,order_date +D-101,AcmeCorp,2024-01-15 +D-102,Globex,2024-01-20 +D-103,Initech,2024-02-10 +D-104,AcmeCorp,2024-03-05 +D-105,Soylent,2024-03-22 +D-106,Initech,2024-04-01 +D-107,Umbrella,2024-04-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a1be596eb/gold/active_events.json b/shellops/assets/ShellOps_8a1be596eb/gold/active_events.json new file mode 100644 index 0000000000000000000000000000000000000000..1f54b637597e84a362ea88f475426dec8fd8235a --- /dev/null +++ b/shellops/assets/ShellOps_8a1be596eb/gold/active_events.json @@ -0,0 +1,13 @@ +{ + "active_events": [ + { "event_id": 1002, "reason": "suspicious_access" }, + { "event_id": 1004, "reason": "authentication_failure" }, + { "event_id": 1007, "reason": "port_scan" }, + { "event_id": 1010, "reason": "data_exfiltration" }, + { "event_id": 1015, "reason": "malware_detection" }, + { "event_id": 1020, "reason": "policy_violation" }, + { "event_id": 1021, "reason": "anomalous_traffic" }, + { "event_id": 1025, "reason": "internal_alert" }, + { "event_id": 1030, "reason": "external_threat" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a1be596eb/gold/missing_events.out b/shellops/assets/ShellOps_8a1be596eb/gold/missing_events.out new file mode 100644 index 0000000000000000000000000000000000000000..1c5ac48b8f7d3b585e319f168d6c71e2891fee46 --- /dev/null +++ b/shellops/assets/ShellOps_8a1be596eb/gold/missing_events.out @@ -0,0 +1,3 @@ +1002 +1021 +1030 diff --git a/shellops/assets/ShellOps_8a1be596eb/gold/records.csv b/shellops/assets/ShellOps_8a1be596eb/gold/records.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a3042e5b2d2deda48d906fea9f64714bb605c1d --- /dev/null +++ b/shellops/assets/ShellOps_8a1be596eb/gold/records.csv @@ -0,0 +1,9 @@ +timestamp,event_id +2024-07-01T08:12:00Z,1004 +2024-07-01T08:13:00Z,1007 +2024-07-01T08:14:00Z,1010 +2024-07-01T08:15:00Z,1012 +2024-07-01T08:16:00Z,1015 +2024-07-01T08:17:00Z,1020 +2024-07-01T08:18:00Z,1023 +2024-07-01T08:19:00Z,1025 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a1be596eb/init/.tmp/.keep b/shellops/assets/ShellOps_8a1be596eb/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8a1be596eb/init/active_events.json b/shellops/assets/ShellOps_8a1be596eb/init/active_events.json new file mode 100644 index 0000000000000000000000000000000000000000..1f54b637597e84a362ea88f475426dec8fd8235a --- /dev/null +++ b/shellops/assets/ShellOps_8a1be596eb/init/active_events.json @@ -0,0 +1,13 @@ +{ + "active_events": [ + { "event_id": 1002, "reason": "suspicious_access" }, + { "event_id": 1004, "reason": "authentication_failure" }, + { "event_id": 1007, "reason": "port_scan" }, + { "event_id": 1010, "reason": "data_exfiltration" }, + { "event_id": 1015, "reason": "malware_detection" }, + { "event_id": 1020, "reason": "policy_violation" }, + { "event_id": 1021, "reason": "anomalous_traffic" }, + { "event_id": 1025, "reason": "internal_alert" }, + { "event_id": 1030, "reason": "external_threat" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a1be596eb/init/records.csv b/shellops/assets/ShellOps_8a1be596eb/init/records.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a3042e5b2d2deda48d906fea9f64714bb605c1d --- /dev/null +++ b/shellops/assets/ShellOps_8a1be596eb/init/records.csv @@ -0,0 +1,9 @@ +timestamp,event_id +2024-07-01T08:12:00Z,1004 +2024-07-01T08:13:00Z,1007 +2024-07-01T08:14:00Z,1010 +2024-07-01T08:15:00Z,1012 +2024-07-01T08:16:00Z,1015 +2024-07-01T08:17:00Z,1020 +2024-07-01T08:18:00Z,1023 +2024-07-01T08:19:00Z,1025 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a425dacc7/gold/active_services.xml b/shellops/assets/ShellOps_8a425dacc7/gold/active_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..891633c1e3ada41474b7d0af3c26d66d06b83c2d --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/gold/active_services.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a425dacc7/gold/authoritative_ids.txt b/shellops/assets/ShellOps_8a425dacc7/gold/authoritative_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7f8f0f1edd078ffff5f3156ca942b6d3fb55e96 --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/gold/authoritative_ids.txt @@ -0,0 +1,6 @@ +# Approved service identifiers +svc-alpha +svc-beta +svc-gamma +svc-theta +svc-iota diff --git a/shellops/assets/ShellOps_8a425dacc7/gold/notes.md b/shellops/assets/ShellOps_8a425dacc7/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8bfc203beafad7f6998de22107c6bc8a2abc8883 --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/gold/notes.md @@ -0,0 +1,5 @@ +# Service baseline audit notes + +- svc-delta is pending approval +- svc-epsilon was deprecated last quarter +- svc-theta and svc-iota are newly approved diff --git a/shellops/assets/ShellOps_8a425dacc7/gold/reports/unauthorized_ids.txt b/shellops/assets/ShellOps_8a425dacc7/gold/reports/unauthorized_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f404fcdc6aed2f9ec528557419eaa7bf66fd094 --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/gold/reports/unauthorized_ids.txt @@ -0,0 +1,2 @@ +svc-delta +svc-epsilon diff --git a/shellops/assets/ShellOps_8a425dacc7/init/active_services.xml b/shellops/assets/ShellOps_8a425dacc7/init/active_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..891633c1e3ada41474b7d0af3c26d66d06b83c2d --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/init/active_services.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8a425dacc7/init/authoritative_ids.txt b/shellops/assets/ShellOps_8a425dacc7/init/authoritative_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7f8f0f1edd078ffff5f3156ca942b6d3fb55e96 --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/init/authoritative_ids.txt @@ -0,0 +1,6 @@ +# Approved service identifiers +svc-alpha +svc-beta +svc-gamma +svc-theta +svc-iota diff --git a/shellops/assets/ShellOps_8a425dacc7/init/notes.md b/shellops/assets/ShellOps_8a425dacc7/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8bfc203beafad7f6998de22107c6bc8a2abc8883 --- /dev/null +++ b/shellops/assets/ShellOps_8a425dacc7/init/notes.md @@ -0,0 +1,5 @@ +# Service baseline audit notes + +- svc-delta is pending approval +- svc-epsilon was deprecated last quarter +- svc-theta and svc-iota are newly approved diff --git a/shellops/assets/ShellOps_8a9aba1a55/gold/active_runs.txt b/shellops/assets/ShellOps_8a9aba1a55/gold/active_runs.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd1064acec70632cb4d4ec8d02aa3882108602b1 --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/gold/active_runs.txt @@ -0,0 +1,3 @@ +EXP-102 +EXP-104 +EXP-105 diff --git a/shellops/assets/ShellOps_8a9aba1a55/gold/approved_final.txt b/shellops/assets/ShellOps_8a9aba1a55/gold/approved_final.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e2e6d2877affc1b4a95108d8ea32fba4d82f3f7 --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/gold/approved_final.txt @@ -0,0 +1,3 @@ +EXP-102 +EXP-103 +EXP-104 diff --git a/shellops/assets/ShellOps_8a9aba1a55/gold/experiments_approved.xml b/shellops/assets/ShellOps_8a9aba1a55/gold/experiments_approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..732fe843220a84c81e5fc12588791574722fab0e --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/gold/experiments_approved.xml @@ -0,0 +1,15 @@ + + + + EXP-101 + approved + + + EXP-103 + approved + + + EXP-104 + approved + + diff --git a/shellops/assets/ShellOps_8a9aba1a55/gold/experiments_excluded.txt b/shellops/assets/ShellOps_8a9aba1a55/gold/experiments_excluded.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ba35c9638b158b146e15d10ae025e53b16262b1 --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/gold/experiments_excluded.txt @@ -0,0 +1,2 @@ +EXP-101 +EXP-105 diff --git a/shellops/assets/ShellOps_8a9aba1a55/init/active_runs.txt b/shellops/assets/ShellOps_8a9aba1a55/init/active_runs.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd1064acec70632cb4d4ec8d02aa3882108602b1 --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/init/active_runs.txt @@ -0,0 +1,3 @@ +EXP-102 +EXP-104 +EXP-105 diff --git a/shellops/assets/ShellOps_8a9aba1a55/init/experiments_approved.xml b/shellops/assets/ShellOps_8a9aba1a55/init/experiments_approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..732fe843220a84c81e5fc12588791574722fab0e --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/init/experiments_approved.xml @@ -0,0 +1,15 @@ + + + + EXP-101 + approved + + + EXP-103 + approved + + + EXP-104 + approved + + diff --git a/shellops/assets/ShellOps_8a9aba1a55/init/experiments_excluded.txt b/shellops/assets/ShellOps_8a9aba1a55/init/experiments_excluded.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ba35c9638b158b146e15d10ae025e53b16262b1 --- /dev/null +++ b/shellops/assets/ShellOps_8a9aba1a55/init/experiments_excluded.txt @@ -0,0 +1,2 @@ +EXP-101 +EXP-105 diff --git a/shellops/assets/ShellOps_8aa4d5db73/gold/device_manifest.txt b/shellops/assets/ShellOps_8aa4d5db73/gold/device_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae53547a25c79e7a2c146f0f26d974450d2e2dc2 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/gold/device_manifest.txt @@ -0,0 +1,5 @@ +module_1001 active 2024-01-15 +module_1002 active 2024-01-16 +module_1003 active 2024-01-17 +module_1004 active 2024-01-18 +module_1005 active 2024-01-19 diff --git a/shellops/assets/ShellOps_8aa4d5db73/gold/notes.md b/shellops/assets/ShellOps_8aa4d5db73/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a1c058b74a73e420a1372105bdb070b49d6aeb38 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/gold/notes.md @@ -0,0 +1,3 @@ +# Registry audit notes +- module_1004 and module_1005 are new and pending registration. +- module_1006 is a legacy entry and should be ignored. diff --git a/shellops/assets/ShellOps_8aa4d5db73/gold/registry.xml b/shellops/assets/ShellOps_8aa4d5db73/gold/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac7eb82f2935e3fbb26f6b4e4ce3a9aad0410e72 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/gold/registry.xml @@ -0,0 +1,9 @@ + + + module_1001 + module_1002 + module_1003 + + module_1006 + + diff --git a/shellops/assets/ShellOps_8aa4d5db73/gold/reports/unmatched_modules.tsv b/shellops/assets/ShellOps_8aa4d5db73/gold/reports/unmatched_modules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fcaa44b22c3e2184a98827db0c2c2e28ad49bce5 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/gold/reports/unmatched_modules.tsv @@ -0,0 +1,2 @@ +module_1004 device_manifest.txt +module_1005 device_manifest.txt diff --git a/shellops/assets/ShellOps_8aa4d5db73/init/device_manifest.txt b/shellops/assets/ShellOps_8aa4d5db73/init/device_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae53547a25c79e7a2c146f0f26d974450d2e2dc2 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/init/device_manifest.txt @@ -0,0 +1,5 @@ +module_1001 active 2024-01-15 +module_1002 active 2024-01-16 +module_1003 active 2024-01-17 +module_1004 active 2024-01-18 +module_1005 active 2024-01-19 diff --git a/shellops/assets/ShellOps_8aa4d5db73/init/notes.md b/shellops/assets/ShellOps_8aa4d5db73/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a1c058b74a73e420a1372105bdb070b49d6aeb38 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/init/notes.md @@ -0,0 +1,3 @@ +# Registry audit notes +- module_1004 and module_1005 are new and pending registration. +- module_1006 is a legacy entry and should be ignored. diff --git a/shellops/assets/ShellOps_8aa4d5db73/init/registry.xml b/shellops/assets/ShellOps_8aa4d5db73/init/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac7eb82f2935e3fbb26f6b4e4ce3a9aad0410e72 --- /dev/null +++ b/shellops/assets/ShellOps_8aa4d5db73/init/registry.xml @@ -0,0 +1,9 @@ + + + module_1001 + module_1002 + module_1003 + + module_1006 + + diff --git a/shellops/assets/ShellOps_8ad560115b/gold/archive/decommissioned_cameras.csv b/shellops/assets/ShellOps_8ad560115b/gold/archive/decommissioned_cameras.csv new file mode 100644 index 0000000000000000000000000000000000000000..6978186f8581c7a5226f2bac6deb2d1b7c8b37a0 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/archive/decommissioned_cameras.csv @@ -0,0 +1,4 @@ +camera_id,decom_date +CAM-103,2024-12-01 +CAM-107,2024-11-03 +CAM-119,2024-09-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/averages.txt b/shellops/assets/ShellOps_8ad560115b/gold/averages.txt new file mode 100644 index 0000000000000000000000000000000000000000..966e88dd14d3484d0d2c3d9662ed4f6324c9654f --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/averages.txt @@ -0,0 +1,4 @@ +CAM-101 12.92 +CAM-105 8.53 +CAM-108 5.77 +CAM-110 15.63 diff --git a/shellops/assets/ShellOps_8ad560115b/gold/cameras.csv b/shellops/assets/ShellOps_8ad560115b/gold/cameras.csv new file mode 100644 index 0000000000000000000000000000000000000000..2cd8b52279fd1981e8b7ff6ee6046feb9f127910 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/cameras.csv @@ -0,0 +1,7 @@ +camera_id,status,last_seen +CAM-101,active,2025-04-10 +CAM-103,decommissioned,2024-12-01 +CAM-105,active,2025-04-09 +CAM-107,decommissioned,2024-11-03 +CAM-108,active,2025-04-05 +CAM-110,maintenance,2025-04-08 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-101.dat b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-101.dat new file mode 100644 index 0000000000000000000000000000000000000000..7776e432d01ec0108991d0c52742688e0862624f --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-101.dat @@ -0,0 +1,6 @@ +frame_id,lag_ms +F001,12.3 +F002,14.1 +F003,11.8 +F004,13.5 +F005,12.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-103.dat b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-103.dat new file mode 100644 index 0000000000000000000000000000000000000000..42700acd2cee4d56378d30de58a8d480f4295ac9 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-103.dat @@ -0,0 +1,4 @@ +frame_id,lag_ms +F001,21.0 +F002,22.1 +F003,20.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-105.dat b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-105.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1ce9dc228931767614f8b194340ec43e08715eb --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-105.dat @@ -0,0 +1,5 @@ +frame_id,lag_ms +F001,8.3 +F002,8.9 +F003,7.8 +F004,9.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-108.dat b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-108.dat new file mode 100644 index 0000000000000000000000000000000000000000..7639b08f299b3d830055a17f499143df424386e9 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-108.dat @@ -0,0 +1,7 @@ +frame_id,lag_ms +F001,5.2 +F002,6.0 +F003,5.8 +F004,5.5 +F005,6.2 +F006,5.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-110.dat b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-110.dat new file mode 100644 index 0000000000000000000000000000000000000000..30c8685e3dcaca2913adca0137f05b26a0686d57 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-110.dat @@ -0,0 +1,4 @@ +frame_id,lag_ms +F001,15.7 +F002,16.3 +F003,14.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-111.dat b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-111.dat new file mode 100644 index 0000000000000000000000000000000000000000..859988311e425cda2a07bf2dcfd61800430bba06 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/gold/telemetrics/CAM-111.dat @@ -0,0 +1,4 @@ +frame_id,lag_ms +F001,10.1 +F002,10.5 +F003,11.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/archive/decommissioned_cameras.csv b/shellops/assets/ShellOps_8ad560115b/init/archive/decommissioned_cameras.csv new file mode 100644 index 0000000000000000000000000000000000000000..6978186f8581c7a5226f2bac6deb2d1b7c8b37a0 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/archive/decommissioned_cameras.csv @@ -0,0 +1,4 @@ +camera_id,decom_date +CAM-103,2024-12-01 +CAM-107,2024-11-03 +CAM-119,2024-09-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/cameras.csv b/shellops/assets/ShellOps_8ad560115b/init/cameras.csv new file mode 100644 index 0000000000000000000000000000000000000000..2cd8b52279fd1981e8b7ff6ee6046feb9f127910 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/cameras.csv @@ -0,0 +1,7 @@ +camera_id,status,last_seen +CAM-101,active,2025-04-10 +CAM-103,decommissioned,2024-12-01 +CAM-105,active,2025-04-09 +CAM-107,decommissioned,2024-11-03 +CAM-108,active,2025-04-05 +CAM-110,maintenance,2025-04-08 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-101.dat b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-101.dat new file mode 100644 index 0000000000000000000000000000000000000000..7776e432d01ec0108991d0c52742688e0862624f --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-101.dat @@ -0,0 +1,6 @@ +frame_id,lag_ms +F001,12.3 +F002,14.1 +F003,11.8 +F004,13.5 +F005,12.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-103.dat b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-103.dat new file mode 100644 index 0000000000000000000000000000000000000000..42700acd2cee4d56378d30de58a8d480f4295ac9 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-103.dat @@ -0,0 +1,4 @@ +frame_id,lag_ms +F001,21.0 +F002,22.1 +F003,20.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-105.dat b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-105.dat new file mode 100644 index 0000000000000000000000000000000000000000..d1ce9dc228931767614f8b194340ec43e08715eb --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-105.dat @@ -0,0 +1,5 @@ +frame_id,lag_ms +F001,8.3 +F002,8.9 +F003,7.8 +F004,9.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-108.dat b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-108.dat new file mode 100644 index 0000000000000000000000000000000000000000..7639b08f299b3d830055a17f499143df424386e9 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-108.dat @@ -0,0 +1,7 @@ +frame_id,lag_ms +F001,5.2 +F002,6.0 +F003,5.8 +F004,5.5 +F005,6.2 +F006,5.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-110.dat b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-110.dat new file mode 100644 index 0000000000000000000000000000000000000000..30c8685e3dcaca2913adca0137f05b26a0686d57 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-110.dat @@ -0,0 +1,4 @@ +frame_id,lag_ms +F001,15.7 +F002,16.3 +F003,14.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-111.dat b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-111.dat new file mode 100644 index 0000000000000000000000000000000000000000..859988311e425cda2a07bf2dcfd61800430bba06 --- /dev/null +++ b/shellops/assets/ShellOps_8ad560115b/init/telemetrics/CAM-111.dat @@ -0,0 +1,4 @@ +frame_id,lag_ms +F001,10.1 +F002,10.5 +F003,11.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/active.psv b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/active.psv new file mode 100644 index 0000000000000000000000000000000000000000..9c77f927d4c6eb50fdeead9b470acc31398a96a7 --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/active.psv @@ -0,0 +1,4 @@ +device_id|firmware_version|last_seen +DEV001|v2.3.1|2024-01-15 +DEV002|v1.9.0|2024-01-10 +DEV004|v3.0.2|2024-01-20 diff --git a/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/merged.psv b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/merged.psv new file mode 100644 index 0000000000000000000000000000000000000000..b1630db76e1becde135eab24802e77723708fd70 --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/merged.psv @@ -0,0 +1,5 @@ +device_id|firmware_version|last_seen +DEV001|v2.3.1|2024-01-15 +DEV002|v1.9.0|2024-01-10 +DEV003|v2.1.5|2024-01-18 +DEV004|v3.0.2|2024-01-20 diff --git a/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/notes.md b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cde1c6bead4eeac9a12c2fb32321efbd79a244de --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/notes.md @@ -0,0 +1,3 @@ +# Firmware manifest notes +- DEV001: active manifest reflects production push on 2024-01-14 +- DEV004: staging has pre-release candidate; prefer active diff --git a/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/staging.psv b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/staging.psv new file mode 100644 index 0000000000000000000000000000000000000000..5dcd7de90f6d4c0477f3c8a14fd5ee1f63e1fbb3 --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/gold/firmware/staging.psv @@ -0,0 +1,4 @@ +device_id|firmware_version|last_seen +DEV001|v2.2.9|2024-01-12 +DEV003|v2.1.5|2024-01-18 +DEV004|v2.9.9|2024-01-19 diff --git a/shellops/assets/ShellOps_8b2fdb0871/init/firmware/active.psv b/shellops/assets/ShellOps_8b2fdb0871/init/firmware/active.psv new file mode 100644 index 0000000000000000000000000000000000000000..9c77f927d4c6eb50fdeead9b470acc31398a96a7 --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/init/firmware/active.psv @@ -0,0 +1,4 @@ +device_id|firmware_version|last_seen +DEV001|v2.3.1|2024-01-15 +DEV002|v1.9.0|2024-01-10 +DEV004|v3.0.2|2024-01-20 diff --git a/shellops/assets/ShellOps_8b2fdb0871/init/firmware/notes.md b/shellops/assets/ShellOps_8b2fdb0871/init/firmware/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cde1c6bead4eeac9a12c2fb32321efbd79a244de --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/init/firmware/notes.md @@ -0,0 +1,3 @@ +# Firmware manifest notes +- DEV001: active manifest reflects production push on 2024-01-14 +- DEV004: staging has pre-release candidate; prefer active diff --git a/shellops/assets/ShellOps_8b2fdb0871/init/firmware/staging.psv b/shellops/assets/ShellOps_8b2fdb0871/init/firmware/staging.psv new file mode 100644 index 0000000000000000000000000000000000000000..5dcd7de90f6d4c0477f3c8a14fd5ee1f63e1fbb3 --- /dev/null +++ b/shellops/assets/ShellOps_8b2fdb0871/init/firmware/staging.psv @@ -0,0 +1,4 @@ +device_id|firmware_version|last_seen +DEV001|v2.2.9|2024-01-12 +DEV003|v2.1.5|2024-01-18 +DEV004|v2.9.9|2024-01-19 diff --git a/shellops/assets/ShellOps_8b4c713386/gold/active_users.json b/shellops/assets/ShellOps_8b4c713386/gold/active_users.json new file mode 100644 index 0000000000000000000000000000000000000000..2755aaea66f40001fab3e478e0263ab93a70fb59 --- /dev/null +++ b/shellops/assets/ShellOps_8b4c713386/gold/active_users.json @@ -0,0 +1 @@ +[{"client_id": "c7e4a3d2-abc1-4e8f-84a2-9b8c7d6e5f0a", "last_activity": "2024-04-15"}, {"client_id": "f8b9e7c6-d5a4-4e3f-a2b1-0c9d8e7f6a5b", "last_activity": "2024-04-14"}, {"client_id": "a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890", "last_activity": "2024-04-13"}, {"client_id": "9e8d7c6b-5a43-21fe-dcba-09e8d7c6b5a4", "last_activity": "2024-04-12"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8b4c713386/gold/billing.csv b/shellops/assets/ShellOps_8b4c713386/gold/billing.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb309807d27149f52e3830a413992ee6a3ca810f --- /dev/null +++ b/shellops/assets/ShellOps_8b4c713386/gold/billing.csv @@ -0,0 +1,5 @@ +client_id,subscription_plan +c7e4a3d2-abc1-4e8f-84a2-9b8c7d6e5f0a,premium +f8b9e7c6-d5a4-4e3f-a2b1-0c9d8e7f6a5b,enterprise +abcd1234-5678-ef90-1234-567890abcdef,starter +a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890,premium diff --git a/shellops/assets/ShellOps_8b4c713386/gold/missing_uuids.txt b/shellops/assets/ShellOps_8b4c713386/gold/missing_uuids.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e074424b693d741fc890e66d3d947adf4fee127 --- /dev/null +++ b/shellops/assets/ShellOps_8b4c713386/gold/missing_uuids.txt @@ -0,0 +1 @@ +abcd1234-5678-ef90-1234-567890abcdef diff --git a/shellops/assets/ShellOps_8b4c713386/init/active_users.json b/shellops/assets/ShellOps_8b4c713386/init/active_users.json new file mode 100644 index 0000000000000000000000000000000000000000..2755aaea66f40001fab3e478e0263ab93a70fb59 --- /dev/null +++ b/shellops/assets/ShellOps_8b4c713386/init/active_users.json @@ -0,0 +1 @@ +[{"client_id": "c7e4a3d2-abc1-4e8f-84a2-9b8c7d6e5f0a", "last_activity": "2024-04-15"}, {"client_id": "f8b9e7c6-d5a4-4e3f-a2b1-0c9d8e7f6a5b", "last_activity": "2024-04-14"}, {"client_id": "a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890", "last_activity": "2024-04-13"}, {"client_id": "9e8d7c6b-5a43-21fe-dcba-09e8d7c6b5a4", "last_activity": "2024-04-12"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8b4c713386/init/billing.csv b/shellops/assets/ShellOps_8b4c713386/init/billing.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb309807d27149f52e3830a413992ee6a3ca810f --- /dev/null +++ b/shellops/assets/ShellOps_8b4c713386/init/billing.csv @@ -0,0 +1,5 @@ +client_id,subscription_plan +c7e4a3d2-abc1-4e8f-84a2-9b8c7d6e5f0a,premium +f8b9e7c6-d5a4-4e3f-a2b1-0c9d8e7f6a5b,enterprise +abcd1234-5678-ef90-1234-567890abcdef,starter +a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890,premium diff --git a/shellops/assets/ShellOps_8ba8a0b611/gold/reports/error_event_ids.txt b/shellops/assets/ShellOps_8ba8a0b611/gold/reports/error_event_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bddb8ce72f1fc9105f226de3b9bf992184e4188 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/gold/reports/error_event_ids.txt @@ -0,0 +1,4 @@ +evt_1003 +evt_1004 +evt_1006 +evt_1008 diff --git a/shellops/assets/ShellOps_8ba8a0b611/gold/suppressions/blocklist.ndjson b/shellops/assets/ShellOps_8ba8a0b611/gold/suppressions/blocklist.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..b964521f079f1904ea2e0c4c58e84950a55d5790 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/gold/suppressions/blocklist.ndjson @@ -0,0 +1 @@ +{"suppressed_ids": ["evt_1001", "evt_1005", "evt_9999"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_alpha.json b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..34bb67fcc5ef4feb7abe1427935372b7f0fdc5d4 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_alpha.json @@ -0,0 +1,3 @@ +{"event_id": "evt_1001", "category": "error", "message": "sensor timeout"} +{"event_id": "evt_1002", "category": "info", "message": "heartbeat ok"} +{"event_id": "evt_1003", "category": "error", "message": "checksum mismatch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_beta.json b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..99374d297b9fe6587334dfce79108ff8b5959068 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_beta.json @@ -0,0 +1,2 @@ +{"event_id": "evt_1004", "category": "error", "message": "buffer overflow"} +{"event_id": "evt_1005", "category": "warning", "message": "high temperature"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_delta.json b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca8a4670b3dacb290ac402371a4c6f0970875b8 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_delta.json @@ -0,0 +1 @@ +{"event_id": "evt_1008", "category": "error", "message": "permission denied"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_gamma.json b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..77df2f7b6d5811c1d3a141e4b71b8c0bc7d719c5 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/gold/telemetry/device_gamma.json @@ -0,0 +1,2 @@ +{"event_id": "evt_1006", "category": "error", "message": "network unreachable"} +{"event_id": "evt_1007", "category": "info", "message": "sync complete"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/init/suppressions/blocklist.ndjson b/shellops/assets/ShellOps_8ba8a0b611/init/suppressions/blocklist.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..b964521f079f1904ea2e0c4c58e84950a55d5790 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/init/suppressions/blocklist.ndjson @@ -0,0 +1 @@ +{"suppressed_ids": ["evt_1001", "evt_1005", "evt_9999"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_alpha.json b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..34bb67fcc5ef4feb7abe1427935372b7f0fdc5d4 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_alpha.json @@ -0,0 +1,3 @@ +{"event_id": "evt_1001", "category": "error", "message": "sensor timeout"} +{"event_id": "evt_1002", "category": "info", "message": "heartbeat ok"} +{"event_id": "evt_1003", "category": "error", "message": "checksum mismatch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_beta.json b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..99374d297b9fe6587334dfce79108ff8b5959068 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_beta.json @@ -0,0 +1,2 @@ +{"event_id": "evt_1004", "category": "error", "message": "buffer overflow"} +{"event_id": "evt_1005", "category": "warning", "message": "high temperature"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_delta.json b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca8a4670b3dacb290ac402371a4c6f0970875b8 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_delta.json @@ -0,0 +1 @@ +{"event_id": "evt_1008", "category": "error", "message": "permission denied"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_gamma.json b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..77df2f7b6d5811c1d3a141e4b71b8c0bc7d719c5 --- /dev/null +++ b/shellops/assets/ShellOps_8ba8a0b611/init/telemetry/device_gamma.json @@ -0,0 +1,2 @@ +{"event_id": "evt_1006", "category": "error", "message": "network unreachable"} +{"event_id": "evt_1007", "category": "info", "message": "sync complete"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bca2840e1/gold/debug_console.log b/shellops/assets/ShellOps_8bca2840e1/gold/debug_console.log new file mode 100644 index 0000000000000000000000000000000000000000..73139cf1d258d218149b05b4fa5cb007591f6309 --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/gold/debug_console.log @@ -0,0 +1,5 @@ +2024-04-15 03:22:15 [ERROR] Key validation failed: ERR-1429 +2024-04-15 03:23:01 [WARN] Connection timeout +2024-04-15 03:24:12 [ERROR] Database constraint violation: ERR-7583 +2024-04-15 03:25:45 [ERROR] File not found: ERR-3011 +2024-04-15 03:26:30 [INFO] Process completed successfully diff --git a/shellops/assets/ShellOps_8bca2840e1/gold/fixes.xml b/shellops/assets/ShellOps_8bca2840e1/gold/fixes.xml new file mode 100644 index 0000000000000000000000000000000000000000..887aeb6b9259e5549ba30824f110cf2035a6d89f --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/gold/fixes.xml @@ -0,0 +1,5 @@ + + ERR-1429 + ERR-3011 + ERR-4056 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bca2840e1/gold/notes.txt b/shellops/assets/ShellOps_8bca2840e1/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..288ed4d056a5aef1b8679e2176adcc4ed8f3422f --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/gold/notes.txt @@ -0,0 +1,2 @@ +Temporary file with unrelated entries: +ERR-9999: Test placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bca2840e1/gold/resolved_errors.txt b/shellops/assets/ShellOps_8bca2840e1/gold/resolved_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..daa48801fc3ffd3c4119c0d9260b8a434ed032ad --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/gold/resolved_errors.txt @@ -0,0 +1,2 @@ +ERR-1429 +ERR-3011 diff --git a/shellops/assets/ShellOps_8bca2840e1/init/debug_console.log b/shellops/assets/ShellOps_8bca2840e1/init/debug_console.log new file mode 100644 index 0000000000000000000000000000000000000000..73139cf1d258d218149b05b4fa5cb007591f6309 --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/init/debug_console.log @@ -0,0 +1,5 @@ +2024-04-15 03:22:15 [ERROR] Key validation failed: ERR-1429 +2024-04-15 03:23:01 [WARN] Connection timeout +2024-04-15 03:24:12 [ERROR] Database constraint violation: ERR-7583 +2024-04-15 03:25:45 [ERROR] File not found: ERR-3011 +2024-04-15 03:26:30 [INFO] Process completed successfully diff --git a/shellops/assets/ShellOps_8bca2840e1/init/fixes.xml b/shellops/assets/ShellOps_8bca2840e1/init/fixes.xml new file mode 100644 index 0000000000000000000000000000000000000000..887aeb6b9259e5549ba30824f110cf2035a6d89f --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/init/fixes.xml @@ -0,0 +1,5 @@ + + ERR-1429 + ERR-3011 + ERR-4056 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bca2840e1/init/notes.txt b/shellops/assets/ShellOps_8bca2840e1/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..288ed4d056a5aef1b8679e2176adcc4ed8f3422f --- /dev/null +++ b/shellops/assets/ShellOps_8bca2840e1/init/notes.txt @@ -0,0 +1,2 @@ +Temporary file with unrelated entries: +ERR-9999: Test placeholder \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bf0d0ba25/gold/resolutions.xml b/shellops/assets/ShellOps_8bf0d0ba25/gold/resolutions.xml new file mode 100644 index 0000000000000000000000000000000000000000..ebfec93ca95694453c8ac6fd544fff16a324d18e --- /dev/null +++ b/shellops/assets/ShellOps_8bf0d0ba25/gold/resolutions.xml @@ -0,0 +1,10 @@ + + + 2953 + Reissue security token + + + 3827 + Increase timeout threshold + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bf0d0ba25/gold/system_errors.txt b/shellops/assets/ShellOps_8bf0d0ba25/gold/system_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..01a4ceec83fa983e9b09a9c3b3ed76cd562742bb --- /dev/null +++ b/shellops/assets/ShellOps_8bf0d0ba25/gold/system_errors.txt @@ -0,0 +1,4 @@ +2024-05-15 08:22:10 [ERROR_4512] Disk read failure +2024-05-15 09:15:34 [ERROR_3827] Network timeout +2024-05-15 10:43:21 [ERROR_4512] Disk read failure +2024-05-15 11:18:59 [ERROR_2953] Invalid credentials \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bf0d0ba25/gold/unresolved.txt b/shellops/assets/ShellOps_8bf0d0ba25/gold/unresolved.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6f7eb75d5fd1162fa9671c91ca31f6b3bc15c0f --- /dev/null +++ b/shellops/assets/ShellOps_8bf0d0ba25/gold/unresolved.txt @@ -0,0 +1 @@ +4512 diff --git a/shellops/assets/ShellOps_8bf0d0ba25/init/resolutions.xml b/shellops/assets/ShellOps_8bf0d0ba25/init/resolutions.xml new file mode 100644 index 0000000000000000000000000000000000000000..ebfec93ca95694453c8ac6fd544fff16a324d18e --- /dev/null +++ b/shellops/assets/ShellOps_8bf0d0ba25/init/resolutions.xml @@ -0,0 +1,10 @@ + + + 2953 + Reissue security token + + + 3827 + Increase timeout threshold + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bf0d0ba25/init/system_errors.txt b/shellops/assets/ShellOps_8bf0d0ba25/init/system_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..01a4ceec83fa983e9b09a9c3b3ed76cd562742bb --- /dev/null +++ b/shellops/assets/ShellOps_8bf0d0ba25/init/system_errors.txt @@ -0,0 +1,4 @@ +2024-05-15 08:22:10 [ERROR_4512] Disk read failure +2024-05-15 09:15:34 [ERROR_3827] Network timeout +2024-05-15 10:43:21 [ERROR_4512] Disk read failure +2024-05-15 11:18:59 [ERROR_2953] Invalid credentials \ No newline at end of file diff --git a/shellops/assets/ShellOps_8bf0d0ba25/init/unresolved.txt b/shellops/assets/ShellOps_8bf0d0ba25/init/unresolved.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8c506317b1/gold/bread_recipes.ini b/shellops/assets/ShellOps_8c506317b1/gold/bread_recipes.ini new file mode 100644 index 0000000000000000000000000000000000000000..999673787937f05e40f61680fa0b44212ec66c99 --- /dev/null +++ b/shellops/assets/ShellOps_8c506317b1/gold/bread_recipes.ini @@ -0,0 +1,6 @@ +[sourdough] +ingredient=flour +ingredient=water + +[ciabatta] +ingredient=yeast diff --git a/shellops/assets/ShellOps_8c506317b1/gold/combined_ingredients.md b/shellops/assets/ShellOps_8c506317b1/gold/combined_ingredients.md new file mode 100644 index 0000000000000000000000000000000000000000..68d2f5715353dab4acb1215f00ca91a7bd66ca04 --- /dev/null +++ b/shellops/assets/ShellOps_8c506317b1/gold/combined_ingredients.md @@ -0,0 +1,5 @@ +- butter +- flour +- jelly +- water +- yeast diff --git a/shellops/assets/ShellOps_8c506317b1/gold/pastry_recipes.ini b/shellops/assets/ShellOps_8c506317b1/gold/pastry_recipes.ini new file mode 100644 index 0000000000000000000000000000000000000000..40ba69c0ecc73ae8454fbe54835e1e8499af7cd2 --- /dev/null +++ b/shellops/assets/ShellOps_8c506317b1/gold/pastry_recipes.ini @@ -0,0 +1,6 @@ +[croissant] +ingredient=butter +ingredient=flour + +[danish] +ingredient=jelly diff --git a/shellops/assets/ShellOps_8c506317b1/init/bread_recipes.ini b/shellops/assets/ShellOps_8c506317b1/init/bread_recipes.ini new file mode 100644 index 0000000000000000000000000000000000000000..999673787937f05e40f61680fa0b44212ec66c99 --- /dev/null +++ b/shellops/assets/ShellOps_8c506317b1/init/bread_recipes.ini @@ -0,0 +1,6 @@ +[sourdough] +ingredient=flour +ingredient=water + +[ciabatta] +ingredient=yeast diff --git a/shellops/assets/ShellOps_8c506317b1/init/pastry_recipes.ini b/shellops/assets/ShellOps_8c506317b1/init/pastry_recipes.ini new file mode 100644 index 0000000000000000000000000000000000000000..40ba69c0ecc73ae8454fbe54835e1e8499af7cd2 --- /dev/null +++ b/shellops/assets/ShellOps_8c506317b1/init/pastry_recipes.ini @@ -0,0 +1,6 @@ +[croissant] +ingredient=butter +ingredient=flour + +[danish] +ingredient=jelly diff --git a/shellops/assets/ShellOps_8c98379f21/gold/active_firmware.manifest b/shellops/assets/ShellOps_8c98379f21/gold/active_firmware.manifest new file mode 100644 index 0000000000000000000000000000000000000000..48a82360a87564b2b978ea10ca469207b11b2dfb --- /dev/null +++ b/shellops/assets/ShellOps_8c98379f21/gold/active_firmware.manifest @@ -0,0 +1,5 @@ +{"device_id": "DEV001", "timestamp": "2024-02-15T08:30:00Z", "status": "SUCCESS", "checksum": "a1b2c3d4"} +{"device_id": "DEV002", "timestamp": "2024-02-15T09:15:00Z", "status": "PENDING", "checksum": "e5f6g7h8"} +{"device_id": "DEV001", "timestamp": "2024-02-15T10:45:00Z", "status": "SUCCESS", "checksum": "i9j0k1l2"} +{"device_id": "DEV003", "timestamp": "2024-02-15T11:20:00Z", "status": "SUCCESS", "checksum": "m3n4o5p6"} +{"device_id": "DEV002", "timestamp": "2024-02-15T12:05:00Z", "status": "SUCCESS", "checksum": "q7r8s9t0"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c98379f21/gold/canonical_activations.txt b/shellops/assets/ShellOps_8c98379f21/gold/canonical_activations.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1b89945e7758b027032e4a5878536ca6b22fa02 --- /dev/null +++ b/shellops/assets/ShellOps_8c98379f21/gold/canonical_activations.txt @@ -0,0 +1,3 @@ +DEV001,2024-02-15T10:45:00Z,i9j0k1l2 +DEV002,2024-02-15T12:05:00Z,q7r8s9t0 +DEV003,2024-02-15T11:20:00Z,m3n4o5p6 diff --git a/shellops/assets/ShellOps_8c98379f21/gold/notes.md b/shellops/assets/ShellOps_8c98379f21/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d819a9360e607d9df60e36eec86ecf69f4f11ce7 --- /dev/null +++ b/shellops/assets/ShellOps_8c98379f21/gold/notes.md @@ -0,0 +1 @@ +This file is a distractor and should be ignored by the solution. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c98379f21/init/active_firmware.manifest b/shellops/assets/ShellOps_8c98379f21/init/active_firmware.manifest new file mode 100644 index 0000000000000000000000000000000000000000..48a82360a87564b2b978ea10ca469207b11b2dfb --- /dev/null +++ b/shellops/assets/ShellOps_8c98379f21/init/active_firmware.manifest @@ -0,0 +1,5 @@ +{"device_id": "DEV001", "timestamp": "2024-02-15T08:30:00Z", "status": "SUCCESS", "checksum": "a1b2c3d4"} +{"device_id": "DEV002", "timestamp": "2024-02-15T09:15:00Z", "status": "PENDING", "checksum": "e5f6g7h8"} +{"device_id": "DEV001", "timestamp": "2024-02-15T10:45:00Z", "status": "SUCCESS", "checksum": "i9j0k1l2"} +{"device_id": "DEV003", "timestamp": "2024-02-15T11:20:00Z", "status": "SUCCESS", "checksum": "m3n4o5p6"} +{"device_id": "DEV002", "timestamp": "2024-02-15T12:05:00Z", "status": "SUCCESS", "checksum": "q7r8s9t0"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c98379f21/init/notes.md b/shellops/assets/ShellOps_8c98379f21/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d819a9360e607d9df60e36eec86ecf69f4f11ce7 --- /dev/null +++ b/shellops/assets/ShellOps_8c98379f21/init/notes.md @@ -0,0 +1 @@ +This file is a distractor and should be ignored by the solution. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c9a127da7/gold/docs/changelog.html b/shellops/assets/ShellOps_8c9a127da7/gold/docs/changelog.html new file mode 100644 index 0000000000000000000000000000000000000000..d3ebb3feb110c5e8be3924b4e2a6abf25100aeef --- /dev/null +++ b/shellops/assets/ShellOps_8c9a127da7/gold/docs/changelog.html @@ -0,0 +1 @@ +ChangelogUpdatesVersion 1.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c9a127da7/gold/docs/overview.html b/shellops/assets/ShellOps_8c9a127da7/gold/docs/overview.html new file mode 100644 index 0000000000000000000000000000000000000000..cca0dabc53d33b6e20ed61ba9812f35aba1d09cc --- /dev/null +++ b/shellops/assets/ShellOps_8c9a127da7/gold/docs/overview.html @@ -0,0 +1 @@ +OverviewIntroductionSupport \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c9a127da7/gold/docs/style_guide.html b/shellops/assets/ShellOps_8c9a127da7/gold/docs/style_guide.html new file mode 100644 index 0000000000000000000000000000000000000000..026db8c9dd8191f65f6efd017e3e155aa0a60b85 --- /dev/null +++ b/shellops/assets/ShellOps_8c9a127da7/gold/docs/style_guide.html @@ -0,0 +1 @@ +Style GuideGuidelinesContact Us \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c9a127da7/init/docs/changelog.html b/shellops/assets/ShellOps_8c9a127da7/init/docs/changelog.html new file mode 100644 index 0000000000000000000000000000000000000000..d3ebb3feb110c5e8be3924b4e2a6abf25100aeef --- /dev/null +++ b/shellops/assets/ShellOps_8c9a127da7/init/docs/changelog.html @@ -0,0 +1 @@ +ChangelogUpdatesVersion 1.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c9a127da7/init/docs/overview.html b/shellops/assets/ShellOps_8c9a127da7/init/docs/overview.html new file mode 100644 index 0000000000000000000000000000000000000000..cca0dabc53d33b6e20ed61ba9812f35aba1d09cc --- /dev/null +++ b/shellops/assets/ShellOps_8c9a127da7/init/docs/overview.html @@ -0,0 +1 @@ +OverviewIntroductionSupport \ No newline at end of file diff --git a/shellops/assets/ShellOps_8c9a127da7/init/docs/style_guide.html b/shellops/assets/ShellOps_8c9a127da7/init/docs/style_guide.html new file mode 100644 index 0000000000000000000000000000000000000000..026db8c9dd8191f65f6efd017e3e155aa0a60b85 --- /dev/null +++ b/shellops/assets/ShellOps_8c9a127da7/init/docs/style_guide.html @@ -0,0 +1 @@ +Style GuideGuidelinesContact Us \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ccf18cb37/gold/schema/.keep b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8ccf18cb37/gold/schema/order-service.yaml b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/order-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..232e868e833306c5f264498d92ce6b5924996163 --- /dev/null +++ b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/order-service.yaml @@ -0,0 +1,29 @@ +openapi: 3.0.0 +info: + title: Order Service + version: 1.0.0 +paths: + /orders: + post: + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + orderId: + property: orderId + items: + property: items + total: + property: total +components: + schemas: + Order: + type: object + properties: + id: + property: id + status: + property: status diff --git a/shellops/assets/ShellOps_8ccf18cb37/gold/schema/payment-service.yaml b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/payment-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6ea75e6bcbc5638f6040df4dc494b525ed09359f --- /dev/null +++ b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/payment-service.yaml @@ -0,0 +1,31 @@ +openapi: 3.0.0 +info: + title: Payment Service + version: 1.0.0 +paths: + /payments: + post: + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + amount: + property: amount + currency: + property: currency + method: + property: method +components: + schemas: + Payment: + type: object + properties: + id: + property: id + status: + property: status + processedAt: + property: processedAt diff --git a/shellops/assets/ShellOps_8ccf18cb37/gold/schema/user-service.yaml b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/user-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..81209af94254a992b0526a70b061387af70c9018 --- /dev/null +++ b/shellops/assets/ShellOps_8ccf18cb37/gold/schema/user-service.yaml @@ -0,0 +1,31 @@ +openapi: 3.0.0 +info: + title: User Service + version: 1.0.0 +paths: + /users: + post: + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + username: + property: username + email: + property: email + role: + property: role +components: + schemas: + User: + type: object + properties: + id: + property: id + createdAt: + property: createdAt + active: + property: active diff --git a/shellops/assets/ShellOps_8ccf18cb37/init/schema/.keep b/shellops/assets/ShellOps_8ccf18cb37/init/schema/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8ccf18cb37/init/schema/order-service.yaml b/shellops/assets/ShellOps_8ccf18cb37/init/schema/order-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..232e868e833306c5f264498d92ce6b5924996163 --- /dev/null +++ b/shellops/assets/ShellOps_8ccf18cb37/init/schema/order-service.yaml @@ -0,0 +1,29 @@ +openapi: 3.0.0 +info: + title: Order Service + version: 1.0.0 +paths: + /orders: + post: + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + orderId: + property: orderId + items: + property: items + total: + property: total +components: + schemas: + Order: + type: object + properties: + id: + property: id + status: + property: status diff --git a/shellops/assets/ShellOps_8ccf18cb37/init/schema/payment-service.yaml b/shellops/assets/ShellOps_8ccf18cb37/init/schema/payment-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6ea75e6bcbc5638f6040df4dc494b525ed09359f --- /dev/null +++ b/shellops/assets/ShellOps_8ccf18cb37/init/schema/payment-service.yaml @@ -0,0 +1,31 @@ +openapi: 3.0.0 +info: + title: Payment Service + version: 1.0.0 +paths: + /payments: + post: + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + amount: + property: amount + currency: + property: currency + method: + property: method +components: + schemas: + Payment: + type: object + properties: + id: + property: id + status: + property: status + processedAt: + property: processedAt diff --git a/shellops/assets/ShellOps_8ccf18cb37/init/schema/user-service.yaml b/shellops/assets/ShellOps_8ccf18cb37/init/schema/user-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..81209af94254a992b0526a70b061387af70c9018 --- /dev/null +++ b/shellops/assets/ShellOps_8ccf18cb37/init/schema/user-service.yaml @@ -0,0 +1,31 @@ +openapi: 3.0.0 +info: + title: User Service + version: 1.0.0 +paths: + /users: + post: + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + username: + property: username + email: + property: email + role: + property: role +components: + schemas: + User: + type: object + properties: + id: + property: id + createdAt: + property: createdAt + active: + property: active diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/approved_devices.txt b/shellops/assets/ShellOps_8d45301e3e/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cdedb01100f2a5e3803a779f7e1543958baddb5 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/approved_devices.txt @@ -0,0 +1,7 @@ +DEV_1001 +DEV_1002 +DEV_1003 +DEV_1004 +DEV_1005 +DEV_1006 +DEV_1007 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/missing_devices.txt b/shellops/assets/ShellOps_8d45301e3e/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba21ac54d8fd52a6797e5c8c842b17328951fb77 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/missing_devices.txt @@ -0,0 +1,2 @@ +DEV_1004 +DEV_1007 diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/notes.md b/shellops/assets/ShellOps_8d45301e3e/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..460b36591104d8bca80dfae5690f27ca2e7a0e8d --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/notes.md @@ -0,0 +1 @@ +Do not consider archive or tmp snapshots in the analysis. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/archive/old_snapshot.xml b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/archive/old_snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..9f87939ccf22dae9ff36907ca32e42b7267fa980 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/archive/old_snapshot.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/snapshot_alpha.xml b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/snapshot_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..fe3518bfe29569104d98c35d4b99dd6724930ef0 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/snapshot_alpha.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/snapshot_beta.xml b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/snapshot_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..4e8504367a7fef7d622b4d9953dbc965825ab431 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/snapshot_beta.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/tmp/draft_snapshot.xml b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/tmp/draft_snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..73f3890e3c9ce087ae29aa376beb8d12df6ea830 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/gold/snapshots/tmp/draft_snapshot.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/init/approved_devices.txt b/shellops/assets/ShellOps_8d45301e3e/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cdedb01100f2a5e3803a779f7e1543958baddb5 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/init/approved_devices.txt @@ -0,0 +1,7 @@ +DEV_1001 +DEV_1002 +DEV_1003 +DEV_1004 +DEV_1005 +DEV_1006 +DEV_1007 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/init/notes.md b/shellops/assets/ShellOps_8d45301e3e/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..460b36591104d8bca80dfae5690f27ca2e7a0e8d --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/init/notes.md @@ -0,0 +1 @@ +Do not consider archive or tmp snapshots in the analysis. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/init/snapshots/archive/old_snapshot.xml b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/archive/old_snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..9f87939ccf22dae9ff36907ca32e42b7267fa980 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/archive/old_snapshot.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/init/snapshots/snapshot_alpha.xml b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/snapshot_alpha.xml new file mode 100644 index 0000000000000000000000000000000000000000..fe3518bfe29569104d98c35d4b99dd6724930ef0 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/snapshot_alpha.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/init/snapshots/snapshot_beta.xml b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/snapshot_beta.xml new file mode 100644 index 0000000000000000000000000000000000000000..4e8504367a7fef7d622b4d9953dbc965825ab431 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/snapshot_beta.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d45301e3e/init/snapshots/tmp/draft_snapshot.xml b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/tmp/draft_snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..73f3890e3c9ce087ae29aa376beb8d12df6ea830 --- /dev/null +++ b/shellops/assets/ShellOps_8d45301e3e/init/snapshots/tmp/draft_snapshot.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d4eff7bb2/gold/approved_staff.xml b/shellops/assets/ShellOps_8d4eff7bb2/gold/approved_staff.xml new file mode 100644 index 0000000000000000000000000000000000000000..96bbdb7c6b717103ea0e7b6ebefdb24085c01a79 --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/gold/approved_staff.xml @@ -0,0 +1,5 @@ + + john_doe + amy_wong + sarah_connor + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d4eff7bb2/gold/current_users.txt b/shellops/assets/ShellOps_8d4eff7bb2/gold/current_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..877b951227e4c14a7e6ff2eb3883f92e68620059 --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/gold/current_users.txt @@ -0,0 +1,4 @@ +john_doe +jane_smith +mike_jones +amy_wong \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d4eff7bb2/gold/distractor.log b/shellops/assets/ShellOps_8d4eff7bb2/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..3d29631c83633846587e840bac9cfac0c73ee59c --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/gold/distractor.log @@ -0,0 +1 @@ +2023-10-05: Service restarted \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d4eff7bb2/gold/unauthorized_access.log b/shellops/assets/ShellOps_8d4eff7bb2/gold/unauthorized_access.log new file mode 100644 index 0000000000000000000000000000000000000000..405eabd563339bd09cb89ee9bce9c57ad3e56bf1 --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/gold/unauthorized_access.log @@ -0,0 +1,2 @@ +jane_smith +mike_jones diff --git a/shellops/assets/ShellOps_8d4eff7bb2/init/approved_staff.xml b/shellops/assets/ShellOps_8d4eff7bb2/init/approved_staff.xml new file mode 100644 index 0000000000000000000000000000000000000000..96bbdb7c6b717103ea0e7b6ebefdb24085c01a79 --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/init/approved_staff.xml @@ -0,0 +1,5 @@ + + john_doe + amy_wong + sarah_connor + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d4eff7bb2/init/current_users.txt b/shellops/assets/ShellOps_8d4eff7bb2/init/current_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..877b951227e4c14a7e6ff2eb3883f92e68620059 --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/init/current_users.txt @@ -0,0 +1,4 @@ +john_doe +jane_smith +mike_jones +amy_wong \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d4eff7bb2/init/distractor.log b/shellops/assets/ShellOps_8d4eff7bb2/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..3d29631c83633846587e840bac9cfac0c73ee59c --- /dev/null +++ b/shellops/assets/ShellOps_8d4eff7bb2/init/distractor.log @@ -0,0 +1 @@ +2023-10-05: Service restarted \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d7b886a87/gold/api/service.conf b/shellops/assets/ShellOps_8d7b886a87/gold/api/service.conf new file mode 100644 index 0000000000000000000000000000000000000000..c054114cac3187a3bb05bcf38e53f826fd7eba57 --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/gold/api/service.conf @@ -0,0 +1,2 @@ +timezone=UTC +port=8080 diff --git a/shellops/assets/ShellOps_8d7b886a87/gold/db/database.cnf b/shellops/assets/ShellOps_8d7b886a87/gold/db/database.cnf new file mode 100644 index 0000000000000000000000000000000000000000..06d2e355f6ac1231752eb5142dd69a4491b99610 --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/gold/db/database.cnf @@ -0,0 +1,3 @@ +[mysqld] +timezone=Europe/London +max_connections=100 diff --git a/shellops/assets/ShellOps_8d7b886a87/gold/timezones.out b/shellops/assets/ShellOps_8d7b886a87/gold/timezones.out new file mode 100644 index 0000000000000000000000000000000000000000..638ee7923924684a545c504d1dd090e66e6ae08d --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/gold/timezones.out @@ -0,0 +1,3 @@ +America/New_York +Europe/London +UTC diff --git a/shellops/assets/ShellOps_8d7b886a87/gold/webapp/config.ini b/shellops/assets/ShellOps_8d7b886a87/gold/webapp/config.ini new file mode 100644 index 0000000000000000000000000000000000000000..0ba40d28caa7e5175195f1ba7e19ab3f27002f4a --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/gold/webapp/config.ini @@ -0,0 +1,4 @@ +[default] +timezone=America/New_York +[logging] +level=INFO diff --git a/shellops/assets/ShellOps_8d7b886a87/init/api/service.conf b/shellops/assets/ShellOps_8d7b886a87/init/api/service.conf new file mode 100644 index 0000000000000000000000000000000000000000..c054114cac3187a3bb05bcf38e53f826fd7eba57 --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/init/api/service.conf @@ -0,0 +1,2 @@ +timezone=UTC +port=8080 diff --git a/shellops/assets/ShellOps_8d7b886a87/init/db/database.cnf b/shellops/assets/ShellOps_8d7b886a87/init/db/database.cnf new file mode 100644 index 0000000000000000000000000000000000000000..06d2e355f6ac1231752eb5142dd69a4491b99610 --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/init/db/database.cnf @@ -0,0 +1,3 @@ +[mysqld] +timezone=Europe/London +max_connections=100 diff --git a/shellops/assets/ShellOps_8d7b886a87/init/webapp/config.ini b/shellops/assets/ShellOps_8d7b886a87/init/webapp/config.ini new file mode 100644 index 0000000000000000000000000000000000000000..0ba40d28caa7e5175195f1ba7e19ab3f27002f4a --- /dev/null +++ b/shellops/assets/ShellOps_8d7b886a87/init/webapp/config.ini @@ -0,0 +1,4 @@ +[default] +timezone=America/New_York +[logging] +level=INFO diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/active_ranking.tsv b/shellops/assets/ShellOps_8d977cf9f3/gold/active_ranking.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2c11185d0d7b859c2e32c6f50e8e235f0e935090 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/active_ranking.tsv @@ -0,0 +1,4 @@ +foxtrot 94 +alpha 45 +gamma 30 +charlie 12 diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/manifest.csv b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..a50765c870917193c18666c185f73e7a15dda7a5 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/manifest.csv @@ -0,0 +1,9 @@ +client_id,status,issued_at +alpha,active,2024-02-01 +beta,expired,2023-11-15 +gamma,active,2024-01-20 +delta,active,2024-01-25 +echo,pending,2024-03-01 +foxtrot,active,2024-01-30 +zulu,expired,2023-12-10 +charlie,active,2024-02-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/alpha_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/alpha_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d01c0e29cfc95a76a773e80c23934278eb5b9a8 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/alpha_payload.txt @@ -0,0 +1,3 @@ +CLIENT_ID=alpha +SEATS_ASSIGNED|45 +EXPIRATION=2025-02-01 diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/beta_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/beta_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..c470c7a848637724055ea27a63d6e736aa9ff812 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/beta_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=beta +SEATS_ASSIGNED|5 diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/charlie_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/charlie_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d487ef09532adfc8f22ebde67e117761e3796e2 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/charlie_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=charlie +SEATS_ASSIGNED|12 diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/delta_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/delta_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ef99137949cd2aca3eae5de9d5b15e0ed73db3d --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/delta_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=delta +NOTES=no assigned seats yet diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/echo_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/echo_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9737c05c7cf495d81d9b6a5aba8ed29830e394 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/echo_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=echo +SEATS_ASSIGNED|60 diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/foxtrot_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/foxtrot_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b15a50192e45534a89164be1d61d00013531151 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/foxtrot_payload.txt @@ -0,0 +1,3 @@ +CLIENT_ID=foxtrot +SEATS_ASSIGNED|85 +SEATS_ASSIGNED|9 diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/gamma_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/gamma_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4e50578f19bcd6c8d55e0ccaf1249f7acc535fb --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/gamma_payload.txt @@ -0,0 +1,3 @@ +CLIENT_ID=gamma +SEATS_ASSIGNED|30 +NOTES=premium edition diff --git a/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/zulu_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/zulu_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa39a0f61e7037537b97293f5366618497f971eb --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/gold/licenses/payloads/zulu_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=zulu +SEATS_ASSIGNED|25 diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/manifest.csv b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..a50765c870917193c18666c185f73e7a15dda7a5 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/manifest.csv @@ -0,0 +1,9 @@ +client_id,status,issued_at +alpha,active,2024-02-01 +beta,expired,2023-11-15 +gamma,active,2024-01-20 +delta,active,2024-01-25 +echo,pending,2024-03-01 +foxtrot,active,2024-01-30 +zulu,expired,2023-12-10 +charlie,active,2024-02-10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/alpha_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/alpha_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d01c0e29cfc95a76a773e80c23934278eb5b9a8 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/alpha_payload.txt @@ -0,0 +1,3 @@ +CLIENT_ID=alpha +SEATS_ASSIGNED|45 +EXPIRATION=2025-02-01 diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/beta_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/beta_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..c470c7a848637724055ea27a63d6e736aa9ff812 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/beta_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=beta +SEATS_ASSIGNED|5 diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/charlie_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/charlie_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d487ef09532adfc8f22ebde67e117761e3796e2 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/charlie_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=charlie +SEATS_ASSIGNED|12 diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/delta_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/delta_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ef99137949cd2aca3eae5de9d5b15e0ed73db3d --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/delta_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=delta +NOTES=no assigned seats yet diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/echo_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/echo_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9737c05c7cf495d81d9b6a5aba8ed29830e394 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/echo_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=echo +SEATS_ASSIGNED|60 diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/foxtrot_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/foxtrot_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b15a50192e45534a89164be1d61d00013531151 --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/foxtrot_payload.txt @@ -0,0 +1,3 @@ +CLIENT_ID=foxtrot +SEATS_ASSIGNED|85 +SEATS_ASSIGNED|9 diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/gamma_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/gamma_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4e50578f19bcd6c8d55e0ccaf1249f7acc535fb --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/gamma_payload.txt @@ -0,0 +1,3 @@ +CLIENT_ID=gamma +SEATS_ASSIGNED|30 +NOTES=premium edition diff --git a/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/zulu_payload.txt b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/zulu_payload.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa39a0f61e7037537b97293f5366618497f971eb --- /dev/null +++ b/shellops/assets/ShellOps_8d977cf9f3/init/licenses/payloads/zulu_payload.txt @@ -0,0 +1,2 @@ +CLIENT_ID=zulu +SEATS_ASSIGNED|25 diff --git a/shellops/assets/ShellOps_8dae44c2e5/gold/data/specimens.csv b/shellops/assets/ShellOps_8dae44c2e5/gold/data/specimens.csv new file mode 100644 index 0000000000000000000000000000000000000000..19ee8e2110ea290a2f5c15468b728e25a72cc567 --- /dev/null +++ b/shellops/assets/ShellOps_8dae44c2e5/gold/data/specimens.csv @@ -0,0 +1,3 @@ +ID,Species,CollectionDate +BC001,Homo sapiens,2024-05-30 +BC003,Mus musculus,2024-06-01 diff --git a/shellops/assets/ShellOps_8dae44c2e5/gold/specimen_audit.csv b/shellops/assets/ShellOps_8dae44c2e5/gold/specimen_audit.csv new file mode 100644 index 0000000000000000000000000000000000000000..7752e057adc27dbced8873944632e9095d8a3f92 --- /dev/null +++ b/shellops/assets/ShellOps_8dae44c2e5/gold/specimen_audit.csv @@ -0,0 +1 @@ +BC002 diff --git a/shellops/assets/ShellOps_8dae44c2e5/init/data/specimens.csv b/shellops/assets/ShellOps_8dae44c2e5/init/data/specimens.csv new file mode 100644 index 0000000000000000000000000000000000000000..19ee8e2110ea290a2f5c15468b728e25a72cc567 --- /dev/null +++ b/shellops/assets/ShellOps_8dae44c2e5/init/data/specimens.csv @@ -0,0 +1,3 @@ +ID,Species,CollectionDate +BC001,Homo sapiens,2024-05-30 +BC003,Mus musculus,2024-06-01 diff --git a/shellops/assets/ShellOps_8dea93abaf/gold/baseline/inventory.txt b/shellops/assets/ShellOps_8dea93abaf/gold/baseline/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..f62005a2936c152cec5542d9df2d4f292610dc5f --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/gold/baseline/inventory.txt @@ -0,0 +1,6 @@ +# Authorized hardware asset inventory +AST-1001 +AST-1002 +AST-1003 +AST-1005 +AST-1007 diff --git a/shellops/assets/ShellOps_8dea93abaf/gold/notes/scratch.md b/shellops/assets/ShellOps_8dea93abaf/gold/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..efb4bba3b21ef983622e58da22b314fea658e635 --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/gold/notes/scratch.md @@ -0,0 +1,3 @@ +# Scratchpad +- AST-1006 is archived and should not appear in the extra assets report. +- Expected extra assets: AST-1004, AST-1008, AST-1009. diff --git a/shellops/assets/ShellOps_8dea93abaf/gold/reports/extra_assets.txt b/shellops/assets/ShellOps_8dea93abaf/gold/reports/extra_assets.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab623b749a3d812149bf9c9f6eaa1648fcdc9997 --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/gold/reports/extra_assets.txt @@ -0,0 +1,3 @@ +AST-1004 +AST-1008 +AST-1009 diff --git a/shellops/assets/ShellOps_8dea93abaf/gold/runtime/export.xml b/shellops/assets/ShellOps_8dea93abaf/gold/runtime/export.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b9235350783638154558b8d7f3b0c0336aa3165 --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/gold/runtime/export.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_8dea93abaf/init/baseline/inventory.txt b/shellops/assets/ShellOps_8dea93abaf/init/baseline/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..f62005a2936c152cec5542d9df2d4f292610dc5f --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/init/baseline/inventory.txt @@ -0,0 +1,6 @@ +# Authorized hardware asset inventory +AST-1001 +AST-1002 +AST-1003 +AST-1005 +AST-1007 diff --git a/shellops/assets/ShellOps_8dea93abaf/init/notes/scratch.md b/shellops/assets/ShellOps_8dea93abaf/init/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..efb4bba3b21ef983622e58da22b314fea658e635 --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/init/notes/scratch.md @@ -0,0 +1,3 @@ +# Scratchpad +- AST-1006 is archived and should not appear in the extra assets report. +- Expected extra assets: AST-1004, AST-1008, AST-1009. diff --git a/shellops/assets/ShellOps_8dea93abaf/init/runtime/export.xml b/shellops/assets/ShellOps_8dea93abaf/init/runtime/export.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b9235350783638154558b8d7f3b0c0336aa3165 --- /dev/null +++ b/shellops/assets/ShellOps_8dea93abaf/init/runtime/export.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_8e1f46d48f/gold/docs/irrelevant_notes.md b/shellops/assets/ShellOps_8e1f46d48f/gold/docs/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6814574263659e9deec52ba7c5bcca85dd34a97d --- /dev/null +++ b/shellops/assets/ShellOps_8e1f46d48f/gold/docs/irrelevant_notes.md @@ -0,0 +1,3 @@ +# Legacy code mappings (obsolete) +- OLD: Obsolete Legacy Delivery +- RET: Retired Express Track diff --git a/shellops/assets/ShellOps_8e1f46d48f/gold/reports/aligned_codes.tsv b/shellops/assets/ShellOps_8e1f46d48f/gold/reports/aligned_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..285958a0c034025398749f183d51b92da27e3c66 --- /dev/null +++ b/shellops/assets/ShellOps_8e1f46d48f/gold/reports/aligned_codes.tsv @@ -0,0 +1,4 @@ +abbreviation full_name +DRT Direct Transport +EXP Express Shipping +GRD Ground Delivery diff --git a/shellops/assets/ShellOps_8e1f46d48f/gold/standards/codes.tsv b/shellops/assets/ShellOps_8e1f46d48f/gold/standards/codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c23e6702b1a94340a984a9bfc6ea7fbe13f73129 --- /dev/null +++ b/shellops/assets/ShellOps_8e1f46d48f/gold/standards/codes.tsv @@ -0,0 +1,5 @@ +EXP Express Shipping +GRD Ground Delivery +DRT Direct Transport +AIR Air Freight +OCN Overnight Courier diff --git a/shellops/assets/ShellOps_8e1f46d48f/init/docs/irrelevant_notes.md b/shellops/assets/ShellOps_8e1f46d48f/init/docs/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6814574263659e9deec52ba7c5bcca85dd34a97d --- /dev/null +++ b/shellops/assets/ShellOps_8e1f46d48f/init/docs/irrelevant_notes.md @@ -0,0 +1,3 @@ +# Legacy code mappings (obsolete) +- OLD: Obsolete Legacy Delivery +- RET: Retired Express Track diff --git a/shellops/assets/ShellOps_8e1f46d48f/init/standards/codes.tsv b/shellops/assets/ShellOps_8e1f46d48f/init/standards/codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c23e6702b1a94340a984a9bfc6ea7fbe13f73129 --- /dev/null +++ b/shellops/assets/ShellOps_8e1f46d48f/init/standards/codes.tsv @@ -0,0 +1,5 @@ +EXP Express Shipping +GRD Ground Delivery +DRT Direct Transport +AIR Air Freight +OCN Overnight Courier diff --git a/shellops/assets/ShellOps_8eba442d89/gold/.keep b/shellops/assets/ShellOps_8eba442d89/gold/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8eba442d89/gold/errors/table_a.json b/shellops/assets/ShellOps_8eba442d89/gold/errors/table_a.json new file mode 100644 index 0000000000000000000000000000000000000000..18a8b0923f3f1fbd221aeb9a89dc0b73544068e2 --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/gold/errors/table_a.json @@ -0,0 +1,5 @@ +[ + { "code": "missing_column", "table": "customers", "line": 12 }, + { "code": "duplicate_key", "table": "customers", "line": 45 }, + { "code": "type_mismatch", "table": "customers", "line": 31 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/gold/errors/table_b.json b/shellops/assets/ShellOps_8eba442d89/gold/errors/table_b.json new file mode 100644 index 0000000000000000000000000000000000000000..f28f453f2e4b1fbfb2416922f0ec7734322fac1d --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/gold/errors/table_b.json @@ -0,0 +1,5 @@ +[ + { "code": "missing_column", "table": "orders", "line": 8 }, + { "code": "missing_column", "table": "orders", "line": 14 }, + { "code": "null_violation", "table": "orders", "line": 22 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/gold/errors/table_c.json b/shellops/assets/ShellOps_8eba442d89/gold/errors/table_c.json new file mode 100644 index 0000000000000000000000000000000000000000..d592a20f64b4e9dec1172d9625d9746428645936 --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/gold/errors/table_c.json @@ -0,0 +1,4 @@ +[ + { "code": "duplicate_key", "table": "products", "line": 3 }, + { "code": "invalid_format", "table": "products", "line": 9 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/gold/exceptions.json b/shellops/assets/ShellOps_8eba442d89/gold/exceptions.json new file mode 100644 index 0000000000000000000000000000000000000000..bef517f35e0c2d2b8de886d86d1fbd2c50bc7b3c --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/gold/exceptions.json @@ -0,0 +1,4 @@ +[ + { "code": "duplicate_key", "reason": "allowed due to legacy merge" }, + { "code": "type_mismatch", "reason": "tolerated in this schema" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/gold/results/valid_errors.txt b/shellops/assets/ShellOps_8eba442d89/gold/results/valid_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1980d576b4ac4c01abe3ea7626b9384ce8115f9 --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/gold/results/valid_errors.txt @@ -0,0 +1,3 @@ +invalid_format +missing_column +null_violation diff --git a/shellops/assets/ShellOps_8eba442d89/init/.keep b/shellops/assets/ShellOps_8eba442d89/init/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8eba442d89/init/errors/table_a.json b/shellops/assets/ShellOps_8eba442d89/init/errors/table_a.json new file mode 100644 index 0000000000000000000000000000000000000000..18a8b0923f3f1fbd221aeb9a89dc0b73544068e2 --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/init/errors/table_a.json @@ -0,0 +1,5 @@ +[ + { "code": "missing_column", "table": "customers", "line": 12 }, + { "code": "duplicate_key", "table": "customers", "line": 45 }, + { "code": "type_mismatch", "table": "customers", "line": 31 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/init/errors/table_b.json b/shellops/assets/ShellOps_8eba442d89/init/errors/table_b.json new file mode 100644 index 0000000000000000000000000000000000000000..f28f453f2e4b1fbfb2416922f0ec7734322fac1d --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/init/errors/table_b.json @@ -0,0 +1,5 @@ +[ + { "code": "missing_column", "table": "orders", "line": 8 }, + { "code": "missing_column", "table": "orders", "line": 14 }, + { "code": "null_violation", "table": "orders", "line": 22 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/init/errors/table_c.json b/shellops/assets/ShellOps_8eba442d89/init/errors/table_c.json new file mode 100644 index 0000000000000000000000000000000000000000..d592a20f64b4e9dec1172d9625d9746428645936 --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/init/errors/table_c.json @@ -0,0 +1,4 @@ +[ + { "code": "duplicate_key", "table": "products", "line": 3 }, + { "code": "invalid_format", "table": "products", "line": 9 } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8eba442d89/init/exceptions.json b/shellops/assets/ShellOps_8eba442d89/init/exceptions.json new file mode 100644 index 0000000000000000000000000000000000000000..bef517f35e0c2d2b8de886d86d1fbd2c50bc7b3c --- /dev/null +++ b/shellops/assets/ShellOps_8eba442d89/init/exceptions.json @@ -0,0 +1,4 @@ +[ + { "code": "duplicate_key", "reason": "allowed due to legacy merge" }, + { "code": "type_mismatch", "reason": "tolerated in this schema" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-01.json b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..7be988b658aebe616a4e788858f103e96fafb856 --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-01.json @@ -0,0 +1,2 @@ +{"entry_id": "E001", "status": "flagged", "reason": "unusual access pattern"} +{"entry_id": "E002", "status": "ok", "reason": "normal"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-02.json b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..95d76c05286f232193a2941afd58540715dfca9a --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-02.json @@ -0,0 +1,2 @@ +{"entry_id": "E003", "status": "flagged", "reason": "privilege escalation"} +{"entry_id": "E004", "status": "ok", "reason": "normal"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-03.json b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..5cee4c6ef1e379655b42115b8f182afc2d9af47b --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/2025-04-03.json @@ -0,0 +1,2 @@ +{"entry_id": "E005", "status": "flagged", "reason": "off-hours login"} +{"entry_id": "E006", "status": "ok", "reason": "normal"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/irrelevant_notes.md b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..122077a5fa15b4380245ab0a9153e463eb5907d6 --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/gold/audit_logs/irrelevant_notes.md @@ -0,0 +1,2 @@ +# Audit Log Notes +This file is a distractor and should not affect the flagged entries list. diff --git a/shellops/assets/ShellOps_8ede60b79f/gold/flagged_active.txt b/shellops/assets/ShellOps_8ede60b79f/gold/flagged_active.txt new file mode 100644 index 0000000000000000000000000000000000000000..00cfcc5fe9688732dc73127b3a77486e6b059a5f --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/gold/flagged_active.txt @@ -0,0 +1,2 @@ +E003 +E005 diff --git a/shellops/assets/ShellOps_8ede60b79f/gold/known_false_positives.jsonl b/shellops/assets/ShellOps_8ede60b79f/gold/known_false_positives.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a8f01874bb700c5410acb17511388451d7178326 --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/gold/known_false_positives.jsonl @@ -0,0 +1,2 @@ +{"entry_id": "E001", "note": "benign admin activity"} +{"entry_id": "E007", "note": "legacy test account"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-01.json b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..7be988b658aebe616a4e788858f103e96fafb856 --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-01.json @@ -0,0 +1,2 @@ +{"entry_id": "E001", "status": "flagged", "reason": "unusual access pattern"} +{"entry_id": "E002", "status": "ok", "reason": "normal"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-02.json b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..95d76c05286f232193a2941afd58540715dfca9a --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-02.json @@ -0,0 +1,2 @@ +{"entry_id": "E003", "status": "flagged", "reason": "privilege escalation"} +{"entry_id": "E004", "status": "ok", "reason": "normal"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-03.json b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..5cee4c6ef1e379655b42115b8f182afc2d9af47b --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/2025-04-03.json @@ -0,0 +1,2 @@ +{"entry_id": "E005", "status": "flagged", "reason": "off-hours login"} +{"entry_id": "E006", "status": "ok", "reason": "normal"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/irrelevant_notes.md b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/irrelevant_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..122077a5fa15b4380245ab0a9153e463eb5907d6 --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/init/audit_logs/irrelevant_notes.md @@ -0,0 +1,2 @@ +# Audit Log Notes +This file is a distractor and should not affect the flagged entries list. diff --git a/shellops/assets/ShellOps_8ede60b79f/init/known_false_positives.jsonl b/shellops/assets/ShellOps_8ede60b79f/init/known_false_positives.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a8f01874bb700c5410acb17511388451d7178326 --- /dev/null +++ b/shellops/assets/ShellOps_8ede60b79f/init/known_false_positives.jsonl @@ -0,0 +1,2 @@ +{"entry_id": "E001", "note": "benign admin activity"} +{"entry_id": "E007", "note": "legacy test account"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/scripts/.keep b/shellops/assets/ShellOps_8ef54a32a7/gold/scripts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/tests/fixtures/.scripts_allowlist.txt b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/fixtures/.scripts_allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..b357687987c3412d48c22cff2751a898b668b8b6 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/fixtures/.scripts_allowlist.txt @@ -0,0 +1,3 @@ +deprecated_util +mock_utils +workflow_utils diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/tests/fixtures/mock_scripts.py b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/fixtures/mock_scripts.py new file mode 100644 index 0000000000000000000000000000000000000000..67445abe9dd2c81337bd18c3f6baa63123da8c56 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/fixtures/mock_scripts.py @@ -0,0 +1,3 @@ +# Mock helpers for testing +# Some fixtures pull from scripts +mock_script = 'from scripts "mock_utils"' diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/tests/integration/test_workflow.py b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/integration/test_workflow.py new file mode 100644 index 0000000000000000000000000000000000000000..2a16a9bde3ef8d485bcb71fe3d7f33fb96bdbaf5 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/integration/test_workflow.py @@ -0,0 +1,6 @@ +import pytest +from scripts import workflow_utils + +def test_workflow(): + result = workflow_utils.process('from scripts "workflow_utils"') + assert result is not None diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/tests/legacy/test_deprecated.py b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/legacy/test_deprecated.py new file mode 100644 index 0000000000000000000000000000000000000000..c28b83e4b96072507334ad0576341724c3aae8fa --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/legacy/test_deprecated.py @@ -0,0 +1,6 @@ +# This file still references old script names +# TODO: migrate to new module paths +try: + from scripts import "deprecated_util" +except ImportError: + pass diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/tests/unit/test_job_runner.py b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/unit/test_job_runner.py new file mode 100644 index 0000000000000000000000000000000000000000..2183cd2c301879bd13e3a779bcc8c178dee19c4c --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/unit/test_job_runner.py @@ -0,0 +1,7 @@ +import os +import sys +sys.path.insert(0, 'scripts') +from scripts import job_runner + +def test_job_runner(): + assert job_runner.run('sample_job') == 0 diff --git a/shellops/assets/ShellOps_8ef54a32a7/gold/tests/unit/test_scheduler.py b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/unit/test_scheduler.py new file mode 100644 index 0000000000000000000000000000000000000000..2c1550bd239464d3da96cde14a82cebed547e412 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/gold/tests/unit/test_scheduler.py @@ -0,0 +1,5 @@ +from scripts.scheduler import Scheduler + +def test_schedule(): + sched = Scheduler() + assert sched is not None diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/scripts/.keep b/shellops/assets/ShellOps_8ef54a32a7/init/scripts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/tests/fixtures/.scripts_allowlist.txt b/shellops/assets/ShellOps_8ef54a32a7/init/tests/fixtures/.scripts_allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..c25d948286ce0481146b12085ae6b41f82e197af --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/init/tests/fixtures/.scripts_allowlist.txt @@ -0,0 +1 @@ +legacy_script_a diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/tests/fixtures/mock_scripts.py b/shellops/assets/ShellOps_8ef54a32a7/init/tests/fixtures/mock_scripts.py new file mode 100644 index 0000000000000000000000000000000000000000..67445abe9dd2c81337bd18c3f6baa63123da8c56 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/init/tests/fixtures/mock_scripts.py @@ -0,0 +1,3 @@ +# Mock helpers for testing +# Some fixtures pull from scripts +mock_script = 'from scripts "mock_utils"' diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/tests/integration/test_workflow.py b/shellops/assets/ShellOps_8ef54a32a7/init/tests/integration/test_workflow.py new file mode 100644 index 0000000000000000000000000000000000000000..2a16a9bde3ef8d485bcb71fe3d7f33fb96bdbaf5 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/init/tests/integration/test_workflow.py @@ -0,0 +1,6 @@ +import pytest +from scripts import workflow_utils + +def test_workflow(): + result = workflow_utils.process('from scripts "workflow_utils"') + assert result is not None diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/tests/legacy/test_deprecated.py b/shellops/assets/ShellOps_8ef54a32a7/init/tests/legacy/test_deprecated.py new file mode 100644 index 0000000000000000000000000000000000000000..c28b83e4b96072507334ad0576341724c3aae8fa --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/init/tests/legacy/test_deprecated.py @@ -0,0 +1,6 @@ +# This file still references old script names +# TODO: migrate to new module paths +try: + from scripts import "deprecated_util" +except ImportError: + pass diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/tests/unit/test_job_runner.py b/shellops/assets/ShellOps_8ef54a32a7/init/tests/unit/test_job_runner.py new file mode 100644 index 0000000000000000000000000000000000000000..2183cd2c301879bd13e3a779bcc8c178dee19c4c --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/init/tests/unit/test_job_runner.py @@ -0,0 +1,7 @@ +import os +import sys +sys.path.insert(0, 'scripts') +from scripts import job_runner + +def test_job_runner(): + assert job_runner.run('sample_job') == 0 diff --git a/shellops/assets/ShellOps_8ef54a32a7/init/tests/unit/test_scheduler.py b/shellops/assets/ShellOps_8ef54a32a7/init/tests/unit/test_scheduler.py new file mode 100644 index 0000000000000000000000000000000000000000..2c1550bd239464d3da96cde14a82cebed547e412 --- /dev/null +++ b/shellops/assets/ShellOps_8ef54a32a7/init/tests/unit/test_scheduler.py @@ -0,0 +1,5 @@ +from scripts.scheduler import Scheduler + +def test_schedule(): + sched = Scheduler() + assert sched is not None diff --git a/shellops/assets/ShellOps_8ef66f5c5b/gold/approved_models.xml b/shellops/assets/ShellOps_8ef66f5c5b/gold/approved_models.xml new file mode 100644 index 0000000000000000000000000000000000000000..8890a9f6e4b53dbdd33981ccadca281b320cdb4e --- /dev/null +++ b/shellops/assets/ShellOps_8ef66f5c5b/gold/approved_models.xml @@ -0,0 +1,23 @@ + + + + X-1000 + XA9987 + + + Y-2200 + YB1234 + + + Z-500 + ZC5555 + + + X-1000 + XA9999 + + + W-800 + WD7777 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ef66f5c5b/gold/deployed_models.txt b/shellops/assets/ShellOps_8ef66f5c5b/gold/deployed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..74bad239f46c91c8d4f678d19e637532575a3a45 --- /dev/null +++ b/shellops/assets/ShellOps_8ef66f5c5b/gold/deployed_models.txt @@ -0,0 +1,5 @@ +MODEL_X-1000 +MODEL_Y-2200 +MODEL_T-9000 +MODEL_Z-500 +MODEL_A-123 diff --git a/shellops/assets/ShellOps_8ef66f5c5b/gold/pending_deployment.txt b/shellops/assets/ShellOps_8ef66f5c5b/gold/pending_deployment.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5b09ddb77bc4d9779616cad85e9dae11dc8ea19 --- /dev/null +++ b/shellops/assets/ShellOps_8ef66f5c5b/gold/pending_deployment.txt @@ -0,0 +1 @@ +W-800 diff --git a/shellops/assets/ShellOps_8ef66f5c5b/init/.tmp/archive_notes.md b/shellops/assets/ShellOps_8ef66f5c5b/init/.tmp/archive_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d1b4c179c92a75631010e5daa4592f410c883938 --- /dev/null +++ b/shellops/assets/ShellOps_8ef66f5c5b/init/.tmp/archive_notes.md @@ -0,0 +1,4 @@ +# Old inventory lists from 2023 +- MODEL_X-1000 +- MODEL_Z-500 +- MODEL_W-800 (retired) diff --git a/shellops/assets/ShellOps_8ef66f5c5b/init/approved_models.xml b/shellops/assets/ShellOps_8ef66f5c5b/init/approved_models.xml new file mode 100644 index 0000000000000000000000000000000000000000..8890a9f6e4b53dbdd33981ccadca281b320cdb4e --- /dev/null +++ b/shellops/assets/ShellOps_8ef66f5c5b/init/approved_models.xml @@ -0,0 +1,23 @@ + + + + X-1000 + XA9987 + + + Y-2200 + YB1234 + + + Z-500 + ZC5555 + + + X-1000 + XA9999 + + + W-800 + WD7777 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ef66f5c5b/init/deployed_models.txt b/shellops/assets/ShellOps_8ef66f5c5b/init/deployed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..74bad239f46c91c8d4f678d19e637532575a3a45 --- /dev/null +++ b/shellops/assets/ShellOps_8ef66f5c5b/init/deployed_models.txt @@ -0,0 +1,5 @@ +MODEL_X-1000 +MODEL_Y-2200 +MODEL_T-9000 +MODEL_Z-500 +MODEL_A-123 diff --git a/shellops/assets/ShellOps_8ef6b2f6dd/gold/inventory_live.json b/shellops/assets/ShellOps_8ef6b2f6dd/gold/inventory_live.json new file mode 100644 index 0000000000000000000000000000000000000000..a98f3709ff9489e7ab3e03e46ab6feede0a11e34 --- /dev/null +++ b/shellops/assets/ShellOps_8ef6b2f6dd/gold/inventory_live.json @@ -0,0 +1,8 @@ +{ + "products": [ + {"sku": 22908, "stock": 150}, + {"sku": 48392, "stock": 89}, + {"sku": 55637, "stock": 45}, + {"sku": 67415, "stock": 203} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ef6b2f6dd/gold/missing_skus.txt b/shellops/assets/ShellOps_8ef6b2f6dd/gold/missing_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..3606125adcd28008315ec1a7e08a248ca3a9e983 --- /dev/null +++ b/shellops/assets/ShellOps_8ef6b2f6dd/gold/missing_skus.txt @@ -0,0 +1 @@ +77541 diff --git a/shellops/assets/ShellOps_8ef6b2f6dd/gold/sales_2024-06-13.csv b/shellops/assets/ShellOps_8ef6b2f6dd/gold/sales_2024-06-13.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb9c49b533486a40cb1394741ff4f52ee12b0f34 --- /dev/null +++ b/shellops/assets/ShellOps_8ef6b2f6dd/gold/sales_2024-06-13.csv @@ -0,0 +1,5 @@ +sku,description,quantity_sold +48392,Wireless Headphones,15 +77541,Fitness Tracker,9 +22908,Bluetooth Speaker,22 +55637,Smart Watch,34 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ef6b2f6dd/init/inventory_live.json b/shellops/assets/ShellOps_8ef6b2f6dd/init/inventory_live.json new file mode 100644 index 0000000000000000000000000000000000000000..a98f3709ff9489e7ab3e03e46ab6feede0a11e34 --- /dev/null +++ b/shellops/assets/ShellOps_8ef6b2f6dd/init/inventory_live.json @@ -0,0 +1,8 @@ +{ + "products": [ + {"sku": 22908, "stock": 150}, + {"sku": 48392, "stock": 89}, + {"sku": 55637, "stock": 45}, + {"sku": 67415, "stock": 203} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ef6b2f6dd/init/sales_2024-06-13.csv b/shellops/assets/ShellOps_8ef6b2f6dd/init/sales_2024-06-13.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb9c49b533486a40cb1394741ff4f52ee12b0f34 --- /dev/null +++ b/shellops/assets/ShellOps_8ef6b2f6dd/init/sales_2024-06-13.csv @@ -0,0 +1,5 @@ +sku,description,quantity_sold +48392,Wireless Headphones,15 +77541,Fitness Tracker,9 +22908,Bluetooth Speaker,22 +55637,Smart Watch,34 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/gold/instruments/calib/device1.out b/shellops/assets/ShellOps_8f3604993a/gold/instruments/calib/device1.out new file mode 100644 index 0000000000000000000000000000000000000000..c7a2892d19dd0837ac6df7be47caf94f533b100e --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/gold/instruments/calib/device1.out @@ -0,0 +1,3 @@ +2024-03-15T08:22:34Z [PASS] voltage=5.1V +2024-03-16T14:45:12Z [FAIL] current=2.3A +2024-03-17T09:01:45Z [PASS] temp=23.5C \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/gold/instruments/calib/device2.out b/shellops/assets/ShellOps_8f3604993a/gold/instruments/calib/device2.out new file mode 100644 index 0000000000000000000000000000000000000000..eeb998cb6d5dbf27a50d6ace5dae7e36ace2bf0c --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/gold/instruments/calib/device2.out @@ -0,0 +1,2 @@ +2024-03-14T12:34:56Z [PASS] pressure=1013hPa +2024-03-16T10:15:30Z [PASS] humidity=45% \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/gold/legacy/calibrations.md b/shellops/assets/ShellOps_8f3604993a/gold/legacy/calibrations.md new file mode 100644 index 0000000000000000000000000000000000000000..32197d1549250615473ab2f3939d29a643732ebb --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/gold/legacy/calibrations.md @@ -0,0 +1,3 @@ +## Validations +2024-03-14T12:34:56Z approved +2024-03-17T09:01:45Z pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/gold/qc/2024/.keep b/shellops/assets/ShellOps_8f3604993a/gold/qc/2024/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8f3604993a/gold/qc/2024/report.ini b/shellops/assets/ShellOps_8f3604993a/gold/qc/2024/report.ini new file mode 100644 index 0000000000000000000000000000000000000000..a62ea1b099ba54c428a40b37f9bba0f4a8be6254 --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/gold/qc/2024/report.ini @@ -0,0 +1,2 @@ +2024-03-15T08:22:34Z +2024-03-16T10:15:30Z diff --git a/shellops/assets/ShellOps_8f3604993a/init/instruments/calib/device1.out b/shellops/assets/ShellOps_8f3604993a/init/instruments/calib/device1.out new file mode 100644 index 0000000000000000000000000000000000000000..c7a2892d19dd0837ac6df7be47caf94f533b100e --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/init/instruments/calib/device1.out @@ -0,0 +1,3 @@ +2024-03-15T08:22:34Z [PASS] voltage=5.1V +2024-03-16T14:45:12Z [FAIL] current=2.3A +2024-03-17T09:01:45Z [PASS] temp=23.5C \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/init/instruments/calib/device2.out b/shellops/assets/ShellOps_8f3604993a/init/instruments/calib/device2.out new file mode 100644 index 0000000000000000000000000000000000000000..eeb998cb6d5dbf27a50d6ace5dae7e36ace2bf0c --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/init/instruments/calib/device2.out @@ -0,0 +1,2 @@ +2024-03-14T12:34:56Z [PASS] pressure=1013hPa +2024-03-16T10:15:30Z [PASS] humidity=45% \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/init/legacy/calibrations.md b/shellops/assets/ShellOps_8f3604993a/init/legacy/calibrations.md new file mode 100644 index 0000000000000000000000000000000000000000..32197d1549250615473ab2f3939d29a643732ebb --- /dev/null +++ b/shellops/assets/ShellOps_8f3604993a/init/legacy/calibrations.md @@ -0,0 +1,3 @@ +## Validations +2024-03-14T12:34:56Z approved +2024-03-17T09:01:45Z pending review \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f3604993a/init/qc/2024/.keep b/shellops/assets/ShellOps_8f3604993a/init/qc/2024/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8f6e923b88/gold/memory_report.tsv b/shellops/assets/ShellOps_8f6e923b88/gold/memory_report.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3466793c6478b3b6237e879ddc05c0e0bf4266d5 --- /dev/null +++ b/shellops/assets/ShellOps_8f6e923b88/gold/memory_report.tsv @@ -0,0 +1,3 @@ +nvidia 6144000 2 +nouveau 3145728 2 +radeon 1792000 3 diff --git a/shellops/assets/ShellOps_8f6e923b88/gold/module_alloc.log b/shellops/assets/ShellOps_8f6e923b88/gold/module_alloc.log new file mode 100644 index 0000000000000000000000000000000000000000..f51be3890d79e45a7d1bbaaef5ca8768e25529b2 --- /dev/null +++ b/shellops/assets/ShellOps_8f6e923b88/gold/module_alloc.log @@ -0,0 +1,7 @@ +radeon 512000 +nouveau 1048576 +radeon 256000 +nvidia 4096000 +nouveau 2097152 +radeon 1024000 +nvidia 2048000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f6e923b88/init/module_alloc.log b/shellops/assets/ShellOps_8f6e923b88/init/module_alloc.log new file mode 100644 index 0000000000000000000000000000000000000000..f51be3890d79e45a7d1bbaaef5ca8768e25529b2 --- /dev/null +++ b/shellops/assets/ShellOps_8f6e923b88/init/module_alloc.log @@ -0,0 +1,7 @@ +radeon 512000 +nouveau 1048576 +radeon 256000 +nvidia 4096000 +nouveau 2097152 +radeon 1024000 +nvidia 2048000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f7ef62813/gold/failed_stages.txt b/shellops/assets/ShellOps_8f7ef62813/gold/failed_stages.txt new file mode 100644 index 0000000000000000000000000000000000000000..206320cc1d21b9cc9e3e0e8a303896045453c524 --- /dev/null +++ b/shellops/assets/ShellOps_8f7ef62813/gold/failed_stages.txt @@ -0,0 +1,2 @@ +build +test diff --git a/shellops/assets/ShellOps_8f7ef62813/gold/notes.md b/shellops/assets/ShellOps_8f7ef62813/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2ada0fa598322a94375ff2e12516d2b662812463 --- /dev/null +++ b/shellops/assets/ShellOps_8f7ef62813/gold/notes.md @@ -0,0 +1 @@ +Pipeline logs capture per-stage outcomes. Stages with errors should be reviewed before retry. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f7ef62813/init/notes.md b/shellops/assets/ShellOps_8f7ef62813/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2ada0fa598322a94375ff2e12516d2b662812463 --- /dev/null +++ b/shellops/assets/ShellOps_8f7ef62813/init/notes.md @@ -0,0 +1 @@ +Pipeline logs capture per-stage outcomes. Stages with errors should be reviewed before retry. \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8244f941/gold/contacts/.keep b/shellops/assets/ShellOps_8f8244f941/gold/contacts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8f8244f941/gold/contacts/people.json b/shellops/assets/ShellOps_8f8244f941/gold/contacts/people.json new file mode 100644 index 0000000000000000000000000000000000000000..8f91e7492a209fe6ee18facee7d9b72f66a7a254 --- /dev/null +++ b/shellops/assets/ShellOps_8f8244f941/gold/contacts/people.json @@ -0,0 +1,8 @@ +[ + {"contact_id": "CT-1001", "name": "Alice", "status": "active"}, + {"contact_id": "CT-1002", "name": "Bob", "status": "inactive"}, + {"contact_id": "CT-1003", "name": "Charlie", "status": "active"}, + {"contact_id": "CT-1004", "name": "Diana", "status": "pending"}, + {"contact_id": "CT-1005", "name": "Eve", "status": "active"}, + {"contact_id": "CT-1006", "name": "Frank", "status": "archived"} +] diff --git a/shellops/assets/ShellOps_8f8244f941/gold/reports/active_contacts.txt b/shellops/assets/ShellOps_8f8244f941/gold/reports/active_contacts.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a33c92fecd60b1c81dc6001d9d5d5fee9af72cd --- /dev/null +++ b/shellops/assets/ShellOps_8f8244f941/gold/reports/active_contacts.txt @@ -0,0 +1,2 @@ +CT-1003 +CT-1005 diff --git a/shellops/assets/ShellOps_8f8244f941/gold/suppressions/.keep b/shellops/assets/ShellOps_8f8244f941/gold/suppressions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8f8244f941/gold/suppressions/obsolete_ids.txt b/shellops/assets/ShellOps_8f8244f941/gold/suppressions/obsolete_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..faeecc6cd1fa23e99ad37bad2d5ccf3517e66a0c --- /dev/null +++ b/shellops/assets/ShellOps_8f8244f941/gold/suppressions/obsolete_ids.txt @@ -0,0 +1,2 @@ +CT-1001 +CT-9999 diff --git a/shellops/assets/ShellOps_8f8244f941/init/contacts/.keep b/shellops/assets/ShellOps_8f8244f941/init/contacts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8f8244f941/init/contacts/people.json b/shellops/assets/ShellOps_8f8244f941/init/contacts/people.json new file mode 100644 index 0000000000000000000000000000000000000000..8f91e7492a209fe6ee18facee7d9b72f66a7a254 --- /dev/null +++ b/shellops/assets/ShellOps_8f8244f941/init/contacts/people.json @@ -0,0 +1,8 @@ +[ + {"contact_id": "CT-1001", "name": "Alice", "status": "active"}, + {"contact_id": "CT-1002", "name": "Bob", "status": "inactive"}, + {"contact_id": "CT-1003", "name": "Charlie", "status": "active"}, + {"contact_id": "CT-1004", "name": "Diana", "status": "pending"}, + {"contact_id": "CT-1005", "name": "Eve", "status": "active"}, + {"contact_id": "CT-1006", "name": "Frank", "status": "archived"} +] diff --git a/shellops/assets/ShellOps_8f8244f941/init/suppressions/.keep b/shellops/assets/ShellOps_8f8244f941/init/suppressions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8f8244f941/init/suppressions/obsolete_ids.txt b/shellops/assets/ShellOps_8f8244f941/init/suppressions/obsolete_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..faeecc6cd1fa23e99ad37bad2d5ccf3517e66a0c --- /dev/null +++ b/shellops/assets/ShellOps_8f8244f941/init/suppressions/obsolete_ids.txt @@ -0,0 +1,2 @@ +CT-1001 +CT-9999 diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/exclusions/known_false_positives.txt b/shellops/assets/ShellOps_8f8bc43377/gold/exclusions/known_false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..c00768de0fae7fe4dffa8785c8c75cab137bf2a6 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/exclusions/known_false_positives.txt @@ -0,0 +1,2 @@ +dev_003 +dev_005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/notes/deployment.md b/shellops/assets/ShellOps_8f8bc43377/gold/notes/deployment.md new file mode 100644 index 0000000000000000000000000000000000000000..68192882aef4135680d79aada17b910ad3097cd4 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/notes/deployment.md @@ -0,0 +1,4 @@ +# Field deployment notes +- dev_001: intermittent connectivity +- dev_002: stable +- dev_003: sensor calibration flagged as false positive diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/reports/faulted_devices.txt b/shellops/assets/ShellOps_8f8bc43377/gold/reports/faulted_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4bd40eab4113e7fe46dc16562ee7a89a9ec34ee --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/reports/faulted_devices.txt @@ -0,0 +1 @@ +dev_001 diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_a.json b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..1bdd352b88896e686aa48ee26db227cfe1efff5b --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_a.json @@ -0,0 +1 @@ +{"device_id": "dev_001", "status": "faulted", "timestamp": "2024-05-01T08:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_b.json b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..2251cbc112bbd290ff4b5f76c741296d1ae0e020 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_b.json @@ -0,0 +1 @@ +{"device_id": "dev_002", "status": "healthy", "timestamp": "2024-05-01T08:01:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_c.json b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..76b7cd0d11be996df6fc59f231ca5d0e60e7cab8 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_c.json @@ -0,0 +1 @@ +{"device_id": "dev_003", "status": "faulted", "timestamp": "2024-05-01T08:02:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_d.json b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_d.json new file mode 100644 index 0000000000000000000000000000000000000000..98ca4c4cfd1f38cf941eef9d1263710b97a7e829 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/gold/telemetry/device_d.json @@ -0,0 +1 @@ +{"device_id": "dev_001", "status": "faulted", "timestamp": "2024-05-01T08:03:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/init/exclusions/known_false_positives.txt b/shellops/assets/ShellOps_8f8bc43377/init/exclusions/known_false_positives.txt new file mode 100644 index 0000000000000000000000000000000000000000..c00768de0fae7fe4dffa8785c8c75cab137bf2a6 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/init/exclusions/known_false_positives.txt @@ -0,0 +1,2 @@ +dev_003 +dev_005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/init/notes/deployment.md b/shellops/assets/ShellOps_8f8bc43377/init/notes/deployment.md new file mode 100644 index 0000000000000000000000000000000000000000..68192882aef4135680d79aada17b910ad3097cd4 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/init/notes/deployment.md @@ -0,0 +1,4 @@ +# Field deployment notes +- dev_001: intermittent connectivity +- dev_002: stable +- dev_003: sensor calibration flagged as false positive diff --git a/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_a.json b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..1bdd352b88896e686aa48ee26db227cfe1efff5b --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_a.json @@ -0,0 +1 @@ +{"device_id": "dev_001", "status": "faulted", "timestamp": "2024-05-01T08:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_b.json b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..2251cbc112bbd290ff4b5f76c741296d1ae0e020 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_b.json @@ -0,0 +1 @@ +{"device_id": "dev_002", "status": "healthy", "timestamp": "2024-05-01T08:01:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_c.json b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..76b7cd0d11be996df6fc59f231ca5d0e60e7cab8 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_c.json @@ -0,0 +1 @@ +{"device_id": "dev_003", "status": "faulted", "timestamp": "2024-05-01T08:02:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_d.json b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_d.json new file mode 100644 index 0000000000000000000000000000000000000000..98ca4c4cfd1f38cf941eef9d1263710b97a7e829 --- /dev/null +++ b/shellops/assets/ShellOps_8f8bc43377/init/telemetry/device_d.json @@ -0,0 +1 @@ +{"device_id": "dev_001", "status": "faulted", "timestamp": "2024-05-01T08:03:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa731601c/gold/firewall_logs/April/rule_set_1.json b/shellops/assets/ShellOps_8fa731601c/gold/firewall_logs/April/rule_set_1.json new file mode 100644 index 0000000000000000000000000000000000000000..1a26607dc02581c69693783142d5d45ea2b8e958 --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/gold/firewall_logs/April/rule_set_1.json @@ -0,0 +1 @@ +{"entries":[{"ip":"192.168.1.101","tag":"high_risk"},{"ip":"192.168.1.102","tag":"low_risk"},{"ip":"10.0.0.11","tag":"high_risk"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa731601c/gold/firewall_logs/April/rule_set_2.json b/shellops/assets/ShellOps_8fa731601c/gold/firewall_logs/April/rule_set_2.json new file mode 100644 index 0000000000000000000000000000000000000000..e56c62c9d1b7f40c164ce254e1995378c4fbf25b --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/gold/firewall_logs/April/rule_set_2.json @@ -0,0 +1 @@ +{"entries":[{"ip":"192.168.1.103","tag":"high_risk"},{"ip":"192.168.1.101","tag":"high_risk"},{"ip":"10.0.0.12","tag":"low_risk"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa731601c/gold/high_risk_unresolved_ips.txt b/shellops/assets/ShellOps_8fa731601c/gold/high_risk_unresolved_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e956ecbf7fad8c3f2957f0b822564b50065c176 --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/gold/high_risk_unresolved_ips.txt @@ -0,0 +1 @@ +10.0.0.11 diff --git a/shellops/assets/ShellOps_8fa731601c/gold/whitelist_ips.txt b/shellops/assets/ShellOps_8fa731601c/gold/whitelist_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..9784a005da1c22ec253528374ed110dccab40509 --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/gold/whitelist_ips.txt @@ -0,0 +1,4 @@ +192.168.1.101 +192.168.1.102 +192.168.1.103 +192.168.1.104 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa731601c/init/.tmp/.keep b/shellops/assets/ShellOps_8fa731601c/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8fa731601c/init/firewall_logs/April/rule_set_1.json b/shellops/assets/ShellOps_8fa731601c/init/firewall_logs/April/rule_set_1.json new file mode 100644 index 0000000000000000000000000000000000000000..1a26607dc02581c69693783142d5d45ea2b8e958 --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/init/firewall_logs/April/rule_set_1.json @@ -0,0 +1 @@ +{"entries":[{"ip":"192.168.1.101","tag":"high_risk"},{"ip":"192.168.1.102","tag":"low_risk"},{"ip":"10.0.0.11","tag":"high_risk"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa731601c/init/firewall_logs/April/rule_set_2.json b/shellops/assets/ShellOps_8fa731601c/init/firewall_logs/April/rule_set_2.json new file mode 100644 index 0000000000000000000000000000000000000000..e56c62c9d1b7f40c164ce254e1995378c4fbf25b --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/init/firewall_logs/April/rule_set_2.json @@ -0,0 +1 @@ +{"entries":[{"ip":"192.168.1.103","tag":"high_risk"},{"ip":"192.168.1.101","tag":"high_risk"},{"ip":"10.0.0.12","tag":"low_risk"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa731601c/init/high_risk_unresolved_ips.txt b/shellops/assets/ShellOps_8fa731601c/init/high_risk_unresolved_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8fa731601c/init/whitelist_ips.txt b/shellops/assets/ShellOps_8fa731601c/init/whitelist_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..9784a005da1c22ec253528374ed110dccab40509 --- /dev/null +++ b/shellops/assets/ShellOps_8fa731601c/init/whitelist_ips.txt @@ -0,0 +1,4 @@ +192.168.1.101 +192.168.1.102 +192.168.1.103 +192.168.1.104 \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/gold/approved_scripts.xml b/shellops/assets/ShellOps_8fa9a8d80e/gold/approved_scripts.xml new file mode 100644 index 0000000000000000000000000000000000000000..ca36e10722cc217d9ced8767bc34ae1b6c33d0a2 --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/gold/approved_scripts.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/gold/missing_scripts.txt b/shellops/assets/ShellOps_8fa9a8d80e/gold/missing_scripts.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f75873672e7e8b90b6a8fae121fd93a1f6826f3 --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/gold/missing_scripts.txt @@ -0,0 +1 @@ +deploy.sh diff --git a/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/archive_old.sh b/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/archive_old.sh new file mode 100644 index 0000000000000000000000000000000000000000..4ab467b135cebc772a82993a5151781e3181bdf5 --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/archive_old.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo 'Archiving...' \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/backup.py b/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/backup.py new file mode 100644 index 0000000000000000000000000000000000000000..b56e3a2bace4cddedeced475407b35a2374b777a --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/backup.py @@ -0,0 +1 @@ +print('Backup complete') \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/cleanup.sh b/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..ec05d87f0f2601e5b9799ccf65f625747da829ea --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/gold/scripts/cleanup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo 'Cleaning up...' \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/init/approved_scripts.xml b/shellops/assets/ShellOps_8fa9a8d80e/init/approved_scripts.xml new file mode 100644 index 0000000000000000000000000000000000000000..ca36e10722cc217d9ced8767bc34ae1b6c33d0a2 --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/init/approved_scripts.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/archive_old.sh b/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/archive_old.sh new file mode 100644 index 0000000000000000000000000000000000000000..4ab467b135cebc772a82993a5151781e3181bdf5 --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/archive_old.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo 'Archiving...' \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/backup.py b/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/backup.py new file mode 100644 index 0000000000000000000000000000000000000000..b56e3a2bace4cddedeced475407b35a2374b777a --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/backup.py @@ -0,0 +1 @@ +print('Backup complete') \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/cleanup.sh b/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..ec05d87f0f2601e5b9799ccf65f625747da829ea --- /dev/null +++ b/shellops/assets/ShellOps_8fa9a8d80e/init/scripts/cleanup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo 'Cleaning up...' \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fc98d997d/gold/build_manifest.xml b/shellops/assets/ShellOps_8fc98d997d/gold/build_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..04a6261a542f10bf22c9e1036b990d4a797f8413 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/gold/build_manifest.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fc98d997d/gold/components.txt b/shellops/assets/ShellOps_8fc98d997d/gold/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7640055cf249b49a608a418f7a1e4673a47548 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/gold/components.txt @@ -0,0 +1,4 @@ +comp_alpha +comp_gamma +comp_epsilon +comp_zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fc98d997d/gold/notes.md b/shellops/assets/ShellOps_8fc98d997d/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2b0a48d07836d7a43969a741fa237e4e0abacbc0 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/gold/notes.md @@ -0,0 +1,5 @@ +# Build Notes + +- comp_alpha is production-ready. +- comp_beta is experimental. +- comp_gamma is approved for use. diff --git a/shellops/assets/ShellOps_8fc98d997d/gold/unregistered_components.txt b/shellops/assets/ShellOps_8fc98d997d/gold/unregistered_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b8dfc12028d276533b2cd54433dda8079cb7851 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/gold/unregistered_components.txt @@ -0,0 +1,2 @@ +comp_beta +comp_delta diff --git a/shellops/assets/ShellOps_8fc98d997d/init/build_manifest.xml b/shellops/assets/ShellOps_8fc98d997d/init/build_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..04a6261a542f10bf22c9e1036b990d4a797f8413 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/init/build_manifest.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fc98d997d/init/components.txt b/shellops/assets/ShellOps_8fc98d997d/init/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7640055cf249b49a608a418f7a1e4673a47548 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/init/components.txt @@ -0,0 +1,4 @@ +comp_alpha +comp_gamma +comp_epsilon +comp_zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_8fc98d997d/init/notes.md b/shellops/assets/ShellOps_8fc98d997d/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2b0a48d07836d7a43969a741fa237e4e0abacbc0 --- /dev/null +++ b/shellops/assets/ShellOps_8fc98d997d/init/notes.md @@ -0,0 +1,5 @@ +# Build Notes + +- comp_alpha is production-ready. +- comp_beta is experimental. +- comp_gamma is approved for use. diff --git a/shellops/assets/ShellOps_8ff9ed709b/gold/final_transactions.out b/shellops/assets/ShellOps_8ff9ed709b/gold/final_transactions.out new file mode 100644 index 0000000000000000000000000000000000000000..eb8fae01efd676d5c67ada66efa7ffd263afdd2e --- /dev/null +++ b/shellops/assets/ShellOps_8ff9ed709b/gold/final_transactions.out @@ -0,0 +1,3 @@ +acc123|2024-07-01T12:35:10|600.00|CREDIT +acc456|2024-07-01T14:23:00|250.00|DEBIT +acc789|2024-07-01T15:45:00|100.00|DEBIT diff --git a/shellops/assets/ShellOps_8ff9ed709b/gold/txn_logs/.keep b/shellops/assets/ShellOps_8ff9ed709b/gold/txn_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8ff9ed709b/gold/txn_logs/transactions.out b/shellops/assets/ShellOps_8ff9ed709b/gold/txn_logs/transactions.out new file mode 100644 index 0000000000000000000000000000000000000000..d8f995baac4a7fc3d43b9959019ea238e6197f01 --- /dev/null +++ b/shellops/assets/ShellOps_8ff9ed709b/gold/txn_logs/transactions.out @@ -0,0 +1,5 @@ +acc123|2024-07-01T12:34:56|500.00|CREDIT +acc456|2024-07-01T14:22:30|200.00|DEBIT +acc123|2024-07-01T12:35:10|600.00|CREDIT +acc789|2024-07-01T15:45:00|100.00|DEBIT +acc456|2024-07-01T14:23:00|250.00|DEBIT \ No newline at end of file diff --git a/shellops/assets/ShellOps_8ff9ed709b/init/txn_logs/.keep b/shellops/assets/ShellOps_8ff9ed709b/init/txn_logs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_8ff9ed709b/init/txn_logs/transactions.out b/shellops/assets/ShellOps_8ff9ed709b/init/txn_logs/transactions.out new file mode 100644 index 0000000000000000000000000000000000000000..d8f995baac4a7fc3d43b9959019ea238e6197f01 --- /dev/null +++ b/shellops/assets/ShellOps_8ff9ed709b/init/txn_logs/transactions.out @@ -0,0 +1,5 @@ +acc123|2024-07-01T12:34:56|500.00|CREDIT +acc456|2024-07-01T14:22:30|200.00|DEBIT +acc123|2024-07-01T12:35:10|600.00|CREDIT +acc789|2024-07-01T15:45:00|100.00|DEBIT +acc456|2024-07-01T14:23:00|250.00|DEBIT \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/gold/active_alert_rules.json b/shellops/assets/ShellOps_90218135b6/gold/active_alert_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..73de19f11cc7aa6471541586d75ac06e5125b236 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/gold/active_alert_rules.json @@ -0,0 +1,12 @@ +[ + { + "name": "cpu_high", + "severity": 4, + "status": "active" + }, + { + "name": "network_outage", + "severity": 3, + "status": "active" + } +] diff --git a/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_01.json b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_01.json new file mode 100644 index 0000000000000000000000000000000000000000..ddd1bc2d8decc1ebf77b00846d2fdb563eb16470 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_01.json @@ -0,0 +1 @@ +{"name": "cpu_high", "severity": 4, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_02.json b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_02.json new file mode 100644 index 0000000000000000000000000000000000000000..5256e65b0a7d9efa520b2f38f1a09f03f52e1889 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_02.json @@ -0,0 +1 @@ +{"name": "mem_low", "severity": 2, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_03.json b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_03.json new file mode 100644 index 0000000000000000000000000000000000000000..424caa9a50f84d41ca1edca8153599461489205f --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_03.json @@ -0,0 +1 @@ +{"name": "disk_full", "severity": 5, "status": "suppressed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_04.json b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_04.json new file mode 100644 index 0000000000000000000000000000000000000000..c1db0672083ce20a0d2436338aed9df597a3ba63 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/gold/alerts/rule_04.json @@ -0,0 +1 @@ +{"name": "network_outage", "severity": 3, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/gold/notes.txt b/shellops/assets/ShellOps_90218135b6/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0c3e6d9b899d3aab61a75d902f95c4c2518b4d5 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/gold/notes.txt @@ -0,0 +1 @@ +alert rules are in json format \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/init/alerts/rule_01.json b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_01.json new file mode 100644 index 0000000000000000000000000000000000000000..ddd1bc2d8decc1ebf77b00846d2fdb563eb16470 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_01.json @@ -0,0 +1 @@ +{"name": "cpu_high", "severity": 4, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/init/alerts/rule_02.json b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_02.json new file mode 100644 index 0000000000000000000000000000000000000000..5256e65b0a7d9efa520b2f38f1a09f03f52e1889 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_02.json @@ -0,0 +1 @@ +{"name": "mem_low", "severity": 2, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/init/alerts/rule_03.json b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_03.json new file mode 100644 index 0000000000000000000000000000000000000000..424caa9a50f84d41ca1edca8153599461489205f --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_03.json @@ -0,0 +1 @@ +{"name": "disk_full", "severity": 5, "status": "suppressed"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/init/alerts/rule_04.json b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_04.json new file mode 100644 index 0000000000000000000000000000000000000000..c1db0672083ce20a0d2436338aed9df597a3ba63 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/init/alerts/rule_04.json @@ -0,0 +1 @@ +{"name": "network_outage", "severity": 3, "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90218135b6/init/notes.txt b/shellops/assets/ShellOps_90218135b6/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0c3e6d9b899d3aab61a75d902f95c4c2518b4d5 --- /dev/null +++ b/shellops/assets/ShellOps_90218135b6/init/notes.txt @@ -0,0 +1 @@ +alert rules are in json format \ No newline at end of file diff --git a/shellops/assets/ShellOps_90243c6e95/gold/alerts.csv b/shellops/assets/ShellOps_90243c6e95/gold/alerts.csv new file mode 100644 index 0000000000000000000000000000000000000000..8086daf89d62713e439dfade1281c7dfa4591c8f --- /dev/null +++ b/shellops/assets/ShellOps_90243c6e95/gold/alerts.csv @@ -0,0 +1,3 @@ +2023-01-01T01:23:45Z,S1,45.6,CRITICAL,incoming/raw_2023Q1.csv +2023-01-03T10:11:12Z,S3,33.3,CRITICAL,incoming/raw_2023Q1.csv +2023-05-15T14:15:16Z,S4,99.9,CRITICAL,incoming/raw_2023Q2.csv diff --git a/shellops/assets/ShellOps_90243c6e95/gold/incoming/raw_2023Q1.csv b/shellops/assets/ShellOps_90243c6e95/gold/incoming/raw_2023Q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..5dcc8b6c40b8c384e60ae64d72945d78f305d940 --- /dev/null +++ b/shellops/assets/ShellOps_90243c6e95/gold/incoming/raw_2023Q1.csv @@ -0,0 +1,4 @@ +timestamp,sensor_id,value,status +2023-01-01T01:23:45Z,S1,45.6,CRITICAL +2023-01-02T12:34:56Z,S2,78.9,NORMAL +2023-01-03T10:11:12Z,S3,33.3,CRITICAL \ No newline at end of file diff --git a/shellops/assets/ShellOps_90243c6e95/gold/incoming/raw_2023Q2.csv b/shellops/assets/ShellOps_90243c6e95/gold/incoming/raw_2023Q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..72d3db7c388a60273d397ab14cadd2dd98d2f59e --- /dev/null +++ b/shellops/assets/ShellOps_90243c6e95/gold/incoming/raw_2023Q2.csv @@ -0,0 +1,3 @@ +timestamp,sensor_id,value,status +2023-04-10T09:08:07Z,S1,12.3,WARNING +2023-05-15T14:15:16Z,S4,99.9,CRITICAL \ No newline at end of file diff --git a/shellops/assets/ShellOps_90243c6e95/init/incoming/raw_2023Q1.csv b/shellops/assets/ShellOps_90243c6e95/init/incoming/raw_2023Q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..5dcc8b6c40b8c384e60ae64d72945d78f305d940 --- /dev/null +++ b/shellops/assets/ShellOps_90243c6e95/init/incoming/raw_2023Q1.csv @@ -0,0 +1,4 @@ +timestamp,sensor_id,value,status +2023-01-01T01:23:45Z,S1,45.6,CRITICAL +2023-01-02T12:34:56Z,S2,78.9,NORMAL +2023-01-03T10:11:12Z,S3,33.3,CRITICAL \ No newline at end of file diff --git a/shellops/assets/ShellOps_90243c6e95/init/incoming/raw_2023Q2.csv b/shellops/assets/ShellOps_90243c6e95/init/incoming/raw_2023Q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..72d3db7c388a60273d397ab14cadd2dd98d2f59e --- /dev/null +++ b/shellops/assets/ShellOps_90243c6e95/init/incoming/raw_2023Q2.csv @@ -0,0 +1,3 @@ +timestamp,sensor_id,value,status +2023-04-10T09:08:07Z,S1,12.3,WARNING +2023-05-15T14:15:16Z,S4,99.9,CRITICAL \ No newline at end of file diff --git a/shellops/assets/ShellOps_90345244a1/gold/audit/operations.log b/shellops/assets/ShellOps_90345244a1/gold/audit/operations.log new file mode 100644 index 0000000000000000000000000000000000000000..6fa1ac4fa861f3cd1782996faa3760e70dfcceac --- /dev/null +++ b/shellops/assets/ShellOps_90345244a1/gold/audit/operations.log @@ -0,0 +1,4 @@ +2024-05-21T03:14:15 user=admin op=createResponse status=ok +2024-05-21T03:15:22 user=client op=getStatus status=denied +2024-05-21T03:16:30 user=admin op=deleteEntry status=ok +2024-05-21T03:17:45 user=system op=purgeCache status=ok diff --git a/shellops/assets/ShellOps_90345244a1/gold/docs/api.md b/shellops/assets/ShellOps_90345244a1/gold/docs/api.md new file mode 100644 index 0000000000000000000000000000000000000000..47e943352a899744f4e33e3a56189a8838e2e038 --- /dev/null +++ b/shellops/assets/ShellOps_90345244a1/gold/docs/api.md @@ -0,0 +1,4 @@ +# Supported Operations +- `createResponse`: Creates new API responses +- `purgeCache`: Clears cached entries +- `listConfigs`: Retrieves configuration sets (deprecated) diff --git a/shellops/assets/ShellOps_90345244a1/gold/validated_ops.txt b/shellops/assets/ShellOps_90345244a1/gold/validated_ops.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8a3577c47a0521a2e4ae52e5c5d3944aaaba8a0 --- /dev/null +++ b/shellops/assets/ShellOps_90345244a1/gold/validated_ops.txt @@ -0,0 +1,2 @@ +createResponse +purgeCache diff --git a/shellops/assets/ShellOps_90345244a1/init/audit/operations.log b/shellops/assets/ShellOps_90345244a1/init/audit/operations.log new file mode 100644 index 0000000000000000000000000000000000000000..6fa1ac4fa861f3cd1782996faa3760e70dfcceac --- /dev/null +++ b/shellops/assets/ShellOps_90345244a1/init/audit/operations.log @@ -0,0 +1,4 @@ +2024-05-21T03:14:15 user=admin op=createResponse status=ok +2024-05-21T03:15:22 user=client op=getStatus status=denied +2024-05-21T03:16:30 user=admin op=deleteEntry status=ok +2024-05-21T03:17:45 user=system op=purgeCache status=ok diff --git a/shellops/assets/ShellOps_90345244a1/init/docs/api.md b/shellops/assets/ShellOps_90345244a1/init/docs/api.md new file mode 100644 index 0000000000000000000000000000000000000000..47e943352a899744f4e33e3a56189a8838e2e038 --- /dev/null +++ b/shellops/assets/ShellOps_90345244a1/init/docs/api.md @@ -0,0 +1,4 @@ +# Supported Operations +- `createResponse`: Creates new API responses +- `purgeCache`: Clears cached entries +- `listConfigs`: Retrieves configuration sets (deprecated) diff --git a/shellops/assets/ShellOps_90472fb777/gold/catalog.json b/shellops/assets/ShellOps_90472fb777/gold/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..07545713958a2c168bc004bae40a8f91f0ef3992 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/gold/catalog.json @@ -0,0 +1,5 @@ +{ + "active": ["A101", "B202", "C303", "D404", "F606"], + "retired": ["X999", "Y888"], + "upcoming": ["Z777"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/gold/missing_skus.txt b/shellops/assets/ShellOps_90472fb777/gold/missing_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..8243da318f7f3c9e16ad01bff32b55122bc21b06 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/gold/missing_skus.txt @@ -0,0 +1,2 @@ +E505 +G707 diff --git a/shellops/assets/ShellOps_90472fb777/gold/notes.md b/shellops/assets/ShellOps_90472fb777/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f8b8ea7b0958b8e255f5ee7e6030fe70624ef63d --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/gold/notes.md @@ -0,0 +1,4 @@ +# Inventory reconciliation notes +- SKU G707 was discontinued last month but still appears in stock logs. +- SKU E505 is a regional trial product not in the main catalog. +- We should also check if any active SKUs appear zero times across the logs. diff --git a/shellops/assets/ShellOps_90472fb777/gold/stock_week1.jsonl b/shellops/assets/ShellOps_90472fb777/gold/stock_week1.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4eac6950591534d9f2e731ccfd95530f633e6172 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/gold/stock_week1.jsonl @@ -0,0 +1,3 @@ +{"sku": "A101", "warehouse": "East", "stock": 45} +{"sku": "B202", "warehouse": "West", "stock": 0} +{"sku": "C303", "warehouse": "North", "stock": 12} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/gold/stock_week2.jsonl b/shellops/assets/ShellOps_90472fb777/gold/stock_week2.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aad9f275481dd355b0a629a8a25eb88368df5ba4 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/gold/stock_week2.jsonl @@ -0,0 +1,3 @@ +{"sku": "B202", "warehouse": "West", "stock": 5} +{"sku": "D404", "warehouse": "Central", "stock": 33} +{"sku": "E505", "warehouse": "South", "stock": 7} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/gold/stock_week3.jsonl b/shellops/assets/ShellOps_90472fb777/gold/stock_week3.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9fec2d785f600053072c77cd5c5ef0240c2428c2 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/gold/stock_week3.jsonl @@ -0,0 +1,3 @@ +{"sku": "F606", "warehouse": "East", "stock": 9} +{"sku": "A101", "warehouse": "East", "stock": 40} +{"sku": "G707", "warehouse": "South", "stock": 21} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/init/catalog.json b/shellops/assets/ShellOps_90472fb777/init/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..07545713958a2c168bc004bae40a8f91f0ef3992 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/init/catalog.json @@ -0,0 +1,5 @@ +{ + "active": ["A101", "B202", "C303", "D404", "F606"], + "retired": ["X999", "Y888"], + "upcoming": ["Z777"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/init/notes.md b/shellops/assets/ShellOps_90472fb777/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f8b8ea7b0958b8e255f5ee7e6030fe70624ef63d --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/init/notes.md @@ -0,0 +1,4 @@ +# Inventory reconciliation notes +- SKU G707 was discontinued last month but still appears in stock logs. +- SKU E505 is a regional trial product not in the main catalog. +- We should also check if any active SKUs appear zero times across the logs. diff --git a/shellops/assets/ShellOps_90472fb777/init/stock_week1.jsonl b/shellops/assets/ShellOps_90472fb777/init/stock_week1.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4eac6950591534d9f2e731ccfd95530f633e6172 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/init/stock_week1.jsonl @@ -0,0 +1,3 @@ +{"sku": "A101", "warehouse": "East", "stock": 45} +{"sku": "B202", "warehouse": "West", "stock": 0} +{"sku": "C303", "warehouse": "North", "stock": 12} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/init/stock_week2.jsonl b/shellops/assets/ShellOps_90472fb777/init/stock_week2.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aad9f275481dd355b0a629a8a25eb88368df5ba4 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/init/stock_week2.jsonl @@ -0,0 +1,3 @@ +{"sku": "B202", "warehouse": "West", "stock": 5} +{"sku": "D404", "warehouse": "Central", "stock": 33} +{"sku": "E505", "warehouse": "South", "stock": 7} \ No newline at end of file diff --git a/shellops/assets/ShellOps_90472fb777/init/stock_week3.jsonl b/shellops/assets/ShellOps_90472fb777/init/stock_week3.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9fec2d785f600053072c77cd5c5ef0240c2428c2 --- /dev/null +++ b/shellops/assets/ShellOps_90472fb777/init/stock_week3.jsonl @@ -0,0 +1,3 @@ +{"sku": "F606", "warehouse": "East", "stock": 9} +{"sku": "A101", "warehouse": "East", "stock": 40} +{"sku": "G707", "warehouse": "South", "stock": 21} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9065cee9a7/gold/donations.csv b/shellops/assets/ShellOps_9065cee9a7/gold/donations.csv new file mode 100644 index 0000000000000000000000000000000000000000..79fafa2ec493244924ca0825df8c44c59a3bf352 --- /dev/null +++ b/shellops/assets/ShellOps_9065cee9a7/gold/donations.csv @@ -0,0 +1,11 @@ +timestamp,plant,donor_id +2024-03-10 14:22:31,Monstera deliciosa,D1001 +2024-03-10 14:25:47,Sansevieria trifasciata,D1002 +2024-03-11 09:15:23,Aglaonema commutatum,D1003 +2024-03-11 11:47:55,Epipremnum aureum,D1004 +2024-03-12 16:03:41,ZZ Plant,D1005 +2024-03-12 17:39:12,Dieffenbachia seguine,D1006 +2024-03-13 10:22:08,Peace Lily,D1007 +2024-03-13 12:55:37,Snake Plant,D1008 +2024-03-14 14:11:29,Marigold,D1009 +2024-03-14 15:43:50,Dahlia,D1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9065cee9a7/gold/reference/species.txt b/shellops/assets/ShellOps_9065cee9a7/gold/reference/species.txt new file mode 100644 index 0000000000000000000000000000000000000000..37014428c917a07281f36a74d695342c319099dd --- /dev/null +++ b/shellops/assets/ShellOps_9065cee9a7/gold/reference/species.txt @@ -0,0 +1,11 @@ +Aloe vera +Epipremnum aureum +Peace Lily +Sansevieria trifasciata +ZZ Plant +Monstera deliciosa +Dieffenbachia seguine +Marigold +Chrysanthemum +Geranium +Hydrangea \ No newline at end of file diff --git a/shellops/assets/ShellOps_9065cee9a7/gold/unapproved_plants.txt b/shellops/assets/ShellOps_9065cee9a7/gold/unapproved_plants.txt new file mode 100644 index 0000000000000000000000000000000000000000..1eff681d55a32981bf031bdcd38093d9b0b52690 --- /dev/null +++ b/shellops/assets/ShellOps_9065cee9a7/gold/unapproved_plants.txt @@ -0,0 +1,3 @@ +Aglaonema commutatum +Dahlia +Snake Plant diff --git a/shellops/assets/ShellOps_9065cee9a7/init/donations.csv b/shellops/assets/ShellOps_9065cee9a7/init/donations.csv new file mode 100644 index 0000000000000000000000000000000000000000..79fafa2ec493244924ca0825df8c44c59a3bf352 --- /dev/null +++ b/shellops/assets/ShellOps_9065cee9a7/init/donations.csv @@ -0,0 +1,11 @@ +timestamp,plant,donor_id +2024-03-10 14:22:31,Monstera deliciosa,D1001 +2024-03-10 14:25:47,Sansevieria trifasciata,D1002 +2024-03-11 09:15:23,Aglaonema commutatum,D1003 +2024-03-11 11:47:55,Epipremnum aureum,D1004 +2024-03-12 16:03:41,ZZ Plant,D1005 +2024-03-12 17:39:12,Dieffenbachia seguine,D1006 +2024-03-13 10:22:08,Peace Lily,D1007 +2024-03-13 12:55:37,Snake Plant,D1008 +2024-03-14 14:11:29,Marigold,D1009 +2024-03-14 15:43:50,Dahlia,D1010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9065cee9a7/init/reference/species.txt b/shellops/assets/ShellOps_9065cee9a7/init/reference/species.txt new file mode 100644 index 0000000000000000000000000000000000000000..37014428c917a07281f36a74d695342c319099dd --- /dev/null +++ b/shellops/assets/ShellOps_9065cee9a7/init/reference/species.txt @@ -0,0 +1,11 @@ +Aloe vera +Epipremnum aureum +Peace Lily +Sansevieria trifasciata +ZZ Plant +Monstera deliciosa +Dieffenbachia seguine +Marigold +Chrysanthemum +Geranium +Hydrangea \ No newline at end of file diff --git a/shellops/assets/ShellOps_9078885a0e/gold/distractor.log b/shellops/assets/ShellOps_9078885a0e/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..dacbc7e047555002b05d063df43ca58eeb6ca472 --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/gold/distractor.log @@ -0,0 +1,2 @@ +2024-05-12 INFO: Initializing sensors... +2024-05-12 ERROR: Invalid format in rotation_speed diff --git a/shellops/assets/ShellOps_9078885a0e/gold/manifest.xml b/shellops/assets/ShellOps_9078885a0e/gold/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..23ea331c92af10fe28f2a5bbc4f71a2d513bc226 --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/gold/manifest.xml @@ -0,0 +1,7 @@ + + + temperature + pressure + color_mode + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9078885a0e/gold/missing_params.txt b/shellops/assets/ShellOps_9078885a0e/gold/missing_params.txt new file mode 100644 index 0000000000000000000000000000000000000000..e54e1a48a84c75d529ca1a775ad6b92c619c884c --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/gold/missing_params.txt @@ -0,0 +1 @@ +rotation_speed diff --git a/shellops/assets/ShellOps_9078885a0e/gold/params.txt b/shellops/assets/ShellOps_9078885a0e/gold/params.txt new file mode 100644 index 0000000000000000000000000000000000000000..43e32defad341b03f49a231805fe2c50026db2c7 --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/gold/params.txt @@ -0,0 +1,4 @@ +temperature=300 +pressure=1.2 +rotation_speed=45 +color_mode=rgb diff --git a/shellops/assets/ShellOps_9078885a0e/init/distractor.log b/shellops/assets/ShellOps_9078885a0e/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..dacbc7e047555002b05d063df43ca58eeb6ca472 --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/init/distractor.log @@ -0,0 +1,2 @@ +2024-05-12 INFO: Initializing sensors... +2024-05-12 ERROR: Invalid format in rotation_speed diff --git a/shellops/assets/ShellOps_9078885a0e/init/manifest.xml b/shellops/assets/ShellOps_9078885a0e/init/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..23ea331c92af10fe28f2a5bbc4f71a2d513bc226 --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/init/manifest.xml @@ -0,0 +1,7 @@ + + + temperature + pressure + color_mode + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9078885a0e/init/params.txt b/shellops/assets/ShellOps_9078885a0e/init/params.txt new file mode 100644 index 0000000000000000000000000000000000000000..43e32defad341b03f49a231805fe2c50026db2c7 --- /dev/null +++ b/shellops/assets/ShellOps_9078885a0e/init/params.txt @@ -0,0 +1,4 @@ +temperature=300 +pressure=1.2 +rotation_speed=45 +color_mode=rgb diff --git a/shellops/assets/ShellOps_90db2ee025/gold/audit/notes.md b/shellops/assets/ShellOps_90db2ee025/gold/audit/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..eb78ca630d892e4811f0fa88d987ddd4674f89c0 --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/gold/audit/notes.md @@ -0,0 +1,3 @@ +# Audit Notes +- client_E was deprecated last quarter +- client_F is pending registration diff --git a/shellops/assets/ShellOps_90db2ee025/gold/clients.json b/shellops/assets/ShellOps_90db2ee025/gold/clients.json new file mode 100644 index 0000000000000000000000000000000000000000..f26f0547bb9116cda740778add4a485f0bb50426 --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/gold/clients.json @@ -0,0 +1,18 @@ +{ + "client_A": { + "region": "north", + "tier": "premium" + }, + "client_B": { + "region": "south", + "tier": "standard" + }, + "client_C": { + "region": "west", + "tier": "basic" + }, + "client_D": { + "region": "east", + "tier": "premium" + } +} diff --git a/shellops/assets/ShellOps_90db2ee025/gold/deploy_manifest.json b/shellops/assets/ShellOps_90db2ee025/gold/deploy_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3325222d18e8fcb0c52726d9ed32d8ff8a305a1e --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/gold/deploy_manifest.json @@ -0,0 +1,23 @@ +{ + "version": "2.4.0", + "clients": [ + { + "client_A": { + "endpoint": "https://api.example.com/a", + "status": "active" + } + }, + { + "client_B": { + "endpoint": "https://api.example.com/b", + "status": "active" + } + }, + { + "client_C": { + "endpoint": "https://api.example.com/c", + "status": "paused" + } + } + ] +} diff --git a/shellops/assets/ShellOps_90db2ee025/gold/missing_clients.txt b/shellops/assets/ShellOps_90db2ee025/gold/missing_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..300c8b39c140dccc9a7f6d4db42cbddad7ce0bea --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/gold/missing_clients.txt @@ -0,0 +1 @@ +client_D diff --git a/shellops/assets/ShellOps_90db2ee025/init/audit/notes.md b/shellops/assets/ShellOps_90db2ee025/init/audit/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..eb78ca630d892e4811f0fa88d987ddd4674f89c0 --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/init/audit/notes.md @@ -0,0 +1,3 @@ +# Audit Notes +- client_E was deprecated last quarter +- client_F is pending registration diff --git a/shellops/assets/ShellOps_90db2ee025/init/clients.json b/shellops/assets/ShellOps_90db2ee025/init/clients.json new file mode 100644 index 0000000000000000000000000000000000000000..f26f0547bb9116cda740778add4a485f0bb50426 --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/init/clients.json @@ -0,0 +1,18 @@ +{ + "client_A": { + "region": "north", + "tier": "premium" + }, + "client_B": { + "region": "south", + "tier": "standard" + }, + "client_C": { + "region": "west", + "tier": "basic" + }, + "client_D": { + "region": "east", + "tier": "premium" + } +} diff --git a/shellops/assets/ShellOps_90db2ee025/init/deploy_manifest.json b/shellops/assets/ShellOps_90db2ee025/init/deploy_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3325222d18e8fcb0c52726d9ed32d8ff8a305a1e --- /dev/null +++ b/shellops/assets/ShellOps_90db2ee025/init/deploy_manifest.json @@ -0,0 +1,23 @@ +{ + "version": "2.4.0", + "clients": [ + { + "client_A": { + "endpoint": "https://api.example.com/a", + "status": "active" + } + }, + { + "client_B": { + "endpoint": "https://api.example.com/b", + "status": "active" + } + }, + { + "client_C": { + "endpoint": "https://api.example.com/c", + "status": "paused" + } + } + ] +} diff --git a/shellops/assets/ShellOps_913a0e9047/gold/api_gateway_a.ini b/shellops/assets/ShellOps_913a0e9047/gold/api_gateway_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..9af0c506f02461ecd8d20730fac877629d513bda --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/gold/api_gateway_a.ini @@ -0,0 +1,11 @@ +[api] +max_requests=1000 + +[auth] +token_expiry=3600 + +[cache] +enabled=true + +[logging] +level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/gold/api_gateway_b.ini b/shellops/assets/ShellOps_913a0e9047/gold/api_gateway_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..fcaee97fc4f18e810cdab7d185d48d6638803a4c --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/gold/api_gateway_b.ini @@ -0,0 +1,11 @@ +[api] +max_requests=5000 + +[auth] +token_expiry=7200 + +[cache] +enabled=false + +[logging] +level=debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/gold/legacy_gateway.cfg b/shellops/assets/ShellOps_913a0e9047/gold/legacy_gateway.cfg new file mode 100644 index 0000000000000000000000000000000000000000..bd50f32465e49507d5f5afa37260e71e1d254c93 --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/gold/legacy_gateway.cfg @@ -0,0 +1,11 @@ +[api] +max_requests=1000 + +[security] +ssl_enabled=true + +[monitoring] +interval=60 + +[logging] +level=warn \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/gold/rate_limits.out b/shellops/assets/ShellOps_913a0e9047/gold/rate_limits.out new file mode 100644 index 0000000000000000000000000000000000000000..b8bd24a3859c105b182345f6095658f8d5e44b59 --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/gold/rate_limits.out @@ -0,0 +1,2 @@ +1000 +5000 diff --git a/shellops/assets/ShellOps_913a0e9047/gold/unrelated.conf b/shellops/assets/ShellOps_913a0e9047/gold/unrelated.conf new file mode 100644 index 0000000000000000000000000000000000000000..11e35841d5998f27315519564334b94982c7c415 --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/gold/unrelated.conf @@ -0,0 +1,9 @@ +[database] +host=localhost +port=5432 + +[cache] +enabled=true + +[logging] +level=error \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/init/api_gateway_a.ini b/shellops/assets/ShellOps_913a0e9047/init/api_gateway_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..9af0c506f02461ecd8d20730fac877629d513bda --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/init/api_gateway_a.ini @@ -0,0 +1,11 @@ +[api] +max_requests=1000 + +[auth] +token_expiry=3600 + +[cache] +enabled=true + +[logging] +level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/init/api_gateway_b.ini b/shellops/assets/ShellOps_913a0e9047/init/api_gateway_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..fcaee97fc4f18e810cdab7d185d48d6638803a4c --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/init/api_gateway_b.ini @@ -0,0 +1,11 @@ +[api] +max_requests=5000 + +[auth] +token_expiry=7200 + +[cache] +enabled=false + +[logging] +level=debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/init/legacy_gateway.cfg b/shellops/assets/ShellOps_913a0e9047/init/legacy_gateway.cfg new file mode 100644 index 0000000000000000000000000000000000000000..bd50f32465e49507d5f5afa37260e71e1d254c93 --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/init/legacy_gateway.cfg @@ -0,0 +1,11 @@ +[api] +max_requests=1000 + +[security] +ssl_enabled=true + +[monitoring] +interval=60 + +[logging] +level=warn \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a0e9047/init/unrelated.conf b/shellops/assets/ShellOps_913a0e9047/init/unrelated.conf new file mode 100644 index 0000000000000000000000000000000000000000..11e35841d5998f27315519564334b94982c7c415 --- /dev/null +++ b/shellops/assets/ShellOps_913a0e9047/init/unrelated.conf @@ -0,0 +1,9 @@ +[database] +host=localhost +port=5432 + +[cache] +enabled=true + +[logging] +level=error \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/gold/data/garbage.cfg b/shellops/assets/ShellOps_913a63ac8b/gold/data/garbage.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cc06a127a4ed38ade95fa5db7fc806012decbd69 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/gold/data/garbage.cfg @@ -0,0 +1,2 @@ +wavelength=abc +offset=10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/gold/observations/a.cfg b/shellops/assets/ShellOps_913a63ac8b/gold/observations/a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..935fa8a5f753c44fcdde9e6757c3358ac3e72220 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/gold/observations/a.cfg @@ -0,0 +1,3 @@ +telescope=focal_1 +wavelength=450 +focus=auto \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/gold/observations/b.cfg b/shellops/assets/ShellOps_913a63ac8b/gold/observations/b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..29a4e71220dbbf9cba1d9b6c8688d7980e8c5ab5 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/gold/observations/b.cfg @@ -0,0 +1,2 @@ +wavelength=589 +tracking=enabled \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/gold/observations/subdir/c.cfg b/shellops/assets/ShellOps_913a63ac8b/gold/observations/subdir/c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..38547c41d72d11109d67e9f42255171dd74f4252 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/gold/observations/subdir/c.cfg @@ -0,0 +1,2 @@ +wavelength=656 +data_type=raw \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/init/data/garbage.cfg b/shellops/assets/ShellOps_913a63ac8b/init/data/garbage.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cc06a127a4ed38ade95fa5db7fc806012decbd69 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/init/data/garbage.cfg @@ -0,0 +1,2 @@ +wavelength=abc +offset=10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/init/observations/a.cfg b/shellops/assets/ShellOps_913a63ac8b/init/observations/a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..935fa8a5f753c44fcdde9e6757c3358ac3e72220 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/init/observations/a.cfg @@ -0,0 +1,3 @@ +telescope=focal_1 +wavelength=450 +focus=auto \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/init/observations/b.cfg b/shellops/assets/ShellOps_913a63ac8b/init/observations/b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..29a4e71220dbbf9cba1d9b6c8688d7980e8c5ab5 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/init/observations/b.cfg @@ -0,0 +1,2 @@ +wavelength=589 +tracking=enabled \ No newline at end of file diff --git a/shellops/assets/ShellOps_913a63ac8b/init/observations/subdir/c.cfg b/shellops/assets/ShellOps_913a63ac8b/init/observations/subdir/c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..38547c41d72d11109d67e9f42255171dd74f4252 --- /dev/null +++ b/shellops/assets/ShellOps_913a63ac8b/init/observations/subdir/c.cfg @@ -0,0 +1,2 @@ +wavelength=656 +data_type=raw \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/gold/audit/2023_incidents.csv b/shellops/assets/ShellOps_91cfefcf53/gold/audit/2023_incidents.csv new file mode 100644 index 0000000000000000000000000000000000000000..0d674ad51e11cbc10c66ed1e654e362a658ad0b5 --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/gold/audit/2023_incidents.csv @@ -0,0 +1,5 @@ +case_id,description,severity +EX-102,Unauthorized data access,high +EX-105,Missing MFA enforcement,medium +EX-108,Expired certificate,low +EX-111,Privilege escalation attempt,high \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/gold/audit/notes.txt b/shellops/assets/ShellOps_91cfefcf53/gold/audit/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c90cbdd5abb7902183e09133836319982ccf518c --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/gold/audit/notes.txt @@ -0,0 +1 @@ +Next review scheduled for Q2 2024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/gold/exceptions_audit.txt b/shellops/assets/ShellOps_91cfefcf53/gold/exceptions_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3b0d44c2722d8f7dc6f4bb4aaf15ff313679721 --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/gold/exceptions_audit.txt @@ -0,0 +1,2 @@ +EX-105 +EX-111 diff --git a/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/EX-102.md b/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/EX-102.md new file mode 100644 index 0000000000000000000000000000000000000000..10211305be7324e3449ad5e4954fedb33f4539f5 --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/EX-102.md @@ -0,0 +1,2 @@ +# Postmortem +**Resolution:** Completed access controls review \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/EX-108.md b/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/EX-108.md new file mode 100644 index 0000000000000000000000000000000000000000..d90573ff4bfee31734fa8c48918ae21c72d9a87b --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/EX-108.md @@ -0,0 +1,2 @@ +# Postmortem +**Resolution:** Rotated TLS certificates \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/unrelated_findings.md b/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/unrelated_findings.md new file mode 100644 index 0000000000000000000000000000000000000000..9b111c9d40dbbb91428fc1ebf87c6edb3880558a --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/gold/root_analysis/unrelated_findings.md @@ -0,0 +1,2 @@ +# Miscellaneous Issues +Outdated monitoring configs \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/init/audit/2023_incidents.csv b/shellops/assets/ShellOps_91cfefcf53/init/audit/2023_incidents.csv new file mode 100644 index 0000000000000000000000000000000000000000..0d674ad51e11cbc10c66ed1e654e362a658ad0b5 --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/init/audit/2023_incidents.csv @@ -0,0 +1,5 @@ +case_id,description,severity +EX-102,Unauthorized data access,high +EX-105,Missing MFA enforcement,medium +EX-108,Expired certificate,low +EX-111,Privilege escalation attempt,high \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/init/audit/notes.txt b/shellops/assets/ShellOps_91cfefcf53/init/audit/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c90cbdd5abb7902183e09133836319982ccf518c --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/init/audit/notes.txt @@ -0,0 +1 @@ +Next review scheduled for Q2 2024 \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/EX-102.md b/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/EX-102.md new file mode 100644 index 0000000000000000000000000000000000000000..10211305be7324e3449ad5e4954fedb33f4539f5 --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/EX-102.md @@ -0,0 +1,2 @@ +# Postmortem +**Resolution:** Completed access controls review \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/EX-108.md b/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/EX-108.md new file mode 100644 index 0000000000000000000000000000000000000000..d90573ff4bfee31734fa8c48918ae21c72d9a87b --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/EX-108.md @@ -0,0 +1,2 @@ +# Postmortem +**Resolution:** Rotated TLS certificates \ No newline at end of file diff --git a/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/unrelated_findings.md b/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/unrelated_findings.md new file mode 100644 index 0000000000000000000000000000000000000000..9b111c9d40dbbb91428fc1ebf87c6edb3880558a --- /dev/null +++ b/shellops/assets/ShellOps_91cfefcf53/init/root_analysis/unrelated_findings.md @@ -0,0 +1,2 @@ +# Miscellaneous Issues +Outdated monitoring configs \ No newline at end of file diff --git a/shellops/assets/ShellOps_91ef8395a3/gold/approved_versions.txt b/shellops/assets/ShellOps_91ef8395a3/gold/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..573f49cd9f6ab87f88ef68a537ec7f1412df1f93 --- /dev/null +++ b/shellops/assets/ShellOps_91ef8395a3/gold/approved_versions.txt @@ -0,0 +1,3 @@ +FirmwareID: 1234 +FirmwareID: 5678 +FirmwareID: 9012 diff --git a/shellops/assets/ShellOps_91ef8395a3/gold/device_manifest.xml b/shellops/assets/ShellOps_91ef8395a3/gold/device_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..c50563ea43c9063e7a4686a683d1ec4ffdb0da81 --- /dev/null +++ b/shellops/assets/ShellOps_91ef8395a3/gold/device_manifest.xml @@ -0,0 +1,8 @@ + + + FirmwareID: 5678 + + + FirmwareID: 9012 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_91ef8395a3/gold/missing_firmware.txt b/shellops/assets/ShellOps_91ef8395a3/gold/missing_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c545efebe5f57d4cab2ba9ec294c4b0cadf672 --- /dev/null +++ b/shellops/assets/ShellOps_91ef8395a3/gold/missing_firmware.txt @@ -0,0 +1 @@ +1234 diff --git a/shellops/assets/ShellOps_91ef8395a3/init/approved_versions.txt b/shellops/assets/ShellOps_91ef8395a3/init/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..573f49cd9f6ab87f88ef68a537ec7f1412df1f93 --- /dev/null +++ b/shellops/assets/ShellOps_91ef8395a3/init/approved_versions.txt @@ -0,0 +1,3 @@ +FirmwareID: 1234 +FirmwareID: 5678 +FirmwareID: 9012 diff --git a/shellops/assets/ShellOps_91ef8395a3/init/device_manifest.xml b/shellops/assets/ShellOps_91ef8395a3/init/device_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..c50563ea43c9063e7a4686a683d1ec4ffdb0da81 --- /dev/null +++ b/shellops/assets/ShellOps_91ef8395a3/init/device_manifest.xml @@ -0,0 +1,8 @@ + + + FirmwareID: 5678 + + + FirmwareID: 9012 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_928c28cdc8/gold/docs/.keep b/shellops/assets/ShellOps_928c28cdc8/gold/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_928c28cdc8/gold/docs/contributing.md b/shellops/assets/ShellOps_928c28cdc8/gold/docs/contributing.md new file mode 100644 index 0000000000000000000000000000000000000000..59488079eb5959010dfeb5135cded5d2471cb2e1 --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/gold/docs/contributing.md @@ -0,0 +1,7 @@ +# Contributing Guidelines + +- [ ] TODO: Read code of conduct +- [ ] TODO: Set up git hooks +- [ ] TODO: Review coding standards +- [x] TODO: Complete HR paperwork +- [ ] TODO: Submit first pull request diff --git a/shellops/assets/ShellOps_928c28cdc8/gold/docs/development.md b/shellops/assets/ShellOps_928c28cdc8/gold/docs/development.md new file mode 100644 index 0000000000000000000000000000000000000000..0c2b39bf97831ac60f32e9fb7feb7861ff0d4621 --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/gold/docs/development.md @@ -0,0 +1,6 @@ +# Development Setup + +- [ ] TODO: Install required tools +- [ ] TODO: Clone repository +- [ ] TODO: Set up git hooks +- [ ] TODO: Run initial tests diff --git a/shellops/assets/ShellOps_928c28cdc8/gold/docs/onboarding.md b/shellops/assets/ShellOps_928c28cdc8/gold/docs/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..bb268174eafd7d925b1b886075ca915adbfbddfe --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/gold/docs/onboarding.md @@ -0,0 +1,12 @@ +# Onboarding Guide + +Welcome to the team! + +- [ ] TODO: Complete HR paperwork +- [ ] TODO: Set up development environment +- [ ] TODO: Attend orientation session + +## First Week +- [ ] TODO: Review project documentation +- [ ] TODO: Meet with team lead +- [ ] TODO: Complete HR paperwork diff --git a/shellops/assets/ShellOps_928c28cdc8/gold/docs/pending_todos.txt b/shellops/assets/ShellOps_928c28cdc8/gold/docs/pending_todos.txt new file mode 100644 index 0000000000000000000000000000000000000000..be495eedaae551e2a4d555a9ba71e43bf784001d --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/gold/docs/pending_todos.txt @@ -0,0 +1,13 @@ +TODO: Attend orientation session +TODO: Clone repository +TODO: Complete HR paperwork +TODO: Install required tools +TODO: Meet with team lead +TODO: Read code of conduct +TODO: Review coding standards +TODO: Review project documentation +TODO: Review testing checklist +TODO: Run initial tests +TODO: Set up development environment +TODO: Set up git hooks +TODO: Submit first pull request diff --git a/shellops/assets/ShellOps_928c28cdc8/gold/docs/qa.md b/shellops/assets/ShellOps_928c28cdc8/gold/docs/qa.md new file mode 100644 index 0000000000000000000000000000000000000000..7d03f04a263c57a525b1216d5e23f9f442a33196 --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/gold/docs/qa.md @@ -0,0 +1,5 @@ +# Quality Assurance + +- [ ] TODO: Review testing checklist +- [ ] TODO: Install required tools +- [ ] TODO: Set up git hooks diff --git a/shellops/assets/ShellOps_928c28cdc8/init/docs/.keep b/shellops/assets/ShellOps_928c28cdc8/init/docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_928c28cdc8/init/docs/contributing.md b/shellops/assets/ShellOps_928c28cdc8/init/docs/contributing.md new file mode 100644 index 0000000000000000000000000000000000000000..59488079eb5959010dfeb5135cded5d2471cb2e1 --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/init/docs/contributing.md @@ -0,0 +1,7 @@ +# Contributing Guidelines + +- [ ] TODO: Read code of conduct +- [ ] TODO: Set up git hooks +- [ ] TODO: Review coding standards +- [x] TODO: Complete HR paperwork +- [ ] TODO: Submit first pull request diff --git a/shellops/assets/ShellOps_928c28cdc8/init/docs/development.md b/shellops/assets/ShellOps_928c28cdc8/init/docs/development.md new file mode 100644 index 0000000000000000000000000000000000000000..0c2b39bf97831ac60f32e9fb7feb7861ff0d4621 --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/init/docs/development.md @@ -0,0 +1,6 @@ +# Development Setup + +- [ ] TODO: Install required tools +- [ ] TODO: Clone repository +- [ ] TODO: Set up git hooks +- [ ] TODO: Run initial tests diff --git a/shellops/assets/ShellOps_928c28cdc8/init/docs/onboarding.md b/shellops/assets/ShellOps_928c28cdc8/init/docs/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..bb268174eafd7d925b1b886075ca915adbfbddfe --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/init/docs/onboarding.md @@ -0,0 +1,12 @@ +# Onboarding Guide + +Welcome to the team! + +- [ ] TODO: Complete HR paperwork +- [ ] TODO: Set up development environment +- [ ] TODO: Attend orientation session + +## First Week +- [ ] TODO: Review project documentation +- [ ] TODO: Meet with team lead +- [ ] TODO: Complete HR paperwork diff --git a/shellops/assets/ShellOps_928c28cdc8/init/docs/qa.md b/shellops/assets/ShellOps_928c28cdc8/init/docs/qa.md new file mode 100644 index 0000000000000000000000000000000000000000..7d03f04a263c57a525b1216d5e23f9f442a33196 --- /dev/null +++ b/shellops/assets/ShellOps_928c28cdc8/init/docs/qa.md @@ -0,0 +1,5 @@ +# Quality Assurance + +- [ ] TODO: Review testing checklist +- [ ] TODO: Install required tools +- [ ] TODO: Set up git hooks diff --git a/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_alpha.trace b/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..4c25d432c8c98a42f57df64be5f49469d4aff5e7 --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_alpha.trace @@ -0,0 +1,5 @@ +# preamble tag:42 +measurement 12.3 +# tag:7 embedded +# tag:42 duplicate +reading 5.6 diff --git a/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_beta.trace b/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..2b0629c176cdbc29e68b8a0beb1efc15463c705e --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_beta.trace @@ -0,0 +1,4 @@ +# tag:100 +# mid tag:3 inline +measurement 9.1 +# tag:15 diff --git a/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_gamma.trace b/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..cb6c4b51019ee920eac2e1af024557195c22a464 --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/gold/validation/diag_gamma.trace @@ -0,0 +1,3 @@ +# tag:3 duplicate +measurement 7.7 +# tag:200 final diff --git a/shellops/assets/ShellOps_928c56cca6/gold/validation/tags_sorted.txt b/shellops/assets/ShellOps_928c56cca6/gold/validation/tags_sorted.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0a6be65b6b1115abf4017937ab8ed4e57279537 --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/gold/validation/tags_sorted.txt @@ -0,0 +1,6 @@ +3 +7 +15 +42 +100 +200 diff --git a/shellops/assets/ShellOps_928c56cca6/init/validation/diag_alpha.trace b/shellops/assets/ShellOps_928c56cca6/init/validation/diag_alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..4c25d432c8c98a42f57df64be5f49469d4aff5e7 --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/init/validation/diag_alpha.trace @@ -0,0 +1,5 @@ +# preamble tag:42 +measurement 12.3 +# tag:7 embedded +# tag:42 duplicate +reading 5.6 diff --git a/shellops/assets/ShellOps_928c56cca6/init/validation/diag_beta.trace b/shellops/assets/ShellOps_928c56cca6/init/validation/diag_beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..2b0629c176cdbc29e68b8a0beb1efc15463c705e --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/init/validation/diag_beta.trace @@ -0,0 +1,4 @@ +# tag:100 +# mid tag:3 inline +measurement 9.1 +# tag:15 diff --git a/shellops/assets/ShellOps_928c56cca6/init/validation/diag_gamma.trace b/shellops/assets/ShellOps_928c56cca6/init/validation/diag_gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..cb6c4b51019ee920eac2e1af024557195c22a464 --- /dev/null +++ b/shellops/assets/ShellOps_928c56cca6/init/validation/diag_gamma.trace @@ -0,0 +1,3 @@ +# tag:3 duplicate +measurement 7.7 +# tag:200 final diff --git a/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/README.md b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8de9d8fd72597b5f6118c4460df0b691dba75cac --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/README.md @@ -0,0 +1 @@ +Configuration files for network switches. \ No newline at end of file diff --git a/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_alpha.cfg b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_alpha.cfg new file mode 100644 index 0000000000000000000000000000000000000000..bc77c3f268f14d39e7e7a61ffe671593738fb8ee --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_alpha.cfg @@ -0,0 +1,3 @@ +vlan 10 +vlan 20 +vlan 30 diff --git a/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_beta.cfg b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_beta.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0477849bd29a56971a00ba7be74184e64d19a870 --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_beta.cfg @@ -0,0 +1,3 @@ +vlan 20 +vlan 40 +vlan 50 diff --git a/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_gamma.cfg b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_gamma.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1b29e9405dedc78f0ff5b38bb1f18767a5aa64f9 --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/gold/network/configs/switch_gamma.cfg @@ -0,0 +1,3 @@ +vlan 30 +vlan 50 +vlan 60 diff --git a/shellops/assets/ShellOps_92a8560ac1/gold/vlan_summary.cfg b/shellops/assets/ShellOps_92a8560ac1/gold/vlan_summary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..59c8bdeecca6487e484398c56db9fa032ad5432e --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/gold/vlan_summary.cfg @@ -0,0 +1,6 @@ +vlan 10 +vlan 20 +vlan 30 +vlan 40 +vlan 50 +vlan 60 diff --git a/shellops/assets/ShellOps_92a8560ac1/init/network/configs/README.md b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8de9d8fd72597b5f6118c4460df0b691dba75cac --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/README.md @@ -0,0 +1 @@ +Configuration files for network switches. \ No newline at end of file diff --git a/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_alpha.cfg b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_alpha.cfg new file mode 100644 index 0000000000000000000000000000000000000000..bc77c3f268f14d39e7e7a61ffe671593738fb8ee --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_alpha.cfg @@ -0,0 +1,3 @@ +vlan 10 +vlan 20 +vlan 30 diff --git a/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_beta.cfg b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_beta.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0477849bd29a56971a00ba7be74184e64d19a870 --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_beta.cfg @@ -0,0 +1,3 @@ +vlan 20 +vlan 40 +vlan 50 diff --git a/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_gamma.cfg b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_gamma.cfg new file mode 100644 index 0000000000000000000000000000000000000000..1b29e9405dedc78f0ff5b38bb1f18767a5aa64f9 --- /dev/null +++ b/shellops/assets/ShellOps_92a8560ac1/init/network/configs/switch_gamma.cfg @@ -0,0 +1,3 @@ +vlan 30 +vlan 50 +vlan 60 diff --git a/shellops/assets/ShellOps_92b887f093/gold/allowed_devices.txt b/shellops/assets/ShellOps_92b887f093/gold/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8bdacbb46cfe4579a3c07f4da1e23464ec7b671 --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/gold/allowed_devices.txt @@ -0,0 +1,10 @@ +A1234 +B5678 +C9012 +D3456 +E7890 +F1234 +G5678 +H9012 +I3456 +J7890 diff --git a/shellops/assets/ShellOps_92b887f093/gold/candidates/backlog.txt b/shellops/assets/ShellOps_92b887f093/gold/candidates/backlog.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b768f9494aa783fee319f42074406d625a81d4c --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/gold/candidates/backlog.txt @@ -0,0 +1,3 @@ +X9999 +Y1111 +Z2222 diff --git a/shellops/assets/ShellOps_92b887f093/gold/live_installations.xml b/shellops/assets/ShellOps_92b887f093/gold/live_installations.xml new file mode 100644 index 0000000000000000000000000000000000000000..d2121ee2b48798c30304859146e5764b6bd66c52 --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/gold/live_installations.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_92b887f093/gold/missing_devices.txt b/shellops/assets/ShellOps_92b887f093/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e967ed62a8c01b1461c6492d2e2a362e59925fd5 --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/gold/missing_devices.txt @@ -0,0 +1,5 @@ +B5678 +D3456 +F1234 +H9012 +J7890 diff --git a/shellops/assets/ShellOps_92b887f093/init/allowed_devices.txt b/shellops/assets/ShellOps_92b887f093/init/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8bdacbb46cfe4579a3c07f4da1e23464ec7b671 --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/init/allowed_devices.txt @@ -0,0 +1,10 @@ +A1234 +B5678 +C9012 +D3456 +E7890 +F1234 +G5678 +H9012 +I3456 +J7890 diff --git a/shellops/assets/ShellOps_92b887f093/init/candidates/backlog.txt b/shellops/assets/ShellOps_92b887f093/init/candidates/backlog.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b768f9494aa783fee319f42074406d625a81d4c --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/init/candidates/backlog.txt @@ -0,0 +1,3 @@ +X9999 +Y1111 +Z2222 diff --git a/shellops/assets/ShellOps_92b887f093/init/live_installations.xml b/shellops/assets/ShellOps_92b887f093/init/live_installations.xml new file mode 100644 index 0000000000000000000000000000000000000000..d2121ee2b48798c30304859146e5764b6bd66c52 --- /dev/null +++ b/shellops/assets/ShellOps_92b887f093/init/live_installations.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_92caa542f9/gold/exceptions.json b/shellops/assets/ShellOps_92caa542f9/gold/exceptions.json new file mode 100644 index 0000000000000000000000000000000000000000..d7fde9d14300c9cac7d78b4bb7dcc549c4ba5ca9 --- /dev/null +++ b/shellops/assets/ShellOps_92caa542f9/gold/exceptions.json @@ -0,0 +1,4 @@ +{ + "discontinued": [102, 104, 109, 112, 115], + "notes": "Items 102, 104, 109 are end-of-life; items 112 and 115 are pending review" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_92caa542f9/gold/sales.csv b/shellops/assets/ShellOps_92caa542f9/gold/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..6efbcf021a7d696887914bf3a989852173606333 --- /dev/null +++ b/shellops/assets/ShellOps_92caa542f9/gold/sales.csv @@ -0,0 +1,11 @@ +product_id,units_sold,revenue +101,45,675.00 +102,12,180.00 +103,67,1005.00 +104,8,120.00 +105,23,345.00 +106,34,510.00 +107,19,285.00 +108,56,840.00 +109,3,45.00 +110,41,615.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_92caa542f9/init/exceptions.json b/shellops/assets/ShellOps_92caa542f9/init/exceptions.json new file mode 100644 index 0000000000000000000000000000000000000000..d7fde9d14300c9cac7d78b4bb7dcc549c4ba5ca9 --- /dev/null +++ b/shellops/assets/ShellOps_92caa542f9/init/exceptions.json @@ -0,0 +1,4 @@ +{ + "discontinued": [102, 104, 109, 112, 115], + "notes": "Items 102, 104, 109 are end-of-life; items 112 and 115 are pending review" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_92caa542f9/init/sales.csv b/shellops/assets/ShellOps_92caa542f9/init/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..6efbcf021a7d696887914bf3a989852173606333 --- /dev/null +++ b/shellops/assets/ShellOps_92caa542f9/init/sales.csv @@ -0,0 +1,11 @@ +product_id,units_sold,revenue +101,45,675.00 +102,12,180.00 +103,67,1005.00 +104,8,120.00 +105,23,345.00 +106,34,510.00 +107,19,285.00 +108,56,840.00 +109,3,45.00 +110,41,615.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_930bb4c3c5/gold/policy/approved_urls.conf b/shellops/assets/ShellOps_930bb4c3c5/gold/policy/approved_urls.conf new file mode 100644 index 0000000000000000000000000000000000000000..c6e050381d43f754811fce41f1ac991bbaf5c8b1 --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/gold/policy/approved_urls.conf @@ -0,0 +1,2 @@ +https://api.example.com +https://validator.example/check diff --git a/shellops/assets/ShellOps_930bb4c3c5/gold/security/.keep b/shellops/assets/ShellOps_930bb4c3c5/gold/security/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_930bb4c3c5/gold/security/audit_results.out b/shellops/assets/ShellOps_930bb4c3c5/gold/security/audit_results.out new file mode 100644 index 0000000000000000000000000000000000000000..1eaea0eeec80048ddad08d0c4574dd541787eb7f --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/gold/security/audit_results.out @@ -0,0 +1,2 @@ +http://localhost:8080/debug +http://old.service.com/data diff --git a/shellops/assets/ShellOps_930bb4c3c5/gold/src/api_client.py b/shellops/assets/ShellOps_930bb4c3c5/gold/src/api_client.py new file mode 100644 index 0000000000000000000000000000000000000000..151af20c81a2f7e05faea4363403814eb459edd1 --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/gold/src/api_client.py @@ -0,0 +1,2 @@ +BASE_URL = 'https://api.example.com' +# Legacy endpoint: 'http://old.service.com/data' diff --git a/shellops/assets/ShellOps_930bb4c3c5/gold/src/utils.py b/shellops/assets/ShellOps_930bb4c3c5/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..9f1d0ca5320cc97fe5d1364f1d8c45010d0790fe --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/gold/src/utils.py @@ -0,0 +1,2 @@ +DEBUG_ENDPOINT = 'http://localhost:8080/debug' +VALIDATE_URL = 'https://validator.example/check' diff --git a/shellops/assets/ShellOps_930bb4c3c5/init/policy/approved_urls.conf b/shellops/assets/ShellOps_930bb4c3c5/init/policy/approved_urls.conf new file mode 100644 index 0000000000000000000000000000000000000000..c6e050381d43f754811fce41f1ac991bbaf5c8b1 --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/init/policy/approved_urls.conf @@ -0,0 +1,2 @@ +https://api.example.com +https://validator.example/check diff --git a/shellops/assets/ShellOps_930bb4c3c5/init/security/.keep b/shellops/assets/ShellOps_930bb4c3c5/init/security/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_930bb4c3c5/init/src/api_client.py b/shellops/assets/ShellOps_930bb4c3c5/init/src/api_client.py new file mode 100644 index 0000000000000000000000000000000000000000..151af20c81a2f7e05faea4363403814eb459edd1 --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/init/src/api_client.py @@ -0,0 +1,2 @@ +BASE_URL = 'https://api.example.com' +# Legacy endpoint: 'http://old.service.com/data' diff --git a/shellops/assets/ShellOps_930bb4c3c5/init/src/utils.py b/shellops/assets/ShellOps_930bb4c3c5/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..9f1d0ca5320cc97fe5d1364f1d8c45010d0790fe --- /dev/null +++ b/shellops/assets/ShellOps_930bb4c3c5/init/src/utils.py @@ -0,0 +1,2 @@ +DEBUG_ENDPOINT = 'http://localhost:8080/debug' +VALIDATE_URL = 'https://validator.example/check' diff --git a/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/.keep b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/conflicting_entries.csv b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/conflicting_entries.csv new file mode 100644 index 0000000000000000000000000000000000000000..f08a74f14bdc7e69a2d57f0cf2d1d1a95fddff42 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/conflicting_entries.csv @@ -0,0 +1,3 @@ +2024-03-22,Invoice_003,VC_ALPHA,600.00,approved +2024-04-05,Invoice_004,VC_BETA,150.00,quoted +2024-01-19,Invoice_008,VC_BETA,980.25,approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/vendor_alpha.csv b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/vendor_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..662915fdad13d562829e03dba9b14b47da356422 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/vendor_alpha.csv @@ -0,0 +1,3 @@ +2024-03-15,Invoice_001,VC_ALPHA,367.89,approved +2024-02-28,Invoice_005,VC_ALPHA,450.00,pending +2024-01-10,Invoice_009,VC_ALPHA,899.50,approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/vendor_beta.csv b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/vendor_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..71bc9fffff5452e39dd34a3bc02c3591c2039772 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/gold/data/transactions/vendor_beta.csv @@ -0,0 +1,3 @@ +2024-04-01,Invoice_010,VC_BETA,1200.00,approved +2024-03-30,Invoice_002,VC_BETA,550.00,approved +2024-02-14,Invoice_007,VC_GAMMA,320.75,rejected \ No newline at end of file diff --git a/shellops/assets/ShellOps_9314f0b320/gold/payments/.keep b/shellops/assets/ShellOps_9314f0b320/gold/payments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9314f0b320/gold/payments/reconciled_vendors.csv b/shellops/assets/ShellOps_9314f0b320/gold/payments/reconciled_vendors.csv new file mode 100644 index 0000000000000000000000000000000000000000..075590f35a864669809db134ea1cedea1d1da3e8 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/gold/payments/reconciled_vendors.csv @@ -0,0 +1,2 @@ +VC_ALPHA,899.50 +VC_BETA,1200.00 diff --git a/shellops/assets/ShellOps_9314f0b320/init/data/transactions/.keep b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9314f0b320/init/data/transactions/conflicting_entries.csv b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/conflicting_entries.csv new file mode 100644 index 0000000000000000000000000000000000000000..f08a74f14bdc7e69a2d57f0cf2d1d1a95fddff42 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/conflicting_entries.csv @@ -0,0 +1,3 @@ +2024-03-22,Invoice_003,VC_ALPHA,600.00,approved +2024-04-05,Invoice_004,VC_BETA,150.00,quoted +2024-01-19,Invoice_008,VC_BETA,980.25,approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_9314f0b320/init/data/transactions/vendor_alpha.csv b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/vendor_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..662915fdad13d562829e03dba9b14b47da356422 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/vendor_alpha.csv @@ -0,0 +1,3 @@ +2024-03-15,Invoice_001,VC_ALPHA,367.89,approved +2024-02-28,Invoice_005,VC_ALPHA,450.00,pending +2024-01-10,Invoice_009,VC_ALPHA,899.50,approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_9314f0b320/init/data/transactions/vendor_beta.csv b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/vendor_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..71bc9fffff5452e39dd34a3bc02c3591c2039772 --- /dev/null +++ b/shellops/assets/ShellOps_9314f0b320/init/data/transactions/vendor_beta.csv @@ -0,0 +1,3 @@ +2024-04-01,Invoice_010,VC_BETA,1200.00,approved +2024-03-30,Invoice_002,VC_BETA,550.00,approved +2024-02-14,Invoice_007,VC_GAMMA,320.75,rejected \ No newline at end of file diff --git a/shellops/assets/ShellOps_9314f0b320/init/payments/.keep b/shellops/assets/ShellOps_9314f0b320/init/payments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_933f5e8e1b/gold/pool_sizes.md b/shellops/assets/ShellOps_933f5e8e1b/gold/pool_sizes.md new file mode 100644 index 0000000000000000000000000000000000000000..c2794327223897c7035f8365294cef1eece8bf1b --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/gold/pool_sizes.md @@ -0,0 +1,3 @@ +128 +64 +32 diff --git a/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_a.conf b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..0f004352fab0753e411c644c739e709c18a64e75 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_a.conf @@ -0,0 +1,2 @@ +thread_pool_size=32 +max_connections=100 diff --git a/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_b.conf b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..51a7687de6ed8c5650f6c9331af2bbd82122c433 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_b.conf @@ -0,0 +1,2 @@ +thread_pool_size=64 +cache_size=256MB diff --git a/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_c.conf b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..add5721701a2629621f94425aee58c664c033e30 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_c.conf @@ -0,0 +1,2 @@ +thread_pool_size=32 +queue_length=1000 diff --git a/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_d.conf b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..e91e59086d13450c15fed1b5276f094d8107bf1c --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_d.conf @@ -0,0 +1,2 @@ +thread_pool_size=128 +thread_timeout=5s diff --git a/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_e.conf b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_e.conf new file mode 100644 index 0000000000000000000000000000000000000000..ba2a15fbc6944071c55d85e0d41964d53fc4b760 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/gold/system_configs/service_e.conf @@ -0,0 +1,2 @@ +thread_pool_size=64 +buffer_size=1MB diff --git a/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_a.conf b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..0f004352fab0753e411c644c739e709c18a64e75 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_a.conf @@ -0,0 +1,2 @@ +thread_pool_size=32 +max_connections=100 diff --git a/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_b.conf b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..51a7687de6ed8c5650f6c9331af2bbd82122c433 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_b.conf @@ -0,0 +1,2 @@ +thread_pool_size=64 +cache_size=256MB diff --git a/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_c.conf b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..add5721701a2629621f94425aee58c664c033e30 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_c.conf @@ -0,0 +1,2 @@ +thread_pool_size=32 +queue_length=1000 diff --git a/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_d.conf b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..e91e59086d13450c15fed1b5276f094d8107bf1c --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_d.conf @@ -0,0 +1,2 @@ +thread_pool_size=128 +thread_timeout=5s diff --git a/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_e.conf b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_e.conf new file mode 100644 index 0000000000000000000000000000000000000000..ba2a15fbc6944071c55d85e0d41964d53fc4b760 --- /dev/null +++ b/shellops/assets/ShellOps_933f5e8e1b/init/system_configs/service_e.conf @@ -0,0 +1,2 @@ +thread_pool_size=64 +buffer_size=1MB diff --git a/shellops/assets/ShellOps_93489b739d/gold/metrics/service_a.json b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..c654f7cb11c8eb8d8f92fe6a751c7809ea576c4b --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_a.json @@ -0,0 +1,6 @@ +{ + "service": "api-gateway", + "active": true, + "override": false, + "users": 5432 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/gold/metrics/service_b.json b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..37ffec37fc6cec845214824deb85bef1faaf3ab7 --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_b.json @@ -0,0 +1,6 @@ +{ + "service": "auth-service", + "active": false, + "override": false, + "users": 2100 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/gold/metrics/service_c.json b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e3f48b7bb85180f310fcc383b0a8effbeb745697 --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_c.json @@ -0,0 +1,20 @@ +[ + { + "service": "payment-processor", + "active": true, + "override": true, + "users": 9801 + }, + { + "service": "notification-service", + "active": true, + "override": false, + "users": 3400 + }, + { + "service": "legacy-cron", + "active": false, + "override": true, + "users": 12 + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/gold/metrics/service_d.json b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_d.json new file mode 100644 index 0000000000000000000000000000000000000000..2c1d88d5f5688dd49e9cc7d824c193e834b15c6e --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/gold/metrics/service_d.json @@ -0,0 +1,6 @@ +{ + "override_flags": [ + {"flag": "temp_exclude"}, + {"flag": "manual_hold"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/init/metrics/service_a.json b/shellops/assets/ShellOps_93489b739d/init/metrics/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..c654f7cb11c8eb8d8f92fe6a751c7809ea576c4b --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/init/metrics/service_a.json @@ -0,0 +1,6 @@ +{ + "service": "api-gateway", + "active": true, + "override": false, + "users": 5432 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/init/metrics/service_b.json b/shellops/assets/ShellOps_93489b739d/init/metrics/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..37ffec37fc6cec845214824deb85bef1faaf3ab7 --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/init/metrics/service_b.json @@ -0,0 +1,6 @@ +{ + "service": "auth-service", + "active": false, + "override": false, + "users": 2100 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/init/metrics/service_c.json b/shellops/assets/ShellOps_93489b739d/init/metrics/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e3f48b7bb85180f310fcc383b0a8effbeb745697 --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/init/metrics/service_c.json @@ -0,0 +1,20 @@ +[ + { + "service": "payment-processor", + "active": true, + "override": true, + "users": 9801 + }, + { + "service": "notification-service", + "active": true, + "override": false, + "users": 3400 + }, + { + "service": "legacy-cron", + "active": false, + "override": true, + "users": 12 + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_93489b739d/init/metrics/service_d.json b/shellops/assets/ShellOps_93489b739d/init/metrics/service_d.json new file mode 100644 index 0000000000000000000000000000000000000000..2c1d88d5f5688dd49e9cc7d824c193e834b15c6e --- /dev/null +++ b/shellops/assets/ShellOps_93489b739d/init/metrics/service_d.json @@ -0,0 +1,6 @@ +{ + "override_flags": [ + {"flag": "temp_exclude"}, + {"flag": "manual_hold"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9367792f7f/gold/deprecated_refs.txt b/shellops/assets/ShellOps_9367792f7f/gold/deprecated_refs.txt new file mode 100644 index 0000000000000000000000000000000000000000..17911a16bad4c2759dc397cbb57e6f5184a563d4 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/deprecated_refs.txt @@ -0,0 +1,4 @@ +src/api/handlers.py +src/api/middleware.py +src/main.py +src/tests/test_handlers.py diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/api/__init__.py b/shellops/assets/ShellOps_9367792f7f/gold/src/api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..7e6932765b2385ea21317769a594cf359a8e4d76 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/api/__init__.py @@ -0,0 +1,4 @@ +from .handlers import fetch_user, list_posts +from .middleware import AuthMiddleware + +__all__ = ['fetch_user', 'list_posts', 'AuthMiddleware'] diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/api/handlers.py b/shellops/assets/ShellOps_9367792f7f/gold/src/api/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..834924e4e6b22f7a6230f3d7afc4b4f4c3158de1 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/api/handlers.py @@ -0,0 +1,14 @@ +def fetch_user(user_id): + try: + resp = request.get(f'/users/{user_id}') + if resp.status_code == 200: + return resp.json() + elif resp.status_code == 404: + raise ApiError('ERR_OLD_404') + elif resp.status_code >= 500: + raise ApiError('ERR_OLD_500') + except ConnectionError: + raise ApiError('ERR_OLD_503') + +def list_posts(): + return query_db('SELECT * FROM posts') diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/api/middleware.py b/shellops/assets/ShellOps_9367792f7f/gold/src/api/middleware.py new file mode 100644 index 0000000000000000000000000000000000000000..02c1d77c4fd406ba4fc77196d774a37bd94f970c --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/api/middleware.py @@ -0,0 +1,11 @@ +class AuthMiddleware: + def process_request(self, req): + token = req.headers.get('Authorization') + if not token: + return {'error': 'ERR_OLD_404', 'message': 'Missing token'} + if not self.validate(token): + return {'error': 'ERR_OLD_500', 'message': 'Invalid token'} + return None + + def validate(self, token): + return len(token) > 10 diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/main.py b/shellops/assets/ShellOps_9367792f7f/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..ae7b9a42e1762f82e604d92efcb432cf2f7be404 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/main.py @@ -0,0 +1,10 @@ +from api.handlers import fetch_user +from utils.logger import log_error + +def handle_request(req): + try: + data = fetch_user(req.user_id) + return {'status': 'ok', 'data': data} + except Exception as e: + log_error('ERR_OLD_500', str(e)) + return {'status': 'error'} diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/scripts/cleanup.py b/shellops/assets/ShellOps_9367792f7f/gold/src/scripts/cleanup.py new file mode 100644 index 0000000000000000000000000000000000000000..86be27067cce9037b1defe80550908cff731ed06 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/scripts/cleanup.py @@ -0,0 +1,6 @@ +import os + +def cleanup_temp(): + for f in os.listdir('/tmp'): + if f.endswith('.tmp'): + os.remove(os.path.join('/tmp', f)) diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/tests/test_handlers.py b/shellops/assets/ShellOps_9367792f7f/gold/src/tests/test_handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..2c3768990c357e9f72282f51e957acc9b605948e --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/tests/test_handlers.py @@ -0,0 +1,13 @@ +import unittest +from api.handlers import fetch_user + +class TestHandlers(unittest.TestCase): + def test_fetch_user_not_found(self): + with self.assertRaises(ApiError) as cm: + fetch_user(99999) + self.assertEqual(cm.exception.code, 'ERR_OLD_404') + + def test_fetch_user_server_error(self): + with self.assertRaises(ApiError) as cm: + fetch_user(-1) + self.assertEqual(cm.exception.code, 'ERR_OLD_500') diff --git a/shellops/assets/ShellOps_9367792f7f/gold/src/utils/logger.py b/shellops/assets/ShellOps_9367792f7f/gold/src/utils/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..1d02437661827d0cfc4ee2bf5289832f84c1020f --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/gold/src/utils/logger.py @@ -0,0 +1,7 @@ +import logging + +def log_error(err_code, message): + logging.error(f'{err_code}: {message}') + +def log_info(message): + logging.info(message) diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/api/__init__.py b/shellops/assets/ShellOps_9367792f7f/init/src/api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..7e6932765b2385ea21317769a594cf359a8e4d76 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/api/__init__.py @@ -0,0 +1,4 @@ +from .handlers import fetch_user, list_posts +from .middleware import AuthMiddleware + +__all__ = ['fetch_user', 'list_posts', 'AuthMiddleware'] diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/api/handlers.py b/shellops/assets/ShellOps_9367792f7f/init/src/api/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..834924e4e6b22f7a6230f3d7afc4b4f4c3158de1 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/api/handlers.py @@ -0,0 +1,14 @@ +def fetch_user(user_id): + try: + resp = request.get(f'/users/{user_id}') + if resp.status_code == 200: + return resp.json() + elif resp.status_code == 404: + raise ApiError('ERR_OLD_404') + elif resp.status_code >= 500: + raise ApiError('ERR_OLD_500') + except ConnectionError: + raise ApiError('ERR_OLD_503') + +def list_posts(): + return query_db('SELECT * FROM posts') diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/api/middleware.py b/shellops/assets/ShellOps_9367792f7f/init/src/api/middleware.py new file mode 100644 index 0000000000000000000000000000000000000000..02c1d77c4fd406ba4fc77196d774a37bd94f970c --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/api/middleware.py @@ -0,0 +1,11 @@ +class AuthMiddleware: + def process_request(self, req): + token = req.headers.get('Authorization') + if not token: + return {'error': 'ERR_OLD_404', 'message': 'Missing token'} + if not self.validate(token): + return {'error': 'ERR_OLD_500', 'message': 'Invalid token'} + return None + + def validate(self, token): + return len(token) > 10 diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/main.py b/shellops/assets/ShellOps_9367792f7f/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..ae7b9a42e1762f82e604d92efcb432cf2f7be404 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/main.py @@ -0,0 +1,10 @@ +from api.handlers import fetch_user +from utils.logger import log_error + +def handle_request(req): + try: + data = fetch_user(req.user_id) + return {'status': 'ok', 'data': data} + except Exception as e: + log_error('ERR_OLD_500', str(e)) + return {'status': 'error'} diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/scripts/cleanup.py b/shellops/assets/ShellOps_9367792f7f/init/src/scripts/cleanup.py new file mode 100644 index 0000000000000000000000000000000000000000..86be27067cce9037b1defe80550908cff731ed06 --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/scripts/cleanup.py @@ -0,0 +1,6 @@ +import os + +def cleanup_temp(): + for f in os.listdir('/tmp'): + if f.endswith('.tmp'): + os.remove(os.path.join('/tmp', f)) diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/tests/test_handlers.py b/shellops/assets/ShellOps_9367792f7f/init/src/tests/test_handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..2c3768990c357e9f72282f51e957acc9b605948e --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/tests/test_handlers.py @@ -0,0 +1,13 @@ +import unittest +from api.handlers import fetch_user + +class TestHandlers(unittest.TestCase): + def test_fetch_user_not_found(self): + with self.assertRaises(ApiError) as cm: + fetch_user(99999) + self.assertEqual(cm.exception.code, 'ERR_OLD_404') + + def test_fetch_user_server_error(self): + with self.assertRaises(ApiError) as cm: + fetch_user(-1) + self.assertEqual(cm.exception.code, 'ERR_OLD_500') diff --git a/shellops/assets/ShellOps_9367792f7f/init/src/utils/logger.py b/shellops/assets/ShellOps_9367792f7f/init/src/utils/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..1d02437661827d0cfc4ee2bf5289832f84c1020f --- /dev/null +++ b/shellops/assets/ShellOps_9367792f7f/init/src/utils/logger.py @@ -0,0 +1,7 @@ +import logging + +def log_error(err_code, message): + logging.error(f'{err_code}: {message}') + +def log_info(message): + logging.info(message) diff --git a/shellops/assets/ShellOps_9398ed6ca8/gold/apps/api.cfg b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/api.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0b521624ea9dc80265ff834162527ec76b585e2d --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/api.cfg @@ -0,0 +1,3 @@ +security=strict-transport-security +security=X-Content-Type-Options +security=X-XSS-Protection \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/gold/apps/backend.cfg b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/backend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..ce980bbecbc8c3453bc8b645616b5f468c9cd965 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/backend.cfg @@ -0,0 +1,3 @@ +security=x-frame-options +security=Content-Security-Policy +security=Referrer-Policy \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/gold/apps/frontend.cfg b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/frontend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..879d3be9885355d2f8ceea4d14d206218f6f0219 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/frontend.cfg @@ -0,0 +1,3 @@ +security=Content-Security-Policy +security=X-Frame-Options +security=Strict-Transport-Security \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/gold/apps/legacy.cfg b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/legacy.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a09f4bef29ac540d133d503f6af5723aaa7c89c4 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/gold/apps/legacy.cfg @@ -0,0 +1,3 @@ +security=Content-Security-Policy +security=X-Frame-Options +security=Cache-Control \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/gold/headers_list.md b/shellops/assets/ShellOps_9398ed6ca8/gold/headers_list.md new file mode 100644 index 0000000000000000000000000000000000000000..44ba3c66a52677af52b264d268899ed82d1736e8 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/gold/headers_list.md @@ -0,0 +1,7 @@ +cache-control +content-security-policy +referrer-policy +strict-transport-security +x-content-type-options +x-frame-options +x-xss-protection diff --git a/shellops/assets/ShellOps_9398ed6ca8/init/apps/api.cfg b/shellops/assets/ShellOps_9398ed6ca8/init/apps/api.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0b521624ea9dc80265ff834162527ec76b585e2d --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/init/apps/api.cfg @@ -0,0 +1,3 @@ +security=strict-transport-security +security=X-Content-Type-Options +security=X-XSS-Protection \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/init/apps/backend.cfg b/shellops/assets/ShellOps_9398ed6ca8/init/apps/backend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..ce980bbecbc8c3453bc8b645616b5f468c9cd965 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/init/apps/backend.cfg @@ -0,0 +1,3 @@ +security=x-frame-options +security=Content-Security-Policy +security=Referrer-Policy \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/init/apps/frontend.cfg b/shellops/assets/ShellOps_9398ed6ca8/init/apps/frontend.cfg new file mode 100644 index 0000000000000000000000000000000000000000..879d3be9885355d2f8ceea4d14d206218f6f0219 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/init/apps/frontend.cfg @@ -0,0 +1,3 @@ +security=Content-Security-Policy +security=X-Frame-Options +security=Strict-Transport-Security \ No newline at end of file diff --git a/shellops/assets/ShellOps_9398ed6ca8/init/apps/legacy.cfg b/shellops/assets/ShellOps_9398ed6ca8/init/apps/legacy.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a09f4bef29ac540d133d503f6af5723aaa7c89c4 --- /dev/null +++ b/shellops/assets/ShellOps_9398ed6ca8/init/apps/legacy.cfg @@ -0,0 +1,3 @@ +security=Content-Security-Policy +security=X-Frame-Options +security=Cache-Control \ No newline at end of file diff --git a/shellops/assets/ShellOps_939f6a725f/gold/cleaned_paths.md b/shellops/assets/ShellOps_939f6a725f/gold/cleaned_paths.md new file mode 100644 index 0000000000000000000000000000000000000000..b8368bdd89e45e7d0b1ba5ac8005fb2f24c33da1 --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/gold/cleaned_paths.md @@ -0,0 +1,6 @@ +/etc/app/settings +/etc/db/schema +/etc/web/routes +/usr/local/lib/config +/var/log/app +/var/log/web diff --git a/shellops/assets/ShellOps_939f6a725f/gold/config/app.conf b/shellops/assets/ShellOps_939f6a725f/gold/config/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..45f461164080c0d6e73b616859df63eb14d86e6e --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/gold/config/app.conf @@ -0,0 +1,4 @@ +include /usr/local/lib/config +include /etc/app/settings +include /usr/local/lib/config +include /var/log/app \ No newline at end of file diff --git a/shellops/assets/ShellOps_939f6a725f/gold/config/db.conf b/shellops/assets/ShellOps_939f6a725f/gold/config/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..2447456ad575142be55c4391b4a06235629e498b --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/gold/config/db.conf @@ -0,0 +1,3 @@ +include /etc/db/schema +include /usr/local/lib/config/ +include /var/log/app/ \ No newline at end of file diff --git a/shellops/assets/ShellOps_939f6a725f/gold/config/legacy/.keep b/shellops/assets/ShellOps_939f6a725f/gold/config/legacy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_939f6a725f/gold/config/web.conf b/shellops/assets/ShellOps_939f6a725f/gold/config/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..c9ecdbe1bbcc1e7204dc617430b6c6ee9d187d29 --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/gold/config/web.conf @@ -0,0 +1,3 @@ +include /etc/web/routes +include /usr/local/lib/config +include /var/log/web \ No newline at end of file diff --git a/shellops/assets/ShellOps_939f6a725f/init/config/app.conf b/shellops/assets/ShellOps_939f6a725f/init/config/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..45f461164080c0d6e73b616859df63eb14d86e6e --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/init/config/app.conf @@ -0,0 +1,4 @@ +include /usr/local/lib/config +include /etc/app/settings +include /usr/local/lib/config +include /var/log/app \ No newline at end of file diff --git a/shellops/assets/ShellOps_939f6a725f/init/config/db.conf b/shellops/assets/ShellOps_939f6a725f/init/config/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..2447456ad575142be55c4391b4a06235629e498b --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/init/config/db.conf @@ -0,0 +1,3 @@ +include /etc/db/schema +include /usr/local/lib/config/ +include /var/log/app/ \ No newline at end of file diff --git a/shellops/assets/ShellOps_939f6a725f/init/config/legacy/.keep b/shellops/assets/ShellOps_939f6a725f/init/config/legacy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_939f6a725f/init/config/web.conf b/shellops/assets/ShellOps_939f6a725f/init/config/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..c9ecdbe1bbcc1e7204dc617430b6c6ee9d187d29 --- /dev/null +++ b/shellops/assets/ShellOps_939f6a725f/init/config/web.conf @@ -0,0 +1,3 @@ +include /etc/web/routes +include /usr/local/lib/config +include /var/log/web \ No newline at end of file diff --git a/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/.keep b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_alpha.trace b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..f9fd379ff4dc1223c5ea272510e80bcf2482b00e --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_alpha.trace @@ -0,0 +1,5 @@ +TAG_1001 calibration offset applied +TAG_1002 sensor reading valid +TAG_1003 memory allocation failed +TAG_1001 calibration offset applied +TAG_1004 watchdog timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_beta.trace b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..ee37da3ec879c4558179a52b2b5276a5eda6df1f --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_beta.trace @@ -0,0 +1,4 @@ +TAG_1002 sensor reading valid +TAG_1005 buffer overflow detected +TAG_1006 checksum error +TAG_1002 sensor reading valid \ No newline at end of file diff --git a/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_gamma.trace b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..edc28406aee8e491c3aa9aac6af85645d84448bc --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/gold/diagnostics/firmware_gamma.trace @@ -0,0 +1,4 @@ +TAG_1007 stack underflow +TAG_1001 calibration offset applied +TAG_1008 assertion failed +TAG_1007 stack underflow \ No newline at end of file diff --git a/shellops/assets/ShellOps_93add5f90c/gold/tags.txt b/shellops/assets/ShellOps_93add5f90c/gold/tags.txt new file mode 100644 index 0000000000000000000000000000000000000000..01299e014d25f7eb7efc6c2ad2544b63f1098c83 --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/gold/tags.txt @@ -0,0 +1,8 @@ +TAG_1001 +TAG_1002 +TAG_1003 +TAG_1004 +TAG_1005 +TAG_1006 +TAG_1007 +TAG_1008 diff --git a/shellops/assets/ShellOps_93add5f90c/init/diagnostics/.keep b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_alpha.trace b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_alpha.trace new file mode 100644 index 0000000000000000000000000000000000000000..f9fd379ff4dc1223c5ea272510e80bcf2482b00e --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_alpha.trace @@ -0,0 +1,5 @@ +TAG_1001 calibration offset applied +TAG_1002 sensor reading valid +TAG_1003 memory allocation failed +TAG_1001 calibration offset applied +TAG_1004 watchdog timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_beta.trace b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_beta.trace new file mode 100644 index 0000000000000000000000000000000000000000..ee37da3ec879c4558179a52b2b5276a5eda6df1f --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_beta.trace @@ -0,0 +1,4 @@ +TAG_1002 sensor reading valid +TAG_1005 buffer overflow detected +TAG_1006 checksum error +TAG_1002 sensor reading valid \ No newline at end of file diff --git a/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_gamma.trace b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_gamma.trace new file mode 100644 index 0000000000000000000000000000000000000000..edc28406aee8e491c3aa9aac6af85645d84448bc --- /dev/null +++ b/shellops/assets/ShellOps_93add5f90c/init/diagnostics/firmware_gamma.trace @@ -0,0 +1,4 @@ +TAG_1007 stack underflow +TAG_1001 calibration offset applied +TAG_1008 assertion failed +TAG_1007 stack underflow \ No newline at end of file diff --git a/shellops/assets/ShellOps_943cd2e9ad/gold/active_deploy.conf b/shellops/assets/ShellOps_943cd2e9ad/gold/active_deploy.conf new file mode 100644 index 0000000000000000000000000000000000000000..a50221a9eb8707e9def07c4d7c3805795be7fba2 --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/gold/active_deploy.conf @@ -0,0 +1,3 @@ +service { name=nginx port=80 } +service { name=redis port=6379 } +service { name=podman port=8080 } diff --git a/shellops/assets/ShellOps_943cd2e9ad/gold/approved_services.txt b/shellops/assets/ShellOps_943cd2e9ad/gold/approved_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b039675bd1d76ac64a2ef9fd38a7a190878e116 --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/gold/approved_services.txt @@ -0,0 +1,5 @@ +postgres +redis +nginx +rabbitmq +podman diff --git a/shellops/assets/ShellOps_943cd2e9ad/gold/distractor/env_vars.yaml b/shellops/assets/ShellOps_943cd2e9ad/gold/distractor/env_vars.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00d9c98f0b67862ca7cf6919f11937b75c0878b5 --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/gold/distractor/env_vars.yaml @@ -0,0 +1,4 @@ +SERVICE_NAMES: + - postgres + - redis + - obsolete-service \ No newline at end of file diff --git a/shellops/assets/ShellOps_943cd2e9ad/gold/missing_services.txt b/shellops/assets/ShellOps_943cd2e9ad/gold/missing_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8257ed561d7750bb21b7848648c3d24a1208cde --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/gold/missing_services.txt @@ -0,0 +1,2 @@ +postgres +rabbitmq diff --git a/shellops/assets/ShellOps_943cd2e9ad/init/active_deploy.conf b/shellops/assets/ShellOps_943cd2e9ad/init/active_deploy.conf new file mode 100644 index 0000000000000000000000000000000000000000..a50221a9eb8707e9def07c4d7c3805795be7fba2 --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/init/active_deploy.conf @@ -0,0 +1,3 @@ +service { name=nginx port=80 } +service { name=redis port=6379 } +service { name=podman port=8080 } diff --git a/shellops/assets/ShellOps_943cd2e9ad/init/approved_services.txt b/shellops/assets/ShellOps_943cd2e9ad/init/approved_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b039675bd1d76ac64a2ef9fd38a7a190878e116 --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/init/approved_services.txt @@ -0,0 +1,5 @@ +postgres +redis +nginx +rabbitmq +podman diff --git a/shellops/assets/ShellOps_943cd2e9ad/init/distractor/env_vars.yaml b/shellops/assets/ShellOps_943cd2e9ad/init/distractor/env_vars.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00d9c98f0b67862ca7cf6919f11937b75c0878b5 --- /dev/null +++ b/shellops/assets/ShellOps_943cd2e9ad/init/distractor/env_vars.yaml @@ -0,0 +1,4 @@ +SERVICE_NAMES: + - postgres + - redis + - obsolete-service \ No newline at end of file diff --git a/shellops/assets/ShellOps_94480a120a/gold/debug.log b/shellops/assets/ShellOps_94480a120a/gold/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..8d37f7b3be6b6065e6fbde2cf01c557e66918476 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/gold/debug.log @@ -0,0 +1 @@ +2024-03-15 08:09: UTC - Node B203 sensor offline \ No newline at end of file diff --git a/shellops/assets/ShellOps_94480a120a/gold/exceeds.tsv b/shellops/assets/ShellOps_94480a120a/gold/exceeds.tsv new file mode 100644 index 0000000000000000000000000000000000000000..242d55999cb7961642e33195637ba4659d7e2974 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/gold/exceeds.tsv @@ -0,0 +1,2 @@ +B203 125 +D412 220 diff --git a/shellops/assets/ShellOps_94480a120a/gold/node_limits.conf b/shellops/assets/ShellOps_94480a120a/gold/node_limits.conf new file mode 100644 index 0000000000000000000000000000000000000000..560f25bb7349f16542b5152b871a9873b2447424 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/gold/node_limits.conf @@ -0,0 +1,5 @@ +node_id,max_allowed +A100,50 +B203,100 +C305,80 +D412,200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_94480a120a/gold/tx_stats.csv b/shellops/assets/ShellOps_94480a120a/gold/tx_stats.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e86b755acb09c0ea85eb1f4e5d96f2fc763faa6 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/gold/tx_stats.csv @@ -0,0 +1,5 @@ +node_id,avg_interval +A100,34 +B203,125 +C305,78 +D412,220 \ No newline at end of file diff --git a/shellops/assets/ShellOps_94480a120a/init/debug.log b/shellops/assets/ShellOps_94480a120a/init/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..8d37f7b3be6b6065e6fbde2cf01c557e66918476 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/init/debug.log @@ -0,0 +1 @@ +2024-03-15 08:09: UTC - Node B203 sensor offline \ No newline at end of file diff --git a/shellops/assets/ShellOps_94480a120a/init/node_limits.conf b/shellops/assets/ShellOps_94480a120a/init/node_limits.conf new file mode 100644 index 0000000000000000000000000000000000000000..560f25bb7349f16542b5152b871a9873b2447424 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/init/node_limits.conf @@ -0,0 +1,5 @@ +node_id,max_allowed +A100,50 +B203,100 +C305,80 +D412,200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_94480a120a/init/tx_stats.csv b/shellops/assets/ShellOps_94480a120a/init/tx_stats.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e86b755acb09c0ea85eb1f4e5d96f2fc763faa6 --- /dev/null +++ b/shellops/assets/ShellOps_94480a120a/init/tx_stats.csv @@ -0,0 +1,5 @@ +node_id,avg_interval +A100,34 +B203,125 +C305,78 +D412,220 \ No newline at end of file diff --git a/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-01.trace b/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-01.trace new file mode 100644 index 0000000000000000000000000000000000000000..accf6d84bc0c905282af5ff38bc25a828714942b --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-01.trace @@ -0,0 +1,3 @@ +interface wan0 TX_Dropped 12 +interface lan1 TX_Dropped 5 +interface wan0 RX_Packets 1200 diff --git a/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-02.trace b/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-02.trace new file mode 100644 index 0000000000000000000000000000000000000000..14d1e15140b3b4e8f0e1da7d7091d588d96d5a02 --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-02.trace @@ -0,0 +1,3 @@ +interface wan0 TX_Dropped 8 +interface lan1 TX_Dropped 3 +interface wan0 RX_Packets 900 diff --git a/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-03.trace b/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-03.trace new file mode 100644 index 0000000000000000000000000000000000000000..34e1fbf4ddec11b52d71a3955d837c2478afff97 --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/gold/diagnostics/router_2024-03-03.trace @@ -0,0 +1,3 @@ +interface wan0 TX_Dropped 15 +interface lan1 TX_Dropped 2 +interface wan0 RX_Packets 1100 diff --git a/shellops/assets/ShellOps_94579c33c0/gold/wan0_dropped_total.txt b/shellops/assets/ShellOps_94579c33c0/gold/wan0_dropped_total.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f92bfdd49766b1907d4aec8d3b0f9ed6129d0e6 --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/gold/wan0_dropped_total.txt @@ -0,0 +1 @@ +35 diff --git a/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-01.trace b/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-01.trace new file mode 100644 index 0000000000000000000000000000000000000000..accf6d84bc0c905282af5ff38bc25a828714942b --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-01.trace @@ -0,0 +1,3 @@ +interface wan0 TX_Dropped 12 +interface lan1 TX_Dropped 5 +interface wan0 RX_Packets 1200 diff --git a/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-02.trace b/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-02.trace new file mode 100644 index 0000000000000000000000000000000000000000..14d1e15140b3b4e8f0e1da7d7091d588d96d5a02 --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-02.trace @@ -0,0 +1,3 @@ +interface wan0 TX_Dropped 8 +interface lan1 TX_Dropped 3 +interface wan0 RX_Packets 900 diff --git a/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-03.trace b/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-03.trace new file mode 100644 index 0000000000000000000000000000000000000000..34e1fbf4ddec11b52d71a3955d837c2478afff97 --- /dev/null +++ b/shellops/assets/ShellOps_94579c33c0/init/diagnostics/router_2024-03-03.trace @@ -0,0 +1,3 @@ +interface wan0 TX_Dropped 15 +interface lan1 TX_Dropped 2 +interface wan0 RX_Packets 1100 diff --git a/shellops/assets/ShellOps_9478aa9fd4/gold/access.txt b/shellops/assets/ShellOps_9478aa9fd4/gold/access.txt new file mode 100644 index 0000000000000000000000000000000000000000..4acd7b25762fae283ff0ce286ad1f3ea839570f6 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/gold/access.txt @@ -0,0 +1,10 @@ +2024-05-10 08:15:23 vendor_1001 login successful +2024-05-10 08:17:45 vendor_1003 login successful +2024-05-10 09:22:11 vendor_1011 login failed +2024-05-10 09:23:05 vendor_1011 login successful +2024-05-10 10:05:33 vendor_1005 login successful +2024-05-10 10:45:12 vendor_1012 login successful +2024-05-10 11:12:09 vendor_1007 login successful +2024-05-10 11:15:44 vendor_1013 login successful +2024-05-10 12:03:21 vendor_1009 login successful +2024-05-10 13:45:19 vendor_1014 login successful diff --git a/shellops/assets/ShellOps_9478aa9fd4/gold/notes.md b/shellops/assets/ShellOps_9478aa9fd4/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9580dcc71011e7223abeb2cf865b5def473dd9a9 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/gold/notes.md @@ -0,0 +1,3 @@ +Daily access log format: timestamp vendor_id event_type +Only vendors listed as approved in suppliers.xml should be active. +This file is a reference and should not affect the output. diff --git a/shellops/assets/ShellOps_9478aa9fd4/gold/reports/unapproved_active.txt b/shellops/assets/ShellOps_9478aa9fd4/gold/reports/unapproved_active.txt new file mode 100644 index 0000000000000000000000000000000000000000..25f0dd61e964dbe5be9449decc5af003aa2e2529 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/gold/reports/unapproved_active.txt @@ -0,0 +1,4 @@ +vendor_1011 +vendor_1012 +vendor_1013 +vendor_1014 diff --git a/shellops/assets/ShellOps_9478aa9fd4/gold/suppliers.xml b/shellops/assets/ShellOps_9478aa9fd4/gold/suppliers.xml new file mode 100644 index 0000000000000000000000000000000000000000..d867389e50a1830d38fef02d59cd498dc79c5ee5 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/gold/suppliers.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_9478aa9fd4/init/access.txt b/shellops/assets/ShellOps_9478aa9fd4/init/access.txt new file mode 100644 index 0000000000000000000000000000000000000000..4acd7b25762fae283ff0ce286ad1f3ea839570f6 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/init/access.txt @@ -0,0 +1,10 @@ +2024-05-10 08:15:23 vendor_1001 login successful +2024-05-10 08:17:45 vendor_1003 login successful +2024-05-10 09:22:11 vendor_1011 login failed +2024-05-10 09:23:05 vendor_1011 login successful +2024-05-10 10:05:33 vendor_1005 login successful +2024-05-10 10:45:12 vendor_1012 login successful +2024-05-10 11:12:09 vendor_1007 login successful +2024-05-10 11:15:44 vendor_1013 login successful +2024-05-10 12:03:21 vendor_1009 login successful +2024-05-10 13:45:19 vendor_1014 login successful diff --git a/shellops/assets/ShellOps_9478aa9fd4/init/notes.md b/shellops/assets/ShellOps_9478aa9fd4/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9580dcc71011e7223abeb2cf865b5def473dd9a9 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/init/notes.md @@ -0,0 +1,3 @@ +Daily access log format: timestamp vendor_id event_type +Only vendors listed as approved in suppliers.xml should be active. +This file is a reference and should not affect the output. diff --git a/shellops/assets/ShellOps_9478aa9fd4/init/suppliers.xml b/shellops/assets/ShellOps_9478aa9fd4/init/suppliers.xml new file mode 100644 index 0000000000000000000000000000000000000000..d867389e50a1830d38fef02d59cd498dc79c5ee5 --- /dev/null +++ b/shellops/assets/ShellOps_9478aa9fd4/init/suppliers.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_94f5e4ffc4/gold/audit/checks.json b/shellops/assets/ShellOps_94f5e4ffc4/gold/audit/checks.json new file mode 100644 index 0000000000000000000000000000000000000000..96e7adea599923a712d23d78e948a3ebf2efa822 --- /dev/null +++ b/shellops/assets/ShellOps_94f5e4ffc4/gold/audit/checks.json @@ -0,0 +1 @@ +{"checks": [{"node_id": "node-101", "status": "approved"}, {"node_id": "node-103", "status": "pending"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_94f5e4ffc4/gold/inventory/nodes_allocated.json b/shellops/assets/ShellOps_94f5e4ffc4/gold/inventory/nodes_allocated.json new file mode 100644 index 0000000000000000000000000000000000000000..884895137c5f2d9298dd9d1226f434780d4c6443 --- /dev/null +++ b/shellops/assets/ShellOps_94f5e4ffc4/gold/inventory/nodes_allocated.json @@ -0,0 +1 @@ +{"nodes": [{"id": "node-101", "role": "control"}, {"id": "node-102", "role": "worker"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_94f5e4ffc4/gold/pending_approval.txt b/shellops/assets/ShellOps_94f5e4ffc4/gold/pending_approval.txt new file mode 100644 index 0000000000000000000000000000000000000000..a62f406673891a05e3bd8d49022fb1c2b39acbcd --- /dev/null +++ b/shellops/assets/ShellOps_94f5e4ffc4/gold/pending_approval.txt @@ -0,0 +1 @@ +node-102 diff --git a/shellops/assets/ShellOps_94f5e4ffc4/init/audit/checks.json b/shellops/assets/ShellOps_94f5e4ffc4/init/audit/checks.json new file mode 100644 index 0000000000000000000000000000000000000000..96e7adea599923a712d23d78e948a3ebf2efa822 --- /dev/null +++ b/shellops/assets/ShellOps_94f5e4ffc4/init/audit/checks.json @@ -0,0 +1 @@ +{"checks": [{"node_id": "node-101", "status": "approved"}, {"node_id": "node-103", "status": "pending"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_94f5e4ffc4/init/inventory/nodes_allocated.json b/shellops/assets/ShellOps_94f5e4ffc4/init/inventory/nodes_allocated.json new file mode 100644 index 0000000000000000000000000000000000000000..884895137c5f2d9298dd9d1226f434780d4c6443 --- /dev/null +++ b/shellops/assets/ShellOps_94f5e4ffc4/init/inventory/nodes_allocated.json @@ -0,0 +1 @@ +{"nodes": [{"id": "node-101", "role": "control"}, {"id": "node-102", "role": "worker"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_955054ec27/gold/reports/endpoint_activity.txt b/shellops/assets/ShellOps_955054ec27/gold/reports/endpoint_activity.txt new file mode 100644 index 0000000000000000000000000000000000000000..fafabe0dbcb306560d3d857f06a24fd72140e848 --- /dev/null +++ b/shellops/assets/ShellOps_955054ec27/gold/reports/endpoint_activity.txt @@ -0,0 +1,3 @@ +/api/users/list:9 +/api/orders/create:6 +/api/health:6 diff --git a/shellops/assets/ShellOps_955054ec27/init/reports/endpoint_activity.txt b/shellops/assets/ShellOps_955054ec27/init/reports/endpoint_activity.txt new file mode 100644 index 0000000000000000000000000000000000000000..261ee65dce941f25e4733872fb2d085f6b99d042 --- /dev/null +++ b/shellops/assets/ShellOps_955054ec27/init/reports/endpoint_activity.txt @@ -0,0 +1,2 @@ +outdated summary +should be replaced diff --git a/shellops/assets/ShellOps_9593141f9e/gold/ingredient_summary.txt b/shellops/assets/ShellOps_9593141f9e/gold/ingredient_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc68548bf255e3f843a03aa03b707db7e27939c8 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/gold/ingredient_summary.txt @@ -0,0 +1,23 @@ +bacon +bell peppers +broccoli +carrots +chicken breast +cocoa powder +coconut milk +cucumber +curry powder +eggs +feta cheese +flour +garlic +milk +olives +onion +parmesan cheese +red onion +soy sauce +spaghetti +sugar +tofu +tomatoes diff --git a/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe1.json b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe1.json new file mode 100644 index 0000000000000000000000000000000000000000..1300b4e2c1e1a2962fa48567433b86ad3e8a3bb4 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe1.json @@ -0,0 +1 @@ +{"title": "Spaghetti Carbonara", "ingredients": ["spaghetti", "eggs", "bacon", "parmesan cheese"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe2.json b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe2.json new file mode 100644 index 0000000000000000000000000000000000000000..3b4b10f382aa72d3cd72ecae18da496bfd8e8c31 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe2.json @@ -0,0 +1 @@ +{"title": "Vegetable Stir Fry", "ingredients": ["broccoli", "carrots", "bell peppers", "soy sauce", "tofu"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe3.json b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe3.json new file mode 100644 index 0000000000000000000000000000000000000000..29ce241a877f281ae015b8d2e98f02168bf63b34 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe3.json @@ -0,0 +1 @@ +{"title": "Chocolate Cake", "ingredients": ["flour", "sugar", "cocoa powder", "eggs", "milk"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe4.json b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe4.json new file mode 100644 index 0000000000000000000000000000000000000000..17117fda1c5144847fca7bec1ec720d977d99cc7 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe4.json @@ -0,0 +1 @@ +{"title": "Greek Salad", "ingredients": ["cucumber", "tomatoes", "red onion", "feta cheese", "olives"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe5.json b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe5.json new file mode 100644 index 0000000000000000000000000000000000000000..1149cd7329028684b032d0bf58aa1f8ee0e8c909 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/gold/submissions/recipe5.json @@ -0,0 +1 @@ +{"title": "Chicken Curry", "ingredients": ["chicken breast", "curry powder", "coconut milk", "onion", "garlic"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/init/.tmp/keep b/shellops/assets/ShellOps_9593141f9e/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe1.json b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe1.json new file mode 100644 index 0000000000000000000000000000000000000000..1300b4e2c1e1a2962fa48567433b86ad3e8a3bb4 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe1.json @@ -0,0 +1 @@ +{"title": "Spaghetti Carbonara", "ingredients": ["spaghetti", "eggs", "bacon", "parmesan cheese"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe2.json b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe2.json new file mode 100644 index 0000000000000000000000000000000000000000..3b4b10f382aa72d3cd72ecae18da496bfd8e8c31 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe2.json @@ -0,0 +1 @@ +{"title": "Vegetable Stir Fry", "ingredients": ["broccoli", "carrots", "bell peppers", "soy sauce", "tofu"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe3.json b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe3.json new file mode 100644 index 0000000000000000000000000000000000000000..29ce241a877f281ae015b8d2e98f02168bf63b34 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe3.json @@ -0,0 +1 @@ +{"title": "Chocolate Cake", "ingredients": ["flour", "sugar", "cocoa powder", "eggs", "milk"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe4.json b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe4.json new file mode 100644 index 0000000000000000000000000000000000000000..17117fda1c5144847fca7bec1ec720d977d99cc7 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe4.json @@ -0,0 +1 @@ +{"title": "Greek Salad", "ingredients": ["cucumber", "tomatoes", "red onion", "feta cheese", "olives"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe5.json b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe5.json new file mode 100644 index 0000000000000000000000000000000000000000..1149cd7329028684b032d0bf58aa1f8ee0e8c909 --- /dev/null +++ b/shellops/assets/ShellOps_9593141f9e/init/submissions/recipe5.json @@ -0,0 +1 @@ +{"title": "Chicken Curry", "ingredients": ["chicken breast", "curry powder", "coconut milk", "onion", "garlic"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_95c293b093/gold/devices_export.tsv b/shellops/assets/ShellOps_95c293b093/gold/devices_export.tsv new file mode 100644 index 0000000000000000000000000000000000000000..49ec9ec17053ebd0b2559010a8b32309f622f3fd --- /dev/null +++ b/shellops/assets/ShellOps_95c293b093/gold/devices_export.tsv @@ -0,0 +1,3 @@ +device_01 router 501 +tenant_sensor device_02 307 +hub_gw device_03 422 \ No newline at end of file diff --git a/shellops/assets/ShellOps_95c293b093/gold/endpoints_missing.txt b/shellops/assets/ShellOps_95c293b093/gold/endpoints_missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae4cf41b213a36bc3ebff662c199a8260d61dc42 --- /dev/null +++ b/shellops/assets/ShellOps_95c293b093/gold/endpoints_missing.txt @@ -0,0 +1 @@ +307 diff --git a/shellops/assets/ShellOps_95c293b093/gold/upgrade_errors.log b/shellops/assets/ShellOps_95c293b093/gold/upgrade_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..1ad18154171895f1562b4902183b0eb1b4d92524 --- /dev/null +++ b/shellops/assets/ShellOps_95c293b093/gold/upgrade_errors.log @@ -0,0 +1,3 @@ +[CLUSTER_ID] "501" failed checksum verification +[NETWORK_ERROR] gateway timeout +[CLUSTER_ID] "422" connection refused \ No newline at end of file diff --git a/shellops/assets/ShellOps_95c293b093/init/devices_export.tsv b/shellops/assets/ShellOps_95c293b093/init/devices_export.tsv new file mode 100644 index 0000000000000000000000000000000000000000..49ec9ec17053ebd0b2559010a8b32309f622f3fd --- /dev/null +++ b/shellops/assets/ShellOps_95c293b093/init/devices_export.tsv @@ -0,0 +1,3 @@ +device_01 router 501 +tenant_sensor device_02 307 +hub_gw device_03 422 \ No newline at end of file diff --git a/shellops/assets/ShellOps_95c293b093/init/upgrade_errors.log b/shellops/assets/ShellOps_95c293b093/init/upgrade_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..1ad18154171895f1562b4902183b0eb1b4d92524 --- /dev/null +++ b/shellops/assets/ShellOps_95c293b093/init/upgrade_errors.log @@ -0,0 +1,3 @@ +[CLUSTER_ID] "501" failed checksum verification +[NETWORK_ERROR] gateway timeout +[CLUSTER_ID] "422" connection refused \ No newline at end of file diff --git a/shellops/assets/ShellOps_96310ed8c5/gold/approved_ip_blocks.json b/shellops/assets/ShellOps_96310ed8c5/gold/approved_ip_blocks.json new file mode 100644 index 0000000000000000000000000000000000000000..8213a6e96beaf1910538abd92acbf95698a753e3 --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/gold/approved_ip_blocks.json @@ -0,0 +1 @@ +{"allowlist": [{"cidr": "192.168.1.0/24", "status": "active"}, {"cidr": "10.10.0.0/16", "status": "deprecated"}, {"cidr": "172.16.32.0/20", "status": "active"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_96310ed8c5/gold/firewall_rules/rule1.json b/shellops/assets/ShellOps_96310ed8c5/gold/firewall_rules/rule1.json new file mode 100644 index 0000000000000000000000000000000000000000..155d35d8e5687e10fed18cd56c3ffd98081de1b1 --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/gold/firewall_rules/rule1.json @@ -0,0 +1 @@ +{"rule": "allow", "cidr": "192.168.1.0/24"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_96310ed8c5/gold/firewall_rules/rule2.json b/shellops/assets/ShellOps_96310ed8c5/gold/firewall_rules/rule2.json new file mode 100644 index 0000000000000000000000000000000000000000..44e99cb47a9584ca3d6ef1bfd1c817fd2e84ef59 --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/gold/firewall_rules/rule2.json @@ -0,0 +1 @@ +{"rule": "deny", "cidr": "10.0.0.0/8"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_96310ed8c5/gold/missing_ips.txt b/shellops/assets/ShellOps_96310ed8c5/gold/missing_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..693375423b5df7e32f4540fed8ade9fe96c3173a --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/gold/missing_ips.txt @@ -0,0 +1 @@ +172.16.32.0/20 diff --git a/shellops/assets/ShellOps_96310ed8c5/init/approved_ip_blocks.json b/shellops/assets/ShellOps_96310ed8c5/init/approved_ip_blocks.json new file mode 100644 index 0000000000000000000000000000000000000000..8213a6e96beaf1910538abd92acbf95698a753e3 --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/init/approved_ip_blocks.json @@ -0,0 +1 @@ +{"allowlist": [{"cidr": "192.168.1.0/24", "status": "active"}, {"cidr": "10.10.0.0/16", "status": "deprecated"}, {"cidr": "172.16.32.0/20", "status": "active"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_96310ed8c5/init/firewall_rules/rule1.json b/shellops/assets/ShellOps_96310ed8c5/init/firewall_rules/rule1.json new file mode 100644 index 0000000000000000000000000000000000000000..155d35d8e5687e10fed18cd56c3ffd98081de1b1 --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/init/firewall_rules/rule1.json @@ -0,0 +1 @@ +{"rule": "allow", "cidr": "192.168.1.0/24"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_96310ed8c5/init/firewall_rules/rule2.json b/shellops/assets/ShellOps_96310ed8c5/init/firewall_rules/rule2.json new file mode 100644 index 0000000000000000000000000000000000000000..44e99cb47a9584ca3d6ef1bfd1c817fd2e84ef59 --- /dev/null +++ b/shellops/assets/ShellOps_96310ed8c5/init/firewall_rules/rule2.json @@ -0,0 +1 @@ +{"rule": "deny", "cidr": "10.0.0.0/8"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_96482310ed/gold/audit/status.log b/shellops/assets/ShellOps_96482310ed/gold/audit/status.log new file mode 100644 index 0000000000000000000000000000000000000000..4e19f9d9ca4a6916cf9292d997fd114896a46d10 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/gold/audit/status.log @@ -0,0 +1,5 @@ +alpha-01 active +alpha-02 active +beta-01 inactive +gamma-01 active +zeta-01 active diff --git a/shellops/assets/ShellOps_96482310ed/gold/config/hosts.json b/shellops/assets/ShellOps_96482310ed/gold/config/hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..bef1def238310014549378759c9b57e7daa24a77 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/gold/config/hosts.json @@ -0,0 +1,6 @@ +{ + "alpha-01": {"ip": "10.0.1.10", "role": "web"}, + "alpha-02": {"ip": "10.0.1.11", "role": "web"}, + "beta-01": {"ip": "10.0.2.10", "role": "db"}, + "gamma-01": {"ip": "10.0.3.10", "role": "cache"} +} diff --git a/shellops/assets/ShellOps_96482310ed/gold/config/notes.txt b/shellops/assets/ShellOps_96482310ed/gold/config/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f33196a1adfc87198fe19b2878c997fd0eac714 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/gold/config/notes.txt @@ -0,0 +1 @@ +Placeholder notes file to add noise. diff --git a/shellops/assets/ShellOps_96482310ed/gold/deploy/active_hosts.txt b/shellops/assets/ShellOps_96482310ed/gold/deploy/active_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc6d3b056fbebde70e072a51dcd37677e761a4f2 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/gold/deploy/active_hosts.txt @@ -0,0 +1,3 @@ +alpha-01 +alpha-02 +gamma-01 diff --git a/shellops/assets/ShellOps_96482310ed/init/audit/status.log b/shellops/assets/ShellOps_96482310ed/init/audit/status.log new file mode 100644 index 0000000000000000000000000000000000000000..4e19f9d9ca4a6916cf9292d997fd114896a46d10 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/init/audit/status.log @@ -0,0 +1,5 @@ +alpha-01 active +alpha-02 active +beta-01 inactive +gamma-01 active +zeta-01 active diff --git a/shellops/assets/ShellOps_96482310ed/init/config/hosts.json b/shellops/assets/ShellOps_96482310ed/init/config/hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..bef1def238310014549378759c9b57e7daa24a77 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/init/config/hosts.json @@ -0,0 +1,6 @@ +{ + "alpha-01": {"ip": "10.0.1.10", "role": "web"}, + "alpha-02": {"ip": "10.0.1.11", "role": "web"}, + "beta-01": {"ip": "10.0.2.10", "role": "db"}, + "gamma-01": {"ip": "10.0.3.10", "role": "cache"} +} diff --git a/shellops/assets/ShellOps_96482310ed/init/config/notes.txt b/shellops/assets/ShellOps_96482310ed/init/config/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f33196a1adfc87198fe19b2878c997fd0eac714 --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/init/config/notes.txt @@ -0,0 +1 @@ +Placeholder notes file to add noise. diff --git a/shellops/assets/ShellOps_96482310ed/init/deploy/active_hosts.txt b/shellops/assets/ShellOps_96482310ed/init/deploy/active_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..c59c4475a3c24ad8096740488607434756c0a3bf --- /dev/null +++ b/shellops/assets/ShellOps_96482310ed/init/deploy/active_hosts.txt @@ -0,0 +1,2 @@ +legacy-01 +legacy-02 diff --git a/shellops/assets/ShellOps_967673a346/gold/canonical_modules.txt b/shellops/assets/ShellOps_967673a346/gold/canonical_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d62cd7edfcb03e54d2f80651aec1b45b7a5df67 --- /dev/null +++ b/shellops/assets/ShellOps_967673a346/gold/canonical_modules.txt @@ -0,0 +1,3 @@ +module_101 +module_102 +module_103 diff --git a/shellops/assets/ShellOps_967673a346/gold/firmware_manifest.txt b/shellops/assets/ShellOps_967673a346/gold/firmware_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..369ba367c739e9ddb3cefc51449e37be73adc322 --- /dev/null +++ b/shellops/assets/ShellOps_967673a346/gold/firmware_manifest.txt @@ -0,0 +1,5 @@ +module_101 router_a 2.4.1 +module_102 switch_b 1.0.3 +module_101 router_c 2.3.7 +module_103 firewall_d 3.1.0 +module_102 switch_e 1.0.2 diff --git a/shellops/assets/ShellOps_967673a346/gold/payloads/archive_notes.txt b/shellops/assets/ShellOps_967673a346/gold/payloads/archive_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..92184c12f01a976a1ae1376447354629866cbc15 --- /dev/null +++ b/shellops/assets/ShellOps_967673a346/gold/payloads/archive_notes.txt @@ -0,0 +1 @@ +Legacy payloads stored here for reference. diff --git a/shellops/assets/ShellOps_967673a346/init/firmware_manifest.txt b/shellops/assets/ShellOps_967673a346/init/firmware_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..369ba367c739e9ddb3cefc51449e37be73adc322 --- /dev/null +++ b/shellops/assets/ShellOps_967673a346/init/firmware_manifest.txt @@ -0,0 +1,5 @@ +module_101 router_a 2.4.1 +module_102 switch_b 1.0.3 +module_101 router_c 2.3.7 +module_103 firewall_d 3.1.0 +module_102 switch_e 1.0.2 diff --git a/shellops/assets/ShellOps_967673a346/init/payloads/archive_notes.txt b/shellops/assets/ShellOps_967673a346/init/payloads/archive_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..92184c12f01a976a1ae1376447354629866cbc15 --- /dev/null +++ b/shellops/assets/ShellOps_967673a346/init/payloads/archive_notes.txt @@ -0,0 +1 @@ +Legacy payloads stored here for reference. diff --git a/shellops/assets/ShellOps_9693897bdf/gold/consolidated_errors.txt b/shellops/assets/ShellOps_9693897bdf/gold/consolidated_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..b828dd961469c7244be510c5a21c17547d26112e --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/gold/consolidated_errors.txt @@ -0,0 +1,5 @@ +ERROR: Connection timeout after 30s +ERROR: Database constraint violation +ERROR: File not found: /tmp/data.json +ERROR: Invalid token format +ERROR: Missing required parameter 'userId' diff --git a/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_01.out b/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_01.out new file mode 100644 index 0000000000000000000000000000000000000000..5c47b512bb15d561c3b38a9c064e489df12e5442 --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_01.out @@ -0,0 +1,5 @@ +INFO: Starting test case A +ERROR: Connection timeout after 30s +ERROR: Missing required parameter 'userId' +WARN: Retry attempt 1 +ERROR: Connection timeout after 30s diff --git a/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_02.out b/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_02.out new file mode 100644 index 0000000000000000000000000000000000000000..a783c645fdba6269a3f906bee9db6adb38f72191 --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_02.out @@ -0,0 +1,4 @@ +INFO: Starting test case B +ERROR: Database constraint violation +ERROR: Missing required parameter 'userId' +ERROR: Invalid token format diff --git a/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_03.out b/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_03.out new file mode 100644 index 0000000000000000000000000000000000000000..064b214b4afd58c5f9284a03c82ecac689687ba1 --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/gold/test_outputs/run_03.out @@ -0,0 +1,4 @@ +INFO: Starting test case C +ERROR: Database constraint violation +WARN: Disk space low +ERROR: File not found: /tmp/data.json diff --git a/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_01.out b/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_01.out new file mode 100644 index 0000000000000000000000000000000000000000..5c47b512bb15d561c3b38a9c064e489df12e5442 --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_01.out @@ -0,0 +1,5 @@ +INFO: Starting test case A +ERROR: Connection timeout after 30s +ERROR: Missing required parameter 'userId' +WARN: Retry attempt 1 +ERROR: Connection timeout after 30s diff --git a/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_02.out b/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_02.out new file mode 100644 index 0000000000000000000000000000000000000000..a783c645fdba6269a3f906bee9db6adb38f72191 --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_02.out @@ -0,0 +1,4 @@ +INFO: Starting test case B +ERROR: Database constraint violation +ERROR: Missing required parameter 'userId' +ERROR: Invalid token format diff --git a/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_03.out b/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_03.out new file mode 100644 index 0000000000000000000000000000000000000000..064b214b4afd58c5f9284a03c82ecac689687ba1 --- /dev/null +++ b/shellops/assets/ShellOps_9693897bdf/init/test_outputs/run_03.out @@ -0,0 +1,4 @@ +INFO: Starting test case C +ERROR: Database constraint violation +WARN: Disk space low +ERROR: File not found: /tmp/data.json diff --git a/shellops/assets/ShellOps_96c3c41414/gold/locales/.keep b/shellops/assets/ShellOps_96c3c41414/gold/locales/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_96c3c41414/gold/locales/en/strings.properties b/shellops/assets/ShellOps_96c3c41414/gold/locales/en/strings.properties new file mode 100644 index 0000000000000000000000000000000000000000..77796ff74bac6f1b9321909d58970e1cfcd27e31 --- /dev/null +++ b/shellops/assets/ShellOps_96c3c41414/gold/locales/en/strings.properties @@ -0,0 +1,20 @@ +app_title=MyApp +cancel_button=Cancel +delete_account=Delete Account +edit_profile=Edit Profile +help_center=Help Center +home=Home +login=Log In +logout=Log Out +notifications=Notifications +ok_button=OK +privacy_policy=Privacy Policy +profile=Profile +save_button=Save +search=Search +settings=Settings +share=Share +support=Support +terms_of_service=Terms of Service +version=Version +welcome_message=Welcome diff --git a/shellops/assets/ShellOps_96c3c41414/gold/locales/es/strings.properties b/shellops/assets/ShellOps_96c3c41414/gold/locales/es/strings.properties new file mode 100644 index 0000000000000000000000000000000000000000..c8c5d69906f7164172dcb961125bd0f872615b13 --- /dev/null +++ b/shellops/assets/ShellOps_96c3c41414/gold/locales/es/strings.properties @@ -0,0 +1,17 @@ +app_title=MiApp +cancel_button=Cancelar +delete_account=Eliminar Cuenta +edit_profile=Editar Perfil +help_center=Centro de Ayuda +home=Inicio +login=Iniciar Sesión +logout=Cerrar Sesión +ok_button=Aceptar +privacy_policy=Política de Privacidad +profile=Perfil +save_button=Guardar +search=Buscar +settings=Configuración +share=Compartir +terms_of_service=Términos de Servicio +welcome_message=Bienvenido diff --git a/shellops/assets/ShellOps_96c3c41414/init/locales/.keep b/shellops/assets/ShellOps_96c3c41414/init/locales/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_96c3c41414/init/locales/en/strings.properties b/shellops/assets/ShellOps_96c3c41414/init/locales/en/strings.properties new file mode 100644 index 0000000000000000000000000000000000000000..77796ff74bac6f1b9321909d58970e1cfcd27e31 --- /dev/null +++ b/shellops/assets/ShellOps_96c3c41414/init/locales/en/strings.properties @@ -0,0 +1,20 @@ +app_title=MyApp +cancel_button=Cancel +delete_account=Delete Account +edit_profile=Edit Profile +help_center=Help Center +home=Home +login=Log In +logout=Log Out +notifications=Notifications +ok_button=OK +privacy_policy=Privacy Policy +profile=Profile +save_button=Save +search=Search +settings=Settings +share=Share +support=Support +terms_of_service=Terms of Service +version=Version +welcome_message=Welcome diff --git a/shellops/assets/ShellOps_96c3c41414/init/locales/es/strings.properties b/shellops/assets/ShellOps_96c3c41414/init/locales/es/strings.properties new file mode 100644 index 0000000000000000000000000000000000000000..c8c5d69906f7164172dcb961125bd0f872615b13 --- /dev/null +++ b/shellops/assets/ShellOps_96c3c41414/init/locales/es/strings.properties @@ -0,0 +1,17 @@ +app_title=MiApp +cancel_button=Cancelar +delete_account=Eliminar Cuenta +edit_profile=Editar Perfil +help_center=Centro de Ayuda +home=Inicio +login=Iniciar Sesión +logout=Cerrar Sesión +ok_button=Aceptar +privacy_policy=Política de Privacidad +profile=Perfil +save_button=Guardar +search=Buscar +settings=Configuración +share=Compartir +terms_of_service=Términos de Servicio +welcome_message=Bienvenido diff --git a/shellops/assets/ShellOps_970cc3ef99/gold/client_updates.out b/shellops/assets/ShellOps_970cc3ef99/gold/client_updates.out new file mode 100644 index 0000000000000000000000000000000000000000..ad9baaf8fbe292f3fec53b91a462ebd678b5dfda --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/gold/client_updates.out @@ -0,0 +1,2 @@ +src/clients/demo_auth.py +src/clients/old/demo_old.py diff --git a/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/demo_auth.py b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/demo_auth.py new file mode 100644 index 0000000000000000000000000000000000000000..5f7b5547653ff1ff9f73ef8ace4657b2e4f55a8c --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/demo_auth.py @@ -0,0 +1,2 @@ +from helpers import api_v2 +api_v2.login() \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/demo_payments.py b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/demo_payments.py new file mode 100644 index 0000000000000000000000000000000000000000..2937c743ad11778c2ff86c3ae0f452397de6bff6 --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/demo_payments.py @@ -0,0 +1,2 @@ +from legacy import utils +api_v1.process() \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/helpers.py b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..3941d207d49e1b8bba1a3b9a144e6a8c448714ce --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/helpers.py @@ -0,0 +1,2 @@ +def api_v2(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/old/demo_old.py b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/old/demo_old.py new file mode 100644 index 0000000000000000000000000000000000000000..476399e68ff39772d2d798202a3c12c540a85c4c --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/gold/src/clients/old/demo_old.py @@ -0,0 +1,2 @@ +from helpers import api_v2 +api_v2.fetch() \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/init/client_updates.out b/shellops/assets/ShellOps_970cc3ef99/init/client_updates.out new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_970cc3ef99/init/src/clients/demo_auth.py b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/demo_auth.py new file mode 100644 index 0000000000000000000000000000000000000000..ee05f1cca61c51162925c8f8bf018bc2b17007f1 --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/demo_auth.py @@ -0,0 +1,2 @@ +from helpers import api_v2 +api_v1.login() \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/init/src/clients/demo_payments.py b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/demo_payments.py new file mode 100644 index 0000000000000000000000000000000000000000..2937c743ad11778c2ff86c3ae0f452397de6bff6 --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/demo_payments.py @@ -0,0 +1,2 @@ +from legacy import utils +api_v1.process() \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/init/src/clients/helpers.py b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..3941d207d49e1b8bba1a3b9a144e6a8c448714ce --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/helpers.py @@ -0,0 +1,2 @@ +def api_v2(): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_970cc3ef99/init/src/clients/old/demo_old.py b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/old/demo_old.py new file mode 100644 index 0000000000000000000000000000000000000000..63d7f4662645839646013005ee4be591dbc61374 --- /dev/null +++ b/shellops/assets/ShellOps_970cc3ef99/init/src/clients/old/demo_old.py @@ -0,0 +1,2 @@ +from helpers import api_v2 +api_v1.fetch() \ No newline at end of file diff --git a/shellops/assets/ShellOps_972b834780/gold/common_hosts.txt b/shellops/assets/ShellOps_972b834780/gold/common_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..0931c4ec11c583352620249ed419a96f0912205e --- /dev/null +++ b/shellops/assets/ShellOps_972b834780/gold/common_hosts.txt @@ -0,0 +1,3 @@ +*.example.com +*.staging.local +api.internal.net diff --git a/shellops/assets/ShellOps_972b834780/gold/rules/allow.conf b/shellops/assets/ShellOps_972b834780/gold/rules/allow.conf new file mode 100644 index 0000000000000000000000000000000000000000..9f5bd5b6f5be89869f8637886fb2d534511c48bb --- /dev/null +++ b/shellops/assets/ShellOps_972b834780/gold/rules/allow.conf @@ -0,0 +1,5 @@ +*.example.com +api.internal.net +*.staging.local +cache.prod.example.com +*.dev.local diff --git a/shellops/assets/ShellOps_972b834780/gold/rules/allow_legacy.conf b/shellops/assets/ShellOps_972b834780/gold/rules/allow_legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..d61e59cbc79eecdf5771a9ab3f0ba4250135c100 --- /dev/null +++ b/shellops/assets/ShellOps_972b834780/gold/rules/allow_legacy.conf @@ -0,0 +1,4 @@ +*.example.com +api.internal.net +*.staging.local +legacy.old.com diff --git a/shellops/assets/ShellOps_972b834780/init/rules/allow.conf b/shellops/assets/ShellOps_972b834780/init/rules/allow.conf new file mode 100644 index 0000000000000000000000000000000000000000..9f5bd5b6f5be89869f8637886fb2d534511c48bb --- /dev/null +++ b/shellops/assets/ShellOps_972b834780/init/rules/allow.conf @@ -0,0 +1,5 @@ +*.example.com +api.internal.net +*.staging.local +cache.prod.example.com +*.dev.local diff --git a/shellops/assets/ShellOps_972b834780/init/rules/allow_legacy.conf b/shellops/assets/ShellOps_972b834780/init/rules/allow_legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..d61e59cbc79eecdf5771a9ab3f0ba4250135c100 --- /dev/null +++ b/shellops/assets/ShellOps_972b834780/init/rules/allow_legacy.conf @@ -0,0 +1,4 @@ +*.example.com +api.internal.net +*.staging.local +legacy.old.com diff --git a/shellops/assets/ShellOps_9745dc9b00/gold/active_clients.json b/shellops/assets/ShellOps_9745dc9b00/gold/active_clients.json new file mode 100644 index 0000000000000000000000000000000000000000..051f040ff174c6e7fc21568885f875d6754405fd --- /dev/null +++ b/shellops/assets/ShellOps_9745dc9b00/gold/active_clients.json @@ -0,0 +1 @@ +{"clients": [{"name": "Acme Corp", "contract_id": "AC-001"}, {"name": "Beta Industries", "contract_id": "BI-002"}, {"name": "Gamma LLC", "contract_id": "GL-003"}, {"name": "Zeta Innovations", "contract_id": "ZI-006"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9745dc9b00/gold/missing_clients.txt b/shellops/assets/ShellOps_9745dc9b00/gold/missing_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4c5e5e2346daf7a2f517484da4764a476919bac --- /dev/null +++ b/shellops/assets/ShellOps_9745dc9b00/gold/missing_clients.txt @@ -0,0 +1,2 @@ +Delta Enterprises +Epsilon Tech diff --git a/shellops/assets/ShellOps_9745dc9b00/gold/quarter1_report.csv b/shellops/assets/ShellOps_9745dc9b00/gold/quarter1_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..ed2dda041a0ede3ec2b30625c7144a50b6cc3e2d --- /dev/null +++ b/shellops/assets/ShellOps_9745dc9b00/gold/quarter1_report.csv @@ -0,0 +1,6 @@ +Client Name,Total Sales,Region +Acme Corp,25000,North +Beta Industries,18000,East +Gamma LLC,32000,West +Delta Enterprises,21000,South +Epsilon Tech,27500,North \ No newline at end of file diff --git a/shellops/assets/ShellOps_9745dc9b00/init/active_clients.json b/shellops/assets/ShellOps_9745dc9b00/init/active_clients.json new file mode 100644 index 0000000000000000000000000000000000000000..051f040ff174c6e7fc21568885f875d6754405fd --- /dev/null +++ b/shellops/assets/ShellOps_9745dc9b00/init/active_clients.json @@ -0,0 +1 @@ +{"clients": [{"name": "Acme Corp", "contract_id": "AC-001"}, {"name": "Beta Industries", "contract_id": "BI-002"}, {"name": "Gamma LLC", "contract_id": "GL-003"}, {"name": "Zeta Innovations", "contract_id": "ZI-006"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9745dc9b00/init/quarter1_report.csv b/shellops/assets/ShellOps_9745dc9b00/init/quarter1_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..ed2dda041a0ede3ec2b30625c7144a50b6cc3e2d --- /dev/null +++ b/shellops/assets/ShellOps_9745dc9b00/init/quarter1_report.csv @@ -0,0 +1,6 @@ +Client Name,Total Sales,Region +Acme Corp,25000,North +Beta Industries,18000,East +Gamma LLC,32000,West +Delta Enterprises,21000,South +Epsilon Tech,27500,North \ No newline at end of file diff --git a/shellops/assets/ShellOps_978b1b714e/gold/router1.cfg b/shellops/assets/ShellOps_978b1b714e/gold/router1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..edf5b46412fdf93acac33be0f18d5e7f456f72e1 --- /dev/null +++ b/shellops/assets/ShellOps_978b1b714e/gold/router1.cfg @@ -0,0 +1,9 @@ +hostname router1 +interface eth0 +timeout 300 +ip address 192.168.1.1 +! +interface eth1 +timeout 150 +ip address 192.168.1.2 +! \ No newline at end of file diff --git a/shellops/assets/ShellOps_978b1b714e/gold/router2.cfg b/shellops/assets/ShellOps_978b1b714e/gold/router2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..89e3385a1bcc3eb40d67674c8afd45adc4012bf9 --- /dev/null +++ b/shellops/assets/ShellOps_978b1b714e/gold/router2.cfg @@ -0,0 +1,9 @@ +hostname router2 +interface eth0 +timeout 200 +ip address 10.0.0.1 +! +interface eth1 +timeout 300 +ip address 10.0.0.2 +! \ No newline at end of file diff --git a/shellops/assets/ShellOps_978b1b714e/gold/timeout_summary.cfg b/shellops/assets/ShellOps_978b1b714e/gold/timeout_summary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f55a561caad1c845c9537ec4c412e466205e3b1a --- /dev/null +++ b/shellops/assets/ShellOps_978b1b714e/gold/timeout_summary.cfg @@ -0,0 +1,3 @@ +150 +200 +300 diff --git a/shellops/assets/ShellOps_978b1b714e/init/router1.cfg b/shellops/assets/ShellOps_978b1b714e/init/router1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..edf5b46412fdf93acac33be0f18d5e7f456f72e1 --- /dev/null +++ b/shellops/assets/ShellOps_978b1b714e/init/router1.cfg @@ -0,0 +1,9 @@ +hostname router1 +interface eth0 +timeout 300 +ip address 192.168.1.1 +! +interface eth1 +timeout 150 +ip address 192.168.1.2 +! \ No newline at end of file diff --git a/shellops/assets/ShellOps_978b1b714e/init/router2.cfg b/shellops/assets/ShellOps_978b1b714e/init/router2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..89e3385a1bcc3eb40d67674c8afd45adc4012bf9 --- /dev/null +++ b/shellops/assets/ShellOps_978b1b714e/init/router2.cfg @@ -0,0 +1,9 @@ +hostname router2 +interface eth0 +timeout 200 +ip address 10.0.0.1 +! +interface eth1 +timeout 300 +ip address 10.0.0.2 +! \ No newline at end of file diff --git a/shellops/assets/ShellOps_97e9733858/gold/migration_steps/.keep b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_97e9733858/gold/migration_steps/alter_tables.sql b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/alter_tables.sql new file mode 100644 index 0000000000000000000000000000000000000000..910069f443d021f99959180bc8d8b7417443a35c --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/alter_tables.sql @@ -0,0 +1,5 @@ +ALTER SCHEMA public RENAME TO public_v2; + +CREATE TABLE public_v2.users ( + id SERIAL PRIMARY KEY +); diff --git a/shellops/assets/ShellOps_97e9733858/gold/migration_steps/archive/old_indexes.sql b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/archive/old_indexes.sql new file mode 100644 index 0000000000000000000000000000000000000000..035ed340e94d7e754f771d4050ffd2f852cdb37f --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/archive/old_indexes.sql @@ -0,0 +1,2 @@ +CREATE INDEX idx_created ON public.orders (created_at); +-- SCHEMA: public diff --git a/shellops/assets/ShellOps_97e9733858/gold/migration_steps/backup_views.sql b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/backup_views.sql new file mode 100644 index 0000000000000000000000000000000000000000..9b395925da6df62dff4685f1ee6828603ff3ae80 --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/backup_views.sql @@ -0,0 +1,2 @@ +-- SCHEMA: public +CREATE VIEW legacy.customer_view AS SELECT * FROM public.orders; diff --git a/shellops/assets/ShellOps_97e9733858/gold/migration_steps/update_triggers.sql b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/update_triggers.sql new file mode 100644 index 0000000000000000000000000000000000000000..0ba771d7bfc416d143f260845e89596b92f1f146 --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/gold/migration_steps/update_triggers.sql @@ -0,0 +1,4 @@ +SET search_path = public_v2; + +CREATE TRIGGER log_changes AFTER UPDATE ON accounts +FOR EACH ROW EXECUTE FUNCTION public_v2.audit_function(); diff --git a/shellops/assets/ShellOps_97e9733858/gold/schema_mismatches.tsv b/shellops/assets/ShellOps_97e9733858/gold/schema_mismatches.tsv new file mode 100644 index 0000000000000000000000000000000000000000..36c2310354d084126455183dad19ff74aaefd2f9 --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/gold/schema_mismatches.tsv @@ -0,0 +1,2 @@ +migration_steps/archive/old_indexes.sql 1 CREATE INDEX idx_created ON public.orders (created_at); +migration_steps/backup_views.sql 2 CREATE VIEW legacy.customer_view AS SELECT * FROM public.orders; diff --git a/shellops/assets/ShellOps_97e9733858/init/migration_steps/.keep b/shellops/assets/ShellOps_97e9733858/init/migration_steps/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_97e9733858/init/migration_steps/alter_tables.sql b/shellops/assets/ShellOps_97e9733858/init/migration_steps/alter_tables.sql new file mode 100644 index 0000000000000000000000000000000000000000..910069f443d021f99959180bc8d8b7417443a35c --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/init/migration_steps/alter_tables.sql @@ -0,0 +1,5 @@ +ALTER SCHEMA public RENAME TO public_v2; + +CREATE TABLE public_v2.users ( + id SERIAL PRIMARY KEY +); diff --git a/shellops/assets/ShellOps_97e9733858/init/migration_steps/archive/old_indexes.sql b/shellops/assets/ShellOps_97e9733858/init/migration_steps/archive/old_indexes.sql new file mode 100644 index 0000000000000000000000000000000000000000..035ed340e94d7e754f771d4050ffd2f852cdb37f --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/init/migration_steps/archive/old_indexes.sql @@ -0,0 +1,2 @@ +CREATE INDEX idx_created ON public.orders (created_at); +-- SCHEMA: public diff --git a/shellops/assets/ShellOps_97e9733858/init/migration_steps/backup_views.sql b/shellops/assets/ShellOps_97e9733858/init/migration_steps/backup_views.sql new file mode 100644 index 0000000000000000000000000000000000000000..9b395925da6df62dff4685f1ee6828603ff3ae80 --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/init/migration_steps/backup_views.sql @@ -0,0 +1,2 @@ +-- SCHEMA: public +CREATE VIEW legacy.customer_view AS SELECT * FROM public.orders; diff --git a/shellops/assets/ShellOps_97e9733858/init/migration_steps/update_triggers.sql b/shellops/assets/ShellOps_97e9733858/init/migration_steps/update_triggers.sql new file mode 100644 index 0000000000000000000000000000000000000000..0ba771d7bfc416d143f260845e89596b92f1f146 --- /dev/null +++ b/shellops/assets/ShellOps_97e9733858/init/migration_steps/update_triggers.sql @@ -0,0 +1,4 @@ +SET search_path = public_v2; + +CREATE TRIGGER log_changes AFTER UPDATE ON accounts +FOR EACH ROW EXECUTE FUNCTION public_v2.audit_function(); diff --git a/shellops/assets/ShellOps_98360229da/gold/docs/notes.md b/shellops/assets/ShellOps_98360229da/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5630c2967c6a023829c3f3e0d0f878af23651362 --- /dev/null +++ b/shellops/assets/ShellOps_98360229da/gold/docs/notes.md @@ -0,0 +1,7 @@ +Fault logging format: timestamp [LEVEL] equipment code message +Equipment codes: +- INV-XXXX: inverter serial +- BMS-XXX: battery management system +- PVMOD-XXX: photovoltaic module string +Logs are rotated daily. +Unused inverter serials: INV-5G6H, INV-8J9K have no incidents yet. \ No newline at end of file diff --git a/shellops/assets/ShellOps_98360229da/gold/events/minor_faults.log b/shellops/assets/ShellOps_98360229da/gold/events/minor_faults.log new file mode 100644 index 0000000000000000000000000000000000000000..2f75b952eedee2947e9485c619602baf70746df0 --- /dev/null +++ b/shellops/assets/ShellOps_98360229da/gold/events/minor_faults.log @@ -0,0 +1,9 @@ +2024-05-15 08:30:12 [INFO] inverter INV-7A8B voltage fluctuation +2024-05-15 09:45:33 [WARN] BMS unit BMS-002 temperature high +2024-05-16 11:22:01 [INFO] PVMOD string PVMOD-A12 reconnected +2024-05-16 14:18:47 [ERROR] inverter INV-1F3E communication timeout +2024-05-17 10:05:29 [INFO] inverter INV-7A8B voltage stabilized +2024-05-17 16:40:55 [WARN] BMS unit BMS-005 low charge +2024-05-18 12:33:18 [INFO] inverter INV-9C2D phase imbalance corrected +2024-05-19 07:15:44 [ERROR] PVMOD string PVMOD-B09 disconnect +2024-05-19 09:50:11 [INFO] inverter INV-1F3E comms restored \ No newline at end of file diff --git a/shellops/assets/ShellOps_98360229da/gold/inverter_list.tsv b/shellops/assets/ShellOps_98360229da/gold/inverter_list.tsv new file mode 100644 index 0000000000000000000000000000000000000000..369d46dcdfac229155613c76372cbc6de4ec572f --- /dev/null +++ b/shellops/assets/ShellOps_98360229da/gold/inverter_list.tsv @@ -0,0 +1,6 @@ +model serial installation_date +Alpha-5 INV-7A8B 2024-01-10 +Beta-3 INV-9C2D 2024-02-14 +Gamma-9 INV-1F3E 2024-03-22 +Delta-2 INV-5G6H 2024-01-30 +Epsilon-7 INV-8J9K 2024-04-05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_98360229da/init/docs/notes.md b/shellops/assets/ShellOps_98360229da/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5630c2967c6a023829c3f3e0d0f878af23651362 --- /dev/null +++ b/shellops/assets/ShellOps_98360229da/init/docs/notes.md @@ -0,0 +1,7 @@ +Fault logging format: timestamp [LEVEL] equipment code message +Equipment codes: +- INV-XXXX: inverter serial +- BMS-XXX: battery management system +- PVMOD-XXX: photovoltaic module string +Logs are rotated daily. +Unused inverter serials: INV-5G6H, INV-8J9K have no incidents yet. \ No newline at end of file diff --git a/shellops/assets/ShellOps_98360229da/init/events/minor_faults.log b/shellops/assets/ShellOps_98360229da/init/events/minor_faults.log new file mode 100644 index 0000000000000000000000000000000000000000..2f75b952eedee2947e9485c619602baf70746df0 --- /dev/null +++ b/shellops/assets/ShellOps_98360229da/init/events/minor_faults.log @@ -0,0 +1,9 @@ +2024-05-15 08:30:12 [INFO] inverter INV-7A8B voltage fluctuation +2024-05-15 09:45:33 [WARN] BMS unit BMS-002 temperature high +2024-05-16 11:22:01 [INFO] PVMOD string PVMOD-A12 reconnected +2024-05-16 14:18:47 [ERROR] inverter INV-1F3E communication timeout +2024-05-17 10:05:29 [INFO] inverter INV-7A8B voltage stabilized +2024-05-17 16:40:55 [WARN] BMS unit BMS-005 low charge +2024-05-18 12:33:18 [INFO] inverter INV-9C2D phase imbalance corrected +2024-05-19 07:15:44 [ERROR] PVMOD string PVMOD-B09 disconnect +2024-05-19 09:50:11 [INFO] inverter INV-1F3E comms restored \ No newline at end of file diff --git a/shellops/assets/ShellOps_98360229da/init/inverter_list.tsv b/shellops/assets/ShellOps_98360229da/init/inverter_list.tsv new file mode 100644 index 0000000000000000000000000000000000000000..369d46dcdfac229155613c76372cbc6de4ec572f --- /dev/null +++ b/shellops/assets/ShellOps_98360229da/init/inverter_list.tsv @@ -0,0 +1,6 @@ +model serial installation_date +Alpha-5 INV-7A8B 2024-01-10 +Beta-3 INV-9C2D 2024-02-14 +Gamma-9 INV-1F3E 2024-03-22 +Delta-2 INV-5G6H 2024-01-30 +Epsilon-7 INV-8J9K 2024-04-05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9887c376ba/gold/archive/old_patches.csv b/shellops/assets/ShellOps_9887c376ba/gold/archive/old_patches.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe54380eaefe23d3533c92741ddd4ad4fcc925b4 --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/gold/archive/old_patches.csv @@ -0,0 +1,5 @@ +ID,Version,Status +PATCH-10001,1.0,superseded +PATCH-10007,1.2,superseded +PATCH-10025,2.1,pending +PATCH-10033,2.2,released diff --git a/shellops/assets/ShellOps_9887c376ba/gold/current_patches.txt b/shellops/assets/ShellOps_9887c376ba/gold/current_patches.txt new file mode 100644 index 0000000000000000000000000000000000000000..f03769d980e05e6e5d09ba91e088444e83a2f69e --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/gold/current_patches.txt @@ -0,0 +1 @@ +PATCH-10023 diff --git a/shellops/assets/ShellOps_9887c376ba/gold/ignore_patch.json b/shellops/assets/ShellOps_9887c376ba/gold/ignore_patch.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1d43a53d70be28115a15e8150c6b569622125d --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/gold/ignore_patch.json @@ -0,0 +1,8 @@ +{ + "ignore_list": [ + "PATCH-10027", + "PATCH-10045", + "PATCH-10031" + ], + "reason": "patches already deployed or outside supported fleet" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9887c376ba/gold/patches.json b/shellops/assets/ShellOps_9887c376ba/gold/patches.json new file mode 100644 index 0000000000000000000000000000000000000000..eab5cecf7a51c2dfcd73696c742176882836f5a8 --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/gold/patches.json @@ -0,0 +1,10 @@ +{ + "patches": [ + {"id": "PATCH-10023", "status": "approved", "date": "2024-09-01"}, + {"id": "PATCH-10025", "status": "pending", "date": "2024-09-02"}, + {"id": "PATCH-10027", "status": "deployed", "date": "2024-09-03"}, + {"id": "PATCH-10029", "status": "superseded", "date": "2024-08-15"}, + {"id": "PATCH-10031", "status": "approved", "date": "2024-09-05"} + ], + "notes": "some patches have been superseded by newer ones, like PATCH-10029" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9887c376ba/gold/superseded.log b/shellops/assets/ShellOps_9887c376ba/gold/superseded.log new file mode 100644 index 0000000000000000000000000000000000000000..48b69b290f34114b28dcaa454eff24781e1de3c6 --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/gold/superseded.log @@ -0,0 +1,6 @@ +2024-08-10 [DEPRECATION] PATCH-10001 superseded by PATCH-10012 +2024-08-12 [DEPRECATION] PATCH-10007 superseded by PATCH-10018 +2024-08-15 [DEPRECATION] PATCH-10029 superseded by PATCH-10040 +2024-08-29 [DEPRECATION] PATCH-10025 superseded by PATCH-10033 +2024-09-01 [INFO] loaded 12 active patches +2024-09-04 [INFO] PATCH-10027 marked as deployed diff --git a/shellops/assets/ShellOps_9887c376ba/init/archive/old_patches.csv b/shellops/assets/ShellOps_9887c376ba/init/archive/old_patches.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe54380eaefe23d3533c92741ddd4ad4fcc925b4 --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/init/archive/old_patches.csv @@ -0,0 +1,5 @@ +ID,Version,Status +PATCH-10001,1.0,superseded +PATCH-10007,1.2,superseded +PATCH-10025,2.1,pending +PATCH-10033,2.2,released diff --git a/shellops/assets/ShellOps_9887c376ba/init/ignore_patch.json b/shellops/assets/ShellOps_9887c376ba/init/ignore_patch.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1d43a53d70be28115a15e8150c6b569622125d --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/init/ignore_patch.json @@ -0,0 +1,8 @@ +{ + "ignore_list": [ + "PATCH-10027", + "PATCH-10045", + "PATCH-10031" + ], + "reason": "patches already deployed or outside supported fleet" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9887c376ba/init/patches.json b/shellops/assets/ShellOps_9887c376ba/init/patches.json new file mode 100644 index 0000000000000000000000000000000000000000..eab5cecf7a51c2dfcd73696c742176882836f5a8 --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/init/patches.json @@ -0,0 +1,10 @@ +{ + "patches": [ + {"id": "PATCH-10023", "status": "approved", "date": "2024-09-01"}, + {"id": "PATCH-10025", "status": "pending", "date": "2024-09-02"}, + {"id": "PATCH-10027", "status": "deployed", "date": "2024-09-03"}, + {"id": "PATCH-10029", "status": "superseded", "date": "2024-08-15"}, + {"id": "PATCH-10031", "status": "approved", "date": "2024-09-05"} + ], + "notes": "some patches have been superseded by newer ones, like PATCH-10029" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9887c376ba/init/superseded.log b/shellops/assets/ShellOps_9887c376ba/init/superseded.log new file mode 100644 index 0000000000000000000000000000000000000000..48b69b290f34114b28dcaa454eff24781e1de3c6 --- /dev/null +++ b/shellops/assets/ShellOps_9887c376ba/init/superseded.log @@ -0,0 +1,6 @@ +2024-08-10 [DEPRECATION] PATCH-10001 superseded by PATCH-10012 +2024-08-12 [DEPRECATION] PATCH-10007 superseded by PATCH-10018 +2024-08-15 [DEPRECATION] PATCH-10029 superseded by PATCH-10040 +2024-08-29 [DEPRECATION] PATCH-10025 superseded by PATCH-10033 +2024-09-01 [INFO] loaded 12 active patches +2024-09-04 [INFO] PATCH-10027 marked as deployed diff --git a/shellops/assets/ShellOps_989c3cc991/gold/approved_interfaces.txt b/shellops/assets/ShellOps_989c3cc991/gold/approved_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..d31e35666a361c7b93b0758cf45835d300317e29 --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/gold/approved_interfaces.txt @@ -0,0 +1,2 @@ +eth0 2024-05-20 +eth2 2024-05-22 diff --git a/shellops/assets/ShellOps_989c3cc991/gold/distractor.conf b/shellops/assets/ShellOps_989c3cc991/gold/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..7291c54185b9e09e8a2dffcf36c98ed200659882 --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/gold/distractor.conf @@ -0,0 +1,2 @@ +[network] +monitored_interfaces = eth0, eth1, lo diff --git a/shellops/assets/ShellOps_989c3cc991/gold/missing_interfaces.out b/shellops/assets/ShellOps_989c3cc991/gold/missing_interfaces.out new file mode 100644 index 0000000000000000000000000000000000000000..21e9e930851c22029c482c86ac03cce454c18875 --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/gold/missing_interfaces.out @@ -0,0 +1 @@ +eth3 diff --git a/shellops/assets/ShellOps_989c3cc991/gold/routing_tables.xml b/shellops/assets/ShellOps_989c3cc991/gold/routing_tables.xml new file mode 100644 index 0000000000000000000000000000000000000000..f4522457e7e180754acd8a6edd29fca80a98640c --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/gold/routing_tables.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_989c3cc991/init/approved_interfaces.txt b/shellops/assets/ShellOps_989c3cc991/init/approved_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..d31e35666a361c7b93b0758cf45835d300317e29 --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/init/approved_interfaces.txt @@ -0,0 +1,2 @@ +eth0 2024-05-20 +eth2 2024-05-22 diff --git a/shellops/assets/ShellOps_989c3cc991/init/distractor.conf b/shellops/assets/ShellOps_989c3cc991/init/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..7291c54185b9e09e8a2dffcf36c98ed200659882 --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/init/distractor.conf @@ -0,0 +1,2 @@ +[network] +monitored_interfaces = eth0, eth1, lo diff --git a/shellops/assets/ShellOps_989c3cc991/init/routing_tables.xml b/shellops/assets/ShellOps_989c3cc991/init/routing_tables.xml new file mode 100644 index 0000000000000000000000000000000000000000..f4522457e7e180754acd8a6edd29fca80a98640c --- /dev/null +++ b/shellops/assets/ShellOps_989c3cc991/init/routing_tables.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_98b8dcb3be/gold/expenses.csv b/shellops/assets/ShellOps_98b8dcb3be/gold/expenses.csv new file mode 100644 index 0000000000000000000000000000000000000000..80f8fce78596e2a295b3d40d73654bda547b8db3 --- /dev/null +++ b/shellops/assets/ShellOps_98b8dcb3be/gold/expenses.csv @@ -0,0 +1,6 @@ +Date,Description,Category,Amount +2024-04-01,Office supplies,Supplies,150.50 +2024-04-02,Venue rental,Vendor,800.00 +2024-04-03,Catering,Vendor,450.25 +2024-04-04,Marketing,Advertising,300.00 +2024-04-05,Audio equipment,Vendor,200.75 \ No newline at end of file diff --git a/shellops/assets/ShellOps_98b8dcb3be/init/.tmp/keep b/shellops/assets/ShellOps_98b8dcb3be/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_98b8dcb3be/init/.tmp/vendor_total.txt b/shellops/assets/ShellOps_98b8dcb3be/init/.tmp/vendor_total.txt new file mode 100644 index 0000000000000000000000000000000000000000..de0dd6cea0bca877cc2e210e17cf7df0d0f5892b --- /dev/null +++ b/shellops/assets/ShellOps_98b8dcb3be/init/.tmp/vendor_total.txt @@ -0,0 +1 @@ +Total: $1451 \ No newline at end of file diff --git a/shellops/assets/ShellOps_98b8dcb3be/init/expenses.csv b/shellops/assets/ShellOps_98b8dcb3be/init/expenses.csv new file mode 100644 index 0000000000000000000000000000000000000000..80f8fce78596e2a295b3d40d73654bda547b8db3 --- /dev/null +++ b/shellops/assets/ShellOps_98b8dcb3be/init/expenses.csv @@ -0,0 +1,6 @@ +Date,Description,Category,Amount +2024-04-01,Office supplies,Supplies,150.50 +2024-04-02,Venue rental,Vendor,800.00 +2024-04-03,Catering,Vendor,450.25 +2024-04-04,Marketing,Advertising,300.00 +2024-04-05,Audio equipment,Vendor,200.75 \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/gold/accepted_codes.txt b/shellops/assets/ShellOps_98edaa6b11/gold/accepted_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..32811bccfccda585df2c0fca4e7dc791715a53a4 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/gold/accepted_codes.txt @@ -0,0 +1,2 @@ +CC-123A +CC-789C diff --git a/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/session_2024-05-01.metrics b/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/session_2024-05-01.metrics new file mode 100644 index 0000000000000000000000000000000000000000..8c7ad235d0af9596726b426fb428bbbff5778662 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/session_2024-05-01.metrics @@ -0,0 +1,2 @@ +{"calibration_code": "CC-123A", "timestamp": "2024-05-01T09:14:00Z"} +{"calibration_code": "CC-456B", "timestamp": "2024-05-01T11:23:15Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/session_2024-05-02.metrics b/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/session_2024-05-02.metrics new file mode 100644 index 0000000000000000000000000000000000000000..7a7fe3d1157dabc752f9a9945bd3d5969422ff49 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/session_2024-05-02.metrics @@ -0,0 +1 @@ +{"calibration_code": "CC-789C", "timestamp": "2024-05-01T14:45:30Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/temp_reading.out b/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/temp_reading.out new file mode 100644 index 0000000000000000000000000000000000000000..959918305e89732ac9d7d5753bfafc8be57bc7e3 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/gold/calibrations/temp_reading.out @@ -0,0 +1 @@ +45.6C at 2024-05-01T10:00:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/gold/excluded_codes.md b/shellops/assets/ShellOps_98edaa6b11/gold/excluded_codes.md new file mode 100644 index 0000000000000000000000000000000000000000..554d3ddd42cc4103894ce1feb0f9b07b4ab7a120 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/gold/excluded_codes.md @@ -0,0 +1,3 @@ +# Excluded Calibration Codes +CC-456B +CC-0000F diff --git a/shellops/assets/ShellOps_98edaa6b11/init/calibrations/session_2024-05-01.metrics b/shellops/assets/ShellOps_98edaa6b11/init/calibrations/session_2024-05-01.metrics new file mode 100644 index 0000000000000000000000000000000000000000..8c7ad235d0af9596726b426fb428bbbff5778662 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/init/calibrations/session_2024-05-01.metrics @@ -0,0 +1,2 @@ +{"calibration_code": "CC-123A", "timestamp": "2024-05-01T09:14:00Z"} +{"calibration_code": "CC-456B", "timestamp": "2024-05-01T11:23:15Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/init/calibrations/session_2024-05-02.metrics b/shellops/assets/ShellOps_98edaa6b11/init/calibrations/session_2024-05-02.metrics new file mode 100644 index 0000000000000000000000000000000000000000..7a7fe3d1157dabc752f9a9945bd3d5969422ff49 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/init/calibrations/session_2024-05-02.metrics @@ -0,0 +1 @@ +{"calibration_code": "CC-789C", "timestamp": "2024-05-01T14:45:30Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/init/calibrations/temp_reading.out b/shellops/assets/ShellOps_98edaa6b11/init/calibrations/temp_reading.out new file mode 100644 index 0000000000000000000000000000000000000000..959918305e89732ac9d7d5753bfafc8be57bc7e3 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/init/calibrations/temp_reading.out @@ -0,0 +1 @@ +45.6C at 2024-05-01T10:00:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_98edaa6b11/init/excluded_codes.md b/shellops/assets/ShellOps_98edaa6b11/init/excluded_codes.md new file mode 100644 index 0000000000000000000000000000000000000000..554d3ddd42cc4103894ce1feb0f9b07b4ab7a120 --- /dev/null +++ b/shellops/assets/ShellOps_98edaa6b11/init/excluded_codes.md @@ -0,0 +1,3 @@ +# Excluded Calibration Codes +CC-456B +CC-0000F diff --git a/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster1.conf b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster1.conf new file mode 100644 index 0000000000000000000000000000000000000000..6fa77bd710fed76581eba7d5285c3800a5e3c9ad --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster1.conf @@ -0,0 +1,3 @@ +security_group="alpha" +instance_type="m5.large" +subnet_id="subnet-12345" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster2.conf b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster2.conf new file mode 100644 index 0000000000000000000000000000000000000000..5933aa848462efb70a1964b8d50fe4ae9b49f817 --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster2.conf @@ -0,0 +1,3 @@ +security_group="beta" +instance_type="m5.xlarge" +subnet_id="subnet-67890" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster3.conf b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster3.conf new file mode 100644 index 0000000000000000000000000000000000000000..d76f87a8fe5ace121d997d926ace76af2e4a83f8 --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster3.conf @@ -0,0 +1,3 @@ +security_group="alpha" +instance_type="m5.large" +subnet_id="subnet-54321" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster4.conf b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster4.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d5782c9c499861c896c8b396cbcd1aea3355694 --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/gold/configs/cluster/cluster4.conf @@ -0,0 +1,3 @@ +security_group="gamma" +instance_type="m5.2xlarge" +subnet_id="subnet-09876" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/gold/security_groups.out b/shellops/assets/ShellOps_98ef264de4/gold/security_groups.out new file mode 100644 index 0000000000000000000000000000000000000000..85c30401ce288f253613cb07ee32e62128089caa --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/gold/security_groups.out @@ -0,0 +1,3 @@ +alpha +beta +gamma diff --git a/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster1.conf b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster1.conf new file mode 100644 index 0000000000000000000000000000000000000000..6fa77bd710fed76581eba7d5285c3800a5e3c9ad --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster1.conf @@ -0,0 +1,3 @@ +security_group="alpha" +instance_type="m5.large" +subnet_id="subnet-12345" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster2.conf b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster2.conf new file mode 100644 index 0000000000000000000000000000000000000000..5933aa848462efb70a1964b8d50fe4ae9b49f817 --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster2.conf @@ -0,0 +1,3 @@ +security_group="beta" +instance_type="m5.xlarge" +subnet_id="subnet-67890" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster3.conf b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster3.conf new file mode 100644 index 0000000000000000000000000000000000000000..d76f87a8fe5ace121d997d926ace76af2e4a83f8 --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster3.conf @@ -0,0 +1,3 @@ +security_group="alpha" +instance_type="m5.large" +subnet_id="subnet-54321" \ No newline at end of file diff --git a/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster4.conf b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster4.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d5782c9c499861c896c8b396cbcd1aea3355694 --- /dev/null +++ b/shellops/assets/ShellOps_98ef264de4/init/configs/cluster/cluster4.conf @@ -0,0 +1,3 @@ +security_group="gamma" +instance_type="m5.2xlarge" +subnet_id="subnet-09876" \ No newline at end of file diff --git a/shellops/assets/ShellOps_991ea7f9a2/gold/finance/cc_2024_04.csv b/shellops/assets/ShellOps_991ea7f9a2/gold/finance/cc_2024_04.csv new file mode 100644 index 0000000000000000000000000000000000000000..b189869b97c1c17866a1be12828b9e0b45c276d6 --- /dev/null +++ b/shellops/assets/ShellOps_991ea7f9a2/gold/finance/cc_2024_04.csv @@ -0,0 +1,24 @@ +# Credit card transactions for April 2024 +Date,Amount,Vendor +2024-04-01,12.50,Starbucks +2024-04-02,45.00,Whole Foods Market +2024-04-03,8.75,Starbucks +2024-04-04,120.00,AMAZON.COM +2024-04-05,25.00,Shell Gas Station +2024-04-06,15.00,Shell Gas Station +2024-04-07,60.00,Target +2024-04-08,9.00,Starbucks +2024-04-09,75.00,Best Buy +2024-04-10,22.00,Netflix +2024-04-11,33.00,Uber +2024-04-12,18.50,McDonald's +2024-04-13,150.00,Apple Store +2024-04-14,5.50,7-Eleven +2024-04-15,42.00,Costco +2024-04-16,19.00,CVS Pharmacy +2024-04-17,28.00,Walgreens +2024-04-18,11.00,Dunkin' +2024-04-19,65.00,Home Depot +2024-04-20,14.00,Pizza Hut +2024-04-21,90.00,Target +2024-04-22,7.50,McDonald's diff --git a/shellops/assets/ShellOps_991ea7f9a2/gold/finance/checking_2024_04.csv b/shellops/assets/ShellOps_991ea7f9a2/gold/finance/checking_2024_04.csv new file mode 100644 index 0000000000000000000000000000000000000000..dcb3ce41c2656ad82905b2afca7ca95c6670d706 --- /dev/null +++ b/shellops/assets/ShellOps_991ea7f9a2/gold/finance/checking_2024_04.csv @@ -0,0 +1,24 @@ +# Checking account transactions for April 2024 +Date,Amount,Category,Vendor +2024-04-01,120.00,Shopping,Amazon.com +2024-04-02,12.50,Coffee,Starbucks +2024-04-03,45.00,Groceries,Whole Foods +2024-04-04,8.75,Coffee,starbucks +2024-04-05,25.00,Gas,Shell +2024-04-06,15.00,Gas,Shell Gas +2024-04-07,60.00,Shopping,Target +2024-04-08,9.00,Coffee,STARBUCKS +2024-04-09,75.00,Electronics,Best Buy +2024-04-10,22.00,Entertainment,Netflix +2024-04-11,33.00,Transportation,UBER +2024-04-12,18.50,Food,McDonalds +2024-04-13,150.00,Electronics,Apple Store +2024-04-14,5.50,Convenience,7-Eleven +2024-04-15,42.00,Groceries,Costco +2024-04-16,19.00,Pharmacy,CVS +2024-04-17,28.00,Pharmacy,Walgreens +2024-04-18,11.00,Coffee,Dunkin +2024-04-19,65.00,Home,Home Depot +2024-04-20,14.00,Food,Pizza Hut +2024-04-21,90.00,Shopping,Target +2024-04-22,7.50,Food,McDonald's diff --git a/shellops/assets/ShellOps_991ea7f9a2/init/finance/cc_2024_04.csv b/shellops/assets/ShellOps_991ea7f9a2/init/finance/cc_2024_04.csv new file mode 100644 index 0000000000000000000000000000000000000000..b189869b97c1c17866a1be12828b9e0b45c276d6 --- /dev/null +++ b/shellops/assets/ShellOps_991ea7f9a2/init/finance/cc_2024_04.csv @@ -0,0 +1,24 @@ +# Credit card transactions for April 2024 +Date,Amount,Vendor +2024-04-01,12.50,Starbucks +2024-04-02,45.00,Whole Foods Market +2024-04-03,8.75,Starbucks +2024-04-04,120.00,AMAZON.COM +2024-04-05,25.00,Shell Gas Station +2024-04-06,15.00,Shell Gas Station +2024-04-07,60.00,Target +2024-04-08,9.00,Starbucks +2024-04-09,75.00,Best Buy +2024-04-10,22.00,Netflix +2024-04-11,33.00,Uber +2024-04-12,18.50,McDonald's +2024-04-13,150.00,Apple Store +2024-04-14,5.50,7-Eleven +2024-04-15,42.00,Costco +2024-04-16,19.00,CVS Pharmacy +2024-04-17,28.00,Walgreens +2024-04-18,11.00,Dunkin' +2024-04-19,65.00,Home Depot +2024-04-20,14.00,Pizza Hut +2024-04-21,90.00,Target +2024-04-22,7.50,McDonald's diff --git a/shellops/assets/ShellOps_991ea7f9a2/init/finance/checking_2024_04.csv b/shellops/assets/ShellOps_991ea7f9a2/init/finance/checking_2024_04.csv new file mode 100644 index 0000000000000000000000000000000000000000..dcb3ce41c2656ad82905b2afca7ca95c6670d706 --- /dev/null +++ b/shellops/assets/ShellOps_991ea7f9a2/init/finance/checking_2024_04.csv @@ -0,0 +1,24 @@ +# Checking account transactions for April 2024 +Date,Amount,Category,Vendor +2024-04-01,120.00,Shopping,Amazon.com +2024-04-02,12.50,Coffee,Starbucks +2024-04-03,45.00,Groceries,Whole Foods +2024-04-04,8.75,Coffee,starbucks +2024-04-05,25.00,Gas,Shell +2024-04-06,15.00,Gas,Shell Gas +2024-04-07,60.00,Shopping,Target +2024-04-08,9.00,Coffee,STARBUCKS +2024-04-09,75.00,Electronics,Best Buy +2024-04-10,22.00,Entertainment,Netflix +2024-04-11,33.00,Transportation,UBER +2024-04-12,18.50,Food,McDonalds +2024-04-13,150.00,Electronics,Apple Store +2024-04-14,5.50,Convenience,7-Eleven +2024-04-15,42.00,Groceries,Costco +2024-04-16,19.00,Pharmacy,CVS +2024-04-17,28.00,Pharmacy,Walgreens +2024-04-18,11.00,Coffee,Dunkin +2024-04-19,65.00,Home,Home Depot +2024-04-20,14.00,Food,Pizza Hut +2024-04-21,90.00,Shopping,Target +2024-04-22,7.50,Food,McDonald's diff --git a/shellops/assets/ShellOps_99652e3aa3/gold/approved_firmware.txt b/shellops/assets/ShellOps_99652e3aa3/gold/approved_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..5033c04374e752af0a83000a03ff563da4b7c309 --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/gold/approved_firmware.txt @@ -0,0 +1,3 @@ +golden-2.4.1 +stable-1.8.0 +beta-3.0.0 diff --git a/shellops/assets/ShellOps_99652e3aa3/gold/devices.xml b/shellops/assets/ShellOps_99652e3aa3/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..e4944874d844f0a340c80f5c8e2d4878573b00af --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/gold/devices.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_99652e3aa3/gold/mismatches.txt b/shellops/assets/ShellOps_99652e3aa3/gold/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a524db315bab42b353ccc48647e0e7c225d44ff --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/gold/mismatches.txt @@ -0,0 +1,2 @@ +dev-103|alpha-0.9.0 +dev-105|legacy-1.2.3 diff --git a/shellops/assets/ShellOps_99652e3aa3/gold/notes.txt b/shellops/assets/ShellOps_99652e3aa3/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a18590d003f988106aea225dca83cc54ee42e09 --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/gold/notes.txt @@ -0,0 +1 @@ +The alpha and legacy firmware versions are not approved for production use. diff --git a/shellops/assets/ShellOps_99652e3aa3/init/approved_firmware.txt b/shellops/assets/ShellOps_99652e3aa3/init/approved_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..5033c04374e752af0a83000a03ff563da4b7c309 --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/init/approved_firmware.txt @@ -0,0 +1,3 @@ +golden-2.4.1 +stable-1.8.0 +beta-3.0.0 diff --git a/shellops/assets/ShellOps_99652e3aa3/init/devices.xml b/shellops/assets/ShellOps_99652e3aa3/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..e4944874d844f0a340c80f5c8e2d4878573b00af --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/init/devices.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_99652e3aa3/init/notes.txt b/shellops/assets/ShellOps_99652e3aa3/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a18590d003f988106aea225dca83cc54ee42e09 --- /dev/null +++ b/shellops/assets/ShellOps_99652e3aa3/init/notes.txt @@ -0,0 +1 @@ +The alpha and legacy firmware versions are not approved for production use. diff --git a/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v1.0.md b/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v1.0.md new file mode 100644 index 0000000000000000000000000000000000000000..cfbfecd09ce5c69118933740d36b7348077b868c --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v1.0.md @@ -0,0 +1,6 @@ +# Release v1.0 + +## Changes +- Fixed [ENG-12345] Resolve memory leak in parser +- Added [ENG-67890] Support for new API endpoint +- Improved logging for [ENG-55555] \ No newline at end of file diff --git a/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v1.1.md b/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v1.1.md new file mode 100644 index 0000000000000000000000000000000000000000..b3252110524bec91d9f234eceb254ce54ed851aa --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v1.1.md @@ -0,0 +1,6 @@ +# Release v1.1 + +## Changes +- Fixed [ENG-77777] Authentication token expiry +- Enhanced performance for (ENG-88888) +- Deprecated old endpoint [ENG-99999] \ No newline at end of file diff --git a/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v2.0.md b/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v2.0.md new file mode 100644 index 0000000000000000000000000000000000000000..8fa07fcf1232d3edbd27ec29f66e67303096d80d --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/gold/docs/releases/v2.0.md @@ -0,0 +1,6 @@ +# Release v2.0 + +## Changes +- Breaking change for [ENG-11111] New schema +- Added feature [ENG-22222] Batch processing +- Security fix (ENG-33333) Input validation \ No newline at end of file diff --git a/shellops/assets/ShellOps_998e173ff1/gold/issue_id_updates.txt b/shellops/assets/ShellOps_998e173ff1/gold/issue_id_updates.txt new file mode 100644 index 0000000000000000000000000000000000000000..656cb949b7db034c122656bc591969229da2e017 --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/gold/issue_id_updates.txt @@ -0,0 +1,3 @@ +docs/releases/v1.0.md +docs/releases/v1.1.md +docs/releases/v2.0.md diff --git a/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v1.0.md b/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v1.0.md new file mode 100644 index 0000000000000000000000000000000000000000..fb5a6f9a00128a3f16e1c4b914960a68d3ed7c33 --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v1.0.md @@ -0,0 +1,6 @@ +# Release v1.0 + +## Changes +- Fixed [PROJ-12345] Resolve memory leak in parser +- Added [PROJ-67890] Support for new API endpoint +- Improved logging for [PROJ-55555] \ No newline at end of file diff --git a/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v1.1.md b/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v1.1.md new file mode 100644 index 0000000000000000000000000000000000000000..da30d9456e25ef1119ee283fd1117fbf5bc677fe --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v1.1.md @@ -0,0 +1,6 @@ +# Release v1.1 + +## Changes +- Fixed [PROJ-77777] Authentication token expiry +- Enhanced performance for (PROJ-88888) +- Deprecated old endpoint [PROJ-99999] \ No newline at end of file diff --git a/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v2.0.md b/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v2.0.md new file mode 100644 index 0000000000000000000000000000000000000000..acdc4a99780f4c1b1f3b9d7363af22edfd0ffdb7 --- /dev/null +++ b/shellops/assets/ShellOps_998e173ff1/init/docs/releases/v2.0.md @@ -0,0 +1,6 @@ +# Release v2.0 + +## Changes +- Breaking change for [PROJ-11111] New schema +- Added feature [PROJ-22222] Batch processing +- Security fix (PROJ-33333) Input validation \ No newline at end of file diff --git a/shellops/assets/ShellOps_99a60719b8/gold/results/.keep b/shellops/assets/ShellOps_99a60719b8/gold/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_99a60719b8/gold/results/irrelevant.log b/shellops/assets/ShellOps_99a60719b8/gold/results/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..9db1fd93e6bc34b80ee149f81f7bcd6d7c3a5553 --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/gold/results/irrelevant.log @@ -0,0 +1 @@ +Log file not used diff --git a/shellops/assets/ShellOps_99a60719b8/gold/results/test_alpha.out b/shellops/assets/ShellOps_99a60719b8/gold/results/test_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..426bd5cdcf7d481957e865ec6019d9b743daef0a --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/gold/results/test_alpha.out @@ -0,0 +1,2 @@ +Running test_alpha... +PASS test_alpha 1.2s diff --git a/shellops/assets/ShellOps_99a60719b8/gold/results/test_beta.out b/shellops/assets/ShellOps_99a60719b8/gold/results/test_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..ed6a9845b2b7f3d7ec92acc3e17371c96325c018 --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/gold/results/test_beta.out @@ -0,0 +1,3 @@ +Running test_beta... +FAIL test_beta 0.8s +Error: assertion failed diff --git a/shellops/assets/ShellOps_99a60719b8/gold/results/test_gamma.out b/shellops/assets/ShellOps_99a60719b8/gold/results/test_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..934b29e4750e242129eb8ca91f90425df297914f --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/gold/results/test_gamma.out @@ -0,0 +1,2 @@ +Running test_gamma... +PASS test_gamma 2.1s diff --git a/shellops/assets/ShellOps_99a60719b8/gold/test_index.csv b/shellops/assets/ShellOps_99a60719b8/gold/test_index.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d258bb71e25f2193aca8a9b9e06eeadc0b87a66 --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/gold/test_index.csv @@ -0,0 +1,3 @@ +test_alpha,PASS +test_beta,FAIL +test_gamma,PASS diff --git a/shellops/assets/ShellOps_99a60719b8/init/results/.keep b/shellops/assets/ShellOps_99a60719b8/init/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_99a60719b8/init/results/irrelevant.log b/shellops/assets/ShellOps_99a60719b8/init/results/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..9db1fd93e6bc34b80ee149f81f7bcd6d7c3a5553 --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/init/results/irrelevant.log @@ -0,0 +1 @@ +Log file not used diff --git a/shellops/assets/ShellOps_99a60719b8/init/results/test_alpha.out b/shellops/assets/ShellOps_99a60719b8/init/results/test_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..426bd5cdcf7d481957e865ec6019d9b743daef0a --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/init/results/test_alpha.out @@ -0,0 +1,2 @@ +Running test_alpha... +PASS test_alpha 1.2s diff --git a/shellops/assets/ShellOps_99a60719b8/init/results/test_beta.out b/shellops/assets/ShellOps_99a60719b8/init/results/test_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..ed6a9845b2b7f3d7ec92acc3e17371c96325c018 --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/init/results/test_beta.out @@ -0,0 +1,3 @@ +Running test_beta... +FAIL test_beta 0.8s +Error: assertion failed diff --git a/shellops/assets/ShellOps_99a60719b8/init/results/test_gamma.out b/shellops/assets/ShellOps_99a60719b8/init/results/test_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..934b29e4750e242129eb8ca91f90425df297914f --- /dev/null +++ b/shellops/assets/ShellOps_99a60719b8/init/results/test_gamma.out @@ -0,0 +1,2 @@ +Running test_gamma... +PASS test_gamma 2.1s diff --git a/shellops/assets/ShellOps_99e4ad3464/gold/docs/notes.md b/shellops/assets/ShellOps_99e4ad3464/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f535ee6fb6352280bef9993439fbcea3c84a18f7 --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/gold/docs/notes.md @@ -0,0 +1,2 @@ +The /health endpoint is legacy but still monitored. +We suppress /api/login due to a known vulnerability; continue observing /metrics. diff --git a/shellops/assets/ShellOps_99e4ad3464/gold/reports/flagged_endpoints.tsv b/shellops/assets/ShellOps_99e4ad3464/gold/reports/flagged_endpoints.tsv new file mode 100644 index 0000000000000000000000000000000000000000..db229d00e7a952c00db966e883d9fc132a17702d --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/gold/reports/flagged_endpoints.tsv @@ -0,0 +1,2 @@ +/api/login 2024-01-15T08:23:11Z Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 +/api/login 2024-01-15T08:25:42Z Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 diff --git a/shellops/assets/ShellOps_99e4ad3464/gold/suppressions/denylist.tsv b/shellops/assets/ShellOps_99e4ad3464/gold/suppressions/denylist.tsv new file mode 100644 index 0000000000000000000000000000000000000000..99de303e8d4b03f9b46b9921de9be1a868e097e9 --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/gold/suppressions/denylist.tsv @@ -0,0 +1,3 @@ +endpoint reason +/api/login known_vulnerability +/admin obsolete diff --git a/shellops/assets/ShellOps_99e4ad3464/gold/telemetry/events.jsonl b/shellops/assets/ShellOps_99e4ad3464/gold/telemetry/events.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c4bc36390f517eb93ce366751b1b8c77ef7dff09 --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/gold/telemetry/events.jsonl @@ -0,0 +1,4 @@ +{"endpoint":"/api/login","timestamp":"2024-01-15T08:23:11Z","user_agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36"} +{"endpoint":"/health","timestamp":"2024-01-15T08:24:00Z","user_agent":"curl/7.68.0"} +{"endpoint":"/api/login","timestamp":"2024-01-15T08:25:42Z","user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"} +{"endpoint":"/metrics","timestamp":"2024-01-15T08:30:01Z","user_agent":"Prometheus/2.30.3"} diff --git a/shellops/assets/ShellOps_99e4ad3464/init/docs/notes.md b/shellops/assets/ShellOps_99e4ad3464/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f535ee6fb6352280bef9993439fbcea3c84a18f7 --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/init/docs/notes.md @@ -0,0 +1,2 @@ +The /health endpoint is legacy but still monitored. +We suppress /api/login due to a known vulnerability; continue observing /metrics. diff --git a/shellops/assets/ShellOps_99e4ad3464/init/suppressions/denylist.tsv b/shellops/assets/ShellOps_99e4ad3464/init/suppressions/denylist.tsv new file mode 100644 index 0000000000000000000000000000000000000000..99de303e8d4b03f9b46b9921de9be1a868e097e9 --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/init/suppressions/denylist.tsv @@ -0,0 +1,3 @@ +endpoint reason +/api/login known_vulnerability +/admin obsolete diff --git a/shellops/assets/ShellOps_99e4ad3464/init/telemetry/events.jsonl b/shellops/assets/ShellOps_99e4ad3464/init/telemetry/events.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c4bc36390f517eb93ce366751b1b8c77ef7dff09 --- /dev/null +++ b/shellops/assets/ShellOps_99e4ad3464/init/telemetry/events.jsonl @@ -0,0 +1,4 @@ +{"endpoint":"/api/login","timestamp":"2024-01-15T08:23:11Z","user_agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36"} +{"endpoint":"/health","timestamp":"2024-01-15T08:24:00Z","user_agent":"curl/7.68.0"} +{"endpoint":"/api/login","timestamp":"2024-01-15T08:25:42Z","user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"} +{"endpoint":"/metrics","timestamp":"2024-01-15T08:30:01Z","user_agent":"Prometheus/2.30.3"} diff --git a/shellops/assets/ShellOps_99fcba0c53/gold/alpha.log b/shellops/assets/ShellOps_99fcba0c53/gold/alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..fb858dc1dc6272d9d2fead7190940d2993461e8b --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/gold/alpha.log @@ -0,0 +1,6 @@ +2024-10-15 08:30:15 INFO service started +2024-10-15 08:31:22 ERROR connection timeout id='dev-001' +2024-10-15 08:32:10 INFO retry scheduled +2024-10-15 08:33:45 ERROR authentication failed id='dev-042' +2024-10-15 08:34:20 WARN high latency detected +2024-10-15 08:35:00 ERROR disk full id='dev-007' diff --git a/shellops/assets/ShellOps_99fcba0c53/gold/beta.log b/shellops/assets/ShellOps_99fcba0c53/gold/beta.log new file mode 100644 index 0000000000000000000000000000000000000000..865f7392878304a21fdd9050d86184142baca157 --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/gold/beta.log @@ -0,0 +1,5 @@ +2024-10-15 09:10:05 INFO beta node online +2024-10-15 09:11:12 ERROR unexpected shutdown id='dev-099' +2024-10-15 09:12:30 INFO recovery initiated +2024-10-15 09:13:18 ERROR write failure id='dev-001' +2024-10-15 09:14:25 WARN buffer overflow diff --git a/shellops/assets/ShellOps_99fcba0c53/gold/error_ids.txt b/shellops/assets/ShellOps_99fcba0c53/gold/error_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..c19d4281d865db1c2df654087aef34f373045065 --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/gold/error_ids.txt @@ -0,0 +1,5 @@ +dev-001 +dev-042 +dev-007 +dev-099 +dev-001 diff --git a/shellops/assets/ShellOps_99fcba0c53/gold/gamma.log b/shellops/assets/ShellOps_99fcba0c53/gold/gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..1ac65ccb827481401acd3ebbf483b8646823fc9b --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/gold/gamma.log @@ -0,0 +1,2 @@ +2024-10-15 10:00:00 INFO gamma phase started +2024-10-15 10:01:00 WARN low memory diff --git a/shellops/assets/ShellOps_99fcba0c53/gold/notes.txt b/shellops/assets/ShellOps_99fcba0c53/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..055926ff5c34338d4c5b178e0d65be266b231d90 --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/gold/notes.txt @@ -0,0 +1,2 @@ +Ignore this file. It contains unrelated annotations. +ERROR test id='note-123' diff --git a/shellops/assets/ShellOps_99fcba0c53/init/alpha.log b/shellops/assets/ShellOps_99fcba0c53/init/alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..fb858dc1dc6272d9d2fead7190940d2993461e8b --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/init/alpha.log @@ -0,0 +1,6 @@ +2024-10-15 08:30:15 INFO service started +2024-10-15 08:31:22 ERROR connection timeout id='dev-001' +2024-10-15 08:32:10 INFO retry scheduled +2024-10-15 08:33:45 ERROR authentication failed id='dev-042' +2024-10-15 08:34:20 WARN high latency detected +2024-10-15 08:35:00 ERROR disk full id='dev-007' diff --git a/shellops/assets/ShellOps_99fcba0c53/init/beta.log b/shellops/assets/ShellOps_99fcba0c53/init/beta.log new file mode 100644 index 0000000000000000000000000000000000000000..865f7392878304a21fdd9050d86184142baca157 --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/init/beta.log @@ -0,0 +1,5 @@ +2024-10-15 09:10:05 INFO beta node online +2024-10-15 09:11:12 ERROR unexpected shutdown id='dev-099' +2024-10-15 09:12:30 INFO recovery initiated +2024-10-15 09:13:18 ERROR write failure id='dev-001' +2024-10-15 09:14:25 WARN buffer overflow diff --git a/shellops/assets/ShellOps_99fcba0c53/init/gamma.log b/shellops/assets/ShellOps_99fcba0c53/init/gamma.log new file mode 100644 index 0000000000000000000000000000000000000000..1ac65ccb827481401acd3ebbf483b8646823fc9b --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/init/gamma.log @@ -0,0 +1,2 @@ +2024-10-15 10:00:00 INFO gamma phase started +2024-10-15 10:01:00 WARN low memory diff --git a/shellops/assets/ShellOps_99fcba0c53/init/notes.txt b/shellops/assets/ShellOps_99fcba0c53/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..055926ff5c34338d4c5b178e0d65be266b231d90 --- /dev/null +++ b/shellops/assets/ShellOps_99fcba0c53/init/notes.txt @@ -0,0 +1,2 @@ +Ignore this file. It contains unrelated annotations. +ERROR test id='note-123' diff --git a/shellops/assets/ShellOps_9a5ea05fe4/gold/accounts/user_list.rc b/shellops/assets/ShellOps_9a5ea05fe4/gold/accounts/user_list.rc new file mode 100644 index 0000000000000000000000000000000000000000..2897a718b70bce4bb4dda77543d43614771b95d3 --- /dev/null +++ b/shellops/assets/ShellOps_9a5ea05fe4/gold/accounts/user_list.rc @@ -0,0 +1,3 @@ +user123 +user456 +user789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a5ea05fe4/gold/sessions/session_logs.rc b/shellops/assets/ShellOps_9a5ea05fe4/gold/sessions/session_logs.rc new file mode 100644 index 0000000000000000000000000000000000000000..20da19fd4e3473ffac795814bd64ebaa465fcaec --- /dev/null +++ b/shellops/assets/ShellOps_9a5ea05fe4/gold/sessions/session_logs.rc @@ -0,0 +1,5 @@ +user123|192.168.1.1|2024-03-15T12:34:56 +user456|192.168.1.2|2024-03-15T13:45:12 +unregistered1|192.168.1.3|2024-03-15T14:56:23 +user789|192.168.1.4|2024-03-15T15:12:34 +unregistered2|192.168.1.5|2024-03-15T16:23:45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a5ea05fe4/gold/unregistered_sessions.out b/shellops/assets/ShellOps_9a5ea05fe4/gold/unregistered_sessions.out new file mode 100644 index 0000000000000000000000000000000000000000..f9effa0d795f49f8f8cef75b30180978ae66c3d7 --- /dev/null +++ b/shellops/assets/ShellOps_9a5ea05fe4/gold/unregistered_sessions.out @@ -0,0 +1,2 @@ +unregistered1|192.168.1.3|2024-03-15T14:56:23 +unregistered2|192.168.1.5|2024-03-15T16:23:45 diff --git a/shellops/assets/ShellOps_9a5ea05fe4/init/accounts/user_list.rc b/shellops/assets/ShellOps_9a5ea05fe4/init/accounts/user_list.rc new file mode 100644 index 0000000000000000000000000000000000000000..2897a718b70bce4bb4dda77543d43614771b95d3 --- /dev/null +++ b/shellops/assets/ShellOps_9a5ea05fe4/init/accounts/user_list.rc @@ -0,0 +1,3 @@ +user123 +user456 +user789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a5ea05fe4/init/sessions/session_logs.rc b/shellops/assets/ShellOps_9a5ea05fe4/init/sessions/session_logs.rc new file mode 100644 index 0000000000000000000000000000000000000000..20da19fd4e3473ffac795814bd64ebaa465fcaec --- /dev/null +++ b/shellops/assets/ShellOps_9a5ea05fe4/init/sessions/session_logs.rc @@ -0,0 +1,5 @@ +user123|192.168.1.1|2024-03-15T12:34:56 +user456|192.168.1.2|2024-03-15T13:45:12 +unregistered1|192.168.1.3|2024-03-15T14:56:23 +user789|192.168.1.4|2024-03-15T15:12:34 +unregistered2|192.168.1.5|2024-03-15T16:23:45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a94636c46/gold/log.txt b/shellops/assets/ShellOps_9a94636c46/gold/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..88fce300fe3f012b344b213eddca7f4d1838b1d1 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/gold/log.txt @@ -0,0 +1,8 @@ +2024-05-21 10:03:22 device_A1B2 status ONLINE +2024-05-21 10:04:17 device_C3D4 OFFLINE due to power loss +2024-05-21 10:05:45 device_E5F6 status ONLINE +2024-05-21 10:06:33 device_J7K8 OFFLINE connection timeout +2024-05-21 10:07:11 device_X7Y8 OFFLINE signal weak +2024-05-21 10:08:02 device_Z9W0 status ONLINE +2024-05-21 10:09:55 device_XYZ9 OFFLINE unknown reason +2024-05-21 10:10:44 device_C3D4 status ONLINE (recovered) \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a94636c46/gold/notes/speculative.md b/shellops/assets/ShellOps_9a94636c46/gold/notes/speculative.md new file mode 100644 index 0000000000000000000000000000000000000000..78fb2b18c7890fe786eb2e3295acb8ee738d87b4 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/gold/notes/speculative.md @@ -0,0 +1,4 @@ +# speculative sensor expansions +- device_TEMP1 (hypothetical, not deployed) +- device_A1B2 (already in roster) +- device_NEW99 (pending approval) diff --git a/shellops/assets/ShellOps_9a94636c46/gold/reports/unaccounted_devices.txt b/shellops/assets/ShellOps_9a94636c46/gold/reports/unaccounted_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..9699f1bbb565b3bc7172cc982d178d32d3fcb8b0 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/gold/reports/unaccounted_devices.txt @@ -0,0 +1,2 @@ +device_J7K8 +device_XYZ9 diff --git a/shellops/assets/ShellOps_9a94636c46/gold/sensors.xml b/shellops/assets/ShellOps_9a94636c46/gold/sensors.xml new file mode 100644 index 0000000000000000000000000000000000000000..6affb9700f2b2798260817c560d66cc216b36346 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/gold/sensors.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a94636c46/init/log.txt b/shellops/assets/ShellOps_9a94636c46/init/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..88fce300fe3f012b344b213eddca7f4d1838b1d1 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/init/log.txt @@ -0,0 +1,8 @@ +2024-05-21 10:03:22 device_A1B2 status ONLINE +2024-05-21 10:04:17 device_C3D4 OFFLINE due to power loss +2024-05-21 10:05:45 device_E5F6 status ONLINE +2024-05-21 10:06:33 device_J7K8 OFFLINE connection timeout +2024-05-21 10:07:11 device_X7Y8 OFFLINE signal weak +2024-05-21 10:08:02 device_Z9W0 status ONLINE +2024-05-21 10:09:55 device_XYZ9 OFFLINE unknown reason +2024-05-21 10:10:44 device_C3D4 status ONLINE (recovered) \ No newline at end of file diff --git a/shellops/assets/ShellOps_9a94636c46/init/notes/speculative.md b/shellops/assets/ShellOps_9a94636c46/init/notes/speculative.md new file mode 100644 index 0000000000000000000000000000000000000000..78fb2b18c7890fe786eb2e3295acb8ee738d87b4 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/init/notes/speculative.md @@ -0,0 +1,4 @@ +# speculative sensor expansions +- device_TEMP1 (hypothetical, not deployed) +- device_A1B2 (already in roster) +- device_NEW99 (pending approval) diff --git a/shellops/assets/ShellOps_9a94636c46/init/sensors.xml b/shellops/assets/ShellOps_9a94636c46/init/sensors.xml new file mode 100644 index 0000000000000000000000000000000000000000..6affb9700f2b2798260817c560d66cc216b36346 --- /dev/null +++ b/shellops/assets/ShellOps_9a94636c46/init/sensors.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9afb4a9ea7/gold/exclusions/session_exclusions.txt b/shellops/assets/ShellOps_9afb4a9ea7/gold/exclusions/session_exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f36c767d69ecbb22d08918121c8ad4142eb99000 --- /dev/null +++ b/shellops/assets/ShellOps_9afb4a9ea7/gold/exclusions/session_exclusions.txt @@ -0,0 +1 @@ +tok_123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9afb4a9ea7/gold/high_privilege_sessions.txt b/shellops/assets/ShellOps_9afb4a9ea7/gold/high_privilege_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fccd12964eb7760cf6791040791d37bcf0c25d8 --- /dev/null +++ b/shellops/assets/ShellOps_9afb4a9ea7/gold/high_privilege_sessions.txt @@ -0,0 +1 @@ +tok_789 diff --git a/shellops/assets/ShellOps_9afb4a9ea7/init/.tmp/priv_tokens b/shellops/assets/ShellOps_9afb4a9ea7/init/.tmp/priv_tokens new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9afb4a9ea7/init/exclusions/session_exclusions.txt b/shellops/assets/ShellOps_9afb4a9ea7/init/exclusions/session_exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f36c767d69ecbb22d08918121c8ad4142eb99000 --- /dev/null +++ b/shellops/assets/ShellOps_9afb4a9ea7/init/exclusions/session_exclusions.txt @@ -0,0 +1 @@ +tok_123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9afb4a9ea7/init/high_privilege_sessions.txt b/shellops/assets/ShellOps_9afb4a9ea7/init/high_privilege_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9b72ee7075/gold/catalog/approved.xml b/shellops/assets/ShellOps_9b72ee7075/gold/catalog/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..e043443edb848ad51d756f737f433edf7c330b08 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/gold/catalog/approved.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_9b72ee7075/gold/inventory/models.txt b/shellops/assets/ShellOps_9b72ee7075/gold/inventory/models.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1dd30a4343eeb7c18495c80c64b50679099fe67 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/gold/inventory/models.txt @@ -0,0 +1,5 @@ +M1001 +M1002 +M1005 +M1009 +M1010 diff --git a/shellops/assets/ShellOps_9b72ee7075/gold/notes/irrelevant.md b/shellops/assets/ShellOps_9b72ee7075/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..ae24bc7b54cd295c3e376b8ffe9a346ab5b1fef7 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Placeholder notes + +Ignore this file during the model cross-check. diff --git a/shellops/assets/ShellOps_9b72ee7075/gold/output/unmatched_models.txt b/shellops/assets/ShellOps_9b72ee7075/gold/output/unmatched_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d10b3a3ab9267ad5396c0b3fa47e1657a31a4f6 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/gold/output/unmatched_models.txt @@ -0,0 +1,3 @@ +M1005 MISSING_FROM_CATALOG +M1009 MISSING_FROM_CATALOG +M1010 MISSING_FROM_CATALOG diff --git a/shellops/assets/ShellOps_9b72ee7075/init/catalog/approved.xml b/shellops/assets/ShellOps_9b72ee7075/init/catalog/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..e043443edb848ad51d756f737f433edf7c330b08 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/init/catalog/approved.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_9b72ee7075/init/inventory/models.txt b/shellops/assets/ShellOps_9b72ee7075/init/inventory/models.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1dd30a4343eeb7c18495c80c64b50679099fe67 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/init/inventory/models.txt @@ -0,0 +1,5 @@ +M1001 +M1002 +M1005 +M1009 +M1010 diff --git a/shellops/assets/ShellOps_9b72ee7075/init/notes/irrelevant.md b/shellops/assets/ShellOps_9b72ee7075/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..ae24bc7b54cd295c3e376b8ffe9a346ab5b1fef7 --- /dev/null +++ b/shellops/assets/ShellOps_9b72ee7075/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Placeholder notes + +Ignore this file during the model cross-check. diff --git a/shellops/assets/ShellOps_9b7fc74e1b/gold/app.json b/shellops/assets/ShellOps_9b7fc74e1b/gold/app.json new file mode 100644 index 0000000000000000000000000000000000000000..df003e6cddb0507b23e33524c53dfeaf60d6fb39 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/gold/app.json @@ -0,0 +1,5 @@ +{"event": "login", "code": "ERR_INVALID_TOKEN", "ts": "2024-09-12T10:00:00Z"} +{"event": "query", "code": "ERR_DB_CONN", "ts": "2024-09-12T10:05:00Z"} +{"event": "update", "code": "ERR_TIMEOUT", "ts": "2024-09-12T10:10:00Z"} +{"event": "sync", "code": "ERR_RETRY_LATER", "ts": "2024-09-12T10:15:00Z"} +{"event": "insert", "code": "ERR_DUPLICATE_KEY", "ts": "2024-09-12T10:20:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9b7fc74e1b/gold/excluded_errors.txt b/shellops/assets/ShellOps_9b7fc74e1b/gold/excluded_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..13233f159d697c1d51a45cafb9436699306184b5 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/gold/excluded_errors.txt @@ -0,0 +1,4 @@ +ERR_DB_CONN +ERR_DUPLICATE_KEY +ERR_INVALID_TOKEN +ERR_TIMEOUT diff --git a/shellops/assets/ShellOps_9b7fc74e1b/gold/exclusions.json b/shellops/assets/ShellOps_9b7fc74e1b/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..0296450a10a88d79f7022ca8314a051c1907c525 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/gold/exclusions.json @@ -0,0 +1,4 @@ +{ + "exclude": ["ERR_TIMEOUT", "ERR_DB_CONN", "ERR_INVALID_TOKEN", "ERR_DUPLICATE_KEY", "ERR_DEPRECATED_CALL"], + "include": ["ERR_RETRY_LATER"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9b7fc74e1b/gold/notes.md b/shellops/assets/ShellOps_9b7fc74e1b/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c73516a9305ad7c9f07a89c059a0ac587673c9e5 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/gold/notes.md @@ -0,0 +1 @@ +These logs are from the production environment. ERR_RETRY_LATER is informational and should not be excluded. \ No newline at end of file diff --git a/shellops/assets/ShellOps_9b7fc74e1b/init/app.json b/shellops/assets/ShellOps_9b7fc74e1b/init/app.json new file mode 100644 index 0000000000000000000000000000000000000000..df003e6cddb0507b23e33524c53dfeaf60d6fb39 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/init/app.json @@ -0,0 +1,5 @@ +{"event": "login", "code": "ERR_INVALID_TOKEN", "ts": "2024-09-12T10:00:00Z"} +{"event": "query", "code": "ERR_DB_CONN", "ts": "2024-09-12T10:05:00Z"} +{"event": "update", "code": "ERR_TIMEOUT", "ts": "2024-09-12T10:10:00Z"} +{"event": "sync", "code": "ERR_RETRY_LATER", "ts": "2024-09-12T10:15:00Z"} +{"event": "insert", "code": "ERR_DUPLICATE_KEY", "ts": "2024-09-12T10:20:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9b7fc74e1b/init/exclusions.json b/shellops/assets/ShellOps_9b7fc74e1b/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..0296450a10a88d79f7022ca8314a051c1907c525 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/init/exclusions.json @@ -0,0 +1,4 @@ +{ + "exclude": ["ERR_TIMEOUT", "ERR_DB_CONN", "ERR_INVALID_TOKEN", "ERR_DUPLICATE_KEY", "ERR_DEPRECATED_CALL"], + "include": ["ERR_RETRY_LATER"] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9b7fc74e1b/init/notes.md b/shellops/assets/ShellOps_9b7fc74e1b/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c73516a9305ad7c9f07a89c059a0ac587673c9e5 --- /dev/null +++ b/shellops/assets/ShellOps_9b7fc74e1b/init/notes.md @@ -0,0 +1 @@ +These logs are from the production environment. ERR_RETRY_LATER is informational and should not be excluded. \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bb1a03af0/gold/active_offsets.tsv b/shellops/assets/ShellOps_9bb1a03af0/gold/active_offsets.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0f979f9c1dc7a32af5c9da01862243c126658c98 --- /dev/null +++ b/shellops/assets/ShellOps_9bb1a03af0/gold/active_offsets.tsv @@ -0,0 +1,5 @@ +router-alice -12 +router-charlie -10 +router-eve -7 +router-grace 0 +router-hank -3 diff --git a/shellops/assets/ShellOps_9bb1a03af0/gold/support_status.log b/shellops/assets/ShellOps_9bb1a03af0/gold/support_status.log new file mode 100644 index 0000000000000000000000000000000000000000..d707cf70c86b23cb14a740468ff3d033deb18438 --- /dev/null +++ b/shellops/assets/ShellOps_9bb1a03af0/gold/support_status.log @@ -0,0 +1,9 @@ +# device: status [note] +router-alice: active [latest firmware] +router-bob: decommissioned [spare unit] +router-charlie: active [under warranty] +router-dave: unknown [awaiting check] +router-eve: active +router-frank: decommissioned +router-grace: active [test bench] +router-hank: active \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bb1a03af0/gold/sync_metrics.tsv b/shellops/assets/ShellOps_9bb1a03af0/gold/sync_metrics.tsv new file mode 100644 index 0000000000000000000000000000000000000000..43827a8c84cd1abf1707c1b1499f65c40ec45e31 --- /dev/null +++ b/shellops/assets/ShellOps_9bb1a03af0/gold/sync_metrics.tsv @@ -0,0 +1,10 @@ +# router_id offset_ms +router-alice -12 +router-alice 5 +router-bob 34 +router-charlie -10 +router-dave 9 +router-eve -7 +router-frank 22 +router-grace 0 +router-hank -3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bb1a03af0/init/.tmp/.keep b/shellops/assets/ShellOps_9bb1a03af0/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9bb1a03af0/init/support_status.log b/shellops/assets/ShellOps_9bb1a03af0/init/support_status.log new file mode 100644 index 0000000000000000000000000000000000000000..d707cf70c86b23cb14a740468ff3d033deb18438 --- /dev/null +++ b/shellops/assets/ShellOps_9bb1a03af0/init/support_status.log @@ -0,0 +1,9 @@ +# device: status [note] +router-alice: active [latest firmware] +router-bob: decommissioned [spare unit] +router-charlie: active [under warranty] +router-dave: unknown [awaiting check] +router-eve: active +router-frank: decommissioned +router-grace: active [test bench] +router-hank: active \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bb1a03af0/init/sync_metrics.tsv b/shellops/assets/ShellOps_9bb1a03af0/init/sync_metrics.tsv new file mode 100644 index 0000000000000000000000000000000000000000..43827a8c84cd1abf1707c1b1499f65c40ec45e31 --- /dev/null +++ b/shellops/assets/ShellOps_9bb1a03af0/init/sync_metrics.tsv @@ -0,0 +1,10 @@ +# router_id offset_ms +router-alice -12 +router-alice 5 +router-bob 34 +router-charlie -10 +router-dave 9 +router-eve -7 +router-frank 22 +router-grace 0 +router-hank -3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bcb6139e0/gold/access_audit.json b/shellops/assets/ShellOps_9bcb6139e0/gold/access_audit.json new file mode 100644 index 0000000000000000000000000000000000000000..183935d0b2bbfb07ee98d17aba247e0f1e0bfd40 --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/gold/access_audit.json @@ -0,0 +1,7 @@ +53 +80 +123 +443 +3000 +3306 +9090 diff --git a/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/.keep b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/app_web.json b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/app_web.json new file mode 100644 index 0000000000000000000000000000000000000000..3a009364ad910be01290f7e82cb859a3ede6f59d --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/app_web.json @@ -0,0 +1 @@ +{"allowed_ports": [{"port": 80, "protocol": "tcp"}, {"port": 443, "protocol": "tcp"}, {"port": 53, "protocol": "udp"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/database.json b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/database.json new file mode 100644 index 0000000000000000000000000000000000000000..737773f5af494a8080ca69340520f4060a7711b9 --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/database.json @@ -0,0 +1 @@ +{"allowed_ports": [{"port": 3306, "protocol": "tcp"}, {"port": 53, "protocol": "udp"}, {"port": 123, "protocol": "udp"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/monitoring.json b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/monitoring.json new file mode 100644 index 0000000000000000000000000000000000000000..c41193a67c3c79a5e916ece4eaa8e3936f3f646e --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/gold/cfg/monitoring.json @@ -0,0 +1 @@ +{"allowed_ports": [{"port": 9090, "protocol": "tcp"}, {"port": 3000, "protocol": "tcp"}, {"port": 9090, "protocol": "udp"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bcb6139e0/gold/protocol_summary.txt b/shellops/assets/ShellOps_9bcb6139e0/gold/protocol_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c2955ddf7609e16f905fafafaf34e35140ba461 --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/gold/protocol_summary.txt @@ -0,0 +1,2 @@ +tcp 5 +udp 4 diff --git a/shellops/assets/ShellOps_9bcb6139e0/init/cfg/.keep b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9bcb6139e0/init/cfg/app_web.json b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/app_web.json new file mode 100644 index 0000000000000000000000000000000000000000..3a009364ad910be01290f7e82cb859a3ede6f59d --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/app_web.json @@ -0,0 +1 @@ +{"allowed_ports": [{"port": 80, "protocol": "tcp"}, {"port": 443, "protocol": "tcp"}, {"port": 53, "protocol": "udp"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bcb6139e0/init/cfg/database.json b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/database.json new file mode 100644 index 0000000000000000000000000000000000000000..737773f5af494a8080ca69340520f4060a7711b9 --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/database.json @@ -0,0 +1 @@ +{"allowed_ports": [{"port": 3306, "protocol": "tcp"}, {"port": 53, "protocol": "udp"}, {"port": 123, "protocol": "udp"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9bcb6139e0/init/cfg/monitoring.json b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/monitoring.json new file mode 100644 index 0000000000000000000000000000000000000000..c41193a67c3c79a5e916ece4eaa8e3936f3f646e --- /dev/null +++ b/shellops/assets/ShellOps_9bcb6139e0/init/cfg/monitoring.json @@ -0,0 +1 @@ +{"allowed_ports": [{"port": 9090, "protocol": "tcp"}, {"port": 3000, "protocol": "tcp"}, {"port": 9090, "protocol": "udp"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c07756bc2/gold/approved_device_list.txt b/shellops/assets/ShellOps_9c07756bc2/gold/approved_device_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..2918cb305a0e8ec3171b8de37b993584bff1128e --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/gold/approved_device_list.txt @@ -0,0 +1,5 @@ +D101 +D102 +D103 +D104 +D105 diff --git a/shellops/assets/ShellOps_9c07756bc2/gold/device_configs.xml b/shellops/assets/ShellOps_9c07756bc2/gold/device_configs.xml new file mode 100644 index 0000000000000000000000000000000000000000..b024e7920e4206da49a5828ee3f801e4a34acbc9 --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/gold/device_configs.xml @@ -0,0 +1,12 @@ + + + + active + + + active + + + active + + diff --git a/shellops/assets/ShellOps_9c07756bc2/gold/notes.txt b/shellops/assets/ShellOps_9c07756bc2/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a04e58989542edf8e60b75de67bce06e20f28fd8 --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/gold/notes.txt @@ -0,0 +1 @@ +Ignore devices marked as deprecated in future audits. diff --git a/shellops/assets/ShellOps_9c07756bc2/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_9c07756bc2/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..070e96ad76ce7f5aa163ba227bb7310a8c2d9632 --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/gold/reports/missing_devices.txt @@ -0,0 +1,2 @@ +D102 +D104 diff --git a/shellops/assets/ShellOps_9c07756bc2/init/approved_device_list.txt b/shellops/assets/ShellOps_9c07756bc2/init/approved_device_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..2918cb305a0e8ec3171b8de37b993584bff1128e --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/init/approved_device_list.txt @@ -0,0 +1,5 @@ +D101 +D102 +D103 +D104 +D105 diff --git a/shellops/assets/ShellOps_9c07756bc2/init/device_configs.xml b/shellops/assets/ShellOps_9c07756bc2/init/device_configs.xml new file mode 100644 index 0000000000000000000000000000000000000000..b024e7920e4206da49a5828ee3f801e4a34acbc9 --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/init/device_configs.xml @@ -0,0 +1,12 @@ + + + + active + + + active + + + active + + diff --git a/shellops/assets/ShellOps_9c07756bc2/init/notes.txt b/shellops/assets/ShellOps_9c07756bc2/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a04e58989542edf8e60b75de67bce06e20f28fd8 --- /dev/null +++ b/shellops/assets/ShellOps_9c07756bc2/init/notes.txt @@ -0,0 +1 @@ +Ignore devices marked as deprecated in future audits. diff --git a/shellops/assets/ShellOps_9c0faf529a/gold/auth/active_keys.key b/shellops/assets/ShellOps_9c0faf529a/gold/auth/active_keys.key new file mode 100644 index 0000000000000000000000000000000000000000..58914505a3f742a8d36f21b34387f353da2c4ca5 --- /dev/null +++ b/shellops/assets/ShellOps_9c0faf529a/gold/auth/active_keys.key @@ -0,0 +1,4 @@ +KEY456 +KEY789 +KEY999 +KEY888 diff --git a/shellops/assets/ShellOps_9c0faf529a/gold/auth/duplicates.err b/shellops/assets/ShellOps_9c0faf529a/gold/auth/duplicates.err new file mode 100644 index 0000000000000000000000000000000000000000..990de5d9634dadd4acf053714c7bb75659887da6 --- /dev/null +++ b/shellops/assets/ShellOps_9c0faf529a/gold/auth/duplicates.err @@ -0,0 +1,2 @@ +KEY456 +KEY789 diff --git a/shellops/assets/ShellOps_9c0faf529a/gold/auth/new_keys.key b/shellops/assets/ShellOps_9c0faf529a/gold/auth/new_keys.key new file mode 100644 index 0000000000000000000000000000000000000000..856fb2ce5a145911fe921830193d957667f6181b --- /dev/null +++ b/shellops/assets/ShellOps_9c0faf529a/gold/auth/new_keys.key @@ -0,0 +1,5 @@ +KEY123 +KEY456 +KEY789 +KEY012 +KEY345 diff --git a/shellops/assets/ShellOps_9c0faf529a/gold/auth/verified_keys.key b/shellops/assets/ShellOps_9c0faf529a/gold/auth/verified_keys.key new file mode 100644 index 0000000000000000000000000000000000000000..75ff1206183e6a7b34c78e27eecbdeae016f549b --- /dev/null +++ b/shellops/assets/ShellOps_9c0faf529a/gold/auth/verified_keys.key @@ -0,0 +1,3 @@ +KEY123 +KEY012 +KEY345 diff --git a/shellops/assets/ShellOps_9c0faf529a/init/auth/active_keys.key b/shellops/assets/ShellOps_9c0faf529a/init/auth/active_keys.key new file mode 100644 index 0000000000000000000000000000000000000000..58914505a3f742a8d36f21b34387f353da2c4ca5 --- /dev/null +++ b/shellops/assets/ShellOps_9c0faf529a/init/auth/active_keys.key @@ -0,0 +1,4 @@ +KEY456 +KEY789 +KEY999 +KEY888 diff --git a/shellops/assets/ShellOps_9c0faf529a/init/auth/duplicates.err b/shellops/assets/ShellOps_9c0faf529a/init/auth/duplicates.err new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9c0faf529a/init/auth/new_keys.key b/shellops/assets/ShellOps_9c0faf529a/init/auth/new_keys.key new file mode 100644 index 0000000000000000000000000000000000000000..856fb2ce5a145911fe921830193d957667f6181b --- /dev/null +++ b/shellops/assets/ShellOps_9c0faf529a/init/auth/new_keys.key @@ -0,0 +1,5 @@ +KEY123 +KEY456 +KEY789 +KEY012 +KEY345 diff --git a/shellops/assets/ShellOps_9c0faf529a/init/auth/verified_keys.key b/shellops/assets/ShellOps_9c0faf529a/init/auth/verified_keys.key new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9c37d35338/gold/docs/api_specs/authentication.xml b/shellops/assets/ShellOps_9c37d35338/gold/docs/api_specs/authentication.xml new file mode 100644 index 0000000000000000000000000000000000000000..47835ba49254ecb121746cdb2863a3b67f32692f --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/gold/docs/api_specs/authentication.xml @@ -0,0 +1 @@ +401403400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c37d35338/gold/docs/api_specs/payment.xml b/shellops/assets/ShellOps_9c37d35338/gold/docs/api_specs/payment.xml new file mode 100644 index 0000000000000000000000000000000000000000..a1ed5b64dd1248bc654c69512e02c8e4cd644445 --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/gold/docs/api_specs/payment.xml @@ -0,0 +1 @@ +500504 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c37d35338/gold/error_guide.txt b/shellops/assets/ShellOps_9c37d35338/gold/error_guide.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad4989efbafafcad70f26d9009d2f36525d8e879 --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/gold/error_guide.txt @@ -0,0 +1,4 @@ +Common errors: +ERROR_401: Invalid credentials +ERROR_403 session timeout +ERROR_504 gateway timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c37d35338/gold/missing_codes.txt b/shellops/assets/ShellOps_9c37d35338/gold/missing_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..eec8057d3c8e68e1b6f897ad196d72095f393fc1 --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/gold/missing_codes.txt @@ -0,0 +1,2 @@ +400 +500 diff --git a/shellops/assets/ShellOps_9c37d35338/init/docs/api_specs/authentication.xml b/shellops/assets/ShellOps_9c37d35338/init/docs/api_specs/authentication.xml new file mode 100644 index 0000000000000000000000000000000000000000..47835ba49254ecb121746cdb2863a3b67f32692f --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/init/docs/api_specs/authentication.xml @@ -0,0 +1 @@ +401403400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c37d35338/init/docs/api_specs/payment.xml b/shellops/assets/ShellOps_9c37d35338/init/docs/api_specs/payment.xml new file mode 100644 index 0000000000000000000000000000000000000000..a1ed5b64dd1248bc654c69512e02c8e4cd644445 --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/init/docs/api_specs/payment.xml @@ -0,0 +1 @@ +500504 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c37d35338/init/error_guide.txt b/shellops/assets/ShellOps_9c37d35338/init/error_guide.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad4989efbafafcad70f26d9009d2f36525d8e879 --- /dev/null +++ b/shellops/assets/ShellOps_9c37d35338/init/error_guide.txt @@ -0,0 +1,4 @@ +Common errors: +ERROR_401: Invalid credentials +ERROR_403 session timeout +ERROR_504 gateway timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c42907a0c/gold/audit/modules_approved.txt b/shellops/assets/ShellOps_9c42907a0c/gold/audit/modules_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..abda007d82c9312b49e15538548789199b03c92b --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/gold/audit/modules_approved.txt @@ -0,0 +1,3 @@ +m001 +m004 +m006 diff --git a/shellops/assets/ShellOps_9c42907a0c/gold/exclusions.txt b/shellops/assets/ShellOps_9c42907a0c/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cd524d803a59840c6ada95e9840133c695dd1ce --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/gold/exclusions.txt @@ -0,0 +1,4 @@ +m003 +m010 +m007 +m999 diff --git a/shellops/assets/ShellOps_9c42907a0c/gold/metadata.yml b/shellops/assets/ShellOps_9c42907a0c/gold/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..78a0659ce7ba86d585a1d67a81feda41bbd99091 --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/gold/metadata.yml @@ -0,0 +1,3 @@ +author: firmware-team +audit_date: 2025-10-17 +notes: additional vulnerability info may be added later diff --git a/shellops/assets/ShellOps_9c42907a0c/gold/modules.json b/shellops/assets/ShellOps_9c42907a0c/gold/modules.json new file mode 100644 index 0000000000000000000000000000000000000000..fdd1e5ac0aac1188a9e935d0583ca80806baa9b3 --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/gold/modules.json @@ -0,0 +1,9 @@ +[ + {"id": "m001", "status": "active", "version": "2.1"}, + {"id": "m002", "status": "deprecated", "version": "1.0"}, + {"id": "m003", "status": "active", "version": "3.0"}, + {"id": "m004", "status": "active", "version": "2.5"}, + {"id": "m005", "status": "inactive", "version": "0.9"}, + {"id": "m006", "status": "active", "version": "3.2"}, + {"id": "m007", "status": "active", "version": "1.8"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c42907a0c/init/exclusions.txt b/shellops/assets/ShellOps_9c42907a0c/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cd524d803a59840c6ada95e9840133c695dd1ce --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/init/exclusions.txt @@ -0,0 +1,4 @@ +m003 +m010 +m007 +m999 diff --git a/shellops/assets/ShellOps_9c42907a0c/init/metadata.yml b/shellops/assets/ShellOps_9c42907a0c/init/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..78a0659ce7ba86d585a1d67a81feda41bbd99091 --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/init/metadata.yml @@ -0,0 +1,3 @@ +author: firmware-team +audit_date: 2025-10-17 +notes: additional vulnerability info may be added later diff --git a/shellops/assets/ShellOps_9c42907a0c/init/modules.json b/shellops/assets/ShellOps_9c42907a0c/init/modules.json new file mode 100644 index 0000000000000000000000000000000000000000..fdd1e5ac0aac1188a9e935d0583ca80806baa9b3 --- /dev/null +++ b/shellops/assets/ShellOps_9c42907a0c/init/modules.json @@ -0,0 +1,9 @@ +[ + {"id": "m001", "status": "active", "version": "2.1"}, + {"id": "m002", "status": "deprecated", "version": "1.0"}, + {"id": "m003", "status": "active", "version": "3.0"}, + {"id": "m004", "status": "active", "version": "2.5"}, + {"id": "m005", "status": "inactive", "version": "0.9"}, + {"id": "m006", "status": "active", "version": "3.2"}, + {"id": "m007", "status": "active", "version": "1.8"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/gold/configs/api.conf b/shellops/assets/ShellOps_9c4732a927/gold/configs/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..35aec063384d289f8ccfb76f5cb0efbb7cae4752 --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/gold/configs/api.conf @@ -0,0 +1,3 @@ +Listen 8080 +ServerName api.example.com +DocumentRoot /var/www/api \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/gold/configs/backup.conf b/shellops/assets/ShellOps_9c4732a927/gold/configs/backup.conf new file mode 100644 index 0000000000000000000000000000000000000000..b33f070aa33a90b55726f95b8a2ae51d7bc7164f --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/gold/configs/backup.conf @@ -0,0 +1,3 @@ +Listen 8081 +ServerName backup.example.com +DocumentRoot /var/www/backup \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/gold/configs/legacy.conf b/shellops/assets/ShellOps_9c4732a927/gold/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..ab8c759a3b7aede3986182860e2a6b50291938c9 --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/gold/configs/legacy.conf @@ -0,0 +1,3 @@ +Listen 8081 +ServerName legacy.example.com +DocumentRoot /var/www/legacy \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/gold/configs/web.conf b/shellops/assets/ShellOps_9c4732a927/gold/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..df347f32601bd9c45a9035bdf3ac3b321ceca5fe --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/gold/configs/web.conf @@ -0,0 +1,3 @@ +Listen 8080 +ServerName example.com +DocumentRoot /var/www/html \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/init/configs/api.conf b/shellops/assets/ShellOps_9c4732a927/init/configs/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..35aec063384d289f8ccfb76f5cb0efbb7cae4752 --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/init/configs/api.conf @@ -0,0 +1,3 @@ +Listen 8080 +ServerName api.example.com +DocumentRoot /var/www/api \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/init/configs/backup.conf b/shellops/assets/ShellOps_9c4732a927/init/configs/backup.conf new file mode 100644 index 0000000000000000000000000000000000000000..b33f070aa33a90b55726f95b8a2ae51d7bc7164f --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/init/configs/backup.conf @@ -0,0 +1,3 @@ +Listen 8081 +ServerName backup.example.com +DocumentRoot /var/www/backup \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/init/configs/legacy.conf b/shellops/assets/ShellOps_9c4732a927/init/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..ab8c759a3b7aede3986182860e2a6b50291938c9 --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/init/configs/legacy.conf @@ -0,0 +1,3 @@ +Listen 8081 +ServerName legacy.example.com +DocumentRoot /var/www/legacy \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c4732a927/init/configs/web.conf b/shellops/assets/ShellOps_9c4732a927/init/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..df347f32601bd9c45a9035bdf3ac3b321ceca5fe --- /dev/null +++ b/shellops/assets/ShellOps_9c4732a927/init/configs/web.conf @@ -0,0 +1,3 @@ +Listen 8080 +ServerName example.com +DocumentRoot /var/www/html \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/gold/failures_to_escalate.txt b/shellops/assets/ShellOps_9c58454562/gold/failures_to_escalate.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf54ae575ea2acffcd933577dd9be987025c2136 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/failures_to_escalate.txt @@ -0,0 +1 @@ +Epsilon-3 diff --git a/shellops/assets/ShellOps_9c58454562/gold/policy/suppressed_models.txt b/shellops/assets/ShellOps_9c58454562/gold/policy/suppressed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..857ffb3ee83ee4e528280fdf9d122821862a47e7 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/policy/suppressed_models.txt @@ -0,0 +1,3 @@ +Alpha-7X +Gamma-5 +Zeta-1 diff --git a/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_alpha.json b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..72580e645d24296743553528adb5f48f49a4228f --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_alpha.json @@ -0,0 +1 @@ +{"model": "Alpha-7X", "firmware": "v2.1.4", "outcome": "failed", "notes": "checksum mismatch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_beta.json b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..39bb7d3c9ac7621869d87302f9c431aae439cac7 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_beta.json @@ -0,0 +1 @@ +{"model": "Beta-12", "firmware": "v1.0.0", "outcome": "passed", "notes": "all tests OK"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_delta.json b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..8c836c2e2453cb3d0999e5042e77706f79a2f091 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_delta.json @@ -0,0 +1 @@ +{"model": "Delta-9", "firmware": "v2.0.1", "outcome": "passed", "notes": "stable release"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_epsilon.json b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..31d99dc5af03ef501eed4af935e848db486e68a0 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_epsilon.json @@ -0,0 +1 @@ +{"model": "Epsilon-3", "firmware": "v4.0.0", "outcome": "failed", "notes": "boot timeout"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_gamma.json b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..ac44833fb7729a996f7e2f5a3d12538f2dca3e55 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/gold/verification/reports/device_gamma.json @@ -0,0 +1 @@ +{"model": "Gamma-5", "firmware": "v3.5.2", "outcome": "review", "notes": "needs manual inspection"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/init/.tmp/unused_artifact.log b/shellops/assets/ShellOps_9c58454562/init/.tmp/unused_artifact.log new file mode 100644 index 0000000000000000000000000000000000000000..57b106d84ce01169d795f1d5add2463e1e47bd54 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/.tmp/unused_artifact.log @@ -0,0 +1,2 @@ +2025-04-17 15:33:22 INFO: verification directory scanned +2025-04-17 15:33:23 INFO: policy loaded diff --git a/shellops/assets/ShellOps_9c58454562/init/policy/suppressed_models.txt b/shellops/assets/ShellOps_9c58454562/init/policy/suppressed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..857ffb3ee83ee4e528280fdf9d122821862a47e7 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/policy/suppressed_models.txt @@ -0,0 +1,3 @@ +Alpha-7X +Gamma-5 +Zeta-1 diff --git a/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_alpha.json b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..72580e645d24296743553528adb5f48f49a4228f --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_alpha.json @@ -0,0 +1 @@ +{"model": "Alpha-7X", "firmware": "v2.1.4", "outcome": "failed", "notes": "checksum mismatch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_beta.json b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..39bb7d3c9ac7621869d87302f9c431aae439cac7 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_beta.json @@ -0,0 +1 @@ +{"model": "Beta-12", "firmware": "v1.0.0", "outcome": "passed", "notes": "all tests OK"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_delta.json b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..8c836c2e2453cb3d0999e5042e77706f79a2f091 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_delta.json @@ -0,0 +1 @@ +{"model": "Delta-9", "firmware": "v2.0.1", "outcome": "passed", "notes": "stable release"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_epsilon.json b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..31d99dc5af03ef501eed4af935e848db486e68a0 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_epsilon.json @@ -0,0 +1 @@ +{"model": "Epsilon-3", "firmware": "v4.0.0", "outcome": "failed", "notes": "boot timeout"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_gamma.json b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..ac44833fb7729a996f7e2f5a3d12538f2dca3e55 --- /dev/null +++ b/shellops/assets/ShellOps_9c58454562/init/verification/reports/device_gamma.json @@ -0,0 +1 @@ +{"model": "Gamma-5", "firmware": "v3.5.2", "outcome": "review", "notes": "needs manual inspection"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c9b36cfd3/gold/active_units.txt b/shellops/assets/ShellOps_9c9b36cfd3/gold/active_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..131387f0f514c02fbdb76db4d0412bd597ffeadd --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/gold/active_units.txt @@ -0,0 +1,10 @@ +U-2024-001 + U-2025-001 +U-2024-003 +U-2025-004 +U-2026-001 +U-2024-002 +U-2025-005 +U-2023-001 + U-2025-003 +U-2024-009 diff --git a/shellops/assets/ShellOps_9c9b36cfd3/gold/approved_units.xml b/shellops/assets/ShellOps_9c9b36cfd3/gold/approved_units.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8235bf26fabf6ad1d38e8b322a9beec24e2eecc --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/gold/approved_units.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c9b36cfd3/gold/known_safe_entries.log b/shellops/assets/ShellOps_9c9b36cfd3/gold/known_safe_entries.log new file mode 100644 index 0000000000000000000000000000000000000000..80eb554852dd04deb60eb9abbaa10f7c2edc88c2 --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/gold/known_safe_entries.log @@ -0,0 +1,7 @@ +# These are known safe entries that should be ignored. +U-2024-001 +U-2025-001 +U-2024-003 +U-2025-004 +U-2024-002 +U-2025-003 diff --git a/shellops/assets/ShellOps_9c9b36cfd3/gold/unapproved.txt b/shellops/assets/ShellOps_9c9b36cfd3/gold/unapproved.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a96e97f8fcf10998ac16f8b1f82b6b8e7f101f3 --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/gold/unapproved.txt @@ -0,0 +1,4 @@ +U-2023-001 +U-2024-009 +U-2025-005 +U-2026-001 diff --git a/shellops/assets/ShellOps_9c9b36cfd3/init/active_units.txt b/shellops/assets/ShellOps_9c9b36cfd3/init/active_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..131387f0f514c02fbdb76db4d0412bd597ffeadd --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/init/active_units.txt @@ -0,0 +1,10 @@ +U-2024-001 + U-2025-001 +U-2024-003 +U-2025-004 +U-2026-001 +U-2024-002 +U-2025-005 +U-2023-001 + U-2025-003 +U-2024-009 diff --git a/shellops/assets/ShellOps_9c9b36cfd3/init/approved_units.xml b/shellops/assets/ShellOps_9c9b36cfd3/init/approved_units.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8235bf26fabf6ad1d38e8b322a9beec24e2eecc --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/init/approved_units.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9c9b36cfd3/init/known_safe_entries.log b/shellops/assets/ShellOps_9c9b36cfd3/init/known_safe_entries.log new file mode 100644 index 0000000000000000000000000000000000000000..80eb554852dd04deb60eb9abbaa10f7c2edc88c2 --- /dev/null +++ b/shellops/assets/ShellOps_9c9b36cfd3/init/known_safe_entries.log @@ -0,0 +1,7 @@ +# These are known safe entries that should be ignored. +U-2024-001 +U-2025-001 +U-2024-003 +U-2025-004 +U-2024-002 +U-2025-003 diff --git a/shellops/assets/ShellOps_9cf7aedeee/gold/exports/daily_2024-03-15.json b/shellops/assets/ShellOps_9cf7aedeee/gold/exports/daily_2024-03-15.json new file mode 100644 index 0000000000000000000000000000000000000000..f08cb6abc7dbfea72af5d43e4c499ddd810fb7cb --- /dev/null +++ b/shellops/assets/ShellOps_9cf7aedeee/gold/exports/daily_2024-03-15.json @@ -0,0 +1 @@ +{"devices": [{"device_id": "D1", "sensor_id": "S-1124"}, {"device_id": "D2", "sensor_id": "S-5983"}, {"device_id": "D3", "sensor_id": "S-9001"}, {"device_id": "D4", "sensor_id": "S-7219"}, {"device_id": "D5", "sensor_id": "S-9001"}, {"device_id": "D6", "sensor_id": "S-0042"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9cf7aedeee/gold/invalid_sensors.out b/shellops/assets/ShellOps_9cf7aedeee/gold/invalid_sensors.out new file mode 100644 index 0000000000000000000000000000000000000000..752cfdaf549e2c5c00a9ebeb8d0a32e994197140 --- /dev/null +++ b/shellops/assets/ShellOps_9cf7aedeee/gold/invalid_sensors.out @@ -0,0 +1,2 @@ +S-0042 +S-7219 diff --git a/shellops/assets/ShellOps_9cf7aedeee/gold/sensors-master.toml b/shellops/assets/ShellOps_9cf7aedeee/gold/sensors-master.toml new file mode 100644 index 0000000000000000000000000000000000000000..c7b67f0e87fa0165127e9426e5148c8e7228b1cb --- /dev/null +++ b/shellops/assets/ShellOps_9cf7aedeee/gold/sensors-master.toml @@ -0,0 +1,8 @@ +version = 5 + +[sensors] +id = 'S-1124' +id = 'S-5983' +id = 'S-9001' + +# Retired: S-4420 diff --git a/shellops/assets/ShellOps_9cf7aedeee/init/exports/daily_2024-03-15.json b/shellops/assets/ShellOps_9cf7aedeee/init/exports/daily_2024-03-15.json new file mode 100644 index 0000000000000000000000000000000000000000..f08cb6abc7dbfea72af5d43e4c499ddd810fb7cb --- /dev/null +++ b/shellops/assets/ShellOps_9cf7aedeee/init/exports/daily_2024-03-15.json @@ -0,0 +1 @@ +{"devices": [{"device_id": "D1", "sensor_id": "S-1124"}, {"device_id": "D2", "sensor_id": "S-5983"}, {"device_id": "D3", "sensor_id": "S-9001"}, {"device_id": "D4", "sensor_id": "S-7219"}, {"device_id": "D5", "sensor_id": "S-9001"}, {"device_id": "D6", "sensor_id": "S-0042"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9cf7aedeee/init/sensors-master.toml b/shellops/assets/ShellOps_9cf7aedeee/init/sensors-master.toml new file mode 100644 index 0000000000000000000000000000000000000000..c7b67f0e87fa0165127e9426e5148c8e7228b1cb --- /dev/null +++ b/shellops/assets/ShellOps_9cf7aedeee/init/sensors-master.toml @@ -0,0 +1,8 @@ +version = 5 + +[sensors] +id = 'S-1124' +id = 'S-5983' +id = 'S-9001' + +# Retired: S-4420 diff --git a/shellops/assets/ShellOps_9cfb9cca1a/gold/baseline_modules.txt b/shellops/assets/ShellOps_9cfb9cca1a/gold/baseline_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea6bd071ab089fcf72dbb8c9cff8fb012618fb0 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/gold/baseline_modules.txt @@ -0,0 +1,8 @@ +# Approved firmware modules +FW_CORE_v2 +FW_STORAGE_v1 +FW_NET_v3 +# Legacy excluded +# FW_LEGACY_v0 +FW_SECUREBOOT_v4 +FW_LOGGING_v2 diff --git a/shellops/assets/ShellOps_9cfb9cca1a/gold/notes/irrelevant.md b/shellops/assets/ShellOps_9cfb9cca1a/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..41fdaf49fd02b640c6330d05c2597deb6a5ee4f4 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Ignored notes +Some modules are deprecated but still referenced in old configs. diff --git a/shellops/assets/ShellOps_9cfb9cca1a/gold/reports/missing_from_whitelist.txt b/shellops/assets/ShellOps_9cfb9cca1a/gold/reports/missing_from_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..485614b342a0799f2b8769cc8eed37162e9e0874 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/gold/reports/missing_from_whitelist.txt @@ -0,0 +1,2 @@ +FW_EXPERIMENTAL_v9 +FW_UNKNOWN_v1 diff --git a/shellops/assets/ShellOps_9cfb9cca1a/gold/runtime_inventory.xml b/shellops/assets/ShellOps_9cfb9cca1a/gold/runtime_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..3519ca0794cb6074a8302a30f85f37f3adad31e6 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/gold/runtime_inventory.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_9cfb9cca1a/init/baseline_modules.txt b/shellops/assets/ShellOps_9cfb9cca1a/init/baseline_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ea6bd071ab089fcf72dbb8c9cff8fb012618fb0 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/init/baseline_modules.txt @@ -0,0 +1,8 @@ +# Approved firmware modules +FW_CORE_v2 +FW_STORAGE_v1 +FW_NET_v3 +# Legacy excluded +# FW_LEGACY_v0 +FW_SECUREBOOT_v4 +FW_LOGGING_v2 diff --git a/shellops/assets/ShellOps_9cfb9cca1a/init/notes/irrelevant.md b/shellops/assets/ShellOps_9cfb9cca1a/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..41fdaf49fd02b640c6330d05c2597deb6a5ee4f4 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Ignored notes +Some modules are deprecated but still referenced in old configs. diff --git a/shellops/assets/ShellOps_9cfb9cca1a/init/runtime_inventory.xml b/shellops/assets/ShellOps_9cfb9cca1a/init/runtime_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..3519ca0794cb6074a8302a30f85f37f3adad31e6 --- /dev/null +++ b/shellops/assets/ShellOps_9cfb9cca1a/init/runtime_inventory.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_9cfd712f96/gold/firmware/campaign_manifest.txt b/shellops/assets/ShellOps_9cfd712f96/gold/firmware/campaign_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a125be7b2c479ff3c0476fd7e9e5679c139f834 --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/gold/firmware/campaign_manifest.txt @@ -0,0 +1,5 @@ +device_101 1.2.3 +device_203 1.2.4 +device_101 1.2.3 +device_307 1.2.5 +device_412 1.2.6 diff --git a/shellops/assets/ShellOps_9cfd712f96/gold/notes/irrelevant.md b/shellops/assets/ShellOps_9cfd712f96/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..9881898b39a6740c91313062152a55b9d653dca0 --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Campaign planning notes +- device_999 was discussed but not included diff --git a/shellops/assets/ShellOps_9cfd712f96/gold/registry/devices.ndjson b/shellops/assets/ShellOps_9cfd712f96/gold/registry/devices.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..09267cd16402568939fc355b785a9e128635b45d --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/gold/registry/devices.ndjson @@ -0,0 +1,3 @@ +{"device_id":"device_101","location":"rack-a","status":"active"} +{"device_id":"device_203","location":"rack-b","status":"maintenance"} +{"device_id":"device_404","location":"rack-c","status":"active"} diff --git a/shellops/assets/ShellOps_9cfd712f96/gold/target_devices.txt b/shellops/assets/ShellOps_9cfd712f96/gold/target_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..38de6b0c8894785470eb01af07c48a0f393d0b2e --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/gold/target_devices.txt @@ -0,0 +1,2 @@ +device_101 +device_203 diff --git a/shellops/assets/ShellOps_9cfd712f96/init/firmware/campaign_manifest.txt b/shellops/assets/ShellOps_9cfd712f96/init/firmware/campaign_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a125be7b2c479ff3c0476fd7e9e5679c139f834 --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/init/firmware/campaign_manifest.txt @@ -0,0 +1,5 @@ +device_101 1.2.3 +device_203 1.2.4 +device_101 1.2.3 +device_307 1.2.5 +device_412 1.2.6 diff --git a/shellops/assets/ShellOps_9cfd712f96/init/notes/irrelevant.md b/shellops/assets/ShellOps_9cfd712f96/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..9881898b39a6740c91313062152a55b9d653dca0 --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Campaign planning notes +- device_999 was discussed but not included diff --git a/shellops/assets/ShellOps_9cfd712f96/init/registry/devices.ndjson b/shellops/assets/ShellOps_9cfd712f96/init/registry/devices.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..09267cd16402568939fc355b785a9e128635b45d --- /dev/null +++ b/shellops/assets/ShellOps_9cfd712f96/init/registry/devices.ndjson @@ -0,0 +1,3 @@ +{"device_id":"device_101","location":"rack-a","status":"active"} +{"device_id":"device_203","location":"rack-b","status":"maintenance"} +{"device_id":"device_404","location":"rack-c","status":"active"} diff --git a/shellops/assets/ShellOps_9d125d4ef3/gold/approved_manifests.xml b/shellops/assets/ShellOps_9d125d4ef3/gold/approved_manifests.xml new file mode 100644 index 0000000000000000000000000000000000000000..c63beb02b5ad84f1b6cc11467001f45198f2ba98 --- /dev/null +++ b/shellops/assets/ShellOps_9d125d4ef3/gold/approved_manifests.xml @@ -0,0 +1,5 @@ + + X470-A Pro + B550M Phantom Gaming + Z690 Steel Legend + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d125d4ef3/gold/inventory.txt b/shellops/assets/ShellOps_9d125d4ef3/gold/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..754d70030ea199fae922168d6437286c96326fb9 --- /dev/null +++ b/shellops/assets/ShellOps_9d125d4ef3/gold/inventory.txt @@ -0,0 +1,3 @@ +rack1 server chassis motherboard: B550M Phantom Gaming +devbox workstation motherboard: H610M-HDV +storage-node chassis backplane: SAS-12G \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d125d4ef3/gold/uncertified_models.txt b/shellops/assets/ShellOps_9d125d4ef3/gold/uncertified_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..0512ce93004acd52de10f74c8779d8fc529902b9 --- /dev/null +++ b/shellops/assets/ShellOps_9d125d4ef3/gold/uncertified_models.txt @@ -0,0 +1 @@ +H610M-HDV diff --git a/shellops/assets/ShellOps_9d125d4ef3/init/approved_manifests.xml b/shellops/assets/ShellOps_9d125d4ef3/init/approved_manifests.xml new file mode 100644 index 0000000000000000000000000000000000000000..c63beb02b5ad84f1b6cc11467001f45198f2ba98 --- /dev/null +++ b/shellops/assets/ShellOps_9d125d4ef3/init/approved_manifests.xml @@ -0,0 +1,5 @@ + + X470-A Pro + B550M Phantom Gaming + Z690 Steel Legend + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d125d4ef3/init/inventory.txt b/shellops/assets/ShellOps_9d125d4ef3/init/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..754d70030ea199fae922168d6437286c96326fb9 --- /dev/null +++ b/shellops/assets/ShellOps_9d125d4ef3/init/inventory.txt @@ -0,0 +1,3 @@ +rack1 server chassis motherboard: B550M Phantom Gaming +devbox workstation motherboard: H610M-HDV +storage-node chassis backplane: SAS-12G \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d15c8f412/gold/approved_libs.txt b/shellops/assets/ShellOps_9d15c8f412/gold/approved_libs.txt new file mode 100644 index 0000000000000000000000000000000000000000..adf0a7636158725daf16a8d6630a5a63332ae556 --- /dev/null +++ b/shellops/assets/ShellOps_9d15c8f412/gold/approved_libs.txt @@ -0,0 +1,3 @@ +Apache Commons +Guava +Jackson Databind diff --git a/shellops/assets/ShellOps_9d15c8f412/gold/licenses.xml b/shellops/assets/ShellOps_9d15c8f412/gold/licenses.xml new file mode 100644 index 0000000000000000000000000000000000000000..bf549eadf6c7c5189e6fbaca74cc2d213991f2d0 --- /dev/null +++ b/shellops/assets/ShellOps_9d15c8f412/gold/licenses.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d15c8f412/gold/missing_approvals.tsv b/shellops/assets/ShellOps_9d15c8f412/gold/missing_approvals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4358847d7018df1b92ec1bffcd8682482e44a89d --- /dev/null +++ b/shellops/assets/ShellOps_9d15c8f412/gold/missing_approvals.tsv @@ -0,0 +1 @@ +FastJSON diff --git a/shellops/assets/ShellOps_9d15c8f412/init/approved_libs.txt b/shellops/assets/ShellOps_9d15c8f412/init/approved_libs.txt new file mode 100644 index 0000000000000000000000000000000000000000..adf0a7636158725daf16a8d6630a5a63332ae556 --- /dev/null +++ b/shellops/assets/ShellOps_9d15c8f412/init/approved_libs.txt @@ -0,0 +1,3 @@ +Apache Commons +Guava +Jackson Databind diff --git a/shellops/assets/ShellOps_9d15c8f412/init/licenses.xml b/shellops/assets/ShellOps_9d15c8f412/init/licenses.xml new file mode 100644 index 0000000000000000000000000000000000000000..bf549eadf6c7c5189e6fbaca74cc2d213991f2d0 --- /dev/null +++ b/shellops/assets/ShellOps_9d15c8f412/init/licenses.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d392bbb6c/gold/config/features.json b/shellops/assets/ShellOps_9d392bbb6c/gold/config/features.json new file mode 100644 index 0000000000000000000000000000000000000000..77361b296090607e41b8716ad1ab97d57c913f6c --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/gold/config/features.json @@ -0,0 +1,22 @@ +{ + "multi_tenant": { + "description": "Allow multiple tenants per instance", + "default": false + }, + "audit_log_stream": { + "description": "Stream audit events to external system", + "default": true + }, + "realtime_notifications": { + "description": "Push notifications for urgent alerts", + "default": false + }, + "legacy_api_compat": { + "description": "Support deprecated API endpoints", + "default": true + }, + "dynamic_pricing": { + "description": "Enable runtime price adjustments", + "default": false + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d392bbb6c/gold/distractor/old_flags.yaml b/shellops/assets/ShellOps_9d392bbb6c/gold/distractor/old_flags.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c30c2d9ca5548ddc5f6eaa5c7bf0d0cd8b787f43 --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/gold/distractor/old_flags.yaml @@ -0,0 +1,6 @@ +--- +# Archived flags from last quarter +experimental_cache: + status: disabled +geo_routing: + status: enabled diff --git a/shellops/assets/ShellOps_9d392bbb6c/gold/features_enabled.txt b/shellops/assets/ShellOps_9d392bbb6c/gold/features_enabled.txt new file mode 100644 index 0000000000000000000000000000000000000000..9140f9a4292c5ffa880a6d8d699a51eba7c2bb0b --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/gold/features_enabled.txt @@ -0,0 +1,2 @@ +multi_tenant +realtime_notifications diff --git a/shellops/assets/ShellOps_9d392bbb6c/gold/notes/rollout_plan.md b/shellops/assets/ShellOps_9d392bbb6c/gold/notes/rollout_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..bd83078b171d0b6ba716d257845fde4427966d9c --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/gold/notes/rollout_plan.md @@ -0,0 +1,21 @@ +# Feature Roll‑Out Plan + +Status key: +- enabled: deployed and active for all users +- staged: active for internal beta groups +- disabled: deployed but inactive +- pending: not yet deployed + +## Current status +* multi_tenant: enabled +* audit_log_stream: staged +* realtime_notifications: enabled +* legacy_api_compat: disabled +* dynamic_pricing: pending + +## Upcoming milestones +- Enable dynamic_pricing after Q3 performance review. +- Move audit_log_stream to enabled after load tests. +- Deprecate legacy_api_compat in Q4. + +Ignore this line: *experimental_cache: enabled* because it's for a different project. diff --git a/shellops/assets/ShellOps_9d392bbb6c/init/config/features.json b/shellops/assets/ShellOps_9d392bbb6c/init/config/features.json new file mode 100644 index 0000000000000000000000000000000000000000..77361b296090607e41b8716ad1ab97d57c913f6c --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/init/config/features.json @@ -0,0 +1,22 @@ +{ + "multi_tenant": { + "description": "Allow multiple tenants per instance", + "default": false + }, + "audit_log_stream": { + "description": "Stream audit events to external system", + "default": true + }, + "realtime_notifications": { + "description": "Push notifications for urgent alerts", + "default": false + }, + "legacy_api_compat": { + "description": "Support deprecated API endpoints", + "default": true + }, + "dynamic_pricing": { + "description": "Enable runtime price adjustments", + "default": false + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d392bbb6c/init/distractor/old_flags.yaml b/shellops/assets/ShellOps_9d392bbb6c/init/distractor/old_flags.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c30c2d9ca5548ddc5f6eaa5c7bf0d0cd8b787f43 --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/init/distractor/old_flags.yaml @@ -0,0 +1,6 @@ +--- +# Archived flags from last quarter +experimental_cache: + status: disabled +geo_routing: + status: enabled diff --git a/shellops/assets/ShellOps_9d392bbb6c/init/notes/rollout_plan.md b/shellops/assets/ShellOps_9d392bbb6c/init/notes/rollout_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..bd83078b171d0b6ba716d257845fde4427966d9c --- /dev/null +++ b/shellops/assets/ShellOps_9d392bbb6c/init/notes/rollout_plan.md @@ -0,0 +1,21 @@ +# Feature Roll‑Out Plan + +Status key: +- enabled: deployed and active for all users +- staged: active for internal beta groups +- disabled: deployed but inactive +- pending: not yet deployed + +## Current status +* multi_tenant: enabled +* audit_log_stream: staged +* realtime_notifications: enabled +* legacy_api_compat: disabled +* dynamic_pricing: pending + +## Upcoming milestones +- Enable dynamic_pricing after Q3 performance review. +- Move audit_log_stream to enabled after load tests. +- Deprecate legacy_api_compat in Q4. + +Ignore this line: *experimental_cache: enabled* because it's for a different project. diff --git a/shellops/assets/ShellOps_9d46e82a8e/gold/inventory_ledger.txt b/shellops/assets/ShellOps_9d46e82a8e/gold/inventory_ledger.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8a45af2e7b8fe840a45d6bbce31a595c8267aec --- /dev/null +++ b/shellops/assets/ShellOps_9d46e82a8e/gold/inventory_ledger.txt @@ -0,0 +1,4 @@ +Product: Widget A | SKU: 4567 | Location: Shelf 3 +Product: Widget B | SKU: 1234 | Status: Discontinued +Product: Widget C | SKU: 7890 | Notes: Fragile +Product: Widget D | SKU: 2345 | Category: Electronics \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d46e82a8e/gold/missing_skus.txt b/shellops/assets/ShellOps_9d46e82a8e/gold/missing_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..47b162e87be69453c5f628f28914fda600f13232 --- /dev/null +++ b/shellops/assets/ShellOps_9d46e82a8e/gold/missing_skus.txt @@ -0,0 +1,2 @@ +2345 +4567 diff --git a/shellops/assets/ShellOps_9d46e82a8e/gold/warehouse_stock.xml b/shellops/assets/ShellOps_9d46e82a8e/gold/warehouse_stock.xml new file mode 100644 index 0000000000000000000000000000000000000000..e25c09b57bb73fbda1af715d739b99ce59b2c0b2 --- /dev/null +++ b/shellops/assets/ShellOps_9d46e82a8e/gold/warehouse_stock.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d46e82a8e/init/inventory_ledger.txt b/shellops/assets/ShellOps_9d46e82a8e/init/inventory_ledger.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8a45af2e7b8fe840a45d6bbce31a595c8267aec --- /dev/null +++ b/shellops/assets/ShellOps_9d46e82a8e/init/inventory_ledger.txt @@ -0,0 +1,4 @@ +Product: Widget A | SKU: 4567 | Location: Shelf 3 +Product: Widget B | SKU: 1234 | Status: Discontinued +Product: Widget C | SKU: 7890 | Notes: Fragile +Product: Widget D | SKU: 2345 | Category: Electronics \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d46e82a8e/init/warehouse_stock.xml b/shellops/assets/ShellOps_9d46e82a8e/init/warehouse_stock.xml new file mode 100644 index 0000000000000000000000000000000000000000..e25c09b57bb73fbda1af715d739b99ce59b2c0b2 --- /dev/null +++ b/shellops/assets/ShellOps_9d46e82a8e/init/warehouse_stock.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/gold/sdk_migrations.log b/shellops/assets/ShellOps_9d48314e1a/gold/sdk_migrations.log new file mode 100644 index 0000000000000000000000000000000000000000..039ad6b60307cd93a00cf8c184b4bed87a278dda --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/gold/sdk_migrations.log @@ -0,0 +1,3 @@ +src/clients/PaymentClient.java +src/clients/UserClient.java +src/clients/legacy/AuthClient.java diff --git a/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/PaymentClient.java b/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/PaymentClient.java new file mode 100644 index 0000000000000000000000000000000000000000..8005b77f60a84662c61dd5bf308d505936602636 --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/PaymentClient.java @@ -0,0 +1,4 @@ +package org.services.sdk; + +public class PaymentClient { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/UserClient.java b/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/UserClient.java new file mode 100644 index 0000000000000000000000000000000000000000..1c5dfcadabf9be5d005d1f751367754bed03cebd --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/UserClient.java @@ -0,0 +1,4 @@ +package org.services.sdk; + +public class UserClient { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/legacy/AuthClient.java b/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/legacy/AuthClient.java new file mode 100644 index 0000000000000000000000000000000000000000..13d4ca7306c4bc1c38b95fa0cd2e77cacca7906d --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/gold/src/clients/legacy/AuthClient.java @@ -0,0 +1,4 @@ +package org.services.sdk; + +public class AuthClient { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/gold/src/utils/Logger.java b/shellops/assets/ShellOps_9d48314e1a/gold/src/utils/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..db6d5284152b9a56e8266bcc8b82df88617554b3 --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/gold/src/utils/Logger.java @@ -0,0 +1,4 @@ +package utils; + +public class Logger { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/init/src/clients/PaymentClient.java b/shellops/assets/ShellOps_9d48314e1a/init/src/clients/PaymentClient.java new file mode 100644 index 0000000000000000000000000000000000000000..51304249bfcb56390698401b85048f2a55e823ae --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/init/src/clients/PaymentClient.java @@ -0,0 +1,4 @@ +package com.clients; + +public class PaymentClient { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/init/src/clients/UserClient.java b/shellops/assets/ShellOps_9d48314e1a/init/src/clients/UserClient.java new file mode 100644 index 0000000000000000000000000000000000000000..28e6a62ed5117d0c29c45a408269994e6a1af12f --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/init/src/clients/UserClient.java @@ -0,0 +1,4 @@ +package com.clients; + +public class UserClient { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/init/src/clients/legacy/AuthClient.java b/shellops/assets/ShellOps_9d48314e1a/init/src/clients/legacy/AuthClient.java new file mode 100644 index 0000000000000000000000000000000000000000..0dec75d727d8ade14d7696cc2307fd8f3790cea6 --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/init/src/clients/legacy/AuthClient.java @@ -0,0 +1,4 @@ +package com.clients; + +public class AuthClient { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d48314e1a/init/src/utils/Logger.java b/shellops/assets/ShellOps_9d48314e1a/init/src/utils/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..db6d5284152b9a56e8266bcc8b82df88617554b3 --- /dev/null +++ b/shellops/assets/ShellOps_9d48314e1a/init/src/utils/Logger.java @@ -0,0 +1,4 @@ +package utils; + +public class Logger { +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/gold/final_agenda.md b/shellops/assets/ShellOps_9d4e1e0394/gold/final_agenda.md new file mode 100644 index 0000000000000000000000000000000000000000..09f9caeeaa1525b99280ca040c2e3606150fbdeb --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/gold/final_agenda.md @@ -0,0 +1,3 @@ +Advanced Machine Learning Techniques +Data Visualization Best Practices +Kubernetes in Production diff --git a/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session1.md b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session1.md new file mode 100644 index 0000000000000000000000000000000000000000..d32302f3252869d8ca661492d6704a00dcd074b9 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session1.md @@ -0,0 +1,3 @@ +title: Advanced Machine Learning Techniques +speaker: Alice +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session2.md b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session2.md new file mode 100644 index 0000000000000000000000000000000000000000..b120a9c9bd63205eb871d7ef0e138808be316c80 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session2.md @@ -0,0 +1,3 @@ +title: Data Visualization Best Practices +speaker: Bob +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session3.md b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session3.md new file mode 100644 index 0000000000000000000000000000000000000000..ef1b5099bbbb0a727292f8d983cc4b585f49aa19 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session3.md @@ -0,0 +1,3 @@ +title: Advanced Machine Learning Techniques +speaker: Charlie +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session4.md b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session4.md new file mode 100644 index 0000000000000000000000000000000000000000..872d6d0229c444eb0ef018fabb1567d0ec904558 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session4.md @@ -0,0 +1,3 @@ +title: Kubernetes in Production +speaker: Dave +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session5.md b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session5.md new file mode 100644 index 0000000000000000000000000000000000000000..ebba116805c105cd35b073ca7e1a9ea90a341453 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/gold/proposals/session5.md @@ -0,0 +1,3 @@ +title: Data Visualization Best Practices +speaker: Eve +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session1.md b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session1.md new file mode 100644 index 0000000000000000000000000000000000000000..d32302f3252869d8ca661492d6704a00dcd074b9 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session1.md @@ -0,0 +1,3 @@ +title: Advanced Machine Learning Techniques +speaker: Alice +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session2.md b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session2.md new file mode 100644 index 0000000000000000000000000000000000000000..b120a9c9bd63205eb871d7ef0e138808be316c80 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session2.md @@ -0,0 +1,3 @@ +title: Data Visualization Best Practices +speaker: Bob +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session3.md b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session3.md new file mode 100644 index 0000000000000000000000000000000000000000..ef1b5099bbbb0a727292f8d983cc4b585f49aa19 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session3.md @@ -0,0 +1,3 @@ +title: Advanced Machine Learning Techniques +speaker: Charlie +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session4.md b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session4.md new file mode 100644 index 0000000000000000000000000000000000000000..872d6d0229c444eb0ef018fabb1567d0ec904558 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session4.md @@ -0,0 +1,3 @@ +title: Kubernetes in Production +speaker: Dave +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session5.md b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session5.md new file mode 100644 index 0000000000000000000000000000000000000000..ebba116805c105cd35b073ca7e1a9ea90a341453 --- /dev/null +++ b/shellops/assets/ShellOps_9d4e1e0394/init/proposals/session5.md @@ -0,0 +1,3 @@ +title: Data Visualization Best Practices +speaker: Eve +abstract: ... \ No newline at end of file diff --git a/shellops/assets/ShellOps_9d7819ad7b/gold/equipment/snapshot.xml b/shellops/assets/ShellOps_9d7819ad7b/gold/equipment/snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..b9a2e046c86c523934c5b75bf8d755be72cdddc7 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/gold/equipment/snapshot.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_9d7819ad7b/gold/notes.md b/shellops/assets/ShellOps_9d7819ad7b/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ec052014f53e93d79ac0ed0e0495f6fd32c1d025 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/gold/notes.md @@ -0,0 +1 @@ +Ignore S-X1 and S-Y2; they are not in the authorized list. diff --git a/shellops/assets/ShellOps_9d7819ad7b/gold/reports/offline_authorized.tsv b/shellops/assets/ShellOps_9d7819ad7b/gold/reports/offline_authorized.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a18ce252545743d0abba544e67acad3e5dff0b10 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/gold/reports/offline_authorized.tsv @@ -0,0 +1,3 @@ +S-C9 unknown +S-D1 unknown +S-F3 unknown diff --git a/shellops/assets/ShellOps_9d7819ad7b/gold/stations/authorized.txt b/shellops/assets/ShellOps_9d7819ad7b/gold/stations/authorized.txt new file mode 100644 index 0000000000000000000000000000000000000000..78a69cefcc79e4e91e3d919f64076b4035829fa2 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/gold/stations/authorized.txt @@ -0,0 +1,7 @@ +# Authorized experiment stations +S-A7 +S-B2 +S-C9 +S-D1 +S-E5 +S-F3 diff --git a/shellops/assets/ShellOps_9d7819ad7b/init/equipment/snapshot.xml b/shellops/assets/ShellOps_9d7819ad7b/init/equipment/snapshot.xml new file mode 100644 index 0000000000000000000000000000000000000000..b9a2e046c86c523934c5b75bf8d755be72cdddc7 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/init/equipment/snapshot.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_9d7819ad7b/init/notes.md b/shellops/assets/ShellOps_9d7819ad7b/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ec052014f53e93d79ac0ed0e0495f6fd32c1d025 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/init/notes.md @@ -0,0 +1 @@ +Ignore S-X1 and S-Y2; they are not in the authorized list. diff --git a/shellops/assets/ShellOps_9d7819ad7b/init/stations/authorized.txt b/shellops/assets/ShellOps_9d7819ad7b/init/stations/authorized.txt new file mode 100644 index 0000000000000000000000000000000000000000..78a69cefcc79e4e91e3d919f64076b4035829fa2 --- /dev/null +++ b/shellops/assets/ShellOps_9d7819ad7b/init/stations/authorized.txt @@ -0,0 +1,7 @@ +# Authorized experiment stations +S-A7 +S-B2 +S-C9 +S-D1 +S-E5 +S-F3 diff --git a/shellops/assets/ShellOps_9d9486582b/gold/approved_devices.txt b/shellops/assets/ShellOps_9d9486582b/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..216248fc5336c50a95d51492f4c015a526f10d05 --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/gold/approved_devices.txt @@ -0,0 +1,9 @@ +dev_001 + +dev_002 # deprecated + +dev_003 + +dev_004 + +dev_005 diff --git a/shellops/assets/ShellOps_9d9486582b/gold/distractor.log b/shellops/assets/ShellOps_9d9486582b/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..85227abe854692928f4654a5b49af807ee908d5b --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/gold/distractor.log @@ -0,0 +1,2 @@ +2024-05-17 10:23:45 device dev_002 heartbeat timeout +2024-05-17 10:24:12 device dev_007 connected diff --git a/shellops/assets/ShellOps_9d9486582b/gold/inactive_devices.txt b/shellops/assets/ShellOps_9d9486582b/gold/inactive_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2931a795077119ed1fbf7bf7f46b0068e10145c --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/gold/inactive_devices.txt @@ -0,0 +1,2 @@ +dev_004 +dev_005 diff --git a/shellops/assets/ShellOps_9d9486582b/gold/runtime.xml b/shellops/assets/ShellOps_9d9486582b/gold/runtime.xml new file mode 100644 index 0000000000000000000000000000000000000000..d1174012449aa5a44f5fb18f54c962a151c4779d --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/gold/runtime.xml @@ -0,0 +1,12 @@ + + + + rack-A + + + rack-B + + + rack-C + + diff --git a/shellops/assets/ShellOps_9d9486582b/init/approved_devices.txt b/shellops/assets/ShellOps_9d9486582b/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..216248fc5336c50a95d51492f4c015a526f10d05 --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/init/approved_devices.txt @@ -0,0 +1,9 @@ +dev_001 + +dev_002 # deprecated + +dev_003 + +dev_004 + +dev_005 diff --git a/shellops/assets/ShellOps_9d9486582b/init/distractor.log b/shellops/assets/ShellOps_9d9486582b/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..85227abe854692928f4654a5b49af807ee908d5b --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/init/distractor.log @@ -0,0 +1,2 @@ +2024-05-17 10:23:45 device dev_002 heartbeat timeout +2024-05-17 10:24:12 device dev_007 connected diff --git a/shellops/assets/ShellOps_9d9486582b/init/runtime.xml b/shellops/assets/ShellOps_9d9486582b/init/runtime.xml new file mode 100644 index 0000000000000000000000000000000000000000..d1174012449aa5a44f5fb18f54c962a151c4779d --- /dev/null +++ b/shellops/assets/ShellOps_9d9486582b/init/runtime.xml @@ -0,0 +1,12 @@ + + + + rack-A + + + rack-B + + + rack-C + + diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/app_manifest.txt b/shellops/assets/ShellOps_9da3ce3735/gold/app_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..f176f2ee3e90f03574a25f27dd3edfe3e2d4e8a0 --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/gold/app_manifest.txt @@ -0,0 +1,6 @@ +auth_service 7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069 +billing_lib 6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b +cache_handler e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +logging_util 6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b +network_utils 8f434346648f6b96df89dda901c5176b10a6d83961dd3c1ac88b59b2dc327aa4 +metrics_collector 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/modules/.keep b/shellops/assets/ShellOps_9da3ce3735/gold/modules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/modules/auth_service b/shellops/assets/ShellOps_9da3ce3735/gold/modules/auth_service new file mode 100644 index 0000000000000000000000000000000000000000..834a39f354061098a5dd3b38bad68b39b2e483a7 --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/gold/modules/auth_service @@ -0,0 +1 @@ +auth module v1 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/modules/billing_lib b/shellops/assets/ShellOps_9da3ce3735/gold/modules/billing_lib new file mode 100644 index 0000000000000000000000000000000000000000..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/gold/modules/billing_lib @@ -0,0 +1 @@ +1 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/modules/cache_handler b/shellops/assets/ShellOps_9da3ce3735/gold/modules/cache_handler new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/modules/logging_util b/shellops/assets/ShellOps_9da3ce3735/gold/modules/logging_util new file mode 100644 index 0000000000000000000000000000000000000000..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/gold/modules/logging_util @@ -0,0 +1 @@ +1 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/modules/network_utils b/shellops/assets/ShellOps_9da3ce3735/gold/modules/network_utils new file mode 100644 index 0000000000000000000000000000000000000000..5d86bdce2ca1ec921845301b329813bf050a16df --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/gold/modules/network_utils @@ -0,0 +1 @@ +network utils v2 diff --git a/shellops/assets/ShellOps_9da3ce3735/gold/validation_report.txt b/shellops/assets/ShellOps_9da3ce3735/gold/validation_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b69eb9b9b2cf8036939efefd685bbe9f47e7417 --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/gold/validation_report.txt @@ -0,0 +1,5 @@ +auth_service CHECKSUM_MISMATCH +billing_lib CHECKSUM_MISMATCH +logging_util CHECKSUM_MISMATCH +metrics_collector MISSING +network_utils CHECKSUM_MISMATCH diff --git a/shellops/assets/ShellOps_9da3ce3735/init/app_manifest.txt b/shellops/assets/ShellOps_9da3ce3735/init/app_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..f176f2ee3e90f03574a25f27dd3edfe3e2d4e8a0 --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/init/app_manifest.txt @@ -0,0 +1,6 @@ +auth_service 7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069 +billing_lib 6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b +cache_handler e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +logging_util 6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b +network_utils 8f434346648f6b96df89dda901c5176b10a6d83961dd3c1ac88b59b2dc327aa4 +metrics_collector 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 diff --git a/shellops/assets/ShellOps_9da3ce3735/init/modules/.keep b/shellops/assets/ShellOps_9da3ce3735/init/modules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9da3ce3735/init/modules/auth_service b/shellops/assets/ShellOps_9da3ce3735/init/modules/auth_service new file mode 100644 index 0000000000000000000000000000000000000000..834a39f354061098a5dd3b38bad68b39b2e483a7 --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/init/modules/auth_service @@ -0,0 +1 @@ +auth module v1 diff --git a/shellops/assets/ShellOps_9da3ce3735/init/modules/billing_lib b/shellops/assets/ShellOps_9da3ce3735/init/modules/billing_lib new file mode 100644 index 0000000000000000000000000000000000000000..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/init/modules/billing_lib @@ -0,0 +1 @@ +1 diff --git a/shellops/assets/ShellOps_9da3ce3735/init/modules/cache_handler b/shellops/assets/ShellOps_9da3ce3735/init/modules/cache_handler new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9da3ce3735/init/modules/logging_util b/shellops/assets/ShellOps_9da3ce3735/init/modules/logging_util new file mode 100644 index 0000000000000000000000000000000000000000..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/init/modules/logging_util @@ -0,0 +1 @@ +1 diff --git a/shellops/assets/ShellOps_9da3ce3735/init/modules/network_utils b/shellops/assets/ShellOps_9da3ce3735/init/modules/network_utils new file mode 100644 index 0000000000000000000000000000000000000000..5d86bdce2ca1ec921845301b329813bf050a16df --- /dev/null +++ b/shellops/assets/ShellOps_9da3ce3735/init/modules/network_utils @@ -0,0 +1 @@ +network utils v2 diff --git a/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/active.txt b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d9db1055df139ae78b05fcc20dbacd74ad02db3 --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/active.txt @@ -0,0 +1,3 @@ +/v1/events +/v1/users +/v2/invoices diff --git a/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/baseline.json b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..55419e23185358ede3f0aaf77231e6e2785a08e5 --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/baseline.json @@ -0,0 +1,6 @@ +[ + {"path": "/v1/users"}, + {"path": "/v2/invoices"}, + {"path": "/v1/metrics"}, + {"path": "/v1/events"} +] diff --git a/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/notes.md b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cc9d964086e4a7d2cb75c0bf1d4f0ece20210a4c --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/notes.md @@ -0,0 +1,4 @@ +# Endpoint Management Notes + +- The /v1/metrics endpoint is in baseline but not currently active. +- /v3/alerts is experimental and should not appear in the active report. diff --git a/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/profiles.json b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/profiles.json new file mode 100644 index 0000000000000000000000000000000000000000..deadf52d85033241d1133e2c529fed02e74c0c79 --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/gold/endpoints/profiles.json @@ -0,0 +1,7 @@ +[ + {"service": "api", "path": "/v1/users", "status": "active"}, + {"service": "auth", "path": "/v1/tokens", "status": "deprecated"}, + {"service": "billing", "path": "/v2/invoices", "status": "active"}, + {"service": "analytics", "path": "/v1/events", "status": "active"}, + {"service": "notifications", "path": "/v3/alerts", "status": "maintenance"} +] diff --git a/shellops/assets/ShellOps_9dd2943a78/init/endpoints/baseline.json b/shellops/assets/ShellOps_9dd2943a78/init/endpoints/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..55419e23185358ede3f0aaf77231e6e2785a08e5 --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/init/endpoints/baseline.json @@ -0,0 +1,6 @@ +[ + {"path": "/v1/users"}, + {"path": "/v2/invoices"}, + {"path": "/v1/metrics"}, + {"path": "/v1/events"} +] diff --git a/shellops/assets/ShellOps_9dd2943a78/init/endpoints/notes.md b/shellops/assets/ShellOps_9dd2943a78/init/endpoints/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cc9d964086e4a7d2cb75c0bf1d4f0ece20210a4c --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/init/endpoints/notes.md @@ -0,0 +1,4 @@ +# Endpoint Management Notes + +- The /v1/metrics endpoint is in baseline but not currently active. +- /v3/alerts is experimental and should not appear in the active report. diff --git a/shellops/assets/ShellOps_9dd2943a78/init/endpoints/profiles.json b/shellops/assets/ShellOps_9dd2943a78/init/endpoints/profiles.json new file mode 100644 index 0000000000000000000000000000000000000000..deadf52d85033241d1133e2c529fed02e74c0c79 --- /dev/null +++ b/shellops/assets/ShellOps_9dd2943a78/init/endpoints/profiles.json @@ -0,0 +1,7 @@ +[ + {"service": "api", "path": "/v1/users", "status": "active"}, + {"service": "auth", "path": "/v1/tokens", "status": "deprecated"}, + {"service": "billing", "path": "/v2/invoices", "status": "active"}, + {"service": "analytics", "path": "/v1/events", "status": "active"}, + {"service": "notifications", "path": "/v3/alerts", "status": "maintenance"} +] diff --git a/shellops/assets/ShellOps_9dde8c1ce9/gold/active/users.json b/shellops/assets/ShellOps_9dde8c1ce9/gold/active/users.json new file mode 100644 index 0000000000000000000000000000000000000000..12359a91b69cad99ba87d8f92435e17e07427fab --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/gold/active/users.json @@ -0,0 +1,3 @@ +{"id": 145, "name": "Alice"} +{"id": 92, "role": "admin"} +{"id": 401, "status": "pending"} diff --git a/shellops/assets/ShellOps_9dde8c1ce9/gold/archive/2023/accounts.csv b/shellops/assets/ShellOps_9dde8c1ce9/gold/archive/2023/accounts.csv new file mode 100644 index 0000000000000000000000000000000000000000..81d4034a7f408223cb6b989be1350dccd8e5ddbf --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/gold/archive/2023/accounts.csv @@ -0,0 +1,4 @@ +cust_id,preferences +145,{theme:dark} +92,{theme:light} +307,{lang:fr} diff --git a/shellops/assets/ShellOps_9dde8c1ce9/gold/eligible_users.txt b/shellops/assets/ShellOps_9dde8c1ce9/gold/eligible_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..13c09a007eb0a76d4ed37d96a9b870c3f4434be8 --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/gold/eligible_users.txt @@ -0,0 +1 @@ +145 diff --git a/shellops/assets/ShellOps_9dde8c1ce9/gold/inactive/users.csv b/shellops/assets/ShellOps_9dde8c1ce9/gold/inactive/users.csv new file mode 100644 index 0000000000000000000000000000000000000000..1cfca5ec3e8ee0ba52b698ab2abff948602192e6 --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/gold/inactive/users.csv @@ -0,0 +1,3 @@ +user_id,reason +307,closed +92,inactive diff --git a/shellops/assets/ShellOps_9dde8c1ce9/init/active/users.json b/shellops/assets/ShellOps_9dde8c1ce9/init/active/users.json new file mode 100644 index 0000000000000000000000000000000000000000..12359a91b69cad99ba87d8f92435e17e07427fab --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/init/active/users.json @@ -0,0 +1,3 @@ +{"id": 145, "name": "Alice"} +{"id": 92, "role": "admin"} +{"id": 401, "status": "pending"} diff --git a/shellops/assets/ShellOps_9dde8c1ce9/init/archive/2023/accounts.csv b/shellops/assets/ShellOps_9dde8c1ce9/init/archive/2023/accounts.csv new file mode 100644 index 0000000000000000000000000000000000000000..81d4034a7f408223cb6b989be1350dccd8e5ddbf --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/init/archive/2023/accounts.csv @@ -0,0 +1,4 @@ +cust_id,preferences +145,{theme:dark} +92,{theme:light} +307,{lang:fr} diff --git a/shellops/assets/ShellOps_9dde8c1ce9/init/inactive/users.csv b/shellops/assets/ShellOps_9dde8c1ce9/init/inactive/users.csv new file mode 100644 index 0000000000000000000000000000000000000000..1cfca5ec3e8ee0ba52b698ab2abff948602192e6 --- /dev/null +++ b/shellops/assets/ShellOps_9dde8c1ce9/init/inactive/users.csv @@ -0,0 +1,3 @@ +user_id,reason +307,closed +92,inactive diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/distractor.log b/shellops/assets/ShellOps_9e04f6a2bc/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..1e4fb714d3759be01306d82ae33b8c1971174dfa --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/distractor.log @@ -0,0 +1 @@ +Component comp_e was skipped due to missing dependencies. \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/filtered_components.txt b/shellops/assets/ShellOps_9e04f6a2bc/gold/filtered_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..c70e1b6941c73a8877f9c19e28800d8e9efdaa51 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/filtered_components.txt @@ -0,0 +1,2 @@ +comp_a +comp_c diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/overrides.json b/shellops/assets/ShellOps_9e04f6a2bc/gold/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..ed387f0ed174f1a9dff4f237cec9729e483103d8 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/overrides.json @@ -0,0 +1 @@ +{"suppressed": ["comp_d"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_a.json b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_a.json new file mode 100644 index 0000000000000000000000000000000000000000..295534e83ad96fc72a673b3ac0dccab0d235a145 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_a.json @@ -0,0 +1 @@ +{"component_id": "comp_a", "status": "failed", "reason": "timeout"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_b.json b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_b.json new file mode 100644 index 0000000000000000000000000000000000000000..c7741f10f70284f51db52b5c5854a030a338ec11 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_b.json @@ -0,0 +1 @@ +{"component_id": "comp_b", "status": "passed", "reason": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_c.json b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_c.json new file mode 100644 index 0000000000000000000000000000000000000000..51897acfcbba7883a7bb0483876319afe215d01a --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_c.json @@ -0,0 +1 @@ +{"component_id": "comp_c", "status": "failed", "reason": "checksum mismatch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_d.json b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_d.json new file mode 100644 index 0000000000000000000000000000000000000000..6d474960eae9f0fd697379ee727454d277cb86a9 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/gold/status/comp_d.json @@ -0,0 +1 @@ +{"component_id": "comp_d", "status": "failed", "reason": "segfault"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/init/distractor.log b/shellops/assets/ShellOps_9e04f6a2bc/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..1e4fb714d3759be01306d82ae33b8c1971174dfa --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/init/distractor.log @@ -0,0 +1 @@ +Component comp_e was skipped due to missing dependencies. \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/init/overrides.json b/shellops/assets/ShellOps_9e04f6a2bc/init/overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..ed387f0ed174f1a9dff4f237cec9729e483103d8 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/init/overrides.json @@ -0,0 +1 @@ +{"suppressed": ["comp_d"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_a.json b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_a.json new file mode 100644 index 0000000000000000000000000000000000000000..295534e83ad96fc72a673b3ac0dccab0d235a145 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_a.json @@ -0,0 +1 @@ +{"component_id": "comp_a", "status": "failed", "reason": "timeout"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_b.json b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_b.json new file mode 100644 index 0000000000000000000000000000000000000000..c7741f10f70284f51db52b5c5854a030a338ec11 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_b.json @@ -0,0 +1 @@ +{"component_id": "comp_b", "status": "passed", "reason": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_c.json b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_c.json new file mode 100644 index 0000000000000000000000000000000000000000..51897acfcbba7883a7bb0483876319afe215d01a --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_c.json @@ -0,0 +1 @@ +{"component_id": "comp_c", "status": "failed", "reason": "checksum mismatch"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_d.json b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_d.json new file mode 100644 index 0000000000000000000000000000000000000000..6d474960eae9f0fd697379ee727454d277cb86a9 --- /dev/null +++ b/shellops/assets/ShellOps_9e04f6a2bc/init/status/comp_d.json @@ -0,0 +1 @@ +{"component_id": "comp_d", "status": "failed", "reason": "segfault"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e09bd9d21/gold/backup_policies.d/primary.cfg b/shellops/assets/ShellOps_9e09bd9d21/gold/backup_policies.d/primary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..11338e9476b5bc100faf23c5db9d409458066fec --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/gold/backup_policies.d/primary.cfg @@ -0,0 +1,8 @@ +policy_id: primary +servers: + - server: srv-db01 + region: east + - server: srv-app03 + region: west + - server: srv-cache05 + region: central diff --git a/shellops/assets/ShellOps_9e09bd9d21/gold/backup_policies.d/secondary.cfg b/shellops/assets/ShellOps_9e09bd9d21/gold/backup_policies.d/secondary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6f44e5399f8999eb2f11bb78bdffb7766a560e13 --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/gold/backup_policies.d/secondary.cfg @@ -0,0 +1,8 @@ +policy_id: secondary +servers: + - server: srv-app03 + region: west + - server: srv-lb02 + region: east + - server: srv-analytics04 + region: central diff --git a/shellops/assets/ShellOps_9e09bd9d21/gold/inventory/server_allowlist.txt b/shellops/assets/ShellOps_9e09bd9d21/gold/inventory/server_allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bbff9415eb4e9d582eb639b77758fe85a4f9459 --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/gold/inventory/server_allowlist.txt @@ -0,0 +1,3 @@ +srv-db01 +srv-app03 +srv-lb02 diff --git a/shellops/assets/ShellOps_9e09bd9d21/gold/missing_servers.txt b/shellops/assets/ShellOps_9e09bd9d21/gold/missing_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..84007d212b14763052a541fedd9bcc0f7349b19f --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/gold/missing_servers.txt @@ -0,0 +1,2 @@ +srv-analytics04 +srv-cache05 diff --git a/shellops/assets/ShellOps_9e09bd9d21/init/backup_policies.d/primary.cfg b/shellops/assets/ShellOps_9e09bd9d21/init/backup_policies.d/primary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..11338e9476b5bc100faf23c5db9d409458066fec --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/init/backup_policies.d/primary.cfg @@ -0,0 +1,8 @@ +policy_id: primary +servers: + - server: srv-db01 + region: east + - server: srv-app03 + region: west + - server: srv-cache05 + region: central diff --git a/shellops/assets/ShellOps_9e09bd9d21/init/backup_policies.d/secondary.cfg b/shellops/assets/ShellOps_9e09bd9d21/init/backup_policies.d/secondary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6f44e5399f8999eb2f11bb78bdffb7766a560e13 --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/init/backup_policies.d/secondary.cfg @@ -0,0 +1,8 @@ +policy_id: secondary +servers: + - server: srv-app03 + region: west + - server: srv-lb02 + region: east + - server: srv-analytics04 + region: central diff --git a/shellops/assets/ShellOps_9e09bd9d21/init/inventory/server_allowlist.txt b/shellops/assets/ShellOps_9e09bd9d21/init/inventory/server_allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bbff9415eb4e9d582eb639b77758fe85a4f9459 --- /dev/null +++ b/shellops/assets/ShellOps_9e09bd9d21/init/inventory/server_allowlist.txt @@ -0,0 +1,3 @@ +srv-db01 +srv-app03 +srv-lb02 diff --git a/shellops/assets/ShellOps_9e31e3c9fb/gold/allowlist/active_hosts.txt b/shellops/assets/ShellOps_9e31e3c9fb/gold/allowlist/active_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d3e280dd33fe77e78e9674494af7b1fa024235d --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/gold/allowlist/active_hosts.txt @@ -0,0 +1,4 @@ +api.example.com +db.internal +cdn.prod.example.com +stale.example.com diff --git a/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/firewall_rules.json b/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/firewall_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..ee1dc1da9bfd77e2dfd8d3dd75bf99a5848797d0 --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/firewall_rules.json @@ -0,0 +1,5 @@ +[ + {"rule_id": "FW-001", "deprecated": true, "host": "api.example.com"}, + {"rule_id": "FW-002", "deprecated": false, "host": "db.internal"}, + {"rule_id": "FW-003", "deprecated": true, "host": "legacy.example.com"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/gateway_rules.json b/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/gateway_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..bb6be6c1f0db1c370701f8889de30298c15eedc7 --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/gateway_rules.json @@ -0,0 +1,5 @@ +[ + {"rule_id": "GW-101", "deprecated": true, "host": "cdn.prod.example.com"}, + {"rule_id": "GW-102", "deprecated": false, "host": "auth.service"}, + {"rule_id": "GW-103", "deprecated": true, "host": "stale.example.com"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/notes.md b/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5c887c03d959d188380bd5f48fa1c671a813f27a --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/gold/policies/notes.md @@ -0,0 +1,3 @@ +# Policy audit notes +- FW-001: scheduled for removal Q3 2024 +- GW-103: legacy endpoint, keep for now diff --git a/shellops/assets/ShellOps_9e31e3c9fb/gold/reports/deprecated_active_rules.txt b/shellops/assets/ShellOps_9e31e3c9fb/gold/reports/deprecated_active_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..aec1d61d0aa1f23200b5a6896e0e3eb666e8ffde --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/gold/reports/deprecated_active_rules.txt @@ -0,0 +1,3 @@ +FW-001 +GW-101 +GW-103 diff --git a/shellops/assets/ShellOps_9e31e3c9fb/init/allowlist/active_hosts.txt b/shellops/assets/ShellOps_9e31e3c9fb/init/allowlist/active_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d3e280dd33fe77e78e9674494af7b1fa024235d --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/init/allowlist/active_hosts.txt @@ -0,0 +1,4 @@ +api.example.com +db.internal +cdn.prod.example.com +stale.example.com diff --git a/shellops/assets/ShellOps_9e31e3c9fb/init/policies/firewall_rules.json b/shellops/assets/ShellOps_9e31e3c9fb/init/policies/firewall_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..ee1dc1da9bfd77e2dfd8d3dd75bf99a5848797d0 --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/init/policies/firewall_rules.json @@ -0,0 +1,5 @@ +[ + {"rule_id": "FW-001", "deprecated": true, "host": "api.example.com"}, + {"rule_id": "FW-002", "deprecated": false, "host": "db.internal"}, + {"rule_id": "FW-003", "deprecated": true, "host": "legacy.example.com"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e31e3c9fb/init/policies/gateway_rules.json b/shellops/assets/ShellOps_9e31e3c9fb/init/policies/gateway_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..bb6be6c1f0db1c370701f8889de30298c15eedc7 --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/init/policies/gateway_rules.json @@ -0,0 +1,5 @@ +[ + {"rule_id": "GW-101", "deprecated": true, "host": "cdn.prod.example.com"}, + {"rule_id": "GW-102", "deprecated": false, "host": "auth.service"}, + {"rule_id": "GW-103", "deprecated": true, "host": "stale.example.com"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e31e3c9fb/init/policies/notes.md b/shellops/assets/ShellOps_9e31e3c9fb/init/policies/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5c887c03d959d188380bd5f48fa1c671a813f27a --- /dev/null +++ b/shellops/assets/ShellOps_9e31e3c9fb/init/policies/notes.md @@ -0,0 +1,3 @@ +# Policy audit notes +- FW-001: scheduled for removal Q3 2024 +- GW-103: legacy endpoint, keep for now diff --git a/shellops/assets/ShellOps_9e343729f1/gold/manifests/notes.md b/shellops/assets/ShellOps_9e343729f1/gold/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..601b2261754e1a4304a6b04e9cf1e4bef3d01ee9 --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/gold/manifests/notes.md @@ -0,0 +1,4 @@ +# Manifest Notes +- Primary manifest is authoritative for firmware IDs. +- Secondary manifest may contain duplicates and placeholders. +- Exclude 'placeholder' entries during consolidation. diff --git a/shellops/assets/ShellOps_9e343729f1/gold/manifests/primary.txt b/shellops/assets/ShellOps_9e343729f1/gold/manifests/primary.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cf971c0c29d2dd788fd29daa1f33c0d9ab38cda --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/gold/manifests/primary.txt @@ -0,0 +1,5 @@ +FW001 +FW002 +FW003 +FW004 +FW005 diff --git a/shellops/assets/ShellOps_9e343729f1/gold/manifests/secondary.txt b/shellops/assets/ShellOps_9e343729f1/gold/manifests/secondary.txt new file mode 100644 index 0000000000000000000000000000000000000000..daaa5272d0faa538afec129b060d26d90bd5a3d0 --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/gold/manifests/secondary.txt @@ -0,0 +1,8 @@ +FW003 +FW006 +placeholder +FW007 +FW002 +placeholder + +FW008 diff --git a/shellops/assets/ShellOps_9e343729f1/gold/reports/consolidated_firmware.txt b/shellops/assets/ShellOps_9e343729f1/gold/reports/consolidated_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..1908b2eac181bea14e9f5cca0f6b9674df115cab --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/gold/reports/consolidated_firmware.txt @@ -0,0 +1,8 @@ +FW001 +FW002 +FW003 +FW004 +FW005 +FW006 +FW007 +FW008 diff --git a/shellops/assets/ShellOps_9e343729f1/init/manifests/notes.md b/shellops/assets/ShellOps_9e343729f1/init/manifests/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..601b2261754e1a4304a6b04e9cf1e4bef3d01ee9 --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/init/manifests/notes.md @@ -0,0 +1,4 @@ +# Manifest Notes +- Primary manifest is authoritative for firmware IDs. +- Secondary manifest may contain duplicates and placeholders. +- Exclude 'placeholder' entries during consolidation. diff --git a/shellops/assets/ShellOps_9e343729f1/init/manifests/primary.txt b/shellops/assets/ShellOps_9e343729f1/init/manifests/primary.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cf971c0c29d2dd788fd29daa1f33c0d9ab38cda --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/init/manifests/primary.txt @@ -0,0 +1,5 @@ +FW001 +FW002 +FW003 +FW004 +FW005 diff --git a/shellops/assets/ShellOps_9e343729f1/init/manifests/secondary.txt b/shellops/assets/ShellOps_9e343729f1/init/manifests/secondary.txt new file mode 100644 index 0000000000000000000000000000000000000000..daaa5272d0faa538afec129b060d26d90bd5a3d0 --- /dev/null +++ b/shellops/assets/ShellOps_9e343729f1/init/manifests/secondary.txt @@ -0,0 +1,8 @@ +FW003 +FW006 +placeholder +FW007 +FW002 +placeholder + +FW008 diff --git a/shellops/assets/ShellOps_9e38d20013/gold/central/irrelevant.out b/shellops/assets/ShellOps_9e38d20013/gold/central/irrelevant.out new file mode 100644 index 0000000000000000000000000000000000000000..d415a2d85a2a78fbd47ccb81d310ee77ab5e2d9b --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/central/irrelevant.out @@ -0,0 +1 @@ +{"event_type": "internal", "timestamp": 1710482000, "source_ip": "127.0.0.1"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/gold/central/monitor_2024-03-01.out b/shellops/assets/ShellOps_9e38d20013/gold/central/monitor_2024-03-01.out new file mode 100644 index 0000000000000000000000000000000000000000..ee2d87118c070107909af3289d863337e302ff68 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/central/monitor_2024-03-01.out @@ -0,0 +1,4 @@ +[ + {"event_type": "observed", "timestamp": 1710481300, "source_ip": "203.0.113.22"}, + {"event_type": "observed", "timestamp": 1710481400, "source_ip": "198.51.100.99"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/gold/east/events_2024-03-01.out b/shellops/assets/ShellOps_9e38d20013/gold/east/events_2024-03-01.out new file mode 100644 index 0000000000000000000000000000000000000000..93081dd4939746a8cbadd0061de329d6bcc4ef97 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/east/events_2024-03-01.out @@ -0,0 +1,6 @@ +[ + {"event_type": "observed", "timestamp": 1710481200, "source_ip": "192.0.2.45"}, + {"event_type": "observed", "timestamp": 1710481600, "source_ip": "203.0.113.22"}, + {"event_type": "observed", "timestamp": 1710481400, "source_ip": "192.0.2.45"}, + {"event_type": "heartbeat", "timestamp": 1710481800, "source_ip": "10.0.0.1"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/gold/east/events_2024-03-02.out b/shellops/assets/ShellOps_9e38d20013/gold/east/events_2024-03-02.out new file mode 100644 index 0000000000000000000000000000000000000000..d10a4be31376d0c57d1a21890f559339730bec05 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/east/events_2024-03-02.out @@ -0,0 +1,5 @@ +[ + {"event_type": "observed", "timestamp": 1710568000, "source_ip": "198.51.100.99"}, + {"event_type": "observed", "timestamp": 1710568000, "source_ip": "192.0.2.45"}, + {"event_type": "observed", "timestamp": 1710568200, "source_ip": "203.0.113.22"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/gold/timeline.csv b/shellops/assets/ShellOps_9e38d20013/gold/timeline.csv new file mode 100644 index 0000000000000000000000000000000000000000..645648c5ee4925341aa628e503c4178ba7006682 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/timeline.csv @@ -0,0 +1,11 @@ +1710481100,"10.10.10.5" +1710481200,"192.0.2.45" +1710481300,"203.0.113.22" +1710481400,"192.0.2.45" +1710481400,"198.51.100.99" +1710481500,"10.10.10.5" +1710481500,"192.0.2.45" +1710481600,"203.0.113.22" +1710568000,"192.0.2.45" +1710568000,"198.51.100.99" +1710568200,"203.0.113.22" diff --git a/shellops/assets/ShellOps_9e38d20013/gold/west/logs_2024-03-01.out b/shellops/assets/ShellOps_9e38d20013/gold/west/logs_2024-03-01.out new file mode 100644 index 0000000000000000000000000000000000000000..3d559bb0886e565b694f1a2a3747129ae6d6aabf --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/west/logs_2024-03-01.out @@ -0,0 +1,5 @@ +[ + {"event_type": "observed", "timestamp": 1710481100, "source_ip": "10.10.10.5"}, + {"event_type": "observed", "timestamp": 1710481500, "source_ip": "192.0.2.45"}, + {"event_type": "observed", "timestamp": 1710481500, "source_ip": "10.10.10.5"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/gold/west/other.out b/shellops/assets/ShellOps_9e38d20013/gold/west/other.out new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/gold/west/other.out @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/init/central/irrelevant.out b/shellops/assets/ShellOps_9e38d20013/init/central/irrelevant.out new file mode 100644 index 0000000000000000000000000000000000000000..d415a2d85a2a78fbd47ccb81d310ee77ab5e2d9b --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/init/central/irrelevant.out @@ -0,0 +1 @@ +{"event_type": "internal", "timestamp": 1710482000, "source_ip": "127.0.0.1"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/init/central/monitor_2024-03-01.out b/shellops/assets/ShellOps_9e38d20013/init/central/monitor_2024-03-01.out new file mode 100644 index 0000000000000000000000000000000000000000..ee2d87118c070107909af3289d863337e302ff68 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/init/central/monitor_2024-03-01.out @@ -0,0 +1,4 @@ +[ + {"event_type": "observed", "timestamp": 1710481300, "source_ip": "203.0.113.22"}, + {"event_type": "observed", "timestamp": 1710481400, "source_ip": "198.51.100.99"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/init/east/events_2024-03-01.out b/shellops/assets/ShellOps_9e38d20013/init/east/events_2024-03-01.out new file mode 100644 index 0000000000000000000000000000000000000000..93081dd4939746a8cbadd0061de329d6bcc4ef97 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/init/east/events_2024-03-01.out @@ -0,0 +1,6 @@ +[ + {"event_type": "observed", "timestamp": 1710481200, "source_ip": "192.0.2.45"}, + {"event_type": "observed", "timestamp": 1710481600, "source_ip": "203.0.113.22"}, + {"event_type": "observed", "timestamp": 1710481400, "source_ip": "192.0.2.45"}, + {"event_type": "heartbeat", "timestamp": 1710481800, "source_ip": "10.0.0.1"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/init/east/events_2024-03-02.out b/shellops/assets/ShellOps_9e38d20013/init/east/events_2024-03-02.out new file mode 100644 index 0000000000000000000000000000000000000000..d10a4be31376d0c57d1a21890f559339730bec05 --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/init/east/events_2024-03-02.out @@ -0,0 +1,5 @@ +[ + {"event_type": "observed", "timestamp": 1710568000, "source_ip": "198.51.100.99"}, + {"event_type": "observed", "timestamp": 1710568000, "source_ip": "192.0.2.45"}, + {"event_type": "observed", "timestamp": 1710568200, "source_ip": "203.0.113.22"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/init/west/logs_2024-03-01.out b/shellops/assets/ShellOps_9e38d20013/init/west/logs_2024-03-01.out new file mode 100644 index 0000000000000000000000000000000000000000..3d559bb0886e565b694f1a2a3747129ae6d6aabf --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/init/west/logs_2024-03-01.out @@ -0,0 +1,5 @@ +[ + {"event_type": "observed", "timestamp": 1710481100, "source_ip": "10.10.10.5"}, + {"event_type": "observed", "timestamp": 1710481500, "source_ip": "192.0.2.45"}, + {"event_type": "observed", "timestamp": 1710481500, "source_ip": "10.10.10.5"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e38d20013/init/west/other.out b/shellops/assets/ShellOps_9e38d20013/init/west/other.out new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/shellops/assets/ShellOps_9e38d20013/init/west/other.out @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/shellops/assets/ShellOps_9e3a226eab/gold/configs/.keep b/shellops/assets/ShellOps_9e3a226eab/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9e3a226eab/gold/configs/server1.conf b/shellops/assets/ShellOps_9e3a226eab/gold/configs/server1.conf new file mode 100644 index 0000000000000000000000000000000000000000..24851c236d9d7ae3662b302d3a6a8322a205d933 --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/gold/configs/server1.conf @@ -0,0 +1,2 @@ +port 8080 +hostname server1 diff --git a/shellops/assets/ShellOps_9e3a226eab/gold/configs/server2.conf b/shellops/assets/ShellOps_9e3a226eab/gold/configs/server2.conf new file mode 100644 index 0000000000000000000000000000000000000000..ab852e90e9a83224a0c2f585c09d6db2e25e325f --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/gold/configs/server2.conf @@ -0,0 +1,2 @@ +port 8081 +hostname server2 diff --git a/shellops/assets/ShellOps_9e3a226eab/gold/configs/server3.conf b/shellops/assets/ShellOps_9e3a226eab/gold/configs/server3.conf new file mode 100644 index 0000000000000000000000000000000000000000..8364b70246f701c4e7acd76decbd241dac346545 --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/gold/configs/server3.conf @@ -0,0 +1,2 @@ +port 8080 +hostname server3 diff --git a/shellops/assets/ShellOps_9e3a226eab/gold/ports_summary.conf b/shellops/assets/ShellOps_9e3a226eab/gold/ports_summary.conf new file mode 100644 index 0000000000000000000000000000000000000000..8a31c8753fca08ab8bdc2ea2c9d9f333c3d3d114 --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/gold/ports_summary.conf @@ -0,0 +1,2 @@ +8080 +8081 diff --git a/shellops/assets/ShellOps_9e3a226eab/init/configs/.keep b/shellops/assets/ShellOps_9e3a226eab/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9e3a226eab/init/configs/server1.conf b/shellops/assets/ShellOps_9e3a226eab/init/configs/server1.conf new file mode 100644 index 0000000000000000000000000000000000000000..24851c236d9d7ae3662b302d3a6a8322a205d933 --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/init/configs/server1.conf @@ -0,0 +1,2 @@ +port 8080 +hostname server1 diff --git a/shellops/assets/ShellOps_9e3a226eab/init/configs/server2.conf b/shellops/assets/ShellOps_9e3a226eab/init/configs/server2.conf new file mode 100644 index 0000000000000000000000000000000000000000..ab852e90e9a83224a0c2f585c09d6db2e25e325f --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/init/configs/server2.conf @@ -0,0 +1,2 @@ +port 8081 +hostname server2 diff --git a/shellops/assets/ShellOps_9e3a226eab/init/configs/server3.conf b/shellops/assets/ShellOps_9e3a226eab/init/configs/server3.conf new file mode 100644 index 0000000000000000000000000000000000000000..8364b70246f701c4e7acd76decbd241dac346545 --- /dev/null +++ b/shellops/assets/ShellOps_9e3a226eab/init/configs/server3.conf @@ -0,0 +1,2 @@ +port 8080 +hostname server3 diff --git a/shellops/assets/ShellOps_9e675cd368/gold/config/deploy_state.json b/shellops/assets/ShellOps_9e675cd368/gold/config/deploy_state.json new file mode 100644 index 0000000000000000000000000000000000000000..96cea69ea96c2d3a04162561abaeffa58fe56cd0 --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/gold/config/deploy_state.json @@ -0,0 +1,9 @@ +[ + {"name": "web-frontend", "status": "live", "priority": 100}, + {"name": "auth-service", "status": "live", "priority": 90}, + {"name": "cache-layer", "status": "live", "priority": 80}, + {"name": "analytics", "status": "live", "priority": 70}, + {"name": "web-frontend", "status": "live", "priority": 95}, + {"name": "legacy-queue", "status": "deprecated", "priority": 60}, + {"name": "monitoring", "status": "live", "priority": 85} +] diff --git a/shellops/assets/ShellOps_9e675cd368/gold/docs/notes.md b/shellops/assets/ShellOps_9e675cd368/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8dc24e947e5713b34d966063e5839fba50304897 --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/gold/docs/notes.md @@ -0,0 +1,3 @@ +# Deployment Notes +- Priority field indicates operational precedence. +- Deprecated services should be excluded from active reports. diff --git a/shellops/assets/ShellOps_9e675cd368/gold/status/active_deployments.txt b/shellops/assets/ShellOps_9e675cd368/gold/status/active_deployments.txt new file mode 100644 index 0000000000000000000000000000000000000000..0406ba00b518da90f7aa934b7e45b077ee284ce5 --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/gold/status/active_deployments.txt @@ -0,0 +1,5 @@ +analytics +cache-layer +legacy-queue +monitoring +web-frontend diff --git a/shellops/assets/ShellOps_9e675cd368/gold/status/reconciled_deployments.txt b/shellops/assets/ShellOps_9e675cd368/gold/status/reconciled_deployments.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2c4c7f2a5639ad8da761dba9e6abd29c5242f0c --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/gold/status/reconciled_deployments.txt @@ -0,0 +1,5 @@ +analytics +auth-service +cache-layer +monitoring +web-frontend diff --git a/shellops/assets/ShellOps_9e675cd368/init/config/deploy_state.json b/shellops/assets/ShellOps_9e675cd368/init/config/deploy_state.json new file mode 100644 index 0000000000000000000000000000000000000000..96cea69ea96c2d3a04162561abaeffa58fe56cd0 --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/init/config/deploy_state.json @@ -0,0 +1,9 @@ +[ + {"name": "web-frontend", "status": "live", "priority": 100}, + {"name": "auth-service", "status": "live", "priority": 90}, + {"name": "cache-layer", "status": "live", "priority": 80}, + {"name": "analytics", "status": "live", "priority": 70}, + {"name": "web-frontend", "status": "live", "priority": 95}, + {"name": "legacy-queue", "status": "deprecated", "priority": 60}, + {"name": "monitoring", "status": "live", "priority": 85} +] diff --git a/shellops/assets/ShellOps_9e675cd368/init/docs/notes.md b/shellops/assets/ShellOps_9e675cd368/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8dc24e947e5713b34d966063e5839fba50304897 --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/init/docs/notes.md @@ -0,0 +1,3 @@ +# Deployment Notes +- Priority field indicates operational precedence. +- Deprecated services should be excluded from active reports. diff --git a/shellops/assets/ShellOps_9e675cd368/init/status/active_deployments.txt b/shellops/assets/ShellOps_9e675cd368/init/status/active_deployments.txt new file mode 100644 index 0000000000000000000000000000000000000000..0406ba00b518da90f7aa934b7e45b077ee284ce5 --- /dev/null +++ b/shellops/assets/ShellOps_9e675cd368/init/status/active_deployments.txt @@ -0,0 +1,5 @@ +analytics +cache-layer +legacy-queue +monitoring +web-frontend diff --git a/shellops/assets/ShellOps_9ea486cf3f/gold/allowlist.txt b/shellops/assets/ShellOps_9ea486cf3f/gold/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5b09120325ba71dd440c17861046ffc727c0765 --- /dev/null +++ b/shellops/assets/ShellOps_9ea486cf3f/gold/allowlist.txt @@ -0,0 +1,9 @@ +ahci +amdgpu +btrfs +ext4 +kvm +nouveau +nvidia +radeon +xfs diff --git a/shellops/assets/ShellOps_9ea486cf3f/gold/baseline.txt b/shellops/assets/ShellOps_9ea486cf3f/gold/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6151ad9cddef5058f63ee372604b3d1f787f5a9 --- /dev/null +++ b/shellops/assets/ShellOps_9ea486cf3f/gold/baseline.txt @@ -0,0 +1,6 @@ +ext4 +kvm +xfs +ahci +nvidia +radeon diff --git a/shellops/assets/ShellOps_9ea486cf3f/gold/delta.txt b/shellops/assets/ShellOps_9ea486cf3f/gold/delta.txt new file mode 100644 index 0000000000000000000000000000000000000000..e392f6000cee683b268577772a2fd5d180f9abb3 --- /dev/null +++ b/shellops/assets/ShellOps_9ea486cf3f/gold/delta.txt @@ -0,0 +1,5 @@ +btrfs +kvm +amdgpu +nouveau +xfs diff --git a/shellops/assets/ShellOps_9ea486cf3f/init/baseline.txt b/shellops/assets/ShellOps_9ea486cf3f/init/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6151ad9cddef5058f63ee372604b3d1f787f5a9 --- /dev/null +++ b/shellops/assets/ShellOps_9ea486cf3f/init/baseline.txt @@ -0,0 +1,6 @@ +ext4 +kvm +xfs +ahci +nvidia +radeon diff --git a/shellops/assets/ShellOps_9ea486cf3f/init/delta.txt b/shellops/assets/ShellOps_9ea486cf3f/init/delta.txt new file mode 100644 index 0000000000000000000000000000000000000000..e392f6000cee683b268577772a2fd5d180f9abb3 --- /dev/null +++ b/shellops/assets/ShellOps_9ea486cf3f/init/delta.txt @@ -0,0 +1,5 @@ +btrfs +kvm +amdgpu +nouveau +xfs diff --git a/shellops/assets/ShellOps_9eeff801d1/gold/profiles/notes.md b/shellops/assets/ShellOps_9eeff801d1/gold/profiles/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..dc527baea54b56facd25437442c33020278a520c --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/gold/profiles/notes.md @@ -0,0 +1 @@ +not needed by the command \ No newline at end of file diff --git a/shellops/assets/ShellOps_9eeff801d1/gold/profiles/prediction.cfg b/shellops/assets/ShellOps_9eeff801d1/gold/profiles/prediction.cfg new file mode 100644 index 0000000000000000000000000000000000000000..876801b6c198b495e5a0ac9ccfc68ff8792f9d9b --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/gold/profiles/prediction.cfg @@ -0,0 +1,9 @@ +# sensor bands for prediction pipeline +band = visible +band = infrared +band = ultraviolet +band = microwave +# comment line +band = thermal +# extra note +band = radar diff --git a/shellops/assets/ShellOps_9eeff801d1/gold/profiles/validation.cfg b/shellops/assets/ShellOps_9eeff801d1/gold/profiles/validation.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3578134f29b4701d77124012663c0efcf2a38189 --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/gold/profiles/validation.cfg @@ -0,0 +1,8 @@ +# sensor bands for validation pipeline +band = visible +band = infrared +band = ultraviolet +# radar is deprecated +band = thermal +exclude = microwave +band = multispectral diff --git a/shellops/assets/ShellOps_9eeff801d1/gold/reports/active_bands.txt b/shellops/assets/ShellOps_9eeff801d1/gold/reports/active_bands.txt new file mode 100644 index 0000000000000000000000000000000000000000..4135d89befcdc054ea804451b8253d250b501621 --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/gold/reports/active_bands.txt @@ -0,0 +1,4 @@ +infrared +thermal +ultraviolet +visible diff --git a/shellops/assets/ShellOps_9eeff801d1/init/profiles/notes.md b/shellops/assets/ShellOps_9eeff801d1/init/profiles/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..dc527baea54b56facd25437442c33020278a520c --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/init/profiles/notes.md @@ -0,0 +1 @@ +not needed by the command \ No newline at end of file diff --git a/shellops/assets/ShellOps_9eeff801d1/init/profiles/prediction.cfg b/shellops/assets/ShellOps_9eeff801d1/init/profiles/prediction.cfg new file mode 100644 index 0000000000000000000000000000000000000000..876801b6c198b495e5a0ac9ccfc68ff8792f9d9b --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/init/profiles/prediction.cfg @@ -0,0 +1,9 @@ +# sensor bands for prediction pipeline +band = visible +band = infrared +band = ultraviolet +band = microwave +# comment line +band = thermal +# extra note +band = radar diff --git a/shellops/assets/ShellOps_9eeff801d1/init/profiles/validation.cfg b/shellops/assets/ShellOps_9eeff801d1/init/profiles/validation.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3578134f29b4701d77124012663c0efcf2a38189 --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/init/profiles/validation.cfg @@ -0,0 +1,8 @@ +# sensor bands for validation pipeline +band = visible +band = infrared +band = ultraviolet +# radar is deprecated +band = thermal +exclude = microwave +band = multispectral diff --git a/shellops/assets/ShellOps_9eeff801d1/init/reports/active_bands.txt b/shellops/assets/ShellOps_9eeff801d1/init/reports/active_bands.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab87471f77229c08a8cd2b64d1671cf7e1c248e2 --- /dev/null +++ b/shellops/assets/ShellOps_9eeff801d1/init/reports/active_bands.txt @@ -0,0 +1,7 @@ +visible +infrared +ultraviolet +microwave +radar +thermal +multispectral diff --git a/shellops/assets/ShellOps_9f2c9a4616/gold/patched/src/main.c b/shellops/assets/ShellOps_9f2c9a4616/gold/patched/src/main.c new file mode 100644 index 0000000000000000000000000000000000000000..4cb1fbcd5ee461bcd5f0af06029beee541867685 --- /dev/null +++ b/shellops/assets/ShellOps_9f2c9a4616/gold/patched/src/main.c @@ -0,0 +1,7 @@ +#include +#include + +int main() { + printf("Hello, world!\n"); + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f2c9a4616/gold/patched/util/helper.c b/shellops/assets/ShellOps_9f2c9a4616/gold/patched/util/helper.c new file mode 100644 index 0000000000000000000000000000000000000000..141fdc7520559133af306c7ef76efb06c43b43fd --- /dev/null +++ b/shellops/assets/ShellOps_9f2c9a4616/gold/patched/util/helper.c @@ -0,0 +1,5 @@ +#include + +void helper_function() { + // Implementation here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f2c9a4616/gold/src/main.c b/shellops/assets/ShellOps_9f2c9a4616/gold/src/main.c new file mode 100644 index 0000000000000000000000000000000000000000..6432c2096aac5807ed142f8cc2b8dca1b28a5198 --- /dev/null +++ b/shellops/assets/ShellOps_9f2c9a4616/gold/src/main.c @@ -0,0 +1,7 @@ +#include +#include + +int main() { + printf("Hello, world!\n"); + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f2c9a4616/gold/src/util/helper.c b/shellops/assets/ShellOps_9f2c9a4616/gold/src/util/helper.c new file mode 100644 index 0000000000000000000000000000000000000000..136160ab28f31e4abc57f370279dfe7b3a26145b --- /dev/null +++ b/shellops/assets/ShellOps_9f2c9a4616/gold/src/util/helper.c @@ -0,0 +1,5 @@ +#include + +void helper_function() { + // Implementation here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f2c9a4616/init/src/main.c b/shellops/assets/ShellOps_9f2c9a4616/init/src/main.c new file mode 100644 index 0000000000000000000000000000000000000000..6432c2096aac5807ed142f8cc2b8dca1b28a5198 --- /dev/null +++ b/shellops/assets/ShellOps_9f2c9a4616/init/src/main.c @@ -0,0 +1,7 @@ +#include +#include + +int main() { + printf("Hello, world!\n"); + return 0; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f2c9a4616/init/src/util/helper.c b/shellops/assets/ShellOps_9f2c9a4616/init/src/util/helper.c new file mode 100644 index 0000000000000000000000000000000000000000..136160ab28f31e4abc57f370279dfe7b3a26145b --- /dev/null +++ b/shellops/assets/ShellOps_9f2c9a4616/init/src/util/helper.c @@ -0,0 +1,5 @@ +#include + +void helper_function() { + // Implementation here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f323533b9/gold/deprecation_changes.txt b/shellops/assets/ShellOps_9f323533b9/gold/deprecation_changes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2c3e20b961001a683b572c936c512868af8d2d0 --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/gold/deprecation_changes.txt @@ -0,0 +1,4 @@ +src/main.py 2 +src/utils.py 2 +tests/test_main.py 2 +tests/test_utils.py 1 diff --git a/shellops/assets/ShellOps_9f323533b9/gold/src/irrelevant.txt b/shellops/assets/ShellOps_9f323533b9/gold/src/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf068db296b2f83eefbc036cdb81b6fd540a729d --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/gold/src/irrelevant.txt @@ -0,0 +1 @@ +This file contains no error codes and should be ignored. diff --git a/shellops/assets/ShellOps_9f323533b9/gold/src/main.py b/shellops/assets/ShellOps_9f323533b9/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..0a3e20ca349782bde5655247a427b2f70c31ecfd --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/gold/src/main.py @@ -0,0 +1,8 @@ +try: + raise ValueError('ERR_DEPRECATED_BETA: legacy behavior') +except ValueError as e: + print(f'Caught: {e}') + +# ERR_DEPRECATED_BETA used here for compatibility +if __name__ == '__main__': + main() diff --git a/shellops/assets/ShellOps_9f323533b9/gold/src/utils.py b/shellops/assets/ShellOps_9f323533b9/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..4316acefa948e73ba193368fda281b1e01abf78d --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/gold/src/utils.py @@ -0,0 +1,9 @@ +def validate_input(data): + if not data: + return 'ERR_DEPRECATED_BETA: empty input' + return None + +class Handler: + ERROR_LEGACY = 'ERR_DEPRECATED_BETA' + def process(self): + pass diff --git a/shellops/assets/ShellOps_9f323533b9/gold/tests/test_main.py b/shellops/assets/ShellOps_9f323533b9/gold/tests/test_main.py new file mode 100644 index 0000000000000000000000000000000000000000..86e53295433ad15b128d0322d0690785ad585b46 --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/gold/tests/test_main.py @@ -0,0 +1,11 @@ +import pytest +from src.main import main + +def test_main_errors(): + with pytest.raises(ValueError, match='ERR_DEPRECATED_BETA'): + main() + +def test_utils(): + from src.utils import validate_input + result = validate_input([]) + assert result == 'ERR_DEPRECATED_BETA: empty input' diff --git a/shellops/assets/ShellOps_9f323533b9/gold/tests/test_utils.py b/shellops/assets/ShellOps_9f323533b9/gold/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f3cae10de72bea99b4f39189377ebeca6610f9e0 --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/gold/tests/test_utils.py @@ -0,0 +1,5 @@ +from src.utils import Handler + +def test_handler_error_code(): + h = Handler() + assert h.ERROR_LEGACY == 'ERR_DEPRECATED_BETA' diff --git a/shellops/assets/ShellOps_9f323533b9/init/.tmp/.keep b/shellops/assets/ShellOps_9f323533b9/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9f323533b9/init/src/irrelevant.txt b/shellops/assets/ShellOps_9f323533b9/init/src/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf068db296b2f83eefbc036cdb81b6fd540a729d --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/init/src/irrelevant.txt @@ -0,0 +1 @@ +This file contains no error codes and should be ignored. diff --git a/shellops/assets/ShellOps_9f323533b9/init/src/main.py b/shellops/assets/ShellOps_9f323533b9/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..7c1074c5acc4b8a22199df6858d071f4f462687d --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/init/src/main.py @@ -0,0 +1,8 @@ +try: + raise ValueError('ERR_DEPRECATED_ALPHA: legacy behavior') +except ValueError as e: + print(f'Caught: {e}') + +# ERR_DEPRECATED_ALPHA used here for compatibility +if __name__ == '__main__': + main() diff --git a/shellops/assets/ShellOps_9f323533b9/init/src/utils.py b/shellops/assets/ShellOps_9f323533b9/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..a2c63ff72b69b4b374ed8006f341be3a6d2ac7d8 --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/init/src/utils.py @@ -0,0 +1,9 @@ +def validate_input(data): + if not data: + return 'ERR_DEPRECATED_ALPHA: empty input' + return None + +class Handler: + ERROR_LEGACY = 'ERR_DEPRECATED_ALPHA' + def process(self): + pass diff --git a/shellops/assets/ShellOps_9f323533b9/init/tests/test_main.py b/shellops/assets/ShellOps_9f323533b9/init/tests/test_main.py new file mode 100644 index 0000000000000000000000000000000000000000..8cf646adb55a4ed6603b50895693977f52cf0802 --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/init/tests/test_main.py @@ -0,0 +1,11 @@ +import pytest +from src.main import main + +def test_main_errors(): + with pytest.raises(ValueError, match='ERR_DEPRECATED_ALPHA'): + main() + +def test_utils(): + from src.utils import validate_input + result = validate_input([]) + assert result == 'ERR_DEPRECATED_ALPHA: empty input' diff --git a/shellops/assets/ShellOps_9f323533b9/init/tests/test_utils.py b/shellops/assets/ShellOps_9f323533b9/init/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..8d34b7144538daa9bd35501851129c31d722373f --- /dev/null +++ b/shellops/assets/ShellOps_9f323533b9/init/tests/test_utils.py @@ -0,0 +1,5 @@ +from src.utils import Handler + +def test_handler_error_code(): + h = Handler() + assert h.ERROR_LEGACY == 'ERR_DEPRECATED_ALPHA' diff --git a/shellops/assets/ShellOps_9f7b620cbe/gold/biome.txt b/shellops/assets/ShellOps_9f7b620cbe/gold/biome.txt new file mode 100644 index 0000000000000000000000000000000000000000..a74af1b46531804ad1a1429b1bf5da3aa0456e5a --- /dev/null +++ b/shellops/assets/ShellOps_9f7b620cbe/gold/biome.txt @@ -0,0 +1,4 @@ +Anubias +Ziziphus +Ficus +Kunzea \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f7b620cbe/gold/missing_biomes.txt b/shellops/assets/ShellOps_9f7b620cbe/gold/missing_biomes.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f02e2bb980cedcc6903e52f844e92ac5ccaeded --- /dev/null +++ b/shellops/assets/ShellOps_9f7b620cbe/gold/missing_biomes.txt @@ -0,0 +1 @@ +Welwitschia diff --git a/shellops/assets/ShellOps_9f7b620cbe/gold/xenoherbs.xml b/shellops/assets/ShellOps_9f7b620cbe/gold/xenoherbs.xml new file mode 100644 index 0000000000000000000000000000000000000000..5805f6bfcee72fc28d11957b310826fe9caea4d8 --- /dev/null +++ b/shellops/assets/ShellOps_9f7b620cbe/gold/xenoherbs.xml @@ -0,0 +1,5 @@ + + Anubiasnana + Kunzeaexcelsa + Welwitschiamagnifica + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f7b620cbe/init/biome.txt b/shellops/assets/ShellOps_9f7b620cbe/init/biome.txt new file mode 100644 index 0000000000000000000000000000000000000000..a74af1b46531804ad1a1429b1bf5da3aa0456e5a --- /dev/null +++ b/shellops/assets/ShellOps_9f7b620cbe/init/biome.txt @@ -0,0 +1,4 @@ +Anubias +Ziziphus +Ficus +Kunzea \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f7b620cbe/init/xenoherbs.xml b/shellops/assets/ShellOps_9f7b620cbe/init/xenoherbs.xml new file mode 100644 index 0000000000000000000000000000000000000000..5805f6bfcee72fc28d11957b310826fe9caea4d8 --- /dev/null +++ b/shellops/assets/ShellOps_9f7b620cbe/init/xenoherbs.xml @@ -0,0 +1,5 @@ + + Anubiasnana + Kunzeaexcelsa + Welwitschiamagnifica + \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f9a9ab705/gold/deprecated_modules.txt b/shellops/assets/ShellOps_9f9a9ab705/gold/deprecated_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8eb323c1af4191049ac26495950307aa8a8fd88 --- /dev/null +++ b/shellops/assets/ShellOps_9f9a9ab705/gold/deprecated_modules.txt @@ -0,0 +1,2 @@ +dma_legacy +net_obsolete diff --git a/shellops/assets/ShellOps_9f9a9ab705/gold/module_index.tsv b/shellops/assets/ShellOps_9f9a9ab705/gold/module_index.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7275248d7745b436a836c35029facdb65724670c --- /dev/null +++ b/shellops/assets/ShellOps_9f9a9ab705/gold/module_index.tsv @@ -0,0 +1,6 @@ +module_id module_name status +1001 core_dma active +1003 dma_legacy legacy +1004 usb_compat active +1005 net_obsolete obsolete +1006 test_dma active \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f9a9ab705/gold/test_modules.json b/shellops/assets/ShellOps_9f9a9ab705/gold/test_modules.json new file mode 100644 index 0000000000000000000000000000000000000000..92a51ae366ca77fde9514f75dfebbed0059f18fd --- /dev/null +++ b/shellops/assets/ShellOps_9f9a9ab705/gold/test_modules.json @@ -0,0 +1 @@ +{ "test_modules": ["test_dma", "test_usb"] } \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f9a9ab705/init/module_index.tsv b/shellops/assets/ShellOps_9f9a9ab705/init/module_index.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7275248d7745b436a836c35029facdb65724670c --- /dev/null +++ b/shellops/assets/ShellOps_9f9a9ab705/init/module_index.tsv @@ -0,0 +1,6 @@ +module_id module_name status +1001 core_dma active +1003 dma_legacy legacy +1004 usb_compat active +1005 net_obsolete obsolete +1006 test_dma active \ No newline at end of file diff --git a/shellops/assets/ShellOps_9f9a9ab705/init/test_modules.json b/shellops/assets/ShellOps_9f9a9ab705/init/test_modules.json new file mode 100644 index 0000000000000000000000000000000000000000..92a51ae366ca77fde9514f75dfebbed0059f18fd --- /dev/null +++ b/shellops/assets/ShellOps_9f9a9ab705/init/test_modules.json @@ -0,0 +1 @@ +{ "test_modules": ["test_dma", "test_usb"] } \ No newline at end of file diff --git a/shellops/assets/ShellOps_9fde538870/gold/feature_flags_index.txt b/shellops/assets/ShellOps_9fde538870/gold/feature_flags_index.txt new file mode 100644 index 0000000000000000000000000000000000000000..17d6f88f7d4c5c30312c70495209993febbd2767 --- /dev/null +++ b/shellops/assets/ShellOps_9fde538870/gold/feature_flags_index.txt @@ -0,0 +1,6 @@ +alpha_search +beta_payments +enable_new_ui +experimental_cache +gamma_notifications +legacy_auth diff --git a/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/.keep b/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/network.conf b/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/network.conf new file mode 100644 index 0000000000000000000000000000000000000000..4b5b19d7997a86ce871a3369958106e751b19481 --- /dev/null +++ b/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/network.conf @@ -0,0 +1,7 @@ +rule_id: net_high_traffic +metric: bandwidth_usage +max_severity=5 + +rule_id: net_latency +metric: response_time +max_severity=3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/storage.conf b/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/storage.conf new file mode 100644 index 0000000000000000000000000000000000000000..80c4ae9539054866735ef73f0bd6f53d18350ba5 --- /dev/null +++ b/shellops/assets/ShellOps_9fe3ac44b7/gold/alert_rules/storage.conf @@ -0,0 +1,7 @@ +rule_id: disk_full +metric: disk_usage +max_severity=7 + +rule_id: inode_limit +metric: inode_usage +max_severity=4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9fe3ac44b7/gold/alerts_summary.out b/shellops/assets/ShellOps_9fe3ac44b7/gold/alerts_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..40fbf310b5582d0171d649fa49131904bff15104 --- /dev/null +++ b/shellops/assets/ShellOps_9fe3ac44b7/gold/alerts_summary.out @@ -0,0 +1,4 @@ +3 +4 +5 +7 diff --git a/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/.keep b/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/network.conf b/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/network.conf new file mode 100644 index 0000000000000000000000000000000000000000..4b5b19d7997a86ce871a3369958106e751b19481 --- /dev/null +++ b/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/network.conf @@ -0,0 +1,7 @@ +rule_id: net_high_traffic +metric: bandwidth_usage +max_severity=5 + +rule_id: net_latency +metric: response_time +max_severity=3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/storage.conf b/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/storage.conf new file mode 100644 index 0000000000000000000000000000000000000000..80c4ae9539054866735ef73f0bd6f53d18350ba5 --- /dev/null +++ b/shellops/assets/ShellOps_9fe3ac44b7/init/alert_rules/storage.conf @@ -0,0 +1,7 @@ +rule_id: disk_full +metric: disk_usage +max_severity=7 + +rule_id: inode_limit +metric: inode_usage +max_severity=4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/gold/configs/.keep b/shellops/assets/ShellOps_a062d1811e/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a062d1811e/gold/configs/database.ini b/shellops/assets/ShellOps_a062d1811e/gold/configs/database.ini new file mode 100644 index 0000000000000000000000000000000000000000..05e567cd6f4295a8b32239e21066213d75363a01 --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/gold/configs/database.ini @@ -0,0 +1,5 @@ +[database] +host = localhost +[network] +broadcast = 10.0.0.255 +bind_host = 10.0.0.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/gold/configs/legacy_service.ini b/shellops/assets/ShellOps_a062d1811e/gold/configs/legacy_service.ini new file mode 100644 index 0000000000000000000000000000000000000000..6ea54a1da32f4db73c11b9bda56127bb9a54772e --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/gold/configs/legacy_service.ini @@ -0,0 +1,5 @@ +[network] +bind_host = 192.168.1.10 + +[redis] +port = 6379 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/gold/configs/service_alpha.ini b/shellops/assets/ShellOps_a062d1811e/gold/configs/service_alpha.ini new file mode 100644 index 0000000000000000000000000000000000000000..5b50c97a45d5e4ddc624da6cb2a055d895b4f6f4 --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/gold/configs/service_alpha.ini @@ -0,0 +1,6 @@ +[network] +bind_host = 192.168.1.10 +max_connections = 100 + +[logging] +log_level = info \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/gold/configs/service_beta.ini b/shellops/assets/ShellOps_a062d1811e/gold/configs/service_beta.ini new file mode 100644 index 0000000000000000000000000000000000000000..bd229bf675562951efc5c0b0f68fb08450fae585 --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/gold/configs/service_beta.ini @@ -0,0 +1,4 @@ +[network] +bind_host = 10.0.0.5 +[security] +ssl_enabled = true \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/init/configs/.keep b/shellops/assets/ShellOps_a062d1811e/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a062d1811e/init/configs/database.ini b/shellops/assets/ShellOps_a062d1811e/init/configs/database.ini new file mode 100644 index 0000000000000000000000000000000000000000..05e567cd6f4295a8b32239e21066213d75363a01 --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/init/configs/database.ini @@ -0,0 +1,5 @@ +[database] +host = localhost +[network] +broadcast = 10.0.0.255 +bind_host = 10.0.0.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/init/configs/legacy_service.ini b/shellops/assets/ShellOps_a062d1811e/init/configs/legacy_service.ini new file mode 100644 index 0000000000000000000000000000000000000000..6ea54a1da32f4db73c11b9bda56127bb9a54772e --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/init/configs/legacy_service.ini @@ -0,0 +1,5 @@ +[network] +bind_host = 192.168.1.10 + +[redis] +port = 6379 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/init/configs/service_alpha.ini b/shellops/assets/ShellOps_a062d1811e/init/configs/service_alpha.ini new file mode 100644 index 0000000000000000000000000000000000000000..5b50c97a45d5e4ddc624da6cb2a055d895b4f6f4 --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/init/configs/service_alpha.ini @@ -0,0 +1,6 @@ +[network] +bind_host = 192.168.1.10 +max_connections = 100 + +[logging] +log_level = info \ No newline at end of file diff --git a/shellops/assets/ShellOps_a062d1811e/init/configs/service_beta.ini b/shellops/assets/ShellOps_a062d1811e/init/configs/service_beta.ini new file mode 100644 index 0000000000000000000000000000000000000000..bd229bf675562951efc5c0b0f68fb08450fae585 --- /dev/null +++ b/shellops/assets/ShellOps_a062d1811e/init/configs/service_beta.ini @@ -0,0 +1,4 @@ +[network] +bind_host = 10.0.0.5 +[security] +ssl_enabled = true \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0afc69dda/gold/exclusions.txt b/shellops/assets/ShellOps_a0afc69dda/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae5ad9604a571667a2abc4c3048114bea387574e --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/gold/exclusions.txt @@ -0,0 +1,4 @@ +PATCH-5201 +PATCH-4673 +PATCH-8824 +PATCH-3056 diff --git a/shellops/assets/ShellOps_a0afc69dda/gold/notes.md b/shellops/assets/ShellOps_a0afc69dda/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8288f979cf6468600510f6964b05eeedd0537d18 --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/gold/notes.md @@ -0,0 +1,2 @@ +# Patch Review Notes +- PATCH-9999: Requires additional testing before approval \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0afc69dda/gold/server_updates.xml b/shellops/assets/ShellOps_a0afc69dda/gold/server_updates.xml new file mode 100644 index 0000000000000000000000000000000000000000..4bd96ab59e20d727b328232fd5247b29ffbd230e --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/gold/server_updates.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0afc69dda/gold/unvalidated_patches.tsv b/shellops/assets/ShellOps_a0afc69dda/gold/unvalidated_patches.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5ec4e99193abd10b9c375ca6f13d4316338fc42c --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/gold/unvalidated_patches.tsv @@ -0,0 +1 @@ +PATCH-9999 unvalidated diff --git a/shellops/assets/ShellOps_a0afc69dda/init/exclusions.txt b/shellops/assets/ShellOps_a0afc69dda/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae5ad9604a571667a2abc4c3048114bea387574e --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/init/exclusions.txt @@ -0,0 +1,4 @@ +PATCH-5201 +PATCH-4673 +PATCH-8824 +PATCH-3056 diff --git a/shellops/assets/ShellOps_a0afc69dda/init/notes.md b/shellops/assets/ShellOps_a0afc69dda/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8288f979cf6468600510f6964b05eeedd0537d18 --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/init/notes.md @@ -0,0 +1,2 @@ +# Patch Review Notes +- PATCH-9999: Requires additional testing before approval \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0afc69dda/init/server_updates.xml b/shellops/assets/ShellOps_a0afc69dda/init/server_updates.xml new file mode 100644 index 0000000000000000000000000000000000000000..4bd96ab59e20d727b328232fd5247b29ffbd230e --- /dev/null +++ b/shellops/assets/ShellOps_a0afc69dda/init/server_updates.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region1.log b/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region1.log new file mode 100644 index 0000000000000000000000000000000000000000..2b521fe0a2771cc0c9cb07eadece81d46da0e912 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region1.log @@ -0,0 +1,2 @@ +2024-03-01 SKU: A12345 Price: 29.99 Units: 150 +2024-03-05 SKU: B67890 Price: 45.50 Units: 75 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region2.log b/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region2.log new file mode 100644 index 0000000000000000000000000000000000000000..1e671bfdb5bf08d6da1429cee777d30788656946 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region2.log @@ -0,0 +1,2 @@ +2024-03-10 SKU: A12345 Price: 31.75 Units: 200 +2024-03-12 SKU: C24680 Price: 19.99 Units: 300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region3.log b/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region3.log new file mode 100644 index 0000000000000000000000000000000000000000..a588d40f4f8196426bbdf80ae7fc68bd5d531e20 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/gold/sales_data/region3.log @@ -0,0 +1,2 @@ +2024-03-15 SKU: B67890 Price: 44.00 Units: 100 +2024-03-20 SKU: D13579 Price: 99.99 Units: 50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0be49898c/gold/sku_manifest.csv b/shellops/assets/ShellOps_a0be49898c/gold/sku_manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..acd8b212a218529588d226de6643a6d52dbfbed2 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/gold/sku_manifest.csv @@ -0,0 +1,4 @@ +A12345,31.75 +B67890,45.50 +C24680,19.99 +D13579,99.99 diff --git a/shellops/assets/ShellOps_a0be49898c/init/sales_data/region1.log b/shellops/assets/ShellOps_a0be49898c/init/sales_data/region1.log new file mode 100644 index 0000000000000000000000000000000000000000..2b521fe0a2771cc0c9cb07eadece81d46da0e912 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/init/sales_data/region1.log @@ -0,0 +1,2 @@ +2024-03-01 SKU: A12345 Price: 29.99 Units: 150 +2024-03-05 SKU: B67890 Price: 45.50 Units: 75 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0be49898c/init/sales_data/region2.log b/shellops/assets/ShellOps_a0be49898c/init/sales_data/region2.log new file mode 100644 index 0000000000000000000000000000000000000000..1e671bfdb5bf08d6da1429cee777d30788656946 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/init/sales_data/region2.log @@ -0,0 +1,2 @@ +2024-03-10 SKU: A12345 Price: 31.75 Units: 200 +2024-03-12 SKU: C24680 Price: 19.99 Units: 300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0be49898c/init/sales_data/region3.log b/shellops/assets/ShellOps_a0be49898c/init/sales_data/region3.log new file mode 100644 index 0000000000000000000000000000000000000000..a588d40f4f8196426bbdf80ae7fc68bd5d531e20 --- /dev/null +++ b/shellops/assets/ShellOps_a0be49898c/init/sales_data/region3.log @@ -0,0 +1,2 @@ +2024-03-15 SKU: B67890 Price: 44.00 Units: 100 +2024-03-20 SKU: D13579 Price: 99.99 Units: 50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0c0e783ad/gold/build-errors.log b/shellops/assets/ShellOps_a0c0e783ad/gold/build-errors.log new file mode 100644 index 0000000000000000000000000000000000000000..2dddf302f1db25afc10caafa0f37c90c62524d60 --- /dev/null +++ b/shellops/assets/ShellOps_a0c0e783ad/gold/build-errors.log @@ -0,0 +1,4 @@ +2024-06-18 10:23:15 [ERROR] [ERR_COMPONENT] component_id=C-1002 validation failed +2024-06-18 11:45:09 [WARN] [LOW_STOCK] component_id=C-1001 +2024-06-18 12:01:44 [ERROR] [ERR_COMPONENT] component_id=C-1004 missing from registry +2024-06-18 14:30:22 [ERROR] [ERR_COMPONENT] component_id=C-1006 invalid specification diff --git a/shellops/assets/ShellOps_a0c0e783ad/gold/missing_components.txt b/shellops/assets/ShellOps_a0c0e783ad/gold/missing_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b1e2e73f6ddfacd3cf3751e331d572216c2e0d9 --- /dev/null +++ b/shellops/assets/ShellOps_a0c0e783ad/gold/missing_components.txt @@ -0,0 +1,2 @@ +C-1004 +C-1006 diff --git a/shellops/assets/ShellOps_a0c0e783ad/gold/parts.tsv b/shellops/assets/ShellOps_a0c0e783ad/gold/parts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7650c6bc5edadbd1f181098da4428dc0dd966bc6 --- /dev/null +++ b/shellops/assets/ShellOps_a0c0e783ad/gold/parts.tsv @@ -0,0 +1,6 @@ +ComponentID Vendor Stock +C-1001 Acme Corp 45 +C-1002 Bolt Inc 32 +C-1003 GearWorks 17 +# Comment line +C-1005 aaa 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0c0e783ad/init/build-errors.log b/shellops/assets/ShellOps_a0c0e783ad/init/build-errors.log new file mode 100644 index 0000000000000000000000000000000000000000..2dddf302f1db25afc10caafa0f37c90c62524d60 --- /dev/null +++ b/shellops/assets/ShellOps_a0c0e783ad/init/build-errors.log @@ -0,0 +1,4 @@ +2024-06-18 10:23:15 [ERROR] [ERR_COMPONENT] component_id=C-1002 validation failed +2024-06-18 11:45:09 [WARN] [LOW_STOCK] component_id=C-1001 +2024-06-18 12:01:44 [ERROR] [ERR_COMPONENT] component_id=C-1004 missing from registry +2024-06-18 14:30:22 [ERROR] [ERR_COMPONENT] component_id=C-1006 invalid specification diff --git a/shellops/assets/ShellOps_a0c0e783ad/init/parts.tsv b/shellops/assets/ShellOps_a0c0e783ad/init/parts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7650c6bc5edadbd1f181098da4428dc0dd966bc6 --- /dev/null +++ b/shellops/assets/ShellOps_a0c0e783ad/init/parts.tsv @@ -0,0 +1,6 @@ +ComponentID Vendor Stock +C-1001 Acme Corp 45 +C-1002 Bolt Inc 32 +C-1003 GearWorks 17 +# Comment line +C-1005 aaa 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e681551d/gold/observations/.keep b/shellops/assets/ShellOps_a0e681551d/gold/observations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..eb527b83537e3d513a30e48cca718b41ee5b2f40 --- /dev/null +++ b/shellops/assets/ShellOps_a0e681551d/gold/observations/.keep @@ -0,0 +1 @@ +# Keep directory structure \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e681551d/gold/observations/2024-06-15_wind.map b/shellops/assets/ShellOps_a0e681551d/gold/observations/2024-06-15_wind.map new file mode 100644 index 0000000000000000000000000000000000000000..7cdb2be170bafcf6e98f3352ed27c26faa9913a0 --- /dev/null +++ b/shellops/assets/ShellOps_a0e681551d/gold/observations/2024-06-15_wind.map @@ -0,0 +1,11 @@ +Timestamp: 06:45 +Wind Speed: 14.2 mph +Sustained Streak: 12 minutes + +Timestamp: 09:30 +Wind Speed: 18.7 mph +Sustained Streak: 25 minutes + +Timestamp: 13:15 +Wind Speed: 21.5 mph +Sustained Streak: 17 minutes \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e681551d/init/observations/.keep b/shellops/assets/ShellOps_a0e681551d/init/observations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..eb527b83537e3d513a30e48cca718b41ee5b2f40 --- /dev/null +++ b/shellops/assets/ShellOps_a0e681551d/init/observations/.keep @@ -0,0 +1 @@ +# Keep directory structure \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e681551d/init/observations/2024-06-15_wind.map b/shellops/assets/ShellOps_a0e681551d/init/observations/2024-06-15_wind.map new file mode 100644 index 0000000000000000000000000000000000000000..7cdb2be170bafcf6e98f3352ed27c26faa9913a0 --- /dev/null +++ b/shellops/assets/ShellOps_a0e681551d/init/observations/2024-06-15_wind.map @@ -0,0 +1,11 @@ +Timestamp: 06:45 +Wind Speed: 14.2 mph +Sustained Streak: 12 minutes + +Timestamp: 09:30 +Wind Speed: 18.7 mph +Sustained Streak: 25 minutes + +Timestamp: 13:15 +Wind Speed: 21.5 mph +Sustained Streak: 17 minutes \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e9e47b7c/gold/active_queries.txt b/shellops/assets/ShellOps_a0e9e47b7c/gold/active_queries.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d676806f92ef46c74da27b851d7d3f0982d95b6 --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/gold/active_queries.txt @@ -0,0 +1,3 @@ +Connecting to resolver-abc.example.com +Query from resolver-xyz.local +Timeout contacting resolver-123.priv.net diff --git a/shellops/assets/ShellOps_a0e9e47b7c/gold/approved_hosts.xml b/shellops/assets/ShellOps_a0e9e47b7c/gold/approved_hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..37195bb5ee11b4fde5d2682ea52f65d53eecad88 --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/gold/approved_hosts.xml @@ -0,0 +1,5 @@ + + abc + def + 123 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e9e47b7c/gold/archive/old_approvals.xml b/shellops/assets/ShellOps_a0e9e47b7c/gold/archive/old_approvals.xml new file mode 100644 index 0000000000000000000000000000000000000000..9c2ffb3c9a2200accb3c31d05ebac2f81a44323e --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/gold/archive/old_approvals.xml @@ -0,0 +1 @@ +xyz \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e9e47b7c/gold/missing_resolvers.txt b/shellops/assets/ShellOps_a0e9e47b7c/gold/missing_resolvers.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd470e619003f5e55999473fec485d85a8601e44 --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/gold/missing_resolvers.txt @@ -0,0 +1 @@ +xyz diff --git a/shellops/assets/ShellOps_a0e9e47b7c/gold/notes.md b/shellops/assets/ShellOps_a0e9e47b7c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9e889f289015ddcfb0ff922f4259c2d9e8487b7a --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/gold/notes.md @@ -0,0 +1,2 @@ +# Ignore these legacy hosts: +- resolver-456.old.net diff --git a/shellops/assets/ShellOps_a0e9e47b7c/init/active_queries.txt b/shellops/assets/ShellOps_a0e9e47b7c/init/active_queries.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d676806f92ef46c74da27b851d7d3f0982d95b6 --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/init/active_queries.txt @@ -0,0 +1,3 @@ +Connecting to resolver-abc.example.com +Query from resolver-xyz.local +Timeout contacting resolver-123.priv.net diff --git a/shellops/assets/ShellOps_a0e9e47b7c/init/approved_hosts.xml b/shellops/assets/ShellOps_a0e9e47b7c/init/approved_hosts.xml new file mode 100644 index 0000000000000000000000000000000000000000..37195bb5ee11b4fde5d2682ea52f65d53eecad88 --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/init/approved_hosts.xml @@ -0,0 +1,5 @@ + + abc + def + 123 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e9e47b7c/init/archive/old_approvals.xml b/shellops/assets/ShellOps_a0e9e47b7c/init/archive/old_approvals.xml new file mode 100644 index 0000000000000000000000000000000000000000..9c2ffb3c9a2200accb3c31d05ebac2f81a44323e --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/init/archive/old_approvals.xml @@ -0,0 +1 @@ +xyz \ No newline at end of file diff --git a/shellops/assets/ShellOps_a0e9e47b7c/init/notes.md b/shellops/assets/ShellOps_a0e9e47b7c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9e889f289015ddcfb0ff922f4259c2d9e8487b7a --- /dev/null +++ b/shellops/assets/ShellOps_a0e9e47b7c/init/notes.md @@ -0,0 +1,2 @@ +# Ignore these legacy hosts: +- resolver-456.old.net diff --git a/shellops/assets/ShellOps_a0ee3b18bd/gold/capabilities.txt b/shellops/assets/ShellOps_a0ee3b18bd/gold/capabilities.txt new file mode 100644 index 0000000000000000000000000000000000000000..840e3f7d779bc26dac4aab1874cd11df8dbfe7a0 --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/gold/capabilities.txt @@ -0,0 +1,4 @@ +device_telemetry +firmware_update +remote_config +secure_boot diff --git a/shellops/assets/ShellOps_a0ee3b18bd/gold/capabilities.xml b/shellops/assets/ShellOps_a0ee3b18bd/gold/capabilities.xml new file mode 100644 index 0000000000000000000000000000000000000000..fec42bb1298d8a2a107f34f3ac2015043696527b --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/gold/capabilities.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_a0ee3b18bd/gold/discrepancies.txt b/shellops/assets/ShellOps_a0ee3b18bd/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..28b592071574b3a3ddf14dd88c28985c52157def --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/gold/discrepancies.txt @@ -0,0 +1,2 @@ +debug_console +shadow_logging diff --git a/shellops/assets/ShellOps_a0ee3b18bd/gold/notes.md b/shellops/assets/ShellOps_a0ee3b18bd/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..43e491097d237d7430d1d7fd317e3e52d46aea5a --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/gold/notes.md @@ -0,0 +1,3 @@ +# Ignore this file + +- capability id="tracing" status="active" was removed from the baseline. diff --git a/shellops/assets/ShellOps_a0ee3b18bd/init/capabilities.txt b/shellops/assets/ShellOps_a0ee3b18bd/init/capabilities.txt new file mode 100644 index 0000000000000000000000000000000000000000..840e3f7d779bc26dac4aab1874cd11df8dbfe7a0 --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/init/capabilities.txt @@ -0,0 +1,4 @@ +device_telemetry +firmware_update +remote_config +secure_boot diff --git a/shellops/assets/ShellOps_a0ee3b18bd/init/capabilities.xml b/shellops/assets/ShellOps_a0ee3b18bd/init/capabilities.xml new file mode 100644 index 0000000000000000000000000000000000000000..fec42bb1298d8a2a107f34f3ac2015043696527b --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/init/capabilities.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_a0ee3b18bd/init/notes.md b/shellops/assets/ShellOps_a0ee3b18bd/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..43e491097d237d7430d1d7fd317e3e52d46aea5a --- /dev/null +++ b/shellops/assets/ShellOps_a0ee3b18bd/init/notes.md @@ -0,0 +1,3 @@ +# Ignore this file + +- capability id="tracing" status="active" was removed from the baseline. diff --git a/shellops/assets/ShellOps_a119902be9/gold/licenses.txt b/shellops/assets/ShellOps_a119902be9/gold/licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e07eff1084ed2b6ff05738bb707b0d68bb60658 --- /dev/null +++ b/shellops/assets/ShellOps_a119902be9/gold/licenses.txt @@ -0,0 +1,10 @@ +L100-AB8 +L200-CD9 +L300-EF0 +L400-GH1 +L500-IJ2 +L600-KL3 +L700-MN4 +L800-OP5 +L900-QR6 +L100-ST7 diff --git a/shellops/assets/ShellOps_a119902be9/gold/missing_licenses.txt b/shellops/assets/ShellOps_a119902be9/gold/missing_licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..de3d22408c02a206c1f7efb9bf1b770699cbb20e --- /dev/null +++ b/shellops/assets/ShellOps_a119902be9/gold/missing_licenses.txt @@ -0,0 +1,4 @@ +L100-ST7 +L500-IJ2 +L700-MN4 +L900-QR6 diff --git a/shellops/assets/ShellOps_a119902be9/init/licenses.txt b/shellops/assets/ShellOps_a119902be9/init/licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e07eff1084ed2b6ff05738bb707b0d68bb60658 --- /dev/null +++ b/shellops/assets/ShellOps_a119902be9/init/licenses.txt @@ -0,0 +1,10 @@ +L100-AB8 +L200-CD9 +L300-EF0 +L400-GH1 +L500-IJ2 +L600-KL3 +L700-MN4 +L800-OP5 +L900-QR6 +L100-ST7 diff --git a/shellops/assets/ShellOps_a11e9d4c36/gold/clean_shipments.out b/shellops/assets/ShellOps_a11e9d4c36/gold/clean_shipments.out new file mode 100644 index 0000000000000000000000000000000000000000..bc40c62d29c48e64e1848a5b4138acf0fd0756d2 --- /dev/null +++ b/shellops/assets/ShellOps_a11e9d4c36/gold/clean_shipments.out @@ -0,0 +1,3 @@ +TRK12345|2024-05-17T14:30:00|Delivered +TRK54321|2024-05-15T12:00:00|Delivered +TRK67890|2024-05-16T09:00:00|Delivered diff --git a/shellops/assets/ShellOps_a13f4e8776/gold/exports/instruments.csv b/shellops/assets/ShellOps_a13f4e8776/gold/exports/instruments.csv new file mode 100644 index 0000000000000000000000000000000000000000..17d9b34233e9036689d30a5b34a7a7feda57948f --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/gold/exports/instruments.csv @@ -0,0 +1,5 @@ +serial,location,calibrated +AB-2023-001,Lab A,2024-01-15 +AB-2023-002,Lab B,2024-02-20 +AB-2023-004,Lab C,2024-03-10 +AB-2023-005,Lab A,2024-04-01 diff --git a/shellops/assets/ShellOps_a13f4e8776/gold/instruments/registry.yml b/shellops/assets/ShellOps_a13f4e8776/gold/instruments/registry.yml new file mode 100644 index 0000000000000000000000000000000000000000..efa044918d145fa2ea7a90dfc46c0487bfa9a670 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/gold/instruments/registry.yml @@ -0,0 +1,5 @@ +serials: + - AB-2023-001 + - AB-2023-002 + - AB-2023-003 + - AB-2023-005 diff --git a/shellops/assets/ShellOps_a13f4e8776/gold/instruments/unified.tsv b/shellops/assets/ShellOps_a13f4e8776/gold/instruments/unified.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2f7373ae007e40a2aadeeee38c89fc262cfd3500 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/gold/instruments/unified.tsv @@ -0,0 +1,3 @@ +AB-2023-001 +AB-2023-002 +AB-2023-005 diff --git a/shellops/assets/ShellOps_a13f4e8776/gold/notes.md b/shellops/assets/ShellOps_a13f4e8776/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9d8ad187d92fa2228ba1a4d560c23e9a16c73fd2 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/gold/notes.md @@ -0,0 +1 @@ +Ignore any serials marked as decommissioned. diff --git a/shellops/assets/ShellOps_a13f4e8776/gold/obsolete_serials.txt b/shellops/assets/ShellOps_a13f4e8776/gold/obsolete_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b18cef2b3b24d8a881a4bfb925a9a91312e4054 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/gold/obsolete_serials.txt @@ -0,0 +1,2 @@ +XY-9000-000 +XY-9000-001 diff --git a/shellops/assets/ShellOps_a13f4e8776/init/exports/instruments.csv b/shellops/assets/ShellOps_a13f4e8776/init/exports/instruments.csv new file mode 100644 index 0000000000000000000000000000000000000000..17d9b34233e9036689d30a5b34a7a7feda57948f --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/init/exports/instruments.csv @@ -0,0 +1,5 @@ +serial,location,calibrated +AB-2023-001,Lab A,2024-01-15 +AB-2023-002,Lab B,2024-02-20 +AB-2023-004,Lab C,2024-03-10 +AB-2023-005,Lab A,2024-04-01 diff --git a/shellops/assets/ShellOps_a13f4e8776/init/instruments/registry.yml b/shellops/assets/ShellOps_a13f4e8776/init/instruments/registry.yml new file mode 100644 index 0000000000000000000000000000000000000000..efa044918d145fa2ea7a90dfc46c0487bfa9a670 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/init/instruments/registry.yml @@ -0,0 +1,5 @@ +serials: + - AB-2023-001 + - AB-2023-002 + - AB-2023-003 + - AB-2023-005 diff --git a/shellops/assets/ShellOps_a13f4e8776/init/notes.md b/shellops/assets/ShellOps_a13f4e8776/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9d8ad187d92fa2228ba1a4d560c23e9a16c73fd2 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/init/notes.md @@ -0,0 +1 @@ +Ignore any serials marked as decommissioned. diff --git a/shellops/assets/ShellOps_a13f4e8776/init/obsolete_serials.txt b/shellops/assets/ShellOps_a13f4e8776/init/obsolete_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b18cef2b3b24d8a881a4bfb925a9a91312e4054 --- /dev/null +++ b/shellops/assets/ShellOps_a13f4e8776/init/obsolete_serials.txt @@ -0,0 +1,2 @@ +XY-9000-000 +XY-9000-001 diff --git a/shellops/assets/ShellOps_a17f10a09a/gold/active_checks.txt b/shellops/assets/ShellOps_a17f10a09a/gold/active_checks.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d63a088efce82a2da4a51a6cccb338a99ff22d0 --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/gold/active_checks.txt @@ -0,0 +1,2 @@ +105 +203 diff --git a/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/.keep b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/network_checks.json b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/network_checks.json new file mode 100644 index 0000000000000000000000000000000000000000..950a768474b4b12029fd7ea4e909ac26b3a3bb8e --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/network_checks.json @@ -0,0 +1,2 @@ +{"id": 105, "name": "High Latency Alert", "status": "active"} +{"id": 108, "name": "Packet Loss Threshold", "status": "deprecated"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/storage_checks.json b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/storage_checks.json new file mode 100644 index 0000000000000000000000000000000000000000..df8c0aa14d485faedde16ec6f6b632185c22bae9 --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/rules/storage_checks.json @@ -0,0 +1,2 @@ +{"id": 203, "name": "Disk Space Critical", "status": "active"} +{"id": 205, "name": "Legacy RAID Health", "status": "deprecated"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/templates/old_check.json b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/templates/old_check.json new file mode 100644 index 0000000000000000000000000000000000000000..b35f70c7b12eaf030d110b884b7915e5cae765ca --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/gold/monitoring/templates/old_check.json @@ -0,0 +1 @@ +{"id": 92, "name": "Obsolete Template", "status": "disabled"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/.keep b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/network_checks.json b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/network_checks.json new file mode 100644 index 0000000000000000000000000000000000000000..950a768474b4b12029fd7ea4e909ac26b3a3bb8e --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/network_checks.json @@ -0,0 +1,2 @@ +{"id": 105, "name": "High Latency Alert", "status": "active"} +{"id": 108, "name": "Packet Loss Threshold", "status": "deprecated"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/storage_checks.json b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/storage_checks.json new file mode 100644 index 0000000000000000000000000000000000000000..df8c0aa14d485faedde16ec6f6b632185c22bae9 --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/rules/storage_checks.json @@ -0,0 +1,2 @@ +{"id": 203, "name": "Disk Space Critical", "status": "active"} +{"id": 205, "name": "Legacy RAID Health", "status": "deprecated"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a17f10a09a/init/monitoring/templates/old_check.json b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/templates/old_check.json new file mode 100644 index 0000000000000000000000000000000000000000..b35f70c7b12eaf030d110b884b7915e5cae765ca --- /dev/null +++ b/shellops/assets/ShellOps_a17f10a09a/init/monitoring/templates/old_check.json @@ -0,0 +1 @@ +{"id": 92, "name": "Obsolete Template", "status": "disabled"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1db0e1f5a/gold/current_components.csv b/shellops/assets/ShellOps_a1db0e1f5a/gold/current_components.csv new file mode 100644 index 0000000000000000000000000000000000000000..44e07a857830828553b96e4b13250124061f8cc9 --- /dev/null +++ b/shellops/assets/ShellOps_a1db0e1f5a/gold/current_components.csv @@ -0,0 +1,3 @@ +Component ID,Name,Supplier +CMP-3308,Transistor Q,CurrentTech +CMP-9120,Resistor X,ElectroCorp diff --git a/shellops/assets/ShellOps_a1db0e1f5a/gold/sunset_components.txt b/shellops/assets/ShellOps_a1db0e1f5a/gold/sunset_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d284db2461580bed3d2c729373e8b32d606bd0f --- /dev/null +++ b/shellops/assets/ShellOps_a1db0e1f5a/gold/sunset_components.txt @@ -0,0 +1,3 @@ +CMP-8192 +CMP-5723 +CMP-4091 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1db0e1f5a/init/current_components.csv b/shellops/assets/ShellOps_a1db0e1f5a/init/current_components.csv new file mode 100644 index 0000000000000000000000000000000000000000..811cddb3e9abb61c94a9cffddd4aadb450087208 --- /dev/null +++ b/shellops/assets/ShellOps_a1db0e1f5a/init/current_components.csv @@ -0,0 +1,5 @@ +Component ID,Name,Supplier +CMP-9120,Resistor X,ElectroCorp +CMP-5723,Capacitor Y,MegaParts +CMP-4091,Diode Z,VoltWorks +CMP-3308,Transistor Q,CurrentTech \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1db0e1f5a/init/sunset_components.txt b/shellops/assets/ShellOps_a1db0e1f5a/init/sunset_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d284db2461580bed3d2c729373e8b32d606bd0f --- /dev/null +++ b/shellops/assets/ShellOps_a1db0e1f5a/init/sunset_components.txt @@ -0,0 +1,3 @@ +CMP-8192 +CMP-5723 +CMP-4091 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_a.trace b/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..68acabda23e5bf43234fe393010b39081bdb5f95 --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_a.trace @@ -0,0 +1,7 @@ +timestamp: 2024-03-15T12:00:00Z +request_count: 12 +response_time: 42ms + +timestamp: 2024-03-15T12:01:00Z +request_count: 0 +response_time: 38ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_b.trace b/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..6af89b25cb577322f00c10d04e2b93b58802dda4 --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_b.trace @@ -0,0 +1,7 @@ +timestamp: 2024-03-15T12:02:00Z +request_count: 8 +response_time: 45ms + +timestamp: 2024-03-15T12:03:00Z +request_count: 0 +response_time: 40ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_c.trace b/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..d0219e584d89da6a8b680e11ff2d94ab9833e1b4 --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/gold/metrics/api_gateway/gateway_c.trace @@ -0,0 +1,7 @@ +timestamp: 2024-03-15T12:04:00Z +request_count: 15 +response_time: 50ms + +timestamp: 2024-03-15T12:05:00Z +request_count: 12 +response_time: 37ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1dcf210e0/gold/request_counts.out b/shellops/assets/ShellOps_a1dcf210e0/gold/request_counts.out new file mode 100644 index 0000000000000000000000000000000000000000..3e1dc38a6186de3b1bbed99259026a1491a9777c --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/gold/request_counts.out @@ -0,0 +1,3 @@ +8 +12 +15 diff --git a/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_a.trace b/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..68acabda23e5bf43234fe393010b39081bdb5f95 --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_a.trace @@ -0,0 +1,7 @@ +timestamp: 2024-03-15T12:00:00Z +request_count: 12 +response_time: 42ms + +timestamp: 2024-03-15T12:01:00Z +request_count: 0 +response_time: 38ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_b.trace b/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..6af89b25cb577322f00c10d04e2b93b58802dda4 --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_b.trace @@ -0,0 +1,7 @@ +timestamp: 2024-03-15T12:02:00Z +request_count: 8 +response_time: 45ms + +timestamp: 2024-03-15T12:03:00Z +request_count: 0 +response_time: 40ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_c.trace b/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..d0219e584d89da6a8b680e11ff2d94ab9833e1b4 --- /dev/null +++ b/shellops/assets/ShellOps_a1dcf210e0/init/metrics/api_gateway/gateway_c.trace @@ -0,0 +1,7 @@ +timestamp: 2024-03-15T12:04:00Z +request_count: 15 +response_time: 50ms + +timestamp: 2024-03-15T12:05:00Z +request_count: 12 +response_time: 37ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/gold/allowed_properties.txt b/shellops/assets/ShellOps_a23b2fcb90/gold/allowed_properties.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4f0e62046ed738e8521c306df1a3e1c6c955ac8 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/gold/allowed_properties.txt @@ -0,0 +1,7 @@ +disk_read_kb +fan_rpm +http_errors +memory_free_mb +network_rx_mb +temperature_c +uptime_seconds diff --git a/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_a/2025-03-12T10:15Z.json b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_a/2025-03-12T10:15Z.json new file mode 100644 index 0000000000000000000000000000000000000000..34ca640a5ec5e2890dc9b14f401bea138f4182d3 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_a/2025-03-12T10:15Z.json @@ -0,0 +1 @@ +{"cpu_load": 0.25, "memory_free_mb": 2048, "http_requests": 1200, "disk_read_kb": 450} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_a/2025-03-12T10:30Z.json b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_a/2025-03-12T10:30Z.json new file mode 100644 index 0000000000000000000000000000000000000000..12e2e9ba7adca5fef83d3df3ca0ecc0db9235bc2 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_a/2025-03-12T10:30Z.json @@ -0,0 +1 @@ +{"cpu_load": 0.33, "memory_free_mb": 1900, "disk_write_kb": 120, "network_rx_mb": 5.2} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_b/2025-03-12T09:45Z.json b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_b/2025-03-12T09:45Z.json new file mode 100644 index 0000000000000000000000000000000000000000..bc6e0983b95dbc1f8d97dfe9b0589717dc0dc87c --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_b/2025-03-12T09:45Z.json @@ -0,0 +1 @@ +{"cpu_load": 0.12, "uptime_seconds": 86400, "disk_read_kb": 200, "http_errors": 3} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_c/legacy/old.json b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_c/legacy/old.json new file mode 100644 index 0000000000000000000000000000000000000000..4059e8ac7da666e3d2283a8e4f855676b66a55c0 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/gold/events/service_c/legacy/old.json @@ -0,0 +1 @@ +{"temperature_c": 42.5, "fan_rpm": 2200, "cpu_load": 0.08, "disk_write_kb": 10} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/gold/exclusions.json b/shellops/assets/ShellOps_a23b2fcb90/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..70ba8de63af533e030d83b999d3affa972e7bc79 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/gold/exclusions.json @@ -0,0 +1 @@ +["cpu_load", "disk_write_kb", "http_requests"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/init/.tmp/.keep b/shellops/assets/ShellOps_a23b2fcb90/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a23b2fcb90/init/events/service_a/2025-03-12T10:15Z.json b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_a/2025-03-12T10:15Z.json new file mode 100644 index 0000000000000000000000000000000000000000..34ca640a5ec5e2890dc9b14f401bea138f4182d3 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_a/2025-03-12T10:15Z.json @@ -0,0 +1 @@ +{"cpu_load": 0.25, "memory_free_mb": 2048, "http_requests": 1200, "disk_read_kb": 450} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/init/events/service_a/2025-03-12T10:30Z.json b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_a/2025-03-12T10:30Z.json new file mode 100644 index 0000000000000000000000000000000000000000..12e2e9ba7adca5fef83d3df3ca0ecc0db9235bc2 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_a/2025-03-12T10:30Z.json @@ -0,0 +1 @@ +{"cpu_load": 0.33, "memory_free_mb": 1900, "disk_write_kb": 120, "network_rx_mb": 5.2} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/init/events/service_b/2025-03-12T09:45Z.json b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_b/2025-03-12T09:45Z.json new file mode 100644 index 0000000000000000000000000000000000000000..bc6e0983b95dbc1f8d97dfe9b0589717dc0dc87c --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_b/2025-03-12T09:45Z.json @@ -0,0 +1 @@ +{"cpu_load": 0.12, "uptime_seconds": 86400, "disk_read_kb": 200, "http_errors": 3} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/init/events/service_c/legacy/old.json b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_c/legacy/old.json new file mode 100644 index 0000000000000000000000000000000000000000..4059e8ac7da666e3d2283a8e4f855676b66a55c0 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/init/events/service_c/legacy/old.json @@ -0,0 +1 @@ +{"temperature_c": 42.5, "fan_rpm": 2200, "cpu_load": 0.08, "disk_write_kb": 10} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a23b2fcb90/init/exclusions.json b/shellops/assets/ShellOps_a23b2fcb90/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..70ba8de63af533e030d83b999d3affa972e7bc79 --- /dev/null +++ b/shellops/assets/ShellOps_a23b2fcb90/init/exclusions.json @@ -0,0 +1 @@ +["cpu_load", "disk_write_kb", "http_requests"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_a25ba76231/gold/missing_products.txt b/shellops/assets/ShellOps_a25ba76231/gold/missing_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c545efebe5f57d4cab2ba9ec294c4b0cadf672 --- /dev/null +++ b/shellops/assets/ShellOps_a25ba76231/gold/missing_products.txt @@ -0,0 +1 @@ +1234 diff --git a/shellops/assets/ShellOps_a25ba76231/gold/reports/q1_summary.tsv b/shellops/assets/ShellOps_a25ba76231/gold/reports/q1_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cbff15c43fb4a25e1e874667c2e0ecd79284d171 --- /dev/null +++ b/shellops/assets/ShellOps_a25ba76231/gold/reports/q1_summary.tsv @@ -0,0 +1,3 @@ +1234 Widget A 500 active +5678 Gadget B 300 discontinued +9012 Tool C 700 active \ No newline at end of file diff --git a/shellops/assets/ShellOps_a25ba76231/gold/reports/q2_summary.tsv b/shellops/assets/ShellOps_a25ba76231/gold/reports/q2_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..536acbfedbefcf831f736463148329560fee3b4a --- /dev/null +++ b/shellops/assets/ShellOps_a25ba76231/gold/reports/q2_summary.tsv @@ -0,0 +1,2 @@ +9012 Tool C 750 active +3456 Device D 200 active \ No newline at end of file diff --git a/shellops/assets/ShellOps_a25ba76231/init/reports/q1_summary.tsv b/shellops/assets/ShellOps_a25ba76231/init/reports/q1_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cbff15c43fb4a25e1e874667c2e0ecd79284d171 --- /dev/null +++ b/shellops/assets/ShellOps_a25ba76231/init/reports/q1_summary.tsv @@ -0,0 +1,3 @@ +1234 Widget A 500 active +5678 Gadget B 300 discontinued +9012 Tool C 700 active \ No newline at end of file diff --git a/shellops/assets/ShellOps_a25ba76231/init/reports/q2_summary.tsv b/shellops/assets/ShellOps_a25ba76231/init/reports/q2_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..536acbfedbefcf831f736463148329560fee3b4a --- /dev/null +++ b/shellops/assets/ShellOps_a25ba76231/init/reports/q2_summary.tsv @@ -0,0 +1,2 @@ +9012 Tool C 750 active +3456 Device D 200 active \ No newline at end of file diff --git a/shellops/assets/ShellOps_a27b4cd12c/gold/runs/.keep b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_a23.log b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_a23.log new file mode 100644 index 0000000000000000000000000000000000000000..3ef4f5e2d1659ff816045dd41578d1af87ff7d91 --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_a23.log @@ -0,0 +1,12 @@ +DeviceID: a23 +TestCase: flash_verify +Status: pass + +DeviceID: a23 +TestCase: boot_check +Status: pass + +DeviceID: a23 +TestCase: sensor_read +Status: fail + diff --git a/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_b47.log b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_b47.log new file mode 100644 index 0000000000000000000000000000000000000000..d1c2e44ba75f039c134cd2feeaf6f95e36b058f0 --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_b47.log @@ -0,0 +1,12 @@ +DeviceID: b47 +TestCase: flash_verify +Status: pass + +DeviceID: b47 +TestCase: boot_check +Status: fail + +DeviceID: b47 +TestCase: sensor_read +Status: pass + diff --git a/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_c12.log b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_c12.log new file mode 100644 index 0000000000000000000000000000000000000000..f7ad64e703358f148edefd14f496293717d6feef --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/gold/runs/device_c12.log @@ -0,0 +1,12 @@ +DeviceID: c12 +TestCase: flash_verify +Status: pass + +DeviceID: c12 +TestCase: boot_check +Status: pass + +DeviceID: c12 +TestCase: sensor_read +Status: pass + diff --git a/shellops/assets/ShellOps_a27b4cd12c/gold/test_dashboard.csv b/shellops/assets/ShellOps_a27b4cd12c/gold/test_dashboard.csv new file mode 100644 index 0000000000000000000000000000000000000000..9dc29c9f9a901295ab89c7131c4803af602eb644 --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/gold/test_dashboard.csv @@ -0,0 +1,10 @@ +DeviceID,TestCase,Status +a23,boot_check,pass +a23,flash_verify,pass +a23,sensor_read,fail +b47,boot_check,fail +b47,flash_verify,pass +b47,sensor_read,pass +c12,boot_check,pass +c12,flash_verify,pass +c12,sensor_read,pass diff --git a/shellops/assets/ShellOps_a27b4cd12c/init/runs/.keep b/shellops/assets/ShellOps_a27b4cd12c/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_a23.log b/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_a23.log new file mode 100644 index 0000000000000000000000000000000000000000..3ef4f5e2d1659ff816045dd41578d1af87ff7d91 --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_a23.log @@ -0,0 +1,12 @@ +DeviceID: a23 +TestCase: flash_verify +Status: pass + +DeviceID: a23 +TestCase: boot_check +Status: pass + +DeviceID: a23 +TestCase: sensor_read +Status: fail + diff --git a/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_b47.log b/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_b47.log new file mode 100644 index 0000000000000000000000000000000000000000..d1c2e44ba75f039c134cd2feeaf6f95e36b058f0 --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_b47.log @@ -0,0 +1,12 @@ +DeviceID: b47 +TestCase: flash_verify +Status: pass + +DeviceID: b47 +TestCase: boot_check +Status: fail + +DeviceID: b47 +TestCase: sensor_read +Status: pass + diff --git a/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_c12.log b/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_c12.log new file mode 100644 index 0000000000000000000000000000000000000000..f7ad64e703358f148edefd14f496293717d6feef --- /dev/null +++ b/shellops/assets/ShellOps_a27b4cd12c/init/runs/device_c12.log @@ -0,0 +1,12 @@ +DeviceID: c12 +TestCase: flash_verify +Status: pass + +DeviceID: c12 +TestCase: boot_check +Status: pass + +DeviceID: c12 +TestCase: sensor_read +Status: pass + diff --git a/shellops/assets/ShellOps_a2b9196479/gold/docs/notes.txt b/shellops/assets/ShellOps_a2b9196479/gold/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3c81f2fc368d516ada7cdd334b544561636164e --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/gold/docs/notes.txt @@ -0,0 +1 @@ +Service gamma is deprecated and should be ignored. diff --git a/shellops/assets/ShellOps_a2b9196479/gold/reports/error_codes.txt b/shellops/assets/ShellOps_a2b9196479/gold/reports/error_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8341b225f637385d376fa21a9d10a8033f3aa514 --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/gold/reports/error_codes.txt @@ -0,0 +1,4 @@ +E1023 +E1041 +E2007 +E3002 diff --git a/shellops/assets/ShellOps_a2b9196479/gold/telemetry/runtime/service_alpha.json b/shellops/assets/ShellOps_a2b9196479/gold/telemetry/runtime/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..3a3b2f5f2d8c7aeaca5cb546c45a135bac445ac9 --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/gold/telemetry/runtime/service_alpha.json @@ -0,0 +1,8 @@ +{ + "events": [ + {"ts": "2025-01-15T10:23:00Z", "error_code": "E1023"}, + {"ts": "2025-01-15T10:24:00Z", "error_code": "E1041"}, + {"ts": "2025-01-15T10:25:00Z", "error_code": "E1023"}, + {"ts": "2025-01-15T10:26:00Z", "error_code": "E2007"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a2b9196479/gold/telemetry/runtime/service_beta.json b/shellops/assets/ShellOps_a2b9196479/gold/telemetry/runtime/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..7928a5c7f23a3db960ca79bcc5d02ab4e944ad9d --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/gold/telemetry/runtime/service_beta.json @@ -0,0 +1,7 @@ +{ + "events": [ + {"ts": "2025-01-15T11:10:00Z", "error_code": "E1041"}, + {"ts": "2025-01-15T11:11:00Z", "error_code": "E3002"}, + {"ts": "2025-01-15T11:12:00Z", "error_code": "E2007"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a2b9196479/init/docs/notes.txt b/shellops/assets/ShellOps_a2b9196479/init/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3c81f2fc368d516ada7cdd334b544561636164e --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/init/docs/notes.txt @@ -0,0 +1 @@ +Service gamma is deprecated and should be ignored. diff --git a/shellops/assets/ShellOps_a2b9196479/init/telemetry/runtime/service_alpha.json b/shellops/assets/ShellOps_a2b9196479/init/telemetry/runtime/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..3a3b2f5f2d8c7aeaca5cb546c45a135bac445ac9 --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/init/telemetry/runtime/service_alpha.json @@ -0,0 +1,8 @@ +{ + "events": [ + {"ts": "2025-01-15T10:23:00Z", "error_code": "E1023"}, + {"ts": "2025-01-15T10:24:00Z", "error_code": "E1041"}, + {"ts": "2025-01-15T10:25:00Z", "error_code": "E1023"}, + {"ts": "2025-01-15T10:26:00Z", "error_code": "E2007"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a2b9196479/init/telemetry/runtime/service_beta.json b/shellops/assets/ShellOps_a2b9196479/init/telemetry/runtime/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..7928a5c7f23a3db960ca79bcc5d02ab4e944ad9d --- /dev/null +++ b/shellops/assets/ShellOps_a2b9196479/init/telemetry/runtime/service_beta.json @@ -0,0 +1,7 @@ +{ + "events": [ + {"ts": "2025-01-15T11:10:00Z", "error_code": "E1041"}, + {"ts": "2025-01-15T11:11:00Z", "error_code": "E3002"}, + {"ts": "2025-01-15T11:12:00Z", "error_code": "E2007"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a33e3b82e4/gold/distractor/archive/old_rules.xml b/shellops/assets/ShellOps_a33e3b82e4/gold/distractor/archive/old_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..c269ec63879f066ad0600b1fd3e17571bc84aee2 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/gold/distractor/archive/old_rules.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a33e3b82e4/gold/missing_rules.txt b/shellops/assets/ShellOps_a33e3b82e4/gold/missing_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..22e1b3529826de9adf3ce6741dfbf24859d1c5a5 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/gold/missing_rules.txt @@ -0,0 +1 @@ +R203 diff --git a/shellops/assets/ShellOps_a33e3b82e4/gold/policy/notes.txt b/shellops/assets/ShellOps_a33e3b82e4/gold/policy/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..38ac8887d4b7ed3028600c9954867afb83fe5447 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/gold/policy/notes.txt @@ -0,0 +1,2 @@ +R101: Allow SSH access +R102: Block legacy protocols diff --git a/shellops/assets/ShellOps_a33e3b82e4/gold/security/firewall.xml b/shellops/assets/ShellOps_a33e3b82e4/gold/security/firewall.xml new file mode 100644 index 0000000000000000000000000000000000000000..d0dfbe45bfbc718ba24ee80340c7b1f1f84ade93 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/gold/security/firewall.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a33e3b82e4/init/distractor/archive/old_rules.xml b/shellops/assets/ShellOps_a33e3b82e4/init/distractor/archive/old_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..c269ec63879f066ad0600b1fd3e17571bc84aee2 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/init/distractor/archive/old_rules.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a33e3b82e4/init/policy/notes.txt b/shellops/assets/ShellOps_a33e3b82e4/init/policy/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..38ac8887d4b7ed3028600c9954867afb83fe5447 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/init/policy/notes.txt @@ -0,0 +1,2 @@ +R101: Allow SSH access +R102: Block legacy protocols diff --git a/shellops/assets/ShellOps_a33e3b82e4/init/security/firewall.xml b/shellops/assets/ShellOps_a33e3b82e4/init/security/firewall.xml new file mode 100644 index 0000000000000000000000000000000000000000..d0dfbe45bfbc718ba24ee80340c7b1f1f84ade93 --- /dev/null +++ b/shellops/assets/ShellOps_a33e3b82e4/init/security/firewall.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a36aa86985/gold/notes/irrelevant.md b/shellops/assets/ShellOps_a36aa86985/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..25356c80bed3f689f826d8281ada906a68323c0c --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/notes/irrelevant.md @@ -0,0 +1 @@ +These notes should not affect the report. diff --git a/shellops/assets/ShellOps_a36aa86985/gold/policy.json b/shellops/assets/ShellOps_a36aa86985/gold/policy.json new file mode 100644 index 0000000000000000000000000000000000000000..c1d8f19942adf83ff22fd863385a8e30568b19d3 --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/policy.json @@ -0,0 +1,5 @@ +[ + {"device_id": "dev_alpha"}, + {"device_id": "dev_beta"}, + {"device_id": "dev_gamma"} +] diff --git a/shellops/assets/ShellOps_a36aa86985/gold/reports/approved_telemetry.tsv b/shellops/assets/ShellOps_a36aa86985/gold/reports/approved_telemetry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..378b5024a0181c5f52e2ae24889799f03165c26c --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/reports/approved_telemetry.tsv @@ -0,0 +1,4 @@ +device_id timestamp status +dev_alpha 2024-05-10T08:30:00Z active +dev_beta 2024-05-10T09:15:00Z active +dev_gamma 2024-05-10T10:00:00Z active diff --git a/shellops/assets/ShellOps_a36aa86985/gold/telemetry/alpha.json b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..333dcd0e1470c67da77f86e8f40cf53a957e9c41 --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/alpha.json @@ -0,0 +1,2 @@ +{"device_id": "dev_alpha", "timestamp": "2024-05-10T08:30:00Z", "status": "active"} +{"device_id": "dev_alpha", "timestamp": "2024-05-10T07:00:00Z", "status": "degraded"} diff --git a/shellops/assets/ShellOps_a36aa86985/gold/telemetry/beta.json b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..cffa0f9bac8f4e94742f7bd7b0f26d90fb54f9b5 --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/beta.json @@ -0,0 +1 @@ +{"device_id": "dev_beta", "timestamp": "2024-05-10T09:15:00Z", "status": "active"} diff --git a/shellops/assets/ShellOps_a36aa86985/gold/telemetry/gamma.json b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..d864669526383b8bc90f1c631f7129f58525925b --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_gamma", "timestamp": "2024-05-10T10:00:00Z", "status": "active"} diff --git a/shellops/assets/ShellOps_a36aa86985/gold/telemetry/unapproved.json b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/unapproved.json new file mode 100644 index 0000000000000000000000000000000000000000..d6980feffa4d4c3b44558cb13522147658573b1d --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/gold/telemetry/unapproved.json @@ -0,0 +1 @@ +{"device_id": "dev_delta", "timestamp": "2024-05-10T11:00:00Z", "status": "active"} diff --git a/shellops/assets/ShellOps_a36aa86985/init/notes/irrelevant.md b/shellops/assets/ShellOps_a36aa86985/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..25356c80bed3f689f826d8281ada906a68323c0c --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/init/notes/irrelevant.md @@ -0,0 +1 @@ +These notes should not affect the report. diff --git a/shellops/assets/ShellOps_a36aa86985/init/policy.json b/shellops/assets/ShellOps_a36aa86985/init/policy.json new file mode 100644 index 0000000000000000000000000000000000000000..c1d8f19942adf83ff22fd863385a8e30568b19d3 --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/init/policy.json @@ -0,0 +1,5 @@ +[ + {"device_id": "dev_alpha"}, + {"device_id": "dev_beta"}, + {"device_id": "dev_gamma"} +] diff --git a/shellops/assets/ShellOps_a36aa86985/init/telemetry/alpha.json b/shellops/assets/ShellOps_a36aa86985/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..333dcd0e1470c67da77f86e8f40cf53a957e9c41 --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/init/telemetry/alpha.json @@ -0,0 +1,2 @@ +{"device_id": "dev_alpha", "timestamp": "2024-05-10T08:30:00Z", "status": "active"} +{"device_id": "dev_alpha", "timestamp": "2024-05-10T07:00:00Z", "status": "degraded"} diff --git a/shellops/assets/ShellOps_a36aa86985/init/telemetry/beta.json b/shellops/assets/ShellOps_a36aa86985/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..cffa0f9bac8f4e94742f7bd7b0f26d90fb54f9b5 --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/init/telemetry/beta.json @@ -0,0 +1 @@ +{"device_id": "dev_beta", "timestamp": "2024-05-10T09:15:00Z", "status": "active"} diff --git a/shellops/assets/ShellOps_a36aa86985/init/telemetry/gamma.json b/shellops/assets/ShellOps_a36aa86985/init/telemetry/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..d864669526383b8bc90f1c631f7129f58525925b --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/init/telemetry/gamma.json @@ -0,0 +1 @@ +{"device_id": "dev_gamma", "timestamp": "2024-05-10T10:00:00Z", "status": "active"} diff --git a/shellops/assets/ShellOps_a36aa86985/init/telemetry/unapproved.json b/shellops/assets/ShellOps_a36aa86985/init/telemetry/unapproved.json new file mode 100644 index 0000000000000000000000000000000000000000..d6980feffa4d4c3b44558cb13522147658573b1d --- /dev/null +++ b/shellops/assets/ShellOps_a36aa86985/init/telemetry/unapproved.json @@ -0,0 +1 @@ +{"device_id": "dev_delta", "timestamp": "2024-05-10T11:00:00Z", "status": "active"} diff --git a/shellops/assets/ShellOps_a3771f4434/gold/attendance.xml b/shellops/assets/ShellOps_a3771f4434/gold/attendance.xml new file mode 100644 index 0000000000000000000000000000000000000000..693f2137ec8dc9ac264c284a4c57fb034da2ee07 --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/gold/attendance.xml @@ -0,0 +1,12 @@ + + + E123 + Engineering + 2024-03-15 + + + E456 + Sales + 2024-03-15 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3771f4434/gold/departments.txt b/shellops/assets/ShellOps_a3771f4434/gold/departments.txt new file mode 100644 index 0000000000000000000000000000000000000000..22ed50299707b6d3b4becb5e75eabbdc665e1be3 --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/gold/departments.txt @@ -0,0 +1,11 @@ +Employee: John Doe +Department: Sales +Start Date: 2023-04-15 + +Employee: Jane Smith +Department: Engineering +Start Date: 2022-11-30 + +Employee: Alice Brown +Department: Marketing +Start Date: 2021-09-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3771f4434/gold/irrelevant.log b/shellops/assets/ShellOps_a3771f4434/gold/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..005bb786b726e32080d332d689c26920b121b21f --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/gold/irrelevant.log @@ -0,0 +1,2 @@ +2024-03-15T08:45:12 [INFO] System started +2024-03-15T09:12:34 [DEBUG] Checking connections \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3771f4434/gold/verified_departments.txt b/shellops/assets/ShellOps_a3771f4434/gold/verified_departments.txt new file mode 100644 index 0000000000000000000000000000000000000000..e920498843fde65bc2246c8389e6e6dfb4e49cf0 --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/gold/verified_departments.txt @@ -0,0 +1,2 @@ +Engineering +Sales diff --git a/shellops/assets/ShellOps_a3771f4434/init/attendance.xml b/shellops/assets/ShellOps_a3771f4434/init/attendance.xml new file mode 100644 index 0000000000000000000000000000000000000000..693f2137ec8dc9ac264c284a4c57fb034da2ee07 --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/init/attendance.xml @@ -0,0 +1,12 @@ + + + E123 + Engineering + 2024-03-15 + + + E456 + Sales + 2024-03-15 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3771f4434/init/departments.txt b/shellops/assets/ShellOps_a3771f4434/init/departments.txt new file mode 100644 index 0000000000000000000000000000000000000000..22ed50299707b6d3b4becb5e75eabbdc665e1be3 --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/init/departments.txt @@ -0,0 +1,11 @@ +Employee: John Doe +Department: Sales +Start Date: 2023-04-15 + +Employee: Jane Smith +Department: Engineering +Start Date: 2022-11-30 + +Employee: Alice Brown +Department: Marketing +Start Date: 2021-09-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3771f4434/init/irrelevant.log b/shellops/assets/ShellOps_a3771f4434/init/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..005bb786b726e32080d332d689c26920b121b21f --- /dev/null +++ b/shellops/assets/ShellOps_a3771f4434/init/irrelevant.log @@ -0,0 +1,2 @@ +2024-03-15T08:45:12 [INFO] System started +2024-03-15T09:12:34 [DEBUG] Checking connections \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/graph_traversal/statistics.json b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/graph_traversal/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..d53f404e9d0a0c6fd1c94a73589eae9b5970d1ee --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/graph_traversal/statistics.json @@ -0,0 +1 @@ +{"time": 42.1, "memory": 890} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/hash_collision/statistics.json b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/hash_collision/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..b0497cb0d47724d3588edd2be0b7052b99883c4d --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/hash_collision/statistics.json @@ -0,0 +1 @@ +{"time": 5.2, "memory": 75} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/prime_check/exceptions.txt b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/prime_check/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee64f85cdfd9393ec6728a9515aba2195fb9186 --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/prime_check/exceptions.txt @@ -0,0 +1 @@ +time: equipment reset \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/prime_check/statistics.json b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/prime_check/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..957ac894258b703cb73e1e4f9e0d3d287bf097a4 --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/prime_check/statistics.json @@ -0,0 +1 @@ +{"time": 8.7, "memory": 120} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/sort_algo/exceptions.txt b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/sort_algo/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..308d7945a6e11ed0a88c8adff267c3569dc114bb --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/sort_algo/exceptions.txt @@ -0,0 +1 @@ +memory_usage: outlier detected \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/sort_algo/statistics.json b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/sort_algo/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..ffa4828c0f082e0515f83ac52226238f4da967dc --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/gold/benchmarks/sort_algo/statistics.json @@ -0,0 +1 @@ +{"time": 12.5, "memory": 345} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/graph_traversal/statistics.json b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/graph_traversal/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..d53f404e9d0a0c6fd1c94a73589eae9b5970d1ee --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/graph_traversal/statistics.json @@ -0,0 +1 @@ +{"time": 42.1, "memory": 890} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/hash_collision/statistics.json b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/hash_collision/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..b0497cb0d47724d3588edd2be0b7052b99883c4d --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/hash_collision/statistics.json @@ -0,0 +1 @@ +{"time": 5.2, "memory": 75} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/prime_check/exceptions.txt b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/prime_check/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee64f85cdfd9393ec6728a9515aba2195fb9186 --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/prime_check/exceptions.txt @@ -0,0 +1 @@ +time: equipment reset \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/prime_check/statistics.json b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/prime_check/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..957ac894258b703cb73e1e4f9e0d3d287bf097a4 --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/prime_check/statistics.json @@ -0,0 +1 @@ +{"time": 8.7, "memory": 120} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/sort_algo/exceptions.txt b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/sort_algo/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..308d7945a6e11ed0a88c8adff267c3569dc114bb --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/sort_algo/exceptions.txt @@ -0,0 +1 @@ +memory_usage: outlier detected \ No newline at end of file diff --git a/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/sort_algo/statistics.json b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/sort_algo/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..ffa4828c0f082e0515f83ac52226238f4da967dc --- /dev/null +++ b/shellops/assets/ShellOps_a38a4547d3/init/benchmarks/sort_algo/statistics.json @@ -0,0 +1 @@ +{"time": 12.5, "memory": 345} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3a6ed8450/gold/headers_sorted.out b/shellops/assets/ShellOps_a3a6ed8450/gold/headers_sorted.out new file mode 100644 index 0000000000000000000000000000000000000000..28903f974ab87c718c6531deaf3402cfcfd2d343 --- /dev/null +++ b/shellops/assets/ShellOps_a3a6ed8450/gold/headers_sorted.out @@ -0,0 +1,3 @@ +Access-Control-Allow-Origin: * +Access-Control-Allow-Origin: https://example.com +Access-Control-Allow-Origin: https://example.org diff --git a/shellops/assets/ShellOps_a3ce29f12b/gold/approvals/new_services.md b/shellops/assets/ShellOps_a3ce29f12b/gold/approvals/new_services.md new file mode 100644 index 0000000000000000000000000000000000000000..ad011267b760e7aca01313bc00c0c18a2e6de952 --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/gold/approvals/new_services.md @@ -0,0 +1,6 @@ +MQTT +CoAP +SSH +HTTPS + +# Approved as of 2024-05-22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3ce29f12b/gold/configs/live_services.conf b/shellops/assets/ShellOps_a3ce29f12b/gold/configs/live_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..58d97137c4b4984a73124fd3d19a83034e15aa36 --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/gold/configs/live_services.conf @@ -0,0 +1,7 @@ +{ + "services": [ + { "name": "SSH", "status": "certified" }, + { "name": "HTTP", "status": "legacy" }, + { "name": "LDAP", "status": "certified" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3ce29f12b/gold/deprecated_services.log b/shellops/assets/ShellOps_a3ce29f12b/gold/deprecated_services.log new file mode 100644 index 0000000000000000000000000000000000000000..ac724d53fb273689aecbbd5ad7fa210c18e719b3 --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/gold/deprecated_services.log @@ -0,0 +1,3 @@ +HTTP +TELNET +FTP diff --git a/shellops/assets/ShellOps_a3ce29f12b/gold/security/whitelist.txt b/shellops/assets/ShellOps_a3ce29f12b/gold/security/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..29b400ff51869e78b29738df99a57fbd3531294f --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/gold/security/whitelist.txt @@ -0,0 +1,5 @@ +coap +https +ldap +mqtt +ssh diff --git a/shellops/assets/ShellOps_a3ce29f12b/init/approvals/new_services.md b/shellops/assets/ShellOps_a3ce29f12b/init/approvals/new_services.md new file mode 100644 index 0000000000000000000000000000000000000000..ad011267b760e7aca01313bc00c0c18a2e6de952 --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/init/approvals/new_services.md @@ -0,0 +1,6 @@ +MQTT +CoAP +SSH +HTTPS + +# Approved as of 2024-05-22 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3ce29f12b/init/configs/live_services.conf b/shellops/assets/ShellOps_a3ce29f12b/init/configs/live_services.conf new file mode 100644 index 0000000000000000000000000000000000000000..58d97137c4b4984a73124fd3d19a83034e15aa36 --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/init/configs/live_services.conf @@ -0,0 +1,7 @@ +{ + "services": [ + { "name": "SSH", "status": "certified" }, + { "name": "HTTP", "status": "legacy" }, + { "name": "LDAP", "status": "certified" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3ce29f12b/init/deprecated_services.log b/shellops/assets/ShellOps_a3ce29f12b/init/deprecated_services.log new file mode 100644 index 0000000000000000000000000000000000000000..ac724d53fb273689aecbbd5ad7fa210c18e719b3 --- /dev/null +++ b/shellops/assets/ShellOps_a3ce29f12b/init/deprecated_services.log @@ -0,0 +1,3 @@ +HTTP +TELNET +FTP diff --git a/shellops/assets/ShellOps_a3ce29f12b/init/security/whitelist.txt b/shellops/assets/ShellOps_a3ce29f12b/init/security/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a3d869b1f1/gold/docs/api.md b/shellops/assets/ShellOps_a3d869b1f1/gold/docs/api.md new file mode 100644 index 0000000000000000000000000000000000000000..e0fd1fc873f21fc59fe395670d0e52f244f94971 --- /dev/null +++ b/shellops/assets/ShellOps_a3d869b1f1/gold/docs/api.md @@ -0,0 +1,33 @@ +# API Documentation + +## Authentication +... + +## Endpoints + +### GET /users +Retrieve all users + +### POST /users +Create a new user + +### GET /users/{id} +Retrieve a specific user + +### PUT /users/{id} +Update a specific user + +### DELETE /users/{id} +Delete a specific user + +### GET /products +List all products + +### GET /products/{id} +Retrieve product details + +### GET /orders +List all orders + +### POST /orders +Create a new order \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3d869b1f1/init/docs/api.md b/shellops/assets/ShellOps_a3d869b1f1/init/docs/api.md new file mode 100644 index 0000000000000000000000000000000000000000..e0fd1fc873f21fc59fe395670d0e52f244f94971 --- /dev/null +++ b/shellops/assets/ShellOps_a3d869b1f1/init/docs/api.md @@ -0,0 +1,33 @@ +# API Documentation + +## Authentication +... + +## Endpoints + +### GET /users +Retrieve all users + +### POST /users +Create a new user + +### GET /users/{id} +Retrieve a specific user + +### PUT /users/{id} +Update a specific user + +### DELETE /users/{id} +Delete a specific user + +### GET /products +List all products + +### GET /products/{id} +Retrieve product details + +### GET /orders +List all orders + +### POST /orders +Create a new order \ No newline at end of file diff --git a/shellops/assets/ShellOps_a3eee4987d/gold/config/approved_services.cfg b/shellops/assets/ShellOps_a3eee4987d/gold/config/approved_services.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0d2dcf024d5ee90a47c25a3987d37fde4589b88f --- /dev/null +++ b/shellops/assets/ShellOps_a3eee4987d/gold/config/approved_services.cfg @@ -0,0 +1,11 @@ +# Approved production services +frontend_gateway +payment_processor +user_auth_svc +inventory_tracker +notification_daemon +legacy_billing +# Deprecated (keep for reference) +# old_report_generator +analytics_aggregator +cache_manager diff --git a/shellops/assets/ShellOps_a3eee4987d/gold/config/verified_services.txt b/shellops/assets/ShellOps_a3eee4987d/gold/config/verified_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc0b1a906e3b19401f21d2e457fa06031c3d18e4 --- /dev/null +++ b/shellops/assets/ShellOps_a3eee4987d/gold/config/verified_services.txt @@ -0,0 +1,7 @@ +analytics_aggregator +cache_manager +frontend_gateway +inventory_tracker +legacy_billing +payment_processor +user_auth_svc diff --git a/shellops/assets/ShellOps_a3eee4987d/gold/notes.txt b/shellops/assets/ShellOps_a3eee4987d/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2670a5fe54f48942f3ee035c16bb9aaf911429cc --- /dev/null +++ b/shellops/assets/ShellOps_a3eee4987d/gold/notes.txt @@ -0,0 +1,4 @@ +This distractor file contains unrelated service names: +messaging_queue +frontend_gateway +redis_proxy diff --git a/shellops/assets/ShellOps_a3eee4987d/init/config/approved_services.cfg b/shellops/assets/ShellOps_a3eee4987d/init/config/approved_services.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0d2dcf024d5ee90a47c25a3987d37fde4589b88f --- /dev/null +++ b/shellops/assets/ShellOps_a3eee4987d/init/config/approved_services.cfg @@ -0,0 +1,11 @@ +# Approved production services +frontend_gateway +payment_processor +user_auth_svc +inventory_tracker +notification_daemon +legacy_billing +# Deprecated (keep for reference) +# old_report_generator +analytics_aggregator +cache_manager diff --git a/shellops/assets/ShellOps_a3eee4987d/init/notes.txt b/shellops/assets/ShellOps_a3eee4987d/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2670a5fe54f48942f3ee035c16bb9aaf911429cc --- /dev/null +++ b/shellops/assets/ShellOps_a3eee4987d/init/notes.txt @@ -0,0 +1,4 @@ +This distractor file contains unrelated service names: +messaging_queue +frontend_gateway +redis_proxy diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/active_sessions.txt b/shellops/assets/ShellOps_a43d23b2d4/gold/active_sessions.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a182ca6b2847405db8fa3af09884d8b313497b1 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/active_sessions.txt @@ -0,0 +1,3 @@ +dev_001 +dev_004 +dev_005 diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_alpha.json b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..261aa7fc961ebd1e1bef10662df7e8473fd20957 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "session_status": "active", + "last_seen": "2025-01-15T10:30:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_beta.json b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..9b316f1f4f389b23dc128bd1a4ff308fec2c6a40 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "session_status": "inactive", + "last_seen": "2025-01-14T09:15:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_delta.json b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..5c75077e140b231d51318a436791b711d0c51bf2 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "session_status": "active", + "last_seen": "2025-01-15T12:00:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_epsilon.json b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..989db0713ccd1640e94f4820bbde953885747d19 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_epsilon.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_005", + "session_status": "active", + "last_seen": "2025-01-15T12:10:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_gamma.json b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..6e7fd23a57f153d302eb450571fd2f91aa713a01 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "session_status": "active", + "last_seen": "2025-01-15T11:45:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_zeta.json b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_zeta.json new file mode 100644 index 0000000000000000000000000000000000000000..5137dcb8c10ab7d458c3853c6a5cda30c6695b4a --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/audit/device_zeta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_006", + "session_status": "inactive", + "last_seen": "2025-01-14T08:00:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/gold/suppressions/device_blacklist.txt b/shellops/assets/ShellOps_a43d23b2d4/gold/suppressions/device_blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..55169c9f2047a988ccd0ff383809e6b9158f83bb --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/gold/suppressions/device_blacklist.txt @@ -0,0 +1 @@ +dev_003 diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_alpha.json b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..261aa7fc961ebd1e1bef10662df7e8473fd20957 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "session_status": "active", + "last_seen": "2025-01-15T10:30:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_beta.json b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..9b316f1f4f389b23dc128bd1a4ff308fec2c6a40 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "session_status": "inactive", + "last_seen": "2025-01-14T09:15:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_delta.json b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..5c75077e140b231d51318a436791b711d0c51bf2 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "session_status": "active", + "last_seen": "2025-01-15T12:00:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_epsilon.json b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..989db0713ccd1640e94f4820bbde953885747d19 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_epsilon.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_005", + "session_status": "active", + "last_seen": "2025-01-15T12:10:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_gamma.json b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..6e7fd23a57f153d302eb450571fd2f91aa713a01 --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "session_status": "active", + "last_seen": "2025-01-15T11:45:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_zeta.json b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_zeta.json new file mode 100644 index 0000000000000000000000000000000000000000..5137dcb8c10ab7d458c3853c6a5cda30c6695b4a --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/audit/device_zeta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_006", + "session_status": "inactive", + "last_seen": "2025-01-14T08:00:00Z" +} diff --git a/shellops/assets/ShellOps_a43d23b2d4/init/suppressions/device_blacklist.txt b/shellops/assets/ShellOps_a43d23b2d4/init/suppressions/device_blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..55169c9f2047a988ccd0ff383809e6b9158f83bb --- /dev/null +++ b/shellops/assets/ShellOps_a43d23b2d4/init/suppressions/device_blacklist.txt @@ -0,0 +1 @@ +dev_003 diff --git a/shellops/assets/ShellOps_a47aa0f918/gold/audit/notes.md b/shellops/assets/ShellOps_a47aa0f918/gold/audit/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ed29e28032c8f60eea90ca971dd65a54878ba71c --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/gold/audit/notes.md @@ -0,0 +1,3 @@ +# Sensor audit notes +- PS-1006 is detected but not in the approved list +- PS-1003 and PS-1005 are missing from runtime audit diff --git a/shellops/assets/ShellOps_a47aa0f918/gold/audit/sensor_audit.xml b/shellops/assets/ShellOps_a47aa0f918/gold/audit/sensor_audit.xml new file mode 100644 index 0000000000000000000000000000000000000000..fc85a8e2d7d5c32d3cc8a31af676f0d8def98a06 --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/gold/audit/sensor_audit.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_a47aa0f918/gold/reports/missing_sensors.txt b/shellops/assets/ShellOps_a47aa0f918/gold/reports/missing_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..afda78d22875a12c7cc33272fcd3e541d753a9f1 --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/gold/reports/missing_sensors.txt @@ -0,0 +1,2 @@ +PS-1003 +PS-1005 diff --git a/shellops/assets/ShellOps_a47aa0f918/gold/sensor_list.txt b/shellops/assets/ShellOps_a47aa0f918/gold/sensor_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0a27ddce1ea61e0aa83095da28e98bce38c9144 --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/gold/sensor_list.txt @@ -0,0 +1,5 @@ +PS-1001 +PS-1002 +PS-1003 +PS-1004 +PS-1005 diff --git a/shellops/assets/ShellOps_a47aa0f918/init/audit/notes.md b/shellops/assets/ShellOps_a47aa0f918/init/audit/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ed29e28032c8f60eea90ca971dd65a54878ba71c --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/init/audit/notes.md @@ -0,0 +1,3 @@ +# Sensor audit notes +- PS-1006 is detected but not in the approved list +- PS-1003 and PS-1005 are missing from runtime audit diff --git a/shellops/assets/ShellOps_a47aa0f918/init/audit/sensor_audit.xml b/shellops/assets/ShellOps_a47aa0f918/init/audit/sensor_audit.xml new file mode 100644 index 0000000000000000000000000000000000000000..fc85a8e2d7d5c32d3cc8a31af676f0d8def98a06 --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/init/audit/sensor_audit.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_a47aa0f918/init/sensor_list.txt b/shellops/assets/ShellOps_a47aa0f918/init/sensor_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0a27ddce1ea61e0aa83095da28e98bce38c9144 --- /dev/null +++ b/shellops/assets/ShellOps_a47aa0f918/init/sensor_list.txt @@ -0,0 +1,5 @@ +PS-1001 +PS-1002 +PS-1003 +PS-1004 +PS-1005 diff --git a/shellops/assets/ShellOps_a48f36bfba/gold/field_conventions.tsv b/shellops/assets/ShellOps_a48f36bfba/gold/field_conventions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bdcc07f8e9e63ef1b5c456483af080325a47fd54 --- /dev/null +++ b/shellops/assets/ShellOps_a48f36bfba/gold/field_conventions.tsv @@ -0,0 +1,5 @@ +GET Retrieve +PUT Update +DEL Delete +POST Create +HEAD CheckHead \ No newline at end of file diff --git a/shellops/assets/ShellOps_a48f36bfba/gold/incoming_retention.log b/shellops/assets/ShellOps_a48f36bfba/gold/incoming_retention.log new file mode 100644 index 0000000000000000000000000000000000000000..d747e0a539ad30b35f0164d8609636c872cf81a8 --- /dev/null +++ b/shellops/assets/ShellOps_a48f36bfba/gold/incoming_retention.log @@ -0,0 +1,5 @@ +user_id action_time request_method status_code +12345 2024-03-15T08:23:17Z GET 200 +67890 2024-03-15T08:24:01Z DEL 404 +11223 2024-03-15T08:25:44Z POST 201 +44556 2024-03-15T08:26:32Z UNRECOGNIZED 400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a48f36bfba/gold/standardized_retention.log b/shellops/assets/ShellOps_a48f36bfba/gold/standardized_retention.log new file mode 100644 index 0000000000000000000000000000000000000000..9555558ecebb28a2edea99be1876d176e6fde989 --- /dev/null +++ b/shellops/assets/ShellOps_a48f36bfba/gold/standardized_retention.log @@ -0,0 +1,5 @@ +user_id action_time request_method status_code +12345 2024-03-15T08:23:17Z Retrieve 200 +67890 2024-03-15T08:24:01Z Delete 404 +11223 2024-03-15T08:25:44Z Create 201 +44556 2024-03-15T08:26:32Z UNRECOGNIZED 400 diff --git a/shellops/assets/ShellOps_a48f36bfba/init/field_conventions.tsv b/shellops/assets/ShellOps_a48f36bfba/init/field_conventions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bdcc07f8e9e63ef1b5c456483af080325a47fd54 --- /dev/null +++ b/shellops/assets/ShellOps_a48f36bfba/init/field_conventions.tsv @@ -0,0 +1,5 @@ +GET Retrieve +PUT Update +DEL Delete +POST Create +HEAD CheckHead \ No newline at end of file diff --git a/shellops/assets/ShellOps_a48f36bfba/init/incoming_retention.log b/shellops/assets/ShellOps_a48f36bfba/init/incoming_retention.log new file mode 100644 index 0000000000000000000000000000000000000000..d747e0a539ad30b35f0164d8609636c872cf81a8 --- /dev/null +++ b/shellops/assets/ShellOps_a48f36bfba/init/incoming_retention.log @@ -0,0 +1,5 @@ +user_id action_time request_method status_code +12345 2024-03-15T08:23:17Z GET 200 +67890 2024-03-15T08:24:01Z DEL 404 +11223 2024-03-15T08:25:44Z POST 201 +44556 2024-03-15T08:26:32Z UNRECOGNIZED 400 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a4cdf81fe6/gold/app_perf-20240521.log b/shellops/assets/ShellOps_a4cdf81fe6/gold/app_perf-20240521.log new file mode 100644 index 0000000000000000000000000000000000000000..d69d0279a927531f3f26b6353bca765e254ec473 --- /dev/null +++ b/shellops/assets/ShellOps_a4cdf81fe6/gold/app_perf-20240521.log @@ -0,0 +1,6 @@ +2024-05-21T08:02:15 INFO [core] Initializing component component_b +2024-05-21T08:02:18 DEBUG [auth] Loading modules +2024-05-21T08:02:20 INFO [core] Initializing component component_a +2024-05-21T08:02:25 WARN [db] Connection pool low +2024-05-21T08:02:30 INFO [core] Startup completed +2024-05-21T08:02:35 INFO [metrics] Starting collector \ No newline at end of file diff --git a/shellops/assets/ShellOps_a4cdf81fe6/gold/expected_components.tsv b/shellops/assets/ShellOps_a4cdf81fe6/gold/expected_components.tsv new file mode 100644 index 0000000000000000000000000000000000000000..75f62319c6bad157ebf164982f9a9d3ec4f250de --- /dev/null +++ b/shellops/assets/ShellOps_a4cdf81fe6/gold/expected_components.tsv @@ -0,0 +1,5 @@ +component_a +component_b +component_c +component_d +component_e \ No newline at end of file diff --git a/shellops/assets/ShellOps_a4cdf81fe6/gold/missing_startup_components.txt b/shellops/assets/ShellOps_a4cdf81fe6/gold/missing_startup_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..b01d965ec20b547b78ecdcf4c7ec9f820ac548a8 --- /dev/null +++ b/shellops/assets/ShellOps_a4cdf81fe6/gold/missing_startup_components.txt @@ -0,0 +1,3 @@ +component_c +component_d +component_e diff --git a/shellops/assets/ShellOps_a4cdf81fe6/init/app_perf-20240521.log b/shellops/assets/ShellOps_a4cdf81fe6/init/app_perf-20240521.log new file mode 100644 index 0000000000000000000000000000000000000000..d69d0279a927531f3f26b6353bca765e254ec473 --- /dev/null +++ b/shellops/assets/ShellOps_a4cdf81fe6/init/app_perf-20240521.log @@ -0,0 +1,6 @@ +2024-05-21T08:02:15 INFO [core] Initializing component component_b +2024-05-21T08:02:18 DEBUG [auth] Loading modules +2024-05-21T08:02:20 INFO [core] Initializing component component_a +2024-05-21T08:02:25 WARN [db] Connection pool low +2024-05-21T08:02:30 INFO [core] Startup completed +2024-05-21T08:02:35 INFO [metrics] Starting collector \ No newline at end of file diff --git a/shellops/assets/ShellOps_a4cdf81fe6/init/expected_components.tsv b/shellops/assets/ShellOps_a4cdf81fe6/init/expected_components.tsv new file mode 100644 index 0000000000000000000000000000000000000000..75f62319c6bad157ebf164982f9a9d3ec4f250de --- /dev/null +++ b/shellops/assets/ShellOps_a4cdf81fe6/init/expected_components.tsv @@ -0,0 +1,5 @@ +component_a +component_b +component_c +component_d +component_e \ No newline at end of file diff --git a/shellops/assets/ShellOps_a4da9094a5/gold/jobs.json b/shellops/assets/ShellOps_a4da9094a5/gold/jobs.json new file mode 100644 index 0000000000000000000000000000000000000000..6136ba87d030c27cf64f7aa26220f7e39402eff5 --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/gold/jobs.json @@ -0,0 +1,6 @@ +[ + {"job_id": "job_a", "duration_ms": 1200}, + {"job_id": "job_b", "duration_ms": 800}, + {"job_id": "job_c", "duration_ms": 2300}, + {"job_id": "job_d", "duration_ms": 500} +] diff --git a/shellops/assets/ShellOps_a4da9094a5/gold/notes.md b/shellops/assets/ShellOps_a4da9094a5/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ebc98d2997921d1cab37608197e96264c9a669a9 --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/gold/notes.md @@ -0,0 +1 @@ +Manual overrides indicate jobs that should be skipped in the next pipeline run. diff --git a/shellops/assets/ShellOps_a4da9094a5/gold/overrides.txt b/shellops/assets/ShellOps_a4da9094a5/gold/overrides.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f322068ceabfd4199ac0ddc7835fa1a698f8759 --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/gold/overrides.txt @@ -0,0 +1,2 @@ +job_b +job_d diff --git a/shellops/assets/ShellOps_a4da9094a5/gold/reconciled_jobs.tsv b/shellops/assets/ShellOps_a4da9094a5/gold/reconciled_jobs.tsv new file mode 100644 index 0000000000000000000000000000000000000000..45b0c7952306e1848b7f0bb5dae855fb0f058c6e --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/gold/reconciled_jobs.tsv @@ -0,0 +1,5 @@ +job_id status +job_a active +job_b overridden +job_c active +job_d overridden diff --git a/shellops/assets/ShellOps_a4da9094a5/init/jobs.json b/shellops/assets/ShellOps_a4da9094a5/init/jobs.json new file mode 100644 index 0000000000000000000000000000000000000000..6136ba87d030c27cf64f7aa26220f7e39402eff5 --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/init/jobs.json @@ -0,0 +1,6 @@ +[ + {"job_id": "job_a", "duration_ms": 1200}, + {"job_id": "job_b", "duration_ms": 800}, + {"job_id": "job_c", "duration_ms": 2300}, + {"job_id": "job_d", "duration_ms": 500} +] diff --git a/shellops/assets/ShellOps_a4da9094a5/init/notes.md b/shellops/assets/ShellOps_a4da9094a5/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ebc98d2997921d1cab37608197e96264c9a669a9 --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/init/notes.md @@ -0,0 +1 @@ +Manual overrides indicate jobs that should be skipped in the next pipeline run. diff --git a/shellops/assets/ShellOps_a4da9094a5/init/overrides.txt b/shellops/assets/ShellOps_a4da9094a5/init/overrides.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f322068ceabfd4199ac0ddc7835fa1a698f8759 --- /dev/null +++ b/shellops/assets/ShellOps_a4da9094a5/init/overrides.txt @@ -0,0 +1,2 @@ +job_b +job_d diff --git a/shellops/assets/ShellOps_a51fc0b699/gold/captures/distractor.log b/shellops/assets/ShellOps_a51fc0b699/gold/captures/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..0c05af698741876fe598da63218b1b1528b00902 --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/gold/captures/distractor.log @@ -0,0 +1,2 @@ +2024-04-10T11:22:01 renegotiation failed +2024-04-10T11:24:37 alert protocol_version unsupported diff --git a/shellops/assets/ShellOps_a51fc0b699/gold/captures/session_A.log b/shellops/assets/ShellOps_a51fc0b699/gold/captures/session_A.log new file mode 100644 index 0000000000000000000000000000000000000000..fcb9cf371edfdaaf5b4334bd997f99ea622349ae --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/gold/captures/session_A.log @@ -0,0 +1,4 @@ +2024-04-10T09:15:22 handshake established protocol TLSv1.2 +2024-04-10T09:17:08 handshake established protocol TLSv1.3 +2024-04-10T09:18:44 handshake established protocol TLSv1.1 +2024-04-10T09:20:12 handshake established protocol TLSv1.2 diff --git a/shellops/assets/ShellOps_a51fc0b699/gold/captures/session_B.log b/shellops/assets/ShellOps_a51fc0b699/gold/captures/session_B.log new file mode 100644 index 0000000000000000000000000000000000000000..c6333e6e13c0a34d0c1eeb3a7a14cf48838561c2 --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/gold/captures/session_B.log @@ -0,0 +1,3 @@ +2024-04-10T10:05:33 handshake established protocol TLSv1.0 +2024-04-10T10:07:19 handshake established protocol TLSv1.2 +2024-04-10T10:09:55 handshake established protocol TLSv1.3 diff --git a/shellops/assets/ShellOps_a51fc0b699/gold/deprecation_list.txt b/shellops/assets/ShellOps_a51fc0b699/gold/deprecation_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf1aa0185bfe752200e66f1ec24f9203c9897be3 --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/gold/deprecation_list.txt @@ -0,0 +1,2 @@ +TLSv1.0 +TLSv1.1 diff --git a/shellops/assets/ShellOps_a51fc0b699/gold/filter/.keep b/shellops/assets/ShellOps_a51fc0b699/gold/filter/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a51fc0b699/gold/filter/approved_protocols.txt b/shellops/assets/ShellOps_a51fc0b699/gold/filter/approved_protocols.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e83f5b75aa02f9d8cb8dba88effd24a05974a3f --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/gold/filter/approved_protocols.txt @@ -0,0 +1,2 @@ +TLSv1.2 +TLSv1.3 diff --git a/shellops/assets/ShellOps_a51fc0b699/init/captures/distractor.log b/shellops/assets/ShellOps_a51fc0b699/init/captures/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..0c05af698741876fe598da63218b1b1528b00902 --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/init/captures/distractor.log @@ -0,0 +1,2 @@ +2024-04-10T11:22:01 renegotiation failed +2024-04-10T11:24:37 alert protocol_version unsupported diff --git a/shellops/assets/ShellOps_a51fc0b699/init/captures/session_A.log b/shellops/assets/ShellOps_a51fc0b699/init/captures/session_A.log new file mode 100644 index 0000000000000000000000000000000000000000..fcb9cf371edfdaaf5b4334bd997f99ea622349ae --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/init/captures/session_A.log @@ -0,0 +1,4 @@ +2024-04-10T09:15:22 handshake established protocol TLSv1.2 +2024-04-10T09:17:08 handshake established protocol TLSv1.3 +2024-04-10T09:18:44 handshake established protocol TLSv1.1 +2024-04-10T09:20:12 handshake established protocol TLSv1.2 diff --git a/shellops/assets/ShellOps_a51fc0b699/init/captures/session_B.log b/shellops/assets/ShellOps_a51fc0b699/init/captures/session_B.log new file mode 100644 index 0000000000000000000000000000000000000000..c6333e6e13c0a34d0c1eeb3a7a14cf48838561c2 --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/init/captures/session_B.log @@ -0,0 +1,3 @@ +2024-04-10T10:05:33 handshake established protocol TLSv1.0 +2024-04-10T10:07:19 handshake established protocol TLSv1.2 +2024-04-10T10:09:55 handshake established protocol TLSv1.3 diff --git a/shellops/assets/ShellOps_a51fc0b699/init/deprecation_list.txt b/shellops/assets/ShellOps_a51fc0b699/init/deprecation_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf1aa0185bfe752200e66f1ec24f9203c9897be3 --- /dev/null +++ b/shellops/assets/ShellOps_a51fc0b699/init/deprecation_list.txt @@ -0,0 +1,2 @@ +TLSv1.0 +TLSv1.1 diff --git a/shellops/assets/ShellOps_a51fc0b699/init/filter/.keep b/shellops/assets/ShellOps_a51fc0b699/init/filter/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a55fd0ab15/gold/approved_devices.txt b/shellops/assets/ShellOps_a55fd0ab15/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..66b8c415d1ae7bf1d97ebb65fb243ca66c8e8fd6 --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/gold/approved_devices.txt @@ -0,0 +1,5 @@ +DEV-1001 +DEV-1002 +DEV-1003 +DEV-1004 +DEV-1005 diff --git a/shellops/assets/ShellOps_a55fd0ab15/gold/missing_devices.txt b/shellops/assets/ShellOps_a55fd0ab15/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5c1d2190af314d9250e6928a003438247f88ac1 --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/gold/missing_devices.txt @@ -0,0 +1,2 @@ +DEV-1002 +DEV-1004 diff --git a/shellops/assets/ShellOps_a55fd0ab15/gold/notes.md b/shellops/assets/ShellOps_a55fd0ab15/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f430ab2391d6177ff11eba6ff2382decce4eff8a --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/gold/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not be used. diff --git a/shellops/assets/ShellOps_a55fd0ab15/gold/telemetry.xml b/shellops/assets/ShellOps_a55fd0ab15/gold/telemetry.xml new file mode 100644 index 0000000000000000000000000000000000000000..af65dc57c5bda8c6dd92bbae7adb45b7faecc5b1 --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/gold/telemetry.xml @@ -0,0 +1,15 @@ + + + + active + 2025-08-01T10:15:00Z + + + standby + 2025-08-01T10:20:00Z + + + active + 2025-08-01T10:25:00Z + + diff --git a/shellops/assets/ShellOps_a55fd0ab15/init/approved_devices.txt b/shellops/assets/ShellOps_a55fd0ab15/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..66b8c415d1ae7bf1d97ebb65fb243ca66c8e8fd6 --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/init/approved_devices.txt @@ -0,0 +1,5 @@ +DEV-1001 +DEV-1002 +DEV-1003 +DEV-1004 +DEV-1005 diff --git a/shellops/assets/ShellOps_a55fd0ab15/init/notes.md b/shellops/assets/ShellOps_a55fd0ab15/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f430ab2391d6177ff11eba6ff2382decce4eff8a --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/init/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not be used. diff --git a/shellops/assets/ShellOps_a55fd0ab15/init/telemetry.xml b/shellops/assets/ShellOps_a55fd0ab15/init/telemetry.xml new file mode 100644 index 0000000000000000000000000000000000000000..af65dc57c5bda8c6dd92bbae7adb45b7faecc5b1 --- /dev/null +++ b/shellops/assets/ShellOps_a55fd0ab15/init/telemetry.xml @@ -0,0 +1,15 @@ + + + + active + 2025-08-01T10:15:00Z + + + standby + 2025-08-01T10:20:00Z + + + active + 2025-08-01T10:25:00Z + + diff --git a/shellops/assets/ShellOps_a5716ce977/gold/active_errors.txt b/shellops/assets/ShellOps_a5716ce977/gold/active_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..1661df58e156ad3176e61b66de218507ede73282 --- /dev/null +++ b/shellops/assets/ShellOps_a5716ce977/gold/active_errors.txt @@ -0,0 +1,4 @@ +API-302 +AUTH-001 +CACHE-200 +SEC-888 diff --git a/shellops/assets/ShellOps_a5716ce977/gold/monitoring/exemptions.json b/shellops/assets/ShellOps_a5716ce977/gold/monitoring/exemptions.json new file mode 100644 index 0000000000000000000000000000000000000000..06dc7120e19efe2ca602d60e04aae8f0e66ee416 --- /dev/null +++ b/shellops/assets/ShellOps_a5716ce977/gold/monitoring/exemptions.json @@ -0,0 +1,9 @@ +{ + "policy_version": "2024-11", + "exempt_codes": [ + "DB-101", + "API-101", + "SYS-500" + ], + "notes": "These errors are considered benign or already addressed by automated recovery." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5716ce977/init/monitoring/exemptions.json b/shellops/assets/ShellOps_a5716ce977/init/monitoring/exemptions.json new file mode 100644 index 0000000000000000000000000000000000000000..06dc7120e19efe2ca602d60e04aae8f0e66ee416 --- /dev/null +++ b/shellops/assets/ShellOps_a5716ce977/init/monitoring/exemptions.json @@ -0,0 +1,9 @@ +{ + "policy_version": "2024-11", + "exempt_codes": [ + "DB-101", + "API-101", + "SYS-500" + ], + "notes": "These errors are considered benign or already addressed by automated recovery." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a59c8fea43/gold/captures/.keep b/shellops/assets/ShellOps_a59c8fea43/gold/captures/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a59c8fea43/gold/captures/handshake_2024-03-15.json b/shellops/assets/ShellOps_a59c8fea43/gold/captures/handshake_2024-03-15.json new file mode 100644 index 0000000000000000000000000000000000000000..15ecd4e035dafb4c08eaccf3b4d3ffe5af5fa16c --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/gold/captures/handshake_2024-03-15.json @@ -0,0 +1,4 @@ +{"timestamp": "2024-03-15T10:23:45Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "status": "ok"} +{"timestamp": "2024-03-15T10:24:12Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "status": "ok"} +{"timestamp": "2024-03-15T10:25:03Z", "curve": "X25519", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", "status": "ok"} +{"timestamp": "2024-03-15T10:26:33Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "status": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a59c8fea43/gold/captures/handshake_2024-03-16.json b/shellops/assets/ShellOps_a59c8fea43/gold/captures/handshake_2024-03-16.json new file mode 100644 index 0000000000000000000000000000000000000000..f22856a21a7e3a4504e52b118e7432de6f5f6531 --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/gold/captures/handshake_2024-03-16.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-16T08:11:22Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "status": "ok"} +{"timestamp": "2024-03-16T08:12:45Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "status": "ok"} +{"timestamp": "2024-03-16T08:14:01Z", "curve": "X25519", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", "status": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a59c8fea43/gold/notes.md b/shellops/assets/ShellOps_a59c8fea43/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b3af99edcee205d5732f185e9448f4d42c629c73 --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/gold/notes.md @@ -0,0 +1,2 @@ +# TLS capture notes +Distractor: unrelated cipher suite discussions. diff --git a/shellops/assets/ShellOps_a59c8fea43/gold/reports/tls_filtered.txt b/shellops/assets/ShellOps_a59c8fea43/gold/reports/tls_filtered.txt new file mode 100644 index 0000000000000000000000000000000000000000..728f74333aca6e4aa143511e0146a5489b946911 --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/gold/reports/tls_filtered.txt @@ -0,0 +1,2 @@ +TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_a59c8fea43/gold/suppress_ciphers.txt b/shellops/assets/ShellOps_a59c8fea43/gold/suppress_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3691d0e01e480c18dfaa03232ff6637e11fe2dd --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/gold/suppress_ciphers.txt @@ -0,0 +1,2 @@ +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a59c8fea43/init/captures/.keep b/shellops/assets/ShellOps_a59c8fea43/init/captures/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a59c8fea43/init/captures/handshake_2024-03-15.json b/shellops/assets/ShellOps_a59c8fea43/init/captures/handshake_2024-03-15.json new file mode 100644 index 0000000000000000000000000000000000000000..15ecd4e035dafb4c08eaccf3b4d3ffe5af5fa16c --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/init/captures/handshake_2024-03-15.json @@ -0,0 +1,4 @@ +{"timestamp": "2024-03-15T10:23:45Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "status": "ok"} +{"timestamp": "2024-03-15T10:24:12Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "status": "ok"} +{"timestamp": "2024-03-15T10:25:03Z", "curve": "X25519", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", "status": "ok"} +{"timestamp": "2024-03-15T10:26:33Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "status": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a59c8fea43/init/captures/handshake_2024-03-16.json b/shellops/assets/ShellOps_a59c8fea43/init/captures/handshake_2024-03-16.json new file mode 100644 index 0000000000000000000000000000000000000000..f22856a21a7e3a4504e52b118e7432de6f5f6531 --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/init/captures/handshake_2024-03-16.json @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-16T08:11:22Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "status": "ok"} +{"timestamp": "2024-03-16T08:12:45Z", "curve": "P-256", "cipher_suite": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "status": "ok"} +{"timestamp": "2024-03-16T08:14:01Z", "curve": "X25519", "cipher_suite": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", "status": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a59c8fea43/init/notes.md b/shellops/assets/ShellOps_a59c8fea43/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b3af99edcee205d5732f185e9448f4d42c629c73 --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/init/notes.md @@ -0,0 +1,2 @@ +# TLS capture notes +Distractor: unrelated cipher suite discussions. diff --git a/shellops/assets/ShellOps_a59c8fea43/init/suppress_ciphers.txt b/shellops/assets/ShellOps_a59c8fea43/init/suppress_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3691d0e01e480c18dfaa03232ff6637e11fe2dd --- /dev/null +++ b/shellops/assets/ShellOps_a59c8fea43/init/suppress_ciphers.txt @@ -0,0 +1,2 @@ +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5a72e776d/gold/configs/modules.registry b/shellops/assets/ShellOps_a5a72e776d/gold/configs/modules.registry new file mode 100644 index 0000000000000000000000000000000000000000..942d1dbbe7754e357028b317c6e1ca8baa7a2183 --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/gold/configs/modules.registry @@ -0,0 +1,7 @@ +requests +numpy +pandas +scipy +matplotlib +django +flask diff --git a/shellops/assets/ShellOps_a5a72e776d/gold/notes/irrelevant.md b/shellops/assets/ShellOps_a5a72e776d/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..6ff96b8897d9aeecd058812d8c62bb47093ab4df --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/gold/notes/irrelevant.md @@ -0,0 +1 @@ +This is a distractor file with no meaningful content for the task. diff --git a/shellops/assets/ShellOps_a5a72e776d/gold/reports/authorized_modules.txt b/shellops/assets/ShellOps_a5a72e776d/gold/reports/authorized_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..9386429034096a507a60ea738b234d1a5920be45 --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/gold/reports/authorized_modules.txt @@ -0,0 +1,5 @@ +flask +matplotlib +numpy +requests +scipy diff --git a/shellops/assets/ShellOps_a5a72e776d/gold/runtime/deps.report b/shellops/assets/ShellOps_a5a72e776d/gold/runtime/deps.report new file mode 100644 index 0000000000000000000000000000000000000000..637ae4c002add3796f6a7a8d84b8b18e221dd7b6 --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/gold/runtime/deps.report @@ -0,0 +1,9 @@ +module=numpy +module=requests +module=matplotlib +module=unittest +module=scipy +module=flask +module=flask +module=requests +module=matplotlib diff --git a/shellops/assets/ShellOps_a5a72e776d/init/configs/modules.registry b/shellops/assets/ShellOps_a5a72e776d/init/configs/modules.registry new file mode 100644 index 0000000000000000000000000000000000000000..942d1dbbe7754e357028b317c6e1ca8baa7a2183 --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/init/configs/modules.registry @@ -0,0 +1,7 @@ +requests +numpy +pandas +scipy +matplotlib +django +flask diff --git a/shellops/assets/ShellOps_a5a72e776d/init/notes/irrelevant.md b/shellops/assets/ShellOps_a5a72e776d/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..6ff96b8897d9aeecd058812d8c62bb47093ab4df --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/init/notes/irrelevant.md @@ -0,0 +1 @@ +This is a distractor file with no meaningful content for the task. diff --git a/shellops/assets/ShellOps_a5a72e776d/init/runtime/deps.report b/shellops/assets/ShellOps_a5a72e776d/init/runtime/deps.report new file mode 100644 index 0000000000000000000000000000000000000000..637ae4c002add3796f6a7a8d84b8b18e221dd7b6 --- /dev/null +++ b/shellops/assets/ShellOps_a5a72e776d/init/runtime/deps.report @@ -0,0 +1,9 @@ +module=numpy +module=requests +module=matplotlib +module=unittest +module=scipy +module=flask +module=flask +module=requests +module=matplotlib diff --git a/shellops/assets/ShellOps_a5e6e04475/gold/security/access.cfg b/shellops/assets/ShellOps_a5e6e04475/gold/security/access.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f59235274fbfa36850c8811cf30c8e1509a1922a --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/gold/security/access.cfg @@ -0,0 +1,4 @@ +entry=AC_404 +entry=FW_001 +entry=AC_909 +entry=AC_404 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/gold/security/active_rules.tsv b/shellops/assets/ShellOps_a5e6e04475/gold/security/active_rules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..345d2e9ac68f5ec7082b464d73c667cf1cb7cb50 --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/gold/security/active_rules.tsv @@ -0,0 +1,2 @@ +FW_001 3 +OLD_777 3 diff --git a/shellops/assets/ShellOps_a5e6e04475/gold/security/audit_report.md b/shellops/assets/ShellOps_a5e6e04475/gold/security/audit_report.md new file mode 100644 index 0000000000000000000000000000000000000000..a7a97e3d98b0c5a92ae54f29bf076f7bd2f14194 --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/gold/security/audit_report.md @@ -0,0 +1 @@ +# High-frequency entries requiring review... \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/gold/security/firewall.cfg b/shellops/assets/ShellOps_a5e6e04475/gold/security/firewall.cfg new file mode 100644 index 0000000000000000000000000000000000000000..fed937455f239df7bf49ca74771b38563263b9ea --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/gold/security/firewall.cfg @@ -0,0 +1,5 @@ +entry=FW_001 +entry=FW_002 +entry=FW_003 +entry=FW_005 +entry=FW_001 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/gold/security/legacy/deprecated.cfg b/shellops/assets/ShellOps_a5e6e04475/gold/security/legacy/deprecated.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d19a2a6efbaf37912ae6d3d5a4fa9365c6396c7a --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/gold/security/legacy/deprecated.cfg @@ -0,0 +1,3 @@ +entry=OLD_777 +entry=OLD_777 +entry=OLD_777 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/init/security/access.cfg b/shellops/assets/ShellOps_a5e6e04475/init/security/access.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f59235274fbfa36850c8811cf30c8e1509a1922a --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/init/security/access.cfg @@ -0,0 +1,4 @@ +entry=AC_404 +entry=FW_001 +entry=AC_909 +entry=AC_404 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/init/security/audit_report.md b/shellops/assets/ShellOps_a5e6e04475/init/security/audit_report.md new file mode 100644 index 0000000000000000000000000000000000000000..a7a97e3d98b0c5a92ae54f29bf076f7bd2f14194 --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/init/security/audit_report.md @@ -0,0 +1 @@ +# High-frequency entries requiring review... \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/init/security/firewall.cfg b/shellops/assets/ShellOps_a5e6e04475/init/security/firewall.cfg new file mode 100644 index 0000000000000000000000000000000000000000..fed937455f239df7bf49ca74771b38563263b9ea --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/init/security/firewall.cfg @@ -0,0 +1,5 @@ +entry=FW_001 +entry=FW_002 +entry=FW_003 +entry=FW_005 +entry=FW_001 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5e6e04475/init/security/legacy/deprecated.cfg b/shellops/assets/ShellOps_a5e6e04475/init/security/legacy/deprecated.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d19a2a6efbaf37912ae6d3d5a4fa9365c6396c7a --- /dev/null +++ b/shellops/assets/ShellOps_a5e6e04475/init/security/legacy/deprecated.cfg @@ -0,0 +1,3 @@ +entry=OLD_777 +entry=OLD_777 +entry=OLD_777 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a5f9ab7900/gold/assignments.txt b/shellops/assets/ShellOps_a5f9ab7900/gold/assignments.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1eb0e265632a43d6df06e144fc44467bb70f609 --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/gold/assignments.txt @@ -0,0 +1,13 @@ +# current fleet assignments +fuel_nozzle +brake_pad +oil_filter +distributor_cap +air_filter +# next batch +gasket_set +ignition_coil +clutch_plate + + +spark_plug_v1 diff --git a/shellops/assets/ShellOps_a5f9ab7900/gold/gaps.txt b/shellops/assets/ShellOps_a5f9ab7900/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..a352365363dcf6d1f2085e6f5fa4b6a9119add8b --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/gold/gaps.txt @@ -0,0 +1,4 @@ +air_filter +clutch_plate +distributor_cap +spark_plug_v1 diff --git a/shellops/assets/ShellOps_a5f9ab7900/gold/kits.xml b/shellops/assets/ShellOps_a5f9ab7900/gold/kits.xml new file mode 100644 index 0000000000000000000000000000000000000000..9ad8b7415bee950d4876bf50eda70cedca2fa942 --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/gold/kits.xml @@ -0,0 +1,11 @@ + + +gasket_set +clutch_plate +fuel_nozzle +spark_plug_v1 +oil_filter +brake_pad +carburetor +ignition_coil + diff --git a/shellops/assets/ShellOps_a5f9ab7900/gold/notes.md b/shellops/assets/ShellOps_a5f9ab7900/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a67a6c13695d866efe4aa498804a31017932e30a --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/gold/notes.md @@ -0,0 +1,4 @@ +## Fleet maintenance notes +- distributor_cap is not yet approved but appears in assignments. +- air_filter missing from approved components. +- clutch_plate pending approval. diff --git a/shellops/assets/ShellOps_a5f9ab7900/gold/vault/archived_assignments.txt b/shellops/assets/ShellOps_a5f9ab7900/gold/vault/archived_assignments.txt new file mode 100644 index 0000000000000000000000000000000000000000..a64d327c8b9792530ac18675ab3afeb412031536 --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/gold/vault/archived_assignments.txt @@ -0,0 +1,4 @@ +# archived from last quarter +carburetor +injector_nozzle +suspension_bushing diff --git a/shellops/assets/ShellOps_a5f9ab7900/init/assignments.txt b/shellops/assets/ShellOps_a5f9ab7900/init/assignments.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1eb0e265632a43d6df06e144fc44467bb70f609 --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/init/assignments.txt @@ -0,0 +1,13 @@ +# current fleet assignments +fuel_nozzle +brake_pad +oil_filter +distributor_cap +air_filter +# next batch +gasket_set +ignition_coil +clutch_plate + + +spark_plug_v1 diff --git a/shellops/assets/ShellOps_a5f9ab7900/init/kits.xml b/shellops/assets/ShellOps_a5f9ab7900/init/kits.xml new file mode 100644 index 0000000000000000000000000000000000000000..9ad8b7415bee950d4876bf50eda70cedca2fa942 --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/init/kits.xml @@ -0,0 +1,11 @@ + + +gasket_set +clutch_plate +fuel_nozzle +spark_plug_v1 +oil_filter +brake_pad +carburetor +ignition_coil + diff --git a/shellops/assets/ShellOps_a5f9ab7900/init/notes.md b/shellops/assets/ShellOps_a5f9ab7900/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a67a6c13695d866efe4aa498804a31017932e30a --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/init/notes.md @@ -0,0 +1,4 @@ +## Fleet maintenance notes +- distributor_cap is not yet approved but appears in assignments. +- air_filter missing from approved components. +- clutch_plate pending approval. diff --git a/shellops/assets/ShellOps_a5f9ab7900/init/vault/archived_assignments.txt b/shellops/assets/ShellOps_a5f9ab7900/init/vault/archived_assignments.txt new file mode 100644 index 0000000000000000000000000000000000000000..a64d327c8b9792530ac18675ab3afeb412031536 --- /dev/null +++ b/shellops/assets/ShellOps_a5f9ab7900/init/vault/archived_assignments.txt @@ -0,0 +1,4 @@ +# archived from last quarter +carburetor +injector_nozzle +suspension_bushing diff --git a/shellops/assets/ShellOps_a651174156/gold/README.md b/shellops/assets/ShellOps_a651174156/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ef013c24344624c6e015083d156b6891eae28c6d --- /dev/null +++ b/shellops/assets/ShellOps_a651174156/gold/README.md @@ -0,0 +1,3 @@ +# Feature Management + +This system tracks feature flags for different components. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a651174156/gold/active_features.tsv b/shellops/assets/ShellOps_a651174156/gold/active_features.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bccb761a289db9036533c7264d7b85336dca9a7c --- /dev/null +++ b/shellops/assets/ShellOps_a651174156/gold/active_features.tsv @@ -0,0 +1,3 @@ +alpha 1.2 +delta 2.1 +gamma 3.4 diff --git a/shellops/assets/ShellOps_a651174156/gold/config/feature_flags.json b/shellops/assets/ShellOps_a651174156/gold/config/feature_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..2060e1a06382a9102417da86da7b329ab5b655f8 --- /dev/null +++ b/shellops/assets/ShellOps_a651174156/gold/config/feature_flags.json @@ -0,0 +1,22 @@ +[ + { + "status": "active", + "name": "alpha", + "version": 1.2 + }, + { + "status": "inactive", + "name": "beta", + "version": 0.9 + }, + { + "status": "active", + "name": "gamma", + "version": 3.4 + }, + { + "status": "active", + "name": "delta", + "version": 2.1 + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_a651174156/init/.tmp/scratch.txt b/shellops/assets/ShellOps_a651174156/init/.tmp/scratch.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa3331e990e5d1e0e977b0dc278f4d04fb2097c9 --- /dev/null +++ b/shellops/assets/ShellOps_a651174156/init/.tmp/scratch.txt @@ -0,0 +1 @@ +Temporary workspace for processing feature flags \ No newline at end of file diff --git a/shellops/assets/ShellOps_a651174156/init/README.md b/shellops/assets/ShellOps_a651174156/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ef013c24344624c6e015083d156b6891eae28c6d --- /dev/null +++ b/shellops/assets/ShellOps_a651174156/init/README.md @@ -0,0 +1,3 @@ +# Feature Management + +This system tracks feature flags for different components. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a651174156/init/config/feature_flags.json b/shellops/assets/ShellOps_a651174156/init/config/feature_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..2060e1a06382a9102417da86da7b329ab5b655f8 --- /dev/null +++ b/shellops/assets/ShellOps_a651174156/init/config/feature_flags.json @@ -0,0 +1,22 @@ +[ + { + "status": "active", + "name": "alpha", + "version": 1.2 + }, + { + "status": "inactive", + "name": "beta", + "version": 0.9 + }, + { + "status": "active", + "name": "gamma", + "version": 3.4 + }, + { + "status": "active", + "name": "delta", + "version": 2.1 + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6a04504d4/gold/exclusions.json b/shellops/assets/ShellOps_a6a04504d4/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..2e87544f8becf2ac5a8a5a9462924930306a09e1 --- /dev/null +++ b/shellops/assets/ShellOps_a6a04504d4/gold/exclusions.json @@ -0,0 +1,7 @@ +{ + "excluded_endpoints": [ + "user/change-password", + "user/register", + "metrics/detailed" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6a04504d4/gold/routing/alpha.json b/shellops/assets/ShellOps_a6a04504d4/gold/routing/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..88e35e9f87ec0c1c2965b8ad50921de7546d38e6 --- /dev/null +++ b/shellops/assets/ShellOps_a6a04504d4/gold/routing/alpha.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { "id": "user/login", "status": "active", "deprecated": false }, + { "id": "user/register", "status": "active", "deprecated": false }, + { "id": "user/change-password", "status": "active", "deprecated": true }, + { "id": "user/logout", "status": "disabled", "deprecated": false }, + { "id": "admin/users", "status": "active", "deprecated": false } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6a04504d4/gold/routing/beta.json b/shellops/assets/ShellOps_a6a04504d4/gold/routing/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..55f260e1c0e0b3e3a22c7553907031e1c35246bf --- /dev/null +++ b/shellops/assets/ShellOps_a6a04504d4/gold/routing/beta.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { "id": "admin/roles", "status": "active", "deprecated": false }, + { "id": "metrics/overview", "status": "active", "deprecated": false }, + { "id": "user/change-password", "status": "active", "deprecated": true }, + { "id": "metrics/detailed", "status": "active", "deprecated": false }, + { "id": "admin/users", "status": "active", "deprecated": false } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6a04504d4/init/exclusions.json b/shellops/assets/ShellOps_a6a04504d4/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..2e87544f8becf2ac5a8a5a9462924930306a09e1 --- /dev/null +++ b/shellops/assets/ShellOps_a6a04504d4/init/exclusions.json @@ -0,0 +1,7 @@ +{ + "excluded_endpoints": [ + "user/change-password", + "user/register", + "metrics/detailed" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6a04504d4/init/routing/alpha.json b/shellops/assets/ShellOps_a6a04504d4/init/routing/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..88e35e9f87ec0c1c2965b8ad50921de7546d38e6 --- /dev/null +++ b/shellops/assets/ShellOps_a6a04504d4/init/routing/alpha.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { "id": "user/login", "status": "active", "deprecated": false }, + { "id": "user/register", "status": "active", "deprecated": false }, + { "id": "user/change-password", "status": "active", "deprecated": true }, + { "id": "user/logout", "status": "disabled", "deprecated": false }, + { "id": "admin/users", "status": "active", "deprecated": false } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6a04504d4/init/routing/beta.json b/shellops/assets/ShellOps_a6a04504d4/init/routing/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..55f260e1c0e0b3e3a22c7553907031e1c35246bf --- /dev/null +++ b/shellops/assets/ShellOps_a6a04504d4/init/routing/beta.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { "id": "admin/roles", "status": "active", "deprecated": false }, + { "id": "metrics/overview", "status": "active", "deprecated": false }, + { "id": "user/change-password", "status": "active", "deprecated": true }, + { "id": "metrics/detailed", "status": "active", "deprecated": false }, + { "id": "admin/users", "status": "active", "deprecated": false } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6c798f0a1/gold/allowed_interfaces.txt b/shellops/assets/ShellOps_a6c798f0a1/gold/allowed_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..0082468e6e81dcbad036e86307f516db9d78148f --- /dev/null +++ b/shellops/assets/ShellOps_a6c798f0a1/gold/allowed_interfaces.txt @@ -0,0 +1,4 @@ +eth0 +can1 +usb0 +pci1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6c798f0a1/gold/core_interfaces.xml b/shellops/assets/ShellOps_a6c798f0a1/gold/core_interfaces.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd8632455f36db8de906eca7c70d659dae65fabc --- /dev/null +++ b/shellops/assets/ShellOps_a6c798f0a1/gold/core_interfaces.xml @@ -0,0 +1,5 @@ + + eth0 + can1 + spi2 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6c798f0a1/gold/pending_reviews.txt b/shellops/assets/ShellOps_a6c798f0a1/gold/pending_reviews.txt new file mode 100644 index 0000000000000000000000000000000000000000..d11baef732dcb5023c04875a6ba6e2b372027f37 --- /dev/null +++ b/shellops/assets/ShellOps_a6c798f0a1/gold/pending_reviews.txt @@ -0,0 +1 @@ +spi2 diff --git a/shellops/assets/ShellOps_a6c798f0a1/init/allowed_interfaces.txt b/shellops/assets/ShellOps_a6c798f0a1/init/allowed_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..0082468e6e81dcbad036e86307f516db9d78148f --- /dev/null +++ b/shellops/assets/ShellOps_a6c798f0a1/init/allowed_interfaces.txt @@ -0,0 +1,4 @@ +eth0 +can1 +usb0 +pci1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6c798f0a1/init/core_interfaces.xml b/shellops/assets/ShellOps_a6c798f0a1/init/core_interfaces.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd8632455f36db8de906eca7c70d659dae65fabc --- /dev/null +++ b/shellops/assets/ShellOps_a6c798f0a1/init/core_interfaces.xml @@ -0,0 +1,5 @@ + + eth0 + can1 + spi2 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/gold/exclusions/decommissioned.txt b/shellops/assets/ShellOps_a6dd12452c/gold/exclusions/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ba2b694fc654b19831cdf674dbef1c92c8ea8e0 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/gold/exclusions/decommissioned.txt @@ -0,0 +1,2 @@ +dev_9001 +dev_1003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/gold/notes/irrelevant.md b/shellops/assets/ShellOps_a6dd12452c/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..133d3856299a5dd59c05028e038b9e1a9a98bc5a --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/gold/notes/irrelevant.md @@ -0,0 +1 @@ +Scratch notes about future telemetry schema changes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/gold/reports/active_devices.txt b/shellops/assets/ShellOps_a6dd12452c/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..6eeb0f160410d15c2c010d6113a51e49e3c14034 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/gold/reports/active_devices.txt @@ -0,0 +1,2 @@ +dev_1001 +dev_1004 diff --git a/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/alpha.json b/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7b71b563d7da52e038ec3c1606449beec56d79ba --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_1001", "status": "active", "zone": "west"} +{"device_id": "dev_1002", "status": "standby", "zone": "west"} +{"device_id": "dev_1003", "status": "active", "zone": "east"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/archive/old.json b/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/archive/old.json new file mode 100644 index 0000000000000000000000000000000000000000..243f5281cc781b4ae8af0a136729a4e8b7893662 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/archive/old.json @@ -0,0 +1 @@ +{"device_id": "dev_9001", "status": "active", "zone": "legacy"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/beta.json b/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..374113572310f7a355acf953712812c215fa14b7 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/gold/telemetry/beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_1004", "status": "active", "zone": "north"} +{"device_id": "dev_1005", "status": "inactive", "zone": "south"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/init/exclusions/decommissioned.txt b/shellops/assets/ShellOps_a6dd12452c/init/exclusions/decommissioned.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ba2b694fc654b19831cdf674dbef1c92c8ea8e0 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/init/exclusions/decommissioned.txt @@ -0,0 +1,2 @@ +dev_9001 +dev_1003 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/init/notes/irrelevant.md b/shellops/assets/ShellOps_a6dd12452c/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..133d3856299a5dd59c05028e038b9e1a9a98bc5a --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/init/notes/irrelevant.md @@ -0,0 +1 @@ +Scratch notes about future telemetry schema changes. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/init/telemetry/alpha.json b/shellops/assets/ShellOps_a6dd12452c/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7b71b563d7da52e038ec3c1606449beec56d79ba --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/init/telemetry/alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_1001", "status": "active", "zone": "west"} +{"device_id": "dev_1002", "status": "standby", "zone": "west"} +{"device_id": "dev_1003", "status": "active", "zone": "east"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/init/telemetry/archive/old.json b/shellops/assets/ShellOps_a6dd12452c/init/telemetry/archive/old.json new file mode 100644 index 0000000000000000000000000000000000000000..243f5281cc781b4ae8af0a136729a4e8b7893662 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/init/telemetry/archive/old.json @@ -0,0 +1 @@ +{"device_id": "dev_9001", "status": "active", "zone": "legacy"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a6dd12452c/init/telemetry/beta.json b/shellops/assets/ShellOps_a6dd12452c/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..374113572310f7a355acf953712812c215fa14b7 --- /dev/null +++ b/shellops/assets/ShellOps_a6dd12452c/init/telemetry/beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_1004", "status": "active", "zone": "north"} +{"device_id": "dev_1005", "status": "inactive", "zone": "south"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a70e238f8e/gold/citations/.keep b/shellops/assets/ShellOps_a70e238f8e/gold/citations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a70e238f8e/gold/citations/behavioral_research.bib b/shellops/assets/ShellOps_a70e238f8e/gold/citations/behavioral_research.bib new file mode 100644 index 0000000000000000000000000000000000000000..e119b2c37fdc7be448ef06ff86ea6498c2a48f54 --- /dev/null +++ b/shellops/assets/ShellOps_a70e238f8e/gold/citations/behavioral_research.bib @@ -0,0 +1,24 @@ +@article{kim2023learning, + author = {Kim, G. and Park, H.}, + title = {Learning dynamics in reward-based tasks}, + journal = {Journal of Experimental Psychology: Animal Learning and Cognition}, + year = {2023}, + volume = {49}, + pages = {112-130} +} +@article{rodriguez2021decision, + author = {Rodriguez, I. and Lopez, J.}, + title = {Decision making under uncertainty}, + journal = {Nat Neurosci}, + year = {2021}, + volume = {24}, + pages = {876-890} +} +@article{chen2022attention, + author = {Chen, K. and Li, M.}, + title = {Attentional modulation in visual cortex}, + journal = {Journal of Neuroscience}, + year = {2022}, + volume = {42}, + pages = {200-215} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a70e238f8e/gold/citations/neuroscience_studies.bib b/shellops/assets/ShellOps_a70e238f8e/gold/citations/neuroscience_studies.bib new file mode 100644 index 0000000000000000000000000000000000000000..0b32e783ae7756a38f2d414569874a5fc2d7e79a --- /dev/null +++ b/shellops/assets/ShellOps_a70e238f8e/gold/citations/neuroscience_studies.bib @@ -0,0 +1,24 @@ +@article{smith2021neural, + author = {Smith, A. and Jones, B.}, + title = {Neural mechanisms of memory}, + journal = {Journal of Neuroscience}, + year = {2021}, + volume = {41}, + pages = {123-145} +} +@article{lee2022synaptic, + author = {Lee, C. and Brown, D.}, + title = {Synaptic plasticity in cortical networks}, + journal = {Nat Neurosci}, + year = {2022}, + volume = {25}, + pages = {567-589} +} +@article{wang2020connectome, + author = {Wang, E. and Zhang, F.}, + title = {Large-scale connectome analysis}, + journal = {Neuron}, + year = {2020}, + volume = {108}, + pages = {301-315} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a70e238f8e/init/citations/.keep b/shellops/assets/ShellOps_a70e238f8e/init/citations/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a70e238f8e/init/citations/behavioral_research.bib b/shellops/assets/ShellOps_a70e238f8e/init/citations/behavioral_research.bib new file mode 100644 index 0000000000000000000000000000000000000000..e119b2c37fdc7be448ef06ff86ea6498c2a48f54 --- /dev/null +++ b/shellops/assets/ShellOps_a70e238f8e/init/citations/behavioral_research.bib @@ -0,0 +1,24 @@ +@article{kim2023learning, + author = {Kim, G. and Park, H.}, + title = {Learning dynamics in reward-based tasks}, + journal = {Journal of Experimental Psychology: Animal Learning and Cognition}, + year = {2023}, + volume = {49}, + pages = {112-130} +} +@article{rodriguez2021decision, + author = {Rodriguez, I. and Lopez, J.}, + title = {Decision making under uncertainty}, + journal = {Nat Neurosci}, + year = {2021}, + volume = {24}, + pages = {876-890} +} +@article{chen2022attention, + author = {Chen, K. and Li, M.}, + title = {Attentional modulation in visual cortex}, + journal = {Journal of Neuroscience}, + year = {2022}, + volume = {42}, + pages = {200-215} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a70e238f8e/init/citations/neuroscience_studies.bib b/shellops/assets/ShellOps_a70e238f8e/init/citations/neuroscience_studies.bib new file mode 100644 index 0000000000000000000000000000000000000000..0b32e783ae7756a38f2d414569874a5fc2d7e79a --- /dev/null +++ b/shellops/assets/ShellOps_a70e238f8e/init/citations/neuroscience_studies.bib @@ -0,0 +1,24 @@ +@article{smith2021neural, + author = {Smith, A. and Jones, B.}, + title = {Neural mechanisms of memory}, + journal = {Journal of Neuroscience}, + year = {2021}, + volume = {41}, + pages = {123-145} +} +@article{lee2022synaptic, + author = {Lee, C. and Brown, D.}, + title = {Synaptic plasticity in cortical networks}, + journal = {Nat Neurosci}, + year = {2022}, + volume = {25}, + pages = {567-589} +} +@article{wang2020connectome, + author = {Wang, E. and Zhang, F.}, + title = {Large-scale connectome analysis}, + journal = {Neuron}, + year = {2020}, + volume = {108}, + pages = {301-315} +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a75fb22085/gold/missing_modules.txt b/shellops/assets/ShellOps_a75fb22085/gold/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..41c67176cf4c5dc2985cfe806daa1fd844c05d52 --- /dev/null +++ b/shellops/assets/ShellOps_a75fb22085/gold/missing_modules.txt @@ -0,0 +1,2 @@ +module_auth +module_metrics diff --git a/shellops/assets/ShellOps_a75fb22085/gold/modules.log b/shellops/assets/ShellOps_a75fb22085/gold/modules.log new file mode 100644 index 0000000000000000000000000000000000000000..d28bb1130d896da20f5f0e4f23431b48e39ff10f --- /dev/null +++ b/shellops/assets/ShellOps_a75fb22085/gold/modules.log @@ -0,0 +1,3 @@ +2024-04-15 08:10:22 Loaded module: module_data +2024-04-15 08:10:23 Loaded module: module_cache +2024-04-15 08:10:24 Loaded module: module_queues diff --git a/shellops/assets/ShellOps_a75fb22085/gold/setup.cfg b/shellops/assets/ShellOps_a75fb22085/gold/setup.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c516187e34f1fb7305476367841b9c10df5f9e3f --- /dev/null +++ b/shellops/assets/ShellOps_a75fb22085/gold/setup.cfg @@ -0,0 +1,5 @@ +module_data=sqlalchemy +module_cache=redis +module_auth=oauth2 +module_metrics=prometheus +module_queues=rabbitmq diff --git a/shellops/assets/ShellOps_a75fb22085/init/modules.log b/shellops/assets/ShellOps_a75fb22085/init/modules.log new file mode 100644 index 0000000000000000000000000000000000000000..d28bb1130d896da20f5f0e4f23431b48e39ff10f --- /dev/null +++ b/shellops/assets/ShellOps_a75fb22085/init/modules.log @@ -0,0 +1,3 @@ +2024-04-15 08:10:22 Loaded module: module_data +2024-04-15 08:10:23 Loaded module: module_cache +2024-04-15 08:10:24 Loaded module: module_queues diff --git a/shellops/assets/ShellOps_a75fb22085/init/setup.cfg b/shellops/assets/ShellOps_a75fb22085/init/setup.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c516187e34f1fb7305476367841b9c10df5f9e3f --- /dev/null +++ b/shellops/assets/ShellOps_a75fb22085/init/setup.cfg @@ -0,0 +1,5 @@ +module_data=sqlalchemy +module_cache=redis +module_auth=oauth2 +module_metrics=prometheus +module_queues=rabbitmq diff --git a/shellops/assets/ShellOps_a7673e391d/gold/active_debug_flags.out b/shellops/assets/ShellOps_a7673e391d/gold/active_debug_flags.out new file mode 100644 index 0000000000000000000000000000000000000000..ec34acfca1b55d0956441f8aba455a1572f76499 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/gold/active_debug_flags.out @@ -0,0 +1,4 @@ +debug_level +debug_logging +debug_tracing +debug_verbosity diff --git a/shellops/assets/ShellOps_a7673e391d/gold/configs/service_a.conf b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..e6935b713ae5acf04c99b2ca3fb96d16db2f821a --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_a.conf @@ -0,0 +1,3 @@ +# debug_mode=1 +debug_level=3 +debug_verbosity=2 diff --git a/shellops/assets/ShellOps_a7673e391d/gold/configs/service_b.conf b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..f4cff8eb105da39d103d9cd2e70e432c6f027c91 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_b.conf @@ -0,0 +1,2 @@ +debug_tracing=1 +# debug_enabled=0 diff --git a/shellops/assets/ShellOps_a7673e391d/gold/configs/service_c.conf b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..e64258c0ea39d122da8ac2c13da46bd700e6c068 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_c.conf @@ -0,0 +1,2 @@ +debug_logging=1 +# debug_errors=1 diff --git a/shellops/assets/ShellOps_a7673e391d/gold/configs/service_d.conf b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..4f64512f88818204ef67d145f35f9666d0706c20 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/gold/configs/service_d.conf @@ -0,0 +1,2 @@ +# debug_output=1 +debug_level=2 diff --git a/shellops/assets/ShellOps_a7673e391d/init/configs/service_a.conf b/shellops/assets/ShellOps_a7673e391d/init/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..e6935b713ae5acf04c99b2ca3fb96d16db2f821a --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/init/configs/service_a.conf @@ -0,0 +1,3 @@ +# debug_mode=1 +debug_level=3 +debug_verbosity=2 diff --git a/shellops/assets/ShellOps_a7673e391d/init/configs/service_b.conf b/shellops/assets/ShellOps_a7673e391d/init/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..f4cff8eb105da39d103d9cd2e70e432c6f027c91 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/init/configs/service_b.conf @@ -0,0 +1,2 @@ +debug_tracing=1 +# debug_enabled=0 diff --git a/shellops/assets/ShellOps_a7673e391d/init/configs/service_c.conf b/shellops/assets/ShellOps_a7673e391d/init/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..e64258c0ea39d122da8ac2c13da46bd700e6c068 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/init/configs/service_c.conf @@ -0,0 +1,2 @@ +debug_logging=1 +# debug_errors=1 diff --git a/shellops/assets/ShellOps_a7673e391d/init/configs/service_d.conf b/shellops/assets/ShellOps_a7673e391d/init/configs/service_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..4f64512f88818204ef67d145f35f9666d0706c20 --- /dev/null +++ b/shellops/assets/ShellOps_a7673e391d/init/configs/service_d.conf @@ -0,0 +1,2 @@ +# debug_output=1 +debug_level=2 diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/.keep b/shellops/assets/ShellOps_a769b6a187/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_001.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_001.json new file mode 100644 index 0000000000000000000000000000000000000000..d9bd40bbbc3c6dcfd782646eebeb4740e6dde088 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_001.json @@ -0,0 +1 @@ +{"id":"001","state":"pending","duration":120} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_002.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_002.json new file mode 100644 index 0000000000000000000000000000000000000000..72ea359deb9d67171d77eb01b0f6df996d7a0bf4 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_002.json @@ -0,0 +1 @@ +{"id":"002","state":"completed","duration":45} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_003.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_003.json new file mode 100644 index 0000000000000000000000000000000000000000..6ff81198fa2916ccdae98c37af1f41e312619751 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_003.json @@ -0,0 +1 @@ +{"id":"003","state":"failed","duration":300} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_004.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_004.json new file mode 100644 index 0000000000000000000000000000000000000000..bf279acc808991de801b09a1736bacb816f2ab7d --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_004.json @@ -0,0 +1 @@ +{"id":"004","state":"completed","duration":90} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_005.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_005.json new file mode 100644 index 0000000000000000000000000000000000000000..58fe69a6863798cd1596ab2e9cf2ba95ce53f39a --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_005.json @@ -0,0 +1 @@ +{"id":"005","state":"pending","duration":60} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_006.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_006.json new file mode 100644 index 0000000000000000000000000000000000000000..ef4632e8533bf5c18ede899635035d3c911b050c --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_006.json @@ -0,0 +1 @@ +{"id":"006","state":"running","duration":30} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_007.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_007.json new file mode 100644 index 0000000000000000000000000000000000000000..ef261530736c355f16c0ce5ddf7d3dc6a5ad8af9 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_007.json @@ -0,0 +1 @@ +{"id":"007","state":"completed","duration":120} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/gold/runs/task_008.json b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_008.json new file mode 100644 index 0000000000000000000000000000000000000000..eb1c1713ff3b1f028e02b1d02ff73e9c92bc4410 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/gold/runs/task_008.json @@ -0,0 +1 @@ +{"id":"008","state":"pending","duration":75} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/.keep b/shellops/assets/ShellOps_a769b6a187/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_001.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_001.json new file mode 100644 index 0000000000000000000000000000000000000000..d9bd40bbbc3c6dcfd782646eebeb4740e6dde088 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_001.json @@ -0,0 +1 @@ +{"id":"001","state":"pending","duration":120} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_002.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_002.json new file mode 100644 index 0000000000000000000000000000000000000000..72ea359deb9d67171d77eb01b0f6df996d7a0bf4 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_002.json @@ -0,0 +1 @@ +{"id":"002","state":"completed","duration":45} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_003.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_003.json new file mode 100644 index 0000000000000000000000000000000000000000..6ff81198fa2916ccdae98c37af1f41e312619751 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_003.json @@ -0,0 +1 @@ +{"id":"003","state":"failed","duration":300} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_004.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_004.json new file mode 100644 index 0000000000000000000000000000000000000000..bf279acc808991de801b09a1736bacb816f2ab7d --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_004.json @@ -0,0 +1 @@ +{"id":"004","state":"completed","duration":90} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_005.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_005.json new file mode 100644 index 0000000000000000000000000000000000000000..58fe69a6863798cd1596ab2e9cf2ba95ce53f39a --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_005.json @@ -0,0 +1 @@ +{"id":"005","state":"pending","duration":60} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_006.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_006.json new file mode 100644 index 0000000000000000000000000000000000000000..ef4632e8533bf5c18ede899635035d3c911b050c --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_006.json @@ -0,0 +1 @@ +{"id":"006","state":"running","duration":30} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_007.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_007.json new file mode 100644 index 0000000000000000000000000000000000000000..ef261530736c355f16c0ce5ddf7d3dc6a5ad8af9 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_007.json @@ -0,0 +1 @@ +{"id":"007","state":"completed","duration":120} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a769b6a187/init/runs/task_008.json b/shellops/assets/ShellOps_a769b6a187/init/runs/task_008.json new file mode 100644 index 0000000000000000000000000000000000000000..eb1c1713ff3b1f028e02b1d02ff73e9c92bc4410 --- /dev/null +++ b/shellops/assets/ShellOps_a769b6a187/init/runs/task_008.json @@ -0,0 +1 @@ +{"id":"008","state":"pending","duration":75} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a7891ba1f6/gold/errors/error1.json b/shellops/assets/ShellOps_a7891ba1f6/gold/errors/error1.json new file mode 100644 index 0000000000000000000000000000000000000000..527f4b2a22935a4a154f98d978d2c84f7dd6db92 --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/gold/errors/error1.json @@ -0,0 +1,2 @@ +{"timestamp": "2023-10-01T12:34:56Z", "status": "suppressed", "error_code": "ERR404"} +{"timestamp": "2023-10-01T12:35:00Z", "status": "active", "error_code": "ERR500"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a7891ba1f6/gold/errors/error2.json b/shellops/assets/ShellOps_a7891ba1f6/gold/errors/error2.json new file mode 100644 index 0000000000000000000000000000000000000000..e080a56ec01365e2b07c74e6f616205e9ef6c411 --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/gold/errors/error2.json @@ -0,0 +1,2 @@ +{"timestamp": "2023-10-02T08:15:00Z", "status": "suppressed", "error_code": "ERR404"} +{"timestamp": "2023-10-02T08:20:00Z", "status": "suppressed", "error_code": "ERR502"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a7891ba1f6/gold/excluded_errors.yml b/shellops/assets/ShellOps_a7891ba1f6/gold/excluded_errors.yml new file mode 100644 index 0000000000000000000000000000000000000000..04dc3da71d938fcda84fda4ea7f630644d9a7ead --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/gold/excluded_errors.yml @@ -0,0 +1,3 @@ +excluded: + - ERR500 + - ERR401 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a7891ba1f6/gold/unresolved_errors.tsv b/shellops/assets/ShellOps_a7891ba1f6/gold/unresolved_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7e395a7bf2d422c87d7e35880b9e2f36f975786c --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/gold/unresolved_errors.tsv @@ -0,0 +1,2 @@ +ERR404 2 +ERR502 1 diff --git a/shellops/assets/ShellOps_a7891ba1f6/init/errors/error1.json b/shellops/assets/ShellOps_a7891ba1f6/init/errors/error1.json new file mode 100644 index 0000000000000000000000000000000000000000..527f4b2a22935a4a154f98d978d2c84f7dd6db92 --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/init/errors/error1.json @@ -0,0 +1,2 @@ +{"timestamp": "2023-10-01T12:34:56Z", "status": "suppressed", "error_code": "ERR404"} +{"timestamp": "2023-10-01T12:35:00Z", "status": "active", "error_code": "ERR500"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a7891ba1f6/init/errors/error2.json b/shellops/assets/ShellOps_a7891ba1f6/init/errors/error2.json new file mode 100644 index 0000000000000000000000000000000000000000..e080a56ec01365e2b07c74e6f616205e9ef6c411 --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/init/errors/error2.json @@ -0,0 +1,2 @@ +{"timestamp": "2023-10-02T08:15:00Z", "status": "suppressed", "error_code": "ERR404"} +{"timestamp": "2023-10-02T08:20:00Z", "status": "suppressed", "error_code": "ERR502"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a7891ba1f6/init/excluded_errors.yml b/shellops/assets/ShellOps_a7891ba1f6/init/excluded_errors.yml new file mode 100644 index 0000000000000000000000000000000000000000..04dc3da71d938fcda84fda4ea7f630644d9a7ead --- /dev/null +++ b/shellops/assets/ShellOps_a7891ba1f6/init/excluded_errors.yml @@ -0,0 +1,3 @@ +excluded: + - ERR500 + - ERR401 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a86e56a562/gold/devices.tsv b/shellops/assets/ShellOps_a86e56a562/gold/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ff7ed87d0f761ae3d0fbfdd245475786f90d43b4 --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/gold/devices.tsv @@ -0,0 +1,7 @@ +device_name device_id status +alpha-node 1001 active +beta-node 1015 maintenance +gamma-node 1023 active +delta-node 1042 active +epsilon-node 1075 active +zeta-node 1088 active diff --git a/shellops/assets/ShellOps_a86e56a562/gold/diag_errors.log b/shellops/assets/ShellOps_a86e56a562/gold/diag_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..a8240f7e16bcff6dc870da409556459c5a8c3740 --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/gold/diag_errors.log @@ -0,0 +1,7 @@ +2025-04-01 08:15:22 [ERROR] DEV=1042 sensor timeout +2025-04-01 08:17:45 [ERROR] DEV=1001 checksum failure +2025-04-01 08:18:12 [WARN] DEV=1042 retry scheduled +2025-04-01 08:20:33 [ERROR] DEV=1075 buffer overflow +2025-04-01 08:21:09 [ERROR] DEV=1001 repeated failure +2025-04-01 08:22:47 [ERROR] DEV=1099 read error +2025-04-01 08:24:05 [ERROR] DEV=1015 calibration failed diff --git a/shellops/assets/ShellOps_a86e56a562/gold/missing_devices.txt b/shellops/assets/ShellOps_a86e56a562/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d58aa7a87e3a96bf3ecc38b5cd41013798b7148 --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/gold/missing_devices.txt @@ -0,0 +1 @@ +1099 diff --git a/shellops/assets/ShellOps_a86e56a562/gold/notes.txt b/shellops/assets/ShellOps_a86e56a562/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..b07c52ca62f6e5fc23b57cd398c80854ad9324fd --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/gold/notes.txt @@ -0,0 +1 @@ +Audit checkpoint: telemetry errors must map to inventoried devices. diff --git a/shellops/assets/ShellOps_a86e56a562/init/devices.tsv b/shellops/assets/ShellOps_a86e56a562/init/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ff7ed87d0f761ae3d0fbfdd245475786f90d43b4 --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/init/devices.tsv @@ -0,0 +1,7 @@ +device_name device_id status +alpha-node 1001 active +beta-node 1015 maintenance +gamma-node 1023 active +delta-node 1042 active +epsilon-node 1075 active +zeta-node 1088 active diff --git a/shellops/assets/ShellOps_a86e56a562/init/diag_errors.log b/shellops/assets/ShellOps_a86e56a562/init/diag_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..a8240f7e16bcff6dc870da409556459c5a8c3740 --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/init/diag_errors.log @@ -0,0 +1,7 @@ +2025-04-01 08:15:22 [ERROR] DEV=1042 sensor timeout +2025-04-01 08:17:45 [ERROR] DEV=1001 checksum failure +2025-04-01 08:18:12 [WARN] DEV=1042 retry scheduled +2025-04-01 08:20:33 [ERROR] DEV=1075 buffer overflow +2025-04-01 08:21:09 [ERROR] DEV=1001 repeated failure +2025-04-01 08:22:47 [ERROR] DEV=1099 read error +2025-04-01 08:24:05 [ERROR] DEV=1015 calibration failed diff --git a/shellops/assets/ShellOps_a86e56a562/init/notes.txt b/shellops/assets/ShellOps_a86e56a562/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..b07c52ca62f6e5fc23b57cd398c80854ad9324fd --- /dev/null +++ b/shellops/assets/ShellOps_a86e56a562/init/notes.txt @@ -0,0 +1 @@ +Audit checkpoint: telemetry errors must map to inventoried devices. diff --git a/shellops/assets/ShellOps_a89b0be341/gold/docs/legacy/guide1.md b/shellops/assets/ShellOps_a89b0be341/gold/docs/legacy/guide1.md new file mode 100644 index 0000000000000000000000000000000000000000..ba9975743049371d74ce03b4fe0fa67a59cc2541 --- /dev/null +++ b/shellops/assets/ShellOps_a89b0be341/gold/docs/legacy/guide1.md @@ -0,0 +1,8 @@ +# Introduction +This is a guide. +## Getting Started +Follow these steps. +# Troubleshooting +Common issues. +## FAQ +Frequently asked questions. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a89b0be341/gold/docs/legacy/guide2.md b/shellops/assets/ShellOps_a89b0be341/gold/docs/legacy/guide2.md new file mode 100644 index 0000000000000000000000000000000000000000..594a8df2fd0a9627c58f12281b7b899f95cb486c --- /dev/null +++ b/shellops/assets/ShellOps_a89b0be341/gold/docs/legacy/guide2.md @@ -0,0 +1,8 @@ +# Overview +Project details. +## Features +Key functionalities. +# Setup +Installation steps. +## Configuration +Custom settings. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a89b0be341/gold/headings_summary.md b/shellops/assets/ShellOps_a89b0be341/gold/headings_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..d09ede994fd92f215f216f47388053cce7e189ae --- /dev/null +++ b/shellops/assets/ShellOps_a89b0be341/gold/headings_summary.md @@ -0,0 +1,8 @@ +# Introduction +# Overview +# Setup +# Troubleshooting +## Configuration +## FAQ +## Features +## Getting Started diff --git a/shellops/assets/ShellOps_a89b0be341/init/docs/legacy/guide1.md b/shellops/assets/ShellOps_a89b0be341/init/docs/legacy/guide1.md new file mode 100644 index 0000000000000000000000000000000000000000..ba9975743049371d74ce03b4fe0fa67a59cc2541 --- /dev/null +++ b/shellops/assets/ShellOps_a89b0be341/init/docs/legacy/guide1.md @@ -0,0 +1,8 @@ +# Introduction +This is a guide. +## Getting Started +Follow these steps. +# Troubleshooting +Common issues. +## FAQ +Frequently asked questions. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a89b0be341/init/docs/legacy/guide2.md b/shellops/assets/ShellOps_a89b0be341/init/docs/legacy/guide2.md new file mode 100644 index 0000000000000000000000000000000000000000..594a8df2fd0a9627c58f12281b7b899f95cb486c --- /dev/null +++ b/shellops/assets/ShellOps_a89b0be341/init/docs/legacy/guide2.md @@ -0,0 +1,8 @@ +# Overview +Project details. +## Features +Key functionalities. +# Setup +Installation steps. +## Configuration +Custom settings. \ No newline at end of file diff --git a/shellops/assets/ShellOps_a8c067cfa3/gold/makes.txt b/shellops/assets/ShellOps_a8c067cfa3/gold/makes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1bfd9caeaa19b9f9020c24d1a195ee7719258e8 --- /dev/null +++ b/shellops/assets/ShellOps_a8c067cfa3/gold/makes.txt @@ -0,0 +1,4 @@ +Ford +Honda +Tesla +Toyota diff --git a/shellops/assets/ShellOps_a8c067cfa3/gold/vehicles.csv b/shellops/assets/ShellOps_a8c067cfa3/gold/vehicles.csv new file mode 100644 index 0000000000000000000000000000000000000000..634f32a330dde86633aec8e0aab77b8fb081e2f6 --- /dev/null +++ b/shellops/assets/ShellOps_a8c067cfa3/gold/vehicles.csv @@ -0,0 +1,11 @@ +make,model,year +Toyota,Corolla,2020 +Honda,Civic,2019 +Toyota,Camry,2021 +Ford,F-150,2018 +Honda,Accord,2020 +Ford,Mustang,2017 +Tesla,Model S,2022 +Toyota,Highlander,2019 +Honda,Pilot,2021 +Ford,Explorer,2020 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a8c067cfa3/init/makes.txt b/shellops/assets/ShellOps_a8c067cfa3/init/makes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a8c067cfa3/init/vehicles.csv b/shellops/assets/ShellOps_a8c067cfa3/init/vehicles.csv new file mode 100644 index 0000000000000000000000000000000000000000..634f32a330dde86633aec8e0aab77b8fb081e2f6 --- /dev/null +++ b/shellops/assets/ShellOps_a8c067cfa3/init/vehicles.csv @@ -0,0 +1,11 @@ +make,model,year +Toyota,Corolla,2020 +Honda,Civic,2019 +Toyota,Camry,2021 +Ford,F-150,2018 +Honda,Accord,2020 +Ford,Mustang,2017 +Tesla,Model S,2022 +Toyota,Highlander,2019 +Honda,Pilot,2021 +Ford,Explorer,2020 \ No newline at end of file diff --git a/shellops/assets/ShellOps_a8d2fd8c68/gold/deploy/approved_services.json b/shellops/assets/ShellOps_a8d2fd8c68/gold/deploy/approved_services.json new file mode 100644 index 0000000000000000000000000000000000000000..40d102823ea70910dc24056e7122b9842fec7829 --- /dev/null +++ b/shellops/assets/ShellOps_a8d2fd8c68/gold/deploy/approved_services.json @@ -0,0 +1,7 @@ +[ + {"service_id": "web-frontend", "owner": "platform", "version": "3.2.1", "deploy": true, "env": "prod"}, + {"service_id": "auth-service", "owner": "security", "version": "2.0.4", "deploy": true, "env": "prod"}, + {"service_id": "analytics", "owner": "data", "version": "1.5.0", "deploy": true, "env": "staging"}, + {"service_id": "legacy-db", "owner": "ops", "version": "0.9.1", "deploy": false, "env": "prod"}, + {"service_id": "cache-layer", "owner": "platform", "version": "4.1.0", "deploy": true, "env": "prod"} +] diff --git a/shellops/assets/ShellOps_a8d2fd8c68/init/deploy/approved_services.json b/shellops/assets/ShellOps_a8d2fd8c68/init/deploy/approved_services.json new file mode 100644 index 0000000000000000000000000000000000000000..40d102823ea70910dc24056e7122b9842fec7829 --- /dev/null +++ b/shellops/assets/ShellOps_a8d2fd8c68/init/deploy/approved_services.json @@ -0,0 +1,7 @@ +[ + {"service_id": "web-frontend", "owner": "platform", "version": "3.2.1", "deploy": true, "env": "prod"}, + {"service_id": "auth-service", "owner": "security", "version": "2.0.4", "deploy": true, "env": "prod"}, + {"service_id": "analytics", "owner": "data", "version": "1.5.0", "deploy": true, "env": "staging"}, + {"service_id": "legacy-db", "owner": "ops", "version": "0.9.1", "deploy": false, "env": "prod"}, + {"service_id": "cache-layer", "owner": "platform", "version": "4.1.0", "deploy": true, "env": "prod"} +] diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client1.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..543a56f0018f3dbfba1ff68009f2c2c2a0ef5cff --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client1.cfg @@ -0,0 +1,5 @@ +interface=eth0 +ip=192.168.1.2 + +interface=eth1 +ip=10.0.0.1 diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client2.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..64923cbfc152852412e16d471e5ed40f8f110816 --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client2.cfg @@ -0,0 +1,5 @@ +interface=eth0 +ip=192.168.1.3 + +interface=eth2 +ip=10.0.0.2 diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client3.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..763caec5dedbe830574beb959be03e983a40e886 --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/gold/configs/client3.cfg @@ -0,0 +1,5 @@ +interface=eth0 +ip=192.168.1.4 + +interface=eth3 +ip=10.0.0.3 diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/gold/network_interfaces.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/gold/network_interfaces.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f860db631d362508f4c3e6457aefd077260add90 --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/gold/network_interfaces.cfg @@ -0,0 +1,4 @@ +interface=eth0 +interface=eth1 +interface=eth2 +interface=eth3 diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client1.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..543a56f0018f3dbfba1ff68009f2c2c2a0ef5cff --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client1.cfg @@ -0,0 +1,5 @@ +interface=eth0 +ip=192.168.1.2 + +interface=eth1 +ip=10.0.0.1 diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client2.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..64923cbfc152852412e16d471e5ed40f8f110816 --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client2.cfg @@ -0,0 +1,5 @@ +interface=eth0 +ip=192.168.1.3 + +interface=eth2 +ip=10.0.0.2 diff --git a/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client3.cfg b/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..763caec5dedbe830574beb959be03e983a40e886 --- /dev/null +++ b/shellops/assets/ShellOps_a8ddc7fe9b/init/configs/client3.cfg @@ -0,0 +1,5 @@ +interface=eth0 +ip=192.168.1.4 + +interface=eth3 +ip=10.0.0.3 diff --git a/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/app_a/Dockerfile b/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/app_a/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..52ad05fed0c8939e414da53cf2f928c40bcd6767 --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/app_a/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu:20.04 +ENV OPENSHIFT_APP_TIER=registry.redhat.io/openshift42/ose-nginx:latest +COPY . /app diff --git a/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/app_b/Dockerfile b/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/app_b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..b1b186d456d53d6850c8b7f28ad8bad6694ee370 --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/app_b/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine:3.12 +ENV OPENSHIFT_APP_TIER=registry.redhat.io/openshift42/ose-nginx:latest +USER 1001 diff --git a/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/legacy/Dockerfile b/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/legacy/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..114131c29ea50e5ae406324989221df33918ee29 --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/gold/container_platforms/legacy/Dockerfile @@ -0,0 +1,3 @@ +FROM centos:7 +ENV OPENSHIFT_APP_TIER=registry.redhat.io/openshift42/ose-nginx:latest +RUN yum install -y epel-release diff --git a/shellops/assets/ShellOps_a8f04a2f3d/gold/openshift_updates.out b/shellops/assets/ShellOps_a8f04a2f3d/gold/openshift_updates.out new file mode 100644 index 0000000000000000000000000000000000000000..6b76bff2c9b9110f2fd16dc8c79a0716b8a69201 --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/gold/openshift_updates.out @@ -0,0 +1,3 @@ +container_platforms/app_a/Dockerfile +container_platforms/app_b/Dockerfile +container_platforms/legacy/Dockerfile diff --git a/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/app_a/Dockerfile b/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/app_a/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..c83f7c28a78b4df361cde44f8ea44b6a1cd80914 --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/app_a/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu:20.04 +ENV OPENSHIFT_APP_TIER=nginx:1.18 +COPY . /app diff --git a/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/app_b/Dockerfile b/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/app_b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..ba561e4cf78057c2733d8536b91dba743dfa9969 --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/app_b/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine:3.12 +ENV OPENSHIFT_APP_TIER=nginxinc/nginx-unprivileged:alpine +USER 1001 diff --git a/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/legacy/Dockerfile b/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/legacy/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..910b7b7dda5302998ea56c26738b214f1f14428f --- /dev/null +++ b/shellops/assets/ShellOps_a8f04a2f3d/init/container_platforms/legacy/Dockerfile @@ -0,0 +1,3 @@ +FROM centos:7 +ENV OPENSHIFT_APP_TIER=myregistry/old-nginx:latest +RUN yum install -y epel-release diff --git a/shellops/assets/ShellOps_a90d0c0de4/gold/active_deprecated.txt b/shellops/assets/ShellOps_a90d0c0de4/gold/active_deprecated.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a70174f0c32b9b5b6269cdf111803d52bba02e7 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/gold/active_deprecated.txt @@ -0,0 +1,2 @@ +comp_epsilon +comp_gamma diff --git a/shellops/assets/ShellOps_a90d0c0de4/gold/component_registry.xml b/shellops/assets/ShellOps_a90d0c0de4/gold/component_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..4c2f0e009cf7df6ccaf40fcf33a4cc0977ba72b7 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/gold/component_registry.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a90d0c0de4/gold/inventory.txt b/shellops/assets/ShellOps_a90d0c0de4/gold/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea617d02d06edc400385e21f81bcd56698cd0f17 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/gold/inventory.txt @@ -0,0 +1,5 @@ +comp_beta +comp_gamma +comp_delta +comp_epsilon +comp_zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_a90d0c0de4/gold/notes.md b/shellops/assets/ShellOps_a90d0c0de4/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e78e1a8cbed46c857eea000a2f02b341cd57d7d8 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/gold/notes.md @@ -0,0 +1,8 @@ +# Component Registry and Inventory Notes + +- comp_alpha: deprecated, not in inventory +- comp_beta: active, in inventory +- comp_gamma: deprecated, still in inventory +- comp_delta: active, in inventory +- comp_epsilon: deprecated, still in inventory +- comp_zeta: unknown status, in inventory diff --git a/shellops/assets/ShellOps_a90d0c0de4/init/component_registry.xml b/shellops/assets/ShellOps_a90d0c0de4/init/component_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..4c2f0e009cf7df6ccaf40fcf33a4cc0977ba72b7 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/init/component_registry.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_a90d0c0de4/init/inventory.txt b/shellops/assets/ShellOps_a90d0c0de4/init/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea617d02d06edc400385e21f81bcd56698cd0f17 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/init/inventory.txt @@ -0,0 +1,5 @@ +comp_beta +comp_gamma +comp_delta +comp_epsilon +comp_zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_a90d0c0de4/init/notes.md b/shellops/assets/ShellOps_a90d0c0de4/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e78e1a8cbed46c857eea000a2f02b341cd57d7d8 --- /dev/null +++ b/shellops/assets/ShellOps_a90d0c0de4/init/notes.md @@ -0,0 +1,8 @@ +# Component Registry and Inventory Notes + +- comp_alpha: deprecated, not in inventory +- comp_beta: active, in inventory +- comp_gamma: deprecated, still in inventory +- comp_delta: active, in inventory +- comp_epsilon: deprecated, still in inventory +- comp_zeta: unknown status, in inventory diff --git a/shellops/assets/ShellOps_a927325bd1/gold/discrepancies.md b/shellops/assets/ShellOps_a927325bd1/gold/discrepancies.md new file mode 100644 index 0000000000000000000000000000000000000000..556b5cfdfa3fbdc555e49e85d0e1d833e2994ea4 --- /dev/null +++ b/shellops/assets/ShellOps_a927325bd1/gold/discrepancies.md @@ -0,0 +1 @@ +room_east_wing diff --git a/shellops/assets/ShellOps_a927325bd1/gold/floor_plan_a.ini b/shellops/assets/ShellOps_a927325bd1/gold/floor_plan_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..9be2b44c9582635c37e3378cd68ca196d85fc35e --- /dev/null +++ b/shellops/assets/ShellOps_a927325bd1/gold/floor_plan_a.ini @@ -0,0 +1,4 @@ +room_gallery_north=main hall +room_east_wing=sculpture area +room_terrace=open space +lighting_config=standard diff --git a/shellops/assets/ShellOps_a927325bd1/gold/setup_times.conf b/shellops/assets/ShellOps_a927325bd1/gold/setup_times.conf new file mode 100644 index 0000000000000000000000000000000000000000..a4a5ecaa87a42ca2bc892f227233686c89e6c68f --- /dev/null +++ b/shellops/assets/ShellOps_a927325bd1/gold/setup_times.conf @@ -0,0 +1,3 @@ +room_gallery_north=2024-04-15_09:00 +room_terrace=2024-04-16_11:30 +sound_system=zone_a diff --git a/shellops/assets/ShellOps_a927325bd1/init/discrepancies.md b/shellops/assets/ShellOps_a927325bd1/init/discrepancies.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_a927325bd1/init/floor_plan_a.ini b/shellops/assets/ShellOps_a927325bd1/init/floor_plan_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..9be2b44c9582635c37e3378cd68ca196d85fc35e --- /dev/null +++ b/shellops/assets/ShellOps_a927325bd1/init/floor_plan_a.ini @@ -0,0 +1,4 @@ +room_gallery_north=main hall +room_east_wing=sculpture area +room_terrace=open space +lighting_config=standard diff --git a/shellops/assets/ShellOps_a927325bd1/init/setup_times.conf b/shellops/assets/ShellOps_a927325bd1/init/setup_times.conf new file mode 100644 index 0000000000000000000000000000000000000000..a4a5ecaa87a42ca2bc892f227233686c89e6c68f --- /dev/null +++ b/shellops/assets/ShellOps_a927325bd1/init/setup_times.conf @@ -0,0 +1,3 @@ +room_gallery_north=2024-04-15_09:00 +room_terrace=2024-04-16_11:30 +sound_system=zone_a diff --git a/shellops/assets/ShellOps_a92918add2/gold/.merged_allow.conf b/shellops/assets/ShellOps_a92918add2/gold/.merged_allow.conf new file mode 100644 index 0000000000000000000000000000000000000000..0836f85e49b21a35fa0961adca804f34878d770e --- /dev/null +++ b/shellops/assets/ShellOps_a92918add2/gold/.merged_allow.conf @@ -0,0 +1,3 @@ + +/data/cache +/var/log/app diff --git a/shellops/assets/ShellOps_a92918add2/gold/rules/allow.conf b/shellops/assets/ShellOps_a92918add2/gold/rules/allow.conf new file mode 100644 index 0000000000000000000000000000000000000000..6fe970804250d3b24cb505239ce8e8f9407afbb9 --- /dev/null +++ b/shellops/assets/ShellOps_a92918add2/gold/rules/allow.conf @@ -0,0 +1,8 @@ +# Legacy paths +/home/legacy/tmp +# Production paths +/var/log/app +/data/cache + +# Debug +#/dev/shm \ No newline at end of file diff --git a/shellops/assets/ShellOps_a92918add2/gold/rules/deny.conf b/shellops/assets/ShellOps_a92918add2/gold/rules/deny.conf new file mode 100644 index 0000000000000000000000000000000000000000..8dd96ba8aee2cb9d780e5e241c7188626c3ba84a --- /dev/null +++ b/shellops/assets/ShellOps_a92918add2/gold/rules/deny.conf @@ -0,0 +1,9 @@ +/var/log/app +# Internal networks +192.168.1.0/24 + +/data/cache +tmp/scratch + +# Whitelist exceptions +#/var/log/app/debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_a92918add2/init/rules/allow.conf b/shellops/assets/ShellOps_a92918add2/init/rules/allow.conf new file mode 100644 index 0000000000000000000000000000000000000000..6fe970804250d3b24cb505239ce8e8f9407afbb9 --- /dev/null +++ b/shellops/assets/ShellOps_a92918add2/init/rules/allow.conf @@ -0,0 +1,8 @@ +# Legacy paths +/home/legacy/tmp +# Production paths +/var/log/app +/data/cache + +# Debug +#/dev/shm \ No newline at end of file diff --git a/shellops/assets/ShellOps_a92918add2/init/rules/deny.conf b/shellops/assets/ShellOps_a92918add2/init/rules/deny.conf new file mode 100644 index 0000000000000000000000000000000000000000..8dd96ba8aee2cb9d780e5e241c7188626c3ba84a --- /dev/null +++ b/shellops/assets/ShellOps_a92918add2/init/rules/deny.conf @@ -0,0 +1,9 @@ +/var/log/app +# Internal networks +192.168.1.0/24 + +/data/cache +tmp/scratch + +# Whitelist exceptions +#/var/log/app/debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/gold/active_router_sensors.txt b/shellops/assets/ShellOps_a96000214f/gold/active_router_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..2355d28297fab0cf73819c353d70545eea79f323 --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/gold/active_router_sensors.txt @@ -0,0 +1,2 @@ +sens_b002 +sens_g001 diff --git a/shellops/assets/ShellOps_a96000214f/gold/notes/irrelevant.md b/shellops/assets/ShellOps_a96000214f/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..04d5e33110ead90f5db4422f1292ce46cc03833a --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/gold/notes/irrelevant.md @@ -0,0 +1 @@ +Legacy calibration notes (not used in this analysis). diff --git a/shellops/assets/ShellOps_a96000214f/gold/streams/alpha.json b/shellops/assets/ShellOps_a96000214f/gold/streams/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..59c3643dbf052d975d5b3119237e1ae33e42d072 --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/gold/streams/alpha.json @@ -0,0 +1,3 @@ +{"sensor_id": "sens_a001", "session_state": "active", "endpoint": "router-north"} +{"sensor_id": "sens_a002", "session_state": "idle", "endpoint": "router-north"} +{"sensor_id": "sens_a003", "session_state": "active", "endpoint": "switch-west"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/gold/streams/beta.json b/shellops/assets/ShellOps_a96000214f/gold/streams/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..0548313d310d3da65efb238edfed724d2e9d96ac --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/gold/streams/beta.json @@ -0,0 +1,3 @@ +{"sensor_id": "sens_b001", "session_state": "active", "endpoint": "router-east"} +{"sensor_id": "sens_b002", "session_state": "active", "endpoint": "router-south"} +{"sensor_id": "sens_b003", "session_state": "active", "endpoint": "gateway-central"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/gold/streams/gamma.json b/shellops/assets/ShellOps_a96000214f/gold/streams/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb2964b9f5e2a9d4792dc796251a0b0c4a78d8d --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/gold/streams/gamma.json @@ -0,0 +1,2 @@ +{"sensor_id": "sens_g001", "session_state": "active", "endpoint": "router-core"} +{"sensor_id": "sens_g002", "session_state": "pending", "endpoint": "router-edge"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/gold/suppressed_sensors.txt b/shellops/assets/ShellOps_a96000214f/gold/suppressed_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..411d5fcac4b8319abe62bb5680c1f71443bd1f52 --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/gold/suppressed_sensors.txt @@ -0,0 +1,3 @@ +# Maintenance blacklist +sens_a001 +sens_b001 diff --git a/shellops/assets/ShellOps_a96000214f/init/notes/irrelevant.md b/shellops/assets/ShellOps_a96000214f/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..04d5e33110ead90f5db4422f1292ce46cc03833a --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/init/notes/irrelevant.md @@ -0,0 +1 @@ +Legacy calibration notes (not used in this analysis). diff --git a/shellops/assets/ShellOps_a96000214f/init/streams/alpha.json b/shellops/assets/ShellOps_a96000214f/init/streams/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..59c3643dbf052d975d5b3119237e1ae33e42d072 --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/init/streams/alpha.json @@ -0,0 +1,3 @@ +{"sensor_id": "sens_a001", "session_state": "active", "endpoint": "router-north"} +{"sensor_id": "sens_a002", "session_state": "idle", "endpoint": "router-north"} +{"sensor_id": "sens_a003", "session_state": "active", "endpoint": "switch-west"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/init/streams/beta.json b/shellops/assets/ShellOps_a96000214f/init/streams/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..0548313d310d3da65efb238edfed724d2e9d96ac --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/init/streams/beta.json @@ -0,0 +1,3 @@ +{"sensor_id": "sens_b001", "session_state": "active", "endpoint": "router-east"} +{"sensor_id": "sens_b002", "session_state": "active", "endpoint": "router-south"} +{"sensor_id": "sens_b003", "session_state": "active", "endpoint": "gateway-central"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/init/streams/gamma.json b/shellops/assets/ShellOps_a96000214f/init/streams/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb2964b9f5e2a9d4792dc796251a0b0c4a78d8d --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/init/streams/gamma.json @@ -0,0 +1,2 @@ +{"sensor_id": "sens_g001", "session_state": "active", "endpoint": "router-core"} +{"sensor_id": "sens_g002", "session_state": "pending", "endpoint": "router-edge"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_a96000214f/init/suppressed_sensors.txt b/shellops/assets/ShellOps_a96000214f/init/suppressed_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..411d5fcac4b8319abe62bb5680c1f71443bd1f52 --- /dev/null +++ b/shellops/assets/ShellOps_a96000214f/init/suppressed_sensors.txt @@ -0,0 +1,3 @@ +# Maintenance blacklist +sens_a001 +sens_b001 diff --git a/shellops/assets/ShellOps_a9d3973890/gold/scripts/run_tests.sh b/shellops/assets/ShellOps_a9d3973890/gold/scripts/run_tests.sh new file mode 100644 index 0000000000000000000000000000000000000000..fe5648b8e98434868ee2bb7b1ca7f6a6c72e9fd3 --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/gold/scripts/run_tests.sh @@ -0,0 +1,6 @@ +#!/bin/bash +pytest src/tests/unit/ +pytest src/tests/legacy/test_auth.py +pytest src/tests/integration/ +pytest src/tests/legacy/test_db.py +pytest src/tests/load/ diff --git a/shellops/assets/ShellOps_a9d3973890/gold/scripts/run_tests_updated.sh b/shellops/assets/ShellOps_a9d3973890/gold/scripts/run_tests_updated.sh new file mode 100644 index 0000000000000000000000000000000000000000..792840f11adbb2b653f834f75ab5f2c5df0dd007 --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/gold/scripts/run_tests_updated.sh @@ -0,0 +1,6 @@ +#!/bin/bash +pytest src/tests/unit/ +pytest src/tests/archive/test_auth.py +pytest src/tests/integration/ +pytest src/tests/archive/test_db.py +pytest src/tests/load/ diff --git a/shellops/assets/ShellOps_a9d3973890/gold/src/tests/legacy/test_auth.py b/shellops/assets/ShellOps_a9d3973890/gold/src/tests/legacy/test_auth.py new file mode 100644 index 0000000000000000000000000000000000000000..03836c068520a4859d1df694fc1808fa3428fb9f --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/gold/src/tests/legacy/test_auth.py @@ -0,0 +1 @@ +# Moved to archive \ No newline at end of file diff --git a/shellops/assets/ShellOps_a9d3973890/gold/src/tests/legacy/test_db.py b/shellops/assets/ShellOps_a9d3973890/gold/src/tests/legacy/test_db.py new file mode 100644 index 0000000000000000000000000000000000000000..03836c068520a4859d1df694fc1808fa3428fb9f --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/gold/src/tests/legacy/test_db.py @@ -0,0 +1 @@ +# Moved to archive \ No newline at end of file diff --git a/shellops/assets/ShellOps_a9d3973890/init/scripts/run_tests.sh b/shellops/assets/ShellOps_a9d3973890/init/scripts/run_tests.sh new file mode 100644 index 0000000000000000000000000000000000000000..fe5648b8e98434868ee2bb7b1ca7f6a6c72e9fd3 --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/init/scripts/run_tests.sh @@ -0,0 +1,6 @@ +#!/bin/bash +pytest src/tests/unit/ +pytest src/tests/legacy/test_auth.py +pytest src/tests/integration/ +pytest src/tests/legacy/test_db.py +pytest src/tests/load/ diff --git a/shellops/assets/ShellOps_a9d3973890/init/src/tests/legacy/test_auth.py b/shellops/assets/ShellOps_a9d3973890/init/src/tests/legacy/test_auth.py new file mode 100644 index 0000000000000000000000000000000000000000..03836c068520a4859d1df694fc1808fa3428fb9f --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/init/src/tests/legacy/test_auth.py @@ -0,0 +1 @@ +# Moved to archive \ No newline at end of file diff --git a/shellops/assets/ShellOps_a9d3973890/init/src/tests/legacy/test_db.py b/shellops/assets/ShellOps_a9d3973890/init/src/tests/legacy/test_db.py new file mode 100644 index 0000000000000000000000000000000000000000..03836c068520a4859d1df694fc1808fa3428fb9f --- /dev/null +++ b/shellops/assets/ShellOps_a9d3973890/init/src/tests/legacy/test_db.py @@ -0,0 +1 @@ +# Moved to archive \ No newline at end of file diff --git a/shellops/assets/ShellOps_aa02d9325a/gold/exclusions/notes.md b/shellops/assets/ShellOps_aa02d9325a/gold/exclusions/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e30f70b612b76dd73317842f993111d6815f2a09 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/gold/exclusions/notes.md @@ -0,0 +1,4 @@ +# Retired sensors log + +- SN-1006: decommissioned 2024-01-15 +- SN-1001: replaced by SN-1007 (not yet in registry) diff --git a/shellops/assets/ShellOps_aa02d9325a/gold/exclusions/retired.txt b/shellops/assets/ShellOps_aa02d9325a/gold/exclusions/retired.txt new file mode 100644 index 0000000000000000000000000000000000000000..c763729c8d608509389b5ec42efd9ae24c579de8 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/gold/exclusions/retired.txt @@ -0,0 +1,2 @@ +SN-1006 +SN-1001 diff --git a/shellops/assets/ShellOps_aa02d9325a/gold/reports/active_sensors.txt b/shellops/assets/ShellOps_aa02d9325a/gold/reports/active_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c85bb5388711b07fd67e8c3d9ae1cbdce83d8f6 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/gold/reports/active_sensors.txt @@ -0,0 +1,2 @@ +SN-1004 +SN-1005 diff --git a/shellops/assets/ShellOps_aa02d9325a/gold/sensors/registry.json b/shellops/assets/ShellOps_aa02d9325a/gold/sensors/registry.json new file mode 100644 index 0000000000000000000000000000000000000000..c3381248b39dc9d698ab2128c427f9b04abf5ce3 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/gold/sensors/registry.json @@ -0,0 +1,8 @@ +[ + {"sensor_id": "SN-1001", "status": "active", "location": "Building A/Lobby"}, + {"sensor_id": "SN-1002", "status": "inactive", "location": "Building A/Floor 2"}, + {"sensor_id": "SN-1003", "status": "maintenance", "location": "Building B/Basement"}, + {"sensor_id": "SN-1004", "status": "active", "location": "Building C/Room 101"}, + {"sensor_id": "SN-1005", "status": "active", "location": "Building A/Floor 3"}, + {"sensor_id": "SN-1006", "status": "retired", "location": "Building B/Storage"} +] diff --git a/shellops/assets/ShellOps_aa02d9325a/init/exclusions/notes.md b/shellops/assets/ShellOps_aa02d9325a/init/exclusions/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e30f70b612b76dd73317842f993111d6815f2a09 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/init/exclusions/notes.md @@ -0,0 +1,4 @@ +# Retired sensors log + +- SN-1006: decommissioned 2024-01-15 +- SN-1001: replaced by SN-1007 (not yet in registry) diff --git a/shellops/assets/ShellOps_aa02d9325a/init/exclusions/retired.txt b/shellops/assets/ShellOps_aa02d9325a/init/exclusions/retired.txt new file mode 100644 index 0000000000000000000000000000000000000000..c763729c8d608509389b5ec42efd9ae24c579de8 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/init/exclusions/retired.txt @@ -0,0 +1,2 @@ +SN-1006 +SN-1001 diff --git a/shellops/assets/ShellOps_aa02d9325a/init/sensors/registry.json b/shellops/assets/ShellOps_aa02d9325a/init/sensors/registry.json new file mode 100644 index 0000000000000000000000000000000000000000..c3381248b39dc9d698ab2128c427f9b04abf5ce3 --- /dev/null +++ b/shellops/assets/ShellOps_aa02d9325a/init/sensors/registry.json @@ -0,0 +1,8 @@ +[ + {"sensor_id": "SN-1001", "status": "active", "location": "Building A/Lobby"}, + {"sensor_id": "SN-1002", "status": "inactive", "location": "Building A/Floor 2"}, + {"sensor_id": "SN-1003", "status": "maintenance", "location": "Building B/Basement"}, + {"sensor_id": "SN-1004", "status": "active", "location": "Building C/Room 101"}, + {"sensor_id": "SN-1005", "status": "active", "location": "Building A/Floor 3"}, + {"sensor_id": "SN-1006", "status": "retired", "location": "Building B/Storage"} +] diff --git a/shellops/assets/ShellOps_aa1ef3356a/gold/misc/tsv/events_feb.2025-03-15.tsv b/shellops/assets/ShellOps_aa1ef3356a/gold/misc/tsv/events_feb.2025-03-15.tsv new file mode 100644 index 0000000000000000000000000000000000000000..731dabef193d423ce599e0fcfb22a707d017d29a --- /dev/null +++ b/shellops/assets/ShellOps_aa1ef3356a/gold/misc/tsv/events_feb.2025-03-15.tsv @@ -0,0 +1,6 @@ +2025-03-15T08:12:34Z cert_rotate issued new CA +2025-03-15T08:12:35Z pod_create nginx-1 +2025-03-15T08:12:36Z cert_expiry warning: cert expires soon +2025-03-15T08:12:37Z config_update api-server flags changed +2025-03-15T08:12:38Z cert_renew intermediate renewed +2025-03-15T08:12:39Z service_restart kube-proxy diff --git a/shellops/assets/ShellOps_aa1ef3356a/gold/timeline/cert_events.txt b/shellops/assets/ShellOps_aa1ef3356a/gold/timeline/cert_events.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d415bf5cc0758ae61b6de803602c9899b8dc019 --- /dev/null +++ b/shellops/assets/ShellOps_aa1ef3356a/gold/timeline/cert_events.txt @@ -0,0 +1,5 @@ +2025-03-15T08:12:34Z +2025-03-15T08:12:36Z +2025-03-15T08:12:38Z +2025-03-15T08:13:02Z +2025-03-15T08:13:04Z diff --git a/shellops/assets/ShellOps_aa1ef3356a/init/misc/tsv/events_feb.2025-03-15.tsv b/shellops/assets/ShellOps_aa1ef3356a/init/misc/tsv/events_feb.2025-03-15.tsv new file mode 100644 index 0000000000000000000000000000000000000000..731dabef193d423ce599e0fcfb22a707d017d29a --- /dev/null +++ b/shellops/assets/ShellOps_aa1ef3356a/init/misc/tsv/events_feb.2025-03-15.tsv @@ -0,0 +1,6 @@ +2025-03-15T08:12:34Z cert_rotate issued new CA +2025-03-15T08:12:35Z pod_create nginx-1 +2025-03-15T08:12:36Z cert_expiry warning: cert expires soon +2025-03-15T08:12:37Z config_update api-server flags changed +2025-03-15T08:12:38Z cert_renew intermediate renewed +2025-03-15T08:12:39Z service_restart kube-proxy diff --git a/shellops/assets/ShellOps_aa2fa90f07/gold/interface_assignments.txt b/shellops/assets/ShellOps_aa2fa90f07/gold/interface_assignments.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b56177baf64173df439301e72a45de90f75bee2 --- /dev/null +++ b/shellops/assets/ShellOps_aa2fa90f07/gold/interface_assignments.txt @@ -0,0 +1,3 @@ +switch01,Gi0/1,up +router02,Fa0/0,down +ap04,WLAN0,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_aa2fa90f07/gold/network_devices.xml b/shellops/assets/ShellOps_aa2fa90f07/gold/network_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..dd386987ee65c002eee55c05dbfa50a0a521ecce --- /dev/null +++ b/shellops/assets/ShellOps_aa2fa90f07/gold/network_devices.xml @@ -0,0 +1,14 @@ + + + switch01 + 192.168.1.10 + + + router02 + 10.0.0.1 + + + firewall03 + 172.16.0.1 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_aa2fa90f07/gold/report.txt b/shellops/assets/ShellOps_aa2fa90f07/gold/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9fe588551d42e28f88468eabfcf4e373e9957be --- /dev/null +++ b/shellops/assets/ShellOps_aa2fa90f07/gold/report.txt @@ -0,0 +1 @@ +firewall03 diff --git a/shellops/assets/ShellOps_aa2fa90f07/init/interface_assignments.txt b/shellops/assets/ShellOps_aa2fa90f07/init/interface_assignments.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b56177baf64173df439301e72a45de90f75bee2 --- /dev/null +++ b/shellops/assets/ShellOps_aa2fa90f07/init/interface_assignments.txt @@ -0,0 +1,3 @@ +switch01,Gi0/1,up +router02,Fa0/0,down +ap04,WLAN0,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_aa2fa90f07/init/network_devices.xml b/shellops/assets/ShellOps_aa2fa90f07/init/network_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..dd386987ee65c002eee55c05dbfa50a0a521ecce --- /dev/null +++ b/shellops/assets/ShellOps_aa2fa90f07/init/network_devices.xml @@ -0,0 +1,14 @@ + + + switch01 + 192.168.1.10 + + + router02 + 10.0.0.1 + + + firewall03 + 172.16.0.1 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/notes.txt b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e21f67bce35dda0a810dd5f1e8541704b291c9d --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/notes.txt @@ -0,0 +1,4 @@ +Zone configuration notes: +- dmz: Demilitarized zone for public-facing services +- internal: Internal corporate network +- external: External (internet) zone diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/report.txt b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..798353aa0ed8008ebb2cb58a3e7e54bc1505527c --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/report.txt @@ -0,0 +1,3 @@ +dmz +external +internal diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneA.cfg b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneA.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7ea83880d7602c12f6e43cc796a61c3b27b14f9f --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneA.cfg @@ -0,0 +1,9 @@ +firewall_rules: + - rule_id: fw001 + source: 10.0.1.0/24 + destination: 10.0.2.0/24 + action: allow + - rule_id: fw002 + source: 10.0.1.0/24 + destination: 10.0.3.0/24 + action: allow diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneA.xml b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneA.xml new file mode 100644 index 0000000000000000000000000000000000000000..4be77147e5f391a56dba61941290ddd69b2b7a41 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneA.xml @@ -0,0 +1,11 @@ + + + + 10.1.1.0/24 + 10.1.2.0/24 + + + 10.1.1.0/24 + 10.1.3.0/24 + + diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneB.cfg b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneB.cfg new file mode 100644 index 0000000000000000000000000000000000000000..5353d012087eb5928bff5e0e7a48fdd48d54f199 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneB.cfg @@ -0,0 +1,9 @@ +firewall_rules: + - rule_id: fw003 + source: 10.0.2.0/24 + destination: 10.0.4.0/24 + action: allow + - rule_id: fw004 + source: 10.0.2.0/24 + destination: 10.0.5.0/24 + action: allow diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneB.xml b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneB.xml new file mode 100644 index 0000000000000000000000000000000000000000..a233d7a22857ffd867e8c2815d81cf1b27240272 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneB.xml @@ -0,0 +1,15 @@ + + + + 10.2.1.0/24 + 10.2.2.0/24 + + + 10.2.1.0/24 + 10.2.3.0/24 + + + 10.2.4.0/24 + 10.2.5.0/24 + + diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneC.cfg b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneC.cfg new file mode 100644 index 0000000000000000000000000000000000000000..979ba42cd49502dd2717833e01a72fd918691f8e --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneC.cfg @@ -0,0 +1,5 @@ +firewall_rules: + - rule_id: fw005 + source: 10.0.3.0/24 + destination: 10.0.6.0/24 + action: allow diff --git a/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneC.xml b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneC.xml new file mode 100644 index 0000000000000000000000000000000000000000..8a49fa409d75551b8dc547b0cf41e42455e20db6 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/gold/security/zones/zoneC.xml @@ -0,0 +1,15 @@ + + + + 10.3.1.0/24 + 10.3.2.0/24 + + + 10.3.1.0/24 + 10.3.3.0/24 + + + 10.3.4.0/24 + 10.3.5.0/24 + + diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/notes.txt b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e21f67bce35dda0a810dd5f1e8541704b291c9d --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/notes.txt @@ -0,0 +1,4 @@ +Zone configuration notes: +- dmz: Demilitarized zone for public-facing services +- internal: Internal corporate network +- external: External (internet) zone diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneA.cfg b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneA.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7ea83880d7602c12f6e43cc796a61c3b27b14f9f --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneA.cfg @@ -0,0 +1,9 @@ +firewall_rules: + - rule_id: fw001 + source: 10.0.1.0/24 + destination: 10.0.2.0/24 + action: allow + - rule_id: fw002 + source: 10.0.1.0/24 + destination: 10.0.3.0/24 + action: allow diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneA.xml b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneA.xml new file mode 100644 index 0000000000000000000000000000000000000000..4be77147e5f391a56dba61941290ddd69b2b7a41 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneA.xml @@ -0,0 +1,11 @@ + + + + 10.1.1.0/24 + 10.1.2.0/24 + + + 10.1.1.0/24 + 10.1.3.0/24 + + diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneB.cfg b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneB.cfg new file mode 100644 index 0000000000000000000000000000000000000000..5353d012087eb5928bff5e0e7a48fdd48d54f199 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneB.cfg @@ -0,0 +1,9 @@ +firewall_rules: + - rule_id: fw003 + source: 10.0.2.0/24 + destination: 10.0.4.0/24 + action: allow + - rule_id: fw004 + source: 10.0.2.0/24 + destination: 10.0.5.0/24 + action: allow diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneB.xml b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneB.xml new file mode 100644 index 0000000000000000000000000000000000000000..a233d7a22857ffd867e8c2815d81cf1b27240272 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneB.xml @@ -0,0 +1,15 @@ + + + + 10.2.1.0/24 + 10.2.2.0/24 + + + 10.2.1.0/24 + 10.2.3.0/24 + + + 10.2.4.0/24 + 10.2.5.0/24 + + diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneC.cfg b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneC.cfg new file mode 100644 index 0000000000000000000000000000000000000000..979ba42cd49502dd2717833e01a72fd918691f8e --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneC.cfg @@ -0,0 +1,5 @@ +firewall_rules: + - rule_id: fw005 + source: 10.0.3.0/24 + destination: 10.0.6.0/24 + action: allow diff --git a/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneC.xml b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneC.xml new file mode 100644 index 0000000000000000000000000000000000000000..8a49fa409d75551b8dc547b0cf41e42455e20db6 --- /dev/null +++ b/shellops/assets/ShellOps_aabaaf2039/init/security/zones/zoneC.xml @@ -0,0 +1,15 @@ + + + + 10.3.1.0/24 + 10.3.2.0/24 + + + 10.3.1.0/24 + 10.3.3.0/24 + + + 10.3.4.0/24 + 10.3.5.0/24 + + diff --git a/shellops/assets/ShellOps_aaf84b817a/gold/lists/announcements.csv b/shellops/assets/ShellOps_aaf84b817a/gold/lists/announcements.csv new file mode 100644 index 0000000000000000000000000000000000000000..5531a5ab3e6147747496169b4dbaf0561677a2f5 --- /dev/null +++ b/shellops/assets/ShellOps_aaf84b817a/gold/lists/announcements.csv @@ -0,0 +1,4 @@ +email,subscribed,joined +user2@test.org,true,2022-01-15 +user1@example.com,false,2023-04-30 +user4@demo.com,true,2023-01-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aaf84b817a/gold/missing_emails.txt b/shellops/assets/ShellOps_aaf84b817a/gold/missing_emails.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d050b0ff960aaa81d11aefacc48e971bd29e6c4 --- /dev/null +++ b/shellops/assets/ShellOps_aaf84b817a/gold/missing_emails.txt @@ -0,0 +1,2 @@ +user3@domain.net +user5@mail.co diff --git a/shellops/assets/ShellOps_aaf84b817a/gold/support/tickets.tsv b/shellops/assets/ShellOps_aaf84b817a/gold/support/tickets.tsv new file mode 100644 index 0000000000000000000000000000000000000000..adb8cc59386f418f3a6a745de81475419af8aa74 --- /dev/null +++ b/shellops/assets/ShellOps_aaf84b817a/gold/support/tickets.tsv @@ -0,0 +1,5 @@ +id date email description +101 2023-05-01 user1@example.com Login issues +102 2023-05-02 user3@domain.net Payment failure +103 2023-05-03 user2@test.org Feature request +104 2023-05-04 user5@mail.co Account lockout \ No newline at end of file diff --git a/shellops/assets/ShellOps_aaf84b817a/init/lists/announcements.csv b/shellops/assets/ShellOps_aaf84b817a/init/lists/announcements.csv new file mode 100644 index 0000000000000000000000000000000000000000..5531a5ab3e6147747496169b4dbaf0561677a2f5 --- /dev/null +++ b/shellops/assets/ShellOps_aaf84b817a/init/lists/announcements.csv @@ -0,0 +1,4 @@ +email,subscribed,joined +user2@test.org,true,2022-01-15 +user1@example.com,false,2023-04-30 +user4@demo.com,true,2023-01-01 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aaf84b817a/init/support/tickets.tsv b/shellops/assets/ShellOps_aaf84b817a/init/support/tickets.tsv new file mode 100644 index 0000000000000000000000000000000000000000..adb8cc59386f418f3a6a745de81475419af8aa74 --- /dev/null +++ b/shellops/assets/ShellOps_aaf84b817a/init/support/tickets.tsv @@ -0,0 +1,5 @@ +id date email description +101 2023-05-01 user1@example.com Login issues +102 2023-05-02 user3@domain.net Payment failure +103 2023-05-03 user2@test.org Feature request +104 2023-05-04 user5@mail.co Account lockout \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ba55974/gold/approved_devices.txt b/shellops/assets/ShellOps_ab0ba55974/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..0951468343df02cbb3f7f38ea48d9c4de6db7bab --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/gold/approved_devices.txt @@ -0,0 +1,5 @@ +dev-1001 +dev-1002 +dev-2001 +dev-2003 +dev-3002 diff --git a/shellops/assets/ShellOps_ab0ba55974/gold/exclusions/blacklist.txt b/shellops/assets/ShellOps_ab0ba55974/gold/exclusions/blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ac270cad787ca0ee4d61fb5f39faa6a7847516e --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/gold/exclusions/blacklist.txt @@ -0,0 +1,2 @@ +dev-2002 +dev-3001 diff --git a/shellops/assets/ShellOps_ab0ba55974/gold/master_inventory.xml b/shellops/assets/ShellOps_ab0ba55974/gold/master_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..f2c6300475f0add0d3801f8861dc262389b0baf6 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/gold/master_inventory.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ba55974/gold/notes/irrelevant.md b/shellops/assets/ShellOps_ab0ba55974/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..5301aa125bc112c2b095cb54272f8a3b9e0c61a0 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Legacy Notes +- dev-9999 was decommissioned last quarter +- site-d migration planned for next year diff --git a/shellops/assets/ShellOps_ab0ba55974/init/exclusions/blacklist.txt b/shellops/assets/ShellOps_ab0ba55974/init/exclusions/blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ac270cad787ca0ee4d61fb5f39faa6a7847516e --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/init/exclusions/blacklist.txt @@ -0,0 +1,2 @@ +dev-2002 +dev-3001 diff --git a/shellops/assets/ShellOps_ab0ba55974/init/master_inventory.xml b/shellops/assets/ShellOps_ab0ba55974/init/master_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..f2c6300475f0add0d3801f8861dc262389b0baf6 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/init/master_inventory.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ba55974/init/notes/irrelevant.md b/shellops/assets/ShellOps_ab0ba55974/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..5301aa125bc112c2b095cb54272f8a3b9e0c61a0 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ba55974/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Legacy Notes +- dev-9999 was decommissioned last quarter +- site-d migration planned for next year diff --git a/shellops/assets/ShellOps_ab0ffd0f06/gold/active_skus.txt b/shellops/assets/ShellOps_ab0ffd0f06/gold/active_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4677a01bb77aa7ceef0c7e005690ebd95d9797 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/gold/active_skus.txt @@ -0,0 +1 @@ +12347 diff --git a/shellops/assets/ShellOps_ab0ffd0f06/gold/archive/old_skus.csv b/shellops/assets/ShellOps_ab0ffd0f06/gold/archive/old_skus.csv new file mode 100644 index 0000000000000000000000000000000000000000..def781c94304e06e15571d69a5c67c0b1288d660 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/gold/archive/old_skus.csv @@ -0,0 +1,3 @@ +SKU,Status +99999,retired +12346,retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ffd0f06/gold/discounts.json b/shellops/assets/ShellOps_ab0ffd0f06/gold/discounts.json new file mode 100644 index 0000000000000000000000000000000000000000..334b852919d7910283a35f9cdb9809b7a1ec327b --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/gold/discounts.json @@ -0,0 +1 @@ +{"expired_promotions": [{"sku": "12345", "discount": 0.15}, {"sku": "12346", "discount": 0.20}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ffd0f06/gold/sales.csv b/shellops/assets/ShellOps_ab0ffd0f06/gold/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..98076593cba23dbe630fcb3dda40a4aef3045d32 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/gold/sales.csv @@ -0,0 +1,5 @@ +SKU,Product,Price,Stock,Status +12345,Widget X,29.99,100,active +12346,Gadget Y,49.99,50,retired +12347,Tool Z,39.99,75,active +12345,Widget X,29.99,200,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ffd0f06/init/archive/old_skus.csv b/shellops/assets/ShellOps_ab0ffd0f06/init/archive/old_skus.csv new file mode 100644 index 0000000000000000000000000000000000000000..def781c94304e06e15571d69a5c67c0b1288d660 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/init/archive/old_skus.csv @@ -0,0 +1,3 @@ +SKU,Status +99999,retired +12346,retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ffd0f06/init/discounts.json b/shellops/assets/ShellOps_ab0ffd0f06/init/discounts.json new file mode 100644 index 0000000000000000000000000000000000000000..334b852919d7910283a35f9cdb9809b7a1ec327b --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/init/discounts.json @@ -0,0 +1 @@ +{"expired_promotions": [{"sku": "12345", "discount": 0.15}, {"sku": "12346", "discount": 0.20}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab0ffd0f06/init/sales.csv b/shellops/assets/ShellOps_ab0ffd0f06/init/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..98076593cba23dbe630fcb3dda40a4aef3045d32 --- /dev/null +++ b/shellops/assets/ShellOps_ab0ffd0f06/init/sales.csv @@ -0,0 +1,5 @@ +SKU,Product,Price,Stock,Status +12345,Widget X,29.99,100,active +12346,Gadget Y,49.99,50,retired +12347,Tool Z,39.99,75,active +12345,Widget X,29.99,200,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab7be43ba1/gold/notes.md b/shellops/assets/ShellOps_ab7be43ba1/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d2b5228b49e828294a670c8c55e36dbdc9a181a0 --- /dev/null +++ b/shellops/assets/ShellOps_ab7be43ba1/gold/notes.md @@ -0,0 +1,5 @@ +# Supplier and Shipment Notes +- suppliers.txt contains the current approved supplier identifiers. +- shipments.xml includes shipment records with supplier references. +- Some suppliers in the XML may not appear in the approved list. +- Focus on identifying unapproved suppliers appearing in shipments. diff --git a/shellops/assets/ShellOps_ab7be43ba1/gold/shipments.xml b/shellops/assets/ShellOps_ab7be43ba1/gold/shipments.xml new file mode 100644 index 0000000000000000000000000000000000000000..a517d175ff535c13073332995f0abf857356c8e0 --- /dev/null +++ b/shellops/assets/ShellOps_ab7be43ba1/gold/shipments.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab7be43ba1/gold/suppliers.txt b/shellops/assets/ShellOps_ab7be43ba1/gold/suppliers.txt new file mode 100644 index 0000000000000000000000000000000000000000..a476f4b1def20ba15002bfd7cf873df3a47edeec --- /dev/null +++ b/shellops/assets/ShellOps_ab7be43ba1/gold/suppliers.txt @@ -0,0 +1,245 @@ +supplier_1001 +supplier_1002 +supplier_1003 +supplier_1005 +supplier_1009 +supplier_1011 +supplier_1012 +supplier_1013 +supplier_1014 +supplier_1015 +supplier_1016 +supplier_1017 +supplier_1018 +supplier_1019 +supplier_1020 +supplier_1021 +supplier_1022 +supplier_1023 +supplier_1024 +supplier_1025 +supplier_1026 +supplier_1027 +supplier_1028 +supplier_1029 +supplier_1030 +supplier_1031 +supplier_1032 +supplier_1033 +supplier_1034 +supplier_1035 +supplier_1036 +supplier_1037 +supplier_1038 +supplier_1039 +supplier_1040 +supplier_1041 +supplier_1042 +supplier_1043 +supplier_1044 +supplier_1045 +supplier_1046 +supplier_1047 +supplier_1048 +supplier_1049 +supplier_1050 +supplier_1051 +supplier_1052 +supplier_1053 +supplier_1054 +supplier_1055 +supplier_1056 +supplier_1057 +supplier_1058 +supplier_1059 +supplier_1060 +supplier_1061 +supplier_1062 +supplier_1063 +supplier_1064 +supplier_1065 +supplier_1066 +supplier_1067 +supplier_1068 +supplier_1069 +supplier_1070 +supplier_1071 +supplier_1072 +supplier_1073 +supplier_1074 +supplier_1075 +supplier_1076 +supplier_1077 +supplier_1078 +supplier_1079 +supplier_1080 +supplier_1081 +supplier_1082 +supplier_1083 +supplier_1084 +supplier_1085 +supplier_1086 +supplier_1087 +supplier_1088 +supplier_1089 +supplier_1090 +supplier_1091 +supplier_1092 +supplier_1093 +supplier_1094 +supplier_1095 +supplier_1096 +supplier_1097 +supplier_1098 +supplier_1099 +supplier_1100 +supplier_1101 +supplier_1102 +supplier_1103 +supplier_1104 +supplier_1105 +supplier_1106 +supplier_1107 +supplier_1108 +supplier_1109 +supplier_1110 +supplier_1111 +supplier_1112 +supplier_1113 +supplier_1114 +supplier_1115 +supplier_1116 +supplier_1117 +supplier_1118 +supplier_1119 +supplier_1120 +supplier_1121 +supplier_1122 +supplier_1123 +supplier_1124 +supplier_1125 +supplier_1126 +supplier_1127 +supplier_1128 +supplier_1129 +supplier_1130 +supplier_1131 +supplier_1132 +supplier_1133 +supplier_1134 +supplier_1135 +supplier_1136 +supplier_1137 +supplier_1138 +supplier_1139 +supplier_1140 +supplier_1141 +supplier_1142 +supplier_1143 +supplier_1144 +supplier_1145 +supplier_1146 +supplier_1147 +supplier_1148 +supplier_1149 +supplier_1150 +supplier_1151 +supplier_1152 +supplier_1153 +supplier_1154 +supplier_1155 +supplier_1156 +supplier_1157 +supplier_1158 +supplier_1159 +supplier_1160 +supplier_1161 +supplier_1162 +supplier_1163 +supplier_1164 +supplier_1165 +supplier_1166 +supplier_1167 +supplier_1168 +supplier_1169 +supplier_1170 +supplier_1171 +supplier_1172 +supplier_1173 +supplier_1174 +supplier_1175 +supplier_1176 +supplier_1177 +supplier_1178 +supplier_1179 +supplier_1180 +supplier_1181 +supplier_1182 +supplier_1183 +supplier_1184 +supplier_1185 +supplier_1186 +supplier_1187 +supplier_1188 +supplier_1189 +supplier_1190 +supplier_1191 +supplier_1192 +supplier_1193 +supplier_1194 +supplier_1195 +supplier_1196 +supplier_1197 +supplier_1198 +supplier_1199 +supplier_1200 +supplier_1201 +supplier_1202 +supplier_1203 +supplier_1204 +supplier_1205 +supplier_1206 +supplier_1207 +supplier_1208 +supplier_1209 +supplier_1210 +supplier_1211 +supplier_1212 +supplier_1213 +supplier_1214 +supplier_1215 +supplier_1216 +supplier_1217 +supplier_1218 +supplier_1219 +supplier_1220 +supplier_1221 +supplier_1222 +supplier_1223 +supplier_1224 +supplier_1225 +supplier_1226 +supplier_1227 +supplier_1228 +supplier_1229 +supplier_1230 +supplier_1231 +supplier_1232 +supplier_1233 +supplier_1234 +supplier_1235 +supplier_1236 +supplier_1237 +supplier_1238 +supplier_1239 +supplier_1240 +supplier_1241 +supplier_1242 +supplier_1243 +supplier_1244 +supplier_1245 +supplier_1246 +supplier_1247 +supplier_1248 +supplier_1249 +supplier_1250 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab7be43ba1/init/notes.md b/shellops/assets/ShellOps_ab7be43ba1/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d2b5228b49e828294a670c8c55e36dbdc9a181a0 --- /dev/null +++ b/shellops/assets/ShellOps_ab7be43ba1/init/notes.md @@ -0,0 +1,5 @@ +# Supplier and Shipment Notes +- suppliers.txt contains the current approved supplier identifiers. +- shipments.xml includes shipment records with supplier references. +- Some suppliers in the XML may not appear in the approved list. +- Focus on identifying unapproved suppliers appearing in shipments. diff --git a/shellops/assets/ShellOps_ab7be43ba1/init/shipments.xml b/shellops/assets/ShellOps_ab7be43ba1/init/shipments.xml new file mode 100644 index 0000000000000000000000000000000000000000..a517d175ff535c13073332995f0abf857356c8e0 --- /dev/null +++ b/shellops/assets/ShellOps_ab7be43ba1/init/shipments.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ab7be43ba1/init/suppliers.txt b/shellops/assets/ShellOps_ab7be43ba1/init/suppliers.txt new file mode 100644 index 0000000000000000000000000000000000000000..a476f4b1def20ba15002bfd7cf873df3a47edeec --- /dev/null +++ b/shellops/assets/ShellOps_ab7be43ba1/init/suppliers.txt @@ -0,0 +1,245 @@ +supplier_1001 +supplier_1002 +supplier_1003 +supplier_1005 +supplier_1009 +supplier_1011 +supplier_1012 +supplier_1013 +supplier_1014 +supplier_1015 +supplier_1016 +supplier_1017 +supplier_1018 +supplier_1019 +supplier_1020 +supplier_1021 +supplier_1022 +supplier_1023 +supplier_1024 +supplier_1025 +supplier_1026 +supplier_1027 +supplier_1028 +supplier_1029 +supplier_1030 +supplier_1031 +supplier_1032 +supplier_1033 +supplier_1034 +supplier_1035 +supplier_1036 +supplier_1037 +supplier_1038 +supplier_1039 +supplier_1040 +supplier_1041 +supplier_1042 +supplier_1043 +supplier_1044 +supplier_1045 +supplier_1046 +supplier_1047 +supplier_1048 +supplier_1049 +supplier_1050 +supplier_1051 +supplier_1052 +supplier_1053 +supplier_1054 +supplier_1055 +supplier_1056 +supplier_1057 +supplier_1058 +supplier_1059 +supplier_1060 +supplier_1061 +supplier_1062 +supplier_1063 +supplier_1064 +supplier_1065 +supplier_1066 +supplier_1067 +supplier_1068 +supplier_1069 +supplier_1070 +supplier_1071 +supplier_1072 +supplier_1073 +supplier_1074 +supplier_1075 +supplier_1076 +supplier_1077 +supplier_1078 +supplier_1079 +supplier_1080 +supplier_1081 +supplier_1082 +supplier_1083 +supplier_1084 +supplier_1085 +supplier_1086 +supplier_1087 +supplier_1088 +supplier_1089 +supplier_1090 +supplier_1091 +supplier_1092 +supplier_1093 +supplier_1094 +supplier_1095 +supplier_1096 +supplier_1097 +supplier_1098 +supplier_1099 +supplier_1100 +supplier_1101 +supplier_1102 +supplier_1103 +supplier_1104 +supplier_1105 +supplier_1106 +supplier_1107 +supplier_1108 +supplier_1109 +supplier_1110 +supplier_1111 +supplier_1112 +supplier_1113 +supplier_1114 +supplier_1115 +supplier_1116 +supplier_1117 +supplier_1118 +supplier_1119 +supplier_1120 +supplier_1121 +supplier_1122 +supplier_1123 +supplier_1124 +supplier_1125 +supplier_1126 +supplier_1127 +supplier_1128 +supplier_1129 +supplier_1130 +supplier_1131 +supplier_1132 +supplier_1133 +supplier_1134 +supplier_1135 +supplier_1136 +supplier_1137 +supplier_1138 +supplier_1139 +supplier_1140 +supplier_1141 +supplier_1142 +supplier_1143 +supplier_1144 +supplier_1145 +supplier_1146 +supplier_1147 +supplier_1148 +supplier_1149 +supplier_1150 +supplier_1151 +supplier_1152 +supplier_1153 +supplier_1154 +supplier_1155 +supplier_1156 +supplier_1157 +supplier_1158 +supplier_1159 +supplier_1160 +supplier_1161 +supplier_1162 +supplier_1163 +supplier_1164 +supplier_1165 +supplier_1166 +supplier_1167 +supplier_1168 +supplier_1169 +supplier_1170 +supplier_1171 +supplier_1172 +supplier_1173 +supplier_1174 +supplier_1175 +supplier_1176 +supplier_1177 +supplier_1178 +supplier_1179 +supplier_1180 +supplier_1181 +supplier_1182 +supplier_1183 +supplier_1184 +supplier_1185 +supplier_1186 +supplier_1187 +supplier_1188 +supplier_1189 +supplier_1190 +supplier_1191 +supplier_1192 +supplier_1193 +supplier_1194 +supplier_1195 +supplier_1196 +supplier_1197 +supplier_1198 +supplier_1199 +supplier_1200 +supplier_1201 +supplier_1202 +supplier_1203 +supplier_1204 +supplier_1205 +supplier_1206 +supplier_1207 +supplier_1208 +supplier_1209 +supplier_1210 +supplier_1211 +supplier_1212 +supplier_1213 +supplier_1214 +supplier_1215 +supplier_1216 +supplier_1217 +supplier_1218 +supplier_1219 +supplier_1220 +supplier_1221 +supplier_1222 +supplier_1223 +supplier_1224 +supplier_1225 +supplier_1226 +supplier_1227 +supplier_1228 +supplier_1229 +supplier_1230 +supplier_1231 +supplier_1232 +supplier_1233 +supplier_1234 +supplier_1235 +supplier_1236 +supplier_1237 +supplier_1238 +supplier_1239 +supplier_1240 +supplier_1241 +supplier_1242 +supplier_1243 +supplier_1244 +supplier_1245 +supplier_1246 +supplier_1247 +supplier_1248 +supplier_1249 +supplier_1250 \ No newline at end of file diff --git a/shellops/assets/ShellOps_abb8837a04/gold/datasets/notes.txt b/shellops/assets/ShellOps_abb8837a04/gold/datasets/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..375e040852041c0594592cc8627b26184c85cf9f --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/gold/datasets/notes.txt @@ -0,0 +1,4 @@ +These specimen datasets were compiled by separate field teams. +The region codes follow the World Ocean Regions classification. +Some duplicates across files are expected. +Unused region code in planning: MED. \ No newline at end of file diff --git a/shellops/assets/ShellOps_abb8837a04/gold/datasets/specimens_a.xml b/shellops/assets/ShellOps_abb8837a04/gold/datasets/specimens_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..552832d40e27b572c969f0b11a594b3f59200c39 --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/gold/datasets/specimens_a.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_abb8837a04/gold/datasets/specimens_b.xml b/shellops/assets/ShellOps_abb8837a04/gold/datasets/specimens_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..747c9430719ce6633ea7c73eb3cf9aa518476d9d --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/gold/datasets/specimens_b.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_abb8837a04/gold/regions_summary.txt b/shellops/assets/ShellOps_abb8837a04/gold/regions_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..1302078d8d7b76e4582ecccb890b2ecd8b36e1b3 --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/gold/regions_summary.txt @@ -0,0 +1,6 @@ +ARCT +CPAC +EAP +EPAC +SARC +WIO diff --git a/shellops/assets/ShellOps_abb8837a04/init/datasets/notes.txt b/shellops/assets/ShellOps_abb8837a04/init/datasets/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..375e040852041c0594592cc8627b26184c85cf9f --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/init/datasets/notes.txt @@ -0,0 +1,4 @@ +These specimen datasets were compiled by separate field teams. +The region codes follow the World Ocean Regions classification. +Some duplicates across files are expected. +Unused region code in planning: MED. \ No newline at end of file diff --git a/shellops/assets/ShellOps_abb8837a04/init/datasets/specimens_a.xml b/shellops/assets/ShellOps_abb8837a04/init/datasets/specimens_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..552832d40e27b572c969f0b11a594b3f59200c39 --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/init/datasets/specimens_a.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_abb8837a04/init/datasets/specimens_b.xml b/shellops/assets/ShellOps_abb8837a04/init/datasets/specimens_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..747c9430719ce6633ea7c73eb3cf9aa518476d9d --- /dev/null +++ b/shellops/assets/ShellOps_abb8837a04/init/datasets/specimens_b.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_abe2dd4879/gold/priority_species.xml b/shellops/assets/ShellOps_abe2dd4879/gold/priority_species.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8ab62879436f8076c97b0b896e4003fad4bb073 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/gold/priority_species.xml @@ -0,0 +1,6 @@ + + Thunnus thynnus + Caretta caretta + Dermochelys coriacea + Carcharodon carcharias + \ No newline at end of file diff --git a/shellops/assets/ShellOps_abe2dd4879/gold/regions.csv b/shellops/assets/ShellOps_abe2dd4879/gold/regions.csv new file mode 100644 index 0000000000000000000000000000000000000000..8501582ce16543bc7124b20a823e449946f0a049 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/gold/regions.csv @@ -0,0 +1,3 @@ +Region,Coordinator +Adriatic Sea,Dr. Varga +Baltic Sea,Prof. Schmidt \ No newline at end of file diff --git a/shellops/assets/ShellOps_abe2dd4879/gold/species_overlap.txt b/shellops/assets/ShellOps_abe2dd4879/gold/species_overlap.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac9407d3fe91b4a666c4e0eb7d90fd447e8473d3 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/gold/species_overlap.txt @@ -0,0 +1,2 @@ +Caretta caretta +Dermochelys coriacea diff --git a/shellops/assets/ShellOps_abe2dd4879/gold/submissions.txt b/shellops/assets/ShellOps_abe2dd4879/gold/submissions.txt new file mode 100644 index 0000000000000000000000000000000000000000..974ba1e448c62b1f2447e734e3d83ab261a8fc94 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/gold/submissions.txt @@ -0,0 +1,4 @@ +Phocoena phocoena +Dermochelys coriacea +Caretta caretta +Engraulis encrasicolus \ No newline at end of file diff --git a/shellops/assets/ShellOps_abe2dd4879/init/priority_species.xml b/shellops/assets/ShellOps_abe2dd4879/init/priority_species.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8ab62879436f8076c97b0b896e4003fad4bb073 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/init/priority_species.xml @@ -0,0 +1,6 @@ + + Thunnus thynnus + Caretta caretta + Dermochelys coriacea + Carcharodon carcharias + \ No newline at end of file diff --git a/shellops/assets/ShellOps_abe2dd4879/init/regions.csv b/shellops/assets/ShellOps_abe2dd4879/init/regions.csv new file mode 100644 index 0000000000000000000000000000000000000000..8501582ce16543bc7124b20a823e449946f0a049 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/init/regions.csv @@ -0,0 +1,3 @@ +Region,Coordinator +Adriatic Sea,Dr. Varga +Baltic Sea,Prof. Schmidt \ No newline at end of file diff --git a/shellops/assets/ShellOps_abe2dd4879/init/submissions.txt b/shellops/assets/ShellOps_abe2dd4879/init/submissions.txt new file mode 100644 index 0000000000000000000000000000000000000000..974ba1e448c62b1f2447e734e3d83ab261a8fc94 --- /dev/null +++ b/shellops/assets/ShellOps_abe2dd4879/init/submissions.txt @@ -0,0 +1,4 @@ +Phocoena phocoena +Dermochelys coriacea +Caretta caretta +Engraulis encrasicolus \ No newline at end of file diff --git a/shellops/assets/ShellOps_ac851dda16/gold/approved_units.txt b/shellops/assets/ShellOps_ac851dda16/gold/approved_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..63d406f70896ff89d26b1b2752e653066b49b2d7 --- /dev/null +++ b/shellops/assets/ShellOps_ac851dda16/gold/approved_units.txt @@ -0,0 +1,4 @@ +secure_gateway +auth_service +monitoring_daemon +logging_agent \ No newline at end of file diff --git a/shellops/assets/ShellOps_ac851dda16/gold/current_units.xml b/shellops/assets/ShellOps_ac851dda16/gold/current_units.xml new file mode 100644 index 0000000000000000000000000000000000000000..1165591ef2cf3ddbd314998fa08d51d0ebe805cf --- /dev/null +++ b/shellops/assets/ShellOps_ac851dda16/gold/current_units.xml @@ -0,0 +1,5 @@ + + auth_serviceactive + logging_agentinactive + data_processoractive + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ac851dda16/gold/unregistered.log b/shellops/assets/ShellOps_ac851dda16/gold/unregistered.log new file mode 100644 index 0000000000000000000000000000000000000000..04a3c4a7ebfe0367ef9e4b6d2a3fc51c58209cc8 --- /dev/null +++ b/shellops/assets/ShellOps_ac851dda16/gold/unregistered.log @@ -0,0 +1,2 @@ +monitoring_daemon +secure_gateway diff --git a/shellops/assets/ShellOps_ac851dda16/init/approved_units.txt b/shellops/assets/ShellOps_ac851dda16/init/approved_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..63d406f70896ff89d26b1b2752e653066b49b2d7 --- /dev/null +++ b/shellops/assets/ShellOps_ac851dda16/init/approved_units.txt @@ -0,0 +1,4 @@ +secure_gateway +auth_service +monitoring_daemon +logging_agent \ No newline at end of file diff --git a/shellops/assets/ShellOps_ac851dda16/init/current_units.xml b/shellops/assets/ShellOps_ac851dda16/init/current_units.xml new file mode 100644 index 0000000000000000000000000000000000000000..1165591ef2cf3ddbd314998fa08d51d0ebe805cf --- /dev/null +++ b/shellops/assets/ShellOps_ac851dda16/init/current_units.xml @@ -0,0 +1,5 @@ + + auth_serviceactive + logging_agentinactive + data_processoractive + \ No newline at end of file diff --git a/shellops/assets/ShellOps_aca426b553/gold/data/dataset_index.json b/shellops/assets/ShellOps_aca426b553/gold/data/dataset_index.json new file mode 100644 index 0000000000000000000000000000000000000000..01d9a914baa3ef24d1012891efd182f1065bcfb7 --- /dev/null +++ b/shellops/assets/ShellOps_aca426b553/gold/data/dataset_index.json @@ -0,0 +1 @@ +{"A123": {"path": "samples/a123.bin"}, "C789": {"path": "samples/c789.bin"}, "D012": {"path": "samples/d012.bin"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_aca426b553/gold/meta/entries.csv b/shellops/assets/ShellOps_aca426b553/gold/meta/entries.csv new file mode 100644 index 0000000000000000000000000000000000000000..c14a2dfab57842b84ea69da21134817322aaff22 --- /dev/null +++ b/shellops/assets/ShellOps_aca426b553/gold/meta/entries.csv @@ -0,0 +1,6 @@ +sample_id,status +A123,active +B456,discard +C789,active +D012,active +E345,pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_aca426b553/gold/missing_samples.txt b/shellops/assets/ShellOps_aca426b553/gold/missing_samples.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca06d2c4adcd3a36a0891d7bc6495d64f0114006 --- /dev/null +++ b/shellops/assets/ShellOps_aca426b553/gold/missing_samples.txt @@ -0,0 +1 @@ +E345 diff --git a/shellops/assets/ShellOps_aca426b553/init/data/dataset_index.json b/shellops/assets/ShellOps_aca426b553/init/data/dataset_index.json new file mode 100644 index 0000000000000000000000000000000000000000..01d9a914baa3ef24d1012891efd182f1065bcfb7 --- /dev/null +++ b/shellops/assets/ShellOps_aca426b553/init/data/dataset_index.json @@ -0,0 +1 @@ +{"A123": {"path": "samples/a123.bin"}, "C789": {"path": "samples/c789.bin"}, "D012": {"path": "samples/d012.bin"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_aca426b553/init/meta/entries.csv b/shellops/assets/ShellOps_aca426b553/init/meta/entries.csv new file mode 100644 index 0000000000000000000000000000000000000000..c14a2dfab57842b84ea69da21134817322aaff22 --- /dev/null +++ b/shellops/assets/ShellOps_aca426b553/init/meta/entries.csv @@ -0,0 +1,6 @@ +sample_id,status +A123,active +B456,discard +C789,active +D012,active +E345,pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_acd3351bc7/gold/active/users.json b/shellops/assets/ShellOps_acd3351bc7/gold/active/users.json new file mode 100644 index 0000000000000000000000000000000000000000..4b7a91453c7b5c2e5fb179f3e2317248038f64a7 --- /dev/null +++ b/shellops/assets/ShellOps_acd3351bc7/gold/active/users.json @@ -0,0 +1,7 @@ +[ + {"dept_id": 101, "active_count": 21}, + {"dept_id": 102, "active_count": 18}, + {"dept_id": 103, "active_count": 15}, + {"dept_id": 105, "active_count": 31}, + {"dept_id": 106, "active_count": 7} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_acd3351bc7/gold/hr/roster.csv b/shellops/assets/ShellOps_acd3351bc7/gold/hr/roster.csv new file mode 100644 index 0000000000000000000000000000000000000000..7763f51fcf0343c617cb4ce22f0028c0438394d6 --- /dev/null +++ b/shellops/assets/ShellOps_acd3351bc7/gold/hr/roster.csv @@ -0,0 +1,6 @@ +dept_id,employee_count +101,23 +102,18 +103,12 +104,9 +105,31 \ No newline at end of file diff --git a/shellops/assets/ShellOps_acd3351bc7/gold/report/.keep b/shellops/assets/ShellOps_acd3351bc7/gold/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_acd3351bc7/gold/report/mismatches.tsv b/shellops/assets/ShellOps_acd3351bc7/gold/report/mismatches.tsv new file mode 100644 index 0000000000000000000000000000000000000000..10ccab4790957386942c7ce3e58504e35a8fc5f4 --- /dev/null +++ b/shellops/assets/ShellOps_acd3351bc7/gold/report/mismatches.tsv @@ -0,0 +1,4 @@ +101 hr_excess +103 active_excess +104 hr_excess +106 active_excess diff --git a/shellops/assets/ShellOps_acd3351bc7/init/active/users.json b/shellops/assets/ShellOps_acd3351bc7/init/active/users.json new file mode 100644 index 0000000000000000000000000000000000000000..4b7a91453c7b5c2e5fb179f3e2317248038f64a7 --- /dev/null +++ b/shellops/assets/ShellOps_acd3351bc7/init/active/users.json @@ -0,0 +1,7 @@ +[ + {"dept_id": 101, "active_count": 21}, + {"dept_id": 102, "active_count": 18}, + {"dept_id": 103, "active_count": 15}, + {"dept_id": 105, "active_count": 31}, + {"dept_id": 106, "active_count": 7} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_acd3351bc7/init/hr/roster.csv b/shellops/assets/ShellOps_acd3351bc7/init/hr/roster.csv new file mode 100644 index 0000000000000000000000000000000000000000..7763f51fcf0343c617cb4ce22f0028c0438394d6 --- /dev/null +++ b/shellops/assets/ShellOps_acd3351bc7/init/hr/roster.csv @@ -0,0 +1,6 @@ +dept_id,employee_count +101,23 +102,18 +103,12 +104,9 +105,31 \ No newline at end of file diff --git a/shellops/assets/ShellOps_acd3351bc7/init/report/.keep b/shellops/assets/ShellOps_acd3351bc7/init/report/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ace28273cd/gold/distractor.log b/shellops/assets/ShellOps_ace28273cd/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..0495c7d110c392dae4926a8d3cf13d529dbcf536 --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/gold/distractor.log @@ -0,0 +1 @@ +EX103: Old entry not relevant \ No newline at end of file diff --git a/shellops/assets/ShellOps_ace28273cd/gold/exceptions.xml b/shellops/assets/ShellOps_ace28273cd/gold/exceptions.xml new file mode 100644 index 0000000000000000000000000000000000000000..43239527fb62d267151ece498da7e6c3592f34d6 --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/gold/exceptions.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ace28273cd/gold/exceptions_notes.txt b/shellops/assets/ShellOps_ace28273cd/gold/exceptions_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..00fc1c1ffd25a72c781adbe84fcc2a8443946e46 --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/gold/exceptions_notes.txt @@ -0,0 +1,4 @@ +EX101: Approved legacy rule +EX104: Temporary access grant +EX105: Review pending +EX107: Diagnostics bypass \ No newline at end of file diff --git a/shellops/assets/ShellOps_ace28273cd/gold/missing_exceptions.log b/shellops/assets/ShellOps_ace28273cd/gold/missing_exceptions.log new file mode 100644 index 0000000000000000000000000000000000000000..a80200aefe8786645738f8a907febe1fef5e53fd --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/gold/missing_exceptions.log @@ -0,0 +1 @@ +EX102 diff --git a/shellops/assets/ShellOps_ace28273cd/init/distractor.log b/shellops/assets/ShellOps_ace28273cd/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..0495c7d110c392dae4926a8d3cf13d529dbcf536 --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/init/distractor.log @@ -0,0 +1 @@ +EX103: Old entry not relevant \ No newline at end of file diff --git a/shellops/assets/ShellOps_ace28273cd/init/exceptions.xml b/shellops/assets/ShellOps_ace28273cd/init/exceptions.xml new file mode 100644 index 0000000000000000000000000000000000000000..43239527fb62d267151ece498da7e6c3592f34d6 --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/init/exceptions.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ace28273cd/init/exceptions_notes.txt b/shellops/assets/ShellOps_ace28273cd/init/exceptions_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..00fc1c1ffd25a72c781adbe84fcc2a8443946e46 --- /dev/null +++ b/shellops/assets/ShellOps_ace28273cd/init/exceptions_notes.txt @@ -0,0 +1,4 @@ +EX101: Approved legacy rule +EX104: Temporary access grant +EX105: Review pending +EX107: Diagnostics bypass \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/gold/calib_summary.out b/shellops/assets/ShellOps_acec8e83ff/gold/calib_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..4f8983485f96f11d2ed299072767f90f5d2a1886 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/gold/calib_summary.out @@ -0,0 +1,4 @@ +447.9 1.8 +449.2 2.7 +450.3 2.1 +452.8 3.4 diff --git a/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_001.yml b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_001.yml new file mode 100644 index 0000000000000000000000000000000000000000..22ab404a040600b43d2fe5ce9f00dc0521335a00 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_001.yml @@ -0,0 +1,5 @@ +instrument: magnetometer_v2 +calibration_date: 2024-04-15 +intensity: 450.3 +std_dev: 2.1 +notes: nominal conditions \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_002.yml b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_002.yml new file mode 100644 index 0000000000000000000000000000000000000000..57b65efc43ebac83d9e4beab112eb558e7c85aa3 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_002.yml @@ -0,0 +1,5 @@ +instrument: magnetometer_v2 +calibration_date: 2024-04-16 +intensity: 452.8 +std_dev: 3.4 +ambient_temp: 22.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_003.yml b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_003.yml new file mode 100644 index 0000000000000000000000000000000000000000..e400c20d455ccede535083021465b3c40f89f2eb --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_003.yml @@ -0,0 +1,4 @@ +instrument: magnetometer_v3 +intensity: 447.9 +std_dev: 1.8 +notes: post-maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_004.yml b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_004.yml new file mode 100644 index 0000000000000000000000000000000000000000..5e187dc91b43e20cd5c5787c435cb11462858655 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/gold/experiments/calib_004.yml @@ -0,0 +1,4 @@ +instrument: magnetometer_v3 +calibration_date: 2024-04-17 +intensity: 449.2 +std_dev: 2.7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_001.yml b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_001.yml new file mode 100644 index 0000000000000000000000000000000000000000..22ab404a040600b43d2fe5ce9f00dc0521335a00 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_001.yml @@ -0,0 +1,5 @@ +instrument: magnetometer_v2 +calibration_date: 2024-04-15 +intensity: 450.3 +std_dev: 2.1 +notes: nominal conditions \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_002.yml b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_002.yml new file mode 100644 index 0000000000000000000000000000000000000000..57b65efc43ebac83d9e4beab112eb558e7c85aa3 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_002.yml @@ -0,0 +1,5 @@ +instrument: magnetometer_v2 +calibration_date: 2024-04-16 +intensity: 452.8 +std_dev: 3.4 +ambient_temp: 22.5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_003.yml b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_003.yml new file mode 100644 index 0000000000000000000000000000000000000000..e400c20d455ccede535083021465b3c40f89f2eb --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_003.yml @@ -0,0 +1,4 @@ +instrument: magnetometer_v3 +intensity: 447.9 +std_dev: 1.8 +notes: post-maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_004.yml b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_004.yml new file mode 100644 index 0000000000000000000000000000000000000000..5e187dc91b43e20cd5c5787c435cb11462858655 --- /dev/null +++ b/shellops/assets/ShellOps_acec8e83ff/init/experiments/calib_004.yml @@ -0,0 +1,4 @@ +instrument: magnetometer_v3 +calibration_date: 2024-04-17 +intensity: 449.2 +std_dev: 2.7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/gold/active_images.txt b/shellops/assets/ShellOps_ad071665da/gold/active_images.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0852af43d8ff6ac2e53a9e433a46513ee68e710 --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/gold/active_images.txt @@ -0,0 +1,3 @@ +nginx:latest +redis:alpine +python:3.9-slim \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/gold/deployments/app1.yaml b/shellops/assets/ShellOps_ad071665da/gold/deployments/app1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..099aa984541d0ceab23f2cd53b0517c22aaebfb9 --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/gold/deployments/app1.yaml @@ -0,0 +1,10 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app1 +spec: + template: + spec: + containers: + - image: nginx:latest + name: nginx \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/gold/deployments/app2.yaml b/shellops/assets/ShellOps_ad071665da/gold/deployments/app2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae9bd489e4327ae15bbaaeebe54acc98ce986b86 --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/gold/deployments/app2.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app2 +spec: + template: + spec: + containers: + - image: redis:alpine + name: redis + - image: mysql:5.7 + name: mysql \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/gold/deployments/app3.yaml b/shellops/assets/ShellOps_ad071665da/gold/deployments/app3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6762b93dac30cd1bb77bc92d9eb5545e286bd47a --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/gold/deployments/app3.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app3 +spec: + template: + spec: + containers: + - image: python:3.9-slim + name: python + - image: busybox:latest + name: busybox \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/gold/deprecated_references.txt b/shellops/assets/ShellOps_ad071665da/gold/deprecated_references.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0dd444f1e44cf91077618f8a9560c3c3ee4b4db --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/gold/deprecated_references.txt @@ -0,0 +1,2 @@ +deployments/app2.yaml +deployments/app3.yaml diff --git a/shellops/assets/ShellOps_ad071665da/init/active_images.txt b/shellops/assets/ShellOps_ad071665da/init/active_images.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0852af43d8ff6ac2e53a9e433a46513ee68e710 --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/init/active_images.txt @@ -0,0 +1,3 @@ +nginx:latest +redis:alpine +python:3.9-slim \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/init/deployments/app1.yaml b/shellops/assets/ShellOps_ad071665da/init/deployments/app1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..099aa984541d0ceab23f2cd53b0517c22aaebfb9 --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/init/deployments/app1.yaml @@ -0,0 +1,10 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app1 +spec: + template: + spec: + containers: + - image: nginx:latest + name: nginx \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/init/deployments/app2.yaml b/shellops/assets/ShellOps_ad071665da/init/deployments/app2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae9bd489e4327ae15bbaaeebe54acc98ce986b86 --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/init/deployments/app2.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app2 +spec: + template: + spec: + containers: + - image: redis:alpine + name: redis + - image: mysql:5.7 + name: mysql \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad071665da/init/deployments/app3.yaml b/shellops/assets/ShellOps_ad071665da/init/deployments/app3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6762b93dac30cd1bb77bc92d9eb5545e286bd47a --- /dev/null +++ b/shellops/assets/ShellOps_ad071665da/init/deployments/app3.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app3 +spec: + template: + spec: + containers: + - image: python:3.9-slim + name: python + - image: busybox:latest + name: busybox \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad241a7fa7/gold/README.md b/shellops/assets/ShellOps_ad241a7fa7/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa15cd7d98dcc59a92b552fec8c4272b9e3f82ac --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/gold/README.md @@ -0,0 +1,5 @@ +# Container manifests + +These files define our deployment stack. +The base image for webhook and app-svc is currently pinned to v1.2.0-pre. +We need to upgrade to v1.2.0 before the next release. diff --git a/shellops/assets/ShellOps_ad241a7fa7/gold/app-svc.yaml b/shellops/assets/ShellOps_ad241a7fa7/gold/app-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d3c5071cb5b917bdb231b5b568e1b47db4404a8d --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/gold/app-svc.yaml @@ -0,0 +1,18 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app-svc +spec: + replicas: 2 + template: + spec: + containers: + - name: app + image: ghcr.io/org/app:v1.2.0-pre@sha256:def456 + - name: logger + image: fluent/fluentd:v1.16-1 +--- +apiVersion: v1 +kind: Service +metadata: + name: app-svc diff --git a/shellops/assets/ShellOps_ad241a7fa7/gold/ingress-proxy.yaml b/shellops/assets/ShellOps_ad241a7fa7/gold/ingress-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..03aa63c47415d7ac38d18531def237d0ff2681bb --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/gold/ingress-proxy.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: Service +metadata: + name: ingress-proxy +spec: + selector: + app: ingress-proxy +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: ingress-proxy +spec: + template: + spec: + containers: + - name: proxy + image: registry.example.com/proxy:v2.0.0 + - name: metrics + image: prom/pushgateway:v1.5.0 diff --git a/shellops/assets/ShellOps_ad241a7fa7/gold/outdated_versions.trace b/shellops/assets/ShellOps_ad241a7fa7/gold/outdated_versions.trace new file mode 100644 index 0000000000000000000000000000000000000000..acf2aa3d7efb91806bae942aa94d12f59b3b7baf --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/gold/outdated_versions.trace @@ -0,0 +1,2 @@ +ghcr.io/org/app:v1.2.0-pre@sha256:def456 +ghcr.io/org/webhook:v1.2.0-pre@sha256:abc123 diff --git a/shellops/assets/ShellOps_ad241a7fa7/gold/webhook.yaml b/shellops/assets/ShellOps_ad241a7fa7/gold/webhook.yaml new file mode 100644 index 0000000000000000000000000000000000000000..562ed87065ca61ecda769ccc6186c405e4e7bca6 --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/gold/webhook.yaml @@ -0,0 +1,19 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-listener +spec: + template: + spec: + containers: + - name: main + image: ghcr.io/org/webhook:v1.2.0-pre@sha256:abc123 + ports: + - containerPort: 8080 + - name: sidecar + image: redis:7.0-alpine +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: webhook-config diff --git a/shellops/assets/ShellOps_ad241a7fa7/init/README.md b/shellops/assets/ShellOps_ad241a7fa7/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa15cd7d98dcc59a92b552fec8c4272b9e3f82ac --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/init/README.md @@ -0,0 +1,5 @@ +# Container manifests + +These files define our deployment stack. +The base image for webhook and app-svc is currently pinned to v1.2.0-pre. +We need to upgrade to v1.2.0 before the next release. diff --git a/shellops/assets/ShellOps_ad241a7fa7/init/app-svc.yaml b/shellops/assets/ShellOps_ad241a7fa7/init/app-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d3c5071cb5b917bdb231b5b568e1b47db4404a8d --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/init/app-svc.yaml @@ -0,0 +1,18 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: app-svc +spec: + replicas: 2 + template: + spec: + containers: + - name: app + image: ghcr.io/org/app:v1.2.0-pre@sha256:def456 + - name: logger + image: fluent/fluentd:v1.16-1 +--- +apiVersion: v1 +kind: Service +metadata: + name: app-svc diff --git a/shellops/assets/ShellOps_ad241a7fa7/init/ingress-proxy.yaml b/shellops/assets/ShellOps_ad241a7fa7/init/ingress-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..03aa63c47415d7ac38d18531def237d0ff2681bb --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/init/ingress-proxy.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: Service +metadata: + name: ingress-proxy +spec: + selector: + app: ingress-proxy +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: ingress-proxy +spec: + template: + spec: + containers: + - name: proxy + image: registry.example.com/proxy:v2.0.0 + - name: metrics + image: prom/pushgateway:v1.5.0 diff --git a/shellops/assets/ShellOps_ad241a7fa7/init/webhook.yaml b/shellops/assets/ShellOps_ad241a7fa7/init/webhook.yaml new file mode 100644 index 0000000000000000000000000000000000000000..562ed87065ca61ecda769ccc6186c405e4e7bca6 --- /dev/null +++ b/shellops/assets/ShellOps_ad241a7fa7/init/webhook.yaml @@ -0,0 +1,19 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-listener +spec: + template: + spec: + containers: + - name: main + image: ghcr.io/org/webhook:v1.2.0-pre@sha256:abc123 + ports: + - containerPort: 8080 + - name: sidecar + image: redis:7.0-alpine +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: webhook-config diff --git a/shellops/assets/ShellOps_ad3a904136/gold/cohorts.csv b/shellops/assets/ShellOps_ad3a904136/gold/cohorts.csv new file mode 100644 index 0000000000000000000000000000000000000000..5b95a46283bc60779ded40d0308e365c1aa12513 --- /dev/null +++ b/shellops/assets/ShellOps_ad3a904136/gold/cohorts.csv @@ -0,0 +1,5 @@ +cohort_id,name,active +101,early_adopters,yes +102,power_users,yes +103,legacy_users,no +104,trial_users,yes \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad3a904136/gold/cohorts_metrics.json b/shellops/assets/ShellOps_ad3a904136/gold/cohorts_metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..bf8874363c3b0613b94d52466fff94f342423f88 --- /dev/null +++ b/shellops/assets/ShellOps_ad3a904136/gold/cohorts_metrics.json @@ -0,0 +1,6 @@ +[ + {"cohort_id": "101", "member_count": 1250}, + {"cohort_id": "102", "member_count": 3400}, + {"cohort_id": "104", "member_count": 880}, + {"cohort_id": "999", "member_count": 42} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad3a904136/gold/report/cohort_summary.csv b/shellops/assets/ShellOps_ad3a904136/gold/report/cohort_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ff8cc4a3392dd17259317bc9dafcef5f7291c20 --- /dev/null +++ b/shellops/assets/ShellOps_ad3a904136/gold/report/cohort_summary.csv @@ -0,0 +1,5 @@ +cohort_id,name,active,member_count +101,early_adopters,yes,1250 +102,power_users,yes,3400 +103,legacy_users,no, +104,trial_users,yes,880 diff --git a/shellops/assets/ShellOps_ad3a904136/init/cohorts.csv b/shellops/assets/ShellOps_ad3a904136/init/cohorts.csv new file mode 100644 index 0000000000000000000000000000000000000000..5b95a46283bc60779ded40d0308e365c1aa12513 --- /dev/null +++ b/shellops/assets/ShellOps_ad3a904136/init/cohorts.csv @@ -0,0 +1,5 @@ +cohort_id,name,active +101,early_adopters,yes +102,power_users,yes +103,legacy_users,no +104,trial_users,yes \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad3a904136/init/cohorts_metrics.json b/shellops/assets/ShellOps_ad3a904136/init/cohorts_metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..bf8874363c3b0613b94d52466fff94f342423f88 --- /dev/null +++ b/shellops/assets/ShellOps_ad3a904136/init/cohorts_metrics.json @@ -0,0 +1,6 @@ +[ + {"cohort_id": "101", "member_count": 1250}, + {"cohort_id": "102", "member_count": 3400}, + {"cohort_id": "104", "member_count": 880}, + {"cohort_id": "999", "member_count": 42} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/registry.ndjson b/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/registry.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..40ce68f5eeca9007b03c6d70fe5803350c216ac0 --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/registry.ndjson @@ -0,0 +1,3 @@ +{"id": "DS001", "name": "Baseline"} +{"id": "DS002", "name": "Intervention"} +{"id": "DS003", "name": "Control"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/study/cohort_a.ndjson b/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/study/cohort_a.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..4a8b765680712741eb9f26cf5f2b3553036eaeb6 --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/study/cohort_a.ndjson @@ -0,0 +1,2 @@ +{"dataset_id": "DS001", "participants": 150} +{"dataset_id": "DS003", "participants": 200} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/study/cohort_b.ndjson b/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/study/cohort_b.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fa3673c4307bc034e461b7830fca45751eff7a25 --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/gold/analytics/study/cohort_b.ndjson @@ -0,0 +1,2 @@ +{"dataset_id": "DS002", "participants": 175} +{"dataset_id": "DS004", "participants": 220} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/gold/validation/.keep b/shellops/assets/ShellOps_ad5f5a85f4/gold/validation/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ad5f5a85f4/gold/validation/missing_ids.out b/shellops/assets/ShellOps_ad5f5a85f4/gold/validation/missing_ids.out new file mode 100644 index 0000000000000000000000000000000000000000..e24fb64222c519893db4538c36e92924c36dcbbc --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/gold/validation/missing_ids.out @@ -0,0 +1 @@ +DS004 diff --git a/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/registry.ndjson b/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/registry.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..40ce68f5eeca9007b03c6d70fe5803350c216ac0 --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/registry.ndjson @@ -0,0 +1,3 @@ +{"id": "DS001", "name": "Baseline"} +{"id": "DS002", "name": "Intervention"} +{"id": "DS003", "name": "Control"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/study/cohort_a.ndjson b/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/study/cohort_a.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..4a8b765680712741eb9f26cf5f2b3553036eaeb6 --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/study/cohort_a.ndjson @@ -0,0 +1,2 @@ +{"dataset_id": "DS001", "participants": 150} +{"dataset_id": "DS003", "participants": 200} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/study/cohort_b.ndjson b/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/study/cohort_b.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fa3673c4307bc034e461b7830fca45751eff7a25 --- /dev/null +++ b/shellops/assets/ShellOps_ad5f5a85f4/init/analytics/study/cohort_b.ndjson @@ -0,0 +1,2 @@ +{"dataset_id": "DS002", "participants": 175} +{"dataset_id": "DS004", "participants": 220} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad5f5a85f4/init/validation/.keep b/shellops/assets/ShellOps_ad5f5a85f4/init/validation/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/active_sensors.md b/shellops/assets/ShellOps_ad6d9b3ddd/gold/active_sensors.md new file mode 100644 index 0000000000000000000000000000000000000000..c3788a7152cf8451e567d77324d32d084e79d624 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/gold/active_sensors.md @@ -0,0 +1,5 @@ +current +humidity +pressure +temperature +voltage diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/.keep b/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/device_a.conf b/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/device_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..76f83b97be6f205ace0a685fb97004bc36c49d23 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/device_a.conf @@ -0,0 +1,3 @@ +sensor_type=temperature +sensor_type=pressure +device_id=A1B2C3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/device_b.conf b/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/device_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..a60d9d0ca25b29a46ccc1cb42ad9a341e4715f47 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/gold/devices/settings/device_b.conf @@ -0,0 +1,3 @@ +sensor_type=humidity +sensor_type=current +device_id=D4E5F6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/.keep b/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/network.conf b/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/network.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d31cf601876dfa1f6285f5c4a6ab6a3a3ed894e --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/network.conf @@ -0,0 +1,3 @@ +sensor_type=temperature +sensor_type=humidity +module_id=12345 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/power.conf b/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/power.conf new file mode 100644 index 0000000000000000000000000000000000000000..3ae4456a72683a568520f834a1a0b4cc648a93f1 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/gold/modules/config/power.conf @@ -0,0 +1,3 @@ +sensor_type=voltage +sensor_type=current +module_id=67890 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/.keep b/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/device_a.conf b/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/device_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..76f83b97be6f205ace0a685fb97004bc36c49d23 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/device_a.conf @@ -0,0 +1,3 @@ +sensor_type=temperature +sensor_type=pressure +device_id=A1B2C3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/device_b.conf b/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/device_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..a60d9d0ca25b29a46ccc1cb42ad9a341e4715f47 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/init/devices/settings/device_b.conf @@ -0,0 +1,3 @@ +sensor_type=humidity +sensor_type=current +device_id=D4E5F6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/.keep b/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/network.conf b/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/network.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d31cf601876dfa1f6285f5c4a6ab6a3a3ed894e --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/network.conf @@ -0,0 +1,3 @@ +sensor_type=temperature +sensor_type=humidity +module_id=12345 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/power.conf b/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/power.conf new file mode 100644 index 0000000000000000000000000000000000000000..3ae4456a72683a568520f834a1a0b4cc648a93f1 --- /dev/null +++ b/shellops/assets/ShellOps_ad6d9b3ddd/init/modules/config/power.conf @@ -0,0 +1,3 @@ +sensor_type=voltage +sensor_type=current +module_id=67890 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/gold/README.md b/shellops/assets/ShellOps_ad8ff498db/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..57147586e6e40d6dd24a4f92b2149b84001670b9 --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/gold/README.md @@ -0,0 +1,3 @@ +# Service Deployment Configurations + +This directory contains JSON configuration files for various microservices in our deployment pipeline. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service1.json b/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service1.json new file mode 100644 index 0000000000000000000000000000000000000000..626ad78e8c09b5858d99849aa925c1a0b0b5a8f1 --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service1.json @@ -0,0 +1,8 @@ +{ + "service_name": "auth-service", + "env_vars": { + "DB_HOST": "localhost", + "DB_PORT": 5432, + "ENABLE_DEBUG": "true" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service2.json b/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service2.json new file mode 100644 index 0000000000000000000000000000000000000000..34ac83613d788ff921c6ad76402d3837fb223fbe --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service2.json @@ -0,0 +1,8 @@ +{ + "service_name": "payment-gateway", + "env_vars": { + "DB_HOST": "prod-db", + "CACHE_TTL": 300, + "LOG_LEVEL": "info" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service3.json b/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service3.json new file mode 100644 index 0000000000000000000000000000000000000000..671fafbbc87fc5c8816a47713eb44c33ae29d399 --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/gold/config/deployment/service3.json @@ -0,0 +1,8 @@ +{ + "service_name": "user-profile", + "env_vars": { + "DB_PORT": 5433, + "CACHE_TTL": 600, + "AUTH_SECRET": "s3cr3t" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/gold/env_vars_summary.txt b/shellops/assets/ShellOps_ad8ff498db/gold/env_vars_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcfb7a7f09d9c394755a0da78e87ad8f4e66fafd --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/gold/env_vars_summary.txt @@ -0,0 +1,6 @@ +AUTH_SECRET +CACHE_TTL +DB_HOST +DB_PORT +ENABLE_DEBUG +LOG_LEVEL diff --git a/shellops/assets/ShellOps_ad8ff498db/init/README.md b/shellops/assets/ShellOps_ad8ff498db/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..57147586e6e40d6dd24a4f92b2149b84001670b9 --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/init/README.md @@ -0,0 +1,3 @@ +# Service Deployment Configurations + +This directory contains JSON configuration files for various microservices in our deployment pipeline. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service1.json b/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service1.json new file mode 100644 index 0000000000000000000000000000000000000000..626ad78e8c09b5858d99849aa925c1a0b0b5a8f1 --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service1.json @@ -0,0 +1,8 @@ +{ + "service_name": "auth-service", + "env_vars": { + "DB_HOST": "localhost", + "DB_PORT": 5432, + "ENABLE_DEBUG": "true" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service2.json b/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service2.json new file mode 100644 index 0000000000000000000000000000000000000000..34ac83613d788ff921c6ad76402d3837fb223fbe --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service2.json @@ -0,0 +1,8 @@ +{ + "service_name": "payment-gateway", + "env_vars": { + "DB_HOST": "prod-db", + "CACHE_TTL": 300, + "LOG_LEVEL": "info" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service3.json b/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service3.json new file mode 100644 index 0000000000000000000000000000000000000000..671fafbbc87fc5c8816a47713eb44c33ae29d399 --- /dev/null +++ b/shellops/assets/ShellOps_ad8ff498db/init/config/deployment/service3.json @@ -0,0 +1,8 @@ +{ + "service_name": "user-profile", + "env_vars": { + "DB_PORT": 5433, + "CACHE_TTL": 600, + "AUTH_SECRET": "s3cr3t" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad9fd37037/gold/active_products.json b/shellops/assets/ShellOps_ad9fd37037/gold/active_products.json new file mode 100644 index 0000000000000000000000000000000000000000..abdb7dc356aecbb7acb15ce3d0fc1a610a953707 --- /dev/null +++ b/shellops/assets/ShellOps_ad9fd37037/gold/active_products.json @@ -0,0 +1 @@ +{"active": [{"id": "P-1001", "category": "Appliances"}, {"id": "P-1003", "category": "Tools"}, {"id": "P-1004", "category": "Furniture"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad9fd37037/gold/defect_reports.csv b/shellops/assets/ShellOps_ad9fd37037/gold/defect_reports.csv new file mode 100644 index 0000000000000000000000000000000000000000..c00314551ec015c91a311d01c8d25d8257ec1bf3 --- /dev/null +++ b/shellops/assets/ShellOps_ad9fd37037/gold/defect_reports.csv @@ -0,0 +1,5 @@ +product_id,defect_type,date +P-1001,Electrical,2024-03-15 +P-1002,Mechanical,2024-03-16 +P-1003,Electrical,2024-03-17 +P-1001,Mechanical,2024-03-18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad9fd37037/gold/recalls_priority.csv b/shellops/assets/ShellOps_ad9fd37037/gold/recalls_priority.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3eac67e632b2ff87aeb2ab30eb407d2a2bd704e --- /dev/null +++ b/shellops/assets/ShellOps_ad9fd37037/gold/recalls_priority.csv @@ -0,0 +1,3 @@ +product_id,total_defects +P-1001,2 +P-1003,1 diff --git a/shellops/assets/ShellOps_ad9fd37037/init/active_products.json b/shellops/assets/ShellOps_ad9fd37037/init/active_products.json new file mode 100644 index 0000000000000000000000000000000000000000..abdb7dc356aecbb7acb15ce3d0fc1a610a953707 --- /dev/null +++ b/shellops/assets/ShellOps_ad9fd37037/init/active_products.json @@ -0,0 +1 @@ +{"active": [{"id": "P-1001", "category": "Appliances"}, {"id": "P-1003", "category": "Tools"}, {"id": "P-1004", "category": "Furniture"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ad9fd37037/init/defect_reports.csv b/shellops/assets/ShellOps_ad9fd37037/init/defect_reports.csv new file mode 100644 index 0000000000000000000000000000000000000000..c00314551ec015c91a311d01c8d25d8257ec1bf3 --- /dev/null +++ b/shellops/assets/ShellOps_ad9fd37037/init/defect_reports.csv @@ -0,0 +1,5 @@ +product_id,defect_type,date +P-1001,Electrical,2024-03-15 +P-1002,Mechanical,2024-03-16 +P-1003,Electrical,2024-03-17 +P-1001,Mechanical,2024-03-18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_adb07e3397/gold/device_versions.psv b/shellops/assets/ShellOps_adb07e3397/gold/device_versions.psv new file mode 100644 index 0000000000000000000000000000000000000000..61fd36fb08c2e7dfd80a1709f28351d55f1142b9 --- /dev/null +++ b/shellops/assets/ShellOps_adb07e3397/gold/device_versions.psv @@ -0,0 +1,5 @@ +device_id|model|status +DEV-001|X450|flagged +DEV-002|X450|active +DEV-003|Z780|flagged +DEV-004|A92|retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_adb07e3397/gold/notes/fw_release_notes.md b/shellops/assets/ShellOps_adb07e3397/gold/notes/fw_release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..56963e53cd82b5ad798353c7f6606c7da26691ff --- /dev/null +++ b/shellops/assets/ShellOps_adb07e3397/gold/notes/fw_release_notes.md @@ -0,0 +1,5 @@ +## Firmware Release Schedule + +* DEV-001: pending security patches +* DEV-003: pending compatibility update +* DEV-004: completed EOL process \ No newline at end of file diff --git a/shellops/assets/ShellOps_adb07e3397/init/.tmp/processed_devices.txt b/shellops/assets/ShellOps_adb07e3397/init/.tmp/processed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..522e739fac01fc5f6f1de725cdc443ffe10ef613 --- /dev/null +++ b/shellops/assets/ShellOps_adb07e3397/init/.tmp/processed_devices.txt @@ -0,0 +1,2 @@ +DEV-004 +DEV-006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_adb07e3397/init/device_versions.psv b/shellops/assets/ShellOps_adb07e3397/init/device_versions.psv new file mode 100644 index 0000000000000000000000000000000000000000..61fd36fb08c2e7dfd80a1709f28351d55f1142b9 --- /dev/null +++ b/shellops/assets/ShellOps_adb07e3397/init/device_versions.psv @@ -0,0 +1,5 @@ +device_id|model|status +DEV-001|X450|flagged +DEV-002|X450|active +DEV-003|Z780|flagged +DEV-004|A92|retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_adb07e3397/init/notes/fw_release_notes.md b/shellops/assets/ShellOps_adb07e3397/init/notes/fw_release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..56963e53cd82b5ad798353c7f6606c7da26691ff --- /dev/null +++ b/shellops/assets/ShellOps_adb07e3397/init/notes/fw_release_notes.md @@ -0,0 +1,5 @@ +## Firmware Release Schedule + +* DEV-001: pending security patches +* DEV-003: pending compatibility update +* DEV-004: completed EOL process \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_a.cfg b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..baf0ce05fda5cdf89a4dd812be82fcfe39bec790 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_a.cfg @@ -0,0 +1,3 @@ +rate_limit 1000 60 +cache_timeout 300 +rate_limit 500 30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_b.cfg b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4124a82ef50f1cf3470cb4a167b8147d8aee6a29 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_b.cfg @@ -0,0 +1,3 @@ +rate_limit 2000 120 +rate_limit 500 30 +log_level info \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_c.cfg b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a872ae45968b4f9af1d9773f481010c6d58ecfd5 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_c.cfg @@ -0,0 +1,3 @@ +rate_limit 1000 60 +rate_limit 1500 90 +auth_method token \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_d.cfg b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_d.cfg new file mode 100644 index 0000000000000000000000000000000000000000..47e91f94e0f72ecda60581876c15955a0a276042 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/gold/api_configs/service_d.cfg @@ -0,0 +1,3 @@ +rate_limit 2000 120 +rate_limit 3000 180 +ssl_enabled true \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/gold/limits_summary.cfg b/shellops/assets/ShellOps_adf62f9783/gold/limits_summary.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f1ff5f86f965e91fcbf11496cd358a33432f94ed --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/gold/limits_summary.cfg @@ -0,0 +1,5 @@ +500 +1000 +1500 +2000 +3000 diff --git a/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_a.cfg b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..baf0ce05fda5cdf89a4dd812be82fcfe39bec790 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_a.cfg @@ -0,0 +1,3 @@ +rate_limit 1000 60 +cache_timeout 300 +rate_limit 500 30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_b.cfg b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4124a82ef50f1cf3470cb4a167b8147d8aee6a29 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_b.cfg @@ -0,0 +1,3 @@ +rate_limit 2000 120 +rate_limit 500 30 +log_level info \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_c.cfg b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a872ae45968b4f9af1d9773f481010c6d58ecfd5 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_c.cfg @@ -0,0 +1,3 @@ +rate_limit 1000 60 +rate_limit 1500 90 +auth_method token \ No newline at end of file diff --git a/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_d.cfg b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_d.cfg new file mode 100644 index 0000000000000000000000000000000000000000..47e91f94e0f72ecda60581876c15955a0a276042 --- /dev/null +++ b/shellops/assets/ShellOps_adf62f9783/init/api_configs/service_d.cfg @@ -0,0 +1,3 @@ +rate_limit 2000 120 +rate_limit 3000 180 +ssl_enabled true \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae2b5689f3/gold/prod/server.ini b/shellops/assets/ShellOps_ae2b5689f3/gold/prod/server.ini new file mode 100644 index 0000000000000000000000000000000000000000..a3690c64162f174104f91a8b699bfae1292591e5 --- /dev/null +++ b/shellops/assets/ShellOps_ae2b5689f3/gold/prod/server.ini @@ -0,0 +1,5 @@ +temp_interval=60 +api_key=xyz123 +log_level=info +cache_size=1024 +test_mode=off diff --git a/shellops/assets/ShellOps_ae2b5689f3/gold/staging/server.ini b/shellops/assets/ShellOps_ae2b5689f3/gold/staging/server.ini new file mode 100644 index 0000000000000000000000000000000000000000..a07ee4f6c620757c0021a346eec77b5a3fb2a268 --- /dev/null +++ b/shellops/assets/ShellOps_ae2b5689f3/gold/staging/server.ini @@ -0,0 +1,5 @@ +api_key=abc456 +log_level=debug +cache_size=512 +temp_path=/tmp +port=8080 diff --git a/shellops/assets/ShellOps_ae2b5689f3/gold/staging_report.md b/shellops/assets/ShellOps_ae2b5689f3/gold/staging_report.md new file mode 100644 index 0000000000000000000000000000000000000000..e246e7601d2844355f7151b6047588d39e7f6b16 --- /dev/null +++ b/shellops/assets/ShellOps_ae2b5689f3/gold/staging_report.md @@ -0,0 +1,4 @@ +api_key +cache_size +log_level +port diff --git a/shellops/assets/ShellOps_ae2b5689f3/init/prod/server.ini b/shellops/assets/ShellOps_ae2b5689f3/init/prod/server.ini new file mode 100644 index 0000000000000000000000000000000000000000..a3690c64162f174104f91a8b699bfae1292591e5 --- /dev/null +++ b/shellops/assets/ShellOps_ae2b5689f3/init/prod/server.ini @@ -0,0 +1,5 @@ +temp_interval=60 +api_key=xyz123 +log_level=info +cache_size=1024 +test_mode=off diff --git a/shellops/assets/ShellOps_ae2b5689f3/init/staging/server.ini b/shellops/assets/ShellOps_ae2b5689f3/init/staging/server.ini new file mode 100644 index 0000000000000000000000000000000000000000..a07ee4f6c620757c0021a346eec77b5a3fb2a268 --- /dev/null +++ b/shellops/assets/ShellOps_ae2b5689f3/init/staging/server.ini @@ -0,0 +1,5 @@ +api_key=abc456 +log_level=debug +cache_size=512 +temp_path=/tmp +port=8080 diff --git a/shellops/assets/ShellOps_ae73cf79a9/gold/output/.keep b/shellops/assets/ShellOps_ae73cf79a9/gold/output/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp1/run_001.json b/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp1/run_001.json new file mode 100644 index 0000000000000000000000000000000000000000..eca3fada138f85ce6e1f99b223e936b3dc87c65d --- /dev/null +++ b/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp1/run_001.json @@ -0,0 +1 @@ +{"validation_metrics": [{"model_id": "A1B2", "phase": "testing", "f1": 0.923}, {"model_id": "C3D4", "phase": "validation", "f1": 0.956}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp2/run_002.json b/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp2/run_002.json new file mode 100644 index 0000000000000000000000000000000000000000..67be2302710f5544e17ad4588a7ff8eeef3efc5f --- /dev/null +++ b/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp2/run_002.json @@ -0,0 +1 @@ +{"validation_metrics": [{"model_id": "X5Y6", "phase": "training", "f1": 0.941}, {"model_id": "Z7W8", "phase": "testing", "f1": 0.978}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp3/run_003.json b/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp3/run_003.json new file mode 100644 index 0000000000000000000000000000000000000000..e101dfa5e1c2b77c391f4ed31effe7403b839c0a --- /dev/null +++ b/shellops/assets/ShellOps_ae73cf79a9/gold/output/exp3/run_003.json @@ -0,0 +1 @@ +{"validation_metrics": [{"model_id": "M9N0", "phase": "validation", "f1": 0.931}, {"model_id": "P1Q2", "phase": "validation", "f1": 0.911}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae73cf79a9/init/output/.keep b/shellops/assets/ShellOps_ae73cf79a9/init/output/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ae73cf79a9/init/output/exp1/run_001.json b/shellops/assets/ShellOps_ae73cf79a9/init/output/exp1/run_001.json new file mode 100644 index 0000000000000000000000000000000000000000..eca3fada138f85ce6e1f99b223e936b3dc87c65d --- /dev/null +++ b/shellops/assets/ShellOps_ae73cf79a9/init/output/exp1/run_001.json @@ -0,0 +1 @@ +{"validation_metrics": [{"model_id": "A1B2", "phase": "testing", "f1": 0.923}, {"model_id": "C3D4", "phase": "validation", "f1": 0.956}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae73cf79a9/init/output/exp2/run_002.json b/shellops/assets/ShellOps_ae73cf79a9/init/output/exp2/run_002.json new file mode 100644 index 0000000000000000000000000000000000000000..67be2302710f5544e17ad4588a7ff8eeef3efc5f --- /dev/null +++ b/shellops/assets/ShellOps_ae73cf79a9/init/output/exp2/run_002.json @@ -0,0 +1 @@ +{"validation_metrics": [{"model_id": "X5Y6", "phase": "training", "f1": 0.941}, {"model_id": "Z7W8", "phase": "testing", "f1": 0.978}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae73cf79a9/init/output/exp3/run_003.json b/shellops/assets/ShellOps_ae73cf79a9/init/output/exp3/run_003.json new file mode 100644 index 0000000000000000000000000000000000000000..e101dfa5e1c2b77c391f4ed31effe7403b839c0a --- /dev/null +++ b/shellops/assets/ShellOps_ae73cf79a9/init/output/exp3/run_003.json @@ -0,0 +1 @@ +{"validation_metrics": [{"model_id": "M9N0", "phase": "validation", "f1": 0.931}, {"model_id": "P1Q2", "phase": "validation", "f1": 0.911}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae7ff42fb6/gold/approved.xml b/shellops/assets/ShellOps_ae7ff42fb6/gold/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..836e0ecc22eadfffcc165d9e110697d739800ec6 --- /dev/null +++ b/shellops/assets/ShellOps_ae7ff42fb6/gold/approved.xml @@ -0,0 +1,6 @@ + + Bonjour + Au revoir + Merci + S'il vous plaît + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae7ff42fb6/gold/missing_keys.txt b/shellops/assets/ShellOps_ae7ff42fb6/gold/missing_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd49217789dcc71f2b4d0af3a0677152ec0f7388 --- /dev/null +++ b/shellops/assets/ShellOps_ae7ff42fb6/gold/missing_keys.txt @@ -0,0 +1,2 @@ +A2 +C5 diff --git a/shellops/assets/ShellOps_ae7ff42fb6/gold/notes.txt b/shellops/assets/ShellOps_ae7ff42fb6/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5deabc4e195fe20ac433d27c90b68e48c164100 --- /dev/null +++ b/shellops/assets/ShellOps_ae7ff42fb6/gold/notes.txt @@ -0,0 +1,3 @@ +A1|Possible formal/informal mix +B3|Check context on page 12 +D4|Tag missing cultural note diff --git a/shellops/assets/ShellOps_ae7ff42fb6/init/approved.xml b/shellops/assets/ShellOps_ae7ff42fb6/init/approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..836e0ecc22eadfffcc165d9e110697d739800ec6 --- /dev/null +++ b/shellops/assets/ShellOps_ae7ff42fb6/init/approved.xml @@ -0,0 +1,6 @@ + + Bonjour + Au revoir + Merci + S'il vous plaît + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ae7ff42fb6/init/notes.txt b/shellops/assets/ShellOps_ae7ff42fb6/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5deabc4e195fe20ac433d27c90b68e48c164100 --- /dev/null +++ b/shellops/assets/ShellOps_ae7ff42fb6/init/notes.txt @@ -0,0 +1,3 @@ +A1|Possible formal/informal mix +B3|Check context on page 12 +D4|Tag missing cultural note diff --git a/shellops/assets/ShellOps_aebd35c1fa/gold/configs/.keep b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_a.env b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_a.env new file mode 100644 index 0000000000000000000000000000000000000000..1c2af34d85264599c23db98347b5fc7ddc24b2c3 --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_a.env @@ -0,0 +1,3 @@ +PORT=8080 +MAX_RETRIES=3 +TIMEOUT=60 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_b.env b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_b.env new file mode 100644 index 0000000000000000000000000000000000000000..d8d053bdd1a306efcb57962573b8561b70c06a9d --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_b.env @@ -0,0 +1,2 @@ +PORT=8081 +TIMEOUT=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_c.env b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_c.env new file mode 100644 index 0000000000000000000000000000000000000000..7b9285c553e4da5466376cad7aef94534bbf3287 --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_c.env @@ -0,0 +1,3 @@ +PORT=8082 +MAX_RETRIES=5 +TIMEOUT=90 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_d.env b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_d.env new file mode 100644 index 0000000000000000000000000000000000000000..65f5d0b8ad483d151e485b8103690159676e4ed0 --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/gold/configs/service_d.env @@ -0,0 +1,2 @@ +PORT=8083 +TIMEOUT=120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/gold/missing_configs.out b/shellops/assets/ShellOps_aebd35c1fa/gold/missing_configs.out new file mode 100644 index 0000000000000000000000000000000000000000..e6f29fe33b4a8260d51fa225104cd44518b13bee --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/gold/missing_configs.out @@ -0,0 +1,2 @@ +configs/service_b.env +configs/service_d.env diff --git a/shellops/assets/ShellOps_aebd35c1fa/init/configs/.keep b/shellops/assets/ShellOps_aebd35c1fa/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_a.env b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_a.env new file mode 100644 index 0000000000000000000000000000000000000000..1c2af34d85264599c23db98347b5fc7ddc24b2c3 --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_a.env @@ -0,0 +1,3 @@ +PORT=8080 +MAX_RETRIES=3 +TIMEOUT=60 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_b.env b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_b.env new file mode 100644 index 0000000000000000000000000000000000000000..d8d053bdd1a306efcb57962573b8561b70c06a9d --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_b.env @@ -0,0 +1,2 @@ +PORT=8081 +TIMEOUT=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_c.env b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_c.env new file mode 100644 index 0000000000000000000000000000000000000000..7b9285c553e4da5466376cad7aef94534bbf3287 --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_c.env @@ -0,0 +1,3 @@ +PORT=8082 +MAX_RETRIES=5 +TIMEOUT=90 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_d.env b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_d.env new file mode 100644 index 0000000000000000000000000000000000000000..65f5d0b8ad483d151e485b8103690159676e4ed0 --- /dev/null +++ b/shellops/assets/ShellOps_aebd35c1fa/init/configs/service_d.env @@ -0,0 +1,2 @@ +PORT=8083 +TIMEOUT=120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aec42ed53a/gold/active_plugins.txt b/shellops/assets/ShellOps_aec42ed53a/gold/active_plugins.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96f1bf788c6b8aaca2c7f24c2cf1d9f0af7ef35 --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/gold/active_plugins.txt @@ -0,0 +1,8 @@ +plugins: +- plugin_id: 45 + name: data_analyzer + api_key=ABCDEF1234567890ABCDEF1234567890 +- plugin_id: 78 + name: cloud_sync + api_key=XYZ789GHI456123890ABC123DEF45678 +log_level: debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_aec42ed53a/gold/api_keys.xml b/shellops/assets/ShellOps_aec42ed53a/gold/api_keys.xml new file mode 100644 index 0000000000000000000000000000000000000000..95e6bd6adaa3cdb233b662a87fe7f657f525c905 --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/gold/api_keys.xml @@ -0,0 +1,5 @@ + + + ABCDEF1234567890ABCDEF1234567890 + MNOPQR6789012345MNOPQR6789012345 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_aec42ed53a/gold/distractors/config.yaml b/shellops/assets/ShellOps_aec42ed53a/gold/distractors/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2bc6ac564f2a4a9f9bc177aaab6cc10de1fa1243 --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/gold/distractors/config.yaml @@ -0,0 +1,5 @@ +api_endpoints: + - url: https://api.example.com + timeout: 30s +logging: + level: info \ No newline at end of file diff --git a/shellops/assets/ShellOps_aec42ed53a/gold/unverified_keys.txt b/shellops/assets/ShellOps_aec42ed53a/gold/unverified_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..8170273f9823bbd02462ea16b8baec95eecb18ac --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/gold/unverified_keys.txt @@ -0,0 +1 @@ +XYZ789GHI456123890ABC123DEF45678 diff --git a/shellops/assets/ShellOps_aec42ed53a/init/active_plugins.txt b/shellops/assets/ShellOps_aec42ed53a/init/active_plugins.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96f1bf788c6b8aaca2c7f24c2cf1d9f0af7ef35 --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/init/active_plugins.txt @@ -0,0 +1,8 @@ +plugins: +- plugin_id: 45 + name: data_analyzer + api_key=ABCDEF1234567890ABCDEF1234567890 +- plugin_id: 78 + name: cloud_sync + api_key=XYZ789GHI456123890ABC123DEF45678 +log_level: debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_aec42ed53a/init/api_keys.xml b/shellops/assets/ShellOps_aec42ed53a/init/api_keys.xml new file mode 100644 index 0000000000000000000000000000000000000000..95e6bd6adaa3cdb233b662a87fe7f657f525c905 --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/init/api_keys.xml @@ -0,0 +1,5 @@ + + + ABCDEF1234567890ABCDEF1234567890 + MNOPQR6789012345MNOPQR6789012345 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_aec42ed53a/init/distractors/config.yaml b/shellops/assets/ShellOps_aec42ed53a/init/distractors/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2bc6ac564f2a4a9f9bc177aaab6cc10de1fa1243 --- /dev/null +++ b/shellops/assets/ShellOps_aec42ed53a/init/distractors/config.yaml @@ -0,0 +1,5 @@ +api_endpoints: + - url: https://api.example.com + timeout: 30s +logging: + level: info \ No newline at end of file diff --git a/shellops/assets/ShellOps_aed1d3f64b/gold/approved_accounts.txt b/shellops/assets/ShellOps_aed1d3f64b/gold/approved_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..067854658862a68070a1aef7bb734c9efb353080 --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/gold/approved_accounts.txt @@ -0,0 +1,10 @@ +ACC10023 +ACC10045 +ACC10067 +ACC10089 +ACC10101 +ACC10112 +ACC10134 +ACC10156 +ACC10178 +ACC10190 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aed1d3f64b/gold/missing_accounts.txt b/shellops/assets/ShellOps_aed1d3f64b/gold/missing_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..d670b63165517ed050181e94061ae57880466150 --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/gold/missing_accounts.txt @@ -0,0 +1 @@ +ACC10190 diff --git a/shellops/assets/ShellOps_aed1d3f64b/gold/notes.txt b/shellops/assets/ShellOps_aed1d3f64b/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc4332c4d44123dcd6dd537a78326a828027ac9a --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/gold/notes.txt @@ -0,0 +1,3 @@ +Legacy billing reconciliation notes: +- ACC10190 was added to approved_accounts.txt on 2025-01-03. +- No usage files generated on 2025-01-03 due to maintenance. diff --git a/shellops/assets/ShellOps_aed1d3f64b/gold/usage_20250101.xml b/shellops/assets/ShellOps_aed1d3f64b/gold/usage_20250101.xml new file mode 100644 index 0000000000000000000000000000000000000000..59042de275e95a87bc5ede6254edcdf0c164b8ad --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/gold/usage_20250101.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_aed1d3f64b/gold/usage_20250102.xml b/shellops/assets/ShellOps_aed1d3f64b/gold/usage_20250102.xml new file mode 100644 index 0000000000000000000000000000000000000000..d55b6b23ac669c95c32a384b6a6b13a4300b6845 --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/gold/usage_20250102.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_aed1d3f64b/init/approved_accounts.txt b/shellops/assets/ShellOps_aed1d3f64b/init/approved_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..067854658862a68070a1aef7bb734c9efb353080 --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/init/approved_accounts.txt @@ -0,0 +1,10 @@ +ACC10023 +ACC10045 +ACC10067 +ACC10089 +ACC10101 +ACC10112 +ACC10134 +ACC10156 +ACC10178 +ACC10190 \ No newline at end of file diff --git a/shellops/assets/ShellOps_aed1d3f64b/init/notes.txt b/shellops/assets/ShellOps_aed1d3f64b/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc4332c4d44123dcd6dd537a78326a828027ac9a --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/init/notes.txt @@ -0,0 +1,3 @@ +Legacy billing reconciliation notes: +- ACC10190 was added to approved_accounts.txt on 2025-01-03. +- No usage files generated on 2025-01-03 due to maintenance. diff --git a/shellops/assets/ShellOps_aed1d3f64b/init/usage_20250101.xml b/shellops/assets/ShellOps_aed1d3f64b/init/usage_20250101.xml new file mode 100644 index 0000000000000000000000000000000000000000..59042de275e95a87bc5ede6254edcdf0c164b8ad --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/init/usage_20250101.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_aed1d3f64b/init/usage_20250102.xml b/shellops/assets/ShellOps_aed1d3f64b/init/usage_20250102.xml new file mode 100644 index 0000000000000000000000000000000000000000..d55b6b23ac669c95c32a384b6a6b13a4300b6845 --- /dev/null +++ b/shellops/assets/ShellOps_aed1d3f64b/init/usage_20250102.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_aed4c31b94/gold/active_modules.json b/shellops/assets/ShellOps_aed4c31b94/gold/active_modules.json new file mode 100644 index 0000000000000000000000000000000000000000..2e76357c70a8b118b5b556e8f63dcb9de1324ec1 --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/gold/active_modules.json @@ -0,0 +1,10 @@ +{ + "modules": [ + { "id": "auth_service", "status": "active", "version": "2.1.0" }, + { "id": "billing_lib", "status": "active", "version": "1.5.2" }, + { "id": "cache_handler", "status": "active", "version": "3.0.1" }, + { "id": "legacy_middleware", "status": "deprecated", "version": "0.9.8" }, + { "id": "analytics_engine", "status": "active", "version": "4.2.0" }, + { "id": "unsupported_plugin", "status": "active", "version": "1.0.0" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_aed4c31b94/gold/approved.txt b/shellops/assets/ShellOps_aed4c31b94/gold/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..565cf4d84624bfd8d6545d64aa02d0d990eef36d --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/gold/approved.txt @@ -0,0 +1,5 @@ +auth_service +billing_lib +cache_handler +analytics_engine +network_monitor diff --git a/shellops/assets/ShellOps_aed4c31b94/gold/compliance/report.txt b/shellops/assets/ShellOps_aed4c31b94/gold/compliance/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..03574158389dbd46e7fd99c943a02bcfea761450 --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/gold/compliance/report.txt @@ -0,0 +1 @@ +unsupported_plugin diff --git a/shellops/assets/ShellOps_aed4c31b94/gold/distractor.log b/shellops/assets/ShellOps_aed4c31b94/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..cc86a3592fc6ae4eab86d9d143bb268f194a951e --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/gold/distractor.log @@ -0,0 +1,3 @@ +2024-10-05 INFO: Module 'auth_service' loaded successfully. +2024-10-05 WARN: Module 'unsupported_plugin' is not in the approved list. +2024-10-05 INFO: Module 'billing_lib' initialized. diff --git a/shellops/assets/ShellOps_aed4c31b94/init/active_modules.json b/shellops/assets/ShellOps_aed4c31b94/init/active_modules.json new file mode 100644 index 0000000000000000000000000000000000000000..2e76357c70a8b118b5b556e8f63dcb9de1324ec1 --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/init/active_modules.json @@ -0,0 +1,10 @@ +{ + "modules": [ + { "id": "auth_service", "status": "active", "version": "2.1.0" }, + { "id": "billing_lib", "status": "active", "version": "1.5.2" }, + { "id": "cache_handler", "status": "active", "version": "3.0.1" }, + { "id": "legacy_middleware", "status": "deprecated", "version": "0.9.8" }, + { "id": "analytics_engine", "status": "active", "version": "4.2.0" }, + { "id": "unsupported_plugin", "status": "active", "version": "1.0.0" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_aed4c31b94/init/approved.txt b/shellops/assets/ShellOps_aed4c31b94/init/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..565cf4d84624bfd8d6545d64aa02d0d990eef36d --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/init/approved.txt @@ -0,0 +1,5 @@ +auth_service +billing_lib +cache_handler +analytics_engine +network_monitor diff --git a/shellops/assets/ShellOps_aed4c31b94/init/distractor.log b/shellops/assets/ShellOps_aed4c31b94/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..cc86a3592fc6ae4eab86d9d143bb268f194a951e --- /dev/null +++ b/shellops/assets/ShellOps_aed4c31b94/init/distractor.log @@ -0,0 +1,3 @@ +2024-10-05 INFO: Module 'auth_service' loaded successfully. +2024-10-05 WARN: Module 'unsupported_plugin' is not in the approved list. +2024-10-05 INFO: Module 'billing_lib' initialized. diff --git a/shellops/assets/ShellOps_af26bcc9f8/gold/exceptions.log b/shellops/assets/ShellOps_af26bcc9f8/gold/exceptions.log new file mode 100644 index 0000000000000000000000000000000000000000..f78df5b679be3d75751a14b83698a3b0a1b7690c --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/gold/exceptions.log @@ -0,0 +1 @@ +parseInput diff --git a/shellops/assets/ShellOps_af26bcc9f8/gold/modules.xml b/shellops/assets/ShellOps_af26bcc9f8/gold/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..ce7441ff7999b1f126f9962974c8d2175716376f --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/gold/modules.xml @@ -0,0 +1,5 @@ + + initialize + checkIntegrity + parseInput + \ No newline at end of file diff --git a/shellops/assets/ShellOps_af26bcc9f8/gold/notes.md b/shellops/assets/ShellOps_af26bcc9f8/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..45a571f6c6fb8f2f6e936b722b10ef8aa8c2ed07 --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/gold/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not affect the result. \ No newline at end of file diff --git a/shellops/assets/ShellOps_af26bcc9f8/gold/standards.txt b/shellops/assets/ShellOps_af26bcc9f8/gold/standards.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d11d01009ae173ab5eb0f91970af9843a7ec9f6 --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/gold/standards.txt @@ -0,0 +1,4 @@ +initialize +updateData +shutdown +checkIntegrity diff --git a/shellops/assets/ShellOps_af26bcc9f8/init/modules.xml b/shellops/assets/ShellOps_af26bcc9f8/init/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..ce7441ff7999b1f126f9962974c8d2175716376f --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/init/modules.xml @@ -0,0 +1,5 @@ + + initialize + checkIntegrity + parseInput + \ No newline at end of file diff --git a/shellops/assets/ShellOps_af26bcc9f8/init/notes.md b/shellops/assets/ShellOps_af26bcc9f8/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..45a571f6c6fb8f2f6e936b722b10ef8aa8c2ed07 --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/init/notes.md @@ -0,0 +1 @@ +This file is a distractor and should not affect the result. \ No newline at end of file diff --git a/shellops/assets/ShellOps_af26bcc9f8/init/standards.txt b/shellops/assets/ShellOps_af26bcc9f8/init/standards.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d11d01009ae173ab5eb0f91970af9843a7ec9f6 --- /dev/null +++ b/shellops/assets/ShellOps_af26bcc9f8/init/standards.txt @@ -0,0 +1,4 @@ +initialize +updateData +shutdown +checkIntegrity diff --git a/shellops/assets/ShellOps_af853d67d0/gold/config/exclusions.toml b/shellops/assets/ShellOps_af853d67d0/gold/config/exclusions.toml new file mode 100644 index 0000000000000000000000000000000000000000..e98ae1ecf33feb29c8405ee9536309675bd9119e --- /dev/null +++ b/shellops/assets/ShellOps_af853d67d0/gold/config/exclusions.toml @@ -0,0 +1,2 @@ +[criteria] +exclude_debug = true \ No newline at end of file diff --git a/shellops/assets/ShellOps_af853d67d0/gold/results/mobile_events.txt b/shellops/assets/ShellOps_af853d67d0/gold/results/mobile_events.txt new file mode 100644 index 0000000000000000000000000000000000000000..f96ac06721837aa6a644a580c03c76f304e81db0 --- /dev/null +++ b/shellops/assets/ShellOps_af853d67d0/gold/results/mobile_events.txt @@ -0,0 +1 @@ +105 diff --git a/shellops/assets/ShellOps_af853d67d0/init/config/exclusions.toml b/shellops/assets/ShellOps_af853d67d0/init/config/exclusions.toml new file mode 100644 index 0000000000000000000000000000000000000000..e98ae1ecf33feb29c8405ee9536309675bd9119e --- /dev/null +++ b/shellops/assets/ShellOps_af853d67d0/init/config/exclusions.toml @@ -0,0 +1,2 @@ +[criteria] +exclude_debug = true \ No newline at end of file diff --git a/shellops/assets/ShellOps_afa5d09bd1/gold/study_notes.md b/shellops/assets/ShellOps_afa5d09bd1/gold/study_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a510b457b8e4157dc7e4eb78584e6264ef9934ab --- /dev/null +++ b/shellops/assets/ShellOps_afa5d09bd1/gold/study_notes.md @@ -0,0 +1,20 @@ +# Week 1 Study Plan + +- Subject: Math + Topics: Algebra, Geometry +- Subject: Physics + Topics: Motion, Energy + +# Week 2 Study Plan + +- Subject: Math + Topics: Calculus +- Subject: History + Topics: World War II + +# Week 3 Study Plan + +- Subject: Biology + Topics: Cells, DNA +- Subject: Physics + Topics: Thermodynamics diff --git a/shellops/assets/ShellOps_afa5d09bd1/init/study_notes.md b/shellops/assets/ShellOps_afa5d09bd1/init/study_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a510b457b8e4157dc7e4eb78584e6264ef9934ab --- /dev/null +++ b/shellops/assets/ShellOps_afa5d09bd1/init/study_notes.md @@ -0,0 +1,20 @@ +# Week 1 Study Plan + +- Subject: Math + Topics: Algebra, Geometry +- Subject: Physics + Topics: Motion, Energy + +# Week 2 Study Plan + +- Subject: Math + Topics: Calculus +- Subject: History + Topics: World War II + +# Week 3 Study Plan + +- Subject: Biology + Topics: Cells, DNA +- Subject: Physics + Topics: Thermodynamics diff --git a/shellops/assets/ShellOps_afb4969e9a/gold/shipment/.keep b/shellops/assets/ShellOps_afb4969e9a/gold/shipment/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_afb4969e9a/gold/shipment/unified.txt b/shellops/assets/ShellOps_afb4969e9a/gold/shipment/unified.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d8dce0d0a459d12202a8f96ff01b6cb4a15eae7 --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/gold/shipment/unified.txt @@ -0,0 +1,5 @@ +A101 75 +B202 50 +C303 70 +D404 10 +F606 5 diff --git a/shellops/assets/ShellOps_afb4969e9a/gold/supplier_a.xml b/shellops/assets/ShellOps_afb4969e9a/gold/supplier_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..3140bbdf674c7dafe9769aec38e2718a9f85677c --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/gold/supplier_a.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_afb4969e9a/gold/supplier_b.xml b/shellops/assets/ShellOps_afb4969e9a/gold/supplier_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..4f973f4e73cec448d9490f0b9e67ba6750bb383a --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/gold/supplier_b.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_afb4969e9a/gold/supplier_c.xml b/shellops/assets/ShellOps_afb4969e9a/gold/supplier_c.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee6e2a2817643969b2cbaf2b297bb221222ebc65 --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/gold/supplier_c.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_afb4969e9a/init/shipment/.keep b/shellops/assets/ShellOps_afb4969e9a/init/shipment/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_afb4969e9a/init/supplier_a.xml b/shellops/assets/ShellOps_afb4969e9a/init/supplier_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..3140bbdf674c7dafe9769aec38e2718a9f85677c --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/init/supplier_a.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_afb4969e9a/init/supplier_b.xml b/shellops/assets/ShellOps_afb4969e9a/init/supplier_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..4f973f4e73cec448d9490f0b9e67ba6750bb383a --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/init/supplier_b.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_afb4969e9a/init/supplier_c.xml b/shellops/assets/ShellOps_afb4969e9a/init/supplier_c.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee6e2a2817643969b2cbaf2b297bb221222ebc65 --- /dev/null +++ b/shellops/assets/ShellOps_afb4969e9a/init/supplier_c.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_b00987856d/gold/modified.log b/shellops/assets/ShellOps_b00987856d/gold/modified.log new file mode 100644 index 0000000000000000000000000000000000000000..cd6b84ebb8125dddd9b27b91dad7d4e21702f5fd --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/gold/modified.log @@ -0,0 +1,2 @@ +src/app.js +src/utils/helpers.ts diff --git a/shellops/assets/ShellOps_b00987856d/gold/src/app.js b/shellops/assets/ShellOps_b00987856d/gold/src/app.js new file mode 100644 index 0000000000000000000000000000000000000000..742aac3705576eaede8c94c44122a714db0e37e7 --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/gold/src/app.js @@ -0,0 +1,6 @@ +// @use-analytics +import analytics from 'lib/analytics/v2'; + +export function init() { + analytics.track('start'); +} diff --git a/shellops/assets/ShellOps_b00987856d/gold/src/components/Chart.js b/shellops/assets/ShellOps_b00987856d/gold/src/components/Chart.js new file mode 100644 index 0000000000000000000000000000000000000000..6a318bae967f42e7fb8739b530b6e9e0dcf1c92f --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/gold/src/components/Chart.js @@ -0,0 +1,6 @@ +import React from 'react'; +import analytics from 'lib/analytics/v1'; + +export default function Chart() { + return
...
; +} diff --git a/shellops/assets/ShellOps_b00987856d/gold/src/legacy/.keep b/shellops/assets/ShellOps_b00987856d/gold/src/legacy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b00987856d/gold/src/utils/helpers.ts b/shellops/assets/ShellOps_b00987856d/gold/src/utils/helpers.ts new file mode 100644 index 0000000000000000000000000000000000000000..0803dc90fbac62034ac5c82266c76bceb58c20ed --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/gold/src/utils/helpers.ts @@ -0,0 +1,6 @@ +// @use-analytics +import { logger } from 'lib/analytics/v2'; + +export function logEvent(event: string) { + logger.send(event); +} diff --git a/shellops/assets/ShellOps_b00987856d/init/src/app.js b/shellops/assets/ShellOps_b00987856d/init/src/app.js new file mode 100644 index 0000000000000000000000000000000000000000..955823a212cc563b86a032867875dc82c96527e1 --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/init/src/app.js @@ -0,0 +1,6 @@ +// @use-analytics +import analytics from 'lib/analytics/v1'; + +export function init() { + analytics.track('start'); +} diff --git a/shellops/assets/ShellOps_b00987856d/init/src/components/Chart.js b/shellops/assets/ShellOps_b00987856d/init/src/components/Chart.js new file mode 100644 index 0000000000000000000000000000000000000000..6a318bae967f42e7fb8739b530b6e9e0dcf1c92f --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/init/src/components/Chart.js @@ -0,0 +1,6 @@ +import React from 'react'; +import analytics from 'lib/analytics/v1'; + +export default function Chart() { + return
...
; +} diff --git a/shellops/assets/ShellOps_b00987856d/init/src/legacy/.keep b/shellops/assets/ShellOps_b00987856d/init/src/legacy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b00987856d/init/src/utils/helpers.ts b/shellops/assets/ShellOps_b00987856d/init/src/utils/helpers.ts new file mode 100644 index 0000000000000000000000000000000000000000..0bb8f32ac0391326c2ea110cf53aae850a1a09ff --- /dev/null +++ b/shellops/assets/ShellOps_b00987856d/init/src/utils/helpers.ts @@ -0,0 +1,6 @@ +// @use-analytics +import { logger } from 'lib/analytics/v1'; + +export function logEvent(event: string) { + logger.send(event); +} diff --git a/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/.keep b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_a.cfg b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c83571f29effca1de38881fd858a35309c6ead48 --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_a.cfg @@ -0,0 +1,2 @@ +timeout=5000 +max_connections=100 diff --git a/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_b.cfg b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..aedf4a1922d3ddddb1909e89c985b24283a3f293 --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_b.cfg @@ -0,0 +1,2 @@ +timeout=3000 +retry_policy=exponential diff --git a/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_c.cfg b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..98ed0c1c53eb70ea2f2a1bb8c07c9995d35e006c --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/gold/gateway_configs/gateway_c.cfg @@ -0,0 +1,2 @@ +timeout=5000 +buffer_size=1024 diff --git a/shellops/assets/ShellOps_b01eee376b/gold/merged_timeouts.cfg b/shellops/assets/ShellOps_b01eee376b/gold/merged_timeouts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..51ab16843c66be3a75151b619b42bee7e6a6b406 --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/gold/merged_timeouts.cfg @@ -0,0 +1,2 @@ +timeout=3000 +timeout=5000 diff --git a/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/.keep b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_a.cfg b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c83571f29effca1de38881fd858a35309c6ead48 --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_a.cfg @@ -0,0 +1,2 @@ +timeout=5000 +max_connections=100 diff --git a/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_b.cfg b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..aedf4a1922d3ddddb1909e89c985b24283a3f293 --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_b.cfg @@ -0,0 +1,2 @@ +timeout=3000 +retry_policy=exponential diff --git a/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_c.cfg b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..98ed0c1c53eb70ea2f2a1bb8c07c9995d35e006c --- /dev/null +++ b/shellops/assets/ShellOps_b01eee376b/init/gateway_configs/gateway_c.cfg @@ -0,0 +1,2 @@ +timeout=5000 +buffer_size=1024 diff --git a/shellops/assets/ShellOps_b03f3fe116/gold/config/active_flags.json b/shellops/assets/ShellOps_b03f3fe116/gold/config/active_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..20330f4b9e7d84255923e0277f619f0d9080332b --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/gold/config/active_flags.json @@ -0,0 +1,11 @@ +{ + "flags": [ + "feature.advanced_search", + "feature.legacy_auth", + "feature.rate_limiting_v2", + "feature.dashboard_v3", + "feature.beta_notifications", + "feature.old_analytics", + "feature.new_onboarding" + ] +} diff --git a/shellops/assets/ShellOps_b03f3fe116/gold/features/manifest.json b/shellops/assets/ShellOps_b03f3fe116/gold/features/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3ef296f28ac477035218aea09cca51b323e64f00 --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/gold/features/manifest.json @@ -0,0 +1,10 @@ +{ + "feature.advanced_search": {"stage": "stable"}, + "feature.legacy_auth": {"stage": "stale"}, + "feature.rate_limiting_v2": {"stage": "stable"}, + "feature.dashboard_v3": {"stage": "stable"}, + "feature.beta_notifications": {"stage": "stale"}, + "feature.old_analytics": {"stage": "stale"}, + "feature.new_onboarding": {"stage": "stable"}, + "feature.deprecated_api": {"stage": "stale"} +} diff --git a/shellops/assets/ShellOps_b03f3fe116/gold/notes/irrelevant.md b/shellops/assets/ShellOps_b03f3fe116/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..c9ae1e508f735c80071bf4bbc7ee5c8bf6255f74 --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/gold/notes/irrelevant.md @@ -0,0 +1,9 @@ +# Feature Lifecycle Notes + +- feature.legacy_auth: scheduled for removal Q2 +- feature.old_analytics: replace with new pipeline +- feature.deprecated_api: never activated + +Ignore the following legacy docs: +- docs/old_flags.txt +- archive/feature_history.log diff --git a/shellops/assets/ShellOps_b03f3fe116/gold/removal_plan.txt b/shellops/assets/ShellOps_b03f3fe116/gold/removal_plan.txt new file mode 100644 index 0000000000000000000000000000000000000000..45d6aca11948c66e5502b2b65ed824f0bdf23497 --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/gold/removal_plan.txt @@ -0,0 +1,3 @@ +feature.legacy_auth +feature.beta_notifications +feature.old_analytics diff --git a/shellops/assets/ShellOps_b03f3fe116/init/config/active_flags.json b/shellops/assets/ShellOps_b03f3fe116/init/config/active_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..20330f4b9e7d84255923e0277f619f0d9080332b --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/init/config/active_flags.json @@ -0,0 +1,11 @@ +{ + "flags": [ + "feature.advanced_search", + "feature.legacy_auth", + "feature.rate_limiting_v2", + "feature.dashboard_v3", + "feature.beta_notifications", + "feature.old_analytics", + "feature.new_onboarding" + ] +} diff --git a/shellops/assets/ShellOps_b03f3fe116/init/features/manifest.json b/shellops/assets/ShellOps_b03f3fe116/init/features/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3ef296f28ac477035218aea09cca51b323e64f00 --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/init/features/manifest.json @@ -0,0 +1,10 @@ +{ + "feature.advanced_search": {"stage": "stable"}, + "feature.legacy_auth": {"stage": "stale"}, + "feature.rate_limiting_v2": {"stage": "stable"}, + "feature.dashboard_v3": {"stage": "stable"}, + "feature.beta_notifications": {"stage": "stale"}, + "feature.old_analytics": {"stage": "stale"}, + "feature.new_onboarding": {"stage": "stable"}, + "feature.deprecated_api": {"stage": "stale"} +} diff --git a/shellops/assets/ShellOps_b03f3fe116/init/notes/irrelevant.md b/shellops/assets/ShellOps_b03f3fe116/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..c9ae1e508f735c80071bf4bbc7ee5c8bf6255f74 --- /dev/null +++ b/shellops/assets/ShellOps_b03f3fe116/init/notes/irrelevant.md @@ -0,0 +1,9 @@ +# Feature Lifecycle Notes + +- feature.legacy_auth: scheduled for removal Q2 +- feature.old_analytics: replace with new pipeline +- feature.deprecated_api: never activated + +Ignore the following legacy docs: +- docs/old_flags.txt +- archive/feature_history.log diff --git a/shellops/assets/ShellOps_b06cb42692/gold/exceptions/allowlist.txt b/shellops/assets/ShellOps_b06cb42692/gold/exceptions/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..f39b3427d19618c1357bad797e959dcf50f8b02a --- /dev/null +++ b/shellops/assets/ShellOps_b06cb42692/gold/exceptions/allowlist.txt @@ -0,0 +1,2 @@ +Database connection timeout +Token expired diff --git a/shellops/assets/ShellOps_b06cb42692/gold/filtered_exceptions.txt b/shellops/assets/ShellOps_b06cb42692/gold/filtered_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ff79f3d1af921063e01ba073293fbd03131ae59 --- /dev/null +++ b/shellops/assets/ShellOps_b06cb42692/gold/filtered_exceptions.txt @@ -0,0 +1,3 @@ +Invalid user credentials +Permission denied +Service unavailable diff --git a/shellops/assets/ShellOps_b06cb42692/init/exceptions/allowlist.txt b/shellops/assets/ShellOps_b06cb42692/init/exceptions/allowlist.txt new file mode 100644 index 0000000000000000000000000000000000000000..f39b3427d19618c1357bad797e959dcf50f8b02a --- /dev/null +++ b/shellops/assets/ShellOps_b06cb42692/init/exceptions/allowlist.txt @@ -0,0 +1,2 @@ +Database connection timeout +Token expired diff --git a/shellops/assets/ShellOps_b09559918d/gold/exclusions/override.txt b/shellops/assets/ShellOps_b09559918d/gold/exclusions/override.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a58007052a65fbc2fc3f910f2855f45a4058e74 --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/gold/exclusions/override.txt @@ -0,0 +1 @@ +alpha diff --git a/shellops/assets/ShellOps_b09559918d/gold/filtered_servers.txt b/shellops/assets/ShellOps_b09559918d/gold/filtered_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dda600fb6828e4269d7846c52f08d3762f8706d --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/gold/filtered_servers.txt @@ -0,0 +1,2 @@ +gamma +delta diff --git a/shellops/assets/ShellOps_b09559918d/gold/reviewed/inspections.json b/shellops/assets/ShellOps_b09559918d/gold/reviewed/inspections.json new file mode 100644 index 0000000000000000000000000000000000000000..23acb3149a0017905773b7e381d8020d490cb836 --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/gold/reviewed/inspections.json @@ -0,0 +1,7 @@ +[ + {"server_name": "alpha", "status": "suppressed", "reason": "maintenance"}, + {"server_name": "beta", "status": "active", "reason": "production"}, + {"server_name": "gamma", "status": "suppressed", "reason": "decommissioned"}, + {"server_name": "delta", "status": "suppressed", "reason": "maintenance"}, + {"server_name": "epsilon", "status": "active", "reason": "staging"} +] diff --git a/shellops/assets/ShellOps_b09559918d/gold/reviewed/notes.md b/shellops/assets/ShellOps_b09559918d/gold/reviewed/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ea68a0f2a89833b04c0b6110317cbcf44aeb3dd --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/gold/reviewed/notes.md @@ -0,0 +1 @@ +Audit notes: gamma is pending final decommission approval. diff --git a/shellops/assets/ShellOps_b09559918d/init/exclusions/override.txt b/shellops/assets/ShellOps_b09559918d/init/exclusions/override.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a58007052a65fbc2fc3f910f2855f45a4058e74 --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/init/exclusions/override.txt @@ -0,0 +1 @@ +alpha diff --git a/shellops/assets/ShellOps_b09559918d/init/reviewed/inspections.json b/shellops/assets/ShellOps_b09559918d/init/reviewed/inspections.json new file mode 100644 index 0000000000000000000000000000000000000000..23acb3149a0017905773b7e381d8020d490cb836 --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/init/reviewed/inspections.json @@ -0,0 +1,7 @@ +[ + {"server_name": "alpha", "status": "suppressed", "reason": "maintenance"}, + {"server_name": "beta", "status": "active", "reason": "production"}, + {"server_name": "gamma", "status": "suppressed", "reason": "decommissioned"}, + {"server_name": "delta", "status": "suppressed", "reason": "maintenance"}, + {"server_name": "epsilon", "status": "active", "reason": "staging"} +] diff --git a/shellops/assets/ShellOps_b09559918d/init/reviewed/notes.md b/shellops/assets/ShellOps_b09559918d/init/reviewed/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ea68a0f2a89833b04c0b6110317cbcf44aeb3dd --- /dev/null +++ b/shellops/assets/ShellOps_b09559918d/init/reviewed/notes.md @@ -0,0 +1 @@ +Audit notes: gamma is pending final decommission approval. diff --git a/shellops/assets/ShellOps_b0cad5f7fb/gold/events/alpha.json b/shellops/assets/ShellOps_b0cad5f7fb/gold/events/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..8d8155b22a9d6592acfec216b8ba40489513c47f --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/gold/events/alpha.json @@ -0,0 +1,3 @@ +{"event_id": "evt_001", "status": "failed", "timestamp": "2024-10-01T08:15:00Z", "reason": "network unreachable"} +{"event_id": "evt_002", "status": "failed", "timestamp": "2024-10-01T08:20:00Z", "reason": "timeout during handshake"} +{"event_id": "evt_003", "status": "success", "timestamp": "2024-10-01T08:25:00Z", "reason": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b0cad5f7fb/gold/events/beta.json b/shellops/assets/ShellOps_b0cad5f7fb/gold/events/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..f274d1b225ba5e5f033a589020dfb7f6255789d8 --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/gold/events/beta.json @@ -0,0 +1,3 @@ +{"event_id": "evt_004", "status": "failed", "timestamp": "2024-10-01T09:10:00Z", "reason": "disk full"} +{"event_id": "evt_005", "status": "failed", "timestamp": "2024-10-01T09:25:00Z", "reason": "permission denied"} +{"event_id": "evt_006", "status": "pending", "timestamp": "2024-10-01T09:30:00Z", "reason": "waiting"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b0cad5f7fb/gold/events/gamma.json b/shellops/assets/ShellOps_b0cad5f7fb/gold/events/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..422689aa0fad5a7b87168fab3a0e0f327585f8f5 --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/gold/events/gamma.json @@ -0,0 +1,2 @@ +{"event_id": "evt_007", "status": "failed", "timestamp": "2024-10-01T10:05:00Z", "reason": "service unavailable"} +{"event_id": "evt_008", "status": "failed", "timestamp": "2024-10-01T10:10:00Z", "reason": "timeout on response"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b0cad5f7fb/gold/notes/irrelevant.md b/shellops/assets/ShellOps_b0cad5f7fb/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..84d2364acb149c3aa3439f0d4df22a46ea4b63a6 --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/gold/notes/irrelevant.md @@ -0,0 +1,4 @@ +# Event log notes +- alpha.json: production events +- beta.json: staging events +- gamma.json: archived events diff --git a/shellops/assets/ShellOps_b0cad5f7fb/gold/reports/filtered_failures.tsv b/shellops/assets/ShellOps_b0cad5f7fb/gold/reports/filtered_failures.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d9520fb1cf0a876b8f5f7d2addb05d05936b666d --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/gold/reports/filtered_failures.tsv @@ -0,0 +1,4 @@ +evt_001 2024-10-01T08:15:00Z network unreachable +evt_004 2024-10-01T09:10:00Z disk full +evt_005 2024-10-01T09:25:00Z permission denied +evt_007 2024-10-01T10:05:00Z service unavailable diff --git a/shellops/assets/ShellOps_b0cad5f7fb/init/events/alpha.json b/shellops/assets/ShellOps_b0cad5f7fb/init/events/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..8d8155b22a9d6592acfec216b8ba40489513c47f --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/init/events/alpha.json @@ -0,0 +1,3 @@ +{"event_id": "evt_001", "status": "failed", "timestamp": "2024-10-01T08:15:00Z", "reason": "network unreachable"} +{"event_id": "evt_002", "status": "failed", "timestamp": "2024-10-01T08:20:00Z", "reason": "timeout during handshake"} +{"event_id": "evt_003", "status": "success", "timestamp": "2024-10-01T08:25:00Z", "reason": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b0cad5f7fb/init/events/beta.json b/shellops/assets/ShellOps_b0cad5f7fb/init/events/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..f274d1b225ba5e5f033a589020dfb7f6255789d8 --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/init/events/beta.json @@ -0,0 +1,3 @@ +{"event_id": "evt_004", "status": "failed", "timestamp": "2024-10-01T09:10:00Z", "reason": "disk full"} +{"event_id": "evt_005", "status": "failed", "timestamp": "2024-10-01T09:25:00Z", "reason": "permission denied"} +{"event_id": "evt_006", "status": "pending", "timestamp": "2024-10-01T09:30:00Z", "reason": "waiting"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b0cad5f7fb/init/events/gamma.json b/shellops/assets/ShellOps_b0cad5f7fb/init/events/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..422689aa0fad5a7b87168fab3a0e0f327585f8f5 --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/init/events/gamma.json @@ -0,0 +1,2 @@ +{"event_id": "evt_007", "status": "failed", "timestamp": "2024-10-01T10:05:00Z", "reason": "service unavailable"} +{"event_id": "evt_008", "status": "failed", "timestamp": "2024-10-01T10:10:00Z", "reason": "timeout on response"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b0cad5f7fb/init/notes/irrelevant.md b/shellops/assets/ShellOps_b0cad5f7fb/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..84d2364acb149c3aa3439f0d4df22a46ea4b63a6 --- /dev/null +++ b/shellops/assets/ShellOps_b0cad5f7fb/init/notes/irrelevant.md @@ -0,0 +1,4 @@ +# Event log notes +- alpha.json: production events +- beta.json: staging events +- gamma.json: archived events diff --git a/shellops/assets/ShellOps_b0e5b6f49c/gold/allowed_components.xml b/shellops/assets/ShellOps_b0e5b6f49c/gold/allowed_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..014cb0bf9429082115c53ec383b64d63fe810fe6 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/gold/allowed_components.xml @@ -0,0 +1,7 @@ + + + alpha_led + beta_sensor + gamma_driver + epsilon_actuator + diff --git a/shellops/assets/ShellOps_b0e5b6f49c/gold/deployed.txt b/shellops/assets/ShellOps_b0e5b6f49c/gold/deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45f9b6b6784e674d6b3afca414b50422183f835 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/gold/deployed.txt @@ -0,0 +1,5 @@ +alpha_led +beta_sensor +delta_controller +epsilon_actuator +zeta_monitor diff --git a/shellops/assets/ShellOps_b0e5b6f49c/gold/notes.md b/shellops/assets/ShellOps_b0e5b6f49c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ece24e9445efff0d5ced90186133fa5919094a7 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/gold/notes.md @@ -0,0 +1,3 @@ +# Deployment audit notes +- zeta_monitor was added without approval +- delta_controller is pending review diff --git a/shellops/assets/ShellOps_b0e5b6f49c/gold/unapproved_deployed.txt b/shellops/assets/ShellOps_b0e5b6f49c/gold/unapproved_deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..3943c724067136f835f486f898bff7d2a61c0166 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/gold/unapproved_deployed.txt @@ -0,0 +1,2 @@ +delta_controller +zeta_monitor diff --git a/shellops/assets/ShellOps_b0e5b6f49c/init/allowed_components.xml b/shellops/assets/ShellOps_b0e5b6f49c/init/allowed_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..014cb0bf9429082115c53ec383b64d63fe810fe6 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/init/allowed_components.xml @@ -0,0 +1,7 @@ + + + alpha_led + beta_sensor + gamma_driver + epsilon_actuator + diff --git a/shellops/assets/ShellOps_b0e5b6f49c/init/deployed.txt b/shellops/assets/ShellOps_b0e5b6f49c/init/deployed.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45f9b6b6784e674d6b3afca414b50422183f835 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/init/deployed.txt @@ -0,0 +1,5 @@ +alpha_led +beta_sensor +delta_controller +epsilon_actuator +zeta_monitor diff --git a/shellops/assets/ShellOps_b0e5b6f49c/init/notes.md b/shellops/assets/ShellOps_b0e5b6f49c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ece24e9445efff0d5ced90186133fa5919094a7 --- /dev/null +++ b/shellops/assets/ShellOps_b0e5b6f49c/init/notes.md @@ -0,0 +1,3 @@ +# Deployment audit notes +- zeta_monitor was added without approval +- delta_controller is pending review diff --git a/shellops/assets/ShellOps_b1169c4483/gold/policy/baseline.cnf b/shellops/assets/ShellOps_b1169c4483/gold/policy/baseline.cnf new file mode 100644 index 0000000000000000000000000000000000000000..98561c43fc52419c4161655d7dd91f6517ce738d --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/gold/policy/baseline.cnf @@ -0,0 +1,5 @@ +allow_rule FW-IN-001 trusted ssh +allow_rule FW-IN-002 any https +allow_rule FW-OUT-050 any http +allow_rule FW-OUT-051 any https +allow_rule FW-DMZ-200 dmz rdp diff --git a/shellops/assets/ShellOps_b1169c4483/gold/policy/notes.txt b/shellops/assets/ShellOps_b1169c4483/gold/policy/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cfe1844539b1f5a76b672ced2665a65fe3330a3 --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/gold/policy/notes.txt @@ -0,0 +1 @@ +Legacy DMZ rules pending review diff --git a/shellops/assets/ShellOps_b1169c4483/gold/rules/filter_inbound.cnf b/shellops/assets/ShellOps_b1169c4483/gold/rules/filter_inbound.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f4517545529aca9e549b624dd30b9226b91089a5 --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/gold/rules/filter_inbound.cnf @@ -0,0 +1,4 @@ +rule FW-IN-001 allow tcp 22 from trusted +rule FW-IN-002 allow tcp 443 from any +rule FW-IN-099 drop udp 53 from any +rule FW-IN-100 allow icmp from local diff --git a/shellops/assets/ShellOps_b1169c4483/gold/rules/filter_outbound.cnf b/shellops/assets/ShellOps_b1169c4483/gold/rules/filter_outbound.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f2b63eda97829ac06e65032fbb8c85c658d9d6ef --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/gold/rules/filter_outbound.cnf @@ -0,0 +1,3 @@ +rule FW-OUT-050 allow tcp 80 to any +rule FW-OUT-051 allow tcp 443 to any +rule FW-OUT-052 allow udp 53 to any diff --git a/shellops/assets/ShellOps_b1169c4483/gold/rules/legacy_dmz.cnf b/shellops/assets/ShellOps_b1169c4483/gold/rules/legacy_dmz.cnf new file mode 100644 index 0000000000000000000000000000000000000000..b74835472ff6cfc6866fb5e56dade9e1a49f2f72 --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/gold/rules/legacy_dmz.cnf @@ -0,0 +1,2 @@ +rule FW-DMZ-200 allow tcp 3389 from dmz +rule FW-DMZ-201 allow tcp 8080 from dmz diff --git a/shellops/assets/ShellOps_b1169c4483/init/policy/baseline.cnf b/shellops/assets/ShellOps_b1169c4483/init/policy/baseline.cnf new file mode 100644 index 0000000000000000000000000000000000000000..98561c43fc52419c4161655d7dd91f6517ce738d --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/init/policy/baseline.cnf @@ -0,0 +1,5 @@ +allow_rule FW-IN-001 trusted ssh +allow_rule FW-IN-002 any https +allow_rule FW-OUT-050 any http +allow_rule FW-OUT-051 any https +allow_rule FW-DMZ-200 dmz rdp diff --git a/shellops/assets/ShellOps_b1169c4483/init/policy/notes.txt b/shellops/assets/ShellOps_b1169c4483/init/policy/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cfe1844539b1f5a76b672ced2665a65fe3330a3 --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/init/policy/notes.txt @@ -0,0 +1 @@ +Legacy DMZ rules pending review diff --git a/shellops/assets/ShellOps_b1169c4483/init/rules/filter_inbound.cnf b/shellops/assets/ShellOps_b1169c4483/init/rules/filter_inbound.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f4517545529aca9e549b624dd30b9226b91089a5 --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/init/rules/filter_inbound.cnf @@ -0,0 +1,4 @@ +rule FW-IN-001 allow tcp 22 from trusted +rule FW-IN-002 allow tcp 443 from any +rule FW-IN-099 drop udp 53 from any +rule FW-IN-100 allow icmp from local diff --git a/shellops/assets/ShellOps_b1169c4483/init/rules/filter_outbound.cnf b/shellops/assets/ShellOps_b1169c4483/init/rules/filter_outbound.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f2b63eda97829ac06e65032fbb8c85c658d9d6ef --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/init/rules/filter_outbound.cnf @@ -0,0 +1,3 @@ +rule FW-OUT-050 allow tcp 80 to any +rule FW-OUT-051 allow tcp 443 to any +rule FW-OUT-052 allow udp 53 to any diff --git a/shellops/assets/ShellOps_b1169c4483/init/rules/legacy_dmz.cnf b/shellops/assets/ShellOps_b1169c4483/init/rules/legacy_dmz.cnf new file mode 100644 index 0000000000000000000000000000000000000000..b74835472ff6cfc6866fb5e56dade9e1a49f2f72 --- /dev/null +++ b/shellops/assets/ShellOps_b1169c4483/init/rules/legacy_dmz.cnf @@ -0,0 +1,2 @@ +rule FW-DMZ-200 allow tcp 3389 from dmz +rule FW-DMZ-201 allow tcp 8080 from dmz diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/approved_devices.txt b/shellops/assets/ShellOps_b12a20dfcc/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..96e571dbe03fd8527f07af7bcbbea4733055a5d1 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/approved_devices.txt @@ -0,0 +1,3 @@ +dev_001 +dev_003 +dev_005 diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/notes.md b/shellops/assets/ShellOps_b12a20dfcc/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d16d3feba4d38b809f77e4a1af60035091d6127a --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/notes.md @@ -0,0 +1,4 @@ +# Telemetry Review Notes + +- Node beta and delta are currently suppressed. +- Node epsilon firmware is outdated but not suppressed. diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/suppressions.json b/shellops/assets/ShellOps_b12a20dfcc/gold/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..cb1d3e16dc2b525a4b1f5e7a9826be8c757a54d4 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/suppressions.json @@ -0,0 +1,12 @@ +[ + { + "device_id": "dev_002", + "status": "suppressed", + "reason": "quarantined" + }, + { + "device_id": "dev_004", + "status": "suppressed", + "reason": "maintenance" + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_alpha.json b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c653715d42871f33bc4680ae45b3d54e70b3cf83 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "firmware": "v2.1.3", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_beta.json b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..71ca22cd41b1e7f8ed1645e83e9226bf5d6d5809 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "firmware": "v2.1.3", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_delta.json b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..777c048219b4d8ac1022be2e236143f0718a46b2 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "firmware": "v2.1.3", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_epsilon.json b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..a2d44e4af29f1718a17ee73f28ea458e5b1f5921 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_epsilon.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_005", + "firmware": "v2.0.9", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_gamma.json b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f36425fdca8a6673a3ed9d692f972bd58823762f --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/gold/telemetry/node_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "firmware": "v2.0.9", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/notes.md b/shellops/assets/ShellOps_b12a20dfcc/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d16d3feba4d38b809f77e4a1af60035091d6127a --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/notes.md @@ -0,0 +1,4 @@ +# Telemetry Review Notes + +- Node beta and delta are currently suppressed. +- Node epsilon firmware is outdated but not suppressed. diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/suppressions.json b/shellops/assets/ShellOps_b12a20dfcc/init/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..cb1d3e16dc2b525a4b1f5e7a9826be8c757a54d4 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/suppressions.json @@ -0,0 +1,12 @@ +[ + { + "device_id": "dev_002", + "status": "suppressed", + "reason": "quarantined" + }, + { + "device_id": "dev_004", + "status": "suppressed", + "reason": "maintenance" + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_alpha.json b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c653715d42871f33bc4680ae45b3d54e70b3cf83 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "firmware": "v2.1.3", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_beta.json b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..71ca22cd41b1e7f8ed1645e83e9226bf5d6d5809 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "firmware": "v2.1.3", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_delta.json b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..777c048219b4d8ac1022be2e236143f0718a46b2 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "firmware": "v2.1.3", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_epsilon.json b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..a2d44e4af29f1718a17ee73f28ea458e5b1f5921 --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_epsilon.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_005", + "firmware": "v2.0.9", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_gamma.json b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..f36425fdca8a6673a3ed9d692f972bd58823762f --- /dev/null +++ b/shellops/assets/ShellOps_b12a20dfcc/init/telemetry/node_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "firmware": "v2.0.9", + "status": "active" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b166fb242f/gold/candidate_manifest.txt b/shellops/assets/ShellOps_b166fb242f/gold/candidate_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..097d550cb5585831ebf98a1c6973c9d6479e849b --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/gold/candidate_manifest.txt @@ -0,0 +1,6 @@ +fw_router_a_2.1.3 +fw_switch_b_1.0.7 +fw_gateway_c_3.2.1 +fw_sensor_d_0.9.4 +fw_router_a_2.1.3 +fw_controller_e_1.5.2 diff --git a/shellops/assets/ShellOps_b166fb242f/gold/notes.md b/shellops/assets/ShellOps_b166fb242f/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f4d529273f855b6085fa2c4f4ff6b279e2f9ee47 --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/gold/notes.md @@ -0,0 +1,4 @@ +# Release manifests +- candidate_manifest.txt includes all proposed firmware payloads +- stable_manifest.txt contains promoted stable payloads +- Duplicate entries exist within candidate_manifest.txt diff --git a/shellops/assets/ShellOps_b166fb242f/gold/reports/consolidated_manifest.txt b/shellops/assets/ShellOps_b166fb242f/gold/reports/consolidated_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..68d1a8669c84a84be9ff123aa6fae65e5db44bb2 --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/gold/reports/consolidated_manifest.txt @@ -0,0 +1,5 @@ +fw_controller_e_1.5.2 +fw_gateway_c_3.2.1 +fw_router_a_2.1.3 +fw_sensor_d_0.9.4 +fw_switch_b_1.0.7 diff --git a/shellops/assets/ShellOps_b166fb242f/gold/stable_manifest.txt b/shellops/assets/ShellOps_b166fb242f/gold/stable_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea079fa9dec495bd62c3f7593da665d57ee0662f --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/gold/stable_manifest.txt @@ -0,0 +1,3 @@ +fw_router_a_2.1.3 +fw_gateway_c_3.2.1 +fw_controller_e_1.5.2 diff --git a/shellops/assets/ShellOps_b166fb242f/init/candidate_manifest.txt b/shellops/assets/ShellOps_b166fb242f/init/candidate_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..097d550cb5585831ebf98a1c6973c9d6479e849b --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/init/candidate_manifest.txt @@ -0,0 +1,6 @@ +fw_router_a_2.1.3 +fw_switch_b_1.0.7 +fw_gateway_c_3.2.1 +fw_sensor_d_0.9.4 +fw_router_a_2.1.3 +fw_controller_e_1.5.2 diff --git a/shellops/assets/ShellOps_b166fb242f/init/notes.md b/shellops/assets/ShellOps_b166fb242f/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f4d529273f855b6085fa2c4f4ff6b279e2f9ee47 --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/init/notes.md @@ -0,0 +1,4 @@ +# Release manifests +- candidate_manifest.txt includes all proposed firmware payloads +- stable_manifest.txt contains promoted stable payloads +- Duplicate entries exist within candidate_manifest.txt diff --git a/shellops/assets/ShellOps_b166fb242f/init/stable_manifest.txt b/shellops/assets/ShellOps_b166fb242f/init/stable_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea079fa9dec495bd62c3f7593da665d57ee0662f --- /dev/null +++ b/shellops/assets/ShellOps_b166fb242f/init/stable_manifest.txt @@ -0,0 +1,3 @@ +fw_router_a_2.1.3 +fw_gateway_c_3.2.1 +fw_controller_e_1.5.2 diff --git a/shellops/assets/ShellOps_b1d9c92f30/gold/docs/notes.md b/shellops/assets/ShellOps_b1d9c92f30/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a2daffa5ade01935b91ad455f04e3eb3e62e115d --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/gold/docs/notes.md @@ -0,0 +1,2 @@ +# Monitoring Guidelines +- Verify all critical status changes have incident reports \ No newline at end of file diff --git a/shellops/assets/ShellOps_b1d9c92f30/gold/event_logs.xml b/shellops/assets/ShellOps_b1d9c92f30/gold/event_logs.xml new file mode 100644 index 0000000000000000000000000000000000000000..8147ceb517861c60dff99438cb280c5e67bf65c9 --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/gold/event_logs.xml @@ -0,0 +1,12 @@ + + + 2024-03-15T08:22:17 + server_alpha + Disk full + + + 2024-03-15T10:15:33 + cache_gamma + Cache cleared + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b1d9c92f30/gold/monitored_systems.txt b/shellops/assets/ShellOps_b1d9c92f30/gold/monitored_systems.txt new file mode 100644 index 0000000000000000000000000000000000000000..71723c0d84b67baf7e31d1d31b516361a4a8c54c --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/gold/monitored_systems.txt @@ -0,0 +1,3 @@ +2024-03-15T08:22:17 STATUS_CHANGE: server_alpha CRITICAL +2024-03-15T09:45:01 STATUS_CHANGE: db_beta WARNING +2024-03-15T10:15:33 STATUS_CHANGE: cache_gamma OK \ No newline at end of file diff --git a/shellops/assets/ShellOps_b1d9c92f30/gold/unlinked_events.log b/shellops/assets/ShellOps_b1d9c92f30/gold/unlinked_events.log new file mode 100644 index 0000000000000000000000000000000000000000..e446c47cd77e188845b3d56421199c6e0a64a256 --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/gold/unlinked_events.log @@ -0,0 +1 @@ +2024-03-15T09:45:01 diff --git a/shellops/assets/ShellOps_b1d9c92f30/init/docs/notes.md b/shellops/assets/ShellOps_b1d9c92f30/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a2daffa5ade01935b91ad455f04e3eb3e62e115d --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/init/docs/notes.md @@ -0,0 +1,2 @@ +# Monitoring Guidelines +- Verify all critical status changes have incident reports \ No newline at end of file diff --git a/shellops/assets/ShellOps_b1d9c92f30/init/event_logs.xml b/shellops/assets/ShellOps_b1d9c92f30/init/event_logs.xml new file mode 100644 index 0000000000000000000000000000000000000000..8147ceb517861c60dff99438cb280c5e67bf65c9 --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/init/event_logs.xml @@ -0,0 +1,12 @@ + + + 2024-03-15T08:22:17 + server_alpha + Disk full + + + 2024-03-15T10:15:33 + cache_gamma + Cache cleared + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b1d9c92f30/init/monitored_systems.txt b/shellops/assets/ShellOps_b1d9c92f30/init/monitored_systems.txt new file mode 100644 index 0000000000000000000000000000000000000000..71723c0d84b67baf7e31d1d31b516361a4a8c54c --- /dev/null +++ b/shellops/assets/ShellOps_b1d9c92f30/init/monitored_systems.txt @@ -0,0 +1,3 @@ +2024-03-15T08:22:17 STATUS_CHANGE: server_alpha CRITICAL +2024-03-15T09:45:01 STATUS_CHANGE: db_beta WARNING +2024-03-15T10:15:33 STATUS_CHANGE: cache_gamma OK \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2281445f7/gold/cluster_nodes.csv b/shellops/assets/ShellOps_b2281445f7/gold/cluster_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bb301e06052ab400e7cb2a6fbe522021d064f0e --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/gold/cluster_nodes.csv @@ -0,0 +1,6 @@ +node_id,ip,role,timestamp +A1,10.0.0.1,worker,2024-05-20T12:34:56Z +A1,10.0.0.1,worker,2024-05-20T14:20:00Z +B2,10.0.0.2,db,2024-05-20T08:45:30Z +B2,10.0.0.2,db,2024-05-20T09:30:15Z +C3,10.0.0.3,web,2024-05-20T16:10:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2281445f7/gold/distractor/old_nodes.csv b/shellops/assets/ShellOps_b2281445f7/gold/distractor/old_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..da4b859cae04b0c8b6182f1ae6ec834c894f09a5 --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/gold/distractor/old_nodes.csv @@ -0,0 +1,2 @@ +node_id,ip,status +a1,192.168.1.1,retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2281445f7/gold/notes.txt b/shellops/assets/ShellOps_b2281445f7/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4143c54232932fe19f3eef6e856929031f6fe00 --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/gold/notes.txt @@ -0,0 +1,4 @@ +Data sourced from: +- API scrape 2024-05-20 +- Legacy inventory sync +Distractors are in the /backup folder. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2281445f7/gold/verified_nodes.csv b/shellops/assets/ShellOps_b2281445f7/gold/verified_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..235ce9bbc61e4eafab6176a7c82c82cae1637c12 --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/gold/verified_nodes.csv @@ -0,0 +1,4 @@ +node_id,ip,role,timestamp +A1,10.0.0.1,worker,2024-05-20T14:20:00Z +B2,10.0.0.2,db,2024-05-20T09:30:15Z +C3,10.0.0.3,web,2024-05-20T16:10:00Z diff --git a/shellops/assets/ShellOps_b2281445f7/init/cluster_nodes.csv b/shellops/assets/ShellOps_b2281445f7/init/cluster_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bb301e06052ab400e7cb2a6fbe522021d064f0e --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/init/cluster_nodes.csv @@ -0,0 +1,6 @@ +node_id,ip,role,timestamp +A1,10.0.0.1,worker,2024-05-20T12:34:56Z +A1,10.0.0.1,worker,2024-05-20T14:20:00Z +B2,10.0.0.2,db,2024-05-20T08:45:30Z +B2,10.0.0.2,db,2024-05-20T09:30:15Z +C3,10.0.0.3,web,2024-05-20T16:10:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2281445f7/init/distractor/old_nodes.csv b/shellops/assets/ShellOps_b2281445f7/init/distractor/old_nodes.csv new file mode 100644 index 0000000000000000000000000000000000000000..da4b859cae04b0c8b6182f1ae6ec834c894f09a5 --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/init/distractor/old_nodes.csv @@ -0,0 +1,2 @@ +node_id,ip,status +a1,192.168.1.1,retired \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2281445f7/init/notes.txt b/shellops/assets/ShellOps_b2281445f7/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4143c54232932fe19f3eef6e856929031f6fe00 --- /dev/null +++ b/shellops/assets/ShellOps_b2281445f7/init/notes.txt @@ -0,0 +1,4 @@ +Data sourced from: +- API scrape 2024-05-20 +- Legacy inventory sync +Distractors are in the /backup folder. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b22d184740/gold/gateways/.keep b/shellops/assets/ShellOps_b22d184740/gold/gateways/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b22d184740/gold/gateways/dmz.yaml b/shellops/assets/ShellOps_b22d184740/gold/gateways/dmz.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8424f2831e0f295367043117df3d0ff2f021e334 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/gold/gateways/dmz.yaml @@ -0,0 +1,2 @@ +name: dmz +ciphers: TLS_AES_128_GCM_SHA256, ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_b22d184740/gold/gateways/edge.yaml b/shellops/assets/ShellOps_b22d184740/gold/gateways/edge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..df7a1c6794dc2dd88d1d5329b253795534db89d4 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/gold/gateways/edge.yaml @@ -0,0 +1,2 @@ +name: edge +ciphers: TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256, ECDHE-RSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_b22d184740/gold/gateways/internal.yaml b/shellops/assets/ShellOps_b22d184740/gold/gateways/internal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..132381cd819edff05e5c1d2281426abee2b29eb7 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/gold/gateways/internal.yaml @@ -0,0 +1,2 @@ +name: internal +ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_b22d184740/gold/gateways/legacy.yaml b/shellops/assets/ShellOps_b22d184740/gold/gateways/legacy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..901ec4e431c75a9627424d717b8d19f77f15b1d5 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/gold/gateways/legacy.yaml @@ -0,0 +1,2 @@ +name: legacy +ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_b22d184740/gold/security/cipher_manifest.txt b/shellops/assets/ShellOps_b22d184740/gold/security/cipher_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..53bd7149af0c1b51dfbb07934ef6dc8487c17c28 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/gold/security/cipher_manifest.txt @@ -0,0 +1,5 @@ +ECDHE-RSA-AES128-GCM-SHA256 +ECDHE-RSA-AES256-GCM-SHA384 +TLS_AES_128_GCM_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 diff --git a/shellops/assets/ShellOps_b22d184740/init/gateways/.keep b/shellops/assets/ShellOps_b22d184740/init/gateways/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b22d184740/init/gateways/dmz.yaml b/shellops/assets/ShellOps_b22d184740/init/gateways/dmz.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8424f2831e0f295367043117df3d0ff2f021e334 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/init/gateways/dmz.yaml @@ -0,0 +1,2 @@ +name: dmz +ciphers: TLS_AES_128_GCM_SHA256, ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_b22d184740/init/gateways/edge.yaml b/shellops/assets/ShellOps_b22d184740/init/gateways/edge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..df7a1c6794dc2dd88d1d5329b253795534db89d4 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/init/gateways/edge.yaml @@ -0,0 +1,2 @@ +name: edge +ciphers: TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256, ECDHE-RSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_b22d184740/init/gateways/internal.yaml b/shellops/assets/ShellOps_b22d184740/init/gateways/internal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..132381cd819edff05e5c1d2281426abee2b29eb7 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/init/gateways/internal.yaml @@ -0,0 +1,2 @@ +name: internal +ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 diff --git a/shellops/assets/ShellOps_b22d184740/init/gateways/legacy.yaml b/shellops/assets/ShellOps_b22d184740/init/gateways/legacy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..901ec4e431c75a9627424d717b8d19f77f15b1d5 --- /dev/null +++ b/shellops/assets/ShellOps_b22d184740/init/gateways/legacy.yaml @@ -0,0 +1,2 @@ +name: legacy +ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_AES_128_GCM_SHA256 diff --git a/shellops/assets/ShellOps_b23a6da37b/gold/certs/missing_cns.txt b/shellops/assets/ShellOps_b23a6da37b/gold/certs/missing_cns.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f3d310e676ad41c3b109cb13d13168d6e3df6d1 --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/gold/certs/missing_cns.txt @@ -0,0 +1 @@ +monitor.internal diff --git a/shellops/assets/ShellOps_b23a6da37b/gold/certs/notes.md b/shellops/assets/ShellOps_b23a6da37b/gold/certs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..43b9d2f5d2bec77693cb5bfb714869ce8f0589e1 --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/gold/certs/notes.md @@ -0,0 +1,4 @@ +This directory tracks all trusted certificates. +The XML file is the source of truth for all CNs. +The deployment list is updated manually after each rollout. +Staging and test certificates are excluded from production deployments. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b23a6da37b/gold/certs/trusted.xml b/shellops/assets/ShellOps_b23a6da37b/gold/certs/trusted.xml new file mode 100644 index 0000000000000000000000000000000000000000..8193a2f83a7a223a5d1bd2fa04bd26ab2cad43ab --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/gold/certs/trusted.xml @@ -0,0 +1,35 @@ + + + + api.example.com + 2025-12-31 + + + gateway.internal + 2025-10-15 + + + staging_query.yourdomain.net + 2024-09-01 + + + test_auth.example.com + 2025-02-28 + + + cdn.edge.example.com + 2026-03-20 + + + monitor.internal + 2025-11-30 + + + staging_backup.zone + 2024-12-31 + + + api.v2.example.com + 2026-01-10 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b23a6da37b/gold/deployment/cert_list.txt b/shellops/assets/ShellOps_b23a6da37b/gold/deployment/cert_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..555875381afc018352cbd0d16918129bb7f56dcf --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/gold/deployment/cert_list.txt @@ -0,0 +1,9 @@ +# Current production certificates deployed to edge servers +api.example.com +cdn.edge.example.com +gateway.internal +api.v2.example.com +# legacy retired entries +deprecated.old.example.com +# below line is a comment ignored by parser +# test_auth.example.com diff --git a/shellops/assets/ShellOps_b23a6da37b/init/certs/notes.md b/shellops/assets/ShellOps_b23a6da37b/init/certs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..43b9d2f5d2bec77693cb5bfb714869ce8f0589e1 --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/init/certs/notes.md @@ -0,0 +1,4 @@ +This directory tracks all trusted certificates. +The XML file is the source of truth for all CNs. +The deployment list is updated manually after each rollout. +Staging and test certificates are excluded from production deployments. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b23a6da37b/init/certs/trusted.xml b/shellops/assets/ShellOps_b23a6da37b/init/certs/trusted.xml new file mode 100644 index 0000000000000000000000000000000000000000..8193a2f83a7a223a5d1bd2fa04bd26ab2cad43ab --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/init/certs/trusted.xml @@ -0,0 +1,35 @@ + + + + api.example.com + 2025-12-31 + + + gateway.internal + 2025-10-15 + + + staging_query.yourdomain.net + 2024-09-01 + + + test_auth.example.com + 2025-02-28 + + + cdn.edge.example.com + 2026-03-20 + + + monitor.internal + 2025-11-30 + + + staging_backup.zone + 2024-12-31 + + + api.v2.example.com + 2026-01-10 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b23a6da37b/init/deployment/cert_list.txt b/shellops/assets/ShellOps_b23a6da37b/init/deployment/cert_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..555875381afc018352cbd0d16918129bb7f56dcf --- /dev/null +++ b/shellops/assets/ShellOps_b23a6da37b/init/deployment/cert_list.txt @@ -0,0 +1,9 @@ +# Current production certificates deployed to edge servers +api.example.com +cdn.edge.example.com +gateway.internal +api.v2.example.com +# legacy retired entries +deprecated.old.example.com +# below line is a comment ignored by parser +# test_auth.example.com diff --git a/shellops/assets/ShellOps_b2a4a76a95/gold/deployments/node1.json b/shellops/assets/ShellOps_b2a4a76a95/gold/deployments/node1.json new file mode 100644 index 0000000000000000000000000000000000000000..bf6068d64233a417aafc9310115a843a87771ea0 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/gold/deployments/node1.json @@ -0,0 +1 @@ +{"nodes": [{"id": "node-a", "status": "unstable"}, {"id": "node-b", "status": "healthy"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2a4a76a95/gold/deployments/node2.json b/shellops/assets/ShellOps_b2a4a76a95/gold/deployments/node2.json new file mode 100644 index 0000000000000000000000000000000000000000..fbb8e42f080c0b5e1b6478dccc6a7fbad83879e7 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/gold/deployments/node2.json @@ -0,0 +1 @@ +{"nodes": [{"id": "node-c", "status": "unstable"}, {"id": "node-d", "status": "degraded"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2a4a76a95/gold/old/nodes_to_ignore.log b/shellops/assets/ShellOps_b2a4a76a95/gold/old/nodes_to_ignore.log new file mode 100644 index 0000000000000000000000000000000000000000..dc1a31ee878df8f75f8455161b9f38f02f725af9 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/gold/old/nodes_to_ignore.log @@ -0,0 +1,3 @@ +node-c +node-x +node-y \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2a4a76a95/gold/stability_report.txt b/shellops/assets/ShellOps_b2a4a76a95/gold/stability_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..babfbfb4a3848bfea5e307d58939c7316ea6b035 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/gold/stability_report.txt @@ -0,0 +1 @@ +node-a diff --git a/shellops/assets/ShellOps_b2a4a76a95/init/deployments/node1.json b/shellops/assets/ShellOps_b2a4a76a95/init/deployments/node1.json new file mode 100644 index 0000000000000000000000000000000000000000..bf6068d64233a417aafc9310115a843a87771ea0 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/init/deployments/node1.json @@ -0,0 +1 @@ +{"nodes": [{"id": "node-a", "status": "unstable"}, {"id": "node-b", "status": "healthy"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2a4a76a95/init/deployments/node2.json b/shellops/assets/ShellOps_b2a4a76a95/init/deployments/node2.json new file mode 100644 index 0000000000000000000000000000000000000000..fbb8e42f080c0b5e1b6478dccc6a7fbad83879e7 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/init/deployments/node2.json @@ -0,0 +1 @@ +{"nodes": [{"id": "node-c", "status": "unstable"}, {"id": "node-d", "status": "degraded"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b2a4a76a95/init/old/nodes_to_ignore.log b/shellops/assets/ShellOps_b2a4a76a95/init/old/nodes_to_ignore.log new file mode 100644 index 0000000000000000000000000000000000000000..dc1a31ee878df8f75f8455161b9f38f02f725af9 --- /dev/null +++ b/shellops/assets/ShellOps_b2a4a76a95/init/old/nodes_to_ignore.log @@ -0,0 +1,3 @@ +node-c +node-x +node-y \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3147f267f/gold/audit_reports/.keep b/shellops/assets/ShellOps_b3147f267f/gold/audit_reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b3147f267f/gold/audit_reports/orphans_20240415.out b/shellops/assets/ShellOps_b3147f267f/gold/audit_reports/orphans_20240415.out new file mode 100644 index 0000000000000000000000000000000000000000..019b59e3f6d11e0e6012d6ad3339267be3c63fcf --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/gold/audit_reports/orphans_20240415.out @@ -0,0 +1,2 @@ +1123 +8654 diff --git a/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/node1/system.log b/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/node1/system.log new file mode 100644 index 0000000000000000000000000000000000000000..fdfbd493acb6fb6a9b682579c94a22cce2f2688f --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/node1/system.log @@ -0,0 +1,2 @@ +2024-04-15 08:12:34 [INFO] Attaching volume_id=5792 +2024-04-15 08:13:45 [WARN] volume_id=0042 not responding diff --git a/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/node2/storage.log b/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/node2/storage.log new file mode 100644 index 0000000000000000000000000000000000000000..567cb8371852969ef1c66aef215285fe5227e498 --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/node2/storage.log @@ -0,0 +1,2 @@ +2024-04-15 09:01:23 [ERROR] Failed to mount volume_id=5792 +2024-04-15 09:02:34 [INFO] Detaching volume_id=8654 diff --git a/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/region_west/app.log b/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/region_west/app.log new file mode 100644 index 0000000000000000000000000000000000000000..c966bde8cca5c2fe27b21f93480d2547214a0347 --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/gold/cluster_logs/region_west/app.log @@ -0,0 +1 @@ +2024-04-15 10:11:12 [DEBUG] Access check for volume_id=1123 diff --git a/shellops/assets/ShellOps_b3147f267f/gold/volumes/active_volumes.map b/shellops/assets/ShellOps_b3147f267f/gold/volumes/active_volumes.map new file mode 100644 index 0000000000000000000000000000000000000000..f24ffcd89bec2261b871f86d70e138674abde75f --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/gold/volumes/active_volumes.map @@ -0,0 +1,3 @@ +0042 +5792 +9921 diff --git a/shellops/assets/ShellOps_b3147f267f/init/audit_reports/.keep b/shellops/assets/ShellOps_b3147f267f/init/audit_reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/node1/system.log b/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/node1/system.log new file mode 100644 index 0000000000000000000000000000000000000000..fdfbd493acb6fb6a9b682579c94a22cce2f2688f --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/node1/system.log @@ -0,0 +1,2 @@ +2024-04-15 08:12:34 [INFO] Attaching volume_id=5792 +2024-04-15 08:13:45 [WARN] volume_id=0042 not responding diff --git a/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/node2/storage.log b/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/node2/storage.log new file mode 100644 index 0000000000000000000000000000000000000000..567cb8371852969ef1c66aef215285fe5227e498 --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/node2/storage.log @@ -0,0 +1,2 @@ +2024-04-15 09:01:23 [ERROR] Failed to mount volume_id=5792 +2024-04-15 09:02:34 [INFO] Detaching volume_id=8654 diff --git a/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/region_west/app.log b/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/region_west/app.log new file mode 100644 index 0000000000000000000000000000000000000000..c966bde8cca5c2fe27b21f93480d2547214a0347 --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/init/cluster_logs/region_west/app.log @@ -0,0 +1 @@ +2024-04-15 10:11:12 [DEBUG] Access check for volume_id=1123 diff --git a/shellops/assets/ShellOps_b3147f267f/init/volumes/active_volumes.map b/shellops/assets/ShellOps_b3147f267f/init/volumes/active_volumes.map new file mode 100644 index 0000000000000000000000000000000000000000..f24ffcd89bec2261b871f86d70e138674abde75f --- /dev/null +++ b/shellops/assets/ShellOps_b3147f267f/init/volumes/active_volumes.map @@ -0,0 +1,3 @@ +0042 +5792 +9921 diff --git a/shellops/assets/ShellOps_b36277f8b0/gold/alerts/.keep b/shellops/assets/ShellOps_b36277f8b0/gold/alerts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b36277f8b0/gold/alerts/missing_interfaces.txt b/shellops/assets/ShellOps_b36277f8b0/gold/alerts/missing_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce9a5778a8b6522d4b8922cc0af2fab41e49f00c --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/gold/alerts/missing_interfaces.txt @@ -0,0 +1 @@ +wlan1 diff --git a/shellops/assets/ShellOps_b36277f8b0/gold/definitions.conf b/shellops/assets/ShellOps_b36277f8b0/gold/definitions.conf new file mode 100644 index 0000000000000000000000000000000000000000..79f4a0cefcb3f635c369ccdc9366de3567391976 --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/gold/definitions.conf @@ -0,0 +1,7 @@ +{ + "interfaces": { + "eth0": {"ip": "10.0.0.2"}, + "wlan1": {"ip": "192.168.1.1"}, + "vpn0": {"ip": "10.8.0.1"} + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b36277f8b0/gold/distractor/old_config.conf b/shellops/assets/ShellOps_b36277f8b0/gold/distractor/old_config.conf new file mode 100644 index 0000000000000000000000000000000000000000..dc99b59e27ec047852e56f94d0dee98f62cc0986 --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/gold/distractor/old_config.conf @@ -0,0 +1 @@ +{"interfaces": {"eth1": {"ip": "10.0.0.3"}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b36277f8b0/gold/status_report.json b/shellops/assets/ShellOps_b36277f8b0/gold/status_report.json new file mode 100644 index 0000000000000000000000000000000000000000..4c7665a90d78fddcf4a96058ef380cd8056a9e65 --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/gold/status_report.json @@ -0,0 +1,6 @@ +{ + "active": { + "eth0": {"state": "up"}, + "vpn0": {"state": "down"} + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b36277f8b0/init/alerts/.keep b/shellops/assets/ShellOps_b36277f8b0/init/alerts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b36277f8b0/init/definitions.conf b/shellops/assets/ShellOps_b36277f8b0/init/definitions.conf new file mode 100644 index 0000000000000000000000000000000000000000..79f4a0cefcb3f635c369ccdc9366de3567391976 --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/init/definitions.conf @@ -0,0 +1,7 @@ +{ + "interfaces": { + "eth0": {"ip": "10.0.0.2"}, + "wlan1": {"ip": "192.168.1.1"}, + "vpn0": {"ip": "10.8.0.1"} + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b36277f8b0/init/distractor/old_config.conf b/shellops/assets/ShellOps_b36277f8b0/init/distractor/old_config.conf new file mode 100644 index 0000000000000000000000000000000000000000..dc99b59e27ec047852e56f94d0dee98f62cc0986 --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/init/distractor/old_config.conf @@ -0,0 +1 @@ +{"interfaces": {"eth1": {"ip": "10.0.0.3"}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b36277f8b0/init/status_report.json b/shellops/assets/ShellOps_b36277f8b0/init/status_report.json new file mode 100644 index 0000000000000000000000000000000000000000..4c7665a90d78fddcf4a96058ef380cd8056a9e65 --- /dev/null +++ b/shellops/assets/ShellOps_b36277f8b0/init/status_report.json @@ -0,0 +1,6 @@ +{ + "active": { + "eth0": {"state": "up"}, + "vpn0": {"state": "down"} + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b38590a571/gold/consolidated_voltage.csv b/shellops/assets/ShellOps_b38590a571/gold/consolidated_voltage.csv new file mode 100644 index 0000000000000000000000000000000000000000..dbea57e654730976697827e99031d86a041a615a --- /dev/null +++ b/shellops/assets/ShellOps_b38590a571/gold/consolidated_voltage.csv @@ -0,0 +1,5 @@ +2024-03-15T08:05,sensor_x9,1.4 +2024-03-15T09:30,sensor_b2,1.5 +2024-03-15T11:20,sensor_y8,1.2 +2024-03-15T16:45,sensor_z7,1.3 +2024-03-15T17:50,sensor_d4,2.0 diff --git a/shellops/assets/ShellOps_b38590a571/gold/labs/.keep b/shellops/assets/ShellOps_b38590a571/gold/labs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b38590a571/gold/labs/eng_sensor_readings.csv b/shellops/assets/ShellOps_b38590a571/gold/labs/eng_sensor_readings.csv new file mode 100644 index 0000000000000000000000000000000000000000..be4501a13bc109d879c5fb65580fb960346cf0f0 --- /dev/null +++ b/shellops/assets/ShellOps_b38590a571/gold/labs/eng_sensor_readings.csv @@ -0,0 +1,5 @@ +2024-03-15T07:45,sensor_a1,1.1 +2024-03-15T09:30,sensor_b2,1.5 +2024-03-15T12:15,sensor_c3,0.9 +2024-03-15T17:50,sensor_d4,2.0 +2024-03-15T19:10,sensor_e5,1.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b38590a571/gold/labs/phys_sensor_readings.csv b/shellops/assets/ShellOps_b38590a571/gold/labs/phys_sensor_readings.csv new file mode 100644 index 0000000000000000000000000000000000000000..55f85ce9f12b30a28630a06aa3b3dfc13ef512d2 --- /dev/null +++ b/shellops/assets/ShellOps_b38590a571/gold/labs/phys_sensor_readings.csv @@ -0,0 +1,4 @@ +2024-03-15T08:05,sensor_x9,1.4 +2024-03-15T11:20,sensor_y8,1.2 +2024-03-15T16:45,sensor_z7,1.3 +2024-03-15T18:30,sensor_w6,0.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b38590a571/init/labs/.keep b/shellops/assets/ShellOps_b38590a571/init/labs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b38590a571/init/labs/eng_sensor_readings.csv b/shellops/assets/ShellOps_b38590a571/init/labs/eng_sensor_readings.csv new file mode 100644 index 0000000000000000000000000000000000000000..be4501a13bc109d879c5fb65580fb960346cf0f0 --- /dev/null +++ b/shellops/assets/ShellOps_b38590a571/init/labs/eng_sensor_readings.csv @@ -0,0 +1,5 @@ +2024-03-15T07:45,sensor_a1,1.1 +2024-03-15T09:30,sensor_b2,1.5 +2024-03-15T12:15,sensor_c3,0.9 +2024-03-15T17:50,sensor_d4,2.0 +2024-03-15T19:10,sensor_e5,1.3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b38590a571/init/labs/phys_sensor_readings.csv b/shellops/assets/ShellOps_b38590a571/init/labs/phys_sensor_readings.csv new file mode 100644 index 0000000000000000000000000000000000000000..55f85ce9f12b30a28630a06aa3b3dfc13ef512d2 --- /dev/null +++ b/shellops/assets/ShellOps_b38590a571/init/labs/phys_sensor_readings.csv @@ -0,0 +1,4 @@ +2024-03-15T08:05,sensor_x9,1.4 +2024-03-15T11:20,sensor_y8,1.2 +2024-03-15T16:45,sensor_z7,1.3 +2024-03-15T18:30,sensor_w6,0.8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3984c2dfb/gold/final_groceries.md b/shellops/assets/ShellOps_b3984c2dfb/gold/final_groceries.md new file mode 100644 index 0000000000000000000000000000000000000000..b9fa5dc49376e0b0e1ecfcd23ac1626d7c136e87 --- /dev/null +++ b/shellops/assets/ShellOps_b3984c2dfb/gold/final_groceries.md @@ -0,0 +1,8 @@ +apples +bananas +bread +carrots +chicken +milk +potatoes +steak diff --git a/shellops/assets/ShellOps_b3984c2dfb/gold/shopping_week1.md b/shellops/assets/ShellOps_b3984c2dfb/gold/shopping_week1.md new file mode 100644 index 0000000000000000000000000000000000000000..19fb9f2f7135c00855f13e48ea51ab0324d5947e --- /dev/null +++ b/shellops/assets/ShellOps_b3984c2dfb/gold/shopping_week1.md @@ -0,0 +1,5 @@ +apples +bananas +milk +bread +chicken diff --git a/shellops/assets/ShellOps_b3984c2dfb/gold/shopping_week2.md b/shellops/assets/ShellOps_b3984c2dfb/gold/shopping_week2.md new file mode 100644 index 0000000000000000000000000000000000000000..960c4cacf9070b09c202df9603692eaab6a325b8 --- /dev/null +++ b/shellops/assets/ShellOps_b3984c2dfb/gold/shopping_week2.md @@ -0,0 +1,5 @@ +bananas +carrots +milk +potatoes +steak diff --git a/shellops/assets/ShellOps_b3984c2dfb/init/shopping_week1.md b/shellops/assets/ShellOps_b3984c2dfb/init/shopping_week1.md new file mode 100644 index 0000000000000000000000000000000000000000..19fb9f2f7135c00855f13e48ea51ab0324d5947e --- /dev/null +++ b/shellops/assets/ShellOps_b3984c2dfb/init/shopping_week1.md @@ -0,0 +1,5 @@ +apples +bananas +milk +bread +chicken diff --git a/shellops/assets/ShellOps_b3984c2dfb/init/shopping_week2.md b/shellops/assets/ShellOps_b3984c2dfb/init/shopping_week2.md new file mode 100644 index 0000000000000000000000000000000000000000..960c4cacf9070b09c202df9603692eaab6a325b8 --- /dev/null +++ b/shellops/assets/ShellOps_b3984c2dfb/init/shopping_week2.md @@ -0,0 +1,5 @@ +bananas +carrots +milk +potatoes +steak diff --git a/shellops/assets/ShellOps_b3ece85cbd/gold/approved_devices.txt b/shellops/assets/ShellOps_b3ece85cbd/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa4ecc23b0438ad7e0138a64c685663145cafa28 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/gold/approved_devices.txt @@ -0,0 +1,4 @@ +node-alpha +node-gamma +node-delta +node-zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3ece85cbd/gold/deployed.xml b/shellops/assets/ShellOps_b3ece85cbd/gold/deployed.xml new file mode 100644 index 0000000000000000000000000000000000000000..b1aa4d041433460ee7af59dea8bc64b7f52a8260 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/gold/deployed.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3ece85cbd/gold/exceptions/legacy_devices.out b/shellops/assets/ShellOps_b3ece85cbd/gold/exceptions/legacy_devices.out new file mode 100644 index 0000000000000000000000000000000000000000..ee8b2fc275e6ddca2523909b49ae2a736d92de11 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/gold/exceptions/legacy_devices.out @@ -0,0 +1,2 @@ +node-beta +node-epsilon diff --git a/shellops/assets/ShellOps_b3ece85cbd/gold/notes.md b/shellops/assets/ShellOps_b3ece85cbd/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fc44441d439dfb8a0ff2efefd2256b66fe0030a9 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/gold/notes.md @@ -0,0 +1 @@ +Ignore devices marked as legacy in below section. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3ece85cbd/init/approved_devices.txt b/shellops/assets/ShellOps_b3ece85cbd/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa4ecc23b0438ad7e0138a64c685663145cafa28 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/init/approved_devices.txt @@ -0,0 +1,4 @@ +node-alpha +node-gamma +node-delta +node-zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3ece85cbd/init/deployed.xml b/shellops/assets/ShellOps_b3ece85cbd/init/deployed.xml new file mode 100644 index 0000000000000000000000000000000000000000..b1aa4d041433460ee7af59dea8bc64b7f52a8260 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/init/deployed.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3ece85cbd/init/notes.md b/shellops/assets/ShellOps_b3ece85cbd/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fc44441d439dfb8a0ff2efefd2256b66fe0030a9 --- /dev/null +++ b/shellops/assets/ShellOps_b3ece85cbd/init/notes.md @@ -0,0 +1 @@ +Ignore devices marked as legacy in below section. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule1.conf b/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule1.conf new file mode 100644 index 0000000000000000000000000000000000000000..841a067866b0214abd815bc4a97bb98473be4606 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule1.conf @@ -0,0 +1,3 @@ +allow 192.168.1.1 +allow 10.0.0.1 +allow 192.168.1.1 diff --git a/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule2.conf b/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule2.conf new file mode 100644 index 0000000000000000000000000000000000000000..9ea02a34ed028d9a93263614eb0e8a62b1423ee5 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule2.conf @@ -0,0 +1,3 @@ +allow 172.16.0.1 +allow 192.168.1.1 +allow 10.0.0.2 diff --git a/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule3.conf b/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule3.conf new file mode 100644 index 0000000000000000000000000000000000000000..36ec5bebd7cfdbce99c746441fa6428965b90dd0 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/gold/firewall/rule3.conf @@ -0,0 +1,2 @@ +allow 172.16.0.1 +allow 10.0.0.1 diff --git a/shellops/assets/ShellOps_b3ee620b3c/gold/unique_ips.out b/shellops/assets/ShellOps_b3ee620b3c/gold/unique_ips.out new file mode 100644 index 0000000000000000000000000000000000000000..9124c6b8b54cb8f42b2ea4d5d3c01c5dd27cfea2 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/gold/unique_ips.out @@ -0,0 +1,4 @@ +10.0.0.1 +10.0.0.2 +172.16.0.1 +192.168.1.1 diff --git a/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule1.conf b/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule1.conf new file mode 100644 index 0000000000000000000000000000000000000000..841a067866b0214abd815bc4a97bb98473be4606 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule1.conf @@ -0,0 +1,3 @@ +allow 192.168.1.1 +allow 10.0.0.1 +allow 192.168.1.1 diff --git a/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule2.conf b/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule2.conf new file mode 100644 index 0000000000000000000000000000000000000000..9ea02a34ed028d9a93263614eb0e8a62b1423ee5 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule2.conf @@ -0,0 +1,3 @@ +allow 172.16.0.1 +allow 192.168.1.1 +allow 10.0.0.2 diff --git a/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule3.conf b/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule3.conf new file mode 100644 index 0000000000000000000000000000000000000000..36ec5bebd7cfdbce99c746441fa6428965b90dd0 --- /dev/null +++ b/shellops/assets/ShellOps_b3ee620b3c/init/firewall/rule3.conf @@ -0,0 +1,2 @@ +allow 172.16.0.1 +allow 10.0.0.1 diff --git a/shellops/assets/ShellOps_b41e1c3a54/gold/endpoints/inventory.json b/shellops/assets/ShellOps_b41e1c3a54/gold/endpoints/inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..eda11111a8583a2ad1b03a0727824c1d66f9b878 --- /dev/null +++ b/shellops/assets/ShellOps_b41e1c3a54/gold/endpoints/inventory.json @@ -0,0 +1,9 @@ +[ + {"name": "/api/v1/users", "status": "active"}, + {"name": "/api/v1/orders", "status": "deprecated"}, + {"name": "/api/v1/products", "status": "active"}, + {"name": "/api/v1/reports", "status": "active"}, + {"name": "/api/v1/analytics", "status": "maintenance"}, + {"name": "/api/v1/billing", "status": "active"}, + {"name": "/api/v1/notifications", "status": "deprecated"} +] diff --git a/shellops/assets/ShellOps_b41e1c3a54/gold/endpoints/suppressed.txt b/shellops/assets/ShellOps_b41e1c3a54/gold/endpoints/suppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..671ece7f02278b736573b6244f59ea7addd5ee8d --- /dev/null +++ b/shellops/assets/ShellOps_b41e1c3a54/gold/endpoints/suppressed.txt @@ -0,0 +1,2 @@ +/api/v1/billing +/api/v1/obsolete diff --git a/shellops/assets/ShellOps_b41e1c3a54/init/endpoints/inventory.json b/shellops/assets/ShellOps_b41e1c3a54/init/endpoints/inventory.json new file mode 100644 index 0000000000000000000000000000000000000000..eda11111a8583a2ad1b03a0727824c1d66f9b878 --- /dev/null +++ b/shellops/assets/ShellOps_b41e1c3a54/init/endpoints/inventory.json @@ -0,0 +1,9 @@ +[ + {"name": "/api/v1/users", "status": "active"}, + {"name": "/api/v1/orders", "status": "deprecated"}, + {"name": "/api/v1/products", "status": "active"}, + {"name": "/api/v1/reports", "status": "active"}, + {"name": "/api/v1/analytics", "status": "maintenance"}, + {"name": "/api/v1/billing", "status": "active"}, + {"name": "/api/v1/notifications", "status": "deprecated"} +] diff --git a/shellops/assets/ShellOps_b41e1c3a54/init/endpoints/suppressed.txt b/shellops/assets/ShellOps_b41e1c3a54/init/endpoints/suppressed.txt new file mode 100644 index 0000000000000000000000000000000000000000..671ece7f02278b736573b6244f59ea7addd5ee8d --- /dev/null +++ b/shellops/assets/ShellOps_b41e1c3a54/init/endpoints/suppressed.txt @@ -0,0 +1,2 @@ +/api/v1/billing +/api/v1/obsolete diff --git a/shellops/assets/ShellOps_b42408bf15/gold/devices/.keep b/shellops/assets/ShellOps_b42408bf15/gold/devices/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b42408bf15/gold/devices/host_a.toml b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_a.toml new file mode 100644 index 0000000000000000000000000000000000000000..2103dac9619434862ee92a46301f21a2ae050073 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_a.toml @@ -0,0 +1,4 @@ +model = "AX-1000" +device_id = "dev-001" +location = "rack-a" +firmware_version = "2.7.1" diff --git a/shellops/assets/ShellOps_b42408bf15/gold/devices/host_b.toml b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_b.toml new file mode 100644 index 0000000000000000000000000000000000000000..a62348de6c9dc217fe0dc73c9f018de21525bead --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_b.toml @@ -0,0 +1,4 @@ +model = "BX-2000" +device_id = "dev-002" +firmware_version = "2.6.0" +location = "rack-b" diff --git a/shellops/assets/ShellOps_b42408bf15/gold/devices/host_c.toml b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_c.toml new file mode 100644 index 0000000000000000000000000000000000000000..c886d031b202e19490239c9220ffe74961ec6336 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_c.toml @@ -0,0 +1,4 @@ +model = "AX-3000" +device_id = "dev-003" +location = "rack-c" +firmware_version = "2.7.1" diff --git a/shellops/assets/ShellOps_b42408bf15/gold/devices/host_d.toml b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_d.toml new file mode 100644 index 0000000000000000000000000000000000000000..218c4eea5203bc3133cb2b6d61cd3c76a8092154 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_d.toml @@ -0,0 +1,3 @@ +model = "CX-4000" +device_id = "dev-004" +location = "rack-d" diff --git a/shellops/assets/ShellOps_b42408bf15/gold/devices/host_e.toml b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_e.toml new file mode 100644 index 0000000000000000000000000000000000000000..cfa7529d53fce12661275bdb02cbfa7eeda3d422 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/gold/devices/host_e.toml @@ -0,0 +1,4 @@ +model = "AX-5000" +device_id = "dev-005" +firmware_version = "2.5.0" +location = "rack-e" diff --git a/shellops/assets/ShellOps_b42408bf15/gold/modified_devices.txt b/shellops/assets/ShellOps_b42408bf15/gold/modified_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b98d97535df97c96a9d88cf438e24f0fa2ec195c --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/gold/modified_devices.txt @@ -0,0 +1,2 @@ +devices/host_a.toml +devices/host_c.toml diff --git a/shellops/assets/ShellOps_b42408bf15/init/devices/.keep b/shellops/assets/ShellOps_b42408bf15/init/devices/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b42408bf15/init/devices/host_a.toml b/shellops/assets/ShellOps_b42408bf15/init/devices/host_a.toml new file mode 100644 index 0000000000000000000000000000000000000000..04c3ae2ea35d7c88460857a78d6df280453a5135 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/init/devices/host_a.toml @@ -0,0 +1,3 @@ +model = "AX-1000" +device_id = "dev-001" +location = "rack-a" diff --git a/shellops/assets/ShellOps_b42408bf15/init/devices/host_b.toml b/shellops/assets/ShellOps_b42408bf15/init/devices/host_b.toml new file mode 100644 index 0000000000000000000000000000000000000000..a62348de6c9dc217fe0dc73c9f018de21525bead --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/init/devices/host_b.toml @@ -0,0 +1,4 @@ +model = "BX-2000" +device_id = "dev-002" +firmware_version = "2.6.0" +location = "rack-b" diff --git a/shellops/assets/ShellOps_b42408bf15/init/devices/host_c.toml b/shellops/assets/ShellOps_b42408bf15/init/devices/host_c.toml new file mode 100644 index 0000000000000000000000000000000000000000..8e83b080aa880c5b67cc73c8ff237fb502868fbc --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/init/devices/host_c.toml @@ -0,0 +1,3 @@ +model = "AX-3000" +device_id = "dev-003" +location = "rack-c" diff --git a/shellops/assets/ShellOps_b42408bf15/init/devices/host_d.toml b/shellops/assets/ShellOps_b42408bf15/init/devices/host_d.toml new file mode 100644 index 0000000000000000000000000000000000000000..218c4eea5203bc3133cb2b6d61cd3c76a8092154 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/init/devices/host_d.toml @@ -0,0 +1,3 @@ +model = "CX-4000" +device_id = "dev-004" +location = "rack-d" diff --git a/shellops/assets/ShellOps_b42408bf15/init/devices/host_e.toml b/shellops/assets/ShellOps_b42408bf15/init/devices/host_e.toml new file mode 100644 index 0000000000000000000000000000000000000000..cfa7529d53fce12661275bdb02cbfa7eeda3d422 --- /dev/null +++ b/shellops/assets/ShellOps_b42408bf15/init/devices/host_e.toml @@ -0,0 +1,4 @@ +model = "AX-5000" +device_id = "dev-005" +firmware_version = "2.5.0" +location = "rack-e" diff --git a/shellops/assets/ShellOps_b433d6b171/gold/approved_compounds.txt b/shellops/assets/ShellOps_b433d6b171/gold/approved_compounds.txt new file mode 100644 index 0000000000000000000000000000000000000000..d789a1138a659a5106dfd482f354fb48c70b1def --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/gold/approved_compounds.txt @@ -0,0 +1,3 @@ +CPD-1123 +CPD-2233 +CPD-4456 diff --git a/shellops/assets/ShellOps_b433d6b171/gold/assays/blacklist.txt b/shellops/assets/ShellOps_b433d6b171/gold/assays/blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..73f373bdbe198c494e6ddc2e41130866563617f7 --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/gold/assays/blacklist.txt @@ -0,0 +1,3 @@ +CPD-9981 +CPD-7700 +CPD-9999 diff --git a/shellops/assets/ShellOps_b433d6b171/gold/assays/irrelevant_log.out b/shellops/assets/ShellOps_b433d6b171/gold/assays/irrelevant_log.out new file mode 100644 index 0000000000000000000000000000000000000000..9061f804b3f75f5cf3230701980893dc4aade3a9 --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/gold/assays/irrelevant_log.out @@ -0,0 +1,3 @@ +2024-05-20 10:15:12 INFO: Loading calibration data for CPD-1234 +2024-05-20 10:16:45 WARN: No signal for CPD-5566 +2024-05-20 10:17:33 INFO: Finished run batch_alpha diff --git a/shellops/assets/ShellOps_b433d6b171/gold/assays/notes.xml b/shellops/assets/ShellOps_b433d6b171/gold/assays/notes.xml new file mode 100644 index 0000000000000000000000000000000000000000..0c15394236eae2989e043d3654efea9642d93551 --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/gold/assays/notes.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b433d6b171/init/assays/blacklist.txt b/shellops/assets/ShellOps_b433d6b171/init/assays/blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..73f373bdbe198c494e6ddc2e41130866563617f7 --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/init/assays/blacklist.txt @@ -0,0 +1,3 @@ +CPD-9981 +CPD-7700 +CPD-9999 diff --git a/shellops/assets/ShellOps_b433d6b171/init/assays/irrelevant_log.out b/shellops/assets/ShellOps_b433d6b171/init/assays/irrelevant_log.out new file mode 100644 index 0000000000000000000000000000000000000000..9061f804b3f75f5cf3230701980893dc4aade3a9 --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/init/assays/irrelevant_log.out @@ -0,0 +1,3 @@ +2024-05-20 10:15:12 INFO: Loading calibration data for CPD-1234 +2024-05-20 10:16:45 WARN: No signal for CPD-5566 +2024-05-20 10:17:33 INFO: Finished run batch_alpha diff --git a/shellops/assets/ShellOps_b433d6b171/init/assays/notes.xml b/shellops/assets/ShellOps_b433d6b171/init/assays/notes.xml new file mode 100644 index 0000000000000000000000000000000000000000..0c15394236eae2989e043d3654efea9642d93551 --- /dev/null +++ b/shellops/assets/ShellOps_b433d6b171/init/assays/notes.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4490713cb/gold/env_vars.txt b/shellops/assets/ShellOps_b4490713cb/gold/env_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8512eb376d2bac42fe6b59dcb0ce35d4d2cd5b4 --- /dev/null +++ b/shellops/assets/ShellOps_b4490713cb/gold/env_vars.txt @@ -0,0 +1,5 @@ +APP_ENV +DB_HOST +DB_PORT +LOG_DIR +TMP_PATH diff --git a/shellops/assets/ShellOps_b4490713cb/gold/scripts/.keep b/shellops/assets/ShellOps_b4490713cb/gold/scripts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b4490713cb/gold/scripts/cleanup.sh b/shellops/assets/ShellOps_b4490713cb/gold/scripts/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..8e32d289467564336cbf2021bc0ad0967509d7e3 --- /dev/null +++ b/shellops/assets/ShellOps_b4490713cb/gold/scripts/cleanup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +LOG_DIR=/var/logs/app +APP_ENV=staging +export TMP_PATH=/tmp/app \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4490713cb/gold/scripts/deploy.sh b/shellops/assets/ShellOps_b4490713cb/gold/scripts/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..7ecfdab2f26ed9f8f5ce7261721b11f898f92fcf --- /dev/null +++ b/shellops/assets/ShellOps_b4490713cb/gold/scripts/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export DB_HOST=localhost +export DB_PORT=5432 +APP_ENV=production diff --git a/shellops/assets/ShellOps_b4490713cb/init/env_vars.txt b/shellops/assets/ShellOps_b4490713cb/init/env_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b4490713cb/init/scripts/.keep b/shellops/assets/ShellOps_b4490713cb/init/scripts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b4490713cb/init/scripts/cleanup.sh b/shellops/assets/ShellOps_b4490713cb/init/scripts/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..8e32d289467564336cbf2021bc0ad0967509d7e3 --- /dev/null +++ b/shellops/assets/ShellOps_b4490713cb/init/scripts/cleanup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +LOG_DIR=/var/logs/app +APP_ENV=staging +export TMP_PATH=/tmp/app \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4490713cb/init/scripts/deploy.sh b/shellops/assets/ShellOps_b4490713cb/init/scripts/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..7ecfdab2f26ed9f8f5ce7261721b11f898f92fcf --- /dev/null +++ b/shellops/assets/ShellOps_b4490713cb/init/scripts/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export DB_HOST=localhost +export DB_PORT=5432 +APP_ENV=production diff --git a/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/.keep b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..7449f14993c7dad86e2fb325161925cda754cf77 --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/.keep @@ -0,0 +1 @@ +placeholder for directory structure diff --git a/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/devices_east.cfg b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/devices_east.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0c06dff8a4b739391cf581420376985d7395d492 --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/devices_east.cfg @@ -0,0 +1,3 @@ +# Eastern region approved devices +allowed: 101 202 303 404 505 202 606 # device 202 duplicated +# end of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/devices_west.cfg b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/devices_west.cfg new file mode 100644 index 0000000000000000000000000000000000000000..94e970792f65511536fb1b73f0fa91feb2fa2d5b --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/devices_west.cfg @@ -0,0 +1,3 @@ +# Western region approved devices +allowed: 101 202 707 808 303 909 404 +# trailing comment \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/discrepancy.log b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/discrepancy.log new file mode 100644 index 0000000000000000000000000000000000000000..8e40dabc104d8cefba76db3e0285a296a56a13df --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/gold/configs/discrepancy.log @@ -0,0 +1,5 @@ +505 +606 +707 +808 +909 diff --git a/shellops/assets/ShellOps_b4b3d95c8b/init/configs/.keep b/shellops/assets/ShellOps_b4b3d95c8b/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..7449f14993c7dad86e2fb325161925cda754cf77 --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/init/configs/.keep @@ -0,0 +1 @@ +placeholder for directory structure diff --git a/shellops/assets/ShellOps_b4b3d95c8b/init/configs/devices_east.cfg b/shellops/assets/ShellOps_b4b3d95c8b/init/configs/devices_east.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0c06dff8a4b739391cf581420376985d7395d492 --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/init/configs/devices_east.cfg @@ -0,0 +1,3 @@ +# Eastern region approved devices +allowed: 101 202 303 404 505 202 606 # device 202 duplicated +# end of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4b3d95c8b/init/configs/devices_west.cfg b/shellops/assets/ShellOps_b4b3d95c8b/init/configs/devices_west.cfg new file mode 100644 index 0000000000000000000000000000000000000000..94e970792f65511536fb1b73f0fa91feb2fa2d5b --- /dev/null +++ b/shellops/assets/ShellOps_b4b3d95c8b/init/configs/devices_west.cfg @@ -0,0 +1,3 @@ +# Western region approved devices +allowed: 101 202 707 808 303 909 404 +# trailing comment \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4c9e64a33/gold/baseline/nodes.txt b/shellops/assets/ShellOps_b4c9e64a33/gold/baseline/nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1471cdf3c32dba72bacbe4eca4fc49ef3d37317a --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/gold/baseline/nodes.txt @@ -0,0 +1,6 @@ +# Approved control-plane nodes +node-alpha +node-beta +node-gamma +node-delta +node-epsilon diff --git a/shellops/assets/ShellOps_b4c9e64a33/gold/notes/skipped.md b/shellops/assets/ShellOps_b4c9e64a33/gold/notes/skipped.md new file mode 100644 index 0000000000000000000000000000000000000000..8d0be842fa9420ea0967b1bda4b9c08e606eec83 --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/gold/notes/skipped.md @@ -0,0 +1,3 @@ +# Scratchpad +- node-omega intentionally excluded from baseline +- node-theta deprecated and not enrolled diff --git a/shellops/assets/ShellOps_b4c9e64a33/gold/reports/unregistered.txt b/shellops/assets/ShellOps_b4c9e64a33/gold/reports/unregistered.txt new file mode 100644 index 0000000000000000000000000000000000000000..b31f670748e5620cde91a69044fb9459c6d60309 --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/gold/reports/unregistered.txt @@ -0,0 +1,3 @@ +node-beta +node-delta +node-epsilon diff --git a/shellops/assets/ShellOps_b4c9e64a33/gold/runtime/members.xml b/shellops/assets/ShellOps_b4c9e64a33/gold/runtime/members.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7dd2c7795cc62f693a4b3a35d3a42b1cdfb9709 --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/gold/runtime/members.xml @@ -0,0 +1,14 @@ + + + node-alpha + worker + + + node-gamma + controller + + + node-zeta + worker + + diff --git a/shellops/assets/ShellOps_b4c9e64a33/init/baseline/nodes.txt b/shellops/assets/ShellOps_b4c9e64a33/init/baseline/nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1471cdf3c32dba72bacbe4eca4fc49ef3d37317a --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/init/baseline/nodes.txt @@ -0,0 +1,6 @@ +# Approved control-plane nodes +node-alpha +node-beta +node-gamma +node-delta +node-epsilon diff --git a/shellops/assets/ShellOps_b4c9e64a33/init/notes/skipped.md b/shellops/assets/ShellOps_b4c9e64a33/init/notes/skipped.md new file mode 100644 index 0000000000000000000000000000000000000000..8d0be842fa9420ea0967b1bda4b9c08e606eec83 --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/init/notes/skipped.md @@ -0,0 +1,3 @@ +# Scratchpad +- node-omega intentionally excluded from baseline +- node-theta deprecated and not enrolled diff --git a/shellops/assets/ShellOps_b4c9e64a33/init/runtime/members.xml b/shellops/assets/ShellOps_b4c9e64a33/init/runtime/members.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7dd2c7795cc62f693a4b3a35d3a42b1cdfb9709 --- /dev/null +++ b/shellops/assets/ShellOps_b4c9e64a33/init/runtime/members.xml @@ -0,0 +1,14 @@ + + + node-alpha + worker + + + node-gamma + controller + + + node-zeta + worker + + diff --git a/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_A.map b/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_A.map new file mode 100644 index 0000000000000000000000000000000000000000..5ed592f02714be160241ceeeac2b03961d2e41d7 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_A.map @@ -0,0 +1,3 @@ +item123|120 +item456|80 +item789|150 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_B.map b/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_B.map new file mode 100644 index 0000000000000000000000000000000000000000..66d9b8b5ed05173fe00e6b42b52cf3cd7ae21921 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_B.map @@ -0,0 +1,3 @@ +item123|100 +item456|90 +item789|140 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_C.map b/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_C.map new file mode 100644 index 0000000000000000000000000000000000000000..00ac2523978e47311d7de7a187b3780fe2e4c824 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/gold/data/warehouse_C.map @@ -0,0 +1,3 @@ +item123|110 +item456|85 +item789|160 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4cdd91131/gold/reconciled_inventory.map b/shellops/assets/ShellOps_b4cdd91131/gold/reconciled_inventory.map new file mode 100644 index 0000000000000000000000000000000000000000..fbda205078708d395191ca1cfc8986c09d93f1d9 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/gold/reconciled_inventory.map @@ -0,0 +1,3 @@ +item123|120 +item456|90 +item789|160 diff --git a/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_A.map b/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_A.map new file mode 100644 index 0000000000000000000000000000000000000000..5ed592f02714be160241ceeeac2b03961d2e41d7 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_A.map @@ -0,0 +1,3 @@ +item123|120 +item456|80 +item789|150 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_B.map b/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_B.map new file mode 100644 index 0000000000000000000000000000000000000000..66d9b8b5ed05173fe00e6b42b52cf3cd7ae21921 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_B.map @@ -0,0 +1,3 @@ +item123|100 +item456|90 +item789|140 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_C.map b/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_C.map new file mode 100644 index 0000000000000000000000000000000000000000..00ac2523978e47311d7de7a187b3780fe2e4c824 --- /dev/null +++ b/shellops/assets/ShellOps_b4cdd91131/init/data/warehouse_C.map @@ -0,0 +1,3 @@ +item123|110 +item456|85 +item789|160 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4d7fccef2/gold/active_critical_high.txt b/shellops/assets/ShellOps_b4d7fccef2/gold/active_critical_high.txt new file mode 100644 index 0000000000000000000000000000000000000000..c207b4731e3c98c2ca5db2616d52b0b27621fe3a --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/gold/active_critical_high.txt @@ -0,0 +1,3 @@ +CVE-2024-1234 +CVE-2024-5678 +CVE-2024-6789 diff --git a/shellops/assets/ShellOps_b4d7fccef2/gold/notes.md b/shellops/assets/ShellOps_b4d7fccef2/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1b0326d7b380e45ba27375abaf1770e99f531442 --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/gold/notes.md @@ -0,0 +1 @@ +This is a distractor file that contains no relevant CVE IDs, only procedural notes. diff --git a/shellops/assets/ShellOps_b4d7fccef2/gold/old_vuln_backup.jsonl b/shellops/assets/ShellOps_b4d7fccef2/gold/old_vuln_backup.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..13917b0a573bf4e9b8708e408e822eb199974332 --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/gold/old_vuln_backup.jsonl @@ -0,0 +1,2 @@ +{"cve_id":"CVE-2023-1111","severity":"high","description":"old issue"} +{"cve_id":"CVE-2023-2222","severity":"critical","description":"deprecated"} diff --git a/shellops/assets/ShellOps_b4d7fccef2/gold/suppressed_cves.txt b/shellops/assets/ShellOps_b4d7fccef2/gold/suppressed_cves.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf8dbb4adf16857dfa98fb11f05d46d133f727e --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/gold/suppressed_cves.txt @@ -0,0 +1,5 @@ +# False positives cleared by the team on 2024-05-15 +CVE-2024-3456 +CVE-2024-7890 +# This one is pending +CVE-2024-9999 diff --git a/shellops/assets/ShellOps_b4d7fccef2/gold/vuln_records.jsonl b/shellops/assets/ShellOps_b4d7fccef2/gold/vuln_records.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4b07a84fafd407076e0d732cc8379468d6d992b0 --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/gold/vuln_records.jsonl @@ -0,0 +1,6 @@ +{"cve_id":"CVE-2024-1234","severity":"critical","description":"RCE in libfoo"} +{"cve_id":"CVE-2024-5678","severity":"high","description":"XSS in web ui"} +{"cve_id":"CVE-2024-9012","severity":"medium","description":"info leak"} +{"cve_id":"CVE-2024-3456","severity":"critical","description":"auth bypass"} +{"cve_id":"CVE-2024-7890","severity":"low","description":"denial of service"} +{"cve_id":"CVE-2024-6789","severity":"high","description":"buffer overflow"} diff --git a/shellops/assets/ShellOps_b4d7fccef2/init/notes.md b/shellops/assets/ShellOps_b4d7fccef2/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1b0326d7b380e45ba27375abaf1770e99f531442 --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/init/notes.md @@ -0,0 +1 @@ +This is a distractor file that contains no relevant CVE IDs, only procedural notes. diff --git a/shellops/assets/ShellOps_b4d7fccef2/init/old_vuln_backup.jsonl b/shellops/assets/ShellOps_b4d7fccef2/init/old_vuln_backup.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..13917b0a573bf4e9b8708e408e822eb199974332 --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/init/old_vuln_backup.jsonl @@ -0,0 +1,2 @@ +{"cve_id":"CVE-2023-1111","severity":"high","description":"old issue"} +{"cve_id":"CVE-2023-2222","severity":"critical","description":"deprecated"} diff --git a/shellops/assets/ShellOps_b4d7fccef2/init/suppressed_cves.txt b/shellops/assets/ShellOps_b4d7fccef2/init/suppressed_cves.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddf8dbb4adf16857dfa98fb11f05d46d133f727e --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/init/suppressed_cves.txt @@ -0,0 +1,5 @@ +# False positives cleared by the team on 2024-05-15 +CVE-2024-3456 +CVE-2024-7890 +# This one is pending +CVE-2024-9999 diff --git a/shellops/assets/ShellOps_b4d7fccef2/init/vuln_records.jsonl b/shellops/assets/ShellOps_b4d7fccef2/init/vuln_records.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4b07a84fafd407076e0d732cc8379468d6d992b0 --- /dev/null +++ b/shellops/assets/ShellOps_b4d7fccef2/init/vuln_records.jsonl @@ -0,0 +1,6 @@ +{"cve_id":"CVE-2024-1234","severity":"critical","description":"RCE in libfoo"} +{"cve_id":"CVE-2024-5678","severity":"high","description":"XSS in web ui"} +{"cve_id":"CVE-2024-9012","severity":"medium","description":"info leak"} +{"cve_id":"CVE-2024-3456","severity":"critical","description":"auth bypass"} +{"cve_id":"CVE-2024-7890","severity":"low","description":"denial of service"} +{"cve_id":"CVE-2024-6789","severity":"high","description":"buffer overflow"} diff --git a/shellops/assets/ShellOps_b4ec14f0ae/gold/active_devices.txt b/shellops/assets/ShellOps_b4ec14f0ae/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..2618f836d005243ab92a19678ed92af61603ac35 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/gold/active_devices.txt @@ -0,0 +1,3 @@ +ID: 101 +ID: 103 +ID: 106 diff --git a/shellops/assets/ShellOps_b4ec14f0ae/gold/assets.csv b/shellops/assets/ShellOps_b4ec14f0ae/gold/assets.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c8067666c3ab7457d86822f5f29b6799b5e86f8 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/gold/assets.csv @@ -0,0 +1,8 @@ +device_id,status,location +101,active,rack_a +102,inactive,rack_b +103,active,rack_c +104,active,rack_a +105,spare,rack_d +106,active,rack_c +107,inactive,rack_b \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4ec14f0ae/gold/exceptions.json b/shellops/assets/ShellOps_b4ec14f0ae/gold/exceptions.json new file mode 100644 index 0000000000000000000000000000000000000000..f451cb087ef0f07e4a3bf2ba9a32c235a32ea586 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/gold/exceptions.json @@ -0,0 +1 @@ +{"exclusions": [{"device_id": "102", "reason": "decommissioned"}, {"device_id": "104", "reason": "under_maintenance"}, {"device_id": "105", "reason": "decommissioned"}, {"device_id": "107", "reason": "awaiting_replacement"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4ec14f0ae/gold/notes.md b/shellops/assets/ShellOps_b4ec14f0ae/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..83c894ac23eb8c7de4a090bee2f3186f5db34d33 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/gold/notes.md @@ -0,0 +1,3 @@ +Asset inventory as of 2024-05-20. +The exceptions list is maintained by the operations team. +Devices with status 'inactive' that are NOT in the exceptions file should still be reported; only excluded when explicitly listed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4ec14f0ae/init/assets.csv b/shellops/assets/ShellOps_b4ec14f0ae/init/assets.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c8067666c3ab7457d86822f5f29b6799b5e86f8 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/init/assets.csv @@ -0,0 +1,8 @@ +device_id,status,location +101,active,rack_a +102,inactive,rack_b +103,active,rack_c +104,active,rack_a +105,spare,rack_d +106,active,rack_c +107,inactive,rack_b \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4ec14f0ae/init/exceptions.json b/shellops/assets/ShellOps_b4ec14f0ae/init/exceptions.json new file mode 100644 index 0000000000000000000000000000000000000000..f451cb087ef0f07e4a3bf2ba9a32c235a32ea586 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/init/exceptions.json @@ -0,0 +1 @@ +{"exclusions": [{"device_id": "102", "reason": "decommissioned"}, {"device_id": "104", "reason": "under_maintenance"}, {"device_id": "105", "reason": "decommissioned"}, {"device_id": "107", "reason": "awaiting_replacement"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4ec14f0ae/init/notes.md b/shellops/assets/ShellOps_b4ec14f0ae/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..83c894ac23eb8c7de4a090bee2f3186f5db34d33 --- /dev/null +++ b/shellops/assets/ShellOps_b4ec14f0ae/init/notes.md @@ -0,0 +1,3 @@ +Asset inventory as of 2024-05-20. +The exceptions list is maintained by the operations team. +Devices with status 'inactive' that are NOT in the exceptions file should still be reported; only excluded when explicitly listed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b4f9594ff4/gold/autosys/snapshot_week15.ini b/shellops/assets/ShellOps_b4f9594ff4/gold/autosys/snapshot_week15.ini new file mode 100644 index 0000000000000000000000000000000000000000..30aba74df98f12d491f6065ea9547fb8709b56ea --- /dev/null +++ b/shellops/assets/ShellOps_b4f9594ff4/gold/autosys/snapshot_week15.ini @@ -0,0 +1,10 @@ +# Auto‑audit executed checks +http_latency=ok +tls_renewal=skipped,manual +mem_usage=ok +disk_free=warning,high_usage +proc_count=ok +app_heartbeat=ok +# system reboot interrupted these: +# swap_active=stopped +# net_drops=unreachable diff --git a/shellops/assets/ShellOps_b4f9594ff4/gold/monitors/config/checklist.ini b/shellops/assets/ShellOps_b4f9594ff4/gold/monitors/config/checklist.ini new file mode 100644 index 0000000000000000000000000000000000000000..0ec89aea48d95eb113919c7e820dcd13282eec35 --- /dev/null +++ b/shellops/assets/ShellOps_b4f9594ff4/gold/monitors/config/checklist.ini @@ -0,0 +1,12 @@ +# Health-check definitions required for dashboard +[checks] +http_latency +tls_renewal +mem_usage +disk_free +swap_active +proc_count +net_drops +app_heartbeat +# legacy entries below +# deprecated: fsck_interval diff --git a/shellops/assets/ShellOps_b4f9594ff4/init/.tmp/.keep b/shellops/assets/ShellOps_b4f9594ff4/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b4f9594ff4/init/autosys/snapshot_week15.ini b/shellops/assets/ShellOps_b4f9594ff4/init/autosys/snapshot_week15.ini new file mode 100644 index 0000000000000000000000000000000000000000..30aba74df98f12d491f6065ea9547fb8709b56ea --- /dev/null +++ b/shellops/assets/ShellOps_b4f9594ff4/init/autosys/snapshot_week15.ini @@ -0,0 +1,10 @@ +# Auto‑audit executed checks +http_latency=ok +tls_renewal=skipped,manual +mem_usage=ok +disk_free=warning,high_usage +proc_count=ok +app_heartbeat=ok +# system reboot interrupted these: +# swap_active=stopped +# net_drops=unreachable diff --git a/shellops/assets/ShellOps_b4f9594ff4/init/monitors/config/checklist.ini b/shellops/assets/ShellOps_b4f9594ff4/init/monitors/config/checklist.ini new file mode 100644 index 0000000000000000000000000000000000000000..0ec89aea48d95eb113919c7e820dcd13282eec35 --- /dev/null +++ b/shellops/assets/ShellOps_b4f9594ff4/init/monitors/config/checklist.ini @@ -0,0 +1,12 @@ +# Health-check definitions required for dashboard +[checks] +http_latency +tls_renewal +mem_usage +disk_free +swap_active +proc_count +net_drops +app_heartbeat +# legacy entries below +# deprecated: fsck_interval diff --git a/shellops/assets/ShellOps_b5051c6ef3/gold/failed_models.txt b/shellops/assets/ShellOps_b5051c6ef3/gold/failed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd4846a85d6196051264107795e4d2877a4146d0 --- /dev/null +++ b/shellops/assets/ShellOps_b5051c6ef3/gold/failed_models.txt @@ -0,0 +1,2 @@ +DXC-2003 +DXC-2005 diff --git a/shellops/assets/ShellOps_b5051c6ef3/gold/firmware_checks.csv b/shellops/assets/ShellOps_b5051c6ef3/gold/firmware_checks.csv new file mode 100644 index 0000000000000000000000000000000000000000..d67164c0fccd3078aa4a724a5967fb8f7fba21f0 --- /dev/null +++ b/shellops/assets/ShellOps_b5051c6ef3/gold/firmware_checks.csv @@ -0,0 +1,4 @@ +model,security_status +DXC-2001,pass +DXC-2003,fail +DXC-2005,fail \ No newline at end of file diff --git a/shellops/assets/ShellOps_b5051c6ef3/gold/qa_summary.json b/shellops/assets/ShellOps_b5051c6ef3/gold/qa_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..65f791a2c53f7145b0be33f268b6fdaca98353e5 --- /dev/null +++ b/shellops/assets/ShellOps_b5051c6ef3/gold/qa_summary.json @@ -0,0 +1 @@ +{"results": [{"model": "DXC-2001", "performance": "pass"}, {"model": "DXC-2003", "performance": "fail"}, {"model": "DXC-2005", "performance": "fail"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b5051c6ef3/init/firmware_checks.csv b/shellops/assets/ShellOps_b5051c6ef3/init/firmware_checks.csv new file mode 100644 index 0000000000000000000000000000000000000000..d67164c0fccd3078aa4a724a5967fb8f7fba21f0 --- /dev/null +++ b/shellops/assets/ShellOps_b5051c6ef3/init/firmware_checks.csv @@ -0,0 +1,4 @@ +model,security_status +DXC-2001,pass +DXC-2003,fail +DXC-2005,fail \ No newline at end of file diff --git a/shellops/assets/ShellOps_b5051c6ef3/init/qa_summary.json b/shellops/assets/ShellOps_b5051c6ef3/init/qa_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..65f791a2c53f7145b0be33f268b6fdaca98353e5 --- /dev/null +++ b/shellops/assets/ShellOps_b5051c6ef3/init/qa_summary.json @@ -0,0 +1 @@ +{"results": [{"model": "DXC-2001", "performance": "pass"}, {"model": "DXC-2003", "performance": "fail"}, {"model": "DXC-2005", "performance": "fail"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b50fad2cfb/gold/active_modules.txt b/shellops/assets/ShellOps_b50fad2cfb/gold/active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..05ae2dac51b2ed7e4fc2123828bbfd786fac3636 --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/gold/active_modules.txt @@ -0,0 +1,6 @@ +core_auth +core_cache +core_queue +legacy_scheduler +metrics_collector +dev_null diff --git a/shellops/assets/ShellOps_b50fad2cfb/gold/exclusions.txt b/shellops/assets/ShellOps_b50fad2cfb/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..340b87ea6dd3483087b28218575d832cedca0e6f --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/gold/exclusions.txt @@ -0,0 +1,2 @@ +# Exclude legacy modules +legacy_ diff --git a/shellops/assets/ShellOps_b50fad2cfb/gold/missing_modules.txt b/shellops/assets/ShellOps_b50fad2cfb/gold/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..80cd60652ce39e5a07546293b231533ecac1496a --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/gold/missing_modules.txt @@ -0,0 +1,2 @@ +core_queue +dev_null diff --git a/shellops/assets/ShellOps_b50fad2cfb/gold/notes.md b/shellops/assets/ShellOps_b50fad2cfb/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..778365b97750dbc8276e31b6009e8b4ddb8db514 --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/gold/notes.md @@ -0,0 +1,3 @@ +# Module Registry Notes +- core_queue is missing from the registry. +- dev_null is not registered. diff --git a/shellops/assets/ShellOps_b50fad2cfb/gold/registry.xml b/shellops/assets/ShellOps_b50fad2cfb/gold/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..e84a932b70f928cbc53b8187e5718e9e075c9df3 --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/gold/registry.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_b50fad2cfb/init/active_modules.txt b/shellops/assets/ShellOps_b50fad2cfb/init/active_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..05ae2dac51b2ed7e4fc2123828bbfd786fac3636 --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/init/active_modules.txt @@ -0,0 +1,6 @@ +core_auth +core_cache +core_queue +legacy_scheduler +metrics_collector +dev_null diff --git a/shellops/assets/ShellOps_b50fad2cfb/init/exclusions.txt b/shellops/assets/ShellOps_b50fad2cfb/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..340b87ea6dd3483087b28218575d832cedca0e6f --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/init/exclusions.txt @@ -0,0 +1,2 @@ +# Exclude legacy modules +legacy_ diff --git a/shellops/assets/ShellOps_b50fad2cfb/init/notes.md b/shellops/assets/ShellOps_b50fad2cfb/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..778365b97750dbc8276e31b6009e8b4ddb8db514 --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/init/notes.md @@ -0,0 +1,3 @@ +# Module Registry Notes +- core_queue is missing from the registry. +- dev_null is not registered. diff --git a/shellops/assets/ShellOps_b50fad2cfb/init/registry.xml b/shellops/assets/ShellOps_b50fad2cfb/init/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..e84a932b70f928cbc53b8187e5718e9e075c9df3 --- /dev/null +++ b/shellops/assets/ShellOps_b50fad2cfb/init/registry.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_b514c45cb4/gold/albums.yaml b/shellops/assets/ShellOps_b514c45cb4/gold/albums.yaml new file mode 100644 index 0000000000000000000000000000000000000000..27891d3ac305ed8f21b097b87435203cd04a52c8 --- /dev/null +++ b/shellops/assets/ShellOps_b514c45cb4/gold/albums.yaml @@ -0,0 +1,18 @@ +name: Midnight Vibes +artist: The Night Owls +year: 2022 + +songs: + - title: Echoes + duration: 3:45 + - title: Shadows + duration: 4:10 + +--- +name: Electric Dreams +artist: Neon Waves +year: 2021 + +songs: + - title: Pulse + duration: 5:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b514c45cb4/gold/artists.txt b/shellops/assets/ShellOps_b514c45cb4/gold/artists.txt new file mode 100644 index 0000000000000000000000000000000000000000..5208d380dedf944bd147e7065ac5272ecc5a2424 --- /dev/null +++ b/shellops/assets/ShellOps_b514c45cb4/gold/artists.txt @@ -0,0 +1,4 @@ +City Pulse +Neon Waves +The Night Owls +The Whispering Trees diff --git a/shellops/assets/ShellOps_b514c45cb4/gold/playlist.toml b/shellops/assets/ShellOps_b514c45cb4/gold/playlist.toml new file mode 100644 index 0000000000000000000000000000000000000000..943fba1e7932779fc87af4b8a4f329f7d149af46 --- /dev/null +++ b/shellops/assets/ShellOps_b514c45cb4/gold/playlist.toml @@ -0,0 +1,9 @@ +[[albums]] +name = "Silent Forest" +artist = "The Whispering Trees" +year = 2020 + +[[albums]] +name = "Urban Rhythms" +artist = "City Pulse" +year = 2023 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b514c45cb4/init/albums.yaml b/shellops/assets/ShellOps_b514c45cb4/init/albums.yaml new file mode 100644 index 0000000000000000000000000000000000000000..27891d3ac305ed8f21b097b87435203cd04a52c8 --- /dev/null +++ b/shellops/assets/ShellOps_b514c45cb4/init/albums.yaml @@ -0,0 +1,18 @@ +name: Midnight Vibes +artist: The Night Owls +year: 2022 + +songs: + - title: Echoes + duration: 3:45 + - title: Shadows + duration: 4:10 + +--- +name: Electric Dreams +artist: Neon Waves +year: 2021 + +songs: + - title: Pulse + duration: 5:00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b514c45cb4/init/playlist.toml b/shellops/assets/ShellOps_b514c45cb4/init/playlist.toml new file mode 100644 index 0000000000000000000000000000000000000000..943fba1e7932779fc87af4b8a4f329f7d149af46 --- /dev/null +++ b/shellops/assets/ShellOps_b514c45cb4/init/playlist.toml @@ -0,0 +1,9 @@ +[[albums]] +name = "Silent Forest" +artist = "The Whispering Trees" +year = 2020 + +[[albums]] +name = "Urban Rhythms" +artist = "City Pulse" +year = 2023 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b52d32d409/gold/devices/alpha.json b/shellops/assets/ShellOps_b52d32d409/gold/devices/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..b7f2ea2eda8eaa9d80a95eb8bbb04cccb75d5e17 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/gold/devices/alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-1001", + "firmware": "gamma-2.3.1", + "capabilities": ["sensor_a", "sensor_b"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/gold/devices/beta.json b/shellops/assets/ShellOps_b52d32d409/gold/devices/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..bc5e023927bf37f31cc7eeee280c645e57a50827 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/gold/devices/beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-1002", + "firmware": "alpha-0.9.0", + "capabilities": ["sensor_c"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/gold/devices/delta.json b/shellops/assets/ShellOps_b52d32d409/gold/devices/delta.json new file mode 100644 index 0000000000000000000000000000000000000000..cb45f009c90a2cf6ff4d908c22911babf5083892 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/gold/devices/delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-9999", + "firmware": "delta-5.5.5", + "capabilities": ["sensor_z"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/gold/devices/gamma.json b/shellops/assets/ShellOps_b52d32d409/gold/devices/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..dff8fd76e5de5f5bad29d3c939f58d8cd06f062c --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/gold/devices/gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-1003", + "firmware": "beta-1.0.1", + "capabilities": ["sensor_d", "sensor_e"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/gold/manifests/device_manifest.rc b/shellops/assets/ShellOps_b52d32d409/gold/manifests/device_manifest.rc new file mode 100644 index 0000000000000000000000000000000000000000..c48359d8281c5942d172126956c36978b603cb2f --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/gold/manifests/device_manifest.rc @@ -0,0 +1,3 @@ +device_id=DEV-1001 firmware=gamma-2.3.1 +device_id=DEV-1003 firmware=beta-1.0.0 +device_id=DEV-1002 firmware=alpha-0.9.0 diff --git a/shellops/assets/ShellOps_b52d32d409/gold/reports/mismatches.txt b/shellops/assets/ShellOps_b52d32d409/gold/reports/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..4844ededa30034e2c6609941ed50a3be14955763 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/gold/reports/mismatches.txt @@ -0,0 +1 @@ +DEV-1003 diff --git a/shellops/assets/ShellOps_b52d32d409/init/devices/alpha.json b/shellops/assets/ShellOps_b52d32d409/init/devices/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..b7f2ea2eda8eaa9d80a95eb8bbb04cccb75d5e17 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/init/devices/alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-1001", + "firmware": "gamma-2.3.1", + "capabilities": ["sensor_a", "sensor_b"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/init/devices/beta.json b/shellops/assets/ShellOps_b52d32d409/init/devices/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..bc5e023927bf37f31cc7eeee280c645e57a50827 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/init/devices/beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-1002", + "firmware": "alpha-0.9.0", + "capabilities": ["sensor_c"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/init/devices/delta.json b/shellops/assets/ShellOps_b52d32d409/init/devices/delta.json new file mode 100644 index 0000000000000000000000000000000000000000..cb45f009c90a2cf6ff4d908c22911babf5083892 --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/init/devices/delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-9999", + "firmware": "delta-5.5.5", + "capabilities": ["sensor_z"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/init/devices/gamma.json b/shellops/assets/ShellOps_b52d32d409/init/devices/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..dff8fd76e5de5f5bad29d3c939f58d8cd06f062c --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/init/devices/gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-1003", + "firmware": "beta-1.0.1", + "capabilities": ["sensor_d", "sensor_e"] +} diff --git a/shellops/assets/ShellOps_b52d32d409/init/manifests/device_manifest.rc b/shellops/assets/ShellOps_b52d32d409/init/manifests/device_manifest.rc new file mode 100644 index 0000000000000000000000000000000000000000..c48359d8281c5942d172126956c36978b603cb2f --- /dev/null +++ b/shellops/assets/ShellOps_b52d32d409/init/manifests/device_manifest.rc @@ -0,0 +1,3 @@ +device_id=DEV-1001 firmware=gamma-2.3.1 +device_id=DEV-1003 firmware=beta-1.0.0 +device_id=DEV-1002 firmware=alpha-0.9.0 diff --git a/shellops/assets/ShellOps_b549201e12/gold/dev.cfg b/shellops/assets/ShellOps_b549201e12/gold/dev.cfg new file mode 100644 index 0000000000000000000000000000000000000000..44ab7f6efa536e994b4b11acfbd9e43206a6bdef --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/gold/dev.cfg @@ -0,0 +1,3 @@ +active: feature_a +active: feature_b +inactive: feature_c diff --git a/shellops/assets/ShellOps_b549201e12/gold/feature_flags.md b/shellops/assets/ShellOps_b549201e12/gold/feature_flags.md new file mode 100644 index 0000000000000000000000000000000000000000..e6698274961365637ce00c6c1908694341b10afb --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/gold/feature_flags.md @@ -0,0 +1,3 @@ +feature_a +feature_b +feature_d diff --git a/shellops/assets/ShellOps_b549201e12/gold/prod.cfg b/shellops/assets/ShellOps_b549201e12/gold/prod.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8f06c30c8ad97bd025e6e7639904aa42178f73ec --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/gold/prod.cfg @@ -0,0 +1,3 @@ +active: feature_b +active: feature_d +inactive: feature_f diff --git a/shellops/assets/ShellOps_b549201e12/gold/staging.cfg b/shellops/assets/ShellOps_b549201e12/gold/staging.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c9fd8579b3bf77ddd075cd61d37069dd55bb2cd8 --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/gold/staging.cfg @@ -0,0 +1,3 @@ +active: feature_a +active: feature_d +inactive: feature_e diff --git a/shellops/assets/ShellOps_b549201e12/init/dev.cfg b/shellops/assets/ShellOps_b549201e12/init/dev.cfg new file mode 100644 index 0000000000000000000000000000000000000000..44ab7f6efa536e994b4b11acfbd9e43206a6bdef --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/init/dev.cfg @@ -0,0 +1,3 @@ +active: feature_a +active: feature_b +inactive: feature_c diff --git a/shellops/assets/ShellOps_b549201e12/init/prod.cfg b/shellops/assets/ShellOps_b549201e12/init/prod.cfg new file mode 100644 index 0000000000000000000000000000000000000000..8f06c30c8ad97bd025e6e7639904aa42178f73ec --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/init/prod.cfg @@ -0,0 +1,3 @@ +active: feature_b +active: feature_d +inactive: feature_f diff --git a/shellops/assets/ShellOps_b549201e12/init/staging.cfg b/shellops/assets/ShellOps_b549201e12/init/staging.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c9fd8579b3bf77ddd075cd61d37069dd55bb2cd8 --- /dev/null +++ b/shellops/assets/ShellOps_b549201e12/init/staging.cfg @@ -0,0 +1,3 @@ +active: feature_a +active: feature_d +inactive: feature_e diff --git a/shellops/assets/ShellOps_b5632af86c/gold/filtered/.keep b/shellops/assets/ShellOps_b5632af86c/gold/filtered/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b5632af86c/gold/filtered/production_only.log b/shellops/assets/ShellOps_b5632af86c/gold/filtered/production_only.log new file mode 100644 index 0000000000000000000000000000000000000000..e0779b573b0874da2147322b3ce4b2f40f0e0815 --- /dev/null +++ b/shellops/assets/ShellOps_b5632af86c/gold/filtered/production_only.log @@ -0,0 +1,4 @@ +2024-03-01 10:00:00 INFO Starting app1 +2024-03-01 10:02:00 ERROR Failed to connect +2024-03-02 09:00:00 INFO Starting app2 +2024-03-02 09:02:00 ERROR Connection timeout diff --git a/shellops/assets/ShellOps_b5632af86c/init/filtered/.keep b/shellops/assets/ShellOps_b5632af86c/init/filtered/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b5634b8971/gold/gateway/.keep b/shellops/assets/ShellOps_b5634b8971/gold/gateway/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_alpha.cfg b/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_alpha.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cb330d2afc7314ef4ed6a6df586cbe7f5ddf438d --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_alpha.cfg @@ -0,0 +1,2 @@ +rate_limit_read=100 +rate_limit_write=50 diff --git a/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_beta.cfg b/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_beta.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6de0daa3b1facabc8fca6f6518613f416edafcc9 --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_beta.cfg @@ -0,0 +1,2 @@ +rate_limit_read=200 +rate_limit_write=25 diff --git a/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_gamma.cfg b/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_gamma.cfg new file mode 100644 index 0000000000000000000000000000000000000000..17ce121f9c3de6a8bbb9018316875ab9db116fe4 --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/gold/gateway/service_gamma.cfg @@ -0,0 +1,2 @@ +rate_limit_read=150 +rate_limit_write=75 diff --git a/shellops/assets/ShellOps_b5634b8971/gold/rate_limits.cfg b/shellops/assets/ShellOps_b5634b8971/gold/rate_limits.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0807553af3bd7628049ffb64cb1386ca5d696338 --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/gold/rate_limits.cfg @@ -0,0 +1,2 @@ +rate_limit_read=100 +rate_limit_write=25 diff --git a/shellops/assets/ShellOps_b5634b8971/init/gateway/.keep b/shellops/assets/ShellOps_b5634b8971/init/gateway/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b5634b8971/init/gateway/service_alpha.cfg b/shellops/assets/ShellOps_b5634b8971/init/gateway/service_alpha.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cb330d2afc7314ef4ed6a6df586cbe7f5ddf438d --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/init/gateway/service_alpha.cfg @@ -0,0 +1,2 @@ +rate_limit_read=100 +rate_limit_write=50 diff --git a/shellops/assets/ShellOps_b5634b8971/init/gateway/service_beta.cfg b/shellops/assets/ShellOps_b5634b8971/init/gateway/service_beta.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6de0daa3b1facabc8fca6f6518613f416edafcc9 --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/init/gateway/service_beta.cfg @@ -0,0 +1,2 @@ +rate_limit_read=200 +rate_limit_write=25 diff --git a/shellops/assets/ShellOps_b5634b8971/init/gateway/service_gamma.cfg b/shellops/assets/ShellOps_b5634b8971/init/gateway/service_gamma.cfg new file mode 100644 index 0000000000000000000000000000000000000000..17ce121f9c3de6a8bbb9018316875ab9db116fe4 --- /dev/null +++ b/shellops/assets/ShellOps_b5634b8971/init/gateway/service_gamma.cfg @@ -0,0 +1,2 @@ +rate_limit_read=150 +rate_limit_write=75 diff --git a/shellops/assets/ShellOps_b563f20849/gold/audit/access_log.xml b/shellops/assets/ShellOps_b563f20849/gold/audit/access_log.xml new file mode 100644 index 0000000000000000000000000000000000000000..cffb2866081db715ae4a5bbf812febeb2b7256d9 --- /dev/null +++ b/shellops/assets/ShellOps_b563f20849/gold/audit/access_log.xml @@ -0,0 +1,5 @@ + + 1001login + 1002logout + 1003login + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b563f20849/gold/authorized_users.txt b/shellops/assets/ShellOps_b563f20849/gold/authorized_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..957064785ba9bc1d7a5a32f6a4837c32f8b64459 --- /dev/null +++ b/shellops/assets/ShellOps_b563f20849/gold/authorized_users.txt @@ -0,0 +1,3 @@ +1001 +1003 +1004 diff --git a/shellops/assets/ShellOps_b563f20849/gold/mismatches.txt b/shellops/assets/ShellOps_b563f20849/gold/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d802a3e71045bbc2091119755820d2c74fa14d9 --- /dev/null +++ b/shellops/assets/ShellOps_b563f20849/gold/mismatches.txt @@ -0,0 +1 @@ +1002 diff --git a/shellops/assets/ShellOps_b563f20849/init/audit/access_log.xml b/shellops/assets/ShellOps_b563f20849/init/audit/access_log.xml new file mode 100644 index 0000000000000000000000000000000000000000..cffb2866081db715ae4a5bbf812febeb2b7256d9 --- /dev/null +++ b/shellops/assets/ShellOps_b563f20849/init/audit/access_log.xml @@ -0,0 +1,5 @@ + + 1001login + 1002logout + 1003login + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b563f20849/init/authorized_users.txt b/shellops/assets/ShellOps_b563f20849/init/authorized_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..957064785ba9bc1d7a5a32f6a4837c32f8b64459 --- /dev/null +++ b/shellops/assets/ShellOps_b563f20849/init/authorized_users.txt @@ -0,0 +1,3 @@ +1001 +1003 +1004 diff --git a/shellops/assets/ShellOps_b5f42fddec/gold/allowed_nodes.txt b/shellops/assets/ShellOps_b5f42fddec/gold/allowed_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef6805a3adb8022a912734f8db486ddf9b6fe5e2 --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/gold/allowed_nodes.txt @@ -0,0 +1,5 @@ +node-101 +node-102 +node-103 +node-104 +node-105 diff --git a/shellops/assets/ShellOps_b5f42fddec/gold/nodes/inventory.xml b/shellops/assets/ShellOps_b5f42fddec/gold/nodes/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..11184bca41566811530ba92ff6834cfc2b96107b --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/gold/nodes/inventory.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_b5f42fddec/gold/notes.md b/shellops/assets/ShellOps_b5f42fddec/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..badd7566280c3a6436c8498ec3e7c97456b5da47 --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/gold/notes.md @@ -0,0 +1 @@ +Ignore this distractor. It should not affect the final list of unknown nodes. diff --git a/shellops/assets/ShellOps_b5f42fddec/gold/reports/unknown_nodes.txt b/shellops/assets/ShellOps_b5f42fddec/gold/reports/unknown_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ff272fb929d0cb4b4d7f137dd2554f34f8d2fb3 --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/gold/reports/unknown_nodes.txt @@ -0,0 +1,3 @@ +node-200 +node-201 +node-202 diff --git a/shellops/assets/ShellOps_b5f42fddec/init/allowed_nodes.txt b/shellops/assets/ShellOps_b5f42fddec/init/allowed_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef6805a3adb8022a912734f8db486ddf9b6fe5e2 --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/init/allowed_nodes.txt @@ -0,0 +1,5 @@ +node-101 +node-102 +node-103 +node-104 +node-105 diff --git a/shellops/assets/ShellOps_b5f42fddec/init/nodes/inventory.xml b/shellops/assets/ShellOps_b5f42fddec/init/nodes/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..11184bca41566811530ba92ff6834cfc2b96107b --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/init/nodes/inventory.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_b5f42fddec/init/notes.md b/shellops/assets/ShellOps_b5f42fddec/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..badd7566280c3a6436c8498ec3e7c97456b5da47 --- /dev/null +++ b/shellops/assets/ShellOps_b5f42fddec/init/notes.md @@ -0,0 +1 @@ +Ignore this distractor. It should not affect the final list of unknown nodes. diff --git a/shellops/assets/ShellOps_b6165cb689/gold/active_terminals.txt b/shellops/assets/ShellOps_b6165cb689/gold/active_terminals.txt new file mode 100644 index 0000000000000000000000000000000000000000..c16ccc812df36753e257a3007749e99b93bb5587 --- /dev/null +++ b/shellops/assets/ShellOps_b6165cb689/gold/active_terminals.txt @@ -0,0 +1,4 @@ +T234 +T135 +T901 +T404 diff --git a/shellops/assets/ShellOps_b6165cb689/gold/orphan_terminals.txt b/shellops/assets/ShellOps_b6165cb689/gold/orphan_terminals.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8f62b66a3d9701349bda662f7a5f1c25c57315f --- /dev/null +++ b/shellops/assets/ShellOps_b6165cb689/gold/orphan_terminals.txt @@ -0,0 +1,2 @@ +T135 +T404 diff --git a/shellops/assets/ShellOps_b6165cb689/gold/terminals.xml b/shellops/assets/ShellOps_b6165cb689/gold/terminals.xml new file mode 100644 index 0000000000000000000000000000000000000000..aa6621dcbb36dbcd55066e5ee6db561e607b8c72 --- /dev/null +++ b/shellops/assets/ShellOps_b6165cb689/gold/terminals.xml @@ -0,0 +1,5 @@ + +active +inactive + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6165cb689/init/active_terminals.txt b/shellops/assets/ShellOps_b6165cb689/init/active_terminals.txt new file mode 100644 index 0000000000000000000000000000000000000000..c16ccc812df36753e257a3007749e99b93bb5587 --- /dev/null +++ b/shellops/assets/ShellOps_b6165cb689/init/active_terminals.txt @@ -0,0 +1,4 @@ +T234 +T135 +T901 +T404 diff --git a/shellops/assets/ShellOps_b6165cb689/init/terminals.xml b/shellops/assets/ShellOps_b6165cb689/init/terminals.xml new file mode 100644 index 0000000000000000000000000000000000000000..aa6621dcbb36dbcd55066e5ee6db561e607b8c72 --- /dev/null +++ b/shellops/assets/ShellOps_b6165cb689/init/terminals.xml @@ -0,0 +1,5 @@ + +active +inactive + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/interface_mapping.tsv b/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/interface_mapping.tsv new file mode 100644 index 0000000000000000000000000000000000000000..eb7e195e5c6b7ef92fda3dafb932c44ca0201d86 --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/interface_mapping.tsv @@ -0,0 +1,10 @@ +rack primary_if +Rack_A Eth1/1 +Rack_B Eth1/2 +Rack_C Eth1/3 +Rack_D Eth2/1 +Rack_E Eth3/1 +Rack_F Eth4/1 +Rack_G Eth5/1 +Rack_H Eth6/1 +Rack_I Eth7/1 diff --git a/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/switch_status.log b/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/switch_status.log new file mode 100644 index 0000000000000000000000000000000000000000..9ff0e1dff663e8f85b3e55a2417545618e50ae8f --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/switch_status.log @@ -0,0 +1,12 @@ +Eth1/1 UP +Eth1/2 DOWN +Eth1/3 UP +Eth1/4 UP +Eth2/1 DOWN +Eth2/2 UP +Eth3/1 DOWN +Eth3/3 UP +Eth4/1 UP +Eth5/1 DOWN +Eth6/1 DOWN +Eth7/1 UP diff --git a/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/unrelated_performance.log b/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/unrelated_performance.log new file mode 100644 index 0000000000000000000000000000000000000000..2f7d0317705f42bb349103abfc0096cca8baf592 --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/gold/network_logs/unrelated_performance.log @@ -0,0 +1,6 @@ +2024-05-10 03:15:22 CPU 78% +2024-05-10 03:15:23 Eth1/1 TX 1.2Gbps +2024-05-10 03:15:24 Eth1/2 UP +2024-05-10 03:15:25 Eth1/3 RX 0.8Gbps +2024-05-10 03:15:26 Eth2/1 DOWN +2024-05-10 03:15:27 Eth7/1 UP diff --git a/shellops/assets/ShellOps_b6224fdb02/gold/results/.keep b/shellops/assets/ShellOps_b6224fdb02/gold/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b6224fdb02/gold/results/racks_with_down_primary.txt b/shellops/assets/ShellOps_b6224fdb02/gold/results/racks_with_down_primary.txt new file mode 100644 index 0000000000000000000000000000000000000000..30a104871a9f1a9071d6f55b26cf11159f9dd49b --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/gold/results/racks_with_down_primary.txt @@ -0,0 +1,5 @@ +Rack_B +Rack_D +Rack_E +Rack_G +Rack_H diff --git a/shellops/assets/ShellOps_b6224fdb02/init/network_logs/interface_mapping.tsv b/shellops/assets/ShellOps_b6224fdb02/init/network_logs/interface_mapping.tsv new file mode 100644 index 0000000000000000000000000000000000000000..eb7e195e5c6b7ef92fda3dafb932c44ca0201d86 --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/init/network_logs/interface_mapping.tsv @@ -0,0 +1,10 @@ +rack primary_if +Rack_A Eth1/1 +Rack_B Eth1/2 +Rack_C Eth1/3 +Rack_D Eth2/1 +Rack_E Eth3/1 +Rack_F Eth4/1 +Rack_G Eth5/1 +Rack_H Eth6/1 +Rack_I Eth7/1 diff --git a/shellops/assets/ShellOps_b6224fdb02/init/network_logs/switch_status.log b/shellops/assets/ShellOps_b6224fdb02/init/network_logs/switch_status.log new file mode 100644 index 0000000000000000000000000000000000000000..9ff0e1dff663e8f85b3e55a2417545618e50ae8f --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/init/network_logs/switch_status.log @@ -0,0 +1,12 @@ +Eth1/1 UP +Eth1/2 DOWN +Eth1/3 UP +Eth1/4 UP +Eth2/1 DOWN +Eth2/2 UP +Eth3/1 DOWN +Eth3/3 UP +Eth4/1 UP +Eth5/1 DOWN +Eth6/1 DOWN +Eth7/1 UP diff --git a/shellops/assets/ShellOps_b6224fdb02/init/network_logs/unrelated_performance.log b/shellops/assets/ShellOps_b6224fdb02/init/network_logs/unrelated_performance.log new file mode 100644 index 0000000000000000000000000000000000000000..2f7d0317705f42bb349103abfc0096cca8baf592 --- /dev/null +++ b/shellops/assets/ShellOps_b6224fdb02/init/network_logs/unrelated_performance.log @@ -0,0 +1,6 @@ +2024-05-10 03:15:22 CPU 78% +2024-05-10 03:15:23 Eth1/1 TX 1.2Gbps +2024-05-10 03:15:24 Eth1/2 UP +2024-05-10 03:15:25 Eth1/3 RX 0.8Gbps +2024-05-10 03:15:26 Eth2/1 DOWN +2024-05-10 03:15:27 Eth7/1 UP diff --git a/shellops/assets/ShellOps_b6224fdb02/init/results/.keep b/shellops/assets/ShellOps_b6224fdb02/init/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b63f749e16/gold/east/stocklist.csv b/shellops/assets/ShellOps_b63f749e16/gold/east/stocklist.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb2398d84a0f392aeb284b6aaf200eb4b0c6cb38 --- /dev/null +++ b/shellops/assets/ShellOps_b63f749e16/gold/east/stocklist.csv @@ -0,0 +1,4 @@ +P001,300 +P002,150 +P004,600 +P007,50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b63f749e16/gold/national_products.csv b/shellops/assets/ShellOps_b63f749e16/gold/national_products.csv new file mode 100644 index 0000000000000000000000000000000000000000..ce326478c953400c449d0d8d05968eac4372125f --- /dev/null +++ b/shellops/assets/ShellOps_b63f749e16/gold/national_products.csv @@ -0,0 +1,6 @@ +P007,250 +P001,750 +P002,150 +P003,120 +P004,600 +P005,800 diff --git a/shellops/assets/ShellOps_b63f749e16/gold/west/inventory.csv b/shellops/assets/ShellOps_b63f749e16/gold/west/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..d54f4aa8d3ec49ea1576e959682b9fba58cdc8d9 --- /dev/null +++ b/shellops/assets/ShellOps_b63f749e16/gold/west/inventory.csv @@ -0,0 +1,4 @@ +P001,450 +P003,120 +P005,800 +P007,200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b63f749e16/init/east/stocklist.csv b/shellops/assets/ShellOps_b63f749e16/init/east/stocklist.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb2398d84a0f392aeb284b6aaf200eb4b0c6cb38 --- /dev/null +++ b/shellops/assets/ShellOps_b63f749e16/init/east/stocklist.csv @@ -0,0 +1,4 @@ +P001,300 +P002,150 +P004,600 +P007,50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b63f749e16/init/west/inventory.csv b/shellops/assets/ShellOps_b63f749e16/init/west/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..d54f4aa8d3ec49ea1576e959682b9fba58cdc8d9 --- /dev/null +++ b/shellops/assets/ShellOps_b63f749e16/init/west/inventory.csv @@ -0,0 +1,4 @@ +P001,450 +P003,120 +P005,800 +P007,200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b65493efb5/gold/findings/report.csv b/shellops/assets/ShellOps_b65493efb5/gold/findings/report.csv new file mode 100644 index 0000000000000000000000000000000000000000..316bee7a7bd64ab1d6021b8dda02474945ad0924 --- /dev/null +++ b/shellops/assets/ShellOps_b65493efb5/gold/findings/report.csv @@ -0,0 +1,4 @@ +error_code,count +E100,9 +E200,6 +E300,5 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/distractor-lib-1.0.0.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/distractor-lib-1.0.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/distractor-lib-1.0.0.sha256 b/shellops/assets/ShellOps_b66b69c5d7/gold/distractor-lib-1.0.0.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..2a6e4712932288669184a2b1ce95e40f485f79b1 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/distractor-lib-1.0.0.sha256 @@ -0,0 +1 @@ +sha256-pqr678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/commons-logging-1.2.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/commons-logging-1.2.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/commons-logging-1.2.sha256 b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/commons-logging-1.2.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..ea5e1fa0b24771ea05f53d4c18911d23a25aec32 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/commons-logging-1.2.sha256 @@ -0,0 +1 @@ +sha256-ghi789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/gson-2.10.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/gson-2.10.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/gson-2.10.sha256 b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/gson-2.10.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..eb75bc32aacd3df554468cd50eb0dc8aae32d42e --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/gson-2.10.sha256 @@ -0,0 +1 @@ +sha256-jkl012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-4.0.4.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-4.0.4.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-5.0.0.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-5.0.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-5.0.0.sha256 b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-5.0.0.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..75261602a5429130b28806782e7cadc9bee5e91f --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/jakarta-servlet-5.0.0.sha256 @@ -0,0 +1 @@ +sha256-mno345 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/junit-5.8.2.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/junit-5.8.2.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/logback-core-1.2.11.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/logback-core-1.2.11.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/logback-core-1.2.11.sha256 b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/logback-core-1.2.11.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..e1afbe29de4b16736f12dbe87a8e901992c1b527 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/logback-core-1.2.11.sha256 @@ -0,0 +1 @@ +sha256-def456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/slf4j-api-1.7.32.jar b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/slf4j-api-1.7.32.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/slf4j-api-1.7.32.sha256 b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/slf4j-api-1.7.32.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..7b822e001c8158c74e920587ef3e32dd87015a6e --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/payloads/slf4j-api-1.7.32.sha256 @@ -0,0 +1 @@ +sha256-abc123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/provisioning-report.txt b/shellops/assets/ShellOps_b66b69c5d7/gold/provisioning-report.txt new file mode 100644 index 0000000000000000000000000000000000000000..b22d66f4a72f817e78e235e7cceccacb13759b72 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/provisioning-report.txt @@ -0,0 +1,8 @@ +commons-logging 1.2 fully-provisioned +gson 2.10 fully-provisioned +jakarta-servlet 4.0.4 incomplete +jakarta-servlet 5.0.0 fully-provisioned +junit 5.8.2 incomplete +logback-core 1.2.11 fully-provisioned +mockito-core 4.6.1 incomplete +slf4j-api 1.7.32 fully-provisioned diff --git a/shellops/assets/ShellOps_b66b69c5d7/gold/vendor-manifest.txt b/shellops/assets/ShellOps_b66b69c5d7/gold/vendor-manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..535c21fb44733156852dc2c00926f8038ff9fe71 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/gold/vendor-manifest.txt @@ -0,0 +1,10 @@ +slf4j-api 1.7.32 approved +logback-core 1.2.11 approved +commons-logging 1.2 approved +junit 5.8.2 approved +mockito-core 4.6.1 approved +gson 2.10 approved +jakarta-servlet 5.0.0 approved +jakarta-servlet 4.0.4 approved +apache-httpclient 4.5.13 archived +asm 9.5 deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/distractor-lib-1.0.0.jar b/shellops/assets/ShellOps_b66b69c5d7/init/distractor-lib-1.0.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/distractor-lib-1.0.0.sha256 b/shellops/assets/ShellOps_b66b69c5d7/init/distractor-lib-1.0.0.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..2a6e4712932288669184a2b1ce95e40f485f79b1 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/distractor-lib-1.0.0.sha256 @@ -0,0 +1 @@ +sha256-pqr678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/commons-logging-1.2.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/commons-logging-1.2.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/commons-logging-1.2.sha256 b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/commons-logging-1.2.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..ea5e1fa0b24771ea05f53d4c18911d23a25aec32 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/commons-logging-1.2.sha256 @@ -0,0 +1 @@ +sha256-ghi789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/gson-2.10.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/gson-2.10.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/gson-2.10.sha256 b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/gson-2.10.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..eb75bc32aacd3df554468cd50eb0dc8aae32d42e --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/gson-2.10.sha256 @@ -0,0 +1 @@ +sha256-jkl012 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-4.0.4.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-4.0.4.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-5.0.0.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-5.0.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-5.0.0.sha256 b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-5.0.0.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..75261602a5429130b28806782e7cadc9bee5e91f --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/jakarta-servlet-5.0.0.sha256 @@ -0,0 +1 @@ +sha256-mno345 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/junit-5.8.2.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/junit-5.8.2.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/logback-core-1.2.11.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/logback-core-1.2.11.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/logback-core-1.2.11.sha256 b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/logback-core-1.2.11.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..e1afbe29de4b16736f12dbe87a8e901992c1b527 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/logback-core-1.2.11.sha256 @@ -0,0 +1 @@ +sha256-def456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/slf4j-api-1.7.32.jar b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/slf4j-api-1.7.32.jar new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/payloads/slf4j-api-1.7.32.sha256 b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/slf4j-api-1.7.32.sha256 new file mode 100644 index 0000000000000000000000000000000000000000..7b822e001c8158c74e920587ef3e32dd87015a6e --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/payloads/slf4j-api-1.7.32.sha256 @@ -0,0 +1 @@ +sha256-abc123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b66b69c5d7/init/vendor-manifest.txt b/shellops/assets/ShellOps_b66b69c5d7/init/vendor-manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..535c21fb44733156852dc2c00926f8038ff9fe71 --- /dev/null +++ b/shellops/assets/ShellOps_b66b69c5d7/init/vendor-manifest.txt @@ -0,0 +1,10 @@ +slf4j-api 1.7.32 approved +logback-core 1.2.11 approved +commons-logging 1.2 approved +junit 5.8.2 approved +mockito-core 4.6.1 approved +gson 2.10 approved +jakarta-servlet 5.0.0 approved +jakarta-servlet 4.0.4 approved +apache-httpclient 4.5.13 archived +asm 9.5 deprecated \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6703d2d6c/gold/inventory.xml b/shellops/assets/ShellOps_b6703d2d6c/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..d2815859768af769867148c3ac4a08292d3fb35b --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/gold/inventory.xml @@ -0,0 +1,10 @@ + + + 1123 + Product Demo + + + 1145 + Training Video + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6703d2d6c/gold/media/1123.mpg b/shellops/assets/ShellOps_b6703d2d6c/gold/media/1123.mpg new file mode 100644 index 0000000000000000000000000000000000000000..48d5fac244436d2c2aea89d0ee1e1f325a504ce8 --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/gold/media/1123.mpg @@ -0,0 +1 @@ +Dummy media file content for 1123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6703d2d6c/gold/media/1159.mpg b/shellops/assets/ShellOps_b6703d2d6c/gold/media/1159.mpg new file mode 100644 index 0000000000000000000000000000000000000000..ba4907a703674777152d31ee2b9dda9277f9d016 --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/gold/media/1159.mpg @@ -0,0 +1 @@ +Dummy media file content for 1159 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6703d2d6c/gold/missing_assets.txt b/shellops/assets/ShellOps_b6703d2d6c/gold/missing_assets.txt new file mode 100644 index 0000000000000000000000000000000000000000..23ca55f5b2a5379c52ca66fe35498c22c7ea849d --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/gold/missing_assets.txt @@ -0,0 +1 @@ +1145 diff --git a/shellops/assets/ShellOps_b6703d2d6c/init/inventory.xml b/shellops/assets/ShellOps_b6703d2d6c/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..d2815859768af769867148c3ac4a08292d3fb35b --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/init/inventory.xml @@ -0,0 +1,10 @@ + + + 1123 + Product Demo + + + 1145 + Training Video + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6703d2d6c/init/media/1123.mpg b/shellops/assets/ShellOps_b6703d2d6c/init/media/1123.mpg new file mode 100644 index 0000000000000000000000000000000000000000..48d5fac244436d2c2aea89d0ee1e1f325a504ce8 --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/init/media/1123.mpg @@ -0,0 +1 @@ +Dummy media file content for 1123 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6703d2d6c/init/media/1159.mpg b/shellops/assets/ShellOps_b6703d2d6c/init/media/1159.mpg new file mode 100644 index 0000000000000000000000000000000000000000..ba4907a703674777152d31ee2b9dda9277f9d016 --- /dev/null +++ b/shellops/assets/ShellOps_b6703d2d6c/init/media/1159.mpg @@ -0,0 +1 @@ +Dummy media file content for 1159 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6850bfd42/gold/approved_colors.xml b/shellops/assets/ShellOps_b6850bfd42/gold/approved_colors.xml new file mode 100644 index 0000000000000000000000000000000000000000..515a7bc326913157d4e9640984587b2287247032 --- /dev/null +++ b/shellops/assets/ShellOps_b6850bfd42/gold/approved_colors.xml @@ -0,0 +1,8 @@ + + + #FF0000 + #00FF00 + #0000FF + #FFD700 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6850bfd42/gold/excluded_colors.txt b/shellops/assets/ShellOps_b6850bfd42/gold/excluded_colors.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8c4fc4e558d3dfe6d5126d7ac4004da48b07a45 --- /dev/null +++ b/shellops/assets/ShellOps_b6850bfd42/gold/excluded_colors.txt @@ -0,0 +1,2 @@ +#4B0082 +#800080 diff --git a/shellops/assets/ShellOps_b6850bfd42/gold/excluded_count.txt b/shellops/assets/ShellOps_b6850bfd42/gold/excluded_count.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /dev/null +++ b/shellops/assets/ShellOps_b6850bfd42/gold/excluded_count.txt @@ -0,0 +1 @@ +2 diff --git a/shellops/assets/ShellOps_b6850bfd42/gold/palette.txt b/shellops/assets/ShellOps_b6850bfd42/gold/palette.txt new file mode 100644 index 0000000000000000000000000000000000000000..d73bb7749560eba58de2c3beb314dbeafa662292 --- /dev/null +++ b/shellops/assets/ShellOps_b6850bfd42/gold/palette.txt @@ -0,0 +1,11 @@ +Project Color Palette + +Primary colors: +#FF0000 Red +#00FF00 Green +#0000FF Blue + +Accent colors: +#FFD700 Gold +#4B0082 Indigo +#800080 Purple (Legacy) diff --git a/shellops/assets/ShellOps_b6850bfd42/init/approved_colors.xml b/shellops/assets/ShellOps_b6850bfd42/init/approved_colors.xml new file mode 100644 index 0000000000000000000000000000000000000000..515a7bc326913157d4e9640984587b2287247032 --- /dev/null +++ b/shellops/assets/ShellOps_b6850bfd42/init/approved_colors.xml @@ -0,0 +1,8 @@ + + + #FF0000 + #00FF00 + #0000FF + #FFD700 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6850bfd42/init/palette.txt b/shellops/assets/ShellOps_b6850bfd42/init/palette.txt new file mode 100644 index 0000000000000000000000000000000000000000..d73bb7749560eba58de2c3beb314dbeafa662292 --- /dev/null +++ b/shellops/assets/ShellOps_b6850bfd42/init/palette.txt @@ -0,0 +1,11 @@ +Project Color Palette + +Primary colors: +#FF0000 Red +#00FF00 Green +#0000FF Blue + +Accent colors: +#FFD700 Gold +#4B0082 Indigo +#800080 Purple (Legacy) diff --git a/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent1.cfg b/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9b9a4a3a54346ed3ccdb7434a8d9dc138a2b2ddb --- /dev/null +++ b/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent1.cfg @@ -0,0 +1,3 @@ +metric: cpu_usage +metric: memory_usage +metric: disk_io diff --git a/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent2.cfg b/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0da2df28afe7555467fe6955d9f1d738a772fc6e --- /dev/null +++ b/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent2.cfg @@ -0,0 +1,3 @@ +metric: network_traffic +metric: cpu_usage +metric: disk_io diff --git a/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent3.cfg b/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..ebf0a5f76fcac63bceba33a2c826de73ab1eb65b --- /dev/null +++ b/shellops/assets/ShellOps_b6b980d017/gold/monitoring/agent3.cfg @@ -0,0 +1,3 @@ +metric: memory_usage +metric: disk_io +metric: network_traffic diff --git a/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent1.cfg b/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9b9a4a3a54346ed3ccdb7434a8d9dc138a2b2ddb --- /dev/null +++ b/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent1.cfg @@ -0,0 +1,3 @@ +metric: cpu_usage +metric: memory_usage +metric: disk_io diff --git a/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent2.cfg b/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0da2df28afe7555467fe6955d9f1d738a772fc6e --- /dev/null +++ b/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent2.cfg @@ -0,0 +1,3 @@ +metric: network_traffic +metric: cpu_usage +metric: disk_io diff --git a/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent3.cfg b/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..ebf0a5f76fcac63bceba33a2c826de73ab1eb65b --- /dev/null +++ b/shellops/assets/ShellOps_b6b980d017/init/monitoring/agent3.cfg @@ -0,0 +1,3 @@ +metric: memory_usage +metric: disk_io +metric: network_traffic diff --git a/shellops/assets/ShellOps_b6c1d0391c/gold/notes.md b/shellops/assets/ShellOps_b6c1d0391c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f83403f5e822eaaf11194ef8a090478b81cd43b5 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/gold/notes.md @@ -0,0 +1,6 @@ +# Archive notes + +- T107 was mistakenly marked as unresolved in earlier logs; the ticket was closed on 2024-05-05 after verification. +- Tickets T101 and T108 are duplicate entries of the same underlying issue; they should be excluded from the critical list pending merge. +- Tickets with IDs T999 and T888 are legacy IDs from a retired system; they are irrelevant. +- The rest should be processed as usual. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6c1d0391c/gold/reject.txt b/shellops/assets/ShellOps_b6c1d0391c/gold/reject.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9f4943071405e99561d35b69a9da097c54e1416 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/gold/reject.txt @@ -0,0 +1,5 @@ +T101 +T108 +T107 +T999 +T888 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6c1d0391c/gold/tickets.csv b/shellops/assets/ShellOps_b6c1d0391c/gold/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..ece536f58692c551d279618ff4c7e5c1a1597cf8 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/gold/tickets.csv @@ -0,0 +1,11 @@ +id,title,team,created,severity,status +T101,DNS outage,infrastructure,2024-05-01,critical,unresolved +T102,Disk full,infrastructure,2024-05-02,critical,resolved +T103,Load balancer fail,network,2024-05-01,critical,unresolved +T104,API latency,infrastructure,2024-05-03,high,unresolved +T105,Firewall rule misconfig,infrastructure,2024-05-02,critical,unresolved +T106,Certificate expired,security,2024-05-01,critical,unresolved +T107,Backup failure,infrastructure,2024-05-04,high,resolved +T108,Database deadlock,infrastructure,2024-05-01,critical,unresolved +T109,Memory leak,infrastructure,2024-05-05,medium,unresolved +T110,Network partition,network,2024-05-01,critical,unresolved \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6c1d0391c/gold/unresolved_critical.txt b/shellops/assets/ShellOps_b6c1d0391c/gold/unresolved_critical.txt new file mode 100644 index 0000000000000000000000000000000000000000..933300fed2b0ee371be2522940db39253b58daf1 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/gold/unresolved_critical.txt @@ -0,0 +1 @@ +T105 diff --git a/shellops/assets/ShellOps_b6c1d0391c/init/notes.md b/shellops/assets/ShellOps_b6c1d0391c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f83403f5e822eaaf11194ef8a090478b81cd43b5 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/init/notes.md @@ -0,0 +1,6 @@ +# Archive notes + +- T107 was mistakenly marked as unresolved in earlier logs; the ticket was closed on 2024-05-05 after verification. +- Tickets T101 and T108 are duplicate entries of the same underlying issue; they should be excluded from the critical list pending merge. +- Tickets with IDs T999 and T888 are legacy IDs from a retired system; they are irrelevant. +- The rest should be processed as usual. \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6c1d0391c/init/reject.txt b/shellops/assets/ShellOps_b6c1d0391c/init/reject.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9f4943071405e99561d35b69a9da097c54e1416 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/init/reject.txt @@ -0,0 +1,5 @@ +T101 +T108 +T107 +T999 +T888 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6c1d0391c/init/tickets.csv b/shellops/assets/ShellOps_b6c1d0391c/init/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..ece536f58692c551d279618ff4c7e5c1a1597cf8 --- /dev/null +++ b/shellops/assets/ShellOps_b6c1d0391c/init/tickets.csv @@ -0,0 +1,11 @@ +id,title,team,created,severity,status +T101,DNS outage,infrastructure,2024-05-01,critical,unresolved +T102,Disk full,infrastructure,2024-05-02,critical,resolved +T103,Load balancer fail,network,2024-05-01,critical,unresolved +T104,API latency,infrastructure,2024-05-03,high,unresolved +T105,Firewall rule misconfig,infrastructure,2024-05-02,critical,unresolved +T106,Certificate expired,security,2024-05-01,critical,unresolved +T107,Backup failure,infrastructure,2024-05-04,high,resolved +T108,Database deadlock,infrastructure,2024-05-01,critical,unresolved +T109,Memory leak,infrastructure,2024-05-05,medium,unresolved +T110,Network partition,network,2024-05-01,critical,unresolved \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6db88fd44/gold/calibration/.keep b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b6db88fd44/gold/calibration/archive/old_errors.env b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/archive/old_errors.env new file mode 100644 index 0000000000000000000000000000000000000000..0e6b8efcdee98a0164410b381b96d4ef38b575de --- /dev/null +++ b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/archive/old_errors.env @@ -0,0 +1,3 @@ +sensor_1234=2024-03-14T17:00:00Z +sensor_5678=2024-03-12T09:15:00Z +sensor_2468=2024-03-11T10:30:00Z diff --git a/shellops/assets/ShellOps_b6db88fd44/gold/calibration/errors.env b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/errors.env new file mode 100644 index 0000000000000000000000000000000000000000..333da44cabe4a72cce3ca4f3f1e6146cd03f4190 --- /dev/null +++ b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/errors.env @@ -0,0 +1,3 @@ +sensor_1234=2024-03-15T08:00:00Z +sensor_5678=2024-03-14T12:30:00Z +sensor_9101=2024-03-13T16:45:00Z diff --git a/shellops/assets/ShellOps_b6db88fd44/gold/calibration/merged_errors.env b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/merged_errors.env new file mode 100644 index 0000000000000000000000000000000000000000..148c01eaad509b9510a5ad6a46da7b7623fd9622 --- /dev/null +++ b/shellops/assets/ShellOps_b6db88fd44/gold/calibration/merged_errors.env @@ -0,0 +1,4 @@ +sensor_1234=2024-03-15T08:00:00Z +sensor_2468=2024-03-11T10:30:00Z +sensor_5678=2024-03-14T12:30:00Z +sensor_9101=2024-03-13T16:45:00Z diff --git a/shellops/assets/ShellOps_b6db88fd44/init/calibration/.keep b/shellops/assets/ShellOps_b6db88fd44/init/calibration/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b6db88fd44/init/calibration/archive/old_errors.env b/shellops/assets/ShellOps_b6db88fd44/init/calibration/archive/old_errors.env new file mode 100644 index 0000000000000000000000000000000000000000..0e6b8efcdee98a0164410b381b96d4ef38b575de --- /dev/null +++ b/shellops/assets/ShellOps_b6db88fd44/init/calibration/archive/old_errors.env @@ -0,0 +1,3 @@ +sensor_1234=2024-03-14T17:00:00Z +sensor_5678=2024-03-12T09:15:00Z +sensor_2468=2024-03-11T10:30:00Z diff --git a/shellops/assets/ShellOps_b6db88fd44/init/calibration/errors.env b/shellops/assets/ShellOps_b6db88fd44/init/calibration/errors.env new file mode 100644 index 0000000000000000000000000000000000000000..333da44cabe4a72cce3ca4f3f1e6146cd03f4190 --- /dev/null +++ b/shellops/assets/ShellOps_b6db88fd44/init/calibration/errors.env @@ -0,0 +1,3 @@ +sensor_1234=2024-03-15T08:00:00Z +sensor_5678=2024-03-14T12:30:00Z +sensor_9101=2024-03-13T16:45:00Z diff --git a/shellops/assets/ShellOps_b6f052b9f8/gold/config/authorization_whitelist.json b/shellops/assets/ShellOps_b6f052b9f8/gold/config/authorization_whitelist.json new file mode 100644 index 0000000000000000000000000000000000000000..7aafbd717b9d4d1faf2089781703a655784d64eb --- /dev/null +++ b/shellops/assets/ShellOps_b6f052b9f8/gold/config/authorization_whitelist.json @@ -0,0 +1,10 @@ +{ + "whitelistedRacks": [ + "rack-a12", + "rack-b03", + "rack-c45", + "rack-f77", + "rack-g19" + ], + "notes": "Only these rack locations are approved for new deployments." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6f052b9f8/gold/config/obsolete_racks.yaml b/shellops/assets/ShellOps_b6f052b9f8/gold/config/obsolete_racks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0a42e0f6405897069ce4bfb5209a7a10ef812df --- /dev/null +++ b/shellops/assets/ShellOps_b6f052b9f8/gold/config/obsolete_racks.yaml @@ -0,0 +1,5 @@ +# This is a distractor; the authoritative source is authorization_whitelist.json. +racks: + - rack-a12 + - rack-b03 + - rack-d99 diff --git a/shellops/assets/ShellOps_b6f052b9f8/gold/missing_racks.txt b/shellops/assets/ShellOps_b6f052b9f8/gold/missing_racks.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d21071bc9a86e5129b84d3e2ef82dd718978996 --- /dev/null +++ b/shellops/assets/ShellOps_b6f052b9f8/gold/missing_racks.txt @@ -0,0 +1,2 @@ +rack-d99 +rack-z01 diff --git a/shellops/assets/ShellOps_b6f052b9f8/init/config/authorization_whitelist.json b/shellops/assets/ShellOps_b6f052b9f8/init/config/authorization_whitelist.json new file mode 100644 index 0000000000000000000000000000000000000000..7aafbd717b9d4d1faf2089781703a655784d64eb --- /dev/null +++ b/shellops/assets/ShellOps_b6f052b9f8/init/config/authorization_whitelist.json @@ -0,0 +1,10 @@ +{ + "whitelistedRacks": [ + "rack-a12", + "rack-b03", + "rack-c45", + "rack-f77", + "rack-g19" + ], + "notes": "Only these rack locations are approved for new deployments." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6f052b9f8/init/config/obsolete_racks.yaml b/shellops/assets/ShellOps_b6f052b9f8/init/config/obsolete_racks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0a42e0f6405897069ce4bfb5209a7a10ef812df --- /dev/null +++ b/shellops/assets/ShellOps_b6f052b9f8/init/config/obsolete_racks.yaml @@ -0,0 +1,5 @@ +# This is a distractor; the authoritative source is authorization_whitelist.json. +racks: + - rack-a12 + - rack-b03 + - rack-d99 diff --git a/shellops/assets/ShellOps_b6f49e31e4/gold/inventory/devices.csv b/shellops/assets/ShellOps_b6f49e31e4/gold/inventory/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..29c08e667e97aede4013f850659b68cf8b3b8bb4 --- /dev/null +++ b/shellops/assets/ShellOps_b6f49e31e4/gold/inventory/devices.csv @@ -0,0 +1,4 @@ +mac_address,vendor_id +00:1A:2B:3C:4D:5E,ABC123 +00:1B:4C:5D:6E:7F,DEF456 +00:1C:5D:6E:7F:8G,GHI789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b6f49e31e4/gold/inventory/devices_normalized.csv b/shellops/assets/ShellOps_b6f49e31e4/gold/inventory/devices_normalized.csv new file mode 100644 index 0000000000000000000000000000000000000000..04bc26be1b57fe9a7d6fe8bed0e8fcf540b92b43 --- /dev/null +++ b/shellops/assets/ShellOps_b6f49e31e4/gold/inventory/devices_normalized.csv @@ -0,0 +1,4 @@ +mac_address,vendor_id +00:1A:2B:3C:4D:5E,abc123 +00:1B:4C:5D:6E:7F,def456 +00:1C:5D:6E:7F:8G,ghi789 diff --git a/shellops/assets/ShellOps_b6f49e31e4/init/inventory/devices.csv b/shellops/assets/ShellOps_b6f49e31e4/init/inventory/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..29c08e667e97aede4013f850659b68cf8b3b8bb4 --- /dev/null +++ b/shellops/assets/ShellOps_b6f49e31e4/init/inventory/devices.csv @@ -0,0 +1,4 @@ +mac_address,vendor_id +00:1A:2B:3C:4D:5E,ABC123 +00:1B:4C:5D:6E:7F,DEF456 +00:1C:5D:6E:7F:8G,GHI789 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b753a941d2/gold/reports/failure_summary.psv b/shellops/assets/ShellOps_b753a941d2/gold/reports/failure_summary.psv new file mode 100644 index 0000000000000000000000000000000000000000..8604c7ce4bed21385fba6e8eb8e50afd8e83b1ef --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/gold/reports/failure_summary.psv @@ -0,0 +1,5 @@ +topic|count|status +billing|6|FAIL +auth|5|FAIL +storage|3|FAIL +notifications|2|FAIL diff --git a/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/notes.txt b/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab7975fbced939089902984868a23b880429e39e --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/notes.txt @@ -0,0 +1,3 @@ +Acceptance test logs from Oct 1 and Oct 2 runs. +Topics are pipe-delimited in logs. +Only failures should be aggregated. diff --git a/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/run_2024_10_01.log b/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/run_2024_10_01.log new file mode 100644 index 0000000000000000000000000000000000000000..de683966a9f462a6e8fcd0517d44b93f57a1e507 --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/run_2024_10_01.log @@ -0,0 +1,12 @@ +2024-10-01 08:15:22|auth|FAIL|missing token +2024-10-01 08:16:05|auth|FAIL|expired token +2024-10-01 08:17:11|billing|FAIL|rate limit +2024-10-01 08:18:02|billing|FAIL|invalid currency +2024-10-01 08:19:33|billing|FAIL|missing invoice +2024-10-01 08:20:44|storage|PASS|write ok +2024-10-01 08:21:15|auth|FAIL|unauthorized +2024-10-01 08:22:09|storage|FAIL|quota exceeded +2024-10-01 08:23:01|billing|PASS|charge succeeded +2024-10-01 08:24:12|notifications|PASS|sent +2024-10-01 08:25:23|notifications|FAIL|delivery failed +2024-10-01 08:26:07|logs|PASS|ingested diff --git a/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/run_2024_10_02.log b/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/run_2024_10_02.log new file mode 100644 index 0000000000000000000000000000000000000000..c2074f0475d84a692e6d11820d6526da113a89b9 --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/gold/tests/acceptance/run_2024_10_02.log @@ -0,0 +1,11 @@ +2024-10-02 07:10:01|auth|FAIL|token validation error +2024-10-02 07:11:22|billing|FAIL|payment declined +2024-10-02 07:12:45|storage|FAIL|quota exceeded +2024-10-02 07:13:50|auth|FAIL|missing token +2024-10-02 07:14:33|billing|FAIL|invalid currency +2024-10-02 07:15:11|notifications|FAIL|delivery failed +2024-10-02 07:16:09|logs|PASS|ingested +2024-10-02 07:17:02|storage|PASS|write ok +2024-10-02 07:18:20|billing|FAIL|rate limit +2024-10-02 07:19:05|notifications|PASS|sent +2024-10-02 07:20:00|storage|FAIL|timeout diff --git a/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/notes.txt b/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab7975fbced939089902984868a23b880429e39e --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/notes.txt @@ -0,0 +1,3 @@ +Acceptance test logs from Oct 1 and Oct 2 runs. +Topics are pipe-delimited in logs. +Only failures should be aggregated. diff --git a/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/run_2024_10_01.log b/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/run_2024_10_01.log new file mode 100644 index 0000000000000000000000000000000000000000..de683966a9f462a6e8fcd0517d44b93f57a1e507 --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/run_2024_10_01.log @@ -0,0 +1,12 @@ +2024-10-01 08:15:22|auth|FAIL|missing token +2024-10-01 08:16:05|auth|FAIL|expired token +2024-10-01 08:17:11|billing|FAIL|rate limit +2024-10-01 08:18:02|billing|FAIL|invalid currency +2024-10-01 08:19:33|billing|FAIL|missing invoice +2024-10-01 08:20:44|storage|PASS|write ok +2024-10-01 08:21:15|auth|FAIL|unauthorized +2024-10-01 08:22:09|storage|FAIL|quota exceeded +2024-10-01 08:23:01|billing|PASS|charge succeeded +2024-10-01 08:24:12|notifications|PASS|sent +2024-10-01 08:25:23|notifications|FAIL|delivery failed +2024-10-01 08:26:07|logs|PASS|ingested diff --git a/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/run_2024_10_02.log b/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/run_2024_10_02.log new file mode 100644 index 0000000000000000000000000000000000000000..c2074f0475d84a692e6d11820d6526da113a89b9 --- /dev/null +++ b/shellops/assets/ShellOps_b753a941d2/init/tests/acceptance/run_2024_10_02.log @@ -0,0 +1,11 @@ +2024-10-02 07:10:01|auth|FAIL|token validation error +2024-10-02 07:11:22|billing|FAIL|payment declined +2024-10-02 07:12:45|storage|FAIL|quota exceeded +2024-10-02 07:13:50|auth|FAIL|missing token +2024-10-02 07:14:33|billing|FAIL|invalid currency +2024-10-02 07:15:11|notifications|FAIL|delivery failed +2024-10-02 07:16:09|logs|PASS|ingested +2024-10-02 07:17:02|storage|PASS|write ok +2024-10-02 07:18:20|billing|FAIL|rate limit +2024-10-02 07:19:05|notifications|PASS|sent +2024-10-02 07:20:00|storage|FAIL|timeout diff --git a/shellops/assets/ShellOps_b780e1db1c/gold/active_alert_rules.txt b/shellops/assets/ShellOps_b780e1db1c/gold/active_alert_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2d6de1610ec0352d3b67fe834fe6c61172a7f60 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/gold/active_alert_rules.txt @@ -0,0 +1,4 @@ +rule-002 +rule-003 +rule-004 +rule-006 diff --git a/shellops/assets/ShellOps_b780e1db1c/gold/global_overrides.json b/shellops/assets/ShellOps_b780e1db1c/gold/global_overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..8ab03e0712bf0408d2776c0e30910a8ff89c27d1 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/gold/global_overrides.json @@ -0,0 +1,5 @@ +{ + "version": "2024-05", + "deprecated_rule_ids": ["rule-001", "rule-005"], + "notes": "These rule IDs are no longer supported for new tenants." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/alpha.json b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..ef8b8db2724f640d93d90168e90c770e0ef05c2f --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/alpha.json @@ -0,0 +1,8 @@ +{ + "tenant": "alpha", + "alert_rules": [ + { "id": "rule-001", "status": "active", "trigger": "cpu > 90%" }, + { "id": "rule-002", "status": "inactive", "trigger": "mem > 80%" }, + { "id": "rule-003", "status": "active", "trigger": "disk > 95%" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/beta.json b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..99fe4b3cc6528379ad764dc5b4abaf8bd41353b5 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/beta.json @@ -0,0 +1,8 @@ +{ + "tenant": "beta", + "alert_rules": [ + { "id": "rule-004", "status": "active", "trigger": "latency > 200ms" }, + { "id": "rule-001", "status": "active", "trigger": "errors > 5" }, + { "id": "rule-005", "status": "pending", "trigger": "queue_length > 100" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/gamma.json b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..68c5e2f6aa9ca708516b48bac0d1e2dc92514874 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/gamma.json @@ -0,0 +1,7 @@ +{ + "tenant": "gamma", + "alert_rules": [ + { "id": "rule-002", "status": "active", "trigger": "uptime < 99.9%" }, + { "id": "rule-006", "status": "active", "trigger": "response_time > 500ms" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/legacy_notes.txt b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/legacy_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ded0fc51afbb4a65b5f328ff76064616ac072f00 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/gold/tenant_configs/legacy_notes.txt @@ -0,0 +1,2 @@ +These files are maintained by the tenant management team. +Do not edit directly. diff --git a/shellops/assets/ShellOps_b780e1db1c/init/global_overrides.json b/shellops/assets/ShellOps_b780e1db1c/init/global_overrides.json new file mode 100644 index 0000000000000000000000000000000000000000..8ab03e0712bf0408d2776c0e30910a8ff89c27d1 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/init/global_overrides.json @@ -0,0 +1,5 @@ +{ + "version": "2024-05", + "deprecated_rule_ids": ["rule-001", "rule-005"], + "notes": "These rule IDs are no longer supported for new tenants." +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/alpha.json b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..ef8b8db2724f640d93d90168e90c770e0ef05c2f --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/alpha.json @@ -0,0 +1,8 @@ +{ + "tenant": "alpha", + "alert_rules": [ + { "id": "rule-001", "status": "active", "trigger": "cpu > 90%" }, + { "id": "rule-002", "status": "inactive", "trigger": "mem > 80%" }, + { "id": "rule-003", "status": "active", "trigger": "disk > 95%" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/beta.json b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..99fe4b3cc6528379ad764dc5b4abaf8bd41353b5 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/beta.json @@ -0,0 +1,8 @@ +{ + "tenant": "beta", + "alert_rules": [ + { "id": "rule-004", "status": "active", "trigger": "latency > 200ms" }, + { "id": "rule-001", "status": "active", "trigger": "errors > 5" }, + { "id": "rule-005", "status": "pending", "trigger": "queue_length > 100" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/gamma.json b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..68c5e2f6aa9ca708516b48bac0d1e2dc92514874 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/gamma.json @@ -0,0 +1,7 @@ +{ + "tenant": "gamma", + "alert_rules": [ + { "id": "rule-002", "status": "active", "trigger": "uptime < 99.9%" }, + { "id": "rule-006", "status": "active", "trigger": "response_time > 500ms" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/legacy_notes.txt b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/legacy_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ded0fc51afbb4a65b5f328ff76064616ac072f00 --- /dev/null +++ b/shellops/assets/ShellOps_b780e1db1c/init/tenant_configs/legacy_notes.txt @@ -0,0 +1,2 @@ +These files are maintained by the tenant management team. +Do not edit directly. diff --git a/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostA.xml b/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostA.xml new file mode 100644 index 0000000000000000000000000000000000000000..a2a2ad26bcfa458260f6a00329dc7c5ec3ae6d65 --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostA.xml @@ -0,0 +1 @@ +TechCorpDX450 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostB.xml b/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostB.xml new file mode 100644 index 0000000000000000000000000000000000000000..3feb52208314cde8531ec5d04cdc41cbd55364ef --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostB.xml @@ -0,0 +1 @@ +OmniProdOmega-9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostC.xml b/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostC.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8e904e8f3024f22c6345ab8e42a95333ca2baa1 --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/gold/sysinfo/hostC.xml @@ -0,0 +1 @@ +GlobalIncZT-9000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/gold/violations.txt b/shellops/assets/ShellOps_b7958beacf/gold/violations.txt new file mode 100644 index 0000000000000000000000000000000000000000..472b1d06ff7e421482daf50f6943dd055ee7378e --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/gold/violations.txt @@ -0,0 +1,2 @@ +Omega-9 +ZT-9000 diff --git a/shellops/assets/ShellOps_b7958beacf/gold/whitelist.txt b/shellops/assets/ShellOps_b7958beacf/gold/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa2e3f5e65b4ab0d96660f8d744bd43b7474077b --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/gold/whitelist.txt @@ -0,0 +1,3 @@ +Alpha-12 +DX450 +Gamma-7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostA.xml b/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostA.xml new file mode 100644 index 0000000000000000000000000000000000000000..a2a2ad26bcfa458260f6a00329dc7c5ec3ae6d65 --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostA.xml @@ -0,0 +1 @@ +TechCorpDX450 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostB.xml b/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostB.xml new file mode 100644 index 0000000000000000000000000000000000000000..3feb52208314cde8531ec5d04cdc41cbd55364ef --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostB.xml @@ -0,0 +1 @@ +OmniProdOmega-9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostC.xml b/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostC.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8e904e8f3024f22c6345ab8e42a95333ca2baa1 --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/init/sysinfo/hostC.xml @@ -0,0 +1 @@ +GlobalIncZT-9000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7958beacf/init/whitelist.txt b/shellops/assets/ShellOps_b7958beacf/init/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa2e3f5e65b4ab0d96660f8d744bd43b7474077b --- /dev/null +++ b/shellops/assets/ShellOps_b7958beacf/init/whitelist.txt @@ -0,0 +1,3 @@ +Alpha-12 +DX450 +Gamma-7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b7c8b03e8c/gold/notes.md b/shellops/assets/ShellOps_b7c8b03e8c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a62a7ded6ba5691bf87a647637c79d81a39e2805 --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/gold/notes.md @@ -0,0 +1 @@ +Ignore deprecated components listed in this file. We only care about components present in both JSON files. diff --git a/shellops/assets/ShellOps_b7c8b03e8c/gold/pending_components.json b/shellops/assets/ShellOps_b7c8b03e8c/gold/pending_components.json new file mode 100644 index 0000000000000000000000000000000000000000..78294e0b919bd868bc89c3c0d8d1ba091ea77f17 --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/gold/pending_components.json @@ -0,0 +1,12 @@ +{ + "auth-service": "3.2.2", + "billing-gw": "3.0.0", + "cache-proxy": "1.8.1", + "db-connector": "4.1.1", + "email-worker": "2.6.0", + "frontend": "6.0.0", + "geo-lb": "2.4.0", + "metrics-aggregator": "3.1.2", + "payment-gw": "4.2.1", + "scheduler": "3.0.0" +} diff --git a/shellops/assets/ShellOps_b7c8b03e8c/gold/release/changed_components.txt b/shellops/assets/ShellOps_b7c8b03e8c/gold/release/changed_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..4260399ff5f70721785136d8b79f5e39a15ba764 --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/gold/release/changed_components.txt @@ -0,0 +1,4 @@ +billing-gw +frontend +geo-lb +scheduler diff --git a/shellops/assets/ShellOps_b7c8b03e8c/gold/stable_components.json b/shellops/assets/ShellOps_b7c8b03e8c/gold/stable_components.json new file mode 100644 index 0000000000000000000000000000000000000000..540fbf584233f26bd08e334e1ac567a3bdca216a --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/gold/stable_components.json @@ -0,0 +1,12 @@ +{ + "auth-service": "3.2.1", + "billing-gw": "2.0.4", + "cache-proxy": "1.8.0", + "db-connector": "4.1.0", + "email-worker": "2.5.2", + "frontend": "5.0.1", + "geo-lb": "1.3.3", + "metrics-aggregator": "3.1.1", + "payment-gw": "4.2.0", + "scheduler": "2.9.0" +} diff --git a/shellops/assets/ShellOps_b7c8b03e8c/init/notes.md b/shellops/assets/ShellOps_b7c8b03e8c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a62a7ded6ba5691bf87a647637c79d81a39e2805 --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/init/notes.md @@ -0,0 +1 @@ +Ignore deprecated components listed in this file. We only care about components present in both JSON files. diff --git a/shellops/assets/ShellOps_b7c8b03e8c/init/pending_components.json b/shellops/assets/ShellOps_b7c8b03e8c/init/pending_components.json new file mode 100644 index 0000000000000000000000000000000000000000..78294e0b919bd868bc89c3c0d8d1ba091ea77f17 --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/init/pending_components.json @@ -0,0 +1,12 @@ +{ + "auth-service": "3.2.2", + "billing-gw": "3.0.0", + "cache-proxy": "1.8.1", + "db-connector": "4.1.1", + "email-worker": "2.6.0", + "frontend": "6.0.0", + "geo-lb": "2.4.0", + "metrics-aggregator": "3.1.2", + "payment-gw": "4.2.1", + "scheduler": "3.0.0" +} diff --git a/shellops/assets/ShellOps_b7c8b03e8c/init/stable_components.json b/shellops/assets/ShellOps_b7c8b03e8c/init/stable_components.json new file mode 100644 index 0000000000000000000000000000000000000000..540fbf584233f26bd08e334e1ac567a3bdca216a --- /dev/null +++ b/shellops/assets/ShellOps_b7c8b03e8c/init/stable_components.json @@ -0,0 +1,12 @@ +{ + "auth-service": "3.2.1", + "billing-gw": "2.0.4", + "cache-proxy": "1.8.0", + "db-connector": "4.1.0", + "email-worker": "2.5.2", + "frontend": "5.0.1", + "geo-lb": "1.3.3", + "metrics-aggregator": "3.1.1", + "payment-gw": "4.2.0", + "scheduler": "2.9.0" +} diff --git a/shellops/assets/ShellOps_b81b0254dc/gold/notes/irrelevant.md b/shellops/assets/ShellOps_b81b0254dc/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..3ab90286daa26642115828c8eb6f267f791b8ed7 --- /dev/null +++ b/shellops/assets/ShellOps_b81b0254dc/gold/notes/irrelevant.md @@ -0,0 +1 @@ +This file is not used by the task and serves as a distractor. diff --git a/shellops/assets/ShellOps_b81b0254dc/gold/policy/suppressions.txt b/shellops/assets/ShellOps_b81b0254dc/gold/policy/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..69e4b90b4faa44a883fceab102eb29d26470b161 --- /dev/null +++ b/shellops/assets/ShellOps_b81b0254dc/gold/policy/suppressions.txt @@ -0,0 +1,2 @@ +/api/v1/admin/users +/api/v1/events diff --git a/shellops/assets/ShellOps_b81b0254dc/init/notes/irrelevant.md b/shellops/assets/ShellOps_b81b0254dc/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..3ab90286daa26642115828c8eb6f267f791b8ed7 --- /dev/null +++ b/shellops/assets/ShellOps_b81b0254dc/init/notes/irrelevant.md @@ -0,0 +1 @@ +This file is not used by the task and serves as a distractor. diff --git a/shellops/assets/ShellOps_b81b0254dc/init/policy/suppressions.txt b/shellops/assets/ShellOps_b81b0254dc/init/policy/suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..69e4b90b4faa44a883fceab102eb29d26470b161 --- /dev/null +++ b/shellops/assets/ShellOps_b81b0254dc/init/policy/suppressions.txt @@ -0,0 +1,2 @@ +/api/v1/admin/users +/api/v1/events diff --git a/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server1.crt b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server1.crt new file mode 100644 index 0000000000000000000000000000000000000000..f618be63fdc4606a3f418c427f8e85e2d88d36c9 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server1.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 2048 +valid_from: 20230101 +valid_to: 20240101 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server2.crt b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server2.crt new file mode 100644 index 0000000000000000000000000000000000000000..a96329d3051c094010ca53f13f552e013c70d014 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server2.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 4096 +valid_from: 20230201 +valid_to: 20240201 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server3.crt b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server3.crt new file mode 100644 index 0000000000000000000000000000000000000000..e05a105df3d8789163a23961038835a5f0c82662 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server3.crt @@ -0,0 +1,3 @@ +issuer: CN=Example CA +valid_from: 20230301 +valid_to: 20240301 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server4.crt b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server4.crt new file mode 100644 index 0000000000000000000000000000000000000000..b3ae2fa8e64f4d220d3fd0d26976e6e359db3625 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server4.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 2048 +valid_from: 20230401 +valid_to: 20240401 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server5.crt b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server5.crt new file mode 100644 index 0000000000000000000000000000000000000000..5d21ea9ab0969879a4bd5ae87e53a248e9b1a05f --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/gold/ssl/server5.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 1024 +valid_from: 20230501 +valid_to: 20240501 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/gold/ssl_key_lengths.out b/shellops/assets/ShellOps_b83001cfa4/gold/ssl_key_lengths.out new file mode 100644 index 0000000000000000000000000000000000000000..dcbbec3e7a96c807bdf066846a5d7ece25d535a4 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/gold/ssl_key_lengths.out @@ -0,0 +1,3 @@ +1024 +2048 +4096 diff --git a/shellops/assets/ShellOps_b83001cfa4/init/ssl/server1.crt b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server1.crt new file mode 100644 index 0000000000000000000000000000000000000000..f618be63fdc4606a3f418c427f8e85e2d88d36c9 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server1.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 2048 +valid_from: 20230101 +valid_to: 20240101 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/init/ssl/server2.crt b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server2.crt new file mode 100644 index 0000000000000000000000000000000000000000..a96329d3051c094010ca53f13f552e013c70d014 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server2.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 4096 +valid_from: 20230201 +valid_to: 20240201 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/init/ssl/server3.crt b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server3.crt new file mode 100644 index 0000000000000000000000000000000000000000..e05a105df3d8789163a23961038835a5f0c82662 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server3.crt @@ -0,0 +1,3 @@ +issuer: CN=Example CA +valid_from: 20230301 +valid_to: 20240301 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/init/ssl/server4.crt b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server4.crt new file mode 100644 index 0000000000000000000000000000000000000000..b3ae2fa8e64f4d220d3fd0d26976e6e359db3625 --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server4.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 2048 +valid_from: 20230401 +valid_to: 20240401 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b83001cfa4/init/ssl/server5.crt b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server5.crt new file mode 100644 index 0000000000000000000000000000000000000000..5d21ea9ab0969879a4bd5ae87e53a248e9b1a05f --- /dev/null +++ b/shellops/assets/ShellOps_b83001cfa4/init/ssl/server5.crt @@ -0,0 +1,4 @@ +issuer: CN=Example CA +key_length: 1024 +valid_from: 20230501 +valid_to: 20240501 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b85e9c42f9/gold/runs/failures.log b/shellops/assets/ShellOps_b85e9c42f9/gold/runs/failures.log new file mode 100644 index 0000000000000000000000000000000000000000..84e93ddb213883ea03b2ef039f0d43538a735c93 --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/gold/runs/failures.log @@ -0,0 +1,3 @@ +# Failed runs log +run_A +run_E diff --git a/shellops/assets/ShellOps_b85e9c42f9/gold/runs/notes.txt b/shellops/assets/ShellOps_b85e9c42f9/gold/runs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d51263c5a2807cd2e4dd4a38897efcc820bf6a92 --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/gold/runs/notes.txt @@ -0,0 +1 @@ +Additional runs to review later: run_F, run_G diff --git a/shellops/assets/ShellOps_b85e9c42f9/gold/samples.tsv b/shellops/assets/ShellOps_b85e9c42f9/gold/samples.tsv new file mode 100644 index 0000000000000000000000000000000000000000..53ed375f37110e30588a0c135b24c4a14b8f705f --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/gold/samples.tsv @@ -0,0 +1,7 @@ +sample_id run_id condition +S101 run_A control +S102 run_B treated +S103 run_C control +S104 run_A treated +S105 run_D control +S106 run_E treated \ No newline at end of file diff --git a/shellops/assets/ShellOps_b85e9c42f9/gold/samples_clean.tsv b/shellops/assets/ShellOps_b85e9c42f9/gold/samples_clean.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4c8ba4ce05d4fe34f42a8481dda707cca93ce52 --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/gold/samples_clean.tsv @@ -0,0 +1,4 @@ +sample_id run_id condition +S102 run_B treated +S103 run_C control +S105 run_D control diff --git a/shellops/assets/ShellOps_b85e9c42f9/init/runs/failures.log b/shellops/assets/ShellOps_b85e9c42f9/init/runs/failures.log new file mode 100644 index 0000000000000000000000000000000000000000..84e93ddb213883ea03b2ef039f0d43538a735c93 --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/init/runs/failures.log @@ -0,0 +1,3 @@ +# Failed runs log +run_A +run_E diff --git a/shellops/assets/ShellOps_b85e9c42f9/init/runs/notes.txt b/shellops/assets/ShellOps_b85e9c42f9/init/runs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d51263c5a2807cd2e4dd4a38897efcc820bf6a92 --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/init/runs/notes.txt @@ -0,0 +1 @@ +Additional runs to review later: run_F, run_G diff --git a/shellops/assets/ShellOps_b85e9c42f9/init/samples.tsv b/shellops/assets/ShellOps_b85e9c42f9/init/samples.tsv new file mode 100644 index 0000000000000000000000000000000000000000..53ed375f37110e30588a0c135b24c4a14b8f705f --- /dev/null +++ b/shellops/assets/ShellOps_b85e9c42f9/init/samples.tsv @@ -0,0 +1,7 @@ +sample_id run_id condition +S101 run_A control +S102 run_B treated +S103 run_C control +S104 run_A treated +S105 run_D control +S106 run_E treated \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_a.xml b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..fb8708a5e58c7a8ec7f0a80d83f5242682c0eea3 --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_a.xml @@ -0,0 +1,4 @@ + + 30 + 3 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_b.xml b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..8cb52684a813a6f08cc92e8a3685c1f79b32daeb --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_b.xml @@ -0,0 +1,4 @@ + + 45 + 5 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_c.xml b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_c.xml new file mode 100644 index 0000000000000000000000000000000000000000..c52685227878070f0e2acf3e395857ef615f3fdc --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_c.xml @@ -0,0 +1,4 @@ + + 30 + 2 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_d.xml b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_d.xml new file mode 100644 index 0000000000000000000000000000000000000000..305d5e2cd48a2ba40d837a8154a5fd7cc518c81b --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/gold/conf/service_d.xml @@ -0,0 +1,4 @@ + + 60 + 4 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_a.xml b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..fb8708a5e58c7a8ec7f0a80d83f5242682c0eea3 --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_a.xml @@ -0,0 +1,4 @@ + + 30 + 3 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_b.xml b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..8cb52684a813a6f08cc92e8a3685c1f79b32daeb --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_b.xml @@ -0,0 +1,4 @@ + + 45 + 5 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_c.xml b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_c.xml new file mode 100644 index 0000000000000000000000000000000000000000..c52685227878070f0e2acf3e395857ef615f3fdc --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_c.xml @@ -0,0 +1,4 @@ + + 30 + 2 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_d.xml b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_d.xml new file mode 100644 index 0000000000000000000000000000000000000000..305d5e2cd48a2ba40d837a8154a5fd7cc518c81b --- /dev/null +++ b/shellops/assets/ShellOps_b8adf3d16f/init/conf/service_d.xml @@ -0,0 +1,4 @@ + + 60 + 4 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b9243cedd3/gold/spectra/.keep b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b9243cedd3/gold/spectra/junk.log b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/junk.log new file mode 100644 index 0000000000000000000000000000000000000000..eb58e038429a5269878bd57afbe6f45e7fe4f81e --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/junk.log @@ -0,0 +1 @@ +Log entry with no wavelength data diff --git a/shellops/assets/ShellOps_b9243cedd3/gold/spectra/old/sample_C.out b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/old/sample_C.out new file mode 100644 index 0000000000000000000000000000000000000000..808d974d53a366aac3bc7e97aa5e6635fdddc980 --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/old/sample_C.out @@ -0,0 +1,4 @@ +Sample: C +WavelengthRange 420.0 720.0 +IntensityMax 567 +Notes: Archived diff --git a/shellops/assets/ShellOps_b9243cedd3/gold/spectra/sample_A.out b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/sample_A.out new file mode 100644 index 0000000000000000000000000000000000000000..b8ed8496ce1b5c26a3b17105c6f8b33998b933b3 --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/sample_A.out @@ -0,0 +1,4 @@ +Sample: A +WavelengthRange 400.5 700.2 +IntensityMax 1234 +Notes: Normalized diff --git a/shellops/assets/ShellOps_b9243cedd3/gold/spectra/sample_B.out b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/sample_B.out new file mode 100644 index 0000000000000000000000000000000000000000..fc9013b25baa717e8a6c15ee29cd4ffa584d2787 --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/gold/spectra/sample_B.out @@ -0,0 +1,4 @@ +Sample: B +IntensityMax 987 +WavelengthRange 380.1 650.9 +Notes: Ambient diff --git a/shellops/assets/ShellOps_b9243cedd3/gold/wavelength_index.csv b/shellops/assets/ShellOps_b9243cedd3/gold/wavelength_index.csv new file mode 100644 index 0000000000000000000000000000000000000000..b64f028849ba335c1fee045cb97dfb7271717ced --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/gold/wavelength_index.csv @@ -0,0 +1,4 @@ +filename,start_nm,end_nm +spectra/sample_B.out,380.1,650.9 +spectra/sample_A.out,400.5,700.2 +spectra/old/sample_C.out,420.0,720.0 diff --git a/shellops/assets/ShellOps_b9243cedd3/init/spectra/.keep b/shellops/assets/ShellOps_b9243cedd3/init/spectra/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_b9243cedd3/init/spectra/junk.log b/shellops/assets/ShellOps_b9243cedd3/init/spectra/junk.log new file mode 100644 index 0000000000000000000000000000000000000000..eb58e038429a5269878bd57afbe6f45e7fe4f81e --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/init/spectra/junk.log @@ -0,0 +1 @@ +Log entry with no wavelength data diff --git a/shellops/assets/ShellOps_b9243cedd3/init/spectra/old/sample_C.out b/shellops/assets/ShellOps_b9243cedd3/init/spectra/old/sample_C.out new file mode 100644 index 0000000000000000000000000000000000000000..808d974d53a366aac3bc7e97aa5e6635fdddc980 --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/init/spectra/old/sample_C.out @@ -0,0 +1,4 @@ +Sample: C +WavelengthRange 420.0 720.0 +IntensityMax 567 +Notes: Archived diff --git a/shellops/assets/ShellOps_b9243cedd3/init/spectra/sample_A.out b/shellops/assets/ShellOps_b9243cedd3/init/spectra/sample_A.out new file mode 100644 index 0000000000000000000000000000000000000000..b8ed8496ce1b5c26a3b17105c6f8b33998b933b3 --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/init/spectra/sample_A.out @@ -0,0 +1,4 @@ +Sample: A +WavelengthRange 400.5 700.2 +IntensityMax 1234 +Notes: Normalized diff --git a/shellops/assets/ShellOps_b9243cedd3/init/spectra/sample_B.out b/shellops/assets/ShellOps_b9243cedd3/init/spectra/sample_B.out new file mode 100644 index 0000000000000000000000000000000000000000..fc9013b25baa717e8a6c15ee29cd4ffa584d2787 --- /dev/null +++ b/shellops/assets/ShellOps_b9243cedd3/init/spectra/sample_B.out @@ -0,0 +1,4 @@ +Sample: B +IntensityMax 987 +WavelengthRange 380.1 650.9 +Notes: Ambient diff --git a/shellops/assets/ShellOps_b9531ebeb1/gold/allowed_actions.txt b/shellops/assets/ShellOps_b9531ebeb1/gold/allowed_actions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6608ba76fe3e4573ca69b87cddf32ad3bbab2fdd --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/gold/allowed_actions.txt @@ -0,0 +1,2 @@ +read +write diff --git a/shellops/assets/ShellOps_b9531ebeb1/gold/notes/other.json b/shellops/assets/ShellOps_b9531ebeb1/gold/notes/other.json new file mode 100644 index 0000000000000000000000000000000000000000..6be1e1ce19229ebc3d5c13ca98293644cd05b8cd --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/gold/notes/other.json @@ -0,0 +1,5 @@ +{ + "allow": [ + { "action": "admin", "resource": "data/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/gold/rules/legacy.json b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..2612cf6c48887819873e8226b000eb2244996630 --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/legacy.json @@ -0,0 +1,6 @@ +{ + "name": "legacy", + "allow": [ + { "action": "read", "resource": "public/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_a.json b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_a.json new file mode 100644 index 0000000000000000000000000000000000000000..6f98cc61405c8558fcda0b8ec8ad6c41d5e3181f --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_a.json @@ -0,0 +1,7 @@ +{ + "name": "policy_a", + "allow": [ + { "action": "read", "resource": "data/*" }, + { "action": "write", "resource": "logs/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_b.json b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d470e3d5a0523fb899f36107ca3f227249c3af3a --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_b.json @@ -0,0 +1,8 @@ +{ + "name": "policy_b", + "allow": [ + { "action": "write", "resource": "data/*" }, + { "action": "read", "resource": "data/*" }, + { "action": "delete", "resource": "cache/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_c.json b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_c.json new file mode 100644 index 0000000000000000000000000000000000000000..4ec77b2ac24edf72f3fac930c7cdfb08dcae3b51 --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/gold/rules/policy_c.json @@ -0,0 +1,6 @@ +{ + "name": "policy_c", + "deny": [ + { "action": "write", "resource": "data/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/init/notes/other.json b/shellops/assets/ShellOps_b9531ebeb1/init/notes/other.json new file mode 100644 index 0000000000000000000000000000000000000000..6be1e1ce19229ebc3d5c13ca98293644cd05b8cd --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/init/notes/other.json @@ -0,0 +1,5 @@ +{ + "allow": [ + { "action": "admin", "resource": "data/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/init/rules/legacy.json b/shellops/assets/ShellOps_b9531ebeb1/init/rules/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..2612cf6c48887819873e8226b000eb2244996630 --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/init/rules/legacy.json @@ -0,0 +1,6 @@ +{ + "name": "legacy", + "allow": [ + { "action": "read", "resource": "public/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_a.json b/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_a.json new file mode 100644 index 0000000000000000000000000000000000000000..6f98cc61405c8558fcda0b8ec8ad6c41d5e3181f --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_a.json @@ -0,0 +1,7 @@ +{ + "name": "policy_a", + "allow": [ + { "action": "read", "resource": "data/*" }, + { "action": "write", "resource": "logs/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_b.json b/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d470e3d5a0523fb899f36107ca3f227249c3af3a --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_b.json @@ -0,0 +1,8 @@ +{ + "name": "policy_b", + "allow": [ + { "action": "write", "resource": "data/*" }, + { "action": "read", "resource": "data/*" }, + { "action": "delete", "resource": "cache/*" } + ] +} diff --git a/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_c.json b/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_c.json new file mode 100644 index 0000000000000000000000000000000000000000..4ec77b2ac24edf72f3fac930c7cdfb08dcae3b51 --- /dev/null +++ b/shellops/assets/ShellOps_b9531ebeb1/init/rules/policy_c.json @@ -0,0 +1,6 @@ +{ + "name": "policy_c", + "deny": [ + { "action": "write", "resource": "data/*" } + ] +} diff --git a/shellops/assets/ShellOps_b97e53c657/gold/active_users.txt b/shellops/assets/ShellOps_b97e53c657/gold/active_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..2999a8fe967ffd1ca4a3e188b339d588e7a7449c --- /dev/null +++ b/shellops/assets/ShellOps_b97e53c657/gold/active_users.txt @@ -0,0 +1,8 @@ +alice (active) +bob (suspended) +charlie (active) +diana (inactive) +eve (suspended) +frank (active) +grace (suspended) +harry (suspended) diff --git a/shellops/assets/ShellOps_b97e53c657/gold/authorized_summary.txt b/shellops/assets/ShellOps_b97e53c657/gold/authorized_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..35a6c0017649164a5eea0da79b6ee0416f957b60 --- /dev/null +++ b/shellops/assets/ShellOps_b97e53c657/gold/authorized_summary.txt @@ -0,0 +1,3 @@ +alice +diana +frank diff --git a/shellops/assets/ShellOps_b97e53c657/gold/permissions.xml b/shellops/assets/ShellOps_b97e53c657/gold/permissions.xml new file mode 100644 index 0000000000000000000000000000000000000000..ed420c08a94cadc95497ac21aa396e1609d87989 --- /dev/null +++ b/shellops/assets/ShellOps_b97e53c657/gold/permissions.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_b97e53c657/init/active_users.txt b/shellops/assets/ShellOps_b97e53c657/init/active_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..2999a8fe967ffd1ca4a3e188b339d588e7a7449c --- /dev/null +++ b/shellops/assets/ShellOps_b97e53c657/init/active_users.txt @@ -0,0 +1,8 @@ +alice (active) +bob (suspended) +charlie (active) +diana (inactive) +eve (suspended) +frank (active) +grace (suspended) +harry (suspended) diff --git a/shellops/assets/ShellOps_b97e53c657/init/permissions.xml b/shellops/assets/ShellOps_b97e53c657/init/permissions.xml new file mode 100644 index 0000000000000000000000000000000000000000..ed420c08a94cadc95497ac21aa396e1609d87989 --- /dev/null +++ b/shellops/assets/ShellOps_b97e53c657/init/permissions.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_b9881bc6fe/gold/distractor/old_manifest.xml b/shellops/assets/ShellOps_b9881bc6fe/gold/distractor/old_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..aba37a9c702ad193c55a0dcd0352e3669bf549ce --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/gold/distractor/old_manifest.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_b9881bc6fe/gold/nodes/approved_nodes.txt b/shellops/assets/ShellOps_b9881bc6fe/gold/nodes/approved_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..78a2f137e7a03262adf0671302fbaa38ca1c8c15 --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/gold/nodes/approved_nodes.txt @@ -0,0 +1,10 @@ +# Production nodes (approved set) +node-1024 +node-1025 +node-1026 +node-1027 +node-1028 +node-1029 +node-1030 +# Legacy node (retired) +# node-0900 diff --git a/shellops/assets/ShellOps_b9881bc6fe/gold/reports/missing_nodes.txt b/shellops/assets/ShellOps_b9881bc6fe/gold/reports/missing_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..76529786ca7fb47e9aa49cec4030100fc3549057 --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/gold/reports/missing_nodes.txt @@ -0,0 +1,3 @@ +node-1025 +node-1028 +node-1030 diff --git a/shellops/assets/ShellOps_b9881bc6fe/gold/runtime/nodes.xml b/shellops/assets/ShellOps_b9881bc6fe/gold/runtime/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..be3e80eff2891fdc9308b7a569fac675f28e1d37 --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/gold/runtime/nodes.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_b9881bc6fe/init/distractor/old_manifest.xml b/shellops/assets/ShellOps_b9881bc6fe/init/distractor/old_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..aba37a9c702ad193c55a0dcd0352e3669bf549ce --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/init/distractor/old_manifest.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/shellops/assets/ShellOps_b9881bc6fe/init/nodes/approved_nodes.txt b/shellops/assets/ShellOps_b9881bc6fe/init/nodes/approved_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..78a2f137e7a03262adf0671302fbaa38ca1c8c15 --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/init/nodes/approved_nodes.txt @@ -0,0 +1,10 @@ +# Production nodes (approved set) +node-1024 +node-1025 +node-1026 +node-1027 +node-1028 +node-1029 +node-1030 +# Legacy node (retired) +# node-0900 diff --git a/shellops/assets/ShellOps_b9881bc6fe/init/runtime/nodes.xml b/shellops/assets/ShellOps_b9881bc6fe/init/runtime/nodes.xml new file mode 100644 index 0000000000000000000000000000000000000000..be3e80eff2891fdc9308b7a569fac675f28e1d37 --- /dev/null +++ b/shellops/assets/ShellOps_b9881bc6fe/init/runtime/nodes.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_b998e78f94/gold/approved_versions.txt b/shellops/assets/ShellOps_b998e78f94/gold/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..447904f5139f3ece60a88acf8a7728c7a6c86c10 --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/gold/approved_versions.txt @@ -0,0 +1,3 @@ +v2.1.8 +v1.0.4 +v3.5.2 diff --git a/shellops/assets/ShellOps_b998e78f94/gold/build_manifest.xml b/shellops/assets/ShellOps_b998e78f94/gold/build_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..725f71348fadd19fe348fdfcdd4133bbaf236271 --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/gold/build_manifest.xml @@ -0,0 +1,12 @@ + + + v2.1.8 + + + v1.0.4 + + + v3.5.2 + v3.5.0 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b998e78f94/gold/distractor/notes.md b/shellops/assets/ShellOps_b998e78f94/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c180abff9c4ecbff6e838146b8169b3f6bc3fafe --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/gold/distractor/notes.md @@ -0,0 +1,2 @@ +Legacy versions not supported: +- v3.4.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b998e78f94/gold/missing_versions.lst b/shellops/assets/ShellOps_b998e78f94/gold/missing_versions.lst new file mode 100644 index 0000000000000000000000000000000000000000..c0c4025dbf0f47bc4af7c4251e4a536469bfd111 --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/gold/missing_versions.lst @@ -0,0 +1 @@ +v3.5.0 diff --git a/shellops/assets/ShellOps_b998e78f94/init/approved_versions.txt b/shellops/assets/ShellOps_b998e78f94/init/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..447904f5139f3ece60a88acf8a7728c7a6c86c10 --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/init/approved_versions.txt @@ -0,0 +1,3 @@ +v2.1.8 +v1.0.4 +v3.5.2 diff --git a/shellops/assets/ShellOps_b998e78f94/init/build_manifest.xml b/shellops/assets/ShellOps_b998e78f94/init/build_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..725f71348fadd19fe348fdfcdd4133bbaf236271 --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/init/build_manifest.xml @@ -0,0 +1,12 @@ + + + v2.1.8 + + + v1.0.4 + + + v3.5.2 + v3.5.0 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_b998e78f94/init/distractor/notes.md b/shellops/assets/ShellOps_b998e78f94/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c180abff9c4ecbff6e838146b8169b3f6bc3fafe --- /dev/null +++ b/shellops/assets/ShellOps_b998e78f94/init/distractor/notes.md @@ -0,0 +1,2 @@ +Legacy versions not supported: +- v3.4.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b99ef685fb/gold/deployments/old_status_backup.ndjson b/shellops/assets/ShellOps_b99ef685fb/gold/deployments/old_status_backup.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e8caf022c4a35f261192875d1a6bfa32293a7565 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/gold/deployments/old_status_backup.ndjson @@ -0,0 +1,2 @@ +{"server": "web-frontend-01", "cipher": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "timestamp": "2024-06-01T11:11:11Z"} +{"server": "api-gateway-02", "cipher": "TLS_RSA_WITH_AES_256_CBC_SHA", "timestamp": "2024-06-01T11:12:22Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b99ef685fb/gold/deployments/tls_status.ndjson b/shellops/assets/ShellOps_b99ef685fb/gold/deployments/tls_status.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..309c256a00fbaaeb736a9ae0680d8d2161337bf9 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/gold/deployments/tls_status.ndjson @@ -0,0 +1,7 @@ +{"server": "web-frontend-01", "cipher": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "timestamp": "2024-07-15T14:32:01Z"} +{"server": "api-gateway-02", "cipher": "TLS_AES_128_GCM_SHA256", "timestamp": "2024-07-15T14:33:22Z"} +{"server": "db-proxy-03", "cipher": "TLS_RSA_WITH_AES_128_CBC_SHA", "timestamp": "2024-07-15T14:34:45Z"} +{"server": "cache-node-04", "cipher": "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "timestamp": "2024-07-15T14:35:12Z"} +{"server": "monitoring-05", "cipher": "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", "timestamp": "2024-07-15T14:36:33Z"} +{"server": "auth-service-06", "cipher": null, "timestamp": "2024-07-15T14:37:44Z"} +{"server": "legacy-app-07", "cipher": "TLS_DHE_RSA_WITH_AES_256_CBC_SHA", "timestamp": "2024-07-15T14:38:55Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b99ef685fb/gold/reference/approved_ciphers.csv b/shellops/assets/ShellOps_b99ef685fb/gold/reference/approved_ciphers.csv new file mode 100644 index 0000000000000000000000000000000000000000..607603142c103133d00eaa96f89ad31974903cd2 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/gold/reference/approved_ciphers.csv @@ -0,0 +1,6 @@ +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 +TLS_AES_128_GCM_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 +TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 \ No newline at end of file diff --git a/shellops/assets/ShellOps_b99ef685fb/gold/results/cipher_mismatch_report.txt b/shellops/assets/ShellOps_b99ef685fb/gold/results/cipher_mismatch_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..320cc4c6f1d729b512344331a760ed5f20109a85 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/gold/results/cipher_mismatch_report.txt @@ -0,0 +1,2 @@ +db-proxy-03:TLS_RSA_WITH_AES_128_CBC_SHA +legacy-app-07:TLS_DHE_RSA_WITH_AES_256_CBC_SHA diff --git a/shellops/assets/ShellOps_b99ef685fb/init/deployments/old_status_backup.ndjson b/shellops/assets/ShellOps_b99ef685fb/init/deployments/old_status_backup.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e8caf022c4a35f261192875d1a6bfa32293a7565 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/init/deployments/old_status_backup.ndjson @@ -0,0 +1,2 @@ +{"server": "web-frontend-01", "cipher": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "timestamp": "2024-06-01T11:11:11Z"} +{"server": "api-gateway-02", "cipher": "TLS_RSA_WITH_AES_256_CBC_SHA", "timestamp": "2024-06-01T11:12:22Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b99ef685fb/init/deployments/tls_status.ndjson b/shellops/assets/ShellOps_b99ef685fb/init/deployments/tls_status.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..309c256a00fbaaeb736a9ae0680d8d2161337bf9 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/init/deployments/tls_status.ndjson @@ -0,0 +1,7 @@ +{"server": "web-frontend-01", "cipher": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "timestamp": "2024-07-15T14:32:01Z"} +{"server": "api-gateway-02", "cipher": "TLS_AES_128_GCM_SHA256", "timestamp": "2024-07-15T14:33:22Z"} +{"server": "db-proxy-03", "cipher": "TLS_RSA_WITH_AES_128_CBC_SHA", "timestamp": "2024-07-15T14:34:45Z"} +{"server": "cache-node-04", "cipher": "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "timestamp": "2024-07-15T14:35:12Z"} +{"server": "monitoring-05", "cipher": "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", "timestamp": "2024-07-15T14:36:33Z"} +{"server": "auth-service-06", "cipher": null, "timestamp": "2024-07-15T14:37:44Z"} +{"server": "legacy-app-07", "cipher": "TLS_DHE_RSA_WITH_AES_256_CBC_SHA", "timestamp": "2024-07-15T14:38:55Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_b99ef685fb/init/reference/approved_ciphers.csv b/shellops/assets/ShellOps_b99ef685fb/init/reference/approved_ciphers.csv new file mode 100644 index 0000000000000000000000000000000000000000..607603142c103133d00eaa96f89ad31974903cd2 --- /dev/null +++ b/shellops/assets/ShellOps_b99ef685fb/init/reference/approved_ciphers.csv @@ -0,0 +1,6 @@ +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 +TLS_AES_128_GCM_SHA256 +TLS_AES_256_GCM_SHA384 +TLS_CHACHA20_POLY1305_SHA256 +TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/.keep b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_alpha.conf b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..abcdfcbb3f1190c384ac950527f5f4b6f3559b05 --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_alpha.conf @@ -0,0 +1,5 @@ +server { + listen 80; + timeout 5000; + client_max_body_size 10m; +} diff --git a/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_beta.conf b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..0bc834fa9168dc149b586fbb6a91a4730d47476a --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_beta.conf @@ -0,0 +1,5 @@ +server { + listen 443; + timeout 3000; + ssl_certificate /etc/ssl/certs/server.crt; +} diff --git a/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_gamma.conf b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..428377095d79a18b95602639b604f3f1778d9a85 --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/gold/conf/gateway/gateway_gamma.conf @@ -0,0 +1,5 @@ +server { + listen 8080; + timeout 5000; + proxy_pass http://backend; +} diff --git a/shellops/assets/ShellOps_ba0596cc76/gold/timeout_summary.out b/shellops/assets/ShellOps_ba0596cc76/gold/timeout_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..af1295f04a69d8a0fe8dc1003de4d977f97c99be --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/gold/timeout_summary.out @@ -0,0 +1,2 @@ +3000 +5000 diff --git a/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/.keep b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_alpha.conf b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..abcdfcbb3f1190c384ac950527f5f4b6f3559b05 --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_alpha.conf @@ -0,0 +1,5 @@ +server { + listen 80; + timeout 5000; + client_max_body_size 10m; +} diff --git a/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_beta.conf b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..0bc834fa9168dc149b586fbb6a91a4730d47476a --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_beta.conf @@ -0,0 +1,5 @@ +server { + listen 443; + timeout 3000; + ssl_certificate /etc/ssl/certs/server.crt; +} diff --git a/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_gamma.conf b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..428377095d79a18b95602639b604f3f1778d9a85 --- /dev/null +++ b/shellops/assets/ShellOps_ba0596cc76/init/conf/gateway/gateway_gamma.conf @@ -0,0 +1,5 @@ +server { + listen 8080; + timeout 5000; + proxy_pass http://backend; +} diff --git a/shellops/assets/ShellOps_ba8603c1be/gold/approved_tls_versions.txt b/shellops/assets/ShellOps_ba8603c1be/gold/approved_tls_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d592ee34649118423fb0eed197d7fc7296ca6b4 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/gold/approved_tls_versions.txt @@ -0,0 +1,3 @@ +TLSv1.1 +TLSv1.2 +TLSv1.3 diff --git a/shellops/assets/ShellOps_ba8603c1be/gold/baseline.json b/shellops/assets/ShellOps_ba8603c1be/gold/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..039b9d5b47c20fa76ec3ae84c2762ca67852b1f8 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/gold/baseline.json @@ -0,0 +1,5 @@ +{ + "tls_versions": ["TLSv1.2", "TLSv1.3", "TLSv1.1", "TLSv1.0", "SSLv3"], + "cipher_suites": ["ECDHE-RSA-AES256-GCM-SHA384", "AES256-SHA256"], + "enforce_secure_renegotiation": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ba8603c1be/gold/compliance_notes.md b/shellops/assets/ShellOps_ba8603c1be/gold/compliance_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c2962283c6bd32915791f999d0b55b11abd7c884 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/gold/compliance_notes.md @@ -0,0 +1,14 @@ +# Compliance Review + +## Approved TLS versions +- TLSv1.3 +- TLSv1.2 +- TLSv1.1 (deprecated, only for legacy compatibility) + +## Pending Items +- Disable SSLv3. +- Remove TLSv1.0 from all configurations. + +## Additional References +- RFC 8446 +- RFC 5246 diff --git a/shellops/assets/ShellOps_ba8603c1be/gold/distractor.log b/shellops/assets/ShellOps_ba8603c1be/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..703265c22744098c5b2b98bdaef5836411eef7b0 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/gold/distractor.log @@ -0,0 +1,3 @@ +2024-01-15 10:34:22 ERROR: TLS handshake failed (unsupported protocol TLSv1.0) +2024-01-15 10:35:11 INFO: Upgraded to TLSv1.3 +2024-01-15 10:36:45 DEBUG: Cipher suite ECDHE-RSA-AES256-GCM-SHA384 selected diff --git a/shellops/assets/ShellOps_ba8603c1be/init/baseline.json b/shellops/assets/ShellOps_ba8603c1be/init/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..039b9d5b47c20fa76ec3ae84c2762ca67852b1f8 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/init/baseline.json @@ -0,0 +1,5 @@ +{ + "tls_versions": ["TLSv1.2", "TLSv1.3", "TLSv1.1", "TLSv1.0", "SSLv3"], + "cipher_suites": ["ECDHE-RSA-AES256-GCM-SHA384", "AES256-SHA256"], + "enforce_secure_renegotiation": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ba8603c1be/init/compliance_notes.md b/shellops/assets/ShellOps_ba8603c1be/init/compliance_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..c2962283c6bd32915791f999d0b55b11abd7c884 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/init/compliance_notes.md @@ -0,0 +1,14 @@ +# Compliance Review + +## Approved TLS versions +- TLSv1.3 +- TLSv1.2 +- TLSv1.1 (deprecated, only for legacy compatibility) + +## Pending Items +- Disable SSLv3. +- Remove TLSv1.0 from all configurations. + +## Additional References +- RFC 8446 +- RFC 5246 diff --git a/shellops/assets/ShellOps_ba8603c1be/init/distractor.log b/shellops/assets/ShellOps_ba8603c1be/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..703265c22744098c5b2b98bdaef5836411eef7b0 --- /dev/null +++ b/shellops/assets/ShellOps_ba8603c1be/init/distractor.log @@ -0,0 +1,3 @@ +2024-01-15 10:34:22 ERROR: TLS handshake failed (unsupported protocol TLSv1.0) +2024-01-15 10:35:11 INFO: Upgraded to TLSv1.3 +2024-01-15 10:36:45 DEBUG: Cipher suite ECDHE-RSA-AES256-GCM-SHA384 selected diff --git a/shellops/assets/ShellOps_ba98ecb86b/gold/catalog.csv b/shellops/assets/ShellOps_ba98ecb86b/gold/catalog.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc58120a4315a65c3dbd1e6836852a0eedc1c6bb --- /dev/null +++ b/shellops/assets/ShellOps_ba98ecb86b/gold/catalog.csv @@ -0,0 +1,7 @@ +id,name,price +101,Widget A,12.50 +102,Widget B,15.75 +103,Gadget C,22.00 +104,Tool D,8.99 +105,Part E,3.45 +106,Part F,4.10 diff --git a/shellops/assets/ShellOps_ba98ecb86b/gold/manifest.csv b/shellops/assets/ShellOps_ba98ecb86b/gold/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..d52a011f413a51fc0c2a74edc6a4f2d2e76677aa --- /dev/null +++ b/shellops/assets/ShellOps_ba98ecb86b/gold/manifest.csv @@ -0,0 +1,6 @@ +order_id,catalog_id,qty,notes +ORD-001,101,10,urgent +ORD-002,103,5,standard +ORD-003,107,2,new item? +ORD-004,102,8,standard +ORD-005,109,1,backorder diff --git a/shellops/assets/ShellOps_ba98ecb86b/gold/reports/mismatch_summary.txt b/shellops/assets/ShellOps_ba98ecb86b/gold/reports/mismatch_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..5669531d632e21ae00dca3dfc5e86955d7b6261c --- /dev/null +++ b/shellops/assets/ShellOps_ba98ecb86b/gold/reports/mismatch_summary.txt @@ -0,0 +1,8 @@ +Missing from manifest +104 +105 +106 + +Extra in manifest +107 +109 diff --git a/shellops/assets/ShellOps_ba98ecb86b/init/catalog.csv b/shellops/assets/ShellOps_ba98ecb86b/init/catalog.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc58120a4315a65c3dbd1e6836852a0eedc1c6bb --- /dev/null +++ b/shellops/assets/ShellOps_ba98ecb86b/init/catalog.csv @@ -0,0 +1,7 @@ +id,name,price +101,Widget A,12.50 +102,Widget B,15.75 +103,Gadget C,22.00 +104,Tool D,8.99 +105,Part E,3.45 +106,Part F,4.10 diff --git a/shellops/assets/ShellOps_ba98ecb86b/init/manifest.csv b/shellops/assets/ShellOps_ba98ecb86b/init/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..d52a011f413a51fc0c2a74edc6a4f2d2e76677aa --- /dev/null +++ b/shellops/assets/ShellOps_ba98ecb86b/init/manifest.csv @@ -0,0 +1,6 @@ +order_id,catalog_id,qty,notes +ORD-001,101,10,urgent +ORD-002,103,5,standard +ORD-003,107,2,new item? +ORD-004,102,8,standard +ORD-005,109,1,backorder diff --git a/shellops/assets/ShellOps_babae1d5d4/gold/allowed_models.txt b/shellops/assets/ShellOps_babae1d5d4/gold/allowed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..684ad5f24e16eef16f645b5756ff103f2f860466 --- /dev/null +++ b/shellops/assets/ShellOps_babae1d5d4/gold/allowed_models.txt @@ -0,0 +1,4 @@ +XZ-200 +QT-450 +GH-700 +LK-1200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_babae1d5d4/gold/inventory.xml b/shellops/assets/ShellOps_babae1d5d4/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..b5b7d30a6913bc9bb53af67761282721ccf42fd8 --- /dev/null +++ b/shellops/assets/ShellOps_babae1d5d4/gold/inventory.xml @@ -0,0 +1,7 @@ + + 101QT-450 + 102XZ-200 + 103AG-800 + 104GH-700 + 105QT-450 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_babae1d5d4/gold/missing_models_report.txt b/shellops/assets/ShellOps_babae1d5d4/gold/missing_models_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e652f72704be7b59bb306cee73dde20a4065ad --- /dev/null +++ b/shellops/assets/ShellOps_babae1d5d4/gold/missing_models_report.txt @@ -0,0 +1 @@ +AG-800 diff --git a/shellops/assets/ShellOps_babae1d5d4/init/allowed_models.txt b/shellops/assets/ShellOps_babae1d5d4/init/allowed_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..684ad5f24e16eef16f645b5756ff103f2f860466 --- /dev/null +++ b/shellops/assets/ShellOps_babae1d5d4/init/allowed_models.txt @@ -0,0 +1,4 @@ +XZ-200 +QT-450 +GH-700 +LK-1200 \ No newline at end of file diff --git a/shellops/assets/ShellOps_babae1d5d4/init/inventory.xml b/shellops/assets/ShellOps_babae1d5d4/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..b5b7d30a6913bc9bb53af67761282721ccf42fd8 --- /dev/null +++ b/shellops/assets/ShellOps_babae1d5d4/init/inventory.xml @@ -0,0 +1,7 @@ + + 101QT-450 + 102XZ-200 + 103AG-800 + 104GH-700 + 105QT-450 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_baf560e097/gold/auth/backup/.keep b/shellops/assets/ShellOps_baf560e097/gold/auth/backup/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_baf560e097/gold/auth/backup/legacy.ini b/shellops/assets/ShellOps_baf560e097/gold/auth/backup/legacy.ini new file mode 100644 index 0000000000000000000000000000000000000000..87fa7772acea54fdbe074b795fb40ca143ba030b --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/gold/auth/backup/legacy.ini @@ -0,0 +1,5 @@ +[roles] +admin=true +role=guest +role=viewer +role=analyst \ No newline at end of file diff --git a/shellops/assets/ShellOps_baf560e097/gold/auth/override.cnf b/shellops/assets/ShellOps_baf560e097/gold/auth/override.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3b929d2ac789dbeed81c4447fba76e58fc32fa60 --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/gold/auth/override.cnf @@ -0,0 +1,6 @@ +[access] +role=superuser +role=editor +role=developer +# legacy roles +role=observer \ No newline at end of file diff --git a/shellops/assets/ShellOps_baf560e097/gold/auth/roles.conf b/shellops/assets/ShellOps_baf560e097/gold/auth/roles.conf new file mode 100644 index 0000000000000000000000000000000000000000..7d23ef7653073935407d54a5c6093e0eac4401b8 --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/gold/auth/roles.conf @@ -0,0 +1,5 @@ +role=admin +role=editor +role=viewer +# comment line +role=auditor \ No newline at end of file diff --git a/shellops/assets/ShellOps_baf560e097/gold/new_roles.cfg b/shellops/assets/ShellOps_baf560e097/gold/new_roles.cfg new file mode 100644 index 0000000000000000000000000000000000000000..da3d62b40a7392e6de48d2c07361b7697ae02744 --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/gold/new_roles.cfg @@ -0,0 +1,9 @@ +admin +analyst +auditor +developer +editor +guest +observer +superuser +viewer diff --git a/shellops/assets/ShellOps_baf560e097/init/auth/backup/.keep b/shellops/assets/ShellOps_baf560e097/init/auth/backup/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_baf560e097/init/auth/backup/legacy.ini b/shellops/assets/ShellOps_baf560e097/init/auth/backup/legacy.ini new file mode 100644 index 0000000000000000000000000000000000000000..87fa7772acea54fdbe074b795fb40ca143ba030b --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/init/auth/backup/legacy.ini @@ -0,0 +1,5 @@ +[roles] +admin=true +role=guest +role=viewer +role=analyst \ No newline at end of file diff --git a/shellops/assets/ShellOps_baf560e097/init/auth/override.cnf b/shellops/assets/ShellOps_baf560e097/init/auth/override.cnf new file mode 100644 index 0000000000000000000000000000000000000000..3b929d2ac789dbeed81c4447fba76e58fc32fa60 --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/init/auth/override.cnf @@ -0,0 +1,6 @@ +[access] +role=superuser +role=editor +role=developer +# legacy roles +role=observer \ No newline at end of file diff --git a/shellops/assets/ShellOps_baf560e097/init/auth/roles.conf b/shellops/assets/ShellOps_baf560e097/init/auth/roles.conf new file mode 100644 index 0000000000000000000000000000000000000000..7d23ef7653073935407d54a5c6093e0eac4401b8 --- /dev/null +++ b/shellops/assets/ShellOps_baf560e097/init/auth/roles.conf @@ -0,0 +1,5 @@ +role=admin +role=editor +role=viewer +# comment line +role=auditor \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/legacy/old_theme.css b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/legacy/old_theme.css new file mode 100644 index 0000000000000000000000000000000000000000..7c2ff167c5e1c29dba4c0740f626a936c590669e --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/legacy/old_theme.css @@ -0,0 +1,5 @@ +/* Deprecated styles */ +.title { + font-family: Arial, Inter; + color: red; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/legacy/old_theme.css.prev b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/legacy/old_theme.css.prev new file mode 100644 index 0000000000000000000000000000000000000000..354d8f549d0543e911f8dac2dae8a0ad5f4db7cc --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/legacy/old_theme.css.prev @@ -0,0 +1,5 @@ +/* Deprecated styles */ +.title { + font-family: Arial, system-ui; + color: red; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/main.css b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/main.css new file mode 100644 index 0000000000000000000000000000000000000000..1ecd8789cb060790c9d94f105421d7f4206ac3ea --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/main.css @@ -0,0 +1,9 @@ +body { + font-family: Inter, sans-serif; + background: #fff; +} + +.header { + font-family: Inter; + font-size: 1.2rem; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/main.css.prev b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/main.css.prev new file mode 100644 index 0000000000000000000000000000000000000000..f57d1554d242e2c01260d0077da805159d225ea1 --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/main.css.prev @@ -0,0 +1,9 @@ +body { + font-family: system-ui, sans-serif; + background: #fff; +} + +.header { + font-family: system-ui; + font-size: 1.2rem; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/mobile.css b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/mobile.css new file mode 100644 index 0000000000000000000000000000000000000000..a72b6021c83f755560490d2d136b712dbac1173e --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/mobile.css @@ -0,0 +1,6 @@ +@media (max-width: 768px) { + .container { + font-family: Inter; + padding: 10px; + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/mobile.css.prev b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/mobile.css.prev new file mode 100644 index 0000000000000000000000000000000000000000..1bed40add69be9c12e2b2058b0cd678f1e0345f7 --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/gold/web/styles/mobile.css.prev @@ -0,0 +1,6 @@ +@media (max-width: 768px) { + .container { + font-family: system-ui; + padding: 10px; + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/init/web/styles/legacy/old_theme.css b/shellops/assets/ShellOps_bb08f31b57/init/web/styles/legacy/old_theme.css new file mode 100644 index 0000000000000000000000000000000000000000..354d8f549d0543e911f8dac2dae8a0ad5f4db7cc --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/init/web/styles/legacy/old_theme.css @@ -0,0 +1,5 @@ +/* Deprecated styles */ +.title { + font-family: Arial, system-ui; + color: red; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/init/web/styles/main.css b/shellops/assets/ShellOps_bb08f31b57/init/web/styles/main.css new file mode 100644 index 0000000000000000000000000000000000000000..f57d1554d242e2c01260d0077da805159d225ea1 --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/init/web/styles/main.css @@ -0,0 +1,9 @@ +body { + font-family: system-ui, sans-serif; + background: #fff; +} + +.header { + font-family: system-ui; + font-size: 1.2rem; +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb08f31b57/init/web/styles/mobile.css b/shellops/assets/ShellOps_bb08f31b57/init/web/styles/mobile.css new file mode 100644 index 0000000000000000000000000000000000000000..1bed40add69be9c12e2b2058b0cd678f1e0345f7 --- /dev/null +++ b/shellops/assets/ShellOps_bb08f31b57/init/web/styles/mobile.css @@ -0,0 +1,6 @@ +@media (max-width: 768px) { + .container { + font-family: system-ui; + padding: 10px; + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb18a311ec/gold/deployment_status.xml b/shellops/assets/ShellOps_bb18a311ec/gold/deployment_status.xml new file mode 100644 index 0000000000000000000000000000000000000000..dd68021dc7265c0536ede8e75cf15fda4f174b65 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/gold/deployment_status.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb18a311ec/gold/distractor/old_contacts.txt b/shellops/assets/ShellOps_bb18a311ec/gold/distractor/old_contacts.txt new file mode 100644 index 0000000000000000000000000000000000000000..9675aaea415ed31b9d0d86ef9d53fd9d90963e39 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/gold/distractor/old_contacts.txt @@ -0,0 +1,3 @@ +NY34 +FL89 +EM45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb18a311ec/gold/gaps.log b/shellops/assets/ShellOps_bb18a311ec/gold/gaps.log new file mode 100644 index 0000000000000000000000000000000000000000..236750450ea6e4d5496e9184f59e40cab0447fc9 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/gold/gaps.log @@ -0,0 +1 @@ +OR77 diff --git a/shellops/assets/ShellOps_bb18a311ec/gold/responders.txt b/shellops/assets/ShellOps_bb18a311ec/gold/responders.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd235dc42672e8e639f6b649a4a75ea0e62977a6 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/gold/responders.txt @@ -0,0 +1,5 @@ +EM45 +TX29 +FL89 +CA12 +WA05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb18a311ec/init/deployment_status.xml b/shellops/assets/ShellOps_bb18a311ec/init/deployment_status.xml new file mode 100644 index 0000000000000000000000000000000000000000..dd68021dc7265c0536ede8e75cf15fda4f174b65 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/init/deployment_status.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb18a311ec/init/distractor/old_contacts.txt b/shellops/assets/ShellOps_bb18a311ec/init/distractor/old_contacts.txt new file mode 100644 index 0000000000000000000000000000000000000000..9675aaea415ed31b9d0d86ef9d53fd9d90963e39 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/init/distractor/old_contacts.txt @@ -0,0 +1,3 @@ +NY34 +FL89 +EM45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb18a311ec/init/responders.txt b/shellops/assets/ShellOps_bb18a311ec/init/responders.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd235dc42672e8e639f6b649a4a75ea0e62977a6 --- /dev/null +++ b/shellops/assets/ShellOps_bb18a311ec/init/responders.txt @@ -0,0 +1,5 @@ +EM45 +TX29 +FL89 +CA12 +WA05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/distractor.json b/shellops/assets/ShellOps_bb356b982b/gold/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..02a59d408ee09f49a17a267f968e13d371ff298e --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/distractor.json @@ -0,0 +1 @@ +{ "device_id": "omega-999", "group": "unknown", "hardware": "model_z" } \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/eligible_devices.txt b/shellops/assets/ShellOps_bb356b982b/gold/eligible_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c73846a35195aea9d87d80d8bb91aa2cc06c50c --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/eligible_devices.txt @@ -0,0 +1,3 @@ +alpha-002 +gamma-004 +theta-006 diff --git a/shellops/assets/ShellOps_bb356b982b/gold/exclude_models.txt b/shellops/assets/ShellOps_bb356b982b/gold/exclude_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..40ef79dd70665944b75be916a492042f960bcca2 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/exclude_models.txt @@ -0,0 +1,2 @@ +model_a +model_c \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/nodes/alpha-001.json b/shellops/assets/ShellOps_bb356b982b/gold/nodes/alpha-001.json new file mode 100644 index 0000000000000000000000000000000000000000..7c928c27769afa4c30bcc3934fe43dc5b6866d19 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/nodes/alpha-001.json @@ -0,0 +1,5 @@ +{ + "device_id": "alpha-001", + "group": "prod-blue", + "hardware": "model_a" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/nodes/alpha-002.json b/shellops/assets/ShellOps_bb356b982b/gold/nodes/alpha-002.json new file mode 100644 index 0000000000000000000000000000000000000000..ee55da5357002bdb8da1511d80488a8b43eab857 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/nodes/alpha-002.json @@ -0,0 +1,5 @@ +{ + "device_id": "alpha-002", + "group": "prod-blue", + "hardware": "model_b" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/nodes/beta-003.json b/shellops/assets/ShellOps_bb356b982b/gold/nodes/beta-003.json new file mode 100644 index 0000000000000000000000000000000000000000..1cee42ea66d4569dbe747397974b2ba75bc348c4 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/nodes/beta-003.json @@ -0,0 +1,5 @@ +{ + "device_id": "beta-003", + "group": "staging", + "hardware": "model_c" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/nodes/gamma-004.json b/shellops/assets/ShellOps_bb356b982b/gold/nodes/gamma-004.json new file mode 100644 index 0000000000000000000000000000000000000000..72dc2d3471c385fbdb5e7e2872f70740052f373a --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/nodes/gamma-004.json @@ -0,0 +1,5 @@ +{ + "device_id": "gamma-004", + "group": "prod-blue", + "hardware": "model_d" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/nodes/gamma-005.json b/shellops/assets/ShellOps_bb356b982b/gold/nodes/gamma-005.json new file mode 100644 index 0000000000000000000000000000000000000000..a81ed5de6bef7e44e3b0cb426dc0f99d9b19e922 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/nodes/gamma-005.json @@ -0,0 +1,5 @@ +{ + "device_id": "gamma-005", + "group": "prod-blue", + "hardware": "model_a" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/nodes/theta-006.json b/shellops/assets/ShellOps_bb356b982b/gold/nodes/theta-006.json new file mode 100644 index 0000000000000000000000000000000000000000..0989057907a212dc265f7799ffef584514ba0338 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/nodes/theta-006.json @@ -0,0 +1,5 @@ +{ + "device_id": "theta-006", + "group": "prod-blue", + "hardware": "model_x" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/gold/notes.md b/shellops/assets/ShellOps_bb356b982b/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0fdee8dbd7f72a087402fa2e538b5e3509e01889 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/gold/notes.md @@ -0,0 +1,6 @@ +# Edge node manifests +- Alpha series: models a, b +- Beta series: model c +- Gamma series: model d +- Theta series: model x +Exclusions are stored in exclude_models.txt \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/distractor.json b/shellops/assets/ShellOps_bb356b982b/init/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..02a59d408ee09f49a17a267f968e13d371ff298e --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/distractor.json @@ -0,0 +1 @@ +{ "device_id": "omega-999", "group": "unknown", "hardware": "model_z" } \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/exclude_models.txt b/shellops/assets/ShellOps_bb356b982b/init/exclude_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..40ef79dd70665944b75be916a492042f960bcca2 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/exclude_models.txt @@ -0,0 +1,2 @@ +model_a +model_c \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/nodes/alpha-001.json b/shellops/assets/ShellOps_bb356b982b/init/nodes/alpha-001.json new file mode 100644 index 0000000000000000000000000000000000000000..7c928c27769afa4c30bcc3934fe43dc5b6866d19 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/nodes/alpha-001.json @@ -0,0 +1,5 @@ +{ + "device_id": "alpha-001", + "group": "prod-blue", + "hardware": "model_a" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/nodes/alpha-002.json b/shellops/assets/ShellOps_bb356b982b/init/nodes/alpha-002.json new file mode 100644 index 0000000000000000000000000000000000000000..ee55da5357002bdb8da1511d80488a8b43eab857 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/nodes/alpha-002.json @@ -0,0 +1,5 @@ +{ + "device_id": "alpha-002", + "group": "prod-blue", + "hardware": "model_b" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/nodes/beta-003.json b/shellops/assets/ShellOps_bb356b982b/init/nodes/beta-003.json new file mode 100644 index 0000000000000000000000000000000000000000..1cee42ea66d4569dbe747397974b2ba75bc348c4 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/nodes/beta-003.json @@ -0,0 +1,5 @@ +{ + "device_id": "beta-003", + "group": "staging", + "hardware": "model_c" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/nodes/gamma-004.json b/shellops/assets/ShellOps_bb356b982b/init/nodes/gamma-004.json new file mode 100644 index 0000000000000000000000000000000000000000..72dc2d3471c385fbdb5e7e2872f70740052f373a --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/nodes/gamma-004.json @@ -0,0 +1,5 @@ +{ + "device_id": "gamma-004", + "group": "prod-blue", + "hardware": "model_d" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/nodes/gamma-005.json b/shellops/assets/ShellOps_bb356b982b/init/nodes/gamma-005.json new file mode 100644 index 0000000000000000000000000000000000000000..a81ed5de6bef7e44e3b0cb426dc0f99d9b19e922 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/nodes/gamma-005.json @@ -0,0 +1,5 @@ +{ + "device_id": "gamma-005", + "group": "prod-blue", + "hardware": "model_a" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/nodes/theta-006.json b/shellops/assets/ShellOps_bb356b982b/init/nodes/theta-006.json new file mode 100644 index 0000000000000000000000000000000000000000..0989057907a212dc265f7799ffef584514ba0338 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/nodes/theta-006.json @@ -0,0 +1,5 @@ +{ + "device_id": "theta-006", + "group": "prod-blue", + "hardware": "model_x" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb356b982b/init/notes.md b/shellops/assets/ShellOps_bb356b982b/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0fdee8dbd7f72a087402fa2e538b5e3509e01889 --- /dev/null +++ b/shellops/assets/ShellOps_bb356b982b/init/notes.md @@ -0,0 +1,6 @@ +# Edge node manifests +- Alpha series: models a, b +- Beta series: model c +- Gamma series: model d +- Theta series: model x +Exclusions are stored in exclude_models.txt \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb4bd8eada/gold/tests/.keep b/shellops/assets/ShellOps_bb4bd8eada/gold/tests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bb4bd8eada/gold/tests/integration/test_api.py b/shellops/assets/ShellOps_bb4bd8eada/gold/tests/integration/test_api.py new file mode 100644 index 0000000000000000000000000000000000000000..d34325f17be893c7da7469d592743cd808cddf1d --- /dev/null +++ b/shellops/assets/ShellOps_bb4bd8eada/gold/tests/integration/test_api.py @@ -0,0 +1,4 @@ +from core.api import Client +class TestClient: + def setup_method(self): + self.client = Client() \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb4bd8eada/gold/tests/test_utils.py b/shellops/assets/ShellOps_bb4bd8eada/gold/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..b9e41391d734d0f523c162bd8e79a2cb3b1551ca --- /dev/null +++ b/shellops/assets/ShellOps_bb4bd8eada/gold/tests/test_utils.py @@ -0,0 +1,3 @@ +from core.utils import validate_data +def test_validate(): + assert validate_data(5) is True \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb4bd8eada/init/tests/.keep b/shellops/assets/ShellOps_bb4bd8eada/init/tests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bb4bd8eada/init/tests/integration/test_api.py b/shellops/assets/ShellOps_bb4bd8eada/init/tests/integration/test_api.py new file mode 100644 index 0000000000000000000000000000000000000000..a2b4d3789cf4b47589f7b2f7c342ae2b2dd1f2bd --- /dev/null +++ b/shellops/assets/ShellOps_bb4bd8eada/init/tests/integration/test_api.py @@ -0,0 +1,4 @@ +from src.api import Client +class TestClient: + def setup_method(self): + self.client = Client() \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb4bd8eada/init/tests/test_utils.py b/shellops/assets/ShellOps_bb4bd8eada/init/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..b89e960efa480f14d15be382aa059a0b900548f2 --- /dev/null +++ b/shellops/assets/ShellOps_bb4bd8eada/init/tests/test_utils.py @@ -0,0 +1,3 @@ +from src.utils import validate_data +def test_validate(): + assert validate_data(5) is True \ No newline at end of file diff --git a/shellops/assets/ShellOps_bb5f010614/gold/routes/active.txt b/shellops/assets/ShellOps_bb5f010614/gold/routes/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..62507ad7f8540a1bbba72ee3c687beded15b4dae --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/gold/routes/active.txt @@ -0,0 +1,10 @@ +/api/v2/users +/api/v1/roles +/api/v1/tenants +/api/v2/tenants +/api/v1/users +/api/v3/events +/api/v2/events +/api/v1/events +/api/v3/users +/api/v2/roles diff --git a/shellops/assets/ShellOps_bb5f010614/gold/routes/baseline.txt b/shellops/assets/ShellOps_bb5f010614/gold/routes/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..a64c3acbe47ecee4e77280513c67fa6de389201d --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/gold/routes/baseline.txt @@ -0,0 +1,7 @@ +/api/v1/users +/api/v1/roles +/api/v1/tenants +/api/v1/events +/api/v2/users +/api/v2/roles +/api/v2/tenants diff --git a/shellops/assets/ShellOps_bb5f010614/gold/routes/mismatch_report.txt b/shellops/assets/ShellOps_bb5f010614/gold/routes/mismatch_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f6d83bc2ffd633c39c3d48367b6ca97a6118ff0 --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/gold/routes/mismatch_report.txt @@ -0,0 +1,3 @@ +/api/v2/events +/api/v3/events +/api/v3/users diff --git a/shellops/assets/ShellOps_bb5f010614/gold/routes/notes.md b/shellops/assets/ShellOps_bb5f010614/gold/routes/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7c3e83cdb1bd5b188e4d1c0c3b8036902bebac21 --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/gold/routes/notes.md @@ -0,0 +1,3 @@ +# Route management notes +- Keep baseline.txt synchronized with the API gateway configuration. +- Use active.txt to track currently registered endpoints. diff --git a/shellops/assets/ShellOps_bb5f010614/init/routes/active.txt b/shellops/assets/ShellOps_bb5f010614/init/routes/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..62507ad7f8540a1bbba72ee3c687beded15b4dae --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/init/routes/active.txt @@ -0,0 +1,10 @@ +/api/v2/users +/api/v1/roles +/api/v1/tenants +/api/v2/tenants +/api/v1/users +/api/v3/events +/api/v2/events +/api/v1/events +/api/v3/users +/api/v2/roles diff --git a/shellops/assets/ShellOps_bb5f010614/init/routes/baseline.txt b/shellops/assets/ShellOps_bb5f010614/init/routes/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..a64c3acbe47ecee4e77280513c67fa6de389201d --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/init/routes/baseline.txt @@ -0,0 +1,7 @@ +/api/v1/users +/api/v1/roles +/api/v1/tenants +/api/v1/events +/api/v2/users +/api/v2/roles +/api/v2/tenants diff --git a/shellops/assets/ShellOps_bb5f010614/init/routes/notes.md b/shellops/assets/ShellOps_bb5f010614/init/routes/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7c3e83cdb1bd5b188e4d1c0c3b8036902bebac21 --- /dev/null +++ b/shellops/assets/ShellOps_bb5f010614/init/routes/notes.md @@ -0,0 +1,3 @@ +# Route management notes +- Keep baseline.txt synchronized with the API gateway configuration. +- Use active.txt to track currently registered endpoints. diff --git a/shellops/assets/ShellOps_bbe9a9680d/gold/audit/.keep b/shellops/assets/ShellOps_bbe9a9680d/gold/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bbe9a9680d/gold/audit/user_migration_verified.out b/shellops/assets/ShellOps_bbe9a9680d/gold/audit/user_migration_verified.out new file mode 100644 index 0000000000000000000000000000000000000000..cd681fb86297d2ac27609be3fe00b5288eebbe2b --- /dev/null +++ b/shellops/assets/ShellOps_bbe9a9680d/gold/audit/user_migration_verified.out @@ -0,0 +1,4 @@ +48731 +51423 +60125 +66542 diff --git a/shellops/assets/ShellOps_bbe9a9680d/init/audit/.keep b/shellops/assets/ShellOps_bbe9a9680d/init/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bc17dfccfb/gold/audit_findings/approved_ips.trace b/shellops/assets/ShellOps_bc17dfccfb/gold/audit_findings/approved_ips.trace new file mode 100644 index 0000000000000000000000000000000000000000..640d217094850cb32668fd6a8f6ab54234bc003e --- /dev/null +++ b/shellops/assets/ShellOps_bc17dfccfb/gold/audit_findings/approved_ips.trace @@ -0,0 +1,6 @@ +10.0.5.12 +172.16.32.8 +192.168.1.100 +198.18.0.99 +198.51.100.17 +203.0.113.45 diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/lib/.keep b/shellops/assets/ShellOps_bc2fcfa363/gold/lib/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/lib/helpers.py b/shellops/assets/ShellOps_bc2fcfa363/gold/lib/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..df1c7cb09111ddf2c094cd6e6367c8a16346ad54 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/gold/lib/helpers.py @@ -0,0 +1,4 @@ +# License: GPL-3.0 + +def validate(data): + return True diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/lib/logger.py b/shellops/assets/ShellOps_bc2fcfa363/gold/lib/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..1387d9d0febd6c44f8a8f449f6105eac48b379e9 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/gold/lib/logger.py @@ -0,0 +1,5 @@ +# License: MIT + +import logging + +logging.basicConfig(level=logging.INFO) diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/license_summary.md b/shellops/assets/ShellOps_bc2fcfa363/gold/license_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..0f75b81c5ca97dad33df6e24272ae7e76cf60fd9 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/gold/license_summary.md @@ -0,0 +1,3 @@ +Apache-2.0 +GPL-3.0 +MIT diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/src/.keep b/shellops/assets/ShellOps_bc2fcfa363/gold/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/src/main.py b/shellops/assets/ShellOps_bc2fcfa363/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..bee6fa3079d2c63e2ca5abbf2d8ef90af62bff33 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/gold/src/main.py @@ -0,0 +1,5 @@ +# License: MIT + +import os + +print("Hello, World!") diff --git a/shellops/assets/ShellOps_bc2fcfa363/gold/src/utils.py b/shellops/assets/ShellOps_bc2fcfa363/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..1643e6c731f0e24d277866afa89566b848751175 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/gold/src/utils.py @@ -0,0 +1,4 @@ +# License: Apache-2.0 + +def helper(): + pass diff --git a/shellops/assets/ShellOps_bc2fcfa363/init/lib/.keep b/shellops/assets/ShellOps_bc2fcfa363/init/lib/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bc2fcfa363/init/lib/helpers.py b/shellops/assets/ShellOps_bc2fcfa363/init/lib/helpers.py new file mode 100644 index 0000000000000000000000000000000000000000..df1c7cb09111ddf2c094cd6e6367c8a16346ad54 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/init/lib/helpers.py @@ -0,0 +1,4 @@ +# License: GPL-3.0 + +def validate(data): + return True diff --git a/shellops/assets/ShellOps_bc2fcfa363/init/lib/logger.py b/shellops/assets/ShellOps_bc2fcfa363/init/lib/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..1387d9d0febd6c44f8a8f449f6105eac48b379e9 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/init/lib/logger.py @@ -0,0 +1,5 @@ +# License: MIT + +import logging + +logging.basicConfig(level=logging.INFO) diff --git a/shellops/assets/ShellOps_bc2fcfa363/init/src/.keep b/shellops/assets/ShellOps_bc2fcfa363/init/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bc2fcfa363/init/src/main.py b/shellops/assets/ShellOps_bc2fcfa363/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..bee6fa3079d2c63e2ca5abbf2d8ef90af62bff33 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/init/src/main.py @@ -0,0 +1,5 @@ +# License: MIT + +import os + +print("Hello, World!") diff --git a/shellops/assets/ShellOps_bc2fcfa363/init/src/utils.py b/shellops/assets/ShellOps_bc2fcfa363/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..1643e6c731f0e24d277866afa89566b848751175 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fcfa363/init/src/utils.py @@ -0,0 +1,4 @@ +# License: Apache-2.0 + +def helper(): + pass diff --git a/shellops/assets/ShellOps_bc2fd6254e/gold/approved_flags.txt b/shellops/assets/ShellOps_bc2fd6254e/gold/approved_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..db4a047c2fbcc5da8f7b6275b40688e3ed71afd4 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fd6254e/gold/approved_flags.txt @@ -0,0 +1,3 @@ +dynamic_pricing +geo_routing +beta_ui diff --git a/shellops/assets/ShellOps_bc2fd6254e/gold/denied_flags.md b/shellops/assets/ShellOps_bc2fd6254e/gold/denied_flags.md new file mode 100644 index 0000000000000000000000000000000000000000..f833b2e77804927b319ad79f542ebfebf264654a --- /dev/null +++ b/shellops/assets/ShellOps_bc2fd6254e/gold/denied_flags.md @@ -0,0 +1 @@ +DENIED: legacy_auth diff --git a/shellops/assets/ShellOps_bc2fd6254e/gold/deployment_flags.xml b/shellops/assets/ShellOps_bc2fd6254e/gold/deployment_flags.xml new file mode 100644 index 0000000000000000000000000000000000000000..45adf0676831b3f2725491747340c567c4639591 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fd6254e/gold/deployment_flags.xml @@ -0,0 +1,5 @@ + + dynamic_pricing + legacy_auth + beta_ui + \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc2fd6254e/init/approved_flags.txt b/shellops/assets/ShellOps_bc2fd6254e/init/approved_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..db4a047c2fbcc5da8f7b6275b40688e3ed71afd4 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fd6254e/init/approved_flags.txt @@ -0,0 +1,3 @@ +dynamic_pricing +geo_routing +beta_ui diff --git a/shellops/assets/ShellOps_bc2fd6254e/init/denied_flags.md b/shellops/assets/ShellOps_bc2fd6254e/init/denied_flags.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bc2fd6254e/init/deployment_flags.xml b/shellops/assets/ShellOps_bc2fd6254e/init/deployment_flags.xml new file mode 100644 index 0000000000000000000000000000000000000000..45adf0676831b3f2725491747340c567c4639591 --- /dev/null +++ b/shellops/assets/ShellOps_bc2fd6254e/init/deployment_flags.xml @@ -0,0 +1,5 @@ + + dynamic_pricing + legacy_auth + beta_ui + \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc505a0533/gold/env/terrain.map b/shellops/assets/ShellOps_bc505a0533/gold/env/terrain.map new file mode 100644 index 0000000000000000000000000000000000000000..7618f9e0a4f255e8906c84ed05df463723a870b2 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/gold/env/terrain.map @@ -0,0 +1,3 @@ +texture=grass +resolution=1024 +tiling=2x2 diff --git a/shellops/assets/ShellOps_bc505a0533/gold/env/water.map b/shellops/assets/ShellOps_bc505a0533/gold/env/water.map new file mode 100644 index 0000000000000000000000000000000000000000..0dec8845e292aeb23068d23cd0a28c5c8f078d5f --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/gold/env/water.map @@ -0,0 +1,3 @@ +texture=water +resolution=2048 +flow_speed=0.5 diff --git a/shellops/assets/ShellOps_bc505a0533/gold/physics/cloth.map b/shellops/assets/ShellOps_bc505a0533/gold/physics/cloth.map new file mode 100644 index 0000000000000000000000000000000000000000..c8d3aac2980b81e5b76b7b0d5f03b2d9a685c809 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/gold/physics/cloth.map @@ -0,0 +1,3 @@ +texture=cloth +resolution=1024 +density=0.2 diff --git a/shellops/assets/ShellOps_bc505a0533/gold/physics/rigidbody.map b/shellops/assets/ShellOps_bc505a0533/gold/physics/rigidbody.map new file mode 100644 index 0000000000000000000000000000000000000000..3a5ce855fa30a2cd4bdb3fe45699024dff637259 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/gold/physics/rigidbody.map @@ -0,0 +1,3 @@ +texture=metal +resolution=4096 +mass=10.0 diff --git a/shellops/assets/ShellOps_bc505a0533/gold/physics/rigidbody_legacy.map b/shellops/assets/ShellOps_bc505a0533/gold/physics/rigidbody_legacy.map new file mode 100644 index 0000000000000000000000000000000000000000..85eefa6c254442e35d03ae8a0b7e46fe13dc6d73 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/gold/physics/rigidbody_legacy.map @@ -0,0 +1,3 @@ +texture=metal +resolution=2048 +mass=8.0 diff --git a/shellops/assets/ShellOps_bc505a0533/gold/resolutions.cfg b/shellops/assets/ShellOps_bc505a0533/gold/resolutions.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3e19713219dfc7e76567df4edff4b91a12937e9b --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/gold/resolutions.cfg @@ -0,0 +1,3 @@ +4096 +2048 +1024 diff --git a/shellops/assets/ShellOps_bc505a0533/init/env/terrain.map b/shellops/assets/ShellOps_bc505a0533/init/env/terrain.map new file mode 100644 index 0000000000000000000000000000000000000000..7618f9e0a4f255e8906c84ed05df463723a870b2 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/init/env/terrain.map @@ -0,0 +1,3 @@ +texture=grass +resolution=1024 +tiling=2x2 diff --git a/shellops/assets/ShellOps_bc505a0533/init/env/water.map b/shellops/assets/ShellOps_bc505a0533/init/env/water.map new file mode 100644 index 0000000000000000000000000000000000000000..0dec8845e292aeb23068d23cd0a28c5c8f078d5f --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/init/env/water.map @@ -0,0 +1,3 @@ +texture=water +resolution=2048 +flow_speed=0.5 diff --git a/shellops/assets/ShellOps_bc505a0533/init/physics/cloth.map b/shellops/assets/ShellOps_bc505a0533/init/physics/cloth.map new file mode 100644 index 0000000000000000000000000000000000000000..c8d3aac2980b81e5b76b7b0d5f03b2d9a685c809 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/init/physics/cloth.map @@ -0,0 +1,3 @@ +texture=cloth +resolution=1024 +density=0.2 diff --git a/shellops/assets/ShellOps_bc505a0533/init/physics/rigidbody.map b/shellops/assets/ShellOps_bc505a0533/init/physics/rigidbody.map new file mode 100644 index 0000000000000000000000000000000000000000..3a5ce855fa30a2cd4bdb3fe45699024dff637259 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/init/physics/rigidbody.map @@ -0,0 +1,3 @@ +texture=metal +resolution=4096 +mass=10.0 diff --git a/shellops/assets/ShellOps_bc505a0533/init/physics/rigidbody_legacy.map b/shellops/assets/ShellOps_bc505a0533/init/physics/rigidbody_legacy.map new file mode 100644 index 0000000000000000000000000000000000000000..85eefa6c254442e35d03ae8a0b7e46fe13dc6d73 --- /dev/null +++ b/shellops/assets/ShellOps_bc505a0533/init/physics/rigidbody_legacy.map @@ -0,0 +1,3 @@ +texture=metal +resolution=2048 +mass=8.0 diff --git a/shellops/assets/ShellOps_bc5e5f552b/gold/asset_registry.tsv b/shellops/assets/ShellOps_bc5e5f552b/gold/asset_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bc108559c7f9475390a864d062303d4e7625a38c --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/gold/asset_registry.tsv @@ -0,0 +1,5 @@ +device_id display_name +D471 Alpha-Sensor-North +D582 Bravo-Gateway-Central +D693 Charlie-Node-South +D704 Delta-Relay-East \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc5e5f552b/gold/deployment.log b/shellops/assets/ShellOps_bc5e5f552b/gold/deployment.log new file mode 100644 index 0000000000000000000000000000000000000000..f4f66e7c3ca092707991f6cc0d196d0e133baf15 --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/gold/deployment.log @@ -0,0 +1,7 @@ +2024-10-15 08:23:15 [INFO] Starting provisioning for dev:D471 +2024-10-15 08:24:02 [WARN] Timeout on dev:D582 +2024-10-15 08:25:11 [INFO] Configuring dev:D471 +2024-10-15 08:26:45 [ERROR] Handshake failed for dev:D999 +2024-10-15 08:27:33 [INFO] Firmware updated on dev:D693 +2024-10-15 08:28:19 [INFO] Telemetry active for dev:D582 +2024-10-15 08:29:04 [WARN] Latency spike detected on dev:D704 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc5e5f552b/gold/device_name_mapping.txt b/shellops/assets/ShellOps_bc5e5f552b/gold/device_name_mapping.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffab5da7abd3b2279158d4661e25e04c0397ddb8 --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/gold/device_name_mapping.txt @@ -0,0 +1,4 @@ +dev:D471 Alpha-Sensor-North +dev:D582 Bravo-Gateway-Central +dev:D693 Charlie-Node-South +dev:D704 Delta-Relay-East diff --git a/shellops/assets/ShellOps_bc5e5f552b/gold/notes.txt b/shellops/assets/ShellOps_bc5e5f552b/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d82f2f537b0e85182407c736fcbf7590251eed0 --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/gold/notes.txt @@ -0,0 +1 @@ +D999 is a test device and should not appear in the final mapping. \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc5e5f552b/init/asset_registry.tsv b/shellops/assets/ShellOps_bc5e5f552b/init/asset_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bc108559c7f9475390a864d062303d4e7625a38c --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/init/asset_registry.tsv @@ -0,0 +1,5 @@ +device_id display_name +D471 Alpha-Sensor-North +D582 Bravo-Gateway-Central +D693 Charlie-Node-South +D704 Delta-Relay-East \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc5e5f552b/init/deployment.log b/shellops/assets/ShellOps_bc5e5f552b/init/deployment.log new file mode 100644 index 0000000000000000000000000000000000000000..f4f66e7c3ca092707991f6cc0d196d0e133baf15 --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/init/deployment.log @@ -0,0 +1,7 @@ +2024-10-15 08:23:15 [INFO] Starting provisioning for dev:D471 +2024-10-15 08:24:02 [WARN] Timeout on dev:D582 +2024-10-15 08:25:11 [INFO] Configuring dev:D471 +2024-10-15 08:26:45 [ERROR] Handshake failed for dev:D999 +2024-10-15 08:27:33 [INFO] Firmware updated on dev:D693 +2024-10-15 08:28:19 [INFO] Telemetry active for dev:D582 +2024-10-15 08:29:04 [WARN] Latency spike detected on dev:D704 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc5e5f552b/init/notes.txt b/shellops/assets/ShellOps_bc5e5f552b/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d82f2f537b0e85182407c736fcbf7590251eed0 --- /dev/null +++ b/shellops/assets/ShellOps_bc5e5f552b/init/notes.txt @@ -0,0 +1 @@ +D999 is a test device and should not appear in the final mapping. \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc64eaab54/gold/approved_devices.txt b/shellops/assets/ShellOps_bc64eaab54/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..334e75e0eb7569b82f54f9c6cdc3d695e5eae697 --- /dev/null +++ b/shellops/assets/ShellOps_bc64eaab54/gold/approved_devices.txt @@ -0,0 +1,3 @@ +INST12345 +INST67890 +INST11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc64eaab54/gold/unregistered_instruments.txt b/shellops/assets/ShellOps_bc64eaab54/gold/unregistered_instruments.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a0425c45b83acfdd04ee7b451a9a161a7fde5b5 --- /dev/null +++ b/shellops/assets/ShellOps_bc64eaab54/gold/unregistered_instruments.txt @@ -0,0 +1 @@ +INST67890 diff --git a/shellops/assets/ShellOps_bc64eaab54/init/approved_devices.txt b/shellops/assets/ShellOps_bc64eaab54/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..334e75e0eb7569b82f54f9c6cdc3d695e5eae697 --- /dev/null +++ b/shellops/assets/ShellOps_bc64eaab54/init/approved_devices.txt @@ -0,0 +1,3 @@ +INST12345 +INST67890 +INST11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc7f4f2523/gold/distractor/partial_ideas.log b/shellops/assets/ShellOps_bc7f4f2523/gold/distractor/partial_ideas.log new file mode 100644 index 0000000000000000000000000000000000000000..54e04e645e0060996ce83fde9c54d1fe5d21f5fc --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/gold/distractor/partial_ideas.log @@ -0,0 +1 @@ +2024-05-20 [WARNING] Some ideas not captured due to timeouts \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc7f4f2523/gold/post_survey/notes.md b/shellops/assets/ShellOps_bc7f4f2523/gold/post_survey/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..184da3eea55cb79d75cc40773fd9c3dbec80f4a6 --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/gold/post_survey/notes.md @@ -0,0 +1,3 @@ +# Validation Notes +invalid_idea: 102 Reason: Duplicate submission +invalid_idea: 89 Reason: Off-topic diff --git a/shellops/assets/ShellOps_bc7f4f2523/gold/results/survey_data.psv b/shellops/assets/ShellOps_bc7f4f2523/gold/results/survey_data.psv new file mode 100644 index 0000000000000000000000000000000000000000..5b77984a63d9a8ec8423213c60cd91ca3d65fa0c --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/gold/results/survey_data.psv @@ -0,0 +1,5 @@ +ParticipantID|ResponseTime|Feedback +123|2024-05-20T14:30|Suggested IdeaID: 45 +456|2024-05-20T15:15|IdeaID: 45 and IdeaID: 89 +789|2024-05-20T16:00|Endorsing IdeaID: 89 +012|2024-05-21T09:00|Support IdeaID: 45 and IdeaID: 102 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc7f4f2523/gold/valid_ideas.txt b/shellops/assets/ShellOps_bc7f4f2523/gold/valid_ideas.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea90ee31980757b2e469741512bcb39e73494e78 --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/gold/valid_ideas.txt @@ -0,0 +1 @@ +45 diff --git a/shellops/assets/ShellOps_bc7f4f2523/init/distractor/partial_ideas.log b/shellops/assets/ShellOps_bc7f4f2523/init/distractor/partial_ideas.log new file mode 100644 index 0000000000000000000000000000000000000000..54e04e645e0060996ce83fde9c54d1fe5d21f5fc --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/init/distractor/partial_ideas.log @@ -0,0 +1 @@ +2024-05-20 [WARNING] Some ideas not captured due to timeouts \ No newline at end of file diff --git a/shellops/assets/ShellOps_bc7f4f2523/init/post_survey/notes.md b/shellops/assets/ShellOps_bc7f4f2523/init/post_survey/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..184da3eea55cb79d75cc40773fd9c3dbec80f4a6 --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/init/post_survey/notes.md @@ -0,0 +1,3 @@ +# Validation Notes +invalid_idea: 102 Reason: Duplicate submission +invalid_idea: 89 Reason: Off-topic diff --git a/shellops/assets/ShellOps_bc7f4f2523/init/results/survey_data.psv b/shellops/assets/ShellOps_bc7f4f2523/init/results/survey_data.psv new file mode 100644 index 0000000000000000000000000000000000000000..5b77984a63d9a8ec8423213c60cd91ca3d65fa0c --- /dev/null +++ b/shellops/assets/ShellOps_bc7f4f2523/init/results/survey_data.psv @@ -0,0 +1,5 @@ +ParticipantID|ResponseTime|Feedback +123|2024-05-20T14:30|Suggested IdeaID: 45 +456|2024-05-20T15:15|IdeaID: 45 and IdeaID: 89 +789|2024-05-20T16:00|Endorsing IdeaID: 89 +012|2024-05-21T09:00|Support IdeaID: 45 and IdeaID: 102 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/gold/blacklist.json b/shellops/assets/ShellOps_bcbce10836/gold/blacklist.json new file mode 100644 index 0000000000000000000000000000000000000000..00a78f86dc4b113a7f308b8bd14351d539fff785 --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/gold/blacklist.json @@ -0,0 +1,7 @@ +{ + "deprecated_endpoints": [ + "/api/v1/login", + "/api/v1/users", + "/internal/debug" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/gold/routes/.keep b/shellops/assets/ShellOps_bcbce10836/gold/routes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bcbce10836/gold/routes/admin.json b/shellops/assets/ShellOps_bcbce10836/gold/routes/admin.json new file mode 100644 index 0000000000000000000000000000000000000000..17cc74903a170e8c439b31c8090deb9804f358fe --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/gold/routes/admin.json @@ -0,0 +1,7 @@ +{ + "endpoints": [ + { "uri": "/api/v1/admin/users", "method": "GET", "status": "active" }, + { "uri": "/api/v1/admin/logs", "method": "GET", "status": "active" }, + { "uri": "/api/v1/admin/metrics", "method": "GET", "status": "active" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/gold/routes/auth.json b/shellops/assets/ShellOps_bcbce10836/gold/routes/auth.json new file mode 100644 index 0000000000000000000000000000000000000000..8959ba3addf886d084b3d370ef68e93b27fef8e6 --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/gold/routes/auth.json @@ -0,0 +1,7 @@ +{ + "endpoints": [ + { "uri": "/api/v1/login", "method": "POST", "status": "active" }, + { "uri": "/api/v1/refresh", "method": "POST", "status": "active" }, + { "uri": "/api/v1/logout", "method": "POST", "status": "inactive" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/gold/routes/legacy.json b/shellops/assets/ShellOps_bcbce10836/gold/routes/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..3c81a2a21c8fa971475426fc5cf26fb2264a547b --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/gold/routes/legacy.json @@ -0,0 +1,6 @@ +{ + "endpoints": [ + { "uri": "/api/v0/status", "method": "GET", "status": "legacy" }, + { "uri": "/internal/debug", "method": "GET", "status": "active" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/gold/routes/users.json b/shellops/assets/ShellOps_bcbce10836/gold/routes/users.json new file mode 100644 index 0000000000000000000000000000000000000000..a55cc4319a60118b264f38c27cb905e052636c71 --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/gold/routes/users.json @@ -0,0 +1,7 @@ +{ + "endpoints": [ + { "uri": "/api/v1/users", "method": "GET", "status": "active" }, + { "uri": "/api/v1/users/:id", "method": "GET", "status": "active" }, + { "uri": "/api/v1/users", "method": "PUT", "status": "staging" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/init/blacklist.json b/shellops/assets/ShellOps_bcbce10836/init/blacklist.json new file mode 100644 index 0000000000000000000000000000000000000000..00a78f86dc4b113a7f308b8bd14351d539fff785 --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/init/blacklist.json @@ -0,0 +1,7 @@ +{ + "deprecated_endpoints": [ + "/api/v1/login", + "/api/v1/users", + "/internal/debug" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/init/routes/.keep b/shellops/assets/ShellOps_bcbce10836/init/routes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bcbce10836/init/routes/admin.json b/shellops/assets/ShellOps_bcbce10836/init/routes/admin.json new file mode 100644 index 0000000000000000000000000000000000000000..17cc74903a170e8c439b31c8090deb9804f358fe --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/init/routes/admin.json @@ -0,0 +1,7 @@ +{ + "endpoints": [ + { "uri": "/api/v1/admin/users", "method": "GET", "status": "active" }, + { "uri": "/api/v1/admin/logs", "method": "GET", "status": "active" }, + { "uri": "/api/v1/admin/metrics", "method": "GET", "status": "active" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/init/routes/auth.json b/shellops/assets/ShellOps_bcbce10836/init/routes/auth.json new file mode 100644 index 0000000000000000000000000000000000000000..8959ba3addf886d084b3d370ef68e93b27fef8e6 --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/init/routes/auth.json @@ -0,0 +1,7 @@ +{ + "endpoints": [ + { "uri": "/api/v1/login", "method": "POST", "status": "active" }, + { "uri": "/api/v1/refresh", "method": "POST", "status": "active" }, + { "uri": "/api/v1/logout", "method": "POST", "status": "inactive" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/init/routes/legacy.json b/shellops/assets/ShellOps_bcbce10836/init/routes/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..3c81a2a21c8fa971475426fc5cf26fb2264a547b --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/init/routes/legacy.json @@ -0,0 +1,6 @@ +{ + "endpoints": [ + { "uri": "/api/v0/status", "method": "GET", "status": "legacy" }, + { "uri": "/internal/debug", "method": "GET", "status": "active" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcbce10836/init/routes/users.json b/shellops/assets/ShellOps_bcbce10836/init/routes/users.json new file mode 100644 index 0000000000000000000000000000000000000000..a55cc4319a60118b264f38c27cb905e052636c71 --- /dev/null +++ b/shellops/assets/ShellOps_bcbce10836/init/routes/users.json @@ -0,0 +1,7 @@ +{ + "endpoints": [ + { "uri": "/api/v1/users", "method": "GET", "status": "active" }, + { "uri": "/api/v1/users/:id", "method": "GET", "status": "active" }, + { "uri": "/api/v1/users", "method": "PUT", "status": "staging" } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/home_poll.json b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/home_poll.json new file mode 100644 index 0000000000000000000000000000000000000000..966934ac79260f862847b59457de49d27c86e973 --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/home_poll.json @@ -0,0 +1,8 @@ +{ + "survey_id": "home_poll", + "title": "Home Office Setup Poll", + "questions": [ + {"id": "Q1", "text": "How many monitors do you use?"}, + {"id": "Q2", "text": "Do you use a standing desk?"} + ] +} diff --git a/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/old_employee_survey.json b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/old_employee_survey.json new file mode 100644 index 0000000000000000000000000000000000000000..20f28a574084ecc5d07640ae2daf0a185dba73c4 --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/old_employee_survey.json @@ -0,0 +1,8 @@ +{ + "survey_id": "old_employee_survey", + "title": "Legacy Employee Survey", + "questions": [ + {"id": "E1", "text": "Tenure at company"}, + {"id": "E2", "text": "Department code"} + ] +} diff --git a/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/question_index.tsv b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/question_index.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9ee2e983f5f388e1874d3827889e60c97aebceef --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/question_index.tsv @@ -0,0 +1,5 @@ +home_poll Q1 +home_poll Q2 +workplace_survey W1 +workplace_survey W2 +workplace_survey W3 diff --git a/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/site_manifest.txt b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/site_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..79c21e734b053f6d81bc159ed7b01115331cc238 --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/site_manifest.txt @@ -0,0 +1,4 @@ +# Active surveys for Q2 2025 +home_poll +workplace_survey +# Archived: old_employee_survey diff --git a/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/workplace_survey.json b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/workplace_survey.json new file mode 100644 index 0000000000000000000000000000000000000000..aa1347a41737aea06ee18c747079b7168109b68d --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/gold/surveys/workplace_survey.json @@ -0,0 +1,9 @@ +{ + "survey_id": "workplace_survey", + "title": "Workplace Satisfaction Survey", + "questions": [ + {"id": "W1", "text": "Rate work-life balance"}, + {"id": "W2", "text": "How satisfied are you with office amenities?"}, + {"id": "W3", "text": "Preferred meeting format"} + ] +} diff --git a/shellops/assets/ShellOps_bcdb1398a4/init/surveys/home_poll.json b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/home_poll.json new file mode 100644 index 0000000000000000000000000000000000000000..966934ac79260f862847b59457de49d27c86e973 --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/home_poll.json @@ -0,0 +1,8 @@ +{ + "survey_id": "home_poll", + "title": "Home Office Setup Poll", + "questions": [ + {"id": "Q1", "text": "How many monitors do you use?"}, + {"id": "Q2", "text": "Do you use a standing desk?"} + ] +} diff --git a/shellops/assets/ShellOps_bcdb1398a4/init/surveys/old_employee_survey.json b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/old_employee_survey.json new file mode 100644 index 0000000000000000000000000000000000000000..20f28a574084ecc5d07640ae2daf0a185dba73c4 --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/old_employee_survey.json @@ -0,0 +1,8 @@ +{ + "survey_id": "old_employee_survey", + "title": "Legacy Employee Survey", + "questions": [ + {"id": "E1", "text": "Tenure at company"}, + {"id": "E2", "text": "Department code"} + ] +} diff --git a/shellops/assets/ShellOps_bcdb1398a4/init/surveys/site_manifest.txt b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/site_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..79c21e734b053f6d81bc159ed7b01115331cc238 --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/site_manifest.txt @@ -0,0 +1,4 @@ +# Active surveys for Q2 2025 +home_poll +workplace_survey +# Archived: old_employee_survey diff --git a/shellops/assets/ShellOps_bcdb1398a4/init/surveys/workplace_survey.json b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/workplace_survey.json new file mode 100644 index 0000000000000000000000000000000000000000..aa1347a41737aea06ee18c747079b7168109b68d --- /dev/null +++ b/shellops/assets/ShellOps_bcdb1398a4/init/surveys/workplace_survey.json @@ -0,0 +1,9 @@ +{ + "survey_id": "workplace_survey", + "title": "Workplace Satisfaction Survey", + "questions": [ + {"id": "W1", "text": "Rate work-life balance"}, + {"id": "W2", "text": "How satisfied are you with office amenities?"}, + {"id": "W3", "text": "Preferred meeting format"} + ] +} diff --git a/shellops/assets/ShellOps_bce778a1f9/gold/reports/.keep b/shellops/assets/ShellOps_bce778a1f9/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bce778a1f9/gold/reports/old_includes.txt b/shellops/assets/ShellOps_bce778a1f9/gold/reports/old_includes.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3016718ffc64f2cbb209c654348e3622ddc95b4 --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/gold/reports/old_includes.txt @@ -0,0 +1,2 @@ +src/module1/main.c +src/module2/util.h diff --git a/shellops/assets/ShellOps_bce778a1f9/gold/src/module1/main.c b/shellops/assets/ShellOps_bce778a1f9/gold/src/module1/main.c new file mode 100644 index 0000000000000000000000000000000000000000..a69d749ee2d0e2069048b10f39ae2512738b3e8f --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/gold/src/module1/main.c @@ -0,0 +1,3 @@ +#include +#include +int main() { return 0; } \ No newline at end of file diff --git a/shellops/assets/ShellOps_bce778a1f9/gold/src/module2/util.h b/shellops/assets/ShellOps_bce778a1f9/gold/src/module2/util.h new file mode 100644 index 0000000000000000000000000000000000000000..4280df721248c9d242ea33a004d0e37980036802 --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/gold/src/module2/util.h @@ -0,0 +1,4 @@ +#ifndef UTIL_H +#define UTIL_H +#include +#endif \ No newline at end of file diff --git a/shellops/assets/ShellOps_bce778a1f9/gold/src/tests/test_parser.c b/shellops/assets/ShellOps_bce778a1f9/gold/src/tests/test_parser.c new file mode 100644 index 0000000000000000000000000000000000000000..10aa3301fb7d90c07d7f98229a950277758f4cad --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/gold/src/tests/test_parser.c @@ -0,0 +1,3 @@ +#include +#include +void test_func() {} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bce778a1f9/init/reports/.keep b/shellops/assets/ShellOps_bce778a1f9/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bce778a1f9/init/src/module1/main.c b/shellops/assets/ShellOps_bce778a1f9/init/src/module1/main.c new file mode 100644 index 0000000000000000000000000000000000000000..a69d749ee2d0e2069048b10f39ae2512738b3e8f --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/init/src/module1/main.c @@ -0,0 +1,3 @@ +#include +#include +int main() { return 0; } \ No newline at end of file diff --git a/shellops/assets/ShellOps_bce778a1f9/init/src/module2/util.h b/shellops/assets/ShellOps_bce778a1f9/init/src/module2/util.h new file mode 100644 index 0000000000000000000000000000000000000000..4280df721248c9d242ea33a004d0e37980036802 --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/init/src/module2/util.h @@ -0,0 +1,4 @@ +#ifndef UTIL_H +#define UTIL_H +#include +#endif \ No newline at end of file diff --git a/shellops/assets/ShellOps_bce778a1f9/init/src/tests/test_parser.c b/shellops/assets/ShellOps_bce778a1f9/init/src/tests/test_parser.c new file mode 100644 index 0000000000000000000000000000000000000000..10aa3301fb7d90c07d7f98229a950277758f4cad --- /dev/null +++ b/shellops/assets/ShellOps_bce778a1f9/init/src/tests/test_parser.c @@ -0,0 +1,3 @@ +#include +#include +void test_func() {} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bd0396fe7f/gold/anomalies/faults.txt b/shellops/assets/ShellOps_bd0396fe7f/gold/anomalies/faults.txt new file mode 100644 index 0000000000000000000000000000000000000000..92d3e616901ca9c173ff6a5d550d0e1bf134a229 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/gold/anomalies/faults.txt @@ -0,0 +1 @@ +dev_1003 diff --git a/shellops/assets/ShellOps_bd0396fe7f/gold/distractor/placeholder.toml b/shellops/assets/ShellOps_bd0396fe7f/gold/distractor/placeholder.toml new file mode 100644 index 0000000000000000000000000000000000000000..3485dd11858ac5f38dd1a829a152ec3ab7de0797 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/gold/distractor/placeholder.toml @@ -0,0 +1,2 @@ +[metadata] +version = "1.0" diff --git a/shellops/assets/ShellOps_bd0396fe7f/gold/exclusions/approved_devices.txt b/shellops/assets/ShellOps_bd0396fe7f/gold/exclusions/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1bcd49500a9e72dabbf2a117017b0f69d4bcded --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/gold/exclusions/approved_devices.txt @@ -0,0 +1 @@ +dev_1001 diff --git a/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_a.json b/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..61048b361b815c89ff6beff9a7c628ecf21b5fcd --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_a.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "events": [{"type": "heartbeat", "ts": "2024-04-10T08:00:00Z"}, {"type": "fault", "code": "ERR_TIMEOUT", "ts": "2024-04-10T08:05:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_b.json b/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d9c1caeabaf56d8778aa994b9011dfbb4c4a0e44 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_b.json @@ -0,0 +1 @@ +{"device_id": "dev_1002", "events": [{"type": "heartbeat", "ts": "2024-04-10T08:01:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_c.json b/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..4db5c5be1f7bbfd46ce46de4769bfe49da078361 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/gold/telemetry/device_c.json @@ -0,0 +1 @@ +{"device_id": "dev_1003", "events": [{"type": "fault", "code": "ERR_MEM", "ts": "2024-04-10T08:06:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bd0396fe7f/init/distractor/placeholder.toml b/shellops/assets/ShellOps_bd0396fe7f/init/distractor/placeholder.toml new file mode 100644 index 0000000000000000000000000000000000000000..3485dd11858ac5f38dd1a829a152ec3ab7de0797 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/init/distractor/placeholder.toml @@ -0,0 +1,2 @@ +[metadata] +version = "1.0" diff --git a/shellops/assets/ShellOps_bd0396fe7f/init/exclusions/approved_devices.txt b/shellops/assets/ShellOps_bd0396fe7f/init/exclusions/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1bcd49500a9e72dabbf2a117017b0f69d4bcded --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/init/exclusions/approved_devices.txt @@ -0,0 +1 @@ +dev_1001 diff --git a/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_a.json b/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_a.json new file mode 100644 index 0000000000000000000000000000000000000000..61048b361b815c89ff6beff9a7c628ecf21b5fcd --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_a.json @@ -0,0 +1 @@ +{"device_id": "dev_1001", "events": [{"type": "heartbeat", "ts": "2024-04-10T08:00:00Z"}, {"type": "fault", "code": "ERR_TIMEOUT", "ts": "2024-04-10T08:05:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_b.json b/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_b.json new file mode 100644 index 0000000000000000000000000000000000000000..d9c1caeabaf56d8778aa994b9011dfbb4c4a0e44 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_b.json @@ -0,0 +1 @@ +{"device_id": "dev_1002", "events": [{"type": "heartbeat", "ts": "2024-04-10T08:01:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_c.json b/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_c.json new file mode 100644 index 0000000000000000000000000000000000000000..4db5c5be1f7bbfd46ce46de4769bfe49da078361 --- /dev/null +++ b/shellops/assets/ShellOps_bd0396fe7f/init/telemetry/device_c.json @@ -0,0 +1 @@ +{"device_id": "dev_1003", "events": [{"type": "fault", "code": "ERR_MEM", "ts": "2024-04-10T08:06:00Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/gold/bug_reports.csv b/shellops/assets/ShellOps_bddbccaf50/gold/bug_reports.csv new file mode 100644 index 0000000000000000000000000000000000000000..91b2a13b12f665b94ef58ab9f72304cba95e3604 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/gold/bug_reports.csv @@ -0,0 +1,6 @@ +bug_id,severity,status,sprint +BUG-001,high,open,Sprint 1 +BUG-002,medium,closed,Sprint 1 +BUG-003,high,open,Sprint 2 +BUG-004,low,open,Sprint 2 +BUG-005,high,closed,Sprint 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/gold/high_open_bugs.txt b/shellops/assets/ShellOps_bddbccaf50/gold/high_open_bugs.txt new file mode 100644 index 0000000000000000000000000000000000000000..2276e6775b4da95d85ec13a346b73f2bbfda7f76 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/gold/high_open_bugs.txt @@ -0,0 +1,2 @@ +BUG-001 +BUG-003 diff --git a/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint1.md b/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint1.md new file mode 100644 index 0000000000000000000000000000000000000000..11ecb5a94b1819034452e18bfb406083abca61b4 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint1.md @@ -0,0 +1,3 @@ +# Sprint 1 Notes +- Initial setup completed +- Key bugs addressed: BUG-001, BUG-002 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint2.md b/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint2.md new file mode 100644 index 0000000000000000000000000000000000000000..2a46906941119013275efc77e47c724970c05ee5 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint2.md @@ -0,0 +1,3 @@ +# Sprint 2 Notes +- Feature enhancements +- Active bugs: BUG-003, BUG-004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint3.md b/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint3.md new file mode 100644 index 0000000000000000000000000000000000000000..b4cbd42bfef51af9f257ca739e73ccbb206278a7 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/gold/sprint_notes/sprint3.md @@ -0,0 +1,3 @@ +# Sprint 3 Notes +- Performance optimizations +- Resolved bugs: BUG-005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/init/bug_reports.csv b/shellops/assets/ShellOps_bddbccaf50/init/bug_reports.csv new file mode 100644 index 0000000000000000000000000000000000000000..91b2a13b12f665b94ef58ab9f72304cba95e3604 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/init/bug_reports.csv @@ -0,0 +1,6 @@ +bug_id,severity,status,sprint +BUG-001,high,open,Sprint 1 +BUG-002,medium,closed,Sprint 1 +BUG-003,high,open,Sprint 2 +BUG-004,low,open,Sprint 2 +BUG-005,high,closed,Sprint 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint1.md b/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint1.md new file mode 100644 index 0000000000000000000000000000000000000000..11ecb5a94b1819034452e18bfb406083abca61b4 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint1.md @@ -0,0 +1,3 @@ +# Sprint 1 Notes +- Initial setup completed +- Key bugs addressed: BUG-001, BUG-002 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint2.md b/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint2.md new file mode 100644 index 0000000000000000000000000000000000000000..2a46906941119013275efc77e47c724970c05ee5 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint2.md @@ -0,0 +1,3 @@ +# Sprint 2 Notes +- Feature enhancements +- Active bugs: BUG-003, BUG-004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint3.md b/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint3.md new file mode 100644 index 0000000000000000000000000000000000000000..b4cbd42bfef51af9f257ca739e73ccbb206278a7 --- /dev/null +++ b/shellops/assets/ShellOps_bddbccaf50/init/sprint_notes/sprint3.md @@ -0,0 +1,3 @@ +# Sprint 3 Notes +- Performance optimizations +- Resolved bugs: BUG-005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_bdfbefd92d/gold/core.log b/shellops/assets/ShellOps_bdfbefd92d/gold/core.log new file mode 100644 index 0000000000000000000000000000000000000000..124aaeab78593c83839e52827c8791347daa0ef1 --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/gold/core.log @@ -0,0 +1,9 @@ +[INFO] Starting RTOS scheduler +[DEBUG] Memory pool initialized +[ERROR] UART buffer overrun on channel 2 +[TRACE] Task 'sensor' scheduled +[CRITICAL] Watchdog timer expired +[ERROR] SPI bus lock timeout +[INFO] System idle +[DEBUG] Power state transition +[ERROR] ADC calibration drift diff --git a/shellops/assets/ShellOps_bdfbefd92d/gold/errors_filtered.txt b/shellops/assets/ShellOps_bdfbefd92d/gold/errors_filtered.txt new file mode 100644 index 0000000000000000000000000000000000000000..545d453742c35f74b10bddfed38fb7fadd6f74e4 --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/gold/errors_filtered.txt @@ -0,0 +1,5 @@ +ADC calibration drift +DMA controller fault +Frame error detected +Parity mismatch on RX line +Watchdog timer expired diff --git a/shellops/assets/ShellOps_bdfbefd92d/gold/ignore_messages.txt b/shellops/assets/ShellOps_bdfbefd92d/gold/ignore_messages.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4ed738dfb7f3b2fdf7be37c2d78c630c2978bd8 --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/gold/ignore_messages.txt @@ -0,0 +1,2 @@ +UART buffer overrun on channel 2 +SPI bus lock timeout diff --git a/shellops/assets/ShellOps_bdfbefd92d/gold/uart.log b/shellops/assets/ShellOps_bdfbefd92d/gold/uart.log new file mode 100644 index 0000000000000000000000000000000000000000..c6efe944825bf79e497e6e513fb3b566b6525d9f --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/gold/uart.log @@ -0,0 +1,8 @@ +[DEBUG] UART IRQ handler entered +[ERROR] Parity mismatch on RX line +[INFO] Baud rate set to 115200 +[CRITICAL] DMA controller fault +[ERROR] UART buffer overrun on channel 2 +[TRACE] Packet assembled +[INFO] Loopback test passed +[ERROR] Frame error detected diff --git a/shellops/assets/ShellOps_bdfbefd92d/init/core.log b/shellops/assets/ShellOps_bdfbefd92d/init/core.log new file mode 100644 index 0000000000000000000000000000000000000000..124aaeab78593c83839e52827c8791347daa0ef1 --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/init/core.log @@ -0,0 +1,9 @@ +[INFO] Starting RTOS scheduler +[DEBUG] Memory pool initialized +[ERROR] UART buffer overrun on channel 2 +[TRACE] Task 'sensor' scheduled +[CRITICAL] Watchdog timer expired +[ERROR] SPI bus lock timeout +[INFO] System idle +[DEBUG] Power state transition +[ERROR] ADC calibration drift diff --git a/shellops/assets/ShellOps_bdfbefd92d/init/ignore_messages.txt b/shellops/assets/ShellOps_bdfbefd92d/init/ignore_messages.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4ed738dfb7f3b2fdf7be37c2d78c630c2978bd8 --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/init/ignore_messages.txt @@ -0,0 +1,2 @@ +UART buffer overrun on channel 2 +SPI bus lock timeout diff --git a/shellops/assets/ShellOps_bdfbefd92d/init/uart.log b/shellops/assets/ShellOps_bdfbefd92d/init/uart.log new file mode 100644 index 0000000000000000000000000000000000000000..c6efe944825bf79e497e6e513fb3b566b6525d9f --- /dev/null +++ b/shellops/assets/ShellOps_bdfbefd92d/init/uart.log @@ -0,0 +1,8 @@ +[DEBUG] UART IRQ handler entered +[ERROR] Parity mismatch on RX line +[INFO] Baud rate set to 115200 +[CRITICAL] DMA controller fault +[ERROR] UART buffer overrun on channel 2 +[TRACE] Packet assembled +[INFO] Loopback test passed +[ERROR] Frame error detected diff --git a/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_a.yml b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_a.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1e2573715d9ed0fe7e5c31b448c79470051d555 --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_a.yml @@ -0,0 +1,2 @@ +uptime_threshold: 95 +response_time: 200ms diff --git a/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_b.yml b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..5aaef158529896d3c106c9fea6f312d09ddfdbee --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_b.yml @@ -0,0 +1,2 @@ +uptime_threshold: 99 +response_time: 150ms diff --git a/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_c.yml b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_c.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc013c570a749ce878611599d8b6af0230adbe0f --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_c.yml @@ -0,0 +1,2 @@ +uptime_threshold: 90 +response_time: 300ms diff --git a/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_d.yml b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_d.yml new file mode 100644 index 0000000000000000000000000000000000000000..ed23be0c172187024d399d50e7ad191fc222cdf0 --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/gold/monitoring/service_d.yml @@ -0,0 +1,2 @@ +uptime_threshold: 98 +response_time: 250ms diff --git a/shellops/assets/ShellOps_be7e22e49a/gold/threshold_summary.yml b/shellops/assets/ShellOps_be7e22e49a/gold/threshold_summary.yml new file mode 100644 index 0000000000000000000000000000000000000000..5c76f618fd3f15c156e7843fdd1528f2aef5fde6 --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/gold/threshold_summary.yml @@ -0,0 +1,4 @@ +90 +95 +98 +99 diff --git a/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_a.yml b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_a.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1e2573715d9ed0fe7e5c31b448c79470051d555 --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_a.yml @@ -0,0 +1,2 @@ +uptime_threshold: 95 +response_time: 200ms diff --git a/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_b.yml b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..5aaef158529896d3c106c9fea6f312d09ddfdbee --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_b.yml @@ -0,0 +1,2 @@ +uptime_threshold: 99 +response_time: 150ms diff --git a/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_c.yml b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_c.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc013c570a749ce878611599d8b6af0230adbe0f --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_c.yml @@ -0,0 +1,2 @@ +uptime_threshold: 90 +response_time: 300ms diff --git a/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_d.yml b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_d.yml new file mode 100644 index 0000000000000000000000000000000000000000..ed23be0c172187024d399d50e7ad191fc222cdf0 --- /dev/null +++ b/shellops/assets/ShellOps_be7e22e49a/init/monitoring/service_d.yml @@ -0,0 +1,2 @@ +uptime_threshold: 98 +response_time: 250ms diff --git a/shellops/assets/ShellOps_bec67d1029/gold/approved_ciphers.txt b/shellops/assets/ShellOps_bec67d1029/gold/approved_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..897262e8bbe997f4549d39be79b528ca2af436e9 --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/gold/approved_ciphers.txt @@ -0,0 +1,6 @@ +AES128-GCM-SHA256 +AES256-GCM-SHA384 +CHACHA20-POLY1305-SHA256 +ECDHE-ECDSA-AES128-GCM-SHA256 +ECDHE-RSA-AES256-GCM-SHA384 +ECDHE-RSA-CHACHA20-POLY1305 diff --git a/shellops/assets/ShellOps_bec67d1029/gold/notes/implementation_plan.md b/shellops/assets/ShellOps_bec67d1029/gold/notes/implementation_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..84d2a60857c1817279bef96479847b300f3129ff --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/gold/notes/implementation_plan.md @@ -0,0 +1,2 @@ +We will align the TLS cipher suite naming conventions between the runtime configuration and the compliance baseline. +Focus on approved ciphers only. diff --git a/shellops/assets/ShellOps_bec67d1029/gold/policy/approved.tsv b/shellops/assets/ShellOps_bec67d1029/gold/policy/approved.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9630a896817f8013a4656fbe6234a944c8348a3b --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/gold/policy/approved.tsv @@ -0,0 +1,8 @@ +TLS_AES_256_GCM_SHA384 AES256-GCM-SHA384 approved +TLS_CHACHA20_POLY1305_SHA256 CHACHA20-POLY1305-SHA256 approved +TLS_AES_128_GCM_SHA256 AES128-GCM-SHA256 approved +ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES256-GCM-SHA384 approved +ECDHE-RSA-CHACHA20-POLY1305 ECDHE-RSA-CHACHA20-POLY1305 approved +TLS_UNSAFE_LEGACY_RENEGOTIATION UNSAFE-LEGACY-RENEGOTIATION rejected +ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES128-GCM-SHA256 approved +DHE-RSA-AES256-SHA256 DHE-RSA-AES256-SHA256 deprecated diff --git a/shellops/assets/ShellOps_bec67d1029/gold/profiles/tls.conf b/shellops/assets/ShellOps_bec67d1029/gold/profiles/tls.conf new file mode 100644 index 0000000000000000000000000000000000000000..6647b0d1ed10c60ea88f8af94682c4fe4f6582fe --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/gold/profiles/tls.conf @@ -0,0 +1,7 @@ +cipher = TLS_AES_256_GCM_SHA384 +cipher = TLS_CHACHA20_POLY1305_SHA256 +cipher = TLS_AES_128_GCM_SHA256 +cipher = ECDHE-RSA-AES256-GCM-SHA384 +cipher = ECDHE-RSA-CHACHA20-POLY1305 +cipher = TLS_UNSAFE_LEGACY_RENEGOTIATION +cipher = ECDHE-ECDSA-AES128-GCM-SHA256 diff --git a/shellops/assets/ShellOps_bec67d1029/init/notes/implementation_plan.md b/shellops/assets/ShellOps_bec67d1029/init/notes/implementation_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..84d2a60857c1817279bef96479847b300f3129ff --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/init/notes/implementation_plan.md @@ -0,0 +1,2 @@ +We will align the TLS cipher suite naming conventions between the runtime configuration and the compliance baseline. +Focus on approved ciphers only. diff --git a/shellops/assets/ShellOps_bec67d1029/init/policy/approved.tsv b/shellops/assets/ShellOps_bec67d1029/init/policy/approved.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9630a896817f8013a4656fbe6234a944c8348a3b --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/init/policy/approved.tsv @@ -0,0 +1,8 @@ +TLS_AES_256_GCM_SHA384 AES256-GCM-SHA384 approved +TLS_CHACHA20_POLY1305_SHA256 CHACHA20-POLY1305-SHA256 approved +TLS_AES_128_GCM_SHA256 AES128-GCM-SHA256 approved +ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES256-GCM-SHA384 approved +ECDHE-RSA-CHACHA20-POLY1305 ECDHE-RSA-CHACHA20-POLY1305 approved +TLS_UNSAFE_LEGACY_RENEGOTIATION UNSAFE-LEGACY-RENEGOTIATION rejected +ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES128-GCM-SHA256 approved +DHE-RSA-AES256-SHA256 DHE-RSA-AES256-SHA256 deprecated diff --git a/shellops/assets/ShellOps_bec67d1029/init/profiles/tls.conf b/shellops/assets/ShellOps_bec67d1029/init/profiles/tls.conf new file mode 100644 index 0000000000000000000000000000000000000000..6647b0d1ed10c60ea88f8af94682c4fe4f6582fe --- /dev/null +++ b/shellops/assets/ShellOps_bec67d1029/init/profiles/tls.conf @@ -0,0 +1,7 @@ +cipher = TLS_AES_256_GCM_SHA384 +cipher = TLS_CHACHA20_POLY1305_SHA256 +cipher = TLS_AES_128_GCM_SHA256 +cipher = ECDHE-RSA-AES256-GCM-SHA384 +cipher = ECDHE-RSA-CHACHA20-POLY1305 +cipher = TLS_UNSAFE_LEGACY_RENEGOTIATION +cipher = ECDHE-ECDSA-AES128-GCM-SHA256 diff --git a/shellops/assets/ShellOps_bf2115307e/gold/docs/notes.txt b/shellops/assets/ShellOps_bf2115307e/gold/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..363b54b5b24e14604db79fe83afaa2c86cbc55f3 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/gold/docs/notes.txt @@ -0,0 +1 @@ +Coverage files use format: function_name percentage \ No newline at end of file diff --git a/shellops/assets/ShellOps_bf2115307e/gold/high_coverage_additions.txt b/shellops/assets/ShellOps_bf2115307e/gold/high_coverage_additions.txt new file mode 100644 index 0000000000000000000000000000000000000000..d154c5c7cf38c62bdbc69c26246bad14e43bc6a7 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/gold/high_coverage_additions.txt @@ -0,0 +1 @@ +test_cluster diff --git a/shellops/assets/ShellOps_bf2115307e/gold/new/coverage.rc b/shellops/assets/ShellOps_bf2115307e/gold/new/coverage.rc new file mode 100644 index 0000000000000000000000000000000000000000..f22f25c68a2cad3335c394b826260a8ecdc30bb8 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/gold/new/coverage.rc @@ -0,0 +1,5 @@ +test_parse_args 96 +test_eval_metrics 98 +test_validate_inputs 95 +test_bootstrap 94 +test_cluster 97 diff --git a/shellops/assets/ShellOps_bf2115307e/gold/old/old_coverage.rc b/shellops/assets/ShellOps_bf2115307e/gold/old/old_coverage.rc new file mode 100644 index 0000000000000000000000000000000000000000..3e180fb59d81059a6d72a7a7097e1017171f26e6 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/gold/old/old_coverage.rc @@ -0,0 +1,3 @@ +test_parse_args 87 +test_eval_metrics 92 +test_validate_inputs 89 diff --git a/shellops/assets/ShellOps_bf2115307e/init/docs/notes.txt b/shellops/assets/ShellOps_bf2115307e/init/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..363b54b5b24e14604db79fe83afaa2c86cbc55f3 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/init/docs/notes.txt @@ -0,0 +1 @@ +Coverage files use format: function_name percentage \ No newline at end of file diff --git a/shellops/assets/ShellOps_bf2115307e/init/new/coverage.rc b/shellops/assets/ShellOps_bf2115307e/init/new/coverage.rc new file mode 100644 index 0000000000000000000000000000000000000000..f22f25c68a2cad3335c394b826260a8ecdc30bb8 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/init/new/coverage.rc @@ -0,0 +1,5 @@ +test_parse_args 96 +test_eval_metrics 98 +test_validate_inputs 95 +test_bootstrap 94 +test_cluster 97 diff --git a/shellops/assets/ShellOps_bf2115307e/init/old/old_coverage.rc b/shellops/assets/ShellOps_bf2115307e/init/old/old_coverage.rc new file mode 100644 index 0000000000000000000000000000000000000000..3e180fb59d81059a6d72a7a7097e1017171f26e6 --- /dev/null +++ b/shellops/assets/ShellOps_bf2115307e/init/old/old_coverage.rc @@ -0,0 +1,3 @@ +test_parse_args 87 +test_eval_metrics 92 +test_validate_inputs 89 diff --git a/shellops/assets/ShellOps_bf749a99ff/gold/settlement_totals.out b/shellops/assets/ShellOps_bf749a99ff/gold/settlement_totals.out new file mode 100644 index 0000000000000000000000000000000000000000..f804e4fe8bdfde54aa25d46b2a474e8e0717a5b6 --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/gold/settlement_totals.out @@ -0,0 +1,5 @@ +-299.99 +0.00 +1450.00 +2100.50 +980.75 diff --git a/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/merchant_1.ini b/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/merchant_1.ini new file mode 100644 index 0000000000000000000000000000000000000000..c9c46b763ffda19dff111f82153beec35b6258c5 --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/merchant_1.ini @@ -0,0 +1,23 @@ +[processor_config] +api_key=abc123 +settle_currency=USD +settle_amount=1450.00 + +[transaction_001] +id=001 +status=completed +settle_amount=1450.00 + +[transaction_002] +id=002 +status=completed +settle_amount=2100.50 + +[transaction_003] +id=003 +status=refunded +settle_amount=-299.99 + +[processor_config_secondary] +backup_api_key=def456 +settle_currency=EUR diff --git a/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/merchant_2.ini b/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/merchant_2.ini new file mode 100644 index 0000000000000000000000000000000000000000..3a64c9fea39af8a79ee96585aa129e05a37a864d --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/merchant_2.ini @@ -0,0 +1,23 @@ +[processor_config] +api_key=xyz789 +settle_currency=USD +settle_amount=980.75 + +[transaction_004] +id=004 +status=completed +settle_amount=980.75 + +[transaction_005] +id=005 +status=completed +settle_amount=1450.00 + +[transaction_006] +id=006 +status=voided +settle_amount=0.00 + +[audit_trail] +last_updated=2024-03-15 +verified_by=accounting_team diff --git a/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/notes.md b/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ed031c84487412b3dcce3b11d2a31f934a6e755 --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/gold/trans_logs/notes.md @@ -0,0 +1,4 @@ +# Transaction Log Notes +- Files are in INI format with sections for each transaction. +- settle_amount fields may appear in processor configs or individual transactions. +- Negative amounts indicate refunds. diff --git a/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/merchant_1.ini b/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/merchant_1.ini new file mode 100644 index 0000000000000000000000000000000000000000..c9c46b763ffda19dff111f82153beec35b6258c5 --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/merchant_1.ini @@ -0,0 +1,23 @@ +[processor_config] +api_key=abc123 +settle_currency=USD +settle_amount=1450.00 + +[transaction_001] +id=001 +status=completed +settle_amount=1450.00 + +[transaction_002] +id=002 +status=completed +settle_amount=2100.50 + +[transaction_003] +id=003 +status=refunded +settle_amount=-299.99 + +[processor_config_secondary] +backup_api_key=def456 +settle_currency=EUR diff --git a/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/merchant_2.ini b/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/merchant_2.ini new file mode 100644 index 0000000000000000000000000000000000000000..3a64c9fea39af8a79ee96585aa129e05a37a864d --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/merchant_2.ini @@ -0,0 +1,23 @@ +[processor_config] +api_key=xyz789 +settle_currency=USD +settle_amount=980.75 + +[transaction_004] +id=004 +status=completed +settle_amount=980.75 + +[transaction_005] +id=005 +status=completed +settle_amount=1450.00 + +[transaction_006] +id=006 +status=voided +settle_amount=0.00 + +[audit_trail] +last_updated=2024-03-15 +verified_by=accounting_team diff --git a/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/notes.md b/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7ed031c84487412b3dcce3b11d2a31f934a6e755 --- /dev/null +++ b/shellops/assets/ShellOps_bf749a99ff/init/trans_logs/notes.md @@ -0,0 +1,4 @@ +# Transaction Log Notes +- Files are in INI format with sections for each transaction. +- settle_amount fields may appear in processor configs or individual transactions. +- Negative amounts indicate refunds. diff --git a/shellops/assets/ShellOps_bf91b73e9c/gold/active_models.txt b/shellops/assets/ShellOps_bf91b73e9c/gold/active_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba07dc3d4dfa7638e11fad613950b367f92853ed --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/gold/active_models.txt @@ -0,0 +1,2 @@ +delta-3200 +gamma-750 diff --git a/shellops/assets/ShellOps_bf91b73e9c/gold/firmware.xml b/shellops/assets/ShellOps_bf91b73e9c/gold/firmware.xml new file mode 100644 index 0000000000000000000000000000000000000000..77b44fb3b877f651da9c8c130d1a1e995f187026 --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/gold/firmware.xml @@ -0,0 +1,19 @@ + + + + alpha-2000 + 2.1.3 + + + beta-1500 + 1.9.0 + + + gamma-750 + 3.0.1 + + + delta-3200 + 1.2.4 + + diff --git a/shellops/assets/ShellOps_bf91b73e9c/gold/legacy.txt b/shellops/assets/ShellOps_bf91b73e9c/gold/legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..4798d3410bf0c40f3377bc9472cfd43b275c7c0b --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/gold/legacy.txt @@ -0,0 +1,4 @@ +beta-1500 +alpha-2000 +zeta-500 +epsilon-900 diff --git a/shellops/assets/ShellOps_bf91b73e9c/gold/notes.md b/shellops/assets/ShellOps_bf91b73e9c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..edce91d5ab962fa45f1389e818684c129097e161 --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/gold/notes.md @@ -0,0 +1,4 @@ +# Firmware release notes +- Supported models are listed in firmware.xml +- Legacy models are tracked separately in legacy.txt +- Do not remove legacy entries without approval diff --git a/shellops/assets/ShellOps_bf91b73e9c/init/firmware.xml b/shellops/assets/ShellOps_bf91b73e9c/init/firmware.xml new file mode 100644 index 0000000000000000000000000000000000000000..77b44fb3b877f651da9c8c130d1a1e995f187026 --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/init/firmware.xml @@ -0,0 +1,19 @@ + + + + alpha-2000 + 2.1.3 + + + beta-1500 + 1.9.0 + + + gamma-750 + 3.0.1 + + + delta-3200 + 1.2.4 + + diff --git a/shellops/assets/ShellOps_bf91b73e9c/init/legacy.txt b/shellops/assets/ShellOps_bf91b73e9c/init/legacy.txt new file mode 100644 index 0000000000000000000000000000000000000000..4798d3410bf0c40f3377bc9472cfd43b275c7c0b --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/init/legacy.txt @@ -0,0 +1,4 @@ +beta-1500 +alpha-2000 +zeta-500 +epsilon-900 diff --git a/shellops/assets/ShellOps_bf91b73e9c/init/notes.md b/shellops/assets/ShellOps_bf91b73e9c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..edce91d5ab962fa45f1389e818684c129097e161 --- /dev/null +++ b/shellops/assets/ShellOps_bf91b73e9c/init/notes.md @@ -0,0 +1,4 @@ +# Firmware release notes +- Supported models are listed in firmware.xml +- Legacy models are tracked separately in legacy.txt +- Do not remove legacy entries without approval diff --git a/shellops/assets/ShellOps_bf944b53e3/gold/configs/local.yaml b/shellops/assets/ShellOps_bf944b53e3/gold/configs/local.yaml new file mode 100644 index 0000000000000000000000000000000000000000..01931b41ab054b1e21ff794a10e8dcc9b7d7278d --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/gold/configs/local.yaml @@ -0,0 +1,3 @@ +log_level: trace +max_connections: 10 +replica_count: 1 diff --git a/shellops/assets/ShellOps_bf944b53e3/gold/configs/production.yaml b/shellops/assets/ShellOps_bf944b53e3/gold/configs/production.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a53549dc4fa2d9cccd58485edcb7759317569573 --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/gold/configs/production.yaml @@ -0,0 +1,3 @@ +log_level: debug +max_connections: 100 +replica_count: 5 diff --git a/shellops/assets/ShellOps_bf944b53e3/gold/configs/staging.yaml b/shellops/assets/ShellOps_bf944b53e3/gold/configs/staging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f28470ecd395b9805aed48998b2180945eab7391 --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/gold/configs/staging.yaml @@ -0,0 +1,3 @@ +log_level: info +max_connections: 50 +replica_count: 3 diff --git a/shellops/assets/ShellOps_bf944b53e3/gold/reports/.keep b/shellops/assets/ShellOps_bf944b53e3/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bf944b53e3/gold/reports/log_levels.md b/shellops/assets/ShellOps_bf944b53e3/gold/reports/log_levels.md new file mode 100644 index 0000000000000000000000000000000000000000..6d22a514adba78d2400aaf4bdf869bd91ac7044c --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/gold/reports/log_levels.md @@ -0,0 +1,2 @@ +debug +info diff --git a/shellops/assets/ShellOps_bf944b53e3/init/configs/local.yaml b/shellops/assets/ShellOps_bf944b53e3/init/configs/local.yaml new file mode 100644 index 0000000000000000000000000000000000000000..01931b41ab054b1e21ff794a10e8dcc9b7d7278d --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/init/configs/local.yaml @@ -0,0 +1,3 @@ +log_level: trace +max_connections: 10 +replica_count: 1 diff --git a/shellops/assets/ShellOps_bf944b53e3/init/configs/production.yaml b/shellops/assets/ShellOps_bf944b53e3/init/configs/production.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a53549dc4fa2d9cccd58485edcb7759317569573 --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/init/configs/production.yaml @@ -0,0 +1,3 @@ +log_level: debug +max_connections: 100 +replica_count: 5 diff --git a/shellops/assets/ShellOps_bf944b53e3/init/configs/staging.yaml b/shellops/assets/ShellOps_bf944b53e3/init/configs/staging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f28470ecd395b9805aed48998b2180945eab7391 --- /dev/null +++ b/shellops/assets/ShellOps_bf944b53e3/init/configs/staging.yaml @@ -0,0 +1,3 @@ +log_level: info +max_connections: 50 +replica_count: 3 diff --git a/shellops/assets/ShellOps_bf944b53e3/init/reports/.keep b/shellops/assets/ShellOps_bf944b53e3/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_bfc652963f/gold/flags/active_flags.json b/shellops/assets/ShellOps_bfc652963f/gold/flags/active_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..eb7b6f2dc012970dd3a6678f2e4db463701ea76c --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/gold/flags/active_flags.json @@ -0,0 +1,5 @@ +{ + "feature_metrics": {"enabled": true}, + "feature_payments": {"enabled": true}, + "feature_export": {"enabled": false} +} diff --git a/shellops/assets/ShellOps_bfc652963f/gold/flags/release_flags.json b/shellops/assets/ShellOps_bfc652963f/gold/flags/release_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..a3352631664dbcf2d2b0e2726c6c252829e3693e --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/gold/flags/release_flags.json @@ -0,0 +1,7 @@ +{ + "feature_metrics": {"enabled": true}, + "feature_payments": {"enabled": true}, + "feature_export": {"enabled": false}, + "feature_analytics": {"enabled": true}, + "feature_legacy": {"enabled": false} +} diff --git a/shellops/assets/ShellOps_bfc652963f/gold/flags/report.txt b/shellops/assets/ShellOps_bfc652963f/gold/flags/report.txt new file mode 100644 index 0000000000000000000000000000000000000000..381cd20200a3dd696e493f3a25b8cecc7a7819b1 --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/gold/flags/report.txt @@ -0,0 +1,2 @@ +feature_analytics +feature_legacy diff --git a/shellops/assets/ShellOps_bfc652963f/gold/notes.md b/shellops/assets/ShellOps_bfc652963f/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7a5c365a69c3e58afc65294010b5fc97c6c1e0ca --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/gold/notes.md @@ -0,0 +1 @@ +Ignore this file; it's a distractor. diff --git a/shellops/assets/ShellOps_bfc652963f/init/flags/active_flags.json b/shellops/assets/ShellOps_bfc652963f/init/flags/active_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..eb7b6f2dc012970dd3a6678f2e4db463701ea76c --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/init/flags/active_flags.json @@ -0,0 +1,5 @@ +{ + "feature_metrics": {"enabled": true}, + "feature_payments": {"enabled": true}, + "feature_export": {"enabled": false} +} diff --git a/shellops/assets/ShellOps_bfc652963f/init/flags/release_flags.json b/shellops/assets/ShellOps_bfc652963f/init/flags/release_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..a3352631664dbcf2d2b0e2726c6c252829e3693e --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/init/flags/release_flags.json @@ -0,0 +1,7 @@ +{ + "feature_metrics": {"enabled": true}, + "feature_payments": {"enabled": true}, + "feature_export": {"enabled": false}, + "feature_analytics": {"enabled": true}, + "feature_legacy": {"enabled": false} +} diff --git a/shellops/assets/ShellOps_bfc652963f/init/notes.md b/shellops/assets/ShellOps_bfc652963f/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7a5c365a69c3e58afc65294010b5fc97c6c1e0ca --- /dev/null +++ b/shellops/assets/ShellOps_bfc652963f/init/notes.md @@ -0,0 +1 @@ +Ignore this file; it's a distractor. diff --git a/shellops/assets/ShellOps_c101da9497/gold/campaign_metrics/.keep b/shellops/assets/ShellOps_c101da9497/gold/campaign_metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c101da9497/gold/campaign_metrics/device_stats.trace b/shellops/assets/ShellOps_c101da9497/gold/campaign_metrics/device_stats.trace new file mode 100644 index 0000000000000000000000000000000000000000..91e7c57bd6876a3f9ca5ffcccc6080175e6f91ff --- /dev/null +++ b/shellops/assets/ShellOps_c101da9497/gold/campaign_metrics/device_stats.trace @@ -0,0 +1,6 @@ +2024-03-15|Mobile|0.12 +2024-03-15|Tablet|0.06 +2024-03-15|Desktop|0.03 +2024-03-15|SmartTV|0.04 +2024-03-15|Wearable|0.01 +2024-03-15|GamingConsole|0.02 diff --git a/shellops/assets/ShellOps_c101da9497/gold/low_ctr_devices.out b/shellops/assets/ShellOps_c101da9497/gold/low_ctr_devices.out new file mode 100644 index 0000000000000000000000000000000000000000..cde468ebbbe96fc163416e31127d0c1e0f23ca31 --- /dev/null +++ b/shellops/assets/ShellOps_c101da9497/gold/low_ctr_devices.out @@ -0,0 +1,4 @@ +Desktop +GamingConsole +SmartTV +Wearable diff --git a/shellops/assets/ShellOps_c101da9497/init/campaign_metrics/.keep b/shellops/assets/ShellOps_c101da9497/init/campaign_metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c101da9497/init/campaign_metrics/device_stats.trace b/shellops/assets/ShellOps_c101da9497/init/campaign_metrics/device_stats.trace new file mode 100644 index 0000000000000000000000000000000000000000..91e7c57bd6876a3f9ca5ffcccc6080175e6f91ff --- /dev/null +++ b/shellops/assets/ShellOps_c101da9497/init/campaign_metrics/device_stats.trace @@ -0,0 +1,6 @@ +2024-03-15|Mobile|0.12 +2024-03-15|Tablet|0.06 +2024-03-15|Desktop|0.03 +2024-03-15|SmartTV|0.04 +2024-03-15|Wearable|0.01 +2024-03-15|GamingConsole|0.02 diff --git a/shellops/assets/ShellOps_c11c497c58/gold/notes/irrelevant_events.md b/shellops/assets/ShellOps_c11c497c58/gold/notes/irrelevant_events.md new file mode 100644 index 0000000000000000000000000000000000000000..8c7469f38557b9e785ea808a0a411ab7d38411a3 --- /dev/null +++ b/shellops/assets/ShellOps_c11c497c58/gold/notes/irrelevant_events.md @@ -0,0 +1,4 @@ +# Miscellaneous Events Log +- 2024-11-01 09:00:00 power_surge_alert_201 voltage_spike zone_A +- 2024-11-01 09:05:00 cooling_fan_failure_301 fan_unit_2 zone_B +- 2024-11-01 09:10:00 thermal_alert_999 temperature_normalized zone_K diff --git a/shellops/assets/ShellOps_c11c497c58/gold/sensors/thermal.log b/shellops/assets/ShellOps_c11c497c58/gold/sensors/thermal.log new file mode 100644 index 0000000000000000000000000000000000000000..48b1c02d7bb41c5513e8bd0514b8c99095ef4b51 --- /dev/null +++ b/shellops/assets/ShellOps_c11c497c58/gold/sensors/thermal.log @@ -0,0 +1,10 @@ +2024-11-01 08:00:15 thermal_alert_101 temperature_threshold_exceeded zone_A +2024-11-01 08:05:22 thermal_alert_102 temperature_threshold_exceeded zone_B +2024-11-01 08:10:33 thermal_alert_103 temperature_threshold_exceeded zone_C +2024-11-01 08:15:44 thermal_alert_104 temperature_threshold_exceeded zone_D +2024-11-01 08:20:55 thermal_alert_105 temperature_threshold_exceeded zone_E +2024-11-01 08:25:06 thermal_alert_106 temperature_threshold_exceeded zone_F +2024-11-01 08:30:17 thermal_alert_107 temperature_threshold_exceeded zone_G +2024-11-01 08:35:28 thermal_alert_108 temperature_threshold_exceeded zone_H +2024-11-01 08:40:39 thermal_alert_109 temperature_threshold_exceeded zone_I +2024-11-01 08:45:50 thermal_alert_110 temperature_threshold_exceeded zone_J \ No newline at end of file diff --git a/shellops/assets/ShellOps_c11c497c58/gold/suppression/approved_suppressions.txt b/shellops/assets/ShellOps_c11c497c58/gold/suppression/approved_suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0470955ab6210b940f12c2c6840f2c82c2d2bf2 --- /dev/null +++ b/shellops/assets/ShellOps_c11c497c58/gold/suppression/approved_suppressions.txt @@ -0,0 +1,8 @@ +# Approved thermal alert suppressions for Q4 2024 +thermal_alert_102 +thermal_alert_104 +thermal_alert_107 +thermal_alert_109 +thermal_alert_111 +thermal_alert_113 +# End of suppression list \ No newline at end of file diff --git a/shellops/assets/ShellOps_c11c497c58/init/notes/irrelevant_events.md b/shellops/assets/ShellOps_c11c497c58/init/notes/irrelevant_events.md new file mode 100644 index 0000000000000000000000000000000000000000..8c7469f38557b9e785ea808a0a411ab7d38411a3 --- /dev/null +++ b/shellops/assets/ShellOps_c11c497c58/init/notes/irrelevant_events.md @@ -0,0 +1,4 @@ +# Miscellaneous Events Log +- 2024-11-01 09:00:00 power_surge_alert_201 voltage_spike zone_A +- 2024-11-01 09:05:00 cooling_fan_failure_301 fan_unit_2 zone_B +- 2024-11-01 09:10:00 thermal_alert_999 temperature_normalized zone_K diff --git a/shellops/assets/ShellOps_c11c497c58/init/sensors/thermal.log b/shellops/assets/ShellOps_c11c497c58/init/sensors/thermal.log new file mode 100644 index 0000000000000000000000000000000000000000..48b1c02d7bb41c5513e8bd0514b8c99095ef4b51 --- /dev/null +++ b/shellops/assets/ShellOps_c11c497c58/init/sensors/thermal.log @@ -0,0 +1,10 @@ +2024-11-01 08:00:15 thermal_alert_101 temperature_threshold_exceeded zone_A +2024-11-01 08:05:22 thermal_alert_102 temperature_threshold_exceeded zone_B +2024-11-01 08:10:33 thermal_alert_103 temperature_threshold_exceeded zone_C +2024-11-01 08:15:44 thermal_alert_104 temperature_threshold_exceeded zone_D +2024-11-01 08:20:55 thermal_alert_105 temperature_threshold_exceeded zone_E +2024-11-01 08:25:06 thermal_alert_106 temperature_threshold_exceeded zone_F +2024-11-01 08:30:17 thermal_alert_107 temperature_threshold_exceeded zone_G +2024-11-01 08:35:28 thermal_alert_108 temperature_threshold_exceeded zone_H +2024-11-01 08:40:39 thermal_alert_109 temperature_threshold_exceeded zone_I +2024-11-01 08:45:50 thermal_alert_110 temperature_threshold_exceeded zone_J \ No newline at end of file diff --git a/shellops/assets/ShellOps_c11c497c58/init/suppression/approved_suppressions.txt b/shellops/assets/ShellOps_c11c497c58/init/suppression/approved_suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0470955ab6210b940f12c2c6840f2c82c2d2bf2 --- /dev/null +++ b/shellops/assets/ShellOps_c11c497c58/init/suppression/approved_suppressions.txt @@ -0,0 +1,8 @@ +# Approved thermal alert suppressions for Q4 2024 +thermal_alert_102 +thermal_alert_104 +thermal_alert_107 +thermal_alert_109 +thermal_alert_111 +thermal_alert_113 +# End of suppression list \ No newline at end of file diff --git a/shellops/assets/ShellOps_c18e90a200/gold/catalog/product_ids.txt b/shellops/assets/ShellOps_c18e90a200/gold/catalog/product_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5878d479ae306006be7fb8959d1b2edf5d552e5 --- /dev/null +++ b/shellops/assets/ShellOps_c18e90a200/gold/catalog/product_ids.txt @@ -0,0 +1,5 @@ +101 +102 +103 +104 +105 diff --git a/shellops/assets/ShellOps_c18e90a200/gold/feeds/supplier_a.csv b/shellops/assets/ShellOps_c18e90a200/gold/feeds/supplier_a.csv new file mode 100644 index 0000000000000000000000000000000000000000..4f3965d7616e26208f46f04e64ef3c09d1934de1 --- /dev/null +++ b/shellops/assets/ShellOps_c18e90a200/gold/feeds/supplier_a.csv @@ -0,0 +1,4 @@ +PRODUCT_ID,NAME,PRICE +"101","Widget A","29.99" +"102","Widget B","39.99" +"104","Widget D","49.99" \ No newline at end of file diff --git a/shellops/assets/ShellOps_c18e90a200/gold/feeds/supplier_b.json b/shellops/assets/ShellOps_c18e90a200/gold/feeds/supplier_b.json new file mode 100644 index 0000000000000000000000000000000000000000..4c7fca64df6b0107b5f20197d701296cc8a49354 --- /dev/null +++ b/shellops/assets/ShellOps_c18e90a200/gold/feeds/supplier_b.json @@ -0,0 +1,5 @@ +[ + {"id": 103, "name": "Gadget C", "price": 19.99}, + {"id": 101, "name": "Widget A", "price": 29.99}, + {"id": 105, "name": "Gadget E", "price": 59.99} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c18e90a200/init/feeds/supplier_a.csv b/shellops/assets/ShellOps_c18e90a200/init/feeds/supplier_a.csv new file mode 100644 index 0000000000000000000000000000000000000000..4f3965d7616e26208f46f04e64ef3c09d1934de1 --- /dev/null +++ b/shellops/assets/ShellOps_c18e90a200/init/feeds/supplier_a.csv @@ -0,0 +1,4 @@ +PRODUCT_ID,NAME,PRICE +"101","Widget A","29.99" +"102","Widget B","39.99" +"104","Widget D","49.99" \ No newline at end of file diff --git a/shellops/assets/ShellOps_c18e90a200/init/feeds/supplier_b.json b/shellops/assets/ShellOps_c18e90a200/init/feeds/supplier_b.json new file mode 100644 index 0000000000000000000000000000000000000000..4c7fca64df6b0107b5f20197d701296cc8a49354 --- /dev/null +++ b/shellops/assets/ShellOps_c18e90a200/init/feeds/supplier_b.json @@ -0,0 +1,5 @@ +[ + {"id": 103, "name": "Gadget C", "price": 19.99}, + {"id": 101, "name": "Widget A", "price": 29.99}, + {"id": 105, "name": "Gadget E", "price": 59.99} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c1fda46a7a/gold/exclusions/blocked_modules.txt b/shellops/assets/ShellOps_c1fda46a7a/gold/exclusions/blocked_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..314733fd46adcab78d06f73c165534d9a009417d --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/gold/exclusions/blocked_modules.txt @@ -0,0 +1,2 @@ +debug_tool +ui_framework diff --git a/shellops/assets/ShellOps_c1fda46a7a/gold/releases/alpha.json b/shellops/assets/ShellOps_c1fda46a7a/gold/releases/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..380731ed260be7f9bd2b1e8442fc6625659c116d --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/gold/releases/alpha.json @@ -0,0 +1,10 @@ +{ + "release": "alpha", + "date": "2025-04-10", + "modules": [ + { "name": "core_kernel", "version": "2.1.3" }, + { "name": "net_driver", "version": "1.9.2" }, + { "name": "crypto_lib", "version": "2.2.0" }, + { "name": "ui_framework", "version": "2.0.1" } + ] +} diff --git a/shellops/assets/ShellOps_c1fda46a7a/gold/releases/beta.json b/shellops/assets/ShellOps_c1fda46a7a/gold/releases/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..98983825bde2bea61230721afbbe92403ff67947 --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/gold/releases/beta.json @@ -0,0 +1,10 @@ +{ + "release": "beta", + "date": "2025-04-15", + "modules": [ + { "name": "core_kernel", "version": "2.1.4" }, + { "name": "storage_service", "version": "2.3.0" }, + { "name": "net_driver", "version": "2.1.0" }, + { "name": "debug_tool", "version": "1.8.5" } + ] +} diff --git a/shellops/assets/ShellOps_c1fda46a7a/gold/releases/notes.md b/shellops/assets/ShellOps_c1fda46a7a/gold/releases/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1bef6cb41fc4d6608912932455260ce58e9f2c5f --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/gold/releases/notes.md @@ -0,0 +1 @@ +Alpha and beta releases include various module updates. diff --git a/shellops/assets/ShellOps_c1fda46a7a/gold/reports/qualified_modules.txt b/shellops/assets/ShellOps_c1fda46a7a/gold/reports/qualified_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a18f526afb0ca7fdb1db2081fbaf02c6577cb48 --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/gold/reports/qualified_modules.txt @@ -0,0 +1,4 @@ +core_kernel +crypto_lib +net_driver +storage_service diff --git a/shellops/assets/ShellOps_c1fda46a7a/init/exclusions/blocked_modules.txt b/shellops/assets/ShellOps_c1fda46a7a/init/exclusions/blocked_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..314733fd46adcab78d06f73c165534d9a009417d --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/init/exclusions/blocked_modules.txt @@ -0,0 +1,2 @@ +debug_tool +ui_framework diff --git a/shellops/assets/ShellOps_c1fda46a7a/init/releases/alpha.json b/shellops/assets/ShellOps_c1fda46a7a/init/releases/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..380731ed260be7f9bd2b1e8442fc6625659c116d --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/init/releases/alpha.json @@ -0,0 +1,10 @@ +{ + "release": "alpha", + "date": "2025-04-10", + "modules": [ + { "name": "core_kernel", "version": "2.1.3" }, + { "name": "net_driver", "version": "1.9.2" }, + { "name": "crypto_lib", "version": "2.2.0" }, + { "name": "ui_framework", "version": "2.0.1" } + ] +} diff --git a/shellops/assets/ShellOps_c1fda46a7a/init/releases/beta.json b/shellops/assets/ShellOps_c1fda46a7a/init/releases/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..98983825bde2bea61230721afbbe92403ff67947 --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/init/releases/beta.json @@ -0,0 +1,10 @@ +{ + "release": "beta", + "date": "2025-04-15", + "modules": [ + { "name": "core_kernel", "version": "2.1.4" }, + { "name": "storage_service", "version": "2.3.0" }, + { "name": "net_driver", "version": "2.1.0" }, + { "name": "debug_tool", "version": "1.8.5" } + ] +} diff --git a/shellops/assets/ShellOps_c1fda46a7a/init/releases/notes.md b/shellops/assets/ShellOps_c1fda46a7a/init/releases/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1bef6cb41fc4d6608912932455260ce58e9f2c5f --- /dev/null +++ b/shellops/assets/ShellOps_c1fda46a7a/init/releases/notes.md @@ -0,0 +1 @@ +Alpha and beta releases include various module updates. diff --git a/shellops/assets/ShellOps_c210bdf12f/gold/active_devices.tsv b/shellops/assets/ShellOps_c210bdf12f/gold/active_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..84c1362a800ffaf22b4f160ca86fb09596727268 --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/gold/active_devices.tsv @@ -0,0 +1,3 @@ +dev-1001 router-alpha +dev-1002 switch-beta +dev-1003 firewall-gamma diff --git a/shellops/assets/ShellOps_c210bdf12f/gold/notes.md b/shellops/assets/ShellOps_c210bdf12f/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6836477d33e5c258448c5d2f30193bc2e16b41b2 --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/gold/notes.md @@ -0,0 +1 @@ +Device dev-1004 is archived and should be excluded from active reports. diff --git a/shellops/assets/ShellOps_c210bdf12f/gold/roster.tsv b/shellops/assets/ShellOps_c210bdf12f/gold/roster.tsv new file mode 100644 index 0000000000000000000000000000000000000000..84c1362a800ffaf22b4f160ca86fb09596727268 --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/gold/roster.tsv @@ -0,0 +1,3 @@ +dev-1001 router-alpha +dev-1002 switch-beta +dev-1003 firewall-gamma diff --git a/shellops/assets/ShellOps_c210bdf12f/gold/telemetry.log b/shellops/assets/ShellOps_c210bdf12f/gold/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..8c54c4df8bf5fdb02283aeb1fc603b8c5f15dc7f --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/gold/telemetry.log @@ -0,0 +1,4 @@ +2024-05-15 10:23:45 device_id=dev-1001 status=active +2024-05-15 10:24:12 device_id=dev-1002 status=active +2024-05-15 10:25:03 device_id=dev-1004 status=archived +2024-05-15 10:26:18 device_id=dev-1003 status=active diff --git a/shellops/assets/ShellOps_c210bdf12f/init/notes.md b/shellops/assets/ShellOps_c210bdf12f/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6836477d33e5c258448c5d2f30193bc2e16b41b2 --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/init/notes.md @@ -0,0 +1 @@ +Device dev-1004 is archived and should be excluded from active reports. diff --git a/shellops/assets/ShellOps_c210bdf12f/init/roster.tsv b/shellops/assets/ShellOps_c210bdf12f/init/roster.tsv new file mode 100644 index 0000000000000000000000000000000000000000..84c1362a800ffaf22b4f160ca86fb09596727268 --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/init/roster.tsv @@ -0,0 +1,3 @@ +dev-1001 router-alpha +dev-1002 switch-beta +dev-1003 firewall-gamma diff --git a/shellops/assets/ShellOps_c210bdf12f/init/telemetry.log b/shellops/assets/ShellOps_c210bdf12f/init/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..8c54c4df8bf5fdb02283aeb1fc603b8c5f15dc7f --- /dev/null +++ b/shellops/assets/ShellOps_c210bdf12f/init/telemetry.log @@ -0,0 +1,4 @@ +2024-05-15 10:23:45 device_id=dev-1001 status=active +2024-05-15 10:24:12 device_id=dev-1002 status=active +2024-05-15 10:25:03 device_id=dev-1004 status=archived +2024-05-15 10:26:18 device_id=dev-1003 status=active diff --git a/shellops/assets/ShellOps_c211a35e9a/gold/distractor/notes.md b/shellops/assets/ShellOps_c211a35e9a/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7f1766317d223db1d91fc3c9df1da72469c17fda --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/gold/distractor/notes.md @@ -0,0 +1,3 @@ +# Inventory Notes +- Entries marked 'revoked' should be excluded. +- Entries marked 'suspended' should also be excluded. diff --git a/shellops/assets/ShellOps_c211a35e9a/gold/exclusions/revoked.txt b/shellops/assets/ShellOps_c211a35e9a/gold/exclusions/revoked.txt new file mode 100644 index 0000000000000000000000000000000000000000..63e7fa382b5a96f8ca644fa327a90c09a18162da --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/gold/exclusions/revoked.txt @@ -0,0 +1,2 @@ +ent-004 +ent-007 diff --git a/shellops/assets/ShellOps_c211a35e9a/gold/inventory/entries.jsonl b/shellops/assets/ShellOps_c211a35e9a/gold/inventory/entries.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ea2f4473bf0c264ed9c4451387db1da928c55076 --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/gold/inventory/entries.jsonl @@ -0,0 +1,10 @@ +{"id": "ent-001", "status": "active", "region": "us-east"} +{"id": "ent-002", "status": "staged", "region": "eu-west"} +{"id": "ent-003", "status": "active", "region": "ap-south"} +{"id": "ent-004", "status": "revoked", "region": "us-west"} +{"id": "ent-005", "status": "active", "region": "ca-central"} +{"id": "ent-006", "status": "active", "region": "us-east"} +{"id": "ent-007", "status": "suspended", "region": "eu-west"} +{"id": "ent-008", "status": "active", "region": "ap-south"} +{"id": "ent-009", "status": "pending", "region": "us-west"} +{"id": "ent-010", "status": "active", "region": "ca-central"} diff --git a/shellops/assets/ShellOps_c211a35e9a/gold/reports/active_entries.txt b/shellops/assets/ShellOps_c211a35e9a/gold/reports/active_entries.txt new file mode 100644 index 0000000000000000000000000000000000000000..66dc88707c34540f7522fef541ca74f00078a6e0 --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/gold/reports/active_entries.txt @@ -0,0 +1,6 @@ +ent-001 +ent-003 +ent-005 +ent-006 +ent-008 +ent-010 diff --git a/shellops/assets/ShellOps_c211a35e9a/init/distractor/notes.md b/shellops/assets/ShellOps_c211a35e9a/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7f1766317d223db1d91fc3c9df1da72469c17fda --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/init/distractor/notes.md @@ -0,0 +1,3 @@ +# Inventory Notes +- Entries marked 'revoked' should be excluded. +- Entries marked 'suspended' should also be excluded. diff --git a/shellops/assets/ShellOps_c211a35e9a/init/exclusions/revoked.txt b/shellops/assets/ShellOps_c211a35e9a/init/exclusions/revoked.txt new file mode 100644 index 0000000000000000000000000000000000000000..63e7fa382b5a96f8ca644fa327a90c09a18162da --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/init/exclusions/revoked.txt @@ -0,0 +1,2 @@ +ent-004 +ent-007 diff --git a/shellops/assets/ShellOps_c211a35e9a/init/inventory/entries.jsonl b/shellops/assets/ShellOps_c211a35e9a/init/inventory/entries.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ea2f4473bf0c264ed9c4451387db1da928c55076 --- /dev/null +++ b/shellops/assets/ShellOps_c211a35e9a/init/inventory/entries.jsonl @@ -0,0 +1,10 @@ +{"id": "ent-001", "status": "active", "region": "us-east"} +{"id": "ent-002", "status": "staged", "region": "eu-west"} +{"id": "ent-003", "status": "active", "region": "ap-south"} +{"id": "ent-004", "status": "revoked", "region": "us-west"} +{"id": "ent-005", "status": "active", "region": "ca-central"} +{"id": "ent-006", "status": "active", "region": "us-east"} +{"id": "ent-007", "status": "suspended", "region": "eu-west"} +{"id": "ent-008", "status": "active", "region": "ap-south"} +{"id": "ent-009", "status": "pending", "region": "us-west"} +{"id": "ent-010", "status": "active", "region": "ca-central"} diff --git a/shellops/assets/ShellOps_c2a43d13b8/gold/basketball_participants.csv b/shellops/assets/ShellOps_c2a43d13b8/gold/basketball_participants.csv new file mode 100644 index 0000000000000000000000000000000000000000..6ab920c67225f2130f32a95b5f1e004c0880176a --- /dev/null +++ b/shellops/assets/ShellOps_c2a43d13b8/gold/basketball_participants.csv @@ -0,0 +1,6 @@ +name,id,date +Alice,1001,2024-01-15 +Bob,1002,2024-01-16 +Charlie,1003,2024-01-17 +Diana,1004,2024-01-18 +Ethan,1005,2024-01-19 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c2a43d13b8/gold/dual_participants.txt b/shellops/assets/ShellOps_c2a43d13b8/gold/dual_participants.txt new file mode 100644 index 0000000000000000000000000000000000000000..de50f47d80acc995ea4e558d9570f2769ec39507 --- /dev/null +++ b/shellops/assets/ShellOps_c2a43d13b8/gold/dual_participants.txt @@ -0,0 +1,3 @@ +1001 +1003 +1005 diff --git a/shellops/assets/ShellOps_c2a43d13b8/gold/swimming_participants.csv b/shellops/assets/ShellOps_c2a43d13b8/gold/swimming_participants.csv new file mode 100644 index 0000000000000000000000000000000000000000..a1df2ec2ac2bcf55c1fb771e52d07b8e307f7fc2 --- /dev/null +++ b/shellops/assets/ShellOps_c2a43d13b8/gold/swimming_participants.csv @@ -0,0 +1,6 @@ +name,id,date +Alice,1001,2024-02-01 +Charlie,1003,2024-02-02 +Ethan,1005,2024-02-03 +Frank,1006,2024-02-04 +Grace,1007,2024-02-05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c2a43d13b8/init/.tmp/bball_ids.txt b/shellops/assets/ShellOps_c2a43d13b8/init/.tmp/bball_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c2a43d13b8/init/.tmp/swim_ids.txt b/shellops/assets/ShellOps_c2a43d13b8/init/.tmp/swim_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c2a43d13b8/init/basketball_participants.csv b/shellops/assets/ShellOps_c2a43d13b8/init/basketball_participants.csv new file mode 100644 index 0000000000000000000000000000000000000000..6ab920c67225f2130f32a95b5f1e004c0880176a --- /dev/null +++ b/shellops/assets/ShellOps_c2a43d13b8/init/basketball_participants.csv @@ -0,0 +1,6 @@ +name,id,date +Alice,1001,2024-01-15 +Bob,1002,2024-01-16 +Charlie,1003,2024-01-17 +Diana,1004,2024-01-18 +Ethan,1005,2024-01-19 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c2a43d13b8/init/swimming_participants.csv b/shellops/assets/ShellOps_c2a43d13b8/init/swimming_participants.csv new file mode 100644 index 0000000000000000000000000000000000000000..a1df2ec2ac2bcf55c1fb771e52d07b8e307f7fc2 --- /dev/null +++ b/shellops/assets/ShellOps_c2a43d13b8/init/swimming_participants.csv @@ -0,0 +1,6 @@ +name,id,date +Alice,1001,2024-02-01 +Charlie,1003,2024-02-02 +Ethan,1005,2024-02-03 +Frank,1006,2024-02-04 +Grace,1007,2024-02-05 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c2e88a30bd/gold/missing_items.txt b/shellops/assets/ShellOps_c2e88a30bd/gold/missing_items.txt new file mode 100644 index 0000000000000000000000000000000000000000..5233ba038f2a148277d36ec516c68fa6ad229b43 --- /dev/null +++ b/shellops/assets/ShellOps_c2e88a30bd/gold/missing_items.txt @@ -0,0 +1,2 @@ +bolts +pins diff --git a/shellops/assets/ShellOps_c2e88a30bd/gold/stock.csv b/shellops/assets/ShellOps_c2e88a30bd/gold/stock.csv new file mode 100644 index 0000000000000000000000000000000000000000..583afb13854f1bc961b8cefaaff3c57857803a2d --- /dev/null +++ b/shellops/assets/ShellOps_c2e88a30bd/gold/stock.csv @@ -0,0 +1,6 @@ +item,quantity,unit_price +screws,150,0.05 +bolts,80,0.12 +washers,200,0.02 +pins,75,0.08 +springs,60,0.15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c2e88a30bd/gold/stock.json b/shellops/assets/ShellOps_c2e88a30bd/gold/stock.json new file mode 100644 index 0000000000000000000000000000000000000000..118607989d968b6c7097119ad3b536742bff4401 --- /dev/null +++ b/shellops/assets/ShellOps_c2e88a30bd/gold/stock.json @@ -0,0 +1,6 @@ +[ + {"item": "screws", "quantity": 150, "last_updated": "2024-01-15"}, + {"item": "washers", "quantity": 200, "last_updated": "2024-01-16"}, + {"item": "springs", "quantity": 60, "last_updated": "2024-01-17"}, + {"item": "clips", "quantity": 90, "last_updated": "2024-01-18"} +] diff --git a/shellops/assets/ShellOps_c2e88a30bd/init/stock.csv b/shellops/assets/ShellOps_c2e88a30bd/init/stock.csv new file mode 100644 index 0000000000000000000000000000000000000000..583afb13854f1bc961b8cefaaff3c57857803a2d --- /dev/null +++ b/shellops/assets/ShellOps_c2e88a30bd/init/stock.csv @@ -0,0 +1,6 @@ +item,quantity,unit_price +screws,150,0.05 +bolts,80,0.12 +washers,200,0.02 +pins,75,0.08 +springs,60,0.15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c2e88a30bd/init/stock.json b/shellops/assets/ShellOps_c2e88a30bd/init/stock.json new file mode 100644 index 0000000000000000000000000000000000000000..118607989d968b6c7097119ad3b536742bff4401 --- /dev/null +++ b/shellops/assets/ShellOps_c2e88a30bd/init/stock.json @@ -0,0 +1,6 @@ +[ + {"item": "screws", "quantity": 150, "last_updated": "2024-01-15"}, + {"item": "washers", "quantity": 200, "last_updated": "2024-01-16"}, + {"item": "springs", "quantity": 60, "last_updated": "2024-01-17"}, + {"item": "clips", "quantity": 90, "last_updated": "2024-01-18"} +] diff --git a/shellops/assets/ShellOps_c34068354c/gold/distractor/archive/old_subjects.xml b/shellops/assets/ShellOps_c34068354c/gold/distractor/archive/old_subjects.xml new file mode 100644 index 0000000000000000000000000000000000000000..e700a7a4a06e8d9c92d2a0dea27949722912272f --- /dev/null +++ b/shellops/assets/ShellOps_c34068354c/gold/distractor/archive/old_subjects.xml @@ -0,0 +1,6 @@ + + + Set Theory + required + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c34068354c/gold/guides.txt b/shellops/assets/ShellOps_c34068354c/gold/guides.txt new file mode 100644 index 0000000000000000000000000000000000000000..875b6a20f37b05401a48f99490d47c98be066dca --- /dev/null +++ b/shellops/assets/ShellOps_c34068354c/gold/guides.txt @@ -0,0 +1,6 @@ +Algebra +# deprecated: Linear Algebra +Trigonometry +Geometry + +Topology diff --git a/shellops/assets/ShellOps_c34068354c/gold/subjects.xml b/shellops/assets/ShellOps_c34068354c/gold/subjects.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a99f76f49b769b07948fe5dfcddf94c59773339 --- /dev/null +++ b/shellops/assets/ShellOps_c34068354c/gold/subjects.xml @@ -0,0 +1,22 @@ + + + Algebra + required + + + Calculus + optional + + + Trigonometry + required + + + Geometry + required + + + Statistics + optional + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c34068354c/init/distractor/archive/old_subjects.xml b/shellops/assets/ShellOps_c34068354c/init/distractor/archive/old_subjects.xml new file mode 100644 index 0000000000000000000000000000000000000000..e700a7a4a06e8d9c92d2a0dea27949722912272f --- /dev/null +++ b/shellops/assets/ShellOps_c34068354c/init/distractor/archive/old_subjects.xml @@ -0,0 +1,6 @@ + + + Set Theory + required + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c34068354c/init/guides.txt b/shellops/assets/ShellOps_c34068354c/init/guides.txt new file mode 100644 index 0000000000000000000000000000000000000000..875b6a20f37b05401a48f99490d47c98be066dca --- /dev/null +++ b/shellops/assets/ShellOps_c34068354c/init/guides.txt @@ -0,0 +1,6 @@ +Algebra +# deprecated: Linear Algebra +Trigonometry +Geometry + +Topology diff --git a/shellops/assets/ShellOps_c34068354c/init/subjects.xml b/shellops/assets/ShellOps_c34068354c/init/subjects.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a99f76f49b769b07948fe5dfcddf94c59773339 --- /dev/null +++ b/shellops/assets/ShellOps_c34068354c/init/subjects.xml @@ -0,0 +1,22 @@ + + + Algebra + required + + + Calculus + optional + + + Trigonometry + required + + + Geometry + required + + + Statistics + optional + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3b9121990/gold/changelog/.keep b/shellops/assets/ShellOps_c3b9121990/gold/changelog/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c3b9121990/gold/changelog/v2.4.0.md b/shellops/assets/ShellOps_c3b9121990/gold/changelog/v2.4.0.md new file mode 100644 index 0000000000000000000000000000000000000000..49b1254ffdf3e3f0133286e0f46021f2b39b79c7 --- /dev/null +++ b/shellops/assets/ShellOps_c3b9121990/gold/changelog/v2.4.0.md @@ -0,0 +1,13 @@ +# Changelog v2.4.0 + +## Security +- Implemented fix for CVE-2024-12345 +- Resolved CVE-2024-09876 +- Applied patch for CVE-2024-11223 + +## Features +- Added new analytics dashboard +- Improved user onboarding flow + +## Bug Fixes +- Fixed issue with payment gateway timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3b9121990/gold/security_updates.md b/shellops/assets/ShellOps_c3b9121990/gold/security_updates.md new file mode 100644 index 0000000000000000000000000000000000000000..017b25fd2a8bfd26bb53b218ca6b21adbb25122f --- /dev/null +++ b/shellops/assets/ShellOps_c3b9121990/gold/security_updates.md @@ -0,0 +1,10 @@ +# Security Updates Q2 2024 + +## Critical Patches +- Fixed CVE-2024-12345: Buffer overflow in authentication module +- Resolved CVE-2024-54321: SQL injection vulnerability in user profile endpoint +- Addressed CVE-2024-67890: Improper access control in admin API + +## High Severity +- Patched CVE-2024-09876: Cross-site scripting in dashboard component +- Fixed CVE-2024-11223: Insecure direct object reference in file upload handler \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3b9121990/init/changelog/.keep b/shellops/assets/ShellOps_c3b9121990/init/changelog/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c3b9121990/init/changelog/v2.4.0.md b/shellops/assets/ShellOps_c3b9121990/init/changelog/v2.4.0.md new file mode 100644 index 0000000000000000000000000000000000000000..49b1254ffdf3e3f0133286e0f46021f2b39b79c7 --- /dev/null +++ b/shellops/assets/ShellOps_c3b9121990/init/changelog/v2.4.0.md @@ -0,0 +1,13 @@ +# Changelog v2.4.0 + +## Security +- Implemented fix for CVE-2024-12345 +- Resolved CVE-2024-09876 +- Applied patch for CVE-2024-11223 + +## Features +- Added new analytics dashboard +- Improved user onboarding flow + +## Bug Fixes +- Fixed issue with payment gateway timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3b9121990/init/security_updates.md b/shellops/assets/ShellOps_c3b9121990/init/security_updates.md new file mode 100644 index 0000000000000000000000000000000000000000..017b25fd2a8bfd26bb53b218ca6b21adbb25122f --- /dev/null +++ b/shellops/assets/ShellOps_c3b9121990/init/security_updates.md @@ -0,0 +1,10 @@ +# Security Updates Q2 2024 + +## Critical Patches +- Fixed CVE-2024-12345: Buffer overflow in authentication module +- Resolved CVE-2024-54321: SQL injection vulnerability in user profile endpoint +- Addressed CVE-2024-67890: Improper access control in admin API + +## High Severity +- Patched CVE-2024-09876: Cross-site scripting in dashboard component +- Fixed CVE-2024-11223: Insecure direct object reference in file upload handler \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/gold/approved_models.txt b/shellops/assets/ShellOps_c3ca1176fa/gold/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f4601b44e2e65c84773a634ebf38242881122f2 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/gold/approved_models.txt @@ -0,0 +1,2 @@ +ULT400 +ULT600 diff --git a/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/notes.md b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3b8f1be44c4b64d9ebfb291a9d12068a8c4f8546 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/notes.md @@ -0,0 +1 @@ +Ignore any entries from Tier-Two in Q2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/proc_q1.csv b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/proc_q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdf5b2f80df2a5d98f7a61fd51238b30041d1952 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/proc_q1.csv @@ -0,0 +1,4 @@ +ID,Model Code,Vendor,Status +101,ULT300,Tier-One,Discontinued +102,ULT400,Tier-One,Active +103,BST200,BestTech,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/proc_q2.csv b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/proc_q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f99afa359ed4cd8b77262992a7a271e2179dc32 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/proc_q2.csv @@ -0,0 +1,3 @@ +ID,Model Code,Vendor,Status +201,ULT500,Tier-Two,Active +202,ULT600,Tier-One,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/vendor_list.txt b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/vendor_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..740c5cca70e633cfbb5aca393312c7d5912826ff --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/gold/procurement/vendor_list.txt @@ -0,0 +1,3 @@ +Vendor Priority: +1. Tier-One +2. BestTech \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/init/procurement/notes.md b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3b8f1be44c4b64d9ebfb291a9d12068a8c4f8546 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/notes.md @@ -0,0 +1 @@ +Ignore any entries from Tier-Two in Q2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/init/procurement/proc_q1.csv b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/proc_q1.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdf5b2f80df2a5d98f7a61fd51238b30041d1952 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/proc_q1.csv @@ -0,0 +1,4 @@ +ID,Model Code,Vendor,Status +101,ULT300,Tier-One,Discontinued +102,ULT400,Tier-One,Active +103,BST200,BestTech,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/init/procurement/proc_q2.csv b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/proc_q2.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f99afa359ed4cd8b77262992a7a271e2179dc32 --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/proc_q2.csv @@ -0,0 +1,3 @@ +ID,Model Code,Vendor,Status +201,ULT500,Tier-Two,Active +202,ULT600,Tier-One,Active \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3ca1176fa/init/procurement/vendor_list.txt b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/vendor_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..740c5cca70e633cfbb5aca393312c7d5912826ff --- /dev/null +++ b/shellops/assets/ShellOps_c3ca1176fa/init/procurement/vendor_list.txt @@ -0,0 +1,3 @@ +Vendor Priority: +1. Tier-One +2. BestTech \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_a.metrics b/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_a.metrics new file mode 100644 index 0000000000000000000000000000000000000000..8f2a006d577b721d8aeecad38b303330cb16234d --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_a.metrics @@ -0,0 +1,7 @@ +timestamp: 2024-04-28T09:15:00Z +voltage: 0.8 +temperature: 25.0 + +timestamp: 2024-04-28T09:30:00Z +voltage: 0.6 +humidity: 45% diff --git a/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_b.metrics b/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_b.metrics new file mode 100644 index 0000000000000000000000000000000000000000..952bedf50c99fdd99f590fd70bbbf2d1d43cf873 --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_b.metrics @@ -0,0 +1,5 @@ +voltage: 1.2 +pressure: 1013.25 + +voltage: 0.4 +light: 750lux diff --git a/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_c.metrics b/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_c.metrics new file mode 100644 index 0000000000000000000000000000000000000000..bf47f05b93a7161487fc01e5aab166a9d2a1d159 --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/gold/experiments/team_c.metrics @@ -0,0 +1,4 @@ +voltage: 0.55 +timestamp: 2024-04-28T10:00:00Z + +voltage: 0.9 diff --git a/shellops/assets/ShellOps_c3cc3687c0/gold/voltage_summary.csv b/shellops/assets/ShellOps_c3cc3687c0/gold/voltage_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..e3f7ef608c884d69ca511340761761fcfa586968 --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/gold/voltage_summary.csv @@ -0,0 +1,5 @@ +550 +600 +800 +900 +1200 diff --git a/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_a.metrics b/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_a.metrics new file mode 100644 index 0000000000000000000000000000000000000000..8f2a006d577b721d8aeecad38b303330cb16234d --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_a.metrics @@ -0,0 +1,7 @@ +timestamp: 2024-04-28T09:15:00Z +voltage: 0.8 +temperature: 25.0 + +timestamp: 2024-04-28T09:30:00Z +voltage: 0.6 +humidity: 45% diff --git a/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_b.metrics b/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_b.metrics new file mode 100644 index 0000000000000000000000000000000000000000..952bedf50c99fdd99f590fd70bbbf2d1d43cf873 --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_b.metrics @@ -0,0 +1,5 @@ +voltage: 1.2 +pressure: 1013.25 + +voltage: 0.4 +light: 750lux diff --git a/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_c.metrics b/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_c.metrics new file mode 100644 index 0000000000000000000000000000000000000000..bf47f05b93a7161487fc01e5aab166a9d2a1d159 --- /dev/null +++ b/shellops/assets/ShellOps_c3cc3687c0/init/experiments/team_c.metrics @@ -0,0 +1,4 @@ +voltage: 0.55 +timestamp: 2024-04-28T10:00:00Z + +voltage: 0.9 diff --git a/shellops/assets/ShellOps_c3e2635ba5/gold/alerts.xml b/shellops/assets/ShellOps_c3e2635ba5/gold/alerts.xml new file mode 100644 index 0000000000000000000000000000000000000000..bbf8a2aaa0873b404531459349a03378de311fad --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/gold/alerts.xml @@ -0,0 +1,6 @@ + + serverA + 10.0.5.2 + db-node3 + web-7 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3e2635ba5/gold/decom_2024q2.txt b/shellops/assets/ShellOps_c3e2635ba5/gold/decom_2024q2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bf8260f09a251bf81a82f7abe1583bc12789d98 --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/gold/decom_2024q2.txt @@ -0,0 +1,2 @@ +db-node3 +web-7 diff --git a/shellops/assets/ShellOps_c3e2635ba5/gold/distractor/notes.log b/shellops/assets/ShellOps_c3e2635ba5/gold/distractor/notes.log new file mode 100644 index 0000000000000000000000000000000000000000..a2fba47a939b338c688fda5016dfc1bef62c8d69 --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/gold/distractor/notes.log @@ -0,0 +1 @@ +2024-04-05: Purged 2 nodes from cluster. \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3e2635ba5/gold/suspects.txt b/shellops/assets/ShellOps_c3e2635ba5/gold/suspects.txt new file mode 100644 index 0000000000000000000000000000000000000000..776fb477c61e125a1f0faf6ae274537e108c3a0e --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/gold/suspects.txt @@ -0,0 +1,2 @@ +10.0.5.2 +serverA diff --git a/shellops/assets/ShellOps_c3e2635ba5/init/alerts.xml b/shellops/assets/ShellOps_c3e2635ba5/init/alerts.xml new file mode 100644 index 0000000000000000000000000000000000000000..bbf8a2aaa0873b404531459349a03378de311fad --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/init/alerts.xml @@ -0,0 +1,6 @@ + + serverA + 10.0.5.2 + db-node3 + web-7 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c3e2635ba5/init/decom_2024q2.txt b/shellops/assets/ShellOps_c3e2635ba5/init/decom_2024q2.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bf8260f09a251bf81a82f7abe1583bc12789d98 --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/init/decom_2024q2.txt @@ -0,0 +1,2 @@ +db-node3 +web-7 diff --git a/shellops/assets/ShellOps_c3e2635ba5/init/distractor/notes.log b/shellops/assets/ShellOps_c3e2635ba5/init/distractor/notes.log new file mode 100644 index 0000000000000000000000000000000000000000..a2fba47a939b338c688fda5016dfc1bef62c8d69 --- /dev/null +++ b/shellops/assets/ShellOps_c3e2635ba5/init/distractor/notes.log @@ -0,0 +1 @@ +2024-04-05: Purged 2 nodes from cluster. \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/manifests/exceptions.txt b/shellops/assets/ShellOps_c44e4a426a/gold/manifests/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..0004b87ab642c41318dd8a46a28d2aee143405ab --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/gold/manifests/exceptions.txt @@ -0,0 +1,4 @@ +ERR_TIMEOUT +ERR_BUFFER_OVERFLOW +ERR_INVALID_SESSION +ERR_PERMISSION_DENIED \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/payloads/.keep b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/payloads/api_gateway_20240501.log b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/api_gateway_20240501.log new file mode 100644 index 0000000000000000000000000000000000000000..e4872f9241f00a7ec7d64f67213ea83030614cbe --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/api_gateway_20240501.log @@ -0,0 +1,7 @@ +Event: Request processed +Exception: ERR_TIMEOUT +Details: Latency spike observed + +Event: Authentication +Exception: ERR_INVALID_SESSION +Details: Token expired \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/payloads/cache_20240503.log b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/cache_20240503.log new file mode 100644 index 0000000000000000000000000000000000000000..8d8c3b48a816d231646bb26d7504645b50b55ee7 --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/cache_20240503.log @@ -0,0 +1,7 @@ +Event: Cache miss +Exception: ERR_TIMEOUT +Details: Backend slow + +Event: Cache write +Exception: ERR_DISK_FULL +Details: Storage exhausted \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/payloads/database_20240502.log b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/database_20240502.log new file mode 100644 index 0000000000000000000000000000000000000000..43420a08279783f2a54bf2da99a2b086f8ce9157 --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/database_20240502.log @@ -0,0 +1,7 @@ +Event: Query executed +Exception: ERR_BUFFER_OVERFLOW +Details: Result set too large + +Event: Connection +Exception: ERR_UNEXPECTED_EOF +Details: Network interruption \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/payloads/legacy/old_session.err b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/legacy/old_session.err new file mode 100644 index 0000000000000000000000000000000000000000..de70cbf921f213773a9e97a31abf49c0a87b217e --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/gold/payloads/legacy/old_session.err @@ -0,0 +1,2 @@ +Exception: ERR_DEPRECATED_API +Details: Using legacy endpoint \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/gold/reports/unlisted_exceptions.txt b/shellops/assets/ShellOps_c44e4a426a/gold/reports/unlisted_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..99724cca2fef6c72475d527ce6eb94f91705a8a5 --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/gold/reports/unlisted_exceptions.txt @@ -0,0 +1,3 @@ +ERR_DEPRECATED_API +ERR_DISK_FULL +ERR_UNEXPECTED_EOF diff --git a/shellops/assets/ShellOps_c44e4a426a/init/manifests/exceptions.txt b/shellops/assets/ShellOps_c44e4a426a/init/manifests/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..0004b87ab642c41318dd8a46a28d2aee143405ab --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/init/manifests/exceptions.txt @@ -0,0 +1,4 @@ +ERR_TIMEOUT +ERR_BUFFER_OVERFLOW +ERR_INVALID_SESSION +ERR_PERMISSION_DENIED \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/init/payloads/.keep b/shellops/assets/ShellOps_c44e4a426a/init/payloads/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c44e4a426a/init/payloads/api_gateway_20240501.log b/shellops/assets/ShellOps_c44e4a426a/init/payloads/api_gateway_20240501.log new file mode 100644 index 0000000000000000000000000000000000000000..e4872f9241f00a7ec7d64f67213ea83030614cbe --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/init/payloads/api_gateway_20240501.log @@ -0,0 +1,7 @@ +Event: Request processed +Exception: ERR_TIMEOUT +Details: Latency spike observed + +Event: Authentication +Exception: ERR_INVALID_SESSION +Details: Token expired \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/init/payloads/cache_20240503.log b/shellops/assets/ShellOps_c44e4a426a/init/payloads/cache_20240503.log new file mode 100644 index 0000000000000000000000000000000000000000..8d8c3b48a816d231646bb26d7504645b50b55ee7 --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/init/payloads/cache_20240503.log @@ -0,0 +1,7 @@ +Event: Cache miss +Exception: ERR_TIMEOUT +Details: Backend slow + +Event: Cache write +Exception: ERR_DISK_FULL +Details: Storage exhausted \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/init/payloads/database_20240502.log b/shellops/assets/ShellOps_c44e4a426a/init/payloads/database_20240502.log new file mode 100644 index 0000000000000000000000000000000000000000..43420a08279783f2a54bf2da99a2b086f8ce9157 --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/init/payloads/database_20240502.log @@ -0,0 +1,7 @@ +Event: Query executed +Exception: ERR_BUFFER_OVERFLOW +Details: Result set too large + +Event: Connection +Exception: ERR_UNEXPECTED_EOF +Details: Network interruption \ No newline at end of file diff --git a/shellops/assets/ShellOps_c44e4a426a/init/payloads/legacy/old_session.err b/shellops/assets/ShellOps_c44e4a426a/init/payloads/legacy/old_session.err new file mode 100644 index 0000000000000000000000000000000000000000..de70cbf921f213773a9e97a31abf49c0a87b217e --- /dev/null +++ b/shellops/assets/ShellOps_c44e4a426a/init/payloads/legacy/old_session.err @@ -0,0 +1,2 @@ +Exception: ERR_DEPRECATED_API +Details: Using legacy endpoint \ No newline at end of file diff --git a/shellops/assets/ShellOps_c45b9dde50/gold/security/legacy.conf b/shellops/assets/ShellOps_c45b9dde50/gold/security/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..2321d455255e7cb4cb99889bfce4afddd174a5f3 --- /dev/null +++ b/shellops/assets/ShellOps_c45b9dde50/gold/security/legacy.conf @@ -0,0 +1,6 @@ +# Old config +rules: + - rule_id: BLOCK_XSS + action: Deny + - rule_id: FILTER_SQL + action: LogOnly diff --git a/shellops/assets/ShellOps_c45b9dde50/gold/security/waf_backend.conf b/shellops/assets/ShellOps_c45b9dde50/gold/security/waf_backend.conf new file mode 100644 index 0000000000000000000000000000000000000000..98f38e91a46ddf4a3d05d24377925c839d0dd6b4 --- /dev/null +++ b/shellops/assets/ShellOps_c45b9dde50/gold/security/waf_backend.conf @@ -0,0 +1,6 @@ +# Backend rules +rules: + - rule_id: limit_rate + action: RateLimit + - rule_id: allow_api + action: Allow diff --git a/shellops/assets/ShellOps_c45b9dde50/gold/security/waf_main.conf b/shellops/assets/ShellOps_c45b9dde50/gold/security/waf_main.conf new file mode 100644 index 0000000000000000000000000000000000000000..3632a2601f35d1a63186debaa2dfe826ca841ff0 --- /dev/null +++ b/shellops/assets/ShellOps_c45b9dde50/gold/security/waf_main.conf @@ -0,0 +1,6 @@ +# WAF configuration +rules: + - rule_id: BLOCK_XSS + action: Deny + - rule_id: ALLOW_API + action: Allow diff --git a/shellops/assets/ShellOps_c45b9dde50/init/security/legacy.conf b/shellops/assets/ShellOps_c45b9dde50/init/security/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..2321d455255e7cb4cb99889bfce4afddd174a5f3 --- /dev/null +++ b/shellops/assets/ShellOps_c45b9dde50/init/security/legacy.conf @@ -0,0 +1,6 @@ +# Old config +rules: + - rule_id: BLOCK_XSS + action: Deny + - rule_id: FILTER_SQL + action: LogOnly diff --git a/shellops/assets/ShellOps_c45b9dde50/init/security/waf_backend.conf b/shellops/assets/ShellOps_c45b9dde50/init/security/waf_backend.conf new file mode 100644 index 0000000000000000000000000000000000000000..98f38e91a46ddf4a3d05d24377925c839d0dd6b4 --- /dev/null +++ b/shellops/assets/ShellOps_c45b9dde50/init/security/waf_backend.conf @@ -0,0 +1,6 @@ +# Backend rules +rules: + - rule_id: limit_rate + action: RateLimit + - rule_id: allow_api + action: Allow diff --git a/shellops/assets/ShellOps_c45b9dde50/init/security/waf_main.conf b/shellops/assets/ShellOps_c45b9dde50/init/security/waf_main.conf new file mode 100644 index 0000000000000000000000000000000000000000..3632a2601f35d1a63186debaa2dfe826ca841ff0 --- /dev/null +++ b/shellops/assets/ShellOps_c45b9dde50/init/security/waf_main.conf @@ -0,0 +1,6 @@ +# WAF configuration +rules: + - rule_id: BLOCK_XSS + action: Deny + - rule_id: ALLOW_API + action: Allow diff --git a/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_alpha.yaml b/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_alpha.yaml new file mode 100644 index 0000000000000000000000000000000000000000..61fa1ab74c5e2e47e23afaf944c54859c6161109 --- /dev/null +++ b/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_alpha.yaml @@ -0,0 +1,10 @@ +properties: + - address: "123 Main St" + classification: Residential + value: 250000 + - address: "456 Oak Ave" + classification: Commercial + value: 750000 + - address: "789 Elm Blvd" + classification: Residential + value: 320000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_beta.yaml b/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_beta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2957e0d85cad1e73f4b7f90ade14effa90f70039 --- /dev/null +++ b/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_beta.yaml @@ -0,0 +1,10 @@ +properties: + - address: "100 Pine Rd" + classification: Agricultural + value: 150000 + - address: "200 Maple Ln" + classification: Residential + value: 275000 + - address: "300 Cedar Ct" + classification: Industrial + value: 920000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_gamma.yaml b/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_gamma.yaml new file mode 100644 index 0000000000000000000000000000000000000000..68a4fe83e34d53c9dacec7a8585f4f24a130a7d7 --- /dev/null +++ b/shellops/assets/ShellOps_c48de120a9/gold/assessments/county_gamma.yaml @@ -0,0 +1,10 @@ +properties: + - address: "400 Spruce Way" + classification: Commercial + value: 610000 + - address: "500 Birch Dr" + classification: Residential + value: 290000 + - address: "600 Willow Pl" + classification: Recreational + value: 180000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c48de120a9/init/assessments/county_alpha.yaml b/shellops/assets/ShellOps_c48de120a9/init/assessments/county_alpha.yaml new file mode 100644 index 0000000000000000000000000000000000000000..61fa1ab74c5e2e47e23afaf944c54859c6161109 --- /dev/null +++ b/shellops/assets/ShellOps_c48de120a9/init/assessments/county_alpha.yaml @@ -0,0 +1,10 @@ +properties: + - address: "123 Main St" + classification: Residential + value: 250000 + - address: "456 Oak Ave" + classification: Commercial + value: 750000 + - address: "789 Elm Blvd" + classification: Residential + value: 320000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c48de120a9/init/assessments/county_beta.yaml b/shellops/assets/ShellOps_c48de120a9/init/assessments/county_beta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2957e0d85cad1e73f4b7f90ade14effa90f70039 --- /dev/null +++ b/shellops/assets/ShellOps_c48de120a9/init/assessments/county_beta.yaml @@ -0,0 +1,10 @@ +properties: + - address: "100 Pine Rd" + classification: Agricultural + value: 150000 + - address: "200 Maple Ln" + classification: Residential + value: 275000 + - address: "300 Cedar Ct" + classification: Industrial + value: 920000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c48de120a9/init/assessments/county_gamma.yaml b/shellops/assets/ShellOps_c48de120a9/init/assessments/county_gamma.yaml new file mode 100644 index 0000000000000000000000000000000000000000..68a4fe83e34d53c9dacec7a8585f4f24a130a7d7 --- /dev/null +++ b/shellops/assets/ShellOps_c48de120a9/init/assessments/county_gamma.yaml @@ -0,0 +1,10 @@ +properties: + - address: "400 Spruce Way" + classification: Commercial + value: 610000 + - address: "500 Birch Dr" + classification: Residential + value: 290000 + - address: "600 Willow Pl" + classification: Recreational + value: 180000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c4b0afacdd/gold/device_inventory.xml b/shellops/assets/ShellOps_c4b0afacdd/gold/device_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..2ef99ea6e0fa758c9f2786c252f0266bdc4e4b0a --- /dev/null +++ b/shellops/assets/ShellOps_c4b0afacdd/gold/device_inventory.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c4b0afacdd/gold/legacy_whitelist.txt b/shellops/assets/ShellOps_c4b0afacdd/gold/legacy_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8ed66aa0b7595021c3cf4112a73ea879231033e --- /dev/null +++ b/shellops/assets/ShellOps_c4b0afacdd/gold/legacy_whitelist.txt @@ -0,0 +1,4 @@ +D1001 +D1002 +D1004 +D1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c4b0afacdd/gold/missing_legacy_devices.txt b/shellops/assets/ShellOps_c4b0afacdd/gold/missing_legacy_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcb161c9d745b93047f1efffb7f1874340d79fd6 --- /dev/null +++ b/shellops/assets/ShellOps_c4b0afacdd/gold/missing_legacy_devices.txt @@ -0,0 +1,2 @@ +D1002 +D1004 diff --git a/shellops/assets/ShellOps_c4b0afacdd/init/.tmp/.keep b/shellops/assets/ShellOps_c4b0afacdd/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c4b0afacdd/init/device_inventory.xml b/shellops/assets/ShellOps_c4b0afacdd/init/device_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..2ef99ea6e0fa758c9f2786c252f0266bdc4e4b0a --- /dev/null +++ b/shellops/assets/ShellOps_c4b0afacdd/init/device_inventory.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c4b0afacdd/init/legacy_whitelist.txt b/shellops/assets/ShellOps_c4b0afacdd/init/legacy_whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8ed66aa0b7595021c3cf4112a73ea879231033e --- /dev/null +++ b/shellops/assets/ShellOps_c4b0afacdd/init/legacy_whitelist.txt @@ -0,0 +1,4 @@ +D1001 +D1002 +D1004 +D1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c528ff9483/gold/deployed_units.txt b/shellops/assets/ShellOps_c528ff9483/gold/deployed_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b97747f02aa364c8a64f616207285adb6c68c0 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/gold/deployed_units.txt @@ -0,0 +1,4 @@ +X9F-7P2Q +B4C-8A3R +W1Z-5Q0X +D7H-1K5S \ No newline at end of file diff --git a/shellops/assets/ShellOps_c528ff9483/gold/distractor.log b/shellops/assets/ShellOps_c528ff9483/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..779cf6aa54ff8e8686ae289cdbd208aecd12fd97 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/gold/distractor.log @@ -0,0 +1,5 @@ +2025-04-01 14:22:33 INFO Starting deployment +2025-04-01 14:23:45 DEBUG Deployed serial X9F-7P2Q +2025-04-01 14:24:01 DEBUG Deployed serial B4C-8A3R +2025-04-01 14:25:12 DEBUG Deployed serial W1Z-5Q0X +2025-04-01 14:25:55 DEBUG Deployed serial D7H-1K5S diff --git a/shellops/assets/ShellOps_c528ff9483/gold/master_device_list.xml b/shellops/assets/ShellOps_c528ff9483/gold/master_device_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a71df118a5509c29cda7055cdc253bdf1ca46b2 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/gold/master_device_list.xml @@ -0,0 +1,26 @@ + + + X9F-7P2Q + terminal + + + B4C-8A3R + router + + + D7H-1K5S + sensor + + + X9F-7P2Q + terminal + + + M5T[extra]9Y + monitor + + + R2N-6B8V + switch + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c528ff9483/gold/notes.md b/shellops/assets/ShellOps_c528ff9483/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..22d5fd39023848c8294434551b20300aaf6c5e0d --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/gold/notes.md @@ -0,0 +1,5 @@ +# Deployment notes + +- R2N-6B8V is pending hardware replacement. +- M5T[extra]9Y is flagged for decommission due to unusual formatting. +- Always cross-check with master list before finalizing. diff --git a/shellops/assets/ShellOps_c528ff9483/gold/unregistered_serials.txt b/shellops/assets/ShellOps_c528ff9483/gold/unregistered_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..94e55e062b2b774543df6994382604b4f90300d7 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/gold/unregistered_serials.txt @@ -0,0 +1,2 @@ +M5T[extra]9Y +R2N-6B8V diff --git a/shellops/assets/ShellOps_c528ff9483/init/deployed_units.txt b/shellops/assets/ShellOps_c528ff9483/init/deployed_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..06b97747f02aa364c8a64f616207285adb6c68c0 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/init/deployed_units.txt @@ -0,0 +1,4 @@ +X9F-7P2Q +B4C-8A3R +W1Z-5Q0X +D7H-1K5S \ No newline at end of file diff --git a/shellops/assets/ShellOps_c528ff9483/init/distractor.log b/shellops/assets/ShellOps_c528ff9483/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..779cf6aa54ff8e8686ae289cdbd208aecd12fd97 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/init/distractor.log @@ -0,0 +1,5 @@ +2025-04-01 14:22:33 INFO Starting deployment +2025-04-01 14:23:45 DEBUG Deployed serial X9F-7P2Q +2025-04-01 14:24:01 DEBUG Deployed serial B4C-8A3R +2025-04-01 14:25:12 DEBUG Deployed serial W1Z-5Q0X +2025-04-01 14:25:55 DEBUG Deployed serial D7H-1K5S diff --git a/shellops/assets/ShellOps_c528ff9483/init/master_device_list.xml b/shellops/assets/ShellOps_c528ff9483/init/master_device_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a71df118a5509c29cda7055cdc253bdf1ca46b2 --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/init/master_device_list.xml @@ -0,0 +1,26 @@ + + + X9F-7P2Q + terminal + + + B4C-8A3R + router + + + D7H-1K5S + sensor + + + X9F-7P2Q + terminal + + + M5T[extra]9Y + monitor + + + R2N-6B8V + switch + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c528ff9483/init/notes.md b/shellops/assets/ShellOps_c528ff9483/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..22d5fd39023848c8294434551b20300aaf6c5e0d --- /dev/null +++ b/shellops/assets/ShellOps_c528ff9483/init/notes.md @@ -0,0 +1,5 @@ +# Deployment notes + +- R2N-6B8V is pending hardware replacement. +- M5T[extra]9Y is flagged for decommission due to unusual formatting. +- Always cross-check with master list before finalizing. diff --git a/shellops/assets/ShellOps_c53f332f98/gold/exclusions.json b/shellops/assets/ShellOps_c53f332f98/gold/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..b2c119b9d5218347227a57420c6ef075ce559b8d --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/gold/exclusions.json @@ -0,0 +1,4 @@ +[ + { "service_id": "svc-a12", "reason": "archived_manually" }, + { "service_id": "svc-d78", "reason": "legacy_exit" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/gold/rotate_notes.txt b/shellops/assets/ShellOps_c53f332f98/gold/rotate_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e70a20cdbec19e25dec91181a3328cb016f4ef0b --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/gold/rotate_notes.txt @@ -0,0 +1,3 @@ +PENDING_ACTION items require manual review. +COMPLETED items can be safely archived. +UNKNOWN items need a follow-up scan. diff --git a/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_12.json b/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_12.json new file mode 100644 index 0000000000000000000000000000000000000000..a8fa941258f1dd1082590a3a5c582bc3c2324fba --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_12.json @@ -0,0 +1,5 @@ +[ + { "service_id": "svc-a12", "status": "PENDING_ACTION", "timestamp": "2024-03-10" }, + { "service_id": "svc-b34", "status": "COMPLETED", "timestamp": "2024-03-11" }, + { "service_id": "svc-c56", "status": "PENDING_ACTION", "timestamp": "2024-03-09" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_13.json b/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_13.json new file mode 100644 index 0000000000000000000000000000000000000000..d3d237ae02f3788da6e338a650ba45c4ca936b71 --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_13.json @@ -0,0 +1,5 @@ +[ + { "service_id": "svc-d78", "status": "PENDING_ACTION", "timestamp": "2024-03-15" }, + { "service_id": "svc-e90", "status": "UNKNOWN", "timestamp": "2024-03-14" }, + { "service_id": "svc-c56", "status": "PENDING_ACTION", "timestamp": "2024-03-16" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_14.json b/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_14.json new file mode 100644 index 0000000000000000000000000000000000000000..88a1274ba61fa2e593d6ab778e7563b7327cda8c --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/gold/rotations/week_14.json @@ -0,0 +1,3 @@ +[ + { "service_id": "svc-f01", "status": "COMPLETED", "timestamp": "2024-03-20" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/init/exclusions.json b/shellops/assets/ShellOps_c53f332f98/init/exclusions.json new file mode 100644 index 0000000000000000000000000000000000000000..b2c119b9d5218347227a57420c6ef075ce559b8d --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/init/exclusions.json @@ -0,0 +1,4 @@ +[ + { "service_id": "svc-a12", "reason": "archived_manually" }, + { "service_id": "svc-d78", "reason": "legacy_exit" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/init/rotate_notes.txt b/shellops/assets/ShellOps_c53f332f98/init/rotate_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e70a20cdbec19e25dec91181a3328cb016f4ef0b --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/init/rotate_notes.txt @@ -0,0 +1,3 @@ +PENDING_ACTION items require manual review. +COMPLETED items can be safely archived. +UNKNOWN items need a follow-up scan. diff --git a/shellops/assets/ShellOps_c53f332f98/init/rotations/week_12.json b/shellops/assets/ShellOps_c53f332f98/init/rotations/week_12.json new file mode 100644 index 0000000000000000000000000000000000000000..a8fa941258f1dd1082590a3a5c582bc3c2324fba --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/init/rotations/week_12.json @@ -0,0 +1,5 @@ +[ + { "service_id": "svc-a12", "status": "PENDING_ACTION", "timestamp": "2024-03-10" }, + { "service_id": "svc-b34", "status": "COMPLETED", "timestamp": "2024-03-11" }, + { "service_id": "svc-c56", "status": "PENDING_ACTION", "timestamp": "2024-03-09" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/init/rotations/week_13.json b/shellops/assets/ShellOps_c53f332f98/init/rotations/week_13.json new file mode 100644 index 0000000000000000000000000000000000000000..d3d237ae02f3788da6e338a650ba45c4ca936b71 --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/init/rotations/week_13.json @@ -0,0 +1,5 @@ +[ + { "service_id": "svc-d78", "status": "PENDING_ACTION", "timestamp": "2024-03-15" }, + { "service_id": "svc-e90", "status": "UNKNOWN", "timestamp": "2024-03-14" }, + { "service_id": "svc-c56", "status": "PENDING_ACTION", "timestamp": "2024-03-16" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c53f332f98/init/rotations/week_14.json b/shellops/assets/ShellOps_c53f332f98/init/rotations/week_14.json new file mode 100644 index 0000000000000000000000000000000000000000..88a1274ba61fa2e593d6ab778e7563b7327cda8c --- /dev/null +++ b/shellops/assets/ShellOps_c53f332f98/init/rotations/week_14.json @@ -0,0 +1,3 @@ +[ + { "service_id": "svc-f01", "status": "COMPLETED", "timestamp": "2024-03-20" } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c5c725e43e/gold/approved_zones.txt b/shellops/assets/ShellOps_c5c725e43e/gold/approved_zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..3497fa8f3a1a69f06c445e58368de35f8f6d89cf --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/gold/approved_zones.txt @@ -0,0 +1,3 @@ +core +dmz +legacy diff --git a/shellops/assets/ShellOps_c5c725e43e/gold/audit.json b/shellops/assets/ShellOps_c5c725e43e/gold/audit.json new file mode 100644 index 0000000000000000000000000000000000000000..a9b346757f5295c8e992db8c82a11b182cfab9f3 --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/gold/audit.json @@ -0,0 +1,7 @@ +[ + {"name": "dmz", "audit_verdict": "confirmed", "last_scan": "2024-05-01"}, + {"name": "core", "audit_verdict": "confirmed", "last_scan": "2024-05-01"}, + {"name": "guest", "audit_verdict": "flagged", "last_scan": "2024-05-02"}, + {"name": "legacy", "audit_verdict": "confirmed", "last_scan": "2024-05-03"}, + {"name": "temp", "audit_verdict": "confirmed", "last_scan": "2024-05-04"} +] diff --git a/shellops/assets/ShellOps_c5c725e43e/gold/baseline.json b/shellops/assets/ShellOps_c5c725e43e/gold/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..91d27722d94358a39f9e148803b7925884a0e6e0 --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/gold/baseline.json @@ -0,0 +1,7 @@ +[ + {"name": "dmz", "status": "approved", "cidr": "10.0.1.0/24"}, + {"name": "core", "status": "approved", "cidr": "10.0.2.0/24"}, + {"name": "guest", "status": "approved", "cidr": "10.0.3.0/24"}, + {"name": "lab", "status": "pending", "cidr": "10.0.4.0/24"}, + {"name": "legacy", "status": "approved", "cidr": "10.0.5.0/24"} +] diff --git a/shellops/assets/ShellOps_c5c725e43e/gold/notes.txt b/shellops/assets/ShellOps_c5c725e43e/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab16a1258b34b1e2e6657fc463214c0b3861d0a2 --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/gold/notes.txt @@ -0,0 +1 @@ +Irrelevant notes file that should not affect the output. diff --git a/shellops/assets/ShellOps_c5c725e43e/init/audit.json b/shellops/assets/ShellOps_c5c725e43e/init/audit.json new file mode 100644 index 0000000000000000000000000000000000000000..a9b346757f5295c8e992db8c82a11b182cfab9f3 --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/init/audit.json @@ -0,0 +1,7 @@ +[ + {"name": "dmz", "audit_verdict": "confirmed", "last_scan": "2024-05-01"}, + {"name": "core", "audit_verdict": "confirmed", "last_scan": "2024-05-01"}, + {"name": "guest", "audit_verdict": "flagged", "last_scan": "2024-05-02"}, + {"name": "legacy", "audit_verdict": "confirmed", "last_scan": "2024-05-03"}, + {"name": "temp", "audit_verdict": "confirmed", "last_scan": "2024-05-04"} +] diff --git a/shellops/assets/ShellOps_c5c725e43e/init/baseline.json b/shellops/assets/ShellOps_c5c725e43e/init/baseline.json new file mode 100644 index 0000000000000000000000000000000000000000..91d27722d94358a39f9e148803b7925884a0e6e0 --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/init/baseline.json @@ -0,0 +1,7 @@ +[ + {"name": "dmz", "status": "approved", "cidr": "10.0.1.0/24"}, + {"name": "core", "status": "approved", "cidr": "10.0.2.0/24"}, + {"name": "guest", "status": "approved", "cidr": "10.0.3.0/24"}, + {"name": "lab", "status": "pending", "cidr": "10.0.4.0/24"}, + {"name": "legacy", "status": "approved", "cidr": "10.0.5.0/24"} +] diff --git a/shellops/assets/ShellOps_c5c725e43e/init/notes.txt b/shellops/assets/ShellOps_c5c725e43e/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab16a1258b34b1e2e6657fc463214c0b3861d0a2 --- /dev/null +++ b/shellops/assets/ShellOps_c5c725e43e/init/notes.txt @@ -0,0 +1 @@ +Irrelevant notes file that should not affect the output. diff --git a/shellops/assets/ShellOps_c634ceb346/gold/fw/edge.log b/shellops/assets/ShellOps_c634ceb346/gold/fw/edge.log new file mode 100644 index 0000000000000000000000000000000000000000..5f7b1cd5e105af740fc4314d4001beee6d68b227 --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/gold/fw/edge.log @@ -0,0 +1,3 @@ +2025-04-01 08:15:23 ALLOW SG_Web IN +2025-04-01 08:16:45 DENY SG_Db OUT +2025-04-01 08:17:12 ALLOW SG_Web IN diff --git a/shellops/assets/ShellOps_c634ceb346/gold/fw/internal.log b/shellops/assets/ShellOps_c634ceb346/gold/fw/internal.log new file mode 100644 index 0000000000000000000000000000000000000000..21ef2eec46ee3b5981e0ecc81c69eafaa5407378 --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/gold/fw/internal.log @@ -0,0 +1,3 @@ +2025-04-01 09:02:33 ALLOW SG_Api OUT +2025-04-01 09:03:11 ALLOW SG_Web IN +2025-04-01 09:04:56 DENY SG_Legacy OUT diff --git a/shellops/assets/ShellOps_c634ceb346/gold/fw/irrelevant.log b/shellops/assets/ShellOps_c634ceb346/gold/fw/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..98825c0b7445657b68ab06ff345827aa2daf75da --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/gold/fw/irrelevant.log @@ -0,0 +1,2 @@ +2025-04-01 10:10:10 PORT 8080 OPEN +2025-04-01 10:11:11 PORT 443 OPEN diff --git a/shellops/assets/ShellOps_c634ceb346/gold/reports/active_groups.tsv b/shellops/assets/ShellOps_c634ceb346/gold/reports/active_groups.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f3e806eb6bd0be00ee6c02029220fd61668d5ba3 --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/gold/reports/active_groups.tsv @@ -0,0 +1,5 @@ +group hit_count +SG_Web 3 +SG_Api 1 +SG_Db 1 +SG_Legacy 1 diff --git a/shellops/assets/ShellOps_c634ceb346/init/fw/edge.log b/shellops/assets/ShellOps_c634ceb346/init/fw/edge.log new file mode 100644 index 0000000000000000000000000000000000000000..5f7b1cd5e105af740fc4314d4001beee6d68b227 --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/init/fw/edge.log @@ -0,0 +1,3 @@ +2025-04-01 08:15:23 ALLOW SG_Web IN +2025-04-01 08:16:45 DENY SG_Db OUT +2025-04-01 08:17:12 ALLOW SG_Web IN diff --git a/shellops/assets/ShellOps_c634ceb346/init/fw/internal.log b/shellops/assets/ShellOps_c634ceb346/init/fw/internal.log new file mode 100644 index 0000000000000000000000000000000000000000..21ef2eec46ee3b5981e0ecc81c69eafaa5407378 --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/init/fw/internal.log @@ -0,0 +1,3 @@ +2025-04-01 09:02:33 ALLOW SG_Api OUT +2025-04-01 09:03:11 ALLOW SG_Web IN +2025-04-01 09:04:56 DENY SG_Legacy OUT diff --git a/shellops/assets/ShellOps_c634ceb346/init/fw/irrelevant.log b/shellops/assets/ShellOps_c634ceb346/init/fw/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..98825c0b7445657b68ab06ff345827aa2daf75da --- /dev/null +++ b/shellops/assets/ShellOps_c634ceb346/init/fw/irrelevant.log @@ -0,0 +1,2 @@ +2025-04-01 10:10:10 PORT 8080 OPEN +2025-04-01 10:11:11 PORT 443 OPEN diff --git a/shellops/assets/ShellOps_c64bac7d90/gold/distractor/notes.md b/shellops/assets/ShellOps_c64bac7d90/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..042fd53eed1c0568704b53477bedd48af5397ef5 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/gold/distractor/notes.md @@ -0,0 +1,2 @@ +# Distraction +Some legacy series may be present in raw logs but not expected. diff --git a/shellops/assets/ShellOps_c64bac7d90/gold/matched_series.txt b/shellops/assets/ShellOps_c64bac7d90/gold/matched_series.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e9884602c824793a98a574f7cf9c005e124cca1 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/gold/matched_series.txt @@ -0,0 +1,6 @@ +cpu_utilization +disk_io_read +disk_io_write +mem_used +network_rx +network_tx diff --git a/shellops/assets/ShellOps_c64bac7d90/gold/series_expected.tsv b/shellops/assets/ShellOps_c64bac7d90/gold/series_expected.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0f758f8bddf1cdc10190af0f8b2172211fbb8033 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/gold/series_expected.tsv @@ -0,0 +1,8 @@ +cpu_utilization gauge +mem_used gauge +disk_io_read counter +disk_io_write counter +network_tx counter +network_rx counter +load_average gauge +swap_used gauge diff --git a/shellops/assets/ShellOps_c64bac7d90/gold/telemetry/raw_metrics.log b/shellops/assets/ShellOps_c64bac7d90/gold/telemetry/raw_metrics.log new file mode 100644 index 0000000000000000000000000000000000000000..c3abdde3138907c88740fd7c58c189cfaf238cd2 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/gold/telemetry/raw_metrics.log @@ -0,0 +1,10 @@ +2024-09-15 11:23:45;cpu_utilization;78.2 +2024-09-15 11:23:46;mem_used;3456 +2024-09-15 11:23:47;disk_io_read;123.4 +2024-09-15 11:23:48;network_rx;5.6 +2024-09-15 11:23:49;cpu_utilization;79.1 +2024-09-15 11:23:50;network_tx;7.8 +2024-09-15 11:23:51;mem_used;3478 +2024-09-15 11:23:52;disk_io_write;45.6 +2024-09-15 11:23:53;network_rx;5.7 +2024-09-15 11:23:54;cpu_utilization;80.0 diff --git a/shellops/assets/ShellOps_c64bac7d90/init/distractor/notes.md b/shellops/assets/ShellOps_c64bac7d90/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..042fd53eed1c0568704b53477bedd48af5397ef5 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/init/distractor/notes.md @@ -0,0 +1,2 @@ +# Distraction +Some legacy series may be present in raw logs but not expected. diff --git a/shellops/assets/ShellOps_c64bac7d90/init/series_expected.tsv b/shellops/assets/ShellOps_c64bac7d90/init/series_expected.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0f758f8bddf1cdc10190af0f8b2172211fbb8033 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/init/series_expected.tsv @@ -0,0 +1,8 @@ +cpu_utilization gauge +mem_used gauge +disk_io_read counter +disk_io_write counter +network_tx counter +network_rx counter +load_average gauge +swap_used gauge diff --git a/shellops/assets/ShellOps_c64bac7d90/init/telemetry/raw_metrics.log b/shellops/assets/ShellOps_c64bac7d90/init/telemetry/raw_metrics.log new file mode 100644 index 0000000000000000000000000000000000000000..c3abdde3138907c88740fd7c58c189cfaf238cd2 --- /dev/null +++ b/shellops/assets/ShellOps_c64bac7d90/init/telemetry/raw_metrics.log @@ -0,0 +1,10 @@ +2024-09-15 11:23:45;cpu_utilization;78.2 +2024-09-15 11:23:46;mem_used;3456 +2024-09-15 11:23:47;disk_io_read;123.4 +2024-09-15 11:23:48;network_rx;5.6 +2024-09-15 11:23:49;cpu_utilization;79.1 +2024-09-15 11:23:50;network_tx;7.8 +2024-09-15 11:23:51;mem_used;3478 +2024-09-15 11:23:52;disk_io_write;45.6 +2024-09-15 11:23:53;network_rx;5.7 +2024-09-15 11:23:54;cpu_utilization;80.0 diff --git a/shellops/assets/ShellOps_c64f2373bf/gold/manifests/README.md b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/README.md new file mode 100644 index 0000000000000000000000000000000000000000..99937d32a018c93af9ee8d7d6af2d5253a5eda87 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/README.md @@ -0,0 +1 @@ +Manifest files describe firmware components and their licenses. diff --git a/shellops/assets/ShellOps_c64f2373bf/gold/manifests/core.toml b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/core.toml new file mode 100644 index 0000000000000000000000000000000000000000..7921191d50dcadbdc54ac41cb20b04566af4b102 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/core.toml @@ -0,0 +1,4 @@ +name = "core" +version = "1.0.2" +license = "Apache-2.0" +checksum = "a1b2c3d4" diff --git a/shellops/assets/ShellOps_c64f2373bf/gold/manifests/driver.toml b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/driver.toml new file mode 100644 index 0000000000000000000000000000000000000000..2851d604d8d1519aeb85567149e848f5816faa4b --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/driver.toml @@ -0,0 +1,4 @@ +name = "driver" +version = "2.1.0" +license = "GPL-3.0" +checksum = "e5f6g7h8" diff --git a/shellops/assets/ShellOps_c64f2373bf/gold/manifests/network.toml b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/network.toml new file mode 100644 index 0000000000000000000000000000000000000000..8e7a2d0fb4e3665e3c399e2a54d1b774eeee17d6 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/network.toml @@ -0,0 +1,4 @@ +name = "network" +version = "1.2.3" +license = "Apache-2.0" +checksum = "m3n4o5p6" diff --git a/shellops/assets/ShellOps_c64f2373bf/gold/manifests/ui.toml b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/ui.toml new file mode 100644 index 0000000000000000000000000000000000000000..e0bddbeebb1d013d0e8faa1df48de5c72f1c7217 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/gold/manifests/ui.toml @@ -0,0 +1,4 @@ +name = "ui" +version = "0.9.1" +license = "MIT" +checksum = "i9j0k1l2" diff --git a/shellops/assets/ShellOps_c64f2373bf/init/manifests/README.md b/shellops/assets/ShellOps_c64f2373bf/init/manifests/README.md new file mode 100644 index 0000000000000000000000000000000000000000..99937d32a018c93af9ee8d7d6af2d5253a5eda87 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/init/manifests/README.md @@ -0,0 +1 @@ +Manifest files describe firmware components and their licenses. diff --git a/shellops/assets/ShellOps_c64f2373bf/init/manifests/core.toml b/shellops/assets/ShellOps_c64f2373bf/init/manifests/core.toml new file mode 100644 index 0000000000000000000000000000000000000000..7921191d50dcadbdc54ac41cb20b04566af4b102 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/init/manifests/core.toml @@ -0,0 +1,4 @@ +name = "core" +version = "1.0.2" +license = "Apache-2.0" +checksum = "a1b2c3d4" diff --git a/shellops/assets/ShellOps_c64f2373bf/init/manifests/driver.toml b/shellops/assets/ShellOps_c64f2373bf/init/manifests/driver.toml new file mode 100644 index 0000000000000000000000000000000000000000..2851d604d8d1519aeb85567149e848f5816faa4b --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/init/manifests/driver.toml @@ -0,0 +1,4 @@ +name = "driver" +version = "2.1.0" +license = "GPL-3.0" +checksum = "e5f6g7h8" diff --git a/shellops/assets/ShellOps_c64f2373bf/init/manifests/network.toml b/shellops/assets/ShellOps_c64f2373bf/init/manifests/network.toml new file mode 100644 index 0000000000000000000000000000000000000000..8e7a2d0fb4e3665e3c399e2a54d1b774eeee17d6 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/init/manifests/network.toml @@ -0,0 +1,4 @@ +name = "network" +version = "1.2.3" +license = "Apache-2.0" +checksum = "m3n4o5p6" diff --git a/shellops/assets/ShellOps_c64f2373bf/init/manifests/ui.toml b/shellops/assets/ShellOps_c64f2373bf/init/manifests/ui.toml new file mode 100644 index 0000000000000000000000000000000000000000..e0bddbeebb1d013d0e8faa1df48de5c72f1c7217 --- /dev/null +++ b/shellops/assets/ShellOps_c64f2373bf/init/manifests/ui.toml @@ -0,0 +1,4 @@ +name = "ui" +version = "0.9.1" +license = "MIT" +checksum = "i9j0k1l2" diff --git a/shellops/assets/ShellOps_c66bef593b/gold/calibration_pending.tsv b/shellops/assets/ShellOps_c66bef593b/gold/calibration_pending.tsv new file mode 100644 index 0000000000000000000000000000000000000000..808cf7999ba55abe74f2ab06a0ad0fca222276b1 --- /dev/null +++ b/shellops/assets/ShellOps_c66bef593b/gold/calibration_pending.tsv @@ -0,0 +1,2 @@ +sensor_001 Lab_A +sensor_003 Lab_B diff --git a/shellops/assets/ShellOps_c66bef593b/gold/notes/irrelevant.md b/shellops/assets/ShellOps_c66bef593b/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..36be4ac029dbe92355b9dc04787bd21da8119920 --- /dev/null +++ b/shellops/assets/ShellOps_c66bef593b/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Notes +Ignore archived logs under logs/archive/. diff --git a/shellops/assets/ShellOps_c66bef593b/gold/registry/sites.tsv b/shellops/assets/ShellOps_c66bef593b/gold/registry/sites.tsv new file mode 100644 index 0000000000000000000000000000000000000000..60d1bdf2c56e2633eb848609927eca2ce8357fab --- /dev/null +++ b/shellops/assets/ShellOps_c66bef593b/gold/registry/sites.tsv @@ -0,0 +1,6 @@ +sensor_id site +sensor_001 Lab_A +sensor_002 Lab_A +sensor_003 Lab_B +sensor_004 Lab_B +sensor_005 Lab_C \ No newline at end of file diff --git a/shellops/assets/ShellOps_c66bef593b/init/notes/irrelevant.md b/shellops/assets/ShellOps_c66bef593b/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..36be4ac029dbe92355b9dc04787bd21da8119920 --- /dev/null +++ b/shellops/assets/ShellOps_c66bef593b/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Notes +Ignore archived logs under logs/archive/. diff --git a/shellops/assets/ShellOps_c66bef593b/init/registry/sites.tsv b/shellops/assets/ShellOps_c66bef593b/init/registry/sites.tsv new file mode 100644 index 0000000000000000000000000000000000000000..60d1bdf2c56e2633eb848609927eca2ce8357fab --- /dev/null +++ b/shellops/assets/ShellOps_c66bef593b/init/registry/sites.tsv @@ -0,0 +1,6 @@ +sensor_id site +sensor_001 Lab_A +sensor_002 Lab_A +sensor_003 Lab_B +sensor_004 Lab_B +sensor_005 Lab_C \ No newline at end of file diff --git a/shellops/assets/ShellOps_c66fc3bc4d/gold/cal_annotated.tsv b/shellops/assets/ShellOps_c66fc3bc4d/gold/cal_annotated.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2999e947039e5a47d63f7acaa71557a16f0aa881 --- /dev/null +++ b/shellops/assets/ShellOps_c66fc3bc4d/gold/cal_annotated.tsv @@ -0,0 +1,4 @@ +SENS_001 2234 Pressure_Gauge +SENS_005 1898 Vibration_Detector +SENS_002 2045 Temperature_Probe +SENS_004 1980 Humidity_Sensor diff --git a/shellops/assets/ShellOps_c66fc3bc4d/gold/readings.log b/shellops/assets/ShellOps_c66fc3bc4d/gold/readings.log new file mode 100644 index 0000000000000000000000000000000000000000..4d30b69180d2d3935cca179589a383c087b0e0a6 --- /dev/null +++ b/shellops/assets/ShellOps_c66fc3bc4d/gold/readings.log @@ -0,0 +1,4 @@ +SENS_001 2234 +SENS_005 1898 +SENS_002 2045 +SENS_004 1980 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c66fc3bc4d/gold/sensor_db.tsv b/shellops/assets/ShellOps_c66fc3bc4d/gold/sensor_db.tsv new file mode 100644 index 0000000000000000000000000000000000000000..29dbbab8db2f9c2d86bb81931c6b09ad94198fce --- /dev/null +++ b/shellops/assets/ShellOps_c66fc3bc4d/gold/sensor_db.tsv @@ -0,0 +1,5 @@ +SENS_001 Pressure_Gauge +SENS_002 Temperature_Probe +SENS_003 Flow_Meter +SENS_004 Humidity_Sensor +SENS_005 Vibration_Detector \ No newline at end of file diff --git a/shellops/assets/ShellOps_c66fc3bc4d/init/readings.log b/shellops/assets/ShellOps_c66fc3bc4d/init/readings.log new file mode 100644 index 0000000000000000000000000000000000000000..4d30b69180d2d3935cca179589a383c087b0e0a6 --- /dev/null +++ b/shellops/assets/ShellOps_c66fc3bc4d/init/readings.log @@ -0,0 +1,4 @@ +SENS_001 2234 +SENS_005 1898 +SENS_002 2045 +SENS_004 1980 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c66fc3bc4d/init/sensor_db.tsv b/shellops/assets/ShellOps_c66fc3bc4d/init/sensor_db.tsv new file mode 100644 index 0000000000000000000000000000000000000000..29dbbab8db2f9c2d86bb81931c6b09ad94198fce --- /dev/null +++ b/shellops/assets/ShellOps_c66fc3bc4d/init/sensor_db.tsv @@ -0,0 +1,5 @@ +SENS_001 Pressure_Gauge +SENS_002 Temperature_Probe +SENS_003 Flow_Meter +SENS_004 Humidity_Sensor +SENS_005 Vibration_Detector \ No newline at end of file diff --git a/shellops/assets/ShellOps_c67c921825/gold/configs/server1.yaml b/shellops/assets/ShellOps_c67c921825/gold/configs/server1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9b86eac83d896c1e9be3a81cfec9deb0c083f7ab --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/gold/configs/server1.yaml @@ -0,0 +1,2 @@ +timezone: "America/New_York" +region: east diff --git a/shellops/assets/ShellOps_c67c921825/gold/configs/server2.yaml b/shellops/assets/ShellOps_c67c921825/gold/configs/server2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d4d029399ce5cf48403c4ad0bd18b2ea2b9e1414 --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/gold/configs/server2.yaml @@ -0,0 +1,2 @@ +timezone: "Europe/London" +region: west diff --git a/shellops/assets/ShellOps_c67c921825/gold/configs/server3.yaml b/shellops/assets/ShellOps_c67c921825/gold/configs/server3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8902b7e01db1bb004b8582bd21ed5b6d9d65273f --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/gold/configs/server3.yaml @@ -0,0 +1,2 @@ +timezone: "America/New_York" +region: central diff --git a/shellops/assets/ShellOps_c67c921825/gold/configs/server4.yaml b/shellops/assets/ShellOps_c67c921825/gold/configs/server4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6f2c0f50420682d95590c645aebec39f7e780e51 --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/gold/configs/server4.yaml @@ -0,0 +1,2 @@ +timezone: "Asia/Tokyo" +region: east diff --git a/shellops/assets/ShellOps_c67c921825/gold/configs/server5.yaml b/shellops/assets/ShellOps_c67c921825/gold/configs/server5.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a8754734f244ff97a35936700cced869fc755cb7 --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/gold/configs/server5.yaml @@ -0,0 +1,2 @@ +region: central +timezone: "America/Chicago" diff --git a/shellops/assets/ShellOps_c67c921825/gold/timezones.out b/shellops/assets/ShellOps_c67c921825/gold/timezones.out new file mode 100644 index 0000000000000000000000000000000000000000..ca385535f8fa8d9225245935a8dc318e0ca12a0d --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/gold/timezones.out @@ -0,0 +1,4 @@ +America/Chicago +America/New_York +Asia/Tokyo +Europe/London diff --git a/shellops/assets/ShellOps_c67c921825/init/configs/server1.yaml b/shellops/assets/ShellOps_c67c921825/init/configs/server1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9b86eac83d896c1e9be3a81cfec9deb0c083f7ab --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/init/configs/server1.yaml @@ -0,0 +1,2 @@ +timezone: "America/New_York" +region: east diff --git a/shellops/assets/ShellOps_c67c921825/init/configs/server2.yaml b/shellops/assets/ShellOps_c67c921825/init/configs/server2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d4d029399ce5cf48403c4ad0bd18b2ea2b9e1414 --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/init/configs/server2.yaml @@ -0,0 +1,2 @@ +timezone: "Europe/London" +region: west diff --git a/shellops/assets/ShellOps_c67c921825/init/configs/server3.yaml b/shellops/assets/ShellOps_c67c921825/init/configs/server3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8902b7e01db1bb004b8582bd21ed5b6d9d65273f --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/init/configs/server3.yaml @@ -0,0 +1,2 @@ +timezone: "America/New_York" +region: central diff --git a/shellops/assets/ShellOps_c67c921825/init/configs/server4.yaml b/shellops/assets/ShellOps_c67c921825/init/configs/server4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6f2c0f50420682d95590c645aebec39f7e780e51 --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/init/configs/server4.yaml @@ -0,0 +1,2 @@ +timezone: "Asia/Tokyo" +region: east diff --git a/shellops/assets/ShellOps_c67c921825/init/configs/server5.yaml b/shellops/assets/ShellOps_c67c921825/init/configs/server5.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a8754734f244ff97a35936700cced869fc755cb7 --- /dev/null +++ b/shellops/assets/ShellOps_c67c921825/init/configs/server5.yaml @@ -0,0 +1,2 @@ +region: central +timezone: "America/Chicago" diff --git a/shellops/assets/ShellOps_c682544071/gold/include/kernel/net.h b/shellops/assets/ShellOps_c682544071/gold/include/kernel/net.h new file mode 100644 index 0000000000000000000000000000000000000000..e3a0ddbc992c3745971aaa296e5d44370f9a8723 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/gold/include/kernel/net.h @@ -0,0 +1 @@ +// New network headers \ No newline at end of file diff --git a/shellops/assets/ShellOps_c682544071/gold/migration.log b/shellops/assets/ShellOps_c682544071/gold/migration.log new file mode 100644 index 0000000000000000000000000000000000000000..02d0087f755b73a1961fdf456427674d9758d64c --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/gold/migration.log @@ -0,0 +1,3 @@ +scripts/network.sh +scripts/storage.sh +scripts/legacy/old.sh diff --git a/shellops/assets/ShellOps_c682544071/gold/scripts/legacy/old.sh b/shellops/assets/ShellOps_c682544071/gold/scripts/legacy/old.sh new file mode 100644 index 0000000000000000000000000000000000000000..a5a0cf79dd86911a507fb0fe7b88881868a8ea64 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/gold/scripts/legacy/old.sh @@ -0,0 +1 @@ +#include diff --git a/shellops/assets/ShellOps_c682544071/gold/scripts/network.sh b/shellops/assets/ShellOps_c682544071/gold/scripts/network.sh new file mode 100644 index 0000000000000000000000000000000000000000..c4e152519dceec3afe9e4b1cc28ee8bdd342709d --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/gold/scripts/network.sh @@ -0,0 +1,2 @@ +#include +echo 'Network script' diff --git a/shellops/assets/ShellOps_c682544071/gold/scripts/storage.sh b/shellops/assets/ShellOps_c682544071/gold/scripts/storage.sh new file mode 100644 index 0000000000000000000000000000000000000000..4f367e7db680ee5140fd8d054ee66ac6d98d3315 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/gold/scripts/storage.sh @@ -0,0 +1,2 @@ +#include +#include diff --git a/shellops/assets/ShellOps_c682544071/init/include/kernel/net.h b/shellops/assets/ShellOps_c682544071/init/include/kernel/net.h new file mode 100644 index 0000000000000000000000000000000000000000..e3a0ddbc992c3745971aaa296e5d44370f9a8723 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/init/include/kernel/net.h @@ -0,0 +1 @@ +// New network headers \ No newline at end of file diff --git a/shellops/assets/ShellOps_c682544071/init/migration.log b/shellops/assets/ShellOps_c682544071/init/migration.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c682544071/init/scripts/legacy/old.sh b/shellops/assets/ShellOps_c682544071/init/scripts/legacy/old.sh new file mode 100644 index 0000000000000000000000000000000000000000..183a617c11ac932b3f723b72cedca98193b20bd0 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/init/scripts/legacy/old.sh @@ -0,0 +1 @@ +#include diff --git a/shellops/assets/ShellOps_c682544071/init/scripts/network.sh b/shellops/assets/ShellOps_c682544071/init/scripts/network.sh new file mode 100644 index 0000000000000000000000000000000000000000..34c1e2d19711f7ef26477bd24db477d5864e3673 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/init/scripts/network.sh @@ -0,0 +1,2 @@ +#include +echo 'Network script' diff --git a/shellops/assets/ShellOps_c682544071/init/scripts/storage.sh b/shellops/assets/ShellOps_c682544071/init/scripts/storage.sh new file mode 100644 index 0000000000000000000000000000000000000000..e5aff6d30495ebae0e42225f231314198d7f8fc4 --- /dev/null +++ b/shellops/assets/ShellOps_c682544071/init/scripts/storage.sh @@ -0,0 +1,2 @@ +#include +#include diff --git a/shellops/assets/ShellOps_c68e1c34bb/gold/deployed_components.xml b/shellops/assets/ShellOps_c68e1c34bb/gold/deployed_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..d41d4a5bf8d0ddcd60358bf9a29343e1c51047c6 --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/gold/deployed_components.xml @@ -0,0 +1,5 @@ + +1024 +2048 +4096 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c68e1c34bb/gold/distractor.log b/shellops/assets/ShellOps_c68e1c34bb/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..4a90fca19d23123f30cff1dc6d31f01226f8f50f --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/gold/distractor.log @@ -0,0 +1 @@ +Component 512 initialized. \ No newline at end of file diff --git a/shellops/assets/ShellOps_c68e1c34bb/gold/scheduled_maintenance.txt b/shellops/assets/ShellOps_c68e1c34bb/gold/scheduled_maintenance.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c90eb73d8ca3b20345509e45231738ba23107b6 --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/gold/scheduled_maintenance.txt @@ -0,0 +1,3 @@ +1024 +3072 +4096 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c68e1c34bb/gold/unresolved_decommission.csv b/shellops/assets/ShellOps_c68e1c34bb/gold/unresolved_decommission.csv new file mode 100644 index 0000000000000000000000000000000000000000..76265a9640de798ff540efa48c43ff691820b15c --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/gold/unresolved_decommission.csv @@ -0,0 +1,2 @@ +1024 +4096 diff --git a/shellops/assets/ShellOps_c68e1c34bb/init/deployed_components.xml b/shellops/assets/ShellOps_c68e1c34bb/init/deployed_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..d41d4a5bf8d0ddcd60358bf9a29343e1c51047c6 --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/init/deployed_components.xml @@ -0,0 +1,5 @@ + +1024 +2048 +4096 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c68e1c34bb/init/distractor.log b/shellops/assets/ShellOps_c68e1c34bb/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..4a90fca19d23123f30cff1dc6d31f01226f8f50f --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/init/distractor.log @@ -0,0 +1 @@ +Component 512 initialized. \ No newline at end of file diff --git a/shellops/assets/ShellOps_c68e1c34bb/init/scheduled_maintenance.txt b/shellops/assets/ShellOps_c68e1c34bb/init/scheduled_maintenance.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c90eb73d8ca3b20345509e45231738ba23107b6 --- /dev/null +++ b/shellops/assets/ShellOps_c68e1c34bb/init/scheduled_maintenance.txt @@ -0,0 +1,3 @@ +1024 +3072 +4096 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6a64856b5/gold/approved_san_list.txt b/shellops/assets/ShellOps_c6a64856b5/gold/approved_san_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..6407510d7bce0b6357b00795b263d9ece052b69f --- /dev/null +++ b/shellops/assets/ShellOps_c6a64856b5/gold/approved_san_list.txt @@ -0,0 +1,4 @@ +internal-api.dev +portal.prod +analytics.prod +monitoring.prod \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6a64856b5/gold/cert_activity.xml b/shellops/assets/ShellOps_c6a64856b5/gold/cert_activity.xml new file mode 100644 index 0000000000000000000000000000000000000000..ccf1048d70cc5b70314d1e358039149b60803bab --- /dev/null +++ b/shellops/assets/ShellOps_c6a64856b5/gold/cert_activity.xml @@ -0,0 +1 @@ +portal.prodtest.internalmonitoring.prodbackup.lab \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6a64856b5/init/approved_san_list.txt b/shellops/assets/ShellOps_c6a64856b5/init/approved_san_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..6407510d7bce0b6357b00795b263d9ece052b69f --- /dev/null +++ b/shellops/assets/ShellOps_c6a64856b5/init/approved_san_list.txt @@ -0,0 +1,4 @@ +internal-api.dev +portal.prod +analytics.prod +monitoring.prod \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6a64856b5/init/cert_activity.xml b/shellops/assets/ShellOps_c6a64856b5/init/cert_activity.xml new file mode 100644 index 0000000000000000000000000000000000000000..ccf1048d70cc5b70314d1e358039149b60803bab --- /dev/null +++ b/shellops/assets/ShellOps_c6a64856b5/init/cert_activity.xml @@ -0,0 +1 @@ +portal.prodtest.internalmonitoring.prodbackup.lab \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6a99dd768/gold/procurement/manifest.tsv b/shellops/assets/ShellOps_c6a99dd768/gold/procurement/manifest.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0b3981176bc88582bb69da9e073503dc047d5a7b --- /dev/null +++ b/shellops/assets/ShellOps_c6a99dd768/gold/procurement/manifest.tsv @@ -0,0 +1,6 @@ +supplier_id product quantity +S-10023 transistor 1500 +S-10045 capacitor 800 +S-10067 relay 320 +S-10089 sensor 450 +S-10101 display 210 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6a99dd768/gold/reports/supplier_contacts.tsv b/shellops/assets/ShellOps_c6a99dd768/gold/reports/supplier_contacts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fffe6d15e3f8ba92ed2dc9255c077f6304422b04 --- /dev/null +++ b/shellops/assets/ShellOps_c6a99dd768/gold/reports/supplier_contacts.tsv @@ -0,0 +1,6 @@ +supplier_id last_contact +S-10023 2024-05-10T12:30:00Z +S-10045 2024-05-10T15:10:00Z +S-10067 2024-05-10T16:00:00Z +S-10089 2024-05-10T13:00:00Z +S-10101 2024-05-10T14:20:00Z diff --git a/shellops/assets/ShellOps_c6a99dd768/init/procurement/manifest.tsv b/shellops/assets/ShellOps_c6a99dd768/init/procurement/manifest.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0b3981176bc88582bb69da9e073503dc047d5a7b --- /dev/null +++ b/shellops/assets/ShellOps_c6a99dd768/init/procurement/manifest.tsv @@ -0,0 +1,6 @@ +supplier_id product quantity +S-10023 transistor 1500 +S-10045 capacitor 800 +S-10067 relay 320 +S-10089 sensor 450 +S-10101 display 210 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c6bb1b68dd/gold/function_index.map b/shellops/assets/ShellOps_c6bb1b68dd/gold/function_index.map new file mode 100644 index 0000000000000000000000000000000000000000..c7a563e95c8d132f56df5d9a563cb32f60fb2723 --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/gold/function_index.map @@ -0,0 +1,6 @@ +allocatebuffer +memoryfree +parsetoken +skip_whitespace +socketbind +socketcreate diff --git a/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/.keep b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/fix_memory_leak.diff b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/fix_memory_leak.diff new file mode 100644 index 0000000000000000000000000000000000000000..47aacd4fa449202867b6106f1480e7feadf8b7db --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/fix_memory_leak.diff @@ -0,0 +1,14 @@ +# Function: MemoryFree +# Function: AllocateBuffer +diff --git a/src/alloc.c b/src/alloc.c +index 123..456 100644 +--- a/src/alloc.c ++++ b/src/alloc.c +@@ -10,7 +10,7 @@ void* AllocateBuffer(size_t n) { +- if (!ptr) return NULL; ++ if (!ptr) { log_error(); return NULL; } + } + void MemoryFree(void* p) { +- free(p); ++ if (p) free(p); + } diff --git a/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/improve_parser.diff b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/improve_parser.diff new file mode 100644 index 0000000000000000000000000000000000000000..7a6d3f8ea190116d835b2587ca5fea64fdfdfeb0 --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/improve_parser.diff @@ -0,0 +1,14 @@ +# Function: ParseToken +# Function: skip_whitespace +diff --git a/src/parser.c b/src/parser.c +index abc..def 100644 +--- a/src/parser.c ++++ b/src/parser.c +@@ -5,6 +5,6 @@ static void skip_whitespace(char** s) { +- while (**s == ' ') ++*s; ++ while (**s == ' ' || **s == '\t') ++*s; + } + int ParseToken(char* s, Token* out) { +- if (!s || !out) return -1; ++ if (!s || !out) { errno = EINVAL; return -1; } + } diff --git a/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/network_socket.diff b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/network_socket.diff new file mode 100644 index 0000000000000000000000000000000000000000..a8f3a78ed0ce4d43b4599685c0d97e9e02fd9772 --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/gold/patches/network_socket.diff @@ -0,0 +1,15 @@ +# Function: SocketCreate +# Function: SocketBind +diff --git a/src/network.c b/src/network.c +index 789..012 100644 +--- a/src/network.c ++++ b/src/network.c +@@ -20,8 +20,8 @@ int SocketCreate(int domain, int type, int protocol) { +- return socket(domain, type, protocol); ++ int fd = socket(domain, type, protocol); ++ return fd >= 0 ? fd : -1; + } + int SocketBind(int fd, const struct sockaddr* addr, socklen_t len) { +- return bind(fd, addr, len); ++ return bind(fd, addr, len) == 0 ? 0 : -1; + } diff --git a/shellops/assets/ShellOps_c6bb1b68dd/init/patches/.keep b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c6bb1b68dd/init/patches/fix_memory_leak.diff b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/fix_memory_leak.diff new file mode 100644 index 0000000000000000000000000000000000000000..47aacd4fa449202867b6106f1480e7feadf8b7db --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/fix_memory_leak.diff @@ -0,0 +1,14 @@ +# Function: MemoryFree +# Function: AllocateBuffer +diff --git a/src/alloc.c b/src/alloc.c +index 123..456 100644 +--- a/src/alloc.c ++++ b/src/alloc.c +@@ -10,7 +10,7 @@ void* AllocateBuffer(size_t n) { +- if (!ptr) return NULL; ++ if (!ptr) { log_error(); return NULL; } + } + void MemoryFree(void* p) { +- free(p); ++ if (p) free(p); + } diff --git a/shellops/assets/ShellOps_c6bb1b68dd/init/patches/improve_parser.diff b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/improve_parser.diff new file mode 100644 index 0000000000000000000000000000000000000000..7a6d3f8ea190116d835b2587ca5fea64fdfdfeb0 --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/improve_parser.diff @@ -0,0 +1,14 @@ +# Function: ParseToken +# Function: skip_whitespace +diff --git a/src/parser.c b/src/parser.c +index abc..def 100644 +--- a/src/parser.c ++++ b/src/parser.c +@@ -5,6 +5,6 @@ static void skip_whitespace(char** s) { +- while (**s == ' ') ++*s; ++ while (**s == ' ' || **s == '\t') ++*s; + } + int ParseToken(char* s, Token* out) { +- if (!s || !out) return -1; ++ if (!s || !out) { errno = EINVAL; return -1; } + } diff --git a/shellops/assets/ShellOps_c6bb1b68dd/init/patches/network_socket.diff b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/network_socket.diff new file mode 100644 index 0000000000000000000000000000000000000000..a8f3a78ed0ce4d43b4599685c0d97e9e02fd9772 --- /dev/null +++ b/shellops/assets/ShellOps_c6bb1b68dd/init/patches/network_socket.diff @@ -0,0 +1,15 @@ +# Function: SocketCreate +# Function: SocketBind +diff --git a/src/network.c b/src/network.c +index 789..012 100644 +--- a/src/network.c ++++ b/src/network.c +@@ -20,8 +20,8 @@ int SocketCreate(int domain, int type, int protocol) { +- return socket(domain, type, protocol); ++ int fd = socket(domain, type, protocol); ++ return fd >= 0 ? fd : -1; + } + int SocketBind(int fd, const struct sockaddr* addr, socklen_t len) { +- return bind(fd, addr, len); ++ return bind(fd, addr, len) == 0 ? 0 : -1; + } diff --git a/shellops/assets/ShellOps_c72da89cf7/gold/doc_changes.out b/shellops/assets/ShellOps_c72da89cf7/gold/doc_changes.out new file mode 100644 index 0000000000000000000000000000000000000000..00750edc07d6415dcc07ae0351e9397b0222b7ba --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/gold/doc_changes.out @@ -0,0 +1 @@ +3 diff --git a/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/draft/post3.html b/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/draft/post3.html new file mode 100644 index 0000000000000000000000000000000000000000..5ff5d5508785db75c302a43f5b74ffa7196544c0 --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/draft/post3.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/post1.html b/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/post1.html new file mode 100644 index 0000000000000000000000000000000000000000..91b89c643c1a5466df480a668cc9e4df699cb86b --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/post1.html @@ -0,0 +1,2 @@ + +

Content

diff --git a/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/post2.html b/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/post2.html new file mode 100644 index 0000000000000000000000000000000000000000..1e8c49d2bd205c01f6250c98ac79ff60ecc8d36d --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/gold/public/blog/post2.html @@ -0,0 +1 @@ + diff --git a/shellops/assets/ShellOps_c72da89cf7/init/public/blog/draft/post3.html b/shellops/assets/ShellOps_c72da89cf7/init/public/blog/draft/post3.html new file mode 100644 index 0000000000000000000000000000000000000000..3233418ccb4948fe3346b7650af3e870e3f4dde7 --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/init/public/blog/draft/post3.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/shellops/assets/ShellOps_c72da89cf7/init/public/blog/post1.html b/shellops/assets/ShellOps_c72da89cf7/init/public/blog/post1.html new file mode 100644 index 0000000000000000000000000000000000000000..6b540b0b1683ce96b76918360fa9f0ed43c7334b --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/init/public/blog/post1.html @@ -0,0 +1,2 @@ + +

Content

diff --git a/shellops/assets/ShellOps_c72da89cf7/init/public/blog/post2.html b/shellops/assets/ShellOps_c72da89cf7/init/public/blog/post2.html new file mode 100644 index 0000000000000000000000000000000000000000..f25223ef9ad91539663d6f19b2bc37f05d1b9ea2 --- /dev/null +++ b/shellops/assets/ShellOps_c72da89cf7/init/public/blog/post2.html @@ -0,0 +1 @@ + diff --git a/shellops/assets/ShellOps_c792caddbc/gold/api_deprecation_report.out b/shellops/assets/ShellOps_c792caddbc/gold/api_deprecation_report.out new file mode 100644 index 0000000000000000000000000000000000000000..71c2f2a785e1340607647636657b3343b9e5b484 --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/gold/api_deprecation_report.out @@ -0,0 +1,3 @@ +/api/v1/health +/api/v1/status +/api/v1/users diff --git a/shellops/assets/ShellOps_c792caddbc/gold/archives/deprecated_endpoints.md b/shellops/assets/ShellOps_c792caddbc/gold/archives/deprecated_endpoints.md new file mode 100644 index 0000000000000000000000000000000000000000..e120ed5678b56b5521ce002b2bde912bcd7fa19c --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/gold/archives/deprecated_endpoints.md @@ -0,0 +1,5 @@ +# Deprecated API Endpoints + +/api/v1/health +/api/v1/status +/api/v1/users diff --git a/shellops/assets/ShellOps_c792caddbc/gold/configs/service_a.conf b/shellops/assets/ShellOps_c792caddbc/gold/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..14e30cc4a57e5c969de4e57ca21dc1fd0f61c15f --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/gold/configs/service_a.conf @@ -0,0 +1,5 @@ +# Service A Configuration + +Endpoint: /api/v1/health +Endpoint: /api/v2/status +Endpoint: /api/v1/users diff --git a/shellops/assets/ShellOps_c792caddbc/gold/configs/service_b.conf b/shellops/assets/ShellOps_c792caddbc/gold/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..30c803eba3a7070804f651a7997f06e20e0e1d40 --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/gold/configs/service_b.conf @@ -0,0 +1,5 @@ +# Service B Configuration + +Endpoint: /api/v1/status +Endpoint: /api/v2/health +Endpoint: /api/v1/payments diff --git a/shellops/assets/ShellOps_c792caddbc/gold/configs/service_c.conf b/shellops/assets/ShellOps_c792caddbc/gold/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..179ddca725eed8d8d42f8923981e9626b29f94a0 --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/gold/configs/service_c.conf @@ -0,0 +1,5 @@ +# Service C Configuration + +Endpoint: /api/v1/health +Endpoint: /api/v3/metrics +Endpoint: /api/v1/transactions diff --git a/shellops/assets/ShellOps_c792caddbc/init/archives/deprecated_endpoints.md b/shellops/assets/ShellOps_c792caddbc/init/archives/deprecated_endpoints.md new file mode 100644 index 0000000000000000000000000000000000000000..e120ed5678b56b5521ce002b2bde912bcd7fa19c --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/init/archives/deprecated_endpoints.md @@ -0,0 +1,5 @@ +# Deprecated API Endpoints + +/api/v1/health +/api/v1/status +/api/v1/users diff --git a/shellops/assets/ShellOps_c792caddbc/init/configs/service_a.conf b/shellops/assets/ShellOps_c792caddbc/init/configs/service_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..14e30cc4a57e5c969de4e57ca21dc1fd0f61c15f --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/init/configs/service_a.conf @@ -0,0 +1,5 @@ +# Service A Configuration + +Endpoint: /api/v1/health +Endpoint: /api/v2/status +Endpoint: /api/v1/users diff --git a/shellops/assets/ShellOps_c792caddbc/init/configs/service_b.conf b/shellops/assets/ShellOps_c792caddbc/init/configs/service_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..30c803eba3a7070804f651a7997f06e20e0e1d40 --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/init/configs/service_b.conf @@ -0,0 +1,5 @@ +# Service B Configuration + +Endpoint: /api/v1/status +Endpoint: /api/v2/health +Endpoint: /api/v1/payments diff --git a/shellops/assets/ShellOps_c792caddbc/init/configs/service_c.conf b/shellops/assets/ShellOps_c792caddbc/init/configs/service_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..179ddca725eed8d8d42f8923981e9626b29f94a0 --- /dev/null +++ b/shellops/assets/ShellOps_c792caddbc/init/configs/service_c.conf @@ -0,0 +1,5 @@ +# Service C Configuration + +Endpoint: /api/v1/health +Endpoint: /api/v3/metrics +Endpoint: /api/v1/transactions diff --git a/shellops/assets/ShellOps_c7a3ae5a61/gold/active_tests.txt b/shellops/assets/ShellOps_c7a3ae5a61/gold/active_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b4e5f4a2472d438284da08c74bd4c27cc04d770 --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/gold/active_tests.txt @@ -0,0 +1,5 @@ +TC-001 +TC-006 +TC-007 +TC-011 +TC-015 diff --git a/shellops/assets/ShellOps_c7a3ae5a61/gold/exclusions/ignored_cases.json b/shellops/assets/ShellOps_c7a3ae5a61/gold/exclusions/ignored_cases.json new file mode 100644 index 0000000000000000000000000000000000000000..4d134067772da419434272eb22fe4f508ffb0a8a --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/gold/exclusions/ignored_cases.json @@ -0,0 +1,4 @@ +{ + "ignoreIDs": ["TC-005", "TC-010", "TC-014"], + "comment": "manually suppressed due to external issues" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/notes.txt b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..03af0ffd28ec988ef12ce621692ff9e7d8a45f3c --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/notes.txt @@ -0,0 +1,2 @@ +These are just informal notes about the validation runs. +No structured data to parse. diff --git a/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report1.json b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report1.json new file mode 100644 index 0000000000000000000000000000000000000000..b28c3f0debe50c1371ffcb92954c6ab68b7f9b69 --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report1.json @@ -0,0 +1,7 @@ +[ + {"id": "TC-001", "status": "completed", "verdict": "pass", "tags": ["ui", "smoke"]}, + {"id": "TC-002", "status": "completed", "verdict": "fail", "tags": ["backend", "disabled"]}, + {"id": "TC-003", "status": "completed", "verdict": "pass", "tags": ["api", "deprecated"]}, + {"id": "TC-004", "status": "pending", "verdict": "none", "tags": []}, + {"id": "TC-005", "status": "completed", "verdict": "fail", "tags": ["ui", "regression"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report2.json b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report2.json new file mode 100644 index 0000000000000000000000000000000000000000..f5efa0a883cecdcfcbf64f6c9b9378a97801862e --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report2.json @@ -0,0 +1,7 @@ +[ + {"id": "TC-006", "status": "completed", "verdict": "pass", "tags": ["security", "smoke"]}, + {"id": "TC-007", "status": "completed", "verdict": "pass", "tags": []}, + {"id": "TC-008", "status": "completed", "verdict": "fail", "tags": ["backend", "deprecated", "legacy"]}, + {"id": "TC-009", "status": "completed", "verdict": "pass", "tags": ["disabled"]}, + {"id": "TC-010", "status": "completed", "verdict": "fail", "tags": ["ui", "integration"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report3.json b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report3.json new file mode 100644 index 0000000000000000000000000000000000000000..fabb024325c0a26a00e5665f3ac9ce66ab2257e9 --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/gold/validation/report3.json @@ -0,0 +1,7 @@ +[ + {"id": "TC-011", "status": "completed", "verdict": "pass", "tags": ["api", "smoke"]}, + {"id": "TC-012", "status": "completed", "verdict": "fail", "tags": ["disabled", "regression"]}, + {"id": "TC-013", "status": "completed", "verdict": "pass", "tags": ["backend", "deprecated"]}, + {"id": "TC-014", "status": "completed", "verdict": "pass", "tags": ["ui", "performance"]}, + {"id": "TC-015", "status": "completed", "verdict": "fail", "tags": ["security", "smoke"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/init/exclusions/ignored_cases.json b/shellops/assets/ShellOps_c7a3ae5a61/init/exclusions/ignored_cases.json new file mode 100644 index 0000000000000000000000000000000000000000..4d134067772da419434272eb22fe4f508ffb0a8a --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/init/exclusions/ignored_cases.json @@ -0,0 +1,4 @@ +{ + "ignoreIDs": ["TC-005", "TC-010", "TC-014"], + "comment": "manually suppressed due to external issues" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/init/validation/notes.txt b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..03af0ffd28ec988ef12ce621692ff9e7d8a45f3c --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/notes.txt @@ -0,0 +1,2 @@ +These are just informal notes about the validation runs. +No structured data to parse. diff --git a/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report1.json b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report1.json new file mode 100644 index 0000000000000000000000000000000000000000..b28c3f0debe50c1371ffcb92954c6ab68b7f9b69 --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report1.json @@ -0,0 +1,7 @@ +[ + {"id": "TC-001", "status": "completed", "verdict": "pass", "tags": ["ui", "smoke"]}, + {"id": "TC-002", "status": "completed", "verdict": "fail", "tags": ["backend", "disabled"]}, + {"id": "TC-003", "status": "completed", "verdict": "pass", "tags": ["api", "deprecated"]}, + {"id": "TC-004", "status": "pending", "verdict": "none", "tags": []}, + {"id": "TC-005", "status": "completed", "verdict": "fail", "tags": ["ui", "regression"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report2.json b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report2.json new file mode 100644 index 0000000000000000000000000000000000000000..f5efa0a883cecdcfcbf64f6c9b9378a97801862e --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report2.json @@ -0,0 +1,7 @@ +[ + {"id": "TC-006", "status": "completed", "verdict": "pass", "tags": ["security", "smoke"]}, + {"id": "TC-007", "status": "completed", "verdict": "pass", "tags": []}, + {"id": "TC-008", "status": "completed", "verdict": "fail", "tags": ["backend", "deprecated", "legacy"]}, + {"id": "TC-009", "status": "completed", "verdict": "pass", "tags": ["disabled"]}, + {"id": "TC-010", "status": "completed", "verdict": "fail", "tags": ["ui", "integration"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report3.json b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report3.json new file mode 100644 index 0000000000000000000000000000000000000000..fabb024325c0a26a00e5665f3ac9ce66ab2257e9 --- /dev/null +++ b/shellops/assets/ShellOps_c7a3ae5a61/init/validation/report3.json @@ -0,0 +1,7 @@ +[ + {"id": "TC-011", "status": "completed", "verdict": "pass", "tags": ["api", "smoke"]}, + {"id": "TC-012", "status": "completed", "verdict": "fail", "tags": ["disabled", "regression"]}, + {"id": "TC-013", "status": "completed", "verdict": "pass", "tags": ["backend", "deprecated"]}, + {"id": "TC-014", "status": "completed", "verdict": "pass", "tags": ["ui", "performance"]}, + {"id": "TC-015", "status": "completed", "verdict": "fail", "tags": ["security", "smoke"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_c7b27ff979/gold/notes/mappings.txt b/shellops/assets/ShellOps_c7b27ff979/gold/notes/mappings.txt new file mode 100644 index 0000000000000000000000000000000000000000..66cab22dbf2976637dc60d9e3ae08cd239939dce --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/gold/notes/mappings.txt @@ -0,0 +1,5 @@ +# Omitted registers (do not include in final docs) +DMA_PAD +DMA_TEMP +# Reserved for future +DMA_RESERVED_0 diff --git a/shellops/assets/ShellOps_c7b27ff979/gold/output/.keep b/shellops/assets/ShellOps_c7b27ff979/gold/output/.keep new file mode 100644 index 0000000000000000000000000000000000000000..959c595fb574aa8c75db154c5517ed9cec514d21 --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/gold/output/.keep @@ -0,0 +1 @@ +placeholder to ensure dir existence diff --git a/shellops/assets/ShellOps_c7b27ff979/gold/output/valid_regs.txt b/shellops/assets/ShellOps_c7b27ff979/gold/output/valid_regs.txt new file mode 100644 index 0000000000000000000000000000000000000000..092b79e1d9f1a470d5e5e4bcf86b39f9e02d7c7e --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/gold/output/valid_regs.txt @@ -0,0 +1,7 @@ +DMA_CTRL +DMA_DEBUG +DMA_DEST +DMA_IRQ +DMA_LEN +DMA_SRC +DMA_STATUS diff --git a/shellops/assets/ShellOps_c7b27ff979/gold/register_spec.xml b/shellops/assets/ShellOps_c7b27ff979/gold/register_spec.xml new file mode 100644 index 0000000000000000000000000000000000000000..595b4349f4ca26b7b6bfb8d88efdd4704215dee6 --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/gold/register_spec.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_c7b27ff979/init/notes/mappings.txt b/shellops/assets/ShellOps_c7b27ff979/init/notes/mappings.txt new file mode 100644 index 0000000000000000000000000000000000000000..66cab22dbf2976637dc60d9e3ae08cd239939dce --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/init/notes/mappings.txt @@ -0,0 +1,5 @@ +# Omitted registers (do not include in final docs) +DMA_PAD +DMA_TEMP +# Reserved for future +DMA_RESERVED_0 diff --git a/shellops/assets/ShellOps_c7b27ff979/init/output/.keep b/shellops/assets/ShellOps_c7b27ff979/init/output/.keep new file mode 100644 index 0000000000000000000000000000000000000000..959c595fb574aa8c75db154c5517ed9cec514d21 --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/init/output/.keep @@ -0,0 +1 @@ +placeholder to ensure dir existence diff --git a/shellops/assets/ShellOps_c7b27ff979/init/register_spec.xml b/shellops/assets/ShellOps_c7b27ff979/init/register_spec.xml new file mode 100644 index 0000000000000000000000000000000000000000..595b4349f4ca26b7b6bfb8d88efdd4704215dee6 --- /dev/null +++ b/shellops/assets/ShellOps_c7b27ff979/init/register_spec.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_c8075b8503/gold/deployment.txt b/shellops/assets/ShellOps_c8075b8503/gold/deployment.txt new file mode 100644 index 0000000000000000000000000000000000000000..985fd93d5c5b7b6b52e0bb3b7ca8b79607f2949f --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/deployment.txt @@ -0,0 +1,7 @@ +frontend +backend +auth +cache +queue +# legacy service +analytics diff --git a/shellops/assets/ShellOps_c8075b8503/gold/missing_services.txt b/shellops/assets/ShellOps_c8075b8503/gold/missing_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7aa1663568222ed866c0d7cd295e23f2e159503 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/missing_services.txt @@ -0,0 +1 @@ +analytics diff --git a/shellops/assets/ShellOps_c8075b8503/gold/profiles/auth.conf b/shellops/assets/ShellOps_c8075b8503/gold/profiles/auth.conf new file mode 100644 index 0000000000000000000000000000000000000000..be2c8bfd453c3584b674ad657475c4efb1b4c1a4 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/profiles/auth.conf @@ -0,0 +1,2 @@ +port=9000 +workers=2 diff --git a/shellops/assets/ShellOps_c8075b8503/gold/profiles/backend.conf b/shellops/assets/ShellOps_c8075b8503/gold/profiles/backend.conf new file mode 100644 index 0000000000000000000000000000000000000000..db04c2edb9272d0c55a6febdc5fb7340683012c3 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/profiles/backend.conf @@ -0,0 +1,2 @@ +port=8081 +workers=8 diff --git a/shellops/assets/ShellOps_c8075b8503/gold/profiles/cache.conf b/shellops/assets/ShellOps_c8075b8503/gold/profiles/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..e66da0ae597f2f4584899fa5246d11d339591466 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/profiles/cache.conf @@ -0,0 +1,2 @@ +port=6379 +workers=1 diff --git a/shellops/assets/ShellOps_c8075b8503/gold/profiles/frontend.conf b/shellops/assets/ShellOps_c8075b8503/gold/profiles/frontend.conf new file mode 100644 index 0000000000000000000000000000000000000000..4664a2c46de50d9e9fa983c14b5ceb02caa76e5a --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/profiles/frontend.conf @@ -0,0 +1,2 @@ +port=8080 +workers=4 diff --git a/shellops/assets/ShellOps_c8075b8503/gold/profiles/queue.conf b/shellops/assets/ShellOps_c8075b8503/gold/profiles/queue.conf new file mode 100644 index 0000000000000000000000000000000000000000..b9e8a9be654fa21b3c594608d946b946269d4fd5 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/gold/profiles/queue.conf @@ -0,0 +1,2 @@ +port=5672 +workers=1 diff --git a/shellops/assets/ShellOps_c8075b8503/init/deployment.txt b/shellops/assets/ShellOps_c8075b8503/init/deployment.txt new file mode 100644 index 0000000000000000000000000000000000000000..985fd93d5c5b7b6b52e0bb3b7ca8b79607f2949f --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/init/deployment.txt @@ -0,0 +1,7 @@ +frontend +backend +auth +cache +queue +# legacy service +analytics diff --git a/shellops/assets/ShellOps_c8075b8503/init/profiles/auth.conf b/shellops/assets/ShellOps_c8075b8503/init/profiles/auth.conf new file mode 100644 index 0000000000000000000000000000000000000000..be2c8bfd453c3584b674ad657475c4efb1b4c1a4 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/init/profiles/auth.conf @@ -0,0 +1,2 @@ +port=9000 +workers=2 diff --git a/shellops/assets/ShellOps_c8075b8503/init/profiles/backend.conf b/shellops/assets/ShellOps_c8075b8503/init/profiles/backend.conf new file mode 100644 index 0000000000000000000000000000000000000000..db04c2edb9272d0c55a6febdc5fb7340683012c3 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/init/profiles/backend.conf @@ -0,0 +1,2 @@ +port=8081 +workers=8 diff --git a/shellops/assets/ShellOps_c8075b8503/init/profiles/cache.conf b/shellops/assets/ShellOps_c8075b8503/init/profiles/cache.conf new file mode 100644 index 0000000000000000000000000000000000000000..e66da0ae597f2f4584899fa5246d11d339591466 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/init/profiles/cache.conf @@ -0,0 +1,2 @@ +port=6379 +workers=1 diff --git a/shellops/assets/ShellOps_c8075b8503/init/profiles/frontend.conf b/shellops/assets/ShellOps_c8075b8503/init/profiles/frontend.conf new file mode 100644 index 0000000000000000000000000000000000000000..4664a2c46de50d9e9fa983c14b5ceb02caa76e5a --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/init/profiles/frontend.conf @@ -0,0 +1,2 @@ +port=8080 +workers=4 diff --git a/shellops/assets/ShellOps_c8075b8503/init/profiles/queue.conf b/shellops/assets/ShellOps_c8075b8503/init/profiles/queue.conf new file mode 100644 index 0000000000000000000000000000000000000000..b9e8a9be654fa21b3c594608d946b946269d4fd5 --- /dev/null +++ b/shellops/assets/ShellOps_c8075b8503/init/profiles/queue.conf @@ -0,0 +1,2 @@ +port=5672 +workers=1 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/gold/device_ids.txt b/shellops/assets/ShellOps_c82f7d6fcb/gold/device_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..340396d71a79a9cb042e0b14f0ea91724b559f2a --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/gold/device_ids.txt @@ -0,0 +1,4 @@ +101 +102 +103 +104 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_a.prom b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_a.prom new file mode 100644 index 0000000000000000000000000000000000000000..584d9e6bdcd82109832acae38c606d00b6c227d0 --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_a.prom @@ -0,0 +1,5 @@ +# HELP device_info Device information +# TYPE device_info gauge +device_info{id="101",name="sensor-alpha"} 1 +device_info{id="103",name="sensor-beta"} 1 +node_memory{host="a"} 2048 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_b.prom b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_b.prom new file mode 100644 index 0000000000000000000000000000000000000000..85b68bf05786e8fb1467d2740f3ee01601fa2264 --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_b.prom @@ -0,0 +1,4 @@ +# HELP device_info Device information +# TYPE device_info gauge +device_info{id="102",name="sensor-gamma"} 1 +device_info{id="101",name="sensor-alpha"} 1 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_c.prom b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_c.prom new file mode 100644 index 0000000000000000000000000000000000000000..3f96c2e0b9156080e7a5093cb489bdb6ea2c64a0 --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/cluster_c.prom @@ -0,0 +1,3 @@ +# HELP device_info Device information +# TYPE device_info gauge +device_info{id="104",name="sensor-delta"} 1 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/notes.md b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e0513c962c39a3ec64c4d0258282b1fda669ef0a --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/gold/metrics/notes.md @@ -0,0 +1 @@ +Cluster C has the newest devices. diff --git a/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_a.prom b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_a.prom new file mode 100644 index 0000000000000000000000000000000000000000..584d9e6bdcd82109832acae38c606d00b6c227d0 --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_a.prom @@ -0,0 +1,5 @@ +# HELP device_info Device information +# TYPE device_info gauge +device_info{id="101",name="sensor-alpha"} 1 +device_info{id="103",name="sensor-beta"} 1 +node_memory{host="a"} 2048 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_b.prom b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_b.prom new file mode 100644 index 0000000000000000000000000000000000000000..85b68bf05786e8fb1467d2740f3ee01601fa2264 --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_b.prom @@ -0,0 +1,4 @@ +# HELP device_info Device information +# TYPE device_info gauge +device_info{id="102",name="sensor-gamma"} 1 +device_info{id="101",name="sensor-alpha"} 1 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_c.prom b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_c.prom new file mode 100644 index 0000000000000000000000000000000000000000..3f96c2e0b9156080e7a5093cb489bdb6ea2c64a0 --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/cluster_c.prom @@ -0,0 +1,3 @@ +# HELP device_info Device information +# TYPE device_info gauge +device_info{id="104",name="sensor-delta"} 1 diff --git a/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/notes.md b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e0513c962c39a3ec64c4d0258282b1fda669ef0a --- /dev/null +++ b/shellops/assets/ShellOps_c82f7d6fcb/init/metrics/notes.md @@ -0,0 +1 @@ +Cluster C has the newest devices. diff --git a/shellops/assets/ShellOps_c8322c082d/gold/device_manifest.xml b/shellops/assets/ShellOps_c8322c082d/gold/device_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..5196abd80bcd33fd824cbfe87573c85829f4a776 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/gold/device_manifest.xml @@ -0,0 +1,18 @@ + + + DT45-XB24 + approved + + + ZB92-MN11 + approved + + + RT78-KP33 + approved + + + AL99-VC87 + approved + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c8322c082d/gold/inventory.txt b/shellops/assets/ShellOps_c8322c082d/gold/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..0458accd52c0c48b5b7934c3bccacc0ef6935c29 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/gold/inventory.txt @@ -0,0 +1,3 @@ +DT45-XB24 +ZB92-MN11 +RT78-KP33 diff --git a/shellops/assets/ShellOps_c8322c082d/gold/missing_models.txt b/shellops/assets/ShellOps_c8322c082d/gold/missing_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..893b499627d41e5c7053811ec9a8574f0eec6e37 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/gold/missing_models.txt @@ -0,0 +1 @@ +AL99-VC87 diff --git a/shellops/assets/ShellOps_c8322c082d/gold/notes.log b/shellops/assets/ShellOps_c8322c082d/gold/notes.log new file mode 100644 index 0000000000000000000000000000000000000000..8595209b2f56b8c91d2652f0e986de5ad0a3e3b9 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/gold/notes.log @@ -0,0 +1,2 @@ +Archive of prior audits and unrelated status messages. +This file should not influence the result. diff --git a/shellops/assets/ShellOps_c8322c082d/init/device_manifest.xml b/shellops/assets/ShellOps_c8322c082d/init/device_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..5196abd80bcd33fd824cbfe87573c85829f4a776 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/init/device_manifest.xml @@ -0,0 +1,18 @@ + + + DT45-XB24 + approved + + + ZB92-MN11 + approved + + + RT78-KP33 + approved + + + AL99-VC87 + approved + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_c8322c082d/init/inventory.txt b/shellops/assets/ShellOps_c8322c082d/init/inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..0458accd52c0c48b5b7934c3bccacc0ef6935c29 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/init/inventory.txt @@ -0,0 +1,3 @@ +DT45-XB24 +ZB92-MN11 +RT78-KP33 diff --git a/shellops/assets/ShellOps_c8322c082d/init/notes.log b/shellops/assets/ShellOps_c8322c082d/init/notes.log new file mode 100644 index 0000000000000000000000000000000000000000..8595209b2f56b8c91d2652f0e986de5ad0a3e3b9 --- /dev/null +++ b/shellops/assets/ShellOps_c8322c082d/init/notes.log @@ -0,0 +1,2 @@ +Archive of prior audits and unrelated status messages. +This file should not influence the result. diff --git a/shellops/assets/ShellOps_c84bf7efcc/gold/monitoring/shipments/.keep b/shellops/assets/ShellOps_c84bf7efcc/gold/monitoring/shipments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c84bf7efcc/gold/monitoring/shipments/20240514.log b/shellops/assets/ShellOps_c84bf7efcc/gold/monitoring/shipments/20240514.log new file mode 100644 index 0000000000000000000000000000000000000000..5106ba6623c68275b0a85ea3ca5453d1a3efcc57 --- /dev/null +++ b/shellops/assets/ShellOps_c84bf7efcc/gold/monitoring/shipments/20240514.log @@ -0,0 +1,8 @@ +2024-05-14 08:15:22 [INFO] shipment TRN-ABCD1234 departed with 12 containers +2024-05-14 09:30:44 [WARN] transport TRN-EFGH5678 delayed at customs +2024-05-14 10:45:11 [INFO] TRN-MNOP3456 en route to warehouse +2024-05-14 11:20:33 [ERROR] unknown identifier TRN-UNKNOWN9999 encountered +2024-05-14 13:55:07 [INFO] transport TRN-ABCD1234 arrived at final hub (volume 1500) +2024-05-14 14:10:18 [INFO] TRN-QRST7890 completed loading +2024-05-14 15:40:02 [INFO] shipment TRN-ABCD1234 duplicate logging entry +2024-05-14 16:05:29 [INFO] transport TRN-EFGH5678 cleared customs \ No newline at end of file diff --git a/shellops/assets/ShellOps_c84bf7efcc/gold/transport_summary.tsv b/shellops/assets/ShellOps_c84bf7efcc/gold/transport_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3ddca9e4f7bb5e2b04a18cda0c1601bc1de015c2 --- /dev/null +++ b/shellops/assets/ShellOps_c84bf7efcc/gold/transport_summary.tsv @@ -0,0 +1,7 @@ +transport_id origin volume +TRN-ABCD1234 port_alpha 1200 +TRN-EFGH5678 port_beta 800 +TRN-ABCD1234 port_gamma 1500 +TRN-IJKL9012 port_delta 0 +TRN-MNOP3456 port_epsilon 600 +TRN-QRST7890 port_zeta 300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c84bf7efcc/init/monitoring/shipments/.keep b/shellops/assets/ShellOps_c84bf7efcc/init/monitoring/shipments/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c84bf7efcc/init/monitoring/shipments/20240514.log b/shellops/assets/ShellOps_c84bf7efcc/init/monitoring/shipments/20240514.log new file mode 100644 index 0000000000000000000000000000000000000000..5106ba6623c68275b0a85ea3ca5453d1a3efcc57 --- /dev/null +++ b/shellops/assets/ShellOps_c84bf7efcc/init/monitoring/shipments/20240514.log @@ -0,0 +1,8 @@ +2024-05-14 08:15:22 [INFO] shipment TRN-ABCD1234 departed with 12 containers +2024-05-14 09:30:44 [WARN] transport TRN-EFGH5678 delayed at customs +2024-05-14 10:45:11 [INFO] TRN-MNOP3456 en route to warehouse +2024-05-14 11:20:33 [ERROR] unknown identifier TRN-UNKNOWN9999 encountered +2024-05-14 13:55:07 [INFO] transport TRN-ABCD1234 arrived at final hub (volume 1500) +2024-05-14 14:10:18 [INFO] TRN-QRST7890 completed loading +2024-05-14 15:40:02 [INFO] shipment TRN-ABCD1234 duplicate logging entry +2024-05-14 16:05:29 [INFO] transport TRN-EFGH5678 cleared customs \ No newline at end of file diff --git a/shellops/assets/ShellOps_c84bf7efcc/init/transport_summary.tsv b/shellops/assets/ShellOps_c84bf7efcc/init/transport_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3ddca9e4f7bb5e2b04a18cda0c1601bc1de015c2 --- /dev/null +++ b/shellops/assets/ShellOps_c84bf7efcc/init/transport_summary.tsv @@ -0,0 +1,7 @@ +transport_id origin volume +TRN-ABCD1234 port_alpha 1200 +TRN-EFGH5678 port_beta 800 +TRN-ABCD1234 port_gamma 1500 +TRN-IJKL9012 port_delta 0 +TRN-MNOP3456 port_epsilon 600 +TRN-QRST7890 port_zeta 300 \ No newline at end of file diff --git a/shellops/assets/ShellOps_c8cb661b20/gold/deprecations/manifest.txt b/shellops/assets/ShellOps_c8cb661b20/gold/deprecations/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..64520cac65e1d7fe882420a173f26aad4a4ef123 --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/gold/deprecations/manifest.txt @@ -0,0 +1,2 @@ +DEV-1005 +DEV-1001 diff --git a/shellops/assets/ShellOps_c8cb661b20/gold/devices/notes.md b/shellops/assets/ShellOps_c8cb661b20/gold/devices/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fdce81a339cbfe4bd38d9382ffaed2a1bd2c42af --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/gold/devices/notes.md @@ -0,0 +1,4 @@ +# Device management notes + +- DEV-1002 scheduled for maintenance. +- DEV-1005 already marked for decommission. diff --git a/shellops/assets/ShellOps_c8cb661b20/gold/devices/status.json b/shellops/assets/ShellOps_c8cb661b20/gold/devices/status.json new file mode 100644 index 0000000000000000000000000000000000000000..68c7c1cf36211c208178f0b8f2b49c248eb2f381 --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/gold/devices/status.json @@ -0,0 +1,7 @@ +[ + {"device_id": "DEV-1001", "status": "active", "location": "rack-a"}, + {"device_id": "DEV-1002", "status": "maintenance", "location": "rack-a"}, + {"device_id": "DEV-1003", "status": "active", "location": "rack-b"}, + {"device_id": "DEV-1004", "status": "active", "location": "rack-c"}, + {"device_id": "DEV-1005", "status": "deprecated", "location": "rack-d"} +] diff --git a/shellops/assets/ShellOps_c8cb661b20/gold/reports/active_devices.txt b/shellops/assets/ShellOps_c8cb661b20/gold/reports/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..18a6b88e3c5f75b2e1aa0b29ef6837e1a8a88980 --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/gold/reports/active_devices.txt @@ -0,0 +1,2 @@ +DEV-1003 +DEV-1004 diff --git a/shellops/assets/ShellOps_c8cb661b20/init/deprecations/manifest.txt b/shellops/assets/ShellOps_c8cb661b20/init/deprecations/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..64520cac65e1d7fe882420a173f26aad4a4ef123 --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/init/deprecations/manifest.txt @@ -0,0 +1,2 @@ +DEV-1005 +DEV-1001 diff --git a/shellops/assets/ShellOps_c8cb661b20/init/devices/notes.md b/shellops/assets/ShellOps_c8cb661b20/init/devices/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fdce81a339cbfe4bd38d9382ffaed2a1bd2c42af --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/init/devices/notes.md @@ -0,0 +1,4 @@ +# Device management notes + +- DEV-1002 scheduled for maintenance. +- DEV-1005 already marked for decommission. diff --git a/shellops/assets/ShellOps_c8cb661b20/init/devices/status.json b/shellops/assets/ShellOps_c8cb661b20/init/devices/status.json new file mode 100644 index 0000000000000000000000000000000000000000..68c7c1cf36211c208178f0b8f2b49c248eb2f381 --- /dev/null +++ b/shellops/assets/ShellOps_c8cb661b20/init/devices/status.json @@ -0,0 +1,7 @@ +[ + {"device_id": "DEV-1001", "status": "active", "location": "rack-a"}, + {"device_id": "DEV-1002", "status": "maintenance", "location": "rack-a"}, + {"device_id": "DEV-1003", "status": "active", "location": "rack-b"}, + {"device_id": "DEV-1004", "status": "active", "location": "rack-c"}, + {"device_id": "DEV-1005", "status": "deprecated", "location": "rack-d"} +] diff --git a/shellops/assets/ShellOps_c8d32c10de/gold/scripts/Makefile b/shellops/assets/ShellOps_c8d32c10de/gold/scripts/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..bf42b7441eb6978b500babba2880df1435d0ce34 --- /dev/null +++ b/shellops/assets/ShellOps_c8d32c10de/gold/scripts/Makefile @@ -0,0 +1,2 @@ +VERSION=v1.3.0 +# Build targets \ No newline at end of file diff --git a/shellops/assets/ShellOps_c8d32c10de/gold/scripts/build.py b/shellops/assets/ShellOps_c8d32c10de/gold/scripts/build.py new file mode 100644 index 0000000000000000000000000000000000000000..24112505492ea615ed229ac7af8abedafe3f5c27 --- /dev/null +++ b/shellops/assets/ShellOps_c8d32c10de/gold/scripts/build.py @@ -0,0 +1,2 @@ +version = 'v1.3.0' +# Build script \ No newline at end of file diff --git a/shellops/assets/ShellOps_c8d32c10de/init/scripts/Makefile b/shellops/assets/ShellOps_c8d32c10de/init/scripts/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..843f28c3c180bd8f3afeb57f1abf8072686da621 --- /dev/null +++ b/shellops/assets/ShellOps_c8d32c10de/init/scripts/Makefile @@ -0,0 +1,2 @@ +VERSION=v1.2.3-legacy +# Build targets \ No newline at end of file diff --git a/shellops/assets/ShellOps_c8d32c10de/init/scripts/build.py b/shellops/assets/ShellOps_c8d32c10de/init/scripts/build.py new file mode 100644 index 0000000000000000000000000000000000000000..5d2b266b74bb77a15779bf1cc9816dedff386c28 --- /dev/null +++ b/shellops/assets/ShellOps_c8d32c10de/init/scripts/build.py @@ -0,0 +1,2 @@ +version = 'v1.2.3-legacy' +# Build script \ No newline at end of file diff --git a/shellops/assets/ShellOps_c94d238082/gold/build/report_deploy.txt b/shellops/assets/ShellOps_c94d238082/gold/build/report_deploy.txt new file mode 100644 index 0000000000000000000000000000000000000000..05197e408dadc10885fb5964e48df4d280a52b1c --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/build/report_deploy.txt @@ -0,0 +1,5 @@ +web:active +payment:active +legacy:disabled +analytics:active +monitoring:disabled diff --git a/shellops/assets/ShellOps_c94d238082/gold/config/features/analytics.conf b/shellops/assets/ShellOps_c94d238082/gold/config/features/analytics.conf new file mode 100644 index 0000000000000000000000000000000000000000..77ed72e1b70f1ee6df6ea49d0f3855405ae35aec --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/config/features/analytics.conf @@ -0,0 +1 @@ +capabilities=dashboard,export diff --git a/shellops/assets/ShellOps_c94d238082/gold/config/features/legacy.conf b/shellops/assets/ShellOps_c94d238082/gold/config/features/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..a1d3df3b7a2efd3a8231be1ac8ea4049082183fe --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/config/features/legacy.conf @@ -0,0 +1 @@ +capabilities=basic_auth diff --git a/shellops/assets/ShellOps_c94d238082/gold/config/features/monitoring.conf b/shellops/assets/ShellOps_c94d238082/gold/config/features/monitoring.conf new file mode 100644 index 0000000000000000000000000000000000000000..94bb660adcaf77647ee1713f693088d57d91e844 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/config/features/monitoring.conf @@ -0,0 +1 @@ +capabilities=alerts,metrics diff --git a/shellops/assets/ShellOps_c94d238082/gold/config/features/payment.conf b/shellops/assets/ShellOps_c94d238082/gold/config/features/payment.conf new file mode 100644 index 0000000000000000000000000000000000000000..676da2d621dd25b2d2784cf8ae16b6c26f44438c --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/config/features/payment.conf @@ -0,0 +1 @@ +capabilities=encryption,audit diff --git a/shellops/assets/ShellOps_c94d238082/gold/config/features/web.conf b/shellops/assets/ShellOps_c94d238082/gold/config/features/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..efe2ed1be3f47aa1ded052a07288450dc0c55ff1 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/config/features/web.conf @@ -0,0 +1 @@ +capabilities=ssl,compression,cache diff --git a/shellops/assets/ShellOps_c94d238082/gold/docs/notes.md b/shellops/assets/ShellOps_c94d238082/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5d9488940e22b073e2e0966f6b66c42ed68ea9c8 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/docs/notes.md @@ -0,0 +1 @@ +Legacy module is deprecated and should remain disabled. diff --git a/shellops/assets/ShellOps_c94d238082/gold/module_summary.txt b/shellops/assets/ShellOps_c94d238082/gold/module_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2c9982832a4fcd1128bf3717a147f5ed5274318 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/gold/module_summary.txt @@ -0,0 +1,3 @@ +analytics active dashboard,export +payment active encryption,audit +web active ssl,compression,cache diff --git a/shellops/assets/ShellOps_c94d238082/init/build/report_deploy.txt b/shellops/assets/ShellOps_c94d238082/init/build/report_deploy.txt new file mode 100644 index 0000000000000000000000000000000000000000..05197e408dadc10885fb5964e48df4d280a52b1c --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/build/report_deploy.txt @@ -0,0 +1,5 @@ +web:active +payment:active +legacy:disabled +analytics:active +monitoring:disabled diff --git a/shellops/assets/ShellOps_c94d238082/init/config/features/analytics.conf b/shellops/assets/ShellOps_c94d238082/init/config/features/analytics.conf new file mode 100644 index 0000000000000000000000000000000000000000..77ed72e1b70f1ee6df6ea49d0f3855405ae35aec --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/config/features/analytics.conf @@ -0,0 +1 @@ +capabilities=dashboard,export diff --git a/shellops/assets/ShellOps_c94d238082/init/config/features/legacy.conf b/shellops/assets/ShellOps_c94d238082/init/config/features/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..a1d3df3b7a2efd3a8231be1ac8ea4049082183fe --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/config/features/legacy.conf @@ -0,0 +1 @@ +capabilities=basic_auth diff --git a/shellops/assets/ShellOps_c94d238082/init/config/features/monitoring.conf b/shellops/assets/ShellOps_c94d238082/init/config/features/monitoring.conf new file mode 100644 index 0000000000000000000000000000000000000000..94bb660adcaf77647ee1713f693088d57d91e844 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/config/features/monitoring.conf @@ -0,0 +1 @@ +capabilities=alerts,metrics diff --git a/shellops/assets/ShellOps_c94d238082/init/config/features/payment.conf b/shellops/assets/ShellOps_c94d238082/init/config/features/payment.conf new file mode 100644 index 0000000000000000000000000000000000000000..676da2d621dd25b2d2784cf8ae16b6c26f44438c --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/config/features/payment.conf @@ -0,0 +1 @@ +capabilities=encryption,audit diff --git a/shellops/assets/ShellOps_c94d238082/init/config/features/web.conf b/shellops/assets/ShellOps_c94d238082/init/config/features/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..efe2ed1be3f47aa1ded052a07288450dc0c55ff1 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/config/features/web.conf @@ -0,0 +1 @@ +capabilities=ssl,compression,cache diff --git a/shellops/assets/ShellOps_c94d238082/init/docs/notes.md b/shellops/assets/ShellOps_c94d238082/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5d9488940e22b073e2e0966f6b66c42ed68ea9c8 --- /dev/null +++ b/shellops/assets/ShellOps_c94d238082/init/docs/notes.md @@ -0,0 +1 @@ +Legacy module is deprecated and should remain disabled. diff --git a/shellops/assets/ShellOps_c9a295bc21/gold/traces/.keep b/shellops/assets/ShellOps_c9a295bc21/gold/traces/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c9a295bc21/gold/traces/admin_backend.trace b/shellops/assets/ShellOps_c9a295bc21/gold/traces/admin_backend.trace new file mode 100644 index 0000000000000000000000000000000000000000..023dca33c5893e3e268cdfde5c83d949db7f0e28 --- /dev/null +++ b/shellops/assets/ShellOps_c9a295bc21/gold/traces/admin_backend.trace @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-15T11:12:33Z", "request_id": "req-j0k1l2", "method": "DELETE", "path": "/api/sessions/old", "status": 200, "latency_ms": 56} +{"timestamp": "2024-03-15T11:13:45Z", "request_id": "req-m3n4o5", "method": "GET", "path": "/api/metrics", "status": 200, "latency_ms": 210} +{"timestamp": "2024-03-15T11:14:12Z", "request_id": "req-p6q7r8", "method": "PATCH", "path": "/api/config", "status": 202, "latency_ms": 75} diff --git a/shellops/assets/ShellOps_c9a295bc21/gold/traces/api_frontend.trace b/shellops/assets/ShellOps_c9a295bc21/gold/traces/api_frontend.trace new file mode 100644 index 0000000000000000000000000000000000000000..72ac5b9fb7c5e84e0e8994aac2ca744eb71fef9c --- /dev/null +++ b/shellops/assets/ShellOps_c9a295bc21/gold/traces/api_frontend.trace @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-15T10:04:12Z", "request_id": "req-a1b2c3", "method": "GET", "path": "/api/users", "status": 200, "latency_ms": 45} +{"timestamp": "2024-03-15T10:05:01Z", "request_id": "req-d4e5f6", "method": "POST", "path": "/api/users", "status": 201, "latency_ms": 120} +{"timestamp": "2024-03-15T10:07:22Z", "request_id": "req-g7h8i9", "method": "PUT", "path": "/api/users/42", "status": 204, "latency_ms": 89} diff --git a/shellops/assets/ShellOps_c9a295bc21/gold/traces/legacy_webhooks.trace b/shellops/assets/ShellOps_c9a295bc21/gold/traces/legacy_webhooks.trace new file mode 100644 index 0000000000000000000000000000000000000000..bee4cbca3180b46329d712443f82b40ae692a760 --- /dev/null +++ b/shellops/assets/ShellOps_c9a295bc21/gold/traces/legacy_webhooks.trace @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-14T22:01:09Z", "request_id": "req-s9t0u1", "method": "POST", "path": "/webhook/payment", "status": 200, "latency_ms": 150} +{"timestamp": "2024-03 -14T22:03:41Z", "request_id": "req-v2w3x4", "method": "GET", "path": "/health", "status": 200, "latency_ms": 12} +{"timestamp": "2024-03-14T22:04:57Z", "request_id": "req-y5z6a7", "method": "PUT", "path": "/api/items/99", "status": 200, "latency_ms": 67} diff --git a/shellops/assets/ShellOps_c9a295bc21/init/traces/.keep b/shellops/assets/ShellOps_c9a295bc21/init/traces/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_c9a295bc21/init/traces/admin_backend.trace b/shellops/assets/ShellOps_c9a295bc21/init/traces/admin_backend.trace new file mode 100644 index 0000000000000000000000000000000000000000..023dca33c5893e3e268cdfde5c83d949db7f0e28 --- /dev/null +++ b/shellops/assets/ShellOps_c9a295bc21/init/traces/admin_backend.trace @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-15T11:12:33Z", "request_id": "req-j0k1l2", "method": "DELETE", "path": "/api/sessions/old", "status": 200, "latency_ms": 56} +{"timestamp": "2024-03-15T11:13:45Z", "request_id": "req-m3n4o5", "method": "GET", "path": "/api/metrics", "status": 200, "latency_ms": 210} +{"timestamp": "2024-03-15T11:14:12Z", "request_id": "req-p6q7r8", "method": "PATCH", "path": "/api/config", "status": 202, "latency_ms": 75} diff --git a/shellops/assets/ShellOps_c9a295bc21/init/traces/api_frontend.trace b/shellops/assets/ShellOps_c9a295bc21/init/traces/api_frontend.trace new file mode 100644 index 0000000000000000000000000000000000000000..72ac5b9fb7c5e84e0e8994aac2ca744eb71fef9c --- /dev/null +++ b/shellops/assets/ShellOps_c9a295bc21/init/traces/api_frontend.trace @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-15T10:04:12Z", "request_id": "req-a1b2c3", "method": "GET", "path": "/api/users", "status": 200, "latency_ms": 45} +{"timestamp": "2024-03-15T10:05:01Z", "request_id": "req-d4e5f6", "method": "POST", "path": "/api/users", "status": 201, "latency_ms": 120} +{"timestamp": "2024-03-15T10:07:22Z", "request_id": "req-g7h8i9", "method": "PUT", "path": "/api/users/42", "status": 204, "latency_ms": 89} diff --git a/shellops/assets/ShellOps_c9a295bc21/init/traces/legacy_webhooks.trace b/shellops/assets/ShellOps_c9a295bc21/init/traces/legacy_webhooks.trace new file mode 100644 index 0000000000000000000000000000000000000000..bee4cbca3180b46329d712443f82b40ae692a760 --- /dev/null +++ b/shellops/assets/ShellOps_c9a295bc21/init/traces/legacy_webhooks.trace @@ -0,0 +1,3 @@ +{"timestamp": "2024-03-14T22:01:09Z", "request_id": "req-s9t0u1", "method": "POST", "path": "/webhook/payment", "status": 200, "latency_ms": 150} +{"timestamp": "2024-03 -14T22:03:41Z", "request_id": "req-v2w3x4", "method": "GET", "path": "/health", "status": 200, "latency_ms": 12} +{"timestamp": "2024-03-14T22:04:57Z", "request_id": "req-y5z6a7", "method": "PUT", "path": "/api/items/99", "status": 200, "latency_ms": 67} diff --git a/shellops/assets/ShellOps_c9a7cc200f/gold/missing_items.txt b/shellops/assets/ShellOps_c9a7cc200f/gold/missing_items.txt new file mode 100644 index 0000000000000000000000000000000000000000..a27703a5ec28cbced78b848184661afc31d1a1ad --- /dev/null +++ b/shellops/assets/ShellOps_c9a7cc200f/gold/missing_items.txt @@ -0,0 +1,2 @@ +1004 +1012 diff --git a/shellops/assets/ShellOps_c9a7cc200f/gold/shipments.xml b/shellops/assets/ShellOps_c9a7cc200f/gold/shipments.xml new file mode 100644 index 0000000000000000000000000000000000000000..c5c028a9a6923a32ee736735111c501bde9fa87f --- /dev/null +++ b/shellops/assets/ShellOps_c9a7cc200f/gold/shipments.xml @@ -0,0 +1,15 @@ + + + + 1002 + 1005 + + + 1008 + 1010 + + + 1002 + 1010 + + diff --git a/shellops/assets/ShellOps_c9a7cc200f/gold/stock.txt b/shellops/assets/ShellOps_c9a7cc200f/gold/stock.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe4da1ded1b01fd250b6bcf844a71c7a677d48a --- /dev/null +++ b/shellops/assets/ShellOps_c9a7cc200f/gold/stock.txt @@ -0,0 +1,6 @@ +1002 widget blue +1004 gadget red +1005 tool green +1008 device yellow +1010 part silver +1012 component black diff --git a/shellops/assets/ShellOps_c9a7cc200f/init/shipments.xml b/shellops/assets/ShellOps_c9a7cc200f/init/shipments.xml new file mode 100644 index 0000000000000000000000000000000000000000..c5c028a9a6923a32ee736735111c501bde9fa87f --- /dev/null +++ b/shellops/assets/ShellOps_c9a7cc200f/init/shipments.xml @@ -0,0 +1,15 @@ + + + + 1002 + 1005 + + + 1008 + 1010 + + + 1002 + 1010 + + diff --git a/shellops/assets/ShellOps_c9a7cc200f/init/stock.txt b/shellops/assets/ShellOps_c9a7cc200f/init/stock.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe4da1ded1b01fd250b6bcf844a71c7a677d48a --- /dev/null +++ b/shellops/assets/ShellOps_c9a7cc200f/init/stock.txt @@ -0,0 +1,6 @@ +1002 widget blue +1004 gadget red +1005 tool green +1008 device yellow +1010 part silver +1012 component black diff --git a/shellops/assets/ShellOps_ca1311b0da/gold/approved_modules.txt b/shellops/assets/ShellOps_ca1311b0da/gold/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f923c10cc7ca29ff8097978039cf06cb96064f2 --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/gold/approved_modules.txt @@ -0,0 +1,6 @@ +# Approved firmware modules +MOD_ALPHA +MOD_BETA +MOD_GAMMA +MOD_DELTA +MOD_EPSILON diff --git a/shellops/assets/ShellOps_ca1311b0da/gold/manifest.xml b/shellops/assets/ShellOps_ca1311b0da/gold/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..8563758a74d335fb369580f8fd85b045dba8ec9e --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/gold/manifest.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_ca1311b0da/gold/notes/irrelevant.md b/shellops/assets/ShellOps_ca1311b0da/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..b74669d854b952ea41b90e8d0d733d0c477c74f0 --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Distractor notes +Some legacy modules might still be referenced elsewhere. diff --git a/shellops/assets/ShellOps_ca1311b0da/gold/reports/missing_modules.txt b/shellops/assets/ShellOps_ca1311b0da/gold/reports/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..471a9df2cac94ca59784cd5847be1de9abde3eff --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/gold/reports/missing_modules.txt @@ -0,0 +1,2 @@ +MOD_THETA +MOD_ZETA diff --git a/shellops/assets/ShellOps_ca1311b0da/init/approved_modules.txt b/shellops/assets/ShellOps_ca1311b0da/init/approved_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f923c10cc7ca29ff8097978039cf06cb96064f2 --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/init/approved_modules.txt @@ -0,0 +1,6 @@ +# Approved firmware modules +MOD_ALPHA +MOD_BETA +MOD_GAMMA +MOD_DELTA +MOD_EPSILON diff --git a/shellops/assets/ShellOps_ca1311b0da/init/manifest.xml b/shellops/assets/ShellOps_ca1311b0da/init/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..8563758a74d335fb369580f8fd85b045dba8ec9e --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/init/manifest.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_ca1311b0da/init/notes/irrelevant.md b/shellops/assets/ShellOps_ca1311b0da/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..b74669d854b952ea41b90e8d0d733d0c477c74f0 --- /dev/null +++ b/shellops/assets/ShellOps_ca1311b0da/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Distractor notes +Some legacy modules might still be referenced elsewhere. diff --git a/shellops/assets/ShellOps_ca220fcfc9/gold/collector/allowed_event_ids.json b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/allowed_event_ids.json new file mode 100644 index 0000000000000000000000000000000000000000..c55a24727b2aa98250ab818a75d3df85af01eb2c --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/allowed_event_ids.json @@ -0,0 +1,10 @@ +{ + "allowed_event_ids": [ + { "event_id": "10521" }, + { "event_id": "10522" }, + { "event_id": "20001" }, + { "event_id": "20002" }, + { "event_id": "10524" } + ], + "description": "Manually approved event identifiers for collector pipelines" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/.keep b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/alpha_20240520.jsonl b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/alpha_20240520.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5e67f0f3b5669f6184f005e46de5d16b4e0a05b2 --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/alpha_20240520.jsonl @@ -0,0 +1,4 @@ +{"timestamp":"2024-05-20T09:12:33Z","event_id":"10521","message":"alpha event one"} +{"timestamp":"2024-05-20T09:12:35Z","event_id":"10522","message":"alpha event two"} +{"timestamp":"2024-05-20T09:12:37Z","event_id":"1001","message":"alpha legacy event"} +{"timestamp":"2024-05-20T09:12:38Z","event_id":"10524","message":"alpha event four"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/beta_20240520.jsonl b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/beta_20240520.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bb9df19fb6e93e0a4fa8fafb2e8b8e33aad88312 --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/gold/collector/event_streams/beta_20240520.jsonl @@ -0,0 +1,4 @@ +{"timestamp":"2024-05-20T10:01:15Z","event_id":"20001","message":"beta first"} +{"timestamp":"2024-05-20T10:01:18Z","event_id":"20002","message":"beta second"} +{"timestamp":"2024-05-20T10:01:20Z","event_id":"10522","message":"beta duplicate id"} +{"timestamp":"2024-05-20T10:01:22Z","event_id":"1001","message":"beta legacy event"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca220fcfc9/gold/spurious_event_ids.txt b/shellops/assets/ShellOps_ca220fcfc9/gold/spurious_event_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd11724042e28f013e4fee09715b24c1b9ab10d1 --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/gold/spurious_event_ids.txt @@ -0,0 +1 @@ +1001 diff --git a/shellops/assets/ShellOps_ca220fcfc9/init/collector/allowed_event_ids.json b/shellops/assets/ShellOps_ca220fcfc9/init/collector/allowed_event_ids.json new file mode 100644 index 0000000000000000000000000000000000000000..c55a24727b2aa98250ab818a75d3df85af01eb2c --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/init/collector/allowed_event_ids.json @@ -0,0 +1,10 @@ +{ + "allowed_event_ids": [ + { "event_id": "10521" }, + { "event_id": "10522" }, + { "event_id": "20001" }, + { "event_id": "20002" }, + { "event_id": "10524" } + ], + "description": "Manually approved event identifiers for collector pipelines" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/.keep b/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/alpha_20240520.jsonl b/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/alpha_20240520.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5e67f0f3b5669f6184f005e46de5d16b4e0a05b2 --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/alpha_20240520.jsonl @@ -0,0 +1,4 @@ +{"timestamp":"2024-05-20T09:12:33Z","event_id":"10521","message":"alpha event one"} +{"timestamp":"2024-05-20T09:12:35Z","event_id":"10522","message":"alpha event two"} +{"timestamp":"2024-05-20T09:12:37Z","event_id":"1001","message":"alpha legacy event"} +{"timestamp":"2024-05-20T09:12:38Z","event_id":"10524","message":"alpha event four"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/beta_20240520.jsonl b/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/beta_20240520.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bb9df19fb6e93e0a4fa8fafb2e8b8e33aad88312 --- /dev/null +++ b/shellops/assets/ShellOps_ca220fcfc9/init/collector/event_streams/beta_20240520.jsonl @@ -0,0 +1,4 @@ +{"timestamp":"2024-05-20T10:01:15Z","event_id":"20001","message":"beta first"} +{"timestamp":"2024-05-20T10:01:18Z","event_id":"20002","message":"beta second"} +{"timestamp":"2024-05-20T10:01:20Z","event_id":"10522","message":"beta duplicate id"} +{"timestamp":"2024-05-20T10:01:22Z","event_id":"1001","message":"beta legacy event"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca259c0b06/gold/allowed_devices.txt b/shellops/assets/ShellOps_ca259c0b06/gold/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c2ab01b68473e47d9e62bdc3380492fe846ec4b --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/gold/allowed_devices.txt @@ -0,0 +1,6 @@ +DEV-ALPHA +DEV-BETA +DEV-GAMMA +DEV-DELTA +DEV-EPSILON +DEV-ZETA \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca259c0b06/gold/deployed_units.xml b/shellops/assets/ShellOps_ca259c0b06/gold/deployed_units.xml new file mode 100644 index 0000000000000000000000000000000000000000..a7a9dd91bbd83f537ad39d0e9b102dbdf38f5cbf --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/gold/deployed_units.xml @@ -0,0 +1,27 @@ + + + + DEV-ALPHA + active + + + DEV-BETA + active + + + DEV-OMEGA + active + + + DEV-GAMMA + active + + + DEV-THETA + active + + + DEV-DELTA + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca259c0b06/gold/notes.md b/shellops/assets/ShellOps_ca259c0b06/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..60d2530858ee35c236919c9ba359791be656ca27 --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/gold/notes.md @@ -0,0 +1,2 @@ +Legacy devices DEV-OMEGA and DEV-THETA are deprecated and should not appear in deployments. +Approved devices are listed in allowed_devices.txt. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca259c0b06/gold/unauthorized_units.txt b/shellops/assets/ShellOps_ca259c0b06/gold/unauthorized_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..faca5ebc21b999da02e74814d35c5029025b8c1c --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/gold/unauthorized_units.txt @@ -0,0 +1,2 @@ +DEV-OMEGA +DEV-THETA diff --git a/shellops/assets/ShellOps_ca259c0b06/init/allowed_devices.txt b/shellops/assets/ShellOps_ca259c0b06/init/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c2ab01b68473e47d9e62bdc3380492fe846ec4b --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/init/allowed_devices.txt @@ -0,0 +1,6 @@ +DEV-ALPHA +DEV-BETA +DEV-GAMMA +DEV-DELTA +DEV-EPSILON +DEV-ZETA \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca259c0b06/init/deployed_units.xml b/shellops/assets/ShellOps_ca259c0b06/init/deployed_units.xml new file mode 100644 index 0000000000000000000000000000000000000000..a7a9dd91bbd83f537ad39d0e9b102dbdf38f5cbf --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/init/deployed_units.xml @@ -0,0 +1,27 @@ + + + + DEV-ALPHA + active + + + DEV-BETA + active + + + DEV-OMEGA + active + + + DEV-GAMMA + active + + + DEV-THETA + active + + + DEV-DELTA + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca259c0b06/init/notes.md b/shellops/assets/ShellOps_ca259c0b06/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..60d2530858ee35c236919c9ba359791be656ca27 --- /dev/null +++ b/shellops/assets/ShellOps_ca259c0b06/init/notes.md @@ -0,0 +1,2 @@ +Legacy devices DEV-OMEGA and DEV-THETA are deprecated and should not appear in deployments. +Approved devices are listed in allowed_devices.txt. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/gold/active_certs.txt b/shellops/assets/ShellOps_ca2864d419/gold/active_certs.txt new file mode 100644 index 0000000000000000000000000000000000000000..60f5ed101486a7e649e1728bde95742a8ff27297 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/gold/active_certs.txt @@ -0,0 +1,3 @@ +certA.crt +certB.pem +certC.der \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/gold/irrelevant_config.json b/shellops/assets/ShellOps_ca2864d419/gold/irrelevant_config.json new file mode 100644 index 0000000000000000000000000000000000000000..20aa82300d06d0ab37b2327ef12542686d508d16 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/gold/irrelevant_config.json @@ -0,0 +1 @@ +{"temp_certs": ["tempA.crt", "tempB.crt"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/gold/log_revocations.xml b/shellops/assets/ShellOps_ca2864d419/gold/log_revocations.xml new file mode 100644 index 0000000000000000000000000000000000000000..0e6c9d52758b563095e7064f74c1339d0346a4b9 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/gold/log_revocations.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/gold/placeholder.conf b/shellops/assets/ShellOps_ca2864d419/gold/placeholder.conf new file mode 100644 index 0000000000000000000000000000000000000000..bef915baad174c382334e89424dff162b9cc97c9 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/gold/placeholder.conf @@ -0,0 +1 @@ +# Empty configuration file \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/gold/unrevoked_critical.txt b/shellops/assets/ShellOps_ca2864d419/gold/unrevoked_critical.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ea5e723bfcd0a3715273be742842905c469ef41 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/gold/unrevoked_critical.txt @@ -0,0 +1 @@ +certB.pem diff --git a/shellops/assets/ShellOps_ca2864d419/init/active_certs.txt b/shellops/assets/ShellOps_ca2864d419/init/active_certs.txt new file mode 100644 index 0000000000000000000000000000000000000000..60f5ed101486a7e649e1728bde95742a8ff27297 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/init/active_certs.txt @@ -0,0 +1,3 @@ +certA.crt +certB.pem +certC.der \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/init/irrelevant_config.json b/shellops/assets/ShellOps_ca2864d419/init/irrelevant_config.json new file mode 100644 index 0000000000000000000000000000000000000000..20aa82300d06d0ab37b2327ef12542686d508d16 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/init/irrelevant_config.json @@ -0,0 +1 @@ +{"temp_certs": ["tempA.crt", "tempB.crt"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/init/log_revocations.xml b/shellops/assets/ShellOps_ca2864d419/init/log_revocations.xml new file mode 100644 index 0000000000000000000000000000000000000000..0e6c9d52758b563095e7064f74c1339d0346a4b9 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/init/log_revocations.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca2864d419/init/placeholder.conf b/shellops/assets/ShellOps_ca2864d419/init/placeholder.conf new file mode 100644 index 0000000000000000000000000000000000000000..bef915baad174c382334e89424dff162b9cc97c9 --- /dev/null +++ b/shellops/assets/ShellOps_ca2864d419/init/placeholder.conf @@ -0,0 +1 @@ +# Empty configuration file \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca39d0c6fc/gold/active.csv b/shellops/assets/ShellOps_ca39d0c6fc/gold/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..0426aca68f2a3dcca7044692264b819ea83c8ea3 --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/gold/active.csv @@ -0,0 +1,5 @@ +ClientID,Name,Status +101,Alpha Corp,Active +203,Beta LLC,Active +307,Gamma Inc,Active +409,Delta Ltd,Active diff --git a/shellops/assets/ShellOps_ca39d0c6fc/gold/invoices.json b/shellops/assets/ShellOps_ca39d0c6fc/gold/invoices.json new file mode 100644 index 0000000000000000000000000000000000000000..415a95c35b032410d5285c14e89aa468cf60a520 --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/gold/invoices.json @@ -0,0 +1 @@ +{"invoices": [{"ClientID": "101", "Amount": 1500}, {"ClientID": "307", "Amount": 4200}, {"ClientID": "503", "Amount": 3175}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca39d0c6fc/gold/readme.txt b/shellops/assets/ShellOps_ca39d0c6fc/gold/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..16b0b4e2a835c1ce15810bd49405c3ac265df00f --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/gold/readme.txt @@ -0,0 +1 @@ +Do not edit this file manually. Use automated tools only. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca39d0c6fc/gold/review.csv b/shellops/assets/ShellOps_ca39d0c6fc/gold/review.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a1465912dc836ce5b961c52ca79e2df86aba4f3 --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/gold/review.csv @@ -0,0 +1,3 @@ +ClientID +203 +409 diff --git a/shellops/assets/ShellOps_ca39d0c6fc/init/active.csv b/shellops/assets/ShellOps_ca39d0c6fc/init/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..0426aca68f2a3dcca7044692264b819ea83c8ea3 --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/init/active.csv @@ -0,0 +1,5 @@ +ClientID,Name,Status +101,Alpha Corp,Active +203,Beta LLC,Active +307,Gamma Inc,Active +409,Delta Ltd,Active diff --git a/shellops/assets/ShellOps_ca39d0c6fc/init/invoices.json b/shellops/assets/ShellOps_ca39d0c6fc/init/invoices.json new file mode 100644 index 0000000000000000000000000000000000000000..415a95c35b032410d5285c14e89aa468cf60a520 --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/init/invoices.json @@ -0,0 +1 @@ +{"invoices": [{"ClientID": "101", "Amount": 1500}, {"ClientID": "307", "Amount": 4200}, {"ClientID": "503", "Amount": 3175}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca39d0c6fc/init/readme.txt b/shellops/assets/ShellOps_ca39d0c6fc/init/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..16b0b4e2a835c1ce15810bd49405c3ac265df00f --- /dev/null +++ b/shellops/assets/ShellOps_ca39d0c6fc/init/readme.txt @@ -0,0 +1 @@ +Do not edit this file manually. Use automated tools only. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca3b7267de/gold/changed_tests.txt b/shellops/assets/ShellOps_ca3b7267de/gold/changed_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccb02674e2d96ed8e27cc2673485b53fe0e2b7f0 --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/gold/changed_tests.txt @@ -0,0 +1,2 @@ +tests/integration/test_processor_a.py +tests/integration/test_processor_b.py diff --git a/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/.keep b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_legacy.py b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..b1132c1581e442ca50ebfbb2effd9df456b77327 --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_legacy.py @@ -0,0 +1 @@ +# Old test not using current processors \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_processor_a.py b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_processor_a.py new file mode 100644 index 0000000000000000000000000000000000000000..bad762d26ca41ac40696bcf76d7ada1d30b3195b --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_processor_a.py @@ -0,0 +1,5 @@ +from batch_processor import ProcessorA + +class TestProcessorA: + def test_process(self): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_processor_b.py b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_processor_b.py new file mode 100644 index 0000000000000000000000000000000000000000..39e6e0481279c631ec3a564960ef6fd61d941527 --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/gold/tests/integration/test_processor_b.py @@ -0,0 +1,5 @@ +import batch_processor + +class TestProcessorB: + def test_handle(self): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/.keep b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_legacy.py b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..b1132c1581e442ca50ebfbb2effd9df456b77327 --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_legacy.py @@ -0,0 +1 @@ +# Old test not using current processors \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_processor_a.py b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_processor_a.py new file mode 100644 index 0000000000000000000000000000000000000000..0ef68b6ce8d9d095b6dcf95a533d17862c2a8e87 --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_processor_a.py @@ -0,0 +1,5 @@ +from queue_processor import ProcessorA + +class TestProcessorA: + def test_process(self): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_processor_b.py b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_processor_b.py new file mode 100644 index 0000000000000000000000000000000000000000..682e5d0742698709dab941ca51a5ef5588ae515c --- /dev/null +++ b/shellops/assets/ShellOps_ca3b7267de/init/tests/integration/test_processor_b.py @@ -0,0 +1,5 @@ +import queue_processor + +class TestProcessorB: + def test_handle(self): + pass \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca8a202067/gold/config_map.json b/shellops/assets/ShellOps_ca8a202067/gold/config_map.json new file mode 100644 index 0000000000000000000000000000000000000000..1f2490daa0b8b4fc2a1852ff35ee7ac4bdff1743 --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/gold/config_map.json @@ -0,0 +1,22 @@ +{ + "web_frontend": { + "region": "us-east-1", + "version": "v1.2.3" + }, + "payment_processor": { + "region": "eu-west-1", + "version": "v2.0.0" + }, + "user_api": { + "region": "ap‑southeast‑2", + "version": "v1.5.0" + }, + "notification_queue": { + "region": "us‑west‑2", + "version": "v0.9.1" + }, + "legacy_monitor": { + "region": "eu‑central‑1", + "version": "v0.1.0" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca8a202067/gold/distractor/notes.md b/shellops/assets/ShellOps_ca8a202067/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f988c3a62430af41d8cfac7d8641056593ff8e5f --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/gold/distractor/notes.md @@ -0,0 +1,5 @@ +# Deployment logs +- 2024-06-14: web_frontend rolled out to us-east-1 +- 2024-06-13: payment_processor migrated to eu‑west‑1 but currently degraded +- 2024-06-12: notification_queue pending region migration +- 2024-06-11: batch_processor is a test service not in config_map \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca8a202067/gold/operational_status.tsv b/shellops/assets/ShellOps_ca8a202067/gold/operational_status.tsv new file mode 100644 index 0000000000000000000000000000000000000000..848921f6956d608278f92d731982cab32a7f731f --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/gold/operational_status.tsv @@ -0,0 +1,7 @@ +service status last_check +web_frontend healthy 2024-06-15T10:00:00Z +payment_processor degraded 2024-06-15T09:45:00Z +user_api healthy 2024-06-15T11:30:00Z +notification_queue pending 2024-06-15T12:00:00Z +legacy_monitor healthy 2024-06-14T23:59:00Z +batch_processor healthy 2024-06-15T08:15:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca8a202067/gold/reconciled_services.tsv b/shellops/assets/ShellOps_ca8a202067/gold/reconciled_services.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8536f4bc9593b1b3d2ba2b2ea45a1d1b445cfd1d --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/gold/reconciled_services.tsv @@ -0,0 +1,3 @@ +legacy_monitor eu‑central‑1 +user_api ap‑southeast‑2 +web_frontend us-east-1 diff --git a/shellops/assets/ShellOps_ca8a202067/init/config_map.json b/shellops/assets/ShellOps_ca8a202067/init/config_map.json new file mode 100644 index 0000000000000000000000000000000000000000..1f2490daa0b8b4fc2a1852ff35ee7ac4bdff1743 --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/init/config_map.json @@ -0,0 +1,22 @@ +{ + "web_frontend": { + "region": "us-east-1", + "version": "v1.2.3" + }, + "payment_processor": { + "region": "eu-west-1", + "version": "v2.0.0" + }, + "user_api": { + "region": "ap‑southeast‑2", + "version": "v1.5.0" + }, + "notification_queue": { + "region": "us‑west‑2", + "version": "v0.9.1" + }, + "legacy_monitor": { + "region": "eu‑central‑1", + "version": "v0.1.0" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca8a202067/init/distractor/notes.md b/shellops/assets/ShellOps_ca8a202067/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f988c3a62430af41d8cfac7d8641056593ff8e5f --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/init/distractor/notes.md @@ -0,0 +1,5 @@ +# Deployment logs +- 2024-06-14: web_frontend rolled out to us-east-1 +- 2024-06-13: payment_processor migrated to eu‑west‑1 but currently degraded +- 2024-06-12: notification_queue pending region migration +- 2024-06-11: batch_processor is a test service not in config_map \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca8a202067/init/operational_status.tsv b/shellops/assets/ShellOps_ca8a202067/init/operational_status.tsv new file mode 100644 index 0000000000000000000000000000000000000000..848921f6956d608278f92d731982cab32a7f731f --- /dev/null +++ b/shellops/assets/ShellOps_ca8a202067/init/operational_status.tsv @@ -0,0 +1,7 @@ +service status last_check +web_frontend healthy 2024-06-15T10:00:00Z +payment_processor degraded 2024-06-15T09:45:00Z +user_api healthy 2024-06-15T11:30:00Z +notification_queue pending 2024-06-15T12:00:00Z +legacy_monitor healthy 2024-06-14T23:59:00Z +batch_processor healthy 2024-06-15T08:15:00Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_ca9f982946/gold/OWNERS b/shellops/assets/ShellOps_ca9f982946/gold/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..dcd50707f1c2639ccbb344f53fdfbb6a3fedd760 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/gold/OWNERS @@ -0,0 +1,3 @@ +alice +bob +charlie diff --git a/shellops/assets/ShellOps_ca9f982946/gold/src/core/handler.go b/shellops/assets/ShellOps_ca9f982946/gold/src/core/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..86ed5d3cb6ae6e7e179ab3ceb06e3383df317b9a --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/gold/src/core/handler.go @@ -0,0 +1,2 @@ +// @owner alice +package core diff --git a/shellops/assets/ShellOps_ca9f982946/gold/src/scripts/deploy.sh b/shellops/assets/ShellOps_ca9f982946/gold/src/scripts/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..38bae86bc7a84dc5eabe92381d6480acc5f7663d --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/gold/src/scripts/deploy.sh @@ -0,0 +1,2 @@ +# @owner Charlie +set -e diff --git a/shellops/assets/ShellOps_ca9f982946/gold/src/tests/test_utils.py b/shellops/assets/ShellOps_ca9f982946/gold/src/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..fa2a0cb82fba70c33c006349cfe133a9ce4f69c5 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/gold/src/tests/test_utils.py @@ -0,0 +1,2 @@ +# @owner BOB +import unittest diff --git a/shellops/assets/ShellOps_ca9f982946/gold/src/utils/file_ops.py b/shellops/assets/ShellOps_ca9f982946/gold/src/utils/file_ops.py new file mode 100644 index 0000000000000000000000000000000000000000..495df600aebc1ad3f182ad94f4ade6635c2024b5 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/gold/src/utils/file_ops.py @@ -0,0 +1,5 @@ +# @owner Alice +import os + +def read_config(): + pass diff --git a/shellops/assets/ShellOps_ca9f982946/gold/src/utils/network.py b/shellops/assets/ShellOps_ca9f982946/gold/src/utils/network.py new file mode 100644 index 0000000000000000000000000000000000000000..6b93769a6f65be8c4c5ba557ecd1b784e12d11c9 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/gold/src/utils/network.py @@ -0,0 +1,5 @@ +# @owner Bob +import requests + +def fetch_data(): + pass diff --git a/shellops/assets/ShellOps_ca9f982946/init/OWNERS b/shellops/assets/ShellOps_ca9f982946/init/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..f726e845fe29e446b1d34d82be0ddce1805fa408 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/init/OWNERS @@ -0,0 +1,2 @@ +david +ealice diff --git a/shellops/assets/ShellOps_ca9f982946/init/src/core/handler.go b/shellops/assets/ShellOps_ca9f982946/init/src/core/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..86ed5d3cb6ae6e7e179ab3ceb06e3383df317b9a --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/init/src/core/handler.go @@ -0,0 +1,2 @@ +// @owner alice +package core diff --git a/shellops/assets/ShellOps_ca9f982946/init/src/scripts/deploy.sh b/shellops/assets/ShellOps_ca9f982946/init/src/scripts/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..38bae86bc7a84dc5eabe92381d6480acc5f7663d --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/init/src/scripts/deploy.sh @@ -0,0 +1,2 @@ +# @owner Charlie +set -e diff --git a/shellops/assets/ShellOps_ca9f982946/init/src/tests/test_utils.py b/shellops/assets/ShellOps_ca9f982946/init/src/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..fa2a0cb82fba70c33c006349cfe133a9ce4f69c5 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/init/src/tests/test_utils.py @@ -0,0 +1,2 @@ +# @owner BOB +import unittest diff --git a/shellops/assets/ShellOps_ca9f982946/init/src/utils/file_ops.py b/shellops/assets/ShellOps_ca9f982946/init/src/utils/file_ops.py new file mode 100644 index 0000000000000000000000000000000000000000..495df600aebc1ad3f182ad94f4ade6635c2024b5 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/init/src/utils/file_ops.py @@ -0,0 +1,5 @@ +# @owner Alice +import os + +def read_config(): + pass diff --git a/shellops/assets/ShellOps_ca9f982946/init/src/utils/network.py b/shellops/assets/ShellOps_ca9f982946/init/src/utils/network.py new file mode 100644 index 0000000000000000000000000000000000000000..6b93769a6f65be8c4c5ba557ecd1b784e12d11c9 --- /dev/null +++ b/shellops/assets/ShellOps_ca9f982946/init/src/utils/network.py @@ -0,0 +1,5 @@ +# @owner Bob +import requests + +def fetch_data(): + pass diff --git a/shellops/assets/ShellOps_cac477cb07/gold/products.csv b/shellops/assets/ShellOps_cac477cb07/gold/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc8926d7dfa1336a4dcedb1c4d5095069c65ef99 --- /dev/null +++ b/shellops/assets/ShellOps_cac477cb07/gold/products.csv @@ -0,0 +1,6 @@ +product_id,name,price +101,Widget A,19.99 +102,Widget B,24.99 +103,Widget C,29.99 +104,Widget D,34.99 +105,Widget E,39.99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cac477cb07/gold/sales.csv b/shellops/assets/ShellOps_cac477cb07/gold/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..06fca69ca03c23aeaf576d5ed48ce92b43665c4d --- /dev/null +++ b/shellops/assets/ShellOps_cac477cb07/gold/sales.csv @@ -0,0 +1,6 @@ +sale_id,product_id,quantity +5001,101,2 +5002,103,1 +5003,101,3 +5004,105,1 +5005,102,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cac477cb07/gold/unsold_products.txt b/shellops/assets/ShellOps_cac477cb07/gold/unsold_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..b16e5f75e31d9aee75f098a56e65c78939953685 --- /dev/null +++ b/shellops/assets/ShellOps_cac477cb07/gold/unsold_products.txt @@ -0,0 +1 @@ +104 diff --git a/shellops/assets/ShellOps_cac477cb07/init/.tmp/all_products.txt b/shellops/assets/ShellOps_cac477cb07/init/.tmp/all_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cac477cb07/init/.tmp/sold_products.txt b/shellops/assets/ShellOps_cac477cb07/init/.tmp/sold_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cac477cb07/init/products.csv b/shellops/assets/ShellOps_cac477cb07/init/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..dc8926d7dfa1336a4dcedb1c4d5095069c65ef99 --- /dev/null +++ b/shellops/assets/ShellOps_cac477cb07/init/products.csv @@ -0,0 +1,6 @@ +product_id,name,price +101,Widget A,19.99 +102,Widget B,24.99 +103,Widget C,29.99 +104,Widget D,34.99 +105,Widget E,39.99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cac477cb07/init/sales.csv b/shellops/assets/ShellOps_cac477cb07/init/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..06fca69ca03c23aeaf576d5ed48ce92b43665c4d --- /dev/null +++ b/shellops/assets/ShellOps_cac477cb07/init/sales.csv @@ -0,0 +1,6 @@ +sale_id,product_id,quantity +5001,101,2 +5002,103,1 +5003,101,3 +5004,105,1 +5005,102,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cacadbc08f/gold/distractor/other_devices.xml b/shellops/assets/ShellOps_cacadbc08f/gold/distractor/other_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..652661e8bf1cd66a0cfab36265466a4f30a36e63 --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/gold/distractor/other_devices.xml @@ -0,0 +1 @@ +test_dev_999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cacadbc08f/gold/inventory/active_devices.xml b/shellops/assets/ShellOps_cacadbc08f/gold/inventory/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d2971064be45edf1291834a87e0d0d986446f03 --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/gold/inventory/active_devices.xml @@ -0,0 +1 @@ +dev_001activedev_042activedev_157active \ No newline at end of file diff --git a/shellops/assets/ShellOps_cacadbc08f/gold/mismatches.txt b/shellops/assets/ShellOps_cacadbc08f/gold/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..989b04872c8d7c296e13db750bda21e6c5841c51 --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/gold/mismatches.txt @@ -0,0 +1,2 @@ +dev_001 +dev_042 diff --git a/shellops/assets/ShellOps_cacadbc08f/gold/retired_devices.txt b/shellops/assets/ShellOps_cacadbc08f/gold/retired_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e227deaafa7b671b09d449c119ff9f80afa659e --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/gold/retired_devices.txt @@ -0,0 +1,4 @@ +dev_042 +dev_203 +dev_001 +dev_067 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cacadbc08f/init/.tmp/active_ids.txt b/shellops/assets/ShellOps_cacadbc08f/init/.tmp/active_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cacadbc08f/init/.tmp/retired_ids.txt b/shellops/assets/ShellOps_cacadbc08f/init/.tmp/retired_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cacadbc08f/init/distractor/other_devices.xml b/shellops/assets/ShellOps_cacadbc08f/init/distractor/other_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..652661e8bf1cd66a0cfab36265466a4f30a36e63 --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/init/distractor/other_devices.xml @@ -0,0 +1 @@ +test_dev_999 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cacadbc08f/init/inventory/active_devices.xml b/shellops/assets/ShellOps_cacadbc08f/init/inventory/active_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d2971064be45edf1291834a87e0d0d986446f03 --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/init/inventory/active_devices.xml @@ -0,0 +1 @@ +dev_001activedev_042activedev_157active \ No newline at end of file diff --git a/shellops/assets/ShellOps_cacadbc08f/init/mismatches.txt b/shellops/assets/ShellOps_cacadbc08f/init/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cacadbc08f/init/retired_devices.txt b/shellops/assets/ShellOps_cacadbc08f/init/retired_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e227deaafa7b671b09d449c119ff9f80afa659e --- /dev/null +++ b/shellops/assets/ShellOps_cacadbc08f/init/retired_devices.txt @@ -0,0 +1,4 @@ +dev_042 +dev_203 +dev_001 +dev_067 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cad3ddf9e0/gold/active_alerts.tsv b/shellops/assets/ShellOps_cad3ddf9e0/gold/active_alerts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8560bfbf65a5fcef56013f7c83393ac776e3650b --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/gold/active_alerts.tsv @@ -0,0 +1,4 @@ +2024-05-01T08:22:15Z api 105 +2024-05-01T10:01:45Z api 110 +2024-05-01T08:30:00Z event 205 +2024-05-01T11:10:00Z event 207 diff --git a/shellops/assets/ShellOps_cad3ddf9e0/gold/api-service.log b/shellops/assets/ShellOps_cad3ddf9e0/gold/api-service.log new file mode 100644 index 0000000000000000000000000000000000000000..9f97b8beb8f5a47079bb3fead8aa7d0c47683058 --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/gold/api-service.log @@ -0,0 +1,3 @@ +{"timestamp": "2024-05-01T08:22:15Z", "service": "api", "code": 105, "status": "urgent"} +{"timestamp": "2024-05-01T09:15:30Z", "service": "api", "code": 107, "status": "pending"} +{"timestamp": "2024-05-01T10:01:45Z", "service": "api", "code": 110, "status": "urgent"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cad3ddf9e0/gold/event-processor.log b/shellops/assets/ShellOps_cad3ddf9e0/gold/event-processor.log new file mode 100644 index 0000000000000000000000000000000000000000..1e2a0441be77bcf90f788a83bc99ffcafaecd166 --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/gold/event-processor.log @@ -0,0 +1,3 @@ +{"timestamp": "2024-05-01T08:30:00Z", "service": "event", "code": 205, "status": "urgent"} +{"timestamp": "2024-05-01T09:45:15Z", "service": "event", "code": 210, "status": "resolved"} +{"timestamp": "2024-05-01T11:10:00Z", "service": "event", "code": 207, "status": "urgent"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cad3ddf9e0/gold/event-processor.log.old b/shellops/assets/ShellOps_cad3ddf9e0/gold/event-processor.log.old new file mode 100644 index 0000000000000000000000000000000000000000..23eca48154b259f39b9c601db3f3272b874b75f2 --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/gold/event-processor.log.old @@ -0,0 +1 @@ +{"timestamp": "2024-04-30T12:00:00Z", "service": "event", "code": 200, "status": "urgent"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cad3ddf9e0/init/api-service.log b/shellops/assets/ShellOps_cad3ddf9e0/init/api-service.log new file mode 100644 index 0000000000000000000000000000000000000000..9f97b8beb8f5a47079bb3fead8aa7d0c47683058 --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/init/api-service.log @@ -0,0 +1,3 @@ +{"timestamp": "2024-05-01T08:22:15Z", "service": "api", "code": 105, "status": "urgent"} +{"timestamp": "2024-05-01T09:15:30Z", "service": "api", "code": 107, "status": "pending"} +{"timestamp": "2024-05-01T10:01:45Z", "service": "api", "code": 110, "status": "urgent"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cad3ddf9e0/init/event-processor.log b/shellops/assets/ShellOps_cad3ddf9e0/init/event-processor.log new file mode 100644 index 0000000000000000000000000000000000000000..1e2a0441be77bcf90f788a83bc99ffcafaecd166 --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/init/event-processor.log @@ -0,0 +1,3 @@ +{"timestamp": "2024-05-01T08:30:00Z", "service": "event", "code": 205, "status": "urgent"} +{"timestamp": "2024-05-01T09:45:15Z", "service": "event", "code": 210, "status": "resolved"} +{"timestamp": "2024-05-01T11:10:00Z", "service": "event", "code": 207, "status": "urgent"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cad3ddf9e0/init/event-processor.log.old b/shellops/assets/ShellOps_cad3ddf9e0/init/event-processor.log.old new file mode 100644 index 0000000000000000000000000000000000000000..23eca48154b259f39b9c601db3f3272b874b75f2 --- /dev/null +++ b/shellops/assets/ShellOps_cad3ddf9e0/init/event-processor.log.old @@ -0,0 +1 @@ +{"timestamp": "2024-04-30T12:00:00Z", "service": "event", "code": 200, "status": "urgent"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service1.err b/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service1.err new file mode 100644 index 0000000000000000000000000000000000000000..a886cd346da627cec3bfbab13a054434f63bb6af --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service1.err @@ -0,0 +1,2 @@ +2024/05/01 14:22:15 [ERROR] code: 1004 transaction failed +2024/05/01 14:23:00 [WARN] code: 1005 retry attempt \ No newline at end of file diff --git a/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service2.err b/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service2.err new file mode 100644 index 0000000000000000000000000000000000000000..05c9737cdd30ea7c41aae89ea2cfd2b96f9fb86a --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service2.err @@ -0,0 +1,2 @@ +2024/05/02 09:12:33 [ERROR] code: 1001 invalid input +2024/05/02 09:13:45 [ERROR] code: 1004 database timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service3.err b/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service3.err new file mode 100644 index 0000000000000000000000000000000000000000..b745a5fa07cab08517de97982df0d8a8a78db2f0 --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/gold/error_metrics/service3.err @@ -0,0 +1,2 @@ +2024/05/03 11:45:21 [ERROR] code: 999 authentication error +2024/05/03 11:46:00 [ERROR] code: 1002 missing resource \ No newline at end of file diff --git a/shellops/assets/ShellOps_cadf6d9463/gold/error_summary.tsv b/shellops/assets/ShellOps_cadf6d9463/gold/error_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..822d8e7c389b7ec35cbf3cd46d7238b6575c214f --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/gold/error_summary.tsv @@ -0,0 +1,4 @@ +1001 1 +1002 1 +1004 2 +1005 1 diff --git a/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service1.err b/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service1.err new file mode 100644 index 0000000000000000000000000000000000000000..a886cd346da627cec3bfbab13a054434f63bb6af --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service1.err @@ -0,0 +1,2 @@ +2024/05/01 14:22:15 [ERROR] code: 1004 transaction failed +2024/05/01 14:23:00 [WARN] code: 1005 retry attempt \ No newline at end of file diff --git a/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service2.err b/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service2.err new file mode 100644 index 0000000000000000000000000000000000000000..05c9737cdd30ea7c41aae89ea2cfd2b96f9fb86a --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service2.err @@ -0,0 +1,2 @@ +2024/05/02 09:12:33 [ERROR] code: 1001 invalid input +2024/05/02 09:13:45 [ERROR] code: 1004 database timeout \ No newline at end of file diff --git a/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service3.err b/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service3.err new file mode 100644 index 0000000000000000000000000000000000000000..b745a5fa07cab08517de97982df0d8a8a78db2f0 --- /dev/null +++ b/shellops/assets/ShellOps_cadf6d9463/init/error_metrics/service3.err @@ -0,0 +1,2 @@ +2024/05/03 11:45:21 [ERROR] code: 999 authentication error +2024/05/03 11:46:00 [ERROR] code: 1002 missing resource \ No newline at end of file diff --git a/shellops/assets/ShellOps_caeebd22ff/gold/audit.json b/shellops/assets/ShellOps_caeebd22ff/gold/audit.json new file mode 100644 index 0000000000000000000000000000000000000000..e67b109902289d39a47f401a53feac91192ac186 --- /dev/null +++ b/shellops/assets/ShellOps_caeebd22ff/gold/audit.json @@ -0,0 +1,5 @@ +[ + {"sample_id": "SAMP1001", "analyst": "Dr. Smith", "status": "approved"}, + {"sample_id": "SAMP1002", "analyst": "Dr. Jones", "status": "pending"}, + {"sample_id": "SAMP1004", "analyst": "Dr. Lee", "status": "approved"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_caeebd22ff/gold/notes.txt b/shellops/assets/ShellOps_caeebd22ff/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..18fb6b9ef726e2a1dbd04178b1f4a822000fb788 --- /dev/null +++ b/shellops/assets/ShellOps_caeebd22ff/gold/notes.txt @@ -0,0 +1 @@ +Unrelated note: calibration scheduled for next week. \ No newline at end of file diff --git a/shellops/assets/ShellOps_caeebd22ff/gold/samples.csv b/shellops/assets/ShellOps_caeebd22ff/gold/samples.csv new file mode 100644 index 0000000000000000000000000000000000000000..d3ba51f89b23347fe12ceab95b583ad0c1936226 --- /dev/null +++ b/shellops/assets/ShellOps_caeebd22ff/gold/samples.csv @@ -0,0 +1,6 @@ +sample_id,collection_date,location +SAMP1001,2024-03-15,Lab A +SAMP1002,2024-03-16,Lab B +SAMP1003,2024-03-17,Lab A +SAMP1004,2024-03-18,Lab C +SAMP1005,2024-03-19,Lab B \ No newline at end of file diff --git a/shellops/assets/ShellOps_caeebd22ff/init/audit.json b/shellops/assets/ShellOps_caeebd22ff/init/audit.json new file mode 100644 index 0000000000000000000000000000000000000000..e67b109902289d39a47f401a53feac91192ac186 --- /dev/null +++ b/shellops/assets/ShellOps_caeebd22ff/init/audit.json @@ -0,0 +1,5 @@ +[ + {"sample_id": "SAMP1001", "analyst": "Dr. Smith", "status": "approved"}, + {"sample_id": "SAMP1002", "analyst": "Dr. Jones", "status": "pending"}, + {"sample_id": "SAMP1004", "analyst": "Dr. Lee", "status": "approved"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_caeebd22ff/init/notes.txt b/shellops/assets/ShellOps_caeebd22ff/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..18fb6b9ef726e2a1dbd04178b1f4a822000fb788 --- /dev/null +++ b/shellops/assets/ShellOps_caeebd22ff/init/notes.txt @@ -0,0 +1 @@ +Unrelated note: calibration scheduled for next week. \ No newline at end of file diff --git a/shellops/assets/ShellOps_caeebd22ff/init/samples.csv b/shellops/assets/ShellOps_caeebd22ff/init/samples.csv new file mode 100644 index 0000000000000000000000000000000000000000..d3ba51f89b23347fe12ceab95b583ad0c1936226 --- /dev/null +++ b/shellops/assets/ShellOps_caeebd22ff/init/samples.csv @@ -0,0 +1,6 @@ +sample_id,collection_date,location +SAMP1001,2024-03-15,Lab A +SAMP1002,2024-03-16,Lab B +SAMP1003,2024-03-17,Lab A +SAMP1004,2024-03-18,Lab C +SAMP1005,2024-03-19,Lab B \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb40e17cf6/gold/tls_failure_codes.out b/shellops/assets/ShellOps_cb40e17cf6/gold/tls_failure_codes.out new file mode 100644 index 0000000000000000000000000000000000000000..a8d8feb4481b4b723b6aafa18cc71520b327bee2 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/gold/tls_failure_codes.out @@ -0,0 +1,5 @@ +403 +429 +500 +502 +503 diff --git a/shellops/assets/ShellOps_cb40e17cf6/gold/traces/legacy.trace b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/legacy.trace new file mode 100644 index 0000000000000000000000000000000000000000..73c7b3dd38d3d0d8743ec9fb7e67cc7a838e92b5 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/legacy.trace @@ -0,0 +1,3 @@ +2024-05-09 22:10:33 INFO Starting TLSv1.2 handshake +2024-05-09 22:10:35 ERROR TLS handshake failed (HTTP/1.1 status 429) +2024-05-09 22:10:37 INFO Fallback to plaintext diff --git a/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_a.trace b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..8bb61ff53f67029cc7ccd35d5c0aef7a7f0b60a4 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_a.trace @@ -0,0 +1,6 @@ +2024-05-10 14:33:22 INFO Connection established with client 10.0.1.5 +2024-05-10 14:33:25 ERROR TLS handshake failed (HTTP/1.1 status 403) - unsupported protocol +2024-05-10 14:33:27 WARN Retrying with fallback cipher +2024-05-10 14:33:28 INFO TLS negotiation completed +2024-05-10 14:33:30 ERROR TLS handshake failed (HTTP/2 status 502) - connection reset +2024-05-10 14:33:31 INFO Client disconnected diff --git a/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_b.trace b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..3b8a53bfc3e6f3dc8fdb38072ed6c052d8c1b37c --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_b.trace @@ -0,0 +1,5 @@ +2024-05-11 09:12:05 INFO Listening on port 8443 +2024-05-11 09:12:11 ERROR TLS handshake failed - no status recorded +2024-05-11 09:12:15 ERROR TLS handshake failed (HTTP/1.1 status 429) - rate limit exceeded +2024-05-11 09:12:18 WARN Certificate chain validation error +2024-05-11 09:12:20 INFO New secure session established diff --git a/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_c.trace b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..bfae7121a4567d14b93dc57b7968d996d39cf438 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/gold/traces/service_c.trace @@ -0,0 +1,5 @@ +2024-05-12 16:45:00 ERROR TLS handshake failed (HTTP/2 status 503) - service unavailable +2024-05-12 16:45:02 ERROR TLS handshake failed (HTTP/1.1 status 403) - client certificate invalid +2024-05-12 16:45:05 INFO Re‑negotiation succeeded +2024-05-12 16:45:07 ERROR TLS handshake failed - unknown error +2024-05-12 16:45:10 ERROR TLS handshake failed (HTTP/1.1 status 502) - bad gateway diff --git a/shellops/assets/ShellOps_cb40e17cf6/init/traces/legacy.trace b/shellops/assets/ShellOps_cb40e17cf6/init/traces/legacy.trace new file mode 100644 index 0000000000000000000000000000000000000000..73c7b3dd38d3d0d8743ec9fb7e67cc7a838e92b5 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/init/traces/legacy.trace @@ -0,0 +1,3 @@ +2024-05-09 22:10:33 INFO Starting TLSv1.2 handshake +2024-05-09 22:10:35 ERROR TLS handshake failed (HTTP/1.1 status 429) +2024-05-09 22:10:37 INFO Fallback to plaintext diff --git a/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_a.trace b/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..8bb61ff53f67029cc7ccd35d5c0aef7a7f0b60a4 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_a.trace @@ -0,0 +1,6 @@ +2024-05-10 14:33:22 INFO Connection established with client 10.0.1.5 +2024-05-10 14:33:25 ERROR TLS handshake failed (HTTP/1.1 status 403) - unsupported protocol +2024-05-10 14:33:27 WARN Retrying with fallback cipher +2024-05-10 14:33:28 INFO TLS negotiation completed +2024-05-10 14:33:30 ERROR TLS handshake failed (HTTP/2 status 502) - connection reset +2024-05-10 14:33:31 INFO Client disconnected diff --git a/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_b.trace b/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..3b8a53bfc3e6f3dc8fdb38072ed6c052d8c1b37c --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_b.trace @@ -0,0 +1,5 @@ +2024-05-11 09:12:05 INFO Listening on port 8443 +2024-05-11 09:12:11 ERROR TLS handshake failed - no status recorded +2024-05-11 09:12:15 ERROR TLS handshake failed (HTTP/1.1 status 429) - rate limit exceeded +2024-05-11 09:12:18 WARN Certificate chain validation error +2024-05-11 09:12:20 INFO New secure session established diff --git a/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_c.trace b/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..bfae7121a4567d14b93dc57b7968d996d39cf438 --- /dev/null +++ b/shellops/assets/ShellOps_cb40e17cf6/init/traces/service_c.trace @@ -0,0 +1,5 @@ +2024-05-12 16:45:00 ERROR TLS handshake failed (HTTP/2 status 503) - service unavailable +2024-05-12 16:45:02 ERROR TLS handshake failed (HTTP/1.1 status 403) - client certificate invalid +2024-05-12 16:45:05 INFO Re‑negotiation succeeded +2024-05-12 16:45:07 ERROR TLS handshake failed - unknown error +2024-05-12 16:45:10 ERROR TLS handshake failed (HTTP/1.1 status 502) - bad gateway diff --git a/shellops/assets/ShellOps_cb5568311f/gold/budgets.toml b/shellops/assets/ShellOps_cb5568311f/gold/budgets.toml new file mode 100644 index 0000000000000000000000000000000000000000..09ad9b3da5b67fd2235a1f2c94ea70d53fb7d32d --- /dev/null +++ b/shellops/assets/ShellOps_cb5568311f/gold/budgets.toml @@ -0,0 +1,8 @@ +department_code = "D485" +department_code = "D112" +project_owner = "R&D" +department_code = "D708" + +[allocations] +q1 = 150000 +q2 = 225000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb5568311f/gold/missing_codes.txt b/shellops/assets/ShellOps_cb5568311f/gold/missing_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..752b31d9508079e0639fb48ac9eacc7e081de852 --- /dev/null +++ b/shellops/assets/ShellOps_cb5568311f/gold/missing_codes.txt @@ -0,0 +1 @@ +D485 diff --git a/shellops/assets/ShellOps_cb5568311f/gold/vendor_plans.csv b/shellops/assets/ShellOps_cb5568311f/gold/vendor_plans.csv new file mode 100644 index 0000000000000000000000000000000000000000..1988ae6369b65bc1bdbaf1df1a0ae75f53e4856e --- /dev/null +++ b/shellops/assets/ShellOps_cb5568311f/gold/vendor_plans.csv @@ -0,0 +1,4 @@ +dept_code,service_level,allocated +D112,premium,true +D708,standard,true +D415,basic,false \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb5568311f/init/budgets.toml b/shellops/assets/ShellOps_cb5568311f/init/budgets.toml new file mode 100644 index 0000000000000000000000000000000000000000..09ad9b3da5b67fd2235a1f2c94ea70d53fb7d32d --- /dev/null +++ b/shellops/assets/ShellOps_cb5568311f/init/budgets.toml @@ -0,0 +1,8 @@ +department_code = "D485" +department_code = "D112" +project_owner = "R&D" +department_code = "D708" + +[allocations] +q1 = 150000 +q2 = 225000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb5568311f/init/vendor_plans.csv b/shellops/assets/ShellOps_cb5568311f/init/vendor_plans.csv new file mode 100644 index 0000000000000000000000000000000000000000..1988ae6369b65bc1bdbaf1df1a0ae75f53e4856e --- /dev/null +++ b/shellops/assets/ShellOps_cb5568311f/init/vendor_plans.csv @@ -0,0 +1,4 @@ +dept_code,service_level,allocated +D112,premium,true +D708,standard,true +D415,basic,false \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb7989d8cd/gold/agent_records.json b/shellops/assets/ShellOps_cb7989d8cd/gold/agent_records.json new file mode 100644 index 0000000000000000000000000000000000000000..520a291fa90871617d29ff05a2cb3f4a38c6569e --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/gold/agent_records.json @@ -0,0 +1,10 @@ +{ + "version": "2.1", + "agents": [ + { "agent_id": "AG-007", "region": "north", "port": 443 }, + { "agent_id": "AG-012", "region": "south", "port": 8080 }, + { "agent_id": "AG-005", "region": "west", "port": 22 }, + { "agent_id": "AG-003", "region": "east", "port": 5432 }, + { "agent_id": "AG-009", "region": "central", "port": 9000 } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb7989d8cd/gold/network_fixtures.json b/shellops/assets/ShellOps_cb7989d8cd/gold/network_fixtures.json new file mode 100644 index 0000000000000000000000000000000000000000..bb40e57ff622ffbe1c2d1ddf6a35edeac28fe292 --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/gold/network_fixtures.json @@ -0,0 +1,9 @@ +{ + "description": "supplemental network test fixtures", + "fixtures": [ + { "agent_id": "AG-011", "role": "backup", "active": false }, + { "agent_id": "AG-005", "role": "primary", "active": true }, + { "agent_id": "AG-008", "role": "monitor", "active": true }, + { "agent_id": "AG-013", "role": "router", "active": false } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb7989d8cd/gold/reports/.keep b/shellops/assets/ShellOps_cb7989d8cd/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..baefb1e2c59bd58b8cac3c801ce4daeab4350df8 --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/gold/reports/.keep @@ -0,0 +1 @@ +placeholder for reports directory diff --git a/shellops/assets/ShellOps_cb7989d8cd/gold/reports/missing_agents.txt b/shellops/assets/ShellOps_cb7989d8cd/gold/reports/missing_agents.txt new file mode 100644 index 0000000000000000000000000000000000000000..12e85845ef9237b180fb4dd442dd9941b60d6d77 --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/gold/reports/missing_agents.txt @@ -0,0 +1,4 @@ +AG-005 +AG-009 +AG-011 +AG-013 diff --git a/shellops/assets/ShellOps_cb7989d8cd/init/agent_records.json b/shellops/assets/ShellOps_cb7989d8cd/init/agent_records.json new file mode 100644 index 0000000000000000000000000000000000000000..520a291fa90871617d29ff05a2cb3f4a38c6569e --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/init/agent_records.json @@ -0,0 +1,10 @@ +{ + "version": "2.1", + "agents": [ + { "agent_id": "AG-007", "region": "north", "port": 443 }, + { "agent_id": "AG-012", "region": "south", "port": 8080 }, + { "agent_id": "AG-005", "region": "west", "port": 22 }, + { "agent_id": "AG-003", "region": "east", "port": 5432 }, + { "agent_id": "AG-009", "region": "central", "port": 9000 } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb7989d8cd/init/network_fixtures.json b/shellops/assets/ShellOps_cb7989d8cd/init/network_fixtures.json new file mode 100644 index 0000000000000000000000000000000000000000..bb40e57ff622ffbe1c2d1ddf6a35edeac28fe292 --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/init/network_fixtures.json @@ -0,0 +1,9 @@ +{ + "description": "supplemental network test fixtures", + "fixtures": [ + { "agent_id": "AG-011", "role": "backup", "active": false }, + { "agent_id": "AG-005", "role": "primary", "active": true }, + { "agent_id": "AG-008", "role": "monitor", "active": true }, + { "agent_id": "AG-013", "role": "router", "active": false } + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb7989d8cd/init/reports/.keep b/shellops/assets/ShellOps_cb7989d8cd/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..baefb1e2c59bd58b8cac3c801ce4daeab4350df8 --- /dev/null +++ b/shellops/assets/ShellOps_cb7989d8cd/init/reports/.keep @@ -0,0 +1 @@ +placeholder for reports directory diff --git a/shellops/assets/ShellOps_cb9ea1c570/gold/missing_vlans.txt b/shellops/assets/ShellOps_cb9ea1c570/gold/missing_vlans.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec22e44e2b10950e50c51a195fc6e3dc946f2ee0 --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/gold/missing_vlans.txt @@ -0,0 +1,2 @@ +50 +60 diff --git a/shellops/assets/ShellOps_cb9ea1c570/gold/notes.txt b/shellops/assets/ShellOps_cb9ea1c570/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..620a8c924077a387099c4ef711f9308c34db0ce9 --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/gold/notes.txt @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the result. +Some unrelated notes about topology. diff --git a/shellops/assets/ShellOps_cb9ea1c570/gold/switch1_audit.log b/shellops/assets/ShellOps_cb9ea1c570/gold/switch1_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..0bd32d0aa23643a65cf1887627b9336cd809efbc --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/gold/switch1_audit.log @@ -0,0 +1,6 @@ +# Switch1 VLAN audit extract +vlan 10 desc "mgmt" +vlan 20 desc "voice" +vlan 30 desc "data" +vlan 40 desc "guest" +# End of audit diff --git a/shellops/assets/ShellOps_cb9ea1c570/gold/vlans.tsv b/shellops/assets/ShellOps_cb9ea1c570/gold/vlans.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6d580364e8172afd7ccab30c6455aced14a466ea --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/gold/vlans.tsv @@ -0,0 +1,7 @@ +vlan_id purpose +10 mgmt +20 voice +30 data +40 guest +50 test +60 lab \ No newline at end of file diff --git a/shellops/assets/ShellOps_cb9ea1c570/init/notes.txt b/shellops/assets/ShellOps_cb9ea1c570/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..620a8c924077a387099c4ef711f9308c34db0ce9 --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/init/notes.txt @@ -0,0 +1,2 @@ +This file is a distractor and should not affect the result. +Some unrelated notes about topology. diff --git a/shellops/assets/ShellOps_cb9ea1c570/init/switch1_audit.log b/shellops/assets/ShellOps_cb9ea1c570/init/switch1_audit.log new file mode 100644 index 0000000000000000000000000000000000000000..0bd32d0aa23643a65cf1887627b9336cd809efbc --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/init/switch1_audit.log @@ -0,0 +1,6 @@ +# Switch1 VLAN audit extract +vlan 10 desc "mgmt" +vlan 20 desc "voice" +vlan 30 desc "data" +vlan 40 desc "guest" +# End of audit diff --git a/shellops/assets/ShellOps_cb9ea1c570/init/vlans.tsv b/shellops/assets/ShellOps_cb9ea1c570/init/vlans.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6d580364e8172afd7ccab30c6455aced14a466ea --- /dev/null +++ b/shellops/assets/ShellOps_cb9ea1c570/init/vlans.tsv @@ -0,0 +1,7 @@ +vlan_id purpose +10 mgmt +20 voice +30 data +40 guest +50 test +60 lab \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbc10dbf72/gold/active_services.cfg b/shellops/assets/ShellOps_cbc10dbf72/gold/active_services.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b10e29d2ba48d5b773c87def2f66a751bb8f71b4 --- /dev/null +++ b/shellops/assets/ShellOps_cbc10dbf72/gold/active_services.cfg @@ -0,0 +1,4 @@ +auth.service.cert = primary_server.pem +api.gateway.cert = intermediate_ca.pem +logging.agent.cert = legacy_server.crt +metrics.publisher.cert = monitoring_cacert.pem \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbc10dbf72/gold/revoked_certs.conf b/shellops/assets/ShellOps_cbc10dbf72/gold/revoked_certs.conf new file mode 100644 index 0000000000000000000000000000000000000000..85931d37cfe32b5961f83ae161f7b472351f0741 --- /dev/null +++ b/shellops/assets/ShellOps_cbc10dbf72/gold/revoked_certs.conf @@ -0,0 +1,3 @@ +intermediate_ca.pem +legacy_server.crt +expired_ca_chain.pem \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbc10dbf72/gold/security_audit.txt b/shellops/assets/ShellOps_cbc10dbf72/gold/security_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec739a2791d8575f6c546c67ba8bf8eff8d0e020 --- /dev/null +++ b/shellops/assets/ShellOps_cbc10dbf72/gold/security_audit.txt @@ -0,0 +1,2 @@ +api.gateway.cert = intermediate_ca.pem +logging.agent.cert = legacy_server.crt diff --git a/shellops/assets/ShellOps_cbc10dbf72/init/active_services.cfg b/shellops/assets/ShellOps_cbc10dbf72/init/active_services.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b10e29d2ba48d5b773c87def2f66a751bb8f71b4 --- /dev/null +++ b/shellops/assets/ShellOps_cbc10dbf72/init/active_services.cfg @@ -0,0 +1,4 @@ +auth.service.cert = primary_server.pem +api.gateway.cert = intermediate_ca.pem +logging.agent.cert = legacy_server.crt +metrics.publisher.cert = monitoring_cacert.pem \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbc10dbf72/init/revoked_certs.conf b/shellops/assets/ShellOps_cbc10dbf72/init/revoked_certs.conf new file mode 100644 index 0000000000000000000000000000000000000000..85931d37cfe32b5961f83ae161f7b472351f0741 --- /dev/null +++ b/shellops/assets/ShellOps_cbc10dbf72/init/revoked_certs.conf @@ -0,0 +1,3 @@ +intermediate_ca.pem +legacy_server.crt +expired_ca_chain.pem \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbc10dbf72/init/security_audit.txt b/shellops/assets/ShellOps_cbc10dbf72/init/security_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cbd7f6d522/gold/db_hosts_report.out b/shellops/assets/ShellOps_cbd7f6d522/gold/db_hosts_report.out new file mode 100644 index 0000000000000000000000000000000000000000..d3b90e2ff5228e34275e3660d1dc41304be67ab0 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/gold/db_hosts_report.out @@ -0,0 +1,3 @@ +db1.example.com:5432 +db2.example.com:5432 +db3.example.com:3306 diff --git a/shellops/assets/ShellOps_cbd7f6d522/gold/settings/app.conf b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..e030423ee5dea29edaf187e2d18ae5c239c24960 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/app.conf @@ -0,0 +1,2 @@ +cache_size=100 +threads=4 diff --git a/shellops/assets/ShellOps_cbd7f6d522/gold/settings/db_alpha.conf b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/db_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..5f291f13e2ca229b7c1de578734ac91dcbabc2c3 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/db_alpha.conf @@ -0,0 +1,5 @@ +host=db1.example.com +port=5432 +timeout=30 +host=db2.example.com +port=5432 diff --git a/shellops/assets/ShellOps_cbd7f6d522/gold/settings/db_beta.conf b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/db_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..04b356f4f5a9bb4ff7afcbeac2c5de0ba39c52e9 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/db_beta.conf @@ -0,0 +1,5 @@ +host=db2.example.com +port=5432 +host=db3.example.com +port=3306 +pool_size=10 diff --git a/shellops/assets/ShellOps_cbd7f6d522/gold/settings/web.conf b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..21e4ae9d6a847befb6b3a7e18c05758ccc5cbe74 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/gold/settings/web.conf @@ -0,0 +1,2 @@ +proxy_host=web.example.com +proxy_port=8080 diff --git a/shellops/assets/ShellOps_cbd7f6d522/init/settings/app.conf b/shellops/assets/ShellOps_cbd7f6d522/init/settings/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..e030423ee5dea29edaf187e2d18ae5c239c24960 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/init/settings/app.conf @@ -0,0 +1,2 @@ +cache_size=100 +threads=4 diff --git a/shellops/assets/ShellOps_cbd7f6d522/init/settings/db_alpha.conf b/shellops/assets/ShellOps_cbd7f6d522/init/settings/db_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..5f291f13e2ca229b7c1de578734ac91dcbabc2c3 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/init/settings/db_alpha.conf @@ -0,0 +1,5 @@ +host=db1.example.com +port=5432 +timeout=30 +host=db2.example.com +port=5432 diff --git a/shellops/assets/ShellOps_cbd7f6d522/init/settings/db_beta.conf b/shellops/assets/ShellOps_cbd7f6d522/init/settings/db_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..04b356f4f5a9bb4ff7afcbeac2c5de0ba39c52e9 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/init/settings/db_beta.conf @@ -0,0 +1,5 @@ +host=db2.example.com +port=5432 +host=db3.example.com +port=3306 +pool_size=10 diff --git a/shellops/assets/ShellOps_cbd7f6d522/init/settings/web.conf b/shellops/assets/ShellOps_cbd7f6d522/init/settings/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..21e4ae9d6a847befb6b3a7e18c05758ccc5cbe74 --- /dev/null +++ b/shellops/assets/ShellOps_cbd7f6d522/init/settings/web.conf @@ -0,0 +1,2 @@ +proxy_host=web.example.com +proxy_port=8080 diff --git a/shellops/assets/ShellOps_cbdad8cf5e/gold/allowed.txt b/shellops/assets/ShellOps_cbdad8cf5e/gold/allowed.txt new file mode 100644 index 0000000000000000000000000000000000000000..f12099dda33174756b39cf71e641754692f2b959 --- /dev/null +++ b/shellops/assets/ShellOps_cbdad8cf5e/gold/allowed.txt @@ -0,0 +1,3 @@ +C-102 +C-103 +C-105 diff --git a/shellops/assets/ShellOps_cbdad8cf5e/gold/notes.md b/shellops/assets/ShellOps_cbdad8cf5e/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0d634a4b390048cb01b8ebae5785c40ea051f140 --- /dev/null +++ b/shellops/assets/ShellOps_cbdad8cf5e/gold/notes.md @@ -0,0 +1,4 @@ +# Lab inventory notes + +- C-101 is deprecated; do not include in future allowlists. +- C-106 should be reviewed next quarter. diff --git a/shellops/assets/ShellOps_cbdad8cf5e/gold/restricted_components.xml b/shellops/assets/ShellOps_cbdad8cf5e/gold/restricted_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..53ac22c14bc1be77821839ec7ccabc16dd273179 --- /dev/null +++ b/shellops/assets/ShellOps_cbdad8cf5e/gold/restricted_components.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_cbdad8cf5e/init/allowed.txt b/shellops/assets/ShellOps_cbdad8cf5e/init/allowed.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7debdd6e20be9bfd4ba6564453fb159f03f657a --- /dev/null +++ b/shellops/assets/ShellOps_cbdad8cf5e/init/allowed.txt @@ -0,0 +1,2 @@ +C-101 +C-102 diff --git a/shellops/assets/ShellOps_cbdad8cf5e/init/notes.md b/shellops/assets/ShellOps_cbdad8cf5e/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..0d634a4b390048cb01b8ebae5785c40ea051f140 --- /dev/null +++ b/shellops/assets/ShellOps_cbdad8cf5e/init/notes.md @@ -0,0 +1,4 @@ +# Lab inventory notes + +- C-101 is deprecated; do not include in future allowlists. +- C-106 should be reviewed next quarter. diff --git a/shellops/assets/ShellOps_cbdad8cf5e/init/restricted_components.xml b/shellops/assets/ShellOps_cbdad8cf5e/init/restricted_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..53ac22c14bc1be77821839ec7ccabc16dd273179 --- /dev/null +++ b/shellops/assets/ShellOps_cbdad8cf5e/init/restricted_components.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/shellops/assets/ShellOps_cbe04c0111/gold/debug_fw.log b/shellops/assets/ShellOps_cbe04c0111/gold/debug_fw.log new file mode 100644 index 0000000000000000000000000000000000000000..9bbb6f5eabea4a69547548a6feb7c6fad985179e --- /dev/null +++ b/shellops/assets/ShellOps_cbe04c0111/gold/debug_fw.log @@ -0,0 +1,5 @@ +2024-04-20 12:00:00 [INFO] Applying rule: block_invalid_ips +2024-04-20 12:00:01 [DEBUG] Applying rule: allow_ssh +2024-04-20 12:00:02 [WARN] Applying rule: block_invalid_ips +2024-04-20 12:00:03 [INFO] Applying rule: restrict_http +2024-04-20 12:00:04 [ERROR] Applying rule: allow_dns diff --git a/shellops/assets/ShellOps_cbe04c0111/gold/fw_rules.tsv b/shellops/assets/ShellOps_cbe04c0111/gold/fw_rules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3d44a5f3ec9b2a447a5cec1ca6a5284f2812b64d --- /dev/null +++ b/shellops/assets/ShellOps_cbe04c0111/gold/fw_rules.tsv @@ -0,0 +1,4 @@ +allow_ssh 22/tcp +allow_dns 53/udp +block_spam 25/tcp +restrict_http 80/tcp diff --git a/shellops/assets/ShellOps_cbe04c0111/gold/rule_mismatches.txt b/shellops/assets/ShellOps_cbe04c0111/gold/rule_mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dd1d95f685386e5fc27f0b6e70e6d4861ca34c5 --- /dev/null +++ b/shellops/assets/ShellOps_cbe04c0111/gold/rule_mismatches.txt @@ -0,0 +1 @@ +block_invalid_ips diff --git a/shellops/assets/ShellOps_cbe04c0111/init/debug_fw.log b/shellops/assets/ShellOps_cbe04c0111/init/debug_fw.log new file mode 100644 index 0000000000000000000000000000000000000000..9bbb6f5eabea4a69547548a6feb7c6fad985179e --- /dev/null +++ b/shellops/assets/ShellOps_cbe04c0111/init/debug_fw.log @@ -0,0 +1,5 @@ +2024-04-20 12:00:00 [INFO] Applying rule: block_invalid_ips +2024-04-20 12:00:01 [DEBUG] Applying rule: allow_ssh +2024-04-20 12:00:02 [WARN] Applying rule: block_invalid_ips +2024-04-20 12:00:03 [INFO] Applying rule: restrict_http +2024-04-20 12:00:04 [ERROR] Applying rule: allow_dns diff --git a/shellops/assets/ShellOps_cbe04c0111/init/fw_rules.tsv b/shellops/assets/ShellOps_cbe04c0111/init/fw_rules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3d44a5f3ec9b2a447a5cec1ca6a5284f2812b64d --- /dev/null +++ b/shellops/assets/ShellOps_cbe04c0111/init/fw_rules.tsv @@ -0,0 +1,4 @@ +allow_ssh 22/tcp +allow_dns 53/udp +block_spam 25/tcp +restrict_http 80/tcp diff --git a/shellops/assets/ShellOps_cbe5c643d6/gold/invoices/supplier_a.toml b/shellops/assets/ShellOps_cbe5c643d6/gold/invoices/supplier_a.toml new file mode 100644 index 0000000000000000000000000000000000000000..2c7467954a5f7ba01056cd0dbb300ba26d752afb --- /dev/null +++ b/shellops/assets/ShellOps_cbe5c643d6/gold/invoices/supplier_a.toml @@ -0,0 +1,11 @@ +[product] +sku = "P1234" +description = "Widget A" + +[product] +sku = "P5678" +description = "Widget B" + +[product] +sku = "P9999" +description = "Widget C" \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbe5c643d6/gold/reports/.keep b/shellops/assets/ShellOps_cbe5c643d6/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cbe5c643d6/gold/reports/missing_skus.out b/shellops/assets/ShellOps_cbe5c643d6/gold/reports/missing_skus.out new file mode 100644 index 0000000000000000000000000000000000000000..cf7ef3480a481f221bca09a39298c1e5129cb215 --- /dev/null +++ b/shellops/assets/ShellOps_cbe5c643d6/gold/reports/missing_skus.out @@ -0,0 +1 @@ +P9999 diff --git a/shellops/assets/ShellOps_cbe5c643d6/gold/specs/products.toml b/shellops/assets/ShellOps_cbe5c643d6/gold/specs/products.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d4305b404da79efd2102ad19352e6842e6d19af --- /dev/null +++ b/shellops/assets/ShellOps_cbe5c643d6/gold/specs/products.toml @@ -0,0 +1,11 @@ +[product] +sku = "P1234" +category = "Electronics" + +[product] +sku = "P5678" +category = "Hardware" + +[product] +sku = "P1111" +category = "Tools" \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbe5c643d6/init/invoices/supplier_a.toml b/shellops/assets/ShellOps_cbe5c643d6/init/invoices/supplier_a.toml new file mode 100644 index 0000000000000000000000000000000000000000..2c7467954a5f7ba01056cd0dbb300ba26d752afb --- /dev/null +++ b/shellops/assets/ShellOps_cbe5c643d6/init/invoices/supplier_a.toml @@ -0,0 +1,11 @@ +[product] +sku = "P1234" +description = "Widget A" + +[product] +sku = "P5678" +description = "Widget B" + +[product] +sku = "P9999" +description = "Widget C" \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbe5c643d6/init/reports/.keep b/shellops/assets/ShellOps_cbe5c643d6/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cbe5c643d6/init/specs/products.toml b/shellops/assets/ShellOps_cbe5c643d6/init/specs/products.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d4305b404da79efd2102ad19352e6842e6d19af --- /dev/null +++ b/shellops/assets/ShellOps_cbe5c643d6/init/specs/products.toml @@ -0,0 +1,11 @@ +[product] +sku = "P1234" +category = "Electronics" + +[product] +sku = "P5678" +category = "Hardware" + +[product] +sku = "P1111" +category = "Tools" \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/active_pools.cfg b/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/active_pools.cfg new file mode 100644 index 0000000000000000000000000000000000000000..90fba9b5448a4b172b201357144df7c5a1f63e5f --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/active_pools.cfg @@ -0,0 +1,4 @@ +# Active backend pools +pool web_servers max_conns 200 +pool api_nodes timeout 30s +pool legacy_app standby diff --git a/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/deprecated_pools.cfg b/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/deprecated_pools.cfg new file mode 100644 index 0000000000000000000000000000000000000000..08188f020914ef7d5e0622a4153b7d301c088d7f --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/deprecated_pools.cfg @@ -0,0 +1,3 @@ +# Deprecated pools (ignore) +pool legacy_v1 weight 0 +pool old_api disabled diff --git a/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/health_checks.cfg b/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/health_checks.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3645ed48a958acad9e1619441bf2bde133130df8 --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/gold/lb_configs/health_checks.cfg @@ -0,0 +1,6 @@ +# Health check definitions +health web_servers interval 10s +health api_nodes timeout 5s + +# Deprecated +health old_legacy path /ping diff --git a/shellops/assets/ShellOps_cbe818b8e9/gold/missing_health_checks.txt b/shellops/assets/ShellOps_cbe818b8e9/gold/missing_health_checks.txt new file mode 100644 index 0000000000000000000000000000000000000000..16d5ff4bbd804fc5529a1b45b3f979b97923a438 --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/gold/missing_health_checks.txt @@ -0,0 +1 @@ +legacy_app diff --git a/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/active_pools.cfg b/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/active_pools.cfg new file mode 100644 index 0000000000000000000000000000000000000000..90fba9b5448a4b172b201357144df7c5a1f63e5f --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/active_pools.cfg @@ -0,0 +1,4 @@ +# Active backend pools +pool web_servers max_conns 200 +pool api_nodes timeout 30s +pool legacy_app standby diff --git a/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/deprecated_pools.cfg b/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/deprecated_pools.cfg new file mode 100644 index 0000000000000000000000000000000000000000..08188f020914ef7d5e0622a4153b7d301c088d7f --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/deprecated_pools.cfg @@ -0,0 +1,3 @@ +# Deprecated pools (ignore) +pool legacy_v1 weight 0 +pool old_api disabled diff --git a/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/health_checks.cfg b/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/health_checks.cfg new file mode 100644 index 0000000000000000000000000000000000000000..3645ed48a958acad9e1619441bf2bde133130df8 --- /dev/null +++ b/shellops/assets/ShellOps_cbe818b8e9/init/lb_configs/health_checks.cfg @@ -0,0 +1,6 @@ +# Health check definitions +health web_servers interval 10s +health api_nodes timeout 5s + +# Deprecated +health old_legacy path /ping diff --git a/shellops/assets/ShellOps_cbf8e7e480/gold/distractor/some_other.log b/shellops/assets/ShellOps_cbf8e7e480/gold/distractor/some_other.log new file mode 100644 index 0000000000000000000000000000000000000000..c3704cec24bbb9006d774eab00c81dc6df90c0fc --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/gold/distractor/some_other.log @@ -0,0 +1 @@ +this file is irrelevant; it must be ignored by the command \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbf8e7e480/gold/flagged_clients.txt b/shellops/assets/ShellOps_cbf8e7e480/gold/flagged_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..c024d5a015fb6f9c93752487718ff248a4f3a5e2 --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/gold/flagged_clients.txt @@ -0,0 +1,2 @@ +api_delta +monitor_zeta diff --git a/shellops/assets/ShellOps_cbf8e7e480/gold/scan_results.json b/shellops/assets/ShellOps_cbf8e7e480/gold/scan_results.json new file mode 100644 index 0000000000000000000000000000000000000000..2d2d57c8618a147a84f649a96550aab94dc0df96 --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/gold/scan_results.json @@ -0,0 +1,44 @@ +[ + { + "client_id": "web_app_alpha", + "vuln_score": 9, + "is_active": true, + "tags": ["frontend", "prod"] + }, + { + "client_id": "mobile_beta", + "vuln_score": 5, + "is_active": true, + "tags": ["test", "ios"] + }, + { + "client_id": "internal_gamma", + "vuln_score": 8, + "is_active": false, + "tags": ["deprecated"] + }, + { + "client_id": "api_delta", + "vuln_score": 10, + "is_active": true, + "tags": ["microservice", "backend"] + }, + { + "client_id": "legacy_epsilon", + "vuln_score": 3, + "is_active": true, + "tags": ["archived"] + }, + { + "client_id": "monitor_zeta", + "vuln_score": 7, + "is_active": true, + "tags": ["infrastructure"] + }, + { + "client_id": "admin_eta", + "vuln_score": 9, + "is_active": true, + "tags": ["privileged"] + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbf8e7e480/gold/sec_policy/.keep b/shellops/assets/ShellOps_cbf8e7e480/gold/sec_policy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..acbdb3e704287c9a63c177c09f1a393b117056ce --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/gold/sec_policy/.keep @@ -0,0 +1,3 @@ +web_app_alpha +admin_eta +unrelated_pattern diff --git a/shellops/assets/ShellOps_cbf8e7e480/init/distractor/some_other.log b/shellops/assets/ShellOps_cbf8e7e480/init/distractor/some_other.log new file mode 100644 index 0000000000000000000000000000000000000000..c3704cec24bbb9006d774eab00c81dc6df90c0fc --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/init/distractor/some_other.log @@ -0,0 +1 @@ +this file is irrelevant; it must be ignored by the command \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbf8e7e480/init/scan_results.json b/shellops/assets/ShellOps_cbf8e7e480/init/scan_results.json new file mode 100644 index 0000000000000000000000000000000000000000..2d2d57c8618a147a84f649a96550aab94dc0df96 --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/init/scan_results.json @@ -0,0 +1,44 @@ +[ + { + "client_id": "web_app_alpha", + "vuln_score": 9, + "is_active": true, + "tags": ["frontend", "prod"] + }, + { + "client_id": "mobile_beta", + "vuln_score": 5, + "is_active": true, + "tags": ["test", "ios"] + }, + { + "client_id": "internal_gamma", + "vuln_score": 8, + "is_active": false, + "tags": ["deprecated"] + }, + { + "client_id": "api_delta", + "vuln_score": 10, + "is_active": true, + "tags": ["microservice", "backend"] + }, + { + "client_id": "legacy_epsilon", + "vuln_score": 3, + "is_active": true, + "tags": ["archived"] + }, + { + "client_id": "monitor_zeta", + "vuln_score": 7, + "is_active": true, + "tags": ["infrastructure"] + }, + { + "client_id": "admin_eta", + "vuln_score": 9, + "is_active": true, + "tags": ["privileged"] + } +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_cbf8e7e480/init/sec_policy/.keep b/shellops/assets/ShellOps_cbf8e7e480/init/sec_policy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..acbdb3e704287c9a63c177c09f1a393b117056ce --- /dev/null +++ b/shellops/assets/ShellOps_cbf8e7e480/init/sec_policy/.keep @@ -0,0 +1,3 @@ +web_app_alpha +admin_eta +unrelated_pattern diff --git a/shellops/assets/ShellOps_cc14743331/gold/alertable_components.txt b/shellops/assets/ShellOps_cc14743331/gold/alertable_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3d7a2da872bb3193a49ef5a589d7c31fae9e850 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/gold/alertable_components.txt @@ -0,0 +1,2 @@ +comp_103 +comp_104 diff --git a/shellops/assets/ShellOps_cc14743331/gold/health/service_a.json b/shellops/assets/ShellOps_cc14743331/gold/health/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..b652f342977ec033836942978f5481d594a7e8d1 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/gold/health/service_a.json @@ -0,0 +1 @@ +{"component_id": "comp_101", "status": "degraded", "details": {"cpu": 0.87}} diff --git a/shellops/assets/ShellOps_cc14743331/gold/health/service_b.json b/shellops/assets/ShellOps_cc14743331/gold/health/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..b14d6ae4368532375a3dc6653892a08fd75de01c --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/gold/health/service_b.json @@ -0,0 +1 @@ +{"component_id": "comp_102", "status": "healthy", "details": {"cpu": 0.35}} diff --git a/shellops/assets/ShellOps_cc14743331/gold/health/service_c.json b/shellops/assets/ShellOps_cc14743331/gold/health/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e2e0ea1238cd21cfcec20269d701f1c3e8979e46 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/gold/health/service_c.json @@ -0,0 +1 @@ +{"component_id": "comp_103", "status": "degraded", "details": {"cpu": 0.92}} diff --git a/shellops/assets/ShellOps_cc14743331/gold/health/service_d.json b/shellops/assets/ShellOps_cc14743331/gold/health/service_d.json new file mode 100644 index 0000000000000000000000000000000000000000..6558df009454e1d7f640179965bfcc2f849a557f --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/gold/health/service_d.json @@ -0,0 +1 @@ +{"component_id": "comp_104", "status": "degraded", "details": {"cpu": 0.78}} diff --git a/shellops/assets/ShellOps_cc14743331/gold/suppressions.json b/shellops/assets/ShellOps_cc14743331/gold/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..9bcc199e9a1f04645bf77545e4460ccd1c1c3736 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/gold/suppressions.json @@ -0,0 +1 @@ +{"suppressed_components": ["comp_101", "comp_105"]} diff --git a/shellops/assets/ShellOps_cc14743331/init/health/service_a.json b/shellops/assets/ShellOps_cc14743331/init/health/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..b652f342977ec033836942978f5481d594a7e8d1 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/init/health/service_a.json @@ -0,0 +1 @@ +{"component_id": "comp_101", "status": "degraded", "details": {"cpu": 0.87}} diff --git a/shellops/assets/ShellOps_cc14743331/init/health/service_b.json b/shellops/assets/ShellOps_cc14743331/init/health/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..b14d6ae4368532375a3dc6653892a08fd75de01c --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/init/health/service_b.json @@ -0,0 +1 @@ +{"component_id": "comp_102", "status": "healthy", "details": {"cpu": 0.35}} diff --git a/shellops/assets/ShellOps_cc14743331/init/health/service_c.json b/shellops/assets/ShellOps_cc14743331/init/health/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..e2e0ea1238cd21cfcec20269d701f1c3e8979e46 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/init/health/service_c.json @@ -0,0 +1 @@ +{"component_id": "comp_103", "status": "degraded", "details": {"cpu": 0.92}} diff --git a/shellops/assets/ShellOps_cc14743331/init/health/service_d.json b/shellops/assets/ShellOps_cc14743331/init/health/service_d.json new file mode 100644 index 0000000000000000000000000000000000000000..6558df009454e1d7f640179965bfcc2f849a557f --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/init/health/service_d.json @@ -0,0 +1 @@ +{"component_id": "comp_104", "status": "degraded", "details": {"cpu": 0.78}} diff --git a/shellops/assets/ShellOps_cc14743331/init/suppressions.json b/shellops/assets/ShellOps_cc14743331/init/suppressions.json new file mode 100644 index 0000000000000000000000000000000000000000..9bcc199e9a1f04645bf77545e4460ccd1c1c3736 --- /dev/null +++ b/shellops/assets/ShellOps_cc14743331/init/suppressions.json @@ -0,0 +1 @@ +{"suppressed_components": ["comp_101", "comp_105"]} diff --git a/shellops/assets/ShellOps_cc5f232630/gold/archive/old_routing.log b/shellops/assets/ShellOps_cc5f232630/gold/archive/old_routing.log new file mode 100644 index 0000000000000000000000000000000000000000..b1709d65671f09b80cf2d8d7efc8a1d73f57f0e7 --- /dev/null +++ b/shellops/assets/ShellOps_cc5f232630/gold/archive/old_routing.log @@ -0,0 +1,2 @@ +2023-05-01T08:00:00 [R-2001] BGP UPDATE path 64999 +2023-05-01T08:01:00 [R-2040] BGP WITHDRAW prefix 172.16.0.0/16 diff --git a/shellops/assets/ShellOps_cc5f232630/gold/notes/irrelevant_plan.md b/shellops/assets/ShellOps_cc5f232630/gold/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..070eb94355dffeb8123aea04e42f1d244e53f1a3 --- /dev/null +++ b/shellops/assets/ShellOps_cc5f232630/gold/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Future routing changes +- Consider deprecating R-2001 and R-2040 after Q3. +- Review tags for R-1090. diff --git a/shellops/assets/ShellOps_cc5f232630/gold/registry/canonical_tags.tsv b/shellops/assets/ShellOps_cc5f232630/gold/registry/canonical_tags.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3fd3338f5d87d9235d560a65c73b326e314f7d9f --- /dev/null +++ b/shellops/assets/ShellOps_cc5f232630/gold/registry/canonical_tags.tsv @@ -0,0 +1,5 @@ +R-1023 CORE_TRANSIT +R-1047 EDGE_INGRESS +R-1031 EDGE_EGRESS +R-1059 CORE_PEERING +R-1090 CORE_TRANSIT diff --git a/shellops/assets/ShellOps_cc5f232630/init/archive/old_routing.log b/shellops/assets/ShellOps_cc5f232630/init/archive/old_routing.log new file mode 100644 index 0000000000000000000000000000000000000000..b1709d65671f09b80cf2d8d7efc8a1d73f57f0e7 --- /dev/null +++ b/shellops/assets/ShellOps_cc5f232630/init/archive/old_routing.log @@ -0,0 +1,2 @@ +2023-05-01T08:00:00 [R-2001] BGP UPDATE path 64999 +2023-05-01T08:01:00 [R-2040] BGP WITHDRAW prefix 172.16.0.0/16 diff --git a/shellops/assets/ShellOps_cc5f232630/init/notes/irrelevant_plan.md b/shellops/assets/ShellOps_cc5f232630/init/notes/irrelevant_plan.md new file mode 100644 index 0000000000000000000000000000000000000000..070eb94355dffeb8123aea04e42f1d244e53f1a3 --- /dev/null +++ b/shellops/assets/ShellOps_cc5f232630/init/notes/irrelevant_plan.md @@ -0,0 +1,3 @@ +# Future routing changes +- Consider deprecating R-2001 and R-2040 after Q3. +- Review tags for R-1090. diff --git a/shellops/assets/ShellOps_cc5f232630/init/registry/canonical_tags.tsv b/shellops/assets/ShellOps_cc5f232630/init/registry/canonical_tags.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6301692885e40e3523fef0e23e92bac15a22875e --- /dev/null +++ b/shellops/assets/ShellOps_cc5f232630/init/registry/canonical_tags.tsv @@ -0,0 +1,7 @@ +R-1023 CORE_TRANSIT +R-1047 EDGE_INGRESS +R-1031 EDGE_EGRESS +R-1059 CORE_PEERING +R-1090 CORE_TRANSIT +R-2001 ARCHIVED_EXP +R-2040 ARCHIVED_EXP diff --git a/shellops/assets/ShellOps_cc74cc2585/gold/reports/.keep b/shellops/assets/ShellOps_cc74cc2585/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cc74cc2585/gold/reports/client_ranking.txt b/shellops/assets/ShellOps_cc74cc2585/gold/reports/client_ranking.txt new file mode 100644 index 0000000000000000000000000000000000000000..da520a2e6cb9a6e22f5354e002e2178ce1f45989 --- /dev/null +++ b/shellops/assets/ShellOps_cc74cc2585/gold/reports/client_ranking.txt @@ -0,0 +1,3 @@ +1005 +1007 +1011 diff --git a/shellops/assets/ShellOps_cc74cc2585/gold/security/exclusions.txt b/shellops/assets/ShellOps_cc74cc2585/gold/security/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f62d517fda68bd8773a84396b10d5f2321aff1fe --- /dev/null +++ b/shellops/assets/ShellOps_cc74cc2585/gold/security/exclusions.txt @@ -0,0 +1,4 @@ +# internal test accounts to exclude +1003 +1010 +1025 diff --git a/shellops/assets/ShellOps_cc74cc2585/init/reports/.keep b/shellops/assets/ShellOps_cc74cc2585/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cc74cc2585/init/security/exclusions.txt b/shellops/assets/ShellOps_cc74cc2585/init/security/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..f62d517fda68bd8773a84396b10d5f2321aff1fe --- /dev/null +++ b/shellops/assets/ShellOps_cc74cc2585/init/security/exclusions.txt @@ -0,0 +1,4 @@ +# internal test accounts to exclude +1003 +1010 +1025 diff --git a/shellops/assets/ShellOps_cc8b1e7f71/gold/firmware/audits/device_alpha.json b/shellops/assets/ShellOps_cc8b1e7f71/gold/firmware/audits/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..e06c5abaaea10627d729c8faac192a548c831a0b --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/gold/firmware/audits/device_alpha.json @@ -0,0 +1,2 @@ +{"device_id": 10245, "status": "prelim_ok", "version": "2.1.8"} +{"device_id": 10246, "status": "pending_scan", "version": "1.9.4"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cc8b1e7f71/gold/firmware/audits/device_beta.json b/shellops/assets/ShellOps_cc8b1e7f71/gold/firmware/audits/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..40056d968ddb356d9e8bbfb38a825ce52e48ed05 --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/gold/firmware/audits/device_beta.json @@ -0,0 +1 @@ +{"device_id": 10247, "status": "prelim_ok", "version": "3.0.1"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cc8b1e7f71/gold/investigation/pending.json b/shellops/assets/ShellOps_cc8b1e7f71/gold/investigation/pending.json new file mode 100644 index 0000000000000000000000000000000000000000..57d5d118a9ad3eb2813589f26ea2e07c9d2d1453 --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/gold/investigation/pending.json @@ -0,0 +1 @@ +[{"device_id": 10245, "reason": "security_risk"}, {"device_id": 10247, "reason": "version_rollback"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_cc8b1e7f71/gold/prioritized_devices.txt b/shellops/assets/ShellOps_cc8b1e7f71/gold/prioritized_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..7253aa344b48f710b47cd9d2bd3700c5277cf59e --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/gold/prioritized_devices.txt @@ -0,0 +1,2 @@ +10245 +10247 diff --git a/shellops/assets/ShellOps_cc8b1e7f71/init/firmware/audits/device_alpha.json b/shellops/assets/ShellOps_cc8b1e7f71/init/firmware/audits/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..e06c5abaaea10627d729c8faac192a548c831a0b --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/init/firmware/audits/device_alpha.json @@ -0,0 +1,2 @@ +{"device_id": 10245, "status": "prelim_ok", "version": "2.1.8"} +{"device_id": 10246, "status": "pending_scan", "version": "1.9.4"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cc8b1e7f71/init/firmware/audits/device_beta.json b/shellops/assets/ShellOps_cc8b1e7f71/init/firmware/audits/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..40056d968ddb356d9e8bbfb38a825ce52e48ed05 --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/init/firmware/audits/device_beta.json @@ -0,0 +1 @@ +{"device_id": 10247, "status": "prelim_ok", "version": "3.0.1"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cc8b1e7f71/init/investigation/pending.json b/shellops/assets/ShellOps_cc8b1e7f71/init/investigation/pending.json new file mode 100644 index 0000000000000000000000000000000000000000..57d5d118a9ad3eb2813589f26ea2e07c9d2d1453 --- /dev/null +++ b/shellops/assets/ShellOps_cc8b1e7f71/init/investigation/pending.json @@ -0,0 +1 @@ +[{"device_id": 10245, "reason": "security_risk"}, {"device_id": 10247, "reason": "version_rollback"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd27ba2b8a/gold/discrepancies.txt b/shellops/assets/ShellOps_cd27ba2b8a/gold/discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5e4146edca99fd7ade7c18091fa63b8deff1d3e --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/gold/discrepancies.txt @@ -0,0 +1,2 @@ +11223 +67890 diff --git a/shellops/assets/ShellOps_cd27ba2b8a/gold/distractor/notes.md b/shellops/assets/ShellOps_cd27ba2b8a/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..acca8cc1be0fc341a83020b260dfe4054b09c2a4 --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/gold/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignored Transactions +- TXID:99999 (test entry) \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd27ba2b8a/gold/flagged_logs.txt b/shellops/assets/ShellOps_cd27ba2b8a/gold/flagged_logs.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1a425a606e053b6f3618cee639d50c7f0c00856 --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/gold/flagged_logs.txt @@ -0,0 +1,3 @@ +Event: Payment processed TXID:12345 +Event: Error detected TXID:67890 +Event: Refund initiated TXID:11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd27ba2b8a/gold/master_audit.xml b/shellops/assets/ShellOps_cd27ba2b8a/gold/master_audit.xml new file mode 100644 index 0000000000000000000000000000000000000000..e6fb99ecd727e9766694a2a57ea30cd09e9c25f6 --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/gold/master_audit.xml @@ -0,0 +1,4 @@ + + approved + pending + \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd27ba2b8a/init/distractor/notes.md b/shellops/assets/ShellOps_cd27ba2b8a/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..acca8cc1be0fc341a83020b260dfe4054b09c2a4 --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/init/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignored Transactions +- TXID:99999 (test entry) \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd27ba2b8a/init/flagged_logs.txt b/shellops/assets/ShellOps_cd27ba2b8a/init/flagged_logs.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1a425a606e053b6f3618cee639d50c7f0c00856 --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/init/flagged_logs.txt @@ -0,0 +1,3 @@ +Event: Payment processed TXID:12345 +Event: Error detected TXID:67890 +Event: Refund initiated TXID:11223 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd27ba2b8a/init/master_audit.xml b/shellops/assets/ShellOps_cd27ba2b8a/init/master_audit.xml new file mode 100644 index 0000000000000000000000000000000000000000..e6fb99ecd727e9766694a2a57ea30cd09e9c25f6 --- /dev/null +++ b/shellops/assets/ShellOps_cd27ba2b8a/init/master_audit.xml @@ -0,0 +1,4 @@ + + approved + pending + \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd844fcf27/gold/error_manifest.txt b/shellops/assets/ShellOps_cd844fcf27/gold/error_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..b16d187275d994e8b053a3f46c179ec3d9b74595 --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/gold/error_manifest.txt @@ -0,0 +1 @@ +9123 diff --git a/shellops/assets/ShellOps_cd844fcf27/gold/known_issues b/shellops/assets/ShellOps_cd844fcf27/gold/known_issues new file mode 100644 index 0000000000000000000000000000000000000000..97eb836433fd08fc7018e99584f3e422f9ca9d1f --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/gold/known_issues @@ -0,0 +1,3 @@ +1128 +305 +4532 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd844fcf27/gold/thresholds.out b/shellops/assets/ShellOps_cd844fcf27/gold/thresholds.out new file mode 100644 index 0000000000000000000000000000000000000000..5aa1d05b8f254e51591cd9f7cb5fafc30a48b84b --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/gold/thresholds.out @@ -0,0 +1,4 @@ +MAX_TEMP 45C +ERROR_9123: Sensor calibration failure +WARNING_881: Pressure threshold exceeded +ERROR_1128: Repeating checksum error diff --git a/shellops/assets/ShellOps_cd844fcf27/gold/timestamps.err b/shellops/assets/ShellOps_cd844fcf27/gold/timestamps.err new file mode 100644 index 0000000000000000000000000000000000000000..4ed576bc39903d434af2a9a03dd27f98fb4cbc1b --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/gold/timestamps.err @@ -0,0 +1,4 @@ +2023-02-15T08:22:17 [WARNING] Retry attempt 3 +2023-02-15T08:23:01 [ERROR] ERROR_4532: Connection timeout +2023-02-15T08:24:15 [INFO] Request completed +2023-02-15T08:25:45 [ERROR] ERROR_1128: Invalid checksum diff --git a/shellops/assets/ShellOps_cd844fcf27/init/known_issues b/shellops/assets/ShellOps_cd844fcf27/init/known_issues new file mode 100644 index 0000000000000000000000000000000000000000..97eb836433fd08fc7018e99584f3e422f9ca9d1f --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/init/known_issues @@ -0,0 +1,3 @@ +1128 +305 +4532 \ No newline at end of file diff --git a/shellops/assets/ShellOps_cd844fcf27/init/thresholds.out b/shellops/assets/ShellOps_cd844fcf27/init/thresholds.out new file mode 100644 index 0000000000000000000000000000000000000000..5aa1d05b8f254e51591cd9f7cb5fafc30a48b84b --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/init/thresholds.out @@ -0,0 +1,4 @@ +MAX_TEMP 45C +ERROR_9123: Sensor calibration failure +WARNING_881: Pressure threshold exceeded +ERROR_1128: Repeating checksum error diff --git a/shellops/assets/ShellOps_cd844fcf27/init/timestamps.err b/shellops/assets/ShellOps_cd844fcf27/init/timestamps.err new file mode 100644 index 0000000000000000000000000000000000000000..4ed576bc39903d434af2a9a03dd27f98fb4cbc1b --- /dev/null +++ b/shellops/assets/ShellOps_cd844fcf27/init/timestamps.err @@ -0,0 +1,4 @@ +2023-02-15T08:22:17 [WARNING] Retry attempt 3 +2023-02-15T08:23:01 [ERROR] ERROR_4532: Connection timeout +2023-02-15T08:24:15 [INFO] Request completed +2023-02-15T08:25:45 [ERROR] ERROR_1128: Invalid checksum diff --git a/shellops/assets/ShellOps_cdb03a3f62/gold/policies/.keep b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cdb03a3f62/gold/policies/legacy_service.conf b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/legacy_service.conf new file mode 100644 index 0000000000000000000000000000000000000000..ff0dbe27400cf7bce2b05ab10ff8781f6ef760bb --- /dev/null +++ b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/legacy_service.conf @@ -0,0 +1,4 @@ +name: legacy_ftp +max_timeout: 3000 +protocol: ftp +notes: deprecated diff --git a/shellops/assets/ShellOps_cdb03a3f62/gold/policies/service1.conf b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/service1.conf new file mode 100644 index 0000000000000000000000000000000000000000..a27643e6e4c06d0cbab2865a7079e8cb463f606c --- /dev/null +++ b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/service1.conf @@ -0,0 +1,4 @@ +name: webservice +max_timeout: 1500 +protocol: https +priority: high diff --git a/shellops/assets/ShellOps_cdb03a3f62/gold/policies/service2.conf b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/service2.conf new file mode 100644 index 0000000000000000000000000000000000000000..8d0c99c90d2ad13019d803def812d62a8b1f48f2 --- /dev/null +++ b/shellops/assets/ShellOps_cdb03a3f62/gold/policies/service2.conf @@ -0,0 +1,4 @@ +name: authd +protocol: tcp +max_timeout: 500 +mode: standalone diff --git a/shellops/assets/ShellOps_cdb03a3f62/init/policies/.keep b/shellops/assets/ShellOps_cdb03a3f62/init/policies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_cdb03a3f62/init/policies/legacy_service.conf b/shellops/assets/ShellOps_cdb03a3f62/init/policies/legacy_service.conf new file mode 100644 index 0000000000000000000000000000000000000000..ff0dbe27400cf7bce2b05ab10ff8781f6ef760bb --- /dev/null +++ b/shellops/assets/ShellOps_cdb03a3f62/init/policies/legacy_service.conf @@ -0,0 +1,4 @@ +name: legacy_ftp +max_timeout: 3000 +protocol: ftp +notes: deprecated diff --git a/shellops/assets/ShellOps_cdb03a3f62/init/policies/service1.conf b/shellops/assets/ShellOps_cdb03a3f62/init/policies/service1.conf new file mode 100644 index 0000000000000000000000000000000000000000..a27643e6e4c06d0cbab2865a7079e8cb463f606c --- /dev/null +++ b/shellops/assets/ShellOps_cdb03a3f62/init/policies/service1.conf @@ -0,0 +1,4 @@ +name: webservice +max_timeout: 1500 +protocol: https +priority: high diff --git a/shellops/assets/ShellOps_cdb03a3f62/init/policies/service2.conf b/shellops/assets/ShellOps_cdb03a3f62/init/policies/service2.conf new file mode 100644 index 0000000000000000000000000000000000000000..8d0c99c90d2ad13019d803def812d62a8b1f48f2 --- /dev/null +++ b/shellops/assets/ShellOps_cdb03a3f62/init/policies/service2.conf @@ -0,0 +1,4 @@ +name: authd +protocol: tcp +max_timeout: 500 +mode: standalone diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/compliance/active_devices.txt b/shellops/assets/ShellOps_cdb6909ea1/gold/compliance/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..a943952fa5294c6a549dd9d2425ca3cc27c3a47b --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/compliance/active_devices.txt @@ -0,0 +1,2 @@ +dev_001 +dev_003 diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/exclusions/ignore.json b/shellops/assets/ShellOps_cdb6909ea1/gold/exclusions/ignore.json new file mode 100644 index 0000000000000000000000000000000000000000..1427d46ebb34dddc68501c0307e2d22ba056bb14 --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/exclusions/ignore.json @@ -0,0 +1,6 @@ +{ + "excluded_devices": [ + "dev_002", + "dev_004" + ] +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_alpha.json b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..4a735cd72067eb25516b2c7f03202311355023fc --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "session_start": "2025-04-01T08:00:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_beta.json b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..80e7bedf007a435ca5dd50a2ea28d9c9fa9db57d --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "session_start": "2025-04-01T09:15:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_delta.json b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..ab47cf370808f91f1a7172e93ff94de1481bcc95 --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "session_start": "2025-04-01T11:45:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_epsilon.json b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..aa540edaa309401c260db83c5f7432fd0be8abde --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_epsilon.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "session_start": "2025-04-01T12:00:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_gamma.json b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a10457257dedce430916857dd450a04225bdd810 --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/gold/telemetry/session_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "session_start": "2025-04-01T10:30:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/init/exclusions/ignore.json b/shellops/assets/ShellOps_cdb6909ea1/init/exclusions/ignore.json new file mode 100644 index 0000000000000000000000000000000000000000..1427d46ebb34dddc68501c0307e2d22ba056bb14 --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/init/exclusions/ignore.json @@ -0,0 +1,6 @@ +{ + "excluded_devices": [ + "dev_002", + "dev_004" + ] +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_alpha.json b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..4a735cd72067eb25516b2c7f03202311355023fc --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "session_start": "2025-04-01T08:00:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_beta.json b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..80e7bedf007a435ca5dd50a2ea28d9c9fa9db57d --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_002", + "session_start": "2025-04-01T09:15:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_delta.json b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..ab47cf370808f91f1a7172e93ff94de1481bcc95 --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_001", + "session_start": "2025-04-01T11:45:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_epsilon.json b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..aa540edaa309401c260db83c5f7432fd0be8abde --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_epsilon.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_004", + "session_start": "2025-04-01T12:00:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_gamma.json b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a10457257dedce430916857dd450a04225bdd810 --- /dev/null +++ b/shellops/assets/ShellOps_cdb6909ea1/init/telemetry/session_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "dev_003", + "session_start": "2025-04-01T10:30:00Z", + "status": "active" +} diff --git a/shellops/assets/ShellOps_ce389f6588/gold/config/app.json b/shellops/assets/ShellOps_ce389f6588/gold/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..d526789a4301dac5f291e4ec7f9b98570bdbeec8 --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/gold/config/app.json @@ -0,0 +1,7 @@ +{ + "env": { + "DATABASE_URL": "postgres://user:pass@localhost:5432/app", + "SECRET_KEY": "abc123xyz", + "DEBUG": "true" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce389f6588/gold/config/cache.json b/shellops/assets/ShellOps_ce389f6588/gold/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..7369c84b2e11fc0333482e19e9306cf6a4c53a2e --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/gold/config/cache.json @@ -0,0 +1,7 @@ +{ + "env": { + "CACHE_HOST": "redis.example.com", + "CACHE_PORT": "6379", + "DEBUG": "true" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce389f6588/gold/config/db.json b/shellops/assets/ShellOps_ce389f6588/gold/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..e7e4f17b401ea9722b5bbb12bd5ae029d46a6b8a --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/gold/config/db.json @@ -0,0 +1,7 @@ +{ + "env": { + "DATABASE_URL": "mysql://admin:pass@db.example.com:3306/app", + "MAX_CONNECTIONS": "100", + "DEBUG": "false" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce389f6588/gold/env_vars_summary.tsv b/shellops/assets/ShellOps_ce389f6588/gold/env_vars_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0dc5c2fa6aa5255145404579c43e1168f747935f --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/gold/env_vars_summary.tsv @@ -0,0 +1,6 @@ +CACHE_HOST +CACHE_PORT +DATABASE_URL +DEBUG +MAX_CONNECTIONS +SECRET_KEY diff --git a/shellops/assets/ShellOps_ce389f6588/init/config/app.json b/shellops/assets/ShellOps_ce389f6588/init/config/app.json new file mode 100644 index 0000000000000000000000000000000000000000..d526789a4301dac5f291e4ec7f9b98570bdbeec8 --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/init/config/app.json @@ -0,0 +1,7 @@ +{ + "env": { + "DATABASE_URL": "postgres://user:pass@localhost:5432/app", + "SECRET_KEY": "abc123xyz", + "DEBUG": "true" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce389f6588/init/config/cache.json b/shellops/assets/ShellOps_ce389f6588/init/config/cache.json new file mode 100644 index 0000000000000000000000000000000000000000..7369c84b2e11fc0333482e19e9306cf6a4c53a2e --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/init/config/cache.json @@ -0,0 +1,7 @@ +{ + "env": { + "CACHE_HOST": "redis.example.com", + "CACHE_PORT": "6379", + "DEBUG": "true" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce389f6588/init/config/db.json b/shellops/assets/ShellOps_ce389f6588/init/config/db.json new file mode 100644 index 0000000000000000000000000000000000000000..e7e4f17b401ea9722b5bbb12bd5ae029d46a6b8a --- /dev/null +++ b/shellops/assets/ShellOps_ce389f6588/init/config/db.json @@ -0,0 +1,7 @@ +{ + "env": { + "DATABASE_URL": "mysql://admin:pass@db.example.com:3306/app", + "MAX_CONNECTIONS": "100", + "DEBUG": "false" + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce77173ded/gold/device_status.txt b/shellops/assets/ShellOps_ce77173ded/gold/device_status.txt new file mode 100644 index 0000000000000000000000000000000000000000..e68ee271ba31a9f4ecc24d9461a4d8d379dcb224 --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/gold/device_status.txt @@ -0,0 +1,3 @@ +device_1001 active production +device_1003 active staging +device_1005 active production diff --git a/shellops/assets/ShellOps_ce77173ded/gold/maintenance_registry.conf b/shellops/assets/ShellOps_ce77173ded/gold/maintenance_registry.conf new file mode 100644 index 0000000000000000000000000000000000000000..c15c723c33be81f8ec6d04d796272465ce3af1dc --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/gold/maintenance_registry.conf @@ -0,0 +1,4 @@ +device_1001 production +device_1003 staging +device_1005 production +device_1006 archived diff --git a/shellops/assets/ShellOps_ce77173ded/gold/notes.md b/shellops/assets/ShellOps_ce77173ded/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d2d2de008199d8f2cd0dce05247125db7ee3709f --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/gold/notes.md @@ -0,0 +1,3 @@ +# Ignore this file +- device_1002 marked for decommission +- device_1004 pending review diff --git a/shellops/assets/ShellOps_ce77173ded/gold/runtime_roster.txt b/shellops/assets/ShellOps_ce77173ded/gold/runtime_roster.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dfdf932c4f4e781db5959f5e1489888a999f33a --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/gold/runtime_roster.txt @@ -0,0 +1,5 @@ +device_1001 active +device_1002 standby +device_1003 active +device_1004 offline +device_1005 active diff --git a/shellops/assets/ShellOps_ce77173ded/init/maintenance_registry.conf b/shellops/assets/ShellOps_ce77173ded/init/maintenance_registry.conf new file mode 100644 index 0000000000000000000000000000000000000000..c15c723c33be81f8ec6d04d796272465ce3af1dc --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/init/maintenance_registry.conf @@ -0,0 +1,4 @@ +device_1001 production +device_1003 staging +device_1005 production +device_1006 archived diff --git a/shellops/assets/ShellOps_ce77173ded/init/notes.md b/shellops/assets/ShellOps_ce77173ded/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d2d2de008199d8f2cd0dce05247125db7ee3709f --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/init/notes.md @@ -0,0 +1,3 @@ +# Ignore this file +- device_1002 marked for decommission +- device_1004 pending review diff --git a/shellops/assets/ShellOps_ce77173ded/init/runtime_roster.txt b/shellops/assets/ShellOps_ce77173ded/init/runtime_roster.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dfdf932c4f4e781db5959f5e1489888a999f33a --- /dev/null +++ b/shellops/assets/ShellOps_ce77173ded/init/runtime_roster.txt @@ -0,0 +1,5 @@ +device_1001 active +device_1002 standby +device_1003 active +device_1004 offline +device_1005 active diff --git a/shellops/assets/ShellOps_ce940bf305/gold/approved_models.txt b/shellops/assets/ShellOps_ce940bf305/gold/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..104a06769cc286b488cccba2c9e5f19c9fa7d83e --- /dev/null +++ b/shellops/assets/ShellOps_ce940bf305/gold/approved_models.txt @@ -0,0 +1,6 @@ +Approved Models: +M-4500 +M-7812 +M-3098 +M-6654 +Revoked: M-1120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce940bf305/gold/current_devices.xml b/shellops/assets/ShellOps_ce940bf305/gold/current_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d3e64b4c8d45d9493844e2493e1efd3233547853 --- /dev/null +++ b/shellops/assets/ShellOps_ce940bf305/gold/current_devices.xml @@ -0,0 +1,5 @@ + + D0014500 + D0026654 + D0031120 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce940bf305/gold/missing_models.tsv b/shellops/assets/ShellOps_ce940bf305/gold/missing_models.tsv new file mode 100644 index 0000000000000000000000000000000000000000..506575b59eee1c6e6a97beecb858937b33ebb9f1 --- /dev/null +++ b/shellops/assets/ShellOps_ce940bf305/gold/missing_models.tsv @@ -0,0 +1,2 @@ +3098 +7812 diff --git a/shellops/assets/ShellOps_ce940bf305/init/approved_models.txt b/shellops/assets/ShellOps_ce940bf305/init/approved_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..104a06769cc286b488cccba2c9e5f19c9fa7d83e --- /dev/null +++ b/shellops/assets/ShellOps_ce940bf305/init/approved_models.txt @@ -0,0 +1,6 @@ +Approved Models: +M-4500 +M-7812 +M-3098 +M-6654 +Revoked: M-1120 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce940bf305/init/current_devices.xml b/shellops/assets/ShellOps_ce940bf305/init/current_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..d3e64b4c8d45d9493844e2493e1efd3233547853 --- /dev/null +++ b/shellops/assets/ShellOps_ce940bf305/init/current_devices.xml @@ -0,0 +1,5 @@ + + D0014500 + D0026654 + D0031120 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce9786adfc/gold/results/.keep b/shellops/assets/ShellOps_ce9786adfc/gold/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ce9786adfc/gold/results/matched_products.txt b/shellops/assets/ShellOps_ce9786adfc/gold/results/matched_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9c8fe82922543b5971697f798999b086470857f --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/gold/results/matched_products.txt @@ -0,0 +1 @@ +103 diff --git a/shellops/assets/ShellOps_ce9786adfc/gold/sales/current_quarter.json b/shellops/assets/ShellOps_ce9786adfc/gold/sales/current_quarter.json new file mode 100644 index 0000000000000000000000000000000000000000..a703535da96812ab4591fad68b4be4d69fcbacfb --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/gold/sales/current_quarter.json @@ -0,0 +1 @@ +{"products": [{"id": 101, "name": "Widget"}, {"id": 103, "name": "Gadget"}, {"id": 105, "name": "Thing"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce9786adfc/gold/sales/exclusions.ndjson b/shellops/assets/ShellOps_ce9786adfc/gold/sales/exclusions.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..24874919c1290dd3d5069c03dc4c2ca7a93e049e --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/gold/sales/exclusions.ndjson @@ -0,0 +1,2 @@ +{"id": 101, "reason": "discontinued"} +{"id": 107, "reason": "recall"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce9786adfc/gold/sales/projections.json b/shellops/assets/ShellOps_ce9786adfc/gold/sales/projections.json new file mode 100644 index 0000000000000000000000000000000000000000..614abd7362df558f4eacdcd141442126d6165ddf --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/gold/sales/projections.json @@ -0,0 +1 @@ +{"entries": [{"product_id": 101}, {"product_id": 103}, {"product_id": 107}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce9786adfc/init/results/.keep b/shellops/assets/ShellOps_ce9786adfc/init/results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ce9786adfc/init/sales/current_quarter.json b/shellops/assets/ShellOps_ce9786adfc/init/sales/current_quarter.json new file mode 100644 index 0000000000000000000000000000000000000000..a703535da96812ab4591fad68b4be4d69fcbacfb --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/init/sales/current_quarter.json @@ -0,0 +1 @@ +{"products": [{"id": 101, "name": "Widget"}, {"id": 103, "name": "Gadget"}, {"id": 105, "name": "Thing"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce9786adfc/init/sales/exclusions.ndjson b/shellops/assets/ShellOps_ce9786adfc/init/sales/exclusions.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..24874919c1290dd3d5069c03dc4c2ca7a93e049e --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/init/sales/exclusions.ndjson @@ -0,0 +1,2 @@ +{"id": 101, "reason": "discontinued"} +{"id": 107, "reason": "recall"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ce9786adfc/init/sales/projections.json b/shellops/assets/ShellOps_ce9786adfc/init/sales/projections.json new file mode 100644 index 0000000000000000000000000000000000000000..614abd7362df558f4eacdcd141442126d6165ddf --- /dev/null +++ b/shellops/assets/ShellOps_ce9786adfc/init/sales/projections.json @@ -0,0 +1 @@ +{"entries": [{"product_id": 101}, {"product_id": 103}, {"product_id": 107}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_cea2d4152d/gold/accounts.json b/shellops/assets/ShellOps_cea2d4152d/gold/accounts.json new file mode 100644 index 0000000000000000000000000000000000000000..a3e102ee347fcc28198653f9ab3e42657efdd1f5 --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/gold/accounts.json @@ -0,0 +1,7 @@ +[ + {"account_id": "acc_101", "status": "active", "name": "Alice"}, + {"account_id": "acc_102", "status": "suspended", "name": "Bob"}, + {"account_id": "acc_103", "status": "active", "name": "Carol"}, + {"account_id": "acc_104", "status": "inactive", "name": "Dave"}, + {"account_id": "acc_105", "status": "active", "name": "Eve"} +] diff --git a/shellops/assets/ShellOps_cea2d4152d/gold/active_account_totals.tsv b/shellops/assets/ShellOps_cea2d4152d/gold/active_account_totals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ca0835d038af8ed01da1d5b4f351d445867269f7 --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/gold/active_account_totals.tsv @@ -0,0 +1,3 @@ +acc_101 240.49 3 +acc_105 200 2 +acc_103 150.25 3 diff --git a/shellops/assets/ShellOps_cea2d4152d/gold/notes.md b/shellops/assets/ShellOps_cea2d4152d/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..180a1af4fea11808a6cd24b7a67b802b19e39880 --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/gold/notes.md @@ -0,0 +1,4 @@ +# Transaction processing notes +- Suspended accounts should not be included in totals. +- Transaction amounts are in USD. +- Output should be sorted by total_amount descending. diff --git a/shellops/assets/ShellOps_cea2d4152d/gold/transactions.csv b/shellops/assets/ShellOps_cea2d4152d/gold/transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..02d8629b78efd6188d121784a53a034c7b4e53cf --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/gold/transactions.csv @@ -0,0 +1,11 @@ +transaction_id,account_id,amount,date +T001,acc_101,125.50,2024-01-15 +T002,acc_101,89.99,2024-01-16 +T003,acc_102,200.00,2024-01-17 +T004,acc_103,50.00,2024-01-18 +T005,acc_103,75.25,2024-01-19 +T006,acc_104,300.00,2024-01-20 +T007,acc_105,100.00,2024-01-21 +T008,acc_101,25.00,2024-01-22 +T009,acc_105,100.00,2024-01-23 +T010,acc_103,25.00,2024-01-24 diff --git a/shellops/assets/ShellOps_cea2d4152d/init/accounts.json b/shellops/assets/ShellOps_cea2d4152d/init/accounts.json new file mode 100644 index 0000000000000000000000000000000000000000..a3e102ee347fcc28198653f9ab3e42657efdd1f5 --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/init/accounts.json @@ -0,0 +1,7 @@ +[ + {"account_id": "acc_101", "status": "active", "name": "Alice"}, + {"account_id": "acc_102", "status": "suspended", "name": "Bob"}, + {"account_id": "acc_103", "status": "active", "name": "Carol"}, + {"account_id": "acc_104", "status": "inactive", "name": "Dave"}, + {"account_id": "acc_105", "status": "active", "name": "Eve"} +] diff --git a/shellops/assets/ShellOps_cea2d4152d/init/notes.md b/shellops/assets/ShellOps_cea2d4152d/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..180a1af4fea11808a6cd24b7a67b802b19e39880 --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/init/notes.md @@ -0,0 +1,4 @@ +# Transaction processing notes +- Suspended accounts should not be included in totals. +- Transaction amounts are in USD. +- Output should be sorted by total_amount descending. diff --git a/shellops/assets/ShellOps_cea2d4152d/init/transactions.csv b/shellops/assets/ShellOps_cea2d4152d/init/transactions.csv new file mode 100644 index 0000000000000000000000000000000000000000..02d8629b78efd6188d121784a53a034c7b4e53cf --- /dev/null +++ b/shellops/assets/ShellOps_cea2d4152d/init/transactions.csv @@ -0,0 +1,11 @@ +transaction_id,account_id,amount,date +T001,acc_101,125.50,2024-01-15 +T002,acc_101,89.99,2024-01-16 +T003,acc_102,200.00,2024-01-17 +T004,acc_103,50.00,2024-01-18 +T005,acc_103,75.25,2024-01-19 +T006,acc_104,300.00,2024-01-20 +T007,acc_105,100.00,2024-01-21 +T008,acc_101,25.00,2024-01-22 +T009,acc_105,100.00,2024-01-23 +T010,acc_103,25.00,2024-01-24 diff --git a/shellops/assets/ShellOps_cea48aa474/gold/authorized_serials.txt b/shellops/assets/ShellOps_cea48aa474/gold/authorized_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..c694542fda24c2cd0d82d9abc82e7371286f11e5 --- /dev/null +++ b/shellops/assets/ShellOps_cea48aa474/gold/authorized_serials.txt @@ -0,0 +1,6 @@ +Approved serials: +ABC12345 +XYZ67890 +DEF45678 + +End of list. \ No newline at end of file diff --git a/shellops/assets/ShellOps_cea48aa474/gold/discrepancies.log b/shellops/assets/ShellOps_cea48aa474/gold/discrepancies.log new file mode 100644 index 0000000000000000000000000000000000000000..89ed12bf8b0d2df0e74c4756881972697fb2043c --- /dev/null +++ b/shellops/assets/ShellOps_cea48aa474/gold/discrepancies.log @@ -0,0 +1 @@ +unregistered: XYZ67890 diff --git a/shellops/assets/ShellOps_cea48aa474/gold/system_devices.xml b/shellops/assets/ShellOps_cea48aa474/gold/system_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..4d297d56822ef0c3cd63338751d70366a31e0edc --- /dev/null +++ b/shellops/assets/ShellOps_cea48aa474/gold/system_devices.xml @@ -0,0 +1,10 @@ + + + ABC12345 + Mainframe + + + DEF45678 + Terminal + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_cea48aa474/init/authorized_serials.txt b/shellops/assets/ShellOps_cea48aa474/init/authorized_serials.txt new file mode 100644 index 0000000000000000000000000000000000000000..c694542fda24c2cd0d82d9abc82e7371286f11e5 --- /dev/null +++ b/shellops/assets/ShellOps_cea48aa474/init/authorized_serials.txt @@ -0,0 +1,6 @@ +Approved serials: +ABC12345 +XYZ67890 +DEF45678 + +End of list. \ No newline at end of file diff --git a/shellops/assets/ShellOps_cea48aa474/init/system_devices.xml b/shellops/assets/ShellOps_cea48aa474/init/system_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..4d297d56822ef0c3cd63338751d70366a31e0edc --- /dev/null +++ b/shellops/assets/ShellOps_cea48aa474/init/system_devices.xml @@ -0,0 +1,10 @@ + + + ABC12345 + Mainframe + + + DEF45678 + Terminal + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_cee7357add/gold/notes.md b/shellops/assets/ShellOps_cee7357add/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4d206d598190866a47a2b5dc47ac94f87cd8b639 --- /dev/null +++ b/shellops/assets/ShellOps_cee7357add/gold/notes.md @@ -0,0 +1,6 @@ +# TLS Configuration Review + +This directory contains TLS profile definitions and server logs for compliance verification. +- Approved ciphers are listed in tls_profiles.tsv. +- Deprecated ciphers should not be used. +- Logs under logs/ contain handshake records with cipher information. \ No newline at end of file diff --git a/shellops/assets/ShellOps_cee7357add/gold/tls_profiles.tsv b/shellops/assets/ShellOps_cee7357add/gold/tls_profiles.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8a56255087ba9bba18440be1999ec8b0ecd36949 --- /dev/null +++ b/shellops/assets/ShellOps_cee7357add/gold/tls_profiles.tsv @@ -0,0 +1,14 @@ +cipher_name status +TLS_AES_256_GCM_SHA384 approved +TLS_CHACHA20_POLY1305_SHA256 approved +TLS_AES_128_GCM_SHA256 approved +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 approved +TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 approved +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 approved +TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 approved +TLS_RSA_WITH_AES_256_GCM_SHA384 deprecated +TLS_RSA_WITH_AES_128_GCM_SHA256 deprecated +TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 deprecated +TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 deprecated +TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 approved +TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_cee7357add/gold/verified_ciphers.txt b/shellops/assets/ShellOps_cee7357add/gold/verified_ciphers.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eb2351abdf88e8b741f965f9450bf310a188f94 --- /dev/null +++ b/shellops/assets/ShellOps_cee7357add/gold/verified_ciphers.txt @@ -0,0 +1,7 @@ +TLS_AES_128_GCM_SHA256 approved +TLS_AES_256_GCM_SHA384 approved +TLS_CHACHA20_POLY1305_SHA256 approved +TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 approved +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 approved +TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 approved +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 approved diff --git a/shellops/assets/ShellOps_cee7357add/init/notes.md b/shellops/assets/ShellOps_cee7357add/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4d206d598190866a47a2b5dc47ac94f87cd8b639 --- /dev/null +++ b/shellops/assets/ShellOps_cee7357add/init/notes.md @@ -0,0 +1,6 @@ +# TLS Configuration Review + +This directory contains TLS profile definitions and server logs for compliance verification. +- Approved ciphers are listed in tls_profiles.tsv. +- Deprecated ciphers should not be used. +- Logs under logs/ contain handshake records with cipher information. \ No newline at end of file diff --git a/shellops/assets/ShellOps_cee7357add/init/tls_profiles.tsv b/shellops/assets/ShellOps_cee7357add/init/tls_profiles.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8a56255087ba9bba18440be1999ec8b0ecd36949 --- /dev/null +++ b/shellops/assets/ShellOps_cee7357add/init/tls_profiles.tsv @@ -0,0 +1,14 @@ +cipher_name status +TLS_AES_256_GCM_SHA384 approved +TLS_CHACHA20_POLY1305_SHA256 approved +TLS_AES_128_GCM_SHA256 approved +TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 approved +TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 approved +TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 approved +TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 approved +TLS_RSA_WITH_AES_256_GCM_SHA384 deprecated +TLS_RSA_WITH_AES_128_GCM_SHA256 deprecated +TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 deprecated +TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 deprecated +TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 approved +TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 approved \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf28bc46c3/gold/deploy/config.ini b/shellops/assets/ShellOps_cf28bc46c3/gold/deploy/config.ini new file mode 100644 index 0000000000000000000000000000000000000000..0eb67e6ac45595235b616a4faf16152f2796bd3e --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/gold/deploy/config.ini @@ -0,0 +1,6 @@ +[features] +feature_x=1 +feature_y=0 + +[logging] +level=info diff --git a/shellops/assets/ShellOps_cf28bc46c3/gold/flags/active_flags.json b/shellops/assets/ShellOps_cf28bc46c3/gold/flags/active_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..5932ef9e5caefb842b4a297a0fe7ef4020395e4b --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/gold/flags/active_flags.json @@ -0,0 +1,6 @@ +[ + {"id": "feature_x", "enabled": true, "description": "new UI layout"}, + {"id": "feature_y", "enabled": false, "description": "legacy auth"}, + {"id": "feature_z", "enabled": true, "description": "analytics dashboard"}, + {"id": "feature_w", "enabled": true, "description": "export CSV"} +] diff --git a/shellops/assets/ShellOps_cf28bc46c3/gold/missing_flags.txt b/shellops/assets/ShellOps_cf28bc46c3/gold/missing_flags.txt new file mode 100644 index 0000000000000000000000000000000000000000..34c61d4d06aed946e0622b2ac2ae2de001d6f61f --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/gold/missing_flags.txt @@ -0,0 +1,2 @@ +feature_w +feature_z diff --git a/shellops/assets/ShellOps_cf28bc46c3/gold/notes/feature_notes.md b/shellops/assets/ShellOps_cf28bc46c3/gold/notes/feature_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..631f606ced4d9742faf8ef18763e39d601df8e1d --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/gold/notes/feature_notes.md @@ -0,0 +1,5 @@ +# Feature Flags +- feature_x: enabled in dev +- feature_y: deprecated +- feature_z: pending deployment +- feature_w: experimental diff --git a/shellops/assets/ShellOps_cf28bc46c3/init/deploy/config.ini b/shellops/assets/ShellOps_cf28bc46c3/init/deploy/config.ini new file mode 100644 index 0000000000000000000000000000000000000000..0eb67e6ac45595235b616a4faf16152f2796bd3e --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/init/deploy/config.ini @@ -0,0 +1,6 @@ +[features] +feature_x=1 +feature_y=0 + +[logging] +level=info diff --git a/shellops/assets/ShellOps_cf28bc46c3/init/flags/active_flags.json b/shellops/assets/ShellOps_cf28bc46c3/init/flags/active_flags.json new file mode 100644 index 0000000000000000000000000000000000000000..5932ef9e5caefb842b4a297a0fe7ef4020395e4b --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/init/flags/active_flags.json @@ -0,0 +1,6 @@ +[ + {"id": "feature_x", "enabled": true, "description": "new UI layout"}, + {"id": "feature_y", "enabled": false, "description": "legacy auth"}, + {"id": "feature_z", "enabled": true, "description": "analytics dashboard"}, + {"id": "feature_w", "enabled": true, "description": "export CSV"} +] diff --git a/shellops/assets/ShellOps_cf28bc46c3/init/notes/feature_notes.md b/shellops/assets/ShellOps_cf28bc46c3/init/notes/feature_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..631f606ced4d9742faf8ef18763e39d601df8e1d --- /dev/null +++ b/shellops/assets/ShellOps_cf28bc46c3/init/notes/feature_notes.md @@ -0,0 +1,5 @@ +# Feature Flags +- feature_x: enabled in dev +- feature_y: deprecated +- feature_z: pending deployment +- feature_w: experimental diff --git a/shellops/assets/ShellOps_cf531d4054/gold/distractor/old_manifest.txt b/shellops/assets/ShellOps_cf531d4054/gold/distractor/old_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c33d5ac420cfe27599c2338cb128f84ce1e59bd --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/distractor/old_manifest.txt @@ -0,0 +1 @@ +obsolete manifest entries \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/gold/payloads.manifest b/shellops/assets/ShellOps_cf531d4054/gold/payloads.manifest new file mode 100644 index 0000000000000000000000000000000000000000..5f37075d313017b8409f7a150fa4e127b54a5b9a --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/payloads.manifest @@ -0,0 +1,8 @@ +# Firmware payload manifest – current release +# format: payload_name|checksum|status|timestamp +core_fw_v1|a1b2c3d4|approved|2024-05-15T10:00:00Z +loader_v2|e5f6a7b8|approved|2024-05-15T10:01:00Z +radio_driver|9c8d7e6f|pending|2024-05-15T10:02:00Z +aux_module|12345678|approved|2024-05-15T10:03:00Z +legacy_support|deadbeef|deprecated|2024-05-14T09:00:00Z +unused_util|abcdef00|pending|2024-05-15T10:04:00Z diff --git a/shellops/assets/ShellOps_cf531d4054/gold/signatures/aux_module.sig b/shellops/assets/ShellOps_cf531d4054/gold/signatures/aux_module.sig new file mode 100644 index 0000000000000000000000000000000000000000..7ec651db812d804d09cc40cc1d6b2ad6995ee6e1 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/signatures/aux_module.sig @@ -0,0 +1 @@ +fake signature content C \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/gold/signatures/core_fw_v1.sig b/shellops/assets/ShellOps_cf531d4054/gold/signatures/core_fw_v1.sig new file mode 100644 index 0000000000000000000000000000000000000000..0d9972a756ace59d8061be68b909ac550f930ba4 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/signatures/core_fw_v1.sig @@ -0,0 +1 @@ +fake signature content A \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/gold/signatures/loader_v2.sig b/shellops/assets/ShellOps_cf531d4054/gold/signatures/loader_v2.sig new file mode 100644 index 0000000000000000000000000000000000000000..4eba8fac1dbe8800570669445ce9bc4817aeae38 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/signatures/loader_v2.sig @@ -0,0 +1 @@ +fake signature content B \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/gold/signatures/radio_driver.sig b/shellops/assets/ShellOps_cf531d4054/gold/signatures/radio_driver.sig new file mode 100644 index 0000000000000000000000000000000000000000..64d7c54056810b28e9be69a3160e4b56094a1f38 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/signatures/radio_driver.sig @@ -0,0 +1 @@ +fake signature content D \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/gold/verified_release.txt b/shellops/assets/ShellOps_cf531d4054/gold/verified_release.txt new file mode 100644 index 0000000000000000000000000000000000000000..eebd7ce65609fb0e331dfd63a5135d9e0be230c1 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/gold/verified_release.txt @@ -0,0 +1,3 @@ +core_fw_v1 +loader_v2 +aux_module diff --git a/shellops/assets/ShellOps_cf531d4054/init/distractor/old_manifest.txt b/shellops/assets/ShellOps_cf531d4054/init/distractor/old_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c33d5ac420cfe27599c2338cb128f84ce1e59bd --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/init/distractor/old_manifest.txt @@ -0,0 +1 @@ +obsolete manifest entries \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/init/payloads.manifest b/shellops/assets/ShellOps_cf531d4054/init/payloads.manifest new file mode 100644 index 0000000000000000000000000000000000000000..5f37075d313017b8409f7a150fa4e127b54a5b9a --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/init/payloads.manifest @@ -0,0 +1,8 @@ +# Firmware payload manifest – current release +# format: payload_name|checksum|status|timestamp +core_fw_v1|a1b2c3d4|approved|2024-05-15T10:00:00Z +loader_v2|e5f6a7b8|approved|2024-05-15T10:01:00Z +radio_driver|9c8d7e6f|pending|2024-05-15T10:02:00Z +aux_module|12345678|approved|2024-05-15T10:03:00Z +legacy_support|deadbeef|deprecated|2024-05-14T09:00:00Z +unused_util|abcdef00|pending|2024-05-15T10:04:00Z diff --git a/shellops/assets/ShellOps_cf531d4054/init/signatures/aux_module.sig b/shellops/assets/ShellOps_cf531d4054/init/signatures/aux_module.sig new file mode 100644 index 0000000000000000000000000000000000000000..7ec651db812d804d09cc40cc1d6b2ad6995ee6e1 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/init/signatures/aux_module.sig @@ -0,0 +1 @@ +fake signature content C \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/init/signatures/core_fw_v1.sig b/shellops/assets/ShellOps_cf531d4054/init/signatures/core_fw_v1.sig new file mode 100644 index 0000000000000000000000000000000000000000..0d9972a756ace59d8061be68b909ac550f930ba4 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/init/signatures/core_fw_v1.sig @@ -0,0 +1 @@ +fake signature content A \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/init/signatures/loader_v2.sig b/shellops/assets/ShellOps_cf531d4054/init/signatures/loader_v2.sig new file mode 100644 index 0000000000000000000000000000000000000000..4eba8fac1dbe8800570669445ce9bc4817aeae38 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/init/signatures/loader_v2.sig @@ -0,0 +1 @@ +fake signature content B \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf531d4054/init/signatures/radio_driver.sig b/shellops/assets/ShellOps_cf531d4054/init/signatures/radio_driver.sig new file mode 100644 index 0000000000000000000000000000000000000000..64d7c54056810b28e9be69a3160e4b56094a1f38 --- /dev/null +++ b/shellops/assets/ShellOps_cf531d4054/init/signatures/radio_driver.sig @@ -0,0 +1 @@ +fake signature content D \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/gold/distractor/archive_2024.xml b/shellops/assets/ShellOps_cf5bc5cd6d/gold/distractor/archive_2024.xml new file mode 100644 index 0000000000000000000000000000000000000000..a95d7e536dedd2ae7cdb7f36107c62c3420b7473 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/gold/distractor/archive_2024.xml @@ -0,0 +1,5 @@ + + + ZZ9999-FF0 + AB1234-XY9 + diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/gold/notes.md b/shellops/assets/ShellOps_cf5bc5cd6d/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3b057e335c969d8fd93d86f0220ebd5023c25b98 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/gold/notes.md @@ -0,0 +1,5 @@ +# Quarantine audit notes + +Ignore entries marked 'duplicate' or 'repeated' – they should be counted once. +The pattern for runtime identifiers is two uppercase letters, four digits, hyphen, three alphanumeric uppercase characters. +Pending review list must be sorted. diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/gold/pending_review.txt b/shellops/assets/ShellOps_cf5bc5cd6d/gold/pending_review.txt new file mode 100644 index 0000000000000000000000000000000000000000..5006015ab76b096344d8c73bf96a42e8c372702e --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/gold/pending_review.txt @@ -0,0 +1,4 @@ +EF9012-AA3 +ST6789-HH7 +WX3456-JJ1 +YZ6789-KK3 diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/gold/policy/contained.xml b/shellops/assets/ShellOps_cf5bc5cd6d/gold/policy/contained.xml new file mode 100644 index 0000000000000000000000000000000000000000..a244dc6bcadf19333cc18c692985679ba79e3b57 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/gold/policy/contained.xml @@ -0,0 +1,17 @@ + + + + AB1234-XY9 + CD5678-ZZ1 + GH3456-BB5 + IJ7890-CC7 + KL0123-DD9 + MN4567-EE1 + OP8901-FF3 + QR2345-GG5 + + + legacy + experimental + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/gold/quarantine_log.txt b/shellops/assets/ShellOps_cf5bc5cd6d/gold/quarantine_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..1099f8b3bcf9126ea78bbeff0ac28901c4c15412 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/gold/quarantine_log.txt @@ -0,0 +1,19 @@ +Runtime isolations for 2025-03-22 + +AB1234-XY9 flagged for non‑compliant behavior. +CD5678-ZZ1 flagged for excessive resource usage. +EF9012-AA3 flagged for suspicious API calls. +AB1234-XY9 duplicate entry. +GH3456-BB5 flagged for memory leak. +IJ7890-CC7 flagged for timeout cascade. +KL0123-DD9 flagged for protocol violation. +CD5678-ZZ1 repeated case. +MN4567-EE1 flagged for unexpected shutdown. +OP8901-FF3 flagged for out-of-bounds access. +QR2345-GG5 flagged for data corruption. +ST6789-HH7 flagged for authentication failure. +UV0123- II9 flagged for network flood. +WX3456-JJ1 flagged for disk exhaustion. +YZ6789-KK3 flagged for cache poisoning. + +End of log. \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/init/distractor/archive_2024.xml b/shellops/assets/ShellOps_cf5bc5cd6d/init/distractor/archive_2024.xml new file mode 100644 index 0000000000000000000000000000000000000000..a95d7e536dedd2ae7cdb7f36107c62c3420b7473 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/init/distractor/archive_2024.xml @@ -0,0 +1,5 @@ + + + ZZ9999-FF0 + AB1234-XY9 + diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/init/notes.md b/shellops/assets/ShellOps_cf5bc5cd6d/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..3b057e335c969d8fd93d86f0220ebd5023c25b98 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/init/notes.md @@ -0,0 +1,5 @@ +# Quarantine audit notes + +Ignore entries marked 'duplicate' or 'repeated' – they should be counted once. +The pattern for runtime identifiers is two uppercase letters, four digits, hyphen, three alphanumeric uppercase characters. +Pending review list must be sorted. diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/init/policy/contained.xml b/shellops/assets/ShellOps_cf5bc5cd6d/init/policy/contained.xml new file mode 100644 index 0000000000000000000000000000000000000000..a244dc6bcadf19333cc18c692985679ba79e3b57 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/init/policy/contained.xml @@ -0,0 +1,17 @@ + + + + AB1234-XY9 + CD5678-ZZ1 + GH3456-BB5 + IJ7890-CC7 + KL0123-DD9 + MN4567-EE1 + OP8901-FF3 + QR2345-GG5 + + + legacy + experimental + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf5bc5cd6d/init/quarantine_log.txt b/shellops/assets/ShellOps_cf5bc5cd6d/init/quarantine_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..1099f8b3bcf9126ea78bbeff0ac28901c4c15412 --- /dev/null +++ b/shellops/assets/ShellOps_cf5bc5cd6d/init/quarantine_log.txt @@ -0,0 +1,19 @@ +Runtime isolations for 2025-03-22 + +AB1234-XY9 flagged for non‑compliant behavior. +CD5678-ZZ1 flagged for excessive resource usage. +EF9012-AA3 flagged for suspicious API calls. +AB1234-XY9 duplicate entry. +GH3456-BB5 flagged for memory leak. +IJ7890-CC7 flagged for timeout cascade. +KL0123-DD9 flagged for protocol violation. +CD5678-ZZ1 repeated case. +MN4567-EE1 flagged for unexpected shutdown. +OP8901-FF3 flagged for out-of-bounds access. +QR2345-GG5 flagged for data corruption. +ST6789-HH7 flagged for authentication failure. +UV0123- II9 flagged for network flood. +WX3456-JJ1 flagged for disk exhaustion. +YZ6789-KK3 flagged for cache poisoning. + +End of log. \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf9f5cafd7/gold/inventory/devices.tsv b/shellops/assets/ShellOps_cf9f5cafd7/gold/inventory/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8a8834c256ece109fc9b9e2cba2cc28faab86090 --- /dev/null +++ b/shellops/assets/ShellOps_cf9f5cafd7/gold/inventory/devices.tsv @@ -0,0 +1,6 @@ +device_id location status +dev_101 rack-a enabled +dev_102 rack-b active +dev_103 rack-c active +dev_104 rack-d deprecated +dev_105 rack-e active \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf9f5cafd7/gold/notes/irrelevant.txt b/shellops/assets/ShellOps_cf9f5cafd7/gold/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a5c365a69c3e58afc65294010b5fc97c6c1e0ca --- /dev/null +++ b/shellops/assets/ShellOps_cf9f5cafd7/gold/notes/irrelevant.txt @@ -0,0 +1 @@ +Ignore this file; it's a distractor. diff --git a/shellops/assets/ShellOps_cf9f5cafd7/gold/report/active_joined.tsv b/shellops/assets/ShellOps_cf9f5cafd7/gold/report/active_joined.tsv new file mode 100644 index 0000000000000000000000000000000000000000..75b3654638b5c17bd8d4f4aaee27711318c68e56 --- /dev/null +++ b/shellops/assets/ShellOps_cf9f5cafd7/gold/report/active_joined.tsv @@ -0,0 +1,4 @@ +device_id location +dev_102 rack-b +dev_103 rack-c +dev_105 rack-e diff --git a/shellops/assets/ShellOps_cf9f5cafd7/init/inventory/devices.tsv b/shellops/assets/ShellOps_cf9f5cafd7/init/inventory/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8a8834c256ece109fc9b9e2cba2cc28faab86090 --- /dev/null +++ b/shellops/assets/ShellOps_cf9f5cafd7/init/inventory/devices.tsv @@ -0,0 +1,6 @@ +device_id location status +dev_101 rack-a enabled +dev_102 rack-b active +dev_103 rack-c active +dev_104 rack-d deprecated +dev_105 rack-e active \ No newline at end of file diff --git a/shellops/assets/ShellOps_cf9f5cafd7/init/notes/irrelevant.txt b/shellops/assets/ShellOps_cf9f5cafd7/init/notes/irrelevant.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a5c365a69c3e58afc65294010b5fc97c6c1e0ca --- /dev/null +++ b/shellops/assets/ShellOps_cf9f5cafd7/init/notes/irrelevant.txt @@ -0,0 +1 @@ +Ignore this file; it's a distractor. diff --git a/shellops/assets/ShellOps_cfc7ca8214/gold/devices/manifest.xml b/shellops/assets/ShellOps_cfc7ca8214/gold/devices/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..0ccaa02afc7781f561e5928a57dabc71d1802b00 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/gold/devices/manifest.xml @@ -0,0 +1,19 @@ + + + + N101 + rack-a + + + N102 + rack-b + + + N104 + rack-c + + + N107 + rack-d + + diff --git a/shellops/assets/ShellOps_cfc7ca8214/gold/notes/irrelevant.md b/shellops/assets/ShellOps_cfc7ca8214/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..49b9c5cfb70b8a1a93f0d58e34f1a3586bef5be8 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Distractor notes +Some legacy nodes: N200, N201. +Unrelated deployment markers. diff --git a/shellops/assets/ShellOps_cfc7ca8214/gold/reports/only_in_runtime.txt b/shellops/assets/ShellOps_cfc7ca8214/gold/reports/only_in_runtime.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9b2e1cb254b8843d39d5f180f863913a2ee70d1 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/gold/reports/only_in_runtime.txt @@ -0,0 +1,3 @@ +N103 +N105 +N106 diff --git a/shellops/assets/ShellOps_cfc7ca8214/gold/runtime/active_nodes.txt b/shellops/assets/ShellOps_cfc7ca8214/gold/runtime/active_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..9959bc087e42355da2378bd42a875de5ffb5df68 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/gold/runtime/active_nodes.txt @@ -0,0 +1,5 @@ +N101 +N103 +N104 +N105 +N106 diff --git a/shellops/assets/ShellOps_cfc7ca8214/init/devices/manifest.xml b/shellops/assets/ShellOps_cfc7ca8214/init/devices/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..0ccaa02afc7781f561e5928a57dabc71d1802b00 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/init/devices/manifest.xml @@ -0,0 +1,19 @@ + + + + N101 + rack-a + + + N102 + rack-b + + + N104 + rack-c + + + N107 + rack-d + + diff --git a/shellops/assets/ShellOps_cfc7ca8214/init/notes/irrelevant.md b/shellops/assets/ShellOps_cfc7ca8214/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..49b9c5cfb70b8a1a93f0d58e34f1a3586bef5be8 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Distractor notes +Some legacy nodes: N200, N201. +Unrelated deployment markers. diff --git a/shellops/assets/ShellOps_cfc7ca8214/init/runtime/active_nodes.txt b/shellops/assets/ShellOps_cfc7ca8214/init/runtime/active_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..9959bc087e42355da2378bd42a875de5ffb5df68 --- /dev/null +++ b/shellops/assets/ShellOps_cfc7ca8214/init/runtime/active_nodes.txt @@ -0,0 +1,5 @@ +N101 +N103 +N104 +N105 +N106 diff --git a/shellops/assets/ShellOps_cffbff8607/gold/baseline/hosts.txt b/shellops/assets/ShellOps_cffbff8607/gold/baseline/hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3fb829e91d8b1ae371eabc3efe4782f545d46eb --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/gold/baseline/hosts.txt @@ -0,0 +1,6 @@ +alpha +beta +gamma +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_cffbff8607/gold/docs/notes.md b/shellops/assets/ShellOps_cffbff8607/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..76c2d9a6bf9bf044d82b76d03e7fa030cd2a466a --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/gold/docs/notes.md @@ -0,0 +1,4 @@ +Cluster topology notes: +- Production uses hosts alpha, beta, gamma. +- Staging uses delta and epsilon. +- Zeta was planned but not deployed. diff --git a/shellops/assets/ShellOps_cffbff8607/gold/reports/missing_hosts.txt b/shellops/assets/ShellOps_cffbff8607/gold/reports/missing_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd08df0afa4d1d3faece37798d169e5a46d9d3fd --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/gold/reports/missing_hosts.txt @@ -0,0 +1 @@ +zeta diff --git a/shellops/assets/ShellOps_cffbff8607/gold/runtime/registry.xml b/shellops/assets/ShellOps_cffbff8607/gold/runtime/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..6bb82d7a53ebc67f1c5786858a87933ccd646231 --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/gold/runtime/registry.xml @@ -0,0 +1,12 @@ + + + + alpha + beta + gamma + + + delta + epsilon + + diff --git a/shellops/assets/ShellOps_cffbff8607/init/baseline/hosts.txt b/shellops/assets/ShellOps_cffbff8607/init/baseline/hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3fb829e91d8b1ae371eabc3efe4782f545d46eb --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/init/baseline/hosts.txt @@ -0,0 +1,6 @@ +alpha +beta +gamma +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_cffbff8607/init/docs/notes.md b/shellops/assets/ShellOps_cffbff8607/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..76c2d9a6bf9bf044d82b76d03e7fa030cd2a466a --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/init/docs/notes.md @@ -0,0 +1,4 @@ +Cluster topology notes: +- Production uses hosts alpha, beta, gamma. +- Staging uses delta and epsilon. +- Zeta was planned but not deployed. diff --git a/shellops/assets/ShellOps_cffbff8607/init/runtime/registry.xml b/shellops/assets/ShellOps_cffbff8607/init/runtime/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..6bb82d7a53ebc67f1c5786858a87933ccd646231 --- /dev/null +++ b/shellops/assets/ShellOps_cffbff8607/init/runtime/registry.xml @@ -0,0 +1,12 @@ + + + + alpha + beta + gamma + + + delta + epsilon + + diff --git a/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_a.md b/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_a.md new file mode 100644 index 0000000000000000000000000000000000000000..86c0add2ba53ce90212f2d624e7828ceb1e8aeb5 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_a.md @@ -0,0 +1,5 @@ +### API Endpoints +- GET /v1/users +- POST /v1/users/create +- GET /v1/products +- PUT /v1/products/update diff --git a/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_b.md b/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_b.md new file mode 100644 index 0000000000000000000000000000000000000000..e41809c669181cd8736099ace6054503c370ee9a --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_b.md @@ -0,0 +1,4 @@ +### API Endpoints +- GET /v1/orders +- POST /v1/orders/create +- DELETE /v1/orders/cancel diff --git a/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_c.md b/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_c.md new file mode 100644 index 0000000000000000000000000000000000000000..3dd9a7a03f42326fe2bbe3e0506106c845bde6b1 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/gold/docs/api/service_c.md @@ -0,0 +1,4 @@ +### API Endpoints +- GET /v1/inventory +- PUT /v1/inventory/update +- DELETE /v1/inventory/remove diff --git a/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/.keep b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_a.md b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_a.md new file mode 100644 index 0000000000000000000000000000000000000000..263e0f1f023575c3a07d7fe636bf192763818923 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_a.md @@ -0,0 +1,5 @@ +### API Endpoints +- GET /v2/users +- POST /v2/users/create +- GET /v2/products +- PUT /v2/products/update diff --git a/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_b.md b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_b.md new file mode 100644 index 0000000000000000000000000000000000000000..cee407231f9c43a45c1487c47cc5fc5fb50c1170 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_b.md @@ -0,0 +1,4 @@ +### API Endpoints +- GET /v2/orders +- POST /v2/orders/create +- DELETE /v2/orders/cancel diff --git a/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_c.md b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_c.md new file mode 100644 index 0000000000000000000000000000000000000000..844bbe82cf5c712c0ede328ce371c807eb58a6a8 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/gold/updated_docs/api/service_c.md @@ -0,0 +1,4 @@ +### API Endpoints +- GET /v2/inventory +- PUT /v2/inventory/update +- DELETE /v2/inventory/remove diff --git a/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_a.md b/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_a.md new file mode 100644 index 0000000000000000000000000000000000000000..86c0add2ba53ce90212f2d624e7828ceb1e8aeb5 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_a.md @@ -0,0 +1,5 @@ +### API Endpoints +- GET /v1/users +- POST /v1/users/create +- GET /v1/products +- PUT /v1/products/update diff --git a/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_b.md b/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_b.md new file mode 100644 index 0000000000000000000000000000000000000000..e41809c669181cd8736099ace6054503c370ee9a --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_b.md @@ -0,0 +1,4 @@ +### API Endpoints +- GET /v1/orders +- POST /v1/orders/create +- DELETE /v1/orders/cancel diff --git a/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_c.md b/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_c.md new file mode 100644 index 0000000000000000000000000000000000000000..3dd9a7a03f42326fe2bbe3e0506106c845bde6b1 --- /dev/null +++ b/shellops/assets/ShellOps_d05575dccf/init/docs/api/service_c.md @@ -0,0 +1,4 @@ +### API Endpoints +- GET /v1/inventory +- PUT /v1/inventory/update +- DELETE /v1/inventory/remove diff --git a/shellops/assets/ShellOps_d05575dccf/init/updated_docs/.keep b/shellops/assets/ShellOps_d05575dccf/init/updated_docs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d065750dec/gold/distractor_notes.txt b/shellops/assets/ShellOps_d065750dec/gold/distractor_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..20f1cbe0e8a21c958947001a54087495f17be225 --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/gold/distractor_notes.txt @@ -0,0 +1,3 @@ +Ignore this file +CTN-999|99 +CTN-000|0 diff --git a/shellops/assets/ShellOps_d065750dec/gold/manifest_a.txt b/shellops/assets/ShellOps_d065750dec/gold/manifest_a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ac4eb8e5026038416fe8f114ba1d84829b5f8cc --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/gold/manifest_a.txt @@ -0,0 +1,5 @@ +CTN-101|12 +CTN-103|8 +CTN-105|15 +CTN-107|3 +CTN-109|20 diff --git a/shellops/assets/ShellOps_d065750dec/gold/manifest_b.txt b/shellops/assets/ShellOps_d065750dec/gold/manifest_b.txt new file mode 100644 index 0000000000000000000000000000000000000000..928f381472fa806dd9b09a5252d86d543d2bcac4 --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/gold/manifest_b.txt @@ -0,0 +1,5 @@ +CTN-101|7 +CTN-102|14 +CTN-104|9 +CTN-105|6 +CTN-108|11 diff --git a/shellops/assets/ShellOps_d065750dec/gold/reconciled_manifest.txt b/shellops/assets/ShellOps_d065750dec/gold/reconciled_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..110d41c4b81f5aa678c1af9c1a41e5834f49fc42 --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/gold/reconciled_manifest.txt @@ -0,0 +1,8 @@ +CTN-101|19 +CTN-102|14 +CTN-103|8 +CTN-104|9 +CTN-105|21 +CTN-107|3 +CTN-108|11 +CTN-109|20 diff --git a/shellops/assets/ShellOps_d065750dec/init/distractor_notes.txt b/shellops/assets/ShellOps_d065750dec/init/distractor_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..20f1cbe0e8a21c958947001a54087495f17be225 --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/init/distractor_notes.txt @@ -0,0 +1,3 @@ +Ignore this file +CTN-999|99 +CTN-000|0 diff --git a/shellops/assets/ShellOps_d065750dec/init/manifest_a.txt b/shellops/assets/ShellOps_d065750dec/init/manifest_a.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ac4eb8e5026038416fe8f114ba1d84829b5f8cc --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/init/manifest_a.txt @@ -0,0 +1,5 @@ +CTN-101|12 +CTN-103|8 +CTN-105|15 +CTN-107|3 +CTN-109|20 diff --git a/shellops/assets/ShellOps_d065750dec/init/manifest_b.txt b/shellops/assets/ShellOps_d065750dec/init/manifest_b.txt new file mode 100644 index 0000000000000000000000000000000000000000..928f381472fa806dd9b09a5252d86d543d2bcac4 --- /dev/null +++ b/shellops/assets/ShellOps_d065750dec/init/manifest_b.txt @@ -0,0 +1,5 @@ +CTN-101|7 +CTN-102|14 +CTN-104|9 +CTN-105|6 +CTN-108|11 diff --git a/shellops/assets/ShellOps_d0b14f3610/gold/debug.log b/shellops/assets/ShellOps_d0b14f3610/gold/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..61fd0a136a677a128a6c86a71eb067c746f7bc4b --- /dev/null +++ b/shellops/assets/ShellOps_d0b14f3610/gold/debug.log @@ -0,0 +1,6 @@ +2024-03-14T08:12:15 [ERROR] ERROR_CODE=101 - Database timeout occurred +2024-03-14T08:13:22 [ERROR] ERROR_CODE=102 - File not found +2024-03-14T08:14:30 [ERROR] ERROR_CODE=102 - File not found +2024-03-14T08:15:45 [ERROR] ERROR_CODE=104 - Network unreachable +2024-03-14T08:16:50 [DEBUG] Connection established +2024-03-14T08:17:55 [ERROR] ERROR_CODE=103 - Permission denied \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b14f3610/gold/error_types.tsv b/shellops/assets/ShellOps_d0b14f3610/gold/error_types.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e0b27f05a269ab56ee724c07f0839473212433fe --- /dev/null +++ b/shellops/assets/ShellOps_d0b14f3610/gold/error_types.tsv @@ -0,0 +1,6 @@ +code description +100 Invalid input +101 Database timeout +102 File not found +103 Permission denied +104 Network error \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b14f3610/gold/missing_codes.txt b/shellops/assets/ShellOps_d0b14f3610/gold/missing_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..29d6383b52c1352e92a45875b5bb206f89139643 --- /dev/null +++ b/shellops/assets/ShellOps_d0b14f3610/gold/missing_codes.txt @@ -0,0 +1 @@ +100 diff --git a/shellops/assets/ShellOps_d0b14f3610/init/debug.log b/shellops/assets/ShellOps_d0b14f3610/init/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..61fd0a136a677a128a6c86a71eb067c746f7bc4b --- /dev/null +++ b/shellops/assets/ShellOps_d0b14f3610/init/debug.log @@ -0,0 +1,6 @@ +2024-03-14T08:12:15 [ERROR] ERROR_CODE=101 - Database timeout occurred +2024-03-14T08:13:22 [ERROR] ERROR_CODE=102 - File not found +2024-03-14T08:14:30 [ERROR] ERROR_CODE=102 - File not found +2024-03-14T08:15:45 [ERROR] ERROR_CODE=104 - Network unreachable +2024-03-14T08:16:50 [DEBUG] Connection established +2024-03-14T08:17:55 [ERROR] ERROR_CODE=103 - Permission denied \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b14f3610/init/error_types.tsv b/shellops/assets/ShellOps_d0b14f3610/init/error_types.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e0b27f05a269ab56ee724c07f0839473212433fe --- /dev/null +++ b/shellops/assets/ShellOps_d0b14f3610/init/error_types.tsv @@ -0,0 +1,6 @@ +code description +100 Invalid input +101 Database timeout +102 File not found +103 Permission denied +104 Network error \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b886cfa7/gold/distractor/obsolete_errors.log b/shellops/assets/ShellOps_d0b886cfa7/gold/distractor/obsolete_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..92f9fe8c6aa747f1ccc94b04baa011f2842c4026 --- /dev/null +++ b/shellops/assets/ShellOps_d0b886cfa7/gold/distractor/obsolete_errors.log @@ -0,0 +1,2 @@ +ERROR: ERR-9999 - This code was deprecated last year +WARNING: WARN-0012 - Low priority \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b886cfa7/gold/exceptions/known_false_positives.json b/shellops/assets/ShellOps_d0b886cfa7/gold/exceptions/known_false_positives.json new file mode 100644 index 0000000000000000000000000000000000000000..7edccb197d3e9990be6f7b5ad2c2b075c19bec78 --- /dev/null +++ b/shellops/assets/ShellOps_d0b886cfa7/gold/exceptions/known_false_positives.json @@ -0,0 +1 @@ +["ERR-4567"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b886cfa7/gold/telemetry_report.txt b/shellops/assets/ShellOps_d0b886cfa7/gold/telemetry_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cf8597df0a35750a533b7617cee3e95c64f3ec8 --- /dev/null +++ b/shellops/assets/ShellOps_d0b886cfa7/gold/telemetry_report.txt @@ -0,0 +1 @@ +ERR-7890 diff --git a/shellops/assets/ShellOps_d0b886cfa7/init/distractor/obsolete_errors.log b/shellops/assets/ShellOps_d0b886cfa7/init/distractor/obsolete_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..92f9fe8c6aa747f1ccc94b04baa011f2842c4026 --- /dev/null +++ b/shellops/assets/ShellOps_d0b886cfa7/init/distractor/obsolete_errors.log @@ -0,0 +1,2 @@ +ERROR: ERR-9999 - This code was deprecated last year +WARNING: WARN-0012 - Low priority \ No newline at end of file diff --git a/shellops/assets/ShellOps_d0b886cfa7/init/exceptions/known_false_positives.json b/shellops/assets/ShellOps_d0b886cfa7/init/exceptions/known_false_positives.json new file mode 100644 index 0000000000000000000000000000000000000000..7edccb197d3e9990be6f7b5ad2c2b075c19bec78 --- /dev/null +++ b/shellops/assets/ShellOps_d0b886cfa7/init/exceptions/known_false_positives.json @@ -0,0 +1 @@ +["ERR-4567"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1659f659e/gold/backup/fallback.csv b/shellops/assets/ShellOps_d1659f659e/gold/backup/fallback.csv new file mode 100644 index 0000000000000000000000000000000000000000..f73d1beed0e959f2950ac2de02608413e73dcf9c --- /dev/null +++ b/shellops/assets/ShellOps_d1659f659e/gold/backup/fallback.csv @@ -0,0 +1,5 @@ +vm_id,deployed_at,owner +vm-b456,2024-03-15,team-alpha +vm-e345,2024-04-10,team-beta +vm-f678,2024-04-22,team-gamma +vm-c789,2024-03-28,team-alpha \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1659f659e/gold/canonical_vmids.txt b/shellops/assets/ShellOps_d1659f659e/gold/canonical_vmids.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d7d696dddc67ee3d2eeb36b1d44ff40683f1131 --- /dev/null +++ b/shellops/assets/ShellOps_d1659f659e/gold/canonical_vmids.txt @@ -0,0 +1,6 @@ +vm-a123 +vm-b456 +vm-c789 +vm-d012 +vm-e345 +vm-f678 diff --git a/shellops/assets/ShellOps_d1659f659e/gold/primary/batch1.csv b/shellops/assets/ShellOps_d1659f659e/gold/primary/batch1.csv new file mode 100644 index 0000000000000000000000000000000000000000..58d0903b841e6fa0d5f98023153a2da32ec55721 --- /dev/null +++ b/shellops/assets/ShellOps_d1659f659e/gold/primary/batch1.csv @@ -0,0 +1,5 @@ +vm_id,hostname,region,status +vm-a123,web-01,us-east-1,running +vm-b456,worker-02,eu-west-1,stopped +vm-c789,db-primary,ap-south-1,running +vm-d012,api-gateway,us-west-2,pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1659f659e/init/backup/fallback.csv b/shellops/assets/ShellOps_d1659f659e/init/backup/fallback.csv new file mode 100644 index 0000000000000000000000000000000000000000..f73d1beed0e959f2950ac2de02608413e73dcf9c --- /dev/null +++ b/shellops/assets/ShellOps_d1659f659e/init/backup/fallback.csv @@ -0,0 +1,5 @@ +vm_id,deployed_at,owner +vm-b456,2024-03-15,team-alpha +vm-e345,2024-04-10,team-beta +vm-f678,2024-04-22,team-gamma +vm-c789,2024-03-28,team-alpha \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1659f659e/init/primary/batch1.csv b/shellops/assets/ShellOps_d1659f659e/init/primary/batch1.csv new file mode 100644 index 0000000000000000000000000000000000000000..58d0903b841e6fa0d5f98023153a2da32ec55721 --- /dev/null +++ b/shellops/assets/ShellOps_d1659f659e/init/primary/batch1.csv @@ -0,0 +1,5 @@ +vm_id,hostname,region,status +vm-a123,web-01,us-east-1,running +vm-b456,worker-02,eu-west-1,stopped +vm-c789,db-primary,ap-south-1,running +vm-d012,api-gateway,us-west-2,pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1ece7e45f/gold/defects.xml b/shellops/assets/ShellOps_d1ece7e45f/gold/defects.xml new file mode 100644 index 0000000000000000000000000000000000000000..2c1cc734cb6cec54be11c0691dccdd2ff9772f5e --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/gold/defects.xml @@ -0,0 +1,5 @@ + + Button misalignment + Timeout handling + Input validation + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1ece7e45f/gold/distractor/notes.md b/shellops/assets/ShellOps_d1ece7e45f/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6b8d84c7960c631abedd516dd2603b51a05881ee --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/gold/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignore +Unrelated deployment checklist \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1ece7e45f/gold/missing_defects.log b/shellops/assets/ShellOps_d1ece7e45f/gold/missing_defects.log new file mode 100644 index 0000000000000000000000000000000000000000..3eefad8b2da3fb02b6694f01d47b042961dd0363 --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/gold/missing_defects.log @@ -0,0 +1 @@ + Button misalignment diff --git a/shellops/assets/ShellOps_d1ece7e45f/gold/resolved_defects.txt b/shellops/assets/ShellOps_d1ece7e45f/gold/resolved_defects.txt new file mode 100644 index 0000000000000000000000000000000000000000..c31ef4bfd0433c9d26db9f8309b9c9326b7df043 --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/gold/resolved_defects.txt @@ -0,0 +1,3 @@ +D-17 +D-92 +D-104 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1ece7e45f/init/defects.xml b/shellops/assets/ShellOps_d1ece7e45f/init/defects.xml new file mode 100644 index 0000000000000000000000000000000000000000..2c1cc734cb6cec54be11c0691dccdd2ff9772f5e --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/init/defects.xml @@ -0,0 +1,5 @@ + + Button misalignment + Timeout handling + Input validation + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1ece7e45f/init/distractor/notes.md b/shellops/assets/ShellOps_d1ece7e45f/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6b8d84c7960c631abedd516dd2603b51a05881ee --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/init/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignore +Unrelated deployment checklist \ No newline at end of file diff --git a/shellops/assets/ShellOps_d1ece7e45f/init/resolved_defects.txt b/shellops/assets/ShellOps_d1ece7e45f/init/resolved_defects.txt new file mode 100644 index 0000000000000000000000000000000000000000..c31ef4bfd0433c9d26db9f8309b9c9326b7df043 --- /dev/null +++ b/shellops/assets/ShellOps_d1ece7e45f/init/resolved_defects.txt @@ -0,0 +1,3 @@ +D-17 +D-92 +D-104 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d20cdac404/gold/firewall/active-only.txt b/shellops/assets/ShellOps_d20cdac404/gold/firewall/active-only.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe3c381acbe5ad45407ac64123f559842959f5aa --- /dev/null +++ b/shellops/assets/ShellOps_d20cdac404/gold/firewall/active-only.txt @@ -0,0 +1,2 @@ +100.64.0.0/10 +192.168.1.* diff --git a/shellops/assets/ShellOps_d20cdac404/gold/firewall/exceptions.md b/shellops/assets/ShellOps_d20cdac404/gold/firewall/exceptions.md new file mode 100644 index 0000000000000000000000000000000000000000..ad0b62cdfb27f1d0f07456ee884fb821d198d082 --- /dev/null +++ b/shellops/assets/ShellOps_d20cdac404/gold/firewall/exceptions.md @@ -0,0 +1,6 @@ +10.0.0.0/8 +fe80::/10 +*.internal.example.com + +# temporary block +203.0.113.42 diff --git a/shellops/assets/ShellOps_d20cdac404/gold/firewall/rulebook.txt b/shellops/assets/ShellOps_d20cdac404/gold/firewall/rulebook.txt new file mode 100644 index 0000000000000000000000000000000000000000..00faa15145eacf811274a2e6270d227cf98ec29a --- /dev/null +++ b/shellops/assets/ShellOps_d20cdac404/gold/firewall/rulebook.txt @@ -0,0 +1,9 @@ +ALLOW:192.168.1.* +ALLOW:10.0.0.0/8 +DENY:172.16.0.0/12 +ALLOW:203.0.113.42 +REMARK: legacy rule set +ALLOW:fe80::/10 +ALLOW:100.64.0.0/10 +ALLOW:*.internal.example.com +DENY:any diff --git a/shellops/assets/ShellOps_d20cdac404/init/firewall/active-only.txt b/shellops/assets/ShellOps_d20cdac404/init/firewall/active-only.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d20cdac404/init/firewall/exceptions.md b/shellops/assets/ShellOps_d20cdac404/init/firewall/exceptions.md new file mode 100644 index 0000000000000000000000000000000000000000..ad0b62cdfb27f1d0f07456ee884fb821d198d082 --- /dev/null +++ b/shellops/assets/ShellOps_d20cdac404/init/firewall/exceptions.md @@ -0,0 +1,6 @@ +10.0.0.0/8 +fe80::/10 +*.internal.example.com + +# temporary block +203.0.113.42 diff --git a/shellops/assets/ShellOps_d20cdac404/init/firewall/rulebook.txt b/shellops/assets/ShellOps_d20cdac404/init/firewall/rulebook.txt new file mode 100644 index 0000000000000000000000000000000000000000..00faa15145eacf811274a2e6270d227cf98ec29a --- /dev/null +++ b/shellops/assets/ShellOps_d20cdac404/init/firewall/rulebook.txt @@ -0,0 +1,9 @@ +ALLOW:192.168.1.* +ALLOW:10.0.0.0/8 +DENY:172.16.0.0/12 +ALLOW:203.0.113.42 +REMARK: legacy rule set +ALLOW:fe80::/10 +ALLOW:100.64.0.0/10 +ALLOW:*.internal.example.com +DENY:any diff --git a/shellops/assets/ShellOps_d2340e206c/gold/inventory/devices.tsv b/shellops/assets/ShellOps_d2340e206c/gold/inventory/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9761c34f53a922844a5997b958cfe85306d192ae --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/gold/inventory/devices.tsv @@ -0,0 +1,3 @@ +dev_001 RackA-Node01 +dev_002 RackA-Node02 +dev_003 RackB-Node01 diff --git a/shellops/assets/ShellOps_d2340e206c/gold/notes/device_notes.txt b/shellops/assets/ShellOps_d2340e206c/gold/notes/device_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6284b1e5c7e78df6e169d70904af46afac2a2ed3 --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/gold/notes/device_notes.txt @@ -0,0 +1 @@ +Legacy naming scheme used underscores and numeric suffixes. New canonical names follow RackX-NodeYY format. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2340e206c/gold/runtime/device_events.log b/shellops/assets/ShellOps_d2340e206c/gold/runtime/device_events.log new file mode 100644 index 0000000000000000000000000000000000000000..ec230ef3d49854365f4ec6b81529624a9eb0715f --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/gold/runtime/device_events.log @@ -0,0 +1,10 @@ +101 dev_001 power_on +102 dev_003 power_off +103 dev_002 alert +104 dev_005 reset +105 dev_001 heartbeat +106 dev_004 sensor_update +107 dev_002 alert_clear +108 dev_006 temp_high +109 dev_003 heartbeat +110 dev_001 power_off \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2340e206c/gold/standardized_events.tsv b/shellops/assets/ShellOps_d2340e206c/gold/standardized_events.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6688bc472ccf93c1a69c8413f23e95e668dc1607 --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/gold/standardized_events.tsv @@ -0,0 +1,10 @@ +101 dev_001 RackA-Node01 power_on +102 dev_003 RackB-Node01 power_off +103 dev_002 RackA-Node02 alert +104 dev_005 reset +105 dev_001 RackA-Node01 heartbeat +106 dev_004 sensor_update +107 dev_002 RackA-Node02 alert_clear +108 dev_006 temp_high +109 dev_003 RackB-Node01 heartbeat +110 dev_001 RackA-Node01 power_off diff --git a/shellops/assets/ShellOps_d2340e206c/init/inventory/devices.tsv b/shellops/assets/ShellOps_d2340e206c/init/inventory/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9761c34f53a922844a5997b958cfe85306d192ae --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/init/inventory/devices.tsv @@ -0,0 +1,3 @@ +dev_001 RackA-Node01 +dev_002 RackA-Node02 +dev_003 RackB-Node01 diff --git a/shellops/assets/ShellOps_d2340e206c/init/notes/device_notes.txt b/shellops/assets/ShellOps_d2340e206c/init/notes/device_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..6284b1e5c7e78df6e169d70904af46afac2a2ed3 --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/init/notes/device_notes.txt @@ -0,0 +1 @@ +Legacy naming scheme used underscores and numeric suffixes. New canonical names follow RackX-NodeYY format. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2340e206c/init/runtime/device_events.log b/shellops/assets/ShellOps_d2340e206c/init/runtime/device_events.log new file mode 100644 index 0000000000000000000000000000000000000000..ec230ef3d49854365f4ec6b81529624a9eb0715f --- /dev/null +++ b/shellops/assets/ShellOps_d2340e206c/init/runtime/device_events.log @@ -0,0 +1,10 @@ +101 dev_001 power_on +102 dev_003 power_off +103 dev_002 alert +104 dev_005 reset +105 dev_001 heartbeat +106 dev_004 sensor_update +107 dev_002 alert_clear +108 dev_006 temp_high +109 dev_003 heartbeat +110 dev_001 power_off \ No newline at end of file diff --git a/shellops/assets/ShellOps_d274db14de/gold/components.xml b/shellops/assets/ShellOps_d274db14de/gold/components.xml new file mode 100644 index 0000000000000000000000000000000000000000..2067b97a851c3462d869bc1625a0ba23f14d8438 --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/gold/components.xml @@ -0,0 +1,5 @@ + + 1456sensor + 2389actuator + 3002controller + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d274db14de/gold/docs/notes.md b/shellops/assets/ShellOps_d274db14de/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..243afcefc832c6f5108d022253329340fec0239b --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/gold/docs/notes.md @@ -0,0 +1,2 @@ +# Deployment Notes +- 3002 was damaged during testing and not deployed \ No newline at end of file diff --git a/shellops/assets/ShellOps_d274db14de/gold/equipment_deploy.txt b/shellops/assets/ShellOps_d274db14de/gold/equipment_deploy.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c57fb2b8a70e50a4839a95fa1b961631a3e5893 --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/gold/equipment_deploy.txt @@ -0,0 +1,3 @@ +2389 2024-04-15 LabA +1456 2024-04-16 LabB +3991 2024-04-17 Storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_d274db14de/gold/missing_serials.csv b/shellops/assets/ShellOps_d274db14de/gold/missing_serials.csv new file mode 100644 index 0000000000000000000000000000000000000000..830a20363b743284fff62692bfee84b9cc2ba2c1 --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/gold/missing_serials.csv @@ -0,0 +1 @@ +3002 diff --git a/shellops/assets/ShellOps_d274db14de/init/components.xml b/shellops/assets/ShellOps_d274db14de/init/components.xml new file mode 100644 index 0000000000000000000000000000000000000000..2067b97a851c3462d869bc1625a0ba23f14d8438 --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/init/components.xml @@ -0,0 +1,5 @@ + + 1456sensor + 2389actuator + 3002controller + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d274db14de/init/docs/notes.md b/shellops/assets/ShellOps_d274db14de/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..243afcefc832c6f5108d022253329340fec0239b --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/init/docs/notes.md @@ -0,0 +1,2 @@ +# Deployment Notes +- 3002 was damaged during testing and not deployed \ No newline at end of file diff --git a/shellops/assets/ShellOps_d274db14de/init/equipment_deploy.txt b/shellops/assets/ShellOps_d274db14de/init/equipment_deploy.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c57fb2b8a70e50a4839a95fa1b961631a3e5893 --- /dev/null +++ b/shellops/assets/ShellOps_d274db14de/init/equipment_deploy.txt @@ -0,0 +1,3 @@ +2389 2024-04-15 LabA +1456 2024-04-16 LabB +3991 2024-04-17 Storage \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_a.conf b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..1f6c6e4c35558fc8d85c14b448c5c373e10f10b3 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_a.conf @@ -0,0 +1,2 @@ +initial_connections=10 +min_connections=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_b.conf b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..f3f7bcf88e04ada5159be96ec929e7e35659dfa7 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_b.conf @@ -0,0 +1,3 @@ +initial_connections=15 +min_connections=5 +max_connections=50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_c.conf b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..eed6c8bc57a33d43e6830d53135514e3c87adb98 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_c.conf @@ -0,0 +1,3 @@ +initial_connections=20 +min_connections=10 +max_connections=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_d.conf b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..b85a7616945d3bf23c1fd28ce2e02ad55031b089 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/gold/config/db_pool_d.conf @@ -0,0 +1,2 @@ +initial_connections=12 +min_connections=8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_a.conf b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_a.conf new file mode 100644 index 0000000000000000000000000000000000000000..1f6c6e4c35558fc8d85c14b448c5c373e10f10b3 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_a.conf @@ -0,0 +1,2 @@ +initial_connections=10 +min_connections=5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_b.conf b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_b.conf new file mode 100644 index 0000000000000000000000000000000000000000..f3f7bcf88e04ada5159be96ec929e7e35659dfa7 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_b.conf @@ -0,0 +1,3 @@ +initial_connections=15 +min_connections=5 +max_connections=50 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_c.conf b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_c.conf new file mode 100644 index 0000000000000000000000000000000000000000..eed6c8bc57a33d43e6830d53135514e3c87adb98 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_c.conf @@ -0,0 +1,3 @@ +initial_connections=20 +min_connections=10 +max_connections=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_d.conf b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_d.conf new file mode 100644 index 0000000000000000000000000000000000000000..b85a7616945d3bf23c1fd28ce2e02ad55031b089 --- /dev/null +++ b/shellops/assets/ShellOps_d2c4bf67bc/init/config/db_pool_d.conf @@ -0,0 +1,2 @@ +initial_connections=12 +min_connections=8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2dd78a40d/gold/distractor/notes.md b/shellops/assets/ShellOps_d2dd78a40d/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ad215ed8088517214d759fd95e5c1e2befbd7009 --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/gold/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignored entries +- Hash: j10k11 (from old report) \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2dd78a40d/gold/exceptions/service.log b/shellops/assets/ShellOps_d2dd78a40d/gold/exceptions/service.log new file mode 100644 index 0000000000000000000000000000000000000000..debb12f92f85206436c5de9a6dc74c083a859ed6 --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/gold/exceptions/service.log @@ -0,0 +1,3 @@ +{"timestamp": "2024-05-07T14:22:01", "status": "unresolved", "hash": "a1b2c3"} +{"timestamp": "2024-05-07T14:23:45", "status": "resolved", "hash": "d4e5f6"} +{"timestamp": "2024-05-07T14:25:30", "status": "unresolved", "hash": "g7h8i9"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2dd78a40d/gold/known_issues.json b/shellops/assets/ShellOps_d2dd78a40d/gold/known_issues.json new file mode 100644 index 0000000000000000000000000000000000000000..a7ef719e7df8f75c7eb8c8c97b1222adb1d11719 --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/gold/known_issues.json @@ -0,0 +1 @@ +{"resolved_hashes": ["a1b2c3"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2dd78a40d/gold/pending_errors.txt b/shellops/assets/ShellOps_d2dd78a40d/gold/pending_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..29caf36b7e22f6671a795e0a136a504a0dc4516d --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/gold/pending_errors.txt @@ -0,0 +1 @@ +g7h8i9 diff --git a/shellops/assets/ShellOps_d2dd78a40d/init/distractor/notes.md b/shellops/assets/ShellOps_d2dd78a40d/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ad215ed8088517214d759fd95e5c1e2befbd7009 --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/init/distractor/notes.md @@ -0,0 +1,2 @@ +# Ignored entries +- Hash: j10k11 (from old report) \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2dd78a40d/init/exceptions/service.log b/shellops/assets/ShellOps_d2dd78a40d/init/exceptions/service.log new file mode 100644 index 0000000000000000000000000000000000000000..debb12f92f85206436c5de9a6dc74c083a859ed6 --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/init/exceptions/service.log @@ -0,0 +1,3 @@ +{"timestamp": "2024-05-07T14:22:01", "status": "unresolved", "hash": "a1b2c3"} +{"timestamp": "2024-05-07T14:23:45", "status": "resolved", "hash": "d4e5f6"} +{"timestamp": "2024-05-07T14:25:30", "status": "unresolved", "hash": "g7h8i9"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d2dd78a40d/init/known_issues.json b/shellops/assets/ShellOps_d2dd78a40d/init/known_issues.json new file mode 100644 index 0000000000000000000000000000000000000000..a7ef719e7df8f75c7eb8c8c97b1222adb1d11719 --- /dev/null +++ b/shellops/assets/ShellOps_d2dd78a40d/init/known_issues.json @@ -0,0 +1 @@ +{"resolved_hashes": ["a1b2c3"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d32047c485/gold/repo_index.tsv b/shellops/assets/ShellOps_d32047c485/gold/repo_index.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bfe4da8c5e6b879f7ccf7c9184bb40b5dc64ffbb --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/repo_index.tsv @@ -0,0 +1,10 @@ +# module source_file +widget_one widget.c +widget_one widget.h +widget_one util.c +data_parser parse.c +data_parser parse.h +data_parser lexer.c +metrics_agent collector.c +metrics_agent collector.h +metrics_agent metrics.h \ No newline at end of file diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/lexer.c b/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/lexer.c new file mode 100644 index 0000000000000000000000000000000000000000..649b3487d9fc66c1aba8bec7bd1f36afc8cec515 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/lexer.c @@ -0,0 +1,3 @@ +/* lexer functions */ +#include "parse.h" +int lex() { return 0; } diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/parse.c b/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/parse.c new file mode 100644 index 0000000000000000000000000000000000000000..1b1d453c91a832e8661b8fd4c0cbbb78a5761af9 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/parse.c @@ -0,0 +1,3 @@ +/* parsing logic */ +#include "parse.h" +void parse() {} diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/parse.h b/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/parse.h new file mode 100644 index 0000000000000000000000000000000000000000..9d6b800d827d10e1ffa7811a9dc33a94e27f0e35 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/data_parser/parse.h @@ -0,0 +1,4 @@ +#ifndef PARSE_H +#define PARSE_H +void parse(); +#endif diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/metrics_agent/collector.c b/shellops/assets/ShellOps_d32047c485/gold/src/metrics_agent/collector.c new file mode 100644 index 0000000000000000000000000000000000000000..b2baa4148adf19c7d338eeefccd45dc4bc13fa52 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/metrics_agent/collector.c @@ -0,0 +1,3 @@ +/* collector code */ +#include "collector.h" +int collect() { return 1; } diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/metrics_agent/collector.h b/shellops/assets/ShellOps_d32047c485/gold/src/metrics_agent/collector.h new file mode 100644 index 0000000000000000000000000000000000000000..859d6032751b727c447f28cf413166dbe8c43dad --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/metrics_agent/collector.h @@ -0,0 +1,4 @@ +#ifndef COLLECTOR_H +#define COLLECTOR_H +int collect(); +#endif diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/widget_one/widget.c b/shellops/assets/ShellOps_d32047c485/gold/src/widget_one/widget.c new file mode 100644 index 0000000000000000000000000000000000000000..faf1335114cbc5f9f6a1a498c3a8c074bf8df701 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/widget_one/widget.c @@ -0,0 +1,3 @@ +/* widget implementation */ +#include "widget.h" +void widget_init() {} diff --git a/shellops/assets/ShellOps_d32047c485/gold/src/widget_one/widget.h b/shellops/assets/ShellOps_d32047c485/gold/src/widget_one/widget.h new file mode 100644 index 0000000000000000000000000000000000000000..6437e59bc0a0d0d7187adf203f005291216b9b18 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/gold/src/widget_one/widget.h @@ -0,0 +1,4 @@ +#ifndef WIDGET_H +#define WIDGET_H +void widget_init(); +#endif diff --git a/shellops/assets/ShellOps_d32047c485/init/.tmp/.keep b/shellops/assets/ShellOps_d32047c485/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d32047c485/init/repo_index.tsv b/shellops/assets/ShellOps_d32047c485/init/repo_index.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bfe4da8c5e6b879f7ccf7c9184bb40b5dc64ffbb --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/repo_index.tsv @@ -0,0 +1,10 @@ +# module source_file +widget_one widget.c +widget_one widget.h +widget_one util.c +data_parser parse.c +data_parser parse.h +data_parser lexer.c +metrics_agent collector.c +metrics_agent collector.h +metrics_agent metrics.h \ No newline at end of file diff --git a/shellops/assets/ShellOps_d32047c485/init/src/data_parser/lexer.c b/shellops/assets/ShellOps_d32047c485/init/src/data_parser/lexer.c new file mode 100644 index 0000000000000000000000000000000000000000..649b3487d9fc66c1aba8bec7bd1f36afc8cec515 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/data_parser/lexer.c @@ -0,0 +1,3 @@ +/* lexer functions */ +#include "parse.h" +int lex() { return 0; } diff --git a/shellops/assets/ShellOps_d32047c485/init/src/data_parser/parse.c b/shellops/assets/ShellOps_d32047c485/init/src/data_parser/parse.c new file mode 100644 index 0000000000000000000000000000000000000000..1b1d453c91a832e8661b8fd4c0cbbb78a5761af9 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/data_parser/parse.c @@ -0,0 +1,3 @@ +/* parsing logic */ +#include "parse.h" +void parse() {} diff --git a/shellops/assets/ShellOps_d32047c485/init/src/data_parser/parse.h b/shellops/assets/ShellOps_d32047c485/init/src/data_parser/parse.h new file mode 100644 index 0000000000000000000000000000000000000000..9d6b800d827d10e1ffa7811a9dc33a94e27f0e35 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/data_parser/parse.h @@ -0,0 +1,4 @@ +#ifndef PARSE_H +#define PARSE_H +void parse(); +#endif diff --git a/shellops/assets/ShellOps_d32047c485/init/src/metrics_agent/collector.c b/shellops/assets/ShellOps_d32047c485/init/src/metrics_agent/collector.c new file mode 100644 index 0000000000000000000000000000000000000000..b2baa4148adf19c7d338eeefccd45dc4bc13fa52 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/metrics_agent/collector.c @@ -0,0 +1,3 @@ +/* collector code */ +#include "collector.h" +int collect() { return 1; } diff --git a/shellops/assets/ShellOps_d32047c485/init/src/metrics_agent/collector.h b/shellops/assets/ShellOps_d32047c485/init/src/metrics_agent/collector.h new file mode 100644 index 0000000000000000000000000000000000000000..859d6032751b727c447f28cf413166dbe8c43dad --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/metrics_agent/collector.h @@ -0,0 +1,4 @@ +#ifndef COLLECTOR_H +#define COLLECTOR_H +int collect(); +#endif diff --git a/shellops/assets/ShellOps_d32047c485/init/src/widget_one/widget.c b/shellops/assets/ShellOps_d32047c485/init/src/widget_one/widget.c new file mode 100644 index 0000000000000000000000000000000000000000..faf1335114cbc5f9f6a1a498c3a8c074bf8df701 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/widget_one/widget.c @@ -0,0 +1,3 @@ +/* widget implementation */ +#include "widget.h" +void widget_init() {} diff --git a/shellops/assets/ShellOps_d32047c485/init/src/widget_one/widget.h b/shellops/assets/ShellOps_d32047c485/init/src/widget_one/widget.h new file mode 100644 index 0000000000000000000000000000000000000000..6437e59bc0a0d0d7187adf203f005291216b9b18 --- /dev/null +++ b/shellops/assets/ShellOps_d32047c485/init/src/widget_one/widget.h @@ -0,0 +1,4 @@ +#ifndef WIDGET_H +#define WIDGET_H +void widget_init(); +#endif diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/aux_motor.toml b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/aux_motor.toml new file mode 100644 index 0000000000000000000000000000000000000000..1eb1161ae2cc290cc544dbf5f0b5816f96760cdf --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/aux_motor.toml @@ -0,0 +1,3 @@ +firmware_version = "2.1.4" +device_class = "motor_controller" +build_flags = ["-O2", "-DAUXILIARY"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/legacy_io.toml b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/legacy_io.toml new file mode 100644 index 0000000000000000000000000000000000000000..2aec982934e5aaaba2894f972df0b0cb2417a2f9 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/legacy_io.toml @@ -0,0 +1,3 @@ +firmware_version = "0.9.2" +device_class = "legacy_uart" +build_flags = ["-DLEGACY_MODE"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/navigation_unit.toml b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/navigation_unit.toml new file mode 100644 index 0000000000000000000000000000000000000000..def5c826b176aa298547f150d90447f380b8e740 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/navigation_unit.toml @@ -0,0 +1,3 @@ +firmware_version = "1.0.7" +device_class = "imu_sensor" +build_flags = ["-DUSE_FPU"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/notes.txt b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..842218bd732b02352157dbd20970616a062e32f6 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/notes.txt @@ -0,0 +1 @@ +TODO: Remove deprecated imu_sensor v1.0.x profiles after migration. diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/pressure_monitor.toml b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/pressure_monitor.toml new file mode 100644 index 0000000000000000000000000000000000000000..5b55b98a0b5ecb5a398ef8cc0d3d4485cc88cdfd --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/pressure_monitor.toml @@ -0,0 +1,3 @@ +firmware_version = "2.0.1" +device_class = "pressure_sensor" +build_flags = ["-DCALIBRATED"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/robot_arm_v2.toml b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/robot_arm_v2.toml new file mode 100644 index 0000000000000000000000000000000000000000..dada92234bbfed3a6946512c0c444a859325d642 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/robot_arm_v2.toml @@ -0,0 +1,3 @@ +firmware_version = "2.1.3" +device_class = "motor_controller" +build_flags = ["-O2", "-DENABLE_SAFETY"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/temp_sensor.toml b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/temp_sensor.toml new file mode 100644 index 0000000000000000000000000000000000000000..19e14850f57f7af580fa9946fe9db345c51b1ce2 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware/temp_sensor.toml @@ -0,0 +1,3 @@ +firmware_version = "3.2.0" +device_class = "temperature_probe" +build_flags = ["-DHIGH_PRECISION"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware_component_counts.tsv b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware_component_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f1b13a949fe69e5407875609b7529f340eed8a35 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware_component_counts.tsv @@ -0,0 +1,5 @@ +motor_controller 2 +imu_sensor 1 +legacy_uart 1 +pressure_sensor 1 +temperature_probe 1 diff --git a/shellops/assets/ShellOps_d3842e6fa5/gold/firmware_manifest.txt b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d7ac029ff01c0f1b398ea6c637e687443369d2b --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/gold/firmware_manifest.txt @@ -0,0 +1,6 @@ +Expected device classes for Q2: + - imu_sensor + - motor_controller + - temperature_probe + - pressure_sensor + - legacy_uart diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/aux_motor.toml b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/aux_motor.toml new file mode 100644 index 0000000000000000000000000000000000000000..1eb1161ae2cc290cc544dbf5f0b5816f96760cdf --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/aux_motor.toml @@ -0,0 +1,3 @@ +firmware_version = "2.1.4" +device_class = "motor_controller" +build_flags = ["-O2", "-DAUXILIARY"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/legacy_io.toml b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/legacy_io.toml new file mode 100644 index 0000000000000000000000000000000000000000..2aec982934e5aaaba2894f972df0b0cb2417a2f9 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/legacy_io.toml @@ -0,0 +1,3 @@ +firmware_version = "0.9.2" +device_class = "legacy_uart" +build_flags = ["-DLEGACY_MODE"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/navigation_unit.toml b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/navigation_unit.toml new file mode 100644 index 0000000000000000000000000000000000000000..def5c826b176aa298547f150d90447f380b8e740 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/navigation_unit.toml @@ -0,0 +1,3 @@ +firmware_version = "1.0.7" +device_class = "imu_sensor" +build_flags = ["-DUSE_FPU"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/notes.txt b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..842218bd732b02352157dbd20970616a062e32f6 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/notes.txt @@ -0,0 +1 @@ +TODO: Remove deprecated imu_sensor v1.0.x profiles after migration. diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/pressure_monitor.toml b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/pressure_monitor.toml new file mode 100644 index 0000000000000000000000000000000000000000..5b55b98a0b5ecb5a398ef8cc0d3d4485cc88cdfd --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/pressure_monitor.toml @@ -0,0 +1,3 @@ +firmware_version = "2.0.1" +device_class = "pressure_sensor" +build_flags = ["-DCALIBRATED"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/robot_arm_v2.toml b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/robot_arm_v2.toml new file mode 100644 index 0000000000000000000000000000000000000000..dada92234bbfed3a6946512c0c444a859325d642 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/robot_arm_v2.toml @@ -0,0 +1,3 @@ +firmware_version = "2.1.3" +device_class = "motor_controller" +build_flags = ["-O2", "-DENABLE_SAFETY"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware/temp_sensor.toml b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/temp_sensor.toml new file mode 100644 index 0000000000000000000000000000000000000000..19e14850f57f7af580fa9946fe9db345c51b1ce2 --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware/temp_sensor.toml @@ -0,0 +1,3 @@ +firmware_version = "3.2.0" +device_class = "temperature_probe" +build_flags = ["-DHIGH_PRECISION"] diff --git a/shellops/assets/ShellOps_d3842e6fa5/init/firmware_manifest.txt b/shellops/assets/ShellOps_d3842e6fa5/init/firmware_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d7ac029ff01c0f1b398ea6c637e687443369d2b --- /dev/null +++ b/shellops/assets/ShellOps_d3842e6fa5/init/firmware_manifest.txt @@ -0,0 +1,6 @@ +Expected device classes for Q2: + - imu_sensor + - motor_controller + - temperature_probe + - pressure_sensor + - legacy_uart diff --git a/shellops/assets/ShellOps_d3a2513b2d/gold/experiment1.log b/shellops/assets/ShellOps_d3a2513b2d/gold/experiment1.log new file mode 100644 index 0000000000000000000000000000000000000000..ee23d60777aaf419dd32dfd6eec75b291129aa67 --- /dev/null +++ b/shellops/assets/ShellOps_d3a2513b2d/gold/experiment1.log @@ -0,0 +1,3 @@ +2024-03-10T14:22:01 measurement A: 42.5 +2024-03-10T14:22:05 measurement B: 38.1 +2024-03-10T14:22:10 measurement C: 45.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3a2513b2d/gold/experiment2.log b/shellops/assets/ShellOps_d3a2513b2d/gold/experiment2.log new file mode 100644 index 0000000000000000000000000000000000000000..d985eb802b2fc2dd964c86970728a356435e6de5 --- /dev/null +++ b/shellops/assets/ShellOps_d3a2513b2d/gold/experiment2.log @@ -0,0 +1,3 @@ +2024-03-10T14:22:02 measurement X: 15.3 +2024-03-10T14:22:07 measurement Y: 28.4 +2024-03-10T14:22:10 measurement Z: 33.7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3a2513b2d/gold/timestamps_summary.txt b/shellops/assets/ShellOps_d3a2513b2d/gold/timestamps_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a0c8e81c22ad82f1740d09539144d121ed1c827 --- /dev/null +++ b/shellops/assets/ShellOps_d3a2513b2d/gold/timestamps_summary.txt @@ -0,0 +1,5 @@ +2024-03-10T14:22:01 +2024-03-10T14:22:02 +2024-03-10T14:22:05 +2024-03-10T14:22:07 +2024-03-10T14:22:10 diff --git a/shellops/assets/ShellOps_d3a2513b2d/init/experiment1.log b/shellops/assets/ShellOps_d3a2513b2d/init/experiment1.log new file mode 100644 index 0000000000000000000000000000000000000000..ee23d60777aaf419dd32dfd6eec75b291129aa67 --- /dev/null +++ b/shellops/assets/ShellOps_d3a2513b2d/init/experiment1.log @@ -0,0 +1,3 @@ +2024-03-10T14:22:01 measurement A: 42.5 +2024-03-10T14:22:05 measurement B: 38.1 +2024-03-10T14:22:10 measurement C: 45.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3a2513b2d/init/experiment2.log b/shellops/assets/ShellOps_d3a2513b2d/init/experiment2.log new file mode 100644 index 0000000000000000000000000000000000000000..d985eb802b2fc2dd964c86970728a356435e6de5 --- /dev/null +++ b/shellops/assets/ShellOps_d3a2513b2d/init/experiment2.log @@ -0,0 +1,3 @@ +2024-03-10T14:22:02 measurement X: 15.3 +2024-03-10T14:22:07 measurement Y: 28.4 +2024-03-10T14:22:10 measurement Z: 33.7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3b6ec9216/gold/audit/.keep b/shellops/assets/ShellOps_d3b6ec9216/gold/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d3b6ec9216/gold/audit/verified_assets.txt b/shellops/assets/ShellOps_d3b6ec9216/gold/audit/verified_assets.txt new file mode 100644 index 0000000000000000000000000000000000000000..00ef8fc0d9bdb5644658033babbf29d612d70c4d --- /dev/null +++ b/shellops/assets/ShellOps_d3b6ec9216/gold/audit/verified_assets.txt @@ -0,0 +1,5 @@ +A-1001 +A-1002 +A-1003 +A-1004 +A-1005 diff --git a/shellops/assets/ShellOps_d3b6ec9216/gold/monitor/debug_dump_20240912.log b/shellops/assets/ShellOps_d3b6ec9216/gold/monitor/debug_dump_20240912.log new file mode 100644 index 0000000000000000000000000000000000000000..071c2eae7013d012d4d5f4c98bd1e91e9be7b842 --- /dev/null +++ b/shellops/assets/ShellOps_d3b6ec9216/gold/monitor/debug_dump_20240912.log @@ -0,0 +1,6 @@ +2024-09-12 08:30:15 [INFO] device_id=A-1001 status=online uptime=12345s +2024-09-12 08:31:22 [WARN] device_id=A-1002 status=degraded uptime=67890s +2024-09-12 08:32:10 [INFO] device_id=A-1003 status=online uptime=98765s +2024-09-12 08:33:45 [ERROR] device_id=A-1004 status=offline uptime=0s +2024-09-12 08:34:20 [INFO] device_id=A-1005 status=online uptime=54321s +2024-09-12 08:35:00 [DEBUG] device_id=UNREG-999 status=unknown uptime=1s diff --git a/shellops/assets/ShellOps_d3b6ec9216/gold/procurement_assets.tsv b/shellops/assets/ShellOps_d3b6ec9216/gold/procurement_assets.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0cac910ff1033317340b7150926c4eeaa615a48a --- /dev/null +++ b/shellops/assets/ShellOps_d3b6ec9216/gold/procurement_assets.tsv @@ -0,0 +1,6 @@ +asset_tag vendor model acquisition_date +A-1001 VendorA ModelX 2024-01-15 +A-1002 VendorB ModelY 2024-01-16 +A-1003 VendorA ModelZ 2024-01-17 +A-1004 VendorC ModelX 2024-01-18 +A-1005 VendorA ModelY 2024-01-19 diff --git a/shellops/assets/ShellOps_d3b6ec9216/init/audit/.keep b/shellops/assets/ShellOps_d3b6ec9216/init/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d3b6ec9216/init/monitor/debug_dump_20240912.log b/shellops/assets/ShellOps_d3b6ec9216/init/monitor/debug_dump_20240912.log new file mode 100644 index 0000000000000000000000000000000000000000..071c2eae7013d012d4d5f4c98bd1e91e9be7b842 --- /dev/null +++ b/shellops/assets/ShellOps_d3b6ec9216/init/monitor/debug_dump_20240912.log @@ -0,0 +1,6 @@ +2024-09-12 08:30:15 [INFO] device_id=A-1001 status=online uptime=12345s +2024-09-12 08:31:22 [WARN] device_id=A-1002 status=degraded uptime=67890s +2024-09-12 08:32:10 [INFO] device_id=A-1003 status=online uptime=98765s +2024-09-12 08:33:45 [ERROR] device_id=A-1004 status=offline uptime=0s +2024-09-12 08:34:20 [INFO] device_id=A-1005 status=online uptime=54321s +2024-09-12 08:35:00 [DEBUG] device_id=UNREG-999 status=unknown uptime=1s diff --git a/shellops/assets/ShellOps_d3b6ec9216/init/procurement_assets.tsv b/shellops/assets/ShellOps_d3b6ec9216/init/procurement_assets.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0cac910ff1033317340b7150926c4eeaa615a48a --- /dev/null +++ b/shellops/assets/ShellOps_d3b6ec9216/init/procurement_assets.tsv @@ -0,0 +1,6 @@ +asset_tag vendor model acquisition_date +A-1001 VendorA ModelX 2024-01-15 +A-1002 VendorB ModelY 2024-01-16 +A-1003 VendorA ModelZ 2024-01-17 +A-1004 VendorC ModelX 2024-01-18 +A-1005 VendorA ModelY 2024-01-19 diff --git a/shellops/assets/ShellOps_d3dbc1e14d/gold/active_certs.xml b/shellops/assets/ShellOps_d3dbc1e14d/gold/active_certs.xml new file mode 100644 index 0000000000000000000000000000000000000000..d18db41ef4f037a4d51730efcad61809667b0177 --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/gold/active_certs.xml @@ -0,0 +1,10 @@ + + + 1234 + CA Corp + + + 5678 + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3dbc1e14d/gold/distractor.conf b/shellops/assets/ShellOps_d3dbc1e14d/gold/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..4cd2ba5490046d7de31b35e8f738741ce2728f08 --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/gold/distractor.conf @@ -0,0 +1 @@ +exclude: 1234 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3dbc1e14d/gold/keys/list.txt b/shellops/assets/ShellOps_d3dbc1e14d/gold/keys/list.txt new file mode 100644 index 0000000000000000000000000000000000000000..d290072f8d15514ad2ac70d1eb02ea763b58170a --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/gold/keys/list.txt @@ -0,0 +1,3 @@ +5678 +9012 +3456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3dbc1e14d/gold/orphan_certs.txt b/shellops/assets/ShellOps_d3dbc1e14d/gold/orphan_certs.txt new file mode 100644 index 0000000000000000000000000000000000000000..81c545efebe5f57d4cab2ba9ec294c4b0cadf672 --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/gold/orphan_certs.txt @@ -0,0 +1 @@ +1234 diff --git a/shellops/assets/ShellOps_d3dbc1e14d/init/active_certs.xml b/shellops/assets/ShellOps_d3dbc1e14d/init/active_certs.xml new file mode 100644 index 0000000000000000000000000000000000000000..d18db41ef4f037a4d51730efcad61809667b0177 --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/init/active_certs.xml @@ -0,0 +1,10 @@ + + + 1234 + CA Corp + + + 5678 + active + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3dbc1e14d/init/distractor.conf b/shellops/assets/ShellOps_d3dbc1e14d/init/distractor.conf new file mode 100644 index 0000000000000000000000000000000000000000..4cd2ba5490046d7de31b35e8f738741ce2728f08 --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/init/distractor.conf @@ -0,0 +1 @@ +exclude: 1234 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3dbc1e14d/init/keys/list.txt b/shellops/assets/ShellOps_d3dbc1e14d/init/keys/list.txt new file mode 100644 index 0000000000000000000000000000000000000000..d290072f8d15514ad2ac70d1eb02ea763b58170a --- /dev/null +++ b/shellops/assets/ShellOps_d3dbc1e14d/init/keys/list.txt @@ -0,0 +1,3 @@ +5678 +9012 +3456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/gold/parks/downtown.yaml b/shellops/assets/ShellOps_d3f499c4ba/gold/parks/downtown.yaml new file mode 100644 index 0000000000000000000000000000000000000000..451f4227e21f29143245a0889e0f52629e6a751c --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/gold/parks/downtown.yaml @@ -0,0 +1,4 @@ +name: Central Park +amenity: playground +amenity: picnic_area # Both areas adjacent +facility: restrooms \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/gold/parks/riverfront.yaml b/shellops/assets/ShellOps_d3f499c4ba/gold/parks/riverfront.yaml new file mode 100644 index 0000000000000000000000000000000000000000..848da27569abee7fbd6c63648ba9d78f02d4d991 --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/gold/parks/riverfront.yaml @@ -0,0 +1,3 @@ +name: Riverwalk Park +amenity: fishing_pier +amenity: picnic_area # Covered shelters \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/gold/parks/suburb.yaml b/shellops/assets/ShellOps_d3f499c4ba/gold/parks/suburb.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a034c6fac98537049803fb007aa528a87d8c5524 --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/gold/parks/suburb.yaml @@ -0,0 +1,3 @@ +name: Green Valley Park +amenity: dog_run +amenity: jogging_trail # 5 km loop \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/init/.tmp/cache/.keep b/shellops/assets/ShellOps_d3f499c4ba/init/.tmp/cache/.keep new file mode 100644 index 0000000000000000000000000000000000000000..b75c79fc387020d9920281580ec6b4bea5c8330b --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/init/.tmp/cache/.keep @@ -0,0 +1 @@ +# Keep this file to stabilize tmp cache directory \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/init/parks/downtown.yaml b/shellops/assets/ShellOps_d3f499c4ba/init/parks/downtown.yaml new file mode 100644 index 0000000000000000000000000000000000000000..451f4227e21f29143245a0889e0f52629e6a751c --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/init/parks/downtown.yaml @@ -0,0 +1,4 @@ +name: Central Park +amenity: playground +amenity: picnic_area # Both areas adjacent +facility: restrooms \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/init/parks/riverfront.yaml b/shellops/assets/ShellOps_d3f499c4ba/init/parks/riverfront.yaml new file mode 100644 index 0000000000000000000000000000000000000000..848da27569abee7fbd6c63648ba9d78f02d4d991 --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/init/parks/riverfront.yaml @@ -0,0 +1,3 @@ +name: Riverwalk Park +amenity: fishing_pier +amenity: picnic_area # Covered shelters \ No newline at end of file diff --git a/shellops/assets/ShellOps_d3f499c4ba/init/parks/suburb.yaml b/shellops/assets/ShellOps_d3f499c4ba/init/parks/suburb.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a034c6fac98537049803fb007aa528a87d8c5524 --- /dev/null +++ b/shellops/assets/ShellOps_d3f499c4ba/init/parks/suburb.yaml @@ -0,0 +1,3 @@ +name: Green Valley Park +amenity: dog_run +amenity: jogging_trail # 5 km loop \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/gold/clients/alpha.json b/shellops/assets/ShellOps_d432e1d0ce/gold/clients/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7e8b042b1886b896e971bc190ab2daa7151d32d4 --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/gold/clients/alpha.json @@ -0,0 +1,2 @@ +{"client_id": "C101", "status": "pending", "region": "EU"} +{"client_id": "C102", "status": "active", "region": "NA"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/gold/clients/beta.json b/shellops/assets/ShellOps_d432e1d0ce/gold/clients/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..c42dc8229f2ab1adb339573b8f64dd4fa7baf4ed --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/gold/clients/beta.json @@ -0,0 +1,2 @@ +{"client_id": "C103", "status": "pending", "region": "APAC"} +{"client_id": "C104", "status": "suspended", "region": "NA"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/gold/clients/gamma.json b/shellops/assets/ShellOps_d432e1d0ce/gold/clients/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..7cefc4d4c1264d88efd77c88586b8825c8b4006e --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/gold/clients/gamma.json @@ -0,0 +1,2 @@ +{"client_id": "C105", "status": "pending", "region": "EU"} +{"client_id": "C106", "status": "active", "region": "NA"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/gold/exceptions/clients.txt b/shellops/assets/ShellOps_d432e1d0ce/gold/exceptions/clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..c19857c47036e58f4604f5809f7ee8be467e6a6b --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/gold/exceptions/clients.txt @@ -0,0 +1,2 @@ +C103 +C107 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/gold/output/pending_clients.txt b/shellops/assets/ShellOps_d432e1d0ce/gold/output/pending_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4b754fd82f8e2c84545f9cb9f645dc8c155c37b --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/gold/output/pending_clients.txt @@ -0,0 +1,2 @@ +C101 +C105 diff --git a/shellops/assets/ShellOps_d432e1d0ce/init/clients/alpha.json b/shellops/assets/ShellOps_d432e1d0ce/init/clients/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..7e8b042b1886b896e971bc190ab2daa7151d32d4 --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/init/clients/alpha.json @@ -0,0 +1,2 @@ +{"client_id": "C101", "status": "pending", "region": "EU"} +{"client_id": "C102", "status": "active", "region": "NA"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/init/clients/beta.json b/shellops/assets/ShellOps_d432e1d0ce/init/clients/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..c42dc8229f2ab1adb339573b8f64dd4fa7baf4ed --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/init/clients/beta.json @@ -0,0 +1,2 @@ +{"client_id": "C103", "status": "pending", "region": "APAC"} +{"client_id": "C104", "status": "suspended", "region": "NA"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/init/clients/gamma.json b/shellops/assets/ShellOps_d432e1d0ce/init/clients/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..7cefc4d4c1264d88efd77c88586b8825c8b4006e --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/init/clients/gamma.json @@ -0,0 +1,2 @@ +{"client_id": "C105", "status": "pending", "region": "EU"} +{"client_id": "C106", "status": "active", "region": "NA"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d432e1d0ce/init/exceptions/clients.txt b/shellops/assets/ShellOps_d432e1d0ce/init/exceptions/clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..c19857c47036e58f4604f5809f7ee8be467e6a6b --- /dev/null +++ b/shellops/assets/ShellOps_d432e1d0ce/init/exceptions/clients.txt @@ -0,0 +1,2 @@ +C103 +C107 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d469d63234/gold/app/backend.yml b/shellops/assets/ShellOps_d469d63234/gold/app/backend.yml new file mode 100644 index 0000000000000000000000000000000000000000..c5f932f66115a8f7a3e7c042c3e52ac3e371c7a0 --- /dev/null +++ b/shellops/assets/ShellOps_d469d63234/gold/app/backend.yml @@ -0,0 +1,14 @@ +name: api +port: 5000 +timeout: 30 +retries: 2 + +name: db +port: 5432 +timeout: 0 +retries: 1 + +name: worker +port: 9000 +timeout: 300 +retries: 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d469d63234/gold/app/service.yml b/shellops/assets/ShellOps_d469d63234/gold/app/service.yml new file mode 100644 index 0000000000000000000000000000000000000000..0b4ed6e1d838b638f2f252911189faff3b100afc --- /dev/null +++ b/shellops/assets/ShellOps_d469d63234/gold/app/service.yml @@ -0,0 +1,14 @@ +name: frontend +port: 8080 +timeout: 0 +retries: 3 + +name: auth +port: 3000 +timeout: 120 +retries: 5 + +name: cache +port: 6379 +timeout: 60 +retries: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d469d63234/gold/timeouts.out b/shellops/assets/ShellOps_d469d63234/gold/timeouts.out new file mode 100644 index 0000000000000000000000000000000000000000..1c7229a77955b153d1aa90262a7d19c300e7ef52 --- /dev/null +++ b/shellops/assets/ShellOps_d469d63234/gold/timeouts.out @@ -0,0 +1,4 @@ +30 +60 +120 +300 diff --git a/shellops/assets/ShellOps_d469d63234/init/app/backend.yml b/shellops/assets/ShellOps_d469d63234/init/app/backend.yml new file mode 100644 index 0000000000000000000000000000000000000000..c5f932f66115a8f7a3e7c042c3e52ac3e371c7a0 --- /dev/null +++ b/shellops/assets/ShellOps_d469d63234/init/app/backend.yml @@ -0,0 +1,14 @@ +name: api +port: 5000 +timeout: 30 +retries: 2 + +name: db +port: 5432 +timeout: 0 +retries: 1 + +name: worker +port: 9000 +timeout: 300 +retries: 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d469d63234/init/app/service.yml b/shellops/assets/ShellOps_d469d63234/init/app/service.yml new file mode 100644 index 0000000000000000000000000000000000000000..0b4ed6e1d838b638f2f252911189faff3b100afc --- /dev/null +++ b/shellops/assets/ShellOps_d469d63234/init/app/service.yml @@ -0,0 +1,14 @@ +name: frontend +port: 8080 +timeout: 0 +retries: 3 + +name: auth +port: 3000 +timeout: 120 +retries: 5 + +name: cache +port: 6379 +timeout: 60 +retries: 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d47bf03a66/gold/anomalies.trace b/shellops/assets/ShellOps_d47bf03a66/gold/anomalies.trace new file mode 100644 index 0000000000000000000000000000000000000000..3b8bb4ba723f4222fd5fa07d8e33098a34d19525 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/gold/anomalies.trace @@ -0,0 +1,3 @@ +sensor_data/sensor1.trace:timestamp=20240415T120102 temp=N/A +sensor_data/sensor2.trace:timestamp=20240415T120102 temp=INVALID +sensor_data/sensor3.trace:timestamp=20240415T120103 temp=ERROR diff --git a/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor1.trace b/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor1.trace new file mode 100644 index 0000000000000000000000000000000000000000..9f87482e8cfe7383858f1af0b496757e2774b302 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor1.trace @@ -0,0 +1,3 @@ +timestamp=20240415T120101 temp=22.5 +timestamp=20240415T120102 temp=N/A +timestamp=20240415T120103 temp=23.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor2.trace b/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor2.trace new file mode 100644 index 0000000000000000000000000000000000000000..e7b33fcad7732963fab535c9a75f86419c1a4e96 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor2.trace @@ -0,0 +1,3 @@ +timestamp=20240415T120101 temp=21.8 +timestamp=20240415T120102 temp=INVALID +timestamp=20240415T120103 temp=22.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor3.trace b/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor3.trace new file mode 100644 index 0000000000000000000000000000000000000000..8ed3cbfc570d357ede00f344fdd9d2b259003a12 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/gold/sensor_data/sensor3.trace @@ -0,0 +1,3 @@ +timestamp=20240415T120101 temp=24.2 +timestamp=20240415T120102 temp=24.3 +timestamp=20240415T120103 temp=ERROR \ No newline at end of file diff --git a/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor1.trace b/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor1.trace new file mode 100644 index 0000000000000000000000000000000000000000..9f87482e8cfe7383858f1af0b496757e2774b302 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor1.trace @@ -0,0 +1,3 @@ +timestamp=20240415T120101 temp=22.5 +timestamp=20240415T120102 temp=N/A +timestamp=20240415T120103 temp=23.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor2.trace b/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor2.trace new file mode 100644 index 0000000000000000000000000000000000000000..e7b33fcad7732963fab535c9a75f86419c1a4e96 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor2.trace @@ -0,0 +1,3 @@ +timestamp=20240415T120101 temp=21.8 +timestamp=20240415T120102 temp=INVALID +timestamp=20240415T120103 temp=22.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor3.trace b/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor3.trace new file mode 100644 index 0000000000000000000000000000000000000000..8ed3cbfc570d357ede00f344fdd9d2b259003a12 --- /dev/null +++ b/shellops/assets/ShellOps_d47bf03a66/init/sensor_data/sensor3.trace @@ -0,0 +1,3 @@ +timestamp=20240415T120101 temp=24.2 +timestamp=20240415T120102 temp=24.3 +timestamp=20240415T120103 temp=ERROR \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5537a1d09/gold/approved_devices.xml b/shellops/assets/ShellOps_d5537a1d09/gold/approved_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..cb15bc25588e01fea704765f3454a90065106279 --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/gold/approved_devices.xml @@ -0,0 +1,4 @@ + + A1B2 + G7H8 + diff --git a/shellops/assets/ShellOps_d5537a1d09/gold/notes.txt b/shellops/assets/ShellOps_d5537a1d09/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..102633a18278137e50b3378eb691f88c40db709d --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/gold/notes.txt @@ -0,0 +1 @@ +Ignored devices pending decommission: C3D4, E5F6 diff --git a/shellops/assets/ShellOps_d5537a1d09/gold/pending_review.txt b/shellops/assets/ShellOps_d5537a1d09/gold/pending_review.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9886bca3de3dd23effa2eb6168b16b882b255ab --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/gold/pending_review.txt @@ -0,0 +1 @@ +E5F6 diff --git a/shellops/assets/ShellOps_d5537a1d09/gold/validation_errors.log b/shellops/assets/ShellOps_d5537a1d09/gold/validation_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..ad94ffb70c731dadba3da63ac1916a051b20d7af --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/gold/validation_errors.log @@ -0,0 +1,3 @@ +entry device_id="A1B2" status="critical" timestamp="2024-05-20" +entry device_id="C3D4" status="warning" timestamp="2024-05-20" +entry device_id="E5F6" status="critical" timestamp="2024-05-21" diff --git a/shellops/assets/ShellOps_d5537a1d09/init/approved_devices.xml b/shellops/assets/ShellOps_d5537a1d09/init/approved_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..cb15bc25588e01fea704765f3454a90065106279 --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/init/approved_devices.xml @@ -0,0 +1,4 @@ + + A1B2 + G7H8 + diff --git a/shellops/assets/ShellOps_d5537a1d09/init/notes.txt b/shellops/assets/ShellOps_d5537a1d09/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..102633a18278137e50b3378eb691f88c40db709d --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/init/notes.txt @@ -0,0 +1 @@ +Ignored devices pending decommission: C3D4, E5F6 diff --git a/shellops/assets/ShellOps_d5537a1d09/init/validation_errors.log b/shellops/assets/ShellOps_d5537a1d09/init/validation_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..ad94ffb70c731dadba3da63ac1916a051b20d7af --- /dev/null +++ b/shellops/assets/ShellOps_d5537a1d09/init/validation_errors.log @@ -0,0 +1,3 @@ +entry device_id="A1B2" status="critical" timestamp="2024-05-20" +entry device_id="C3D4" status="warning" timestamp="2024-05-20" +entry device_id="E5F6" status="critical" timestamp="2024-05-21" diff --git a/shellops/assets/ShellOps_d55afa297f/gold/approved_users.txt b/shellops/assets/ShellOps_d55afa297f/gold/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b61a026634a3e76c5acf075af041852534e7a15 --- /dev/null +++ b/shellops/assets/ShellOps_d55afa297f/gold/approved_users.txt @@ -0,0 +1,5 @@ +jdoe +asmith +rjohnson +llopez +mjones diff --git a/shellops/assets/ShellOps_d55afa297f/gold/audit_logs.xml b/shellops/assets/ShellOps_d55afa297f/gold/audit_logs.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac089c01af11bed01b670cb99c60350010132879 --- /dev/null +++ b/shellops/assets/ShellOps_d55afa297f/gold/audit_logs.xml @@ -0,0 +1,7 @@ + + 2024-05-01T14:23:12jdoelogin + 2024-05-01T14:24:45mjonesaccess + 2024-05-01T14:25:01asmithlogin + 2024-05-01T14:26:33btaylorfailed_login + 2024-05-01T14:27:19kwilsonfailed_login + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d55afa297f/gold/missing_users.txt b/shellops/assets/ShellOps_d55afa297f/gold/missing_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ee48f9e291c20163dba14df7526fa24d366f8e --- /dev/null +++ b/shellops/assets/ShellOps_d55afa297f/gold/missing_users.txt @@ -0,0 +1,2 @@ +btaylor +kwilson diff --git a/shellops/assets/ShellOps_d55afa297f/init/approved_users.txt b/shellops/assets/ShellOps_d55afa297f/init/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b61a026634a3e76c5acf075af041852534e7a15 --- /dev/null +++ b/shellops/assets/ShellOps_d55afa297f/init/approved_users.txt @@ -0,0 +1,5 @@ +jdoe +asmith +rjohnson +llopez +mjones diff --git a/shellops/assets/ShellOps_d55afa297f/init/audit_logs.xml b/shellops/assets/ShellOps_d55afa297f/init/audit_logs.xml new file mode 100644 index 0000000000000000000000000000000000000000..ac089c01af11bed01b670cb99c60350010132879 --- /dev/null +++ b/shellops/assets/ShellOps_d55afa297f/init/audit_logs.xml @@ -0,0 +1,7 @@ + + 2024-05-01T14:23:12jdoelogin + 2024-05-01T14:24:45mjonesaccess + 2024-05-01T14:25:01asmithlogin + 2024-05-01T14:26:33btaylorfailed_login + 2024-05-01T14:27:19kwilsonfailed_login + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5caf6d886/gold/duplicates.log b/shellops/assets/ShellOps_d5caf6d886/gold/duplicates.log new file mode 100644 index 0000000000000000000000000000000000000000..6d76cc281e23bc47e2bb7998a39c30a9c340a3d8 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/gold/duplicates.log @@ -0,0 +1,3 @@ +1001 +1002 +1003 diff --git a/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-15/data_summary.tsv b/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-15/data_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4b430b72d976ebec2887cf522acd36416404341 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-15/data_summary.tsv @@ -0,0 +1,3 @@ +Date UserID Usage +2024-03-15 1001 42 +2024-03-15 1002 17 diff --git a/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-16/data_summary.tsv b/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-16/data_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fdba9b885eb7c647c717f3325a6b91926fcb9516 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-16/data_summary.tsv @@ -0,0 +1,3 @@ +Date UserID Usage +2024-03-16 1002 55 +2024-03-16 1003 23 diff --git a/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-17/data_summary.tsv b/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-17/data_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9cb54b2bb6a1d8d0552645e5b60bba4267616a71 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/gold/usage-data/2024-03-17/data_summary.tsv @@ -0,0 +1,3 @@ +Date UserID Usage +2024-03-17 1003 31 +2024-03-17 1001 89 diff --git a/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-15/data_summary.tsv b/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-15/data_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b4b430b72d976ebec2887cf522acd36416404341 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-15/data_summary.tsv @@ -0,0 +1,3 @@ +Date UserID Usage +2024-03-15 1001 42 +2024-03-15 1002 17 diff --git a/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-16/data_summary.tsv b/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-16/data_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fdba9b885eb7c647c717f3325a6b91926fcb9516 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-16/data_summary.tsv @@ -0,0 +1,3 @@ +Date UserID Usage +2024-03-16 1002 55 +2024-03-16 1003 23 diff --git a/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-17/data_summary.tsv b/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-17/data_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9cb54b2bb6a1d8d0552645e5b60bba4267616a71 --- /dev/null +++ b/shellops/assets/ShellOps_d5caf6d886/init/usage-data/2024-03-17/data_summary.tsv @@ -0,0 +1,3 @@ +Date UserID Usage +2024-03-17 1003 31 +2024-03-17 1001 89 diff --git a/shellops/assets/ShellOps_d5e92319f0/gold/src/.keep b/shellops/assets/ShellOps_d5e92319f0/gold/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d5e92319f0/gold/src/config/AppConfig.java b/shellops/assets/ShellOps_d5e92319f0/gold/src/config/AppConfig.java new file mode 100644 index 0000000000000000000000000000000000000000..f12ae612d534fd89526f816ed426a5d2cc90cd10 --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/gold/src/config/AppConfig.java @@ -0,0 +1,9 @@ +package com.example.config; + +import com.legacy.exceptions.ConfigException; + +public class AppConfig { + public void load() throws ConfigException { + // config code + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/gold/src/main/java/com/example/AppMain.java b/shellops/assets/ShellOps_d5e92319f0/gold/src/main/java/com/example/AppMain.java new file mode 100644 index 0000000000000000000000000000000000000000..a97df2f42a24f2e56d079808bd8a90fd01698f4c --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/gold/src/main/java/com/example/AppMain.java @@ -0,0 +1,14 @@ +package com.example; + +import com.legacy.exceptions.OldException; +import com.legacy.exceptions.DeprecatedError; + +public class AppMain { + public static void main(String[] args) { + try { + // code + } catch (OldException e) { + // handle + } + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/gold/src/tests/IntegrationTest.java b/shellops/assets/ShellOps_d5e92319f0/gold/src/tests/IntegrationTest.java new file mode 100644 index 0000000000000000000000000000000000000000..ab44f978e4baea1d10ff9641382490626eb1b5f9 --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/gold/src/tests/IntegrationTest.java @@ -0,0 +1,11 @@ +package com.example.tests; + +import com.legacy.exceptions.DeprecatedError; +import com.legacy.exceptions.OldException; + +public class IntegrationTest { + @Test + public void testScenario() throws OldException { + // test code + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/gold/src/utils/Logger.java b/shellops/assets/ShellOps_d5e92319f0/gold/src/utils/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..b507ccacbc61c6192e7e19c460f9063cc61d37d9 --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/gold/src/utils/Logger.java @@ -0,0 +1,9 @@ +package com.example.utils; + +import com.legacy.exceptions.LoggingFailure; + +public class Logger { + void log(String message) throws LoggingFailure { + // logging code + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/gold/usage_stats.out b/shellops/assets/ShellOps_d5e92319f0/gold/usage_stats.out new file mode 100644 index 0000000000000000000000000000000000000000..90c121bf2508c2022d63a3445dd30616a818f67a --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/gold/usage_stats.out @@ -0,0 +1,4 @@ + 2 com.legacy.exceptions.OldException + 2 com.legacy.exceptions.DeprecatedError + 1 com.legacy.exceptions.LoggingFailure + 1 com.legacy.exceptions.ConfigException diff --git a/shellops/assets/ShellOps_d5e92319f0/init/src/.keep b/shellops/assets/ShellOps_d5e92319f0/init/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d5e92319f0/init/src/config/AppConfig.java b/shellops/assets/ShellOps_d5e92319f0/init/src/config/AppConfig.java new file mode 100644 index 0000000000000000000000000000000000000000..f12ae612d534fd89526f816ed426a5d2cc90cd10 --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/init/src/config/AppConfig.java @@ -0,0 +1,9 @@ +package com.example.config; + +import com.legacy.exceptions.ConfigException; + +public class AppConfig { + public void load() throws ConfigException { + // config code + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/init/src/main/java/com/example/AppMain.java b/shellops/assets/ShellOps_d5e92319f0/init/src/main/java/com/example/AppMain.java new file mode 100644 index 0000000000000000000000000000000000000000..a97df2f42a24f2e56d079808bd8a90fd01698f4c --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/init/src/main/java/com/example/AppMain.java @@ -0,0 +1,14 @@ +package com.example; + +import com.legacy.exceptions.OldException; +import com.legacy.exceptions.DeprecatedError; + +public class AppMain { + public static void main(String[] args) { + try { + // code + } catch (OldException e) { + // handle + } + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/init/src/tests/IntegrationTest.java b/shellops/assets/ShellOps_d5e92319f0/init/src/tests/IntegrationTest.java new file mode 100644 index 0000000000000000000000000000000000000000..ab44f978e4baea1d10ff9641382490626eb1b5f9 --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/init/src/tests/IntegrationTest.java @@ -0,0 +1,11 @@ +package com.example.tests; + +import com.legacy.exceptions.DeprecatedError; +import com.legacy.exceptions.OldException; + +public class IntegrationTest { + @Test + public void testScenario() throws OldException { + // test code + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5e92319f0/init/src/utils/Logger.java b/shellops/assets/ShellOps_d5e92319f0/init/src/utils/Logger.java new file mode 100644 index 0000000000000000000000000000000000000000..b507ccacbc61c6192e7e19c460f9063cc61d37d9 --- /dev/null +++ b/shellops/assets/ShellOps_d5e92319f0/init/src/utils/Logger.java @@ -0,0 +1,9 @@ +package com.example.utils; + +import com.legacy.exceptions.LoggingFailure; + +public class Logger { + void log(String message) throws LoggingFailure { + // logging code + } +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5edc89616/gold/cabinet_inventory.csv b/shellops/assets/ShellOps_d5edc89616/gold/cabinet_inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..db595f53a9f885034111baa2714ce6a833d17225 --- /dev/null +++ b/shellops/assets/ShellOps_d5edc89616/gold/cabinet_inventory.csv @@ -0,0 +1,6 @@ +CMP-1001|14 +CMP-1003|7 +CMP-1004|3 +CMP-1005|6 +CMP-9999|2 +CMP-2001|1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5edc89616/gold/cabinet_master.csv b/shellops/assets/ShellOps_d5edc89616/gold/cabinet_master.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a4578908ad11a71525af71cc4188dbb673e9e71 --- /dev/null +++ b/shellops/assets/ShellOps_d5edc89616/gold/cabinet_master.csv @@ -0,0 +1,5 @@ +CMP-1001|12 +CMP-1002|5 +CMP-1003|8 +CMP-1004|3 +CMP-1005|6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5edc89616/gold/reconciled_components.csv b/shellops/assets/ShellOps_d5edc89616/gold/reconciled_components.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b7e41fbbc709c836a301d0791f81720e78e139b --- /dev/null +++ b/shellops/assets/ShellOps_d5edc89616/gold/reconciled_components.csv @@ -0,0 +1,6 @@ +ComponentID|ExpectedQty|ScannedQty +CMP-1001|12|14 +CMP-1002|5|0 +CMP-1003|8|7 +CMP-1004|3|3 +CMP-1005|6|6 diff --git a/shellops/assets/ShellOps_d5edc89616/init/cabinet_inventory.csv b/shellops/assets/ShellOps_d5edc89616/init/cabinet_inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..db595f53a9f885034111baa2714ce6a833d17225 --- /dev/null +++ b/shellops/assets/ShellOps_d5edc89616/init/cabinet_inventory.csv @@ -0,0 +1,6 @@ +CMP-1001|14 +CMP-1003|7 +CMP-1004|3 +CMP-1005|6 +CMP-9999|2 +CMP-2001|1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d5edc89616/init/cabinet_master.csv b/shellops/assets/ShellOps_d5edc89616/init/cabinet_master.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a4578908ad11a71525af71cc4188dbb673e9e71 --- /dev/null +++ b/shellops/assets/ShellOps_d5edc89616/init/cabinet_master.csv @@ -0,0 +1,5 @@ +CMP-1001|12 +CMP-1002|5 +CMP-1003|8 +CMP-1004|3 +CMP-1005|6 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d600098084/gold/deps/deprecated.txt b/shellops/assets/ShellOps_d600098084/gold/deps/deprecated.txt new file mode 100644 index 0000000000000000000000000000000000000000..12c3287c0d7837b2236015b9bc825cd5d0a8f7ad --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/gold/deps/deprecated.txt @@ -0,0 +1,2 @@ +comp_c +comp_g diff --git a/shellops/assets/ShellOps_d600098084/gold/deps/registry.json b/shellops/assets/ShellOps_d600098084/gold/deps/registry.json new file mode 100644 index 0000000000000000000000000000000000000000..82ebe99f91bdd65e2930d3ddb02654cc3c900c4a --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/gold/deps/registry.json @@ -0,0 +1,8 @@ +{ + "schema_version": "1.0", + "dependencies": [ + { "component_id": "comp_a", "license": "MIT" }, + { "component_id": "comp_f", "license": "Apache-2.0" }, + { "component_id": "comp_g", "license": "BSD-3-Clause" } + ] +} diff --git a/shellops/assets/ShellOps_d600098084/gold/manifests/app_alpha.json b/shellops/assets/ShellOps_d600098084/gold/manifests/app_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..b4a8925f83d8976baec53f54ed475376a68460f2 --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/gold/manifests/app_alpha.json @@ -0,0 +1,9 @@ +{ + "app": "alpha", + "version": "1.2.0", + "components": [ + { "id": "comp_a", "type": "library" }, + { "id": "comp_b", "type": "service" }, + { "id": "comp_c", "type": "library" } + ] +} diff --git a/shellops/assets/ShellOps_d600098084/gold/manifests/app_beta.json b/shellops/assets/ShellOps_d600098084/gold/manifests/app_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..634a84b539e73401203d56b0f79c5f30bb7af5f9 --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/gold/manifests/app_beta.json @@ -0,0 +1,9 @@ +{ + "app": "beta", + "version": "2.0.1", + "components": [ + { "id": "comp_b", "type": "service" }, + { "id": "comp_d", "type": "library" }, + { "id": "comp_e", "type": "daemon" } + ] +} diff --git a/shellops/assets/ShellOps_d600098084/gold/notes/irrelevant.md b/shellops/assets/ShellOps_d600098084/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..9ab330e41f46c4fc90adcb2187a0185ff138d7e0 --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/gold/notes/irrelevant.md @@ -0,0 +1,5 @@ +# Outdated Notes + +Some legacy components mentioned here are no longer relevant: +- comp_z (removed) +- comp_y (replaced) diff --git a/shellops/assets/ShellOps_d600098084/gold/reports/component_inventory.txt b/shellops/assets/ShellOps_d600098084/gold/reports/component_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5cb0b500f16ddad7cc25d0f02d73c593ba46a1c --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/gold/reports/component_inventory.txt @@ -0,0 +1,5 @@ +comp_a +comp_b +comp_d +comp_e +comp_f diff --git a/shellops/assets/ShellOps_d600098084/init/deps/deprecated.txt b/shellops/assets/ShellOps_d600098084/init/deps/deprecated.txt new file mode 100644 index 0000000000000000000000000000000000000000..12c3287c0d7837b2236015b9bc825cd5d0a8f7ad --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/init/deps/deprecated.txt @@ -0,0 +1,2 @@ +comp_c +comp_g diff --git a/shellops/assets/ShellOps_d600098084/init/deps/registry.json b/shellops/assets/ShellOps_d600098084/init/deps/registry.json new file mode 100644 index 0000000000000000000000000000000000000000..82ebe99f91bdd65e2930d3ddb02654cc3c900c4a --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/init/deps/registry.json @@ -0,0 +1,8 @@ +{ + "schema_version": "1.0", + "dependencies": [ + { "component_id": "comp_a", "license": "MIT" }, + { "component_id": "comp_f", "license": "Apache-2.0" }, + { "component_id": "comp_g", "license": "BSD-3-Clause" } + ] +} diff --git a/shellops/assets/ShellOps_d600098084/init/manifests/app_alpha.json b/shellops/assets/ShellOps_d600098084/init/manifests/app_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..b4a8925f83d8976baec53f54ed475376a68460f2 --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/init/manifests/app_alpha.json @@ -0,0 +1,9 @@ +{ + "app": "alpha", + "version": "1.2.0", + "components": [ + { "id": "comp_a", "type": "library" }, + { "id": "comp_b", "type": "service" }, + { "id": "comp_c", "type": "library" } + ] +} diff --git a/shellops/assets/ShellOps_d600098084/init/manifests/app_beta.json b/shellops/assets/ShellOps_d600098084/init/manifests/app_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..634a84b539e73401203d56b0f79c5f30bb7af5f9 --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/init/manifests/app_beta.json @@ -0,0 +1,9 @@ +{ + "app": "beta", + "version": "2.0.1", + "components": [ + { "id": "comp_b", "type": "service" }, + { "id": "comp_d", "type": "library" }, + { "id": "comp_e", "type": "daemon" } + ] +} diff --git a/shellops/assets/ShellOps_d600098084/init/notes/irrelevant.md b/shellops/assets/ShellOps_d600098084/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..9ab330e41f46c4fc90adcb2187a0185ff138d7e0 --- /dev/null +++ b/shellops/assets/ShellOps_d600098084/init/notes/irrelevant.md @@ -0,0 +1,5 @@ +# Outdated Notes + +Some legacy components mentioned here are no longer relevant: +- comp_z (removed) +- comp_y (replaced) diff --git a/shellops/assets/ShellOps_d62e44bdb3/gold/notes/irrelevant.md b/shellops/assets/ShellOps_d62e44bdb3/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..8693ecbcad521e252f5a29603e17777a4ad5f079 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/gold/notes/irrelevant.md @@ -0,0 +1,4 @@ +# Component Notes +- comp_a: database issues observed +- comp_b: memory warnings frequent +- comp_c: auth module pending update \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/gold/reports/component_errors.txt b/shellops/assets/ShellOps_d62e44bdb3/gold/reports/component_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..730e6b01fbb524440a9f6dcc720e5e8dc1b7fc38 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/gold/reports/component_errors.txt @@ -0,0 +1,6 @@ +2024-10-15 08:24:12 ERROR Component A failed to connect to database +2024-10-15 08:26:44 ERROR Component A unable to acquire lock +2024-10-15 08:23:55 ERROR Component B encountered null pointer exception +2024-10-15 08:26:15 ERROR Component B disk write failure +2024-10-15 08:23:20 ERROR Component C service unavailable +2024-10-15 08:26:25 ERROR Component C authentication failed diff --git a/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/archive/old_errors.log b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/archive/old_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..50c55606a26fc027c8989197610cb944c1b2a8f5 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/archive/old_errors.log @@ -0,0 +1,2 @@ +2024-09-01 12:00:00 ERROR Deprecated error from old run +2024-09-02 13:10:00 ERROR Another outdated error \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_a.log b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_a.log new file mode 100644 index 0000000000000000000000000000000000000000..47906829d8627d9796e2fd12b61b181b282c6fd6 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_a.log @@ -0,0 +1,5 @@ +2024-10-15 08:23:45 INFO Component A initialized +2024-10-15 08:24:12 ERROR Component A failed to connect to database +2024-10-15 08:25:03 WARN Connection timeout approaching +2024-10-15 08:26:44 ERROR Component A unable to acquire lock +2024-10-15 08:27:30 INFO Retry scheduled \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_b.log b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_b.log new file mode 100644 index 0000000000000000000000000000000000000000..758834d3f36950c0953e0a422aa136edfb43d9ce --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_b.log @@ -0,0 +1,5 @@ +2024-10-15 08:22:10 INFO Component B starting +2024-10-15 08:23:55 ERROR Component B encountered null pointer exception +2024-10-15 08:24:20 WARN High memory usage detected +2024-10-15 08:25:41 INFO Memory released +2024-10-15 08:26:15 ERROR Component B disk write failure \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_c.log b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_c.log new file mode 100644 index 0000000000000000000000000000000000000000..e3b889d9727f92d1d7b28d8fe171238b560833b0 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/gold/runtime/comp_c.log @@ -0,0 +1,5 @@ +2024-10-15 08:21:30 INFO Component C loaded configuration +2024-10-15 08:23:20 ERROR Component C service unavailable +2024-10-15 08:24:50 WARN Request queue full +2024-10-15 08:25:10 INFO Queue drained +2024-10-15 08:26:25 ERROR Component C authentication failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/init/notes/irrelevant.md b/shellops/assets/ShellOps_d62e44bdb3/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..8693ecbcad521e252f5a29603e17777a4ad5f079 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/init/notes/irrelevant.md @@ -0,0 +1,4 @@ +# Component Notes +- comp_a: database issues observed +- comp_b: memory warnings frequent +- comp_c: auth module pending update \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/init/runtime/archive/old_errors.log b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/archive/old_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..50c55606a26fc027c8989197610cb944c1b2a8f5 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/archive/old_errors.log @@ -0,0 +1,2 @@ +2024-09-01 12:00:00 ERROR Deprecated error from old run +2024-09-02 13:10:00 ERROR Another outdated error \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_a.log b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_a.log new file mode 100644 index 0000000000000000000000000000000000000000..47906829d8627d9796e2fd12b61b181b282c6fd6 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_a.log @@ -0,0 +1,5 @@ +2024-10-15 08:23:45 INFO Component A initialized +2024-10-15 08:24:12 ERROR Component A failed to connect to database +2024-10-15 08:25:03 WARN Connection timeout approaching +2024-10-15 08:26:44 ERROR Component A unable to acquire lock +2024-10-15 08:27:30 INFO Retry scheduled \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_b.log b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_b.log new file mode 100644 index 0000000000000000000000000000000000000000..758834d3f36950c0953e0a422aa136edfb43d9ce --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_b.log @@ -0,0 +1,5 @@ +2024-10-15 08:22:10 INFO Component B starting +2024-10-15 08:23:55 ERROR Component B encountered null pointer exception +2024-10-15 08:24:20 WARN High memory usage detected +2024-10-15 08:25:41 INFO Memory released +2024-10-15 08:26:15 ERROR Component B disk write failure \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_c.log b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_c.log new file mode 100644 index 0000000000000000000000000000000000000000..e3b889d9727f92d1d7b28d8fe171238b560833b0 --- /dev/null +++ b/shellops/assets/ShellOps_d62e44bdb3/init/runtime/comp_c.log @@ -0,0 +1,5 @@ +2024-10-15 08:21:30 INFO Component C loaded configuration +2024-10-15 08:23:20 ERROR Component C service unavailable +2024-10-15 08:24:50 WARN Request queue full +2024-10-15 08:25:10 INFO Queue drained +2024-10-15 08:26:25 ERROR Component C authentication failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62f62cb75/gold/audit/.keep b/shellops/assets/ShellOps_d62f62cb75/gold/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d62f62cb75/gold/audit/missing_accounts.txt b/shellops/assets/ShellOps_d62f62cb75/gold/audit/missing_accounts.txt new file mode 100644 index 0000000000000000000000000000000000000000..49bc2728c7a0839d8d692af07634d267555b28b4 --- /dev/null +++ b/shellops/assets/ShellOps_d62f62cb75/gold/audit/missing_accounts.txt @@ -0,0 +1 @@ +1005 diff --git a/shellops/assets/ShellOps_d62f62cb75/gold/auth/users.yml b/shellops/assets/ShellOps_d62f62cb75/gold/auth/users.yml new file mode 100644 index 0000000000000000000000000000000000000000..7443734eb8ca103db48f42e8a04b54abffe945a2 --- /dev/null +++ b/shellops/assets/ShellOps_d62f62cb75/gold/auth/users.yml @@ -0,0 +1,5 @@ +approved_users: + - 1001 + - 1002 + - 1003 + - 1004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62f62cb75/gold/deployments/api-sessions.log b/shellops/assets/ShellOps_d62f62cb75/gold/deployments/api-sessions.log new file mode 100644 index 0000000000000000000000000000000000000000..0284e976085bfe5e224af20d1f8ec17f86111108 --- /dev/null +++ b/shellops/assets/ShellOps_d62f62cb75/gold/deployments/api-sessions.log @@ -0,0 +1 @@ +{"active_sessions": [{"uid": 1001, "timestamp": "2024-05-20T08:12:34Z"}, {"uid": 1003, "timestamp": "2024-05-20T08:15:02Z"}, {"uid": 1005, "timestamp": "2024-05-20T08:17:45Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62f62cb75/init/audit/.keep b/shellops/assets/ShellOps_d62f62cb75/init/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d62f62cb75/init/auth/users.yml b/shellops/assets/ShellOps_d62f62cb75/init/auth/users.yml new file mode 100644 index 0000000000000000000000000000000000000000..7443734eb8ca103db48f42e8a04b54abffe945a2 --- /dev/null +++ b/shellops/assets/ShellOps_d62f62cb75/init/auth/users.yml @@ -0,0 +1,5 @@ +approved_users: + - 1001 + - 1002 + - 1003 + - 1004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d62f62cb75/init/deployments/api-sessions.log b/shellops/assets/ShellOps_d62f62cb75/init/deployments/api-sessions.log new file mode 100644 index 0000000000000000000000000000000000000000..0284e976085bfe5e224af20d1f8ec17f86111108 --- /dev/null +++ b/shellops/assets/ShellOps_d62f62cb75/init/deployments/api-sessions.log @@ -0,0 +1 @@ +{"active_sessions": [{"uid": 1001, "timestamp": "2024-05-20T08:12:34Z"}, {"uid": 1003, "timestamp": "2024-05-20T08:15:02Z"}, {"uid": 1005, "timestamp": "2024-05-20T08:17:45Z"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d651e2572a/gold/catalog/irrelevant_notes.txt b/shellops/assets/ShellOps_d651e2572a/gold/catalog/irrelevant_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..62e5ce691f83a40fddd66ffc9eec44171de8a9b4 --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/gold/catalog/irrelevant_notes.txt @@ -0,0 +1,4 @@ +Random notes: +- VNDA_PART123 is popular +- VNDD_PART000 does not exist +- Check VNDB_PART456 quality diff --git a/shellops/assets/ShellOps_d651e2572a/gold/manifest_alpha.psv b/shellops/assets/ShellOps_d651e2572a/gold/manifest_alpha.psv new file mode 100644 index 0000000000000000000000000000000000000000..c450c6e581b9b9249a3a82f613f56129e4b0d4ee --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/gold/manifest_alpha.psv @@ -0,0 +1,4 @@ +# Warehouse manifest from vendor Alpha +VNDA_PART123|50 +VNDA_PART456|30 +VNDA_PART789|20 diff --git a/shellops/assets/ShellOps_d651e2572a/gold/manifest_beta.psv b/shellops/assets/ShellOps_d651e2572a/gold/manifest_beta.psv new file mode 100644 index 0000000000000000000000000000000000000000..c017bf081008799111e04829dc3b299dc257aa82 --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/gold/manifest_beta.psv @@ -0,0 +1,4 @@ +# Warehouse manifest from vendor Beta +VNDB_PART123|25 +VNDB_PART456|35 +VNDB_PART999|10 diff --git a/shellops/assets/ShellOps_d651e2572a/gold/manifest_gamma.psv b/shellops/assets/ShellOps_d651e2572a/gold/manifest_gamma.psv new file mode 100644 index 0000000000000000000000000000000000000000..6c01d620fc33f29db72bb6376189d9e8ab53377a --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/gold/manifest_gamma.psv @@ -0,0 +1,4 @@ +# Warehouse manifest from vendor Gamma +VNDC_PART123|15 +VNDC_PART789|40 +VNDC_PART999|5 diff --git a/shellops/assets/ShellOps_d651e2572a/gold/warehouse/consolidated.psv b/shellops/assets/ShellOps_d651e2572a/gold/warehouse/consolidated.psv new file mode 100644 index 0000000000000000000000000000000000000000..3f94498c13a6db034604962d7b0caeaccc9378e6 --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/gold/warehouse/consolidated.psv @@ -0,0 +1,4 @@ +PART123|90 +PART456|65 +PART789|60 +PART999|15 diff --git a/shellops/assets/ShellOps_d651e2572a/init/catalog/irrelevant_notes.txt b/shellops/assets/ShellOps_d651e2572a/init/catalog/irrelevant_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..62e5ce691f83a40fddd66ffc9eec44171de8a9b4 --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/init/catalog/irrelevant_notes.txt @@ -0,0 +1,4 @@ +Random notes: +- VNDA_PART123 is popular +- VNDD_PART000 does not exist +- Check VNDB_PART456 quality diff --git a/shellops/assets/ShellOps_d651e2572a/init/manifest_alpha.psv b/shellops/assets/ShellOps_d651e2572a/init/manifest_alpha.psv new file mode 100644 index 0000000000000000000000000000000000000000..c450c6e581b9b9249a3a82f613f56129e4b0d4ee --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/init/manifest_alpha.psv @@ -0,0 +1,4 @@ +# Warehouse manifest from vendor Alpha +VNDA_PART123|50 +VNDA_PART456|30 +VNDA_PART789|20 diff --git a/shellops/assets/ShellOps_d651e2572a/init/manifest_beta.psv b/shellops/assets/ShellOps_d651e2572a/init/manifest_beta.psv new file mode 100644 index 0000000000000000000000000000000000000000..c017bf081008799111e04829dc3b299dc257aa82 --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/init/manifest_beta.psv @@ -0,0 +1,4 @@ +# Warehouse manifest from vendor Beta +VNDB_PART123|25 +VNDB_PART456|35 +VNDB_PART999|10 diff --git a/shellops/assets/ShellOps_d651e2572a/init/manifest_gamma.psv b/shellops/assets/ShellOps_d651e2572a/init/manifest_gamma.psv new file mode 100644 index 0000000000000000000000000000000000000000..6c01d620fc33f29db72bb6376189d9e8ab53377a --- /dev/null +++ b/shellops/assets/ShellOps_d651e2572a/init/manifest_gamma.psv @@ -0,0 +1,4 @@ +# Warehouse manifest from vendor Gamma +VNDC_PART123|15 +VNDC_PART789|40 +VNDC_PART999|5 diff --git a/shellops/assets/ShellOps_d6b4e58d20/gold/assay_A/results.ndjson b/shellops/assets/ShellOps_d6b4e58d20/gold/assay_A/results.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1468d27b0f1e661ea07bba379cf2c5f5fb1760e2 --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/gold/assay_A/results.ndjson @@ -0,0 +1,3 @@ +{"assay": "A", "compound_id": "CPD-001", "value": 0.45} +{"assay": "A", "compound_id": "CPD-045", "value": 1.2} +{"assay": "A", "compound_id": "CPD-999", "value": 0.89} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6b4e58d20/gold/assay_B/run_454.ndjson b/shellops/assets/ShellOps_d6b4e58d20/gold/assay_B/run_454.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8ba4ac2253862c72ee9851fe7e0a17ccec868272 --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/gold/assay_B/run_454.ndjson @@ -0,0 +1,3 @@ +{"compound_id": "EXPT-789", "result": "pass"} +{"compound_id": "CPD-045", "result": "fail"} +{"compound_id": "NOVEL-001", "notes": "unregistered"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6b4e58d20/gold/master_registry/compounds.csv b/shellops/assets/ShellOps_d6b4e58d20/gold/master_registry/compounds.csv new file mode 100644 index 0000000000000000000000000000000000000000..d048d71261aec5dc5c6c6f9b36915a9c26aaa1d4 --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/gold/master_registry/compounds.csv @@ -0,0 +1,4 @@ +compound_id,source +CPD-001,natural +CPD-999,synthetic +EXPT-789,experimental \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6b4e58d20/gold/missing_compounds.txt b/shellops/assets/ShellOps_d6b4e58d20/gold/missing_compounds.txt new file mode 100644 index 0000000000000000000000000000000000000000..921d79d3c5ba79910c4b62909b638110861bba2b --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/gold/missing_compounds.txt @@ -0,0 +1,2 @@ +CPD-045 +NOVEL-001 diff --git a/shellops/assets/ShellOps_d6b4e58d20/init/assay_A/results.ndjson b/shellops/assets/ShellOps_d6b4e58d20/init/assay_A/results.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1468d27b0f1e661ea07bba379cf2c5f5fb1760e2 --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/init/assay_A/results.ndjson @@ -0,0 +1,3 @@ +{"assay": "A", "compound_id": "CPD-001", "value": 0.45} +{"assay": "A", "compound_id": "CPD-045", "value": 1.2} +{"assay": "A", "compound_id": "CPD-999", "value": 0.89} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6b4e58d20/init/assay_B/run_454.ndjson b/shellops/assets/ShellOps_d6b4e58d20/init/assay_B/run_454.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8ba4ac2253862c72ee9851fe7e0a17ccec868272 --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/init/assay_B/run_454.ndjson @@ -0,0 +1,3 @@ +{"compound_id": "EXPT-789", "result": "pass"} +{"compound_id": "CPD-045", "result": "fail"} +{"compound_id": "NOVEL-001", "notes": "unregistered"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6b4e58d20/init/master_registry/compounds.csv b/shellops/assets/ShellOps_d6b4e58d20/init/master_registry/compounds.csv new file mode 100644 index 0000000000000000000000000000000000000000..d048d71261aec5dc5c6c6f9b36915a9c26aaa1d4 --- /dev/null +++ b/shellops/assets/ShellOps_d6b4e58d20/init/master_registry/compounds.csv @@ -0,0 +1,4 @@ +compound_id,source +CPD-001,natural +CPD-999,synthetic +EXPT-789,experimental \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6c276d384/gold/approved_versions.txt b/shellops/assets/ShellOps_d6c276d384/gold/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..34e098cbffd212404cffd9c072661b3dc142e9dc --- /dev/null +++ b/shellops/assets/ShellOps_d6c276d384/gold/approved_versions.txt @@ -0,0 +1,5 @@ +argparse +numpy +requests +django +pandas diff --git a/shellops/assets/ShellOps_d6c276d384/gold/outdated.txt b/shellops/assets/ShellOps_d6c276d384/gold/outdated.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ccafc3f904ba0d6ffda0fdc2802e0d6a59a3832 --- /dev/null +++ b/shellops/assets/ShellOps_d6c276d384/gold/outdated.txt @@ -0,0 +1 @@ +matplotlib diff --git a/shellops/assets/ShellOps_d6c276d384/gold/registry.xml b/shellops/assets/ShellOps_d6c276d384/gold/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..ffc00acd6d04229452ac35fed6b508542196b691 --- /dev/null +++ b/shellops/assets/ShellOps_d6c276d384/gold/registry.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d6c276d384/init/approved_versions.txt b/shellops/assets/ShellOps_d6c276d384/init/approved_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..34e098cbffd212404cffd9c072661b3dc142e9dc --- /dev/null +++ b/shellops/assets/ShellOps_d6c276d384/init/approved_versions.txt @@ -0,0 +1,5 @@ +argparse +numpy +requests +django +pandas diff --git a/shellops/assets/ShellOps_d6c276d384/init/registry.xml b/shellops/assets/ShellOps_d6c276d384/init/registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..ffc00acd6d04229452ac35fed6b508542196b691 --- /dev/null +++ b/shellops/assets/ShellOps_d6c276d384/init/registry.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d702e06826/gold/devices_runtime.json b/shellops/assets/ShellOps_d702e06826/gold/devices_runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..68d5ebf3abb9c3524f32bd10f1ce5876162f85b5 --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/gold/devices_runtime.json @@ -0,0 +1,7 @@ +[ + {"device_id": "DEV-1001", "status": "active", "last_seen": "2024-06-01"}, + {"device_id": "DEV-1002", "status": "active", "last_seen": "2024-06-02"}, + {"device_id": "DEV-1003", "status": "inactive", "last_seen": "2024-05-15"}, + {"device_id": "DEV-1004", "status": "active", "last_seen": "2024-06-03"}, + {"device_id": "DEV-1005", "status": "active", "last_seen": "2024-06-04"} +] diff --git a/shellops/assets/ShellOps_d702e06826/gold/notes.md b/shellops/assets/ShellOps_d702e06826/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5e2f54800db48585f16e11ff5d507e64ed30fd1b --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/gold/notes.md @@ -0,0 +1,6 @@ +# Device Reconciliation Notes + +- DEV-1003 is inactive in runtime and deprecated in vendor manifest +- DEV-1005 is active in runtime but deprecated in vendor manifest (should be excluded) +- DEV-1006 exists only in vendor manifest (should be excluded) +- Expected verified devices: DEV-1001, DEV-1002, DEV-1004 diff --git a/shellops/assets/ShellOps_d702e06826/gold/vendor_manifest.json b/shellops/assets/ShellOps_d702e06826/gold/vendor_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ff70ea4b93567413bdca09026564cfcc28ef30 --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/gold/vendor_manifest.json @@ -0,0 +1,8 @@ +[ + {"device_id": "DEV-1001", "model": "ACME-X100", "location": "Building A", "deprecated": false}, + {"device_id": "DEV-1002", "model": "ACME-X200", "location": "Building B", "deprecated": false}, + {"device_id": "DEV-1003", "model": "ACME-X150", "location": "Building C", "deprecated": true}, + {"device_id": "DEV-1004", "model": "ACME-X300", "location": "Building D", "deprecated": false}, + {"device_id": "DEV-1005", "model": "ACME-X250", "location": "Building E", "deprecated": true}, + {"device_id": "DEV-1006", "model": "ACME-X400", "location": "Building F", "deprecated": false} +] diff --git a/shellops/assets/ShellOps_d702e06826/gold/verified_devices.txt b/shellops/assets/ShellOps_d702e06826/gold/verified_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f9aaec68a703869a61b24e68cadc15fe8c5e08 --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/gold/verified_devices.txt @@ -0,0 +1,3 @@ +DEV-1001|ACME-X100|Building A +DEV-1002|ACME-X200|Building B +DEV-1004|ACME-X300|Building D diff --git a/shellops/assets/ShellOps_d702e06826/init/devices_runtime.json b/shellops/assets/ShellOps_d702e06826/init/devices_runtime.json new file mode 100644 index 0000000000000000000000000000000000000000..68d5ebf3abb9c3524f32bd10f1ce5876162f85b5 --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/init/devices_runtime.json @@ -0,0 +1,7 @@ +[ + {"device_id": "DEV-1001", "status": "active", "last_seen": "2024-06-01"}, + {"device_id": "DEV-1002", "status": "active", "last_seen": "2024-06-02"}, + {"device_id": "DEV-1003", "status": "inactive", "last_seen": "2024-05-15"}, + {"device_id": "DEV-1004", "status": "active", "last_seen": "2024-06-03"}, + {"device_id": "DEV-1005", "status": "active", "last_seen": "2024-06-04"} +] diff --git a/shellops/assets/ShellOps_d702e06826/init/notes.md b/shellops/assets/ShellOps_d702e06826/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5e2f54800db48585f16e11ff5d507e64ed30fd1b --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/init/notes.md @@ -0,0 +1,6 @@ +# Device Reconciliation Notes + +- DEV-1003 is inactive in runtime and deprecated in vendor manifest +- DEV-1005 is active in runtime but deprecated in vendor manifest (should be excluded) +- DEV-1006 exists only in vendor manifest (should be excluded) +- Expected verified devices: DEV-1001, DEV-1002, DEV-1004 diff --git a/shellops/assets/ShellOps_d702e06826/init/vendor_manifest.json b/shellops/assets/ShellOps_d702e06826/init/vendor_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ff70ea4b93567413bdca09026564cfcc28ef30 --- /dev/null +++ b/shellops/assets/ShellOps_d702e06826/init/vendor_manifest.json @@ -0,0 +1,8 @@ +[ + {"device_id": "DEV-1001", "model": "ACME-X100", "location": "Building A", "deprecated": false}, + {"device_id": "DEV-1002", "model": "ACME-X200", "location": "Building B", "deprecated": false}, + {"device_id": "DEV-1003", "model": "ACME-X150", "location": "Building C", "deprecated": true}, + {"device_id": "DEV-1004", "model": "ACME-X300", "location": "Building D", "deprecated": false}, + {"device_id": "DEV-1005", "model": "ACME-X250", "location": "Building E", "deprecated": true}, + {"device_id": "DEV-1006", "model": "ACME-X400", "location": "Building F", "deprecated": false} +] diff --git a/shellops/assets/ShellOps_d7030c4494/gold/extracted/active_threats.txt b/shellops/assets/ShellOps_d7030c4494/gold/extracted/active_threats.txt new file mode 100644 index 0000000000000000000000000000000000000000..d673a541211730b0ed961ed3c6fb944bf059f4e3 --- /dev/null +++ b/shellops/assets/ShellOps_d7030c4494/gold/extracted/active_threats.txt @@ -0,0 +1,3 @@ +192.168.1.105 +198.51.100.17 +203.0.113.45 diff --git a/shellops/assets/ShellOps_d7030c4494/gold/notes/.keep b/shellops/assets/ShellOps_d7030c4494/gold/notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d7030c4494/gold/notes/case_notes.log b/shellops/assets/ShellOps_d7030c4494/gold/notes/case_notes.log new file mode 100644 index 0000000000000000000000000000000000000000..a42f10fa3cb358cb8d00e81f6ddb03c44e6f8b3d --- /dev/null +++ b/shellops/assets/ShellOps_d7030c4494/gold/notes/case_notes.log @@ -0,0 +1,11 @@ +2024-09-15 08:30:00 [INFO] Case opened for network intrusion. +Analyst comment: initial sweep shows unusual outbound traffic. +2024-09-15 09:15:00 SUSPECT_IP:192.168.1.105:port_scan:2024-09-15_09:10 +2024-09-15 10:00:00 [DEBUG] Internal hostname webserv-01 responding normally. +2024-09-15 10:45:00 SUSPECT_IP:10.0.4.22:data_exfil:2024-09-15_10:30 +2024-09-15 11:30:00 SUSPECT_IP:192.168.1.105:recon:2024-09-15_11:15 (same IP as earlier) +2024-09-15 12:15:00 Analyst comment: whitelisted IP 10.0.0.5 appears in logs but is safe. +2024-09-15 13:00:00 [INFO] Another unrelated entry with IP 172.16.0.1 (not suspicious). +2024-09-15 14:20:00 SUSPECT_IP:203.0.113.45:brute_force:2024-09-15_14:05 +2024-09-15 15:10:00 Internal hostname db‑backup‑02 on 10.0.0.5. +2024-09-15 16:30:00 SUSPECT_IP:198.51.100.17:malware_c2:2024-09-15_16:20 diff --git a/shellops/assets/ShellOps_d7030c4494/gold/whitelist.tsv b/shellops/assets/ShellOps_d7030c4494/gold/whitelist.tsv new file mode 100644 index 0000000000000000000000000000000000000000..84e5af7aa8fb4e5183b342c114fe24abc5e67954 --- /dev/null +++ b/shellops/assets/ShellOps_d7030c4494/gold/whitelist.tsv @@ -0,0 +1,3 @@ +10.0.0.5 corporate_gateway +10.0.4.22 monitoring_probe +172.16.0.1 vpn_endpoint diff --git a/shellops/assets/ShellOps_d7030c4494/init/notes/.keep b/shellops/assets/ShellOps_d7030c4494/init/notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d7030c4494/init/notes/case_notes.log b/shellops/assets/ShellOps_d7030c4494/init/notes/case_notes.log new file mode 100644 index 0000000000000000000000000000000000000000..a42f10fa3cb358cb8d00e81f6ddb03c44e6f8b3d --- /dev/null +++ b/shellops/assets/ShellOps_d7030c4494/init/notes/case_notes.log @@ -0,0 +1,11 @@ +2024-09-15 08:30:00 [INFO] Case opened for network intrusion. +Analyst comment: initial sweep shows unusual outbound traffic. +2024-09-15 09:15:00 SUSPECT_IP:192.168.1.105:port_scan:2024-09-15_09:10 +2024-09-15 10:00:00 [DEBUG] Internal hostname webserv-01 responding normally. +2024-09-15 10:45:00 SUSPECT_IP:10.0.4.22:data_exfil:2024-09-15_10:30 +2024-09-15 11:30:00 SUSPECT_IP:192.168.1.105:recon:2024-09-15_11:15 (same IP as earlier) +2024-09-15 12:15:00 Analyst comment: whitelisted IP 10.0.0.5 appears in logs but is safe. +2024-09-15 13:00:00 [INFO] Another unrelated entry with IP 172.16.0.1 (not suspicious). +2024-09-15 14:20:00 SUSPECT_IP:203.0.113.45:brute_force:2024-09-15_14:05 +2024-09-15 15:10:00 Internal hostname db‑backup‑02 on 10.0.0.5. +2024-09-15 16:30:00 SUSPECT_IP:198.51.100.17:malware_c2:2024-09-15_16:20 diff --git a/shellops/assets/ShellOps_d7030c4494/init/whitelist.tsv b/shellops/assets/ShellOps_d7030c4494/init/whitelist.tsv new file mode 100644 index 0000000000000000000000000000000000000000..84e5af7aa8fb4e5183b342c114fe24abc5e67954 --- /dev/null +++ b/shellops/assets/ShellOps_d7030c4494/init/whitelist.tsv @@ -0,0 +1,3 @@ +10.0.0.5 corporate_gateway +10.0.4.22 monitoring_probe +172.16.0.1 vpn_endpoint diff --git a/shellops/assets/ShellOps_d7616c450d/gold/active_devices.json b/shellops/assets/ShellOps_d7616c450d/gold/active_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..ee88eac040831283f19ec4670748dbd3cda6b9f8 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/gold/active_devices.json @@ -0,0 +1,8 @@ +[ + {"device_id": "DEV001", "status": "active"}, + {"device_id": "DEV003", "status": "active"}, + {"device_id": "DEV004", "status": "active"}, + {"device_id": "DEV006", "status": "active"}, + {"device_id": "DEV007", "status": "active"}, + {"device_id": "DEV008", "status": "active"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_d7616c450d/gold/devices.csv b/shellops/assets/ShellOps_d7616c450d/gold/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..c856d20e2aeedb38ceb2a3bc3dc5081c03c430c8 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/gold/devices.csv @@ -0,0 +1,9 @@ +device_id,model,sensor_count +DEV001,Alpha-200,12 +DEV002,Beta-500,8 +DEV003,Alpha-200,10 +DEV004,Gamma-100,6 +DEV005,Beta-500,9 +DEV006,Delta-700,15 +DEV007,Alpha-200,11 +DEV008,Gamma-100,7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d7616c450d/gold/notes.md b/shellops/assets/ShellOps_d7616c450d/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b064d5a286874d371115274baa594db298c4a633 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/gold/notes.md @@ -0,0 +1 @@ +Placeholder notes file for the workspace. The active_devices.json only includes devices currently online. diff --git a/shellops/assets/ShellOps_d7616c450d/gold/top_models.tsv b/shellops/assets/ShellOps_d7616c450d/gold/top_models.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f59cf0d4c5c62af5ffd87e1dd7afb56e77806f98 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/gold/top_models.tsv @@ -0,0 +1,3 @@ +Alpha-200 33 3 +Delta-700 15 1 +Gamma-100 13 2 diff --git a/shellops/assets/ShellOps_d7616c450d/init/active_devices.json b/shellops/assets/ShellOps_d7616c450d/init/active_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..ee88eac040831283f19ec4670748dbd3cda6b9f8 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/init/active_devices.json @@ -0,0 +1,8 @@ +[ + {"device_id": "DEV001", "status": "active"}, + {"device_id": "DEV003", "status": "active"}, + {"device_id": "DEV004", "status": "active"}, + {"device_id": "DEV006", "status": "active"}, + {"device_id": "DEV007", "status": "active"}, + {"device_id": "DEV008", "status": "active"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_d7616c450d/init/devices.csv b/shellops/assets/ShellOps_d7616c450d/init/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..c856d20e2aeedb38ceb2a3bc3dc5081c03c430c8 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/init/devices.csv @@ -0,0 +1,9 @@ +device_id,model,sensor_count +DEV001,Alpha-200,12 +DEV002,Beta-500,8 +DEV003,Alpha-200,10 +DEV004,Gamma-100,6 +DEV005,Beta-500,9 +DEV006,Delta-700,15 +DEV007,Alpha-200,11 +DEV008,Gamma-100,7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d7616c450d/init/notes.md b/shellops/assets/ShellOps_d7616c450d/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b064d5a286874d371115274baa594db298c4a633 --- /dev/null +++ b/shellops/assets/ShellOps_d7616c450d/init/notes.md @@ -0,0 +1 @@ +Placeholder notes file for the workspace. The active_devices.json only includes devices currently online. diff --git a/shellops/assets/ShellOps_d7893b0a7e/gold/docs/readme.md b/shellops/assets/ShellOps_d7893b0a7e/gold/docs/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..ed7c0e011339004efcf4ec4105305ba497e0d393 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/gold/docs/readme.md @@ -0,0 +1,3 @@ +# Gateway Profiles +This directory contains endpoint mappings for each gateway. +Update references when services are renamed. diff --git a/shellops/assets/ShellOps_d7893b0a7e/gold/endpoints_master.map b/shellops/assets/ShellOps_d7893b0a7e/gold/endpoints_master.map new file mode 100644 index 0000000000000000000000000000000000000000..0338820143509fe764b06c7b9a8852ca6d9cf941 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/gold/endpoints_master.map @@ -0,0 +1,6 @@ +endpoint:/api/v1/billing/orders +endpoint:/api/v1/billing/refunds +endpoint:/api/v1/billing/transactions +endpoint:/api/v1/inventory/items +endpoint:/api/v1/notifications +endpoint:/api/v1/users/profile diff --git a/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/.keep b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/gateway_east.map b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/gateway_east.map new file mode 100644 index 0000000000000000000000000000000000000000..49525a45bd81677e06e81b03ff5cb437e533c293 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/gateway_east.map @@ -0,0 +1,5 @@ +service: gateway_east +endpoint: /api/v1/payments/orders +timeout: 5000 +endpoint: /api/v1/users/profile +retries: 3 diff --git a/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/gateway_west.map b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/gateway_west.map new file mode 100644 index 0000000000000000000000000000000000000000..d7e088b48b43d79b37d3052a75a672063a0468c6 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/gateway_west.map @@ -0,0 +1,4 @@ +service: gateway_west +endpoint: /api/v1/payments/transactions +endpoint: /api/v1/inventory/items +timeout: 3000 diff --git a/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/legacy_gateway.map b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/legacy_gateway.map new file mode 100644 index 0000000000000000000000000000000000000000..41e3e15c9ff1d25d77a7b7962404cd05829598d6 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/gold/profiles/legacy_gateway.map @@ -0,0 +1,5 @@ +service: legacy_gateway +notes: deprecated endpoints +endpoint: /api/v1/payments/refunds +timeout: 10000 +endpoint: /api/v1/notifications diff --git a/shellops/assets/ShellOps_d7893b0a7e/init/docs/readme.md b/shellops/assets/ShellOps_d7893b0a7e/init/docs/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..ed7c0e011339004efcf4ec4105305ba497e0d393 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/init/docs/readme.md @@ -0,0 +1,3 @@ +# Gateway Profiles +This directory contains endpoint mappings for each gateway. +Update references when services are renamed. diff --git a/shellops/assets/ShellOps_d7893b0a7e/init/profiles/.keep b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d7893b0a7e/init/profiles/gateway_east.map b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/gateway_east.map new file mode 100644 index 0000000000000000000000000000000000000000..49525a45bd81677e06e81b03ff5cb437e533c293 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/gateway_east.map @@ -0,0 +1,5 @@ +service: gateway_east +endpoint: /api/v1/payments/orders +timeout: 5000 +endpoint: /api/v1/users/profile +retries: 3 diff --git a/shellops/assets/ShellOps_d7893b0a7e/init/profiles/gateway_west.map b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/gateway_west.map new file mode 100644 index 0000000000000000000000000000000000000000..d7e088b48b43d79b37d3052a75a672063a0468c6 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/gateway_west.map @@ -0,0 +1,4 @@ +service: gateway_west +endpoint: /api/v1/payments/transactions +endpoint: /api/v1/inventory/items +timeout: 3000 diff --git a/shellops/assets/ShellOps_d7893b0a7e/init/profiles/legacy_gateway.map b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/legacy_gateway.map new file mode 100644 index 0000000000000000000000000000000000000000..41e3e15c9ff1d25d77a7b7962404cd05829598d6 --- /dev/null +++ b/shellops/assets/ShellOps_d7893b0a7e/init/profiles/legacy_gateway.map @@ -0,0 +1,5 @@ +service: legacy_gateway +notes: deprecated endpoints +endpoint: /api/v1/payments/refunds +timeout: 10000 +endpoint: /api/v1/notifications diff --git a/shellops/assets/ShellOps_d8027b045b/gold/budget_summary.txt b/shellops/assets/ShellOps_d8027b045b/gold/budget_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9a8271a3a4f76ab75fe30d7dd7d8fb435dedd23 --- /dev/null +++ b/shellops/assets/ShellOps_d8027b045b/gold/budget_summary.txt @@ -0,0 +1 @@ +Total Due: $3100 diff --git a/shellops/assets/ShellOps_d8027b045b/gold/expenses.yaml b/shellops/assets/ShellOps_d8027b045b/gold/expenses.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d53d9a8f1a46cee1a491d022f21124b0f59ca67b --- /dev/null +++ b/shellops/assets/ShellOps_d8027b045b/gold/expenses.yaml @@ -0,0 +1,14 @@ +event_budget: + vendor_invoices: + catering: + amount_due: 1250 + due_date: 2024-05-15 + audio_visual: + amount_due: 800 + due_date: 2024-05-12 + decorations: + amount_due: 450 + due_date: 2024-05-10 + transportation: + amount_due: 600 + due_date: 2024-05-14 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d8027b045b/init/.tmp/keep b/shellops/assets/ShellOps_d8027b045b/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d8027b045b/init/budget_summary.txt b/shellops/assets/ShellOps_d8027b045b/init/budget_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d8027b045b/init/expenses.yaml b/shellops/assets/ShellOps_d8027b045b/init/expenses.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d53d9a8f1a46cee1a491d022f21124b0f59ca67b --- /dev/null +++ b/shellops/assets/ShellOps_d8027b045b/init/expenses.yaml @@ -0,0 +1,14 @@ +event_budget: + vendor_invoices: + catering: + amount_due: 1250 + due_date: 2024-05-15 + audio_visual: + amount_due: 800 + due_date: 2024-05-12 + decorations: + amount_due: 450 + due_date: 2024-05-10 + transportation: + amount_due: 600 + due_date: 2024-05-14 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80990b955/gold/department_approval.json b/shellops/assets/ShellOps_d80990b955/gold/department_approval.json new file mode 100644 index 0000000000000000000000000000000000000000..016118901175c62e07199d3c1b1890d6188ecd63 --- /dev/null +++ b/shellops/assets/ShellOps_d80990b955/gold/department_approval.json @@ -0,0 +1 @@ +{"departments": [{"name": "Tech", "approved_employees": ["E001", "E003"]}, {"name": "HR", "approved_employees": ["E002", "E005"]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80990b955/gold/employee_roles.csv b/shellops/assets/ShellOps_d80990b955/gold/employee_roles.csv new file mode 100644 index 0000000000000000000000000000000000000000..0b23886f0750f11a7d82c9a2c6cd68b6e8e472ab --- /dev/null +++ b/shellops/assets/ShellOps_d80990b955/gold/employee_roles.csv @@ -0,0 +1,6 @@ +EmployeeID,Role +E001,Developer +E002,Manager +E003,Analyst +E004,Consultant +E005,Engineer \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80990b955/gold/missing_ids.txt b/shellops/assets/ShellOps_d80990b955/gold/missing_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce88a1ea127d00a965cc58f2a7af4881d24aa42c --- /dev/null +++ b/shellops/assets/ShellOps_d80990b955/gold/missing_ids.txt @@ -0,0 +1 @@ +E004 diff --git a/shellops/assets/ShellOps_d80990b955/init/department_approval.json b/shellops/assets/ShellOps_d80990b955/init/department_approval.json new file mode 100644 index 0000000000000000000000000000000000000000..016118901175c62e07199d3c1b1890d6188ecd63 --- /dev/null +++ b/shellops/assets/ShellOps_d80990b955/init/department_approval.json @@ -0,0 +1 @@ +{"departments": [{"name": "Tech", "approved_employees": ["E001", "E003"]}, {"name": "HR", "approved_employees": ["E002", "E005"]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80990b955/init/employee_roles.csv b/shellops/assets/ShellOps_d80990b955/init/employee_roles.csv new file mode 100644 index 0000000000000000000000000000000000000000..0b23886f0750f11a7d82c9a2c6cd68b6e8e472ab --- /dev/null +++ b/shellops/assets/ShellOps_d80990b955/init/employee_roles.csv @@ -0,0 +1,6 @@ +EmployeeID,Role +E001,Developer +E002,Manager +E003,Analyst +E004,Consultant +E005,Engineer \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80ef09124/gold/active_queue.csv b/shellops/assets/ShellOps_d80ef09124/gold/active_queue.csv new file mode 100644 index 0000000000000000000000000000000000000000..2577df95cd2209a08bea2e894cc415d42b9c1bc5 --- /dev/null +++ b/shellops/assets/ShellOps_d80ef09124/gold/active_queue.csv @@ -0,0 +1,5 @@ +customer_id,status,last_contact +1002,active,2024-05-01 +1045,lapsed,2023-12-15 +1002,active,2024-05-05 +1078,new,2024-04-20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80ef09124/gold/legacy_fallback.json b/shellops/assets/ShellOps_d80ef09124/gold/legacy_fallback.json new file mode 100644 index 0000000000000000000000000000000000000000..57a3c7750b6ed7682055af4a26a52b2ebc76b349 --- /dev/null +++ b/shellops/assets/ShellOps_d80ef09124/gold/legacy_fallback.json @@ -0,0 +1 @@ +{"customers": [{"id": 1045, "source": "legacy"}, {"id": 1099, "source": "archive"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80ef09124/gold/merged_customers.txt b/shellops/assets/ShellOps_d80ef09124/gold/merged_customers.txt new file mode 100644 index 0000000000000000000000000000000000000000..44da3e3d17ce4fc2a92bf9ef349a3fd5fa8acbbb --- /dev/null +++ b/shellops/assets/ShellOps_d80ef09124/gold/merged_customers.txt @@ -0,0 +1,4 @@ +1002 +1045 +1078 +1099 diff --git a/shellops/assets/ShellOps_d80ef09124/init/active_queue.csv b/shellops/assets/ShellOps_d80ef09124/init/active_queue.csv new file mode 100644 index 0000000000000000000000000000000000000000..2577df95cd2209a08bea2e894cc415d42b9c1bc5 --- /dev/null +++ b/shellops/assets/ShellOps_d80ef09124/init/active_queue.csv @@ -0,0 +1,5 @@ +customer_id,status,last_contact +1002,active,2024-05-01 +1045,lapsed,2023-12-15 +1002,active,2024-05-05 +1078,new,2024-04-20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d80ef09124/init/legacy_fallback.json b/shellops/assets/ShellOps_d80ef09124/init/legacy_fallback.json new file mode 100644 index 0000000000000000000000000000000000000000..57a3c7750b6ed7682055af4a26a52b2ebc76b349 --- /dev/null +++ b/shellops/assets/ShellOps_d80ef09124/init/legacy_fallback.json @@ -0,0 +1 @@ +{"customers": [{"id": 1045, "source": "legacy"}, {"id": 1099, "source": "archive"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge1.csv b/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge1.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd674ffbf4a98a42e0b4740b905c6aa03a1ecd0a --- /dev/null +++ b/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge1.csv @@ -0,0 +1,6 @@ +photo_id,score +P101,85 +P102,90 +P103,78 +P104,92 +P105,88 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge2.csv b/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge2.csv new file mode 100644 index 0000000000000000000000000000000000000000..ec4bbaa1c8df875e0f24d75e7fd37bb42071f9eb --- /dev/null +++ b/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge2.csv @@ -0,0 +1,6 @@ +photo_id,score +P101,88 +P102,87 +P103,82 +P104,90 +P105,91 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge3.csv b/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge3.csv new file mode 100644 index 0000000000000000000000000000000000000000..34b52da5f4d576dd3033ce7f31a8affedfa93629 --- /dev/null +++ b/shellops/assets/ShellOps_d815be9fb7/gold/scorecards/judge3.csv @@ -0,0 +1,6 @@ +photo_id,score +P101,90 +P102,85 +P103,80 +P104,93 +P105,89 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge1.csv b/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge1.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd674ffbf4a98a42e0b4740b905c6aa03a1ecd0a --- /dev/null +++ b/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge1.csv @@ -0,0 +1,6 @@ +photo_id,score +P101,85 +P102,90 +P103,78 +P104,92 +P105,88 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge2.csv b/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge2.csv new file mode 100644 index 0000000000000000000000000000000000000000..ec4bbaa1c8df875e0f24d75e7fd37bb42071f9eb --- /dev/null +++ b/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge2.csv @@ -0,0 +1,6 @@ +photo_id,score +P101,88 +P102,87 +P103,82 +P104,90 +P105,91 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge3.csv b/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge3.csv new file mode 100644 index 0000000000000000000000000000000000000000..34b52da5f4d576dd3033ce7f31a8affedfa93629 --- /dev/null +++ b/shellops/assets/ShellOps_d815be9fb7/init/scorecards/judge3.csv @@ -0,0 +1,6 @@ +photo_id,score +P101,90 +P102,85 +P103,80 +P104,93 +P105,89 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/gold/approved_parts.cfg b/shellops/assets/ShellOps_d82c0b06dc/gold/approved_parts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0e79c3fc1cec595b914c9b8c81a746a9bd02384f --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/gold/approved_parts.cfg @@ -0,0 +1,4 @@ +X-1234 +Y-5678 +Z-9101 +A-1121 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/experimental_driver.cfg b/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/experimental_driver.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4fcb5ae3301ad5506e06be82b7341c98d94c201e --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/experimental_driver.cfg @@ -0,0 +1,2 @@ +component_id=B-1314 +power_level=20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/legacy_driver.cfg b/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/legacy_driver.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c99788efe6718871255d907788dca016c2da011c --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/legacy_driver.cfg @@ -0,0 +1,2 @@ +component_id=Z-9101 +power_level=15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/main_driver.cfg b/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/main_driver.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4ad421f4b7e9877b69888159ecbd3b2f004d839a --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/gold/drivers/main_driver.cfg @@ -0,0 +1,3 @@ +component_id=X-1234 +power_level=10 +component_id=Y-5678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/gold/validation_report.md b/shellops/assets/ShellOps_d82c0b06dc/gold/validation_report.md new file mode 100644 index 0000000000000000000000000000000000000000..4805dd76f9b3512fcf8b14783e0e78aec714c678 --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/gold/validation_report.md @@ -0,0 +1 @@ +B-1314 diff --git a/shellops/assets/ShellOps_d82c0b06dc/init/approved_parts.cfg b/shellops/assets/ShellOps_d82c0b06dc/init/approved_parts.cfg new file mode 100644 index 0000000000000000000000000000000000000000..0e79c3fc1cec595b914c9b8c81a746a9bd02384f --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/init/approved_parts.cfg @@ -0,0 +1,4 @@ +X-1234 +Y-5678 +Z-9101 +A-1121 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/init/drivers/experimental_driver.cfg b/shellops/assets/ShellOps_d82c0b06dc/init/drivers/experimental_driver.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4fcb5ae3301ad5506e06be82b7341c98d94c201e --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/init/drivers/experimental_driver.cfg @@ -0,0 +1,2 @@ +component_id=B-1314 +power_level=20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/init/drivers/legacy_driver.cfg b/shellops/assets/ShellOps_d82c0b06dc/init/drivers/legacy_driver.cfg new file mode 100644 index 0000000000000000000000000000000000000000..c99788efe6718871255d907788dca016c2da011c --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/init/drivers/legacy_driver.cfg @@ -0,0 +1,2 @@ +component_id=Z-9101 +power_level=15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d82c0b06dc/init/drivers/main_driver.cfg b/shellops/assets/ShellOps_d82c0b06dc/init/drivers/main_driver.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4ad421f4b7e9877b69888159ecbd3b2f004d839a --- /dev/null +++ b/shellops/assets/ShellOps_d82c0b06dc/init/drivers/main_driver.cfg @@ -0,0 +1,3 @@ +component_id=X-1234 +power_level=10 +component_id=Y-5678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d866eeae78/gold/configs/README.md b/shellops/assets/ShellOps_d866eeae78/gold/configs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e961343109c5a4018cde2e647f8174b06e4d7c14 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/gold/configs/README.md @@ -0,0 +1,3 @@ +# Configuration files overview +This directory contains service configuration files. +Contact the infrastructure team for changes. diff --git a/shellops/assets/ShellOps_d866eeae78/gold/configs/api.conf b/shellops/assets/ShellOps_d866eeae78/gold/configs/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..8955dfcce845991b2edfc8b6919a61cc96dff487 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/gold/configs/api.conf @@ -0,0 +1,3 @@ +# API gateway TLS settings +tls_version = 1.2 +keepalive_timeout = 65; diff --git a/shellops/assets/ShellOps_d866eeae78/gold/configs/db.conf b/shellops/assets/ShellOps_d866eeae78/gold/configs/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..6a0948732d3eab31c769b3fa0dfb876b0263c4b7 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/gold/configs/db.conf @@ -0,0 +1,4 @@ +# Database connection security +connection_pool = 20 +tls_version = 1.2 +ssl_cert = /etc/ssl/certs/db.pem diff --git a/shellops/assets/ShellOps_d866eeae78/gold/configs/proxy.conf b/shellops/assets/ShellOps_d866eeae78/gold/configs/proxy.conf new file mode 100644 index 0000000000000000000000000000000000000000..1167a58bb334546fbc48ea3bd22809e8699f0430 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/gold/configs/proxy.conf @@ -0,0 +1,5 @@ +# Reverse proxy configuration +tls_version = 1.3 +upstream backend { + server 10.0.0.1:443; +} diff --git a/shellops/assets/ShellOps_d866eeae78/gold/configs/web.conf b/shellops/assets/ShellOps_d866eeae78/gold/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..c9570b7612422d965bcad2a1145e930dd175204d --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/gold/configs/web.conf @@ -0,0 +1,4 @@ +# Web server TLS configuration +server_name example.com; +tls_version = 1.3 +max_connections = 1000 diff --git a/shellops/assets/ShellOps_d866eeae78/gold/tls_versions.out b/shellops/assets/ShellOps_d866eeae78/gold/tls_versions.out new file mode 100644 index 0000000000000000000000000000000000000000..920a5c05bf9424a9a084ca4075a714690aa52951 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/gold/tls_versions.out @@ -0,0 +1,4 @@ +tls_version = 1.2 +tls_version = 1.2 +tls_version = 1.3 +tls_version = 1.3 diff --git a/shellops/assets/ShellOps_d866eeae78/init/configs/README.md b/shellops/assets/ShellOps_d866eeae78/init/configs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e961343109c5a4018cde2e647f8174b06e4d7c14 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/init/configs/README.md @@ -0,0 +1,3 @@ +# Configuration files overview +This directory contains service configuration files. +Contact the infrastructure team for changes. diff --git a/shellops/assets/ShellOps_d866eeae78/init/configs/api.conf b/shellops/assets/ShellOps_d866eeae78/init/configs/api.conf new file mode 100644 index 0000000000000000000000000000000000000000..8955dfcce845991b2edfc8b6919a61cc96dff487 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/init/configs/api.conf @@ -0,0 +1,3 @@ +# API gateway TLS settings +tls_version = 1.2 +keepalive_timeout = 65; diff --git a/shellops/assets/ShellOps_d866eeae78/init/configs/db.conf b/shellops/assets/ShellOps_d866eeae78/init/configs/db.conf new file mode 100644 index 0000000000000000000000000000000000000000..6a0948732d3eab31c769b3fa0dfb876b0263c4b7 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/init/configs/db.conf @@ -0,0 +1,4 @@ +# Database connection security +connection_pool = 20 +tls_version = 1.2 +ssl_cert = /etc/ssl/certs/db.pem diff --git a/shellops/assets/ShellOps_d866eeae78/init/configs/proxy.conf b/shellops/assets/ShellOps_d866eeae78/init/configs/proxy.conf new file mode 100644 index 0000000000000000000000000000000000000000..1167a58bb334546fbc48ea3bd22809e8699f0430 --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/init/configs/proxy.conf @@ -0,0 +1,5 @@ +# Reverse proxy configuration +tls_version = 1.3 +upstream backend { + server 10.0.0.1:443; +} diff --git a/shellops/assets/ShellOps_d866eeae78/init/configs/web.conf b/shellops/assets/ShellOps_d866eeae78/init/configs/web.conf new file mode 100644 index 0000000000000000000000000000000000000000..c9570b7612422d965bcad2a1145e930dd175204d --- /dev/null +++ b/shellops/assets/ShellOps_d866eeae78/init/configs/web.conf @@ -0,0 +1,4 @@ +# Web server TLS configuration +server_name example.com; +tls_version = 1.3 +max_connections = 1000 diff --git a/shellops/assets/ShellOps_d8bdffb5ff/gold/inventory/.keep b/shellops/assets/ShellOps_d8bdffb5ff/gold/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d8bdffb5ff/gold/inventory/publisher_ranks.md b/shellops/assets/ShellOps_d8bdffb5ff/gold/inventory/publisher_ranks.md new file mode 100644 index 0000000000000000000000000000000000000000..c012b70ec97ddda4b8826adb67387fd5bb4e66c1 --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/gold/inventory/publisher_ranks.md @@ -0,0 +1,2 @@ +- P123: 2 +- C456: 1 diff --git a/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/acme_books.ini b/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/acme_books.ini new file mode 100644 index 0000000000000000000000000000000000000000..65606acedae58fe3611433c6d5b01a30bd2fed55 --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/acme_books.ini @@ -0,0 +1,7 @@ +[metadata] +publisher_id=P123 +acquisition_date=2024-10-15 + +[details] +edition=first +condition=excellent diff --git a/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/classic_editions.ini b/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/classic_editions.ini new file mode 100644 index 0000000000000000000000000000000000000000..c043c7f1108c7715226ee20c897683e8884f695c --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/classic_editions.ini @@ -0,0 +1,5 @@ +publisher_id=C456 +inventory_count=25 + +[notes] +rarity=scarce diff --git a/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/old_tomes.ini b/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/old_tomes.ini new file mode 100644 index 0000000000000000000000000000000000000000..7a9af68ca08fb2bc70e851ce3000704705df3a09 --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/gold/vendors/old_tomes.ini @@ -0,0 +1,7 @@ +[vendor] +name=Old Tomes Ltd. +publisher_id=P123 +contact=admin@oldtomes.com + +[history] +acquisition_qty=12 diff --git a/shellops/assets/ShellOps_d8bdffb5ff/init/inventory/.keep b/shellops/assets/ShellOps_d8bdffb5ff/init/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/acme_books.ini b/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/acme_books.ini new file mode 100644 index 0000000000000000000000000000000000000000..65606acedae58fe3611433c6d5b01a30bd2fed55 --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/acme_books.ini @@ -0,0 +1,7 @@ +[metadata] +publisher_id=P123 +acquisition_date=2024-10-15 + +[details] +edition=first +condition=excellent diff --git a/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/classic_editions.ini b/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/classic_editions.ini new file mode 100644 index 0000000000000000000000000000000000000000..c043c7f1108c7715226ee20c897683e8884f695c --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/classic_editions.ini @@ -0,0 +1,5 @@ +publisher_id=C456 +inventory_count=25 + +[notes] +rarity=scarce diff --git a/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/old_tomes.ini b/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/old_tomes.ini new file mode 100644 index 0000000000000000000000000000000000000000..7a9af68ca08fb2bc70e851ce3000704705df3a09 --- /dev/null +++ b/shellops/assets/ShellOps_d8bdffb5ff/init/vendors/old_tomes.ini @@ -0,0 +1,7 @@ +[vendor] +name=Old Tomes Ltd. +publisher_id=P123 +contact=admin@oldtomes.com + +[history] +acquisition_qty=12 diff --git a/shellops/assets/ShellOps_d8e4e49f89/gold/data/population_estimates.ndjson b/shellops/assets/ShellOps_d8e4e49f89/gold/data/population_estimates.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..3c742f40b78326bcf08daea7ea3e76603d26552a --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/gold/data/population_estimates.ndjson @@ -0,0 +1,8 @@ +{"city": "Mumbai", "pop_millions": 21.3, "region": "Asia"} +{"city": "São Paulo", "pop_millions": 12.3, "region": "South America"} +{"city": "Cairo", "pop_millions": 9.5, "region": "Africa"} +{"city": "Manila", "pop_millions": 13.9, "region": "Asia"} +{"city": "Delhi", "pop_millions": 33.8, "region": "Asia"} +{"city": "Lagos", "pop_millions": 15.4, "region": "Africa"} +{"city": "New York", "pop_millions": 8.4, "region": "North America"} +{"city": "Bangkok", "pop_millions": 10.7, "region": "Asia"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d8e4e49f89/gold/notes/regional_breakdown.md b/shellops/assets/ShellOps_d8e4e49f89/gold/notes/regional_breakdown.md new file mode 100644 index 0000000000000000000000000000000000000000..7e02e63c6a6055a96e85a0b57fcfa37d3b65f8aa --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/gold/notes/regional_breakdown.md @@ -0,0 +1,5 @@ +# Regional population notes + +Asia dominates the top ten. +Africa has two entries marked for exclusion. +South America has one city excluded for political reasons. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d8e4e49f89/gold/policy/excluded_cities.json b/shellops/assets/ShellOps_d8e4e49f89/gold/policy/excluded_cities.json new file mode 100644 index 0000000000000000000000000000000000000000..c15b8825398767e521720f0fd5d921522895e8d7 --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/gold/policy/excluded_cities.json @@ -0,0 +1 @@ +{"exclusions": [{"city": "São Paulo", "reason": "political"}, {"city": "Cairo", "reason": "data quality"}, {"city": "Bangkok", "reason": "pending review"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d8e4e49f89/gold/retained_cities.txt b/shellops/assets/ShellOps_d8e4e49f89/gold/retained_cities.txt new file mode 100644 index 0000000000000000000000000000000000000000..861a8448da8db5797035befdaee61437fb69b33f --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/gold/retained_cities.txt @@ -0,0 +1,5 @@ +Delhi +Lagos +Manila +Mumbai +New York diff --git a/shellops/assets/ShellOps_d8e4e49f89/init/data/population_estimates.ndjson b/shellops/assets/ShellOps_d8e4e49f89/init/data/population_estimates.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..3c742f40b78326bcf08daea7ea3e76603d26552a --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/init/data/population_estimates.ndjson @@ -0,0 +1,8 @@ +{"city": "Mumbai", "pop_millions": 21.3, "region": "Asia"} +{"city": "São Paulo", "pop_millions": 12.3, "region": "South America"} +{"city": "Cairo", "pop_millions": 9.5, "region": "Africa"} +{"city": "Manila", "pop_millions": 13.9, "region": "Asia"} +{"city": "Delhi", "pop_millions": 33.8, "region": "Asia"} +{"city": "Lagos", "pop_millions": 15.4, "region": "Africa"} +{"city": "New York", "pop_millions": 8.4, "region": "North America"} +{"city": "Bangkok", "pop_millions": 10.7, "region": "Asia"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d8e4e49f89/init/notes/regional_breakdown.md b/shellops/assets/ShellOps_d8e4e49f89/init/notes/regional_breakdown.md new file mode 100644 index 0000000000000000000000000000000000000000..7e02e63c6a6055a96e85a0b57fcfa37d3b65f8aa --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/init/notes/regional_breakdown.md @@ -0,0 +1,5 @@ +# Regional population notes + +Asia dominates the top ten. +Africa has two entries marked for exclusion. +South America has one city excluded for political reasons. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d8e4e49f89/init/policy/excluded_cities.json b/shellops/assets/ShellOps_d8e4e49f89/init/policy/excluded_cities.json new file mode 100644 index 0000000000000000000000000000000000000000..c15b8825398767e521720f0fd5d921522895e8d7 --- /dev/null +++ b/shellops/assets/ShellOps_d8e4e49f89/init/policy/excluded_cities.json @@ -0,0 +1 @@ +{"exclusions": [{"city": "São Paulo", "reason": "political"}, {"city": "Cairo", "reason": "data quality"}, {"city": "Bangkok", "reason": "pending review"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d923ba7cf2/gold/baseline-zones.txt b/shellops/assets/ShellOps_d923ba7cf2/gold/baseline-zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..272ffb676e247e83bc749fe2c40bd55f4cc8c506 --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/gold/baseline-zones.txt @@ -0,0 +1,4 @@ +dmz +internal +external +management \ No newline at end of file diff --git a/shellops/assets/ShellOps_d923ba7cf2/gold/firewall.xml b/shellops/assets/ShellOps_d923ba7cf2/gold/firewall.xml new file mode 100644 index 0000000000000000000000000000000000000000..fa092c2ab3261369cf4cadd58d673eded983f2cd --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/gold/firewall.xml @@ -0,0 +1,11 @@ + + + dmz + internal + external + testlab + dmz + guest + management + testlab + diff --git a/shellops/assets/ShellOps_d923ba7cf2/gold/notes/irrelevant.md b/shellops/assets/ShellOps_d923ba7cf2/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..99773abbe85e5d6746717450074b6248eea1d0ce --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Old deployment notes +- legacy zone 'archive' was removed last quarter +- 'testlab' was experimental diff --git a/shellops/assets/ShellOps_d923ba7cf2/gold/reports/unexpected_zones.txt b/shellops/assets/ShellOps_d923ba7cf2/gold/reports/unexpected_zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..44c3e0a038b27952828c40ba0015dcb398c1bb2d --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/gold/reports/unexpected_zones.txt @@ -0,0 +1,2 @@ +testlab +guest diff --git a/shellops/assets/ShellOps_d923ba7cf2/init/baseline-zones.txt b/shellops/assets/ShellOps_d923ba7cf2/init/baseline-zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..272ffb676e247e83bc749fe2c40bd55f4cc8c506 --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/init/baseline-zones.txt @@ -0,0 +1,4 @@ +dmz +internal +external +management \ No newline at end of file diff --git a/shellops/assets/ShellOps_d923ba7cf2/init/firewall.xml b/shellops/assets/ShellOps_d923ba7cf2/init/firewall.xml new file mode 100644 index 0000000000000000000000000000000000000000..fa092c2ab3261369cf4cadd58d673eded983f2cd --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/init/firewall.xml @@ -0,0 +1,11 @@ + + + dmz + internal + external + testlab + dmz + guest + management + testlab + diff --git a/shellops/assets/ShellOps_d923ba7cf2/init/notes/irrelevant.md b/shellops/assets/ShellOps_d923ba7cf2/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..99773abbe85e5d6746717450074b6248eea1d0ce --- /dev/null +++ b/shellops/assets/ShellOps_d923ba7cf2/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Old deployment notes +- legacy zone 'archive' was removed last quarter +- 'testlab' was experimental diff --git a/shellops/assets/ShellOps_d93615f7ce/gold/imaging_types.txt b/shellops/assets/ShellOps_d93615f7ce/gold/imaging_types.txt new file mode 100644 index 0000000000000000000000000000000000000000..19631062600a6eb074cd544faa73209e07eae258 --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/gold/imaging_types.txt @@ -0,0 +1,3 @@ +CT +MRI +X-ray diff --git a/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P001/log.csv b/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P001/log.csv new file mode 100644 index 0000000000000000000000000000000000000000..1b058c36722badd747e736edcb83fad5a822005e --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P001/log.csv @@ -0,0 +1,2 @@ +2024-03-01 10:15:00,MRI,P123 +2024-03-01 11:30:00,X-ray,P124 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P002/log.csv b/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P002/log.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1cc6d42a8586ca18e64d3692f3d02db9f126c4 --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P002/log.csv @@ -0,0 +1,2 @@ +2024-03-02 09:00:00,CT,P125 +2024-03-02 10:45:00,X-ray,P126 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P003/log.csv b/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P003/log.csv new file mode 100644 index 0000000000000000000000000000000000000000..59a02ce9d7b743a1def7d49a9489f2527615afe3 --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/gold/radiology_logs/P003/log.csv @@ -0,0 +1,2 @@ +2024-03-03 13:20:00,MRI,P127 +2024-03-03 14:10:00,CT,P128 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P001/log.csv b/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P001/log.csv new file mode 100644 index 0000000000000000000000000000000000000000..1b058c36722badd747e736edcb83fad5a822005e --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P001/log.csv @@ -0,0 +1,2 @@ +2024-03-01 10:15:00,MRI,P123 +2024-03-01 11:30:00,X-ray,P124 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P002/log.csv b/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P002/log.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1cc6d42a8586ca18e64d3692f3d02db9f126c4 --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P002/log.csv @@ -0,0 +1,2 @@ +2024-03-02 09:00:00,CT,P125 +2024-03-02 10:45:00,X-ray,P126 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P003/log.csv b/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P003/log.csv new file mode 100644 index 0000000000000000000000000000000000000000..59a02ce9d7b743a1def7d49a9489f2527615afe3 --- /dev/null +++ b/shellops/assets/ShellOps_d93615f7ce/init/radiology_logs/P003/log.csv @@ -0,0 +1,2 @@ +2024-03-03 13:20:00,MRI,P127 +2024-03-03 14:10:00,CT,P128 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d95e880e2b/gold/deploy/modules.xml b/shellops/assets/ShellOps_d95e880e2b/gold/deploy/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d707ff39ded6b2bad1af79eebfb1470ebc42bfb --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/gold/deploy/modules.xml @@ -0,0 +1,23 @@ + + + + alpha + 1.0 + + + beta + 1.2 + + + gamma + 2.1 + + + delta + 1.5 + + + epsilon + 0.8 + + diff --git a/shellops/assets/ShellOps_d95e880e2b/gold/registry/notes.md b/shellops/assets/ShellOps_d95e880e2b/gold/registry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..46f94ae3d2d3c58e76417ddc3956c631e4438e69 --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/gold/registry/notes.md @@ -0,0 +1 @@ +Stable registry contains only verified, production-ready module identifiers. diff --git a/shellops/assets/ShellOps_d95e880e2b/gold/registry/stable.txt b/shellops/assets/ShellOps_d95e880e2b/gold/registry/stable.txt new file mode 100644 index 0000000000000000000000000000000000000000..d77f21a4a06d18d494bf7f9391cb406309e289f3 --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/gold/registry/stable.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +zeta diff --git a/shellops/assets/ShellOps_d95e880e2b/gold/reports/missing_modules.tsv b/shellops/assets/ShellOps_d95e880e2b/gold/reports/missing_modules.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8670084a91272d21695d3b7a3a8f08e3a5e98fed --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/gold/reports/missing_modules.tsv @@ -0,0 +1,2 @@ +delta +epsilon diff --git a/shellops/assets/ShellOps_d95e880e2b/init/deploy/modules.xml b/shellops/assets/ShellOps_d95e880e2b/init/deploy/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d707ff39ded6b2bad1af79eebfb1470ebc42bfb --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/init/deploy/modules.xml @@ -0,0 +1,23 @@ + + + + alpha + 1.0 + + + beta + 1.2 + + + gamma + 2.1 + + + delta + 1.5 + + + epsilon + 0.8 + + diff --git a/shellops/assets/ShellOps_d95e880e2b/init/registry/notes.md b/shellops/assets/ShellOps_d95e880e2b/init/registry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..46f94ae3d2d3c58e76417ddc3956c631e4438e69 --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/init/registry/notes.md @@ -0,0 +1 @@ +Stable registry contains only verified, production-ready module identifiers. diff --git a/shellops/assets/ShellOps_d95e880e2b/init/registry/stable.txt b/shellops/assets/ShellOps_d95e880e2b/init/registry/stable.txt new file mode 100644 index 0000000000000000000000000000000000000000..d77f21a4a06d18d494bf7f9391cb406309e289f3 --- /dev/null +++ b/shellops/assets/ShellOps_d95e880e2b/init/registry/stable.txt @@ -0,0 +1,4 @@ +alpha +beta +gamma +zeta diff --git a/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/check_20240501.json b/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/check_20240501.json new file mode 100644 index 0000000000000000000000000000000000000000..e7c590969656ff394e2f6a7f05ab509562fa83e0 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/check_20240501.json @@ -0,0 +1,3 @@ +{"device_id": "DEV-A1B2", "timestamp": "2024-05-01T08:30:00Z", "rule_id": "R101", "outcome": "PASS"} +{"device_id": "DEV-X9Y8", "timestamp": "2024-05-01T09:15:00Z", "rule_id": "R102", "outcome": "FAIL"} +{"device_id": "DEV-M5N4", "timestamp": "2024-05-01T10:00:00Z", "rule_id": "R101", "outcome": "FAIL"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/check_20240502.json b/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/check_20240502.json new file mode 100644 index 0000000000000000000000000000000000000000..1890a0555aa93a163d7dceb08f00c5306bd3207c --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/check_20240502.json @@ -0,0 +1,3 @@ +{"device_id": "DEV-A1B2", "timestamp": "2024-05-02T07:20:00Z", "rule_id": "R103", "outcome": "FAIL"} +{"device_id": "DEV-P3Q7", "timestamp": "2024-05-02T08:45:00Z", "rule_id": "R104", "outcome": "PASS"} +{"device_id": "DEV-X9Y8", "timestamp": "2024-05-02T09:30:00Z", "rule_id": "R102", "outcome": "FAIL"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/notes.txt b/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0b7ac2f80c5293a874116a606c8813f130dc8c9 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/gold/compliance/checks/notes.txt @@ -0,0 +1 @@ +Archive note: check_20240501 and check_20240502 contain active validation runs. Ignore any entries marked legacy. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/gold/exemptions/devices.txt b/shellops/assets/ShellOps_d97709302a/gold/exemptions/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..75df7a026b215461218994e713ce55883f906977 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/gold/exemptions/devices.txt @@ -0,0 +1,2 @@ +DEV-A1B2 +DEV-P3Q7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/gold/flagged_validations.tsv b/shellops/assets/ShellOps_d97709302a/gold/flagged_validations.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bc4c5133c5c4ab8758ebfec4ced07c0a7c472971 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/gold/flagged_validations.tsv @@ -0,0 +1,4 @@ +device_id timestamp rule_id outcome +DEV-M5N4 2024-05-01T10:00:00Z R101 FAIL +DEV-X9Y8 2024-05-01T09:15:00Z R102 FAIL +DEV-X9Y8 2024-05-02T09:30:00Z R102 FAIL diff --git a/shellops/assets/ShellOps_d97709302a/init/compliance/checks/check_20240501.json b/shellops/assets/ShellOps_d97709302a/init/compliance/checks/check_20240501.json new file mode 100644 index 0000000000000000000000000000000000000000..e7c590969656ff394e2f6a7f05ab509562fa83e0 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/init/compliance/checks/check_20240501.json @@ -0,0 +1,3 @@ +{"device_id": "DEV-A1B2", "timestamp": "2024-05-01T08:30:00Z", "rule_id": "R101", "outcome": "PASS"} +{"device_id": "DEV-X9Y8", "timestamp": "2024-05-01T09:15:00Z", "rule_id": "R102", "outcome": "FAIL"} +{"device_id": "DEV-M5N4", "timestamp": "2024-05-01T10:00:00Z", "rule_id": "R101", "outcome": "FAIL"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/init/compliance/checks/check_20240502.json b/shellops/assets/ShellOps_d97709302a/init/compliance/checks/check_20240502.json new file mode 100644 index 0000000000000000000000000000000000000000..1890a0555aa93a163d7dceb08f00c5306bd3207c --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/init/compliance/checks/check_20240502.json @@ -0,0 +1,3 @@ +{"device_id": "DEV-A1B2", "timestamp": "2024-05-02T07:20:00Z", "rule_id": "R103", "outcome": "FAIL"} +{"device_id": "DEV-P3Q7", "timestamp": "2024-05-02T08:45:00Z", "rule_id": "R104", "outcome": "PASS"} +{"device_id": "DEV-X9Y8", "timestamp": "2024-05-02T09:30:00Z", "rule_id": "R102", "outcome": "FAIL"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/init/compliance/checks/notes.txt b/shellops/assets/ShellOps_d97709302a/init/compliance/checks/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0b7ac2f80c5293a874116a606c8813f130dc8c9 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/init/compliance/checks/notes.txt @@ -0,0 +1 @@ +Archive note: check_20240501 and check_20240502 contain active validation runs. Ignore any entries marked legacy. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d97709302a/init/exemptions/devices.txt b/shellops/assets/ShellOps_d97709302a/init/exemptions/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..75df7a026b215461218994e713ce55883f906977 --- /dev/null +++ b/shellops/assets/ShellOps_d97709302a/init/exemptions/devices.txt @@ -0,0 +1,2 @@ +DEV-A1B2 +DEV-P3Q7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/gold/README.md b/shellops/assets/ShellOps_d98900913b/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..06b8a65fd11ffe0fc9feec40734634f565d7bab1 --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/gold/README.md @@ -0,0 +1,3 @@ +# Deployment Manifests + +This directory contains Kubernetes deployment manifests for various services. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/gold/manifests/.keep b/shellops/assets/ShellOps_d98900913b/gold/manifests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy1.yaml b/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69c3863c8770d9ce5787043267cf0bee8a4ec30f --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy1.yaml @@ -0,0 +1,4 @@ +baseImage: nginx:1.21 +replicas: 3 +ports: + - containerPort: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy2.yaml b/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8237f1038e9c8da51e521a197c0336c88878a67a --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy2.yaml @@ -0,0 +1,4 @@ +baseImage: python:3.9-slim +replicas: 2 +ports: + - containerPort: 8000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy3.yaml b/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0be5357c2a705ca99437d3ffeafd50bc0abc5840 --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/gold/manifests/deploy3.yaml @@ -0,0 +1,4 @@ +baseImage: alpine:3.14 +replicas: 1 +ports: + - containerPort: 8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/init/.tmp/keep b/shellops/assets/ShellOps_d98900913b/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d98900913b/init/README.md b/shellops/assets/ShellOps_d98900913b/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..06b8a65fd11ffe0fc9feec40734634f565d7bab1 --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/init/README.md @@ -0,0 +1,3 @@ +# Deployment Manifests + +This directory contains Kubernetes deployment manifests for various services. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/init/manifests/.keep b/shellops/assets/ShellOps_d98900913b/init/manifests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d98900913b/init/manifests/deploy1.yaml b/shellops/assets/ShellOps_d98900913b/init/manifests/deploy1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69c3863c8770d9ce5787043267cf0bee8a4ec30f --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/init/manifests/deploy1.yaml @@ -0,0 +1,4 @@ +baseImage: nginx:1.21 +replicas: 3 +ports: + - containerPort: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/init/manifests/deploy2.yaml b/shellops/assets/ShellOps_d98900913b/init/manifests/deploy2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8237f1038e9c8da51e521a197c0336c88878a67a --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/init/manifests/deploy2.yaml @@ -0,0 +1,4 @@ +baseImage: python:3.9-slim +replicas: 2 +ports: + - containerPort: 8000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98900913b/init/manifests/deploy3.yaml b/shellops/assets/ShellOps_d98900913b/init/manifests/deploy3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0be5357c2a705ca99437d3ffeafd50bc0abc5840 --- /dev/null +++ b/shellops/assets/ShellOps_d98900913b/init/manifests/deploy3.yaml @@ -0,0 +1,4 @@ +baseImage: alpine:3.14 +replicas: 1 +ports: + - containerPort: 8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d989fcbb9a/gold/missing_keys.txt b/shellops/assets/ShellOps_d989fcbb9a/gold/missing_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc37c5a401719874e031ff33b0a2b59ccc38c4af --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/gold/missing_keys.txt @@ -0,0 +1 @@ +ntp diff --git a/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/.keep b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/old_config.yaml b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/old_config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2d1f958b1a97db92133a8865e77a4c14e6f59b4 --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/old_config.yaml @@ -0,0 +1,2 @@ +# legacy capture config, not relevant +filter: "not arp" diff --git a/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/traffic_report_2024-05-01.json b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/traffic_report_2024-05-01.json new file mode 100644 index 0000000000000000000000000000000000000000..caeb87106391f31190408b7a57d86cf147c8d62f --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/traffic_report_2024-05-01.json @@ -0,0 +1,15 @@ +{ + "date": "2024-05-01", + "analyzer": "wireshark", + "protocols": { + "tcp": 1245, + "udp": 867, + "icmp": 32, + "dns": 115, + "http": 439, + "https": 221, + "ssh": 88, + "ntp": 12 + }, + "total_bytes": 314159265 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/traffic_report_2024-05-02.json b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/traffic_report_2024-05-02.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6f37b7b2cc5c1298701b165816c86a012733a5 --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/gold/pcap_compare/traffic_report_2024-05-02.json @@ -0,0 +1,16 @@ +{ + "date": "2024-05-02", + "analyzer": "tshark", + "protocols": { + "tcp": 1103, + "udp": 912, + "icmp": 28, + "dns": 98, + "http": 405, + "https": 233, + "tls": 177, + "quic": 45, + "ssh": 77 + }, + "total_bytes": 299792458 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/.keep b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/old_config.yaml b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/old_config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2d1f958b1a97db92133a8865e77a4c14e6f59b4 --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/old_config.yaml @@ -0,0 +1,2 @@ +# legacy capture config, not relevant +filter: "not arp" diff --git a/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/traffic_report_2024-05-01.json b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/traffic_report_2024-05-01.json new file mode 100644 index 0000000000000000000000000000000000000000..caeb87106391f31190408b7a57d86cf147c8d62f --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/traffic_report_2024-05-01.json @@ -0,0 +1,15 @@ +{ + "date": "2024-05-01", + "analyzer": "wireshark", + "protocols": { + "tcp": 1245, + "udp": 867, + "icmp": 32, + "dns": 115, + "http": 439, + "https": 221, + "ssh": 88, + "ntp": 12 + }, + "total_bytes": 314159265 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/traffic_report_2024-05-02.json b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/traffic_report_2024-05-02.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6f37b7b2cc5c1298701b165816c86a012733a5 --- /dev/null +++ b/shellops/assets/ShellOps_d989fcbb9a/init/pcap_compare/traffic_report_2024-05-02.json @@ -0,0 +1,16 @@ +{ + "date": "2024-05-02", + "analyzer": "tshark", + "protocols": { + "tcp": 1103, + "udp": 912, + "icmp": 28, + "dns": 98, + "http": 405, + "https": 233, + "tls": 177, + "quic": 45, + "ssh": 77 + }, + "total_bytes": 299792458 +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/archive/old_Q2_unit_beta.txt b/shellops/assets/ShellOps_d98dd68d6c/gold/archive/old_Q2_unit_beta.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7c00dede5074b4475fcc5615d2b29fb6df7e7bf --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/archive/old_Q2_unit_beta.txt @@ -0,0 +1,4 @@ +unit: beta +transactions: 12000 +revenue: 350000 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/compliance/summary.tsv b/shellops/assets/ShellOps_d98dd68d6c/gold/compliance/summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3cb1c8a4e75f178842c4c09121455f4cde114202 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/compliance/summary.tsv @@ -0,0 +1,3 @@ +alpha 15230 456900 +beta 9876 312845 +delta 6543 176321 diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_alpha.txt b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_alpha.txt new file mode 100644 index 0000000000000000000000000000000000000000..46c14647d580adb7844e8090a18ae2bb0ef391d5 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_alpha.txt @@ -0,0 +1,4 @@ +unit: alpha +transactions: 15230 +revenue: 456900 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_beta.txt b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_beta.txt new file mode 100644 index 0000000000000000000000000000000000000000..33184ab420b175033dbaaeb99747c50f6cccf678 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_beta.txt @@ -0,0 +1,4 @@ +unit: beta +transactions: 9876 +revenue: 312845 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_delta.txt b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_delta.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b82eb71e4861ee3f36a4bc199b80211bfa8ff20 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_delta.txt @@ -0,0 +1,4 @@ +unit: delta +transactions: 6543 +revenue: 176321 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_epsilon.txt b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_epsilon.txt new file mode 100644 index 0000000000000000000000000000000000000000..3861645db3e3e37167abc21309ba5ba5bfadacb8 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_epsilon.txt @@ -0,0 +1,3 @@ +unit: epsilon +transactions: 21098 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_gamma.txt b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_gamma.txt new file mode 100644 index 0000000000000000000000000000000000000000..864b8e05cb37cee87b6a6f899d1ca84a2aaac1a0 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/gold/reports/Q3_unit_gamma.txt @@ -0,0 +1,3 @@ +unit: gamma +revenue: 198200 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/init/archive/old_Q2_unit_beta.txt b/shellops/assets/ShellOps_d98dd68d6c/init/archive/old_Q2_unit_beta.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7c00dede5074b4475fcc5615d2b29fb6df7e7bf --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/init/archive/old_Q2_unit_beta.txt @@ -0,0 +1,4 @@ +unit: beta +transactions: 12000 +revenue: 350000 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_alpha.txt b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_alpha.txt new file mode 100644 index 0000000000000000000000000000000000000000..46c14647d580adb7844e8090a18ae2bb0ef391d5 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_alpha.txt @@ -0,0 +1,4 @@ +unit: alpha +transactions: 15230 +revenue: 456900 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_beta.txt b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_beta.txt new file mode 100644 index 0000000000000000000000000000000000000000..33184ab420b175033dbaaeb99747c50f6cccf678 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_beta.txt @@ -0,0 +1,4 @@ +unit: beta +transactions: 9876 +revenue: 312845 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_delta.txt b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_delta.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b82eb71e4861ee3f36a4bc199b80211bfa8ff20 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_delta.txt @@ -0,0 +1,4 @@ +unit: delta +transactions: 6543 +revenue: 176321 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_epsilon.txt b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_epsilon.txt new file mode 100644 index 0000000000000000000000000000000000000000..3861645db3e3e37167abc21309ba5ba5bfadacb8 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_epsilon.txt @@ -0,0 +1,3 @@ +unit: epsilon +transactions: 21098 +-- diff --git a/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_gamma.txt b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_gamma.txt new file mode 100644 index 0000000000000000000000000000000000000000..864b8e05cb37cee87b6a6f899d1ca84a2aaac1a0 --- /dev/null +++ b/shellops/assets/ShellOps_d98dd68d6c/init/reports/Q3_unit_gamma.txt @@ -0,0 +1,3 @@ +unit: gamma +revenue: 198200 +-- diff --git a/shellops/assets/ShellOps_d99a08b29e/gold/approved_calibration_tools.txt b/shellops/assets/ShellOps_d99a08b29e/gold/approved_calibration_tools.txt new file mode 100644 index 0000000000000000000000000000000000000000..b782a48a12e615dc37b2af5e0ccd3601e1e23ed8 --- /dev/null +++ b/shellops/assets/ShellOps_d99a08b29e/gold/approved_calibration_tools.txt @@ -0,0 +1,5 @@ +TCAL-1234 OBSOLETE +TCAL-5678 Primary Standard +TCAL-9012 Secondary Reference +TCAL-3456 OBSOLETE +TCAL-7890 Field Unit \ No newline at end of file diff --git a/shellops/assets/ShellOps_d99a08b29e/gold/inventory/may1_inventory.xml b/shellops/assets/ShellOps_d99a08b29e/gold/inventory/may1_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..b80f894733a5a298e8171362eba8f5be96186822 --- /dev/null +++ b/shellops/assets/ShellOps_d99a08b29e/gold/inventory/may1_inventory.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d99a08b29e/gold/missing_tools_report.txt b/shellops/assets/ShellOps_d99a08b29e/gold/missing_tools_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..4582911108a9e3f4c07bf40578c95ab0f090bd72 --- /dev/null +++ b/shellops/assets/ShellOps_d99a08b29e/gold/missing_tools_report.txt @@ -0,0 +1 @@ +TCAL-7890 diff --git a/shellops/assets/ShellOps_d99a08b29e/init/approved_calibration_tools.txt b/shellops/assets/ShellOps_d99a08b29e/init/approved_calibration_tools.txt new file mode 100644 index 0000000000000000000000000000000000000000..b782a48a12e615dc37b2af5e0ccd3601e1e23ed8 --- /dev/null +++ b/shellops/assets/ShellOps_d99a08b29e/init/approved_calibration_tools.txt @@ -0,0 +1,5 @@ +TCAL-1234 OBSOLETE +TCAL-5678 Primary Standard +TCAL-9012 Secondary Reference +TCAL-3456 OBSOLETE +TCAL-7890 Field Unit \ No newline at end of file diff --git a/shellops/assets/ShellOps_d99a08b29e/init/inventory/may1_inventory.xml b/shellops/assets/ShellOps_d99a08b29e/init/inventory/may1_inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..b80f894733a5a298e8171362eba8f5be96186822 --- /dev/null +++ b/shellops/assets/ShellOps_d99a08b29e/init/inventory/may1_inventory.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/gold/docs/notes.md b/shellops/assets/ShellOps_d9a376d1fa/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..471e663f077e0feda350beb77cefe7a06f938363 --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/gold/docs/notes.md @@ -0,0 +1,2 @@ +Policy review checklist: +- Verify exception handling is set to 'strict'. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/gold/exceptions_audit.tsv b/shellops/assets/ShellOps_d9a376d1fa/gold/exceptions_audit.tsv new file mode 100644 index 0000000000000000000000000000000000000000..def3176837fbbc2be2a2e202aab8748f3e9bc2b9 --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/gold/exceptions_audit.tsv @@ -0,0 +1,2 @@ +policies/policy_a.json relaxed +policies/hidden/legacy_policy.json none diff --git a/shellops/assets/ShellOps_d9a376d1fa/gold/policies/hidden/legacy_policy.json b/shellops/assets/ShellOps_d9a376d1fa/gold/policies/hidden/legacy_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..7ac3810bd836fe96b1e7a33a32dbc79124c7286d --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/gold/policies/hidden/legacy_policy.json @@ -0,0 +1,4 @@ +{ + "exception_policy": "none", + "name": "legacy" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/gold/policies/policy_a.json b/shellops/assets/ShellOps_d9a376d1fa/gold/policies/policy_a.json new file mode 100644 index 0000000000000000000000000000000000000000..49c861026c4b7e7aa74925cd127236b1e6f9ba99 --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/gold/policies/policy_a.json @@ -0,0 +1,4 @@ +{ + "exception_policy": "relaxed", + "name": "alpha" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/gold/policies/policy_b.json b/shellops/assets/ShellOps_d9a376d1fa/gold/policies/policy_b.json new file mode 100644 index 0000000000000000000000000000000000000000..e7fc4889b5fe28879e3056cc3c6af1218ec8607f --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/gold/policies/policy_b.json @@ -0,0 +1,4 @@ +{ + "exception_policy": "strict", + "name": "beta" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/init/docs/notes.md b/shellops/assets/ShellOps_d9a376d1fa/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..471e663f077e0feda350beb77cefe7a06f938363 --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/init/docs/notes.md @@ -0,0 +1,2 @@ +Policy review checklist: +- Verify exception handling is set to 'strict'. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/init/policies/hidden/legacy_policy.json b/shellops/assets/ShellOps_d9a376d1fa/init/policies/hidden/legacy_policy.json new file mode 100644 index 0000000000000000000000000000000000000000..7ac3810bd836fe96b1e7a33a32dbc79124c7286d --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/init/policies/hidden/legacy_policy.json @@ -0,0 +1,4 @@ +{ + "exception_policy": "none", + "name": "legacy" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/init/policies/policy_a.json b/shellops/assets/ShellOps_d9a376d1fa/init/policies/policy_a.json new file mode 100644 index 0000000000000000000000000000000000000000..49c861026c4b7e7aa74925cd127236b1e6f9ba99 --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/init/policies/policy_a.json @@ -0,0 +1,4 @@ +{ + "exception_policy": "relaxed", + "name": "alpha" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9a376d1fa/init/policies/policy_b.json b/shellops/assets/ShellOps_d9a376d1fa/init/policies/policy_b.json new file mode 100644 index 0000000000000000000000000000000000000000..e7fc4889b5fe28879e3056cc3c6af1218ec8607f --- /dev/null +++ b/shellops/assets/ShellOps_d9a376d1fa/init/policies/policy_b.json @@ -0,0 +1,4 @@ +{ + "exception_policy": "strict", + "name": "beta" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9d6a3199c/gold/current_devices.tsv b/shellops/assets/ShellOps_d9d6a3199c/gold/current_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e1389b487142fcfa381f269ff49437fb3fa2d0f1 --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/gold/current_devices.tsv @@ -0,0 +1,5 @@ +NodeID Firmware +N231 v4.5.2 +N145 v3.8.7 +N877 v4.1.0 +N309 v5.0.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9d6a3199c/gold/errors_aligned.tsv b/shellops/assets/ShellOps_d9d6a3199c/gold/errors_aligned.tsv new file mode 100644 index 0000000000000000000000000000000000000000..92811c5ad24734997cc6137f679d8c686e7aa5b7 --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/gold/errors_aligned.tsv @@ -0,0 +1,3 @@ +N145 v3.8.7 12 +N231 v4.5.2 8 +N877 v4.1.0 5 diff --git a/shellops/assets/ShellOps_d9d6a3199c/gold/interim_report.md b/shellops/assets/ShellOps_d9d6a3199c/gold/interim_report.md new file mode 100644 index 0000000000000000000000000000000000000000..37c86695ec991d867581f438f7e4ec3b0976c327 --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/gold/interim_report.md @@ -0,0 +1,2 @@ +# Interim Device Status +Preliminary data pending final review. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9d6a3199c/gold/node_errors.log b/shellops/assets/ShellOps_d9d6a3199c/gold/node_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..1ac29530063ded28fccb76f41007f9dc4440f27a --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/gold/node_errors.log @@ -0,0 +1,4 @@ +N145 12 +N231 8 +N877 5 +N562 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9d6a3199c/init/current_devices.tsv b/shellops/assets/ShellOps_d9d6a3199c/init/current_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e1389b487142fcfa381f269ff49437fb3fa2d0f1 --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/init/current_devices.tsv @@ -0,0 +1,5 @@ +NodeID Firmware +N231 v4.5.2 +N145 v3.8.7 +N877 v4.1.0 +N309 v5.0.1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9d6a3199c/init/interim_report.md b/shellops/assets/ShellOps_d9d6a3199c/init/interim_report.md new file mode 100644 index 0000000000000000000000000000000000000000..37c86695ec991d867581f438f7e4ec3b0976c327 --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/init/interim_report.md @@ -0,0 +1,2 @@ +# Interim Device Status +Preliminary data pending final review. \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9d6a3199c/init/node_errors.log b/shellops/assets/ShellOps_d9d6a3199c/init/node_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..1ac29530063ded28fccb76f41007f9dc4440f27a --- /dev/null +++ b/shellops/assets/ShellOps_d9d6a3199c/init/node_errors.log @@ -0,0 +1,4 @@ +N145 12 +N231 8 +N877 5 +N562 3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9e9612665/gold/docs/api_reference.md b/shellops/assets/ShellOps_d9e9612665/gold/docs/api_reference.md new file mode 100644 index 0000000000000000000000000000000000000000..af77e9714e2ebdb0be3971f8b5eb079999573604 --- /dev/null +++ b/shellops/assets/ShellOps_d9e9612665/gold/docs/api_reference.md @@ -0,0 +1,13 @@ +# API Reference + +## User Endpoints +- GET https://old.api.com/users +- POST https://old.api.com/users + +## Product Endpoints +- GET https://old.api.com/products +- PUT https://old.api.com/products/{id} + +## Order Endpoints +- GET https://old.api.com/orders +- DELETE https://old.api.com/orders/{id} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9e9612665/gold/docs/changelog.md b/shellops/assets/ShellOps_d9e9612665/gold/docs/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..77f4d0b3bf766bb8a35cb8ec7bd30cb7a6969371 --- /dev/null +++ b/shellops/assets/ShellOps_d9e9612665/gold/docs/changelog.md @@ -0,0 +1,7 @@ +# Changelog + +## v1.2.0 +- Added new endpoints for user management + +## v1.1.0 +- Initial release \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9e9612665/gold/updated_docs/api_reference.md b/shellops/assets/ShellOps_d9e9612665/gold/updated_docs/api_reference.md new file mode 100644 index 0000000000000000000000000000000000000000..1beea29ac9e84d623d7d0df5e31db5fc9c2c66c6 --- /dev/null +++ b/shellops/assets/ShellOps_d9e9612665/gold/updated_docs/api_reference.md @@ -0,0 +1,13 @@ +# API Reference + +## User Endpoints +- GET https://api.example.com/users +- POST https://api.example.com/users + +## Product Endpoints +- GET https://api.example.com/products +- PUT https://api.example.com/products/{id} + +## Order Endpoints +- GET https://api.example.com/orders +- DELETE https://api.example.com/orders/{id} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9e9612665/init/docs/api_reference.md b/shellops/assets/ShellOps_d9e9612665/init/docs/api_reference.md new file mode 100644 index 0000000000000000000000000000000000000000..af77e9714e2ebdb0be3971f8b5eb079999573604 --- /dev/null +++ b/shellops/assets/ShellOps_d9e9612665/init/docs/api_reference.md @@ -0,0 +1,13 @@ +# API Reference + +## User Endpoints +- GET https://old.api.com/users +- POST https://old.api.com/users + +## Product Endpoints +- GET https://old.api.com/products +- PUT https://old.api.com/products/{id} + +## Order Endpoints +- GET https://old.api.com/orders +- DELETE https://old.api.com/orders/{id} \ No newline at end of file diff --git a/shellops/assets/ShellOps_d9e9612665/init/docs/changelog.md b/shellops/assets/ShellOps_d9e9612665/init/docs/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..77f4d0b3bf766bb8a35cb8ec7bd30cb7a6969371 --- /dev/null +++ b/shellops/assets/ShellOps_d9e9612665/init/docs/changelog.md @@ -0,0 +1,7 @@ +# Changelog + +## v1.2.0 +- Added new endpoints for user management + +## v1.1.0 +- Initial release \ No newline at end of file diff --git a/shellops/assets/ShellOps_da16781b4a/gold/api_limits.md b/shellops/assets/ShellOps_da16781b4a/gold/api_limits.md new file mode 100644 index 0000000000000000000000000000000000000000..8e2c98d6a2808060bc18ad5e4a51f354f545393e --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/gold/api_limits.md @@ -0,0 +1,3 @@ +auth-service: 100 / 500 +notify-service: 50 / 300 +payment-api: 200 / 200 diff --git a/shellops/assets/ShellOps_da16781b4a/gold/config/services/.keep b/shellops/assets/ShellOps_da16781b4a/gold/config/services/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_da16781b4a/gold/config/services/auth_service.yaml b/shellops/assets/ShellOps_da16781b4a/gold/config/services/auth_service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2686d7a199b2a672cd675f958c2e274ba5db00bd --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/gold/config/services/auth_service.yaml @@ -0,0 +1,4 @@ +name: auth-service +rate_limit_legacy: 100 +rate_limit_new: 500 +other_config: true \ No newline at end of file diff --git a/shellops/assets/ShellOps_da16781b4a/gold/config/services/notifications.yaml b/shellops/assets/ShellOps_da16781b4a/gold/config/services/notifications.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a79993ce238eba279ff3b777c8e2a67a768a9c29 --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/gold/config/services/notifications.yaml @@ -0,0 +1,4 @@ +name: notify-service +rate_limit_legacy: 50 +rate_limit_new: 300 +queue_size: 10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_da16781b4a/gold/config/services/payment_service.yaml b/shellops/assets/ShellOps_da16781b4a/gold/config/services/payment_service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..280e7f49611c26e62274dcbf48a27253434dff3d --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/gold/config/services/payment_service.yaml @@ -0,0 +1,4 @@ +name: payment-api +rate_limit_legacy: 200 +rate_limit_new: 200 +ssl: enabled \ No newline at end of file diff --git a/shellops/assets/ShellOps_da16781b4a/init/config/services/.keep b/shellops/assets/ShellOps_da16781b4a/init/config/services/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_da16781b4a/init/config/services/auth_service.yaml b/shellops/assets/ShellOps_da16781b4a/init/config/services/auth_service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2686d7a199b2a672cd675f958c2e274ba5db00bd --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/init/config/services/auth_service.yaml @@ -0,0 +1,4 @@ +name: auth-service +rate_limit_legacy: 100 +rate_limit_new: 500 +other_config: true \ No newline at end of file diff --git a/shellops/assets/ShellOps_da16781b4a/init/config/services/notifications.yaml b/shellops/assets/ShellOps_da16781b4a/init/config/services/notifications.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a79993ce238eba279ff3b777c8e2a67a768a9c29 --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/init/config/services/notifications.yaml @@ -0,0 +1,4 @@ +name: notify-service +rate_limit_legacy: 50 +rate_limit_new: 300 +queue_size: 10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_da16781b4a/init/config/services/payment_service.yaml b/shellops/assets/ShellOps_da16781b4a/init/config/services/payment_service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..280e7f49611c26e62274dcbf48a27253434dff3d --- /dev/null +++ b/shellops/assets/ShellOps_da16781b4a/init/config/services/payment_service.yaml @@ -0,0 +1,4 @@ +name: payment-api +rate_limit_legacy: 200 +rate_limit_new: 200 +ssl: enabled \ No newline at end of file diff --git a/shellops/assets/ShellOps_da5d432ad2/gold/notes.md b/shellops/assets/ShellOps_da5d432ad2/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cbb4c3e85b08af4581cc980649c1cdc1209e949f --- /dev/null +++ b/shellops/assets/ShellOps_da5d432ad2/gold/notes.md @@ -0,0 +1,5 @@ +# Network topology notes +- core: Tier 1 critical infrastructure +- dmz: Demilitarized zone for external services +- edge: Edge computing nodes +- legacy: Deprecated zone (do not use) diff --git a/shellops/assets/ShellOps_da5d432ad2/gold/topology.xml b/shellops/assets/ShellOps_da5d432ad2/gold/topology.xml new file mode 100644 index 0000000000000000000000000000000000000000..df11963df4a80360e23d63b656f3392ddd66c6ef --- /dev/null +++ b/shellops/assets/ShellOps_da5d432ad2/gold/topology.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_da5d432ad2/gold/zones_active.txt b/shellops/assets/ShellOps_da5d432ad2/gold/zones_active.txt new file mode 100644 index 0000000000000000000000000000000000000000..189fbdba3f4aa12b2511dab12dc1da2bd3e4091f --- /dev/null +++ b/shellops/assets/ShellOps_da5d432ad2/gold/zones_active.txt @@ -0,0 +1,5 @@ +# Active security zones +core +dmz +edge +storage diff --git a/shellops/assets/ShellOps_da5d432ad2/init/notes.md b/shellops/assets/ShellOps_da5d432ad2/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cbb4c3e85b08af4581cc980649c1cdc1209e949f --- /dev/null +++ b/shellops/assets/ShellOps_da5d432ad2/init/notes.md @@ -0,0 +1,5 @@ +# Network topology notes +- core: Tier 1 critical infrastructure +- dmz: Demilitarized zone for external services +- edge: Edge computing nodes +- legacy: Deprecated zone (do not use) diff --git a/shellops/assets/ShellOps_da5d432ad2/init/topology.xml b/shellops/assets/ShellOps_da5d432ad2/init/topology.xml new file mode 100644 index 0000000000000000000000000000000000000000..df11963df4a80360e23d63b656f3392ddd66c6ef --- /dev/null +++ b/shellops/assets/ShellOps_da5d432ad2/init/topology.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_da5d432ad2/init/zones_active.txt b/shellops/assets/ShellOps_da5d432ad2/init/zones_active.txt new file mode 100644 index 0000000000000000000000000000000000000000..189fbdba3f4aa12b2511dab12dc1da2bd3e4091f --- /dev/null +++ b/shellops/assets/ShellOps_da5d432ad2/init/zones_active.txt @@ -0,0 +1,5 @@ +# Active security zones +core +dmz +edge +storage diff --git a/shellops/assets/ShellOps_daf281cf94/gold/inventory_list.tsv b/shellops/assets/ShellOps_daf281cf94/gold/inventory_list.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bc14c49a8143307f2d35ade33a4c0cdca62ff9b2 --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/gold/inventory_list.tsv @@ -0,0 +1,4 @@ +ID Model HardwareSN +101 XZ-42 SN12345 +102 XZ-43 SN67890 +103 XZ-44 SN24680 \ No newline at end of file diff --git a/shellops/assets/ShellOps_daf281cf94/gold/repair_logs/old_repairs.log b/shellops/assets/ShellOps_daf281cf94/gold/repair_logs/old_repairs.log new file mode 100644 index 0000000000000000000000000000000000000000..22d62e4633f8a82cff406142a56bd190bd5b5941 --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/gold/repair_logs/old_repairs.log @@ -0,0 +1 @@ +{"component": {"sn": "SN99999", "type": "circuit"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_daf281cf94/gold/repair_logs/service_2024-06.log b/shellops/assets/ShellOps_daf281cf94/gold/repair_logs/service_2024-06.log new file mode 100644 index 0000000000000000000000000000000000000000..c9dadf45df81d28878cab5ea55223d315e4830da --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/gold/repair_logs/service_2024-06.log @@ -0,0 +1,2 @@ +Entry 1: {"component": {"sn": "SN12345", "type": "motor"}} +Entry 2: {"component": {"sn": "SN67890", "type": "sensor"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_daf281cf94/gold/valid_serials.tsv b/shellops/assets/ShellOps_daf281cf94/gold/valid_serials.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ef5aeb5d0b27ac77f256929d72ed03db2c119fa7 --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/gold/valid_serials.tsv @@ -0,0 +1,3 @@ +HardwareSN +SN12345 +SN67890 diff --git a/shellops/assets/ShellOps_daf281cf94/init/inventory_list.tsv b/shellops/assets/ShellOps_daf281cf94/init/inventory_list.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bc14c49a8143307f2d35ade33a4c0cdca62ff9b2 --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/init/inventory_list.tsv @@ -0,0 +1,4 @@ +ID Model HardwareSN +101 XZ-42 SN12345 +102 XZ-43 SN67890 +103 XZ-44 SN24680 \ No newline at end of file diff --git a/shellops/assets/ShellOps_daf281cf94/init/repair_logs/old_repairs.log b/shellops/assets/ShellOps_daf281cf94/init/repair_logs/old_repairs.log new file mode 100644 index 0000000000000000000000000000000000000000..22d62e4633f8a82cff406142a56bd190bd5b5941 --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/init/repair_logs/old_repairs.log @@ -0,0 +1 @@ +{"component": {"sn": "SN99999", "type": "circuit"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_daf281cf94/init/repair_logs/service_2024-06.log b/shellops/assets/ShellOps_daf281cf94/init/repair_logs/service_2024-06.log new file mode 100644 index 0000000000000000000000000000000000000000..c9dadf45df81d28878cab5ea55223d315e4830da --- /dev/null +++ b/shellops/assets/ShellOps_daf281cf94/init/repair_logs/service_2024-06.log @@ -0,0 +1,2 @@ +Entry 1: {"component": {"sn": "SN12345", "type": "motor"}} +Entry 2: {"component": {"sn": "SN67890", "type": "sensor"}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2bbf5576/gold/design/model_a.psv b/shellops/assets/ShellOps_db2bbf5576/gold/design/model_a.psv new file mode 100644 index 0000000000000000000000000000000000000000..6ec48b8d14b718e972787bdf05e484628fcb7dee --- /dev/null +++ b/shellops/assets/ShellOps_db2bbf5576/gold/design/model_a.psv @@ -0,0 +1,3 @@ +account_id|client_name|asset_class|risk_score|sharpe_ratio +portfolio_value|benchmark_index|return_annual|volatility|duration_adj +buyside_factor|sellside_factor|alpha_drift|beta_exposure \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2bbf5576/gold/design/model_b.psv b/shellops/assets/ShellOps_db2bbf5576/gold/design/model_b.psv new file mode 100644 index 0000000000000000000000000000000000000000..a2a49707dbf68ff239241e72fce53aa7867f8e59 --- /dev/null +++ b/shellops/assets/ShellOps_db2bbf5576/gold/design/model_b.psv @@ -0,0 +1,4 @@ +alpha_drift|beta_exposure|gamma_correction|delta_hedge +account_id|portfolio_value|benchmark_index +risk_score|volatility|z_score|kurtosis +momentum_indicator|trend_signal \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2bbf5576/gold/design/variable_inventory.txt b/shellops/assets/ShellOps_db2bbf5576/gold/design/variable_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..45fd8daaaaf1b47d57e50411e9a439bd3c48a61d --- /dev/null +++ b/shellops/assets/ShellOps_db2bbf5576/gold/design/variable_inventory.txt @@ -0,0 +1,20 @@ +account_id +alpha_drift +asset_class +benchmark_index +beta_exposure +buyside_factor +client_name +delta_hedge +duration_adj +gamma_correction +kurtosis +momentum_indicator +portfolio_value +return_annual +risk_score +sellside_factor +sharpe_ratio +trend_signal +volatility +z_score diff --git a/shellops/assets/ShellOps_db2bbf5576/init/design/model_a.psv b/shellops/assets/ShellOps_db2bbf5576/init/design/model_a.psv new file mode 100644 index 0000000000000000000000000000000000000000..6ec48b8d14b718e972787bdf05e484628fcb7dee --- /dev/null +++ b/shellops/assets/ShellOps_db2bbf5576/init/design/model_a.psv @@ -0,0 +1,3 @@ +account_id|client_name|asset_class|risk_score|sharpe_ratio +portfolio_value|benchmark_index|return_annual|volatility|duration_adj +buyside_factor|sellside_factor|alpha_drift|beta_exposure \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2bbf5576/init/design/model_b.psv b/shellops/assets/ShellOps_db2bbf5576/init/design/model_b.psv new file mode 100644 index 0000000000000000000000000000000000000000..a2a49707dbf68ff239241e72fce53aa7867f8e59 --- /dev/null +++ b/shellops/assets/ShellOps_db2bbf5576/init/design/model_b.psv @@ -0,0 +1,4 @@ +alpha_drift|beta_exposure|gamma_correction|delta_hedge +account_id|portfolio_value|benchmark_index +risk_score|volatility|z_score|kurtosis +momentum_indicator|trend_signal \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2d3a43e1/gold/deps.json b/shellops/assets/ShellOps_db2d3a43e1/gold/deps.json new file mode 100644 index 0000000000000000000000000000000000000000..8f118bb981b72f702ad7456173a390a7420bbafe --- /dev/null +++ b/shellops/assets/ShellOps_db2d3a43e1/gold/deps.json @@ -0,0 +1 @@ +[{"name": "pkgA", "dependencies": ["libX", "libY"]}, {"name": "pkgB", "dependencies": ["libY", "libZ"]}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2d3a43e1/gold/unapproved_deps.log b/shellops/assets/ShellOps_db2d3a43e1/gold/unapproved_deps.log new file mode 100644 index 0000000000000000000000000000000000000000..4ac45accb490a41e2bf2b2069839fac170582abe --- /dev/null +++ b/shellops/assets/ShellOps_db2d3a43e1/gold/unapproved_deps.log @@ -0,0 +1 @@ +libZ diff --git a/shellops/assets/ShellOps_db2d3a43e1/gold/whitelist.txt b/shellops/assets/ShellOps_db2d3a43e1/gold/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da6a1a3d37b0ac40768c64e89beaac44f620496 --- /dev/null +++ b/shellops/assets/ShellOps_db2d3a43e1/gold/whitelist.txt @@ -0,0 +1,2 @@ +libX +libY diff --git a/shellops/assets/ShellOps_db2d3a43e1/init/deps.json b/shellops/assets/ShellOps_db2d3a43e1/init/deps.json new file mode 100644 index 0000000000000000000000000000000000000000..8f118bb981b72f702ad7456173a390a7420bbafe --- /dev/null +++ b/shellops/assets/ShellOps_db2d3a43e1/init/deps.json @@ -0,0 +1 @@ +[{"name": "pkgA", "dependencies": ["libX", "libY"]}, {"name": "pkgB", "dependencies": ["libY", "libZ"]}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_db2d3a43e1/init/whitelist.txt b/shellops/assets/ShellOps_db2d3a43e1/init/whitelist.txt new file mode 100644 index 0000000000000000000000000000000000000000..6da6a1a3d37b0ac40768c64e89beaac44f620496 --- /dev/null +++ b/shellops/assets/ShellOps_db2d3a43e1/init/whitelist.txt @@ -0,0 +1,2 @@ +libX +libY diff --git a/shellops/assets/ShellOps_db489bc670/gold/exceptions.xml b/shellops/assets/ShellOps_db489bc670/gold/exceptions.xml new file mode 100644 index 0000000000000000000000000000000000000000..1ea05c16a53191feb07bc719bdc4e22922c4392b --- /dev/null +++ b/shellops/assets/ShellOps_db489bc670/gold/exceptions.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_db489bc670/gold/filtered_users.txt b/shellops/assets/ShellOps_db489bc670/gold/filtered_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e116c05e42a8510d07ac9dd92f00736e7676c8b --- /dev/null +++ b/shellops/assets/ShellOps_db489bc670/gold/filtered_users.txt @@ -0,0 +1,3 @@ +alice +carol +eve diff --git a/shellops/assets/ShellOps_db489bc670/gold/users.txt b/shellops/assets/ShellOps_db489bc670/gold/users.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f90f7c24b115e8c829a9a21e865874451f7142 --- /dev/null +++ b/shellops/assets/ShellOps_db489bc670/gold/users.txt @@ -0,0 +1,5 @@ +alice +carol +dave +bob +eve \ No newline at end of file diff --git a/shellops/assets/ShellOps_db489bc670/init/exceptions.xml b/shellops/assets/ShellOps_db489bc670/init/exceptions.xml new file mode 100644 index 0000000000000000000000000000000000000000..1ea05c16a53191feb07bc719bdc4e22922c4392b --- /dev/null +++ b/shellops/assets/ShellOps_db489bc670/init/exceptions.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_db489bc670/init/users.txt b/shellops/assets/ShellOps_db489bc670/init/users.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f90f7c24b115e8c829a9a21e865874451f7142 --- /dev/null +++ b/shellops/assets/ShellOps_db489bc670/init/users.txt @@ -0,0 +1,5 @@ +alice +carol +dave +bob +eve \ No newline at end of file diff --git a/shellops/assets/ShellOps_db79d443e8/gold/compliance/approved_colors.adoc b/shellops/assets/ShellOps_db79d443e8/gold/compliance/approved_colors.adoc new file mode 100644 index 0000000000000000000000000000000000000000..ef5f50d84a6fe910d66c563d45211b464d0467fd --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/gold/compliance/approved_colors.adoc @@ -0,0 +1,5 @@ +// Approved color palette (lowercase to avoid case sensitivity): +#336699 +#4a4a4a +#ff9900 +#e74c3c diff --git a/shellops/assets/ShellOps_db79d443e8/gold/themes/legacy/dark.css b/shellops/assets/ShellOps_db79d443e8/gold/themes/legacy/dark.css new file mode 100644 index 0000000000000000000000000000000000000000..0be9d4913b93b41cf0139135aa12095f115effa4 --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/gold/themes/legacy/dark.css @@ -0,0 +1,2 @@ +body { background: #000000; color: #CCCCCC; } +.button { background: #1A1A1A; border: 1px solid #2C3E50; } \ No newline at end of file diff --git a/shellops/assets/ShellOps_db79d443e8/gold/themes/main.css b/shellops/assets/ShellOps_db79d443e8/gold/themes/main.css new file mode 100644 index 0000000000000000000000000000000000000000..37a39df65ba049d9ad974c8f224b571c835aa6b5 --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/gold/themes/main.css @@ -0,0 +1,7 @@ +/* Light theme */ +:root { + --primary-color: #336699; + --secondary-color: #4A4A4A; + --accent-color: #FF9900; + --warning: #E74C3C; +} diff --git a/shellops/assets/ShellOps_db79d443e8/gold/themes/modern.css b/shellops/assets/ShellOps_db79d443e8/gold/themes/modern.css new file mode 100644 index 0000000000000000000000000000000000000000..31a9357def23f0f6021831d6febc0bf2cbc795ae --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/gold/themes/modern.css @@ -0,0 +1,7 @@ +@media (min-width: 768px) { + .nav-link { + color: #2C3E50; + border-bottom: 2px solid #E67E22; + } +} +.error-message { background-color: #ffebee; color: #b71c1c; } \ No newline at end of file diff --git a/shellops/assets/ShellOps_db79d443e8/init/compliance/approved_colors.adoc b/shellops/assets/ShellOps_db79d443e8/init/compliance/approved_colors.adoc new file mode 100644 index 0000000000000000000000000000000000000000..ef5f50d84a6fe910d66c563d45211b464d0467fd --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/init/compliance/approved_colors.adoc @@ -0,0 +1,5 @@ +// Approved color palette (lowercase to avoid case sensitivity): +#336699 +#4a4a4a +#ff9900 +#e74c3c diff --git a/shellops/assets/ShellOps_db79d443e8/init/themes/legacy/dark.css b/shellops/assets/ShellOps_db79d443e8/init/themes/legacy/dark.css new file mode 100644 index 0000000000000000000000000000000000000000..0be9d4913b93b41cf0139135aa12095f115effa4 --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/init/themes/legacy/dark.css @@ -0,0 +1,2 @@ +body { background: #000000; color: #CCCCCC; } +.button { background: #1A1A1A; border: 1px solid #2C3E50; } \ No newline at end of file diff --git a/shellops/assets/ShellOps_db79d443e8/init/themes/main.css b/shellops/assets/ShellOps_db79d443e8/init/themes/main.css new file mode 100644 index 0000000000000000000000000000000000000000..37a39df65ba049d9ad974c8f224b571c835aa6b5 --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/init/themes/main.css @@ -0,0 +1,7 @@ +/* Light theme */ +:root { + --primary-color: #336699; + --secondary-color: #4A4A4A; + --accent-color: #FF9900; + --warning: #E74C3C; +} diff --git a/shellops/assets/ShellOps_db79d443e8/init/themes/modern.css b/shellops/assets/ShellOps_db79d443e8/init/themes/modern.css new file mode 100644 index 0000000000000000000000000000000000000000..31a9357def23f0f6021831d6febc0bf2cbc795ae --- /dev/null +++ b/shellops/assets/ShellOps_db79d443e8/init/themes/modern.css @@ -0,0 +1,7 @@ +@media (min-width: 768px) { + .nav-link { + color: #2C3E50; + border-bottom: 2px solid #E67E22; + } +} +.error-message { background-color: #ffebee; color: #b71c1c; } \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam1.json b/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam1.json new file mode 100644 index 0000000000000000000000000000000000000000..eaa9b151353da9a50930c27253a02607491b71a1 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam1.json @@ -0,0 +1,4 @@ +{ + "timestamp": "2024-03-15T08:42:17Z", + "animal": "deer" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam2.json b/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam2.json new file mode 100644 index 0000000000000000000000000000000000000000..4e33b395ab957febb9dc502e1c1640d62a4d50f3 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam2.json @@ -0,0 +1,4 @@ +{ + "timestamp": "2024-03-15T07:15:03Z", + "animal": "fox" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam3.json b/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam3.json new file mode 100644 index 0000000000000000000000000000000000000000..3490c2768bc5b42cf934bd99c482fdc210a3f5d8 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/gold/field_data/2024-03-15/camera_logs/cam3.json @@ -0,0 +1,4 @@ +{ + "timestamp": "2024-03-15T09:01:44Z", + "animal": "rabbit" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbd7b2fefc/gold/timeline.tsv b/shellops/assets/ShellOps_dbd7b2fefc/gold/timeline.tsv new file mode 100644 index 0000000000000000000000000000000000000000..758e1cb29d3b47262fd7443c9ef6863285970858 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/gold/timeline.tsv @@ -0,0 +1,3 @@ +2024-03-15T07:15:03Z fox +2024-03-15T08:42:17Z deer +2024-03-15T09:01:44Z rabbit diff --git a/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam1.json b/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam1.json new file mode 100644 index 0000000000000000000000000000000000000000..eaa9b151353da9a50930c27253a02607491b71a1 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam1.json @@ -0,0 +1,4 @@ +{ + "timestamp": "2024-03-15T08:42:17Z", + "animal": "deer" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam2.json b/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam2.json new file mode 100644 index 0000000000000000000000000000000000000000..4e33b395ab957febb9dc502e1c1640d62a4d50f3 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam2.json @@ -0,0 +1,4 @@ +{ + "timestamp": "2024-03-15T07:15:03Z", + "animal": "fox" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam3.json b/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam3.json new file mode 100644 index 0000000000000000000000000000000000000000..3490c2768bc5b42cf934bd99c482fdc210a3f5d8 --- /dev/null +++ b/shellops/assets/ShellOps_dbd7b2fefc/init/field_data/2024-03-15/camera_logs/cam3.json @@ -0,0 +1,4 @@ +{ + "timestamp": "2024-03-15T09:01:44Z", + "animal": "rabbit" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dbfba5599e/gold/metrics/devices.tsv b/shellops/assets/ShellOps_dbfba5599e/gold/metrics/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3410ef5b8745ad1c48aacf694da3c0a09c78a98b --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/gold/metrics/devices.tsv @@ -0,0 +1,7 @@ +device_id location sensor_type +A001 rack-01 temperature +A002 rack-02 temperature +A003 rack-03 humidity +A004 rack-04 pressure +A005 rack-05 temperature +A006 rack-06 humidity diff --git a/shellops/assets/ShellOps_dbfba5599e/gold/metrics/readings.tsv b/shellops/assets/ShellOps_dbfba5599e/gold/metrics/readings.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8d28554ae5df024121bceae32708966a81fbf33a --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/gold/metrics/readings.tsv @@ -0,0 +1,5 @@ +device_id timestamp value +A001 2024-05-15T10:00:00Z 22.5 +A003 2024-05-15T10:05:00Z 65.2 +A004 2024-05-15T10:10:00Z 1013.2 +A006 2024-05-15T10:15:00Z 58.7 diff --git a/shellops/assets/ShellOps_dbfba5599e/gold/notes/changelog.md b/shellops/assets/ShellOps_dbfba5599e/gold/notes/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..c4dad4e55f81d7059d2937b81e7b4ffa3b8d45a1 --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/gold/notes/changelog.md @@ -0,0 +1,3 @@ +# Telemetry changelog +- 2024-05-14: Added new temperature sensors A002 and A005 to the device registry. +- 2024-05-13: Calibration adjustments applied to rack-03 and rack-04. diff --git a/shellops/assets/ShellOps_dbfba5599e/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_dbfba5599e/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4563b8a422c7e932964720b565a75eb38f6c575 --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/gold/reports/missing_devices.txt @@ -0,0 +1,2 @@ +A002 +A005 diff --git a/shellops/assets/ShellOps_dbfba5599e/init/metrics/devices.tsv b/shellops/assets/ShellOps_dbfba5599e/init/metrics/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3410ef5b8745ad1c48aacf694da3c0a09c78a98b --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/init/metrics/devices.tsv @@ -0,0 +1,7 @@ +device_id location sensor_type +A001 rack-01 temperature +A002 rack-02 temperature +A003 rack-03 humidity +A004 rack-04 pressure +A005 rack-05 temperature +A006 rack-06 humidity diff --git a/shellops/assets/ShellOps_dbfba5599e/init/metrics/readings.tsv b/shellops/assets/ShellOps_dbfba5599e/init/metrics/readings.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8d28554ae5df024121bceae32708966a81fbf33a --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/init/metrics/readings.tsv @@ -0,0 +1,5 @@ +device_id timestamp value +A001 2024-05-15T10:00:00Z 22.5 +A003 2024-05-15T10:05:00Z 65.2 +A004 2024-05-15T10:10:00Z 1013.2 +A006 2024-05-15T10:15:00Z 58.7 diff --git a/shellops/assets/ShellOps_dbfba5599e/init/notes/changelog.md b/shellops/assets/ShellOps_dbfba5599e/init/notes/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..c4dad4e55f81d7059d2937b81e7b4ffa3b8d45a1 --- /dev/null +++ b/shellops/assets/ShellOps_dbfba5599e/init/notes/changelog.md @@ -0,0 +1,3 @@ +# Telemetry changelog +- 2024-05-14: Added new temperature sensors A002 and A005 to the device registry. +- 2024-05-13: Calibration adjustments applied to rack-03 and rack-04. diff --git a/shellops/assets/ShellOps_dc17566b8e/gold/configs/dev.env b/shellops/assets/ShellOps_dc17566b8e/gold/configs/dev.env new file mode 100644 index 0000000000000000000000000000000000000000..d66d39042373e65a424494d37472612c1bdde4be --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/gold/configs/dev.env @@ -0,0 +1,3 @@ +DB_HOST=db1.example.com +DB_NAME=analytics_db +DB_USER=appuser \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/gold/configs/staging.env b/shellops/assets/ShellOps_dc17566b8e/gold/configs/staging.env new file mode 100644 index 0000000000000000000000000000000000000000..14bac3260e1f6602f2fed1f31221715e204413b2 --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/gold/configs/staging.env @@ -0,0 +1,3 @@ +DB_HOST=staging-db +DB_NAME=primary_db +DB_PASSWORD=secret \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/gold/docs/notes.txt b/shellops/assets/ShellOps_dc17566b8e/gold/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df5826f724afb224994fb5f7a266baa3c3e529e --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/gold/docs/notes.txt @@ -0,0 +1 @@ +Ignore legacy databases listed here: old_system_db \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/gold/missing_dbs.txt b/shellops/assets/ShellOps_dc17566b8e/gold/missing_dbs.txt new file mode 100644 index 0000000000000000000000000000000000000000..20b7b14fa1cd84c6ee62be769e8f409ac36f3d06 --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/gold/missing_dbs.txt @@ -0,0 +1 @@ +analytics_db diff --git a/shellops/assets/ShellOps_dc17566b8e/gold/release_checks.md b/shellops/assets/ShellOps_dc17566b8e/gold/release_checks.md new file mode 100644 index 0000000000000000000000000000000000000000..611f5468a3ee99b03992add1ae08a8213a98e235 --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/gold/release_checks.md @@ -0,0 +1,3 @@ +## Required Clusters +- cluster: primary_db (active) +- cluster: backup_db (standby) \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/init/configs/dev.env b/shellops/assets/ShellOps_dc17566b8e/init/configs/dev.env new file mode 100644 index 0000000000000000000000000000000000000000..d66d39042373e65a424494d37472612c1bdde4be --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/init/configs/dev.env @@ -0,0 +1,3 @@ +DB_HOST=db1.example.com +DB_NAME=analytics_db +DB_USER=appuser \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/init/configs/staging.env b/shellops/assets/ShellOps_dc17566b8e/init/configs/staging.env new file mode 100644 index 0000000000000000000000000000000000000000..14bac3260e1f6602f2fed1f31221715e204413b2 --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/init/configs/staging.env @@ -0,0 +1,3 @@ +DB_HOST=staging-db +DB_NAME=primary_db +DB_PASSWORD=secret \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/init/docs/notes.txt b/shellops/assets/ShellOps_dc17566b8e/init/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df5826f724afb224994fb5f7a266baa3c3e529e --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/init/docs/notes.txt @@ -0,0 +1 @@ +Ignore legacy databases listed here: old_system_db \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc17566b8e/init/release_checks.md b/shellops/assets/ShellOps_dc17566b8e/init/release_checks.md new file mode 100644 index 0000000000000000000000000000000000000000..611f5468a3ee99b03992add1ae08a8213a98e235 --- /dev/null +++ b/shellops/assets/ShellOps_dc17566b8e/init/release_checks.md @@ -0,0 +1,3 @@ +## Required Clusters +- cluster: primary_db (active) +- cluster: backup_db (standby) \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc3de104db/gold/allowed_sensors.txt b/shellops/assets/ShellOps_dc3de104db/gold/allowed_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..027ef78d922a5fee19e674815ddd27707f9a79b7 --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/gold/allowed_sensors.txt @@ -0,0 +1,7 @@ +SNSR-1001 +SNSR-1002 +SNSR-1005 +SNSR-1009 +SNSR-1010 +SNSR-1015 +SNSR-1020 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc3de104db/gold/mismatched_sensors.txt b/shellops/assets/ShellOps_dc3de104db/gold/mismatched_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..984ac6d7c760049991293d032025373ee8ab2f55 --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/gold/mismatched_sensors.txt @@ -0,0 +1,2 @@ +SNSR-1003 +SNSR-1012 diff --git a/shellops/assets/ShellOps_dc3de104db/gold/notes.md b/shellops/assets/ShellOps_dc3de104db/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7de10a426c974b659de3c0825d458dc3cd76f0ed --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/gold/notes.md @@ -0,0 +1,4 @@ +# Telemetry Processing Notes +- Allowed sensors list updated last on 2024-05-16. +- SNSR-1003 is deprecated but may still appear in logs. +- SNSR-1012 is experimental and not yet approved. diff --git a/shellops/assets/ShellOps_dc3de104db/gold/telemetry.xml b/shellops/assets/ShellOps_dc3de104db/gold/telemetry.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d640704f9ad40e091626f1cebf945f530198d82 --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/gold/telemetry.xml @@ -0,0 +1,33 @@ + + + + SNSR-1001 + 23.4 + 2024-05-17T08:15:00Z + + + SNSR-1003 + 19.7 + 2024-05-17T08:16:00Z + + + SNSR-1005 + 22.1 + 2024-05-17T08:17:00Z + + + SNSR-1003 + 19.9 + 2024-05-17T08:18:00Z + + + SNSR-1012 + 25.0 + 2024-05-17T08:19:00Z + + + SNSR-1009 + 21.3 + 2024-05-17T08:20:00Z + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc3de104db/init/allowed_sensors.txt b/shellops/assets/ShellOps_dc3de104db/init/allowed_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..027ef78d922a5fee19e674815ddd27707f9a79b7 --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/init/allowed_sensors.txt @@ -0,0 +1,7 @@ +SNSR-1001 +SNSR-1002 +SNSR-1005 +SNSR-1009 +SNSR-1010 +SNSR-1015 +SNSR-1020 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc3de104db/init/notes.md b/shellops/assets/ShellOps_dc3de104db/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7de10a426c974b659de3c0825d458dc3cd76f0ed --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/init/notes.md @@ -0,0 +1,4 @@ +# Telemetry Processing Notes +- Allowed sensors list updated last on 2024-05-16. +- SNSR-1003 is deprecated but may still appear in logs. +- SNSR-1012 is experimental and not yet approved. diff --git a/shellops/assets/ShellOps_dc3de104db/init/telemetry.xml b/shellops/assets/ShellOps_dc3de104db/init/telemetry.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d640704f9ad40e091626f1cebf945f530198d82 --- /dev/null +++ b/shellops/assets/ShellOps_dc3de104db/init/telemetry.xml @@ -0,0 +1,33 @@ + + + + SNSR-1001 + 23.4 + 2024-05-17T08:15:00Z + + + SNSR-1003 + 19.7 + 2024-05-17T08:16:00Z + + + SNSR-1005 + 22.1 + 2024-05-17T08:17:00Z + + + SNSR-1003 + 19.9 + 2024-05-17T08:18:00Z + + + SNSR-1012 + 25.0 + 2024-05-17T08:19:00Z + + + SNSR-1009 + 21.3 + 2024-05-17T08:20:00Z + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc624f09f1/gold/config/active_vendors.conf b/shellops/assets/ShellOps_dc624f09f1/gold/config/active_vendors.conf new file mode 100644 index 0000000000000000000000000000000000000000..dd8531cdf9b3a5c75c82f6ecfda8b629eec6908c --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/gold/config/active_vendors.conf @@ -0,0 +1 @@ +vendor_123 diff --git a/shellops/assets/ShellOps_dc624f09f1/gold/config/enabled_vendors.conf b/shellops/assets/ShellOps_dc624f09f1/gold/config/enabled_vendors.conf new file mode 100644 index 0000000000000000000000000000000000000000..69ff71d040aedf7e77bf28a79536bc560001042b --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/gold/config/enabled_vendors.conf @@ -0,0 +1,4 @@ +vendor_123 +vendor_456 +deprecated_vendor_789 +vendor_101 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc624f09f1/gold/security/notes.md b/shellops/assets/ShellOps_dc624f09f1/gold/security/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6e0b474cad48b1eab1dbbb2ed5c7b35c2696c9ee --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/gold/security/notes.md @@ -0,0 +1 @@ +Ignored legacy format docs \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc624f09f1/gold/security/vendor_standards.json b/shellops/assets/ShellOps_dc624f09f1/gold/security/vendor_standards.json new file mode 100644 index 0000000000000000000000000000000000000000..a723b7ddc1ff32ec4c5093ec38f4bf01f9ce3c65 --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/gold/security/vendor_standards.json @@ -0,0 +1,5 @@ +{"vendors": [ + {"id": "vendor_123", "status": "compliant", "deprecated": false}, + {"id": "vendor_456", "status": "noncompliant", "deprecated": false}, + {"id": "deprecated_vendor_789", "status": "compliant", "deprecated": true} +]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc624f09f1/init/config/enabled_vendors.conf b/shellops/assets/ShellOps_dc624f09f1/init/config/enabled_vendors.conf new file mode 100644 index 0000000000000000000000000000000000000000..69ff71d040aedf7e77bf28a79536bc560001042b --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/init/config/enabled_vendors.conf @@ -0,0 +1,4 @@ +vendor_123 +vendor_456 +deprecated_vendor_789 +vendor_101 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc624f09f1/init/security/notes.md b/shellops/assets/ShellOps_dc624f09f1/init/security/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6e0b474cad48b1eab1dbbb2ed5c7b35c2696c9ee --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/init/security/notes.md @@ -0,0 +1 @@ +Ignored legacy format docs \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc624f09f1/init/security/vendor_standards.json b/shellops/assets/ShellOps_dc624f09f1/init/security/vendor_standards.json new file mode 100644 index 0000000000000000000000000000000000000000..a723b7ddc1ff32ec4c5093ec38f4bf01f9ce3c65 --- /dev/null +++ b/shellops/assets/ShellOps_dc624f09f1/init/security/vendor_standards.json @@ -0,0 +1,5 @@ +{"vendors": [ + {"id": "vendor_123", "status": "compliant", "deprecated": false}, + {"id": "vendor_456", "status": "noncompliant", "deprecated": false}, + {"id": "deprecated_vendor_789", "status": "compliant", "deprecated": true} +]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc649e7745/gold/approved_products.txt b/shellops/assets/ShellOps_dc649e7745/gold/approved_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..edd9fb280cc15436929017fbbbc547a549f9cc07 --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/gold/approved_products.txt @@ -0,0 +1,2 @@ +SKU_12345 +SKU_98765 diff --git a/shellops/assets/ShellOps_dc649e7745/gold/current_approvals.txt b/shellops/assets/ShellOps_dc649e7745/gold/current_approvals.txt new file mode 100644 index 0000000000000000000000000000000000000000..426eb5c770622e406d2bb43b056af725e53fc3f0 --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/gold/current_approvals.txt @@ -0,0 +1,4 @@ +Approved Products: +- SKU_12345 (Pending QA) +- SKU_67890: Immediate shipment required +- SKU_98765 (Packaging delayed) diff --git a/shellops/assets/ShellOps_dc649e7745/gold/export_rules.xml b/shellops/assets/ShellOps_dc649e7745/gold/export_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..c2204e8fbacfc2c9d5fd98932717c7d93ff0fb8f --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/gold/export_rules.xml @@ -0,0 +1,4 @@ + + SKU_67890sanctions + SKU_11111patent + diff --git a/shellops/assets/ShellOps_dc649e7745/gold/irrelevant/deprecated_skus.txt b/shellops/assets/ShellOps_dc649e7745/gold/irrelevant/deprecated_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..95712b602142ea9474c4aafd6c2e9000929e3287 --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/gold/irrelevant/deprecated_skus.txt @@ -0,0 +1,2 @@ +SKU_22222 +SKU_33333 diff --git a/shellops/assets/ShellOps_dc649e7745/init/current_approvals.txt b/shellops/assets/ShellOps_dc649e7745/init/current_approvals.txt new file mode 100644 index 0000000000000000000000000000000000000000..426eb5c770622e406d2bb43b056af725e53fc3f0 --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/init/current_approvals.txt @@ -0,0 +1,4 @@ +Approved Products: +- SKU_12345 (Pending QA) +- SKU_67890: Immediate shipment required +- SKU_98765 (Packaging delayed) diff --git a/shellops/assets/ShellOps_dc649e7745/init/export_rules.xml b/shellops/assets/ShellOps_dc649e7745/init/export_rules.xml new file mode 100644 index 0000000000000000000000000000000000000000..c2204e8fbacfc2c9d5fd98932717c7d93ff0fb8f --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/init/export_rules.xml @@ -0,0 +1,4 @@ + + SKU_67890sanctions + SKU_11111patent + diff --git a/shellops/assets/ShellOps_dc649e7745/init/irrelevant/deprecated_skus.txt b/shellops/assets/ShellOps_dc649e7745/init/irrelevant/deprecated_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..95712b602142ea9474c4aafd6c2e9000929e3287 --- /dev/null +++ b/shellops/assets/ShellOps_dc649e7745/init/irrelevant/deprecated_skus.txt @@ -0,0 +1,2 @@ +SKU_22222 +SKU_33333 diff --git a/shellops/assets/ShellOps_dc658c1708/gold/results/unique_test_ids.txt b/shellops/assets/ShellOps_dc658c1708/gold/results/unique_test_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..da9d288062fd4c641389e2b7ae81604bbb1d88b1 --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/gold/results/unique_test_ids.txt @@ -0,0 +1,5 @@ +17 +42 +56 +83 +91 diff --git a/shellops/assets/ShellOps_dc658c1708/gold/traces/device_a.trace b/shellops/assets/ShellOps_dc658c1708/gold/traces/device_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..9aa59e562ff9b60cb2b5559efb988187512c63a5 --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/gold/traces/device_a.trace @@ -0,0 +1,9 @@ +INFO: Starting firmware test run +TEST_CASE name=voltage_check test_id=42 status=pass +INFO: Voltage within nominal range +TEST_CASE name=temp_sensor test_id=17 status=fail +ERROR: Sensor timeout +TEST_CASE name=memory_test test_id=83 status=pass +INFO: Memory test completed +TEST_CASE name=voltage_check test_id=42 status=pass +INFO: End of test run diff --git a/shellops/assets/ShellOps_dc658c1708/gold/traces/device_b.trace b/shellops/assets/ShellOps_dc658c1708/gold/traces/device_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..729dcadb7e8c513b96c2c0f995b38f4d92a5e9d0 --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/gold/traces/device_b.trace @@ -0,0 +1,7 @@ +INFO: Starting firmware test run +TEST_CASE name=voltage_check test_id=42 status=pass +TEST_CASE name=io_loopback test_id=56 status=pass +INFO: IO loopback passed +TEST_CASE name=temp_sensor test_id=17 status=pass +TEST_CASE name=power_cycle test_id=91 status=fail +INFO: End of test run diff --git a/shellops/assets/ShellOps_dc658c1708/gold/traces/device_c.trace b/shellops/assets/ShellOps_dc658c1708/gold/traces/device_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..d2610e4d239d059eb396d1f060b4da255c8826ef --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/gold/traces/device_c.trace @@ -0,0 +1,4 @@ +INFO: Starting firmware test run +PERFORMANCE sample_count=1000 throughput=1200 +PERFORMANCE sample_count=500 throughput=1100 +INFO: End of test run diff --git a/shellops/assets/ShellOps_dc658c1708/init/traces/device_a.trace b/shellops/assets/ShellOps_dc658c1708/init/traces/device_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..9aa59e562ff9b60cb2b5559efb988187512c63a5 --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/init/traces/device_a.trace @@ -0,0 +1,9 @@ +INFO: Starting firmware test run +TEST_CASE name=voltage_check test_id=42 status=pass +INFO: Voltage within nominal range +TEST_CASE name=temp_sensor test_id=17 status=fail +ERROR: Sensor timeout +TEST_CASE name=memory_test test_id=83 status=pass +INFO: Memory test completed +TEST_CASE name=voltage_check test_id=42 status=pass +INFO: End of test run diff --git a/shellops/assets/ShellOps_dc658c1708/init/traces/device_b.trace b/shellops/assets/ShellOps_dc658c1708/init/traces/device_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..729dcadb7e8c513b96c2c0f995b38f4d92a5e9d0 --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/init/traces/device_b.trace @@ -0,0 +1,7 @@ +INFO: Starting firmware test run +TEST_CASE name=voltage_check test_id=42 status=pass +TEST_CASE name=io_loopback test_id=56 status=pass +INFO: IO loopback passed +TEST_CASE name=temp_sensor test_id=17 status=pass +TEST_CASE name=power_cycle test_id=91 status=fail +INFO: End of test run diff --git a/shellops/assets/ShellOps_dc658c1708/init/traces/device_c.trace b/shellops/assets/ShellOps_dc658c1708/init/traces/device_c.trace new file mode 100644 index 0000000000000000000000000000000000000000..d2610e4d239d059eb396d1f060b4da255c8826ef --- /dev/null +++ b/shellops/assets/ShellOps_dc658c1708/init/traces/device_c.trace @@ -0,0 +1,4 @@ +INFO: Starting firmware test run +PERFORMANCE sample_count=1000 throughput=1200 +PERFORMANCE sample_count=500 throughput=1100 +INFO: End of test run diff --git a/shellops/assets/ShellOps_dc821c5f6a/gold/approved_devices.txt b/shellops/assets/ShellOps_dc821c5f6a/gold/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e7f867f668a212134ff0a9a3860d47868e1af8e --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/gold/approved_devices.txt @@ -0,0 +1,13 @@ +AB12345 +CD67890 +EF13579 +GH24680 +IJ35791 active +KL46802 +MN57913 +OP68024 +QR79135 +ST80246 +UV91357 +WX02468 obsolete +YZ13579 diff --git a/shellops/assets/ShellOps_dc821c5f6a/gold/distractor/archive.xml b/shellops/assets/ShellOps_dc821c5f6a/gold/distractor/archive.xml new file mode 100644 index 0000000000000000000000000000000000000000..8977e30a8b4bbc0f983cb644336fc52a4a27cc27 --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/gold/distractor/archive.xml @@ -0,0 +1,4 @@ + + WX02468 + KL46802 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc821c5f6a/gold/inventory.xml b/shellops/assets/ShellOps_dc821c5f6a/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..77a3138a10aa6a68626ee068ebc4d789325068ea --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/gold/inventory.xml @@ -0,0 +1,12 @@ + + + AB12345Lab A + CD67890Lab B + EF13579Servers + IJ35791QA floor + MN57913Storage + QR79135Lab C + UV91357Test bench + YZ13579Rack 2 + AA99999Spares + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc821c5f6a/gold/missing_devices.txt b/shellops/assets/ShellOps_dc821c5f6a/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..063a83aa02029b03595d81f8acf92aca509fad08 --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/gold/missing_devices.txt @@ -0,0 +1,4 @@ +GH24680 +KL46802 +OP68024 +ST80246 diff --git a/shellops/assets/ShellOps_dc821c5f6a/init/approved_devices.txt b/shellops/assets/ShellOps_dc821c5f6a/init/approved_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e7f867f668a212134ff0a9a3860d47868e1af8e --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/init/approved_devices.txt @@ -0,0 +1,13 @@ +AB12345 +CD67890 +EF13579 +GH24680 +IJ35791 active +KL46802 +MN57913 +OP68024 +QR79135 +ST80246 +UV91357 +WX02468 obsolete +YZ13579 diff --git a/shellops/assets/ShellOps_dc821c5f6a/init/distractor/archive.xml b/shellops/assets/ShellOps_dc821c5f6a/init/distractor/archive.xml new file mode 100644 index 0000000000000000000000000000000000000000..8977e30a8b4bbc0f983cb644336fc52a4a27cc27 --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/init/distractor/archive.xml @@ -0,0 +1,4 @@ + + WX02468 + KL46802 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dc821c5f6a/init/inventory.xml b/shellops/assets/ShellOps_dc821c5f6a/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..77a3138a10aa6a68626ee068ebc4d789325068ea --- /dev/null +++ b/shellops/assets/ShellOps_dc821c5f6a/init/inventory.xml @@ -0,0 +1,12 @@ + + + AB12345Lab A + CD67890Lab B + EF13579Servers + IJ35791QA floor + MN57913Storage + QR79135Lab C + UV91357Test bench + YZ13579Rack 2 + AA99999Spares + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcaa3e9203/gold/alpha_devices.json b/shellops/assets/ShellOps_dcaa3e9203/gold/alpha_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..f68af623846725afce162d8eedd76798e81160ca --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/gold/alpha_devices.json @@ -0,0 +1,6 @@ +[ + {"device_id": "D-1024", "firmware": "v2.1.3", "status": "active", "location": "lab-a"}, + {"device_id": "D-1025", "firmware": "v2.1.4", "status": "active", "location": "lab-a"}, + {"device_id": "D-1026", "firmware": "v1.9.0", "status": "retired", "location": "lab-b"}, + {"device_id": "D-1027", "firmware": "v2.2.0", "status": "maintenance", "location": "lab-c"} +] diff --git a/shellops/assets/ShellOps_dcaa3e9203/gold/beta_devices.json b/shellops/assets/ShellOps_dcaa3e9203/gold/beta_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..ebb0577c8a4ad82bfd1458a5ba8e0d33d1328a72 --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/gold/beta_devices.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-1028", "firmware": "v2.3.1", "status": "active", "location": "warehouse-1"}, + {"device_id": "D-1029", "firmware": "v2.1.3", "status": "retired", "location": "warehouse-2"}, + {"device_id": "D-1030", "firmware": "v2.4.0", "status": "active", "location": "warehouse-1"} +] diff --git a/shellops/assets/ShellOps_dcaa3e9203/gold/notes/readme.md b/shellops/assets/ShellOps_dcaa3e9203/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..eaf8105b9e831135f227e7f96ee3ebf2d76fd8ee --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/gold/notes/readme.md @@ -0,0 +1,3 @@ +# Device inventory consolidation notes + +Ignore any entries marked 'retired' during consolidation. diff --git a/shellops/assets/ShellOps_dcaa3e9203/gold/unified_inventory.txt b/shellops/assets/ShellOps_dcaa3e9203/gold/unified_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7d0dee7e1778a96296c17f5fa43694b70baa1cc --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/gold/unified_inventory.txt @@ -0,0 +1,5 @@ +D-1024 v2.1.3 +D-1025 v2.1.4 +D-1027 v2.2.0 +D-1028 v2.3.1 +D-1030 v2.4.0 diff --git a/shellops/assets/ShellOps_dcaa3e9203/init/alpha_devices.json b/shellops/assets/ShellOps_dcaa3e9203/init/alpha_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..f68af623846725afce162d8eedd76798e81160ca --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/init/alpha_devices.json @@ -0,0 +1,6 @@ +[ + {"device_id": "D-1024", "firmware": "v2.1.3", "status": "active", "location": "lab-a"}, + {"device_id": "D-1025", "firmware": "v2.1.4", "status": "active", "location": "lab-a"}, + {"device_id": "D-1026", "firmware": "v1.9.0", "status": "retired", "location": "lab-b"}, + {"device_id": "D-1027", "firmware": "v2.2.0", "status": "maintenance", "location": "lab-c"} +] diff --git a/shellops/assets/ShellOps_dcaa3e9203/init/beta_devices.json b/shellops/assets/ShellOps_dcaa3e9203/init/beta_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..ebb0577c8a4ad82bfd1458a5ba8e0d33d1328a72 --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/init/beta_devices.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-1028", "firmware": "v2.3.1", "status": "active", "location": "warehouse-1"}, + {"device_id": "D-1029", "firmware": "v2.1.3", "status": "retired", "location": "warehouse-2"}, + {"device_id": "D-1030", "firmware": "v2.4.0", "status": "active", "location": "warehouse-1"} +] diff --git a/shellops/assets/ShellOps_dcaa3e9203/init/notes/readme.md b/shellops/assets/ShellOps_dcaa3e9203/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..eaf8105b9e831135f227e7f96ee3ebf2d76fd8ee --- /dev/null +++ b/shellops/assets/ShellOps_dcaa3e9203/init/notes/readme.md @@ -0,0 +1,3 @@ +# Device inventory consolidation notes + +Ignore any entries marked 'retired' during consolidation. diff --git a/shellops/assets/ShellOps_dccb5180ca/gold/baseline_configs.txt b/shellops/assets/ShellOps_dccb5180ca/gold/baseline_configs.txt new file mode 100644 index 0000000000000000000000000000000000000000..4165c0de05644cdfd753d0ea013b1f45e4156466 --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/gold/baseline_configs.txt @@ -0,0 +1,3 @@ +router-01 +firewall-05 +load-balancer-03 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dccb5180ca/gold/current_devices.xml b/shellops/assets/ShellOps_dccb5180ca/gold/current_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..3ad9e9d4e526e727a5309b24af1a7e7222624e15 --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/gold/current_devices.xml @@ -0,0 +1,5 @@ + + router-01 + switch-12 + firewall-05 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dccb5180ca/gold/distractor.log b/shellops/assets/ShellOps_dccb5180ca/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..c11d5e2410f78aa72bbb110877ce381b84ed2d5f --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/gold/distractor.log @@ -0,0 +1,2 @@ +2024-02-15 ERROR: Failed to connect to database +2024-02-15 INFO: Backup completed successfully \ No newline at end of file diff --git a/shellops/assets/ShellOps_dccb5180ca/gold/missing.txt b/shellops/assets/ShellOps_dccb5180ca/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbee3082620e625987ec8374051cb3916453c093 --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/gold/missing.txt @@ -0,0 +1 @@ +switch-12 diff --git a/shellops/assets/ShellOps_dccb5180ca/init/baseline_configs.txt b/shellops/assets/ShellOps_dccb5180ca/init/baseline_configs.txt new file mode 100644 index 0000000000000000000000000000000000000000..4165c0de05644cdfd753d0ea013b1f45e4156466 --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/init/baseline_configs.txt @@ -0,0 +1,3 @@ +router-01 +firewall-05 +load-balancer-03 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dccb5180ca/init/current_devices.xml b/shellops/assets/ShellOps_dccb5180ca/init/current_devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..3ad9e9d4e526e727a5309b24af1a7e7222624e15 --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/init/current_devices.xml @@ -0,0 +1,5 @@ + + router-01 + switch-12 + firewall-05 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_dccb5180ca/init/distractor.log b/shellops/assets/ShellOps_dccb5180ca/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..c11d5e2410f78aa72bbb110877ce381b84ed2d5f --- /dev/null +++ b/shellops/assets/ShellOps_dccb5180ca/init/distractor.log @@ -0,0 +1,2 @@ +2024-02-15 ERROR: Failed to connect to database +2024-02-15 INFO: Backup completed successfully \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/README.txt b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..e70c3795507345ceebf9abfa51a93986ead7590f --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/README.txt @@ -0,0 +1 @@ +JSON files containing GPS tracking data for various animals. \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/elephant_2024.json b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/elephant_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..cc703f51cb529cad46410a29a3479ef8a57998e0 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/elephant_2024.json @@ -0,0 +1 @@ +{"animal_id": "ELE123", "location": "34.56, 78.90", "timestamp": "2024-03-01T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/elephant_2024_duplicate.json b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/elephant_2024_duplicate.json new file mode 100644 index 0000000000000000000000000000000000000000..cc703f51cb529cad46410a29a3479ef8a57998e0 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/elephant_2024_duplicate.json @@ -0,0 +1 @@ +{"animal_id": "ELE123", "location": "34.56, 78.90", "timestamp": "2024-03-01T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/lion_2024.json b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/lion_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..4eb20756f49c4619ae8dc839f2029fb39f257ec6 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/lion_2024.json @@ -0,0 +1 @@ +{"animal_id": "LIO456", "location": "12.34, 56.78", "timestamp": "2024-03-01T12:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/zebra_2024.json b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/zebra_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..fd46d8f503d5a1530cdafd4df4ce1661e4e5b411 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/gold/tracking_data/zebra_2024.json @@ -0,0 +1 @@ +{"animal_id": "ZEB789", "location": "90.12, 34.56", "timestamp": "2024-03-01T12:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/gold/unique_animals.txt b/shellops/assets/ShellOps_dcf11d9e55/gold/unique_animals.txt new file mode 100644 index 0000000000000000000000000000000000000000..525ee088d2a4a02b9c1a32685c885aea79872e5e --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/gold/unique_animals.txt @@ -0,0 +1,3 @@ +ELE123 +LIO456 +ZEB789 diff --git a/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/README.txt b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..e70c3795507345ceebf9abfa51a93986ead7590f --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/README.txt @@ -0,0 +1 @@ +JSON files containing GPS tracking data for various animals. \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/elephant_2024.json b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/elephant_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..cc703f51cb529cad46410a29a3479ef8a57998e0 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/elephant_2024.json @@ -0,0 +1 @@ +{"animal_id": "ELE123", "location": "34.56, 78.90", "timestamp": "2024-03-01T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/elephant_2024_duplicate.json b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/elephant_2024_duplicate.json new file mode 100644 index 0000000000000000000000000000000000000000..cc703f51cb529cad46410a29a3479ef8a57998e0 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/elephant_2024_duplicate.json @@ -0,0 +1 @@ +{"animal_id": "ELE123", "location": "34.56, 78.90", "timestamp": "2024-03-01T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/lion_2024.json b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/lion_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..4eb20756f49c4619ae8dc839f2029fb39f257ec6 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/lion_2024.json @@ -0,0 +1 @@ +{"animal_id": "LIO456", "location": "12.34, 56.78", "timestamp": "2024-03-01T12:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/zebra_2024.json b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/zebra_2024.json new file mode 100644 index 0000000000000000000000000000000000000000..fd46d8f503d5a1530cdafd4df4ce1661e4e5b411 --- /dev/null +++ b/shellops/assets/ShellOps_dcf11d9e55/init/tracking_data/zebra_2024.json @@ -0,0 +1 @@ +{"animal_id": "ZEB789", "location": "90.12, 34.56", "timestamp": "2024-03-01T12:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd4aabdc56/gold/exceptions/unsuppressed_errors.tsv b/shellops/assets/ShellOps_dd4aabdc56/gold/exceptions/unsuppressed_errors.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b10947aef85fec5e771ecf7345f696143e814a7a --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/gold/exceptions/unsuppressed_errors.tsv @@ -0,0 +1,2 @@ +E102 +E104 diff --git a/shellops/assets/ShellOps_dd4aabdc56/gold/notes/irrelevant.md b/shellops/assets/ShellOps_dd4aabdc56/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..19e0cecbdf9ccd2d1f19008d2ff73a07ecb8cef5 --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/gold/notes/irrelevant.md @@ -0,0 +1 @@ +Distractor notes file to ensure only telemetry JSONs and suppression list are used. \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd4aabdc56/gold/policy/suppressed_codes.txt b/shellops/assets/ShellOps_dd4aabdc56/gold/policy/suppressed_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..869fc084aee3b46ba123d0c758c54f1e9b4dcc88 --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/gold/policy/suppressed_codes.txt @@ -0,0 +1,2 @@ +E103 +E999 diff --git a/shellops/assets/ShellOps_dd4aabdc56/gold/telemetry/alpha.json b/shellops/assets/ShellOps_dd4aabdc56/gold/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c08ddabafb3ed7c47cd4dec28a68a53bb80d62c2 --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/gold/telemetry/alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_a", "status": "error", "error_code": "E102", "timestamp": "2024-05-21T10:00:00Z"} +{"device_id": "dev_b", "status": "ok", "error_code": "E999", "timestamp": "2024-05-21T10:05:00Z"} +{"device_id": "dev_c", "status": "error", "error_code": "E103", "timestamp": "2024-05-21T10:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd4aabdc56/gold/telemetry/beta.json b/shellops/assets/ShellOps_dd4aabdc56/gold/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..1969198e660c31638dbc809a8b5b9e495d06f34e --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/gold/telemetry/beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_d", "status": "error", "error_code": "E102", "timestamp": "2024-05-21T11:00:00Z"} +{"device_id": "dev_e", "status": "error", "error_code": "E104", "timestamp": "2024-05-21T11:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd4aabdc56/init/notes/irrelevant.md b/shellops/assets/ShellOps_dd4aabdc56/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..19e0cecbdf9ccd2d1f19008d2ff73a07ecb8cef5 --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/init/notes/irrelevant.md @@ -0,0 +1 @@ +Distractor notes file to ensure only telemetry JSONs and suppression list are used. \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd4aabdc56/init/policy/suppressed_codes.txt b/shellops/assets/ShellOps_dd4aabdc56/init/policy/suppressed_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..869fc084aee3b46ba123d0c758c54f1e9b4dcc88 --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/init/policy/suppressed_codes.txt @@ -0,0 +1,2 @@ +E103 +E999 diff --git a/shellops/assets/ShellOps_dd4aabdc56/init/telemetry/alpha.json b/shellops/assets/ShellOps_dd4aabdc56/init/telemetry/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c08ddabafb3ed7c47cd4dec28a68a53bb80d62c2 --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/init/telemetry/alpha.json @@ -0,0 +1,3 @@ +{"device_id": "dev_a", "status": "error", "error_code": "E102", "timestamp": "2024-05-21T10:00:00Z"} +{"device_id": "dev_b", "status": "ok", "error_code": "E999", "timestamp": "2024-05-21T10:05:00Z"} +{"device_id": "dev_c", "status": "error", "error_code": "E103", "timestamp": "2024-05-21T10:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd4aabdc56/init/telemetry/beta.json b/shellops/assets/ShellOps_dd4aabdc56/init/telemetry/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..1969198e660c31638dbc809a8b5b9e495d06f34e --- /dev/null +++ b/shellops/assets/ShellOps_dd4aabdc56/init/telemetry/beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_d", "status": "error", "error_code": "E102", "timestamp": "2024-05-21T11:00:00Z"} +{"device_id": "dev_e", "status": "error", "error_code": "E104", "timestamp": "2024-05-21T11:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_dd5db1c486/gold/manifests/.keep b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_dd5db1c486/gold/manifests/deployment-db.yaml b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/deployment-db.yaml new file mode 100644 index 0000000000000000000000000000000000000000..016f51c6cd357d0db9b363aec9ffcedb7a7deed1 --- /dev/null +++ b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/deployment-db.yaml @@ -0,0 +1,18 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: database +spec: + template: + spec: + containers: + - name: db + image: postgres:13.4-alpine + env: + - name: POSTGRES_PASSWORD + valueFrom: + secretKeyRef: + name: db-secret + key: password + - name: backup-agent + image: registry.internal/backup-agent:1.0.0-deprecated diff --git a/shellops/assets/ShellOps_dd5db1c486/gold/manifests/deployment-web.yaml b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/deployment-web.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6273ae4185320518d26c968a3a074b6de0dc6a51 --- /dev/null +++ b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/deployment-web.yaml @@ -0,0 +1,14 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: web-app +spec: + template: + spec: + containers: + - name: web + image: registry.internal/web:v1.2.3 + ports: + - containerPort: 8080 + - name: sidecar + image: registry.internal/log-sidecar:2.1.0 diff --git a/shellops/assets/ShellOps_dd5db1c486/gold/manifests/service-cache.yaml b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/service-cache.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c69a320584d7d72fbed93f3174501f9017ce2783 --- /dev/null +++ b/shellops/assets/ShellOps_dd5db1c486/gold/manifests/service-cache.yaml @@ -0,0 +1,23 @@ +apiVersion: v1 +kind: Service +metadata: + name: cache-service +spec: + selector: + app: cache + ports: + - protocol: TCP + port: 6379 + targetPort: 6379 +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cache +spec: + template: + spec: + containers: + - name: redis + image: redis:6.2-alpine + args: ["--save", "", "--appendonly", "no"] diff --git a/shellops/assets/ShellOps_dd5db1c486/init/manifests/.keep b/shellops/assets/ShellOps_dd5db1c486/init/manifests/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_dd5db1c486/init/manifests/deployment-db.yaml b/shellops/assets/ShellOps_dd5db1c486/init/manifests/deployment-db.yaml new file mode 100644 index 0000000000000000000000000000000000000000..016f51c6cd357d0db9b363aec9ffcedb7a7deed1 --- /dev/null +++ b/shellops/assets/ShellOps_dd5db1c486/init/manifests/deployment-db.yaml @@ -0,0 +1,18 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: database +spec: + template: + spec: + containers: + - name: db + image: postgres:13.4-alpine + env: + - name: POSTGRES_PASSWORD + valueFrom: + secretKeyRef: + name: db-secret + key: password + - name: backup-agent + image: registry.internal/backup-agent:1.0.0-deprecated diff --git a/shellops/assets/ShellOps_dd5db1c486/init/manifests/deployment-web.yaml b/shellops/assets/ShellOps_dd5db1c486/init/manifests/deployment-web.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6273ae4185320518d26c968a3a074b6de0dc6a51 --- /dev/null +++ b/shellops/assets/ShellOps_dd5db1c486/init/manifests/deployment-web.yaml @@ -0,0 +1,14 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: web-app +spec: + template: + spec: + containers: + - name: web + image: registry.internal/web:v1.2.3 + ports: + - containerPort: 8080 + - name: sidecar + image: registry.internal/log-sidecar:2.1.0 diff --git a/shellops/assets/ShellOps_dd5db1c486/init/manifests/service-cache.yaml b/shellops/assets/ShellOps_dd5db1c486/init/manifests/service-cache.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c69a320584d7d72fbed93f3174501f9017ce2783 --- /dev/null +++ b/shellops/assets/ShellOps_dd5db1c486/init/manifests/service-cache.yaml @@ -0,0 +1,23 @@ +apiVersion: v1 +kind: Service +metadata: + name: cache-service +spec: + selector: + app: cache + ports: + - protocol: TCP + port: 6379 + targetPort: 6379 +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cache +spec: + template: + spec: + containers: + - name: redis + image: redis:6.2-alpine + args: ["--save", "", "--appendonly", "no"] diff --git a/shellops/assets/ShellOps_ddaaa67605/gold/clusters.conf b/shellops/assets/ShellOps_ddaaa67605/gold/clusters.conf new file mode 100644 index 0000000000000000000000000000000000000000..3f181764f4a707bc3a5ba9052d169e4187c35742 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/gold/clusters.conf @@ -0,0 +1,3 @@ +[nodes] +active_nodes = a-101,b-202,c-303 +standby_nodes = d-404 diff --git a/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_a.json b/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_a.json new file mode 100644 index 0000000000000000000000000000000000000000..f5c67176348a55083ab1a4527f575a91acf2c8dc --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_a.json @@ -0,0 +1 @@ +{"node_id": "a-101", "health_status": "critical", "timestamp": "2024-03-10T08:15:00Z", "diagnostics": [{"flag": "pending", "code": "ERR401"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_b.json b/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_b.json new file mode 100644 index 0000000000000000000000000000000000000000..c2d7df9ec358667b61fd6b85cdd384f1260caee8 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_b.json @@ -0,0 +1 @@ +{"node_id": "b-202", "health_status": "warning", "timestamp": "2024-03-10T09:30:00Z", "diagnostics": [{"flag": "mitigated", "code": "ERR100"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_c.json b/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_c.json new file mode 100644 index 0000000000000000000000000000000000000000..01f250f1026a07d8aa5602f9307ccbc81e4e4de1 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/gold/node_health/node_c.json @@ -0,0 +1 @@ +{"node_id": "c-303", "health_status": "critical", "timestamp": "2024-03-10T10:45:00Z", "diagnostics": [{"flag": "mitigated", "code": "ERR200"}, {"flag": "unreviewed", "code": "ERR300"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddaaa67605/gold/unmitigated_criticals.txt b/shellops/assets/ShellOps_ddaaa67605/gold/unmitigated_criticals.txt new file mode 100644 index 0000000000000000000000000000000000000000..36d7e9dceee9b6fdb8b1c84831d14ef85564f8f0 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/gold/unmitigated_criticals.txt @@ -0,0 +1 @@ +a-101 diff --git a/shellops/assets/ShellOps_ddaaa67605/init/clusters.conf b/shellops/assets/ShellOps_ddaaa67605/init/clusters.conf new file mode 100644 index 0000000000000000000000000000000000000000..3f181764f4a707bc3a5ba9052d169e4187c35742 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/init/clusters.conf @@ -0,0 +1,3 @@ +[nodes] +active_nodes = a-101,b-202,c-303 +standby_nodes = d-404 diff --git a/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_a.json b/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_a.json new file mode 100644 index 0000000000000000000000000000000000000000..f5c67176348a55083ab1a4527f575a91acf2c8dc --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_a.json @@ -0,0 +1 @@ +{"node_id": "a-101", "health_status": "critical", "timestamp": "2024-03-10T08:15:00Z", "diagnostics": [{"flag": "pending", "code": "ERR401"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_b.json b/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_b.json new file mode 100644 index 0000000000000000000000000000000000000000..c2d7df9ec358667b61fd6b85cdd384f1260caee8 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_b.json @@ -0,0 +1 @@ +{"node_id": "b-202", "health_status": "warning", "timestamp": "2024-03-10T09:30:00Z", "diagnostics": [{"flag": "mitigated", "code": "ERR100"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_c.json b/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_c.json new file mode 100644 index 0000000000000000000000000000000000000000..01f250f1026a07d8aa5602f9307ccbc81e4e4de1 --- /dev/null +++ b/shellops/assets/ShellOps_ddaaa67605/init/node_health/node_c.json @@ -0,0 +1 @@ +{"node_id": "c-303", "health_status": "critical", "timestamp": "2024-03-10T10:45:00Z", "diagnostics": [{"flag": "mitigated", "code": "ERR200"}, {"flag": "unreviewed", "code": "ERR300"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddab0df4b9/gold/active_registry.xml b/shellops/assets/ShellOps_ddab0df4b9/gold/active_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..e1c1565565403f93507e9832968253e56f81f25c --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/gold/active_registry.xml @@ -0,0 +1,11 @@ + + + ALPHA-123456 + BETA-789012 + DELTA-901234 + EPSILON-567890 + ZETA-112233 + THETA-445566 + KAPPA-990011 + LAMBDA-223344 + diff --git a/shellops/assets/ShellOps_ddab0df4b9/gold/devices.txt b/shellops/assets/ShellOps_ddab0df4b9/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..77e50d6f3d7c6be8b28180355e72465797f66216 --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/gold/devices.txt @@ -0,0 +1,10 @@ +ALPHA-123456 +BETA-789012 +GAMMA-345678 +DELTA-901234 +EPSILON-567890 +ZETA-112233 +THETA-445566 +IOTA-778899 +KAPPA-990011 +LAMBDA-223344 diff --git a/shellops/assets/ShellOps_ddab0df4b9/gold/notes/old_devices.txt b/shellops/assets/ShellOps_ddab0df4b9/gold/notes/old_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..619082f46a4484c810779c454adb27b4fb8d41e2 --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/gold/notes/old_devices.txt @@ -0,0 +1,2 @@ +ARCHIVED-000001 +ARCHIVED-000002 diff --git a/shellops/assets/ShellOps_ddab0df4b9/gold/unregistered_devices.txt b/shellops/assets/ShellOps_ddab0df4b9/gold/unregistered_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..774c60f77e6952bc255e6006230abae3fcfcb013 --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/gold/unregistered_devices.txt @@ -0,0 +1,2 @@ +GAMMA-345678 +IOTA-778899 diff --git a/shellops/assets/ShellOps_ddab0df4b9/init/active_registry.xml b/shellops/assets/ShellOps_ddab0df4b9/init/active_registry.xml new file mode 100644 index 0000000000000000000000000000000000000000..e1c1565565403f93507e9832968253e56f81f25c --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/init/active_registry.xml @@ -0,0 +1,11 @@ + + + ALPHA-123456 + BETA-789012 + DELTA-901234 + EPSILON-567890 + ZETA-112233 + THETA-445566 + KAPPA-990011 + LAMBDA-223344 + diff --git a/shellops/assets/ShellOps_ddab0df4b9/init/devices.txt b/shellops/assets/ShellOps_ddab0df4b9/init/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..77e50d6f3d7c6be8b28180355e72465797f66216 --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/init/devices.txt @@ -0,0 +1,10 @@ +ALPHA-123456 +BETA-789012 +GAMMA-345678 +DELTA-901234 +EPSILON-567890 +ZETA-112233 +THETA-445566 +IOTA-778899 +KAPPA-990011 +LAMBDA-223344 diff --git a/shellops/assets/ShellOps_ddab0df4b9/init/notes/old_devices.txt b/shellops/assets/ShellOps_ddab0df4b9/init/notes/old_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..619082f46a4484c810779c454adb27b4fb8d41e2 --- /dev/null +++ b/shellops/assets/ShellOps_ddab0df4b9/init/notes/old_devices.txt @@ -0,0 +1,2 @@ +ARCHIVED-000001 +ARCHIVED-000002 diff --git a/shellops/assets/ShellOps_ddf9bff7ef/gold/approved_components.json b/shellops/assets/ShellOps_ddf9bff7ef/gold/approved_components.json new file mode 100644 index 0000000000000000000000000000000000000000..af4ebbe6f0d0370e4217ccd2070fc19f00d9ba6e --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/gold/approved_components.json @@ -0,0 +1,9 @@ +{ + "components": [ + "comp_alpha", + "comp_beta", + "comp_gamma", + "comp_delta", + "comp_epsilon" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddf9bff7ef/gold/audit_recent.ndjson b/shellops/assets/ShellOps_ddf9bff7ef/gold/audit_recent.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..bce3ccdbea90cc92a4f2a482d1b61919827f5f52 --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/gold/audit_recent.ndjson @@ -0,0 +1,5 @@ +{"component_id": "comp_alpha", "timestamp": "2025-04-01T10:00:00Z", "status": "ok"} +{"component_id": "comp_beta", "timestamp": "2025-04-01T10:15:00Z", "status": "warning"} +{"component_id": "comp_beta", "timestamp": "2025-04-01T11:00:00Z", "status": "ok"} +{"component_id": "comp_delta", "timestamp": "2025-04-01T12:00:00Z", "status": "error"} +{"component_id": "comp_zeta", "timestamp": "2025-04-01T13:00:00Z", "status": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddf9bff7ef/gold/notes.md b/shellops/assets/ShellOps_ddf9bff7ef/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9fc570bb7738352d79c788603471e6621c9e23b8 --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/gold/notes.md @@ -0,0 +1,5 @@ +# Component Audit Notes + +- comp_epsilon is approved but not yet observed in recent audits. +- comp_zeta appears in audit logs but is not part of the approved set. +- comp_beta appears multiple times; verified list should include it once. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddf9bff7ef/gold/verified_components.txt b/shellops/assets/ShellOps_ddf9bff7ef/gold/verified_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..859477777a2683dc63cdb04b1125c9497a0c3105 --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/gold/verified_components.txt @@ -0,0 +1,3 @@ +comp_alpha +comp_beta +comp_delta diff --git a/shellops/assets/ShellOps_ddf9bff7ef/init/approved_components.json b/shellops/assets/ShellOps_ddf9bff7ef/init/approved_components.json new file mode 100644 index 0000000000000000000000000000000000000000..af4ebbe6f0d0370e4217ccd2070fc19f00d9ba6e --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/init/approved_components.json @@ -0,0 +1,9 @@ +{ + "components": [ + "comp_alpha", + "comp_beta", + "comp_gamma", + "comp_delta", + "comp_epsilon" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddf9bff7ef/init/audit_recent.ndjson b/shellops/assets/ShellOps_ddf9bff7ef/init/audit_recent.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..bce3ccdbea90cc92a4f2a482d1b61919827f5f52 --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/init/audit_recent.ndjson @@ -0,0 +1,5 @@ +{"component_id": "comp_alpha", "timestamp": "2025-04-01T10:00:00Z", "status": "ok"} +{"component_id": "comp_beta", "timestamp": "2025-04-01T10:15:00Z", "status": "warning"} +{"component_id": "comp_beta", "timestamp": "2025-04-01T11:00:00Z", "status": "ok"} +{"component_id": "comp_delta", "timestamp": "2025-04-01T12:00:00Z", "status": "error"} +{"component_id": "comp_zeta", "timestamp": "2025-04-01T13:00:00Z", "status": "ok"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ddf9bff7ef/init/notes.md b/shellops/assets/ShellOps_ddf9bff7ef/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9fc570bb7738352d79c788603471e6621c9e23b8 --- /dev/null +++ b/shellops/assets/ShellOps_ddf9bff7ef/init/notes.md @@ -0,0 +1,5 @@ +# Component Audit Notes + +- comp_epsilon is approved but not yet observed in recent audits. +- comp_zeta appears in audit logs but is not part of the approved set. +- comp_beta appears multiple times; verified list should include it once. \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090462cc/gold/audit_manifest.txt b/shellops/assets/ShellOps_de090462cc/gold/audit_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaa16b35d8ac7e0dc553dfe0a4fb99e2d99f1cc6 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/gold/audit_manifest.txt @@ -0,0 +1,5 @@ +daily_backup +weekly_backup +monthly_backup +quarterly_backup +yearly_backup diff --git a/shellops/assets/ShellOps_de090462cc/gold/missing_rules.txt b/shellops/assets/ShellOps_de090462cc/gold/missing_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8e067cd138a495301f013fb1e3731671220cba0 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/gold/missing_rules.txt @@ -0,0 +1,2 @@ +daily_backup +yearly_backup diff --git a/shellops/assets/ShellOps_de090462cc/gold/rules/active.conf b/shellops/assets/ShellOps_de090462cc/gold/rules/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..b9379b9bce32469fec374d79d3eb2ca1e173caf8 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/gold/rules/active.conf @@ -0,0 +1,5 @@ +# retention rules +weekly_backup 7 +monthly_backup 30 +quarterly_backup 90 +legacy_backup 365 diff --git a/shellops/assets/ShellOps_de090462cc/gold/rules/notes.txt b/shellops/assets/ShellOps_de090462cc/gold/rules/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..42393a8eec67ebc6cafba634b858e6db623f49a8 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/gold/rules/notes.txt @@ -0,0 +1 @@ +Legacy rules should be reviewed. diff --git a/shellops/assets/ShellOps_de090462cc/init/audit_manifest.txt b/shellops/assets/ShellOps_de090462cc/init/audit_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaa16b35d8ac7e0dc553dfe0a4fb99e2d99f1cc6 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/init/audit_manifest.txt @@ -0,0 +1,5 @@ +daily_backup +weekly_backup +monthly_backup +quarterly_backup +yearly_backup diff --git a/shellops/assets/ShellOps_de090462cc/init/rules/active.conf b/shellops/assets/ShellOps_de090462cc/init/rules/active.conf new file mode 100644 index 0000000000000000000000000000000000000000..b9379b9bce32469fec374d79d3eb2ca1e173caf8 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/init/rules/active.conf @@ -0,0 +1,5 @@ +# retention rules +weekly_backup 7 +monthly_backup 30 +quarterly_backup 90 +legacy_backup 365 diff --git a/shellops/assets/ShellOps_de090462cc/init/rules/notes.txt b/shellops/assets/ShellOps_de090462cc/init/rules/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..42393a8eec67ebc6cafba634b858e6db623f49a8 --- /dev/null +++ b/shellops/assets/ShellOps_de090462cc/init/rules/notes.txt @@ -0,0 +1 @@ +Legacy rules should be reviewed. diff --git a/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/override_notes.md b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/override_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..93d4953335c7d2bc6dd2adabb5689a6838e7b62e --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/override_notes.md @@ -0,0 +1,3 @@ +# Rule Override Notes + +These rules require manual verification before deployment \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_api_20240405.json b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_api_20240405.json new file mode 100644 index 0000000000000000000000000000000000000000..f3f9d8ed94c1924499e925faefcc58de08124eb1 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_api_20240405.json @@ -0,0 +1 @@ +{"id": "api_rate_limit", "status": "approved", "deployed": true, "timestamp": "2024-02-01T10:15:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_db_20240310.json b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_db_20240310.json new file mode 100644 index 0000000000000000000000000000000000000000..15a6064488afebf7b6de090981402a299b9938b2 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_db_20240310.json @@ -0,0 +1 @@ +{"id": "db_port_check", "status": "approved", "deployed": false, "timestamp": "2024-01-15T14:30:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_monitoring_20240325.json b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_monitoring_20240325.json new file mode 100644 index 0000000000000000000000000000000000000000..402fe3be439aeae604d9806deaf919e5868bead8 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_monitoring_20240325.json @@ -0,0 +1 @@ +{"id": "monitoring_access", "status": "approved", "deployed": false, "timestamp": "2024-01-20T08:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_network_20240228.json b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_network_20240228.json new file mode 100644 index 0000000000000000000000000000000000000000..d2539013189def4c254adb26c9b0628f716537bd --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_network_20240228.json @@ -0,0 +1 @@ +{"id": "network_acl", "status": "pending", "deployed": false, "timestamp": "2024-01-28T16:45:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_security_20240401.json b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_security_20240401.json new file mode 100644 index 0000000000000000000000000000000000000000..c32260fd886911d60a2e2362d4a4fa3e2ad65299 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/gold/staging/rules/rule_security_20240401.json @@ -0,0 +1 @@ +{"id": "security_patch", "status": "approved", "deployed": false, "timestamp": "2024-01-18T12:20:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/override_notes.md b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/override_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..93d4953335c7d2bc6dd2adabb5689a6838e7b62e --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/override_notes.md @@ -0,0 +1,3 @@ +# Rule Override Notes + +These rules require manual verification before deployment \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_api_20240405.json b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_api_20240405.json new file mode 100644 index 0000000000000000000000000000000000000000..f3f9d8ed94c1924499e925faefcc58de08124eb1 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_api_20240405.json @@ -0,0 +1 @@ +{"id": "api_rate_limit", "status": "approved", "deployed": true, "timestamp": "2024-02-01T10:15:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_db_20240310.json b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_db_20240310.json new file mode 100644 index 0000000000000000000000000000000000000000..15a6064488afebf7b6de090981402a299b9938b2 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_db_20240310.json @@ -0,0 +1 @@ +{"id": "db_port_check", "status": "approved", "deployed": false, "timestamp": "2024-01-15T14:30:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_monitoring_20240325.json b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_monitoring_20240325.json new file mode 100644 index 0000000000000000000000000000000000000000..402fe3be439aeae604d9806deaf919e5868bead8 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_monitoring_20240325.json @@ -0,0 +1 @@ +{"id": "monitoring_access", "status": "approved", "deployed": false, "timestamp": "2024-01-20T08:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_network_20240228.json b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_network_20240228.json new file mode 100644 index 0000000000000000000000000000000000000000..d2539013189def4c254adb26c9b0628f716537bd --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_network_20240228.json @@ -0,0 +1 @@ +{"id": "network_acl", "status": "pending", "deployed": false, "timestamp": "2024-01-28T16:45:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_security_20240401.json b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_security_20240401.json new file mode 100644 index 0000000000000000000000000000000000000000..c32260fd886911d60a2e2362d4a4fa3e2ad65299 --- /dev/null +++ b/shellops/assets/ShellOps_de090b8bb6/init/staging/rules/rule_security_20240401.json @@ -0,0 +1 @@ +{"id": "security_patch", "status": "approved", "deployed": false, "timestamp": "2024-01-18T12:20:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de7b0297d2/gold/allowed_servers.txt b/shellops/assets/ShellOps_de7b0297d2/gold/allowed_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..7242ded2f4689bad22c8040cb8bbae92878853fe --- /dev/null +++ b/shellops/assets/ShellOps_de7b0297d2/gold/allowed_servers.txt @@ -0,0 +1,3 @@ +8.8.8.8 +192.168.1.100 +208.67.222.222 \ No newline at end of file diff --git a/shellops/assets/ShellOps_de7b0297d2/gold/dhcpd.conf b/shellops/assets/ShellOps_de7b0297d2/gold/dhcpd.conf new file mode 100644 index 0000000000000000000000000000000000000000..fcf43a57f2718e1afe28d34b3aa791366d59fb07 --- /dev/null +++ b/shellops/assets/ShellOps_de7b0297d2/gold/dhcpd.conf @@ -0,0 +1 @@ +option domain-name-servers 10.0.0.1, 192.168.1.100; # Internal DNS \ No newline at end of file diff --git a/shellops/assets/ShellOps_de7b0297d2/gold/resolvers.conf b/shellops/assets/ShellOps_de7b0297d2/gold/resolvers.conf new file mode 100644 index 0000000000000000000000000000000000000000..2f6f15256b604e6603a5eb3b021687399dd759e5 --- /dev/null +++ b/shellops/assets/ShellOps_de7b0297d2/gold/resolvers.conf @@ -0,0 +1,5 @@ +# Global resolvers +nameserver 192.168.1.100 +nameserver 8.8.8.8 +# Fallback +nameserver 208.67.222.222 \ No newline at end of file diff --git a/shellops/assets/ShellOps_de7b0297d2/init/allowed_servers.txt b/shellops/assets/ShellOps_de7b0297d2/init/allowed_servers.txt new file mode 100644 index 0000000000000000000000000000000000000000..7242ded2f4689bad22c8040cb8bbae92878853fe --- /dev/null +++ b/shellops/assets/ShellOps_de7b0297d2/init/allowed_servers.txt @@ -0,0 +1,3 @@ +8.8.8.8 +192.168.1.100 +208.67.222.222 \ No newline at end of file diff --git a/shellops/assets/ShellOps_de7b0297d2/init/dhcpd.conf b/shellops/assets/ShellOps_de7b0297d2/init/dhcpd.conf new file mode 100644 index 0000000000000000000000000000000000000000..fcf43a57f2718e1afe28d34b3aa791366d59fb07 --- /dev/null +++ b/shellops/assets/ShellOps_de7b0297d2/init/dhcpd.conf @@ -0,0 +1 @@ +option domain-name-servers 10.0.0.1, 192.168.1.100; # Internal DNS \ No newline at end of file diff --git a/shellops/assets/ShellOps_de7b0297d2/init/resolvers.conf b/shellops/assets/ShellOps_de7b0297d2/init/resolvers.conf new file mode 100644 index 0000000000000000000000000000000000000000..2f6f15256b604e6603a5eb3b021687399dd759e5 --- /dev/null +++ b/shellops/assets/ShellOps_de7b0297d2/init/resolvers.conf @@ -0,0 +1,5 @@ +# Global resolvers +nameserver 192.168.1.100 +nameserver 8.8.8.8 +# Fallback +nameserver 208.67.222.222 \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/gold/notes.txt b/shellops/assets/ShellOps_de81e67bf2/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..31f9a2fab152ecf2cb4e682a24e74d2b8e890e01 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/gold/notes.txt @@ -0,0 +1,3 @@ +This is a distractor file with no impact on the export. +Some devices may be listed multiple times across telemetry files. +Focus on status=quarantined and override.json exclusions. \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/gold/override.json b/shellops/assets/ShellOps_de81e67bf2/gold/override.json new file mode 100644 index 0000000000000000000000000000000000000000..e4514dc5c80f57f470c783645f68751d6c32cb87 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/gold/override.json @@ -0,0 +1,4 @@ +[ + {"device_id": "dev_101", "reason": "manual_exclusion"}, + {"device_id": "dev_104", "reason": "approved_test_device"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/gold/quarantine_export.txt b/shellops/assets/ShellOps_de81e67bf2/gold/quarantine_export.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45402b301a7f0eee0d416cfa9a157d560e9972b --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/gold/quarantine_export.txt @@ -0,0 +1,2 @@ +dev_103 +dev_105 diff --git a/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_alpha.json b/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..52c618d8f80026897e9e3fc4aeacf48f308b8fa3 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_alpha.json @@ -0,0 +1,2 @@ +{"device_id": "dev_101", "status": "quarantined", "location": "rack-a"} +{"device_id": "dev_102", "status": "active", "location": "rack-b"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_beta.json b/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..dc643e60d311ce91eae910d188359cae863a17fc --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_103", "status": "quarantined", "location": "rack-c"} +{"device_id": "dev_104", "status": "active", "location": "rack-d"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_gamma.json b/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..291479a9eb6a3d9dd2173395191dbaa81f75c6e2 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/gold/telemetry/device_gamma.json @@ -0,0 +1,2 @@ +{"device_id": "dev_105", "status": "quarantined", "location": "rack-e"} +{"device_id": "dev_101", "status": "quarantined", "location": "rack-a"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/init/notes.txt b/shellops/assets/ShellOps_de81e67bf2/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..31f9a2fab152ecf2cb4e682a24e74d2b8e890e01 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/init/notes.txt @@ -0,0 +1,3 @@ +This is a distractor file with no impact on the export. +Some devices may be listed multiple times across telemetry files. +Focus on status=quarantined and override.json exclusions. \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/init/override.json b/shellops/assets/ShellOps_de81e67bf2/init/override.json new file mode 100644 index 0000000000000000000000000000000000000000..e4514dc5c80f57f470c783645f68751d6c32cb87 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/init/override.json @@ -0,0 +1,4 @@ +[ + {"device_id": "dev_101", "reason": "manual_exclusion"}, + {"device_id": "dev_104", "reason": "approved_test_device"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_alpha.json b/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..52c618d8f80026897e9e3fc4aeacf48f308b8fa3 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_alpha.json @@ -0,0 +1,2 @@ +{"device_id": "dev_101", "status": "quarantined", "location": "rack-a"} +{"device_id": "dev_102", "status": "active", "location": "rack-b"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_beta.json b/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..dc643e60d311ce91eae910d188359cae863a17fc --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_beta.json @@ -0,0 +1,2 @@ +{"device_id": "dev_103", "status": "quarantined", "location": "rack-c"} +{"device_id": "dev_104", "status": "active", "location": "rack-d"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_gamma.json b/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..291479a9eb6a3d9dd2173395191dbaa81f75c6e2 --- /dev/null +++ b/shellops/assets/ShellOps_de81e67bf2/init/telemetry/device_gamma.json @@ -0,0 +1,2 @@ +{"device_id": "dev_105", "status": "quarantined", "location": "rack-e"} +{"device_id": "dev_101", "status": "quarantined", "location": "rack-a"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_de904964b6/gold/supplies/.keep b/shellops/assets/ShellOps_de904964b6/gold/supplies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_de904964b6/gold/supplies/mismatches.txt b/shellops/assets/ShellOps_de904964b6/gold/supplies/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..87cfe5148f8ff1f1b3216dd05d39188bcecd7313 --- /dev/null +++ b/shellops/assets/ShellOps_de904964b6/gold/supplies/mismatches.txt @@ -0,0 +1,4 @@ +103 +104 +106 +107 diff --git a/shellops/assets/ShellOps_de904964b6/gold/supplies/stock_room_A.tsv b/shellops/assets/ShellOps_de904964b6/gold/supplies/stock_room_A.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fd2a8b88abe2a8701f24c202cb1a3dd34e1063bb --- /dev/null +++ b/shellops/assets/ShellOps_de904964b6/gold/supplies/stock_room_A.tsv @@ -0,0 +1,6 @@ +item_id location quantity +101 A1 12 +102 A2 8 +103 A3 5 +105 A4 3 +107 A5 20 diff --git a/shellops/assets/ShellOps_de904964b6/gold/supplies/stock_room_B.tsv b/shellops/assets/ShellOps_de904964b6/gold/supplies/stock_room_B.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9d4a7d5504d9fa7d722dc979ac36eca91a0654e3 --- /dev/null +++ b/shellops/assets/ShellOps_de904964b6/gold/supplies/stock_room_B.tsv @@ -0,0 +1,6 @@ +item_id location quantity +101 B1 7 +102 B2 9 +104 B3 4 +105 B4 6 +106 B5 11 diff --git a/shellops/assets/ShellOps_de904964b6/init/supplies/.keep b/shellops/assets/ShellOps_de904964b6/init/supplies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_de904964b6/init/supplies/stock_room_A.tsv b/shellops/assets/ShellOps_de904964b6/init/supplies/stock_room_A.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fd2a8b88abe2a8701f24c202cb1a3dd34e1063bb --- /dev/null +++ b/shellops/assets/ShellOps_de904964b6/init/supplies/stock_room_A.tsv @@ -0,0 +1,6 @@ +item_id location quantity +101 A1 12 +102 A2 8 +103 A3 5 +105 A4 3 +107 A5 20 diff --git a/shellops/assets/ShellOps_de904964b6/init/supplies/stock_room_B.tsv b/shellops/assets/ShellOps_de904964b6/init/supplies/stock_room_B.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9d4a7d5504d9fa7d722dc979ac36eca91a0654e3 --- /dev/null +++ b/shellops/assets/ShellOps_de904964b6/init/supplies/stock_room_B.tsv @@ -0,0 +1,6 @@ +item_id location quantity +101 B1 7 +102 B2 9 +104 B3 4 +105 B4 6 +106 B5 11 diff --git a/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/backup_feeder.json b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/backup_feeder.json new file mode 100644 index 0000000000000000000000000000000000000000..99de8922d3ab176c57bcb0454498449b413a0278 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/backup_feeder.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1004", + "type": "power", + "status": "stale", + "location": "west-zone-d" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/cooling_loop.json b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/cooling_loop.json new file mode 100644 index 0000000000000000000000000000000000000000..a64b42f8c75382914d2a79883d71741e867fe92a --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/cooling_loop.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1003", + "type": "cooling", + "status": "active", + "location": "east-zone-c" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/core_module.json b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/core_module.json new file mode 100644 index 0000000000000000000000000000000000000000..070f48a9a56df7b3aca48933bb2972e0c3b06f20 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/core_module.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1001", + "type": "power", + "status": "active", + "location": "north-zone-a" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/power_grid.json b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/power_grid.json new file mode 100644 index 0000000000000000000000000000000000000000..22282103d53f548fc6d8da0f22192d6461cac2e6 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/deployed/circuits/power_grid.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1002", + "type": "power", + "status": "maintenance", + "location": "south-zone-b" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/gold/exclusions/circuit_suppressions.txt b/shellops/assets/ShellOps_deacd2513d/gold/exclusions/circuit_suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8b793ac81c57509ed743222b61960721806528e --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/exclusions/circuit_suppressions.txt @@ -0,0 +1,2 @@ +CIRC-1004 +CIRC-1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/gold/notes.md b/shellops/assets/ShellOps_deacd2513d/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cca26b02c1aa3d0ad16415f5356cd01ffd8c79f5 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/notes.md @@ -0,0 +1,7 @@ +# Circuit Deployment Notes + +- CIRC-1001: Active power circuit in north zone A. +- CIRC-1002: Currently in maintenance mode. +- CIRC-1003: Active cooling loop in east zone C. +- CIRC-1004: Stale backup feeder, do not include. +- CIRC-1005: Deprecated circuit, never deployed. diff --git a/shellops/assets/ShellOps_deacd2513d/gold/output/active_circuits.txt b/shellops/assets/ShellOps_deacd2513d/gold/output/active_circuits.txt new file mode 100644 index 0000000000000000000000000000000000000000..43cb5ec4d25717c8c6a99df26799da636165247d --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/gold/output/active_circuits.txt @@ -0,0 +1,2 @@ +CIRC-1003 +CIRC-1001 diff --git a/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/backup_feeder.json b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/backup_feeder.json new file mode 100644 index 0000000000000000000000000000000000000000..99de8922d3ab176c57bcb0454498449b413a0278 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/backup_feeder.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1004", + "type": "power", + "status": "stale", + "location": "west-zone-d" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/cooling_loop.json b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/cooling_loop.json new file mode 100644 index 0000000000000000000000000000000000000000..a64b42f8c75382914d2a79883d71741e867fe92a --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/cooling_loop.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1003", + "type": "cooling", + "status": "active", + "location": "east-zone-c" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/core_module.json b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/core_module.json new file mode 100644 index 0000000000000000000000000000000000000000..070f48a9a56df7b3aca48933bb2972e0c3b06f20 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/core_module.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1001", + "type": "power", + "status": "active", + "location": "north-zone-a" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/power_grid.json b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/power_grid.json new file mode 100644 index 0000000000000000000000000000000000000000..22282103d53f548fc6d8da0f22192d6461cac2e6 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/init/deployed/circuits/power_grid.json @@ -0,0 +1,6 @@ +{ + "id": "CIRC-1002", + "type": "power", + "status": "maintenance", + "location": "south-zone-b" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/init/exclusions/circuit_suppressions.txt b/shellops/assets/ShellOps_deacd2513d/init/exclusions/circuit_suppressions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8b793ac81c57509ed743222b61960721806528e --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/init/exclusions/circuit_suppressions.txt @@ -0,0 +1,2 @@ +CIRC-1004 +CIRC-1005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_deacd2513d/init/notes.md b/shellops/assets/ShellOps_deacd2513d/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cca26b02c1aa3d0ad16415f5356cd01ffd8c79f5 --- /dev/null +++ b/shellops/assets/ShellOps_deacd2513d/init/notes.md @@ -0,0 +1,7 @@ +# Circuit Deployment Notes + +- CIRC-1001: Active power circuit in north zone A. +- CIRC-1002: Currently in maintenance mode. +- CIRC-1003: Active cooling loop in east zone C. +- CIRC-1004: Stale backup feeder, do not include. +- CIRC-1005: Deprecated circuit, never deployed. diff --git a/shellops/assets/ShellOps_dec32d3024/gold/baseline/sensors.txt b/shellops/assets/ShellOps_dec32d3024/gold/baseline/sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7127efa47315bab23d3002f9411cb9844f2aec26 --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/gold/baseline/sensors.txt @@ -0,0 +1,5 @@ +S-0001 +S-0007 +S-0013 +S-0020 +S-0034 diff --git a/shellops/assets/ShellOps_dec32d3024/gold/docs/readme.md b/shellops/assets/ShellOps_dec32d3024/gold/docs/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..ab5e861b99d4adf68a62966bdc316976feaf05e2 --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/gold/docs/readme.md @@ -0,0 +1,3 @@ +# Sensor monitoring notes + +Ignore this file for the missing-sensor report. diff --git a/shellops/assets/ShellOps_dec32d3024/gold/reports/gaps.tsv b/shellops/assets/ShellOps_dec32d3024/gold/reports/gaps.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4f5f291d7e0de542350f0429724b0da46c38aef0 --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/gold/reports/gaps.tsv @@ -0,0 +1,3 @@ +sensor_id status +S-0013 absent +S-0034 absent diff --git a/shellops/assets/ShellOps_dec32d3024/gold/runtime/manifest.xml b/shellops/assets/ShellOps_dec32d3024/gold/runtime/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..673aa51490240c0d75230a7cd5ccd83d34dd0cce --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/gold/runtime/manifest.xml @@ -0,0 +1,8 @@ + + + + S-0001 + S-0007 + S-0020 + + diff --git a/shellops/assets/ShellOps_dec32d3024/init/baseline/sensors.txt b/shellops/assets/ShellOps_dec32d3024/init/baseline/sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7127efa47315bab23d3002f9411cb9844f2aec26 --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/init/baseline/sensors.txt @@ -0,0 +1,5 @@ +S-0001 +S-0007 +S-0013 +S-0020 +S-0034 diff --git a/shellops/assets/ShellOps_dec32d3024/init/docs/readme.md b/shellops/assets/ShellOps_dec32d3024/init/docs/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..ab5e861b99d4adf68a62966bdc316976feaf05e2 --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/init/docs/readme.md @@ -0,0 +1,3 @@ +# Sensor monitoring notes + +Ignore this file for the missing-sensor report. diff --git a/shellops/assets/ShellOps_dec32d3024/init/runtime/manifest.xml b/shellops/assets/ShellOps_dec32d3024/init/runtime/manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..673aa51490240c0d75230a7cd5ccd83d34dd0cce --- /dev/null +++ b/shellops/assets/ShellOps_dec32d3024/init/runtime/manifest.xml @@ -0,0 +1,8 @@ + + + + S-0001 + S-0007 + S-0020 + + diff --git a/shellops/assets/ShellOps_def3a66c17/gold/corrupt_devices.txt b/shellops/assets/ShellOps_def3a66c17/gold/corrupt_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce2faf108b8efc7871d27cea02273a9dedd05b93 --- /dev/null +++ b/shellops/assets/ShellOps_def3a66c17/gold/corrupt_devices.txt @@ -0,0 +1 @@ +X04 diff --git a/shellops/assets/ShellOps_def3a66c17/gold/current_calibration.xml b/shellops/assets/ShellOps_def3a66c17/gold/current_calibration.xml new file mode 100644 index 0000000000000000000000000000000000000000..613f6fc270810c99dbcd8111a624133153144493 --- /dev/null +++ b/shellops/assets/ShellOps_def3a66c17/gold/current_calibration.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_def3a66c17/gold/final_tests.txt b/shellops/assets/ShellOps_def3a66c17/gold/final_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba6a4bca9dd93a763de2ba1c746e84dfbca20236 --- /dev/null +++ b/shellops/assets/ShellOps_def3a66c17/gold/final_tests.txt @@ -0,0 +1,4 @@ +X01 Simulation +X03 ScenarioTest +X05 Validation +X03 Retest \ No newline at end of file diff --git a/shellops/assets/ShellOps_def3a66c17/init/.tmp/keep b/shellops/assets/ShellOps_def3a66c17/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_def3a66c17/init/current_calibration.xml b/shellops/assets/ShellOps_def3a66c17/init/current_calibration.xml new file mode 100644 index 0000000000000000000000000000000000000000..613f6fc270810c99dbcd8111a624133153144493 --- /dev/null +++ b/shellops/assets/ShellOps_def3a66c17/init/current_calibration.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_def3a66c17/init/final_tests.txt b/shellops/assets/ShellOps_def3a66c17/init/final_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba6a4bca9dd93a763de2ba1c746e84dfbca20236 --- /dev/null +++ b/shellops/assets/ShellOps_def3a66c17/init/final_tests.txt @@ -0,0 +1,4 @@ +X01 Simulation +X03 ScenarioTest +X05 Validation +X03 Retest \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/gold/declined_highvalue.txt b/shellops/assets/ShellOps_df68f6657d/gold/declined_highvalue.txt new file mode 100644 index 0000000000000000000000000000000000000000..c62aa3e5fba515c86bd625004682870f21672c78 --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/gold/declined_highvalue.txt @@ -0,0 +1 @@ +TX-002A diff --git a/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/distractor.json b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..e7f600881f3a5cf55cd565c4d51c251d431bbe6b --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/distractor.json @@ -0,0 +1 @@ +{"id": "TX-004D", "amount": 2000, "status": "pending", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_alpha.json b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..06bebfc7edad7169b1181511e3f23d5cd14ec21e --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_alpha.json @@ -0,0 +1 @@ +{"id": "TX-0019", "amount": 1500, "status": "declined", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_beta.json b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..faeaaa833e8183323a5202b9a011e80472979c76 --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_beta.json @@ -0,0 +1 @@ +{"id": "TX-002A", "amount": 1200, "status": "declined", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_gamma.json b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..b09c2e51076c199196692bd4d31890f764ca971b --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/gold/monitoring/transactions/tx_gamma.json @@ -0,0 +1 @@ +{"id": "TX-003B", "amount": 800, "status": "declined", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/gold/test_ids.txt b/shellops/assets/ShellOps_df68f6657d/gold/test_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..d86c3a07651a74defde4de53f6652d2816049c01 --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/gold/test_ids.txt @@ -0,0 +1,3 @@ +TX-0019 +TX-003B +TX-004C \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/distractor.json b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/distractor.json new file mode 100644 index 0000000000000000000000000000000000000000..e7f600881f3a5cf55cd565c4d51c251d431bbe6b --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/distractor.json @@ -0,0 +1 @@ +{"id": "TX-004D", "amount": 2000, "status": "pending", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_alpha.json b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..06bebfc7edad7169b1181511e3f23d5cd14ec21e --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_alpha.json @@ -0,0 +1 @@ +{"id": "TX-0019", "amount": 1500, "status": "declined", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_beta.json b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..faeaaa833e8183323a5202b9a011e80472979c76 --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_beta.json @@ -0,0 +1 @@ +{"id": "TX-002A", "amount": 1200, "status": "declined", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_gamma.json b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..b09c2e51076c199196692bd4d31890f764ca971b --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/init/monitoring/transactions/tx_gamma.json @@ -0,0 +1 @@ +{"id": "TX-003B", "amount": 800, "status": "declined", "method": "card"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df68f6657d/init/test_ids.txt b/shellops/assets/ShellOps_df68f6657d/init/test_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..d86c3a07651a74defde4de53f6652d2816049c01 --- /dev/null +++ b/shellops/assets/ShellOps_df68f6657d/init/test_ids.txt @@ -0,0 +1,3 @@ +TX-0019 +TX-003B +TX-004C \ No newline at end of file diff --git a/shellops/assets/ShellOps_df753efd7b/gold/allowed_macs.xml b/shellops/assets/ShellOps_df753efd7b/gold/allowed_macs.xml new file mode 100644 index 0000000000000000000000000000000000000000..837e48de7be110ccfe8ae865f1a8bf33002a87b3 --- /dev/null +++ b/shellops/assets/ShellOps_df753efd7b/gold/allowed_macs.xml @@ -0,0 +1,8 @@ + + +
00:1a:2b:3c:4d:5e
+
+ +
a1:b2:c3:d4:e5:f6
+
+
\ No newline at end of file diff --git a/shellops/assets/ShellOps_df753efd7b/gold/exceptions.txt b/shellops/assets/ShellOps_df753efd7b/gold/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..356f7a94191c6b7f62824deead1ff9d71261e26e --- /dev/null +++ b/shellops/assets/ShellOps_df753efd7b/gold/exceptions.txt @@ -0,0 +1,2 @@ +11:22:33:44:55:66 +ff:ee:dd:cc:bb:aa diff --git a/shellops/assets/ShellOps_df753efd7b/gold/validation_log.txt b/shellops/assets/ShellOps_df753efd7b/gold/validation_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..80a5afb57a2561c8168022023d2408d2e420a5c8 --- /dev/null +++ b/shellops/assets/ShellOps_df753efd7b/gold/validation_log.txt @@ -0,0 +1,4 @@ +2024-05-15 10:32:11 | MAC 00:1a:2b:3c:4d:5e validated (active="1") +2024-05-15 10:33:45 | MAC a1:b2:c3:d4:e5:f6 failed checks +2024-05-15 10:34:20 | MAC ff:ee:dd:cc:bb:aa flagged for review +2024-05-15 10:35:01 | MAC 11:22:33:44:55:66 outdated protocol \ No newline at end of file diff --git a/shellops/assets/ShellOps_df753efd7b/init/allowed_macs.xml b/shellops/assets/ShellOps_df753efd7b/init/allowed_macs.xml new file mode 100644 index 0000000000000000000000000000000000000000..837e48de7be110ccfe8ae865f1a8bf33002a87b3 --- /dev/null +++ b/shellops/assets/ShellOps_df753efd7b/init/allowed_macs.xml @@ -0,0 +1,8 @@ + + +
00:1a:2b:3c:4d:5e
+
+ +
a1:b2:c3:d4:e5:f6
+
+
\ No newline at end of file diff --git a/shellops/assets/ShellOps_df753efd7b/init/exceptions.txt b/shellops/assets/ShellOps_df753efd7b/init/exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_df753efd7b/init/validation_log.txt b/shellops/assets/ShellOps_df753efd7b/init/validation_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..80a5afb57a2561c8168022023d2408d2e420a5c8 --- /dev/null +++ b/shellops/assets/ShellOps_df753efd7b/init/validation_log.txt @@ -0,0 +1,4 @@ +2024-05-15 10:32:11 | MAC 00:1a:2b:3c:4d:5e validated (active="1") +2024-05-15 10:33:45 | MAC a1:b2:c3:d4:e5:f6 failed checks +2024-05-15 10:34:20 | MAC ff:ee:dd:cc:bb:aa flagged for review +2024-05-15 10:35:01 | MAC 11:22:33:44:55:66 outdated protocol \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/gold/src/Main.java b/shellops/assets/ShellOps_df87676730/gold/src/Main.java new file mode 100644 index 0000000000000000000000000000000000000000..f1ca26f93eb3984f1bdd2897e337b870a0fb0488 --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/gold/src/Main.java @@ -0,0 +1,6 @@ +/* + * SPDX-License-Identifier: BSD-3-Clause + */ +public class Main { + // Code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/gold/src/config/ConfigManager.java b/shellops/assets/ShellOps_df87676730/gold/src/config/ConfigManager.java new file mode 100644 index 0000000000000000000000000000000000000000..096c702d4eb05a264bf9b1527bddb5281aff136f --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/gold/src/config/ConfigManager.java @@ -0,0 +1,7 @@ +/* + * This file is licensed under the MIT license. + * SPDX-License-Identifier: MIT + */ +class ConfigManager { + // Code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/gold/src/tests/TestBase.java b/shellops/assets/ShellOps_df87676730/gold/src/tests/TestBase.java new file mode 100644 index 0000000000000000000000000000000000000000..5378880dedd20a5f53e1bf0d9227b8cd09ffed95 --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/gold/src/tests/TestBase.java @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only +import org.junit.*; +// Test code here \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/gold/src/utils/StringUtils.java b/shellops/assets/ShellOps_df87676730/gold/src/utils/StringUtils.java new file mode 100644 index 0000000000000000000000000000000000000000..552350be2a3853b122704b869bba366362306be6 --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/gold/src/utils/StringUtils.java @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: Apache-2.0 +package utils; +// Implementation goes here \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/init/src/Main.java b/shellops/assets/ShellOps_df87676730/init/src/Main.java new file mode 100644 index 0000000000000000000000000000000000000000..f1ca26f93eb3984f1bdd2897e337b870a0fb0488 --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/init/src/Main.java @@ -0,0 +1,6 @@ +/* + * SPDX-License-Identifier: BSD-3-Clause + */ +public class Main { + // Code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/init/src/config/ConfigManager.java b/shellops/assets/ShellOps_df87676730/init/src/config/ConfigManager.java new file mode 100644 index 0000000000000000000000000000000000000000..096c702d4eb05a264bf9b1527bddb5281aff136f --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/init/src/config/ConfigManager.java @@ -0,0 +1,7 @@ +/* + * This file is licensed under the MIT license. + * SPDX-License-Identifier: MIT + */ +class ConfigManager { + // Code here +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/init/src/tests/TestBase.java b/shellops/assets/ShellOps_df87676730/init/src/tests/TestBase.java new file mode 100644 index 0000000000000000000000000000000000000000..5378880dedd20a5f53e1bf0d9227b8cd09ffed95 --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/init/src/tests/TestBase.java @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only +import org.junit.*; +// Test code here \ No newline at end of file diff --git a/shellops/assets/ShellOps_df87676730/init/src/utils/StringUtils.java b/shellops/assets/ShellOps_df87676730/init/src/utils/StringUtils.java new file mode 100644 index 0000000000000000000000000000000000000000..552350be2a3853b122704b869bba366362306be6 --- /dev/null +++ b/shellops/assets/ShellOps_df87676730/init/src/utils/StringUtils.java @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: Apache-2.0 +package utils; +// Implementation goes here \ No newline at end of file diff --git a/shellops/assets/ShellOps_df92836c53/gold/audit_notes.txt b/shellops/assets/ShellOps_df92836c53/gold/audit_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..483179c73de48fe4e23abe8cd35a93ff88191fd2 --- /dev/null +++ b/shellops/assets/ShellOps_df92836c53/gold/audit_notes.txt @@ -0,0 +1,6 @@ +Approved vendor codes as of Q2: +12345 +Legacy: 67890 (phasing out) +45678 +23456 +Pending review: 78901 diff --git a/shellops/assets/ShellOps_df92836c53/gold/gaps.txt b/shellops/assets/ShellOps_df92836c53/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..c592fd08c9759c3086627b4933930a2f8cd80258 --- /dev/null +++ b/shellops/assets/ShellOps_df92836c53/gold/gaps.txt @@ -0,0 +1,2 @@ +04567 +89123 diff --git a/shellops/assets/ShellOps_df92836c53/gold/inventory_2024.csv b/shellops/assets/ShellOps_df92836c53/gold/inventory_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..b21efbf73995d585729a35277e5acb91b14b754b --- /dev/null +++ b/shellops/assets/ShellOps_df92836c53/gold/inventory_2024.csv @@ -0,0 +1,5 @@ +vendorID,item,quantity +04567,Widget A,150 +89123,Gadget B,300 +45678,Spare Part C,75 +23456,Component D,200 diff --git a/shellops/assets/ShellOps_df92836c53/init/audit_notes.txt b/shellops/assets/ShellOps_df92836c53/init/audit_notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..483179c73de48fe4e23abe8cd35a93ff88191fd2 --- /dev/null +++ b/shellops/assets/ShellOps_df92836c53/init/audit_notes.txt @@ -0,0 +1,6 @@ +Approved vendor codes as of Q2: +12345 +Legacy: 67890 (phasing out) +45678 +23456 +Pending review: 78901 diff --git a/shellops/assets/ShellOps_df92836c53/init/inventory_2024.csv b/shellops/assets/ShellOps_df92836c53/init/inventory_2024.csv new file mode 100644 index 0000000000000000000000000000000000000000..b21efbf73995d585729a35277e5acb91b14b754b --- /dev/null +++ b/shellops/assets/ShellOps_df92836c53/init/inventory_2024.csv @@ -0,0 +1,5 @@ +vendorID,item,quantity +04567,Widget A,150 +89123,Gadget B,300 +45678,Spare Part C,75 +23456,Component D,200 diff --git a/shellops/assets/ShellOps_dfcbd35e58/gold/product_inventory.md b/shellops/assets/ShellOps_dfcbd35e58/gold/product_inventory.md new file mode 100644 index 0000000000000000000000000000000000000000..899b279de7f0da691bdb171f70c0374f59bd7fb8 --- /dev/null +++ b/shellops/assets/ShellOps_dfcbd35e58/gold/product_inventory.md @@ -0,0 +1,11 @@ +# Included Product List (as of Q2 2024) + +| Product ID | Product Name | Category | +|------------|----------------|----------| +| P1001 | Widget Alpha | Hardware | +| P1002 | Gadget Beta | Hardware | +| P2003 | Service Gamma | Software | +| P3004 | Tool Delta | Utility | +| P4005 | Module Epsilon | Utility | + +Excluded legacy products: P0999, P1000, P2000. diff --git a/shellops/assets/ShellOps_dfcbd35e58/gold/ranked_products.tsv b/shellops/assets/ShellOps_dfcbd35e58/gold/ranked_products.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bbc6fdad33f84a3d249a8a06575bf0d7c4e10b27 --- /dev/null +++ b/shellops/assets/ShellOps_dfcbd35e58/gold/ranked_products.tsv @@ -0,0 +1,5 @@ +P4005 13 +P1002 10 +P2003 9 +P1001 8 +P3004 8 diff --git a/shellops/assets/ShellOps_dfcbd35e58/init/product_inventory.md b/shellops/assets/ShellOps_dfcbd35e58/init/product_inventory.md new file mode 100644 index 0000000000000000000000000000000000000000..899b279de7f0da691bdb171f70c0374f59bd7fb8 --- /dev/null +++ b/shellops/assets/ShellOps_dfcbd35e58/init/product_inventory.md @@ -0,0 +1,11 @@ +# Included Product List (as of Q2 2024) + +| Product ID | Product Name | Category | +|------------|----------------|----------| +| P1001 | Widget Alpha | Hardware | +| P1002 | Gadget Beta | Hardware | +| P2003 | Service Gamma | Software | +| P3004 | Tool Delta | Utility | +| P4005 | Module Epsilon | Utility | + +Excluded legacy products: P0999, P1000, P2000. diff --git a/shellops/assets/ShellOps_dffad23b18/gold/configs/region_a_devices.cfg b/shellops/assets/ShellOps_dffad23b18/gold/configs/region_a_devices.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a731d978eb7d7044dc5531b0c34fff392217b3ff --- /dev/null +++ b/shellops/assets/ShellOps_dffad23b18/gold/configs/region_a_devices.cfg @@ -0,0 +1,5 @@ +[devices] +device_id=DX1001 +device_id=DX1002 +device_id=DX1003 +# Retired: DX1004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dffad23b18/gold/data/audit_20240430.csv b/shellops/assets/ShellOps_dffad23b18/gold/data/audit_20240430.csv new file mode 100644 index 0000000000000000000000000000000000000000..053e8fdf1ebfed4fc0e74ccb7975a1e2a40e7696 --- /dev/null +++ b/shellops/assets/ShellOps_dffad23b18/gold/data/audit_20240430.csv @@ -0,0 +1,4 @@ +device_id,status,last_seen +DX1001,active,2024-04-29 +DX1003,active,2024-04-30 +DX1005,inactive,2024-04-28 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dffad23b18/gold/reports/.keep b/shellops/assets/ShellOps_dffad23b18/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_dffad23b18/gold/reports/region_a_status.txt b/shellops/assets/ShellOps_dffad23b18/gold/reports/region_a_status.txt new file mode 100644 index 0000000000000000000000000000000000000000..5843965d65818e14f962594569f996309e6e0034 --- /dev/null +++ b/shellops/assets/ShellOps_dffad23b18/gold/reports/region_a_status.txt @@ -0,0 +1,2 @@ +Missing Device IDs: +DX1002 diff --git a/shellops/assets/ShellOps_dffad23b18/init/configs/region_a_devices.cfg b/shellops/assets/ShellOps_dffad23b18/init/configs/region_a_devices.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a731d978eb7d7044dc5531b0c34fff392217b3ff --- /dev/null +++ b/shellops/assets/ShellOps_dffad23b18/init/configs/region_a_devices.cfg @@ -0,0 +1,5 @@ +[devices] +device_id=DX1001 +device_id=DX1002 +device_id=DX1003 +# Retired: DX1004 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dffad23b18/init/data/audit_20240430.csv b/shellops/assets/ShellOps_dffad23b18/init/data/audit_20240430.csv new file mode 100644 index 0000000000000000000000000000000000000000..053e8fdf1ebfed4fc0e74ccb7975a1e2a40e7696 --- /dev/null +++ b/shellops/assets/ShellOps_dffad23b18/init/data/audit_20240430.csv @@ -0,0 +1,4 @@ +device_id,status,last_seen +DX1001,active,2024-04-29 +DX1003,active,2024-04-30 +DX1005,inactive,2024-04-28 \ No newline at end of file diff --git a/shellops/assets/ShellOps_dffad23b18/init/reports/.keep b/shellops/assets/ShellOps_dffad23b18/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e00c142e23/gold/traces/.keep b/shellops/assets/ShellOps_e00c142e23/gold/traces/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240315.trace b/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240315.trace new file mode 100644 index 0000000000000000000000000000000000000000..b65ed407eab81cc94b934ce65d5468e2d03405e1 --- /dev/null +++ b/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240315.trace @@ -0,0 +1,10 @@ +span_name: homepage_render +duration: 120 +span_name: api_call_users +duration: 450 +span_name: db_query_profile +duration: 320 +span_name: cache_lookup +duration: 50 +span_name: template_render +duration: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240316.trace b/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240316.trace new file mode 100644 index 0000000000000000000000000000000000000000..134d43eaa392e8f595a6f3944e7282db531e7ef8 --- /dev/null +++ b/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240316.trace @@ -0,0 +1,10 @@ +span_name: product_page_render +duration: 180 +span_name: api_call_products +duration: 520 +span_name: db_query_inventory +duration: 310 +span_name: cache_lookup +duration: 45 +span_name: template_render +duration: 90 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240317.trace b/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240317.trace new file mode 100644 index 0000000000000000000000000000000000000000..4aba6267d64a0ea21aa6e34cb82ee06439f95777 --- /dev/null +++ b/shellops/assets/ShellOps_e00c142e23/gold/traces/frontend_20240317.trace @@ -0,0 +1,10 @@ +span_name: checkout_render +duration: 210 +span_name: api_call_payment +duration: 600 +span_name: db_query_orders +duration: 380 +span_name: cache_lookup +duration: 55 +span_name: template_render +duration: 85 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e00c142e23/init/traces/.keep b/shellops/assets/ShellOps_e00c142e23/init/traces/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240315.trace b/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240315.trace new file mode 100644 index 0000000000000000000000000000000000000000..b65ed407eab81cc94b934ce65d5468e2d03405e1 --- /dev/null +++ b/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240315.trace @@ -0,0 +1,10 @@ +span_name: homepage_render +duration: 120 +span_name: api_call_users +duration: 450 +span_name: db_query_profile +duration: 320 +span_name: cache_lookup +duration: 50 +span_name: template_render +duration: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240316.trace b/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240316.trace new file mode 100644 index 0000000000000000000000000000000000000000..134d43eaa392e8f595a6f3944e7282db531e7ef8 --- /dev/null +++ b/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240316.trace @@ -0,0 +1,10 @@ +span_name: product_page_render +duration: 180 +span_name: api_call_products +duration: 520 +span_name: db_query_inventory +duration: 310 +span_name: cache_lookup +duration: 45 +span_name: template_render +duration: 90 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240317.trace b/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240317.trace new file mode 100644 index 0000000000000000000000000000000000000000..4aba6267d64a0ea21aa6e34cb82ee06439f95777 --- /dev/null +++ b/shellops/assets/ShellOps_e00c142e23/init/traces/frontend_20240317.trace @@ -0,0 +1,10 @@ +span_name: checkout_render +duration: 210 +span_name: api_call_payment +duration: 600 +span_name: db_query_orders +duration: 380 +span_name: cache_lookup +duration: 55 +span_name: template_render +duration: 85 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e01659187c/gold/captures/metadata.txt b/shellops/assets/ShellOps_e01659187c/gold/captures/metadata.txt new file mode 100644 index 0000000000000000000000000000000000000000..33f9b37602cc1b425a3456150393bf08cf101991 --- /dev/null +++ b/shellops/assets/ShellOps_e01659187c/gold/captures/metadata.txt @@ -0,0 +1,8 @@ +// Packet header analyzers +DissectorCode: 108 +DissectorCode: 211 // Edge case parser +DissectorCode: 98 +DissectorCode: 305 +DissectorCode: 211 +DissectorCode: 400 +// End of active list \ No newline at end of file diff --git a/shellops/assets/ShellOps_e01659187c/gold/integrity_gaps.txt b/shellops/assets/ShellOps_e01659187c/gold/integrity_gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..645b1b3e3a5a0c3d2897822fb178c337d61ba14f --- /dev/null +++ b/shellops/assets/ShellOps_e01659187c/gold/integrity_gaps.txt @@ -0,0 +1,2 @@ +211 +400 diff --git a/shellops/assets/ShellOps_e01659187c/gold/specs/protocol_signature.xml b/shellops/assets/ShellOps_e01659187c/gold/specs/protocol_signature.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f86113a0e0147845b98d5d258fa718b088df02f --- /dev/null +++ b/shellops/assets/ShellOps_e01659187c/gold/specs/protocol_signature.xml @@ -0,0 +1,16 @@ + + + + 98 + BasicAuth + + + 108 + HeaderCompression + + + 305 + SessionRenewal + + + diff --git a/shellops/assets/ShellOps_e01659187c/init/captures/metadata.txt b/shellops/assets/ShellOps_e01659187c/init/captures/metadata.txt new file mode 100644 index 0000000000000000000000000000000000000000..33f9b37602cc1b425a3456150393bf08cf101991 --- /dev/null +++ b/shellops/assets/ShellOps_e01659187c/init/captures/metadata.txt @@ -0,0 +1,8 @@ +// Packet header analyzers +DissectorCode: 108 +DissectorCode: 211 // Edge case parser +DissectorCode: 98 +DissectorCode: 305 +DissectorCode: 211 +DissectorCode: 400 +// End of active list \ No newline at end of file diff --git a/shellops/assets/ShellOps_e01659187c/init/specs/protocol_signature.xml b/shellops/assets/ShellOps_e01659187c/init/specs/protocol_signature.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f86113a0e0147845b98d5d258fa718b088df02f --- /dev/null +++ b/shellops/assets/ShellOps_e01659187c/init/specs/protocol_signature.xml @@ -0,0 +1,16 @@ + + + + 98 + BasicAuth + + + 108 + HeaderCompression + + + 305 + SessionRenewal + + + diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node1_mem.json b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node1_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..6cc22682ced8103ea70534f23f815fb5cece30e3 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node1_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_alpha", "category": "memory", "severity": "high", "details": {"leak_bytes": 4096}} diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node2_mem.json b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node2_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..6895cb7e4688e7de14090192a234f8e8192210c4 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node2_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_beta", "category": "memory", "severity": "high", "details": {"leak_bytes": 2048}} diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node3_cpu.json b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node3_cpu.json new file mode 100644 index 0000000000000000000000000000000000000000..35ba5c5a0ed566c073c2cd2d097065b5e79768b8 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node3_cpu.json @@ -0,0 +1 @@ +{"test_id": "cpuload_delta", "category": "cpu", "severity": "medium", "details": {"load_avg": 1.2}} diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node4_mem.json b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node4_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..ed31f4b8bd1b26fdf23cbf8e97ddcb043c95ee49 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node4_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_gamma", "category": "memory", "severity": "high", "details": {"leak_bytes": 8192}} diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node5_mem.json b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node5_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..52276c16051825a22f46a0a41173c07afd6cdbf9 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/node5_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_epsilon", "category": "memory", "severity": "high", "details": {"leak_bytes": 1024}} diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/notes.md b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fc8da2793dca792ec67f58dfbc43dbcf0ffbe850 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/notes.md @@ -0,0 +1,3 @@ +# Diagnostics directory +- Memory tests run nightly. +- Exclusions listed in skip_tests.conf. diff --git a/shellops/assets/ShellOps_e025203c47/gold/diagnostics/skip_tests.conf b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/skip_tests.conf new file mode 100644 index 0000000000000000000000000000000000000000..2121dd4007baa699a7db66a5b0c87ab740ed3c8e --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/diagnostics/skip_tests.conf @@ -0,0 +1,2 @@ +memcheck_alpha +memcheck_gamma diff --git a/shellops/assets/ShellOps_e025203c47/gold/reports/memory_high_tests.txt b/shellops/assets/ShellOps_e025203c47/gold/reports/memory_high_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..73a6b95c466d9ba4c5e0ab10a5076a64b7f1f8fe --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/gold/reports/memory_high_tests.txt @@ -0,0 +1,2 @@ +memcheck_beta +memcheck_epsilon diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/node1_mem.json b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node1_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..6cc22682ced8103ea70534f23f815fb5cece30e3 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node1_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_alpha", "category": "memory", "severity": "high", "details": {"leak_bytes": 4096}} diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/node2_mem.json b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node2_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..6895cb7e4688e7de14090192a234f8e8192210c4 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node2_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_beta", "category": "memory", "severity": "high", "details": {"leak_bytes": 2048}} diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/node3_cpu.json b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node3_cpu.json new file mode 100644 index 0000000000000000000000000000000000000000..35ba5c5a0ed566c073c2cd2d097065b5e79768b8 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node3_cpu.json @@ -0,0 +1 @@ +{"test_id": "cpuload_delta", "category": "cpu", "severity": "medium", "details": {"load_avg": 1.2}} diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/node4_mem.json b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node4_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..ed31f4b8bd1b26fdf23cbf8e97ddcb043c95ee49 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node4_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_gamma", "category": "memory", "severity": "high", "details": {"leak_bytes": 8192}} diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/node5_mem.json b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node5_mem.json new file mode 100644 index 0000000000000000000000000000000000000000..52276c16051825a22f46a0a41173c07afd6cdbf9 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/node5_mem.json @@ -0,0 +1 @@ +{"test_id": "memcheck_epsilon", "category": "memory", "severity": "high", "details": {"leak_bytes": 1024}} diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/notes.md b/shellops/assets/ShellOps_e025203c47/init/diagnostics/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fc8da2793dca792ec67f58dfbc43dbcf0ffbe850 --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/notes.md @@ -0,0 +1,3 @@ +# Diagnostics directory +- Memory tests run nightly. +- Exclusions listed in skip_tests.conf. diff --git a/shellops/assets/ShellOps_e025203c47/init/diagnostics/skip_tests.conf b/shellops/assets/ShellOps_e025203c47/init/diagnostics/skip_tests.conf new file mode 100644 index 0000000000000000000000000000000000000000..2121dd4007baa699a7db66a5b0c87ab740ed3c8e --- /dev/null +++ b/shellops/assets/ShellOps_e025203c47/init/diagnostics/skip_tests.conf @@ -0,0 +1,2 @@ +memcheck_alpha +memcheck_gamma diff --git a/shellops/assets/ShellOps_e040be0034/gold/component_register.xml b/shellops/assets/ShellOps_e040be0034/gold/component_register.xml new file mode 100644 index 0000000000000000000000000000000000000000..717be8cb86d32c3764e0d8ea82b54e4a9edadf98 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/gold/component_register.xml @@ -0,0 +1,12 @@ + + +
Registered Components
+ XK7B-9P2Q + FG3H-8R1T + MN4K-6S5U + JL2D-0V9W + ZP8A-3C4X + QW5E-1Y7Z + RT6F-2B8N + UV9G-5M0L +
diff --git a/shellops/assets/ShellOps_e040be0034/gold/distractor/legacy_notes.md b/shellops/assets/ShellOps_e040be0034/gold/distractor/legacy_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1787eb2fddacec812bc514573b13b99c61043cb5 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/gold/distractor/legacy_notes.md @@ -0,0 +1,5 @@ +# Legacy hardware not currently tracked +* ABC-123 +* DEF-456 +* ZP8A-3C4X (retired last quarter) +* UV9G-5M0L (decommissioned) diff --git a/shellops/assets/ShellOps_e040be0034/gold/live_units.txt b/shellops/assets/ShellOps_e040be0034/gold/live_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9b9ef843e224a88c77acefd4ffc087a9431c253 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/gold/live_units.txt @@ -0,0 +1,6 @@ +JL2D-0V9W +XK7B-9P2Q +MN4K-6S5U +QW5E-1Y7Z +RT6F-2B8N +FG3H-8R1T diff --git a/shellops/assets/ShellOps_e040be0034/gold/orphaned_components.txt b/shellops/assets/ShellOps_e040be0034/gold/orphaned_components.txt new file mode 100644 index 0000000000000000000000000000000000000000..98ca780c1154b9297ed174561319d0030e521954 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/gold/orphaned_components.txt @@ -0,0 +1,2 @@ +UV9G-5M0L +ZP8A-3C4X diff --git a/shellops/assets/ShellOps_e040be0034/init/component_register.xml b/shellops/assets/ShellOps_e040be0034/init/component_register.xml new file mode 100644 index 0000000000000000000000000000000000000000..717be8cb86d32c3764e0d8ea82b54e4a9edadf98 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/init/component_register.xml @@ -0,0 +1,12 @@ + + +
Registered Components
+ XK7B-9P2Q + FG3H-8R1T + MN4K-6S5U + JL2D-0V9W + ZP8A-3C4X + QW5E-1Y7Z + RT6F-2B8N + UV9G-5M0L +
diff --git a/shellops/assets/ShellOps_e040be0034/init/distractor/legacy_notes.md b/shellops/assets/ShellOps_e040be0034/init/distractor/legacy_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..1787eb2fddacec812bc514573b13b99c61043cb5 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/init/distractor/legacy_notes.md @@ -0,0 +1,5 @@ +# Legacy hardware not currently tracked +* ABC-123 +* DEF-456 +* ZP8A-3C4X (retired last quarter) +* UV9G-5M0L (decommissioned) diff --git a/shellops/assets/ShellOps_e040be0034/init/live_units.txt b/shellops/assets/ShellOps_e040be0034/init/live_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9b9ef843e224a88c77acefd4ffc087a9431c253 --- /dev/null +++ b/shellops/assets/ShellOps_e040be0034/init/live_units.txt @@ -0,0 +1,6 @@ +JL2D-0V9W +XK7B-9P2Q +MN4K-6S5U +QW5E-1Y7Z +RT6F-2B8N +FG3H-8R1T diff --git a/shellops/assets/ShellOps_e0df87507c/gold/active_devices.csv b/shellops/assets/ShellOps_e0df87507c/gold/active_devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..92cf24bb4aaa970756dc7cdfe6b737df17a841d8 --- /dev/null +++ b/shellops/assets/ShellOps_e0df87507c/gold/active_devices.csv @@ -0,0 +1,4 @@ +device_id,deploy_date,region +123,2023-05-01,east +456,2023-05-15,west +789,2023-06-01,central \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0df87507c/gold/active_not_retired.devices b/shellops/assets/ShellOps_e0df87507c/gold/active_not_retired.devices new file mode 100644 index 0000000000000000000000000000000000000000..8651af7040457a04f92d7f646b305d7b8cdd40ce --- /dev/null +++ b/shellops/assets/ShellOps_e0df87507c/gold/active_not_retired.devices @@ -0,0 +1,2 @@ +123 +789 diff --git a/shellops/assets/ShellOps_e0df87507c/gold/maintenance_log.json b/shellops/assets/ShellOps_e0df87507c/gold/maintenance_log.json new file mode 100644 index 0000000000000000000000000000000000000000..87bd22e10b094b444274e52a68a3bb56212e90b9 --- /dev/null +++ b/shellops/assets/ShellOps_e0df87507c/gold/maintenance_log.json @@ -0,0 +1 @@ +{"records": [{"device_id": "456", "status": "retired"}, {"device_id": "789", "status": "active"}, {"device_id": "100", "status": "retired"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0df87507c/init/active_devices.csv b/shellops/assets/ShellOps_e0df87507c/init/active_devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..92cf24bb4aaa970756dc7cdfe6b737df17a841d8 --- /dev/null +++ b/shellops/assets/ShellOps_e0df87507c/init/active_devices.csv @@ -0,0 +1,4 @@ +device_id,deploy_date,region +123,2023-05-01,east +456,2023-05-15,west +789,2023-06-01,central \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0df87507c/init/maintenance_log.json b/shellops/assets/ShellOps_e0df87507c/init/maintenance_log.json new file mode 100644 index 0000000000000000000000000000000000000000..87bd22e10b094b444274e52a68a3bb56212e90b9 --- /dev/null +++ b/shellops/assets/ShellOps_e0df87507c/init/maintenance_log.json @@ -0,0 +1 @@ +{"records": [{"device_id": "456", "status": "retired"}, {"device_id": "789", "status": "active"}, {"device_id": "100", "status": "retired"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1200Z.json b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1200Z.json new file mode 100644 index 0000000000000000000000000000000000000000..d98675081a2bc4bf5c83c28bb939837c5047b536 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1200Z.json @@ -0,0 +1 @@ +{"frames": [{"id": "SAT-ALPHA-001", "timestamp": "2024-05-01T12:00:00Z", "sensors": [{"name": "gyro", "value": 3.14}]}, {"id": "SAT-BETA-002", "timestamp": "2024-05-01T12:01:00Z", "sensors": [{"name": "temp", "value": 22.5}]}, {"id": "SAT-GAMMA-003", "timestamp": "2024-05-01T12:02:00Z", "sensors": [{"name": "voltage", "value": 12.0}]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1300Z.json b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1300Z.json new file mode 100644 index 0000000000000000000000000000000000000000..9919b454911baa14a73126f32a7b12160d8b4e98 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1300Z.json @@ -0,0 +1 @@ +{"frames": [{"id": "SAT-BETA-002", "timestamp": "2024-05-01T13:00:00Z", "sensors": [{"name": "temp", "value": 23.1}]}, {"id": "SAT-DELTA-004", "timestamp": "2024-05-01T13:01:00Z", "sensors": [{"name": "gyro", "value": 2.98}]}, {"id": "SAT-EPSILON-005", "timestamp": "2024-05-01T13:02:00Z", "sensors": [{"name": "voltage", "value": 11.9}]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1400Z.json b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1400Z.json new file mode 100644 index 0000000000000000000000000000000000000000..0558fead84db2a46a378a8ac68fb4ad3279ec969 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/frame_2024_05_01_1400Z.json @@ -0,0 +1 @@ +{"frames": [{"id": "SAT-EPSILON-005", "timestamp": "2024-05-01T14:00:00Z", "sensors": [{"name": "temp", "value": 24.2}]}, {"id": "SAT-ZETA-006", "timestamp": "2024-05-01T14:01:00Z", "sensors": [{"name": "gyro", "value": 3.01}]}, {"id": "SAT-ALPHA-001", "timestamp": "2024-05-01T14:02:00Z", "sensors": [{"name": "voltage", "value": 12.1}]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/notes.md b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b45160f2f59bcb87207e8617f38089e2ff6da75f --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/frames/notes.md @@ -0,0 +1,4 @@ +# Raw telemetry frames +- These are ingested from orbital passes. +- Some frames may be partial or duplicate. +- The manifest target_frames.json lists expected IDs for the current analysis window. diff --git a/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/target_frames.json b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/target_frames.json new file mode 100644 index 0000000000000000000000000000000000000000..c29577debd43cedf3273542b4cc2fffa19ef9721 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/target_frames.json @@ -0,0 +1 @@ +{"targets": ["SAT-ALPHA-001", "SAT-BETA-002", "SAT-GAMMA-003", "SAT-DELTA-004", "SAT-ZETA-006"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/unreported_frames.txt b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/unreported_frames.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bade41024cc779d03432e0930405c784aede50b --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/gold/telemetry/unreported_frames.txt @@ -0,0 +1 @@ +SAT-EPSILON-005 diff --git a/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1200Z.json b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1200Z.json new file mode 100644 index 0000000000000000000000000000000000000000..d98675081a2bc4bf5c83c28bb939837c5047b536 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1200Z.json @@ -0,0 +1 @@ +{"frames": [{"id": "SAT-ALPHA-001", "timestamp": "2024-05-01T12:00:00Z", "sensors": [{"name": "gyro", "value": 3.14}]}, {"id": "SAT-BETA-002", "timestamp": "2024-05-01T12:01:00Z", "sensors": [{"name": "temp", "value": 22.5}]}, {"id": "SAT-GAMMA-003", "timestamp": "2024-05-01T12:02:00Z", "sensors": [{"name": "voltage", "value": 12.0}]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1300Z.json b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1300Z.json new file mode 100644 index 0000000000000000000000000000000000000000..9919b454911baa14a73126f32a7b12160d8b4e98 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1300Z.json @@ -0,0 +1 @@ +{"frames": [{"id": "SAT-BETA-002", "timestamp": "2024-05-01T13:00:00Z", "sensors": [{"name": "temp", "value": 23.1}]}, {"id": "SAT-DELTA-004", "timestamp": "2024-05-01T13:01:00Z", "sensors": [{"name": "gyro", "value": 2.98}]}, {"id": "SAT-EPSILON-005", "timestamp": "2024-05-01T13:02:00Z", "sensors": [{"name": "voltage", "value": 11.9}]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1400Z.json b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1400Z.json new file mode 100644 index 0000000000000000000000000000000000000000..0558fead84db2a46a378a8ac68fb4ad3279ec969 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/frame_2024_05_01_1400Z.json @@ -0,0 +1 @@ +{"frames": [{"id": "SAT-EPSILON-005", "timestamp": "2024-05-01T14:00:00Z", "sensors": [{"name": "temp", "value": 24.2}]}, {"id": "SAT-ZETA-006", "timestamp": "2024-05-01T14:01:00Z", "sensors": [{"name": "gyro", "value": 3.01}]}, {"id": "SAT-ALPHA-001", "timestamp": "2024-05-01T14:02:00Z", "sensors": [{"name": "voltage", "value": 12.1}]}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/notes.md b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b45160f2f59bcb87207e8617f38089e2ff6da75f --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/frames/notes.md @@ -0,0 +1,4 @@ +# Raw telemetry frames +- These are ingested from orbital passes. +- Some frames may be partial or duplicate. +- The manifest target_frames.json lists expected IDs for the current analysis window. diff --git a/shellops/assets/ShellOps_e0f5a91365/init/telemetry/target_frames.json b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/target_frames.json new file mode 100644 index 0000000000000000000000000000000000000000..c29577debd43cedf3273542b4cc2fffa19ef9721 --- /dev/null +++ b/shellops/assets/ShellOps_e0f5a91365/init/telemetry/target_frames.json @@ -0,0 +1 @@ +{"targets": ["SAT-ALPHA-001", "SAT-BETA-002", "SAT-GAMMA-003", "SAT-DELTA-004", "SAT-ZETA-006"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1391735df/gold/active_devices.txt b/shellops/assets/ShellOps_e1391735df/gold/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..178e07c39025977d08a960322b5c6fd27acef693 --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/gold/active_devices.txt @@ -0,0 +1,6 @@ +DEV-1024 +DEV-1048 +DEV-1032 +DEV-1056 +DEV-1012 +DEV-1060 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1391735df/gold/deployment.xml b/shellops/assets/ShellOps_e1391735df/gold/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..1939adb55a266293c7ea8025c2cb85b9373e1849 --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/gold/deployment.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_e1391735df/gold/notes.md b/shellops/assets/ShellOps_e1391735df/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b8056ca4f53639e410503e2d8da2080b2b0cf498 --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/gold/notes.md @@ -0,0 +1 @@ +Partner requested only active deployed devices. Exclude any legacy or planned devices. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1391735df/gold/partner_export.tsv b/shellops/assets/ShellOps_e1391735df/gold/partner_export.tsv new file mode 100644 index 0000000000000000000000000000000000000000..11d955ff8a8fd2594a7fa5feb059df3b0df5f39d --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/gold/partner_export.tsv @@ -0,0 +1,4 @@ +DEV-1024 confirmed +DEV-1048 confirmed +DEV-1032 confirmed +DEV-1056 confirmed diff --git a/shellops/assets/ShellOps_e1391735df/init/active_devices.txt b/shellops/assets/ShellOps_e1391735df/init/active_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..178e07c39025977d08a960322b5c6fd27acef693 --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/init/active_devices.txt @@ -0,0 +1,6 @@ +DEV-1024 +DEV-1048 +DEV-1032 +DEV-1056 +DEV-1012 +DEV-1060 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1391735df/init/deployment.xml b/shellops/assets/ShellOps_e1391735df/init/deployment.xml new file mode 100644 index 0000000000000000000000000000000000000000..1939adb55a266293c7ea8025c2cb85b9373e1849 --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/init/deployment.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_e1391735df/init/notes.md b/shellops/assets/ShellOps_e1391735df/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b8056ca4f53639e410503e2d8da2080b2b0cf498 --- /dev/null +++ b/shellops/assets/ShellOps_e1391735df/init/notes.md @@ -0,0 +1 @@ +Partner requested only active deployed devices. Exclude any legacy or planned devices. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e13e5c7dcf/gold/submissions/.keep b/shellops/assets/ShellOps_e13e5c7dcf/gold/submissions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e13e5c7dcf/gold/submissions/report.prom b/shellops/assets/ShellOps_e13e5c7dcf/gold/submissions/report.prom new file mode 100644 index 0000000000000000000000000000000000000000..63ce11ef3c231dac5b862f70c68f91e3801bd5ff --- /dev/null +++ b/shellops/assets/ShellOps_e13e5c7dcf/gold/submissions/report.prom @@ -0,0 +1,6 @@ +5 +12 +23 +45 +78 +91 diff --git a/shellops/assets/ShellOps_e13e5c7dcf/init/submissions/.keep b/shellops/assets/ShellOps_e13e5c7dcf/init/submissions/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e168de61c3/gold/active_units.txt b/shellops/assets/ShellOps_e168de61c3/gold/active_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f81f056eea66410ab0d0b07d5adb05a5c67de4d --- /dev/null +++ b/shellops/assets/ShellOps_e168de61c3/gold/active_units.txt @@ -0,0 +1,7 @@ +# Active units manifest +unit_001 +unit_002 +unit_003 +#unit_004 +unit_005 +unit_006 diff --git a/shellops/assets/ShellOps_e168de61c3/gold/missing_units.txt b/shellops/assets/ShellOps_e168de61c3/gold/missing_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d9f52b14f32062b66d7fd48967f2c5ab5e2e29f --- /dev/null +++ b/shellops/assets/ShellOps_e168de61c3/gold/missing_units.txt @@ -0,0 +1,2 @@ +unit_002 +unit_006 diff --git a/shellops/assets/ShellOps_e168de61c3/gold/status.xml b/shellops/assets/ShellOps_e168de61c3/gold/status.xml new file mode 100644 index 0000000000000000000000000000000000000000..d596932f068293f24263c66a95f5ecfaafe6bf03 --- /dev/null +++ b/shellops/assets/ShellOps_e168de61c3/gold/status.xml @@ -0,0 +1,12 @@ + + + + online + + + standby + + + online + + diff --git a/shellops/assets/ShellOps_e168de61c3/init/active_units.txt b/shellops/assets/ShellOps_e168de61c3/init/active_units.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f81f056eea66410ab0d0b07d5adb05a5c67de4d --- /dev/null +++ b/shellops/assets/ShellOps_e168de61c3/init/active_units.txt @@ -0,0 +1,7 @@ +# Active units manifest +unit_001 +unit_002 +unit_003 +#unit_004 +unit_005 +unit_006 diff --git a/shellops/assets/ShellOps_e168de61c3/init/status.xml b/shellops/assets/ShellOps_e168de61c3/init/status.xml new file mode 100644 index 0000000000000000000000000000000000000000..d596932f068293f24263c66a95f5ecfaafe6bf03 --- /dev/null +++ b/shellops/assets/ShellOps_e168de61c3/init/status.xml @@ -0,0 +1,12 @@ + + + + online + + + standby + + + online + + diff --git a/shellops/assets/ShellOps_e1bd8d866a/gold/active_ports.txt b/shellops/assets/ShellOps_e1bd8d866a/gold/active_ports.txt new file mode 100644 index 0000000000000000000000000000000000000000..0125ef3c5bf876d04bdf43476ff1b4ef5ba44b02 --- /dev/null +++ b/shellops/assets/ShellOps_e1bd8d866a/gold/active_ports.txt @@ -0,0 +1,4 @@ +eth0:up +eth1:deprecated +eth2:up +eth3:down diff --git a/shellops/assets/ShellOps_e1bd8d866a/gold/inventory.xml b/shellops/assets/ShellOps_e1bd8d866a/gold/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..550971972bd522b073f09c4c599ecd36776b7216 --- /dev/null +++ b/shellops/assets/ShellOps_e1bd8d866a/gold/inventory.xml @@ -0,0 +1,7 @@ + + + eth0 + eth2 + eth4 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1bd8d866a/gold/notes.md b/shellops/assets/ShellOps_e1bd8d866a/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d032f6f2a5457b00ea21d8e69ffdf42648c57857 --- /dev/null +++ b/shellops/assets/ShellOps_e1bd8d866a/gold/notes.md @@ -0,0 +1 @@ +Deprecated interfaces should be ignored in reports. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1bd8d866a/init/active_ports.txt b/shellops/assets/ShellOps_e1bd8d866a/init/active_ports.txt new file mode 100644 index 0000000000000000000000000000000000000000..0125ef3c5bf876d04bdf43476ff1b4ef5ba44b02 --- /dev/null +++ b/shellops/assets/ShellOps_e1bd8d866a/init/active_ports.txt @@ -0,0 +1,4 @@ +eth0:up +eth1:deprecated +eth2:up +eth3:down diff --git a/shellops/assets/ShellOps_e1bd8d866a/init/inventory.xml b/shellops/assets/ShellOps_e1bd8d866a/init/inventory.xml new file mode 100644 index 0000000000000000000000000000000000000000..550971972bd522b073f09c4c599ecd36776b7216 --- /dev/null +++ b/shellops/assets/ShellOps_e1bd8d866a/init/inventory.xml @@ -0,0 +1,7 @@ + + + eth0 + eth2 + eth4 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1bd8d866a/init/notes.md b/shellops/assets/ShellOps_e1bd8d866a/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d032f6f2a5457b00ea21d8e69ffdf42648c57857 --- /dev/null +++ b/shellops/assets/ShellOps_e1bd8d866a/init/notes.md @@ -0,0 +1 @@ +Deprecated interfaces should be ignored in reports. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1c103c68c/gold/financials/.keep b/shellops/assets/ShellOps_e1c103c68c/gold/financials/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e1c103c68c/gold/financials/archive/vendors_old.csv b/shellops/assets/ShellOps_e1c103c68c/gold/financials/archive/vendors_old.csv new file mode 100644 index 0000000000000000000000000000000000000000..ada29b32a9f2296bdc88a28a7192345f9ab2edb8 --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/gold/financials/archive/vendors_old.csv @@ -0,0 +1,4 @@ +VendorA,TAX123 +VendorB,TAX456 +VendorD,TAX111 +VendorD,TAX111 diff --git a/shellops/assets/ShellOps_e1c103c68c/gold/financials/q1/vendors_alpha.csv b/shellops/assets/ShellOps_e1c103c68c/gold/financials/q1/vendors_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a4e605220a2ef1a01d039964d1fe8d4196f9896 --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/gold/financials/q1/vendors_alpha.csv @@ -0,0 +1,3 @@ +VendorA,TAX123 +VendorB,TAX456 +VendorA,TAX789 diff --git a/shellops/assets/ShellOps_e1c103c68c/gold/financials/q2/vendors_beta.csv b/shellops/assets/ShellOps_e1c103c68c/gold/financials/q2/vendors_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..9802a45ca86b171ada3a9bcad1c34d1d21bd313b --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/gold/financials/q2/vendors_beta.csv @@ -0,0 +1,3 @@ +VendorC,TAX321 +VendorA,TAX123 +VendorB,TAX999 diff --git a/shellops/assets/ShellOps_e1c103c68c/gold/normalized_vendors.csv b/shellops/assets/ShellOps_e1c103c68c/gold/normalized_vendors.csv new file mode 100644 index 0000000000000000000000000000000000000000..dfa6a5510adf3e94b275bad4829ce178240774f0 --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/gold/normalized_vendors.csv @@ -0,0 +1,4 @@ +VendorA,TAX123 +VendorB,TAX456 +VendorC,TAX321 +VendorD,TAX111 diff --git a/shellops/assets/ShellOps_e1c103c68c/init/financials/.keep b/shellops/assets/ShellOps_e1c103c68c/init/financials/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e1c103c68c/init/financials/archive/vendors_old.csv b/shellops/assets/ShellOps_e1c103c68c/init/financials/archive/vendors_old.csv new file mode 100644 index 0000000000000000000000000000000000000000..ada29b32a9f2296bdc88a28a7192345f9ab2edb8 --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/init/financials/archive/vendors_old.csv @@ -0,0 +1,4 @@ +VendorA,TAX123 +VendorB,TAX456 +VendorD,TAX111 +VendorD,TAX111 diff --git a/shellops/assets/ShellOps_e1c103c68c/init/financials/q1/vendors_alpha.csv b/shellops/assets/ShellOps_e1c103c68c/init/financials/q1/vendors_alpha.csv new file mode 100644 index 0000000000000000000000000000000000000000..9a4e605220a2ef1a01d039964d1fe8d4196f9896 --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/init/financials/q1/vendors_alpha.csv @@ -0,0 +1,3 @@ +VendorA,TAX123 +VendorB,TAX456 +VendorA,TAX789 diff --git a/shellops/assets/ShellOps_e1c103c68c/init/financials/q2/vendors_beta.csv b/shellops/assets/ShellOps_e1c103c68c/init/financials/q2/vendors_beta.csv new file mode 100644 index 0000000000000000000000000000000000000000..9802a45ca86b171ada3a9bcad1c34d1d21bd313b --- /dev/null +++ b/shellops/assets/ShellOps_e1c103c68c/init/financials/q2/vendors_beta.csv @@ -0,0 +1,3 @@ +VendorC,TAX321 +VendorA,TAX123 +VendorB,TAX999 diff --git a/shellops/assets/ShellOps_e1cbfadd32/gold/allowed_projects.txt b/shellops/assets/ShellOps_e1cbfadd32/gold/allowed_projects.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1a5ac0bcc630ff590ca96f0edfc1c9fab8e0cef --- /dev/null +++ b/shellops/assets/ShellOps_e1cbfadd32/gold/allowed_projects.txt @@ -0,0 +1,4 @@ +project_alpha +project_gamma +project_delta +project_epsilon diff --git a/shellops/assets/ShellOps_e1cbfadd32/gold/coverage.xml b/shellops/assets/ShellOps_e1cbfadd32/gold/coverage.xml new file mode 100644 index 0000000000000000000000000000000000000000..f3c5f09f86041796a00ae4f9e7022328989e1daa --- /dev/null +++ b/shellops/assets/ShellOps_e1cbfadd32/gold/coverage.xml @@ -0,0 +1,8 @@ + + + project_alpha + project_beta + project_gamma + project_delta + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1cbfadd32/gold/missing.txt b/shellops/assets/ShellOps_e1cbfadd32/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c778683f7e29f71a7bc25bdd8981f5972875f1a --- /dev/null +++ b/shellops/assets/ShellOps_e1cbfadd32/gold/missing.txt @@ -0,0 +1 @@ +project_epsilon diff --git a/shellops/assets/ShellOps_e1cbfadd32/init/allowed_projects.txt b/shellops/assets/ShellOps_e1cbfadd32/init/allowed_projects.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1a5ac0bcc630ff590ca96f0edfc1c9fab8e0cef --- /dev/null +++ b/shellops/assets/ShellOps_e1cbfadd32/init/allowed_projects.txt @@ -0,0 +1,4 @@ +project_alpha +project_gamma +project_delta +project_epsilon diff --git a/shellops/assets/ShellOps_e1cbfadd32/init/coverage.xml b/shellops/assets/ShellOps_e1cbfadd32/init/coverage.xml new file mode 100644 index 0000000000000000000000000000000000000000..f3c5f09f86041796a00ae4f9e7022328989e1daa --- /dev/null +++ b/shellops/assets/ShellOps_e1cbfadd32/init/coverage.xml @@ -0,0 +1,8 @@ + + + project_alpha + project_beta + project_gamma + project_delta + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/gold/missing_skus.out b/shellops/assets/ShellOps_e1d1c6c936/gold/missing_skus.out new file mode 100644 index 0000000000000000000000000000000000000000..ccd28893d8ed2feedf7ae97ebb790be3a8b56243 --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/gold/missing_skus.out @@ -0,0 +1,5 @@ +MS-400 +PS-800 +SP-900 +UH-700 +WC-600 diff --git a/shellops/assets/ShellOps_e1d1c6c936/gold/orders.ini b/shellops/assets/ShellOps_e1d1c6c936/gold/orders.ini new file mode 100644 index 0000000000000000000000000000000000000000..57d75048a774165b8760e7f177a9cb86723bdd61 --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/gold/orders.ini @@ -0,0 +1,24 @@ +[order] +id=ORD-1001 +sku=WM-100 +qty=50 + +[order] +id=ORD-1002 +sku=UC-200 +qty=30 + +[order] +id=ORD-1003 +sku=MK-300 +qty=20 + +[order] +id=ORD-1004 +sku=HA-150 +qty=40 + +[order] +id=ORD-1005 +sku=GH-500 +qty=15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_a.ini b/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..e23177cad0b456795ea9c20c277c191e99494ba6 --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_a.ini @@ -0,0 +1,19 @@ +[products] +item=Wireless Mouse +sku=WM-100 +price=24.99 + +[products] +item=USB-C Cable +sku=UC-200 +price=12.50 + +[products] +item=Mechanical Keyboard +sku=MK-300 +price=79.99 + +[products] +item=HDMI Adapter +sku=HA-150 +price=18.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_b.ini b/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..93b6c4a83be24ca72cfa2ec6dc94e603b0ca761c --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_b.ini @@ -0,0 +1,19 @@ +[products] +item=Gaming Headset +sku=GH-500 +price=89.99 + +[products] +item=Monitor Stand +sku=MS-400 +price=45.00 + +[products] +item=Wireless Mouse +sku=WM-100 +price=24.99 + +[products] +item=Webcam HD +sku=WC-600 +price=59.99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_c.ini b/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_c.ini new file mode 100644 index 0000000000000000000000000000000000000000..12ee8412c1f5e9c4fb024d2cc30e052163c3dd9a --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/gold/vendor/vendor_c.ini @@ -0,0 +1,19 @@ +[products] +item=USB Hub +sku=UH-700 +price=29.99 + +[products] +item=Portable SSD +sku=PS-800 +price=129.99 + +[products] +item=Gaming Headset +sku=GH-500 +price=89.99 + +[products] +item=Stylus Pen +sku=SP-900 +price=19.99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/init/.tmp/.keep b/shellops/assets/ShellOps_e1d1c6c936/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e1d1c6c936/init/orders.ini b/shellops/assets/ShellOps_e1d1c6c936/init/orders.ini new file mode 100644 index 0000000000000000000000000000000000000000..57d75048a774165b8760e7f177a9cb86723bdd61 --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/init/orders.ini @@ -0,0 +1,24 @@ +[order] +id=ORD-1001 +sku=WM-100 +qty=50 + +[order] +id=ORD-1002 +sku=UC-200 +qty=30 + +[order] +id=ORD-1003 +sku=MK-300 +qty=20 + +[order] +id=ORD-1004 +sku=HA-150 +qty=40 + +[order] +id=ORD-1005 +sku=GH-500 +qty=15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_a.ini b/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_a.ini new file mode 100644 index 0000000000000000000000000000000000000000..e23177cad0b456795ea9c20c277c191e99494ba6 --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_a.ini @@ -0,0 +1,19 @@ +[products] +item=Wireless Mouse +sku=WM-100 +price=24.99 + +[products] +item=USB-C Cable +sku=UC-200 +price=12.50 + +[products] +item=Mechanical Keyboard +sku=MK-300 +price=79.99 + +[products] +item=HDMI Adapter +sku=HA-150 +price=18.00 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_b.ini b/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_b.ini new file mode 100644 index 0000000000000000000000000000000000000000..93b6c4a83be24ca72cfa2ec6dc94e603b0ca761c --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_b.ini @@ -0,0 +1,19 @@ +[products] +item=Gaming Headset +sku=GH-500 +price=89.99 + +[products] +item=Monitor Stand +sku=MS-400 +price=45.00 + +[products] +item=Wireless Mouse +sku=WM-100 +price=24.99 + +[products] +item=Webcam HD +sku=WC-600 +price=59.99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_c.ini b/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_c.ini new file mode 100644 index 0000000000000000000000000000000000000000..12ee8412c1f5e9c4fb024d2cc30e052163c3dd9a --- /dev/null +++ b/shellops/assets/ShellOps_e1d1c6c936/init/vendor/vendor_c.ini @@ -0,0 +1,19 @@ +[products] +item=USB Hub +sku=UH-700 +price=29.99 + +[products] +item=Portable SSD +sku=PS-800 +price=129.99 + +[products] +item=Gaming Headset +sku=GH-500 +price=89.99 + +[products] +item=Stylus Pen +sku=SP-900 +price=19.99 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e1faa5d3af/gold/attendees.txt b/shellops/assets/ShellOps_e1faa5d3af/gold/attendees.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e66461195983124f5507786e77e2ddb2e31b2c6 --- /dev/null +++ b/shellops/assets/ShellOps_e1faa5d3af/gold/attendees.txt @@ -0,0 +1,8 @@ +Alice Chen +Bob Davis +Carol Evans +David Lee +Eve Martinez +Frank Ito +Grace Kim +Helen Zhou diff --git a/shellops/assets/ShellOps_e1faa5d3af/gold/breakout_alpha.md b/shellops/assets/ShellOps_e1faa5d3af/gold/breakout_alpha.md new file mode 100644 index 0000000000000000000000000000000000000000..c93eb41c05623ceb4002cc67ea3cd60c779b54c1 --- /dev/null +++ b/shellops/assets/ShellOps_e1faa5d3af/gold/breakout_alpha.md @@ -0,0 +1,12 @@ +# Room Alpha + +## Participants +- Alice Chen +- Bob Davis +- Carol Evans +- Frank Ito +- Grace Kim + +## Notes +- Session ran over time. +- Alice requested follow-up slides. diff --git a/shellops/assets/ShellOps_e1faa5d3af/gold/breakout_beta.md b/shellops/assets/ShellOps_e1faa5d3af/gold/breakout_beta.md new file mode 100644 index 0000000000000000000000000000000000000000..0aadacb96896c3fbdcf28e30f58fa634d34dc8ce --- /dev/null +++ b/shellops/assets/ShellOps_e1faa5d3af/gold/breakout_beta.md @@ -0,0 +1,13 @@ +# Room Beta + +## Participants +- Bob Davis +- Carol Evans +- David Lee +- Eve Martinez +- Frank Ito +- Helen Zhou + +## Notes +- Good discussion on Q&A. +- Helen will share additional resources. diff --git a/shellops/assets/ShellOps_e1faa5d3af/init/breakout_alpha.md b/shellops/assets/ShellOps_e1faa5d3af/init/breakout_alpha.md new file mode 100644 index 0000000000000000000000000000000000000000..c93eb41c05623ceb4002cc67ea3cd60c779b54c1 --- /dev/null +++ b/shellops/assets/ShellOps_e1faa5d3af/init/breakout_alpha.md @@ -0,0 +1,12 @@ +# Room Alpha + +## Participants +- Alice Chen +- Bob Davis +- Carol Evans +- Frank Ito +- Grace Kim + +## Notes +- Session ran over time. +- Alice requested follow-up slides. diff --git a/shellops/assets/ShellOps_e1faa5d3af/init/breakout_beta.md b/shellops/assets/ShellOps_e1faa5d3af/init/breakout_beta.md new file mode 100644 index 0000000000000000000000000000000000000000..0aadacb96896c3fbdcf28e30f58fa634d34dc8ce --- /dev/null +++ b/shellops/assets/ShellOps_e1faa5d3af/init/breakout_beta.md @@ -0,0 +1,13 @@ +# Room Beta + +## Participants +- Bob Davis +- Carol Evans +- David Lee +- Eve Martinez +- Frank Ito +- Helen Zhou + +## Notes +- Good discussion on Q&A. +- Helen will share additional resources. diff --git a/shellops/assets/ShellOps_e22e921192/gold/approved_users.txt b/shellops/assets/ShellOps_e22e921192/gold/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c9d5e33a46f5fead2e6ef4bb7f57daf85702075 --- /dev/null +++ b/shellops/assets/ShellOps_e22e921192/gold/approved_users.txt @@ -0,0 +1,2 @@ +john.doe +alice.wong diff --git a/shellops/assets/ShellOps_e22e921192/gold/directory.xml b/shellops/assets/ShellOps_e22e921192/gold/directory.xml new file mode 100644 index 0000000000000000000000000000000000000000..f212be2e384771fcf1e73fcafdf6e3573a56d02d --- /dev/null +++ b/shellops/assets/ShellOps_e22e921192/gold/directory.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e22e921192/gold/missing_users.txt b/shellops/assets/ShellOps_e22e921192/gold/missing_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eb43fe781da7dd427003bb09a18149219c6bcf0 --- /dev/null +++ b/shellops/assets/ShellOps_e22e921192/gold/missing_users.txt @@ -0,0 +1 @@ +bob.jones diff --git a/shellops/assets/ShellOps_e22e921192/init/approved_users.txt b/shellops/assets/ShellOps_e22e921192/init/approved_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c9d5e33a46f5fead2e6ef4bb7f57daf85702075 --- /dev/null +++ b/shellops/assets/ShellOps_e22e921192/init/approved_users.txt @@ -0,0 +1,2 @@ +john.doe +alice.wong diff --git a/shellops/assets/ShellOps_e22e921192/init/directory.xml b/shellops/assets/ShellOps_e22e921192/init/directory.xml new file mode 100644 index 0000000000000000000000000000000000000000..f212be2e384771fcf1e73fcafdf6e3573a56d02d --- /dev/null +++ b/shellops/assets/ShellOps_e22e921192/init/directory.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2668fa611/gold/discrepancies/.keep b/shellops/assets/ShellOps_e2668fa611/gold/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e2668fa611/gold/discrepancies/missing_codes.out b/shellops/assets/ShellOps_e2668fa611/gold/discrepancies/missing_codes.out new file mode 100644 index 0000000000000000000000000000000000000000..619789b536b7c66f0f47670e0ce17d97816e7d3d --- /dev/null +++ b/shellops/assets/ShellOps_e2668fa611/gold/discrepancies/missing_codes.out @@ -0,0 +1,7 @@ +1005 +1007 +1009 +1011 +1013 +1015 +1017 diff --git a/shellops/assets/ShellOps_e2668fa611/gold/inventory/.keep b/shellops/assets/ShellOps_e2668fa611/gold/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e2668fa611/gold/inventory/master_list.csv b/shellops/assets/ShellOps_e2668fa611/gold/inventory/master_list.csv new file mode 100644 index 0000000000000000000000000000000000000000..98df3fd0bf72876cf0fdc0b24116eecbcaee2cc2 --- /dev/null +++ b/shellops/assets/ShellOps_e2668fa611/gold/inventory/master_list.csv @@ -0,0 +1,11 @@ +product_id,name,category,stock_count +1001,Resistor 10kOhm,Passive,1200 +1002,Capacitor 100uF,Passive,850 +1003,IC Logic Gate,IC,320 +1006,Inductor 100uH,Passive,150 +1008,Relay 5V,Electromechanical,90 +1010,Voltage Regulator,Power,210 +1012,Optocoupler,IC,175 +1014,EEPROM Memory,Memory,95 +1016,Buzzer Piezo,Audio,60 +1018,Motor Driver,Power,45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2668fa611/gold/procurement/.keep b/shellops/assets/ShellOps_e2668fa611/gold/procurement/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e2668fa611/gold/procurement/products.csv b/shellops/assets/ShellOps_e2668fa611/gold/procurement/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c5bf26862570b1bb70fe967e3eeeabf5a609a79 --- /dev/null +++ b/shellops/assets/ShellOps_e2668fa611/gold/procurement/products.csv @@ -0,0 +1,11 @@ +product_id,description,vendor_id +1001,Resistor 10kOhm,V-202 +1002,Capacitor 100uF,V-203 +1003,IC Logic Gate,V-205 +1005,LED Red,V-210 +1007,Diode 1N4148,V-215 +1009,Transistor NPN,V-220 +1011,Connector Header,V-225 +1013,Crystal Oscillator,V-230 +1015,Fuse 1A,V-235 +1017,Switch Tactile,V-240 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2668fa611/init/discrepancies/.keep b/shellops/assets/ShellOps_e2668fa611/init/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e2668fa611/init/inventory/.keep b/shellops/assets/ShellOps_e2668fa611/init/inventory/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e2668fa611/init/inventory/master_list.csv b/shellops/assets/ShellOps_e2668fa611/init/inventory/master_list.csv new file mode 100644 index 0000000000000000000000000000000000000000..98df3fd0bf72876cf0fdc0b24116eecbcaee2cc2 --- /dev/null +++ b/shellops/assets/ShellOps_e2668fa611/init/inventory/master_list.csv @@ -0,0 +1,11 @@ +product_id,name,category,stock_count +1001,Resistor 10kOhm,Passive,1200 +1002,Capacitor 100uF,Passive,850 +1003,IC Logic Gate,IC,320 +1006,Inductor 100uH,Passive,150 +1008,Relay 5V,Electromechanical,90 +1010,Voltage Regulator,Power,210 +1012,Optocoupler,IC,175 +1014,EEPROM Memory,Memory,95 +1016,Buzzer Piezo,Audio,60 +1018,Motor Driver,Power,45 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2668fa611/init/procurement/.keep b/shellops/assets/ShellOps_e2668fa611/init/procurement/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e2668fa611/init/procurement/products.csv b/shellops/assets/ShellOps_e2668fa611/init/procurement/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c5bf26862570b1bb70fe967e3eeeabf5a609a79 --- /dev/null +++ b/shellops/assets/ShellOps_e2668fa611/init/procurement/products.csv @@ -0,0 +1,11 @@ +product_id,description,vendor_id +1001,Resistor 10kOhm,V-202 +1002,Capacitor 100uF,V-203 +1003,IC Logic Gate,V-205 +1005,LED Red,V-210 +1007,Diode 1N4148,V-215 +1009,Transistor NPN,V-220 +1011,Connector Header,V-225 +1013,Crystal Oscillator,V-230 +1015,Fuse 1A,V-235 +1017,Switch Tactile,V-240 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e26953efc0/gold/notes/irrelevant.md b/shellops/assets/ShellOps_e26953efc0/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..b00c9c62cd081d3b513378590606d0bbe9ed1b5c --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Distractor notes +- Ignore device_id=D005, it's not in registry. +- D004 is in registry but not in logs. diff --git a/shellops/assets/ShellOps_e26953efc0/gold/registry/devices.tsv b/shellops/assets/ShellOps_e26953efc0/gold/registry/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..528d3f97c1d955d5d2766b0b2fd492807a1920d1 --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/gold/registry/devices.tsv @@ -0,0 +1,5 @@ +device_id owner_team +D001 infra +D002 data +D003 infra +D004 security \ No newline at end of file diff --git a/shellops/assets/ShellOps_e26953efc0/gold/reports/device_owners.tsv b/shellops/assets/ShellOps_e26953efc0/gold/reports/device_owners.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9fc2356b13441173cdef2417fd8442cbdf510684 --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/gold/reports/device_owners.tsv @@ -0,0 +1,3 @@ +D001 infra +D002 data +D003 infra diff --git a/shellops/assets/ShellOps_e26953efc0/gold/runtime/access.log b/shellops/assets/ShellOps_e26953efc0/gold/runtime/access.log new file mode 100644 index 0000000000000000000000000000000000000000..2913cafc2b58e0317ab71ad648059af09919c3cf --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/gold/runtime/access.log @@ -0,0 +1,6 @@ +2024-01-15 10:23:45 user=alice action=read device_id=D001 status=ok +2024-01-15 10:24:12 user=bob action=write device_id=D002 status=ok +2024-01-15 10:25:03 user=carol action=read device_id=D001 status=denied +2024-01-15 10:26:44 user=dave action=read device_id=D003 status=ok +2024-01-15 10:27:19 user=eve action=write device_id=UNKNOWN status=ok +2024-01-15 10:28:05 user=frank action=read device_id=D005 status=ok \ No newline at end of file diff --git a/shellops/assets/ShellOps_e26953efc0/init/notes/irrelevant.md b/shellops/assets/ShellOps_e26953efc0/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..b00c9c62cd081d3b513378590606d0bbe9ed1b5c --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Distractor notes +- Ignore device_id=D005, it's not in registry. +- D004 is in registry but not in logs. diff --git a/shellops/assets/ShellOps_e26953efc0/init/registry/devices.tsv b/shellops/assets/ShellOps_e26953efc0/init/registry/devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..528d3f97c1d955d5d2766b0b2fd492807a1920d1 --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/init/registry/devices.tsv @@ -0,0 +1,5 @@ +device_id owner_team +D001 infra +D002 data +D003 infra +D004 security \ No newline at end of file diff --git a/shellops/assets/ShellOps_e26953efc0/init/runtime/access.log b/shellops/assets/ShellOps_e26953efc0/init/runtime/access.log new file mode 100644 index 0000000000000000000000000000000000000000..2913cafc2b58e0317ab71ad648059af09919c3cf --- /dev/null +++ b/shellops/assets/ShellOps_e26953efc0/init/runtime/access.log @@ -0,0 +1,6 @@ +2024-01-15 10:23:45 user=alice action=read device_id=D001 status=ok +2024-01-15 10:24:12 user=bob action=write device_id=D002 status=ok +2024-01-15 10:25:03 user=carol action=read device_id=D001 status=denied +2024-01-15 10:26:44 user=dave action=read device_id=D003 status=ok +2024-01-15 10:27:19 user=eve action=write device_id=UNKNOWN status=ok +2024-01-15 10:28:05 user=frank action=read device_id=D005 status=ok \ No newline at end of file diff --git a/shellops/assets/ShellOps_e28062e906/gold/failed_tests.txt b/shellops/assets/ShellOps_e28062e906/gold/failed_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..884d7d414b7c62311f84b4067b2695c2ce718bdf --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/gold/failed_tests.txt @@ -0,0 +1,7 @@ +test_database_connection +test_email_notification +test_file_ops +test_payment_flow +test_report_generation +test_string_utils +test_user_login diff --git a/shellops/assets/ShellOps_e28062e906/gold/test_results/.keep b/shellops/assets/ShellOps_e28062e906/gold/test_results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e28062e906/gold/test_results/integration_test.out b/shellops/assets/ShellOps_e28062e906/gold/test_results/integration_test.out new file mode 100644 index 0000000000000000000000000000000000000000..fc812c8d36d16d9b004f1e61b7e882756625ab44 --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/gold/test_results/integration_test.out @@ -0,0 +1,4 @@ +test_name=test_api_health status=PASS duration=0.12s +test_name=test_database_connection status=FAIL duration=1.55s +test_name=test_email_notification status=FAIL duration=0.67s +test_name=test_cache_invalidation status=PASS duration=0.33s diff --git a/shellops/assets/ShellOps_e28062e906/gold/test_results/regression_test.out b/shellops/assets/ShellOps_e28062e906/gold/test_results/regression_test.out new file mode 100644 index 0000000000000000000000000000000000000000..57e15ff485eca9a5ba23f372d16a7aa8b8a27d7a --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/gold/test_results/regression_test.out @@ -0,0 +1,4 @@ +test_name=test_user_login status=FAIL duration=0.45s +test_name=test_data_export status=PASS duration=1.23s +test_name=test_payment_flow status=FAIL duration=2.10s +test_name=test_report_generation status=FAIL duration=0.89s diff --git a/shellops/assets/ShellOps_e28062e906/gold/test_results/unit_test.out b/shellops/assets/ShellOps_e28062e906/gold/test_results/unit_test.out new file mode 100644 index 0000000000000000000000000000000000000000..f2e6124b865f2c96dea1a85d90572f5df0043e04 --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/gold/test_results/unit_test.out @@ -0,0 +1,4 @@ +test_name=test_math_utils status=PASS duration=0.05s +test_name=test_string_utils status=FAIL duration=0.08s +test_name=test_date_parsing status=PASS duration=0.06s +test_name=test_file_ops status=FAIL duration=0.15s diff --git a/shellops/assets/ShellOps_e28062e906/init/test_results/.keep b/shellops/assets/ShellOps_e28062e906/init/test_results/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e28062e906/init/test_results/integration_test.out b/shellops/assets/ShellOps_e28062e906/init/test_results/integration_test.out new file mode 100644 index 0000000000000000000000000000000000000000..fc812c8d36d16d9b004f1e61b7e882756625ab44 --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/init/test_results/integration_test.out @@ -0,0 +1,4 @@ +test_name=test_api_health status=PASS duration=0.12s +test_name=test_database_connection status=FAIL duration=1.55s +test_name=test_email_notification status=FAIL duration=0.67s +test_name=test_cache_invalidation status=PASS duration=0.33s diff --git a/shellops/assets/ShellOps_e28062e906/init/test_results/regression_test.out b/shellops/assets/ShellOps_e28062e906/init/test_results/regression_test.out new file mode 100644 index 0000000000000000000000000000000000000000..57e15ff485eca9a5ba23f372d16a7aa8b8a27d7a --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/init/test_results/regression_test.out @@ -0,0 +1,4 @@ +test_name=test_user_login status=FAIL duration=0.45s +test_name=test_data_export status=PASS duration=1.23s +test_name=test_payment_flow status=FAIL duration=2.10s +test_name=test_report_generation status=FAIL duration=0.89s diff --git a/shellops/assets/ShellOps_e28062e906/init/test_results/unit_test.out b/shellops/assets/ShellOps_e28062e906/init/test_results/unit_test.out new file mode 100644 index 0000000000000000000000000000000000000000..f2e6124b865f2c96dea1a85d90572f5df0043e04 --- /dev/null +++ b/shellops/assets/ShellOps_e28062e906/init/test_results/unit_test.out @@ -0,0 +1,4 @@ +test_name=test_math_utils status=PASS duration=0.05s +test_name=test_string_utils status=FAIL duration=0.08s +test_name=test_date_parsing status=PASS duration=0.06s +test_name=test_file_ops status=FAIL duration=0.15s diff --git a/shellops/assets/ShellOps_e293689637/gold/calib_offsets.md b/shellops/assets/ShellOps_e293689637/gold/calib_offsets.md new file mode 100644 index 0000000000000000000000000000000000000000..decb3b0afd246922ea967a54cabd863f7301c301 --- /dev/null +++ b/shellops/assets/ShellOps_e293689637/gold/calib_offsets.md @@ -0,0 +1,5 @@ +-1.23 +-0.12 +0.45 +0.78 +1.23 diff --git a/shellops/assets/ShellOps_e2a627e02a/gold/baseline/windows.txt b/shellops/assets/ShellOps_e2a627e02a/gold/baseline/windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..3493156f3a9bb6debfa6eabd833ab204a89af5ff --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/gold/baseline/windows.txt @@ -0,0 +1,6 @@ +ALPHA +BETA +GAMMA +DELTA +EPSILON +ZETA diff --git a/shellops/assets/ShellOps_e2a627e02a/gold/notes/irrelevant.md b/shellops/assets/ShellOps_e2a627e02a/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..9e08298e8cce5c57acd8867b9028f5f6228700b1 --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Old maintenance plan +- Keep ALPHA and BETA +- Drop GAMMA diff --git a/shellops/assets/ShellOps_e2a627e02a/gold/reports/mismatches.txt b/shellops/assets/ShellOps_e2a627e02a/gold/reports/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c4c36fc7ff13ad810c38ab660ae12333f0780d4 --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/gold/reports/mismatches.txt @@ -0,0 +1,2 @@ +EPSILON +GAMMA diff --git a/shellops/assets/ShellOps_e2a627e02a/gold/runtime/windows.xml b/shellops/assets/ShellOps_e2a627e02a/gold/runtime/windows.xml new file mode 100644 index 0000000000000000000000000000000000000000..5b09b50c68bb331976a13075e5cbc49be6165906 --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/gold/runtime/windows.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_e2a627e02a/init/baseline/windows.txt b/shellops/assets/ShellOps_e2a627e02a/init/baseline/windows.txt new file mode 100644 index 0000000000000000000000000000000000000000..3493156f3a9bb6debfa6eabd833ab204a89af5ff --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/init/baseline/windows.txt @@ -0,0 +1,6 @@ +ALPHA +BETA +GAMMA +DELTA +EPSILON +ZETA diff --git a/shellops/assets/ShellOps_e2a627e02a/init/notes/irrelevant.md b/shellops/assets/ShellOps_e2a627e02a/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..9e08298e8cce5c57acd8867b9028f5f6228700b1 --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Old maintenance plan +- Keep ALPHA and BETA +- Drop GAMMA diff --git a/shellops/assets/ShellOps_e2a627e02a/init/runtime/windows.xml b/shellops/assets/ShellOps_e2a627e02a/init/runtime/windows.xml new file mode 100644 index 0000000000000000000000000000000000000000..5b09b50c68bb331976a13075e5cbc49be6165906 --- /dev/null +++ b/shellops/assets/ShellOps_e2a627e02a/init/runtime/windows.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/shellops/assets/ShellOps_e2cf306d20/gold/deployment_report.tsv b/shellops/assets/ShellOps_e2cf306d20/gold/deployment_report.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9b6bd5b88cd23f4b1d7d08e565109d1dec842f7e --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/gold/deployment_report.tsv @@ -0,0 +1,7 @@ +component_id deployment_status +cmp_a SUCCESS +cmp_b MISSING +cmp_c SUCCESS +cmp_d SUCCESS +cmp_e SUCCESS +cmp_f MISSING diff --git a/shellops/assets/ShellOps_e2cf306d20/gold/deployment_trace.log b/shellops/assets/ShellOps_e2cf306d20/gold/deployment_trace.log new file mode 100644 index 0000000000000000000000000000000000000000..ab6420d62e48fe39c4969612a87ed2d21a414d5b --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/gold/deployment_trace.log @@ -0,0 +1,9 @@ +2025-07-12 10:15:02 component cmp_a DEPLOY_OK +2025-07-12 10:15:04 component cmp_b deployment failed +2025-07-12 10:15:06 component cmp_c DEPLOY_OK +2025-07-12 10:15:10 component cmp_d DEPLOY_OK +2025-07-12 10:15:12 component cmp_e DEPLOY_OK +2025-07-12 10:15:14 component cmp_f deployment failed +2025-07-12 10:15:20 component cmp_a DEPLOY_OK (duplicate) +2025-07-12 10:15:22 component cmp_x DEPLOY_OK (distractor) +2025-07-12 10:15:24 component cmp_y DEPLOY_OK (another distractor) \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2cf306d20/gold/firmware_release.tsv b/shellops/assets/ShellOps_e2cf306d20/gold/firmware_release.tsv new file mode 100644 index 0000000000000000000000000000000000000000..271889007a1a597d4f9edbc5a4e3855ac73e838d --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/gold/firmware_release.tsv @@ -0,0 +1,7 @@ +component_id version node +cmp_a v2.1.4 node_x +cmp_b v3.0.0 node_y +cmp_c v1.0.5 node_z +cmp_d v4.2.0 node_w +cmp_e v2.0.1 node_v +cmp_f v1.9.3 node_u \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2cf306d20/gold/old_release_notes.md b/shellops/assets/ShellOps_e2cf306d20/gold/old_release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..50cfacdf44cec9d6559af003652a150b0ba4aee0 --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/gold/old_release_notes.md @@ -0,0 +1,3 @@ +# Previous release notes +Component cmp_b had issues in v2.9.0. +Component cmp_f may be deprecated soon. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2cf306d20/init/deployment_trace.log b/shellops/assets/ShellOps_e2cf306d20/init/deployment_trace.log new file mode 100644 index 0000000000000000000000000000000000000000..ab6420d62e48fe39c4969612a87ed2d21a414d5b --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/init/deployment_trace.log @@ -0,0 +1,9 @@ +2025-07-12 10:15:02 component cmp_a DEPLOY_OK +2025-07-12 10:15:04 component cmp_b deployment failed +2025-07-12 10:15:06 component cmp_c DEPLOY_OK +2025-07-12 10:15:10 component cmp_d DEPLOY_OK +2025-07-12 10:15:12 component cmp_e DEPLOY_OK +2025-07-12 10:15:14 component cmp_f deployment failed +2025-07-12 10:15:20 component cmp_a DEPLOY_OK (duplicate) +2025-07-12 10:15:22 component cmp_x DEPLOY_OK (distractor) +2025-07-12 10:15:24 component cmp_y DEPLOY_OK (another distractor) \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2cf306d20/init/firmware_release.tsv b/shellops/assets/ShellOps_e2cf306d20/init/firmware_release.tsv new file mode 100644 index 0000000000000000000000000000000000000000..271889007a1a597d4f9edbc5a4e3855ac73e838d --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/init/firmware_release.tsv @@ -0,0 +1,7 @@ +component_id version node +cmp_a v2.1.4 node_x +cmp_b v3.0.0 node_y +cmp_c v1.0.5 node_z +cmp_d v4.2.0 node_w +cmp_e v2.0.1 node_v +cmp_f v1.9.3 node_u \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2cf306d20/init/old_release_notes.md b/shellops/assets/ShellOps_e2cf306d20/init/old_release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..50cfacdf44cec9d6559af003652a150b0ba4aee0 --- /dev/null +++ b/shellops/assets/ShellOps_e2cf306d20/init/old_release_notes.md @@ -0,0 +1,3 @@ +# Previous release notes +Component cmp_b had issues in v2.9.0. +Component cmp_f may be deprecated soon. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e2ff019135/gold/cargo_summary.md b/shellops/assets/ShellOps_e2ff019135/gold/cargo_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..58c0f881ca3430febec222e1c561586ffb291f61 --- /dev/null +++ b/shellops/assets/ShellOps_e2ff019135/gold/cargo_summary.md @@ -0,0 +1,3 @@ +Cargo: Wheat 5000 +Cargo: Steel 9000 +Cargo: Oil 4000 diff --git a/shellops/assets/ShellOps_e2ff019135/gold/vessel_logs/vessel_a.out b/shellops/assets/ShellOps_e2ff019135/gold/vessel_logs/vessel_a.out new file mode 100644 index 0000000000000000000000000000000000000000..46cd8f87899cf3e50296c1099242cec12ec5905c --- /dev/null +++ b/shellops/assets/ShellOps_e2ff019135/gold/vessel_logs/vessel_a.out @@ -0,0 +1,3 @@ +Cargo: Steel 5000 +Cargo: Wheat 3000 +Cargo: Steel 2500 diff --git a/shellops/assets/ShellOps_e2ff019135/gold/vessel_logs/vessel_b.out b/shellops/assets/ShellOps_e2ff019135/gold/vessel_logs/vessel_b.out new file mode 100644 index 0000000000000000000000000000000000000000..f6efd2d077f5424a2c43cf0b64a2c3926f3f2dee --- /dev/null +++ b/shellops/assets/ShellOps_e2ff019135/gold/vessel_logs/vessel_b.out @@ -0,0 +1,3 @@ +Cargo: Wheat 2000 +Cargo: Steel 1500 +Cargo: Oil 4000 diff --git a/shellops/assets/ShellOps_e2ff019135/init/vessel_logs/vessel_a.out b/shellops/assets/ShellOps_e2ff019135/init/vessel_logs/vessel_a.out new file mode 100644 index 0000000000000000000000000000000000000000..46cd8f87899cf3e50296c1099242cec12ec5905c --- /dev/null +++ b/shellops/assets/ShellOps_e2ff019135/init/vessel_logs/vessel_a.out @@ -0,0 +1,3 @@ +Cargo: Steel 5000 +Cargo: Wheat 3000 +Cargo: Steel 2500 diff --git a/shellops/assets/ShellOps_e2ff019135/init/vessel_logs/vessel_b.out b/shellops/assets/ShellOps_e2ff019135/init/vessel_logs/vessel_b.out new file mode 100644 index 0000000000000000000000000000000000000000..f6efd2d077f5424a2c43cf0b64a2c3926f3f2dee --- /dev/null +++ b/shellops/assets/ShellOps_e2ff019135/init/vessel_logs/vessel_b.out @@ -0,0 +1,3 @@ +Cargo: Wheat 2000 +Cargo: Steel 1500 +Cargo: Oil 4000 diff --git a/shellops/assets/ShellOps_e338fe1fdb/gold/alpha_clusters.log b/shellops/assets/ShellOps_e338fe1fdb/gold/alpha_clusters.log new file mode 100644 index 0000000000000000000000000000000000000000..098a1e29057a01cb2bd4529e0b4008d980bc0080 --- /dev/null +++ b/shellops/assets/ShellOps_e338fe1fdb/gold/alpha_clusters.log @@ -0,0 +1,3 @@ +2024-05-15T08:22:41 node_1234 joined +2024-05-15T08:23:12 node_5678 left +2024-05-15T08:25:55 node_9012 joined diff --git a/shellops/assets/ShellOps_e338fe1fdb/gold/beta_clusters.log b/shellops/assets/ShellOps_e338fe1fdb/gold/beta_clusters.log new file mode 100644 index 0000000000000000000000000000000000000000..e4924ed38ecce6eeb03ffafe4ba1b367cb65f2c1 --- /dev/null +++ b/shellops/assets/ShellOps_e338fe1fdb/gold/beta_clusters.log @@ -0,0 +1,3 @@ +2024-05-15T08:23:30 cluster_5678 active +2024-05-15T08:24:01 cluster_1234 inactive +2024-05-15T08:25:00 cluster_9012 pending diff --git a/shellops/assets/ShellOps_e338fe1fdb/gold/overlaps.txt b/shellops/assets/ShellOps_e338fe1fdb/gold/overlaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fa823503b2fb84cb9a21ae77731d7127d74737c --- /dev/null +++ b/shellops/assets/ShellOps_e338fe1fdb/gold/overlaps.txt @@ -0,0 +1,3 @@ +1234 +5678 +9012 diff --git a/shellops/assets/ShellOps_e338fe1fdb/init/alpha_clusters.log b/shellops/assets/ShellOps_e338fe1fdb/init/alpha_clusters.log new file mode 100644 index 0000000000000000000000000000000000000000..098a1e29057a01cb2bd4529e0b4008d980bc0080 --- /dev/null +++ b/shellops/assets/ShellOps_e338fe1fdb/init/alpha_clusters.log @@ -0,0 +1,3 @@ +2024-05-15T08:22:41 node_1234 joined +2024-05-15T08:23:12 node_5678 left +2024-05-15T08:25:55 node_9012 joined diff --git a/shellops/assets/ShellOps_e338fe1fdb/init/beta_clusters.log b/shellops/assets/ShellOps_e338fe1fdb/init/beta_clusters.log new file mode 100644 index 0000000000000000000000000000000000000000..e4924ed38ecce6eeb03ffafe4ba1b367cb65f2c1 --- /dev/null +++ b/shellops/assets/ShellOps_e338fe1fdb/init/beta_clusters.log @@ -0,0 +1,3 @@ +2024-05-15T08:23:30 cluster_5678 active +2024-05-15T08:24:01 cluster_1234 inactive +2024-05-15T08:25:00 cluster_9012 pending diff --git a/shellops/assets/ShellOps_e345e5aa16/gold/final_agenda.md b/shellops/assets/ShellOps_e345e5aa16/gold/final_agenda.md new file mode 100644 index 0000000000000000000000000000000000000000..c620b00bbf3e0be1af37b3f470405da3d185b947 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/gold/final_agenda.md @@ -0,0 +1,4 @@ +## Agenda +Artificial Intelligence +Cloud Computing +DevOps diff --git a/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session1.md b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session1.md new file mode 100644 index 0000000000000000000000000000000000000000..a78b22d406cc33a09eddf2d2c9a6593604a13fff --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session1.md @@ -0,0 +1,8 @@ +## Title +Keynote: Future of AI + +## Topic +Artificial Intelligence + +## Description +Exploring AI trends. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session2.md b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session2.md new file mode 100644 index 0000000000000000000000000000000000000000..a773cafa726fb953c5096f306636a0b1315daad3 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session2.md @@ -0,0 +1,8 @@ +## Title +Cloud Strategies + +## Topic +Cloud Computing + +## Description +Best practices for cloud. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session3.md b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session3.md new file mode 100644 index 0000000000000000000000000000000000000000..88daf16c0600b7b0dbfe7ca6dc2baf7239d942ad --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session3.md @@ -0,0 +1,8 @@ +## Title +DevOps Workshop + +## Topic +DevOps + +## Description +Hands-on DevOps techniques. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session4.md b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session4.md new file mode 100644 index 0000000000000000000000000000000000000000..28cc07bbddf2eafd8ca20c0908601ea01acb8de2 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session4.md @@ -0,0 +1,8 @@ +## Title +Security in AI + +## Topic +Artificial Intelligence + +## Description +Securing AI systems. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session5.md b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session5.md new file mode 100644 index 0000000000000000000000000000000000000000..ca97017f946fa9342133b76a2906a8ddae6b0454 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/gold/proposals/session5.md @@ -0,0 +1,8 @@ +## Title +Containers Deep Dive + +## Topic +Cloud Computing + +## Description +Advanced container usage. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/init/proposals/session1.md b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session1.md new file mode 100644 index 0000000000000000000000000000000000000000..a78b22d406cc33a09eddf2d2c9a6593604a13fff --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session1.md @@ -0,0 +1,8 @@ +## Title +Keynote: Future of AI + +## Topic +Artificial Intelligence + +## Description +Exploring AI trends. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/init/proposals/session2.md b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session2.md new file mode 100644 index 0000000000000000000000000000000000000000..a773cafa726fb953c5096f306636a0b1315daad3 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session2.md @@ -0,0 +1,8 @@ +## Title +Cloud Strategies + +## Topic +Cloud Computing + +## Description +Best practices for cloud. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/init/proposals/session3.md b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session3.md new file mode 100644 index 0000000000000000000000000000000000000000..88daf16c0600b7b0dbfe7ca6dc2baf7239d942ad --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session3.md @@ -0,0 +1,8 @@ +## Title +DevOps Workshop + +## Topic +DevOps + +## Description +Hands-on DevOps techniques. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/init/proposals/session4.md b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session4.md new file mode 100644 index 0000000000000000000000000000000000000000..28cc07bbddf2eafd8ca20c0908601ea01acb8de2 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session4.md @@ -0,0 +1,8 @@ +## Title +Security in AI + +## Topic +Artificial Intelligence + +## Description +Securing AI systems. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e345e5aa16/init/proposals/session5.md b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session5.md new file mode 100644 index 0000000000000000000000000000000000000000..ca97017f946fa9342133b76a2906a8ddae6b0454 --- /dev/null +++ b/shellops/assets/ShellOps_e345e5aa16/init/proposals/session5.md @@ -0,0 +1,8 @@ +## Title +Containers Deep Dive + +## Topic +Cloud Computing + +## Description +Advanced container usage. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e358ea0bdb/gold/certs/.keep b/shellops/assets/ShellOps_e358ea0bdb/gold/certs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e358ea0bdb/gold/certs/renewals.out b/shellops/assets/ShellOps_e358ea0bdb/gold/certs/renewals.out new file mode 100644 index 0000000000000000000000000000000000000000..7913cbd0b7e99b49c789f172ee37b1ac9f0c945b --- /dev/null +++ b/shellops/assets/ShellOps_e358ea0bdb/gold/certs/renewals.out @@ -0,0 +1,5 @@ +cert_12345|VALID|2024-05-15| +cert_67890|VALID|2024-07-20| +cert_54321|EXPIRED|2023-12-01| +cert_98765|VALID|2024-08-10| +cert_11223|VALID|2024-06-25| \ No newline at end of file diff --git a/shellops/assets/ShellOps_e358ea0bdb/init/certs/.keep b/shellops/assets/ShellOps_e358ea0bdb/init/certs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e358ea0bdb/init/certs/renewals.out b/shellops/assets/ShellOps_e358ea0bdb/init/certs/renewals.out new file mode 100644 index 0000000000000000000000000000000000000000..7913cbd0b7e99b49c789f172ee37b1ac9f0c945b --- /dev/null +++ b/shellops/assets/ShellOps_e358ea0bdb/init/certs/renewals.out @@ -0,0 +1,5 @@ +cert_12345|VALID|2024-05-15| +cert_67890|VALID|2024-07-20| +cert_54321|EXPIRED|2023-12-01| +cert_98765|VALID|2024-08-10| +cert_11223|VALID|2024-06-25| \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/board_payloads.manifest b/shellops/assets/ShellOps_e35e033afa/gold/board_payloads.manifest new file mode 100644 index 0000000000000000000000000000000000000000..bd8150e35a5edc62efc792ad4c1dfab6051f1eff --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/board_payloads.manifest @@ -0,0 +1,8 @@ +sensor001 v1.2 payloads/sen001_fw_v1_2.bin +sensor001 v1.0 payloads/sen001_fw_v1_0.bin +sensor002 v2.1 payloads/sen002_fw_v2_1.bin +sensor003 v1.5 payloads/sen003_fw_v1_5.bin +sensor003 v1.8 payloads/sen003_fw_v1_8.bin +sensor004 v0.9 payloads/sen004_fw_v0_9.bin +sensor005 v3.0 payloads/sen005_fw_v3_0.bin +sensor005 v2.9 payloads/sen005_fw_v2_9.bin \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/clean_manifest.txt b/shellops/assets/ShellOps_e35e033afa/gold/clean_manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2f3a1763aa313b0c41f092861b41efb6f3b19ca --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/clean_manifest.txt @@ -0,0 +1,5 @@ +sensor001 v1.2 payloads/sen001_fw_v1_2.bin +sensor002 v2.1 payloads/sen002_fw_v2_1.bin +sensor003 v1.8 payloads/sen003_fw_v1_8.bin +sensor004 v0.9 payloads/sen004_fw_v0_9.bin +sensor005 v3.0 payloads/sen005_fw_v3_0.bin diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/missing.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/missing.bin new file mode 100644 index 0000000000000000000000000000000000000000..99b2e8e8231cb0ae355b6a9b518642900e0607e1 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/missing.bin @@ -0,0 +1 @@ +distractor file that should not be listed \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen001_fw_v1_0.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen001_fw_v1_0.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a6cccd9e200c3733bf734401fcec2a02bfa4e8b --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen001_fw_v1_0.bin @@ -0,0 +1 @@ +fake binary content a \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen001_fw_v1_2.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen001_fw_v1_2.bin new file mode 100644 index 0000000000000000000000000000000000000000..98e1ef847d41b32520b42d49658664698f34c1ec --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen001_fw_v1_2.bin @@ -0,0 +1 @@ +fake binary content b \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen002_fw_v2_1.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen002_fw_v2_1.bin new file mode 100644 index 0000000000000000000000000000000000000000..538123a95f66b8ec4bce32a33bcc104a1130f38e --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen002_fw_v2_1.bin @@ -0,0 +1 @@ +fake binary content c \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen003_fw_v1_5.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen003_fw_v1_5.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3a14d04f5b60810b384e1173391922ee71cc068 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen003_fw_v1_5.bin @@ -0,0 +1 @@ +fake binary content d \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen003_fw_v1_8.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen003_fw_v1_8.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f05f35e7293a8d10877dea6031888fe980b4074 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen003_fw_v1_8.bin @@ -0,0 +1 @@ +fake binary content e \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen004_fw_v0_9.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen004_fw_v0_9.bin new file mode 100644 index 0000000000000000000000000000000000000000..e96897a8ba08b439cb5cfa67047747b14089f999 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen004_fw_v0_9.bin @@ -0,0 +1 @@ +fake binary content f \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen005_fw_v2_9.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen005_fw_v2_9.bin new file mode 100644 index 0000000000000000000000000000000000000000..1f0880fec1dce615f951196ff8ef2ae33bf2b92b --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen005_fw_v2_9.bin @@ -0,0 +1 @@ +fake binary content h \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen005_fw_v3_0.bin b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen005_fw_v3_0.bin new file mode 100644 index 0000000000000000000000000000000000000000..4bdaa0edf52e5837a34ddb4a407f0d66b542e847 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/gold/firmware_payloads/payloads/sen005_fw_v3_0.bin @@ -0,0 +1 @@ +fake binary content g \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/board_payloads.manifest b/shellops/assets/ShellOps_e35e033afa/init/board_payloads.manifest new file mode 100644 index 0000000000000000000000000000000000000000..bd8150e35a5edc62efc792ad4c1dfab6051f1eff --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/board_payloads.manifest @@ -0,0 +1,8 @@ +sensor001 v1.2 payloads/sen001_fw_v1_2.bin +sensor001 v1.0 payloads/sen001_fw_v1_0.bin +sensor002 v2.1 payloads/sen002_fw_v2_1.bin +sensor003 v1.5 payloads/sen003_fw_v1_5.bin +sensor003 v1.8 payloads/sen003_fw_v1_8.bin +sensor004 v0.9 payloads/sen004_fw_v0_9.bin +sensor005 v3.0 payloads/sen005_fw_v3_0.bin +sensor005 v2.9 payloads/sen005_fw_v2_9.bin \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/missing.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/missing.bin new file mode 100644 index 0000000000000000000000000000000000000000..99b2e8e8231cb0ae355b6a9b518642900e0607e1 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/missing.bin @@ -0,0 +1 @@ +distractor file that should not be listed \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen001_fw_v1_0.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen001_fw_v1_0.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a6cccd9e200c3733bf734401fcec2a02bfa4e8b --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen001_fw_v1_0.bin @@ -0,0 +1 @@ +fake binary content a \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen001_fw_v1_2.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen001_fw_v1_2.bin new file mode 100644 index 0000000000000000000000000000000000000000..98e1ef847d41b32520b42d49658664698f34c1ec --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen001_fw_v1_2.bin @@ -0,0 +1 @@ +fake binary content b \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen002_fw_v2_1.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen002_fw_v2_1.bin new file mode 100644 index 0000000000000000000000000000000000000000..538123a95f66b8ec4bce32a33bcc104a1130f38e --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen002_fw_v2_1.bin @@ -0,0 +1 @@ +fake binary content c \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen003_fw_v1_5.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen003_fw_v1_5.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3a14d04f5b60810b384e1173391922ee71cc068 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen003_fw_v1_5.bin @@ -0,0 +1 @@ +fake binary content d \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen003_fw_v1_8.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen003_fw_v1_8.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f05f35e7293a8d10877dea6031888fe980b4074 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen003_fw_v1_8.bin @@ -0,0 +1 @@ +fake binary content e \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen004_fw_v0_9.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen004_fw_v0_9.bin new file mode 100644 index 0000000000000000000000000000000000000000..e96897a8ba08b439cb5cfa67047747b14089f999 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen004_fw_v0_9.bin @@ -0,0 +1 @@ +fake binary content f \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen005_fw_v2_9.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen005_fw_v2_9.bin new file mode 100644 index 0000000000000000000000000000000000000000..1f0880fec1dce615f951196ff8ef2ae33bf2b92b --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen005_fw_v2_9.bin @@ -0,0 +1 @@ +fake binary content h \ No newline at end of file diff --git a/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen005_fw_v3_0.bin b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen005_fw_v3_0.bin new file mode 100644 index 0000000000000000000000000000000000000000..4bdaa0edf52e5837a34ddb4a407f0d66b542e847 --- /dev/null +++ b/shellops/assets/ShellOps_e35e033afa/init/firmware_payloads/payloads/sen005_fw_v3_0.bin @@ -0,0 +1 @@ +fake binary content g \ No newline at end of file diff --git a/shellops/assets/ShellOps_e369714f32/gold/archive/obsolete_notes.md b/shellops/assets/ShellOps_e369714f32/gold/archive/obsolete_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b95f32663f38c0cc546988e18aeecbbdf2638c5f --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/gold/archive/obsolete_notes.md @@ -0,0 +1,7 @@ +# Deprecated components + +These items are no longer supported: +- BCD-890 (retired 2023-07) +- XYZ-111 (superseded by ABC-123) + +Also note: ABC-123 is being phased out in favor of ABC-124. diff --git a/shellops/assets/ShellOps_e369714f32/gold/catalog.xml b/shellops/assets/ShellOps_e369714f32/gold/catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..616b96cb58b848e5261c1bcb0702d1b7f48dc4c4 --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/gold/catalog.xml @@ -0,0 +1,17 @@ + + +
+ ABC-123 + DEF-456G + GHI-789 + JKL-012 +
+
+ MNO-345 + PQR-678 + STU-901 +
+
+ VWX-234B +
+
diff --git a/shellops/assets/ShellOps_e369714f32/gold/components.txt b/shellops/assets/ShellOps_e369714f32/gold/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..1804d9026eae098acde557c376ed8edf000bc8ee --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/gold/components.txt @@ -0,0 +1,14 @@ +ABC-123 +DEF-456G +GHI-789 +JKL-012 +ABC-123 +MNO-345 +PQR-678 +STU-901 +VWX-234B +YZA-567 +DEF-456G +PQR-678 +BCD-890 +XYZ-111 diff --git a/shellops/assets/ShellOps_e369714f32/gold/uncovered.txt b/shellops/assets/ShellOps_e369714f32/gold/uncovered.txt new file mode 100644 index 0000000000000000000000000000000000000000..e33ba557ea00b1f2dd7250aec4be1845e92a6a39 --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/gold/uncovered.txt @@ -0,0 +1,3 @@ +BCD-890 +XYZ-111 +YZA-567 diff --git a/shellops/assets/ShellOps_e369714f32/init/archive/obsolete_notes.md b/shellops/assets/ShellOps_e369714f32/init/archive/obsolete_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b95f32663f38c0cc546988e18aeecbbdf2638c5f --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/init/archive/obsolete_notes.md @@ -0,0 +1,7 @@ +# Deprecated components + +These items are no longer supported: +- BCD-890 (retired 2023-07) +- XYZ-111 (superseded by ABC-123) + +Also note: ABC-123 is being phased out in favor of ABC-124. diff --git a/shellops/assets/ShellOps_e369714f32/init/catalog.xml b/shellops/assets/ShellOps_e369714f32/init/catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..616b96cb58b848e5261c1bcb0702d1b7f48dc4c4 --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/init/catalog.xml @@ -0,0 +1,17 @@ + + +
+ ABC-123 + DEF-456G + GHI-789 + JKL-012 +
+
+ MNO-345 + PQR-678 + STU-901 +
+
+ VWX-234B +
+
diff --git a/shellops/assets/ShellOps_e369714f32/init/components.txt b/shellops/assets/ShellOps_e369714f32/init/components.txt new file mode 100644 index 0000000000000000000000000000000000000000..1804d9026eae098acde557c376ed8edf000bc8ee --- /dev/null +++ b/shellops/assets/ShellOps_e369714f32/init/components.txt @@ -0,0 +1,14 @@ +ABC-123 +DEF-456G +GHI-789 +JKL-012 +ABC-123 +MNO-345 +PQR-678 +STU-901 +VWX-234B +YZA-567 +DEF-456G +PQR-678 +BCD-890 +XYZ-111 diff --git a/shellops/assets/ShellOps_e3707b93bb/gold/filtered_trials.txt b/shellops/assets/ShellOps_e3707b93bb/gold/filtered_trials.txt new file mode 100644 index 0000000000000000000000000000000000000000..8717ecc164f71a1d63755dfa4cdcdb107e1c8045 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/gold/filtered_trials.txt @@ -0,0 +1,4 @@ +1003 +2001 +3001 +3002 diff --git a/shellops/assets/ShellOps_e3707b93bb/gold/notes.md b/shellops/assets/ShellOps_e3707b93bb/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b5995b2e90429948f4dfeed64698fffce559fb65 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/gold/notes.md @@ -0,0 +1,2 @@ +The K-9 code is a contaminant introduced during the third week. Exclude any trial with K-9 regardless of status. +Other known contaminant codes (X‑0, Y‑1) are not relevant for this filter. diff --git a/shellops/assets/ShellOps_e3707b93bb/gold/runs/.keep b/shellops/assets/ShellOps_e3707b93bb/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_01.json b/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_01.json new file mode 100644 index 0000000000000000000000000000000000000000..c742fd9dac7dcf33f239e173960853a5e24721d2 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_01.json @@ -0,0 +1,5 @@ +[ + {"id": 1001, "status": "PASS", "duration_ms": 2450, "reactants": ["A-1", "B-2"]}, + {"id": 1002, "status": "FAILED", "duration_ms": 3100, "reactants": ["C-3", "K-9"]}, + {"id": 1003, "status": "FAILED", "duration_ms": 1200, "reactants": ["D-4", "E-5"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_02.json b/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_02.json new file mode 100644 index 0000000000000000000000000000000000000000..3bb547b64f0ee1703d39041467f2723c62b64a25 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_02.json @@ -0,0 +1,5 @@ +[ + {"id": 2001, "status": "FAILED", "duration_ms": 890, "reactants": ["F-6"]}, + {"id": 2002, "status": "PASS", "duration_ms": 5400, "reactants": ["G-7", "H-8"]}, + {"id": 2003, "status": "FAILED", "duration_ms": 2100, "reactants": ["K-9", "I-10"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_03.json b/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_03.json new file mode 100644 index 0000000000000000000000000000000000000000..15bb725f99549762786c0ef3315d81a46e452bd0 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/gold/runs/exp_03.json @@ -0,0 +1,5 @@ +[ + {"id": 3001, "status": "FAILED", "duration_ms": 3300, "reactants": ["J-11", "K-12"]}, + {"id": 3002, "status": "FAILED", "duration_ms": 1500, "reactants": []}, + {"id": 3003, "status": "PASS", "duration_ms": 900, "reactants": ["L-13"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3707b93bb/init/notes.md b/shellops/assets/ShellOps_e3707b93bb/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b5995b2e90429948f4dfeed64698fffce559fb65 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/init/notes.md @@ -0,0 +1,2 @@ +The K-9 code is a contaminant introduced during the third week. Exclude any trial with K-9 regardless of status. +Other known contaminant codes (X‑0, Y‑1) are not relevant for this filter. diff --git a/shellops/assets/ShellOps_e3707b93bb/init/runs/.keep b/shellops/assets/ShellOps_e3707b93bb/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_01.json b/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_01.json new file mode 100644 index 0000000000000000000000000000000000000000..c742fd9dac7dcf33f239e173960853a5e24721d2 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_01.json @@ -0,0 +1,5 @@ +[ + {"id": 1001, "status": "PASS", "duration_ms": 2450, "reactants": ["A-1", "B-2"]}, + {"id": 1002, "status": "FAILED", "duration_ms": 3100, "reactants": ["C-3", "K-9"]}, + {"id": 1003, "status": "FAILED", "duration_ms": 1200, "reactants": ["D-4", "E-5"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_02.json b/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_02.json new file mode 100644 index 0000000000000000000000000000000000000000..3bb547b64f0ee1703d39041467f2723c62b64a25 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_02.json @@ -0,0 +1,5 @@ +[ + {"id": 2001, "status": "FAILED", "duration_ms": 890, "reactants": ["F-6"]}, + {"id": 2002, "status": "PASS", "duration_ms": 5400, "reactants": ["G-7", "H-8"]}, + {"id": 2003, "status": "FAILED", "duration_ms": 2100, "reactants": ["K-9", "I-10"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_03.json b/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_03.json new file mode 100644 index 0000000000000000000000000000000000000000..15bb725f99549762786c0ef3315d81a46e452bd0 --- /dev/null +++ b/shellops/assets/ShellOps_e3707b93bb/init/runs/exp_03.json @@ -0,0 +1,5 @@ +[ + {"id": 3001, "status": "FAILED", "duration_ms": 3300, "reactants": ["J-11", "K-12"]}, + {"id": 3002, "status": "FAILED", "duration_ms": 1500, "reactants": []}, + {"id": 3003, "status": "PASS", "duration_ms": 900, "reactants": ["L-13"]} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e38a1148e7/gold/reports/unified_models.txt b/shellops/assets/ShellOps_e38a1148e7/gold/reports/unified_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ff55e4274d62d480b8692722b9e4654cd3987a7 --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/gold/reports/unified_models.txt @@ -0,0 +1,6 @@ +ASX-100 +ASX-200 +ASX-300 +BG-500 +BG-600 +BG-700 diff --git a/shellops/assets/ShellOps_e38a1148e7/gold/vendors/alpha_devices.map b/shellops/assets/ShellOps_e38a1148e7/gold/vendors/alpha_devices.map new file mode 100644 index 0000000000000000000000000000000000000000..ab754d4abc2199e89c76984b3976b986513fdd58 --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/gold/vendors/alpha_devices.map @@ -0,0 +1,5 @@ +VENDOR=AlphaCorp +DEVICE=AlphaSensor-X +MODEL=ASX-100 +MODEL=ASX-200 +MODEL=ASX-300 diff --git a/shellops/assets/ShellOps_e38a1148e7/gold/vendors/beta_devices.map b/shellops/assets/ShellOps_e38a1148e7/gold/vendors/beta_devices.map new file mode 100644 index 0000000000000000000000000000000000000000..a8def22a5d8ebd0268e8edf884d96210af3513bc --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/gold/vendors/beta_devices.map @@ -0,0 +1,5 @@ +VENDOR=BetaTech +DEVICE=BetaGateway +model_id:BG-500 +model_id:BG-600 +model_id:BG-700 diff --git a/shellops/assets/ShellOps_e38a1148e7/gold/vendors/notes.txt b/shellops/assets/ShellOps_e38a1148e7/gold/vendors/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e45cd59a947a62b3e52e650de9584e42f9d1b43 --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/gold/vendors/notes.txt @@ -0,0 +1,2 @@ +AlphaCorp plans to discontinue ASX-100. BetaTech added BG-700 in Q2. +Ignore legacy model Z-99 from archived vendor list. diff --git a/shellops/assets/ShellOps_e38a1148e7/init/vendors/alpha_devices.map b/shellops/assets/ShellOps_e38a1148e7/init/vendors/alpha_devices.map new file mode 100644 index 0000000000000000000000000000000000000000..ab754d4abc2199e89c76984b3976b986513fdd58 --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/init/vendors/alpha_devices.map @@ -0,0 +1,5 @@ +VENDOR=AlphaCorp +DEVICE=AlphaSensor-X +MODEL=ASX-100 +MODEL=ASX-200 +MODEL=ASX-300 diff --git a/shellops/assets/ShellOps_e38a1148e7/init/vendors/beta_devices.map b/shellops/assets/ShellOps_e38a1148e7/init/vendors/beta_devices.map new file mode 100644 index 0000000000000000000000000000000000000000..a8def22a5d8ebd0268e8edf884d96210af3513bc --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/init/vendors/beta_devices.map @@ -0,0 +1,5 @@ +VENDOR=BetaTech +DEVICE=BetaGateway +model_id:BG-500 +model_id:BG-600 +model_id:BG-700 diff --git a/shellops/assets/ShellOps_e38a1148e7/init/vendors/notes.txt b/shellops/assets/ShellOps_e38a1148e7/init/vendors/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e45cd59a947a62b3e52e650de9584e42f9d1b43 --- /dev/null +++ b/shellops/assets/ShellOps_e38a1148e7/init/vendors/notes.txt @@ -0,0 +1,2 @@ +AlphaCorp plans to discontinue ASX-100. BetaTech added BG-700 in Q2. +Ignore legacy model Z-99 from archived vendor list. diff --git a/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/alpha.json b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..55a44462f0bb423e7e08dfbb9a4c2fee788aee52 --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/alpha.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-101", "firmware_version": "2.1.3"}, + {"device_id": "D-103", "firmware_version": "1.9.0"}, + {"device_id": "D-105", "firmware_version": "3.0.1"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/beta.json b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..4361c14da91cc1ee3ce7668d3965d8fd468dcbfd --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/beta.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-101", "firmware_version": "2.1.2"}, + {"device_id": "D-102", "firmware_version": "1.8.5"}, + {"device_id": "D-104", "firmware_version": "2.5.0"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/gamma.json b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..de8ed24d8889ea2ffbb4b6dd9efe11fc9b4eb856 --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/gamma.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-101", "firmware_version": "2.1.4"}, + {"device_id": "D-103", "firmware_version": "1.9.1"}, + {"device_id": "D-106", "firmware_version": "2.8.0"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/unified.json b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/unified.json new file mode 100644 index 0000000000000000000000000000000000000000..76d63b87b20d188a5bb8e04fd0a68fbb55a071cb --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/gold/manifests/unified.json @@ -0,0 +1,26 @@ +[ + { + "device_id": "D-101", + "firmware_version": "2.1.4" + }, + { + "device_id": "D-102", + "firmware_version": "1.8.5" + }, + { + "device_id": "D-103", + "firmware_version": "1.9.1" + }, + { + "device_id": "D-104", + "firmware_version": "2.5.0" + }, + { + "device_id": "D-105", + "firmware_version": "3.0.1" + }, + { + "device_id": "D-106", + "firmware_version": "2.8.0" + } +] diff --git a/shellops/assets/ShellOps_e3b88b15ed/init/manifests/alpha.json b/shellops/assets/ShellOps_e3b88b15ed/init/manifests/alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..55a44462f0bb423e7e08dfbb9a4c2fee788aee52 --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/init/manifests/alpha.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-101", "firmware_version": "2.1.3"}, + {"device_id": "D-103", "firmware_version": "1.9.0"}, + {"device_id": "D-105", "firmware_version": "3.0.1"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3b88b15ed/init/manifests/beta.json b/shellops/assets/ShellOps_e3b88b15ed/init/manifests/beta.json new file mode 100644 index 0000000000000000000000000000000000000000..4361c14da91cc1ee3ce7668d3965d8fd468dcbfd --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/init/manifests/beta.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-101", "firmware_version": "2.1.2"}, + {"device_id": "D-102", "firmware_version": "1.8.5"}, + {"device_id": "D-104", "firmware_version": "2.5.0"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3b88b15ed/init/manifests/gamma.json b/shellops/assets/ShellOps_e3b88b15ed/init/manifests/gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..de8ed24d8889ea2ffbb4b6dd9efe11fc9b4eb856 --- /dev/null +++ b/shellops/assets/ShellOps_e3b88b15ed/init/manifests/gamma.json @@ -0,0 +1,5 @@ +[ + {"device_id": "D-101", "firmware_version": "2.1.4"}, + {"device_id": "D-103", "firmware_version": "1.9.1"}, + {"device_id": "D-106", "firmware_version": "2.8.0"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/.keep b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/backend.yaml b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/backend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d4d156cc6a68af6744bb4a29e0143672d44c77b9 --- /dev/null +++ b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/backend.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: backend +spec: + template: + spec: + containers: + - name: api + image: api-server:v2.1.0 + - name: cache + image: redis:6.2-alpine \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/frontend.yaml b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..65f49edd68245d5f25f57251a30184ef1abec31d --- /dev/null +++ b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/frontend.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: frontend +spec: + template: + spec: + containers: + - name: web + image: nginx:1.23 + - name: app + image: myapp:latest \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/monitoring.yaml b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/monitoring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..145afba0cdce98f2973dd1873e2dac22e59ee267 --- /dev/null +++ b/shellops/assets/ShellOps_e3e54d8d06/gold/deploy/monitoring.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: monitoring +spec: + template: + spec: + containers: + - name: prometheus + image: prom/prometheus:latest + - name: grafana + image: grafana/grafana:9.4.7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3e54d8d06/init/deploy/.keep b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e3e54d8d06/init/deploy/backend.yaml b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/backend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d4d156cc6a68af6744bb4a29e0143672d44c77b9 --- /dev/null +++ b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/backend.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: backend +spec: + template: + spec: + containers: + - name: api + image: api-server:v2.1.0 + - name: cache + image: redis:6.2-alpine \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3e54d8d06/init/deploy/frontend.yaml b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..65f49edd68245d5f25f57251a30184ef1abec31d --- /dev/null +++ b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/frontend.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: frontend +spec: + template: + spec: + containers: + - name: web + image: nginx:1.23 + - name: app + image: myapp:latest \ No newline at end of file diff --git a/shellops/assets/ShellOps_e3e54d8d06/init/deploy/monitoring.yaml b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/monitoring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..145afba0cdce98f2973dd1873e2dac22e59ee267 --- /dev/null +++ b/shellops/assets/ShellOps_e3e54d8d06/init/deploy/monitoring.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: monitoring +spec: + template: + spec: + containers: + - name: prometheus + image: prom/prometheus:latest + - name: grafana + image: grafana/grafana:9.4.7 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/allowed_services.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/allowed_services.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e79377c41f28198800aa1d79bce92c7db1fa06de --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/allowed_services.yaml @@ -0,0 +1,7 @@ +# Allowed micro-services for this environment +api-gateway: 1.5.2 +user-service: 2.0.0 +payment-service: 3.1.0 +inventory-service: 1.0.0 +# legacy but still allowed +legacy-billing: 0.9.3 diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/api.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..22dc8f34ef26c62a4bd174c665794f314ba858e1 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/api.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: api-gateway +spec: + replicas: 2 + selector: + matchLabels: + app: api-gateway + template: + metadata: + labels: + app: api-gateway + spec: + containers: + - name: api-gateway + image: repo/api-gateway:1.5.2 diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/frontend.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eac487cd68f76a2fb17dc16d04283583b5d6c702 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/frontend.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: frontend-service +spec: + replicas: 3 + selector: + matchLabels: + app: frontend + template: + metadata: + labels: + app: frontend + spec: + containers: + - name: frontend + image: repo/frontend:v2.1 diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/legacy.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/legacy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..03dff9c8339ec0ee9a83165fe8954cbe6116a82b --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/legacy.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: legacy-billing +spec: + replicas: 2 + selector: + matchLabels: + app: legacy-billing + template: + metadata: + labels: + app: legacy-billing + spec: + containers: + - name: legacy-billing + image: repo/legacy-billing:0.9.3 diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/monitoring.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/monitoring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14a4ae838b493aba350e1843bb66f1cec0769f93 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/monitoring.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: monitoring-proxy +spec: + replicas: 1 + selector: + matchLabels: + app: monitoring-proxy + template: + metadata: + labels: + app: monitoring-proxy + spec: + containers: + - name: monitoring-proxy + image: repo/mon-proxy:0.1.0 diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/payments.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/payments.yaml new file mode 100644 index 0000000000000000000000000000000000000000..da9d1d7b63a6dd1b95d313e1cef7d7d7c7ca6bb5 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/payments.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: payment-service +spec: + replicas: 4 + selector: + matchLabels: + app: payment-service + template: + metadata: + labels: + app: payment-service + spec: + containers: + - name: payment-service + image: repo/payment:3.1.0 diff --git a/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/user.yaml b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/user.yaml new file mode 100644 index 0000000000000000000000000000000000000000..792bc620b79f65d64ecca4c1da22eb8cbccb50dd --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/gold/deployments/user.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: user-service +spec: + replicas: 3 + selector: + matchLabels: + app: user-service + template: + metadata: + labels: + app: user-service + spec: + containers: + - name: user-service + image: repo/user:2.0.0 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/allowed_services.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/allowed_services.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e79377c41f28198800aa1d79bce92c7db1fa06de --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/allowed_services.yaml @@ -0,0 +1,7 @@ +# Allowed micro-services for this environment +api-gateway: 1.5.2 +user-service: 2.0.0 +payment-service: 3.1.0 +inventory-service: 1.0.0 +# legacy but still allowed +legacy-billing: 0.9.3 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/deployments/api.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..22dc8f34ef26c62a4bd174c665794f314ba858e1 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/api.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: api-gateway +spec: + replicas: 2 + selector: + matchLabels: + app: api-gateway + template: + metadata: + labels: + app: api-gateway + spec: + containers: + - name: api-gateway + image: repo/api-gateway:1.5.2 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/deployments/frontend.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eac487cd68f76a2fb17dc16d04283583b5d6c702 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/frontend.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: frontend-service +spec: + replicas: 3 + selector: + matchLabels: + app: frontend + template: + metadata: + labels: + app: frontend + spec: + containers: + - name: frontend + image: repo/frontend:v2.1 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/deployments/legacy.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/legacy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..03dff9c8339ec0ee9a83165fe8954cbe6116a82b --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/legacy.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: legacy-billing +spec: + replicas: 2 + selector: + matchLabels: + app: legacy-billing + template: + metadata: + labels: + app: legacy-billing + spec: + containers: + - name: legacy-billing + image: repo/legacy-billing:0.9.3 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/deployments/monitoring.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/monitoring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14a4ae838b493aba350e1843bb66f1cec0769f93 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/monitoring.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: monitoring-proxy +spec: + replicas: 1 + selector: + matchLabels: + app: monitoring-proxy + template: + metadata: + labels: + app: monitoring-proxy + spec: + containers: + - name: monitoring-proxy + image: repo/mon-proxy:0.1.0 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/deployments/payments.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/payments.yaml new file mode 100644 index 0000000000000000000000000000000000000000..da9d1d7b63a6dd1b95d313e1cef7d7d7c7ca6bb5 --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/payments.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: payment-service +spec: + replicas: 4 + selector: + matchLabels: + app: payment-service + template: + metadata: + labels: + app: payment-service + spec: + containers: + - name: payment-service + image: repo/payment:3.1.0 diff --git a/shellops/assets/ShellOps_e4bafe3e70/init/deployments/user.yaml b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/user.yaml new file mode 100644 index 0000000000000000000000000000000000000000..792bc620b79f65d64ecca4c1da22eb8cbccb50dd --- /dev/null +++ b/shellops/assets/ShellOps_e4bafe3e70/init/deployments/user.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: user-service +spec: + replicas: 3 + selector: + matchLabels: + app: user-service + template: + metadata: + labels: + app: user-service + spec: + containers: + - name: user-service + image: repo/user:2.0.0 diff --git a/shellops/assets/ShellOps_e4e1e5f719/gold/config/api1.json b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api1.json new file mode 100644 index 0000000000000000000000000000000000000000..a2f5adca83472647cdda618d86648564cbd314f1 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api1.json @@ -0,0 +1,4 @@ +{ + "path": "/users", + "is_public": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/gold/config/api2.json b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api2.json new file mode 100644 index 0000000000000000000000000000000000000000..58fa280f2097faa339c0f43b1044caee2a187dfc --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api2.json @@ -0,0 +1,4 @@ +{ + "path": "/admin/settings", + "is_public": false +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/gold/config/api3.json b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api3.json new file mode 100644 index 0000000000000000000000000000000000000000..50db6e38f6de3689c3cd4a3251b9fd05cc0c1611 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api3.json @@ -0,0 +1,4 @@ +{ + "path": "/products", + "is_public": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/gold/config/api4.json b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api4.json new file mode 100644 index 0000000000000000000000000000000000000000..6e8ca034e355fbf2d248ff753877c796c1e7b144 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api4.json @@ -0,0 +1,4 @@ +{ + "path": "/orders", + "is_public": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/gold/config/api5.json b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api5.json new file mode 100644 index 0000000000000000000000000000000000000000..318465b7ac7a8f72c07cff3a24d8b14ef8ad1183 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/gold/config/api5.json @@ -0,0 +1,4 @@ +{ + "path": "/internal/metrics", + "is_public": false +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/gold/public_endpoints.txt b/shellops/assets/ShellOps_e4e1e5f719/gold/public_endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..b89684ee37a3a676b7b914c57a9fc02d30fa0015 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/gold/public_endpoints.txt @@ -0,0 +1,3 @@ +/orders +/products +/users diff --git a/shellops/assets/ShellOps_e4e1e5f719/init/config/api1.json b/shellops/assets/ShellOps_e4e1e5f719/init/config/api1.json new file mode 100644 index 0000000000000000000000000000000000000000..a2f5adca83472647cdda618d86648564cbd314f1 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/init/config/api1.json @@ -0,0 +1,4 @@ +{ + "path": "/users", + "is_public": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/init/config/api2.json b/shellops/assets/ShellOps_e4e1e5f719/init/config/api2.json new file mode 100644 index 0000000000000000000000000000000000000000..58fa280f2097faa339c0f43b1044caee2a187dfc --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/init/config/api2.json @@ -0,0 +1,4 @@ +{ + "path": "/admin/settings", + "is_public": false +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/init/config/api3.json b/shellops/assets/ShellOps_e4e1e5f719/init/config/api3.json new file mode 100644 index 0000000000000000000000000000000000000000..50db6e38f6de3689c3cd4a3251b9fd05cc0c1611 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/init/config/api3.json @@ -0,0 +1,4 @@ +{ + "path": "/products", + "is_public": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/init/config/api4.json b/shellops/assets/ShellOps_e4e1e5f719/init/config/api4.json new file mode 100644 index 0000000000000000000000000000000000000000..6e8ca034e355fbf2d248ff753877c796c1e7b144 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/init/config/api4.json @@ -0,0 +1,4 @@ +{ + "path": "/orders", + "is_public": true +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e1e5f719/init/config/api5.json b/shellops/assets/ShellOps_e4e1e5f719/init/config/api5.json new file mode 100644 index 0000000000000000000000000000000000000000..318465b7ac7a8f72c07cff3a24d8b14ef8ad1183 --- /dev/null +++ b/shellops/assets/ShellOps_e4e1e5f719/init/config/api5.json @@ -0,0 +1,4 @@ +{ + "path": "/internal/metrics", + "is_public": false +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e4e95cc1e8/gold/audit/api.log b/shellops/assets/ShellOps_e4e95cc1e8/gold/audit/api.log new file mode 100644 index 0000000000000000000000000000000000000000..56ae5ceb52a554480ebdd28c9d495d99a2f0b006 --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/gold/audit/api.log @@ -0,0 +1,3 @@ +2024-01-15 11:10:22 EVENT=INVALID_TOKEN user=eve +2024-01-15 11:11:05 EVENT=PERMISSION_DENIED user=frank +2024-01-15 11:12:17 EVENT=INVALID_TOKEN user=grace diff --git a/shellops/assets/ShellOps_e4e95cc1e8/gold/audit/app.log b/shellops/assets/ShellOps_e4e95cc1e8/gold/audit/app.log new file mode 100644 index 0000000000000000000000000000000000000000..99cd9b94ac7a2674ae7d2505570fed08dc5d5c04 --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/gold/audit/app.log @@ -0,0 +1,4 @@ +2024-01-15 10:23:45 EVENT=AUTH_FAILURE user=alice +2024-01-15 10:24:12 EVENT=AUTH_FAILURE user=bob +2024-01-15 10:25:33 EVENT=PERMISSION_DENIED user=carol +2024-01-15 10:26:01 EVENT=UNKNOWN_ERROR user=dave diff --git a/shellops/assets/ShellOps_e4e95cc1e8/gold/baseline/.keep b/shellops/assets/ShellOps_e4e95cc1e8/gold/baseline/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e4e95cc1e8/gold/baseline/approved.txt b/shellops/assets/ShellOps_e4e95cc1e8/gold/baseline/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb6264c23ce0002ac5c057ed4d2e5416a16c5e5c --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/gold/baseline/approved.txt @@ -0,0 +1,3 @@ +# Approved baseline event codes +UNKNOWN_ERROR +INVALID_TOKEN diff --git a/shellops/assets/ShellOps_e4e95cc1e8/gold/violations.txt b/shellops/assets/ShellOps_e4e95cc1e8/gold/violations.txt new file mode 100644 index 0000000000000000000000000000000000000000..22e7031a0f0abd745c272b30377e6fa2eb9b0ac7 --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/gold/violations.txt @@ -0,0 +1,2 @@ +AUTH_FAILURE 2 +PERMISSION_DENIED 2 diff --git a/shellops/assets/ShellOps_e4e95cc1e8/init/audit/api.log b/shellops/assets/ShellOps_e4e95cc1e8/init/audit/api.log new file mode 100644 index 0000000000000000000000000000000000000000..56ae5ceb52a554480ebdd28c9d495d99a2f0b006 --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/init/audit/api.log @@ -0,0 +1,3 @@ +2024-01-15 11:10:22 EVENT=INVALID_TOKEN user=eve +2024-01-15 11:11:05 EVENT=PERMISSION_DENIED user=frank +2024-01-15 11:12:17 EVENT=INVALID_TOKEN user=grace diff --git a/shellops/assets/ShellOps_e4e95cc1e8/init/audit/app.log b/shellops/assets/ShellOps_e4e95cc1e8/init/audit/app.log new file mode 100644 index 0000000000000000000000000000000000000000..99cd9b94ac7a2674ae7d2505570fed08dc5d5c04 --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/init/audit/app.log @@ -0,0 +1,4 @@ +2024-01-15 10:23:45 EVENT=AUTH_FAILURE user=alice +2024-01-15 10:24:12 EVENT=AUTH_FAILURE user=bob +2024-01-15 10:25:33 EVENT=PERMISSION_DENIED user=carol +2024-01-15 10:26:01 EVENT=UNKNOWN_ERROR user=dave diff --git a/shellops/assets/ShellOps_e4e95cc1e8/init/baseline/.keep b/shellops/assets/ShellOps_e4e95cc1e8/init/baseline/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e4e95cc1e8/init/baseline/approved.txt b/shellops/assets/ShellOps_e4e95cc1e8/init/baseline/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb6264c23ce0002ac5c057ed4d2e5416a16c5e5c --- /dev/null +++ b/shellops/assets/ShellOps_e4e95cc1e8/init/baseline/approved.txt @@ -0,0 +1,3 @@ +# Approved baseline event codes +UNKNOWN_ERROR +INVALID_TOKEN diff --git a/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/api_gateway.cnf b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/api_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f47337ee7269fca0e6875ad6b2e9d56889f93f22 --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/api_gateway.cnf @@ -0,0 +1,3 @@ +ServerName api.example.com +SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256 +SSLOptions +StrictRequire diff --git a/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/health_check.cnf b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/health_check.cnf new file mode 100644 index 0000000000000000000000000000000000000000..4b152ebf8da63d08f7387030c8874ec6056da15a --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/health_check.cnf @@ -0,0 +1,2 @@ +ServerName health.example.com +SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256 diff --git a/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/legacy_backend.cnf b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/legacy_backend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..7e555bc62ddb36aa5f6f6ed6bc4c96ba7b482b84 --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/legacy_backend.cnf @@ -0,0 +1,3 @@ +ServerName legacy.internal +SSLCipherSuite AES256-SHA:ECDHE-RSA-AES256-GCM-SHA384 +SSLProtocol All -SSLv2 diff --git a/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/web_frontend.cnf b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/web_frontend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..597aea8ecab329ca3bb5c12d3ba9c59dbcb04e67 --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/gold/profiles/web_frontend.cnf @@ -0,0 +1,3 @@ +ServerName frontend.example.com +SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:AES256-SHA +SSLProtocol All -SSLv2 -SSLv3 diff --git a/shellops/assets/ShellOps_e4eb5928a2/gold/ssl_cipher_audit.out b/shellops/assets/ShellOps_e4eb5928a2/gold/ssl_cipher_audit.out new file mode 100644 index 0000000000000000000000000000000000000000..87c2241833a1a9e86e008224678fa43b2575d01c --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/gold/ssl_cipher_audit.out @@ -0,0 +1,3 @@ +AES256-SHA +ECDHE-RSA-AES128-GCM-SHA256 +ECDHE-RSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_e4eb5928a2/init/profiles/api_gateway.cnf b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/api_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..f47337ee7269fca0e6875ad6b2e9d56889f93f22 --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/api_gateway.cnf @@ -0,0 +1,3 @@ +ServerName api.example.com +SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256 +SSLOptions +StrictRequire diff --git a/shellops/assets/ShellOps_e4eb5928a2/init/profiles/health_check.cnf b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/health_check.cnf new file mode 100644 index 0000000000000000000000000000000000000000..4b152ebf8da63d08f7387030c8874ec6056da15a --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/health_check.cnf @@ -0,0 +1,2 @@ +ServerName health.example.com +SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256 diff --git a/shellops/assets/ShellOps_e4eb5928a2/init/profiles/legacy_backend.cnf b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/legacy_backend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..7e555bc62ddb36aa5f6f6ed6bc4c96ba7b482b84 --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/legacy_backend.cnf @@ -0,0 +1,3 @@ +ServerName legacy.internal +SSLCipherSuite AES256-SHA:ECDHE-RSA-AES256-GCM-SHA384 +SSLProtocol All -SSLv2 diff --git a/shellops/assets/ShellOps_e4eb5928a2/init/profiles/web_frontend.cnf b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/web_frontend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..597aea8ecab329ca3bb5c12d3ba9c59dbcb04e67 --- /dev/null +++ b/shellops/assets/ShellOps_e4eb5928a2/init/profiles/web_frontend.cnf @@ -0,0 +1,3 @@ +ServerName frontend.example.com +SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:AES256-SHA +SSLProtocol All -SSLv2 -SSLv3 diff --git a/shellops/assets/ShellOps_e50d78c833/gold/catalog.json b/shellops/assets/ShellOps_e50d78c833/gold/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..ec16e169b46d40433238cd8394d4ed49920f78fe --- /dev/null +++ b/shellops/assets/ShellOps_e50d78c833/gold/catalog.json @@ -0,0 +1,9 @@ +{ + "items": [ + {"sku": "1001", "name": "widget_a", "price": 12.50}, + {"sku": "1002", "name": "widget_b", "price": 8.00}, + {"sku": "1003", "name": "widget_c", "price": 15.00}, + {"sku": "1004", "name": "widget_d", "price": 7.25}, + {"sku": "1006", "name": "widget_e", "price": 9.99} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e50d78c833/gold/inventory.csv b/shellops/assets/ShellOps_e50d78c833/gold/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..8f2dc96c19fe7186752742f0dedad85d98f9fab2 --- /dev/null +++ b/shellops/assets/ShellOps_e50d78c833/gold/inventory.csv @@ -0,0 +1,5 @@ +sku,location,qty +1001,warehouse_a,50 +1003,warehouse_b,30 +1005,warehouse_a,20 +1007,warehouse_c,10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e50d78c833/gold/notes.md b/shellops/assets/ShellOps_e50d78c833/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7a5c365a69c3e58afc65294010b5fc97c6c1e0ca --- /dev/null +++ b/shellops/assets/ShellOps_e50d78c833/gold/notes.md @@ -0,0 +1 @@ +Ignore this file; it's a distractor. diff --git a/shellops/assets/ShellOps_e50d78c833/init/catalog.json b/shellops/assets/ShellOps_e50d78c833/init/catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..ec16e169b46d40433238cd8394d4ed49920f78fe --- /dev/null +++ b/shellops/assets/ShellOps_e50d78c833/init/catalog.json @@ -0,0 +1,9 @@ +{ + "items": [ + {"sku": "1001", "name": "widget_a", "price": 12.50}, + {"sku": "1002", "name": "widget_b", "price": 8.00}, + {"sku": "1003", "name": "widget_c", "price": 15.00}, + {"sku": "1004", "name": "widget_d", "price": 7.25}, + {"sku": "1006", "name": "widget_e", "price": 9.99} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e50d78c833/init/inventory.csv b/shellops/assets/ShellOps_e50d78c833/init/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..8f2dc96c19fe7186752742f0dedad85d98f9fab2 --- /dev/null +++ b/shellops/assets/ShellOps_e50d78c833/init/inventory.csv @@ -0,0 +1,5 @@ +sku,location,qty +1001,warehouse_a,50 +1003,warehouse_b,30 +1005,warehouse_a,20 +1007,warehouse_c,10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e50d78c833/init/notes.md b/shellops/assets/ShellOps_e50d78c833/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..7a5c365a69c3e58afc65294010b5fc97c6c1e0ca --- /dev/null +++ b/shellops/assets/ShellOps_e50d78c833/init/notes.md @@ -0,0 +1 @@ +Ignore this file; it's a distractor. diff --git a/shellops/assets/ShellOps_e51b9f8622/gold/approved_versions.xml b/shellops/assets/ShellOps_e51b9f8622/gold/approved_versions.xml new file mode 100644 index 0000000000000000000000000000000000000000..79b9a11dc3480b3702d1b654fc65809773fb40f4 --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/gold/approved_versions.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e51b9f8622/gold/diagnostics/firmware_audit.txt b/shellops/assets/ShellOps_e51b9f8622/gold/diagnostics/firmware_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..b382d0a5bae9f13ff1043ec76e44db7c8de218ab --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/gold/diagnostics/firmware_audit.txt @@ -0,0 +1,6 @@ +# Device audit 2024-Q2 +dev123:2.7.1 +# Archived entries below +dev456:2.5.3 +dev789:3.0.0 +dev101:2.8.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e51b9f8622/gold/distractor/old_versions.log b/shellops/assets/ShellOps_e51b9f8622/gold/distractor/old_versions.log new file mode 100644 index 0000000000000000000000000000000000000000..2bcf41e32154f676fb74c01e58e7ae26b0e740be --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/gold/distractor/old_versions.log @@ -0,0 +1,2 @@ +dev456:2.5.3 +[2023] dev789:1.9.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e51b9f8622/gold/flagged_devices.csv b/shellops/assets/ShellOps_e51b9f8622/gold/flagged_devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..1c0dfff111eb2d2823abd1bbe94e8fe65e36e46f --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/gold/flagged_devices.csv @@ -0,0 +1 @@ +dev456,2.5.3 diff --git a/shellops/assets/ShellOps_e51b9f8622/init/approved_versions.xml b/shellops/assets/ShellOps_e51b9f8622/init/approved_versions.xml new file mode 100644 index 0000000000000000000000000000000000000000..79b9a11dc3480b3702d1b654fc65809773fb40f4 --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/init/approved_versions.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e51b9f8622/init/diagnostics/firmware_audit.txt b/shellops/assets/ShellOps_e51b9f8622/init/diagnostics/firmware_audit.txt new file mode 100644 index 0000000000000000000000000000000000000000..b382d0a5bae9f13ff1043ec76e44db7c8de218ab --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/init/diagnostics/firmware_audit.txt @@ -0,0 +1,6 @@ +# Device audit 2024-Q2 +dev123:2.7.1 +# Archived entries below +dev456:2.5.3 +dev789:3.0.0 +dev101:2.8.9 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e51b9f8622/init/distractor/old_versions.log b/shellops/assets/ShellOps_e51b9f8622/init/distractor/old_versions.log new file mode 100644 index 0000000000000000000000000000000000000000..2bcf41e32154f676fb74c01e58e7ae26b0e740be --- /dev/null +++ b/shellops/assets/ShellOps_e51b9f8622/init/distractor/old_versions.log @@ -0,0 +1,2 @@ +dev456:2.5.3 +[2023] dev789:1.9.0 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e52c385b9b/gold/cert_components.xml b/shellops/assets/ShellOps_e52c385b9b/gold/cert_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..d9a1041a7ede195adce79b994ca8f0749a79e9c9 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/gold/cert_components.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e52c385b9b/gold/deployed_versions.txt b/shellops/assets/ShellOps_e52c385b9b/gold/deployed_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f991377e70a3571bdb24bbf90f44bf199a2fd68 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/gold/deployed_versions.txt @@ -0,0 +1,3 @@ +comp1 +comp3 +comp5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e52c385b9b/gold/distractor/notes.md b/shellops/assets/ShellOps_e52c385b9b/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..55f60df7fcee6b98dc0a5253ddcc05dbaff04b39 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/gold/distractor/notes.md @@ -0,0 +1 @@ +These notes mention comp2 and comp6 but are not part of the official inventory. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e52c385b9b/gold/missing_found.txt b/shellops/assets/ShellOps_e52c385b9b/gold/missing_found.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7f03602a5e3fa8e87160093b20eb5aec7bd1c85 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/gold/missing_found.txt @@ -0,0 +1 @@ +MISSING:comp4 diff --git a/shellops/assets/ShellOps_e52c385b9b/init/cert_components.xml b/shellops/assets/ShellOps_e52c385b9b/init/cert_components.xml new file mode 100644 index 0000000000000000000000000000000000000000..d9a1041a7ede195adce79b994ca8f0749a79e9c9 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/init/cert_components.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e52c385b9b/init/deployed_versions.txt b/shellops/assets/ShellOps_e52c385b9b/init/deployed_versions.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f991377e70a3571bdb24bbf90f44bf199a2fd68 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/init/deployed_versions.txt @@ -0,0 +1,3 @@ +comp1 +comp3 +comp5 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e52c385b9b/init/distractor/notes.md b/shellops/assets/ShellOps_e52c385b9b/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..55f60df7fcee6b98dc0a5253ddcc05dbaff04b39 --- /dev/null +++ b/shellops/assets/ShellOps_e52c385b9b/init/distractor/notes.md @@ -0,0 +1 @@ +These notes mention comp2 and comp6 but are not part of the official inventory. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e541a30108/gold/inventory.csv b/shellops/assets/ShellOps_e541a30108/gold/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..c157829d16c8452f2923c615d076ec2b3effb3bb --- /dev/null +++ b/shellops/assets/ShellOps_e541a30108/gold/inventory.csv @@ -0,0 +1,4 @@ +product_id,description,stock +P123,Widget A,100 +P456,Widget B,50 +P789,Widget C,75 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e541a30108/gold/missing_products.txt b/shellops/assets/ShellOps_e541a30108/gold/missing_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..9db62e12a6c5b11f135251d3118badc81fe2d889 --- /dev/null +++ b/shellops/assets/ShellOps_e541a30108/gold/missing_products.txt @@ -0,0 +1 @@ +P999 diff --git a/shellops/assets/ShellOps_e541a30108/gold/orders.tsv b/shellops/assets/ShellOps_e541a30108/gold/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..988c2c54df9ad3a55f66c54ce830c9d41a7d0336 --- /dev/null +++ b/shellops/assets/ShellOps_e541a30108/gold/orders.tsv @@ -0,0 +1,5 @@ +order_id customer_id product_id quantity +1001 C101 P123 2 +1002 C102 P456 1 +1003 C103 P789 3 +1004 C104 P999 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e541a30108/init/inventory.csv b/shellops/assets/ShellOps_e541a30108/init/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..c157829d16c8452f2923c615d076ec2b3effb3bb --- /dev/null +++ b/shellops/assets/ShellOps_e541a30108/init/inventory.csv @@ -0,0 +1,4 @@ +product_id,description,stock +P123,Widget A,100 +P456,Widget B,50 +P789,Widget C,75 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e541a30108/init/orders.tsv b/shellops/assets/ShellOps_e541a30108/init/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..988c2c54df9ad3a55f66c54ce830c9d41a7d0336 --- /dev/null +++ b/shellops/assets/ShellOps_e541a30108/init/orders.tsv @@ -0,0 +1,5 @@ +order_id customer_id product_id quantity +1001 C101 P123 2 +1002 C102 P456 1 +1003 C103 P789 3 +1004 C104 P999 1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e5589391dc/gold/archive/old_traffic.log b/shellops/assets/ShellOps_e5589391dc/gold/archive/old_traffic.log new file mode 100644 index 0000000000000000000000000000000000000000..d9d8a203f89f0c4bbb556fd9506554434134f237 --- /dev/null +++ b/shellops/assets/ShellOps_e5589391dc/gold/archive/old_traffic.log @@ -0,0 +1,2 @@ +user05 2023-12-01 1000 +user01 2023-12-01 800 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e5589391dc/gold/docs/policy.md b/shellops/assets/ShellOps_e5589391dc/gold/docs/policy.md new file mode 100644 index 0000000000000000000000000000000000000000..c7aed9d4de1b43fba0f10fc820e1fdafec21e6cb --- /dev/null +++ b/shellops/assets/ShellOps_e5589391dc/gold/docs/policy.md @@ -0,0 +1,3 @@ +# Data Usage Policies + +Excessive usage may lead to throttling. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e5589391dc/gold/usage_rank.txt b/shellops/assets/ShellOps_e5589391dc/gold/usage_rank.txt new file mode 100644 index 0000000000000000000000000000000000000000..a49fe81cd771068d5ec636d88f00cdd9f0c2bae3 --- /dev/null +++ b/shellops/assets/ShellOps_e5589391dc/gold/usage_rank.txt @@ -0,0 +1,4 @@ +user04 500 +user02 450 +user01 350 +user03 150 diff --git a/shellops/assets/ShellOps_e5589391dc/init/archive/old_traffic.log b/shellops/assets/ShellOps_e5589391dc/init/archive/old_traffic.log new file mode 100644 index 0000000000000000000000000000000000000000..d9d8a203f89f0c4bbb556fd9506554434134f237 --- /dev/null +++ b/shellops/assets/ShellOps_e5589391dc/init/archive/old_traffic.log @@ -0,0 +1,2 @@ +user05 2023-12-01 1000 +user01 2023-12-01 800 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e5589391dc/init/docs/policy.md b/shellops/assets/ShellOps_e5589391dc/init/docs/policy.md new file mode 100644 index 0000000000000000000000000000000000000000..c7aed9d4de1b43fba0f10fc820e1fdafec21e6cb --- /dev/null +++ b/shellops/assets/ShellOps_e5589391dc/init/docs/policy.md @@ -0,0 +1,3 @@ +# Data Usage Policies + +Excessive usage may lead to throttling. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e55cffd947/gold/acl_traces.log b/shellops/assets/ShellOps_e55cffd947/gold/acl_traces.log new file mode 100644 index 0000000000000000000000000000000000000000..dfee670e3d1ea0c7848e6736e1a0d2a7a8bcae1a --- /dev/null +++ b/shellops/assets/ShellOps_e55cffd947/gold/acl_traces.log @@ -0,0 +1,4 @@ +{"source_ip": "192.168.1.15", "timestamp": "2024-05-23T14:22:11Z"} +{"source_ip": "10.0.3.45", "timestamp": "2024-05-23T14:23:01Z"} +{"source_ip": "192.168.1.20", "timestamp": "2024-05-23T14:24:12Z"} +{"source_ip": "172.16.0.9", "timestamp": "2024-05-23T14:25:55Z"} diff --git a/shellops/assets/ShellOps_e55cffd947/gold/acl_whitelist.conf b/shellops/assets/ShellOps_e55cffd947/gold/acl_whitelist.conf new file mode 100644 index 0000000000000000000000000000000000000000..9eeff51c56710e6040de9713ff3863061d6d2800 --- /dev/null +++ b/shellops/assets/ShellOps_e55cffd947/gold/acl_whitelist.conf @@ -0,0 +1,3 @@ +192.168.1.15 +10.0.2.8 +192.168.1.20 diff --git a/shellops/assets/ShellOps_e55cffd947/gold/pending_revocation.manifest b/shellops/assets/ShellOps_e55cffd947/gold/pending_revocation.manifest new file mode 100644 index 0000000000000000000000000000000000000000..2e3a6c0056acc04694bd521699a6752230b313e7 --- /dev/null +++ b/shellops/assets/ShellOps_e55cffd947/gold/pending_revocation.manifest @@ -0,0 +1,2 @@ +10.0.3.45 +172.16.0.9 diff --git a/shellops/assets/ShellOps_e55cffd947/init/acl_traces.log b/shellops/assets/ShellOps_e55cffd947/init/acl_traces.log new file mode 100644 index 0000000000000000000000000000000000000000..dfee670e3d1ea0c7848e6736e1a0d2a7a8bcae1a --- /dev/null +++ b/shellops/assets/ShellOps_e55cffd947/init/acl_traces.log @@ -0,0 +1,4 @@ +{"source_ip": "192.168.1.15", "timestamp": "2024-05-23T14:22:11Z"} +{"source_ip": "10.0.3.45", "timestamp": "2024-05-23T14:23:01Z"} +{"source_ip": "192.168.1.20", "timestamp": "2024-05-23T14:24:12Z"} +{"source_ip": "172.16.0.9", "timestamp": "2024-05-23T14:25:55Z"} diff --git a/shellops/assets/ShellOps_e55cffd947/init/acl_whitelist.conf b/shellops/assets/ShellOps_e55cffd947/init/acl_whitelist.conf new file mode 100644 index 0000000000000000000000000000000000000000..9eeff51c56710e6040de9713ff3863061d6d2800 --- /dev/null +++ b/shellops/assets/ShellOps_e55cffd947/init/acl_whitelist.conf @@ -0,0 +1,3 @@ +192.168.1.15 +10.0.2.8 +192.168.1.20 diff --git a/shellops/assets/ShellOps_e571416045/gold/2024/q2/report1.prom b/shellops/assets/ShellOps_e571416045/gold/2024/q2/report1.prom new file mode 100644 index 0000000000000000000000000000000000000000..064fef5dd7f559eecc38acc441c3a42bdc69633f --- /dev/null +++ b/shellops/assets/ShellOps_e571416045/gold/2024/q2/report1.prom @@ -0,0 +1,2 @@ +client_id=ab123 rev=high +client_id=cd456 status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_e571416045/gold/2024/q2/report2.prom b/shellops/assets/ShellOps_e571416045/gold/2024/q2/report2.prom new file mode 100644 index 0000000000000000000000000000000000000000..a91910a03c64023bb892571835393e308b67379d --- /dev/null +++ b/shellops/assets/ShellOps_e571416045/gold/2024/q2/report2.prom @@ -0,0 +1,2 @@ +client_id=EF789 notes=urgent +client_id=cd456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e571416045/gold/2024/q3/.keep b/shellops/assets/ShellOps_e571416045/gold/2024/q3/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e571416045/gold/clean_clients.prom b/shellops/assets/ShellOps_e571416045/gold/clean_clients.prom new file mode 100644 index 0000000000000000000000000000000000000000..ed8a2b6442d86230426420e4a8f2735ff279f01f --- /dev/null +++ b/shellops/assets/ShellOps_e571416045/gold/clean_clients.prom @@ -0,0 +1,3 @@ +AB123 +CD456 +EF789 diff --git a/shellops/assets/ShellOps_e571416045/init/2024/q2/report1.prom b/shellops/assets/ShellOps_e571416045/init/2024/q2/report1.prom new file mode 100644 index 0000000000000000000000000000000000000000..064fef5dd7f559eecc38acc441c3a42bdc69633f --- /dev/null +++ b/shellops/assets/ShellOps_e571416045/init/2024/q2/report1.prom @@ -0,0 +1,2 @@ +client_id=ab123 rev=high +client_id=cd456 status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_e571416045/init/2024/q2/report2.prom b/shellops/assets/ShellOps_e571416045/init/2024/q2/report2.prom new file mode 100644 index 0000000000000000000000000000000000000000..a91910a03c64023bb892571835393e308b67379d --- /dev/null +++ b/shellops/assets/ShellOps_e571416045/init/2024/q2/report2.prom @@ -0,0 +1,2 @@ +client_id=EF789 notes=urgent +client_id=cd456 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e571416045/init/2024/q3/.keep b/shellops/assets/ShellOps_e571416045/init/2024/q3/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/README.md b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/README.md new file mode 100644 index 0000000000000000000000000000000000000000..537582c296e2e4565f8a6e0275d408e331afe843 --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/README.md @@ -0,0 +1,2 @@ +# Firmware Configuration Guide +This directory contains bootloader configuration files. diff --git a/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_alpha.ini b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_alpha.ini new file mode 100644 index 0000000000000000000000000000000000000000..97f6a69c289f2cd9951dfde98220bdb9ea0b8e8e --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_alpha.ini @@ -0,0 +1,3 @@ +[settings] +serial_port=/dev/ttyUSB0 +bootloader_version=2.1.0 diff --git a/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_beta.ini b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_beta.ini new file mode 100644 index 0000000000000000000000000000000000000000..f24660ed070cf16e71a588c30af21ff08ddac351 --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_beta.ini @@ -0,0 +1,2 @@ +[settings] +serial_port=/dev/ttyUSB1 diff --git a/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_gamma.ini b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_gamma.ini new file mode 100644 index 0000000000000000000000000000000000000000..d19ae9724e30213c68b32d5c026ae18a2eac33cd --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware/bootloader_gamma.ini @@ -0,0 +1,3 @@ +[settings] +serial_port=/dev/ttyUSB2 +bootloader_version=2.1.0 diff --git a/shellops/assets/ShellOps_e5a3300aa7/gold/firmware_check.out b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware_check.out new file mode 100644 index 0000000000000000000000000000000000000000..439334b1b10745e2f82226ef2670d4dbd97c9ce4 --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/gold/firmware_check.out @@ -0,0 +1 @@ +firmware/bootloader_beta.ini diff --git a/shellops/assets/ShellOps_e5a3300aa7/init/firmware/README.md b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/README.md new file mode 100644 index 0000000000000000000000000000000000000000..537582c296e2e4565f8a6e0275d408e331afe843 --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/README.md @@ -0,0 +1,2 @@ +# Firmware Configuration Guide +This directory contains bootloader configuration files. diff --git a/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_alpha.ini b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_alpha.ini new file mode 100644 index 0000000000000000000000000000000000000000..97f6a69c289f2cd9951dfde98220bdb9ea0b8e8e --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_alpha.ini @@ -0,0 +1,3 @@ +[settings] +serial_port=/dev/ttyUSB0 +bootloader_version=2.1.0 diff --git a/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_beta.ini b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_beta.ini new file mode 100644 index 0000000000000000000000000000000000000000..f24660ed070cf16e71a588c30af21ff08ddac351 --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_beta.ini @@ -0,0 +1,2 @@ +[settings] +serial_port=/dev/ttyUSB1 diff --git a/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_gamma.ini b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_gamma.ini new file mode 100644 index 0000000000000000000000000000000000000000..d19ae9724e30213c68b32d5c026ae18a2eac33cd --- /dev/null +++ b/shellops/assets/ShellOps_e5a3300aa7/init/firmware/bootloader_gamma.ini @@ -0,0 +1,3 @@ +[settings] +serial_port=/dev/ttyUSB2 +bootloader_version=2.1.0 diff --git a/shellops/assets/ShellOps_e5dd4afc27/gold/audit.log b/shellops/assets/ShellOps_e5dd4afc27/gold/audit.log new file mode 100644 index 0000000000000000000000000000000000000000..206fff8ede9da6e5ca5156a4a033ed950341f33a --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/gold/audit.log @@ -0,0 +1,4 @@ +2024-03-15T08:12: error_code: 101 level=medium +2024-03-15T09:34: error_code: 102 level=high +2024-03-15T10:50: error_code: 103 level=low +2024-03-15T12:15: error_code: 104 level=critical diff --git a/shellops/assets/ShellOps_e5dd4afc27/gold/config.toml b/shellops/assets/ShellOps_e5dd4afc27/gold/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..2e63aa705ff0f047b5dd23c28d94ecc5bf0965a6 --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/gold/config.toml @@ -0,0 +1,5 @@ +[errors] +code = 100 +code = 101 +code = 103 +code = 105 diff --git a/shellops/assets/ShellOps_e5dd4afc27/gold/missing_errors.txt b/shellops/assets/ShellOps_e5dd4afc27/gold/missing_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b09a402a34ba21f9b96d313948e73e81d499b0e --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/gold/missing_errors.txt @@ -0,0 +1,2 @@ +102 +104 diff --git a/shellops/assets/ShellOps_e5dd4afc27/gold/notes.txt b/shellops/assets/ShellOps_e5dd4afc27/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9ce8fac20babd86178cb44cef58136420bfc259 --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/gold/notes.txt @@ -0,0 +1 @@ +Internal memo: Ensure error code 104 is documented after March 20th audit. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e5dd4afc27/init/audit.log b/shellops/assets/ShellOps_e5dd4afc27/init/audit.log new file mode 100644 index 0000000000000000000000000000000000000000..206fff8ede9da6e5ca5156a4a033ed950341f33a --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/init/audit.log @@ -0,0 +1,4 @@ +2024-03-15T08:12: error_code: 101 level=medium +2024-03-15T09:34: error_code: 102 level=high +2024-03-15T10:50: error_code: 103 level=low +2024-03-15T12:15: error_code: 104 level=critical diff --git a/shellops/assets/ShellOps_e5dd4afc27/init/config.toml b/shellops/assets/ShellOps_e5dd4afc27/init/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..2e63aa705ff0f047b5dd23c28d94ecc5bf0965a6 --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/init/config.toml @@ -0,0 +1,5 @@ +[errors] +code = 100 +code = 101 +code = 103 +code = 105 diff --git a/shellops/assets/ShellOps_e5dd4afc27/init/notes.txt b/shellops/assets/ShellOps_e5dd4afc27/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9ce8fac20babd86178cb44cef58136420bfc259 --- /dev/null +++ b/shellops/assets/ShellOps_e5dd4afc27/init/notes.txt @@ -0,0 +1 @@ +Internal memo: Ensure error code 104 is documented after March 20th audit. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e5fe14898a/gold/active_firmware.xml b/shellops/assets/ShellOps_e5fe14898a/gold/active_firmware.xml new file mode 100644 index 0000000000000000000000000000000000000000..8dba9741d6f3b57085fcbd9ae3acbb4459becd99 --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/gold/active_firmware.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_e5fe14898a/gold/baseline_modules.txt b/shellops/assets/ShellOps_e5fe14898a/gold/baseline_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a883cdca61a7e30b6a397ad86651fdf440f856bc --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/gold/baseline_modules.txt @@ -0,0 +1,4 @@ +MOD_ALPHA_001 +MOD_GAMMA_003 +MOD_ZETA_006 +MOD_THETA_008 diff --git a/shellops/assets/ShellOps_e5fe14898a/gold/missing_modules.txt b/shellops/assets/ShellOps_e5fe14898a/gold/missing_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..22911736a2010cf01d557b4f1ea9472fba912fc6 --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/gold/missing_modules.txt @@ -0,0 +1,3 @@ +MOD_BETA_002 +MOD_DELTA_004 +MOD_EPSILON_005 diff --git a/shellops/assets/ShellOps_e5fe14898a/gold/notes.md b/shellops/assets/ShellOps_e5fe14898a/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..91257745d00a74893853181721c0864a5a0dd51f --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/gold/notes.md @@ -0,0 +1 @@ +This is a distractor file with no module IDs. diff --git a/shellops/assets/ShellOps_e5fe14898a/init/active_firmware.xml b/shellops/assets/ShellOps_e5fe14898a/init/active_firmware.xml new file mode 100644 index 0000000000000000000000000000000000000000..8dba9741d6f3b57085fcbd9ae3acbb4459becd99 --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/init/active_firmware.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_e5fe14898a/init/baseline_modules.txt b/shellops/assets/ShellOps_e5fe14898a/init/baseline_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..a883cdca61a7e30b6a397ad86651fdf440f856bc --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/init/baseline_modules.txt @@ -0,0 +1,4 @@ +MOD_ALPHA_001 +MOD_GAMMA_003 +MOD_ZETA_006 +MOD_THETA_008 diff --git a/shellops/assets/ShellOps_e5fe14898a/init/notes.md b/shellops/assets/ShellOps_e5fe14898a/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..91257745d00a74893853181721c0864a5a0dd51f --- /dev/null +++ b/shellops/assets/ShellOps_e5fe14898a/init/notes.md @@ -0,0 +1 @@ +This is a distractor file with no module IDs. diff --git a/shellops/assets/ShellOps_e631aafed6/gold/inventory/modules.txt b/shellops/assets/ShellOps_e631aafed6/gold/inventory/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ea833549ea78ef5952ea127a2465f1048c3b3c0 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/inventory/modules.txt @@ -0,0 +1,7 @@ +module_alpha +module_beta +module_gamma +module_delta +module_epsilon +# legacy below +module_zeta diff --git a/shellops/assets/ShellOps_e631aafed6/gold/notes/irrelevant.md b/shellops/assets/ShellOps_e631aafed6/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..da77b02b153fabbdf720d1df0cf59bbf5e10f5a7 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/notes/irrelevant.md @@ -0,0 +1 @@ +These notes are not used by the task. diff --git a/shellops/assets/ShellOps_e631aafed6/gold/reports/active_summary.tsv b/shellops/assets/ShellOps_e631aafed6/gold/reports/active_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..69f5f3852ffcc53c9026e917399ab8bbbb304e52 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/reports/active_summary.tsv @@ -0,0 +1,5 @@ +module_id status last_seen +module_alpha active 2024-05-01T08:30:00Z +module_beta standby 2024-05-01T09:15:00Z +module_delta active 2024-05-01T10:45:00Z +module_epsilon standby 2024-05-01T11:20:00Z diff --git a/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_alpha.json b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..873a2f1e809ab2305765651c68002ace8f3d14a8 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_alpha.json @@ -0,0 +1 @@ +{"module_id": "module_alpha", "status": "active", "last_seen": "2024-05-01T08:30:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_beta.json b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb5c86207d1a8b71703ca8ff18ede5d47b82b95 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_beta.json @@ -0,0 +1 @@ +{"module_id": "module_beta", "status": "standby", "last_seen": "2024-05-01T09:15:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_delta.json b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..c21d96bfcf3c5caabbd37715fa964678f11eed46 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_delta.json @@ -0,0 +1 @@ +{"module_id": "module_delta", "status": "active", "last_seen": "2024-05-01T10:45:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_epsilon.json b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..2c60ea3e51c4eeb5ed4e39bdece4d97490ee349d --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_epsilon.json @@ -0,0 +1 @@ +{"module_id": "module_epsilon", "status": "standby", "last_seen": "2024-05-01T11:20:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_gamma.json b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..17b808918f2c2e9dfe9ca1b702e840a215bac3fc --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/gold/telemetry/module_gamma.json @@ -0,0 +1 @@ +{"module_id": "module_gamma", "status": "deprecated", "last_seen": "2024-04-28T12:00:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/init/inventory/modules.txt b/shellops/assets/ShellOps_e631aafed6/init/inventory/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ea833549ea78ef5952ea127a2465f1048c3b3c0 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/inventory/modules.txt @@ -0,0 +1,7 @@ +module_alpha +module_beta +module_gamma +module_delta +module_epsilon +# legacy below +module_zeta diff --git a/shellops/assets/ShellOps_e631aafed6/init/notes/irrelevant.md b/shellops/assets/ShellOps_e631aafed6/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..da77b02b153fabbdf720d1df0cf59bbf5e10f5a7 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/notes/irrelevant.md @@ -0,0 +1 @@ +These notes are not used by the task. diff --git a/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_alpha.json b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..873a2f1e809ab2305765651c68002ace8f3d14a8 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_alpha.json @@ -0,0 +1 @@ +{"module_id": "module_alpha", "status": "active", "last_seen": "2024-05-01T08:30:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_beta.json b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb5c86207d1a8b71703ca8ff18ede5d47b82b95 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_beta.json @@ -0,0 +1 @@ +{"module_id": "module_beta", "status": "standby", "last_seen": "2024-05-01T09:15:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_delta.json b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..c21d96bfcf3c5caabbd37715fa964678f11eed46 --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_delta.json @@ -0,0 +1 @@ +{"module_id": "module_delta", "status": "active", "last_seen": "2024-05-01T10:45:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_epsilon.json b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_epsilon.json new file mode 100644 index 0000000000000000000000000000000000000000..2c60ea3e51c4eeb5ed4e39bdece4d97490ee349d --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_epsilon.json @@ -0,0 +1 @@ +{"module_id": "module_epsilon", "status": "standby", "last_seen": "2024-05-01T11:20:00Z"} diff --git a/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_gamma.json b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..17b808918f2c2e9dfe9ca1b702e840a215bac3fc --- /dev/null +++ b/shellops/assets/ShellOps_e631aafed6/init/telemetry/module_gamma.json @@ -0,0 +1 @@ +{"module_id": "module_gamma", "status": "deprecated", "last_seen": "2024-04-28T12:00:00Z"} diff --git a/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/README.md b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/README.md new file mode 100644 index 0000000000000000000000000000000000000000..31e99709c0c5fd2391088ce429b807f4bcd032f7 --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/README.md @@ -0,0 +1,7 @@ +# Virtual Host Configuration + +This directory contains Apache virtual host configuration files. + +Each file should define one or more VirtualHost blocks with proper directives. + +ServerAdmin must be specified for each virtual host for compliance. diff --git a/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/legacy.conf b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..0471ec041547877eaa241b1e36a482d0630bfa29 --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/legacy.conf @@ -0,0 +1,6 @@ + + ServerName legacy.example.org + DocumentRoot /var/www/legacy + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_alpha.conf b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..6103a7ebe8a0f7d32f8c1dc51595fcae8cfda833 --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_alpha.conf @@ -0,0 +1,6 @@ + + ServerName alpha.example.com + DocumentRoot /var/www/alpha + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_beta.conf b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..bcfcd7d2de1741946de2060fc6b3e6ad40f953da --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_beta.conf @@ -0,0 +1,7 @@ + + ServerName beta.example.com + ServerAdmin admin@beta.example.com + DocumentRoot /var/www/beta + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_gamma.conf b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..59004a514be4fa324e111ce02b65102b4ff6f8cc --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/gold/vhosts.d/site_gamma.conf @@ -0,0 +1,9 @@ + + ServerName gamma.example.com + ServerName www.gamma.example.com + ServerAdmin webmaster@gamma.example.com + DocumentRoot /var/www/gamma + SSLEngine on + SSLCertificateFile /etc/ssl/certs/gamma.crt + SSLCertificateKeyFile /etc/ssl/private/gamma.key + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/README.md b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/README.md new file mode 100644 index 0000000000000000000000000000000000000000..31e99709c0c5fd2391088ce429b807f4bcd032f7 --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/README.md @@ -0,0 +1,7 @@ +# Virtual Host Configuration + +This directory contains Apache virtual host configuration files. + +Each file should define one or more VirtualHost blocks with proper directives. + +ServerAdmin must be specified for each virtual host for compliance. diff --git a/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/legacy.conf b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..0471ec041547877eaa241b1e36a482d0630bfa29 --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/legacy.conf @@ -0,0 +1,6 @@ + + ServerName legacy.example.org + DocumentRoot /var/www/legacy + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_alpha.conf b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_alpha.conf new file mode 100644 index 0000000000000000000000000000000000000000..6103a7ebe8a0f7d32f8c1dc51595fcae8cfda833 --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_alpha.conf @@ -0,0 +1,6 @@ + + ServerName alpha.example.com + DocumentRoot /var/www/alpha + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_beta.conf b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_beta.conf new file mode 100644 index 0000000000000000000000000000000000000000..bcfcd7d2de1741946de2060fc6b3e6ad40f953da --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_beta.conf @@ -0,0 +1,7 @@ + + ServerName beta.example.com + ServerAdmin admin@beta.example.com + DocumentRoot /var/www/beta + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_gamma.conf b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_gamma.conf new file mode 100644 index 0000000000000000000000000000000000000000..59004a514be4fa324e111ce02b65102b4ff6f8cc --- /dev/null +++ b/shellops/assets/ShellOps_e639cae3d7/init/vhosts.d/site_gamma.conf @@ -0,0 +1,9 @@ + + ServerName gamma.example.com + ServerName www.gamma.example.com + ServerAdmin webmaster@gamma.example.com + DocumentRoot /var/www/gamma + SSLEngine on + SSLCertificateFile /etc/ssl/certs/gamma.crt + SSLCertificateKeyFile /etc/ssl/private/gamma.key + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e65bc1841f/gold/endpoint_report.md b/shellops/assets/ShellOps_e65bc1841f/gold/endpoint_report.md new file mode 100644 index 0000000000000000000000000000000000000000..15d88d4924fe0bd0d7f3dce3c6e32a12b0c11bab --- /dev/null +++ b/shellops/assets/ShellOps_e65bc1841f/gold/endpoint_report.md @@ -0,0 +1,4 @@ +- /api/v1/inventory +- /api/v1/orders +- /api/v1/products +- /api/v1/users diff --git a/shellops/assets/ShellOps_e65bc1841f/gold/metrics/.keep b/shellops/assets/ShellOps_e65bc1841f/gold/metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e65bc1841f/gold/metrics/service_a.metrics b/shellops/assets/ShellOps_e65bc1841f/gold/metrics/service_a.metrics new file mode 100644 index 0000000000000000000000000000000000000000..75baa921dfc8aa8d204a9081f053271db4093c7b --- /dev/null +++ b/shellops/assets/ShellOps_e65bc1841f/gold/metrics/service_a.metrics @@ -0,0 +1,11 @@ +date: 2024-03-15 +path: /api/v1/users +response_time: 142ms + +date: 2024-03-15 +path: /api/v1/products +response_time: 98ms + +date: 2024-03-15 +path: /api/v1/orders +response_time: 210ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_e65bc1841f/gold/metrics/service_b.metrics b/shellops/assets/ShellOps_e65bc1841f/gold/metrics/service_b.metrics new file mode 100644 index 0000000000000000000000000000000000000000..181bcfcf13322399d4b5916935ed293cbb6c7888 --- /dev/null +++ b/shellops/assets/ShellOps_e65bc1841f/gold/metrics/service_b.metrics @@ -0,0 +1,11 @@ +date: 2024-03-15 +path: /api/v1/products +response_time: 95ms + +date: 2024-03-15 +path: /api/v1/inventory +response_time: 120ms + +date: 2024-03-15 +path: /api/v1/users +response_time: 150ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_e65bc1841f/init/metrics/.keep b/shellops/assets/ShellOps_e65bc1841f/init/metrics/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e65bc1841f/init/metrics/service_a.metrics b/shellops/assets/ShellOps_e65bc1841f/init/metrics/service_a.metrics new file mode 100644 index 0000000000000000000000000000000000000000..75baa921dfc8aa8d204a9081f053271db4093c7b --- /dev/null +++ b/shellops/assets/ShellOps_e65bc1841f/init/metrics/service_a.metrics @@ -0,0 +1,11 @@ +date: 2024-03-15 +path: /api/v1/users +response_time: 142ms + +date: 2024-03-15 +path: /api/v1/products +response_time: 98ms + +date: 2024-03-15 +path: /api/v1/orders +response_time: 210ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_e65bc1841f/init/metrics/service_b.metrics b/shellops/assets/ShellOps_e65bc1841f/init/metrics/service_b.metrics new file mode 100644 index 0000000000000000000000000000000000000000..181bcfcf13322399d4b5916935ed293cbb6c7888 --- /dev/null +++ b/shellops/assets/ShellOps_e65bc1841f/init/metrics/service_b.metrics @@ -0,0 +1,11 @@ +date: 2024-03-15 +path: /api/v1/products +response_time: 95ms + +date: 2024-03-15 +path: /api/v1/inventory +response_time: 120ms + +date: 2024-03-15 +path: /api/v1/users +response_time: 150ms \ No newline at end of file diff --git a/shellops/assets/ShellOps_e67a780311/gold/notes/.keep b/shellops/assets/ShellOps_e67a780311/gold/notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e67a780311/gold/notes/week1.md b/shellops/assets/ShellOps_e67a780311/gold/notes/week1.md new file mode 100644 index 0000000000000000000000000000000000000000..96a6de0f8d74d8365f189969ad78c29ce8c8848a --- /dev/null +++ b/shellops/assets/ShellOps_e67a780311/gold/notes/week1.md @@ -0,0 +1,8 @@ +## Budget +- Discussed Q1 spending + +## Marketing +- New campaign planning + +## Hiring +- Open roles review diff --git a/shellops/assets/ShellOps_e67a780311/gold/notes/week2.md b/shellops/assets/ShellOps_e67a780311/gold/notes/week2.md new file mode 100644 index 0000000000000000000000000000000000000000..3c91280a798e9412ba9c21c37712ceed2ab6e8d2 --- /dev/null +++ b/shellops/assets/ShellOps_e67a780311/gold/notes/week2.md @@ -0,0 +1,8 @@ +## Marketing +- Campaign update + +## Product +- Feature roadmap + +## Budget +- Expense tracking diff --git a/shellops/assets/ShellOps_e67a780311/gold/notes/week3.md b/shellops/assets/ShellOps_e67a780311/gold/notes/week3.md new file mode 100644 index 0000000000000000000000000000000000000000..59e2096f8776066886c2ce1da24cdcc1a4571fef --- /dev/null +++ b/shellops/assets/ShellOps_e67a780311/gold/notes/week3.md @@ -0,0 +1,8 @@ +## Hiring +- Interview process + +## Product +- Bug triage + +## Marketing +- Analytics dashboard diff --git a/shellops/assets/ShellOps_e67a780311/init/notes/.keep b/shellops/assets/ShellOps_e67a780311/init/notes/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e67a780311/init/notes/week1.md b/shellops/assets/ShellOps_e67a780311/init/notes/week1.md new file mode 100644 index 0000000000000000000000000000000000000000..96a6de0f8d74d8365f189969ad78c29ce8c8848a --- /dev/null +++ b/shellops/assets/ShellOps_e67a780311/init/notes/week1.md @@ -0,0 +1,8 @@ +## Budget +- Discussed Q1 spending + +## Marketing +- New campaign planning + +## Hiring +- Open roles review diff --git a/shellops/assets/ShellOps_e67a780311/init/notes/week2.md b/shellops/assets/ShellOps_e67a780311/init/notes/week2.md new file mode 100644 index 0000000000000000000000000000000000000000..3c91280a798e9412ba9c21c37712ceed2ab6e8d2 --- /dev/null +++ b/shellops/assets/ShellOps_e67a780311/init/notes/week2.md @@ -0,0 +1,8 @@ +## Marketing +- Campaign update + +## Product +- Feature roadmap + +## Budget +- Expense tracking diff --git a/shellops/assets/ShellOps_e67a780311/init/notes/week3.md b/shellops/assets/ShellOps_e67a780311/init/notes/week3.md new file mode 100644 index 0000000000000000000000000000000000000000..59e2096f8776066886c2ce1da24cdcc1a4571fef --- /dev/null +++ b/shellops/assets/ShellOps_e67a780311/init/notes/week3.md @@ -0,0 +1,8 @@ +## Hiring +- Interview process + +## Product +- Bug triage + +## Marketing +- Analytics dashboard diff --git a/shellops/assets/ShellOps_e726b33e41/gold/components/a.log b/shellops/assets/ShellOps_e726b33e41/gold/components/a.log new file mode 100644 index 0000000000000000000000000000000000000000..a25f22a57964f252bf8f9b9354c29046bebb9d3f --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/gold/components/a.log @@ -0,0 +1 @@ +{"id": "A1", "status": "active", "temperature": 78} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/gold/components/b.log b/shellops/assets/ShellOps_e726b33e41/gold/components/b.log new file mode 100644 index 0000000000000000000000000000000000000000..0fbe229273d05478779a37ff0eb3a91596b5be97 --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/gold/components/b.log @@ -0,0 +1 @@ +{"id": "B1", "status": "inactive", "temperature": 80} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/gold/components/c.log b/shellops/assets/ShellOps_e726b33e41/gold/components/c.log new file mode 100644 index 0000000000000000000000000000000000000000..912fc02309c4811e492948452e1e9275ebb7d392 --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/gold/components/c.log @@ -0,0 +1 @@ +{"id": "C1", "status": "active", "temperature": 73} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/gold/components/d.log b/shellops/assets/ShellOps_e726b33e41/gold/components/d.log new file mode 100644 index 0000000000000000000000000000000000000000..cfffb2dfaf955bb5d99a80866d4b2aab3067afa0 --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/gold/components/d.log @@ -0,0 +1 @@ +{"id": "D1", "status": "active", "temperature": 82} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/gold/overheating_components.json b/shellops/assets/ShellOps_e726b33e41/gold/overheating_components.json new file mode 100644 index 0000000000000000000000000000000000000000..5f422e7fcbeea8a7787a42cf4e5cafd7bc91984a --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/gold/overheating_components.json @@ -0,0 +1,12 @@ +[ + { + "id": "A1", + "status": "active", + "temperature": 78 + }, + { + "id": "D1", + "status": "active", + "temperature": 82 + } +] diff --git a/shellops/assets/ShellOps_e726b33e41/init/components/a.log b/shellops/assets/ShellOps_e726b33e41/init/components/a.log new file mode 100644 index 0000000000000000000000000000000000000000..a25f22a57964f252bf8f9b9354c29046bebb9d3f --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/init/components/a.log @@ -0,0 +1 @@ +{"id": "A1", "status": "active", "temperature": 78} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/init/components/b.log b/shellops/assets/ShellOps_e726b33e41/init/components/b.log new file mode 100644 index 0000000000000000000000000000000000000000..0fbe229273d05478779a37ff0eb3a91596b5be97 --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/init/components/b.log @@ -0,0 +1 @@ +{"id": "B1", "status": "inactive", "temperature": 80} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/init/components/c.log b/shellops/assets/ShellOps_e726b33e41/init/components/c.log new file mode 100644 index 0000000000000000000000000000000000000000..912fc02309c4811e492948452e1e9275ebb7d392 --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/init/components/c.log @@ -0,0 +1 @@ +{"id": "C1", "status": "active", "temperature": 73} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e726b33e41/init/components/d.log b/shellops/assets/ShellOps_e726b33e41/init/components/d.log new file mode 100644 index 0000000000000000000000000000000000000000..cfffb2dfaf955bb5d99a80866d4b2aab3067afa0 --- /dev/null +++ b/shellops/assets/ShellOps_e726b33e41/init/components/d.log @@ -0,0 +1 @@ +{"id": "D1", "status": "active", "temperature": 82} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e72ac16c12/gold/allowed_isotopes.txt b/shellops/assets/ShellOps_e72ac16c12/gold/allowed_isotopes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcbfeaabc51ab33be197b48c90d5cd4521c4c220 --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/gold/allowed_isotopes.txt @@ -0,0 +1,2 @@ +Co-60 +U-235 diff --git a/shellops/assets/ShellOps_e72ac16c12/gold/config/alpha.ini b/shellops/assets/ShellOps_e72ac16c12/gold/config/alpha.ini new file mode 100644 index 0000000000000000000000000000000000000000..ec93d8485af4a7bf8d4626d6b802950edff0b917 --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/gold/config/alpha.ini @@ -0,0 +1,8 @@ +isotope= U-235 +instrument=spectrometer +detector=type-c + +isotope=Co-60 +calibration=2024-03-15 + +isotope= Am-241 diff --git a/shellops/assets/ShellOps_e72ac16c12/gold/config/beta.ini b/shellops/assets/ShellOps_e72ac16c12/gold/config/beta.ini new file mode 100644 index 0000000000000000000000000000000000000000..1b61b7d0d10f6f3eb450266a251f7123e3fcce2e --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/gold/config/beta.ini @@ -0,0 +1,8 @@ +isotope=U-235 +check=passed + +isotope=Co-60 +check=pending + +isotope=Pu-239 +status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_e72ac16c12/gold/exclusions.txt b/shellops/assets/ShellOps_e72ac16c12/gold/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..1054f9e3b83e2c2d26bc7dd1e148c1b97bbd29a6 --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/gold/exclusions.txt @@ -0,0 +1,2 @@ +Pu-239 +Am-241 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e72ac16c12/init/config/alpha.ini b/shellops/assets/ShellOps_e72ac16c12/init/config/alpha.ini new file mode 100644 index 0000000000000000000000000000000000000000..ec93d8485af4a7bf8d4626d6b802950edff0b917 --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/init/config/alpha.ini @@ -0,0 +1,8 @@ +isotope= U-235 +instrument=spectrometer +detector=type-c + +isotope=Co-60 +calibration=2024-03-15 + +isotope= Am-241 diff --git a/shellops/assets/ShellOps_e72ac16c12/init/config/beta.ini b/shellops/assets/ShellOps_e72ac16c12/init/config/beta.ini new file mode 100644 index 0000000000000000000000000000000000000000..1b61b7d0d10f6f3eb450266a251f7123e3fcce2e --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/init/config/beta.ini @@ -0,0 +1,8 @@ +isotope=U-235 +check=passed + +isotope=Co-60 +check=pending + +isotope=Pu-239 +status=active \ No newline at end of file diff --git a/shellops/assets/ShellOps_e72ac16c12/init/exclusions.txt b/shellops/assets/ShellOps_e72ac16c12/init/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..1054f9e3b83e2c2d26bc7dd1e148c1b97bbd29a6 --- /dev/null +++ b/shellops/assets/ShellOps_e72ac16c12/init/exclusions.txt @@ -0,0 +1,2 @@ +Pu-239 +Am-241 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e73654cd56/gold/baseline/approved_tls.json b/shellops/assets/ShellOps_e73654cd56/gold/baseline/approved_tls.json new file mode 100644 index 0000000000000000000000000000000000000000..0f5b88365602e843959a69ba09ad0a80c51dd9d2 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/gold/baseline/approved_tls.json @@ -0,0 +1,3 @@ +{ + "approved_versions": ["1.3", "1.2"] +} diff --git a/shellops/assets/ShellOps_e73654cd56/gold/baseline/notes.md b/shellops/assets/ShellOps_e73654cd56/gold/baseline/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2eacca096b110cd73aece0e5c6528c87b1bc1f66 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/gold/baseline/notes.md @@ -0,0 +1,2 @@ +# TLS baseline notes +- 1.1 is deprecated and should not be used. diff --git a/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_alpha.json b/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..b731cb262934ed74563ca7d329c844aa16698f55 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_alpha.json @@ -0,0 +1,5 @@ +{ + "gateway_id": "gw_alpha", + "tls_version": "1.3", + "endpoint": "https://alpha.example.com" +} diff --git a/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_beta.json b/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..0f30055f5ea9e4166a41adfc406b30b5d1d42065 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_beta.json @@ -0,0 +1,5 @@ +{ + "gateway_id": "gw_beta", + "tls_version": "1.1", + "endpoint": "https://beta.example.com" +} diff --git a/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_gamma.json b/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..03844da24209e7a3e92a69b9c934bffbb3603bb8 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/gold/configs/gateways/gw_gamma.json @@ -0,0 +1,5 @@ +{ + "gateway_id": "gw_gamma", + "tls_version": "1.2", + "endpoint": "https://gamma.example.com" +} diff --git a/shellops/assets/ShellOps_e73654cd56/gold/violations.txt b/shellops/assets/ShellOps_e73654cd56/gold/violations.txt new file mode 100644 index 0000000000000000000000000000000000000000..b875d37940eec1e60827312c4c87664fd8df439d --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/gold/violations.txt @@ -0,0 +1 @@ +gw_beta:1.1 diff --git a/shellops/assets/ShellOps_e73654cd56/init/baseline/approved_tls.json b/shellops/assets/ShellOps_e73654cd56/init/baseline/approved_tls.json new file mode 100644 index 0000000000000000000000000000000000000000..0f5b88365602e843959a69ba09ad0a80c51dd9d2 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/init/baseline/approved_tls.json @@ -0,0 +1,3 @@ +{ + "approved_versions": ["1.3", "1.2"] +} diff --git a/shellops/assets/ShellOps_e73654cd56/init/baseline/notes.md b/shellops/assets/ShellOps_e73654cd56/init/baseline/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2eacca096b110cd73aece0e5c6528c87b1bc1f66 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/init/baseline/notes.md @@ -0,0 +1,2 @@ +# TLS baseline notes +- 1.1 is deprecated and should not be used. diff --git a/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_alpha.json b/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..b731cb262934ed74563ca7d329c844aa16698f55 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_alpha.json @@ -0,0 +1,5 @@ +{ + "gateway_id": "gw_alpha", + "tls_version": "1.3", + "endpoint": "https://alpha.example.com" +} diff --git a/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_beta.json b/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..0f30055f5ea9e4166a41adfc406b30b5d1d42065 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_beta.json @@ -0,0 +1,5 @@ +{ + "gateway_id": "gw_beta", + "tls_version": "1.1", + "endpoint": "https://beta.example.com" +} diff --git a/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_gamma.json b/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..03844da24209e7a3e92a69b9c934bffbb3603bb8 --- /dev/null +++ b/shellops/assets/ShellOps_e73654cd56/init/configs/gateways/gw_gamma.json @@ -0,0 +1,5 @@ +{ + "gateway_id": "gw_gamma", + "tls_version": "1.2", + "endpoint": "https://gamma.example.com" +} diff --git a/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/notes.md b/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..80f78dfdd5d61945221404d74610ca8ff295de04 --- /dev/null +++ b/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/notes.md @@ -0,0 +1,4 @@ +# Calibration Log Notes +- Sensor A7X9 calibrated twice due to initial drift. +- Sensor B2C8 requires re-calibration after firmware update. +- All other sensors are within acceptable range. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/sensor_cal_01.yaml b/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/sensor_cal_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c9a1035e181831f49e5502805256c2a79b37df8f --- /dev/null +++ b/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/sensor_cal_01.yaml @@ -0,0 +1,15 @@ +--- +sensor_id: A7X9 +calibration_date: 2024-03-10 +offset: 0.12 +status: verified +--- +sensor_id: B2C8 +calibration_date: 2024-03-11 +offset: -0.05 +status: pending +--- +sensor_id: A7X9 +calibration_date: 2024-03-12 +offset: 0.11 +status: verified \ No newline at end of file diff --git a/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/sensor_cal_02.yaml b/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/sensor_cal_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..156a348c68d2bf726e08434d40801dc62aa22815 --- /dev/null +++ b/shellops/assets/ShellOps_e742151a15/gold/calibration_logs/sensor_cal_02.yaml @@ -0,0 +1,15 @@ +--- +sensor_id: C4D1 +calibration_date: 2024-03-13 +offset: 0.03 +status: verified +--- +sensor_id: D5E6 +calibration_date: 2024-03-14 +offset: -0.08 +status: verified +--- +sensor_id: B2C8 +calibration_date: 2024-03-15 +offset: -0.04 +status: pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_e742151a15/init/calibration_logs/notes.md b/shellops/assets/ShellOps_e742151a15/init/calibration_logs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..80f78dfdd5d61945221404d74610ca8ff295de04 --- /dev/null +++ b/shellops/assets/ShellOps_e742151a15/init/calibration_logs/notes.md @@ -0,0 +1,4 @@ +# Calibration Log Notes +- Sensor A7X9 calibrated twice due to initial drift. +- Sensor B2C8 requires re-calibration after firmware update. +- All other sensors are within acceptable range. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e742151a15/init/calibration_logs/sensor_cal_01.yaml b/shellops/assets/ShellOps_e742151a15/init/calibration_logs/sensor_cal_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c9a1035e181831f49e5502805256c2a79b37df8f --- /dev/null +++ b/shellops/assets/ShellOps_e742151a15/init/calibration_logs/sensor_cal_01.yaml @@ -0,0 +1,15 @@ +--- +sensor_id: A7X9 +calibration_date: 2024-03-10 +offset: 0.12 +status: verified +--- +sensor_id: B2C8 +calibration_date: 2024-03-11 +offset: -0.05 +status: pending +--- +sensor_id: A7X9 +calibration_date: 2024-03-12 +offset: 0.11 +status: verified \ No newline at end of file diff --git a/shellops/assets/ShellOps_e742151a15/init/calibration_logs/sensor_cal_02.yaml b/shellops/assets/ShellOps_e742151a15/init/calibration_logs/sensor_cal_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..156a348c68d2bf726e08434d40801dc62aa22815 --- /dev/null +++ b/shellops/assets/ShellOps_e742151a15/init/calibration_logs/sensor_cal_02.yaml @@ -0,0 +1,15 @@ +--- +sensor_id: C4D1 +calibration_date: 2024-03-13 +offset: 0.03 +status: verified +--- +sensor_id: D5E6 +calibration_date: 2024-03-14 +offset: -0.08 +status: verified +--- +sensor_id: B2C8 +calibration_date: 2024-03-15 +offset: -0.04 +status: pending \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7712e191f/gold/all_headers.md b/shellops/assets/ShellOps_e7712e191f/gold/all_headers.md new file mode 100644 index 0000000000000000000000000000000000000000..492d484c5ce690e70f9646d99abe6f411a1aed04 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/gold/all_headers.md @@ -0,0 +1,9 @@ +### API Endpoints +### Authentication +### Configuration +### Error Codes +### Installation +### Overview +### Rate Limits +### Setup +### Testing diff --git a/shellops/assets/ShellOps_e7712e191f/gold/api/service1/README.md b/shellops/assets/ShellOps_e7712e191f/gold/api/service1/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d9388e728f088e9df8f9993d8bbe1e8301183032 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/gold/api/service1/README.md @@ -0,0 +1,8 @@ +# Service 1 + +### API Endpoints +List of endpoints. +### Authentication +Auth details. +### Rate Limits +API quotas. diff --git a/shellops/assets/ShellOps_e7712e191f/gold/api/service2/README.md b/shellops/assets/ShellOps_e7712e191f/gold/api/service2/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ac4a7c13ec23065a048ae9e73e2f3c3a2ef349ed --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/gold/api/service2/README.md @@ -0,0 +1,6 @@ +# Service 2 + +### Authentication +Auth details. +### Error Codes +Error handling. diff --git a/shellops/assets/ShellOps_e7712e191f/gold/web/project1/README.md b/shellops/assets/ShellOps_e7712e191f/gold/web/project1/README.md new file mode 100644 index 0000000000000000000000000000000000000000..865c7a88775fcbfd287f62567e4f595339c8c403 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/gold/web/project1/README.md @@ -0,0 +1,9 @@ +# Project 1 + +### Overview +This is a web project. + +### Setup +Install dependencies. +### Testing +Run tests. diff --git a/shellops/assets/ShellOps_e7712e191f/gold/web/project2/README.md b/shellops/assets/ShellOps_e7712e191f/gold/web/project2/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2714c54675aea209afd01877627c821f1199a723 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/gold/web/project2/README.md @@ -0,0 +1,6 @@ +# Project 2 + +### Installation +Follow these steps. +### Configuration +Edit config files. diff --git a/shellops/assets/ShellOps_e7712e191f/init/api/service1/README.md b/shellops/assets/ShellOps_e7712e191f/init/api/service1/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d9388e728f088e9df8f9993d8bbe1e8301183032 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/init/api/service1/README.md @@ -0,0 +1,8 @@ +# Service 1 + +### API Endpoints +List of endpoints. +### Authentication +Auth details. +### Rate Limits +API quotas. diff --git a/shellops/assets/ShellOps_e7712e191f/init/api/service2/README.md b/shellops/assets/ShellOps_e7712e191f/init/api/service2/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ac4a7c13ec23065a048ae9e73e2f3c3a2ef349ed --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/init/api/service2/README.md @@ -0,0 +1,6 @@ +# Service 2 + +### Authentication +Auth details. +### Error Codes +Error handling. diff --git a/shellops/assets/ShellOps_e7712e191f/init/web/project1/README.md b/shellops/assets/ShellOps_e7712e191f/init/web/project1/README.md new file mode 100644 index 0000000000000000000000000000000000000000..865c7a88775fcbfd287f62567e4f595339c8c403 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/init/web/project1/README.md @@ -0,0 +1,9 @@ +# Project 1 + +### Overview +This is a web project. + +### Setup +Install dependencies. +### Testing +Run tests. diff --git a/shellops/assets/ShellOps_e7712e191f/init/web/project2/README.md b/shellops/assets/ShellOps_e7712e191f/init/web/project2/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2714c54675aea209afd01877627c821f1199a723 --- /dev/null +++ b/shellops/assets/ShellOps_e7712e191f/init/web/project2/README.md @@ -0,0 +1,6 @@ +# Project 2 + +### Installation +Follow these steps. +### Configuration +Edit config files. diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/findings/.keep b/shellops/assets/ShellOps_e7cad3b1fa/gold/findings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/findings/vuln_ids.txt b/shellops/assets/ShellOps_e7cad3b1fa/gold/findings/vuln_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..23bc0c111e027172069ccaee737c82ce4425fb83 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/findings/vuln_ids.txt @@ -0,0 +1,4 @@ +VULN-AC-20005 +VULN-DB-40500 +VULN-SS-10001 +VULN-WA-30500 diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/full-rescan/shared_server.xml b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/full-rescan/shared_server.xml new file mode 100644 index 0000000000000000000000000000000000000000..f6dbc86d5f35538099e35affaadc74358021b3a9 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/full-rescan/shared_server.xml @@ -0,0 +1,6 @@ + + + Weak TLS cipher + Default admin password + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/full-rescan/web_app.xml b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/full-rescan/web_app.xml new file mode 100644 index 0000000000000000000000000000000000000000..647edbdad172f6ea31f993c4732cd438f076cf4c --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/full-rescan/web_app.xml @@ -0,0 +1,4 @@ + + SQL injection in /login + Weak TLS cipher + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/irrelevant/debug_dump.xml b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/irrelevant/debug_dump.xml new file mode 100644 index 0000000000000000000000000000000000000000..6468d108315c81c68c6a0ac915e1a4f299e0c775 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/irrelevant/debug_dump.xml @@ -0,0 +1,3 @@ + + Logging verbose + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/irrelevant/old_legacy.xml b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/irrelevant/old_legacy.xml new file mode 100644 index 0000000000000000000000000000000000000000..35ecfecd6c6632c97eadfc21154fb03d8b91f379 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/irrelevant/old_legacy.xml @@ -0,0 +1,4 @@ + + Outdated protocol + Weak TLS cipher + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/partial-rerun/api_cluster.xml b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/partial-rerun/api_cluster.xml new file mode 100644 index 0000000000000000000000000000000000000000..49c88634cb49da7df08a2342c937d90381cad541 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/partial-rerun/api_cluster.xml @@ -0,0 +1,5 @@ + + + Default admin password + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/partial-rerun/database.xml b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/partial-rerun/database.xml new file mode 100644 index 0000000000000000000000000000000000000000..16b50b0056b5593367bc94787779febc9d10c195 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/gold/scans/partial-rerun/database.xml @@ -0,0 +1,4 @@ + + Unencrypted backup + Weak TLS cipher + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/findings/.keep b/shellops/assets/ShellOps_e7cad3b1fa/init/findings/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/scans/full-rescan/shared_server.xml b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/full-rescan/shared_server.xml new file mode 100644 index 0000000000000000000000000000000000000000..f6dbc86d5f35538099e35affaadc74358021b3a9 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/full-rescan/shared_server.xml @@ -0,0 +1,6 @@ + + + Weak TLS cipher + Default admin password + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/scans/full-rescan/web_app.xml b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/full-rescan/web_app.xml new file mode 100644 index 0000000000000000000000000000000000000000..647edbdad172f6ea31f993c4732cd438f076cf4c --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/full-rescan/web_app.xml @@ -0,0 +1,4 @@ + + SQL injection in /login + Weak TLS cipher + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/scans/irrelevant/debug_dump.xml b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/irrelevant/debug_dump.xml new file mode 100644 index 0000000000000000000000000000000000000000..6468d108315c81c68c6a0ac915e1a4f299e0c775 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/irrelevant/debug_dump.xml @@ -0,0 +1,3 @@ + + Logging verbose + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/scans/irrelevant/old_legacy.xml b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/irrelevant/old_legacy.xml new file mode 100644 index 0000000000000000000000000000000000000000..35ecfecd6c6632c97eadfc21154fb03d8b91f379 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/irrelevant/old_legacy.xml @@ -0,0 +1,4 @@ + + Outdated protocol + Weak TLS cipher + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/scans/partial-rerun/api_cluster.xml b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/partial-rerun/api_cluster.xml new file mode 100644 index 0000000000000000000000000000000000000000..49c88634cb49da7df08a2342c937d90381cad541 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/partial-rerun/api_cluster.xml @@ -0,0 +1,5 @@ + + + Default admin password + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7cad3b1fa/init/scans/partial-rerun/database.xml b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/partial-rerun/database.xml new file mode 100644 index 0000000000000000000000000000000000000000..16b50b0056b5593367bc94787779febc9d10c195 --- /dev/null +++ b/shellops/assets/ShellOps_e7cad3b1fa/init/scans/partial-rerun/database.xml @@ -0,0 +1,4 @@ + + Unencrypted backup + Weak TLS cipher + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e7d426e134/gold/attached_devices.txt b/shellops/assets/ShellOps_e7d426e134/gold/attached_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..de310b0c8f22e54883bdda51f615283d43c2c1ec --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/gold/attached_devices.txt @@ -0,0 +1,6 @@ +a1b2c3d4e5f6 +feedface5678 +deadbeef0001 +badc0ffee001 +cafebabe1234 +001122334455 diff --git a/shellops/assets/ShellOps_e7d426e134/gold/authorized_macs.xml b/shellops/assets/ShellOps_e7d426e134/gold/authorized_macs.xml new file mode 100644 index 0000000000000000000000000000000000000000..82d45ac5c3040326641aef10c6695fcbf642988c --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/gold/authorized_macs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_e7d426e134/gold/notes.md b/shellops/assets/ShellOps_e7d426e134/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..944961e8d7b9140829c875cb71b0ddb132ad6df3 --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/gold/notes.md @@ -0,0 +1 @@ +This is a distractor file with no impact on the task. diff --git a/shellops/assets/ShellOps_e7d426e134/gold/unexpected_devices.txt b/shellops/assets/ShellOps_e7d426e134/gold/unexpected_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5edaf9579bd929d1c3bcf7238ba5ca0465e08a0a --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/gold/unexpected_devices.txt @@ -0,0 +1,2 @@ +feedface5678 +badc0ffee001 diff --git a/shellops/assets/ShellOps_e7d426e134/init/attached_devices.txt b/shellops/assets/ShellOps_e7d426e134/init/attached_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..de310b0c8f22e54883bdda51f615283d43c2c1ec --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/init/attached_devices.txt @@ -0,0 +1,6 @@ +a1b2c3d4e5f6 +feedface5678 +deadbeef0001 +badc0ffee001 +cafebabe1234 +001122334455 diff --git a/shellops/assets/ShellOps_e7d426e134/init/authorized_macs.xml b/shellops/assets/ShellOps_e7d426e134/init/authorized_macs.xml new file mode 100644 index 0000000000000000000000000000000000000000..82d45ac5c3040326641aef10c6695fcbf642988c --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/init/authorized_macs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_e7d426e134/init/notes.md b/shellops/assets/ShellOps_e7d426e134/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..944961e8d7b9140829c875cb71b0ddb132ad6df3 --- /dev/null +++ b/shellops/assets/ShellOps_e7d426e134/init/notes.md @@ -0,0 +1 @@ +This is a distractor file with no impact on the task. diff --git a/shellops/assets/ShellOps_e7dc734476/gold/distractor.md b/shellops/assets/ShellOps_e7dc734476/gold/distractor.md new file mode 100644 index 0000000000000000000000000000000000000000..5e4b2deb3568f51372c5fb2574c56a95d251217c --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/gold/distractor.md @@ -0,0 +1,3 @@ +This is irrelevant content. +MTU settings for backup interfaces: +eth9 1500 900 diff --git a/shellops/assets/ShellOps_e7dc734476/gold/final_active_interfaces.txt b/shellops/assets/ShellOps_e7dc734476/gold/final_active_interfaces.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7200c19716ad8fb4848901b8b5b65300738d5a2 --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/gold/final_active_interfaces.txt @@ -0,0 +1,2 @@ +eth0 +eth3 diff --git a/shellops/assets/ShellOps_e7dc734476/gold/interface_alert.log b/shellops/assets/ShellOps_e7dc734476/gold/interface_alert.log new file mode 100644 index 0000000000000000000000000000000000000000..36cc95097b5461f53a368169280dc5a46c3af687 --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/gold/interface_alert.log @@ -0,0 +1,3 @@ +eth2 2024-05-15T14:30:00Z packet_loss +eth5 2024-05-15T15:00:00Z high_latency +eth7 2024-05-15T16:00:00Z carrier_down diff --git a/shellops/assets/ShellOps_e7dc734476/gold/protocols.tsv b/shellops/assets/ShellOps_e7dc734476/gold/protocols.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c65f9eaea8b718c0fe9f626a22b613507017738c --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/gold/protocols.tsv @@ -0,0 +1,8 @@ +eth0 1500 100 +eth1 9000 200 +eth2 1500 300 +# comment line +eth3 1500 400 +eth4 9000 500 +eth5 1500 600 +lo 65536 0 diff --git a/shellops/assets/ShellOps_e7dc734476/init/distractor.md b/shellops/assets/ShellOps_e7dc734476/init/distractor.md new file mode 100644 index 0000000000000000000000000000000000000000..5e4b2deb3568f51372c5fb2574c56a95d251217c --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/init/distractor.md @@ -0,0 +1,3 @@ +This is irrelevant content. +MTU settings for backup interfaces: +eth9 1500 900 diff --git a/shellops/assets/ShellOps_e7dc734476/init/interface_alert.log b/shellops/assets/ShellOps_e7dc734476/init/interface_alert.log new file mode 100644 index 0000000000000000000000000000000000000000..36cc95097b5461f53a368169280dc5a46c3af687 --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/init/interface_alert.log @@ -0,0 +1,3 @@ +eth2 2024-05-15T14:30:00Z packet_loss +eth5 2024-05-15T15:00:00Z high_latency +eth7 2024-05-15T16:00:00Z carrier_down diff --git a/shellops/assets/ShellOps_e7dc734476/init/protocols.tsv b/shellops/assets/ShellOps_e7dc734476/init/protocols.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c65f9eaea8b718c0fe9f626a22b613507017738c --- /dev/null +++ b/shellops/assets/ShellOps_e7dc734476/init/protocols.tsv @@ -0,0 +1,8 @@ +eth0 1500 100 +eth1 9000 200 +eth2 1500 300 +# comment line +eth3 1500 400 +eth4 9000 500 +eth5 1500 600 +lo 65536 0 diff --git a/shellops/assets/ShellOps_e843187735/gold/alerts/active_hosts.json b/shellops/assets/ShellOps_e843187735/gold/alerts/active_hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..2984fb8006a8be3e3902476060554146ac45d0c3 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/gold/alerts/active_hosts.json @@ -0,0 +1 @@ +{"active": {"web-12": {"since": "2024-03-15"}, "db-03": {"since": "2024-04-01"}, "cache-89": {"since": "2024-05-10"}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e843187735/gold/alerts/archive/2023_old.json b/shellops/assets/ShellOps_e843187735/gold/alerts/archive/2023_old.json new file mode 100644 index 0000000000000000000000000000000000000000..4f9d6bd7ae1cbabee9562ec921e8238fcc500df1 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/gold/alerts/archive/2023_old.json @@ -0,0 +1 @@ +{"inactive": ["old-web-01"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e843187735/gold/deployment_notes.md b/shellops/assets/ShellOps_e843187735/gold/deployment_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..37b12642ab274cbf329e82bd4e7dfac40cecf6a5 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/gold/deployment_notes.md @@ -0,0 +1,3 @@ +Allocations for Q2: +- web-12: primary frontend +- cache-89: redis cluster diff --git a/shellops/assets/ShellOps_e843187735/gold/deployments/allocated.conf b/shellops/assets/ShellOps_e843187735/gold/deployments/allocated.conf new file mode 100644 index 0000000000000000000000000000000000000000..e848f0012b4a931718299c2df2a450c1dcb3526c --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/gold/deployments/allocated.conf @@ -0,0 +1,4 @@ +# Reserved host assignments +host: web-12 +host: cache-89 +host: worker-55 diff --git a/shellops/assets/ShellOps_e843187735/gold/missing.txt b/shellops/assets/ShellOps_e843187735/gold/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..269b0866c7afc5fac63abf1e8762a1e47e4e7b90 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/gold/missing.txt @@ -0,0 +1 @@ +db-03 diff --git a/shellops/assets/ShellOps_e843187735/init/alerts/active_hosts.json b/shellops/assets/ShellOps_e843187735/init/alerts/active_hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..2984fb8006a8be3e3902476060554146ac45d0c3 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/init/alerts/active_hosts.json @@ -0,0 +1 @@ +{"active": {"web-12": {"since": "2024-03-15"}, "db-03": {"since": "2024-04-01"}, "cache-89": {"since": "2024-05-10"}}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e843187735/init/alerts/archive/2023_old.json b/shellops/assets/ShellOps_e843187735/init/alerts/archive/2023_old.json new file mode 100644 index 0000000000000000000000000000000000000000..4f9d6bd7ae1cbabee9562ec921e8238fcc500df1 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/init/alerts/archive/2023_old.json @@ -0,0 +1 @@ +{"inactive": ["old-web-01"]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e843187735/init/deployment_notes.md b/shellops/assets/ShellOps_e843187735/init/deployment_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..37b12642ab274cbf329e82bd4e7dfac40cecf6a5 --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/init/deployment_notes.md @@ -0,0 +1,3 @@ +Allocations for Q2: +- web-12: primary frontend +- cache-89: redis cluster diff --git a/shellops/assets/ShellOps_e843187735/init/deployments/allocated.conf b/shellops/assets/ShellOps_e843187735/init/deployments/allocated.conf new file mode 100644 index 0000000000000000000000000000000000000000..e848f0012b4a931718299c2df2a450c1dcb3526c --- /dev/null +++ b/shellops/assets/ShellOps_e843187735/init/deployments/allocated.conf @@ -0,0 +1,4 @@ +# Reserved host assignments +host: web-12 +host: cache-89 +host: worker-55 diff --git a/shellops/assets/ShellOps_e84f3a0366/gold/approved_firmware.txt b/shellops/assets/ShellOps_e84f3a0366/gold/approved_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9fc69a72babae7b79b605feca1f272b7b3bb6bd --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/gold/approved_firmware.txt @@ -0,0 +1,4 @@ +firmware_2.1.4 +firmware_2.2.0 +firmware_3.0.1 +firmware_3.1.0 diff --git a/shellops/assets/ShellOps_e84f3a0366/gold/devices.xml b/shellops/assets/ShellOps_e84f3a0366/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..2cabd6057eb87ed50fd7d299a20de72110baf8f7 --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/gold/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_e84f3a0366/gold/missing_firmware.txt b/shellops/assets/ShellOps_e84f3a0366/gold/missing_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..31ab3e133558bf075a37fb6fb165336b5c808bd4 --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/gold/missing_firmware.txt @@ -0,0 +1,2 @@ +dev_004 +dev_007 diff --git a/shellops/assets/ShellOps_e84f3a0366/gold/notes.md b/shellops/assets/ShellOps_e84f3a0366/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4c93f18b8286c5c55fe81db79c49db6e74c350d8 --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/gold/notes.md @@ -0,0 +1,3 @@ +# Device inventory notes +- dev_004 and dev_007 have firmware versions not in the approved baseline. +- dev_006 is deprecated and should be excluded from compliance checks. diff --git a/shellops/assets/ShellOps_e84f3a0366/init/approved_firmware.txt b/shellops/assets/ShellOps_e84f3a0366/init/approved_firmware.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9fc69a72babae7b79b605feca1f272b7b3bb6bd --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/init/approved_firmware.txt @@ -0,0 +1,4 @@ +firmware_2.1.4 +firmware_2.2.0 +firmware_3.0.1 +firmware_3.1.0 diff --git a/shellops/assets/ShellOps_e84f3a0366/init/devices.xml b/shellops/assets/ShellOps_e84f3a0366/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..2cabd6057eb87ed50fd7d299a20de72110baf8f7 --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/init/devices.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/shellops/assets/ShellOps_e84f3a0366/init/notes.md b/shellops/assets/ShellOps_e84f3a0366/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4c93f18b8286c5c55fe81db79c49db6e74c350d8 --- /dev/null +++ b/shellops/assets/ShellOps_e84f3a0366/init/notes.md @@ -0,0 +1,3 @@ +# Device inventory notes +- dev_004 and dev_007 have firmware versions not in the approved baseline. +- dev_006 is deprecated and should be excluded from compliance checks. diff --git a/shellops/assets/ShellOps_e851b3b537/gold/allowed_substances.xml b/shellops/assets/ShellOps_e851b3b537/gold/allowed_substances.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f48cbd6d042a7e0f4334ba78236aa7cd941ad86 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/gold/allowed_substances.xml @@ -0,0 +1,14 @@ + + + C2H5OH + Flammable + + + H2SO4 + Corrosive + + + NaCl + Low + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/gold/gaps.txt b/shellops/assets/ShellOps_e851b3b537/gold/gaps.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8fc48a4f27cc30091fb3704f4091236b13394f2 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/gold/gaps.txt @@ -0,0 +1 @@ +301 diff --git a/shellops/assets/ShellOps_e851b3b537/gold/protocols/ethanol.txt b/shellops/assets/ShellOps_e851b3b537/gold/protocols/ethanol.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d285ded1ce9a1ac0b744929add253b1d97fdc7a --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/gold/protocols/ethanol.txt @@ -0,0 +1,3 @@ +Formula ID: 145 +Handling: Use flame-proof containers +Storage: Cool, dry area \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/gold/protocols/sulfuric_acid.txt b/shellops/assets/ShellOps_e851b3b537/gold/protocols/sulfuric_acid.txt new file mode 100644 index 0000000000000000000000000000000000000000..5736f9ce85f547978bc555c548df2b32582cff29 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/gold/protocols/sulfuric_acid.txt @@ -0,0 +1,3 @@ +Formula ID: 208 +Handling: Wear acid-resistant gloves +Storage: Glass containers only \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/gold/protocols/unrelated.txt b/shellops/assets/ShellOps_e851b3b537/gold/protocols/unrelated.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a83e46bd256d687f59c89330a0a96a71977da04 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/gold/protocols/unrelated.txt @@ -0,0 +1 @@ +Safety guidelines for laboratory equipment maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/init/allowed_substances.xml b/shellops/assets/ShellOps_e851b3b537/init/allowed_substances.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f48cbd6d042a7e0f4334ba78236aa7cd941ad86 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/init/allowed_substances.xml @@ -0,0 +1,14 @@ + + + C2H5OH + Flammable + + + H2SO4 + Corrosive + + + NaCl + Low + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/init/protocols/ethanol.txt b/shellops/assets/ShellOps_e851b3b537/init/protocols/ethanol.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d285ded1ce9a1ac0b744929add253b1d97fdc7a --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/init/protocols/ethanol.txt @@ -0,0 +1,3 @@ +Formula ID: 145 +Handling: Use flame-proof containers +Storage: Cool, dry area \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/init/protocols/sulfuric_acid.txt b/shellops/assets/ShellOps_e851b3b537/init/protocols/sulfuric_acid.txt new file mode 100644 index 0000000000000000000000000000000000000000..5736f9ce85f547978bc555c548df2b32582cff29 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/init/protocols/sulfuric_acid.txt @@ -0,0 +1,3 @@ +Formula ID: 208 +Handling: Wear acid-resistant gloves +Storage: Glass containers only \ No newline at end of file diff --git a/shellops/assets/ShellOps_e851b3b537/init/protocols/unrelated.txt b/shellops/assets/ShellOps_e851b3b537/init/protocols/unrelated.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a83e46bd256d687f59c89330a0a96a71977da04 --- /dev/null +++ b/shellops/assets/ShellOps_e851b3b537/init/protocols/unrelated.txt @@ -0,0 +1 @@ +Safety guidelines for laboratory equipment maintenance \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8ae63642f/gold/alerts/actionable_errors.log b/shellops/assets/ShellOps_e8ae63642f/gold/alerts/actionable_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..8171abdf643f7316341682da41047eba9f4c3349 --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/gold/alerts/actionable_errors.log @@ -0,0 +1,2 @@ +2024-04-15T08:03:22 ERROR [subsystem="core"] Database connection failed +2024-04-15T08:05:45 ERROR [subsystem="core"] Cache initialization timeout diff --git a/shellops/assets/ShellOps_e8ae63642f/gold/alerts/historical_errors.log b/shellops/assets/ShellOps_e8ae63642f/gold/alerts/historical_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..5a3799203e8be0ddf51c32c6bffa618c2940b58e --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/gold/alerts/historical_errors.log @@ -0,0 +1 @@ +2024-04-14T12:33:09 ERROR [subsystem="core"] Configuration load failed diff --git a/shellops/assets/ShellOps_e8ae63642f/gold/application.log b/shellops/assets/ShellOps_e8ae63642f/gold/application.log new file mode 100644 index 0000000000000000000000000000000000000000..78f39c9e4679ecfd99744637c43d781d28db0f7e --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/gold/application.log @@ -0,0 +1,4 @@ +2024-04-15T08:03:22 ERROR [subsystem="core"] Database connection failed +2024-04-15T08:04:11 INFO [subsystem="auth"] User login successful +2024-04-15T08:05:45 ERROR [subsystem="core"] Cache initialization timeout +2024-04-15T08:06:30 ERROR [subsystem="storage"] File upload failed diff --git a/shellops/assets/ShellOps_e8ae63642f/gold/monitoring_rules.json b/shellops/assets/ShellOps_e8ae63642f/gold/monitoring_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..171da70dc38a53999e1fa87d1897b220022f49ad --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/gold/monitoring_rules.json @@ -0,0 +1 @@ +{"alert_rules": {"subsystems": ["core"], "severities": ["ERROR"]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8ae63642f/init/alerts/historical_errors.log b/shellops/assets/ShellOps_e8ae63642f/init/alerts/historical_errors.log new file mode 100644 index 0000000000000000000000000000000000000000..5a3799203e8be0ddf51c32c6bffa618c2940b58e --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/init/alerts/historical_errors.log @@ -0,0 +1 @@ +2024-04-14T12:33:09 ERROR [subsystem="core"] Configuration load failed diff --git a/shellops/assets/ShellOps_e8ae63642f/init/application.log b/shellops/assets/ShellOps_e8ae63642f/init/application.log new file mode 100644 index 0000000000000000000000000000000000000000..78f39c9e4679ecfd99744637c43d781d28db0f7e --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/init/application.log @@ -0,0 +1,4 @@ +2024-04-15T08:03:22 ERROR [subsystem="core"] Database connection failed +2024-04-15T08:04:11 INFO [subsystem="auth"] User login successful +2024-04-15T08:05:45 ERROR [subsystem="core"] Cache initialization timeout +2024-04-15T08:06:30 ERROR [subsystem="storage"] File upload failed diff --git a/shellops/assets/ShellOps_e8ae63642f/init/monitoring_rules.json b/shellops/assets/ShellOps_e8ae63642f/init/monitoring_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..171da70dc38a53999e1fa87d1897b220022f49ad --- /dev/null +++ b/shellops/assets/ShellOps_e8ae63642f/init/monitoring_rules.json @@ -0,0 +1 @@ +{"alert_rules": {"subsystems": ["core"], "severities": ["ERROR"]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8c1d6c680/gold/policy/approved_domains.txt b/shellops/assets/ShellOps_e8c1d6c680/gold/policy/approved_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b6c9b77ae4de38baa8634fd38c9e86505feacbc --- /dev/null +++ b/shellops/assets/ShellOps_e8c1d6c680/gold/policy/approved_domains.txt @@ -0,0 +1,4 @@ +example.com +trusted.org +approved.io +pending.example.com diff --git a/shellops/assets/ShellOps_e8c1d6c680/gold/policy/blocked_domains.txt b/shellops/assets/ShellOps_e8c1d6c680/gold/policy/blocked_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f0d20b1f457b701a9696ea013cf19e5ab2d3dd5 --- /dev/null +++ b/shellops/assets/ShellOps_e8c1d6c680/gold/policy/blocked_domains.txt @@ -0,0 +1,2 @@ +malicious.example.com +test.example.com diff --git a/shellops/assets/ShellOps_e8c1d6c680/gold/reports/allowed_domains.tsv b/shellops/assets/ShellOps_e8c1d6c680/gold/reports/allowed_domains.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cd5f654f2f8f2744bf9c1376893fc3064ee3c877 --- /dev/null +++ b/shellops/assets/ShellOps_e8c1d6c680/gold/reports/allowed_domains.tsv @@ -0,0 +1,4 @@ +approved.io +example.com +pending.example.com +trusted.org diff --git a/shellops/assets/ShellOps_e8c1d6c680/init/policy/approved_domains.txt b/shellops/assets/ShellOps_e8c1d6c680/init/policy/approved_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b6c9b77ae4de38baa8634fd38c9e86505feacbc --- /dev/null +++ b/shellops/assets/ShellOps_e8c1d6c680/init/policy/approved_domains.txt @@ -0,0 +1,4 @@ +example.com +trusted.org +approved.io +pending.example.com diff --git a/shellops/assets/ShellOps_e8c1d6c680/init/policy/blocked_domains.txt b/shellops/assets/ShellOps_e8c1d6c680/init/policy/blocked_domains.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f0d20b1f457b701a9696ea013cf19e5ab2d3dd5 --- /dev/null +++ b/shellops/assets/ShellOps_e8c1d6c680/init/policy/blocked_domains.txt @@ -0,0 +1,2 @@ +malicious.example.com +test.example.com diff --git a/shellops/assets/ShellOps_e8cc052ea1/gold/reports/db_hosts.out b/shellops/assets/ShellOps_e8cc052ea1/gold/reports/db_hosts.out new file mode 100644 index 0000000000000000000000000000000000000000..1cb1a105656409e6f24b20703fc70f80481aceda --- /dev/null +++ b/shellops/assets/ShellOps_e8cc052ea1/gold/reports/db_hosts.out @@ -0,0 +1,5 @@ +host-a +host-b +host-d +host-f +host-g diff --git a/shellops/assets/ShellOps_e8f0b6f2be/gold/distractor/irrelevant.md b/shellops/assets/ShellOps_e8f0b6f2be/gold/distractor/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..e9c59ba7ca8b2bafa06f9b4ff3764b476c956435 --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/gold/distractor/irrelevant.md @@ -0,0 +1,3 @@ +# Notes +- Old policy document (superseded) +- Ignore this file for the current report. diff --git a/shellops/assets/ShellOps_e8f0b6f2be/gold/exemptions/excluded_ids.txt b/shellops/assets/ShellOps_e8f0b6f2be/gold/exemptions/excluded_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..b328117f6b5b4502838afc5b769844ca268b7521 --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/gold/exemptions/excluded_ids.txt @@ -0,0 +1,2 @@ +A-1005 +A-1008 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8f0b6f2be/gold/reports/priority_access_violations.txt b/shellops/assets/ShellOps_e8f0b6f2be/gold/reports/priority_access_violations.txt new file mode 100644 index 0000000000000000000000000000000000000000..b474e6b5cdb2e464874e3979768d3f0865166c0a --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/gold/reports/priority_access_violations.txt @@ -0,0 +1,3 @@ +A-1001 +A-1002 +A-1006 diff --git a/shellops/assets/ShellOps_e8f0b6f2be/gold/runtime_alerts.json b/shellops/assets/ShellOps_e8f0b6f2be/gold/runtime_alerts.json new file mode 100644 index 0000000000000000000000000000000000000000..d1da75c5bfc31bc1c3779847574977081549e1c9 --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/gold/runtime_alerts.json @@ -0,0 +1,8 @@ +{"alert_id": "A-1001", "category": "access_violation", "severity": "critical", "timestamp": "2024-11-01T08:15:00Z"} +{"alert_id": "A-1002", "category": "access_violation", "severity": "high", "timestamp": "2024-11-01T08:20:00Z"} +{"alert_id": "A-1003", "category": "access_violation", "severity": "medium", "timestamp": "2024-11-01T08:25:00Z"} +{"alert_id": "A-1004", "category": "data_leak", "severity": "critical", "timestamp": "2024-11-01T08:30:00Z"} +{"alert_id": "A-1005", "category": "access_violation", "severity": "high", "timestamp": "2024-11-01T08:35:00Z"} +{"alert_id": "A-1006", "category": "access_violation", "severity": "critical", "timestamp": "2024-11-01T08:40:00Z"} +{"alert_id": "A-1007", "category": "access_violation", "severity": "low", "timestamp": "2024-11-01T08:45:00Z"} +{"alert_id": "A-1008", "category": "access_violation", "severity": "high", "timestamp": "2024-11-01T08:50:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8f0b6f2be/init/distractor/irrelevant.md b/shellops/assets/ShellOps_e8f0b6f2be/init/distractor/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..e9c59ba7ca8b2bafa06f9b4ff3764b476c956435 --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/init/distractor/irrelevant.md @@ -0,0 +1,3 @@ +# Notes +- Old policy document (superseded) +- Ignore this file for the current report. diff --git a/shellops/assets/ShellOps_e8f0b6f2be/init/exemptions/excluded_ids.txt b/shellops/assets/ShellOps_e8f0b6f2be/init/exemptions/excluded_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..b328117f6b5b4502838afc5b769844ca268b7521 --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/init/exemptions/excluded_ids.txt @@ -0,0 +1,2 @@ +A-1005 +A-1008 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8f0b6f2be/init/runtime_alerts.json b/shellops/assets/ShellOps_e8f0b6f2be/init/runtime_alerts.json new file mode 100644 index 0000000000000000000000000000000000000000..d1da75c5bfc31bc1c3779847574977081549e1c9 --- /dev/null +++ b/shellops/assets/ShellOps_e8f0b6f2be/init/runtime_alerts.json @@ -0,0 +1,8 @@ +{"alert_id": "A-1001", "category": "access_violation", "severity": "critical", "timestamp": "2024-11-01T08:15:00Z"} +{"alert_id": "A-1002", "category": "access_violation", "severity": "high", "timestamp": "2024-11-01T08:20:00Z"} +{"alert_id": "A-1003", "category": "access_violation", "severity": "medium", "timestamp": "2024-11-01T08:25:00Z"} +{"alert_id": "A-1004", "category": "data_leak", "severity": "critical", "timestamp": "2024-11-01T08:30:00Z"} +{"alert_id": "A-1005", "category": "access_violation", "severity": "high", "timestamp": "2024-11-01T08:35:00Z"} +{"alert_id": "A-1006", "category": "access_violation", "severity": "critical", "timestamp": "2024-11-01T08:40:00Z"} +{"alert_id": "A-1007", "category": "access_violation", "severity": "low", "timestamp": "2024-11-01T08:45:00Z"} +{"alert_id": "A-1008", "category": "access_violation", "severity": "high", "timestamp": "2024-11-01T08:50:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8fc72c9fe/gold/instrument_a.tsv b/shellops/assets/ShellOps_e8fc72c9fe/gold/instrument_a.tsv new file mode 100644 index 0000000000000000000000000000000000000000..214d49ea3ed108854367ffbf7e43c513f8ad636b --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/gold/instrument_a.tsv @@ -0,0 +1,7 @@ +timestamp sample_id intensity +2024-04-01T08:15:00 S025 47890 +2024-04-01T08:16:00 S025 48123 +2024-04-01T08:17:15 S042 31500 +2024-04-01T08:18:30 S017 74560 +2024-04-01T08:19:45 S017 74920 +2024-04-01T08:20:00 S033 62010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8fc72c9fe/gold/instrument_b_old.csv b/shellops/assets/ShellOps_e8fc72c9fe/gold/instrument_b_old.csv new file mode 100644 index 0000000000000000000000000000000000000000..11ef62660249c56d1f76a07f7a3ff6ec7507f01d --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/gold/instrument_b_old.csv @@ -0,0 +1,3 @@ +datetime,sample_id,value +2024-04-01 08:15:01,BX025,48900 +2024-04-01 08:16:12,BX025,47500 diff --git a/shellops/assets/ShellOps_e8fc72c9fe/gold/reports/notes.log b/shellops/assets/ShellOps_e8fc72c9fe/gold/reports/notes.log new file mode 100644 index 0000000000000000000000000000000000000000..7bc6b5a113c5fe1beb6f3079c85c1bbfdceef582 --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/gold/reports/notes.log @@ -0,0 +1,2 @@ +Instrument calibration completed 2024-03-31: baseline intensity variance +/- 1.5% +Sample S033 excluded from prior analysis due to outlier status (see protocol v2.1) \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8fc72c9fe/gold/reports/spectrometer_clean.tsv b/shellops/assets/ShellOps_e8fc72c9fe/gold/reports/spectrometer_clean.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9d1861944b12c9e1de7df1e6c2cf71047dbd871b --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/gold/reports/spectrometer_clean.tsv @@ -0,0 +1,5 @@ +timestamp sample_id intensity +2024-04-01T08:19:45 S017 74920 +2024-04-01T08:16:00 S025 48123 +2024-04-01T08:20:00 S033 62010 +2024-04-01T08:17:15 S042 31500 diff --git a/shellops/assets/ShellOps_e8fc72c9fe/init/instrument_a.tsv b/shellops/assets/ShellOps_e8fc72c9fe/init/instrument_a.tsv new file mode 100644 index 0000000000000000000000000000000000000000..214d49ea3ed108854367ffbf7e43c513f8ad636b --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/init/instrument_a.tsv @@ -0,0 +1,7 @@ +timestamp sample_id intensity +2024-04-01T08:15:00 S025 47890 +2024-04-01T08:16:00 S025 48123 +2024-04-01T08:17:15 S042 31500 +2024-04-01T08:18:30 S017 74560 +2024-04-01T08:19:45 S017 74920 +2024-04-01T08:20:00 S033 62010 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e8fc72c9fe/init/instrument_b_old.csv b/shellops/assets/ShellOps_e8fc72c9fe/init/instrument_b_old.csv new file mode 100644 index 0000000000000000000000000000000000000000..11ef62660249c56d1f76a07f7a3ff6ec7507f01d --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/init/instrument_b_old.csv @@ -0,0 +1,3 @@ +datetime,sample_id,value +2024-04-01 08:15:01,BX025,48900 +2024-04-01 08:16:12,BX025,47500 diff --git a/shellops/assets/ShellOps_e8fc72c9fe/init/reports/notes.log b/shellops/assets/ShellOps_e8fc72c9fe/init/reports/notes.log new file mode 100644 index 0000000000000000000000000000000000000000..7bc6b5a113c5fe1beb6f3079c85c1bbfdceef582 --- /dev/null +++ b/shellops/assets/ShellOps_e8fc72c9fe/init/reports/notes.log @@ -0,0 +1,2 @@ +Instrument calibration completed 2024-03-31: baseline intensity variance +/- 1.5% +Sample S033 excluded from prior analysis due to outlier status (see protocol v2.1) \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9570bcf44/gold/baseline/approved_hashes.txt b/shellops/assets/ShellOps_e9570bcf44/gold/baseline/approved_hashes.txt new file mode 100644 index 0000000000000000000000000000000000000000..406ce7c2f45a4e5ae3ad670c10f2e980346444db --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/gold/baseline/approved_hashes.txt @@ -0,0 +1,3 @@ +a1b2c3d4e5f6 +feedface1234 +0f0f0f0f0f0f diff --git a/shellops/assets/ShellOps_e9570bcf44/gold/notes/irrelevant.md b/shellops/assets/ShellOps_e9570bcf44/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..615c70df9998271970e75cacea4b646d48a67bf9 --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/gold/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Old staging manifest +- dev-9999: unknown-device diff --git a/shellops/assets/ShellOps_e9570bcf44/gold/reports/unknown_devices.txt b/shellops/assets/ShellOps_e9570bcf44/gold/reports/unknown_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..af1e5a44b0b31e76eff8c920eaf3571f77b436d0 --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/gold/reports/unknown_devices.txt @@ -0,0 +1,2 @@ +dev-1003 +dev-1005 diff --git a/shellops/assets/ShellOps_e9570bcf44/gold/runtime/devices.xml b/shellops/assets/ShellOps_e9570bcf44/gold/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..943e1f49d9a631a65cd08419495e454a294b7e99 --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/gold/runtime/devices.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_e9570bcf44/init/baseline/approved_hashes.txt b/shellops/assets/ShellOps_e9570bcf44/init/baseline/approved_hashes.txt new file mode 100644 index 0000000000000000000000000000000000000000..406ce7c2f45a4e5ae3ad670c10f2e980346444db --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/init/baseline/approved_hashes.txt @@ -0,0 +1,3 @@ +a1b2c3d4e5f6 +feedface1234 +0f0f0f0f0f0f diff --git a/shellops/assets/ShellOps_e9570bcf44/init/notes/irrelevant.md b/shellops/assets/ShellOps_e9570bcf44/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..615c70df9998271970e75cacea4b646d48a67bf9 --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/init/notes/irrelevant.md @@ -0,0 +1,2 @@ +# Old staging manifest +- dev-9999: unknown-device diff --git a/shellops/assets/ShellOps_e9570bcf44/init/runtime/devices.xml b/shellops/assets/ShellOps_e9570bcf44/init/runtime/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..943e1f49d9a631a65cd08419495e454a294b7e99 --- /dev/null +++ b/shellops/assets/ShellOps_e9570bcf44/init/runtime/devices.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/shellops/assets/ShellOps_e96a764462/gold/audit_approved.xml b/shellops/assets/ShellOps_e96a764462/gold/audit_approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..9dcf3e59f9b4562d56c910659ef846fe5e0c58b9 --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/gold/audit_approved.xml @@ -0,0 +1,29 @@ + + + + + Type‑7 + v2.1.4 + + + Type‑9 + v3.0.0 + + + Type‑5 + v1.8.2 + + + Type‑12 + v2.5.1 + + + Type‑8 + v2.3.7 + + + Deprecated + v0.9 + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e96a764462/gold/deployed_devs.txt b/shellops/assets/ShellOps_e96a764462/gold/deployed_devs.txt new file mode 100644 index 0000000000000000000000000000000000000000..57afdae499ab4d8d12f8ae277f4c97b0b0b13a86 --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/gold/deployed_devs.txt @@ -0,0 +1,14 @@ +# Production fleet as of 2025-04-18 +abc789 +xyz123 +# Retired unit below +old555 +def456 +ghi789 +jkl012 +mno345 +pqr678 +# End of current list +stu901 +vwx234 +yza567 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e96a764462/gold/distractor.log b/shellops/assets/ShellOps_e96a764462/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..e8f19496ed0848bd86d1c4a49e2d78a12c4c86fe --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/gold/distractor.log @@ -0,0 +1,4 @@ +2025-04-18 10:23:45 [INFO] Connected to device id=stu901 +2025-04-18 10:24:01 [WARN] Firmware check failed for id=vwx234 +2025-04-18 10:25:12 [INFO] Device id=yza567 reported status OK +2025-04-18 10:26:00 [ERROR] Unknown id=old555 not responding \ No newline at end of file diff --git a/shellops/assets/ShellOps_e96a764462/gold/unaccounted_devices.txt b/shellops/assets/ShellOps_e96a764462/gold/unaccounted_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..0721d89e77eaabce7360bc74bc59237193567f4c --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/gold/unaccounted_devices.txt @@ -0,0 +1,6 @@ +xyz123 +old555 +ghi789 +stu901 +vwx234 +yza567 diff --git a/shellops/assets/ShellOps_e96a764462/init/audit_approved.xml b/shellops/assets/ShellOps_e96a764462/init/audit_approved.xml new file mode 100644 index 0000000000000000000000000000000000000000..9dcf3e59f9b4562d56c910659ef846fe5e0c58b9 --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/init/audit_approved.xml @@ -0,0 +1,29 @@ + + + + + Type‑7 + v2.1.4 + + + Type‑9 + v3.0.0 + + + Type‑5 + v1.8.2 + + + Type‑12 + v2.5.1 + + + Type‑8 + v2.3.7 + + + Deprecated + v0.9 + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_e96a764462/init/deployed_devs.txt b/shellops/assets/ShellOps_e96a764462/init/deployed_devs.txt new file mode 100644 index 0000000000000000000000000000000000000000..57afdae499ab4d8d12f8ae277f4c97b0b0b13a86 --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/init/deployed_devs.txt @@ -0,0 +1,14 @@ +# Production fleet as of 2025-04-18 +abc789 +xyz123 +# Retired unit below +old555 +def456 +ghi789 +jkl012 +mno345 +pqr678 +# End of current list +stu901 +vwx234 +yza567 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e96a764462/init/distractor.log b/shellops/assets/ShellOps_e96a764462/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..e8f19496ed0848bd86d1c4a49e2d78a12c4c86fe --- /dev/null +++ b/shellops/assets/ShellOps_e96a764462/init/distractor.log @@ -0,0 +1,4 @@ +2025-04-18 10:23:45 [INFO] Connected to device id=stu901 +2025-04-18 10:24:01 [WARN] Firmware check failed for id=vwx234 +2025-04-18 10:25:12 [INFO] Device id=yza567 reported status OK +2025-04-18 10:26:00 [ERROR] Unknown id=old555 not responding \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9745c118e/gold/configs/.keep b/shellops/assets/ShellOps_e9745c118e/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e9745c118e/gold/configs/gateway1.cfg b/shellops/assets/ShellOps_e9745c118e/gold/configs/gateway1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..75b4dfd80db7326cf2f52f1f7451e037d10a2ab4 --- /dev/null +++ b/shellops/assets/ShellOps_e9745c118e/gold/configs/gateway1.cfg @@ -0,0 +1,11 @@ +path=/users +method=GET + +path=/orders +method=POST + +path=/products +method=GET + +path=/inventory +method=PUT diff --git a/shellops/assets/ShellOps_e9745c118e/gold/configs/gateway2.cfg b/shellops/assets/ShellOps_e9745c118e/gold/configs/gateway2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..876816bc0cdacb433b77a20f623dd1a0f220142d --- /dev/null +++ b/shellops/assets/ShellOps_e9745c118e/gold/configs/gateway2.cfg @@ -0,0 +1,11 @@ +path=/users +method=GET + +path=/orders +method=POST + +path=/analytics +method=GET + +path=/payments +method=POST diff --git a/shellops/assets/ShellOps_e9745c118e/gold/missing_endpoints.cfg b/shellops/assets/ShellOps_e9745c118e/gold/missing_endpoints.cfg new file mode 100644 index 0000000000000000000000000000000000000000..94be2c0a1fd61475fbc5e77fe81c55e918fd4a5a --- /dev/null +++ b/shellops/assets/ShellOps_e9745c118e/gold/missing_endpoints.cfg @@ -0,0 +1,2 @@ +/inventory +/products diff --git a/shellops/assets/ShellOps_e9745c118e/init/configs/.keep b/shellops/assets/ShellOps_e9745c118e/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e9745c118e/init/configs/gateway1.cfg b/shellops/assets/ShellOps_e9745c118e/init/configs/gateway1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..75b4dfd80db7326cf2f52f1f7451e037d10a2ab4 --- /dev/null +++ b/shellops/assets/ShellOps_e9745c118e/init/configs/gateway1.cfg @@ -0,0 +1,11 @@ +path=/users +method=GET + +path=/orders +method=POST + +path=/products +method=GET + +path=/inventory +method=PUT diff --git a/shellops/assets/ShellOps_e9745c118e/init/configs/gateway2.cfg b/shellops/assets/ShellOps_e9745c118e/init/configs/gateway2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..876816bc0cdacb433b77a20f623dd1a0f220142d --- /dev/null +++ b/shellops/assets/ShellOps_e9745c118e/init/configs/gateway2.cfg @@ -0,0 +1,11 @@ +path=/users +method=GET + +path=/orders +method=POST + +path=/analytics +method=GET + +path=/payments +method=POST diff --git a/shellops/assets/ShellOps_e979f3c1c8/gold/baseline.cnf b/shellops/assets/ShellOps_e979f3c1c8/gold/baseline.cnf new file mode 100644 index 0000000000000000000000000000000000000000..27215333849982b64bbb736746ba151565a87bf2 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/gold/baseline.cnf @@ -0,0 +1,5 @@ +hostname=localhost +port=8080 +timeout=30 +max_connections=100 +enable_logging=true diff --git a/shellops/assets/ShellOps_e979f3c1c8/gold/missing_keys.txt b/shellops/assets/ShellOps_e979f3c1c8/gold/missing_keys.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d446c7fbafa4ed7bb32e263ae9c8eab88caa21b --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/gold/missing_keys.txt @@ -0,0 +1 @@ +audit_level diff --git a/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/notes.txt b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..55a1a7cd262157edc7884e544c8029e71c9a8376 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/notes.txt @@ -0,0 +1 @@ +Router configurations collected during audit. diff --git a/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router1.cfg b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..336f16b13c92e5bc903719e06cecdf4818b80515 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router1.cfg @@ -0,0 +1,4 @@ +hostname=alpha +port=8080 +max_connections=100 +enable_logging=true diff --git a/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router2.cfg b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6d21af5cf6b563e1d0426fda34a72b826cfbafa2 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router2.cfg @@ -0,0 +1,4 @@ +hostname=beta +port=8081 +timeout=30 +enable_logging=false diff --git a/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router3.cfg b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..ad1c0f2a5324c77e6484bd8cbf4406aa5826e8bd --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/gold/router_configs/router3.cfg @@ -0,0 +1,4 @@ +hostname=gamma +port=8082 +max_connections=200 +audit_level=high diff --git a/shellops/assets/ShellOps_e979f3c1c8/init/baseline.cnf b/shellops/assets/ShellOps_e979f3c1c8/init/baseline.cnf new file mode 100644 index 0000000000000000000000000000000000000000..27215333849982b64bbb736746ba151565a87bf2 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/init/baseline.cnf @@ -0,0 +1,5 @@ +hostname=localhost +port=8080 +timeout=30 +max_connections=100 +enable_logging=true diff --git a/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/notes.txt b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..55a1a7cd262157edc7884e544c8029e71c9a8376 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/notes.txt @@ -0,0 +1 @@ +Router configurations collected during audit. diff --git a/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router1.cfg b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..336f16b13c92e5bc903719e06cecdf4818b80515 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router1.cfg @@ -0,0 +1,4 @@ +hostname=alpha +port=8080 +max_connections=100 +enable_logging=true diff --git a/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router2.cfg b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..6d21af5cf6b563e1d0426fda34a72b826cfbafa2 --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router2.cfg @@ -0,0 +1,4 @@ +hostname=beta +port=8081 +timeout=30 +enable_logging=false diff --git a/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router3.cfg b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..ad1c0f2a5324c77e6484bd8cbf4406aa5826e8bd --- /dev/null +++ b/shellops/assets/ShellOps_e979f3c1c8/init/router_configs/router3.cfg @@ -0,0 +1,4 @@ +hostname=gamma +port=8082 +max_connections=200 +audit_level=high diff --git a/shellops/assets/ShellOps_e97ce8844d/gold/langs/partner_export.psv b/shellops/assets/ShellOps_e97ce8844d/gold/langs/partner_export.psv new file mode 100644 index 0000000000000000000000000000000000000000..9fe02e52949427eb546c17ea62ec19c3f74b4428 --- /dev/null +++ b/shellops/assets/ShellOps_e97ce8844d/gold/langs/partner_export.psv @@ -0,0 +1,12 @@ +en|English +ES|Español +fr|Français +DE|Deutsch +ZH|中文 +ja|日本語 +pt|Português +it|Italiano +ko|한국어 +ar|العربية +en|English duplicate +ES|Español duplicate diff --git a/shellops/assets/ShellOps_e97ce8844d/gold/langs/registry.psv b/shellops/assets/ShellOps_e97ce8844d/gold/langs/registry.psv new file mode 100644 index 0000000000000000000000000000000000000000..769d3d7a1373ba88c0ee1d3bbafd0efceec35b2b --- /dev/null +++ b/shellops/assets/ShellOps_e97ce8844d/gold/langs/registry.psv @@ -0,0 +1,10 @@ +en|English +es|Español +fr|Français +de|Deutsch +zh|中文 +ja|日本語 +pt|Português +it|Italiano +ko|한국어 +ar|العربية diff --git a/shellops/assets/ShellOps_e97ce8844d/init/langs/partner_export.psv b/shellops/assets/ShellOps_e97ce8844d/init/langs/partner_export.psv new file mode 100644 index 0000000000000000000000000000000000000000..9fe02e52949427eb546c17ea62ec19c3f74b4428 --- /dev/null +++ b/shellops/assets/ShellOps_e97ce8844d/init/langs/partner_export.psv @@ -0,0 +1,12 @@ +en|English +ES|Español +fr|Français +DE|Deutsch +ZH|中文 +ja|日本語 +pt|Português +it|Italiano +ko|한국어 +ar|العربية +en|English duplicate +ES|Español duplicate diff --git a/shellops/assets/ShellOps_e97ce8844d/init/langs/registry.psv b/shellops/assets/ShellOps_e97ce8844d/init/langs/registry.psv new file mode 100644 index 0000000000000000000000000000000000000000..9bcb410f322a52f3472ff2a09bcde9c041f58ffa --- /dev/null +++ b/shellops/assets/ShellOps_e97ce8844d/init/langs/registry.psv @@ -0,0 +1,12 @@ +en|English +fr|Français +es|Español +de|Deutsch +zh|中文 +ja|日本語 +pt|Português +it|Italiano +ko|한국어 +ar|العربية +ru|Русский +hi|हिन्दी diff --git a/shellops/assets/ShellOps_e983000979/gold/feedback/.keep b/shellops/assets/ShellOps_e983000979/gold/feedback/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e983000979/gold/feedback/sat_survey.md b/shellops/assets/ShellOps_e983000979/gold/feedback/sat_survey.md new file mode 100644 index 0000000000000000000000000000000000000000..9bcbd6c90a38ea3d5c0bd2b0316435d1c9a538f6 --- /dev/null +++ b/shellops/assets/ShellOps_e983000979/gold/feedback/sat_survey.md @@ -0,0 +1,14 @@ +Customer: Alice Johnson +Date: 2024-03-09 +Rating: 5 +Comments: Excellent service, would recommend. + +Customer: Bob Smith +Date: 2024-03-09 +Rating: 4 +Comments: Very good, but wait time was a bit long. + +Customer: Carol Williams +Date: 2024-03-09 +Rating: 5 +Comments: Perfect experience from start to finish. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e983000979/gold/feedback/sun_survey.md b/shellops/assets/ShellOps_e983000979/gold/feedback/sun_survey.md new file mode 100644 index 0000000000000000000000000000000000000000..1fab093bf1589f777432361909e34b83223de879 --- /dev/null +++ b/shellops/assets/ShellOps_e983000979/gold/feedback/sun_survey.md @@ -0,0 +1,14 @@ +Customer: David Brown +Date: 2024-03-10 +Rating: 3 +Comments: Service was average, nothing special. + +Customer: Eva Davis +Date: 2024-03-10 +Rating: 5 +Comments: Outstanding! Will definitely return. + +Customer: Frank Miller +Date: 2024-03-10 +Rating: 2 +Comments: Disappointed with the product quality. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e983000979/gold/feedback_summary.md b/shellops/assets/ShellOps_e983000979/gold/feedback_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..68bd59039643afc2adb4cc933b40010273fbfe12 --- /dev/null +++ b/shellops/assets/ShellOps_e983000979/gold/feedback_summary.md @@ -0,0 +1,4 @@ +2: 1 +3: 1 +4: 1 +5: 3 diff --git a/shellops/assets/ShellOps_e983000979/init/feedback/.keep b/shellops/assets/ShellOps_e983000979/init/feedback/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e983000979/init/feedback/sat_survey.md b/shellops/assets/ShellOps_e983000979/init/feedback/sat_survey.md new file mode 100644 index 0000000000000000000000000000000000000000..9bcbd6c90a38ea3d5c0bd2b0316435d1c9a538f6 --- /dev/null +++ b/shellops/assets/ShellOps_e983000979/init/feedback/sat_survey.md @@ -0,0 +1,14 @@ +Customer: Alice Johnson +Date: 2024-03-09 +Rating: 5 +Comments: Excellent service, would recommend. + +Customer: Bob Smith +Date: 2024-03-09 +Rating: 4 +Comments: Very good, but wait time was a bit long. + +Customer: Carol Williams +Date: 2024-03-09 +Rating: 5 +Comments: Perfect experience from start to finish. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e983000979/init/feedback/sun_survey.md b/shellops/assets/ShellOps_e983000979/init/feedback/sun_survey.md new file mode 100644 index 0000000000000000000000000000000000000000..1fab093bf1589f777432361909e34b83223de879 --- /dev/null +++ b/shellops/assets/ShellOps_e983000979/init/feedback/sun_survey.md @@ -0,0 +1,14 @@ +Customer: David Brown +Date: 2024-03-10 +Rating: 3 +Comments: Service was average, nothing special. + +Customer: Eva Davis +Date: 2024-03-10 +Rating: 5 +Comments: Outstanding! Will definitely return. + +Customer: Frank Miller +Date: 2024-03-10 +Rating: 2 +Comments: Disappointed with the product quality. \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9a3ab101d/gold/analysis.log b/shellops/assets/ShellOps_e9a3ab101d/gold/analysis.log new file mode 100644 index 0000000000000000000000000000000000000000..33b175f37a120f0cb094ed03e9573ab293521b01 --- /dev/null +++ b/shellops/assets/ShellOps_e9a3ab101d/gold/analysis.log @@ -0,0 +1,5 @@ +WARN: undefined chunk: label_alpha +ERROR: deprecated chunk: label_beta +WARN: undefined chunk: label_gamma +INFO: processing chunk: label_delta +WARN: undefined chunk: label_epsilon (deprecated usage) diff --git a/shellops/assets/ShellOps_e9a3ab101d/gold/exclusions.tsv b/shellops/assets/ShellOps_e9a3ab101d/gold/exclusions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..74735ccc81feabb0493f5fb3e4484d682383cfdb --- /dev/null +++ b/shellops/assets/ShellOps_e9a3ab101d/gold/exclusions.tsv @@ -0,0 +1,2 @@ +label_epsilon deprecated in v2.4 +label_zeta removed after audit diff --git a/shellops/assets/ShellOps_e9a3ab101d/gold/missing_labels.txt b/shellops/assets/ShellOps_e9a3ab101d/gold/missing_labels.txt new file mode 100644 index 0000000000000000000000000000000000000000..48a515d18c94f56a16105080848904c3baa7c95a --- /dev/null +++ b/shellops/assets/ShellOps_e9a3ab101d/gold/missing_labels.txt @@ -0,0 +1,2 @@ +label_alpha +label_gamma diff --git a/shellops/assets/ShellOps_e9a3ab101d/init/analysis.log b/shellops/assets/ShellOps_e9a3ab101d/init/analysis.log new file mode 100644 index 0000000000000000000000000000000000000000..33b175f37a120f0cb094ed03e9573ab293521b01 --- /dev/null +++ b/shellops/assets/ShellOps_e9a3ab101d/init/analysis.log @@ -0,0 +1,5 @@ +WARN: undefined chunk: label_alpha +ERROR: deprecated chunk: label_beta +WARN: undefined chunk: label_gamma +INFO: processing chunk: label_delta +WARN: undefined chunk: label_epsilon (deprecated usage) diff --git a/shellops/assets/ShellOps_e9a3ab101d/init/exclusions.tsv b/shellops/assets/ShellOps_e9a3ab101d/init/exclusions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..74735ccc81feabb0493f5fb3e4484d682383cfdb --- /dev/null +++ b/shellops/assets/ShellOps_e9a3ab101d/init/exclusions.tsv @@ -0,0 +1,2 @@ +label_epsilon deprecated in v2.4 +label_zeta removed after audit diff --git a/shellops/assets/ShellOps_e9a91240be/gold/allowed.txt b/shellops/assets/ShellOps_e9a91240be/gold/allowed.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cbc66ce845ef026b35830da820ed19c3bc6c286 --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/gold/allowed.txt @@ -0,0 +1,4 @@ +443 +80 +22 +8080 diff --git a/shellops/assets/ShellOps_e9a91240be/gold/current_ports.xml b/shellops/assets/ShellOps_e9a91240be/gold/current_ports.xml new file mode 100644 index 0000000000000000000000000000000000000000..e2ff088b9d283a2b5debbfdd0cb1d52b1f5a3fce --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/gold/current_ports.xml @@ -0,0 +1,7 @@ + + 443 + 80 + 22 + 3306 + 5432 + diff --git a/shellops/assets/ShellOps_e9a91240be/gold/distractor.log b/shellops/assets/ShellOps_e9a91240be/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..a377005a3dc0b38e12c941747f94f67073a12a86 --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/gold/distractor.log @@ -0,0 +1 @@ +2024-05-10T14:23:01 WARNING Port 8080 connection refused diff --git a/shellops/assets/ShellOps_e9a91240be/gold/exceptions.log b/shellops/assets/ShellOps_e9a91240be/gold/exceptions.log new file mode 100644 index 0000000000000000000000000000000000000000..9d3259b3b1eea202bfdf713531b49850a0f51cf5 --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/gold/exceptions.log @@ -0,0 +1,2 @@ +3306 +5432 diff --git a/shellops/assets/ShellOps_e9a91240be/init/allowed.txt b/shellops/assets/ShellOps_e9a91240be/init/allowed.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cbc66ce845ef026b35830da820ed19c3bc6c286 --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/init/allowed.txt @@ -0,0 +1,4 @@ +443 +80 +22 +8080 diff --git a/shellops/assets/ShellOps_e9a91240be/init/current_ports.xml b/shellops/assets/ShellOps_e9a91240be/init/current_ports.xml new file mode 100644 index 0000000000000000000000000000000000000000..e2ff088b9d283a2b5debbfdd0cb1d52b1f5a3fce --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/init/current_ports.xml @@ -0,0 +1,7 @@ + + 443 + 80 + 22 + 3306 + 5432 + diff --git a/shellops/assets/ShellOps_e9a91240be/init/distractor.log b/shellops/assets/ShellOps_e9a91240be/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..a377005a3dc0b38e12c941747f94f67073a12a86 --- /dev/null +++ b/shellops/assets/ShellOps_e9a91240be/init/distractor.log @@ -0,0 +1 @@ +2024-05-10T14:23:01 WARNING Port 8080 connection refused diff --git a/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/10_frontend.conf b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/10_frontend.conf new file mode 100644 index 0000000000000000000000000000000000000000..b963f2ca4d8e5f109ffdb4b3519735d98a3d3a18 --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/10_frontend.conf @@ -0,0 +1,3 @@ +host_id=front-001 role=ingress +host_id=front-002 role=ingress +host_id=front-003 role=ingress diff --git a/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/20_backend.conf b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/20_backend.conf new file mode 100644 index 0000000000000000000000000000000000000000..4560bbab58670aca123cbe6a657782ce325c5895 --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/20_backend.conf @@ -0,0 +1,3 @@ +host_id=back-101 role=worker +host_id=back-102 role=worker +host_id=back-103 role=worker diff --git a/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/30_legacy.conf b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/30_legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..7d1cb121e07238503ef25b88a22b5ee60a3da43d --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/30_legacy.conf @@ -0,0 +1 @@ +host_id=leg-901 role=deprecated diff --git a/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/notes.md b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b501660ef8fd050b3698990263aa3ac30223237d --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/gold/lb/config.d/notes.md @@ -0,0 +1 @@ +Configuration fragments define runtime roles for load-balanced hosts. diff --git a/shellops/assets/ShellOps_e9b9a857ac/gold/output/aligned_hosts.tsv b/shellops/assets/ShellOps_e9b9a857ac/gold/output/aligned_hosts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2631fd0172f4f52e8ca8de4f2451d97ee3bb6f6b --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/gold/output/aligned_hosts.tsv @@ -0,0 +1,8 @@ +api-201 API Endpoint 201 unknown +back-101 Worker Node 101 worker +back-102 Worker Node 102 worker +back-103 Worker Node 103 worker +front-001 Primary Ingress Gateway ingress +front-002 Secondary Ingress Gateway ingress +front-003 Tertiary Ingress Gateway ingress +leg-901 Legacy System 901 deprecated diff --git a/shellops/assets/ShellOps_e9b9a857ac/gold/registry/master_hosts.txt b/shellops/assets/ShellOps_e9b9a857ac/gold/registry/master_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e2c6fb21dc733f127b03e6cad138bfec342ed5 --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/gold/registry/master_hosts.txt @@ -0,0 +1,8 @@ +front-001 Primary Ingress Gateway +front-002 Secondary Ingress Gateway +front-003 Tertiary Ingress Gateway +back-101 Worker Node 101 +back-102 Worker Node 102 +back-103 Worker Node 103 +leg-901 Legacy System 901 +api-201 API Endpoint 201 diff --git a/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/10_frontend.conf b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/10_frontend.conf new file mode 100644 index 0000000000000000000000000000000000000000..b963f2ca4d8e5f109ffdb4b3519735d98a3d3a18 --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/10_frontend.conf @@ -0,0 +1,3 @@ +host_id=front-001 role=ingress +host_id=front-002 role=ingress +host_id=front-003 role=ingress diff --git a/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/20_backend.conf b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/20_backend.conf new file mode 100644 index 0000000000000000000000000000000000000000..4560bbab58670aca123cbe6a657782ce325c5895 --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/20_backend.conf @@ -0,0 +1,3 @@ +host_id=back-101 role=worker +host_id=back-102 role=worker +host_id=back-103 role=worker diff --git a/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/30_legacy.conf b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/30_legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..7d1cb121e07238503ef25b88a22b5ee60a3da43d --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/30_legacy.conf @@ -0,0 +1 @@ +host_id=leg-901 role=deprecated diff --git a/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/notes.md b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..b501660ef8fd050b3698990263aa3ac30223237d --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/init/lb/config.d/notes.md @@ -0,0 +1 @@ +Configuration fragments define runtime roles for load-balanced hosts. diff --git a/shellops/assets/ShellOps_e9b9a857ac/init/registry/master_hosts.txt b/shellops/assets/ShellOps_e9b9a857ac/init/registry/master_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e2c6fb21dc733f127b03e6cad138bfec342ed5 --- /dev/null +++ b/shellops/assets/ShellOps_e9b9a857ac/init/registry/master_hosts.txt @@ -0,0 +1,8 @@ +front-001 Primary Ingress Gateway +front-002 Secondary Ingress Gateway +front-003 Tertiary Ingress Gateway +back-101 Worker Node 101 +back-102 Worker Node 102 +back-103 Worker Node 103 +leg-901 Legacy System 901 +api-201 API Endpoint 201 diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/consensus_codes.csv b/shellops/assets/ShellOps_e9ba136c64/gold/consensus_codes.csv new file mode 100644 index 0000000000000000000000000000000000000000..581114e998e61cda3634abfa71620859ad52183d --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/consensus_codes.csv @@ -0,0 +1,3 @@ +12345 +54321 +55555 diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/.keep b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/alabama/2023_q1_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/alabama/2023_q1_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..56d1df9123f98e5e95d886f528e63c4566db6de8 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/alabama/2023_q1_to_be_cleaned.csv @@ -0,0 +1,6 @@ +program_code,agency_name,expenditure +12345,Social Services,45000 +54321,Health Dept,32000 +12345,Veterans Affairs,78000 +98765,Education,12000 +11111,Youth Programs,5000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/alabama/2023_q2_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/alabama/2023_q2_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..618a1f5e56dff0594e010c94f64ec6bac5e3dbc3 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/alabama/2023_q2_to_be_cleaned.csv @@ -0,0 +1,5 @@ +program_code,agency_name,expenditure +54321,Health Dept,31000 +22222,Public Works,9000 +12345,Social Services,46000 +33333,Transportation,15000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/california/aug_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/california/aug_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..572edbd2a689d1791e890613115a781f791cfeee --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/california/aug_2023_to_be_cleaned.csv @@ -0,0 +1,4 @@ +program_code,agency_name,expenditure +66666,Parks,7000 +55555,Environment,19000 +77777,Agriculture,11000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/california/jul_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/california/jul_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe64891ac247093a8850ad45b1828e58a2c47caf --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/california/jul_2023_to_be_cleaned.csv @@ -0,0 +1,5 @@ +program_code,agency_name,expenditure +54321,Health Dept,52000 +44444,Housing,22000 +55555,Environment,18000 +12345,Social Services,89000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/texas/q1_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/texas/q1_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2c08494a15274e87a761a08a81eeb51f0f40766 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/texas/q1_2023_to_be_cleaned.csv @@ -0,0 +1,5 @@ +program_code,agency_name,expenditure +88888,Justice,30000 +12345,Social Services,67000 +99999,Utilities,25000 +54321,Health Dept,41000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/gold/state_data/texas/q2_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/texas/q2_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..1dc0d4c43fca424482c8db3f207d476bac71e7f6 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/gold/state_data/texas/q2_2023_to_be_cleaned.csv @@ -0,0 +1,4 @@ +program_code,agency_name,expenditure +12345,Social Services,68000 +54321,Health Dept,42000 +10101,Emergency,13000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/.keep b/shellops/assets/ShellOps_e9ba136c64/init/state_data/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/alabama/2023_q1_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/init/state_data/alabama/2023_q1_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..56d1df9123f98e5e95d886f528e63c4566db6de8 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/init/state_data/alabama/2023_q1_to_be_cleaned.csv @@ -0,0 +1,6 @@ +program_code,agency_name,expenditure +12345,Social Services,45000 +54321,Health Dept,32000 +12345,Veterans Affairs,78000 +98765,Education,12000 +11111,Youth Programs,5000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/alabama/2023_q2_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/init/state_data/alabama/2023_q2_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..618a1f5e56dff0594e010c94f64ec6bac5e3dbc3 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/init/state_data/alabama/2023_q2_to_be_cleaned.csv @@ -0,0 +1,5 @@ +program_code,agency_name,expenditure +54321,Health Dept,31000 +22222,Public Works,9000 +12345,Social Services,46000 +33333,Transportation,15000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/california/aug_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/init/state_data/california/aug_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..572edbd2a689d1791e890613115a781f791cfeee --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/init/state_data/california/aug_2023_to_be_cleaned.csv @@ -0,0 +1,4 @@ +program_code,agency_name,expenditure +66666,Parks,7000 +55555,Environment,19000 +77777,Agriculture,11000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/california/jul_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/init/state_data/california/jul_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe64891ac247093a8850ad45b1828e58a2c47caf --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/init/state_data/california/jul_2023_to_be_cleaned.csv @@ -0,0 +1,5 @@ +program_code,agency_name,expenditure +54321,Health Dept,52000 +44444,Housing,22000 +55555,Environment,18000 +12345,Social Services,89000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/texas/q1_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/init/state_data/texas/q1_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..f2c08494a15274e87a761a08a81eeb51f0f40766 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/init/state_data/texas/q1_2023_to_be_cleaned.csv @@ -0,0 +1,5 @@ +program_code,agency_name,expenditure +88888,Justice,30000 +12345,Social Services,67000 +99999,Utilities,25000 +54321,Health Dept,41000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_e9ba136c64/init/state_data/texas/q2_2023_to_be_cleaned.csv b/shellops/assets/ShellOps_e9ba136c64/init/state_data/texas/q2_2023_to_be_cleaned.csv new file mode 100644 index 0000000000000000000000000000000000000000..1dc0d4c43fca424482c8db3f207d476bac71e7f6 --- /dev/null +++ b/shellops/assets/ShellOps_e9ba136c64/init/state_data/texas/q2_2023_to_be_cleaned.csv @@ -0,0 +1,4 @@ +program_code,agency_name,expenditure +12345,Social Services,68000 +54321,Health Dept,42000 +10101,Emergency,13000 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea3f6555d8/gold/changed_files.txt b/shellops/assets/ShellOps_ea3f6555d8/gold/changed_files.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdfa426fe2d0d1564cd81eae01ec289388162add --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/gold/changed_files.txt @@ -0,0 +1,3 @@ +docs/sim/intro.md +docs/sim/advanced.md +docs/sim/troubleshooting.md diff --git a/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/.keep b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/advanced.md b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/advanced.md new file mode 100644 index 0000000000000000000000000000000000000000..9ba14e651bf0a20d07c8ea49b2e8b12ba36b89e8 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/advanced.md @@ -0,0 +1,2 @@ +### Tuning +Use `EXAMPLE: grid=256, 128` for high-res scenarios. diff --git a/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/intro.md b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/intro.md new file mode 100644 index 0000000000000000000000000000000000000000..73a71f7c220c57698020f2e48ab7aa8a93ecbf9d --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/intro.md @@ -0,0 +1,5 @@ +## Setup + +EXAMPLE: grid=256, 128 + +Base configuration. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/troubleshooting.md b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/troubleshooting.md new file mode 100644 index 0000000000000000000000000000000000000000..db021853274fb752daf3ff9189a7fe1734c9a6f4 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/gold/docs/sim/troubleshooting.md @@ -0,0 +1,2 @@ +Common issues: +- Mismatched grid sizes (EXAMPLE: grid=256, 128) diff --git a/shellops/assets/ShellOps_ea3f6555d8/gold/test/config/params.ini b/shellops/assets/ShellOps_ea3f6555d8/gold/test/config/params.ini new file mode 100644 index 0000000000000000000000000000000000000000..8f9056c2f55a45f16dc31cf95f53c6f2a051d510 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/gold/test/config/params.ini @@ -0,0 +1,3 @@ +[parameters] +grid_width=256 +grid_height=128 diff --git a/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/.keep b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/advanced.md b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/advanced.md new file mode 100644 index 0000000000000000000000000000000000000000..d7de2623b83ffc12adbe8d75acc2e197093779b9 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/advanced.md @@ -0,0 +1,2 @@ +### Tuning +Use `EXAMPLE: grid=200, 100` for high-res scenarios. diff --git a/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/intro.md b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/intro.md new file mode 100644 index 0000000000000000000000000000000000000000..6653989459f9ca5f1b10f3427bf2f18e957b5037 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/intro.md @@ -0,0 +1,5 @@ +## Setup + +EXAMPLE: grid=128, 64 + +Base configuration. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/troubleshooting.md b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/troubleshooting.md new file mode 100644 index 0000000000000000000000000000000000000000..5504f9dde87da8d2b2bedc4600e526193285a410 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/init/docs/sim/troubleshooting.md @@ -0,0 +1,2 @@ +Common issues: +- Mismatched grid sizes (EXAMPLE: grid=128, 64) diff --git a/shellops/assets/ShellOps_ea3f6555d8/init/test/config/params.ini b/shellops/assets/ShellOps_ea3f6555d8/init/test/config/params.ini new file mode 100644 index 0000000000000000000000000000000000000000..8f9056c2f55a45f16dc31cf95f53c6f2a051d510 --- /dev/null +++ b/shellops/assets/ShellOps_ea3f6555d8/init/test/config/params.ini @@ -0,0 +1,3 @@ +[parameters] +grid_width=256 +grid_height=128 diff --git a/shellops/assets/ShellOps_ea72daebe6/gold/missing_sites.txt b/shellops/assets/ShellOps_ea72daebe6/gold/missing_sites.txt new file mode 100644 index 0000000000000000000000000000000000000000..60d3dbd96b3760b27b1f4d395479dc2d72329ae0 --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/gold/missing_sites.txt @@ -0,0 +1,2 @@ +AB12 +EF56 diff --git a/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_AB12/network_nodes.json b/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_AB12/network_nodes.json new file mode 100644 index 0000000000000000000000000000000000000000..7043500c51bd2f141f4cbd86c7b461d3e18fbc54 --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_AB12/network_nodes.json @@ -0,0 +1 @@ +{"nodes": [{"id": "AB12-n1", "ip": "10.0.1.1"}, {"id": "AB12-n2", "ip": "10.0.1.2"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_CD34/cluster_state.json b/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_CD34/cluster_state.json new file mode 100644 index 0000000000000000000000000000000000000000..9e9d09ec87a8eda4bbcd35d1fe60434db37eb70b --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_CD34/cluster_state.json @@ -0,0 +1 @@ +{"timestamp": "2024-04-15T08:30:00Z", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_EF56/metrics.out b/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_EF56/metrics.out new file mode 100644 index 0000000000000000000000000000000000000000..39d60e8525f256d0280181632367cd8fcde3fc81 --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/gold/regions/site_EF56/metrics.out @@ -0,0 +1,2 @@ +CPU_Usage 45 +Memory_Util 72 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea72daebe6/init/regions/site_AB12/network_nodes.json b/shellops/assets/ShellOps_ea72daebe6/init/regions/site_AB12/network_nodes.json new file mode 100644 index 0000000000000000000000000000000000000000..7043500c51bd2f141f4cbd86c7b461d3e18fbc54 --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/init/regions/site_AB12/network_nodes.json @@ -0,0 +1 @@ +{"nodes": [{"id": "AB12-n1", "ip": "10.0.1.1"}, {"id": "AB12-n2", "ip": "10.0.1.2"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea72daebe6/init/regions/site_CD34/cluster_state.json b/shellops/assets/ShellOps_ea72daebe6/init/regions/site_CD34/cluster_state.json new file mode 100644 index 0000000000000000000000000000000000000000..9e9d09ec87a8eda4bbcd35d1fe60434db37eb70b --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/init/regions/site_CD34/cluster_state.json @@ -0,0 +1 @@ +{"timestamp": "2024-04-15T08:30:00Z", "status": "active"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea72daebe6/init/regions/site_EF56/metrics.out b/shellops/assets/ShellOps_ea72daebe6/init/regions/site_EF56/metrics.out new file mode 100644 index 0000000000000000000000000000000000000000..39d60e8525f256d0280181632367cd8fcde3fc81 --- /dev/null +++ b/shellops/assets/ShellOps_ea72daebe6/init/regions/site_EF56/metrics.out @@ -0,0 +1,2 @@ +CPU_Usage 45 +Memory_Util 72 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea89a9f589/gold/downloads/product_images.csv b/shellops/assets/ShellOps_ea89a9f589/gold/downloads/product_images.csv new file mode 100644 index 0000000000000000000000000000000000000000..3a41c32eed3406650d9738d68e1a8ce1fdf77105 --- /dev/null +++ b/shellops/assets/ShellOps_ea89a9f589/gold/downloads/product_images.csv @@ -0,0 +1,4 @@ +id,image_url +1,https://cdn-old.example.net/images/01.jpg +2,https://cdn-old.example.net/assets/02.png +3,https://cdn-old.example.net/2024/banner.jpg \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea89a9f589/gold/downloads/updated_images.csv b/shellops/assets/ShellOps_ea89a9f589/gold/downloads/updated_images.csv new file mode 100644 index 0000000000000000000000000000000000000000..f092d3bf3853672ba6f841d00c38eb9507d61c6f --- /dev/null +++ b/shellops/assets/ShellOps_ea89a9f589/gold/downloads/updated_images.csv @@ -0,0 +1,4 @@ +id,image_url +1,https://cdn-new.example.org/images/01.jpg +2,https://cdn-new.example.org/assets/02.png +3,https://cdn-new.example.org/2024/banner.jpg \ No newline at end of file diff --git a/shellops/assets/ShellOps_ea89a9f589/init/downloads/product_images.csv b/shellops/assets/ShellOps_ea89a9f589/init/downloads/product_images.csv new file mode 100644 index 0000000000000000000000000000000000000000..3a41c32eed3406650d9738d68e1a8ce1fdf77105 --- /dev/null +++ b/shellops/assets/ShellOps_ea89a9f589/init/downloads/product_images.csv @@ -0,0 +1,4 @@ +id,image_url +1,https://cdn-old.example.net/images/01.jpg +2,https://cdn-old.example.net/assets/02.png +3,https://cdn-old.example.net/2024/banner.jpg \ No newline at end of file diff --git a/shellops/assets/ShellOps_eaaee1735a/gold/deprecated-refs.log b/shellops/assets/ShellOps_eaaee1735a/gold/deprecated-refs.log new file mode 100644 index 0000000000000000000000000000000000000000..298c5940a7bbc870519c4cda5edc6afba37ce731 --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/gold/deprecated-refs.log @@ -0,0 +1,5 @@ +schema_changes/migrate_v1.sql:1:ALTER TABLE user_old RENAME TO users; +schema_changes/migrate_v1.sql:2:INSERT INTO user_data_legacy (id, name) VALUES (1, 'test'); +schema_changes/update_legacy_tables.sql:1:DROP TABLE IF EXISTS user_old; +schema_changes/update_legacy_tables.sql:2:-- user_data_legacy is deprecated +schema_changes/update_legacy_tables.sql:3:SELECT * FROM user_data_legacy; diff --git a/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/backport_fixes.sql b/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/backport_fixes.sql new file mode 100644 index 0000000000000000000000000000000000000000..cb4392efcbe71626f5a6619d1618314de46bcb15 --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/backport_fixes.sql @@ -0,0 +1 @@ +CREATE INDEX idx_user ON users (id); \ No newline at end of file diff --git a/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/migrate_v1.sql b/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/migrate_v1.sql new file mode 100644 index 0000000000000000000000000000000000000000..f926f1962e473f1bdbe3d3c93eba03d5c702f12a --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/migrate_v1.sql @@ -0,0 +1,2 @@ +ALTER TABLE user_old RENAME TO users; +INSERT INTO user_data_legacy (id, name) VALUES (1, 'test'); \ No newline at end of file diff --git a/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/update_legacy_tables.sql b/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/update_legacy_tables.sql new file mode 100644 index 0000000000000000000000000000000000000000..7628be159ecfcff00a8f0d7db492dcf61d3f27b2 --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/gold/schema_changes/update_legacy_tables.sql @@ -0,0 +1,3 @@ +DROP TABLE IF EXISTS user_old; +-- user_data_legacy is deprecated +SELECT * FROM user_data_legacy; \ No newline at end of file diff --git a/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/backport_fixes.sql b/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/backport_fixes.sql new file mode 100644 index 0000000000000000000000000000000000000000..cb4392efcbe71626f5a6619d1618314de46bcb15 --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/backport_fixes.sql @@ -0,0 +1 @@ +CREATE INDEX idx_user ON users (id); \ No newline at end of file diff --git a/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/migrate_v1.sql b/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/migrate_v1.sql new file mode 100644 index 0000000000000000000000000000000000000000..f926f1962e473f1bdbe3d3c93eba03d5c702f12a --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/migrate_v1.sql @@ -0,0 +1,2 @@ +ALTER TABLE user_old RENAME TO users; +INSERT INTO user_data_legacy (id, name) VALUES (1, 'test'); \ No newline at end of file diff --git a/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/update_legacy_tables.sql b/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/update_legacy_tables.sql new file mode 100644 index 0000000000000000000000000000000000000000..7628be159ecfcff00a8f0d7db492dcf61d3f27b2 --- /dev/null +++ b/shellops/assets/ShellOps_eaaee1735a/init/schema_changes/update_legacy_tables.sql @@ -0,0 +1,3 @@ +DROP TABLE IF EXISTS user_old; +-- user_data_legacy is deprecated +SELECT * FROM user_data_legacy; \ No newline at end of file diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/recent_temperatures.csv b/shellops/assets/ShellOps_eac183f9e2/gold/recent_temperatures.csv new file mode 100644 index 0000000000000000000000000000000000000000..18bdf41f7194c7383c7a059315ddd0f9423840ef --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/recent_temperatures.csv @@ -0,0 +1,3 @@ +alpha,23.1 +beta,19.5 +gamma,25.8 diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/.keep b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-093000_beta.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-093000_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..68b5f9c4c57ba1818088874f1472672a2c25e05d --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-093000_beta.out @@ -0,0 +1,4 @@ +Device: sensor_B +Temperature: 18.9 +Humidity: 51 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-120000_alpha.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-120000_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..737e0a5940a111311cf3f0daca7bdcc6b3ae8ea2 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-120000_alpha.out @@ -0,0 +1,4 @@ +Device: sensor_A +Temperature: 22.5 +Humidity: 45 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-121500_alpha.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-121500_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..1e684a1a15991e35e3116a5f4e8f94753ca7fae6 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-121500_alpha.out @@ -0,0 +1,4 @@ +Device: sensor_A +Temperature: 23.1 +Humidity: 47 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-130000_delta.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-130000_delta.out new file mode 100644 index 0000000000000000000000000000000000000000..61cd149b35c71e839072a4f3a35b2c8d18e44637 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240315-130000_delta.out @@ -0,0 +1,4 @@ +Device: sensor_D +Temperature: 20.0 +Humidity: 48 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-083000_gamma.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-083000_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..d72d2631b885ab8cf511aaad07d2c8c59534b2dd --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-083000_gamma.out @@ -0,0 +1,4 @@ +Device: sensor_C +Temperature: 25.0 +Humidity: 42 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-093000_beta.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-093000_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..9a7b155692d444bceac44dbac79846546d4b1000 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-093000_beta.out @@ -0,0 +1,4 @@ +Device: sensor_B +Temperature: 19.5 +Humidity: 53 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-110000_gamma.out b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-110000_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..cc6285761fa5a9e1a480530247c52d5914055907 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/20240316-110000_gamma.out @@ -0,0 +1,4 @@ +Device: sensor_C +Temperature: 25.8 +Humidity: 44 + diff --git a/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/dropped_reading.err b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/dropped_reading.err new file mode 100644 index 0000000000000000000000000000000000000000..58188032c00d91c9c3ce88b01c26979ac0a2b3e7 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/gold/telemetry/dropped_reading.err @@ -0,0 +1,2 @@ +ERROR: Sensor offline + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/.keep b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-093000_beta.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-093000_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..68b5f9c4c57ba1818088874f1472672a2c25e05d --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-093000_beta.out @@ -0,0 +1,4 @@ +Device: sensor_B +Temperature: 18.9 +Humidity: 51 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-120000_alpha.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-120000_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..737e0a5940a111311cf3f0daca7bdcc6b3ae8ea2 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-120000_alpha.out @@ -0,0 +1,4 @@ +Device: sensor_A +Temperature: 22.5 +Humidity: 45 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-121500_alpha.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-121500_alpha.out new file mode 100644 index 0000000000000000000000000000000000000000..1e684a1a15991e35e3116a5f4e8f94753ca7fae6 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-121500_alpha.out @@ -0,0 +1,4 @@ +Device: sensor_A +Temperature: 23.1 +Humidity: 47 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-130000_delta.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-130000_delta.out new file mode 100644 index 0000000000000000000000000000000000000000..61cd149b35c71e839072a4f3a35b2c8d18e44637 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240315-130000_delta.out @@ -0,0 +1,4 @@ +Device: sensor_D +Temperature: 20.0 +Humidity: 48 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-083000_gamma.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-083000_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..d72d2631b885ab8cf511aaad07d2c8c59534b2dd --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-083000_gamma.out @@ -0,0 +1,4 @@ +Device: sensor_C +Temperature: 25.0 +Humidity: 42 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-093000_beta.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-093000_beta.out new file mode 100644 index 0000000000000000000000000000000000000000..9a7b155692d444bceac44dbac79846546d4b1000 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-093000_beta.out @@ -0,0 +1,4 @@ +Device: sensor_B +Temperature: 19.5 +Humidity: 53 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-110000_gamma.out b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-110000_gamma.out new file mode 100644 index 0000000000000000000000000000000000000000..cc6285761fa5a9e1a480530247c52d5914055907 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/20240316-110000_gamma.out @@ -0,0 +1,4 @@ +Device: sensor_C +Temperature: 25.8 +Humidity: 44 + diff --git a/shellops/assets/ShellOps_eac183f9e2/init/telemetry/dropped_reading.err b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/dropped_reading.err new file mode 100644 index 0000000000000000000000000000000000000000..58188032c00d91c9c3ce88b01c26979ac0a2b3e7 --- /dev/null +++ b/shellops/assets/ShellOps_eac183f9e2/init/telemetry/dropped_reading.err @@ -0,0 +1,2 @@ +ERROR: Sensor offline + diff --git a/shellops/assets/ShellOps_ead13cc8ce/gold/discrepancies/.keep b/shellops/assets/ShellOps_ead13cc8ce/gold/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ead13cc8ce/gold/discrepancies/discrepancy_report.csv b/shellops/assets/ShellOps_ead13cc8ce/gold/discrepancies/discrepancy_report.csv new file mode 100644 index 0000000000000000000000000000000000000000..c7aebf4472b5daad713163b3b025a620f3202d0b --- /dev/null +++ b/shellops/assets/ShellOps_ead13cc8ce/gold/discrepancies/discrepancy_report.csv @@ -0,0 +1,4 @@ +package_id,shipping_status,tracker_status +PKG1001,in_transit,delivered +PKG1006,pending,in_transit +PKG1008,in_transit,delivered diff --git a/shellops/assets/ShellOps_ead13cc8ce/gold/shipping/packages.csv b/shellops/assets/ShellOps_ead13cc8ce/gold/shipping/packages.csv new file mode 100644 index 0000000000000000000000000000000000000000..eee520edaf078f2ca5bd810523d195429d73aecd --- /dev/null +++ b/shellops/assets/ShellOps_ead13cc8ce/gold/shipping/packages.csv @@ -0,0 +1,11 @@ +package_id,status,last_updated +PKG1001,in_transit,2024-05-10 +PKG1002,delivered,2024-05-09 +PKG1003,pending,2024-05-11 +PKG1004,in_transit,2024-05-10 +PKG1005,delivered,2024-05-08 +PKG1006,pending,2024-05-11 +PKG1007,delivered,2024-05-07 +PKG1008,in_transit,2024-05-10 +PKG1009,pending,2024-05-12 +PKG1010,delivered,2024-05-09 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead13cc8ce/gold/tracker/current_deliveries.csv b/shellops/assets/ShellOps_ead13cc8ce/gold/tracker/current_deliveries.csv new file mode 100644 index 0000000000000000000000000000000000000000..cef65c651e218050845e75d0b3935ffe8b70bf62 --- /dev/null +++ b/shellops/assets/ShellOps_ead13cc8ce/gold/tracker/current_deliveries.csv @@ -0,0 +1,11 @@ +package_id,status,notes +PKG1001,delivered,left_at_door +PKG1002,delivered,signed_for +PKG1003,pending,processing +PKG1004,in_transit,on_truck +PKG1005,delivered,signed_for +PKG1006,in_transit,in_warehouse +PKG1007,delivered,signed_for +PKG1008,delivered,signed_for +PKG1009,pending,processing +PKG1010,delivered,left_at_door \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead13cc8ce/init/discrepancies/.keep b/shellops/assets/ShellOps_ead13cc8ce/init/discrepancies/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ead13cc8ce/init/shipping/packages.csv b/shellops/assets/ShellOps_ead13cc8ce/init/shipping/packages.csv new file mode 100644 index 0000000000000000000000000000000000000000..eee520edaf078f2ca5bd810523d195429d73aecd --- /dev/null +++ b/shellops/assets/ShellOps_ead13cc8ce/init/shipping/packages.csv @@ -0,0 +1,11 @@ +package_id,status,last_updated +PKG1001,in_transit,2024-05-10 +PKG1002,delivered,2024-05-09 +PKG1003,pending,2024-05-11 +PKG1004,in_transit,2024-05-10 +PKG1005,delivered,2024-05-08 +PKG1006,pending,2024-05-11 +PKG1007,delivered,2024-05-07 +PKG1008,in_transit,2024-05-10 +PKG1009,pending,2024-05-12 +PKG1010,delivered,2024-05-09 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead13cc8ce/init/tracker/current_deliveries.csv b/shellops/assets/ShellOps_ead13cc8ce/init/tracker/current_deliveries.csv new file mode 100644 index 0000000000000000000000000000000000000000..cef65c651e218050845e75d0b3935ffe8b70bf62 --- /dev/null +++ b/shellops/assets/ShellOps_ead13cc8ce/init/tracker/current_deliveries.csv @@ -0,0 +1,11 @@ +package_id,status,notes +PKG1001,delivered,left_at_door +PKG1002,delivered,signed_for +PKG1003,pending,processing +PKG1004,in_transit,on_truck +PKG1005,delivered,signed_for +PKG1006,in_transit,in_warehouse +PKG1007,delivered,signed_for +PKG1008,delivered,signed_for +PKG1009,pending,processing +PKG1010,delivered,left_at_door \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead7adefb3/gold/distractor.txt b/shellops/assets/ShellOps_ead7adefb3/gold/distractor.txt new file mode 100644 index 0000000000000000000000000000000000000000..568986e8b855633e0777b2a9b2cd9130524f3dd1 --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/gold/distractor.txt @@ -0,0 +1 @@ +These codes are deprecated: 301, 401, 503 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead7adefb3/gold/missing_codes.txt b/shellops/assets/ShellOps_ead7adefb3/gold/missing_codes.txt new file mode 100644 index 0000000000000000000000000000000000000000..b02393da97fabb23259e0f79cbf39e133813f3bf --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/gold/missing_codes.txt @@ -0,0 +1,3 @@ +Missing_Codes: +301 +502 diff --git a/shellops/assets/ShellOps_ead7adefb3/gold/subsystem_a_errors.xml b/shellops/assets/ShellOps_ead7adefb3/gold/subsystem_a_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..5f31a149ce6d91b724c6d2c654acfc583e8af040 --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/gold/subsystem_a_errors.xml @@ -0,0 +1,5 @@ + + 404Not Found + 502Bad Gateway + 301Moved + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead7adefb3/gold/subsystem_b_errors.xml b/shellops/assets/ShellOps_ead7adefb3/gold/subsystem_b_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..26015081bc7a5b5a503f358098802ae52d73a325 --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/gold/subsystem_b_errors.xml @@ -0,0 +1,5 @@ + + 404Resource Missing + 403Forbidden + 500Server Error + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead7adefb3/init/distractor.txt b/shellops/assets/ShellOps_ead7adefb3/init/distractor.txt new file mode 100644 index 0000000000000000000000000000000000000000..568986e8b855633e0777b2a9b2cd9130524f3dd1 --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/init/distractor.txt @@ -0,0 +1 @@ +These codes are deprecated: 301, 401, 503 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead7adefb3/init/subsystem_a_errors.xml b/shellops/assets/ShellOps_ead7adefb3/init/subsystem_a_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..5f31a149ce6d91b724c6d2c654acfc583e8af040 --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/init/subsystem_a_errors.xml @@ -0,0 +1,5 @@ + + 404Not Found + 502Bad Gateway + 301Moved + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ead7adefb3/init/subsystem_b_errors.xml b/shellops/assets/ShellOps_ead7adefb3/init/subsystem_b_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..26015081bc7a5b5a503f358098802ae52d73a325 --- /dev/null +++ b/shellops/assets/ShellOps_ead7adefb3/init/subsystem_b_errors.xml @@ -0,0 +1,5 @@ + + 404Resource Missing + 403Forbidden + 500Server Error + \ No newline at end of file diff --git a/shellops/assets/ShellOps_eae3cdf7d7/gold/active_services.xml b/shellops/assets/ShellOps_eae3cdf7d7/gold/active_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..eaf1f6b6f628628afa36fc0e335cc4257f00205e --- /dev/null +++ b/shellops/assets/ShellOps_eae3cdf7d7/gold/active_services.xml @@ -0,0 +1 @@ +user-authpayment-apilegacy-notify \ No newline at end of file diff --git a/shellops/assets/ShellOps_eae3cdf7d7/gold/allowed_services.txt b/shellops/assets/ShellOps_eae3cdf7d7/gold/allowed_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee9c784caa489ab36c3009fce1199fddb2448dc0 --- /dev/null +++ b/shellops/assets/ShellOps_eae3cdf7d7/gold/allowed_services.txt @@ -0,0 +1,3 @@ +user-auth +payment-api +metrics-exporter \ No newline at end of file diff --git a/shellops/assets/ShellOps_eae3cdf7d7/gold/notes.md b/shellops/assets/ShellOps_eae3cdf7d7/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fac616552782e9e5c67985a044eb19d002706642 --- /dev/null +++ b/shellops/assets/ShellOps_eae3cdf7d7/gold/notes.md @@ -0,0 +1,2 @@ +# Deprecation Log +- legacy-notify scheduled for Q3 sunset \ No newline at end of file diff --git a/shellops/assets/ShellOps_eae3cdf7d7/init/active_services.xml b/shellops/assets/ShellOps_eae3cdf7d7/init/active_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..eaf1f6b6f628628afa36fc0e335cc4257f00205e --- /dev/null +++ b/shellops/assets/ShellOps_eae3cdf7d7/init/active_services.xml @@ -0,0 +1 @@ +user-authpayment-apilegacy-notify \ No newline at end of file diff --git a/shellops/assets/ShellOps_eae3cdf7d7/init/allowed_services.txt b/shellops/assets/ShellOps_eae3cdf7d7/init/allowed_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee9c784caa489ab36c3009fce1199fddb2448dc0 --- /dev/null +++ b/shellops/assets/ShellOps_eae3cdf7d7/init/allowed_services.txt @@ -0,0 +1,3 @@ +user-auth +payment-api +metrics-exporter \ No newline at end of file diff --git a/shellops/assets/ShellOps_eae3cdf7d7/init/notes.md b/shellops/assets/ShellOps_eae3cdf7d7/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..fac616552782e9e5c67985a044eb19d002706642 --- /dev/null +++ b/shellops/assets/ShellOps_eae3cdf7d7/init/notes.md @@ -0,0 +1,2 @@ +# Deprecation Log +- legacy-notify scheduled for Q3 sunset \ No newline at end of file diff --git a/shellops/assets/ShellOps_eb168f00c8/gold/app_a.trace b/shellops/assets/ShellOps_eb168f00c8/gold/app_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..a7f1511c6dfd5c67ab99be1fa9fd1385473eae46 --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/gold/app_a.trace @@ -0,0 +1,5 @@ +2024-04-15 10:23:45 component=ui event=render duration=120ms +2024-04-15 10:24:01 component=ui event=render duration=110ms +2024-04-15 10:25:12 component=auth event=login duration=250ms +2024-04-15 10:26:33 component=db event=query duration=80ms +2024-04-15 10:27:44 component=ui event=click duration=15ms diff --git a/shellops/assets/ShellOps_eb168f00c8/gold/app_b.trace b/shellops/assets/ShellOps_eb168f00c8/gold/app_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..3d96a743800621772fd846723898261723945d15 --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/gold/app_b.trace @@ -0,0 +1,5 @@ +2024-04-15 11:10:22 component=cache event=get duration=5ms +2024-04-15 11:11:45 component=auth event=token_check duration=90ms +2024-04-15 11:12:10 component=ui event=render duration=130ms +2024-04-15 11:13:01 component=db event=commit duration=60ms +2024-04-15 11:14:20 component=cache event=set duration=7ms diff --git a/shellops/assets/ShellOps_eb168f00c8/gold/trace_summary.tsv b/shellops/assets/ShellOps_eb168f00c8/gold/trace_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f47867eb3b356c9caf23da77ff16f69d1f0aa567 --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/gold/trace_summary.tsv @@ -0,0 +1,5 @@ +component count version +ui 4 2.4.1 +auth 2 1.9.0 +cache 2 3.0.2 +db 2 5.2.3 diff --git a/shellops/assets/ShellOps_eb168f00c8/gold/versions.tsv b/shellops/assets/ShellOps_eb168f00c8/gold/versions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2cea3b5bf6038224fbd70ac5ece9af397f30c95b --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/gold/versions.tsv @@ -0,0 +1,4 @@ +ui 2.4.1 +auth 1.9.0 +db 5.2.3 +cache 3.0.2 diff --git a/shellops/assets/ShellOps_eb168f00c8/init/app_a.trace b/shellops/assets/ShellOps_eb168f00c8/init/app_a.trace new file mode 100644 index 0000000000000000000000000000000000000000..a7f1511c6dfd5c67ab99be1fa9fd1385473eae46 --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/init/app_a.trace @@ -0,0 +1,5 @@ +2024-04-15 10:23:45 component=ui event=render duration=120ms +2024-04-15 10:24:01 component=ui event=render duration=110ms +2024-04-15 10:25:12 component=auth event=login duration=250ms +2024-04-15 10:26:33 component=db event=query duration=80ms +2024-04-15 10:27:44 component=ui event=click duration=15ms diff --git a/shellops/assets/ShellOps_eb168f00c8/init/app_b.trace b/shellops/assets/ShellOps_eb168f00c8/init/app_b.trace new file mode 100644 index 0000000000000000000000000000000000000000..3d96a743800621772fd846723898261723945d15 --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/init/app_b.trace @@ -0,0 +1,5 @@ +2024-04-15 11:10:22 component=cache event=get duration=5ms +2024-04-15 11:11:45 component=auth event=token_check duration=90ms +2024-04-15 11:12:10 component=ui event=render duration=130ms +2024-04-15 11:13:01 component=db event=commit duration=60ms +2024-04-15 11:14:20 component=cache event=set duration=7ms diff --git a/shellops/assets/ShellOps_eb168f00c8/init/versions.tsv b/shellops/assets/ShellOps_eb168f00c8/init/versions.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2cea3b5bf6038224fbd70ac5ece9af397f30c95b --- /dev/null +++ b/shellops/assets/ShellOps_eb168f00c8/init/versions.tsv @@ -0,0 +1,4 @@ +ui 2.4.1 +auth 1.9.0 +db 5.2.3 +cache 3.0.2 diff --git a/shellops/assets/ShellOps_eb2f22d5d1/gold/active_tls_profiles.xml b/shellops/assets/ShellOps_eb2f22d5d1/gold/active_tls_profiles.xml new file mode 100644 index 0000000000000000000000000000000000000000..346327bdfc8a6fbeee6e01e0920fb2cf95fad95f --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/gold/active_tls_profiles.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_eb2f22d5d1/gold/baseline/tls_policy.txt b/shellops/assets/ShellOps_eb2f22d5d1/gold/baseline/tls_policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8f52552534572af73a89c50bc98540fa902191e --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/gold/baseline/tls_policy.txt @@ -0,0 +1,3 @@ +edge-strict +internal-plain +dmz-balanced diff --git a/shellops/assets/ShellOps_eb2f22d5d1/gold/notes/scratch.md b/shellops/assets/ShellOps_eb2f22d5d1/gold/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..a4370a665722fd3d1f0629fec96f7f56c1b0e912 --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/gold/notes/scratch.md @@ -0,0 +1,3 @@ +# Scratch notes +- TODO: revisit legacy-compat for deprecation +- lab-experimental is not yet approved diff --git a/shellops/assets/ShellOps_eb2f22d5d1/gold/reports/unapproved_profiles.txt b/shellops/assets/ShellOps_eb2f22d5d1/gold/reports/unapproved_profiles.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea4f5c43d79651c561e33b42c073b92df339ac32 --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/gold/reports/unapproved_profiles.txt @@ -0,0 +1,2 @@ +lab-experimental +legacy-compat diff --git a/shellops/assets/ShellOps_eb2f22d5d1/init/active_tls_profiles.xml b/shellops/assets/ShellOps_eb2f22d5d1/init/active_tls_profiles.xml new file mode 100644 index 0000000000000000000000000000000000000000..346327bdfc8a6fbeee6e01e0920fb2cf95fad95f --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/init/active_tls_profiles.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_eb2f22d5d1/init/baseline/tls_policy.txt b/shellops/assets/ShellOps_eb2f22d5d1/init/baseline/tls_policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8f52552534572af73a89c50bc98540fa902191e --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/init/baseline/tls_policy.txt @@ -0,0 +1,3 @@ +edge-strict +internal-plain +dmz-balanced diff --git a/shellops/assets/ShellOps_eb2f22d5d1/init/notes/scratch.md b/shellops/assets/ShellOps_eb2f22d5d1/init/notes/scratch.md new file mode 100644 index 0000000000000000000000000000000000000000..a4370a665722fd3d1f0629fec96f7f56c1b0e912 --- /dev/null +++ b/shellops/assets/ShellOps_eb2f22d5d1/init/notes/scratch.md @@ -0,0 +1,3 @@ +# Scratch notes +- TODO: revisit legacy-compat for deprecation +- lab-experimental is not yet approved diff --git a/shellops/assets/ShellOps_eb538f45bf/gold/runs/.keep b/shellops/assets/ShellOps_eb538f45bf/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240315.trace b/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240315.trace new file mode 100644 index 0000000000000000000000000000000000000000..c20ef372327b24aef6ab4e29bce96bfe65532d6d --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240315.trace @@ -0,0 +1,5 @@ +DIAG: start test suite 123 +some noise line +DIAG: assertion failed 456 +DIAG: checkpoint 789 +DIAG: end 101112 diff --git a/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240316.trace b/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240316.trace new file mode 100644 index 0000000000000000000000000000000000000000..a501aac9a6518db8f2d1190bab42b155849766c0 --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240316.trace @@ -0,0 +1,4 @@ +DIAG: start test suite 456 +DIAG: timeout 999 +DIAG: checkpoint 123 +DIAG: end 789 diff --git a/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240317.trace b/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240317.trace new file mode 100644 index 0000000000000000000000000000000000000000..aa0e83c8a220069dc94595bd547c3793d8d24bae --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/gold/runs/ci_run_20240317.trace @@ -0,0 +1,3 @@ +DIAG: start test suite 101112 +DIAG: error code 456 +DIAG: end 123 diff --git a/shellops/assets/ShellOps_eb538f45bf/gold/test_tags.txt b/shellops/assets/ShellOps_eb538f45bf/gold/test_tags.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1f80ff237afa463ed432ded833c364cf6be6112 --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/gold/test_tags.txt @@ -0,0 +1,5 @@ +123 +456 +789 +999 +101112 diff --git a/shellops/assets/ShellOps_eb538f45bf/init/runs/.keep b/shellops/assets/ShellOps_eb538f45bf/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240315.trace b/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240315.trace new file mode 100644 index 0000000000000000000000000000000000000000..c20ef372327b24aef6ab4e29bce96bfe65532d6d --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240315.trace @@ -0,0 +1,5 @@ +DIAG: start test suite 123 +some noise line +DIAG: assertion failed 456 +DIAG: checkpoint 789 +DIAG: end 101112 diff --git a/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240316.trace b/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240316.trace new file mode 100644 index 0000000000000000000000000000000000000000..a501aac9a6518db8f2d1190bab42b155849766c0 --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240316.trace @@ -0,0 +1,4 @@ +DIAG: start test suite 456 +DIAG: timeout 999 +DIAG: checkpoint 123 +DIAG: end 789 diff --git a/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240317.trace b/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240317.trace new file mode 100644 index 0000000000000000000000000000000000000000..aa0e83c8a220069dc94595bd547c3793d8d24bae --- /dev/null +++ b/shellops/assets/ShellOps_eb538f45bf/init/runs/ci_run_20240317.trace @@ -0,0 +1,3 @@ +DIAG: start test suite 101112 +DIAG: error code 456 +DIAG: end 123 diff --git a/shellops/assets/ShellOps_eb5aaf3343/gold/alerts/.keep b/shellops/assets/ShellOps_eb5aaf3343/gold/alerts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eb5aaf3343/gold/alerts/status.out b/shellops/assets/ShellOps_eb5aaf3343/gold/alerts/status.out new file mode 100644 index 0000000000000000000000000000000000000000..d384b4535d609ba9302728a4c48187db0db31f72 --- /dev/null +++ b/shellops/assets/ShellOps_eb5aaf3343/gold/alerts/status.out @@ -0,0 +1,10 @@ +frontend-api: UP +backend-db: DOWN +cache-service: UP +load-balancer: UP +backend-db: DOWN +monitoring-agent: DOWN +auth-service: UP +monitoring-agent: DOWN +log-ingester: UP +backend-db: DOWN diff --git a/shellops/assets/ShellOps_eb5aaf3343/init/alerts/.keep b/shellops/assets/ShellOps_eb5aaf3343/init/alerts/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eb5aaf3343/init/alerts/status.out b/shellops/assets/ShellOps_eb5aaf3343/init/alerts/status.out new file mode 100644 index 0000000000000000000000000000000000000000..d384b4535d609ba9302728a4c48187db0db31f72 --- /dev/null +++ b/shellops/assets/ShellOps_eb5aaf3343/init/alerts/status.out @@ -0,0 +1,10 @@ +frontend-api: UP +backend-db: DOWN +cache-service: UP +load-balancer: UP +backend-db: DOWN +monitoring-agent: DOWN +auth-service: UP +monitoring-agent: DOWN +log-ingester: UP +backend-db: DOWN diff --git a/shellops/assets/ShellOps_eba09b79a7/gold/clean_ph_values.out b/shellops/assets/ShellOps_eba09b79a7/gold/clean_ph_values.out new file mode 100644 index 0000000000000000000000000000000000000000..ea81470d847486f4e4295a42c8b43738944576b2 --- /dev/null +++ b/shellops/assets/ShellOps_eba09b79a7/gold/clean_ph_values.out @@ -0,0 +1,4 @@ +5.8 +6.2 +6.5 +7.0 diff --git a/shellops/assets/ShellOps_eba09b79a7/gold/soil_data.ini b/shellops/assets/ShellOps_eba09b79a7/gold/soil_data.ini new file mode 100644 index 0000000000000000000000000000000000000000..513f36229f6693ef72d928dea7da2bd9f7dcaf59 --- /dev/null +++ b/shellops/assets/ShellOps_eba09b79a7/gold/soil_data.ini @@ -0,0 +1,13 @@ +[region_1] +pH=6.5 +notes=high organic content +[region_2] +pH=7.0 +[region_3] +pH=invalid +notes=sample contaminated +[region_4] +pH=5.8 +[region_5] +pH=6.2 +notes=low nitrogen \ No newline at end of file diff --git a/shellops/assets/ShellOps_eba09b79a7/init/soil_data.ini b/shellops/assets/ShellOps_eba09b79a7/init/soil_data.ini new file mode 100644 index 0000000000000000000000000000000000000000..513f36229f6693ef72d928dea7da2bd9f7dcaf59 --- /dev/null +++ b/shellops/assets/ShellOps_eba09b79a7/init/soil_data.ini @@ -0,0 +1,13 @@ +[region_1] +pH=6.5 +notes=high organic content +[region_2] +pH=7.0 +[region_3] +pH=invalid +notes=sample contaminated +[region_4] +pH=5.8 +[region_5] +pH=6.2 +notes=low nitrogen \ No newline at end of file diff --git a/shellops/assets/ShellOps_eba3b3d19c/gold/approved_services.txt b/shellops/assets/ShellOps_eba3b3d19c/gold/approved_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..f015aad96c1789422de5c55c781ac69fbfd9eef1 --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/gold/approved_services.txt @@ -0,0 +1,11 @@ +# Core services +api-gateway +user-auth +inventory-manager + +# Analytics pipeline +analytics-collector +event-processor + +# Legacy services (to be removed) +legacy-reporting diff --git a/shellops/assets/ShellOps_eba3b3d19c/gold/deployments.xml b/shellops/assets/ShellOps_eba3b3d19c/gold/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..e6570a6cbd3bf1c9444a832de8648765470fc4de --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/gold/deployments.xml @@ -0,0 +1,23 @@ + + + + 2.1.0 + 3 + + + 1.5.2 + 2 + + + 3.0.1 + 4 + + + 1.2.0 + 2 + + + 0.9.8 + 1 + + diff --git a/shellops/assets/ShellOps_eba3b3d19c/gold/missing_services.txt b/shellops/assets/ShellOps_eba3b3d19c/gold/missing_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e5ec10017299ff4185aec54e4bb29b01b4d2a6c --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/gold/missing_services.txt @@ -0,0 +1 @@ +event-processor diff --git a/shellops/assets/ShellOps_eba3b3d19c/gold/notes.md b/shellops/assets/ShellOps_eba3b3d19c/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6470f55e11ffbded4a9223a385f1ca9533763195 --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/gold/notes.md @@ -0,0 +1,6 @@ +# Deployment notes +- api-gateway: stable, no issues +- user-auth: pending certificate rotation +- inventory-manager: resource limits updated +- analytics-collector: monitoring enabled +- legacy-reporting: scheduled for decommission diff --git a/shellops/assets/ShellOps_eba3b3d19c/init/approved_services.txt b/shellops/assets/ShellOps_eba3b3d19c/init/approved_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..f015aad96c1789422de5c55c781ac69fbfd9eef1 --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/init/approved_services.txt @@ -0,0 +1,11 @@ +# Core services +api-gateway +user-auth +inventory-manager + +# Analytics pipeline +analytics-collector +event-processor + +# Legacy services (to be removed) +legacy-reporting diff --git a/shellops/assets/ShellOps_eba3b3d19c/init/deployments.xml b/shellops/assets/ShellOps_eba3b3d19c/init/deployments.xml new file mode 100644 index 0000000000000000000000000000000000000000..e6570a6cbd3bf1c9444a832de8648765470fc4de --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/init/deployments.xml @@ -0,0 +1,23 @@ + + + + 2.1.0 + 3 + + + 1.5.2 + 2 + + + 3.0.1 + 4 + + + 1.2.0 + 2 + + + 0.9.8 + 1 + + diff --git a/shellops/assets/ShellOps_eba3b3d19c/init/notes.md b/shellops/assets/ShellOps_eba3b3d19c/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6470f55e11ffbded4a9223a385f1ca9533763195 --- /dev/null +++ b/shellops/assets/ShellOps_eba3b3d19c/init/notes.md @@ -0,0 +1,6 @@ +# Deployment notes +- api-gateway: stable, no issues +- user-auth: pending certificate rotation +- inventory-manager: resource limits updated +- analytics-collector: monitoring enabled +- legacy-reporting: scheduled for decommission diff --git a/shellops/assets/ShellOps_ec016e775d/gold/target_ips.txt b/shellops/assets/ShellOps_ec016e775d/gold/target_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..15362d9ff17fa9a5187161d9ed67d3c3dd496175 --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/gold/target_ips.txt @@ -0,0 +1,3 @@ +192.0.2.123 +192.168.127.12 +192.168.3.11 diff --git a/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/border_gate.json b/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/border_gate.json new file mode 100644 index 0000000000000000000000000000000000000000..4f92072ca17e7d9f5fa5d49a3fda0e81c3caa1bc --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/border_gate.json @@ -0,0 +1,7 @@ +{ + "feed_type": "routable gateway scanner", + "entries": [ + {"ip": "192.168.3.11", "last_seen": "2024-03-15"}, + {"ip": "192.168.127.12", "last_seen": "2024-03-16"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/cloud_proxy.json b/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/cloud_proxy.json new file mode 100644 index 0000000000000000000000000000000000000000..534695960e461f64c39216f08e7c7e1ad0816e40 --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/cloud_proxy.json @@ -0,0 +1,7 @@ +{ + "feed_type": "cloud routable entry", + "entries": [ + {"ip": "192.168.3.11", "last_seen": "2024-03-17"}, + {"ip": "192.0.2.123", "last_seen": "2024-03-18"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/internal_scan.json b/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/internal_scan.json new file mode 100644 index 0000000000000000000000000000000000000000..737f8c6cd4dda878eb3274b2fa0b128bfa3cd2e0 --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/gold/threat_feeds/internal_scan.json @@ -0,0 +1,7 @@ +{ + "feed_type": "corporate internal scan", + "entries": [ + {"ip": "192.168.1.101", "last_seen": "2024-03-14"}, + {"ip": "192.168.1.122", "last_seen": "2024-03-15"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec016e775d/init/target_ips.txt b/shellops/assets/ShellOps_ec016e775d/init/target_ips.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/border_gate.json b/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/border_gate.json new file mode 100644 index 0000000000000000000000000000000000000000..4f92072ca17e7d9f5fa5d49a3fda0e81c3caa1bc --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/border_gate.json @@ -0,0 +1,7 @@ +{ + "feed_type": "routable gateway scanner", + "entries": [ + {"ip": "192.168.3.11", "last_seen": "2024-03-15"}, + {"ip": "192.168.127.12", "last_seen": "2024-03-16"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/cloud_proxy.json b/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/cloud_proxy.json new file mode 100644 index 0000000000000000000000000000000000000000..534695960e461f64c39216f08e7c7e1ad0816e40 --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/cloud_proxy.json @@ -0,0 +1,7 @@ +{ + "feed_type": "cloud routable entry", + "entries": [ + {"ip": "192.168.3.11", "last_seen": "2024-03-17"}, + {"ip": "192.0.2.123", "last_seen": "2024-03-18"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/internal_scan.json b/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/internal_scan.json new file mode 100644 index 0000000000000000000000000000000000000000..737f8c6cd4dda878eb3274b2fa0b128bfa3cd2e0 --- /dev/null +++ b/shellops/assets/ShellOps_ec016e775d/init/threat_feeds/internal_scan.json @@ -0,0 +1,7 @@ +{ + "feed_type": "corporate internal scan", + "entries": [ + {"ip": "192.168.1.101", "last_seen": "2024-03-14"}, + {"ip": "192.168.1.122", "last_seen": "2024-03-15"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/gold/config/database.yaml b/shellops/assets/ShellOps_ec1af10703/gold/config/database.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9dd45edd6a692fd0db938918b08453beae4d97da --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/gold/config/database.yaml @@ -0,0 +1,8 @@ +database: + host: db.example.com + port: 5432 + credentials: + username: admin + password: secret + auth_method: basic_auth + pool_size: 10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/gold/config/monitoring.yaml b/shellops/assets/ShellOps_ec1af10703/gold/config/monitoring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b7c08a490fc1448d9f28b82ba1ee4af18bcc24ec --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/gold/config/monitoring.yaml @@ -0,0 +1,9 @@ +prometheus: + port: 9090 +alertmanager: + port: 9093 +# Authentication setup +basic_auth: false +users: + - name: viewer + role: read-only \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/gold/deploy/service_a.yaml b/shellops/assets/ShellOps_ec1af10703/gold/deploy/service_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f5080594359917c9e1d227138b8fc4c3fb683bf4 --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/gold/deploy/service_a.yaml @@ -0,0 +1,24 @@ +apiVersion: v1 +kind: Service +metadata: + name: api-service +spec: + ports: + - port: 8080 + selector: + app: api +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: api-deployment +spec: + template: + spec: + containers: + - name: api + env: + - name: AUTH_TYPE + value: token + - name: BASIC_AUTH_USER + value: deprecated_user \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/gold/deploy/service_b.yaml b/shellops/assets/ShellOps_ec1af10703/gold/deploy/service_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a041657b0f1eceb52509b79143702d53ab9afbf8 --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/gold/deploy/service_b.yaml @@ -0,0 +1,22 @@ +apiVersion: v1 +kind: Service +metadata: + name: web-service +spec: + ports: + - port: 80 + selector: + app: web +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: web-deployment +spec: + template: + spec: + containers: + - name: web + env: + - name: AUTH_TYPE + value: oauth \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/gold/legacy_auth_scan.out b/shellops/assets/ShellOps_ec1af10703/gold/legacy_auth_scan.out new file mode 100644 index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/gold/legacy_auth_scan.out @@ -0,0 +1 @@ +2 diff --git a/shellops/assets/ShellOps_ec1af10703/init/config/database.yaml b/shellops/assets/ShellOps_ec1af10703/init/config/database.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9dd45edd6a692fd0db938918b08453beae4d97da --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/init/config/database.yaml @@ -0,0 +1,8 @@ +database: + host: db.example.com + port: 5432 + credentials: + username: admin + password: secret + auth_method: basic_auth + pool_size: 10 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/init/config/monitoring.yaml b/shellops/assets/ShellOps_ec1af10703/init/config/monitoring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b7c08a490fc1448d9f28b82ba1ee4af18bcc24ec --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/init/config/monitoring.yaml @@ -0,0 +1,9 @@ +prometheus: + port: 9090 +alertmanager: + port: 9093 +# Authentication setup +basic_auth: false +users: + - name: viewer + role: read-only \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/init/deploy/service_a.yaml b/shellops/assets/ShellOps_ec1af10703/init/deploy/service_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f5080594359917c9e1d227138b8fc4c3fb683bf4 --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/init/deploy/service_a.yaml @@ -0,0 +1,24 @@ +apiVersion: v1 +kind: Service +metadata: + name: api-service +spec: + ports: + - port: 8080 + selector: + app: api +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: api-deployment +spec: + template: + spec: + containers: + - name: api + env: + - name: AUTH_TYPE + value: token + - name: BASIC_AUTH_USER + value: deprecated_user \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1af10703/init/deploy/service_b.yaml b/shellops/assets/ShellOps_ec1af10703/init/deploy/service_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a041657b0f1eceb52509b79143702d53ab9afbf8 --- /dev/null +++ b/shellops/assets/ShellOps_ec1af10703/init/deploy/service_b.yaml @@ -0,0 +1,22 @@ +apiVersion: v1 +kind: Service +metadata: + name: web-service +spec: + ports: + - port: 80 + selector: + app: web +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: web-deployment +spec: + template: + spec: + containers: + - name: web + env: + - name: AUTH_TYPE + value: oauth \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec1cdeb3b0/gold/license_summary.md b/shellops/assets/ShellOps_ec1cdeb3b0/gold/license_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..8c613bcdf60572a115d274a8b491d25b2dd7d724 --- /dev/null +++ b/shellops/assets/ShellOps_ec1cdeb3b0/gold/license_summary.md @@ -0,0 +1,4 @@ +Apache-2.0 +BSD-3-Clause +GPL-3.0 +MIT diff --git a/shellops/assets/ShellOps_ec1cdeb3b0/gold/licenses.ini b/shellops/assets/ShellOps_ec1cdeb3b0/gold/licenses.ini new file mode 100644 index 0000000000000000000000000000000000000000..a4055f897b897eb3e872131ed58943b9806734d8 --- /dev/null +++ b/shellops/assets/ShellOps_ec1cdeb3b0/gold/licenses.ini @@ -0,0 +1,20 @@ +[lib1] +license = MIT + +[lib2] +license = Apache-2.0 + +[lib3] +license = GPL-3.0 + +[lib4] +license = MIT + +[lib5] +license = BSD-3-Clause + +[lib6] +license = MIT + +[lib7] +license = Apache-2.0 diff --git a/shellops/assets/ShellOps_ec1cdeb3b0/init/.tmp/.keep b/shellops/assets/ShellOps_ec1cdeb3b0/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ec1cdeb3b0/init/licenses.ini b/shellops/assets/ShellOps_ec1cdeb3b0/init/licenses.ini new file mode 100644 index 0000000000000000000000000000000000000000..a4055f897b897eb3e872131ed58943b9806734d8 --- /dev/null +++ b/shellops/assets/ShellOps_ec1cdeb3b0/init/licenses.ini @@ -0,0 +1,20 @@ +[lib1] +license = MIT + +[lib2] +license = Apache-2.0 + +[lib3] +license = GPL-3.0 + +[lib4] +license = MIT + +[lib5] +license = BSD-3-Clause + +[lib6] +license = MIT + +[lib7] +license = Apache-2.0 diff --git a/shellops/assets/ShellOps_ec3fd64a58/gold/probes/inventory.csv b/shellops/assets/ShellOps_ec3fd64a58/gold/probes/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..6c45c4b8053dcceb6fafd6f9c21f4fa93f3f32b3 --- /dev/null +++ b/shellops/assets/ShellOps_ec3fd64a58/gold/probes/inventory.csv @@ -0,0 +1,7 @@ +probe_name,location,status +alpha-01,lab-a,active +beta-03,lab-b,standby +gamma-07,lab-a,active +delta-12,lab-c,standby +epsilon-20,lab-b,active +zeta-99,lab-d,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec3fd64a58/gold/probes/name_mapping.json b/shellops/assets/ShellOps_ec3fd64a58/gold/probes/name_mapping.json new file mode 100644 index 0000000000000000000000000000000000000000..6b762672f4d68c4a2615f75880e6ed54493041f6 --- /dev/null +++ b/shellops/assets/ShellOps_ec3fd64a58/gold/probes/name_mapping.json @@ -0,0 +1,7 @@ +{ + "alpha-01": "probe-2024-001", + "beta-03": "probe-2024-002", + "gamma-07": "probe-2024-003", + "delta-12": "probe-2024-004", + "zeta-99": "probe-2024-005" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec3fd64a58/init/probes/inventory.csv b/shellops/assets/ShellOps_ec3fd64a58/init/probes/inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..6c45c4b8053dcceb6fafd6f9c21f4fa93f3f32b3 --- /dev/null +++ b/shellops/assets/ShellOps_ec3fd64a58/init/probes/inventory.csv @@ -0,0 +1,7 @@ +probe_name,location,status +alpha-01,lab-a,active +beta-03,lab-b,standby +gamma-07,lab-a,active +delta-12,lab-c,standby +epsilon-20,lab-b,active +zeta-99,lab-d,active \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec3fd64a58/init/probes/name_mapping.json b/shellops/assets/ShellOps_ec3fd64a58/init/probes/name_mapping.json new file mode 100644 index 0000000000000000000000000000000000000000..6b762672f4d68c4a2615f75880e6ed54493041f6 --- /dev/null +++ b/shellops/assets/ShellOps_ec3fd64a58/init/probes/name_mapping.json @@ -0,0 +1,7 @@ +{ + "alpha-01": "probe-2024-001", + "beta-03": "probe-2024-002", + "gamma-07": "probe-2024-003", + "delta-12": "probe-2024-004", + "zeta-99": "probe-2024-005" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec44ffdb98/gold/appliances_master.tsv b/shellops/assets/ShellOps_ec44ffdb98/gold/appliances_master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2d1f3ebb3c702c73647e74bb8e2c354c2ea5c595 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/gold/appliances_master.tsv @@ -0,0 +1,7 @@ +model_id payloads +APL-2001 fw_2001.bin,config_2001.tar +APL-2002 fw_2002.bin,config_2002.tar +APL-2003 fw_2003.bin,config_2003.tar +APL-2001 backup_fw.bin,notes.txt +APL-2005 fw_2005.bin,config_2005.tar +APL-2006 fw_2006.bin,config_2006.tar \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec44ffdb98/gold/candidate_models.json b/shellops/assets/ShellOps_ec44ffdb98/gold/candidate_models.json new file mode 100644 index 0000000000000000000000000000000000000000..1d70f7f34863e85448efd1d47ab25d0068a71711 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/gold/candidate_models.json @@ -0,0 +1,8 @@ +{ + "models": [ + {"model_id": "APL-2002", "source": "lab_alpha"}, + {"model_id": "APL-2004", "source": "lab_beta"}, + {"model_id": "APL-2006", "source": "lab_gamma"}, + {"model_id": "APL-2009", "source": "lab_alpha"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec44ffdb98/gold/distractor.log b/shellops/assets/ShellOps_ec44ffdb98/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..5239cea87e2c9f6b6cfadf28f823c929bb4db273 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/gold/distractor.log @@ -0,0 +1,4 @@ +2025-03-15 08:45:23 INFO: deploying APL-2001 on rack 7 +2025-03-15 08:46:11 WARN: candidate APL-2004 missing firmware blob +2025-03-15 08:47:02 ERROR: APL-2009 rejected by validation +2025-03-15 08:48:00 INFO: APL-2003 upgraded successfully \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec44ffdb98/gold/unique_master_models.txt b/shellops/assets/ShellOps_ec44ffdb98/gold/unique_master_models.txt new file mode 100644 index 0000000000000000000000000000000000000000..6900bbff91e8d2c5e53bfdc5b1b0436096ed9941 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/gold/unique_master_models.txt @@ -0,0 +1,3 @@ +APL-2001 +APL-2003 +APL-2005 diff --git a/shellops/assets/ShellOps_ec44ffdb98/init/appliances_master.tsv b/shellops/assets/ShellOps_ec44ffdb98/init/appliances_master.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2d1f3ebb3c702c73647e74bb8e2c354c2ea5c595 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/init/appliances_master.tsv @@ -0,0 +1,7 @@ +model_id payloads +APL-2001 fw_2001.bin,config_2001.tar +APL-2002 fw_2002.bin,config_2002.tar +APL-2003 fw_2003.bin,config_2003.tar +APL-2001 backup_fw.bin,notes.txt +APL-2005 fw_2005.bin,config_2005.tar +APL-2006 fw_2006.bin,config_2006.tar \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec44ffdb98/init/candidate_models.json b/shellops/assets/ShellOps_ec44ffdb98/init/candidate_models.json new file mode 100644 index 0000000000000000000000000000000000000000..1d70f7f34863e85448efd1d47ab25d0068a71711 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/init/candidate_models.json @@ -0,0 +1,8 @@ +{ + "models": [ + {"model_id": "APL-2002", "source": "lab_alpha"}, + {"model_id": "APL-2004", "source": "lab_beta"}, + {"model_id": "APL-2006", "source": "lab_gamma"}, + {"model_id": "APL-2009", "source": "lab_alpha"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec44ffdb98/init/distractor.log b/shellops/assets/ShellOps_ec44ffdb98/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..5239cea87e2c9f6b6cfadf28f823c929bb4db273 --- /dev/null +++ b/shellops/assets/ShellOps_ec44ffdb98/init/distractor.log @@ -0,0 +1,4 @@ +2025-03-15 08:45:23 INFO: deploying APL-2001 on rack 7 +2025-03-15 08:46:11 WARN: candidate APL-2004 missing firmware blob +2025-03-15 08:47:02 ERROR: APL-2009 rejected by validation +2025-03-15 08:48:00 INFO: APL-2003 upgraded successfully \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec55934f8c/gold/docs/notes.txt b/shellops/assets/ShellOps_ec55934f8c/gold/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8214a33048a231b87b7aff8f4aa26f6ae4ac36a0 --- /dev/null +++ b/shellops/assets/ShellOps_ec55934f8c/gold/docs/notes.txt @@ -0,0 +1 @@ +Approval list updated 2024-05-15. Ignore test entries marked with T- prefix. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec55934f8c/gold/references/approved_workflows.md b/shellops/assets/ShellOps_ec55934f8c/gold/references/approved_workflows.md new file mode 100644 index 0000000000000000000000000000000000000000..f67a510fcd017bd9948985e62a8dba01800e8528 --- /dev/null +++ b/shellops/assets/ShellOps_ec55934f8c/gold/references/approved_workflows.md @@ -0,0 +1,3 @@ +XYZ789 +ABC123 +QRS321 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec55934f8c/gold/suspected_workflows.txt b/shellops/assets/ShellOps_ec55934f8c/gold/suspected_workflows.txt new file mode 100644 index 0000000000000000000000000000000000000000..b423612917d093f8893c7ffc5f9f4ffa7a4f84c8 --- /dev/null +++ b/shellops/assets/ShellOps_ec55934f8c/gold/suspected_workflows.txt @@ -0,0 +1 @@ +DEF456 diff --git a/shellops/assets/ShellOps_ec55934f8c/init/docs/notes.txt b/shellops/assets/ShellOps_ec55934f8c/init/docs/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..8214a33048a231b87b7aff8f4aa26f6ae4ac36a0 --- /dev/null +++ b/shellops/assets/ShellOps_ec55934f8c/init/docs/notes.txt @@ -0,0 +1 @@ +Approval list updated 2024-05-15. Ignore test entries marked with T- prefix. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec55934f8c/init/references/approved_workflows.md b/shellops/assets/ShellOps_ec55934f8c/init/references/approved_workflows.md new file mode 100644 index 0000000000000000000000000000000000000000..f67a510fcd017bd9948985e62a8dba01800e8528 --- /dev/null +++ b/shellops/assets/ShellOps_ec55934f8c/init/references/approved_workflows.md @@ -0,0 +1,3 @@ +XYZ789 +ABC123 +QRS321 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ec6be67099/gold/checklists/run_audit.md b/shellops/assets/ShellOps_ec6be67099/gold/checklists/run_audit.md new file mode 100644 index 0000000000000000000000000000000000000000..c0564373395aa961df47a04b068acb968f539ef4 --- /dev/null +++ b/shellops/assets/ShellOps_ec6be67099/gold/checklists/run_audit.md @@ -0,0 +1,5 @@ +# Expected Simulation Events +- 105 +- 107 +- 115 +- 118 diff --git a/shellops/assets/ShellOps_ec6be67099/gold/experiments/day1/outputs.csv b/shellops/assets/ShellOps_ec6be67099/gold/experiments/day1/outputs.csv new file mode 100644 index 0000000000000000000000000000000000000000..55b35e047e21fa147b64cf29f8b3914bd4b8d25c --- /dev/null +++ b/shellops/assets/ShellOps_ec6be67099/gold/experiments/day1/outputs.csv @@ -0,0 +1,6 @@ +event_id,energy,outcome +105,12.4,scatter +107,14.8,absorb +109,15.3, +112,11.7,scatter +115,13.5,ionize diff --git a/shellops/assets/ShellOps_ec6be67099/gold/missing_events.tsv b/shellops/assets/ShellOps_ec6be67099/gold/missing_events.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8c926acbc95a2f387b9526e3e601c113783b11e0 --- /dev/null +++ b/shellops/assets/ShellOps_ec6be67099/gold/missing_events.tsv @@ -0,0 +1,2 @@ +event_id +112 diff --git a/shellops/assets/ShellOps_ec6be67099/init/checklists/run_audit.md b/shellops/assets/ShellOps_ec6be67099/init/checklists/run_audit.md new file mode 100644 index 0000000000000000000000000000000000000000..c0564373395aa961df47a04b068acb968f539ef4 --- /dev/null +++ b/shellops/assets/ShellOps_ec6be67099/init/checklists/run_audit.md @@ -0,0 +1,5 @@ +# Expected Simulation Events +- 105 +- 107 +- 115 +- 118 diff --git a/shellops/assets/ShellOps_ec6be67099/init/experiments/day1/outputs.csv b/shellops/assets/ShellOps_ec6be67099/init/experiments/day1/outputs.csv new file mode 100644 index 0000000000000000000000000000000000000000..55b35e047e21fa147b64cf29f8b3914bd4b8d25c --- /dev/null +++ b/shellops/assets/ShellOps_ec6be67099/init/experiments/day1/outputs.csv @@ -0,0 +1,6 @@ +event_id,energy,outcome +105,12.4,scatter +107,14.8,absorb +109,15.3, +112,11.7,scatter +115,13.5,ionize diff --git a/shellops/assets/ShellOps_ec8eea2ab5/gold/license_check.out b/shellops/assets/ShellOps_ec8eea2ab5/gold/license_check.out new file mode 100644 index 0000000000000000000000000000000000000000..494096f7f216d3f17bdfdb7f7744ec89c6486c83 --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/gold/license_check.out @@ -0,0 +1 @@ +src/legacy.py diff --git a/shellops/assets/ShellOps_ec8eea2ab5/gold/src/.keep b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ec8eea2ab5/gold/src/legacy.py b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..9fde47df7bd514474193c4e825433a813d0e539f --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/legacy.py @@ -0,0 +1,4 @@ +# License: GPLv3 + +class LegacyClass: + pass diff --git a/shellops/assets/ShellOps_ec8eea2ab5/gold/src/main.py b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..917e192ecc90e204345a38c61b9e1e7ce0c9a119 --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/main.py @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: Apache-2.0 +import os + +print('Hello, world!') diff --git a/shellops/assets/ShellOps_ec8eea2ab5/gold/src/utils.py b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..9f4008cfadccf8da1e70fbdefcb9c2736905be71 --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/gold/src/utils.py @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT + +def helper_function(): + pass diff --git a/shellops/assets/ShellOps_ec8eea2ab5/init/src/.keep b/shellops/assets/ShellOps_ec8eea2ab5/init/src/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ec8eea2ab5/init/src/legacy.py b/shellops/assets/ShellOps_ec8eea2ab5/init/src/legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..9fde47df7bd514474193c4e825433a813d0e539f --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/init/src/legacy.py @@ -0,0 +1,4 @@ +# License: GPLv3 + +class LegacyClass: + pass diff --git a/shellops/assets/ShellOps_ec8eea2ab5/init/src/main.py b/shellops/assets/ShellOps_ec8eea2ab5/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..917e192ecc90e204345a38c61b9e1e7ce0c9a119 --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/init/src/main.py @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: Apache-2.0 +import os + +print('Hello, world!') diff --git a/shellops/assets/ShellOps_ec8eea2ab5/init/src/utils.py b/shellops/assets/ShellOps_ec8eea2ab5/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..9f4008cfadccf8da1e70fbdefcb9c2736905be71 --- /dev/null +++ b/shellops/assets/ShellOps_ec8eea2ab5/init/src/utils.py @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT + +def helper_function(): + pass diff --git a/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week1.log b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week1.log new file mode 100644 index 0000000000000000000000000000000000000000..5e5f90016b7563c22f4da563c5cc044f79f02aa3 --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week1.log @@ -0,0 +1,4 @@ +- [X] US-1001: Implement login page +- [ ] US-1002: User profile settings + +- [X] US-1003: Password reset flow (blockers: API delay) diff --git a/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week2.log b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week2.log new file mode 100644 index 0000000000000000000000000000000000000000..8cc1af8d3de10f8ec8e46d90f71159e42cb2b786 --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week2.log @@ -0,0 +1,3 @@ +- [X] US-1004: Add payment gateway +- [X] US-1005: Order confirmation email (blockers: SMTP config) +- [ ] US-1006: Search functionality diff --git a/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week3.log b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week3.log new file mode 100644 index 0000000000000000000000000000000000000000..3ecb8deaa531a27cd62568f476f8eb088c6de229 --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_records/week3.log @@ -0,0 +1,3 @@ +- [ ] US-1007: Dashboard analytics +- [X] US-1008: Mobile responsive header +- [X] US-1009: Error logging system diff --git a/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_summary.csv b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..2d5dc684aba55f6028b67e64a4775614bcf72c5e --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/gold/sprint_summary.csv @@ -0,0 +1,5 @@ +ID,Title +US-1001,Implement login page +US-1004,Add payment gateway +US-1008,Mobile responsive header +US-1009,Error logging system diff --git a/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week1.log b/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week1.log new file mode 100644 index 0000000000000000000000000000000000000000..5e5f90016b7563c22f4da563c5cc044f79f02aa3 --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week1.log @@ -0,0 +1,4 @@ +- [X] US-1001: Implement login page +- [ ] US-1002: User profile settings + +- [X] US-1003: Password reset flow (blockers: API delay) diff --git a/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week2.log b/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week2.log new file mode 100644 index 0000000000000000000000000000000000000000..8cc1af8d3de10f8ec8e46d90f71159e42cb2b786 --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week2.log @@ -0,0 +1,3 @@ +- [X] US-1004: Add payment gateway +- [X] US-1005: Order confirmation email (blockers: SMTP config) +- [ ] US-1006: Search functionality diff --git a/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week3.log b/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week3.log new file mode 100644 index 0000000000000000000000000000000000000000..3ecb8deaa531a27cd62568f476f8eb088c6de229 --- /dev/null +++ b/shellops/assets/ShellOps_ec9f1a564a/init/sprint_records/week3.log @@ -0,0 +1,3 @@ +- [ ] US-1007: Dashboard analytics +- [X] US-1008: Mobile responsive header +- [X] US-1009: Error logging system diff --git a/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/devices/assertions.json b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/devices/assertions.json new file mode 100644 index 0000000000000000000000000000000000000000..81c1d222a6feb1f926dd21ee1c4155cb1c33462b --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/devices/assertions.json @@ -0,0 +1,6 @@ +{ + "device_checks": { + "max_voltage": 5 + }, + "audit_meta": "1680000000" +} diff --git a/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/devices/runs.log b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/devices/runs.log new file mode 100644 index 0000000000000000000000000000000000000000..09620f21351499bb10ea212b268dc341c01e6931 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/devices/runs.log @@ -0,0 +1,2 @@ +start 1680000000 +start 1688313600 diff --git a/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/network/assertions.json b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/network/assertions.json new file mode 100644 index 0000000000000000000000000000000000000000..25ea5548a310edd4137efc9292b735f93235bf18 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/network/assertions.json @@ -0,0 +1 @@ +{"valid_ports": [80, 443]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/network/runs.log b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/network/runs.log new file mode 100644 index 0000000000000000000000000000000000000000..d90219c0e1bd69f4c25ba400f8b5027df36c6ae1 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/network/runs.log @@ -0,0 +1 @@ +error segmentation fault diff --git a/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/regions/assertions.json b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/regions/assertions.json new file mode 100644 index 0000000000000000000000000000000000000000..04b0d9c766e814172eedc8f7c63b6f4e9bdff439 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/regions/assertions.json @@ -0,0 +1,9 @@ +{ + "area_code_rules": { + "allowed": [ + 212, + 415 + ] + }, + "audit_meta": "1688140800" +} diff --git a/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/regions/runs.log b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/regions/runs.log new file mode 100644 index 0000000000000000000000000000000000000000..1b444b3e7eeebe1fa96940f7f0f1df7ef204ae09 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/gold/tests/data/regions/runs.log @@ -0,0 +1,3 @@ +start 1688140800 +error missing data +start 1688227200 diff --git a/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/devices/assertions.json b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/devices/assertions.json new file mode 100644 index 0000000000000000000000000000000000000000..199e46a7a4cc145f813b88a2f246eb0491274238 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/devices/assertions.json @@ -0,0 +1 @@ +{"device_checks": {"max_voltage": 5}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/devices/runs.log b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/devices/runs.log new file mode 100644 index 0000000000000000000000000000000000000000..09620f21351499bb10ea212b268dc341c01e6931 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/devices/runs.log @@ -0,0 +1,2 @@ +start 1680000000 +start 1688313600 diff --git a/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/network/assertions.json b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/network/assertions.json new file mode 100644 index 0000000000000000000000000000000000000000..25ea5548a310edd4137efc9292b735f93235bf18 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/network/assertions.json @@ -0,0 +1 @@ +{"valid_ports": [80, 443]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/network/runs.log b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/network/runs.log new file mode 100644 index 0000000000000000000000000000000000000000..d90219c0e1bd69f4c25ba400f8b5027df36c6ae1 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/network/runs.log @@ -0,0 +1 @@ +error segmentation fault diff --git a/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/regions/assertions.json b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/regions/assertions.json new file mode 100644 index 0000000000000000000000000000000000000000..623b15d5692400b54c7f739c41a23a422cb62d01 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/regions/assertions.json @@ -0,0 +1 @@ +{"area_code_rules": {"allowed": [212, 415]}} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/regions/runs.log b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/regions/runs.log new file mode 100644 index 0000000000000000000000000000000000000000..1b444b3e7eeebe1fa96940f7f0f1df7ef204ae09 --- /dev/null +++ b/shellops/assets/ShellOps_ecf9cdccfb/init/tests/data/regions/runs.log @@ -0,0 +1,3 @@ +start 1688140800 +error missing data +start 1688227200 diff --git a/shellops/assets/ShellOps_ed0b6e6fed/gold/.cache_meta/README.md b/shellops/assets/ShellOps_ed0b6e6fed/gold/.cache_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..aeabb82719bdb50077505d5f2d0992c86feee307 --- /dev/null +++ b/shellops/assets/ShellOps_ed0b6e6fed/gold/.cache_meta/README.md @@ -0,0 +1 @@ +This directory contains cache metadata for the graphics pipeline. diff --git a/shellops/assets/ShellOps_ed0b6e6fed/gold/.cache_meta/shader_manifest.toml b/shellops/assets/ShellOps_ed0b6e6fed/gold/.cache_meta/shader_manifest.toml new file mode 100644 index 0000000000000000000000000000000000000000..a89f410739070c44a18381324507047d3762df10 --- /dev/null +++ b/shellops/assets/ShellOps_ed0b6e6fed/gold/.cache_meta/shader_manifest.toml @@ -0,0 +1,15 @@ +# Cached shader entries + +[shaders] +name = "terrain_lighting" +version = "1.2.4" + +name = "water_refraction" +version = "1.2.4" + +name = "shadow_map" +version = "1.2.4" + +name = "particle_effect" +version = "1.2.4" + diff --git a/shellops/assets/ShellOps_ed0b6e6fed/gold/assets/shaders/vertex/manifest.ini b/shellops/assets/ShellOps_ed0b6e6fed/gold/assets/shaders/vertex/manifest.ini new file mode 100644 index 0000000000000000000000000000000000000000..aec624c910bd53d7c673d7fbfeee981bb888ef7b --- /dev/null +++ b/shellops/assets/ShellOps_ed0b6e6fed/gold/assets/shaders/vertex/manifest.ini @@ -0,0 +1,15 @@ +[vertex_shaders] +version=1.2.4 + +[shaders] +name=terrain_lighting +source=terrain.glsl + +name=water_refraction +source=water.glsl + +name=clouds +source=atmosphere.glsl + +name=shadow_map +source=shadows.glsl diff --git a/shellops/assets/ShellOps_ed0b6e6fed/init/.cache_meta/README.md b/shellops/assets/ShellOps_ed0b6e6fed/init/.cache_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..aeabb82719bdb50077505d5f2d0992c86feee307 --- /dev/null +++ b/shellops/assets/ShellOps_ed0b6e6fed/init/.cache_meta/README.md @@ -0,0 +1 @@ +This directory contains cache metadata for the graphics pipeline. diff --git a/shellops/assets/ShellOps_ed0b6e6fed/init/.cache_meta/shader_manifest.toml b/shellops/assets/ShellOps_ed0b6e6fed/init/.cache_meta/shader_manifest.toml new file mode 100644 index 0000000000000000000000000000000000000000..a89f410739070c44a18381324507047d3762df10 --- /dev/null +++ b/shellops/assets/ShellOps_ed0b6e6fed/init/.cache_meta/shader_manifest.toml @@ -0,0 +1,15 @@ +# Cached shader entries + +[shaders] +name = "terrain_lighting" +version = "1.2.4" + +name = "water_refraction" +version = "1.2.4" + +name = "shadow_map" +version = "1.2.4" + +name = "particle_effect" +version = "1.2.4" + diff --git a/shellops/assets/ShellOps_ed0b6e6fed/init/assets/shaders/vertex/manifest.ini b/shellops/assets/ShellOps_ed0b6e6fed/init/assets/shaders/vertex/manifest.ini new file mode 100644 index 0000000000000000000000000000000000000000..aec624c910bd53d7c673d7fbfeee981bb888ef7b --- /dev/null +++ b/shellops/assets/ShellOps_ed0b6e6fed/init/assets/shaders/vertex/manifest.ini @@ -0,0 +1,15 @@ +[vertex_shaders] +version=1.2.4 + +[shaders] +name=terrain_lighting +source=terrain.glsl + +name=water_refraction +source=water.glsl + +name=clouds +source=atmosphere.glsl + +name=shadow_map +source=shadows.glsl diff --git a/shellops/assets/ShellOps_ed0debee67/gold/images.txt b/shellops/assets/ShellOps_ed0debee67/gold/images.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a32f2aadf31155780d787b5b2d3ef8847b7d657 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/gold/images.txt @@ -0,0 +1,3 @@ +golang:1.17.2 +nginx:1.21.3 +postgres:13.4 diff --git a/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy1.yaml b/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2d3f554e15cdd15c253ea5b46d4f55c55dab7a3 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy1.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webapp +spec: + template: + spec: + containers: + - name: web + image: nginx:1.21.3 + ports: + - containerPort: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy2.yaml b/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..891c9d6e44cea16a82e5626f8280a91ef1ecc6c9 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy2.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: backend +spec: + template: + spec: + containers: + - name: api + image: golang:1.17.2 + ports: + - containerPort: 8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy3.yaml b/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..33700c34c18b1d7f8649ca1a51b5bea3dea00a73 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/gold/manifests/deploy3.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: database +spec: + template: + spec: + containers: + - name: db + image: postgres:13.4 + ports: + - containerPort: 5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy1.yaml b/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2d3f554e15cdd15c253ea5b46d4f55c55dab7a3 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy1.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webapp +spec: + template: + spec: + containers: + - name: web + image: nginx:1.21.3 + ports: + - containerPort: 80 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy2.yaml b/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..891c9d6e44cea16a82e5626f8280a91ef1ecc6c9 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy2.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: backend +spec: + template: + spec: + containers: + - name: api + image: golang:1.17.2 + ports: + - containerPort: 8080 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy3.yaml b/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..33700c34c18b1d7f8649ca1a51b5bea3dea00a73 --- /dev/null +++ b/shellops/assets/ShellOps_ed0debee67/init/manifests/deploy3.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: database +spec: + template: + spec: + containers: + - name: db + image: postgres:13.4 + ports: + - containerPort: 5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_ed9dbd9a9d/gold/cluster_a.routing.ini b/shellops/assets/ShellOps_ed9dbd9a9d/gold/cluster_a.routing.ini new file mode 100644 index 0000000000000000000000000000000000000000..e35385a064edd6791e4ba49eeee85cea10458127 --- /dev/null +++ b/shellops/assets/ShellOps_ed9dbd9a9d/gold/cluster_a.routing.ini @@ -0,0 +1,6 @@ +[interface_1] +vlan_id=100 +[interface_2] +vlan_id=200 +[interface_3] +vlan_id=300 diff --git a/shellops/assets/ShellOps_ed9dbd9a9d/gold/cluster_b.routing.ini b/shellops/assets/ShellOps_ed9dbd9a9d/gold/cluster_b.routing.ini new file mode 100644 index 0000000000000000000000000000000000000000..7f26a5a9dc75b6ad41eaeb31a5230dddaf6c50bb --- /dev/null +++ b/shellops/assets/ShellOps_ed9dbd9a9d/gold/cluster_b.routing.ini @@ -0,0 +1,6 @@ +[interface_4] +vlan_id=200 +[interface_5] +vlan_id=400 +[interface_6] +vlan_id=500 diff --git a/shellops/assets/ShellOps_ed9dbd9a9d/gold/vlan_summary.out b/shellops/assets/ShellOps_ed9dbd9a9d/gold/vlan_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..ad709a2eeeb06852b0cd510282da2da66903c858 --- /dev/null +++ b/shellops/assets/ShellOps_ed9dbd9a9d/gold/vlan_summary.out @@ -0,0 +1,5 @@ +100 +200 +300 +400 +500 diff --git a/shellops/assets/ShellOps_ed9dbd9a9d/init/cluster_a.routing.ini b/shellops/assets/ShellOps_ed9dbd9a9d/init/cluster_a.routing.ini new file mode 100644 index 0000000000000000000000000000000000000000..e35385a064edd6791e4ba49eeee85cea10458127 --- /dev/null +++ b/shellops/assets/ShellOps_ed9dbd9a9d/init/cluster_a.routing.ini @@ -0,0 +1,6 @@ +[interface_1] +vlan_id=100 +[interface_2] +vlan_id=200 +[interface_3] +vlan_id=300 diff --git a/shellops/assets/ShellOps_ed9dbd9a9d/init/cluster_b.routing.ini b/shellops/assets/ShellOps_ed9dbd9a9d/init/cluster_b.routing.ini new file mode 100644 index 0000000000000000000000000000000000000000..7f26a5a9dc75b6ad41eaeb31a5230dddaf6c50bb --- /dev/null +++ b/shellops/assets/ShellOps_ed9dbd9a9d/init/cluster_b.routing.ini @@ -0,0 +1,6 @@ +[interface_4] +vlan_id=200 +[interface_5] +vlan_id=400 +[interface_6] +vlan_id=500 diff --git a/shellops/assets/ShellOps_ed9f37382b/gold/reports/severity_counts.tsv b/shellops/assets/ShellOps_ed9f37382b/gold/reports/severity_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..abd4bf3c9f69204f7cb489e9ed9d5368f6fe0109 --- /dev/null +++ b/shellops/assets/ShellOps_ed9f37382b/gold/reports/severity_counts.tsv @@ -0,0 +1,4 @@ +ERROR 6 +FATAL 3 +INFO 5 +WARN 4 diff --git a/shellops/assets/ShellOps_edb432cd1e/gold/devices/approved.txt b/shellops/assets/ShellOps_edb432cd1e/gold/devices/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e90c6caac941c47f4848c69fed3013a38340068 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/gold/devices/approved.txt @@ -0,0 +1,7 @@ +# Approved device inventory +device_1001 +device_1002 +device_1003 +device_1004 +# Deprecated unit (do not use) +device_9999 diff --git a/shellops/assets/ShellOps_edb432cd1e/gold/notes/irrelevant.md b/shellops/assets/ShellOps_edb432cd1e/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..2e389d0379170b4546a8b4bbba6c7b5f1f90b7b9 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/gold/notes/irrelevant.md @@ -0,0 +1 @@ +This file contains planning notes and should not affect the device check. diff --git a/shellops/assets/ShellOps_edb432cd1e/gold/reports/missing_devices.txt b/shellops/assets/ShellOps_edb432cd1e/gold/reports/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c7752219cba764920a5e256539d95592956e1d9 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/gold/reports/missing_devices.txt @@ -0,0 +1,3 @@ +device_1005 +device_1006 +device_1007 diff --git a/shellops/assets/ShellOps_edb432cd1e/gold/telemetry/runtime.log b/shellops/assets/ShellOps_edb432cd1e/gold/telemetry/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..f7977810ce6ad46ccadb41c65324d6d37388b468 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/gold/telemetry/runtime.log @@ -0,0 +1,6 @@ +2024-10-01 08:15:22 device_1001 heartbeat OK +2024-10-01 08:15:24 device_1002 heartbeat OK +2024-10-01 08:15:26 device_1005 heartbeat OK +2024-10-01 08:15:28 device_1006 heartbeat OK +2024-10-01 08:15:30 device_1003 heartbeat OK +2024-10-01 08:15:32 device_1007 heartbeat OK diff --git a/shellops/assets/ShellOps_edb432cd1e/init/devices/approved.txt b/shellops/assets/ShellOps_edb432cd1e/init/devices/approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e90c6caac941c47f4848c69fed3013a38340068 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/init/devices/approved.txt @@ -0,0 +1,7 @@ +# Approved device inventory +device_1001 +device_1002 +device_1003 +device_1004 +# Deprecated unit (do not use) +device_9999 diff --git a/shellops/assets/ShellOps_edb432cd1e/init/notes/irrelevant.md b/shellops/assets/ShellOps_edb432cd1e/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..2e389d0379170b4546a8b4bbba6c7b5f1f90b7b9 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/init/notes/irrelevant.md @@ -0,0 +1 @@ +This file contains planning notes and should not affect the device check. diff --git a/shellops/assets/ShellOps_edb432cd1e/init/telemetry/runtime.log b/shellops/assets/ShellOps_edb432cd1e/init/telemetry/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..f7977810ce6ad46ccadb41c65324d6d37388b468 --- /dev/null +++ b/shellops/assets/ShellOps_edb432cd1e/init/telemetry/runtime.log @@ -0,0 +1,6 @@ +2024-10-01 08:15:22 device_1001 heartbeat OK +2024-10-01 08:15:24 device_1002 heartbeat OK +2024-10-01 08:15:26 device_1005 heartbeat OK +2024-10-01 08:15:28 device_1006 heartbeat OK +2024-10-01 08:15:30 device_1003 heartbeat OK +2024-10-01 08:15:32 device_1007 heartbeat OK diff --git a/shellops/assets/ShellOps_eddfba0b64/gold/devices/baseline.txt b/shellops/assets/ShellOps_eddfba0b64/gold/devices/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d7d914a94da551bebaee75ace9b346623189029 --- /dev/null +++ b/shellops/assets/ShellOps_eddfba0b64/gold/devices/baseline.txt @@ -0,0 +1,5 @@ +dev_1001 +dev_1002 +dev_1003 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_eddfba0b64/gold/telemetry/export.json b/shellops/assets/ShellOps_eddfba0b64/gold/telemetry/export.json new file mode 100644 index 0000000000000000000000000000000000000000..4c14b37b8187968ebd930be9fc9845ee221a6cd3 --- /dev/null +++ b/shellops/assets/ShellOps_eddfba0b64/gold/telemetry/export.json @@ -0,0 +1,8 @@ +{ + "devices": [ + {"device_id": "dev_1001", "status": "active"}, + {"device_id": "dev_1003", "status": "active"}, + {"device_id": "dev_1005", "status": "inactive"} + ], + "metadata": {"export_time": "2024-06-01T12:00:00Z"} +} diff --git a/shellops/assets/ShellOps_eddfba0b64/gold/telemetry/notes.txt b/shellops/assets/ShellOps_eddfba0b64/gold/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd842c6085d0365c9c3e96580ce4665d27c2850a --- /dev/null +++ b/shellops/assets/ShellOps_eddfba0b64/gold/telemetry/notes.txt @@ -0,0 +1,3 @@ +Additional telemetry notes: +- dev_1002 was decommissioned last month +- dev_1004 is in maintenance mode diff --git a/shellops/assets/ShellOps_eddfba0b64/init/.tmp/.keep b/shellops/assets/ShellOps_eddfba0b64/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_eddfba0b64/init/devices/baseline.txt b/shellops/assets/ShellOps_eddfba0b64/init/devices/baseline.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d7d914a94da551bebaee75ace9b346623189029 --- /dev/null +++ b/shellops/assets/ShellOps_eddfba0b64/init/devices/baseline.txt @@ -0,0 +1,5 @@ +dev_1001 +dev_1002 +dev_1003 +dev_1004 +dev_1005 diff --git a/shellops/assets/ShellOps_eddfba0b64/init/telemetry/export.json b/shellops/assets/ShellOps_eddfba0b64/init/telemetry/export.json new file mode 100644 index 0000000000000000000000000000000000000000..4c14b37b8187968ebd930be9fc9845ee221a6cd3 --- /dev/null +++ b/shellops/assets/ShellOps_eddfba0b64/init/telemetry/export.json @@ -0,0 +1,8 @@ +{ + "devices": [ + {"device_id": "dev_1001", "status": "active"}, + {"device_id": "dev_1003", "status": "active"}, + {"device_id": "dev_1005", "status": "inactive"} + ], + "metadata": {"export_time": "2024-06-01T12:00:00Z"} +} diff --git a/shellops/assets/ShellOps_eddfba0b64/init/telemetry/notes.txt b/shellops/assets/ShellOps_eddfba0b64/init/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd842c6085d0365c9c3e96580ce4665d27c2850a --- /dev/null +++ b/shellops/assets/ShellOps_eddfba0b64/init/telemetry/notes.txt @@ -0,0 +1,3 @@ +Additional telemetry notes: +- dev_1002 was decommissioned last month +- dev_1004 is in maintenance mode diff --git a/shellops/assets/ShellOps_edf11bb189/gold/grid_audit/missing_devices.tsv b/shellops/assets/ShellOps_edf11bb189/gold/grid_audit/missing_devices.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2d06a6d7072e9c2dbb5149a6626c8d329430a10e --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/gold/grid_audit/missing_devices.tsv @@ -0,0 +1 @@ +77304 diff --git a/shellops/assets/ShellOps_edf11bb189/gold/grid_audit/notes.txt b/shellops/assets/ShellOps_edf11bb189/gold/grid_audit/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e7ad7a4ab5cc570ce0f0928fef4c3e292365d3d --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/gold/grid_audit/notes.txt @@ -0,0 +1 @@ +Previous discrepancies resolved on 2024-04-10. \ No newline at end of file diff --git a/shellops/assets/ShellOps_edf11bb189/gold/grid_devices.log b/shellops/assets/ShellOps_edf11bb189/gold/grid_devices.log new file mode 100644 index 0000000000000000000000000000000000000000..20cd0634ec3c527153d2b47fa74e6e0b919297f9 --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/gold/grid_devices.log @@ -0,0 +1,4 @@ +2024-04-15 12:34:56 [STATUS] DeviceID: 58492 active +2024-04-15 12:35:02 [ERROR] DeviceID: 77304 connection timeout +2024-04-15 12:35:15 [STATUS] DeviceID: 58492 active +2024-04-15 12:35:22 [STATUS] DeviceID: 92015 power level normal \ No newline at end of file diff --git a/shellops/assets/ShellOps_edf11bb189/gold/maintenance_registry.tsv b/shellops/assets/ShellOps_edf11bb189/gold/maintenance_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6dcadcafce51734734be4d55fd9eb28a31dc3eb7 --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/gold/maintenance_registry.tsv @@ -0,0 +1,4 @@ +DeviceID LastServiceDate Status +58492 2024-03-01 ACTIVE +92015 2024-04-10 PENDING +65537 2024-02-15 RETIRED \ No newline at end of file diff --git a/shellops/assets/ShellOps_edf11bb189/init/grid_audit/notes.txt b/shellops/assets/ShellOps_edf11bb189/init/grid_audit/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e7ad7a4ab5cc570ce0f0928fef4c3e292365d3d --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/init/grid_audit/notes.txt @@ -0,0 +1 @@ +Previous discrepancies resolved on 2024-04-10. \ No newline at end of file diff --git a/shellops/assets/ShellOps_edf11bb189/init/grid_devices.log b/shellops/assets/ShellOps_edf11bb189/init/grid_devices.log new file mode 100644 index 0000000000000000000000000000000000000000..20cd0634ec3c527153d2b47fa74e6e0b919297f9 --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/init/grid_devices.log @@ -0,0 +1,4 @@ +2024-04-15 12:34:56 [STATUS] DeviceID: 58492 active +2024-04-15 12:35:02 [ERROR] DeviceID: 77304 connection timeout +2024-04-15 12:35:15 [STATUS] DeviceID: 58492 active +2024-04-15 12:35:22 [STATUS] DeviceID: 92015 power level normal \ No newline at end of file diff --git a/shellops/assets/ShellOps_edf11bb189/init/maintenance_registry.tsv b/shellops/assets/ShellOps_edf11bb189/init/maintenance_registry.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6dcadcafce51734734be4d55fd9eb28a31dc3eb7 --- /dev/null +++ b/shellops/assets/ShellOps_edf11bb189/init/maintenance_registry.tsv @@ -0,0 +1,4 @@ +DeviceID LastServiceDate Status +58492 2024-03-01 ACTIVE +92015 2024-04-10 PENDING +65537 2024-02-15 RETIRED \ No newline at end of file diff --git a/shellops/assets/ShellOps_ee7fe56ff9/gold/docs/api.md b/shellops/assets/ShellOps_ee7fe56ff9/gold/docs/api.md new file mode 100644 index 0000000000000000000000000000000000000000..0e1a64090e67b2dcb9a8cb5d980b7a20ae51d67f --- /dev/null +++ b/shellops/assets/ShellOps_ee7fe56ff9/gold/docs/api.md @@ -0,0 +1,8 @@ +# API Documentation + +Example endpoint: +http://old.api.com/v1/users + +Another endpoint: +http://old.api.com/v1/products + diff --git a/shellops/assets/ShellOps_ee7fe56ff9/gold/docs/api_updated.md b/shellops/assets/ShellOps_ee7fe56ff9/gold/docs/api_updated.md new file mode 100644 index 0000000000000000000000000000000000000000..0c52a134117dd9ee1b62f8a069cdb522ee18742b --- /dev/null +++ b/shellops/assets/ShellOps_ee7fe56ff9/gold/docs/api_updated.md @@ -0,0 +1,8 @@ +# API Documentation + +Example endpoint: +http://api.example.com/v1/users + +Another endpoint: +http://api.example.com/v1/products + diff --git a/shellops/assets/ShellOps_ee7fe56ff9/init/docs/api.md b/shellops/assets/ShellOps_ee7fe56ff9/init/docs/api.md new file mode 100644 index 0000000000000000000000000000000000000000..0e1a64090e67b2dcb9a8cb5d980b7a20ae51d67f --- /dev/null +++ b/shellops/assets/ShellOps_ee7fe56ff9/init/docs/api.md @@ -0,0 +1,8 @@ +# API Documentation + +Example endpoint: +http://old.api.com/v1/users + +Another endpoint: +http://old.api.com/v1/products + diff --git a/shellops/assets/ShellOps_ee95b37308/gold/ca_registry.json b/shellops/assets/ShellOps_ee95b37308/gold/ca_registry.json new file mode 100644 index 0000000000000000000000000000000000000000..ef220945045b24b4540e79848a50da9f4a705014 --- /dev/null +++ b/shellops/assets/ShellOps_ee95b37308/gold/ca_registry.json @@ -0,0 +1,9 @@ +[ + {"id": "ca_alpha", "revoked": false}, + {"id": "ca_beta", "revoked": true}, + {"id": "ca_gamma", "revoked": false}, + {"id": "ca_delta", "revoked": false}, + {"id": "ca_epsilon", "revoked": true}, + {"id": "ca_zeta", "revoked": false}, + {"id": "ca_eta", "revoked": false} +] diff --git a/shellops/assets/ShellOps_ee95b37308/gold/legacy_exclude.txt b/shellops/assets/ShellOps_ee95b37308/gold/legacy_exclude.txt new file mode 100644 index 0000000000000000000000000000000000000000..16c342b9879827555bffb12ec2a428daad99661f --- /dev/null +++ b/shellops/assets/ShellOps_ee95b37308/gold/legacy_exclude.txt @@ -0,0 +1,2 @@ +ca_alpha +ca_zeta diff --git a/shellops/assets/ShellOps_ee95b37308/gold/trusted_cas.txt b/shellops/assets/ShellOps_ee95b37308/gold/trusted_cas.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a4601d88b93788c20d31d952ca5424655fdd9c7 --- /dev/null +++ b/shellops/assets/ShellOps_ee95b37308/gold/trusted_cas.txt @@ -0,0 +1,3 @@ +ca_delta +ca_eta +ca_gamma diff --git a/shellops/assets/ShellOps_ee95b37308/init/ca_registry.json b/shellops/assets/ShellOps_ee95b37308/init/ca_registry.json new file mode 100644 index 0000000000000000000000000000000000000000..ef220945045b24b4540e79848a50da9f4a705014 --- /dev/null +++ b/shellops/assets/ShellOps_ee95b37308/init/ca_registry.json @@ -0,0 +1,9 @@ +[ + {"id": "ca_alpha", "revoked": false}, + {"id": "ca_beta", "revoked": true}, + {"id": "ca_gamma", "revoked": false}, + {"id": "ca_delta", "revoked": false}, + {"id": "ca_epsilon", "revoked": true}, + {"id": "ca_zeta", "revoked": false}, + {"id": "ca_eta", "revoked": false} +] diff --git a/shellops/assets/ShellOps_ee95b37308/init/legacy_exclude.txt b/shellops/assets/ShellOps_ee95b37308/init/legacy_exclude.txt new file mode 100644 index 0000000000000000000000000000000000000000..16c342b9879827555bffb12ec2a428daad99661f --- /dev/null +++ b/shellops/assets/ShellOps_ee95b37308/init/legacy_exclude.txt @@ -0,0 +1,2 @@ +ca_alpha +ca_zeta diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/canonical_devices.txt b/shellops/assets/ShellOps_eed9d68ee5/gold/canonical_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..af059484ae6f48cb089ccbf30c67c91a722e0890 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/canonical_devices.txt @@ -0,0 +1,5 @@ +alpha +beta +delta +epsilon +zeta diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/devices.manifest b/shellops/assets/ShellOps_eed9d68ee5/gold/devices.manifest new file mode 100644 index 0000000000000000000000000000000000000000..637894edd6944c3a0d9f6db27e605e0790c9b216 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/devices.manifest @@ -0,0 +1,7 @@ +gamma +alpha +beta +alpha +epsilon +delta +zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/notes/irrelevant.md b/shellops/assets/ShellOps_eed9d68ee5/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..fc4131a57cfdb9a367f90376e825a6979dd29655 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Notes +- Device 'gamma' was decommissioned last week. +- Pending firmware update for 'beta'. diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/alpha.payload b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/alpha.payload new file mode 100644 index 0000000000000000000000000000000000000000..981e1f21ffbc60621ce245e6e48eb6f8e10ed7ad --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/alpha.payload @@ -0,0 +1 @@ +sensor_type:temperature;firmware:2.1.3;last_seen:2024-05-15T10:23:45Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/beta.payload b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/beta.payload new file mode 100644 index 0000000000000000000000000000000000000000..869964283db50c99abb06888edc0d0567de8299a --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/beta.payload @@ -0,0 +1 @@ +sensor_type:humidity;firmware:1.9.0;last_seen:2024-05-15T11:05:12Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/delta.payload b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/delta.payload new file mode 100644 index 0000000000000000000000000000000000000000..08174adf8e26c21498992f024347e2d2a39965ea --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/delta.payload @@ -0,0 +1 @@ +sensor_type:motion;firmware:3.0.1;last_seen:2024-05-15T12:18:33Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/epsilon.payload b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/epsilon.payload new file mode 100644 index 0000000000000000000000000000000000000000..d00c875b61169c4fc473a4a9e40b0489304e0ba2 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/epsilon.payload @@ -0,0 +1 @@ +sensor_type:pressure;firmware:1.2.0;last_seen:2024-05-15T09:45:21Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/zeta.payload b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/zeta.payload new file mode 100644 index 0000000000000000000000000000000000000000..ab3bacd1aebd7e098c8e1973640c99244663c3e7 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/gold/telemetry/payloads/zeta.payload @@ -0,0 +1 @@ +sensor_type:light;firmware:2.5.2;last_seen:2024-05-15T13:42:07Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/devices.manifest b/shellops/assets/ShellOps_eed9d68ee5/init/devices.manifest new file mode 100644 index 0000000000000000000000000000000000000000..637894edd6944c3a0d9f6db27e605e0790c9b216 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/devices.manifest @@ -0,0 +1,7 @@ +gamma +alpha +beta +alpha +epsilon +delta +zeta \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/notes/irrelevant.md b/shellops/assets/ShellOps_eed9d68ee5/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..fc4131a57cfdb9a367f90376e825a6979dd29655 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/notes/irrelevant.md @@ -0,0 +1,3 @@ +# Notes +- Device 'gamma' was decommissioned last week. +- Pending firmware update for 'beta'. diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/alpha.payload b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/alpha.payload new file mode 100644 index 0000000000000000000000000000000000000000..981e1f21ffbc60621ce245e6e48eb6f8e10ed7ad --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/alpha.payload @@ -0,0 +1 @@ +sensor_type:temperature;firmware:2.1.3;last_seen:2024-05-15T10:23:45Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/beta.payload b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/beta.payload new file mode 100644 index 0000000000000000000000000000000000000000..869964283db50c99abb06888edc0d0567de8299a --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/beta.payload @@ -0,0 +1 @@ +sensor_type:humidity;firmware:1.9.0;last_seen:2024-05-15T11:05:12Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/delta.payload b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/delta.payload new file mode 100644 index 0000000000000000000000000000000000000000..08174adf8e26c21498992f024347e2d2a39965ea --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/delta.payload @@ -0,0 +1 @@ +sensor_type:motion;firmware:3.0.1;last_seen:2024-05-15T12:18:33Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/epsilon.payload b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/epsilon.payload new file mode 100644 index 0000000000000000000000000000000000000000..d00c875b61169c4fc473a4a9e40b0489304e0ba2 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/epsilon.payload @@ -0,0 +1 @@ +sensor_type:pressure;firmware:1.2.0;last_seen:2024-05-15T09:45:21Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/zeta.payload b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/zeta.payload new file mode 100644 index 0000000000000000000000000000000000000000..ab3bacd1aebd7e098c8e1973640c99244663c3e7 --- /dev/null +++ b/shellops/assets/ShellOps_eed9d68ee5/init/telemetry/payloads/zeta.payload @@ -0,0 +1 @@ +sensor_type:light;firmware:2.5.2;last_seen:2024-05-15T13:42:07Z \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/gold/archive/obsolete.json b/shellops/assets/ShellOps_eedd6d9027/gold/archive/obsolete.json new file mode 100644 index 0000000000000000000000000000000000000000..89195db8644886b4f7beac92529f8f7f92d89c80 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/gold/archive/obsolete.json @@ -0,0 +1,4 @@ +[ + {"name": "old_crypto", "runtime_ms": 1200, "status": "RETIRED"}, + {"name": "matrix_512", "runtime_ms": 190, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/gold/notes.md b/shellops/assets/ShellOps_eedd6d9027/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..47c863e86d16b7dbe9d87fdbab4c71bcce2e8c05 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/gold/notes.md @@ -0,0 +1 @@ +Ignore the archive files; they contain deprecated benchmarks not part of the current comparison. diff --git a/shellops/assets/ShellOps_eedd6d9027/gold/report/benchmarks_ranked.tsv b/shellops/assets/ShellOps_eedd6d9027/gold/report/benchmarks_ranked.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b8639d87e584b15a8fdc0c51b75e3bf0b2261e21 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/gold/report/benchmarks_ranked.tsv @@ -0,0 +1,12 @@ +benchmark_name runtime_ms +sort_small 11 +sort_small 12 +sort_small 14 +matrix_256 55 +json_parse 67 +network_io 89 +matrix_512 190 +db_query 210 +compress_stream 321 +hash_large 446 +hash_large 452 diff --git a/shellops/assets/ShellOps_eedd6d9027/gold/results/july/warm.json b/shellops/assets/ShellOps_eedd6d9027/gold/results/july/warm.json new file mode 100644 index 0000000000000000000000000000000000000000..d7624e3f9e84bf4ceac7f1d18e82ab51ef680259 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/gold/results/july/warm.json @@ -0,0 +1,6 @@ +[ + {"name": "matrix_256", "runtime_ms": 55, "status": "COMPLETED"}, + {"name": "sort_small", "runtime_ms": 11, "status": "COMPLETED"}, + {"name": "network_io", "runtime_ms": 92, "status": "CANCELLED"}, + {"name": "db_query", "runtime_ms": 210, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/gold/results/june/run1.json b/shellops/assets/ShellOps_eedd6d9027/gold/results/june/run1.json new file mode 100644 index 0000000000000000000000000000000000000000..4558dfa5454b71132bc0a07a0a8a53d05c2fc620 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/gold/results/june/run1.json @@ -0,0 +1,6 @@ +[ + {"name": "sort_small", "runtime_ms": 12, "status": "COMPLETED"}, + {"name": "hash_large", "runtime_ms": 452, "status": "COMPLETED"}, + {"name": "matrix_512", "runtime_ms": 203, "status": "FAILED"}, + {"name": "network_io", "runtime_ms": 89, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/gold/results/june/run2.json b/shellops/assets/ShellOps_eedd6d9027/gold/results/june/run2.json new file mode 100644 index 0000000000000000000000000000000000000000..fa9540e0cf48b752627faa509a2c0793d75f7d7b --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/gold/results/june/run2.json @@ -0,0 +1,6 @@ +[ + {"name": "sort_small", "runtime_ms": 14, "status": "COMPLETED"}, + {"name": "compress_stream", "runtime_ms": 321, "status": "COMPLETED"}, + {"name": "hash_large", "runtime_ms": 446, "status": "COMPLETED"}, + {"name": "json_parse", "runtime_ms": 67, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/init/archive/obsolete.json b/shellops/assets/ShellOps_eedd6d9027/init/archive/obsolete.json new file mode 100644 index 0000000000000000000000000000000000000000..89195db8644886b4f7beac92529f8f7f92d89c80 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/init/archive/obsolete.json @@ -0,0 +1,4 @@ +[ + {"name": "old_crypto", "runtime_ms": 1200, "status": "RETIRED"}, + {"name": "matrix_512", "runtime_ms": 190, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/init/notes.md b/shellops/assets/ShellOps_eedd6d9027/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..47c863e86d16b7dbe9d87fdbab4c71bcce2e8c05 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/init/notes.md @@ -0,0 +1 @@ +Ignore the archive files; they contain deprecated benchmarks not part of the current comparison. diff --git a/shellops/assets/ShellOps_eedd6d9027/init/results/july/warm.json b/shellops/assets/ShellOps_eedd6d9027/init/results/july/warm.json new file mode 100644 index 0000000000000000000000000000000000000000..d7624e3f9e84bf4ceac7f1d18e82ab51ef680259 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/init/results/july/warm.json @@ -0,0 +1,6 @@ +[ + {"name": "matrix_256", "runtime_ms": 55, "status": "COMPLETED"}, + {"name": "sort_small", "runtime_ms": 11, "status": "COMPLETED"}, + {"name": "network_io", "runtime_ms": 92, "status": "CANCELLED"}, + {"name": "db_query", "runtime_ms": 210, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/init/results/june/run1.json b/shellops/assets/ShellOps_eedd6d9027/init/results/june/run1.json new file mode 100644 index 0000000000000000000000000000000000000000..4558dfa5454b71132bc0a07a0a8a53d05c2fc620 --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/init/results/june/run1.json @@ -0,0 +1,6 @@ +[ + {"name": "sort_small", "runtime_ms": 12, "status": "COMPLETED"}, + {"name": "hash_large", "runtime_ms": 452, "status": "COMPLETED"}, + {"name": "matrix_512", "runtime_ms": 203, "status": "FAILED"}, + {"name": "network_io", "runtime_ms": 89, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eedd6d9027/init/results/june/run2.json b/shellops/assets/ShellOps_eedd6d9027/init/results/june/run2.json new file mode 100644 index 0000000000000000000000000000000000000000..fa9540e0cf48b752627faa509a2c0793d75f7d7b --- /dev/null +++ b/shellops/assets/ShellOps_eedd6d9027/init/results/june/run2.json @@ -0,0 +1,6 @@ +[ + {"name": "sort_small", "runtime_ms": 14, "status": "COMPLETED"}, + {"name": "compress_stream", "runtime_ms": 321, "status": "COMPLETED"}, + {"name": "hash_large", "runtime_ms": 446, "status": "COMPLETED"}, + {"name": "json_parse", "runtime_ms": 67, "status": "COMPLETED"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_eee07abf53/gold/config/firewall.cnf b/shellops/assets/ShellOps_eee07abf53/gold/config/firewall.cnf new file mode 100644 index 0000000000000000000000000000000000000000..7e143bb5a7b7e344288f818a6f26094e97c3decf --- /dev/null +++ b/shellops/assets/ShellOps_eee07abf53/gold/config/firewall.cnf @@ -0,0 +1,8 @@ +# Active rules +rule FW-101 action=drop src=any dst=internal +rule FW-102 action=allow src=mgmt dst=dmz +rule FW-103 action=allow src=any dst=web tls=1.0 +rule FW-104 action=drop src=external dst=db +rule FW-105 action=allow src=trusted dst=dns +# Legacy section +rule FW-109 action=allow src=legacy dst=logs log=no diff --git a/shellops/assets/ShellOps_eee07abf53/gold/policy/flagged_rules.json b/shellops/assets/ShellOps_eee07abf53/gold/policy/flagged_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..418c62fe631fc82db10af49374c39fb067cc3723 --- /dev/null +++ b/shellops/assets/ShellOps_eee07abf53/gold/policy/flagged_rules.json @@ -0,0 +1,6 @@ +[ + {"rule_id": "FW-101", "reason": "deprecated cipher"}, + {"rule_id": "FW-103", "reason": "weak tls version"}, + {"rule_id": "FW-107", "reason": "overly permissive"}, + {"rule_id": "FW-109", "reason": "missing logging"} +] diff --git a/shellops/assets/ShellOps_eee07abf53/gold/policy/notes.md b/shellops/assets/ShellOps_eee07abf53/gold/policy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..67e843a7daa82d16200d906d488d9891f4da1371 --- /dev/null +++ b/shellops/assets/ShellOps_eee07abf53/gold/policy/notes.md @@ -0,0 +1,4 @@ +# Audit notes +- FW-101: flagged for deprecation, still active pending migration +- FW-107: flagged but not found in current config (already removed) +- FW-109: flagged missing logging, active in legacy section diff --git a/shellops/assets/ShellOps_eee07abf53/init/config/firewall.cnf b/shellops/assets/ShellOps_eee07abf53/init/config/firewall.cnf new file mode 100644 index 0000000000000000000000000000000000000000..7e143bb5a7b7e344288f818a6f26094e97c3decf --- /dev/null +++ b/shellops/assets/ShellOps_eee07abf53/init/config/firewall.cnf @@ -0,0 +1,8 @@ +# Active rules +rule FW-101 action=drop src=any dst=internal +rule FW-102 action=allow src=mgmt dst=dmz +rule FW-103 action=allow src=any dst=web tls=1.0 +rule FW-104 action=drop src=external dst=db +rule FW-105 action=allow src=trusted dst=dns +# Legacy section +rule FW-109 action=allow src=legacy dst=logs log=no diff --git a/shellops/assets/ShellOps_eee07abf53/init/policy/flagged_rules.json b/shellops/assets/ShellOps_eee07abf53/init/policy/flagged_rules.json new file mode 100644 index 0000000000000000000000000000000000000000..418c62fe631fc82db10af49374c39fb067cc3723 --- /dev/null +++ b/shellops/assets/ShellOps_eee07abf53/init/policy/flagged_rules.json @@ -0,0 +1,6 @@ +[ + {"rule_id": "FW-101", "reason": "deprecated cipher"}, + {"rule_id": "FW-103", "reason": "weak tls version"}, + {"rule_id": "FW-107", "reason": "overly permissive"}, + {"rule_id": "FW-109", "reason": "missing logging"} +] diff --git a/shellops/assets/ShellOps_eee07abf53/init/policy/notes.md b/shellops/assets/ShellOps_eee07abf53/init/policy/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..67e843a7daa82d16200d906d488d9891f4da1371 --- /dev/null +++ b/shellops/assets/ShellOps_eee07abf53/init/policy/notes.md @@ -0,0 +1,4 @@ +# Audit notes +- FW-101: flagged for deprecation, still active pending migration +- FW-107: flagged but not found in current config (already removed) +- FW-109: flagged missing logging, active in legacy section diff --git a/shellops/assets/ShellOps_eee1ee6f01/gold/failed_readings.txt b/shellops/assets/ShellOps_eee1ee6f01/gold/failed_readings.txt new file mode 100644 index 0000000000000000000000000000000000000000..d567c5cad4b86e133e3f0da951a0140ab7f77910 --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/gold/failed_readings.txt @@ -0,0 +1,3 @@ +sensor_103 +sensor_105 +sensor_106 diff --git a/shellops/assets/ShellOps_eee1ee6f01/gold/lab/notes.txt b/shellops/assets/ShellOps_eee1ee6f01/gold/lab/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..27ff034b0622236c366c705c251419cfe1f42059 --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/gold/lab/notes.txt @@ -0,0 +1 @@ +Sensor 101 and 108 are under maintenance and expected to fail. diff --git a/shellops/assets/ShellOps_eee1ee6f01/gold/lab/sensor_2024-06-01.log b/shellops/assets/ShellOps_eee1ee6f01/gold/lab/sensor_2024-06-01.log new file mode 100644 index 0000000000000000000000000000000000000000..2579d4d6efddc9e385beb4ca0bb6a8203db0d857 --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/gold/lab/sensor_2024-06-01.log @@ -0,0 +1,5 @@ +2024-06-01 09:15: sensor_101 FAIL voltage low +2024-06-01 09:16: sensor_102 OK +2024-06-01 09:17: sensor_103 FAIL timeout +2024-06-01 09:18: sensor_104 OK +2024-06-01 09:19: sensor_105 FAIL calibration error diff --git a/shellops/assets/ShellOps_eee1ee6f01/gold/lab/sensor_2024-06-02.log b/shellops/assets/ShellOps_eee1ee6f01/gold/lab/sensor_2024-06-02.log new file mode 100644 index 0000000000000000000000000000000000000000..d2a1ecb679b4639bc7c65b8988d150533d0f780c --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/gold/lab/sensor_2024-06-02.log @@ -0,0 +1,5 @@ +2024-06-02 10:00: sensor_101 FAIL voltage low +2024-06-02 10:01: sensor_102 OK +2024-06-02 10:02: sensor_106 FAIL timeout +2024-06-02 10:03: sensor_107 OK +2024-06-02 10:04: sensor_108 FAIL calibration error diff --git a/shellops/assets/ShellOps_eee1ee6f01/gold/skipped_sensors.txt b/shellops/assets/ShellOps_eee1ee6f01/gold/skipped_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..62ad5beeb9ef493c5df7335668a152de7640fcbf --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/gold/skipped_sensors.txt @@ -0,0 +1,2 @@ +sensor_101 +sensor_108 diff --git a/shellops/assets/ShellOps_eee1ee6f01/init/lab/notes.txt b/shellops/assets/ShellOps_eee1ee6f01/init/lab/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..27ff034b0622236c366c705c251419cfe1f42059 --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/init/lab/notes.txt @@ -0,0 +1 @@ +Sensor 101 and 108 are under maintenance and expected to fail. diff --git a/shellops/assets/ShellOps_eee1ee6f01/init/lab/sensor_2024-06-01.log b/shellops/assets/ShellOps_eee1ee6f01/init/lab/sensor_2024-06-01.log new file mode 100644 index 0000000000000000000000000000000000000000..2579d4d6efddc9e385beb4ca0bb6a8203db0d857 --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/init/lab/sensor_2024-06-01.log @@ -0,0 +1,5 @@ +2024-06-01 09:15: sensor_101 FAIL voltage low +2024-06-01 09:16: sensor_102 OK +2024-06-01 09:17: sensor_103 FAIL timeout +2024-06-01 09:18: sensor_104 OK +2024-06-01 09:19: sensor_105 FAIL calibration error diff --git a/shellops/assets/ShellOps_eee1ee6f01/init/lab/sensor_2024-06-02.log b/shellops/assets/ShellOps_eee1ee6f01/init/lab/sensor_2024-06-02.log new file mode 100644 index 0000000000000000000000000000000000000000..d2a1ecb679b4639bc7c65b8988d150533d0f780c --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/init/lab/sensor_2024-06-02.log @@ -0,0 +1,5 @@ +2024-06-02 10:00: sensor_101 FAIL voltage low +2024-06-02 10:01: sensor_102 OK +2024-06-02 10:02: sensor_106 FAIL timeout +2024-06-02 10:03: sensor_107 OK +2024-06-02 10:04: sensor_108 FAIL calibration error diff --git a/shellops/assets/ShellOps_eee1ee6f01/init/skipped_sensors.txt b/shellops/assets/ShellOps_eee1ee6f01/init/skipped_sensors.txt new file mode 100644 index 0000000000000000000000000000000000000000..62ad5beeb9ef493c5df7335668a152de7640fcbf --- /dev/null +++ b/shellops/assets/ShellOps_eee1ee6f01/init/skipped_sensors.txt @@ -0,0 +1,2 @@ +sensor_101 +sensor_108 diff --git a/shellops/assets/ShellOps_ef63364a00/gold/active_users.txt b/shellops/assets/ShellOps_ef63364a00/gold/active_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fa5e1f02612c8836e8bda5b6be91299eac82474 --- /dev/null +++ b/shellops/assets/ShellOps_ef63364a00/gold/active_users.txt @@ -0,0 +1,4 @@ +jdoe:John Doe:admin +asmith:Alice Smith:user +bkim:Bobby Kim:user +mcole:Mary Cole:guest \ No newline at end of file diff --git a/shellops/assets/ShellOps_ef63364a00/gold/approved_employees.xml b/shellops/assets/ShellOps_ef63364a00/gold/approved_employees.xml new file mode 100644 index 0000000000000000000000000000000000000000..0fdbad9d2b9eae6bcdf7ed1ca04f9cc76a1c19ca --- /dev/null +++ b/shellops/assets/ShellOps_ef63364a00/gold/approved_employees.xml @@ -0,0 +1,5 @@ + + jdoeadmin + asmithuser + mcoleguest + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ef63364a00/gold/audit/.keep b/shellops/assets/ShellOps_ef63364a00/gold/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ef63364a00/gold/audit/missing_users.txt b/shellops/assets/ShellOps_ef63364a00/gold/audit/missing_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc52bb19c96afe2fca8952bbfb3c9b0f294811e5 --- /dev/null +++ b/shellops/assets/ShellOps_ef63364a00/gold/audit/missing_users.txt @@ -0,0 +1 @@ +bkim diff --git a/shellops/assets/ShellOps_ef63364a00/init/active_users.txt b/shellops/assets/ShellOps_ef63364a00/init/active_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fa5e1f02612c8836e8bda5b6be91299eac82474 --- /dev/null +++ b/shellops/assets/ShellOps_ef63364a00/init/active_users.txt @@ -0,0 +1,4 @@ +jdoe:John Doe:admin +asmith:Alice Smith:user +bkim:Bobby Kim:user +mcole:Mary Cole:guest \ No newline at end of file diff --git a/shellops/assets/ShellOps_ef63364a00/init/approved_employees.xml b/shellops/assets/ShellOps_ef63364a00/init/approved_employees.xml new file mode 100644 index 0000000000000000000000000000000000000000..0fdbad9d2b9eae6bcdf7ed1ca04f9cc76a1c19ca --- /dev/null +++ b/shellops/assets/ShellOps_ef63364a00/init/approved_employees.xml @@ -0,0 +1,5 @@ + + jdoeadmin + asmithuser + mcoleguest + \ No newline at end of file diff --git a/shellops/assets/ShellOps_ef63364a00/init/audit/.keep b/shellops/assets/ShellOps_ef63364a00/init/audit/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_efcf7230c1/gold/build_manifest.xml b/shellops/assets/ShellOps_efcf7230c1/gold/build_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..63695d5d98475f9e1bb761923df57568e211c013 --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/gold/build_manifest.xml @@ -0,0 +1,19 @@ + + + + gcc-11.3 + 11.3.0 + + + clang-14 + 14.0.6 + + + gcc-12.1 + 12.1.0 + + + msvc-2022 + 19.32 + + diff --git a/shellops/assets/ShellOps_efcf7230c1/gold/reports/.keep b/shellops/assets/ShellOps_efcf7230c1/gold/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_efcf7230c1/gold/reports/missing_compilers.txt b/shellops/assets/ShellOps_efcf7230c1/gold/reports/missing_compilers.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffe25e841b909ec448868576e004bddcf70a7e52 --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/gold/reports/missing_compilers.txt @@ -0,0 +1,2 @@ +gcc-12.1 +msvc-2022 diff --git a/shellops/assets/ShellOps_efcf7230c1/gold/toolchains/active.txt b/shellops/assets/ShellOps_efcf7230c1/gold/toolchains/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..0da7cb7509e1c61162e85dbf4c2d441b9ed26f6a --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/gold/toolchains/active.txt @@ -0,0 +1,4 @@ +gcc-11.3 +clang-14 +gcc-10.2 +msvc-2019 diff --git a/shellops/assets/ShellOps_efcf7230c1/gold/toolchains/notes.md b/shellops/assets/ShellOps_efcf7230c1/gold/toolchains/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e18d05fd6bad195772634263b694cc2337b5de45 --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/gold/toolchains/notes.md @@ -0,0 +1,3 @@ +# Toolchain Registry Notes +- gcc-10.2 is kept for legacy builds. +- msvc-2022 is pending security review. diff --git a/shellops/assets/ShellOps_efcf7230c1/init/build_manifest.xml b/shellops/assets/ShellOps_efcf7230c1/init/build_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..63695d5d98475f9e1bb761923df57568e211c013 --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/init/build_manifest.xml @@ -0,0 +1,19 @@ + + + + gcc-11.3 + 11.3.0 + + + clang-14 + 14.0.6 + + + gcc-12.1 + 12.1.0 + + + msvc-2022 + 19.32 + + diff --git a/shellops/assets/ShellOps_efcf7230c1/init/reports/.keep b/shellops/assets/ShellOps_efcf7230c1/init/reports/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_efcf7230c1/init/toolchains/active.txt b/shellops/assets/ShellOps_efcf7230c1/init/toolchains/active.txt new file mode 100644 index 0000000000000000000000000000000000000000..0da7cb7509e1c61162e85dbf4c2d441b9ed26f6a --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/init/toolchains/active.txt @@ -0,0 +1,4 @@ +gcc-11.3 +clang-14 +gcc-10.2 +msvc-2019 diff --git a/shellops/assets/ShellOps_efcf7230c1/init/toolchains/notes.md b/shellops/assets/ShellOps_efcf7230c1/init/toolchains/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e18d05fd6bad195772634263b694cc2337b5de45 --- /dev/null +++ b/shellops/assets/ShellOps_efcf7230c1/init/toolchains/notes.md @@ -0,0 +1,3 @@ +# Toolchain Registry Notes +- gcc-10.2 is kept for legacy builds. +- msvc-2022 is pending security review. diff --git a/shellops/assets/ShellOps_eff5181632/gold/README.md b/shellops/assets/ShellOps_eff5181632/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..83c0b66f11871b95cf7f59b001a8428396562940 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/gold/README.md @@ -0,0 +1 @@ +Configuration files for all servers are stored in config_dir/ \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/gold/alert_threshold.txt b/shellops/assets/ShellOps_eff5181632/gold/alert_threshold.txt new file mode 100644 index 0000000000000000000000000000000000000000..d69c74c8b95c8c0574cec707ab1a39d5926b9398 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/gold/alert_threshold.txt @@ -0,0 +1 @@ +73 diff --git a/shellops/assets/ShellOps_eff5181632/gold/config_dir/server1.conf b/shellops/assets/ShellOps_eff5181632/gold/config_dir/server1.conf new file mode 100644 index 0000000000000000000000000000000000000000..b02680861f1edbc9b6ce0aca39dc833fa533f1ba --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/gold/config_dir/server1.conf @@ -0,0 +1,3 @@ +port=8080 +threshold=42 +log_level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/gold/config_dir/server2.conf b/shellops/assets/ShellOps_eff5181632/gold/config_dir/server2.conf new file mode 100644 index 0000000000000000000000000000000000000000..3dabf9a7a87a199ec51cb5d77f17c41a120094b8 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/gold/config_dir/server2.conf @@ -0,0 +1,3 @@ +timeout=30 +threshold=15 +max_connections=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/gold/config_dir/server3.conf b/shellops/assets/ShellOps_eff5181632/gold/config_dir/server3.conf new file mode 100644 index 0000000000000000000000000000000000000000..59295d1f7466c36c396ace85b5ca221748b1e2f9 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/gold/config_dir/server3.conf @@ -0,0 +1,3 @@ +threshold=73 +api_version=2.1 +ssl_enabled=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/init/README.md b/shellops/assets/ShellOps_eff5181632/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..83c0b66f11871b95cf7f59b001a8428396562940 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/init/README.md @@ -0,0 +1 @@ +Configuration files for all servers are stored in config_dir/ \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/init/config_dir/server1.conf b/shellops/assets/ShellOps_eff5181632/init/config_dir/server1.conf new file mode 100644 index 0000000000000000000000000000000000000000..b02680861f1edbc9b6ce0aca39dc833fa533f1ba --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/init/config_dir/server1.conf @@ -0,0 +1,3 @@ +port=8080 +threshold=42 +log_level=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/init/config_dir/server2.conf b/shellops/assets/ShellOps_eff5181632/init/config_dir/server2.conf new file mode 100644 index 0000000000000000000000000000000000000000..3dabf9a7a87a199ec51cb5d77f17c41a120094b8 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/init/config_dir/server2.conf @@ -0,0 +1,3 @@ +timeout=30 +threshold=15 +max_connections=100 \ No newline at end of file diff --git a/shellops/assets/ShellOps_eff5181632/init/config_dir/server3.conf b/shellops/assets/ShellOps_eff5181632/init/config_dir/server3.conf new file mode 100644 index 0000000000000000000000000000000000000000..59295d1f7466c36c396ace85b5ca221748b1e2f9 --- /dev/null +++ b/shellops/assets/ShellOps_eff5181632/init/config_dir/server3.conf @@ -0,0 +1,3 @@ +threshold=73 +api_version=2.1 +ssl_enabled=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_f02a1de5db/gold/approved_licenses.txt b/shellops/assets/ShellOps_f02a1de5db/gold/approved_licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..a56fd4324388dddfaa193b2b28892573aa710723 --- /dev/null +++ b/shellops/assets/ShellOps_f02a1de5db/gold/approved_licenses.txt @@ -0,0 +1,5 @@ +1243 +4298 +6752 +9134 +2057 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f02a1de5db/gold/licenses.xml b/shellops/assets/ShellOps_f02a1de5db/gold/licenses.xml new file mode 100644 index 0000000000000000000000000000000000000000..250915c9a17b40fd5bcdae24878b616c93a6fa2c --- /dev/null +++ b/shellops/assets/ShellOps_f02a1de5db/gold/licenses.xml @@ -0,0 +1,5 @@ + + 4298 + 6752 + 9134 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f02a1de5db/gold/missing_licenses.txt b/shellops/assets/ShellOps_f02a1de5db/gold/missing_licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..95344bd8e553611cdde3d017293b942a12cfee4b --- /dev/null +++ b/shellops/assets/ShellOps_f02a1de5db/gold/missing_licenses.txt @@ -0,0 +1,2 @@ +1243 +2057 diff --git a/shellops/assets/ShellOps_f02a1de5db/init/approved_licenses.txt b/shellops/assets/ShellOps_f02a1de5db/init/approved_licenses.txt new file mode 100644 index 0000000000000000000000000000000000000000..a56fd4324388dddfaa193b2b28892573aa710723 --- /dev/null +++ b/shellops/assets/ShellOps_f02a1de5db/init/approved_licenses.txt @@ -0,0 +1,5 @@ +1243 +4298 +6752 +9134 +2057 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f02a1de5db/init/licenses.xml b/shellops/assets/ShellOps_f02a1de5db/init/licenses.xml new file mode 100644 index 0000000000000000000000000000000000000000..250915c9a17b40fd5bcdae24878b616c93a6fa2c --- /dev/null +++ b/shellops/assets/ShellOps_f02a1de5db/init/licenses.xml @@ -0,0 +1,5 @@ + + 4298 + 6752 + 9134 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f09a221d3c/gold/core_allocation.csv b/shellops/assets/ShellOps_f09a221d3c/gold/core_allocation.csv new file mode 100644 index 0000000000000000000000000000000000000000..d19b90efc810fe80d24742f672cba52f0b3d7185 --- /dev/null +++ b/shellops/assets/ShellOps_f09a221d3c/gold/core_allocation.csv @@ -0,0 +1,8 @@ +team,capacity,region +Alpha,110,us-east +Beta,90,eu-west +Gamma,200,ap-south +Delta,50,us-west +Kappa,70,eu-central +Theta,40,ap-north +reserved,0,placeholder diff --git a/shellops/assets/ShellOps_f09a221d3c/gold/staging_balances.psv b/shellops/assets/ShellOps_f09a221d3c/gold/staging_balances.psv new file mode 100644 index 0000000000000000000000000000000000000000..acf319c4ce3a09adad67089335b80bb5fae9ae11 --- /dev/null +++ b/shellops/assets/ShellOps_f09a221d3c/gold/staging_balances.psv @@ -0,0 +1,7 @@ +team|planned_capacity|notes +Alpha|120|tentative +Beta|85|pending audit +Gamma|200|confirmed +Delta|45|review needed +Epsilon|60|provisional +Zeta|30|new request diff --git a/shellops/assets/ShellOps_f09a221d3c/gold/staging_missing.psv b/shellops/assets/ShellOps_f09a221d3c/gold/staging_missing.psv new file mode 100644 index 0000000000000000000000000000000000000000..28664d5a171e27bd5c888caf65402336eadad877 --- /dev/null +++ b/shellops/assets/ShellOps_f09a221d3c/gold/staging_missing.psv @@ -0,0 +1,2 @@ +Epsilon +Zeta diff --git a/shellops/assets/ShellOps_f09a221d3c/init/core_allocation.csv b/shellops/assets/ShellOps_f09a221d3c/init/core_allocation.csv new file mode 100644 index 0000000000000000000000000000000000000000..d19b90efc810fe80d24742f672cba52f0b3d7185 --- /dev/null +++ b/shellops/assets/ShellOps_f09a221d3c/init/core_allocation.csv @@ -0,0 +1,8 @@ +team,capacity,region +Alpha,110,us-east +Beta,90,eu-west +Gamma,200,ap-south +Delta,50,us-west +Kappa,70,eu-central +Theta,40,ap-north +reserved,0,placeholder diff --git a/shellops/assets/ShellOps_f09a221d3c/init/staging_balances.psv b/shellops/assets/ShellOps_f09a221d3c/init/staging_balances.psv new file mode 100644 index 0000000000000000000000000000000000000000..acf319c4ce3a09adad67089335b80bb5fae9ae11 --- /dev/null +++ b/shellops/assets/ShellOps_f09a221d3c/init/staging_balances.psv @@ -0,0 +1,7 @@ +team|planned_capacity|notes +Alpha|120|tentative +Beta|85|pending audit +Gamma|200|confirmed +Delta|45|review needed +Epsilon|60|provisional +Zeta|30|new request diff --git a/shellops/assets/ShellOps_f0ab72823c/gold/errors.txt b/shellops/assets/ShellOps_f0ab72823c/gold/errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..20cfd48c65929addcf826eb7afd139082af35266 --- /dev/null +++ b/shellops/assets/ShellOps_f0ab72823c/gold/errors.txt @@ -0,0 +1,5 @@ +debug flag not set +deprecated macro usage +libc.a not found +memory region overflow +missing toolchain ../tools/bin/gcc diff --git a/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/active_index.txt b/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/active_index.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e462c508fdf222d9b9913efd500d24dbdd8f7a6 --- /dev/null +++ b/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/active_index.txt @@ -0,0 +1,4 @@ +1042 +1501 +2755 +4100 diff --git a/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/devices.xml b/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..ff21025de4a5320492af4fa2d5079f737258d4d4 --- /dev/null +++ b/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/devices.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/notes.md b/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ebef8e564f6460442413fa3a23c90dae95fc4503 --- /dev/null +++ b/shellops/assets/ShellOps_f0cbd7bfec/gold/registry/notes.md @@ -0,0 +1,5 @@ +# Device registry notes + +- All device identifiers are numeric. +- Status values: active, maintenance, deprecated, pending. +- The active_index.txt file should list only active devices. diff --git a/shellops/assets/ShellOps_f0cbd7bfec/init/registry/active_index.txt b/shellops/assets/ShellOps_f0cbd7bfec/init/registry/active_index.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c5d6fa9eef959a685b856976cd11cab20ad1983 --- /dev/null +++ b/shellops/assets/ShellOps_f0cbd7bfec/init/registry/active_index.txt @@ -0,0 +1,5 @@ +1042 +1501 +2000 +2755 +4100 diff --git a/shellops/assets/ShellOps_f0cbd7bfec/init/registry/devices.xml b/shellops/assets/ShellOps_f0cbd7bfec/init/registry/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..ff21025de4a5320492af4fa2d5079f737258d4d4 --- /dev/null +++ b/shellops/assets/ShellOps_f0cbd7bfec/init/registry/devices.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_f0cbd7bfec/init/registry/notes.md b/shellops/assets/ShellOps_f0cbd7bfec/init/registry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ebef8e564f6460442413fa3a23c90dae95fc4503 --- /dev/null +++ b/shellops/assets/ShellOps_f0cbd7bfec/init/registry/notes.md @@ -0,0 +1,5 @@ +# Device registry notes + +- All device identifiers are numeric. +- Status values: active, maintenance, deprecated, pending. +- The active_index.txt file should list only active devices. diff --git a/shellops/assets/ShellOps_f0fb1bd19d/gold/client/.keep b/shellops/assets/ShellOps_f0fb1bd19d/gold/client/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f0fb1bd19d/gold/client/api.js b/shellops/assets/ShellOps_f0fb1bd19d/gold/client/api.js new file mode 100644 index 0000000000000000000000000000000000000000..92e5b3794f63e30d0ea08d40b1b8e72354ca2084 --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/gold/client/api.js @@ -0,0 +1,4 @@ +/** + * @version 1.2.0 Use v2 endpoint + */ +function fetchData() {} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f0fb1bd19d/gold/client/utils.js b/shellops/assets/ShellOps_f0fb1bd19d/gold/client/utils.js new file mode 100644 index 0000000000000000000000000000000000000000..d75e5d6d50341adc0e780add4724160bdd85bffd --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/gold/client/utils.js @@ -0,0 +1 @@ +// No annotations here \ No newline at end of file diff --git a/shellops/assets/ShellOps_f0fb1bd19d/gold/migration.log b/shellops/assets/ShellOps_f0fb1bd19d/gold/migration.log new file mode 100644 index 0000000000000000000000000000000000000000..2b7e6e12ee4f5b308d8d719c08e34c520102bdc0 --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/gold/migration.log @@ -0,0 +1,2 @@ +client/api.js +server/handlers.js diff --git a/shellops/assets/ShellOps_f0fb1bd19d/gold/server/.keep b/shellops/assets/ShellOps_f0fb1bd19d/gold/server/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f0fb1bd19d/gold/server/handlers.js b/shellops/assets/ShellOps_f0fb1bd19d/gold/server/handlers.js new file mode 100644 index 0000000000000000000000000000000000000000..31712db200bbcb193e7d54be94051c8f5b7c9a5a --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/gold/server/handlers.js @@ -0,0 +1 @@ +// @version 1.2.0 since schema update \ No newline at end of file diff --git a/shellops/assets/ShellOps_f0fb1bd19d/init/client/.keep b/shellops/assets/ShellOps_f0fb1bd19d/init/client/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f0fb1bd19d/init/client/api.js b/shellops/assets/ShellOps_f0fb1bd19d/init/client/api.js new file mode 100644 index 0000000000000000000000000000000000000000..f55bf0035af02f37a688021a7c5f581d63e9af63 --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/init/client/api.js @@ -0,0 +1,4 @@ +/** + * @deprecated Use v2 endpoint + */ +function fetchData() {} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f0fb1bd19d/init/client/utils.js b/shellops/assets/ShellOps_f0fb1bd19d/init/client/utils.js new file mode 100644 index 0000000000000000000000000000000000000000..d75e5d6d50341adc0e780add4724160bdd85bffd --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/init/client/utils.js @@ -0,0 +1 @@ +// No annotations here \ No newline at end of file diff --git a/shellops/assets/ShellOps_f0fb1bd19d/init/server/.keep b/shellops/assets/ShellOps_f0fb1bd19d/init/server/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f0fb1bd19d/init/server/handlers.js b/shellops/assets/ShellOps_f0fb1bd19d/init/server/handlers.js new file mode 100644 index 0000000000000000000000000000000000000000..7939728b9f7a2e3e47b4e08608192c6e5d94ca54 --- /dev/null +++ b/shellops/assets/ShellOps_f0fb1bd19d/init/server/handlers.js @@ -0,0 +1 @@ +// @deprecated since schema update \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1322f45b0/gold/authorized_endpoints.txt b/shellops/assets/ShellOps_f1322f45b0/gold/authorized_endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9ff714477ea5933b7df7635224ad8f9bdd87acd --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/gold/authorized_endpoints.txt @@ -0,0 +1,3 @@ +AlphaRoot +GammaTrust +DistractionCA diff --git a/shellops/assets/ShellOps_f1322f45b0/gold/distractor.xml b/shellops/assets/ShellOps_f1322f45b0/gold/distractor.xml new file mode 100644 index 0000000000000000000000000000000000000000..430262c681f28f28a9276bf6ae08403144c158c1 --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/gold/distractor.xml @@ -0,0 +1 @@ +test \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1322f45b0/gold/missing_cas.log b/shellops/assets/ShellOps_f1322f45b0/gold/missing_cas.log new file mode 100644 index 0000000000000000000000000000000000000000..0da56af9b70584cead8ae3909fa047f8b9f8ec4b --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/gold/missing_cas.log @@ -0,0 +1 @@ +BetaSecure diff --git a/shellops/assets/ShellOps_f1322f45b0/gold/trusted_cas.xml b/shellops/assets/ShellOps_f1322f45b0/gold/trusted_cas.xml new file mode 100644 index 0000000000000000000000000000000000000000..c9046796a3f73e4ef9bce1d1a56b3a90422689d9 --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/gold/trusted_cas.xml @@ -0,0 +1,5 @@ + + AlphaRoot + BetaSecure + GammaTrust + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1322f45b0/init/authorized_endpoints.txt b/shellops/assets/ShellOps_f1322f45b0/init/authorized_endpoints.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9ff714477ea5933b7df7635224ad8f9bdd87acd --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/init/authorized_endpoints.txt @@ -0,0 +1,3 @@ +AlphaRoot +GammaTrust +DistractionCA diff --git a/shellops/assets/ShellOps_f1322f45b0/init/distractor.xml b/shellops/assets/ShellOps_f1322f45b0/init/distractor.xml new file mode 100644 index 0000000000000000000000000000000000000000..430262c681f28f28a9276bf6ae08403144c158c1 --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/init/distractor.xml @@ -0,0 +1 @@ +test \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1322f45b0/init/trusted_cas.xml b/shellops/assets/ShellOps_f1322f45b0/init/trusted_cas.xml new file mode 100644 index 0000000000000000000000000000000000000000..c9046796a3f73e4ef9bce1d1a56b3a90422689d9 --- /dev/null +++ b/shellops/assets/ShellOps_f1322f45b0/init/trusted_cas.xml @@ -0,0 +1,5 @@ + + AlphaRoot + BetaSecure + GammaTrust + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_a.out b/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_a.out new file mode 100644 index 0000000000000000000000000000000000000000..df3c930cfcbe708d302c4fe3cfb2aba12f6ec857 --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_a.out @@ -0,0 +1,3 @@ +apples: 50 +oranges: 30 +bananas: 20 diff --git a/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_b.out b/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_b.out new file mode 100644 index 0000000000000000000000000000000000000000..d4fc87f2e5e40a91605fe5f1ecb6ecd52821f395 --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_b.out @@ -0,0 +1,3 @@ +apples: 60 +pears: 40 +bananas: 25 diff --git a/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_c.out b/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_c.out new file mode 100644 index 0000000000000000000000000000000000000000..20172299bf0d3af1a78fb6758f4d4934d137cc4f --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/gold/stock/warehouse_c.out @@ -0,0 +1,3 @@ +oranges: 35 +pears: 45 +kiwis: 15 diff --git a/shellops/assets/ShellOps_f143f55808/gold/stock_summary.out b/shellops/assets/ShellOps_f143f55808/gold/stock_summary.out new file mode 100644 index 0000000000000000000000000000000000000000..6c186df11cf7dd42bb17ea42bb594a12134c7bfe --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/gold/stock_summary.out @@ -0,0 +1,5 @@ +apples: 60 +bananas: 25 +kiwis: 15 +oranges: 35 +pears: 45 diff --git a/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_a.out b/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_a.out new file mode 100644 index 0000000000000000000000000000000000000000..df3c930cfcbe708d302c4fe3cfb2aba12f6ec857 --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_a.out @@ -0,0 +1,3 @@ +apples: 50 +oranges: 30 +bananas: 20 diff --git a/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_b.out b/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_b.out new file mode 100644 index 0000000000000000000000000000000000000000..d4fc87f2e5e40a91605fe5f1ecb6ecd52821f395 --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_b.out @@ -0,0 +1,3 @@ +apples: 60 +pears: 40 +bananas: 25 diff --git a/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_c.out b/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_c.out new file mode 100644 index 0000000000000000000000000000000000000000..20172299bf0d3af1a78fb6758f4d4934d137cc4f --- /dev/null +++ b/shellops/assets/ShellOps_f143f55808/init/stock/warehouse_c.out @@ -0,0 +1,3 @@ +oranges: 35 +pears: 45 +kiwis: 15 diff --git a/shellops/assets/ShellOps_f1a1afc2f7/gold/failed_packages.txt b/shellops/assets/ShellOps_f1a1afc2f7/gold/failed_packages.txt new file mode 100644 index 0000000000000000000000000000000000000000..947faeafc201f99410208f2e95f614aee1243af2 --- /dev/null +++ b/shellops/assets/ShellOps_f1a1afc2f7/gold/failed_packages.txt @@ -0,0 +1,5 @@ +libssl3 +nginx-full +openssh-server +python3.10 +python3.10-minimal diff --git a/shellops/assets/ShellOps_f1a1afc2f7/gold/var/log/apt/error1.log b/shellops/assets/ShellOps_f1a1afc2f7/gold/var/log/apt/error1.log new file mode 100644 index 0000000000000000000000000000000000000000..bb23a0ea8fc77093bc11dff7a85a36480492a35c --- /dev/null +++ b/shellops/assets/ShellOps_f1a1afc2f7/gold/var/log/apt/error1.log @@ -0,0 +1,6 @@ +E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.10/python3.10_3.10.12-1ubuntu0.1_amd64.deb 404 Not Found +Package: python3.10 +E: Unable to correct problems, you have held broken packages. +W: Not using locking for read only lock file /var/lib/dpkg/lock-frontend +E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl3_3.0.10-0ubuntu2.1_amd64.deb 404 Not Found +Package: libssl3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a1afc2f7/gold/var/log/apt/error2.log b/shellops/assets/ShellOps_f1a1afc2f7/gold/var/log/apt/error2.log new file mode 100644 index 0000000000000000000000000000000000000000..639b99186baf0dfaa60a5975afc0b04f59f7082a --- /dev/null +++ b/shellops/assets/ShellOps_f1a1afc2f7/gold/var/log/apt/error2.log @@ -0,0 +1,6 @@ +E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_9.3p1-1ubuntu3.6_amd64.deb 404 Not Found +Package: openssh-server +E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nginx/nginx-full_1.18.0-6ubuntu14.4_amd64.deb 404 Not Found +Package: nginx-full +E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.10/python3.10-minimal_3.10.12-1ubuntu0.1_amd64.deb 404 Not Found +Package: python3.10-minimal \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a1afc2f7/init/var/log/apt/error1.log b/shellops/assets/ShellOps_f1a1afc2f7/init/var/log/apt/error1.log new file mode 100644 index 0000000000000000000000000000000000000000..bb23a0ea8fc77093bc11dff7a85a36480492a35c --- /dev/null +++ b/shellops/assets/ShellOps_f1a1afc2f7/init/var/log/apt/error1.log @@ -0,0 +1,6 @@ +E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.10/python3.10_3.10.12-1ubuntu0.1_amd64.deb 404 Not Found +Package: python3.10 +E: Unable to correct problems, you have held broken packages. +W: Not using locking for read only lock file /var/lib/dpkg/lock-frontend +E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl3_3.0.10-0ubuntu2.1_amd64.deb 404 Not Found +Package: libssl3 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a1afc2f7/init/var/log/apt/error2.log b/shellops/assets/ShellOps_f1a1afc2f7/init/var/log/apt/error2.log new file mode 100644 index 0000000000000000000000000000000000000000..639b99186baf0dfaa60a5975afc0b04f59f7082a --- /dev/null +++ b/shellops/assets/ShellOps_f1a1afc2f7/init/var/log/apt/error2.log @@ -0,0 +1,6 @@ +E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_9.3p1-1ubuntu3.6_amd64.deb 404 Not Found +Package: openssh-server +E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nginx/nginx-full_1.18.0-6ubuntu14.4_amd64.deb 404 Not Found +Package: nginx-full +E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.10/python3.10-minimal_3.10.12-1ubuntu0.1_amd64.deb 404 Not Found +Package: python3.10-minimal \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a395d64b/gold/catalog.txt b/shellops/assets/ShellOps_f1a395d64b/gold/catalog.txt new file mode 100644 index 0000000000000000000000000000000000000000..29c288d969733792151b193a4581dfc099701d93 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/gold/catalog.txt @@ -0,0 +1,9 @@ +MAT-1001 Steel alloy +MAT-1002 Copper wire +LEGACY-OLD-001 Obsolete resin +MAT-1003 Aluminum sheet +MAT-1004 PVC compound +LEGACY-OLD-002 Deprecated adhesive +MAT-1005 Brass fitting +MAT-1006 Carbon fiber +MAT-1007 Rubber gasket \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a395d64b/gold/irrelevant.log b/shellops/assets/ShellOps_f1a395d64b/gold/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..c694e22f734c9b4861e65f0316f361032f7bcbd8 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/gold/irrelevant.log @@ -0,0 +1,5 @@ +2024-03-15 10:23:45 INFO: Catalog import started +2024-03-15 10:24:12 WARN: Duplicate entry MAT-1001 found in legacy system +2024-03-15 10:25:03 INFO: Portal sync completed with 5 materials +2024-03-15 10:26:44 ERROR: Failed to resolve LEGACY-OLD-001 mapping +2024-03-15 10:27:19 WARN: Orphaned material MAT-9999 detected \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a395d64b/gold/portal.xml b/shellops/assets/ShellOps_f1a395d64b/gold/portal.xml new file mode 100644 index 0000000000000000000000000000000000000000..0f0e45b954e29f8e6652c145c4c707c138638098 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/gold/portal.xml @@ -0,0 +1,25 @@ + + + + + Steel alloy + MetalsCo + + + Aluminum sheet + AlumWorks + + + PVC compound + PolymerGroup + + + Carbon fiber + AdvancedMaterials + + + Rubber gasket + SealTech + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a395d64b/gold/reports/missing_materials.txt b/shellops/assets/ShellOps_f1a395d64b/gold/reports/missing_materials.txt new file mode 100644 index 0000000000000000000000000000000000000000..95a99883839c570e6047a837a48fb45ed25c0ed1 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/gold/reports/missing_materials.txt @@ -0,0 +1,2 @@ +MAT-1002 +MAT-1005 diff --git a/shellops/assets/ShellOps_f1a395d64b/init/catalog.txt b/shellops/assets/ShellOps_f1a395d64b/init/catalog.txt new file mode 100644 index 0000000000000000000000000000000000000000..29c288d969733792151b193a4581dfc099701d93 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/init/catalog.txt @@ -0,0 +1,9 @@ +MAT-1001 Steel alloy +MAT-1002 Copper wire +LEGACY-OLD-001 Obsolete resin +MAT-1003 Aluminum sheet +MAT-1004 PVC compound +LEGACY-OLD-002 Deprecated adhesive +MAT-1005 Brass fitting +MAT-1006 Carbon fiber +MAT-1007 Rubber gasket \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a395d64b/init/irrelevant.log b/shellops/assets/ShellOps_f1a395d64b/init/irrelevant.log new file mode 100644 index 0000000000000000000000000000000000000000..c694e22f734c9b4861e65f0316f361032f7bcbd8 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/init/irrelevant.log @@ -0,0 +1,5 @@ +2024-03-15 10:23:45 INFO: Catalog import started +2024-03-15 10:24:12 WARN: Duplicate entry MAT-1001 found in legacy system +2024-03-15 10:25:03 INFO: Portal sync completed with 5 materials +2024-03-15 10:26:44 ERROR: Failed to resolve LEGACY-OLD-001 mapping +2024-03-15 10:27:19 WARN: Orphaned material MAT-9999 detected \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1a395d64b/init/portal.xml b/shellops/assets/ShellOps_f1a395d64b/init/portal.xml new file mode 100644 index 0000000000000000000000000000000000000000..0f0e45b954e29f8e6652c145c4c707c138638098 --- /dev/null +++ b/shellops/assets/ShellOps_f1a395d64b/init/portal.xml @@ -0,0 +1,25 @@ + + + + + Steel alloy + MetalsCo + + + Aluminum sheet + AlumWorks + + + PVC compound + PolymerGroup + + + Carbon fiber + AdvancedMaterials + + + Rubber gasket + SealTech + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/.keep b/shellops/assets/ShellOps_f1db562a0c/gold/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentA_2024-06-01.metrics b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentA_2024-06-01.metrics new file mode 100644 index 0000000000000000000000000000000000000000..4d1dde73139996005f245b3b44c25f318aa326ca --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentA_2024-06-01.metrics @@ -0,0 +1,4 @@ +test case: scenario_one +SUITE: componentA, PASS: 12, FAIL: 2, SKIP: 1 +additional debug lines +--- diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentB_2024-06-01.metrics b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentB_2024-06-01.metrics new file mode 100644 index 0000000000000000000000000000000000000000..0d13b49c5da560bd878f17ff3fe84eb09e6f1c6f --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentB_2024-06-01.metrics @@ -0,0 +1,2 @@ +SUITE: componentB, PASS: 18, FAIL: 0, SKIP: 3 +test case: scenario_two diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentC_2024-06-02.metrics b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentC_2024-06-02.metrics new file mode 100644 index 0000000000000000000000000000000000000000..39d1dc6987ba3cbeafa7e3a8ccb276f99832cfe9 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentC_2024-06-02.metrics @@ -0,0 +1,3 @@ +extra metadata +SUITE: componentC, PASS: 5, FAIL: 5, SKIP: 0 +test case: scenario_three diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentD_2024-06-03.metrics b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentD_2024-06-03.metrics new file mode 100644 index 0000000000000000000000000000000000000000..ff6ebcb2b1a83d5f7fe053ed30c77f6c8381fe83 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentD_2024-06-03.metrics @@ -0,0 +1 @@ +SUITE: componentD, PASS: 9, FAIL: 1, SKIP: 2 diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentE_2024-06-03.metrics b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentE_2024-06-03.metrics new file mode 100644 index 0000000000000000000000000000000000000000..72b9c7f1971b7ee5ea188895d2d4882cc435d1b8 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/componentE_2024-06-03.metrics @@ -0,0 +1 @@ +SUITE: componentE, PASS: 22, FAIL: 0, SKIP: 0 diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/debug.log b/shellops/assets/ShellOps_f1db562a0c/gold/runs/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..338eccb570c7eeaaa4faa6ffa0374552315cb409 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/debug.log @@ -0,0 +1 @@ +2024-06-02 10:00:00 starting run diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/runs/old_scan.log b/shellops/assets/ShellOps_f1db562a0c/gold/runs/old_scan.log new file mode 100644 index 0000000000000000000000000000000000000000..541892c70cf85c6a1820fafb95d1065b0b236fd9 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/runs/old_scan.log @@ -0,0 +1,2 @@ +ERROR: componentZ not found +INFO: scan completed diff --git a/shellops/assets/ShellOps_f1db562a0c/gold/suite_summary.csv b/shellops/assets/ShellOps_f1db562a0c/gold/suite_summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..2229dbef4c752dfce54ad8a30755fff1af37e6b5 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/gold/suite_summary.csv @@ -0,0 +1,6 @@ +suite,pass,fail,skip +componentA,12,2,1 +componentB,18,0,3 +componentC,5,5,0 +componentD,9,1,2 +componentE,22,0,0 diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/.keep b/shellops/assets/ShellOps_f1db562a0c/init/runs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/componentA_2024-06-01.metrics b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentA_2024-06-01.metrics new file mode 100644 index 0000000000000000000000000000000000000000..4d1dde73139996005f245b3b44c25f318aa326ca --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentA_2024-06-01.metrics @@ -0,0 +1,4 @@ +test case: scenario_one +SUITE: componentA, PASS: 12, FAIL: 2, SKIP: 1 +additional debug lines +--- diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/componentB_2024-06-01.metrics b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentB_2024-06-01.metrics new file mode 100644 index 0000000000000000000000000000000000000000..0d13b49c5da560bd878f17ff3fe84eb09e6f1c6f --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentB_2024-06-01.metrics @@ -0,0 +1,2 @@ +SUITE: componentB, PASS: 18, FAIL: 0, SKIP: 3 +test case: scenario_two diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/componentC_2024-06-02.metrics b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentC_2024-06-02.metrics new file mode 100644 index 0000000000000000000000000000000000000000..39d1dc6987ba3cbeafa7e3a8ccb276f99832cfe9 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentC_2024-06-02.metrics @@ -0,0 +1,3 @@ +extra metadata +SUITE: componentC, PASS: 5, FAIL: 5, SKIP: 0 +test case: scenario_three diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/componentD_2024-06-03.metrics b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentD_2024-06-03.metrics new file mode 100644 index 0000000000000000000000000000000000000000..ff6ebcb2b1a83d5f7fe053ed30c77f6c8381fe83 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentD_2024-06-03.metrics @@ -0,0 +1 @@ +SUITE: componentD, PASS: 9, FAIL: 1, SKIP: 2 diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/componentE_2024-06-03.metrics b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentE_2024-06-03.metrics new file mode 100644 index 0000000000000000000000000000000000000000..72b9c7f1971b7ee5ea188895d2d4882cc435d1b8 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/componentE_2024-06-03.metrics @@ -0,0 +1 @@ +SUITE: componentE, PASS: 22, FAIL: 0, SKIP: 0 diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/debug.log b/shellops/assets/ShellOps_f1db562a0c/init/runs/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..338eccb570c7eeaaa4faa6ffa0374552315cb409 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/debug.log @@ -0,0 +1 @@ +2024-06-02 10:00:00 starting run diff --git a/shellops/assets/ShellOps_f1db562a0c/init/runs/old_scan.log b/shellops/assets/ShellOps_f1db562a0c/init/runs/old_scan.log new file mode 100644 index 0000000000000000000000000000000000000000..541892c70cf85c6a1820fafb95d1065b0b236fd9 --- /dev/null +++ b/shellops/assets/ShellOps_f1db562a0c/init/runs/old_scan.log @@ -0,0 +1,2 @@ +ERROR: componentZ not found +INFO: scan completed diff --git a/shellops/assets/ShellOps_f2026ceaa1/gold/large_usd_txns.out b/shellops/assets/ShellOps_f2026ceaa1/gold/large_usd_txns.out new file mode 100644 index 0000000000000000000000000000000000000000..a967616a4dca591c5ee45a0e88a56264bfbfc07c --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/gold/large_usd_txns.out @@ -0,0 +1,5 @@ +TX1001 | AlphaCorp | 2500 +TX1006 | Zeta GmbH | 5500 +TX1008 | Iota LLC | 3200 +TX1010 | Lambda Corp | 1800 +TX1012 | Nu AG | 2100 diff --git a/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/archive/.keep b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/archive/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/backend/process_log.jsonl b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/backend/process_log.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0c88f08e697305f32ce898e858c2c051002a2130 --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/backend/process_log.jsonl @@ -0,0 +1,3 @@ +{"txn_id": "TX1008", "customer": "Iota LLC", "amount": 3200.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1009", "customer": "Kappa Inc", "amount": 990.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1010", "customer": "Lambda Corp", "amount": 1800.00, "currency": "USD", "status": "SUCCESS"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/backend/refunds.jsonl b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/backend/refunds.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2ed947b42dd9b9696eafa6ee791a058cb7ddf0c5 --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/backend/refunds.jsonl @@ -0,0 +1,2 @@ +{"txn_id": "TX1011", "customer": "Mu Ltd", "amount": 500.00, "currency": "USD", "status": "REFUNDED"} +{"txn_id": "TX1012", "customer": "Nu AG", "amount": 2100.00, "currency": "USD", "status": "SUCCESS"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/frontend/payments_week1.jsonl b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/frontend/payments_week1.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..500bfe6a93244cdfb3e78fe6477f60129354db7e --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/frontend/payments_week1.jsonl @@ -0,0 +1,4 @@ +{"txn_id": "TX1001", "customer": "AlphaCorp", "amount": 2500.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1002", "customer": "BetaInc", "amount": 750.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1003", "customer": "Gamma LLC", "amount": 4200.50, "currency": "EUR", "status": "SUCCESS"} +{"txn_id": "TX1004", "customer": "Delta Ltd", "amount": 1200.00, "currency": "USD", "status": "FAILED"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/frontend/payments_week2.jsonl b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/frontend/payments_week2.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d195141a866c068b45b652f9c6be922ec3956f42 --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/gold/q2_2024/frontend/payments_week2.jsonl @@ -0,0 +1,3 @@ +{"txn_id": "TX1005", "customer": "Epsilon Co", "amount": 800.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1006", "customer": "Zeta GmbH", "amount": 5500.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1007", "customer": "Theta SA", "amount": 150.00, "currency": "CAD", "status": "SUCCESS"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/archive/.keep b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/archive/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/backend/process_log.jsonl b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/backend/process_log.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0c88f08e697305f32ce898e858c2c051002a2130 --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/backend/process_log.jsonl @@ -0,0 +1,3 @@ +{"txn_id": "TX1008", "customer": "Iota LLC", "amount": 3200.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1009", "customer": "Kappa Inc", "amount": 990.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1010", "customer": "Lambda Corp", "amount": 1800.00, "currency": "USD", "status": "SUCCESS"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/backend/refunds.jsonl b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/backend/refunds.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2ed947b42dd9b9696eafa6ee791a058cb7ddf0c5 --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/backend/refunds.jsonl @@ -0,0 +1,2 @@ +{"txn_id": "TX1011", "customer": "Mu Ltd", "amount": 500.00, "currency": "USD", "status": "REFUNDED"} +{"txn_id": "TX1012", "customer": "Nu AG", "amount": 2100.00, "currency": "USD", "status": "SUCCESS"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/frontend/payments_week1.jsonl b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/frontend/payments_week1.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..500bfe6a93244cdfb3e78fe6477f60129354db7e --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/frontend/payments_week1.jsonl @@ -0,0 +1,4 @@ +{"txn_id": "TX1001", "customer": "AlphaCorp", "amount": 2500.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1002", "customer": "BetaInc", "amount": 750.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1003", "customer": "Gamma LLC", "amount": 4200.50, "currency": "EUR", "status": "SUCCESS"} +{"txn_id": "TX1004", "customer": "Delta Ltd", "amount": 1200.00, "currency": "USD", "status": "FAILED"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/frontend/payments_week2.jsonl b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/frontend/payments_week2.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d195141a866c068b45b652f9c6be922ec3956f42 --- /dev/null +++ b/shellops/assets/ShellOps_f2026ceaa1/init/q2_2024/frontend/payments_week2.jsonl @@ -0,0 +1,3 @@ +{"txn_id": "TX1005", "customer": "Epsilon Co", "amount": 800.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1006", "customer": "Zeta GmbH", "amount": 5500.00, "currency": "USD", "status": "SUCCESS"} +{"txn_id": "TX1007", "customer": "Theta SA", "amount": 150.00, "currency": "CAD", "status": "SUCCESS"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/assets/consumer.map b/shellops/assets/ShellOps_f22ca99c67/gold/assets/consumer.map new file mode 100644 index 0000000000000000000000000000000000000000..74c4f4ef09bdc7082e27f0f7b647c1accfefdd14 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/gold/assets/consumer.map @@ -0,0 +1,2 @@ +PG|ACTIVE|300|145.12 +KO|ACTIVE|400|63.45 diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/assets/energy.map b/shellops/assets/ShellOps_f22ca99c67/gold/assets/energy.map new file mode 100644 index 0000000000000000000000000000000000000000..55593b9325b5024c502b6ca6346ff43ff3cc1a7e --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/gold/assets/energy.map @@ -0,0 +1,3 @@ +XOM|ACTIVE|500|85.34 +CVX|ACTIVE|450|92.12 +BP|INACTIVE|600|40.56 diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/assets/healthcare.map b/shellops/assets/ShellOps_f22ca99c67/gold/assets/healthcare.map new file mode 100644 index 0000000000000000000000000000000000000000..c26a182c77fb4ef50b0d034fbd25ce3df8450158 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/gold/assets/healthcare.map @@ -0,0 +1,3 @@ +JNJ|ACTIVE|120|160.78 +PFE|ACTIVE|250|45.23 +MRK|ACTIVE|180|85.67 diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/assets/tech.map b/shellops/assets/ShellOps_f22ca99c67/gold/assets/tech.map new file mode 100644 index 0000000000000000000000000000000000000000..367c4f03ce9ffe916805b438a050dcd7f7420e5f --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/gold/assets/tech.map @@ -0,0 +1,4 @@ +AAPL|ACTIVE|150|175.23 +GOOGL|INACTIVE|75|125.45 +AMZN|ACTIVE|200|145.67 +MSFT|ACTIVE|300|310.89 diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/assets/utilities.map b/shellops/assets/ShellOps_f22ca99c67/gold/assets/utilities.map new file mode 100644 index 0000000000000000000000000000000000000000..670c7a84edbcb4023faf1251435b0e7331f3a3e7 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/gold/assets/utilities.map @@ -0,0 +1,2 @@ +DUK|INACTIVE|800|105.43 +NEE|ACTIVE|650|75.89 diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/portfolios/.keep b/shellops/assets/ShellOps_f22ca99c67/gold/portfolios/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f22ca99c67/gold/portfolios/current_holdings.ndjson b/shellops/assets/ShellOps_f22ca99c67/gold/portfolios/current_holdings.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1c5bd57a8bb7e2075a46efaf32f4ef4e4bb25247 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/gold/portfolios/current_holdings.ndjson @@ -0,0 +1,11 @@ +PG|ACTIVE|300|145.12 +KO|ACTIVE|400|63.45 +XOM|ACTIVE|500|85.34 +CVX|ACTIVE|450|92.12 +JNJ|ACTIVE|120|160.78 +PFE|ACTIVE|250|45.23 +MRK|ACTIVE|180|85.67 +AAPL|ACTIVE|150|175.23 +AMZN|ACTIVE|200|145.67 +MSFT|ACTIVE|300|310.89 +NEE|ACTIVE|650|75.89 diff --git a/shellops/assets/ShellOps_f22ca99c67/init/assets/consumer.map b/shellops/assets/ShellOps_f22ca99c67/init/assets/consumer.map new file mode 100644 index 0000000000000000000000000000000000000000..74c4f4ef09bdc7082e27f0f7b647c1accfefdd14 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/init/assets/consumer.map @@ -0,0 +1,2 @@ +PG|ACTIVE|300|145.12 +KO|ACTIVE|400|63.45 diff --git a/shellops/assets/ShellOps_f22ca99c67/init/assets/energy.map b/shellops/assets/ShellOps_f22ca99c67/init/assets/energy.map new file mode 100644 index 0000000000000000000000000000000000000000..55593b9325b5024c502b6ca6346ff43ff3cc1a7e --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/init/assets/energy.map @@ -0,0 +1,3 @@ +XOM|ACTIVE|500|85.34 +CVX|ACTIVE|450|92.12 +BP|INACTIVE|600|40.56 diff --git a/shellops/assets/ShellOps_f22ca99c67/init/assets/healthcare.map b/shellops/assets/ShellOps_f22ca99c67/init/assets/healthcare.map new file mode 100644 index 0000000000000000000000000000000000000000..c26a182c77fb4ef50b0d034fbd25ce3df8450158 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/init/assets/healthcare.map @@ -0,0 +1,3 @@ +JNJ|ACTIVE|120|160.78 +PFE|ACTIVE|250|45.23 +MRK|ACTIVE|180|85.67 diff --git a/shellops/assets/ShellOps_f22ca99c67/init/assets/tech.map b/shellops/assets/ShellOps_f22ca99c67/init/assets/tech.map new file mode 100644 index 0000000000000000000000000000000000000000..367c4f03ce9ffe916805b438a050dcd7f7420e5f --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/init/assets/tech.map @@ -0,0 +1,4 @@ +AAPL|ACTIVE|150|175.23 +GOOGL|INACTIVE|75|125.45 +AMZN|ACTIVE|200|145.67 +MSFT|ACTIVE|300|310.89 diff --git a/shellops/assets/ShellOps_f22ca99c67/init/assets/utilities.map b/shellops/assets/ShellOps_f22ca99c67/init/assets/utilities.map new file mode 100644 index 0000000000000000000000000000000000000000..670c7a84edbcb4023faf1251435b0e7331f3a3e7 --- /dev/null +++ b/shellops/assets/ShellOps_f22ca99c67/init/assets/utilities.map @@ -0,0 +1,2 @@ +DUK|INACTIVE|800|105.43 +NEE|ACTIVE|650|75.89 diff --git a/shellops/assets/ShellOps_f22ca99c67/init/portfolios/.keep b/shellops/assets/ShellOps_f22ca99c67/init/portfolios/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f245385691/gold/traces/audit_report.txt b/shellops/assets/ShellOps_f245385691/gold/traces/audit_report.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a182ca6b2847405db8fa3af09884d8b313497b1 --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/gold/traces/audit_report.txt @@ -0,0 +1,3 @@ +dev_001 +dev_004 +dev_005 diff --git a/shellops/assets/ShellOps_f245385691/gold/traces/device_inventory.txt b/shellops/assets/ShellOps_f245385691/gold/traces/device_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee23fb0f157a2f0b97db390a05cddaf20a63d01 --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/gold/traces/device_inventory.txt @@ -0,0 +1,7 @@ +dev_001:alpha_site:rack_01 +dev_002:beta_site:rack_02 +dev_003:alpha_site:rack_03 +dev_004:beta_site:rack_04 +dev_005:gamma_site:rack_05 +dev_006:gamma_site:rack_06 +dev_007:alpha_site:rack_07 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/gold/traces/exclusions.txt b/shellops/assets/ShellOps_f245385691/gold/traces/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a9b935275d805e5982c5a357017eb1229d81e6b --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/gold/traces/exclusions.txt @@ -0,0 +1,2 @@ +dev_002 +dev_006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/gold/traces/firmware_alpha.log b/shellops/assets/ShellOps_f245385691/gold/traces/firmware_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..651906a196f78cf9e2f16fdffb0b1bb6ae1616c1 --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/gold/traces/firmware_alpha.log @@ -0,0 +1,6 @@ +dev_001:2024-06-01T10:15:00Z:INFO:module_a:startup_complete +dev_002:2024-06-01T10:16:00Z:CRITICAL:module_b:voltage_drop +dev_001:2024-06-01T10:17:00Z:CRITICAL:module_a:overheat +dev_003:2024-06-01T10:18:00Z:INFO:module_c:normal_operation +dev_002:2024-06-01T10:19:00Z:INFO:module_b:recovered +dev_004:2024-06-01T10:20:00Z:CRITICAL:module_d:fan_failure \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/gold/traces/firmware_beta.log b/shellops/assets/ShellOps_f245385691/gold/traces/firmware_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..895e1802f33e1c99e591e96e1ee0c5a7e01a561d --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/gold/traces/firmware_beta.log @@ -0,0 +1,6 @@ +dev_002:2024-06-01T11:15:00Z:INFO:module_b:startup_complete +dev_005:2024-06-01T11:16:00Z:CRITICAL:module_e:memory_error +dev_003:2024-06-01T11:17:00Z:INFO:module_c:normal_operation +dev_006:2024-06-01T11:18:00Z:CRITICAL:module_f:thermal_throttle +dev_002:2024-06-01T11:19:00Z:CRITICAL:module_b:cpu_overload +dev_007:2024-06-01T11:20:00Z:INFO:module_g:normal_operation \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/init/traces/device_inventory.txt b/shellops/assets/ShellOps_f245385691/init/traces/device_inventory.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ee23fb0f157a2f0b97db390a05cddaf20a63d01 --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/init/traces/device_inventory.txt @@ -0,0 +1,7 @@ +dev_001:alpha_site:rack_01 +dev_002:beta_site:rack_02 +dev_003:alpha_site:rack_03 +dev_004:beta_site:rack_04 +dev_005:gamma_site:rack_05 +dev_006:gamma_site:rack_06 +dev_007:alpha_site:rack_07 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/init/traces/exclusions.txt b/shellops/assets/ShellOps_f245385691/init/traces/exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a9b935275d805e5982c5a357017eb1229d81e6b --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/init/traces/exclusions.txt @@ -0,0 +1,2 @@ +dev_002 +dev_006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/init/traces/firmware_alpha.log b/shellops/assets/ShellOps_f245385691/init/traces/firmware_alpha.log new file mode 100644 index 0000000000000000000000000000000000000000..651906a196f78cf9e2f16fdffb0b1bb6ae1616c1 --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/init/traces/firmware_alpha.log @@ -0,0 +1,6 @@ +dev_001:2024-06-01T10:15:00Z:INFO:module_a:startup_complete +dev_002:2024-06-01T10:16:00Z:CRITICAL:module_b:voltage_drop +dev_001:2024-06-01T10:17:00Z:CRITICAL:module_a:overheat +dev_003:2024-06-01T10:18:00Z:INFO:module_c:normal_operation +dev_002:2024-06-01T10:19:00Z:INFO:module_b:recovered +dev_004:2024-06-01T10:20:00Z:CRITICAL:module_d:fan_failure \ No newline at end of file diff --git a/shellops/assets/ShellOps_f245385691/init/traces/firmware_beta.log b/shellops/assets/ShellOps_f245385691/init/traces/firmware_beta.log new file mode 100644 index 0000000000000000000000000000000000000000..895e1802f33e1c99e591e96e1ee0c5a7e01a561d --- /dev/null +++ b/shellops/assets/ShellOps_f245385691/init/traces/firmware_beta.log @@ -0,0 +1,6 @@ +dev_002:2024-06-01T11:15:00Z:INFO:module_b:startup_complete +dev_005:2024-06-01T11:16:00Z:CRITICAL:module_e:memory_error +dev_003:2024-06-01T11:17:00Z:INFO:module_c:normal_operation +dev_006:2024-06-01T11:18:00Z:CRITICAL:module_f:thermal_throttle +dev_002:2024-06-01T11:19:00Z:CRITICAL:module_b:cpu_overload +dev_007:2024-06-01T11:20:00Z:INFO:module_g:normal_operation \ No newline at end of file diff --git a/shellops/assets/ShellOps_f24ab794d1/gold/ACKS b/shellops/assets/ShellOps_f24ab794d1/gold/ACKS new file mode 100644 index 0000000000000000000000000000000000000000..601d7558d4e2a2f95a58415f220f01293a99221c --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/gold/ACKS @@ -0,0 +1,6 @@ +alice +bob +charlie +diana +eve +frank diff --git a/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-01.log b/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-01.log new file mode 100644 index 0000000000000000000000000000000000000000..a496f1fa41abf97e243c885dc07c3c8512ac9704 --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-01.log @@ -0,0 +1,11 @@ +Commit: abc123 +Author: alice +Date: 2024-01-15 + +Commit: def456 +Author: bob +Date: 2024-01-20 + +Commit: ghi789 +Author: alice +Date: 2024-01-25 diff --git a/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-02.log b/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-02.log new file mode 100644 index 0000000000000000000000000000000000000000..47fc7706b63fbb557cb3284f32cd2130e387dc42 --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-02.log @@ -0,0 +1,11 @@ +Commit: jkl012 +Author: charlie +Date: 2024-02-10 + +Commit: mno345 +Author: diana +Date: 2024-02-15 + +Commit: pqr678 +Author: bob +Date: 2024-02-20 diff --git a/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-03.log b/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-03.log new file mode 100644 index 0000000000000000000000000000000000000000..d13fe661814f39c9184e71d9a30b239171ce806a --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/gold/commits/2024-03.log @@ -0,0 +1,11 @@ +Commit: stu901 +Author: eve +Date: 2024-03-05 + +Commit: vwx234 +Author: frank +Date: 2024-03-12 + +Commit: yza567 +Author: alice +Date: 2024-03-18 diff --git a/shellops/assets/ShellOps_f24ab794d1/init/ACKS b/shellops/assets/ShellOps_f24ab794d1/init/ACKS new file mode 100644 index 0000000000000000000000000000000000000000..e234a792fdd2cd5649babf6699946db1c66730f6 --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/init/ACKS @@ -0,0 +1,2 @@ +legacy_contributor +outdated_maintainer diff --git a/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-01.log b/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-01.log new file mode 100644 index 0000000000000000000000000000000000000000..a496f1fa41abf97e243c885dc07c3c8512ac9704 --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-01.log @@ -0,0 +1,11 @@ +Commit: abc123 +Author: alice +Date: 2024-01-15 + +Commit: def456 +Author: bob +Date: 2024-01-20 + +Commit: ghi789 +Author: alice +Date: 2024-01-25 diff --git a/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-02.log b/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-02.log new file mode 100644 index 0000000000000000000000000000000000000000..47fc7706b63fbb557cb3284f32cd2130e387dc42 --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-02.log @@ -0,0 +1,11 @@ +Commit: jkl012 +Author: charlie +Date: 2024-02-10 + +Commit: mno345 +Author: diana +Date: 2024-02-15 + +Commit: pqr678 +Author: bob +Date: 2024-02-20 diff --git a/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-03.log b/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-03.log new file mode 100644 index 0000000000000000000000000000000000000000..d13fe661814f39c9184e71d9a30b239171ce806a --- /dev/null +++ b/shellops/assets/ShellOps_f24ab794d1/init/commits/2024-03.log @@ -0,0 +1,11 @@ +Commit: stu901 +Author: eve +Date: 2024-03-05 + +Commit: vwx234 +Author: frank +Date: 2024-03-12 + +Commit: yza567 +Author: alice +Date: 2024-03-18 diff --git a/shellops/assets/ShellOps_f25adf3efb/gold/audit_errors.xml b/shellops/assets/ShellOps_f25adf3efb/gold/audit_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec428863ac6a71b65a6bbbe9b2283ab0bd977377 --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/gold/audit_errors.xml @@ -0,0 +1,27 @@ + + + + Order 44218 cannot be processed because address is missing. + SUSPENDED + + + Order 12509 blocked due to payment hold. + SUSPENDED + + + Order 12509 already suspended earlier. + SUSPENDED + + + Order 7634 flagged: customer request to delay. + DELAYED + + + Order 30127 status unknown. + PENDING + + + Order 58003 suspended due to carrier outage. + SUSPENDED + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f25adf3efb/gold/dispatches.txt b/shellops/assets/ShellOps_f25adf3efb/gold/dispatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bcb18a45c2aa2a08278e3779cb2244ebb1368db --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/gold/dispatches.txt @@ -0,0 +1,11 @@ +44218 +12509 +30127 +58003 +90999 +12509 +44218 +88822 +12345 +7634 +44218 diff --git a/shellops/assets/ShellOps_f25adf3efb/gold/notes.md b/shellops/assets/ShellOps_f25adf3efb/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e7dc3d5b638e31b404e8e85ab797e5b490b206ae --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/gold/notes.md @@ -0,0 +1,3 @@ +The daily dispatch run includes all orders that were queued, irrespective of audit status. +We need to filter out those that are SUSPENDED before proceeding with the next batch. +Ignore orders with status DELAYED or PENDING unless explicitly flagged. diff --git a/shellops/assets/ShellOps_f25adf3efb/gold/suspended_ids.txt b/shellops/assets/ShellOps_f25adf3efb/gold/suspended_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbac61e6eb400e3f0e3a9e58025da4ce57fae2e7 --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/gold/suspended_ids.txt @@ -0,0 +1,3 @@ +12509 +44218 +58003 diff --git a/shellops/assets/ShellOps_f25adf3efb/init/audit_errors.xml b/shellops/assets/ShellOps_f25adf3efb/init/audit_errors.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec428863ac6a71b65a6bbbe9b2283ab0bd977377 --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/init/audit_errors.xml @@ -0,0 +1,27 @@ + + + + Order 44218 cannot be processed because address is missing. + SUSPENDED + + + Order 12509 blocked due to payment hold. + SUSPENDED + + + Order 12509 already suspended earlier. + SUSPENDED + + + Order 7634 flagged: customer request to delay. + DELAYED + + + Order 30127 status unknown. + PENDING + + + Order 58003 suspended due to carrier outage. + SUSPENDED + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f25adf3efb/init/dispatches.txt b/shellops/assets/ShellOps_f25adf3efb/init/dispatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bcb18a45c2aa2a08278e3779cb2244ebb1368db --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/init/dispatches.txt @@ -0,0 +1,11 @@ +44218 +12509 +30127 +58003 +90999 +12509 +44218 +88822 +12345 +7634 +44218 diff --git a/shellops/assets/ShellOps_f25adf3efb/init/notes.md b/shellops/assets/ShellOps_f25adf3efb/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e7dc3d5b638e31b404e8e85ab797e5b490b206ae --- /dev/null +++ b/shellops/assets/ShellOps_f25adf3efb/init/notes.md @@ -0,0 +1,3 @@ +The daily dispatch run includes all orders that were queued, irrespective of audit status. +We need to filter out those that are SUSPENDED before proceeding with the next batch. +Ignore orders with status DELAYED or PENDING unless explicitly flagged. diff --git a/shellops/assets/ShellOps_f25b85c8e9/gold/results/control/experiment1.out b/shellops/assets/ShellOps_f25b85c8e9/gold/results/control/experiment1.out new file mode 100644 index 0000000000000000000000000000000000000000..5d42528a2331eb51cf5bc7ee467ef554d2fe2d22 --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/gold/results/control/experiment1.out @@ -0,0 +1,4 @@ +Temperature: 23.5 +Humidity: 42% +Pressure: 1013hPa +Temperature: 23.5 diff --git a/shellops/assets/ShellOps_f25b85c8e9/gold/results/control/experiment2.out b/shellops/assets/ShellOps_f25b85c8e9/gold/results/control/experiment2.out new file mode 100644 index 0000000000000000000000000000000000000000..8bb526365ccbd9e88f6693da35a7a4ae4aae41eb --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/gold/results/control/experiment2.out @@ -0,0 +1,3 @@ +Temperature: 22.0 +Humidity: 45% +Pressure: 1012hPa diff --git a/shellops/assets/ShellOps_f25b85c8e9/gold/results/experimental/experiment3.out b/shellops/assets/ShellOps_f25b85c8e9/gold/results/experimental/experiment3.out new file mode 100644 index 0000000000000000000000000000000000000000..491fbe123470626cbebcfac1afbf51ecec7ef44a --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/gold/results/experimental/experiment3.out @@ -0,0 +1,4 @@ +Temperature: 24.0 +Humidity: 40% +Pressure: 1014hPa +Temperature: 22.0 diff --git a/shellops/assets/ShellOps_f25b85c8e9/gold/results/experimental/experiment4.out b/shellops/assets/ShellOps_f25b85c8e9/gold/results/experimental/experiment4.out new file mode 100644 index 0000000000000000000000000000000000000000..2f72df3c14c519ed8e38d408ef19ffbf83051d24 --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/gold/results/experimental/experiment4.out @@ -0,0 +1,3 @@ +Temperature: 21.5 +Humidity: 43% +Pressure: 1011hPa diff --git a/shellops/assets/ShellOps_f25b85c8e9/gold/temperature_summary.md b/shellops/assets/ShellOps_f25b85c8e9/gold/temperature_summary.md new file mode 100644 index 0000000000000000000000000000000000000000..4b7aea7f98e5bc7b032d35aaeea6fa5cd6e1b717 --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/gold/temperature_summary.md @@ -0,0 +1,4 @@ +21.5 +22.0 +23.5 +24.0 diff --git a/shellops/assets/ShellOps_f25b85c8e9/init/results/control/experiment1.out b/shellops/assets/ShellOps_f25b85c8e9/init/results/control/experiment1.out new file mode 100644 index 0000000000000000000000000000000000000000..5d42528a2331eb51cf5bc7ee467ef554d2fe2d22 --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/init/results/control/experiment1.out @@ -0,0 +1,4 @@ +Temperature: 23.5 +Humidity: 42% +Pressure: 1013hPa +Temperature: 23.5 diff --git a/shellops/assets/ShellOps_f25b85c8e9/init/results/control/experiment2.out b/shellops/assets/ShellOps_f25b85c8e9/init/results/control/experiment2.out new file mode 100644 index 0000000000000000000000000000000000000000..8bb526365ccbd9e88f6693da35a7a4ae4aae41eb --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/init/results/control/experiment2.out @@ -0,0 +1,3 @@ +Temperature: 22.0 +Humidity: 45% +Pressure: 1012hPa diff --git a/shellops/assets/ShellOps_f25b85c8e9/init/results/experimental/experiment3.out b/shellops/assets/ShellOps_f25b85c8e9/init/results/experimental/experiment3.out new file mode 100644 index 0000000000000000000000000000000000000000..491fbe123470626cbebcfac1afbf51ecec7ef44a --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/init/results/experimental/experiment3.out @@ -0,0 +1,4 @@ +Temperature: 24.0 +Humidity: 40% +Pressure: 1014hPa +Temperature: 22.0 diff --git a/shellops/assets/ShellOps_f25b85c8e9/init/results/experimental/experiment4.out b/shellops/assets/ShellOps_f25b85c8e9/init/results/experimental/experiment4.out new file mode 100644 index 0000000000000000000000000000000000000000..2f72df3c14c519ed8e38d408ef19ffbf83051d24 --- /dev/null +++ b/shellops/assets/ShellOps_f25b85c8e9/init/results/experimental/experiment4.out @@ -0,0 +1,3 @@ +Temperature: 21.5 +Humidity: 43% +Pressure: 1011hPa diff --git a/shellops/assets/ShellOps_f2c4eae83d/gold/reports/summary.csv b/shellops/assets/ShellOps_f2c4eae83d/gold/reports/summary.csv new file mode 100644 index 0000000000000000000000000000000000000000..f73a413843cd5b34e6ecdfed981a56ab9ef4abb5 --- /dev/null +++ b/shellops/assets/ShellOps_f2c4eae83d/gold/reports/summary.csv @@ -0,0 +1,5 @@ +error_code,count +E404,4 +E500,2 +E429,1 +E502,1 diff --git a/shellops/assets/ShellOps_f2cf26dcc3/gold/active_zones.txt b/shellops/assets/ShellOps_f2cf26dcc3/gold/active_zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..51745e6e57d0c8e3c88997f7a351ece9ba53b9e5 --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/gold/active_zones.txt @@ -0,0 +1,6 @@ +ap-northeast-1c +eu-central-1a +eu-central-1b +eu-west-2a +us-east-1a +us-east-1b diff --git a/shellops/assets/ShellOps_f2cf26dcc3/gold/archive/old_zones.csv b/shellops/assets/ShellOps_f2cf26dcc3/gold/archive/old_zones.csv new file mode 100644 index 0000000000000000000000000000000000000000..e3c430fc6fc6e6de04ec12aa9acaae1ae253e39f --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/gold/archive/old_zones.csv @@ -0,0 +1,3 @@ +zone_id,region +us-east-1a,us +ap-south-1a,ap diff --git a/shellops/assets/ShellOps_f2cf26dcc3/gold/operations.xml b/shellops/assets/ShellOps_f2cf26dcc3/gold/operations.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d3ab829da07f0dbfff3bcc6308cd9d9f689a8e5 --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/gold/operations.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2cf26dcc3/gold/zones.txt b/shellops/assets/ShellOps_f2cf26dcc3/gold/zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..f234be1eab962444646babbd21feb7f9594c5cdc --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/gold/zones.txt @@ -0,0 +1,11 @@ +us-east-1a +eu-central-1a +ap-southeast-2a +us-west-2b +us-east-1b +us-west-1a +ca-central-1a +eu-west-2a +eu-central-1b +ap-northeast-1c +us-west-1a diff --git a/shellops/assets/ShellOps_f2cf26dcc3/init/archive/old_zones.csv b/shellops/assets/ShellOps_f2cf26dcc3/init/archive/old_zones.csv new file mode 100644 index 0000000000000000000000000000000000000000..e3c430fc6fc6e6de04ec12aa9acaae1ae253e39f --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/init/archive/old_zones.csv @@ -0,0 +1,3 @@ +zone_id,region +us-east-1a,us +ap-south-1a,ap diff --git a/shellops/assets/ShellOps_f2cf26dcc3/init/operations.xml b/shellops/assets/ShellOps_f2cf26dcc3/init/operations.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d3ab829da07f0dbfff3bcc6308cd9d9f689a8e5 --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/init/operations.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f2cf26dcc3/init/zones.txt b/shellops/assets/ShellOps_f2cf26dcc3/init/zones.txt new file mode 100644 index 0000000000000000000000000000000000000000..f234be1eab962444646babbd21feb7f9594c5cdc --- /dev/null +++ b/shellops/assets/ShellOps_f2cf26dcc3/init/zones.txt @@ -0,0 +1,11 @@ +us-east-1a +eu-central-1a +ap-southeast-2a +us-west-2b +us-east-1b +us-west-1a +ca-central-1a +eu-west-2a +eu-central-1b +ap-northeast-1c +us-west-1a diff --git a/shellops/assets/ShellOps_f32917f1fa/gold/confirmed_purchases.txt b/shellops/assets/ShellOps_f32917f1fa/gold/confirmed_purchases.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c78321e0a3b9c8541ad88a043e8ad0e079030f8 --- /dev/null +++ b/shellops/assets/ShellOps_f32917f1fa/gold/confirmed_purchases.txt @@ -0,0 +1,5 @@ +Alpha-X1 +Delta-W4 +Eta-T7 +Iota-R9 +Lambda-P11 diff --git a/shellops/assets/ShellOps_f32917f1fa/gold/purchases.csv b/shellops/assets/ShellOps_f32917f1fa/gold/purchases.csv new file mode 100644 index 0000000000000000000000000000000000000000..768c4e6ea52b453099ee09dd66a35264cd7edeba --- /dev/null +++ b/shellops/assets/ShellOps_f32917f1fa/gold/purchases.csv @@ -0,0 +1,12 @@ +Product,Status,Notes +Alpha-X1,Confirmed,New vendor +Beta-Y2,Cancelled,Out of stock +Gamma-Z3,Confirmed,Legacy model +Delta-W4,Confirmed,Standard order +Epsilon-V5,Pending,Review required +Zeta-U6,Confirmed,Legacy model +Eta-T7,Confirmed,Urgent shipment +Theta-S8,Cancelled,Customer request +Iota-R9,Confirmed,Standard order +Kappa-Q10,Confirmed,Legacy model +Lambda-P11,Confirmed,New vendor diff --git a/shellops/assets/ShellOps_f32917f1fa/init/purchases.csv b/shellops/assets/ShellOps_f32917f1fa/init/purchases.csv new file mode 100644 index 0000000000000000000000000000000000000000..768c4e6ea52b453099ee09dd66a35264cd7edeba --- /dev/null +++ b/shellops/assets/ShellOps_f32917f1fa/init/purchases.csv @@ -0,0 +1,12 @@ +Product,Status,Notes +Alpha-X1,Confirmed,New vendor +Beta-Y2,Cancelled,Out of stock +Gamma-Z3,Confirmed,Legacy model +Delta-W4,Confirmed,Standard order +Epsilon-V5,Pending,Review required +Zeta-U6,Confirmed,Legacy model +Eta-T7,Confirmed,Urgent shipment +Theta-S8,Cancelled,Customer request +Iota-R9,Confirmed,Standard order +Kappa-Q10,Confirmed,Legacy model +Lambda-P11,Confirmed,New vendor diff --git a/shellops/assets/ShellOps_f3430a5ac5/gold/Dockerfile b/shellops/assets/ShellOps_f3430a5ac5/gold/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..9627c26c0823853080ec017101561e8d985ffad6 --- /dev/null +++ b/shellops/assets/ShellOps_f3430a5ac5/gold/Dockerfile @@ -0,0 +1,12 @@ +FROM node:18-alpine +WORKDIR /app +COPY package*.json ./ +RUN npm install +COPY . . +ENV NODE_ENV=production +ENV PORT=8080 +ENV LOG_LEVEL=info +ENV DATABASE_URL=postgres://localhost:5432/app +ENV CACHE_TTL=3600 +EXPOSE 8080 +CMD ["node", "server.js"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3430a5ac5/init/Dockerfile b/shellops/assets/ShellOps_f3430a5ac5/init/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..9627c26c0823853080ec017101561e8d985ffad6 --- /dev/null +++ b/shellops/assets/ShellOps_f3430a5ac5/init/Dockerfile @@ -0,0 +1,12 @@ +FROM node:18-alpine +WORKDIR /app +COPY package*.json ./ +RUN npm install +COPY . . +ENV NODE_ENV=production +ENV PORT=8080 +ENV LOG_LEVEL=info +ENV DATABASE_URL=postgres://localhost:5432/app +ENV CACHE_TTL=3600 +EXPOSE 8080 +CMD ["node", "server.js"] \ No newline at end of file diff --git a/shellops/assets/ShellOps_f37c78b326/gold/billing/.keep b/shellops/assets/ShellOps_f37c78b326/gold/billing/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f37c78b326/gold/billing/legacy/system_old.rc b/shellops/assets/ShellOps_f37c78b326/gold/billing/legacy/system_old.rc new file mode 100644 index 0000000000000000000000000000000000000000..554a4367b28ce04642c0c0f52828599d1a969bde --- /dev/null +++ b/shellops/assets/ShellOps_f37c78b326/gold/billing/legacy/system_old.rc @@ -0,0 +1,2 @@ +Global Services|20500.00 +Legacy Systems|4400.00 diff --git a/shellops/assets/ShellOps_f37c78b326/gold/billing/system_a.rc b/shellops/assets/ShellOps_f37c78b326/gold/billing/system_a.rc new file mode 100644 index 0000000000000000000000000000000000000000..68eefc39bb70dcb67cf1500caa907def8a1cb45e --- /dev/null +++ b/shellops/assets/ShellOps_f37c78b326/gold/billing/system_a.rc @@ -0,0 +1,4 @@ +Acme Corp|12500.00 +TechStart Inc|8500.00 +Global Services|21000.00 +Acme Corp|13000.00 diff --git a/shellops/assets/ShellOps_f37c78b326/gold/billing/system_b.rc b/shellops/assets/ShellOps_f37c78b326/gold/billing/system_b.rc new file mode 100644 index 0000000000000000000000000000000000000000..d7318b2b001805f76e9976208df6a5b2ac8012f3 --- /dev/null +++ b/shellops/assets/ShellOps_f37c78b326/gold/billing/system_b.rc @@ -0,0 +1,4 @@ +DataFlow LLC|6700.00 +TechStart Inc|8200.00 +Acme Corp|12900.00 +Innovate Partners|15300.00 diff --git a/shellops/assets/ShellOps_f37c78b326/init/billing/.keep b/shellops/assets/ShellOps_f37c78b326/init/billing/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f37c78b326/init/billing/legacy/system_old.rc b/shellops/assets/ShellOps_f37c78b326/init/billing/legacy/system_old.rc new file mode 100644 index 0000000000000000000000000000000000000000..554a4367b28ce04642c0c0f52828599d1a969bde --- /dev/null +++ b/shellops/assets/ShellOps_f37c78b326/init/billing/legacy/system_old.rc @@ -0,0 +1,2 @@ +Global Services|20500.00 +Legacy Systems|4400.00 diff --git a/shellops/assets/ShellOps_f37c78b326/init/billing/system_a.rc b/shellops/assets/ShellOps_f37c78b326/init/billing/system_a.rc new file mode 100644 index 0000000000000000000000000000000000000000..68eefc39bb70dcb67cf1500caa907def8a1cb45e --- /dev/null +++ b/shellops/assets/ShellOps_f37c78b326/init/billing/system_a.rc @@ -0,0 +1,4 @@ +Acme Corp|12500.00 +TechStart Inc|8500.00 +Global Services|21000.00 +Acme Corp|13000.00 diff --git a/shellops/assets/ShellOps_f37c78b326/init/billing/system_b.rc b/shellops/assets/ShellOps_f37c78b326/init/billing/system_b.rc new file mode 100644 index 0000000000000000000000000000000000000000..d7318b2b001805f76e9976208df6a5b2ac8012f3 --- /dev/null +++ b/shellops/assets/ShellOps_f37c78b326/init/billing/system_b.rc @@ -0,0 +1,4 @@ +DataFlow LLC|6700.00 +TechStart Inc|8200.00 +Acme Corp|12900.00 +Innovate Partners|15300.00 diff --git a/shellops/assets/ShellOps_f38ea32cfe/gold/active_devices.json b/shellops/assets/ShellOps_f38ea32cfe/gold/active_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..828dfb03631051268ba2e9551c123373dd3c85a9 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/gold/active_devices.json @@ -0,0 +1,7 @@ +{ + "devices": [ + {"uuid": "a1b2c3", "name": "Sensor A"}, + {"uuid": "d4e5f6", "name": "Actuator B"}, + {"uuid": "g7h8i9", "name": "Controller C"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f38ea32cfe/gold/inventory/obsolete_catalog.yaml b/shellops/assets/ShellOps_f38ea32cfe/gold/inventory/obsolete_catalog.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e171b78c107d2e498e04763e58e02d10e7ffcda2 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/gold/inventory/obsolete_catalog.yaml @@ -0,0 +1,3 @@ +legacy_units: + - uuid: m3n4o5 + - uuid: p6q7r8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f38ea32cfe/gold/missing_uuids.txt b/shellops/assets/ShellOps_f38ea32cfe/gold/missing_uuids.txt new file mode 100644 index 0000000000000000000000000000000000000000..58fd22d85498d3f77914f3eaf7a688a1ccbe5d24 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/gold/missing_uuids.txt @@ -0,0 +1,2 @@ +a1b2c3 +g7h8i9 diff --git a/shellops/assets/ShellOps_f38ea32cfe/gold/retired_devices.ndjson b/shellops/assets/ShellOps_f38ea32cfe/gold/retired_devices.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e8efd3035682c3e6ba54332724d1982961711616 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/gold/retired_devices.ndjson @@ -0,0 +1,2 @@ +{"uuid": "j0k1l2", "reason": "obsolete"} +{"uuid": "d4e5f6", "reason": "damaged"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f38ea32cfe/init/active_devices.json b/shellops/assets/ShellOps_f38ea32cfe/init/active_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..828dfb03631051268ba2e9551c123373dd3c85a9 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/init/active_devices.json @@ -0,0 +1,7 @@ +{ + "devices": [ + {"uuid": "a1b2c3", "name": "Sensor A"}, + {"uuid": "d4e5f6", "name": "Actuator B"}, + {"uuid": "g7h8i9", "name": "Controller C"} + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f38ea32cfe/init/inventory/obsolete_catalog.yaml b/shellops/assets/ShellOps_f38ea32cfe/init/inventory/obsolete_catalog.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e171b78c107d2e498e04763e58e02d10e7ffcda2 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/init/inventory/obsolete_catalog.yaml @@ -0,0 +1,3 @@ +legacy_units: + - uuid: m3n4o5 + - uuid: p6q7r8 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f38ea32cfe/init/retired_devices.ndjson b/shellops/assets/ShellOps_f38ea32cfe/init/retired_devices.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e8efd3035682c3e6ba54332724d1982961711616 --- /dev/null +++ b/shellops/assets/ShellOps_f38ea32cfe/init/retired_devices.ndjson @@ -0,0 +1,2 @@ +{"uuid": "j0k1l2", "reason": "obsolete"} +{"uuid": "d4e5f6", "reason": "damaged"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f39d10f31a/gold/devices.xml b/shellops/assets/ShellOps_f39d10f31a/gold/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..c086c2cf5d4fc3e6a0cfeb6f21185fb747eca316 --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/gold/devices.xml @@ -0,0 +1,11 @@ + + + + thermistor + pressure_digital + accelerometer + humidity + + + + diff --git a/shellops/assets/ShellOps_f39d10f31a/gold/notes/README.md b/shellops/assets/ShellOps_f39d10f31a/gold/notes/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ecc46e787d8cb68885ad47cdc82ce108d6cc77ab --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/gold/notes/README.md @@ -0,0 +1,4 @@ +# Telemetry processing notes + +- The telemetry.log is generated by the sensor gateway. +- devices.xml contains the approved sensor types for the lab. diff --git a/shellops/assets/ShellOps_f39d10f31a/gold/reports/mismatches.txt b/shellops/assets/ShellOps_f39d10f31a/gold/reports/mismatches.txt new file mode 100644 index 0000000000000000000000000000000000000000..edae1d3817b2ded1b092c345bb06561e883aba32 --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/gold/reports/mismatches.txt @@ -0,0 +1,2 @@ +barometer +gyroscope diff --git a/shellops/assets/ShellOps_f39d10f31a/gold/telemetry.log b/shellops/assets/ShellOps_f39d10f31a/gold/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..3b32ba185bc428c1288dd89b0444f20886294177 --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/gold/telemetry.log @@ -0,0 +1,8 @@ +2024-05-10 08:15:23 device=dev-001 sensor_type=thermistor value=24.3 +2024-05-10 08:15:24 device=dev-002 sensor_type=pressure_digital value=101.2 +2024-05-10 08:16:01 device=dev-003 sensor_type=gyroscope value=0.05 +2024-05-10 08:16:45 device=dev-004 sensor_type=accelerometer value=1.02 +2024-05-10 08:17:10 device=dev-005 sensor_type=barometer value=1021.1 +2024-05-10 08:17:12 device=dev-006 sensor_type=thermistor value=25.1 +2024-05-10 08:18:03 device=dev-007 sensor_type=humidity value=65.4 +2024-05-10 08:19:00 device=dev-008 sensor_type=gyroscope value=0.03 diff --git a/shellops/assets/ShellOps_f39d10f31a/init/devices.xml b/shellops/assets/ShellOps_f39d10f31a/init/devices.xml new file mode 100644 index 0000000000000000000000000000000000000000..c086c2cf5d4fc3e6a0cfeb6f21185fb747eca316 --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/init/devices.xml @@ -0,0 +1,11 @@ + + + + thermistor + pressure_digital + accelerometer + humidity + + + + diff --git a/shellops/assets/ShellOps_f39d10f31a/init/notes/README.md b/shellops/assets/ShellOps_f39d10f31a/init/notes/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ecc46e787d8cb68885ad47cdc82ce108d6cc77ab --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/init/notes/README.md @@ -0,0 +1,4 @@ +# Telemetry processing notes + +- The telemetry.log is generated by the sensor gateway. +- devices.xml contains the approved sensor types for the lab. diff --git a/shellops/assets/ShellOps_f39d10f31a/init/telemetry.log b/shellops/assets/ShellOps_f39d10f31a/init/telemetry.log new file mode 100644 index 0000000000000000000000000000000000000000..3b32ba185bc428c1288dd89b0444f20886294177 --- /dev/null +++ b/shellops/assets/ShellOps_f39d10f31a/init/telemetry.log @@ -0,0 +1,8 @@ +2024-05-10 08:15:23 device=dev-001 sensor_type=thermistor value=24.3 +2024-05-10 08:15:24 device=dev-002 sensor_type=pressure_digital value=101.2 +2024-05-10 08:16:01 device=dev-003 sensor_type=gyroscope value=0.05 +2024-05-10 08:16:45 device=dev-004 sensor_type=accelerometer value=1.02 +2024-05-10 08:17:10 device=dev-005 sensor_type=barometer value=1021.1 +2024-05-10 08:17:12 device=dev-006 sensor_type=thermistor value=25.1 +2024-05-10 08:18:03 device=dev-007 sensor_type=humidity value=65.4 +2024-05-10 08:19:00 device=dev-008 sensor_type=gyroscope value=0.03 diff --git a/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/.keep b/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/chapter1.md b/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/chapter1.md new file mode 100644 index 0000000000000000000000000000000000000000..af1ca929af156fb8c7ff2d17c8830a143a73ef3f --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/chapter1.md @@ -0,0 +1,8 @@ +--- +authors: ["Alice Smith", "Bob Jones"] +date: 2024-03-15 +--- + +# Cell Structure + +Cells are the basic unit of life. diff --git a/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/chapter2.md b/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/chapter2.md new file mode 100644 index 0000000000000000000000000000000000000000..58ce1f0ffacd713d72b78fd22fe82631f9f39dd4 --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/gold/notes/biology/chapter2.md @@ -0,0 +1,8 @@ +--- +authors: ["Carol White", "David Brown"] +date: 2024-03-16 +--- + +# Photosynthesis + +Plants convert light energy into chemical energy. diff --git a/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/.keep b/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/periodic_table.md b/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/periodic_table.md new file mode 100644 index 0000000000000000000000000000000000000000..1226c1522fd53e67acb7d17072d8e43ba71b055b --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/periodic_table.md @@ -0,0 +1,8 @@ +--- +authors: ["Frank Black", "David Brown"] +date: 2024-03-18 +--- + +# Periodic Table + +Elements are arranged by atomic number. diff --git a/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/reactions.md b/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/reactions.md new file mode 100644 index 0000000000000000000000000000000000000000..6dfc3d3ae5a83af372f714618f3591645025ff68 --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/gold/notes/chemistry/reactions.md @@ -0,0 +1,8 @@ +--- +authors: ["Alice Smith", "Eve Green"] +date: 2024-03-17 +--- + +# Chemical Reactions + +Reactions involve bond breaking and forming. diff --git a/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/.keep b/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/chapter1.md b/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/chapter1.md new file mode 100644 index 0000000000000000000000000000000000000000..af1ca929af156fb8c7ff2d17c8830a143a73ef3f --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/chapter1.md @@ -0,0 +1,8 @@ +--- +authors: ["Alice Smith", "Bob Jones"] +date: 2024-03-15 +--- + +# Cell Structure + +Cells are the basic unit of life. diff --git a/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/chapter2.md b/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/chapter2.md new file mode 100644 index 0000000000000000000000000000000000000000..58ce1f0ffacd713d72b78fd22fe82631f9f39dd4 --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/init/notes/biology/chapter2.md @@ -0,0 +1,8 @@ +--- +authors: ["Carol White", "David Brown"] +date: 2024-03-16 +--- + +# Photosynthesis + +Plants convert light energy into chemical energy. diff --git a/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/.keep b/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/periodic_table.md b/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/periodic_table.md new file mode 100644 index 0000000000000000000000000000000000000000..1226c1522fd53e67acb7d17072d8e43ba71b055b --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/periodic_table.md @@ -0,0 +1,8 @@ +--- +authors: ["Frank Black", "David Brown"] +date: 2024-03-18 +--- + +# Periodic Table + +Elements are arranged by atomic number. diff --git a/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/reactions.md b/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/reactions.md new file mode 100644 index 0000000000000000000000000000000000000000..6dfc3d3ae5a83af372f714618f3591645025ff68 --- /dev/null +++ b/shellops/assets/ShellOps_f39da59d8b/init/notes/chemistry/reactions.md @@ -0,0 +1,8 @@ +--- +authors: ["Alice Smith", "Eve Green"] +date: 2024-03-17 +--- + +# Chemical Reactions + +Reactions involve bond breaking and forming. diff --git a/shellops/assets/ShellOps_f3dafa8d97/gold/active_code.txt b/shellops/assets/ShellOps_f3dafa8d97/gold/active_code.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e00dae5c6c018c1526fc560aeaebd40870309a3 --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/gold/active_code.txt @@ -0,0 +1,4 @@ +ui-helper +file-converter +logging-core +scheduler \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3dafa8d97/gold/archived_modules.txt b/shellops/assets/ShellOps_f3dafa8d97/gold/archived_modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..99a9a84f330fcb760cebe52834d3ff1fa9d7e2fa --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/gold/archived_modules.txt @@ -0,0 +1,2 @@ +legacy-auth +metrics-v1 diff --git a/shellops/assets/ShellOps_f3dafa8d97/gold/modules.xml b/shellops/assets/ShellOps_f3dafa8d97/gold/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..45ccbbf3b0513ceef5febf3e0c6ffca7db56300a --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/gold/modules.xml @@ -0,0 +1,6 @@ + + legacy-auth + ui-helper + metrics-v1 + file-converter + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3dafa8d97/gold/release_notes.md b/shellops/assets/ShellOps_f3dafa8d97/gold/release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9e432c1f7acd6761a147312b84b7c2d0f72490a6 --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/gold/release_notes.md @@ -0,0 +1,2 @@ +# Upcoming release +- Deprecated modules: legacy-auth, metrics-v1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3dafa8d97/init/active_code.txt b/shellops/assets/ShellOps_f3dafa8d97/init/active_code.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e00dae5c6c018c1526fc560aeaebd40870309a3 --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/init/active_code.txt @@ -0,0 +1,4 @@ +ui-helper +file-converter +logging-core +scheduler \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3dafa8d97/init/modules.xml b/shellops/assets/ShellOps_f3dafa8d97/init/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..45ccbbf3b0513ceef5febf3e0c6ffca7db56300a --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/init/modules.xml @@ -0,0 +1,6 @@ + + legacy-auth + ui-helper + metrics-v1 + file-converter + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3dafa8d97/init/release_notes.md b/shellops/assets/ShellOps_f3dafa8d97/init/release_notes.md new file mode 100644 index 0000000000000000000000000000000000000000..9e432c1f7acd6761a147312b84b7c2d0f72490a6 --- /dev/null +++ b/shellops/assets/ShellOps_f3dafa8d97/init/release_notes.md @@ -0,0 +1,2 @@ +# Upcoming release +- Deprecated modules: legacy-auth, metrics-v1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f3de694603/gold/active_manifest.psv b/shellops/assets/ShellOps_f3de694603/gold/active_manifest.psv new file mode 100644 index 0000000000000000000000000000000000000000..e4ec6fbc894c3644f8b7405858ccc87901f6bc6b --- /dev/null +++ b/shellops/assets/ShellOps_f3de694603/gold/active_manifest.psv @@ -0,0 +1,3 @@ +humidity_probe|2.1|ghi789 +pressure_gauge|3.5|pqr678 +temp_sensor|1.2|def456 diff --git a/shellops/assets/ShellOps_f3de694603/init/active_manifest.psv b/shellops/assets/ShellOps_f3de694603/init/active_manifest.psv new file mode 100644 index 0000000000000000000000000000000000000000..b2dc04ecdd4d26b929501b14d84948fd30548b12 --- /dev/null +++ b/shellops/assets/ShellOps_f3de694603/init/active_manifest.psv @@ -0,0 +1,6 @@ +temp_sensor|1.0|abc123 +temp_sensor|1.2|def456 +humidity_probe|2.1|ghi789 +pressure_gauge|3.3|jkl012 +humidity_probe|2.0|mno345 +pressure_gauge|3.5|pqr678 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/gold/active_exceptions.txt b/shellops/assets/ShellOps_f44f88f21d/gold/active_exceptions.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d87f266036cc9f0d5a1a0e5ee1ef65013377521 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/gold/active_exceptions.txt @@ -0,0 +1,2 @@ +dev_1001 +dev_1002 diff --git a/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_alpha.json b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c94fef1a65ad3ffac55a6d3d59c3795eb9afc301 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_alpha.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1001", + "type": "sensor", + "anomaly": true, + "excluded": false, + "timestamp": "2024-05-15T10:30:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_beta.json b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..d611289310e977a4d07441149c5c1d9dca264598 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_beta.json @@ -0,0 +1,6 @@ +{ + "device_id": "dev_1002", + "type": "actuator", + "anomaly": true, + "timestamp": "2024-05-15T11:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_charlie.json b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..6067abbc6750172a551b7a227ff000554bab5add --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_charlie.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1003", + "type": "sensor", + "anomaly": false, + "excluded": false, + "timestamp": "2024-05-15T12:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_delta.json b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..1d5ed9b5f0d71511800b3407520d8493a67a321f --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_delta.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1004", + "type": "controller", + "anomaly": true, + "excluded": false, + "timestamp": "2024-05-15T13:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_echo.json b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_echo.json new file mode 100644 index 0000000000000000000000000000000000000000..4ea9c069f03eee7ec3684b6ce81542639a31b419 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/gold/diagnostics/service_echo.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1005", + "type": "sensor", + "anomaly": true, + "excluded": true, + "timestamp": "2024-05-15T14:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_alpha.json b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..c94fef1a65ad3ffac55a6d3d59c3795eb9afc301 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_alpha.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1001", + "type": "sensor", + "anomaly": true, + "excluded": false, + "timestamp": "2024-05-15T10:30:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_beta.json b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..d611289310e977a4d07441149c5c1d9dca264598 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_beta.json @@ -0,0 +1,6 @@ +{ + "device_id": "dev_1002", + "type": "actuator", + "anomaly": true, + "timestamp": "2024-05-15T11:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_charlie.json b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_charlie.json new file mode 100644 index 0000000000000000000000000000000000000000..6067abbc6750172a551b7a227ff000554bab5add --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_charlie.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1003", + "type": "sensor", + "anomaly": false, + "excluded": false, + "timestamp": "2024-05-15T12:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_delta.json b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..1d5ed9b5f0d71511800b3407520d8493a67a321f --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_delta.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1004", + "type": "controller", + "anomaly": true, + "excluded": false, + "timestamp": "2024-05-15T13:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_echo.json b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_echo.json new file mode 100644 index 0000000000000000000000000000000000000000..4ea9c069f03eee7ec3684b6ce81542639a31b419 --- /dev/null +++ b/shellops/assets/ShellOps_f44f88f21d/init/diagnostics/service_echo.json @@ -0,0 +1,7 @@ +{ + "device_id": "dev_1005", + "type": "sensor", + "anomaly": true, + "excluded": true, + "timestamp": "2024-05-15T14:00:00Z" +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f450a9a545/gold/discontinued_parts.txt b/shellops/assets/ShellOps_f450a9a545/gold/discontinued_parts.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f1d43b0a09a84e34fd2ac6d241dfabe9e311582 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/gold/discontinued_parts.txt @@ -0,0 +1,2 @@ +DEF-222 +MNO-444 diff --git a/shellops/assets/ShellOps_f450a9a545/gold/notes/guidelines.md b/shellops/assets/ShellOps_f450a9a545/gold/notes/guidelines.md new file mode 100644 index 0000000000000000000000000000000000000000..791cf5c8fa5ac5807aa6309f386c91c85a357398 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/gold/notes/guidelines.md @@ -0,0 +1,6 @@ +# Inventory Cross‑Check Guidelines + +- The parts_live.csv is the source of truth for currently active SKUs. +- SKUs starting with 'LEGACY-' are not considered missing; they are pending archival review and should be excluded from all reports. +- All other SKUs present in backlog but absent from live are considered discontinued and must be listed in the discontinued_parts.txt report. +- Sort the final list alphabetically. diff --git a/shellops/assets/ShellOps_f450a9a545/gold/parts_backlog.csv b/shellops/assets/ShellOps_f450a9a545/gold/parts_backlog.csv new file mode 100644 index 0000000000000000000000000000000000000000..838f808d16c2fe3de5ae718fbc243c0781dae8b4 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/gold/parts_backlog.csv @@ -0,0 +1,9 @@ +SKU,OrderDate,Quantity +ABC-001,2024-10 -01,10 +PQR-555,2024-10-02,5 +XYZ-100,2024-10-03,15 +MNO-444,2024-10-04,7 +LEGACY-009,2024-10-05,2 +LMN-888,2024-10-06,9 +DEF-222,2024-10-07,12 +LEGACY-999,2024-10-08,1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f450a9a545/gold/parts_live.csv b/shellops/assets/ShellOps_f450a9a545/gold/parts_live.csv new file mode 100644 index 0000000000000000000000000000000000000000..d28ca36ca618adf27c09fffbfb10d6ae0e02e516 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/gold/parts_live.csv @@ -0,0 +1,7 @@ +SKU,Description,Stock +ABC-001,Gear Motor,45 +LEGACY-009,Old Relay,12 +XYZ-100,Circuit Board,23 +PQR-555,Fuse Box,8 +LEGACY-777,Deprecated Sensor,3 +LMN-888,Display Panel,18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f450a9a545/init/notes/guidelines.md b/shellops/assets/ShellOps_f450a9a545/init/notes/guidelines.md new file mode 100644 index 0000000000000000000000000000000000000000..791cf5c8fa5ac5807aa6309f386c91c85a357398 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/init/notes/guidelines.md @@ -0,0 +1,6 @@ +# Inventory Cross‑Check Guidelines + +- The parts_live.csv is the source of truth for currently active SKUs. +- SKUs starting with 'LEGACY-' are not considered missing; they are pending archival review and should be excluded from all reports. +- All other SKUs present in backlog but absent from live are considered discontinued and must be listed in the discontinued_parts.txt report. +- Sort the final list alphabetically. diff --git a/shellops/assets/ShellOps_f450a9a545/init/parts_backlog.csv b/shellops/assets/ShellOps_f450a9a545/init/parts_backlog.csv new file mode 100644 index 0000000000000000000000000000000000000000..838f808d16c2fe3de5ae718fbc243c0781dae8b4 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/init/parts_backlog.csv @@ -0,0 +1,9 @@ +SKU,OrderDate,Quantity +ABC-001,2024-10 -01,10 +PQR-555,2024-10-02,5 +XYZ-100,2024-10-03,15 +MNO-444,2024-10-04,7 +LEGACY-009,2024-10-05,2 +LMN-888,2024-10-06,9 +DEF-222,2024-10-07,12 +LEGACY-999,2024-10-08,1 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f450a9a545/init/parts_live.csv b/shellops/assets/ShellOps_f450a9a545/init/parts_live.csv new file mode 100644 index 0000000000000000000000000000000000000000..d28ca36ca618adf27c09fffbfb10d6ae0e02e516 --- /dev/null +++ b/shellops/assets/ShellOps_f450a9a545/init/parts_live.csv @@ -0,0 +1,7 @@ +SKU,Description,Stock +ABC-001,Gear Motor,45 +LEGACY-009,Old Relay,12 +XYZ-100,Circuit Board,23 +PQR-555,Fuse Box,8 +LEGACY-777,Deprecated Sensor,3 +LMN-888,Display Panel,18 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/gold/app1.log b/shellops/assets/ShellOps_f46ca6c0b4/gold/app1.log new file mode 100644 index 0000000000000000000000000000000000000000..14e99e59f49073a8608fda81c56c1560e7cf3a37 --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/gold/app1.log @@ -0,0 +1,3 @@ +error_code: 500 internal server error +error_code: 417 expectation failed +error_code: 200 ok \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/gold/app2.log b/shellops/assets/ShellOps_f46ca6c0b4/gold/app2.log new file mode 100644 index 0000000000000000000000000000000000000000..60ec0c0abfc2616291ac3c3fa71fac04b13c3f7a --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/gold/app2.log @@ -0,0 +1,2 @@ +error_code: 417 expectation failed +error_code: 404 not found \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/gold/debug.log b/shellops/assets/ShellOps_f46ca6c0b4/gold/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..9e2779ee4cae364e8afe1d1755c781515a1a66a4 --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/gold/debug.log @@ -0,0 +1,3 @@ +error_code: 417 expectation failed +error_code: 417 expectation failed +error_code: 400 bad request \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/gold/error_summary.txt b/shellops/assets/ShellOps_f46ca6c0b4/gold/error_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ed3fe88a1d710331f1b4015d640319485b766a9 --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/gold/error_summary.txt @@ -0,0 +1 @@ +4 error_code: 417 expectation failed diff --git a/shellops/assets/ShellOps_f46ca6c0b4/init/app1.log b/shellops/assets/ShellOps_f46ca6c0b4/init/app1.log new file mode 100644 index 0000000000000000000000000000000000000000..14e99e59f49073a8608fda81c56c1560e7cf3a37 --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/init/app1.log @@ -0,0 +1,3 @@ +error_code: 500 internal server error +error_code: 417 expectation failed +error_code: 200 ok \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/init/app2.log b/shellops/assets/ShellOps_f46ca6c0b4/init/app2.log new file mode 100644 index 0000000000000000000000000000000000000000..60ec0c0abfc2616291ac3c3fa71fac04b13c3f7a --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/init/app2.log @@ -0,0 +1,2 @@ +error_code: 417 expectation failed +error_code: 404 not found \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/init/debug.log b/shellops/assets/ShellOps_f46ca6c0b4/init/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..9e2779ee4cae364e8afe1d1755c781515a1a66a4 --- /dev/null +++ b/shellops/assets/ShellOps_f46ca6c0b4/init/debug.log @@ -0,0 +1,3 @@ +error_code: 417 expectation failed +error_code: 417 expectation failed +error_code: 400 bad request \ No newline at end of file diff --git a/shellops/assets/ShellOps_f46ca6c0b4/init/error_summary.txt b/shellops/assets/ShellOps_f46ca6c0b4/init/error_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/ceramic_vase.md b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/ceramic_vase.md new file mode 100644 index 0000000000000000000000000000000000000000..b3371eafc0127cc5567728eecf0782463623977b --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/ceramic_vase.md @@ -0,0 +1,7 @@ +Object: Ceramic Vase +Accession: A.2024.0012 +Provenance: Private collection, acquired 2023 +Dimensions: 25cm height +Description: Blue-glazed earthenware with floral motifs + +Exhibition History: Gallery 3 (2024) \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/silver_bracelet.md b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/silver_bracelet.md new file mode 100644 index 0000000000000000000000000000000000000000..43d6350a9cb54a6bd33b0f0b369615283a6518a0 --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/silver_bracelet.md @@ -0,0 +1,7 @@ +Object: Silver Bracelet +Accession: A.2023.0045 +Provenance: Middle Eastern market, 1980s +Materials: Sterling silver, turquoise inlay +Description: Cuff-style bracelet with geometric patterns + +Exhibition History: Not yet displayed \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/stone_sculpture.md b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/stone_sculpture.md new file mode 100644 index 0000000000000000000000000000000000000000..d82745760347d217f4297ea1eb2f950dd2c889eb --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/stone_sculpture.md @@ -0,0 +1,7 @@ +Object: Stone Head +Accession: A.2024.0021 +Provenance: Mayan region, circa 600-900 CE +Materials: Volcanic stone +Description: Fragment of a larger sculpture depicting a deity + +Conservation Notes: Surface erosion, structurally sound \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/textile_fragment.md b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/textile_fragment.md new file mode 100644 index 0000000000000000000000000000000000000000..831f5ec481855e34280c4c6f60b25a778ac3ce9f --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/textile_fragment.md @@ -0,0 +1,7 @@ +Object: Textile Fragment +Accession: A.2024.0003 +Provenance: Peruvian Highlands, pre-Columbian +Materials: Camelid wool, natural dyes +Description: Geometric pattern in red, yellow, and blue + +Exhibition History: Gallery 2 (2024) \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/wooden_mask.md b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/wooden_mask.md new file mode 100644 index 0000000000000000000000000000000000000000..e9901225859aa6b844ec54a2c037c6bd41ca4338 --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/gold/metadata/wooden_mask.md @@ -0,0 +1,7 @@ +Object: Ritual Mask +Accession: A.2024.0008 +Provenance: Central Africa, early 20th century +Materials: Wood, pigment, fibers +Description: Anthropomorphic face with exaggerated features + +Conservation Notes: Stable condition, minor paint loss \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/ceramic_vase.md b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/ceramic_vase.md new file mode 100644 index 0000000000000000000000000000000000000000..b3371eafc0127cc5567728eecf0782463623977b --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/ceramic_vase.md @@ -0,0 +1,7 @@ +Object: Ceramic Vase +Accession: A.2024.0012 +Provenance: Private collection, acquired 2023 +Dimensions: 25cm height +Description: Blue-glazed earthenware with floral motifs + +Exhibition History: Gallery 3 (2024) \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/silver_bracelet.md b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/silver_bracelet.md new file mode 100644 index 0000000000000000000000000000000000000000..43d6350a9cb54a6bd33b0f0b369615283a6518a0 --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/silver_bracelet.md @@ -0,0 +1,7 @@ +Object: Silver Bracelet +Accession: A.2023.0045 +Provenance: Middle Eastern market, 1980s +Materials: Sterling silver, turquoise inlay +Description: Cuff-style bracelet with geometric patterns + +Exhibition History: Not yet displayed \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/stone_sculpture.md b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/stone_sculpture.md new file mode 100644 index 0000000000000000000000000000000000000000..d82745760347d217f4297ea1eb2f950dd2c889eb --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/stone_sculpture.md @@ -0,0 +1,7 @@ +Object: Stone Head +Accession: A.2024.0021 +Provenance: Mayan region, circa 600-900 CE +Materials: Volcanic stone +Description: Fragment of a larger sculpture depicting a deity + +Conservation Notes: Surface erosion, structurally sound \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/textile_fragment.md b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/textile_fragment.md new file mode 100644 index 0000000000000000000000000000000000000000..831f5ec481855e34280c4c6f60b25a778ac3ce9f --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/textile_fragment.md @@ -0,0 +1,7 @@ +Object: Textile Fragment +Accession: A.2024.0003 +Provenance: Peruvian Highlands, pre-Columbian +Materials: Camelid wool, natural dyes +Description: Geometric pattern in red, yellow, and blue + +Exhibition History: Gallery 2 (2024) \ No newline at end of file diff --git a/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/wooden_mask.md b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/wooden_mask.md new file mode 100644 index 0000000000000000000000000000000000000000..e9901225859aa6b844ec54a2c037c6bd41ca4338 --- /dev/null +++ b/shellops/assets/ShellOps_f47bdcf0f8/init/metadata/wooden_mask.md @@ -0,0 +1,7 @@ +Object: Ritual Mask +Accession: A.2024.0008 +Provenance: Central Africa, early 20th century +Materials: Wood, pigment, fibers +Description: Anthropomorphic face with exaggerated features + +Conservation Notes: Stable condition, minor paint loss \ No newline at end of file diff --git a/shellops/assets/ShellOps_f49df20935/gold/baseline_controls.txt b/shellops/assets/ShellOps_f49df20935/gold/baseline_controls.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff3f6b3069dbbecbdeb417e39d3c406016f90a35 --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/gold/baseline_controls.txt @@ -0,0 +1,5 @@ +CTRL-101 +CTRL-102 +CTRL-103 +CTRL-104 +CTRL-105 diff --git a/shellops/assets/ShellOps_f49df20935/gold/distractor_log.txt b/shellops/assets/ShellOps_f49df20935/gold/distractor_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d0c84313d6aafc77103bbe0eaf21c51fc12ceff --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/gold/distractor_log.txt @@ -0,0 +1,2 @@ +2024-06-01 INFO: Control CTRL-999 deprecated +2024-06-02 INFO: Control CTRL-102 superseded by CTRL-102-A diff --git a/shellops/assets/ShellOps_f49df20935/gold/implemented.xml b/shellops/assets/ShellOps_f49df20935/gold/implemented.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d3a05ef026269209c3fdb28e340acedc97e1c40 --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/gold/implemented.xml @@ -0,0 +1,6 @@ + + + CTRL-101 + CTRL-103 + CTRL-105 + diff --git a/shellops/assets/ShellOps_f49df20935/gold/missing_controls.xml b/shellops/assets/ShellOps_f49df20935/gold/missing_controls.xml new file mode 100644 index 0000000000000000000000000000000000000000..e487867e51f445c1b360bfbb1159f58dd008ed09 --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/gold/missing_controls.xml @@ -0,0 +1,2 @@ +CTRL-102 +CTRL-104 diff --git a/shellops/assets/ShellOps_f49df20935/init/baseline_controls.txt b/shellops/assets/ShellOps_f49df20935/init/baseline_controls.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff3f6b3069dbbecbdeb417e39d3c406016f90a35 --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/init/baseline_controls.txt @@ -0,0 +1,5 @@ +CTRL-101 +CTRL-102 +CTRL-103 +CTRL-104 +CTRL-105 diff --git a/shellops/assets/ShellOps_f49df20935/init/distractor_log.txt b/shellops/assets/ShellOps_f49df20935/init/distractor_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d0c84313d6aafc77103bbe0eaf21c51fc12ceff --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/init/distractor_log.txt @@ -0,0 +1,2 @@ +2024-06-01 INFO: Control CTRL-999 deprecated +2024-06-02 INFO: Control CTRL-102 superseded by CTRL-102-A diff --git a/shellops/assets/ShellOps_f49df20935/init/implemented.xml b/shellops/assets/ShellOps_f49df20935/init/implemented.xml new file mode 100644 index 0000000000000000000000000000000000000000..2d3a05ef026269209c3fdb28e340acedc97e1c40 --- /dev/null +++ b/shellops/assets/ShellOps_f49df20935/init/implemented.xml @@ -0,0 +1,6 @@ + + + CTRL-101 + CTRL-103 + CTRL-105 + diff --git a/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Jules.txt b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Jules.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ea27bd75015374b0bfa387ce89a97f862735310 --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Jules.txt @@ -0,0 +1,3 @@ +Jules's weekly update: +Participant: Jules +Progress: Finished drafting the Q4 budget module. diff --git a/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Kai.txt b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Kai.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fde92153f9b9b1d9f45dbe00c5ea63e58d6b32d --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Kai.txt @@ -0,0 +1,3 @@ +Kai weekly entry +Participant: Kai +Progress: Integrated the new authentication middleware. diff --git a/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Morgan.txt b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Morgan.txt new file mode 100644 index 0000000000000000000000000000000000000000..d70e696f1a70a6efe7538d20733312624add304d --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/Morgan.txt @@ -0,0 +1,6 @@ +Morgan's log + +Participant: Morgan +Progress: Debugged networking issues in the staging environment. + +- blocked on hardware ordering diff --git a/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/clipboard.txt b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/clipboard.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca382332e00d9af6a7bf8d24c799168aca78ed32 --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/gold/notes/clipboard.txt @@ -0,0 +1,3 @@ +Formatting instructions: always prefix participant lines with 'Participant:' exactly. +Participant: Formatting instructions +Do not include this as an actual participant. diff --git a/shellops/assets/ShellOps_f4c1ecce3a/gold/participant_list.txt b/shellops/assets/ShellOps_f4c1ecce3a/gold/participant_list.txt new file mode 100644 index 0000000000000000000000000000000000000000..92ce69087578fd75e48b97f17713251c34d643ce --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/gold/participant_list.txt @@ -0,0 +1,3 @@ +Jules +Kai +Morgan diff --git a/shellops/assets/ShellOps_f4c1ecce3a/init/.tmp/.keep b/shellops/assets/ShellOps_f4c1ecce3a/init/.tmp/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Jules.txt b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Jules.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ea27bd75015374b0bfa387ce89a97f862735310 --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Jules.txt @@ -0,0 +1,3 @@ +Jules's weekly update: +Participant: Jules +Progress: Finished drafting the Q4 budget module. diff --git a/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Kai.txt b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Kai.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fde92153f9b9b1d9f45dbe00c5ea63e58d6b32d --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Kai.txt @@ -0,0 +1,3 @@ +Kai weekly entry +Participant: Kai +Progress: Integrated the new authentication middleware. diff --git a/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Morgan.txt b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Morgan.txt new file mode 100644 index 0000000000000000000000000000000000000000..d70e696f1a70a6efe7538d20733312624add304d --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/Morgan.txt @@ -0,0 +1,6 @@ +Morgan's log + +Participant: Morgan +Progress: Debugged networking issues in the staging environment. + +- blocked on hardware ordering diff --git a/shellops/assets/ShellOps_f4c1ecce3a/init/notes/clipboard.txt b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/clipboard.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca382332e00d9af6a7bf8d24c799168aca78ed32 --- /dev/null +++ b/shellops/assets/ShellOps_f4c1ecce3a/init/notes/clipboard.txt @@ -0,0 +1,3 @@ +Formatting instructions: always prefix participant lines with 'Participant:' exactly. +Participant: Formatting instructions +Do not include this as an actual participant. diff --git a/shellops/assets/ShellOps_f4f2b2aec7/gold/active_certs.cnf b/shellops/assets/ShellOps_f4f2b2aec7/gold/active_certs.cnf new file mode 100644 index 0000000000000000000000000000000000000000..e72537b77f7a02cced19aa006aa5b4cb4998e64c --- /dev/null +++ b/shellops/assets/ShellOps_f4f2b2aec7/gold/active_certs.cnf @@ -0,0 +1,8 @@ +cert_id=4891XZ +owner=Primary DB +cert_id=77BC9P +owner=Analytics Cluster +cert_id=2234LM +owner=Reporting Service +cert_id=9910DF +owner=Legacy API \ No newline at end of file diff --git a/shellops/assets/ShellOps_f4f2b2aec7/gold/cert_backups.log b/shellops/assets/ShellOps_f4f2b2aec7/gold/cert_backups.log new file mode 100644 index 0000000000000000000000000000000000000000..388e5371a996ee7cdcd8f70b162930ad3d4bb7c4 --- /dev/null +++ b/shellops/assets/ShellOps_f4f2b2aec7/gold/cert_backups.log @@ -0,0 +1,4 @@ +2024-06-15T14:22:11 | 4891XZ | sha256:ab12 +2024-06-15T14:23:05 | 77BC9P | sha256:cd34 +2024-06-15T14:25:47 | 5566QW | sha256:ef56 +2024-06-15T14:26:19 | 9910DF | sha256:gh78 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f4f2b2aec7/gold/missing_certs.txt b/shellops/assets/ShellOps_f4f2b2aec7/gold/missing_certs.txt new file mode 100644 index 0000000000000000000000000000000000000000..e075a33bdc5321f464f4fd89696ef52ca312112f --- /dev/null +++ b/shellops/assets/ShellOps_f4f2b2aec7/gold/missing_certs.txt @@ -0,0 +1 @@ +2234LM diff --git a/shellops/assets/ShellOps_f4f2b2aec7/init/active_certs.cnf b/shellops/assets/ShellOps_f4f2b2aec7/init/active_certs.cnf new file mode 100644 index 0000000000000000000000000000000000000000..e72537b77f7a02cced19aa006aa5b4cb4998e64c --- /dev/null +++ b/shellops/assets/ShellOps_f4f2b2aec7/init/active_certs.cnf @@ -0,0 +1,8 @@ +cert_id=4891XZ +owner=Primary DB +cert_id=77BC9P +owner=Analytics Cluster +cert_id=2234LM +owner=Reporting Service +cert_id=9910DF +owner=Legacy API \ No newline at end of file diff --git a/shellops/assets/ShellOps_f4f2b2aec7/init/cert_backups.log b/shellops/assets/ShellOps_f4f2b2aec7/init/cert_backups.log new file mode 100644 index 0000000000000000000000000000000000000000..388e5371a996ee7cdcd8f70b162930ad3d4bb7c4 --- /dev/null +++ b/shellops/assets/ShellOps_f4f2b2aec7/init/cert_backups.log @@ -0,0 +1,4 @@ +2024-06-15T14:22:11 | 4891XZ | sha256:ab12 +2024-06-15T14:23:05 | 77BC9P | sha256:cd34 +2024-06-15T14:25:47 | 5566QW | sha256:ef56 +2024-06-15T14:26:19 | 9910DF | sha256:gh78 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f50fca1034/gold/test_import_fixes.txt b/shellops/assets/ShellOps_f50fca1034/gold/test_import_fixes.txt new file mode 100644 index 0000000000000000000000000000000000000000..b53cfd342cecd0b56216dba851afd680ff4dab0f --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/gold/test_import_fixes.txt @@ -0,0 +1,3 @@ +tests/integration/test_auth.py +tests/integration/test_payments.py +tests/integration/test_utils.py diff --git a/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_analytics.py b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_analytics.py new file mode 100644 index 0000000000000000000000000000000000000000..0bd126c2d4ce68d78bce66ab2940ff0eccda38ee --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_analytics.py @@ -0,0 +1,4 @@ +import com.example.newpkg.analytics + +def test_analytics(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_auth.py b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_auth.py new file mode 100644 index 0000000000000000000000000000000000000000..c4c41aeed793f030608e445b1f93d473e2087b88 --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_auth.py @@ -0,0 +1,5 @@ +import com.example.newpkg.auth +import com.example.newpkg.utils + +def test_login(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_payments.py b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_payments.py new file mode 100644 index 0000000000000000000000000000000000000000..15141596f5a12fd116bccddfbde6a263cd057fa1 --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_payments.py @@ -0,0 +1,4 @@ +from com.example.newpkg.payments import process_payment + +def test_payment_flow(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_utils.py b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..566cbd6a2f7da71c688730f6ec5064d8fe48ca38 --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/gold/tests/integration/test_utils.py @@ -0,0 +1,5 @@ +import com.example.newpkg.utils +import os + +def test_utils(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_analytics.py b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_analytics.py new file mode 100644 index 0000000000000000000000000000000000000000..0bd126c2d4ce68d78bce66ab2940ff0eccda38ee --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_analytics.py @@ -0,0 +1,4 @@ +import com.example.newpkg.analytics + +def test_analytics(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_auth.py b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_auth.py new file mode 100644 index 0000000000000000000000000000000000000000..eac575d232fbe7099587febf400f17fe2121b09b --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_auth.py @@ -0,0 +1,5 @@ +import com.example.legacy.auth +import com.example.legacy.utils + +def test_login(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_payments.py b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_payments.py new file mode 100644 index 0000000000000000000000000000000000000000..3ffe69b7f3fc5de3d6a33209c91944b41fb65cfc --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_payments.py @@ -0,0 +1,4 @@ +from com.example.legacy.payments import process_payment + +def test_payment_flow(): + pass diff --git a/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_utils.py b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..8e5256d5d3b901d2f2e51ac4ff84e687784c29e2 --- /dev/null +++ b/shellops/assets/ShellOps_f50fca1034/init/tests/integration/test_utils.py @@ -0,0 +1,5 @@ +import com.example.legacy.utils +import os + +def test_utils(): + pass diff --git a/shellops/assets/ShellOps_f5535f4a73/gold/config/fw_codes.tsv b/shellops/assets/ShellOps_f5535f4a73/gold/config/fw_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1fd69a7f3729854b41d4d3665b0a47511f894671 --- /dev/null +++ b/shellops/assets/ShellOps_f5535f4a73/gold/config/fw_codes.tsv @@ -0,0 +1,5 @@ +code name +4201 Blocked:PortScan +6003 Allowed:HTTP +7002 Blocked:Malware +8001 Quarantined:Heuristic diff --git a/shellops/assets/ShellOps_f5535f4a73/gold/reports/top_events.tsv b/shellops/assets/ShellOps_f5535f4a73/gold/reports/top_events.tsv new file mode 100644 index 0000000000000000000000000000000000000000..54f5a5aa00a3c4a2029df183c93d16ea5dd76740 --- /dev/null +++ b/shellops/assets/ShellOps_f5535f4a73/gold/reports/top_events.tsv @@ -0,0 +1,2 @@ +4201 Blocked:PortScan +6003 Allowed:HTTP diff --git a/shellops/assets/ShellOps_f5535f4a73/init/config/fw_codes.tsv b/shellops/assets/ShellOps_f5535f4a73/init/config/fw_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1fd69a7f3729854b41d4d3665b0a47511f894671 --- /dev/null +++ b/shellops/assets/ShellOps_f5535f4a73/init/config/fw_codes.tsv @@ -0,0 +1,5 @@ +code name +4201 Blocked:PortScan +6003 Allowed:HTTP +7002 Blocked:Malware +8001 Quarantined:Heuristic diff --git a/shellops/assets/ShellOps_f574008066/gold/distractor/notes.md b/shellops/assets/ShellOps_f574008066/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..66c5de2c870bae23c42c4b5a4f88e74db87a7c1d --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/gold/distractor/notes.md @@ -0,0 +1,2 @@ +The symbol __unwind_info appears in both files; global_error_buffer also matches. +invalid_symbol_ref is our placeholder; it's likely not in the dump. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f574008066/gold/dump.xml b/shellops/assets/ShellOps_f574008066/gold/dump.xml new file mode 100644 index 0000000000000000000000000000000000000000..359ac0b25bc371ea4928728c8c43016874544946 --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/gold/dump.xml @@ -0,0 +1,14 @@ + + + __unwind_info0x8000 + __stack_chk_fail0x8100 + global_error_buffer0x8200 + __assert_fail0x8300 + __tls_get_addr0x8400 + __aeabi_unwind_cpp_pr00x8500 + __gcc_personality_v00x8600 + debug_breakpoint0x8700 + panic_handler0x8800 + hardware_irq_entry0x8900 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f574008066/gold/missing_exclusions.txt b/shellops/assets/ShellOps_f574008066/gold/missing_exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..18cfc8638f494bba122ab878590cdb49a326c820 --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/gold/missing_exclusions.txt @@ -0,0 +1 @@ +invalid_symbol_ref diff --git a/shellops/assets/ShellOps_f574008066/gold/symbol_exclusions.txt b/shellops/assets/ShellOps_f574008066/gold/symbol_exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d1169738f11a9d38d9e14ed9a342358bba99465 --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/gold/symbol_exclusions.txt @@ -0,0 +1,13 @@ +# Symbols for removal - these should be present in the latest dump + +__unwind_info +__stack_chk_fail +global_error_buffer +__assert_fail +debug_breakpoint +__tls_get_addr +__aeabi_unwind_cpp_pr0 +__gcc_personality_v0 +invalid_symbol_ref + +# End of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_f574008066/init/distractor/notes.md b/shellops/assets/ShellOps_f574008066/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..66c5de2c870bae23c42c4b5a4f88e74db87a7c1d --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/init/distractor/notes.md @@ -0,0 +1,2 @@ +The symbol __unwind_info appears in both files; global_error_buffer also matches. +invalid_symbol_ref is our placeholder; it's likely not in the dump. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f574008066/init/dump.xml b/shellops/assets/ShellOps_f574008066/init/dump.xml new file mode 100644 index 0000000000000000000000000000000000000000..359ac0b25bc371ea4928728c8c43016874544946 --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/init/dump.xml @@ -0,0 +1,14 @@ + + + __unwind_info0x8000 + __stack_chk_fail0x8100 + global_error_buffer0x8200 + __assert_fail0x8300 + __tls_get_addr0x8400 + __aeabi_unwind_cpp_pr00x8500 + __gcc_personality_v00x8600 + debug_breakpoint0x8700 + panic_handler0x8800 + hardware_irq_entry0x8900 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f574008066/init/symbol_exclusions.txt b/shellops/assets/ShellOps_f574008066/init/symbol_exclusions.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d1169738f11a9d38d9e14ed9a342358bba99465 --- /dev/null +++ b/shellops/assets/ShellOps_f574008066/init/symbol_exclusions.txt @@ -0,0 +1,13 @@ +# Symbols for removal - these should be present in the latest dump + +__unwind_info +__stack_chk_fail +global_error_buffer +__assert_fail +debug_breakpoint +__tls_get_addr +__aeabi_unwind_cpp_pr0 +__gcc_personality_v0 +invalid_symbol_ref + +# End of list \ No newline at end of file diff --git a/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/.keep b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/app.conf b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..d0debdde9f5c833f8553e39f6da53a4624729ed6 --- /dev/null +++ b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/app.conf @@ -0,0 +1,5 @@ +[Server] +Host=localhost +Port=8080 +Deprecated_Protocol=http +LogLevel=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/database.conf b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/database.conf new file mode 100644 index 0000000000000000000000000000000000000000..a1250c4174ed9f3e672bd07692b1a2e7b4c10474 --- /dev/null +++ b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/database.conf @@ -0,0 +1,4 @@ +[Database] +Host=db.example.com +Deprecated_Auth=basic +SSL=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/legacy.conf b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..eb40656d3ff9effd6170e14de95b7cb758a579f5 --- /dev/null +++ b/shellops/assets/ShellOps_f57d2cfb6e/gold/configs/legacy.conf @@ -0,0 +1,3 @@ +[Legacy] +Deprecated_Feature=enable +Timeout=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f57d2cfb6e/init/configs/.keep b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f57d2cfb6e/init/configs/app.conf b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/app.conf new file mode 100644 index 0000000000000000000000000000000000000000..d0debdde9f5c833f8553e39f6da53a4624729ed6 --- /dev/null +++ b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/app.conf @@ -0,0 +1,5 @@ +[Server] +Host=localhost +Port=8080 +Deprecated_Protocol=http +LogLevel=info \ No newline at end of file diff --git a/shellops/assets/ShellOps_f57d2cfb6e/init/configs/database.conf b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/database.conf new file mode 100644 index 0000000000000000000000000000000000000000..a1250c4174ed9f3e672bd07692b1a2e7b4c10474 --- /dev/null +++ b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/database.conf @@ -0,0 +1,4 @@ +[Database] +Host=db.example.com +Deprecated_Auth=basic +SSL=true \ No newline at end of file diff --git a/shellops/assets/ShellOps_f57d2cfb6e/init/configs/legacy.conf b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/legacy.conf new file mode 100644 index 0000000000000000000000000000000000000000..eb40656d3ff9effd6170e14de95b7cb758a579f5 --- /dev/null +++ b/shellops/assets/ShellOps_f57d2cfb6e/init/configs/legacy.conf @@ -0,0 +1,3 @@ +[Legacy] +Deprecated_Feature=enable +Timeout=30 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f58b77d18e/gold/hardware_manifest.xml b/shellops/assets/ShellOps_f58b77d18e/gold/hardware_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..df3758d3b33d11ddc628fe01d2d2d6ee0a43c682 --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/gold/hardware_manifest.xml @@ -0,0 +1,19 @@ + + + + node-101 + Xeon E5-2690 + + + node-102 + Xeon E5-2690 + + + node-104 + Xeon E5-2690 + + + node-105 + Xeon E5-2690 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f58b77d18e/gold/missing_nodes.txt b/shellops/assets/ShellOps_f58b77d18e/gold/missing_nodes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7580093d55841702fed2aac22cb73a7cb4ee6b8 --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/gold/missing_nodes.txt @@ -0,0 +1,2 @@ +node-103 +node-106 diff --git a/shellops/assets/ShellOps_f58b77d18e/gold/node_roster.txt b/shellops/assets/ShellOps_f58b77d18e/gold/node_roster.txt new file mode 100644 index 0000000000000000000000000000000000000000..e83a54edb698711496784cb9e1c3ed0f2ca590c3 --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/gold/node_roster.txt @@ -0,0 +1,6 @@ +node-101 +node-102 +node-103 +node-104 +node-105 +node-106 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f58b77d18e/gold/notes.md b/shellops/assets/ShellOps_f58b77d18e/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..194f09cd2405b0c63454c2ad76ad8e95c702dc9f --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/gold/notes.md @@ -0,0 +1,4 @@ +# Inventory audit notes +- node-103 and node-106 are missing from hardware_manifest.xml +- node-105 was recently added and should be present +- node-104 is approved but not yet deployed diff --git a/shellops/assets/ShellOps_f58b77d18e/init/hardware_manifest.xml b/shellops/assets/ShellOps_f58b77d18e/init/hardware_manifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..df3758d3b33d11ddc628fe01d2d2d6ee0a43c682 --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/init/hardware_manifest.xml @@ -0,0 +1,19 @@ + + + + node-101 + Xeon E5-2690 + + + node-102 + Xeon E5-2690 + + + node-104 + Xeon E5-2690 + + + node-105 + Xeon E5-2690 + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f58b77d18e/init/node_roster.txt b/shellops/assets/ShellOps_f58b77d18e/init/node_roster.txt new file mode 100644 index 0000000000000000000000000000000000000000..e83a54edb698711496784cb9e1c3ed0f2ca590c3 --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/init/node_roster.txt @@ -0,0 +1,6 @@ +node-101 +node-102 +node-103 +node-104 +node-105 +node-106 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f58b77d18e/init/notes.md b/shellops/assets/ShellOps_f58b77d18e/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..194f09cd2405b0c63454c2ad76ad8e95c702dc9f --- /dev/null +++ b/shellops/assets/ShellOps_f58b77d18e/init/notes.md @@ -0,0 +1,4 @@ +# Inventory audit notes +- node-103 and node-106 are missing from hardware_manifest.xml +- node-105 was recently added and should be present +- node-104 is approved but not yet deployed diff --git a/shellops/assets/ShellOps_f5b21a106a/gold/current.conf b/shellops/assets/ShellOps_f5b21a106a/gold/current.conf new file mode 100644 index 0000000000000000000000000000000000000000..25c9d3cf9dc4f0996e20ba023981394d50e51cc4 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/gold/current.conf @@ -0,0 +1,4 @@ +retry_limit=3 +log_level=debug +cache_size=128 +compression=zstd diff --git a/shellops/assets/ShellOps_f5b21a106a/gold/docs/notes.md b/shellops/assets/ShellOps_f5b21a106a/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a8daec464bef6da0bc29f4f56519e52ee9031322 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/gold/docs/notes.md @@ -0,0 +1 @@ +This is a distractor file that should not be processed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5b21a106a/gold/policy/required_props.txt b/shellops/assets/ShellOps_f5b21a106a/gold/policy/required_props.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba92391b92c9ef2fb7309696a1f1bfb4230cd913 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/gold/policy/required_props.txt @@ -0,0 +1,3 @@ +timeout=30 +retry_limit=5 +cache_size=256 diff --git a/shellops/assets/ShellOps_f5b21a106a/gold/release.conf b/shellops/assets/ShellOps_f5b21a106a/gold/release.conf new file mode 100644 index 0000000000000000000000000000000000000000..773d3734ffc1065bf61d8718b24ba1f8e787f459 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/gold/release.conf @@ -0,0 +1,5 @@ +log_level=debug +compression=zstd +cache_size=256 +retry_limit=5 +timeout=30 diff --git a/shellops/assets/ShellOps_f5b21a106a/init/current.conf b/shellops/assets/ShellOps_f5b21a106a/init/current.conf new file mode 100644 index 0000000000000000000000000000000000000000..25c9d3cf9dc4f0996e20ba023981394d50e51cc4 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/init/current.conf @@ -0,0 +1,4 @@ +retry_limit=3 +log_level=debug +cache_size=128 +compression=zstd diff --git a/shellops/assets/ShellOps_f5b21a106a/init/docs/notes.md b/shellops/assets/ShellOps_f5b21a106a/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..a8daec464bef6da0bc29f4f56519e52ee9031322 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/init/docs/notes.md @@ -0,0 +1 @@ +This is a distractor file that should not be processed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5b21a106a/init/policy/required_props.txt b/shellops/assets/ShellOps_f5b21a106a/init/policy/required_props.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba92391b92c9ef2fb7309696a1f1bfb4230cd913 --- /dev/null +++ b/shellops/assets/ShellOps_f5b21a106a/init/policy/required_props.txt @@ -0,0 +1,3 @@ +timeout=30 +retry_limit=5 +cache_size=256 diff --git a/shellops/assets/ShellOps_f5b252a164/gold/active_stale_devices.txt b/shellops/assets/ShellOps_f5b252a164/gold/active_stale_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..73d3825da0dcf0043f1ba63cf27f898aad96e545 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/active_stale_devices.txt @@ -0,0 +1,2 @@ +DEV-101 +DEV-104 diff --git a/shellops/assets/ShellOps_f5b252a164/gold/allowed_devices.txt b/shellops/assets/ShellOps_f5b252a164/gold/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..777ee69fefee3466e3703517a05eff9cc46b00fa --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/allowed_devices.txt @@ -0,0 +1,6 @@ +# Ignore deprecated devices +DEV-102 +# This comment should be ignored +DEV-101 +DEV-103 +DEV-104 diff --git a/shellops/assets/ShellOps_f5b252a164/gold/distractor/notes.md b/shellops/assets/ShellOps_f5b252a164/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5e71a492b170112be997fe9f7e9dc3b5ae227959 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/distractor/notes.md @@ -0,0 +1,3 @@ +# Monitoring notes +- DEV-999 is a lab unit not in production. +- Heartbeat thresholds are under review. diff --git a/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_alpha.json b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..08881c23252d93745ce350a62b69d77cbcbc0992 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-101", + "state": "active", + "last_heartbeat": "2024-01-01T23:59:59Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_beta.json b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b44de8151e1324b281c78c729bfc4138b27c7919 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-102", + "state": "standby", + "last_heartbeat": "2024-01-01T12:00:00Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_delta.json b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..7b5ff3233ad34e60c2c08a8a2a0326252f8360d2 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-104", + "state": "active", + "last_heartbeat": "2024-01-01T08:15:00Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_gamma.json b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..8cc5f70ccf71e87caf00bb701ebca83015035206 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/gold/telemetry/sensor_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-103", + "state": "active", + "last_heartbeat": "2024-01-02T10:00:00Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/init/allowed_devices.txt b/shellops/assets/ShellOps_f5b252a164/init/allowed_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..777ee69fefee3466e3703517a05eff9cc46b00fa --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/init/allowed_devices.txt @@ -0,0 +1,6 @@ +# Ignore deprecated devices +DEV-102 +# This comment should be ignored +DEV-101 +DEV-103 +DEV-104 diff --git a/shellops/assets/ShellOps_f5b252a164/init/distractor/notes.md b/shellops/assets/ShellOps_f5b252a164/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..5e71a492b170112be997fe9f7e9dc3b5ae227959 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/init/distractor/notes.md @@ -0,0 +1,3 @@ +# Monitoring notes +- DEV-999 is a lab unit not in production. +- Heartbeat thresholds are under review. diff --git a/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_alpha.json b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..08881c23252d93745ce350a62b69d77cbcbc0992 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_alpha.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-101", + "state": "active", + "last_heartbeat": "2024-01-01T23:59:59Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_beta.json b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b44de8151e1324b281c78c729bfc4138b27c7919 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_beta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-102", + "state": "standby", + "last_heartbeat": "2024-01-01T12:00:00Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_delta.json b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..7b5ff3233ad34e60c2c08a8a2a0326252f8360d2 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_delta.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-104", + "state": "active", + "last_heartbeat": "2024-01-01T08:15:00Z" +} diff --git a/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_gamma.json b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..8cc5f70ccf71e87caf00bb701ebca83015035206 --- /dev/null +++ b/shellops/assets/ShellOps_f5b252a164/init/telemetry/sensor_gamma.json @@ -0,0 +1,5 @@ +{ + "device_id": "DEV-103", + "state": "active", + "last_heartbeat": "2024-01-02T10:00:00Z" +} diff --git a/shellops/assets/ShellOps_f5b9506291/gold/last_quarter.txt b/shellops/assets/ShellOps_f5b9506291/gold/last_quarter.txt new file mode 100644 index 0000000000000000000000000000000000000000..c47b534e0ba9f0f49bcd867db3eaf726d897c5f6 --- /dev/null +++ b/shellops/assets/ShellOps_f5b9506291/gold/last_quarter.txt @@ -0,0 +1,6 @@ +Procurement Entries Q3 2024: +SupplierID: 105 (Alpha) +SupplierID: 107 (Delta Logistics) +SupplierID:108 (Beta) +SupplierID: 111 (Epsilon Solutions) +End of report \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5b9506291/gold/unresolved_suppliers.txt b/shellops/assets/ShellOps_f5b9506291/gold/unresolved_suppliers.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ad0a53de25d62cc7e43cfa19b710408b34457ef --- /dev/null +++ b/shellops/assets/ShellOps_f5b9506291/gold/unresolved_suppliers.txt @@ -0,0 +1,2 @@ +107 +111 diff --git a/shellops/assets/ShellOps_f5b9506291/gold/vendors_active.xml b/shellops/assets/ShellOps_f5b9506291/gold/vendors_active.xml new file mode 100644 index 0000000000000000000000000000000000000000..00797c131c33a02a968817fb550d2868abd7c563 --- /dev/null +++ b/shellops/assets/ShellOps_f5b9506291/gold/vendors_active.xml @@ -0,0 +1,12 @@ + + + + Alpha Industries + + + Beta Systems + + + Gamma Corp + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5b9506291/init/last_quarter.txt b/shellops/assets/ShellOps_f5b9506291/init/last_quarter.txt new file mode 100644 index 0000000000000000000000000000000000000000..c47b534e0ba9f0f49bcd867db3eaf726d897c5f6 --- /dev/null +++ b/shellops/assets/ShellOps_f5b9506291/init/last_quarter.txt @@ -0,0 +1,6 @@ +Procurement Entries Q3 2024: +SupplierID: 105 (Alpha) +SupplierID: 107 (Delta Logistics) +SupplierID:108 (Beta) +SupplierID: 111 (Epsilon Solutions) +End of report \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5b9506291/init/vendors_active.xml b/shellops/assets/ShellOps_f5b9506291/init/vendors_active.xml new file mode 100644 index 0000000000000000000000000000000000000000..00797c131c33a02a968817fb550d2868abd7c563 --- /dev/null +++ b/shellops/assets/ShellOps_f5b9506291/init/vendors_active.xml @@ -0,0 +1,12 @@ + + + + Alpha Industries + + + Beta Systems + + + Gamma Corp + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5be32499f/gold/README.md b/shellops/assets/ShellOps_f5be32499f/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5ab9d0491a1939391f8b67eb44db3b39a6bb7a06 --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/gold/README.md @@ -0,0 +1,3 @@ +# Astronomy Observation Logs + +This directory contains observation session records from our outreach program. Each YAML file represents a night's observations with various telescope models. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5be32499f/gold/observations/session1.yaml b/shellops/assets/ShellOps_f5be32499f/gold/observations/session1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6d2641567f3b7ce5d6e5830ef3bf979e0fc443e4 --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/gold/observations/session1.yaml @@ -0,0 +1,13 @@ +date: 2024-03-15 +location: DarkSkyObservatory +telescope_model: "Celestron C14" +weather: clear +--- +object: M51 +exposure_time: 300s +filter_used: LRGB +telescope_model: "Meade LX200" +--- +object: NGC 253 +exposure_time: 450s +filter_used: Ha diff --git a/shellops/assets/ShellOps_f5be32499f/gold/observations/session2.yaml b/shellops/assets/ShellOps_f5be32499f/gold/observations/session2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d97fbcefb887df66eb3f42b066acce4bdf12ee3f --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/gold/observations/session2.yaml @@ -0,0 +1,13 @@ +date: 2024-03-16 +location: MountainPeakObservatory +telescope_model: "Takahashi FSQ-106ED" +weather: partly_cloudy +--- +object: OrionNebula +exposure_time: 240s +filter_used: RGB +telescope_model: "Celestron C14" +--- +object: Andromeda +exposure_time: 600s +filter_used: LRGB diff --git a/shellops/assets/ShellOps_f5be32499f/gold/observations/session3.yaml b/shellops/assets/ShellOps_f5be32499f/gold/observations/session3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e0b98da45bbba67fb4917fe3c07545c5ba99c5f1 --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/gold/observations/session3.yaml @@ -0,0 +1,13 @@ +date: 2024-03-17 +location: UrbanObservatory +telescope_model: "Sky-Watcher 200P" +weather: light_pollution +--- +object: Jupiter +exposure_time: 60s +filter_used: IR +telescope_model: "Takahashi FSQ-106ED" +--- +object: Saturn +exposure_time: 120s +filter_used: RGB diff --git a/shellops/assets/ShellOps_f5be32499f/gold/telescopes.txt b/shellops/assets/ShellOps_f5be32499f/gold/telescopes.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd1a534ff3462513be454ae294b7d2c893439b9d --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/gold/telescopes.txt @@ -0,0 +1,4 @@ +Celestron C14 +Meade LX200 +Sky-Watcher 200P +Takahashi FSQ-106ED diff --git a/shellops/assets/ShellOps_f5be32499f/init/.tmp/keep b/shellops/assets/ShellOps_f5be32499f/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f5be32499f/init/README.md b/shellops/assets/ShellOps_f5be32499f/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5ab9d0491a1939391f8b67eb44db3b39a6bb7a06 --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/init/README.md @@ -0,0 +1,3 @@ +# Astronomy Observation Logs + +This directory contains observation session records from our outreach program. Each YAML file represents a night's observations with various telescope models. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f5be32499f/init/observations/session1.yaml b/shellops/assets/ShellOps_f5be32499f/init/observations/session1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6d2641567f3b7ce5d6e5830ef3bf979e0fc443e4 --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/init/observations/session1.yaml @@ -0,0 +1,13 @@ +date: 2024-03-15 +location: DarkSkyObservatory +telescope_model: "Celestron C14" +weather: clear +--- +object: M51 +exposure_time: 300s +filter_used: LRGB +telescope_model: "Meade LX200" +--- +object: NGC 253 +exposure_time: 450s +filter_used: Ha diff --git a/shellops/assets/ShellOps_f5be32499f/init/observations/session2.yaml b/shellops/assets/ShellOps_f5be32499f/init/observations/session2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d97fbcefb887df66eb3f42b066acce4bdf12ee3f --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/init/observations/session2.yaml @@ -0,0 +1,13 @@ +date: 2024-03-16 +location: MountainPeakObservatory +telescope_model: "Takahashi FSQ-106ED" +weather: partly_cloudy +--- +object: OrionNebula +exposure_time: 240s +filter_used: RGB +telescope_model: "Celestron C14" +--- +object: Andromeda +exposure_time: 600s +filter_used: LRGB diff --git a/shellops/assets/ShellOps_f5be32499f/init/observations/session3.yaml b/shellops/assets/ShellOps_f5be32499f/init/observations/session3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e0b98da45bbba67fb4917fe3c07545c5ba99c5f1 --- /dev/null +++ b/shellops/assets/ShellOps_f5be32499f/init/observations/session3.yaml @@ -0,0 +1,13 @@ +date: 2024-03-17 +location: UrbanObservatory +telescope_model: "Sky-Watcher 200P" +weather: light_pollution +--- +object: Jupiter +exposure_time: 60s +filter_used: IR +telescope_model: "Takahashi FSQ-106ED" +--- +object: Saturn +exposure_time: 120s +filter_used: RGB diff --git a/shellops/assets/ShellOps_f5be32499f/init/telescopes.txt b/shellops/assets/ShellOps_f5be32499f/init/telescopes.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f5ee9c9559/gold/device_export_a.xml b/shellops/assets/ShellOps_f5ee9c9559/gold/device_export_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..4ef045a0a74829ba52b8ccaa36f46b9dd691ea25 --- /dev/null +++ b/shellops/assets/ShellOps_f5ee9c9559/gold/device_export_a.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_f5ee9c9559/gold/device_export_b.xml b/shellops/assets/ShellOps_f5ee9c9559/gold/device_export_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..3f33367a1d519ed5f1f9415e2eb613e393b3b1df --- /dev/null +++ b/shellops/assets/ShellOps_f5ee9c9559/gold/device_export_b.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_f5ee9c9559/gold/devices.txt b/shellops/assets/ShellOps_f5ee9c9559/gold/devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea96abe245539eae90e7b28b2cf65c577257e25c --- /dev/null +++ b/shellops/assets/ShellOps_f5ee9c9559/gold/devices.txt @@ -0,0 +1,6 @@ +DEV-1001 +DEV-1002 +DEV-1003 +DEV-1004 +DEV-1005 +DEV-1006 diff --git a/shellops/assets/ShellOps_f5ee9c9559/init/device_export_a.xml b/shellops/assets/ShellOps_f5ee9c9559/init/device_export_a.xml new file mode 100644 index 0000000000000000000000000000000000000000..4ef045a0a74829ba52b8ccaa36f46b9dd691ea25 --- /dev/null +++ b/shellops/assets/ShellOps_f5ee9c9559/init/device_export_a.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_f5ee9c9559/init/device_export_b.xml b/shellops/assets/ShellOps_f5ee9c9559/init/device_export_b.xml new file mode 100644 index 0000000000000000000000000000000000000000..3f33367a1d519ed5f1f9415e2eb613e393b3b1df --- /dev/null +++ b/shellops/assets/ShellOps_f5ee9c9559/init/device_export_b.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/shellops/assets/ShellOps_f628e06574/gold/distractor/notes.md b/shellops/assets/ShellOps_f628e06574/gold/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cc78a00fa9866cc5184de352636c73e982a896fa --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/gold/distractor/notes.md @@ -0,0 +1,3 @@ +# Old Error Codes +- ERR-0045: Networking failure (deprecated) +- CRIT-0007: Authentication violation diff --git a/shellops/assets/ShellOps_f628e06574/gold/error_logs/2024-05-23.out b/shellops/assets/ShellOps_f628e06574/gold/error_logs/2024-05-23.out new file mode 100644 index 0000000000000000000000000000000000000000..f70b2a6b5018088ee0dd73f21e89a105b6611303 --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/gold/error_logs/2024-05-23.out @@ -0,0 +1,5 @@ +1621792800 ERR-0045 +1621796400 WARN-0022 +1621800000 ERR-0045 +1621803600 CRIT-0007 +1621807200 WARN-0022 diff --git a/shellops/assets/ShellOps_f628e06574/gold/processed_diags.log b/shellops/assets/ShellOps_f628e06574/gold/processed_diags.log new file mode 100644 index 0000000000000000000000000000000000000000..87f03d90419c02447ec49cdd62dac8f781dc7c04 --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/gold/processed_diags.log @@ -0,0 +1,5 @@ +1621792800 NET_FAILURE +1621796400 DISK_LOW +1621800000 NET_FAILURE +1621803600 AUTH_VIOLATION +1621807200 DISK_LOW diff --git a/shellops/assets/ShellOps_f628e06574/gold/reference/err_codes.tsv b/shellops/assets/ShellOps_f628e06574/gold/reference/err_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..966d512512d9c4468d13bf75213990c547a5c1d8 --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/gold/reference/err_codes.tsv @@ -0,0 +1,6 @@ +ERR-0045 NET_FAILURE +WARN-0022 DISK_LOW +CRIT-0007 AUTH_VIOLATION +ERR-0045 NET_FAILURE +WARN-0022 DISK_LOW +CRIT-0007 AUTH_VIOLATION diff --git a/shellops/assets/ShellOps_f628e06574/init/distractor/notes.md b/shellops/assets/ShellOps_f628e06574/init/distractor/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..cc78a00fa9866cc5184de352636c73e982a896fa --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/init/distractor/notes.md @@ -0,0 +1,3 @@ +# Old Error Codes +- ERR-0045: Networking failure (deprecated) +- CRIT-0007: Authentication violation diff --git a/shellops/assets/ShellOps_f628e06574/init/error_logs/2024-05-23.out b/shellops/assets/ShellOps_f628e06574/init/error_logs/2024-05-23.out new file mode 100644 index 0000000000000000000000000000000000000000..f70b2a6b5018088ee0dd73f21e89a105b6611303 --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/init/error_logs/2024-05-23.out @@ -0,0 +1,5 @@ +1621792800 ERR-0045 +1621796400 WARN-0022 +1621800000 ERR-0045 +1621803600 CRIT-0007 +1621807200 WARN-0022 diff --git a/shellops/assets/ShellOps_f628e06574/init/reference/err_codes.tsv b/shellops/assets/ShellOps_f628e06574/init/reference/err_codes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..966d512512d9c4468d13bf75213990c547a5c1d8 --- /dev/null +++ b/shellops/assets/ShellOps_f628e06574/init/reference/err_codes.tsv @@ -0,0 +1,6 @@ +ERR-0045 NET_FAILURE +WARN-0022 DISK_LOW +CRIT-0007 AUTH_VIOLATION +ERR-0045 NET_FAILURE +WARN-0022 DISK_LOW +CRIT-0007 AUTH_VIOLATION diff --git a/shellops/assets/ShellOps_f704586753/gold/approved_pairs.txt b/shellops/assets/ShellOps_f704586753/gold/approved_pairs.txt new file mode 100644 index 0000000000000000000000000000000000000000..972bb44ea686e26e51527ad96e9ea3171572e2eb --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/gold/approved_pairs.txt @@ -0,0 +1,3 @@ +DEV001|AcmeCorp +DEV003|Initech +DEV004|StarkInd diff --git a/shellops/assets/ShellOps_f704586753/gold/devices.csv b/shellops/assets/ShellOps_f704586753/gold/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..0d6c9e14bf167510bf3e3af8e2a667223820659c --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/gold/devices.csv @@ -0,0 +1,9 @@ +device_id,vendor,status,notes +DEV001,AcmeCorp,approved,production device +DEV002,Globex,rejected,failed compliance +DEV003,Initech,approved,lab equipment +DEV004,StarkInd,approved,high availability +DEV005,Umbrella,pending,under review +DEV006,Globex,approved,legacy support +DEV007,Soylent,rejected,security issue +DEV008,Initech,pending,needs testing \ No newline at end of file diff --git a/shellops/assets/ShellOps_f704586753/gold/distractor.log b/shellops/assets/ShellOps_f704586753/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..6034f888825ff963ec59589dd621433f5d8bd13e --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/gold/distractor.log @@ -0,0 +1,4 @@ +2024-09-12 10:00:00 INFO: Device DEV009 from Cyberdyne connected +2024-09-12 10:15:00 WARN: Vendor Globex not in whitelist +2024-09-12 10:30:00 INFO: Approved device DEV001 active +2024-09-12 11:00:00 ERROR: Device DEV007 blocked due to policy \ No newline at end of file diff --git a/shellops/assets/ShellOps_f704586753/gold/vendors.txt b/shellops/assets/ShellOps_f704586753/gold/vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7033afd5251f2a0078f620c8594f4070fc7a1123 --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/gold/vendors.txt @@ -0,0 +1,5 @@ +AcmeCorp +Initech +Umbrella +StarkInd +Cyberdyne \ No newline at end of file diff --git a/shellops/assets/ShellOps_f704586753/init/devices.csv b/shellops/assets/ShellOps_f704586753/init/devices.csv new file mode 100644 index 0000000000000000000000000000000000000000..0d6c9e14bf167510bf3e3af8e2a667223820659c --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/init/devices.csv @@ -0,0 +1,9 @@ +device_id,vendor,status,notes +DEV001,AcmeCorp,approved,production device +DEV002,Globex,rejected,failed compliance +DEV003,Initech,approved,lab equipment +DEV004,StarkInd,approved,high availability +DEV005,Umbrella,pending,under review +DEV006,Globex,approved,legacy support +DEV007,Soylent,rejected,security issue +DEV008,Initech,pending,needs testing \ No newline at end of file diff --git a/shellops/assets/ShellOps_f704586753/init/distractor.log b/shellops/assets/ShellOps_f704586753/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..6034f888825ff963ec59589dd621433f5d8bd13e --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/init/distractor.log @@ -0,0 +1,4 @@ +2024-09-12 10:00:00 INFO: Device DEV009 from Cyberdyne connected +2024-09-12 10:15:00 WARN: Vendor Globex not in whitelist +2024-09-12 10:30:00 INFO: Approved device DEV001 active +2024-09-12 11:00:00 ERROR: Device DEV007 blocked due to policy \ No newline at end of file diff --git a/shellops/assets/ShellOps_f704586753/init/vendors.txt b/shellops/assets/ShellOps_f704586753/init/vendors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7033afd5251f2a0078f620c8594f4070fc7a1123 --- /dev/null +++ b/shellops/assets/ShellOps_f704586753/init/vendors.txt @@ -0,0 +1,5 @@ +AcmeCorp +Initech +Umbrella +StarkInd +Cyberdyne \ No newline at end of file diff --git a/shellops/assets/ShellOps_f7488ff48a/gold/report/error_leaderboard.txt b/shellops/assets/ShellOps_f7488ff48a/gold/report/error_leaderboard.txt new file mode 100644 index 0000000000000000000000000000000000000000..030e817152dfcafbee6a577715f05e744f16e6b3 --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/gold/report/error_leaderboard.txt @@ -0,0 +1,3 @@ +alpha 3 +beta 2 +gamma 1 diff --git a/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_alpha.json b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..4ba958397ad010131eb7ae6e37ce35253835c0a4 --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_alpha.json @@ -0,0 +1,4 @@ +{"sensor_id": "alpha", "error_code": "ERR_100", "severity": "error"} +{"sensor_id": "alpha", "error_code": "ERR_101", "severity": "error"} +{"sensor_id": "alpha", "error_code": "ERR_102", "severity": "warning"} +{"sensor_id": "alpha", "error_code": "ERR_103", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_beta.json b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b34313f1a48c5a28f933d9b59ab02f65781ef8ea --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_beta.json @@ -0,0 +1,3 @@ +{"sensor_id": "beta", "error_code": "ERR_200", "severity": "error"} +{"sensor_id": "beta", "error_code": "ERR_201", "severity": "info"} +{"sensor_id": "beta", "error_code": "ERR_202", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_gamma.json b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..c7fc1b523595d7bf3e0d71819ab29f87ff58e99e --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_gamma.json @@ -0,0 +1,2 @@ +{"sensor_id": "gamma", "error_code": "ERR_300", "severity": "warning"} +{"sensor_id": "gamma", "error_code": "ERR_301", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_legacy.json b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..14ef7ce64a25256a63b478f72254d273f1bd8e4e --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/gold/sensors/sensor_legacy.json @@ -0,0 +1 @@ +{"sensor_id": "legacy", "error_code": "ERR_999", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_alpha.json b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..4ba958397ad010131eb7ae6e37ce35253835c0a4 --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_alpha.json @@ -0,0 +1,4 @@ +{"sensor_id": "alpha", "error_code": "ERR_100", "severity": "error"} +{"sensor_id": "alpha", "error_code": "ERR_101", "severity": "error"} +{"sensor_id": "alpha", "error_code": "ERR_102", "severity": "warning"} +{"sensor_id": "alpha", "error_code": "ERR_103", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_beta.json b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..b34313f1a48c5a28f933d9b59ab02f65781ef8ea --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_beta.json @@ -0,0 +1,3 @@ +{"sensor_id": "beta", "error_code": "ERR_200", "severity": "error"} +{"sensor_id": "beta", "error_code": "ERR_201", "severity": "info"} +{"sensor_id": "beta", "error_code": "ERR_202", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_gamma.json b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..c7fc1b523595d7bf3e0d71819ab29f87ff58e99e --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_gamma.json @@ -0,0 +1,2 @@ +{"sensor_id": "gamma", "error_code": "ERR_300", "severity": "warning"} +{"sensor_id": "gamma", "error_code": "ERR_301", "severity": "error"} diff --git a/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_legacy.json b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..14ef7ce64a25256a63b478f72254d273f1bd8e4e --- /dev/null +++ b/shellops/assets/ShellOps_f7488ff48a/init/sensors/sensor_legacy.json @@ -0,0 +1 @@ +{"sensor_id": "legacy", "error_code": "ERR_999", "severity": "error"} diff --git a/shellops/assets/ShellOps_f776476e1a/gold/missing_products.txt b/shellops/assets/ShellOps_f776476e1a/gold/missing_products.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b4008129ffee9f3298ba2e0ebd1071211109fd --- /dev/null +++ b/shellops/assets/ShellOps_f776476e1a/gold/missing_products.txt @@ -0,0 +1 @@ +345 diff --git a/shellops/assets/ShellOps_f776476e1a/gold/products.tsv b/shellops/assets/ShellOps_f776476e1a/gold/products.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5746d71d657583c73668e7f72ec14aa5dfd50570 --- /dev/null +++ b/shellops/assets/ShellOps_f776476e1a/gold/products.tsv @@ -0,0 +1,6 @@ +ProductID ProductName +345 WidgetA +112 GadgetB +789 ToolC +457 DeviceD +123 ThingE \ No newline at end of file diff --git a/shellops/assets/ShellOps_f776476e1a/gold/suppliers.csv b/shellops/assets/ShellOps_f776476e1a/gold/suppliers.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb028c668054761bf76252660b29a99069f39c9c --- /dev/null +++ b/shellops/assets/ShellOps_f776476e1a/gold/suppliers.csv @@ -0,0 +1,5 @@ +Supplier,ProdRef +Acme Corp,112 +Globex Inc,789 +Universal,123 +Contoso Ltd,457 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f776476e1a/init/products.tsv b/shellops/assets/ShellOps_f776476e1a/init/products.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5746d71d657583c73668e7f72ec14aa5dfd50570 --- /dev/null +++ b/shellops/assets/ShellOps_f776476e1a/init/products.tsv @@ -0,0 +1,6 @@ +ProductID ProductName +345 WidgetA +112 GadgetB +789 ToolC +457 DeviceD +123 ThingE \ No newline at end of file diff --git a/shellops/assets/ShellOps_f776476e1a/init/suppliers.csv b/shellops/assets/ShellOps_f776476e1a/init/suppliers.csv new file mode 100644 index 0000000000000000000000000000000000000000..bb028c668054761bf76252660b29a99069f39c9c --- /dev/null +++ b/shellops/assets/ShellOps_f776476e1a/init/suppliers.csv @@ -0,0 +1,5 @@ +Supplier,ProdRef +Acme Corp,112 +Globex Inc,789 +Universal,123 +Contoso Ltd,457 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f786e30a03/gold/config/app.env b/shellops/assets/ShellOps_f786e30a03/gold/config/app.env new file mode 100644 index 0000000000000000000000000000000000000000..480a704f831d60bc22db64232db3b9b95f5cd90d --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/gold/config/app.env @@ -0,0 +1,10 @@ +API_KEY=abc123 +SECRET_TOKEN=xyz789 +DEBUG_MODE=true +LOG_LEVEL=info +MAX_RETRIES=3 +CACHE_TTL=3600 +ENDPOINT=https://api.example.com/v1 +TIMEOUT=10 +ENABLE_FEATURE_X=true +DEFAULT_THEME=dark \ No newline at end of file diff --git a/shellops/assets/ShellOps_f786e30a03/gold/src/main.py b/shellops/assets/ShellOps_f786e30a03/gold/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..fb5b53e55e644727986168300d87911e12fd7699 --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/gold/src/main.py @@ -0,0 +1,31 @@ +import os +import requests + +def fetch_data(): + api_key = os.getenv("API_KEY") + endpoint = os.getenv("ENDPOINT") + timeout = int(os.getenv("TIMEOUT", "5")) + + headers = { + 'Authorization': f'Bearer {os.getenv("SECRET_TOKEN")}', + 'Theme': os.getenv("DEFAULT_THEME", "light") + } + + try: + response = requests.get( + endpoint, + headers=headers, + timeout=timeout + ) + response.raise_for_status() + return response.json() + except requests.exceptions.RequestException as e: + print(f"Request failed: {e}") + return None + +if __name__ == "__main__": + data = fetch_data() + if data: + print(f"Success: {len(data)} records retrieved") + else: + print("No data retrieved") \ No newline at end of file diff --git a/shellops/assets/ShellOps_f786e30a03/gold/src/utils.py b/shellops/assets/ShellOps_f786e30a03/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f139655f27726bea54699ae56ff847cf5d3849b2 --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/gold/src/utils.py @@ -0,0 +1,23 @@ +# This utility file contains helper functions +import logging +import time + +logger = logging.getLogger(__name__) + +def retry_operation(max_retries=3, delay=1): + def decorator(func): + def wrapper(*args, **kwargs): + retries = 0 + while retries <= max_retries: + try: + return func(*args, **kwargs) + except Exception as e: + if retries == max_retries: + logger.error(f"Operation failed after {max_retries} retries: {e}") + raise + logger.warning(f"Attempt {retries + 1} failed: {e}. Retrying in {delay} seconds...") + time.sleep(delay) + retries += 1 + return None + return wrapper + return decorator \ No newline at end of file diff --git a/shellops/assets/ShellOps_f786e30a03/gold/unused_vars.txt b/shellops/assets/ShellOps_f786e30a03/gold/unused_vars.txt new file mode 100644 index 0000000000000000000000000000000000000000..a553072dde7c0254114adb610e69fa1fc4260970 --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/gold/unused_vars.txt @@ -0,0 +1,5 @@ +CACHE_TTL +DEBUG_MODE +ENABLE_FEATURE_X +LOG_LEVEL +MAX_RETRIES diff --git a/shellops/assets/ShellOps_f786e30a03/init/.tmp/keep b/shellops/assets/ShellOps_f786e30a03/init/.tmp/keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f786e30a03/init/config/app.env b/shellops/assets/ShellOps_f786e30a03/init/config/app.env new file mode 100644 index 0000000000000000000000000000000000000000..480a704f831d60bc22db64232db3b9b95f5cd90d --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/init/config/app.env @@ -0,0 +1,10 @@ +API_KEY=abc123 +SECRET_TOKEN=xyz789 +DEBUG_MODE=true +LOG_LEVEL=info +MAX_RETRIES=3 +CACHE_TTL=3600 +ENDPOINT=https://api.example.com/v1 +TIMEOUT=10 +ENABLE_FEATURE_X=true +DEFAULT_THEME=dark \ No newline at end of file diff --git a/shellops/assets/ShellOps_f786e30a03/init/src/main.py b/shellops/assets/ShellOps_f786e30a03/init/src/main.py new file mode 100644 index 0000000000000000000000000000000000000000..fb5b53e55e644727986168300d87911e12fd7699 --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/init/src/main.py @@ -0,0 +1,31 @@ +import os +import requests + +def fetch_data(): + api_key = os.getenv("API_KEY") + endpoint = os.getenv("ENDPOINT") + timeout = int(os.getenv("TIMEOUT", "5")) + + headers = { + 'Authorization': f'Bearer {os.getenv("SECRET_TOKEN")}', + 'Theme': os.getenv("DEFAULT_THEME", "light") + } + + try: + response = requests.get( + endpoint, + headers=headers, + timeout=timeout + ) + response.raise_for_status() + return response.json() + except requests.exceptions.RequestException as e: + print(f"Request failed: {e}") + return None + +if __name__ == "__main__": + data = fetch_data() + if data: + print(f"Success: {len(data)} records retrieved") + else: + print("No data retrieved") \ No newline at end of file diff --git a/shellops/assets/ShellOps_f786e30a03/init/src/utils.py b/shellops/assets/ShellOps_f786e30a03/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f139655f27726bea54699ae56ff847cf5d3849b2 --- /dev/null +++ b/shellops/assets/ShellOps_f786e30a03/init/src/utils.py @@ -0,0 +1,23 @@ +# This utility file contains helper functions +import logging +import time + +logger = logging.getLogger(__name__) + +def retry_operation(max_retries=3, delay=1): + def decorator(func): + def wrapper(*args, **kwargs): + retries = 0 + while retries <= max_retries: + try: + return func(*args, **kwargs) + except Exception as e: + if retries == max_retries: + logger.error(f"Operation failed after {max_retries} retries: {e}") + raise + logger.warning(f"Attempt {retries + 1} failed: {e}. Retrying in {delay} seconds...") + time.sleep(delay) + retries += 1 + return None + return wrapper + return decorator \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78aedf403/gold/missing_signers.txt b/shellops/assets/ShellOps_f78aedf403/gold/missing_signers.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7414012b14f36a53fdff95a276809bc3df17f19 --- /dev/null +++ b/shellops/assets/ShellOps_f78aedf403/gold/missing_signers.txt @@ -0,0 +1,2 @@ +bob +dave diff --git a/shellops/assets/ShellOps_f78aedf403/gold/signers.xml b/shellops/assets/ShellOps_f78aedf403/gold/signers.xml new file mode 100644 index 0000000000000000000000000000000000000000..71ea8a236bf3eca4687f105b8560ca653d8a4d3d --- /dev/null +++ b/shellops/assets/ShellOps_f78aedf403/gold/signers.xml @@ -0,0 +1,5 @@ + + alice + charlie + emily + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78aedf403/gold/users.txt b/shellops/assets/ShellOps_f78aedf403/gold/users.txt new file mode 100644 index 0000000000000000000000000000000000000000..835d07739764b33ea90d90e94ab9d2a0ddcf652b --- /dev/null +++ b/shellops/assets/ShellOps_f78aedf403/gold/users.txt @@ -0,0 +1,5 @@ +alice +bob +charlie +dave +emily diff --git a/shellops/assets/ShellOps_f78aedf403/init/signers.xml b/shellops/assets/ShellOps_f78aedf403/init/signers.xml new file mode 100644 index 0000000000000000000000000000000000000000..71ea8a236bf3eca4687f105b8560ca653d8a4d3d --- /dev/null +++ b/shellops/assets/ShellOps_f78aedf403/init/signers.xml @@ -0,0 +1,5 @@ + + alice + charlie + emily + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78aedf403/init/users.txt b/shellops/assets/ShellOps_f78aedf403/init/users.txt new file mode 100644 index 0000000000000000000000000000000000000000..835d07739764b33ea90d90e94ab9d2a0ddcf652b --- /dev/null +++ b/shellops/assets/ShellOps_f78aedf403/init/users.txt @@ -0,0 +1,5 @@ +alice +bob +charlie +dave +emily diff --git a/shellops/assets/ShellOps_f78db2778f/gold/customers_potential.tsv b/shellops/assets/ShellOps_f78db2778f/gold/customers_potential.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7ecb147df5bf0c655fa6817884fd90e909972c2c --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/gold/customers_potential.tsv @@ -0,0 +1,10 @@ +id name +101 Patel +102 Garcia +103 Nguyen +104 Chen +105 O'Brien +106 Kim +107 Smith +108 Vargas +109 Lopez \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78db2778f/gold/eligible_customers.txt b/shellops/assets/ShellOps_f78db2778f/gold/eligible_customers.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe54a42d1ba16459bcad89ca9db6ce7c4fd6b048 --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/gold/eligible_customers.txt @@ -0,0 +1,6 @@ +Chen +Garcia +Kim +Lopez +O'Brien +Vargas diff --git a/shellops/assets/ShellOps_f78db2778f/gold/excluded_customers.tsv b/shellops/assets/ShellOps_f78db2778f/gold/excluded_customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a1d5c72cd22b28d7feadc5576e346491faa93d5e --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/gold/excluded_customers.tsv @@ -0,0 +1,6 @@ +id reason +103 duplicate entry +107 complaint filed +110 not in campaign +112 unresponsive +101 opt‑out \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78db2778f/gold/notes.md b/shellops/assets/ShellOps_f78db2778f/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..05584b8e04a9262a521864141a5ffcf93d58376d --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/gold/notes.md @@ -0,0 +1,7 @@ +# Data quality notes +- The 'excluded_customers.tsv' may contain ids not present in the potential list; those should be ignored. +- The name column in both files is the second field and contains no internal tabs. +- Sorting must be case‑sensitive per default 'sort'. +- Ensure the output includes only names from the potential list that are *not* in the excluded list. + +Do not include header lines in the output. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78db2778f/init/customers_potential.tsv b/shellops/assets/ShellOps_f78db2778f/init/customers_potential.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7ecb147df5bf0c655fa6817884fd90e909972c2c --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/init/customers_potential.tsv @@ -0,0 +1,10 @@ +id name +101 Patel +102 Garcia +103 Nguyen +104 Chen +105 O'Brien +106 Kim +107 Smith +108 Vargas +109 Lopez \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78db2778f/init/excluded_customers.tsv b/shellops/assets/ShellOps_f78db2778f/init/excluded_customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a1d5c72cd22b28d7feadc5576e346491faa93d5e --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/init/excluded_customers.tsv @@ -0,0 +1,6 @@ +id reason +103 duplicate entry +107 complaint filed +110 not in campaign +112 unresponsive +101 opt‑out \ No newline at end of file diff --git a/shellops/assets/ShellOps_f78db2778f/init/notes.md b/shellops/assets/ShellOps_f78db2778f/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..05584b8e04a9262a521864141a5ffcf93d58376d --- /dev/null +++ b/shellops/assets/ShellOps_f78db2778f/init/notes.md @@ -0,0 +1,7 @@ +# Data quality notes +- The 'excluded_customers.tsv' may contain ids not present in the potential list; those should be ignored. +- The name column in both files is the second field and contains no internal tabs. +- Sorting must be case‑sensitive per default 'sort'. +- Ensure the output includes only names from the potential list that are *not* in the excluded list. + +Do not include header lines in the output. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f7ec260ae7/gold/authorized_routers.txt b/shellops/assets/ShellOps_f7ec260ae7/gold/authorized_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae02506e8bfad87e5c010a9a45b8426964fed566 --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/gold/authorized_routers.txt @@ -0,0 +1,4 @@ +eth0 +eth1 +# temporarily excluded +# eth2 diff --git a/shellops/assets/ShellOps_f7ec260ae7/gold/notes/irrelevant.md b/shellops/assets/ShellOps_f7ec260ae7/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..6745ef198a293d36a9b1339acecdbc93c962ba5b --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/gold/notes/irrelevant.md @@ -0,0 +1 @@ +Historical notes from last quarter. Not used for this task. diff --git a/shellops/assets/ShellOps_f7ec260ae7/gold/reports/allowed_adv_sources.txt b/shellops/assets/ShellOps_f7ec260ae7/gold/reports/allowed_adv_sources.txt new file mode 100644 index 0000000000000000000000000000000000000000..b629342bc40b8b8241a25affc4916659822a219f --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/gold/reports/allowed_adv_sources.txt @@ -0,0 +1,2 @@ +eth0 +eth1 diff --git a/shellops/assets/ShellOps_f7ec260ae7/gold/routers/core_router.log b/shellops/assets/ShellOps_f7ec260ae7/gold/routers/core_router.log new file mode 100644 index 0000000000000000000000000000000000000000..3ad33ff355c876deaac0f12bbb786a261fc4647a --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/gold/routers/core_router.log @@ -0,0 +1,4 @@ +2025-07-10 08:15:23 Neighbor 2001:db8::1 advertised via AdvSource=eth0 +2025-07-10 08:15:24 Neighbor 2001:db8::2 advertised via AdvSource=eth1 +2025-07-10 08:15:25 Neighbor 2001:db8::3 advertised via AdvSource=eth0 +2025-07-10 08:15:26 Neighbor 2001:db8::4 advertised via AdvSource=eth2 diff --git a/shellops/assets/ShellOps_f7ec260ae7/gold/routers/edge_router.log b/shellops/assets/ShellOps_f7ec260ae7/gold/routers/edge_router.log new file mode 100644 index 0000000000000000000000000000000000000000..5cd53b19a0b54111925c7183586bd82212180783 --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/gold/routers/edge_router.log @@ -0,0 +1,2 @@ +2025-07-10 08:16:12 Neighbor 2001:db8::5 advertised via AdvSource=eth0 +2025-07-10 08:16:13 Neighbor 2001:db8::6 advertised via AdvSource=eth3 diff --git a/shellops/assets/ShellOps_f7ec260ae7/init/authorized_routers.txt b/shellops/assets/ShellOps_f7ec260ae7/init/authorized_routers.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae02506e8bfad87e5c010a9a45b8426964fed566 --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/init/authorized_routers.txt @@ -0,0 +1,4 @@ +eth0 +eth1 +# temporarily excluded +# eth2 diff --git a/shellops/assets/ShellOps_f7ec260ae7/init/notes/irrelevant.md b/shellops/assets/ShellOps_f7ec260ae7/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..6745ef198a293d36a9b1339acecdbc93c962ba5b --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/init/notes/irrelevant.md @@ -0,0 +1 @@ +Historical notes from last quarter. Not used for this task. diff --git a/shellops/assets/ShellOps_f7ec260ae7/init/routers/core_router.log b/shellops/assets/ShellOps_f7ec260ae7/init/routers/core_router.log new file mode 100644 index 0000000000000000000000000000000000000000..3ad33ff355c876deaac0f12bbb786a261fc4647a --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/init/routers/core_router.log @@ -0,0 +1,4 @@ +2025-07-10 08:15:23 Neighbor 2001:db8::1 advertised via AdvSource=eth0 +2025-07-10 08:15:24 Neighbor 2001:db8::2 advertised via AdvSource=eth1 +2025-07-10 08:15:25 Neighbor 2001:db8::3 advertised via AdvSource=eth0 +2025-07-10 08:15:26 Neighbor 2001:db8::4 advertised via AdvSource=eth2 diff --git a/shellops/assets/ShellOps_f7ec260ae7/init/routers/edge_router.log b/shellops/assets/ShellOps_f7ec260ae7/init/routers/edge_router.log new file mode 100644 index 0000000000000000000000000000000000000000..5cd53b19a0b54111925c7183586bd82212180783 --- /dev/null +++ b/shellops/assets/ShellOps_f7ec260ae7/init/routers/edge_router.log @@ -0,0 +1,2 @@ +2025-07-10 08:16:12 Neighbor 2001:db8::5 advertised via AdvSource=eth0 +2025-07-10 08:16:13 Neighbor 2001:db8::6 advertised via AdvSource=eth3 diff --git a/shellops/assets/ShellOps_f80deb9fe8/gold/account_status.json b/shellops/assets/ShellOps_f80deb9fe8/gold/account_status.json new file mode 100644 index 0000000000000000000000000000000000000000..81a029a78bf5f6e86243aa6037b90b7be6de24c8 --- /dev/null +++ b/shellops/assets/ShellOps_f80deb9fe8/gold/account_status.json @@ -0,0 +1 @@ +{"users": [{"id": 123, "type": "standard", "created": "2024-01-15"},{"id": 456, "type": "test", "created": "2024-02-20"},{"id": 789, "type": "standard", "created": "2024-03-10"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f80deb9fe8/gold/user_actions.csv b/shellops/assets/ShellOps_f80deb9fe8/gold/user_actions.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd49fe8a101869a8a9b76c3561898bd34f489a33 --- /dev/null +++ b/shellops/assets/ShellOps_f80deb9fe8/gold/user_actions.csv @@ -0,0 +1,6 @@ +user_id,account_type,action_count +123,standard,5 +456,test,8 +789,standard,12 +123,standard,3 +456,test,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f80deb9fe8/gold/user_summary.tsv b/shellops/assets/ShellOps_f80deb9fe8/gold/user_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d4be0026376cb7fdf5efb924642bad9019a85a53 --- /dev/null +++ b/shellops/assets/ShellOps_f80deb9fe8/gold/user_summary.tsv @@ -0,0 +1,2 @@ +123 8 2024-01-15 +789 12 2024-03-10 diff --git a/shellops/assets/ShellOps_f80deb9fe8/init/account_status.json b/shellops/assets/ShellOps_f80deb9fe8/init/account_status.json new file mode 100644 index 0000000000000000000000000000000000000000..81a029a78bf5f6e86243aa6037b90b7be6de24c8 --- /dev/null +++ b/shellops/assets/ShellOps_f80deb9fe8/init/account_status.json @@ -0,0 +1 @@ +{"users": [{"id": 123, "type": "standard", "created": "2024-01-15"},{"id": 456, "type": "test", "created": "2024-02-20"},{"id": 789, "type": "standard", "created": "2024-03-10"}]} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f80deb9fe8/init/user_actions.csv b/shellops/assets/ShellOps_f80deb9fe8/init/user_actions.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd49fe8a101869a8a9b76c3561898bd34f489a33 --- /dev/null +++ b/shellops/assets/ShellOps_f80deb9fe8/init/user_actions.csv @@ -0,0 +1,6 @@ +user_id,account_type,action_count +123,standard,5 +456,test,8 +789,standard,12 +123,standard,3 +456,test,2 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f813ce7b58/gold/cluster/deploy.out b/shellops/assets/ShellOps_f813ce7b58/gold/cluster/deploy.out new file mode 100644 index 0000000000000000000000000000000000000000..5906aa937db583ee6cbfc9cfbf692fd7a93f06d1 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/gold/cluster/deploy.out @@ -0,0 +1,8 @@ +2024-11-15T08:23:10Z INFO node join event: abbrev=node_alpha status=healthy +2024-11-15T08:24:05Z INFO node join event: abbrev=node_beta status=healthy +2024-11-15T08:25:12Z INFO node join event: abbrev=node_delta status=pending +2024-11-15T08:26:30Z WARN node join event: abbrev=node_gamma status=degraded +2024-11-15T08:27:00Z INFO node join event: abbrev=node_epsilon status=healthy +2024-11-15T08:28:45Z INFO node join event: abbrev=node_zeta status=healthy +2024-11-15T08:29:20Z INFO node join event: abbrev=node_alpha status=healthy +2024-11-15T08:30:10Z INFO node join event: abbrev=node_theta status=pending diff --git a/shellops/assets/ShellOps_f813ce7b58/gold/cluster/missing_hostnames.txt b/shellops/assets/ShellOps_f813ce7b58/gold/cluster/missing_hostnames.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b6973837bd3306e47b56f2e2b30b0bce632aa6 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/gold/cluster/missing_hostnames.txt @@ -0,0 +1,2 @@ +node_epsilon +node_theta diff --git a/shellops/assets/ShellOps_f813ce7b58/gold/cluster/node_registry.txt b/shellops/assets/ShellOps_f813ce7b58/gold/cluster/node_registry.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ea3ce279982e778564c879ae9364f1b2434d4b5 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/gold/cluster/node_registry.txt @@ -0,0 +1,5 @@ +node_alpha:alpha-01.prod.example.com +node_beta:beta-02.prod.example.com +node_delta:delta-04.prod.example.com +node_gamma:gamma-03.prod.example.com +node_zeta:zeta-06.prod.example.com diff --git a/shellops/assets/ShellOps_f813ce7b58/gold/notes/irrelevant.md b/shellops/assets/ShellOps_f813ce7b58/gold/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..1066973e23eb4616cbd26cf2d5db898270dd9d86 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/gold/notes/irrelevant.md @@ -0,0 +1 @@ +Some unrelated cluster configuration notes. diff --git a/shellops/assets/ShellOps_f813ce7b58/init/cluster/deploy.out b/shellops/assets/ShellOps_f813ce7b58/init/cluster/deploy.out new file mode 100644 index 0000000000000000000000000000000000000000..5906aa937db583ee6cbfc9cfbf692fd7a93f06d1 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/init/cluster/deploy.out @@ -0,0 +1,8 @@ +2024-11-15T08:23:10Z INFO node join event: abbrev=node_alpha status=healthy +2024-11-15T08:24:05Z INFO node join event: abbrev=node_beta status=healthy +2024-11-15T08:25:12Z INFO node join event: abbrev=node_delta status=pending +2024-11-15T08:26:30Z WARN node join event: abbrev=node_gamma status=degraded +2024-11-15T08:27:00Z INFO node join event: abbrev=node_epsilon status=healthy +2024-11-15T08:28:45Z INFO node join event: abbrev=node_zeta status=healthy +2024-11-15T08:29:20Z INFO node join event: abbrev=node_alpha status=healthy +2024-11-15T08:30:10Z INFO node join event: abbrev=node_theta status=pending diff --git a/shellops/assets/ShellOps_f813ce7b58/init/cluster/missing_hostnames.txt b/shellops/assets/ShellOps_f813ce7b58/init/cluster/missing_hostnames.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f813ce7b58/init/cluster/node_registry.txt b/shellops/assets/ShellOps_f813ce7b58/init/cluster/node_registry.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ea3ce279982e778564c879ae9364f1b2434d4b5 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/init/cluster/node_registry.txt @@ -0,0 +1,5 @@ +node_alpha:alpha-01.prod.example.com +node_beta:beta-02.prod.example.com +node_delta:delta-04.prod.example.com +node_gamma:gamma-03.prod.example.com +node_zeta:zeta-06.prod.example.com diff --git a/shellops/assets/ShellOps_f813ce7b58/init/notes/irrelevant.md b/shellops/assets/ShellOps_f813ce7b58/init/notes/irrelevant.md new file mode 100644 index 0000000000000000000000000000000000000000..1066973e23eb4616cbd26cf2d5db898270dd9d86 --- /dev/null +++ b/shellops/assets/ShellOps_f813ce7b58/init/notes/irrelevant.md @@ -0,0 +1 @@ +Some unrelated cluster configuration notes. diff --git a/shellops/assets/ShellOps_f86eeaf733/gold/config_errors.txt b/shellops/assets/ShellOps_f86eeaf733/gold/config_errors.txt new file mode 100644 index 0000000000000000000000000000000000000000..451443db6502faffdd3e7f472c71d7f499c4c6f2 --- /dev/null +++ b/shellops/assets/ShellOps_f86eeaf733/gold/config_errors.txt @@ -0,0 +1,2 @@ +/etc/app/config1.yaml +/opt/web/config2.json diff --git a/shellops/assets/ShellOps_f86eeaf733/gold/etc/app/config1.yaml b/shellops/assets/ShellOps_f86eeaf733/gold/etc/app/config1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f96d2b2f4216532f4829cf407029a3db22d44af8 --- /dev/null +++ b/shellops/assets/ShellOps_f86eeaf733/gold/etc/app/config1.yaml @@ -0,0 +1,3 @@ +port: 8080 +logging: + level: debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_f86eeaf733/gold/opt/web/config2.json b/shellops/assets/ShellOps_f86eeaf733/gold/opt/web/config2.json new file mode 100644 index 0000000000000000000000000000000000000000..74ad8b3258fee92fcff90c2b3179a71602e55454 --- /dev/null +++ b/shellops/assets/ShellOps_f86eeaf733/gold/opt/web/config2.json @@ -0,0 +1 @@ +{"port": 3000, "ssl": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f86eeaf733/init/etc/app/config1.yaml b/shellops/assets/ShellOps_f86eeaf733/init/etc/app/config1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f96d2b2f4216532f4829cf407029a3db22d44af8 --- /dev/null +++ b/shellops/assets/ShellOps_f86eeaf733/init/etc/app/config1.yaml @@ -0,0 +1,3 @@ +port: 8080 +logging: + level: debug \ No newline at end of file diff --git a/shellops/assets/ShellOps_f86eeaf733/init/opt/web/config2.json b/shellops/assets/ShellOps_f86eeaf733/init/opt/web/config2.json new file mode 100644 index 0000000000000000000000000000000000000000..74ad8b3258fee92fcff90c2b3179a71602e55454 --- /dev/null +++ b/shellops/assets/ShellOps_f86eeaf733/init/opt/web/config2.json @@ -0,0 +1 @@ +{"port": 3000, "ssl": true} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8ace25727/gold/quarter1/invalid_entries.log b/shellops/assets/ShellOps_f8ace25727/gold/quarter1/invalid_entries.log new file mode 100644 index 0000000000000000000000000000000000000000..7573455873048bee8b504bf0856fcc3985fa1ccd --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/gold/quarter1/invalid_entries.log @@ -0,0 +1,2 @@ +2023-03-15: Invalid format in M1005 record +2023-04-22: Missing transactions value for M1006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8ace25727/gold/quarter1/sales.csv b/shellops/assets/ShellOps_f8ace25727/gold/quarter1/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..d35799d67992eb8ca89d22cef7d43ffbbdeb0c29 --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/gold/quarter1/sales.csv @@ -0,0 +1,4 @@ +merchant_id,transactions,region +M1001,45,North +M1002,112,South +M1003,78,West \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8ace25727/gold/quarter2/sales.json b/shellops/assets/ShellOps_f8ace25727/gold/quarter2/sales.json new file mode 100644 index 0000000000000000000000000000000000000000..63588d0302f1de032dcb85dd934b0908444d802a --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/gold/quarter2/sales.json @@ -0,0 +1 @@ +[{"merchant_id": "M1001", "transactions": 60}, {"merchant_id": "M1002", "transactions": 95}, {"merchant_id": "M1004", "transactions": 210}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8ace25727/gold/results/report.tsv b/shellops/assets/ShellOps_f8ace25727/gold/results/report.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6180adf2175a5a0276948f84aa39df06f2e6f995 --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/gold/results/report.tsv @@ -0,0 +1,5 @@ +merchant_id total_transactions +M1004 210 +M1002 207 +M1001 105 +M1003 78 diff --git a/shellops/assets/ShellOps_f8ace25727/init/quarter1/invalid_entries.log b/shellops/assets/ShellOps_f8ace25727/init/quarter1/invalid_entries.log new file mode 100644 index 0000000000000000000000000000000000000000..7573455873048bee8b504bf0856fcc3985fa1ccd --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/init/quarter1/invalid_entries.log @@ -0,0 +1,2 @@ +2023-03-15: Invalid format in M1005 record +2023-04-22: Missing transactions value for M1006 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8ace25727/init/quarter1/sales.csv b/shellops/assets/ShellOps_f8ace25727/init/quarter1/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..d35799d67992eb8ca89d22cef7d43ffbbdeb0c29 --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/init/quarter1/sales.csv @@ -0,0 +1,4 @@ +merchant_id,transactions,region +M1001,45,North +M1002,112,South +M1003,78,West \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8ace25727/init/quarter2/sales.json b/shellops/assets/ShellOps_f8ace25727/init/quarter2/sales.json new file mode 100644 index 0000000000000000000000000000000000000000..63588d0302f1de032dcb85dd934b0908444d802a --- /dev/null +++ b/shellops/assets/ShellOps_f8ace25727/init/quarter2/sales.json @@ -0,0 +1 @@ +[{"merchant_id": "M1001", "transactions": 60}, {"merchant_id": "M1002", "transactions": 95}, {"merchant_id": "M1004", "transactions": 210}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_f8b040f489/gold/firewall/.keep b/shellops/assets/ShellOps_f8b040f489/gold/firewall/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone1.cfg b/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..dc5b6a14ba2ccc590c71de076b7cbd6bb14230c9 --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone1.cfg @@ -0,0 +1,4 @@ +# Zone1 rules +allow port 80-85 +allow port 443-443 +block port 22-25 diff --git a/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone2.cfg b/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..83fea2424e10ab464f303a21c54d1e3a59428841 --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone2.cfg @@ -0,0 +1,4 @@ +# Zone2 rules +allow port 22-25 +allow port 8080-8081 +block port 12345-12350 diff --git a/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone3.cfg b/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cb292c535f8410ab8d20999c1e40a0100e6ec136 --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/gold/firewall/zone3.cfg @@ -0,0 +1,4 @@ +# Zone3 rules +allow port 3306-3307 +allow port 80-85 +block port 9000-9001 diff --git a/shellops/assets/ShellOps_f8b040f489/gold/firewall_ranges.out b/shellops/assets/ShellOps_f8b040f489/gold/firewall_ranges.out new file mode 100644 index 0000000000000000000000000000000000000000..5ca5cddac16bd062c5d2fcfc1eac68609eb161ed --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/gold/firewall_ranges.out @@ -0,0 +1,7 @@ +22-25 +80-85 +443-443 +3306-3307 +8080-8081 +9000-9001 +12345-12350 diff --git a/shellops/assets/ShellOps_f8b040f489/init/firewall/.keep b/shellops/assets/ShellOps_f8b040f489/init/firewall/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_f8b040f489/init/firewall/zone1.cfg b/shellops/assets/ShellOps_f8b040f489/init/firewall/zone1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..dc5b6a14ba2ccc590c71de076b7cbd6bb14230c9 --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/init/firewall/zone1.cfg @@ -0,0 +1,4 @@ +# Zone1 rules +allow port 80-85 +allow port 443-443 +block port 22-25 diff --git a/shellops/assets/ShellOps_f8b040f489/init/firewall/zone2.cfg b/shellops/assets/ShellOps_f8b040f489/init/firewall/zone2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..83fea2424e10ab464f303a21c54d1e3a59428841 --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/init/firewall/zone2.cfg @@ -0,0 +1,4 @@ +# Zone2 rules +allow port 22-25 +allow port 8080-8081 +block port 12345-12350 diff --git a/shellops/assets/ShellOps_f8b040f489/init/firewall/zone3.cfg b/shellops/assets/ShellOps_f8b040f489/init/firewall/zone3.cfg new file mode 100644 index 0000000000000000000000000000000000000000..cb292c535f8410ab8d20999c1e40a0100e6ec136 --- /dev/null +++ b/shellops/assets/ShellOps_f8b040f489/init/firewall/zone3.cfg @@ -0,0 +1,4 @@ +# Zone3 rules +allow port 3306-3307 +allow port 80-85 +block port 9000-9001 diff --git a/shellops/assets/ShellOps_f8b4f0cd57/gold/audits/suspect.log b/shellops/assets/ShellOps_f8b4f0cd57/gold/audits/suspect.log new file mode 100644 index 0000000000000000000000000000000000000000..0e2fa6815921eb03a5a98d001daec48097ba455d --- /dev/null +++ b/shellops/assets/ShellOps_f8b4f0cd57/gold/audits/suspect.log @@ -0,0 +1,4 @@ +192.168.1.42 Known malicious actor +203.0.113.19 Suspected data exfiltration +198.51.100.205 Phishing campaign source +10.5.6.78 False positive diff --git a/shellops/assets/ShellOps_f8b4f0cd57/gold/merged_report.tsv b/shellops/assets/ShellOps_f8b4f0cd57/gold/merged_report.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3ee21f650b55195b149bba286ac608875d763a73 --- /dev/null +++ b/shellops/assets/ShellOps_f8b4f0cd57/gold/merged_report.tsv @@ -0,0 +1,3 @@ +192.168.1.42 Known malicious actor +198.51.100.205 Phishing campaign source +203.0.113.19 Suspected data exfiltration diff --git a/shellops/assets/ShellOps_f8b4f0cd57/gold/traffic/firewall.log b/shellops/assets/ShellOps_f8b4f0cd57/gold/traffic/firewall.log new file mode 100644 index 0000000000000000000000000000000000000000..2c72a2b3e0cfd5c9eaa4801f71bc67eb0319fa6a --- /dev/null +++ b/shellops/assets/ShellOps_f8b4f0cd57/gold/traffic/firewall.log @@ -0,0 +1,4 @@ +2023-11-05T08:30:00 R145 BLOCK 192.168.1.42 +2023-11-05T08:31:15 R149 ALLOW 10.5.6.78 +2023-11-05T08:32:45 R147 BLOCK 203.0.113.19 +2023-11-05T08:33:22 R145 BLOCK 198.51.100.205 diff --git a/shellops/assets/ShellOps_f8b4f0cd57/init/audits/suspect.log b/shellops/assets/ShellOps_f8b4f0cd57/init/audits/suspect.log new file mode 100644 index 0000000000000000000000000000000000000000..0e2fa6815921eb03a5a98d001daec48097ba455d --- /dev/null +++ b/shellops/assets/ShellOps_f8b4f0cd57/init/audits/suspect.log @@ -0,0 +1,4 @@ +192.168.1.42 Known malicious actor +203.0.113.19 Suspected data exfiltration +198.51.100.205 Phishing campaign source +10.5.6.78 False positive diff --git a/shellops/assets/ShellOps_f8b4f0cd57/init/traffic/firewall.log b/shellops/assets/ShellOps_f8b4f0cd57/init/traffic/firewall.log new file mode 100644 index 0000000000000000000000000000000000000000..2c72a2b3e0cfd5c9eaa4801f71bc67eb0319fa6a --- /dev/null +++ b/shellops/assets/ShellOps_f8b4f0cd57/init/traffic/firewall.log @@ -0,0 +1,4 @@ +2023-11-05T08:30:00 R145 BLOCK 192.168.1.42 +2023-11-05T08:31:15 R149 ALLOW 10.5.6.78 +2023-11-05T08:32:45 R147 BLOCK 203.0.113.19 +2023-11-05T08:33:22 R145 BLOCK 198.51.100.205 diff --git a/shellops/assets/ShellOps_f941693bb5/gold/approved_devices.json b/shellops/assets/ShellOps_f941693bb5/gold/approved_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..12f99527d6e8b5fb4ee15b855f9b28b57456eeed --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/gold/approved_devices.json @@ -0,0 +1,8 @@ +{ + "approved": [ + {"id": "DEV-1001", "type": "router", "approved_by": "admin"}, + {"id": "DEV-1002", "type": "switch", "approved_by": "admin"}, + {"id": "DEV-1004", "type": "firewall", "approved_by": "ops"}, + {"id": "DEV-1006", "type": "router", "approved_by": "ops"} + ] +} diff --git a/shellops/assets/ShellOps_f941693bb5/gold/missing_from_approved.txt b/shellops/assets/ShellOps_f941693bb5/gold/missing_from_approved.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d6034aeaaf661745c96845f9bbc3b99d3954146 --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/gold/missing_from_approved.txt @@ -0,0 +1,2 @@ +DEV-1003 +DEV-1005 diff --git a/shellops/assets/ShellOps_f941693bb5/gold/notes.md b/shellops/assets/ShellOps_f941693bb5/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..866b3b454e97e0fc3e4608e8303e09315066992e --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/gold/notes.md @@ -0,0 +1,4 @@ +# Device Management Notes +- DEV-1003 is a new device pending approval. +- DEV-1005 was decommissioned but reappeared in scans. +- Ignore DEV-1004 during this reconciliation as it is in maintenance. diff --git a/shellops/assets/ShellOps_f941693bb5/gold/status_report.json b/shellops/assets/ShellOps_f941693bb5/gold/status_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8154598f725847ceacc12d218adcb9dd1fe41fea --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/gold/status_report.json @@ -0,0 +1,10 @@ +{ + "devices": [ + {"id": "DEV-1001", "status": "active", "last_seen": "2024-05-17T10:00:00Z"}, + {"id": "DEV-1002", "status": "active", "last_seen": "2024-05-17T10:05:00Z"}, + {"id": "DEV-1003", "status": "active", "last_seen": "2024-05-17T09:30:00Z"}, + {"id": "DEV-1004", "status": "maintenance", "last_seen": "2024-05-17T08:00:00Z"}, + {"id": "DEV-1005", "status": "active", "last_seen": "2024-05-17T10:15:00Z"}, + {"id": "DEV-1006", "status": "active", "last_seen": "2024-05-17T10:10:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_f941693bb5/init/approved_devices.json b/shellops/assets/ShellOps_f941693bb5/init/approved_devices.json new file mode 100644 index 0000000000000000000000000000000000000000..12f99527d6e8b5fb4ee15b855f9b28b57456eeed --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/init/approved_devices.json @@ -0,0 +1,8 @@ +{ + "approved": [ + {"id": "DEV-1001", "type": "router", "approved_by": "admin"}, + {"id": "DEV-1002", "type": "switch", "approved_by": "admin"}, + {"id": "DEV-1004", "type": "firewall", "approved_by": "ops"}, + {"id": "DEV-1006", "type": "router", "approved_by": "ops"} + ] +} diff --git a/shellops/assets/ShellOps_f941693bb5/init/notes.md b/shellops/assets/ShellOps_f941693bb5/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..866b3b454e97e0fc3e4608e8303e09315066992e --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/init/notes.md @@ -0,0 +1,4 @@ +# Device Management Notes +- DEV-1003 is a new device pending approval. +- DEV-1005 was decommissioned but reappeared in scans. +- Ignore DEV-1004 during this reconciliation as it is in maintenance. diff --git a/shellops/assets/ShellOps_f941693bb5/init/status_report.json b/shellops/assets/ShellOps_f941693bb5/init/status_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8154598f725847ceacc12d218adcb9dd1fe41fea --- /dev/null +++ b/shellops/assets/ShellOps_f941693bb5/init/status_report.json @@ -0,0 +1,10 @@ +{ + "devices": [ + {"id": "DEV-1001", "status": "active", "last_seen": "2024-05-17T10:00:00Z"}, + {"id": "DEV-1002", "status": "active", "last_seen": "2024-05-17T10:05:00Z"}, + {"id": "DEV-1003", "status": "active", "last_seen": "2024-05-17T09:30:00Z"}, + {"id": "DEV-1004", "status": "maintenance", "last_seen": "2024-05-17T08:00:00Z"}, + {"id": "DEV-1005", "status": "active", "last_seen": "2024-05-17T10:15:00Z"}, + {"id": "DEV-1006", "status": "active", "last_seen": "2024-05-17T10:10:00Z"} + ] +} diff --git a/shellops/assets/ShellOps_f94611777e/gold/incidents.csv b/shellops/assets/ShellOps_f94611777e/gold/incidents.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f9e0d4fd87b617bd84683393d84341bd189198e --- /dev/null +++ b/shellops/assets/ShellOps_f94611777e/gold/incidents.csv @@ -0,0 +1,9 @@ +id,error_type,status +1001,auth_failure,open +1002,timeout,open +1003,auth_failure,resolved +1004,timeout,open +1005,disk_full,open +1006,timeout,resolved +1007,disk_full,open +1008,auth_failure,open \ No newline at end of file diff --git a/shellops/assets/ShellOps_f94611777e/gold/notes.md b/shellops/assets/ShellOps_f94611777e/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..709610980e4c256dccc7b6ad4aefc607838a6027 --- /dev/null +++ b/shellops/assets/ShellOps_f94611777e/gold/notes.md @@ -0,0 +1 @@ +Distractor notes file to ensure multiple artifacts exist. It should not influence the output. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f94611777e/gold/reports/error_summary.txt b/shellops/assets/ShellOps_f94611777e/gold/reports/error_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9854f9417c5ca2cf2c47862a5fd545e7e0ae77f --- /dev/null +++ b/shellops/assets/ShellOps_f94611777e/gold/reports/error_summary.txt @@ -0,0 +1,3 @@ +auth_failure 2 +disk_full 2 +timeout 2 diff --git a/shellops/assets/ShellOps_f94611777e/init/incidents.csv b/shellops/assets/ShellOps_f94611777e/init/incidents.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f9e0d4fd87b617bd84683393d84341bd189198e --- /dev/null +++ b/shellops/assets/ShellOps_f94611777e/init/incidents.csv @@ -0,0 +1,9 @@ +id,error_type,status +1001,auth_failure,open +1002,timeout,open +1003,auth_failure,resolved +1004,timeout,open +1005,disk_full,open +1006,timeout,resolved +1007,disk_full,open +1008,auth_failure,open \ No newline at end of file diff --git a/shellops/assets/ShellOps_f94611777e/init/notes.md b/shellops/assets/ShellOps_f94611777e/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..709610980e4c256dccc7b6ad4aefc607838a6027 --- /dev/null +++ b/shellops/assets/ShellOps_f94611777e/init/notes.md @@ -0,0 +1 @@ +Distractor notes file to ensure multiple artifacts exist. It should not influence the output. \ No newline at end of file diff --git a/shellops/assets/ShellOps_f946c09d8d/gold/reports/heartbeat_devices.txt b/shellops/assets/ShellOps_f946c09d8d/gold/reports/heartbeat_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..b59ea86c334af307bdeb2866a169ccbf4219bbc8 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/gold/reports/heartbeat_devices.txt @@ -0,0 +1,3 @@ +dev_001 +dev_003 +dev_004 diff --git a/shellops/assets/ShellOps_f946c09d8d/gold/suppressions/ignored_devices.txt b/shellops/assets/ShellOps_f946c09d8d/gold/suppressions/ignored_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8a925b1dbe1c306c7b3ba10a3022f21a009f657 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/gold/suppressions/ignored_devices.txt @@ -0,0 +1,2 @@ +dev_002 +dev_005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/notes.md b/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e836cc3d72090f06c115851f29f00bfe64df9f50 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/notes.md @@ -0,0 +1,3 @@ +# Telemetry Notes +- sensor_a covers rack 1 +- sensor_b covers rack 2 diff --git a/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/sensor_a.json b/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/sensor_a.json new file mode 100644 index 0000000000000000000000000000000000000000..d090e4a1d4f133a115d78b1df7814542ba7bff58 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/sensor_a.json @@ -0,0 +1,3 @@ +{"device_id": "dev_001", "event_type": "heartbeat", "timestamp": "2024-06-01T10:00:00Z"} +{"device_id": "dev_002", "event_type": "alert", "timestamp": "2024-06-01T10:05:00Z"} +{"device_id": "dev_003", "event_type": "heartbeat", "timestamp": "2024-06-01T10:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/sensor_b.json b/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/sensor_b.json new file mode 100644 index 0000000000000000000000000000000000000000..cc684c0c3141b8d2211dd680b0c5dfe20e033c69 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/gold/telemetry/sensor_b.json @@ -0,0 +1,2 @@ +{"device_id": "dev_004", "event_type": "heartbeat", "timestamp": "2024-06-01T11:00:00Z"} +{"device_id": "dev_002", "event_type": "heartbeat", "timestamp": "2024-06-01T11:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f946c09d8d/init/suppressions/ignored_devices.txt b/shellops/assets/ShellOps_f946c09d8d/init/suppressions/ignored_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8a925b1dbe1c306c7b3ba10a3022f21a009f657 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/init/suppressions/ignored_devices.txt @@ -0,0 +1,2 @@ +dev_002 +dev_005 \ No newline at end of file diff --git a/shellops/assets/ShellOps_f946c09d8d/init/telemetry/notes.md b/shellops/assets/ShellOps_f946c09d8d/init/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..e836cc3d72090f06c115851f29f00bfe64df9f50 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/init/telemetry/notes.md @@ -0,0 +1,3 @@ +# Telemetry Notes +- sensor_a covers rack 1 +- sensor_b covers rack 2 diff --git a/shellops/assets/ShellOps_f946c09d8d/init/telemetry/sensor_a.json b/shellops/assets/ShellOps_f946c09d8d/init/telemetry/sensor_a.json new file mode 100644 index 0000000000000000000000000000000000000000..d090e4a1d4f133a115d78b1df7814542ba7bff58 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/init/telemetry/sensor_a.json @@ -0,0 +1,3 @@ +{"device_id": "dev_001", "event_type": "heartbeat", "timestamp": "2024-06-01T10:00:00Z"} +{"device_id": "dev_002", "event_type": "alert", "timestamp": "2024-06-01T10:05:00Z"} +{"device_id": "dev_003", "event_type": "heartbeat", "timestamp": "2024-06-01T10:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f946c09d8d/init/telemetry/sensor_b.json b/shellops/assets/ShellOps_f946c09d8d/init/telemetry/sensor_b.json new file mode 100644 index 0000000000000000000000000000000000000000..cc684c0c3141b8d2211dd680b0c5dfe20e033c69 --- /dev/null +++ b/shellops/assets/ShellOps_f946c09d8d/init/telemetry/sensor_b.json @@ -0,0 +1,2 @@ +{"device_id": "dev_004", "event_type": "heartbeat", "timestamp": "2024-06-01T11:00:00Z"} +{"device_id": "dev_002", "event_type": "heartbeat", "timestamp": "2024-06-01T11:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_f958ddd9bd/gold/client_activity.xml b/shellops/assets/ShellOps_f958ddd9bd/gold/client_activity.xml new file mode 100644 index 0000000000000000000000000000000000000000..7946c09c288c7b16a7ba4116beded0085948630e --- /dev/null +++ b/shellops/assets/ShellOps_f958ddd9bd/gold/client_activity.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f958ddd9bd/gold/omissions.csv b/shellops/assets/ShellOps_f958ddd9bd/gold/omissions.csv new file mode 100644 index 0000000000000000000000000000000000000000..a70f240ead5993220dc68ef5ca7bb658e70afd07 --- /dev/null +++ b/shellops/assets/ShellOps_f958ddd9bd/gold/omissions.csv @@ -0,0 +1,2 @@ +BetaSys +DeltaLog diff --git a/shellops/assets/ShellOps_f958ddd9bd/gold/priority_clients.txt b/shellops/assets/ShellOps_f958ddd9bd/gold/priority_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce968ff0b4fcfcf12977bad80fe8684235db1b64 --- /dev/null +++ b/shellops/assets/ShellOps_f958ddd9bd/gold/priority_clients.txt @@ -0,0 +1,5 @@ +Client: AcmeCorp +Client: BetaSys +Client: GammaTech +Client: DeltaLog +Client: EpsilonNet \ No newline at end of file diff --git a/shellops/assets/ShellOps_f958ddd9bd/init/client_activity.xml b/shellops/assets/ShellOps_f958ddd9bd/init/client_activity.xml new file mode 100644 index 0000000000000000000000000000000000000000..7946c09c288c7b16a7ba4116beded0085948630e --- /dev/null +++ b/shellops/assets/ShellOps_f958ddd9bd/init/client_activity.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_f958ddd9bd/init/priority_clients.txt b/shellops/assets/ShellOps_f958ddd9bd/init/priority_clients.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce968ff0b4fcfcf12977bad80fe8684235db1b64 --- /dev/null +++ b/shellops/assets/ShellOps_f958ddd9bd/init/priority_clients.txt @@ -0,0 +1,5 @@ +Client: AcmeCorp +Client: BetaSys +Client: GammaTech +Client: DeltaLog +Client: EpsilonNet \ No newline at end of file diff --git a/shellops/assets/ShellOps_f975606e8d/gold/registry/facilities.txt b/shellops/assets/ShellOps_f975606e8d/gold/registry/facilities.txt new file mode 100644 index 0000000000000000000000000000000000000000..31981d97e0b16f81cf0341c71e17876d41e60184 --- /dev/null +++ b/shellops/assets/ShellOps_f975606e8d/gold/registry/facilities.txt @@ -0,0 +1,4 @@ +101 Alpha Wing +102 Beta Wing +103 Gamma Wing +104 Delta Wing diff --git a/shellops/assets/ShellOps_f975606e8d/gold/reports/facility_counts.tsv b/shellops/assets/ShellOps_f975606e8d/gold/reports/facility_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a3b241c18afc4087d8d8ffd4aa7ad429cbd8ecd8 --- /dev/null +++ b/shellops/assets/ShellOps_f975606e8d/gold/reports/facility_counts.tsv @@ -0,0 +1,5 @@ +facility_id facility_name total_events +101 Alpha Wing 3 +102 Beta Wing 2 +103 Gamma Wing 2 +104 Delta Wing 1 diff --git a/shellops/assets/ShellOps_f975606e8d/init/registry/facilities.txt b/shellops/assets/ShellOps_f975606e8d/init/registry/facilities.txt new file mode 100644 index 0000000000000000000000000000000000000000..31981d97e0b16f81cf0341c71e17876d41e60184 --- /dev/null +++ b/shellops/assets/ShellOps_f975606e8d/init/registry/facilities.txt @@ -0,0 +1,4 @@ +101 Alpha Wing +102 Beta Wing +103 Gamma Wing +104 Delta Wing diff --git a/shellops/assets/ShellOps_f979374e45/gold/switch01.cnf b/shellops/assets/ShellOps_f979374e45/gold/switch01.cnf new file mode 100644 index 0000000000000000000000000000000000000000..a07044785bab97ddcc2afba74fd48dd8f0b29b10 --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/gold/switch01.cnf @@ -0,0 +1,3 @@ +vlan 100 Sales_WiFi +vlan 200 Guest +vlan 300 Printers diff --git a/shellops/assets/ShellOps_f979374e45/gold/switch02.cnf b/shellops/assets/ShellOps_f979374e45/gold/switch02.cnf new file mode 100644 index 0000000000000000000000000000000000000000..cbcf8700d5c9372b5f9e79e7a6de6d13e671c369 --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/gold/switch02.cnf @@ -0,0 +1,3 @@ +vlan 200 Guest_Network +vlan 300 Printer_VLAN +vlan 400 Security_Cameras diff --git a/shellops/assets/ShellOps_f979374e45/gold/switch03.cnf b/shellops/assets/ShellOps_f979374e45/gold/switch03.cnf new file mode 100644 index 0000000000000000000000000000000000000000..27d441700384bbdc669bd970731ed1bf5d4068f1 --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/gold/switch03.cnf @@ -0,0 +1,3 @@ +vlan 200 Guest +vlan 300 Printers +vlan 500 VoIP diff --git a/shellops/assets/ShellOps_f979374e45/gold/vlans_final.tsv b/shellops/assets/ShellOps_f979374e45/gold/vlans_final.tsv new file mode 100644 index 0000000000000000000000000000000000000000..95cc95c53d98905afdf794738d10d7bf136fda2b --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/gold/vlans_final.tsv @@ -0,0 +1,5 @@ +100 Sales_WiFi +200 Guest +300 Printers +400 Security_Cameras +500 VoIP diff --git a/shellops/assets/ShellOps_f979374e45/init/switch01.cnf b/shellops/assets/ShellOps_f979374e45/init/switch01.cnf new file mode 100644 index 0000000000000000000000000000000000000000..a07044785bab97ddcc2afba74fd48dd8f0b29b10 --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/init/switch01.cnf @@ -0,0 +1,3 @@ +vlan 100 Sales_WiFi +vlan 200 Guest +vlan 300 Printers diff --git a/shellops/assets/ShellOps_f979374e45/init/switch02.cnf b/shellops/assets/ShellOps_f979374e45/init/switch02.cnf new file mode 100644 index 0000000000000000000000000000000000000000..cbcf8700d5c9372b5f9e79e7a6de6d13e671c369 --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/init/switch02.cnf @@ -0,0 +1,3 @@ +vlan 200 Guest_Network +vlan 300 Printer_VLAN +vlan 400 Security_Cameras diff --git a/shellops/assets/ShellOps_f979374e45/init/switch03.cnf b/shellops/assets/ShellOps_f979374e45/init/switch03.cnf new file mode 100644 index 0000000000000000000000000000000000000000..27d441700384bbdc669bd970731ed1bf5d4068f1 --- /dev/null +++ b/shellops/assets/ShellOps_f979374e45/init/switch03.cnf @@ -0,0 +1,3 @@ +vlan 200 Guest +vlan 300 Printers +vlan 500 VoIP diff --git a/shellops/assets/ShellOps_fa1542345f/gold/config/service1.yml b/shellops/assets/ShellOps_fa1542345f/gold/config/service1.yml new file mode 100644 index 0000000000000000000000000000000000000000..410a9ebbac81806b67076a67973a76819ded9a06 --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/gold/config/service1.yml @@ -0,0 +1,5 @@ +service_id: svc1 +schema_version: 3 +endpoints: + - /api/users + - /api/products \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/gold/config/service2.yml b/shellops/assets/ShellOps_fa1542345f/gold/config/service2.yml new file mode 100644 index 0000000000000000000000000000000000000000..4f0dddde618ccfcba471b3d578aafd2881fc1741 --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/gold/config/service2.yml @@ -0,0 +1,5 @@ +service_id: svc2 +schema_version: 1 +endpoints: + - /api/orders + - /api/payments \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/gold/config/service3.yml b/shellops/assets/ShellOps_fa1542345f/gold/config/service3.yml new file mode 100644 index 0000000000000000000000000000000000000000..b0ae26deb37ada39f9518e6e3307449e80ed0d56 --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/gold/config/service3.yml @@ -0,0 +1,5 @@ +service_id: svc3 +schema_version: 2 +endpoints: + - /api/inventory + - /api/shipments \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/gold/config/service4.yml b/shellops/assets/ShellOps_fa1542345f/gold/config/service4.yml new file mode 100644 index 0000000000000000000000000000000000000000..c4d4015ad57f06560f62d75e77d26ff119119bec --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/gold/config/service4.yml @@ -0,0 +1,5 @@ +service_id: svc4 +schema_version: 3 +endpoints: + - /api/support + - /api/feedback \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/init/config/service1.yml b/shellops/assets/ShellOps_fa1542345f/init/config/service1.yml new file mode 100644 index 0000000000000000000000000000000000000000..410a9ebbac81806b67076a67973a76819ded9a06 --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/init/config/service1.yml @@ -0,0 +1,5 @@ +service_id: svc1 +schema_version: 3 +endpoints: + - /api/users + - /api/products \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/init/config/service2.yml b/shellops/assets/ShellOps_fa1542345f/init/config/service2.yml new file mode 100644 index 0000000000000000000000000000000000000000..4f0dddde618ccfcba471b3d578aafd2881fc1741 --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/init/config/service2.yml @@ -0,0 +1,5 @@ +service_id: svc2 +schema_version: 1 +endpoints: + - /api/orders + - /api/payments \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/init/config/service3.yml b/shellops/assets/ShellOps_fa1542345f/init/config/service3.yml new file mode 100644 index 0000000000000000000000000000000000000000..b0ae26deb37ada39f9518e6e3307449e80ed0d56 --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/init/config/service3.yml @@ -0,0 +1,5 @@ +service_id: svc3 +schema_version: 2 +endpoints: + - /api/inventory + - /api/shipments \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa1542345f/init/config/service4.yml b/shellops/assets/ShellOps_fa1542345f/init/config/service4.yml new file mode 100644 index 0000000000000000000000000000000000000000..c4d4015ad57f06560f62d75e77d26ff119119bec --- /dev/null +++ b/shellops/assets/ShellOps_fa1542345f/init/config/service4.yml @@ -0,0 +1,5 @@ +service_id: svc4 +schema_version: 3 +endpoints: + - /api/support + - /api/feedback \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa471666e7/gold/allowed_rules.txt b/shellops/assets/ShellOps_fa471666e7/gold/allowed_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e4aadedd806bace3bea386bca2e77610ffd4e9f --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/gold/allowed_rules.txt @@ -0,0 +1,9 @@ +# Allowed inbound traffic rules (pending import) +allow tcp 443 any -> web_servers +allow udp 53 any -> dns_servers +allow tcp 22 admin_hosts -> bastion +allow icmp any -> monitoring +allow tcp 80 any -> web_servers +# legacy rule, ignore +# allow tcp 25 any -> mail +allow tcp 3389 vpn_users -> rdp_servers diff --git a/shellops/assets/ShellOps_fa471666e7/gold/configs/firewall.xml b/shellops/assets/ShellOps_fa471666e7/gold/configs/firewall.xml new file mode 100644 index 0000000000000000000000000000000000000000..6267d5f10ac761236dfc88cbdf410476b926b2cc --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/gold/configs/firewall.xml @@ -0,0 +1,11 @@ + + + allow tcp 443 any -> web_servers + allow tcp 22 admin_hosts -> bastion + allow udp 53 any -> dns_servers + allow icmp any -> monitoring + allow tcp 80 any -> web_servers + allow tcp 5432 app_servers -> db + allow tcp 8080 any -> api_gateway + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa471666e7/gold/notes/old_audit.md b/shellops/assets/ShellOps_fa471666e7/gold/notes/old_audit.md new file mode 100644 index 0000000000000000000000000000000000000000..9d41652d8f2044c418c5b5e6114c60602eb0fcaf --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/gold/notes/old_audit.md @@ -0,0 +1,3 @@ +Audit dated 2024-03-10 +- The rule `allow tcp 25 any -> mail` was deprecated. +- The rule `allow tcp 3389 vpn_users -> rdp_servers` is pending review. diff --git a/shellops/assets/ShellOps_fa471666e7/gold/pending_imports.txt b/shellops/assets/ShellOps_fa471666e7/gold/pending_imports.txt new file mode 100644 index 0000000000000000000000000000000000000000..0be7b14765325ed5b353da7443e87c5ccd8b5da6 --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/gold/pending_imports.txt @@ -0,0 +1 @@ +allow tcp 3389 vpn_users -> rdp_servers diff --git a/shellops/assets/ShellOps_fa471666e7/init/allowed_rules.txt b/shellops/assets/ShellOps_fa471666e7/init/allowed_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e4aadedd806bace3bea386bca2e77610ffd4e9f --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/init/allowed_rules.txt @@ -0,0 +1,9 @@ +# Allowed inbound traffic rules (pending import) +allow tcp 443 any -> web_servers +allow udp 53 any -> dns_servers +allow tcp 22 admin_hosts -> bastion +allow icmp any -> monitoring +allow tcp 80 any -> web_servers +# legacy rule, ignore +# allow tcp 25 any -> mail +allow tcp 3389 vpn_users -> rdp_servers diff --git a/shellops/assets/ShellOps_fa471666e7/init/configs/firewall.xml b/shellops/assets/ShellOps_fa471666e7/init/configs/firewall.xml new file mode 100644 index 0000000000000000000000000000000000000000..6267d5f10ac761236dfc88cbdf410476b926b2cc --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/init/configs/firewall.xml @@ -0,0 +1,11 @@ + + + allow tcp 443 any -> web_servers + allow tcp 22 admin_hosts -> bastion + allow udp 53 any -> dns_servers + allow icmp any -> monitoring + allow tcp 80 any -> web_servers + allow tcp 5432 app_servers -> db + allow tcp 8080 any -> api_gateway + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fa471666e7/init/notes/old_audit.md b/shellops/assets/ShellOps_fa471666e7/init/notes/old_audit.md new file mode 100644 index 0000000000000000000000000000000000000000..9d41652d8f2044c418c5b5e6114c60602eb0fcaf --- /dev/null +++ b/shellops/assets/ShellOps_fa471666e7/init/notes/old_audit.md @@ -0,0 +1,3 @@ +Audit dated 2024-03-10 +- The rule `allow tcp 25 any -> mail` was deprecated. +- The rule `allow tcp 3389 vpn_users -> rdp_servers` is pending review. diff --git a/shellops/assets/ShellOps_fac74e7b83/gold/archives/2025-03_stock.csv b/shellops/assets/ShellOps_fac74e7b83/gold/archives/2025-03_stock.csv new file mode 100644 index 0000000000000000000000000000000000000000..c2f73614fee5e1829b31edcfae4580c84b961687 --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/gold/archives/2025-03_stock.csv @@ -0,0 +1,10 @@ +category,quantity +widgets,1540 +flanges,320 +connectors,890 +valves,75 +bolts,1200 +connectors,110 +widgets,200 +flanges,80 +valves,25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fac74e7b83/gold/categories_ranked.txt b/shellops/assets/ShellOps_fac74e7b83/gold/categories_ranked.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0ce1578cd483bc5aacbdb9885f2ecd0903ea981 --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/gold/categories_ranked.txt @@ -0,0 +1,7 @@ +widgets|1920 +bolts|1500 +connectors|1050 +washers|750 +flanges|500 +gaskets|420 +valves|100 diff --git a/shellops/assets/ShellOps_fac74e7b83/gold/current/stock.json b/shellops/assets/ShellOps_fac74e7b83/gold/current/stock.json new file mode 100644 index 0000000000000000000000000000000000000000..bc9f7bb8b0cb991898b105ba9f6eb7887b5664da --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/gold/current/stock.json @@ -0,0 +1 @@ +[{"category": "widgets", "quantity": 180}, {"category": "bolts", "quantity": 300}, {"category": "connectors", "quantity": 50}, {"category": "gaskets", "quantity": 420}, {"category": "flanges", "quantity": 100}, {"category": "washers", "quantity": 750}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_fac74e7b83/gold/distractor.log b/shellops/assets/ShellOps_fac74e7b83/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..cfa8157045dc11a3646c9cdf90a54e239f56310d --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/gold/distractor.log @@ -0,0 +1,5 @@ +2025-04-01 10:15:23 INFO: Replenished stock for widgets +2025-04-01 11:30:45 WARN: Low stock on flanges detected +2025-04-02 08:22:17 INFO: New category added: brackets +2025-04-02 09:45:33 ERROR: Invalid entry for category 'valves' in legacy CSV +2025-04-02 14:55:01 INFO: Daily audit completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_fac74e7b83/init/archives/2025-03_stock.csv b/shellops/assets/ShellOps_fac74e7b83/init/archives/2025-03_stock.csv new file mode 100644 index 0000000000000000000000000000000000000000..c2f73614fee5e1829b31edcfae4580c84b961687 --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/init/archives/2025-03_stock.csv @@ -0,0 +1,10 @@ +category,quantity +widgets,1540 +flanges,320 +connectors,890 +valves,75 +bolts,1200 +connectors,110 +widgets,200 +flanges,80 +valves,25 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fac74e7b83/init/current/stock.json b/shellops/assets/ShellOps_fac74e7b83/init/current/stock.json new file mode 100644 index 0000000000000000000000000000000000000000..bc9f7bb8b0cb991898b105ba9f6eb7887b5664da --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/init/current/stock.json @@ -0,0 +1 @@ +[{"category": "widgets", "quantity": 180}, {"category": "bolts", "quantity": 300}, {"category": "connectors", "quantity": 50}, {"category": "gaskets", "quantity": 420}, {"category": "flanges", "quantity": 100}, {"category": "washers", "quantity": 750}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_fac74e7b83/init/distractor.log b/shellops/assets/ShellOps_fac74e7b83/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..cfa8157045dc11a3646c9cdf90a54e239f56310d --- /dev/null +++ b/shellops/assets/ShellOps_fac74e7b83/init/distractor.log @@ -0,0 +1,5 @@ +2025-04-01 10:15:23 INFO: Replenished stock for widgets +2025-04-01 11:30:45 WARN: Low stock on flanges detected +2025-04-02 08:22:17 INFO: New category added: brackets +2025-04-02 09:45:33 ERROR: Invalid entry for category 'valves' in legacy CSV +2025-04-02 14:55:01 INFO: Daily audit completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_facd93e4e7/gold/customers/contacts.xml b/shellops/assets/ShellOps_facd93e4e7/gold/customers/contacts.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d06072529f2c89f7d7793cac7d0d383a09763bd --- /dev/null +++ b/shellops/assets/ShellOps_facd93e4e7/gold/customers/contacts.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_facd93e4e7/gold/legacy_contacts.txt b/shellops/assets/ShellOps_facd93e4e7/gold/legacy_contacts.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96e35c95010769a133070fd2291a0003b8b4739 --- /dev/null +++ b/shellops/assets/ShellOps_facd93e4e7/gold/legacy_contacts.txt @@ -0,0 +1,4 @@ +Contact: user@example.com +Info: support@old-domain.net +Archived: sales@obsolete.org +Legacy: admin@safe.org diff --git a/shellops/assets/ShellOps_facd93e4e7/gold/legacy_discrepancies.txt b/shellops/assets/ShellOps_facd93e4e7/gold/legacy_discrepancies.txt new file mode 100644 index 0000000000000000000000000000000000000000..dee8d7da717032762e1ee10c90c15edbd11394b4 --- /dev/null +++ b/shellops/assets/ShellOps_facd93e4e7/gold/legacy_discrepancies.txt @@ -0,0 +1,2 @@ +obsolete.org +old-domain.net diff --git a/shellops/assets/ShellOps_facd93e4e7/init/customers/contacts.xml b/shellops/assets/ShellOps_facd93e4e7/init/customers/contacts.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d06072529f2c89f7d7793cac7d0d383a09763bd --- /dev/null +++ b/shellops/assets/ShellOps_facd93e4e7/init/customers/contacts.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_facd93e4e7/init/legacy_contacts.txt b/shellops/assets/ShellOps_facd93e4e7/init/legacy_contacts.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96e35c95010769a133070fd2291a0003b8b4739 --- /dev/null +++ b/shellops/assets/ShellOps_facd93e4e7/init/legacy_contacts.txt @@ -0,0 +1,4 @@ +Contact: user@example.com +Info: support@old-domain.net +Archived: sales@obsolete.org +Legacy: admin@safe.org diff --git a/shellops/assets/ShellOps_fadc140362/gold/active_access_rules.txt b/shellops/assets/ShellOps_fadc140362/gold/active_access_rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa989a89495bf723205633fb6fd86ff8d52af5c7 --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/gold/active_access_rules.txt @@ -0,0 +1,2 @@ + alpha80 + gamma22 diff --git a/shellops/assets/ShellOps_fadc140362/gold/approved_neighbors.txt b/shellops/assets/ShellOps_fadc140362/gold/approved_neighbors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7819bf77eca27f991723be2e4d22d5c46bbead6b --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/gold/approved_neighbors.txt @@ -0,0 +1,2 @@ +alpha +gamma diff --git a/shellops/assets/ShellOps_fadc140362/gold/legacy/backups.xml b/shellops/assets/ShellOps_fadc140362/gold/legacy/backups.xml new file mode 100644 index 0000000000000000000000000000000000000000..3c1820f5f0e26edfa4b12133277338faed279691 --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/gold/legacy/backups.xml @@ -0,0 +1,3 @@ + + delta + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fadc140362/gold/validated_whitelist.xml b/shellops/assets/ShellOps_fadc140362/gold/validated_whitelist.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7ac5acaac06dc6a38b870b506b59be1015465b7 --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/gold/validated_whitelist.xml @@ -0,0 +1,5 @@ + + alpha80 + beta443 + gamma22 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fadc140362/init/approved_neighbors.txt b/shellops/assets/ShellOps_fadc140362/init/approved_neighbors.txt new file mode 100644 index 0000000000000000000000000000000000000000..7819bf77eca27f991723be2e4d22d5c46bbead6b --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/init/approved_neighbors.txt @@ -0,0 +1,2 @@ +alpha +gamma diff --git a/shellops/assets/ShellOps_fadc140362/init/legacy/backups.xml b/shellops/assets/ShellOps_fadc140362/init/legacy/backups.xml new file mode 100644 index 0000000000000000000000000000000000000000..3c1820f5f0e26edfa4b12133277338faed279691 --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/init/legacy/backups.xml @@ -0,0 +1,3 @@ + + delta + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fadc140362/init/validated_whitelist.xml b/shellops/assets/ShellOps_fadc140362/init/validated_whitelist.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7ac5acaac06dc6a38b870b506b59be1015465b7 --- /dev/null +++ b/shellops/assets/ShellOps_fadc140362/init/validated_whitelist.xml @@ -0,0 +1,5 @@ + + alpha80 + beta443 + gamma22 + \ No newline at end of file diff --git a/shellops/assets/ShellOps_faec5b8652/gold/deployed_ports.out b/shellops/assets/ShellOps_faec5b8652/gold/deployed_ports.out new file mode 100644 index 0000000000000000000000000000000000000000..efa3b719d393efd291cd5af7200480f92f6276d1 --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/gold/deployed_ports.out @@ -0,0 +1,7 @@ +80 +3000 +5432 +5672 +6379 +8080 +15672 diff --git a/shellops/assets/ShellOps_faec5b8652/gold/k8s/.keep b/shellops/assets/ShellOps_faec5b8652/gold/k8s/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_faec5b8652/gold/k8s/backend.yaml b/shellops/assets/ShellOps_faec5b8652/gold/k8s/backend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b37c9b7c14c29bee98cb3d0eca39340225edab7e --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/gold/k8s/backend.yaml @@ -0,0 +1,13 @@ +apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: web + ports: + - containerPort: 8080 + - containerPort: 3000 + - name: db + ports: + - containerPort: 5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_faec5b8652/gold/k8s/frontend.yaml b/shellops/assets/ShellOps_faec5b8652/gold/k8s/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c16b18e1106f2f097bb65b3e0d077fb482ee2d0c --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/gold/k8s/frontend.yaml @@ -0,0 +1,13 @@ +apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: nginx + ports: + - containerPort: 8080 + - containerPort: 80 + - name: redis + ports: + - containerPort: 6379 \ No newline at end of file diff --git a/shellops/assets/ShellOps_faec5b8652/gold/k8s/queue.yaml b/shellops/assets/ShellOps_faec5b8652/gold/k8s/queue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d06c92b4864aa3bdc6a0b3939eaf52abac2e00de --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/gold/k8s/queue.yaml @@ -0,0 +1,10 @@ +apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: rabbitmq + ports: + - containerPort: 5672 + - containerPort: 15672 \ No newline at end of file diff --git a/shellops/assets/ShellOps_faec5b8652/init/k8s/.keep b/shellops/assets/ShellOps_faec5b8652/init/k8s/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_faec5b8652/init/k8s/backend.yaml b/shellops/assets/ShellOps_faec5b8652/init/k8s/backend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b37c9b7c14c29bee98cb3d0eca39340225edab7e --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/init/k8s/backend.yaml @@ -0,0 +1,13 @@ +apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: web + ports: + - containerPort: 8080 + - containerPort: 3000 + - name: db + ports: + - containerPort: 5432 \ No newline at end of file diff --git a/shellops/assets/ShellOps_faec5b8652/init/k8s/frontend.yaml b/shellops/assets/ShellOps_faec5b8652/init/k8s/frontend.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c16b18e1106f2f097bb65b3e0d077fb482ee2d0c --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/init/k8s/frontend.yaml @@ -0,0 +1,13 @@ +apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: nginx + ports: + - containerPort: 8080 + - containerPort: 80 + - name: redis + ports: + - containerPort: 6379 \ No newline at end of file diff --git a/shellops/assets/ShellOps_faec5b8652/init/k8s/queue.yaml b/shellops/assets/ShellOps_faec5b8652/init/k8s/queue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d06c92b4864aa3bdc6a0b3939eaf52abac2e00de --- /dev/null +++ b/shellops/assets/ShellOps_faec5b8652/init/k8s/queue.yaml @@ -0,0 +1,10 @@ +apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: rabbitmq + ports: + - containerPort: 5672 + - containerPort: 15672 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb1c47cab1/gold/active_services.xml b/shellops/assets/ShellOps_fb1c47cab1/gold/active_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..f486be8e9dcc0aa31baf202dadcaefb3f56bc3af --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/gold/active_services.xml @@ -0,0 +1,22 @@ + + + scheduler + live + + + auth-gateway + live + + + metrics-collector + live + + + event-processor + live + + + legacy-connector + deprecated + + diff --git a/shellops/assets/ShellOps_fb1c47cab1/gold/confirmed_registry.txt b/shellops/assets/ShellOps_fb1c47cab1/gold/confirmed_registry.txt new file mode 100644 index 0000000000000000000000000000000000000000..e19cf3653a475887df3c53cac2d83f0430a977cc --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/gold/confirmed_registry.txt @@ -0,0 +1,3 @@ +scheduler +metrics-collector +event-processor diff --git a/shellops/assets/ShellOps_fb1c47cab1/gold/notes.md b/shellops/assets/ShellOps_fb1c47cab1/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..41c3975c0ee4a4100e655e0671b918ba6d27471b --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/gold/notes.md @@ -0,0 +1,3 @@ +# Service registry notes +- auth-gateway is pending confirmation. +- legacy-connector is deprecated and should be retired. diff --git a/shellops/assets/ShellOps_fb1c47cab1/gold/reports/missing_services.txt b/shellops/assets/ShellOps_fb1c47cab1/gold/reports/missing_services.txt new file mode 100644 index 0000000000000000000000000000000000000000..6170568dd5d78a4cedfc019581d629013e489e49 --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/gold/reports/missing_services.txt @@ -0,0 +1,2 @@ +auth-gateway +legacy-connector diff --git a/shellops/assets/ShellOps_fb1c47cab1/init/active_services.xml b/shellops/assets/ShellOps_fb1c47cab1/init/active_services.xml new file mode 100644 index 0000000000000000000000000000000000000000..f486be8e9dcc0aa31baf202dadcaefb3f56bc3af --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/init/active_services.xml @@ -0,0 +1,22 @@ + + + scheduler + live + + + auth-gateway + live + + + metrics-collector + live + + + event-processor + live + + + legacy-connector + deprecated + + diff --git a/shellops/assets/ShellOps_fb1c47cab1/init/confirmed_registry.txt b/shellops/assets/ShellOps_fb1c47cab1/init/confirmed_registry.txt new file mode 100644 index 0000000000000000000000000000000000000000..e19cf3653a475887df3c53cac2d83f0430a977cc --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/init/confirmed_registry.txt @@ -0,0 +1,3 @@ +scheduler +metrics-collector +event-processor diff --git a/shellops/assets/ShellOps_fb1c47cab1/init/notes.md b/shellops/assets/ShellOps_fb1c47cab1/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..41c3975c0ee4a4100e655e0671b918ba6d27471b --- /dev/null +++ b/shellops/assets/ShellOps_fb1c47cab1/init/notes.md @@ -0,0 +1,3 @@ +# Service registry notes +- auth-gateway is pending confirmation. +- legacy-connector is deprecated and should be retired. diff --git a/shellops/assets/ShellOps_fb35dc1cb5/gold/active.csv b/shellops/assets/ShellOps_fb35dc1cb5/gold/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..98e1242c42ceb0568217ac4b92834ec2715cf143 --- /dev/null +++ b/shellops/assets/ShellOps_fb35dc1cb5/gold/active.csv @@ -0,0 +1,4 @@ +SKU,Product Name,Last Stocked +A123,Widget X,2024-03-15 +B456,Gadget Y,2024-04-01 +C789,Tool Z,2024-02-20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb35dc1cb5/gold/legacy.json b/shellops/assets/ShellOps_fb35dc1cb5/gold/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..e25c0d19faa2ea40b34c7c5f37bd016c559247b6 --- /dev/null +++ b/shellops/assets/ShellOps_fb35dc1cb5/gold/legacy.json @@ -0,0 +1 @@ +[{"sku": "D000", "status": "retired", "retirement_date": "2022-11-30"}, {"sku": "E111", "status": "retired", "retirement_date": "2023-03-01"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb35dc1cb5/gold/valid_skus.txt b/shellops/assets/ShellOps_fb35dc1cb5/gold/valid_skus.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc6eecedf00feb8a882b961e29a92062b1d88e07 --- /dev/null +++ b/shellops/assets/ShellOps_fb35dc1cb5/gold/valid_skus.txt @@ -0,0 +1,4 @@ +A123 +B456 +C789 +E111 diff --git a/shellops/assets/ShellOps_fb35dc1cb5/init/active.csv b/shellops/assets/ShellOps_fb35dc1cb5/init/active.csv new file mode 100644 index 0000000000000000000000000000000000000000..98e1242c42ceb0568217ac4b92834ec2715cf143 --- /dev/null +++ b/shellops/assets/ShellOps_fb35dc1cb5/init/active.csv @@ -0,0 +1,4 @@ +SKU,Product Name,Last Stocked +A123,Widget X,2024-03-15 +B456,Gadget Y,2024-04-01 +C789,Tool Z,2024-02-20 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb35dc1cb5/init/legacy.json b/shellops/assets/ShellOps_fb35dc1cb5/init/legacy.json new file mode 100644 index 0000000000000000000000000000000000000000..e25c0d19faa2ea40b34c7c5f37bd016c559247b6 --- /dev/null +++ b/shellops/assets/ShellOps_fb35dc1cb5/init/legacy.json @@ -0,0 +1 @@ +[{"sku": "D000", "status": "retired", "retirement_date": "2022-11-30"}, {"sku": "E111", "status": "retired", "retirement_date": "2023-03-01"}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb448010c5/gold/diagnostics/runtime.log b/shellops/assets/ShellOps_fb448010c5/gold/diagnostics/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..846051c5d0e4bbbc66805f77a36c831dace501ea --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/gold/diagnostics/runtime.log @@ -0,0 +1,6 @@ +module_alpha version=2.1.4 +module_beta version=1.0.7 +module_gamma version=3.2.0 +module_delta version=0.9.1 +module_epsilon version=4.5.2 +module_zeta version=1.8.3 diff --git a/shellops/assets/ShellOps_fb448010c5/gold/firmware/policy.conf b/shellops/assets/ShellOps_fb448010c5/gold/firmware/policy.conf new file mode 100644 index 0000000000000000000000000000000000000000..2f97b1e6c882484948047a7ef46c38bcbcab1fb8 --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/gold/firmware/policy.conf @@ -0,0 +1,6 @@ +module_alpha approved=stable-2.1.5 +module_beta approved=stable-1.0.9 +module_gamma approved=stable-3.2.1 +module_delta approved=stable-0.9.3 +module_epsilon approved=stable-4.5.2 +module_zeta approved=stable-1.8.4 diff --git a/shellops/assets/ShellOps_fb448010c5/gold/firmware_summary.txt b/shellops/assets/ShellOps_fb448010c5/gold/firmware_summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..84960fd11f522fd738345deb85f2a9a1e3350a3a --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/gold/firmware_summary.txt @@ -0,0 +1,6 @@ +module_alpha|2.1.4|stable-2.1.5 +module_beta|1.0.7|stable-1.0.9 +module_delta|0.9.1|stable-0.9.3 +module_epsilon|4.5.2|stable-4.5.2 +module_gamma|3.2.0|stable-3.2.1 +module_zeta|1.8.3|stable-1.8.4 diff --git a/shellops/assets/ShellOps_fb448010c5/gold/notes/readme.md b/shellops/assets/ShellOps_fb448010c5/gold/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..c4cdf01d5dd3c1f6d0a8dc95c00be28427190672 --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/gold/notes/readme.md @@ -0,0 +1 @@ +Distractor file to ensure multiple artifacts exist. diff --git a/shellops/assets/ShellOps_fb448010c5/init/diagnostics/runtime.log b/shellops/assets/ShellOps_fb448010c5/init/diagnostics/runtime.log new file mode 100644 index 0000000000000000000000000000000000000000..846051c5d0e4bbbc66805f77a36c831dace501ea --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/init/diagnostics/runtime.log @@ -0,0 +1,6 @@ +module_alpha version=2.1.4 +module_beta version=1.0.7 +module_gamma version=3.2.0 +module_delta version=0.9.1 +module_epsilon version=4.5.2 +module_zeta version=1.8.3 diff --git a/shellops/assets/ShellOps_fb448010c5/init/firmware/policy.conf b/shellops/assets/ShellOps_fb448010c5/init/firmware/policy.conf new file mode 100644 index 0000000000000000000000000000000000000000..2f97b1e6c882484948047a7ef46c38bcbcab1fb8 --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/init/firmware/policy.conf @@ -0,0 +1,6 @@ +module_alpha approved=stable-2.1.5 +module_beta approved=stable-1.0.9 +module_gamma approved=stable-3.2.1 +module_delta approved=stable-0.9.3 +module_epsilon approved=stable-4.5.2 +module_zeta approved=stable-1.8.4 diff --git a/shellops/assets/ShellOps_fb448010c5/init/notes/readme.md b/shellops/assets/ShellOps_fb448010c5/init/notes/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..c4cdf01d5dd3c1f6d0a8dc95c00be28427190672 --- /dev/null +++ b/shellops/assets/ShellOps_fb448010c5/init/notes/readme.md @@ -0,0 +1 @@ +Distractor file to ensure multiple artifacts exist. diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/maintenance/blacklist.txt b/shellops/assets/ShellOps_fb69e8f52d/gold/maintenance/blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe85c3efc11f31bdd6c24b3705464d303a382cdf --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/maintenance/blacklist.txt @@ -0,0 +1,2 @@ +alpha-003 +beta-006 diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/reports/faulty_devices.txt b/shellops/assets/ShellOps_fb69e8f52d/gold/reports/faulty_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..36cddf3d878ffd3e3c153b0b97d29cd2fc42c414 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/reports/faulty_devices.txt @@ -0,0 +1,4 @@ +alpha-001 +beta-004 +gamma-008 +gamma-009 diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_alpha.json b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..0dd0d4678685b58e23633b8246885a31ea81ebbc --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_alpha.json @@ -0,0 +1,3 @@ +{"device_id": "alpha-001", "battery_fault": true, "last_seen": "2024-06-01T10:00:00Z"} +{"device_id": "alpha-002", "battery_fault": false, "last_seen": "2024-06-01T10:05:00Z"} +{"device_id": "alpha-003", "battery_fault": true, "last_seen": "2024-06-01T10:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_beta.json b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..92115cce070a147cc716157a431f5cfd5bc408e0 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_beta.json @@ -0,0 +1,3 @@ +{"device_id": "beta-004", "battery_fault": true, "last_seen": "2024-06-01T11:00:00Z"} +{"device_id": "beta-005", "battery_fault": false, "last_seen": "2024-06-01T11:05:00Z"} +{"device_id": "beta-006", "battery_fault": true, "last_seen": "2024-06-01T11:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_delta.json b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..a32a0e287bd5cc129c9dbd9064c175fcfdd471a7 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_delta.json @@ -0,0 +1,2 @@ +{"device_id": "delta-010", "battery_fault": false, "last_seen": "2024-06-01T13:00:00Z"} +{"device_id": "delta-011", "battery_fault": false, "last_seen": "2024-06-01T13:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_gamma.json b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a6e85f5ba6cb48f0d1eb2fb89a09b434283bc620 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/dev_gamma.json @@ -0,0 +1,3 @@ +{"device_id": "gamma-007", "battery_fault": false, "last_seen": "2024-06-01T12:00:00Z"} +{"device_id": "gamma-008", "battery_fault": true, "last_seen": "2024-06-01T12:05:00Z"} +{"device_id": "gamma-009", "battery_fault": true, "last_seen": "2024-06-01T12:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/notes.md b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6b3f0a0bbecb6506813d49997343cf5c3fe2a07f --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/gold/telemetry/notes.md @@ -0,0 +1 @@ +Telemetry directory contains device logs in JSON format. Some devices are flagged for maintenance. diff --git a/shellops/assets/ShellOps_fb69e8f52d/init/maintenance/blacklist.txt b/shellops/assets/ShellOps_fb69e8f52d/init/maintenance/blacklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe85c3efc11f31bdd6c24b3705464d303a382cdf --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/init/maintenance/blacklist.txt @@ -0,0 +1,2 @@ +alpha-003 +beta-006 diff --git a/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_alpha.json b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..0dd0d4678685b58e23633b8246885a31ea81ebbc --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_alpha.json @@ -0,0 +1,3 @@ +{"device_id": "alpha-001", "battery_fault": true, "last_seen": "2024-06-01T10:00:00Z"} +{"device_id": "alpha-002", "battery_fault": false, "last_seen": "2024-06-01T10:05:00Z"} +{"device_id": "alpha-003", "battery_fault": true, "last_seen": "2024-06-01T10:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_beta.json b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..92115cce070a147cc716157a431f5cfd5bc408e0 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_beta.json @@ -0,0 +1,3 @@ +{"device_id": "beta-004", "battery_fault": true, "last_seen": "2024-06-01T11:00:00Z"} +{"device_id": "beta-005", "battery_fault": false, "last_seen": "2024-06-01T11:05:00Z"} +{"device_id": "beta-006", "battery_fault": true, "last_seen": "2024-06-01T11:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_delta.json b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_delta.json new file mode 100644 index 0000000000000000000000000000000000000000..a32a0e287bd5cc129c9dbd9064c175fcfdd471a7 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_delta.json @@ -0,0 +1,2 @@ +{"device_id": "delta-010", "battery_fault": false, "last_seen": "2024-06-01T13:00:00Z"} +{"device_id": "delta-011", "battery_fault": false, "last_seen": "2024-06-01T13:05:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_gamma.json b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_gamma.json new file mode 100644 index 0000000000000000000000000000000000000000..a6e85f5ba6cb48f0d1eb2fb89a09b434283bc620 --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/dev_gamma.json @@ -0,0 +1,3 @@ +{"device_id": "gamma-007", "battery_fault": false, "last_seen": "2024-06-01T12:00:00Z"} +{"device_id": "gamma-008", "battery_fault": true, "last_seen": "2024-06-01T12:05:00Z"} +{"device_id": "gamma-009", "battery_fault": true, "last_seen": "2024-06-01T12:10:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/notes.md b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6b3f0a0bbecb6506813d49997343cf5c3fe2a07f --- /dev/null +++ b/shellops/assets/ShellOps_fb69e8f52d/init/telemetry/notes.md @@ -0,0 +1 @@ +Telemetry directory contains device logs in JSON format. Some devices are flagged for maintenance. diff --git a/shellops/assets/ShellOps_fb94a85081/gold/distractor.log b/shellops/assets/ShellOps_fb94a85081/gold/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..32b67424a69458edd81ef6c6e34dd4d8ad99b784 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/distractor.log @@ -0,0 +1,2 @@ +2025-03-15 debug: load_module video_codec pending +2025-03-15 debug: load_module missing_in_payload pending diff --git a/shellops/assets/ShellOps_fb94a85081/gold/final_release.manifest b/shellops/assets/ShellOps_fb94a85081/gold/final_release.manifest new file mode 100644 index 0000000000000000000000000000000000000000..7cb8c7715bcc79a79ff0d984c14c523d7f682081 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/final_release.manifest @@ -0,0 +1,7 @@ +audio_mixer approved +core_encryption pending +network_driver pending +power_management pending +storage_daemon approved +user_interface pending +video_codec pending diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/audio_mixer.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/audio_mixer.payload new file mode 100644 index 0000000000000000000000000000000000000000..34fc7086413562a1e764197e2e1cb91f396dec3d --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/audio_mixer.payload @@ -0,0 +1 @@ +# binary payload for audio_mixer diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/core_encryption.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/core_encryption.payload new file mode 100644 index 0000000000000000000000000000000000000000..85091016c84faec9e670a45bb7c9f1ff944fac6a --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/core_encryption.payload @@ -0,0 +1 @@ +# binary payload for core_encryption diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/network_driver.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/network_driver.payload new file mode 100644 index 0000000000000000000000000000000000000000..6955a0cb1d27e411233808b4eeae6d9aa4d8eb22 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/network_driver.payload @@ -0,0 +1 @@ +# binary payload for network_driver diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/power_management.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/power_management.payload new file mode 100644 index 0000000000000000000000000000000000000000..de9b7da57cafe7d9cda1ff76f9bdb270e3b43ff8 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/power_management.payload @@ -0,0 +1 @@ +# binary payload for power_management diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/user_interface.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/user_interface.payload new file mode 100644 index 0000000000000000000000000000000000000000..d60660dfc6b0b41429d9d97154cd9d071ffb5c52 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v1/user_interface.payload @@ -0,0 +1 @@ +# binary payload for user_interface diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/storage_daemon.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/storage_daemon.payload new file mode 100644 index 0000000000000000000000000000000000000000..63af2117d39ceb288e5b3e6d4541d34dda9523d0 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/storage_daemon.payload @@ -0,0 +1 @@ +# binary payload for storage_daemon diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/unrelated.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/unrelated.payload new file mode 100644 index 0000000000000000000000000000000000000000..a4df16981279f6ef6185feb55f85f2a1b50a40d0 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/unrelated.payload @@ -0,0 +1 @@ +# unrelated module not in manifest diff --git a/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/video_codec.payload b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/video_codec.payload new file mode 100644 index 0000000000000000000000000000000000000000..fe8c3c96cdc147cafe25e4eb5c0ddaa800bbb44f --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/payloads/v2/video_codec.payload @@ -0,0 +1 @@ +# binary payload for video_codec diff --git a/shellops/assets/ShellOps_fb94a85081/gold/release_candidate.manifest b/shellops/assets/ShellOps_fb94a85081/gold/release_candidate.manifest new file mode 100644 index 0000000000000000000000000000000000000000..a87217c6927e6ca87bbc059508268190b718cc9e --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/gold/release_candidate.manifest @@ -0,0 +1,14 @@ +# Module manifest for release candidate +# Format: module status +core_encryption approved +core_encryption pending +network_driver approved +network_driver pending +storage_daemon approved +video_codec pending +audio_mixer approved +power_management approved +power_management pending +user_interface pending +user_interface approved +missing_in_payload pending diff --git a/shellops/assets/ShellOps_fb94a85081/init/distractor.log b/shellops/assets/ShellOps_fb94a85081/init/distractor.log new file mode 100644 index 0000000000000000000000000000000000000000..32b67424a69458edd81ef6c6e34dd4d8ad99b784 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/distractor.log @@ -0,0 +1,2 @@ +2025-03-15 debug: load_module video_codec pending +2025-03-15 debug: load_module missing_in_payload pending diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/audio_mixer.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/audio_mixer.payload new file mode 100644 index 0000000000000000000000000000000000000000..34fc7086413562a1e764197e2e1cb91f396dec3d --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/audio_mixer.payload @@ -0,0 +1 @@ +# binary payload for audio_mixer diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/core_encryption.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/core_encryption.payload new file mode 100644 index 0000000000000000000000000000000000000000..85091016c84faec9e670a45bb7c9f1ff944fac6a --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/core_encryption.payload @@ -0,0 +1 @@ +# binary payload for core_encryption diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/network_driver.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/network_driver.payload new file mode 100644 index 0000000000000000000000000000000000000000..6955a0cb1d27e411233808b4eeae6d9aa4d8eb22 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/network_driver.payload @@ -0,0 +1 @@ +# binary payload for network_driver diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/power_management.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/power_management.payload new file mode 100644 index 0000000000000000000000000000000000000000..de9b7da57cafe7d9cda1ff76f9bdb270e3b43ff8 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/power_management.payload @@ -0,0 +1 @@ +# binary payload for power_management diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/user_interface.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/user_interface.payload new file mode 100644 index 0000000000000000000000000000000000000000..d60660dfc6b0b41429d9d97154cd9d071ffb5c52 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v1/user_interface.payload @@ -0,0 +1 @@ +# binary payload for user_interface diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/storage_daemon.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/storage_daemon.payload new file mode 100644 index 0000000000000000000000000000000000000000..63af2117d39ceb288e5b3e6d4541d34dda9523d0 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/storage_daemon.payload @@ -0,0 +1 @@ +# binary payload for storage_daemon diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/unrelated.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/unrelated.payload new file mode 100644 index 0000000000000000000000000000000000000000..a4df16981279f6ef6185feb55f85f2a1b50a40d0 --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/unrelated.payload @@ -0,0 +1 @@ +# unrelated module not in manifest diff --git a/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/video_codec.payload b/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/video_codec.payload new file mode 100644 index 0000000000000000000000000000000000000000..fe8c3c96cdc147cafe25e4eb5c0ddaa800bbb44f --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/payloads/v2/video_codec.payload @@ -0,0 +1 @@ +# binary payload for video_codec diff --git a/shellops/assets/ShellOps_fb94a85081/init/release_candidate.manifest b/shellops/assets/ShellOps_fb94a85081/init/release_candidate.manifest new file mode 100644 index 0000000000000000000000000000000000000000..a87217c6927e6ca87bbc059508268190b718cc9e --- /dev/null +++ b/shellops/assets/ShellOps_fb94a85081/init/release_candidate.manifest @@ -0,0 +1,14 @@ +# Module manifest for release candidate +# Format: module status +core_encryption approved +core_encryption pending +network_driver approved +network_driver pending +storage_daemon approved +video_codec pending +audio_mixer approved +power_management approved +power_management pending +user_interface pending +user_interface approved +missing_in_payload pending diff --git a/shellops/assets/ShellOps_fbb71d5def/gold/migration_logs/setup.trace b/shellops/assets/ShellOps_fbb71d5def/gold/migration_logs/setup.trace new file mode 100644 index 0000000000000000000000000000000000000000..87e40746e05040f3cb942dd28144163c0f492d5a --- /dev/null +++ b/shellops/assets/ShellOps_fbb71d5def/gold/migration_logs/setup.trace @@ -0,0 +1,8 @@ +2024-03-15 10:00:00 INFO resource_type: vm allocated +2024-03-15 10:01:00 INFO resource_type: container allocated +2024-03-15 10:02:00 INFO resource_type: load_balancer allocated +2024-03-15 10:03:00 INFO resource_type: vm allocated +2024-03-15 10:04:00 INFO resource_type: database allocated +2024-03-15 10:05:00 INFO resource_type: container allocated +2024-03-15 10:06:00 INFO resource_type: storage allocated +2024-03-15 10:07:00 INFO resource_type: vm allocated diff --git a/shellops/assets/ShellOps_fbb71d5def/gold/resource_types.out b/shellops/assets/ShellOps_fbb71d5def/gold/resource_types.out new file mode 100644 index 0000000000000000000000000000000000000000..3c04c6fdd7b62f216b2e5e03aaba998eab1da772 --- /dev/null +++ b/shellops/assets/ShellOps_fbb71d5def/gold/resource_types.out @@ -0,0 +1,5 @@ +vm +storage +database +container +load_balancer diff --git a/shellops/assets/ShellOps_fbb71d5def/init/migration_logs/setup.trace b/shellops/assets/ShellOps_fbb71d5def/init/migration_logs/setup.trace new file mode 100644 index 0000000000000000000000000000000000000000..87e40746e05040f3cb942dd28144163c0f492d5a --- /dev/null +++ b/shellops/assets/ShellOps_fbb71d5def/init/migration_logs/setup.trace @@ -0,0 +1,8 @@ +2024-03-15 10:00:00 INFO resource_type: vm allocated +2024-03-15 10:01:00 INFO resource_type: container allocated +2024-03-15 10:02:00 INFO resource_type: load_balancer allocated +2024-03-15 10:03:00 INFO resource_type: vm allocated +2024-03-15 10:04:00 INFO resource_type: database allocated +2024-03-15 10:05:00 INFO resource_type: container allocated +2024-03-15 10:06:00 INFO resource_type: storage allocated +2024-03-15 10:07:00 INFO resource_type: vm allocated diff --git a/shellops/assets/ShellOps_fbe076fde4/gold/api_ref.tsv b/shellops/assets/ShellOps_fbe076fde4/gold/api_ref.tsv new file mode 100644 index 0000000000000000000000000000000000000000..41c5e6c1e14ab31050335fb0687e9636cce87b71 --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/gold/api_ref.tsv @@ -0,0 +1,10 @@ +OK 200 +Created 201 +BadRequest 400 +Unauthorized 401 +Forbidden 403 +NotFound 404 +InternalServerError 500 +BadGateway 502 +ServiceUnavailable 503 +GatewayTimeout 504 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fbe076fde4/gold/docs/notes.md b/shellops/assets/ShellOps_fbe076fde4/gold/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4c13b6fcceb0eebd39a3d0a30e2e5d4a9d72d09e --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/gold/docs/notes.md @@ -0,0 +1,3 @@ +This directory contains historical annotations. +- 999 is a legacy code no longer supported. +- 200 appears twice in logs. diff --git a/shellops/assets/ShellOps_fbe076fde4/gold/legacy_messages.log b/shellops/assets/ShellOps_fbe076fde4/gold/legacy_messages.log new file mode 100644 index 0000000000000000000000000000000000000000..d19d53e53683eeff0259bb85c8c54260825e4c08 --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/gold/legacy_messages.log @@ -0,0 +1,10 @@ +[2024-05-01 10:23:15] Process started (200) +[2024-05-01 10:23:16] Authentication failed (401) +[2024-05-01 10:23:17] Resource not found (404) +[2024-05-01 10:23:18] Internal error (500) +[2024-05-01 10:23:19] Bad request (400) +[2024-05-01 10:23:20] Success (200) +[2024-05-01 10:23:21] Unauthorized (401) +[2024-05-01 10:23:22] Gateway timeout (504) +[2024-05-01 10:23:23] Forbidden (403) +[2024-05-01 10:23:24] Unknown legacy code (999) \ No newline at end of file diff --git a/shellops/assets/ShellOps_fbe076fde4/gold/status_mappings.tsv b/shellops/assets/ShellOps_fbe076fde4/gold/status_mappings.tsv new file mode 100644 index 0000000000000000000000000000000000000000..44b90433833178b30423f8072d8079166b91f226 --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/gold/status_mappings.tsv @@ -0,0 +1,7 @@ +200 OK +400 BadRequest +401 Unauthorized +403 Forbidden +404 NotFound +500 InternalServerError +504 GatewayTimeout diff --git a/shellops/assets/ShellOps_fbe076fde4/init/api_ref.tsv b/shellops/assets/ShellOps_fbe076fde4/init/api_ref.tsv new file mode 100644 index 0000000000000000000000000000000000000000..41c5e6c1e14ab31050335fb0687e9636cce87b71 --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/init/api_ref.tsv @@ -0,0 +1,10 @@ +OK 200 +Created 201 +BadRequest 400 +Unauthorized 401 +Forbidden 403 +NotFound 404 +InternalServerError 500 +BadGateway 502 +ServiceUnavailable 503 +GatewayTimeout 504 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fbe076fde4/init/docs/notes.md b/shellops/assets/ShellOps_fbe076fde4/init/docs/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..4c13b6fcceb0eebd39a3d0a30e2e5d4a9d72d09e --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/init/docs/notes.md @@ -0,0 +1,3 @@ +This directory contains historical annotations. +- 999 is a legacy code no longer supported. +- 200 appears twice in logs. diff --git a/shellops/assets/ShellOps_fbe076fde4/init/legacy_messages.log b/shellops/assets/ShellOps_fbe076fde4/init/legacy_messages.log new file mode 100644 index 0000000000000000000000000000000000000000..d19d53e53683eeff0259bb85c8c54260825e4c08 --- /dev/null +++ b/shellops/assets/ShellOps_fbe076fde4/init/legacy_messages.log @@ -0,0 +1,10 @@ +[2024-05-01 10:23:15] Process started (200) +[2024-05-01 10:23:16] Authentication failed (401) +[2024-05-01 10:23:17] Resource not found (404) +[2024-05-01 10:23:18] Internal error (500) +[2024-05-01 10:23:19] Bad request (400) +[2024-05-01 10:23:20] Success (200) +[2024-05-01 10:23:21] Unauthorized (401) +[2024-05-01 10:23:22] Gateway timeout (504) +[2024-05-01 10:23:23] Forbidden (403) +[2024-05-01 10:23:24] Unknown legacy code (999) \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc301196b8/gold/active_cameras.toml b/shellops/assets/ShellOps_fc301196b8/gold/active_cameras.toml new file mode 100644 index 0000000000000000000000000000000000000000..6a0cd5d43768bf2df6b722c9178ffa8def80ff67 --- /dev/null +++ b/shellops/assets/ShellOps_fc301196b8/gold/active_cameras.toml @@ -0,0 +1,7 @@ +[cameras] +id = 1045 +id = 2112 +id = 3098 + +[locations] +intersection = "5th & Main" diff --git a/shellops/assets/ShellOps_fc301196b8/gold/decom.log b/shellops/assets/ShellOps_fc301196b8/gold/decom.log new file mode 100644 index 0000000000000000000000000000000000000000..19af86b9b14f501e23a2c47c408fe0b8eb447bdd --- /dev/null +++ b/shellops/assets/ShellOps_fc301196b8/gold/decom.log @@ -0,0 +1,2 @@ +2024-03-15T08:22:11 Decommissioned CAM-2112 due to wiring faults +2024-04-01T14:56:03 Removed CAM-1045 after network upgrade diff --git a/shellops/assets/ShellOps_fc301196b8/gold/missing_cams.csv b/shellops/assets/ShellOps_fc301196b8/gold/missing_cams.csv new file mode 100644 index 0000000000000000000000000000000000000000..4fb7d0e7d05110f92a6525624364446a1f25d65f --- /dev/null +++ b/shellops/assets/ShellOps_fc301196b8/gold/missing_cams.csv @@ -0,0 +1 @@ +3098 diff --git a/shellops/assets/ShellOps_fc301196b8/init/active_cameras.toml b/shellops/assets/ShellOps_fc301196b8/init/active_cameras.toml new file mode 100644 index 0000000000000000000000000000000000000000..6a0cd5d43768bf2df6b722c9178ffa8def80ff67 --- /dev/null +++ b/shellops/assets/ShellOps_fc301196b8/init/active_cameras.toml @@ -0,0 +1,7 @@ +[cameras] +id = 1045 +id = 2112 +id = 3098 + +[locations] +intersection = "5th & Main" diff --git a/shellops/assets/ShellOps_fc301196b8/init/decom.log b/shellops/assets/ShellOps_fc301196b8/init/decom.log new file mode 100644 index 0000000000000000000000000000000000000000..19af86b9b14f501e23a2c47c408fe0b8eb447bdd --- /dev/null +++ b/shellops/assets/ShellOps_fc301196b8/init/decom.log @@ -0,0 +1,2 @@ +2024-03-15T08:22:11 Decommissioned CAM-2112 due to wiring faults +2024-04-01T14:56:03 Removed CAM-1045 after network upgrade diff --git a/shellops/assets/ShellOps_fc31c76aa8/gold/active_features.txt b/shellops/assets/ShellOps_fc31c76aa8/gold/active_features.txt new file mode 100644 index 0000000000000000000000000000000000000000..f62903208c57dc2fa658833eb3a25131d9a13554 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/gold/active_features.txt @@ -0,0 +1,3 @@ +api_gateway|new_router +billing|audit_trail +notifications|push_alerts diff --git a/shellops/assets/ShellOps_fc31c76aa8/gold/features/.suppressed b/shellops/assets/ShellOps_fc31c76aa8/gold/features/.suppressed new file mode 100644 index 0000000000000000000000000000000000000000..c1b1d3a1e32de0fa990e13632a2337d5a6c467c6 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/gold/features/.suppressed @@ -0,0 +1,2 @@ +legacy_auth +beta_billing diff --git a/shellops/assets/ShellOps_fc31c76aa8/gold/features/notes.txt b/shellops/assets/ShellOps_fc31c76aa8/gold/features/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd912664a68047b307de650f8f03c277432f33c4 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/gold/features/notes.txt @@ -0,0 +1 @@ +Placeholder notes file to validate filtering logic. diff --git a/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_a.json b/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ba4e0ca751e25ceec9e640b987b5435b2fcb5dac --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_a.json @@ -0,0 +1,2 @@ +{"service_name": "api_gateway", "feature_id": "new_router", "status": "enabled"} +{"service_name": "api_gateway", "feature_id": "legacy_auth", "status": "enabled"} diff --git a/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_b.json b/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..8206a93688dae32267404189d89432842d03d379 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_b.json @@ -0,0 +1,2 @@ +{"service_name": "billing", "feature_id": "beta_billing", "status": "enabled"} +{"service_name": "billing", "feature_id": "audit_trail", "status": "enabled"} diff --git a/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_c.json b/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..a561213c4b6a37f74ed7134ebdb16ae287241163 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/gold/features/service_c.json @@ -0,0 +1 @@ +{"service_name": "notifications", "feature_id": "push_alerts", "status": "enabled"} diff --git a/shellops/assets/ShellOps_fc31c76aa8/init/features/.suppressed b/shellops/assets/ShellOps_fc31c76aa8/init/features/.suppressed new file mode 100644 index 0000000000000000000000000000000000000000..c1b1d3a1e32de0fa990e13632a2337d5a6c467c6 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/init/features/.suppressed @@ -0,0 +1,2 @@ +legacy_auth +beta_billing diff --git a/shellops/assets/ShellOps_fc31c76aa8/init/features/notes.txt b/shellops/assets/ShellOps_fc31c76aa8/init/features/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd912664a68047b307de650f8f03c277432f33c4 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/init/features/notes.txt @@ -0,0 +1 @@ +Placeholder notes file to validate filtering logic. diff --git a/shellops/assets/ShellOps_fc31c76aa8/init/features/service_a.json b/shellops/assets/ShellOps_fc31c76aa8/init/features/service_a.json new file mode 100644 index 0000000000000000000000000000000000000000..ba4e0ca751e25ceec9e640b987b5435b2fcb5dac --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/init/features/service_a.json @@ -0,0 +1,2 @@ +{"service_name": "api_gateway", "feature_id": "new_router", "status": "enabled"} +{"service_name": "api_gateway", "feature_id": "legacy_auth", "status": "enabled"} diff --git a/shellops/assets/ShellOps_fc31c76aa8/init/features/service_b.json b/shellops/assets/ShellOps_fc31c76aa8/init/features/service_b.json new file mode 100644 index 0000000000000000000000000000000000000000..8206a93688dae32267404189d89432842d03d379 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/init/features/service_b.json @@ -0,0 +1,2 @@ +{"service_name": "billing", "feature_id": "beta_billing", "status": "enabled"} +{"service_name": "billing", "feature_id": "audit_trail", "status": "enabled"} diff --git a/shellops/assets/ShellOps_fc31c76aa8/init/features/service_c.json b/shellops/assets/ShellOps_fc31c76aa8/init/features/service_c.json new file mode 100644 index 0000000000000000000000000000000000000000..a561213c4b6a37f74ed7134ebdb16ae287241163 --- /dev/null +++ b/shellops/assets/ShellOps_fc31c76aa8/init/features/service_c.json @@ -0,0 +1 @@ +{"service_name": "notifications", "feature_id": "push_alerts", "status": "enabled"} diff --git a/shellops/assets/ShellOps_fc44de045e/gold/defects.xml b/shellops/assets/ShellOps_fc44de045e/gold/defects.xml new file mode 100644 index 0000000000000000000000000000000000000000..178ae694b625e014eef3931474eca5e07107eefe --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/gold/defects.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc44de045e/gold/device_docs.txt b/shellops/assets/ShellOps_fc44de045e/gold/device_docs.txt new file mode 100644 index 0000000000000000000000000000000000000000..38868ba28f539edce737b10381662c81e6db4eb2 --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/gold/device_docs.txt @@ -0,0 +1,7 @@ +This document lists devices under active review. +- DEV-123 requires recalibration. +- DEV-456 has a pending verification. +- DEV-789 is scheduled for inspection. +We previously handled DEV-456 but still need updates. +Legacy unit DEV-001 may be mentioned elsewhere. +Also inspect DEV-456 and DEV-999. \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc44de045e/gold/ignore.log b/shellops/assets/ShellOps_fc44de045e/gold/ignore.log new file mode 100644 index 0000000000000000000000000000000000000000..d790ed3cc9d86a496aefd1b696c942af4d4a8bf1 --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/gold/ignore.log @@ -0,0 +1,2 @@ +2024-05-19 DEBUG: Device DEV-777 had transient errors. +2024-05-19 INFO: No action needed for DEV-888. diff --git a/shellops/assets/ShellOps_fc44de045e/gold/pending.txt b/shellops/assets/ShellOps_fc44de045e/gold/pending.txt new file mode 100644 index 0000000000000000000000000000000000000000..875463e4e1125c92a40e6f391467a43c59d2c5f6 --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/gold/pending.txt @@ -0,0 +1,3 @@ +DEV-001 +DEV-456 +DEV-999 diff --git a/shellops/assets/ShellOps_fc44de045e/init/defects.xml b/shellops/assets/ShellOps_fc44de045e/init/defects.xml new file mode 100644 index 0000000000000000000000000000000000000000..178ae694b625e014eef3931474eca5e07107eefe --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/init/defects.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc44de045e/init/device_docs.txt b/shellops/assets/ShellOps_fc44de045e/init/device_docs.txt new file mode 100644 index 0000000000000000000000000000000000000000..38868ba28f539edce737b10381662c81e6db4eb2 --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/init/device_docs.txt @@ -0,0 +1,7 @@ +This document lists devices under active review. +- DEV-123 requires recalibration. +- DEV-456 has a pending verification. +- DEV-789 is scheduled for inspection. +We previously handled DEV-456 but still need updates. +Legacy unit DEV-001 may be mentioned elsewhere. +Also inspect DEV-456 and DEV-999. \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc44de045e/init/ignore.log b/shellops/assets/ShellOps_fc44de045e/init/ignore.log new file mode 100644 index 0000000000000000000000000000000000000000..d790ed3cc9d86a496aefd1b696c942af4d4a8bf1 --- /dev/null +++ b/shellops/assets/ShellOps_fc44de045e/init/ignore.log @@ -0,0 +1,2 @@ +2024-05-19 DEBUG: Device DEV-777 had transient errors. +2024-05-19 INFO: No action needed for DEV-888. diff --git a/shellops/assets/ShellOps_fc6d8f126b/gold/parts_list.xml b/shellops/assets/ShellOps_fc6d8f126b/gold/parts_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..bcc282d5f15c3ae27c19465b374770be4abf5252 --- /dev/null +++ b/shellops/assets/ShellOps_fc6d8f126b/gold/parts_list.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc6d8f126b/gold/qc_logs.txt b/shellops/assets/ShellOps_fc6d8f126b/gold/qc_logs.txt new file mode 100644 index 0000000000000000000000000000000000000000..95148d69f37968056118ecdbe380a61d50ea4196 --- /dev/null +++ b/shellops/assets/ShellOps_fc6d8f126b/gold/qc_logs.txt @@ -0,0 +1,2 @@ +2023-10-05 14:22: Component ID: 203 failed QC check +2023-10-05 14:25: Component ID: 451 flagged for review diff --git a/shellops/assets/ShellOps_fc6d8f126b/init/parts_list.xml b/shellops/assets/ShellOps_fc6d8f126b/init/parts_list.xml new file mode 100644 index 0000000000000000000000000000000000000000..bcc282d5f15c3ae27c19465b374770be4abf5252 --- /dev/null +++ b/shellops/assets/ShellOps_fc6d8f126b/init/parts_list.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/shellops/assets/ShellOps_fc6d8f126b/init/qc_logs.txt b/shellops/assets/ShellOps_fc6d8f126b/init/qc_logs.txt new file mode 100644 index 0000000000000000000000000000000000000000..95148d69f37968056118ecdbe380a61d50ea4196 --- /dev/null +++ b/shellops/assets/ShellOps_fc6d8f126b/init/qc_logs.txt @@ -0,0 +1,2 @@ +2023-10-05 14:22: Component ID: 203 failed QC check +2023-10-05 14:25: Component ID: 451 flagged for review diff --git a/shellops/assets/ShellOps_fcb63c218d/gold/golden_records.csv b/shellops/assets/ShellOps_fcb63c218d/gold/golden_records.csv new file mode 100644 index 0000000000000000000000000000000000000000..4f1d069246d8332a29159801caeaf6e1c589a8b8 --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/gold/golden_records.csv @@ -0,0 +1,5 @@ +id,name,email +101,Alice,alice@example.com +202,Bob,bob@example.com +303,Charlie,charlie@example.com +404,David,david@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/gold/missing_ids.txt b/shellops/assets/ShellOps_fcb63c218d/gold/missing_ids.txt new file mode 100644 index 0000000000000000000000000000000000000000..590ac365efcef7eea219f3be0421c334c8772dcd --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/gold/missing_ids.txt @@ -0,0 +1,2 @@ +202 +404 diff --git a/shellops/assets/ShellOps_fcb63c218d/gold/processed/error.log b/shellops/assets/ShellOps_fcb63c218d/gold/processed/error.log new file mode 100644 index 0000000000000000000000000000000000000000..723a1891fa641b8eca2f64ceb2fecb9e4ffae385 --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/gold/processed/error.log @@ -0,0 +1 @@ +ERROR: Invalid transaction format detected on 2024-04-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/gold/processed/transactions_20240415.json b/shellops/assets/ShellOps_fcb63c218d/gold/processed/transactions_20240415.json new file mode 100644 index 0000000000000000000000000000000000000000..2412a4996fe981e944867d5f87d533925210ef35 --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/gold/processed/transactions_20240415.json @@ -0,0 +1 @@ +{ "customer": { "id": 101, "name": "Alice" }, "amount": 150.0 } \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/gold/processed/transactions_20240416.json b/shellops/assets/ShellOps_fcb63c218d/gold/processed/transactions_20240416.json new file mode 100644 index 0000000000000000000000000000000000000000..a4629096ff0cb05a0f55d2b1e36f0eca0903cd9a --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/gold/processed/transactions_20240416.json @@ -0,0 +1 @@ +{ "customer": { "id": 303, "name": "Charlie" }, "amount": 250.0 } \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/init/golden_records.csv b/shellops/assets/ShellOps_fcb63c218d/init/golden_records.csv new file mode 100644 index 0000000000000000000000000000000000000000..4f1d069246d8332a29159801caeaf6e1c589a8b8 --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/init/golden_records.csv @@ -0,0 +1,5 @@ +id,name,email +101,Alice,alice@example.com +202,Bob,bob@example.com +303,Charlie,charlie@example.com +404,David,david@example.com \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/init/processed/error.log b/shellops/assets/ShellOps_fcb63c218d/init/processed/error.log new file mode 100644 index 0000000000000000000000000000000000000000..723a1891fa641b8eca2f64ceb2fecb9e4ffae385 --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/init/processed/error.log @@ -0,0 +1 @@ +ERROR: Invalid transaction format detected on 2024-04-15 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/init/processed/transactions_20240415.json b/shellops/assets/ShellOps_fcb63c218d/init/processed/transactions_20240415.json new file mode 100644 index 0000000000000000000000000000000000000000..2412a4996fe981e944867d5f87d533925210ef35 --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/init/processed/transactions_20240415.json @@ -0,0 +1 @@ +{ "customer": { "id": 101, "name": "Alice" }, "amount": 150.0 } \ No newline at end of file diff --git a/shellops/assets/ShellOps_fcb63c218d/init/processed/transactions_20240416.json b/shellops/assets/ShellOps_fcb63c218d/init/processed/transactions_20240416.json new file mode 100644 index 0000000000000000000000000000000000000000..a4629096ff0cb05a0f55d2b1e36f0eca0903cd9a --- /dev/null +++ b/shellops/assets/ShellOps_fcb63c218d/init/processed/transactions_20240416.json @@ -0,0 +1 @@ +{ "customer": { "id": 303, "name": "Charlie" }, "amount": 250.0 } \ No newline at end of file diff --git a/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/notes.md b/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d273ca18b229da969da68241aed9e3e2a43ca653 --- /dev/null +++ b/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/notes.md @@ -0,0 +1,4 @@ +# Workshop Feedback + +- Some participants attended the same session twice; those are marked with '(repeat)'. +- We need to deduplicate across both feedback files. \ No newline at end of file diff --git a/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/workshop_a.yaml b/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/workshop_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d55ac40951c2c02ca85a04d2ae98dace0c72a9df --- /dev/null +++ b/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/workshop_a.yaml @@ -0,0 +1,20 @@ +participant: Alice +group: Engineering +session_date: 2024-04-10 +session_code: CORE-102 +rating: 5 +comments: "Very practical examples." + +participant: Bob +group: Marketing +session_date: 2024-04-10 +session_code: LEAD-201 (repeat) +rating: 4 +comments: "Good review." + +participant: Charlie +group: Sales +session_date: 2024-04-12 +session_code: LEAD-201 +rating: 3 +comments: "A bit basic." \ No newline at end of file diff --git a/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/workshop_b.yml b/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/workshop_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..1860f29a427150e9288de7a4c7d3319d510a26d1 --- /dev/null +++ b/shellops/assets/ShellOps_fce7f0bfcb/gold/feedback/workshop_b.yml @@ -0,0 +1,18 @@ +participant: Dana +group: HR +session_date: 2024-04-11 +session_code: CULT-300 +rating: 5 + +participant: Eve +group: Engineering +session_date: 2024-04-12 +session_code: CORE-102 (repeat) +rating: 4 +comments: "Held in room 5B." + +participant: Frank +group: Marketing +session_date: 2024-04-13 +session_code: LEAD-201 +rating: 4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/notes.md b/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..d273ca18b229da969da68241aed9e3e2a43ca653 --- /dev/null +++ b/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/notes.md @@ -0,0 +1,4 @@ +# Workshop Feedback + +- Some participants attended the same session twice; those are marked with '(repeat)'. +- We need to deduplicate across both feedback files. \ No newline at end of file diff --git a/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/workshop_a.yaml b/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/workshop_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d55ac40951c2c02ca85a04d2ae98dace0c72a9df --- /dev/null +++ b/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/workshop_a.yaml @@ -0,0 +1,20 @@ +participant: Alice +group: Engineering +session_date: 2024-04-10 +session_code: CORE-102 +rating: 5 +comments: "Very practical examples." + +participant: Bob +group: Marketing +session_date: 2024-04-10 +session_code: LEAD-201 (repeat) +rating: 4 +comments: "Good review." + +participant: Charlie +group: Sales +session_date: 2024-04-12 +session_code: LEAD-201 +rating: 3 +comments: "A bit basic." \ No newline at end of file diff --git a/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/workshop_b.yml b/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/workshop_b.yml new file mode 100644 index 0000000000000000000000000000000000000000..1860f29a427150e9288de7a4c7d3319d510a26d1 --- /dev/null +++ b/shellops/assets/ShellOps_fce7f0bfcb/init/feedback/workshop_b.yml @@ -0,0 +1,18 @@ +participant: Dana +group: HR +session_date: 2024-04-11 +session_code: CULT-300 +rating: 5 + +participant: Eve +group: Engineering +session_date: 2024-04-12 +session_code: CORE-102 (repeat) +rating: 4 +comments: "Held in room 5B." + +participant: Frank +group: Marketing +session_date: 2024-04-13 +session_code: LEAD-201 +rating: 4 \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/gold/README.md b/shellops/assets/ShellOps_fd00bf5200/gold/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e1e0d6854a1e2858bfb3f011e544896f7934a915 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/gold/README.md @@ -0,0 +1 @@ +Project documentation and build instructions \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile1.log b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile1.log new file mode 100644 index 0000000000000000000000000000000000000000..2a5e29a8c89f86c6c325582ee4ef554f8d3ac292 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile1.log @@ -0,0 +1,5 @@ +Starting build... +Error: missing dependency 'libssl-dev' +Linking failed +Error: missing dependency 'zlib1g-dev' +Build complete with errors \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile2.log b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile2.log new file mode 100644 index 0000000000000000000000000000000000000000..a8fa1cb10fa9932b363455b7c3b330d72823785a --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile2.log @@ -0,0 +1,5 @@ +Checking dependencies... +Error: missing dependency 'libpng-dev' +Processing assets +Error: missing dependency 'libssl-dev' +Build finished \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile3.log b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile3.log new file mode 100644 index 0000000000000000000000000000000000000000..6bd94475778d4d2f0f88b5aacbe1168e9a0bb982 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile3.log @@ -0,0 +1,4 @@ +Dependency check passed +No missing packages +Building application +Build successful \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile4.log b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile4.log new file mode 100644 index 0000000000000000000000000000000000000000..ff77dc1ef008afc4b93cf1104acd18e190b658d8 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/gold/build_logs/compile4.log @@ -0,0 +1,4 @@ +Error: missing dependency 'libjpeg-dev' +Linking libraries +Error: missing dependency 'libpng-dev' +Build failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/gold/missing_deps.txt b/shellops/assets/ShellOps_fd00bf5200/gold/missing_deps.txt new file mode 100644 index 0000000000000000000000000000000000000000..97589bfe9b90bf04a87eb1bf418197e712ce1e01 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/gold/missing_deps.txt @@ -0,0 +1,4 @@ +libjpeg-dev +libpng-dev +libssl-dev +zlib1g-dev diff --git a/shellops/assets/ShellOps_fd00bf5200/init/README.md b/shellops/assets/ShellOps_fd00bf5200/init/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e1e0d6854a1e2858bfb3f011e544896f7934a915 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/init/README.md @@ -0,0 +1 @@ +Project documentation and build instructions \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile1.log b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile1.log new file mode 100644 index 0000000000000000000000000000000000000000..2a5e29a8c89f86c6c325582ee4ef554f8d3ac292 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile1.log @@ -0,0 +1,5 @@ +Starting build... +Error: missing dependency 'libssl-dev' +Linking failed +Error: missing dependency 'zlib1g-dev' +Build complete with errors \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile2.log b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile2.log new file mode 100644 index 0000000000000000000000000000000000000000..a8fa1cb10fa9932b363455b7c3b330d72823785a --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile2.log @@ -0,0 +1,5 @@ +Checking dependencies... +Error: missing dependency 'libpng-dev' +Processing assets +Error: missing dependency 'libssl-dev' +Build finished \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile3.log b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile3.log new file mode 100644 index 0000000000000000000000000000000000000000..6bd94475778d4d2f0f88b5aacbe1168e9a0bb982 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile3.log @@ -0,0 +1,4 @@ +Dependency check passed +No missing packages +Building application +Build successful \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile4.log b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile4.log new file mode 100644 index 0000000000000000000000000000000000000000..ff77dc1ef008afc4b93cf1104acd18e190b658d8 --- /dev/null +++ b/shellops/assets/ShellOps_fd00bf5200/init/build_logs/compile4.log @@ -0,0 +1,4 @@ +Error: missing dependency 'libjpeg-dev' +Linking libraries +Error: missing dependency 'libpng-dev' +Build failed \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd3b67e349/gold/approved_rates.cnf b/shellops/assets/ShellOps_fd3b67e349/gold/approved_rates.cnf new file mode 100644 index 0000000000000000000000000000000000000000..723ac2ef19729b15e7952e76c0b6d1611a561eac --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/gold/approved_rates.cnf @@ -0,0 +1,5 @@ +service_101=180 +service_102=220 +service_103=310 +service_104=250 +service_105=400 diff --git a/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_a.cnf b/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_a.cnf new file mode 100644 index 0000000000000000000000000000000000000000..08d89479fd1eb1f2c134dee429190fd108018e9a --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_a.cnf @@ -0,0 +1,3 @@ +service_101=150 +service_102=200 +service_103=300 diff --git a/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_b.cnf b/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_b.cnf new file mode 100644 index 0000000000000000000000000000000000000000..17bbea75cda1f9530db4c1277f966ed4caf2e495 --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_b.cnf @@ -0,0 +1,3 @@ +service_101=180 +service_104=250 +service_105=400 diff --git a/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_c.cnf b/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_c.cnf new file mode 100644 index 0000000000000000000000000000000000000000..ecb51e03fe3fa27868a1b4b584360099b15a0e54 --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/gold/payables/vendor_c.cnf @@ -0,0 +1,3 @@ +service_102=220 +service_103=310 +service_105=390 diff --git a/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_a.cnf b/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_a.cnf new file mode 100644 index 0000000000000000000000000000000000000000..08d89479fd1eb1f2c134dee429190fd108018e9a --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_a.cnf @@ -0,0 +1,3 @@ +service_101=150 +service_102=200 +service_103=300 diff --git a/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_b.cnf b/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_b.cnf new file mode 100644 index 0000000000000000000000000000000000000000..17bbea75cda1f9530db4c1277f966ed4caf2e495 --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_b.cnf @@ -0,0 +1,3 @@ +service_101=180 +service_104=250 +service_105=400 diff --git a/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_c.cnf b/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_c.cnf new file mode 100644 index 0000000000000000000000000000000000000000..ecb51e03fe3fa27868a1b4b584360099b15a0e54 --- /dev/null +++ b/shellops/assets/ShellOps_fd3b67e349/init/payables/vendor_c.cnf @@ -0,0 +1,3 @@ +service_102=220 +service_103=310 +service_105=390 diff --git a/shellops/assets/ShellOps_fd48b3adae/gold/deployments.log b/shellops/assets/ShellOps_fd48b3adae/gold/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..e7a6959a65bdf85da862d68e29ab76c4421a35c4 --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/gold/deployments.log @@ -0,0 +1,8 @@ +2024-05-10 08:30:15 START STATION=A7B2C1 CONFIG=default +2024-05-10 08:31:00 START STATION=X9Y8Z7 CONFIG=default +2024-05-10 08:32:45 START STATION=A7B2C1 CONFIG=default +2024-05-10 08:33:12 START STATION=K2M3N4 CONFIG=default +2024-05-10 08:34:20 START STATION=X9Y8Z7 CONFIG=default +2024-05-10 08:35:05 START STATION=P5Q6R7 CONFIG=default +2024-05-10 08:36:40 START STATION=Z1Y2X3 CONFIG=default +2024-05-10 08:37:18 START STATION=A7B2C1 CONFIG=default diff --git a/shellops/assets/ShellOps_fd48b3adae/gold/notes.md b/shellops/assets/ShellOps_fd48b3adae/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6bac5e47f00546fdc5ae0bb212c13e902649c9e5 --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/gold/notes.md @@ -0,0 +1 @@ +Deployment log format: timestamp, event type, station ID, and configuration. Zone mappings are maintained in zones.tsv. \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd48b3adae/gold/station_zones.tsv b/shellops/assets/ShellOps_fd48b3adae/gold/station_zones.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4db1a8ddc39b686ecd5bb3bf7345e95e7c70ddb9 --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/gold/station_zones.tsv @@ -0,0 +1,4 @@ +A7B2C1 North +K2M3N4 East +P5Q6R7 West +X9Y8Z7 South diff --git a/shellops/assets/ShellOps_fd48b3adae/gold/zones.tsv b/shellops/assets/ShellOps_fd48b3adae/gold/zones.tsv new file mode 100644 index 0000000000000000000000000000000000000000..92bdba81093c48859b9e309d87a4c7d597e7046d --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/gold/zones.tsv @@ -0,0 +1,5 @@ +station_id zone_name +A7B2C1 North +X9Y8Z7 South +K2M3N4 East +P5Q6R7 West diff --git a/shellops/assets/ShellOps_fd48b3adae/init/deployments.log b/shellops/assets/ShellOps_fd48b3adae/init/deployments.log new file mode 100644 index 0000000000000000000000000000000000000000..e7a6959a65bdf85da862d68e29ab76c4421a35c4 --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/init/deployments.log @@ -0,0 +1,8 @@ +2024-05-10 08:30:15 START STATION=A7B2C1 CONFIG=default +2024-05-10 08:31:00 START STATION=X9Y8Z7 CONFIG=default +2024-05-10 08:32:45 START STATION=A7B2C1 CONFIG=default +2024-05-10 08:33:12 START STATION=K2M3N4 CONFIG=default +2024-05-10 08:34:20 START STATION=X9Y8Z7 CONFIG=default +2024-05-10 08:35:05 START STATION=P5Q6R7 CONFIG=default +2024-05-10 08:36:40 START STATION=Z1Y2X3 CONFIG=default +2024-05-10 08:37:18 START STATION=A7B2C1 CONFIG=default diff --git a/shellops/assets/ShellOps_fd48b3adae/init/notes.md b/shellops/assets/ShellOps_fd48b3adae/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..6bac5e47f00546fdc5ae0bb212c13e902649c9e5 --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/init/notes.md @@ -0,0 +1 @@ +Deployment log format: timestamp, event type, station ID, and configuration. Zone mappings are maintained in zones.tsv. \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd48b3adae/init/zones.tsv b/shellops/assets/ShellOps_fd48b3adae/init/zones.tsv new file mode 100644 index 0000000000000000000000000000000000000000..92bdba81093c48859b9e309d87a4c7d597e7046d --- /dev/null +++ b/shellops/assets/ShellOps_fd48b3adae/init/zones.tsv @@ -0,0 +1,5 @@ +station_id zone_name +A7B2C1 North +X9Y8Z7 South +K2M3N4 East +P5Q6R7 West diff --git a/shellops/assets/ShellOps_fd555c9b89/gold/exceptions/skip.txt b/shellops/assets/ShellOps_fd555c9b89/gold/exceptions/skip.txt new file mode 100644 index 0000000000000000000000000000000000000000..49449e0b70da145fb4b96d48f0ed72d87b5aac0f --- /dev/null +++ b/shellops/assets/ShellOps_fd555c9b89/gold/exceptions/skip.txt @@ -0,0 +1,2 @@ +support_ticket_opened +subscription_canceled diff --git a/shellops/assets/ShellOps_fd555c9b89/gold/reports/events.txt b/shellops/assets/ShellOps_fd555c9b89/gold/reports/events.txt new file mode 100644 index 0000000000000000000000000000000000000000..a102cc983173096d5d379f6ed26ca4f5be8b98f0 --- /dev/null +++ b/shellops/assets/ShellOps_fd555c9b89/gold/reports/events.txt @@ -0,0 +1,3 @@ +invoice_sent +payment_received +user_signup diff --git a/shellops/assets/ShellOps_fd555c9b89/init/exceptions/skip.txt b/shellops/assets/ShellOps_fd555c9b89/init/exceptions/skip.txt new file mode 100644 index 0000000000000000000000000000000000000000..49449e0b70da145fb4b96d48f0ed72d87b5aac0f --- /dev/null +++ b/shellops/assets/ShellOps_fd555c9b89/init/exceptions/skip.txt @@ -0,0 +1,2 @@ +support_ticket_opened +subscription_canceled diff --git a/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/allowed_hosts.json b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/allowed_hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..85ad9896268ff7c7ac2bf61842b0287c4168460a --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/allowed_hosts.json @@ -0,0 +1,9 @@ +{ + "allowed": [ + "api.example.com", + "auth.example.com", + "cdn.example.com", + "db.example.com", + "api.example.com" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/consolidated_hosts.txt b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/consolidated_hosts.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ca781c576bbc48017d178650de2220b1b14c811 --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/consolidated_hosts.txt @@ -0,0 +1,7 @@ +api.example.com +auth.example.com +backup.example.com +cdn.example.com +db.example.com +logs.example.com +monitor.example.com diff --git a/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/extra_hosts.json b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/extra_hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..48ba5be9ec2d6ab4f1a69c4a3e4b817941f9cdbf --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/extra_hosts.json @@ -0,0 +1,8 @@ +{ + "allowed": [ + "monitor.example.com", + "backup.example.com", + "api.example.com", + "logs.example.com" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/notes.txt b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbf7c9dbabbcf55eb227b7707bbf50c3712cc3ae --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/gold/registries/notes.txt @@ -0,0 +1,4 @@ +# Registry notes: +# - allowed_hosts.json is the primary source +# - extra_hosts.json contains additional hosts from Q2 2024 +# - Ignore this file during processing diff --git a/shellops/assets/ShellOps_fd5e35d1d7/init/registries/allowed_hosts.json b/shellops/assets/ShellOps_fd5e35d1d7/init/registries/allowed_hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..85ad9896268ff7c7ac2bf61842b0287c4168460a --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/init/registries/allowed_hosts.json @@ -0,0 +1,9 @@ +{ + "allowed": [ + "api.example.com", + "auth.example.com", + "cdn.example.com", + "db.example.com", + "api.example.com" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd5e35d1d7/init/registries/extra_hosts.json b/shellops/assets/ShellOps_fd5e35d1d7/init/registries/extra_hosts.json new file mode 100644 index 0000000000000000000000000000000000000000..48ba5be9ec2d6ab4f1a69c4a3e4b817941f9cdbf --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/init/registries/extra_hosts.json @@ -0,0 +1,8 @@ +{ + "allowed": [ + "monitor.example.com", + "backup.example.com", + "api.example.com", + "logs.example.com" + ] +} \ No newline at end of file diff --git a/shellops/assets/ShellOps_fd5e35d1d7/init/registries/notes.txt b/shellops/assets/ShellOps_fd5e35d1d7/init/registries/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbf7c9dbabbcf55eb227b7707bbf50c3712cc3ae --- /dev/null +++ b/shellops/assets/ShellOps_fd5e35d1d7/init/registries/notes.txt @@ -0,0 +1,4 @@ +# Registry notes: +# - allowed_hosts.json is the primary source +# - extra_hosts.json contains additional hosts from Q2 2024 +# - Ignore this file during processing diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/manifest.txt b/shellops/assets/ShellOps_fda7d707c2/gold/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..da23c99587fb3a125e19b101d6c6c8dd55c78e58 --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/manifest.txt @@ -0,0 +1,8 @@ +# Active Modules Manifest for GUI v2.0 +# Each line is a module identifier without extension. +# LEGACY ENTRIES SHOULD BE EXCLUDED FROM FINAL RELEASE. +appui +widgets +charts +appui-legacy +forms diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/released/.keep b/shellops/assets/ShellOps_fda7d707c2/gold/released/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/released/modules.txt b/shellops/assets/ShellOps_fda7d707c2/gold/released/modules.txt new file mode 100644 index 0000000000000000000000000000000000000000..299197b38d8db85887c66da07ecc85791643684c --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/released/modules.txt @@ -0,0 +1,3 @@ +appui +forms +widgets diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/src/appui-legacy.py b/shellops/assets/ShellOps_fda7d707c2/gold/src/appui-legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..69f1deefab846e98124533436f1cc3de06915e9b --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/src/appui-legacy.py @@ -0,0 +1,3 @@ +# STATUS: deprecated +# Legacy UI module (do not include) +import oldlib diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/src/appui.py b/shellops/assets/ShellOps_fda7d707c2/gold/src/appui.py new file mode 100644 index 0000000000000000000000000000000000000000..40c3c2e8cec74b75dc3c9ae63f3f9a08a583a38d --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/src/appui.py @@ -0,0 +1,6 @@ +# STATUS: active +# Main application UI module +import sys + +def render(): + pass diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/src/charts.py b/shellops/assets/ShellOps_fda7d707c2/gold/src/charts.py new file mode 100644 index 0000000000000000000000000000000000000000..6afe915773fbb1efec850e5627509015d69d9ace --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/src/charts.py @@ -0,0 +1,4 @@ +# Charts module +# (no STATUS line present) +def draw(): + return None diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/src/forms.py b/shellops/assets/ShellOps_fda7d707c2/gold/src/forms.py new file mode 100644 index 0000000000000000000000000000000000000000..e214229c1257e3b637ce65259c76c7a7052b34d7 --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/src/forms.py @@ -0,0 +1,3 @@ +# STATUS: active +# Form handling +import json diff --git a/shellops/assets/ShellOps_fda7d707c2/gold/src/widgets.py b/shellops/assets/ShellOps_fda7d707c2/gold/src/widgets.py new file mode 100644 index 0000000000000000000000000000000000000000..6f110a961c8b3b48150bc8c992f4a31e35d01f65 --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/gold/src/widgets.py @@ -0,0 +1,3 @@ +# STATUS: active +# Widget toolkit +from . import core diff --git a/shellops/assets/ShellOps_fda7d707c2/init/manifest.txt b/shellops/assets/ShellOps_fda7d707c2/init/manifest.txt new file mode 100644 index 0000000000000000000000000000000000000000..da23c99587fb3a125e19b101d6c6c8dd55c78e58 --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/init/manifest.txt @@ -0,0 +1,8 @@ +# Active Modules Manifest for GUI v2.0 +# Each line is a module identifier without extension. +# LEGACY ENTRIES SHOULD BE EXCLUDED FROM FINAL RELEASE. +appui +widgets +charts +appui-legacy +forms diff --git a/shellops/assets/ShellOps_fda7d707c2/init/released/.keep b/shellops/assets/ShellOps_fda7d707c2/init/released/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_fda7d707c2/init/src/appui-legacy.py b/shellops/assets/ShellOps_fda7d707c2/init/src/appui-legacy.py new file mode 100644 index 0000000000000000000000000000000000000000..69f1deefab846e98124533436f1cc3de06915e9b --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/init/src/appui-legacy.py @@ -0,0 +1,3 @@ +# STATUS: deprecated +# Legacy UI module (do not include) +import oldlib diff --git a/shellops/assets/ShellOps_fda7d707c2/init/src/appui.py b/shellops/assets/ShellOps_fda7d707c2/init/src/appui.py new file mode 100644 index 0000000000000000000000000000000000000000..40c3c2e8cec74b75dc3c9ae63f3f9a08a583a38d --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/init/src/appui.py @@ -0,0 +1,6 @@ +# STATUS: active +# Main application UI module +import sys + +def render(): + pass diff --git a/shellops/assets/ShellOps_fda7d707c2/init/src/charts.py b/shellops/assets/ShellOps_fda7d707c2/init/src/charts.py new file mode 100644 index 0000000000000000000000000000000000000000..6afe915773fbb1efec850e5627509015d69d9ace --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/init/src/charts.py @@ -0,0 +1,4 @@ +# Charts module +# (no STATUS line present) +def draw(): + return None diff --git a/shellops/assets/ShellOps_fda7d707c2/init/src/forms.py b/shellops/assets/ShellOps_fda7d707c2/init/src/forms.py new file mode 100644 index 0000000000000000000000000000000000000000..e214229c1257e3b637ce65259c76c7a7052b34d7 --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/init/src/forms.py @@ -0,0 +1,3 @@ +# STATUS: active +# Form handling +import json diff --git a/shellops/assets/ShellOps_fda7d707c2/init/src/widgets.py b/shellops/assets/ShellOps_fda7d707c2/init/src/widgets.py new file mode 100644 index 0000000000000000000000000000000000000000..6f110a961c8b3b48150bc8c992f4a31e35d01f65 --- /dev/null +++ b/shellops/assets/ShellOps_fda7d707c2/init/src/widgets.py @@ -0,0 +1,3 @@ +# STATUS: active +# Widget toolkit +from . import core diff --git a/shellops/assets/ShellOps_fdab49a13e/gold/doc_validation.rs b/shellops/assets/ShellOps_fdab49a13e/gold/doc_validation.rs new file mode 100644 index 0000000000000000000000000000000000000000..7226142a3785204910c77fde7dd498871409eff4 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/gold/doc_validation.rs @@ -0,0 +1,4 @@ +Updated: examples/beta/client.rs +Updated: examples/beta/network.rs +Updated: examples/stable/server.rs +Updated: examples/stable/auth.rs diff --git a/shellops/assets/ShellOps_fdab49a13e/gold/examples/beta/client.rs b/shellops/assets/ShellOps_fdab49a13e/gold/examples/beta/client.rs new file mode 100644 index 0000000000000000000000000000000000000000..9fc3fb3d3021fdfeb9a495c6e1c07fe90023cdb6 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/gold/examples/beta/client.rs @@ -0,0 +1 @@ +fn main() { let current_config = fetch_data(); } \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/gold/examples/beta/network.rs b/shellops/assets/ShellOps_fdab49a13e/gold/examples/beta/network.rs new file mode 100644 index 0000000000000000000000000000000000000000..32704dd4b8bae83f651a376a2a84ba10c80ed8a6 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/gold/examples/beta/network.rs @@ -0,0 +1 @@ +connect(current_config); \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/gold/examples/stable/auth.rs b/shellops/assets/ShellOps_fdab49a13e/gold/examples/stable/auth.rs new file mode 100644 index 0000000000000000000000000000000000000000..c695c98d62b08cbb3131fb6c4bd2f4f7726ac471 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/gold/examples/stable/auth.rs @@ -0,0 +1 @@ +login(current_config); \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/gold/examples/stable/server.rs b/shellops/assets/ShellOps_fdab49a13e/gold/examples/stable/server.rs new file mode 100644 index 0000000000000000000000000000000000000000..b23d2a8890f0d268cc8b202550e5aeee321ef2e5 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/gold/examples/stable/server.rs @@ -0,0 +1 @@ +configure(current_config); \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/init/examples/beta/client.rs b/shellops/assets/ShellOps_fdab49a13e/init/examples/beta/client.rs new file mode 100644 index 0000000000000000000000000000000000000000..ee0375adf6f2ce5d5c41457f928fe98d076d4fe3 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/init/examples/beta/client.rs @@ -0,0 +1 @@ +fn main() { let legacy_param = fetch_data(); } \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/init/examples/beta/network.rs b/shellops/assets/ShellOps_fdab49a13e/init/examples/beta/network.rs new file mode 100644 index 0000000000000000000000000000000000000000..b289e153bd3c01bfcdeb59192d1a2ed9fa6faa64 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/init/examples/beta/network.rs @@ -0,0 +1 @@ +connect(legacy_param); \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/init/examples/stable/auth.rs b/shellops/assets/ShellOps_fdab49a13e/init/examples/stable/auth.rs new file mode 100644 index 0000000000000000000000000000000000000000..6c8b6a83b7f589a2dbae37bbbcc6974e698f243d --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/init/examples/stable/auth.rs @@ -0,0 +1 @@ +login(legacy_param); \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdab49a13e/init/examples/stable/server.rs b/shellops/assets/ShellOps_fdab49a13e/init/examples/stable/server.rs new file mode 100644 index 0000000000000000000000000000000000000000..95a32d49b869eb171365b8ae70605337bcbe1b80 --- /dev/null +++ b/shellops/assets/ShellOps_fdab49a13e/init/examples/stable/server.rs @@ -0,0 +1 @@ +configure(legacy_param); \ No newline at end of file diff --git a/shellops/assets/ShellOps_fdcf9946b8/gold/db/notes.md b/shellops/assets/ShellOps_fdcf9946b8/gold/db/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f080cba92a0a6eea61b31bbb4f41493a24b3ca56 --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/gold/db/notes.md @@ -0,0 +1,5 @@ +# Database configuration notes +- primary.rc defines access levels for each schema +- secondary.rc lists schemas that should be replicated +- we need to align naming conventions across both files +- schema names should be normalized for the upcoming migration diff --git a/shellops/assets/ShellOps_fdcf9946b8/gold/db/primary.rc b/shellops/assets/ShellOps_fdcf9946b8/gold/db/primary.rc new file mode 100644 index 0000000000000000000000000000000000000000..1f41e5ef8f4ed8a9e4df5f195bd91b099a3f43ed --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/gold/db/primary.rc @@ -0,0 +1,11 @@ +database: + connection: postgres://localhost:5432 + schemas: + schema.users.access=rw + schema.logs.access=r + schema.audit.access=rwx + schema.archive.access=r + # deprecated schema not used + schema.old_logs.access=r + # new addition + schema.events.access=rw diff --git a/shellops/assets/ShellOps_fdcf9946b8/gold/db/schemas_normalized.txt b/shellops/assets/ShellOps_fdcf9946b8/gold/db/schemas_normalized.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba7a88a9aad467b72aeb50f424c290926d18a286 --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/gold/db/schemas_normalized.txt @@ -0,0 +1,8 @@ +archive +audit +events +legacy +logs +old-logs +temporary +users diff --git a/shellops/assets/ShellOps_fdcf9946b8/gold/db/secondary.rc b/shellops/assets/ShellOps_fdcf9946b8/gold/db/secondary.rc new file mode 100644 index 0000000000000000000000000000000000000000..feea28e5d15a4221108244c10b23ebd6324f002f --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/gold/db/secondary.rc @@ -0,0 +1,9 @@ +# secondary configuration for replication +replication_host=192.168.1.10 +schemas_to_sync: + schema_users_permissions=readwrite + schema_archive_permissions=read + schema_events_permissions=read + schema_temporary_permissions=readwrite + # legacy schema not in primary + schema_legacy_permissions=readonly diff --git a/shellops/assets/ShellOps_fdcf9946b8/init/db/notes.md b/shellops/assets/ShellOps_fdcf9946b8/init/db/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..f080cba92a0a6eea61b31bbb4f41493a24b3ca56 --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/init/db/notes.md @@ -0,0 +1,5 @@ +# Database configuration notes +- primary.rc defines access levels for each schema +- secondary.rc lists schemas that should be replicated +- we need to align naming conventions across both files +- schema names should be normalized for the upcoming migration diff --git a/shellops/assets/ShellOps_fdcf9946b8/init/db/primary.rc b/shellops/assets/ShellOps_fdcf9946b8/init/db/primary.rc new file mode 100644 index 0000000000000000000000000000000000000000..1f41e5ef8f4ed8a9e4df5f195bd91b099a3f43ed --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/init/db/primary.rc @@ -0,0 +1,11 @@ +database: + connection: postgres://localhost:5432 + schemas: + schema.users.access=rw + schema.logs.access=r + schema.audit.access=rwx + schema.archive.access=r + # deprecated schema not used + schema.old_logs.access=r + # new addition + schema.events.access=rw diff --git a/shellops/assets/ShellOps_fdcf9946b8/init/db/secondary.rc b/shellops/assets/ShellOps_fdcf9946b8/init/db/secondary.rc new file mode 100644 index 0000000000000000000000000000000000000000..feea28e5d15a4221108244c10b23ebd6324f002f --- /dev/null +++ b/shellops/assets/ShellOps_fdcf9946b8/init/db/secondary.rc @@ -0,0 +1,9 @@ +# secondary configuration for replication +replication_host=192.168.1.10 +schemas_to_sync: + schema_users_permissions=readwrite + schema_archive_permissions=read + schema_events_permissions=read + schema_temporary_permissions=readwrite + # legacy schema not in primary + schema_legacy_permissions=readonly diff --git a/shellops/assets/ShellOps_fdefdf48ed/gold/active_sites.json b/shellops/assets/ShellOps_fdefdf48ed/gold/active_sites.json new file mode 100644 index 0000000000000000000000000000000000000000..aee30308edab3907770900e72fd08c33bcb3d80f --- /dev/null +++ b/shellops/assets/ShellOps_fdefdf48ed/gold/active_sites.json @@ -0,0 +1,10 @@ +[ + {"id": "alpha-01", "status": "eligible", "salvagePriority": 8}, + {"id": "alpha-02", "status": "inactive", "salvagePriority": 9}, + {"id": "betaTheta-3", "status": "eligible", "salvagePriority": 6}, + {"id": "gammaPrime", "status": "eligible", "salvagePriority": 7}, + {"id": "delta", "status": "eligible", "salvagePriority": 5}, + {"id": "epsilon-7", "status": "pending", "salvagePriority": 10}, + {"id": "zeta-00", "status": "eligible", "salvagePriority": 9}, + {"id": "eta_alpha", "status": "eligible"} +] diff --git a/shellops/assets/ShellOps_fdefdf48ed/gold/high_priority_eligible.txt b/shellops/assets/ShellOps_fdefdf48ed/gold/high_priority_eligible.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c743be22cda25926ca44f57287430d9a7b908bc --- /dev/null +++ b/shellops/assets/ShellOps_fdefdf48ed/gold/high_priority_eligible.txt @@ -0,0 +1,3 @@ +alpha-01 +gammaPrime +zeta-00 diff --git a/shellops/assets/ShellOps_fdefdf48ed/init/active_sites.json b/shellops/assets/ShellOps_fdefdf48ed/init/active_sites.json new file mode 100644 index 0000000000000000000000000000000000000000..aee30308edab3907770900e72fd08c33bcb3d80f --- /dev/null +++ b/shellops/assets/ShellOps_fdefdf48ed/init/active_sites.json @@ -0,0 +1,10 @@ +[ + {"id": "alpha-01", "status": "eligible", "salvagePriority": 8}, + {"id": "alpha-02", "status": "inactive", "salvagePriority": 9}, + {"id": "betaTheta-3", "status": "eligible", "salvagePriority": 6}, + {"id": "gammaPrime", "status": "eligible", "salvagePriority": 7}, + {"id": "delta", "status": "eligible", "salvagePriority": 5}, + {"id": "epsilon-7", "status": "pending", "salvagePriority": 10}, + {"id": "zeta-00", "status": "eligible", "salvagePriority": 9}, + {"id": "eta_alpha", "status": "eligible"} +] diff --git a/shellops/assets/ShellOps_fdff7d22a8/gold/audit/feature_audit.conf b/shellops/assets/ShellOps_fdff7d22a8/gold/audit/feature_audit.conf new file mode 100644 index 0000000000000000000000000000000000000000..80e11dccefaaacbda6a7cd6fbb60ab113e3607c6 --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/gold/audit/feature_audit.conf @@ -0,0 +1,5 @@ +enable_metrics:verified +enable_api_v2:pending +enable_telemetry:verified +enable_ui_alpha:deprecated +enable_legacy_auth:blocked diff --git a/shellops/assets/ShellOps_fdff7d22a8/gold/audit/notes.txt b/shellops/assets/ShellOps_fdff7d22a8/gold/audit/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..aecdbbf95eac0d6f157520e5c0bfbd7f80cdbe24 --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/gold/audit/notes.txt @@ -0,0 +1 @@ +Legacy notes file, not used in alignment. diff --git a/shellops/assets/ShellOps_fdff7d22a8/gold/feature_flags.conf b/shellops/assets/ShellOps_fdff7d22a8/gold/feature_flags.conf new file mode 100644 index 0000000000000000000000000000000000000000..c45e772295d5f064392e7b06caccc3beb225c62b --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/gold/feature_flags.conf @@ -0,0 +1,6 @@ +enable_metrics=true +enable_debug=false +enable_api_v2=true +enable_legacy_auth=false +enable_telemetry=true +disable_cache=false diff --git a/shellops/assets/ShellOps_fdff7d22a8/gold/reports/feature_alignment.csv b/shellops/assets/ShellOps_fdff7d22a8/gold/reports/feature_alignment.csv new file mode 100644 index 0000000000000000000000000000000000000000..8bc0f9aecc619853483cdee9540020763411e1fa --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/gold/reports/feature_alignment.csv @@ -0,0 +1,7 @@ +disable_cache,false,unavailable +enable_api_v2,true,pending +enable_debug,false,unavailable +enable_legacy_auth,false,blocked +enable_metrics,true,verified +enable_telemetry,true,verified +enable_ui_alpha,unavailable,deprecated diff --git a/shellops/assets/ShellOps_fdff7d22a8/init/audit/feature_audit.conf b/shellops/assets/ShellOps_fdff7d22a8/init/audit/feature_audit.conf new file mode 100644 index 0000000000000000000000000000000000000000..80e11dccefaaacbda6a7cd6fbb60ab113e3607c6 --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/init/audit/feature_audit.conf @@ -0,0 +1,5 @@ +enable_metrics:verified +enable_api_v2:pending +enable_telemetry:verified +enable_ui_alpha:deprecated +enable_legacy_auth:blocked diff --git a/shellops/assets/ShellOps_fdff7d22a8/init/audit/notes.txt b/shellops/assets/ShellOps_fdff7d22a8/init/audit/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..aecdbbf95eac0d6f157520e5c0bfbd7f80cdbe24 --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/init/audit/notes.txt @@ -0,0 +1 @@ +Legacy notes file, not used in alignment. diff --git a/shellops/assets/ShellOps_fdff7d22a8/init/feature_flags.conf b/shellops/assets/ShellOps_fdff7d22a8/init/feature_flags.conf new file mode 100644 index 0000000000000000000000000000000000000000..c45e772295d5f064392e7b06caccc3beb225c62b --- /dev/null +++ b/shellops/assets/ShellOps_fdff7d22a8/init/feature_flags.conf @@ -0,0 +1,6 @@ +enable_metrics=true +enable_debug=false +enable_api_v2=true +enable_legacy_auth=false +enable_telemetry=true +disable_cache=false diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/compliance_gaps.cnf b/shellops/assets/ShellOps_fe8ff5a97b/gold/compliance_gaps.cnf new file mode 100644 index 0000000000000000000000000000000000000000..d378601844cd9650b94bbc0ebf74677cb3914015 --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/gold/compliance_gaps.cnf @@ -0,0 +1,3 @@ +api_backend +legacy_app +old_gateway diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/.keep b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/api_backend.cnf b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/api_backend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..12ef2a930572ef7341a5bba984a025d603aab884 --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/api_backend.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.1 +max_protocol = TLSv1.2 +cipher_list = ECDHE-RSA-AES128-GCM-SHA256 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/legacy_app.cnf b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/legacy_app.cnf new file mode 100644 index 0000000000000000000000000000000000000000..4b09ecd069855331e560d81aa051becc5fee072f --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/legacy_app.cnf @@ -0,0 +1,2 @@ +min_protocol = TLSv1.2 +cipher_list = AES128-SHA diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/microservices.cnf b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/microservices.cnf new file mode 100644 index 0000000000000000000000000000000000000000..761fba75302ad2b803dd1755107cbe4048cd5e7f --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/microservices.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.2 +max_protocol = TLSv1.3 +cipher_list = ECDHE-ECDSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/old_gateway.cnf b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/old_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..945f2e569ff2cfcd99623e7a0b9cee55a6ca728b --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/old_gateway.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.0 +max_protocol = TLSv1.2 +cipher_list = AES256-SHA diff --git a/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/web_gateway.cnf b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/web_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..fa8ab43adca4c6c9fe3e6f0a37c9eb8d90b11cc3 --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/gold/ssl_profiles/web_gateway.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.2 +max_protocol = TLSv1.3 +cipher_list = ECDHE-RSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/.keep b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/api_backend.cnf b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/api_backend.cnf new file mode 100644 index 0000000000000000000000000000000000000000..12ef2a930572ef7341a5bba984a025d603aab884 --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/api_backend.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.1 +max_protocol = TLSv1.2 +cipher_list = ECDHE-RSA-AES128-GCM-SHA256 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/legacy_app.cnf b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/legacy_app.cnf new file mode 100644 index 0000000000000000000000000000000000000000..4b09ecd069855331e560d81aa051becc5fee072f --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/legacy_app.cnf @@ -0,0 +1,2 @@ +min_protocol = TLSv1.2 +cipher_list = AES128-SHA diff --git a/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/microservices.cnf b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/microservices.cnf new file mode 100644 index 0000000000000000000000000000000000000000..761fba75302ad2b803dd1755107cbe4048cd5e7f --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/microservices.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.2 +max_protocol = TLSv1.3 +cipher_list = ECDHE-ECDSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/old_gateway.cnf b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/old_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..945f2e569ff2cfcd99623e7a0b9cee55a6ca728b --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/old_gateway.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.0 +max_protocol = TLSv1.2 +cipher_list = AES256-SHA diff --git a/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/web_gateway.cnf b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/web_gateway.cnf new file mode 100644 index 0000000000000000000000000000000000000000..fa8ab43adca4c6c9fe3e6f0a37c9eb8d90b11cc3 --- /dev/null +++ b/shellops/assets/ShellOps_fe8ff5a97b/init/ssl_profiles/web_gateway.cnf @@ -0,0 +1,3 @@ +min_protocol = TLSv1.2 +max_protocol = TLSv1.3 +cipher_list = ECDHE-RSA-AES256-GCM-SHA384 diff --git a/shellops/assets/ShellOps_febdde247c/gold/central-payload.json b/shellops/assets/ShellOps_febdde247c/gold/central-payload.json new file mode 100644 index 0000000000000000000000000000000000000000..e9b5648e04ffff7568ccfa5cb60cd80a1dd837e6 --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/gold/central-payload.json @@ -0,0 +1 @@ +[{"role": "gateway", "instance_type": "t3.nano", "cores": 1}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "analytics", "instance_type": "r5.2xlarge", "cores": 8}, {"role": "web", "instance_type": "t3.small", "cores": 2}, {"role": "analytics", "instance_type": "r5.2xlarge", "cores": 8}, {"role": "analytics", "instance_type": "r5.large", "cores": 2}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/gold/east-payload.json b/shellops/assets/ShellOps_febdde247c/gold/east-payload.json new file mode 100644 index 0000000000000000000000000000000000000000..df817975bfaf5ec9eb3c446f489c583088d5465a --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/gold/east-payload.json @@ -0,0 +1 @@ +[{"role": "web", "instance_type": "t3.small", "cores": 2}, {"role": "cache", "instance_type": "t3.micro", "cores": 1}, {"role": "db", "instance_type": "m5.large", "cores": 2}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "web", "instance_type": "t3.small", "cores": 2}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/gold/notes.txt b/shellops/assets/ShellOps_febdde247c/gold/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b9a02088777d29d9c28a80ac12b1d26d8497527 --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/gold/notes.txt @@ -0,0 +1 @@ +Ignore any VMs with role 'legacy' (none present in these payloads). The manifest also contains a separate inventory list that is not relevant for this ranking. \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/gold/ranked-instance-types.txt b/shellops/assets/ShellOps_febdde247c/gold/ranked-instance-types.txt new file mode 100644 index 0000000000000000000000000000000000000000..c432583eadd8ed808a19797a90bffb5c774d3ee2 --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/gold/ranked-instance-types.txt @@ -0,0 +1,7 @@ +c5.xlarge 16 +r5.2xlarge 16 +t3.small 8 +m5.large 4 +r5.large 2 +t3.nano 2 +t3.micro 1 diff --git a/shellops/assets/ShellOps_febdde247c/gold/west-payload.json b/shellops/assets/ShellOps_febdde247c/gold/west-payload.json new file mode 100644 index 0000000000000000000000000000000000000000..a4ac29078d02a4a85b6c4b0934ae254351a3192a --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/gold/west-payload.json @@ -0,0 +1 @@ +[{"role": "monitor", "instance_type": "t3.nano", "cores": 1}, {"role": "db", "instance_type": "m5.large", "cores": 2}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "api", "instance_type": "t3.small", "cores": 2}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/init/central-payload.json b/shellops/assets/ShellOps_febdde247c/init/central-payload.json new file mode 100644 index 0000000000000000000000000000000000000000..e9b5648e04ffff7568ccfa5cb60cd80a1dd837e6 --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/init/central-payload.json @@ -0,0 +1 @@ +[{"role": "gateway", "instance_type": "t3.nano", "cores": 1}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "analytics", "instance_type": "r5.2xlarge", "cores": 8}, {"role": "web", "instance_type": "t3.small", "cores": 2}, {"role": "analytics", "instance_type": "r5.2xlarge", "cores": 8}, {"role": "analytics", "instance_type": "r5.large", "cores": 2}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/init/east-payload.json b/shellops/assets/ShellOps_febdde247c/init/east-payload.json new file mode 100644 index 0000000000000000000000000000000000000000..df817975bfaf5ec9eb3c446f489c583088d5465a --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/init/east-payload.json @@ -0,0 +1 @@ +[{"role": "web", "instance_type": "t3.small", "cores": 2}, {"role": "cache", "instance_type": "t3.micro", "cores": 1}, {"role": "db", "instance_type": "m5.large", "cores": 2}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "web", "instance_type": "t3.small", "cores": 2}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/init/notes.txt b/shellops/assets/ShellOps_febdde247c/init/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b9a02088777d29d9c28a80ac12b1d26d8497527 --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/init/notes.txt @@ -0,0 +1 @@ +Ignore any VMs with role 'legacy' (none present in these payloads). The manifest also contains a separate inventory list that is not relevant for this ranking. \ No newline at end of file diff --git a/shellops/assets/ShellOps_febdde247c/init/west-payload.json b/shellops/assets/ShellOps_febdde247c/init/west-payload.json new file mode 100644 index 0000000000000000000000000000000000000000..a4ac29078d02a4a85b6c4b0934ae254351a3192a --- /dev/null +++ b/shellops/assets/ShellOps_febdde247c/init/west-payload.json @@ -0,0 +1 @@ +[{"role": "monitor", "instance_type": "t3.nano", "cores": 1}, {"role": "db", "instance_type": "m5.large", "cores": 2}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "worker", "instance_type": "c5.xlarge", "cores": 4}, {"role": "api", "instance_type": "t3.small", "cores": 2}] \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff1d04fec2/gold/active_contracts.psv b/shellops/assets/ShellOps_ff1d04fec2/gold/active_contracts.psv new file mode 100644 index 0000000000000000000000000000000000000000..436230169bd31c7da5de506c3d99a3bff9b5e18c --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/gold/active_contracts.psv @@ -0,0 +1,7 @@ +Supplier|ContractID|Status|Region +Acme Corp|C‑2024‑001|Active|EMEA +Beta Ltd|C‑2024‑002|Draft|APAC +Delta Inc|C‑2024‑004|Signed|AMER +Epsilon GmbH|C‑2024‑005|Draft|APAC +Zeta SA|C‑2024‑006|Active|APAC +Iota Partners|C‑2024‑008|Signed|EMEA diff --git a/shellops/assets/ShellOps_ff1d04fec2/gold/contracts.psv b/shellops/assets/ShellOps_ff1d04fec2/gold/contracts.psv new file mode 100644 index 0000000000000000000000000000000000000000..53b6a6d3f3c035b9b26fa4b10a3c11e1829952f2 --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/gold/contracts.psv @@ -0,0 +1,9 @@ +Supplier|ContractID|Status|Region +Acme Corp|C‑2024‑001|Active|EMEA +Beta Ltd|C‑2024‑002|Draft|APAC +Gamma LLC|C‑2024‑003|Draft|EMEA +Delta Inc|C‑2024‑004|Signed|AMER +Epsilon GmbH|C‑2024‑005|Draft|APAC +Zeta SA|C‑2024‑006|Active|APAC +Theta Co|C‑2024‑007|Draft|AMER +Iota Partners|C‑2024‑008|Signed|EMEA \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff1d04fec2/gold/exclude_draft.md b/shellops/assets/ShellOps_ff1d04fec2/gold/exclude_draft.md new file mode 100644 index 0000000000000000000000000000000000000000..3970ee1643a4b097d5f2096f972dfae489304921 --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/gold/exclude_draft.md @@ -0,0 +1,2 @@ +# Policy memo 2024‑03‑15 +Contracts with Status "Draft" are excluded from active reporting, except for the APAC region where they remain under review and should be kept. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff1d04fec2/gold/unrelated_log.txt b/shellops/assets/ShellOps_ff1d04fec2/gold/unrelated_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e5a874de6833de1aad61a33ff64a677f700364c --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/gold/unrelated_log.txt @@ -0,0 +1,4 @@ +2024‑05‑10 14:22:33 INFO: Backup job started. +2024‑05‑10 14:23:05 INFO: Contracts module loaded. +2024‑05‑10 14:24:11 WARN: Unused supplier table ignored. +2024‑05‑10 14:25:00 INFO: Job completed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff1d04fec2/init/contracts.psv b/shellops/assets/ShellOps_ff1d04fec2/init/contracts.psv new file mode 100644 index 0000000000000000000000000000000000000000..53b6a6d3f3c035b9b26fa4b10a3c11e1829952f2 --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/init/contracts.psv @@ -0,0 +1,9 @@ +Supplier|ContractID|Status|Region +Acme Corp|C‑2024‑001|Active|EMEA +Beta Ltd|C‑2024‑002|Draft|APAC +Gamma LLC|C‑2024‑003|Draft|EMEA +Delta Inc|C‑2024‑004|Signed|AMER +Epsilon GmbH|C‑2024‑005|Draft|APAC +Zeta SA|C‑2024‑006|Active|APAC +Theta Co|C‑2024‑007|Draft|AMER +Iota Partners|C‑2024‑008|Signed|EMEA \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff1d04fec2/init/exclude_draft.md b/shellops/assets/ShellOps_ff1d04fec2/init/exclude_draft.md new file mode 100644 index 0000000000000000000000000000000000000000..3970ee1643a4b097d5f2096f972dfae489304921 --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/init/exclude_draft.md @@ -0,0 +1,2 @@ +# Policy memo 2024‑03‑15 +Contracts with Status "Draft" are excluded from active reporting, except for the APAC region where they remain under review and should be kept. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff1d04fec2/init/unrelated_log.txt b/shellops/assets/ShellOps_ff1d04fec2/init/unrelated_log.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e5a874de6833de1aad61a33ff64a677f700364c --- /dev/null +++ b/shellops/assets/ShellOps_ff1d04fec2/init/unrelated_log.txt @@ -0,0 +1,4 @@ +2024‑05‑10 14:22:33 INFO: Backup job started. +2024‑05‑10 14:23:05 INFO: Contracts module loaded. +2024‑05‑10 14:24:11 WARN: Unused supplier table ignored. +2024‑05‑10 14:25:00 INFO: Job completed. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff265090f8/gold/function_updates.md b/shellops/assets/ShellOps_ff265090f8/gold/function_updates.md new file mode 100644 index 0000000000000000000000000000000000000000..a35e5cbb7cd57cb40ad857f7e6b4c22c7e75b38d --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/gold/function_updates.md @@ -0,0 +1,2 @@ +format_data -> transform_data +analyze_results -> evaluate_results diff --git a/shellops/assets/ShellOps_ff265090f8/gold/src/README.md b/shellops/assets/ShellOps_ff265090f8/gold/src/README.md new file mode 100644 index 0000000000000000000000000000000000000000..82edc3ad5e319ff73389797a8bf9d338c7220d9c --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/gold/src/README.md @@ -0,0 +1 @@ +This module provides `transform_data` and `evaluate_results` functions for data processing. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff265090f8/gold/src/tests/test_utils.py b/shellops/assets/ShellOps_ff265090f8/gold/src/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..c9995a6221daf49168618e1ee9925a0fc98d80e4 --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/gold/src/tests/test_utils.py @@ -0,0 +1,5 @@ +def test_transform_data(): + assert transform_data([1, 2, 3]) == [1, 2, 3] + +def test_evaluate_results(): + assert evaluate_results([1, 2, 3]) == 6 diff --git a/shellops/assets/ShellOps_ff265090f8/gold/src/utils.py b/shellops/assets/ShellOps_ff265090f8/gold/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..140740488298836ea94aefdd63114e509db7bb54 --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/gold/src/utils.py @@ -0,0 +1,5 @@ +def transform_data(input): + return process(input) + +def evaluate_results(data): + return summarize(data) diff --git a/shellops/assets/ShellOps_ff265090f8/init/src/README.md b/shellops/assets/ShellOps_ff265090f8/init/src/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cc6ceb857a1e0ee624309477e737a6dacf39c7d9 --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/init/src/README.md @@ -0,0 +1 @@ +This module provides `format_data` and `analyze_results` functions for data processing. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff265090f8/init/src/tests/test_utils.py b/shellops/assets/ShellOps_ff265090f8/init/src/tests/test_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f7bdbee06d7cd2765fada99ffce7b208ba13d341 --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/init/src/tests/test_utils.py @@ -0,0 +1,5 @@ +def test_format_data(): + assert format_data([1, 2, 3]) == [1, 2, 3] + +def test_analyze_results(): + assert analyze_results([1, 2, 3]) == 6 diff --git a/shellops/assets/ShellOps_ff265090f8/init/src/utils.py b/shellops/assets/ShellOps_ff265090f8/init/src/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..d96833dde577831b469b082b11544292b030d0be --- /dev/null +++ b/shellops/assets/ShellOps_ff265090f8/init/src/utils.py @@ -0,0 +1,5 @@ +def format_data(input): + return process(input) + +def analyze_results(data): + return summarize(data) diff --git a/shellops/assets/ShellOps_ff56d8d816/gold/coverage_audit.tsv b/shellops/assets/ShellOps_ff56d8d816/gold/coverage_audit.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c7adafa99d1b62950259b522778e80443757f176 --- /dev/null +++ b/shellops/assets/ShellOps_ff56d8d816/gold/coverage_audit.tsv @@ -0,0 +1,2 @@ +103 UNVERIFIED +107 UNVERIFIED diff --git a/shellops/assets/ShellOps_ff56d8d816/gold/debug.log b/shellops/assets/ShellOps_ff56d8d816/gold/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..90b6a61fd4cedda0459b117d5c4c479aaa977728 --- /dev/null +++ b/shellops/assets/ShellOps_ff56d8d816/gold/debug.log @@ -0,0 +1,3 @@ +2024-05-15 12:03:22 [INFO] Executing SCENARIO_101: Passed +2024-05-15 12:05:45 [ERROR] SCENARIO_105: Failed checksum +2024-05-15 12:07:11 [WARN] SCENARIO_108: Missing input \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff56d8d816/gold/qa/test_cases.tsv b/shellops/assets/ShellOps_ff56d8d816/gold/qa/test_cases.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e6f5c1603668573b2544150149e4e7c24adb523c --- /dev/null +++ b/shellops/assets/ShellOps_ff56d8d816/gold/qa/test_cases.tsv @@ -0,0 +1,5 @@ +SCENARIO_ID DESCRIPTION +101 Login validation +103 Session timeout +105 Data encryption +107 CSRF check \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff56d8d816/init/debug.log b/shellops/assets/ShellOps_ff56d8d816/init/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..90b6a61fd4cedda0459b117d5c4c479aaa977728 --- /dev/null +++ b/shellops/assets/ShellOps_ff56d8d816/init/debug.log @@ -0,0 +1,3 @@ +2024-05-15 12:03:22 [INFO] Executing SCENARIO_101: Passed +2024-05-15 12:05:45 [ERROR] SCENARIO_105: Failed checksum +2024-05-15 12:07:11 [WARN] SCENARIO_108: Missing input \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff56d8d816/init/qa/test_cases.tsv b/shellops/assets/ShellOps_ff56d8d816/init/qa/test_cases.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e6f5c1603668573b2544150149e4e7c24adb523c --- /dev/null +++ b/shellops/assets/ShellOps_ff56d8d816/init/qa/test_cases.tsv @@ -0,0 +1,5 @@ +SCENARIO_ID DESCRIPTION +101 Login validation +103 Session timeout +105 Data encryption +107 CSRF check \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff9b6ba840/gold/baseline_devices.txt b/shellops/assets/ShellOps_ff9b6ba840/gold/baseline_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..166a9d2e1f8460133e9c7295da4d467f1c221a2d --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/gold/baseline_devices.txt @@ -0,0 +1,8 @@ +dev_alpha +# dev_beta is deprecated +dev_gamma +dev_delta +# dev_epsilon is active but excluded +dev_zeta +dev_eta +# end of baseline diff --git a/shellops/assets/ShellOps_ff9b6ba840/gold/missing_devices.txt b/shellops/assets/ShellOps_ff9b6ba840/gold/missing_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad42f99e2d60e3a0677436184beb343977c63d93 --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/gold/missing_devices.txt @@ -0,0 +1 @@ +dev_eta diff --git a/shellops/assets/ShellOps_ff9b6ba840/gold/notes.md b/shellops/assets/ShellOps_ff9b6ba840/gold/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..52860a4eaac594f2db88509c786c2ea10d279ae9 --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/gold/notes.md @@ -0,0 +1,5 @@ +# Device Inventory Notes + +- Baseline whitelist is manually maintained and may contain comments. +- Runtime catalog is automatically generated from active devices. +- Missing devices should be investigated and reconciled. diff --git a/shellops/assets/ShellOps_ff9b6ba840/gold/runtime_catalog.xml b/shellops/assets/ShellOps_ff9b6ba840/gold/runtime_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..16ad628ae4d4a8d39981d23d61a1268e9f3ff99d --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/gold/runtime_catalog.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_ff9b6ba840/init/baseline_devices.txt b/shellops/assets/ShellOps_ff9b6ba840/init/baseline_devices.txt new file mode 100644 index 0000000000000000000000000000000000000000..166a9d2e1f8460133e9c7295da4d467f1c221a2d --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/init/baseline_devices.txt @@ -0,0 +1,8 @@ +dev_alpha +# dev_beta is deprecated +dev_gamma +dev_delta +# dev_epsilon is active but excluded +dev_zeta +dev_eta +# end of baseline diff --git a/shellops/assets/ShellOps_ff9b6ba840/init/notes.md b/shellops/assets/ShellOps_ff9b6ba840/init/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..52860a4eaac594f2db88509c786c2ea10d279ae9 --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/init/notes.md @@ -0,0 +1,5 @@ +# Device Inventory Notes + +- Baseline whitelist is manually maintained and may contain comments. +- Runtime catalog is automatically generated from active devices. +- Missing devices should be investigated and reconciled. diff --git a/shellops/assets/ShellOps_ff9b6ba840/init/runtime_catalog.xml b/shellops/assets/ShellOps_ff9b6ba840/init/runtime_catalog.xml new file mode 100644 index 0000000000000000000000000000000000000000..16ad628ae4d4a8d39981d23d61a1268e9f3ff99d --- /dev/null +++ b/shellops/assets/ShellOps_ff9b6ba840/init/runtime_catalog.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/shellops/assets/ShellOps_ff9e24f9f3/gold/cancelled_shows.md b/shellops/assets/ShellOps_ff9e24f9f3/gold/cancelled_shows.md new file mode 100644 index 0000000000000000000000000000000000000000..08c0a9e4e8eb82eb6783e7bb9589de83c44be69f --- /dev/null +++ b/shellops/assets/ShellOps_ff9e24f9f3/gold/cancelled_shows.md @@ -0,0 +1,3 @@ +## Cancellations +- 2024-03-16: Venue issues +- 2024-03-18: Lead singer illness \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff9e24f9f3/gold/stats/shows.psv b/shellops/assets/ShellOps_ff9e24f9f3/gold/stats/shows.psv new file mode 100644 index 0000000000000000000000000000000000000000..a186a09721dfdf1a820e8272ca466fbe37e406df --- /dev/null +++ b/shellops/assets/ShellOps_ff9e24f9f3/gold/stats/shows.psv @@ -0,0 +1,4 @@ +2024-03-15|Rock Festival|5000 +2024-03-16|Jazz Night|Cancelled +2024-03-17|Classical Concert|3200 +2024-03-18|Metal Show|Rescheduled \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff9e24f9f3/init/cancelled_shows.md b/shellops/assets/ShellOps_ff9e24f9f3/init/cancelled_shows.md new file mode 100644 index 0000000000000000000000000000000000000000..08c0a9e4e8eb82eb6783e7bb9589de83c44be69f --- /dev/null +++ b/shellops/assets/ShellOps_ff9e24f9f3/init/cancelled_shows.md @@ -0,0 +1,3 @@ +## Cancellations +- 2024-03-16: Venue issues +- 2024-03-18: Lead singer illness \ No newline at end of file diff --git a/shellops/assets/ShellOps_ff9e24f9f3/init/stats/shows.psv b/shellops/assets/ShellOps_ff9e24f9f3/init/stats/shows.psv new file mode 100644 index 0000000000000000000000000000000000000000..a186a09721dfdf1a820e8272ca466fbe37e406df --- /dev/null +++ b/shellops/assets/ShellOps_ff9e24f9f3/init/stats/shows.psv @@ -0,0 +1,4 @@ +2024-03-15|Rock Festival|5000 +2024-03-16|Jazz Night|Cancelled +2024-03-17|Classical Concert|3200 +2024-03-18|Metal Show|Rescheduled \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa2773ca8/gold/active_funding_summary.tsv b/shellops/assets/ShellOps_ffa2773ca8/gold/active_funding_summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..121c814a104c35e0fc14afbfa39e0f8b76581fdb --- /dev/null +++ b/shellops/assets/ShellOps_ffa2773ca8/gold/active_funding_summary.tsv @@ -0,0 +1,5 @@ +Green_Energy_Initiative 310000 +Environmental_Grant 175000 +Transportation_Budget 115000 +Recreation_Fund 95000 +Community_Development 70000 diff --git a/shellops/assets/ShellOps_ffa2773ca8/gold/infrastructure_ledger.csv b/shellops/assets/ShellOps_ffa2773ca8/gold/infrastructure_ledger.csv new file mode 100644 index 0000000000000000000000000000000000000000..6568826a38a3696e461ae99deb51908f8b0c8f7e --- /dev/null +++ b/shellops/assets/ShellOps_ffa2773ca8/gold/infrastructure_ledger.csv @@ -0,0 +1,11 @@ +project_name,budget_allocation,funding_source,status +Solar_Power_Installation,250000,Green_Energy_Initiative,Active +Pedestrian_Bridge_Repair,85000,Transportation_Budget,Active +Community_Center_Upgrade,120000,Municipal_Budget,Completed +Stormwater_Drainage_Project,175000,Environmental_Grant,Active +Public_Park_Revitalization,95000,Recreation_Fund,Active +Library_Roof_Replacement,45000,Municipal_Budget,Completed +Urban_Tree_Planting,60000,Green_Energy_Initiative,Active +Bus_Shelter_Improvements,30000,Transportation_Budget,Active +Senior_Center_Renovation,70000,Community_Development,Active +School_Playground_Safety,50000,Recreation_Fund,Completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa2773ca8/init/infrastructure_ledger.csv b/shellops/assets/ShellOps_ffa2773ca8/init/infrastructure_ledger.csv new file mode 100644 index 0000000000000000000000000000000000000000..6568826a38a3696e461ae99deb51908f8b0c8f7e --- /dev/null +++ b/shellops/assets/ShellOps_ffa2773ca8/init/infrastructure_ledger.csv @@ -0,0 +1,11 @@ +project_name,budget_allocation,funding_source,status +Solar_Power_Installation,250000,Green_Energy_Initiative,Active +Pedestrian_Bridge_Repair,85000,Transportation_Budget,Active +Community_Center_Upgrade,120000,Municipal_Budget,Completed +Stormwater_Drainage_Project,175000,Environmental_Grant,Active +Public_Park_Revitalization,95000,Recreation_Fund,Active +Library_Roof_Replacement,45000,Municipal_Budget,Completed +Urban_Tree_Planting,60000,Green_Energy_Initiative,Active +Bus_Shelter_Improvements,30000,Transportation_Budget,Active +Senior_Center_Renovation,70000,Community_Development,Active +School_Playground_Safety,50000,Recreation_Fund,Completed \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/gold/active_experiments.txt b/shellops/assets/ShellOps_ffa5ca19ec/gold/active_experiments.txt new file mode 100644 index 0000000000000000000000000000000000000000..0258fe2ec16ec4871ebb7cd96cdedf3f21ebd036 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/gold/active_experiments.txt @@ -0,0 +1,2 @@ +EXP-1003 +EXP-2001 diff --git a/shellops/assets/ShellOps_ffa5ca19ec/gold/suppression_registry.json b/shellops/assets/ShellOps_ffa5ca19ec/gold/suppression_registry.json new file mode 100644 index 0000000000000000000000000000000000000000..392cde2338cda48c023c34baaaad4d9ba94730ad --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/gold/suppression_registry.json @@ -0,0 +1,4 @@ +[ + {"experiment_id": "EXP-1001", "reason": "quarantined"}, + {"experiment_id": "EXP-2003", "reason": "deprecated"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/exp_alpha.json b/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/exp_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..737134888122fdb0c5139ce13e17fbf9d80d14f6 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/exp_alpha.json @@ -0,0 +1,3 @@ +{"experiment_id": "EXP-1001", "status": "active", "start_time": "2024-05-01T10:00:00Z"} +{"experiment_id": "EXP-1002", "status": "completed", "start_time": "2024-05-02T11:00:00Z"} +{"experiment_id": "EXP-1003", "status": "active", "start_time": "2024-05-03T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/exp_beta.json b/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/exp_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..324770821cd1eaf4cb1da1cab074750d5bb908c0 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/exp_beta.json @@ -0,0 +1,3 @@ +{"experiment_id": "EXP-2001", "status": "active", "start_time": "2024-05-04T13:00:00Z"} +{"experiment_id": "EXP-2002", "status": "paused", "start_time": "2024-05-05T14:00:00Z"} +{"experiment_id": "EXP-2003", "status": "active", "start_time": "2024-05-06T15:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/notes.txt b/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..821c530068d5d6dea32443fd55ff4a28e0b46947 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/gold/telemetry/notes.txt @@ -0,0 +1 @@ +Additional context: experiments EXP-1001 and EXP-2003 are suppressed due to policy violations. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/init/suppression_registry.json b/shellops/assets/ShellOps_ffa5ca19ec/init/suppression_registry.json new file mode 100644 index 0000000000000000000000000000000000000000..392cde2338cda48c023c34baaaad4d9ba94730ad --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/init/suppression_registry.json @@ -0,0 +1,4 @@ +[ + {"experiment_id": "EXP-1001", "reason": "quarantined"}, + {"experiment_id": "EXP-2003", "reason": "deprecated"} +] \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/exp_alpha.json b/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/exp_alpha.json new file mode 100644 index 0000000000000000000000000000000000000000..737134888122fdb0c5139ce13e17fbf9d80d14f6 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/exp_alpha.json @@ -0,0 +1,3 @@ +{"experiment_id": "EXP-1001", "status": "active", "start_time": "2024-05-01T10:00:00Z"} +{"experiment_id": "EXP-1002", "status": "completed", "start_time": "2024-05-02T11:00:00Z"} +{"experiment_id": "EXP-1003", "status": "active", "start_time": "2024-05-03T12:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/exp_beta.json b/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/exp_beta.json new file mode 100644 index 0000000000000000000000000000000000000000..324770821cd1eaf4cb1da1cab074750d5bb908c0 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/exp_beta.json @@ -0,0 +1,3 @@ +{"experiment_id": "EXP-2001", "status": "active", "start_time": "2024-05-04T13:00:00Z"} +{"experiment_id": "EXP-2002", "status": "paused", "start_time": "2024-05-05T14:00:00Z"} +{"experiment_id": "EXP-2003", "status": "active", "start_time": "2024-05-06T15:00:00Z"} \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/notes.txt b/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..821c530068d5d6dea32443fd55ff4a28e0b46947 --- /dev/null +++ b/shellops/assets/ShellOps_ffa5ca19ec/init/telemetry/notes.txt @@ -0,0 +1 @@ +Additional context: experiments EXP-1001 and EXP-2003 are suppressed due to policy violations. \ No newline at end of file diff --git a/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/.keep b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_a.cfg b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..671df67c4d750fa61bec58e9bc81f88071437d58 --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_a.cfg @@ -0,0 +1,2 @@ +port=8080 +port=8443 diff --git a/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_b.cfg b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..37f0059470ed20024b37f2e63902aa82620bb8cb --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_b.cfg @@ -0,0 +1,2 @@ +port=22 +port=8080 diff --git a/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_c.cfg b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..75da1a4a66d033c0ad246926249031b2915d281e --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/gold/net_configs/router_c.cfg @@ -0,0 +1,2 @@ +port=443 +port=8443 diff --git a/shellops/assets/ShellOps_ffac54f64c/gold/ports_merged.cfg b/shellops/assets/ShellOps_ffac54f64c/gold/ports_merged.cfg new file mode 100644 index 0000000000000000000000000000000000000000..9f8cf49c9269a79f94550442b68f6ecaf34d1456 --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/gold/ports_merged.cfg @@ -0,0 +1,4 @@ +port=22 +port=443 +port=8080 +port=8443 diff --git a/shellops/assets/ShellOps_ffac54f64c/init/net_configs/.keep b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_a.cfg b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_a.cfg new file mode 100644 index 0000000000000000000000000000000000000000..671df67c4d750fa61bec58e9bc81f88071437d58 --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_a.cfg @@ -0,0 +1,2 @@ +port=8080 +port=8443 diff --git a/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_b.cfg b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_b.cfg new file mode 100644 index 0000000000000000000000000000000000000000..37f0059470ed20024b37f2e63902aa82620bb8cb --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_b.cfg @@ -0,0 +1,2 @@ +port=22 +port=8080 diff --git a/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_c.cfg b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_c.cfg new file mode 100644 index 0000000000000000000000000000000000000000..75da1a4a66d033c0ad246926249031b2915d281e --- /dev/null +++ b/shellops/assets/ShellOps_ffac54f64c/init/net_configs/router_c.cfg @@ -0,0 +1,2 @@ +port=443 +port=8443 diff --git a/shellops/test.parquet b/shellops/test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d610d3f290b587aab539f0aef95139aaedc2553 --- /dev/null +++ b/shellops/test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b829069045540b1c6f74ca0fc219017d95a19e275891b93b814af089fb35753 +size 392139 diff --git a/shellops/train.parquet b/shellops/train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1823f8c6b43ea8c452f5a233d5a0e1537ec9f1b --- /dev/null +++ b/shellops/train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b36d33e70aa4572a09553ed8488deb59e85576490f5fb0c5c566bfe74ea97d +size 469107 diff --git a/shellops/train_src.parquet b/shellops/train_src.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4e1a6a12be67cf9950e283d02804852a302ffb2 --- /dev/null +++ b/shellops/train_src.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f114faa2c59cb0a39840080d1a0686d435ff7f4e20e332c72ea902a619d9aedf +size 1477650 diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ar/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ar/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..8c946d24d093b31e5d523e7a330f78e0c2788f28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ar/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [ar]" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "Sign up today [ar]" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [ar]" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [ar]" + +msgid "refund_policy" +msgstr "30 day refund policy [ar]" + +msgid "contact_us" +msgstr "Contact us [ar]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ar/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ar/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab014841ce4f36d06e426dca8220f1b1b7ef6352 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ar/missing.txt @@ -0,0 +1,4 @@ +cancel_button +goodbye_footer +help_link +save_button diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/de/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/de/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..d715f4a048d362736fa19587d39f427448c42daa --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/de/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [de]" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "Get help [de]" + +msgid "privacy_notice" +msgstr "Your privacy matters [de]" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [de]" + +msgid "refund_policy" +msgstr "30 day refund policy [de]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/de/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/de/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c9a76b955af50081a3c94b182c838bca0741f4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/de/missing.txt @@ -0,0 +1,5 @@ +contact_us +goodbye_footer +save_button +signup_cta +welcome_header diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/en/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/en/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..318660085499e22b3d457b7cb51fd5c9673c6c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/en/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [en]" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "30 day refund policy [en]" + +msgid "contact_us" +msgstr "Contact us [en]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/en/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/en/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c7acb4a471277b674f3a7384e9885a7234f909d --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/en/missing.txt @@ -0,0 +1,7 @@ +cancel_button +goodbye_footer +help_link +privacy_notice +save_button +signup_cta +terms_notice diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/es/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/es/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..e9d1b980d85b3165216fd5e623f4aa70c2d29326 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/es/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "Sign up today [es]" + +msgid "help_link" +msgstr "Get help [es]" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [es]" + +msgid "refund_policy" +msgstr "30 day refund policy [es]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/es/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/es/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca3ef042d70faed50c06c969bcb851d65917b0b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/es/missing.txt @@ -0,0 +1,6 @@ +cancel_button +contact_us +goodbye_footer +privacy_notice +save_button +welcome_header diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/fr/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/fr/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..0fe806608553b377d50a8370827e9a084a1a46c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/fr/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [fr]" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "Goodbye [fr]" + +msgid "signup_cta" +msgstr "Sign up today [fr]" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [fr]" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "30 day refund policy [fr]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/fr/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/fr/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f9e7e96904f8b5b6809ac9d86da94f93f8f4d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/fr/missing.txt @@ -0,0 +1,5 @@ +contact_us +help_link +save_button +terms_notice +welcome_header diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/it/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/it/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..63d2e7cbf45623585577a4f875d0fda1ae121fd5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/it/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [it]" + +msgid "goodbye_footer" +msgstr "Goodbye [it]" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [it]" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [it]" + +msgid "refund_policy" +msgstr "" + +msgid "contact_us" +msgstr "Contact us [it]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/it/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/it/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc77dae456850eaaec34baabc4030cea83ae8c64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/it/missing.txt @@ -0,0 +1,5 @@ +cancel_button +help_link +refund_policy +save_button +signup_cta diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ja/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ja/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..87d1445c35d8adc48ef88bc5c73507ced8dd0dc4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ja/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [ja]" + +msgid "welcome_header" +msgstr "Welcome [ja]" + +msgid "goodbye_footer" +msgstr "Goodbye [ja]" + +msgid "signup_cta" +msgstr "Sign up today [ja]" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [ja]" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "" + +msgid "contact_us" +msgstr "Contact us [ja]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ja/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ja/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3ec6387cacf93c41516162642ff10f00fb1a930 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ja/missing.txt @@ -0,0 +1,4 @@ +help_link +refund_policy +save_button +terms_notice diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ko/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ko/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..75140b9a647d6da4c935ec56813b3463e19a63d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ko/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [ko]" + +msgid "goodbye_footer" +msgstr "Goodbye [ko]" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [ko]" + +msgid "refund_policy" +msgstr "" + +msgid "contact_us" +msgstr "Contact us [ko]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ko/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ko/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3206fc59fc45883121c816b6f90e23369ef6803 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/ko/missing.txt @@ -0,0 +1,6 @@ +cancel_button +help_link +privacy_notice +refund_policy +save_button +signup_cta diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/pt/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/pt/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..55a5d8a53220e346564961c896f3b4528c17a22e --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/pt/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [pt]" + +msgid "welcome_header" +msgstr "Welcome [pt]" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [pt]" + +msgid "refund_policy" +msgstr "30 day refund policy [pt]" + +msgid "contact_us" +msgstr "Contact us [pt]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/pt/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/pt/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..fceda29f8e9f8148374b2c1f167d631ce19792be --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/pt/missing.txt @@ -0,0 +1,5 @@ +goodbye_footer +help_link +privacy_notice +save_button +signup_cta diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/zh/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/zh/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..51f6312ea8acaa9f66ecdb5858143d1a634a79db --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/zh/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "Goodbye [zh]" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "Get help [zh]" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "30 day refund policy [zh]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/zh/missing.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/zh/missing.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4259b16f558da98dd19da5bddd29df10c3bf938 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/locales/zh/missing.txt @@ -0,0 +1,7 @@ +cancel_button +contact_us +privacy_notice +save_button +signup_cta +terms_notice +welcome_header diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ar/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ar/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..8c946d24d093b31e5d523e7a330f78e0c2788f28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ar/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [ar]" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "Sign up today [ar]" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [ar]" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [ar]" + +msgid "refund_policy" +msgstr "30 day refund policy [ar]" + +msgid "contact_us" +msgstr "Contact us [ar]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/de/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/de/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..d715f4a048d362736fa19587d39f427448c42daa --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/de/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [de]" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "Get help [de]" + +msgid "privacy_notice" +msgstr "Your privacy matters [de]" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [de]" + +msgid "refund_policy" +msgstr "30 day refund policy [de]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/en/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/en/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..318660085499e22b3d457b7cb51fd5c9673c6c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/en/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [en]" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "30 day refund policy [en]" + +msgid "contact_us" +msgstr "Contact us [en]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/es/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/es/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..e9d1b980d85b3165216fd5e623f4aa70c2d29326 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/es/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "Sign up today [es]" + +msgid "help_link" +msgstr "Get help [es]" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [es]" + +msgid "refund_policy" +msgstr "30 day refund policy [es]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/fr/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/fr/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..0fe806608553b377d50a8370827e9a084a1a46c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/fr/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [fr]" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "Goodbye [fr]" + +msgid "signup_cta" +msgstr "Sign up today [fr]" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [fr]" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "30 day refund policy [fr]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/it/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/it/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..63d2e7cbf45623585577a4f875d0fda1ae121fd5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/it/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [it]" + +msgid "goodbye_footer" +msgstr "Goodbye [it]" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [it]" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [it]" + +msgid "refund_policy" +msgstr "" + +msgid "contact_us" +msgstr "Contact us [it]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ja/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ja/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..87d1445c35d8adc48ef88bc5c73507ced8dd0dc4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ja/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [ja]" + +msgid "welcome_header" +msgstr "Welcome [ja]" + +msgid "goodbye_footer" +msgstr "Goodbye [ja]" + +msgid "signup_cta" +msgstr "Sign up today [ja]" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "Your privacy matters [ja]" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "" + +msgid "contact_us" +msgstr "Contact us [ja]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ko/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ko/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..75140b9a647d6da4c935ec56813b3463e19a63d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/ko/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "Welcome [ko]" + +msgid "goodbye_footer" +msgstr "Goodbye [ko]" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [ko]" + +msgid "refund_policy" +msgstr "" + +msgid "contact_us" +msgstr "Contact us [ko]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/pt/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/pt/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..55a5d8a53220e346564961c896f3b4528c17a22e --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/pt/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "Cancel [pt]" + +msgid "welcome_header" +msgstr "Welcome [pt]" + +msgid "goodbye_footer" +msgstr "" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "By continuing you accept our terms [pt]" + +msgid "refund_policy" +msgstr "30 day refund policy [pt]" + +msgid "contact_us" +msgstr "Contact us [pt]" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/zh/messages.po b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/zh/messages.po new file mode 100644 index 0000000000000000000000000000000000000000..51f6312ea8acaa9f66ecdb5858143d1a634a79db --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/locales/zh/messages.po @@ -0,0 +1,34 @@ +# PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "save_button" +msgstr "" + +msgid "cancel_button" +msgstr "" + +msgid "welcome_header" +msgstr "" + +msgid "goodbye_footer" +msgstr "Goodbye [zh]" + +msgid "signup_cta" +msgstr "" + +msgid "help_link" +msgstr "Get help [zh]" + +msgid "privacy_notice" +msgstr "" + +msgid "terms_notice" +msgstr "" + +msgid "refund_policy" +msgstr "30 day refund policy [zh]" + +msgid "contact_us" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_007b8c76d2/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/cart-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..12ebe4b7d3903ed2b1b60018861b51344f4e4018 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/cart-api.properties @@ -0,0 +1,6 @@ +app.name=cart-api +app.port=7232 +debug=false +cache.size=128 +retry.count=1 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/recommender-rt.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/recommender-rt.properties new file mode 100644 index 0000000000000000000000000000000000000000..ac938ee14dcd60f8e69e6092030253fd5f6bd25d --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/recommender-rt.properties @@ -0,0 +1,6 @@ +app.name=recommender-rt +app.port=7207 +debug=false +cache.size=64 +retry.count=1 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/session-store.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/session-store.properties new file mode 100644 index 0000000000000000000000000000000000000000..b5e00778f2847a594d3f016ca2aedaa7c690a6a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/session-store.properties @@ -0,0 +1,6 @@ +app.name=session-store +app.port=7572 +debug=false +cache.size=384 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/shipping-svc.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/shipping-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..1407e7b4032af0b8cd45afe7c8d993c77dc3e87a --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/eu-west-1/shipping-svc.properties @@ -0,0 +1,6 @@ +app.name=shipping-svc +app.port=7527 +debug=false +cache.size=512 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/billing-svc.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/billing-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..9c45a16197b92e7c3ec226de1232cbf5761fe4d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/billing-svc.properties @@ -0,0 +1,6 @@ +app.name=billing-svc +app.port=7734 +debug=false +cache.size=512 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/catalog-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..810db7c5d37691a0bb5daf0a5c26a89faa9bf096 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/catalog-api.properties @@ -0,0 +1,6 @@ +app.name=catalog-api +app.port=7369 +debug=false +cache.size=256 +retry.count=2 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/recommender-rt.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/recommender-rt.properties new file mode 100644 index 0000000000000000000000000000000000000000..70de4d8b0ea98b2f2bfa2bdf8797bd669b6b8661 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/recommender-rt.properties @@ -0,0 +1,6 @@ +app.name=recommender-rt +app.port=7715 +debug=false +cache.size=320 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/reporting-etl.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/reporting-etl.properties new file mode 100644 index 0000000000000000000000000000000000000000..3d1885158084ca32246f8c1afc3bdf5dd1c3ef20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/canary/us-west-2/reporting-etl.properties @@ -0,0 +1,6 @@ +app.name=reporting-etl +app.port=7899 +debug=false +cache.size=320 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/auth-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/auth-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..6dab89db0b5f02ed1d9ac318d1c7219e531316d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/auth-api.properties @@ -0,0 +1,6 @@ +app.name=auth-api +app.port=7304 +debug=false +cache.size=256 +retry.count=5 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/catalog-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..933fd0f7704553a7855b95da03bbbc0000f848f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/catalog-api.properties @@ -0,0 +1,6 @@ +app.name=catalog-api +app.port=7521 +debug=false +cache.size=192 +retry.count=3 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/email-worker.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/email-worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..b7e9f30b69dc838385b2425891028f235e414503 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/email-worker.properties @@ -0,0 +1,6 @@ +app.name=email-worker +app.port=7898 +debug=false +cache.size=448 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/orders-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/orders-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..4a4cfdead5d5354c4bbf56ec7dc0eb1d05665947 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-northeast-1/orders-api.properties @@ -0,0 +1,6 @@ +app.name=orders-api +app.port=7853 +debug=false +cache.size=128 +retry.count=4 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/catalog-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..e87b3771de7df21d0b3651488929a2e9c9ad92e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/catalog-api.properties @@ -0,0 +1,6 @@ +app.name=catalog-api +app.port=7564 +debug=false +cache.size=256 +retry.count=1 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/inventory-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/inventory-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..e9d11d8ca0c267e7386c0e1cbc3827a07e077c39 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/inventory-api.properties @@ -0,0 +1,6 @@ +app.name=inventory-api +app.port=7787 +debug=false +cache.size=192 +retry.count=3 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/orders-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/orders-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..cc7e3541e3980a583e52cda2281614f858cede2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/orders-api.properties @@ -0,0 +1,6 @@ +app.name=orders-api +app.port=7166 +debug=false +cache.size=64 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/recommender-rt.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/recommender-rt.properties new file mode 100644 index 0000000000000000000000000000000000000000..459bbfb9c6543042a861536666a879e2975a42de --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/dev/ap-southeast-2/recommender-rt.properties @@ -0,0 +1,6 @@ +app.name=recommender-rt +app.port=7956 +debug=false +cache.size=256 +retry.count=2 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/auth-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/auth-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..533bf06f20b66694bc1c409c000784a670ab2cc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/auth-api.properties @@ -0,0 +1,6 @@ +app.name=auth-api +app.port=7954 +debug=false +cache.size=512 +retry.count=2 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/email-worker.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/email-worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..6f000d057c1ae93bd82276eab08b3ed98e00019d --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/email-worker.properties @@ -0,0 +1,6 @@ +app.name=email-worker +app.port=7131 +debug=false +cache.size=192 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/inventory-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/inventory-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..a8856dca66aa73e1d9f220d7d79b30e4ce14dafd --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/inventory-api.properties @@ -0,0 +1,6 @@ +app.name=inventory-api +app.port=7869 +debug=false +cache.size=128 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/session-store.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/session-store.properties new file mode 100644 index 0000000000000000000000000000000000000000..f3ac2b10018f05b9a0254b38dc3cd7e61d740c7a --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-northeast-1/session-store.properties @@ -0,0 +1,6 @@ +app.name=session-store +app.port=7975 +debug=false +cache.size=384 +retry.count=2 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/checkout-svc.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/checkout-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..1b3a2ec1e9d07af1b75fbbc0da4ed5e7a90bdece --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/checkout-svc.properties @@ -0,0 +1,6 @@ +app.name=checkout-svc +app.port=7373 +debug=false +cache.size=512 +retry.count=3 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/gateway-edge.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/gateway-edge.properties new file mode 100644 index 0000000000000000000000000000000000000000..9bed8183c105728ea085ec9494cbb62289039ecb --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/gateway-edge.properties @@ -0,0 +1,6 @@ +app.name=gateway-edge +app.port=7103 +debug=false +cache.size=384 +retry.count=3 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/media-encoder.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..1e4b9898720e16a4c8a848a442beec0a1f5f2ee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/media-encoder.properties @@ -0,0 +1,6 @@ +app.name=media-encoder +app.port=7773 +debug=false +cache.size=192 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/reporting-etl.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/reporting-etl.properties new file mode 100644 index 0000000000000000000000000000000000000000..59322250e35a7201a5ffb34fb9c4e14047fe55ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/prod/ap-southeast-2/reporting-etl.properties @@ -0,0 +1,6 @@ +app.name=reporting-etl +app.port=7346 +debug=false +cache.size=64 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/gateway-edge.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/gateway-edge.properties new file mode 100644 index 0000000000000000000000000000000000000000..639d50cbc82f90d22aa303589ae9b428fe03f973 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/gateway-edge.properties @@ -0,0 +1,6 @@ +app.name=gateway-edge +app.port=7287 +debug=false +cache.size=384 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/payment-gateway.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/payment-gateway.properties new file mode 100644 index 0000000000000000000000000000000000000000..9c2adf02eb6ba8b63d883fc44e8296cda8ae04cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/payment-gateway.properties @@ -0,0 +1,6 @@ +app.name=payment-gateway +app.port=7233 +debug=false +cache.size=256 +retry.count=5 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/search-indexer.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/search-indexer.properties new file mode 100644 index 0000000000000000000000000000000000000000..993956767b0e63e96af18b2cd14aa9917b3bdb93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/search-indexer.properties @@ -0,0 +1,6 @@ +app.name=search-indexer +app.port=7541 +debug=false +cache.size=384 +retry.count=3 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/session-store.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/session-store.properties new file mode 100644 index 0000000000000000000000000000000000000000..a9ed078da40c6f16a97f43fefd36308acadf639c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/eu-west-1/session-store.properties @@ -0,0 +1,6 @@ +app.name=session-store +app.port=7203 +debug=false +cache.size=256 +retry.count=2 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/cart-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..1894a41b21492f5c103e18a3608d64df0a9d427f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/cart-api.properties @@ -0,0 +1,6 @@ +app.name=cart-api +app.port=7023 +debug=false +cache.size=448 +retry.count=2 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/media-encoder.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..e173ebaa1362371364e3b1aa289eb5b343d11c34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/media-encoder.properties @@ -0,0 +1,6 @@ +app.name=media-encoder +app.port=7886 +debug=false +cache.size=128 +retry.count=3 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/users-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/users-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..15788a10d18778a17b61dc093a8355079d6b5a8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/users-api.properties @@ -0,0 +1,6 @@ +app.name=users-api +app.port=7657 +debug=false +cache.size=448 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/webhook-dispatcher.properties b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/webhook-dispatcher.properties new file mode 100644 index 0000000000000000000000000000000000000000..c22e7b18d52c4cc381a7db2564148f6c52b8c20e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/envs/staging/sa-east-1/webhook-dispatcher.properties @@ -0,0 +1,6 @@ +app.name=webhook-dispatcher +app.port=7970 +debug=false +cache.size=448 +retry.count=5 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/cart-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..2b1e2d74e03b3cfadea7b1d23fa4193c5806332e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/cart-api.properties @@ -0,0 +1,6 @@ +app.name=cart-api +app.port=7232 +debug=true +cache.size=128 +retry.count=1 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/recommender-rt.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/recommender-rt.properties new file mode 100644 index 0000000000000000000000000000000000000000..4f33a8ce2b85187e4916c5296bb6f942e5e50aa2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/recommender-rt.properties @@ -0,0 +1,6 @@ +app.name=recommender-rt +app.port=7207 +debug=1 +cache.size=64 +retry.count=1 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/session-store.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/session-store.properties new file mode 100644 index 0000000000000000000000000000000000000000..d347e9ebf799b95a8de6b3c6380f8dc7d729ff60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/session-store.properties @@ -0,0 +1,6 @@ +app.name=session-store +app.port=7572 +debug=yes +cache.size=384 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/shipping-svc.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/shipping-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..b452a6b0f14b02257ae4943102138040eb889551 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/eu-west-1/shipping-svc.properties @@ -0,0 +1,6 @@ +app.name=shipping-svc +app.port=7527 +debug=0 +cache.size=512 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/billing-svc.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/billing-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..a8705082c39877a5d7debf0b82d51b50780a115d --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/billing-svc.properties @@ -0,0 +1,6 @@ +app.name=billing-svc +app.port=7734 +debug=yes +cache.size=512 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/catalog-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..810db7c5d37691a0bb5daf0a5c26a89faa9bf096 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/catalog-api.properties @@ -0,0 +1,6 @@ +app.name=catalog-api +app.port=7369 +debug=false +cache.size=256 +retry.count=2 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/recommender-rt.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/recommender-rt.properties new file mode 100644 index 0000000000000000000000000000000000000000..942b96ae4c8f62e6722b0b17b8eb86cdc7193f65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/recommender-rt.properties @@ -0,0 +1,6 @@ +app.name=recommender-rt +app.port=7715 +debug=1 +cache.size=320 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/reporting-etl.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/reporting-etl.properties new file mode 100644 index 0000000000000000000000000000000000000000..77edbc0973d9380ed157dd10e94ce56c6a3fa0d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/canary/us-west-2/reporting-etl.properties @@ -0,0 +1,6 @@ +app.name=reporting-etl +app.port=7899 +debug=no +cache.size=320 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/auth-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/auth-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..0ebad81fd94e2352316551f1bfd27109004fef28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/auth-api.properties @@ -0,0 +1,6 @@ +app.name=auth-api +app.port=7304 +debug=0 +cache.size=256 +retry.count=5 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/catalog-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..30ab1793eae044919ec9d6110740261a97e9992e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/catalog-api.properties @@ -0,0 +1,6 @@ +app.name=catalog-api +app.port=7521 +debug=1 +cache.size=192 +retry.count=3 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/email-worker.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/email-worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..4fad5ceed53de5dd4bcd3351cdd60ed11950ef23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/email-worker.properties @@ -0,0 +1,6 @@ +app.name=email-worker +app.port=7898 +debug=yes +cache.size=448 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/orders-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/orders-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..883307ab0a92b8eb271623089ee4c7e0f5fbc243 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-northeast-1/orders-api.properties @@ -0,0 +1,6 @@ +app.name=orders-api +app.port=7853 +debug=no +cache.size=128 +retry.count=4 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/catalog-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..21e3a9f85e4cc5ae7d694c0790cc0ed9c5c7be1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/catalog-api.properties @@ -0,0 +1,6 @@ +app.name=catalog-api +app.port=7564 +debug=yes +cache.size=256 +retry.count=1 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/inventory-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/inventory-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..e9d11d8ca0c267e7386c0e1cbc3827a07e077c39 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/inventory-api.properties @@ -0,0 +1,6 @@ +app.name=inventory-api +app.port=7787 +debug=false +cache.size=192 +retry.count=3 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/orders-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/orders-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..1bd5b82007b887bbe37b9abfb4a277a969fe1f47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/orders-api.properties @@ -0,0 +1,6 @@ +app.name=orders-api +app.port=7166 +debug=true +cache.size=64 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/recommender-rt.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/recommender-rt.properties new file mode 100644 index 0000000000000000000000000000000000000000..459bbfb9c6543042a861536666a879e2975a42de --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/dev/ap-southeast-2/recommender-rt.properties @@ -0,0 +1,6 @@ +app.name=recommender-rt +app.port=7956 +debug=false +cache.size=256 +retry.count=2 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/auth-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/auth-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..1afbe842cb6b42366bf96e12505deabc4d9f146f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/auth-api.properties @@ -0,0 +1,6 @@ +app.name=auth-api +app.port=7954 +debug=yes +cache.size=512 +retry.count=2 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/email-worker.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/email-worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..a74f4398289f0ee110c820e3ceef321dea4391ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/email-worker.properties @@ -0,0 +1,6 @@ +app.name=email-worker +app.port=7131 +debug=0 +cache.size=192 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/inventory-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/inventory-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..a401288bb6bb2b90e56a93a90b6a413fe6b21600 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/inventory-api.properties @@ -0,0 +1,6 @@ +app.name=inventory-api +app.port=7869 +debug=1 +cache.size=128 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/session-store.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/session-store.properties new file mode 100644 index 0000000000000000000000000000000000000000..1eb5983663093e1881dda2cee507e6c2a6773db2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-northeast-1/session-store.properties @@ -0,0 +1,6 @@ +app.name=session-store +app.port=7975 +debug=no +cache.size=384 +retry.count=2 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/checkout-svc.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/checkout-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..cb30189996f645a6fc924774590806afb95f06de --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/checkout-svc.properties @@ -0,0 +1,6 @@ +app.name=checkout-svc +app.port=7373 +debug=true +cache.size=512 +retry.count=3 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/gateway-edge.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/gateway-edge.properties new file mode 100644 index 0000000000000000000000000000000000000000..4e33a9adb9f9df694116acbb0c77bc53fb141fa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/gateway-edge.properties @@ -0,0 +1,6 @@ +app.name=gateway-edge +app.port=7103 +debug=no +cache.size=384 +retry.count=3 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/media-encoder.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..b50fa63f5d30b3d9dd1c1dce6706992cb6f85e5e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/media-encoder.properties @@ -0,0 +1,6 @@ +app.name=media-encoder +app.port=7773 +debug=no +cache.size=192 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/reporting-etl.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/reporting-etl.properties new file mode 100644 index 0000000000000000000000000000000000000000..186bff8355606c1b428cc4661022a472c4c79c43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/prod/ap-southeast-2/reporting-etl.properties @@ -0,0 +1,6 @@ +app.name=reporting-etl +app.port=7346 +debug=true +cache.size=64 +retry.count=5 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/gateway-edge.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/gateway-edge.properties new file mode 100644 index 0000000000000000000000000000000000000000..3822c137d73fc8c2f1ebb8936e71744bb02e3670 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/gateway-edge.properties @@ -0,0 +1,6 @@ +app.name=gateway-edge +app.port=7287 +debug=yes +cache.size=384 +retry.count=1 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/payment-gateway.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/payment-gateway.properties new file mode 100644 index 0000000000000000000000000000000000000000..17b154bc4c84283cf95633f51493096c5fad8434 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/payment-gateway.properties @@ -0,0 +1,6 @@ +app.name=payment-gateway +app.port=7233 +debug=no +cache.size=256 +retry.count=5 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/search-indexer.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/search-indexer.properties new file mode 100644 index 0000000000000000000000000000000000000000..0e6b0694d9773b94c20885d2c4ede3d23701e62e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/search-indexer.properties @@ -0,0 +1,6 @@ +app.name=search-indexer +app.port=7541 +debug=0 +cache.size=384 +retry.count=3 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/session-store.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/session-store.properties new file mode 100644 index 0000000000000000000000000000000000000000..ee87ba54c4de71690019db028b31605077014338 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/eu-west-1/session-store.properties @@ -0,0 +1,6 @@ +app.name=session-store +app.port=7203 +debug=1 +cache.size=256 +retry.count=2 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/cart-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..fd81d6fa3e498b99e68c2566640c07eb89211beb --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/cart-api.properties @@ -0,0 +1,6 @@ +app.name=cart-api +app.port=7023 +debug=0 +cache.size=448 +retry.count=2 +log.level=WARN diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/media-encoder.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..60726588f17b31e98c34412a0092653ec311dc3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/media-encoder.properties @@ -0,0 +1,6 @@ +app.name=media-encoder +app.port=7886 +debug=no +cache.size=128 +retry.count=3 +log.level=INFO diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/users-api.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/users-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..091fa663691d9709b6a1ec2f791d6caeae5f31a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/users-api.properties @@ -0,0 +1,6 @@ +app.name=users-api +app.port=7657 +debug=0 +cache.size=448 +retry.count=4 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/webhook-dispatcher.properties b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/webhook-dispatcher.properties new file mode 100644 index 0000000000000000000000000000000000000000..3791476870756163ec40dba5549b9e8dae6e0a74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/envs/staging/sa-east-1/webhook-dispatcher.properties @@ -0,0 +1,6 @@ +app.name=webhook-dispatcher +app.port=7970 +debug=no +cache.size=448 +retry.count=5 +log.level=DEBUG diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_00a9d52356/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-00-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-00-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..2b3eeb9c260874c480722c5888906871b6420a45 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-00-agent/Makefile @@ -0,0 +1,16 @@ +.PHONY: run lint build check coverage + +run: + @echo '--> run' + +lint: + @echo '--> lint' + +build: + @echo '--> build' + +check: + @echo '--> check' + +coverage: + @echo '--> coverage' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-01-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-01-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..17ddbc71eeb33d7ca091bb367ef635229c36073e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-01-agent/Makefile @@ -0,0 +1,16 @@ +.PHONY: check clean run coverage build + +check: + @echo '--> check' + +clean: + @echo '--> clean' + +run: + @echo '--> run' + +coverage: + @echo '--> coverage' + +build: + @echo '--> build' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-02-api/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-02-api/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..c16fa22fbb342e49559ca955ce3d910430a3fd74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-02-api/Makefile @@ -0,0 +1,19 @@ +.PHONY: run install bench test release coverage + +run: + @echo '--> run' + +install: + @echo '--> install' + +bench: + @echo '--> bench' + +test: + @echo '--> test' + +release: + @echo '--> release' + +coverage: + @echo '--> coverage' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-03-server/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-03-server/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..853ebc0897b3df1b4457ceba2e20cdf1b86f193b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-03-server/Makefile @@ -0,0 +1,22 @@ +.PHONY: release install coverage lint format run bench + +release: + @echo '--> release' + +install: + @echo '--> install' + +coverage: + @echo '--> coverage' + +lint: + @echo '--> lint' + +format: + @echo '--> format' + +run: + @echo '--> run' + +bench: + @echo '--> bench' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-04-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-04-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..ba431630f78e296023506e6d7f920d3515f65494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-04-agent/Makefile @@ -0,0 +1,19 @@ +.PHONY: install run release build check clean + +install: + @echo '--> install' + +run: + @echo '--> run' + +release: + @echo '--> release' + +build: + @echo '--> build' + +check: + @echo '--> check' + +clean: + @echo '--> clean' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-05-cli/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-05-cli/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..0c3d16e3c6ad8bcf59f30e0e08228fe784daf0d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-05-cli/Makefile @@ -0,0 +1,16 @@ +.PHONY: lint test coverage bench run + +lint: + @echo '--> lint' + +test: + @echo '--> test' + +coverage: + @echo '--> coverage' + +bench: + @echo '--> bench' + +run: + @echo '--> run' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-06-cli/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-06-cli/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..93c76d85ab4693be22ad6b0c54eb91874d706035 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-06-cli/Makefile @@ -0,0 +1,19 @@ +.PHONY: release format clean install coverage bench + +release: + @echo '--> release' + +format: + @echo '--> format' + +clean: + @echo '--> clean' + +install: + @echo '--> install' + +coverage: + @echo '--> coverage' + +bench: + @echo '--> bench' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-07-cli/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-07-cli/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..f3346b6c7ae252c0e6166b0d0375070b108b44c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-07-cli/Makefile @@ -0,0 +1,13 @@ +.PHONY: format lint clean release + +format: + @echo '--> format' + +lint: + @echo '--> lint' + +clean: + @echo '--> clean' + +release: + @echo '--> release' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-08-api/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-08-api/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..292a8c7cd034995fdc27ebf6e3d52f0f6982d284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-08-api/Makefile @@ -0,0 +1,13 @@ +.PHONY: lint bench test run + +lint: + @echo '--> lint' + +bench: + @echo '--> bench' + +test: + @echo '--> test' + +run: + @echo '--> run' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-09-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-09-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..83eb4da6a6d8a24e3f97e08b6462e4cb4e793e01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/repos/repo-09-agent/Makefile @@ -0,0 +1,16 @@ +.PHONY: lint clean coverage test install + +lint: + @echo '--> lint' + +clean: + @echo '--> clean' + +coverage: + @echo '--> coverage' + +test: + @echo '--> test' + +install: + @echo '--> install' diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-00-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-00-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..2b3eeb9c260874c480722c5888906871b6420a45 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-00-agent/Makefile @@ -0,0 +1,16 @@ +.PHONY: run lint build check coverage + +run: + @echo '--> run' + +lint: + @echo '--> lint' + +build: + @echo '--> build' + +check: + @echo '--> check' + +coverage: + @echo '--> coverage' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-01-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-01-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..17ddbc71eeb33d7ca091bb367ef635229c36073e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-01-agent/Makefile @@ -0,0 +1,16 @@ +.PHONY: check clean run coverage build + +check: + @echo '--> check' + +clean: + @echo '--> clean' + +run: + @echo '--> run' + +coverage: + @echo '--> coverage' + +build: + @echo '--> build' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-02-api/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-02-api/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..c16fa22fbb342e49559ca955ce3d910430a3fd74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-02-api/Makefile @@ -0,0 +1,19 @@ +.PHONY: run install bench test release coverage + +run: + @echo '--> run' + +install: + @echo '--> install' + +bench: + @echo '--> bench' + +test: + @echo '--> test' + +release: + @echo '--> release' + +coverage: + @echo '--> coverage' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-03-server/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-03-server/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..853ebc0897b3df1b4457ceba2e20cdf1b86f193b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-03-server/Makefile @@ -0,0 +1,22 @@ +.PHONY: release install coverage lint format run bench + +release: + @echo '--> release' + +install: + @echo '--> install' + +coverage: + @echo '--> coverage' + +lint: + @echo '--> lint' + +format: + @echo '--> format' + +run: + @echo '--> run' + +bench: + @echo '--> bench' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-04-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-04-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..ba431630f78e296023506e6d7f920d3515f65494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-04-agent/Makefile @@ -0,0 +1,19 @@ +.PHONY: install run release build check clean + +install: + @echo '--> install' + +run: + @echo '--> run' + +release: + @echo '--> release' + +build: + @echo '--> build' + +check: + @echo '--> check' + +clean: + @echo '--> clean' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-05-cli/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-05-cli/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..0c3d16e3c6ad8bcf59f30e0e08228fe784daf0d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-05-cli/Makefile @@ -0,0 +1,16 @@ +.PHONY: lint test coverage bench run + +lint: + @echo '--> lint' + +test: + @echo '--> test' + +coverage: + @echo '--> coverage' + +bench: + @echo '--> bench' + +run: + @echo '--> run' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-06-cli/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-06-cli/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..93c76d85ab4693be22ad6b0c54eb91874d706035 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-06-cli/Makefile @@ -0,0 +1,19 @@ +.PHONY: release format clean install coverage bench + +release: + @echo '--> release' + +format: + @echo '--> format' + +clean: + @echo '--> clean' + +install: + @echo '--> install' + +coverage: + @echo '--> coverage' + +bench: + @echo '--> bench' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-07-cli/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-07-cli/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..f3346b6c7ae252c0e6166b0d0375070b108b44c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-07-cli/Makefile @@ -0,0 +1,13 @@ +.PHONY: format lint clean release + +format: + @echo '--> format' + +lint: + @echo '--> lint' + +clean: + @echo '--> clean' + +release: + @echo '--> release' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-08-api/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-08-api/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..292a8c7cd034995fdc27ebf6e3d52f0f6982d284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-08-api/Makefile @@ -0,0 +1,13 @@ +.PHONY: lint bench test run + +lint: + @echo '--> lint' + +bench: + @echo '--> bench' + +test: + @echo '--> test' + +run: + @echo '--> run' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-09-agent/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-09-agent/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..83eb4da6a6d8a24e3f97e08b6462e4cb4e793e01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/repos/repo-09-agent/Makefile @@ -0,0 +1,16 @@ +.PHONY: lint clean coverage test install + +lint: + @echo '--> lint' + +clean: + @echo '--> clean' + +coverage: + @echo '--> coverage' + +test: + @echo '--> test' + +install: + @echo '--> install' diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0114de0886/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..93986cd005a0cdcc06a218332a04707a0b8172ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-01.log @@ -0,0 +1,11 @@ +2024-04-01T17:00:00 WARN msg_0000 +2024-04-01T20:00:00 WARN msg_0001 +2024-04-01T00:00:00 WARN msg_0002 +2024-04-01T16:00:00 ERROR msg_0003 +2024-04-01T11:00:00 ERROR msg_0004 +2024-04-01T02:00:00 WARN msg_0005 +2024-04-01T05:00:00 WARN msg_0007 +2024-04-01T00:00:00 WARN msg_0011 +2024-04-01T15:00:00 WARN msg_0013 +2024-04-01T06:00:00 WARN msg_0014 +2024-04-01T12:00:00 WARN msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..400aa3b8c3c4c284697b2ce94b96029bed8eed63 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-02.log @@ -0,0 +1,18 @@ +2024-04-02T15:00:00 INFO msg_0001 +2024-04-02T10:00:00 ERROR msg_0004 +2024-04-02T07:00:00 WARN msg_0006 +2024-04-02T08:00:00 WARN msg_0007 +2024-04-02T03:00:00 WARN msg_0009 +2024-04-02T21:00:00 ERROR msg_0010 +2024-04-02T04:00:00 WARN msg_0012 +2024-04-02T04:00:00 ERROR msg_0013 +2024-04-02T05:00:00 ERROR msg_0014 +2024-04-02T02:00:00 INFO msg_0015 +2024-04-02T20:00:00 WARN msg_0016 +2024-04-02T00:00:00 ERROR msg_0017 +2024-04-02T22:00:00 WARN msg_0018 +2024-04-02T17:00:00 WARN msg_0019 +2024-04-02T12:00:00 WARN msg_0021 +2024-04-02T08:00:00 ERROR msg_0022 +2024-04-02T10:00:00 WARN msg_0023 +2024-04-02T12:00:00 WARN msg_0024 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..4eb2676f8022f661729504f722e754b6fe4c01d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/auth-api/2024-04-03.log @@ -0,0 +1,10 @@ +2024-04-03T05:00:00 WARN msg_0000 +2024-04-03T15:00:00 INFO msg_0001 +2024-04-03T07:00:00 WARN msg_0002 +2024-04-03T21:00:00 INFO msg_0004 +2024-04-03T01:00:00 WARN msg_0005 +2024-04-03T19:00:00 WARN msg_0006 +2024-04-03T05:00:00 ERROR msg_0007 +2024-04-03T10:00:00 WARN msg_0009 +2024-04-03T15:00:00 ERROR msg_0010 +2024-04-03T05:00:00 ERROR msg_0011 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..3ef2dba1f6f3e9198643a3197b73eae80282475a --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01T21:00:00 ERROR msg_0000 +2024-04-01T03:00:00 WARN msg_0002 +2024-04-01T11:00:00 INFO msg_0004 +2024-04-01T22:00:00 INFO msg_0005 +2024-04-01T23:00:00 ERROR msg_0006 +2024-04-01T16:00:00 ERROR msg_0007 +2024-04-01T19:00:00 INFO msg_0008 +2024-04-01T08:00:00 INFO msg_0009 +2024-04-01T14:00:00 INFO msg_0010 +2024-04-01T07:00:00 ERROR msg_0011 +2024-04-01T09:00:00 ERROR msg_0014 +2024-04-01T14:00:00 ERROR msg_0015 +2024-04-01T05:00:00 INFO msg_0016 +2024-04-01T04:00:00 INFO msg_0017 +2024-04-01T14:00:00 INFO msg_0018 +2024-04-01T19:00:00 ERROR msg_0019 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ce6e434a172b5b05f581707d3fc3fa7536719ea1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-02.log @@ -0,0 +1,18 @@ +2024-04-02T23:00:00 WARN msg_0002 +2024-04-02T15:00:00 ERROR msg_0003 +2024-04-02T03:00:00 WARN msg_0005 +2024-04-02T14:00:00 INFO msg_0006 +2024-04-02T12:00:00 WARN msg_0007 +2024-04-02T16:00:00 INFO msg_0008 +2024-04-02T08:00:00 ERROR msg_0009 +2024-04-02T07:00:00 INFO msg_0011 +2024-04-02T15:00:00 WARN msg_0012 +2024-04-02T21:00:00 WARN msg_0013 +2024-04-02T03:00:00 WARN msg_0014 +2024-04-02T09:00:00 WARN msg_0015 +2024-04-02T23:00:00 INFO msg_0017 +2024-04-02T20:00:00 WARN msg_0018 +2024-04-02T07:00:00 INFO msg_0019 +2024-04-02T18:00:00 ERROR msg_0021 +2024-04-02T21:00:00 ERROR msg_0022 +2024-04-02T04:00:00 ERROR msg_0023 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..77dc5fba8581787432feeab77497e28c2f2f8ab3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/catalog-api/2024-04-03.log @@ -0,0 +1,22 @@ +2024-04-03T08:00:00 ERROR msg_0000 +2024-04-03T03:00:00 WARN msg_0001 +2024-04-03T03:00:00 ERROR msg_0002 +2024-04-03T22:00:00 INFO msg_0003 +2024-04-03T07:00:00 ERROR msg_0004 +2024-04-03T15:00:00 WARN msg_0005 +2024-04-03T08:00:00 INFO msg_0006 +2024-04-03T12:00:00 ERROR msg_0007 +2024-04-03T13:00:00 WARN msg_0008 +2024-04-03T21:00:00 WARN msg_0009 +2024-04-03T16:00:00 ERROR msg_0010 +2024-04-03T00:00:00 INFO msg_0012 +2024-04-03T12:00:00 ERROR msg_0013 +2024-04-03T05:00:00 WARN msg_0014 +2024-04-03T10:00:00 ERROR msg_0016 +2024-04-03T01:00:00 ERROR msg_0017 +2024-04-03T01:00:00 WARN msg_0018 +2024-04-03T07:00:00 WARN msg_0019 +2024-04-03T14:00:00 WARN msg_0020 +2024-04-03T12:00:00 INFO msg_0021 +2024-04-03T11:00:00 ERROR msg_0022 +2024-04-03T03:00:00 ERROR msg_0023 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..0de4de18eb0ca0fab69efc678e62fb37c6d016aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-01.log @@ -0,0 +1,9 @@ +2024-04-01T10:00:00 INFO msg_0001 +2024-04-01T20:00:00 INFO msg_0003 +2024-04-01T20:00:00 ERROR msg_0004 +2024-04-01T09:00:00 ERROR msg_0005 +2024-04-01T00:00:00 INFO msg_0006 +2024-04-01T11:00:00 INFO msg_0007 +2024-04-01T04:00:00 ERROR msg_0008 +2024-04-01T19:00:00 ERROR msg_0011 +2024-04-01T13:00:00 INFO msg_0012 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e1dd66628c657da474d4811969787fc29115a728 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-02.log @@ -0,0 +1,11 @@ +2024-04-02T23:00:00 WARN msg_0000 +2024-04-02T19:00:00 INFO msg_0001 +2024-04-02T23:00:00 INFO msg_0002 +2024-04-02T01:00:00 ERROR msg_0004 +2024-04-02T06:00:00 ERROR msg_0005 +2024-04-02T18:00:00 WARN msg_0006 +2024-04-02T17:00:00 ERROR msg_0007 +2024-04-02T03:00:00 INFO msg_0010 +2024-04-02T08:00:00 INFO msg_0011 +2024-04-02T01:00:00 WARN msg_0012 +2024-04-02T21:00:00 INFO msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..2a49200f3444889e16e2641f25a5915f86eac6cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/checkout-svc/2024-04-03.log @@ -0,0 +1,13 @@ +2024-04-03T14:00:00 INFO msg_0000 +2024-04-03T09:00:00 ERROR msg_0001 +2024-04-03T05:00:00 INFO msg_0002 +2024-04-03T04:00:00 ERROR msg_0003 +2024-04-03T08:00:00 ERROR msg_0004 +2024-04-03T21:00:00 INFO msg_0005 +2024-04-03T22:00:00 WARN msg_0006 +2024-04-03T05:00:00 INFO msg_0008 +2024-04-03T21:00:00 ERROR msg_0009 +2024-04-03T14:00:00 INFO msg_0010 +2024-04-03T09:00:00 ERROR msg_0011 +2024-04-03T22:00:00 ERROR msg_0012 +2024-04-03T04:00:00 ERROR msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9cb2afbce71fb6ce60947b12e326976b6ef42035 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-01.log @@ -0,0 +1,17 @@ +2024-04-01T13:00:00 ERROR msg_0000 +2024-04-01T08:00:00 INFO msg_0001 +2024-04-01T08:00:00 INFO msg_0002 +2024-04-01T19:00:00 WARN msg_0003 +2024-04-01T10:00:00 INFO msg_0004 +2024-04-01T20:00:00 INFO msg_0005 +2024-04-01T03:00:00 ERROR msg_0007 +2024-04-01T16:00:00 ERROR msg_0008 +2024-04-01T04:00:00 WARN msg_0009 +2024-04-01T14:00:00 WARN msg_0010 +2024-04-01T20:00:00 INFO msg_0012 +2024-04-01T01:00:00 WARN msg_0013 +2024-04-01T19:00:00 INFO msg_0014 +2024-04-01T17:00:00 WARN msg_0015 +2024-04-01T17:00:00 WARN msg_0016 +2024-04-01T09:00:00 ERROR msg_0017 +2024-04-01T00:00:00 ERROR msg_0018 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..2b4a6ccf33e571c8c711990b3de8ef5f4b365547 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-02.log @@ -0,0 +1,14 @@ +2024-04-02T06:00:00 ERROR msg_0000 +2024-04-02T18:00:00 ERROR msg_0001 +2024-04-02T12:00:00 ERROR msg_0003 +2024-04-02T04:00:00 ERROR msg_0004 +2024-04-02T16:00:00 WARN msg_0005 +2024-04-02T09:00:00 INFO msg_0006 +2024-04-02T22:00:00 ERROR msg_0007 +2024-04-02T17:00:00 INFO msg_0008 +2024-04-02T00:00:00 WARN msg_0010 +2024-04-02T00:00:00 ERROR msg_0011 +2024-04-02T08:00:00 ERROR msg_0012 +2024-04-02T16:00:00 WARN msg_0013 +2024-04-02T18:00:00 INFO msg_0014 +2024-04-02T10:00:00 ERROR msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..8ecfe2cbed3509e15761acb7e92f8dbce1336bc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/email-worker/2024-04-03.log @@ -0,0 +1,13 @@ +2024-04-03T14:00:00 INFO msg_0000 +2024-04-03T06:00:00 WARN msg_0001 +2024-04-03T17:00:00 WARN msg_0002 +2024-04-03T03:00:00 WARN msg_0003 +2024-04-03T00:00:00 WARN msg_0005 +2024-04-03T13:00:00 INFO msg_0006 +2024-04-03T05:00:00 INFO msg_0007 +2024-04-03T03:00:00 INFO msg_0008 +2024-04-03T02:00:00 ERROR msg_0009 +2024-04-03T20:00:00 ERROR msg_0010 +2024-04-03T04:00:00 WARN msg_0012 +2024-04-03T08:00:00 WARN msg_0014 +2024-04-03T19:00:00 ERROR msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..2265c5b0a7df7c6d9545ad77278a62258ce56f47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-01.log @@ -0,0 +1,15 @@ +2024-04-01T11:00:00 INFO msg_0000 +2024-04-01T19:00:00 ERROR msg_0001 +2024-04-01T06:00:00 ERROR msg_0003 +2024-04-01T09:00:00 INFO msg_0004 +2024-04-01T18:00:00 INFO msg_0006 +2024-04-01T21:00:00 WARN msg_0007 +2024-04-01T19:00:00 ERROR msg_0008 +2024-04-01T11:00:00 WARN msg_0009 +2024-04-01T07:00:00 WARN msg_0010 +2024-04-01T17:00:00 ERROR msg_0011 +2024-04-01T20:00:00 WARN msg_0012 +2024-04-01T09:00:00 WARN msg_0013 +2024-04-01T22:00:00 WARN msg_0014 +2024-04-01T11:00:00 INFO msg_0015 +2024-04-01T08:00:00 INFO msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..2b8544d2b1bf2afd1970de36d63914826d03aa6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-02.log @@ -0,0 +1,12 @@ +2024-04-02T05:00:00 INFO msg_0000 +2024-04-02T04:00:00 WARN msg_0002 +2024-04-02T17:00:00 ERROR msg_0003 +2024-04-02T04:00:00 INFO msg_0004 +2024-04-02T05:00:00 WARN msg_0005 +2024-04-02T21:00:00 ERROR msg_0007 +2024-04-02T12:00:00 WARN msg_0008 +2024-04-02T05:00:00 WARN msg_0010 +2024-04-02T04:00:00 INFO msg_0011 +2024-04-02T03:00:00 WARN msg_0012 +2024-04-02T04:00:00 INFO msg_0013 +2024-04-02T16:00:00 WARN msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c6f24c957fae0a9dcdb3561de218c10bc81aed56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/gateway-edge/2024-04-03.log @@ -0,0 +1,13 @@ +2024-04-03T05:00:00 INFO msg_0002 +2024-04-03T01:00:00 WARN msg_0003 +2024-04-03T17:00:00 ERROR msg_0004 +2024-04-03T18:00:00 INFO msg_0006 +2024-04-03T10:00:00 INFO msg_0008 +2024-04-03T14:00:00 INFO msg_0009 +2024-04-03T12:00:00 ERROR msg_0010 +2024-04-03T07:00:00 INFO msg_0011 +2024-04-03T13:00:00 ERROR msg_0012 +2024-04-03T19:00:00 ERROR msg_0013 +2024-04-03T12:00:00 WARN msg_0014 +2024-04-03T20:00:00 INFO msg_0015 +2024-04-03T09:00:00 WARN msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..0482082755cb96ea44cde76877bf27847bf5d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-01.log @@ -0,0 +1,17 @@ +2024-04-01T08:00:00 ERROR msg_0000 +2024-04-01T04:00:00 WARN msg_0002 +2024-04-01T12:00:00 ERROR msg_0003 +2024-04-01T15:00:00 INFO msg_0004 +2024-04-01T18:00:00 WARN msg_0005 +2024-04-01T01:00:00 INFO msg_0006 +2024-04-01T23:00:00 ERROR msg_0007 +2024-04-01T04:00:00 INFO msg_0008 +2024-04-01T16:00:00 ERROR msg_0009 +2024-04-01T20:00:00 WARN msg_0011 +2024-04-01T13:00:00 ERROR msg_0012 +2024-04-01T14:00:00 ERROR msg_0013 +2024-04-01T22:00:00 ERROR msg_0015 +2024-04-01T21:00:00 INFO msg_0016 +2024-04-01T18:00:00 INFO msg_0017 +2024-04-01T10:00:00 WARN msg_0018 +2024-04-01T07:00:00 INFO msg_0019 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..37eebc12e1fca9b04e2e3cd8adbc0c234d6ad662 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02T17:00:00 WARN msg_0001 +2024-04-02T01:00:00 ERROR msg_0002 +2024-04-02T04:00:00 WARN msg_0003 +2024-04-02T10:00:00 INFO msg_0004 +2024-04-02T13:00:00 INFO msg_0007 +2024-04-02T18:00:00 INFO msg_0008 +2024-04-02T18:00:00 INFO msg_0009 +2024-04-02T01:00:00 WARN msg_0010 +2024-04-02T09:00:00 ERROR msg_0012 +2024-04-02T03:00:00 INFO msg_0013 +2024-04-02T21:00:00 INFO msg_0014 +2024-04-02T07:00:00 WARN msg_0015 +2024-04-02T18:00:00 ERROR msg_0016 +2024-04-02T06:00:00 INFO msg_0017 +2024-04-02T14:00:00 INFO msg_0018 +2024-04-02T03:00:00 WARN msg_0019 +2024-04-02T14:00:00 ERROR msg_0020 +2024-04-02T17:00:00 INFO msg_0021 +2024-04-02T04:00:00 INFO msg_0023 +2024-04-02T00:00:00 INFO msg_0024 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c6456dce74ea8cecda78eead130ef2fead6d58cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/inventory-api/2024-04-03.log @@ -0,0 +1,17 @@ +2024-04-03T02:00:00 WARN msg_0000 +2024-04-03T13:00:00 WARN msg_0001 +2024-04-03T13:00:00 INFO msg_0002 +2024-04-03T08:00:00 WARN msg_0003 +2024-04-03T13:00:00 INFO msg_0004 +2024-04-03T12:00:00 INFO msg_0006 +2024-04-03T12:00:00 WARN msg_0007 +2024-04-03T15:00:00 ERROR msg_0010 +2024-04-03T03:00:00 INFO msg_0011 +2024-04-03T12:00:00 ERROR msg_0012 +2024-04-03T00:00:00 ERROR msg_0013 +2024-04-03T03:00:00 INFO msg_0014 +2024-04-03T07:00:00 INFO msg_0015 +2024-04-03T15:00:00 INFO msg_0016 +2024-04-03T21:00:00 ERROR msg_0019 +2024-04-03T07:00:00 ERROR msg_0020 +2024-04-03T18:00:00 INFO msg_0022 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..10c857537aa3b17e173111721faad6b29224470c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-01.log @@ -0,0 +1,11 @@ +2024-04-01T06:00:00 ERROR msg_0000 +2024-04-01T06:00:00 INFO msg_0002 +2024-04-01T23:00:00 WARN msg_0003 +2024-04-01T07:00:00 ERROR msg_0004 +2024-04-01T14:00:00 INFO msg_0009 +2024-04-01T17:00:00 ERROR msg_0010 +2024-04-01T00:00:00 WARN msg_0011 +2024-04-01T22:00:00 WARN msg_0012 +2024-04-01T04:00:00 WARN msg_0013 +2024-04-01T12:00:00 INFO msg_0014 +2024-04-01T22:00:00 ERROR msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..4e2163de45d9ac4b1084321f64db772cd3506826 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-02.log @@ -0,0 +1,12 @@ +2024-04-02T08:00:00 ERROR msg_0000 +2024-04-02T19:00:00 ERROR msg_0001 +2024-04-02T16:00:00 INFO msg_0003 +2024-04-02T06:00:00 INFO msg_0004 +2024-04-02T23:00:00 INFO msg_0005 +2024-04-02T10:00:00 INFO msg_0006 +2024-04-02T09:00:00 WARN msg_0008 +2024-04-02T16:00:00 WARN msg_0009 +2024-04-02T15:00:00 ERROR msg_0010 +2024-04-02T04:00:00 INFO msg_0012 +2024-04-02T09:00:00 INFO msg_0013 +2024-04-02T04:00:00 ERROR msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..0cfd3d49bcfaf40d145993e2429efd40e45a1bcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/ledger-svc/2024-04-03.log @@ -0,0 +1,17 @@ +2024-04-03T04:00:00 INFO msg_0000 +2024-04-03T23:00:00 INFO msg_0002 +2024-04-03T15:00:00 WARN msg_0004 +2024-04-03T05:00:00 ERROR msg_0005 +2024-04-03T05:00:00 ERROR msg_0006 +2024-04-03T13:00:00 ERROR msg_0007 +2024-04-03T14:00:00 INFO msg_0011 +2024-04-03T12:00:00 ERROR msg_0012 +2024-04-03T08:00:00 INFO msg_0013 +2024-04-03T09:00:00 WARN msg_0014 +2024-04-03T03:00:00 WARN msg_0015 +2024-04-03T06:00:00 WARN msg_0018 +2024-04-03T05:00:00 ERROR msg_0019 +2024-04-03T02:00:00 INFO msg_0020 +2024-04-03T07:00:00 INFO msg_0021 +2024-04-03T09:00:00 WARN msg_0022 +2024-04-03T03:00:00 INFO msg_0024 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..08b51d4bb50593d8295428b8d775ed4ffc879a13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01T11:00:00 ERROR msg_0000 +2024-04-01T03:00:00 ERROR msg_0001 +2024-04-01T08:00:00 INFO msg_0002 +2024-04-01T11:00:00 INFO msg_0003 +2024-04-01T06:00:00 INFO msg_0004 +2024-04-01T20:00:00 ERROR msg_0006 +2024-04-01T23:00:00 ERROR msg_0008 +2024-04-01T02:00:00 WARN msg_0009 +2024-04-01T08:00:00 ERROR msg_0010 +2024-04-01T02:00:00 WARN msg_0011 +2024-04-01T08:00:00 ERROR msg_0012 +2024-04-01T00:00:00 ERROR msg_0013 +2024-04-01T00:00:00 INFO msg_0014 +2024-04-01T05:00:00 WARN msg_0015 +2024-04-01T22:00:00 INFO msg_0016 +2024-04-01T05:00:00 INFO msg_0017 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e8be24273f6975f6e965f0c2b857144e9c93ed24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-02.log @@ -0,0 +1,11 @@ +2024-04-02T15:00:00 ERROR msg_0000 +2024-04-02T01:00:00 INFO msg_0002 +2024-04-02T20:00:00 WARN msg_0003 +2024-04-02T05:00:00 WARN msg_0004 +2024-04-02T05:00:00 WARN msg_0005 +2024-04-02T20:00:00 INFO msg_0009 +2024-04-02T14:00:00 INFO msg_0010 +2024-04-02T09:00:00 WARN msg_0012 +2024-04-02T11:00:00 INFO msg_0014 +2024-04-02T23:00:00 ERROR msg_0016 +2024-04-02T11:00:00 ERROR msg_0018 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..069a0b5aecc642cf6340db0d8cd1dee23ab69a94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/recommender-rt/2024-04-03.log @@ -0,0 +1,12 @@ +2024-04-03T00:00:00 WARN msg_0001 +2024-04-03T02:00:00 ERROR msg_0002 +2024-04-03T12:00:00 INFO msg_0003 +2024-04-03T08:00:00 ERROR msg_0004 +2024-04-03T06:00:00 INFO msg_0006 +2024-04-03T12:00:00 INFO msg_0007 +2024-04-03T01:00:00 WARN msg_0008 +2024-04-03T19:00:00 INFO msg_0009 +2024-04-03T09:00:00 WARN msg_0010 +2024-04-03T11:00:00 WARN msg_0014 +2024-04-03T02:00:00 INFO msg_0015 +2024-04-03T16:00:00 INFO msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..94661621ed642fd85f5713088a21d34f0783120c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-01.log @@ -0,0 +1,14 @@ +2024-04-01T06:00:00 INFO msg_0000 +2024-04-01T01:00:00 ERROR msg_0002 +2024-04-01T10:00:00 ERROR msg_0003 +2024-04-01T17:00:00 INFO msg_0004 +2024-04-01T10:00:00 WARN msg_0005 +2024-04-01T00:00:00 ERROR msg_0006 +2024-04-01T00:00:00 INFO msg_0009 +2024-04-01T03:00:00 WARN msg_0010 +2024-04-01T06:00:00 ERROR msg_0011 +2024-04-01T10:00:00 WARN msg_0013 +2024-04-01T23:00:00 INFO msg_0016 +2024-04-01T20:00:00 INFO msg_0017 +2024-04-01T17:00:00 WARN msg_0019 +2024-04-01T04:00:00 ERROR msg_0020 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..c18e275969da54e451258729758c9b2b93ffa5ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-02.log @@ -0,0 +1,15 @@ +2024-04-02T22:00:00 ERROR msg_0000 +2024-04-02T10:00:00 WARN msg_0002 +2024-04-02T09:00:00 WARN msg_0003 +2024-04-02T08:00:00 INFO msg_0004 +2024-04-02T14:00:00 INFO msg_0005 +2024-04-02T09:00:00 ERROR msg_0006 +2024-04-02T20:00:00 WARN msg_0007 +2024-04-02T02:00:00 INFO msg_0008 +2024-04-02T01:00:00 INFO msg_0009 +2024-04-02T14:00:00 INFO msg_0010 +2024-04-02T17:00:00 INFO msg_0011 +2024-04-02T01:00:00 WARN msg_0012 +2024-04-02T07:00:00 INFO msg_0013 +2024-04-02T11:00:00 ERROR msg_0014 +2024-04-02T20:00:00 INFO msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..0dc0c1bfff8b1b1890fe4e99c5568a3921ef1f8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/reporting-etl/2024-04-03.log @@ -0,0 +1,14 @@ +2024-04-03T12:00:00 ERROR msg_0000 +2024-04-03T04:00:00 ERROR msg_0001 +2024-04-03T00:00:00 WARN msg_0002 +2024-04-03T19:00:00 WARN msg_0004 +2024-04-03T20:00:00 INFO msg_0006 +2024-04-03T23:00:00 ERROR msg_0009 +2024-04-03T19:00:00 ERROR msg_0010 +2024-04-03T16:00:00 WARN msg_0011 +2024-04-03T17:00:00 INFO msg_0012 +2024-04-03T05:00:00 WARN msg_0013 +2024-04-03T14:00:00 ERROR msg_0014 +2024-04-03T09:00:00 INFO msg_0015 +2024-04-03T20:00:00 INFO msg_0017 +2024-04-03T12:00:00 ERROR msg_0018 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..063c8801dd2ccc0d11088df3c670561d70093e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-01.log @@ -0,0 +1,17 @@ +2024-04-01T05:00:00 WARN msg_0000 +2024-04-01T07:00:00 WARN msg_0001 +2024-04-01T10:00:00 ERROR msg_0002 +2024-04-01T08:00:00 ERROR msg_0003 +2024-04-01T04:00:00 WARN msg_0004 +2024-04-01T20:00:00 ERROR msg_0005 +2024-04-01T13:00:00 ERROR msg_0007 +2024-04-01T12:00:00 INFO msg_0008 +2024-04-01T08:00:00 WARN msg_0009 +2024-04-01T08:00:00 INFO msg_0010 +2024-04-01T00:00:00 INFO msg_0011 +2024-04-01T16:00:00 WARN msg_0012 +2024-04-01T09:00:00 WARN msg_0013 +2024-04-01T23:00:00 ERROR msg_0014 +2024-04-01T11:00:00 ERROR msg_0015 +2024-04-01T02:00:00 ERROR msg_0016 +2024-04-01T21:00:00 ERROR msg_0017 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..3370f44e8b80548886727a7571f558ff206704d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,13 @@ +2024-04-02T23:00:00 ERROR msg_0000 +2024-04-02T05:00:00 ERROR msg_0001 +2024-04-02T11:00:00 WARN msg_0002 +2024-04-02T16:00:00 ERROR msg_0003 +2024-04-02T12:00:00 INFO msg_0004 +2024-04-02T17:00:00 ERROR msg_0005 +2024-04-02T19:00:00 ERROR msg_0008 +2024-04-02T13:00:00 INFO msg_0010 +2024-04-02T23:00:00 WARN msg_0011 +2024-04-02T23:00:00 WARN msg_0013 +2024-04-02T08:00:00 WARN msg_0014 +2024-04-02T15:00:00 ERROR msg_0015 +2024-04-02T14:00:00 ERROR msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..19f8f06fc36f3caa39c581048c88c09099f31d6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/telemetry/webhook-dispatcher/2024-04-03.log @@ -0,0 +1,15 @@ +2024-04-03T13:00:00 WARN msg_0000 +2024-04-03T09:00:00 WARN msg_0001 +2024-04-03T23:00:00 ERROR msg_0002 +2024-04-03T11:00:00 INFO msg_0003 +2024-04-03T10:00:00 INFO msg_0004 +2024-04-03T01:00:00 INFO msg_0005 +2024-04-03T09:00:00 WARN msg_0006 +2024-04-03T15:00:00 INFO msg_0007 +2024-04-03T12:00:00 WARN msg_0008 +2024-04-03T10:00:00 INFO msg_0009 +2024-04-03T00:00:00 ERROR msg_0010 +2024-04-03T13:00:00 WARN msg_0011 +2024-04-03T23:00:00 WARN msg_0012 +2024-04-03T14:00:00 ERROR msg_0013 +2024-04-03T07:00:00 WARN msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..c5b7bc7c9182c6edb21a86ca70461a51492a2bb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01T17:00:00 WARN msg_0000 +2024-04-01T20:00:00 WARN msg_0001 +2024-04-01T00:00:00 WARN msg_0002 +2024-04-01T16:00:00 ERROR msg_0003 +2024-04-01T11:00:00 ERROR msg_0004 +2024-04-01T02:00:00 WARN msg_0005 +2024-04-01T16:00:00 DEBUG msg_0006 +2024-04-01T05:00:00 WARN msg_0007 +2024-04-01T06:00:00 DEBUG msg_0008 +2024-04-01T06:00:00 DEBUG msg_0009 +2024-04-01T21:00:00 DEBUG msg_0010 +2024-04-01T00:00:00 WARN msg_0011 +2024-04-01T07:00:00 DEBUG msg_0012 +2024-04-01T15:00:00 WARN msg_0013 +2024-04-01T06:00:00 WARN msg_0014 +2024-04-01T12:00:00 WARN msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..fdf304fe188ce7e947468fb6e6fc08cf637df243 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-02.log @@ -0,0 +1,25 @@ +2024-04-02T03:00:00 DEBUG msg_0000 +2024-04-02T15:00:00 INFO msg_0001 +2024-04-02T08:00:00 DEBUG msg_0002 +2024-04-02T16:00:00 DEBUG msg_0003 +2024-04-02T10:00:00 ERROR msg_0004 +2024-04-02T10:00:00 DEBUG msg_0005 +2024-04-02T07:00:00 WARN msg_0006 +2024-04-02T08:00:00 WARN msg_0007 +2024-04-02T12:00:00 DEBUG msg_0008 +2024-04-02T03:00:00 WARN msg_0009 +2024-04-02T21:00:00 ERROR msg_0010 +2024-04-02T17:00:00 DEBUG msg_0011 +2024-04-02T04:00:00 WARN msg_0012 +2024-04-02T04:00:00 ERROR msg_0013 +2024-04-02T05:00:00 ERROR msg_0014 +2024-04-02T02:00:00 INFO msg_0015 +2024-04-02T20:00:00 WARN msg_0016 +2024-04-02T00:00:00 ERROR msg_0017 +2024-04-02T22:00:00 WARN msg_0018 +2024-04-02T17:00:00 WARN msg_0019 +2024-04-02T17:00:00 DEBUG msg_0020 +2024-04-02T12:00:00 WARN msg_0021 +2024-04-02T08:00:00 ERROR msg_0022 +2024-04-02T10:00:00 WARN msg_0023 +2024-04-02T12:00:00 WARN msg_0024 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..314972f985b9737ec1825d72566f2fbf72725561 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/auth-api/2024-04-03.log @@ -0,0 +1,16 @@ +2024-04-03T05:00:00 WARN msg_0000 +2024-04-03T15:00:00 INFO msg_0001 +2024-04-03T07:00:00 WARN msg_0002 +2024-04-03T17:00:00 DEBUG msg_0003 +2024-04-03T21:00:00 INFO msg_0004 +2024-04-03T01:00:00 WARN msg_0005 +2024-04-03T19:00:00 WARN msg_0006 +2024-04-03T05:00:00 ERROR msg_0007 +2024-04-03T21:00:00 DEBUG msg_0008 +2024-04-03T10:00:00 WARN msg_0009 +2024-04-03T15:00:00 ERROR msg_0010 +2024-04-03T05:00:00 ERROR msg_0011 +2024-04-03T23:00:00 DEBUG msg_0012 +2024-04-03T01:00:00 DEBUG msg_0013 +2024-04-03T01:00:00 DEBUG msg_0014 +2024-04-03T08:00:00 DEBUG msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..b63042f60077a26f3662f3a4eaecfce24c4ce58e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-01.log @@ -0,0 +1,20 @@ +2024-04-01T21:00:00 ERROR msg_0000 +2024-04-01T12:00:00 DEBUG msg_0001 +2024-04-01T03:00:00 WARN msg_0002 +2024-04-01T04:00:00 DEBUG msg_0003 +2024-04-01T11:00:00 INFO msg_0004 +2024-04-01T22:00:00 INFO msg_0005 +2024-04-01T23:00:00 ERROR msg_0006 +2024-04-01T16:00:00 ERROR msg_0007 +2024-04-01T19:00:00 INFO msg_0008 +2024-04-01T08:00:00 INFO msg_0009 +2024-04-01T14:00:00 INFO msg_0010 +2024-04-01T07:00:00 ERROR msg_0011 +2024-04-01T14:00:00 DEBUG msg_0012 +2024-04-01T19:00:00 DEBUG msg_0013 +2024-04-01T09:00:00 ERROR msg_0014 +2024-04-01T14:00:00 ERROR msg_0015 +2024-04-01T05:00:00 INFO msg_0016 +2024-04-01T04:00:00 INFO msg_0017 +2024-04-01T14:00:00 INFO msg_0018 +2024-04-01T19:00:00 ERROR msg_0019 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..38da205a41314ab3c19fe3251f81cb7cd1a793fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-02.log @@ -0,0 +1,24 @@ +2024-04-02T19:00:00 DEBUG msg_0000 +2024-04-02T18:00:00 DEBUG msg_0001 +2024-04-02T23:00:00 WARN msg_0002 +2024-04-02T15:00:00 ERROR msg_0003 +2024-04-02T05:00:00 DEBUG msg_0004 +2024-04-02T03:00:00 WARN msg_0005 +2024-04-02T14:00:00 INFO msg_0006 +2024-04-02T12:00:00 WARN msg_0007 +2024-04-02T16:00:00 INFO msg_0008 +2024-04-02T08:00:00 ERROR msg_0009 +2024-04-02T05:00:00 DEBUG msg_0010 +2024-04-02T07:00:00 INFO msg_0011 +2024-04-02T15:00:00 WARN msg_0012 +2024-04-02T21:00:00 WARN msg_0013 +2024-04-02T03:00:00 WARN msg_0014 +2024-04-02T09:00:00 WARN msg_0015 +2024-04-02T00:00:00 DEBUG msg_0016 +2024-04-02T23:00:00 INFO msg_0017 +2024-04-02T20:00:00 WARN msg_0018 +2024-04-02T07:00:00 INFO msg_0019 +2024-04-02T20:00:00 DEBUG msg_0020 +2024-04-02T18:00:00 ERROR msg_0021 +2024-04-02T21:00:00 ERROR msg_0022 +2024-04-02T04:00:00 ERROR msg_0023 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..1476668e44a52697764c706527042fbf7851534c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/catalog-api/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03T08:00:00 ERROR msg_0000 +2024-04-03T03:00:00 WARN msg_0001 +2024-04-03T03:00:00 ERROR msg_0002 +2024-04-03T22:00:00 INFO msg_0003 +2024-04-03T07:00:00 ERROR msg_0004 +2024-04-03T15:00:00 WARN msg_0005 +2024-04-03T08:00:00 INFO msg_0006 +2024-04-03T12:00:00 ERROR msg_0007 +2024-04-03T13:00:00 WARN msg_0008 +2024-04-03T21:00:00 WARN msg_0009 +2024-04-03T16:00:00 ERROR msg_0010 +2024-04-03T21:00:00 DEBUG msg_0011 +2024-04-03T00:00:00 INFO msg_0012 +2024-04-03T12:00:00 ERROR msg_0013 +2024-04-03T05:00:00 WARN msg_0014 +2024-04-03T04:00:00 DEBUG msg_0015 +2024-04-03T10:00:00 ERROR msg_0016 +2024-04-03T01:00:00 ERROR msg_0017 +2024-04-03T01:00:00 WARN msg_0018 +2024-04-03T07:00:00 WARN msg_0019 +2024-04-03T14:00:00 WARN msg_0020 +2024-04-03T12:00:00 INFO msg_0021 +2024-04-03T11:00:00 ERROR msg_0022 +2024-04-03T03:00:00 ERROR msg_0023 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..2a0f697bfc06e4d3836edcda58120b36bd6fd5c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-01.log @@ -0,0 +1,15 @@ +2024-04-01T23:00:00 DEBUG msg_0000 +2024-04-01T10:00:00 INFO msg_0001 +2024-04-01T02:00:00 DEBUG msg_0002 +2024-04-01T20:00:00 INFO msg_0003 +2024-04-01T20:00:00 ERROR msg_0004 +2024-04-01T09:00:00 ERROR msg_0005 +2024-04-01T00:00:00 INFO msg_0006 +2024-04-01T11:00:00 INFO msg_0007 +2024-04-01T04:00:00 ERROR msg_0008 +2024-04-01T04:00:00 DEBUG msg_0009 +2024-04-01T04:00:00 DEBUG msg_0010 +2024-04-01T19:00:00 ERROR msg_0011 +2024-04-01T13:00:00 INFO msg_0012 +2024-04-01T21:00:00 DEBUG msg_0013 +2024-04-01T15:00:00 DEBUG msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..a509897659b681eb774b6196d83387aafa4e3540 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-02.log @@ -0,0 +1,16 @@ +2024-04-02T23:00:00 WARN msg_0000 +2024-04-02T19:00:00 INFO msg_0001 +2024-04-02T23:00:00 INFO msg_0002 +2024-04-02T08:00:00 DEBUG msg_0003 +2024-04-02T01:00:00 ERROR msg_0004 +2024-04-02T06:00:00 ERROR msg_0005 +2024-04-02T18:00:00 WARN msg_0006 +2024-04-02T17:00:00 ERROR msg_0007 +2024-04-02T04:00:00 DEBUG msg_0008 +2024-04-02T17:00:00 DEBUG msg_0009 +2024-04-02T03:00:00 INFO msg_0010 +2024-04-02T08:00:00 INFO msg_0011 +2024-04-02T01:00:00 WARN msg_0012 +2024-04-02T23:00:00 DEBUG msg_0013 +2024-04-02T08:00:00 DEBUG msg_0014 +2024-04-02T21:00:00 INFO msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..077013fc69bf4a749da7ef8d1c57c7f1d0499a50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/checkout-svc/2024-04-03.log @@ -0,0 +1,15 @@ +2024-04-03T14:00:00 INFO msg_0000 +2024-04-03T09:00:00 ERROR msg_0001 +2024-04-03T05:00:00 INFO msg_0002 +2024-04-03T04:00:00 ERROR msg_0003 +2024-04-03T08:00:00 ERROR msg_0004 +2024-04-03T21:00:00 INFO msg_0005 +2024-04-03T22:00:00 WARN msg_0006 +2024-04-03T22:00:00 DEBUG msg_0007 +2024-04-03T05:00:00 INFO msg_0008 +2024-04-03T21:00:00 ERROR msg_0009 +2024-04-03T14:00:00 INFO msg_0010 +2024-04-03T09:00:00 ERROR msg_0011 +2024-04-03T22:00:00 ERROR msg_0012 +2024-04-03T20:00:00 DEBUG msg_0013 +2024-04-03T04:00:00 ERROR msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..66a5dd7b87d4c1921dc16ea591eaba013909dbc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-01.log @@ -0,0 +1,20 @@ +2024-04-01T13:00:00 ERROR msg_0000 +2024-04-01T08:00:00 INFO msg_0001 +2024-04-01T08:00:00 INFO msg_0002 +2024-04-01T19:00:00 WARN msg_0003 +2024-04-01T10:00:00 INFO msg_0004 +2024-04-01T20:00:00 INFO msg_0005 +2024-04-01T14:00:00 DEBUG msg_0006 +2024-04-01T03:00:00 ERROR msg_0007 +2024-04-01T16:00:00 ERROR msg_0008 +2024-04-01T04:00:00 WARN msg_0009 +2024-04-01T14:00:00 WARN msg_0010 +2024-04-01T07:00:00 DEBUG msg_0011 +2024-04-01T20:00:00 INFO msg_0012 +2024-04-01T01:00:00 WARN msg_0013 +2024-04-01T19:00:00 INFO msg_0014 +2024-04-01T17:00:00 WARN msg_0015 +2024-04-01T17:00:00 WARN msg_0016 +2024-04-01T09:00:00 ERROR msg_0017 +2024-04-01T00:00:00 ERROR msg_0018 +2024-04-01T07:00:00 DEBUG msg_0019 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..9730c7957ea3f896c7f6eb5196f2384473f6da15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-02.log @@ -0,0 +1,17 @@ +2024-04-02T06:00:00 ERROR msg_0000 +2024-04-02T18:00:00 ERROR msg_0001 +2024-04-02T15:00:00 DEBUG msg_0002 +2024-04-02T12:00:00 ERROR msg_0003 +2024-04-02T04:00:00 ERROR msg_0004 +2024-04-02T16:00:00 WARN msg_0005 +2024-04-02T09:00:00 INFO msg_0006 +2024-04-02T22:00:00 ERROR msg_0007 +2024-04-02T17:00:00 INFO msg_0008 +2024-04-02T06:00:00 DEBUG msg_0009 +2024-04-02T00:00:00 WARN msg_0010 +2024-04-02T00:00:00 ERROR msg_0011 +2024-04-02T08:00:00 ERROR msg_0012 +2024-04-02T16:00:00 WARN msg_0013 +2024-04-02T18:00:00 INFO msg_0014 +2024-04-02T07:00:00 DEBUG msg_0015 +2024-04-02T10:00:00 ERROR msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..6924fce5ee431f76057e84532b38908e05e48cf3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/email-worker/2024-04-03.log @@ -0,0 +1,16 @@ +2024-04-03T14:00:00 INFO msg_0000 +2024-04-03T06:00:00 WARN msg_0001 +2024-04-03T17:00:00 WARN msg_0002 +2024-04-03T03:00:00 WARN msg_0003 +2024-04-03T02:00:00 DEBUG msg_0004 +2024-04-03T00:00:00 WARN msg_0005 +2024-04-03T13:00:00 INFO msg_0006 +2024-04-03T05:00:00 INFO msg_0007 +2024-04-03T03:00:00 INFO msg_0008 +2024-04-03T02:00:00 ERROR msg_0009 +2024-04-03T20:00:00 ERROR msg_0010 +2024-04-03T09:00:00 DEBUG msg_0011 +2024-04-03T04:00:00 WARN msg_0012 +2024-04-03T11:00:00 DEBUG msg_0013 +2024-04-03T08:00:00 WARN msg_0014 +2024-04-03T19:00:00 ERROR msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..0983119e9711ae72965c08ac6ccf0f04a202af67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-01.log @@ -0,0 +1,17 @@ +2024-04-01T11:00:00 INFO msg_0000 +2024-04-01T19:00:00 ERROR msg_0001 +2024-04-01T04:00:00 DEBUG msg_0002 +2024-04-01T06:00:00 ERROR msg_0003 +2024-04-01T09:00:00 INFO msg_0004 +2024-04-01T12:00:00 DEBUG msg_0005 +2024-04-01T18:00:00 INFO msg_0006 +2024-04-01T21:00:00 WARN msg_0007 +2024-04-01T19:00:00 ERROR msg_0008 +2024-04-01T11:00:00 WARN msg_0009 +2024-04-01T07:00:00 WARN msg_0010 +2024-04-01T17:00:00 ERROR msg_0011 +2024-04-01T20:00:00 WARN msg_0012 +2024-04-01T09:00:00 WARN msg_0013 +2024-04-01T22:00:00 WARN msg_0014 +2024-04-01T11:00:00 INFO msg_0015 +2024-04-01T08:00:00 INFO msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..eb6197a11d7f24527c909ecaa419ba601a9613c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-02.log @@ -0,0 +1,16 @@ +2024-04-02T05:00:00 INFO msg_0000 +2024-04-02T22:00:00 DEBUG msg_0001 +2024-04-02T04:00:00 WARN msg_0002 +2024-04-02T17:00:00 ERROR msg_0003 +2024-04-02T04:00:00 INFO msg_0004 +2024-04-02T05:00:00 WARN msg_0005 +2024-04-02T20:00:00 DEBUG msg_0006 +2024-04-02T21:00:00 ERROR msg_0007 +2024-04-02T12:00:00 WARN msg_0008 +2024-04-02T01:00:00 DEBUG msg_0009 +2024-04-02T05:00:00 WARN msg_0010 +2024-04-02T04:00:00 INFO msg_0011 +2024-04-02T03:00:00 WARN msg_0012 +2024-04-02T04:00:00 INFO msg_0013 +2024-04-02T07:00:00 DEBUG msg_0014 +2024-04-02T16:00:00 WARN msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a22f50af6484fea78e024107198deff13714cb66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/gateway-edge/2024-04-03.log @@ -0,0 +1,17 @@ +2024-04-03T19:00:00 DEBUG msg_0000 +2024-04-03T23:00:00 DEBUG msg_0001 +2024-04-03T05:00:00 INFO msg_0002 +2024-04-03T01:00:00 WARN msg_0003 +2024-04-03T17:00:00 ERROR msg_0004 +2024-04-03T07:00:00 DEBUG msg_0005 +2024-04-03T18:00:00 INFO msg_0006 +2024-04-03T23:00:00 DEBUG msg_0007 +2024-04-03T10:00:00 INFO msg_0008 +2024-04-03T14:00:00 INFO msg_0009 +2024-04-03T12:00:00 ERROR msg_0010 +2024-04-03T07:00:00 INFO msg_0011 +2024-04-03T13:00:00 ERROR msg_0012 +2024-04-03T19:00:00 ERROR msg_0013 +2024-04-03T12:00:00 WARN msg_0014 +2024-04-03T20:00:00 INFO msg_0015 +2024-04-03T09:00:00 WARN msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..e9661b278ec92e12948709046283b814ce7feeb6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-01.log @@ -0,0 +1,21 @@ +2024-04-01T08:00:00 ERROR msg_0000 +2024-04-01T14:00:00 DEBUG msg_0001 +2024-04-01T04:00:00 WARN msg_0002 +2024-04-01T12:00:00 ERROR msg_0003 +2024-04-01T15:00:00 INFO msg_0004 +2024-04-01T18:00:00 WARN msg_0005 +2024-04-01T01:00:00 INFO msg_0006 +2024-04-01T23:00:00 ERROR msg_0007 +2024-04-01T04:00:00 INFO msg_0008 +2024-04-01T16:00:00 ERROR msg_0009 +2024-04-01T02:00:00 DEBUG msg_0010 +2024-04-01T20:00:00 WARN msg_0011 +2024-04-01T13:00:00 ERROR msg_0012 +2024-04-01T14:00:00 ERROR msg_0013 +2024-04-01T13:00:00 DEBUG msg_0014 +2024-04-01T22:00:00 ERROR msg_0015 +2024-04-01T21:00:00 INFO msg_0016 +2024-04-01T18:00:00 INFO msg_0017 +2024-04-01T10:00:00 WARN msg_0018 +2024-04-01T07:00:00 INFO msg_0019 +2024-04-01T11:00:00 DEBUG msg_0020 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7e1665f7a454b3a3cd070c357a08500717de416b --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-02.log @@ -0,0 +1,25 @@ +2024-04-02T00:00:00 DEBUG msg_0000 +2024-04-02T17:00:00 WARN msg_0001 +2024-04-02T01:00:00 ERROR msg_0002 +2024-04-02T04:00:00 WARN msg_0003 +2024-04-02T10:00:00 INFO msg_0004 +2024-04-02T01:00:00 DEBUG msg_0005 +2024-04-02T02:00:00 DEBUG msg_0006 +2024-04-02T13:00:00 INFO msg_0007 +2024-04-02T18:00:00 INFO msg_0008 +2024-04-02T18:00:00 INFO msg_0009 +2024-04-02T01:00:00 WARN msg_0010 +2024-04-02T23:00:00 DEBUG msg_0011 +2024-04-02T09:00:00 ERROR msg_0012 +2024-04-02T03:00:00 INFO msg_0013 +2024-04-02T21:00:00 INFO msg_0014 +2024-04-02T07:00:00 WARN msg_0015 +2024-04-02T18:00:00 ERROR msg_0016 +2024-04-02T06:00:00 INFO msg_0017 +2024-04-02T14:00:00 INFO msg_0018 +2024-04-02T03:00:00 WARN msg_0019 +2024-04-02T14:00:00 ERROR msg_0020 +2024-04-02T17:00:00 INFO msg_0021 +2024-04-02T02:00:00 DEBUG msg_0022 +2024-04-02T04:00:00 INFO msg_0023 +2024-04-02T00:00:00 INFO msg_0024 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..ad7078b5f615353d98301b6e9d585684c5867f2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/inventory-api/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03T02:00:00 WARN msg_0000 +2024-04-03T13:00:00 WARN msg_0001 +2024-04-03T13:00:00 INFO msg_0002 +2024-04-03T08:00:00 WARN msg_0003 +2024-04-03T13:00:00 INFO msg_0004 +2024-04-03T02:00:00 DEBUG msg_0005 +2024-04-03T12:00:00 INFO msg_0006 +2024-04-03T12:00:00 WARN msg_0007 +2024-04-03T17:00:00 DEBUG msg_0008 +2024-04-03T15:00:00 DEBUG msg_0009 +2024-04-03T15:00:00 ERROR msg_0010 +2024-04-03T03:00:00 INFO msg_0011 +2024-04-03T12:00:00 ERROR msg_0012 +2024-04-03T00:00:00 ERROR msg_0013 +2024-04-03T03:00:00 INFO msg_0014 +2024-04-03T07:00:00 INFO msg_0015 +2024-04-03T15:00:00 INFO msg_0016 +2024-04-03T12:00:00 DEBUG msg_0017 +2024-04-03T15:00:00 DEBUG msg_0018 +2024-04-03T21:00:00 ERROR msg_0019 +2024-04-03T07:00:00 ERROR msg_0020 +2024-04-03T09:00:00 DEBUG msg_0021 +2024-04-03T18:00:00 INFO msg_0022 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d33d0e389d12efd27c0fcf82e13885eba494e5e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01T06:00:00 ERROR msg_0000 +2024-04-01T13:00:00 DEBUG msg_0001 +2024-04-01T06:00:00 INFO msg_0002 +2024-04-01T23:00:00 WARN msg_0003 +2024-04-01T07:00:00 ERROR msg_0004 +2024-04-01T09:00:00 DEBUG msg_0005 +2024-04-01T05:00:00 DEBUG msg_0006 +2024-04-01T09:00:00 DEBUG msg_0007 +2024-04-01T20:00:00 DEBUG msg_0008 +2024-04-01T14:00:00 INFO msg_0009 +2024-04-01T17:00:00 ERROR msg_0010 +2024-04-01T00:00:00 WARN msg_0011 +2024-04-01T22:00:00 WARN msg_0012 +2024-04-01T04:00:00 WARN msg_0013 +2024-04-01T12:00:00 INFO msg_0014 +2024-04-01T22:00:00 ERROR msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..115bcd43b8a1e0cb50c03dc1d62b70b8dea9251f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-02.log @@ -0,0 +1,15 @@ +2024-04-02T08:00:00 ERROR msg_0000 +2024-04-02T19:00:00 ERROR msg_0001 +2024-04-02T02:00:00 DEBUG msg_0002 +2024-04-02T16:00:00 INFO msg_0003 +2024-04-02T06:00:00 INFO msg_0004 +2024-04-02T23:00:00 INFO msg_0005 +2024-04-02T10:00:00 INFO msg_0006 +2024-04-02T07:00:00 DEBUG msg_0007 +2024-04-02T09:00:00 WARN msg_0008 +2024-04-02T16:00:00 WARN msg_0009 +2024-04-02T15:00:00 ERROR msg_0010 +2024-04-02T11:00:00 DEBUG msg_0011 +2024-04-02T04:00:00 INFO msg_0012 +2024-04-02T09:00:00 INFO msg_0013 +2024-04-02T04:00:00 ERROR msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..600db77c78fb8c0637a2a2305da677aea2969e41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/ledger-svc/2024-04-03.log @@ -0,0 +1,25 @@ +2024-04-03T04:00:00 INFO msg_0000 +2024-04-03T17:00:00 DEBUG msg_0001 +2024-04-03T23:00:00 INFO msg_0002 +2024-04-03T16:00:00 DEBUG msg_0003 +2024-04-03T15:00:00 WARN msg_0004 +2024-04-03T05:00:00 ERROR msg_0005 +2024-04-03T05:00:00 ERROR msg_0006 +2024-04-03T13:00:00 ERROR msg_0007 +2024-04-03T05:00:00 DEBUG msg_0008 +2024-04-03T09:00:00 DEBUG msg_0009 +2024-04-03T09:00:00 DEBUG msg_0010 +2024-04-03T14:00:00 INFO msg_0011 +2024-04-03T12:00:00 ERROR msg_0012 +2024-04-03T08:00:00 INFO msg_0013 +2024-04-03T09:00:00 WARN msg_0014 +2024-04-03T03:00:00 WARN msg_0015 +2024-04-03T08:00:00 DEBUG msg_0016 +2024-04-03T05:00:00 DEBUG msg_0017 +2024-04-03T06:00:00 WARN msg_0018 +2024-04-03T05:00:00 ERROR msg_0019 +2024-04-03T02:00:00 INFO msg_0020 +2024-04-03T07:00:00 INFO msg_0021 +2024-04-03T09:00:00 WARN msg_0022 +2024-04-03T19:00:00 DEBUG msg_0023 +2024-04-03T03:00:00 INFO msg_0024 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1b74ec6d95c91a01023727bfc225185d535bd45a --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-01.log @@ -0,0 +1,18 @@ +2024-04-01T11:00:00 ERROR msg_0000 +2024-04-01T03:00:00 ERROR msg_0001 +2024-04-01T08:00:00 INFO msg_0002 +2024-04-01T11:00:00 INFO msg_0003 +2024-04-01T06:00:00 INFO msg_0004 +2024-04-01T07:00:00 DEBUG msg_0005 +2024-04-01T20:00:00 ERROR msg_0006 +2024-04-01T20:00:00 DEBUG msg_0007 +2024-04-01T23:00:00 ERROR msg_0008 +2024-04-01T02:00:00 WARN msg_0009 +2024-04-01T08:00:00 ERROR msg_0010 +2024-04-01T02:00:00 WARN msg_0011 +2024-04-01T08:00:00 ERROR msg_0012 +2024-04-01T00:00:00 ERROR msg_0013 +2024-04-01T00:00:00 INFO msg_0014 +2024-04-01T05:00:00 WARN msg_0015 +2024-04-01T22:00:00 INFO msg_0016 +2024-04-01T05:00:00 INFO msg_0017 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..013f87bc18fd625cac8d102cf09a56f3354e17a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-02.log @@ -0,0 +1,19 @@ +2024-04-02T15:00:00 ERROR msg_0000 +2024-04-02T07:00:00 DEBUG msg_0001 +2024-04-02T01:00:00 INFO msg_0002 +2024-04-02T20:00:00 WARN msg_0003 +2024-04-02T05:00:00 WARN msg_0004 +2024-04-02T05:00:00 WARN msg_0005 +2024-04-02T10:00:00 DEBUG msg_0006 +2024-04-02T05:00:00 DEBUG msg_0007 +2024-04-02T04:00:00 DEBUG msg_0008 +2024-04-02T20:00:00 INFO msg_0009 +2024-04-02T14:00:00 INFO msg_0010 +2024-04-02T21:00:00 DEBUG msg_0011 +2024-04-02T09:00:00 WARN msg_0012 +2024-04-02T13:00:00 DEBUG msg_0013 +2024-04-02T11:00:00 INFO msg_0014 +2024-04-02T02:00:00 DEBUG msg_0015 +2024-04-02T23:00:00 ERROR msg_0016 +2024-04-02T08:00:00 DEBUG msg_0017 +2024-04-02T11:00:00 ERROR msg_0018 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..f50516a49bd050a61045324d55bcf51eda34d030 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/recommender-rt/2024-04-03.log @@ -0,0 +1,17 @@ +2024-04-03T08:00:00 DEBUG msg_0000 +2024-04-03T00:00:00 WARN msg_0001 +2024-04-03T02:00:00 ERROR msg_0002 +2024-04-03T12:00:00 INFO msg_0003 +2024-04-03T08:00:00 ERROR msg_0004 +2024-04-03T10:00:00 DEBUG msg_0005 +2024-04-03T06:00:00 INFO msg_0006 +2024-04-03T12:00:00 INFO msg_0007 +2024-04-03T01:00:00 WARN msg_0008 +2024-04-03T19:00:00 INFO msg_0009 +2024-04-03T09:00:00 WARN msg_0010 +2024-04-03T00:00:00 DEBUG msg_0011 +2024-04-03T03:00:00 DEBUG msg_0012 +2024-04-03T07:00:00 DEBUG msg_0013 +2024-04-03T11:00:00 WARN msg_0014 +2024-04-03T02:00:00 INFO msg_0015 +2024-04-03T16:00:00 INFO msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..bc217496fb69fb5308f59d6fc20551c42f94e0ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-01.log @@ -0,0 +1,21 @@ +2024-04-01T06:00:00 INFO msg_0000 +2024-04-01T02:00:00 DEBUG msg_0001 +2024-04-01T01:00:00 ERROR msg_0002 +2024-04-01T10:00:00 ERROR msg_0003 +2024-04-01T17:00:00 INFO msg_0004 +2024-04-01T10:00:00 WARN msg_0005 +2024-04-01T00:00:00 ERROR msg_0006 +2024-04-01T13:00:00 DEBUG msg_0007 +2024-04-01T14:00:00 DEBUG msg_0008 +2024-04-01T00:00:00 INFO msg_0009 +2024-04-01T03:00:00 WARN msg_0010 +2024-04-01T06:00:00 ERROR msg_0011 +2024-04-01T13:00:00 DEBUG msg_0012 +2024-04-01T10:00:00 WARN msg_0013 +2024-04-01T03:00:00 DEBUG msg_0014 +2024-04-01T08:00:00 DEBUG msg_0015 +2024-04-01T23:00:00 INFO msg_0016 +2024-04-01T20:00:00 INFO msg_0017 +2024-04-01T16:00:00 DEBUG msg_0018 +2024-04-01T17:00:00 WARN msg_0019 +2024-04-01T04:00:00 ERROR msg_0020 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b3aea8cb8f8c8eb2a222dd18a195866ac6dc9cde --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-02.log @@ -0,0 +1,16 @@ +2024-04-02T22:00:00 ERROR msg_0000 +2024-04-02T03:00:00 DEBUG msg_0001 +2024-04-02T10:00:00 WARN msg_0002 +2024-04-02T09:00:00 WARN msg_0003 +2024-04-02T08:00:00 INFO msg_0004 +2024-04-02T14:00:00 INFO msg_0005 +2024-04-02T09:00:00 ERROR msg_0006 +2024-04-02T20:00:00 WARN msg_0007 +2024-04-02T02:00:00 INFO msg_0008 +2024-04-02T01:00:00 INFO msg_0009 +2024-04-02T14:00:00 INFO msg_0010 +2024-04-02T17:00:00 INFO msg_0011 +2024-04-02T01:00:00 WARN msg_0012 +2024-04-02T07:00:00 INFO msg_0013 +2024-04-02T11:00:00 ERROR msg_0014 +2024-04-02T20:00:00 INFO msg_0015 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..7b8d351aea22e68341ef15fffeb45faa8d170cd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/reporting-etl/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03T12:00:00 ERROR msg_0000 +2024-04-03T04:00:00 ERROR msg_0001 +2024-04-03T00:00:00 WARN msg_0002 +2024-04-03T14:00:00 DEBUG msg_0003 +2024-04-03T19:00:00 WARN msg_0004 +2024-04-03T00:00:00 DEBUG msg_0005 +2024-04-03T20:00:00 INFO msg_0006 +2024-04-03T04:00:00 DEBUG msg_0007 +2024-04-03T18:00:00 DEBUG msg_0008 +2024-04-03T23:00:00 ERROR msg_0009 +2024-04-03T19:00:00 ERROR msg_0010 +2024-04-03T16:00:00 WARN msg_0011 +2024-04-03T17:00:00 INFO msg_0012 +2024-04-03T05:00:00 WARN msg_0013 +2024-04-03T14:00:00 ERROR msg_0014 +2024-04-03T09:00:00 INFO msg_0015 +2024-04-03T05:00:00 DEBUG msg_0016 +2024-04-03T20:00:00 INFO msg_0017 +2024-04-03T12:00:00 ERROR msg_0018 +2024-04-03T01:00:00 DEBUG msg_0019 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-01.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..2e3fb77d19bc3385644bfdc6f2f8a8ae77368b87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-01.log @@ -0,0 +1,18 @@ +2024-04-01T05:00:00 WARN msg_0000 +2024-04-01T07:00:00 WARN msg_0001 +2024-04-01T10:00:00 ERROR msg_0002 +2024-04-01T08:00:00 ERROR msg_0003 +2024-04-01T04:00:00 WARN msg_0004 +2024-04-01T20:00:00 ERROR msg_0005 +2024-04-01T15:00:00 DEBUG msg_0006 +2024-04-01T13:00:00 ERROR msg_0007 +2024-04-01T12:00:00 INFO msg_0008 +2024-04-01T08:00:00 WARN msg_0009 +2024-04-01T08:00:00 INFO msg_0010 +2024-04-01T00:00:00 INFO msg_0011 +2024-04-01T16:00:00 WARN msg_0012 +2024-04-01T09:00:00 WARN msg_0013 +2024-04-01T23:00:00 ERROR msg_0014 +2024-04-01T11:00:00 ERROR msg_0015 +2024-04-01T02:00:00 ERROR msg_0016 +2024-04-01T21:00:00 ERROR msg_0017 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e2159c9a54cfc1b0c1b1d9cd4b4d151452ff1e4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,17 @@ +2024-04-02T23:00:00 ERROR msg_0000 +2024-04-02T05:00:00 ERROR msg_0001 +2024-04-02T11:00:00 WARN msg_0002 +2024-04-02T16:00:00 ERROR msg_0003 +2024-04-02T12:00:00 INFO msg_0004 +2024-04-02T17:00:00 ERROR msg_0005 +2024-04-02T13:00:00 DEBUG msg_0006 +2024-04-02T12:00:00 DEBUG msg_0007 +2024-04-02T19:00:00 ERROR msg_0008 +2024-04-02T21:00:00 DEBUG msg_0009 +2024-04-02T13:00:00 INFO msg_0010 +2024-04-02T23:00:00 WARN msg_0011 +2024-04-02T17:00:00 DEBUG msg_0012 +2024-04-02T23:00:00 WARN msg_0013 +2024-04-02T08:00:00 WARN msg_0014 +2024-04-02T15:00:00 ERROR msg_0015 +2024-04-02T14:00:00 ERROR msg_0016 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-03.log b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..19f8f06fc36f3caa39c581048c88c09099f31d6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/telemetry/webhook-dispatcher/2024-04-03.log @@ -0,0 +1,15 @@ +2024-04-03T13:00:00 WARN msg_0000 +2024-04-03T09:00:00 WARN msg_0001 +2024-04-03T23:00:00 ERROR msg_0002 +2024-04-03T11:00:00 INFO msg_0003 +2024-04-03T10:00:00 INFO msg_0004 +2024-04-03T01:00:00 INFO msg_0005 +2024-04-03T09:00:00 WARN msg_0006 +2024-04-03T15:00:00 INFO msg_0007 +2024-04-03T12:00:00 WARN msg_0008 +2024-04-03T10:00:00 INFO msg_0009 +2024-04-03T00:00:00 ERROR msg_0010 +2024-04-03T13:00:00 WARN msg_0011 +2024-04-03T23:00:00 WARN msg_0012 +2024-04-03T14:00:00 ERROR msg_0013 +2024-04-03T07:00:00 WARN msg_0014 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_01d0566482/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/reports/per_store_totals.tsv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/reports/per_store_totals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..836ed4d4c1ecc32fad09dd06e9f378c0b4ae72de --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/reports/per_store_totals.tsv @@ -0,0 +1,25 @@ +denver-flagship 3685 +dublin-ap 2515 +london-ap 3728 +osaka-ap 3690 +seattle-flagship 4865 +tokyo-flagship 4193 +auckland-eu 2666 +bangalore-flagship 2332 +new-york-flagship 2200 +shanghai-flagship 3261 +auckland-flagship 2708 +barcelona-eu 3227 +london-flagship 2573 +manchester-eu 2331 +barcelona-flagship 3957 +dublin-flagship 3917 +manchester-flagship 2511 +osaka-flagship 3387 +singapore-flagship 2392 +vancouver-flagship 3572 +barcelona-us 2970 +beijing-flagship 4925 +singapore-us 3448 +sydney-flagship 4063 +vancouver-us 3213 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/denver-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/denver-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..2e8104b64de69f1ae5de6b463ba69ebe0980244d --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/denver-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,4,11 +wireless-mouse,20,34 +ergo-chair,17,4 +wireless-mouse,16,14 +espresso-blend,1,15 +laptop-stand,6,47 +linen-notebook,19,29 +noise-isolating-headphones,6,23 +ceramic-mug,20,13 +noise-isolating-headphones,10,39 +ceramic-mug,11,47 +wireless-mouse,12,43 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/dublin-ap.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/dublin-ap.csv new file mode 100644 index 0000000000000000000000000000000000000000..50a119b893ad93ed35ddb7c31ac609020473257c --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/dublin-ap.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,17,11 +linen-notebook,12,29 +ergo-chair,19,32 +laptop-stand,2,29 +ergo-chair,6,2 +espresso-blend,7,10 +ceramic-mug,5,38 +led-desk-lamp,13,2 +mechanical-keyboard,13,3 +ceramic-mug,17,5 +wireless-mouse,18,47 +ceylon-tea,2,23 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/london-ap.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/london-ap.csv new file mode 100644 index 0000000000000000000000000000000000000000..71b18c15240554cb22b3f2f1a0042fa7ff60bc49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/london-ap.csv @@ -0,0 +1,13 @@ +item,qty,price +led-desk-lamp,16,36 +ergo-chair,15,5 +ceylon-tea,5,48 +linen-notebook,17,47 +espresso-blend,14,31 +ceylon-tea,4,9 +ergo-chair,15,18 +led-desk-lamp,14,36 +ceylon-tea,11,20 +ceylon-tea,6,32 +ceramic-mug,9,8 +ceramic-mug,10,31 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/osaka-ap.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/osaka-ap.csv new file mode 100644 index 0000000000000000000000000000000000000000..192845c72df244fd1ae6096825ef32a44b2e43a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/osaka-ap.csv @@ -0,0 +1,13 @@ +item,qty,price +espresso-blend,14,28 +ceramic-mug,18,33 +ceylon-tea,15,45 +mechanical-keyboard,5,29 +ceylon-tea,9,22 +laptop-stand,13,26 +espresso-blend,12,11 +laptop-stand,15,20 +noise-isolating-headphones,4,38 +laptop-stand,18,9 +ergo-chair,14,13 +espresso-blend,10,42 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/seattle-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/seattle-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..0c5848ef04d56f5b62678b18faf44b858d119ea9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/seattle-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,19,46 +espresso-blend,13,46 +espresso-blend,6,36 +noise-isolating-headphones,14,7 +ergo-chair,20,44 +noise-isolating-headphones,16,19 +led-desk-lamp,15,50 +mechanical-keyboard,9,5 +linen-notebook,12,42 +wireless-mouse,12,5 +wireless-mouse,1,50 +led-desk-lamp,18,27 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/tokyo-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/tokyo-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3068e8fc6d8af9c47fbbea65ea53046ee62f69b --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/ap-northeast-1/tokyo-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +led-desk-lamp,2,35 +linen-notebook,17,32 +laptop-stand,12,4 +ceylon-tea,16,12 +noise-isolating-headphones,18,50 +wireless-mouse,17,27 +led-desk-lamp,17,42 +ergo-chair,2,44 +linen-notebook,13,49 +ergo-chair,3,1 +espresso-blend,17,23 +ceylon-tea,3,49 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/auckland-eu.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/auckland-eu.csv new file mode 100644 index 0000000000000000000000000000000000000000..090d30d5534aa1d1db0872d3d567d014b61b8908 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/auckland-eu.csv @@ -0,0 +1,13 @@ +item,qty,price +espresso-blend,20,30 +espresso-blend,2,5 +ceramic-mug,11,1 +noise-isolating-headphones,15,38 +ceramic-mug,16,12 +ceramic-mug,2,35 +led-desk-lamp,3,33 +ergo-chair,11,3 +mechanical-keyboard,16,2 +noise-isolating-headphones,18,15 +ceylon-tea,13,23 +laptop-stand,15,32 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/bangalore-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/bangalore-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..c141e8004ec71696fd97eab88997a6a671fa8288 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/bangalore-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +linen-notebook,8,44 +espresso-blend,3,3 +ergo-chair,16,13 +ceramic-mug,16,45 +led-desk-lamp,12,25 +noise-isolating-headphones,14,7 +ceylon-tea,12,8 +laptop-stand,18,6 +linen-notebook,18,15 +mechanical-keyboard,3,18 +noise-isolating-headphones,7,15 +ceylon-tea,2,6 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/new-york-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/new-york-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..b9b219ca634ed38ec21797cea683a6ecb4d275f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/new-york-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,10,5 +led-desk-lamp,9,4 +espresso-blend,12,9 +linen-notebook,10,3 +espresso-blend,13,34 +mechanical-keyboard,7,37 +ergo-chair,4,38 +espresso-blend,10,8 +laptop-stand,5,22 +wireless-mouse,4,16 +wireless-mouse,20,37 +ceylon-tea,3,43 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/shanghai-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/shanghai-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..3cbed5f6796db3e717ecf7720562959ebac5a599 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-central-1/shanghai-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,16,47 +linen-notebook,9,12 +laptop-stand,11,9 +espresso-blend,2,32 +mechanical-keyboard,20,2 +ceramic-mug,7,29 +noise-isolating-headphones,19,2 +wireless-mouse,10,18 +led-desk-lamp,14,38 +noise-isolating-headphones,20,21 +espresso-blend,15,19 +mechanical-keyboard,18,30 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/auckland-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/auckland-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..afe4224a9d82782b7055b2c6e022f9d4e415231b --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/auckland-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,1,13 +led-desk-lamp,13,1 +mechanical-keyboard,17,31 +wireless-mouse,20,41 +ceylon-tea,2,49 +ergo-chair,8,39 +laptop-stand,11,29 +noise-isolating-headphones,12,9 +noise-isolating-headphones,2,15 +espresso-blend,20,7 +led-desk-lamp,14,17 +noise-isolating-headphones,3,30 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/barcelona-eu.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/barcelona-eu.csv new file mode 100644 index 0000000000000000000000000000000000000000..471f9f6a47c4e01d65ca65058a82cfaca4f0b938 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/barcelona-eu.csv @@ -0,0 +1,13 @@ +item,qty,price +mechanical-keyboard,18,1 +ceylon-tea,5,38 +espresso-blend,17,30 +ceramic-mug,7,15 +laptop-stand,1,19 +noise-isolating-headphones,4,48 +laptop-stand,19,34 +noise-isolating-headphones,19,26 +ceylon-tea,1,10 +ergo-chair,16,49 +laptop-stand,5,45 +laptop-stand,2,17 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/london-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/london-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d1d0e61df0b7e05993692345ad964f61ed96827 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/london-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +noise-isolating-headphones,1,3 +espresso-blend,4,32 +ceylon-tea,12,16 +noise-isolating-headphones,3,36 +noise-isolating-headphones,13,39 +ergo-chair,16,33 +ceylon-tea,11,36 +mechanical-keyboard,6,35 +wireless-mouse,5,36 +mechanical-keyboard,5,41 +mechanical-keyboard,1,28 +ceramic-mug,11,8 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/manchester-eu.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/manchester-eu.csv new file mode 100644 index 0000000000000000000000000000000000000000..c5ad2cd0f4a3b9d6dc8cb4bc2b5193deff40bafe --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/eu-west-1/manchester-eu.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,3,25 +wireless-mouse,20,3 +wireless-mouse,10,48 +ergo-chair,10,17 +ergo-chair,20,14 +ergo-chair,2,6 +noise-isolating-headphones,1,46 +ergo-chair,14,26 +ceylon-tea,13,3 +mechanical-keyboard,14,23 +espresso-blend,11,42 +noise-isolating-headphones,3,7 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/barcelona-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/barcelona-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..7935e4c6ea9c67f8b6da9b52a9d98b15e2ac3ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/barcelona-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,2,24 +wireless-mouse,10,10 +mechanical-keyboard,20,46 +led-desk-lamp,13,31 +ceylon-tea,5,18 +wireless-mouse,10,30 +ceramic-mug,15,43 +linen-notebook,15,47 +mechanical-keyboard,18,16 +mechanical-keyboard,18,9 +ergo-chair,2,44 +laptop-stand,13,16 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/dublin-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/dublin-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e4de1a4eeb1a4bd0671e383aaf57b11111c3967 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/dublin-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,18,50 +mechanical-keyboard,16,15 +led-desk-lamp,13,4 +ergo-chair,4,45 +wireless-mouse,4,7 +espresso-blend,2,40 +wireless-mouse,18,20 +noise-isolating-headphones,4,1 +linen-notebook,14,33 +ergo-chair,18,40 +linen-notebook,12,33 +ceramic-mug,11,45 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/manchester-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/manchester-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..73c0cb850e3f0b8cc877b3770461d0c7ec5eda40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/manchester-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,13,13 +noise-isolating-headphones,13,22 +ceylon-tea,18,2 +linen-notebook,19,9 +noise-isolating-headphones,2,44 +noise-isolating-headphones,3,24 +wireless-mouse,16,19 +noise-isolating-headphones,15,25 +led-desk-lamp,5,6 +espresso-blend,10,13 +wireless-mouse,10,50 +linen-notebook,10,35 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/osaka-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/osaka-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ce822e2b6368d5d3a93e70f2eb7d241cfd41762 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/osaka-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,16,34 +led-desk-lamp,7,16 +noise-isolating-headphones,14,50 +mechanical-keyboard,5,44 +led-desk-lamp,12,49 +ceylon-tea,11,25 +wireless-mouse,9,30 +ceylon-tea,10,22 +noise-isolating-headphones,19,15 +ceylon-tea,8,17 +led-desk-lamp,3,3 +mechanical-keyboard,4,7 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/singapore-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/singapore-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..608cc55c6634e3c11156c258a3f6a8e2bb4241bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/singapore-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,16,7 +ceramic-mug,10,32 +laptop-stand,10,21 +laptop-stand,2,43 +mechanical-keyboard,3,1 +wireless-mouse,1,20 +mechanical-keyboard,15,1 +ceramic-mug,19,19 +wireless-mouse,6,28 +ceylon-tea,6,47 +noise-isolating-headphones,16,42 +mechanical-keyboard,13,11 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/vancouver-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/vancouver-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ccf5093079069d22519383941a37e1211e39756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-east-1/vancouver-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,8,9 +espresso-blend,8,2 +espresso-blend,16,26 +ceylon-tea,17,46 +ergo-chair,6,19 +espresso-blend,16,15 +laptop-stand,5,50 +linen-notebook,9,8 +linen-notebook,20,36 +ceramic-mug,16,44 +noise-isolating-headphones,6,17 +espresso-blend,2,42 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/barcelona-us.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/barcelona-us.csv new file mode 100644 index 0000000000000000000000000000000000000000..fedb156735895e1c254b33561783c1ac79c9412f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/barcelona-us.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,20,38 +noise-isolating-headphones,19,20 +espresso-blend,10,15 +laptop-stand,7,45 +linen-notebook,6,29 +mechanical-keyboard,9,12 +ceramic-mug,17,5 +led-desk-lamp,3,45 +mechanical-keyboard,9,46 +ergo-chair,7,25 +mechanical-keyboard,6,33 +wireless-mouse,19,4 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/beijing-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/beijing-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..33438fb8cfdb94ebd45a56c39f026ee8b08ce14b --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/beijing-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +noise-isolating-headphones,8,7 +led-desk-lamp,15,19 +led-desk-lamp,17,48 +ceylon-tea,10,18 +mechanical-keyboard,16,29 +linen-notebook,2,10 +linen-notebook,12,39 +wireless-mouse,20,30 +mechanical-keyboard,18,46 +mechanical-keyboard,6,21 +wireless-mouse,18,9 +ceylon-tea,20,46 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/singapore-us.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/singapore-us.csv new file mode 100644 index 0000000000000000000000000000000000000000..c53ff12cfcf8345ade13e94b0e54615d6fa7c38a --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/singapore-us.csv @@ -0,0 +1,13 @@ +item,qty,price +espresso-blend,12,45 +ceramic-mug,3,33 +laptop-stand,4,33 +led-desk-lamp,3,20 +ceramic-mug,11,17 +espresso-blend,18,31 +laptop-stand,10,38 +mechanical-keyboard,5,32 +ceramic-mug,10,6 +ceylon-tea,14,13 +mechanical-keyboard,10,29 +mechanical-keyboard,20,40 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/sydney-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/sydney-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..722f4ee7a3dcf85054ee927ba25c9fc8b15e491f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/sydney-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,10,29 +mechanical-keyboard,19,27 +laptop-stand,17,46 +noise-isolating-headphones,15,19 +noise-isolating-headphones,6,39 +ceylon-tea,12,24 +ergo-chair,6,27 +ergo-chair,5,38 +linen-notebook,19,39 +laptop-stand,15,32 +noise-isolating-headphones,8,8 +noise-isolating-headphones,1,34 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/vancouver-us.csv b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/vancouver-us.csv new file mode 100644 index 0000000000000000000000000000000000000000..79f608fd90654306943643e98e0b46afc3f8b6d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/sales/us-west-2/vancouver-us.csv @@ -0,0 +1,13 @@ +item,qty,price +mechanical-keyboard,19,10 +linen-notebook,16,21 +linen-notebook,13,17 +ceylon-tea,2,37 +ergo-chair,11,24 +laptop-stand,11,22 +wireless-mouse,15,19 +espresso-blend,7,26 +led-desk-lamp,7,39 +noise-isolating-headphones,16,30 +led-desk-lamp,14,13 +ceramic-mug,11,44 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/denver-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/denver-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..2e8104b64de69f1ae5de6b463ba69ebe0980244d --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/denver-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,4,11 +wireless-mouse,20,34 +ergo-chair,17,4 +wireless-mouse,16,14 +espresso-blend,1,15 +laptop-stand,6,47 +linen-notebook,19,29 +noise-isolating-headphones,6,23 +ceramic-mug,20,13 +noise-isolating-headphones,10,39 +ceramic-mug,11,47 +wireless-mouse,12,43 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/dublin-ap.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/dublin-ap.csv new file mode 100644 index 0000000000000000000000000000000000000000..50a119b893ad93ed35ddb7c31ac609020473257c --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/dublin-ap.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,17,11 +linen-notebook,12,29 +ergo-chair,19,32 +laptop-stand,2,29 +ergo-chair,6,2 +espresso-blend,7,10 +ceramic-mug,5,38 +led-desk-lamp,13,2 +mechanical-keyboard,13,3 +ceramic-mug,17,5 +wireless-mouse,18,47 +ceylon-tea,2,23 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/london-ap.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/london-ap.csv new file mode 100644 index 0000000000000000000000000000000000000000..71b18c15240554cb22b3f2f1a0042fa7ff60bc49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/london-ap.csv @@ -0,0 +1,13 @@ +item,qty,price +led-desk-lamp,16,36 +ergo-chair,15,5 +ceylon-tea,5,48 +linen-notebook,17,47 +espresso-blend,14,31 +ceylon-tea,4,9 +ergo-chair,15,18 +led-desk-lamp,14,36 +ceylon-tea,11,20 +ceylon-tea,6,32 +ceramic-mug,9,8 +ceramic-mug,10,31 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/osaka-ap.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/osaka-ap.csv new file mode 100644 index 0000000000000000000000000000000000000000..192845c72df244fd1ae6096825ef32a44b2e43a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/osaka-ap.csv @@ -0,0 +1,13 @@ +item,qty,price +espresso-blend,14,28 +ceramic-mug,18,33 +ceylon-tea,15,45 +mechanical-keyboard,5,29 +ceylon-tea,9,22 +laptop-stand,13,26 +espresso-blend,12,11 +laptop-stand,15,20 +noise-isolating-headphones,4,38 +laptop-stand,18,9 +ergo-chair,14,13 +espresso-blend,10,42 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/seattle-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/seattle-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..0c5848ef04d56f5b62678b18faf44b858d119ea9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/seattle-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,19,46 +espresso-blend,13,46 +espresso-blend,6,36 +noise-isolating-headphones,14,7 +ergo-chair,20,44 +noise-isolating-headphones,16,19 +led-desk-lamp,15,50 +mechanical-keyboard,9,5 +linen-notebook,12,42 +wireless-mouse,12,5 +wireless-mouse,1,50 +led-desk-lamp,18,27 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/tokyo-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/tokyo-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..b3068e8fc6d8af9c47fbbea65ea53046ee62f69b --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/ap-northeast-1/tokyo-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +led-desk-lamp,2,35 +linen-notebook,17,32 +laptop-stand,12,4 +ceylon-tea,16,12 +noise-isolating-headphones,18,50 +wireless-mouse,17,27 +led-desk-lamp,17,42 +ergo-chair,2,44 +linen-notebook,13,49 +ergo-chair,3,1 +espresso-blend,17,23 +ceylon-tea,3,49 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/auckland-eu.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/auckland-eu.csv new file mode 100644 index 0000000000000000000000000000000000000000..090d30d5534aa1d1db0872d3d567d014b61b8908 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/auckland-eu.csv @@ -0,0 +1,13 @@ +item,qty,price +espresso-blend,20,30 +espresso-blend,2,5 +ceramic-mug,11,1 +noise-isolating-headphones,15,38 +ceramic-mug,16,12 +ceramic-mug,2,35 +led-desk-lamp,3,33 +ergo-chair,11,3 +mechanical-keyboard,16,2 +noise-isolating-headphones,18,15 +ceylon-tea,13,23 +laptop-stand,15,32 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/bangalore-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/bangalore-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..c141e8004ec71696fd97eab88997a6a671fa8288 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/bangalore-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +linen-notebook,8,44 +espresso-blend,3,3 +ergo-chair,16,13 +ceramic-mug,16,45 +led-desk-lamp,12,25 +noise-isolating-headphones,14,7 +ceylon-tea,12,8 +laptop-stand,18,6 +linen-notebook,18,15 +mechanical-keyboard,3,18 +noise-isolating-headphones,7,15 +ceylon-tea,2,6 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/new-york-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/new-york-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..b9b219ca634ed38ec21797cea683a6ecb4d275f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/new-york-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,10,5 +led-desk-lamp,9,4 +espresso-blend,12,9 +linen-notebook,10,3 +espresso-blend,13,34 +mechanical-keyboard,7,37 +ergo-chair,4,38 +espresso-blend,10,8 +laptop-stand,5,22 +wireless-mouse,4,16 +wireless-mouse,20,37 +ceylon-tea,3,43 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/shanghai-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/shanghai-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..3cbed5f6796db3e717ecf7720562959ebac5a599 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-central-1/shanghai-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,16,47 +linen-notebook,9,12 +laptop-stand,11,9 +espresso-blend,2,32 +mechanical-keyboard,20,2 +ceramic-mug,7,29 +noise-isolating-headphones,19,2 +wireless-mouse,10,18 +led-desk-lamp,14,38 +noise-isolating-headphones,20,21 +espresso-blend,15,19 +mechanical-keyboard,18,30 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/auckland-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/auckland-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..afe4224a9d82782b7055b2c6e022f9d4e415231b --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/auckland-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,1,13 +led-desk-lamp,13,1 +mechanical-keyboard,17,31 +wireless-mouse,20,41 +ceylon-tea,2,49 +ergo-chair,8,39 +laptop-stand,11,29 +noise-isolating-headphones,12,9 +noise-isolating-headphones,2,15 +espresso-blend,20,7 +led-desk-lamp,14,17 +noise-isolating-headphones,3,30 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/barcelona-eu.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/barcelona-eu.csv new file mode 100644 index 0000000000000000000000000000000000000000..471f9f6a47c4e01d65ca65058a82cfaca4f0b938 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/barcelona-eu.csv @@ -0,0 +1,13 @@ +item,qty,price +mechanical-keyboard,18,1 +ceylon-tea,5,38 +espresso-blend,17,30 +ceramic-mug,7,15 +laptop-stand,1,19 +noise-isolating-headphones,4,48 +laptop-stand,19,34 +noise-isolating-headphones,19,26 +ceylon-tea,1,10 +ergo-chair,16,49 +laptop-stand,5,45 +laptop-stand,2,17 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/london-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/london-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d1d0e61df0b7e05993692345ad964f61ed96827 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/london-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +noise-isolating-headphones,1,3 +espresso-blend,4,32 +ceylon-tea,12,16 +noise-isolating-headphones,3,36 +noise-isolating-headphones,13,39 +ergo-chair,16,33 +ceylon-tea,11,36 +mechanical-keyboard,6,35 +wireless-mouse,5,36 +mechanical-keyboard,5,41 +mechanical-keyboard,1,28 +ceramic-mug,11,8 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/manchester-eu.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/manchester-eu.csv new file mode 100644 index 0000000000000000000000000000000000000000..c5ad2cd0f4a3b9d6dc8cb4bc2b5193deff40bafe --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/eu-west-1/manchester-eu.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,3,25 +wireless-mouse,20,3 +wireless-mouse,10,48 +ergo-chair,10,17 +ergo-chair,20,14 +ergo-chair,2,6 +noise-isolating-headphones,1,46 +ergo-chair,14,26 +ceylon-tea,13,3 +mechanical-keyboard,14,23 +espresso-blend,11,42 +noise-isolating-headphones,3,7 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/barcelona-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/barcelona-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..7935e4c6ea9c67f8b6da9b52a9d98b15e2ac3ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/barcelona-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,2,24 +wireless-mouse,10,10 +mechanical-keyboard,20,46 +led-desk-lamp,13,31 +ceylon-tea,5,18 +wireless-mouse,10,30 +ceramic-mug,15,43 +linen-notebook,15,47 +mechanical-keyboard,18,16 +mechanical-keyboard,18,9 +ergo-chair,2,44 +laptop-stand,13,16 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/dublin-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/dublin-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e4de1a4eeb1a4bd0671e383aaf57b11111c3967 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/dublin-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,18,50 +mechanical-keyboard,16,15 +led-desk-lamp,13,4 +ergo-chair,4,45 +wireless-mouse,4,7 +espresso-blend,2,40 +wireless-mouse,18,20 +noise-isolating-headphones,4,1 +linen-notebook,14,33 +ergo-chair,18,40 +linen-notebook,12,33 +ceramic-mug,11,45 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/manchester-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/manchester-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..73c0cb850e3f0b8cc877b3770461d0c7ec5eda40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/manchester-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,13,13 +noise-isolating-headphones,13,22 +ceylon-tea,18,2 +linen-notebook,19,9 +noise-isolating-headphones,2,44 +noise-isolating-headphones,3,24 +wireless-mouse,16,19 +noise-isolating-headphones,15,25 +led-desk-lamp,5,6 +espresso-blend,10,13 +wireless-mouse,10,50 +linen-notebook,10,35 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/osaka-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/osaka-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ce822e2b6368d5d3a93e70f2eb7d241cfd41762 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/osaka-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,16,34 +led-desk-lamp,7,16 +noise-isolating-headphones,14,50 +mechanical-keyboard,5,44 +led-desk-lamp,12,49 +ceylon-tea,11,25 +wireless-mouse,9,30 +ceylon-tea,10,22 +noise-isolating-headphones,19,15 +ceylon-tea,8,17 +led-desk-lamp,3,3 +mechanical-keyboard,4,7 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/singapore-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/singapore-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..608cc55c6634e3c11156c258a3f6a8e2bb4241bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/singapore-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,16,7 +ceramic-mug,10,32 +laptop-stand,10,21 +laptop-stand,2,43 +mechanical-keyboard,3,1 +wireless-mouse,1,20 +mechanical-keyboard,15,1 +ceramic-mug,19,19 +wireless-mouse,6,28 +ceylon-tea,6,47 +noise-isolating-headphones,16,42 +mechanical-keyboard,13,11 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/vancouver-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/vancouver-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ccf5093079069d22519383941a37e1211e39756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-east-1/vancouver-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +wireless-mouse,8,9 +espresso-blend,8,2 +espresso-blend,16,26 +ceylon-tea,17,46 +ergo-chair,6,19 +espresso-blend,16,15 +laptop-stand,5,50 +linen-notebook,9,8 +linen-notebook,20,36 +ceramic-mug,16,44 +noise-isolating-headphones,6,17 +espresso-blend,2,42 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/barcelona-us.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/barcelona-us.csv new file mode 100644 index 0000000000000000000000000000000000000000..fedb156735895e1c254b33561783c1ac79c9412f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/barcelona-us.csv @@ -0,0 +1,13 @@ +item,qty,price +ergo-chair,20,38 +noise-isolating-headphones,19,20 +espresso-blend,10,15 +laptop-stand,7,45 +linen-notebook,6,29 +mechanical-keyboard,9,12 +ceramic-mug,17,5 +led-desk-lamp,3,45 +mechanical-keyboard,9,46 +ergo-chair,7,25 +mechanical-keyboard,6,33 +wireless-mouse,19,4 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/beijing-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/beijing-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..33438fb8cfdb94ebd45a56c39f026ee8b08ce14b --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/beijing-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +noise-isolating-headphones,8,7 +led-desk-lamp,15,19 +led-desk-lamp,17,48 +ceylon-tea,10,18 +mechanical-keyboard,16,29 +linen-notebook,2,10 +linen-notebook,12,39 +wireless-mouse,20,30 +mechanical-keyboard,18,46 +mechanical-keyboard,6,21 +wireless-mouse,18,9 +ceylon-tea,20,46 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/singapore-us.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/singapore-us.csv new file mode 100644 index 0000000000000000000000000000000000000000..c53ff12cfcf8345ade13e94b0e54615d6fa7c38a --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/singapore-us.csv @@ -0,0 +1,13 @@ +item,qty,price +espresso-blend,12,45 +ceramic-mug,3,33 +laptop-stand,4,33 +led-desk-lamp,3,20 +ceramic-mug,11,17 +espresso-blend,18,31 +laptop-stand,10,38 +mechanical-keyboard,5,32 +ceramic-mug,10,6 +ceylon-tea,14,13 +mechanical-keyboard,10,29 +mechanical-keyboard,20,40 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/sydney-flagship.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/sydney-flagship.csv new file mode 100644 index 0000000000000000000000000000000000000000..722f4ee7a3dcf85054ee927ba25c9fc8b15e491f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/sydney-flagship.csv @@ -0,0 +1,13 @@ +item,qty,price +laptop-stand,10,29 +mechanical-keyboard,19,27 +laptop-stand,17,46 +noise-isolating-headphones,15,19 +noise-isolating-headphones,6,39 +ceylon-tea,12,24 +ergo-chair,6,27 +ergo-chair,5,38 +linen-notebook,19,39 +laptop-stand,15,32 +noise-isolating-headphones,8,8 +noise-isolating-headphones,1,34 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/vancouver-us.csv b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/vancouver-us.csv new file mode 100644 index 0000000000000000000000000000000000000000..79f608fd90654306943643e98e0b46afc3f8b6d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/sales/us-west-2/vancouver-us.csv @@ -0,0 +1,13 @@ +item,qty,price +mechanical-keyboard,19,10 +linen-notebook,16,21 +linen-notebook,13,17 +ceylon-tea,2,37 +ergo-chair,11,24 +laptop-stand,11,22 +wireless-mouse,15,19 +espresso-blend,7,26 +led-desk-lamp,7,39 +noise-isolating-headphones,16,30 +led-desk-lamp,14,13 +ceramic-mug,11,44 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_02a7edec1e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/consent.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/consent.md new file mode 100644 index 0000000000000000000000000000000000000000..29c24ebb59e4d7c85b7f86de4752429e4f0d98a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/consent.md @@ -0,0 +1 @@ +# consent diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/deviation.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/deviation.md new file mode 100644 index 0000000000000000000000000000000000000000..c5eb7d1f46c0173511693c18bee0a36c964c6138 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/deviation.md @@ -0,0 +1 @@ +# deviation diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/protocol.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/protocol.md new file mode 100644 index 0000000000000000000000000000000000000000..fff0c5c0822764370749f5b2e9b987bea068c58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/docs/protocol.md @@ -0,0 +1 @@ +# protocol diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/reports/cohort_sizes.tsv b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/reports/cohort_sizes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b0d4d68365dacf9f915191a11fab340fc34b8ce4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/reports/cohort_sizes.tsv @@ -0,0 +1,5 @@ +c-alpha 49 +c-beta 49 +c-delta 58 +c-epsilon 45 +c-gamma 60 diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-01.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3d140b216d2a3d70bc143d1ba963e221113886c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-01.jsonl @@ -0,0 +1,37 @@ +{"user": "nmurray", "cohort": "c-beta", "score": 11} +{"user": "mtanaka", "cohort": "c-gamma", "score": 52} +{"user": "sstevens", "cohort": "c-gamma", "score": 20} +{"user": "opopov", "cohort": "c-delta", "score": 33} +{"user": "ibarbosa", "cohort": "c-gamma", "score": 98} +{"user": "pklein", "cohort": "c-beta", "score": 75} +{"user": "brivera", "cohort": "c-gamma", "score": 64} +{"user": "lgonzalez", "cohort": "c-epsilon", "score": 75} +{"user": "tvasquez", "cohort": "c-delta", "score": 99} +{"user": "tvasquez", "cohort": "c-gamma", "score": 54} +{"user": "tvasquez", "cohort": "c-gamma", "score": 3} +{"user": "azhang", "cohort": "c-epsilon", "score": 7} +{"user": "flindqvist", "cohort": "c-gamma", "score": 29} +{"user": "xlee", "cohort": "c-beta", "score": 93} +{"user": "azhang", "cohort": "c-beta", "score": 49} +{"user": "xlee", "cohort": "c-alpha", "score": 81} +{"user": "azhang", "cohort": "c-epsilon", "score": 57} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 4} +{"user": "jsmith", "cohort": "c-epsilon", "score": 31} +{"user": "qyu", "cohort": "c-gamma", "score": 1} +{"user": "vwang", "cohort": "c-gamma", "score": 10} +{"user": "uvogt", "cohort": "c-epsilon", "score": 91} +{"user": "sstevens", "cohort": "c-delta", "score": 11} +{"user": "pklein", "cohort": "c-gamma", "score": 66} +{"user": "uvogt", "cohort": "c-gamma", "score": 93} +{"user": "hchen", "cohort": "c-beta", "score": 45} +{"user": "ibarbosa", "cohort": "c-alpha", "score": 41} +{"user": "ibarbosa", "cohort": "c-delta", "score": 25} +{"user": "xlee", "cohort": "c-gamma", "score": 43} +{"user": "tvasquez", "cohort": "c-gamma", "score": 100} +{"user": "jsmith", "cohort": "c-beta", "score": 8} +{"user": "nmurray", "cohort": "c-gamma", "score": 100} +{"user": "azhang", "cohort": "c-gamma", "score": 1} +{"user": "nmurray", "cohort": "c-alpha", "score": 3} +{"user": "ibarbosa", "cohort": "c-gamma", "score": 35} +{"user": "opopov", "cohort": "c-delta", "score": 77} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 16} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-02.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1b9f3016d92becde8d3b133771067a74428e6411 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-02.jsonl @@ -0,0 +1,32 @@ +{"user": "kkuznetsov", "cohort": "c-alpha", "score": 65} +{"user": "flindqvist", "cohort": "c-gamma", "score": 50} +{"user": "sstevens", "cohort": "c-gamma", "score": 9} +{"user": "flindqvist", "cohort": "c-epsilon", "score": 83} +{"user": "mtanaka", "cohort": "c-delta", "score": 15} +{"user": "qyu", "cohort": "c-alpha", "score": 80} +{"user": "nmurray", "cohort": "c-delta", "score": 57} +{"user": "hchen", "cohort": "c-delta", "score": 29} +{"user": "hchen", "cohort": "c-beta", "score": 86} +{"user": "qyu", "cohort": "c-epsilon", "score": 31} +{"user": "pklein", "cohort": "c-gamma", "score": 32} +{"user": "rrossi", "cohort": "c-delta", "score": 74} +{"user": "qyu", "cohort": "c-delta", "score": 17} +{"user": "gkaur", "cohort": "c-gamma", "score": 97} +{"user": "vwang", "cohort": "c-epsilon", "score": 13} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 47} +{"user": "opopov", "cohort": "c-alpha", "score": 31} +{"user": "vwang", "cohort": "c-epsilon", "score": 94} +{"user": "vwang", "cohort": "c-gamma", "score": 51} +{"user": "epatel", "cohort": "c-alpha", "score": 30} +{"user": "jsmith", "cohort": "c-epsilon", "score": 16} +{"user": "lgonzalez", "cohort": "c-alpha", "score": 64} +{"user": "tvasquez", "cohort": "c-delta", "score": 56} +{"user": "lgonzalez", "cohort": "c-beta", "score": 88} +{"user": "doneill", "cohort": "c-epsilon", "score": 68} +{"user": "opopov", "cohort": "c-alpha", "score": 91} +{"user": "kkuznetsov", "cohort": "c-beta", "score": 75} +{"user": "jsmith", "cohort": "c-alpha", "score": 99} +{"user": "nmurray", "cohort": "c-alpha", "score": 51} +{"user": "ibarbosa", "cohort": "c-delta", "score": 69} +{"user": "doneill", "cohort": "c-gamma", "score": 21} +{"user": "nmurray", "cohort": "c-epsilon", "score": 38} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-03.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..03f98a862545b6c3c0a0663a0524276c7e892284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-03.jsonl @@ -0,0 +1,40 @@ +{"user": "lgonzalez", "cohort": "c-delta", "score": 31} +{"user": "ibarbosa", "cohort": "c-alpha", "score": 80} +{"user": "qyu", "cohort": "c-epsilon", "score": 46} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 70} +{"user": "hchen", "cohort": "c-beta", "score": 61} +{"user": "sstevens", "cohort": "c-beta", "score": 42} +{"user": "doneill", "cohort": "c-alpha", "score": 67} +{"user": "epatel", "cohort": "c-alpha", "score": 57} +{"user": "hchen", "cohort": "c-gamma", "score": 28} +{"user": "nmurray", "cohort": "c-delta", "score": 65} +{"user": "jsmith", "cohort": "c-epsilon", "score": 20} +{"user": "pklein", "cohort": "c-delta", "score": 73} +{"user": "qyu", "cohort": "c-delta", "score": 88} +{"user": "uvogt", "cohort": "c-alpha", "score": 90} +{"user": "jsmith", "cohort": "c-beta", "score": 58} +{"user": "wxu", "cohort": "c-delta", "score": 98} +{"user": "wxu", "cohort": "c-delta", "score": 98} +{"user": "azhang", "cohort": "c-delta", "score": 33} +{"user": "vwang", "cohort": "c-epsilon", "score": 60} +{"user": "hchen", "cohort": "c-delta", "score": 4} +{"user": "uvogt", "cohort": "c-alpha", "score": 45} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 35} +{"user": "epatel", "cohort": "c-epsilon", "score": 90} +{"user": "hchen", "cohort": "c-beta", "score": 15} +{"user": "vwang", "cohort": "c-delta", "score": 43} +{"user": "rrossi", "cohort": "c-gamma", "score": 57} +{"user": "brivera", "cohort": "c-gamma", "score": 72} +{"user": "xlee", "cohort": "c-delta", "score": 6} +{"user": "ibarbosa", "cohort": "c-alpha", "score": 68} +{"user": "tvasquez", "cohort": "c-gamma", "score": 73} +{"user": "qyu", "cohort": "c-gamma", "score": 52} +{"user": "kkuznetsov", "cohort": "c-epsilon", "score": 97} +{"user": "nmurray", "cohort": "c-beta", "score": 39} +{"user": "opopov", "cohort": "c-gamma", "score": 59} +{"user": "mtanaka", "cohort": "c-alpha", "score": 35} +{"user": "epatel", "cohort": "c-gamma", "score": 10} +{"user": "opopov", "cohort": "c-gamma", "score": 99} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 35} +{"user": "sstevens", "cohort": "c-alpha", "score": 6} +{"user": "cnakamura", "cohort": "c-alpha", "score": 29} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-04.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bd6483f8364ecd0d9a00729bb301b297872e03a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-04.jsonl @@ -0,0 +1,28 @@ +{"user": "opopov", "cohort": "c-epsilon", "score": 26} +{"user": "tvasquez", "cohort": "c-alpha", "score": 99} +{"user": "nmurray", "cohort": "c-alpha", "score": 18} +{"user": "flindqvist", "cohort": "c-alpha", "score": 74} +{"user": "doneill", "cohort": "c-epsilon", "score": 19} +{"user": "mtanaka", "cohort": "c-delta", "score": 15} +{"user": "hchen", "cohort": "c-delta", "score": 13} +{"user": "jsmith", "cohort": "c-gamma", "score": 58} +{"user": "flindqvist", "cohort": "c-delta", "score": 66} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 82} +{"user": "lgonzalez", "cohort": "c-beta", "score": 38} +{"user": "rrossi", "cohort": "c-alpha", "score": 35} +{"user": "lgonzalez", "cohort": "c-alpha", "score": 88} +{"user": "cnakamura", "cohort": "c-delta", "score": 41} +{"user": "rrossi", "cohort": "c-beta", "score": 25} +{"user": "epatel", "cohort": "c-epsilon", "score": 7} +{"user": "opopov", "cohort": "c-beta", "score": 46} +{"user": "ibarbosa", "cohort": "c-epsilon", "score": 100} +{"user": "qyu", "cohort": "c-beta", "score": 27} +{"user": "jsmith", "cohort": "c-beta", "score": 89} +{"user": "tvasquez", "cohort": "c-gamma", "score": 11} +{"user": "mtanaka", "cohort": "c-beta", "score": 24} +{"user": "nmurray", "cohort": "c-beta", "score": 96} +{"user": "vwang", "cohort": "c-gamma", "score": 3} +{"user": "epatel", "cohort": "c-alpha", "score": 88} +{"user": "xlee", "cohort": "c-alpha", "score": 73} +{"user": "jsmith", "cohort": "c-alpha", "score": 47} +{"user": "sstevens", "cohort": "c-gamma", "score": 46} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-05.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..753fc80f7a5978dda11391fbbcd59dc34185ff47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-05.jsonl @@ -0,0 +1,22 @@ +{"user": "cnakamura", "cohort": "c-beta", "score": 30} +{"user": "brivera", "cohort": "c-beta", "score": 27} +{"user": "azhang", "cohort": "c-beta", "score": 25} +{"user": "sstevens", "cohort": "c-delta", "score": 78} +{"user": "wxu", "cohort": "c-alpha", "score": 50} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 77} +{"user": "vwang", "cohort": "c-beta", "score": 95} +{"user": "qyu", "cohort": "c-beta", "score": 5} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 60} +{"user": "qyu", "cohort": "c-alpha", "score": 61} +{"user": "opopov", "cohort": "c-delta", "score": 80} +{"user": "epatel", "cohort": "c-epsilon", "score": 53} +{"user": "mtanaka", "cohort": "c-delta", "score": 16} +{"user": "rrossi", "cohort": "c-gamma", "score": 6} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 72} +{"user": "tvasquez", "cohort": "c-alpha", "score": 74} +{"user": "tvasquez", "cohort": "c-gamma", "score": 86} +{"user": "flindqvist", "cohort": "c-epsilon", "score": 21} +{"user": "rrossi", "cohort": "c-gamma", "score": 36} +{"user": "qyu", "cohort": "c-epsilon", "score": 66} +{"user": "sstevens", "cohort": "c-beta", "score": 5} +{"user": "tvasquez", "cohort": "c-gamma", "score": 13} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-06.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b7df5f931dd298e8ea08144a5cba44f8cefbd448 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-06.jsonl @@ -0,0 +1,22 @@ +{"user": "doneill", "cohort": "c-beta", "score": 15} +{"user": "xlee", "cohort": "c-gamma", "score": 39} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 14} +{"user": "flindqvist", "cohort": "c-beta", "score": 36} +{"user": "vwang", "cohort": "c-alpha", "score": 42} +{"user": "gkaur", "cohort": "c-gamma", "score": 80} +{"user": "uvogt", "cohort": "c-epsilon", "score": 28} +{"user": "mtanaka", "cohort": "c-beta", "score": 29} +{"user": "opopov", "cohort": "c-alpha", "score": 7} +{"user": "uvogt", "cohort": "c-epsilon", "score": 13} +{"user": "flindqvist", "cohort": "c-delta", "score": 84} +{"user": "flindqvist", "cohort": "c-delta", "score": 68} +{"user": "gkaur", "cohort": "c-delta", "score": 55} +{"user": "flindqvist", "cohort": "c-gamma", "score": 84} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 42} +{"user": "rrossi", "cohort": "c-alpha", "score": 14} +{"user": "rrossi", "cohort": "c-gamma", "score": 27} +{"user": "pklein", "cohort": "c-delta", "score": 17} +{"user": "sstevens", "cohort": "c-delta", "score": 33} +{"user": "qyu", "cohort": "c-delta", "score": 49} +{"user": "epatel", "cohort": "c-epsilon", "score": 65} +{"user": "lgonzalez", "cohort": "c-delta", "score": 90} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-07.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7077e3b7ed98487476eb92c66a439d8d00274204 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-07.jsonl @@ -0,0 +1,22 @@ +{"user": "nmurray", "cohort": "c-gamma", "score": 85} +{"user": "cnakamura", "cohort": "c-gamma", "score": 72} +{"user": "mtanaka", "cohort": "c-alpha", "score": 58} +{"user": "uvogt", "cohort": "c-alpha", "score": 9} +{"user": "doneill", "cohort": "c-beta", "score": 98} +{"user": "mtanaka", "cohort": "c-gamma", "score": 99} +{"user": "rrossi", "cohort": "c-gamma", "score": 34} +{"user": "mtanaka", "cohort": "c-delta", "score": 46} +{"user": "rrossi", "cohort": "c-alpha", "score": 16} +{"user": "sstevens", "cohort": "c-delta", "score": 20} +{"user": "mtanaka", "cohort": "c-epsilon", "score": 80} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 14} +{"user": "opopov", "cohort": "c-epsilon", "score": 10} +{"user": "wxu", "cohort": "c-gamma", "score": 2} +{"user": "nmurray", "cohort": "c-delta", "score": 56} +{"user": "doneill", "cohort": "c-delta", "score": 77} +{"user": "epatel", "cohort": "c-delta", "score": 74} +{"user": "azhang", "cohort": "c-beta", "score": 48} +{"user": "tvasquez", "cohort": "c-epsilon", "score": 70} +{"user": "xlee", "cohort": "c-epsilon", "score": 52} +{"user": "rrossi", "cohort": "c-alpha", "score": 10} +{"user": "opopov", "cohort": "c-beta", "score": 15} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-08.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-08.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5f76143ea537801960124f79ec5553a01018798e --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-08.jsonl @@ -0,0 +1,32 @@ +{"user": "nmurray", "cohort": "c-beta", "score": 14} +{"user": "azhang", "cohort": "c-delta", "score": 86} +{"user": "pklein", "cohort": "c-beta", "score": 71} +{"user": "tvasquez", "cohort": "c-delta", "score": 6} +{"user": "doneill", "cohort": "c-epsilon", "score": 44} +{"user": "gkaur", "cohort": "c-delta", "score": 65} +{"user": "qyu", "cohort": "c-delta", "score": 5} +{"user": "ibarbosa", "cohort": "c-beta", "score": 12} +{"user": "sstevens", "cohort": "c-alpha", "score": 8} +{"user": "wxu", "cohort": "c-delta", "score": 89} +{"user": "kkuznetsov", "cohort": "c-gamma", "score": 33} +{"user": "nmurray", "cohort": "c-epsilon", "score": 33} +{"user": "tvasquez", "cohort": "c-alpha", "score": 7} +{"user": "nmurray", "cohort": "c-alpha", "score": 28} +{"user": "wxu", "cohort": "c-epsilon", "score": 79} +{"user": "lgonzalez", "cohort": "c-alpha", "score": 13} +{"user": "tvasquez", "cohort": "c-alpha", "score": 6} +{"user": "qyu", "cohort": "c-alpha", "score": 98} +{"user": "jsmith", "cohort": "c-epsilon", "score": 58} +{"user": "doneill", "cohort": "c-beta", "score": 75} +{"user": "opopov", "cohort": "c-gamma", "score": 1} +{"user": "tvasquez", "cohort": "c-epsilon", "score": 100} +{"user": "nmurray", "cohort": "c-delta", "score": 35} +{"user": "azhang", "cohort": "c-alpha", "score": 11} +{"user": "mtanaka", "cohort": "c-epsilon", "score": 69} +{"user": "azhang", "cohort": "c-gamma", "score": 56} +{"user": "nmurray", "cohort": "c-alpha", "score": 17} +{"user": "tvasquez", "cohort": "c-delta", "score": 89} +{"user": "brivera", "cohort": "c-delta", "score": 43} +{"user": "doneill", "cohort": "c-alpha", "score": 67} +{"user": "brivera", "cohort": "c-delta", "score": 100} +{"user": "xlee", "cohort": "c-beta", "score": 35} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-09.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-09.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d3cd0296fdba78024cf314f61d16648857c0c3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/study/signups/day-09.jsonl @@ -0,0 +1,26 @@ +{"user": "mtanaka", "cohort": "c-gamma", "score": 43} +{"user": "epatel", "cohort": "c-alpha", "score": 84} +{"user": "qyu", "cohort": "c-beta", "score": 13} +{"user": "jsmith", "cohort": "c-epsilon", "score": 93} +{"user": "rrossi", "cohort": "c-gamma", "score": 84} +{"user": "flindqvist", "cohort": "c-beta", "score": 79} +{"user": "ibarbosa", "cohort": "c-beta", "score": 26} +{"user": "kkuznetsov", "cohort": "c-beta", "score": 14} +{"user": "hchen", "cohort": "c-delta", "score": 99} +{"user": "mtanaka", "cohort": "c-gamma", "score": 14} +{"user": "doneill", "cohort": "c-beta", "score": 64} +{"user": "brivera", "cohort": "c-epsilon", "score": 73} +{"user": "uvogt", "cohort": "c-beta", "score": 68} +{"user": "gkaur", "cohort": "c-delta", "score": 3} +{"user": "pklein", "cohort": "c-gamma", "score": 1} +{"user": "rrossi", "cohort": "c-beta", "score": 60} +{"user": "tvasquez", "cohort": "c-epsilon", "score": 26} +{"user": "rrossi", "cohort": "c-delta", "score": 31} +{"user": "tvasquez", "cohort": "c-beta", "score": 32} +{"user": "mtanaka", "cohort": "c-beta", "score": 48} +{"user": "uvogt", "cohort": "c-alpha", "score": 45} +{"user": "vwang", "cohort": "c-delta", "score": 37} +{"user": "epatel", "cohort": "c-beta", "score": 5} +{"user": "hchen", "cohort": "c-epsilon", "score": 16} +{"user": "kkuznetsov", "cohort": "c-beta", "score": 67} +{"user": "nmurray", "cohort": "c-gamma", "score": 7} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/consent.md b/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/consent.md new file mode 100644 index 0000000000000000000000000000000000000000..29c24ebb59e4d7c85b7f86de4752429e4f0d98a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/consent.md @@ -0,0 +1 @@ +# consent diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/deviation.md b/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/deviation.md new file mode 100644 index 0000000000000000000000000000000000000000..c5eb7d1f46c0173511693c18bee0a36c964c6138 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/deviation.md @@ -0,0 +1 @@ +# deviation diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/protocol.md b/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/protocol.md new file mode 100644 index 0000000000000000000000000000000000000000..fff0c5c0822764370749f5b2e9b987bea068c58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/docs/protocol.md @@ -0,0 +1 @@ +# protocol diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-01.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3d140b216d2a3d70bc143d1ba963e221113886c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-01.jsonl @@ -0,0 +1,37 @@ +{"user": "nmurray", "cohort": "c-beta", "score": 11} +{"user": "mtanaka", "cohort": "c-gamma", "score": 52} +{"user": "sstevens", "cohort": "c-gamma", "score": 20} +{"user": "opopov", "cohort": "c-delta", "score": 33} +{"user": "ibarbosa", "cohort": "c-gamma", "score": 98} +{"user": "pklein", "cohort": "c-beta", "score": 75} +{"user": "brivera", "cohort": "c-gamma", "score": 64} +{"user": "lgonzalez", "cohort": "c-epsilon", "score": 75} +{"user": "tvasquez", "cohort": "c-delta", "score": 99} +{"user": "tvasquez", "cohort": "c-gamma", "score": 54} +{"user": "tvasquez", "cohort": "c-gamma", "score": 3} +{"user": "azhang", "cohort": "c-epsilon", "score": 7} +{"user": "flindqvist", "cohort": "c-gamma", "score": 29} +{"user": "xlee", "cohort": "c-beta", "score": 93} +{"user": "azhang", "cohort": "c-beta", "score": 49} +{"user": "xlee", "cohort": "c-alpha", "score": 81} +{"user": "azhang", "cohort": "c-epsilon", "score": 57} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 4} +{"user": "jsmith", "cohort": "c-epsilon", "score": 31} +{"user": "qyu", "cohort": "c-gamma", "score": 1} +{"user": "vwang", "cohort": "c-gamma", "score": 10} +{"user": "uvogt", "cohort": "c-epsilon", "score": 91} +{"user": "sstevens", "cohort": "c-delta", "score": 11} +{"user": "pklein", "cohort": "c-gamma", "score": 66} +{"user": "uvogt", "cohort": "c-gamma", "score": 93} +{"user": "hchen", "cohort": "c-beta", "score": 45} +{"user": "ibarbosa", "cohort": "c-alpha", "score": 41} +{"user": "ibarbosa", "cohort": "c-delta", "score": 25} +{"user": "xlee", "cohort": "c-gamma", "score": 43} +{"user": "tvasquez", "cohort": "c-gamma", "score": 100} +{"user": "jsmith", "cohort": "c-beta", "score": 8} +{"user": "nmurray", "cohort": "c-gamma", "score": 100} +{"user": "azhang", "cohort": "c-gamma", "score": 1} +{"user": "nmurray", "cohort": "c-alpha", "score": 3} +{"user": "ibarbosa", "cohort": "c-gamma", "score": 35} +{"user": "opopov", "cohort": "c-delta", "score": 77} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 16} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-02.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1b9f3016d92becde8d3b133771067a74428e6411 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-02.jsonl @@ -0,0 +1,32 @@ +{"user": "kkuznetsov", "cohort": "c-alpha", "score": 65} +{"user": "flindqvist", "cohort": "c-gamma", "score": 50} +{"user": "sstevens", "cohort": "c-gamma", "score": 9} +{"user": "flindqvist", "cohort": "c-epsilon", "score": 83} +{"user": "mtanaka", "cohort": "c-delta", "score": 15} +{"user": "qyu", "cohort": "c-alpha", "score": 80} +{"user": "nmurray", "cohort": "c-delta", "score": 57} +{"user": "hchen", "cohort": "c-delta", "score": 29} +{"user": "hchen", "cohort": "c-beta", "score": 86} +{"user": "qyu", "cohort": "c-epsilon", "score": 31} +{"user": "pklein", "cohort": "c-gamma", "score": 32} +{"user": "rrossi", "cohort": "c-delta", "score": 74} +{"user": "qyu", "cohort": "c-delta", "score": 17} +{"user": "gkaur", "cohort": "c-gamma", "score": 97} +{"user": "vwang", "cohort": "c-epsilon", "score": 13} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 47} +{"user": "opopov", "cohort": "c-alpha", "score": 31} +{"user": "vwang", "cohort": "c-epsilon", "score": 94} +{"user": "vwang", "cohort": "c-gamma", "score": 51} +{"user": "epatel", "cohort": "c-alpha", "score": 30} +{"user": "jsmith", "cohort": "c-epsilon", "score": 16} +{"user": "lgonzalez", "cohort": "c-alpha", "score": 64} +{"user": "tvasquez", "cohort": "c-delta", "score": 56} +{"user": "lgonzalez", "cohort": "c-beta", "score": 88} +{"user": "doneill", "cohort": "c-epsilon", "score": 68} +{"user": "opopov", "cohort": "c-alpha", "score": 91} +{"user": "kkuznetsov", "cohort": "c-beta", "score": 75} +{"user": "jsmith", "cohort": "c-alpha", "score": 99} +{"user": "nmurray", "cohort": "c-alpha", "score": 51} +{"user": "ibarbosa", "cohort": "c-delta", "score": 69} +{"user": "doneill", "cohort": "c-gamma", "score": 21} +{"user": "nmurray", "cohort": "c-epsilon", "score": 38} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-03.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..03f98a862545b6c3c0a0663a0524276c7e892284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-03.jsonl @@ -0,0 +1,40 @@ +{"user": "lgonzalez", "cohort": "c-delta", "score": 31} +{"user": "ibarbosa", "cohort": "c-alpha", "score": 80} +{"user": "qyu", "cohort": "c-epsilon", "score": 46} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 70} +{"user": "hchen", "cohort": "c-beta", "score": 61} +{"user": "sstevens", "cohort": "c-beta", "score": 42} +{"user": "doneill", "cohort": "c-alpha", "score": 67} +{"user": "epatel", "cohort": "c-alpha", "score": 57} +{"user": "hchen", "cohort": "c-gamma", "score": 28} +{"user": "nmurray", "cohort": "c-delta", "score": 65} +{"user": "jsmith", "cohort": "c-epsilon", "score": 20} +{"user": "pklein", "cohort": "c-delta", "score": 73} +{"user": "qyu", "cohort": "c-delta", "score": 88} +{"user": "uvogt", "cohort": "c-alpha", "score": 90} +{"user": "jsmith", "cohort": "c-beta", "score": 58} +{"user": "wxu", "cohort": "c-delta", "score": 98} +{"user": "wxu", "cohort": "c-delta", "score": 98} +{"user": "azhang", "cohort": "c-delta", "score": 33} +{"user": "vwang", "cohort": "c-epsilon", "score": 60} +{"user": "hchen", "cohort": "c-delta", "score": 4} +{"user": "uvogt", "cohort": "c-alpha", "score": 45} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 35} +{"user": "epatel", "cohort": "c-epsilon", "score": 90} +{"user": "hchen", "cohort": "c-beta", "score": 15} +{"user": "vwang", "cohort": "c-delta", "score": 43} +{"user": "rrossi", "cohort": "c-gamma", "score": 57} +{"user": "brivera", "cohort": "c-gamma", "score": 72} +{"user": "xlee", "cohort": "c-delta", "score": 6} +{"user": "ibarbosa", "cohort": "c-alpha", "score": 68} +{"user": "tvasquez", "cohort": "c-gamma", "score": 73} +{"user": "qyu", "cohort": "c-gamma", "score": 52} +{"user": "kkuznetsov", "cohort": "c-epsilon", "score": 97} +{"user": "nmurray", "cohort": "c-beta", "score": 39} +{"user": "opopov", "cohort": "c-gamma", "score": 59} +{"user": "mtanaka", "cohort": "c-alpha", "score": 35} +{"user": "epatel", "cohort": "c-gamma", "score": 10} +{"user": "opopov", "cohort": "c-gamma", "score": 99} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 35} +{"user": "sstevens", "cohort": "c-alpha", "score": 6} +{"user": "cnakamura", "cohort": "c-alpha", "score": 29} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-04.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bd6483f8364ecd0d9a00729bb301b297872e03a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-04.jsonl @@ -0,0 +1,28 @@ +{"user": "opopov", "cohort": "c-epsilon", "score": 26} +{"user": "tvasquez", "cohort": "c-alpha", "score": 99} +{"user": "nmurray", "cohort": "c-alpha", "score": 18} +{"user": "flindqvist", "cohort": "c-alpha", "score": 74} +{"user": "doneill", "cohort": "c-epsilon", "score": 19} +{"user": "mtanaka", "cohort": "c-delta", "score": 15} +{"user": "hchen", "cohort": "c-delta", "score": 13} +{"user": "jsmith", "cohort": "c-gamma", "score": 58} +{"user": "flindqvist", "cohort": "c-delta", "score": 66} +{"user": "kkuznetsov", "cohort": "c-delta", "score": 82} +{"user": "lgonzalez", "cohort": "c-beta", "score": 38} +{"user": "rrossi", "cohort": "c-alpha", "score": 35} +{"user": "lgonzalez", "cohort": "c-alpha", "score": 88} +{"user": "cnakamura", "cohort": "c-delta", "score": 41} +{"user": "rrossi", "cohort": "c-beta", "score": 25} +{"user": "epatel", "cohort": "c-epsilon", "score": 7} +{"user": "opopov", "cohort": "c-beta", "score": 46} +{"user": "ibarbosa", "cohort": "c-epsilon", "score": 100} +{"user": "qyu", "cohort": "c-beta", "score": 27} +{"user": "jsmith", "cohort": "c-beta", "score": 89} +{"user": "tvasquez", "cohort": "c-gamma", "score": 11} +{"user": "mtanaka", "cohort": "c-beta", "score": 24} +{"user": "nmurray", "cohort": "c-beta", "score": 96} +{"user": "vwang", "cohort": "c-gamma", "score": 3} +{"user": "epatel", "cohort": "c-alpha", "score": 88} +{"user": "xlee", "cohort": "c-alpha", "score": 73} +{"user": "jsmith", "cohort": "c-alpha", "score": 47} +{"user": "sstevens", "cohort": "c-gamma", "score": 46} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-05.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..753fc80f7a5978dda11391fbbcd59dc34185ff47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-05.jsonl @@ -0,0 +1,22 @@ +{"user": "cnakamura", "cohort": "c-beta", "score": 30} +{"user": "brivera", "cohort": "c-beta", "score": 27} +{"user": "azhang", "cohort": "c-beta", "score": 25} +{"user": "sstevens", "cohort": "c-delta", "score": 78} +{"user": "wxu", "cohort": "c-alpha", "score": 50} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 77} +{"user": "vwang", "cohort": "c-beta", "score": 95} +{"user": "qyu", "cohort": "c-beta", "score": 5} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 60} +{"user": "qyu", "cohort": "c-alpha", "score": 61} +{"user": "opopov", "cohort": "c-delta", "score": 80} +{"user": "epatel", "cohort": "c-epsilon", "score": 53} +{"user": "mtanaka", "cohort": "c-delta", "score": 16} +{"user": "rrossi", "cohort": "c-gamma", "score": 6} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 72} +{"user": "tvasquez", "cohort": "c-alpha", "score": 74} +{"user": "tvasquez", "cohort": "c-gamma", "score": 86} +{"user": "flindqvist", "cohort": "c-epsilon", "score": 21} +{"user": "rrossi", "cohort": "c-gamma", "score": 36} +{"user": "qyu", "cohort": "c-epsilon", "score": 66} +{"user": "sstevens", "cohort": "c-beta", "score": 5} +{"user": "tvasquez", "cohort": "c-gamma", "score": 13} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-06.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b7df5f931dd298e8ea08144a5cba44f8cefbd448 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-06.jsonl @@ -0,0 +1,22 @@ +{"user": "doneill", "cohort": "c-beta", "score": 15} +{"user": "xlee", "cohort": "c-gamma", "score": 39} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 14} +{"user": "flindqvist", "cohort": "c-beta", "score": 36} +{"user": "vwang", "cohort": "c-alpha", "score": 42} +{"user": "gkaur", "cohort": "c-gamma", "score": 80} +{"user": "uvogt", "cohort": "c-epsilon", "score": 28} +{"user": "mtanaka", "cohort": "c-beta", "score": 29} +{"user": "opopov", "cohort": "c-alpha", "score": 7} +{"user": "uvogt", "cohort": "c-epsilon", "score": 13} +{"user": "flindqvist", "cohort": "c-delta", "score": 84} +{"user": "flindqvist", "cohort": "c-delta", "score": 68} +{"user": "gkaur", "cohort": "c-delta", "score": 55} +{"user": "flindqvist", "cohort": "c-gamma", "score": 84} +{"user": "lgonzalez", "cohort": "c-gamma", "score": 42} +{"user": "rrossi", "cohort": "c-alpha", "score": 14} +{"user": "rrossi", "cohort": "c-gamma", "score": 27} +{"user": "pklein", "cohort": "c-delta", "score": 17} +{"user": "sstevens", "cohort": "c-delta", "score": 33} +{"user": "qyu", "cohort": "c-delta", "score": 49} +{"user": "epatel", "cohort": "c-epsilon", "score": 65} +{"user": "lgonzalez", "cohort": "c-delta", "score": 90} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-07.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7077e3b7ed98487476eb92c66a439d8d00274204 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-07.jsonl @@ -0,0 +1,22 @@ +{"user": "nmurray", "cohort": "c-gamma", "score": 85} +{"user": "cnakamura", "cohort": "c-gamma", "score": 72} +{"user": "mtanaka", "cohort": "c-alpha", "score": 58} +{"user": "uvogt", "cohort": "c-alpha", "score": 9} +{"user": "doneill", "cohort": "c-beta", "score": 98} +{"user": "mtanaka", "cohort": "c-gamma", "score": 99} +{"user": "rrossi", "cohort": "c-gamma", "score": 34} +{"user": "mtanaka", "cohort": "c-delta", "score": 46} +{"user": "rrossi", "cohort": "c-alpha", "score": 16} +{"user": "sstevens", "cohort": "c-delta", "score": 20} +{"user": "mtanaka", "cohort": "c-epsilon", "score": 80} +{"user": "cnakamura", "cohort": "c-epsilon", "score": 14} +{"user": "opopov", "cohort": "c-epsilon", "score": 10} +{"user": "wxu", "cohort": "c-gamma", "score": 2} +{"user": "nmurray", "cohort": "c-delta", "score": 56} +{"user": "doneill", "cohort": "c-delta", "score": 77} +{"user": "epatel", "cohort": "c-delta", "score": 74} +{"user": "azhang", "cohort": "c-beta", "score": 48} +{"user": "tvasquez", "cohort": "c-epsilon", "score": 70} +{"user": "xlee", "cohort": "c-epsilon", "score": 52} +{"user": "rrossi", "cohort": "c-alpha", "score": 10} +{"user": "opopov", "cohort": "c-beta", "score": 15} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-08.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-08.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5f76143ea537801960124f79ec5553a01018798e --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-08.jsonl @@ -0,0 +1,32 @@ +{"user": "nmurray", "cohort": "c-beta", "score": 14} +{"user": "azhang", "cohort": "c-delta", "score": 86} +{"user": "pklein", "cohort": "c-beta", "score": 71} +{"user": "tvasquez", "cohort": "c-delta", "score": 6} +{"user": "doneill", "cohort": "c-epsilon", "score": 44} +{"user": "gkaur", "cohort": "c-delta", "score": 65} +{"user": "qyu", "cohort": "c-delta", "score": 5} +{"user": "ibarbosa", "cohort": "c-beta", "score": 12} +{"user": "sstevens", "cohort": "c-alpha", "score": 8} +{"user": "wxu", "cohort": "c-delta", "score": 89} +{"user": "kkuznetsov", "cohort": "c-gamma", "score": 33} +{"user": "nmurray", "cohort": "c-epsilon", "score": 33} +{"user": "tvasquez", "cohort": "c-alpha", "score": 7} +{"user": "nmurray", "cohort": "c-alpha", "score": 28} +{"user": "wxu", "cohort": "c-epsilon", "score": 79} +{"user": "lgonzalez", "cohort": "c-alpha", "score": 13} +{"user": "tvasquez", "cohort": "c-alpha", "score": 6} +{"user": "qyu", "cohort": "c-alpha", "score": 98} +{"user": "jsmith", "cohort": "c-epsilon", "score": 58} +{"user": "doneill", "cohort": "c-beta", "score": 75} +{"user": "opopov", "cohort": "c-gamma", "score": 1} +{"user": "tvasquez", "cohort": "c-epsilon", "score": 100} +{"user": "nmurray", "cohort": "c-delta", "score": 35} +{"user": "azhang", "cohort": "c-alpha", "score": 11} +{"user": "mtanaka", "cohort": "c-epsilon", "score": 69} +{"user": "azhang", "cohort": "c-gamma", "score": 56} +{"user": "nmurray", "cohort": "c-alpha", "score": 17} +{"user": "tvasquez", "cohort": "c-delta", "score": 89} +{"user": "brivera", "cohort": "c-delta", "score": 43} +{"user": "doneill", "cohort": "c-alpha", "score": 67} +{"user": "brivera", "cohort": "c-delta", "score": 100} +{"user": "xlee", "cohort": "c-beta", "score": 35} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-09.jsonl b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-09.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d3cd0296fdba78024cf314f61d16648857c0c3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/study/signups/day-09.jsonl @@ -0,0 +1,26 @@ +{"user": "mtanaka", "cohort": "c-gamma", "score": 43} +{"user": "epatel", "cohort": "c-alpha", "score": 84} +{"user": "qyu", "cohort": "c-beta", "score": 13} +{"user": "jsmith", "cohort": "c-epsilon", "score": 93} +{"user": "rrossi", "cohort": "c-gamma", "score": 84} +{"user": "flindqvist", "cohort": "c-beta", "score": 79} +{"user": "ibarbosa", "cohort": "c-beta", "score": 26} +{"user": "kkuznetsov", "cohort": "c-beta", "score": 14} +{"user": "hchen", "cohort": "c-delta", "score": 99} +{"user": "mtanaka", "cohort": "c-gamma", "score": 14} +{"user": "doneill", "cohort": "c-beta", "score": 64} +{"user": "brivera", "cohort": "c-epsilon", "score": 73} +{"user": "uvogt", "cohort": "c-beta", "score": 68} +{"user": "gkaur", "cohort": "c-delta", "score": 3} +{"user": "pklein", "cohort": "c-gamma", "score": 1} +{"user": "rrossi", "cohort": "c-beta", "score": 60} +{"user": "tvasquez", "cohort": "c-epsilon", "score": 26} +{"user": "rrossi", "cohort": "c-delta", "score": 31} +{"user": "tvasquez", "cohort": "c-beta", "score": 32} +{"user": "mtanaka", "cohort": "c-beta", "score": 48} +{"user": "uvogt", "cohort": "c-alpha", "score": 45} +{"user": "vwang", "cohort": "c-delta", "score": 37} +{"user": "epatel", "cohort": "c-beta", "score": 5} +{"user": "hchen", "cohort": "c-epsilon", "score": 16} +{"user": "kkuznetsov", "cohort": "c-beta", "score": 67} +{"user": "nmurray", "cohort": "c-gamma", "score": 7} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_035be97ddf/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_073a2065c6/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/reports/distance_per_carrier.tsv b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/reports/distance_per_carrier.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fefa7ac9933c23af357e7dd6929da29aee25b276 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/reports/distance_per_carrier.tsv @@ -0,0 +1,5 @@ +carrier-alpha 5291 +carrier-bravo 8327 +carrier-charlie 9012 +carrier-delta 9492 +carrier-echo 8594 diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..2f9b1d90499ae1b4eef91d8ec1ef12813db8c003 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-01", + "distance_km": 1729, + "loads": 14, + "revenue": 23015 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..ea134862b877eada3dc23e2a22a2f54e93e030d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-02", + "distance_km": 112, + "loads": 12, + "revenue": 39280 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..6d782028a6bcdf15938ce309de27bc8b54ab75f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-03", + "distance_km": 254, + "loads": 3, + "revenue": 11198 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..cbd66f014e5a7eb35015f9140fe4d39f207afae0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-04", + "distance_km": 1078, + "loads": 5, + "revenue": 45281 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..bb5659654ae32098b76b10ef5e0e6d83e968d2a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-05", + "distance_km": 1108, + "loads": 4, + "revenue": 34076 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..5d58a15d6b03d61a09c481c15b13ddb6f75bf2b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-06", + "distance_km": 152, + "loads": 3, + "revenue": 33928 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..c053739d5f68132fb3e6adb79ebb898825596e65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-alpha/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-07", + "distance_km": 858, + "loads": 7, + "revenue": 33835 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..11383bb619b82f7678e4404d034864b504b2d295 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-01", + "distance_km": 449, + "loads": 10, + "revenue": 41171 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..a3007719c30afcb59e4edd1069a2c146e0ff9f6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-02", + "distance_km": 1656, + "loads": 3, + "revenue": 27868 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..0188835c35aa44f064ed635d5aad3aa2e10d1908 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-03", + "distance_km": 1500, + "loads": 2, + "revenue": 32167 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..54f1c4c575918b276d6aa656a3a772185dcd2e5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-04", + "distance_km": 1917, + "loads": 1, + "revenue": 43255 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..51b0460ae8a5202576f99bf7e64386faa2c2e506 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-05", + "distance_km": 1359, + "loads": 8, + "revenue": 3751 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..d643f8dcea4417c534e429c473662d948dc342f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-06", + "distance_km": 439, + "loads": 7, + "revenue": 36949 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..f51276412e7bb5cd4524453c9898d5756bede26d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-bravo/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-07", + "distance_km": 1007, + "loads": 4, + "revenue": 15758 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..985f6d2a09e57e6400a234d4868a3a0552b20406 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-01", + "distance_km": 97, + "loads": 10, + "revenue": 11946 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..1bd8f99c23abf01741a2b53891d7a5d0b8f6fdf1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-02", + "distance_km": 636, + "loads": 20, + "revenue": 7479 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..66cde1de40d6f327529d60524da8e2627307cd16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-03", + "distance_km": 1469, + "loads": 1, + "revenue": 45900 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce5dcf40cf15ba97f4b2ff542fa6af43cfbc56d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-04", + "distance_km": 1466, + "loads": 12, + "revenue": 33960 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..3577bfe19098820f5dfc3fdc2b7963c572d67477 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-05", + "distance_km": 1917, + "loads": 10, + "revenue": 1569 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..ff5726cdea4e2aa92f41152d75cc2054a167bb93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-06", + "distance_km": 1787, + "loads": 16, + "revenue": 37604 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..38f218e217ff26980e616d79c841b6a4e9c8a70b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-charlie/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-07", + "distance_km": 1640, + "loads": 15, + "revenue": 39203 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..bb41ceced155da78b0cfa986543e33a7e169311f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-01", + "distance_km": 1959, + "loads": 3, + "revenue": 13616 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..3ad3f8e0d1025515ef2f96f9312a41f193da1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-02", + "distance_km": 1106, + "loads": 1, + "revenue": 6381 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..3bbaac6ffc0d666e165abb2627893a62af0f2702 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-03", + "distance_km": 1797, + "loads": 7, + "revenue": 14396 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5694eac0d6d02220ad4f0699d8bf4e4951e4a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-04", + "distance_km": 693, + "loads": 1, + "revenue": 12799 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..c2a63bb40206e98d06a5df4847d4f726d1d19f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-05", + "distance_km": 1501, + "loads": 7, + "revenue": 23480 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..b682cec9c2428c2fde0307cd0090e2f609e0101c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-06", + "distance_km": 1279, + "loads": 4, + "revenue": 26636 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..5edc21fa917e9cef400fae9bee5996f01e0d94da --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-delta/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-07", + "distance_km": 1157, + "loads": 20, + "revenue": 39894 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..5302f384b7354219f30fac3bd725dbc0440294b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-01", + "distance_km": 402, + "loads": 8, + "revenue": 4885 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..7a9541378a8c5799bbcf5f902e1e23e988b175e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-02", + "distance_km": 2272, + "loads": 11, + "revenue": 1607 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..3a0590771cee2f72cc12038aadd3174135dea7d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-03", + "distance_km": 2152, + "loads": 8, + "revenue": 23191 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..6b7b8d54b231354873da605d8f5c2ab6a7e5415a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-04", + "distance_km": 261, + "loads": 20, + "revenue": 32740 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..6f275fbd3bf7126b8c3977dad45660c139a38112 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-05", + "distance_km": 1175, + "loads": 5, + "revenue": 46168 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..5d585a53e1e215781bb6c60b863388436a5e5036 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-06", + "distance_km": 1442, + "loads": 2, + "revenue": 9124 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..392f969f52513175b83f077bc71aacd3ed2b4404 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/tms/transports/carrier-echo/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-07", + "distance_km": 890, + "loads": 10, + "revenue": 21622 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..2f9b1d90499ae1b4eef91d8ec1ef12813db8c003 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-01", + "distance_km": 1729, + "loads": 14, + "revenue": 23015 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..ea134862b877eada3dc23e2a22a2f54e93e030d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-02", + "distance_km": 112, + "loads": 12, + "revenue": 39280 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..6d782028a6bcdf15938ce309de27bc8b54ab75f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-03", + "distance_km": 254, + "loads": 3, + "revenue": 11198 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..cbd66f014e5a7eb35015f9140fe4d39f207afae0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-04", + "distance_km": 1078, + "loads": 5, + "revenue": 45281 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..bb5659654ae32098b76b10ef5e0e6d83e968d2a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-05", + "distance_km": 1108, + "loads": 4, + "revenue": 34076 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..5d58a15d6b03d61a09c481c15b13ddb6f75bf2b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-06", + "distance_km": 152, + "loads": 3, + "revenue": 33928 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..c053739d5f68132fb3e6adb79ebb898825596e65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-alpha/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-alpha", + "date": "2024-04-07", + "distance_km": 858, + "loads": 7, + "revenue": 33835 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..11383bb619b82f7678e4404d034864b504b2d295 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-01", + "distance_km": 449, + "loads": 10, + "revenue": 41171 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..a3007719c30afcb59e4edd1069a2c146e0ff9f6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-02", + "distance_km": 1656, + "loads": 3, + "revenue": 27868 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..0188835c35aa44f064ed635d5aad3aa2e10d1908 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-03", + "distance_km": 1500, + "loads": 2, + "revenue": 32167 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..54f1c4c575918b276d6aa656a3a772185dcd2e5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-04", + "distance_km": 1917, + "loads": 1, + "revenue": 43255 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..51b0460ae8a5202576f99bf7e64386faa2c2e506 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-05", + "distance_km": 1359, + "loads": 8, + "revenue": 3751 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..d643f8dcea4417c534e429c473662d948dc342f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-06", + "distance_km": 439, + "loads": 7, + "revenue": 36949 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..f51276412e7bb5cd4524453c9898d5756bede26d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-bravo/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-bravo", + "date": "2024-04-07", + "distance_km": 1007, + "loads": 4, + "revenue": 15758 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..985f6d2a09e57e6400a234d4868a3a0552b20406 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-01", + "distance_km": 97, + "loads": 10, + "revenue": 11946 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..1bd8f99c23abf01741a2b53891d7a5d0b8f6fdf1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-02", + "distance_km": 636, + "loads": 20, + "revenue": 7479 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..66cde1de40d6f327529d60524da8e2627307cd16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-03", + "distance_km": 1469, + "loads": 1, + "revenue": 45900 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce5dcf40cf15ba97f4b2ff542fa6af43cfbc56d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-04", + "distance_km": 1466, + "loads": 12, + "revenue": 33960 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..3577bfe19098820f5dfc3fdc2b7963c572d67477 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-05", + "distance_km": 1917, + "loads": 10, + "revenue": 1569 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..ff5726cdea4e2aa92f41152d75cc2054a167bb93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-06", + "distance_km": 1787, + "loads": 16, + "revenue": 37604 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..38f218e217ff26980e616d79c841b6a4e9c8a70b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-charlie/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-charlie", + "date": "2024-04-07", + "distance_km": 1640, + "loads": 15, + "revenue": 39203 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..bb41ceced155da78b0cfa986543e33a7e169311f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-01", + "distance_km": 1959, + "loads": 3, + "revenue": 13616 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..3ad3f8e0d1025515ef2f96f9312a41f193da1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-02", + "distance_km": 1106, + "loads": 1, + "revenue": 6381 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..3bbaac6ffc0d666e165abb2627893a62af0f2702 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-03", + "distance_km": 1797, + "loads": 7, + "revenue": 14396 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5694eac0d6d02220ad4f0699d8bf4e4951e4a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-04", + "distance_km": 693, + "loads": 1, + "revenue": 12799 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..c2a63bb40206e98d06a5df4847d4f726d1d19f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-05", + "distance_km": 1501, + "loads": 7, + "revenue": 23480 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..b682cec9c2428c2fde0307cd0090e2f609e0101c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-06", + "distance_km": 1279, + "loads": 4, + "revenue": 26636 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..5edc21fa917e9cef400fae9bee5996f01e0d94da --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-delta/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-delta", + "date": "2024-04-07", + "distance_km": 1157, + "loads": 20, + "revenue": 39894 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-01.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..5302f384b7354219f30fac3bd725dbc0440294b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-01.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-01", + "distance_km": 402, + "loads": 8, + "revenue": 4885 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-02.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..7a9541378a8c5799bbcf5f902e1e23e988b175e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-02.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-02", + "distance_km": 2272, + "loads": 11, + "revenue": 1607 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-03.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..3a0590771cee2f72cc12038aadd3174135dea7d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-03.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-03", + "distance_km": 2152, + "loads": 8, + "revenue": 23191 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-04.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..6b7b8d54b231354873da605d8f5c2ab6a7e5415a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-04.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-04", + "distance_km": 261, + "loads": 20, + "revenue": 32740 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-05.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..6f275fbd3bf7126b8c3977dad45660c139a38112 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-05.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-05", + "distance_km": 1175, + "loads": 5, + "revenue": 46168 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-06.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..5d585a53e1e215781bb6c60b863388436a5e5036 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-06.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-06", + "distance_km": 1442, + "loads": 2, + "revenue": 9124 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-07.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..392f969f52513175b83f077bc71aacd3ed2b4404 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/tms/transports/carrier-echo/2024-04-07.json @@ -0,0 +1,7 @@ +{ + "carrier": "carrier-echo", + "date": "2024-04-07", + "distance_km": 890, + "loads": 10, + "revenue": 21622 +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0a51f0712e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..c4dace539953a31f11f32f2d106a3143c5ef4e1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..2a815a56575e5ca41180fe18263e02bd397a10a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..1a2cc213da0dca3504ea12c2d6fb91aa500714f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..875351916495ce2bd56de71cd94f1fff5e904b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/api/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..c4dace539953a31f11f32f2d106a3143c5ef4e1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..2a815a56575e5ca41180fe18263e02bd397a10a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/service.py new file mode 100644 index 0000000000000000000000000000000000000000..1a2cc213da0dca3504ea12c2d6fb91aa500714f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..875351916495ce2bd56de71cd94f1fff5e904b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/auth/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..c4dace539953a31f11f32f2d106a3143c5ef4e1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..2a815a56575e5ca41180fe18263e02bd397a10a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/service.py new file mode 100644 index 0000000000000000000000000000000000000000..1a2cc213da0dca3504ea12c2d6fb91aa500714f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..875351916495ce2bd56de71cd94f1fff5e904b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/core/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..c4dace539953a31f11f32f2d106a3143c5ef4e1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..2a815a56575e5ca41180fe18263e02bd397a10a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/service.py new file mode 100644 index 0000000000000000000000000000000000000000..1a2cc213da0dca3504ea12c2d6fb91aa500714f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..875351916495ce2bd56de71cd94f1fff5e904b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/db/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..c4dace539953a31f11f32f2d106a3143c5ef4e1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..2a815a56575e5ca41180fe18263e02bd397a10a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/service.py new file mode 100644 index 0000000000000000000000000000000000000000..1a2cc213da0dca3504ea12c2d6fb91aa500714f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..875351916495ce2bd56de71cd94f1fff5e904b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/src/utils/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..020b9a5c974607faad10ae7359222e91c90d84bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..f8844f8c726e667e7b36385b6a43355063e4f120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b4eacab466e87fe47a2b571628e4c39307794a91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..074a85f52329316f22f2d35fd1275539fc8d3f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/api/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..020b9a5c974607faad10ae7359222e91c90d84bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..f8844f8c726e667e7b36385b6a43355063e4f120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b4eacab466e87fe47a2b571628e4c39307794a91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..074a85f52329316f22f2d35fd1275539fc8d3f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/auth/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..020b9a5c974607faad10ae7359222e91c90d84bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..f8844f8c726e667e7b36385b6a43355063e4f120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b4eacab466e87fe47a2b571628e4c39307794a91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..074a85f52329316f22f2d35fd1275539fc8d3f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/core/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..020b9a5c974607faad10ae7359222e91c90d84bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..f8844f8c726e667e7b36385b6a43355063e4f120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b4eacab466e87fe47a2b571628e4c39307794a91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..074a85f52329316f22f2d35fd1275539fc8d3f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/db/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/handler.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/handler.py new file mode 100644 index 0000000000000000000000000000000000000000..020b9a5c974607faad10ae7359222e91c90d84bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/handler.py @@ -0,0 +1,11 @@ +def handler_func(x): + if x > 0: + return x * 2 + return -x + +class Handler: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/parser.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/parser.py new file mode 100644 index 0000000000000000000000000000000000000000..f8844f8c726e667e7b36385b6a43355063e4f120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/parser.py @@ -0,0 +1,11 @@ +def parser_func(x): + if x > 0: + return x * 2 + return -x + +class Parser: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/service.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b4eacab466e87fe47a2b571628e4c39307794a91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/service.py @@ -0,0 +1,11 @@ +def service_func(x): + if x > 0: + return x * 2 + return -x + +class Service: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/validator.py b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/validator.py new file mode 100644 index 0000000000000000000000000000000000000000..074a85f52329316f22f2d35fd1275539fc8d3f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/src/utils/validator.py @@ -0,0 +1,11 @@ +def validator_func(x): + if x > 0: + return x * 2 + return -x + +class Validator: + def __init__(self): + self.count = 0 + def step(self): + self.count += 1 + return self.count diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0b796d26f8/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/reports/hottest.txt b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/reports/hottest.txt new file mode 100644 index 0000000000000000000000000000000000000000..f19f4a7293c2298377dcfb757230b975ef76d4f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/reports/hottest.txt @@ -0,0 +1 @@ +/health diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1373b90f406c1a504f1abe5c1b801747e16b1751 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-01.log @@ -0,0 +1,21 @@ +/health 1604 +/metrics 1282 +/v1/catalog 1588 +/v1/cart 805 +/v1/users 36 +/metrics 706 +/metrics 2422 +/v1/refunds 1294 +/v1/cart 2192 +/metrics 1834 +/v1/search 1705 +/v1/catalog 489 +/v1/cart 805 +/v1/orders 337 +/v1/cart 1136 +/v2/invoice 1860 +/v2/checkout 2050 +/v1/refunds 637 +/health 2497 +/metrics 982 +/health 1687 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b4234547104df40f71e0cabaf525e92b5ea7fce3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-02.log @@ -0,0 +1,25 @@ +/health 1459 +/v1/refunds 1621 +/v1/shipments 1950 +/v1/users 1725 +/v1/cart 1998 +/v1/refunds 1930 +/metrics 1121 +/v1/orders 78 +/v2/checkout 102 +/health 1300 +/v1/shipments 439 +/v1/users 990 +/metrics 572 +/health 1283 +/v1/refunds 1286 +/v2/checkout 1915 +/v1/search 1953 +/health 2039 +/v1/refunds 2471 +/v1/cart 1969 +/v1/search 679 +/v1/catalog 2443 +/v1/orders 701 +/v1/users 1104 +/metrics 1850 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..2497f88b4963ec7417d7370fdde9cf0a95c7b0e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-03.log @@ -0,0 +1,21 @@ +/v2/checkout 1573 +/metrics 962 +/v1/shipments 1530 +/v2/checkout 854 +/v1/search 1605 +/metrics 920 +/v1/shipments 1845 +/v1/orders 2475 +/metrics 1005 +/v1/refunds 468 +/v1/catalog 1153 +/v1/refunds 1622 +/v1/catalog 2257 +/v1/users 1847 +/v1/cart 2320 +/v1/catalog 463 +/v1/cart 377 +/v1/search 752 +/metrics 217 +/v1/users 1087 +/health 1648 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..56438b6ebf1ebf719778bc62fda8d3ee35cb3889 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-04.log @@ -0,0 +1,23 @@ +/metrics 2020 +/health 2452 +/v2/checkout 1813 +/v1/catalog 360 +/v1/refunds 1593 +/v1/search 1420 +/v1/users 1367 +/v2/checkout 37 +/health 42 +/v1/catalog 188 +/v1/users 1343 +/v1/search 1921 +/health 1536 +/v2/checkout 1294 +/v1/orders 682 +/v2/checkout 2039 +/v2/invoice 1732 +/v1/refunds 274 +/v1/users 2287 +/v1/refunds 419 +/v1/orders 1514 +/v1/users 1160 +/v2/checkout 98 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..d7feaa372e29d38bc58bcda27d65e253e9e6dc97 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/ap-northeast-1/2024-04-05.log @@ -0,0 +1,27 @@ +/v1/catalog 1482 +/v2/invoice 1062 +/v1/refunds 929 +/v1/catalog 153 +/v1/refunds 1375 +/v1/catalog 425 +/health 1477 +/v1/refunds 369 +/v2/checkout 2203 +/v1/orders 326 +/v1/users 100 +/v1/users 1155 +/v1/cart 2401 +/v1/orders 2461 +/v1/refunds 1614 +/v1/refunds 1206 +/v2/invoice 1456 +/v1/refunds 1284 +/v1/users 876 +/v1/search 2400 +/health 2015 +/v1/cart 1470 +/v1/refunds 1454 +/v1/orders 1986 +/v1/shipments 62 +/v1/catalog 119 +/health 16 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..8cf111226b077e10a9b7f943ddace9780f870a44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-01.log @@ -0,0 +1,28 @@ +/metrics 295 +/v1/users 89 +/v2/checkout 446 +/v1/catalog 2347 +/v2/checkout 1544 +/v2/checkout 1753 +/v2/invoice 10 +/metrics 442 +/v1/search 2362 +/v1/search 2487 +/v1/orders 1486 +/v1/refunds 16 +/metrics 1139 +/v1/cart 946 +/v1/orders 234 +/v1/refunds 1081 +/v2/checkout 2275 +/health 1648 +/v1/shipments 950 +/v2/checkout 697 +/v1/catalog 2426 +/v2/checkout 579 +/v2/checkout 209 +/metrics 490 +/health 1780 +/v2/checkout 1573 +/v1/refunds 402 +/v1/cart 2093 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..1f8c11b04f9d64c9805d11321905e9fb5a68fd61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-02.log @@ -0,0 +1,24 @@ +/v1/orders 966 +/v1/users 593 +/v1/refunds 1963 +/metrics 2232 +/v1/search 2024 +/health 1681 +/v1/search 86 +/v1/orders 47 +/v1/orders 2433 +/v1/shipments 1371 +/v1/search 2229 +/v1/catalog 1651 +/v2/invoice 791 +/health 1640 +/v1/cart 109 +/v1/catalog 2448 +/v1/catalog 780 +/v1/refunds 1170 +/v1/refunds 662 +/v1/catalog 907 +/health 1234 +/v1/users 2080 +/v1/cart 949 +/v1/shipments 277 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..9af38df57864c9e743895a28717da0b1e7e64061 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-03.log @@ -0,0 +1,24 @@ +/v1/refunds 1436 +/metrics 169 +/v1/orders 1574 +/v1/shipments 674 +/v1/refunds 2133 +/v2/checkout 1180 +/v1/users 2447 +/v1/search 1947 +/v1/cart 1868 +/v1/orders 1167 +/v1/users 2037 +/v1/orders 101 +/v1/search 241 +/v1/catalog 1725 +/v2/invoice 525 +/v1/cart 1778 +/metrics 1032 +/metrics 673 +/metrics 1292 +/metrics 1653 +/v1/search 2324 +/v1/search 2172 +/v1/search 183 +/v2/checkout 2471 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..0c337b4696b4a04e7051adceca5f6b4dfd60bf23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-04.log @@ -0,0 +1,24 @@ +/v1/shipments 172 +/v1/refunds 2140 +/v1/orders 1115 +/v1/users 2265 +/v1/catalog 1370 +/v1/search 663 +/v1/refunds 258 +/health 99 +/v1/cart 867 +/v1/orders 2430 +/v1/catalog 831 +/v1/catalog 677 +/v2/checkout 644 +/metrics 1720 +/v1/orders 521 +/v1/catalog 893 +/v1/refunds 547 +/v1/orders 2366 +/v1/search 1459 +/v1/refunds 251 +/metrics 884 +/health 949 +/v1/orders 553 +/v1/users 2099 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..a289a97d54d88fc95edc371031c4c7129c731a23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-central-1/2024-04-05.log @@ -0,0 +1,25 @@ +/v2/checkout 443 +/v1/users 1611 +/v1/refunds 609 +/v1/catalog 1725 +/metrics 1501 +/v2/invoice 687 +/v1/cart 1902 +/v1/shipments 754 +/v1/orders 1006 +/v1/users 1366 +/metrics 1612 +/v1/shipments 1346 +/v1/search 1165 +/v1/refunds 940 +/v2/invoice 2471 +/v1/users 290 +/v1/catalog 576 +/metrics 2210 +/v1/catalog 1060 +/v1/shipments 808 +/v2/checkout 959 +/v1/catalog 2008 +/v1/search 1196 +/v2/checkout 523 +/v2/checkout 1773 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..f8757ae0e27990c399ca121a0ef753e79cbcef80 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-01.log @@ -0,0 +1,27 @@ +/metrics 575 +/v2/invoice 1618 +/v1/shipments 1167 +/v1/users 2274 +/v2/invoice 10 +/v1/refunds 39 +/v1/shipments 1325 +/v1/search 819 +/metrics 85 +/metrics 1046 +/v1/refunds 409 +/v1/shipments 2341 +/v1/orders 1857 +/v1/cart 2356 +/metrics 604 +/v1/cart 1732 +/v1/refunds 880 +/v1/shipments 2475 +/v1/users 2210 +/v1/cart 2109 +/v1/search 713 +/v1/refunds 570 +/v1/cart 567 +/health 2233 +/v1/refunds 1177 +/health 90 +/v1/cart 125 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ddbbd12c6e660939e8c3c000ca61000afbaa7399 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-02.log @@ -0,0 +1,20 @@ +/v1/search 2067 +/v2/invoice 2308 +/health 365 +/v1/users 2263 +/health 702 +/v2/invoice 725 +/health 346 +/metrics 2387 +/v1/refunds 306 +/v1/users 1968 +/v1/shipments 2229 +/v1/cart 2388 +/v1/orders 2015 +/v1/refunds 10 +/v1/users 1972 +/health 221 +/v2/checkout 962 +/v1/cart 2459 +/v2/checkout 830 +/v1/shipments 1579 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..561ecf9e778d89cb18fbcb6b7e9800fc677bbab1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-03.log @@ -0,0 +1,30 @@ +/v1/cart 1820 +/v1/orders 2375 +/v1/users 1949 +/v1/refunds 1852 +/v1/search 1110 +/v1/orders 214 +/v1/refunds 1250 +/v1/users 2274 +/v1/users 633 +/v2/invoice 753 +/v1/shipments 1396 +/v1/users 966 +/v1/catalog 160 +/v1/users 271 +/v1/cart 445 +/health 2030 +/v1/shipments 742 +/v1/catalog 695 +/v1/refunds 335 +/v1/cart 1842 +/metrics 561 +/v1/cart 1966 +/v1/refunds 2236 +/health 690 +/v1/catalog 946 +/v1/shipments 884 +/health 610 +/metrics 1764 +/v2/checkout 301 +/v2/checkout 2185 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..e8b352e3867a286f16a090743ff297dc14c70413 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-04.log @@ -0,0 +1,23 @@ +/v1/catalog 1823 +/v1/users 2378 +/v2/checkout 782 +/v1/users 1929 +/v1/catalog 2226 +/v1/shipments 2382 +/v1/catalog 13 +/v1/users 1000 +/metrics 619 +/health 376 +/health 1179 +/health 186 +/metrics 2302 +/health 658 +/metrics 2340 +/v1/orders 68 +/v1/shipments 1710 +/v1/cart 1913 +/v1/shipments 2196 +/v2/checkout 2354 +/v2/checkout 255 +/v1/catalog 1432 +/v1/cart 545 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..882147d54b409cb559e84be473054622fbe4b75f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/eu-west-1/2024-04-05.log @@ -0,0 +1,27 @@ +/v1/users 151 +/health 242 +/metrics 1779 +/health 210 +/v1/cart 1220 +/v1/catalog 202 +/v1/shipments 109 +/v1/search 809 +/v1/search 1278 +/v2/checkout 2023 +/v1/users 722 +/health 764 +/health 1907 +/v2/checkout 140 +/v1/cart 1209 +/metrics 22 +/v1/cart 2495 +/health 1319 +/v1/refunds 1671 +/v1/refunds 117 +/metrics 594 +/health 250 +/metrics 178 +/v1/shipments 855 +/v1/refunds 1439 +/v2/invoice 449 +/v1/catalog 2000 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..a3c4c19d7c6da8849a5d66e0772cec69f69e7c38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-01.log @@ -0,0 +1,26 @@ +/v2/checkout 1280 +/v2/invoice 1121 +/metrics 1784 +/v1/catalog 2477 +/v2/invoice 1985 +/v1/refunds 1128 +/v1/search 1835 +/v1/catalog 2086 +/v2/invoice 551 +/v1/shipments 37 +/v1/orders 2464 +/v1/cart 64 +/v1/refunds 1328 +/v1/search 1947 +/v1/orders 1288 +/v1/cart 1921 +/v1/cart 1143 +/v2/invoice 496 +/metrics 1898 +/v1/cart 1519 +/v1/catalog 86 +/v1/orders 2156 +/v1/catalog 1276 +/v1/users 923 +/v2/invoice 1043 +/v1/search 271 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..865ff5bbe7667e9d8783c40e582bb0ca4bad5f69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-02.log @@ -0,0 +1,22 @@ +/v1/orders 1469 +/v2/checkout 1708 +/v1/cart 2387 +/v1/search 306 +/v1/refunds 2299 +/v1/search 934 +/v2/invoice 2365 +/v1/orders 836 +/v2/checkout 2381 +/v1/orders 1148 +/v1/users 2199 +/v1/cart 2345 +/v1/catalog 354 +/v1/cart 1874 +/v1/orders 1129 +/v1/search 309 +/v1/refunds 945 +/v1/catalog 2494 +/v1/users 2400 +/health 2115 +/v1/refunds 1480 +/v1/catalog 732 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c1fc3b466570964adefe1fb752ce8b45fd3ffd17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-03.log @@ -0,0 +1,24 @@ +/v1/cart 1342 +/v1/shipments 2448 +/v2/invoice 1270 +/metrics 1294 +/health 2176 +/v1/cart 2094 +/v1/shipments 2480 +/v1/catalog 1668 +/v1/search 1896 +/v1/catalog 1582 +/v1/users 219 +/v1/shipments 2205 +/v1/search 697 +/health 60 +/v1/catalog 1950 +/v1/search 503 +/v2/invoice 2349 +/v1/users 1473 +/v1/cart 2226 +/v1/cart 1595 +/v1/shipments 2065 +/v1/users 1063 +/v2/invoice 2391 +/v1/catalog 1976 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..e2f1f0b1d9650368c3b01a1b224c30d96a872dae --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-04.log @@ -0,0 +1,30 @@ +/v1/catalog 1197 +/v1/cart 1639 +/metrics 2269 +/v1/orders 27 +/v1/users 437 +/v2/checkout 2085 +/v1/search 1327 +/v1/orders 1726 +/v2/invoice 2216 +/v2/checkout 181 +/v1/users 1266 +/v1/users 2126 +/v2/invoice 861 +/v1/orders 271 +/v1/catalog 1712 +/v2/invoice 1226 +/v2/checkout 1247 +/v1/refunds 2143 +/health 2350 +/v1/users 650 +/v1/search 246 +/v1/catalog 951 +/v1/users 1352 +/v1/orders 1313 +/v2/invoice 809 +/v1/orders 1233 +/v1/search 1217 +/v1/cart 2304 +/v1/orders 7 +/v1/users 1975 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..db865c7ed515be643870058f6dc7b8a1eebf8c3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-east-1/2024-04-05.log @@ -0,0 +1,30 @@ +/v1/catalog 540 +/v1/orders 672 +/metrics 2244 +/v2/invoice 2047 +/v1/cart 844 +/v1/catalog 1049 +/v2/checkout 2054 +/v2/invoice 1546 +/v2/invoice 936 +/v2/invoice 138 +/v1/shipments 157 +/v1/catalog 1797 +/health 705 +/v2/invoice 1437 +/v1/search 2183 +/v1/refunds 527 +/v1/shipments 2447 +/v2/checkout 2025 +/v1/orders 1348 +/v1/refunds 685 +/v1/search 1874 +/v1/shipments 2461 +/v1/catalog 1726 +/v1/shipments 1463 +/v2/invoice 195 +/v1/users 1194 +/v2/invoice 761 +/v2/checkout 1937 +/v1/orders 1348 +/metrics 744 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..0a0276e3792a03bb1d27c010d9d14e365dd47851 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-01.log @@ -0,0 +1,23 @@ +/v2/checkout 1340 +/v2/checkout 1176 +/v1/catalog 1972 +/v1/orders 229 +/v2/checkout 389 +/v1/refunds 1970 +/v1/cart 2045 +/v1/orders 2404 +/v2/checkout 81 +/health 768 +/v1/orders 658 +/v2/invoice 756 +/v1/cart 359 +/health 266 +/v1/users 551 +/v1/search 45 +/v1/catalog 2080 +/v1/users 1622 +/v1/search 668 +/v1/catalog 1224 +/v1/shipments 45 +/v1/refunds 1085 +/metrics 1441 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7ecc9ed81f12cfc4473be31da86a8f1f296411a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-02.log @@ -0,0 +1,26 @@ +/v1/users 1258 +/health 789 +/metrics 1287 +/v1/orders 531 +/health 1020 +/v1/search 1406 +/v1/catalog 628 +/v1/cart 115 +/v1/search 488 +/v1/catalog 893 +/v1/users 2425 +/v1/users 1660 +/v1/shipments 1802 +/v2/checkout 1954 +/health 1297 +/metrics 85 +/metrics 1648 +/v1/cart 190 +/v1/cart 590 +/health 334 +/metrics 2428 +/v1/shipments 64 +/v1/users 2122 +/v1/refunds 982 +/v1/users 1931 +/v1/shipments 1949 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..cbe24acb16902df640a53d6dbf41edf4fa044ab8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-03.log @@ -0,0 +1,29 @@ +/v2/invoice 160 +/metrics 1312 +/v2/invoice 346 +/v1/shipments 369 +/v1/shipments 2037 +/v1/refunds 1398 +/v1/users 1777 +/metrics 2170 +/v1/shipments 1418 +/metrics 1372 +/v2/invoice 2432 +/v1/orders 1351 +/health 1173 +/metrics 1999 +/v1/cart 1715 +/health 2377 +/v1/search 2196 +/v1/catalog 372 +/metrics 1333 +/v1/orders 816 +/v1/search 8 +/v1/search 1444 +/v2/checkout 1204 +/v1/catalog 1558 +/v1/refunds 1195 +/v1/orders 77 +/v1/refunds 923 +/v1/catalog 148 +/v2/checkout 471 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..b1fb0a85a987f7489adf0fa10b6c0f500399336f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-04.log @@ -0,0 +1,23 @@ +/metrics 2002 +/v1/catalog 1752 +/v1/cart 863 +/v1/search 14 +/v1/refunds 2099 +/v1/search 1065 +/v2/invoice 1861 +/v1/orders 120 +/health 2009 +/v2/invoice 549 +/v2/checkout 943 +/v2/invoice 1503 +/v1/catalog 1650 +/v1/orders 1481 +/v1/cart 284 +/v2/invoice 2100 +/v1/users 2356 +/v1/shipments 335 +/v1/search 2090 +/v1/orders 1499 +/v1/users 954 +/v1/orders 1392 +/v1/catalog 1816 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..349dfbeae501abe6c81a7130bebbaa5eccfd64ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/api/samples/us-west-2/2024-04-05.log @@ -0,0 +1,28 @@ +/v2/invoice 2253 +/metrics 1685 +/v1/orders 1692 +/v2/checkout 2267 +/v1/search 1710 +/v1/search 1813 +/v2/checkout 917 +/metrics 807 +/v1/search 268 +/v1/users 978 +/v2/checkout 2416 +/v1/shipments 1147 +/v1/search 1241 +/v1/cart 1941 +/metrics 791 +/health 1891 +/v1/users 1932 +/v1/orders 2304 +/v1/users 1309 +/v1/users 2090 +/metrics 1640 +/v1/cart 833 +/v1/catalog 1401 +/v1/cart 204 +/v1/users 581 +/v1/orders 2261 +/v1/users 114 +/v1/catalog 1668 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1373b90f406c1a504f1abe5c1b801747e16b1751 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-01.log @@ -0,0 +1,21 @@ +/health 1604 +/metrics 1282 +/v1/catalog 1588 +/v1/cart 805 +/v1/users 36 +/metrics 706 +/metrics 2422 +/v1/refunds 1294 +/v1/cart 2192 +/metrics 1834 +/v1/search 1705 +/v1/catalog 489 +/v1/cart 805 +/v1/orders 337 +/v1/cart 1136 +/v2/invoice 1860 +/v2/checkout 2050 +/v1/refunds 637 +/health 2497 +/metrics 982 +/health 1687 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b4234547104df40f71e0cabaf525e92b5ea7fce3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-02.log @@ -0,0 +1,25 @@ +/health 1459 +/v1/refunds 1621 +/v1/shipments 1950 +/v1/users 1725 +/v1/cart 1998 +/v1/refunds 1930 +/metrics 1121 +/v1/orders 78 +/v2/checkout 102 +/health 1300 +/v1/shipments 439 +/v1/users 990 +/metrics 572 +/health 1283 +/v1/refunds 1286 +/v2/checkout 1915 +/v1/search 1953 +/health 2039 +/v1/refunds 2471 +/v1/cart 1969 +/v1/search 679 +/v1/catalog 2443 +/v1/orders 701 +/v1/users 1104 +/metrics 1850 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..2497f88b4963ec7417d7370fdde9cf0a95c7b0e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-03.log @@ -0,0 +1,21 @@ +/v2/checkout 1573 +/metrics 962 +/v1/shipments 1530 +/v2/checkout 854 +/v1/search 1605 +/metrics 920 +/v1/shipments 1845 +/v1/orders 2475 +/metrics 1005 +/v1/refunds 468 +/v1/catalog 1153 +/v1/refunds 1622 +/v1/catalog 2257 +/v1/users 1847 +/v1/cart 2320 +/v1/catalog 463 +/v1/cart 377 +/v1/search 752 +/metrics 217 +/v1/users 1087 +/health 1648 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..56438b6ebf1ebf719778bc62fda8d3ee35cb3889 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-04.log @@ -0,0 +1,23 @@ +/metrics 2020 +/health 2452 +/v2/checkout 1813 +/v1/catalog 360 +/v1/refunds 1593 +/v1/search 1420 +/v1/users 1367 +/v2/checkout 37 +/health 42 +/v1/catalog 188 +/v1/users 1343 +/v1/search 1921 +/health 1536 +/v2/checkout 1294 +/v1/orders 682 +/v2/checkout 2039 +/v2/invoice 1732 +/v1/refunds 274 +/v1/users 2287 +/v1/refunds 419 +/v1/orders 1514 +/v1/users 1160 +/v2/checkout 98 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..d7feaa372e29d38bc58bcda27d65e253e9e6dc97 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/ap-northeast-1/2024-04-05.log @@ -0,0 +1,27 @@ +/v1/catalog 1482 +/v2/invoice 1062 +/v1/refunds 929 +/v1/catalog 153 +/v1/refunds 1375 +/v1/catalog 425 +/health 1477 +/v1/refunds 369 +/v2/checkout 2203 +/v1/orders 326 +/v1/users 100 +/v1/users 1155 +/v1/cart 2401 +/v1/orders 2461 +/v1/refunds 1614 +/v1/refunds 1206 +/v2/invoice 1456 +/v1/refunds 1284 +/v1/users 876 +/v1/search 2400 +/health 2015 +/v1/cart 1470 +/v1/refunds 1454 +/v1/orders 1986 +/v1/shipments 62 +/v1/catalog 119 +/health 16 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..8cf111226b077e10a9b7f943ddace9780f870a44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-01.log @@ -0,0 +1,28 @@ +/metrics 295 +/v1/users 89 +/v2/checkout 446 +/v1/catalog 2347 +/v2/checkout 1544 +/v2/checkout 1753 +/v2/invoice 10 +/metrics 442 +/v1/search 2362 +/v1/search 2487 +/v1/orders 1486 +/v1/refunds 16 +/metrics 1139 +/v1/cart 946 +/v1/orders 234 +/v1/refunds 1081 +/v2/checkout 2275 +/health 1648 +/v1/shipments 950 +/v2/checkout 697 +/v1/catalog 2426 +/v2/checkout 579 +/v2/checkout 209 +/metrics 490 +/health 1780 +/v2/checkout 1573 +/v1/refunds 402 +/v1/cart 2093 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..1f8c11b04f9d64c9805d11321905e9fb5a68fd61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-02.log @@ -0,0 +1,24 @@ +/v1/orders 966 +/v1/users 593 +/v1/refunds 1963 +/metrics 2232 +/v1/search 2024 +/health 1681 +/v1/search 86 +/v1/orders 47 +/v1/orders 2433 +/v1/shipments 1371 +/v1/search 2229 +/v1/catalog 1651 +/v2/invoice 791 +/health 1640 +/v1/cart 109 +/v1/catalog 2448 +/v1/catalog 780 +/v1/refunds 1170 +/v1/refunds 662 +/v1/catalog 907 +/health 1234 +/v1/users 2080 +/v1/cart 949 +/v1/shipments 277 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..9af38df57864c9e743895a28717da0b1e7e64061 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-03.log @@ -0,0 +1,24 @@ +/v1/refunds 1436 +/metrics 169 +/v1/orders 1574 +/v1/shipments 674 +/v1/refunds 2133 +/v2/checkout 1180 +/v1/users 2447 +/v1/search 1947 +/v1/cart 1868 +/v1/orders 1167 +/v1/users 2037 +/v1/orders 101 +/v1/search 241 +/v1/catalog 1725 +/v2/invoice 525 +/v1/cart 1778 +/metrics 1032 +/metrics 673 +/metrics 1292 +/metrics 1653 +/v1/search 2324 +/v1/search 2172 +/v1/search 183 +/v2/checkout 2471 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..0c337b4696b4a04e7051adceca5f6b4dfd60bf23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-04.log @@ -0,0 +1,24 @@ +/v1/shipments 172 +/v1/refunds 2140 +/v1/orders 1115 +/v1/users 2265 +/v1/catalog 1370 +/v1/search 663 +/v1/refunds 258 +/health 99 +/v1/cart 867 +/v1/orders 2430 +/v1/catalog 831 +/v1/catalog 677 +/v2/checkout 644 +/metrics 1720 +/v1/orders 521 +/v1/catalog 893 +/v1/refunds 547 +/v1/orders 2366 +/v1/search 1459 +/v1/refunds 251 +/metrics 884 +/health 949 +/v1/orders 553 +/v1/users 2099 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..a289a97d54d88fc95edc371031c4c7129c731a23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-central-1/2024-04-05.log @@ -0,0 +1,25 @@ +/v2/checkout 443 +/v1/users 1611 +/v1/refunds 609 +/v1/catalog 1725 +/metrics 1501 +/v2/invoice 687 +/v1/cart 1902 +/v1/shipments 754 +/v1/orders 1006 +/v1/users 1366 +/metrics 1612 +/v1/shipments 1346 +/v1/search 1165 +/v1/refunds 940 +/v2/invoice 2471 +/v1/users 290 +/v1/catalog 576 +/metrics 2210 +/v1/catalog 1060 +/v1/shipments 808 +/v2/checkout 959 +/v1/catalog 2008 +/v1/search 1196 +/v2/checkout 523 +/v2/checkout 1773 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..f8757ae0e27990c399ca121a0ef753e79cbcef80 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-01.log @@ -0,0 +1,27 @@ +/metrics 575 +/v2/invoice 1618 +/v1/shipments 1167 +/v1/users 2274 +/v2/invoice 10 +/v1/refunds 39 +/v1/shipments 1325 +/v1/search 819 +/metrics 85 +/metrics 1046 +/v1/refunds 409 +/v1/shipments 2341 +/v1/orders 1857 +/v1/cart 2356 +/metrics 604 +/v1/cart 1732 +/v1/refunds 880 +/v1/shipments 2475 +/v1/users 2210 +/v1/cart 2109 +/v1/search 713 +/v1/refunds 570 +/v1/cart 567 +/health 2233 +/v1/refunds 1177 +/health 90 +/v1/cart 125 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ddbbd12c6e660939e8c3c000ca61000afbaa7399 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-02.log @@ -0,0 +1,20 @@ +/v1/search 2067 +/v2/invoice 2308 +/health 365 +/v1/users 2263 +/health 702 +/v2/invoice 725 +/health 346 +/metrics 2387 +/v1/refunds 306 +/v1/users 1968 +/v1/shipments 2229 +/v1/cart 2388 +/v1/orders 2015 +/v1/refunds 10 +/v1/users 1972 +/health 221 +/v2/checkout 962 +/v1/cart 2459 +/v2/checkout 830 +/v1/shipments 1579 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..561ecf9e778d89cb18fbcb6b7e9800fc677bbab1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-03.log @@ -0,0 +1,30 @@ +/v1/cart 1820 +/v1/orders 2375 +/v1/users 1949 +/v1/refunds 1852 +/v1/search 1110 +/v1/orders 214 +/v1/refunds 1250 +/v1/users 2274 +/v1/users 633 +/v2/invoice 753 +/v1/shipments 1396 +/v1/users 966 +/v1/catalog 160 +/v1/users 271 +/v1/cart 445 +/health 2030 +/v1/shipments 742 +/v1/catalog 695 +/v1/refunds 335 +/v1/cart 1842 +/metrics 561 +/v1/cart 1966 +/v1/refunds 2236 +/health 690 +/v1/catalog 946 +/v1/shipments 884 +/health 610 +/metrics 1764 +/v2/checkout 301 +/v2/checkout 2185 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..e8b352e3867a286f16a090743ff297dc14c70413 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-04.log @@ -0,0 +1,23 @@ +/v1/catalog 1823 +/v1/users 2378 +/v2/checkout 782 +/v1/users 1929 +/v1/catalog 2226 +/v1/shipments 2382 +/v1/catalog 13 +/v1/users 1000 +/metrics 619 +/health 376 +/health 1179 +/health 186 +/metrics 2302 +/health 658 +/metrics 2340 +/v1/orders 68 +/v1/shipments 1710 +/v1/cart 1913 +/v1/shipments 2196 +/v2/checkout 2354 +/v2/checkout 255 +/v1/catalog 1432 +/v1/cart 545 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..882147d54b409cb559e84be473054622fbe4b75f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/eu-west-1/2024-04-05.log @@ -0,0 +1,27 @@ +/v1/users 151 +/health 242 +/metrics 1779 +/health 210 +/v1/cart 1220 +/v1/catalog 202 +/v1/shipments 109 +/v1/search 809 +/v1/search 1278 +/v2/checkout 2023 +/v1/users 722 +/health 764 +/health 1907 +/v2/checkout 140 +/v1/cart 1209 +/metrics 22 +/v1/cart 2495 +/health 1319 +/v1/refunds 1671 +/v1/refunds 117 +/metrics 594 +/health 250 +/metrics 178 +/v1/shipments 855 +/v1/refunds 1439 +/v2/invoice 449 +/v1/catalog 2000 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..a3c4c19d7c6da8849a5d66e0772cec69f69e7c38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-01.log @@ -0,0 +1,26 @@ +/v2/checkout 1280 +/v2/invoice 1121 +/metrics 1784 +/v1/catalog 2477 +/v2/invoice 1985 +/v1/refunds 1128 +/v1/search 1835 +/v1/catalog 2086 +/v2/invoice 551 +/v1/shipments 37 +/v1/orders 2464 +/v1/cart 64 +/v1/refunds 1328 +/v1/search 1947 +/v1/orders 1288 +/v1/cart 1921 +/v1/cart 1143 +/v2/invoice 496 +/metrics 1898 +/v1/cart 1519 +/v1/catalog 86 +/v1/orders 2156 +/v1/catalog 1276 +/v1/users 923 +/v2/invoice 1043 +/v1/search 271 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..865ff5bbe7667e9d8783c40e582bb0ca4bad5f69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-02.log @@ -0,0 +1,22 @@ +/v1/orders 1469 +/v2/checkout 1708 +/v1/cart 2387 +/v1/search 306 +/v1/refunds 2299 +/v1/search 934 +/v2/invoice 2365 +/v1/orders 836 +/v2/checkout 2381 +/v1/orders 1148 +/v1/users 2199 +/v1/cart 2345 +/v1/catalog 354 +/v1/cart 1874 +/v1/orders 1129 +/v1/search 309 +/v1/refunds 945 +/v1/catalog 2494 +/v1/users 2400 +/health 2115 +/v1/refunds 1480 +/v1/catalog 732 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c1fc3b466570964adefe1fb752ce8b45fd3ffd17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-03.log @@ -0,0 +1,24 @@ +/v1/cart 1342 +/v1/shipments 2448 +/v2/invoice 1270 +/metrics 1294 +/health 2176 +/v1/cart 2094 +/v1/shipments 2480 +/v1/catalog 1668 +/v1/search 1896 +/v1/catalog 1582 +/v1/users 219 +/v1/shipments 2205 +/v1/search 697 +/health 60 +/v1/catalog 1950 +/v1/search 503 +/v2/invoice 2349 +/v1/users 1473 +/v1/cart 2226 +/v1/cart 1595 +/v1/shipments 2065 +/v1/users 1063 +/v2/invoice 2391 +/v1/catalog 1976 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..e2f1f0b1d9650368c3b01a1b224c30d96a872dae --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-04.log @@ -0,0 +1,30 @@ +/v1/catalog 1197 +/v1/cart 1639 +/metrics 2269 +/v1/orders 27 +/v1/users 437 +/v2/checkout 2085 +/v1/search 1327 +/v1/orders 1726 +/v2/invoice 2216 +/v2/checkout 181 +/v1/users 1266 +/v1/users 2126 +/v2/invoice 861 +/v1/orders 271 +/v1/catalog 1712 +/v2/invoice 1226 +/v2/checkout 1247 +/v1/refunds 2143 +/health 2350 +/v1/users 650 +/v1/search 246 +/v1/catalog 951 +/v1/users 1352 +/v1/orders 1313 +/v2/invoice 809 +/v1/orders 1233 +/v1/search 1217 +/v1/cart 2304 +/v1/orders 7 +/v1/users 1975 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..db865c7ed515be643870058f6dc7b8a1eebf8c3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-east-1/2024-04-05.log @@ -0,0 +1,30 @@ +/v1/catalog 540 +/v1/orders 672 +/metrics 2244 +/v2/invoice 2047 +/v1/cart 844 +/v1/catalog 1049 +/v2/checkout 2054 +/v2/invoice 1546 +/v2/invoice 936 +/v2/invoice 138 +/v1/shipments 157 +/v1/catalog 1797 +/health 705 +/v2/invoice 1437 +/v1/search 2183 +/v1/refunds 527 +/v1/shipments 2447 +/v2/checkout 2025 +/v1/orders 1348 +/v1/refunds 685 +/v1/search 1874 +/v1/shipments 2461 +/v1/catalog 1726 +/v1/shipments 1463 +/v2/invoice 195 +/v1/users 1194 +/v2/invoice 761 +/v2/checkout 1937 +/v1/orders 1348 +/metrics 744 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-01.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..0a0276e3792a03bb1d27c010d9d14e365dd47851 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-01.log @@ -0,0 +1,23 @@ +/v2/checkout 1340 +/v2/checkout 1176 +/v1/catalog 1972 +/v1/orders 229 +/v2/checkout 389 +/v1/refunds 1970 +/v1/cart 2045 +/v1/orders 2404 +/v2/checkout 81 +/health 768 +/v1/orders 658 +/v2/invoice 756 +/v1/cart 359 +/health 266 +/v1/users 551 +/v1/search 45 +/v1/catalog 2080 +/v1/users 1622 +/v1/search 668 +/v1/catalog 1224 +/v1/shipments 45 +/v1/refunds 1085 +/metrics 1441 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-02.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7ecc9ed81f12cfc4473be31da86a8f1f296411a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-02.log @@ -0,0 +1,26 @@ +/v1/users 1258 +/health 789 +/metrics 1287 +/v1/orders 531 +/health 1020 +/v1/search 1406 +/v1/catalog 628 +/v1/cart 115 +/v1/search 488 +/v1/catalog 893 +/v1/users 2425 +/v1/users 1660 +/v1/shipments 1802 +/v2/checkout 1954 +/health 1297 +/metrics 85 +/metrics 1648 +/v1/cart 190 +/v1/cart 590 +/health 334 +/metrics 2428 +/v1/shipments 64 +/v1/users 2122 +/v1/refunds 982 +/v1/users 1931 +/v1/shipments 1949 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-03.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..cbe24acb16902df640a53d6dbf41edf4fa044ab8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-03.log @@ -0,0 +1,29 @@ +/v2/invoice 160 +/metrics 1312 +/v2/invoice 346 +/v1/shipments 369 +/v1/shipments 2037 +/v1/refunds 1398 +/v1/users 1777 +/metrics 2170 +/v1/shipments 1418 +/metrics 1372 +/v2/invoice 2432 +/v1/orders 1351 +/health 1173 +/metrics 1999 +/v1/cart 1715 +/health 2377 +/v1/search 2196 +/v1/catalog 372 +/metrics 1333 +/v1/orders 816 +/v1/search 8 +/v1/search 1444 +/v2/checkout 1204 +/v1/catalog 1558 +/v1/refunds 1195 +/v1/orders 77 +/v1/refunds 923 +/v1/catalog 148 +/v2/checkout 471 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-04.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..b1fb0a85a987f7489adf0fa10b6c0f500399336f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-04.log @@ -0,0 +1,23 @@ +/metrics 2002 +/v1/catalog 1752 +/v1/cart 863 +/v1/search 14 +/v1/refunds 2099 +/v1/search 1065 +/v2/invoice 1861 +/v1/orders 120 +/health 2009 +/v2/invoice 549 +/v2/checkout 943 +/v2/invoice 1503 +/v1/catalog 1650 +/v1/orders 1481 +/v1/cart 284 +/v2/invoice 2100 +/v1/users 2356 +/v1/shipments 335 +/v1/search 2090 +/v1/orders 1499 +/v1/users 954 +/v1/orders 1392 +/v1/catalog 1816 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-05.log b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..349dfbeae501abe6c81a7130bebbaa5eccfd64ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/api/samples/us-west-2/2024-04-05.log @@ -0,0 +1,28 @@ +/v2/invoice 2253 +/metrics 1685 +/v1/orders 1692 +/v2/checkout 2267 +/v1/search 1710 +/v1/search 1813 +/v2/checkout 917 +/metrics 807 +/v1/search 268 +/v1/users 978 +/v2/checkout 2416 +/v1/shipments 1147 +/v1/search 1241 +/v1/cart 1941 +/metrics 791 +/health 1891 +/v1/users 1932 +/v1/orders 2304 +/v1/users 1309 +/v1/users 2090 +/metrics 1640 +/v1/cart 833 +/v1/catalog 1401 +/v1/cart 204 +/v1/users 581 +/v1/orders 2261 +/v1/users 114 +/v1/catalog 1668 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0d26f733fa/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-01.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..683e0975107930ee74afa396b98c1272085eaf11 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-01.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX3846855,GBP,5870 +TX4061577,GBP,9959 +TX8199276,CNY,4798 +TX1725149,GBP,9525 +TX9717592,GBP,8897 +TX8407483,EUR,6179 +TX3148310,EUR,8358 +TX4083013,USD,867 +TX8411030,GBP,9427 +TX9898790,GBP,3638 +TX9233927,GBP,2382 +TX9030448,GBP,6751 +TX2543557,USD,4038 +TX4262932,JPY,6186 +TX8231876,GBP,7003 +TX3801931,CNY,2187 +TX2204776,JPY,3398 +TX5947178,GBP,3888 +TX8391765,CNY,2093 +TX8887537,JPY,5178 +TX9580408,GBP,7326 +TX5099637,EUR,6402 +TX3724746,EUR,9836 +TX9852439,GBP,6057 +TX3001073,USD,6528 +TX6156240,CNY,2819 +TX7450344,USD,8571 +TX3886707,JPY,6806 +TX8513375,EUR,5158 +TX4704624,EUR,2570 +TX3302452,GBP,6798 +TX9048148,EUR,9832 +TX1170510,GBP,3767 +TX7528930,USD,3959 +TX2942011,JPY,2461 +TX1072631,USD,2468 +TX6332667,CNY,4482 +TX7952069,JPY,7295 +TX4154693,EUR,7046 +TX1375765,JPY,3302 +TX8756967,CNY,3073 +TX4805893,GBP,3393 +TX3852876,JPY,1522 +TX3338265,CNY,7688 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-06.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..61a9638e1758748949b0589be085592a9aa77280 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-06.csv @@ -0,0 +1,41 @@ +txid,currency,amount +TX7819546,JPY,4528 +TX8162261,EUR,3028 +TX2226517,EUR,2602 +TX2888071,USD,7780 +TX3740569,EUR,4490 +TX4162392,EUR,990 +TX8570249,EUR,2228 +TX9088238,GBP,6602 +TX3254215,USD,5593 +TX5172339,CNY,7432 +TX5375534,EUR,149 +TX3531822,GBP,4604 +TX2120715,CNY,3216 +TX4397348,USD,9146 +TX5315007,CNY,508 +TX3720243,GBP,7878 +TX5578779,CNY,4160 +TX5357926,USD,3017 +TX2759602,GBP,1302 +TX3557142,USD,3390 +TX7662664,USD,2898 +TX3255812,EUR,6905 +TX5607440,JPY,7738 +TX8492031,JPY,4274 +TX9113491,EUR,3409 +TX2830602,EUR,6443 +TX6828229,USD,5557 +TX2490551,CNY,8795 +TX8642189,GBP,893 +TX8587120,EUR,303 +TX6042813,USD,1851 +TX1938777,GBP,359 +TX2007876,CNY,6401 +TX8533995,CNY,3228 +TX5263456,CNY,3781 +TX5637846,JPY,2993 +TX4406878,EUR,1828 +TX2911907,JPY,1395 +TX5859268,GBP,4341 +TX4468792,GBP,3158 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-11.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..f8c7d7f779b6e6949a3bf3093ff6cdb6f8cfb604 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-11.csv @@ -0,0 +1,43 @@ +txid,currency,amount +TX4671666,USD,2852 +TX5559685,EUR,9761 +TX8371718,USD,3364 +TX5111262,GBP,6584 +TX3861002,GBP,9590 +TX9587154,CNY,8033 +TX1392685,USD,8791 +TX9451610,CNY,4637 +TX4987555,USD,8575 +TX2633746,JPY,6879 +TX8108018,CNY,1305 +TX8895049,USD,8192 +TX1251147,EUR,6007 +TX1190692,USD,4821 +TX9554357,JPY,8085 +TX4216711,USD,2992 +TX5025993,EUR,6304 +TX9952035,CNY,5442 +TX1236814,EUR,8237 +TX9876907,USD,8233 +TX1652168,JPY,9762 +TX7268858,CNY,6245 +TX1485443,CNY,547 +TX7174086,CNY,5684 +TX2661492,JPY,4751 +TX6970356,EUR,4420 +TX7126025,EUR,2593 +TX2570578,EUR,6365 +TX4038222,CNY,5634 +TX7062162,EUR,6904 +TX7212480,EUR,4720 +TX8757129,GBP,6610 +TX9562604,JPY,2515 +TX7262897,USD,5340 +TX3019942,EUR,583 +TX5048104,GBP,3232 +TX8682221,USD,6842 +TX3678074,EUR,8545 +TX3447078,USD,8948 +TX7229674,GBP,7983 +TX3693361,CNY,289 +TX7973790,EUR,2766 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-16.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..b2964a95ce6df3ed07544e867824374a6a2791ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-16.csv @@ -0,0 +1,47 @@ +txid,currency,amount +TX8663445,EUR,2996 +TX2496062,JPY,6140 +TX9045222,GBP,5496 +TX2245170,EUR,2886 +TX6432860,USD,896 +TX6085089,GBP,6393 +TX6549747,USD,9849 +TX5058070,GBP,2880 +TX4899193,JPY,4908 +TX6334510,CNY,8048 +TX5853304,EUR,3386 +TX7614282,GBP,1517 +TX6741575,CNY,5712 +TX5705326,GBP,4745 +TX9720987,CNY,4086 +TX7526194,CNY,526 +TX7951091,USD,437 +TX1418975,JPY,8010 +TX4723897,USD,3534 +TX3909019,GBP,9371 +TX3714992,CNY,9680 +TX9031276,JPY,2026 +TX8533411,GBP,7578 +TX5559986,USD,723 +TX4519046,CNY,1998 +TX7974280,USD,7425 +TX2178436,CNY,6292 +TX6538460,JPY,7888 +TX4190447,USD,3542 +TX3564104,GBP,7880 +TX9092436,CNY,1542 +TX5989685,GBP,4009 +TX1234177,GBP,8068 +TX7721275,GBP,9227 +TX5066205,EUR,3871 +TX1564631,EUR,4528 +TX3290509,CNY,1309 +TX4193536,USD,3817 +TX3955096,GBP,5404 +TX7779584,GBP,6952 +TX9182636,GBP,4508 +TX5191137,JPY,1383 +TX1094767,EUR,3807 +TX4552716,GBP,6546 +TX9820174,GBP,9477 +TX7747178,USD,1792 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-21.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..80bb2e6495a8e9fc41c7ae27b735f1c98803f306 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-21.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX8226002,EUR,1404 +TX7415066,EUR,3953 +TX5223958,EUR,896 +TX3553002,USD,5164 +TX7694505,USD,3489 +TX8104111,EUR,3760 +TX5097384,USD,687 +TX5327091,USD,9442 +TX4161515,JPY,2200 +TX7108213,CNY,4250 +TX4701869,JPY,4334 +TX4263629,JPY,6325 +TX6631527,GBP,6567 +TX1494705,GBP,7160 +TX8599814,GBP,6318 +TX4378715,GBP,6871 +TX6164413,USD,3974 +TX9211849,CNY,1786 +TX4734689,CNY,9849 +TX6226987,EUR,9302 +TX9983096,CNY,7226 +TX8234563,CNY,3489 +TX8438746,EUR,9819 +TX9648678,EUR,6072 +TX9802161,USD,5566 +TX1273493,JPY,4116 +TX3718364,JPY,6202 +TX5674259,EUR,8837 +TX6030877,USD,5219 +TX6995054,JPY,3790 +TX8711188,JPY,9185 +TX7326171,CNY,9382 +TX1127446,USD,5944 +TX8287398,USD,9349 +TX9208363,EUR,8355 +TX3076629,JPY,2662 +TX2577793,CNY,6263 +TX7423463,GBP,8181 +TX6942451,CNY,1582 +TX6631690,CNY,6391 +TX7357085,EUR,9371 +TX5319675,CNY,9881 +TX9249612,JPY,3150 +TX4295245,EUR,775 +TX6101022,JPY,5658 +TX3146155,JPY,7600 +TX8311007,GBP,9488 +TX7525969,EUR,3643 +TX5392273,EUR,189 +TX6826395,USD,5883 +TX6785443,USD,1494 +TX1149720,CNY,236 +TX2861858,GBP,6137 +TX5865879,USD,4886 +TX7250094,EUR,1873 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-26.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..86ae38e30e5a6ff97f6158ddbdb8561259a0cbba --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-26.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX4808430,GBP,4427 +TX5030825,GBP,8306 +TX5694547,CNY,9804 +TX3148599,USD,7288 +TX6789963,USD,2288 +TX6016762,USD,4026 +TX1083389,GBP,453 +TX3307405,EUR,7508 +TX3666538,USD,8081 +TX1249723,CNY,6470 +TX3449099,USD,9903 +TX4580717,GBP,7754 +TX7921214,GBP,9255 +TX8219214,USD,5879 +TX6180779,EUR,171 +TX4012816,JPY,4970 +TX5311597,GBP,2239 +TX4313039,GBP,2566 +TX3006487,EUR,4454 +TX7180277,CNY,9784 +TX5757019,GBP,3675 +TX3616089,CNY,1555 +TX9596024,GBP,8795 +TX5781249,CNY,7133 +TX9428024,JPY,9194 +TX1638736,USD,8687 +TX1947765,GBP,7694 +TX2014992,JPY,9977 +TX6378092,CNY,5097 +TX1698761,JPY,9284 +TX9032461,USD,1211 +TX7555136,EUR,661 +TX1459022,CNY,3840 +TX5964704,USD,1384 +TX2080256,USD,2177 +TX2012020,CNY,941 +TX7292660,JPY,7266 +TX8046168,CNY,6635 +TX2578727,USD,4664 +TX3321402,CNY,7104 +TX2068618,GBP,1730 +TX2732957,EUR,3736 +TX1682417,CNY,9509 +TX8471253,CNY,413 +TX8304653,EUR,7872 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-31.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..12782c3998795ca228f2c5d157e86ee7f5782e5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-01-31.csv @@ -0,0 +1,43 @@ +txid,currency,amount +TX9422185,USD,1793 +TX9837051,JPY,7791 +TX7353655,USD,6178 +TX6670269,USD,2837 +TX6697094,EUR,6941 +TX4477354,JPY,4468 +TX7876299,GBP,1263 +TX8506133,EUR,2536 +TX3092655,GBP,9576 +TX5141715,GBP,9147 +TX3862537,USD,2159 +TX2227273,JPY,6231 +TX6714214,GBP,3653 +TX6046139,JPY,6259 +TX7690551,EUR,6791 +TX9526469,GBP,7971 +TX4691153,JPY,560 +TX6249090,GBP,7909 +TX9167374,CNY,1579 +TX6603948,CNY,4915 +TX3776813,GBP,9754 +TX9834001,GBP,2879 +TX6057918,JPY,6100 +TX9266693,USD,9945 +TX8106250,USD,4499 +TX9673551,GBP,4295 +TX7001434,GBP,5966 +TX9812023,JPY,8044 +TX8376857,JPY,7928 +TX8080119,CNY,1906 +TX6802442,EUR,7971 +TX6224566,USD,298 +TX5972922,USD,1445 +TX1086600,USD,9855 +TX1365902,EUR,3337 +TX9254845,USD,1121 +TX2923456,USD,2650 +TX1186518,JPY,7571 +TX4226203,CNY,9705 +TX3611665,USD,3555 +TX4077666,JPY,636 +TX3864728,CNY,9601 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-01.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..8fec6021cd42f447340e3f7afa96b269d7bfae8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-01.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX5577275,EUR,343 +TX3771627,CNY,4015 +TX1240731,JPY,5045 +TX6613926,GBP,2955 +TX8278281,GBP,1233 +TX1844686,CNY,6171 +TX9459427,EUR,1638 +TX8583267,CNY,680 +TX8523391,CNY,6272 +TX1379955,JPY,4860 +TX3072272,GBP,6439 +TX4951686,EUR,3896 +TX4208702,GBP,3728 +TX9596727,USD,4937 +TX4991973,USD,1753 +TX6528113,USD,1149 +TX9257946,GBP,6811 +TX4095452,JPY,8803 +TX2599781,EUR,6877 +TX6381665,JPY,8406 +TX6867309,USD,3431 +TX1325586,JPY,173 +TX5582848,CNY,665 +TX3834639,CNY,2385 +TX8451751,JPY,191 +TX2668100,EUR,4308 +TX2210651,GBP,3328 +TX8844588,USD,9555 +TX5584887,EUR,9024 +TX6519932,EUR,4402 +TX8675520,CNY,5593 +TX7445516,USD,1009 +TX8190522,GBP,6950 +TX2926901,USD,7575 +TX1484249,JPY,125 +TX5168164,USD,8268 +TX8252690,JPY,1484 +TX2638817,CNY,6923 +TX7044865,JPY,8549 +TX4992228,USD,7504 +TX9777992,USD,5242 +TX1503026,GBP,161 +TX3214549,JPY,7292 +TX2668608,CNY,2167 +TX7797034,USD,1372 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-06.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..de8389f65f17458cca7a9953c63b319d1e1019f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-06.csv @@ -0,0 +1,53 @@ +txid,currency,amount +TX2726594,USD,1351 +TX7634470,JPY,8468 +TX5439732,GBP,3209 +TX2971372,EUR,383 +TX9846748,CNY,4562 +TX4494563,CNY,1917 +TX7843178,CNY,1523 +TX8366750,USD,1693 +TX4030823,JPY,8118 +TX8682605,CNY,9749 +TX9525821,CNY,4190 +TX1171997,GBP,3603 +TX5584758,USD,1216 +TX7710549,JPY,2706 +TX3999665,JPY,2827 +TX3637004,USD,1522 +TX9699727,JPY,9588 +TX1269521,JPY,559 +TX3068523,EUR,8192 +TX8659582,EUR,8019 +TX4911733,GBP,1995 +TX4633616,GBP,6220 +TX7072945,USD,5757 +TX8329211,CNY,4647 +TX6572965,USD,2102 +TX8586259,JPY,1260 +TX7060566,GBP,2121 +TX8991126,JPY,3668 +TX9369460,GBP,4965 +TX6740945,GBP,380 +TX7132415,USD,6256 +TX8802438,USD,1266 +TX4806301,GBP,5475 +TX1512723,USD,7097 +TX4318530,CNY,6556 +TX7633601,CNY,9197 +TX8044963,USD,4345 +TX5600324,USD,6912 +TX6792928,GBP,7417 +TX8047337,GBP,751 +TX3337969,CNY,1702 +TX1190246,CNY,2841 +TX9412698,GBP,1068 +TX7803918,CNY,3400 +TX8175227,EUR,2853 +TX6692633,CNY,6374 +TX2151156,USD,3066 +TX7952052,EUR,1040 +TX3116081,CNY,2039 +TX3131995,USD,4160 +TX1385948,CNY,886 +TX9607237,EUR,1101 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-11.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..1b60c420eb95505a5f97937ed6b28cb67d7dbb15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-11.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX1133562,GBP,2282 +TX2267051,GBP,3931 +TX5593758,USD,6207 +TX8936161,EUR,9288 +TX5870130,EUR,919 +TX9021768,EUR,2608 +TX3439557,JPY,9623 +TX2875004,USD,4363 +TX1596212,USD,7960 +TX4257552,USD,781 +TX6543325,USD,4701 +TX3323561,GBP,7700 +TX8858425,USD,9578 +TX3154506,EUR,5867 +TX5940413,CNY,6052 +TX6059652,CNY,3823 +TX7724983,JPY,5893 +TX3339923,JPY,9807 +TX6839372,CNY,5738 +TX1722970,USD,4959 +TX3484330,JPY,8475 +TX6643115,GBP,5277 +TX3502289,CNY,6566 +TX1866249,CNY,4168 +TX6655951,USD,6172 +TX8428600,GBP,4955 +TX4302637,GBP,9280 +TX7099003,EUR,5932 +TX2655791,JPY,419 +TX8891700,CNY,1629 +TX7421148,USD,5387 +TX5866581,EUR,8407 +TX5567927,USD,835 +TX9047990,EUR,3540 +TX7926883,GBP,3761 +TX3659140,JPY,1730 +TX4698072,CNY,144 +TX2725210,CNY,7174 +TX7042980,JPY,1573 +TX8504234,JPY,9803 +TX3105174,JPY,9035 +TX4273444,JPY,3226 +TX4726032,JPY,9949 +TX1146264,CNY,5720 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-16.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..f134b3cde59744a8f81282f4be51641e66ef38bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-16.csv @@ -0,0 +1,55 @@ +txid,currency,amount +TX4858790,JPY,710 +TX4416186,USD,276 +TX8780859,EUR,3348 +TX3895018,GBP,1637 +TX3895807,JPY,9117 +TX6519092,USD,9341 +TX1365738,GBP,6608 +TX9184881,USD,2281 +TX5891604,EUR,3455 +TX9683373,JPY,4209 +TX7617433,GBP,2325 +TX4026556,USD,1361 +TX9027839,EUR,4134 +TX1472163,JPY,5778 +TX4666326,JPY,1514 +TX3004012,GBP,7524 +TX8358888,JPY,8246 +TX6075623,EUR,1170 +TX1427469,JPY,4695 +TX7716947,JPY,7908 +TX4054109,GBP,9294 +TX4802061,JPY,530 +TX6830056,USD,1078 +TX4449399,CNY,4246 +TX6822680,JPY,7118 +TX8176044,GBP,8246 +TX3134545,EUR,9884 +TX8546644,JPY,2777 +TX5650783,JPY,4657 +TX6128657,CNY,6302 +TX3432931,JPY,691 +TX6381439,JPY,5387 +TX2028514,CNY,2524 +TX8479362,JPY,8442 +TX3864596,CNY,1556 +TX9402154,JPY,3825 +TX6980288,JPY,2287 +TX6699034,CNY,4072 +TX9223589,JPY,8407 +TX4273401,GBP,694 +TX5776514,JPY,2123 +TX9348585,JPY,9404 +TX1629785,GBP,5030 +TX9362638,JPY,5813 +TX5196571,JPY,7205 +TX5275353,CNY,3480 +TX2147543,JPY,243 +TX3377508,JPY,9727 +TX1362312,JPY,4647 +TX9092941,GBP,806 +TX2386405,JPY,2543 +TX1423942,CNY,3798 +TX8118043,GBP,3712 +TX5541775,USD,5400 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-21.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d697ccf6dd126b5826ccf33efdec2e3006ebde3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-21.csv @@ -0,0 +1,42 @@ +txid,currency,amount +TX6455078,CNY,9510 +TX3858303,JPY,153 +TX8075435,EUR,1342 +TX3914798,JPY,6208 +TX7080279,JPY,6943 +TX2067400,CNY,5355 +TX8376036,USD,1745 +TX3008777,CNY,7436 +TX1385476,EUR,176 +TX2881833,JPY,4271 +TX1878787,GBP,5434 +TX8724006,JPY,6723 +TX6556052,JPY,7156 +TX1719378,EUR,2994 +TX4793576,EUR,1511 +TX5836437,GBP,2095 +TX5187122,JPY,5515 +TX6464553,CNY,4347 +TX9985513,GBP,8003 +TX4378132,JPY,7205 +TX8807489,GBP,9894 +TX1622893,JPY,4620 +TX5098165,USD,5634 +TX3304832,USD,3252 +TX4319666,JPY,9534 +TX9689891,GBP,8860 +TX6998887,CNY,6373 +TX5993233,JPY,1739 +TX3362215,JPY,4286 +TX8285868,EUR,6713 +TX9728254,JPY,2414 +TX9671723,USD,4860 +TX9016786,GBP,931 +TX6845138,USD,3179 +TX4191638,EUR,7955 +TX1359928,GBP,9325 +TX9112101,EUR,5023 +TX1067426,CNY,1732 +TX6034861,USD,1562 +TX7531668,USD,6383 +TX1755604,CNY,3151 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-26.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bde1930bdd845d1e89f545bca6aab6132c28da9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-02-26.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX2818605,USD,6076 +TX5764070,USD,1704 +TX4233597,GBP,6786 +TX8617426,EUR,473 +TX8639825,EUR,5365 +TX7111983,EUR,3379 +TX1663391,GBP,7837 +TX7549845,CNY,4354 +TX1840078,USD,7846 +TX6436457,GBP,3994 +TX2037826,USD,2550 +TX5382010,GBP,9718 +TX5679261,JPY,1348 +TX5039001,GBP,2904 +TX4544675,JPY,8316 +TX2426399,GBP,4051 +TX2745524,GBP,2865 +TX4136723,CNY,9576 +TX7099554,GBP,1007 +TX6879055,USD,2418 +TX5222554,USD,9476 +TX4014824,USD,7076 +TX7027783,CNY,4981 +TX1979298,GBP,2507 +TX5819156,USD,1586 +TX6033682,JPY,6402 +TX7279925,CNY,4745 +TX3341568,GBP,9485 +TX8061707,JPY,7428 +TX1347097,USD,1904 +TX9116405,GBP,6459 +TX1955459,JPY,7081 +TX6886517,GBP,1706 +TX5084236,USD,3786 +TX1239753,EUR,8161 +TX8866006,EUR,8387 +TX7928270,USD,929 +TX1796284,GBP,267 +TX8101375,USD,8714 +TX2893144,GBP,2020 +TX2372812,EUR,4465 +TX2329966,USD,790 +TX4264458,USD,1913 +TX2803339,GBP,3676 +TX5324788,GBP,9703 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-01.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..211cd3f0074c6dffb6f312c8e04dc4afabe66261 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-01.csv @@ -0,0 +1,44 @@ +txid,currency,amount +TX5289716,CNY,9062 +TX6334355,GBP,8191 +TX3705462,GBP,3518 +TX4072024,USD,2691 +TX4591260,USD,3804 +TX6386027,JPY,3523 +TX3977520,USD,2177 +TX8476150,EUR,2190 +TX2898088,GBP,3404 +TX2138687,USD,5084 +TX8820452,JPY,6007 +TX2158454,USD,3781 +TX1112314,CNY,5772 +TX5566298,EUR,3110 +TX3249294,CNY,2704 +TX1609005,GBP,2324 +TX9595901,GBP,8951 +TX7344839,JPY,5917 +TX5435231,USD,8032 +TX8709987,JPY,9215 +TX1874895,CNY,5177 +TX4893405,CNY,5106 +TX7758816,JPY,9548 +TX8921684,CNY,6682 +TX9518478,JPY,1970 +TX9778255,JPY,9952 +TX4687988,JPY,3472 +TX3434751,USD,3249 +TX7061297,USD,1371 +TX2929367,GBP,2707 +TX1932628,CNY,6615 +TX3342155,JPY,9519 +TX7325905,EUR,8691 +TX6410695,GBP,8343 +TX6077855,JPY,7208 +TX8614861,EUR,2004 +TX7684494,JPY,7505 +TX4376745,JPY,8548 +TX2936769,JPY,446 +TX6751113,GBP,3819 +TX4251671,GBP,7275 +TX8194953,USD,5167 +TX1197884,JPY,6912 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-06.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a4781f2bff18020fee158d8e2340d4be04c525a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-06.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX5151907,GBP,3820 +TX1998054,EUR,9981 +TX5865943,EUR,5249 +TX6916617,USD,7063 +TX6876409,GBP,924 +TX7731041,EUR,7244 +TX7254510,EUR,7149 +TX1922071,GBP,729 +TX9875559,EUR,5858 +TX7268447,EUR,9478 +TX3025825,CNY,4498 +TX9820048,CNY,9702 +TX4594999,CNY,5013 +TX9949192,GBP,8438 +TX6102976,EUR,6659 +TX9571041,GBP,5665 +TX7436312,CNY,4666 +TX9418235,CNY,4882 +TX5769121,USD,2729 +TX9922978,GBP,5575 +TX9612832,EUR,8894 +TX8332332,EUR,2488 +TX3885926,GBP,6282 +TX2380694,CNY,9235 +TX6214808,CNY,9908 +TX4218332,JPY,17 +TX7463882,CNY,2903 +TX9784545,GBP,8571 +TX7210957,JPY,7671 +TX7763038,CNY,5224 +TX1216035,JPY,1983 +TX3926488,EUR,1235 +TX9854462,JPY,61 +TX8235752,CNY,9979 +TX1680453,CNY,25 +TX9268057,EUR,484 +TX2125053,CNY,8537 +TX5430444,USD,8662 +TX5048586,EUR,4319 +TX3101696,GBP,7268 +TX7355593,USD,9405 +TX4682169,JPY,7897 +TX7573859,GBP,4732 +TX1602317,CNY,8416 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-11.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..297861a850311064dd4619d01c42d6ccc7543816 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-11.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX6783564,GBP,3831 +TX4092862,CNY,7084 +TX5330942,EUR,8680 +TX7811368,EUR,3177 +TX7340873,CNY,5021 +TX8693818,GBP,5532 +TX9043251,EUR,1304 +TX8352262,EUR,3183 +TX7037264,USD,747 +TX4682052,JPY,109 +TX9407865,JPY,4450 +TX5882416,GBP,5608 +TX7320178,JPY,5767 +TX1439498,USD,2122 +TX8955649,USD,5299 +TX8496847,EUR,6163 +TX1002248,GBP,9876 +TX2690921,JPY,3364 +TX1353115,CNY,9645 +TX2327677,EUR,2177 +TX8664815,EUR,3785 +TX8596742,USD,8541 +TX3893652,CNY,9578 +TX8787498,GBP,5382 +TX2220590,CNY,2696 +TX5784984,CNY,7043 +TX7001121,GBP,6466 +TX6547961,JPY,5631 +TX2407669,JPY,4435 +TX5491549,CNY,4723 +TX5656733,USD,7575 +TX8305273,EUR,7008 +TX1651967,USD,2044 +TX5449030,GBP,2414 +TX6749334,EUR,9657 +TX9203763,JPY,4757 +TX7345570,GBP,4157 +TX7701801,GBP,9217 +TX9265897,GBP,3065 +TX1093060,CNY,1369 +TX6002936,JPY,340 +TX4469142,GBP,1548 +TX1859796,USD,7322 +TX2280546,JPY,3353 +TX5970576,EUR,1068 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-16.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..b236ce62c1b1306b455a366822a386fad1c34437 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-16.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX7112585,JPY,5723 +TX1058736,USD,4600 +TX1558505,CNY,2634 +TX4970637,GBP,8918 +TX3273771,USD,565 +TX4726204,CNY,1949 +TX3698960,JPY,8022 +TX5796893,CNY,8697 +TX8418226,EUR,1599 +TX2677886,GBP,3257 +TX1462770,USD,2097 +TX4493500,JPY,6128 +TX5404071,USD,7492 +TX8487272,CNY,5394 +TX7189129,JPY,903 +TX9455217,USD,491 +TX2696087,JPY,5030 +TX6206172,EUR,8826 +TX6973606,EUR,358 +TX7144283,JPY,521 +TX2424755,JPY,1137 +TX2515205,JPY,9681 +TX6774891,CNY,8623 +TX8386993,CNY,2862 +TX9966912,GBP,1177 +TX5698717,EUR,3995 +TX3828155,GBP,3681 +TX3186809,JPY,6295 +TX5634398,GBP,5297 +TX8394208,JPY,5342 +TX1172015,GBP,174 +TX4195278,EUR,5101 +TX2469910,EUR,7282 +TX8279258,GBP,2099 +TX3343727,USD,5400 +TX6253377,JPY,4962 +TX1008482,CNY,9700 +TX3335772,CNY,3624 +TX6886376,JPY,2133 +TX7889371,JPY,8709 +TX4774194,EUR,2978 +TX2413232,JPY,2270 +TX2123245,JPY,1154 +TX4540855,JPY,7623 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-21.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f97fdc72e4e92f71fc66622b8ff1ecdf559cfc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-21.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX8815639,USD,5045 +TX9124419,EUR,3885 +TX1444572,JPY,3940 +TX3281166,EUR,7569 +TX4742679,EUR,6532 +TX1530327,USD,5431 +TX6269413,CNY,1997 +TX4957304,GBP,9385 +TX1015199,CNY,3586 +TX7443346,JPY,190 +TX5582317,CNY,60 +TX6419104,CNY,9556 +TX8506547,JPY,9097 +TX3621347,EUR,1244 +TX4354297,EUR,2209 +TX3585930,JPY,5325 +TX6833363,EUR,6910 +TX8626107,CNY,8678 +TX8997776,CNY,2505 +TX8927880,USD,7950 +TX6363430,JPY,9646 +TX5212222,GBP,9051 +TX5587826,JPY,2818 +TX3621678,EUR,5380 +TX6973370,CNY,1226 +TX5747101,JPY,5467 +TX4965464,EUR,1543 +TX6806131,JPY,8097 +TX7689141,CNY,6909 +TX5536692,JPY,5048 +TX4815513,CNY,1818 +TX6131718,JPY,1211 +TX7133934,CNY,1559 +TX8459114,EUR,3948 +TX6641641,EUR,9984 +TX6271609,USD,7432 +TX3176393,USD,5591 +TX8373261,JPY,8690 +TX9003108,EUR,2340 +TX1916635,USD,1670 +TX7523143,GBP,6793 +TX9190374,CNY,5811 +TX5427122,EUR,9039 +TX2582821,CNY,3563 +TX5216488,CNY,8209 +TX2386833,JPY,8013 +TX9211937,JPY,4116 +TX8988927,JPY,1839 +TX2187264,USD,2092 +TX3863824,USD,3432 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-26.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..2b6342cfe1392a970fbef7637180e0f329a10911 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-26.csv @@ -0,0 +1,55 @@ +txid,currency,amount +TX1364207,CNY,8523 +TX6513747,USD,8684 +TX5179448,EUR,4173 +TX5459702,GBP,7380 +TX7452852,CNY,1862 +TX2021013,GBP,2229 +TX7900106,JPY,9134 +TX5119080,JPY,8817 +TX4891740,CNY,2167 +TX8964957,CNY,5077 +TX6937949,JPY,2036 +TX9848067,USD,9713 +TX6743350,EUR,5992 +TX1090740,EUR,9767 +TX9596666,CNY,5269 +TX7361785,USD,3613 +TX4788689,EUR,2863 +TX4697378,CNY,4488 +TX4201807,EUR,5212 +TX6915432,GBP,4152 +TX5346840,GBP,4432 +TX8263182,CNY,5221 +TX5032398,USD,7018 +TX2163779,JPY,4720 +TX5616824,EUR,6304 +TX8074720,USD,434 +TX6112217,USD,1163 +TX2930179,USD,5381 +TX1354441,CNY,3749 +TX2024639,EUR,4147 +TX7238808,CNY,2238 +TX2587171,CNY,4444 +TX2545854,JPY,1876 +TX7698134,JPY,8852 +TX9610836,GBP,589 +TX7071557,GBP,8151 +TX7977691,USD,2456 +TX6125997,USD,4770 +TX5529275,CNY,8214 +TX9790500,USD,9686 +TX9624336,CNY,1915 +TX3222381,USD,9376 +TX4328226,CNY,7185 +TX2012172,EUR,5900 +TX5346481,USD,3749 +TX8646006,USD,5062 +TX9414882,GBP,5226 +TX6622805,EUR,8207 +TX3602931,CNY,926 +TX4170218,GBP,8915 +TX4721529,USD,4249 +TX3809930,USD,6442 +TX8653916,EUR,6324 +TX6073765,USD,1186 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-31.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..729ba037d196d6b1d2e56ebeac7b92cf5b0b6735 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q1/2024-03-31.csv @@ -0,0 +1,53 @@ +txid,currency,amount +TX1432565,USD,1188 +TX6342453,EUR,8999 +TX5717259,GBP,8635 +TX1401736,GBP,6052 +TX8059093,CNY,7732 +TX3427023,USD,3151 +TX4020815,USD,1225 +TX4422321,CNY,6655 +TX8526636,JPY,7233 +TX1215096,JPY,1866 +TX4586201,JPY,9739 +TX6579077,USD,8609 +TX8948234,EUR,9706 +TX6346052,USD,7179 +TX2309090,USD,3279 +TX4502987,GBP,6006 +TX4923940,EUR,6720 +TX6504447,JPY,8946 +TX6157267,EUR,6470 +TX1533116,CNY,5640 +TX8074907,EUR,2271 +TX8873724,EUR,5300 +TX5388051,CNY,6915 +TX3457350,EUR,2060 +TX2036547,JPY,9650 +TX5044460,JPY,3341 +TX7858523,GBP,9603 +TX8623854,JPY,5984 +TX3980901,USD,1913 +TX3159190,JPY,5636 +TX7484074,GBP,3833 +TX8811631,EUR,7994 +TX4356574,CNY,4299 +TX1737299,CNY,2732 +TX3376989,JPY,3998 +TX5769060,EUR,8405 +TX6056309,USD,476 +TX7149343,JPY,628 +TX7818852,USD,3319 +TX3895341,EUR,8463 +TX5082553,CNY,4923 +TX6512182,EUR,1542 +TX9692261,EUR,5195 +TX8012105,EUR,536 +TX5927462,GBP,3390 +TX4072280,JPY,5892 +TX4498978,USD,200 +TX2437859,EUR,8429 +TX1109912,EUR,6837 +TX4536238,JPY,2652 +TX7750920,CNY,4536 +TX6375908,USD,7410 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-01.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..896c8290ac11bffadbe6e4cca81d2cf55fa3266f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-01.csv @@ -0,0 +1,49 @@ +txid,currency,amount +TX8768545,EUR,4864 +TX1738641,USD,9817 +TX2864350,JPY,8957 +TX4397742,USD,6164 +TX1847088,GBP,4878 +TX1749295,CNY,8446 +TX8306860,CNY,7364 +TX6492752,GBP,7617 +TX8219216,CNY,6359 +TX1731408,GBP,3619 +TX5346843,JPY,8908 +TX2673589,GBP,6605 +TX6508732,JPY,9235 +TX8235911,JPY,9274 +TX4389599,JPY,2495 +TX7522375,USD,6396 +TX8938527,EUR,4982 +TX6240075,USD,2001 +TX1190785,CNY,1116 +TX7678965,GBP,3097 +TX4949841,CNY,4277 +TX9124796,CNY,9026 +TX8940317,CNY,7772 +TX3884844,JPY,2529 +TX9235481,CNY,4172 +TX9388604,CNY,3536 +TX6050281,JPY,8117 +TX3131669,EUR,5969 +TX6927371,JPY,7363 +TX6841536,CNY,2004 +TX2675629,JPY,4851 +TX4654516,GBP,3892 +TX4991888,GBP,9710 +TX4649997,EUR,2973 +TX5716350,JPY,2276 +TX9051614,CNY,1741 +TX5507551,JPY,5867 +TX8155817,CNY,4639 +TX1191024,JPY,3524 +TX2670699,JPY,2219 +TX3462647,JPY,8852 +TX3613015,CNY,7464 +TX7919573,CNY,6064 +TX3939032,GBP,8081 +TX9380161,USD,766 +TX3016195,USD,3264 +TX9107136,USD,3593 +TX4399759,CNY,4525 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-06.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..a2563787fc724fad001c8e62384e65c9db5a4e81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-06.csv @@ -0,0 +1,42 @@ +txid,currency,amount +TX3681651,USD,5491 +TX8675758,JPY,778 +TX3787848,CNY,3900 +TX5461603,GBP,2704 +TX9841114,GBP,9325 +TX3418038,GBP,2899 +TX7538145,EUR,2612 +TX3198544,GBP,6688 +TX4893708,EUR,3570 +TX9426493,GBP,8465 +TX3420372,CNY,7128 +TX3120227,JPY,2251 +TX7549654,JPY,5018 +TX8547980,JPY,5057 +TX5925083,EUR,6450 +TX9438021,USD,6694 +TX9045925,GBP,8670 +TX3480376,CNY,6535 +TX3238984,EUR,8218 +TX9235902,CNY,8573 +TX1011841,JPY,9868 +TX3318140,GBP,8215 +TX2626380,EUR,1160 +TX3522740,EUR,998 +TX5041688,GBP,7350 +TX6648372,JPY,928 +TX9534559,CNY,3445 +TX3754204,JPY,2955 +TX7072750,USD,9634 +TX3581117,JPY,4016 +TX7238480,CNY,4599 +TX5421585,JPY,5933 +TX9124610,GBP,6596 +TX5363039,USD,6078 +TX5702478,EUR,7907 +TX7813000,JPY,6160 +TX8391896,USD,9047 +TX6515999,USD,8835 +TX9739160,CNY,8348 +TX7929687,GBP,7867 +TX4474772,GBP,8465 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-11.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..b8e5efde7b2d6d4f855f07187c7d35703cde609d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-11.csv @@ -0,0 +1,48 @@ +txid,currency,amount +TX5678205,CNY,3709 +TX3429556,JPY,1036 +TX3671610,JPY,7361 +TX1185650,JPY,5583 +TX1435989,EUR,7639 +TX7300122,CNY,2501 +TX8322050,JPY,3518 +TX5423854,EUR,549 +TX8058321,EUR,1640 +TX8878679,JPY,4490 +TX2403379,USD,2986 +TX1554611,CNY,5965 +TX1604346,GBP,5726 +TX9972120,JPY,4235 +TX7147607,EUR,5061 +TX5704390,JPY,6777 +TX1142598,CNY,719 +TX8517871,USD,6665 +TX4223345,CNY,2745 +TX6496541,JPY,7697 +TX8682915,GBP,8699 +TX3585760,USD,6058 +TX7081036,EUR,8557 +TX1157344,EUR,3240 +TX7863667,CNY,4840 +TX2143791,JPY,419 +TX6645551,CNY,9593 +TX3618409,GBP,9644 +TX7792653,USD,1488 +TX7589439,JPY,1990 +TX6234055,USD,3394 +TX4450430,JPY,3616 +TX4195651,USD,6567 +TX4143788,CNY,326 +TX4059391,EUR,8175 +TX7582541,JPY,2561 +TX3567534,JPY,3803 +TX8443571,JPY,8801 +TX5363453,CNY,2412 +TX9125929,JPY,7902 +TX5510902,USD,6598 +TX2209726,GBP,1696 +TX3824794,JPY,7626 +TX5514726,JPY,3324 +TX7590391,USD,2923 +TX9752003,JPY,9645 +TX7407031,CNY,1428 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-16.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..80b28d91237a07cecda097b651d8cba63b696729 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-16.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX9560634,CNY,9 +TX6895228,USD,8155 +TX3461721,EUR,7018 +TX8266964,USD,9343 +TX4981134,JPY,3750 +TX9627683,USD,9781 +TX9377326,JPY,9809 +TX2532835,CNY,8251 +TX4351619,USD,8589 +TX5667202,CNY,4777 +TX9300122,JPY,4032 +TX8829231,GBP,9859 +TX3629550,GBP,8073 +TX1986165,EUR,9844 +TX4513983,GBP,8316 +TX8744785,EUR,4996 +TX9387930,USD,2484 +TX2643124,EUR,2981 +TX8960309,EUR,8982 +TX5796100,USD,5223 +TX1656881,CNY,6546 +TX9514817,CNY,5241 +TX5277669,EUR,3920 +TX5471084,EUR,1304 +TX9445262,CNY,3471 +TX8189789,CNY,1337 +TX4072927,JPY,3273 +TX1797268,GBP,5137 +TX7483364,JPY,8053 +TX9192815,USD,9298 +TX6689316,CNY,893 +TX7618950,GBP,9428 +TX1003329,CNY,2328 +TX2720857,CNY,1105 +TX8556720,JPY,9753 +TX5794869,EUR,8612 +TX5478771,GBP,7532 +TX2311199,CNY,821 +TX5872025,GBP,3016 +TX9574682,USD,201 +TX7561598,EUR,9942 +TX3362138,USD,6072 +TX8504254,EUR,1217 +TX7834059,JPY,7286 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-21.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..401077e3af34d92194fee0e8459063617ec03ba8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-21.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX6934741,USD,7746 +TX9410863,CNY,2284 +TX6530055,USD,4687 +TX6850362,USD,5223 +TX2631584,USD,9983 +TX8556682,GBP,2620 +TX6538540,USD,7817 +TX7908780,JPY,162 +TX9706728,EUR,1444 +TX5000608,GBP,7939 +TX7206717,GBP,9366 +TX3614140,USD,4808 +TX2190004,JPY,6334 +TX3753368,GBP,8101 +TX3914342,EUR,8915 +TX5405141,USD,2686 +TX8807721,GBP,3373 +TX7096193,JPY,3340 +TX2392298,USD,6940 +TX6808464,GBP,942 +TX8388389,JPY,2520 +TX5189416,EUR,5153 +TX1659327,GBP,6703 +TX8132242,USD,2147 +TX7017523,CNY,8802 +TX5701752,JPY,1511 +TX9518456,JPY,4910 +TX1624273,CNY,7738 +TX8851243,EUR,2644 +TX1914109,USD,4953 +TX4382594,JPY,3426 +TX1568907,GBP,4980 +TX1308134,CNY,2646 +TX2690164,CNY,4808 +TX4035427,EUR,6135 +TX1558768,USD,9850 +TX7327612,USD,7603 +TX6819565,GBP,4290 +TX1385194,JPY,2780 +TX4527813,USD,8262 +TX1246810,CNY,4013 +TX5228555,EUR,2663 +TX5086381,GBP,5512 +TX9059940,JPY,6238 +TX1071772,CNY,9874 +TX9753986,JPY,7406 +TX3277842,JPY,4094 +TX4538047,CNY,956 +TX2681407,JPY,5 +TX5909623,USD,124 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-26.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..47ca02dd9983f8d48aa0057313fd43e7d65921b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-04-26.csv @@ -0,0 +1,41 @@ +txid,currency,amount +TX5746044,CNY,8920 +TX1736148,CNY,2134 +TX1594852,EUR,9803 +TX1531290,JPY,6312 +TX2257569,GBP,6906 +TX3955117,CNY,5392 +TX3536160,CNY,1699 +TX7609217,USD,103 +TX1412441,USD,3049 +TX4230868,USD,5705 +TX5639487,JPY,4993 +TX6444106,EUR,3077 +TX1994024,JPY,5949 +TX4530789,CNY,9204 +TX6339540,GBP,2250 +TX9039167,USD,8603 +TX4124926,USD,3510 +TX8201705,USD,776 +TX9557776,EUR,8326 +TX3602921,GBP,1909 +TX2002924,GBP,6056 +TX8511345,JPY,5110 +TX2454532,GBP,1361 +TX1538242,USD,6275 +TX7282323,USD,5402 +TX4329287,JPY,9464 +TX1840683,CNY,4180 +TX1483036,CNY,1158 +TX4389340,GBP,8896 +TX5677466,USD,250 +TX2321614,CNY,9526 +TX8040864,EUR,5865 +TX1994489,CNY,4893 +TX2819610,CNY,9709 +TX5169430,GBP,5569 +TX4233934,JPY,8532 +TX5756391,CNY,296 +TX9766970,GBP,1027 +TX8247288,CNY,6907 +TX2725705,USD,1086 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-01.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..eead8531f953fad4f8b87c3ea8c20ad0ea9f1d12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-01.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX9968494,USD,858 +TX6493620,GBP,2026 +TX1673338,GBP,3737 +TX4558883,EUR,7503 +TX9090272,JPY,1423 +TX7714062,GBP,9095 +TX6122621,GBP,2235 +TX6884224,EUR,7682 +TX2692038,USD,6646 +TX9566842,GBP,963 +TX3996497,USD,9050 +TX5373979,GBP,2234 +TX8683419,USD,5736 +TX3364460,JPY,7669 +TX4814003,USD,6953 +TX4179068,EUR,303 +TX4826521,GBP,2246 +TX5840190,CNY,8100 +TX7085495,JPY,9758 +TX1606362,JPY,8124 +TX9723202,CNY,4516 +TX9910180,JPY,6363 +TX8284235,JPY,2319 +TX7271778,EUR,6768 +TX6616504,CNY,5951 +TX9690660,USD,7653 +TX3032593,CNY,4889 +TX6098631,USD,8204 +TX8358394,CNY,4282 +TX3900130,JPY,4374 +TX7662589,JPY,7014 +TX5412123,JPY,8361 +TX4773537,USD,625 +TX3504183,EUR,6966 +TX6619505,GBP,1903 +TX6440366,CNY,4147 +TX2866754,JPY,5757 +TX6577033,USD,620 +TX7971209,CNY,8676 +TX7542837,GBP,4813 +TX4712097,CNY,2568 +TX2397451,CNY,2453 +TX8028937,EUR,4657 +TX6728351,CNY,1446 +TX1145427,GBP,7192 +TX9022016,USD,5553 +TX4385303,CNY,8259 +TX4691379,EUR,7427 +TX4040625,GBP,2173 +TX7275920,GBP,158 +TX2534361,EUR,291 +TX8015178,USD,8900 +TX8559368,GBP,6583 +TX9234461,GBP,1420 +TX8990531,JPY,2742 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-06.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..06b05e661ff11678b0fcc5a156288ad418f16a1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-06.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX8471966,USD,5214 +TX4077127,JPY,4337 +TX6218175,GBP,1120 +TX2017158,USD,9741 +TX8975356,CNY,6330 +TX7611360,JPY,962 +TX4977430,USD,5141 +TX1149816,EUR,6996 +TX5617008,GBP,5731 +TX7017533,USD,3822 +TX4012877,USD,9892 +TX3177453,USD,4473 +TX9968319,CNY,7960 +TX4207745,JPY,3083 +TX8134264,GBP,5579 +TX8390478,JPY,7508 +TX6383335,CNY,6261 +TX1741519,USD,5997 +TX4785192,CNY,2758 +TX1124432,USD,4425 +TX6040774,CNY,8887 +TX2964100,EUR,3230 +TX6850740,GBP,6688 +TX5215318,GBP,9314 +TX4194038,GBP,8671 +TX4259709,USD,9248 +TX1368895,CNY,9628 +TX1349229,EUR,7962 +TX8191927,EUR,786 +TX6556178,GBP,6622 +TX3869735,JPY,7414 +TX7598526,JPY,3019 +TX2708066,GBP,7979 +TX1034834,USD,9735 +TX5620830,GBP,9942 +TX4726718,CNY,3549 +TX7738145,GBP,3171 +TX2159871,EUR,6769 +TX6053174,CNY,7645 +TX2311754,EUR,4218 +TX9842495,EUR,4957 +TX6057868,EUR,9685 +TX5228839,GBP,6060 +TX2400996,EUR,8806 +TX4409722,CNY,5821 +TX8067004,GBP,2373 +TX6058613,JPY,2315 +TX3680290,JPY,3688 +TX9246540,EUR,542 +TX3615883,JPY,6224 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-11.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..1e08be3e8be93dfa47894e37d2babe7dd509f460 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-11.csv @@ -0,0 +1,44 @@ +txid,currency,amount +TX9227807,EUR,4880 +TX6304368,JPY,879 +TX8851615,EUR,236 +TX5142755,CNY,6846 +TX1711307,GBP,1239 +TX4117620,USD,9413 +TX5476235,EUR,6049 +TX1204025,USD,261 +TX3057363,CNY,3711 +TX3327915,CNY,5450 +TX9006039,CNY,4868 +TX3912971,JPY,2320 +TX1531333,EUR,9254 +TX1841276,GBP,5275 +TX2917371,USD,4917 +TX7570775,GBP,3276 +TX7169991,USD,2752 +TX3922838,JPY,1563 +TX8949487,JPY,4083 +TX5430416,GBP,98 +TX2446063,EUR,369 +TX4747344,GBP,4114 +TX8805511,USD,5288 +TX9749718,USD,3006 +TX8112686,USD,7664 +TX2859270,JPY,2339 +TX8948551,USD,2912 +TX1011365,USD,166 +TX4700150,JPY,4814 +TX8456963,CNY,4360 +TX1988107,JPY,6838 +TX6683737,JPY,5527 +TX6042050,CNY,6908 +TX7134763,GBP,4441 +TX9565076,EUR,6819 +TX6727552,USD,9986 +TX5915619,CNY,1459 +TX2559648,GBP,7467 +TX2868380,GBP,4853 +TX1847119,GBP,2093 +TX9261828,GBP,2700 +TX5719566,EUR,3652 +TX5623852,USD,1271 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-16.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..e76b5f1173443b5cea3ece9234e2b6b145ba2f50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-16.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX7780863,USD,1818 +TX1885094,EUR,9994 +TX7523492,JPY,6822 +TX3406747,GBP,2211 +TX6154369,JPY,5869 +TX9033768,USD,7321 +TX5823319,EUR,9546 +TX5562462,USD,1347 +TX7563333,EUR,6353 +TX5420276,JPY,4504 +TX7565949,JPY,444 +TX3485586,USD,1876 +TX8392394,EUR,3834 +TX2381252,CNY,148 +TX3739929,EUR,6799 +TX8056888,CNY,4005 +TX4483569,CNY,6421 +TX4335550,JPY,2568 +TX3837519,GBP,4312 +TX7355466,JPY,2813 +TX8911263,CNY,5757 +TX9727075,JPY,4538 +TX3653114,EUR,1185 +TX2573496,JPY,7887 +TX9925443,EUR,3008 +TX6361698,CNY,5604 +TX4844252,CNY,3574 +TX2228653,GBP,7097 +TX1886223,EUR,9807 +TX2800234,USD,5445 +TX9185312,JPY,5051 +TX8486740,EUR,2212 +TX6536763,EUR,3355 +TX6671014,USD,243 +TX2338087,JPY,6182 +TX6397308,USD,16 +TX6814286,JPY,7138 +TX3769185,JPY,6224 +TX9652039,GBP,294 +TX9687076,JPY,5014 +TX8982305,USD,677 +TX2759938,JPY,2844 +TX7676109,EUR,2781 +TX8353733,USD,8285 +TX3698644,USD,8062 +TX4007181,EUR,2417 +TX8964953,JPY,3509 +TX2121234,GBP,1662 +TX7348543,GBP,943 +TX4943771,CNY,2772 +TX8094384,CNY,1736 +TX6246188,JPY,9680 +TX1933349,CNY,6701 +TX7892655,CNY,2340 +TX7869029,USD,3853 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-21.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..384e3800741b772c725a948300b89f90599c1f1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-21.csv @@ -0,0 +1,49 @@ +txid,currency,amount +TX9312268,GBP,8999 +TX2296977,USD,1763 +TX5129762,CNY,4948 +TX5201360,CNY,7899 +TX4565374,USD,310 +TX8299375,EUR,3990 +TX5331282,GBP,4882 +TX7682074,EUR,5534 +TX2022348,CNY,9680 +TX5074559,JPY,9023 +TX3815622,GBP,6888 +TX5522350,USD,3973 +TX5970609,USD,5634 +TX9356347,JPY,9581 +TX3204889,EUR,8801 +TX4713328,CNY,7724 +TX1385039,CNY,9778 +TX8356652,EUR,4416 +TX8725054,JPY,5399 +TX1977169,USD,915 +TX3731813,EUR,4563 +TX4919183,GBP,6790 +TX3449328,CNY,6902 +TX9903992,USD,7122 +TX6029199,USD,5157 +TX3227533,USD,1117 +TX9155543,USD,64 +TX5872835,EUR,9036 +TX2407714,GBP,931 +TX3908272,EUR,9730 +TX9106219,GBP,8665 +TX1101255,CNY,504 +TX6853968,JPY,3858 +TX2025919,CNY,7647 +TX2059271,JPY,5293 +TX1645593,JPY,3475 +TX4990718,JPY,6002 +TX5519408,CNY,523 +TX8320419,EUR,4581 +TX4350433,USD,1088 +TX7039230,JPY,3988 +TX8303185,EUR,4959 +TX5603465,USD,4047 +TX1707509,USD,1895 +TX2295522,EUR,5866 +TX2692113,GBP,4512 +TX4185435,USD,4255 +TX6350008,CNY,5484 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-26.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..455184b082a7507577ec490bb27d6d793925bf6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-26.csv @@ -0,0 +1,42 @@ +txid,currency,amount +TX6169439,JPY,9242 +TX5683948,GBP,6964 +TX7410216,JPY,943 +TX7196736,USD,5824 +TX6301391,GBP,5967 +TX1133487,EUR,1787 +TX8223569,GBP,1333 +TX8012374,GBP,8230 +TX4924282,EUR,4845 +TX5766453,EUR,3664 +TX4345604,EUR,6726 +TX7411227,CNY,403 +TX9109345,CNY,2783 +TX8487576,EUR,3640 +TX5558513,GBP,8410 +TX5219126,GBP,1649 +TX3343418,CNY,2404 +TX8881099,CNY,9154 +TX9546780,USD,7962 +TX8013063,USD,9824 +TX3611787,GBP,1343 +TX9632706,JPY,2870 +TX4350695,EUR,4067 +TX2460311,CNY,6218 +TX6686799,JPY,895 +TX9418077,JPY,9271 +TX3296359,USD,2259 +TX8607525,EUR,1849 +TX9486037,JPY,7756 +TX9252077,JPY,278 +TX4249894,EUR,6144 +TX8196587,GBP,3243 +TX1296760,CNY,3294 +TX3127871,USD,9071 +TX5856179,JPY,7756 +TX6856055,EUR,5347 +TX5486502,CNY,5702 +TX3762642,EUR,7113 +TX5625668,USD,5079 +TX1772316,GBP,6419 +TX6119641,USD,7627 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-31.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..38ddcf754094178b9e57b74a62623b89c25a0f38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-05-31.csv @@ -0,0 +1,44 @@ +txid,currency,amount +TX1039361,USD,5341 +TX4031314,USD,3891 +TX3277015,CNY,2460 +TX2454736,GBP,8617 +TX1136783,EUR,4509 +TX3262053,EUR,3142 +TX2353560,JPY,9455 +TX4374798,EUR,2574 +TX6037378,EUR,5232 +TX5434362,USD,9677 +TX6433822,JPY,3656 +TX2329804,GBP,6425 +TX3930872,USD,8183 +TX8305596,CNY,397 +TX9512818,EUR,7591 +TX8983558,JPY,1385 +TX7852893,GBP,8979 +TX1517977,CNY,31 +TX3817712,JPY,493 +TX2124210,GBP,1569 +TX3533416,CNY,1035 +TX9375810,GBP,2844 +TX5842319,JPY,1977 +TX7299740,EUR,3682 +TX2051721,CNY,6056 +TX6159676,USD,7732 +TX1681441,GBP,1619 +TX4206204,JPY,5544 +TX3715537,CNY,5255 +TX8926221,CNY,3481 +TX3436171,EUR,3163 +TX5113648,USD,6294 +TX1797018,CNY,1372 +TX1795194,JPY,6179 +TX4386679,EUR,5111 +TX1567015,JPY,1314 +TX9440932,GBP,6234 +TX7037936,EUR,7660 +TX6279125,EUR,6772 +TX2691322,JPY,597 +TX1990143,EUR,5784 +TX4768540,EUR,9733 +TX2037878,EUR,3731 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-01.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..73537c045a65cb5a0a66100a7d06d8e5629a26c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-01.csv @@ -0,0 +1,55 @@ +txid,currency,amount +TX5983583,JPY,809 +TX7367036,CNY,1866 +TX7933868,GBP,1874 +TX6385775,GBP,1621 +TX9051770,GBP,2080 +TX9254971,GBP,9229 +TX4491280,JPY,9004 +TX6660315,EUR,9699 +TX6826016,CNY,678 +TX8699991,GBP,2819 +TX8973053,EUR,8165 +TX9730756,USD,1936 +TX7215226,USD,876 +TX8753365,CNY,9840 +TX1876431,USD,4362 +TX3994409,EUR,5218 +TX7050048,EUR,130 +TX9413191,EUR,8940 +TX2644718,GBP,5172 +TX5324622,GBP,801 +TX2575125,EUR,9641 +TX2523242,EUR,4797 +TX8150205,JPY,6146 +TX6955508,JPY,653 +TX8911189,GBP,8227 +TX4737584,CNY,5659 +TX7711714,GBP,1502 +TX6126122,GBP,7420 +TX8861563,JPY,7398 +TX8439779,CNY,5646 +TX3103390,JPY,4082 +TX5080365,USD,4751 +TX6688110,CNY,3641 +TX1532545,EUR,3774 +TX8610306,GBP,2846 +TX7158282,EUR,5917 +TX7421613,GBP,2026 +TX6902490,GBP,9009 +TX2199057,GBP,9853 +TX2471794,CNY,1778 +TX3528495,EUR,5240 +TX3336782,USD,3539 +TX1568709,GBP,6541 +TX5971019,GBP,2841 +TX6173944,CNY,125 +TX3224055,GBP,3112 +TX8767767,CNY,7628 +TX9475975,GBP,1991 +TX7052117,GBP,4308 +TX2458099,EUR,4736 +TX4400039,USD,6239 +TX6561974,USD,5400 +TX7000173,JPY,5498 +TX1089437,USD,9388 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-06.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..da0e833005e7beb723c978340ef21d2a502d56b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-06.csv @@ -0,0 +1,49 @@ +txid,currency,amount +TX7835739,USD,7662 +TX5372260,GBP,8801 +TX1137924,USD,3750 +TX1278241,CNY,3771 +TX7990178,EUR,6724 +TX7871077,EUR,9743 +TX2340536,EUR,6075 +TX1759117,CNY,6958 +TX1794331,CNY,4099 +TX3324497,JPY,9630 +TX9452682,JPY,9083 +TX8823638,EUR,738 +TX7442162,EUR,4976 +TX8334763,GBP,552 +TX4512264,USD,9218 +TX9992049,EUR,7980 +TX5823860,CNY,717 +TX3686581,GBP,7327 +TX8816466,EUR,9421 +TX7190212,CNY,7549 +TX4613016,EUR,4784 +TX7914349,USD,6131 +TX1334014,JPY,3038 +TX6453939,EUR,8410 +TX4475887,GBP,481 +TX8388232,CNY,7868 +TX9885671,EUR,9471 +TX4896051,CNY,1284 +TX8232787,EUR,893 +TX2106083,JPY,1647 +TX1368689,CNY,2299 +TX2363203,USD,190 +TX6566724,EUR,572 +TX9763404,JPY,7784 +TX9209552,JPY,9682 +TX6410765,GBP,6248 +TX4710902,JPY,6816 +TX4375709,GBP,1892 +TX8827392,GBP,1567 +TX1488350,EUR,9782 +TX3129225,CNY,4585 +TX3923360,JPY,4527 +TX6385415,JPY,2626 +TX3029724,EUR,9311 +TX9209636,USD,7887 +TX8268507,GBP,8726 +TX9601214,JPY,1361 +TX6456585,CNY,4210 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-11.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..7494559c2ba0f98727e5ad420b624a27f8f4de33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-11.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX5029843,EUR,6854 +TX6956339,USD,1512 +TX1074602,USD,4566 +TX9668936,GBP,3686 +TX5188789,JPY,7178 +TX4785264,CNY,76 +TX3596785,JPY,2844 +TX8833367,JPY,4579 +TX1332807,CNY,2989 +TX1981502,GBP,6410 +TX8142259,EUR,3325 +TX2431175,CNY,9875 +TX1017972,EUR,7554 +TX2784636,JPY,1118 +TX2490858,GBP,7971 +TX9515252,CNY,7030 +TX8084624,JPY,1977 +TX3820640,EUR,819 +TX4428661,JPY,3373 +TX5684638,CNY,5267 +TX3158104,EUR,1020 +TX4363781,GBP,2752 +TX2243620,CNY,5031 +TX4579019,JPY,6736 +TX4083243,CNY,6597 +TX8020101,GBP,574 +TX5802432,JPY,2333 +TX1479784,EUR,1227 +TX5941047,USD,9588 +TX7151346,GBP,67 +TX4624154,EUR,4799 +TX4500026,JPY,8994 +TX5240560,GBP,6183 +TX9460775,CNY,9699 +TX1057552,USD,6228 +TX8949711,EUR,255 +TX7260108,CNY,877 +TX1599855,GBP,8461 +TX7242815,USD,4787 +TX6978534,JPY,8315 +TX7241271,CNY,2110 +TX6670360,JPY,380 +TX4924025,CNY,6994 +TX5475967,USD,9685 +TX4875202,EUR,7794 +TX7199013,CNY,4290 +TX1028332,USD,2862 +TX3512477,EUR,9387 +TX8033078,CNY,1403 +TX9421137,CNY,4249 +TX4223007,EUR,1599 +TX7997519,CNY,5353 +TX3938504,EUR,8345 +TX5363117,CNY,176 +TX1074562,GBP,5022 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-16.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d8f5c2d18cbe936ed905ec1f78568eb5c6b80f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-16.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX6736135,CNY,8066 +TX1004978,EUR,7505 +TX3739612,JPY,9644 +TX1632717,GBP,7912 +TX3821731,CNY,7377 +TX3831583,CNY,2279 +TX9005178,CNY,6035 +TX4954120,GBP,264 +TX5442524,CNY,4905 +TX4415330,EUR,2172 +TX8321697,USD,8961 +TX4240215,GBP,9456 +TX2056964,CNY,4270 +TX6910165,GBP,7596 +TX1164050,EUR,778 +TX8747141,USD,4543 +TX6668421,GBP,9808 +TX3172926,JPY,4546 +TX9634201,GBP,7912 +TX1418469,EUR,9982 +TX5310214,GBP,3645 +TX6500884,CNY,7943 +TX7886058,EUR,4922 +TX1029008,JPY,7956 +TX9981637,CNY,7619 +TX6410464,CNY,9538 +TX8554301,GBP,8018 +TX8082487,CNY,9330 +TX8296098,USD,1552 +TX7662771,EUR,6084 +TX5053308,USD,5256 +TX6281677,GBP,1727 +TX3562779,CNY,4206 +TX4363169,CNY,7098 +TX6797144,EUR,2837 +TX5593338,JPY,1382 +TX8095634,GBP,5406 +TX7198440,GBP,4523 +TX1471132,JPY,6050 +TX4212404,GBP,317 +TX4292995,EUR,5131 +TX1987573,CNY,7929 +TX6214143,GBP,3445 +TX4167493,CNY,7627 +TX3690020,CNY,1449 +TX9475741,EUR,145 +TX2301214,JPY,9328 +TX4417067,GBP,3106 +TX7659822,CNY,8510 +TX2845605,JPY,1229 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-21.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..128e8d76e63ec242e559aa74a2fe0d24175fbb22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-21.csv @@ -0,0 +1,50 @@ +txid,currency,amount +TX7956860,JPY,4386 +TX8644434,JPY,5211 +TX1643559,USD,4277 +TX6321370,CNY,4755 +TX1551568,USD,8826 +TX4575352,USD,3588 +TX9838392,CNY,3366 +TX5613630,JPY,8969 +TX9474107,JPY,2508 +TX6500889,JPY,1679 +TX9487405,CNY,2448 +TX3738049,EUR,23 +TX7034272,USD,1202 +TX9752259,USD,6610 +TX3163856,JPY,8684 +TX4057160,USD,9996 +TX9523007,USD,1378 +TX2573243,JPY,7282 +TX3985310,GBP,2281 +TX4630184,EUR,3561 +TX7344147,GBP,1174 +TX2309170,CNY,12 +TX8694415,JPY,4642 +TX1848554,USD,4403 +TX9792225,GBP,724 +TX8309922,EUR,103 +TX5485074,USD,843 +TX6956459,EUR,5658 +TX3013505,USD,8498 +TX1580778,GBP,8121 +TX8801654,JPY,5108 +TX3538593,JPY,3024 +TX4442640,USD,1850 +TX3170717,JPY,9095 +TX5787694,GBP,6736 +TX4396634,USD,9047 +TX5049779,GBP,8422 +TX7391997,USD,9860 +TX1965199,GBP,2490 +TX8054364,EUR,7455 +TX4076767,CNY,5091 +TX3058065,JPY,1587 +TX3310006,JPY,7020 +TX7120278,EUR,767 +TX6161333,GBP,7957 +TX9135694,CNY,7043 +TX2661322,CNY,5496 +TX1507106,CNY,207 +TX9062231,EUR,7016 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-26.csv b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..50664c14089ef1eba9b7a4d6698722fe8c97657d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/finance/ledger/2024/Q2/2024-06-26.csv @@ -0,0 +1,41 @@ +txid,currency,amount +TX1305216,GBP,73 +TX9295743,GBP,6264 +TX8357195,USD,6715 +TX9649482,GBP,4040 +TX4365389,USD,1279 +TX4485209,GBP,5656 +TX2571971,GBP,4754 +TX6125351,EUR,3195 +TX2933000,USD,4453 +TX9499783,CNY,8023 +TX5950533,JPY,531 +TX6545715,JPY,6695 +TX7334133,JPY,3606 +TX1475213,JPY,9879 +TX6346589,CNY,2928 +TX5887265,USD,5498 +TX8132281,JPY,3933 +TX4812594,GBP,7427 +TX5138841,JPY,4944 +TX5763679,EUR,4389 +TX5087333,EUR,7341 +TX8597201,USD,8552 +TX5448770,CNY,8267 +TX5314443,EUR,5443 +TX4483220,GBP,138 +TX8449293,GBP,6330 +TX5367767,JPY,6008 +TX6006558,EUR,4998 +TX4193439,CNY,8720 +TX4602550,CNY,365 +TX6295346,USD,4739 +TX1330521,JPY,6533 +TX2603114,JPY,8725 +TX2651049,JPY,612 +TX1439805,USD,3679 +TX3565477,JPY,7024 +TX3340188,USD,8848 +TX8873600,USD,7623 +TX8190029,JPY,4166 +TX5674703,JPY,2304 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-01.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..683e0975107930ee74afa396b98c1272085eaf11 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-01.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX3846855,GBP,5870 +TX4061577,GBP,9959 +TX8199276,CNY,4798 +TX1725149,GBP,9525 +TX9717592,GBP,8897 +TX8407483,EUR,6179 +TX3148310,EUR,8358 +TX4083013,USD,867 +TX8411030,GBP,9427 +TX9898790,GBP,3638 +TX9233927,GBP,2382 +TX9030448,GBP,6751 +TX2543557,USD,4038 +TX4262932,JPY,6186 +TX8231876,GBP,7003 +TX3801931,CNY,2187 +TX2204776,JPY,3398 +TX5947178,GBP,3888 +TX8391765,CNY,2093 +TX8887537,JPY,5178 +TX9580408,GBP,7326 +TX5099637,EUR,6402 +TX3724746,EUR,9836 +TX9852439,GBP,6057 +TX3001073,USD,6528 +TX6156240,CNY,2819 +TX7450344,USD,8571 +TX3886707,JPY,6806 +TX8513375,EUR,5158 +TX4704624,EUR,2570 +TX3302452,GBP,6798 +TX9048148,EUR,9832 +TX1170510,GBP,3767 +TX7528930,USD,3959 +TX2942011,JPY,2461 +TX1072631,USD,2468 +TX6332667,CNY,4482 +TX7952069,JPY,7295 +TX4154693,EUR,7046 +TX1375765,JPY,3302 +TX8756967,CNY,3073 +TX4805893,GBP,3393 +TX3852876,JPY,1522 +TX3338265,CNY,7688 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-06.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..61a9638e1758748949b0589be085592a9aa77280 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-06.csv @@ -0,0 +1,41 @@ +txid,currency,amount +TX7819546,JPY,4528 +TX8162261,EUR,3028 +TX2226517,EUR,2602 +TX2888071,USD,7780 +TX3740569,EUR,4490 +TX4162392,EUR,990 +TX8570249,EUR,2228 +TX9088238,GBP,6602 +TX3254215,USD,5593 +TX5172339,CNY,7432 +TX5375534,EUR,149 +TX3531822,GBP,4604 +TX2120715,CNY,3216 +TX4397348,USD,9146 +TX5315007,CNY,508 +TX3720243,GBP,7878 +TX5578779,CNY,4160 +TX5357926,USD,3017 +TX2759602,GBP,1302 +TX3557142,USD,3390 +TX7662664,USD,2898 +TX3255812,EUR,6905 +TX5607440,JPY,7738 +TX8492031,JPY,4274 +TX9113491,EUR,3409 +TX2830602,EUR,6443 +TX6828229,USD,5557 +TX2490551,CNY,8795 +TX8642189,GBP,893 +TX8587120,EUR,303 +TX6042813,USD,1851 +TX1938777,GBP,359 +TX2007876,CNY,6401 +TX8533995,CNY,3228 +TX5263456,CNY,3781 +TX5637846,JPY,2993 +TX4406878,EUR,1828 +TX2911907,JPY,1395 +TX5859268,GBP,4341 +TX4468792,GBP,3158 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-11.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..f8c7d7f779b6e6949a3bf3093ff6cdb6f8cfb604 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-11.csv @@ -0,0 +1,43 @@ +txid,currency,amount +TX4671666,USD,2852 +TX5559685,EUR,9761 +TX8371718,USD,3364 +TX5111262,GBP,6584 +TX3861002,GBP,9590 +TX9587154,CNY,8033 +TX1392685,USD,8791 +TX9451610,CNY,4637 +TX4987555,USD,8575 +TX2633746,JPY,6879 +TX8108018,CNY,1305 +TX8895049,USD,8192 +TX1251147,EUR,6007 +TX1190692,USD,4821 +TX9554357,JPY,8085 +TX4216711,USD,2992 +TX5025993,EUR,6304 +TX9952035,CNY,5442 +TX1236814,EUR,8237 +TX9876907,USD,8233 +TX1652168,JPY,9762 +TX7268858,CNY,6245 +TX1485443,CNY,547 +TX7174086,CNY,5684 +TX2661492,JPY,4751 +TX6970356,EUR,4420 +TX7126025,EUR,2593 +TX2570578,EUR,6365 +TX4038222,CNY,5634 +TX7062162,EUR,6904 +TX7212480,EUR,4720 +TX8757129,GBP,6610 +TX9562604,JPY,2515 +TX7262897,USD,5340 +TX3019942,EUR,583 +TX5048104,GBP,3232 +TX8682221,USD,6842 +TX3678074,EUR,8545 +TX3447078,USD,8948 +TX7229674,GBP,7983 +TX3693361,CNY,289 +TX7973790,EUR,2766 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-16.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..b2964a95ce6df3ed07544e867824374a6a2791ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-16.csv @@ -0,0 +1,47 @@ +txid,currency,amount +TX8663445,EUR,2996 +TX2496062,JPY,6140 +TX9045222,GBP,5496 +TX2245170,EUR,2886 +TX6432860,USD,896 +TX6085089,GBP,6393 +TX6549747,USD,9849 +TX5058070,GBP,2880 +TX4899193,JPY,4908 +TX6334510,CNY,8048 +TX5853304,EUR,3386 +TX7614282,GBP,1517 +TX6741575,CNY,5712 +TX5705326,GBP,4745 +TX9720987,CNY,4086 +TX7526194,CNY,526 +TX7951091,USD,437 +TX1418975,JPY,8010 +TX4723897,USD,3534 +TX3909019,GBP,9371 +TX3714992,CNY,9680 +TX9031276,JPY,2026 +TX8533411,GBP,7578 +TX5559986,USD,723 +TX4519046,CNY,1998 +TX7974280,USD,7425 +TX2178436,CNY,6292 +TX6538460,JPY,7888 +TX4190447,USD,3542 +TX3564104,GBP,7880 +TX9092436,CNY,1542 +TX5989685,GBP,4009 +TX1234177,GBP,8068 +TX7721275,GBP,9227 +TX5066205,EUR,3871 +TX1564631,EUR,4528 +TX3290509,CNY,1309 +TX4193536,USD,3817 +TX3955096,GBP,5404 +TX7779584,GBP,6952 +TX9182636,GBP,4508 +TX5191137,JPY,1383 +TX1094767,EUR,3807 +TX4552716,GBP,6546 +TX9820174,GBP,9477 +TX7747178,USD,1792 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-21.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..80bb2e6495a8e9fc41c7ae27b735f1c98803f306 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-21.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX8226002,EUR,1404 +TX7415066,EUR,3953 +TX5223958,EUR,896 +TX3553002,USD,5164 +TX7694505,USD,3489 +TX8104111,EUR,3760 +TX5097384,USD,687 +TX5327091,USD,9442 +TX4161515,JPY,2200 +TX7108213,CNY,4250 +TX4701869,JPY,4334 +TX4263629,JPY,6325 +TX6631527,GBP,6567 +TX1494705,GBP,7160 +TX8599814,GBP,6318 +TX4378715,GBP,6871 +TX6164413,USD,3974 +TX9211849,CNY,1786 +TX4734689,CNY,9849 +TX6226987,EUR,9302 +TX9983096,CNY,7226 +TX8234563,CNY,3489 +TX8438746,EUR,9819 +TX9648678,EUR,6072 +TX9802161,USD,5566 +TX1273493,JPY,4116 +TX3718364,JPY,6202 +TX5674259,EUR,8837 +TX6030877,USD,5219 +TX6995054,JPY,3790 +TX8711188,JPY,9185 +TX7326171,CNY,9382 +TX1127446,USD,5944 +TX8287398,USD,9349 +TX9208363,EUR,8355 +TX3076629,JPY,2662 +TX2577793,CNY,6263 +TX7423463,GBP,8181 +TX6942451,CNY,1582 +TX6631690,CNY,6391 +TX7357085,EUR,9371 +TX5319675,CNY,9881 +TX9249612,JPY,3150 +TX4295245,EUR,775 +TX6101022,JPY,5658 +TX3146155,JPY,7600 +TX8311007,GBP,9488 +TX7525969,EUR,3643 +TX5392273,EUR,189 +TX6826395,USD,5883 +TX6785443,USD,1494 +TX1149720,CNY,236 +TX2861858,GBP,6137 +TX5865879,USD,4886 +TX7250094,EUR,1873 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-26.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..86ae38e30e5a6ff97f6158ddbdb8561259a0cbba --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-26.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX4808430,GBP,4427 +TX5030825,GBP,8306 +TX5694547,CNY,9804 +TX3148599,USD,7288 +TX6789963,USD,2288 +TX6016762,USD,4026 +TX1083389,GBP,453 +TX3307405,EUR,7508 +TX3666538,USD,8081 +TX1249723,CNY,6470 +TX3449099,USD,9903 +TX4580717,GBP,7754 +TX7921214,GBP,9255 +TX8219214,USD,5879 +TX6180779,EUR,171 +TX4012816,JPY,4970 +TX5311597,GBP,2239 +TX4313039,GBP,2566 +TX3006487,EUR,4454 +TX7180277,CNY,9784 +TX5757019,GBP,3675 +TX3616089,CNY,1555 +TX9596024,GBP,8795 +TX5781249,CNY,7133 +TX9428024,JPY,9194 +TX1638736,USD,8687 +TX1947765,GBP,7694 +TX2014992,JPY,9977 +TX6378092,CNY,5097 +TX1698761,JPY,9284 +TX9032461,USD,1211 +TX7555136,EUR,661 +TX1459022,CNY,3840 +TX5964704,USD,1384 +TX2080256,USD,2177 +TX2012020,CNY,941 +TX7292660,JPY,7266 +TX8046168,CNY,6635 +TX2578727,USD,4664 +TX3321402,CNY,7104 +TX2068618,GBP,1730 +TX2732957,EUR,3736 +TX1682417,CNY,9509 +TX8471253,CNY,413 +TX8304653,EUR,7872 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-31.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..12782c3998795ca228f2c5d157e86ee7f5782e5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-01-31.csv @@ -0,0 +1,43 @@ +txid,currency,amount +TX9422185,USD,1793 +TX9837051,JPY,7791 +TX7353655,USD,6178 +TX6670269,USD,2837 +TX6697094,EUR,6941 +TX4477354,JPY,4468 +TX7876299,GBP,1263 +TX8506133,EUR,2536 +TX3092655,GBP,9576 +TX5141715,GBP,9147 +TX3862537,USD,2159 +TX2227273,JPY,6231 +TX6714214,GBP,3653 +TX6046139,JPY,6259 +TX7690551,EUR,6791 +TX9526469,GBP,7971 +TX4691153,JPY,560 +TX6249090,GBP,7909 +TX9167374,CNY,1579 +TX6603948,CNY,4915 +TX3776813,GBP,9754 +TX9834001,GBP,2879 +TX6057918,JPY,6100 +TX9266693,USD,9945 +TX8106250,USD,4499 +TX9673551,GBP,4295 +TX7001434,GBP,5966 +TX9812023,JPY,8044 +TX8376857,JPY,7928 +TX8080119,CNY,1906 +TX6802442,EUR,7971 +TX6224566,USD,298 +TX5972922,USD,1445 +TX1086600,USD,9855 +TX1365902,EUR,3337 +TX9254845,USD,1121 +TX2923456,USD,2650 +TX1186518,JPY,7571 +TX4226203,CNY,9705 +TX3611665,USD,3555 +TX4077666,JPY,636 +TX3864728,CNY,9601 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-01.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..8fec6021cd42f447340e3f7afa96b269d7bfae8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-01.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX5577275,EUR,343 +TX3771627,CNY,4015 +TX1240731,JPY,5045 +TX6613926,GBP,2955 +TX8278281,GBP,1233 +TX1844686,CNY,6171 +TX9459427,EUR,1638 +TX8583267,CNY,680 +TX8523391,CNY,6272 +TX1379955,JPY,4860 +TX3072272,GBP,6439 +TX4951686,EUR,3896 +TX4208702,GBP,3728 +TX9596727,USD,4937 +TX4991973,USD,1753 +TX6528113,USD,1149 +TX9257946,GBP,6811 +TX4095452,JPY,8803 +TX2599781,EUR,6877 +TX6381665,JPY,8406 +TX6867309,USD,3431 +TX1325586,JPY,173 +TX5582848,CNY,665 +TX3834639,CNY,2385 +TX8451751,JPY,191 +TX2668100,EUR,4308 +TX2210651,GBP,3328 +TX8844588,USD,9555 +TX5584887,EUR,9024 +TX6519932,EUR,4402 +TX8675520,CNY,5593 +TX7445516,USD,1009 +TX8190522,GBP,6950 +TX2926901,USD,7575 +TX1484249,JPY,125 +TX5168164,USD,8268 +TX8252690,JPY,1484 +TX2638817,CNY,6923 +TX7044865,JPY,8549 +TX4992228,USD,7504 +TX9777992,USD,5242 +TX1503026,GBP,161 +TX3214549,JPY,7292 +TX2668608,CNY,2167 +TX7797034,USD,1372 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-06.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..de8389f65f17458cca7a9953c63b319d1e1019f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-06.csv @@ -0,0 +1,53 @@ +txid,currency,amount +TX2726594,USD,1351 +TX7634470,JPY,8468 +TX5439732,GBP,3209 +TX2971372,EUR,383 +TX9846748,CNY,4562 +TX4494563,CNY,1917 +TX7843178,CNY,1523 +TX8366750,USD,1693 +TX4030823,JPY,8118 +TX8682605,CNY,9749 +TX9525821,CNY,4190 +TX1171997,GBP,3603 +TX5584758,USD,1216 +TX7710549,JPY,2706 +TX3999665,JPY,2827 +TX3637004,USD,1522 +TX9699727,JPY,9588 +TX1269521,JPY,559 +TX3068523,EUR,8192 +TX8659582,EUR,8019 +TX4911733,GBP,1995 +TX4633616,GBP,6220 +TX7072945,USD,5757 +TX8329211,CNY,4647 +TX6572965,USD,2102 +TX8586259,JPY,1260 +TX7060566,GBP,2121 +TX8991126,JPY,3668 +TX9369460,GBP,4965 +TX6740945,GBP,380 +TX7132415,USD,6256 +TX8802438,USD,1266 +TX4806301,GBP,5475 +TX1512723,USD,7097 +TX4318530,CNY,6556 +TX7633601,CNY,9197 +TX8044963,USD,4345 +TX5600324,USD,6912 +TX6792928,GBP,7417 +TX8047337,GBP,751 +TX3337969,CNY,1702 +TX1190246,CNY,2841 +TX9412698,GBP,1068 +TX7803918,CNY,3400 +TX8175227,EUR,2853 +TX6692633,CNY,6374 +TX2151156,USD,3066 +TX7952052,EUR,1040 +TX3116081,CNY,2039 +TX3131995,USD,4160 +TX1385948,CNY,886 +TX9607237,EUR,1101 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-11.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..1b60c420eb95505a5f97937ed6b28cb67d7dbb15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-11.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX1133562,GBP,2282 +TX2267051,GBP,3931 +TX5593758,USD,6207 +TX8936161,EUR,9288 +TX5870130,EUR,919 +TX9021768,EUR,2608 +TX3439557,JPY,9623 +TX2875004,USD,4363 +TX1596212,USD,7960 +TX4257552,USD,781 +TX6543325,USD,4701 +TX3323561,GBP,7700 +TX8858425,USD,9578 +TX3154506,EUR,5867 +TX5940413,CNY,6052 +TX6059652,CNY,3823 +TX7724983,JPY,5893 +TX3339923,JPY,9807 +TX6839372,CNY,5738 +TX1722970,USD,4959 +TX3484330,JPY,8475 +TX6643115,GBP,5277 +TX3502289,CNY,6566 +TX1866249,CNY,4168 +TX6655951,USD,6172 +TX8428600,GBP,4955 +TX4302637,GBP,9280 +TX7099003,EUR,5932 +TX2655791,JPY,419 +TX8891700,CNY,1629 +TX7421148,USD,5387 +TX5866581,EUR,8407 +TX5567927,USD,835 +TX9047990,EUR,3540 +TX7926883,GBP,3761 +TX3659140,JPY,1730 +TX4698072,CNY,144 +TX2725210,CNY,7174 +TX7042980,JPY,1573 +TX8504234,JPY,9803 +TX3105174,JPY,9035 +TX4273444,JPY,3226 +TX4726032,JPY,9949 +TX1146264,CNY,5720 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-16.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..f134b3cde59744a8f81282f4be51641e66ef38bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-16.csv @@ -0,0 +1,55 @@ +txid,currency,amount +TX4858790,JPY,710 +TX4416186,USD,276 +TX8780859,EUR,3348 +TX3895018,GBP,1637 +TX3895807,JPY,9117 +TX6519092,USD,9341 +TX1365738,GBP,6608 +TX9184881,USD,2281 +TX5891604,EUR,3455 +TX9683373,JPY,4209 +TX7617433,GBP,2325 +TX4026556,USD,1361 +TX9027839,EUR,4134 +TX1472163,JPY,5778 +TX4666326,JPY,1514 +TX3004012,GBP,7524 +TX8358888,JPY,8246 +TX6075623,EUR,1170 +TX1427469,JPY,4695 +TX7716947,JPY,7908 +TX4054109,GBP,9294 +TX4802061,JPY,530 +TX6830056,USD,1078 +TX4449399,CNY,4246 +TX6822680,JPY,7118 +TX8176044,GBP,8246 +TX3134545,EUR,9884 +TX8546644,JPY,2777 +TX5650783,JPY,4657 +TX6128657,CNY,6302 +TX3432931,JPY,691 +TX6381439,JPY,5387 +TX2028514,CNY,2524 +TX8479362,JPY,8442 +TX3864596,CNY,1556 +TX9402154,JPY,3825 +TX6980288,JPY,2287 +TX6699034,CNY,4072 +TX9223589,JPY,8407 +TX4273401,GBP,694 +TX5776514,JPY,2123 +TX9348585,JPY,9404 +TX1629785,GBP,5030 +TX9362638,JPY,5813 +TX5196571,JPY,7205 +TX5275353,CNY,3480 +TX2147543,JPY,243 +TX3377508,JPY,9727 +TX1362312,JPY,4647 +TX9092941,GBP,806 +TX2386405,JPY,2543 +TX1423942,CNY,3798 +TX8118043,GBP,3712 +TX5541775,USD,5400 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-21.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d697ccf6dd126b5826ccf33efdec2e3006ebde3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-21.csv @@ -0,0 +1,42 @@ +txid,currency,amount +TX6455078,CNY,9510 +TX3858303,JPY,153 +TX8075435,EUR,1342 +TX3914798,JPY,6208 +TX7080279,JPY,6943 +TX2067400,CNY,5355 +TX8376036,USD,1745 +TX3008777,CNY,7436 +TX1385476,EUR,176 +TX2881833,JPY,4271 +TX1878787,GBP,5434 +TX8724006,JPY,6723 +TX6556052,JPY,7156 +TX1719378,EUR,2994 +TX4793576,EUR,1511 +TX5836437,GBP,2095 +TX5187122,JPY,5515 +TX6464553,CNY,4347 +TX9985513,GBP,8003 +TX4378132,JPY,7205 +TX8807489,GBP,9894 +TX1622893,JPY,4620 +TX5098165,USD,5634 +TX3304832,USD,3252 +TX4319666,JPY,9534 +TX9689891,GBP,8860 +TX6998887,CNY,6373 +TX5993233,JPY,1739 +TX3362215,JPY,4286 +TX8285868,EUR,6713 +TX9728254,JPY,2414 +TX9671723,USD,4860 +TX9016786,GBP,931 +TX6845138,USD,3179 +TX4191638,EUR,7955 +TX1359928,GBP,9325 +TX9112101,EUR,5023 +TX1067426,CNY,1732 +TX6034861,USD,1562 +TX7531668,USD,6383 +TX1755604,CNY,3151 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-26.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bde1930bdd845d1e89f545bca6aab6132c28da9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-02-26.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX2818605,USD,6076 +TX5764070,USD,1704 +TX4233597,GBP,6786 +TX8617426,EUR,473 +TX8639825,EUR,5365 +TX7111983,EUR,3379 +TX1663391,GBP,7837 +TX7549845,CNY,4354 +TX1840078,USD,7846 +TX6436457,GBP,3994 +TX2037826,USD,2550 +TX5382010,GBP,9718 +TX5679261,JPY,1348 +TX5039001,GBP,2904 +TX4544675,JPY,8316 +TX2426399,GBP,4051 +TX2745524,GBP,2865 +TX4136723,CNY,9576 +TX7099554,GBP,1007 +TX6879055,USD,2418 +TX5222554,USD,9476 +TX4014824,USD,7076 +TX7027783,CNY,4981 +TX1979298,GBP,2507 +TX5819156,USD,1586 +TX6033682,JPY,6402 +TX7279925,CNY,4745 +TX3341568,GBP,9485 +TX8061707,JPY,7428 +TX1347097,USD,1904 +TX9116405,GBP,6459 +TX1955459,JPY,7081 +TX6886517,GBP,1706 +TX5084236,USD,3786 +TX1239753,EUR,8161 +TX8866006,EUR,8387 +TX7928270,USD,929 +TX1796284,GBP,267 +TX8101375,USD,8714 +TX2893144,GBP,2020 +TX2372812,EUR,4465 +TX2329966,USD,790 +TX4264458,USD,1913 +TX2803339,GBP,3676 +TX5324788,GBP,9703 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-01.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..211cd3f0074c6dffb6f312c8e04dc4afabe66261 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-01.csv @@ -0,0 +1,44 @@ +txid,currency,amount +TX5289716,CNY,9062 +TX6334355,GBP,8191 +TX3705462,GBP,3518 +TX4072024,USD,2691 +TX4591260,USD,3804 +TX6386027,JPY,3523 +TX3977520,USD,2177 +TX8476150,EUR,2190 +TX2898088,GBP,3404 +TX2138687,USD,5084 +TX8820452,JPY,6007 +TX2158454,USD,3781 +TX1112314,CNY,5772 +TX5566298,EUR,3110 +TX3249294,CNY,2704 +TX1609005,GBP,2324 +TX9595901,GBP,8951 +TX7344839,JPY,5917 +TX5435231,USD,8032 +TX8709987,JPY,9215 +TX1874895,CNY,5177 +TX4893405,CNY,5106 +TX7758816,JPY,9548 +TX8921684,CNY,6682 +TX9518478,JPY,1970 +TX9778255,JPY,9952 +TX4687988,JPY,3472 +TX3434751,USD,3249 +TX7061297,USD,1371 +TX2929367,GBP,2707 +TX1932628,CNY,6615 +TX3342155,JPY,9519 +TX7325905,EUR,8691 +TX6410695,GBP,8343 +TX6077855,JPY,7208 +TX8614861,EUR,2004 +TX7684494,JPY,7505 +TX4376745,JPY,8548 +TX2936769,JPY,446 +TX6751113,GBP,3819 +TX4251671,GBP,7275 +TX8194953,USD,5167 +TX1197884,JPY,6912 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-06.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a4781f2bff18020fee158d8e2340d4be04c525a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-06.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX5151907,GBP,3820 +TX1998054,EUR,9981 +TX5865943,EUR,5249 +TX6916617,USD,7063 +TX6876409,GBP,924 +TX7731041,EUR,7244 +TX7254510,EUR,7149 +TX1922071,GBP,729 +TX9875559,EUR,5858 +TX7268447,EUR,9478 +TX3025825,CNY,4498 +TX9820048,CNY,9702 +TX4594999,CNY,5013 +TX9949192,GBP,8438 +TX6102976,EUR,6659 +TX9571041,GBP,5665 +TX7436312,CNY,4666 +TX9418235,CNY,4882 +TX5769121,USD,2729 +TX9922978,GBP,5575 +TX9612832,EUR,8894 +TX8332332,EUR,2488 +TX3885926,GBP,6282 +TX2380694,CNY,9235 +TX6214808,CNY,9908 +TX4218332,JPY,17 +TX7463882,CNY,2903 +TX9784545,GBP,8571 +TX7210957,JPY,7671 +TX7763038,CNY,5224 +TX1216035,JPY,1983 +TX3926488,EUR,1235 +TX9854462,JPY,61 +TX8235752,CNY,9979 +TX1680453,CNY,25 +TX9268057,EUR,484 +TX2125053,CNY,8537 +TX5430444,USD,8662 +TX5048586,EUR,4319 +TX3101696,GBP,7268 +TX7355593,USD,9405 +TX4682169,JPY,7897 +TX7573859,GBP,4732 +TX1602317,CNY,8416 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-11.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..297861a850311064dd4619d01c42d6ccc7543816 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-11.csv @@ -0,0 +1,46 @@ +txid,currency,amount +TX6783564,GBP,3831 +TX4092862,CNY,7084 +TX5330942,EUR,8680 +TX7811368,EUR,3177 +TX7340873,CNY,5021 +TX8693818,GBP,5532 +TX9043251,EUR,1304 +TX8352262,EUR,3183 +TX7037264,USD,747 +TX4682052,JPY,109 +TX9407865,JPY,4450 +TX5882416,GBP,5608 +TX7320178,JPY,5767 +TX1439498,USD,2122 +TX8955649,USD,5299 +TX8496847,EUR,6163 +TX1002248,GBP,9876 +TX2690921,JPY,3364 +TX1353115,CNY,9645 +TX2327677,EUR,2177 +TX8664815,EUR,3785 +TX8596742,USD,8541 +TX3893652,CNY,9578 +TX8787498,GBP,5382 +TX2220590,CNY,2696 +TX5784984,CNY,7043 +TX7001121,GBP,6466 +TX6547961,JPY,5631 +TX2407669,JPY,4435 +TX5491549,CNY,4723 +TX5656733,USD,7575 +TX8305273,EUR,7008 +TX1651967,USD,2044 +TX5449030,GBP,2414 +TX6749334,EUR,9657 +TX9203763,JPY,4757 +TX7345570,GBP,4157 +TX7701801,GBP,9217 +TX9265897,GBP,3065 +TX1093060,CNY,1369 +TX6002936,JPY,340 +TX4469142,GBP,1548 +TX1859796,USD,7322 +TX2280546,JPY,3353 +TX5970576,EUR,1068 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-16.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..b236ce62c1b1306b455a366822a386fad1c34437 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-16.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX7112585,JPY,5723 +TX1058736,USD,4600 +TX1558505,CNY,2634 +TX4970637,GBP,8918 +TX3273771,USD,565 +TX4726204,CNY,1949 +TX3698960,JPY,8022 +TX5796893,CNY,8697 +TX8418226,EUR,1599 +TX2677886,GBP,3257 +TX1462770,USD,2097 +TX4493500,JPY,6128 +TX5404071,USD,7492 +TX8487272,CNY,5394 +TX7189129,JPY,903 +TX9455217,USD,491 +TX2696087,JPY,5030 +TX6206172,EUR,8826 +TX6973606,EUR,358 +TX7144283,JPY,521 +TX2424755,JPY,1137 +TX2515205,JPY,9681 +TX6774891,CNY,8623 +TX8386993,CNY,2862 +TX9966912,GBP,1177 +TX5698717,EUR,3995 +TX3828155,GBP,3681 +TX3186809,JPY,6295 +TX5634398,GBP,5297 +TX8394208,JPY,5342 +TX1172015,GBP,174 +TX4195278,EUR,5101 +TX2469910,EUR,7282 +TX8279258,GBP,2099 +TX3343727,USD,5400 +TX6253377,JPY,4962 +TX1008482,CNY,9700 +TX3335772,CNY,3624 +TX6886376,JPY,2133 +TX7889371,JPY,8709 +TX4774194,EUR,2978 +TX2413232,JPY,2270 +TX2123245,JPY,1154 +TX4540855,JPY,7623 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-21.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f97fdc72e4e92f71fc66622b8ff1ecdf559cfc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-21.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX8815639,USD,5045 +TX9124419,EUR,3885 +TX1444572,JPY,3940 +TX3281166,EUR,7569 +TX4742679,EUR,6532 +TX1530327,USD,5431 +TX6269413,CNY,1997 +TX4957304,GBP,9385 +TX1015199,CNY,3586 +TX7443346,JPY,190 +TX5582317,CNY,60 +TX6419104,CNY,9556 +TX8506547,JPY,9097 +TX3621347,EUR,1244 +TX4354297,EUR,2209 +TX3585930,JPY,5325 +TX6833363,EUR,6910 +TX8626107,CNY,8678 +TX8997776,CNY,2505 +TX8927880,USD,7950 +TX6363430,JPY,9646 +TX5212222,GBP,9051 +TX5587826,JPY,2818 +TX3621678,EUR,5380 +TX6973370,CNY,1226 +TX5747101,JPY,5467 +TX4965464,EUR,1543 +TX6806131,JPY,8097 +TX7689141,CNY,6909 +TX5536692,JPY,5048 +TX4815513,CNY,1818 +TX6131718,JPY,1211 +TX7133934,CNY,1559 +TX8459114,EUR,3948 +TX6641641,EUR,9984 +TX6271609,USD,7432 +TX3176393,USD,5591 +TX8373261,JPY,8690 +TX9003108,EUR,2340 +TX1916635,USD,1670 +TX7523143,GBP,6793 +TX9190374,CNY,5811 +TX5427122,EUR,9039 +TX2582821,CNY,3563 +TX5216488,CNY,8209 +TX2386833,JPY,8013 +TX9211937,JPY,4116 +TX8988927,JPY,1839 +TX2187264,USD,2092 +TX3863824,USD,3432 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-26.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..2b6342cfe1392a970fbef7637180e0f329a10911 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-26.csv @@ -0,0 +1,55 @@ +txid,currency,amount +TX1364207,CNY,8523 +TX6513747,USD,8684 +TX5179448,EUR,4173 +TX5459702,GBP,7380 +TX7452852,CNY,1862 +TX2021013,GBP,2229 +TX7900106,JPY,9134 +TX5119080,JPY,8817 +TX4891740,CNY,2167 +TX8964957,CNY,5077 +TX6937949,JPY,2036 +TX9848067,USD,9713 +TX6743350,EUR,5992 +TX1090740,EUR,9767 +TX9596666,CNY,5269 +TX7361785,USD,3613 +TX4788689,EUR,2863 +TX4697378,CNY,4488 +TX4201807,EUR,5212 +TX6915432,GBP,4152 +TX5346840,GBP,4432 +TX8263182,CNY,5221 +TX5032398,USD,7018 +TX2163779,JPY,4720 +TX5616824,EUR,6304 +TX8074720,USD,434 +TX6112217,USD,1163 +TX2930179,USD,5381 +TX1354441,CNY,3749 +TX2024639,EUR,4147 +TX7238808,CNY,2238 +TX2587171,CNY,4444 +TX2545854,JPY,1876 +TX7698134,JPY,8852 +TX9610836,GBP,589 +TX7071557,GBP,8151 +TX7977691,USD,2456 +TX6125997,USD,4770 +TX5529275,CNY,8214 +TX9790500,USD,9686 +TX9624336,CNY,1915 +TX3222381,USD,9376 +TX4328226,CNY,7185 +TX2012172,EUR,5900 +TX5346481,USD,3749 +TX8646006,USD,5062 +TX9414882,GBP,5226 +TX6622805,EUR,8207 +TX3602931,CNY,926 +TX4170218,GBP,8915 +TX4721529,USD,4249 +TX3809930,USD,6442 +TX8653916,EUR,6324 +TX6073765,USD,1186 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-31.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..729ba037d196d6b1d2e56ebeac7b92cf5b0b6735 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q1/2024-03-31.csv @@ -0,0 +1,53 @@ +txid,currency,amount +TX1432565,USD,1188 +TX6342453,EUR,8999 +TX5717259,GBP,8635 +TX1401736,GBP,6052 +TX8059093,CNY,7732 +TX3427023,USD,3151 +TX4020815,USD,1225 +TX4422321,CNY,6655 +TX8526636,JPY,7233 +TX1215096,JPY,1866 +TX4586201,JPY,9739 +TX6579077,USD,8609 +TX8948234,EUR,9706 +TX6346052,USD,7179 +TX2309090,USD,3279 +TX4502987,GBP,6006 +TX4923940,EUR,6720 +TX6504447,JPY,8946 +TX6157267,EUR,6470 +TX1533116,CNY,5640 +TX8074907,EUR,2271 +TX8873724,EUR,5300 +TX5388051,CNY,6915 +TX3457350,EUR,2060 +TX2036547,JPY,9650 +TX5044460,JPY,3341 +TX7858523,GBP,9603 +TX8623854,JPY,5984 +TX3980901,USD,1913 +TX3159190,JPY,5636 +TX7484074,GBP,3833 +TX8811631,EUR,7994 +TX4356574,CNY,4299 +TX1737299,CNY,2732 +TX3376989,JPY,3998 +TX5769060,EUR,8405 +TX6056309,USD,476 +TX7149343,JPY,628 +TX7818852,USD,3319 +TX3895341,EUR,8463 +TX5082553,CNY,4923 +TX6512182,EUR,1542 +TX9692261,EUR,5195 +TX8012105,EUR,536 +TX5927462,GBP,3390 +TX4072280,JPY,5892 +TX4498978,USD,200 +TX2437859,EUR,8429 +TX1109912,EUR,6837 +TX4536238,JPY,2652 +TX7750920,CNY,4536 +TX6375908,USD,7410 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-01.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..896c8290ac11bffadbe6e4cca81d2cf55fa3266f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-01.csv @@ -0,0 +1,49 @@ +txid,currency,amount +TX8768545,EUR,4864 +TX1738641,USD,9817 +TX2864350,JPY,8957 +TX4397742,USD,6164 +TX1847088,GBP,4878 +TX1749295,CNY,8446 +TX8306860,CNY,7364 +TX6492752,GBP,7617 +TX8219216,CNY,6359 +TX1731408,GBP,3619 +TX5346843,JPY,8908 +TX2673589,GBP,6605 +TX6508732,JPY,9235 +TX8235911,JPY,9274 +TX4389599,JPY,2495 +TX7522375,USD,6396 +TX8938527,EUR,4982 +TX6240075,USD,2001 +TX1190785,CNY,1116 +TX7678965,GBP,3097 +TX4949841,CNY,4277 +TX9124796,CNY,9026 +TX8940317,CNY,7772 +TX3884844,JPY,2529 +TX9235481,CNY,4172 +TX9388604,CNY,3536 +TX6050281,JPY,8117 +TX3131669,EUR,5969 +TX6927371,JPY,7363 +TX6841536,CNY,2004 +TX2675629,JPY,4851 +TX4654516,GBP,3892 +TX4991888,GBP,9710 +TX4649997,EUR,2973 +TX5716350,JPY,2276 +TX9051614,CNY,1741 +TX5507551,JPY,5867 +TX8155817,CNY,4639 +TX1191024,JPY,3524 +TX2670699,JPY,2219 +TX3462647,JPY,8852 +TX3613015,CNY,7464 +TX7919573,CNY,6064 +TX3939032,GBP,8081 +TX9380161,USD,766 +TX3016195,USD,3264 +TX9107136,USD,3593 +TX4399759,CNY,4525 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-06.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..a2563787fc724fad001c8e62384e65c9db5a4e81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-06.csv @@ -0,0 +1,42 @@ +txid,currency,amount +TX3681651,USD,5491 +TX8675758,JPY,778 +TX3787848,CNY,3900 +TX5461603,GBP,2704 +TX9841114,GBP,9325 +TX3418038,GBP,2899 +TX7538145,EUR,2612 +TX3198544,GBP,6688 +TX4893708,EUR,3570 +TX9426493,GBP,8465 +TX3420372,CNY,7128 +TX3120227,JPY,2251 +TX7549654,JPY,5018 +TX8547980,JPY,5057 +TX5925083,EUR,6450 +TX9438021,USD,6694 +TX9045925,GBP,8670 +TX3480376,CNY,6535 +TX3238984,EUR,8218 +TX9235902,CNY,8573 +TX1011841,JPY,9868 +TX3318140,GBP,8215 +TX2626380,EUR,1160 +TX3522740,EUR,998 +TX5041688,GBP,7350 +TX6648372,JPY,928 +TX9534559,CNY,3445 +TX3754204,JPY,2955 +TX7072750,USD,9634 +TX3581117,JPY,4016 +TX7238480,CNY,4599 +TX5421585,JPY,5933 +TX9124610,GBP,6596 +TX5363039,USD,6078 +TX5702478,EUR,7907 +TX7813000,JPY,6160 +TX8391896,USD,9047 +TX6515999,USD,8835 +TX9739160,CNY,8348 +TX7929687,GBP,7867 +TX4474772,GBP,8465 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-11.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..b8e5efde7b2d6d4f855f07187c7d35703cde609d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-11.csv @@ -0,0 +1,48 @@ +txid,currency,amount +TX5678205,CNY,3709 +TX3429556,JPY,1036 +TX3671610,JPY,7361 +TX1185650,JPY,5583 +TX1435989,EUR,7639 +TX7300122,CNY,2501 +TX8322050,JPY,3518 +TX5423854,EUR,549 +TX8058321,EUR,1640 +TX8878679,JPY,4490 +TX2403379,USD,2986 +TX1554611,CNY,5965 +TX1604346,GBP,5726 +TX9972120,JPY,4235 +TX7147607,EUR,5061 +TX5704390,JPY,6777 +TX1142598,CNY,719 +TX8517871,USD,6665 +TX4223345,CNY,2745 +TX6496541,JPY,7697 +TX8682915,GBP,8699 +TX3585760,USD,6058 +TX7081036,EUR,8557 +TX1157344,EUR,3240 +TX7863667,CNY,4840 +TX2143791,JPY,419 +TX6645551,CNY,9593 +TX3618409,GBP,9644 +TX7792653,USD,1488 +TX7589439,JPY,1990 +TX6234055,USD,3394 +TX4450430,JPY,3616 +TX4195651,USD,6567 +TX4143788,CNY,326 +TX4059391,EUR,8175 +TX7582541,JPY,2561 +TX3567534,JPY,3803 +TX8443571,JPY,8801 +TX5363453,CNY,2412 +TX9125929,JPY,7902 +TX5510902,USD,6598 +TX2209726,GBP,1696 +TX3824794,JPY,7626 +TX5514726,JPY,3324 +TX7590391,USD,2923 +TX9752003,JPY,9645 +TX7407031,CNY,1428 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-16.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..80b28d91237a07cecda097b651d8cba63b696729 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-16.csv @@ -0,0 +1,45 @@ +txid,currency,amount +TX9560634,CNY,9 +TX6895228,USD,8155 +TX3461721,EUR,7018 +TX8266964,USD,9343 +TX4981134,JPY,3750 +TX9627683,USD,9781 +TX9377326,JPY,9809 +TX2532835,CNY,8251 +TX4351619,USD,8589 +TX5667202,CNY,4777 +TX9300122,JPY,4032 +TX8829231,GBP,9859 +TX3629550,GBP,8073 +TX1986165,EUR,9844 +TX4513983,GBP,8316 +TX8744785,EUR,4996 +TX9387930,USD,2484 +TX2643124,EUR,2981 +TX8960309,EUR,8982 +TX5796100,USD,5223 +TX1656881,CNY,6546 +TX9514817,CNY,5241 +TX5277669,EUR,3920 +TX5471084,EUR,1304 +TX9445262,CNY,3471 +TX8189789,CNY,1337 +TX4072927,JPY,3273 +TX1797268,GBP,5137 +TX7483364,JPY,8053 +TX9192815,USD,9298 +TX6689316,CNY,893 +TX7618950,GBP,9428 +TX1003329,CNY,2328 +TX2720857,CNY,1105 +TX8556720,JPY,9753 +TX5794869,EUR,8612 +TX5478771,GBP,7532 +TX2311199,CNY,821 +TX5872025,GBP,3016 +TX9574682,USD,201 +TX7561598,EUR,9942 +TX3362138,USD,6072 +TX8504254,EUR,1217 +TX7834059,JPY,7286 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-21.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..401077e3af34d92194fee0e8459063617ec03ba8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-21.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX6934741,USD,7746 +TX9410863,CNY,2284 +TX6530055,USD,4687 +TX6850362,USD,5223 +TX2631584,USD,9983 +TX8556682,GBP,2620 +TX6538540,USD,7817 +TX7908780,JPY,162 +TX9706728,EUR,1444 +TX5000608,GBP,7939 +TX7206717,GBP,9366 +TX3614140,USD,4808 +TX2190004,JPY,6334 +TX3753368,GBP,8101 +TX3914342,EUR,8915 +TX5405141,USD,2686 +TX8807721,GBP,3373 +TX7096193,JPY,3340 +TX2392298,USD,6940 +TX6808464,GBP,942 +TX8388389,JPY,2520 +TX5189416,EUR,5153 +TX1659327,GBP,6703 +TX8132242,USD,2147 +TX7017523,CNY,8802 +TX5701752,JPY,1511 +TX9518456,JPY,4910 +TX1624273,CNY,7738 +TX8851243,EUR,2644 +TX1914109,USD,4953 +TX4382594,JPY,3426 +TX1568907,GBP,4980 +TX1308134,CNY,2646 +TX2690164,CNY,4808 +TX4035427,EUR,6135 +TX1558768,USD,9850 +TX7327612,USD,7603 +TX6819565,GBP,4290 +TX1385194,JPY,2780 +TX4527813,USD,8262 +TX1246810,CNY,4013 +TX5228555,EUR,2663 +TX5086381,GBP,5512 +TX9059940,JPY,6238 +TX1071772,CNY,9874 +TX9753986,JPY,7406 +TX3277842,JPY,4094 +TX4538047,CNY,956 +TX2681407,JPY,5 +TX5909623,USD,124 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-26.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..47ca02dd9983f8d48aa0057313fd43e7d65921b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-04-26.csv @@ -0,0 +1,41 @@ +txid,currency,amount +TX5746044,CNY,8920 +TX1736148,CNY,2134 +TX1594852,EUR,9803 +TX1531290,JPY,6312 +TX2257569,GBP,6906 +TX3955117,CNY,5392 +TX3536160,CNY,1699 +TX7609217,USD,103 +TX1412441,USD,3049 +TX4230868,USD,5705 +TX5639487,JPY,4993 +TX6444106,EUR,3077 +TX1994024,JPY,5949 +TX4530789,CNY,9204 +TX6339540,GBP,2250 +TX9039167,USD,8603 +TX4124926,USD,3510 +TX8201705,USD,776 +TX9557776,EUR,8326 +TX3602921,GBP,1909 +TX2002924,GBP,6056 +TX8511345,JPY,5110 +TX2454532,GBP,1361 +TX1538242,USD,6275 +TX7282323,USD,5402 +TX4329287,JPY,9464 +TX1840683,CNY,4180 +TX1483036,CNY,1158 +TX4389340,GBP,8896 +TX5677466,USD,250 +TX2321614,CNY,9526 +TX8040864,EUR,5865 +TX1994489,CNY,4893 +TX2819610,CNY,9709 +TX5169430,GBP,5569 +TX4233934,JPY,8532 +TX5756391,CNY,296 +TX9766970,GBP,1027 +TX8247288,CNY,6907 +TX2725705,USD,1086 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-01.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..eead8531f953fad4f8b87c3ea8c20ad0ea9f1d12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-01.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX9968494,USD,858 +TX6493620,GBP,2026 +TX1673338,GBP,3737 +TX4558883,EUR,7503 +TX9090272,JPY,1423 +TX7714062,GBP,9095 +TX6122621,GBP,2235 +TX6884224,EUR,7682 +TX2692038,USD,6646 +TX9566842,GBP,963 +TX3996497,USD,9050 +TX5373979,GBP,2234 +TX8683419,USD,5736 +TX3364460,JPY,7669 +TX4814003,USD,6953 +TX4179068,EUR,303 +TX4826521,GBP,2246 +TX5840190,CNY,8100 +TX7085495,JPY,9758 +TX1606362,JPY,8124 +TX9723202,CNY,4516 +TX9910180,JPY,6363 +TX8284235,JPY,2319 +TX7271778,EUR,6768 +TX6616504,CNY,5951 +TX9690660,USD,7653 +TX3032593,CNY,4889 +TX6098631,USD,8204 +TX8358394,CNY,4282 +TX3900130,JPY,4374 +TX7662589,JPY,7014 +TX5412123,JPY,8361 +TX4773537,USD,625 +TX3504183,EUR,6966 +TX6619505,GBP,1903 +TX6440366,CNY,4147 +TX2866754,JPY,5757 +TX6577033,USD,620 +TX7971209,CNY,8676 +TX7542837,GBP,4813 +TX4712097,CNY,2568 +TX2397451,CNY,2453 +TX8028937,EUR,4657 +TX6728351,CNY,1446 +TX1145427,GBP,7192 +TX9022016,USD,5553 +TX4385303,CNY,8259 +TX4691379,EUR,7427 +TX4040625,GBP,2173 +TX7275920,GBP,158 +TX2534361,EUR,291 +TX8015178,USD,8900 +TX8559368,GBP,6583 +TX9234461,GBP,1420 +TX8990531,JPY,2742 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-06.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..06b05e661ff11678b0fcc5a156288ad418f16a1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-06.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX8471966,USD,5214 +TX4077127,JPY,4337 +TX6218175,GBP,1120 +TX2017158,USD,9741 +TX8975356,CNY,6330 +TX7611360,JPY,962 +TX4977430,USD,5141 +TX1149816,EUR,6996 +TX5617008,GBP,5731 +TX7017533,USD,3822 +TX4012877,USD,9892 +TX3177453,USD,4473 +TX9968319,CNY,7960 +TX4207745,JPY,3083 +TX8134264,GBP,5579 +TX8390478,JPY,7508 +TX6383335,CNY,6261 +TX1741519,USD,5997 +TX4785192,CNY,2758 +TX1124432,USD,4425 +TX6040774,CNY,8887 +TX2964100,EUR,3230 +TX6850740,GBP,6688 +TX5215318,GBP,9314 +TX4194038,GBP,8671 +TX4259709,USD,9248 +TX1368895,CNY,9628 +TX1349229,EUR,7962 +TX8191927,EUR,786 +TX6556178,GBP,6622 +TX3869735,JPY,7414 +TX7598526,JPY,3019 +TX2708066,GBP,7979 +TX1034834,USD,9735 +TX5620830,GBP,9942 +TX4726718,CNY,3549 +TX7738145,GBP,3171 +TX2159871,EUR,6769 +TX6053174,CNY,7645 +TX2311754,EUR,4218 +TX9842495,EUR,4957 +TX6057868,EUR,9685 +TX5228839,GBP,6060 +TX2400996,EUR,8806 +TX4409722,CNY,5821 +TX8067004,GBP,2373 +TX6058613,JPY,2315 +TX3680290,JPY,3688 +TX9246540,EUR,542 +TX3615883,JPY,6224 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-11.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..1e08be3e8be93dfa47894e37d2babe7dd509f460 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-11.csv @@ -0,0 +1,44 @@ +txid,currency,amount +TX9227807,EUR,4880 +TX6304368,JPY,879 +TX8851615,EUR,236 +TX5142755,CNY,6846 +TX1711307,GBP,1239 +TX4117620,USD,9413 +TX5476235,EUR,6049 +TX1204025,USD,261 +TX3057363,CNY,3711 +TX3327915,CNY,5450 +TX9006039,CNY,4868 +TX3912971,JPY,2320 +TX1531333,EUR,9254 +TX1841276,GBP,5275 +TX2917371,USD,4917 +TX7570775,GBP,3276 +TX7169991,USD,2752 +TX3922838,JPY,1563 +TX8949487,JPY,4083 +TX5430416,GBP,98 +TX2446063,EUR,369 +TX4747344,GBP,4114 +TX8805511,USD,5288 +TX9749718,USD,3006 +TX8112686,USD,7664 +TX2859270,JPY,2339 +TX8948551,USD,2912 +TX1011365,USD,166 +TX4700150,JPY,4814 +TX8456963,CNY,4360 +TX1988107,JPY,6838 +TX6683737,JPY,5527 +TX6042050,CNY,6908 +TX7134763,GBP,4441 +TX9565076,EUR,6819 +TX6727552,USD,9986 +TX5915619,CNY,1459 +TX2559648,GBP,7467 +TX2868380,GBP,4853 +TX1847119,GBP,2093 +TX9261828,GBP,2700 +TX5719566,EUR,3652 +TX5623852,USD,1271 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-16.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..e76b5f1173443b5cea3ece9234e2b6b145ba2f50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-16.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX7780863,USD,1818 +TX1885094,EUR,9994 +TX7523492,JPY,6822 +TX3406747,GBP,2211 +TX6154369,JPY,5869 +TX9033768,USD,7321 +TX5823319,EUR,9546 +TX5562462,USD,1347 +TX7563333,EUR,6353 +TX5420276,JPY,4504 +TX7565949,JPY,444 +TX3485586,USD,1876 +TX8392394,EUR,3834 +TX2381252,CNY,148 +TX3739929,EUR,6799 +TX8056888,CNY,4005 +TX4483569,CNY,6421 +TX4335550,JPY,2568 +TX3837519,GBP,4312 +TX7355466,JPY,2813 +TX8911263,CNY,5757 +TX9727075,JPY,4538 +TX3653114,EUR,1185 +TX2573496,JPY,7887 +TX9925443,EUR,3008 +TX6361698,CNY,5604 +TX4844252,CNY,3574 +TX2228653,GBP,7097 +TX1886223,EUR,9807 +TX2800234,USD,5445 +TX9185312,JPY,5051 +TX8486740,EUR,2212 +TX6536763,EUR,3355 +TX6671014,USD,243 +TX2338087,JPY,6182 +TX6397308,USD,16 +TX6814286,JPY,7138 +TX3769185,JPY,6224 +TX9652039,GBP,294 +TX9687076,JPY,5014 +TX8982305,USD,677 +TX2759938,JPY,2844 +TX7676109,EUR,2781 +TX8353733,USD,8285 +TX3698644,USD,8062 +TX4007181,EUR,2417 +TX8964953,JPY,3509 +TX2121234,GBP,1662 +TX7348543,GBP,943 +TX4943771,CNY,2772 +TX8094384,CNY,1736 +TX6246188,JPY,9680 +TX1933349,CNY,6701 +TX7892655,CNY,2340 +TX7869029,USD,3853 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-21.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..384e3800741b772c725a948300b89f90599c1f1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-21.csv @@ -0,0 +1,49 @@ +txid,currency,amount +TX9312268,GBP,8999 +TX2296977,USD,1763 +TX5129762,CNY,4948 +TX5201360,CNY,7899 +TX4565374,USD,310 +TX8299375,EUR,3990 +TX5331282,GBP,4882 +TX7682074,EUR,5534 +TX2022348,CNY,9680 +TX5074559,JPY,9023 +TX3815622,GBP,6888 +TX5522350,USD,3973 +TX5970609,USD,5634 +TX9356347,JPY,9581 +TX3204889,EUR,8801 +TX4713328,CNY,7724 +TX1385039,CNY,9778 +TX8356652,EUR,4416 +TX8725054,JPY,5399 +TX1977169,USD,915 +TX3731813,EUR,4563 +TX4919183,GBP,6790 +TX3449328,CNY,6902 +TX9903992,USD,7122 +TX6029199,USD,5157 +TX3227533,USD,1117 +TX9155543,USD,64 +TX5872835,EUR,9036 +TX2407714,GBP,931 +TX3908272,EUR,9730 +TX9106219,GBP,8665 +TX1101255,CNY,504 +TX6853968,JPY,3858 +TX2025919,CNY,7647 +TX2059271,JPY,5293 +TX1645593,JPY,3475 +TX4990718,JPY,6002 +TX5519408,CNY,523 +TX8320419,EUR,4581 +TX4350433,USD,1088 +TX7039230,JPY,3988 +TX8303185,EUR,4959 +TX5603465,USD,4047 +TX1707509,USD,1895 +TX2295522,EUR,5866 +TX2692113,GBP,4512 +TX4185435,USD,4255 +TX6350008,CNY,5484 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-26.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..455184b082a7507577ec490bb27d6d793925bf6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-26.csv @@ -0,0 +1,42 @@ +txid,currency,amount +TX6169439,JPY,9242 +TX5683948,GBP,6964 +TX7410216,JPY,943 +TX7196736,USD,5824 +TX6301391,GBP,5967 +TX1133487,EUR,1787 +TX8223569,GBP,1333 +TX8012374,GBP,8230 +TX4924282,EUR,4845 +TX5766453,EUR,3664 +TX4345604,EUR,6726 +TX7411227,CNY,403 +TX9109345,CNY,2783 +TX8487576,EUR,3640 +TX5558513,GBP,8410 +TX5219126,GBP,1649 +TX3343418,CNY,2404 +TX8881099,CNY,9154 +TX9546780,USD,7962 +TX8013063,USD,9824 +TX3611787,GBP,1343 +TX9632706,JPY,2870 +TX4350695,EUR,4067 +TX2460311,CNY,6218 +TX6686799,JPY,895 +TX9418077,JPY,9271 +TX3296359,USD,2259 +TX8607525,EUR,1849 +TX9486037,JPY,7756 +TX9252077,JPY,278 +TX4249894,EUR,6144 +TX8196587,GBP,3243 +TX1296760,CNY,3294 +TX3127871,USD,9071 +TX5856179,JPY,7756 +TX6856055,EUR,5347 +TX5486502,CNY,5702 +TX3762642,EUR,7113 +TX5625668,USD,5079 +TX1772316,GBP,6419 +TX6119641,USD,7627 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-31.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-31.csv new file mode 100644 index 0000000000000000000000000000000000000000..38ddcf754094178b9e57b74a62623b89c25a0f38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-05-31.csv @@ -0,0 +1,44 @@ +txid,currency,amount +TX1039361,USD,5341 +TX4031314,USD,3891 +TX3277015,CNY,2460 +TX2454736,GBP,8617 +TX1136783,EUR,4509 +TX3262053,EUR,3142 +TX2353560,JPY,9455 +TX4374798,EUR,2574 +TX6037378,EUR,5232 +TX5434362,USD,9677 +TX6433822,JPY,3656 +TX2329804,GBP,6425 +TX3930872,USD,8183 +TX8305596,CNY,397 +TX9512818,EUR,7591 +TX8983558,JPY,1385 +TX7852893,GBP,8979 +TX1517977,CNY,31 +TX3817712,JPY,493 +TX2124210,GBP,1569 +TX3533416,CNY,1035 +TX9375810,GBP,2844 +TX5842319,JPY,1977 +TX7299740,EUR,3682 +TX2051721,CNY,6056 +TX6159676,USD,7732 +TX1681441,GBP,1619 +TX4206204,JPY,5544 +TX3715537,CNY,5255 +TX8926221,CNY,3481 +TX3436171,EUR,3163 +TX5113648,USD,6294 +TX1797018,CNY,1372 +TX1795194,JPY,6179 +TX4386679,EUR,5111 +TX1567015,JPY,1314 +TX9440932,GBP,6234 +TX7037936,EUR,7660 +TX6279125,EUR,6772 +TX2691322,JPY,597 +TX1990143,EUR,5784 +TX4768540,EUR,9733 +TX2037878,EUR,3731 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-01.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..73537c045a65cb5a0a66100a7d06d8e5629a26c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-01.csv @@ -0,0 +1,55 @@ +txid,currency,amount +TX5983583,JPY,809 +TX7367036,CNY,1866 +TX7933868,GBP,1874 +TX6385775,GBP,1621 +TX9051770,GBP,2080 +TX9254971,GBP,9229 +TX4491280,JPY,9004 +TX6660315,EUR,9699 +TX6826016,CNY,678 +TX8699991,GBP,2819 +TX8973053,EUR,8165 +TX9730756,USD,1936 +TX7215226,USD,876 +TX8753365,CNY,9840 +TX1876431,USD,4362 +TX3994409,EUR,5218 +TX7050048,EUR,130 +TX9413191,EUR,8940 +TX2644718,GBP,5172 +TX5324622,GBP,801 +TX2575125,EUR,9641 +TX2523242,EUR,4797 +TX8150205,JPY,6146 +TX6955508,JPY,653 +TX8911189,GBP,8227 +TX4737584,CNY,5659 +TX7711714,GBP,1502 +TX6126122,GBP,7420 +TX8861563,JPY,7398 +TX8439779,CNY,5646 +TX3103390,JPY,4082 +TX5080365,USD,4751 +TX6688110,CNY,3641 +TX1532545,EUR,3774 +TX8610306,GBP,2846 +TX7158282,EUR,5917 +TX7421613,GBP,2026 +TX6902490,GBP,9009 +TX2199057,GBP,9853 +TX2471794,CNY,1778 +TX3528495,EUR,5240 +TX3336782,USD,3539 +TX1568709,GBP,6541 +TX5971019,GBP,2841 +TX6173944,CNY,125 +TX3224055,GBP,3112 +TX8767767,CNY,7628 +TX9475975,GBP,1991 +TX7052117,GBP,4308 +TX2458099,EUR,4736 +TX4400039,USD,6239 +TX6561974,USD,5400 +TX7000173,JPY,5498 +TX1089437,USD,9388 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-06.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..da0e833005e7beb723c978340ef21d2a502d56b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-06.csv @@ -0,0 +1,49 @@ +txid,currency,amount +TX7835739,USD,7662 +TX5372260,GBP,8801 +TX1137924,USD,3750 +TX1278241,CNY,3771 +TX7990178,EUR,6724 +TX7871077,EUR,9743 +TX2340536,EUR,6075 +TX1759117,CNY,6958 +TX1794331,CNY,4099 +TX3324497,JPY,9630 +TX9452682,JPY,9083 +TX8823638,EUR,738 +TX7442162,EUR,4976 +TX8334763,GBP,552 +TX4512264,USD,9218 +TX9992049,EUR,7980 +TX5823860,CNY,717 +TX3686581,GBP,7327 +TX8816466,EUR,9421 +TX7190212,CNY,7549 +TX4613016,EUR,4784 +TX7914349,USD,6131 +TX1334014,JPY,3038 +TX6453939,EUR,8410 +TX4475887,GBP,481 +TX8388232,CNY,7868 +TX9885671,EUR,9471 +TX4896051,CNY,1284 +TX8232787,EUR,893 +TX2106083,JPY,1647 +TX1368689,CNY,2299 +TX2363203,USD,190 +TX6566724,EUR,572 +TX9763404,JPY,7784 +TX9209552,JPY,9682 +TX6410765,GBP,6248 +TX4710902,JPY,6816 +TX4375709,GBP,1892 +TX8827392,GBP,1567 +TX1488350,EUR,9782 +TX3129225,CNY,4585 +TX3923360,JPY,4527 +TX6385415,JPY,2626 +TX3029724,EUR,9311 +TX9209636,USD,7887 +TX8268507,GBP,8726 +TX9601214,JPY,1361 +TX6456585,CNY,4210 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-11.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-11.csv new file mode 100644 index 0000000000000000000000000000000000000000..7494559c2ba0f98727e5ad420b624a27f8f4de33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-11.csv @@ -0,0 +1,56 @@ +txid,currency,amount +TX5029843,EUR,6854 +TX6956339,USD,1512 +TX1074602,USD,4566 +TX9668936,GBP,3686 +TX5188789,JPY,7178 +TX4785264,CNY,76 +TX3596785,JPY,2844 +TX8833367,JPY,4579 +TX1332807,CNY,2989 +TX1981502,GBP,6410 +TX8142259,EUR,3325 +TX2431175,CNY,9875 +TX1017972,EUR,7554 +TX2784636,JPY,1118 +TX2490858,GBP,7971 +TX9515252,CNY,7030 +TX8084624,JPY,1977 +TX3820640,EUR,819 +TX4428661,JPY,3373 +TX5684638,CNY,5267 +TX3158104,EUR,1020 +TX4363781,GBP,2752 +TX2243620,CNY,5031 +TX4579019,JPY,6736 +TX4083243,CNY,6597 +TX8020101,GBP,574 +TX5802432,JPY,2333 +TX1479784,EUR,1227 +TX5941047,USD,9588 +TX7151346,GBP,67 +TX4624154,EUR,4799 +TX4500026,JPY,8994 +TX5240560,GBP,6183 +TX9460775,CNY,9699 +TX1057552,USD,6228 +TX8949711,EUR,255 +TX7260108,CNY,877 +TX1599855,GBP,8461 +TX7242815,USD,4787 +TX6978534,JPY,8315 +TX7241271,CNY,2110 +TX6670360,JPY,380 +TX4924025,CNY,6994 +TX5475967,USD,9685 +TX4875202,EUR,7794 +TX7199013,CNY,4290 +TX1028332,USD,2862 +TX3512477,EUR,9387 +TX8033078,CNY,1403 +TX9421137,CNY,4249 +TX4223007,EUR,1599 +TX7997519,CNY,5353 +TX3938504,EUR,8345 +TX5363117,CNY,176 +TX1074562,GBP,5022 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-16.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-16.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d8f5c2d18cbe936ed905ec1f78568eb5c6b80f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-16.csv @@ -0,0 +1,51 @@ +txid,currency,amount +TX6736135,CNY,8066 +TX1004978,EUR,7505 +TX3739612,JPY,9644 +TX1632717,GBP,7912 +TX3821731,CNY,7377 +TX3831583,CNY,2279 +TX9005178,CNY,6035 +TX4954120,GBP,264 +TX5442524,CNY,4905 +TX4415330,EUR,2172 +TX8321697,USD,8961 +TX4240215,GBP,9456 +TX2056964,CNY,4270 +TX6910165,GBP,7596 +TX1164050,EUR,778 +TX8747141,USD,4543 +TX6668421,GBP,9808 +TX3172926,JPY,4546 +TX9634201,GBP,7912 +TX1418469,EUR,9982 +TX5310214,GBP,3645 +TX6500884,CNY,7943 +TX7886058,EUR,4922 +TX1029008,JPY,7956 +TX9981637,CNY,7619 +TX6410464,CNY,9538 +TX8554301,GBP,8018 +TX8082487,CNY,9330 +TX8296098,USD,1552 +TX7662771,EUR,6084 +TX5053308,USD,5256 +TX6281677,GBP,1727 +TX3562779,CNY,4206 +TX4363169,CNY,7098 +TX6797144,EUR,2837 +TX5593338,JPY,1382 +TX8095634,GBP,5406 +TX7198440,GBP,4523 +TX1471132,JPY,6050 +TX4212404,GBP,317 +TX4292995,EUR,5131 +TX1987573,CNY,7929 +TX6214143,GBP,3445 +TX4167493,CNY,7627 +TX3690020,CNY,1449 +TX9475741,EUR,145 +TX2301214,JPY,9328 +TX4417067,GBP,3106 +TX7659822,CNY,8510 +TX2845605,JPY,1229 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-21.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-21.csv new file mode 100644 index 0000000000000000000000000000000000000000..128e8d76e63ec242e559aa74a2fe0d24175fbb22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-21.csv @@ -0,0 +1,50 @@ +txid,currency,amount +TX7956860,JPY,4386 +TX8644434,JPY,5211 +TX1643559,USD,4277 +TX6321370,CNY,4755 +TX1551568,USD,8826 +TX4575352,USD,3588 +TX9838392,CNY,3366 +TX5613630,JPY,8969 +TX9474107,JPY,2508 +TX6500889,JPY,1679 +TX9487405,CNY,2448 +TX3738049,EUR,23 +TX7034272,USD,1202 +TX9752259,USD,6610 +TX3163856,JPY,8684 +TX4057160,USD,9996 +TX9523007,USD,1378 +TX2573243,JPY,7282 +TX3985310,GBP,2281 +TX4630184,EUR,3561 +TX7344147,GBP,1174 +TX2309170,CNY,12 +TX8694415,JPY,4642 +TX1848554,USD,4403 +TX9792225,GBP,724 +TX8309922,EUR,103 +TX5485074,USD,843 +TX6956459,EUR,5658 +TX3013505,USD,8498 +TX1580778,GBP,8121 +TX8801654,JPY,5108 +TX3538593,JPY,3024 +TX4442640,USD,1850 +TX3170717,JPY,9095 +TX5787694,GBP,6736 +TX4396634,USD,9047 +TX5049779,GBP,8422 +TX7391997,USD,9860 +TX1965199,GBP,2490 +TX8054364,EUR,7455 +TX4076767,CNY,5091 +TX3058065,JPY,1587 +TX3310006,JPY,7020 +TX7120278,EUR,767 +TX6161333,GBP,7957 +TX9135694,CNY,7043 +TX2661322,CNY,5496 +TX1507106,CNY,207 +TX9062231,EUR,7016 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-26.csv b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-26.csv new file mode 100644 index 0000000000000000000000000000000000000000..50664c14089ef1eba9b7a4d6698722fe8c97657d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/finance/ledger/2024/Q2/2024-06-26.csv @@ -0,0 +1,41 @@ +txid,currency,amount +TX1305216,GBP,73 +TX9295743,GBP,6264 +TX8357195,USD,6715 +TX9649482,GBP,4040 +TX4365389,USD,1279 +TX4485209,GBP,5656 +TX2571971,GBP,4754 +TX6125351,EUR,3195 +TX2933000,USD,4453 +TX9499783,CNY,8023 +TX5950533,JPY,531 +TX6545715,JPY,6695 +TX7334133,JPY,3606 +TX1475213,JPY,9879 +TX6346589,CNY,2928 +TX5887265,USD,5498 +TX8132281,JPY,3933 +TX4812594,GBP,7427 +TX5138841,JPY,4944 +TX5763679,EUR,4389 +TX5087333,EUR,7341 +TX8597201,USD,8552 +TX5448770,CNY,8267 +TX5314443,EUR,5443 +TX4483220,GBP,138 +TX8449293,GBP,6330 +TX5367767,JPY,6008 +TX6006558,EUR,4998 +TX4193439,CNY,8720 +TX4602550,CNY,365 +TX6295346,USD,4739 +TX1330521,JPY,6533 +TX2603114,JPY,8725 +TX2651049,JPY,612 +TX1439805,USD,3679 +TX3565477,JPY,7024 +TX3340188,USD,8848 +TX8873600,USD,7623 +TX8190029,JPY,4166 +TX5674703,JPY,2304 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0e98838335/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..f2b7d880f39bd9433591dcb69b2ba6cde0f74ef3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h00.ndjson @@ -0,0 +1,33 @@ +{"ts": "2024-04-09T00:54:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "d8ec36db73"} + +{"ts": "2024-04-09T00:06:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "6f5d3c453f"} +{"ts": "2024-04-09T00:12:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "e8c4eae43f"} +{"ts": "2024-04-09T00:02:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "b8b2c7c3f7"} +{"ts": "2024-04-09T00:54:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "0cc3abb53b"} +{"ts": "2024-04-09T00:51:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "7f6480237d"} +{"ts": "2024-04-09T00:36:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "949db5526a"} +{"ts": "2024-04-09T00:40:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "d4cfa166f5"} +{"ts": "2024-04-09T00:03:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "267c74b809"} +{"ts": "2024-04-09T00:13:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "cf74fdbdd4"} +{"ts": "2024-04-09T00:20:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "a2ac4d71f9"} +{"ts": "2024-04-09T00:58:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "6bd8a13687"} +{"ts": "2024-04-09T00:56:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "29fdcdedb4"} +{"ts": "2024-04-09T00:55:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "12cbeedd48"} +{"ts": "2024-04-09T00:22:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "b2e68da75a"} +{"ts": "2024-04-09T00:57:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "69116c8b7f"} +{"ts": "2024-04-09T00:26:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "21ef96ce35"} +{"ts": "2024-04-09T00:46:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "66c24fcdd5"} +{"ts": "2024-04-09T00:59:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "06305e436d"} +{"ts": "2024-04-09T00:05:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "4e6d85fe38"} +{"ts": "2024-04-09T00:21:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "4b2473eed6"} + +{"ts": "2024-04-09T00:27:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "435e5de4e0"} +{"ts": "2024-04-09T00:34:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "f6cb357167"} +{"ts": "2024-04-09T00:54:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "60fb240c19"} +{"ts": "2024-04-09T00:35:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "bbc49c5532"} +{"ts": "2024-04-09T00:36:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "e78340cba6"} +{"ts": "2024-04-09T00:03:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "ba094bf44d"} +{"ts": "2024-04-09T00:37:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "b9c6b0ffa6"} +{"ts": "2024-04-09T00:28:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "195ae155a9"} +{"ts": "2024-04-09T00:38:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "6f8cd0fe80"} +{"ts": "2024-04-09T00:29:00Z", "service": "email-worker", "level": "DEBUG", "msg": "connection closed", "request_id": "6f2f531446"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..3be3948672837ccb49d91420c3fc21f76a8e8027 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h04.ndjson @@ -0,0 +1,35 @@ +{"ts": "2024-04-09T04:56:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "a52e6ca339"} +{"ts": "2024-04-09T04:23:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "d9caf88010"} +{"ts": "2024-04-09T04:28:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "29efee8b06"} +{"ts": "2024-04-09T04:18:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "a40920d37d"} +{"ts": "2024-04-09T04:59:00Z", "service": "email-worker", "level": "DEBUG", "msg": "ok", "request_id": "0715734daa"} +{"ts": "2024-04-09T04:54:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "fa0f0ee150"} +{"ts": "2024-04-09T04:51:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "a9a14a43de"} +{"ts": "2024-04-09T04:12:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "0a6c11c822"} +{"ts": "2024-04-09T04:25:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "5b9af44f3b"} +{"ts": "2024-04-09T04:44:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "7388cc2726"} +{"ts": "2024-04-09T04:13:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "87492bed72"} +{"ts": "2024-04-09T04:21:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "00a85b3106"} +{"ts": "2024-04-09T04:11:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "60ddc63699"} +{"ts": "2024-04-09T04:21:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "cf370d44fc"} +{"ts": "2024-04-09T04:37:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "ac356f2029"} +{"ts": "2024-04-09T04:01:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "6f9b3837fe"} +{"ts": "2024-04-09T04:43:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "15f357809a"} +{"ts": "2024-04-09T04:45:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "d3fc45d6d8"} +{"ts": "2024-04-09T04:41:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "b3456526ca"} +{"ts": "2024-04-09T04:41:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "7d9d0030bf"} +{"ts": "2024-04-09T04:41:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "3ad80bb4f0"} +{"ts": "2024-04-09T04:26:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "a706beaf4e"} +{"ts": "2024-04-09T04:11:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "c2f376acf3"} + +{"ts": "2024-04-09T04:49:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "3c76cd8b2a"} +{"ts": "2024-04-09T04:06:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "0279cf3793"} + +{"ts": "2024-04-09T04:57:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "727982d15b"} +{"ts": "2024-04-09T04:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "a45503ebe0"} +{"ts": "2024-04-09T04:33:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "a80a62c114"} +{"ts": "2024-04-09T04:03:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "4f511fd11d"} +{"ts": "2024-04-09T04:44:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "7d860f7a56"} +{"ts": "2024-04-09T04:01:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "31c8714d39"} +{"ts": "2024-04-09T04:11:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "0b3ccc92d0"} +{"ts": "2024-04-09T04:44:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "da7778e753"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..d88e0ea7167c9fa36de6af74ef1492386c7d658f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h08.ndjson @@ -0,0 +1,27 @@ +{"ts": "2024-04-09T08:03:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "eef761610c"} +{"ts": "2024-04-09T08:52:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "60c78d1b65"} +{"ts": "2024-04-09T08:06:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "38f6e5ecb4"} +{"ts": "2024-04-09T08:08:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "001d10ab80"} +{"ts": "2024-04-09T08:24:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "74dbe5b541"} +{"ts": "2024-04-09T08:31:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "a599b9e2ff"} +{"ts": "2024-04-09T08:53:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "b6ee40b447"} + +{"ts": "2024-04-09T08:31:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "26113fc62b"} +{"ts": "2024-04-09T08:13:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "4f836adf61"} +{"ts": "2024-04-09T08:06:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "cc2d99e968"} +{"ts": "2024-04-09T08:21:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "3ad182da9d"} +{"ts": "2024-04-09T08:26:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "f742f0fd25"} +{"ts": "2024-04-09T08:50:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "6067082335"} +{"ts": "2024-04-09T08:27:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "87ed169f48"} +{"ts": "2024-04-09T08:51:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "ca4ae15904"} +{"ts": "2024-04-09T08:50:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "8ef179f1b9"} +{"ts": "2024-04-09T08:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "1e90c70e44"} +{"ts": "2024-04-09T08:07:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "5eef539997"} +{"ts": "2024-04-09T08:14:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "f99ba62efa"} +{"ts": "2024-04-09T08:58:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "7239dbd78b"} +{"ts": "2024-04-09T08:16:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "728d5d84af"} +{"ts": "2024-04-09T08:45:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "ed2c415aa3"} + +{"ts": "2024-04-09T08:17:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "b0201581b7"} +{"ts": "2024-04-09T08:21:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "fe1f350035"} +{"ts": "2024-04-09T08:19:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "d0f2ec9561"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..4d03fcdae11d0e72c008481f230d4a1eab281b3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h12.ndjson @@ -0,0 +1,38 @@ +{"ts": "2024-04-09T12:17:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "df5324b519"} +{"ts": "2024-04-09T12:16:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "2a1a7776e0"} +{"ts": "2024-04-09T12:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "6980161488"} + +{"ts": "2024-04-09T12:57:00Z", "service": "email-worker", "level": "DEBUG", "msg": "connection closed", "request_id": "7917825b92"} +{"ts": "2024-04-09T12:54:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "0011407fe2"} +{"ts": "2024-04-09T12:10:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "de96708e1d"} +{"ts": "2024-04-09T12:51:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "ad0ceacda6"} +{"ts": "2024-04-09T12:39:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "40e9fe1ba9"} +{"ts": "2024-04-09T12:38:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "9ecdd33406"} +{"ts": "2024-04-09T12:32:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "a7f007d74c"} +{"ts": "2024-04-09T12:34:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "ffb29b6b1c"} +{"ts": "2024-04-09T12:01:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "fb91323cca"} +{"ts": "2024-04-09T12:19:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "385679beba"} +{"ts": "2024-04-09T12:16:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "90d951150f"} +{"ts": "2024-04-09T12:56:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "e77dca4e2e"} +{"ts": "2024-04-09T12:57:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "afbe4d161c"} + +{"ts": "2024-04-09T12:14:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "6d58ad15d8"} +{"ts": "2024-04-09T12:56:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "8ec4c2d75f"} +{"ts": "2024-04-09T12:29:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "1cbe1e3c31"} +{"ts": "2024-04-09T12:47:00Z", "service": "email-worker", "level": "DEBUG", "msg": "ok", "request_id": "6c43d6f10b"} +{"ts": "2024-04-09T12:10:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "1d367f54da"} +{"ts": "2024-04-09T12:47:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "344d0a890e"} +{"ts": "2024-04-09T12:07:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "659f87acca"} +{"ts": "2024-04-09T12:37:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "284f566ae9"} +{"ts": "2024-04-09T12:20:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "898734167a"} +{"ts": "2024-04-09T12:47:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "5c2d4214c7"} +{"ts": "2024-04-09T12:30:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "1006c75771"} +{"ts": "2024-04-09T12:13:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "d311cc5a29"} +{"ts": "2024-04-09T12:08:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "41222d5948"} +{"ts": "2024-04-09T12:09:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "da1f776510"} +{"ts": "2024-04-09T12:25:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "f050edbd6d"} +{"ts": "2024-04-09T12:18:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "36b7e70b9e"} +{"ts": "2024-04-09T12:25:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "a41178498c"} +{"ts": "2024-04-09T12:00:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "684e69713c"} +{"ts": "2024-04-09T12:37:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "229b3f2c3b"} +{"ts": "2024-04-09T12:21:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "1564f03414"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..a5b66f4b195e075c3beb9cbdb52cd953f3d86085 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h16.ndjson @@ -0,0 +1,38 @@ +{"ts": "2024-04-09T16:58:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "fe48138bee"} +{"ts": "2024-04-09T16:01:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "b2b831724f"} +{"ts": "2024-04-09T16:02:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "fa13640521"} +{"ts": "2024-04-09T16:22:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "8326a7714c"} +{"ts": "2024-04-09T16:58:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "515e48c193"} +{"ts": "2024-04-09T16:38:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "e2e68da16e"} +{"ts": "2024-04-09T16:05:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "7a1697b479"} +{"ts": "2024-04-09T16:51:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "c03d184143"} +{"ts": "2024-04-09T16:58:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "c07b6147b9"} +{"ts": "2024-04-09T16:13:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "4dce39d39c"} +{"ts": "2024-04-09T16:08:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "4b54e77b62"} +{"ts": "2024-04-09T16:30:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "785492559a"} +{"ts": "2024-04-09T16:53:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "dde7813993"} +{"ts": "2024-04-09T16:03:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "dc51a20fea"} +{"ts": "2024-04-09T16:45:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "8454a5d9c0"} +{"ts": "2024-04-09T16:14:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "6949a50468"} +{"ts": "2024-04-09T16:54:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "c753b588f7"} +{"ts": "2024-04-09T16:18:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "8d37139159"} +{"ts": "2024-04-09T16:26:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "7859d8cc37"} +{"ts": "2024-04-09T16:48:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "2fad50af15"} +{"ts": "2024-04-09T16:59:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "97aad44966"} +{"ts": "2024-04-09T16:59:00Z", "service": "email-worker", "level": "DEBUG", "msg": "ok", "request_id": "140d1914c9"} +{"ts": "2024-04-09T16:25:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "3778d93877"} +{"ts": "2024-04-09T16:05:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "e6c59d6dd2"} +{"ts": "2024-04-09T16:20:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "e039b3de2f"} +{"ts": "2024-04-09T16:34:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "3d03be39e5"} + +{"ts": "2024-04-09T16:17:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "ac9ae21952"} +{"ts": "2024-04-09T16:34:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "e95abee877"} +{"ts": "2024-04-09T16:32:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "4d20c3893a"} +{"ts": "2024-04-09T16:50:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "94a953b444"} +{"ts": "2024-04-09T16:30:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "ede9b69094"} +{"ts": "2024-04-09T16:55:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "3d1891d26c"} +{"ts": "2024-04-09T16:16:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "c174af38e1"} +{"ts": "2024-04-09T16:18:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "e3388d7307"} +{"ts": "2024-04-09T16:12:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "18d035e556"} +{"ts": "2024-04-09T16:39:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "32e9d51222"} + diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..05700b7b83774f0a38c2597b449ea072dd401a55 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/email-worker/h20.ndjson @@ -0,0 +1,30 @@ +{"ts": "2024-04-09T20:16:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "3d25f28a15"} +{"ts": "2024-04-09T20:23:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "65215f89b9"} +{"ts": "2024-04-09T20:58:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "91a47130c4"} +{"ts": "2024-04-09T20:09:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "1b1683a223"} +{"ts": "2024-04-09T20:25:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "978109aaee"} +{"ts": "2024-04-09T20:30:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "9b7b00fa0d"} +{"ts": "2024-04-09T20:10:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "f573a3ff17"} +{"ts": "2024-04-09T20:30:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "f302078515"} +{"ts": "2024-04-09T20:58:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "2d47914124"} +{"ts": "2024-04-09T20:05:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "c9d556f614"} +{"ts": "2024-04-09T20:20:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "9048695afb"} + +{"ts": "2024-04-09T20:22:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "3f1500a2a6"} +{"ts": "2024-04-09T20:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "7866996a22"} +{"ts": "2024-04-09T20:03:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "0e86e7d79a"} +{"ts": "2024-04-09T20:37:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "2eb2a86402"} +{"ts": "2024-04-09T20:54:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "a265fca53b"} +{"ts": "2024-04-09T20:42:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "93a6298b0a"} +{"ts": "2024-04-09T20:36:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "12b3ff2fb6"} +{"ts": "2024-04-09T20:30:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "84ba9a00db"} +{"ts": "2024-04-09T20:34:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "22a53e9c6c"} +{"ts": "2024-04-09T20:20:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "adf77e2f7b"} +{"ts": "2024-04-09T20:01:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "724523ad4c"} +{"ts": "2024-04-09T20:23:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "57687e310f"} +{"ts": "2024-04-09T20:04:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "b4ac509b4a"} +{"ts": "2024-04-09T20:05:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "ebfdbd568c"} +{"ts": "2024-04-09T20:16:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "5ffe41e6e6"} +{"ts": "2024-04-09T20:11:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "0f4abc254c"} +{"ts": "2024-04-09T20:53:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "777459fda5"} + diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8fb2c4227a091c21ef616eab2cd0f19531fa3090 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h00.ndjson @@ -0,0 +1,31 @@ +{"ts": "2024-04-09T00:38:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "cf8f187290"} +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "41133fc4bf"} +{"ts": "2024-04-09T00:42:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "35bc99e834"} +{"ts": "2024-04-09T00:48:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "90233e966b"} +{"ts": "2024-04-09T00:57:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "6a352aaad4"} +{"ts": "2024-04-09T00:57:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "cd277d7306"} + +{"ts": "2024-04-09T00:40:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "c9ac61bdf2"} +{"ts": "2024-04-09T00:37:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "331fc15799"} +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "1ca47fcd1d"} +{"ts": "2024-04-09T00:37:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "2f73cce8c4"} +{"ts": "2024-04-09T00:40:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "3603b7a15d"} +{"ts": "2024-04-09T00:39:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "0af3050f31"} +{"ts": "2024-04-09T00:27:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "c38a912877"} +{"ts": "2024-04-09T00:27:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "870a973be3"} +{"ts": "2024-04-09T00:21:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "3e2ecb0e09"} +{"ts": "2024-04-09T00:36:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "9de8366047"} +{"ts": "2024-04-09T00:32:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "8653c6250f"} +{"ts": "2024-04-09T00:53:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "4d0616b912"} + +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "7ab307e180"} +{"ts": "2024-04-09T00:11:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "98703985ca"} +{"ts": "2024-04-09T00:28:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "5013cfc26d"} +{"ts": "2024-04-09T00:44:00Z", "service": "inventory-api", "level": "WARN", "msg": "ok", "request_id": "48dcfa359f"} +{"ts": "2024-04-09T00:38:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "f4c22decec"} +{"ts": "2024-04-09T00:37:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "2739ef77a5"} +{"ts": "2024-04-09T00:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "e55522f602"} +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "047568d3f6"} +{"ts": "2024-04-09T00:17:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "8ea25b2651"} +{"ts": "2024-04-09T00:42:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "c4b9b3d7dc"} +{"ts": "2024-04-09T00:29:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "ee69129f30"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1a8985851ae77f776b81bfc0d14526f23144f369 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h04.ndjson @@ -0,0 +1,41 @@ +{"ts": "2024-04-09T04:29:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "ed05f28d2c"} +{"ts": "2024-04-09T04:21:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "7bed935cf5"} +{"ts": "2024-04-09T04:32:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "fb37d1afa2"} +{"ts": "2024-04-09T04:10:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "7dd2251b6a"} +{"ts": "2024-04-09T04:22:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "564ea85985"} +{"ts": "2024-04-09T04:50:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "16400598d9"} +{"ts": "2024-04-09T04:02:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "50d09f8cff"} +{"ts": "2024-04-09T04:26:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "c2883c7e1b"} +{"ts": "2024-04-09T04:33:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "6481e2dc59"} +{"ts": "2024-04-09T04:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "05daedf1ed"} +{"ts": "2024-04-09T04:44:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "e9014e225b"} +{"ts": "2024-04-09T04:01:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "c6ef958c0e"} +{"ts": "2024-04-09T04:19:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "aaef14921e"} +{"ts": "2024-04-09T04:41:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "f6fb20508b"} +{"ts": "2024-04-09T04:13:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "3bd689f75c"} +{"ts": "2024-04-09T04:50:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "433692d522"} +{"ts": "2024-04-09T04:11:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "a785d2ca0e"} +{"ts": "2024-04-09T04:55:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "84c09f07e8"} +{"ts": "2024-04-09T04:01:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "5a8ea5b037"} +{"ts": "2024-04-09T04:01:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "a8ba1f878c"} + +{"ts": "2024-04-09T04:20:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "f33f1f9258"} +{"ts": "2024-04-09T04:14:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "572af8a755"} + +{"ts": "2024-04-09T04:03:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "056eacf205"} +{"ts": "2024-04-09T04:52:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "d56238a7e7"} +{"ts": "2024-04-09T04:55:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "c39498e937"} +{"ts": "2024-04-09T04:32:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "97ce3adca4"} +{"ts": "2024-04-09T04:43:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "d044f46950"} +{"ts": "2024-04-09T04:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "455a8f0ac2"} +{"ts": "2024-04-09T04:58:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "7187dcfaba"} +{"ts": "2024-04-09T04:09:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "7dc5490ce6"} +{"ts": "2024-04-09T04:15:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "4e0e2b233f"} +{"ts": "2024-04-09T04:13:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "246ab3d21c"} +{"ts": "2024-04-09T04:42:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "59109ab4b5"} +{"ts": "2024-04-09T04:51:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "25bdf9f6d7"} +{"ts": "2024-04-09T04:22:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "59f4971f0f"} +{"ts": "2024-04-09T04:29:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "625e13f99e"} +{"ts": "2024-04-09T04:02:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "f8581ce734"} +{"ts": "2024-04-09T04:47:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "6f3566afa6"} +{"ts": "2024-04-09T04:20:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "ca53730f15"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ef801b539b4a23ec06eeb18b9588e9153a362e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h08.ndjson @@ -0,0 +1,37 @@ +{"ts": "2024-04-09T08:21:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "f8100b7186"} +{"ts": "2024-04-09T08:55:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "10e9360a06"} +{"ts": "2024-04-09T08:48:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "831c6644ab"} +{"ts": "2024-04-09T08:04:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "96a13210e7"} +{"ts": "2024-04-09T08:07:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "1e33a9e18b"} +{"ts": "2024-04-09T08:49:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "8d62a1a467"} +{"ts": "2024-04-09T08:26:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "d3f06bf3f5"} +{"ts": "2024-04-09T08:52:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "2752dc9721"} +{"ts": "2024-04-09T08:10:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "connection closed", "request_id": "c69d942641"} +{"ts": "2024-04-09T08:15:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "acbbd3ff5e"} +{"ts": "2024-04-09T08:50:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "e1fefd471d"} +{"ts": "2024-04-09T08:19:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "9be428fb85"} +{"ts": "2024-04-09T08:06:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "bc913d0dd2"} +{"ts": "2024-04-09T08:21:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "ea2d4569d1"} +{"ts": "2024-04-09T08:15:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "aff12f832f"} +{"ts": "2024-04-09T08:05:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "bb87ba8b52"} +{"ts": "2024-04-09T08:42:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "e0d04691f7"} +{"ts": "2024-04-09T08:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "652b1cc439"} +{"ts": "2024-04-09T08:18:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "490df24711"} +{"ts": "2024-04-09T08:58:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "5427c5aaf1"} +{"ts": "2024-04-09T08:06:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "896884d3ce"} +{"ts": "2024-04-09T08:26:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "9f1c402b9b"} + +{"ts": "2024-04-09T08:45:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "5d29a3b1ed"} +{"ts": "2024-04-09T08:20:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "7593490091"} +{"ts": "2024-04-09T08:05:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "6a19545ba4"} +{"ts": "2024-04-09T08:14:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "393606f3ce"} + +{"ts": "2024-04-09T08:30:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "3c6e3004e5"} +{"ts": "2024-04-09T08:26:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "a55a5db83b"} +{"ts": "2024-04-09T08:28:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "905fa07808"} +{"ts": "2024-04-09T08:27:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "286db3b204"} +{"ts": "2024-04-09T08:42:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "ff17e0f60c"} +{"ts": "2024-04-09T08:58:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "fb18db7409"} +{"ts": "2024-04-09T08:45:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "c9d877a497"} +{"ts": "2024-04-09T08:47:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "ab1da2f4fb"} +{"ts": "2024-04-09T08:05:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "f6c2c37222"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..cedfe78e6f20d0873c1a31709e5f17ad46f9584e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h12.ndjson @@ -0,0 +1,35 @@ +{"ts": "2024-04-09T12:31:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "99dfa09af9"} +{"ts": "2024-04-09T12:50:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "a64307505b"} +{"ts": "2024-04-09T12:44:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "c203f0458f"} +{"ts": "2024-04-09T12:03:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "1144a08639"} +{"ts": "2024-04-09T12:39:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "e5256ce476"} +{"ts": "2024-04-09T12:51:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "bea55e257f"} +{"ts": "2024-04-09T12:22:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "3f8859ca24"} +{"ts": "2024-04-09T12:03:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "a6849d32e5"} +{"ts": "2024-04-09T12:08:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "ee34979b4d"} +{"ts": "2024-04-09T12:11:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "f0f7d93d65"} +{"ts": "2024-04-09T12:08:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "6bb4446b52"} +{"ts": "2024-04-09T12:42:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "5e0a8834cc"} +{"ts": "2024-04-09T12:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "f0ec69e977"} +{"ts": "2024-04-09T12:21:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "24cf8360e2"} +{"ts": "2024-04-09T12:41:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "56f153bf8f"} +{"ts": "2024-04-09T12:51:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "38a232322a"} +{"ts": "2024-04-09T12:02:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "6be16d6a5f"} +{"ts": "2024-04-09T12:22:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "2c285c53b2"} +{"ts": "2024-04-09T12:27:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "af49912380"} +{"ts": "2024-04-09T12:13:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "89e1f4d585"} +{"ts": "2024-04-09T12:31:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "b1815153bf"} +{"ts": "2024-04-09T12:45:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "bc0af746cd"} +{"ts": "2024-04-09T12:58:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "50cd4e12a6"} +{"ts": "2024-04-09T12:59:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "06105eb3ef"} +{"ts": "2024-04-09T12:46:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "86e94d7141"} + +{"ts": "2024-04-09T12:27:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "ef6ddb7794"} +{"ts": "2024-04-09T12:20:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "4b4c4b7ff7"} +{"ts": "2024-04-09T12:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "b43a392aa2"} +{"ts": "2024-04-09T12:43:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "edde6373e8"} +{"ts": "2024-04-09T12:16:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "281c6d7d68"} +{"ts": "2024-04-09T12:33:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "fa78afabce"} +{"ts": "2024-04-09T12:19:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "70d53d5292"} +{"ts": "2024-04-09T12:15:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "2f7b6252bd"} + diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0560e9af29e62a61a1741c5e03b3f03929a86ab8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h16.ndjson @@ -0,0 +1,30 @@ +{"ts": "2024-04-09T16:36:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "496b6153df"} +{"ts": "2024-04-09T16:35:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "72c51c19c3"} +{"ts": "2024-04-09T16:56:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "459e993af9"} +{"ts": "2024-04-09T16:11:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "b3f4e07f1d"} + +{"ts": "2024-04-09T16:19:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "c41d113a27"} +{"ts": "2024-04-09T16:00:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "1791453401"} +{"ts": "2024-04-09T16:54:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "9061da7cb2"} +{"ts": "2024-04-09T16:30:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "87ec51cf8b"} +{"ts": "2024-04-09T16:56:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "c8e8d4a5c4"} +{"ts": "2024-04-09T16:41:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "dd173acae3"} +{"ts": "2024-04-09T16:49:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "8fda597a4e"} +{"ts": "2024-04-09T16:26:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "2f55aacb83"} +{"ts": "2024-04-09T16:39:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "fdd2419a2e"} +{"ts": "2024-04-09T16:56:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "5966ed351d"} +{"ts": "2024-04-09T16:10:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "bb35911621"} +{"ts": "2024-04-09T16:48:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "8e29774c12"} +{"ts": "2024-04-09T16:27:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "e102de3b4c"} +{"ts": "2024-04-09T16:34:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "71bdde4b36"} +{"ts": "2024-04-09T16:52:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "c5e343cbb2"} +{"ts": "2024-04-09T16:51:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "dff77c2330"} +{"ts": "2024-04-09T16:34:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "748595f2aa"} +{"ts": "2024-04-09T16:26:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "02a37cd20c"} + +{"ts": "2024-04-09T16:24:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "97c0e13289"} +{"ts": "2024-04-09T16:54:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "ad807275c6"} +{"ts": "2024-04-09T16:53:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "connection closed", "request_id": "a7f1043e2d"} +{"ts": "2024-04-09T16:30:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "0f843c8e6a"} +{"ts": "2024-04-09T16:07:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "b684b8b259"} +{"ts": "2024-04-09T16:13:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "9417eef3fa"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..45caaf470b551ea885863f00b215bd464eb58255 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/inventory-api/h20.ndjson @@ -0,0 +1,30 @@ +{"ts": "2024-04-09T20:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "cd52f26829"} +{"ts": "2024-04-09T20:29:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "77702b7d9b"} +{"ts": "2024-04-09T20:41:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "2e33161718"} +{"ts": "2024-04-09T20:21:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "2eccff5122"} +{"ts": "2024-04-09T20:47:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "89fe63143a"} +{"ts": "2024-04-09T20:12:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "6180749e17"} +{"ts": "2024-04-09T20:19:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "3cfe365ed0"} + +{"ts": "2024-04-09T20:58:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "3e0776590c"} +{"ts": "2024-04-09T20:49:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "0dda80ea47"} +{"ts": "2024-04-09T20:07:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "506db8558f"} + +{"ts": "2024-04-09T20:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "78cdb2a5b8"} +{"ts": "2024-04-09T20:41:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "e6de40502c"} +{"ts": "2024-04-09T20:09:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "3421bd32eb"} +{"ts": "2024-04-09T20:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "4c5f66c0b4"} +{"ts": "2024-04-09T20:25:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "cc32af8cf5"} +{"ts": "2024-04-09T20:46:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "c3022b89ce"} +{"ts": "2024-04-09T20:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "16bcb48076"} +{"ts": "2024-04-09T20:32:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "252f515da5"} +{"ts": "2024-04-09T20:11:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "4ce1e10c47"} +{"ts": "2024-04-09T20:51:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "6b8042d3eb"} +{"ts": "2024-04-09T20:13:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "8de2ba7000"} +{"ts": "2024-04-09T20:10:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "3858fb140b"} +{"ts": "2024-04-09T20:56:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "fbbf1cfa26"} +{"ts": "2024-04-09T20:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "b85c100f74"} +{"ts": "2024-04-09T20:05:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "47b86f1793"} +{"ts": "2024-04-09T20:34:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "657cae629e"} +{"ts": "2024-04-09T20:35:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "5f17d2dc5d"} +{"ts": "2024-04-09T20:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "711b1f6a4d"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..17bd050fa19875a37654ba44c867a00bb6c1180c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h00.ndjson @@ -0,0 +1,40 @@ + +{"ts": "2024-04-09T00:16:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "11c94f3ee0"} +{"ts": "2024-04-09T00:25:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "b3948e8b9f"} +{"ts": "2024-04-09T00:44:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "upstream 500", "request_id": "0cb8ecb7b7"} +{"ts": "2024-04-09T00:25:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "01c86d26c3"} +{"ts": "2024-04-09T00:02:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "8106d2f99d"} +{"ts": "2024-04-09T00:11:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "b49c739879"} +{"ts": "2024-04-09T00:39:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "3844619152"} +{"ts": "2024-04-09T00:10:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "086abeb224"} +{"ts": "2024-04-09T00:46:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "52d84dddee"} +{"ts": "2024-04-09T00:42:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "25fb5fea6f"} +{"ts": "2024-04-09T00:39:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "1ce87012b9"} +{"ts": "2024-04-09T00:17:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "918577be82"} +{"ts": "2024-04-09T00:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "8ac071f139"} +{"ts": "2024-04-09T00:20:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "ok", "request_id": "457e16bb4c"} +{"ts": "2024-04-09T00:30:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "e07869b337"} +{"ts": "2024-04-09T00:26:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "840db7b107"} +{"ts": "2024-04-09T00:20:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "b8dcc63643"} +{"ts": "2024-04-09T00:18:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "69785073c5"} +{"ts": "2024-04-09T00:34:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "2a00067c00"} +{"ts": "2024-04-09T00:04:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "135c39a71c"} +{"ts": "2024-04-09T00:03:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "04a36bccaf"} +{"ts": "2024-04-09T00:13:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "e8de71f7df"} +{"ts": "2024-04-09T00:23:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "882e341cfe"} +{"ts": "2024-04-09T00:08:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "b67b96c57c"} +{"ts": "2024-04-09T00:23:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "f4c9fabc1d"} +{"ts": "2024-04-09T00:22:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "26e9102ebe"} +{"ts": "2024-04-09T00:42:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "5685f263c2"} +{"ts": "2024-04-09T00:23:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "efe4cc2864"} + +{"ts": "2024-04-09T00:31:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "f8dcf51380"} +{"ts": "2024-04-09T00:55:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "54abc0a51f"} +{"ts": "2024-04-09T00:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "2fdb73c137"} +{"ts": "2024-04-09T00:11:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "6a02b709e4"} +{"ts": "2024-04-09T00:20:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "55686ef97e"} +{"ts": "2024-04-09T00:48:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "98f5d82512"} +{"ts": "2024-04-09T00:54:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "1317edf5ba"} +{"ts": "2024-04-09T00:30:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "6f45a6579f"} +{"ts": "2024-04-09T00:10:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "d79911aac4"} +{"ts": "2024-04-09T00:07:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "cb0c6642af"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..3f90e6ab2d393ccaba53b0f1014b3ecf636c16c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h04.ndjson @@ -0,0 +1,29 @@ +{"ts": "2024-04-09T04:43:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "6dbb57ace3"} +{"ts": "2024-04-09T04:31:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "c21ae71559"} +{"ts": "2024-04-09T04:46:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "fa642fbbb1"} +{"ts": "2024-04-09T04:25:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "5792eaa277"} +{"ts": "2024-04-09T04:08:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "4a033d459d"} +{"ts": "2024-04-09T04:51:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "f216022a5f"} +{"ts": "2024-04-09T04:53:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "0a2a9c6a3b"} +{"ts": "2024-04-09T04:36:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "415ba9bcdc"} +{"ts": "2024-04-09T04:47:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "1a2ec0c1a8"} +{"ts": "2024-04-09T04:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "e6ded71afa"} +{"ts": "2024-04-09T04:15:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "865dcd66d0"} +{"ts": "2024-04-09T04:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "70ec1b8aa7"} +{"ts": "2024-04-09T04:54:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "0fbd3cee51"} +{"ts": "2024-04-09T04:26:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "3191008e46"} + +{"ts": "2024-04-09T04:19:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "f85c53cdea"} +{"ts": "2024-04-09T04:39:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "bb2a7927a8"} +{"ts": "2024-04-09T04:48:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "1cd22cc25e"} +{"ts": "2024-04-09T04:15:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "8a7e83c5b4"} + +{"ts": "2024-04-09T04:42:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "7e38fe2907"} +{"ts": "2024-04-09T04:07:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "c6cd509331"} +{"ts": "2024-04-09T04:21:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "53df5a401b"} +{"ts": "2024-04-09T04:24:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "ec7408226b"} +{"ts": "2024-04-09T04:02:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "2667f931ac"} +{"ts": "2024-04-09T04:37:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "b2737c03e6"} +{"ts": "2024-04-09T04:54:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "f53a59ced2"} +{"ts": "2024-04-09T04:19:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "12f974d9a9"} +{"ts": "2024-04-09T04:19:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "a3565b04c1"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..754cd9e72bc07fbc9eb8655f657573337864bed8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h08.ndjson @@ -0,0 +1,34 @@ +{"ts": "2024-04-09T08:32:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "7f35a5e153"} +{"ts": "2024-04-09T08:16:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "ae357909a7"} +{"ts": "2024-04-09T08:17:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "4b8bf71d6c"} +{"ts": "2024-04-09T08:09:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "b5d0cd0f9d"} +{"ts": "2024-04-09T08:40:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "1f2c770ebd"} +{"ts": "2024-04-09T08:32:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "647905d61a"} + +{"ts": "2024-04-09T08:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "6e5e5f48d8"} +{"ts": "2024-04-09T08:10:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "a22cb77df1"} +{"ts": "2024-04-09T08:24:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "f591e6077e"} + +{"ts": "2024-04-09T08:05:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "75885e1093"} +{"ts": "2024-04-09T08:17:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "713ecf3d82"} +{"ts": "2024-04-09T08:55:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "e6b4a7e824"} +{"ts": "2024-04-09T08:12:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "70a80475a0"} +{"ts": "2024-04-09T08:52:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "bc35ed787e"} +{"ts": "2024-04-09T08:03:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "e73bce96c6"} +{"ts": "2024-04-09T08:18:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "f48c54cfb4"} +{"ts": "2024-04-09T08:30:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "83faf91b76"} +{"ts": "2024-04-09T08:24:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "upstream 500", "request_id": "7d3e47a124"} +{"ts": "2024-04-09T08:20:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "edf0746df3"} +{"ts": "2024-04-09T08:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "9042cbc575"} +{"ts": "2024-04-09T08:12:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "375839a5bb"} +{"ts": "2024-04-09T08:32:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "2c7ab66c43"} +{"ts": "2024-04-09T08:38:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "dc89cbd9bc"} +{"ts": "2024-04-09T08:13:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "5916e36ab0"} +{"ts": "2024-04-09T08:13:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "ae5971023d"} +{"ts": "2024-04-09T08:12:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "64843925ad"} +{"ts": "2024-04-09T08:31:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "8fcab5275a"} +{"ts": "2024-04-09T08:33:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "9f45b05d6e"} +{"ts": "2024-04-09T08:07:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "1e1cf269b7"} +{"ts": "2024-04-09T08:20:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "3f4e19951a"} +{"ts": "2024-04-09T08:02:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "f6175ba948"} +{"ts": "2024-04-09T08:38:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "3d11e406b6"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fbcc4a1c2a902a9dd859ffc2e90d8efa1d62f65e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h12.ndjson @@ -0,0 +1,40 @@ +{"ts": "2024-04-09T12:08:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "c84a492a99"} +{"ts": "2024-04-09T12:24:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "cb5513a51e"} +{"ts": "2024-04-09T12:59:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "ok", "request_id": "856e4649b0"} +{"ts": "2024-04-09T12:04:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "34dbed8e67"} +{"ts": "2024-04-09T12:11:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "ea3f034e8e"} +{"ts": "2024-04-09T12:55:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "1ff8710e85"} + +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "1176de3f0d"} +{"ts": "2024-04-09T12:52:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "c820a9c5f8"} +{"ts": "2024-04-09T12:32:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "00261be242"} +{"ts": "2024-04-09T12:40:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "5d6042837f"} +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "7916c46bd7"} +{"ts": "2024-04-09T12:22:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "458dcaaa15"} +{"ts": "2024-04-09T12:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "e33a4b15d2"} +{"ts": "2024-04-09T12:27:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "6c173cd9f8"} +{"ts": "2024-04-09T12:14:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "5735c9bf8c"} +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "22f06fdf41"} +{"ts": "2024-04-09T12:36:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "acd0ec53db"} +{"ts": "2024-04-09T12:10:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "6b239878e6"} + +{"ts": "2024-04-09T12:19:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "fd7bbfa936"} +{"ts": "2024-04-09T12:15:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "ba5e65b608"} +{"ts": "2024-04-09T12:03:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "b386200edd"} +{"ts": "2024-04-09T12:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "91cd741067"} +{"ts": "2024-04-09T12:13:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "e9e3ec95e6"} +{"ts": "2024-04-09T12:03:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "ok", "request_id": "e06bc125f7"} +{"ts": "2024-04-09T12:08:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "c13d29a556"} +{"ts": "2024-04-09T12:26:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "f8f8ffc578"} +{"ts": "2024-04-09T12:06:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "cde19b615c"} +{"ts": "2024-04-09T12:52:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "8050ae56dd"} +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "7da7926fb8"} +{"ts": "2024-04-09T12:58:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "71da0f97e1"} +{"ts": "2024-04-09T12:56:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "39ae4924ed"} +{"ts": "2024-04-09T12:25:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "558fbc7631"} +{"ts": "2024-04-09T12:32:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "576fbdee86"} +{"ts": "2024-04-09T12:14:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "39135b1d76"} +{"ts": "2024-04-09T12:52:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "882e8bf201"} +{"ts": "2024-04-09T12:08:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "2538b4125d"} +{"ts": "2024-04-09T12:38:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "3ec6d84de5"} +{"ts": "2024-04-09T12:16:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "99a4bcf45e"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..521ecdf7c56db6aac4ad947e62b7be4f0ce28b53 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h16.ndjson @@ -0,0 +1,33 @@ + +{"ts": "2024-04-09T16:21:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "151e83fe95"} +{"ts": "2024-04-09T16:09:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "60d6304075"} +{"ts": "2024-04-09T16:54:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "8680674c6e"} +{"ts": "2024-04-09T16:46:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "bf6fa2b611"} +{"ts": "2024-04-09T16:55:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "4e3c1d5233"} +{"ts": "2024-04-09T16:46:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "08b6f1de42"} +{"ts": "2024-04-09T16:45:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "999469ec4d"} +{"ts": "2024-04-09T16:25:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "728c0efdab"} +{"ts": "2024-04-09T16:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "22a9128635"} +{"ts": "2024-04-09T16:15:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "0ed8d92d4e"} +{"ts": "2024-04-09T16:30:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "ee4c95e138"} +{"ts": "2024-04-09T16:09:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "1550ba6ba4"} +{"ts": "2024-04-09T16:06:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "42cac3b5fb"} +{"ts": "2024-04-09T16:32:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "c0352a4883"} +{"ts": "2024-04-09T16:04:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "92a8afd04a"} +{"ts": "2024-04-09T16:03:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "8a8aac7fc5"} +{"ts": "2024-04-09T16:24:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "71ff0fb91b"} +{"ts": "2024-04-09T16:12:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "af6f67ec54"} +{"ts": "2024-04-09T16:28:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "aa1b9d4446"} + +{"ts": "2024-04-09T16:24:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "ca7483bf2c"} +{"ts": "2024-04-09T16:30:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "8db344fb22"} +{"ts": "2024-04-09T16:55:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "30aa0a82d1"} +{"ts": "2024-04-09T16:43:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "07c3bf3ce5"} +{"ts": "2024-04-09T16:02:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "add7c41721"} +{"ts": "2024-04-09T16:09:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "59b02ea9ce"} +{"ts": "2024-04-09T16:28:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "dc7136ea1c"} +{"ts": "2024-04-09T16:18:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "1a19a6cba2"} +{"ts": "2024-04-09T16:14:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "26a7eb14f4"} +{"ts": "2024-04-09T16:07:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "74c9da7c3b"} +{"ts": "2024-04-09T16:05:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "e733a5542d"} +{"ts": "2024-04-09T16:20:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "987df8d8ad"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fb9781978ab056659188deb20bffe5d72207b787 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/notifier-bus/h20.ndjson @@ -0,0 +1,41 @@ +{"ts": "2024-04-09T20:22:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "upstream 500", "request_id": "69a1d65da1"} +{"ts": "2024-04-09T20:31:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "37b91c52c5"} +{"ts": "2024-04-09T20:49:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "87173c1bf0"} +{"ts": "2024-04-09T20:35:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "3a07db753e"} +{"ts": "2024-04-09T20:21:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "ee27e66f31"} +{"ts": "2024-04-09T20:50:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "c803408c14"} +{"ts": "2024-04-09T20:01:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "5a0b92813c"} +{"ts": "2024-04-09T20:31:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "6bc8df5643"} +{"ts": "2024-04-09T20:02:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "bf56536d98"} +{"ts": "2024-04-09T20:56:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "2df107ead6"} +{"ts": "2024-04-09T20:24:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "386034b1cf"} +{"ts": "2024-04-09T20:11:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "d28e7aafe2"} +{"ts": "2024-04-09T20:30:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "a5ee9b2431"} +{"ts": "2024-04-09T20:43:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "1ed61c177a"} +{"ts": "2024-04-09T20:14:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "1b16dfb696"} +{"ts": "2024-04-09T20:34:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "cdcba011de"} +{"ts": "2024-04-09T20:22:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "2b131330a9"} +{"ts": "2024-04-09T20:42:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "01d074036c"} +{"ts": "2024-04-09T20:31:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "60ed79690d"} +{"ts": "2024-04-09T20:50:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "c55261f489"} +{"ts": "2024-04-09T20:44:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "0d7659523c"} +{"ts": "2024-04-09T20:36:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "3e74cb5ceb"} +{"ts": "2024-04-09T20:25:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "7bac7a4c0b"} +{"ts": "2024-04-09T20:03:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "e8b83ffef2"} +{"ts": "2024-04-09T20:14:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "6701290586"} +{"ts": "2024-04-09T20:35:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "88f401dc8f"} +{"ts": "2024-04-09T20:11:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "3ca202a300"} +{"ts": "2024-04-09T20:37:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "92d9997f6c"} +{"ts": "2024-04-09T20:09:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "2a29df57b2"} +{"ts": "2024-04-09T20:42:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "a5e024f40f"} +{"ts": "2024-04-09T20:10:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "657b1ab9f5"} + +{"ts": "2024-04-09T20:33:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "de0a4ce14e"} +{"ts": "2024-04-09T20:38:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "513c3004b5"} +{"ts": "2024-04-09T20:41:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "ee82329b76"} + +{"ts": "2024-04-09T20:19:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "7c99a33950"} +{"ts": "2024-04-09T20:41:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "73c78b7cb0"} +{"ts": "2024-04-09T20:07:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "034b13968d"} +{"ts": "2024-04-09T20:52:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "f55d45ba56"} +{"ts": "2024-04-09T20:56:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "d52b579a22"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e89c033184b8c43fc6a7d332adfdf946af8339b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h00.ndjson @@ -0,0 +1,40 @@ +{"ts": "2024-04-09T00:04:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "aaf0fdf9a9"} +{"ts": "2024-04-09T00:50:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "770eed627c"} +{"ts": "2024-04-09T00:37:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "7982e6db14"} +{"ts": "2024-04-09T00:06:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "891f1ca954"} +{"ts": "2024-04-09T00:48:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "73fdc4eccc"} +{"ts": "2024-04-09T00:44:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "40407205e8"} +{"ts": "2024-04-09T00:03:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "7ada254033"} +{"ts": "2024-04-09T00:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "128c08a454"} +{"ts": "2024-04-09T00:41:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "e80ec5d815"} +{"ts": "2024-04-09T00:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "0cf2814469"} +{"ts": "2024-04-09T00:15:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "e486ea4275"} +{"ts": "2024-04-09T00:18:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "a1e09b6aa6"} +{"ts": "2024-04-09T00:56:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "d23e097ce2"} +{"ts": "2024-04-09T00:40:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "82b4202aab"} +{"ts": "2024-04-09T00:33:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "0d7203edc3"} +{"ts": "2024-04-09T00:52:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "99c8fb3f5f"} +{"ts": "2024-04-09T00:49:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "ab80fef49a"} +{"ts": "2024-04-09T00:08:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "583cb1cd3c"} +{"ts": "2024-04-09T00:31:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "00cf2494c4"} +{"ts": "2024-04-09T00:35:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "339fc15cf7"} +{"ts": "2024-04-09T00:54:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "4e68ef11a9"} +{"ts": "2024-04-09T00:54:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "8b35c31337"} +{"ts": "2024-04-09T00:33:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "adfda69ffd"} +{"ts": "2024-04-09T00:50:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "93de668bed"} +{"ts": "2024-04-09T00:02:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "dd4d06c241"} +{"ts": "2024-04-09T00:19:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "149c4169c2"} +{"ts": "2024-04-09T00:39:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "2c110318b2"} +{"ts": "2024-04-09T00:00:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "958fb05cf4"} +{"ts": "2024-04-09T00:17:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "a9da45536c"} +{"ts": "2024-04-09T00:07:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "0ebcb62fe5"} + +{"ts": "2024-04-09T00:10:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "7da2c27d99"} +{"ts": "2024-04-09T00:06:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "430fc6d91f"} +{"ts": "2024-04-09T00:12:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "6b07ad72e5"} +{"ts": "2024-04-09T00:22:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "67a7e82251"} +{"ts": "2024-04-09T00:51:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "70ddb7ea51"} + +{"ts": "2024-04-09T00:53:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "1c93401cbb"} +{"ts": "2024-04-09T00:27:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "4bdf0593fc"} +{"ts": "2024-04-09T00:46:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "b07d432448"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..119d8bd860be331c7af5ec6f8633370e39fa21d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h04.ndjson @@ -0,0 +1,42 @@ +{"ts": "2024-04-09T04:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "a9abc8e36e"} +{"ts": "2024-04-09T04:05:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "174197be78"} +{"ts": "2024-04-09T04:03:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "ffe524fb49"} +{"ts": "2024-04-09T04:24:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "6e0b3f72b2"} +{"ts": "2024-04-09T04:10:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "837f67fd3b"} +{"ts": "2024-04-09T04:28:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "e7b78e21cd"} +{"ts": "2024-04-09T04:11:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "48647493ce"} +{"ts": "2024-04-09T04:31:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "896aaed14c"} +{"ts": "2024-04-09T04:16:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "0464192e0c"} +{"ts": "2024-04-09T04:57:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "f115587366"} +{"ts": "2024-04-09T04:15:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "22fde29636"} +{"ts": "2024-04-09T04:36:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "336774f5ca"} +{"ts": "2024-04-09T04:50:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "abf849a466"} +{"ts": "2024-04-09T04:54:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "d292c09ba7"} +{"ts": "2024-04-09T04:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "c06ce2c8b0"} +{"ts": "2024-04-09T04:06:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "a454b88708"} +{"ts": "2024-04-09T04:10:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "9af9456c04"} +{"ts": "2024-04-09T04:36:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "9cfe7cdbc2"} +{"ts": "2024-04-09T04:04:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "9197a289de"} +{"ts": "2024-04-09T04:41:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "0e7ce31559"} +{"ts": "2024-04-09T04:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "ab419fa95b"} +{"ts": "2024-04-09T04:18:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "f8f710a42e"} +{"ts": "2024-04-09T04:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "d00b9fb577"} +{"ts": "2024-04-09T04:00:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "d89aa17856"} +{"ts": "2024-04-09T04:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "c9b4ce91c6"} + + +{"ts": "2024-04-09T04:38:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "db25800208"} +{"ts": "2024-04-09T04:01:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "35e036c498"} +{"ts": "2024-04-09T04:48:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "9f450c58ff"} +{"ts": "2024-04-09T04:00:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "f551ec1f57"} +{"ts": "2024-04-09T04:35:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "4d00661856"} +{"ts": "2024-04-09T04:15:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "35156c730b"} +{"ts": "2024-04-09T04:20:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "29ea211ac0"} +{"ts": "2024-04-09T04:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "f438908cf2"} +{"ts": "2024-04-09T04:17:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "d77ec14dd4"} +{"ts": "2024-04-09T04:55:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "8dc140f800"} +{"ts": "2024-04-09T04:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "e801216952"} +{"ts": "2024-04-09T04:49:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "5b5abd9868"} +{"ts": "2024-04-09T04:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "2856421ef3"} +{"ts": "2024-04-09T04:02:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "f3c8354ae8"} +{"ts": "2024-04-09T04:23:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "c7036078ab"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..de16c07c81d78e4b510354874a169a0a1dfdc7b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h08.ndjson @@ -0,0 +1,39 @@ +{"ts": "2024-04-09T08:27:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "a5d6c122f5"} +{"ts": "2024-04-09T08:05:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "e688ca9515"} +{"ts": "2024-04-09T08:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "6afe582200"} +{"ts": "2024-04-09T08:03:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "9a47572d8f"} +{"ts": "2024-04-09T08:09:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "1275837cd8"} +{"ts": "2024-04-09T08:10:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7c57252ef3"} +{"ts": "2024-04-09T08:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "bdbf4587f5"} +{"ts": "2024-04-09T08:32:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "5e5136c0cd"} + +{"ts": "2024-04-09T08:00:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "5dc7e459bf"} +{"ts": "2024-04-09T08:16:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "eacaff383b"} + +{"ts": "2024-04-09T08:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "1d7fb0d752"} +{"ts": "2024-04-09T08:21:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "26974e7bca"} +{"ts": "2024-04-09T08:42:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "b3252c7526"} +{"ts": "2024-04-09T08:09:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "846b65ada4"} +{"ts": "2024-04-09T08:20:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "cbd32efcc0"} +{"ts": "2024-04-09T08:03:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "eacd386c68"} +{"ts": "2024-04-09T08:21:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "090dab1eca"} +{"ts": "2024-04-09T08:53:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "46628c78e9"} +{"ts": "2024-04-09T08:50:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "ae8e29234a"} +{"ts": "2024-04-09T08:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "44cf7f4d4c"} +{"ts": "2024-04-09T08:18:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "5bf5781b79"} +{"ts": "2024-04-09T08:01:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "94988b7ce0"} +{"ts": "2024-04-09T08:22:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "377706674a"} +{"ts": "2024-04-09T08:43:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "4fadd149b2"} +{"ts": "2024-04-09T08:57:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "c05ab28390"} +{"ts": "2024-04-09T08:49:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "b7cc3413e5"} +{"ts": "2024-04-09T08:29:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "cf2cfee2e7"} +{"ts": "2024-04-09T08:04:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "b0315e56d4"} +{"ts": "2024-04-09T08:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "e916e4a5a2"} +{"ts": "2024-04-09T08:18:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "9678a87c25"} +{"ts": "2024-04-09T08:56:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7291bb1afc"} +{"ts": "2024-04-09T08:38:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "dce0f2d204"} +{"ts": "2024-04-09T08:08:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "0b6b854c14"} +{"ts": "2024-04-09T08:05:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "abef956481"} +{"ts": "2024-04-09T08:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "c34cb5d2a2"} +{"ts": "2024-04-09T08:31:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "41d7464887"} +{"ts": "2024-04-09T08:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "35cc346220"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..bcb050c758be3a2a0cc2f8ad63591be8e24829a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h12.ndjson @@ -0,0 +1,41 @@ +{"ts": "2024-04-09T12:02:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "124ef02bd7"} +{"ts": "2024-04-09T12:11:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "9cead27699"} +{"ts": "2024-04-09T12:02:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "5a6269de10"} +{"ts": "2024-04-09T12:01:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "34f533e027"} +{"ts": "2024-04-09T12:27:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "7f408404a7"} +{"ts": "2024-04-09T12:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "254f32e2ee"} +{"ts": "2024-04-09T12:53:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "385c5502bd"} +{"ts": "2024-04-09T12:36:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "9fa434dcce"} +{"ts": "2024-04-09T12:35:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "caa24f41c8"} +{"ts": "2024-04-09T12:13:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "1b781b5a9f"} +{"ts": "2024-04-09T12:01:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "b1bf5a40dc"} +{"ts": "2024-04-09T12:57:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "146d8091c0"} +{"ts": "2024-04-09T12:25:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "5bb68e0a77"} +{"ts": "2024-04-09T12:43:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "abdbe8ddd5"} +{"ts": "2024-04-09T12:52:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "6dde587a19"} +{"ts": "2024-04-09T12:12:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "60571ea3f4"} +{"ts": "2024-04-09T12:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "32cd14f039"} +{"ts": "2024-04-09T12:45:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "ee4dcedd25"} +{"ts": "2024-04-09T12:52:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "f5f45fb494"} +{"ts": "2024-04-09T12:14:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "e84f476236"} +{"ts": "2024-04-09T12:59:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "3d7c941d5a"} +{"ts": "2024-04-09T12:20:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "4acce0090f"} +{"ts": "2024-04-09T12:47:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "2a01c572a9"} +{"ts": "2024-04-09T12:09:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "aa3c919f1a"} +{"ts": "2024-04-09T12:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "7880512420"} +{"ts": "2024-04-09T12:55:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "8af7157f17"} + +{"ts": "2024-04-09T12:32:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "6e0a22c0fd"} +{"ts": "2024-04-09T12:22:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "a1a80768a1"} +{"ts": "2024-04-09T12:14:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "eb67e1f537"} +{"ts": "2024-04-09T12:56:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "23c40217b8"} +{"ts": "2024-04-09T12:32:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "7cd60e62e2"} +{"ts": "2024-04-09T12:17:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "3870387af1"} +{"ts": "2024-04-09T12:14:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "70ba7cfa5c"} +{"ts": "2024-04-09T12:12:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "c48ee8acf2"} + +{"ts": "2024-04-09T12:45:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "d860abb429"} +{"ts": "2024-04-09T12:43:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "b5d37451d2"} +{"ts": "2024-04-09T12:22:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "2bde518473"} +{"ts": "2024-04-09T12:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "aa59566290"} +{"ts": "2024-04-09T12:20:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "860e3ee487"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..27ba6584f7a6aa60d64ad9532bfcdd06dc8d81ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h16.ndjson @@ -0,0 +1,31 @@ +{"ts": "2024-04-09T16:09:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "4a0a4fc9b2"} +{"ts": "2024-04-09T16:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "66ee16939f"} +{"ts": "2024-04-09T16:15:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "a43f0a992f"} +{"ts": "2024-04-09T16:01:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "d33c2450e2"} +{"ts": "2024-04-09T16:22:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7da952720d"} +{"ts": "2024-04-09T16:02:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "82fbc62e18"} +{"ts": "2024-04-09T16:05:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "e9d394a1fb"} +{"ts": "2024-04-09T16:52:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "2213d623cf"} + +{"ts": "2024-04-09T16:09:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "305d375b08"} +{"ts": "2024-04-09T16:53:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "b92fec2414"} +{"ts": "2024-04-09T16:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "24df5a255a"} +{"ts": "2024-04-09T16:12:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "2d45655404"} +{"ts": "2024-04-09T16:38:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "a521789208"} +{"ts": "2024-04-09T16:22:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "9c29408d42"} +{"ts": "2024-04-09T16:10:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "bd1af36094"} +{"ts": "2024-04-09T16:06:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "e683c198a8"} + +{"ts": "2024-04-09T16:28:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "d7a691b30c"} +{"ts": "2024-04-09T16:17:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "9bdb314783"} +{"ts": "2024-04-09T16:21:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "5650b546ab"} +{"ts": "2024-04-09T16:21:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "2120874f45"} +{"ts": "2024-04-09T16:49:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "840f8b5643"} +{"ts": "2024-04-09T16:59:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "bb4c345f7f"} +{"ts": "2024-04-09T16:58:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "acd9ddb708"} +{"ts": "2024-04-09T16:36:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "d9c269895a"} +{"ts": "2024-04-09T16:54:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "725bca07e1"} +{"ts": "2024-04-09T16:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "1a80d8e416"} +{"ts": "2024-04-09T16:52:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "15d6286432"} +{"ts": "2024-04-09T16:19:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "5abceb85f6"} +{"ts": "2024-04-09T16:13:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "efbb8e4096"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..57ff76397c3ff75fdfcb6cc260cf33b3a5602ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/payment-gateway/h20.ndjson @@ -0,0 +1,27 @@ +{"ts": "2024-04-09T20:25:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "337fdaa4d5"} +{"ts": "2024-04-09T20:40:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "cd0a041f6c"} + +{"ts": "2024-04-09T20:23:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "4092cb5e5d"} +{"ts": "2024-04-09T20:47:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "fe68a8a32b"} +{"ts": "2024-04-09T20:59:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "50e35baca2"} +{"ts": "2024-04-09T20:48:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "34bd96501f"} +{"ts": "2024-04-09T20:39:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "452231dbeb"} +{"ts": "2024-04-09T20:16:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "3ab11366af"} +{"ts": "2024-04-09T20:34:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "fa55af696c"} +{"ts": "2024-04-09T20:40:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "17d9b003f5"} +{"ts": "2024-04-09T20:26:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "9049d32599"} +{"ts": "2024-04-09T20:12:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "b50c03ea0d"} +{"ts": "2024-04-09T20:05:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "9a4b74b89c"} +{"ts": "2024-04-09T20:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7661722525"} +{"ts": "2024-04-09T20:53:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "ea5a4b21ce"} +{"ts": "2024-04-09T20:49:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "be34d33871"} +{"ts": "2024-04-09T20:02:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "d693e09e5f"} +{"ts": "2024-04-09T20:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "1abddcfbd0"} + +{"ts": "2024-04-09T20:13:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "c5ea9ecac6"} +{"ts": "2024-04-09T20:52:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "41a7dd68ee"} +{"ts": "2024-04-09T20:08:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "e3bbf199e9"} +{"ts": "2024-04-09T20:06:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "6c2f994b23"} +{"ts": "2024-04-09T20:32:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "4b4116f7a9"} +{"ts": "2024-04-09T20:14:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "d8a2856d57"} +{"ts": "2024-04-09T20:50:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "699894b249"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e9cf95705613f2ea635322dfc6a975307fa7d18b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h00.ndjson @@ -0,0 +1,37 @@ +{"ts": "2024-04-09T00:54:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "f47d1721b8"} +{"ts": "2024-04-09T00:54:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "8969d26db3"} +{"ts": "2024-04-09T00:00:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "dc73abec08"} + +{"ts": "2024-04-09T00:04:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "696b8a00ef"} +{"ts": "2024-04-09T00:04:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "1635da8bfe"} +{"ts": "2024-04-09T00:52:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "5b08452368"} +{"ts": "2024-04-09T00:35:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "9863828c90"} +{"ts": "2024-04-09T00:57:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "28bd09890b"} +{"ts": "2024-04-09T00:11:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "4fce8c3c61"} +{"ts": "2024-04-09T00:10:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "2ed0ccad6e"} +{"ts": "2024-04-09T00:19:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "544eca2d5d"} +{"ts": "2024-04-09T00:23:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "0b02965bc9"} +{"ts": "2024-04-09T00:19:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "dac15fc86e"} +{"ts": "2024-04-09T00:20:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "288c8f8f80"} +{"ts": "2024-04-09T00:31:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "60d5c9c95d"} +{"ts": "2024-04-09T00:33:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "0d54343f3c"} +{"ts": "2024-04-09T00:36:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "b317ea18a6"} +{"ts": "2024-04-09T00:49:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "e096af6e5a"} +{"ts": "2024-04-09T00:39:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "eef929c653"} +{"ts": "2024-04-09T00:50:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "0d00d28105"} +{"ts": "2024-04-09T00:41:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "9e5a9d33ae"} +{"ts": "2024-04-09T00:48:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "be007c95b2"} +{"ts": "2024-04-09T00:05:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "f84e708d0d"} +{"ts": "2024-04-09T00:56:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "08c6efbb38"} +{"ts": "2024-04-09T00:15:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "51bb3170cf"} +{"ts": "2024-04-09T00:52:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "464ee6c66c"} +{"ts": "2024-04-09T00:32:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "6550f991bb"} +{"ts": "2024-04-09T00:49:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "b0be7dfb15"} +{"ts": "2024-04-09T00:43:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "7d8718e1f2"} +{"ts": "2024-04-09T00:13:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "8bcd146c82"} +{"ts": "2024-04-09T00:43:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "70dbd02d84"} +{"ts": "2024-04-09T00:18:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "00652c73e5"} + +{"ts": "2024-04-09T00:19:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "dff4b04b4a"} +{"ts": "2024-04-09T00:53:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "d3af6ecce8"} +{"ts": "2024-04-09T00:24:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "abbf9195b7"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ab3df72d7c502dedfe0d7ca18821a447d22b0691 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h04.ndjson @@ -0,0 +1,38 @@ +{"ts": "2024-04-09T04:37:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "0ad86af8d6"} +{"ts": "2024-04-09T04:29:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "cc84f9705e"} +{"ts": "2024-04-09T04:03:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "2032d99e56"} +{"ts": "2024-04-09T04:54:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "5deed32588"} +{"ts": "2024-04-09T04:22:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "b4579ae149"} +{"ts": "2024-04-09T04:32:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "e8cf4b203e"} +{"ts": "2024-04-09T04:42:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "260a95c78c"} +{"ts": "2024-04-09T04:32:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "1e70e713d1"} +{"ts": "2024-04-09T04:23:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "77f9f90d18"} +{"ts": "2024-04-09T04:39:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "55c53bdbf7"} +{"ts": "2024-04-09T04:35:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "6b6058c300"} +{"ts": "2024-04-09T04:21:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "38f5091010"} +{"ts": "2024-04-09T04:00:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "560929f801"} +{"ts": "2024-04-09T04:40:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "ffd5b38ee2"} +{"ts": "2024-04-09T04:32:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "19f9426465"} + + +{"ts": "2024-04-09T04:07:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "846261b592"} +{"ts": "2024-04-09T04:36:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "9b2668edb6"} +{"ts": "2024-04-09T04:28:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "73411bb686"} +{"ts": "2024-04-09T04:29:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "bf683948b4"} +{"ts": "2024-04-09T04:04:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "4dae47a685"} +{"ts": "2024-04-09T04:45:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "934c6011e3"} +{"ts": "2024-04-09T04:35:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "3656906ab8"} +{"ts": "2024-04-09T04:30:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "e7290b8247"} +{"ts": "2024-04-09T04:26:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "af9ac948c9"} +{"ts": "2024-04-09T04:20:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "8cb6486e4b"} +{"ts": "2024-04-09T04:24:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "4076061546"} +{"ts": "2024-04-09T04:40:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "52151d9c65"} +{"ts": "2024-04-09T04:06:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "19cc20322f"} +{"ts": "2024-04-09T04:36:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ea8dac7ce2"} +{"ts": "2024-04-09T04:06:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "5f194f8cad"} +{"ts": "2024-04-09T04:24:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "34c5da5a15"} +{"ts": "2024-04-09T04:00:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "a1cd908ead"} +{"ts": "2024-04-09T04:20:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "68f808b065"} +{"ts": "2024-04-09T04:25:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "25f83dbd06"} +{"ts": "2024-04-09T04:20:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "ee1c6baaa2"} +{"ts": "2024-04-09T04:59:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "a1b9b277bc"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..839e60ae0ef226a22ea54face48643e708ecc56e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h08.ndjson @@ -0,0 +1,31 @@ +{"ts": "2024-04-09T08:09:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "2466b6e9d6"} +{"ts": "2024-04-09T08:31:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "240de4b18c"} +{"ts": "2024-04-09T08:58:00Z", "service": "session-store", "level": "WARN", "msg": "cache hit", "request_id": "8c8b522fe4"} +{"ts": "2024-04-09T08:35:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "dafcb413a5"} +{"ts": "2024-04-09T08:09:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "bb3fc1f568"} +{"ts": "2024-04-09T08:58:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "df3e1690db"} +{"ts": "2024-04-09T08:22:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "3a0fbc6cc0"} +{"ts": "2024-04-09T08:21:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "c943d5e172"} +{"ts": "2024-04-09T08:58:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "61640feecc"} +{"ts": "2024-04-09T08:46:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "bd3fdabd74"} +{"ts": "2024-04-09T08:45:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "4a44acb501"} +{"ts": "2024-04-09T08:34:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "7ddfe6b267"} +{"ts": "2024-04-09T08:29:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "7bcae758d8"} +{"ts": "2024-04-09T08:47:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "d083a292e5"} +{"ts": "2024-04-09T08:20:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "539b5f37d6"} +{"ts": "2024-04-09T08:15:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "55feb26f78"} + + +{"ts": "2024-04-09T08:10:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "7eea2a8ab6"} +{"ts": "2024-04-09T08:18:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "01dadc633a"} +{"ts": "2024-04-09T08:52:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ab9df1e52c"} +{"ts": "2024-04-09T08:07:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "e4b74d13be"} +{"ts": "2024-04-09T08:33:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "8897d98c02"} +{"ts": "2024-04-09T08:42:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ca8f0dc77b"} +{"ts": "2024-04-09T08:31:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "40f3ae5b55"} +{"ts": "2024-04-09T08:19:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "6f95798ece"} +{"ts": "2024-04-09T08:31:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "9c756db5f5"} +{"ts": "2024-04-09T08:04:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "e4327500bf"} +{"ts": "2024-04-09T08:14:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "57f057d2fc"} +{"ts": "2024-04-09T08:26:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "c7051a9041"} +{"ts": "2024-04-09T08:30:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "6adad4ceca"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1e1199f470a7cbd2d187a68d79b39c77317b2330 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h12.ndjson @@ -0,0 +1,34 @@ +{"ts": "2024-04-09T12:27:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "7c1c9e08da"} +{"ts": "2024-04-09T12:30:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "0fc918799e"} +{"ts": "2024-04-09T12:03:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "4a6a9621e0"} + +{"ts": "2024-04-09T12:41:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "f87d1eb8e2"} +{"ts": "2024-04-09T12:41:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "2e7c10dd27"} + +{"ts": "2024-04-09T12:32:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "03ecca5173"} +{"ts": "2024-04-09T12:34:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "7bc5c777c8"} +{"ts": "2024-04-09T12:17:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "11d8e84724"} +{"ts": "2024-04-09T12:29:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "7692223893"} +{"ts": "2024-04-09T12:26:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "8be0e2ec11"} +{"ts": "2024-04-09T12:15:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "ff9c7b4190"} +{"ts": "2024-04-09T12:28:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "bce0fb326d"} +{"ts": "2024-04-09T12:05:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "53fc1164fe"} +{"ts": "2024-04-09T12:10:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "55bb013b94"} +{"ts": "2024-04-09T12:10:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "1d91ee0ac1"} +{"ts": "2024-04-09T12:07:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "938ddc704c"} +{"ts": "2024-04-09T12:55:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "788b795659"} +{"ts": "2024-04-09T12:13:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "a4a45567e2"} +{"ts": "2024-04-09T12:51:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "6a6df5affc"} +{"ts": "2024-04-09T12:30:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "c054254add"} +{"ts": "2024-04-09T12:35:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "3c434b5b8e"} +{"ts": "2024-04-09T12:44:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "c1df7816bb"} +{"ts": "2024-04-09T12:05:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "501fbcc267"} +{"ts": "2024-04-09T12:09:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "6ea270a715"} +{"ts": "2024-04-09T12:12:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "e48ff17b08"} +{"ts": "2024-04-09T12:10:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "cdcc097305"} +{"ts": "2024-04-09T12:09:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "4ea1808e99"} +{"ts": "2024-04-09T12:23:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "d89232dc2e"} +{"ts": "2024-04-09T12:46:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "c8a543d5b6"} +{"ts": "2024-04-09T12:28:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "d582c40fb0"} +{"ts": "2024-04-09T12:44:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "834457ac03"} +{"ts": "2024-04-09T12:07:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "97b9dd2789"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0386276a9088641f25cf05d25318c2e542bc335f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h16.ndjson @@ -0,0 +1,29 @@ +{"ts": "2024-04-09T16:23:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "c63f38b309"} +{"ts": "2024-04-09T16:56:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "23ea1a11e8"} +{"ts": "2024-04-09T16:36:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "43a410c2ba"} +{"ts": "2024-04-09T16:20:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "3c6ad9c33b"} +{"ts": "2024-04-09T16:06:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "83dbf199af"} + +{"ts": "2024-04-09T16:52:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "3104365f48"} +{"ts": "2024-04-09T16:48:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "a15b4560de"} +{"ts": "2024-04-09T16:06:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "4638d1e088"} +{"ts": "2024-04-09T16:11:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ee30f90f90"} + +{"ts": "2024-04-09T16:54:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "b90262c9d9"} +{"ts": "2024-04-09T16:00:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "f7bde731f2"} +{"ts": "2024-04-09T16:15:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "4fddd722d8"} +{"ts": "2024-04-09T16:58:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "b71c0b69cb"} +{"ts": "2024-04-09T16:21:00Z", "service": "session-store", "level": "WARN", "msg": "cache hit", "request_id": "1ef73b046f"} +{"ts": "2024-04-09T16:13:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "29dc8dab09"} +{"ts": "2024-04-09T16:27:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "0345be5382"} +{"ts": "2024-04-09T16:44:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "665ff4aadb"} +{"ts": "2024-04-09T16:21:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "887015493f"} +{"ts": "2024-04-09T16:05:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "33a4a9309a"} +{"ts": "2024-04-09T16:00:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "4f4d054e03"} +{"ts": "2024-04-09T16:23:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "b28670df6f"} +{"ts": "2024-04-09T16:49:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "2a5bfc586d"} +{"ts": "2024-04-09T16:17:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "efeaeb75ab"} +{"ts": "2024-04-09T16:41:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "d4b6db032a"} +{"ts": "2024-04-09T16:46:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "803560097d"} +{"ts": "2024-04-09T16:02:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "84dea2da6d"} +{"ts": "2024-04-09T16:36:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "e1207d61b6"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..49219d08932caafee068d67c30ab5b98bf31089b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/telemetry/events/session-store/h20.ndjson @@ -0,0 +1,42 @@ +{"ts": "2024-04-09T20:21:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "b1f8bfe4bf"} +{"ts": "2024-04-09T20:22:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "6c76cdddec"} +{"ts": "2024-04-09T20:38:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "de07752e2d"} +{"ts": "2024-04-09T20:15:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "4905dd84aa"} +{"ts": "2024-04-09T20:00:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "8c1e783813"} +{"ts": "2024-04-09T20:52:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "3ed1e9b967"} +{"ts": "2024-04-09T20:41:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "f6a0fe5642"} +{"ts": "2024-04-09T20:11:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "f799651736"} +{"ts": "2024-04-09T20:57:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "252a96622d"} +{"ts": "2024-04-09T20:07:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "3fb8ecf5dd"} +{"ts": "2024-04-09T20:37:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "edfecc30d1"} +{"ts": "2024-04-09T20:30:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "43350a33d3"} +{"ts": "2024-04-09T20:22:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "05461b948f"} +{"ts": "2024-04-09T20:08:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "97872ea014"} +{"ts": "2024-04-09T20:35:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "da5b6b7f53"} +{"ts": "2024-04-09T20:45:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "3733bda27d"} +{"ts": "2024-04-09T20:48:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "a9314c8e9c"} +{"ts": "2024-04-09T20:41:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "3cc9fc9ba1"} +{"ts": "2024-04-09T20:33:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "27d29030cc"} +{"ts": "2024-04-09T20:52:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "578ec5e00b"} +{"ts": "2024-04-09T20:12:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "c3ce1886f3"} +{"ts": "2024-04-09T20:36:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "6be904b527"} +{"ts": "2024-04-09T20:53:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "63ded8d6c8"} +{"ts": "2024-04-09T20:45:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "fe6dc09cb7"} + +{"ts": "2024-04-09T20:29:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "d409e92b20"} +{"ts": "2024-04-09T20:09:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "05d8512b19"} +{"ts": "2024-04-09T20:18:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "efdbcf827a"} +{"ts": "2024-04-09T20:42:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "26d53e0818"} +{"ts": "2024-04-09T20:15:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "da1b30d1ed"} +{"ts": "2024-04-09T20:37:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "d8eb031226"} +{"ts": "2024-04-09T20:57:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "825b3f9441"} +{"ts": "2024-04-09T20:20:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "e3a310685a"} +{"ts": "2024-04-09T20:34:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "7afed3647a"} + +{"ts": "2024-04-09T20:06:00Z", "service": "session-store", "level": "WARN", "msg": "cache hit", "request_id": "22434d6236"} +{"ts": "2024-04-09T20:21:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "5d472c128f"} +{"ts": "2024-04-09T20:10:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "f7faf3793f"} +{"ts": "2024-04-09T20:56:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "208c077812"} +{"ts": "2024-04-09T20:11:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "79367572d6"} +{"ts": "2024-04-09T20:11:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "0ce19b21e6"} +{"ts": "2024-04-09T20:06:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "815262d73b"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..f2b7d880f39bd9433591dcb69b2ba6cde0f74ef3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h00.ndjson @@ -0,0 +1,33 @@ +{"ts": "2024-04-09T00:54:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "d8ec36db73"} + +{"ts": "2024-04-09T00:06:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "6f5d3c453f"} +{"ts": "2024-04-09T00:12:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "e8c4eae43f"} +{"ts": "2024-04-09T00:02:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "b8b2c7c3f7"} +{"ts": "2024-04-09T00:54:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "0cc3abb53b"} +{"ts": "2024-04-09T00:51:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "7f6480237d"} +{"ts": "2024-04-09T00:36:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "949db5526a"} +{"ts": "2024-04-09T00:40:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "d4cfa166f5"} +{"ts": "2024-04-09T00:03:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "267c74b809"} +{"ts": "2024-04-09T00:13:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "cf74fdbdd4"} +{"ts": "2024-04-09T00:20:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "a2ac4d71f9"} +{"ts": "2024-04-09T00:58:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "6bd8a13687"} +{"ts": "2024-04-09T00:56:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "29fdcdedb4"} +{"ts": "2024-04-09T00:55:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "12cbeedd48"} +{"ts": "2024-04-09T00:22:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "b2e68da75a"} +{"ts": "2024-04-09T00:57:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "69116c8b7f"} +{"ts": "2024-04-09T00:26:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "21ef96ce35"} +{"ts": "2024-04-09T00:46:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "66c24fcdd5"} +{"ts": "2024-04-09T00:59:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "06305e436d"} +{"ts": "2024-04-09T00:05:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "4e6d85fe38"} +{"ts": "2024-04-09T00:21:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "4b2473eed6"} + +{"ts": "2024-04-09T00:27:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "435e5de4e0"} +{"ts": "2024-04-09T00:34:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "f6cb357167"} +{"ts": "2024-04-09T00:54:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "60fb240c19"} +{"ts": "2024-04-09T00:35:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "bbc49c5532"} +{"ts": "2024-04-09T00:36:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "e78340cba6"} +{"ts": "2024-04-09T00:03:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "ba094bf44d"} +{"ts": "2024-04-09T00:37:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "b9c6b0ffa6"} +{"ts": "2024-04-09T00:28:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "195ae155a9"} +{"ts": "2024-04-09T00:38:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "6f8cd0fe80"} +{"ts": "2024-04-09T00:29:00Z", "service": "email-worker", "level": "DEBUG", "msg": "connection closed", "request_id": "6f2f531446"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..3be3948672837ccb49d91420c3fc21f76a8e8027 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h04.ndjson @@ -0,0 +1,35 @@ +{"ts": "2024-04-09T04:56:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "a52e6ca339"} +{"ts": "2024-04-09T04:23:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "d9caf88010"} +{"ts": "2024-04-09T04:28:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "29efee8b06"} +{"ts": "2024-04-09T04:18:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "a40920d37d"} +{"ts": "2024-04-09T04:59:00Z", "service": "email-worker", "level": "DEBUG", "msg": "ok", "request_id": "0715734daa"} +{"ts": "2024-04-09T04:54:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "fa0f0ee150"} +{"ts": "2024-04-09T04:51:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "a9a14a43de"} +{"ts": "2024-04-09T04:12:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "0a6c11c822"} +{"ts": "2024-04-09T04:25:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "5b9af44f3b"} +{"ts": "2024-04-09T04:44:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "7388cc2726"} +{"ts": "2024-04-09T04:13:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "87492bed72"} +{"ts": "2024-04-09T04:21:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "00a85b3106"} +{"ts": "2024-04-09T04:11:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "60ddc63699"} +{"ts": "2024-04-09T04:21:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "cf370d44fc"} +{"ts": "2024-04-09T04:37:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "ac356f2029"} +{"ts": "2024-04-09T04:01:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "6f9b3837fe"} +{"ts": "2024-04-09T04:43:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "15f357809a"} +{"ts": "2024-04-09T04:45:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "d3fc45d6d8"} +{"ts": "2024-04-09T04:41:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "b3456526ca"} +{"ts": "2024-04-09T04:41:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "7d9d0030bf"} +{"ts": "2024-04-09T04:41:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "3ad80bb4f0"} +{"ts": "2024-04-09T04:26:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "a706beaf4e"} +{"ts": "2024-04-09T04:11:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "c2f376acf3"} + +{"ts": "2024-04-09T04:49:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "3c76cd8b2a"} +{"ts": "2024-04-09T04:06:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "0279cf3793"} + +{"ts": "2024-04-09T04:57:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "727982d15b"} +{"ts": "2024-04-09T04:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "a45503ebe0"} +{"ts": "2024-04-09T04:33:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "a80a62c114"} +{"ts": "2024-04-09T04:03:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "4f511fd11d"} +{"ts": "2024-04-09T04:44:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "7d860f7a56"} +{"ts": "2024-04-09T04:01:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "31c8714d39"} +{"ts": "2024-04-09T04:11:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "0b3ccc92d0"} +{"ts": "2024-04-09T04:44:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "da7778e753"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..d88e0ea7167c9fa36de6af74ef1492386c7d658f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h08.ndjson @@ -0,0 +1,27 @@ +{"ts": "2024-04-09T08:03:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "eef761610c"} +{"ts": "2024-04-09T08:52:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "60c78d1b65"} +{"ts": "2024-04-09T08:06:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "38f6e5ecb4"} +{"ts": "2024-04-09T08:08:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "001d10ab80"} +{"ts": "2024-04-09T08:24:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "74dbe5b541"} +{"ts": "2024-04-09T08:31:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "a599b9e2ff"} +{"ts": "2024-04-09T08:53:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "b6ee40b447"} + +{"ts": "2024-04-09T08:31:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "26113fc62b"} +{"ts": "2024-04-09T08:13:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "4f836adf61"} +{"ts": "2024-04-09T08:06:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "cc2d99e968"} +{"ts": "2024-04-09T08:21:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "3ad182da9d"} +{"ts": "2024-04-09T08:26:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "f742f0fd25"} +{"ts": "2024-04-09T08:50:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "6067082335"} +{"ts": "2024-04-09T08:27:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "87ed169f48"} +{"ts": "2024-04-09T08:51:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "ca4ae15904"} +{"ts": "2024-04-09T08:50:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "8ef179f1b9"} +{"ts": "2024-04-09T08:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "1e90c70e44"} +{"ts": "2024-04-09T08:07:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "5eef539997"} +{"ts": "2024-04-09T08:14:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "f99ba62efa"} +{"ts": "2024-04-09T08:58:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "7239dbd78b"} +{"ts": "2024-04-09T08:16:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "728d5d84af"} +{"ts": "2024-04-09T08:45:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "ed2c415aa3"} + +{"ts": "2024-04-09T08:17:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "b0201581b7"} +{"ts": "2024-04-09T08:21:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "fe1f350035"} +{"ts": "2024-04-09T08:19:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "d0f2ec9561"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..4d03fcdae11d0e72c008481f230d4a1eab281b3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h12.ndjson @@ -0,0 +1,38 @@ +{"ts": "2024-04-09T12:17:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "df5324b519"} +{"ts": "2024-04-09T12:16:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "2a1a7776e0"} +{"ts": "2024-04-09T12:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "6980161488"} + +{"ts": "2024-04-09T12:57:00Z", "service": "email-worker", "level": "DEBUG", "msg": "connection closed", "request_id": "7917825b92"} +{"ts": "2024-04-09T12:54:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "0011407fe2"} +{"ts": "2024-04-09T12:10:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "de96708e1d"} +{"ts": "2024-04-09T12:51:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "ad0ceacda6"} +{"ts": "2024-04-09T12:39:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "40e9fe1ba9"} +{"ts": "2024-04-09T12:38:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "9ecdd33406"} +{"ts": "2024-04-09T12:32:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "a7f007d74c"} +{"ts": "2024-04-09T12:34:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "ffb29b6b1c"} +{"ts": "2024-04-09T12:01:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "fb91323cca"} +{"ts": "2024-04-09T12:19:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "385679beba"} +{"ts": "2024-04-09T12:16:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "90d951150f"} +{"ts": "2024-04-09T12:56:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "e77dca4e2e"} +{"ts": "2024-04-09T12:57:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "afbe4d161c"} + +{"ts": "2024-04-09T12:14:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "6d58ad15d8"} +{"ts": "2024-04-09T12:56:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "8ec4c2d75f"} +{"ts": "2024-04-09T12:29:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "1cbe1e3c31"} +{"ts": "2024-04-09T12:47:00Z", "service": "email-worker", "level": "DEBUG", "msg": "ok", "request_id": "6c43d6f10b"} +{"ts": "2024-04-09T12:10:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "1d367f54da"} +{"ts": "2024-04-09T12:47:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "344d0a890e"} +{"ts": "2024-04-09T12:07:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "659f87acca"} +{"ts": "2024-04-09T12:37:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "284f566ae9"} +{"ts": "2024-04-09T12:20:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "898734167a"} +{"ts": "2024-04-09T12:47:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "5c2d4214c7"} +{"ts": "2024-04-09T12:30:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "1006c75771"} +{"ts": "2024-04-09T12:13:00Z", "service": "email-worker", "level": "DEBUG", "msg": "retrying", "request_id": "d311cc5a29"} +{"ts": "2024-04-09T12:08:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "41222d5948"} +{"ts": "2024-04-09T12:09:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "da1f776510"} +{"ts": "2024-04-09T12:25:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "f050edbd6d"} +{"ts": "2024-04-09T12:18:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "36b7e70b9e"} +{"ts": "2024-04-09T12:25:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "a41178498c"} +{"ts": "2024-04-09T12:00:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "684e69713c"} +{"ts": "2024-04-09T12:37:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "229b3f2c3b"} +{"ts": "2024-04-09T12:21:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "1564f03414"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..a5b66f4b195e075c3beb9cbdb52cd953f3d86085 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h16.ndjson @@ -0,0 +1,38 @@ +{"ts": "2024-04-09T16:58:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "fe48138bee"} +{"ts": "2024-04-09T16:01:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "b2b831724f"} +{"ts": "2024-04-09T16:02:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "fa13640521"} +{"ts": "2024-04-09T16:22:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "8326a7714c"} +{"ts": "2024-04-09T16:58:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "515e48c193"} +{"ts": "2024-04-09T16:38:00Z", "service": "email-worker", "level": "INFO", "msg": "upstream 500", "request_id": "e2e68da16e"} +{"ts": "2024-04-09T16:05:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "7a1697b479"} +{"ts": "2024-04-09T16:51:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "c03d184143"} +{"ts": "2024-04-09T16:58:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "c07b6147b9"} +{"ts": "2024-04-09T16:13:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "4dce39d39c"} +{"ts": "2024-04-09T16:08:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "4b54e77b62"} +{"ts": "2024-04-09T16:30:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "785492559a"} +{"ts": "2024-04-09T16:53:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "dde7813993"} +{"ts": "2024-04-09T16:03:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "dc51a20fea"} +{"ts": "2024-04-09T16:45:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "8454a5d9c0"} +{"ts": "2024-04-09T16:14:00Z", "service": "email-worker", "level": "ERROR", "msg": "cache hit", "request_id": "6949a50468"} +{"ts": "2024-04-09T16:54:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "c753b588f7"} +{"ts": "2024-04-09T16:18:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "8d37139159"} +{"ts": "2024-04-09T16:26:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "7859d8cc37"} +{"ts": "2024-04-09T16:48:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "2fad50af15"} +{"ts": "2024-04-09T16:59:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "97aad44966"} +{"ts": "2024-04-09T16:59:00Z", "service": "email-worker", "level": "DEBUG", "msg": "ok", "request_id": "140d1914c9"} +{"ts": "2024-04-09T16:25:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "3778d93877"} +{"ts": "2024-04-09T16:05:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "e6c59d6dd2"} +{"ts": "2024-04-09T16:20:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "e039b3de2f"} +{"ts": "2024-04-09T16:34:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "3d03be39e5"} + +{"ts": "2024-04-09T16:17:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "ac9ae21952"} +{"ts": "2024-04-09T16:34:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "e95abee877"} +{"ts": "2024-04-09T16:32:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "4d20c3893a"} +{"ts": "2024-04-09T16:50:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "94a953b444"} +{"ts": "2024-04-09T16:30:00Z", "service": "email-worker", "level": "WARN", "msg": "cache hit", "request_id": "ede9b69094"} +{"ts": "2024-04-09T16:55:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "3d1891d26c"} +{"ts": "2024-04-09T16:16:00Z", "service": "email-worker", "level": "WARN", "msg": "connection closed", "request_id": "c174af38e1"} +{"ts": "2024-04-09T16:18:00Z", "service": "email-worker", "level": "ERROR", "msg": "connection closed", "request_id": "e3388d7307"} +{"ts": "2024-04-09T16:12:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "18d035e556"} +{"ts": "2024-04-09T16:39:00Z", "service": "email-worker", "level": "ERROR", "msg": "retrying", "request_id": "32e9d51222"} + diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..05700b7b83774f0a38c2597b449ea072dd401a55 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/email-worker/h20.ndjson @@ -0,0 +1,30 @@ +{"ts": "2024-04-09T20:16:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "3d25f28a15"} +{"ts": "2024-04-09T20:23:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "65215f89b9"} +{"ts": "2024-04-09T20:58:00Z", "service": "email-worker", "level": "DEBUG", "msg": "cache hit", "request_id": "91a47130c4"} +{"ts": "2024-04-09T20:09:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "1b1683a223"} +{"ts": "2024-04-09T20:25:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "978109aaee"} +{"ts": "2024-04-09T20:30:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "9b7b00fa0d"} +{"ts": "2024-04-09T20:10:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "f573a3ff17"} +{"ts": "2024-04-09T20:30:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "f302078515"} +{"ts": "2024-04-09T20:58:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "2d47914124"} +{"ts": "2024-04-09T20:05:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "c9d556f614"} +{"ts": "2024-04-09T20:20:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "9048695afb"} + +{"ts": "2024-04-09T20:22:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "3f1500a2a6"} +{"ts": "2024-04-09T20:09:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "7866996a22"} +{"ts": "2024-04-09T20:03:00Z", "service": "email-worker", "level": "INFO", "msg": "connection closed", "request_id": "0e86e7d79a"} +{"ts": "2024-04-09T20:37:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "2eb2a86402"} +{"ts": "2024-04-09T20:54:00Z", "service": "email-worker", "level": "WARN", "msg": "upstream 500", "request_id": "a265fca53b"} +{"ts": "2024-04-09T20:42:00Z", "service": "email-worker", "level": "ERROR", "msg": "ok", "request_id": "93a6298b0a"} +{"ts": "2024-04-09T20:36:00Z", "service": "email-worker", "level": "INFO", "msg": "ok", "request_id": "12b3ff2fb6"} +{"ts": "2024-04-09T20:30:00Z", "service": "email-worker", "level": "WARN", "msg": "ok", "request_id": "84ba9a00db"} +{"ts": "2024-04-09T20:34:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "22a53e9c6c"} +{"ts": "2024-04-09T20:20:00Z", "service": "email-worker", "level": "DEBUG", "msg": "upstream 500", "request_id": "adf77e2f7b"} +{"ts": "2024-04-09T20:01:00Z", "service": "email-worker", "level": "WARN", "msg": "retrying", "request_id": "724523ad4c"} +{"ts": "2024-04-09T20:23:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "57687e310f"} +{"ts": "2024-04-09T20:04:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "b4ac509b4a"} +{"ts": "2024-04-09T20:05:00Z", "service": "email-worker", "level": "ERROR", "msg": "upstream 500", "request_id": "ebfdbd568c"} +{"ts": "2024-04-09T20:16:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "5ffe41e6e6"} +{"ts": "2024-04-09T20:11:00Z", "service": "email-worker", "level": "INFO", "msg": "cache hit", "request_id": "0f4abc254c"} +{"ts": "2024-04-09T20:53:00Z", "service": "email-worker", "level": "INFO", "msg": "retrying", "request_id": "777459fda5"} + diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..8fb2c4227a091c21ef616eab2cd0f19531fa3090 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h00.ndjson @@ -0,0 +1,31 @@ +{"ts": "2024-04-09T00:38:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "cf8f187290"} +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "41133fc4bf"} +{"ts": "2024-04-09T00:42:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "35bc99e834"} +{"ts": "2024-04-09T00:48:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "90233e966b"} +{"ts": "2024-04-09T00:57:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "6a352aaad4"} +{"ts": "2024-04-09T00:57:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "cd277d7306"} + +{"ts": "2024-04-09T00:40:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "c9ac61bdf2"} +{"ts": "2024-04-09T00:37:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "331fc15799"} +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "1ca47fcd1d"} +{"ts": "2024-04-09T00:37:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "2f73cce8c4"} +{"ts": "2024-04-09T00:40:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "3603b7a15d"} +{"ts": "2024-04-09T00:39:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "0af3050f31"} +{"ts": "2024-04-09T00:27:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "c38a912877"} +{"ts": "2024-04-09T00:27:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "870a973be3"} +{"ts": "2024-04-09T00:21:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "3e2ecb0e09"} +{"ts": "2024-04-09T00:36:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "9de8366047"} +{"ts": "2024-04-09T00:32:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "8653c6250f"} +{"ts": "2024-04-09T00:53:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "4d0616b912"} + +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "7ab307e180"} +{"ts": "2024-04-09T00:11:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "98703985ca"} +{"ts": "2024-04-09T00:28:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "5013cfc26d"} +{"ts": "2024-04-09T00:44:00Z", "service": "inventory-api", "level": "WARN", "msg": "ok", "request_id": "48dcfa359f"} +{"ts": "2024-04-09T00:38:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "f4c22decec"} +{"ts": "2024-04-09T00:37:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "2739ef77a5"} +{"ts": "2024-04-09T00:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "e55522f602"} +{"ts": "2024-04-09T00:04:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "047568d3f6"} +{"ts": "2024-04-09T00:17:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "8ea25b2651"} +{"ts": "2024-04-09T00:42:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "c4b9b3d7dc"} +{"ts": "2024-04-09T00:29:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "ee69129f30"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1a8985851ae77f776b81bfc0d14526f23144f369 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h04.ndjson @@ -0,0 +1,41 @@ +{"ts": "2024-04-09T04:29:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "ed05f28d2c"} +{"ts": "2024-04-09T04:21:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "7bed935cf5"} +{"ts": "2024-04-09T04:32:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "fb37d1afa2"} +{"ts": "2024-04-09T04:10:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "7dd2251b6a"} +{"ts": "2024-04-09T04:22:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "564ea85985"} +{"ts": "2024-04-09T04:50:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "16400598d9"} +{"ts": "2024-04-09T04:02:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "50d09f8cff"} +{"ts": "2024-04-09T04:26:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "c2883c7e1b"} +{"ts": "2024-04-09T04:33:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "6481e2dc59"} +{"ts": "2024-04-09T04:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "05daedf1ed"} +{"ts": "2024-04-09T04:44:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "e9014e225b"} +{"ts": "2024-04-09T04:01:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "c6ef958c0e"} +{"ts": "2024-04-09T04:19:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "aaef14921e"} +{"ts": "2024-04-09T04:41:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "f6fb20508b"} +{"ts": "2024-04-09T04:13:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "3bd689f75c"} +{"ts": "2024-04-09T04:50:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "433692d522"} +{"ts": "2024-04-09T04:11:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "a785d2ca0e"} +{"ts": "2024-04-09T04:55:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "84c09f07e8"} +{"ts": "2024-04-09T04:01:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "5a8ea5b037"} +{"ts": "2024-04-09T04:01:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "a8ba1f878c"} + +{"ts": "2024-04-09T04:20:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "f33f1f9258"} +{"ts": "2024-04-09T04:14:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "572af8a755"} + +{"ts": "2024-04-09T04:03:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "056eacf205"} +{"ts": "2024-04-09T04:52:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "d56238a7e7"} +{"ts": "2024-04-09T04:55:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "c39498e937"} +{"ts": "2024-04-09T04:32:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "97ce3adca4"} +{"ts": "2024-04-09T04:43:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "d044f46950"} +{"ts": "2024-04-09T04:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "455a8f0ac2"} +{"ts": "2024-04-09T04:58:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "7187dcfaba"} +{"ts": "2024-04-09T04:09:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "7dc5490ce6"} +{"ts": "2024-04-09T04:15:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "4e0e2b233f"} +{"ts": "2024-04-09T04:13:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "246ab3d21c"} +{"ts": "2024-04-09T04:42:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "59109ab4b5"} +{"ts": "2024-04-09T04:51:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "25bdf9f6d7"} +{"ts": "2024-04-09T04:22:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "59f4971f0f"} +{"ts": "2024-04-09T04:29:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "625e13f99e"} +{"ts": "2024-04-09T04:02:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "f8581ce734"} +{"ts": "2024-04-09T04:47:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "6f3566afa6"} +{"ts": "2024-04-09T04:20:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "ca53730f15"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ef801b539b4a23ec06eeb18b9588e9153a362e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h08.ndjson @@ -0,0 +1,37 @@ +{"ts": "2024-04-09T08:21:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "f8100b7186"} +{"ts": "2024-04-09T08:55:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "10e9360a06"} +{"ts": "2024-04-09T08:48:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "831c6644ab"} +{"ts": "2024-04-09T08:04:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "96a13210e7"} +{"ts": "2024-04-09T08:07:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "1e33a9e18b"} +{"ts": "2024-04-09T08:49:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "8d62a1a467"} +{"ts": "2024-04-09T08:26:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "d3f06bf3f5"} +{"ts": "2024-04-09T08:52:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "2752dc9721"} +{"ts": "2024-04-09T08:10:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "connection closed", "request_id": "c69d942641"} +{"ts": "2024-04-09T08:15:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "acbbd3ff5e"} +{"ts": "2024-04-09T08:50:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "e1fefd471d"} +{"ts": "2024-04-09T08:19:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "9be428fb85"} +{"ts": "2024-04-09T08:06:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "bc913d0dd2"} +{"ts": "2024-04-09T08:21:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "ea2d4569d1"} +{"ts": "2024-04-09T08:15:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "aff12f832f"} +{"ts": "2024-04-09T08:05:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "bb87ba8b52"} +{"ts": "2024-04-09T08:42:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "e0d04691f7"} +{"ts": "2024-04-09T08:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "652b1cc439"} +{"ts": "2024-04-09T08:18:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "490df24711"} +{"ts": "2024-04-09T08:58:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "5427c5aaf1"} +{"ts": "2024-04-09T08:06:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "896884d3ce"} +{"ts": "2024-04-09T08:26:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "9f1c402b9b"} + +{"ts": "2024-04-09T08:45:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "5d29a3b1ed"} +{"ts": "2024-04-09T08:20:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "7593490091"} +{"ts": "2024-04-09T08:05:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "6a19545ba4"} +{"ts": "2024-04-09T08:14:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "393606f3ce"} + +{"ts": "2024-04-09T08:30:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "3c6e3004e5"} +{"ts": "2024-04-09T08:26:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "a55a5db83b"} +{"ts": "2024-04-09T08:28:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "905fa07808"} +{"ts": "2024-04-09T08:27:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "286db3b204"} +{"ts": "2024-04-09T08:42:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "ff17e0f60c"} +{"ts": "2024-04-09T08:58:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "fb18db7409"} +{"ts": "2024-04-09T08:45:00Z", "service": "inventory-api", "level": "WARN", "msg": "cache hit", "request_id": "c9d877a497"} +{"ts": "2024-04-09T08:47:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "ab1da2f4fb"} +{"ts": "2024-04-09T08:05:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "f6c2c37222"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..cedfe78e6f20d0873c1a31709e5f17ad46f9584e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h12.ndjson @@ -0,0 +1,35 @@ +{"ts": "2024-04-09T12:31:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "99dfa09af9"} +{"ts": "2024-04-09T12:50:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "a64307505b"} +{"ts": "2024-04-09T12:44:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "c203f0458f"} +{"ts": "2024-04-09T12:03:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "1144a08639"} +{"ts": "2024-04-09T12:39:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "e5256ce476"} +{"ts": "2024-04-09T12:51:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "bea55e257f"} +{"ts": "2024-04-09T12:22:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "3f8859ca24"} +{"ts": "2024-04-09T12:03:00Z", "service": "inventory-api", "level": "WARN", "msg": "connection closed", "request_id": "a6849d32e5"} +{"ts": "2024-04-09T12:08:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "ee34979b4d"} +{"ts": "2024-04-09T12:11:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "f0f7d93d65"} +{"ts": "2024-04-09T12:08:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "6bb4446b52"} +{"ts": "2024-04-09T12:42:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "5e0a8834cc"} +{"ts": "2024-04-09T12:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "f0ec69e977"} +{"ts": "2024-04-09T12:21:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "24cf8360e2"} +{"ts": "2024-04-09T12:41:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "56f153bf8f"} +{"ts": "2024-04-09T12:51:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "38a232322a"} +{"ts": "2024-04-09T12:02:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "6be16d6a5f"} +{"ts": "2024-04-09T12:22:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "2c285c53b2"} +{"ts": "2024-04-09T12:27:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "af49912380"} +{"ts": "2024-04-09T12:13:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "89e1f4d585"} +{"ts": "2024-04-09T12:31:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "b1815153bf"} +{"ts": "2024-04-09T12:45:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "bc0af746cd"} +{"ts": "2024-04-09T12:58:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "50cd4e12a6"} +{"ts": "2024-04-09T12:59:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "06105eb3ef"} +{"ts": "2024-04-09T12:46:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "86e94d7141"} + +{"ts": "2024-04-09T12:27:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "ef6ddb7794"} +{"ts": "2024-04-09T12:20:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "4b4c4b7ff7"} +{"ts": "2024-04-09T12:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "b43a392aa2"} +{"ts": "2024-04-09T12:43:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "edde6373e8"} +{"ts": "2024-04-09T12:16:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "281c6d7d68"} +{"ts": "2024-04-09T12:33:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "fa78afabce"} +{"ts": "2024-04-09T12:19:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "70d53d5292"} +{"ts": "2024-04-09T12:15:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "2f7b6252bd"} + diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0560e9af29e62a61a1741c5e03b3f03929a86ab8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h16.ndjson @@ -0,0 +1,30 @@ +{"ts": "2024-04-09T16:36:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "496b6153df"} +{"ts": "2024-04-09T16:35:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "72c51c19c3"} +{"ts": "2024-04-09T16:56:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "459e993af9"} +{"ts": "2024-04-09T16:11:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "b3f4e07f1d"} + +{"ts": "2024-04-09T16:19:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "c41d113a27"} +{"ts": "2024-04-09T16:00:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "1791453401"} +{"ts": "2024-04-09T16:54:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "9061da7cb2"} +{"ts": "2024-04-09T16:30:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "87ec51cf8b"} +{"ts": "2024-04-09T16:56:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "c8e8d4a5c4"} +{"ts": "2024-04-09T16:41:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "dd173acae3"} +{"ts": "2024-04-09T16:49:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "8fda597a4e"} +{"ts": "2024-04-09T16:26:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "2f55aacb83"} +{"ts": "2024-04-09T16:39:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "fdd2419a2e"} +{"ts": "2024-04-09T16:56:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "5966ed351d"} +{"ts": "2024-04-09T16:10:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "bb35911621"} +{"ts": "2024-04-09T16:48:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "8e29774c12"} +{"ts": "2024-04-09T16:27:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "e102de3b4c"} +{"ts": "2024-04-09T16:34:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "71bdde4b36"} +{"ts": "2024-04-09T16:52:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "c5e343cbb2"} +{"ts": "2024-04-09T16:51:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "dff77c2330"} +{"ts": "2024-04-09T16:34:00Z", "service": "inventory-api", "level": "ERROR", "msg": "cache hit", "request_id": "748595f2aa"} +{"ts": "2024-04-09T16:26:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "02a37cd20c"} + +{"ts": "2024-04-09T16:24:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "97c0e13289"} +{"ts": "2024-04-09T16:54:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "ad807275c6"} +{"ts": "2024-04-09T16:53:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "connection closed", "request_id": "a7f1043e2d"} +{"ts": "2024-04-09T16:30:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "0f843c8e6a"} +{"ts": "2024-04-09T16:07:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "upstream 500", "request_id": "b684b8b259"} +{"ts": "2024-04-09T16:13:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "9417eef3fa"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..45caaf470b551ea885863f00b215bd464eb58255 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/inventory-api/h20.ndjson @@ -0,0 +1,30 @@ +{"ts": "2024-04-09T20:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "cd52f26829"} +{"ts": "2024-04-09T20:29:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "77702b7d9b"} +{"ts": "2024-04-09T20:41:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "2e33161718"} +{"ts": "2024-04-09T20:21:00Z", "service": "inventory-api", "level": "WARN", "msg": "upstream 500", "request_id": "2eccff5122"} +{"ts": "2024-04-09T20:47:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "89fe63143a"} +{"ts": "2024-04-09T20:12:00Z", "service": "inventory-api", "level": "ERROR", "msg": "retrying", "request_id": "6180749e17"} +{"ts": "2024-04-09T20:19:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "3cfe365ed0"} + +{"ts": "2024-04-09T20:58:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "3e0776590c"} +{"ts": "2024-04-09T20:49:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "0dda80ea47"} +{"ts": "2024-04-09T20:07:00Z", "service": "inventory-api", "level": "ERROR", "msg": "ok", "request_id": "506db8558f"} + +{"ts": "2024-04-09T20:35:00Z", "service": "inventory-api", "level": "INFO", "msg": "upstream 500", "request_id": "78cdb2a5b8"} +{"ts": "2024-04-09T20:41:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "e6de40502c"} +{"ts": "2024-04-09T20:09:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "3421bd32eb"} +{"ts": "2024-04-09T20:00:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "4c5f66c0b4"} +{"ts": "2024-04-09T20:25:00Z", "service": "inventory-api", "level": "WARN", "msg": "retrying", "request_id": "cc32af8cf5"} +{"ts": "2024-04-09T20:46:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "c3022b89ce"} +{"ts": "2024-04-09T20:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "retrying", "request_id": "16bcb48076"} +{"ts": "2024-04-09T20:32:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "retrying", "request_id": "252f515da5"} +{"ts": "2024-04-09T20:11:00Z", "service": "inventory-api", "level": "INFO", "msg": "cache hit", "request_id": "4ce1e10c47"} +{"ts": "2024-04-09T20:51:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "cache hit", "request_id": "6b8042d3eb"} +{"ts": "2024-04-09T20:13:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "8de2ba7000"} +{"ts": "2024-04-09T20:10:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "3858fb140b"} +{"ts": "2024-04-09T20:56:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "fbbf1cfa26"} +{"ts": "2024-04-09T20:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "connection closed", "request_id": "b85c100f74"} +{"ts": "2024-04-09T20:05:00Z", "service": "inventory-api", "level": "DEBUG", "msg": "ok", "request_id": "47b86f1793"} +{"ts": "2024-04-09T20:34:00Z", "service": "inventory-api", "level": "ERROR", "msg": "connection closed", "request_id": "657cae629e"} +{"ts": "2024-04-09T20:35:00Z", "service": "inventory-api", "level": "ERROR", "msg": "upstream 500", "request_id": "5f17d2dc5d"} +{"ts": "2024-04-09T20:48:00Z", "service": "inventory-api", "level": "INFO", "msg": "ok", "request_id": "711b1f6a4d"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..17bd050fa19875a37654ba44c867a00bb6c1180c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h00.ndjson @@ -0,0 +1,40 @@ + +{"ts": "2024-04-09T00:16:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "11c94f3ee0"} +{"ts": "2024-04-09T00:25:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "b3948e8b9f"} +{"ts": "2024-04-09T00:44:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "upstream 500", "request_id": "0cb8ecb7b7"} +{"ts": "2024-04-09T00:25:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "01c86d26c3"} +{"ts": "2024-04-09T00:02:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "8106d2f99d"} +{"ts": "2024-04-09T00:11:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "b49c739879"} +{"ts": "2024-04-09T00:39:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "3844619152"} +{"ts": "2024-04-09T00:10:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "086abeb224"} +{"ts": "2024-04-09T00:46:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "52d84dddee"} +{"ts": "2024-04-09T00:42:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "25fb5fea6f"} +{"ts": "2024-04-09T00:39:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "1ce87012b9"} +{"ts": "2024-04-09T00:17:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "918577be82"} +{"ts": "2024-04-09T00:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "8ac071f139"} +{"ts": "2024-04-09T00:20:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "ok", "request_id": "457e16bb4c"} +{"ts": "2024-04-09T00:30:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "e07869b337"} +{"ts": "2024-04-09T00:26:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "840db7b107"} +{"ts": "2024-04-09T00:20:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "b8dcc63643"} +{"ts": "2024-04-09T00:18:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "69785073c5"} +{"ts": "2024-04-09T00:34:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "2a00067c00"} +{"ts": "2024-04-09T00:04:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "135c39a71c"} +{"ts": "2024-04-09T00:03:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "04a36bccaf"} +{"ts": "2024-04-09T00:13:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "e8de71f7df"} +{"ts": "2024-04-09T00:23:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "882e341cfe"} +{"ts": "2024-04-09T00:08:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "b67b96c57c"} +{"ts": "2024-04-09T00:23:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "f4c9fabc1d"} +{"ts": "2024-04-09T00:22:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "26e9102ebe"} +{"ts": "2024-04-09T00:42:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "5685f263c2"} +{"ts": "2024-04-09T00:23:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "efe4cc2864"} + +{"ts": "2024-04-09T00:31:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "f8dcf51380"} +{"ts": "2024-04-09T00:55:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "54abc0a51f"} +{"ts": "2024-04-09T00:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "2fdb73c137"} +{"ts": "2024-04-09T00:11:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "6a02b709e4"} +{"ts": "2024-04-09T00:20:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "55686ef97e"} +{"ts": "2024-04-09T00:48:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "98f5d82512"} +{"ts": "2024-04-09T00:54:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "1317edf5ba"} +{"ts": "2024-04-09T00:30:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "6f45a6579f"} +{"ts": "2024-04-09T00:10:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "d79911aac4"} +{"ts": "2024-04-09T00:07:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "cb0c6642af"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..3f90e6ab2d393ccaba53b0f1014b3ecf636c16c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h04.ndjson @@ -0,0 +1,29 @@ +{"ts": "2024-04-09T04:43:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "6dbb57ace3"} +{"ts": "2024-04-09T04:31:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "c21ae71559"} +{"ts": "2024-04-09T04:46:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "fa642fbbb1"} +{"ts": "2024-04-09T04:25:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "5792eaa277"} +{"ts": "2024-04-09T04:08:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "4a033d459d"} +{"ts": "2024-04-09T04:51:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "f216022a5f"} +{"ts": "2024-04-09T04:53:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "0a2a9c6a3b"} +{"ts": "2024-04-09T04:36:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "415ba9bcdc"} +{"ts": "2024-04-09T04:47:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "1a2ec0c1a8"} +{"ts": "2024-04-09T04:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "e6ded71afa"} +{"ts": "2024-04-09T04:15:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "865dcd66d0"} +{"ts": "2024-04-09T04:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "70ec1b8aa7"} +{"ts": "2024-04-09T04:54:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "0fbd3cee51"} +{"ts": "2024-04-09T04:26:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "3191008e46"} + +{"ts": "2024-04-09T04:19:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "f85c53cdea"} +{"ts": "2024-04-09T04:39:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "bb2a7927a8"} +{"ts": "2024-04-09T04:48:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "1cd22cc25e"} +{"ts": "2024-04-09T04:15:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "8a7e83c5b4"} + +{"ts": "2024-04-09T04:42:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "7e38fe2907"} +{"ts": "2024-04-09T04:07:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "c6cd509331"} +{"ts": "2024-04-09T04:21:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "53df5a401b"} +{"ts": "2024-04-09T04:24:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "ec7408226b"} +{"ts": "2024-04-09T04:02:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "2667f931ac"} +{"ts": "2024-04-09T04:37:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "b2737c03e6"} +{"ts": "2024-04-09T04:54:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "f53a59ced2"} +{"ts": "2024-04-09T04:19:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "12f974d9a9"} +{"ts": "2024-04-09T04:19:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "a3565b04c1"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..754cd9e72bc07fbc9eb8655f657573337864bed8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h08.ndjson @@ -0,0 +1,34 @@ +{"ts": "2024-04-09T08:32:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "7f35a5e153"} +{"ts": "2024-04-09T08:16:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "ae357909a7"} +{"ts": "2024-04-09T08:17:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "4b8bf71d6c"} +{"ts": "2024-04-09T08:09:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "b5d0cd0f9d"} +{"ts": "2024-04-09T08:40:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "1f2c770ebd"} +{"ts": "2024-04-09T08:32:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "647905d61a"} + +{"ts": "2024-04-09T08:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "6e5e5f48d8"} +{"ts": "2024-04-09T08:10:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "a22cb77df1"} +{"ts": "2024-04-09T08:24:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "f591e6077e"} + +{"ts": "2024-04-09T08:05:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "75885e1093"} +{"ts": "2024-04-09T08:17:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "713ecf3d82"} +{"ts": "2024-04-09T08:55:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "e6b4a7e824"} +{"ts": "2024-04-09T08:12:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "70a80475a0"} +{"ts": "2024-04-09T08:52:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "bc35ed787e"} +{"ts": "2024-04-09T08:03:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "e73bce96c6"} +{"ts": "2024-04-09T08:18:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "f48c54cfb4"} +{"ts": "2024-04-09T08:30:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "83faf91b76"} +{"ts": "2024-04-09T08:24:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "upstream 500", "request_id": "7d3e47a124"} +{"ts": "2024-04-09T08:20:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "edf0746df3"} +{"ts": "2024-04-09T08:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "9042cbc575"} +{"ts": "2024-04-09T08:12:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "375839a5bb"} +{"ts": "2024-04-09T08:32:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "2c7ab66c43"} +{"ts": "2024-04-09T08:38:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "dc89cbd9bc"} +{"ts": "2024-04-09T08:13:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "5916e36ab0"} +{"ts": "2024-04-09T08:13:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "ae5971023d"} +{"ts": "2024-04-09T08:12:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "64843925ad"} +{"ts": "2024-04-09T08:31:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "8fcab5275a"} +{"ts": "2024-04-09T08:33:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "9f45b05d6e"} +{"ts": "2024-04-09T08:07:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "1e1cf269b7"} +{"ts": "2024-04-09T08:20:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "3f4e19951a"} +{"ts": "2024-04-09T08:02:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "f6175ba948"} +{"ts": "2024-04-09T08:38:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "3d11e406b6"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fbcc4a1c2a902a9dd859ffc2e90d8efa1d62f65e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h12.ndjson @@ -0,0 +1,40 @@ +{"ts": "2024-04-09T12:08:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "c84a492a99"} +{"ts": "2024-04-09T12:24:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "cb5513a51e"} +{"ts": "2024-04-09T12:59:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "ok", "request_id": "856e4649b0"} +{"ts": "2024-04-09T12:04:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "34dbed8e67"} +{"ts": "2024-04-09T12:11:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "ea3f034e8e"} +{"ts": "2024-04-09T12:55:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "1ff8710e85"} + +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "1176de3f0d"} +{"ts": "2024-04-09T12:52:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "c820a9c5f8"} +{"ts": "2024-04-09T12:32:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "00261be242"} +{"ts": "2024-04-09T12:40:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "5d6042837f"} +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "7916c46bd7"} +{"ts": "2024-04-09T12:22:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "458dcaaa15"} +{"ts": "2024-04-09T12:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "e33a4b15d2"} +{"ts": "2024-04-09T12:27:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "6c173cd9f8"} +{"ts": "2024-04-09T12:14:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "5735c9bf8c"} +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "22f06fdf41"} +{"ts": "2024-04-09T12:36:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "acd0ec53db"} +{"ts": "2024-04-09T12:10:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "6b239878e6"} + +{"ts": "2024-04-09T12:19:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "fd7bbfa936"} +{"ts": "2024-04-09T12:15:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "ba5e65b608"} +{"ts": "2024-04-09T12:03:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "b386200edd"} +{"ts": "2024-04-09T12:06:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "91cd741067"} +{"ts": "2024-04-09T12:13:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "e9e3ec95e6"} +{"ts": "2024-04-09T12:03:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "ok", "request_id": "e06bc125f7"} +{"ts": "2024-04-09T12:08:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "c13d29a556"} +{"ts": "2024-04-09T12:26:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "f8f8ffc578"} +{"ts": "2024-04-09T12:06:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "cde19b615c"} +{"ts": "2024-04-09T12:52:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "8050ae56dd"} +{"ts": "2024-04-09T12:37:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "7da7926fb8"} +{"ts": "2024-04-09T12:58:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "71da0f97e1"} +{"ts": "2024-04-09T12:56:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "39ae4924ed"} +{"ts": "2024-04-09T12:25:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "558fbc7631"} +{"ts": "2024-04-09T12:32:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "576fbdee86"} +{"ts": "2024-04-09T12:14:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "39135b1d76"} +{"ts": "2024-04-09T12:52:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "882e8bf201"} +{"ts": "2024-04-09T12:08:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "2538b4125d"} +{"ts": "2024-04-09T12:38:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "3ec6d84de5"} +{"ts": "2024-04-09T12:16:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "99a4bcf45e"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..521ecdf7c56db6aac4ad947e62b7be4f0ce28b53 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h16.ndjson @@ -0,0 +1,33 @@ + +{"ts": "2024-04-09T16:21:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "151e83fe95"} +{"ts": "2024-04-09T16:09:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "60d6304075"} +{"ts": "2024-04-09T16:54:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "8680674c6e"} +{"ts": "2024-04-09T16:46:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "bf6fa2b611"} +{"ts": "2024-04-09T16:55:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "4e3c1d5233"} +{"ts": "2024-04-09T16:46:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "08b6f1de42"} +{"ts": "2024-04-09T16:45:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "999469ec4d"} +{"ts": "2024-04-09T16:25:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "728c0efdab"} +{"ts": "2024-04-09T16:51:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "22a9128635"} +{"ts": "2024-04-09T16:15:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "0ed8d92d4e"} +{"ts": "2024-04-09T16:30:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "ee4c95e138"} +{"ts": "2024-04-09T16:09:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "1550ba6ba4"} +{"ts": "2024-04-09T16:06:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "42cac3b5fb"} +{"ts": "2024-04-09T16:32:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "c0352a4883"} +{"ts": "2024-04-09T16:04:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "92a8afd04a"} +{"ts": "2024-04-09T16:03:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "8a8aac7fc5"} +{"ts": "2024-04-09T16:24:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "71ff0fb91b"} +{"ts": "2024-04-09T16:12:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "af6f67ec54"} +{"ts": "2024-04-09T16:28:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "aa1b9d4446"} + +{"ts": "2024-04-09T16:24:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "ca7483bf2c"} +{"ts": "2024-04-09T16:30:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "connection closed", "request_id": "8db344fb22"} +{"ts": "2024-04-09T16:55:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "30aa0a82d1"} +{"ts": "2024-04-09T16:43:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "07c3bf3ce5"} +{"ts": "2024-04-09T16:02:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "add7c41721"} +{"ts": "2024-04-09T16:09:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "59b02ea9ce"} +{"ts": "2024-04-09T16:28:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "dc7136ea1c"} +{"ts": "2024-04-09T16:18:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "1a19a6cba2"} +{"ts": "2024-04-09T16:14:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "26a7eb14f4"} +{"ts": "2024-04-09T16:07:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "74c9da7c3b"} +{"ts": "2024-04-09T16:05:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "e733a5542d"} +{"ts": "2024-04-09T16:20:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "987df8d8ad"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fb9781978ab056659188deb20bffe5d72207b787 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/notifier-bus/h20.ndjson @@ -0,0 +1,41 @@ +{"ts": "2024-04-09T20:22:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "upstream 500", "request_id": "69a1d65da1"} +{"ts": "2024-04-09T20:31:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "37b91c52c5"} +{"ts": "2024-04-09T20:49:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "87173c1bf0"} +{"ts": "2024-04-09T20:35:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "3a07db753e"} +{"ts": "2024-04-09T20:21:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "ee27e66f31"} +{"ts": "2024-04-09T20:50:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "c803408c14"} +{"ts": "2024-04-09T20:01:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "5a0b92813c"} +{"ts": "2024-04-09T20:31:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "6bc8df5643"} +{"ts": "2024-04-09T20:02:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "bf56536d98"} +{"ts": "2024-04-09T20:56:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "2df107ead6"} +{"ts": "2024-04-09T20:24:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "386034b1cf"} +{"ts": "2024-04-09T20:11:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "d28e7aafe2"} +{"ts": "2024-04-09T20:30:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "a5ee9b2431"} +{"ts": "2024-04-09T20:43:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "1ed61c177a"} +{"ts": "2024-04-09T20:14:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "1b16dfb696"} +{"ts": "2024-04-09T20:34:00Z", "service": "notifier-bus", "level": "INFO", "msg": "upstream 500", "request_id": "cdcba011de"} +{"ts": "2024-04-09T20:22:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "2b131330a9"} +{"ts": "2024-04-09T20:42:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "01d074036c"} +{"ts": "2024-04-09T20:31:00Z", "service": "notifier-bus", "level": "WARN", "msg": "connection closed", "request_id": "60ed79690d"} +{"ts": "2024-04-09T20:50:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "c55261f489"} +{"ts": "2024-04-09T20:44:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "connection closed", "request_id": "0d7659523c"} +{"ts": "2024-04-09T20:36:00Z", "service": "notifier-bus", "level": "INFO", "msg": "retrying", "request_id": "3e74cb5ceb"} +{"ts": "2024-04-09T20:25:00Z", "service": "notifier-bus", "level": "WARN", "msg": "ok", "request_id": "7bac7a4c0b"} +{"ts": "2024-04-09T20:03:00Z", "service": "notifier-bus", "level": "INFO", "msg": "cache hit", "request_id": "e8b83ffef2"} +{"ts": "2024-04-09T20:14:00Z", "service": "notifier-bus", "level": "INFO", "msg": "connection closed", "request_id": "6701290586"} +{"ts": "2024-04-09T20:35:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "88f401dc8f"} +{"ts": "2024-04-09T20:11:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "3ca202a300"} +{"ts": "2024-04-09T20:37:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "92d9997f6c"} +{"ts": "2024-04-09T20:09:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "ok", "request_id": "2a29df57b2"} +{"ts": "2024-04-09T20:42:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "upstream 500", "request_id": "a5e024f40f"} +{"ts": "2024-04-09T20:10:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "retrying", "request_id": "657b1ab9f5"} + +{"ts": "2024-04-09T20:33:00Z", "service": "notifier-bus", "level": "DEBUG", "msg": "cache hit", "request_id": "de0a4ce14e"} +{"ts": "2024-04-09T20:38:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "513c3004b5"} +{"ts": "2024-04-09T20:41:00Z", "service": "notifier-bus", "level": "WARN", "msg": "retrying", "request_id": "ee82329b76"} + +{"ts": "2024-04-09T20:19:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "retrying", "request_id": "7c99a33950"} +{"ts": "2024-04-09T20:41:00Z", "service": "notifier-bus", "level": "ERROR", "msg": "cache hit", "request_id": "73c78b7cb0"} +{"ts": "2024-04-09T20:07:00Z", "service": "notifier-bus", "level": "INFO", "msg": "ok", "request_id": "034b13968d"} +{"ts": "2024-04-09T20:52:00Z", "service": "notifier-bus", "level": "WARN", "msg": "upstream 500", "request_id": "f55d45ba56"} +{"ts": "2024-04-09T20:56:00Z", "service": "notifier-bus", "level": "WARN", "msg": "cache hit", "request_id": "d52b579a22"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e89c033184b8c43fc6a7d332adfdf946af8339b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h00.ndjson @@ -0,0 +1,40 @@ +{"ts": "2024-04-09T00:04:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "aaf0fdf9a9"} +{"ts": "2024-04-09T00:50:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "770eed627c"} +{"ts": "2024-04-09T00:37:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "7982e6db14"} +{"ts": "2024-04-09T00:06:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "891f1ca954"} +{"ts": "2024-04-09T00:48:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "73fdc4eccc"} +{"ts": "2024-04-09T00:44:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "40407205e8"} +{"ts": "2024-04-09T00:03:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "7ada254033"} +{"ts": "2024-04-09T00:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "128c08a454"} +{"ts": "2024-04-09T00:41:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "e80ec5d815"} +{"ts": "2024-04-09T00:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "0cf2814469"} +{"ts": "2024-04-09T00:15:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "e486ea4275"} +{"ts": "2024-04-09T00:18:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "a1e09b6aa6"} +{"ts": "2024-04-09T00:56:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "d23e097ce2"} +{"ts": "2024-04-09T00:40:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "82b4202aab"} +{"ts": "2024-04-09T00:33:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "0d7203edc3"} +{"ts": "2024-04-09T00:52:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "99c8fb3f5f"} +{"ts": "2024-04-09T00:49:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "ab80fef49a"} +{"ts": "2024-04-09T00:08:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "583cb1cd3c"} +{"ts": "2024-04-09T00:31:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "00cf2494c4"} +{"ts": "2024-04-09T00:35:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "339fc15cf7"} +{"ts": "2024-04-09T00:54:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "4e68ef11a9"} +{"ts": "2024-04-09T00:54:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "8b35c31337"} +{"ts": "2024-04-09T00:33:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "adfda69ffd"} +{"ts": "2024-04-09T00:50:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "93de668bed"} +{"ts": "2024-04-09T00:02:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "dd4d06c241"} +{"ts": "2024-04-09T00:19:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "149c4169c2"} +{"ts": "2024-04-09T00:39:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "2c110318b2"} +{"ts": "2024-04-09T00:00:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "958fb05cf4"} +{"ts": "2024-04-09T00:17:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "a9da45536c"} +{"ts": "2024-04-09T00:07:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "0ebcb62fe5"} + +{"ts": "2024-04-09T00:10:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "7da2c27d99"} +{"ts": "2024-04-09T00:06:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "430fc6d91f"} +{"ts": "2024-04-09T00:12:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "6b07ad72e5"} +{"ts": "2024-04-09T00:22:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "67a7e82251"} +{"ts": "2024-04-09T00:51:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "70ddb7ea51"} + +{"ts": "2024-04-09T00:53:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "1c93401cbb"} +{"ts": "2024-04-09T00:27:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "4bdf0593fc"} +{"ts": "2024-04-09T00:46:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "b07d432448"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..119d8bd860be331c7af5ec6f8633370e39fa21d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h04.ndjson @@ -0,0 +1,42 @@ +{"ts": "2024-04-09T04:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "a9abc8e36e"} +{"ts": "2024-04-09T04:05:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "174197be78"} +{"ts": "2024-04-09T04:03:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "ffe524fb49"} +{"ts": "2024-04-09T04:24:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "6e0b3f72b2"} +{"ts": "2024-04-09T04:10:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "837f67fd3b"} +{"ts": "2024-04-09T04:28:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "e7b78e21cd"} +{"ts": "2024-04-09T04:11:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "48647493ce"} +{"ts": "2024-04-09T04:31:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "896aaed14c"} +{"ts": "2024-04-09T04:16:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "0464192e0c"} +{"ts": "2024-04-09T04:57:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "f115587366"} +{"ts": "2024-04-09T04:15:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "22fde29636"} +{"ts": "2024-04-09T04:36:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "336774f5ca"} +{"ts": "2024-04-09T04:50:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "abf849a466"} +{"ts": "2024-04-09T04:54:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "d292c09ba7"} +{"ts": "2024-04-09T04:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "c06ce2c8b0"} +{"ts": "2024-04-09T04:06:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "a454b88708"} +{"ts": "2024-04-09T04:10:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "9af9456c04"} +{"ts": "2024-04-09T04:36:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "9cfe7cdbc2"} +{"ts": "2024-04-09T04:04:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "9197a289de"} +{"ts": "2024-04-09T04:41:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "0e7ce31559"} +{"ts": "2024-04-09T04:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "ab419fa95b"} +{"ts": "2024-04-09T04:18:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "f8f710a42e"} +{"ts": "2024-04-09T04:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "d00b9fb577"} +{"ts": "2024-04-09T04:00:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "d89aa17856"} +{"ts": "2024-04-09T04:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "c9b4ce91c6"} + + +{"ts": "2024-04-09T04:38:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "db25800208"} +{"ts": "2024-04-09T04:01:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "35e036c498"} +{"ts": "2024-04-09T04:48:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "9f450c58ff"} +{"ts": "2024-04-09T04:00:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "f551ec1f57"} +{"ts": "2024-04-09T04:35:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "4d00661856"} +{"ts": "2024-04-09T04:15:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "35156c730b"} +{"ts": "2024-04-09T04:20:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "29ea211ac0"} +{"ts": "2024-04-09T04:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "f438908cf2"} +{"ts": "2024-04-09T04:17:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "d77ec14dd4"} +{"ts": "2024-04-09T04:55:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "8dc140f800"} +{"ts": "2024-04-09T04:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "e801216952"} +{"ts": "2024-04-09T04:49:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "5b5abd9868"} +{"ts": "2024-04-09T04:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "2856421ef3"} +{"ts": "2024-04-09T04:02:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "f3c8354ae8"} +{"ts": "2024-04-09T04:23:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "c7036078ab"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..de16c07c81d78e4b510354874a169a0a1dfdc7b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h08.ndjson @@ -0,0 +1,39 @@ +{"ts": "2024-04-09T08:27:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "a5d6c122f5"} +{"ts": "2024-04-09T08:05:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "e688ca9515"} +{"ts": "2024-04-09T08:45:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "6afe582200"} +{"ts": "2024-04-09T08:03:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "9a47572d8f"} +{"ts": "2024-04-09T08:09:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "1275837cd8"} +{"ts": "2024-04-09T08:10:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7c57252ef3"} +{"ts": "2024-04-09T08:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "bdbf4587f5"} +{"ts": "2024-04-09T08:32:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "5e5136c0cd"} + +{"ts": "2024-04-09T08:00:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "5dc7e459bf"} +{"ts": "2024-04-09T08:16:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "eacaff383b"} + +{"ts": "2024-04-09T08:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "1d7fb0d752"} +{"ts": "2024-04-09T08:21:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "26974e7bca"} +{"ts": "2024-04-09T08:42:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "b3252c7526"} +{"ts": "2024-04-09T08:09:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "846b65ada4"} +{"ts": "2024-04-09T08:20:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "cbd32efcc0"} +{"ts": "2024-04-09T08:03:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "eacd386c68"} +{"ts": "2024-04-09T08:21:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "090dab1eca"} +{"ts": "2024-04-09T08:53:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "46628c78e9"} +{"ts": "2024-04-09T08:50:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "ae8e29234a"} +{"ts": "2024-04-09T08:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "44cf7f4d4c"} +{"ts": "2024-04-09T08:18:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "5bf5781b79"} +{"ts": "2024-04-09T08:01:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "94988b7ce0"} +{"ts": "2024-04-09T08:22:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "377706674a"} +{"ts": "2024-04-09T08:43:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "4fadd149b2"} +{"ts": "2024-04-09T08:57:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "c05ab28390"} +{"ts": "2024-04-09T08:49:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "b7cc3413e5"} +{"ts": "2024-04-09T08:29:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "cf2cfee2e7"} +{"ts": "2024-04-09T08:04:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "b0315e56d4"} +{"ts": "2024-04-09T08:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "e916e4a5a2"} +{"ts": "2024-04-09T08:18:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "9678a87c25"} +{"ts": "2024-04-09T08:56:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7291bb1afc"} +{"ts": "2024-04-09T08:38:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "dce0f2d204"} +{"ts": "2024-04-09T08:08:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "0b6b854c14"} +{"ts": "2024-04-09T08:05:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "abef956481"} +{"ts": "2024-04-09T08:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "c34cb5d2a2"} +{"ts": "2024-04-09T08:31:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "41d7464887"} +{"ts": "2024-04-09T08:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "35cc346220"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..bcb050c758be3a2a0cc2f8ad63591be8e24829a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h12.ndjson @@ -0,0 +1,41 @@ +{"ts": "2024-04-09T12:02:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "124ef02bd7"} +{"ts": "2024-04-09T12:11:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "9cead27699"} +{"ts": "2024-04-09T12:02:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "5a6269de10"} +{"ts": "2024-04-09T12:01:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "34f533e027"} +{"ts": "2024-04-09T12:27:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "7f408404a7"} +{"ts": "2024-04-09T12:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "254f32e2ee"} +{"ts": "2024-04-09T12:53:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "385c5502bd"} +{"ts": "2024-04-09T12:36:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "9fa434dcce"} +{"ts": "2024-04-09T12:35:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "caa24f41c8"} +{"ts": "2024-04-09T12:13:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "1b781b5a9f"} +{"ts": "2024-04-09T12:01:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "b1bf5a40dc"} +{"ts": "2024-04-09T12:57:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "146d8091c0"} +{"ts": "2024-04-09T12:25:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "5bb68e0a77"} +{"ts": "2024-04-09T12:43:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "abdbe8ddd5"} +{"ts": "2024-04-09T12:52:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "6dde587a19"} +{"ts": "2024-04-09T12:12:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "60571ea3f4"} +{"ts": "2024-04-09T12:26:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "32cd14f039"} +{"ts": "2024-04-09T12:45:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "ee4dcedd25"} +{"ts": "2024-04-09T12:52:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "f5f45fb494"} +{"ts": "2024-04-09T12:14:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "e84f476236"} +{"ts": "2024-04-09T12:59:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "3d7c941d5a"} +{"ts": "2024-04-09T12:20:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "4acce0090f"} +{"ts": "2024-04-09T12:47:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "2a01c572a9"} +{"ts": "2024-04-09T12:09:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "aa3c919f1a"} +{"ts": "2024-04-09T12:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "7880512420"} +{"ts": "2024-04-09T12:55:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "8af7157f17"} + +{"ts": "2024-04-09T12:32:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "6e0a22c0fd"} +{"ts": "2024-04-09T12:22:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "a1a80768a1"} +{"ts": "2024-04-09T12:14:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "eb67e1f537"} +{"ts": "2024-04-09T12:56:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "23c40217b8"} +{"ts": "2024-04-09T12:32:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "7cd60e62e2"} +{"ts": "2024-04-09T12:17:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "3870387af1"} +{"ts": "2024-04-09T12:14:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "70ba7cfa5c"} +{"ts": "2024-04-09T12:12:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "c48ee8acf2"} + +{"ts": "2024-04-09T12:45:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "d860abb429"} +{"ts": "2024-04-09T12:43:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "b5d37451d2"} +{"ts": "2024-04-09T12:22:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "2bde518473"} +{"ts": "2024-04-09T12:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "aa59566290"} +{"ts": "2024-04-09T12:20:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "860e3ee487"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..27ba6584f7a6aa60d64ad9532bfcdd06dc8d81ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h16.ndjson @@ -0,0 +1,31 @@ +{"ts": "2024-04-09T16:09:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "4a0a4fc9b2"} +{"ts": "2024-04-09T16:44:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "66ee16939f"} +{"ts": "2024-04-09T16:15:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "a43f0a992f"} +{"ts": "2024-04-09T16:01:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "d33c2450e2"} +{"ts": "2024-04-09T16:22:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7da952720d"} +{"ts": "2024-04-09T16:02:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "connection closed", "request_id": "82fbc62e18"} +{"ts": "2024-04-09T16:05:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "e9d394a1fb"} +{"ts": "2024-04-09T16:52:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "2213d623cf"} + +{"ts": "2024-04-09T16:09:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "305d375b08"} +{"ts": "2024-04-09T16:53:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "b92fec2414"} +{"ts": "2024-04-09T16:37:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "24df5a255a"} +{"ts": "2024-04-09T16:12:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "cache hit", "request_id": "2d45655404"} +{"ts": "2024-04-09T16:38:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "a521789208"} +{"ts": "2024-04-09T16:22:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "9c29408d42"} +{"ts": "2024-04-09T16:10:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "bd1af36094"} +{"ts": "2024-04-09T16:06:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "e683c198a8"} + +{"ts": "2024-04-09T16:28:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "d7a691b30c"} +{"ts": "2024-04-09T16:17:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "9bdb314783"} +{"ts": "2024-04-09T16:21:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "5650b546ab"} +{"ts": "2024-04-09T16:21:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "2120874f45"} +{"ts": "2024-04-09T16:49:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "840f8b5643"} +{"ts": "2024-04-09T16:59:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "bb4c345f7f"} +{"ts": "2024-04-09T16:58:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "ok", "request_id": "acd9ddb708"} +{"ts": "2024-04-09T16:36:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "d9c269895a"} +{"ts": "2024-04-09T16:54:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "upstream 500", "request_id": "725bca07e1"} +{"ts": "2024-04-09T16:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "1a80d8e416"} +{"ts": "2024-04-09T16:52:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "15d6286432"} +{"ts": "2024-04-09T16:19:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "5abceb85f6"} +{"ts": "2024-04-09T16:13:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "efbb8e4096"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..57ff76397c3ff75fdfcb6cc260cf33b3a5602ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/payment-gateway/h20.ndjson @@ -0,0 +1,27 @@ +{"ts": "2024-04-09T20:25:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "337fdaa4d5"} +{"ts": "2024-04-09T20:40:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "cd0a041f6c"} + +{"ts": "2024-04-09T20:23:00Z", "service": "payment-gateway", "level": "INFO", "msg": "upstream 500", "request_id": "4092cb5e5d"} +{"ts": "2024-04-09T20:47:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "fe68a8a32b"} +{"ts": "2024-04-09T20:59:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "retrying", "request_id": "50e35baca2"} +{"ts": "2024-04-09T20:48:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "34bd96501f"} +{"ts": "2024-04-09T20:39:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "cache hit", "request_id": "452231dbeb"} +{"ts": "2024-04-09T20:16:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "upstream 500", "request_id": "3ab11366af"} +{"ts": "2024-04-09T20:34:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "fa55af696c"} +{"ts": "2024-04-09T20:40:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "17d9b003f5"} +{"ts": "2024-04-09T20:26:00Z", "service": "payment-gateway", "level": "WARN", "msg": "connection closed", "request_id": "9049d32599"} +{"ts": "2024-04-09T20:12:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "b50c03ea0d"} +{"ts": "2024-04-09T20:05:00Z", "service": "payment-gateway", "level": "INFO", "msg": "connection closed", "request_id": "9a4b74b89c"} +{"ts": "2024-04-09T20:38:00Z", "service": "payment-gateway", "level": "INFO", "msg": "ok", "request_id": "7661722525"} +{"ts": "2024-04-09T20:53:00Z", "service": "payment-gateway", "level": "WARN", "msg": "cache hit", "request_id": "ea5a4b21ce"} +{"ts": "2024-04-09T20:49:00Z", "service": "payment-gateway", "level": "DEBUG", "msg": "ok", "request_id": "be34d33871"} +{"ts": "2024-04-09T20:02:00Z", "service": "payment-gateway", "level": "WARN", "msg": "ok", "request_id": "d693e09e5f"} +{"ts": "2024-04-09T20:32:00Z", "service": "payment-gateway", "level": "INFO", "msg": "retrying", "request_id": "1abddcfbd0"} + +{"ts": "2024-04-09T20:13:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "connection closed", "request_id": "c5ea9ecac6"} +{"ts": "2024-04-09T20:52:00Z", "service": "payment-gateway", "level": "WARN", "msg": "retrying", "request_id": "41a7dd68ee"} +{"ts": "2024-04-09T20:08:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "e3bbf199e9"} +{"ts": "2024-04-09T20:06:00Z", "service": "payment-gateway", "level": "WARN", "msg": "upstream 500", "request_id": "6c2f994b23"} +{"ts": "2024-04-09T20:32:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "4b4116f7a9"} +{"ts": "2024-04-09T20:14:00Z", "service": "payment-gateway", "level": "INFO", "msg": "cache hit", "request_id": "d8a2856d57"} +{"ts": "2024-04-09T20:50:00Z", "service": "payment-gateway", "level": "ERROR", "msg": "retrying", "request_id": "699894b249"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h00.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h00.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e9cf95705613f2ea635322dfc6a975307fa7d18b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h00.ndjson @@ -0,0 +1,37 @@ +{"ts": "2024-04-09T00:54:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "f47d1721b8"} +{"ts": "2024-04-09T00:54:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "8969d26db3"} +{"ts": "2024-04-09T00:00:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "dc73abec08"} + +{"ts": "2024-04-09T00:04:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "696b8a00ef"} +{"ts": "2024-04-09T00:04:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "1635da8bfe"} +{"ts": "2024-04-09T00:52:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "5b08452368"} +{"ts": "2024-04-09T00:35:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "9863828c90"} +{"ts": "2024-04-09T00:57:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "28bd09890b"} +{"ts": "2024-04-09T00:11:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "4fce8c3c61"} +{"ts": "2024-04-09T00:10:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "2ed0ccad6e"} +{"ts": "2024-04-09T00:19:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "544eca2d5d"} +{"ts": "2024-04-09T00:23:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "0b02965bc9"} +{"ts": "2024-04-09T00:19:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "dac15fc86e"} +{"ts": "2024-04-09T00:20:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "288c8f8f80"} +{"ts": "2024-04-09T00:31:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "60d5c9c95d"} +{"ts": "2024-04-09T00:33:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "0d54343f3c"} +{"ts": "2024-04-09T00:36:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "b317ea18a6"} +{"ts": "2024-04-09T00:49:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "e096af6e5a"} +{"ts": "2024-04-09T00:39:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "eef929c653"} +{"ts": "2024-04-09T00:50:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "0d00d28105"} +{"ts": "2024-04-09T00:41:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "9e5a9d33ae"} +{"ts": "2024-04-09T00:48:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "be007c95b2"} +{"ts": "2024-04-09T00:05:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "f84e708d0d"} +{"ts": "2024-04-09T00:56:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "08c6efbb38"} +{"ts": "2024-04-09T00:15:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "51bb3170cf"} +{"ts": "2024-04-09T00:52:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "464ee6c66c"} +{"ts": "2024-04-09T00:32:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "6550f991bb"} +{"ts": "2024-04-09T00:49:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "b0be7dfb15"} +{"ts": "2024-04-09T00:43:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "7d8718e1f2"} +{"ts": "2024-04-09T00:13:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "8bcd146c82"} +{"ts": "2024-04-09T00:43:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "70dbd02d84"} +{"ts": "2024-04-09T00:18:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "00652c73e5"} + +{"ts": "2024-04-09T00:19:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "dff4b04b4a"} +{"ts": "2024-04-09T00:53:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "d3af6ecce8"} +{"ts": "2024-04-09T00:24:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "abbf9195b7"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h04.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h04.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ab3df72d7c502dedfe0d7ca18821a447d22b0691 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h04.ndjson @@ -0,0 +1,38 @@ +{"ts": "2024-04-09T04:37:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "0ad86af8d6"} +{"ts": "2024-04-09T04:29:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "cc84f9705e"} +{"ts": "2024-04-09T04:03:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "2032d99e56"} +{"ts": "2024-04-09T04:54:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "5deed32588"} +{"ts": "2024-04-09T04:22:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "b4579ae149"} +{"ts": "2024-04-09T04:32:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "e8cf4b203e"} +{"ts": "2024-04-09T04:42:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "260a95c78c"} +{"ts": "2024-04-09T04:32:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "1e70e713d1"} +{"ts": "2024-04-09T04:23:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "77f9f90d18"} +{"ts": "2024-04-09T04:39:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "55c53bdbf7"} +{"ts": "2024-04-09T04:35:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "6b6058c300"} +{"ts": "2024-04-09T04:21:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "38f5091010"} +{"ts": "2024-04-09T04:00:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "560929f801"} +{"ts": "2024-04-09T04:40:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "ffd5b38ee2"} +{"ts": "2024-04-09T04:32:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "19f9426465"} + + +{"ts": "2024-04-09T04:07:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "846261b592"} +{"ts": "2024-04-09T04:36:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "9b2668edb6"} +{"ts": "2024-04-09T04:28:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "73411bb686"} +{"ts": "2024-04-09T04:29:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "bf683948b4"} +{"ts": "2024-04-09T04:04:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "4dae47a685"} +{"ts": "2024-04-09T04:45:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "934c6011e3"} +{"ts": "2024-04-09T04:35:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "3656906ab8"} +{"ts": "2024-04-09T04:30:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "e7290b8247"} +{"ts": "2024-04-09T04:26:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "af9ac948c9"} +{"ts": "2024-04-09T04:20:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "8cb6486e4b"} +{"ts": "2024-04-09T04:24:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "4076061546"} +{"ts": "2024-04-09T04:40:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "52151d9c65"} +{"ts": "2024-04-09T04:06:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "19cc20322f"} +{"ts": "2024-04-09T04:36:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ea8dac7ce2"} +{"ts": "2024-04-09T04:06:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "5f194f8cad"} +{"ts": "2024-04-09T04:24:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "34c5da5a15"} +{"ts": "2024-04-09T04:00:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "a1cd908ead"} +{"ts": "2024-04-09T04:20:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "68f808b065"} +{"ts": "2024-04-09T04:25:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "25f83dbd06"} +{"ts": "2024-04-09T04:20:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "ee1c6baaa2"} +{"ts": "2024-04-09T04:59:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "a1b9b277bc"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h08.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h08.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..839e60ae0ef226a22ea54face48643e708ecc56e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h08.ndjson @@ -0,0 +1,31 @@ +{"ts": "2024-04-09T08:09:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "2466b6e9d6"} +{"ts": "2024-04-09T08:31:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "240de4b18c"} +{"ts": "2024-04-09T08:58:00Z", "service": "session-store", "level": "WARN", "msg": "cache hit", "request_id": "8c8b522fe4"} +{"ts": "2024-04-09T08:35:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "dafcb413a5"} +{"ts": "2024-04-09T08:09:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "bb3fc1f568"} +{"ts": "2024-04-09T08:58:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "df3e1690db"} +{"ts": "2024-04-09T08:22:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "3a0fbc6cc0"} +{"ts": "2024-04-09T08:21:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "c943d5e172"} +{"ts": "2024-04-09T08:58:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "61640feecc"} +{"ts": "2024-04-09T08:46:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "bd3fdabd74"} +{"ts": "2024-04-09T08:45:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "4a44acb501"} +{"ts": "2024-04-09T08:34:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "7ddfe6b267"} +{"ts": "2024-04-09T08:29:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "7bcae758d8"} +{"ts": "2024-04-09T08:47:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "d083a292e5"} +{"ts": "2024-04-09T08:20:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "539b5f37d6"} +{"ts": "2024-04-09T08:15:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "55feb26f78"} + + +{"ts": "2024-04-09T08:10:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "7eea2a8ab6"} +{"ts": "2024-04-09T08:18:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "01dadc633a"} +{"ts": "2024-04-09T08:52:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ab9df1e52c"} +{"ts": "2024-04-09T08:07:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "e4b74d13be"} +{"ts": "2024-04-09T08:33:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "8897d98c02"} +{"ts": "2024-04-09T08:42:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ca8f0dc77b"} +{"ts": "2024-04-09T08:31:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "40f3ae5b55"} +{"ts": "2024-04-09T08:19:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "6f95798ece"} +{"ts": "2024-04-09T08:31:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "9c756db5f5"} +{"ts": "2024-04-09T08:04:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "e4327500bf"} +{"ts": "2024-04-09T08:14:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "57f057d2fc"} +{"ts": "2024-04-09T08:26:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "c7051a9041"} +{"ts": "2024-04-09T08:30:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "6adad4ceca"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h12.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h12.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..1e1199f470a7cbd2d187a68d79b39c77317b2330 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h12.ndjson @@ -0,0 +1,34 @@ +{"ts": "2024-04-09T12:27:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "7c1c9e08da"} +{"ts": "2024-04-09T12:30:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "0fc918799e"} +{"ts": "2024-04-09T12:03:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "4a6a9621e0"} + +{"ts": "2024-04-09T12:41:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "f87d1eb8e2"} +{"ts": "2024-04-09T12:41:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "2e7c10dd27"} + +{"ts": "2024-04-09T12:32:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "03ecca5173"} +{"ts": "2024-04-09T12:34:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "7bc5c777c8"} +{"ts": "2024-04-09T12:17:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "11d8e84724"} +{"ts": "2024-04-09T12:29:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "7692223893"} +{"ts": "2024-04-09T12:26:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "8be0e2ec11"} +{"ts": "2024-04-09T12:15:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "ff9c7b4190"} +{"ts": "2024-04-09T12:28:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "bce0fb326d"} +{"ts": "2024-04-09T12:05:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "53fc1164fe"} +{"ts": "2024-04-09T12:10:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "55bb013b94"} +{"ts": "2024-04-09T12:10:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "1d91ee0ac1"} +{"ts": "2024-04-09T12:07:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "938ddc704c"} +{"ts": "2024-04-09T12:55:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "788b795659"} +{"ts": "2024-04-09T12:13:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "a4a45567e2"} +{"ts": "2024-04-09T12:51:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "6a6df5affc"} +{"ts": "2024-04-09T12:30:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "c054254add"} +{"ts": "2024-04-09T12:35:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "3c434b5b8e"} +{"ts": "2024-04-09T12:44:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "c1df7816bb"} +{"ts": "2024-04-09T12:05:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "501fbcc267"} +{"ts": "2024-04-09T12:09:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "6ea270a715"} +{"ts": "2024-04-09T12:12:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "e48ff17b08"} +{"ts": "2024-04-09T12:10:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "cdcc097305"} +{"ts": "2024-04-09T12:09:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "4ea1808e99"} +{"ts": "2024-04-09T12:23:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "d89232dc2e"} +{"ts": "2024-04-09T12:46:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "c8a543d5b6"} +{"ts": "2024-04-09T12:28:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "d582c40fb0"} +{"ts": "2024-04-09T12:44:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "834457ac03"} +{"ts": "2024-04-09T12:07:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "97b9dd2789"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h16.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h16.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0386276a9088641f25cf05d25318c2e542bc335f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h16.ndjson @@ -0,0 +1,29 @@ +{"ts": "2024-04-09T16:23:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "c63f38b309"} +{"ts": "2024-04-09T16:56:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "23ea1a11e8"} +{"ts": "2024-04-09T16:36:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "43a410c2ba"} +{"ts": "2024-04-09T16:20:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "3c6ad9c33b"} +{"ts": "2024-04-09T16:06:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "83dbf199af"} + +{"ts": "2024-04-09T16:52:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "3104365f48"} +{"ts": "2024-04-09T16:48:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "a15b4560de"} +{"ts": "2024-04-09T16:06:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "4638d1e088"} +{"ts": "2024-04-09T16:11:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "ee30f90f90"} + +{"ts": "2024-04-09T16:54:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "b90262c9d9"} +{"ts": "2024-04-09T16:00:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "f7bde731f2"} +{"ts": "2024-04-09T16:15:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "4fddd722d8"} +{"ts": "2024-04-09T16:58:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "b71c0b69cb"} +{"ts": "2024-04-09T16:21:00Z", "service": "session-store", "level": "WARN", "msg": "cache hit", "request_id": "1ef73b046f"} +{"ts": "2024-04-09T16:13:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "29dc8dab09"} +{"ts": "2024-04-09T16:27:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "0345be5382"} +{"ts": "2024-04-09T16:44:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "665ff4aadb"} +{"ts": "2024-04-09T16:21:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "887015493f"} +{"ts": "2024-04-09T16:05:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "33a4a9309a"} +{"ts": "2024-04-09T16:00:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "4f4d054e03"} +{"ts": "2024-04-09T16:23:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "b28670df6f"} +{"ts": "2024-04-09T16:49:00Z", "service": "session-store", "level": "WARN", "msg": "retrying", "request_id": "2a5bfc586d"} +{"ts": "2024-04-09T16:17:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "efeaeb75ab"} +{"ts": "2024-04-09T16:41:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "d4b6db032a"} +{"ts": "2024-04-09T16:46:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "803560097d"} +{"ts": "2024-04-09T16:02:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "84dea2da6d"} +{"ts": "2024-04-09T16:36:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "e1207d61b6"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h20.ndjson b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h20.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..49219d08932caafee068d67c30ab5b98bf31089b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/telemetry/events/session-store/h20.ndjson @@ -0,0 +1,42 @@ +{"ts": "2024-04-09T20:21:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "b1f8bfe4bf"} +{"ts": "2024-04-09T20:22:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "6c76cdddec"} +{"ts": "2024-04-09T20:38:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "de07752e2d"} +{"ts": "2024-04-09T20:15:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "4905dd84aa"} +{"ts": "2024-04-09T20:00:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "8c1e783813"} +{"ts": "2024-04-09T20:52:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "3ed1e9b967"} +{"ts": "2024-04-09T20:41:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "f6a0fe5642"} +{"ts": "2024-04-09T20:11:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "f799651736"} +{"ts": "2024-04-09T20:57:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "252a96622d"} +{"ts": "2024-04-09T20:07:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "3fb8ecf5dd"} +{"ts": "2024-04-09T20:37:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "edfecc30d1"} +{"ts": "2024-04-09T20:30:00Z", "service": "session-store", "level": "ERROR", "msg": "cache hit", "request_id": "43350a33d3"} +{"ts": "2024-04-09T20:22:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "05461b948f"} +{"ts": "2024-04-09T20:08:00Z", "service": "session-store", "level": "WARN", "msg": "ok", "request_id": "97872ea014"} +{"ts": "2024-04-09T20:35:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "da5b6b7f53"} +{"ts": "2024-04-09T20:45:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "3733bda27d"} +{"ts": "2024-04-09T20:48:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "a9314c8e9c"} +{"ts": "2024-04-09T20:41:00Z", "service": "session-store", "level": "DEBUG", "msg": "connection closed", "request_id": "3cc9fc9ba1"} +{"ts": "2024-04-09T20:33:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "27d29030cc"} +{"ts": "2024-04-09T20:52:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "578ec5e00b"} +{"ts": "2024-04-09T20:12:00Z", "service": "session-store", "level": "WARN", "msg": "upstream 500", "request_id": "c3ce1886f3"} +{"ts": "2024-04-09T20:36:00Z", "service": "session-store", "level": "ERROR", "msg": "retrying", "request_id": "6be904b527"} +{"ts": "2024-04-09T20:53:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "63ded8d6c8"} +{"ts": "2024-04-09T20:45:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "fe6dc09cb7"} + +{"ts": "2024-04-09T20:29:00Z", "service": "session-store", "level": "INFO", "msg": "cache hit", "request_id": "d409e92b20"} +{"ts": "2024-04-09T20:09:00Z", "service": "session-store", "level": "WARN", "msg": "connection closed", "request_id": "05d8512b19"} +{"ts": "2024-04-09T20:18:00Z", "service": "session-store", "level": "ERROR", "msg": "ok", "request_id": "efdbcf827a"} +{"ts": "2024-04-09T20:42:00Z", "service": "session-store", "level": "DEBUG", "msg": "cache hit", "request_id": "26d53e0818"} +{"ts": "2024-04-09T20:15:00Z", "service": "session-store", "level": "DEBUG", "msg": "retrying", "request_id": "da1b30d1ed"} +{"ts": "2024-04-09T20:37:00Z", "service": "session-store", "level": "DEBUG", "msg": "ok", "request_id": "d8eb031226"} +{"ts": "2024-04-09T20:57:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "825b3f9441"} +{"ts": "2024-04-09T20:20:00Z", "service": "session-store", "level": "DEBUG", "msg": "upstream 500", "request_id": "e3a310685a"} +{"ts": "2024-04-09T20:34:00Z", "service": "session-store", "level": "INFO", "msg": "upstream 500", "request_id": "7afed3647a"} + +{"ts": "2024-04-09T20:06:00Z", "service": "session-store", "level": "WARN", "msg": "cache hit", "request_id": "22434d6236"} +{"ts": "2024-04-09T20:21:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "5d472c128f"} +{"ts": "2024-04-09T20:10:00Z", "service": "session-store", "level": "ERROR", "msg": "connection closed", "request_id": "f7faf3793f"} +{"ts": "2024-04-09T20:56:00Z", "service": "session-store", "level": "ERROR", "msg": "upstream 500", "request_id": "208c077812"} +{"ts": "2024-04-09T20:11:00Z", "service": "session-store", "level": "INFO", "msg": "retrying", "request_id": "79367572d6"} +{"ts": "2024-04-09T20:11:00Z", "service": "session-store", "level": "INFO", "msg": "ok", "request_id": "0ce19b21e6"} +{"ts": "2024-04-09T20:06:00Z", "service": "session-store", "level": "INFO", "msg": "connection closed", "request_id": "815262d73b"} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ed08f8962/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-02.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-02.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..7bcb6d0673752d8ca6818ada901b1296ad51bdb7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-02.pkglist @@ -0,0 +1,12 @@ +musl-5.8.11-r8 + +nginx-1.6.24-r0 +bash-2.4.10-r8 +busybox-3.17.35-r8 +ca-certificates-5.3.11-r1 + +postgresql-client-4.13.35-r7 +zlib-3.21.36-r2 +wget-3.28.33-r4 +redis-4.26.17-r7 +git-1.25.11-r2 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-03.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-03.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..aee4d0e5a18861edc7ce1e2dddbb367e7d8d8922 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-03.pkglist @@ -0,0 +1,12 @@ +nodejs-1.26.18-r8 +wget-1.25.21-r3 +curl-5.24.24-r9 + +ca-certificates-2.24.11-r2 + +redis-4.24.24-r0 +bash-5.28.27-r0 +libffi-1.18.41-r6 +openssl-3.11.29-r4 +musl-5.23.42-r0 +git-4.17.41-r7 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-06.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-06.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..ca8e8822589c24ab270c90333638ccc1d23707c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/api-06.pkglist @@ -0,0 +1,12 @@ +libstdc-4.21.33-r6 +musl-1.8.44-r5 + +ca-certificates-5.29.38-r6 + +curl-1.13.26-r7 +nodejs-4.21.18-r0 +openssl-5.29.38-r5 +bash-2.2.3-r7 +git-5.17.25-r4 +nginx-3.14.20-r9 +python3-3.17.34-r0 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/edge-01.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/edge-01.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..67c8c9fa34331dd656fbe2da2427f83fd86e0777 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/edge-01.pkglist @@ -0,0 +1,12 @@ +python3-4.1.8-r1 +libstdc-1.0.13-r1 +bash-5.18.36-r2 +busybox-5.17.48-r2 +ncurses-4.26.11-r7 +postgresql-client-5.20.15-r8 +curl-3.11.26-r7 +zlib-1.5.7-r7 + +musl-1.12.11-r2 +libffi-4.16.31-r1 + diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/edge-07.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/edge-07.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..fc46ecacf09341a26aa77c0260deefd6a70c091b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/edge-07.pkglist @@ -0,0 +1,12 @@ + +libstdc-5.1.3-r3 +zlib-5.13.34-r3 +redis-5.4.0-r1 +ncurses-1.22.43-r8 +busybox-2.22.39-r4 +wget-1.2.21-r3 +nginx-3.11.40-r4 +nodejs-2.27.36-r7 + +curl-4.10.45-r1 +libffi-3.4.14-r1 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-01.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-01.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..9a0be5e3ba64c030beb2e19dff43b43c453ec013 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-01.pkglist @@ -0,0 +1,12 @@ +nginx-1.19.17-r7 + +nodejs-5.11.6-r9 + +postgresql-client-4.8.5-r7 +libffi-5.28.2-r2 +python3-1.21.19-r8 +redis-4.9.42-r4 +ca-certificates-1.19.14-r7 +wget-2.3.31-r9 +curl-4.24.43-r7 +musl-4.10.29-r1 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-04.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-04.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..87e605d141d845e4295dd28268c4a35aa49d6380 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-04.pkglist @@ -0,0 +1,12 @@ +openssl-5.13.21-r3 +nodejs-2.10.48-r7 + +redis-5.1.27-r3 +ncurses-2.29.25-r8 +nginx-1.16.21-r8 +musl-3.21.7-r3 +bash-3.7.33-r6 +curl-5.4.27-r0 +git-2.26.10-r6 +postgresql-client-2.23.27-r6 + diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-06.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-06.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..1fee05540c30c7ac345cafb04d8ac67ec4cd885a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/web-06.pkglist @@ -0,0 +1,12 @@ + + +ncurses-5.27.37-r1 +nginx-4.3.30-r1 +postgresql-client-3.23.4-r3 +curl-3.16.17-r1 +libstdc-5.20.12-r2 +zlib-2.13.17-r2 +wget-4.9.33-r9 +python3-1.13.41-r0 +ca-certificates-2.28.13-r2 +bash-3.19.13-r8 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-02.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-02.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..64e691dd9444335cd724a5bfacf98a27526b6a50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-02.pkglist @@ -0,0 +1,12 @@ +openssl-1.19.39-r8 +wget-3.25.9-r9 + +redis-2.16.6-r4 +ncurses-4.1.17-r1 +ca-certificates-1.30.6-r1 +python3-4.28.29-r6 +git-2.10.40-r2 +libstdc-3.11.30-r5 +zlib-5.21.26-r0 + +nodejs-5.6.10-r5 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-04.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-04.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..a4fc2bce85b2d542f97ddfed5f090b6e5b611ddc --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-04.pkglist @@ -0,0 +1,12 @@ +redis-5.20.11-r0 +git-4.2.47-r6 +ncurses-4.26.38-r6 +libffi-4.9.24-r8 +postgresql-client-2.7.43-r5 + +wget-2.0.10-r8 + +ca-certificates-1.17.33-r5 +nginx-2.0.13-r5 +busybox-5.26.32-r9 +zlib-3.30.33-r3 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-06.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-06.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..8e544124042182c7641274fe185667050c9d96ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-06.pkglist @@ -0,0 +1,12 @@ +busybox-1.1.3-r7 +wget-5.28.4-r5 +git-4.13.7-r9 +zlib-3.6.14-r3 +python3-3.30.4-r3 +ca-certificates-1.14.35-r1 +ncurses-3.0.33-r4 + + +openssl-1.10.6-r8 +libffi-3.10.5-r1 +musl-1.28.25-r4 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-07.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-07.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..c8602e1178f884a586ea1f052a3f249b81e05993 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/inventory/worker-07.pkglist @@ -0,0 +1,12 @@ +nodejs-1.24.26-r0 + +bash-1.10.48-r2 +python3-4.0.46-r6 +nginx-5.9.45-r8 + +openssl-5.6.35-r4 +postgresql-client-3.28.4-r1 +libffi-3.7.47-r5 +ca-certificates-2.0.39-r2 +curl-3.29.48-r8 +redis-3.1.19-r4 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-02.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-02.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..7bcb6d0673752d8ca6818ada901b1296ad51bdb7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-02.pkglist @@ -0,0 +1,12 @@ +musl-5.8.11-r8 + +nginx-1.6.24-r0 +bash-2.4.10-r8 +busybox-3.17.35-r8 +ca-certificates-5.3.11-r1 + +postgresql-client-4.13.35-r7 +zlib-3.21.36-r2 +wget-3.28.33-r4 +redis-4.26.17-r7 +git-1.25.11-r2 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-03.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-03.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..aee4d0e5a18861edc7ce1e2dddbb367e7d8d8922 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-03.pkglist @@ -0,0 +1,12 @@ +nodejs-1.26.18-r8 +wget-1.25.21-r3 +curl-5.24.24-r9 + +ca-certificates-2.24.11-r2 + +redis-4.24.24-r0 +bash-5.28.27-r0 +libffi-1.18.41-r6 +openssl-3.11.29-r4 +musl-5.23.42-r0 +git-4.17.41-r7 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-06.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-06.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..ca8e8822589c24ab270c90333638ccc1d23707c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/api-06.pkglist @@ -0,0 +1,12 @@ +libstdc-4.21.33-r6 +musl-1.8.44-r5 + +ca-certificates-5.29.38-r6 + +curl-1.13.26-r7 +nodejs-4.21.18-r0 +openssl-5.29.38-r5 +bash-2.2.3-r7 +git-5.17.25-r4 +nginx-3.14.20-r9 +python3-3.17.34-r0 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/edge-01.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/edge-01.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..67c8c9fa34331dd656fbe2da2427f83fd86e0777 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/edge-01.pkglist @@ -0,0 +1,12 @@ +python3-4.1.8-r1 +libstdc-1.0.13-r1 +bash-5.18.36-r2 +busybox-5.17.48-r2 +ncurses-4.26.11-r7 +postgresql-client-5.20.15-r8 +curl-3.11.26-r7 +zlib-1.5.7-r7 + +musl-1.12.11-r2 +libffi-4.16.31-r1 + diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/edge-07.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/edge-07.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..fc46ecacf09341a26aa77c0260deefd6a70c091b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/edge-07.pkglist @@ -0,0 +1,12 @@ + +libstdc-5.1.3-r3 +zlib-5.13.34-r3 +redis-5.4.0-r1 +ncurses-1.22.43-r8 +busybox-2.22.39-r4 +wget-1.2.21-r3 +nginx-3.11.40-r4 +nodejs-2.27.36-r7 + +curl-4.10.45-r1 +libffi-3.4.14-r1 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-01.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-01.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..9a0be5e3ba64c030beb2e19dff43b43c453ec013 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-01.pkglist @@ -0,0 +1,12 @@ +nginx-1.19.17-r7 + +nodejs-5.11.6-r9 + +postgresql-client-4.8.5-r7 +libffi-5.28.2-r2 +python3-1.21.19-r8 +redis-4.9.42-r4 +ca-certificates-1.19.14-r7 +wget-2.3.31-r9 +curl-4.24.43-r7 +musl-4.10.29-r1 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-04.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-04.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..87e605d141d845e4295dd28268c4a35aa49d6380 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-04.pkglist @@ -0,0 +1,12 @@ +openssl-5.13.21-r3 +nodejs-2.10.48-r7 + +redis-5.1.27-r3 +ncurses-2.29.25-r8 +nginx-1.16.21-r8 +musl-3.21.7-r3 +bash-3.7.33-r6 +curl-5.4.27-r0 +git-2.26.10-r6 +postgresql-client-2.23.27-r6 + diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-06.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-06.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..1fee05540c30c7ac345cafb04d8ac67ec4cd885a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/web-06.pkglist @@ -0,0 +1,12 @@ + + +ncurses-5.27.37-r1 +nginx-4.3.30-r1 +postgresql-client-3.23.4-r3 +curl-3.16.17-r1 +libstdc-5.20.12-r2 +zlib-2.13.17-r2 +wget-4.9.33-r9 +python3-1.13.41-r0 +ca-certificates-2.28.13-r2 +bash-3.19.13-r8 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-02.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-02.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..64e691dd9444335cd724a5bfacf98a27526b6a50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-02.pkglist @@ -0,0 +1,12 @@ +openssl-1.19.39-r8 +wget-3.25.9-r9 + +redis-2.16.6-r4 +ncurses-4.1.17-r1 +ca-certificates-1.30.6-r1 +python3-4.28.29-r6 +git-2.10.40-r2 +libstdc-3.11.30-r5 +zlib-5.21.26-r0 + +nodejs-5.6.10-r5 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-04.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-04.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..a4fc2bce85b2d542f97ddfed5f090b6e5b611ddc --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-04.pkglist @@ -0,0 +1,12 @@ +redis-5.20.11-r0 +git-4.2.47-r6 +ncurses-4.26.38-r6 +libffi-4.9.24-r8 +postgresql-client-2.7.43-r5 + +wget-2.0.10-r8 + +ca-certificates-1.17.33-r5 +nginx-2.0.13-r5 +busybox-5.26.32-r9 +zlib-3.30.33-r3 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-06.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-06.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..8e544124042182c7641274fe185667050c9d96ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-06.pkglist @@ -0,0 +1,12 @@ +busybox-1.1.3-r7 +wget-5.28.4-r5 +git-4.13.7-r9 +zlib-3.6.14-r3 +python3-3.30.4-r3 +ca-certificates-1.14.35-r1 +ncurses-3.0.33-r4 + + +openssl-1.10.6-r8 +libffi-3.10.5-r1 +musl-1.28.25-r4 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-07.pkglist b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-07.pkglist new file mode 100644 index 0000000000000000000000000000000000000000..c8602e1178f884a586ea1f052a3f249b81e05993 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/inventory/worker-07.pkglist @@ -0,0 +1,12 @@ +nodejs-1.24.26-r0 + +bash-1.10.48-r2 +python3-4.0.46-r6 +nginx-5.9.45-r8 + +openssl-5.6.35-r4 +postgresql-client-3.28.4-r1 +libffi-3.7.47-r5 +ca-certificates-2.0.39-r2 +curl-3.29.48-r8 +redis-3.1.19-r4 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0ee3790451/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_03091.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_03091.json new file mode 100644 index 0000000000000000000000000000000000000000..6291100c2279498d72f76aa81d16637ec124b087 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_03091.json @@ -0,0 +1 @@ +{"id": 3091, "status": "open", "created": "2024-02-18", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_07909.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_07909.json new file mode 100644 index 0000000000000000000000000000000000000000..18d7d1f1011b607a087834a26fb718b02d4eb5db --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_07909.json @@ -0,0 +1 @@ +{"id": 7909, "status": "pending", "created": "2024-02-04", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_08075.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_08075.json new file mode 100644 index 0000000000000000000000000000000000000000..fc8a4819474181ebff1858527f372a656853a111 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_08075.json @@ -0,0 +1 @@ +{"id": 8075, "status": "open", "created": "2024-03-22", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_10848.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_10848.json new file mode 100644 index 0000000000000000000000000000000000000000..61c41b331bd236bdc97eb8670e344764d7f2a77a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_10848.json @@ -0,0 +1 @@ +{"id": 10848, "status": "open", "created": "2024-01-27", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_11054.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_11054.json new file mode 100644 index 0000000000000000000000000000000000000000..0cd1c1a23e0fd39f9230ed1d9b9e329725e2b3ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_11054.json @@ -0,0 +1 @@ +{"id": 11054, "status": "open", "created": "2024-01-09", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_13035.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_13035.json new file mode 100644 index 0000000000000000000000000000000000000000..e89b669e03987d553af2dcedaceec0201d817110 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_13035.json @@ -0,0 +1 @@ +{"id": 13035, "status": "closed", "created": "2024-03-05", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_16287.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_16287.json new file mode 100644 index 0000000000000000000000000000000000000000..2e7225468009a97c443d6d9f899afcf0a84fbb8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_16287.json @@ -0,0 +1 @@ +{"id": 16287, "status": "pending", "created": "2024-01-09", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_17272.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_17272.json new file mode 100644 index 0000000000000000000000000000000000000000..dbf95b3cb3fbb3f186e941b56eb69297cbd9a0b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_17272.json @@ -0,0 +1 @@ +{"id": 17272, "status": "open", "created": "2024-03-11", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_18142.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_18142.json new file mode 100644 index 0000000000000000000000000000000000000000..6ee48327e7dd51acb2b5683aef2ceeb7361ccecc --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_18142.json @@ -0,0 +1 @@ +{"id": 18142, "status": "open", "created": "2024-03-08", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_26268.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_26268.json new file mode 100644 index 0000000000000000000000000000000000000000..35f811afc97f5ed4841abc6b15b646872d724d16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_26268.json @@ -0,0 +1 @@ +{"id": 26268, "status": "open", "created": "2024-01-25", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_27148.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_27148.json new file mode 100644 index 0000000000000000000000000000000000000000..1b42ae78fbab657d00bdd613d54edca5e3cf21cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_27148.json @@ -0,0 +1 @@ +{"id": 27148, "status": "open", "created": "2024-01-10", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_30535.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_30535.json new file mode 100644 index 0000000000000000000000000000000000000000..d6044e1daa631df3d198ac3b6dbae6e2d2ec8be0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_30535.json @@ -0,0 +1 @@ +{"id": 30535, "status": "closed", "created": "2024-03-21", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_30670.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_30670.json new file mode 100644 index 0000000000000000000000000000000000000000..06afd4e0904c69df45a1ff5c86f1839592f999fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_30670.json @@ -0,0 +1 @@ +{"id": 30670, "status": "closed", "created": "2024-02-25", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_31378.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_31378.json new file mode 100644 index 0000000000000000000000000000000000000000..9c025f2c131ec4eeb37f045ddc53a49017ab17b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_31378.json @@ -0,0 +1 @@ +{"id": 31378, "status": "closed", "created": "2024-03-07", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_31834.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_31834.json new file mode 100644 index 0000000000000000000000000000000000000000..8774308e395f6baaba69bf00de3f1d86c42170d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_31834.json @@ -0,0 +1 @@ +{"id": 31834, "status": "open", "created": "2024-02-27", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_38365.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_38365.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4ed63e3d18ad11f175ec86d75683265418428d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_38365.json @@ -0,0 +1 @@ +{"id": 38365, "status": "open", "created": "2024-01-12", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_38726.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_38726.json new file mode 100644 index 0000000000000000000000000000000000000000..6c1e23abb7b44e42cbc2926a32180e900f63c79e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_38726.json @@ -0,0 +1 @@ +{"id": 38726, "status": "pending", "created": "2024-01-22", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_39481.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_39481.json new file mode 100644 index 0000000000000000000000000000000000000000..3c48cff599f69e4d40307dd3efc1eda96110fcd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_39481.json @@ -0,0 +1 @@ +{"id": 39481, "status": "pending", "created": "2024-02-14", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_40818.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_40818.json new file mode 100644 index 0000000000000000000000000000000000000000..8208b7a92d4fb107e051c928c903a0d2261ccf92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_40818.json @@ -0,0 +1 @@ +{"id": 40818, "status": "closed", "created": "2024-01-01", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_42655.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_42655.json new file mode 100644 index 0000000000000000000000000000000000000000..935ab39786dcf917ea303481f4c096af04bee03b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_42655.json @@ -0,0 +1 @@ +{"id": 42655, "status": "open", "created": "2024-01-11", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_46970.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_46970.json new file mode 100644 index 0000000000000000000000000000000000000000..bc70636ee43b00e1db3226bd1ea4b2b7504b2c40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_46970.json @@ -0,0 +1 @@ +{"id": 46970, "status": "pending", "created": "2024-01-19", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_50089.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_50089.json new file mode 100644 index 0000000000000000000000000000000000000000..dbbe9fda6f5a985e475b37712755d4ea6709c460 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_50089.json @@ -0,0 +1 @@ +{"id": 50089, "status": "closed", "created": "2024-02-04", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_51829.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_51829.json new file mode 100644 index 0000000000000000000000000000000000000000..06d4b838082d98a00421fef3cf725fba6460e163 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_51829.json @@ -0,0 +1 @@ +{"id": 51829, "status": "closed", "created": "2024-03-03", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_51999.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_51999.json new file mode 100644 index 0000000000000000000000000000000000000000..528a4910961762a5c0160fc19cd51a5e27647e99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_51999.json @@ -0,0 +1 @@ +{"id": 51999, "status": "closed", "created": "2024-01-25", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_52647.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_52647.json new file mode 100644 index 0000000000000000000000000000000000000000..96db7b7bc202eb8323ece8753b5e4db6c905f7b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_52647.json @@ -0,0 +1 @@ +{"id": 52647, "status": "open", "created": "2024-02-02", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_53936.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_53936.json new file mode 100644 index 0000000000000000000000000000000000000000..d234b92bc43e397ec3c3fde2df0d6e7e60cf50c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_53936.json @@ -0,0 +1 @@ +{"id": 53936, "status": "open", "created": "2024-01-08", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_57811.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_57811.json new file mode 100644 index 0000000000000000000000000000000000000000..7e84a1e86199a1fb277761ff8d78f46195f47244 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_57811.json @@ -0,0 +1 @@ +{"id": 57811, "status": "pending", "created": "2024-01-24", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_60929.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_60929.json new file mode 100644 index 0000000000000000000000000000000000000000..0672bb832e97c195049aab14c4aec90c9d5f8f12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_60929.json @@ -0,0 +1 @@ +{"id": 60929, "status": "pending", "created": "2024-03-20", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_70089.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_70089.json new file mode 100644 index 0000000000000000000000000000000000000000..bae1fb969500e79d6263333836ee334a791cbb27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_70089.json @@ -0,0 +1 @@ +{"id": 70089, "status": "open", "created": "2024-03-08", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_72293.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_72293.json new file mode 100644 index 0000000000000000000000000000000000000000..7c2296f1a9d9063d1c1de58cd8fbbd35aff8c9ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_72293.json @@ -0,0 +1 @@ +{"id": 72293, "status": "closed", "created": "2024-03-03", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_74207.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_74207.json new file mode 100644 index 0000000000000000000000000000000000000000..b12f49a7107ddb51086dc1a382621c9b741b0432 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_74207.json @@ -0,0 +1 @@ +{"id": 74207, "status": "open", "created": "2024-03-06", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_76907.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_76907.json new file mode 100644 index 0000000000000000000000000000000000000000..3896df53f0116d3fa4159e51cba1390bfabf8c46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_76907.json @@ -0,0 +1 @@ +{"id": 76907, "status": "closed", "created": "2024-02-23", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_79509.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_79509.json new file mode 100644 index 0000000000000000000000000000000000000000..20097d760618a027627af84772979e496dc70f54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_79509.json @@ -0,0 +1 @@ +{"id": 79509, "status": "open", "created": "2024-01-02", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_82810.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_82810.json new file mode 100644 index 0000000000000000000000000000000000000000..6e261cb5255eaf80beb51bd496bccbf46a2edb03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_82810.json @@ -0,0 +1 @@ +{"id": 82810, "status": "open", "created": "2024-02-13", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_84152.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_84152.json new file mode 100644 index 0000000000000000000000000000000000000000..a9ea67bc0fd30dd49548316c1cb66186c398666b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_84152.json @@ -0,0 +1 @@ +{"id": 84152, "status": "closed", "created": "2024-02-11", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_85895.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_85895.json new file mode 100644 index 0000000000000000000000000000000000000000..364472afe8edd75966a87602b849dbb33e41b4a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_85895.json @@ -0,0 +1 @@ +{"id": 85895, "status": "closed", "created": "2024-01-13", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_89894.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_89894.json new file mode 100644 index 0000000000000000000000000000000000000000..476910da33ded5caab05e69802ffe09f6de27b36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_89894.json @@ -0,0 +1 @@ +{"id": 89894, "status": "pending", "created": "2024-02-17", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_96128.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_96128.json new file mode 100644 index 0000000000000000000000000000000000000000..2cfc812775dddd8852721235fc31a53b47c6ba20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_96128.json @@ -0,0 +1 @@ +{"id": 96128, "status": "open", "created": "2024-03-21", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_98255.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_98255.json new file mode 100644 index 0000000000000000000000000000000000000000..857c7f92e43ea10e0c0fcc1d777a4edea34c242c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_98255.json @@ -0,0 +1 @@ +{"id": 98255, "status": "open", "created": "2024-02-19", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_98476.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_98476.json new file mode 100644 index 0000000000000000000000000000000000000000..a7aebea69d8d86551bfb828417cc1ec245dfac3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/records/t_98476.json @@ -0,0 +1 @@ +{"id": 98476, "status": "open", "created": "2024-03-19", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/reports/oldest_open.txt b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/reports/oldest_open.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bea4f3495a74768d791ea8be3c4241807090f49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/tickets/reports/oldest_open.txt @@ -0,0 +1 @@ +79509 diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_03091.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_03091.json new file mode 100644 index 0000000000000000000000000000000000000000..6291100c2279498d72f76aa81d16637ec124b087 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_03091.json @@ -0,0 +1 @@ +{"id": 3091, "status": "open", "created": "2024-02-18", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_07909.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_07909.json new file mode 100644 index 0000000000000000000000000000000000000000..18d7d1f1011b607a087834a26fb718b02d4eb5db --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_07909.json @@ -0,0 +1 @@ +{"id": 7909, "status": "pending", "created": "2024-02-04", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_08075.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_08075.json new file mode 100644 index 0000000000000000000000000000000000000000..fc8a4819474181ebff1858527f372a656853a111 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_08075.json @@ -0,0 +1 @@ +{"id": 8075, "status": "open", "created": "2024-03-22", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_10848.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_10848.json new file mode 100644 index 0000000000000000000000000000000000000000..61c41b331bd236bdc97eb8670e344764d7f2a77a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_10848.json @@ -0,0 +1 @@ +{"id": 10848, "status": "open", "created": "2024-01-27", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_11054.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_11054.json new file mode 100644 index 0000000000000000000000000000000000000000..0cd1c1a23e0fd39f9230ed1d9b9e329725e2b3ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_11054.json @@ -0,0 +1 @@ +{"id": 11054, "status": "open", "created": "2024-01-09", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_13035.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_13035.json new file mode 100644 index 0000000000000000000000000000000000000000..e89b669e03987d553af2dcedaceec0201d817110 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_13035.json @@ -0,0 +1 @@ +{"id": 13035, "status": "closed", "created": "2024-03-05", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_16287.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_16287.json new file mode 100644 index 0000000000000000000000000000000000000000..2e7225468009a97c443d6d9f899afcf0a84fbb8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_16287.json @@ -0,0 +1 @@ +{"id": 16287, "status": "pending", "created": "2024-01-09", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_17272.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_17272.json new file mode 100644 index 0000000000000000000000000000000000000000..dbf95b3cb3fbb3f186e941b56eb69297cbd9a0b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_17272.json @@ -0,0 +1 @@ +{"id": 17272, "status": "open", "created": "2024-03-11", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_18142.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_18142.json new file mode 100644 index 0000000000000000000000000000000000000000..6ee48327e7dd51acb2b5683aef2ceeb7361ccecc --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_18142.json @@ -0,0 +1 @@ +{"id": 18142, "status": "open", "created": "2024-03-08", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_26268.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_26268.json new file mode 100644 index 0000000000000000000000000000000000000000..35f811afc97f5ed4841abc6b15b646872d724d16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_26268.json @@ -0,0 +1 @@ +{"id": 26268, "status": "open", "created": "2024-01-25", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_27148.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_27148.json new file mode 100644 index 0000000000000000000000000000000000000000..1b42ae78fbab657d00bdd613d54edca5e3cf21cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_27148.json @@ -0,0 +1 @@ +{"id": 27148, "status": "open", "created": "2024-01-10", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_30535.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_30535.json new file mode 100644 index 0000000000000000000000000000000000000000..d6044e1daa631df3d198ac3b6dbae6e2d2ec8be0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_30535.json @@ -0,0 +1 @@ +{"id": 30535, "status": "closed", "created": "2024-03-21", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_30670.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_30670.json new file mode 100644 index 0000000000000000000000000000000000000000..06afd4e0904c69df45a1ff5c86f1839592f999fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_30670.json @@ -0,0 +1 @@ +{"id": 30670, "status": "closed", "created": "2024-02-25", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_31378.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_31378.json new file mode 100644 index 0000000000000000000000000000000000000000..9c025f2c131ec4eeb37f045ddc53a49017ab17b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_31378.json @@ -0,0 +1 @@ +{"id": 31378, "status": "closed", "created": "2024-03-07", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_31834.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_31834.json new file mode 100644 index 0000000000000000000000000000000000000000..8774308e395f6baaba69bf00de3f1d86c42170d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_31834.json @@ -0,0 +1 @@ +{"id": 31834, "status": "open", "created": "2024-02-27", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_38365.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_38365.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4ed63e3d18ad11f175ec86d75683265418428d --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_38365.json @@ -0,0 +1 @@ +{"id": 38365, "status": "open", "created": "2024-01-12", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_38726.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_38726.json new file mode 100644 index 0000000000000000000000000000000000000000..6c1e23abb7b44e42cbc2926a32180e900f63c79e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_38726.json @@ -0,0 +1 @@ +{"id": 38726, "status": "pending", "created": "2024-01-22", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_39481.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_39481.json new file mode 100644 index 0000000000000000000000000000000000000000..3c48cff599f69e4d40307dd3efc1eda96110fcd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_39481.json @@ -0,0 +1 @@ +{"id": 39481, "status": "pending", "created": "2024-02-14", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_40818.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_40818.json new file mode 100644 index 0000000000000000000000000000000000000000..8208b7a92d4fb107e051c928c903a0d2261ccf92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_40818.json @@ -0,0 +1 @@ +{"id": 40818, "status": "closed", "created": "2024-01-01", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_42655.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_42655.json new file mode 100644 index 0000000000000000000000000000000000000000..935ab39786dcf917ea303481f4c096af04bee03b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_42655.json @@ -0,0 +1 @@ +{"id": 42655, "status": "open", "created": "2024-01-11", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_46970.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_46970.json new file mode 100644 index 0000000000000000000000000000000000000000..bc70636ee43b00e1db3226bd1ea4b2b7504b2c40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_46970.json @@ -0,0 +1 @@ +{"id": 46970, "status": "pending", "created": "2024-01-19", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_50089.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_50089.json new file mode 100644 index 0000000000000000000000000000000000000000..dbbe9fda6f5a985e475b37712755d4ea6709c460 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_50089.json @@ -0,0 +1 @@ +{"id": 50089, "status": "closed", "created": "2024-02-04", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_51829.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_51829.json new file mode 100644 index 0000000000000000000000000000000000000000..06d4b838082d98a00421fef3cf725fba6460e163 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_51829.json @@ -0,0 +1 @@ +{"id": 51829, "status": "closed", "created": "2024-03-03", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_51999.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_51999.json new file mode 100644 index 0000000000000000000000000000000000000000..528a4910961762a5c0160fc19cd51a5e27647e99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_51999.json @@ -0,0 +1 @@ +{"id": 51999, "status": "closed", "created": "2024-01-25", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_52647.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_52647.json new file mode 100644 index 0000000000000000000000000000000000000000..96db7b7bc202eb8323ece8753b5e4db6c905f7b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_52647.json @@ -0,0 +1 @@ +{"id": 52647, "status": "open", "created": "2024-02-02", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_53936.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_53936.json new file mode 100644 index 0000000000000000000000000000000000000000..d234b92bc43e397ec3c3fde2df0d6e7e60cf50c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_53936.json @@ -0,0 +1 @@ +{"id": 53936, "status": "open", "created": "2024-01-08", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_57811.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_57811.json new file mode 100644 index 0000000000000000000000000000000000000000..7e84a1e86199a1fb277761ff8d78f46195f47244 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_57811.json @@ -0,0 +1 @@ +{"id": 57811, "status": "pending", "created": "2024-01-24", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_60929.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_60929.json new file mode 100644 index 0000000000000000000000000000000000000000..0672bb832e97c195049aab14c4aec90c9d5f8f12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_60929.json @@ -0,0 +1 @@ +{"id": 60929, "status": "pending", "created": "2024-03-20", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_70089.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_70089.json new file mode 100644 index 0000000000000000000000000000000000000000..bae1fb969500e79d6263333836ee334a791cbb27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_70089.json @@ -0,0 +1 @@ +{"id": 70089, "status": "open", "created": "2024-03-08", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_72293.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_72293.json new file mode 100644 index 0000000000000000000000000000000000000000..7c2296f1a9d9063d1c1de58cd8fbbd35aff8c9ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_72293.json @@ -0,0 +1 @@ +{"id": 72293, "status": "closed", "created": "2024-03-03", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_74207.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_74207.json new file mode 100644 index 0000000000000000000000000000000000000000..b12f49a7107ddb51086dc1a382621c9b741b0432 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_74207.json @@ -0,0 +1 @@ +{"id": 74207, "status": "open", "created": "2024-03-06", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_76907.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_76907.json new file mode 100644 index 0000000000000000000000000000000000000000..3896df53f0116d3fa4159e51cba1390bfabf8c46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_76907.json @@ -0,0 +1 @@ +{"id": 76907, "status": "closed", "created": "2024-02-23", "priority": "p2"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_79509.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_79509.json new file mode 100644 index 0000000000000000000000000000000000000000..20097d760618a027627af84772979e496dc70f54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_79509.json @@ -0,0 +1 @@ +{"id": 79509, "status": "open", "created": "2024-01-02", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_82810.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_82810.json new file mode 100644 index 0000000000000000000000000000000000000000..6e261cb5255eaf80beb51bd496bccbf46a2edb03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_82810.json @@ -0,0 +1 @@ +{"id": 82810, "status": "open", "created": "2024-02-13", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_84152.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_84152.json new file mode 100644 index 0000000000000000000000000000000000000000..a9ea67bc0fd30dd49548316c1cb66186c398666b --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_84152.json @@ -0,0 +1 @@ +{"id": 84152, "status": "closed", "created": "2024-02-11", "priority": "p0"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_85895.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_85895.json new file mode 100644 index 0000000000000000000000000000000000000000..364472afe8edd75966a87602b849dbb33e41b4a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_85895.json @@ -0,0 +1 @@ +{"id": 85895, "status": "closed", "created": "2024-01-13", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_89894.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_89894.json new file mode 100644 index 0000000000000000000000000000000000000000..476910da33ded5caab05e69802ffe09f6de27b36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_89894.json @@ -0,0 +1 @@ +{"id": 89894, "status": "pending", "created": "2024-02-17", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_96128.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_96128.json new file mode 100644 index 0000000000000000000000000000000000000000..2cfc812775dddd8852721235fc31a53b47c6ba20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_96128.json @@ -0,0 +1 @@ +{"id": 96128, "status": "open", "created": "2024-03-21", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_98255.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_98255.json new file mode 100644 index 0000000000000000000000000000000000000000..857c7f92e43ea10e0c0fcc1d777a4edea34c242c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_98255.json @@ -0,0 +1 @@ +{"id": 98255, "status": "open", "created": "2024-02-19", "priority": "p3"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_98476.json b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_98476.json new file mode 100644 index 0000000000000000000000000000000000000000..a7aebea69d8d86551bfb828417cc1ec245dfac3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/tickets/records/t_98476.json @@ -0,0 +1 @@ +{"id": 98476, "status": "open", "created": "2024-03-19", "priority": "p1"} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_0f653f58be/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/linus-torvalds/kernel-design-notes.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/linus-torvalds/kernel-design-notes.xml new file mode 100644 index 0000000000000000000000000000000000000000..f4b74d9767f83267ca33ff730b303e86237a2398 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/linus-torvalds/kernel-design-notes.xml @@ -0,0 +1,9 @@ + + + BK-02B563 + Kernel Design Notes + Linus Torvalds + 1976 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat c + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/margaret-hamilton/priority-display-systems.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/margaret-hamilton/priority-display-systems.xml new file mode 100644 index 0000000000000000000000000000000000000000..71bb7683f5ea3f048724ae0c314c8ebfd9141b50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/margaret-hamilton/priority-display-systems.xml @@ -0,0 +1,9 @@ + + + BK-E7FEFD + Priority Display Systems + Margaret Hamilton + 2020 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariat + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/rob-pike/go-language-essays.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/rob-pike/go-language-essays.xml new file mode 100644 index 0000000000000000000000000000000000000000..a92472215810039d2ab7acf85d01826de033511e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/rob-pike/go-language-essays.xml @@ -0,0 +1,9 @@ + + + BK-BB780A + Go Language Essays + Rob Pike + 1954 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla p + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/rob-pike/the-practice-of-programming.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/rob-pike/the-practice-of-programming.xml new file mode 100644 index 0000000000000000000000000000000000000000..24f4905786ec61fab9c806fc28851b355dfa6ba5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/rob-pike/the-practice-of-programming.xml @@ -0,0 +1,9 @@ + + + BK-505F02 + The Practice Of Programming + Rob Pike + 1993 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/tony-hoare/communicating-sequential-processes.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/tony-hoare/communicating-sequential-processes.xml new file mode 100644 index 0000000000000000000000000000000000000000..50bad9335b34bebca291af6b35d39fd9b2d998c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/biography/tony-hoare/communicating-sequential-processes.xml @@ -0,0 +1,9 @@ + + + BK-12F19D + Communicating Sequential Processes + Tony Hoare + 1964 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non pr + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/alan-turing/computing-machinery-and-intelligence.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/alan-turing/computing-machinery-and-intelligence.xml new file mode 100644 index 0000000000000000000000000000000000000000..3c597dac8eb034c20d6e12b3c52b873eeb03a42b --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/alan-turing/computing-machinery-and-intelligence.xml @@ -0,0 +1,9 @@ + + + BK-5AE2E1 + Computing Machinery And Intelligence + Alan Turing + 1965 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/donald-knuth/the-art-of-programming-vol-1.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/donald-knuth/the-art-of-programming-vol-1.xml new file mode 100644 index 0000000000000000000000000000000000000000..393def31f234f5d3276d5424e3176d6da8c3d57e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/donald-knuth/the-art-of-programming-vol-1.xml @@ -0,0 +1,9 @@ + + + BK-7E4B85 + The Art Of Programming Vol 1 + Donald Knuth + 1967 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in repre + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/tony-hoare/quicksort-revisited.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/tony-hoare/quicksort-revisited.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8b2602ab501ad30bc15abf00b201ab426e7e641 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/essays/tony-hoare/quicksort-revisited.xml @@ -0,0 +1,9 @@ + + + BK-D9E634 + Quicksort Revisited + Tony Hoare + 1993 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ada-lovelace/translator-essays.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ada-lovelace/translator-essays.xml new file mode 100644 index 0000000000000000000000000000000000000000..8663920d4a42b565e03918f19a65d7058ba15440 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ada-lovelace/translator-essays.xml @@ -0,0 +1,9 @@ + + + BK-6CC987 + Translator Essays + Ada Lovelace + 1967 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/alan-turing/morphogenesis.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/alan-turing/morphogenesis.xml new file mode 100644 index 0000000000000000000000000000000000000000..e985ce2b8bed04439d975510e9c4b0ddbb489b43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/alan-turing/morphogenesis.xml @@ -0,0 +1,9 @@ + + + BK-3ABF18 + Morphogenesis + Alan Turing + 1954 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/barbara-liskov/abstraction-mechanisms.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/barbara-liskov/abstraction-mechanisms.xml new file mode 100644 index 0000000000000000000000000000000000000000..99e0b3e6bba0db3537a72f00004be95cf3566803 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/barbara-liskov/abstraction-mechanisms.xml @@ -0,0 +1,9 @@ + + + BK-076FBE + Abstraction Mechanisms + Barbara Liskov + 1990 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/donald-knuth/literate-programming.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/donald-knuth/literate-programming.xml new file mode 100644 index 0000000000000000000000000000000000000000..f143be0a9ee63501864af12633873e6600fc7fe0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/donald-knuth/literate-programming.xml @@ -0,0 +1,9 @@ + + + BK-38FC0E + Literate Programming + Donald Knuth + 1964 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commod + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/grace-hopper/compilers-and-cobol.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/grace-hopper/compilers-and-cobol.xml new file mode 100644 index 0000000000000000000000000000000000000000..c8f4a0754989f35be138030de63f6002457b2a66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/grace-hopper/compilers-and-cobol.xml @@ -0,0 +1,9 @@ + + + BK-C35256 + Compilers And Cobol + Grace Hopper + 1961 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in repre + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/grace-hopper/early-history-of-software.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/grace-hopper/early-history-of-software.xml new file mode 100644 index 0000000000000000000000000000000000000000..ddde20b1cc7e1d6e869d26614d873ce1f5151325 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/grace-hopper/early-history-of-software.xml @@ -0,0 +1,9 @@ + + + BK-2F5330 + Early History Of Software + Grace Hopper + 2004 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/john-mccarthy/lisp-1.5-manual.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/john-mccarthy/lisp-1.5-manual.xml new file mode 100644 index 0000000000000000000000000000000000000000..31a5d4f116ffef7b0af76d98892a67438d877f3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/john-mccarthy/lisp-1.5-manual.xml @@ -0,0 +1,9 @@ + + + BK-9D0956 + Lisp 1.5 Manual + John McCarthy + 2001 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ken-thompson/regular-expression-search.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ken-thompson/regular-expression-search.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8a7b4e03719df043a61be52528fd69402faca54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ken-thompson/regular-expression-search.xml @@ -0,0 +1,9 @@ + + + BK-A451EF + Regular Expression Search + Ken Thompson + 1971 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in re + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ken-thompson/unix-philosophy.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ken-thompson/unix-philosophy.xml new file mode 100644 index 0000000000000000000000000000000000000000..a75eac56f7a7c9c10301f29543bea1fd5cf0bdca --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/history/ken-thompson/unix-philosophy.xml @@ -0,0 +1,9 @@ + + + BK-6494A2 + Unix Philosophy + Ken Thompson + 1955 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillu + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/ada-lovelace/analytical-engine-notes.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/ada-lovelace/analytical-engine-notes.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ed3d40b102a6d4d9e7da05a9344c4650b126ec8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/ada-lovelace/analytical-engine-notes.xml @@ -0,0 +1,9 @@ + + + BK-B1D90A + Analytical Engine Notes + Ada Lovelace + 2004 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat null + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/barbara-liskov/argus-language.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/barbara-liskov/argus-language.xml new file mode 100644 index 0000000000000000000000000000000000000000..de134fb45305bbd7ec13d7ead31a18b7ed3f3ad4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/barbara-liskov/argus-language.xml @@ -0,0 +1,9 @@ + + + BK-BAE3AE + Argus Language + Barbara Liskov + 1974 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/edsger-dijkstra/a-discipline-of-programming.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/edsger-dijkstra/a-discipline-of-programming.xml new file mode 100644 index 0000000000000000000000000000000000000000..e293aadcb30fae0dafb5c64ffe3190888438c651 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/edsger-dijkstra/a-discipline-of-programming.xml @@ -0,0 +1,9 @@ + + + BK-8456EF + A Discipline Of Programming + Edsger Dijkstra + 1958 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla p + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/edsger-dijkstra/selected-writings.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/edsger-dijkstra/selected-writings.xml new file mode 100644 index 0000000000000000000000000000000000000000..d3efda44d44ed45b93beee22b6081259f9c21d2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/edsger-dijkstra/selected-writings.xml @@ -0,0 +1,9 @@ + + + BK-96958D + Selected Writings + Edsger Dijkstra + 1969 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugia + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/john-mccarthy/recursive-functions-of-symbolic-expressions.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/john-mccarthy/recursive-functions-of-symbolic-expressions.xml new file mode 100644 index 0000000000000000000000000000000000000000..235f2a83a20e86b428326be6b5da65185c043a44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/john-mccarthy/recursive-functions-of-symbolic-expressions.xml @@ -0,0 +1,9 @@ + + + BK-E56337 + Recursive Functions Of Symbolic Expressions + John McCarthy + 1959 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaec + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/linus-torvalds/just-for-fun.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/linus-torvalds/just-for-fun.xml new file mode 100644 index 0000000000000000000000000000000000000000..955c838dede3a2c20dc6e05b6a5361f9bea6b5ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/linus-torvalds/just-for-fun.xml @@ -0,0 +1,9 @@ + + + BK-207DE7 + Just For Fun + Linus Torvalds + 1962 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occae + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/margaret-hamilton/software-engineering-apollo.xml b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/margaret-hamilton/software-engineering-apollo.xml new file mode 100644 index 0000000000000000000000000000000000000000..00888ce11f0fa929ae95a3d1f26774c606785560 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/library/mathematics/margaret-hamilton/software-engineering-apollo.xml @@ -0,0 +1,9 @@ + + + BK-2807D2 + Software Engineering Apollo + Margaret Hamilton + 1987 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nul + diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/linus-torvalds/kernel-design-notes.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/linus-torvalds/kernel-design-notes.xml new file mode 100644 index 0000000000000000000000000000000000000000..f4b74d9767f83267ca33ff730b303e86237a2398 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/linus-torvalds/kernel-design-notes.xml @@ -0,0 +1,9 @@ + + + BK-02B563 + Kernel Design Notes + Linus Torvalds + 1976 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat c + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/margaret-hamilton/priority-display-systems.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/margaret-hamilton/priority-display-systems.xml new file mode 100644 index 0000000000000000000000000000000000000000..71bb7683f5ea3f048724ae0c314c8ebfd9141b50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/margaret-hamilton/priority-display-systems.xml @@ -0,0 +1,9 @@ + + + BK-E7FEFD + Priority Display Systems + Margaret Hamilton + 2020 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariat + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/rob-pike/go-language-essays.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/rob-pike/go-language-essays.xml new file mode 100644 index 0000000000000000000000000000000000000000..a92472215810039d2ab7acf85d01826de033511e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/rob-pike/go-language-essays.xml @@ -0,0 +1,9 @@ + + + BK-BB780A + Go Language Essays + Rob Pike + 1954 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla p + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/rob-pike/the-practice-of-programming.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/rob-pike/the-practice-of-programming.xml new file mode 100644 index 0000000000000000000000000000000000000000..24f4905786ec61fab9c806fc28851b355dfa6ba5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/rob-pike/the-practice-of-programming.xml @@ -0,0 +1,9 @@ + + + BK-505F02 + The Practice Of Programming + Rob Pike + 1993 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/tony-hoare/communicating-sequential-processes.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/tony-hoare/communicating-sequential-processes.xml new file mode 100644 index 0000000000000000000000000000000000000000..50bad9335b34bebca291af6b35d39fd9b2d998c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/biography/tony-hoare/communicating-sequential-processes.xml @@ -0,0 +1,9 @@ + + + BK-12F19D + Communicating Sequential Processes + Tony Hoare + 1964 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non pr + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/alan-turing/computing-machinery-and-intelligence.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/alan-turing/computing-machinery-and-intelligence.xml new file mode 100644 index 0000000000000000000000000000000000000000..3c597dac8eb034c20d6e12b3c52b873eeb03a42b --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/alan-turing/computing-machinery-and-intelligence.xml @@ -0,0 +1,9 @@ + + + BK-5AE2E1 + Computing Machinery And Intelligence + Alan Turing + 1965 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/donald-knuth/the-art-of-programming-vol-1.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/donald-knuth/the-art-of-programming-vol-1.xml new file mode 100644 index 0000000000000000000000000000000000000000..393def31f234f5d3276d5424e3176d6da8c3d57e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/donald-knuth/the-art-of-programming-vol-1.xml @@ -0,0 +1,9 @@ + + + BK-7E4B85 + The Art Of Programming Vol 1 + Donald Knuth + 1967 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in repre + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/tony-hoare/quicksort-revisited.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/tony-hoare/quicksort-revisited.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8b2602ab501ad30bc15abf00b201ab426e7e641 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/essays/tony-hoare/quicksort-revisited.xml @@ -0,0 +1,9 @@ + + + BK-D9E634 + Quicksort Revisited + Tony Hoare + 1993 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehe + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ada-lovelace/translator-essays.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ada-lovelace/translator-essays.xml new file mode 100644 index 0000000000000000000000000000000000000000..8663920d4a42b565e03918f19a65d7058ba15440 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ada-lovelace/translator-essays.xml @@ -0,0 +1,9 @@ + + + BK-6CC987 + Translator Essays + Ada Lovelace + 1967 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/alan-turing/morphogenesis.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/alan-turing/morphogenesis.xml new file mode 100644 index 0000000000000000000000000000000000000000..e985ce2b8bed04439d975510e9c4b0ddbb489b43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/alan-turing/morphogenesis.xml @@ -0,0 +1,9 @@ + + + BK-3ABF18 + Morphogenesis + Alan Turing + 1954 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/barbara-liskov/abstraction-mechanisms.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/barbara-liskov/abstraction-mechanisms.xml new file mode 100644 index 0000000000000000000000000000000000000000..99e0b3e6bba0db3537a72f00004be95cf3566803 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/barbara-liskov/abstraction-mechanisms.xml @@ -0,0 +1,9 @@ + + + BK-076FBE + Abstraction Mechanisms + Barbara Liskov + 1990 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/donald-knuth/literate-programming.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/donald-knuth/literate-programming.xml new file mode 100644 index 0000000000000000000000000000000000000000..f143be0a9ee63501864af12633873e6600fc7fe0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/donald-knuth/literate-programming.xml @@ -0,0 +1,9 @@ + + + BK-38FC0E + Literate Programming + Donald Knuth + 1964 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commod + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/grace-hopper/compilers-and-cobol.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/grace-hopper/compilers-and-cobol.xml new file mode 100644 index 0000000000000000000000000000000000000000..c8f4a0754989f35be138030de63f6002457b2a66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/grace-hopper/compilers-and-cobol.xml @@ -0,0 +1,9 @@ + + + BK-C35256 + Compilers And Cobol + Grace Hopper + 1961 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in repre + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/grace-hopper/early-history-of-software.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/grace-hopper/early-history-of-software.xml new file mode 100644 index 0000000000000000000000000000000000000000..ddde20b1cc7e1d6e869d26614d873ce1f5151325 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/grace-hopper/early-history-of-software.xml @@ -0,0 +1,9 @@ + + + BK-2F5330 + Early History Of Software + Grace Hopper + 2004 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/john-mccarthy/lisp-1.5-manual.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/john-mccarthy/lisp-1.5-manual.xml new file mode 100644 index 0000000000000000000000000000000000000000..31a5d4f116ffef7b0af76d98892a67438d877f3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/john-mccarthy/lisp-1.5-manual.xml @@ -0,0 +1,9 @@ + + + BK-9D0956 + Lisp 1.5 Manual + John McCarthy + 2001 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ken-thompson/regular-expression-search.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ken-thompson/regular-expression-search.xml new file mode 100644 index 0000000000000000000000000000000000000000..d8a7b4e03719df043a61be52528fd69402faca54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ken-thompson/regular-expression-search.xml @@ -0,0 +1,9 @@ + + + BK-A451EF + Regular Expression Search + Ken Thompson + 1971 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in re + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ken-thompson/unix-philosophy.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ken-thompson/unix-philosophy.xml new file mode 100644 index 0000000000000000000000000000000000000000..a75eac56f7a7c9c10301f29543bea1fd5cf0bdca --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/history/ken-thompson/unix-philosophy.xml @@ -0,0 +1,9 @@ + + + BK-6494A2 + Unix Philosophy + Ken Thompson + 1955 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillu + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/ada-lovelace/analytical-engine-notes.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/ada-lovelace/analytical-engine-notes.xml new file mode 100644 index 0000000000000000000000000000000000000000..5ed3d40b102a6d4d9e7da05a9344c4650b126ec8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/ada-lovelace/analytical-engine-notes.xml @@ -0,0 +1,9 @@ + + + BK-B1D90A + Analytical Engine Notes + Ada Lovelace + 2004 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat null + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/barbara-liskov/argus-language.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/barbara-liskov/argus-language.xml new file mode 100644 index 0000000000000000000000000000000000000000..de134fb45305bbd7ec13d7ead31a18b7ed3f3ad4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/barbara-liskov/argus-language.xml @@ -0,0 +1,9 @@ + + + BK-BAE3AE + Argus Language + Barbara Liskov + 1974 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/edsger-dijkstra/a-discipline-of-programming.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/edsger-dijkstra/a-discipline-of-programming.xml new file mode 100644 index 0000000000000000000000000000000000000000..e293aadcb30fae0dafb5c64ffe3190888438c651 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/edsger-dijkstra/a-discipline-of-programming.xml @@ -0,0 +1,9 @@ + + + BK-8456EF + A Discipline Of Programming + Edsger Dijkstra + 1958 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla p + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/edsger-dijkstra/selected-writings.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/edsger-dijkstra/selected-writings.xml new file mode 100644 index 0000000000000000000000000000000000000000..d3efda44d44ed45b93beee22b6081259f9c21d2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/edsger-dijkstra/selected-writings.xml @@ -0,0 +1,9 @@ + + + BK-96958D + Selected Writings + Edsger Dijkstra + 1969 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugia + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/john-mccarthy/recursive-functions-of-symbolic-expressions.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/john-mccarthy/recursive-functions-of-symbolic-expressions.xml new file mode 100644 index 0000000000000000000000000000000000000000..235f2a83a20e86b428326be6b5da65185c043a44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/john-mccarthy/recursive-functions-of-symbolic-expressions.xml @@ -0,0 +1,9 @@ + + + BK-E56337 + Recursive Functions Of Symbolic Expressions + John McCarthy + 1959 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaec + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/linus-torvalds/just-for-fun.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/linus-torvalds/just-for-fun.xml new file mode 100644 index 0000000000000000000000000000000000000000..955c838dede3a2c20dc6e05b6a5361f9bea6b5ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/linus-torvalds/just-for-fun.xml @@ -0,0 +1,9 @@ + + + BK-207DE7 + Just For Fun + Linus Torvalds + 1962 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occae + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/margaret-hamilton/software-engineering-apollo.xml b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/margaret-hamilton/software-engineering-apollo.xml new file mode 100644 index 0000000000000000000000000000000000000000..00888ce11f0fa929ae95a3d1f26774c606785560 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/library/mathematics/margaret-hamilton/software-engineering-apollo.xml @@ -0,0 +1,9 @@ + + + BK-2807D2 + Software Engineering Apollo + Margaret Hamilton + 1987 + Sandbox Press + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nul + diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_108d864db7/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/refunds.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/refunds.csv new file mode 100644 index 0000000000000000000000000000000000000000..8174b4ea1a769bf42ff9fc6e0caa7fab66e031bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/refunds.csv @@ -0,0 +1,9 @@ +row_id,refunds_id,amount,date +1,1,792,2024-03-25 +2,2,649,2024-03-05 +3,3,569,2024-03-11 +4,4,451,2024-03-09 +5,5,136,2024-03-11 +6,6,288,2024-03-27 +7,7,159,2024-03-22 +8,8,119,2024-03-09 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/returns.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/returns.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9bd80d8a89aef308a67ae0d24d2ee044d6eae98 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/returns.csv @@ -0,0 +1,13 @@ +row_id,returns_id,amount,date +1,1,161,2024-03-10 +2,2,153,2024-03-17 +3,3,18,2024-03-26 +4,4,288,2024-03-24 +5,5,132,2024-03-14 +6,6,733,2024-03-01 +7,7,27,2024-03-22 +8,8,996,2024-03-07 +9,9,939,2024-03-26 +10,10,542,2024-03-07 +11,11,412,2024-03-22 +12,12,488,2024-03-22 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/sales.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..afa9913f5df8c6ce513ed836b268fff16eb38d32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/sales.csv @@ -0,0 +1,9 @@ +row_id,sales_id,amount,date +1,1,699,2024-03-26 +2,2,383,2024-03-09 +3,3,422,2024-03-04 +4,4,792,2024-03-22 +5,5,704,2024-03-22 +6,6,126,2024-03-01 +7,7,544,2024-03-11 +8,8,506,2024-03-21 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/shipments.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5b6e576f3e10d713dcd3652f6435e2f065d6462 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/shipments.csv @@ -0,0 +1,12 @@ +row_id,shipments_id,amount,date +1,1,198,2024-03-16 +2,2,693,2024-03-04 +3,3,263,2024-03-16 +4,4,19,2024-03-13 +5,5,634,2024-03-26 +6,6,970,2024-03-03 +7,7,538,2024-03-02 +8,8,703,2024-03-01 +9,9,744,2024-03-18 +10,10,933,2024-03-28 +11,11,528,2024-03-07 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/tickets.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..139d6f0ab87ddc8665ee2319bf52fc087e8780fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q1/tickets.csv @@ -0,0 +1,10 @@ +row_id,tickets_id,amount,date +1,1,576,2024-03-14 +2,2,501,2024-03-25 +3,3,139,2024-03-02 +4,4,652,2024-03-18 +5,5,473,2024-03-15 +6,6,199,2024-03-23 +7,7,483,2024-03-15 +8,8,223,2024-03-01 +9,9,895,2024-03-22 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/refunds.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/refunds.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9e7a98b7fa463a45083be2213b10209cb1bc80b --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/refunds.csv @@ -0,0 +1,10 @@ +row_id,refunds_id,amount,date +1,1,49,2024-03-09 +2,2,978,2024-03-27 +3,3,230,2024-03-22 +4,4,354,2024-03-02 +5,5,281,2024-03-05 +6,6,873,2024-03-20 +7,7,160,2024-03-02 +8,8,841,2024-03-21 +9,9,374,2024-03-04 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/returns.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/returns.csv new file mode 100644 index 0000000000000000000000000000000000000000..762ab207416ba1e11aff6787366194fcc4f0c3a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/returns.csv @@ -0,0 +1,10 @@ +row_id,returns_id,amount,date +1,1,946,2024-03-15 +2,2,272,2024-03-28 +3,3,109,2024-03-12 +4,4,347,2024-03-24 +5,5,320,2024-03-26 +6,6,653,2024-03-22 +7,7,153,2024-03-05 +8,8,561,2024-03-13 +9,9,724,2024-03-17 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/sales.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..46d5f0e3da32870a0cb9e00d5278b0f690d6637e --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/sales.csv @@ -0,0 +1,10 @@ +row_id,sales_id,amount,date +1,1,507,2024-03-12 +2,2,527,2024-03-17 +3,3,954,2024-03-27 +4,4,740,2024-03-26 +5,5,305,2024-03-19 +6,6,41,2024-03-28 +7,7,161,2024-03-22 +8,8,962,2024-03-15 +9,9,434,2024-03-16 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/shipments.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a50c0504aa634e56d8713effb428e6f47849d6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/shipments.csv @@ -0,0 +1,15 @@ +row_id,shipments_id,amount,date +1,1,815,2024-03-17 +2,2,599,2024-03-13 +3,3,458,2024-03-25 +4,4,66,2024-03-07 +5,5,251,2024-03-08 +6,6,82,2024-03-24 +7,7,579,2024-03-08 +8,8,671,2024-03-20 +9,9,720,2024-03-05 +10,10,298,2024-03-08 +11,11,100,2024-03-23 +12,12,242,2024-03-13 +13,13,601,2024-03-26 +14,14,983,2024-03-14 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/tickets.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..47a7fd57bb6b8d0306f4e3c4d738cffada433341 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q2/tickets.csv @@ -0,0 +1,10 @@ +row_id,tickets_id,amount,date +1,1,705,2024-03-17 +2,2,49,2024-03-16 +3,3,848,2024-03-16 +4,4,724,2024-03-04 +5,5,981,2024-03-19 +6,6,134,2024-03-16 +7,7,506,2024-03-21 +8,8,581,2024-03-11 +9,9,810,2024-03-26 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/refunds.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/refunds.csv new file mode 100644 index 0000000000000000000000000000000000000000..1618e847f8b6f54fcf6e8d2ac2d89b775d1db06f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/refunds.csv @@ -0,0 +1,9 @@ +row_id,refunds_id,amount,date +1,1,115,2024-03-23 +2,2,853,2024-03-06 +3,3,150,2024-03-28 +4,4,147,2024-03-23 +5,5,274,2024-03-12 +6,6,567,2024-03-18 +7,7,380,2024-03-06 +8,8,517,2024-03-18 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/returns.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/returns.csv new file mode 100644 index 0000000000000000000000000000000000000000..d67faa8610b75ea81b4000a1a6c3aeff456b3d54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/returns.csv @@ -0,0 +1,13 @@ +row_id,returns_id,amount,date +1,1,992,2024-03-25 +2,2,76,2024-03-11 +3,3,831,2024-03-26 +4,4,644,2024-03-09 +5,5,861,2024-03-23 +6,6,78,2024-03-22 +7,7,546,2024-03-12 +8,8,139,2024-03-05 +9,9,139,2024-03-23 +10,10,117,2024-03-18 +11,11,110,2024-03-18 +12,12,466,2024-03-17 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/sales.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..38a34a749c4cc6d9b886270e6e6405b234c8d6b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/sales.csv @@ -0,0 +1,9 @@ +row_id,sales_id,amount,date +1,1,886,2024-03-09 +2,2,271,2024-03-09 +3,3,750,2024-03-24 +4,4,290,2024-03-03 +5,5,310,2024-03-14 +6,6,720,2024-03-13 +7,7,17,2024-03-09 +8,8,582,2024-03-05 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/shipments.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..d61ef0a2a00a8d51d1ba7dbaaacfbd35241e9bfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/shipments.csv @@ -0,0 +1,9 @@ +row_id,shipments_id,amount,date +1,1,118,2024-03-02 +2,2,707,2024-03-25 +3,3,589,2024-03-28 +4,4,857,2024-03-05 +5,5,466,2024-03-27 +6,6,988,2024-03-05 +7,7,444,2024-03-19 +8,8,150,2024-03-27 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/tickets.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..f93ba9638c643d515c7c7563e42913b6365acf9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/datasets/2024-q3/tickets.csv @@ -0,0 +1,9 @@ +row_id,tickets_id,amount,date +1,1,841,2024-03-06 +2,2,902,2024-03-17 +3,3,428,2024-03-19 +4,4,803,2024-03-20 +5,5,52,2024-03-17 +6,6,855,2024-03-01 +7,7,248,2024-03-11 +8,8,957,2024-03-27 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/refunds.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/refunds.csv new file mode 100644 index 0000000000000000000000000000000000000000..e60f51bfd48f356f605491386fb4405d1215e1d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/refunds.csv @@ -0,0 +1,9 @@ +refunds_id,amount,date +1,792,2024-03-25 +2,649,2024-03-05 +3,569,2024-03-11 +4,451,2024-03-09 +5,136,2024-03-11 +6,288,2024-03-27 +7,159,2024-03-22 +8,119,2024-03-09 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/returns.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/returns.csv new file mode 100644 index 0000000000000000000000000000000000000000..82634092938a6216318d0d454dc99f4dc4204c1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/returns.csv @@ -0,0 +1,13 @@ +returns_id,amount,date +1,161,2024-03-10 +2,153,2024-03-17 +3,18,2024-03-26 +4,288,2024-03-24 +5,132,2024-03-14 +6,733,2024-03-01 +7,27,2024-03-22 +8,996,2024-03-07 +9,939,2024-03-26 +10,542,2024-03-07 +11,412,2024-03-22 +12,488,2024-03-22 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/sales.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..5434f387bcfa0e7963941f935265fbd4cfd1ccfe --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/sales.csv @@ -0,0 +1,9 @@ +sales_id,amount,date +1,699,2024-03-26 +2,383,2024-03-09 +3,422,2024-03-04 +4,792,2024-03-22 +5,704,2024-03-22 +6,126,2024-03-01 +7,544,2024-03-11 +8,506,2024-03-21 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/shipments.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..f02c36b913a2185a30cc4fd221b7bfeb94e1fb04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/shipments.csv @@ -0,0 +1,12 @@ +shipments_id,amount,date +1,198,2024-03-16 +2,693,2024-03-04 +3,263,2024-03-16 +4,19,2024-03-13 +5,634,2024-03-26 +6,970,2024-03-03 +7,538,2024-03-02 +8,703,2024-03-01 +9,744,2024-03-18 +10,933,2024-03-28 +11,528,2024-03-07 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/tickets.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..18b82f3bc5efe932a414ec5a416a01d93bee4a4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q1/tickets.csv @@ -0,0 +1,10 @@ +tickets_id,amount,date +1,576,2024-03-14 +2,501,2024-03-25 +3,139,2024-03-02 +4,652,2024-03-18 +5,473,2024-03-15 +6,199,2024-03-23 +7,483,2024-03-15 +8,223,2024-03-01 +9,895,2024-03-22 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/refunds.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/refunds.csv new file mode 100644 index 0000000000000000000000000000000000000000..586c930062ee68cfe5fd94ca8ceceb5cf07f72a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/refunds.csv @@ -0,0 +1,10 @@ +refunds_id,amount,date +1,49,2024-03-09 +2,978,2024-03-27 +3,230,2024-03-22 +4,354,2024-03-02 +5,281,2024-03-05 +6,873,2024-03-20 +7,160,2024-03-02 +8,841,2024-03-21 +9,374,2024-03-04 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/returns.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/returns.csv new file mode 100644 index 0000000000000000000000000000000000000000..6514bdc425c136feaf6c9866cb6d5cbd5fe1ab70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/returns.csv @@ -0,0 +1,10 @@ +returns_id,amount,date +1,946,2024-03-15 +2,272,2024-03-28 +3,109,2024-03-12 +4,347,2024-03-24 +5,320,2024-03-26 +6,653,2024-03-22 +7,153,2024-03-05 +8,561,2024-03-13 +9,724,2024-03-17 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/sales.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4c5cce858ee7696f4f5e4ad5bf0261dc98a95d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/sales.csv @@ -0,0 +1,10 @@ +sales_id,amount,date +1,507,2024-03-12 +2,527,2024-03-17 +3,954,2024-03-27 +4,740,2024-03-26 +5,305,2024-03-19 +6,41,2024-03-28 +7,161,2024-03-22 +8,962,2024-03-15 +9,434,2024-03-16 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/shipments.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..d98dcfb385605c2349ec6bddb2b3e025c5653fab --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/shipments.csv @@ -0,0 +1,15 @@ +shipments_id,amount,date +1,815,2024-03-17 +2,599,2024-03-13 +3,458,2024-03-25 +4,66,2024-03-07 +5,251,2024-03-08 +6,82,2024-03-24 +7,579,2024-03-08 +8,671,2024-03-20 +9,720,2024-03-05 +10,298,2024-03-08 +11,100,2024-03-23 +12,242,2024-03-13 +13,601,2024-03-26 +14,983,2024-03-14 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/tickets.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..d86da162436bc43cb2c62602b262824f789275e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q2/tickets.csv @@ -0,0 +1,10 @@ +tickets_id,amount,date +1,705,2024-03-17 +2,49,2024-03-16 +3,848,2024-03-16 +4,724,2024-03-04 +5,981,2024-03-19 +6,134,2024-03-16 +7,506,2024-03-21 +8,581,2024-03-11 +9,810,2024-03-26 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/refunds.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/refunds.csv new file mode 100644 index 0000000000000000000000000000000000000000..4be7cb4544b953d19f6d76b35d7460cfed488839 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/refunds.csv @@ -0,0 +1,9 @@ +refunds_id,amount,date +1,115,2024-03-23 +2,853,2024-03-06 +3,150,2024-03-28 +4,147,2024-03-23 +5,274,2024-03-12 +6,567,2024-03-18 +7,380,2024-03-06 +8,517,2024-03-18 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/returns.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/returns.csv new file mode 100644 index 0000000000000000000000000000000000000000..bae335f2ebb70d51df7883193484619469a129a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/returns.csv @@ -0,0 +1,13 @@ +returns_id,amount,date +1,992,2024-03-25 +2,76,2024-03-11 +3,831,2024-03-26 +4,644,2024-03-09 +5,861,2024-03-23 +6,78,2024-03-22 +7,546,2024-03-12 +8,139,2024-03-05 +9,139,2024-03-23 +10,117,2024-03-18 +11,110,2024-03-18 +12,466,2024-03-17 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/sales.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/sales.csv new file mode 100644 index 0000000000000000000000000000000000000000..6c36246281aae0d83c22f9e49b491313bb9ec8e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/sales.csv @@ -0,0 +1,9 @@ +sales_id,amount,date +1,886,2024-03-09 +2,271,2024-03-09 +3,750,2024-03-24 +4,290,2024-03-03 +5,310,2024-03-14 +6,720,2024-03-13 +7,17,2024-03-09 +8,582,2024-03-05 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/shipments.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..4d610ce7209742249e8b66ad9da1f755ecdf7799 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/shipments.csv @@ -0,0 +1,9 @@ +shipments_id,amount,date +1,118,2024-03-02 +2,707,2024-03-25 +3,589,2024-03-28 +4,857,2024-03-05 +5,466,2024-03-27 +6,988,2024-03-05 +7,444,2024-03-19 +8,150,2024-03-27 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/tickets.csv b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/tickets.csv new file mode 100644 index 0000000000000000000000000000000000000000..e274eb822888aab35aa0725b59544d17e8799db7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/datasets/2024-q3/tickets.csv @@ -0,0 +1,9 @@ +tickets_id,amount,date +1,841,2024-03-06 +2,902,2024-03-17 +3,428,2024-03-19 +4,803,2024-03-20 +5,52,2024-03-17 +6,855,2024-03-01 +7,248,2024-03-11 +8,957,2024-03-27 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_11f9fa6c5d/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-central-1/api-02.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-central-1/api-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ad0b243b3e5ff606308ffdf86253d28fafa937ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-central-1/api-02.log @@ -0,0 +1,37 @@ +172.16.4.8 - - [2024/04/08:07:06:08 +0000] "POST /health HTTP/1.1" 200 7684 +198.51.100.12 - - [2024/04/08:11:49:56 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 7324 +10.0.0.11 - - [2024/04/08:19:46:52 +0000] "PUT /admin/panel HTTP/1.1" 404 3203 +192.168.1.100 - - [2024/04/08:21:04:00 +0000] "DELETE /metrics HTTP/1.1" 200 7078 +10.0.0.7 - - [2024/04/08:04:26:22 +0000] "POST /login HTTP/1.1" 404 8120 +10.0.0.10 - - [2024/04/08:17:31:22 +0000] "GET /health HTTP/1.1" 200 7376 +198.51.100.77 - - [2024/04/08:13:40:49 +0000] "GET /login HTTP/1.1" 200 1993 +198.51.100.77 - - [2024/04/08:17:57:59 +0000] "DELETE /admin/panel HTTP/1.1" 500 122 +172.16.4.8 - - [2024/04/08:13:17:36 +0000] "GET /static/app.js HTTP/1.1" 200 2219 +198.51.100.12 - - [2024/04/08:01:10:28 +0000] "PUT /admin/panel HTTP/1.1" 200 6268 +203.0.113.200 - - [2024/04/08:13:43:25 +0000] "DELETE /admin/panel HTTP/1.1" 200 8200 +172.16.4.9 - - [2024/04/08:00:17:38 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2426 +10.0.0.10 - - [2024/04/08:11:18:56 +0000] "POST /api/v2/search HTTP/1.1" 200 3252 +192.168.1.23 - - [2024/04/08:21:41:38 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1801 +203.0.113.200 - - [2024/04/08:07:58:51 +0000] "GET /api/v2/search HTTP/1.1" 301 6268 +203.0.113.200 - - [2024/04/08:23:49:44 +0000] "PUT /health HTTP/1.1" 200 1397 +192.168.1.5 - - [2024/04/08:07:16:54 +0000] "GET /login HTTP/1.1" 404 3389 +172.16.200.1 - - [2024/04/08:02:15:42 +0000] "GET /health HTTP/1.1" 500 4214 +10.0.0.10 - - [2024/04/08:12:27:54 +0000] "GET /metrics HTTP/1.1" 200 3622 +172.16.4.9 - - [2024/04/08:14:22:08 +0000] "DELETE /login HTTP/1.1" 200 432 +10.0.0.10 - - [2024/04/08:11:23:52 +0000] "GET /metrics HTTP/1.1" 301 3701 + +172.16.4.9 - - [2024/04/08:10:09:56 +0000] "GET /login HTTP/1.1" 200 7102 +192.168.1.23 - - [2024/04/08:07:13:57 +0000] "PUT /api/v1/orders HTTP/1.1" 200 290 +172.16.4.9 - - [2024/04/08:15:59:03 +0000] "GET /api/v1/orders HTTP/1.1" 404 3492 +203.0.113.42 - - [2024/04/08:04:49:15 +0000] "DELETE /admin/panel HTTP/1.1" 404 4185 +10.0.0.2 - - [2024/04/08:20:43:20 +0000] "GET /api/v2/search HTTP/1.1" 200 1851 +203.0.113.5 - - [2024/04/08:23:23:50 +0000] "PUT /metrics HTTP/1.1" 301 1097 +203.0.113.200 - - [2024/04/08:04:27:48 +0000] "DELETE /api/v1/users HTTP/1.1" 301 7074 + +10.0.0.2 - - [2024/04/08:10:18:26 +0000] "DELETE /health HTTP/1.1" 500 6954 +203.0.113.5 - - [2024/04/08:13:21:21 +0000] "GET /api/v2/search HTTP/1.1" 500 435 +10.0.0.2 - - [2024/04/08:09:13:47 +0000] "PUT /api/v1/users HTTP/1.1" 200 3522 +10.0.0.11 - - [2024/04/08:01:43:50 +0000] "POST /admin/panel HTTP/1.1" 404 6205 +203.0.113.42 - - [2024/04/08:08:51:50 +0000] "DELETE /api/v2/search HTTP/1.1" 200 4085 +198.51.100.77 - - [2024/04/08:14:18:01 +0000] "PUT /metrics HTTP/1.1" 500 5153 +10.0.0.11 - - [2024/04/08:16:51:55 +0000] "POST /health HTTP/1.1" 500 7773 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-central-1/worker-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-central-1/worker-07.log new file mode 100644 index 0000000000000000000000000000000000000000..684ed701bb6781263d0dc99ae34940c667f34f4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-central-1/worker-07.log @@ -0,0 +1,31 @@ +10.0.0.7 - - [2024/04/08:13:43:07 +0000] "GET /health HTTP/1.1" 301 3090 +10.0.0.7 - - [2024/04/08:11:07:32 +0000] "POST /admin/panel HTTP/1.1" 200 5175 +203.0.113.5 - - [2024/04/08:19:27:03 +0000] "GET /metrics HTTP/1.1" 200 8642 +192.168.1.100 - - [2024/04/08:16:53:45 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 3210 +192.168.1.23 - - [2024/04/08:12:22:11 +0000] "PUT /admin/panel HTTP/1.1" 200 2075 +192.168.1.100 - - [2024/04/08:14:54:12 +0000] "POST /metrics HTTP/1.1" 404 1748 +192.168.1.5 - - [2024/04/08:12:37:44 +0000] "GET /static/app.js HTTP/1.1" 200 861 +172.16.4.9 - - [2024/04/08:09:24:40 +0000] "GET /api/v1/orders HTTP/1.1" 200 4101 +10.0.0.2 - - [2024/04/08:15:15:27 +0000] "DELETE /login HTTP/1.1" 200 6304 +10.0.0.11 - - [2024/04/08:03:25:46 +0000] "DELETE /static/app.js HTTP/1.1" 301 4688 +203.0.113.200 - - [2024/04/08:20:16:56 +0000] "DELETE /admin/panel HTTP/1.1" 301 494 +198.51.100.12 - - [2024/04/08:04:11:39 +0000] "DELETE /admin/panel HTTP/1.1" 404 3619 +10.0.0.11 - - [2024/04/08:03:47:41 +0000] "GET /health HTTP/1.1" 404 1861 +192.168.1.5 - - [2024/04/08:23:42:33 +0000] "DELETE /admin/panel HTTP/1.1" 200 8578 +10.0.0.2 - - [2024/04/08:23:37:15 +0000] "POST /static/app.js HTTP/1.1" 301 6235 +192.168.1.100 - - [2024/04/08:07:24:18 +0000] "DELETE /api/v1/users HTTP/1.1" 500 5722 +10.0.0.11 - - [2024/04/08:09:04:03 +0000] "POST /metrics HTTP/1.1" 301 6741 +10.0.0.7 - - [2024/04/08:17:56:02 +0000] "POST /metrics HTTP/1.1" 500 5614 +172.16.200.1 - - [2024/04/08:09:04:15 +0000] "POST /api/v2/search HTTP/1.1" 500 5848 +172.16.4.9 - - [2024/04/08:07:40:02 +0000] "GET /api/v2/search HTTP/1.1" 301 621 +172.16.200.1 - - [2024/04/08:09:27:21 +0000] "PUT /api/v2/search HTTP/1.1" 301 3225 +203.0.113.5 - - [2024/04/08:14:01:15 +0000] "POST /api/v1/orders HTTP/1.1" 301 3467 +203.0.113.5 - - [2024/04/08:04:51:25 +0000] "GET /static/app.js HTTP/1.1" 200 7188 +172.16.4.8 - - [2024/04/08:12:52:16 +0000] "POST /login HTTP/1.1" 301 1423 + + +10.0.0.7 - - [2024/04/08:04:05:25 +0000] "PUT /api/v1/orders HTTP/1.1" 200 668 +198.51.100.12 - - [2024/04/08:08:03:27 +0000] "POST /login HTTP/1.1" 301 7753 +10.0.0.10 - - [2024/04/08:15:30:45 +0000] "PUT /admin/panel HTTP/1.1" 200 8622 +203.0.113.200 - - [2024/04/08:22:35:44 +0000] "DELETE /static/app.js HTTP/1.1" 200 7173 +10.0.0.11 - - [2024/04/08:05:34:06 +0000] "POST /health HTTP/1.1" 200 411 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-west-1/api-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-west-1/api-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b97e7087cf8f27f309524b59f6b4c024d6f412fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-west-1/api-03.log @@ -0,0 +1,27 @@ +203.0.113.200 - - [2024/04/08:09:18:22 +0000] "GET /admin/panel HTTP/1.1" 404 4177 +198.51.100.77 - - [2024/04/08:19:25:24 +0000] "POST /health HTTP/1.1" 500 1823 +10.0.0.2 - - [2024/04/08:06:05:35 +0000] "PUT /api/v2/search HTTP/1.1" 200 2409 +203.0.113.42 - - [2024/04/08:21:35:07 +0000] "GET /metrics HTTP/1.1" 404 6429 +203.0.113.5 - - [2024/04/08:21:52:05 +0000] "POST /static/app.js HTTP/1.1" 500 6492 +172.16.4.8 - - [2024/04/08:19:25:44 +0000] "PUT /api/v2/search HTTP/1.1" 301 4464 +203.0.113.42 - - [2024/04/08:15:03:28 +0000] "PUT /static/app.js HTTP/1.1" 500 8463 +203.0.113.200 - - [2024/04/08:00:20:18 +0000] "DELETE /health HTTP/1.1" 200 4048 + +192.168.1.5 - - [2024/04/08:17:49:07 +0000] "PUT /api/v1/orders HTTP/1.1" 200 6344 +192.168.1.23 - - [2024/04/08:21:52:14 +0000] "GET /api/v2/search HTTP/1.1" 200 7061 +192.168.1.23 - - [2024/04/08:14:43:40 +0000] "GET /api/v2/search HTTP/1.1" 200 5193 +198.51.100.77 - - [2024/04/08:17:25:18 +0000] "GET /login HTTP/1.1" 200 6522 +172.16.4.9 - - [2024/04/08:15:07:55 +0000] "POST /static/app.js HTTP/1.1" 301 171 +10.0.0.10 - - [2024/04/08:11:15:23 +0000] "GET /health HTTP/1.1" 200 6078 +203.0.113.200 - - [2024/04/08:23:55:07 +0000] "POST /api/v1/users HTTP/1.1" 200 8721 +203.0.113.5 - - [2024/04/08:03:44:02 +0000] "POST /admin/panel HTTP/1.1" 301 3451 +192.168.1.5 - - [2024/04/08:07:53:33 +0000] "POST /api/v2/search HTTP/1.1" 200 4028 + +192.168.1.5 - - [2024/04/08:01:08:18 +0000] "DELETE /static/app.js HTTP/1.1" 500 1192 +198.51.100.77 - - [2024/04/08:05:52:26 +0000] "DELETE /api/v2/search HTTP/1.1" 200 7789 +192.168.1.23 - - [2024/04/08:03:44:21 +0000] "DELETE /static/app.js HTTP/1.1" 404 8475 +10.0.0.11 - - [2024/04/08:09:31:46 +0000] "GET /api/v1/users HTTP/1.1" 200 7323 +203.0.113.200 - - [2024/04/08:08:31:50 +0000] "PUT /admin/panel HTTP/1.1" 500 5949 +198.51.100.12 - - [2024/04/08:22:49:25 +0000] "PUT /api/v1/orders HTTP/1.1" 500 3973 +172.16.4.8 - - [2024/04/08:10:33:27 +0000] "DELETE /api/v1/users HTTP/1.1" 200 3013 +203.0.113.200 - - [2024/04/08:13:10:01 +0000] "PUT /health HTTP/1.1" 200 1379 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-west-1/worker-02.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-west-1/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..443b0e274f1382e32fe0219112308a89a4d03329 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/eu-west-1/worker-02.log @@ -0,0 +1,34 @@ +203.0.113.5 - - [2024/04/08:04:07:12 +0000] "GET /api/v1/users HTTP/1.1" 500 4544 +172.16.4.8 - - [2024/04/08:23:52:52 +0000] "GET /api/v1/orders HTTP/1.1" 200 8218 +172.16.4.9 - - [2024/04/08:14:32:33 +0000] "PUT /health HTTP/1.1" 200 6030 +172.16.4.8 - - [2024/04/08:02:31:17 +0000] "GET /api/v2/search HTTP/1.1" 301 8857 +203.0.113.5 - - [2024/04/08:12:01:03 +0000] "POST /api/v2/search HTTP/1.1" 200 1896 +172.16.200.1 - - [2024/04/08:06:29:37 +0000] "POST /metrics HTTP/1.1" 200 211 +172.16.4.8 - - [2024/04/08:13:21:00 +0000] "GET /static/app.js HTTP/1.1" 200 8882 +172.16.4.8 - - [2024/04/08:11:20:35 +0000] "PUT /health HTTP/1.1" 200 6794 +10.0.0.11 - - [2024/04/08:10:59:30 +0000] "DELETE /login HTTP/1.1" 404 4770 +203.0.113.5 - - [2024/04/08:22:22:03 +0000] "GET /api/v2/search HTTP/1.1" 500 2043 +192.168.1.100 - - [2024/04/08:15:47:55 +0000] "POST /static/app.js HTTP/1.1" 200 4417 + +203.0.113.5 - - [2024/04/08:12:42:30 +0000] "PUT /health HTTP/1.1" 200 7570 +198.51.100.77 - - [2024/04/08:12:59:55 +0000] "PUT /login HTTP/1.1" 200 1638 +203.0.113.200 - - [2024/04/08:17:09:40 +0000] "PUT /api/v1/users HTTP/1.1" 200 696 + +198.51.100.12 - - [2024/04/08:17:41:17 +0000] "GET /admin/panel HTTP/1.1" 301 538 +172.16.4.8 - - [2024/04/08:07:31:17 +0000] "POST /login HTTP/1.1" 200 8045 +172.16.200.1 - - [2024/04/08:06:45:26 +0000] "PUT /api/v1/users HTTP/1.1" 500 3225 +10.0.0.10 - - [2024/04/08:03:35:48 +0000] "PUT /api/v1/users HTTP/1.1" 200 4542 +10.0.0.7 - - [2024/04/08:01:50:51 +0000] "PUT /api/v2/search HTTP/1.1" 404 8349 +10.0.0.11 - - [2024/04/08:22:55:24 +0000] "DELETE /api/v1/users HTTP/1.1" 404 7777 +192.168.1.5 - - [2024/04/08:07:06:49 +0000] "DELETE /api/v1/users HTTP/1.1" 500 3221 +203.0.113.42 - - [2024/04/08:09:15:54 +0000] "DELETE /static/app.js HTTP/1.1" 200 3797 +192.168.1.23 - - [2024/04/08:23:47:22 +0000] "DELETE /metrics HTTP/1.1" 301 6529 +10.0.0.2 - - [2024/04/08:03:30:21 +0000] "POST /metrics HTTP/1.1" 500 6766 +198.51.100.77 - - [2024/04/08:07:58:16 +0000] "DELETE /health HTTP/1.1" 404 5459 +192.168.1.100 - - [2024/04/08:00:24:20 +0000] "POST /static/app.js HTTP/1.1" 200 1603 +192.168.1.23 - - [2024/04/08:07:43:07 +0000] "DELETE /health HTTP/1.1" 200 6780 +10.0.0.7 - - [2024/04/08:22:45:31 +0000] "POST /api/v2/search HTTP/1.1" 404 1640 +192.168.1.5 - - [2024/04/08:10:18:14 +0000] "POST /api/v2/search HTTP/1.1" 301 8819 +192.168.1.5 - - [2024/04/08:11:06:40 +0000] "PUT /api/v1/users HTTP/1.1" 200 8604 +172.16.4.9 - - [2024/04/08:08:37:38 +0000] "PUT /login HTTP/1.1" 404 4631 +172.16.200.1 - - [2024/04/08:02:59:40 +0000] "GET /api/v2/search HTTP/1.1" 301 1806 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-east-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-east-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..02a59bb98eaa8b96e6a031b523979fa8231f8bb5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-east-1/api-04.log @@ -0,0 +1,36 @@ +10.0.0.2 - - [2024/04/08:22:50:13 +0000] "POST /api/v1/orders HTTP/1.1" 200 8073 +192.168.1.23 - - [2024/04/08:05:05:28 +0000] "GET /metrics HTTP/1.1" 200 3286 +203.0.113.200 - - [2024/04/08:07:40:50 +0000] "POST /api/v2/search HTTP/1.1" 301 5461 +192.168.1.100 - - [2024/04/08:14:19:13 +0000] "POST /admin/panel HTTP/1.1" 200 7167 +10.0.0.10 - - [2024/04/08:07:27:04 +0000] "PUT /api/v2/search HTTP/1.1" 301 6334 + +192.168.1.100 - - [2024/04/08:17:06:22 +0000] "GET /admin/panel HTTP/1.1" 301 3670 +203.0.113.200 - - [2024/04/08:00:16:36 +0000] "PUT /api/v1/users HTTP/1.1" 500 6011 +198.51.100.12 - - [2024/04/08:08:04:48 +0000] "GET /login HTTP/1.1" 301 3082 +10.0.0.11 - - [2024/04/08:05:31:54 +0000] "PUT /admin/panel HTTP/1.1" 500 7904 +198.51.100.77 - - [2024/04/08:21:55:00 +0000] "POST /static/app.js HTTP/1.1" 500 8812 +10.0.0.10 - - [2024/04/08:17:44:56 +0000] "GET /health HTTP/1.1" 404 5785 +172.16.4.8 - - [2024/04/08:21:11:59 +0000] "DELETE /health HTTP/1.1" 500 2418 +203.0.113.200 - - [2024/04/08:04:56:19 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 1450 +192.168.1.23 - - [2024/04/08:14:03:12 +0000] "GET /admin/panel HTTP/1.1" 200 5860 +192.168.1.5 - - [2024/04/08:08:29:13 +0000] "GET /api/v2/search HTTP/1.1" 200 2643 +192.168.1.100 - - [2024/04/08:08:41:56 +0000] "PUT /health HTTP/1.1" 200 1686 + +10.0.0.11 - - [2024/04/08:19:29:41 +0000] "GET /api/v1/users HTTP/1.1" 500 6599 +172.16.200.1 - - [2024/04/08:15:42:12 +0000] "PUT /api/v1/users HTTP/1.1" 200 4596 +172.16.4.9 - - [2024/04/08:09:22:43 +0000] "PUT /api/v2/search HTTP/1.1" 200 2311 +192.168.1.23 - - [2024/04/08:23:14:33 +0000] "DELETE /admin/panel HTTP/1.1" 500 1010 +10.0.0.10 - - [2024/04/08:04:21:07 +0000] "POST /api/v1/orders HTTP/1.1" 500 2093 +192.168.1.23 - - [2024/04/08:21:42:43 +0000] "DELETE /api/v1/users HTTP/1.1" 500 3436 +198.51.100.12 - - [2024/04/08:17:35:20 +0000] "POST /api/v2/search HTTP/1.1" 200 7630 +192.168.1.5 - - [2024/04/08:06:29:19 +0000] "PUT /static/app.js HTTP/1.1" 200 7249 +203.0.113.200 - - [2024/04/08:23:56:28 +0000] "POST /api/v1/users HTTP/1.1" 200 5733 +172.16.4.8 - - [2024/04/08:01:49:57 +0000] "PUT /api/v1/users HTTP/1.1" 404 3469 +172.16.4.8 - - [2024/04/08:21:17:49 +0000] "GET /api/v1/users HTTP/1.1" 301 7526 +172.16.200.1 - - [2024/04/08:01:44:55 +0000] "DELETE /login HTTP/1.1" 500 1128 +192.168.1.5 - - [2024/04/08:10:33:46 +0000] "GET /health HTTP/1.1" 404 7488 +10.0.0.10 - - [2024/04/08:03:16:00 +0000] "DELETE /login HTTP/1.1" 500 6954 +10.0.0.7 - - [2024/04/08:03:14:46 +0000] "POST /api/v2/search HTTP/1.1" 500 8830 +10.0.0.7 - - [2024/04/08:14:08:02 +0000] "POST /login HTTP/1.1" 500 3264 +10.0.0.7 - - [2024/04/08:00:21:57 +0000] "GET /api/v1/orders HTTP/1.1" 404 8762 +198.51.100.77 - - [2024/04/08:03:02:28 +0000] "DELETE /login HTTP/1.1" 200 1917 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-east-1/web-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-east-1/web-05.log new file mode 100644 index 0000000000000000000000000000000000000000..9f3b32a7164ff90d1bc7c2d1995e8c4da55b7b2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-east-1/web-05.log @@ -0,0 +1,34 @@ +203.0.113.200 - - [2024/04/08:21:33:03 +0000] "GET /login HTTP/1.1" 200 4842 +10.0.0.10 - - [2024/04/08:23:52:24 +0000] "PUT /static/app.js HTTP/1.1" 200 2836 +203.0.113.5 - - [2024/04/08:22:02:15 +0000] "POST /admin/panel HTTP/1.1" 500 5568 + +192.168.1.5 - - [2024/04/08:06:26:09 +0000] "POST /admin/panel HTTP/1.1" 301 4104 +172.16.200.1 - - [2024/04/08:06:56:17 +0000] "DELETE /login HTTP/1.1" 301 8097 +203.0.113.200 - - [2024/04/08:07:19:33 +0000] "POST /api/v1/users HTTP/1.1" 200 750 +192.168.1.5 - - [2024/04/08:18:52:42 +0000] "DELETE /api/v1/users HTTP/1.1" 200 4288 +203.0.113.42 - - [2024/04/08:01:29:42 +0000] "DELETE /api/v2/search HTTP/1.1" 404 4442 +192.168.1.5 - - [2024/04/08:11:30:54 +0000] "POST /health HTTP/1.1" 500 464 +10.0.0.2 - - [2024/04/08:07:00:24 +0000] "GET /admin/panel HTTP/1.1" 200 1048 +10.0.0.11 - - [2024/04/08:13:44:42 +0000] "DELETE /metrics HTTP/1.1" 200 3172 +203.0.113.200 - - [2024/04/08:21:38:18 +0000] "PUT /metrics HTTP/1.1" 200 3634 +198.51.100.12 - - [2024/04/08:21:31:19 +0000] "POST /admin/panel HTTP/1.1" 200 8579 +198.51.100.77 - - [2024/04/08:01:33:06 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 886 +203.0.113.42 - - [2024/04/08:20:23:39 +0000] "DELETE /api/v1/users HTTP/1.1" 200 7605 +192.168.1.5 - - [2024/04/08:04:49:28 +0000] "PUT /login HTTP/1.1" 301 4094 +203.0.113.42 - - [2024/04/08:03:34:03 +0000] "DELETE /health HTTP/1.1" 200 8010 +198.51.100.77 - - [2024/04/08:05:48:04 +0000] "PUT /metrics HTTP/1.1" 200 6382 +172.16.4.9 - - [2024/04/08:05:58:44 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 6977 +10.0.0.2 - - [2024/04/08:08:52:45 +0000] "GET /api/v2/search HTTP/1.1" 200 2909 +10.0.0.11 - - [2024/04/08:17:36:46 +0000] "PUT /login HTTP/1.1" 404 4159 +203.0.113.42 - - [2024/04/08:17:12:52 +0000] "POST /health HTTP/1.1" 200 957 +172.16.4.8 - - [2024/04/08:09:11:08 +0000] "POST /health HTTP/1.1" 301 8309 +10.0.0.11 - - [2024/04/08:01:10:22 +0000] "DELETE /login HTTP/1.1" 301 8000 +203.0.113.200 - - [2024/04/08:00:20:02 +0000] "PUT /health HTTP/1.1" 200 195 + +10.0.0.11 - - [2024/04/08:23:55:58 +0000] "POST /static/app.js HTTP/1.1" 500 2730 +192.168.1.100 - - [2024/04/08:18:21:22 +0000] "POST /api/v1/orders HTTP/1.1" 200 2525 +198.51.100.77 - - [2024/04/08:09:18:33 +0000] "PUT /admin/panel HTTP/1.1" 200 5062 +192.168.1.100 - - [2024/04/08:12:06:33 +0000] "POST /login HTTP/1.1" 500 301 +192.168.1.100 - - [2024/04/08:15:59:36 +0000] "PUT /login HTTP/1.1" 200 7418 +10.0.0.7 - - [2024/04/08:21:51:55 +0000] "GET /login HTTP/1.1" 200 6918 +192.168.1.100 - - [2024/04/08:16:38:47 +0000] "PUT /api/v1/users HTTP/1.1" 200 2223 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/api-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..701553d6ae8df20565d0f540a2c33e04dc2decd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/api-06.log @@ -0,0 +1,27 @@ +10.0.0.7 - - [2024/04/08:12:23:45 +0000] "GET /static/app.js HTTP/1.1" 200 992 +172.16.4.9 - - [2024/04/08:07:51:23 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 2584 +10.0.0.11 - - [2024/04/08:09:56:28 +0000] "DELETE /api/v1/users HTTP/1.1" 301 3985 +192.168.1.23 - - [2024/04/08:11:44:58 +0000] "DELETE /health HTTP/1.1" 500 7303 +10.0.0.2 - - [2024/04/08:11:22:36 +0000] "DELETE /api/v2/search HTTP/1.1" 200 1304 +192.168.1.23 - - [2024/04/08:12:19:14 +0000] "GET /health HTTP/1.1" 200 7792 +192.168.1.5 - - [2024/04/08:04:33:32 +0000] "POST /api/v1/orders HTTP/1.1" 404 3439 +192.168.1.5 - - [2024/04/08:11:44:39 +0000] "GET /static/app.js HTTP/1.1" 500 2481 +10.0.0.2 - - [2024/04/08:19:18:23 +0000] "DELETE /login HTTP/1.1" 500 5250 +172.16.200.1 - - [2024/04/08:16:50:57 +0000] "POST /api/v2/search HTTP/1.1" 301 8453 +10.0.0.7 - - [2024/04/08:11:52:12 +0000] "GET /admin/panel HTTP/1.1" 200 5175 +10.0.0.7 - - [2024/04/08:02:19:34 +0000] "POST /api/v2/search HTTP/1.1" 200 5185 +192.168.1.5 - - [2024/04/08:07:44:02 +0000] "PUT /login HTTP/1.1" 200 3741 +172.16.4.9 - - [2024/04/08:02:29:21 +0000] "PUT /api/v1/users HTTP/1.1" 500 6654 + +203.0.113.200 - - [2024/04/08:22:21:46 +0000] "DELETE /health HTTP/1.1" 301 6465 +192.168.1.100 - - [2024/04/08:17:30:49 +0000] "GET /health HTTP/1.1" 200 5149 +203.0.113.42 - - [2024/04/08:00:14:31 +0000] "DELETE /health HTTP/1.1" 200 2647 +10.0.0.11 - - [2024/04/08:16:37:18 +0000] "GET /health HTTP/1.1" 404 2758 +10.0.0.7 - - [2024/04/08:09:21:55 +0000] "DELETE /admin/panel HTTP/1.1" 200 2746 +203.0.113.5 - - [2024/04/08:01:53:59 +0000] "GET /login HTTP/1.1" 200 4678 +203.0.113.42 - - [2024/04/08:12:02:42 +0000] "PUT /login HTTP/1.1" 404 1033 + +10.0.0.11 - - [2024/04/08:04:12:30 +0000] "GET /admin/panel HTTP/1.1" 404 3468 +10.0.0.10 - - [2024/04/08:12:54:52 +0000] "POST /admin/panel HTTP/1.1" 301 3007 +172.16.4.9 - - [2024/04/08:00:26:09 +0000] "GET /api/v2/search HTTP/1.1" 200 8537 +172.16.4.9 - - [2024/04/08:16:36:35 +0000] "POST /metrics HTTP/1.1" 500 4287 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/edge-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/edge-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b242f1e396f5038de48a41147c362d566f84c442 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/edge-03.log @@ -0,0 +1,25 @@ +10.0.0.11 - - [2024/04/08:22:14:03 +0000] "DELETE /health HTTP/1.1" 200 3391 +172.16.4.9 - - [2024/04/08:10:15:30 +0000] "POST /api/v1/users HTTP/1.1" 200 3458 +10.0.0.10 - - [2024/04/08:19:48:40 +0000] "GET /health HTTP/1.1" 500 3609 +10.0.0.7 - - [2024/04/08:02:15:20 +0000] "DELETE /metrics HTTP/1.1" 200 6012 +192.168.1.5 - - [2024/04/08:05:59:17 +0000] "GET /login HTTP/1.1" 404 7406 +172.16.200.1 - - [2024/04/08:22:04:04 +0000] "GET /health HTTP/1.1" 200 2097 +198.51.100.77 - - [2024/04/08:20:51:49 +0000] "DELETE /login HTTP/1.1" 200 1008 +10.0.0.2 - - [2024/04/08:20:17:49 +0000] "GET /login HTTP/1.1" 301 7274 +203.0.113.200 - - [2024/04/08:22:21:52 +0000] "DELETE /health HTTP/1.1" 200 2645 +172.16.4.8 - - [2024/04/08:05:40:28 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2545 +192.168.1.100 - - [2024/04/08:06:51:50 +0000] "GET /static/app.js HTTP/1.1" 404 3860 + + +10.0.0.2 - - [2024/04/08:17:57:34 +0000] "DELETE /login HTTP/1.1" 301 5481 +192.168.1.5 - - [2024/04/08:08:16:26 +0000] "DELETE /health HTTP/1.1" 200 5930 +10.0.0.7 - - [2024/04/08:00:33:11 +0000] "PUT /admin/panel HTTP/1.1" 200 5670 +192.168.1.23 - - [2024/04/08:22:49:37 +0000] "GET /api/v1/orders HTTP/1.1" 301 8734 +172.16.4.9 - - [2024/04/08:08:15:49 +0000] "POST /metrics HTTP/1.1" 500 5607 +172.16.4.9 - - [2024/04/08:06:27:33 +0000] "GET /api/v1/users HTTP/1.1" 500 6121 +203.0.113.42 - - [2024/04/08:00:46:17 +0000] "PUT /health HTTP/1.1" 200 7688 +10.0.0.11 - - [2024/04/08:17:06:51 +0000] "PUT /admin/panel HTTP/1.1" 404 1205 +192.168.1.5 - - [2024/04/08:02:15:01 +0000] "GET /login HTTP/1.1" 200 8251 +192.168.1.23 - - [2024/04/08:02:14:31 +0000] "PUT /static/app.js HTTP/1.1" 500 8190 +203.0.113.200 - - [2024/04/08:08:34:37 +0000] "DELETE /metrics HTTP/1.1" 200 3327 +192.168.1.100 - - [2024/04/08:21:07:15 +0000] "POST /api/v2/search HTTP/1.1" 301 8109 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/worker-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/worker-01.log new file mode 100644 index 0000000000000000000000000000000000000000..66d1bb0d49e53674de2ddda3fccf3f15dda4fcb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-08/us-west-2/worker-01.log @@ -0,0 +1,36 @@ +203.0.113.200 - - [2024/04/08:15:20:55 +0000] "GET /health HTTP/1.1" 200 7204 +192.168.1.23 - - [2024/04/08:22:58:42 +0000] "POST /metrics HTTP/1.1" 200 2287 + +172.16.200.1 - - [2024/04/08:23:48:30 +0000] "PUT /health HTTP/1.1" 200 6981 +192.168.1.5 - - [2024/04/08:15:03:14 +0000] "GET /static/app.js HTTP/1.1" 404 843 +192.168.1.23 - - [2024/04/08:08:20:28 +0000] "POST /api/v2/search HTTP/1.1" 301 4300 +192.168.1.23 - - [2024/04/08:17:36:24 +0000] "GET /metrics HTTP/1.1" 404 6121 +203.0.113.5 - - [2024/04/08:05:37:32 +0000] "DELETE /login HTTP/1.1" 200 6132 +203.0.113.5 - - [2024/04/08:16:48:48 +0000] "DELETE /admin/panel HTTP/1.1" 200 8051 +172.16.200.1 - - [2024/04/08:00:04:58 +0000] "GET /admin/panel HTTP/1.1" 500 2033 +10.0.0.10 - - [2024/04/08:06:03:00 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5440 +203.0.113.42 - - [2024/04/08:15:16:56 +0000] "GET /api/v1/orders HTTP/1.1" 200 4620 +172.16.200.1 - - [2024/04/08:01:08:36 +0000] "DELETE /static/app.js HTTP/1.1" 200 6017 +172.16.4.9 - - [2024/04/08:13:30:25 +0000] "DELETE /api/v1/users HTTP/1.1" 200 1229 +203.0.113.42 - - [2024/04/08:19:10:07 +0000] "GET /login HTTP/1.1" 500 3496 +203.0.113.42 - - [2024/04/08:09:26:40 +0000] "PUT /login HTTP/1.1" 404 3372 +10.0.0.7 - - [2024/04/08:19:31:38 +0000] "GET /login HTTP/1.1" 301 3749 +203.0.113.5 - - [2024/04/08:10:56:49 +0000] "DELETE /login HTTP/1.1" 301 6156 +192.168.1.5 - - [2024/04/08:20:31:33 +0000] "PUT /login HTTP/1.1" 200 4574 +192.168.1.5 - - [2024/04/08:01:26:40 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 6954 +10.0.0.10 - - [2024/04/08:20:28:21 +0000] "GET /metrics HTTP/1.1" 200 6149 +192.168.1.100 - - [2024/04/08:07:01:39 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4810 +192.168.1.23 - - [2024/04/08:16:37:50 +0000] "POST /api/v1/orders HTTP/1.1" 301 3763 +10.0.0.10 - - [2024/04/08:21:39:10 +0000] "PUT /static/app.js HTTP/1.1" 301 3193 +10.0.0.11 - - [2024/04/08:16:22:20 +0000] "GET /login HTTP/1.1" 200 861 +192.168.1.23 - - [2024/04/08:20:37:57 +0000] "GET /health HTTP/1.1" 200 6044 +10.0.0.11 - - [2024/04/08:00:43:59 +0000] "POST /api/v1/orders HTTP/1.1" 301 7196 +203.0.113.5 - - [2024/04/08:11:47:24 +0000] "DELETE /health HTTP/1.1" 200 4762 +203.0.113.200 - - [2024/04/08:22:58:28 +0000] "DELETE /admin/panel HTTP/1.1" 200 7578 +203.0.113.42 - - [2024/04/08:14:44:47 +0000] "GET /health HTTP/1.1" 404 2953 +192.168.1.23 - - [2024/04/08:03:28:24 +0000] "POST /api/v1/users HTTP/1.1" 404 5440 +192.168.1.5 - - [2024/04/08:23:46:49 +0000] "GET /health HTTP/1.1" 200 1636 + +10.0.0.11 - - [2024/04/08:07:05:45 +0000] "DELETE /admin/panel HTTP/1.1" 500 1188 +198.51.100.12 - - [2024/04/08:19:48:06 +0000] "PUT /health HTTP/1.1" 200 6924 +10.0.0.10 - - [2024/04/08:05:05:15 +0000] "PUT /api/v2/search HTTP/1.1" 500 6923 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1636eecce6bef98924a0ee8e6341186db49406c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/api-04.log @@ -0,0 +1,27 @@ +192.168.1.5 - - [2024/04/09:04:28:52 +0000] "PUT /admin/panel HTTP/1.1" 200 5904 +203.0.113.42 - - [2024/04/09:13:08:36 +0000] "PUT /login HTTP/1.1" 200 7276 +192.168.1.100 - - [2024/04/09:18:16:09 +0000] "GET /api/v1/users HTTP/1.1" 404 7407 + +10.0.0.7 - - [2024/04/09:20:31:52 +0000] "PUT /metrics HTTP/1.1" 200 7749 +203.0.113.200 - - [2024/04/09:21:45:39 +0000] "PUT /api/v2/search HTTP/1.1" 200 8100 +203.0.113.42 - - [2024/04/09:18:37:55 +0000] "DELETE /login HTTP/1.1" 500 2424 +192.168.1.100 - - [2024/04/09:16:01:34 +0000] "DELETE /api/v2/search HTTP/1.1" 404 1475 +203.0.113.200 - - [2024/04/09:14:53:12 +0000] "PUT /static/app.js HTTP/1.1" 404 2584 +198.51.100.77 - - [2024/04/09:21:47:19 +0000] "PUT /admin/panel HTTP/1.1" 200 3629 +172.16.4.9 - - [2024/04/09:08:23:01 +0000] "PUT /api/v2/search HTTP/1.1" 200 5153 +203.0.113.42 - - [2024/04/09:15:59:15 +0000] "PUT /api/v1/orders HTTP/1.1" 200 5115 +198.51.100.12 - - [2024/04/09:21:34:46 +0000] "DELETE /static/app.js HTTP/1.1" 200 1966 +198.51.100.12 - - [2024/04/09:06:08:33 +0000] "GET /login HTTP/1.1" 301 5366 +203.0.113.200 - - [2024/04/09:17:54:48 +0000] "PUT /static/app.js HTTP/1.1" 200 6106 +198.51.100.12 - - [2024/04/09:12:24:43 +0000] "DELETE /api/v1/users HTTP/1.1" 404 6607 +198.51.100.12 - - [2024/04/09:08:14:44 +0000] "POST /api/v2/search HTTP/1.1" 200 4756 +172.16.4.8 - - [2024/04/09:17:41:59 +0000] "GET /admin/panel HTTP/1.1" 200 4959 +203.0.113.200 - - [2024/04/09:13:04:00 +0000] "GET /api/v1/orders HTTP/1.1" 200 8192 +10.0.0.11 - - [2024/04/09:05:48:40 +0000] "GET /health HTTP/1.1" 200 6690 +198.51.100.77 - - [2024/04/09:11:55:01 +0000] "GET /api/v2/search HTTP/1.1" 404 4455 + +203.0.113.5 - - [2024/04/09:17:07:40 +0000] "GET /static/app.js HTTP/1.1" 200 2444 +203.0.113.42 - - [2024/04/09:15:08:26 +0000] "PUT /api/v1/users HTTP/1.1" 200 7528 +203.0.113.42 - - [2024/04/09:12:46:52 +0000] "DELETE /admin/panel HTTP/1.1" 301 1653 +172.16.200.1 - - [2024/04/09:22:19:01 +0000] "GET /api/v1/users HTTP/1.1" 404 3180 +172.16.200.1 - - [2024/04/09:21:50:01 +0000] "GET /health HTTP/1.1" 200 7264 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/edge-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/edge-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9280e756eea54a1ef86de15f908d6d56e263d687 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/edge-01.log @@ -0,0 +1,26 @@ +172.16.4.8 - - [2024/04/09:18:39:15 +0000] "GET /api/v2/search HTTP/1.1" 500 6052 +172.16.4.9 - - [2024/04/09:08:09:17 +0000] "DELETE /api/v2/search HTTP/1.1" 200 5706 +198.51.100.77 - - [2024/04/09:19:39:41 +0000] "PUT /admin/panel HTTP/1.1" 200 1781 +10.0.0.10 - - [2024/04/09:07:02:48 +0000] "POST /api/v1/users HTTP/1.1" 301 2967 +172.16.4.9 - - [2024/04/09:12:38:43 +0000] "POST /api/v2/search HTTP/1.1" 301 4667 +192.168.1.23 - - [2024/04/09:06:58:40 +0000] "DELETE /static/app.js HTTP/1.1" 200 7881 +172.16.4.8 - - [2024/04/09:21:26:58 +0000] "PUT /api/v1/orders HTTP/1.1" 500 3513 +10.0.0.2 - - [2024/04/09:14:10:30 +0000] "POST /login HTTP/1.1" 200 1372 +203.0.113.42 - - [2024/04/09:04:27:34 +0000] "GET /static/app.js HTTP/1.1" 200 2564 +172.16.4.8 - - [2024/04/09:10:13:17 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 6985 +10.0.0.2 - - [2024/04/09:15:14:36 +0000] "GET /admin/panel HTTP/1.1" 200 152 +172.16.4.8 - - [2024/04/09:17:28:37 +0000] "PUT /login HTTP/1.1" 500 2166 +10.0.0.2 - - [2024/04/09:01:05:52 +0000] "PUT /login HTTP/1.1" 200 475 +198.51.100.77 - - [2024/04/09:05:37:25 +0000] "POST /metrics HTTP/1.1" 500 5048 +192.168.1.23 - - [2024/04/09:11:05:16 +0000] "GET /static/app.js HTTP/1.1" 301 5101 +203.0.113.200 - - [2024/04/09:19:00:59 +0000] "PUT /health HTTP/1.1" 200 7131 +203.0.113.42 - - [2024/04/09:08:04:51 +0000] "DELETE /api/v2/search HTTP/1.1" 200 7892 +198.51.100.77 - - [2024/04/09:06:12:53 +0000] "DELETE /api/v2/search HTTP/1.1" 200 4972 +172.16.4.8 - - [2024/04/09:06:43:56 +0000] "PUT /api/v1/users HTTP/1.1" 200 5303 +198.51.100.77 - - [2024/04/09:03:42:57 +0000] "POST /admin/panel HTTP/1.1" 301 395 + +192.168.1.23 - - [2024/04/09:11:07:40 +0000] "POST /admin/panel HTTP/1.1" 500 3113 +172.16.4.9 - - [2024/04/09:09:29:38 +0000] "DELETE /admin/panel HTTP/1.1" 404 501 +192.168.1.23 - - [2024/04/09:16:12:05 +0000] "PUT /api/v2/search HTTP/1.1" 200 2068 + +203.0.113.5 - - [2024/04/09:10:39:26 +0000] "POST /static/app.js HTTP/1.1" 404 5281 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/worker-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/worker-01.log new file mode 100644 index 0000000000000000000000000000000000000000..c4a07fda8668f359ab0c1f0e4b2714f38bfdbf8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-central-1/worker-01.log @@ -0,0 +1,29 @@ +10.0.0.10 - - [2024/04/09:08:25:58 +0000] "PUT /api/v2/search HTTP/1.1" 404 6114 +192.168.1.100 - - [2024/04/09:13:25:25 +0000] "GET /login HTTP/1.1" 200 8273 +172.16.4.8 - - [2024/04/09:07:31:02 +0000] "DELETE /metrics HTTP/1.1" 200 4471 +198.51.100.77 - - [2024/04/09:15:50:21 +0000] "GET /login HTTP/1.1" 404 340 +203.0.113.5 - - [2024/04/09:14:19:56 +0000] "DELETE /admin/panel HTTP/1.1" 200 198 +198.51.100.12 - - [2024/04/09:10:38:45 +0000] "DELETE /static/app.js HTTP/1.1" 200 4907 +192.168.1.100 - - [2024/04/09:07:23:25 +0000] "POST /login HTTP/1.1" 500 1404 +172.16.4.9 - - [2024/04/09:19:19:36 +0000] "PUT /health HTTP/1.1" 200 4425 +10.0.0.7 - - [2024/04/09:20:36:49 +0000] "GET /static/app.js HTTP/1.1" 301 2376 +10.0.0.2 - - [2024/04/09:13:02:08 +0000] "DELETE /health HTTP/1.1" 200 6630 +10.0.0.2 - - [2024/04/09:11:01:13 +0000] "PUT /api/v1/users HTTP/1.1" 200 3787 +192.168.1.23 - - [2024/04/09:08:55:44 +0000] "POST /metrics HTTP/1.1" 200 500 +10.0.0.10 - - [2024/04/09:06:59:54 +0000] "POST /api/v1/users HTTP/1.1" 200 4585 + +10.0.0.2 - - [2024/04/09:02:54:07 +0000] "POST /api/v1/users HTTP/1.1" 301 1188 +10.0.0.2 - - [2024/04/09:18:04:47 +0000] "DELETE /login HTTP/1.1" 200 7891 +192.168.1.5 - - [2024/04/09:04:25:31 +0000] "GET /api/v1/users HTTP/1.1" 200 6488 +172.16.200.1 - - [2024/04/09:19:53:32 +0000] "PUT /admin/panel HTTP/1.1" 404 6899 +192.168.1.23 - - [2024/04/09:06:40:31 +0000] "GET /health HTTP/1.1" 200 7978 +203.0.113.200 - - [2024/04/09:05:21:18 +0000] "POST /api/v1/orders HTTP/1.1" 200 8435 +10.0.0.11 - - [2024/04/09:10:45:06 +0000] "POST /admin/panel HTTP/1.1" 200 8005 +172.16.4.9 - - [2024/04/09:22:13:18 +0000] "PUT /health HTTP/1.1" 200 6054 +203.0.113.200 - - [2024/04/09:20:38:27 +0000] "GET /admin/panel HTTP/1.1" 200 2209 +203.0.113.200 - - [2024/04/09:22:11:33 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6977 +10.0.0.2 - - [2024/04/09:11:33:47 +0000] "POST /api/v2/search HTTP/1.1" 200 8924 +198.51.100.77 - - [2024/04/09:06:19:23 +0000] "POST /metrics HTTP/1.1" 404 379 + +10.0.0.11 - - [2024/04/09:02:32:07 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6180 +172.16.200.1 - - [2024/04/09:02:47:21 +0000] "POST /login HTTP/1.1" 404 8773 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/edge-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/edge-05.log new file mode 100644 index 0000000000000000000000000000000000000000..b52914549badbbd7f9b4206596c4fff61dee0c2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/edge-05.log @@ -0,0 +1,30 @@ +172.16.4.8 - - [2024/04/09:23:21:03 +0000] "POST /static/app.js HTTP/1.1" 500 2261 +10.0.0.11 - - [2024/04/09:00:14:55 +0000] "GET /login HTTP/1.1" 301 4108 +192.168.1.23 - - [2024/04/09:05:34:20 +0000] "DELETE /login HTTP/1.1" 404 6709 +203.0.113.200 - - [2024/04/09:20:58:52 +0000] "DELETE /health HTTP/1.1" 200 626 + +10.0.0.7 - - [2024/04/09:16:22:15 +0000] "POST /api/v1/users HTTP/1.1" 200 8731 +172.16.200.1 - - [2024/04/09:19:26:11 +0000] "GET /api/v2/search HTTP/1.1" 200 2022 +192.168.1.23 - - [2024/04/09:03:56:09 +0000] "POST /api/v1/users HTTP/1.1" 500 453 +10.0.0.2 - - [2024/04/09:09:50:24 +0000] "POST /admin/panel HTTP/1.1" 404 7441 +203.0.113.200 - - [2024/04/09:12:00:29 +0000] "PUT /api/v1/orders HTTP/1.1" 200 5523 +192.168.1.100 - - [2024/04/09:11:36:34 +0000] "PUT /admin/panel HTTP/1.1" 404 3067 +172.16.4.8 - - [2024/04/09:21:08:21 +0000] "GET /metrics HTTP/1.1" 500 7441 +198.51.100.12 - - [2024/04/09:15:24:16 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 3921 +192.168.1.23 - - [2024/04/09:22:38:48 +0000] "PUT /health HTTP/1.1" 200 1777 +203.0.113.200 - - [2024/04/09:14:21:59 +0000] "POST /admin/panel HTTP/1.1" 404 7017 +203.0.113.5 - - [2024/04/09:06:59:26 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5141 +192.168.1.5 - - [2024/04/09:14:27:39 +0000] "PUT /login HTTP/1.1" 500 7709 +10.0.0.10 - - [2024/04/09:16:19:27 +0000] "POST /health HTTP/1.1" 200 8157 +10.0.0.10 - - [2024/04/09:00:24:39 +0000] "POST /api/v2/search HTTP/1.1" 404 2448 + +172.16.4.9 - - [2024/04/09:14:37:44 +0000] "GET /static/app.js HTTP/1.1" 301 2000 +198.51.100.12 - - [2024/04/09:05:06:13 +0000] "POST /api/v2/search HTTP/1.1" 500 8380 +192.168.1.5 - - [2024/04/09:22:25:49 +0000] "GET /login HTTP/1.1" 301 5549 +172.16.200.1 - - [2024/04/09:21:48:58 +0000] "POST /admin/panel HTTP/1.1" 404 5721 +203.0.113.5 - - [2024/04/09:18:53:29 +0000] "PUT /api/v1/users HTTP/1.1" 200 6031 +203.0.113.200 - - [2024/04/09:08:28:38 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 6427 +10.0.0.7 - - [2024/04/09:18:29:53 +0000] "POST /metrics HTTP/1.1" 200 788 +10.0.0.10 - - [2024/04/09:06:19:17 +0000] "POST /api/v2/search HTTP/1.1" 301 8137 +10.0.0.7 - - [2024/04/09:19:00:08 +0000] "GET /static/app.js HTTP/1.1" 404 160 +203.0.113.200 - - [2024/04/09:05:16:00 +0000] "PUT /health HTTP/1.1" 404 5540 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/web-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/web-06.log new file mode 100644 index 0000000000000000000000000000000000000000..6295877bc04868b62310397db82d7a5eb62ae1f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/web-06.log @@ -0,0 +1,26 @@ +192.168.1.100 - - [2024/04/09:13:39:54 +0000] "PUT /static/app.js HTTP/1.1" 200 6197 + +203.0.113.5 - - [2024/04/09:09:25:01 +0000] "GET /login HTTP/1.1" 200 5243 +192.168.1.5 - - [2024/04/09:21:19:07 +0000] "GET /static/app.js HTTP/1.1" 200 7649 +192.168.1.23 - - [2024/04/09:08:11:04 +0000] "PUT /login HTTP/1.1" 200 5075 +203.0.113.200 - - [2024/04/09:12:30:12 +0000] "GET /admin/panel HTTP/1.1" 301 5351 +172.16.4.9 - - [2024/04/09:23:12:21 +0000] "POST /api/v1/users HTTP/1.1" 404 182 +198.51.100.12 - - [2024/04/09:14:32:40 +0000] "GET /admin/panel HTTP/1.1" 200 8764 + +203.0.113.42 - - [2024/04/09:23:42:38 +0000] "GET /metrics HTTP/1.1" 404 8531 +10.0.0.10 - - [2024/04/09:10:39:02 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4368 +192.168.1.5 - - [2024/04/09:14:15:01 +0000] "POST /static/app.js HTTP/1.1" 404 4227 +198.51.100.12 - - [2024/04/09:14:16:43 +0000] "PUT /static/app.js HTTP/1.1" 200 2465 +198.51.100.12 - - [2024/04/09:03:15:53 +0000] "DELETE /static/app.js HTTP/1.1" 200 3580 +10.0.0.2 - - [2024/04/09:07:40:54 +0000] "POST /metrics HTTP/1.1" 301 4896 +172.16.200.1 - - [2024/04/09:14:53:31 +0000] "POST /login HTTP/1.1" 404 3908 +192.168.1.5 - - [2024/04/09:21:36:59 +0000] "POST /static/app.js HTTP/1.1" 200 8085 +172.16.4.8 - - [2024/04/09:16:43:48 +0000] "POST /metrics HTTP/1.1" 200 848 +192.168.1.100 - - [2024/04/09:03:30:40 +0000] "POST /login HTTP/1.1" 200 6691 +192.168.1.100 - - [2024/04/09:12:25:52 +0000] "GET /admin/panel HTTP/1.1" 404 8151 +198.51.100.12 - - [2024/04/09:01:25:07 +0000] "GET /login HTTP/1.1" 301 1487 +203.0.113.200 - - [2024/04/09:09:28:46 +0000] "POST /api/v1/orders HTTP/1.1" 500 6994 +203.0.113.5 - - [2024/04/09:11:01:26 +0000] "POST /api/v1/users HTTP/1.1" 301 7360 +10.0.0.2 - - [2024/04/09:11:39:33 +0000] "DELETE /api/v2/search HTTP/1.1" 200 323 +198.51.100.12 - - [2024/04/09:21:25:54 +0000] "GET /admin/panel HTTP/1.1" 404 2086 +10.0.0.7 - - [2024/04/09:23:55:47 +0000] "DELETE /api/v1/users HTTP/1.1" 200 903 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/worker-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/worker-05.log new file mode 100644 index 0000000000000000000000000000000000000000..e4a9663db2b4982a418ca4ec1fb0df4ca04d7402 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/eu-west-1/worker-05.log @@ -0,0 +1,35 @@ +192.168.1.23 - - [2024/04/09:23:01:14 +0000] "DELETE /admin/panel HTTP/1.1" 200 4499 +10.0.0.11 - - [2024/04/09:21:58:42 +0000] "POST /api/v2/search HTTP/1.1" 301 6673 +10.0.0.7 - - [2024/04/09:12:48:19 +0000] "PUT /health HTTP/1.1" 200 2423 +172.16.200.1 - - [2024/04/09:20:02:00 +0000] "PUT /health HTTP/1.1" 200 1218 +203.0.113.42 - - [2024/04/09:06:10:06 +0000] "GET /static/app.js HTTP/1.1" 200 7760 +198.51.100.77 - - [2024/04/09:14:32:53 +0000] "GET /health HTTP/1.1" 200 7316 +203.0.113.5 - - [2024/04/09:12:03:47 +0000] "GET /admin/panel HTTP/1.1" 200 2888 + +198.51.100.12 - - [2024/04/09:04:36:40 +0000] "PUT /api/v1/users HTTP/1.1" 301 2766 +172.16.4.8 - - [2024/04/09:02:06:03 +0000] "DELETE /admin/panel HTTP/1.1" 301 3056 +192.168.1.5 - - [2024/04/09:04:42:29 +0000] "POST /health HTTP/1.1" 301 523 +192.168.1.100 - - [2024/04/09:02:44:32 +0000] "GET /admin/panel HTTP/1.1" 200 3140 +203.0.113.5 - - [2024/04/09:03:32:17 +0000] "GET /metrics HTTP/1.1" 301 806 +10.0.0.2 - - [2024/04/09:05:28:53 +0000] "POST /static/app.js HTTP/1.1" 301 2129 +10.0.0.11 - - [2024/04/09:12:05:29 +0000] "DELETE /metrics HTTP/1.1" 200 3772 +203.0.113.5 - - [2024/04/09:09:22:39 +0000] "DELETE /static/app.js HTTP/1.1" 200 6510 +203.0.113.42 - - [2024/04/09:15:32:09 +0000] "POST /api/v2/search HTTP/1.1" 200 697 +192.168.1.5 - - [2024/04/09:02:37:44 +0000] "PUT /login HTTP/1.1" 500 3900 +192.168.1.100 - - [2024/04/09:08:59:48 +0000] "DELETE /api/v2/search HTTP/1.1" 200 1316 +198.51.100.12 - - [2024/04/09:10:44:45 +0000] "POST /api/v2/search HTTP/1.1" 301 461 +203.0.113.42 - - [2024/04/09:04:32:18 +0000] "POST /api/v2/search HTTP/1.1" 500 6420 +172.16.4.9 - - [2024/04/09:05:44:19 +0000] "PUT /static/app.js HTTP/1.1" 301 1402 +203.0.113.42 - - [2024/04/09:03:57:01 +0000] "PUT /admin/panel HTTP/1.1" 500 6198 +10.0.0.2 - - [2024/04/09:06:35:32 +0000] "PUT /metrics HTTP/1.1" 200 259 +203.0.113.200 - - [2024/04/09:02:05:55 +0000] "DELETE /metrics HTTP/1.1" 200 3970 +10.0.0.10 - - [2024/04/09:04:01:50 +0000] "POST /health HTTP/1.1" 200 2390 +198.51.100.12 - - [2024/04/09:05:49:25 +0000] "POST /health HTTP/1.1" 301 7560 +10.0.0.2 - - [2024/04/09:04:12:31 +0000] "POST /login HTTP/1.1" 200 1816 + +10.0.0.11 - - [2024/04/09:09:25:46 +0000] "GET /api/v1/users HTTP/1.1" 200 2109 +203.0.113.42 - - [2024/04/09:16:57:17 +0000] "POST /static/app.js HTTP/1.1" 200 6893 +203.0.113.200 - - [2024/04/09:06:35:47 +0000] "DELETE /admin/panel HTTP/1.1" 200 6243 +198.51.100.12 - - [2024/04/09:04:09:29 +0000] "DELETE /health HTTP/1.1" 500 3891 +172.16.200.1 - - [2024/04/09:03:47:58 +0000] "DELETE /api/v2/search HTTP/1.1" 500 7804 +10.0.0.11 - - [2024/04/09:21:15:22 +0000] "PUT /api/v1/users HTTP/1.1" 500 3735 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..8bdb95f845d04daafccb99f462c7eeab108f6474 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/api-04.log @@ -0,0 +1,22 @@ +203.0.113.42 - - [2024/04/09:15:03:58 +0000] "POST /api/v2/search HTTP/1.1" 500 8633 +10.0.0.7 - - [2024/04/09:03:00:16 +0000] "DELETE /metrics HTTP/1.1" 200 4034 +172.16.4.8 - - [2024/04/09:06:26:44 +0000] "PUT /api/v1/users HTTP/1.1" 200 8922 +172.16.4.8 - - [2024/04/09:21:21:38 +0000] "GET /health HTTP/1.1" 200 7112 +203.0.113.200 - - [2024/04/09:09:08:03 +0000] "POST /login HTTP/1.1" 200 1762 + +10.0.0.2 - - [2024/04/09:07:16:23 +0000] "DELETE /static/app.js HTTP/1.1" 200 7032 +172.16.200.1 - - [2024/04/09:20:00:52 +0000] "PUT /login HTTP/1.1" 301 6009 +172.16.4.9 - - [2024/04/09:22:25:30 +0000] "POST /api/v1/orders HTTP/1.1" 200 1672 +10.0.0.11 - - [2024/04/09:01:07:09 +0000] "GET /api/v1/users HTTP/1.1" 200 8269 +192.168.1.5 - - [2024/04/09:12:42:09 +0000] "GET /static/app.js HTTP/1.1" 200 8790 +10.0.0.10 - - [2024/04/09:01:37:59 +0000] "POST /api/v1/users HTTP/1.1" 200 5780 +10.0.0.11 - - [2024/04/09:08:08:26 +0000] "GET /api/v1/users HTTP/1.1" 200 6249 +172.16.4.9 - - [2024/04/09:09:48:22 +0000] "DELETE /health HTTP/1.1" 200 3163 +203.0.113.42 - - [2024/04/09:07:54:01 +0000] "DELETE /metrics HTTP/1.1" 301 597 +192.168.1.23 - - [2024/04/09:18:36:37 +0000] "POST /api/v1/orders HTTP/1.1" 301 8618 +203.0.113.200 - - [2024/04/09:16:18:12 +0000] "DELETE /api/v2/search HTTP/1.1" 404 6452 +10.0.0.2 - - [2024/04/09:08:35:05 +0000] "GET /login HTTP/1.1" 200 1585 +172.16.4.8 - - [2024/04/09:00:19:20 +0000] "DELETE /admin/panel HTTP/1.1" 200 8880 +172.16.200.1 - - [2024/04/09:01:57:47 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7205 + +192.168.1.100 - - [2024/04/09:01:23:16 +0000] "DELETE /login HTTP/1.1" 404 155 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/api-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/api-05.log new file mode 100644 index 0000000000000000000000000000000000000000..74b8cd9c70b8e0975ba38e319f396bd3099934c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/api-05.log @@ -0,0 +1,23 @@ +192.168.1.5 - - [2024/04/09:13:32:51 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 6518 +198.51.100.77 - - [2024/04/09:17:50:20 +0000] "POST /api/v1/orders HTTP/1.1" 500 2977 +203.0.113.200 - - [2024/04/09:08:47:53 +0000] "PUT /api/v1/users HTTP/1.1" 404 5138 + +10.0.0.11 - - [2024/04/09:15:47:53 +0000] "POST /admin/panel HTTP/1.1" 200 4490 +192.168.1.5 - - [2024/04/09:14:16:44 +0000] "PUT /admin/panel HTTP/1.1" 200 7908 +172.16.4.9 - - [2024/04/09:06:56:15 +0000] "DELETE /api/v1/users HTTP/1.1" 301 287 +192.168.1.23 - - [2024/04/09:01:04:38 +0000] "GET /api/v2/search HTTP/1.1" 200 4287 +10.0.0.11 - - [2024/04/09:12:19:55 +0000] "POST /api/v1/users HTTP/1.1" 200 6421 +203.0.113.200 - - [2024/04/09:02:25:01 +0000] "PUT /admin/panel HTTP/1.1" 301 6466 +203.0.113.200 - - [2024/04/09:08:03:47 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 7628 +203.0.113.5 - - [2024/04/09:15:50:26 +0000] "GET /api/v1/orders HTTP/1.1" 200 3976 +203.0.113.5 - - [2024/04/09:08:36:11 +0000] "DELETE /admin/panel HTTP/1.1" 500 8621 +203.0.113.5 - - [2024/04/09:21:22:21 +0000] "POST /health HTTP/1.1" 200 651 +172.16.4.9 - - [2024/04/09:09:14:31 +0000] "POST /api/v2/search HTTP/1.1" 404 7911 + +172.16.4.9 - - [2024/04/09:10:45:05 +0000] "PUT /admin/panel HTTP/1.1" 301 8863 +10.0.0.2 - - [2024/04/09:03:43:26 +0000] "GET /health HTTP/1.1" 200 7912 +172.16.200.1 - - [2024/04/09:13:45:10 +0000] "POST /metrics HTTP/1.1" 200 6693 +10.0.0.7 - - [2024/04/09:22:06:46 +0000] "GET /api/v2/search HTTP/1.1" 200 1095 +198.51.100.12 - - [2024/04/09:01:40:17 +0000] "DELETE /admin/panel HTTP/1.1" 404 7165 +10.0.0.7 - - [2024/04/09:01:30:26 +0000] "POST /api/v1/users HTTP/1.1" 301 6782 +192.168.1.23 - - [2024/04/09:04:48:24 +0000] "DELETE /api/v2/search HTTP/1.1" 500 6963 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/worker-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/worker-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1fa24518d7f380bbfdfc641c2663138d9ae39a6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-east-1/worker-04.log @@ -0,0 +1,35 @@ +198.51.100.12 - - [2024/04/09:05:39:16 +0000] "DELETE /metrics HTTP/1.1" 200 5089 +192.168.1.5 - - [2024/04/09:23:54:01 +0000] "POST /login HTTP/1.1" 200 818 +203.0.113.42 - - [2024/04/09:01:08:20 +0000] "POST /api/v2/search HTTP/1.1" 200 4535 +192.168.1.100 - - [2024/04/09:06:43:01 +0000] "POST /api/v1/users HTTP/1.1" 200 4347 +10.0.0.7 - - [2024/04/09:20:02:00 +0000] "DELETE /login HTTP/1.1" 200 7258 +203.0.113.200 - - [2024/04/09:00:56:34 +0000] "DELETE /api/v2/search HTTP/1.1" 200 5764 +203.0.113.200 - - [2024/04/09:19:17:21 +0000] "PUT /static/app.js HTTP/1.1" 500 5223 +172.16.200.1 - - [2024/04/09:18:51:37 +0000] "PUT /metrics HTTP/1.1" 200 2990 +10.0.0.10 - - [2024/04/09:09:50:26 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 5821 +203.0.113.5 - - [2024/04/09:07:51:46 +0000] "POST /login HTTP/1.1" 404 4037 +10.0.0.10 - - [2024/04/09:18:05:51 +0000] "GET /health HTTP/1.1" 404 4868 +10.0.0.10 - - [2024/04/09:04:44:57 +0000] "GET /api/v1/users HTTP/1.1" 404 6423 +172.16.4.9 - - [2024/04/09:23:15:20 +0000] "PUT /health HTTP/1.1" 404 6423 +192.168.1.100 - - [2024/04/09:20:59:46 +0000] "PUT /api/v1/users HTTP/1.1" 500 5092 +203.0.113.42 - - [2024/04/09:14:03:55 +0000] "DELETE /api/v1/users HTTP/1.1" 500 6818 +172.16.4.8 - - [2024/04/09:00:23:00 +0000] "POST /admin/panel HTTP/1.1" 200 1401 +192.168.1.100 - - [2024/04/09:12:11:57 +0000] "PUT /health HTTP/1.1" 301 2000 +203.0.113.200 - - [2024/04/09:03:31:36 +0000] "POST /health HTTP/1.1" 200 8198 + +10.0.0.7 - - [2024/04/09:01:50:54 +0000] "GET /health HTTP/1.1" 200 7976 +203.0.113.42 - - [2024/04/09:23:44:17 +0000] "GET /health HTTP/1.1" 500 3874 +10.0.0.10 - - [2024/04/09:03:11:41 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 380 +198.51.100.12 - - [2024/04/09:02:56:15 +0000] "GET /admin/panel HTTP/1.1" 500 2679 +172.16.4.9 - - [2024/04/09:23:47:18 +0000] "POST /api/v1/users HTTP/1.1" 500 4967 +198.51.100.77 - - [2024/04/09:06:33:54 +0000] "POST /static/app.js HTTP/1.1" 200 5556 +192.168.1.100 - - [2024/04/09:01:18:02 +0000] "PUT /api/v2/search HTTP/1.1" 200 8276 +192.168.1.23 - - [2024/04/09:16:15:59 +0000] "POST /admin/panel HTTP/1.1" 500 6019 +192.168.1.23 - - [2024/04/09:00:03:51 +0000] "POST /api/v2/search HTTP/1.1" 200 7263 +203.0.113.5 - - [2024/04/09:19:10:05 +0000] "POST /login HTTP/1.1" 200 6948 + +192.168.1.23 - - [2024/04/09:00:03:54 +0000] "DELETE /api/v1/users HTTP/1.1" 500 5081 +203.0.113.42 - - [2024/04/09:19:19:01 +0000] "GET /health HTTP/1.1" 500 1940 +172.16.4.9 - - [2024/04/09:19:00:38 +0000] "POST /api/v1/users HTTP/1.1" 301 5474 +203.0.113.42 - - [2024/04/09:21:49:24 +0000] "PUT /health HTTP/1.1" 200 5186 +203.0.113.42 - - [2024/04/09:16:25:21 +0000] "PUT /health HTTP/1.1" 200 6451 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-west-2/api-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-west-2/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..7edfb6fd3d34990df17e0d8dffb179f5714a68f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-west-2/api-06.log @@ -0,0 +1,31 @@ +10.0.0.7 - - [2024/04/09:23:15:38 +0000] "GET /metrics HTTP/1.1" 500 2325 +203.0.113.42 - - [2024/04/09:16:22:25 +0000] "GET /metrics HTTP/1.1" 200 6443 +192.168.1.5 - - [2024/04/09:08:28:01 +0000] "GET /static/app.js HTTP/1.1" 301 8633 +10.0.0.7 - - [2024/04/09:17:41:14 +0000] "PUT /metrics HTTP/1.1" 404 5102 +172.16.4.9 - - [2024/04/09:02:36:20 +0000] "DELETE /static/app.js HTTP/1.1" 404 8991 +192.168.1.23 - - [2024/04/09:06:11:01 +0000] "DELETE /api/v2/search HTTP/1.1" 200 2421 +172.16.4.9 - - [2024/04/09:03:53:58 +0000] "DELETE /static/app.js HTTP/1.1" 301 6376 + +172.16.4.8 - - [2024/04/09:13:54:30 +0000] "POST /api/v2/search HTTP/1.1" 301 5651 +10.0.0.11 - - [2024/04/09:12:15:58 +0000] "DELETE /api/v2/search HTTP/1.1" 500 6446 +10.0.0.7 - - [2024/04/09:19:38:50 +0000] "PUT /api/v2/search HTTP/1.1" 301 8724 +198.51.100.77 - - [2024/04/09:09:42:46 +0000] "GET /api/v2/search HTTP/1.1" 301 1748 +192.168.1.5 - - [2024/04/09:05:10:23 +0000] "GET /api/v2/search HTTP/1.1" 404 4731 +10.0.0.10 - - [2024/04/09:23:57:10 +0000] "DELETE /api/v2/search HTTP/1.1" 200 817 +172.16.200.1 - - [2024/04/09:08:36:15 +0000] "POST /admin/panel HTTP/1.1" 200 577 +198.51.100.12 - - [2024/04/09:03:47:15 +0000] "DELETE /health HTTP/1.1" 200 8009 +172.16.4.8 - - [2024/04/09:21:12:44 +0000] "POST /admin/panel HTTP/1.1" 500 2421 +172.16.4.8 - - [2024/04/09:12:35:19 +0000] "POST /api/v2/search HTTP/1.1" 200 8462 +10.0.0.11 - - [2024/04/09:02:59:43 +0000] "POST /admin/panel HTTP/1.1" 301 3599 +172.16.4.9 - - [2024/04/09:04:38:50 +0000] "GET /api/v2/search HTTP/1.1" 200 3083 + +172.16.200.1 - - [2024/04/09:13:24:03 +0000] "DELETE /api/v2/search HTTP/1.1" 500 6760 +10.0.0.7 - - [2024/04/09:00:07:37 +0000] "DELETE /static/app.js HTTP/1.1" 404 1531 +192.168.1.100 - - [2024/04/09:20:09:09 +0000] "POST /api/v1/users HTTP/1.1" 200 5694 +198.51.100.12 - - [2024/04/09:14:42:46 +0000] "DELETE /static/app.js HTTP/1.1" 301 2823 +10.0.0.10 - - [2024/04/09:07:41:12 +0000] "POST /api/v1/orders HTTP/1.1" 301 2815 +198.51.100.12 - - [2024/04/09:20:35:45 +0000] "DELETE /api/v2/search HTTP/1.1" 200 3767 +172.16.200.1 - - [2024/04/09:03:45:34 +0000] "PUT /api/v2/search HTTP/1.1" 500 6841 +198.51.100.12 - - [2024/04/09:02:58:32 +0000] "PUT /api/v1/users HTTP/1.1" 200 2910 +172.16.4.8 - - [2024/04/09:17:54:46 +0000] "POST /api/v2/search HTTP/1.1" 200 5181 +192.168.1.23 - - [2024/04/09:08:32:07 +0000] "POST /login HTTP/1.1" 200 3892 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-west-2/worker-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-west-2/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..3dd79a51827cd3e3c807322bfeea23619732f600 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-09/us-west-2/worker-06.log @@ -0,0 +1,29 @@ +172.16.200.1 - - [2024/04/09:11:05:17 +0000] "GET /api/v2/search HTTP/1.1" 200 7414 +10.0.0.2 - - [2024/04/09:00:17:35 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4018 + +172.16.4.8 - - [2024/04/09:21:32:23 +0000] "DELETE /static/app.js HTTP/1.1" 301 6934 +10.0.0.7 - - [2024/04/09:19:11:06 +0000] "PUT /api/v1/orders HTTP/1.1" 200 5968 + +172.16.200.1 - - [2024/04/09:08:19:55 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5419 +203.0.113.200 - - [2024/04/09:09:43:50 +0000] "GET /login HTTP/1.1" 500 6569 +203.0.113.42 - - [2024/04/09:13:16:07 +0000] "GET /login HTTP/1.1" 200 4967 +203.0.113.5 - - [2024/04/09:12:28:10 +0000] "POST /metrics HTTP/1.1" 200 6601 +198.51.100.77 - - [2024/04/09:03:34:47 +0000] "DELETE /login HTTP/1.1" 500 5939 +10.0.0.10 - - [2024/04/09:15:39:13 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2094 +10.0.0.2 - - [2024/04/09:22:26:05 +0000] "PUT /api/v2/search HTTP/1.1" 200 4393 +203.0.113.5 - - [2024/04/09:10:53:24 +0000] "POST /health HTTP/1.1" 500 5114 +203.0.113.42 - - [2024/04/09:21:36:53 +0000] "POST /admin/panel HTTP/1.1" 500 1200 +10.0.0.2 - - [2024/04/09:21:31:16 +0000] "PUT /api/v2/search HTTP/1.1" 500 8385 +198.51.100.77 - - [2024/04/09:22:28:53 +0000] "GET /login HTTP/1.1" 200 5139 +192.168.1.23 - - [2024/04/09:15:31:33 +0000] "PUT /admin/panel HTTP/1.1" 500 3074 +10.0.0.7 - - [2024/04/09:23:59:08 +0000] "PUT /api/v1/orders HTTP/1.1" 301 2772 +172.16.4.9 - - [2024/04/09:03:49:58 +0000] "POST /admin/panel HTTP/1.1" 500 3991 +192.168.1.23 - - [2024/04/09:01:32:33 +0000] "PUT /login HTTP/1.1" 500 5708 +198.51.100.12 - - [2024/04/09:22:28:46 +0000] "POST /api/v1/users HTTP/1.1" 200 364 +10.0.0.7 - - [2024/04/09:02:28:52 +0000] "GET /static/app.js HTTP/1.1" 200 8705 +10.0.0.10 - - [2024/04/09:23:30:30 +0000] "GET /login HTTP/1.1" 200 5219 +10.0.0.10 - - [2024/04/09:05:40:57 +0000] "POST /metrics HTTP/1.1" 500 5513 +198.51.100.77 - - [2024/04/09:07:31:18 +0000] "PUT /api/v1/users HTTP/1.1" 301 1081 +192.168.1.100 - - [2024/04/09:03:40:25 +0000] "PUT /api/v1/orders HTTP/1.1" 500 5383 +198.51.100.12 - - [2024/04/09:18:56:45 +0000] "GET /admin/panel HTTP/1.1" 200 6544 +198.51.100.12 - - [2024/04/09:23:22:40 +0000] "PUT /admin/panel HTTP/1.1" 200 2879 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-central-1/web-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-central-1/web-03.log new file mode 100644 index 0000000000000000000000000000000000000000..59d0af48954f8f469c79fe9947518fe3600d211c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-central-1/web-03.log @@ -0,0 +1,27 @@ +203.0.113.200 - - [2024/04/10:21:35:57 +0000] "DELETE /metrics HTTP/1.1" 404 4483 + +203.0.113.5 - - [2024/04/10:08:46:52 +0000] "PUT /admin/panel HTTP/1.1" 200 3754 +192.168.1.5 - - [2024/04/10:00:27:22 +0000] "PUT /login HTTP/1.1" 404 7965 +192.168.1.5 - - [2024/04/10:12:01:16 +0000] "PUT /api/v1/users HTTP/1.1" 200 6059 +192.168.1.23 - - [2024/04/10:06:05:39 +0000] "GET /api/v1/orders HTTP/1.1" 301 312 +192.168.1.100 - - [2024/04/10:03:57:06 +0000] "POST /api/v2/search HTTP/1.1" 301 3640 +172.16.4.8 - - [2024/04/10:17:19:37 +0000] "POST /admin/panel HTTP/1.1" 404 4665 +10.0.0.7 - - [2024/04/10:13:23:03 +0000] "POST /metrics HTTP/1.1" 200 1768 +203.0.113.5 - - [2024/04/10:05:36:24 +0000] "POST /metrics HTTP/1.1" 200 1925 +10.0.0.7 - - [2024/04/10:20:48:39 +0000] "PUT /admin/panel HTTP/1.1" 200 190 +10.0.0.7 - - [2024/04/10:16:06:22 +0000] "DELETE /metrics HTTP/1.1" 200 290 +10.0.0.11 - - [2024/04/10:02:39:40 +0000] "DELETE /login HTTP/1.1" 200 1286 +198.51.100.77 - - [2024/04/10:20:15:23 +0000] "PUT /health HTTP/1.1" 200 5077 +172.16.200.1 - - [2024/04/10:19:11:03 +0000] "GET /api/v1/orders HTTP/1.1" 200 5254 +172.16.4.8 - - [2024/04/10:01:35:17 +0000] "PUT /login HTTP/1.1" 404 614 +10.0.0.7 - - [2024/04/10:17:11:05 +0000] "PUT /api/v2/search HTTP/1.1" 200 1628 +203.0.113.42 - - [2024/04/10:23:24:53 +0000] "POST /api/v1/users HTTP/1.1" 200 4771 +172.16.4.8 - - [2024/04/10:11:11:47 +0000] "PUT /api/v1/orders HTTP/1.1" 301 1380 +172.16.4.8 - - [2024/04/10:02:39:38 +0000] "POST /api/v1/orders HTTP/1.1" 200 2915 +203.0.113.42 - - [2024/04/10:07:04:38 +0000] "PUT /metrics HTTP/1.1" 200 274 + +172.16.4.8 - - [2024/04/10:22:57:20 +0000] "POST /api/v2/search HTTP/1.1" 200 5677 +198.51.100.12 - - [2024/04/10:19:57:36 +0000] "POST /admin/panel HTTP/1.1" 200 4085 +10.0.0.2 - - [2024/04/10:09:56:02 +0000] "PUT /api/v1/users HTTP/1.1" 200 8698 +172.16.4.9 - - [2024/04/10:01:40:33 +0000] "DELETE /api/v2/search HTTP/1.1" 200 679 +192.168.1.5 - - [2024/04/10:03:38:29 +0000] "GET /static/app.js HTTP/1.1" 200 4329 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-central-1/worker-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-central-1/worker-07.log new file mode 100644 index 0000000000000000000000000000000000000000..b3840701e2a503a602e0196efe911163e84321ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-central-1/worker-07.log @@ -0,0 +1,28 @@ +172.16.200.1 - - [2024/04/10:19:15:00 +0000] "POST /health HTTP/1.1" 301 8167 +192.168.1.23 - - [2024/04/10:11:39:38 +0000] "PUT /login HTTP/1.1" 301 7919 +172.16.4.9 - - [2024/04/10:20:45:49 +0000] "POST /api/v2/search HTTP/1.1" 200 2337 +172.16.200.1 - - [2024/04/10:03:47:06 +0000] "PUT /static/app.js HTTP/1.1" 500 4819 +203.0.113.5 - - [2024/04/10:13:22:56 +0000] "PUT /metrics HTTP/1.1" 200 4123 +203.0.113.5 - - [2024/04/10:18:56:30 +0000] "DELETE /login HTTP/1.1" 404 574 +172.16.4.9 - - [2024/04/10:15:56:50 +0000] "POST /metrics HTTP/1.1" 404 223 + +10.0.0.2 - - [2024/04/10:03:31:06 +0000] "POST /api/v1/users HTTP/1.1" 404 776 +10.0.0.10 - - [2024/04/10:16:15:58 +0000] "PUT /api/v1/orders HTTP/1.1" 500 6293 +203.0.113.5 - - [2024/04/10:21:56:39 +0000] "GET /metrics HTTP/1.1" 500 1358 + +203.0.113.42 - - [2024/04/10:18:05:12 +0000] "PUT /admin/panel HTTP/1.1" 301 6038 +203.0.113.200 - - [2024/04/10:14:37:24 +0000] "POST /api/v2/search HTTP/1.1" 404 5262 +10.0.0.7 - - [2024/04/10:00:55:25 +0000] "GET /admin/panel HTTP/1.1" 404 3499 +203.0.113.42 - - [2024/04/10:19:34:26 +0000] "DELETE /static/app.js HTTP/1.1" 500 2267 +172.16.4.9 - - [2024/04/10:11:41:46 +0000] "POST /admin/panel HTTP/1.1" 200 5716 +203.0.113.200 - - [2024/04/10:20:08:33 +0000] "DELETE /health HTTP/1.1" 200 6092 +172.16.4.9 - - [2024/04/10:06:21:54 +0000] "POST /api/v1/users HTTP/1.1" 301 3286 +203.0.113.42 - - [2024/04/10:19:47:26 +0000] "GET /api/v2/search HTTP/1.1" 200 7575 +192.168.1.100 - - [2024/04/10:07:06:04 +0000] "PUT /api/v1/users HTTP/1.1" 200 2419 +203.0.113.200 - - [2024/04/10:04:08:28 +0000] "GET /api/v1/users HTTP/1.1" 500 2533 +198.51.100.12 - - [2024/04/10:16:48:15 +0000] "GET /api/v2/search HTTP/1.1" 200 851 +172.16.4.8 - - [2024/04/10:17:56:13 +0000] "DELETE /metrics HTTP/1.1" 200 5972 +192.168.1.100 - - [2024/04/10:04:11:09 +0000] "DELETE /api/v1/users HTTP/1.1" 200 2412 +203.0.113.42 - - [2024/04/10:08:44:26 +0000] "POST /health HTTP/1.1" 200 3575 +198.51.100.77 - - [2024/04/10:22:47:20 +0000] "POST /health HTTP/1.1" 200 7165 +10.0.0.2 - - [2024/04/10:02:48:33 +0000] "DELETE /api/v1/users HTTP/1.1" 301 4197 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/api-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..bf8fd7aa5268d6c9b05385f315ff3882f09c13a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/api-06.log @@ -0,0 +1,36 @@ +203.0.113.42 - - [2024/04/10:03:56:29 +0000] "GET /api/v1/users HTTP/1.1" 200 2205 +10.0.0.2 - - [2024/04/10:00:57:25 +0000] "PUT /static/app.js HTTP/1.1" 301 8124 +203.0.113.42 - - [2024/04/10:19:20:30 +0000] "POST /health HTTP/1.1" 200 1625 +198.51.100.12 - - [2024/04/10:17:41:57 +0000] "GET /api/v1/users HTTP/1.1" 200 2453 +203.0.113.5 - - [2024/04/10:16:03:00 +0000] "POST /login HTTP/1.1" 500 2726 +203.0.113.5 - - [2024/04/10:16:05:18 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5891 +172.16.4.8 - - [2024/04/10:12:06:24 +0000] "POST /api/v2/search HTTP/1.1" 200 6157 +192.168.1.23 - - [2024/04/10:23:49:10 +0000] "GET /api/v1/users HTTP/1.1" 200 4925 +203.0.113.42 - - [2024/04/10:08:54:50 +0000] "GET /health HTTP/1.1" 200 526 +172.16.4.8 - - [2024/04/10:05:57:42 +0000] "GET /static/app.js HTTP/1.1" 500 7333 + +203.0.113.42 - - [2024/04/10:11:31:25 +0000] "POST /admin/panel HTTP/1.1" 500 7391 +172.16.4.8 - - [2024/04/10:01:04:50 +0000] "DELETE /health HTTP/1.1" 200 544 +10.0.0.10 - - [2024/04/10:06:44:17 +0000] "PUT /metrics HTTP/1.1" 404 5133 +203.0.113.42 - - [2024/04/10:16:47:39 +0000] "GET /static/app.js HTTP/1.1" 200 2493 +10.0.0.7 - - [2024/04/10:09:48:09 +0000] "POST /api/v1/users HTTP/1.1" 500 8994 +10.0.0.10 - - [2024/04/10:08:26:31 +0000] "POST /api/v1/orders HTTP/1.1" 200 1769 +203.0.113.200 - - [2024/04/10:20:04:29 +0000] "GET /login HTTP/1.1" 500 7366 +10.0.0.2 - - [2024/04/10:14:33:38 +0000] "PUT /api/v1/orders HTTP/1.1" 301 5681 +198.51.100.12 - - [2024/04/10:12:43:41 +0000] "POST /health HTTP/1.1" 200 1726 +192.168.1.100 - - [2024/04/10:09:19:22 +0000] "GET /api/v1/users HTTP/1.1" 200 5922 +172.16.4.9 - - [2024/04/10:22:45:42 +0000] "DELETE /static/app.js HTTP/1.1" 200 4865 +192.168.1.23 - - [2024/04/10:22:29:13 +0000] "PUT /static/app.js HTTP/1.1" 404 386 +10.0.0.11 - - [2024/04/10:16:25:22 +0000] "DELETE /metrics HTTP/1.1" 301 8608 +203.0.113.5 - - [2024/04/10:06:05:33 +0000] "POST /api/v1/users HTTP/1.1" 301 6801 +198.51.100.12 - - [2024/04/10:12:36:36 +0000] "GET /login HTTP/1.1" 200 3500 +172.16.4.8 - - [2024/04/10:16:31:05 +0000] "GET /health HTTP/1.1" 200 2544 + +192.168.1.5 - - [2024/04/10:17:07:04 +0000] "POST /metrics HTTP/1.1" 301 4410 +172.16.200.1 - - [2024/04/10:02:23:15 +0000] "PUT /admin/panel HTTP/1.1" 200 529 +172.16.200.1 - - [2024/04/10:04:24:49 +0000] "POST /api/v2/search HTTP/1.1" 200 4099 +192.168.1.5 - - [2024/04/10:21:36:49 +0000] "PUT /api/v1/users HTTP/1.1" 500 7640 +203.0.113.200 - - [2024/04/10:00:44:46 +0000] "POST /api/v1/orders HTTP/1.1" 200 1175 +203.0.113.42 - - [2024/04/10:09:22:03 +0000] "POST /api/v1/users HTTP/1.1" 500 2305 +192.168.1.23 - - [2024/04/10:12:50:49 +0000] "PUT /static/app.js HTTP/1.1" 200 8967 +172.16.4.8 - - [2024/04/10:02:19:53 +0000] "PUT /admin/panel HTTP/1.1" 200 2434 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/edge-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/edge-03.log new file mode 100644 index 0000000000000000000000000000000000000000..613ca128d10e4617ea9cce5eb5ab2272027bd83a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/edge-03.log @@ -0,0 +1,32 @@ +10.0.0.2 - - [2024/04/10:00:45:06 +0000] "PUT /api/v1/orders HTTP/1.1" 200 2931 +10.0.0.10 - - [2024/04/10:09:54:02 +0000] "GET /api/v2/search HTTP/1.1" 404 3537 + +192.168.1.100 - - [2024/04/10:04:53:17 +0000] "PUT /api/v1/users HTTP/1.1" 200 2316 +203.0.113.42 - - [2024/04/10:13:45:36 +0000] "GET /api/v1/users HTTP/1.1" 404 3668 +203.0.113.200 - - [2024/04/10:02:55:20 +0000] "DELETE /admin/panel HTTP/1.1" 404 4387 +198.51.100.12 - - [2024/04/10:00:13:41 +0000] "GET /api/v1/orders HTTP/1.1" 200 1582 +192.168.1.23 - - [2024/04/10:09:30:08 +0000] "POST /login HTTP/1.1" 404 6725 +203.0.113.42 - - [2024/04/10:02:59:27 +0000] "GET /metrics HTTP/1.1" 200 3766 +192.168.1.23 - - [2024/04/10:22:49:58 +0000] "DELETE /login HTTP/1.1" 200 5706 +10.0.0.11 - - [2024/04/10:23:34:03 +0000] "DELETE /health HTTP/1.1" 200 4962 +10.0.0.11 - - [2024/04/10:14:49:54 +0000] "PUT /static/app.js HTTP/1.1" 404 8385 +10.0.0.7 - - [2024/04/10:23:38:48 +0000] "PUT /api/v2/search HTTP/1.1" 200 2145 +10.0.0.2 - - [2024/04/10:21:25:50 +0000] "POST /login HTTP/1.1" 404 5635 +172.16.4.8 - - [2024/04/10:11:23:37 +0000] "GET /api/v2/search HTTP/1.1" 200 8380 +10.0.0.2 - - [2024/04/10:18:43:18 +0000] "GET /login HTTP/1.1" 301 869 +10.0.0.11 - - [2024/04/10:18:37:34 +0000] "POST /api/v1/users HTTP/1.1" 404 7404 +192.168.1.5 - - [2024/04/10:15:09:16 +0000] "PUT /api/v2/search HTTP/1.1" 200 8005 +10.0.0.7 - - [2024/04/10:04:34:46 +0000] "PUT /api/v1/users HTTP/1.1" 200 3203 +10.0.0.7 - - [2024/04/10:20:37:09 +0000] "PUT /api/v2/search HTTP/1.1" 200 5105 +203.0.113.5 - - [2024/04/10:06:47:56 +0000] "PUT /api/v1/users HTTP/1.1" 200 5640 +198.51.100.12 - - [2024/04/10:17:52:44 +0000] "GET /api/v2/search HTTP/1.1" 500 8046 +198.51.100.12 - - [2024/04/10:16:29:31 +0000] "POST /static/app.js HTTP/1.1" 500 6153 +10.0.0.7 - - [2024/04/10:23:50:20 +0000] "POST /login HTTP/1.1" 200 5980 +10.0.0.7 - - [2024/04/10:01:16:45 +0000] "PUT /api/v1/orders HTTP/1.1" 200 7639 +198.51.100.12 - - [2024/04/10:14:32:32 +0000] "GET /api/v2/search HTTP/1.1" 301 3300 +172.16.200.1 - - [2024/04/10:08:53:24 +0000] "GET /api/v1/users HTTP/1.1" 301 6549 +198.51.100.12 - - [2024/04/10:06:58:08 +0000] "PUT /health HTTP/1.1" 200 8104 + +172.16.200.1 - - [2024/04/10:21:12:20 +0000] "PUT /api/v1/orders HTTP/1.1" 500 7866 +10.0.0.7 - - [2024/04/10:18:35:55 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 5512 +203.0.113.5 - - [2024/04/10:08:56:14 +0000] "GET /health HTTP/1.1" 404 3910 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/edge-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/edge-07.log new file mode 100644 index 0000000000000000000000000000000000000000..219dea9cbc5d389911271f0488677eac188e2a65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/eu-west-1/edge-07.log @@ -0,0 +1,27 @@ +203.0.113.5 - - [2024/04/10:03:47:19 +0000] "PUT /login HTTP/1.1" 200 5525 +198.51.100.77 - - [2024/04/10:00:22:32 +0000] "GET /metrics HTTP/1.1" 404 2675 +203.0.113.42 - - [2024/04/10:20:59:27 +0000] "DELETE /static/app.js HTTP/1.1" 301 5409 +203.0.113.42 - - [2024/04/10:08:49:57 +0000] "DELETE /metrics HTTP/1.1" 200 6311 +192.168.1.5 - - [2024/04/10:11:08:35 +0000] "GET /api/v1/orders HTTP/1.1" 500 6268 + +192.168.1.100 - - [2024/04/10:15:38:00 +0000] "PUT /login HTTP/1.1" 200 2284 +172.16.4.9 - - [2024/04/10:13:08:50 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4662 +192.168.1.5 - - [2024/04/10:22:02:09 +0000] "POST /admin/panel HTTP/1.1" 200 3578 +172.16.200.1 - - [2024/04/10:04:03:33 +0000] "DELETE /admin/panel HTTP/1.1" 404 6726 +192.168.1.23 - - [2024/04/10:03:01:55 +0000] "DELETE /static/app.js HTTP/1.1" 301 1611 +10.0.0.10 - - [2024/04/10:20:59:14 +0000] "DELETE /metrics HTTP/1.1" 404 6488 +198.51.100.12 - - [2024/04/10:22:23:46 +0000] "DELETE /api/v2/search HTTP/1.1" 500 8998 +10.0.0.7 - - [2024/04/10:17:03:30 +0000] "PUT /login HTTP/1.1" 500 3570 +203.0.113.42 - - [2024/04/10:11:24:50 +0000] "POST /metrics HTTP/1.1" 200 1144 +10.0.0.10 - - [2024/04/10:06:35:37 +0000] "PUT /static/app.js HTTP/1.1" 200 5944 +172.16.4.9 - - [2024/04/10:13:12:00 +0000] "POST /api/v2/search HTTP/1.1" 301 7066 +10.0.0.10 - - [2024/04/10:03:39:22 +0000] "PUT /health HTTP/1.1" 301 8888 + +172.16.4.8 - - [2024/04/10:19:28:40 +0000] "DELETE /health HTTP/1.1" 200 2017 +192.168.1.5 - - [2024/04/10:12:53:46 +0000] "POST /login HTTP/1.1" 200 7733 +10.0.0.7 - - [2024/04/10:16:44:34 +0000] "POST /api/v2/search HTTP/1.1" 200 3001 +192.168.1.5 - - [2024/04/10:17:20:48 +0000] "PUT /api/v2/search HTTP/1.1" 200 6799 +203.0.113.200 - - [2024/04/10:22:08:43 +0000] "GET /api/v2/search HTTP/1.1" 404 2645 +172.16.4.9 - - [2024/04/10:05:09:39 +0000] "POST /health HTTP/1.1" 404 2157 +192.168.1.5 - - [2024/04/10:16:57:35 +0000] "DELETE /health HTTP/1.1" 200 7635 +172.16.4.8 - - [2024/04/10:16:59:35 +0000] "GET /health HTTP/1.1" 200 6917 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/api-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/api-01.log new file mode 100644 index 0000000000000000000000000000000000000000..213ec3dcf24c3533de847936a9a9825db4c005c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/api-01.log @@ -0,0 +1,23 @@ +203.0.113.200 - - [2024/04/10:18:07:31 +0000] "DELETE /static/app.js HTTP/1.1" 200 1184 +172.16.4.8 - - [2024/04/10:09:10:04 +0000] "PUT /api/v1/users HTTP/1.1" 301 8933 +172.16.4.8 - - [2024/04/10:08:03:30 +0000] "PUT /api/v2/search HTTP/1.1" 200 6930 +172.16.200.1 - - [2024/04/10:01:41:46 +0000] "DELETE /metrics HTTP/1.1" 301 3946 +192.168.1.100 - - [2024/04/10:13:02:23 +0000] "GET /metrics HTTP/1.1" 500 779 +192.168.1.5 - - [2024/04/10:18:44:56 +0000] "GET /api/v1/users HTTP/1.1" 200 8391 +203.0.113.200 - - [2024/04/10:11:47:21 +0000] "POST /api/v1/orders HTTP/1.1" 404 7237 +203.0.113.5 - - [2024/04/10:17:54:11 +0000] "POST /health HTTP/1.1" 301 6629 +203.0.113.42 - - [2024/04/10:08:30:32 +0000] "DELETE /api/v2/search HTTP/1.1" 404 5719 +172.16.4.8 - - [2024/04/10:13:19:28 +0000] "POST /api/v1/users HTTP/1.1" 200 6400 +10.0.0.11 - - [2024/04/10:01:53:28 +0000] "GET /health HTTP/1.1" 301 6626 + +172.16.4.9 - - [2024/04/10:15:40:59 +0000] "GET /api/v2/search HTTP/1.1" 200 7747 + +10.0.0.11 - - [2024/04/10:19:33:39 +0000] "PUT /static/app.js HTTP/1.1" 500 2511 +198.51.100.77 - - [2024/04/10:04:58:58 +0000] "GET /static/app.js HTTP/1.1" 200 6462 +203.0.113.5 - - [2024/04/10:02:20:33 +0000] "DELETE /admin/panel HTTP/1.1" 301 6854 +192.168.1.100 - - [2024/04/10:12:01:44 +0000] "GET /health HTTP/1.1" 200 590 +203.0.113.5 - - [2024/04/10:11:54:14 +0000] "POST /admin/panel HTTP/1.1" 200 235 +192.168.1.23 - - [2024/04/10:20:29:19 +0000] "PUT /metrics HTTP/1.1" 301 3090 +192.168.1.23 - - [2024/04/10:13:43:03 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 3878 +10.0.0.11 - - [2024/04/10:00:55:27 +0000] "POST /metrics HTTP/1.1" 200 6608 +192.168.1.100 - - [2024/04/10:02:22:00 +0000] "PUT /admin/panel HTTP/1.1" 301 4488 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/api-02.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/api-02.log new file mode 100644 index 0000000000000000000000000000000000000000..66950ce40286c463c4d187c5187c6f0d79510803 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/api-02.log @@ -0,0 +1,33 @@ +172.16.200.1 - - [2024/04/10:23:33:40 +0000] "PUT /static/app.js HTTP/1.1" 500 8300 +10.0.0.7 - - [2024/04/10:03:42:37 +0000] "DELETE /login HTTP/1.1" 200 3637 + +198.51.100.12 - - [2024/04/10:09:04:57 +0000] "DELETE /login HTTP/1.1" 404 4406 +172.16.4.8 - - [2024/04/10:07:09:29 +0000] "POST /api/v1/orders HTTP/1.1" 301 3456 +198.51.100.12 - - [2024/04/10:12:15:56 +0000] "GET /login HTTP/1.1" 200 1953 +203.0.113.42 - - [2024/04/10:21:07:06 +0000] "GET /static/app.js HTTP/1.1" 200 6204 +10.0.0.2 - - [2024/04/10:11:13:19 +0000] "POST /login HTTP/1.1" 200 3372 +192.168.1.5 - - [2024/04/10:11:00:52 +0000] "PUT /login HTTP/1.1" 500 1794 +192.168.1.100 - - [2024/04/10:12:48:48 +0000] "DELETE /login HTTP/1.1" 404 8418 +198.51.100.12 - - [2024/04/10:12:07:05 +0000] "PUT /health HTTP/1.1" 200 4046 +10.0.0.7 - - [2024/04/10:22:37:59 +0000] "POST /login HTTP/1.1" 200 4540 +203.0.113.5 - - [2024/04/10:14:45:15 +0000] "POST /api/v1/orders HTTP/1.1" 301 8473 +192.168.1.5 - - [2024/04/10:23:25:06 +0000] "GET /admin/panel HTTP/1.1" 301 880 +10.0.0.10 - - [2024/04/10:06:34:40 +0000] "DELETE /static/app.js HTTP/1.1" 500 3792 +192.168.1.100 - - [2024/04/10:11:25:10 +0000] "POST /admin/panel HTTP/1.1" 404 3762 +10.0.0.11 - - [2024/04/10:09:31:44 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5120 +10.0.0.10 - - [2024/04/10:09:22:43 +0000] "POST /login HTTP/1.1" 200 5470 +10.0.0.7 - - [2024/04/10:02:41:36 +0000] "POST /health HTTP/1.1" 404 4921 +10.0.0.7 - - [2024/04/10:16:34:44 +0000] "POST /login HTTP/1.1" 200 1625 +10.0.0.10 - - [2024/04/10:01:06:28 +0000] "GET /health HTTP/1.1" 200 6482 +172.16.4.9 - - [2024/04/10:08:25:34 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 2329 +172.16.4.9 - - [2024/04/10:13:14:53 +0000] "DELETE /api/v2/search HTTP/1.1" 200 7701 +10.0.0.2 - - [2024/04/10:12:03:10 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 552 +10.0.0.11 - - [2024/04/10:17:06:22 +0000] "GET /api/v2/search HTTP/1.1" 200 1647 +203.0.113.5 - - [2024/04/10:23:57:37 +0000] "GET /static/app.js HTTP/1.1" 200 7311 + +198.51.100.12 - - [2024/04/10:05:17:46 +0000] "GET /api/v1/orders HTTP/1.1" 200 3969 +172.16.4.8 - - [2024/04/10:20:21:51 +0000] "PUT /login HTTP/1.1" 200 3604 +203.0.113.5 - - [2024/04/10:14:05:54 +0000] "PUT /api/v2/search HTTP/1.1" 200 7100 +10.0.0.7 - - [2024/04/10:15:17:56 +0000] "PUT /admin/panel HTTP/1.1" 200 4739 +10.0.0.10 - - [2024/04/10:08:50:32 +0000] "DELETE /login HTTP/1.1" 301 7608 +203.0.113.42 - - [2024/04/10:22:23:45 +0000] "POST /metrics HTTP/1.1" 301 2767 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/web-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/web-06.log new file mode 100644 index 0000000000000000000000000000000000000000..427bfa37852abf1155ac27fff9064aa44ed440a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-east-1/web-06.log @@ -0,0 +1,22 @@ +172.16.4.8 - - [2024/04/10:07:47:00 +0000] "GET /static/app.js HTTP/1.1" 200 6441 +172.16.4.9 - - [2024/04/10:23:55:14 +0000] "DELETE /api/v2/search HTTP/1.1" 500 175 +192.168.1.100 - - [2024/04/10:21:21:02 +0000] "GET /api/v1/orders HTTP/1.1" 404 7475 +198.51.100.77 - - [2024/04/10:08:28:07 +0000] "PUT /static/app.js HTTP/1.1" 200 910 +192.168.1.5 - - [2024/04/10:02:31:41 +0000] "GET /static/app.js HTTP/1.1" 404 8357 +172.16.4.9 - - [2024/04/10:03:12:21 +0000] "PUT /admin/panel HTTP/1.1" 200 4475 +203.0.113.200 - - [2024/04/10:09:19:21 +0000] "GET /admin/panel HTTP/1.1" 200 7685 +10.0.0.7 - - [2024/04/10:07:13:31 +0000] "GET /static/app.js HTTP/1.1" 500 2012 +172.16.4.9 - - [2024/04/10:09:22:24 +0000] "GET /api/v1/users HTTP/1.1" 200 8479 +198.51.100.12 - - [2024/04/10:02:49:18 +0000] "POST /api/v1/users HTTP/1.1" 404 1743 +198.51.100.77 - - [2024/04/10:16:11:42 +0000] "POST /admin/panel HTTP/1.1" 200 7070 +10.0.0.2 - - [2024/04/10:13:04:40 +0000] "GET /api/v1/orders HTTP/1.1" 200 7060 +203.0.113.42 - - [2024/04/10:13:24:58 +0000] "GET /static/app.js HTTP/1.1" 200 3328 +10.0.0.11 - - [2024/04/10:09:21:50 +0000] "GET /health HTTP/1.1" 200 986 +198.51.100.77 - - [2024/04/10:06:41:15 +0000] "GET /api/v2/search HTTP/1.1" 301 8198 +10.0.0.11 - - [2024/04/10:15:54:04 +0000] "DELETE /api/v1/users HTTP/1.1" 404 8923 +172.16.200.1 - - [2024/04/10:09:11:25 +0000] "DELETE /login HTTP/1.1" 200 2539 +172.16.4.9 - - [2024/04/10:22:25:02 +0000] "POST /health HTTP/1.1" 200 1434 + + +203.0.113.5 - - [2024/04/10:15:46:18 +0000] "PUT /admin/panel HTTP/1.1" 200 5354 +172.16.4.8 - - [2024/04/10:15:37:52 +0000] "POST /static/app.js HTTP/1.1" 301 1752 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-west-2/api-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-west-2/api-03.log new file mode 100644 index 0000000000000000000000000000000000000000..56bee5afbc9fe83a36adf927ed5564bc26f46dca --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-west-2/api-03.log @@ -0,0 +1,29 @@ +198.51.100.12 - - [2024/04/10:15:54:25 +0000] "GET /metrics HTTP/1.1" 301 2648 +203.0.113.5 - - [2024/04/10:18:37:46 +0000] "DELETE /api/v2/search HTTP/1.1" 301 5465 +203.0.113.5 - - [2024/04/10:15:31:24 +0000] "DELETE /login HTTP/1.1" 301 8629 +192.168.1.23 - - [2024/04/10:05:19:34 +0000] "DELETE /static/app.js HTTP/1.1" 200 5575 +10.0.0.11 - - [2024/04/10:03:39:27 +0000] "POST /metrics HTTP/1.1" 200 8444 +192.168.1.23 - - [2024/04/10:18:08:08 +0000] "DELETE /metrics HTTP/1.1" 200 3933 +192.168.1.23 - - [2024/04/10:19:35:41 +0000] "GET /health HTTP/1.1" 200 5895 +192.168.1.5 - - [2024/04/10:06:28:45 +0000] "DELETE /metrics HTTP/1.1" 200 8727 +192.168.1.23 - - [2024/04/10:02:23:26 +0000] "PUT /api/v2/search HTTP/1.1" 200 2329 +192.168.1.5 - - [2024/04/10:10:47:05 +0000] "POST /api/v1/orders HTTP/1.1" 500 8541 +192.168.1.23 - - [2024/04/10:12:22:01 +0000] "PUT /health HTTP/1.1" 200 323 +172.16.200.1 - - [2024/04/10:22:26:08 +0000] "DELETE /static/app.js HTTP/1.1" 301 8614 +192.168.1.100 - - [2024/04/10:11:53:16 +0000] "DELETE /static/app.js HTTP/1.1" 200 1564 +10.0.0.2 - - [2024/04/10:04:07:10 +0000] "PUT /api/v1/users HTTP/1.1" 200 2650 +192.168.1.23 - - [2024/04/10:20:51:39 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7170 +192.168.1.5 - - [2024/04/10:18:18:16 +0000] "DELETE /health HTTP/1.1" 301 6277 + +203.0.113.5 - - [2024/04/10:22:55:14 +0000] "DELETE /health HTTP/1.1" 404 7704 +203.0.113.5 - - [2024/04/10:19:53:18 +0000] "DELETE /metrics HTTP/1.1" 200 4897 +203.0.113.42 - - [2024/04/10:11:53:35 +0000] "PUT /api/v2/search HTTP/1.1" 404 7619 +203.0.113.200 - - [2024/04/10:00:31:38 +0000] "GET /login HTTP/1.1" 404 5350 + +192.168.1.5 - - [2024/04/10:10:43:59 +0000] "POST /api/v2/search HTTP/1.1" 301 4118 +10.0.0.10 - - [2024/04/10:16:12:00 +0000] "POST /static/app.js HTTP/1.1" 200 1906 +192.168.1.5 - - [2024/04/10:00:11:05 +0000] "GET /admin/panel HTTP/1.1" 500 6279 +192.168.1.5 - - [2024/04/10:07:09:06 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4479 +192.168.1.5 - - [2024/04/10:11:32:36 +0000] "GET /health HTTP/1.1" 500 3883 +172.16.200.1 - - [2024/04/10:21:57:51 +0000] "POST /admin/panel HTTP/1.1" 404 3664 +10.0.0.2 - - [2024/04/10:23:53:34 +0000] "PUT /admin/panel HTTP/1.1" 404 2472 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-west-2/edge-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-west-2/edge-07.log new file mode 100644 index 0000000000000000000000000000000000000000..301a93735ca32d7cf8e63202ffbb156c6fab0b7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-10/us-west-2/edge-07.log @@ -0,0 +1,28 @@ +192.168.1.23 - - [2024/04/10:23:26:01 +0000] "PUT /static/app.js HTTP/1.1" 200 3887 +192.168.1.100 - - [2024/04/10:14:23:14 +0000] "DELETE /static/app.js HTTP/1.1" 200 3495 +10.0.0.7 - - [2024/04/10:12:29:52 +0000] "POST /metrics HTTP/1.1" 200 3153 +10.0.0.7 - - [2024/04/10:00:25:58 +0000] "PUT /metrics HTTP/1.1" 301 5437 +198.51.100.12 - - [2024/04/10:10:49:09 +0000] "PUT /static/app.js HTTP/1.1" 200 2733 +10.0.0.11 - - [2024/04/10:12:53:58 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 6548 +203.0.113.42 - - [2024/04/10:16:00:17 +0000] "GET /health HTTP/1.1" 200 7147 + +172.16.4.8 - - [2024/04/10:20:44:00 +0000] "PUT /api/v1/users HTTP/1.1" 200 3731 +172.16.4.9 - - [2024/04/10:21:48:19 +0000] "DELETE /api/v1/users HTTP/1.1" 500 2862 +10.0.0.10 - - [2024/04/10:15:37:12 +0000] "PUT /health HTTP/1.1" 200 8889 +198.51.100.12 - - [2024/04/10:18:05:58 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4334 +192.168.1.23 - - [2024/04/10:00:29:22 +0000] "DELETE /api/v1/users HTTP/1.1" 500 456 +198.51.100.12 - - [2024/04/10:06:21:20 +0000] "PUT /api/v1/users HTTP/1.1" 200 5456 +192.168.1.100 - - [2024/04/10:17:44:18 +0000] "PUT /metrics HTTP/1.1" 404 4112 +203.0.113.42 - - [2024/04/10:16:41:17 +0000] "DELETE /api/v2/search HTTP/1.1" 200 205 +203.0.113.200 - - [2024/04/10:13:48:49 +0000] "PUT /login HTTP/1.1" 200 6321 + +203.0.113.200 - - [2024/04/10:18:51:54 +0000] "POST /api/v1/users HTTP/1.1" 404 6605 +192.168.1.23 - - [2024/04/10:15:32:44 +0000] "PUT /api/v1/users HTTP/1.1" 404 727 +192.168.1.23 - - [2024/04/10:13:37:08 +0000] "GET /api/v1/orders HTTP/1.1" 301 8633 +192.168.1.100 - - [2024/04/10:02:31:11 +0000] "POST /admin/panel HTTP/1.1" 500 6478 +10.0.0.2 - - [2024/04/10:15:52:08 +0000] "POST /api/v2/search HTTP/1.1" 404 3544 +198.51.100.77 - - [2024/04/10:09:31:25 +0000] "POST /health HTTP/1.1" 404 3076 +203.0.113.200 - - [2024/04/10:08:52:14 +0000] "GET /admin/panel HTTP/1.1" 301 2125 +192.168.1.5 - - [2024/04/10:20:40:30 +0000] "PUT /health HTTP/1.1" 200 7540 +192.168.1.100 - - [2024/04/10:10:12:08 +0000] "GET /admin/panel HTTP/1.1" 200 4920 +203.0.113.5 - - [2024/04/10:01:05:42 +0000] "DELETE /metrics HTTP/1.1" 200 588 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-central-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-central-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..d8e47195e519600a814266d94ad93c8f2e7f6ea4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-central-1/api-04.log @@ -0,0 +1,34 @@ + +10.0.0.11 - - [2024/04/11:12:35:25 +0000] "GET /admin/panel HTTP/1.1" 404 8097 +10.0.0.2 - - [2024/04/11:06:40:51 +0000] "POST /metrics HTTP/1.1" 200 8908 +198.51.100.77 - - [2024/04/11:20:55:16 +0000] "GET /api/v1/users HTTP/1.1" 500 5962 +198.51.100.12 - - [2024/04/11:20:25:57 +0000] "POST /api/v1/users HTTP/1.1" 200 8751 +172.16.4.8 - - [2024/04/11:02:15:48 +0000] "PUT /health HTTP/1.1" 500 6057 +172.16.200.1 - - [2024/04/11:02:22:13 +0000] "POST /api/v1/users HTTP/1.1" 404 5909 +172.16.200.1 - - [2024/04/11:15:30:47 +0000] "DELETE /api/v2/search HTTP/1.1" 200 549 +192.168.1.5 - - [2024/04/11:16:21:38 +0000] "POST /api/v1/orders HTTP/1.1" 500 1347 +10.0.0.7 - - [2024/04/11:08:38:43 +0000] "GET /api/v1/orders HTTP/1.1" 200 6229 +198.51.100.12 - - [2024/04/11:07:17:35 +0000] "POST /admin/panel HTTP/1.1" 301 5786 +203.0.113.42 - - [2024/04/11:17:22:05 +0000] "PUT /login HTTP/1.1" 200 1651 +10.0.0.10 - - [2024/04/11:18:25:40 +0000] "PUT /api/v1/users HTTP/1.1" 500 8703 +172.16.200.1 - - [2024/04/11:10:59:34 +0000] "GET /metrics HTTP/1.1" 301 1814 +172.16.200.1 - - [2024/04/11:10:50:49 +0000] "GET /health HTTP/1.1" 200 7426 +10.0.0.10 - - [2024/04/11:06:23:24 +0000] "POST /login HTTP/1.1" 200 7083 +203.0.113.5 - - [2024/04/11:06:06:55 +0000] "GET /health HTTP/1.1" 200 3909 +10.0.0.10 - - [2024/04/11:15:34:25 +0000] "POST /health HTTP/1.1" 500 8041 +10.0.0.7 - - [2024/04/11:16:30:25 +0000] "GET /api/v1/orders HTTP/1.1" 200 4729 +10.0.0.11 - - [2024/04/11:00:43:47 +0000] "POST /metrics HTTP/1.1" 200 8008 +172.16.4.8 - - [2024/04/11:07:08:31 +0000] "GET /api/v1/users HTTP/1.1" 500 355 + +198.51.100.12 - - [2024/04/11:17:09:53 +0000] "POST /admin/panel HTTP/1.1" 200 8773 +10.0.0.11 - - [2024/04/11:00:53:13 +0000] "PUT /health HTTP/1.1" 200 1177 +10.0.0.2 - - [2024/04/11:03:19:28 +0000] "GET /health HTTP/1.1" 200 5532 +203.0.113.5 - - [2024/04/11:06:48:41 +0000] "DELETE /api/v1/users HTTP/1.1" 404 5414 +172.16.4.9 - - [2024/04/11:09:25:23 +0000] "GET /health HTTP/1.1" 301 3806 +192.168.1.23 - - [2024/04/11:16:21:21 +0000] "PUT /admin/panel HTTP/1.1" 200 5278 +203.0.113.5 - - [2024/04/11:19:29:53 +0000] "POST /admin/panel HTTP/1.1" 200 604 +192.168.1.23 - - [2024/04/11:18:20:27 +0000] "POST /login HTTP/1.1" 404 258 +203.0.113.5 - - [2024/04/11:21:34:27 +0000] "GET /login HTTP/1.1" 404 7134 +10.0.0.11 - - [2024/04/11:21:33:23 +0000] "DELETE /api/v2/search HTTP/1.1" 301 6991 +172.16.4.8 - - [2024/04/11:00:58:49 +0000] "GET /admin/panel HTTP/1.1" 200 6485 +172.16.200.1 - - [2024/04/11:11:45:59 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5149 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-central-1/edge-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-central-1/edge-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3543e0240d05046853fde8f61d025d25a48e9e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-central-1/edge-04.log @@ -0,0 +1,35 @@ +192.168.1.100 - - [2024/04/11:03:39:20 +0000] "POST /login HTTP/1.1" 200 4429 +10.0.0.7 - - [2024/04/11:01:32:35 +0000] "POST /static/app.js HTTP/1.1" 500 3882 +203.0.113.5 - - [2024/04/11:00:08:58 +0000] "DELETE /admin/panel HTTP/1.1" 404 5797 +192.168.1.23 - - [2024/04/11:22:43:25 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6483 +192.168.1.5 - - [2024/04/11:13:16:09 +0000] "DELETE /login HTTP/1.1" 200 1247 +198.51.100.12 - - [2024/04/11:14:56:22 +0000] "PUT /login HTTP/1.1" 200 8695 +192.168.1.23 - - [2024/04/11:07:51:09 +0000] "POST /health HTTP/1.1" 500 1394 +172.16.200.1 - - [2024/04/11:07:58:07 +0000] "GET /api/v1/orders HTTP/1.1" 301 7169 +10.0.0.11 - - [2024/04/11:05:48:36 +0000] "POST /api/v2/search HTTP/1.1" 200 5940 +192.168.1.23 - - [2024/04/11:04:55:13 +0000] "PUT /static/app.js HTTP/1.1" 301 1736 +192.168.1.100 - - [2024/04/11:21:25:51 +0000] "DELETE /api/v1/users HTTP/1.1" 200 7631 +10.0.0.11 - - [2024/04/11:04:11:33 +0000] "GET /login HTTP/1.1" 500 1898 +10.0.0.11 - - [2024/04/11:21:23:39 +0000] "GET /login HTTP/1.1" 200 1245 + +198.51.100.77 - - [2024/04/11:20:10:59 +0000] "GET /health HTTP/1.1" 500 556 +192.168.1.100 - - [2024/04/11:09:42:22 +0000] "PUT /static/app.js HTTP/1.1" 200 2306 +172.16.4.9 - - [2024/04/11:01:08:00 +0000] "DELETE /health HTTP/1.1" 500 2246 +203.0.113.5 - - [2024/04/11:07:31:29 +0000] "PUT /api/v1/users HTTP/1.1" 404 126 +10.0.0.10 - - [2024/04/11:21:27:20 +0000] "POST /api/v2/search HTTP/1.1" 500 2608 +172.16.4.9 - - [2024/04/11:18:00:49 +0000] "PUT /metrics HTTP/1.1" 200 6330 +172.16.4.8 - - [2024/04/11:19:59:48 +0000] "POST /login HTTP/1.1" 200 4198 +10.0.0.7 - - [2024/04/11:19:35:10 +0000] "DELETE /health HTTP/1.1" 200 8668 +10.0.0.10 - - [2024/04/11:21:52:05 +0000] "GET /api/v1/orders HTTP/1.1" 500 4846 +198.51.100.12 - - [2024/04/11:08:37:29 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 3768 +172.16.4.8 - - [2024/04/11:22:35:56 +0000] "PUT /login HTTP/1.1" 404 6302 +203.0.113.42 - - [2024/04/11:04:17:09 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4166 +203.0.113.5 - - [2024/04/11:14:41:00 +0000] "PUT /health HTTP/1.1" 200 3268 +192.168.1.5 - - [2024/04/11:20:34:40 +0000] "POST /api/v2/search HTTP/1.1" 500 7513 +172.16.4.9 - - [2024/04/11:05:16:53 +0000] "PUT /health HTTP/1.1" 500 1663 +10.0.0.7 - - [2024/04/11:03:58:39 +0000] "PUT /api/v2/search HTTP/1.1" 200 7686 +172.16.200.1 - - [2024/04/11:23:17:10 +0000] "POST /static/app.js HTTP/1.1" 301 6984 +192.168.1.23 - - [2024/04/11:01:22:11 +0000] "PUT /admin/panel HTTP/1.1" 200 2801 +10.0.0.7 - - [2024/04/11:12:15:22 +0000] "GET /api/v2/search HTTP/1.1" 200 2904 +203.0.113.42 - - [2024/04/11:22:28:47 +0000] "GET /metrics HTTP/1.1" 301 6232 + diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/edge-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/edge-07.log new file mode 100644 index 0000000000000000000000000000000000000000..98d049991dfdac91b4efe0c4eb4ad46681dac637 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/edge-07.log @@ -0,0 +1,32 @@ +203.0.113.200 - - [2024/04/11:17:20:52 +0000] "DELETE /health HTTP/1.1" 200 1941 +10.0.0.7 - - [2024/04/11:14:35:13 +0000] "GET /api/v1/orders HTTP/1.1" 200 4278 +192.168.1.23 - - [2024/04/11:15:24:47 +0000] "PUT /login HTTP/1.1" 200 7942 +10.0.0.10 - - [2024/04/11:20:20:06 +0000] "GET /admin/panel HTTP/1.1" 404 5754 +10.0.0.10 - - [2024/04/11:07:00:49 +0000] "POST /login HTTP/1.1" 404 3636 +172.16.4.8 - - [2024/04/11:08:52:30 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 5999 +172.16.200.1 - - [2024/04/11:00:54:10 +0000] "GET /health HTTP/1.1" 404 7276 +172.16.4.9 - - [2024/04/11:20:21:58 +0000] "PUT /api/v1/orders HTTP/1.1" 301 3593 +203.0.113.42 - - [2024/04/11:07:41:51 +0000] "POST /api/v1/orders HTTP/1.1" 200 6537 +172.16.4.8 - - [2024/04/11:06:38:07 +0000] "POST /metrics HTTP/1.1" 500 4776 +10.0.0.7 - - [2024/04/11:05:12:52 +0000] "POST /metrics HTTP/1.1" 500 6450 +198.51.100.77 - - [2024/04/11:07:49:09 +0000] "DELETE /admin/panel HTTP/1.1" 200 8935 +172.16.4.8 - - [2024/04/11:13:40:33 +0000] "PUT /api/v1/users HTTP/1.1" 200 1249 +192.168.1.5 - - [2024/04/11:22:59:45 +0000] "GET /login HTTP/1.1" 200 7516 +203.0.113.5 - - [2024/04/11:21:01:50 +0000] "DELETE /admin/panel HTTP/1.1" 500 4170 +10.0.0.11 - - [2024/04/11:10:57:53 +0000] "PUT /login HTTP/1.1" 200 5086 +203.0.113.200 - - [2024/04/11:00:05:58 +0000] "GET /api/v1/users HTTP/1.1" 500 2992 +10.0.0.2 - - [2024/04/11:03:38:21 +0000] "GET /api/v1/users HTTP/1.1" 404 8767 +203.0.113.5 - - [2024/04/11:02:45:27 +0000] "GET /health HTTP/1.1" 404 325 +10.0.0.11 - - [2024/04/11:13:22:40 +0000] "POST /metrics HTTP/1.1" 404 1313 + +10.0.0.10 - - [2024/04/11:18:17:04 +0000] "GET /static/app.js HTTP/1.1" 301 4229 +203.0.113.200 - - [2024/04/11:20:09:21 +0000] "DELETE /login HTTP/1.1" 301 2005 +10.0.0.7 - - [2024/04/11:11:42:39 +0000] "GET /metrics HTTP/1.1" 301 7331 +172.16.4.9 - - [2024/04/11:01:14:19 +0000] "GET /login HTTP/1.1" 404 5207 +192.168.1.100 - - [2024/04/11:08:45:37 +0000] "PUT /api/v1/orders HTTP/1.1" 404 590 +203.0.113.42 - - [2024/04/11:09:22:57 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4566 + +10.0.0.2 - - [2024/04/11:20:20:59 +0000] "DELETE /metrics HTTP/1.1" 500 2944 +172.16.200.1 - - [2024/04/11:21:01:15 +0000] "GET /admin/panel HTTP/1.1" 200 2484 +10.0.0.2 - - [2024/04/11:23:50:52 +0000] "POST /static/app.js HTTP/1.1" 404 369 +198.51.100.77 - - [2024/04/11:00:49:38 +0000] "PUT /health HTTP/1.1" 200 7714 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/worker-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/worker-01.log new file mode 100644 index 0000000000000000000000000000000000000000..3ec4e3bc6a2dd37ac5d297694dffbe9f5f556011 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/worker-01.log @@ -0,0 +1,36 @@ + +198.51.100.77 - - [2024/04/11:04:17:05 +0000] "PUT /health HTTP/1.1" 404 2491 + +10.0.0.2 - - [2024/04/11:20:46:04 +0000] "DELETE /static/app.js HTTP/1.1" 200 1799 +172.16.4.9 - - [2024/04/11:05:00:22 +0000] "POST /api/v1/users HTTP/1.1" 404 2040 +172.16.200.1 - - [2024/04/11:15:33:29 +0000] "DELETE /api/v2/search HTTP/1.1" 200 5370 +203.0.113.42 - - [2024/04/11:19:24:24 +0000] "POST /api/v2/search HTTP/1.1" 404 1074 +203.0.113.200 - - [2024/04/11:18:48:17 +0000] "DELETE /static/app.js HTTP/1.1" 404 4363 +192.168.1.23 - - [2024/04/11:17:22:48 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1079 +192.168.1.23 - - [2024/04/11:08:27:47 +0000] "POST /admin/panel HTTP/1.1" 500 485 +192.168.1.5 - - [2024/04/11:09:06:18 +0000] "POST /api/v1/orders HTTP/1.1" 200 1253 +203.0.113.5 - - [2024/04/11:04:13:47 +0000] "PUT /static/app.js HTTP/1.1" 200 2092 +10.0.0.7 - - [2024/04/11:15:44:28 +0000] "POST /health HTTP/1.1" 200 2499 +192.168.1.23 - - [2024/04/11:10:00:43 +0000] "PUT /health HTTP/1.1" 200 8403 +10.0.0.11 - - [2024/04/11:08:40:56 +0000] "GET /static/app.js HTTP/1.1" 500 7168 +10.0.0.7 - - [2024/04/11:02:49:07 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6893 +203.0.113.5 - - [2024/04/11:09:41:53 +0000] "GET /health HTTP/1.1" 301 8853 +192.168.1.5 - - [2024/04/11:22:40:36 +0000] "DELETE /health HTTP/1.1" 200 8316 +10.0.0.2 - - [2024/04/11:00:51:09 +0000] "GET /api/v2/search HTTP/1.1" 200 4879 +10.0.0.7 - - [2024/04/11:11:47:16 +0000] "GET /metrics HTTP/1.1" 404 7888 +10.0.0.2 - - [2024/04/11:09:32:35 +0000] "GET /admin/panel HTTP/1.1" 404 7223 +172.16.4.8 - - [2024/04/11:21:21:33 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 8000 +192.168.1.100 - - [2024/04/11:15:45:01 +0000] "GET /api/v1/users HTTP/1.1" 200 5539 +192.168.1.100 - - [2024/04/11:12:07:11 +0000] "DELETE /admin/panel HTTP/1.1" 301 4052 +198.51.100.77 - - [2024/04/11:23:04:12 +0000] "PUT /login HTTP/1.1" 200 7750 +172.16.4.8 - - [2024/04/11:15:32:35 +0000] "DELETE /metrics HTTP/1.1" 301 782 +10.0.0.7 - - [2024/04/11:01:26:43 +0000] "GET /metrics HTTP/1.1" 500 3270 +192.168.1.23 - - [2024/04/11:08:24:07 +0000] "POST /static/app.js HTTP/1.1" 301 6301 +192.168.1.23 - - [2024/04/11:04:26:08 +0000] "GET /metrics HTTP/1.1" 404 4116 +10.0.0.7 - - [2024/04/11:21:44:40 +0000] "GET /admin/panel HTTP/1.1" 301 8926 +192.168.1.100 - - [2024/04/11:05:12:40 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7919 +203.0.113.200 - - [2024/04/11:02:59:25 +0000] "POST /admin/panel HTTP/1.1" 200 7400 +10.0.0.2 - - [2024/04/11:05:40:07 +0000] "GET /login HTTP/1.1" 200 6969 +172.16.4.9 - - [2024/04/11:05:11:24 +0000] "PUT /admin/panel HTTP/1.1" 500 4644 +198.51.100.12 - - [2024/04/11:16:52:45 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7686 +203.0.113.5 - - [2024/04/11:14:42:43 +0000] "POST /api/v1/users HTTP/1.1" 404 7754 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/worker-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/worker-03.log new file mode 100644 index 0000000000000000000000000000000000000000..55c0ac456580c77eae21c4df059701cf641a54da --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/eu-west-1/worker-03.log @@ -0,0 +1,35 @@ +10.0.0.7 - - [2024/04/11:13:11:02 +0000] "GET /static/app.js HTTP/1.1" 500 4711 +198.51.100.77 - - [2024/04/11:11:22:01 +0000] "GET /health HTTP/1.1" 200 4930 +172.16.4.9 - - [2024/04/11:01:41:28 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 3099 +203.0.113.42 - - [2024/04/11:14:10:53 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1032 +172.16.4.8 - - [2024/04/11:16:32:06 +0000] "GET /admin/panel HTTP/1.1" 500 6135 +198.51.100.12 - - [2024/04/11:21:07:03 +0000] "PUT /api/v1/orders HTTP/1.1" 404 6460 +172.16.200.1 - - [2024/04/11:05:09:46 +0000] "GET /health HTTP/1.1" 301 6536 + +172.16.4.9 - - [2024/04/11:03:59:35 +0000] "POST /metrics HTTP/1.1" 301 8494 +192.168.1.23 - - [2024/04/11:18:31:01 +0000] "GET /api/v2/search HTTP/1.1" 500 8867 +192.168.1.23 - - [2024/04/11:23:33:42 +0000] "PUT /login HTTP/1.1" 404 3275 +10.0.0.11 - - [2024/04/11:17:34:27 +0000] "DELETE /health HTTP/1.1" 200 6301 +203.0.113.200 - - [2024/04/11:14:31:00 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5337 +172.16.4.9 - - [2024/04/11:08:00:12 +0000] "GET /static/app.js HTTP/1.1" 404 286 +203.0.113.200 - - [2024/04/11:19:12:19 +0000] "DELETE /metrics HTTP/1.1" 301 4940 +203.0.113.42 - - [2024/04/11:00:28:06 +0000] "DELETE /health HTTP/1.1" 500 1302 + +172.16.4.8 - - [2024/04/11:18:26:00 +0000] "GET /static/app.js HTTP/1.1" 301 3073 +203.0.113.200 - - [2024/04/11:23:43:01 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5162 +192.168.1.100 - - [2024/04/11:17:27:38 +0000] "PUT /metrics HTTP/1.1" 500 1983 +198.51.100.12 - - [2024/04/11:01:16:58 +0000] "POST /metrics HTTP/1.1" 301 6329 +192.168.1.23 - - [2024/04/11:07:43:34 +0000] "PUT /admin/panel HTTP/1.1" 301 5993 +10.0.0.2 - - [2024/04/11:09:52:13 +0000] "DELETE /login HTTP/1.1" 200 3673 +198.51.100.12 - - [2024/04/11:08:36:05 +0000] "PUT /api/v1/users HTTP/1.1" 301 3335 +172.16.200.1 - - [2024/04/11:11:49:09 +0000] "PUT /health HTTP/1.1" 200 3095 +198.51.100.12 - - [2024/04/11:09:26:54 +0000] "POST /login HTTP/1.1" 200 3057 +192.168.1.100 - - [2024/04/11:09:10:24 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 8013 +203.0.113.5 - - [2024/04/11:04:59:14 +0000] "GET /static/app.js HTTP/1.1" 404 802 +192.168.1.100 - - [2024/04/11:22:54:21 +0000] "POST /static/app.js HTTP/1.1" 500 4605 +203.0.113.5 - - [2024/04/11:13:59:51 +0000] "DELETE /api/v2/search HTTP/1.1" 200 2802 +203.0.113.200 - - [2024/04/11:11:09:52 +0000] "GET /api/v2/search HTTP/1.1" 200 4902 +203.0.113.200 - - [2024/04/11:22:10:15 +0000] "POST /login HTTP/1.1" 200 3265 +172.16.200.1 - - [2024/04/11:18:19:54 +0000] "DELETE /static/app.js HTTP/1.1" 200 4208 +192.168.1.23 - - [2024/04/11:08:11:10 +0000] "GET /health HTTP/1.1" 301 4892 +172.16.4.9 - - [2024/04/11:05:15:39 +0000] "PUT /admin/panel HTTP/1.1" 200 818 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-east-1/edge-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-east-1/edge-06.log new file mode 100644 index 0000000000000000000000000000000000000000..45e60dbaf4c0a938e37939b0b341480ebeed5f8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-east-1/edge-06.log @@ -0,0 +1,37 @@ +192.168.1.5 - - [2024/04/11:10:05:42 +0000] "DELETE /api/v2/search HTTP/1.1" 404 1719 +198.51.100.77 - - [2024/04/11:13:31:46 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4012 +10.0.0.7 - - [2024/04/11:10:23:28 +0000] "GET /health HTTP/1.1" 200 7655 +203.0.113.42 - - [2024/04/11:20:54:09 +0000] "GET /api/v1/orders HTTP/1.1" 200 7367 +10.0.0.10 - - [2024/04/11:00:38:16 +0000] "POST /api/v1/orders HTTP/1.1" 301 7546 +172.16.200.1 - - [2024/04/11:22:49:22 +0000] "POST /health HTTP/1.1" 500 8527 +172.16.4.8 - - [2024/04/11:21:35:47 +0000] "POST /metrics HTTP/1.1" 200 5814 +203.0.113.200 - - [2024/04/11:08:28:02 +0000] "GET /admin/panel HTTP/1.1" 200 297 +10.0.0.10 - - [2024/04/11:09:27:48 +0000] "PUT /metrics HTTP/1.1" 200 746 +203.0.113.200 - - [2024/04/11:07:29:41 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4704 +203.0.113.200 - - [2024/04/11:15:17:56 +0000] "POST /login HTTP/1.1" 200 4448 +172.16.4.8 - - [2024/04/11:05:41:56 +0000] "POST /health HTTP/1.1" 200 915 +192.168.1.5 - - [2024/04/11:23:22:49 +0000] "PUT /api/v1/users HTTP/1.1" 500 300 +198.51.100.12 - - [2024/04/11:09:59:13 +0000] "POST /metrics HTTP/1.1" 404 4749 +203.0.113.5 - - [2024/04/11:16:34:00 +0000] "PUT /api/v1/users HTTP/1.1" 500 8173 +10.0.0.11 - - [2024/04/11:13:24:16 +0000] "PUT /admin/panel HTTP/1.1" 200 1458 + +203.0.113.5 - - [2024/04/11:23:00:03 +0000] "PUT /metrics HTTP/1.1" 500 7872 + +198.51.100.12 - - [2024/04/11:11:49:35 +0000] "POST /static/app.js HTTP/1.1" 200 5075 +198.51.100.77 - - [2024/04/11:23:15:24 +0000] "GET /login HTTP/1.1" 200 7904 +198.51.100.12 - - [2024/04/11:01:12:58 +0000] "POST /static/app.js HTTP/1.1" 200 3489 +203.0.113.5 - - [2024/04/11:04:52:39 +0000] "GET /health HTTP/1.1" 200 8897 +10.0.0.10 - - [2024/04/11:07:16:35 +0000] "GET /static/app.js HTTP/1.1" 404 6627 +192.168.1.23 - - [2024/04/11:09:04:38 +0000] "PUT /api/v2/search HTTP/1.1" 200 6379 +203.0.113.5 - - [2024/04/11:23:00:03 +0000] "DELETE /static/app.js HTTP/1.1" 200 690 +203.0.113.5 - - [2024/04/11:07:52:00 +0000] "GET /api/v1/users HTTP/1.1" 301 4539 +203.0.113.42 - - [2024/04/11:07:43:28 +0000] "POST /api/v2/search HTTP/1.1" 500 523 +10.0.0.11 - - [2024/04/11:06:09:36 +0000] "GET /metrics HTTP/1.1" 200 4070 +192.168.1.100 - - [2024/04/11:23:08:56 +0000] "GET /login HTTP/1.1" 200 2557 +192.168.1.5 - - [2024/04/11:02:17:53 +0000] "GET /health HTTP/1.1" 301 541 +192.168.1.23 - - [2024/04/11:18:38:14 +0000] "GET /admin/panel HTTP/1.1" 200 3460 +192.168.1.100 - - [2024/04/11:15:18:42 +0000] "DELETE /metrics HTTP/1.1" 200 3324 +172.16.4.9 - - [2024/04/11:02:44:10 +0000] "POST /api/v1/orders HTTP/1.1" 404 4026 +10.0.0.10 - - [2024/04/11:00:15:17 +0000] "PUT /static/app.js HTTP/1.1" 500 145 +203.0.113.42 - - [2024/04/11:08:35:33 +0000] "PUT /api/v1/users HTTP/1.1" 500 3011 +10.0.0.7 - - [2024/04/11:09:41:26 +0000] "DELETE /metrics HTTP/1.1" 200 893 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-east-1/web-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-east-1/web-05.log new file mode 100644 index 0000000000000000000000000000000000000000..b69511b3cad46274e82a2543b0247e2893bae988 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-east-1/web-05.log @@ -0,0 +1,23 @@ +192.168.1.23 - - [2024/04/11:12:13:08 +0000] "POST /metrics HTTP/1.1" 301 1401 +10.0.0.2 - - [2024/04/11:11:16:11 +0000] "PUT /api/v2/search HTTP/1.1" 200 6896 +172.16.200.1 - - [2024/04/11:13:45:10 +0000] "POST /api/v1/users HTTP/1.1" 200 8737 +192.168.1.5 - - [2024/04/11:00:24:36 +0000] "PUT /api/v1/users HTTP/1.1" 404 5435 +192.168.1.5 - - [2024/04/11:04:31:04 +0000] "POST /static/app.js HTTP/1.1" 404 899 +192.168.1.5 - - [2024/04/11:09:09:21 +0000] "DELETE /health HTTP/1.1" 200 263 +198.51.100.12 - - [2024/04/11:05:42:03 +0000] "GET /admin/panel HTTP/1.1" 200 5716 +10.0.0.7 - - [2024/04/11:16:23:25 +0000] "GET /api/v2/search HTTP/1.1" 404 234 +203.0.113.42 - - [2024/04/11:07:47:43 +0000] "PUT /api/v1/users HTTP/1.1" 200 6319 +198.51.100.12 - - [2024/04/11:12:39:31 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 5326 +203.0.113.200 - - [2024/04/11:08:45:29 +0000] "DELETE /admin/panel HTTP/1.1" 500 7694 +192.168.1.23 - - [2024/04/11:04:15:22 +0000] "DELETE /static/app.js HTTP/1.1" 200 1724 + +172.16.4.9 - - [2024/04/11:04:30:37 +0000] "POST /api/v1/users HTTP/1.1" 200 4832 +198.51.100.77 - - [2024/04/11:21:04:06 +0000] "GET /admin/panel HTTP/1.1" 200 4843 +10.0.0.10 - - [2024/04/11:08:23:17 +0000] "POST /api/v1/users HTTP/1.1" 500 1995 +172.16.4.9 - - [2024/04/11:07:29:38 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2325 +203.0.113.42 - - [2024/04/11:18:26:24 +0000] "DELETE /api/v1/users HTTP/1.1" 200 4392 +203.0.113.200 - - [2024/04/11:02:18:34 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1104 +192.168.1.5 - - [2024/04/11:00:11:30 +0000] "POST /api/v1/orders HTTP/1.1" 301 7092 +192.168.1.100 - - [2024/04/11:16:11:57 +0000] "PUT /api/v2/search HTTP/1.1" 500 7920 + +172.16.4.9 - - [2024/04/11:19:20:12 +0000] "DELETE /admin/panel HTTP/1.1" 404 2986 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-west-2/worker-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-west-2/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..18b1003e6f00a0a9bacf87e8c840bcad8bf44e9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-west-2/worker-06.log @@ -0,0 +1,31 @@ +192.168.1.5 - - [2024/04/11:06:31:13 +0000] "GET /login HTTP/1.1" 301 7703 +192.168.1.100 - - [2024/04/11:02:51:01 +0000] "GET /static/app.js HTTP/1.1" 500 7000 + +203.0.113.200 - - [2024/04/11:04:51:14 +0000] "DELETE /api/v2/search HTTP/1.1" 404 1813 +192.168.1.5 - - [2024/04/11:17:50:00 +0000] "PUT /static/app.js HTTP/1.1" 200 2358 +10.0.0.10 - - [2024/04/11:12:19:58 +0000] "GET /admin/panel HTTP/1.1" 500 1836 +172.16.4.8 - - [2024/04/11:10:43:28 +0000] "DELETE /api/v2/search HTTP/1.1" 200 8142 +192.168.1.100 - - [2024/04/11:15:14:56 +0000] "POST /health HTTP/1.1" 301 385 +192.168.1.100 - - [2024/04/11:07:52:43 +0000] "POST /api/v1/users HTTP/1.1" 200 5088 +192.168.1.5 - - [2024/04/11:16:00:03 +0000] "DELETE /admin/panel HTTP/1.1" 500 7849 +172.16.4.9 - - [2024/04/11:00:31:50 +0000] "POST /login HTTP/1.1" 200 8514 +172.16.200.1 - - [2024/04/11:07:20:04 +0000] "POST /admin/panel HTTP/1.1" 200 8002 +203.0.113.200 - - [2024/04/11:05:35:54 +0000] "PUT /metrics HTTP/1.1" 404 514 +10.0.0.2 - - [2024/04/11:08:04:00 +0000] "POST /static/app.js HTTP/1.1" 200 812 +203.0.113.42 - - [2024/04/11:17:41:21 +0000] "PUT /api/v1/users HTTP/1.1" 200 8754 +10.0.0.7 - - [2024/04/11:04:32:59 +0000] "PUT /health HTTP/1.1" 500 8047 +172.16.4.8 - - [2024/04/11:19:54:58 +0000] "PUT /admin/panel HTTP/1.1" 200 4251 +203.0.113.200 - - [2024/04/11:08:06:14 +0000] "DELETE /metrics HTTP/1.1" 200 6048 +203.0.113.200 - - [2024/04/11:18:19:07 +0000] "GET /api/v1/orders HTTP/1.1" 301 192 +198.51.100.12 - - [2024/04/11:16:30:14 +0000] "PUT /api/v2/search HTTP/1.1" 200 8194 +192.168.1.100 - - [2024/04/11:13:09:52 +0000] "PUT /login HTTP/1.1" 200 8310 +172.16.4.9 - - [2024/04/11:16:25:08 +0000] "POST /api/v1/orders HTTP/1.1" 200 6038 +10.0.0.2 - - [2024/04/11:07:35:39 +0000] "DELETE /metrics HTTP/1.1" 500 8518 +192.168.1.5 - - [2024/04/11:09:40:43 +0000] "POST /admin/panel HTTP/1.1" 404 2177 +10.0.0.10 - - [2024/04/11:03:36:22 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7916 +10.0.0.10 - - [2024/04/11:00:45:51 +0000] "POST /api/v1/orders HTTP/1.1" 404 3191 +203.0.113.42 - - [2024/04/11:05:17:31 +0000] "PUT /admin/panel HTTP/1.1" 500 1295 +203.0.113.42 - - [2024/04/11:06:11:04 +0000] "PUT /api/v1/orders HTTP/1.1" 301 4797 +198.51.100.77 - - [2024/04/11:06:55:23 +0000] "GET /api/v2/search HTTP/1.1" 200 302 +198.51.100.12 - - [2024/04/11:03:33:17 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 6346 + diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-west-2/worker-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-west-2/worker-07.log new file mode 100644 index 0000000000000000000000000000000000000000..4b414ea65a972f5bc386aeb7b36c7542a79af885 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/services/edge-access-logs/2024-04-11/us-west-2/worker-07.log @@ -0,0 +1,37 @@ +203.0.113.5 - - [2024/04/11:08:16:06 +0000] "GET /login HTTP/1.1" 500 3245 +192.168.1.23 - - [2024/04/11:19:06:06 +0000] "PUT /login HTTP/1.1" 200 5545 +10.0.0.10 - - [2024/04/11:17:58:15 +0000] "DELETE /login HTTP/1.1" 200 4989 +192.168.1.23 - - [2024/04/11:03:54:46 +0000] "POST /api/v1/users HTTP/1.1" 200 4217 +172.16.200.1 - - [2024/04/11:13:11:48 +0000] "GET /static/app.js HTTP/1.1" 301 5195 +10.0.0.7 - - [2024/04/11:12:44:48 +0000] "POST /admin/panel HTTP/1.1" 404 415 +10.0.0.2 - - [2024/04/11:10:15:42 +0000] "GET /static/app.js HTTP/1.1" 301 2947 +203.0.113.42 - - [2024/04/11:02:07:04 +0000] "GET /api/v1/orders HTTP/1.1" 500 6062 +192.168.1.23 - - [2024/04/11:23:30:58 +0000] "PUT /api/v1/users HTTP/1.1" 200 7021 +198.51.100.12 - - [2024/04/11:04:23:16 +0000] "POST /api/v2/search HTTP/1.1" 200 5750 +198.51.100.77 - - [2024/04/11:07:30:30 +0000] "DELETE /login HTTP/1.1" 200 455 +192.168.1.100 - - [2024/04/11:17:52:59 +0000] "GET /metrics HTTP/1.1" 301 1983 +172.16.4.8 - - [2024/04/11:18:30:12 +0000] "POST /static/app.js HTTP/1.1" 200 794 +10.0.0.2 - - [2024/04/11:15:26:21 +0000] "DELETE /health HTTP/1.1" 404 8745 +192.168.1.5 - - [2024/04/11:08:36:15 +0000] "POST /health HTTP/1.1" 301 5905 +10.0.0.7 - - [2024/04/11:00:37:02 +0000] "PUT /metrics HTTP/1.1" 404 7070 +10.0.0.2 - - [2024/04/11:17:17:05 +0000] "PUT /static/app.js HTTP/1.1" 200 1554 +10.0.0.7 - - [2024/04/11:02:06:42 +0000] "GET /admin/panel HTTP/1.1" 500 3118 +192.168.1.23 - - [2024/04/11:06:07:26 +0000] "PUT /metrics HTTP/1.1" 200 6398 +10.0.0.7 - - [2024/04/11:14:28:35 +0000] "GET /health HTTP/1.1" 200 5565 +10.0.0.11 - - [2024/04/11:09:43:44 +0000] "GET /api/v1/users HTTP/1.1" 404 540 +172.16.4.8 - - [2024/04/11:16:28:33 +0000] "GET /admin/panel HTTP/1.1" 200 3434 + +10.0.0.11 - - [2024/04/11:17:00:23 +0000] "POST /health HTTP/1.1" 200 210 +10.0.0.10 - - [2024/04/11:22:55:08 +0000] "GET /admin/panel HTTP/1.1" 200 6609 +203.0.113.42 - - [2024/04/11:14:54:54 +0000] "GET /metrics HTTP/1.1" 404 2978 +198.51.100.12 - - [2024/04/11:01:59:03 +0000] "PUT /health HTTP/1.1" 301 3750 + +192.168.1.100 - - [2024/04/11:03:18:01 +0000] "PUT /health HTTP/1.1" 200 6225 +198.51.100.77 - - [2024/04/11:17:24:15 +0000] "DELETE /admin/panel HTTP/1.1" 301 1519 +192.168.1.5 - - [2024/04/11:00:30:10 +0000] "POST /metrics HTTP/1.1" 200 7026 +10.0.0.7 - - [2024/04/11:19:42:50 +0000] "PUT /health HTTP/1.1" 200 4911 +198.51.100.12 - - [2024/04/11:16:51:29 +0000] "PUT /admin/panel HTTP/1.1" 200 3588 +10.0.0.7 - - [2024/04/11:02:33:07 +0000] "PUT /api/v1/orders HTTP/1.1" 301 6188 +192.168.1.100 - - [2024/04/11:08:49:53 +0000] "DELETE /metrics HTTP/1.1" 500 396 +10.0.0.2 - - [2024/04/11:22:44:44 +0000] "PUT /health HTTP/1.1" 301 305 +10.0.0.11 - - [2024/04/11:21:40:35 +0000] "GET /api/v1/users HTTP/1.1" 500 1392 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-central-1/api-02.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-central-1/api-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ad0b243b3e5ff606308ffdf86253d28fafa937ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-central-1/api-02.log @@ -0,0 +1,37 @@ +172.16.4.8 - - [2024/04/08:07:06:08 +0000] "POST /health HTTP/1.1" 200 7684 +198.51.100.12 - - [2024/04/08:11:49:56 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 7324 +10.0.0.11 - - [2024/04/08:19:46:52 +0000] "PUT /admin/panel HTTP/1.1" 404 3203 +192.168.1.100 - - [2024/04/08:21:04:00 +0000] "DELETE /metrics HTTP/1.1" 200 7078 +10.0.0.7 - - [2024/04/08:04:26:22 +0000] "POST /login HTTP/1.1" 404 8120 +10.0.0.10 - - [2024/04/08:17:31:22 +0000] "GET /health HTTP/1.1" 200 7376 +198.51.100.77 - - [2024/04/08:13:40:49 +0000] "GET /login HTTP/1.1" 200 1993 +198.51.100.77 - - [2024/04/08:17:57:59 +0000] "DELETE /admin/panel HTTP/1.1" 500 122 +172.16.4.8 - - [2024/04/08:13:17:36 +0000] "GET /static/app.js HTTP/1.1" 200 2219 +198.51.100.12 - - [2024/04/08:01:10:28 +0000] "PUT /admin/panel HTTP/1.1" 200 6268 +203.0.113.200 - - [2024/04/08:13:43:25 +0000] "DELETE /admin/panel HTTP/1.1" 200 8200 +172.16.4.9 - - [2024/04/08:00:17:38 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2426 +10.0.0.10 - - [2024/04/08:11:18:56 +0000] "POST /api/v2/search HTTP/1.1" 200 3252 +192.168.1.23 - - [2024/04/08:21:41:38 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1801 +203.0.113.200 - - [2024/04/08:07:58:51 +0000] "GET /api/v2/search HTTP/1.1" 301 6268 +203.0.113.200 - - [2024/04/08:23:49:44 +0000] "PUT /health HTTP/1.1" 200 1397 +192.168.1.5 - - [2024/04/08:07:16:54 +0000] "GET /login HTTP/1.1" 404 3389 +172.16.200.1 - - [2024/04/08:02:15:42 +0000] "GET /health HTTP/1.1" 500 4214 +10.0.0.10 - - [2024/04/08:12:27:54 +0000] "GET /metrics HTTP/1.1" 200 3622 +172.16.4.9 - - [2024/04/08:14:22:08 +0000] "DELETE /login HTTP/1.1" 200 432 +10.0.0.10 - - [2024/04/08:11:23:52 +0000] "GET /metrics HTTP/1.1" 301 3701 + +172.16.4.9 - - [2024/04/08:10:09:56 +0000] "GET /login HTTP/1.1" 200 7102 +192.168.1.23 - - [2024/04/08:07:13:57 +0000] "PUT /api/v1/orders HTTP/1.1" 200 290 +172.16.4.9 - - [2024/04/08:15:59:03 +0000] "GET /api/v1/orders HTTP/1.1" 404 3492 +203.0.113.42 - - [2024/04/08:04:49:15 +0000] "DELETE /admin/panel HTTP/1.1" 404 4185 +10.0.0.2 - - [2024/04/08:20:43:20 +0000] "GET /api/v2/search HTTP/1.1" 200 1851 +203.0.113.5 - - [2024/04/08:23:23:50 +0000] "PUT /metrics HTTP/1.1" 301 1097 +203.0.113.200 - - [2024/04/08:04:27:48 +0000] "DELETE /api/v1/users HTTP/1.1" 301 7074 + +10.0.0.2 - - [2024/04/08:10:18:26 +0000] "DELETE /health HTTP/1.1" 500 6954 +203.0.113.5 - - [2024/04/08:13:21:21 +0000] "GET /api/v2/search HTTP/1.1" 500 435 +10.0.0.2 - - [2024/04/08:09:13:47 +0000] "PUT /api/v1/users HTTP/1.1" 200 3522 +10.0.0.11 - - [2024/04/08:01:43:50 +0000] "POST /admin/panel HTTP/1.1" 404 6205 +203.0.113.42 - - [2024/04/08:08:51:50 +0000] "DELETE /api/v2/search HTTP/1.1" 200 4085 +198.51.100.77 - - [2024/04/08:14:18:01 +0000] "PUT /metrics HTTP/1.1" 500 5153 +10.0.0.11 - - [2024/04/08:16:51:55 +0000] "POST /health HTTP/1.1" 500 7773 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-central-1/worker-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-central-1/worker-07.log new file mode 100644 index 0000000000000000000000000000000000000000..684ed701bb6781263d0dc99ae34940c667f34f4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-central-1/worker-07.log @@ -0,0 +1,31 @@ +10.0.0.7 - - [2024/04/08:13:43:07 +0000] "GET /health HTTP/1.1" 301 3090 +10.0.0.7 - - [2024/04/08:11:07:32 +0000] "POST /admin/panel HTTP/1.1" 200 5175 +203.0.113.5 - - [2024/04/08:19:27:03 +0000] "GET /metrics HTTP/1.1" 200 8642 +192.168.1.100 - - [2024/04/08:16:53:45 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 3210 +192.168.1.23 - - [2024/04/08:12:22:11 +0000] "PUT /admin/panel HTTP/1.1" 200 2075 +192.168.1.100 - - [2024/04/08:14:54:12 +0000] "POST /metrics HTTP/1.1" 404 1748 +192.168.1.5 - - [2024/04/08:12:37:44 +0000] "GET /static/app.js HTTP/1.1" 200 861 +172.16.4.9 - - [2024/04/08:09:24:40 +0000] "GET /api/v1/orders HTTP/1.1" 200 4101 +10.0.0.2 - - [2024/04/08:15:15:27 +0000] "DELETE /login HTTP/1.1" 200 6304 +10.0.0.11 - - [2024/04/08:03:25:46 +0000] "DELETE /static/app.js HTTP/1.1" 301 4688 +203.0.113.200 - - [2024/04/08:20:16:56 +0000] "DELETE /admin/panel HTTP/1.1" 301 494 +198.51.100.12 - - [2024/04/08:04:11:39 +0000] "DELETE /admin/panel HTTP/1.1" 404 3619 +10.0.0.11 - - [2024/04/08:03:47:41 +0000] "GET /health HTTP/1.1" 404 1861 +192.168.1.5 - - [2024/04/08:23:42:33 +0000] "DELETE /admin/panel HTTP/1.1" 200 8578 +10.0.0.2 - - [2024/04/08:23:37:15 +0000] "POST /static/app.js HTTP/1.1" 301 6235 +192.168.1.100 - - [2024/04/08:07:24:18 +0000] "DELETE /api/v1/users HTTP/1.1" 500 5722 +10.0.0.11 - - [2024/04/08:09:04:03 +0000] "POST /metrics HTTP/1.1" 301 6741 +10.0.0.7 - - [2024/04/08:17:56:02 +0000] "POST /metrics HTTP/1.1" 500 5614 +172.16.200.1 - - [2024/04/08:09:04:15 +0000] "POST /api/v2/search HTTP/1.1" 500 5848 +172.16.4.9 - - [2024/04/08:07:40:02 +0000] "GET /api/v2/search HTTP/1.1" 301 621 +172.16.200.1 - - [2024/04/08:09:27:21 +0000] "PUT /api/v2/search HTTP/1.1" 301 3225 +203.0.113.5 - - [2024/04/08:14:01:15 +0000] "POST /api/v1/orders HTTP/1.1" 301 3467 +203.0.113.5 - - [2024/04/08:04:51:25 +0000] "GET /static/app.js HTTP/1.1" 200 7188 +172.16.4.8 - - [2024/04/08:12:52:16 +0000] "POST /login HTTP/1.1" 301 1423 + + +10.0.0.7 - - [2024/04/08:04:05:25 +0000] "PUT /api/v1/orders HTTP/1.1" 200 668 +198.51.100.12 - - [2024/04/08:08:03:27 +0000] "POST /login HTTP/1.1" 301 7753 +10.0.0.10 - - [2024/04/08:15:30:45 +0000] "PUT /admin/panel HTTP/1.1" 200 8622 +203.0.113.200 - - [2024/04/08:22:35:44 +0000] "DELETE /static/app.js HTTP/1.1" 200 7173 +10.0.0.11 - - [2024/04/08:05:34:06 +0000] "POST /health HTTP/1.1" 200 411 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-west-1/api-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-west-1/api-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b97e7087cf8f27f309524b59f6b4c024d6f412fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-west-1/api-03.log @@ -0,0 +1,27 @@ +203.0.113.200 - - [2024/04/08:09:18:22 +0000] "GET /admin/panel HTTP/1.1" 404 4177 +198.51.100.77 - - [2024/04/08:19:25:24 +0000] "POST /health HTTP/1.1" 500 1823 +10.0.0.2 - - [2024/04/08:06:05:35 +0000] "PUT /api/v2/search HTTP/1.1" 200 2409 +203.0.113.42 - - [2024/04/08:21:35:07 +0000] "GET /metrics HTTP/1.1" 404 6429 +203.0.113.5 - - [2024/04/08:21:52:05 +0000] "POST /static/app.js HTTP/1.1" 500 6492 +172.16.4.8 - - [2024/04/08:19:25:44 +0000] "PUT /api/v2/search HTTP/1.1" 301 4464 +203.0.113.42 - - [2024/04/08:15:03:28 +0000] "PUT /static/app.js HTTP/1.1" 500 8463 +203.0.113.200 - - [2024/04/08:00:20:18 +0000] "DELETE /health HTTP/1.1" 200 4048 + +192.168.1.5 - - [2024/04/08:17:49:07 +0000] "PUT /api/v1/orders HTTP/1.1" 200 6344 +192.168.1.23 - - [2024/04/08:21:52:14 +0000] "GET /api/v2/search HTTP/1.1" 200 7061 +192.168.1.23 - - [2024/04/08:14:43:40 +0000] "GET /api/v2/search HTTP/1.1" 200 5193 +198.51.100.77 - - [2024/04/08:17:25:18 +0000] "GET /login HTTP/1.1" 200 6522 +172.16.4.9 - - [2024/04/08:15:07:55 +0000] "POST /static/app.js HTTP/1.1" 301 171 +10.0.0.10 - - [2024/04/08:11:15:23 +0000] "GET /health HTTP/1.1" 200 6078 +203.0.113.200 - - [2024/04/08:23:55:07 +0000] "POST /api/v1/users HTTP/1.1" 200 8721 +203.0.113.5 - - [2024/04/08:03:44:02 +0000] "POST /admin/panel HTTP/1.1" 301 3451 +192.168.1.5 - - [2024/04/08:07:53:33 +0000] "POST /api/v2/search HTTP/1.1" 200 4028 + +192.168.1.5 - - [2024/04/08:01:08:18 +0000] "DELETE /static/app.js HTTP/1.1" 500 1192 +198.51.100.77 - - [2024/04/08:05:52:26 +0000] "DELETE /api/v2/search HTTP/1.1" 200 7789 +192.168.1.23 - - [2024/04/08:03:44:21 +0000] "DELETE /static/app.js HTTP/1.1" 404 8475 +10.0.0.11 - - [2024/04/08:09:31:46 +0000] "GET /api/v1/users HTTP/1.1" 200 7323 +203.0.113.200 - - [2024/04/08:08:31:50 +0000] "PUT /admin/panel HTTP/1.1" 500 5949 +198.51.100.12 - - [2024/04/08:22:49:25 +0000] "PUT /api/v1/orders HTTP/1.1" 500 3973 +172.16.4.8 - - [2024/04/08:10:33:27 +0000] "DELETE /api/v1/users HTTP/1.1" 200 3013 +203.0.113.200 - - [2024/04/08:13:10:01 +0000] "PUT /health HTTP/1.1" 200 1379 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-west-1/worker-02.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-west-1/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..443b0e274f1382e32fe0219112308a89a4d03329 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/eu-west-1/worker-02.log @@ -0,0 +1,34 @@ +203.0.113.5 - - [2024/04/08:04:07:12 +0000] "GET /api/v1/users HTTP/1.1" 500 4544 +172.16.4.8 - - [2024/04/08:23:52:52 +0000] "GET /api/v1/orders HTTP/1.1" 200 8218 +172.16.4.9 - - [2024/04/08:14:32:33 +0000] "PUT /health HTTP/1.1" 200 6030 +172.16.4.8 - - [2024/04/08:02:31:17 +0000] "GET /api/v2/search HTTP/1.1" 301 8857 +203.0.113.5 - - [2024/04/08:12:01:03 +0000] "POST /api/v2/search HTTP/1.1" 200 1896 +172.16.200.1 - - [2024/04/08:06:29:37 +0000] "POST /metrics HTTP/1.1" 200 211 +172.16.4.8 - - [2024/04/08:13:21:00 +0000] "GET /static/app.js HTTP/1.1" 200 8882 +172.16.4.8 - - [2024/04/08:11:20:35 +0000] "PUT /health HTTP/1.1" 200 6794 +10.0.0.11 - - [2024/04/08:10:59:30 +0000] "DELETE /login HTTP/1.1" 404 4770 +203.0.113.5 - - [2024/04/08:22:22:03 +0000] "GET /api/v2/search HTTP/1.1" 500 2043 +192.168.1.100 - - [2024/04/08:15:47:55 +0000] "POST /static/app.js HTTP/1.1" 200 4417 + +203.0.113.5 - - [2024/04/08:12:42:30 +0000] "PUT /health HTTP/1.1" 200 7570 +198.51.100.77 - - [2024/04/08:12:59:55 +0000] "PUT /login HTTP/1.1" 200 1638 +203.0.113.200 - - [2024/04/08:17:09:40 +0000] "PUT /api/v1/users HTTP/1.1" 200 696 + +198.51.100.12 - - [2024/04/08:17:41:17 +0000] "GET /admin/panel HTTP/1.1" 301 538 +172.16.4.8 - - [2024/04/08:07:31:17 +0000] "POST /login HTTP/1.1" 200 8045 +172.16.200.1 - - [2024/04/08:06:45:26 +0000] "PUT /api/v1/users HTTP/1.1" 500 3225 +10.0.0.10 - - [2024/04/08:03:35:48 +0000] "PUT /api/v1/users HTTP/1.1" 200 4542 +10.0.0.7 - - [2024/04/08:01:50:51 +0000] "PUT /api/v2/search HTTP/1.1" 404 8349 +10.0.0.11 - - [2024/04/08:22:55:24 +0000] "DELETE /api/v1/users HTTP/1.1" 404 7777 +192.168.1.5 - - [2024/04/08:07:06:49 +0000] "DELETE /api/v1/users HTTP/1.1" 500 3221 +203.0.113.42 - - [2024/04/08:09:15:54 +0000] "DELETE /static/app.js HTTP/1.1" 200 3797 +192.168.1.23 - - [2024/04/08:23:47:22 +0000] "DELETE /metrics HTTP/1.1" 301 6529 +10.0.0.2 - - [2024/04/08:03:30:21 +0000] "POST /metrics HTTP/1.1" 500 6766 +198.51.100.77 - - [2024/04/08:07:58:16 +0000] "DELETE /health HTTP/1.1" 404 5459 +192.168.1.100 - - [2024/04/08:00:24:20 +0000] "POST /static/app.js HTTP/1.1" 200 1603 +192.168.1.23 - - [2024/04/08:07:43:07 +0000] "DELETE /health HTTP/1.1" 200 6780 +10.0.0.7 - - [2024/04/08:22:45:31 +0000] "POST /api/v2/search HTTP/1.1" 404 1640 +192.168.1.5 - - [2024/04/08:10:18:14 +0000] "POST /api/v2/search HTTP/1.1" 301 8819 +192.168.1.5 - - [2024/04/08:11:06:40 +0000] "PUT /api/v1/users HTTP/1.1" 200 8604 +172.16.4.9 - - [2024/04/08:08:37:38 +0000] "PUT /login HTTP/1.1" 404 4631 +172.16.200.1 - - [2024/04/08:02:59:40 +0000] "GET /api/v2/search HTTP/1.1" 301 1806 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-east-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-east-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..02a59bb98eaa8b96e6a031b523979fa8231f8bb5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-east-1/api-04.log @@ -0,0 +1,36 @@ +10.0.0.2 - - [2024/04/08:22:50:13 +0000] "POST /api/v1/orders HTTP/1.1" 200 8073 +192.168.1.23 - - [2024/04/08:05:05:28 +0000] "GET /metrics HTTP/1.1" 200 3286 +203.0.113.200 - - [2024/04/08:07:40:50 +0000] "POST /api/v2/search HTTP/1.1" 301 5461 +192.168.1.100 - - [2024/04/08:14:19:13 +0000] "POST /admin/panel HTTP/1.1" 200 7167 +10.0.0.10 - - [2024/04/08:07:27:04 +0000] "PUT /api/v2/search HTTP/1.1" 301 6334 + +192.168.1.100 - - [2024/04/08:17:06:22 +0000] "GET /admin/panel HTTP/1.1" 301 3670 +203.0.113.200 - - [2024/04/08:00:16:36 +0000] "PUT /api/v1/users HTTP/1.1" 500 6011 +198.51.100.12 - - [2024/04/08:08:04:48 +0000] "GET /login HTTP/1.1" 301 3082 +10.0.0.11 - - [2024/04/08:05:31:54 +0000] "PUT /admin/panel HTTP/1.1" 500 7904 +198.51.100.77 - - [2024/04/08:21:55:00 +0000] "POST /static/app.js HTTP/1.1" 500 8812 +10.0.0.10 - - [2024/04/08:17:44:56 +0000] "GET /health HTTP/1.1" 404 5785 +172.16.4.8 - - [2024/04/08:21:11:59 +0000] "DELETE /health HTTP/1.1" 500 2418 +203.0.113.200 - - [2024/04/08:04:56:19 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 1450 +192.168.1.23 - - [2024/04/08:14:03:12 +0000] "GET /admin/panel HTTP/1.1" 200 5860 +192.168.1.5 - - [2024/04/08:08:29:13 +0000] "GET /api/v2/search HTTP/1.1" 200 2643 +192.168.1.100 - - [2024/04/08:08:41:56 +0000] "PUT /health HTTP/1.1" 200 1686 + +10.0.0.11 - - [2024/04/08:19:29:41 +0000] "GET /api/v1/users HTTP/1.1" 500 6599 +172.16.200.1 - - [2024/04/08:15:42:12 +0000] "PUT /api/v1/users HTTP/1.1" 200 4596 +172.16.4.9 - - [2024/04/08:09:22:43 +0000] "PUT /api/v2/search HTTP/1.1" 200 2311 +192.168.1.23 - - [2024/04/08:23:14:33 +0000] "DELETE /admin/panel HTTP/1.1" 500 1010 +10.0.0.10 - - [2024/04/08:04:21:07 +0000] "POST /api/v1/orders HTTP/1.1" 500 2093 +192.168.1.23 - - [2024/04/08:21:42:43 +0000] "DELETE /api/v1/users HTTP/1.1" 500 3436 +198.51.100.12 - - [2024/04/08:17:35:20 +0000] "POST /api/v2/search HTTP/1.1" 200 7630 +192.168.1.5 - - [2024/04/08:06:29:19 +0000] "PUT /static/app.js HTTP/1.1" 200 7249 +203.0.113.200 - - [2024/04/08:23:56:28 +0000] "POST /api/v1/users HTTP/1.1" 200 5733 +172.16.4.8 - - [2024/04/08:01:49:57 +0000] "PUT /api/v1/users HTTP/1.1" 404 3469 +172.16.4.8 - - [2024/04/08:21:17:49 +0000] "GET /api/v1/users HTTP/1.1" 301 7526 +172.16.200.1 - - [2024/04/08:01:44:55 +0000] "DELETE /login HTTP/1.1" 500 1128 +192.168.1.5 - - [2024/04/08:10:33:46 +0000] "GET /health HTTP/1.1" 404 7488 +10.0.0.10 - - [2024/04/08:03:16:00 +0000] "DELETE /login HTTP/1.1" 500 6954 +10.0.0.7 - - [2024/04/08:03:14:46 +0000] "POST /api/v2/search HTTP/1.1" 500 8830 +10.0.0.7 - - [2024/04/08:14:08:02 +0000] "POST /login HTTP/1.1" 500 3264 +10.0.0.7 - - [2024/04/08:00:21:57 +0000] "GET /api/v1/orders HTTP/1.1" 404 8762 +198.51.100.77 - - [2024/04/08:03:02:28 +0000] "DELETE /login HTTP/1.1" 200 1917 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-east-1/web-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-east-1/web-05.log new file mode 100644 index 0000000000000000000000000000000000000000..9f3b32a7164ff90d1bc7c2d1995e8c4da55b7b2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-east-1/web-05.log @@ -0,0 +1,34 @@ +203.0.113.200 - - [2024/04/08:21:33:03 +0000] "GET /login HTTP/1.1" 200 4842 +10.0.0.10 - - [2024/04/08:23:52:24 +0000] "PUT /static/app.js HTTP/1.1" 200 2836 +203.0.113.5 - - [2024/04/08:22:02:15 +0000] "POST /admin/panel HTTP/1.1" 500 5568 + +192.168.1.5 - - [2024/04/08:06:26:09 +0000] "POST /admin/panel HTTP/1.1" 301 4104 +172.16.200.1 - - [2024/04/08:06:56:17 +0000] "DELETE /login HTTP/1.1" 301 8097 +203.0.113.200 - - [2024/04/08:07:19:33 +0000] "POST /api/v1/users HTTP/1.1" 200 750 +192.168.1.5 - - [2024/04/08:18:52:42 +0000] "DELETE /api/v1/users HTTP/1.1" 200 4288 +203.0.113.42 - - [2024/04/08:01:29:42 +0000] "DELETE /api/v2/search HTTP/1.1" 404 4442 +192.168.1.5 - - [2024/04/08:11:30:54 +0000] "POST /health HTTP/1.1" 500 464 +10.0.0.2 - - [2024/04/08:07:00:24 +0000] "GET /admin/panel HTTP/1.1" 200 1048 +10.0.0.11 - - [2024/04/08:13:44:42 +0000] "DELETE /metrics HTTP/1.1" 200 3172 +203.0.113.200 - - [2024/04/08:21:38:18 +0000] "PUT /metrics HTTP/1.1" 200 3634 +198.51.100.12 - - [2024/04/08:21:31:19 +0000] "POST /admin/panel HTTP/1.1" 200 8579 +198.51.100.77 - - [2024/04/08:01:33:06 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 886 +203.0.113.42 - - [2024/04/08:20:23:39 +0000] "DELETE /api/v1/users HTTP/1.1" 200 7605 +192.168.1.5 - - [2024/04/08:04:49:28 +0000] "PUT /login HTTP/1.1" 301 4094 +203.0.113.42 - - [2024/04/08:03:34:03 +0000] "DELETE /health HTTP/1.1" 200 8010 +198.51.100.77 - - [2024/04/08:05:48:04 +0000] "PUT /metrics HTTP/1.1" 200 6382 +172.16.4.9 - - [2024/04/08:05:58:44 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 6977 +10.0.0.2 - - [2024/04/08:08:52:45 +0000] "GET /api/v2/search HTTP/1.1" 200 2909 +10.0.0.11 - - [2024/04/08:17:36:46 +0000] "PUT /login HTTP/1.1" 404 4159 +203.0.113.42 - - [2024/04/08:17:12:52 +0000] "POST /health HTTP/1.1" 200 957 +172.16.4.8 - - [2024/04/08:09:11:08 +0000] "POST /health HTTP/1.1" 301 8309 +10.0.0.11 - - [2024/04/08:01:10:22 +0000] "DELETE /login HTTP/1.1" 301 8000 +203.0.113.200 - - [2024/04/08:00:20:02 +0000] "PUT /health HTTP/1.1" 200 195 + +10.0.0.11 - - [2024/04/08:23:55:58 +0000] "POST /static/app.js HTTP/1.1" 500 2730 +192.168.1.100 - - [2024/04/08:18:21:22 +0000] "POST /api/v1/orders HTTP/1.1" 200 2525 +198.51.100.77 - - [2024/04/08:09:18:33 +0000] "PUT /admin/panel HTTP/1.1" 200 5062 +192.168.1.100 - - [2024/04/08:12:06:33 +0000] "POST /login HTTP/1.1" 500 301 +192.168.1.100 - - [2024/04/08:15:59:36 +0000] "PUT /login HTTP/1.1" 200 7418 +10.0.0.7 - - [2024/04/08:21:51:55 +0000] "GET /login HTTP/1.1" 200 6918 +192.168.1.100 - - [2024/04/08:16:38:47 +0000] "PUT /api/v1/users HTTP/1.1" 200 2223 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/api-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..701553d6ae8df20565d0f540a2c33e04dc2decd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/api-06.log @@ -0,0 +1,27 @@ +10.0.0.7 - - [2024/04/08:12:23:45 +0000] "GET /static/app.js HTTP/1.1" 200 992 +172.16.4.9 - - [2024/04/08:07:51:23 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 2584 +10.0.0.11 - - [2024/04/08:09:56:28 +0000] "DELETE /api/v1/users HTTP/1.1" 301 3985 +192.168.1.23 - - [2024/04/08:11:44:58 +0000] "DELETE /health HTTP/1.1" 500 7303 +10.0.0.2 - - [2024/04/08:11:22:36 +0000] "DELETE /api/v2/search HTTP/1.1" 200 1304 +192.168.1.23 - - [2024/04/08:12:19:14 +0000] "GET /health HTTP/1.1" 200 7792 +192.168.1.5 - - [2024/04/08:04:33:32 +0000] "POST /api/v1/orders HTTP/1.1" 404 3439 +192.168.1.5 - - [2024/04/08:11:44:39 +0000] "GET /static/app.js HTTP/1.1" 500 2481 +10.0.0.2 - - [2024/04/08:19:18:23 +0000] "DELETE /login HTTP/1.1" 500 5250 +172.16.200.1 - - [2024/04/08:16:50:57 +0000] "POST /api/v2/search HTTP/1.1" 301 8453 +10.0.0.7 - - [2024/04/08:11:52:12 +0000] "GET /admin/panel HTTP/1.1" 200 5175 +10.0.0.7 - - [2024/04/08:02:19:34 +0000] "POST /api/v2/search HTTP/1.1" 200 5185 +192.168.1.5 - - [2024/04/08:07:44:02 +0000] "PUT /login HTTP/1.1" 200 3741 +172.16.4.9 - - [2024/04/08:02:29:21 +0000] "PUT /api/v1/users HTTP/1.1" 500 6654 + +203.0.113.200 - - [2024/04/08:22:21:46 +0000] "DELETE /health HTTP/1.1" 301 6465 +192.168.1.100 - - [2024/04/08:17:30:49 +0000] "GET /health HTTP/1.1" 200 5149 +203.0.113.42 - - [2024/04/08:00:14:31 +0000] "DELETE /health HTTP/1.1" 200 2647 +10.0.0.11 - - [2024/04/08:16:37:18 +0000] "GET /health HTTP/1.1" 404 2758 +10.0.0.7 - - [2024/04/08:09:21:55 +0000] "DELETE /admin/panel HTTP/1.1" 200 2746 +203.0.113.5 - - [2024/04/08:01:53:59 +0000] "GET /login HTTP/1.1" 200 4678 +203.0.113.42 - - [2024/04/08:12:02:42 +0000] "PUT /login HTTP/1.1" 404 1033 + +10.0.0.11 - - [2024/04/08:04:12:30 +0000] "GET /admin/panel HTTP/1.1" 404 3468 +10.0.0.10 - - [2024/04/08:12:54:52 +0000] "POST /admin/panel HTTP/1.1" 301 3007 +172.16.4.9 - - [2024/04/08:00:26:09 +0000] "GET /api/v2/search HTTP/1.1" 200 8537 +172.16.4.9 - - [2024/04/08:16:36:35 +0000] "POST /metrics HTTP/1.1" 500 4287 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/edge-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/edge-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b242f1e396f5038de48a41147c362d566f84c442 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/edge-03.log @@ -0,0 +1,25 @@ +10.0.0.11 - - [2024/04/08:22:14:03 +0000] "DELETE /health HTTP/1.1" 200 3391 +172.16.4.9 - - [2024/04/08:10:15:30 +0000] "POST /api/v1/users HTTP/1.1" 200 3458 +10.0.0.10 - - [2024/04/08:19:48:40 +0000] "GET /health HTTP/1.1" 500 3609 +10.0.0.7 - - [2024/04/08:02:15:20 +0000] "DELETE /metrics HTTP/1.1" 200 6012 +192.168.1.5 - - [2024/04/08:05:59:17 +0000] "GET /login HTTP/1.1" 404 7406 +172.16.200.1 - - [2024/04/08:22:04:04 +0000] "GET /health HTTP/1.1" 200 2097 +198.51.100.77 - - [2024/04/08:20:51:49 +0000] "DELETE /login HTTP/1.1" 200 1008 +10.0.0.2 - - [2024/04/08:20:17:49 +0000] "GET /login HTTP/1.1" 301 7274 +203.0.113.200 - - [2024/04/08:22:21:52 +0000] "DELETE /health HTTP/1.1" 200 2645 +172.16.4.8 - - [2024/04/08:05:40:28 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2545 +192.168.1.100 - - [2024/04/08:06:51:50 +0000] "GET /static/app.js HTTP/1.1" 404 3860 + + +10.0.0.2 - - [2024/04/08:17:57:34 +0000] "DELETE /login HTTP/1.1" 301 5481 +192.168.1.5 - - [2024/04/08:08:16:26 +0000] "DELETE /health HTTP/1.1" 200 5930 +10.0.0.7 - - [2024/04/08:00:33:11 +0000] "PUT /admin/panel HTTP/1.1" 200 5670 +192.168.1.23 - - [2024/04/08:22:49:37 +0000] "GET /api/v1/orders HTTP/1.1" 301 8734 +172.16.4.9 - - [2024/04/08:08:15:49 +0000] "POST /metrics HTTP/1.1" 500 5607 +172.16.4.9 - - [2024/04/08:06:27:33 +0000] "GET /api/v1/users HTTP/1.1" 500 6121 +203.0.113.42 - - [2024/04/08:00:46:17 +0000] "PUT /health HTTP/1.1" 200 7688 +10.0.0.11 - - [2024/04/08:17:06:51 +0000] "PUT /admin/panel HTTP/1.1" 404 1205 +192.168.1.5 - - [2024/04/08:02:15:01 +0000] "GET /login HTTP/1.1" 200 8251 +192.168.1.23 - - [2024/04/08:02:14:31 +0000] "PUT /static/app.js HTTP/1.1" 500 8190 +203.0.113.200 - - [2024/04/08:08:34:37 +0000] "DELETE /metrics HTTP/1.1" 200 3327 +192.168.1.100 - - [2024/04/08:21:07:15 +0000] "POST /api/v2/search HTTP/1.1" 301 8109 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/worker-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/worker-01.log new file mode 100644 index 0000000000000000000000000000000000000000..66d1bb0d49e53674de2ddda3fccf3f15dda4fcb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-08/us-west-2/worker-01.log @@ -0,0 +1,36 @@ +203.0.113.200 - - [2024/04/08:15:20:55 +0000] "GET /health HTTP/1.1" 200 7204 +192.168.1.23 - - [2024/04/08:22:58:42 +0000] "POST /metrics HTTP/1.1" 200 2287 + +172.16.200.1 - - [2024/04/08:23:48:30 +0000] "PUT /health HTTP/1.1" 200 6981 +192.168.1.5 - - [2024/04/08:15:03:14 +0000] "GET /static/app.js HTTP/1.1" 404 843 +192.168.1.23 - - [2024/04/08:08:20:28 +0000] "POST /api/v2/search HTTP/1.1" 301 4300 +192.168.1.23 - - [2024/04/08:17:36:24 +0000] "GET /metrics HTTP/1.1" 404 6121 +203.0.113.5 - - [2024/04/08:05:37:32 +0000] "DELETE /login HTTP/1.1" 200 6132 +203.0.113.5 - - [2024/04/08:16:48:48 +0000] "DELETE /admin/panel HTTP/1.1" 200 8051 +172.16.200.1 - - [2024/04/08:00:04:58 +0000] "GET /admin/panel HTTP/1.1" 500 2033 +10.0.0.10 - - [2024/04/08:06:03:00 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5440 +203.0.113.42 - - [2024/04/08:15:16:56 +0000] "GET /api/v1/orders HTTP/1.1" 200 4620 +172.16.200.1 - - [2024/04/08:01:08:36 +0000] "DELETE /static/app.js HTTP/1.1" 200 6017 +172.16.4.9 - - [2024/04/08:13:30:25 +0000] "DELETE /api/v1/users HTTP/1.1" 200 1229 +203.0.113.42 - - [2024/04/08:19:10:07 +0000] "GET /login HTTP/1.1" 500 3496 +203.0.113.42 - - [2024/04/08:09:26:40 +0000] "PUT /login HTTP/1.1" 404 3372 +10.0.0.7 - - [2024/04/08:19:31:38 +0000] "GET /login HTTP/1.1" 301 3749 +203.0.113.5 - - [2024/04/08:10:56:49 +0000] "DELETE /login HTTP/1.1" 301 6156 +192.168.1.5 - - [2024/04/08:20:31:33 +0000] "PUT /login HTTP/1.1" 200 4574 +192.168.1.5 - - [2024/04/08:01:26:40 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 6954 +10.0.0.10 - - [2024/04/08:20:28:21 +0000] "GET /metrics HTTP/1.1" 200 6149 +192.168.1.100 - - [2024/04/08:07:01:39 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4810 +192.168.1.23 - - [2024/04/08:16:37:50 +0000] "POST /api/v1/orders HTTP/1.1" 301 3763 +10.0.0.10 - - [2024/04/08:21:39:10 +0000] "PUT /static/app.js HTTP/1.1" 301 3193 +10.0.0.11 - - [2024/04/08:16:22:20 +0000] "GET /login HTTP/1.1" 200 861 +192.168.1.23 - - [2024/04/08:20:37:57 +0000] "GET /health HTTP/1.1" 200 6044 +10.0.0.11 - - [2024/04/08:00:43:59 +0000] "POST /api/v1/orders HTTP/1.1" 301 7196 +203.0.113.5 - - [2024/04/08:11:47:24 +0000] "DELETE /health HTTP/1.1" 200 4762 +203.0.113.200 - - [2024/04/08:22:58:28 +0000] "DELETE /admin/panel HTTP/1.1" 200 7578 +203.0.113.42 - - [2024/04/08:14:44:47 +0000] "GET /health HTTP/1.1" 404 2953 +192.168.1.23 - - [2024/04/08:03:28:24 +0000] "POST /api/v1/users HTTP/1.1" 404 5440 +192.168.1.5 - - [2024/04/08:23:46:49 +0000] "GET /health HTTP/1.1" 200 1636 + +10.0.0.11 - - [2024/04/08:07:05:45 +0000] "DELETE /admin/panel HTTP/1.1" 500 1188 +198.51.100.12 - - [2024/04/08:19:48:06 +0000] "PUT /health HTTP/1.1" 200 6924 +10.0.0.10 - - [2024/04/08:05:05:15 +0000] "PUT /api/v2/search HTTP/1.1" 500 6923 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1636eecce6bef98924a0ee8e6341186db49406c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/api-04.log @@ -0,0 +1,27 @@ +192.168.1.5 - - [2024/04/09:04:28:52 +0000] "PUT /admin/panel HTTP/1.1" 200 5904 +203.0.113.42 - - [2024/04/09:13:08:36 +0000] "PUT /login HTTP/1.1" 200 7276 +192.168.1.100 - - [2024/04/09:18:16:09 +0000] "GET /api/v1/users HTTP/1.1" 404 7407 + +10.0.0.7 - - [2024/04/09:20:31:52 +0000] "PUT /metrics HTTP/1.1" 200 7749 +203.0.113.200 - - [2024/04/09:21:45:39 +0000] "PUT /api/v2/search HTTP/1.1" 200 8100 +203.0.113.42 - - [2024/04/09:18:37:55 +0000] "DELETE /login HTTP/1.1" 500 2424 +192.168.1.100 - - [2024/04/09:16:01:34 +0000] "DELETE /api/v2/search HTTP/1.1" 404 1475 +203.0.113.200 - - [2024/04/09:14:53:12 +0000] "PUT /static/app.js HTTP/1.1" 404 2584 +198.51.100.77 - - [2024/04/09:21:47:19 +0000] "PUT /admin/panel HTTP/1.1" 200 3629 +172.16.4.9 - - [2024/04/09:08:23:01 +0000] "PUT /api/v2/search HTTP/1.1" 200 5153 +203.0.113.42 - - [2024/04/09:15:59:15 +0000] "PUT /api/v1/orders HTTP/1.1" 200 5115 +198.51.100.12 - - [2024/04/09:21:34:46 +0000] "DELETE /static/app.js HTTP/1.1" 200 1966 +198.51.100.12 - - [2024/04/09:06:08:33 +0000] "GET /login HTTP/1.1" 301 5366 +203.0.113.200 - - [2024/04/09:17:54:48 +0000] "PUT /static/app.js HTTP/1.1" 200 6106 +198.51.100.12 - - [2024/04/09:12:24:43 +0000] "DELETE /api/v1/users HTTP/1.1" 404 6607 +198.51.100.12 - - [2024/04/09:08:14:44 +0000] "POST /api/v2/search HTTP/1.1" 200 4756 +172.16.4.8 - - [2024/04/09:17:41:59 +0000] "GET /admin/panel HTTP/1.1" 200 4959 +203.0.113.200 - - [2024/04/09:13:04:00 +0000] "GET /api/v1/orders HTTP/1.1" 200 8192 +10.0.0.11 - - [2024/04/09:05:48:40 +0000] "GET /health HTTP/1.1" 200 6690 +198.51.100.77 - - [2024/04/09:11:55:01 +0000] "GET /api/v2/search HTTP/1.1" 404 4455 + +203.0.113.5 - - [2024/04/09:17:07:40 +0000] "GET /static/app.js HTTP/1.1" 200 2444 +203.0.113.42 - - [2024/04/09:15:08:26 +0000] "PUT /api/v1/users HTTP/1.1" 200 7528 +203.0.113.42 - - [2024/04/09:12:46:52 +0000] "DELETE /admin/panel HTTP/1.1" 301 1653 +172.16.200.1 - - [2024/04/09:22:19:01 +0000] "GET /api/v1/users HTTP/1.1" 404 3180 +172.16.200.1 - - [2024/04/09:21:50:01 +0000] "GET /health HTTP/1.1" 200 7264 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/edge-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/edge-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9280e756eea54a1ef86de15f908d6d56e263d687 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/edge-01.log @@ -0,0 +1,26 @@ +172.16.4.8 - - [2024/04/09:18:39:15 +0000] "GET /api/v2/search HTTP/1.1" 500 6052 +172.16.4.9 - - [2024/04/09:08:09:17 +0000] "DELETE /api/v2/search HTTP/1.1" 200 5706 +198.51.100.77 - - [2024/04/09:19:39:41 +0000] "PUT /admin/panel HTTP/1.1" 200 1781 +10.0.0.10 - - [2024/04/09:07:02:48 +0000] "POST /api/v1/users HTTP/1.1" 301 2967 +172.16.4.9 - - [2024/04/09:12:38:43 +0000] "POST /api/v2/search HTTP/1.1" 301 4667 +192.168.1.23 - - [2024/04/09:06:58:40 +0000] "DELETE /static/app.js HTTP/1.1" 200 7881 +172.16.4.8 - - [2024/04/09:21:26:58 +0000] "PUT /api/v1/orders HTTP/1.1" 500 3513 +10.0.0.2 - - [2024/04/09:14:10:30 +0000] "POST /login HTTP/1.1" 200 1372 +203.0.113.42 - - [2024/04/09:04:27:34 +0000] "GET /static/app.js HTTP/1.1" 200 2564 +172.16.4.8 - - [2024/04/09:10:13:17 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 6985 +10.0.0.2 - - [2024/04/09:15:14:36 +0000] "GET /admin/panel HTTP/1.1" 200 152 +172.16.4.8 - - [2024/04/09:17:28:37 +0000] "PUT /login HTTP/1.1" 500 2166 +10.0.0.2 - - [2024/04/09:01:05:52 +0000] "PUT /login HTTP/1.1" 200 475 +198.51.100.77 - - [2024/04/09:05:37:25 +0000] "POST /metrics HTTP/1.1" 500 5048 +192.168.1.23 - - [2024/04/09:11:05:16 +0000] "GET /static/app.js HTTP/1.1" 301 5101 +203.0.113.200 - - [2024/04/09:19:00:59 +0000] "PUT /health HTTP/1.1" 200 7131 +203.0.113.42 - - [2024/04/09:08:04:51 +0000] "DELETE /api/v2/search HTTP/1.1" 200 7892 +198.51.100.77 - - [2024/04/09:06:12:53 +0000] "DELETE /api/v2/search HTTP/1.1" 200 4972 +172.16.4.8 - - [2024/04/09:06:43:56 +0000] "PUT /api/v1/users HTTP/1.1" 200 5303 +198.51.100.77 - - [2024/04/09:03:42:57 +0000] "POST /admin/panel HTTP/1.1" 301 395 + +192.168.1.23 - - [2024/04/09:11:07:40 +0000] "POST /admin/panel HTTP/1.1" 500 3113 +172.16.4.9 - - [2024/04/09:09:29:38 +0000] "DELETE /admin/panel HTTP/1.1" 404 501 +192.168.1.23 - - [2024/04/09:16:12:05 +0000] "PUT /api/v2/search HTTP/1.1" 200 2068 + +203.0.113.5 - - [2024/04/09:10:39:26 +0000] "POST /static/app.js HTTP/1.1" 404 5281 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/worker-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/worker-01.log new file mode 100644 index 0000000000000000000000000000000000000000..c4a07fda8668f359ab0c1f0e4b2714f38bfdbf8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-central-1/worker-01.log @@ -0,0 +1,29 @@ +10.0.0.10 - - [2024/04/09:08:25:58 +0000] "PUT /api/v2/search HTTP/1.1" 404 6114 +192.168.1.100 - - [2024/04/09:13:25:25 +0000] "GET /login HTTP/1.1" 200 8273 +172.16.4.8 - - [2024/04/09:07:31:02 +0000] "DELETE /metrics HTTP/1.1" 200 4471 +198.51.100.77 - - [2024/04/09:15:50:21 +0000] "GET /login HTTP/1.1" 404 340 +203.0.113.5 - - [2024/04/09:14:19:56 +0000] "DELETE /admin/panel HTTP/1.1" 200 198 +198.51.100.12 - - [2024/04/09:10:38:45 +0000] "DELETE /static/app.js HTTP/1.1" 200 4907 +192.168.1.100 - - [2024/04/09:07:23:25 +0000] "POST /login HTTP/1.1" 500 1404 +172.16.4.9 - - [2024/04/09:19:19:36 +0000] "PUT /health HTTP/1.1" 200 4425 +10.0.0.7 - - [2024/04/09:20:36:49 +0000] "GET /static/app.js HTTP/1.1" 301 2376 +10.0.0.2 - - [2024/04/09:13:02:08 +0000] "DELETE /health HTTP/1.1" 200 6630 +10.0.0.2 - - [2024/04/09:11:01:13 +0000] "PUT /api/v1/users HTTP/1.1" 200 3787 +192.168.1.23 - - [2024/04/09:08:55:44 +0000] "POST /metrics HTTP/1.1" 200 500 +10.0.0.10 - - [2024/04/09:06:59:54 +0000] "POST /api/v1/users HTTP/1.1" 200 4585 + +10.0.0.2 - - [2024/04/09:02:54:07 +0000] "POST /api/v1/users HTTP/1.1" 301 1188 +10.0.0.2 - - [2024/04/09:18:04:47 +0000] "DELETE /login HTTP/1.1" 200 7891 +192.168.1.5 - - [2024/04/09:04:25:31 +0000] "GET /api/v1/users HTTP/1.1" 200 6488 +172.16.200.1 - - [2024/04/09:19:53:32 +0000] "PUT /admin/panel HTTP/1.1" 404 6899 +192.168.1.23 - - [2024/04/09:06:40:31 +0000] "GET /health HTTP/1.1" 200 7978 +203.0.113.200 - - [2024/04/09:05:21:18 +0000] "POST /api/v1/orders HTTP/1.1" 200 8435 +10.0.0.11 - - [2024/04/09:10:45:06 +0000] "POST /admin/panel HTTP/1.1" 200 8005 +172.16.4.9 - - [2024/04/09:22:13:18 +0000] "PUT /health HTTP/1.1" 200 6054 +203.0.113.200 - - [2024/04/09:20:38:27 +0000] "GET /admin/panel HTTP/1.1" 200 2209 +203.0.113.200 - - [2024/04/09:22:11:33 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6977 +10.0.0.2 - - [2024/04/09:11:33:47 +0000] "POST /api/v2/search HTTP/1.1" 200 8924 +198.51.100.77 - - [2024/04/09:06:19:23 +0000] "POST /metrics HTTP/1.1" 404 379 + +10.0.0.11 - - [2024/04/09:02:32:07 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6180 +172.16.200.1 - - [2024/04/09:02:47:21 +0000] "POST /login HTTP/1.1" 404 8773 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/edge-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/edge-05.log new file mode 100644 index 0000000000000000000000000000000000000000..b52914549badbbd7f9b4206596c4fff61dee0c2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/edge-05.log @@ -0,0 +1,30 @@ +172.16.4.8 - - [2024/04/09:23:21:03 +0000] "POST /static/app.js HTTP/1.1" 500 2261 +10.0.0.11 - - [2024/04/09:00:14:55 +0000] "GET /login HTTP/1.1" 301 4108 +192.168.1.23 - - [2024/04/09:05:34:20 +0000] "DELETE /login HTTP/1.1" 404 6709 +203.0.113.200 - - [2024/04/09:20:58:52 +0000] "DELETE /health HTTP/1.1" 200 626 + +10.0.0.7 - - [2024/04/09:16:22:15 +0000] "POST /api/v1/users HTTP/1.1" 200 8731 +172.16.200.1 - - [2024/04/09:19:26:11 +0000] "GET /api/v2/search HTTP/1.1" 200 2022 +192.168.1.23 - - [2024/04/09:03:56:09 +0000] "POST /api/v1/users HTTP/1.1" 500 453 +10.0.0.2 - - [2024/04/09:09:50:24 +0000] "POST /admin/panel HTTP/1.1" 404 7441 +203.0.113.200 - - [2024/04/09:12:00:29 +0000] "PUT /api/v1/orders HTTP/1.1" 200 5523 +192.168.1.100 - - [2024/04/09:11:36:34 +0000] "PUT /admin/panel HTTP/1.1" 404 3067 +172.16.4.8 - - [2024/04/09:21:08:21 +0000] "GET /metrics HTTP/1.1" 500 7441 +198.51.100.12 - - [2024/04/09:15:24:16 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 3921 +192.168.1.23 - - [2024/04/09:22:38:48 +0000] "PUT /health HTTP/1.1" 200 1777 +203.0.113.200 - - [2024/04/09:14:21:59 +0000] "POST /admin/panel HTTP/1.1" 404 7017 +203.0.113.5 - - [2024/04/09:06:59:26 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5141 +192.168.1.5 - - [2024/04/09:14:27:39 +0000] "PUT /login HTTP/1.1" 500 7709 +10.0.0.10 - - [2024/04/09:16:19:27 +0000] "POST /health HTTP/1.1" 200 8157 +10.0.0.10 - - [2024/04/09:00:24:39 +0000] "POST /api/v2/search HTTP/1.1" 404 2448 + +172.16.4.9 - - [2024/04/09:14:37:44 +0000] "GET /static/app.js HTTP/1.1" 301 2000 +198.51.100.12 - - [2024/04/09:05:06:13 +0000] "POST /api/v2/search HTTP/1.1" 500 8380 +192.168.1.5 - - [2024/04/09:22:25:49 +0000] "GET /login HTTP/1.1" 301 5549 +172.16.200.1 - - [2024/04/09:21:48:58 +0000] "POST /admin/panel HTTP/1.1" 404 5721 +203.0.113.5 - - [2024/04/09:18:53:29 +0000] "PUT /api/v1/users HTTP/1.1" 200 6031 +203.0.113.200 - - [2024/04/09:08:28:38 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 6427 +10.0.0.7 - - [2024/04/09:18:29:53 +0000] "POST /metrics HTTP/1.1" 200 788 +10.0.0.10 - - [2024/04/09:06:19:17 +0000] "POST /api/v2/search HTTP/1.1" 301 8137 +10.0.0.7 - - [2024/04/09:19:00:08 +0000] "GET /static/app.js HTTP/1.1" 404 160 +203.0.113.200 - - [2024/04/09:05:16:00 +0000] "PUT /health HTTP/1.1" 404 5540 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/web-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/web-06.log new file mode 100644 index 0000000000000000000000000000000000000000..6295877bc04868b62310397db82d7a5eb62ae1f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/web-06.log @@ -0,0 +1,26 @@ +192.168.1.100 - - [2024/04/09:13:39:54 +0000] "PUT /static/app.js HTTP/1.1" 200 6197 + +203.0.113.5 - - [2024/04/09:09:25:01 +0000] "GET /login HTTP/1.1" 200 5243 +192.168.1.5 - - [2024/04/09:21:19:07 +0000] "GET /static/app.js HTTP/1.1" 200 7649 +192.168.1.23 - - [2024/04/09:08:11:04 +0000] "PUT /login HTTP/1.1" 200 5075 +203.0.113.200 - - [2024/04/09:12:30:12 +0000] "GET /admin/panel HTTP/1.1" 301 5351 +172.16.4.9 - - [2024/04/09:23:12:21 +0000] "POST /api/v1/users HTTP/1.1" 404 182 +198.51.100.12 - - [2024/04/09:14:32:40 +0000] "GET /admin/panel HTTP/1.1" 200 8764 + +203.0.113.42 - - [2024/04/09:23:42:38 +0000] "GET /metrics HTTP/1.1" 404 8531 +10.0.0.10 - - [2024/04/09:10:39:02 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4368 +192.168.1.5 - - [2024/04/09:14:15:01 +0000] "POST /static/app.js HTTP/1.1" 404 4227 +198.51.100.12 - - [2024/04/09:14:16:43 +0000] "PUT /static/app.js HTTP/1.1" 200 2465 +198.51.100.12 - - [2024/04/09:03:15:53 +0000] "DELETE /static/app.js HTTP/1.1" 200 3580 +10.0.0.2 - - [2024/04/09:07:40:54 +0000] "POST /metrics HTTP/1.1" 301 4896 +172.16.200.1 - - [2024/04/09:14:53:31 +0000] "POST /login HTTP/1.1" 404 3908 +192.168.1.5 - - [2024/04/09:21:36:59 +0000] "POST /static/app.js HTTP/1.1" 200 8085 +172.16.4.8 - - [2024/04/09:16:43:48 +0000] "POST /metrics HTTP/1.1" 200 848 +192.168.1.100 - - [2024/04/09:03:30:40 +0000] "POST /login HTTP/1.1" 200 6691 +192.168.1.100 - - [2024/04/09:12:25:52 +0000] "GET /admin/panel HTTP/1.1" 404 8151 +198.51.100.12 - - [2024/04/09:01:25:07 +0000] "GET /login HTTP/1.1" 301 1487 +203.0.113.200 - - [2024/04/09:09:28:46 +0000] "POST /api/v1/orders HTTP/1.1" 500 6994 +203.0.113.5 - - [2024/04/09:11:01:26 +0000] "POST /api/v1/users HTTP/1.1" 301 7360 +10.0.0.2 - - [2024/04/09:11:39:33 +0000] "DELETE /api/v2/search HTTP/1.1" 200 323 +198.51.100.12 - - [2024/04/09:21:25:54 +0000] "GET /admin/panel HTTP/1.1" 404 2086 +10.0.0.7 - - [2024/04/09:23:55:47 +0000] "DELETE /api/v1/users HTTP/1.1" 200 903 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/worker-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/worker-05.log new file mode 100644 index 0000000000000000000000000000000000000000..e4a9663db2b4982a418ca4ec1fb0df4ca04d7402 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/eu-west-1/worker-05.log @@ -0,0 +1,35 @@ +192.168.1.23 - - [2024/04/09:23:01:14 +0000] "DELETE /admin/panel HTTP/1.1" 200 4499 +10.0.0.11 - - [2024/04/09:21:58:42 +0000] "POST /api/v2/search HTTP/1.1" 301 6673 +10.0.0.7 - - [2024/04/09:12:48:19 +0000] "PUT /health HTTP/1.1" 200 2423 +172.16.200.1 - - [2024/04/09:20:02:00 +0000] "PUT /health HTTP/1.1" 200 1218 +203.0.113.42 - - [2024/04/09:06:10:06 +0000] "GET /static/app.js HTTP/1.1" 200 7760 +198.51.100.77 - - [2024/04/09:14:32:53 +0000] "GET /health HTTP/1.1" 200 7316 +203.0.113.5 - - [2024/04/09:12:03:47 +0000] "GET /admin/panel HTTP/1.1" 200 2888 + +198.51.100.12 - - [2024/04/09:04:36:40 +0000] "PUT /api/v1/users HTTP/1.1" 301 2766 +172.16.4.8 - - [2024/04/09:02:06:03 +0000] "DELETE /admin/panel HTTP/1.1" 301 3056 +192.168.1.5 - - [2024/04/09:04:42:29 +0000] "POST /health HTTP/1.1" 301 523 +192.168.1.100 - - [2024/04/09:02:44:32 +0000] "GET /admin/panel HTTP/1.1" 200 3140 +203.0.113.5 - - [2024/04/09:03:32:17 +0000] "GET /metrics HTTP/1.1" 301 806 +10.0.0.2 - - [2024/04/09:05:28:53 +0000] "POST /static/app.js HTTP/1.1" 301 2129 +10.0.0.11 - - [2024/04/09:12:05:29 +0000] "DELETE /metrics HTTP/1.1" 200 3772 +203.0.113.5 - - [2024/04/09:09:22:39 +0000] "DELETE /static/app.js HTTP/1.1" 200 6510 +203.0.113.42 - - [2024/04/09:15:32:09 +0000] "POST /api/v2/search HTTP/1.1" 200 697 +192.168.1.5 - - [2024/04/09:02:37:44 +0000] "PUT /login HTTP/1.1" 500 3900 +192.168.1.100 - - [2024/04/09:08:59:48 +0000] "DELETE /api/v2/search HTTP/1.1" 200 1316 +198.51.100.12 - - [2024/04/09:10:44:45 +0000] "POST /api/v2/search HTTP/1.1" 301 461 +203.0.113.42 - - [2024/04/09:04:32:18 +0000] "POST /api/v2/search HTTP/1.1" 500 6420 +172.16.4.9 - - [2024/04/09:05:44:19 +0000] "PUT /static/app.js HTTP/1.1" 301 1402 +203.0.113.42 - - [2024/04/09:03:57:01 +0000] "PUT /admin/panel HTTP/1.1" 500 6198 +10.0.0.2 - - [2024/04/09:06:35:32 +0000] "PUT /metrics HTTP/1.1" 200 259 +203.0.113.200 - - [2024/04/09:02:05:55 +0000] "DELETE /metrics HTTP/1.1" 200 3970 +10.0.0.10 - - [2024/04/09:04:01:50 +0000] "POST /health HTTP/1.1" 200 2390 +198.51.100.12 - - [2024/04/09:05:49:25 +0000] "POST /health HTTP/1.1" 301 7560 +10.0.0.2 - - [2024/04/09:04:12:31 +0000] "POST /login HTTP/1.1" 200 1816 + +10.0.0.11 - - [2024/04/09:09:25:46 +0000] "GET /api/v1/users HTTP/1.1" 200 2109 +203.0.113.42 - - [2024/04/09:16:57:17 +0000] "POST /static/app.js HTTP/1.1" 200 6893 +203.0.113.200 - - [2024/04/09:06:35:47 +0000] "DELETE /admin/panel HTTP/1.1" 200 6243 +198.51.100.12 - - [2024/04/09:04:09:29 +0000] "DELETE /health HTTP/1.1" 500 3891 +172.16.200.1 - - [2024/04/09:03:47:58 +0000] "DELETE /api/v2/search HTTP/1.1" 500 7804 +10.0.0.11 - - [2024/04/09:21:15:22 +0000] "PUT /api/v1/users HTTP/1.1" 500 3735 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..8bdb95f845d04daafccb99f462c7eeab108f6474 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/api-04.log @@ -0,0 +1,22 @@ +203.0.113.42 - - [2024/04/09:15:03:58 +0000] "POST /api/v2/search HTTP/1.1" 500 8633 +10.0.0.7 - - [2024/04/09:03:00:16 +0000] "DELETE /metrics HTTP/1.1" 200 4034 +172.16.4.8 - - [2024/04/09:06:26:44 +0000] "PUT /api/v1/users HTTP/1.1" 200 8922 +172.16.4.8 - - [2024/04/09:21:21:38 +0000] "GET /health HTTP/1.1" 200 7112 +203.0.113.200 - - [2024/04/09:09:08:03 +0000] "POST /login HTTP/1.1" 200 1762 + +10.0.0.2 - - [2024/04/09:07:16:23 +0000] "DELETE /static/app.js HTTP/1.1" 200 7032 +172.16.200.1 - - [2024/04/09:20:00:52 +0000] "PUT /login HTTP/1.1" 301 6009 +172.16.4.9 - - [2024/04/09:22:25:30 +0000] "POST /api/v1/orders HTTP/1.1" 200 1672 +10.0.0.11 - - [2024/04/09:01:07:09 +0000] "GET /api/v1/users HTTP/1.1" 200 8269 +192.168.1.5 - - [2024/04/09:12:42:09 +0000] "GET /static/app.js HTTP/1.1" 200 8790 +10.0.0.10 - - [2024/04/09:01:37:59 +0000] "POST /api/v1/users HTTP/1.1" 200 5780 +10.0.0.11 - - [2024/04/09:08:08:26 +0000] "GET /api/v1/users HTTP/1.1" 200 6249 +172.16.4.9 - - [2024/04/09:09:48:22 +0000] "DELETE /health HTTP/1.1" 200 3163 +203.0.113.42 - - [2024/04/09:07:54:01 +0000] "DELETE /metrics HTTP/1.1" 301 597 +192.168.1.23 - - [2024/04/09:18:36:37 +0000] "POST /api/v1/orders HTTP/1.1" 301 8618 +203.0.113.200 - - [2024/04/09:16:18:12 +0000] "DELETE /api/v2/search HTTP/1.1" 404 6452 +10.0.0.2 - - [2024/04/09:08:35:05 +0000] "GET /login HTTP/1.1" 200 1585 +172.16.4.8 - - [2024/04/09:00:19:20 +0000] "DELETE /admin/panel HTTP/1.1" 200 8880 +172.16.200.1 - - [2024/04/09:01:57:47 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7205 + +192.168.1.100 - - [2024/04/09:01:23:16 +0000] "DELETE /login HTTP/1.1" 404 155 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/api-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/api-05.log new file mode 100644 index 0000000000000000000000000000000000000000..74b8cd9c70b8e0975ba38e319f396bd3099934c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/api-05.log @@ -0,0 +1,23 @@ +192.168.1.5 - - [2024/04/09:13:32:51 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 6518 +198.51.100.77 - - [2024/04/09:17:50:20 +0000] "POST /api/v1/orders HTTP/1.1" 500 2977 +203.0.113.200 - - [2024/04/09:08:47:53 +0000] "PUT /api/v1/users HTTP/1.1" 404 5138 + +10.0.0.11 - - [2024/04/09:15:47:53 +0000] "POST /admin/panel HTTP/1.1" 200 4490 +192.168.1.5 - - [2024/04/09:14:16:44 +0000] "PUT /admin/panel HTTP/1.1" 200 7908 +172.16.4.9 - - [2024/04/09:06:56:15 +0000] "DELETE /api/v1/users HTTP/1.1" 301 287 +192.168.1.23 - - [2024/04/09:01:04:38 +0000] "GET /api/v2/search HTTP/1.1" 200 4287 +10.0.0.11 - - [2024/04/09:12:19:55 +0000] "POST /api/v1/users HTTP/1.1" 200 6421 +203.0.113.200 - - [2024/04/09:02:25:01 +0000] "PUT /admin/panel HTTP/1.1" 301 6466 +203.0.113.200 - - [2024/04/09:08:03:47 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 7628 +203.0.113.5 - - [2024/04/09:15:50:26 +0000] "GET /api/v1/orders HTTP/1.1" 200 3976 +203.0.113.5 - - [2024/04/09:08:36:11 +0000] "DELETE /admin/panel HTTP/1.1" 500 8621 +203.0.113.5 - - [2024/04/09:21:22:21 +0000] "POST /health HTTP/1.1" 200 651 +172.16.4.9 - - [2024/04/09:09:14:31 +0000] "POST /api/v2/search HTTP/1.1" 404 7911 + +172.16.4.9 - - [2024/04/09:10:45:05 +0000] "PUT /admin/panel HTTP/1.1" 301 8863 +10.0.0.2 - - [2024/04/09:03:43:26 +0000] "GET /health HTTP/1.1" 200 7912 +172.16.200.1 - - [2024/04/09:13:45:10 +0000] "POST /metrics HTTP/1.1" 200 6693 +10.0.0.7 - - [2024/04/09:22:06:46 +0000] "GET /api/v2/search HTTP/1.1" 200 1095 +198.51.100.12 - - [2024/04/09:01:40:17 +0000] "DELETE /admin/panel HTTP/1.1" 404 7165 +10.0.0.7 - - [2024/04/09:01:30:26 +0000] "POST /api/v1/users HTTP/1.1" 301 6782 +192.168.1.23 - - [2024/04/09:04:48:24 +0000] "DELETE /api/v2/search HTTP/1.1" 500 6963 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/worker-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/worker-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1fa24518d7f380bbfdfc641c2663138d9ae39a6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-east-1/worker-04.log @@ -0,0 +1,35 @@ +198.51.100.12 - - [2024/04/09:05:39:16 +0000] "DELETE /metrics HTTP/1.1" 200 5089 +192.168.1.5 - - [2024/04/09:23:54:01 +0000] "POST /login HTTP/1.1" 200 818 +203.0.113.42 - - [2024/04/09:01:08:20 +0000] "POST /api/v2/search HTTP/1.1" 200 4535 +192.168.1.100 - - [2024/04/09:06:43:01 +0000] "POST /api/v1/users HTTP/1.1" 200 4347 +10.0.0.7 - - [2024/04/09:20:02:00 +0000] "DELETE /login HTTP/1.1" 200 7258 +203.0.113.200 - - [2024/04/09:00:56:34 +0000] "DELETE /api/v2/search HTTP/1.1" 200 5764 +203.0.113.200 - - [2024/04/09:19:17:21 +0000] "PUT /static/app.js HTTP/1.1" 500 5223 +172.16.200.1 - - [2024/04/09:18:51:37 +0000] "PUT /metrics HTTP/1.1" 200 2990 +10.0.0.10 - - [2024/04/09:09:50:26 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 5821 +203.0.113.5 - - [2024/04/09:07:51:46 +0000] "POST /login HTTP/1.1" 404 4037 +10.0.0.10 - - [2024/04/09:18:05:51 +0000] "GET /health HTTP/1.1" 404 4868 +10.0.0.10 - - [2024/04/09:04:44:57 +0000] "GET /api/v1/users HTTP/1.1" 404 6423 +172.16.4.9 - - [2024/04/09:23:15:20 +0000] "PUT /health HTTP/1.1" 404 6423 +192.168.1.100 - - [2024/04/09:20:59:46 +0000] "PUT /api/v1/users HTTP/1.1" 500 5092 +203.0.113.42 - - [2024/04/09:14:03:55 +0000] "DELETE /api/v1/users HTTP/1.1" 500 6818 +172.16.4.8 - - [2024/04/09:00:23:00 +0000] "POST /admin/panel HTTP/1.1" 200 1401 +192.168.1.100 - - [2024/04/09:12:11:57 +0000] "PUT /health HTTP/1.1" 301 2000 +203.0.113.200 - - [2024/04/09:03:31:36 +0000] "POST /health HTTP/1.1" 200 8198 + +10.0.0.7 - - [2024/04/09:01:50:54 +0000] "GET /health HTTP/1.1" 200 7976 +203.0.113.42 - - [2024/04/09:23:44:17 +0000] "GET /health HTTP/1.1" 500 3874 +10.0.0.10 - - [2024/04/09:03:11:41 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 380 +198.51.100.12 - - [2024/04/09:02:56:15 +0000] "GET /admin/panel HTTP/1.1" 500 2679 +172.16.4.9 - - [2024/04/09:23:47:18 +0000] "POST /api/v1/users HTTP/1.1" 500 4967 +198.51.100.77 - - [2024/04/09:06:33:54 +0000] "POST /static/app.js HTTP/1.1" 200 5556 +192.168.1.100 - - [2024/04/09:01:18:02 +0000] "PUT /api/v2/search HTTP/1.1" 200 8276 +192.168.1.23 - - [2024/04/09:16:15:59 +0000] "POST /admin/panel HTTP/1.1" 500 6019 +192.168.1.23 - - [2024/04/09:00:03:51 +0000] "POST /api/v2/search HTTP/1.1" 200 7263 +203.0.113.5 - - [2024/04/09:19:10:05 +0000] "POST /login HTTP/1.1" 200 6948 + +192.168.1.23 - - [2024/04/09:00:03:54 +0000] "DELETE /api/v1/users HTTP/1.1" 500 5081 +203.0.113.42 - - [2024/04/09:19:19:01 +0000] "GET /health HTTP/1.1" 500 1940 +172.16.4.9 - - [2024/04/09:19:00:38 +0000] "POST /api/v1/users HTTP/1.1" 301 5474 +203.0.113.42 - - [2024/04/09:21:49:24 +0000] "PUT /health HTTP/1.1" 200 5186 +203.0.113.42 - - [2024/04/09:16:25:21 +0000] "PUT /health HTTP/1.1" 200 6451 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-west-2/api-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-west-2/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..7edfb6fd3d34990df17e0d8dffb179f5714a68f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-west-2/api-06.log @@ -0,0 +1,31 @@ +10.0.0.7 - - [2024/04/09:23:15:38 +0000] "GET /metrics HTTP/1.1" 500 2325 +203.0.113.42 - - [2024/04/09:16:22:25 +0000] "GET /metrics HTTP/1.1" 200 6443 +192.168.1.5 - - [2024/04/09:08:28:01 +0000] "GET /static/app.js HTTP/1.1" 301 8633 +10.0.0.7 - - [2024/04/09:17:41:14 +0000] "PUT /metrics HTTP/1.1" 404 5102 +172.16.4.9 - - [2024/04/09:02:36:20 +0000] "DELETE /static/app.js HTTP/1.1" 404 8991 +192.168.1.23 - - [2024/04/09:06:11:01 +0000] "DELETE /api/v2/search HTTP/1.1" 200 2421 +172.16.4.9 - - [2024/04/09:03:53:58 +0000] "DELETE /static/app.js HTTP/1.1" 301 6376 + +172.16.4.8 - - [2024/04/09:13:54:30 +0000] "POST /api/v2/search HTTP/1.1" 301 5651 +10.0.0.11 - - [2024/04/09:12:15:58 +0000] "DELETE /api/v2/search HTTP/1.1" 500 6446 +10.0.0.7 - - [2024/04/09:19:38:50 +0000] "PUT /api/v2/search HTTP/1.1" 301 8724 +198.51.100.77 - - [2024/04/09:09:42:46 +0000] "GET /api/v2/search HTTP/1.1" 301 1748 +192.168.1.5 - - [2024/04/09:05:10:23 +0000] "GET /api/v2/search HTTP/1.1" 404 4731 +10.0.0.10 - - [2024/04/09:23:57:10 +0000] "DELETE /api/v2/search HTTP/1.1" 200 817 +172.16.200.1 - - [2024/04/09:08:36:15 +0000] "POST /admin/panel HTTP/1.1" 200 577 +198.51.100.12 - - [2024/04/09:03:47:15 +0000] "DELETE /health HTTP/1.1" 200 8009 +172.16.4.8 - - [2024/04/09:21:12:44 +0000] "POST /admin/panel HTTP/1.1" 500 2421 +172.16.4.8 - - [2024/04/09:12:35:19 +0000] "POST /api/v2/search HTTP/1.1" 200 8462 +10.0.0.11 - - [2024/04/09:02:59:43 +0000] "POST /admin/panel HTTP/1.1" 301 3599 +172.16.4.9 - - [2024/04/09:04:38:50 +0000] "GET /api/v2/search HTTP/1.1" 200 3083 + +172.16.200.1 - - [2024/04/09:13:24:03 +0000] "DELETE /api/v2/search HTTP/1.1" 500 6760 +10.0.0.7 - - [2024/04/09:00:07:37 +0000] "DELETE /static/app.js HTTP/1.1" 404 1531 +192.168.1.100 - - [2024/04/09:20:09:09 +0000] "POST /api/v1/users HTTP/1.1" 200 5694 +198.51.100.12 - - [2024/04/09:14:42:46 +0000] "DELETE /static/app.js HTTP/1.1" 301 2823 +10.0.0.10 - - [2024/04/09:07:41:12 +0000] "POST /api/v1/orders HTTP/1.1" 301 2815 +198.51.100.12 - - [2024/04/09:20:35:45 +0000] "DELETE /api/v2/search HTTP/1.1" 200 3767 +172.16.200.1 - - [2024/04/09:03:45:34 +0000] "PUT /api/v2/search HTTP/1.1" 500 6841 +198.51.100.12 - - [2024/04/09:02:58:32 +0000] "PUT /api/v1/users HTTP/1.1" 200 2910 +172.16.4.8 - - [2024/04/09:17:54:46 +0000] "POST /api/v2/search HTTP/1.1" 200 5181 +192.168.1.23 - - [2024/04/09:08:32:07 +0000] "POST /login HTTP/1.1" 200 3892 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-west-2/worker-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-west-2/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..3dd79a51827cd3e3c807322bfeea23619732f600 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-09/us-west-2/worker-06.log @@ -0,0 +1,29 @@ +172.16.200.1 - - [2024/04/09:11:05:17 +0000] "GET /api/v2/search HTTP/1.1" 200 7414 +10.0.0.2 - - [2024/04/09:00:17:35 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4018 + +172.16.4.8 - - [2024/04/09:21:32:23 +0000] "DELETE /static/app.js HTTP/1.1" 301 6934 +10.0.0.7 - - [2024/04/09:19:11:06 +0000] "PUT /api/v1/orders HTTP/1.1" 200 5968 + +172.16.200.1 - - [2024/04/09:08:19:55 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5419 +203.0.113.200 - - [2024/04/09:09:43:50 +0000] "GET /login HTTP/1.1" 500 6569 +203.0.113.42 - - [2024/04/09:13:16:07 +0000] "GET /login HTTP/1.1" 200 4967 +203.0.113.5 - - [2024/04/09:12:28:10 +0000] "POST /metrics HTTP/1.1" 200 6601 +198.51.100.77 - - [2024/04/09:03:34:47 +0000] "DELETE /login HTTP/1.1" 500 5939 +10.0.0.10 - - [2024/04/09:15:39:13 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2094 +10.0.0.2 - - [2024/04/09:22:26:05 +0000] "PUT /api/v2/search HTTP/1.1" 200 4393 +203.0.113.5 - - [2024/04/09:10:53:24 +0000] "POST /health HTTP/1.1" 500 5114 +203.0.113.42 - - [2024/04/09:21:36:53 +0000] "POST /admin/panel HTTP/1.1" 500 1200 +10.0.0.2 - - [2024/04/09:21:31:16 +0000] "PUT /api/v2/search HTTP/1.1" 500 8385 +198.51.100.77 - - [2024/04/09:22:28:53 +0000] "GET /login HTTP/1.1" 200 5139 +192.168.1.23 - - [2024/04/09:15:31:33 +0000] "PUT /admin/panel HTTP/1.1" 500 3074 +10.0.0.7 - - [2024/04/09:23:59:08 +0000] "PUT /api/v1/orders HTTP/1.1" 301 2772 +172.16.4.9 - - [2024/04/09:03:49:58 +0000] "POST /admin/panel HTTP/1.1" 500 3991 +192.168.1.23 - - [2024/04/09:01:32:33 +0000] "PUT /login HTTP/1.1" 500 5708 +198.51.100.12 - - [2024/04/09:22:28:46 +0000] "POST /api/v1/users HTTP/1.1" 200 364 +10.0.0.7 - - [2024/04/09:02:28:52 +0000] "GET /static/app.js HTTP/1.1" 200 8705 +10.0.0.10 - - [2024/04/09:23:30:30 +0000] "GET /login HTTP/1.1" 200 5219 +10.0.0.10 - - [2024/04/09:05:40:57 +0000] "POST /metrics HTTP/1.1" 500 5513 +198.51.100.77 - - [2024/04/09:07:31:18 +0000] "PUT /api/v1/users HTTP/1.1" 301 1081 +192.168.1.100 - - [2024/04/09:03:40:25 +0000] "PUT /api/v1/orders HTTP/1.1" 500 5383 +198.51.100.12 - - [2024/04/09:18:56:45 +0000] "GET /admin/panel HTTP/1.1" 200 6544 +198.51.100.12 - - [2024/04/09:23:22:40 +0000] "PUT /admin/panel HTTP/1.1" 200 2879 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-central-1/web-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-central-1/web-03.log new file mode 100644 index 0000000000000000000000000000000000000000..59d0af48954f8f469c79fe9947518fe3600d211c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-central-1/web-03.log @@ -0,0 +1,27 @@ +203.0.113.200 - - [2024/04/10:21:35:57 +0000] "DELETE /metrics HTTP/1.1" 404 4483 + +203.0.113.5 - - [2024/04/10:08:46:52 +0000] "PUT /admin/panel HTTP/1.1" 200 3754 +192.168.1.5 - - [2024/04/10:00:27:22 +0000] "PUT /login HTTP/1.1" 404 7965 +192.168.1.5 - - [2024/04/10:12:01:16 +0000] "PUT /api/v1/users HTTP/1.1" 200 6059 +192.168.1.23 - - [2024/04/10:06:05:39 +0000] "GET /api/v1/orders HTTP/1.1" 301 312 +192.168.1.100 - - [2024/04/10:03:57:06 +0000] "POST /api/v2/search HTTP/1.1" 301 3640 +172.16.4.8 - - [2024/04/10:17:19:37 +0000] "POST /admin/panel HTTP/1.1" 404 4665 +10.0.0.7 - - [2024/04/10:13:23:03 +0000] "POST /metrics HTTP/1.1" 200 1768 +203.0.113.5 - - [2024/04/10:05:36:24 +0000] "POST /metrics HTTP/1.1" 200 1925 +10.0.0.7 - - [2024/04/10:20:48:39 +0000] "PUT /admin/panel HTTP/1.1" 200 190 +10.0.0.7 - - [2024/04/10:16:06:22 +0000] "DELETE /metrics HTTP/1.1" 200 290 +10.0.0.11 - - [2024/04/10:02:39:40 +0000] "DELETE /login HTTP/1.1" 200 1286 +198.51.100.77 - - [2024/04/10:20:15:23 +0000] "PUT /health HTTP/1.1" 200 5077 +172.16.200.1 - - [2024/04/10:19:11:03 +0000] "GET /api/v1/orders HTTP/1.1" 200 5254 +172.16.4.8 - - [2024/04/10:01:35:17 +0000] "PUT /login HTTP/1.1" 404 614 +10.0.0.7 - - [2024/04/10:17:11:05 +0000] "PUT /api/v2/search HTTP/1.1" 200 1628 +203.0.113.42 - - [2024/04/10:23:24:53 +0000] "POST /api/v1/users HTTP/1.1" 200 4771 +172.16.4.8 - - [2024/04/10:11:11:47 +0000] "PUT /api/v1/orders HTTP/1.1" 301 1380 +172.16.4.8 - - [2024/04/10:02:39:38 +0000] "POST /api/v1/orders HTTP/1.1" 200 2915 +203.0.113.42 - - [2024/04/10:07:04:38 +0000] "PUT /metrics HTTP/1.1" 200 274 + +172.16.4.8 - - [2024/04/10:22:57:20 +0000] "POST /api/v2/search HTTP/1.1" 200 5677 +198.51.100.12 - - [2024/04/10:19:57:36 +0000] "POST /admin/panel HTTP/1.1" 200 4085 +10.0.0.2 - - [2024/04/10:09:56:02 +0000] "PUT /api/v1/users HTTP/1.1" 200 8698 +172.16.4.9 - - [2024/04/10:01:40:33 +0000] "DELETE /api/v2/search HTTP/1.1" 200 679 +192.168.1.5 - - [2024/04/10:03:38:29 +0000] "GET /static/app.js HTTP/1.1" 200 4329 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-central-1/worker-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-central-1/worker-07.log new file mode 100644 index 0000000000000000000000000000000000000000..b3840701e2a503a602e0196efe911163e84321ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-central-1/worker-07.log @@ -0,0 +1,28 @@ +172.16.200.1 - - [2024/04/10:19:15:00 +0000] "POST /health HTTP/1.1" 301 8167 +192.168.1.23 - - [2024/04/10:11:39:38 +0000] "PUT /login HTTP/1.1" 301 7919 +172.16.4.9 - - [2024/04/10:20:45:49 +0000] "POST /api/v2/search HTTP/1.1" 200 2337 +172.16.200.1 - - [2024/04/10:03:47:06 +0000] "PUT /static/app.js HTTP/1.1" 500 4819 +203.0.113.5 - - [2024/04/10:13:22:56 +0000] "PUT /metrics HTTP/1.1" 200 4123 +203.0.113.5 - - [2024/04/10:18:56:30 +0000] "DELETE /login HTTP/1.1" 404 574 +172.16.4.9 - - [2024/04/10:15:56:50 +0000] "POST /metrics HTTP/1.1" 404 223 + +10.0.0.2 - - [2024/04/10:03:31:06 +0000] "POST /api/v1/users HTTP/1.1" 404 776 +10.0.0.10 - - [2024/04/10:16:15:58 +0000] "PUT /api/v1/orders HTTP/1.1" 500 6293 +203.0.113.5 - - [2024/04/10:21:56:39 +0000] "GET /metrics HTTP/1.1" 500 1358 + +203.0.113.42 - - [2024/04/10:18:05:12 +0000] "PUT /admin/panel HTTP/1.1" 301 6038 +203.0.113.200 - - [2024/04/10:14:37:24 +0000] "POST /api/v2/search HTTP/1.1" 404 5262 +10.0.0.7 - - [2024/04/10:00:55:25 +0000] "GET /admin/panel HTTP/1.1" 404 3499 +203.0.113.42 - - [2024/04/10:19:34:26 +0000] "DELETE /static/app.js HTTP/1.1" 500 2267 +172.16.4.9 - - [2024/04/10:11:41:46 +0000] "POST /admin/panel HTTP/1.1" 200 5716 +203.0.113.200 - - [2024/04/10:20:08:33 +0000] "DELETE /health HTTP/1.1" 200 6092 +172.16.4.9 - - [2024/04/10:06:21:54 +0000] "POST /api/v1/users HTTP/1.1" 301 3286 +203.0.113.42 - - [2024/04/10:19:47:26 +0000] "GET /api/v2/search HTTP/1.1" 200 7575 +192.168.1.100 - - [2024/04/10:07:06:04 +0000] "PUT /api/v1/users HTTP/1.1" 200 2419 +203.0.113.200 - - [2024/04/10:04:08:28 +0000] "GET /api/v1/users HTTP/1.1" 500 2533 +198.51.100.12 - - [2024/04/10:16:48:15 +0000] "GET /api/v2/search HTTP/1.1" 200 851 +172.16.4.8 - - [2024/04/10:17:56:13 +0000] "DELETE /metrics HTTP/1.1" 200 5972 +192.168.1.100 - - [2024/04/10:04:11:09 +0000] "DELETE /api/v1/users HTTP/1.1" 200 2412 +203.0.113.42 - - [2024/04/10:08:44:26 +0000] "POST /health HTTP/1.1" 200 3575 +198.51.100.77 - - [2024/04/10:22:47:20 +0000] "POST /health HTTP/1.1" 200 7165 +10.0.0.2 - - [2024/04/10:02:48:33 +0000] "DELETE /api/v1/users HTTP/1.1" 301 4197 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/api-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..bf8fd7aa5268d6c9b05385f315ff3882f09c13a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/api-06.log @@ -0,0 +1,36 @@ +203.0.113.42 - - [2024/04/10:03:56:29 +0000] "GET /api/v1/users HTTP/1.1" 200 2205 +10.0.0.2 - - [2024/04/10:00:57:25 +0000] "PUT /static/app.js HTTP/1.1" 301 8124 +203.0.113.42 - - [2024/04/10:19:20:30 +0000] "POST /health HTTP/1.1" 200 1625 +198.51.100.12 - - [2024/04/10:17:41:57 +0000] "GET /api/v1/users HTTP/1.1" 200 2453 +203.0.113.5 - - [2024/04/10:16:03:00 +0000] "POST /login HTTP/1.1" 500 2726 +203.0.113.5 - - [2024/04/10:16:05:18 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5891 +172.16.4.8 - - [2024/04/10:12:06:24 +0000] "POST /api/v2/search HTTP/1.1" 200 6157 +192.168.1.23 - - [2024/04/10:23:49:10 +0000] "GET /api/v1/users HTTP/1.1" 200 4925 +203.0.113.42 - - [2024/04/10:08:54:50 +0000] "GET /health HTTP/1.1" 200 526 +172.16.4.8 - - [2024/04/10:05:57:42 +0000] "GET /static/app.js HTTP/1.1" 500 7333 + +203.0.113.42 - - [2024/04/10:11:31:25 +0000] "POST /admin/panel HTTP/1.1" 500 7391 +172.16.4.8 - - [2024/04/10:01:04:50 +0000] "DELETE /health HTTP/1.1" 200 544 +10.0.0.10 - - [2024/04/10:06:44:17 +0000] "PUT /metrics HTTP/1.1" 404 5133 +203.0.113.42 - - [2024/04/10:16:47:39 +0000] "GET /static/app.js HTTP/1.1" 200 2493 +10.0.0.7 - - [2024/04/10:09:48:09 +0000] "POST /api/v1/users HTTP/1.1" 500 8994 +10.0.0.10 - - [2024/04/10:08:26:31 +0000] "POST /api/v1/orders HTTP/1.1" 200 1769 +203.0.113.200 - - [2024/04/10:20:04:29 +0000] "GET /login HTTP/1.1" 500 7366 +10.0.0.2 - - [2024/04/10:14:33:38 +0000] "PUT /api/v1/orders HTTP/1.1" 301 5681 +198.51.100.12 - - [2024/04/10:12:43:41 +0000] "POST /health HTTP/1.1" 200 1726 +192.168.1.100 - - [2024/04/10:09:19:22 +0000] "GET /api/v1/users HTTP/1.1" 200 5922 +172.16.4.9 - - [2024/04/10:22:45:42 +0000] "DELETE /static/app.js HTTP/1.1" 200 4865 +192.168.1.23 - - [2024/04/10:22:29:13 +0000] "PUT /static/app.js HTTP/1.1" 404 386 +10.0.0.11 - - [2024/04/10:16:25:22 +0000] "DELETE /metrics HTTP/1.1" 301 8608 +203.0.113.5 - - [2024/04/10:06:05:33 +0000] "POST /api/v1/users HTTP/1.1" 301 6801 +198.51.100.12 - - [2024/04/10:12:36:36 +0000] "GET /login HTTP/1.1" 200 3500 +172.16.4.8 - - [2024/04/10:16:31:05 +0000] "GET /health HTTP/1.1" 200 2544 + +192.168.1.5 - - [2024/04/10:17:07:04 +0000] "POST /metrics HTTP/1.1" 301 4410 +172.16.200.1 - - [2024/04/10:02:23:15 +0000] "PUT /admin/panel HTTP/1.1" 200 529 +172.16.200.1 - - [2024/04/10:04:24:49 +0000] "POST /api/v2/search HTTP/1.1" 200 4099 +192.168.1.5 - - [2024/04/10:21:36:49 +0000] "PUT /api/v1/users HTTP/1.1" 500 7640 +203.0.113.200 - - [2024/04/10:00:44:46 +0000] "POST /api/v1/orders HTTP/1.1" 200 1175 +203.0.113.42 - - [2024/04/10:09:22:03 +0000] "POST /api/v1/users HTTP/1.1" 500 2305 +192.168.1.23 - - [2024/04/10:12:50:49 +0000] "PUT /static/app.js HTTP/1.1" 200 8967 +172.16.4.8 - - [2024/04/10:02:19:53 +0000] "PUT /admin/panel HTTP/1.1" 200 2434 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/edge-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/edge-03.log new file mode 100644 index 0000000000000000000000000000000000000000..613ca128d10e4617ea9cce5eb5ab2272027bd83a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/edge-03.log @@ -0,0 +1,32 @@ +10.0.0.2 - - [2024/04/10:00:45:06 +0000] "PUT /api/v1/orders HTTP/1.1" 200 2931 +10.0.0.10 - - [2024/04/10:09:54:02 +0000] "GET /api/v2/search HTTP/1.1" 404 3537 + +192.168.1.100 - - [2024/04/10:04:53:17 +0000] "PUT /api/v1/users HTTP/1.1" 200 2316 +203.0.113.42 - - [2024/04/10:13:45:36 +0000] "GET /api/v1/users HTTP/1.1" 404 3668 +203.0.113.200 - - [2024/04/10:02:55:20 +0000] "DELETE /admin/panel HTTP/1.1" 404 4387 +198.51.100.12 - - [2024/04/10:00:13:41 +0000] "GET /api/v1/orders HTTP/1.1" 200 1582 +192.168.1.23 - - [2024/04/10:09:30:08 +0000] "POST /login HTTP/1.1" 404 6725 +203.0.113.42 - - [2024/04/10:02:59:27 +0000] "GET /metrics HTTP/1.1" 200 3766 +192.168.1.23 - - [2024/04/10:22:49:58 +0000] "DELETE /login HTTP/1.1" 200 5706 +10.0.0.11 - - [2024/04/10:23:34:03 +0000] "DELETE /health HTTP/1.1" 200 4962 +10.0.0.11 - - [2024/04/10:14:49:54 +0000] "PUT /static/app.js HTTP/1.1" 404 8385 +10.0.0.7 - - [2024/04/10:23:38:48 +0000] "PUT /api/v2/search HTTP/1.1" 200 2145 +10.0.0.2 - - [2024/04/10:21:25:50 +0000] "POST /login HTTP/1.1" 404 5635 +172.16.4.8 - - [2024/04/10:11:23:37 +0000] "GET /api/v2/search HTTP/1.1" 200 8380 +10.0.0.2 - - [2024/04/10:18:43:18 +0000] "GET /login HTTP/1.1" 301 869 +10.0.0.11 - - [2024/04/10:18:37:34 +0000] "POST /api/v1/users HTTP/1.1" 404 7404 +192.168.1.5 - - [2024/04/10:15:09:16 +0000] "PUT /api/v2/search HTTP/1.1" 200 8005 +10.0.0.7 - - [2024/04/10:04:34:46 +0000] "PUT /api/v1/users HTTP/1.1" 200 3203 +10.0.0.7 - - [2024/04/10:20:37:09 +0000] "PUT /api/v2/search HTTP/1.1" 200 5105 +203.0.113.5 - - [2024/04/10:06:47:56 +0000] "PUT /api/v1/users HTTP/1.1" 200 5640 +198.51.100.12 - - [2024/04/10:17:52:44 +0000] "GET /api/v2/search HTTP/1.1" 500 8046 +198.51.100.12 - - [2024/04/10:16:29:31 +0000] "POST /static/app.js HTTP/1.1" 500 6153 +10.0.0.7 - - [2024/04/10:23:50:20 +0000] "POST /login HTTP/1.1" 200 5980 +10.0.0.7 - - [2024/04/10:01:16:45 +0000] "PUT /api/v1/orders HTTP/1.1" 200 7639 +198.51.100.12 - - [2024/04/10:14:32:32 +0000] "GET /api/v2/search HTTP/1.1" 301 3300 +172.16.200.1 - - [2024/04/10:08:53:24 +0000] "GET /api/v1/users HTTP/1.1" 301 6549 +198.51.100.12 - - [2024/04/10:06:58:08 +0000] "PUT /health HTTP/1.1" 200 8104 + +172.16.200.1 - - [2024/04/10:21:12:20 +0000] "PUT /api/v1/orders HTTP/1.1" 500 7866 +10.0.0.7 - - [2024/04/10:18:35:55 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 5512 +203.0.113.5 - - [2024/04/10:08:56:14 +0000] "GET /health HTTP/1.1" 404 3910 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/edge-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/edge-07.log new file mode 100644 index 0000000000000000000000000000000000000000..219dea9cbc5d389911271f0488677eac188e2a65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/eu-west-1/edge-07.log @@ -0,0 +1,27 @@ +203.0.113.5 - - [2024/04/10:03:47:19 +0000] "PUT /login HTTP/1.1" 200 5525 +198.51.100.77 - - [2024/04/10:00:22:32 +0000] "GET /metrics HTTP/1.1" 404 2675 +203.0.113.42 - - [2024/04/10:20:59:27 +0000] "DELETE /static/app.js HTTP/1.1" 301 5409 +203.0.113.42 - - [2024/04/10:08:49:57 +0000] "DELETE /metrics HTTP/1.1" 200 6311 +192.168.1.5 - - [2024/04/10:11:08:35 +0000] "GET /api/v1/orders HTTP/1.1" 500 6268 + +192.168.1.100 - - [2024/04/10:15:38:00 +0000] "PUT /login HTTP/1.1" 200 2284 +172.16.4.9 - - [2024/04/10:13:08:50 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4662 +192.168.1.5 - - [2024/04/10:22:02:09 +0000] "POST /admin/panel HTTP/1.1" 200 3578 +172.16.200.1 - - [2024/04/10:04:03:33 +0000] "DELETE /admin/panel HTTP/1.1" 404 6726 +192.168.1.23 - - [2024/04/10:03:01:55 +0000] "DELETE /static/app.js HTTP/1.1" 301 1611 +10.0.0.10 - - [2024/04/10:20:59:14 +0000] "DELETE /metrics HTTP/1.1" 404 6488 +198.51.100.12 - - [2024/04/10:22:23:46 +0000] "DELETE /api/v2/search HTTP/1.1" 500 8998 +10.0.0.7 - - [2024/04/10:17:03:30 +0000] "PUT /login HTTP/1.1" 500 3570 +203.0.113.42 - - [2024/04/10:11:24:50 +0000] "POST /metrics HTTP/1.1" 200 1144 +10.0.0.10 - - [2024/04/10:06:35:37 +0000] "PUT /static/app.js HTTP/1.1" 200 5944 +172.16.4.9 - - [2024/04/10:13:12:00 +0000] "POST /api/v2/search HTTP/1.1" 301 7066 +10.0.0.10 - - [2024/04/10:03:39:22 +0000] "PUT /health HTTP/1.1" 301 8888 + +172.16.4.8 - - [2024/04/10:19:28:40 +0000] "DELETE /health HTTP/1.1" 200 2017 +192.168.1.5 - - [2024/04/10:12:53:46 +0000] "POST /login HTTP/1.1" 200 7733 +10.0.0.7 - - [2024/04/10:16:44:34 +0000] "POST /api/v2/search HTTP/1.1" 200 3001 +192.168.1.5 - - [2024/04/10:17:20:48 +0000] "PUT /api/v2/search HTTP/1.1" 200 6799 +203.0.113.200 - - [2024/04/10:22:08:43 +0000] "GET /api/v2/search HTTP/1.1" 404 2645 +172.16.4.9 - - [2024/04/10:05:09:39 +0000] "POST /health HTTP/1.1" 404 2157 +192.168.1.5 - - [2024/04/10:16:57:35 +0000] "DELETE /health HTTP/1.1" 200 7635 +172.16.4.8 - - [2024/04/10:16:59:35 +0000] "GET /health HTTP/1.1" 200 6917 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/api-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/api-01.log new file mode 100644 index 0000000000000000000000000000000000000000..213ec3dcf24c3533de847936a9a9825db4c005c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/api-01.log @@ -0,0 +1,23 @@ +203.0.113.200 - - [2024/04/10:18:07:31 +0000] "DELETE /static/app.js HTTP/1.1" 200 1184 +172.16.4.8 - - [2024/04/10:09:10:04 +0000] "PUT /api/v1/users HTTP/1.1" 301 8933 +172.16.4.8 - - [2024/04/10:08:03:30 +0000] "PUT /api/v2/search HTTP/1.1" 200 6930 +172.16.200.1 - - [2024/04/10:01:41:46 +0000] "DELETE /metrics HTTP/1.1" 301 3946 +192.168.1.100 - - [2024/04/10:13:02:23 +0000] "GET /metrics HTTP/1.1" 500 779 +192.168.1.5 - - [2024/04/10:18:44:56 +0000] "GET /api/v1/users HTTP/1.1" 200 8391 +203.0.113.200 - - [2024/04/10:11:47:21 +0000] "POST /api/v1/orders HTTP/1.1" 404 7237 +203.0.113.5 - - [2024/04/10:17:54:11 +0000] "POST /health HTTP/1.1" 301 6629 +203.0.113.42 - - [2024/04/10:08:30:32 +0000] "DELETE /api/v2/search HTTP/1.1" 404 5719 +172.16.4.8 - - [2024/04/10:13:19:28 +0000] "POST /api/v1/users HTTP/1.1" 200 6400 +10.0.0.11 - - [2024/04/10:01:53:28 +0000] "GET /health HTTP/1.1" 301 6626 + +172.16.4.9 - - [2024/04/10:15:40:59 +0000] "GET /api/v2/search HTTP/1.1" 200 7747 + +10.0.0.11 - - [2024/04/10:19:33:39 +0000] "PUT /static/app.js HTTP/1.1" 500 2511 +198.51.100.77 - - [2024/04/10:04:58:58 +0000] "GET /static/app.js HTTP/1.1" 200 6462 +203.0.113.5 - - [2024/04/10:02:20:33 +0000] "DELETE /admin/panel HTTP/1.1" 301 6854 +192.168.1.100 - - [2024/04/10:12:01:44 +0000] "GET /health HTTP/1.1" 200 590 +203.0.113.5 - - [2024/04/10:11:54:14 +0000] "POST /admin/panel HTTP/1.1" 200 235 +192.168.1.23 - - [2024/04/10:20:29:19 +0000] "PUT /metrics HTTP/1.1" 301 3090 +192.168.1.23 - - [2024/04/10:13:43:03 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 3878 +10.0.0.11 - - [2024/04/10:00:55:27 +0000] "POST /metrics HTTP/1.1" 200 6608 +192.168.1.100 - - [2024/04/10:02:22:00 +0000] "PUT /admin/panel HTTP/1.1" 301 4488 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/api-02.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/api-02.log new file mode 100644 index 0000000000000000000000000000000000000000..66950ce40286c463c4d187c5187c6f0d79510803 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/api-02.log @@ -0,0 +1,33 @@ +172.16.200.1 - - [2024/04/10:23:33:40 +0000] "PUT /static/app.js HTTP/1.1" 500 8300 +10.0.0.7 - - [2024/04/10:03:42:37 +0000] "DELETE /login HTTP/1.1" 200 3637 + +198.51.100.12 - - [2024/04/10:09:04:57 +0000] "DELETE /login HTTP/1.1" 404 4406 +172.16.4.8 - - [2024/04/10:07:09:29 +0000] "POST /api/v1/orders HTTP/1.1" 301 3456 +198.51.100.12 - - [2024/04/10:12:15:56 +0000] "GET /login HTTP/1.1" 200 1953 +203.0.113.42 - - [2024/04/10:21:07:06 +0000] "GET /static/app.js HTTP/1.1" 200 6204 +10.0.0.2 - - [2024/04/10:11:13:19 +0000] "POST /login HTTP/1.1" 200 3372 +192.168.1.5 - - [2024/04/10:11:00:52 +0000] "PUT /login HTTP/1.1" 500 1794 +192.168.1.100 - - [2024/04/10:12:48:48 +0000] "DELETE /login HTTP/1.1" 404 8418 +198.51.100.12 - - [2024/04/10:12:07:05 +0000] "PUT /health HTTP/1.1" 200 4046 +10.0.0.7 - - [2024/04/10:22:37:59 +0000] "POST /login HTTP/1.1" 200 4540 +203.0.113.5 - - [2024/04/10:14:45:15 +0000] "POST /api/v1/orders HTTP/1.1" 301 8473 +192.168.1.5 - - [2024/04/10:23:25:06 +0000] "GET /admin/panel HTTP/1.1" 301 880 +10.0.0.10 - - [2024/04/10:06:34:40 +0000] "DELETE /static/app.js HTTP/1.1" 500 3792 +192.168.1.100 - - [2024/04/10:11:25:10 +0000] "POST /admin/panel HTTP/1.1" 404 3762 +10.0.0.11 - - [2024/04/10:09:31:44 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5120 +10.0.0.10 - - [2024/04/10:09:22:43 +0000] "POST /login HTTP/1.1" 200 5470 +10.0.0.7 - - [2024/04/10:02:41:36 +0000] "POST /health HTTP/1.1" 404 4921 +10.0.0.7 - - [2024/04/10:16:34:44 +0000] "POST /login HTTP/1.1" 200 1625 +10.0.0.10 - - [2024/04/10:01:06:28 +0000] "GET /health HTTP/1.1" 200 6482 +172.16.4.9 - - [2024/04/10:08:25:34 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 2329 +172.16.4.9 - - [2024/04/10:13:14:53 +0000] "DELETE /api/v2/search HTTP/1.1" 200 7701 +10.0.0.2 - - [2024/04/10:12:03:10 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 552 +10.0.0.11 - - [2024/04/10:17:06:22 +0000] "GET /api/v2/search HTTP/1.1" 200 1647 +203.0.113.5 - - [2024/04/10:23:57:37 +0000] "GET /static/app.js HTTP/1.1" 200 7311 + +198.51.100.12 - - [2024/04/10:05:17:46 +0000] "GET /api/v1/orders HTTP/1.1" 200 3969 +172.16.4.8 - - [2024/04/10:20:21:51 +0000] "PUT /login HTTP/1.1" 200 3604 +203.0.113.5 - - [2024/04/10:14:05:54 +0000] "PUT /api/v2/search HTTP/1.1" 200 7100 +10.0.0.7 - - [2024/04/10:15:17:56 +0000] "PUT /admin/panel HTTP/1.1" 200 4739 +10.0.0.10 - - [2024/04/10:08:50:32 +0000] "DELETE /login HTTP/1.1" 301 7608 +203.0.113.42 - - [2024/04/10:22:23:45 +0000] "POST /metrics HTTP/1.1" 301 2767 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/web-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/web-06.log new file mode 100644 index 0000000000000000000000000000000000000000..427bfa37852abf1155ac27fff9064aa44ed440a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-east-1/web-06.log @@ -0,0 +1,22 @@ +172.16.4.8 - - [2024/04/10:07:47:00 +0000] "GET /static/app.js HTTP/1.1" 200 6441 +172.16.4.9 - - [2024/04/10:23:55:14 +0000] "DELETE /api/v2/search HTTP/1.1" 500 175 +192.168.1.100 - - [2024/04/10:21:21:02 +0000] "GET /api/v1/orders HTTP/1.1" 404 7475 +198.51.100.77 - - [2024/04/10:08:28:07 +0000] "PUT /static/app.js HTTP/1.1" 200 910 +192.168.1.5 - - [2024/04/10:02:31:41 +0000] "GET /static/app.js HTTP/1.1" 404 8357 +172.16.4.9 - - [2024/04/10:03:12:21 +0000] "PUT /admin/panel HTTP/1.1" 200 4475 +203.0.113.200 - - [2024/04/10:09:19:21 +0000] "GET /admin/panel HTTP/1.1" 200 7685 +10.0.0.7 - - [2024/04/10:07:13:31 +0000] "GET /static/app.js HTTP/1.1" 500 2012 +172.16.4.9 - - [2024/04/10:09:22:24 +0000] "GET /api/v1/users HTTP/1.1" 200 8479 +198.51.100.12 - - [2024/04/10:02:49:18 +0000] "POST /api/v1/users HTTP/1.1" 404 1743 +198.51.100.77 - - [2024/04/10:16:11:42 +0000] "POST /admin/panel HTTP/1.1" 200 7070 +10.0.0.2 - - [2024/04/10:13:04:40 +0000] "GET /api/v1/orders HTTP/1.1" 200 7060 +203.0.113.42 - - [2024/04/10:13:24:58 +0000] "GET /static/app.js HTTP/1.1" 200 3328 +10.0.0.11 - - [2024/04/10:09:21:50 +0000] "GET /health HTTP/1.1" 200 986 +198.51.100.77 - - [2024/04/10:06:41:15 +0000] "GET /api/v2/search HTTP/1.1" 301 8198 +10.0.0.11 - - [2024/04/10:15:54:04 +0000] "DELETE /api/v1/users HTTP/1.1" 404 8923 +172.16.200.1 - - [2024/04/10:09:11:25 +0000] "DELETE /login HTTP/1.1" 200 2539 +172.16.4.9 - - [2024/04/10:22:25:02 +0000] "POST /health HTTP/1.1" 200 1434 + + +203.0.113.5 - - [2024/04/10:15:46:18 +0000] "PUT /admin/panel HTTP/1.1" 200 5354 +172.16.4.8 - - [2024/04/10:15:37:52 +0000] "POST /static/app.js HTTP/1.1" 301 1752 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-west-2/api-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-west-2/api-03.log new file mode 100644 index 0000000000000000000000000000000000000000..56bee5afbc9fe83a36adf927ed5564bc26f46dca --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-west-2/api-03.log @@ -0,0 +1,29 @@ +198.51.100.12 - - [2024/04/10:15:54:25 +0000] "GET /metrics HTTP/1.1" 301 2648 +203.0.113.5 - - [2024/04/10:18:37:46 +0000] "DELETE /api/v2/search HTTP/1.1" 301 5465 +203.0.113.5 - - [2024/04/10:15:31:24 +0000] "DELETE /login HTTP/1.1" 301 8629 +192.168.1.23 - - [2024/04/10:05:19:34 +0000] "DELETE /static/app.js HTTP/1.1" 200 5575 +10.0.0.11 - - [2024/04/10:03:39:27 +0000] "POST /metrics HTTP/1.1" 200 8444 +192.168.1.23 - - [2024/04/10:18:08:08 +0000] "DELETE /metrics HTTP/1.1" 200 3933 +192.168.1.23 - - [2024/04/10:19:35:41 +0000] "GET /health HTTP/1.1" 200 5895 +192.168.1.5 - - [2024/04/10:06:28:45 +0000] "DELETE /metrics HTTP/1.1" 200 8727 +192.168.1.23 - - [2024/04/10:02:23:26 +0000] "PUT /api/v2/search HTTP/1.1" 200 2329 +192.168.1.5 - - [2024/04/10:10:47:05 +0000] "POST /api/v1/orders HTTP/1.1" 500 8541 +192.168.1.23 - - [2024/04/10:12:22:01 +0000] "PUT /health HTTP/1.1" 200 323 +172.16.200.1 - - [2024/04/10:22:26:08 +0000] "DELETE /static/app.js HTTP/1.1" 301 8614 +192.168.1.100 - - [2024/04/10:11:53:16 +0000] "DELETE /static/app.js HTTP/1.1" 200 1564 +10.0.0.2 - - [2024/04/10:04:07:10 +0000] "PUT /api/v1/users HTTP/1.1" 200 2650 +192.168.1.23 - - [2024/04/10:20:51:39 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7170 +192.168.1.5 - - [2024/04/10:18:18:16 +0000] "DELETE /health HTTP/1.1" 301 6277 + +203.0.113.5 - - [2024/04/10:22:55:14 +0000] "DELETE /health HTTP/1.1" 404 7704 +203.0.113.5 - - [2024/04/10:19:53:18 +0000] "DELETE /metrics HTTP/1.1" 200 4897 +203.0.113.42 - - [2024/04/10:11:53:35 +0000] "PUT /api/v2/search HTTP/1.1" 404 7619 +203.0.113.200 - - [2024/04/10:00:31:38 +0000] "GET /login HTTP/1.1" 404 5350 + +192.168.1.5 - - [2024/04/10:10:43:59 +0000] "POST /api/v2/search HTTP/1.1" 301 4118 +10.0.0.10 - - [2024/04/10:16:12:00 +0000] "POST /static/app.js HTTP/1.1" 200 1906 +192.168.1.5 - - [2024/04/10:00:11:05 +0000] "GET /admin/panel HTTP/1.1" 500 6279 +192.168.1.5 - - [2024/04/10:07:09:06 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4479 +192.168.1.5 - - [2024/04/10:11:32:36 +0000] "GET /health HTTP/1.1" 500 3883 +172.16.200.1 - - [2024/04/10:21:57:51 +0000] "POST /admin/panel HTTP/1.1" 404 3664 +10.0.0.2 - - [2024/04/10:23:53:34 +0000] "PUT /admin/panel HTTP/1.1" 404 2472 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-west-2/edge-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-west-2/edge-07.log new file mode 100644 index 0000000000000000000000000000000000000000..301a93735ca32d7cf8e63202ffbb156c6fab0b7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-10/us-west-2/edge-07.log @@ -0,0 +1,28 @@ +192.168.1.23 - - [2024/04/10:23:26:01 +0000] "PUT /static/app.js HTTP/1.1" 200 3887 +192.168.1.100 - - [2024/04/10:14:23:14 +0000] "DELETE /static/app.js HTTP/1.1" 200 3495 +10.0.0.7 - - [2024/04/10:12:29:52 +0000] "POST /metrics HTTP/1.1" 200 3153 +10.0.0.7 - - [2024/04/10:00:25:58 +0000] "PUT /metrics HTTP/1.1" 301 5437 +198.51.100.12 - - [2024/04/10:10:49:09 +0000] "PUT /static/app.js HTTP/1.1" 200 2733 +10.0.0.11 - - [2024/04/10:12:53:58 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 6548 +203.0.113.42 - - [2024/04/10:16:00:17 +0000] "GET /health HTTP/1.1" 200 7147 + +172.16.4.8 - - [2024/04/10:20:44:00 +0000] "PUT /api/v1/users HTTP/1.1" 200 3731 +172.16.4.9 - - [2024/04/10:21:48:19 +0000] "DELETE /api/v1/users HTTP/1.1" 500 2862 +10.0.0.10 - - [2024/04/10:15:37:12 +0000] "PUT /health HTTP/1.1" 200 8889 +198.51.100.12 - - [2024/04/10:18:05:58 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4334 +192.168.1.23 - - [2024/04/10:00:29:22 +0000] "DELETE /api/v1/users HTTP/1.1" 500 456 +198.51.100.12 - - [2024/04/10:06:21:20 +0000] "PUT /api/v1/users HTTP/1.1" 200 5456 +192.168.1.100 - - [2024/04/10:17:44:18 +0000] "PUT /metrics HTTP/1.1" 404 4112 +203.0.113.42 - - [2024/04/10:16:41:17 +0000] "DELETE /api/v2/search HTTP/1.1" 200 205 +203.0.113.200 - - [2024/04/10:13:48:49 +0000] "PUT /login HTTP/1.1" 200 6321 + +203.0.113.200 - - [2024/04/10:18:51:54 +0000] "POST /api/v1/users HTTP/1.1" 404 6605 +192.168.1.23 - - [2024/04/10:15:32:44 +0000] "PUT /api/v1/users HTTP/1.1" 404 727 +192.168.1.23 - - [2024/04/10:13:37:08 +0000] "GET /api/v1/orders HTTP/1.1" 301 8633 +192.168.1.100 - - [2024/04/10:02:31:11 +0000] "POST /admin/panel HTTP/1.1" 500 6478 +10.0.0.2 - - [2024/04/10:15:52:08 +0000] "POST /api/v2/search HTTP/1.1" 404 3544 +198.51.100.77 - - [2024/04/10:09:31:25 +0000] "POST /health HTTP/1.1" 404 3076 +203.0.113.200 - - [2024/04/10:08:52:14 +0000] "GET /admin/panel HTTP/1.1" 301 2125 +192.168.1.5 - - [2024/04/10:20:40:30 +0000] "PUT /health HTTP/1.1" 200 7540 +192.168.1.100 - - [2024/04/10:10:12:08 +0000] "GET /admin/panel HTTP/1.1" 200 4920 +203.0.113.5 - - [2024/04/10:01:05:42 +0000] "DELETE /metrics HTTP/1.1" 200 588 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-central-1/api-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-central-1/api-04.log new file mode 100644 index 0000000000000000000000000000000000000000..d8e47195e519600a814266d94ad93c8f2e7f6ea4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-central-1/api-04.log @@ -0,0 +1,34 @@ + +10.0.0.11 - - [2024/04/11:12:35:25 +0000] "GET /admin/panel HTTP/1.1" 404 8097 +10.0.0.2 - - [2024/04/11:06:40:51 +0000] "POST /metrics HTTP/1.1" 200 8908 +198.51.100.77 - - [2024/04/11:20:55:16 +0000] "GET /api/v1/users HTTP/1.1" 500 5962 +198.51.100.12 - - [2024/04/11:20:25:57 +0000] "POST /api/v1/users HTTP/1.1" 200 8751 +172.16.4.8 - - [2024/04/11:02:15:48 +0000] "PUT /health HTTP/1.1" 500 6057 +172.16.200.1 - - [2024/04/11:02:22:13 +0000] "POST /api/v1/users HTTP/1.1" 404 5909 +172.16.200.1 - - [2024/04/11:15:30:47 +0000] "DELETE /api/v2/search HTTP/1.1" 200 549 +192.168.1.5 - - [2024/04/11:16:21:38 +0000] "POST /api/v1/orders HTTP/1.1" 500 1347 +10.0.0.7 - - [2024/04/11:08:38:43 +0000] "GET /api/v1/orders HTTP/1.1" 200 6229 +198.51.100.12 - - [2024/04/11:07:17:35 +0000] "POST /admin/panel HTTP/1.1" 301 5786 +203.0.113.42 - - [2024/04/11:17:22:05 +0000] "PUT /login HTTP/1.1" 200 1651 +10.0.0.10 - - [2024/04/11:18:25:40 +0000] "PUT /api/v1/users HTTP/1.1" 500 8703 +172.16.200.1 - - [2024/04/11:10:59:34 +0000] "GET /metrics HTTP/1.1" 301 1814 +172.16.200.1 - - [2024/04/11:10:50:49 +0000] "GET /health HTTP/1.1" 200 7426 +10.0.0.10 - - [2024/04/11:06:23:24 +0000] "POST /login HTTP/1.1" 200 7083 +203.0.113.5 - - [2024/04/11:06:06:55 +0000] "GET /health HTTP/1.1" 200 3909 +10.0.0.10 - - [2024/04/11:15:34:25 +0000] "POST /health HTTP/1.1" 500 8041 +10.0.0.7 - - [2024/04/11:16:30:25 +0000] "GET /api/v1/orders HTTP/1.1" 200 4729 +10.0.0.11 - - [2024/04/11:00:43:47 +0000] "POST /metrics HTTP/1.1" 200 8008 +172.16.4.8 - - [2024/04/11:07:08:31 +0000] "GET /api/v1/users HTTP/1.1" 500 355 + +198.51.100.12 - - [2024/04/11:17:09:53 +0000] "POST /admin/panel HTTP/1.1" 200 8773 +10.0.0.11 - - [2024/04/11:00:53:13 +0000] "PUT /health HTTP/1.1" 200 1177 +10.0.0.2 - - [2024/04/11:03:19:28 +0000] "GET /health HTTP/1.1" 200 5532 +203.0.113.5 - - [2024/04/11:06:48:41 +0000] "DELETE /api/v1/users HTTP/1.1" 404 5414 +172.16.4.9 - - [2024/04/11:09:25:23 +0000] "GET /health HTTP/1.1" 301 3806 +192.168.1.23 - - [2024/04/11:16:21:21 +0000] "PUT /admin/panel HTTP/1.1" 200 5278 +203.0.113.5 - - [2024/04/11:19:29:53 +0000] "POST /admin/panel HTTP/1.1" 200 604 +192.168.1.23 - - [2024/04/11:18:20:27 +0000] "POST /login HTTP/1.1" 404 258 +203.0.113.5 - - [2024/04/11:21:34:27 +0000] "GET /login HTTP/1.1" 404 7134 +10.0.0.11 - - [2024/04/11:21:33:23 +0000] "DELETE /api/v2/search HTTP/1.1" 301 6991 +172.16.4.8 - - [2024/04/11:00:58:49 +0000] "GET /admin/panel HTTP/1.1" 200 6485 +172.16.200.1 - - [2024/04/11:11:45:59 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5149 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-central-1/edge-04.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-central-1/edge-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3543e0240d05046853fde8f61d025d25a48e9e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-central-1/edge-04.log @@ -0,0 +1,35 @@ +192.168.1.100 - - [2024/04/11:03:39:20 +0000] "POST /login HTTP/1.1" 200 4429 +10.0.0.7 - - [2024/04/11:01:32:35 +0000] "POST /static/app.js HTTP/1.1" 500 3882 +203.0.113.5 - - [2024/04/11:00:08:58 +0000] "DELETE /admin/panel HTTP/1.1" 404 5797 +192.168.1.23 - - [2024/04/11:22:43:25 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6483 +192.168.1.5 - - [2024/04/11:13:16:09 +0000] "DELETE /login HTTP/1.1" 200 1247 +198.51.100.12 - - [2024/04/11:14:56:22 +0000] "PUT /login HTTP/1.1" 200 8695 +192.168.1.23 - - [2024/04/11:07:51:09 +0000] "POST /health HTTP/1.1" 500 1394 +172.16.200.1 - - [2024/04/11:07:58:07 +0000] "GET /api/v1/orders HTTP/1.1" 301 7169 +10.0.0.11 - - [2024/04/11:05:48:36 +0000] "POST /api/v2/search HTTP/1.1" 200 5940 +192.168.1.23 - - [2024/04/11:04:55:13 +0000] "PUT /static/app.js HTTP/1.1" 301 1736 +192.168.1.100 - - [2024/04/11:21:25:51 +0000] "DELETE /api/v1/users HTTP/1.1" 200 7631 +10.0.0.11 - - [2024/04/11:04:11:33 +0000] "GET /login HTTP/1.1" 500 1898 +10.0.0.11 - - [2024/04/11:21:23:39 +0000] "GET /login HTTP/1.1" 200 1245 + +198.51.100.77 - - [2024/04/11:20:10:59 +0000] "GET /health HTTP/1.1" 500 556 +192.168.1.100 - - [2024/04/11:09:42:22 +0000] "PUT /static/app.js HTTP/1.1" 200 2306 +172.16.4.9 - - [2024/04/11:01:08:00 +0000] "DELETE /health HTTP/1.1" 500 2246 +203.0.113.5 - - [2024/04/11:07:31:29 +0000] "PUT /api/v1/users HTTP/1.1" 404 126 +10.0.0.10 - - [2024/04/11:21:27:20 +0000] "POST /api/v2/search HTTP/1.1" 500 2608 +172.16.4.9 - - [2024/04/11:18:00:49 +0000] "PUT /metrics HTTP/1.1" 200 6330 +172.16.4.8 - - [2024/04/11:19:59:48 +0000] "POST /login HTTP/1.1" 200 4198 +10.0.0.7 - - [2024/04/11:19:35:10 +0000] "DELETE /health HTTP/1.1" 200 8668 +10.0.0.10 - - [2024/04/11:21:52:05 +0000] "GET /api/v1/orders HTTP/1.1" 500 4846 +198.51.100.12 - - [2024/04/11:08:37:29 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 3768 +172.16.4.8 - - [2024/04/11:22:35:56 +0000] "PUT /login HTTP/1.1" 404 6302 +203.0.113.42 - - [2024/04/11:04:17:09 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4166 +203.0.113.5 - - [2024/04/11:14:41:00 +0000] "PUT /health HTTP/1.1" 200 3268 +192.168.1.5 - - [2024/04/11:20:34:40 +0000] "POST /api/v2/search HTTP/1.1" 500 7513 +172.16.4.9 - - [2024/04/11:05:16:53 +0000] "PUT /health HTTP/1.1" 500 1663 +10.0.0.7 - - [2024/04/11:03:58:39 +0000] "PUT /api/v2/search HTTP/1.1" 200 7686 +172.16.200.1 - - [2024/04/11:23:17:10 +0000] "POST /static/app.js HTTP/1.1" 301 6984 +192.168.1.23 - - [2024/04/11:01:22:11 +0000] "PUT /admin/panel HTTP/1.1" 200 2801 +10.0.0.7 - - [2024/04/11:12:15:22 +0000] "GET /api/v2/search HTTP/1.1" 200 2904 +203.0.113.42 - - [2024/04/11:22:28:47 +0000] "GET /metrics HTTP/1.1" 301 6232 + diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/edge-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/edge-07.log new file mode 100644 index 0000000000000000000000000000000000000000..98d049991dfdac91b4efe0c4eb4ad46681dac637 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/edge-07.log @@ -0,0 +1,32 @@ +203.0.113.200 - - [2024/04/11:17:20:52 +0000] "DELETE /health HTTP/1.1" 200 1941 +10.0.0.7 - - [2024/04/11:14:35:13 +0000] "GET /api/v1/orders HTTP/1.1" 200 4278 +192.168.1.23 - - [2024/04/11:15:24:47 +0000] "PUT /login HTTP/1.1" 200 7942 +10.0.0.10 - - [2024/04/11:20:20:06 +0000] "GET /admin/panel HTTP/1.1" 404 5754 +10.0.0.10 - - [2024/04/11:07:00:49 +0000] "POST /login HTTP/1.1" 404 3636 +172.16.4.8 - - [2024/04/11:08:52:30 +0000] "DELETE /api/v1/orders HTTP/1.1" 301 5999 +172.16.200.1 - - [2024/04/11:00:54:10 +0000] "GET /health HTTP/1.1" 404 7276 +172.16.4.9 - - [2024/04/11:20:21:58 +0000] "PUT /api/v1/orders HTTP/1.1" 301 3593 +203.0.113.42 - - [2024/04/11:07:41:51 +0000] "POST /api/v1/orders HTTP/1.1" 200 6537 +172.16.4.8 - - [2024/04/11:06:38:07 +0000] "POST /metrics HTTP/1.1" 500 4776 +10.0.0.7 - - [2024/04/11:05:12:52 +0000] "POST /metrics HTTP/1.1" 500 6450 +198.51.100.77 - - [2024/04/11:07:49:09 +0000] "DELETE /admin/panel HTTP/1.1" 200 8935 +172.16.4.8 - - [2024/04/11:13:40:33 +0000] "PUT /api/v1/users HTTP/1.1" 200 1249 +192.168.1.5 - - [2024/04/11:22:59:45 +0000] "GET /login HTTP/1.1" 200 7516 +203.0.113.5 - - [2024/04/11:21:01:50 +0000] "DELETE /admin/panel HTTP/1.1" 500 4170 +10.0.0.11 - - [2024/04/11:10:57:53 +0000] "PUT /login HTTP/1.1" 200 5086 +203.0.113.200 - - [2024/04/11:00:05:58 +0000] "GET /api/v1/users HTTP/1.1" 500 2992 +10.0.0.2 - - [2024/04/11:03:38:21 +0000] "GET /api/v1/users HTTP/1.1" 404 8767 +203.0.113.5 - - [2024/04/11:02:45:27 +0000] "GET /health HTTP/1.1" 404 325 +10.0.0.11 - - [2024/04/11:13:22:40 +0000] "POST /metrics HTTP/1.1" 404 1313 + +10.0.0.10 - - [2024/04/11:18:17:04 +0000] "GET /static/app.js HTTP/1.1" 301 4229 +203.0.113.200 - - [2024/04/11:20:09:21 +0000] "DELETE /login HTTP/1.1" 301 2005 +10.0.0.7 - - [2024/04/11:11:42:39 +0000] "GET /metrics HTTP/1.1" 301 7331 +172.16.4.9 - - [2024/04/11:01:14:19 +0000] "GET /login HTTP/1.1" 404 5207 +192.168.1.100 - - [2024/04/11:08:45:37 +0000] "PUT /api/v1/orders HTTP/1.1" 404 590 +203.0.113.42 - - [2024/04/11:09:22:57 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4566 + +10.0.0.2 - - [2024/04/11:20:20:59 +0000] "DELETE /metrics HTTP/1.1" 500 2944 +172.16.200.1 - - [2024/04/11:21:01:15 +0000] "GET /admin/panel HTTP/1.1" 200 2484 +10.0.0.2 - - [2024/04/11:23:50:52 +0000] "POST /static/app.js HTTP/1.1" 404 369 +198.51.100.77 - - [2024/04/11:00:49:38 +0000] "PUT /health HTTP/1.1" 200 7714 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/worker-01.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/worker-01.log new file mode 100644 index 0000000000000000000000000000000000000000..3ec4e3bc6a2dd37ac5d297694dffbe9f5f556011 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/worker-01.log @@ -0,0 +1,36 @@ + +198.51.100.77 - - [2024/04/11:04:17:05 +0000] "PUT /health HTTP/1.1" 404 2491 + +10.0.0.2 - - [2024/04/11:20:46:04 +0000] "DELETE /static/app.js HTTP/1.1" 200 1799 +172.16.4.9 - - [2024/04/11:05:00:22 +0000] "POST /api/v1/users HTTP/1.1" 404 2040 +172.16.200.1 - - [2024/04/11:15:33:29 +0000] "DELETE /api/v2/search HTTP/1.1" 200 5370 +203.0.113.42 - - [2024/04/11:19:24:24 +0000] "POST /api/v2/search HTTP/1.1" 404 1074 +203.0.113.200 - - [2024/04/11:18:48:17 +0000] "DELETE /static/app.js HTTP/1.1" 404 4363 +192.168.1.23 - - [2024/04/11:17:22:48 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1079 +192.168.1.23 - - [2024/04/11:08:27:47 +0000] "POST /admin/panel HTTP/1.1" 500 485 +192.168.1.5 - - [2024/04/11:09:06:18 +0000] "POST /api/v1/orders HTTP/1.1" 200 1253 +203.0.113.5 - - [2024/04/11:04:13:47 +0000] "PUT /static/app.js HTTP/1.1" 200 2092 +10.0.0.7 - - [2024/04/11:15:44:28 +0000] "POST /health HTTP/1.1" 200 2499 +192.168.1.23 - - [2024/04/11:10:00:43 +0000] "PUT /health HTTP/1.1" 200 8403 +10.0.0.11 - - [2024/04/11:08:40:56 +0000] "GET /static/app.js HTTP/1.1" 500 7168 +10.0.0.7 - - [2024/04/11:02:49:07 +0000] "DELETE /api/v2/search HTTP/1.1" 200 6893 +203.0.113.5 - - [2024/04/11:09:41:53 +0000] "GET /health HTTP/1.1" 301 8853 +192.168.1.5 - - [2024/04/11:22:40:36 +0000] "DELETE /health HTTP/1.1" 200 8316 +10.0.0.2 - - [2024/04/11:00:51:09 +0000] "GET /api/v2/search HTTP/1.1" 200 4879 +10.0.0.7 - - [2024/04/11:11:47:16 +0000] "GET /metrics HTTP/1.1" 404 7888 +10.0.0.2 - - [2024/04/11:09:32:35 +0000] "GET /admin/panel HTTP/1.1" 404 7223 +172.16.4.8 - - [2024/04/11:21:21:33 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 8000 +192.168.1.100 - - [2024/04/11:15:45:01 +0000] "GET /api/v1/users HTTP/1.1" 200 5539 +192.168.1.100 - - [2024/04/11:12:07:11 +0000] "DELETE /admin/panel HTTP/1.1" 301 4052 +198.51.100.77 - - [2024/04/11:23:04:12 +0000] "PUT /login HTTP/1.1" 200 7750 +172.16.4.8 - - [2024/04/11:15:32:35 +0000] "DELETE /metrics HTTP/1.1" 301 782 +10.0.0.7 - - [2024/04/11:01:26:43 +0000] "GET /metrics HTTP/1.1" 500 3270 +192.168.1.23 - - [2024/04/11:08:24:07 +0000] "POST /static/app.js HTTP/1.1" 301 6301 +192.168.1.23 - - [2024/04/11:04:26:08 +0000] "GET /metrics HTTP/1.1" 404 4116 +10.0.0.7 - - [2024/04/11:21:44:40 +0000] "GET /admin/panel HTTP/1.1" 301 8926 +192.168.1.100 - - [2024/04/11:05:12:40 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7919 +203.0.113.200 - - [2024/04/11:02:59:25 +0000] "POST /admin/panel HTTP/1.1" 200 7400 +10.0.0.2 - - [2024/04/11:05:40:07 +0000] "GET /login HTTP/1.1" 200 6969 +172.16.4.9 - - [2024/04/11:05:11:24 +0000] "PUT /admin/panel HTTP/1.1" 500 4644 +198.51.100.12 - - [2024/04/11:16:52:45 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7686 +203.0.113.5 - - [2024/04/11:14:42:43 +0000] "POST /api/v1/users HTTP/1.1" 404 7754 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/worker-03.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/worker-03.log new file mode 100644 index 0000000000000000000000000000000000000000..55c0ac456580c77eae21c4df059701cf641a54da --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/eu-west-1/worker-03.log @@ -0,0 +1,35 @@ +10.0.0.7 - - [2024/04/11:13:11:02 +0000] "GET /static/app.js HTTP/1.1" 500 4711 +198.51.100.77 - - [2024/04/11:11:22:01 +0000] "GET /health HTTP/1.1" 200 4930 +172.16.4.9 - - [2024/04/11:01:41:28 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 3099 +203.0.113.42 - - [2024/04/11:14:10:53 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1032 +172.16.4.8 - - [2024/04/11:16:32:06 +0000] "GET /admin/panel HTTP/1.1" 500 6135 +198.51.100.12 - - [2024/04/11:21:07:03 +0000] "PUT /api/v1/orders HTTP/1.1" 404 6460 +172.16.200.1 - - [2024/04/11:05:09:46 +0000] "GET /health HTTP/1.1" 301 6536 + +172.16.4.9 - - [2024/04/11:03:59:35 +0000] "POST /metrics HTTP/1.1" 301 8494 +192.168.1.23 - - [2024/04/11:18:31:01 +0000] "GET /api/v2/search HTTP/1.1" 500 8867 +192.168.1.23 - - [2024/04/11:23:33:42 +0000] "PUT /login HTTP/1.1" 404 3275 +10.0.0.11 - - [2024/04/11:17:34:27 +0000] "DELETE /health HTTP/1.1" 200 6301 +203.0.113.200 - - [2024/04/11:14:31:00 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 5337 +172.16.4.9 - - [2024/04/11:08:00:12 +0000] "GET /static/app.js HTTP/1.1" 404 286 +203.0.113.200 - - [2024/04/11:19:12:19 +0000] "DELETE /metrics HTTP/1.1" 301 4940 +203.0.113.42 - - [2024/04/11:00:28:06 +0000] "DELETE /health HTTP/1.1" 500 1302 + +172.16.4.8 - - [2024/04/11:18:26:00 +0000] "GET /static/app.js HTTP/1.1" 301 3073 +203.0.113.200 - - [2024/04/11:23:43:01 +0000] "DELETE /api/v1/users HTTP/1.1" 200 5162 +192.168.1.100 - - [2024/04/11:17:27:38 +0000] "PUT /metrics HTTP/1.1" 500 1983 +198.51.100.12 - - [2024/04/11:01:16:58 +0000] "POST /metrics HTTP/1.1" 301 6329 +192.168.1.23 - - [2024/04/11:07:43:34 +0000] "PUT /admin/panel HTTP/1.1" 301 5993 +10.0.0.2 - - [2024/04/11:09:52:13 +0000] "DELETE /login HTTP/1.1" 200 3673 +198.51.100.12 - - [2024/04/11:08:36:05 +0000] "PUT /api/v1/users HTTP/1.1" 301 3335 +172.16.200.1 - - [2024/04/11:11:49:09 +0000] "PUT /health HTTP/1.1" 200 3095 +198.51.100.12 - - [2024/04/11:09:26:54 +0000] "POST /login HTTP/1.1" 200 3057 +192.168.1.100 - - [2024/04/11:09:10:24 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 8013 +203.0.113.5 - - [2024/04/11:04:59:14 +0000] "GET /static/app.js HTTP/1.1" 404 802 +192.168.1.100 - - [2024/04/11:22:54:21 +0000] "POST /static/app.js HTTP/1.1" 500 4605 +203.0.113.5 - - [2024/04/11:13:59:51 +0000] "DELETE /api/v2/search HTTP/1.1" 200 2802 +203.0.113.200 - - [2024/04/11:11:09:52 +0000] "GET /api/v2/search HTTP/1.1" 200 4902 +203.0.113.200 - - [2024/04/11:22:10:15 +0000] "POST /login HTTP/1.1" 200 3265 +172.16.200.1 - - [2024/04/11:18:19:54 +0000] "DELETE /static/app.js HTTP/1.1" 200 4208 +192.168.1.23 - - [2024/04/11:08:11:10 +0000] "GET /health HTTP/1.1" 301 4892 +172.16.4.9 - - [2024/04/11:05:15:39 +0000] "PUT /admin/panel HTTP/1.1" 200 818 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-east-1/edge-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-east-1/edge-06.log new file mode 100644 index 0000000000000000000000000000000000000000..45e60dbaf4c0a938e37939b0b341480ebeed5f8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-east-1/edge-06.log @@ -0,0 +1,37 @@ +192.168.1.5 - - [2024/04/11:10:05:42 +0000] "DELETE /api/v2/search HTTP/1.1" 404 1719 +198.51.100.77 - - [2024/04/11:13:31:46 +0000] "DELETE /api/v1/orders HTTP/1.1" 200 4012 +10.0.0.7 - - [2024/04/11:10:23:28 +0000] "GET /health HTTP/1.1" 200 7655 +203.0.113.42 - - [2024/04/11:20:54:09 +0000] "GET /api/v1/orders HTTP/1.1" 200 7367 +10.0.0.10 - - [2024/04/11:00:38:16 +0000] "POST /api/v1/orders HTTP/1.1" 301 7546 +172.16.200.1 - - [2024/04/11:22:49:22 +0000] "POST /health HTTP/1.1" 500 8527 +172.16.4.8 - - [2024/04/11:21:35:47 +0000] "POST /metrics HTTP/1.1" 200 5814 +203.0.113.200 - - [2024/04/11:08:28:02 +0000] "GET /admin/panel HTTP/1.1" 200 297 +10.0.0.10 - - [2024/04/11:09:27:48 +0000] "PUT /metrics HTTP/1.1" 200 746 +203.0.113.200 - - [2024/04/11:07:29:41 +0000] "PUT /api/v1/orders HTTP/1.1" 200 4704 +203.0.113.200 - - [2024/04/11:15:17:56 +0000] "POST /login HTTP/1.1" 200 4448 +172.16.4.8 - - [2024/04/11:05:41:56 +0000] "POST /health HTTP/1.1" 200 915 +192.168.1.5 - - [2024/04/11:23:22:49 +0000] "PUT /api/v1/users HTTP/1.1" 500 300 +198.51.100.12 - - [2024/04/11:09:59:13 +0000] "POST /metrics HTTP/1.1" 404 4749 +203.0.113.5 - - [2024/04/11:16:34:00 +0000] "PUT /api/v1/users HTTP/1.1" 500 8173 +10.0.0.11 - - [2024/04/11:13:24:16 +0000] "PUT /admin/panel HTTP/1.1" 200 1458 + +203.0.113.5 - - [2024/04/11:23:00:03 +0000] "PUT /metrics HTTP/1.1" 500 7872 + +198.51.100.12 - - [2024/04/11:11:49:35 +0000] "POST /static/app.js HTTP/1.1" 200 5075 +198.51.100.77 - - [2024/04/11:23:15:24 +0000] "GET /login HTTP/1.1" 200 7904 +198.51.100.12 - - [2024/04/11:01:12:58 +0000] "POST /static/app.js HTTP/1.1" 200 3489 +203.0.113.5 - - [2024/04/11:04:52:39 +0000] "GET /health HTTP/1.1" 200 8897 +10.0.0.10 - - [2024/04/11:07:16:35 +0000] "GET /static/app.js HTTP/1.1" 404 6627 +192.168.1.23 - - [2024/04/11:09:04:38 +0000] "PUT /api/v2/search HTTP/1.1" 200 6379 +203.0.113.5 - - [2024/04/11:23:00:03 +0000] "DELETE /static/app.js HTTP/1.1" 200 690 +203.0.113.5 - - [2024/04/11:07:52:00 +0000] "GET /api/v1/users HTTP/1.1" 301 4539 +203.0.113.42 - - [2024/04/11:07:43:28 +0000] "POST /api/v2/search HTTP/1.1" 500 523 +10.0.0.11 - - [2024/04/11:06:09:36 +0000] "GET /metrics HTTP/1.1" 200 4070 +192.168.1.100 - - [2024/04/11:23:08:56 +0000] "GET /login HTTP/1.1" 200 2557 +192.168.1.5 - - [2024/04/11:02:17:53 +0000] "GET /health HTTP/1.1" 301 541 +192.168.1.23 - - [2024/04/11:18:38:14 +0000] "GET /admin/panel HTTP/1.1" 200 3460 +192.168.1.100 - - [2024/04/11:15:18:42 +0000] "DELETE /metrics HTTP/1.1" 200 3324 +172.16.4.9 - - [2024/04/11:02:44:10 +0000] "POST /api/v1/orders HTTP/1.1" 404 4026 +10.0.0.10 - - [2024/04/11:00:15:17 +0000] "PUT /static/app.js HTTP/1.1" 500 145 +203.0.113.42 - - [2024/04/11:08:35:33 +0000] "PUT /api/v1/users HTTP/1.1" 500 3011 +10.0.0.7 - - [2024/04/11:09:41:26 +0000] "DELETE /metrics HTTP/1.1" 200 893 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-east-1/web-05.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-east-1/web-05.log new file mode 100644 index 0000000000000000000000000000000000000000..b69511b3cad46274e82a2543b0247e2893bae988 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-east-1/web-05.log @@ -0,0 +1,23 @@ +192.168.1.23 - - [2024/04/11:12:13:08 +0000] "POST /metrics HTTP/1.1" 301 1401 +10.0.0.2 - - [2024/04/11:11:16:11 +0000] "PUT /api/v2/search HTTP/1.1" 200 6896 +172.16.200.1 - - [2024/04/11:13:45:10 +0000] "POST /api/v1/users HTTP/1.1" 200 8737 +192.168.1.5 - - [2024/04/11:00:24:36 +0000] "PUT /api/v1/users HTTP/1.1" 404 5435 +192.168.1.5 - - [2024/04/11:04:31:04 +0000] "POST /static/app.js HTTP/1.1" 404 899 +192.168.1.5 - - [2024/04/11:09:09:21 +0000] "DELETE /health HTTP/1.1" 200 263 +198.51.100.12 - - [2024/04/11:05:42:03 +0000] "GET /admin/panel HTTP/1.1" 200 5716 +10.0.0.7 - - [2024/04/11:16:23:25 +0000] "GET /api/v2/search HTTP/1.1" 404 234 +203.0.113.42 - - [2024/04/11:07:47:43 +0000] "PUT /api/v1/users HTTP/1.1" 200 6319 +198.51.100.12 - - [2024/04/11:12:39:31 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 5326 +203.0.113.200 - - [2024/04/11:08:45:29 +0000] "DELETE /admin/panel HTTP/1.1" 500 7694 +192.168.1.23 - - [2024/04/11:04:15:22 +0000] "DELETE /static/app.js HTTP/1.1" 200 1724 + +172.16.4.9 - - [2024/04/11:04:30:37 +0000] "POST /api/v1/users HTTP/1.1" 200 4832 +198.51.100.77 - - [2024/04/11:21:04:06 +0000] "GET /admin/panel HTTP/1.1" 200 4843 +10.0.0.10 - - [2024/04/11:08:23:17 +0000] "POST /api/v1/users HTTP/1.1" 500 1995 +172.16.4.9 - - [2024/04/11:07:29:38 +0000] "PUT /api/v1/orders HTTP/1.1" 404 2325 +203.0.113.42 - - [2024/04/11:18:26:24 +0000] "DELETE /api/v1/users HTTP/1.1" 200 4392 +203.0.113.200 - - [2024/04/11:02:18:34 +0000] "PUT /api/v1/orders HTTP/1.1" 200 1104 +192.168.1.5 - - [2024/04/11:00:11:30 +0000] "POST /api/v1/orders HTTP/1.1" 301 7092 +192.168.1.100 - - [2024/04/11:16:11:57 +0000] "PUT /api/v2/search HTTP/1.1" 500 7920 + +172.16.4.9 - - [2024/04/11:19:20:12 +0000] "DELETE /admin/panel HTTP/1.1" 404 2986 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-west-2/worker-06.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-west-2/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..18b1003e6f00a0a9bacf87e8c840bcad8bf44e9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-west-2/worker-06.log @@ -0,0 +1,31 @@ +192.168.1.5 - - [2024/04/11:06:31:13 +0000] "GET /login HTTP/1.1" 301 7703 +192.168.1.100 - - [2024/04/11:02:51:01 +0000] "GET /static/app.js HTTP/1.1" 500 7000 + +203.0.113.200 - - [2024/04/11:04:51:14 +0000] "DELETE /api/v2/search HTTP/1.1" 404 1813 +192.168.1.5 - - [2024/04/11:17:50:00 +0000] "PUT /static/app.js HTTP/1.1" 200 2358 +10.0.0.10 - - [2024/04/11:12:19:58 +0000] "GET /admin/panel HTTP/1.1" 500 1836 +172.16.4.8 - - [2024/04/11:10:43:28 +0000] "DELETE /api/v2/search HTTP/1.1" 200 8142 +192.168.1.100 - - [2024/04/11:15:14:56 +0000] "POST /health HTTP/1.1" 301 385 +192.168.1.100 - - [2024/04/11:07:52:43 +0000] "POST /api/v1/users HTTP/1.1" 200 5088 +192.168.1.5 - - [2024/04/11:16:00:03 +0000] "DELETE /admin/panel HTTP/1.1" 500 7849 +172.16.4.9 - - [2024/04/11:00:31:50 +0000] "POST /login HTTP/1.1" 200 8514 +172.16.200.1 - - [2024/04/11:07:20:04 +0000] "POST /admin/panel HTTP/1.1" 200 8002 +203.0.113.200 - - [2024/04/11:05:35:54 +0000] "PUT /metrics HTTP/1.1" 404 514 +10.0.0.2 - - [2024/04/11:08:04:00 +0000] "POST /static/app.js HTTP/1.1" 200 812 +203.0.113.42 - - [2024/04/11:17:41:21 +0000] "PUT /api/v1/users HTTP/1.1" 200 8754 +10.0.0.7 - - [2024/04/11:04:32:59 +0000] "PUT /health HTTP/1.1" 500 8047 +172.16.4.8 - - [2024/04/11:19:54:58 +0000] "PUT /admin/panel HTTP/1.1" 200 4251 +203.0.113.200 - - [2024/04/11:08:06:14 +0000] "DELETE /metrics HTTP/1.1" 200 6048 +203.0.113.200 - - [2024/04/11:18:19:07 +0000] "GET /api/v1/orders HTTP/1.1" 301 192 +198.51.100.12 - - [2024/04/11:16:30:14 +0000] "PUT /api/v2/search HTTP/1.1" 200 8194 +192.168.1.100 - - [2024/04/11:13:09:52 +0000] "PUT /login HTTP/1.1" 200 8310 +172.16.4.9 - - [2024/04/11:16:25:08 +0000] "POST /api/v1/orders HTTP/1.1" 200 6038 +10.0.0.2 - - [2024/04/11:07:35:39 +0000] "DELETE /metrics HTTP/1.1" 500 8518 +192.168.1.5 - - [2024/04/11:09:40:43 +0000] "POST /admin/panel HTTP/1.1" 404 2177 +10.0.0.10 - - [2024/04/11:03:36:22 +0000] "DELETE /api/v1/orders HTTP/1.1" 404 7916 +10.0.0.10 - - [2024/04/11:00:45:51 +0000] "POST /api/v1/orders HTTP/1.1" 404 3191 +203.0.113.42 - - [2024/04/11:05:17:31 +0000] "PUT /admin/panel HTTP/1.1" 500 1295 +203.0.113.42 - - [2024/04/11:06:11:04 +0000] "PUT /api/v1/orders HTTP/1.1" 301 4797 +198.51.100.77 - - [2024/04/11:06:55:23 +0000] "GET /api/v2/search HTTP/1.1" 200 302 +198.51.100.12 - - [2024/04/11:03:33:17 +0000] "DELETE /api/v1/orders HTTP/1.1" 500 6346 + diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-west-2/worker-07.log b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-west-2/worker-07.log new file mode 100644 index 0000000000000000000000000000000000000000..4b414ea65a972f5bc386aeb7b36c7542a79af885 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/services/edge-access-logs/2024-04-11/us-west-2/worker-07.log @@ -0,0 +1,37 @@ +203.0.113.5 - - [2024/04/11:08:16:06 +0000] "GET /login HTTP/1.1" 500 3245 +192.168.1.23 - - [2024/04/11:19:06:06 +0000] "PUT /login HTTP/1.1" 200 5545 +10.0.0.10 - - [2024/04/11:17:58:15 +0000] "DELETE /login HTTP/1.1" 200 4989 +192.168.1.23 - - [2024/04/11:03:54:46 +0000] "POST /api/v1/users HTTP/1.1" 200 4217 +172.16.200.1 - - [2024/04/11:13:11:48 +0000] "GET /static/app.js HTTP/1.1" 301 5195 +10.0.0.7 - - [2024/04/11:12:44:48 +0000] "POST /admin/panel HTTP/1.1" 404 415 +10.0.0.2 - - [2024/04/11:10:15:42 +0000] "GET /static/app.js HTTP/1.1" 301 2947 +203.0.113.42 - - [2024/04/11:02:07:04 +0000] "GET /api/v1/orders HTTP/1.1" 500 6062 +192.168.1.23 - - [2024/04/11:23:30:58 +0000] "PUT /api/v1/users HTTP/1.1" 200 7021 +198.51.100.12 - - [2024/04/11:04:23:16 +0000] "POST /api/v2/search HTTP/1.1" 200 5750 +198.51.100.77 - - [2024/04/11:07:30:30 +0000] "DELETE /login HTTP/1.1" 200 455 +192.168.1.100 - - [2024/04/11:17:52:59 +0000] "GET /metrics HTTP/1.1" 301 1983 +172.16.4.8 - - [2024/04/11:18:30:12 +0000] "POST /static/app.js HTTP/1.1" 200 794 +10.0.0.2 - - [2024/04/11:15:26:21 +0000] "DELETE /health HTTP/1.1" 404 8745 +192.168.1.5 - - [2024/04/11:08:36:15 +0000] "POST /health HTTP/1.1" 301 5905 +10.0.0.7 - - [2024/04/11:00:37:02 +0000] "PUT /metrics HTTP/1.1" 404 7070 +10.0.0.2 - - [2024/04/11:17:17:05 +0000] "PUT /static/app.js HTTP/1.1" 200 1554 +10.0.0.7 - - [2024/04/11:02:06:42 +0000] "GET /admin/panel HTTP/1.1" 500 3118 +192.168.1.23 - - [2024/04/11:06:07:26 +0000] "PUT /metrics HTTP/1.1" 200 6398 +10.0.0.7 - - [2024/04/11:14:28:35 +0000] "GET /health HTTP/1.1" 200 5565 +10.0.0.11 - - [2024/04/11:09:43:44 +0000] "GET /api/v1/users HTTP/1.1" 404 540 +172.16.4.8 - - [2024/04/11:16:28:33 +0000] "GET /admin/panel HTTP/1.1" 200 3434 + +10.0.0.11 - - [2024/04/11:17:00:23 +0000] "POST /health HTTP/1.1" 200 210 +10.0.0.10 - - [2024/04/11:22:55:08 +0000] "GET /admin/panel HTTP/1.1" 200 6609 +203.0.113.42 - - [2024/04/11:14:54:54 +0000] "GET /metrics HTTP/1.1" 404 2978 +198.51.100.12 - - [2024/04/11:01:59:03 +0000] "PUT /health HTTP/1.1" 301 3750 + +192.168.1.100 - - [2024/04/11:03:18:01 +0000] "PUT /health HTTP/1.1" 200 6225 +198.51.100.77 - - [2024/04/11:17:24:15 +0000] "DELETE /admin/panel HTTP/1.1" 301 1519 +192.168.1.5 - - [2024/04/11:00:30:10 +0000] "POST /metrics HTTP/1.1" 200 7026 +10.0.0.7 - - [2024/04/11:19:42:50 +0000] "PUT /health HTTP/1.1" 200 4911 +198.51.100.12 - - [2024/04/11:16:51:29 +0000] "PUT /admin/panel HTTP/1.1" 200 3588 +10.0.0.7 - - [2024/04/11:02:33:07 +0000] "PUT /api/v1/orders HTTP/1.1" 301 6188 +192.168.1.100 - - [2024/04/11:08:49:53 +0000] "DELETE /metrics HTTP/1.1" 500 396 +10.0.0.2 - - [2024/04/11:22:44:44 +0000] "PUT /health HTTP/1.1" 301 305 +10.0.0.11 - - [2024/04/11:21:40:35 +0000] "GET /api/v1/users HTTP/1.1" 500 1392 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_13548a0e4f/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/auth-api.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/auth-api.env new file mode 100644 index 0000000000000000000000000000000000000000..f84ebcf42228185d2ba47f97221d2546947a8166 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/auth-api.env @@ -0,0 +1,6 @@ +DB_HOST=db.canary.internal +LOG_LEVEL=INFO +PORT=7676 +REGION=sa-east-1 +RETRY_COUNT=4 +SERVICE_NAME=auth-api diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/gateway-edge.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/gateway-edge.env new file mode 100644 index 0000000000000000000000000000000000000000..39105e54beacf376cefb0c044c39a62ccac1c7dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/gateway-edge.env @@ -0,0 +1,6 @@ +DB_HOST=db.canary.internal +LOG_LEVEL=DEBUG +PORT=8767 +REGION=us-east-1 +RETRY_COUNT=2 +SERVICE_NAME=gateway-edge diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/inventory-api.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..ba44ef889fbc1b03ba3c5274b7626b3f7eb00318 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/inventory-api.env @@ -0,0 +1,6 @@ +DB_HOST=db.canary.internal +LOG_LEVEL=WARN +PORT=8858 +REGION=us-west-2 +RETRY_COUNT=4 +SERVICE_NAME=inventory-api diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/payment-gateway.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/payment-gateway.env new file mode 100644 index 0000000000000000000000000000000000000000..0a71daf9aee2292ad52c981f468fd48cad824fa4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/canary/payment-gateway.env @@ -0,0 +1,6 @@ +DB_HOST=db.canary.internal +LOG_LEVEL=DEBUG +PORT=8107 +REGION=ap-southeast-2 +RETRY_COUNT=5 +SERVICE_NAME=payment-gateway diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/catalog-api.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/catalog-api.env new file mode 100644 index 0000000000000000000000000000000000000000..3db5105e2f2da63e270eda114ac058c0e2604f4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/catalog-api.env @@ -0,0 +1,6 @@ +DB_HOST=db.dev.internal +LOG_LEVEL=INFO +PORT=8111 +REGION=eu-central-1 +RETRY_COUNT=3 +SERVICE_NAME=catalog-api diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/notifier-bus.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..22e6e4db93be5b8e6f1430f7d098199016a92f97 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/notifier-bus.env @@ -0,0 +1,6 @@ +DB_HOST=db.dev.internal +LOG_LEVEL=DEBUG +PORT=7829 +REGION=eu-central-1 +RETRY_COUNT=3 +SERVICE_NAME=notifier-bus diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/orders-api.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/orders-api.env new file mode 100644 index 0000000000000000000000000000000000000000..73bdb182b33adc78c92f8379cf967814b8585fb7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/orders-api.env @@ -0,0 +1,6 @@ +DB_HOST=db.dev.internal +LOG_LEVEL=DEBUG +PORT=7985 +REGION=ap-southeast-2 +RETRY_COUNT=4 +SERVICE_NAME=orders-api diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/shipping-svc.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..c73113fb47b9bdb01e2eebb0d67635e56692a9b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/dev/shipping-svc.env @@ -0,0 +1,6 @@ +DB_HOST=db.dev.internal +LOG_LEVEL=DEBUG +PORT=8318 +REGION=ap-southeast-2 +RETRY_COUNT=4 +SERVICE_NAME=shipping-svc diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/email-worker.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..1c2be7a31a06a171991a55efe9f13bfa5710bbd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/email-worker.env @@ -0,0 +1,6 @@ +DB_HOST=db.prod.internal +LOG_LEVEL=INFO +PORT=8689 +REGION=eu-central-1 +RETRY_COUNT=4 +SERVICE_NAME=email-worker diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/gateway-edge.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/gateway-edge.env new file mode 100644 index 0000000000000000000000000000000000000000..d7a83e4d63de3a1826ae66b857464d1523c0cdf8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/gateway-edge.env @@ -0,0 +1,6 @@ +DB_HOST=db.prod.internal +LOG_LEVEL=DEBUG +PORT=7038 +REGION=us-east-1 +RETRY_COUNT=5 +SERVICE_NAME=gateway-edge diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/media-encoder.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/media-encoder.env new file mode 100644 index 0000000000000000000000000000000000000000..a060865f4a0570d80f2479b50501fd290e3ceef6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/media-encoder.env @@ -0,0 +1,6 @@ +DB_HOST=db.prod.internal +LOG_LEVEL=DEBUG +PORT=8071 +REGION=ap-southeast-2 +RETRY_COUNT=4 +SERVICE_NAME=media-encoder diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/users-api.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..1b0a7c0f35de46263bfb3585792e977162012ba0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/prod/users-api.env @@ -0,0 +1,6 @@ +DB_HOST=db.prod.internal +LOG_LEVEL=DEBUG +PORT=8434 +REGION=us-east-1 +RETRY_COUNT=5 +SERVICE_NAME=users-api diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/email-worker.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..7e6cb1edec78b3d4551face60743f25fddfb1bc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/email-worker.env @@ -0,0 +1,6 @@ +DB_HOST=db.staging.internal +LOG_LEVEL=WARN +PORT=7513 +REGION=eu-west-1 +RETRY_COUNT=2 +SERVICE_NAME=email-worker diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/notifier-bus.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..6485b35efc51f207f3027e28ed85d18c1706bf30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/notifier-bus.env @@ -0,0 +1,6 @@ +DB_HOST=db.staging.internal +LOG_LEVEL=DEBUG +PORT=8543 +REGION=us-east-1 +RETRY_COUNT=2 +SERVICE_NAME=notifier-bus diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/recommender-rt.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/recommender-rt.env new file mode 100644 index 0000000000000000000000000000000000000000..1ade517394b0a298018d5aed5aad21d669c4d44b --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/recommender-rt.env @@ -0,0 +1,6 @@ +DB_HOST=db.staging.internal +LOG_LEVEL=INFO +PORT=8043 +REGION=eu-west-1 +RETRY_COUNT=3 +SERVICE_NAME=recommender-rt diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/search-indexer.env b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..4110af71e50fbca8e88490724eb6aa37335e9313 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/envs-sort/staging/search-indexer.env @@ -0,0 +1,6 @@ +DB_HOST=db.staging.internal +LOG_LEVEL=DEBUG +PORT=8873 +REGION=us-west-2 +RETRY_COUNT=1 +SERVICE_NAME=search-indexer diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/auth-api.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/auth-api.env new file mode 100644 index 0000000000000000000000000000000000000000..5efd7773858c3247ef5955152b8e80adfe0c280b --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/auth-api.env @@ -0,0 +1,6 @@ +LOG_LEVEL=INFO +RETRY_COUNT=4 +DB_HOST=db.canary.internal +REGION=sa-east-1 +SERVICE_NAME=auth-api +PORT=7676 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/gateway-edge.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/gateway-edge.env new file mode 100644 index 0000000000000000000000000000000000000000..dc24a6f64617fda69e479cc12ab2c73e72976910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/gateway-edge.env @@ -0,0 +1,6 @@ +DB_HOST=db.canary.internal +REGION=us-east-1 +LOG_LEVEL=DEBUG +SERVICE_NAME=gateway-edge +RETRY_COUNT=2 +PORT=8767 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/inventory-api.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..c7929b630d6cc652127ac376eab8c20ae171560e --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/inventory-api.env @@ -0,0 +1,6 @@ +DB_HOST=db.canary.internal +SERVICE_NAME=inventory-api +RETRY_COUNT=4 +LOG_LEVEL=WARN +REGION=us-west-2 +PORT=8858 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/payment-gateway.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/payment-gateway.env new file mode 100644 index 0000000000000000000000000000000000000000..f509164b5d55cd9cfc515b045dce4cac01fc96dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/canary/payment-gateway.env @@ -0,0 +1,6 @@ +RETRY_COUNT=5 +SERVICE_NAME=payment-gateway +REGION=ap-southeast-2 +PORT=8107 +DB_HOST=db.canary.internal +LOG_LEVEL=DEBUG diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/catalog-api.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/catalog-api.env new file mode 100644 index 0000000000000000000000000000000000000000..46ea9f3cb3b475c02d30d7fcfd1817e063886f37 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/catalog-api.env @@ -0,0 +1,6 @@ +REGION=eu-central-1 +DB_HOST=db.dev.internal +SERVICE_NAME=catalog-api +LOG_LEVEL=INFO +RETRY_COUNT=3 +PORT=8111 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/notifier-bus.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..e6e2dafea36463150b1200cfcf1d80319a548539 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/notifier-bus.env @@ -0,0 +1,6 @@ +PORT=7829 +REGION=eu-central-1 +LOG_LEVEL=DEBUG +SERVICE_NAME=notifier-bus +RETRY_COUNT=3 +DB_HOST=db.dev.internal diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/orders-api.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/orders-api.env new file mode 100644 index 0000000000000000000000000000000000000000..d61ce76ca9b6c00ecfa30a9ed973b386f1de0f9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/orders-api.env @@ -0,0 +1,6 @@ +SERVICE_NAME=orders-api +LOG_LEVEL=DEBUG +PORT=7985 +RETRY_COUNT=4 +REGION=ap-southeast-2 +DB_HOST=db.dev.internal diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/shipping-svc.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..c60bec655510348314843a66683d7a17a4f5ca3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/dev/shipping-svc.env @@ -0,0 +1,6 @@ +REGION=ap-southeast-2 +RETRY_COUNT=4 +SERVICE_NAME=shipping-svc +DB_HOST=db.dev.internal +LOG_LEVEL=DEBUG +PORT=8318 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/email-worker.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..115fc0eeb328cb42dbb214f0b23e3014f5b5027f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/email-worker.env @@ -0,0 +1,6 @@ +REGION=eu-central-1 +RETRY_COUNT=4 +SERVICE_NAME=email-worker +PORT=8689 +DB_HOST=db.prod.internal +LOG_LEVEL=INFO diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/gateway-edge.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/gateway-edge.env new file mode 100644 index 0000000000000000000000000000000000000000..8df8c335ce0beaea9bf4c17da813ccadf3dded63 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/gateway-edge.env @@ -0,0 +1,6 @@ +RETRY_COUNT=5 +PORT=7038 +DB_HOST=db.prod.internal +REGION=us-east-1 +LOG_LEVEL=DEBUG +SERVICE_NAME=gateway-edge diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/media-encoder.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/media-encoder.env new file mode 100644 index 0000000000000000000000000000000000000000..5e2f95e6d45bbd06d6fdcda28734b40cdf888fe2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/media-encoder.env @@ -0,0 +1,6 @@ +RETRY_COUNT=4 +REGION=ap-southeast-2 +PORT=8071 +LOG_LEVEL=DEBUG +SERVICE_NAME=media-encoder +DB_HOST=db.prod.internal diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/users-api.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..08f85e26a417de00342b71abab150119af6397ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/prod/users-api.env @@ -0,0 +1,6 @@ +REGION=us-east-1 +PORT=8434 +LOG_LEVEL=DEBUG +DB_HOST=db.prod.internal +RETRY_COUNT=5 +SERVICE_NAME=users-api diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/email-worker.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..29f43f24dfd7bbb28ce5c544304bf6634f828955 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/email-worker.env @@ -0,0 +1,6 @@ +SERVICE_NAME=email-worker +PORT=7513 +RETRY_COUNT=2 +LOG_LEVEL=WARN +DB_HOST=db.staging.internal +REGION=eu-west-1 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/notifier-bus.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..257a0a74c73d000c5703a4d41f424b5200fd40c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/notifier-bus.env @@ -0,0 +1,6 @@ +PORT=8543 +RETRY_COUNT=2 +SERVICE_NAME=notifier-bus +LOG_LEVEL=DEBUG +DB_HOST=db.staging.internal +REGION=us-east-1 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/recommender-rt.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/recommender-rt.env new file mode 100644 index 0000000000000000000000000000000000000000..d9304feddb4b87cd175bc040b2811670dafa0bd8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/recommender-rt.env @@ -0,0 +1,6 @@ +RETRY_COUNT=3 +LOG_LEVEL=INFO +DB_HOST=db.staging.internal +PORT=8043 +SERVICE_NAME=recommender-rt +REGION=eu-west-1 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/search-indexer.env b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..90b0dcef7c2afeb639e8533238c5e25c00c47898 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/envs-sort/staging/search-indexer.env @@ -0,0 +1,6 @@ +DB_HOST=db.staging.internal +REGION=us-west-2 +PORT=8873 +RETRY_COUNT=1 +SERVICE_NAME=search-indexer +LOG_LEVEL=DEBUG diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_17595b748f/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_179acd2793/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-000-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-000-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..d0891f50d02305e856af3c787167a220acb1b5bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-000-deny.rule @@ -0,0 +1,6 @@ +id: egress-000 +action: LOG +src: 10.10.0.0/16 +dst: 192.168.0.0/16 +proto: udp +dport: 17493 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-001-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-001-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..4a429cb5328065aeec4a571891793aceb912ef51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-001-deny.rule @@ -0,0 +1,6 @@ +id: egress-001 +action: LOG +src: 172.16.0.0/12 +dst: 10.10.1.0/24 +proto: udp +dport: 24449 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-002-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-002-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..67699ca69ff50763326fed334e247241b5fc2ce1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-002-deny.rule @@ -0,0 +1,6 @@ +id: egress-002 +action: ACCEPT +src: 10.10.0.0/16 +dst: 198.51.100.0/24 +proto: tcp +dport: 3828 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-003-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-003-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..809e0fcbef15d46742c8d2fc4d5046ed3a8be693 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-003-allow.rule @@ -0,0 +1,6 @@ +id: egress-003 +action: LOG +src: 10.0.0.0/8 +dst: 203.0.113.0/24 +proto: icmp +dport: 14181 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-004-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-004-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..735c0a6afac95cd7ff7edd7739f11dc6bb53bdf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-004-deny.rule @@ -0,0 +1,6 @@ +id: egress-004 +action: LOG +src: 10.10.1.0/24 +dst: 192.168.0.0/16 +proto: icmp +dport: 27621 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-005-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-005-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..f27a5eb9c3959fdf8c35768b52dbc2e051ea0a14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/egress/rule-005-deny.rule @@ -0,0 +1,6 @@ +id: egress-005 +action: REJECT +src: 203.0.113.0/24 +dst: 203.0.113.0/24 +proto: tcp +dport: 36371 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-000-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-000-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..a27f16c5ad672b442d1e8d840680efe52a75aa4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-000-allow.rule @@ -0,0 +1,6 @@ +id: forward-000 +action: LOG +src: 10.0.0.0/8 +dst: 10.10.1.0/24 +proto: udp +dport: 65204 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-001-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-001-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..52862f4806041332a2f757d5e78dd12000fad16e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-001-deny.rule @@ -0,0 +1,6 @@ +id: forward-001 +action: ACCEPT +src: 192.168.20.0/24 +dst: 10.0.0.0/8 +proto: tcp +dport: 56818 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-002-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-002-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..fa4e187d8c412a41bab547187b00cd45efb28555 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-002-deny.rule @@ -0,0 +1,6 @@ +id: forward-002 +action: REJECT +src: 10.0.0.0/8 +dst: 198.51.100.0/24 +proto: icmp +dport: 61539 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-003-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-003-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..02e42c8fff2ed8a102ba3195a445decff45043ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-003-allow.rule @@ -0,0 +1,6 @@ +id: forward-003 +action: REJECT +src: 172.16.0.0/12 +dst: 203.0.113.0/24 +proto: udp +dport: 27405 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-004-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-004-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..a7ac05d1b4d374b472c9d4fb689175fbd35485fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-004-log.rule @@ -0,0 +1,6 @@ +id: forward-004 +action: REJECT +src: 192.168.10.0/24 +dst: 203.0.113.0/24 +proto: udp +dport: 22089 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-005-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-005-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..217eac63bc06a50b78a774e32ef98319d505b934 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/forward/rule-005-deny.rule @@ -0,0 +1,6 @@ +id: forward-005 +action: ACCEPT +src: 10.10.0.0/16 +dst: 172.16.0.0/12 +proto: icmp +dport: 19752 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-000-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-000-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..27b92eb4b7711387403f92f85054f3f8b6b5d646 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-000-log.rule @@ -0,0 +1,6 @@ +id: input-000 +action: LOG +src: 10.0.0.0/8 +dst: 10.10.0.0/16 +proto: icmp +dport: 8663 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-001-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-001-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..1223e0d458d09a4251b4008234c7704e626d414a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-001-deny.rule @@ -0,0 +1,6 @@ +id: input-001 +action: REJECT +src: 172.16.0.0/12 +dst: 172.20.0.0/16 +proto: udp +dport: 57814 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-002-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-002-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..b0a6100d4ba10ef058f0295f949b736ed7615300 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-002-log.rule @@ -0,0 +1,6 @@ +id: input-002 +action: REJECT +src: 198.51.100.0/24 +dst: 10.10.0.0/16 +proto: udp +dport: 4188 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-003-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-003-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..45ba73c225ae16ad79deda545d37c4332ce31522 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-003-deny.rule @@ -0,0 +1,6 @@ +id: input-003 +action: LOG +src: 192.168.20.0/24 +dst: 10.0.0.0/8 +proto: icmp +dport: 53037 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-004-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-004-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..8ad095bd70b0464ad1049aaaa5bae11e0d4be04a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-004-log.rule @@ -0,0 +1,6 @@ +id: input-004 +action: ACCEPT +src: 192.168.10.0/24 +dst: 192.168.20.0/24 +proto: tcp +dport: 44805 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-005-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-005-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..c4fc29b8dad9cd8cb96a665f626182b525b85e8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/input/rule-005-log.rule @@ -0,0 +1,6 @@ +id: input-005 +action: LOG +src: 10.10.1.0/24 +dst: 192.168.20.0/24 +proto: icmp +dport: 5188 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-000-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-000-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..4a63d869bb69c247fa3b6b85c22042ec9badd43d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-000-log.rule @@ -0,0 +1,6 @@ +id: output-000 +action: REJECT +src: 198.51.100.0/24 +dst: 172.16.0.0/12 +proto: icmp +dport: 26557 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-001-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-001-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..cec8f0fa869eb5bab7409d142bdf5c95fce7f98d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-001-log.rule @@ -0,0 +1,6 @@ +id: output-001 +action: LOG +src: 192.168.0.0/16 +dst: 192.168.10.0/24 +proto: tcp +dport: 27691 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-002-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-002-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..a98b8c16eb6c0a969f5f636fa8fd3c20a42dcece --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-002-log.rule @@ -0,0 +1,6 @@ +id: output-002 +action: ACCEPT +src: 192.168.10.0/24 +dst: 172.16.0.0/12 +proto: udp +dport: 48653 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-003-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-003-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..0f5a11a24bc6341c03d24ec71664ee8f307125e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-003-log.rule @@ -0,0 +1,6 @@ +id: output-003 +action: ACCEPT +src: 10.0.0.0/8 +dst: 192.168.10.0/24 +proto: udp +dport: 18778 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-004-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-004-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..3b145015a8ee53791803cb5152146bd53a5e63b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-004-allow.rule @@ -0,0 +1,6 @@ +id: output-004 +action: LOG +src: 192.168.20.0/24 +dst: 192.168.10.0/24 +proto: tcp +dport: 62891 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-005-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-005-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..456d0c80af4a3f6f95e2f591b010ab596e4ecaf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/firewall/rules/output/rule-005-log.rule @@ -0,0 +1,6 @@ +id: output-005 +action: LOG +src: 10.0.0.0/8 +dst: 192.168.10.0/24 +proto: udp +dport: 6973 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-000-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-000-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..d0891f50d02305e856af3c787167a220acb1b5bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-000-deny.rule @@ -0,0 +1,6 @@ +id: egress-000 +action: LOG +src: 10.10.0.0/16 +dst: 192.168.0.0/16 +proto: udp +dport: 17493 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-001-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-001-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..4a429cb5328065aeec4a571891793aceb912ef51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-001-deny.rule @@ -0,0 +1,6 @@ +id: egress-001 +action: LOG +src: 172.16.0.0/12 +dst: 10.10.1.0/24 +proto: udp +dport: 24449 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-002-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-002-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..67699ca69ff50763326fed334e247241b5fc2ce1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-002-deny.rule @@ -0,0 +1,6 @@ +id: egress-002 +action: ACCEPT +src: 10.10.0.0/16 +dst: 198.51.100.0/24 +proto: tcp +dport: 3828 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-003-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-003-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..809e0fcbef15d46742c8d2fc4d5046ed3a8be693 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-003-allow.rule @@ -0,0 +1,6 @@ +id: egress-003 +action: LOG +src: 10.0.0.0/8 +dst: 203.0.113.0/24 +proto: icmp +dport: 14181 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-004-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-004-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..735c0a6afac95cd7ff7edd7739f11dc6bb53bdf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-004-deny.rule @@ -0,0 +1,6 @@ +id: egress-004 +action: LOG +src: 10.10.1.0/24 +dst: 192.168.0.0/16 +proto: icmp +dport: 27621 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-005-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-005-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..f27a5eb9c3959fdf8c35768b52dbc2e051ea0a14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/egress/rule-005-deny.rule @@ -0,0 +1,6 @@ +id: egress-005 +action: REJECT +src: 203.0.113.0/24 +dst: 203.0.113.0/24 +proto: tcp +dport: 36371 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-000-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-000-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..a27f16c5ad672b442d1e8d840680efe52a75aa4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-000-allow.rule @@ -0,0 +1,6 @@ +id: forward-000 +action: LOG +src: 10.0.0.0/8 +dst: 10.10.1.0/24 +proto: udp +dport: 65204 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-001-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-001-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..52862f4806041332a2f757d5e78dd12000fad16e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-001-deny.rule @@ -0,0 +1,6 @@ +id: forward-001 +action: ACCEPT +src: 192.168.20.0/24 +dst: 10.0.0.0/8 +proto: tcp +dport: 56818 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-002-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-002-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..fa4e187d8c412a41bab547187b00cd45efb28555 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-002-deny.rule @@ -0,0 +1,6 @@ +id: forward-002 +action: REJECT +src: 10.0.0.0/8 +dst: 198.51.100.0/24 +proto: icmp +dport: 61539 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-003-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-003-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..02e42c8fff2ed8a102ba3195a445decff45043ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-003-allow.rule @@ -0,0 +1,6 @@ +id: forward-003 +action: REJECT +src: 172.16.0.0/12 +dst: 203.0.113.0/24 +proto: udp +dport: 27405 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-004-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-004-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..a7ac05d1b4d374b472c9d4fb689175fbd35485fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-004-log.rule @@ -0,0 +1,6 @@ +id: forward-004 +action: REJECT +src: 192.168.10.0/24 +dst: 203.0.113.0/24 +proto: udp +dport: 22089 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-005-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-005-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..217eac63bc06a50b78a774e32ef98319d505b934 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/forward/rule-005-deny.rule @@ -0,0 +1,6 @@ +id: forward-005 +action: ACCEPT +src: 10.10.0.0/16 +dst: 172.16.0.0/12 +proto: icmp +dport: 19752 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-000-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-000-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..27b92eb4b7711387403f92f85054f3f8b6b5d646 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-000-log.rule @@ -0,0 +1,6 @@ +id: input-000 +action: LOG +src: 10.0.0.0/8 +dst: 10.10.0.0/16 +proto: icmp +dport: 8663 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-001-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-001-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..1223e0d458d09a4251b4008234c7704e626d414a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-001-deny.rule @@ -0,0 +1,6 @@ +id: input-001 +action: REJECT +src: 172.16.0.0/12 +dst: 172.20.0.0/16 +proto: udp +dport: 57814 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-002-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-002-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..b0a6100d4ba10ef058f0295f949b736ed7615300 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-002-log.rule @@ -0,0 +1,6 @@ +id: input-002 +action: REJECT +src: 198.51.100.0/24 +dst: 10.10.0.0/16 +proto: udp +dport: 4188 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-003-deny.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-003-deny.rule new file mode 100644 index 0000000000000000000000000000000000000000..45ba73c225ae16ad79deda545d37c4332ce31522 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-003-deny.rule @@ -0,0 +1,6 @@ +id: input-003 +action: LOG +src: 192.168.20.0/24 +dst: 10.0.0.0/8 +proto: icmp +dport: 53037 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-004-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-004-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..8ad095bd70b0464ad1049aaaa5bae11e0d4be04a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-004-log.rule @@ -0,0 +1,6 @@ +id: input-004 +action: ACCEPT +src: 192.168.10.0/24 +dst: 192.168.20.0/24 +proto: tcp +dport: 44805 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-005-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-005-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..c4fc29b8dad9cd8cb96a665f626182b525b85e8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/input/rule-005-log.rule @@ -0,0 +1,6 @@ +id: input-005 +action: LOG +src: 10.10.1.0/24 +dst: 192.168.20.0/24 +proto: icmp +dport: 5188 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-000-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-000-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..4a63d869bb69c247fa3b6b85c22042ec9badd43d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-000-log.rule @@ -0,0 +1,6 @@ +id: output-000 +action: REJECT +src: 198.51.100.0/24 +dst: 172.16.0.0/12 +proto: icmp +dport: 26557 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-001-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-001-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..cec8f0fa869eb5bab7409d142bdf5c95fce7f98d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-001-log.rule @@ -0,0 +1,6 @@ +id: output-001 +action: LOG +src: 192.168.0.0/16 +dst: 192.168.10.0/24 +proto: tcp +dport: 27691 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-002-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-002-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..a98b8c16eb6c0a969f5f636fa8fd3c20a42dcece --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-002-log.rule @@ -0,0 +1,6 @@ +id: output-002 +action: ACCEPT +src: 192.168.10.0/24 +dst: 172.16.0.0/12 +proto: udp +dport: 48653 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-003-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-003-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..0f5a11a24bc6341c03d24ec71664ee8f307125e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-003-log.rule @@ -0,0 +1,6 @@ +id: output-003 +action: ACCEPT +src: 10.0.0.0/8 +dst: 192.168.10.0/24 +proto: udp +dport: 18778 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-004-allow.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-004-allow.rule new file mode 100644 index 0000000000000000000000000000000000000000..3b145015a8ee53791803cb5152146bd53a5e63b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-004-allow.rule @@ -0,0 +1,6 @@ +id: output-004 +action: LOG +src: 192.168.20.0/24 +dst: 192.168.10.0/24 +proto: tcp +dport: 62891 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-005-log.rule b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-005-log.rule new file mode 100644 index 0000000000000000000000000000000000000000..456d0c80af4a3f6f95e2f591b010ab596e4ecaf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/firewall/rules/output/rule-005-log.rule @@ -0,0 +1,6 @@ +id: output-005 +action: LOG +src: 10.0.0.0/8 +dst: 192.168.10.0/24 +proto: udp +dport: 6973 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1ae6b7ccd6/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0001__backfill-table-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0001__backfill-table-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..11ef33e0edf31045ed3f0eb6c4180a869b71538a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0001__backfill-table-view.sql @@ -0,0 +1,11 @@ +-- migration V0001__backfill-table-view +-- generated 2024-09-02 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO sessions (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0002__backfill-table-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0002__backfill-table-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..5e9c09b06996a1ff07ad918073e6ef1700247bff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0002__backfill-table-index.sql @@ -0,0 +1,12 @@ +-- migration V0002__backfill-table-index +-- generated 2024-07-27 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO products (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0003__constraint-backfill-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0003__constraint-backfill-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..95f24f4768bb0c892eb82abbc733cd64875382d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0003__constraint-backfill-rename.sql @@ -0,0 +1,12 @@ +-- migration V0003__constraint-backfill-rename +-- generated 2024-10-24 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0004__rename-trigger-add.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0004__rename-trigger-add.sql new file mode 100644 index 0000000000000000000000000000000000000000..2a835eb61fa7d10aaa67b1f10ad983951e5efdbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0004__rename-trigger-add.sql @@ -0,0 +1,16 @@ +-- migration V0004__rename-trigger-add +-- generated 2024-12-01 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO shipments (id, created_at) VALUES (6, now()); +INSERT INTO orders (id, created_at) VALUES (7, now()); +INSERT INTO users (id, created_at) VALUES (8, now()); +INSERT INTO sessions (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0005__table-constraint-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0005__table-constraint-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..4b844118b8a86dddfdec306e511bfecec9b201f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q1/V0005__table-constraint-trigger.sql @@ -0,0 +1,10 @@ +-- migration V0005__table-constraint-trigger +-- generated 2024-01-26 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0006__backfill-constraint-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0006__backfill-constraint-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..8dc4c1c7c3bd321d8ecefd65dfb6db09cf883a46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0006__backfill-constraint-column.sql @@ -0,0 +1,14 @@ +-- migration V0006__backfill-constraint-column +-- generated 2024-04-20 +BEGIN; + +INSERT INTO shipments (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO events (id, created_at) VALUES (6, now()); +INSERT INTO orders (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0007__constraint-drop-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0007__constraint-drop-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..92759973e9cffc1a4f707e407765356ecbe803aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0007__constraint-drop-view.sql @@ -0,0 +1,10 @@ +-- migration V0007__constraint-drop-view +-- generated 2024-10-08 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0008__constraint-rename-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0008__constraint-rename-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..7eaa5ce058a23bba1ac39d1b7a080a1960e16637 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0008__constraint-rename-index.sql @@ -0,0 +1,14 @@ +-- migration V0008__constraint-rename-index +-- generated 2024-10-05 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0009__column-drop-add.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0009__column-drop-add.sql new file mode 100644 index 0000000000000000000000000000000000000000..08783336467e50b80171caeb1a2796f023f73347 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0009__column-drop-add.sql @@ -0,0 +1,10 @@ +-- migration V0009__column-drop-add +-- generated 2024-02-27 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0010__table-drop-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0010__table-drop-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..6b17726d1190d847ad06a31736fcb64628973242 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q2/V0010__table-drop-view.sql @@ -0,0 +1,10 @@ +-- migration V0010__table-drop-view +-- generated 2024-03-21 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0011__rename-drop-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0011__rename-drop-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..3e2149e99ffb551c66060166c6decf22c3a39f7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0011__rename-drop-trigger.sql @@ -0,0 +1,16 @@ +-- migration V0011__rename-drop-trigger +-- generated 2024-02-16 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO products (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO orders (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0012__add-rename-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0012__add-rename-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..9e3bcd3d2b7c8f77a9b2509e579a5f83931051b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0012__add-rename-column.sql @@ -0,0 +1,18 @@ +-- migration V0012__add-rename-column +-- generated 2024-04-22 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO sessions (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO sessions (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +INSERT INTO users (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +INSERT INTO events (id, created_at) VALUES (10, now()); +INSERT INTO events (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0013__table-drop-add.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0013__table-drop-add.sql new file mode 100644 index 0000000000000000000000000000000000000000..83aca3fd088512bd27a86afdb4b68dcccf201f04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0013__table-drop-add.sql @@ -0,0 +1,15 @@ +-- migration V0013__table-drop-add +-- generated 2024-03-19 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +INSERT INTO products (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0014__trigger-drop-constraint.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0014__trigger-drop-constraint.sql new file mode 100644 index 0000000000000000000000000000000000000000..46acec4a8bebb2d10ff40bf1fd15b24cfdf7decb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q3/V0014__trigger-drop-constraint.sql @@ -0,0 +1,10 @@ +-- migration V0014__trigger-drop-constraint +-- generated 2024-08-16 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0015__constraint-view-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0015__constraint-view-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..2b85b775ab059bdc1e8427f9352d549fa6796984 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0015__constraint-view-trigger.sql @@ -0,0 +1,10 @@ +-- migration V0015__constraint-view-trigger +-- generated 2024-01-10 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO events (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0016__backfill-constraint-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0016__backfill-constraint-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..df8556902ebc41c03a573a460edf448a0ac21144 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0016__backfill-constraint-view.sql @@ -0,0 +1,11 @@ +-- migration V0016__backfill-constraint-view +-- generated 2024-02-24 +BEGIN; + +INSERT INTO shipments (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0017__add-backfill-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0017__add-backfill-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..799f12f589cfb6b1f0a62836e4f538ce688d4a5e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0017__add-backfill-index.sql @@ -0,0 +1,10 @@ +-- migration V0017__add-backfill-index +-- generated 2024-12-10 +BEGIN; + +INSERT INTO audit_log (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0018__add-constraint-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0018__add-constraint-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..df901c5325f00a25abe434d364b7c2cc86b1fa08 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2023-q4/V0018__add-constraint-column.sql @@ -0,0 +1,16 @@ +-- migration V0018__add-constraint-column +-- generated 2024-12-09 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO orders (id, created_at) VALUES (5, now()); +INSERT INTO sessions (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +INSERT INTO users (id, created_at) VALUES (8, now()); +INSERT INTO sessions (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0019__trigger-constraint-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0019__trigger-constraint-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..0bb31e7a8e1348f771bf1c45d23b5168f7528b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0019__trigger-constraint-column.sql @@ -0,0 +1,16 @@ +-- migration V0019__trigger-constraint-column +-- generated 2024-11-11 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO invoices (id, created_at) VALUES (3, now()); +INSERT INTO users (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO orders (id, created_at) VALUES (7, now()); +INSERT INTO invoices (id, created_at) VALUES (8, now()); +INSERT INTO sessions (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0020__drop-trigger-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0020__drop-trigger-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..7c66b88ffc17823e8a6cadb6e0b7bc7f2adafa3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0020__drop-trigger-rename.sql @@ -0,0 +1,14 @@ +-- migration V0020__drop-trigger-rename +-- generated 2024-01-01 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0021__constraint-rename-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0021__constraint-rename-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..eac1d7a1c63666b1a23bfa4762cb9b7191c48130 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0021__constraint-rename-index.sql @@ -0,0 +1,11 @@ +-- migration V0021__constraint-rename-index +-- generated 2024-12-12 +BEGIN; + +INSERT INTO orders (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0022__view-index-backfill.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0022__view-index-backfill.sql new file mode 100644 index 0000000000000000000000000000000000000000..17c31665317f6a0848dd4a096b4345a8790a692e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0022__view-index-backfill.sql @@ -0,0 +1,11 @@ +-- migration V0022__view-index-backfill +-- generated 2024-10-07 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0023__add-rename-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0023__add-rename-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..4c0798ef08244ce2b6ab139a5cfdaf1c2745f481 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q1/V0023__add-rename-trigger.sql @@ -0,0 +1,18 @@ +-- migration V0023__add-rename-trigger +-- generated 2024-02-07 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO shipments (id, created_at) VALUES (7, now()); +INSERT INTO orders (id, created_at) VALUES (8, now()); +INSERT INTO orders (id, created_at) VALUES (9, now()); +INSERT INTO invoices (id, created_at) VALUES (10, now()); +INSERT INTO shipments (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0024__table-constraint-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0024__table-constraint-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..580f7fa39f0303b9dc9a6b626673c8d46b171c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0024__table-constraint-rename.sql @@ -0,0 +1,13 @@ +-- migration V0024__table-constraint-rename +-- generated 2024-01-25 +BEGIN; + +INSERT INTO orders (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +INSERT INTO products (id, created_at) VALUES (6, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0025__index-rename-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0025__index-rename-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..4dccf0b7075ccc74170e7a64cab9ded5a7505c03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0025__index-rename-column.sql @@ -0,0 +1,16 @@ +-- migration V0025__index-rename-column +-- generated 2024-07-07 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO shipments (id, created_at) VALUES (7, now()); +INSERT INTO sessions (id, created_at) VALUES (8, now()); +INSERT INTO products (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0026__rename-column-backfill.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0026__rename-column-backfill.sql new file mode 100644 index 0000000000000000000000000000000000000000..b5bf33121c43ee6a88745a70f262ea73622d2afb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0026__rename-column-backfill.sql @@ -0,0 +1,14 @@ +-- migration V0026__rename-column-backfill +-- generated 2024-01-07 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0027__add-index-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0027__add-index-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..ae74c40727af127afdf8f78c5bca590fb847e8a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q2/V0027__add-index-trigger.sql @@ -0,0 +1,15 @@ +-- migration V0027__add-index-trigger +-- generated 2024-01-11 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO events (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +INSERT INTO shipments (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +INSERT INTO shipments (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0028__rename-backfill-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0028__rename-backfill-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..8b66d1e23de9e61198d1118fd50ccb6139a202d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0028__rename-backfill-view.sql @@ -0,0 +1,18 @@ +-- migration V0028__rename-backfill-view +-- generated 2024-03-11 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO invoices (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +INSERT INTO audit_log (id, created_at) VALUES (8, now()); +INSERT INTO products (id, created_at) VALUES (9, now()); +INSERT INTO orders (id, created_at) VALUES (10, now()); +INSERT INTO sessions (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0029__rename-index-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0029__rename-index-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..ca9c3312f5b77110ecbda790a111136ea3069771 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0029__rename-index-trigger.sql @@ -0,0 +1,17 @@ +-- migration V0029__rename-index-trigger +-- generated 2024-05-11 +BEGIN; + +INSERT INTO audit_log (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO products (id, created_at) VALUES (7, now()); +INSERT INTO audit_log (id, created_at) VALUES (8, now()); +INSERT INTO orders (id, created_at) VALUES (9, now()); +INSERT INTO invoices (id, created_at) VALUES (10, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0030__add-view-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0030__add-view-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..e9414c736c940009f6133d9b2c024623eba0ecf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0030__add-view-column.sql @@ -0,0 +1,14 @@ +-- migration V0030__add-view-column +-- generated 2024-05-20 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO invoices (id, created_at) VALUES (3, now()); +INSERT INTO audit_log (id, created_at) VALUES (4, now()); +INSERT INTO orders (id, created_at) VALUES (5, now()); +INSERT INTO shipments (id, created_at) VALUES (6, now()); +INSERT INTO audit_log (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0031__add-index-constraint.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0031__add-index-constraint.sql new file mode 100644 index 0000000000000000000000000000000000000000..29584b091b8e21b44197b7ca56fc7a8bf78f812e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0031__add-index-constraint.sql @@ -0,0 +1,17 @@ +-- migration V0031__add-index-constraint +-- generated 2024-02-11 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO sessions (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO products (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO invoices (id, created_at) VALUES (8, now()); +INSERT INTO products (id, created_at) VALUES (9, now()); +INSERT INTO events (id, created_at) VALUES (10, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0032__add-backfill-constraint.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0032__add-backfill-constraint.sql new file mode 100644 index 0000000000000000000000000000000000000000..f9f87b4258386903ebda0b050e0a1ecbd4db95c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0032__add-backfill-constraint.sql @@ -0,0 +1,15 @@ +-- migration V0032__add-backfill-constraint +-- generated 2024-09-07 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO events (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO events (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0033__backfill-table-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0033__backfill-table-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..e5aa00deb2c15b085f5b142a37d7e1f976749d44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q3/V0033__backfill-table-rename.sql @@ -0,0 +1,18 @@ +-- migration V0033__backfill-table-rename +-- generated 2024-03-21 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +INSERT INTO sessions (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +INSERT INTO audit_log (id, created_at) VALUES (10, now()); +INSERT INTO invoices (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0034__add-column-drop.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0034__add-column-drop.sql new file mode 100644 index 0000000000000000000000000000000000000000..be3cbf118c06460bb4d9ebed2f81174bb250defb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0034__add-column-drop.sql @@ -0,0 +1,12 @@ +-- migration V0034__add-column-drop +-- generated 2024-02-04 +BEGIN; + +INSERT INTO shipments (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0035__index-table-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0035__index-table-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..2d830f0ed4687f15fc9ed97ee289f401246c3097 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0035__index-table-trigger.sql @@ -0,0 +1,18 @@ +-- migration V0035__index-table-trigger +-- generated 2024-03-22 +BEGIN; + +INSERT INTO orders (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO products (id, created_at) VALUES (7, now()); +INSERT INTO events (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +INSERT INTO shipments (id, created_at) VALUES (10, now()); +INSERT INTO sessions (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0036__drop-add-backfill.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0036__drop-add-backfill.sql new file mode 100644 index 0000000000000000000000000000000000000000..88924983a0563c718e0ce07595489a620033ff42 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0036__drop-add-backfill.sql @@ -0,0 +1,12 @@ +-- migration V0036__drop-add-backfill +-- generated 2024-11-26 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0037__drop-backfill-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0037__drop-backfill-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..e8e51ae33e30f180919b5e0ead2c86c53036a58c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/migrations/2024-q4/V0037__drop-backfill-rename.sql @@ -0,0 +1,15 @@ +-- migration V0037__drop-backfill-rename +-- generated 2024-05-14 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO sessions (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO invoices (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0001__backfill-table-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0001__backfill-table-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..11ef33e0edf31045ed3f0eb6c4180a869b71538a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0001__backfill-table-view.sql @@ -0,0 +1,11 @@ +-- migration V0001__backfill-table-view +-- generated 2024-09-02 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO sessions (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0002__backfill-table-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0002__backfill-table-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..5e9c09b06996a1ff07ad918073e6ef1700247bff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0002__backfill-table-index.sql @@ -0,0 +1,12 @@ +-- migration V0002__backfill-table-index +-- generated 2024-07-27 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO products (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0003__constraint-backfill-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0003__constraint-backfill-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..95f24f4768bb0c892eb82abbc733cd64875382d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0003__constraint-backfill-rename.sql @@ -0,0 +1,12 @@ +-- migration V0003__constraint-backfill-rename +-- generated 2024-10-24 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0004__rename-trigger-add.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0004__rename-trigger-add.sql new file mode 100644 index 0000000000000000000000000000000000000000..2a835eb61fa7d10aaa67b1f10ad983951e5efdbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0004__rename-trigger-add.sql @@ -0,0 +1,16 @@ +-- migration V0004__rename-trigger-add +-- generated 2024-12-01 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO shipments (id, created_at) VALUES (6, now()); +INSERT INTO orders (id, created_at) VALUES (7, now()); +INSERT INTO users (id, created_at) VALUES (8, now()); +INSERT INTO sessions (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0005__table-constraint-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0005__table-constraint-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..4b844118b8a86dddfdec306e511bfecec9b201f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q1/V0005__table-constraint-trigger.sql @@ -0,0 +1,10 @@ +-- migration V0005__table-constraint-trigger +-- generated 2024-01-26 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0006__backfill-constraint-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0006__backfill-constraint-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..8dc4c1c7c3bd321d8ecefd65dfb6db09cf883a46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0006__backfill-constraint-column.sql @@ -0,0 +1,14 @@ +-- migration V0006__backfill-constraint-column +-- generated 2024-04-20 +BEGIN; + +INSERT INTO shipments (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO events (id, created_at) VALUES (6, now()); +INSERT INTO orders (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0007__constraint-drop-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0007__constraint-drop-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..92759973e9cffc1a4f707e407765356ecbe803aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0007__constraint-drop-view.sql @@ -0,0 +1,10 @@ +-- migration V0007__constraint-drop-view +-- generated 2024-10-08 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0008__constraint-rename-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0008__constraint-rename-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..7eaa5ce058a23bba1ac39d1b7a080a1960e16637 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0008__constraint-rename-index.sql @@ -0,0 +1,14 @@ +-- migration V0008__constraint-rename-index +-- generated 2024-10-05 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO shipments (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0009__column-drop-add.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0009__column-drop-add.sql new file mode 100644 index 0000000000000000000000000000000000000000..08783336467e50b80171caeb1a2796f023f73347 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0009__column-drop-add.sql @@ -0,0 +1,10 @@ +-- migration V0009__column-drop-add +-- generated 2024-02-27 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0010__table-drop-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0010__table-drop-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..6b17726d1190d847ad06a31736fcb64628973242 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q2/V0010__table-drop-view.sql @@ -0,0 +1,10 @@ +-- migration V0010__table-drop-view +-- generated 2024-03-21 +BEGIN; + +INSERT INTO invoices (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0011__rename-drop-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0011__rename-drop-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..3e2149e99ffb551c66060166c6decf22c3a39f7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0011__rename-drop-trigger.sql @@ -0,0 +1,16 @@ +-- migration V0011__rename-drop-trigger +-- generated 2024-02-16 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO products (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO orders (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0012__add-rename-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0012__add-rename-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..9e3bcd3d2b7c8f77a9b2509e579a5f83931051b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0012__add-rename-column.sql @@ -0,0 +1,18 @@ +-- migration V0012__add-rename-column +-- generated 2024-04-22 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO sessions (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO sessions (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +INSERT INTO users (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +INSERT INTO events (id, created_at) VALUES (10, now()); +INSERT INTO events (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0013__table-drop-add.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0013__table-drop-add.sql new file mode 100644 index 0000000000000000000000000000000000000000..83aca3fd088512bd27a86afdb4b68dcccf201f04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0013__table-drop-add.sql @@ -0,0 +1,15 @@ +-- migration V0013__table-drop-add +-- generated 2024-03-19 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +INSERT INTO products (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0014__trigger-drop-constraint.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0014__trigger-drop-constraint.sql new file mode 100644 index 0000000000000000000000000000000000000000..46acec4a8bebb2d10ff40bf1fd15b24cfdf7decb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q3/V0014__trigger-drop-constraint.sql @@ -0,0 +1,10 @@ +-- migration V0014__trigger-drop-constraint +-- generated 2024-08-16 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0015__constraint-view-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0015__constraint-view-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..2b85b775ab059bdc1e8427f9352d549fa6796984 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0015__constraint-view-trigger.sql @@ -0,0 +1,10 @@ +-- migration V0015__constraint-view-trigger +-- generated 2024-01-10 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO events (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0016__backfill-constraint-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0016__backfill-constraint-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..df8556902ebc41c03a573a460edf448a0ac21144 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0016__backfill-constraint-view.sql @@ -0,0 +1,11 @@ +-- migration V0016__backfill-constraint-view +-- generated 2024-02-24 +BEGIN; + +INSERT INTO shipments (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0017__add-backfill-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0017__add-backfill-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..799f12f589cfb6b1f0a62836e4f538ce688d4a5e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0017__add-backfill-index.sql @@ -0,0 +1,10 @@ +-- migration V0017__add-backfill-index +-- generated 2024-12-10 +BEGIN; + +INSERT INTO audit_log (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0018__add-constraint-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0018__add-constraint-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..df901c5325f00a25abe434d364b7c2cc86b1fa08 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2023-q4/V0018__add-constraint-column.sql @@ -0,0 +1,16 @@ +-- migration V0018__add-constraint-column +-- generated 2024-12-09 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO orders (id, created_at) VALUES (5, now()); +INSERT INTO sessions (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +INSERT INTO users (id, created_at) VALUES (8, now()); +INSERT INTO sessions (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0019__trigger-constraint-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0019__trigger-constraint-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..0bb31e7a8e1348f771bf1c45d23b5168f7528b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0019__trigger-constraint-column.sql @@ -0,0 +1,16 @@ +-- migration V0019__trigger-constraint-column +-- generated 2024-11-11 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO invoices (id, created_at) VALUES (3, now()); +INSERT INTO users (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO orders (id, created_at) VALUES (7, now()); +INSERT INTO invoices (id, created_at) VALUES (8, now()); +INSERT INTO sessions (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0020__drop-trigger-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0020__drop-trigger-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..7c66b88ffc17823e8a6cadb6e0b7bc7f2adafa3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0020__drop-trigger-rename.sql @@ -0,0 +1,14 @@ +-- migration V0020__drop-trigger-rename +-- generated 2024-01-01 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0021__constraint-rename-index.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0021__constraint-rename-index.sql new file mode 100644 index 0000000000000000000000000000000000000000..eac1d7a1c63666b1a23bfa4762cb9b7191c48130 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0021__constraint-rename-index.sql @@ -0,0 +1,11 @@ +-- migration V0021__constraint-rename-index +-- generated 2024-12-12 +BEGIN; + +INSERT INTO orders (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0022__view-index-backfill.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0022__view-index-backfill.sql new file mode 100644 index 0000000000000000000000000000000000000000..17c31665317f6a0848dd4a096b4345a8790a692e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0022__view-index-backfill.sql @@ -0,0 +1,11 @@ +-- migration V0022__view-index-backfill +-- generated 2024-10-07 +BEGIN; + +INSERT INTO users (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0023__add-rename-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0023__add-rename-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..4c0798ef08244ce2b6ab139a5cfdaf1c2745f481 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q1/V0023__add-rename-trigger.sql @@ -0,0 +1,18 @@ +-- migration V0023__add-rename-trigger +-- generated 2024-02-07 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO shipments (id, created_at) VALUES (7, now()); +INSERT INTO orders (id, created_at) VALUES (8, now()); +INSERT INTO orders (id, created_at) VALUES (9, now()); +INSERT INTO invoices (id, created_at) VALUES (10, now()); +INSERT INTO shipments (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0024__table-constraint-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0024__table-constraint-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..580f7fa39f0303b9dc9a6b626673c8d46b171c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0024__table-constraint-rename.sql @@ -0,0 +1,13 @@ +-- migration V0024__table-constraint-rename +-- generated 2024-01-25 +BEGIN; + +INSERT INTO orders (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +INSERT INTO products (id, created_at) VALUES (6, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0025__index-rename-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0025__index-rename-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..4dccf0b7075ccc74170e7a64cab9ded5a7505c03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0025__index-rename-column.sql @@ -0,0 +1,16 @@ +-- migration V0025__index-rename-column +-- generated 2024-07-07 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO users (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO shipments (id, created_at) VALUES (7, now()); +INSERT INTO sessions (id, created_at) VALUES (8, now()); +INSERT INTO products (id, created_at) VALUES (9, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0026__rename-column-backfill.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0026__rename-column-backfill.sql new file mode 100644 index 0000000000000000000000000000000000000000..b5bf33121c43ee6a88745a70f262ea73622d2afb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0026__rename-column-backfill.sql @@ -0,0 +1,14 @@ +-- migration V0026__rename-column-backfill +-- generated 2024-01-07 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0027__add-index-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0027__add-index-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..ae74c40727af127afdf8f78c5bca590fb847e8a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q2/V0027__add-index-trigger.sql @@ -0,0 +1,15 @@ +-- migration V0027__add-index-trigger +-- generated 2024-01-11 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO invoices (id, created_at) VALUES (2, now()); +INSERT INTO events (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +INSERT INTO shipments (id, created_at) VALUES (6, now()); +INSERT INTO sessions (id, created_at) VALUES (7, now()); +INSERT INTO shipments (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0028__rename-backfill-view.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0028__rename-backfill-view.sql new file mode 100644 index 0000000000000000000000000000000000000000..8b66d1e23de9e61198d1118fd50ccb6139a202d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0028__rename-backfill-view.sql @@ -0,0 +1,18 @@ +-- migration V0028__rename-backfill-view +-- generated 2024-03-11 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO audit_log (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO events (id, created_at) VALUES (4, now()); +INSERT INTO invoices (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +INSERT INTO audit_log (id, created_at) VALUES (8, now()); +INSERT INTO products (id, created_at) VALUES (9, now()); +INSERT INTO orders (id, created_at) VALUES (10, now()); +INSERT INTO sessions (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0029__rename-index-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0029__rename-index-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..ca9c3312f5b77110ecbda790a111136ea3069771 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0029__rename-index-trigger.sql @@ -0,0 +1,17 @@ +-- migration V0029__rename-index-trigger +-- generated 2024-05-11 +BEGIN; + +INSERT INTO audit_log (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO users (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO products (id, created_at) VALUES (7, now()); +INSERT INTO audit_log (id, created_at) VALUES (8, now()); +INSERT INTO orders (id, created_at) VALUES (9, now()); +INSERT INTO invoices (id, created_at) VALUES (10, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0030__add-view-column.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0030__add-view-column.sql new file mode 100644 index 0000000000000000000000000000000000000000..e9414c736c940009f6133d9b2c024623eba0ecf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0030__add-view-column.sql @@ -0,0 +1,14 @@ +-- migration V0030__add-view-column +-- generated 2024-05-20 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO invoices (id, created_at) VALUES (3, now()); +INSERT INTO audit_log (id, created_at) VALUES (4, now()); +INSERT INTO orders (id, created_at) VALUES (5, now()); +INSERT INTO shipments (id, created_at) VALUES (6, now()); +INSERT INTO audit_log (id, created_at) VALUES (7, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0031__add-index-constraint.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0031__add-index-constraint.sql new file mode 100644 index 0000000000000000000000000000000000000000..29584b091b8e21b44197b7ca56fc7a8bf78f812e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0031__add-index-constraint.sql @@ -0,0 +1,17 @@ +-- migration V0031__add-index-constraint +-- generated 2024-02-11 +BEGIN; + +INSERT INTO events (id, created_at) VALUES (1, now()); +INSERT INTO orders (id, created_at) VALUES (2, now()); +INSERT INTO sessions (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +INSERT INTO products (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO invoices (id, created_at) VALUES (8, now()); +INSERT INTO products (id, created_at) VALUES (9, now()); +INSERT INTO events (id, created_at) VALUES (10, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0032__add-backfill-constraint.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0032__add-backfill-constraint.sql new file mode 100644 index 0000000000000000000000000000000000000000..f9f87b4258386903ebda0b050e0a1ecbd4db95c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0032__add-backfill-constraint.sql @@ -0,0 +1,15 @@ +-- migration V0032__add-backfill-constraint +-- generated 2024-09-07 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO events (id, created_at) VALUES (3, now()); +INSERT INTO shipments (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +INSERT INTO invoices (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO events (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0033__backfill-table-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0033__backfill-table-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..e5aa00deb2c15b085f5b142a37d7e1f976749d44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q3/V0033__backfill-table-rename.sql @@ -0,0 +1,18 @@ +-- migration V0033__backfill-table-rename +-- generated 2024-03-21 +BEGIN; + +INSERT INTO sessions (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO events (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO invoices (id, created_at) VALUES (7, now()); +INSERT INTO sessions (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +INSERT INTO audit_log (id, created_at) VALUES (10, now()); +INSERT INTO invoices (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0034__add-column-drop.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0034__add-column-drop.sql new file mode 100644 index 0000000000000000000000000000000000000000..be3cbf118c06460bb4d9ebed2f81174bb250defb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0034__add-column-drop.sql @@ -0,0 +1,12 @@ +-- migration V0034__add-column-drop +-- generated 2024-02-04 +BEGIN; + +INSERT INTO shipments (id, created_at) VALUES (1, now()); +INSERT INTO users (id, created_at) VALUES (2, now()); +INSERT INTO orders (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0035__index-table-trigger.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0035__index-table-trigger.sql new file mode 100644 index 0000000000000000000000000000000000000000..2d830f0ed4687f15fc9ed97ee289f401246c3097 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0035__index-table-trigger.sql @@ -0,0 +1,18 @@ +-- migration V0035__index-table-trigger +-- generated 2024-03-22 +BEGIN; + +INSERT INTO orders (id, created_at) VALUES (1, now()); +INSERT INTO products (id, created_at) VALUES (2, now()); +INSERT INTO shipments (id, created_at) VALUES (3, now()); +INSERT INTO sessions (id, created_at) VALUES (4, now()); +INSERT INTO products (id, created_at) VALUES (5, now()); +INSERT INTO audit_log (id, created_at) VALUES (6, now()); +INSERT INTO products (id, created_at) VALUES (7, now()); +INSERT INTO events (id, created_at) VALUES (8, now()); +INSERT INTO audit_log (id, created_at) VALUES (9, now()); +INSERT INTO shipments (id, created_at) VALUES (10, now()); +INSERT INTO sessions (id, created_at) VALUES (11, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0036__drop-add-backfill.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0036__drop-add-backfill.sql new file mode 100644 index 0000000000000000000000000000000000000000..88924983a0563c718e0ce07595489a620033ff42 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0036__drop-add-backfill.sql @@ -0,0 +1,12 @@ +-- migration V0036__drop-add-backfill +-- generated 2024-11-26 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO events (id, created_at) VALUES (2, now()); +INSERT INTO audit_log (id, created_at) VALUES (3, now()); +INSERT INTO orders (id, created_at) VALUES (4, now()); +INSERT INTO sessions (id, created_at) VALUES (5, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0037__drop-backfill-rename.sql b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0037__drop-backfill-rename.sql new file mode 100644 index 0000000000000000000000000000000000000000..e8e51ae33e30f180919b5e0ead2c86c53036a58c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/migrations/2024-q4/V0037__drop-backfill-rename.sql @@ -0,0 +1,15 @@ +-- migration V0037__drop-backfill-rename +-- generated 2024-05-14 +BEGIN; + +INSERT INTO products (id, created_at) VALUES (1, now()); +INSERT INTO sessions (id, created_at) VALUES (2, now()); +INSERT INTO products (id, created_at) VALUES (3, now()); +INSERT INTO invoices (id, created_at) VALUES (4, now()); +INSERT INTO audit_log (id, created_at) VALUES (5, now()); +INSERT INTO orders (id, created_at) VALUES (6, now()); +INSERT INTO users (id, created_at) VALUES (7, now()); +INSERT INTO invoices (id, created_at) VALUES (8, now()); +UPDATE users SET active=true WHERE id=1; + INSERT INTO skipme (x) VALUES (1); -- leading space, skip +COMMIT; diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b107db0b2/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/build/imports.txt b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/build/imports.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9f8e5559e2acd47154dca495453ebf9231a0662 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/build/imports.txt @@ -0,0 +1,11 @@ +import re +import os +import json +from typing import List, Dict +import math +import collections +import logging +import itertools +import sys +import functools +import pathlib diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..acebfd0172be73d77632fe8e9a5b1dd9f13ec018 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/events.py @@ -0,0 +1,7 @@ +import re +import os +import json +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..a0fec3ff5bf8b9679ab492c309f1f1d1da7fe7ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/models.py @@ -0,0 +1,7 @@ +import json +import os +import math +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..90a6b79731622e47cf1ad6e906db110c450bb1a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/api/service.py @@ -0,0 +1,7 @@ +import collections +import os +import logging +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..a956934c63372c4a3fd23dbf0c509e6f8a2ff528 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/events.py @@ -0,0 +1,7 @@ +import itertools +import json +import collections +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..af31ddff7651eb28a4e0b57eeed92a790508d78c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/models.py @@ -0,0 +1,7 @@ +import sys +import functools +import logging +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..2b8e5bb89afcda8fe142152046f954f23fa8baae --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/domain/service.py @@ -0,0 +1,7 @@ +import sys +import functools +import itertools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..64d81336ec566879e6a646f6eeb3d8f98272655c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/events.py @@ -0,0 +1,7 @@ +import pathlib +import sys +import math +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..8988808c69ea9f09889f254d5e41d91bdc66ec15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/models.py @@ -0,0 +1,7 @@ +import sys +import math +import functools +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..aa5897f252d6519f3a62a8cfad2890fe3b853c01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/billing/tasks/service.py @@ -0,0 +1,7 @@ +import json +import pathlib +import sys +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..caa973526dfda184560574dc292cff1e54f5c7e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/events.py @@ -0,0 +1,7 @@ +import os +import logging +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..2ddcbf72cff345e339edce66ecf1efeb6b4fd7f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/models.py @@ -0,0 +1,7 @@ +import functools +import math +import re +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..56bee460ee789a6ef21a7ddff79c80e0a302216c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/api/service.py @@ -0,0 +1,7 @@ +import os +import pathlib +import logging +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..066bbdcfbed49f376f08af0bf491e28cb94716e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/events.py @@ -0,0 +1,7 @@ +import logging +import pathlib +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..87c8073f901948ee860d8258d7e57d25190ea8b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/models.py @@ -0,0 +1,7 @@ +import functools +import collections +import json +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..19cfcb4ee24d68d9b3df3047559424f5f0aab9be --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/domain/service.py @@ -0,0 +1,7 @@ +import re +import math +import itertools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..246f5c3ea168c3bdd484e322f3735c72f64df2d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/events.py @@ -0,0 +1,7 @@ +import collections +import json +import pathlib +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..bede4aa9102884d2c84a2a3a45217dc8934e7f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/models.py @@ -0,0 +1,7 @@ +import pathlib +import collections +import json +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b038fe81beb1f0e039e5ca67840b1631b962f8a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/catalog/tasks/service.py @@ -0,0 +1,7 @@ +import sys +import functools +import json +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..707a61a8adb9d1649705939a93eaf7686c6a67b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/events.py @@ -0,0 +1,7 @@ +import logging +import sys +import functools +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..95d13468133535c3f65a0289737d3043fe034b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/models.py @@ -0,0 +1,7 @@ +import sys +import os +import re +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..77a53783fe234500de4ffaf6673c1e1f95e55605 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/api/service.py @@ -0,0 +1,7 @@ +import functools +import json +import itertools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..2ae011c6c6bca842c36c9749a1823e2dd0747e58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/events.py @@ -0,0 +1,7 @@ +import functools +import collections +import itertools +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..275dcf0cdc57890e6645169887a47b95c623cad0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/models.py @@ -0,0 +1,7 @@ +import math +import logging +import collections +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..a8d9a1504c418f431f2b3caded04003277240a0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/domain/service.py @@ -0,0 +1,7 @@ +import os +import pathlib +import json +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..a37a5f88a5267e9548c27ee83a294397b02a7ff0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/events.py @@ -0,0 +1,7 @@ +import math +import functools +import json +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..e2df405423ad1dd1d7c8a553cb1e58d2a0fa8e84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/models.py @@ -0,0 +1,7 @@ +import os +import functools +import collections +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..3d61df03c83c98586140da0eab31c24337fc9264 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/checkout/tasks/service.py @@ -0,0 +1,7 @@ +import os +import collections +import logging +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..98f5444cd9c762ba210759a247ff4f804f7ee2ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/events.py @@ -0,0 +1,7 @@ +import collections +import sys +import itertools +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..d3975bc24ed54e04bd88ef618ba27b9010020f7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/models.py @@ -0,0 +1,7 @@ +import json +import re +import itertools +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..7e3b71d6fa7cf8ee607c4a77e8fe2567223302a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/api/service.py @@ -0,0 +1,7 @@ +import sys +import os +import json +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..98153e0b8ddecb91450bcbec713dc653c97056c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/events.py @@ -0,0 +1,7 @@ +import pathlib +import functools +import collections +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..51d627a8f1bab2210468a48730da744a97daaccc --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/models.py @@ -0,0 +1,7 @@ +import pathlib +import logging +import os +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..614e5f2ea233b1f7b171a535424b08c44e01e791 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/domain/service.py @@ -0,0 +1,7 @@ +import os +import logging +import functools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..6f54fd2970288c0f4276334cbd58406eb70c63cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/events.py @@ -0,0 +1,7 @@ +import collections +import sys +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..0f9e3d89e4c643d5970549ff149a9a668bff3305 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/models.py @@ -0,0 +1,7 @@ +import functools +import itertools +import logging +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..f9baf3f49a9f4bd86a2b71a38df98c441e076865 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/inventory/tasks/service.py @@ -0,0 +1,7 @@ +import json +import functools +import sys +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..7658307cca572e350f2dd2d2939681babcc8fe8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/events.py @@ -0,0 +1,7 @@ +import pathlib +import collections +import logging +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..5e261b37a86578f4937af44c26832292ec654cc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/models.py @@ -0,0 +1,7 @@ +import sys +import pathlib +import itertools +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..f0ae01e2f66ff3223771d0f645571808bac179a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/api/service.py @@ -0,0 +1,7 @@ +import math +import functools +import collections +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..eead92dbf4fa3415d9c9e68df0dc20d710c53e77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/events.py @@ -0,0 +1,7 @@ +import sys +import logging +import os +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..0943b96dc68db382338b147227445f394963aee8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/models.py @@ -0,0 +1,7 @@ +import itertools +import json +import collections +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..7e812e4bbfd2210d12b41d76184ff94d276e1185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/domain/service.py @@ -0,0 +1,7 @@ +import re +import os +import collections +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..f971c706df997bd29cf6287b1567abb6f61aa77b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/events.py @@ -0,0 +1,7 @@ +import json +import collections +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..75baab4a05d17a19e1f114297a19e1a6041c16ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/models.py @@ -0,0 +1,7 @@ +import collections +import itertools +import os +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..426f2e02fd9c96211dc2fc7ceaf261331dd519f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/service/src/orders/tasks/service.py @@ -0,0 +1,7 @@ +import os +import pathlib +import re +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..acebfd0172be73d77632fe8e9a5b1dd9f13ec018 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/events.py @@ -0,0 +1,7 @@ +import re +import os +import json +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..a0fec3ff5bf8b9679ab492c309f1f1d1da7fe7ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/models.py @@ -0,0 +1,7 @@ +import json +import os +import math +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..90a6b79731622e47cf1ad6e906db110c450bb1a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/api/service.py @@ -0,0 +1,7 @@ +import collections +import os +import logging +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..a956934c63372c4a3fd23dbf0c509e6f8a2ff528 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/events.py @@ -0,0 +1,7 @@ +import itertools +import json +import collections +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..af31ddff7651eb28a4e0b57eeed92a790508d78c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/models.py @@ -0,0 +1,7 @@ +import sys +import functools +import logging +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..2b8e5bb89afcda8fe142152046f954f23fa8baae --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/domain/service.py @@ -0,0 +1,7 @@ +import sys +import functools +import itertools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..64d81336ec566879e6a646f6eeb3d8f98272655c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/events.py @@ -0,0 +1,7 @@ +import pathlib +import sys +import math +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..8988808c69ea9f09889f254d5e41d91bdc66ec15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/models.py @@ -0,0 +1,7 @@ +import sys +import math +import functools +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..aa5897f252d6519f3a62a8cfad2890fe3b853c01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/billing/tasks/service.py @@ -0,0 +1,7 @@ +import json +import pathlib +import sys +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..caa973526dfda184560574dc292cff1e54f5c7e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/events.py @@ -0,0 +1,7 @@ +import os +import logging +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..2ddcbf72cff345e339edce66ecf1efeb6b4fd7f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/models.py @@ -0,0 +1,7 @@ +import functools +import math +import re +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..56bee460ee789a6ef21a7ddff79c80e0a302216c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/api/service.py @@ -0,0 +1,7 @@ +import os +import pathlib +import logging +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..066bbdcfbed49f376f08af0bf491e28cb94716e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/events.py @@ -0,0 +1,7 @@ +import logging +import pathlib +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..87c8073f901948ee860d8258d7e57d25190ea8b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/models.py @@ -0,0 +1,7 @@ +import functools +import collections +import json +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..19cfcb4ee24d68d9b3df3047559424f5f0aab9be --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/domain/service.py @@ -0,0 +1,7 @@ +import re +import math +import itertools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..246f5c3ea168c3bdd484e322f3735c72f64df2d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/events.py @@ -0,0 +1,7 @@ +import collections +import json +import pathlib +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..bede4aa9102884d2c84a2a3a45217dc8934e7f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/models.py @@ -0,0 +1,7 @@ +import pathlib +import collections +import json +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..b038fe81beb1f0e039e5ca67840b1631b962f8a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/catalog/tasks/service.py @@ -0,0 +1,7 @@ +import sys +import functools +import json +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..707a61a8adb9d1649705939a93eaf7686c6a67b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/events.py @@ -0,0 +1,7 @@ +import logging +import sys +import functools +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..95d13468133535c3f65a0289737d3043fe034b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/models.py @@ -0,0 +1,7 @@ +import sys +import os +import re +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..77a53783fe234500de4ffaf6673c1e1f95e55605 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/api/service.py @@ -0,0 +1,7 @@ +import functools +import json +import itertools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..2ae011c6c6bca842c36c9749a1823e2dd0747e58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/events.py @@ -0,0 +1,7 @@ +import functools +import collections +import itertools +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..275dcf0cdc57890e6645169887a47b95c623cad0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/models.py @@ -0,0 +1,7 @@ +import math +import logging +import collections +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..a8d9a1504c418f431f2b3caded04003277240a0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/domain/service.py @@ -0,0 +1,7 @@ +import os +import pathlib +import json +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..a37a5f88a5267e9548c27ee83a294397b02a7ff0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/events.py @@ -0,0 +1,7 @@ +import math +import functools +import json +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..e2df405423ad1dd1d7c8a553cb1e58d2a0fa8e84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/models.py @@ -0,0 +1,7 @@ +import os +import functools +import collections +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..3d61df03c83c98586140da0eab31c24337fc9264 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/checkout/tasks/service.py @@ -0,0 +1,7 @@ +import os +import collections +import logging +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..98f5444cd9c762ba210759a247ff4f804f7ee2ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/events.py @@ -0,0 +1,7 @@ +import collections +import sys +import itertools +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..d3975bc24ed54e04bd88ef618ba27b9010020f7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/models.py @@ -0,0 +1,7 @@ +import json +import re +import itertools +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..7e3b71d6fa7cf8ee607c4a77e8fe2567223302a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/api/service.py @@ -0,0 +1,7 @@ +import sys +import os +import json +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..98153e0b8ddecb91450bcbec713dc653c97056c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/events.py @@ -0,0 +1,7 @@ +import pathlib +import functools +import collections +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..51d627a8f1bab2210468a48730da744a97daaccc --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/models.py @@ -0,0 +1,7 @@ +import pathlib +import logging +import os +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..614e5f2ea233b1f7b171a535424b08c44e01e791 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/domain/service.py @@ -0,0 +1,7 @@ +import os +import logging +import functools +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..6f54fd2970288c0f4276334cbd58406eb70c63cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/events.py @@ -0,0 +1,7 @@ +import collections +import sys +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..0f9e3d89e4c643d5970549ff149a9a668bff3305 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/models.py @@ -0,0 +1,7 @@ +import functools +import itertools +import logging +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..f9baf3f49a9f4bd86a2b71a38df98c441e076865 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/inventory/tasks/service.py @@ -0,0 +1,7 @@ +import json +import functools +import sys +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/events.py new file mode 100644 index 0000000000000000000000000000000000000000..7658307cca572e350f2dd2d2939681babcc8fe8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/events.py @@ -0,0 +1,7 @@ +import pathlib +import collections +import logging +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..5e261b37a86578f4937af44c26832292ec654cc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/models.py @@ -0,0 +1,7 @@ +import sys +import pathlib +import itertools +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/service.py new file mode 100644 index 0000000000000000000000000000000000000000..f0ae01e2f66ff3223771d0f645571808bac179a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/api/service.py @@ -0,0 +1,7 @@ +import math +import functools +import collections +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..eead92dbf4fa3415d9c9e68df0dc20d710c53e77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/events.py @@ -0,0 +1,7 @@ +import sys +import logging +import os +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/models.py new file mode 100644 index 0000000000000000000000000000000000000000..0943b96dc68db382338b147227445f394963aee8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/models.py @@ -0,0 +1,7 @@ +import itertools +import json +import collections +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..7e812e4bbfd2210d12b41d76184ff94d276e1185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/domain/service.py @@ -0,0 +1,7 @@ +import re +import os +import collections +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/events.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..f971c706df997bd29cf6287b1567abb6f61aa77b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/events.py @@ -0,0 +1,7 @@ +import json +import collections +import re +from typing import List, Dict + +def handle_events(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/models.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..75baab4a05d17a19e1f114297a19e1a6041c16ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/models.py @@ -0,0 +1,7 @@ +import collections +import itertools +import os +from typing import List, Dict + +def handle_models(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/service.py b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..426f2e02fd9c96211dc2fc7ceaf261331dd519f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/service/src/orders/tasks/service.py @@ -0,0 +1,7 @@ +import os +import pathlib +import re +from typing import List, Dict + +def handle_service(): + pass diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1b87c10574/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-000.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-000.json new file mode 100644 index 0000000000000000000000000000000000000000..49662797ab8e04524577823aba91e6f66c3da936 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-000.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-000", + "pages": 335, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-001.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-001.json new file mode 100644 index 0000000000000000000000000000000000000000..5ba537b2abe674302f8057be483cccda9db9a4f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-001.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-001", + "pages": 241, + "year": 1950 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-002.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-002.json new file mode 100644 index 0000000000000000000000000000000000000000..b2fc39de53b65bb603d60bda7f862e5e07ddacad --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-002.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-002", + "pages": 642, + "year": 1994 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-003.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-003.json new file mode 100644 index 0000000000000000000000000000000000000000..d16ad4c8f73fade348e7d6d63930bf9372b21cf5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-003.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-003", + "pages": 779, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-004.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-004.json new file mode 100644 index 0000000000000000000000000000000000000000..e2fd1e2ff56278fd11fbf00c38b685a21ab8a9dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-004.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-004", + "pages": 277, + "year": 2015 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-005.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-005.json new file mode 100644 index 0000000000000000000000000000000000000000..e65462f2a246c698b7df89dd619c7d46d6274e3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-005.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-005", + "pages": 400, + "year": 1995 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-006.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-006.json new file mode 100644 index 0000000000000000000000000000000000000000..e4089fe41ed52c1b951a384b489a9c3ae8e6824f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-006.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-006", + "pages": 560, + "year": 1989 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-007.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-007.json new file mode 100644 index 0000000000000000000000000000000000000000..28d832d67967f04ae237b7e1b4558e784e05037e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-007.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-007", + "pages": 323, + "year": 1995 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-008.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-008.json new file mode 100644 index 0000000000000000000000000000000000000000..272b807c7a9138de502385a3ac796bc1bcfd15e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-008.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-008", + "pages": 432, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-009.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-009.json new file mode 100644 index 0000000000000000000000000000000000000000..135c5a2aa42a3dd89432c6d48c30fca7ce1f84d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-009.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-009", + "pages": 701, + "year": 1957 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-010.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-010.json new file mode 100644 index 0000000000000000000000000000000000000000..0a6547f8ac07987734c3b4941798fba97d5db870 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-010.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-010", + "pages": 371, + "year": 1995 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-011.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-011.json new file mode 100644 index 0000000000000000000000000000000000000000..d741f354549b0a1784bffd4f91a8caf5953a0e0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-011.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-011", + "pages": 700, + "year": 2015 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-012.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-012.json new file mode 100644 index 0000000000000000000000000000000000000000..5494a4b9b86365759c77e6df7dee74c36e8010d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-012.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-012", + "pages": 797, + "year": 1977 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-013.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-013.json new file mode 100644 index 0000000000000000000000000000000000000000..8f6bf90ddb23b7f32c6d0ef71dedd2d669ff2a86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-013.json @@ -0,0 +1,6 @@ +{ + "author": "Barbara Liskov", + "title": "book-013", + "pages": 830, + "year": 2021 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-014.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-014.json new file mode 100644 index 0000000000000000000000000000000000000000..1fc31cde5df1817201e235bab0631bae21271e84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-014.json @@ -0,0 +1,6 @@ +{ + "author": "Barbara Liskov", + "title": "book-014", + "pages": 360, + "year": 2003 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-015.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-015.json new file mode 100644 index 0000000000000000000000000000000000000000..c308af406ea343746a51cdee4212859bee7231b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-015.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-015", + "pages": 497, + "year": 2007 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-016.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-016.json new file mode 100644 index 0000000000000000000000000000000000000000..62e02eaa927c7f1aedc1834c1a6a79e32c528e1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-016.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-016", + "pages": 449, + "year": 1964 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-017.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-017.json new file mode 100644 index 0000000000000000000000000000000000000000..04479ce6031ee4d9faaaa4f53ddc6ac46c105316 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-017.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-017", + "pages": 522, + "year": 1951 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-018.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-018.json new file mode 100644 index 0000000000000000000000000000000000000000..82e0066541b9820951b70a1476ab1edeae0cff0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-018.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-018", + "pages": 616, + "year": 1976 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-019.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-019.json new file mode 100644 index 0000000000000000000000000000000000000000..09a80c9260bc5c8ca2b69785d2e794f14776b9ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-019.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-019", + "pages": 841, + "year": 1953 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-020.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-020.json new file mode 100644 index 0000000000000000000000000000000000000000..99c54c09d3e128ab35a1f87d601b1fbbc334d9b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-020.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-020", + "pages": 767, + "year": 1980 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-021.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-021.json new file mode 100644 index 0000000000000000000000000000000000000000..c87eb10a5a2d49b68af092393a5404ed83412969 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-021.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-021", + "pages": 458, + "year": 2021 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-022.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-022.json new file mode 100644 index 0000000000000000000000000000000000000000..61adc16b99c5d93fcf54b62c9b1a4f4c846a62f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-022.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-022", + "pages": 277, + "year": 1987 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-023.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-023.json new file mode 100644 index 0000000000000000000000000000000000000000..64007da45a3ad800103c880a3319b2abe538af00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-023.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-023", + "pages": 598, + "year": 1952 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-024.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-024.json new file mode 100644 index 0000000000000000000000000000000000000000..ac2013ffd6f1dd6e3d06f93eb64835e16e7b60b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-024.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-024", + "pages": 604, + "year": 1981 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-025.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-025.json new file mode 100644 index 0000000000000000000000000000000000000000..bd57d2eb7d0662633a0f7bb3e04b0ee2a24f1baf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-025.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-025", + "pages": 900, + "year": 2013 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-026.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-026.json new file mode 100644 index 0000000000000000000000000000000000000000..bad01edbf3a7051ca60a8543a59096ec5d202908 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-026.json @@ -0,0 +1,6 @@ +{ + "author": "Ken Thompson", + "title": "book-026", + "pages": 418, + "year": 1972 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-027.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-027.json new file mode 100644 index 0000000000000000000000000000000000000000..cdf77657e083ba5544ed339c66e94caae4750b89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-027.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-027", + "pages": 208, + "year": 1997 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-028.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-028.json new file mode 100644 index 0000000000000000000000000000000000000000..5bfed4c8b23dc5a8cd0ca2c38cf2db3ed1fdfa7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-028.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-028", + "pages": 692, + "year": 1984 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-029.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-029.json new file mode 100644 index 0000000000000000000000000000000000000000..4698969c31217fcaf327cda859692100f323a329 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-029.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-029", + "pages": 200, + "year": 1989 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-030.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-030.json new file mode 100644 index 0000000000000000000000000000000000000000..890e7864dccc08c67ebbcfd03dea9f63052e3ce1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-030.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-030", + "pages": 262, + "year": 2023 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-031.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-031.json new file mode 100644 index 0000000000000000000000000000000000000000..ce80181b1572b5aa2287c8ae08e3175414268358 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-031.json @@ -0,0 +1,6 @@ +{ + "author": "Alan Turing", + "title": "book-031", + "pages": 108, + "year": 1960 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-032.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-032.json new file mode 100644 index 0000000000000000000000000000000000000000..a050a7d357ac1590266acdab1218a4a0139dd255 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-032.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-032", + "pages": 500, + "year": 2013 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-033.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-033.json new file mode 100644 index 0000000000000000000000000000000000000000..64845b2fcb958ed139ddeddea6b88f64539b597f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-033.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-033", + "pages": 198, + "year": 1968 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-034.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-034.json new file mode 100644 index 0000000000000000000000000000000000000000..9366bbe9e30f6e2300a9599e24b1027948ae8c8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-034.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-034", + "pages": 387, + "year": 2020 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-035.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-035.json new file mode 100644 index 0000000000000000000000000000000000000000..0372eb647d61b167ba4ac74a8fb65669981a0e2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-035.json @@ -0,0 +1,6 @@ +{ + "author": "Ken Thompson", + "title": "book-035", + "pages": 486, + "year": 1952 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-036.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-036.json new file mode 100644 index 0000000000000000000000000000000000000000..4034acb5b6d174be0e671b5758177cf271003b1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-036.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-036", + "pages": 736, + "year": 1983 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-037.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-037.json new file mode 100644 index 0000000000000000000000000000000000000000..3a323adf1054a803d4f444b669d0e06ea3434929 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-037.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-037", + "pages": 556, + "year": 2020 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-038.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-038.json new file mode 100644 index 0000000000000000000000000000000000000000..9fe9ccd5a14020a6efd3f754b8ec289c4134de3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-038.json @@ -0,0 +1,6 @@ +{ + "author": "Alan Turing", + "title": "book-038", + "pages": 507, + "year": 1973 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-039.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-039.json new file mode 100644 index 0000000000000000000000000000000000000000..9e300f3e16a0b97598191ef5764362e7ef818d21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-039.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-039", + "pages": 460, + "year": 2017 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-040.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-040.json new file mode 100644 index 0000000000000000000000000000000000000000..086135217adb9b94c91228a02f823bf523f86b73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-040.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-040", + "pages": 99, + "year": 1970 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-041.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-041.json new file mode 100644 index 0000000000000000000000000000000000000000..445531c9d76dd54d471812656334d689458be61e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-041.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-041", + "pages": 721, + "year": 1990 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-042.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-042.json new file mode 100644 index 0000000000000000000000000000000000000000..474ade15848aace37bbc115fc5a805cc9e623363 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-042.json @@ -0,0 +1,6 @@ +{ + "author": "Ken Thompson", + "title": "book-042", + "pages": 859, + "year": 2016 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-043.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-043.json new file mode 100644 index 0000000000000000000000000000000000000000..d2baa67da3786e43dd46c6bcb668790d500b548a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-043.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-043", + "pages": 440, + "year": 1986 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-044.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-044.json new file mode 100644 index 0000000000000000000000000000000000000000..413441becbac3932f459444448af90986833e357 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-044.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-044", + "pages": 465, + "year": 2008 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-045.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-045.json new file mode 100644 index 0000000000000000000000000000000000000000..4bcd9a9cad9c8ce8e18171eef3dd926ebde07182 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-045.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-045", + "pages": 263, + "year": 1958 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-046.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-046.json new file mode 100644 index 0000000000000000000000000000000000000000..afdca6e2cce71b6fe1a086f4ff9327aa8e205260 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-046.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-046", + "pages": 229, + "year": 1984 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-047.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-047.json new file mode 100644 index 0000000000000000000000000000000000000000..2a225bdbe77a7fa3d78899ec12cb3c5793275477 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-047.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-047", + "pages": 843, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-048.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-048.json new file mode 100644 index 0000000000000000000000000000000000000000..93299d795fb19729fdecd364265edd8e915d84eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-048.json @@ -0,0 +1,6 @@ +{ + "author": "Alan Turing", + "title": "book-048", + "pages": 414, + "year": 1984 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-049.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-049.json new file mode 100644 index 0000000000000000000000000000000000000000..28075d2c6237934522021c6808a5e02c24d44dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/books/book-049.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-049", + "pages": 393, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/reports/pages_by_author.tsv b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/reports/pages_by_author.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bfc1009ee3061500e280a57d9b26a81e163984e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/library/reports/pages_by_author.tsv @@ -0,0 +1,10 @@ +Ada Lovelace 3173 +Alan Turing 1029 +Barbara Liskov 1190 +Donald Knuth 2977 +Edsger Dijkstra 952 +Grace Hopper 3794 +John McCarthy 3965 +Ken Thompson 1763 +Linus Torvalds 3861 +Margaret Hamilton 2017 diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-000.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-000.json new file mode 100644 index 0000000000000000000000000000000000000000..49662797ab8e04524577823aba91e6f66c3da936 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-000.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-000", + "pages": 335, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-001.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-001.json new file mode 100644 index 0000000000000000000000000000000000000000..5ba537b2abe674302f8057be483cccda9db9a4f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-001.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-001", + "pages": 241, + "year": 1950 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-002.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-002.json new file mode 100644 index 0000000000000000000000000000000000000000..b2fc39de53b65bb603d60bda7f862e5e07ddacad --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-002.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-002", + "pages": 642, + "year": 1994 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-003.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-003.json new file mode 100644 index 0000000000000000000000000000000000000000..d16ad4c8f73fade348e7d6d63930bf9372b21cf5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-003.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-003", + "pages": 779, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-004.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-004.json new file mode 100644 index 0000000000000000000000000000000000000000..e2fd1e2ff56278fd11fbf00c38b685a21ab8a9dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-004.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-004", + "pages": 277, + "year": 2015 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-005.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-005.json new file mode 100644 index 0000000000000000000000000000000000000000..e65462f2a246c698b7df89dd619c7d46d6274e3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-005.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-005", + "pages": 400, + "year": 1995 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-006.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-006.json new file mode 100644 index 0000000000000000000000000000000000000000..e4089fe41ed52c1b951a384b489a9c3ae8e6824f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-006.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-006", + "pages": 560, + "year": 1989 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-007.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-007.json new file mode 100644 index 0000000000000000000000000000000000000000..28d832d67967f04ae237b7e1b4558e784e05037e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-007.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-007", + "pages": 323, + "year": 1995 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-008.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-008.json new file mode 100644 index 0000000000000000000000000000000000000000..272b807c7a9138de502385a3ac796bc1bcfd15e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-008.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-008", + "pages": 432, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-009.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-009.json new file mode 100644 index 0000000000000000000000000000000000000000..135c5a2aa42a3dd89432c6d48c30fca7ce1f84d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-009.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-009", + "pages": 701, + "year": 1957 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-010.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-010.json new file mode 100644 index 0000000000000000000000000000000000000000..0a6547f8ac07987734c3b4941798fba97d5db870 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-010.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-010", + "pages": 371, + "year": 1995 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-011.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-011.json new file mode 100644 index 0000000000000000000000000000000000000000..d741f354549b0a1784bffd4f91a8caf5953a0e0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-011.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-011", + "pages": 700, + "year": 2015 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-012.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-012.json new file mode 100644 index 0000000000000000000000000000000000000000..5494a4b9b86365759c77e6df7dee74c36e8010d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-012.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-012", + "pages": 797, + "year": 1977 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-013.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-013.json new file mode 100644 index 0000000000000000000000000000000000000000..8f6bf90ddb23b7f32c6d0ef71dedd2d669ff2a86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-013.json @@ -0,0 +1,6 @@ +{ + "author": "Barbara Liskov", + "title": "book-013", + "pages": 830, + "year": 2021 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-014.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-014.json new file mode 100644 index 0000000000000000000000000000000000000000..1fc31cde5df1817201e235bab0631bae21271e84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-014.json @@ -0,0 +1,6 @@ +{ + "author": "Barbara Liskov", + "title": "book-014", + "pages": 360, + "year": 2003 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-015.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-015.json new file mode 100644 index 0000000000000000000000000000000000000000..c308af406ea343746a51cdee4212859bee7231b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-015.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-015", + "pages": 497, + "year": 2007 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-016.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-016.json new file mode 100644 index 0000000000000000000000000000000000000000..62e02eaa927c7f1aedc1834c1a6a79e32c528e1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-016.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-016", + "pages": 449, + "year": 1964 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-017.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-017.json new file mode 100644 index 0000000000000000000000000000000000000000..04479ce6031ee4d9faaaa4f53ddc6ac46c105316 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-017.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-017", + "pages": 522, + "year": 1951 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-018.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-018.json new file mode 100644 index 0000000000000000000000000000000000000000..82e0066541b9820951b70a1476ab1edeae0cff0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-018.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-018", + "pages": 616, + "year": 1976 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-019.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-019.json new file mode 100644 index 0000000000000000000000000000000000000000..09a80c9260bc5c8ca2b69785d2e794f14776b9ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-019.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-019", + "pages": 841, + "year": 1953 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-020.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-020.json new file mode 100644 index 0000000000000000000000000000000000000000..99c54c09d3e128ab35a1f87d601b1fbbc334d9b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-020.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-020", + "pages": 767, + "year": 1980 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-021.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-021.json new file mode 100644 index 0000000000000000000000000000000000000000..c87eb10a5a2d49b68af092393a5404ed83412969 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-021.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-021", + "pages": 458, + "year": 2021 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-022.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-022.json new file mode 100644 index 0000000000000000000000000000000000000000..61adc16b99c5d93fcf54b62c9b1a4f4c846a62f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-022.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-022", + "pages": 277, + "year": 1987 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-023.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-023.json new file mode 100644 index 0000000000000000000000000000000000000000..64007da45a3ad800103c880a3319b2abe538af00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-023.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-023", + "pages": 598, + "year": 1952 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-024.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-024.json new file mode 100644 index 0000000000000000000000000000000000000000..ac2013ffd6f1dd6e3d06f93eb64835e16e7b60b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-024.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-024", + "pages": 604, + "year": 1981 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-025.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-025.json new file mode 100644 index 0000000000000000000000000000000000000000..bd57d2eb7d0662633a0f7bb3e04b0ee2a24f1baf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-025.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-025", + "pages": 900, + "year": 2013 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-026.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-026.json new file mode 100644 index 0000000000000000000000000000000000000000..bad01edbf3a7051ca60a8543a59096ec5d202908 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-026.json @@ -0,0 +1,6 @@ +{ + "author": "Ken Thompson", + "title": "book-026", + "pages": 418, + "year": 1972 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-027.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-027.json new file mode 100644 index 0000000000000000000000000000000000000000..cdf77657e083ba5544ed339c66e94caae4750b89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-027.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-027", + "pages": 208, + "year": 1997 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-028.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-028.json new file mode 100644 index 0000000000000000000000000000000000000000..5bfed4c8b23dc5a8cd0ca2c38cf2db3ed1fdfa7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-028.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-028", + "pages": 692, + "year": 1984 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-029.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-029.json new file mode 100644 index 0000000000000000000000000000000000000000..4698969c31217fcaf327cda859692100f323a329 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-029.json @@ -0,0 +1,6 @@ +{ + "author": "John McCarthy", + "title": "book-029", + "pages": 200, + "year": 1989 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-030.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-030.json new file mode 100644 index 0000000000000000000000000000000000000000..890e7864dccc08c67ebbcfd03dea9f63052e3ce1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-030.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-030", + "pages": 262, + "year": 2023 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-031.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-031.json new file mode 100644 index 0000000000000000000000000000000000000000..ce80181b1572b5aa2287c8ae08e3175414268358 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-031.json @@ -0,0 +1,6 @@ +{ + "author": "Alan Turing", + "title": "book-031", + "pages": 108, + "year": 1960 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-032.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-032.json new file mode 100644 index 0000000000000000000000000000000000000000..a050a7d357ac1590266acdab1218a4a0139dd255 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-032.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-032", + "pages": 500, + "year": 2013 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-033.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-033.json new file mode 100644 index 0000000000000000000000000000000000000000..64845b2fcb958ed139ddeddea6b88f64539b597f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-033.json @@ -0,0 +1,6 @@ +{ + "author": "Margaret Hamilton", + "title": "book-033", + "pages": 198, + "year": 1968 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-034.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-034.json new file mode 100644 index 0000000000000000000000000000000000000000..9366bbe9e30f6e2300a9599e24b1027948ae8c8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-034.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-034", + "pages": 387, + "year": 2020 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-035.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-035.json new file mode 100644 index 0000000000000000000000000000000000000000..0372eb647d61b167ba4ac74a8fb65669981a0e2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-035.json @@ -0,0 +1,6 @@ +{ + "author": "Ken Thompson", + "title": "book-035", + "pages": 486, + "year": 1952 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-036.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-036.json new file mode 100644 index 0000000000000000000000000000000000000000..4034acb5b6d174be0e671b5758177cf271003b1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-036.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-036", + "pages": 736, + "year": 1983 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-037.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-037.json new file mode 100644 index 0000000000000000000000000000000000000000..3a323adf1054a803d4f444b669d0e06ea3434929 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-037.json @@ -0,0 +1,6 @@ +{ + "author": "Donald Knuth", + "title": "book-037", + "pages": 556, + "year": 2020 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-038.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-038.json new file mode 100644 index 0000000000000000000000000000000000000000..9fe9ccd5a14020a6efd3f754b8ec289c4134de3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-038.json @@ -0,0 +1,6 @@ +{ + "author": "Alan Turing", + "title": "book-038", + "pages": 507, + "year": 1973 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-039.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-039.json new file mode 100644 index 0000000000000000000000000000000000000000..9e300f3e16a0b97598191ef5764362e7ef818d21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-039.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-039", + "pages": 460, + "year": 2017 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-040.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-040.json new file mode 100644 index 0000000000000000000000000000000000000000..086135217adb9b94c91228a02f823bf523f86b73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-040.json @@ -0,0 +1,6 @@ +{ + "author": "Edsger Dijkstra", + "title": "book-040", + "pages": 99, + "year": 1970 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-041.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-041.json new file mode 100644 index 0000000000000000000000000000000000000000..445531c9d76dd54d471812656334d689458be61e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-041.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-041", + "pages": 721, + "year": 1990 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-042.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-042.json new file mode 100644 index 0000000000000000000000000000000000000000..474ade15848aace37bbc115fc5a805cc9e623363 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-042.json @@ -0,0 +1,6 @@ +{ + "author": "Ken Thompson", + "title": "book-042", + "pages": 859, + "year": 2016 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-043.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-043.json new file mode 100644 index 0000000000000000000000000000000000000000..d2baa67da3786e43dd46c6bcb668790d500b548a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-043.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-043", + "pages": 440, + "year": 1986 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-044.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-044.json new file mode 100644 index 0000000000000000000000000000000000000000..413441becbac3932f459444448af90986833e357 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-044.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-044", + "pages": 465, + "year": 2008 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-045.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-045.json new file mode 100644 index 0000000000000000000000000000000000000000..4bcd9a9cad9c8ce8e18171eef3dd926ebde07182 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-045.json @@ -0,0 +1,6 @@ +{ + "author": "Ada Lovelace", + "title": "book-045", + "pages": 263, + "year": 1958 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-046.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-046.json new file mode 100644 index 0000000000000000000000000000000000000000..afdca6e2cce71b6fe1a086f4ff9327aa8e205260 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-046.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-046", + "pages": 229, + "year": 1984 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-047.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-047.json new file mode 100644 index 0000000000000000000000000000000000000000..2a225bdbe77a7fa3d78899ec12cb3c5793275477 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-047.json @@ -0,0 +1,6 @@ +{ + "author": "Linus Torvalds", + "title": "book-047", + "pages": 843, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-048.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-048.json new file mode 100644 index 0000000000000000000000000000000000000000..93299d795fb19729fdecd364265edd8e915d84eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-048.json @@ -0,0 +1,6 @@ +{ + "author": "Alan Turing", + "title": "book-048", + "pages": 414, + "year": 1984 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-049.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-049.json new file mode 100644 index 0000000000000000000000000000000000000000..28075d2c6237934522021c6808a5e02c24d44dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/library/books/book-049.json @@ -0,0 +1,6 @@ +{ + "author": "Grace Hopper", + "title": "book-049", + "pages": 393, + "year": 1965 +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1dde4a0a64/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-05.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-05.log new file mode 100644 index 0000000000000000000000000000000000000000..a85193a6ac6f19613515f7e75d6817afe091831e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-05.log @@ -0,0 +1,35 @@ +2024-01-05 event 00000 detail=login +2024-01-05 event 00012 detail=login +2024-01-05 event 00024 detail=ok +2024-01-05 event 00036 detail=ok +2024-01-05 event 00048 detail=logout +2024-01-05 event 00060 detail=error +2024-01-05 event 00072 detail=error +2024-01-05 event 00084 detail=login +2024-01-05 event 00096 detail=logout +2024-01-05 event 00108 detail=error +2024-01-05 event 00120 detail=login +2024-01-05 event 00132 detail=ok +2024-01-05 event 00144 detail=logout +2024-01-05 event 00156 detail=ok +2024-01-05 event 00168 detail=login +2024-01-05 event 00180 detail=login +2024-01-05 event 00192 detail=error +2024-01-05 event 00204 detail=login +2024-01-05 event 00216 detail=ok +2024-01-05 event 00228 detail=ok +2024-01-05 event 00240 detail=error +2024-01-05 event 00252 detail=logout +2024-01-05 event 00264 detail=logout +2024-01-05 event 00276 detail=login +2024-01-05 event 00288 detail=ok +2024-01-05 event 00300 detail=ok +2024-01-05 event 00312 detail=logout +2024-01-05 event 00324 detail=ok +2024-01-05 event 00336 detail=ok +2024-01-05 event 00348 detail=error +2024-01-05 event 00360 detail=ok +2024-01-05 event 00372 detail=ok +2024-01-05 event 00384 detail=ok +2024-01-05 event 00396 detail=error +2024-01-05 event 00408 detail=ok diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-12.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-12.log new file mode 100644 index 0000000000000000000000000000000000000000..2342ecd6d868dce0e7b25fff38291f40a6048130 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-12.log @@ -0,0 +1,35 @@ +2024-01-12 event 00001 detail=login +2024-01-12 event 00013 detail=login +2024-01-12 event 00025 detail=error +2024-01-12 event 00037 detail=error +2024-01-12 event 00049 detail=error +2024-01-12 event 00061 detail=logout +2024-01-12 event 00073 detail=login +2024-01-12 event 00085 detail=login +2024-01-12 event 00097 detail=error +2024-01-12 event 00109 detail=error +2024-01-12 event 00121 detail=ok +2024-01-12 event 00133 detail=ok +2024-01-12 event 00145 detail=logout +2024-01-12 event 00157 detail=error +2024-01-12 event 00169 detail=ok +2024-01-12 event 00181 detail=ok +2024-01-12 event 00193 detail=error +2024-01-12 event 00205 detail=logout +2024-01-12 event 00217 detail=error +2024-01-12 event 00229 detail=ok +2024-01-12 event 00241 detail=logout +2024-01-12 event 00253 detail=error +2024-01-12 event 00265 detail=ok +2024-01-12 event 00277 detail=login +2024-01-12 event 00289 detail=login +2024-01-12 event 00301 detail=logout +2024-01-12 event 00313 detail=ok +2024-01-12 event 00325 detail=ok +2024-01-12 event 00337 detail=ok +2024-01-12 event 00349 detail=logout +2024-01-12 event 00361 detail=ok +2024-01-12 event 00373 detail=logout +2024-01-12 event 00385 detail=logout +2024-01-12 event 00397 detail=ok +2024-01-12 event 00409 detail=logout diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-19.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-19.log new file mode 100644 index 0000000000000000000000000000000000000000..da73939563d142988ae2435484c0dab75c14f539 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-19.log @@ -0,0 +1,35 @@ +2024-01-19 event 00002 detail=ok +2024-01-19 event 00014 detail=error +2024-01-19 event 00026 detail=logout +2024-01-19 event 00038 detail=error +2024-01-19 event 00050 detail=error +2024-01-19 event 00062 detail=error +2024-01-19 event 00074 detail=logout +2024-01-19 event 00086 detail=logout +2024-01-19 event 00098 detail=logout +2024-01-19 event 00110 detail=ok +2024-01-19 event 00122 detail=logout +2024-01-19 event 00134 detail=login +2024-01-19 event 00146 detail=error +2024-01-19 event 00158 detail=logout +2024-01-19 event 00170 detail=ok +2024-01-19 event 00182 detail=ok +2024-01-19 event 00194 detail=login +2024-01-19 event 00206 detail=login +2024-01-19 event 00218 detail=logout +2024-01-19 event 00230 detail=error +2024-01-19 event 00242 detail=login +2024-01-19 event 00254 detail=logout +2024-01-19 event 00266 detail=logout +2024-01-19 event 00278 detail=login +2024-01-19 event 00290 detail=login +2024-01-19 event 00302 detail=error +2024-01-19 event 00314 detail=ok +2024-01-19 event 00326 detail=logout +2024-01-19 event 00338 detail=login +2024-01-19 event 00350 detail=error +2024-01-19 event 00362 detail=error +2024-01-19 event 00374 detail=error +2024-01-19 event 00386 detail=login +2024-01-19 event 00398 detail=ok +2024-01-19 event 00410 detail=logout diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-26.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-26.log new file mode 100644 index 0000000000000000000000000000000000000000..e4bb1763418906bc3eec64a52d9d34ab6fac7eb8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-01-26.log @@ -0,0 +1,35 @@ +2024-01-26 event 00003 detail=logout +2024-01-26 event 00015 detail=error +2024-01-26 event 00027 detail=login +2024-01-26 event 00039 detail=login +2024-01-26 event 00051 detail=error +2024-01-26 event 00063 detail=error +2024-01-26 event 00075 detail=ok +2024-01-26 event 00087 detail=login +2024-01-26 event 00099 detail=ok +2024-01-26 event 00111 detail=login +2024-01-26 event 00123 detail=login +2024-01-26 event 00135 detail=login +2024-01-26 event 00147 detail=login +2024-01-26 event 00159 detail=logout +2024-01-26 event 00171 detail=ok +2024-01-26 event 00183 detail=error +2024-01-26 event 00195 detail=error +2024-01-26 event 00207 detail=logout +2024-01-26 event 00219 detail=login +2024-01-26 event 00231 detail=logout +2024-01-26 event 00243 detail=logout +2024-01-26 event 00255 detail=error +2024-01-26 event 00267 detail=ok +2024-01-26 event 00279 detail=login +2024-01-26 event 00291 detail=login +2024-01-26 event 00303 detail=logout +2024-01-26 event 00315 detail=login +2024-01-26 event 00327 detail=ok +2024-01-26 event 00339 detail=login +2024-01-26 event 00351 detail=logout +2024-01-26 event 00363 detail=logout +2024-01-26 event 00375 detail=logout +2024-01-26 event 00387 detail=logout +2024-01-26 event 00399 detail=login +2024-01-26 event 00411 detail=logout diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-05.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-05.log new file mode 100644 index 0000000000000000000000000000000000000000..517e053175fb49989192e27bc686f857fda04de3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-05.log @@ -0,0 +1,35 @@ +2024-02-05 event 00004 detail=login +2024-02-05 event 00016 detail=ok +2024-02-05 event 00028 detail=login +2024-02-05 event 00040 detail=logout +2024-02-05 event 00052 detail=ok +2024-02-05 event 00064 detail=login +2024-02-05 event 00076 detail=login +2024-02-05 event 00088 detail=logout +2024-02-05 event 00100 detail=login +2024-02-05 event 00112 detail=login +2024-02-05 event 00124 detail=login +2024-02-05 event 00136 detail=ok +2024-02-05 event 00148 detail=login +2024-02-05 event 00160 detail=ok +2024-02-05 event 00172 detail=login +2024-02-05 event 00184 detail=error +2024-02-05 event 00196 detail=logout +2024-02-05 event 00208 detail=error +2024-02-05 event 00220 detail=login +2024-02-05 event 00232 detail=logout +2024-02-05 event 00244 detail=login +2024-02-05 event 00256 detail=ok +2024-02-05 event 00268 detail=login +2024-02-05 event 00280 detail=ok +2024-02-05 event 00292 detail=error +2024-02-05 event 00304 detail=logout +2024-02-05 event 00316 detail=ok +2024-02-05 event 00328 detail=login +2024-02-05 event 00340 detail=error +2024-02-05 event 00352 detail=error +2024-02-05 event 00364 detail=error +2024-02-05 event 00376 detail=error +2024-02-05 event 00388 detail=logout +2024-02-05 event 00400 detail=login +2024-02-05 event 00412 detail=error diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-12.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-12.log new file mode 100644 index 0000000000000000000000000000000000000000..07aea412c277b59ee88b441cee86479e9c4682cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-12.log @@ -0,0 +1,35 @@ +2024-02-12 event 00005 detail=error +2024-02-12 event 00017 detail=ok +2024-02-12 event 00029 detail=ok +2024-02-12 event 00041 detail=logout +2024-02-12 event 00053 detail=login +2024-02-12 event 00065 detail=logout +2024-02-12 event 00077 detail=logout +2024-02-12 event 00089 detail=ok +2024-02-12 event 00101 detail=error +2024-02-12 event 00113 detail=error +2024-02-12 event 00125 detail=error +2024-02-12 event 00137 detail=ok +2024-02-12 event 00149 detail=error +2024-02-12 event 00161 detail=login +2024-02-12 event 00173 detail=ok +2024-02-12 event 00185 detail=ok +2024-02-12 event 00197 detail=logout +2024-02-12 event 00209 detail=ok +2024-02-12 event 00221 detail=logout +2024-02-12 event 00233 detail=ok +2024-02-12 event 00245 detail=logout +2024-02-12 event 00257 detail=login +2024-02-12 event 00269 detail=error +2024-02-12 event 00281 detail=ok +2024-02-12 event 00293 detail=error +2024-02-12 event 00305 detail=login +2024-02-12 event 00317 detail=ok +2024-02-12 event 00329 detail=error +2024-02-12 event 00341 detail=login +2024-02-12 event 00353 detail=logout +2024-02-12 event 00365 detail=ok +2024-02-12 event 00377 detail=error +2024-02-12 event 00389 detail=login +2024-02-12 event 00401 detail=login +2024-02-12 event 00413 detail=login diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-19.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-19.log new file mode 100644 index 0000000000000000000000000000000000000000..646a19d5bcb2e5bf6ad31c62503c5eb194c3decb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-19.log @@ -0,0 +1,35 @@ +2024-02-19 event 00006 detail=logout +2024-02-19 event 00018 detail=logout +2024-02-19 event 00030 detail=logout +2024-02-19 event 00042 detail=login +2024-02-19 event 00054 detail=login +2024-02-19 event 00066 detail=login +2024-02-19 event 00078 detail=ok +2024-02-19 event 00090 detail=login +2024-02-19 event 00102 detail=ok +2024-02-19 event 00114 detail=logout +2024-02-19 event 00126 detail=error +2024-02-19 event 00138 detail=error +2024-02-19 event 00150 detail=error +2024-02-19 event 00162 detail=ok +2024-02-19 event 00174 detail=login +2024-02-19 event 00186 detail=login +2024-02-19 event 00198 detail=logout +2024-02-19 event 00210 detail=logout +2024-02-19 event 00222 detail=logout +2024-02-19 event 00234 detail=login +2024-02-19 event 00246 detail=ok +2024-02-19 event 00258 detail=login +2024-02-19 event 00270 detail=error +2024-02-19 event 00282 detail=login +2024-02-19 event 00294 detail=login +2024-02-19 event 00306 detail=ok +2024-02-19 event 00318 detail=ok +2024-02-19 event 00330 detail=login +2024-02-19 event 00342 detail=logout +2024-02-19 event 00354 detail=login +2024-02-19 event 00366 detail=login +2024-02-19 event 00378 detail=logout +2024-02-19 event 00390 detail=error +2024-02-19 event 00402 detail=logout +2024-02-19 event 00414 detail=error diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-26.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-26.log new file mode 100644 index 0000000000000000000000000000000000000000..c8cd2e4f170b03e8b359884960a2d07d5f1d3fdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-02-26.log @@ -0,0 +1,35 @@ +2024-02-26 event 00007 detail=login +2024-02-26 event 00019 detail=ok +2024-02-26 event 00031 detail=ok +2024-02-26 event 00043 detail=logout +2024-02-26 event 00055 detail=logout +2024-02-26 event 00067 detail=ok +2024-02-26 event 00079 detail=login +2024-02-26 event 00091 detail=error +2024-02-26 event 00103 detail=login +2024-02-26 event 00115 detail=logout +2024-02-26 event 00127 detail=ok +2024-02-26 event 00139 detail=error +2024-02-26 event 00151 detail=logout +2024-02-26 event 00163 detail=logout +2024-02-26 event 00175 detail=error +2024-02-26 event 00187 detail=ok +2024-02-26 event 00199 detail=logout +2024-02-26 event 00211 detail=logout +2024-02-26 event 00223 detail=login +2024-02-26 event 00235 detail=ok +2024-02-26 event 00247 detail=error +2024-02-26 event 00259 detail=login +2024-02-26 event 00271 detail=logout +2024-02-26 event 00283 detail=ok +2024-02-26 event 00295 detail=error +2024-02-26 event 00307 detail=login +2024-02-26 event 00319 detail=login +2024-02-26 event 00331 detail=error +2024-02-26 event 00343 detail=error +2024-02-26 event 00355 detail=ok +2024-02-26 event 00367 detail=error +2024-02-26 event 00379 detail=ok +2024-02-26 event 00391 detail=login +2024-02-26 event 00403 detail=logout +2024-02-26 event 00415 detail=error diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-05.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-05.log new file mode 100644 index 0000000000000000000000000000000000000000..e5cc601a1e7eac3b5821536239c9e063df187a94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-05.log @@ -0,0 +1,35 @@ +2024-03-05 event 00008 detail=logout +2024-03-05 event 00020 detail=login +2024-03-05 event 00032 detail=error +2024-03-05 event 00044 detail=login +2024-03-05 event 00056 detail=ok +2024-03-05 event 00068 detail=ok +2024-03-05 event 00080 detail=logout +2024-03-05 event 00092 detail=error +2024-03-05 event 00104 detail=ok +2024-03-05 event 00116 detail=logout +2024-03-05 event 00128 detail=ok +2024-03-05 event 00140 detail=ok +2024-03-05 event 00152 detail=error +2024-03-05 event 00164 detail=error +2024-03-05 event 00176 detail=error +2024-03-05 event 00188 detail=logout +2024-03-05 event 00200 detail=ok +2024-03-05 event 00212 detail=login +2024-03-05 event 00224 detail=login +2024-03-05 event 00236 detail=logout +2024-03-05 event 00248 detail=logout +2024-03-05 event 00260 detail=login +2024-03-05 event 00272 detail=logout +2024-03-05 event 00284 detail=logout +2024-03-05 event 00296 detail=error +2024-03-05 event 00308 detail=login +2024-03-05 event 00320 detail=ok +2024-03-05 event 00332 detail=ok +2024-03-05 event 00344 detail=login +2024-03-05 event 00356 detail=login +2024-03-05 event 00368 detail=logout +2024-03-05 event 00380 detail=login +2024-03-05 event 00392 detail=ok +2024-03-05 event 00404 detail=error +2024-03-05 event 00416 detail=ok diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-12.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-12.log new file mode 100644 index 0000000000000000000000000000000000000000..30d41619f597eb40aa9c90ed0c667a82f5c34dbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-12.log @@ -0,0 +1,35 @@ +2024-03-12 event 00009 detail=error +2024-03-12 event 00021 detail=error +2024-03-12 event 00033 detail=login +2024-03-12 event 00045 detail=login +2024-03-12 event 00057 detail=login +2024-03-12 event 00069 detail=error +2024-03-12 event 00081 detail=login +2024-03-12 event 00093 detail=login +2024-03-12 event 00105 detail=login +2024-03-12 event 00117 detail=login +2024-03-12 event 00129 detail=login +2024-03-12 event 00141 detail=ok +2024-03-12 event 00153 detail=ok +2024-03-12 event 00165 detail=error +2024-03-12 event 00177 detail=error +2024-03-12 event 00189 detail=login +2024-03-12 event 00201 detail=error +2024-03-12 event 00213 detail=login +2024-03-12 event 00225 detail=login +2024-03-12 event 00237 detail=logout +2024-03-12 event 00249 detail=ok +2024-03-12 event 00261 detail=login +2024-03-12 event 00273 detail=login +2024-03-12 event 00285 detail=logout +2024-03-12 event 00297 detail=error +2024-03-12 event 00309 detail=error +2024-03-12 event 00321 detail=error +2024-03-12 event 00333 detail=login +2024-03-12 event 00345 detail=ok +2024-03-12 event 00357 detail=ok +2024-03-12 event 00369 detail=ok +2024-03-12 event 00381 detail=error +2024-03-12 event 00393 detail=ok +2024-03-12 event 00405 detail=logout +2024-03-12 event 00417 detail=login diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-19.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-19.log new file mode 100644 index 0000000000000000000000000000000000000000..a3cfb0039e53195841bbb5dc4a5b75e214fa8132 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-19.log @@ -0,0 +1,35 @@ +2024-03-19 event 00010 detail=login +2024-03-19 event 00022 detail=login +2024-03-19 event 00034 detail=ok +2024-03-19 event 00046 detail=login +2024-03-19 event 00058 detail=ok +2024-03-19 event 00070 detail=logout +2024-03-19 event 00082 detail=logout +2024-03-19 event 00094 detail=login +2024-03-19 event 00106 detail=login +2024-03-19 event 00118 detail=error +2024-03-19 event 00130 detail=login +2024-03-19 event 00142 detail=error +2024-03-19 event 00154 detail=error +2024-03-19 event 00166 detail=error +2024-03-19 event 00178 detail=ok +2024-03-19 event 00190 detail=error +2024-03-19 event 00202 detail=logout +2024-03-19 event 00214 detail=logout +2024-03-19 event 00226 detail=logout +2024-03-19 event 00238 detail=login +2024-03-19 event 00250 detail=ok +2024-03-19 event 00262 detail=login +2024-03-19 event 00274 detail=error +2024-03-19 event 00286 detail=login +2024-03-19 event 00298 detail=logout +2024-03-19 event 00310 detail=login +2024-03-19 event 00322 detail=ok +2024-03-19 event 00334 detail=error +2024-03-19 event 00346 detail=ok +2024-03-19 event 00358 detail=logout +2024-03-19 event 00370 detail=login +2024-03-19 event 00382 detail=error +2024-03-19 event 00394 detail=ok +2024-03-19 event 00406 detail=ok +2024-03-19 event 00418 detail=ok diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-26.log b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-26.log new file mode 100644 index 0000000000000000000000000000000000000000..139330b7087392f4e7ddf7676b3418e2cf393068 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/archive/by-date/2024-03-26.log @@ -0,0 +1,35 @@ +2024-03-26 event 00011 detail=logout +2024-03-26 event 00023 detail=ok +2024-03-26 event 00035 detail=error +2024-03-26 event 00047 detail=ok +2024-03-26 event 00059 detail=login +2024-03-26 event 00071 detail=ok +2024-03-26 event 00083 detail=logout +2024-03-26 event 00095 detail=error +2024-03-26 event 00107 detail=ok +2024-03-26 event 00119 detail=logout +2024-03-26 event 00131 detail=login +2024-03-26 event 00143 detail=error +2024-03-26 event 00155 detail=logout +2024-03-26 event 00167 detail=ok +2024-03-26 event 00179 detail=logout +2024-03-26 event 00191 detail=error +2024-03-26 event 00203 detail=error +2024-03-26 event 00215 detail=login +2024-03-26 event 00227 detail=error +2024-03-26 event 00239 detail=ok +2024-03-26 event 00251 detail=ok +2024-03-26 event 00263 detail=error +2024-03-26 event 00275 detail=ok +2024-03-26 event 00287 detail=logout +2024-03-26 event 00299 detail=error +2024-03-26 event 00311 detail=login +2024-03-26 event 00323 detail=logout +2024-03-26 event 00335 detail=login +2024-03-26 event 00347 detail=error +2024-03-26 event 00359 detail=login +2024-03-26 event 00371 detail=logout +2024-03-26 event 00383 detail=ok +2024-03-26 event 00395 detail=logout +2024-03-26 event 00407 detail=error +2024-03-26 event 00419 detail=logout diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-01.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-01.md new file mode 100644 index 0000000000000000000000000000000000000000..6f46e3d9fa49c3a97d22ee38a01609cc58e99f8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-01.md @@ -0,0 +1,3 @@ +# Incident 2024-03-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-02.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-02.md new file mode 100644 index 0000000000000000000000000000000000000000..68eb7787a6f9900be56286be0ad6b68e426a7f19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-02.md @@ -0,0 +1,3 @@ +# Incident 2024-03-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-03.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-03.md new file mode 100644 index 0000000000000000000000000000000000000000..e03f97dd5416e8b1b4028830b83aae03f437f5cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-03.md @@ -0,0 +1,3 @@ +# Incident 2024-03-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-04.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-04.md new file mode 100644 index 0000000000000000000000000000000000000000..cbbfc66b0cf768ab15c5716c0b826e56124b2811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-04.md @@ -0,0 +1,3 @@ +# Incident 2024-03-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-05.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-05.md new file mode 100644 index 0000000000000000000000000000000000000000..2a1fea17906a33efa34c71cce5a0ffe0fbc23e4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-05.md @@ -0,0 +1,3 @@ +# Incident 2024-03-05 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-06.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-06.md new file mode 100644 index 0000000000000000000000000000000000000000..7f628c32d98be5b7c6ecf414042ce80f600ac229 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/server/runbooks/incident-2024-03-06.md @@ -0,0 +1,3 @@ +# Incident 2024-03-06 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-01.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-01.md new file mode 100644 index 0000000000000000000000000000000000000000..6f46e3d9fa49c3a97d22ee38a01609cc58e99f8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-01.md @@ -0,0 +1,3 @@ +# Incident 2024-03-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-02.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-02.md new file mode 100644 index 0000000000000000000000000000000000000000..68eb7787a6f9900be56286be0ad6b68e426a7f19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-02.md @@ -0,0 +1,3 @@ +# Incident 2024-03-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-03.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-03.md new file mode 100644 index 0000000000000000000000000000000000000000..e03f97dd5416e8b1b4028830b83aae03f437f5cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-03.md @@ -0,0 +1,3 @@ +# Incident 2024-03-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-04.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-04.md new file mode 100644 index 0000000000000000000000000000000000000000..cbbfc66b0cf768ab15c5716c0b826e56124b2811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-04.md @@ -0,0 +1,3 @@ +# Incident 2024-03-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-05.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-05.md new file mode 100644 index 0000000000000000000000000000000000000000..2a1fea17906a33efa34c71cce5a0ffe0fbc23e4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-05.md @@ -0,0 +1,3 @@ +# Incident 2024-03-05 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-06.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-06.md new file mode 100644 index 0000000000000000000000000000000000000000..7f628c32d98be5b7c6ecf414042ce80f600ac229 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/server/runbooks/incident-2024-03-06.md @@ -0,0 +1,3 @@ +# Incident 2024-03-06 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1e26c37bd6/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/index.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/index.md new file mode 100644 index 0000000000000000000000000000000000000000..0b2715f8316111166ed817fca15de979b880ea8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/index.md @@ -0,0 +1,23 @@ +- budget-tradeoffs-h2: H2 Budget Tradeoffs +- compensation-philosophy: Compensation Philosophy +- data-warehouse-cleanup: Data Warehouse Cleanup Plan +- deprecating-legacy-api: Deprecating the Legacy API +- documentation-standards: Documentation Standards +- feature-flag-cleanup: Feature Flag Cleanup +- hiring-loop-revamp: Revamping the Engineering Hiring Loop +- incident-2024-03-12: Incident Report 2024-03-12 +- incident-2024-03-28: Incident Report 2024-03-28 +- interview-feedback-template: Interview Feedback Template +- kpis-2024: Company KPIs 2024 +- launch-readiness-checklist: Launch Readiness Checklist +- ml-experiment-platform: ML Experiment Platform +- offsite-agenda-spring: Spring Offsite Agenda +- oncall-handoff: On-call Handoff Protocol +- perf-review-cycle: Performance Review Cycle Notes +- postmortem-culture: Building a Postmortem Culture +- retro-2024-q1: Retrospective: Q1 2024 +- rfc-checkout-funnel: RFC: Checkout Funnel Redesign +- rfc-search-relevance: RFC: Search Relevance v2 +- schema-migration-playbook: Schema Migration Playbook +- security-audit-prep: Security Audit Preparation +- vendor-shortlist: Observability Vendor Shortlist diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-hiring-loop-revamp.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-hiring-loop-revamp.md new file mode 100644 index 0000000000000000000000000000000000000000..23bd9d11c0b7589c2216bfa462b8fdff67725056 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-hiring-loop-revamp.md @@ -0,0 +1,3 @@ +# OLD Revamping the Engineering Hiring Loop + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-oncall-handoff.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-oncall-handoff.md new file mode 100644 index 0000000000000000000000000000000000000000..b379e6364e58d296767cefca0fd2721421541406 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-oncall-handoff.md @@ -0,0 +1,3 @@ +# OLD On-call Handoff Protocol + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-retro-2024-q1.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-retro-2024-q1.md new file mode 100644 index 0000000000000000000000000000000000000000..11e0b3d134649ecba283ce2dd9b74d10db3010e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-retro-2024-q1.md @@ -0,0 +1,3 @@ +# OLD Retrospective: Q1 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-rfc-search-relevance.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-rfc-search-relevance.md new file mode 100644 index 0000000000000000000000000000000000000000..047d222e4d8e70b0f4708ceb6e2f0d7870c66916 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-rfc-search-relevance.md @@ -0,0 +1,3 @@ +# OLD RFC: Search Relevance v2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-schema-migration-playbook.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-schema-migration-playbook.md new file mode 100644 index 0000000000000000000000000000000000000000..14bc97131a6ce2d26798ff83b4289b0503944331 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/archive/old-schema-migration-playbook.md @@ -0,0 +1,3 @@ +# OLD Schema Migration Playbook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/budget-tradeoffs-h2.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/budget-tradeoffs-h2.md new file mode 100644 index 0000000000000000000000000000000000000000..6a2e2b55b22ed99e469fde8e09fc5b6d4421424c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/budget-tradeoffs-h2.md @@ -0,0 +1,5 @@ +# H2 Budget Tradeoffs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/compensation-philosophy.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/compensation-philosophy.md new file mode 100644 index 0000000000000000000000000000000000000000..7ea20493cded5c437bbd62e5c41c379b9381e17a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/compensation-philosophy.md @@ -0,0 +1,5 @@ +# Compensation Philosophy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/data-warehouse-cleanup.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/data-warehouse-cleanup.md new file mode 100644 index 0000000000000000000000000000000000000000..5ed013e2cb3215a531c569d7a6b917379121b5c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/data-warehouse-cleanup.md @@ -0,0 +1,5 @@ +# Data Warehouse Cleanup Plan + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/deprecating-legacy-api.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/deprecating-legacy-api.md new file mode 100644 index 0000000000000000000000000000000000000000..1e35f376c3cacbc6a36f69eccbc3a36781f9c0e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/deprecating-legacy-api.md @@ -0,0 +1,5 @@ +# Deprecating the Legacy API + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/documentation-standards.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/documentation-standards.md new file mode 100644 index 0000000000000000000000000000000000000000..7e1de9583bb9ec3b0f8cabbfdc5cbb8104b41b9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/documentation-standards.md @@ -0,0 +1,5 @@ +# Documentation Standards + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/feature-flag-cleanup.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/feature-flag-cleanup.md new file mode 100644 index 0000000000000000000000000000000000000000..4c5c42b7c3eaaaea6d90a9bc836a588fd45159a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/feature-flag-cleanup.md @@ -0,0 +1,5 @@ +# Feature Flag Cleanup + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/hiring-loop-revamp.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/hiring-loop-revamp.md new file mode 100644 index 0000000000000000000000000000000000000000..b1a5acdbacca8482f3919abcfc06c1e8bbbcd67f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/hiring-loop-revamp.md @@ -0,0 +1,5 @@ +# Revamping the Engineering Hiring Loop + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/incident-2024-03-12.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/incident-2024-03-12.md new file mode 100644 index 0000000000000000000000000000000000000000..720f7fb0b03c337ecb9e307bdbbf4f3a4d759470 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/incident-2024-03-12.md @@ -0,0 +1,5 @@ +# Incident Report 2024-03-12 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/incident-2024-03-28.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/incident-2024-03-28.md new file mode 100644 index 0000000000000000000000000000000000000000..f87d338aa29a4f5a9af84763c795500c14205229 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/incident-2024-03-28.md @@ -0,0 +1,5 @@ +# Incident Report 2024-03-28 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/interview-feedback-template.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/interview-feedback-template.md new file mode 100644 index 0000000000000000000000000000000000000000..41ecafad710fae42481378fda1c006eb65192b6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/interview-feedback-template.md @@ -0,0 +1,5 @@ +# Interview Feedback Template + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/kpis-2024.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/kpis-2024.md new file mode 100644 index 0000000000000000000000000000000000000000..785e43776c66ff0578819eaf317bb20015598211 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/kpis-2024.md @@ -0,0 +1,5 @@ +# Company KPIs 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/launch-readiness-checklist.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/launch-readiness-checklist.md new file mode 100644 index 0000000000000000000000000000000000000000..8d85419e7d60121b5a0747e91563d72a3d1a120d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/launch-readiness-checklist.md @@ -0,0 +1,5 @@ +# Launch Readiness Checklist + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/ml-experiment-platform.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/ml-experiment-platform.md new file mode 100644 index 0000000000000000000000000000000000000000..c836c3d0eb8a8b164c054eb2f596968117d8571c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/ml-experiment-platform.md @@ -0,0 +1,5 @@ +# ML Experiment Platform + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/offsite-agenda-spring.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/offsite-agenda-spring.md new file mode 100644 index 0000000000000000000000000000000000000000..e4d01bf35855314c95e21d18291677891f58b909 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/offsite-agenda-spring.md @@ -0,0 +1,5 @@ +# Spring Offsite Agenda + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/oncall-handoff.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/oncall-handoff.md new file mode 100644 index 0000000000000000000000000000000000000000..d664c3adada981c6c0b56907549c55abdf2b579b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/oncall-handoff.md @@ -0,0 +1,5 @@ +# On-call Handoff Protocol + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/perf-review-cycle.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/perf-review-cycle.md new file mode 100644 index 0000000000000000000000000000000000000000..d1298cf170d3ec7799bdef57226e816260fc01d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/perf-review-cycle.md @@ -0,0 +1,5 @@ +# Performance Review Cycle Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/postmortem-culture.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/postmortem-culture.md new file mode 100644 index 0000000000000000000000000000000000000000..76a92e3a80d2e4c89707106f6cd737a3011580cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/postmortem-culture.md @@ -0,0 +1,5 @@ +# Building a Postmortem Culture + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/retro-2024-q1.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/retro-2024-q1.md new file mode 100644 index 0000000000000000000000000000000000000000..dde8315c647c1f7915952858d423378736565764 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/retro-2024-q1.md @@ -0,0 +1,5 @@ +# Retrospective: Q1 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/rfc-checkout-funnel.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/rfc-checkout-funnel.md new file mode 100644 index 0000000000000000000000000000000000000000..e995f3baf08fb521b724a52b8bb55ec874e0eadb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/rfc-checkout-funnel.md @@ -0,0 +1,5 @@ +# RFC: Checkout Funnel Redesign + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/rfc-search-relevance.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/rfc-search-relevance.md new file mode 100644 index 0000000000000000000000000000000000000000..a462ea75e371b8f7b065225e1072df1daad35618 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/rfc-search-relevance.md @@ -0,0 +1,5 @@ +# RFC: Search Relevance v2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/schema-migration-playbook.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/schema-migration-playbook.md new file mode 100644 index 0000000000000000000000000000000000000000..2eb079765b6ea95d5c869abeebb7c6fe79ccb072 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/schema-migration-playbook.md @@ -0,0 +1,5 @@ +# Schema Migration Playbook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/security-audit-prep.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/security-audit-prep.md new file mode 100644 index 0000000000000000000000000000000000000000..9de679fb34fe62d3e212d76b756ccdc37769177f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/security-audit-prep.md @@ -0,0 +1,5 @@ +# Security Audit Preparation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/vendor-shortlist.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/vendor-shortlist.md new file mode 100644 index 0000000000000000000000000000000000000000..2296e99d2bfd8613494a7ce9b23b21944b2d883b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/notes/vendor-shortlist.md @@ -0,0 +1,5 @@ +# Observability Vendor Shortlist + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-hiring-loop-revamp.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-hiring-loop-revamp.md new file mode 100644 index 0000000000000000000000000000000000000000..23bd9d11c0b7589c2216bfa462b8fdff67725056 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-hiring-loop-revamp.md @@ -0,0 +1,3 @@ +# OLD Revamping the Engineering Hiring Loop + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-oncall-handoff.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-oncall-handoff.md new file mode 100644 index 0000000000000000000000000000000000000000..b379e6364e58d296767cefca0fd2721421541406 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-oncall-handoff.md @@ -0,0 +1,3 @@ +# OLD On-call Handoff Protocol + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-retro-2024-q1.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-retro-2024-q1.md new file mode 100644 index 0000000000000000000000000000000000000000..11e0b3d134649ecba283ce2dd9b74d10db3010e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-retro-2024-q1.md @@ -0,0 +1,3 @@ +# OLD Retrospective: Q1 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-rfc-search-relevance.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-rfc-search-relevance.md new file mode 100644 index 0000000000000000000000000000000000000000..047d222e4d8e70b0f4708ceb6e2f0d7870c66916 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-rfc-search-relevance.md @@ -0,0 +1,3 @@ +# OLD RFC: Search Relevance v2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-schema-migration-playbook.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-schema-migration-playbook.md new file mode 100644 index 0000000000000000000000000000000000000000..14bc97131a6ce2d26798ff83b4289b0503944331 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/archive/old-schema-migration-playbook.md @@ -0,0 +1,3 @@ +# OLD Schema Migration Playbook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/budget-tradeoffs-h2.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/budget-tradeoffs-h2.md new file mode 100644 index 0000000000000000000000000000000000000000..6a2e2b55b22ed99e469fde8e09fc5b6d4421424c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/budget-tradeoffs-h2.md @@ -0,0 +1,5 @@ +# H2 Budget Tradeoffs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/compensation-philosophy.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/compensation-philosophy.md new file mode 100644 index 0000000000000000000000000000000000000000..7ea20493cded5c437bbd62e5c41c379b9381e17a --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/compensation-philosophy.md @@ -0,0 +1,5 @@ +# Compensation Philosophy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/data-warehouse-cleanup.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/data-warehouse-cleanup.md new file mode 100644 index 0000000000000000000000000000000000000000..5ed013e2cb3215a531c569d7a6b917379121b5c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/data-warehouse-cleanup.md @@ -0,0 +1,5 @@ +# Data Warehouse Cleanup Plan + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/deprecating-legacy-api.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/deprecating-legacy-api.md new file mode 100644 index 0000000000000000000000000000000000000000..1e35f376c3cacbc6a36f69eccbc3a36781f9c0e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/deprecating-legacy-api.md @@ -0,0 +1,5 @@ +# Deprecating the Legacy API + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/documentation-standards.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/documentation-standards.md new file mode 100644 index 0000000000000000000000000000000000000000..7e1de9583bb9ec3b0f8cabbfdc5cbb8104b41b9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/documentation-standards.md @@ -0,0 +1,5 @@ +# Documentation Standards + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/feature-flag-cleanup.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/feature-flag-cleanup.md new file mode 100644 index 0000000000000000000000000000000000000000..4c5c42b7c3eaaaea6d90a9bc836a588fd45159a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/feature-flag-cleanup.md @@ -0,0 +1,5 @@ +# Feature Flag Cleanup + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/hiring-loop-revamp.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/hiring-loop-revamp.md new file mode 100644 index 0000000000000000000000000000000000000000..b1a5acdbacca8482f3919abcfc06c1e8bbbcd67f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/hiring-loop-revamp.md @@ -0,0 +1,5 @@ +# Revamping the Engineering Hiring Loop + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/incident-2024-03-12.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/incident-2024-03-12.md new file mode 100644 index 0000000000000000000000000000000000000000..720f7fb0b03c337ecb9e307bdbbf4f3a4d759470 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/incident-2024-03-12.md @@ -0,0 +1,5 @@ +# Incident Report 2024-03-12 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/incident-2024-03-28.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/incident-2024-03-28.md new file mode 100644 index 0000000000000000000000000000000000000000..f87d338aa29a4f5a9af84763c795500c14205229 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/incident-2024-03-28.md @@ -0,0 +1,5 @@ +# Incident Report 2024-03-28 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/interview-feedback-template.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/interview-feedback-template.md new file mode 100644 index 0000000000000000000000000000000000000000..41ecafad710fae42481378fda1c006eb65192b6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/interview-feedback-template.md @@ -0,0 +1,5 @@ +# Interview Feedback Template + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/kpis-2024.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/kpis-2024.md new file mode 100644 index 0000000000000000000000000000000000000000..785e43776c66ff0578819eaf317bb20015598211 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/kpis-2024.md @@ -0,0 +1,5 @@ +# Company KPIs 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/launch-readiness-checklist.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/launch-readiness-checklist.md new file mode 100644 index 0000000000000000000000000000000000000000..8d85419e7d60121b5a0747e91563d72a3d1a120d --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/launch-readiness-checklist.md @@ -0,0 +1,5 @@ +# Launch Readiness Checklist + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/ml-experiment-platform.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/ml-experiment-platform.md new file mode 100644 index 0000000000000000000000000000000000000000..c836c3d0eb8a8b164c054eb2f596968117d8571c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/ml-experiment-platform.md @@ -0,0 +1,5 @@ +# ML Experiment Platform + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/offsite-agenda-spring.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/offsite-agenda-spring.md new file mode 100644 index 0000000000000000000000000000000000000000..e4d01bf35855314c95e21d18291677891f58b909 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/offsite-agenda-spring.md @@ -0,0 +1,5 @@ +# Spring Offsite Agenda + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/oncall-handoff.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/oncall-handoff.md new file mode 100644 index 0000000000000000000000000000000000000000..d664c3adada981c6c0b56907549c55abdf2b579b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/oncall-handoff.md @@ -0,0 +1,5 @@ +# On-call Handoff Protocol + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/perf-review-cycle.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/perf-review-cycle.md new file mode 100644 index 0000000000000000000000000000000000000000..d1298cf170d3ec7799bdef57226e816260fc01d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/perf-review-cycle.md @@ -0,0 +1,5 @@ +# Performance Review Cycle Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/postmortem-culture.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/postmortem-culture.md new file mode 100644 index 0000000000000000000000000000000000000000..76a92e3a80d2e4c89707106f6cd737a3011580cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/postmortem-culture.md @@ -0,0 +1,5 @@ +# Building a Postmortem Culture + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/retro-2024-q1.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/retro-2024-q1.md new file mode 100644 index 0000000000000000000000000000000000000000..dde8315c647c1f7915952858d423378736565764 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/retro-2024-q1.md @@ -0,0 +1,5 @@ +# Retrospective: Q1 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/rfc-checkout-funnel.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/rfc-checkout-funnel.md new file mode 100644 index 0000000000000000000000000000000000000000..e995f3baf08fb521b724a52b8bb55ec874e0eadb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/rfc-checkout-funnel.md @@ -0,0 +1,5 @@ +# RFC: Checkout Funnel Redesign + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/rfc-search-relevance.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/rfc-search-relevance.md new file mode 100644 index 0000000000000000000000000000000000000000..a462ea75e371b8f7b065225e1072df1daad35618 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/rfc-search-relevance.md @@ -0,0 +1,5 @@ +# RFC: Search Relevance v2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/schema-migration-playbook.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/schema-migration-playbook.md new file mode 100644 index 0000000000000000000000000000000000000000..2eb079765b6ea95d5c869abeebb7c6fe79ccb072 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/schema-migration-playbook.md @@ -0,0 +1,5 @@ +# Schema Migration Playbook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/security-audit-prep.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/security-audit-prep.md new file mode 100644 index 0000000000000000000000000000000000000000..9de679fb34fe62d3e212d76b756ccdc37769177f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/security-audit-prep.md @@ -0,0 +1,5 @@ +# Security Audit Preparation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/vendor-shortlist.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/vendor-shortlist.md new file mode 100644 index 0000000000000000000000000000000000000000..2296e99d2bfd8613494a7ce9b23b21944b2d883b --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/notes/vendor-shortlist.md @@ -0,0 +1,5 @@ +# Observability Vendor Shortlist + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_1f5398e40d/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/0E59C2E503E5968F0.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/0E59C2E503E5968F0.yml new file mode 100644 index 0000000000000000000000000000000000000000..882b71391731d62e8faa3ed4a70d4d42c73257f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/0E59C2E503E5968F0.yml @@ -0,0 +1,7 @@ +vin: 0E59C2E503E5968F0 +type: box-truck +make: mercedes +model: fh +year: 2023 +odometer_km: 217792 +last_service: 2024-03-28 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/3EEAFE9E1CB8CBCDD.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/3EEAFE9E1CB8CBCDD.yml new file mode 100644 index 0000000000000000000000000000000000000000..4441d47cd0be9ac69a5c5fce73f99c89f913d88c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/3EEAFE9E1CB8CBCDD.yml @@ -0,0 +1,7 @@ +vin: 3EEAFE9E1CB8CBCDD +type: box-truck +make: ford +model: transit +year: 2016 +odometer_km: 101606 +last_service: 2024-04-12 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/49D7B7C8B33FCE847.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/49D7B7C8B33FCE847.yml new file mode 100644 index 0000000000000000000000000000000000000000..1a98c634d35c5d494410d45e1122a01ac5cd84b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/49D7B7C8B33FCE847.yml @@ -0,0 +1,7 @@ +vin: 49D7B7C8B33FCE847 +type: box-truck +make: mercedes +model: sprinter +year: 2022 +odometer_km: 189133 +last_service: 2024-01-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/710DA85AE8168AD85.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/710DA85AE8168AD85.yml new file mode 100644 index 0000000000000000000000000000000000000000..a6a2eb81f0b31eaaf62a94abe52fe40a40b6dab3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/710DA85AE8168AD85.yml @@ -0,0 +1,7 @@ +vin: 710DA85AE8168AD85 +type: box-truck +make: ford +model: sprinter +year: 2023 +odometer_km: 269881 +last_service: 2024-01-12 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/8564AC1E179EDDF16.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/8564AC1E179EDDF16.yml new file mode 100644 index 0000000000000000000000000000000000000000..9268395748e30f2d26aa1bae656f9f8c7b9f363f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/8564AC1E179EDDF16.yml @@ -0,0 +1,7 @@ +vin: 8564AC1E179EDDF16 +type: box-truck +make: ford +model: fh +year: 2019 +odometer_km: 33184 +last_service: 2024-04-04 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/93B162D9C3CB8BC02.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/93B162D9C3CB8BC02.yml new file mode 100644 index 0000000000000000000000000000000000000000..11104cdb772fee2d3d3b343b13a50343729a1e6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/93B162D9C3CB8BC02.yml @@ -0,0 +1,7 @@ +vin: 93B162D9C3CB8BC02 +type: box-truck +make: volvo +model: transit +year: 2014 +odometer_km: 259853 +last_service: 2024-02-14 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/CA649AC0FB0367642.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/CA649AC0FB0367642.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ee396257c6787483c4a1421e0fd46cd5a74a542 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/CA649AC0FB0367642.yml @@ -0,0 +1,7 @@ +vin: CA649AC0FB0367642 +type: box-truck +make: isuzu +model: sprinter +year: 2022 +odometer_km: 53474 +last_service: 2024-04-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/D463829A9DB64AB9D.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/D463829A9DB64AB9D.yml new file mode 100644 index 0000000000000000000000000000000000000000..9241d7fdd5085064d0aab954dd3e5e18d1a61ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/D463829A9DB64AB9D.yml @@ -0,0 +1,7 @@ +vin: D463829A9DB64AB9D +type: box-truck +make: mercedes +model: sprinter +year: 2021 +odometer_km: 50378 +last_service: 2024-01-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/E4666D108FB3F01CE.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/E4666D108FB3F01CE.yml new file mode 100644 index 0000000000000000000000000000000000000000..5c80eb01cd94509555e30e330b7ef09525550012 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/E4666D108FB3F01CE.yml @@ -0,0 +1,7 @@ +vin: E4666D108FB3F01CE +type: box-truck +make: isuzu +model: sprinter +year: 2019 +odometer_km: 102618 +last_service: 2024-04-23 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/F57097FA3B1CC83D9.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/F57097FA3B1CC83D9.yml new file mode 100644 index 0000000000000000000000000000000000000000..a3616b9c67f4b93773fc8febab39cfce9b61183d --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/box-truck/F57097FA3B1CC83D9.yml @@ -0,0 +1,7 @@ +vin: F57097FA3B1CC83D9 +type: box-truck +make: isuzu +model: forward +year: 2022 +odometer_km: 67700 +last_service: 2024-04-15 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/116879FE618F5254C.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/116879FE618F5254C.yml new file mode 100644 index 0000000000000000000000000000000000000000..a673e8a26b976722913521ac32dc5cf48c637649 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/116879FE618F5254C.yml @@ -0,0 +1,7 @@ +vin: 116879FE618F5254C +type: cargo-van +make: mercedes +model: transit +year: 2014 +odometer_km: 238112 +last_service: 2024-01-25 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/25E9B1D67F0561F29.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/25E9B1D67F0561F29.yml new file mode 100644 index 0000000000000000000000000000000000000000..71b0dd54d2cfd49ac920b96b664cc55b4aa06287 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/25E9B1D67F0561F29.yml @@ -0,0 +1,7 @@ +vin: 25E9B1D67F0561F29 +type: cargo-van +make: volvo +model: fh +year: 2018 +odometer_km: 196726 +last_service: 2024-04-20 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/5F092C16B97A2126B.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/5F092C16B97A2126B.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe1279623d6b01ad39298a7952592a9c4b5f76bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/5F092C16B97A2126B.yml @@ -0,0 +1,7 @@ +vin: 5F092C16B97A2126B +type: cargo-van +make: mercedes +model: forward +year: 2020 +odometer_km: 234069 +last_service: 2024-02-22 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/60FDC5ECCAF618B77.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/60FDC5ECCAF618B77.yml new file mode 100644 index 0000000000000000000000000000000000000000..d75fb1401529f21aeb72f3e032321f057f7f23dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/60FDC5ECCAF618B77.yml @@ -0,0 +1,7 @@ +vin: 60FDC5ECCAF618B77 +type: cargo-van +make: ford +model: forward +year: 2021 +odometer_km: 58859 +last_service: 2024-04-11 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/6FFC52D6BA7A9F170.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/6FFC52D6BA7A9F170.yml new file mode 100644 index 0000000000000000000000000000000000000000..61942ab56baace4ac196bb54d3330f2d89a80b0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/6FFC52D6BA7A9F170.yml @@ -0,0 +1,7 @@ +vin: 6FFC52D6BA7A9F170 +type: cargo-van +make: isuzu +model: sprinter +year: 2019 +odometer_km: 120450 +last_service: 2024-04-27 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/778AD6FB904C8D0C9.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/778AD6FB904C8D0C9.yml new file mode 100644 index 0000000000000000000000000000000000000000..f07df1415ebaa59a02e9d9105ae0485f0d47e9f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/778AD6FB904C8D0C9.yml @@ -0,0 +1,7 @@ +vin: 778AD6FB904C8D0C9 +type: cargo-van +make: mercedes +model: fh +year: 2023 +odometer_km: 47926 +last_service: 2024-04-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/7B8D8729FC6A37535.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/7B8D8729FC6A37535.yml new file mode 100644 index 0000000000000000000000000000000000000000..bdf40eeb4de63b36824411d45712ac9293f38911 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/7B8D8729FC6A37535.yml @@ -0,0 +1,7 @@ +vin: 7B8D8729FC6A37535 +type: cargo-van +make: mercedes +model: fh +year: 2015 +odometer_km: 323915 +last_service: 2024-01-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/8A3DEAFC6C3DE814B.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/8A3DEAFC6C3DE814B.yml new file mode 100644 index 0000000000000000000000000000000000000000..4669a36e99a8e37879c2b6d1aefe64fdb4bbd1e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/8A3DEAFC6C3DE814B.yml @@ -0,0 +1,7 @@ +vin: 8A3DEAFC6C3DE814B +type: cargo-van +make: mercedes +model: forward +year: 2018 +odometer_km: 329956 +last_service: 2024-02-28 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/F9B13CA600FC8BE21.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/F9B13CA600FC8BE21.yml new file mode 100644 index 0000000000000000000000000000000000000000..69ebc273213f4818aaeb3a40eaf7e48eb8a4c1c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/F9B13CA600FC8BE21.yml @@ -0,0 +1,7 @@ +vin: F9B13CA600FC8BE21 +type: cargo-van +make: ford +model: sprinter +year: 2018 +odometer_km: 241004 +last_service: 2024-02-18 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/FF4F6C12A9539587C.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/FF4F6C12A9539587C.yml new file mode 100644 index 0000000000000000000000000000000000000000..746a11daa1f839d3629bef1eb0842d373205e997 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/cargo-van/FF4F6C12A9539587C.yml @@ -0,0 +1,7 @@ +vin: FF4F6C12A9539587C +type: cargo-van +make: ford +model: forward +year: 2018 +odometer_km: 252081 +last_service: 2024-01-13 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/06C06B38FA233811A.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/06C06B38FA233811A.yml new file mode 100644 index 0000000000000000000000000000000000000000..4be2379dcec0d1b5bde7deff153c66e23f93f7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/06C06B38FA233811A.yml @@ -0,0 +1,7 @@ +vin: 06C06B38FA233811A +type: flatbed +make: volvo +model: sprinter +year: 2015 +odometer_km: 254236 +last_service: 2024-01-06 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/2314EF404B8691896.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/2314EF404B8691896.yml new file mode 100644 index 0000000000000000000000000000000000000000..d97c0a9715fad5126ad0efe18404dae28f9d1bb7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/2314EF404B8691896.yml @@ -0,0 +1,7 @@ +vin: 2314EF404B8691896 +type: flatbed +make: mercedes +model: fh +year: 2014 +odometer_km: 327957 +last_service: 2024-02-25 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/34DFB550EFED704DA.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/34DFB550EFED704DA.yml new file mode 100644 index 0000000000000000000000000000000000000000..cc741bed3f840f5a314d89117937b0cf4c1bc11d --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/34DFB550EFED704DA.yml @@ -0,0 +1,7 @@ +vin: 34DFB550EFED704DA +type: flatbed +make: ford +model: sprinter +year: 2018 +odometer_km: 56940 +last_service: 2024-04-08 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/5A9D89922CD449F89.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/5A9D89922CD449F89.yml new file mode 100644 index 0000000000000000000000000000000000000000..368c921d6dc28e49b75f8d5f2c3159cf9fe94ca1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/5A9D89922CD449F89.yml @@ -0,0 +1,7 @@ +vin: 5A9D89922CD449F89 +type: flatbed +make: isuzu +model: transit +year: 2022 +odometer_km: 325538 +last_service: 2024-03-25 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/7804E2D875A3E24DE.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/7804E2D875A3E24DE.yml new file mode 100644 index 0000000000000000000000000000000000000000..8f523047bc84cc3a7480f044aa2a68898aaddba2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/7804E2D875A3E24DE.yml @@ -0,0 +1,7 @@ +vin: 7804E2D875A3E24DE +type: flatbed +make: ford +model: sprinter +year: 2018 +odometer_km: 151217 +last_service: 2024-03-09 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/7BE73F65F87C10D76.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/7BE73F65F87C10D76.yml new file mode 100644 index 0000000000000000000000000000000000000000..71c50d745a090811bce32cb2a2965d69ba556095 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/7BE73F65F87C10D76.yml @@ -0,0 +1,7 @@ +vin: 7BE73F65F87C10D76 +type: flatbed +make: volvo +model: transit +year: 2015 +odometer_km: 28779 +last_service: 2024-01-20 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/9068BDEBE29D040D0.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/9068BDEBE29D040D0.yml new file mode 100644 index 0000000000000000000000000000000000000000..a56a0f9e79ee9edf5fa39d0d980dc1f61295c4bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/9068BDEBE29D040D0.yml @@ -0,0 +1,7 @@ +vin: 9068BDEBE29D040D0 +type: flatbed +make: ford +model: forward +year: 2018 +odometer_km: 12851 +last_service: 2024-02-13 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/A316E41373886C181.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/A316E41373886C181.yml new file mode 100644 index 0000000000000000000000000000000000000000..2f6345dcbca546ca1b249fc0c61cadacd3d78611 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/A316E41373886C181.yml @@ -0,0 +1,7 @@ +vin: A316E41373886C181 +type: flatbed +make: isuzu +model: fh +year: 2018 +odometer_km: 334515 +last_service: 2024-04-15 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/B703BFDDC7047904D.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/B703BFDDC7047904D.yml new file mode 100644 index 0000000000000000000000000000000000000000..b85457c134f0a7d63e6c176e9fc41c10d30a2731 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/B703BFDDC7047904D.yml @@ -0,0 +1,7 @@ +vin: B703BFDDC7047904D +type: flatbed +make: isuzu +model: fh +year: 2018 +odometer_km: 339359 +last_service: 2024-04-28 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/F5C1781703C840013.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/F5C1781703C840013.yml new file mode 100644 index 0000000000000000000000000000000000000000..5428a5795ddb57e102312fbb90a37ae2d781d590 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/flatbed/F5C1781703C840013.yml @@ -0,0 +1,7 @@ +vin: F5C1781703C840013 +type: flatbed +make: mercedes +model: fh +year: 2023 +odometer_km: 49124 +last_service: 2024-04-22 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/071513E05869FD8EC.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/071513E05869FD8EC.yml new file mode 100644 index 0000000000000000000000000000000000000000..ab9ad9c86adff6d059475290e0b69478bf4ed0f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/071513E05869FD8EC.yml @@ -0,0 +1,7 @@ +vin: 071513E05869FD8EC +type: refrigerated +make: mercedes +model: forward +year: 2020 +odometer_km: 334099 +last_service: 2024-03-23 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/2B255B00A511A6246.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/2B255B00A511A6246.yml new file mode 100644 index 0000000000000000000000000000000000000000..59d01f9da3f3182f5852865790cc1eb4b767631a --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/2B255B00A511A6246.yml @@ -0,0 +1,7 @@ +vin: 2B255B00A511A6246 +type: refrigerated +make: ford +model: forward +year: 2018 +odometer_km: 42380 +last_service: 2024-02-20 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/3662AA2D3D24A5010.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/3662AA2D3D24A5010.yml new file mode 100644 index 0000000000000000000000000000000000000000..abf44f5908d4ba3a9b9a6d5ff02f494b8872a4c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/3662AA2D3D24A5010.yml @@ -0,0 +1,7 @@ +vin: 3662AA2D3D24A5010 +type: refrigerated +make: mercedes +model: transit +year: 2020 +odometer_km: 33107 +last_service: 2024-01-04 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/AB7CF0C23629D2EB1.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/AB7CF0C23629D2EB1.yml new file mode 100644 index 0000000000000000000000000000000000000000..96d054bf5a86bd91614f4606f025495b6e2fe6fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/AB7CF0C23629D2EB1.yml @@ -0,0 +1,7 @@ +vin: AB7CF0C23629D2EB1 +type: refrigerated +make: isuzu +model: sprinter +year: 2023 +odometer_km: 91034 +last_service: 2024-03-03 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/ADD9BFEEE14FCE2AB.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/ADD9BFEEE14FCE2AB.yml new file mode 100644 index 0000000000000000000000000000000000000000..041f7b8433c4c6a1886baf7ff31f040521e31767 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/ADD9BFEEE14FCE2AB.yml @@ -0,0 +1,7 @@ +vin: ADD9BFEEE14FCE2AB +type: refrigerated +make: volvo +model: fh +year: 2016 +odometer_km: 230484 +last_service: 2024-03-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/B4BB3D2C4AB6A3798.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/B4BB3D2C4AB6A3798.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1fe1e4d63d75c9db8dbde947784ba974edb3811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/B4BB3D2C4AB6A3798.yml @@ -0,0 +1,7 @@ +vin: B4BB3D2C4AB6A3798 +type: refrigerated +make: isuzu +model: fh +year: 2019 +odometer_km: 237018 +last_service: 2024-02-04 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/C6D9A7F4B127913F9.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/C6D9A7F4B127913F9.yml new file mode 100644 index 0000000000000000000000000000000000000000..1ea9a1e062d989570988bf50d63b6485e6489b13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/C6D9A7F4B127913F9.yml @@ -0,0 +1,7 @@ +vin: C6D9A7F4B127913F9 +type: refrigerated +make: ford +model: forward +year: 2020 +odometer_km: 148852 +last_service: 2024-03-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/D35099CF62F813BDE.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/D35099CF62F813BDE.yml new file mode 100644 index 0000000000000000000000000000000000000000..fb9646494a0f3f4bd00f12b60bd9982995282ebc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/D35099CF62F813BDE.yml @@ -0,0 +1,7 @@ +vin: D35099CF62F813BDE +type: refrigerated +make: ford +model: forward +year: 2019 +odometer_km: 73435 +last_service: 2024-04-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/E89FACD862212DCF4.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/E89FACD862212DCF4.yml new file mode 100644 index 0000000000000000000000000000000000000000..96a92da03de058c4b92e9c63733baa1d75d6637b --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/E89FACD862212DCF4.yml @@ -0,0 +1,7 @@ +vin: E89FACD862212DCF4 +type: refrigerated +make: volvo +model: transit +year: 2022 +odometer_km: 52917 +last_service: 2024-03-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/ECB918FB7A4C909C3.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/ECB918FB7A4C909C3.yml new file mode 100644 index 0000000000000000000000000000000000000000..209016483c95065f18a5c06512ff42ea3b2e9bf8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/fleet/vehicles/refrigerated/ECB918FB7A4C909C3.yml @@ -0,0 +1,7 @@ +vin: ECB918FB7A4C909C3 +type: refrigerated +make: ford +model: transit +year: 2019 +odometer_km: 200069 +last_service: 2024-01-07 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/0E59C2E503E5968F0.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/0E59C2E503E5968F0.yml new file mode 100644 index 0000000000000000000000000000000000000000..882b71391731d62e8faa3ed4a70d4d42c73257f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/0E59C2E503E5968F0.yml @@ -0,0 +1,7 @@ +vin: 0E59C2E503E5968F0 +type: box-truck +make: mercedes +model: fh +year: 2023 +odometer_km: 217792 +last_service: 2024-03-28 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/3EEAFE9E1CB8CBCDD.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/3EEAFE9E1CB8CBCDD.yml new file mode 100644 index 0000000000000000000000000000000000000000..4441d47cd0be9ac69a5c5fce73f99c89f913d88c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/3EEAFE9E1CB8CBCDD.yml @@ -0,0 +1,7 @@ +vin: 3EEAFE9E1CB8CBCDD +type: box-truck +make: ford +model: transit +year: 2016 +odometer_km: 101606 +last_service: 2024-04-12 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/49D7B7C8B33FCE847.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/49D7B7C8B33FCE847.yml new file mode 100644 index 0000000000000000000000000000000000000000..1a98c634d35c5d494410d45e1122a01ac5cd84b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/49D7B7C8B33FCE847.yml @@ -0,0 +1,7 @@ +vin: 49D7B7C8B33FCE847 +type: box-truck +make: mercedes +model: sprinter +year: 2022 +odometer_km: 189133 +last_service: 2024-01-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/710DA85AE8168AD85.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/710DA85AE8168AD85.yml new file mode 100644 index 0000000000000000000000000000000000000000..a6a2eb81f0b31eaaf62a94abe52fe40a40b6dab3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/710DA85AE8168AD85.yml @@ -0,0 +1,7 @@ +vin: 710DA85AE8168AD85 +type: box-truck +make: ford +model: sprinter +year: 2023 +odometer_km: 269881 +last_service: 2024-01-12 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/8564AC1E179EDDF16.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/8564AC1E179EDDF16.yml new file mode 100644 index 0000000000000000000000000000000000000000..9268395748e30f2d26aa1bae656f9f8c7b9f363f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/8564AC1E179EDDF16.yml @@ -0,0 +1,7 @@ +vin: 8564AC1E179EDDF16 +type: box-truck +make: ford +model: fh +year: 2019 +odometer_km: 33184 +last_service: 2024-04-04 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/93B162D9C3CB8BC02.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/93B162D9C3CB8BC02.yml new file mode 100644 index 0000000000000000000000000000000000000000..11104cdb772fee2d3d3b343b13a50343729a1e6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/93B162D9C3CB8BC02.yml @@ -0,0 +1,7 @@ +vin: 93B162D9C3CB8BC02 +type: box-truck +make: volvo +model: transit +year: 2014 +odometer_km: 259853 +last_service: 2024-02-14 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/CA649AC0FB0367642.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/CA649AC0FB0367642.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ee396257c6787483c4a1421e0fd46cd5a74a542 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/CA649AC0FB0367642.yml @@ -0,0 +1,7 @@ +vin: CA649AC0FB0367642 +type: box-truck +make: isuzu +model: sprinter +year: 2022 +odometer_km: 53474 +last_service: 2024-04-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/D463829A9DB64AB9D.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/D463829A9DB64AB9D.yml new file mode 100644 index 0000000000000000000000000000000000000000..9241d7fdd5085064d0aab954dd3e5e18d1a61ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/D463829A9DB64AB9D.yml @@ -0,0 +1,7 @@ +vin: D463829A9DB64AB9D +type: box-truck +make: mercedes +model: sprinter +year: 2021 +odometer_km: 50378 +last_service: 2024-01-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/E4666D108FB3F01CE.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/E4666D108FB3F01CE.yml new file mode 100644 index 0000000000000000000000000000000000000000..5c80eb01cd94509555e30e330b7ef09525550012 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/E4666D108FB3F01CE.yml @@ -0,0 +1,7 @@ +vin: E4666D108FB3F01CE +type: box-truck +make: isuzu +model: sprinter +year: 2019 +odometer_km: 102618 +last_service: 2024-04-23 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/F57097FA3B1CC83D9.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/F57097FA3B1CC83D9.yml new file mode 100644 index 0000000000000000000000000000000000000000..a3616b9c67f4b93773fc8febab39cfce9b61183d --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/box-truck/F57097FA3B1CC83D9.yml @@ -0,0 +1,7 @@ +vin: F57097FA3B1CC83D9 +type: box-truck +make: isuzu +model: forward +year: 2022 +odometer_km: 67700 +last_service: 2024-04-15 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/116879FE618F5254C.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/116879FE618F5254C.yml new file mode 100644 index 0000000000000000000000000000000000000000..a673e8a26b976722913521ac32dc5cf48c637649 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/116879FE618F5254C.yml @@ -0,0 +1,7 @@ +vin: 116879FE618F5254C +type: cargo-van +make: mercedes +model: transit +year: 2014 +odometer_km: 238112 +last_service: 2024-01-25 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/25E9B1D67F0561F29.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/25E9B1D67F0561F29.yml new file mode 100644 index 0000000000000000000000000000000000000000..71b0dd54d2cfd49ac920b96b664cc55b4aa06287 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/25E9B1D67F0561F29.yml @@ -0,0 +1,7 @@ +vin: 25E9B1D67F0561F29 +type: cargo-van +make: volvo +model: fh +year: 2018 +odometer_km: 196726 +last_service: 2024-04-20 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/5F092C16B97A2126B.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/5F092C16B97A2126B.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe1279623d6b01ad39298a7952592a9c4b5f76bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/5F092C16B97A2126B.yml @@ -0,0 +1,7 @@ +vin: 5F092C16B97A2126B +type: cargo-van +make: mercedes +model: forward +year: 2020 +odometer_km: 234069 +last_service: 2024-02-22 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/60FDC5ECCAF618B77.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/60FDC5ECCAF618B77.yml new file mode 100644 index 0000000000000000000000000000000000000000..d75fb1401529f21aeb72f3e032321f057f7f23dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/60FDC5ECCAF618B77.yml @@ -0,0 +1,7 @@ +vin: 60FDC5ECCAF618B77 +type: cargo-van +make: ford +model: forward +year: 2021 +odometer_km: 58859 +last_service: 2024-04-11 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/6FFC52D6BA7A9F170.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/6FFC52D6BA7A9F170.yml new file mode 100644 index 0000000000000000000000000000000000000000..61942ab56baace4ac196bb54d3330f2d89a80b0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/6FFC52D6BA7A9F170.yml @@ -0,0 +1,7 @@ +vin: 6FFC52D6BA7A9F170 +type: cargo-van +make: isuzu +model: sprinter +year: 2019 +odometer_km: 120450 +last_service: 2024-04-27 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/778AD6FB904C8D0C9.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/778AD6FB904C8D0C9.yml new file mode 100644 index 0000000000000000000000000000000000000000..f07df1415ebaa59a02e9d9105ae0485f0d47e9f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/778AD6FB904C8D0C9.yml @@ -0,0 +1,7 @@ +vin: 778AD6FB904C8D0C9 +type: cargo-van +make: mercedes +model: fh +year: 2023 +odometer_km: 47926 +last_service: 2024-04-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/7B8D8729FC6A37535.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/7B8D8729FC6A37535.yml new file mode 100644 index 0000000000000000000000000000000000000000..bdf40eeb4de63b36824411d45712ac9293f38911 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/7B8D8729FC6A37535.yml @@ -0,0 +1,7 @@ +vin: 7B8D8729FC6A37535 +type: cargo-van +make: mercedes +model: fh +year: 2015 +odometer_km: 323915 +last_service: 2024-01-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/8A3DEAFC6C3DE814B.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/8A3DEAFC6C3DE814B.yml new file mode 100644 index 0000000000000000000000000000000000000000..4669a36e99a8e37879c2b6d1aefe64fdb4bbd1e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/8A3DEAFC6C3DE814B.yml @@ -0,0 +1,7 @@ +vin: 8A3DEAFC6C3DE814B +type: cargo-van +make: mercedes +model: forward +year: 2018 +odometer_km: 329956 +last_service: 2024-02-28 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/F9B13CA600FC8BE21.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/F9B13CA600FC8BE21.yml new file mode 100644 index 0000000000000000000000000000000000000000..69ebc273213f4818aaeb3a40eaf7e48eb8a4c1c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/F9B13CA600FC8BE21.yml @@ -0,0 +1,7 @@ +vin: F9B13CA600FC8BE21 +type: cargo-van +make: ford +model: sprinter +year: 2018 +odometer_km: 241004 +last_service: 2024-02-18 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/FF4F6C12A9539587C.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/FF4F6C12A9539587C.yml new file mode 100644 index 0000000000000000000000000000000000000000..746a11daa1f839d3629bef1eb0842d373205e997 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/cargo-van/FF4F6C12A9539587C.yml @@ -0,0 +1,7 @@ +vin: FF4F6C12A9539587C +type: cargo-van +make: ford +model: forward +year: 2018 +odometer_km: 252081 +last_service: 2024-01-13 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/06C06B38FA233811A.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/06C06B38FA233811A.yml new file mode 100644 index 0000000000000000000000000000000000000000..4be2379dcec0d1b5bde7deff153c66e23f93f7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/06C06B38FA233811A.yml @@ -0,0 +1,7 @@ +vin: 06C06B38FA233811A +type: flatbed +make: volvo +model: sprinter +year: 2015 +odometer_km: 254236 +last_service: 2024-01-06 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/2314EF404B8691896.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/2314EF404B8691896.yml new file mode 100644 index 0000000000000000000000000000000000000000..d97c0a9715fad5126ad0efe18404dae28f9d1bb7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/2314EF404B8691896.yml @@ -0,0 +1,7 @@ +vin: 2314EF404B8691896 +type: flatbed +make: mercedes +model: fh +year: 2014 +odometer_km: 327957 +last_service: 2024-02-25 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/34DFB550EFED704DA.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/34DFB550EFED704DA.yml new file mode 100644 index 0000000000000000000000000000000000000000..cc741bed3f840f5a314d89117937b0cf4c1bc11d --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/34DFB550EFED704DA.yml @@ -0,0 +1,7 @@ +vin: 34DFB550EFED704DA +type: flatbed +make: ford +model: sprinter +year: 2018 +odometer_km: 56940 +last_service: 2024-04-08 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/5A9D89922CD449F89.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/5A9D89922CD449F89.yml new file mode 100644 index 0000000000000000000000000000000000000000..368c921d6dc28e49b75f8d5f2c3159cf9fe94ca1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/5A9D89922CD449F89.yml @@ -0,0 +1,7 @@ +vin: 5A9D89922CD449F89 +type: flatbed +make: isuzu +model: transit +year: 2022 +odometer_km: 325538 +last_service: 2024-03-25 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/7804E2D875A3E24DE.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/7804E2D875A3E24DE.yml new file mode 100644 index 0000000000000000000000000000000000000000..8f523047bc84cc3a7480f044aa2a68898aaddba2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/7804E2D875A3E24DE.yml @@ -0,0 +1,7 @@ +vin: 7804E2D875A3E24DE +type: flatbed +make: ford +model: sprinter +year: 2018 +odometer_km: 151217 +last_service: 2024-03-09 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/7BE73F65F87C10D76.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/7BE73F65F87C10D76.yml new file mode 100644 index 0000000000000000000000000000000000000000..71c50d745a090811bce32cb2a2965d69ba556095 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/7BE73F65F87C10D76.yml @@ -0,0 +1,7 @@ +vin: 7BE73F65F87C10D76 +type: flatbed +make: volvo +model: transit +year: 2015 +odometer_km: 28779 +last_service: 2024-01-20 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/9068BDEBE29D040D0.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/9068BDEBE29D040D0.yml new file mode 100644 index 0000000000000000000000000000000000000000..a56a0f9e79ee9edf5fa39d0d980dc1f61295c4bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/9068BDEBE29D040D0.yml @@ -0,0 +1,7 @@ +vin: 9068BDEBE29D040D0 +type: flatbed +make: ford +model: forward +year: 2018 +odometer_km: 12851 +last_service: 2024-02-13 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/A316E41373886C181.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/A316E41373886C181.yml new file mode 100644 index 0000000000000000000000000000000000000000..2f6345dcbca546ca1b249fc0c61cadacd3d78611 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/A316E41373886C181.yml @@ -0,0 +1,7 @@ +vin: A316E41373886C181 +type: flatbed +make: isuzu +model: fh +year: 2018 +odometer_km: 334515 +last_service: 2024-04-15 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/B703BFDDC7047904D.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/B703BFDDC7047904D.yml new file mode 100644 index 0000000000000000000000000000000000000000..b85457c134f0a7d63e6c176e9fc41c10d30a2731 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/B703BFDDC7047904D.yml @@ -0,0 +1,7 @@ +vin: B703BFDDC7047904D +type: flatbed +make: isuzu +model: fh +year: 2018 +odometer_km: 339359 +last_service: 2024-04-28 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/F5C1781703C840013.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/F5C1781703C840013.yml new file mode 100644 index 0000000000000000000000000000000000000000..5428a5795ddb57e102312fbb90a37ae2d781d590 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/flatbed/F5C1781703C840013.yml @@ -0,0 +1,7 @@ +vin: F5C1781703C840013 +type: flatbed +make: mercedes +model: fh +year: 2023 +odometer_km: 49124 +last_service: 2024-04-22 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/071513E05869FD8EC.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/071513E05869FD8EC.yml new file mode 100644 index 0000000000000000000000000000000000000000..ab9ad9c86adff6d059475290e0b69478bf4ed0f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/071513E05869FD8EC.yml @@ -0,0 +1,7 @@ +vin: 071513E05869FD8EC +type: refrigerated +make: mercedes +model: forward +year: 2020 +odometer_km: 334099 +last_service: 2024-03-23 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/2B255B00A511A6246.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/2B255B00A511A6246.yml new file mode 100644 index 0000000000000000000000000000000000000000..59d01f9da3f3182f5852865790cc1eb4b767631a --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/2B255B00A511A6246.yml @@ -0,0 +1,7 @@ +vin: 2B255B00A511A6246 +type: refrigerated +make: ford +model: forward +year: 2018 +odometer_km: 42380 +last_service: 2024-02-20 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/3662AA2D3D24A5010.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/3662AA2D3D24A5010.yml new file mode 100644 index 0000000000000000000000000000000000000000..abf44f5908d4ba3a9b9a6d5ff02f494b8872a4c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/3662AA2D3D24A5010.yml @@ -0,0 +1,7 @@ +vin: 3662AA2D3D24A5010 +type: refrigerated +make: mercedes +model: transit +year: 2020 +odometer_km: 33107 +last_service: 2024-01-04 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/AB7CF0C23629D2EB1.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/AB7CF0C23629D2EB1.yml new file mode 100644 index 0000000000000000000000000000000000000000..96d054bf5a86bd91614f4606f025495b6e2fe6fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/AB7CF0C23629D2EB1.yml @@ -0,0 +1,7 @@ +vin: AB7CF0C23629D2EB1 +type: refrigerated +make: isuzu +model: sprinter +year: 2023 +odometer_km: 91034 +last_service: 2024-03-03 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/ADD9BFEEE14FCE2AB.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/ADD9BFEEE14FCE2AB.yml new file mode 100644 index 0000000000000000000000000000000000000000..041f7b8433c4c6a1886baf7ff31f040521e31767 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/ADD9BFEEE14FCE2AB.yml @@ -0,0 +1,7 @@ +vin: ADD9BFEEE14FCE2AB +type: refrigerated +make: volvo +model: fh +year: 2016 +odometer_km: 230484 +last_service: 2024-03-01 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/B4BB3D2C4AB6A3798.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/B4BB3D2C4AB6A3798.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1fe1e4d63d75c9db8dbde947784ba974edb3811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/B4BB3D2C4AB6A3798.yml @@ -0,0 +1,7 @@ +vin: B4BB3D2C4AB6A3798 +type: refrigerated +make: isuzu +model: fh +year: 2019 +odometer_km: 237018 +last_service: 2024-02-04 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/C6D9A7F4B127913F9.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/C6D9A7F4B127913F9.yml new file mode 100644 index 0000000000000000000000000000000000000000..1ea9a1e062d989570988bf50d63b6485e6489b13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/C6D9A7F4B127913F9.yml @@ -0,0 +1,7 @@ +vin: C6D9A7F4B127913F9 +type: refrigerated +make: ford +model: forward +year: 2020 +odometer_km: 148852 +last_service: 2024-03-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/D35099CF62F813BDE.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/D35099CF62F813BDE.yml new file mode 100644 index 0000000000000000000000000000000000000000..fb9646494a0f3f4bd00f12b60bd9982995282ebc --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/D35099CF62F813BDE.yml @@ -0,0 +1,7 @@ +vin: D35099CF62F813BDE +type: refrigerated +make: ford +model: forward +year: 2019 +odometer_km: 73435 +last_service: 2024-04-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/E89FACD862212DCF4.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/E89FACD862212DCF4.yml new file mode 100644 index 0000000000000000000000000000000000000000..96a92da03de058c4b92e9c63733baa1d75d6637b --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/E89FACD862212DCF4.yml @@ -0,0 +1,7 @@ +vin: E89FACD862212DCF4 +type: refrigerated +make: volvo +model: transit +year: 2022 +odometer_km: 52917 +last_service: 2024-03-10 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/ECB918FB7A4C909C3.yml b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/ECB918FB7A4C909C3.yml new file mode 100644 index 0000000000000000000000000000000000000000..209016483c95065f18a5c06512ff42ea3b2e9bf8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/fleet/vehicles/refrigerated/ECB918FB7A4C909C3.yml @@ -0,0 +1,7 @@ +vin: ECB918FB7A4C909C3 +type: refrigerated +make: ford +model: transit +year: 2019 +odometer_km: 200069 +last_service: 2024-01-07 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_20a16da028/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f405ca51fe43fec8a727fd7f54697e89d5591f92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_02.yaml @@ -0,0 +1,4 @@ +name: auth-config-2 +owner: hchen +deprecated: false +version: 5.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cee76403acab3e1e015b7879b4a6035323d549a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_05.yaml @@ -0,0 +1,4 @@ +name: auth-config-5 +owner: uvogt +deprecated: false +version: 3.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4ff4ca4e83cad6b451c5e3301426c581724b5a58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/auth/config_07.yaml @@ -0,0 +1,4 @@ +name: auth-config-7 +owner: opopov +deprecated: false +version: 4.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..20dd63d5da422da75d54fc275034d0704e0683ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_02.yaml @@ -0,0 +1,4 @@ +name: billing-config-2 +owner: rrossi +deprecated: false +version: 3.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_03.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..929bfa8b6d6ca8914408e67569ed2a847bd2d42f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_03.yaml @@ -0,0 +1,4 @@ +name: billing-config-3 +owner: mtanaka +deprecated: false +version: 3.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..520288b062b198e5ea6f78a32143ac39f80c8ff2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_05.yaml @@ -0,0 +1,4 @@ +name: billing-config-5 +owner: ibarbosa +deprecated: false +version: 2.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29a20bf745597394890d6ba49b14d68042426b96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_06.yaml @@ -0,0 +1,4 @@ +name: billing-config-6 +owner: azhang +deprecated: false +version: 3.7 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..06b2a3f549352a2bf9c11afe7fefe87960906d44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/billing/config_07.yaml @@ -0,0 +1,4 @@ +name: billing-config-7 +owner: qyu +deprecated: false +version: 5.5 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_00.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_00.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c45d8677e7d39f631d1d1b844f2c9e331f12b62f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_00.yaml @@ -0,0 +1,4 @@ +name: catalog-config-0 +owner: azhang +deprecated: false +version: 3.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_01.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5b3a8c86284ce6d9188312bc1298a7fc841dc0f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_01.yaml @@ -0,0 +1,4 @@ +name: catalog-config-1 +owner: gkaur +deprecated: false +version: 1.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d6ab312cc81fd27a603e6e13f3e95117753130d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_02.yaml @@ -0,0 +1,4 @@ +name: catalog-config-2 +owner: flindqvist +deprecated: false +version: 1.8 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_04.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..034818799e7572ffb76802278106637134d3d2cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_04.yaml @@ -0,0 +1,4 @@ +name: catalog-config-4 +owner: sstevens +deprecated: false +version: 4.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c5428c3d78adf9235462d08b1b3399e4684c2de --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_06.yaml @@ -0,0 +1,4 @@ +name: catalog-config-6 +owner: epatel +deprecated: false +version: 2.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25ea574b8ccc928958bf10f97eb9597b43739434 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/catalog/config_07.yaml @@ -0,0 +1,4 @@ +name: catalog-config-7 +owner: ibarbosa +deprecated: false +version: 2.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c0f90e227e4e4aaa75d46c16a6e1ad921df92243 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_02.yaml @@ -0,0 +1,4 @@ +name: shipping-config-2 +owner: tvasquez +deprecated: false +version: 4.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_03.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b764894b1c2f64281b14800fb6dbcad907fc8481 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_03.yaml @@ -0,0 +1,4 @@ +name: shipping-config-3 +owner: nmurray +deprecated: false +version: 2.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d0e4a0d98dc424ac4ccb071e750b4a7f781120a --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_05.yaml @@ -0,0 +1,4 @@ +name: shipping-config-5 +owner: azhang +deprecated: false +version: 3.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29137b4c36c16d4aa8d55dc2464e9375860f2944 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/configs/shipping/config_06.yaml @@ -0,0 +1,4 @@ +name: shipping-config-6 +owner: xlee +deprecated: false +version: 5.2 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_00.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_00.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19051f95a80a7346b55c88c5d48a898109c58f0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_00.yaml @@ -0,0 +1,4 @@ +name: auth-config-0 +owner: kkuznetsov +deprecated: true +version: 1.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_01.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a1523818b7c20c74c26798869c76bb4502950751 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_01.yaml @@ -0,0 +1,4 @@ +name: auth-config-1 +owner: mtanaka +deprecated: true +version: 1.5 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f405ca51fe43fec8a727fd7f54697e89d5591f92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_02.yaml @@ -0,0 +1,4 @@ +name: auth-config-2 +owner: hchen +deprecated: false +version: 5.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_03.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c74ca23f783a42acf344bde7df154be716ba2f1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_03.yaml @@ -0,0 +1,4 @@ +name: auth-config-3 +owner: mtanaka +deprecated: true +version: 3.8 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_04.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..994b0084b1553f4cbe095d992e609cabf5a132c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_04.yaml @@ -0,0 +1,4 @@ +name: auth-config-4 +owner: rrossi +deprecated: true +version: 5.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cee76403acab3e1e015b7879b4a6035323d549a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_05.yaml @@ -0,0 +1,4 @@ +name: auth-config-5 +owner: uvogt +deprecated: false +version: 3.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b8f63789e052fbd85884ccfce30eb767b909c0ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_06.yaml @@ -0,0 +1,4 @@ +name: auth-config-6 +owner: cnakamura +deprecated: true +version: 1.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4ff4ca4e83cad6b451c5e3301426c581724b5a58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/auth/config_07.yaml @@ -0,0 +1,4 @@ +name: auth-config-7 +owner: opopov +deprecated: false +version: 4.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_00.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_00.yaml new file mode 100644 index 0000000000000000000000000000000000000000..23f07eabab52d6a1fc0a8fd5209e7422020533f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_00.yaml @@ -0,0 +1,4 @@ +name: billing-config-0 +owner: xlee +deprecated: true +version: 3.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_01.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7df6fc565ff5b5ed067fe592ab38a3cc8d05823a --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_01.yaml @@ -0,0 +1,4 @@ +name: billing-config-1 +owner: doneill +deprecated: true +version: 3.7 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..20dd63d5da422da75d54fc275034d0704e0683ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_02.yaml @@ -0,0 +1,4 @@ +name: billing-config-2 +owner: rrossi +deprecated: false +version: 3.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_03.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..929bfa8b6d6ca8914408e67569ed2a847bd2d42f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_03.yaml @@ -0,0 +1,4 @@ +name: billing-config-3 +owner: mtanaka +deprecated: false +version: 3.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_04.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dde5aefc8c7e327cd0e26122e6fefd3d42c76225 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_04.yaml @@ -0,0 +1,4 @@ +name: billing-config-4 +owner: lgonzalez +deprecated: true +version: 3.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..520288b062b198e5ea6f78a32143ac39f80c8ff2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_05.yaml @@ -0,0 +1,4 @@ +name: billing-config-5 +owner: ibarbosa +deprecated: false +version: 2.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29a20bf745597394890d6ba49b14d68042426b96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_06.yaml @@ -0,0 +1,4 @@ +name: billing-config-6 +owner: azhang +deprecated: false +version: 3.7 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..06b2a3f549352a2bf9c11afe7fefe87960906d44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/billing/config_07.yaml @@ -0,0 +1,4 @@ +name: billing-config-7 +owner: qyu +deprecated: false +version: 5.5 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_00.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_00.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c45d8677e7d39f631d1d1b844f2c9e331f12b62f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_00.yaml @@ -0,0 +1,4 @@ +name: catalog-config-0 +owner: azhang +deprecated: false +version: 3.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_01.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5b3a8c86284ce6d9188312bc1298a7fc841dc0f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_01.yaml @@ -0,0 +1,4 @@ +name: catalog-config-1 +owner: gkaur +deprecated: false +version: 1.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d6ab312cc81fd27a603e6e13f3e95117753130d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_02.yaml @@ -0,0 +1,4 @@ +name: catalog-config-2 +owner: flindqvist +deprecated: false +version: 1.8 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_03.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a3188abab8d48fe4717d75028db8b5cedc3fffb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_03.yaml @@ -0,0 +1,4 @@ +name: catalog-config-3 +owner: cnakamura +deprecated: true +version: 4.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_04.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..034818799e7572ffb76802278106637134d3d2cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_04.yaml @@ -0,0 +1,4 @@ +name: catalog-config-4 +owner: sstevens +deprecated: false +version: 4.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..970502e1462cb8e3c134d80c2cd5be10668ab574 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_05.yaml @@ -0,0 +1,4 @@ +name: catalog-config-5 +owner: flindqvist +deprecated: true +version: 4.8 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c5428c3d78adf9235462d08b1b3399e4684c2de --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_06.yaml @@ -0,0 +1,4 @@ +name: catalog-config-6 +owner: epatel +deprecated: false +version: 2.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25ea574b8ccc928958bf10f97eb9597b43739434 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/catalog/config_07.yaml @@ -0,0 +1,4 @@ +name: catalog-config-7 +owner: ibarbosa +deprecated: false +version: 2.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_00.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_00.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2591f2df4f89813582e0d7f40f7ec0a4bbb5c0a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_00.yaml @@ -0,0 +1,4 @@ +name: shipping-config-0 +owner: tvasquez +deprecated: true +version: 2.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_01.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_01.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ee77764f9684bac58cc3dafb61da730dab390765 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_01.yaml @@ -0,0 +1,4 @@ +name: shipping-config-1 +owner: jsmith +deprecated: true +version: 4.2 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_02.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_02.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c0f90e227e4e4aaa75d46c16a6e1ad921df92243 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_02.yaml @@ -0,0 +1,4 @@ +name: shipping-config-2 +owner: tvasquez +deprecated: false +version: 4.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_03.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_03.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b764894b1c2f64281b14800fb6dbcad907fc8481 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_03.yaml @@ -0,0 +1,4 @@ +name: shipping-config-3 +owner: nmurray +deprecated: false +version: 2.3 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_04.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_04.yaml new file mode 100644 index 0000000000000000000000000000000000000000..74f4bb546fbae6cafbdda9c2f602b6345191c20d --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_04.yaml @@ -0,0 +1,4 @@ +name: shipping-config-4 +owner: nmurray +deprecated: true +version: 5.0 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_05.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_05.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d0e4a0d98dc424ac4ccb071e750b4a7f781120a --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_05.yaml @@ -0,0 +1,4 @@ +name: shipping-config-5 +owner: azhang +deprecated: false +version: 3.1 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_06.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_06.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29137b4c36c16d4aa8d55dc2464e9375860f2944 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_06.yaml @@ -0,0 +1,4 @@ +name: shipping-config-6 +owner: xlee +deprecated: false +version: 5.2 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_07.yaml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_07.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1c840c7ff8ff4e0f24bc7f5528558e5afee1e2c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/configs/shipping/config_07.yaml @@ -0,0 +1,4 @@ +name: shipping-config-7 +owner: tvasquez +deprecated: true +version: 1.4 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_228ec3d5a0/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-400.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-400.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fa6753cb545fc45a741a87824925e21f4cb1b0f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-400.ndjson @@ -0,0 +1,41 @@ +{"run": "cpu-bound-400", "latency_ms": 227.817, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 23.656, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 157.745, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 28.765, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 250.323, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 52.347, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 29.366, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 173.05, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 143.665, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 42.767, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 356.938, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 301.272, "ok": true} + +{"run": "cpu-bound-400", "latency_ms": 389.974, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 340.689, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 27.956, "ok": true} + +{"run": "cpu-bound-400", "latency_ms": 147.906, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 335.671, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 386.169, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 173.776, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 243.133, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 207.431, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 277.323, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 241.854, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 135.336, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 68.158, "ok": false} +{"run": "cpu-bound-400", "latency_ms": 254.048, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 60.66, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 79.787, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 237.124, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 146.626, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 201.477, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 117.676, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 306.568, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 256.545, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 238.632, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 252.038, "ok": false} +{"run": "cpu-bound-400", "latency_ms": 2.334, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 190.293, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 0.587, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-793.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-793.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..699a6b767d4cbac6768349f342cbbeab979d47b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-793.ndjson @@ -0,0 +1,23 @@ +{"run": "cpu-bound-793", "latency_ms": 52.481, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 185.569, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 342.533, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 346.315, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 19.251, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 252.416, "ok": false} +{"run": "cpu-bound-793", "latency_ms": 129.234, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 357.821, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 322.922, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 185.557, "ok": true} + +{"run": "cpu-bound-793", "latency_ms": 394.646, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 3.769, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 152.468, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 146.821, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 334.319, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 307.847, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 257.032, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 179.198, "ok": true} + +{"run": "cpu-bound-793", "latency_ms": 290.866, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 330.164, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 124.96, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-925.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-925.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..396de20b59ca9851f3153536510d2a9b66d6fe07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-925.ndjson @@ -0,0 +1,22 @@ +{"run": "cpu-bound-925", "latency_ms": 324.465, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 4.895, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 100.342, "ok": true} + +{"run": "cpu-bound-925", "latency_ms": 182.74, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 399.333, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 88.771, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 366.481, "ok": false} +{"run": "cpu-bound-925", "latency_ms": 334.668, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 198.445, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 292.127, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 268.025, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 105.849, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 281.179, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 126.364, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 215.161, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 301.208, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 56.898, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 372.641, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 344.494, "ok": true} + +{"run": "cpu-bound-925", "latency_ms": 315.336, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-966.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-966.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..269283f8ec0925b7fc54d21b391caa1ad9748eef --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/cpu-bound/cpu-bound-966.ndjson @@ -0,0 +1,23 @@ + +{"run": "cpu-bound-966", "latency_ms": 283.41, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 180.011, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 272.499, "ok": true} + +{"run": "cpu-bound-966", "latency_ms": 122.682, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 167.015, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 230.879, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 178.353, "ok": false} +{"run": "cpu-bound-966", "latency_ms": 53.914, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 138.436, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 227.167, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 278.068, "ok": false} +{"run": "cpu-bound-966", "latency_ms": 175.033, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 164.969, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 233.776, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 305.424, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 221.236, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 140.812, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 112.042, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 14.602, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 231.229, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 169.273, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-306.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-306.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ca4520f4e28146aa72d14ea56925ab169de1ea95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-306.ndjson @@ -0,0 +1,28 @@ +{"run": "io-bound-306", "latency_ms": 235.9, "ok": true} + +{"run": "io-bound-306", "latency_ms": 201.593, "ok": true} +{"run": "io-bound-306", "latency_ms": 326.803, "ok": true} +{"run": "io-bound-306", "latency_ms": 20.95, "ok": true} +{"run": "io-bound-306", "latency_ms": 216.171, "ok": true} +{"run": "io-bound-306", "latency_ms": 188.809, "ok": true} +{"run": "io-bound-306", "latency_ms": 195.803, "ok": true} +{"run": "io-bound-306", "latency_ms": 26.536, "ok": true} +{"run": "io-bound-306", "latency_ms": 87.08, "ok": true} +{"run": "io-bound-306", "latency_ms": 115.936, "ok": true} +{"run": "io-bound-306", "latency_ms": 149.228, "ok": true} +{"run": "io-bound-306", "latency_ms": 64.665, "ok": true} +{"run": "io-bound-306", "latency_ms": 24.802, "ok": true} +{"run": "io-bound-306", "latency_ms": 27.084, "ok": true} +{"run": "io-bound-306", "latency_ms": 66.538, "ok": true} +{"run": "io-bound-306", "latency_ms": 381.669, "ok": true} +{"run": "io-bound-306", "latency_ms": 241.493, "ok": false} + +{"run": "io-bound-306", "latency_ms": 100.061, "ok": true} +{"run": "io-bound-306", "latency_ms": 209.602, "ok": true} +{"run": "io-bound-306", "latency_ms": 44.268, "ok": true} +{"run": "io-bound-306", "latency_ms": 235.793, "ok": true} +{"run": "io-bound-306", "latency_ms": 155.093, "ok": true} +{"run": "io-bound-306", "latency_ms": 161.338, "ok": true} +{"run": "io-bound-306", "latency_ms": 155.72, "ok": true} +{"run": "io-bound-306", "latency_ms": 322.115, "ok": true} +{"run": "io-bound-306", "latency_ms": 283.632, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-373.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-373.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0dc36a91125f757c6b1463d7782167316a3d0f3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-373.ndjson @@ -0,0 +1,34 @@ +{"run": "io-bound-373", "latency_ms": 119.674, "ok": true} +{"run": "io-bound-373", "latency_ms": 257.375, "ok": true} +{"run": "io-bound-373", "latency_ms": 335.216, "ok": true} +{"run": "io-bound-373", "latency_ms": 377.935, "ok": true} +{"run": "io-bound-373", "latency_ms": 89.508, "ok": true} +{"run": "io-bound-373", "latency_ms": 356.458, "ok": true} +{"run": "io-bound-373", "latency_ms": 321.324, "ok": true} + +{"run": "io-bound-373", "latency_ms": 103.249, "ok": true} +{"run": "io-bound-373", "latency_ms": 381.402, "ok": true} +{"run": "io-bound-373", "latency_ms": 160.842, "ok": true} +{"run": "io-bound-373", "latency_ms": 38.863, "ok": true} +{"run": "io-bound-373", "latency_ms": 107.625, "ok": true} +{"run": "io-bound-373", "latency_ms": 75.216, "ok": true} +{"run": "io-bound-373", "latency_ms": 21.286, "ok": true} +{"run": "io-bound-373", "latency_ms": 285.927, "ok": true} +{"run": "io-bound-373", "latency_ms": 379.278, "ok": true} +{"run": "io-bound-373", "latency_ms": 397.387, "ok": true} + +{"run": "io-bound-373", "latency_ms": 119.412, "ok": true} +{"run": "io-bound-373", "latency_ms": 287.357, "ok": true} +{"run": "io-bound-373", "latency_ms": 197.849, "ok": true} +{"run": "io-bound-373", "latency_ms": 126.986, "ok": true} +{"run": "io-bound-373", "latency_ms": 161.011, "ok": true} +{"run": "io-bound-373", "latency_ms": 235.207, "ok": true} +{"run": "io-bound-373", "latency_ms": 107.459, "ok": true} +{"run": "io-bound-373", "latency_ms": 353.473, "ok": true} +{"run": "io-bound-373", "latency_ms": 92.031, "ok": false} +{"run": "io-bound-373", "latency_ms": 358.303, "ok": true} +{"run": "io-bound-373", "latency_ms": 260.607, "ok": true} +{"run": "io-bound-373", "latency_ms": 300.467, "ok": true} +{"run": "io-bound-373", "latency_ms": 151.197, "ok": true} +{"run": "io-bound-373", "latency_ms": 21.516, "ok": true} +{"run": "io-bound-373", "latency_ms": 234.516, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-391.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-391.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..584b190c134b38e955972f175081e503b92c58d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-391.ndjson @@ -0,0 +1,27 @@ +{"run": "io-bound-391", "latency_ms": 205.119, "ok": true} +{"run": "io-bound-391", "latency_ms": 337.529, "ok": true} +{"run": "io-bound-391", "latency_ms": 85.198, "ok": true} +{"run": "io-bound-391", "latency_ms": 109.066, "ok": true} +{"run": "io-bound-391", "latency_ms": 57.962, "ok": false} +{"run": "io-bound-391", "latency_ms": 309.976, "ok": true} +{"run": "io-bound-391", "latency_ms": 198.484, "ok": true} +{"run": "io-bound-391", "latency_ms": 146.086, "ok": true} +{"run": "io-bound-391", "latency_ms": 42.856, "ok": true} +{"run": "io-bound-391", "latency_ms": 177.235, "ok": true} +{"run": "io-bound-391", "latency_ms": 128.646, "ok": true} +{"run": "io-bound-391", "latency_ms": 296.181, "ok": true} +{"run": "io-bound-391", "latency_ms": 349.735, "ok": false} +{"run": "io-bound-391", "latency_ms": 130.938, "ok": true} +{"run": "io-bound-391", "latency_ms": 235.317, "ok": true} +{"run": "io-bound-391", "latency_ms": 13.817, "ok": true} +{"run": "io-bound-391", "latency_ms": 24.866, "ok": true} +{"run": "io-bound-391", "latency_ms": 324.234, "ok": true} + +{"run": "io-bound-391", "latency_ms": 109.91, "ok": true} +{"run": "io-bound-391", "latency_ms": 234.958, "ok": true} +{"run": "io-bound-391", "latency_ms": 379.299, "ok": true} +{"run": "io-bound-391", "latency_ms": 1.72, "ok": true} +{"run": "io-bound-391", "latency_ms": 279.788, "ok": true} +{"run": "io-bound-391", "latency_ms": 358.932, "ok": true} + +{"run": "io-bound-391", "latency_ms": 151.929, "ok": false} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-819.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-819.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..a9a61b3f7b88db3fd4507ca8347d742893ead791 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-819.ndjson @@ -0,0 +1,25 @@ +{"run": "io-bound-819", "latency_ms": 388.789, "ok": true} +{"run": "io-bound-819", "latency_ms": 202.206, "ok": true} +{"run": "io-bound-819", "latency_ms": 307.113, "ok": true} +{"run": "io-bound-819", "latency_ms": 295.631, "ok": true} +{"run": "io-bound-819", "latency_ms": 175.53, "ok": true} +{"run": "io-bound-819", "latency_ms": 159.39, "ok": true} +{"run": "io-bound-819", "latency_ms": 340.266, "ok": true} +{"run": "io-bound-819", "latency_ms": 201.91, "ok": true} +{"run": "io-bound-819", "latency_ms": 170.621, "ok": true} + +{"run": "io-bound-819", "latency_ms": 93.687, "ok": true} +{"run": "io-bound-819", "latency_ms": 266.663, "ok": false} +{"run": "io-bound-819", "latency_ms": 149.387, "ok": true} +{"run": "io-bound-819", "latency_ms": 241.617, "ok": true} +{"run": "io-bound-819", "latency_ms": 37.798, "ok": true} + +{"run": "io-bound-819", "latency_ms": 332.876, "ok": true} +{"run": "io-bound-819", "latency_ms": 319.137, "ok": true} +{"run": "io-bound-819", "latency_ms": 253.862, "ok": true} +{"run": "io-bound-819", "latency_ms": 319.419, "ok": true} +{"run": "io-bound-819", "latency_ms": 103.635, "ok": true} +{"run": "io-bound-819", "latency_ms": 387.794, "ok": true} +{"run": "io-bound-819", "latency_ms": 153.846, "ok": true} +{"run": "io-bound-819", "latency_ms": 9.496, "ok": false} +{"run": "io-bound-819", "latency_ms": 91.787, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-977.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-977.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..974f72b5316380d50d1c40fb5e2050fa3a80416f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/io-bound/io-bound-977.ndjson @@ -0,0 +1,36 @@ + +{"run": "io-bound-977", "latency_ms": 394.041, "ok": true} +{"run": "io-bound-977", "latency_ms": 393.781, "ok": true} +{"run": "io-bound-977", "latency_ms": 395.288, "ok": true} +{"run": "io-bound-977", "latency_ms": 299.275, "ok": true} +{"run": "io-bound-977", "latency_ms": 145.619, "ok": true} +{"run": "io-bound-977", "latency_ms": 245.524, "ok": true} +{"run": "io-bound-977", "latency_ms": 337.509, "ok": true} +{"run": "io-bound-977", "latency_ms": 202.541, "ok": true} +{"run": "io-bound-977", "latency_ms": 142.02, "ok": true} +{"run": "io-bound-977", "latency_ms": 55.628, "ok": true} +{"run": "io-bound-977", "latency_ms": 259.021, "ok": true} +{"run": "io-bound-977", "latency_ms": 253.375, "ok": true} +{"run": "io-bound-977", "latency_ms": 287.945, "ok": true} +{"run": "io-bound-977", "latency_ms": 303.772, "ok": true} +{"run": "io-bound-977", "latency_ms": 45.139, "ok": true} +{"run": "io-bound-977", "latency_ms": 388.947, "ok": true} +{"run": "io-bound-977", "latency_ms": 303.457, "ok": true} +{"run": "io-bound-977", "latency_ms": 113.037, "ok": true} +{"run": "io-bound-977", "latency_ms": 61.398, "ok": true} +{"run": "io-bound-977", "latency_ms": 85.644, "ok": true} +{"run": "io-bound-977", "latency_ms": 207.09, "ok": true} +{"run": "io-bound-977", "latency_ms": 224.243, "ok": true} + +{"run": "io-bound-977", "latency_ms": 115.601, "ok": true} +{"run": "io-bound-977", "latency_ms": 132.649, "ok": true} +{"run": "io-bound-977", "latency_ms": 119.352, "ok": true} +{"run": "io-bound-977", "latency_ms": 253.72, "ok": true} +{"run": "io-bound-977", "latency_ms": 375.2, "ok": true} +{"run": "io-bound-977", "latency_ms": 140.368, "ok": true} +{"run": "io-bound-977", "latency_ms": 105.974, "ok": true} +{"run": "io-bound-977", "latency_ms": 55.255, "ok": true} +{"run": "io-bound-977", "latency_ms": 350.155, "ok": true} +{"run": "io-bound-977", "latency_ms": 16.863, "ok": true} +{"run": "io-bound-977", "latency_ms": 252.939, "ok": true} +{"run": "io-bound-977", "latency_ms": 199.815, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-351.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-351.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..bf3a320bce7a3e2cb005e7ec6e672d7571733e78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-351.ndjson @@ -0,0 +1,25 @@ +{"run": "mixed-351", "latency_ms": 71.175, "ok": true} +{"run": "mixed-351", "latency_ms": 156.162, "ok": false} + +{"run": "mixed-351", "latency_ms": 187.779, "ok": true} +{"run": "mixed-351", "latency_ms": 53.43, "ok": true} +{"run": "mixed-351", "latency_ms": 384.69, "ok": true} +{"run": "mixed-351", "latency_ms": 142.603, "ok": true} +{"run": "mixed-351", "latency_ms": 138.184, "ok": true} +{"run": "mixed-351", "latency_ms": 55.419, "ok": true} +{"run": "mixed-351", "latency_ms": 366.409, "ok": true} +{"run": "mixed-351", "latency_ms": 387.447, "ok": true} +{"run": "mixed-351", "latency_ms": 364.93, "ok": true} +{"run": "mixed-351", "latency_ms": 80.839, "ok": true} +{"run": "mixed-351", "latency_ms": 70.187, "ok": true} +{"run": "mixed-351", "latency_ms": 384.11, "ok": true} +{"run": "mixed-351", "latency_ms": 329.865, "ok": true} +{"run": "mixed-351", "latency_ms": 337.063, "ok": true} +{"run": "mixed-351", "latency_ms": 225.91, "ok": true} +{"run": "mixed-351", "latency_ms": 38.882, "ok": true} +{"run": "mixed-351", "latency_ms": 198.253, "ok": true} +{"run": "mixed-351", "latency_ms": 249.124, "ok": true} +{"run": "mixed-351", "latency_ms": 100.214, "ok": true} +{"run": "mixed-351", "latency_ms": 41.21, "ok": true} +{"run": "mixed-351", "latency_ms": 201.131, "ok": true} + diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-547.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-547.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..9d24df2109274308d95ae247a61cab6aa75740b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-547.ndjson @@ -0,0 +1,35 @@ +{"run": "mixed-547", "latency_ms": 295.93, "ok": true} +{"run": "mixed-547", "latency_ms": 225.151, "ok": true} +{"run": "mixed-547", "latency_ms": 14.03, "ok": true} +{"run": "mixed-547", "latency_ms": 263.033, "ok": true} +{"run": "mixed-547", "latency_ms": 20.652, "ok": true} +{"run": "mixed-547", "latency_ms": 44.022, "ok": true} +{"run": "mixed-547", "latency_ms": 165.418, "ok": true} + +{"run": "mixed-547", "latency_ms": 203.186, "ok": true} +{"run": "mixed-547", "latency_ms": 142.892, "ok": true} +{"run": "mixed-547", "latency_ms": 315.011, "ok": true} +{"run": "mixed-547", "latency_ms": 385.938, "ok": true} +{"run": "mixed-547", "latency_ms": 198.864, "ok": true} +{"run": "mixed-547", "latency_ms": 148.648, "ok": true} +{"run": "mixed-547", "latency_ms": 55.881, "ok": true} +{"run": "mixed-547", "latency_ms": 239.178, "ok": true} +{"run": "mixed-547", "latency_ms": 194.641, "ok": false} +{"run": "mixed-547", "latency_ms": 6.801, "ok": true} +{"run": "mixed-547", "latency_ms": 211.777, "ok": true} +{"run": "mixed-547", "latency_ms": 62.272, "ok": true} +{"run": "mixed-547", "latency_ms": 295.62, "ok": true} +{"run": "mixed-547", "latency_ms": 264.194, "ok": true} +{"run": "mixed-547", "latency_ms": 295.794, "ok": false} +{"run": "mixed-547", "latency_ms": 291.469, "ok": true} +{"run": "mixed-547", "latency_ms": 310.31, "ok": true} +{"run": "mixed-547", "latency_ms": 197.468, "ok": true} +{"run": "mixed-547", "latency_ms": 1.341, "ok": true} +{"run": "mixed-547", "latency_ms": 158.716, "ok": true} +{"run": "mixed-547", "latency_ms": 350.221, "ok": true} +{"run": "mixed-547", "latency_ms": 303.715, "ok": true} +{"run": "mixed-547", "latency_ms": 343.218, "ok": true} +{"run": "mixed-547", "latency_ms": 18.527, "ok": true} +{"run": "mixed-547", "latency_ms": 18.044, "ok": true} + +{"run": "mixed-547", "latency_ms": 164.227, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-733.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-733.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e5103ec07af9b4f23b59dcc5f858c1e5955bf827 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-733.ndjson @@ -0,0 +1,38 @@ +{"run": "mixed-733", "latency_ms": 195.499, "ok": true} +{"run": "mixed-733", "latency_ms": 82.407, "ok": true} +{"run": "mixed-733", "latency_ms": 196.368, "ok": true} +{"run": "mixed-733", "latency_ms": 51.346, "ok": true} +{"run": "mixed-733", "latency_ms": 7.539, "ok": true} +{"run": "mixed-733", "latency_ms": 291.606, "ok": true} +{"run": "mixed-733", "latency_ms": 355.631, "ok": true} +{"run": "mixed-733", "latency_ms": 4.931, "ok": true} +{"run": "mixed-733", "latency_ms": 44.592, "ok": true} +{"run": "mixed-733", "latency_ms": 62.88, "ok": true} +{"run": "mixed-733", "latency_ms": 171.447, "ok": true} +{"run": "mixed-733", "latency_ms": 24.671, "ok": true} +{"run": "mixed-733", "latency_ms": 196.917, "ok": true} +{"run": "mixed-733", "latency_ms": 126.47, "ok": true} +{"run": "mixed-733", "latency_ms": 217.416, "ok": true} + +{"run": "mixed-733", "latency_ms": 362.839, "ok": true} +{"run": "mixed-733", "latency_ms": 371.573, "ok": true} +{"run": "mixed-733", "latency_ms": 93.895, "ok": true} +{"run": "mixed-733", "latency_ms": 21.206, "ok": true} +{"run": "mixed-733", "latency_ms": 385.508, "ok": true} +{"run": "mixed-733", "latency_ms": 59.28, "ok": true} +{"run": "mixed-733", "latency_ms": 335.206, "ok": true} + +{"run": "mixed-733", "latency_ms": 364.951, "ok": true} +{"run": "mixed-733", "latency_ms": 68.146, "ok": true} +{"run": "mixed-733", "latency_ms": 277.91, "ok": true} +{"run": "mixed-733", "latency_ms": 336.952, "ok": true} +{"run": "mixed-733", "latency_ms": 118.53, "ok": true} +{"run": "mixed-733", "latency_ms": 350.045, "ok": true} +{"run": "mixed-733", "latency_ms": 271.214, "ok": true} +{"run": "mixed-733", "latency_ms": 344.773, "ok": true} +{"run": "mixed-733", "latency_ms": 115.35, "ok": true} +{"run": "mixed-733", "latency_ms": 227.728, "ok": true} +{"run": "mixed-733", "latency_ms": 352.205, "ok": true} +{"run": "mixed-733", "latency_ms": 364.409, "ok": true} +{"run": "mixed-733", "latency_ms": 230.713, "ok": true} +{"run": "mixed-733", "latency_ms": 49.828, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-746.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-746.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..80b565d2c521118bc84c0dd541640c8e5a7758d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-746.ndjson @@ -0,0 +1,40 @@ +{"run": "mixed-746", "latency_ms": 376.979, "ok": true} +{"run": "mixed-746", "latency_ms": 351.577, "ok": true} +{"run": "mixed-746", "latency_ms": 104.841, "ok": false} +{"run": "mixed-746", "latency_ms": 210.747, "ok": true} +{"run": "mixed-746", "latency_ms": 173.054, "ok": true} +{"run": "mixed-746", "latency_ms": 315.958, "ok": true} +{"run": "mixed-746", "latency_ms": 19.349, "ok": true} +{"run": "mixed-746", "latency_ms": 59.863, "ok": true} +{"run": "mixed-746", "latency_ms": 47.277, "ok": true} + +{"run": "mixed-746", "latency_ms": 186.4, "ok": true} +{"run": "mixed-746", "latency_ms": 329.215, "ok": true} +{"run": "mixed-746", "latency_ms": 329.001, "ok": true} +{"run": "mixed-746", "latency_ms": 242.817, "ok": true} +{"run": "mixed-746", "latency_ms": 179.297, "ok": true} +{"run": "mixed-746", "latency_ms": 90.886, "ok": true} +{"run": "mixed-746", "latency_ms": 158.664, "ok": false} +{"run": "mixed-746", "latency_ms": 393.518, "ok": true} +{"run": "mixed-746", "latency_ms": 362.114, "ok": false} +{"run": "mixed-746", "latency_ms": 322.128, "ok": true} + +{"run": "mixed-746", "latency_ms": 335.641, "ok": true} +{"run": "mixed-746", "latency_ms": 83.577, "ok": true} +{"run": "mixed-746", "latency_ms": 399.844, "ok": true} +{"run": "mixed-746", "latency_ms": 85.92, "ok": true} +{"run": "mixed-746", "latency_ms": 149.905, "ok": true} +{"run": "mixed-746", "latency_ms": 115.049, "ok": true} +{"run": "mixed-746", "latency_ms": 305.007, "ok": true} +{"run": "mixed-746", "latency_ms": 125.106, "ok": true} +{"run": "mixed-746", "latency_ms": 351.419, "ok": true} +{"run": "mixed-746", "latency_ms": 359.905, "ok": true} +{"run": "mixed-746", "latency_ms": 309.465, "ok": true} +{"run": "mixed-746", "latency_ms": 326.838, "ok": true} +{"run": "mixed-746", "latency_ms": 259.749, "ok": false} +{"run": "mixed-746", "latency_ms": 274.405, "ok": true} +{"run": "mixed-746", "latency_ms": 114.583, "ok": true} +{"run": "mixed-746", "latency_ms": 194.445, "ok": true} +{"run": "mixed-746", "latency_ms": 154.525, "ok": true} +{"run": "mixed-746", "latency_ms": 112.605, "ok": true} +{"run": "mixed-746", "latency_ms": 354.22, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-900.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-900.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..f7afbc39368953271d90a99a4cbc5a16741c4509 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/mixed/mixed-900.ndjson @@ -0,0 +1,42 @@ +{"run": "mixed-900", "latency_ms": 354.16, "ok": true} +{"run": "mixed-900", "latency_ms": 183.5, "ok": true} +{"run": "mixed-900", "latency_ms": 337.29, "ok": true} +{"run": "mixed-900", "latency_ms": 317.05, "ok": true} +{"run": "mixed-900", "latency_ms": 66.629, "ok": false} +{"run": "mixed-900", "latency_ms": 265.597, "ok": true} +{"run": "mixed-900", "latency_ms": 109.854, "ok": true} +{"run": "mixed-900", "latency_ms": 324.561, "ok": true} +{"run": "mixed-900", "latency_ms": 231.269, "ok": true} +{"run": "mixed-900", "latency_ms": 312.255, "ok": true} +{"run": "mixed-900", "latency_ms": 135.049, "ok": true} +{"run": "mixed-900", "latency_ms": 87.843, "ok": true} +{"run": "mixed-900", "latency_ms": 306.347, "ok": true} +{"run": "mixed-900", "latency_ms": 117.41, "ok": true} +{"run": "mixed-900", "latency_ms": 12.842, "ok": true} +{"run": "mixed-900", "latency_ms": 311.091, "ok": true} + +{"run": "mixed-900", "latency_ms": 350.582, "ok": true} +{"run": "mixed-900", "latency_ms": 349.885, "ok": true} +{"run": "mixed-900", "latency_ms": 63.734, "ok": false} +{"run": "mixed-900", "latency_ms": 228.447, "ok": true} +{"run": "mixed-900", "latency_ms": 224.169, "ok": true} +{"run": "mixed-900", "latency_ms": 37.249, "ok": true} +{"run": "mixed-900", "latency_ms": 161.407, "ok": true} +{"run": "mixed-900", "latency_ms": 293.685, "ok": true} +{"run": "mixed-900", "latency_ms": 313.937, "ok": true} +{"run": "mixed-900", "latency_ms": 83.059, "ok": true} +{"run": "mixed-900", "latency_ms": 179.1, "ok": true} +{"run": "mixed-900", "latency_ms": 63.4, "ok": true} +{"run": "mixed-900", "latency_ms": 381.124, "ok": true} +{"run": "mixed-900", "latency_ms": 99.084, "ok": true} +{"run": "mixed-900", "latency_ms": 22.063, "ok": true} +{"run": "mixed-900", "latency_ms": 297.607, "ok": true} +{"run": "mixed-900", "latency_ms": 45.083, "ok": true} +{"run": "mixed-900", "latency_ms": 157.128, "ok": true} +{"run": "mixed-900", "latency_ms": 175.366, "ok": true} +{"run": "mixed-900", "latency_ms": 145.714, "ok": true} +{"run": "mixed-900", "latency_ms": 76.007, "ok": false} + +{"run": "mixed-900", "latency_ms": 287.455, "ok": true} +{"run": "mixed-900", "latency_ms": 15.431, "ok": true} +{"run": "mixed-900", "latency_ms": 348.932, "ok": false} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-445.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-445.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..6e3a5e792b4a3fda05cc3a5156daaf97cc1d5f03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-445.ndjson @@ -0,0 +1,35 @@ +{"run": "network-445", "latency_ms": 385.956, "ok": true} +{"run": "network-445", "latency_ms": 192.167, "ok": true} +{"run": "network-445", "latency_ms": 220.019, "ok": true} +{"run": "network-445", "latency_ms": 76.678, "ok": true} + +{"run": "network-445", "latency_ms": 142.883, "ok": true} +{"run": "network-445", "latency_ms": 383.854, "ok": true} +{"run": "network-445", "latency_ms": 222.724, "ok": true} +{"run": "network-445", "latency_ms": 85.409, "ok": true} +{"run": "network-445", "latency_ms": 220.303, "ok": true} + +{"run": "network-445", "latency_ms": 198.55, "ok": true} +{"run": "network-445", "latency_ms": 102.945, "ok": true} +{"run": "network-445", "latency_ms": 259.035, "ok": true} +{"run": "network-445", "latency_ms": 37.804, "ok": true} +{"run": "network-445", "latency_ms": 210.911, "ok": false} +{"run": "network-445", "latency_ms": 385.415, "ok": true} +{"run": "network-445", "latency_ms": 376.036, "ok": true} +{"run": "network-445", "latency_ms": 184.412, "ok": true} +{"run": "network-445", "latency_ms": 1.825, "ok": true} +{"run": "network-445", "latency_ms": 203.6, "ok": true} +{"run": "network-445", "latency_ms": 71.973, "ok": true} +{"run": "network-445", "latency_ms": 14.369, "ok": true} +{"run": "network-445", "latency_ms": 47.542, "ok": false} +{"run": "network-445", "latency_ms": 300.287, "ok": false} +{"run": "network-445", "latency_ms": 333.798, "ok": true} +{"run": "network-445", "latency_ms": 232.45, "ok": true} +{"run": "network-445", "latency_ms": 322.682, "ok": true} +{"run": "network-445", "latency_ms": 158.106, "ok": true} +{"run": "network-445", "latency_ms": 123.634, "ok": true} +{"run": "network-445", "latency_ms": 141.947, "ok": true} +{"run": "network-445", "latency_ms": 188.614, "ok": true} +{"run": "network-445", "latency_ms": 85.076, "ok": true} +{"run": "network-445", "latency_ms": 352.119, "ok": true} +{"run": "network-445", "latency_ms": 272.511, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-824.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-824.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..386c5c3d3c7f93bec8ac1028b864f4de3d5c1eee --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-824.ndjson @@ -0,0 +1,36 @@ +{"run": "network-824", "latency_ms": 84.085, "ok": true} +{"run": "network-824", "latency_ms": 189.702, "ok": true} +{"run": "network-824", "latency_ms": 368.829, "ok": false} +{"run": "network-824", "latency_ms": 104.082, "ok": true} +{"run": "network-824", "latency_ms": 50.933, "ok": true} +{"run": "network-824", "latency_ms": 294.727, "ok": true} +{"run": "network-824", "latency_ms": 15.721, "ok": true} +{"run": "network-824", "latency_ms": 166.739, "ok": true} +{"run": "network-824", "latency_ms": 7.852, "ok": true} +{"run": "network-824", "latency_ms": 25.823, "ok": true} +{"run": "network-824", "latency_ms": 397.629, "ok": true} +{"run": "network-824", "latency_ms": 368.185, "ok": true} +{"run": "network-824", "latency_ms": 260.373, "ok": true} +{"run": "network-824", "latency_ms": 181.475, "ok": true} +{"run": "network-824", "latency_ms": 170.803, "ok": false} +{"run": "network-824", "latency_ms": 344.212, "ok": true} + +{"run": "network-824", "latency_ms": 279.111, "ok": true} +{"run": "network-824", "latency_ms": 156.075, "ok": true} +{"run": "network-824", "latency_ms": 241.228, "ok": true} +{"run": "network-824", "latency_ms": 14.951, "ok": true} +{"run": "network-824", "latency_ms": 384.637, "ok": true} +{"run": "network-824", "latency_ms": 265.815, "ok": true} +{"run": "network-824", "latency_ms": 385.963, "ok": true} +{"run": "network-824", "latency_ms": 294.83, "ok": false} +{"run": "network-824", "latency_ms": 379.888, "ok": true} +{"run": "network-824", "latency_ms": 206.928, "ok": true} +{"run": "network-824", "latency_ms": 109.261, "ok": true} +{"run": "network-824", "latency_ms": 292.875, "ok": true} +{"run": "network-824", "latency_ms": 314.219, "ok": true} +{"run": "network-824", "latency_ms": 312.542, "ok": true} +{"run": "network-824", "latency_ms": 395.704, "ok": true} + +{"run": "network-824", "latency_ms": 82.58, "ok": true} +{"run": "network-824", "latency_ms": 210.175, "ok": true} +{"run": "network-824", "latency_ms": 225.647, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-844.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-844.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..2a5e6ac3d19c895e3e58dcbadb154082e6341720 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-844.ndjson @@ -0,0 +1,30 @@ +{"run": "network-844", "latency_ms": 92.875, "ok": true} +{"run": "network-844", "latency_ms": 317.036, "ok": true} +{"run": "network-844", "latency_ms": 106.517, "ok": true} + +{"run": "network-844", "latency_ms": 6.545, "ok": true} +{"run": "network-844", "latency_ms": 62.507, "ok": true} +{"run": "network-844", "latency_ms": 278.666, "ok": true} +{"run": "network-844", "latency_ms": 295.208, "ok": true} +{"run": "network-844", "latency_ms": 251.729, "ok": true} +{"run": "network-844", "latency_ms": 89.794, "ok": true} +{"run": "network-844", "latency_ms": 62.049, "ok": true} +{"run": "network-844", "latency_ms": 324.492, "ok": true} +{"run": "network-844", "latency_ms": 17.823, "ok": false} +{"run": "network-844", "latency_ms": 294.665, "ok": true} +{"run": "network-844", "latency_ms": 163.622, "ok": true} +{"run": "network-844", "latency_ms": 358.236, "ok": true} +{"run": "network-844", "latency_ms": 62.906, "ok": true} +{"run": "network-844", "latency_ms": 25.326, "ok": true} +{"run": "network-844", "latency_ms": 326.739, "ok": true} +{"run": "network-844", "latency_ms": 109.445, "ok": true} +{"run": "network-844", "latency_ms": 358.471, "ok": true} +{"run": "network-844", "latency_ms": 306.369, "ok": true} +{"run": "network-844", "latency_ms": 94.534, "ok": true} +{"run": "network-844", "latency_ms": 248.274, "ok": true} +{"run": "network-844", "latency_ms": 241.898, "ok": true} +{"run": "network-844", "latency_ms": 306.796, "ok": true} +{"run": "network-844", "latency_ms": 343.871, "ok": true} +{"run": "network-844", "latency_ms": 366.781, "ok": true} +{"run": "network-844", "latency_ms": 15.267, "ok": true} + diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-996.ndjson b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-996.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..f1cc11b13df470c50fe64872b7f85c0208de0bcc --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/network/network-996.ndjson @@ -0,0 +1,40 @@ +{"run": "network-996", "latency_ms": 81.914, "ok": false} +{"run": "network-996", "latency_ms": 160.463, "ok": true} +{"run": "network-996", "latency_ms": 231.29, "ok": true} +{"run": "network-996", "latency_ms": 253.101, "ok": true} +{"run": "network-996", "latency_ms": 131.746, "ok": true} +{"run": "network-996", "latency_ms": 104.368, "ok": true} +{"run": "network-996", "latency_ms": 28.137, "ok": true} +{"run": "network-996", "latency_ms": 232.606, "ok": true} +{"run": "network-996", "latency_ms": 2.518, "ok": true} +{"run": "network-996", "latency_ms": 41.247, "ok": true} +{"run": "network-996", "latency_ms": 393.166, "ok": true} +{"run": "network-996", "latency_ms": 44.841, "ok": true} +{"run": "network-996", "latency_ms": 229.133, "ok": true} +{"run": "network-996", "latency_ms": 384.507, "ok": true} +{"run": "network-996", "latency_ms": 42.76, "ok": true} +{"run": "network-996", "latency_ms": 115.737, "ok": true} +{"run": "network-996", "latency_ms": 67.573, "ok": true} + +{"run": "network-996", "latency_ms": 112.258, "ok": true} +{"run": "network-996", "latency_ms": 3.926, "ok": true} + +{"run": "network-996", "latency_ms": 210.624, "ok": true} +{"run": "network-996", "latency_ms": 62.143, "ok": true} +{"run": "network-996", "latency_ms": 292.988, "ok": true} +{"run": "network-996", "latency_ms": 204.426, "ok": true} +{"run": "network-996", "latency_ms": 273.209, "ok": true} +{"run": "network-996", "latency_ms": 244.249, "ok": true} +{"run": "network-996", "latency_ms": 366.893, "ok": true} +{"run": "network-996", "latency_ms": 324.283, "ok": true} +{"run": "network-996", "latency_ms": 241.0, "ok": true} +{"run": "network-996", "latency_ms": 398.612, "ok": true} +{"run": "network-996", "latency_ms": 301.944, "ok": true} +{"run": "network-996", "latency_ms": 31.65, "ok": true} +{"run": "network-996", "latency_ms": 176.365, "ok": true} +{"run": "network-996", "latency_ms": 169.378, "ok": true} +{"run": "network-996", "latency_ms": 199.407, "ok": true} +{"run": "network-996", "latency_ms": 147.501, "ok": true} +{"run": "network-996", "latency_ms": 126.467, "ok": false} +{"run": "network-996", "latency_ms": 22.554, "ok": true} +{"run": "network-996", "latency_ms": 360.772, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/reports/avg_latency.tsv b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/reports/avg_latency.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1af9dbd667b850d67d75960ea9c369cd137e2b5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/benchmarks/reports/avg_latency.tsv @@ -0,0 +1,18 @@ +cpu-bound-400 182 +cpu-bound-793 224 +cpu-bound-925 233 +cpu-bound-966 185 +io-bound-306 163 +io-bound-373 212 +io-bound-391 187 +io-bound-819 217 +io-bound-977 213 +mixed-351 198 +mixed-547 188 +mixed-733 198 +mixed-746 228 +mixed-900 196 +network-445 198 +network-824 223 +network-844 197 +network-996 179 diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-400.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-400.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..fa6753cb545fc45a741a87824925e21f4cb1b0f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-400.ndjson @@ -0,0 +1,41 @@ +{"run": "cpu-bound-400", "latency_ms": 227.817, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 23.656, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 157.745, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 28.765, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 250.323, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 52.347, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 29.366, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 173.05, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 143.665, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 42.767, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 356.938, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 301.272, "ok": true} + +{"run": "cpu-bound-400", "latency_ms": 389.974, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 340.689, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 27.956, "ok": true} + +{"run": "cpu-bound-400", "latency_ms": 147.906, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 335.671, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 386.169, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 173.776, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 243.133, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 207.431, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 277.323, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 241.854, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 135.336, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 68.158, "ok": false} +{"run": "cpu-bound-400", "latency_ms": 254.048, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 60.66, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 79.787, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 237.124, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 146.626, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 201.477, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 117.676, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 306.568, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 256.545, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 238.632, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 252.038, "ok": false} +{"run": "cpu-bound-400", "latency_ms": 2.334, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 190.293, "ok": true} +{"run": "cpu-bound-400", "latency_ms": 0.587, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-793.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-793.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..699a6b767d4cbac6768349f342cbbeab979d47b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-793.ndjson @@ -0,0 +1,23 @@ +{"run": "cpu-bound-793", "latency_ms": 52.481, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 185.569, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 342.533, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 346.315, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 19.251, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 252.416, "ok": false} +{"run": "cpu-bound-793", "latency_ms": 129.234, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 357.821, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 322.922, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 185.557, "ok": true} + +{"run": "cpu-bound-793", "latency_ms": 394.646, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 3.769, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 152.468, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 146.821, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 334.319, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 307.847, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 257.032, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 179.198, "ok": true} + +{"run": "cpu-bound-793", "latency_ms": 290.866, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 330.164, "ok": true} +{"run": "cpu-bound-793", "latency_ms": 124.96, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-925.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-925.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..396de20b59ca9851f3153536510d2a9b66d6fe07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-925.ndjson @@ -0,0 +1,22 @@ +{"run": "cpu-bound-925", "latency_ms": 324.465, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 4.895, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 100.342, "ok": true} + +{"run": "cpu-bound-925", "latency_ms": 182.74, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 399.333, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 88.771, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 366.481, "ok": false} +{"run": "cpu-bound-925", "latency_ms": 334.668, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 198.445, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 292.127, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 268.025, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 105.849, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 281.179, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 126.364, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 215.161, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 301.208, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 56.898, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 372.641, "ok": true} +{"run": "cpu-bound-925", "latency_ms": 344.494, "ok": true} + +{"run": "cpu-bound-925", "latency_ms": 315.336, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-966.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-966.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..269283f8ec0925b7fc54d21b391caa1ad9748eef --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/cpu-bound/cpu-bound-966.ndjson @@ -0,0 +1,23 @@ + +{"run": "cpu-bound-966", "latency_ms": 283.41, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 180.011, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 272.499, "ok": true} + +{"run": "cpu-bound-966", "latency_ms": 122.682, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 167.015, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 230.879, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 178.353, "ok": false} +{"run": "cpu-bound-966", "latency_ms": 53.914, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 138.436, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 227.167, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 278.068, "ok": false} +{"run": "cpu-bound-966", "latency_ms": 175.033, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 164.969, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 233.776, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 305.424, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 221.236, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 140.812, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 112.042, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 14.602, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 231.229, "ok": true} +{"run": "cpu-bound-966", "latency_ms": 169.273, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-306.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-306.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..ca4520f4e28146aa72d14ea56925ab169de1ea95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-306.ndjson @@ -0,0 +1,28 @@ +{"run": "io-bound-306", "latency_ms": 235.9, "ok": true} + +{"run": "io-bound-306", "latency_ms": 201.593, "ok": true} +{"run": "io-bound-306", "latency_ms": 326.803, "ok": true} +{"run": "io-bound-306", "latency_ms": 20.95, "ok": true} +{"run": "io-bound-306", "latency_ms": 216.171, "ok": true} +{"run": "io-bound-306", "latency_ms": 188.809, "ok": true} +{"run": "io-bound-306", "latency_ms": 195.803, "ok": true} +{"run": "io-bound-306", "latency_ms": 26.536, "ok": true} +{"run": "io-bound-306", "latency_ms": 87.08, "ok": true} +{"run": "io-bound-306", "latency_ms": 115.936, "ok": true} +{"run": "io-bound-306", "latency_ms": 149.228, "ok": true} +{"run": "io-bound-306", "latency_ms": 64.665, "ok": true} +{"run": "io-bound-306", "latency_ms": 24.802, "ok": true} +{"run": "io-bound-306", "latency_ms": 27.084, "ok": true} +{"run": "io-bound-306", "latency_ms": 66.538, "ok": true} +{"run": "io-bound-306", "latency_ms": 381.669, "ok": true} +{"run": "io-bound-306", "latency_ms": 241.493, "ok": false} + +{"run": "io-bound-306", "latency_ms": 100.061, "ok": true} +{"run": "io-bound-306", "latency_ms": 209.602, "ok": true} +{"run": "io-bound-306", "latency_ms": 44.268, "ok": true} +{"run": "io-bound-306", "latency_ms": 235.793, "ok": true} +{"run": "io-bound-306", "latency_ms": 155.093, "ok": true} +{"run": "io-bound-306", "latency_ms": 161.338, "ok": true} +{"run": "io-bound-306", "latency_ms": 155.72, "ok": true} +{"run": "io-bound-306", "latency_ms": 322.115, "ok": true} +{"run": "io-bound-306", "latency_ms": 283.632, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-373.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-373.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..0dc36a91125f757c6b1463d7782167316a3d0f3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-373.ndjson @@ -0,0 +1,34 @@ +{"run": "io-bound-373", "latency_ms": 119.674, "ok": true} +{"run": "io-bound-373", "latency_ms": 257.375, "ok": true} +{"run": "io-bound-373", "latency_ms": 335.216, "ok": true} +{"run": "io-bound-373", "latency_ms": 377.935, "ok": true} +{"run": "io-bound-373", "latency_ms": 89.508, "ok": true} +{"run": "io-bound-373", "latency_ms": 356.458, "ok": true} +{"run": "io-bound-373", "latency_ms": 321.324, "ok": true} + +{"run": "io-bound-373", "latency_ms": 103.249, "ok": true} +{"run": "io-bound-373", "latency_ms": 381.402, "ok": true} +{"run": "io-bound-373", "latency_ms": 160.842, "ok": true} +{"run": "io-bound-373", "latency_ms": 38.863, "ok": true} +{"run": "io-bound-373", "latency_ms": 107.625, "ok": true} +{"run": "io-bound-373", "latency_ms": 75.216, "ok": true} +{"run": "io-bound-373", "latency_ms": 21.286, "ok": true} +{"run": "io-bound-373", "latency_ms": 285.927, "ok": true} +{"run": "io-bound-373", "latency_ms": 379.278, "ok": true} +{"run": "io-bound-373", "latency_ms": 397.387, "ok": true} + +{"run": "io-bound-373", "latency_ms": 119.412, "ok": true} +{"run": "io-bound-373", "latency_ms": 287.357, "ok": true} +{"run": "io-bound-373", "latency_ms": 197.849, "ok": true} +{"run": "io-bound-373", "latency_ms": 126.986, "ok": true} +{"run": "io-bound-373", "latency_ms": 161.011, "ok": true} +{"run": "io-bound-373", "latency_ms": 235.207, "ok": true} +{"run": "io-bound-373", "latency_ms": 107.459, "ok": true} +{"run": "io-bound-373", "latency_ms": 353.473, "ok": true} +{"run": "io-bound-373", "latency_ms": 92.031, "ok": false} +{"run": "io-bound-373", "latency_ms": 358.303, "ok": true} +{"run": "io-bound-373", "latency_ms": 260.607, "ok": true} +{"run": "io-bound-373", "latency_ms": 300.467, "ok": true} +{"run": "io-bound-373", "latency_ms": 151.197, "ok": true} +{"run": "io-bound-373", "latency_ms": 21.516, "ok": true} +{"run": "io-bound-373", "latency_ms": 234.516, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-391.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-391.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..584b190c134b38e955972f175081e503b92c58d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-391.ndjson @@ -0,0 +1,27 @@ +{"run": "io-bound-391", "latency_ms": 205.119, "ok": true} +{"run": "io-bound-391", "latency_ms": 337.529, "ok": true} +{"run": "io-bound-391", "latency_ms": 85.198, "ok": true} +{"run": "io-bound-391", "latency_ms": 109.066, "ok": true} +{"run": "io-bound-391", "latency_ms": 57.962, "ok": false} +{"run": "io-bound-391", "latency_ms": 309.976, "ok": true} +{"run": "io-bound-391", "latency_ms": 198.484, "ok": true} +{"run": "io-bound-391", "latency_ms": 146.086, "ok": true} +{"run": "io-bound-391", "latency_ms": 42.856, "ok": true} +{"run": "io-bound-391", "latency_ms": 177.235, "ok": true} +{"run": "io-bound-391", "latency_ms": 128.646, "ok": true} +{"run": "io-bound-391", "latency_ms": 296.181, "ok": true} +{"run": "io-bound-391", "latency_ms": 349.735, "ok": false} +{"run": "io-bound-391", "latency_ms": 130.938, "ok": true} +{"run": "io-bound-391", "latency_ms": 235.317, "ok": true} +{"run": "io-bound-391", "latency_ms": 13.817, "ok": true} +{"run": "io-bound-391", "latency_ms": 24.866, "ok": true} +{"run": "io-bound-391", "latency_ms": 324.234, "ok": true} + +{"run": "io-bound-391", "latency_ms": 109.91, "ok": true} +{"run": "io-bound-391", "latency_ms": 234.958, "ok": true} +{"run": "io-bound-391", "latency_ms": 379.299, "ok": true} +{"run": "io-bound-391", "latency_ms": 1.72, "ok": true} +{"run": "io-bound-391", "latency_ms": 279.788, "ok": true} +{"run": "io-bound-391", "latency_ms": 358.932, "ok": true} + +{"run": "io-bound-391", "latency_ms": 151.929, "ok": false} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-819.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-819.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..a9a61b3f7b88db3fd4507ca8347d742893ead791 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-819.ndjson @@ -0,0 +1,25 @@ +{"run": "io-bound-819", "latency_ms": 388.789, "ok": true} +{"run": "io-bound-819", "latency_ms": 202.206, "ok": true} +{"run": "io-bound-819", "latency_ms": 307.113, "ok": true} +{"run": "io-bound-819", "latency_ms": 295.631, "ok": true} +{"run": "io-bound-819", "latency_ms": 175.53, "ok": true} +{"run": "io-bound-819", "latency_ms": 159.39, "ok": true} +{"run": "io-bound-819", "latency_ms": 340.266, "ok": true} +{"run": "io-bound-819", "latency_ms": 201.91, "ok": true} +{"run": "io-bound-819", "latency_ms": 170.621, "ok": true} + +{"run": "io-bound-819", "latency_ms": 93.687, "ok": true} +{"run": "io-bound-819", "latency_ms": 266.663, "ok": false} +{"run": "io-bound-819", "latency_ms": 149.387, "ok": true} +{"run": "io-bound-819", "latency_ms": 241.617, "ok": true} +{"run": "io-bound-819", "latency_ms": 37.798, "ok": true} + +{"run": "io-bound-819", "latency_ms": 332.876, "ok": true} +{"run": "io-bound-819", "latency_ms": 319.137, "ok": true} +{"run": "io-bound-819", "latency_ms": 253.862, "ok": true} +{"run": "io-bound-819", "latency_ms": 319.419, "ok": true} +{"run": "io-bound-819", "latency_ms": 103.635, "ok": true} +{"run": "io-bound-819", "latency_ms": 387.794, "ok": true} +{"run": "io-bound-819", "latency_ms": 153.846, "ok": true} +{"run": "io-bound-819", "latency_ms": 9.496, "ok": false} +{"run": "io-bound-819", "latency_ms": 91.787, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-977.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-977.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..974f72b5316380d50d1c40fb5e2050fa3a80416f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/io-bound/io-bound-977.ndjson @@ -0,0 +1,36 @@ + +{"run": "io-bound-977", "latency_ms": 394.041, "ok": true} +{"run": "io-bound-977", "latency_ms": 393.781, "ok": true} +{"run": "io-bound-977", "latency_ms": 395.288, "ok": true} +{"run": "io-bound-977", "latency_ms": 299.275, "ok": true} +{"run": "io-bound-977", "latency_ms": 145.619, "ok": true} +{"run": "io-bound-977", "latency_ms": 245.524, "ok": true} +{"run": "io-bound-977", "latency_ms": 337.509, "ok": true} +{"run": "io-bound-977", "latency_ms": 202.541, "ok": true} +{"run": "io-bound-977", "latency_ms": 142.02, "ok": true} +{"run": "io-bound-977", "latency_ms": 55.628, "ok": true} +{"run": "io-bound-977", "latency_ms": 259.021, "ok": true} +{"run": "io-bound-977", "latency_ms": 253.375, "ok": true} +{"run": "io-bound-977", "latency_ms": 287.945, "ok": true} +{"run": "io-bound-977", "latency_ms": 303.772, "ok": true} +{"run": "io-bound-977", "latency_ms": 45.139, "ok": true} +{"run": "io-bound-977", "latency_ms": 388.947, "ok": true} +{"run": "io-bound-977", "latency_ms": 303.457, "ok": true} +{"run": "io-bound-977", "latency_ms": 113.037, "ok": true} +{"run": "io-bound-977", "latency_ms": 61.398, "ok": true} +{"run": "io-bound-977", "latency_ms": 85.644, "ok": true} +{"run": "io-bound-977", "latency_ms": 207.09, "ok": true} +{"run": "io-bound-977", "latency_ms": 224.243, "ok": true} + +{"run": "io-bound-977", "latency_ms": 115.601, "ok": true} +{"run": "io-bound-977", "latency_ms": 132.649, "ok": true} +{"run": "io-bound-977", "latency_ms": 119.352, "ok": true} +{"run": "io-bound-977", "latency_ms": 253.72, "ok": true} +{"run": "io-bound-977", "latency_ms": 375.2, "ok": true} +{"run": "io-bound-977", "latency_ms": 140.368, "ok": true} +{"run": "io-bound-977", "latency_ms": 105.974, "ok": true} +{"run": "io-bound-977", "latency_ms": 55.255, "ok": true} +{"run": "io-bound-977", "latency_ms": 350.155, "ok": true} +{"run": "io-bound-977", "latency_ms": 16.863, "ok": true} +{"run": "io-bound-977", "latency_ms": 252.939, "ok": true} +{"run": "io-bound-977", "latency_ms": 199.815, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-351.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-351.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..bf3a320bce7a3e2cb005e7ec6e672d7571733e78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-351.ndjson @@ -0,0 +1,25 @@ +{"run": "mixed-351", "latency_ms": 71.175, "ok": true} +{"run": "mixed-351", "latency_ms": 156.162, "ok": false} + +{"run": "mixed-351", "latency_ms": 187.779, "ok": true} +{"run": "mixed-351", "latency_ms": 53.43, "ok": true} +{"run": "mixed-351", "latency_ms": 384.69, "ok": true} +{"run": "mixed-351", "latency_ms": 142.603, "ok": true} +{"run": "mixed-351", "latency_ms": 138.184, "ok": true} +{"run": "mixed-351", "latency_ms": 55.419, "ok": true} +{"run": "mixed-351", "latency_ms": 366.409, "ok": true} +{"run": "mixed-351", "latency_ms": 387.447, "ok": true} +{"run": "mixed-351", "latency_ms": 364.93, "ok": true} +{"run": "mixed-351", "latency_ms": 80.839, "ok": true} +{"run": "mixed-351", "latency_ms": 70.187, "ok": true} +{"run": "mixed-351", "latency_ms": 384.11, "ok": true} +{"run": "mixed-351", "latency_ms": 329.865, "ok": true} +{"run": "mixed-351", "latency_ms": 337.063, "ok": true} +{"run": "mixed-351", "latency_ms": 225.91, "ok": true} +{"run": "mixed-351", "latency_ms": 38.882, "ok": true} +{"run": "mixed-351", "latency_ms": 198.253, "ok": true} +{"run": "mixed-351", "latency_ms": 249.124, "ok": true} +{"run": "mixed-351", "latency_ms": 100.214, "ok": true} +{"run": "mixed-351", "latency_ms": 41.21, "ok": true} +{"run": "mixed-351", "latency_ms": 201.131, "ok": true} + diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-547.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-547.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..9d24df2109274308d95ae247a61cab6aa75740b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-547.ndjson @@ -0,0 +1,35 @@ +{"run": "mixed-547", "latency_ms": 295.93, "ok": true} +{"run": "mixed-547", "latency_ms": 225.151, "ok": true} +{"run": "mixed-547", "latency_ms": 14.03, "ok": true} +{"run": "mixed-547", "latency_ms": 263.033, "ok": true} +{"run": "mixed-547", "latency_ms": 20.652, "ok": true} +{"run": "mixed-547", "latency_ms": 44.022, "ok": true} +{"run": "mixed-547", "latency_ms": 165.418, "ok": true} + +{"run": "mixed-547", "latency_ms": 203.186, "ok": true} +{"run": "mixed-547", "latency_ms": 142.892, "ok": true} +{"run": "mixed-547", "latency_ms": 315.011, "ok": true} +{"run": "mixed-547", "latency_ms": 385.938, "ok": true} +{"run": "mixed-547", "latency_ms": 198.864, "ok": true} +{"run": "mixed-547", "latency_ms": 148.648, "ok": true} +{"run": "mixed-547", "latency_ms": 55.881, "ok": true} +{"run": "mixed-547", "latency_ms": 239.178, "ok": true} +{"run": "mixed-547", "latency_ms": 194.641, "ok": false} +{"run": "mixed-547", "latency_ms": 6.801, "ok": true} +{"run": "mixed-547", "latency_ms": 211.777, "ok": true} +{"run": "mixed-547", "latency_ms": 62.272, "ok": true} +{"run": "mixed-547", "latency_ms": 295.62, "ok": true} +{"run": "mixed-547", "latency_ms": 264.194, "ok": true} +{"run": "mixed-547", "latency_ms": 295.794, "ok": false} +{"run": "mixed-547", "latency_ms": 291.469, "ok": true} +{"run": "mixed-547", "latency_ms": 310.31, "ok": true} +{"run": "mixed-547", "latency_ms": 197.468, "ok": true} +{"run": "mixed-547", "latency_ms": 1.341, "ok": true} +{"run": "mixed-547", "latency_ms": 158.716, "ok": true} +{"run": "mixed-547", "latency_ms": 350.221, "ok": true} +{"run": "mixed-547", "latency_ms": 303.715, "ok": true} +{"run": "mixed-547", "latency_ms": 343.218, "ok": true} +{"run": "mixed-547", "latency_ms": 18.527, "ok": true} +{"run": "mixed-547", "latency_ms": 18.044, "ok": true} + +{"run": "mixed-547", "latency_ms": 164.227, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-733.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-733.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..e5103ec07af9b4f23b59dcc5f858c1e5955bf827 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-733.ndjson @@ -0,0 +1,38 @@ +{"run": "mixed-733", "latency_ms": 195.499, "ok": true} +{"run": "mixed-733", "latency_ms": 82.407, "ok": true} +{"run": "mixed-733", "latency_ms": 196.368, "ok": true} +{"run": "mixed-733", "latency_ms": 51.346, "ok": true} +{"run": "mixed-733", "latency_ms": 7.539, "ok": true} +{"run": "mixed-733", "latency_ms": 291.606, "ok": true} +{"run": "mixed-733", "latency_ms": 355.631, "ok": true} +{"run": "mixed-733", "latency_ms": 4.931, "ok": true} +{"run": "mixed-733", "latency_ms": 44.592, "ok": true} +{"run": "mixed-733", "latency_ms": 62.88, "ok": true} +{"run": "mixed-733", "latency_ms": 171.447, "ok": true} +{"run": "mixed-733", "latency_ms": 24.671, "ok": true} +{"run": "mixed-733", "latency_ms": 196.917, "ok": true} +{"run": "mixed-733", "latency_ms": 126.47, "ok": true} +{"run": "mixed-733", "latency_ms": 217.416, "ok": true} + +{"run": "mixed-733", "latency_ms": 362.839, "ok": true} +{"run": "mixed-733", "latency_ms": 371.573, "ok": true} +{"run": "mixed-733", "latency_ms": 93.895, "ok": true} +{"run": "mixed-733", "latency_ms": 21.206, "ok": true} +{"run": "mixed-733", "latency_ms": 385.508, "ok": true} +{"run": "mixed-733", "latency_ms": 59.28, "ok": true} +{"run": "mixed-733", "latency_ms": 335.206, "ok": true} + +{"run": "mixed-733", "latency_ms": 364.951, "ok": true} +{"run": "mixed-733", "latency_ms": 68.146, "ok": true} +{"run": "mixed-733", "latency_ms": 277.91, "ok": true} +{"run": "mixed-733", "latency_ms": 336.952, "ok": true} +{"run": "mixed-733", "latency_ms": 118.53, "ok": true} +{"run": "mixed-733", "latency_ms": 350.045, "ok": true} +{"run": "mixed-733", "latency_ms": 271.214, "ok": true} +{"run": "mixed-733", "latency_ms": 344.773, "ok": true} +{"run": "mixed-733", "latency_ms": 115.35, "ok": true} +{"run": "mixed-733", "latency_ms": 227.728, "ok": true} +{"run": "mixed-733", "latency_ms": 352.205, "ok": true} +{"run": "mixed-733", "latency_ms": 364.409, "ok": true} +{"run": "mixed-733", "latency_ms": 230.713, "ok": true} +{"run": "mixed-733", "latency_ms": 49.828, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-746.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-746.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..80b565d2c521118bc84c0dd541640c8e5a7758d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-746.ndjson @@ -0,0 +1,40 @@ +{"run": "mixed-746", "latency_ms": 376.979, "ok": true} +{"run": "mixed-746", "latency_ms": 351.577, "ok": true} +{"run": "mixed-746", "latency_ms": 104.841, "ok": false} +{"run": "mixed-746", "latency_ms": 210.747, "ok": true} +{"run": "mixed-746", "latency_ms": 173.054, "ok": true} +{"run": "mixed-746", "latency_ms": 315.958, "ok": true} +{"run": "mixed-746", "latency_ms": 19.349, "ok": true} +{"run": "mixed-746", "latency_ms": 59.863, "ok": true} +{"run": "mixed-746", "latency_ms": 47.277, "ok": true} + +{"run": "mixed-746", "latency_ms": 186.4, "ok": true} +{"run": "mixed-746", "latency_ms": 329.215, "ok": true} +{"run": "mixed-746", "latency_ms": 329.001, "ok": true} +{"run": "mixed-746", "latency_ms": 242.817, "ok": true} +{"run": "mixed-746", "latency_ms": 179.297, "ok": true} +{"run": "mixed-746", "latency_ms": 90.886, "ok": true} +{"run": "mixed-746", "latency_ms": 158.664, "ok": false} +{"run": "mixed-746", "latency_ms": 393.518, "ok": true} +{"run": "mixed-746", "latency_ms": 362.114, "ok": false} +{"run": "mixed-746", "latency_ms": 322.128, "ok": true} + +{"run": "mixed-746", "latency_ms": 335.641, "ok": true} +{"run": "mixed-746", "latency_ms": 83.577, "ok": true} +{"run": "mixed-746", "latency_ms": 399.844, "ok": true} +{"run": "mixed-746", "latency_ms": 85.92, "ok": true} +{"run": "mixed-746", "latency_ms": 149.905, "ok": true} +{"run": "mixed-746", "latency_ms": 115.049, "ok": true} +{"run": "mixed-746", "latency_ms": 305.007, "ok": true} +{"run": "mixed-746", "latency_ms": 125.106, "ok": true} +{"run": "mixed-746", "latency_ms": 351.419, "ok": true} +{"run": "mixed-746", "latency_ms": 359.905, "ok": true} +{"run": "mixed-746", "latency_ms": 309.465, "ok": true} +{"run": "mixed-746", "latency_ms": 326.838, "ok": true} +{"run": "mixed-746", "latency_ms": 259.749, "ok": false} +{"run": "mixed-746", "latency_ms": 274.405, "ok": true} +{"run": "mixed-746", "latency_ms": 114.583, "ok": true} +{"run": "mixed-746", "latency_ms": 194.445, "ok": true} +{"run": "mixed-746", "latency_ms": 154.525, "ok": true} +{"run": "mixed-746", "latency_ms": 112.605, "ok": true} +{"run": "mixed-746", "latency_ms": 354.22, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-900.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-900.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..f7afbc39368953271d90a99a4cbc5a16741c4509 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/mixed/mixed-900.ndjson @@ -0,0 +1,42 @@ +{"run": "mixed-900", "latency_ms": 354.16, "ok": true} +{"run": "mixed-900", "latency_ms": 183.5, "ok": true} +{"run": "mixed-900", "latency_ms": 337.29, "ok": true} +{"run": "mixed-900", "latency_ms": 317.05, "ok": true} +{"run": "mixed-900", "latency_ms": 66.629, "ok": false} +{"run": "mixed-900", "latency_ms": 265.597, "ok": true} +{"run": "mixed-900", "latency_ms": 109.854, "ok": true} +{"run": "mixed-900", "latency_ms": 324.561, "ok": true} +{"run": "mixed-900", "latency_ms": 231.269, "ok": true} +{"run": "mixed-900", "latency_ms": 312.255, "ok": true} +{"run": "mixed-900", "latency_ms": 135.049, "ok": true} +{"run": "mixed-900", "latency_ms": 87.843, "ok": true} +{"run": "mixed-900", "latency_ms": 306.347, "ok": true} +{"run": "mixed-900", "latency_ms": 117.41, "ok": true} +{"run": "mixed-900", "latency_ms": 12.842, "ok": true} +{"run": "mixed-900", "latency_ms": 311.091, "ok": true} + +{"run": "mixed-900", "latency_ms": 350.582, "ok": true} +{"run": "mixed-900", "latency_ms": 349.885, "ok": true} +{"run": "mixed-900", "latency_ms": 63.734, "ok": false} +{"run": "mixed-900", "latency_ms": 228.447, "ok": true} +{"run": "mixed-900", "latency_ms": 224.169, "ok": true} +{"run": "mixed-900", "latency_ms": 37.249, "ok": true} +{"run": "mixed-900", "latency_ms": 161.407, "ok": true} +{"run": "mixed-900", "latency_ms": 293.685, "ok": true} +{"run": "mixed-900", "latency_ms": 313.937, "ok": true} +{"run": "mixed-900", "latency_ms": 83.059, "ok": true} +{"run": "mixed-900", "latency_ms": 179.1, "ok": true} +{"run": "mixed-900", "latency_ms": 63.4, "ok": true} +{"run": "mixed-900", "latency_ms": 381.124, "ok": true} +{"run": "mixed-900", "latency_ms": 99.084, "ok": true} +{"run": "mixed-900", "latency_ms": 22.063, "ok": true} +{"run": "mixed-900", "latency_ms": 297.607, "ok": true} +{"run": "mixed-900", "latency_ms": 45.083, "ok": true} +{"run": "mixed-900", "latency_ms": 157.128, "ok": true} +{"run": "mixed-900", "latency_ms": 175.366, "ok": true} +{"run": "mixed-900", "latency_ms": 145.714, "ok": true} +{"run": "mixed-900", "latency_ms": 76.007, "ok": false} + +{"run": "mixed-900", "latency_ms": 287.455, "ok": true} +{"run": "mixed-900", "latency_ms": 15.431, "ok": true} +{"run": "mixed-900", "latency_ms": 348.932, "ok": false} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-445.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-445.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..6e3a5e792b4a3fda05cc3a5156daaf97cc1d5f03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-445.ndjson @@ -0,0 +1,35 @@ +{"run": "network-445", "latency_ms": 385.956, "ok": true} +{"run": "network-445", "latency_ms": 192.167, "ok": true} +{"run": "network-445", "latency_ms": 220.019, "ok": true} +{"run": "network-445", "latency_ms": 76.678, "ok": true} + +{"run": "network-445", "latency_ms": 142.883, "ok": true} +{"run": "network-445", "latency_ms": 383.854, "ok": true} +{"run": "network-445", "latency_ms": 222.724, "ok": true} +{"run": "network-445", "latency_ms": 85.409, "ok": true} +{"run": "network-445", "latency_ms": 220.303, "ok": true} + +{"run": "network-445", "latency_ms": 198.55, "ok": true} +{"run": "network-445", "latency_ms": 102.945, "ok": true} +{"run": "network-445", "latency_ms": 259.035, "ok": true} +{"run": "network-445", "latency_ms": 37.804, "ok": true} +{"run": "network-445", "latency_ms": 210.911, "ok": false} +{"run": "network-445", "latency_ms": 385.415, "ok": true} +{"run": "network-445", "latency_ms": 376.036, "ok": true} +{"run": "network-445", "latency_ms": 184.412, "ok": true} +{"run": "network-445", "latency_ms": 1.825, "ok": true} +{"run": "network-445", "latency_ms": 203.6, "ok": true} +{"run": "network-445", "latency_ms": 71.973, "ok": true} +{"run": "network-445", "latency_ms": 14.369, "ok": true} +{"run": "network-445", "latency_ms": 47.542, "ok": false} +{"run": "network-445", "latency_ms": 300.287, "ok": false} +{"run": "network-445", "latency_ms": 333.798, "ok": true} +{"run": "network-445", "latency_ms": 232.45, "ok": true} +{"run": "network-445", "latency_ms": 322.682, "ok": true} +{"run": "network-445", "latency_ms": 158.106, "ok": true} +{"run": "network-445", "latency_ms": 123.634, "ok": true} +{"run": "network-445", "latency_ms": 141.947, "ok": true} +{"run": "network-445", "latency_ms": 188.614, "ok": true} +{"run": "network-445", "latency_ms": 85.076, "ok": true} +{"run": "network-445", "latency_ms": 352.119, "ok": true} +{"run": "network-445", "latency_ms": 272.511, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-824.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-824.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..386c5c3d3c7f93bec8ac1028b864f4de3d5c1eee --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-824.ndjson @@ -0,0 +1,36 @@ +{"run": "network-824", "latency_ms": 84.085, "ok": true} +{"run": "network-824", "latency_ms": 189.702, "ok": true} +{"run": "network-824", "latency_ms": 368.829, "ok": false} +{"run": "network-824", "latency_ms": 104.082, "ok": true} +{"run": "network-824", "latency_ms": 50.933, "ok": true} +{"run": "network-824", "latency_ms": 294.727, "ok": true} +{"run": "network-824", "latency_ms": 15.721, "ok": true} +{"run": "network-824", "latency_ms": 166.739, "ok": true} +{"run": "network-824", "latency_ms": 7.852, "ok": true} +{"run": "network-824", "latency_ms": 25.823, "ok": true} +{"run": "network-824", "latency_ms": 397.629, "ok": true} +{"run": "network-824", "latency_ms": 368.185, "ok": true} +{"run": "network-824", "latency_ms": 260.373, "ok": true} +{"run": "network-824", "latency_ms": 181.475, "ok": true} +{"run": "network-824", "latency_ms": 170.803, "ok": false} +{"run": "network-824", "latency_ms": 344.212, "ok": true} + +{"run": "network-824", "latency_ms": 279.111, "ok": true} +{"run": "network-824", "latency_ms": 156.075, "ok": true} +{"run": "network-824", "latency_ms": 241.228, "ok": true} +{"run": "network-824", "latency_ms": 14.951, "ok": true} +{"run": "network-824", "latency_ms": 384.637, "ok": true} +{"run": "network-824", "latency_ms": 265.815, "ok": true} +{"run": "network-824", "latency_ms": 385.963, "ok": true} +{"run": "network-824", "latency_ms": 294.83, "ok": false} +{"run": "network-824", "latency_ms": 379.888, "ok": true} +{"run": "network-824", "latency_ms": 206.928, "ok": true} +{"run": "network-824", "latency_ms": 109.261, "ok": true} +{"run": "network-824", "latency_ms": 292.875, "ok": true} +{"run": "network-824", "latency_ms": 314.219, "ok": true} +{"run": "network-824", "latency_ms": 312.542, "ok": true} +{"run": "network-824", "latency_ms": 395.704, "ok": true} + +{"run": "network-824", "latency_ms": 82.58, "ok": true} +{"run": "network-824", "latency_ms": 210.175, "ok": true} +{"run": "network-824", "latency_ms": 225.647, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-844.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-844.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..2a5e6ac3d19c895e3e58dcbadb154082e6341720 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-844.ndjson @@ -0,0 +1,30 @@ +{"run": "network-844", "latency_ms": 92.875, "ok": true} +{"run": "network-844", "latency_ms": 317.036, "ok": true} +{"run": "network-844", "latency_ms": 106.517, "ok": true} + +{"run": "network-844", "latency_ms": 6.545, "ok": true} +{"run": "network-844", "latency_ms": 62.507, "ok": true} +{"run": "network-844", "latency_ms": 278.666, "ok": true} +{"run": "network-844", "latency_ms": 295.208, "ok": true} +{"run": "network-844", "latency_ms": 251.729, "ok": true} +{"run": "network-844", "latency_ms": 89.794, "ok": true} +{"run": "network-844", "latency_ms": 62.049, "ok": true} +{"run": "network-844", "latency_ms": 324.492, "ok": true} +{"run": "network-844", "latency_ms": 17.823, "ok": false} +{"run": "network-844", "latency_ms": 294.665, "ok": true} +{"run": "network-844", "latency_ms": 163.622, "ok": true} +{"run": "network-844", "latency_ms": 358.236, "ok": true} +{"run": "network-844", "latency_ms": 62.906, "ok": true} +{"run": "network-844", "latency_ms": 25.326, "ok": true} +{"run": "network-844", "latency_ms": 326.739, "ok": true} +{"run": "network-844", "latency_ms": 109.445, "ok": true} +{"run": "network-844", "latency_ms": 358.471, "ok": true} +{"run": "network-844", "latency_ms": 306.369, "ok": true} +{"run": "network-844", "latency_ms": 94.534, "ok": true} +{"run": "network-844", "latency_ms": 248.274, "ok": true} +{"run": "network-844", "latency_ms": 241.898, "ok": true} +{"run": "network-844", "latency_ms": 306.796, "ok": true} +{"run": "network-844", "latency_ms": 343.871, "ok": true} +{"run": "network-844", "latency_ms": 366.781, "ok": true} +{"run": "network-844", "latency_ms": 15.267, "ok": true} + diff --git a/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-996.ndjson b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-996.ndjson new file mode 100644 index 0000000000000000000000000000000000000000..f1cc11b13df470c50fe64872b7f85c0208de0bcc --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/benchmarks/network/network-996.ndjson @@ -0,0 +1,40 @@ +{"run": "network-996", "latency_ms": 81.914, "ok": false} +{"run": "network-996", "latency_ms": 160.463, "ok": true} +{"run": "network-996", "latency_ms": 231.29, "ok": true} +{"run": "network-996", "latency_ms": 253.101, "ok": true} +{"run": "network-996", "latency_ms": 131.746, "ok": true} +{"run": "network-996", "latency_ms": 104.368, "ok": true} +{"run": "network-996", "latency_ms": 28.137, "ok": true} +{"run": "network-996", "latency_ms": 232.606, "ok": true} +{"run": "network-996", "latency_ms": 2.518, "ok": true} +{"run": "network-996", "latency_ms": 41.247, "ok": true} +{"run": "network-996", "latency_ms": 393.166, "ok": true} +{"run": "network-996", "latency_ms": 44.841, "ok": true} +{"run": "network-996", "latency_ms": 229.133, "ok": true} +{"run": "network-996", "latency_ms": 384.507, "ok": true} +{"run": "network-996", "latency_ms": 42.76, "ok": true} +{"run": "network-996", "latency_ms": 115.737, "ok": true} +{"run": "network-996", "latency_ms": 67.573, "ok": true} + +{"run": "network-996", "latency_ms": 112.258, "ok": true} +{"run": "network-996", "latency_ms": 3.926, "ok": true} + +{"run": "network-996", "latency_ms": 210.624, "ok": true} +{"run": "network-996", "latency_ms": 62.143, "ok": true} +{"run": "network-996", "latency_ms": 292.988, "ok": true} +{"run": "network-996", "latency_ms": 204.426, "ok": true} +{"run": "network-996", "latency_ms": 273.209, "ok": true} +{"run": "network-996", "latency_ms": 244.249, "ok": true} +{"run": "network-996", "latency_ms": 366.893, "ok": true} +{"run": "network-996", "latency_ms": 324.283, "ok": true} +{"run": "network-996", "latency_ms": 241.0, "ok": true} +{"run": "network-996", "latency_ms": 398.612, "ok": true} +{"run": "network-996", "latency_ms": 301.944, "ok": true} +{"run": "network-996", "latency_ms": 31.65, "ok": true} +{"run": "network-996", "latency_ms": 176.365, "ok": true} +{"run": "network-996", "latency_ms": 169.378, "ok": true} +{"run": "network-996", "latency_ms": 199.407, "ok": true} +{"run": "network-996", "latency_ms": 147.501, "ok": true} +{"run": "network-996", "latency_ms": 126.467, "ok": false} +{"run": "network-996", "latency_ms": 22.554, "ok": true} +{"run": "network-996", "latency_ms": 360.772, "ok": true} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_298e625386/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ba9956ac83dcf95e2473afa490aa1cb2dfcab09f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: cart-api api (v1) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: cart-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ca3b258b4af29a2a7fd564765bcb4fac1bae1705 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: cart-api api (v2) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: cart-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a12e5d4df7fbc37fd5ab6617d291f1e734e52682 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/cart-api/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: cart-api api (v3) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: cart-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f2724129d4b08fae64e0d8fe537144a6a955bafe --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: inventory-api api (v1) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: inventory-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ce5d6551d054f143ea62b2c05fd308a743644c28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: inventory-api api (v2) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: inventory-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ddb1dfb8aad8cdd4f20e2a4798d0568757676893 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/inventory-api/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: inventory-api api (v3) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: inventory-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ffdfef3de1d9d4f08c83b03b371a233f62496a33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: payment-gateway api (v1) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: payment-gateway ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..48c27dc11c6574b2ff82cf4c82ceb09fffa84b62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: payment-gateway api (v2) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: payment-gateway ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..32f259b782e8dc05278f25b10e52c6feb20708a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/payment-gateway/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: payment-gateway api (v3) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: payment-gateway ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6d5a9c0ec812c8d8159b1546a800ea2eb44b36b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: recommender-rt api (v1) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: recommender-rt ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..62d4f00a6db9041aaeacba17a0466061ac14f8df --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: recommender-rt api (v2) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: recommender-rt ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..61bdbe9b17f0784a554e1531a41a2a0ff191abeb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/recommender-rt/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: recommender-rt api (v3) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: recommender-rt ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..917944ff4645fcd78afc6c6d03e7d304655995f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: reporting-etl api (v1) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: reporting-etl ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..abafd9bdb610ef5013879f9525528627dbc43e93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: reporting-etl api (v2) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: reporting-etl ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00ecac9fc09bdf0d9a51dcfd2329d3d6bd0545bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/reporting-etl/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: reporting-etl api (v3) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: reporting-etl ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c025f8d95e1926d46176a30806e1f807295cb824 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: shipping-svc api (v1) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: shipping-svc ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d82f7cf86e6b6da47a1eb028b4836406f76b9df2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: shipping-svc api (v2) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: shipping-svc ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9b1e393cf790e058265576794485dd81112f77e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/api/openapi/shipping-svc/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: shipping-svc api (v3) + version: 2.0.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: shipping-svc ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7a3dd89d0ee6cd75a2c660a37aa4c8f5adfa2666 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: cart-api api (v1) + version: 1.4.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: cart-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1e18d94f6f217c6cb9a2e6cd8070cf6734a31253 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: cart-api api (v2) + version: 3.7.2 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: cart-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..55d2fe47a366f3cbb0ec0866c8402aff826f0577 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/cart-api/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: cart-api api (v3) + version: 0.1.2 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: cart-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..81d980da78766f68157a32ac0946561845e7335f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: inventory-api api (v1) + version: 3.8.1 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: inventory-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ba119c981cfec5e8943048273cef05cc1282c51f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: inventory-api api (v2) + version: 0.4.8 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: inventory-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8e68daae65ef9ed5e7130f6551d6be2a9327a691 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/inventory-api/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: inventory-api api (v3) + version: 0.7.8 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: inventory-api ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4508b5ca0a56deaca4cca2df11b93e4de2191c4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: payment-gateway api (v1) + version: 3.0.3 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: payment-gateway ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c33eae3d1d5be32407f367adc9dc6fc4999c0529 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: payment-gateway api (v2) + version: 2.5.7 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: payment-gateway ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..61014e6c8ed9136cce4240d5a1982d85cab0e1b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/payment-gateway/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: payment-gateway api (v3) + version: 1.7.9 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: payment-gateway ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..602c43d0341d7e5779f65e6ad73426b1cce19450 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: recommender-rt api (v1) + version: 2.8.7 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: recommender-rt ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7446c91bb0e65361149f2f1a2349e830cfb588ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: recommender-rt api (v2) + version: 3.9.5 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: recommender-rt ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fda3793261d255f2dc418d40ce0fc0998182a58c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/recommender-rt/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: recommender-rt api (v3) + version: 1.2.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: recommender-rt ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07c322818917ca2c45e83dee4540791785fb9a84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: reporting-etl api (v1) + version: 3.6.0 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: reporting-etl ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..54624b1da723da2adc32b1caf2dd2180cd77428e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: reporting-etl api (v2) + version: 0.4.2 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: reporting-etl ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1f58e082dc95b0cb4f9ae4700a49fb10bd685760 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/reporting-etl/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: reporting-etl api (v3) + version: 1.1.3 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: reporting-etl ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v1.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fb4035be1ba3164b2e7ceaed6e8da01afb932257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v1.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: shipping-svc api (v1) + version: 2.0.7 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: shipping-svc ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v2.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a1dcd4d155b2ef1a2916e5aafca2aab78bd6f9a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v2.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: shipping-svc api (v2) + version: 1.5.1 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: shipping-svc ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v3.yaml b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38c76a061cf87ab52eb389e79bd6254fd718621e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/api/openapi/shipping-svc/v3.yaml @@ -0,0 +1,11 @@ +openapi: 3.0.0 +info: + title: shipping-svc api (v3) + version: 0.5.1 + description: auto-generated +paths: + /health: + get: + responses: + '200': + description: shipping-svc ok diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2a21f50ede/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/canary.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/canary.ini new file mode 100644 index 0000000000000000000000000000000000000000..db3a5c5c5cbcc08997c3327e06cbf36bc2c2975d --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/canary.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = true +legacy_search = true +new_recommender = false +old_cart = true +new_onboarding_flow = false +beta_reporting = false +new_auth_sso = true +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/demo.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/demo.ini new file mode 100644 index 0000000000000000000000000000000000000000..64767a52a5e1ce2503634e9d5c19c26dc42de506 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/demo.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = true +legacy_search = true +new_recommender = false +old_cart = false +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = false +new_user_settings = true diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/dev.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/dev.ini new file mode 100644 index 0000000000000000000000000000000000000000..64fb66bdeb9e1f12467abc02f8f4b235dfc132ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/dev.ini @@ -0,0 +1,10 @@ +checkout_v2 = true +new_dashboard = true +legacy_search = false +new_recommender = true +old_cart = false +new_onboarding_flow = true +beta_reporting = true +new_auth_sso = true +ab_pricing_test = true +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/eu-prod.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/eu-prod.ini new file mode 100644 index 0000000000000000000000000000000000000000..47327ec0125e1d68ed717be37e44a09f1c91392e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/eu-prod.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = false +legacy_search = true +new_recommender = false +old_cart = true +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = true +new_user_settings = true diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/prod.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/prod.ini new file mode 100644 index 0000000000000000000000000000000000000000..a2f4310ba515c27841283144a6dfb43bdaabb02e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/prod.ini @@ -0,0 +1,10 @@ +checkout_v2 = true +new_dashboard = true +legacy_search = false +new_recommender = false +old_cart = true +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/staging.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/staging.ini new file mode 100644 index 0000000000000000000000000000000000000000..339ffeb63ab0487e079cdaff6b14793f5c514abc --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/staging.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = false +legacy_search = true +new_recommender = true +old_cart = true +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/us-prod.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/us-prod.ini new file mode 100644 index 0000000000000000000000000000000000000000..d633283f04328ec992381df2809527bff22caa44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/flags/us-prod.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = false +legacy_search = false +new_recommender = true +old_cart = true +new_onboarding_flow = false +beta_reporting = true +new_auth_sso = true +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/canary.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/canary.ini new file mode 100644 index 0000000000000000000000000000000000000000..db3a5c5c5cbcc08997c3327e06cbf36bc2c2975d --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/canary.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = true +legacy_search = true +new_recommender = false +old_cart = true +new_onboarding_flow = false +beta_reporting = false +new_auth_sso = true +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/demo.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/demo.ini new file mode 100644 index 0000000000000000000000000000000000000000..64767a52a5e1ce2503634e9d5c19c26dc42de506 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/demo.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = true +legacy_search = true +new_recommender = false +old_cart = false +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = false +new_user_settings = true diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/dev.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/dev.ini new file mode 100644 index 0000000000000000000000000000000000000000..64fb66bdeb9e1f12467abc02f8f4b235dfc132ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/dev.ini @@ -0,0 +1,10 @@ +checkout_v2 = true +new_dashboard = true +legacy_search = false +new_recommender = true +old_cart = false +new_onboarding_flow = true +beta_reporting = true +new_auth_sso = true +ab_pricing_test = true +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/eu-prod.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/eu-prod.ini new file mode 100644 index 0000000000000000000000000000000000000000..47327ec0125e1d68ed717be37e44a09f1c91392e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/eu-prod.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = false +legacy_search = true +new_recommender = false +old_cart = true +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = true +new_user_settings = true diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/prod.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/prod.ini new file mode 100644 index 0000000000000000000000000000000000000000..a2f4310ba515c27841283144a6dfb43bdaabb02e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/prod.ini @@ -0,0 +1,10 @@ +checkout_v2 = true +new_dashboard = true +legacy_search = false +new_recommender = false +old_cart = true +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/staging.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/staging.ini new file mode 100644 index 0000000000000000000000000000000000000000..339ffeb63ab0487e079cdaff6b14793f5c514abc --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/staging.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = false +legacy_search = true +new_recommender = true +old_cart = true +new_onboarding_flow = true +beta_reporting = false +new_auth_sso = false +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/us-prod.ini b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/us-prod.ini new file mode 100644 index 0000000000000000000000000000000000000000..d633283f04328ec992381df2809527bff22caa44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/flags/us-prod.ini @@ -0,0 +1,10 @@ +checkout_v2 = false +new_dashboard = false +legacy_search = false +new_recommender = true +old_cart = true +new_onboarding_flow = false +beta_reporting = true +new_auth_sso = true +ab_pricing_test = false +new_user_settings = false diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2b02bf1ec5/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/acme.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/acme.zone new file mode 100644 index 0000000000000000000000000000000000000000..004cb590e2ab4f38d3f817e7e85f436f47d186a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/acme.zone @@ -0,0 +1,7 @@ +; zone file for acme +@ IN SOA ns1.acme. admin.acme. 2024040101 3600 600 86400 3600 +@ IN NS ns1.acme. +@ IN A 192.0.2.211 +@ IN MX 10 edge.soylent.test. +@ IN MX 20 smtp.initech.test. +@ IN MX 30 mx2.acme.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/globex.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/globex.zone new file mode 100644 index 0000000000000000000000000000000000000000..ce4d20d686912072da513252c19776f2ce1a70b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/globex.zone @@ -0,0 +1,7 @@ +; zone file for globex +@ IN SOA ns1.globex. admin.globex. 2024040101 3600 600 86400 3600 +@ IN NS ns1.globex. +@ IN A 192.0.2.21 +@ IN MX 10 mail.umbrella.test. +@ IN MX 20 edge.soylent.test. +@ IN MX 30 edge.soylent.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/hooli.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/hooli.zone new file mode 100644 index 0000000000000000000000000000000000000000..9358eaf17f3433292ee9177513108c1375a37b92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/hooli.zone @@ -0,0 +1,7 @@ +; zone file for hooli +@ IN SOA ns1.hooli. admin.hooli. 2024040101 3600 600 86400 3600 +@ IN NS ns1.hooli. +@ IN A 192.0.2.88 +@ IN MX 10 mail.umbrella.test. +@ IN MX 20 relay.globex.test. +@ IN MX 30 smtp.initech.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/initech.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/initech.zone new file mode 100644 index 0000000000000000000000000000000000000000..36e030df1b8fe26d82cada604cb5d92882c31147 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/initech.zone @@ -0,0 +1,7 @@ +; zone file for initech +@ IN SOA ns1.initech. admin.initech. 2024040101 3600 600 86400 3600 +@ IN NS ns1.initech. +@ IN A 192.0.2.75 +@ IN MX 10 mx2.acme.test. +@ IN MX 20 edge.soylent.test. +@ IN MX 30 mail.umbrella.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/soylent.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/soylent.zone new file mode 100644 index 0000000000000000000000000000000000000000..e5d1f85dce989c3a9f18a0d847ae409f2d286b4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/soylent.zone @@ -0,0 +1,7 @@ +; zone file for soylent +@ IN SOA ns1.soylent. admin.soylent. 2024040101 3600 600 86400 3600 +@ IN NS ns1.soylent. +@ IN A 192.0.2.28 +@ IN MX 10 mail.umbrella.test. +@ IN MX 20 smtp.initech.test. +@ IN MX 30 relay.globex.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/stark.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/stark.zone new file mode 100644 index 0000000000000000000000000000000000000000..6ff24689af1093b3d8519fbdb23b1405d2c5b5c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/stark.zone @@ -0,0 +1,7 @@ +; zone file for stark +@ IN SOA ns1.stark. admin.stark. 2024040101 3600 600 86400 3600 +@ IN NS ns1.stark. +@ IN A 192.0.2.77 +@ IN MX 10 relay.globex.test. +@ IN MX 20 mail.umbrella.test. +@ IN MX 30 mx1.acme.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/tyrell.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/tyrell.zone new file mode 100644 index 0000000000000000000000000000000000000000..255e0a14b4bc7a857627e85c328912ba3ffbccc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/tyrell.zone @@ -0,0 +1,7 @@ +; zone file for tyrell +@ IN SOA ns1.tyrell. admin.tyrell. 2024040101 3600 600 86400 3600 +@ IN NS ns1.tyrell. +@ IN A 192.0.2.78 +@ IN MX 10 relay.globex.test. +@ IN MX 20 mx2.acme.test. +@ IN MX 30 relay.globex.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/umbrella.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..4c888beac5ef3774c7b391ed9b23891345239079 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/umbrella.zone @@ -0,0 +1,7 @@ +; zone file for umbrella +@ IN SOA ns1.umbrella. admin.umbrella. 2024040101 3600 600 86400 3600 +@ IN NS ns1.umbrella. +@ IN A 192.0.2.37 +@ IN MX 10 relay.globex.test. +@ IN MX 20 smtp.initech.test. +@ IN MX 30 relay.globex.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/wayne.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/wayne.zone new file mode 100644 index 0000000000000000000000000000000000000000..c4a809f8a3ba4677d9fb28188d73e79f18543a68 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/wayne.zone @@ -0,0 +1,7 @@ +; zone file for wayne +@ IN SOA ns1.wayne. admin.wayne. 2024040101 3600 600 86400 3600 +@ IN NS ns1.wayne. +@ IN A 192.0.2.124 +@ IN MX 10 mx2.acme.test. +@ IN MX 20 relay.globex.test. +@ IN MX 30 edge.soylent.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/weyland.zone b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/weyland.zone new file mode 100644 index 0000000000000000000000000000000000000000..afd3d72e35bfbd31bcfcace31e343db95109f9b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/dns/weyland.zone @@ -0,0 +1,7 @@ +; zone file for weyland +@ IN SOA ns1.weyland. admin.weyland. 2024040101 3600 600 86400 3600 +@ IN NS ns1.weyland. +@ IN A 192.0.2.213 +@ IN MX 10 relay.globex.test. +@ IN MX 20 mx1.acme.test. +@ IN MX 30 smtp.initech.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/acme.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/acme.zone new file mode 100644 index 0000000000000000000000000000000000000000..004cb590e2ab4f38d3f817e7e85f436f47d186a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/acme.zone @@ -0,0 +1,7 @@ +; zone file for acme +@ IN SOA ns1.acme. admin.acme. 2024040101 3600 600 86400 3600 +@ IN NS ns1.acme. +@ IN A 192.0.2.211 +@ IN MX 10 edge.soylent.test. +@ IN MX 20 smtp.initech.test. +@ IN MX 30 mx2.acme.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/globex.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/globex.zone new file mode 100644 index 0000000000000000000000000000000000000000..ce4d20d686912072da513252c19776f2ce1a70b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/globex.zone @@ -0,0 +1,7 @@ +; zone file for globex +@ IN SOA ns1.globex. admin.globex. 2024040101 3600 600 86400 3600 +@ IN NS ns1.globex. +@ IN A 192.0.2.21 +@ IN MX 10 mail.umbrella.test. +@ IN MX 20 edge.soylent.test. +@ IN MX 30 edge.soylent.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/hooli.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/hooli.zone new file mode 100644 index 0000000000000000000000000000000000000000..9358eaf17f3433292ee9177513108c1375a37b92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/hooli.zone @@ -0,0 +1,7 @@ +; zone file for hooli +@ IN SOA ns1.hooli. admin.hooli. 2024040101 3600 600 86400 3600 +@ IN NS ns1.hooli. +@ IN A 192.0.2.88 +@ IN MX 10 mail.umbrella.test. +@ IN MX 20 relay.globex.test. +@ IN MX 30 smtp.initech.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/initech.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/initech.zone new file mode 100644 index 0000000000000000000000000000000000000000..36e030df1b8fe26d82cada604cb5d92882c31147 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/initech.zone @@ -0,0 +1,7 @@ +; zone file for initech +@ IN SOA ns1.initech. admin.initech. 2024040101 3600 600 86400 3600 +@ IN NS ns1.initech. +@ IN A 192.0.2.75 +@ IN MX 10 mx2.acme.test. +@ IN MX 20 edge.soylent.test. +@ IN MX 30 mail.umbrella.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/soylent.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/soylent.zone new file mode 100644 index 0000000000000000000000000000000000000000..e5d1f85dce989c3a9f18a0d847ae409f2d286b4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/soylent.zone @@ -0,0 +1,7 @@ +; zone file for soylent +@ IN SOA ns1.soylent. admin.soylent. 2024040101 3600 600 86400 3600 +@ IN NS ns1.soylent. +@ IN A 192.0.2.28 +@ IN MX 10 mail.umbrella.test. +@ IN MX 20 smtp.initech.test. +@ IN MX 30 relay.globex.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/stark.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/stark.zone new file mode 100644 index 0000000000000000000000000000000000000000..6ff24689af1093b3d8519fbdb23b1405d2c5b5c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/stark.zone @@ -0,0 +1,7 @@ +; zone file for stark +@ IN SOA ns1.stark. admin.stark. 2024040101 3600 600 86400 3600 +@ IN NS ns1.stark. +@ IN A 192.0.2.77 +@ IN MX 10 relay.globex.test. +@ IN MX 20 mail.umbrella.test. +@ IN MX 30 mx1.acme.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/tyrell.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/tyrell.zone new file mode 100644 index 0000000000000000000000000000000000000000..255e0a14b4bc7a857627e85c328912ba3ffbccc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/tyrell.zone @@ -0,0 +1,7 @@ +; zone file for tyrell +@ IN SOA ns1.tyrell. admin.tyrell. 2024040101 3600 600 86400 3600 +@ IN NS ns1.tyrell. +@ IN A 192.0.2.78 +@ IN MX 10 relay.globex.test. +@ IN MX 20 mx2.acme.test. +@ IN MX 30 relay.globex.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/umbrella.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..4c888beac5ef3774c7b391ed9b23891345239079 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/umbrella.zone @@ -0,0 +1,7 @@ +; zone file for umbrella +@ IN SOA ns1.umbrella. admin.umbrella. 2024040101 3600 600 86400 3600 +@ IN NS ns1.umbrella. +@ IN A 192.0.2.37 +@ IN MX 10 relay.globex.test. +@ IN MX 20 smtp.initech.test. +@ IN MX 30 relay.globex.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/wayne.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/wayne.zone new file mode 100644 index 0000000000000000000000000000000000000000..c4a809f8a3ba4677d9fb28188d73e79f18543a68 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/wayne.zone @@ -0,0 +1,7 @@ +; zone file for wayne +@ IN SOA ns1.wayne. admin.wayne. 2024040101 3600 600 86400 3600 +@ IN NS ns1.wayne. +@ IN A 192.0.2.124 +@ IN MX 10 mx2.acme.test. +@ IN MX 20 relay.globex.test. +@ IN MX 30 edge.soylent.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/weyland.zone b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/weyland.zone new file mode 100644 index 0000000000000000000000000000000000000000..afd3d72e35bfbd31bcfcace31e343db95109f9b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/dns/weyland.zone @@ -0,0 +1,7 @@ +; zone file for weyland +@ IN SOA ns1.weyland. admin.weyland. 2024040101 3600 600 86400 3600 +@ IN NS ns1.weyland. +@ IN A 192.0.2.213 +@ IN MX 10 relay.globex.test. +@ IN MX 20 mx1.acme.test. +@ IN MX 30 smtp.initech.test. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_2eb78b3099/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/reports/lowest.txt b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/reports/lowest.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d21b5829b07e8bf7c9a384e796cfbf16d3ee423 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/reports/lowest.txt @@ -0,0 +1 @@ +SKU-5629 diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0437.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0437.json new file mode 100644 index 0000000000000000000000000000000000000000..d7482dfe1e901d55a09eed5ecd577bc6e16310e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0437.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0437", + "stock": 234, + "price": 69 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0624.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0624.json new file mode 100644 index 0000000000000000000000000000000000000000..899c0231cb61daf4a20207473ea1e4a677173413 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0624.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0624", + "stock": 417, + "price": 862 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0659.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0659.json new file mode 100644 index 0000000000000000000000000000000000000000..a84a8cac9873c3c2506df7c34486169492f0659d --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0659.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0659", + "stock": 241, + "price": 872 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0698.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0698.json new file mode 100644 index 0000000000000000000000000000000000000000..1f85e40116a0bd9a587957197dd64425d95da64f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0698.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0698", + "stock": 393, + "price": 68 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0749.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0749.json new file mode 100644 index 0000000000000000000000000000000000000000..6f7d8b6ab40af1dc62ef358f4ace2c538213277d --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0749.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0749", + "stock": 275, + "price": 93 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0861.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0861.json new file mode 100644 index 0000000000000000000000000000000000000000..91894cd999821c71f6e1a98f96771a40bc9b40c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-0861.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0861", + "stock": 77, + "price": 701 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1235.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1235.json new file mode 100644 index 0000000000000000000000000000000000000000..a2e156ae465b895589134b078f9eb1da4e80301a --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1235.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1235", + "stock": 444, + "price": 556 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1351.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1351.json new file mode 100644 index 0000000000000000000000000000000000000000..5c2446c4f6f0b52edf99156dc288a63aa22ae469 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1351.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1351", + "stock": 326, + "price": 107 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1458.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1458.json new file mode 100644 index 0000000000000000000000000000000000000000..7d0880bedf2949c292f00760800a5c38294cc6f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1458.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1458", + "stock": 208, + "price": 815 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1680.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1680.json new file mode 100644 index 0000000000000000000000000000000000000000..5d54832fd4286320b55a2257faff5bafc715e925 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1680.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1680", + "stock": 374, + "price": 831 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1874.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1874.json new file mode 100644 index 0000000000000000000000000000000000000000..eb698e1a78121a835a36691b8dd8bab369ad8f4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-1874.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1874", + "stock": 250, + "price": 965 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-2600.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-2600.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ea899eadb871e72160dd03eb23bfe82a56bf81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-2600.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-2600", + "stock": 297, + "price": 427 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-2716.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-2716.json new file mode 100644 index 0000000000000000000000000000000000000000..ce8c6ab8e35abfbbcdba85446a3f290f553f3aee --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-2716.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-2716", + "stock": 347, + "price": 940 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3009.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3009.json new file mode 100644 index 0000000000000000000000000000000000000000..98d67921972f51863d88e4b3e7de3fceffae8731 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3009.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3009", + "stock": 244, + "price": 165 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3320.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3320.json new file mode 100644 index 0000000000000000000000000000000000000000..a6010536b5fc209758e1b15e77f330893db9da6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3320.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3320", + "stock": 304, + "price": 223 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3649.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3649.json new file mode 100644 index 0000000000000000000000000000000000000000..4ae659daad143b6c90ca34a1e33f9f9f2c5b4f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3649.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3649", + "stock": 417, + "price": 656 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3747.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3747.json new file mode 100644 index 0000000000000000000000000000000000000000..2c8edea647fbadcc29cc7e4803d4f5df36c3e248 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-3747.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3747", + "stock": 172, + "price": 714 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4222.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4222.json new file mode 100644 index 0000000000000000000000000000000000000000..9aa5bc791329c3790b5350d18e9f2f2d3340892b --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4222.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4222", + "stock": 441, + "price": 614 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4686.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4686.json new file mode 100644 index 0000000000000000000000000000000000000000..9c3e085a7fa4b496dc37b0ce2a2cb5c908a62dab --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4686.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4686", + "stock": 131, + "price": 451 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4787.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4787.json new file mode 100644 index 0000000000000000000000000000000000000000..c54b457c51bcad3796fba197fa2f9583966c752c --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4787.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4787", + "stock": 374, + "price": 24 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4830.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4830.json new file mode 100644 index 0000000000000000000000000000000000000000..85676945c5d0125342aff5edae7b97471ed55659 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4830.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4830", + "stock": 145, + "price": 183 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4842.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4842.json new file mode 100644 index 0000000000000000000000000000000000000000..59785e45973ebd98c5756ca5ff3ea7908a0b8a7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4842.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4842", + "stock": 229, + "price": 439 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4904.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4904.json new file mode 100644 index 0000000000000000000000000000000000000000..f0fcad41eced51a8ee64f1435e08c52ea0935f2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-4904.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4904", + "stock": 122, + "price": 525 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5059.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5059.json new file mode 100644 index 0000000000000000000000000000000000000000..7f4bc94ba7dc092cdcc8fd86c801d306b54106d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5059.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-5059", + "stock": 193, + "price": 413 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5629.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5629.json new file mode 100644 index 0000000000000000000000000000000000000000..bd809889254a594fc084ae955fd9b83d97d03097 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5629.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-5629", + "stock": 24, + "price": 221 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5721.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5721.json new file mode 100644 index 0000000000000000000000000000000000000000..9acd1bbbc2879efef36cbe37c3f6c103931131f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-5721.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-5721", + "stock": 177, + "price": 207 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6028.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6028.json new file mode 100644 index 0000000000000000000000000000000000000000..09b4fc3768a778a62268402b66d33a7a2891ca22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6028.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-6028", + "stock": 465, + "price": 411 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6172.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6172.json new file mode 100644 index 0000000000000000000000000000000000000000..a79933dc6ab643c3fb2048e8aa18b371fd4526f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6172.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-6172", + "stock": 305, + "price": 753 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6498.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6498.json new file mode 100644 index 0000000000000000000000000000000000000000..abe5c26e4ffdae757b46fc9d2aae63c42863bba6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-6498.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-6498", + "stock": 466, + "price": 486 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7007.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7007.json new file mode 100644 index 0000000000000000000000000000000000000000..c7da009adb0523de405b38e091358db6523e9a46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7007.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7007", + "stock": 496, + "price": 757 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7198.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7198.json new file mode 100644 index 0000000000000000000000000000000000000000..07bc16415073c94185a008e7043b284d88efefe1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7198.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7198", + "stock": 109, + "price": 602 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7436.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7436.json new file mode 100644 index 0000000000000000000000000000000000000000..2478b43c546356ff561ea5d0ffd000b42a96313f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7436.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7436", + "stock": 297, + "price": 58 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7611.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7611.json new file mode 100644 index 0000000000000000000000000000000000000000..6669a512684b23f116f816c0dff785ab16f5fb27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7611.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7611", + "stock": 221, + "price": 839 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7939.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7939.json new file mode 100644 index 0000000000000000000000000000000000000000..d277d0676c86da20b06a87c828ffe89576570b26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-7939.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7939", + "stock": 99, + "price": 150 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8391.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8391.json new file mode 100644 index 0000000000000000000000000000000000000000..6239ce0f8bf1e04a9058383cbfd9ce9cff2b59db --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8391.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8391", + "stock": 353, + "price": 711 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8475.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8475.json new file mode 100644 index 0000000000000000000000000000000000000000..f20492bd3b16a9049f445905272a79c66c5e61b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8475.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8475", + "stock": 359, + "price": 741 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8533.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8533.json new file mode 100644 index 0000000000000000000000000000000000000000..4df4be44fa1ea83a01d9959aae10379ee3d7afaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8533.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8533", + "stock": 343, + "price": 931 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8625.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8625.json new file mode 100644 index 0000000000000000000000000000000000000000..a26af789136792da27eead76661dc758221962d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-8625.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8625", + "stock": 409, + "price": 625 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-9025.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-9025.json new file mode 100644 index 0000000000000000000000000000000000000000..b5471e12b2747f458f1a89292f36bdc5705645fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-9025.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-9025", + "stock": 346, + "price": 26 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-9158.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-9158.json new file mode 100644 index 0000000000000000000000000000000000000000..182eccb7e1ab44fb8f87fe1e91818bf95bada6b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/inventory/skus/SKU-9158.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-9158", + "stock": 257, + "price": 169 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0437.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0437.json new file mode 100644 index 0000000000000000000000000000000000000000..d7482dfe1e901d55a09eed5ecd577bc6e16310e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0437.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0437", + "stock": 234, + "price": 69 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0624.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0624.json new file mode 100644 index 0000000000000000000000000000000000000000..899c0231cb61daf4a20207473ea1e4a677173413 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0624.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0624", + "stock": 417, + "price": 862 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0659.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0659.json new file mode 100644 index 0000000000000000000000000000000000000000..a84a8cac9873c3c2506df7c34486169492f0659d --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0659.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0659", + "stock": 241, + "price": 872 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0698.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0698.json new file mode 100644 index 0000000000000000000000000000000000000000..1f85e40116a0bd9a587957197dd64425d95da64f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0698.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0698", + "stock": 393, + "price": 68 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0749.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0749.json new file mode 100644 index 0000000000000000000000000000000000000000..6f7d8b6ab40af1dc62ef358f4ace2c538213277d --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0749.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0749", + "stock": 275, + "price": 93 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0861.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0861.json new file mode 100644 index 0000000000000000000000000000000000000000..91894cd999821c71f6e1a98f96771a40bc9b40c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-0861.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-0861", + "stock": 77, + "price": 701 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1235.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1235.json new file mode 100644 index 0000000000000000000000000000000000000000..a2e156ae465b895589134b078f9eb1da4e80301a --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1235.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1235", + "stock": 444, + "price": 556 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1351.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1351.json new file mode 100644 index 0000000000000000000000000000000000000000..5c2446c4f6f0b52edf99156dc288a63aa22ae469 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1351.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1351", + "stock": 326, + "price": 107 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1458.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1458.json new file mode 100644 index 0000000000000000000000000000000000000000..7d0880bedf2949c292f00760800a5c38294cc6f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1458.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1458", + "stock": 208, + "price": 815 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1680.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1680.json new file mode 100644 index 0000000000000000000000000000000000000000..5d54832fd4286320b55a2257faff5bafc715e925 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1680.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1680", + "stock": 374, + "price": 831 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1874.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1874.json new file mode 100644 index 0000000000000000000000000000000000000000..eb698e1a78121a835a36691b8dd8bab369ad8f4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-1874.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-1874", + "stock": 250, + "price": 965 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-2600.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-2600.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ea899eadb871e72160dd03eb23bfe82a56bf81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-2600.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-2600", + "stock": 297, + "price": 427 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-2716.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-2716.json new file mode 100644 index 0000000000000000000000000000000000000000..ce8c6ab8e35abfbbcdba85446a3f290f553f3aee --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-2716.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-2716", + "stock": 347, + "price": 940 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3009.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3009.json new file mode 100644 index 0000000000000000000000000000000000000000..98d67921972f51863d88e4b3e7de3fceffae8731 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3009.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3009", + "stock": 244, + "price": 165 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3320.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3320.json new file mode 100644 index 0000000000000000000000000000000000000000..a6010536b5fc209758e1b15e77f330893db9da6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3320.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3320", + "stock": 304, + "price": 223 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3649.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3649.json new file mode 100644 index 0000000000000000000000000000000000000000..4ae659daad143b6c90ca34a1e33f9f9f2c5b4f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3649.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3649", + "stock": 417, + "price": 656 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3747.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3747.json new file mode 100644 index 0000000000000000000000000000000000000000..2c8edea647fbadcc29cc7e4803d4f5df36c3e248 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-3747.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-3747", + "stock": 172, + "price": 714 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4222.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4222.json new file mode 100644 index 0000000000000000000000000000000000000000..9aa5bc791329c3790b5350d18e9f2f2d3340892b --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4222.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4222", + "stock": 441, + "price": 614 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4686.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4686.json new file mode 100644 index 0000000000000000000000000000000000000000..9c3e085a7fa4b496dc37b0ce2a2cb5c908a62dab --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4686.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4686", + "stock": 131, + "price": 451 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4787.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4787.json new file mode 100644 index 0000000000000000000000000000000000000000..c54b457c51bcad3796fba197fa2f9583966c752c --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4787.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4787", + "stock": 374, + "price": 24 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4830.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4830.json new file mode 100644 index 0000000000000000000000000000000000000000..85676945c5d0125342aff5edae7b97471ed55659 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4830.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4830", + "stock": 145, + "price": 183 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4842.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4842.json new file mode 100644 index 0000000000000000000000000000000000000000..59785e45973ebd98c5756ca5ff3ea7908a0b8a7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4842.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4842", + "stock": 229, + "price": 439 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4904.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4904.json new file mode 100644 index 0000000000000000000000000000000000000000..f0fcad41eced51a8ee64f1435e08c52ea0935f2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-4904.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-4904", + "stock": 122, + "price": 525 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5059.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5059.json new file mode 100644 index 0000000000000000000000000000000000000000..7f4bc94ba7dc092cdcc8fd86c801d306b54106d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5059.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-5059", + "stock": 193, + "price": 413 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5629.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5629.json new file mode 100644 index 0000000000000000000000000000000000000000..bd809889254a594fc084ae955fd9b83d97d03097 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5629.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-5629", + "stock": 24, + "price": 221 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5721.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5721.json new file mode 100644 index 0000000000000000000000000000000000000000..9acd1bbbc2879efef36cbe37c3f6c103931131f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-5721.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-5721", + "stock": 177, + "price": 207 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6028.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6028.json new file mode 100644 index 0000000000000000000000000000000000000000..09b4fc3768a778a62268402b66d33a7a2891ca22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6028.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-6028", + "stock": 465, + "price": 411 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6172.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6172.json new file mode 100644 index 0000000000000000000000000000000000000000..a79933dc6ab643c3fb2048e8aa18b371fd4526f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6172.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-6172", + "stock": 305, + "price": 753 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6498.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6498.json new file mode 100644 index 0000000000000000000000000000000000000000..abe5c26e4ffdae757b46fc9d2aae63c42863bba6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-6498.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-6498", + "stock": 466, + "price": 486 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7007.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7007.json new file mode 100644 index 0000000000000000000000000000000000000000..c7da009adb0523de405b38e091358db6523e9a46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7007.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7007", + "stock": 496, + "price": 757 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7198.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7198.json new file mode 100644 index 0000000000000000000000000000000000000000..07bc16415073c94185a008e7043b284d88efefe1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7198.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7198", + "stock": 109, + "price": 602 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7436.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7436.json new file mode 100644 index 0000000000000000000000000000000000000000..2478b43c546356ff561ea5d0ffd000b42a96313f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7436.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7436", + "stock": 297, + "price": 58 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7611.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7611.json new file mode 100644 index 0000000000000000000000000000000000000000..6669a512684b23f116f816c0dff785ab16f5fb27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7611.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7611", + "stock": 221, + "price": 839 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7939.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7939.json new file mode 100644 index 0000000000000000000000000000000000000000..d277d0676c86da20b06a87c828ffe89576570b26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-7939.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-7939", + "stock": 99, + "price": 150 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8391.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8391.json new file mode 100644 index 0000000000000000000000000000000000000000..6239ce0f8bf1e04a9058383cbfd9ce9cff2b59db --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8391.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8391", + "stock": 353, + "price": 711 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8475.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8475.json new file mode 100644 index 0000000000000000000000000000000000000000..f20492bd3b16a9049f445905272a79c66c5e61b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8475.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8475", + "stock": 359, + "price": 741 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8533.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8533.json new file mode 100644 index 0000000000000000000000000000000000000000..4df4be44fa1ea83a01d9959aae10379ee3d7afaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8533.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8533", + "stock": 343, + "price": 931 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8625.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8625.json new file mode 100644 index 0000000000000000000000000000000000000000..a26af789136792da27eead76661dc758221962d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-8625.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-8625", + "stock": 409, + "price": 625 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-9025.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-9025.json new file mode 100644 index 0000000000000000000000000000000000000000..b5471e12b2747f458f1a89292f36bdc5705645fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-9025.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-9025", + "stock": 346, + "price": 26 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-9158.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-9158.json new file mode 100644 index 0000000000000000000000000000000000000000..182eccb7e1ab44fb8f87fe1e91818bf95bada6b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/inventory/skus/SKU-9158.json @@ -0,0 +1,5 @@ +{ + "sku": "SKU-9158", + "stock": 257, + "price": 169 +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_30d2e1cee9/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0c947efc7becd277d43cc15b7b3d4a578e6c0a58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-01.jsonl @@ -0,0 +1,4 @@ +{"id": 4923, "env": "dev", "svc": "ledger-svc"} +{"id": 3010, "env": "staging", "svc": "checkout-svc"} +{"id": 4624, "env": "staging", "svc": "notifier-bus"} +{"id": 8014, "env": "prod", "svc": "orders-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5ab7fdbc4ba744cbe46ccd40fbc38edb9dab03c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-02.jsonl @@ -0,0 +1,10 @@ +{"id": 5306, "env": "dev", "svc": "search-indexer"} +{"id": 3526, "env": "canary", "svc": "search-indexer"} +{"id": 7607, "env": "prod", "svc": "notifier-bus"} +{"id": 4168, "env": "dev", "svc": "search-indexer"} +{"id": 8392, "env": "canary", "svc": "payment-gateway"} +{"id": 6191, "env": "staging", "svc": "checkout-svc"} +{"id": 2987, "env": "prod", "svc": "ledger-svc"} +{"id": 4149, "env": "canary", "svc": "webhook-dispatcher"} +{"id": 5286, "env": "staging", "svc": "checkout-svc"} +{"id": 7360, "env": "staging", "svc": "cart-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..895670532faa7ead2ae22a243be906a86909e08b --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 3546, "env": "dev", "svc": "reporting-etl"} +{"id": 5285, "env": "prod", "svc": "checkout-svc"} +{"id": 8172, "env": "dev", "svc": "ledger-svc"} +{"id": 4809, "env": "canary", "svc": "auth-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c8e281ef986da3c9e82f47b014d0820ecc0e2222 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-04.jsonl @@ -0,0 +1,6 @@ +{"id": 4734, "env": "dev", "svc": "ledger-svc"} +{"id": 7085, "env": "staging", "svc": "notifier-bus"} +{"id": 1343, "env": "prod", "svc": "users-api"} +{"id": 4838, "env": "dev", "svc": "payment-gateway"} +{"id": 7528, "env": "prod", "svc": "gateway-edge"} +{"id": 9945, "env": "staging", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..de9cd8db4f4df8f68d9c963aa821be98bdca80e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-05.jsonl @@ -0,0 +1,7 @@ +{"id": 9414, "env": "dev", "svc": "reporting-etl"} +{"id": 9853, "env": "prod", "svc": "session-store"} +{"id": 4928, "env": "staging", "svc": "reporting-etl"} +{"id": 6817, "env": "dev", "svc": "inventory-api"} +{"id": 4966, "env": "dev", "svc": "search-indexer"} +{"id": 8600, "env": "prod", "svc": "catalog-api"} +{"id": 3247, "env": "dev", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..61d959bbf25972535e704ee7f9dcc691cf74fd9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-06.jsonl @@ -0,0 +1,4 @@ +{"id": 9432, "env": "staging", "svc": "email-worker"} +{"id": 4995, "env": "canary", "svc": "session-store"} +{"id": 4854, "env": "dev", "svc": "shipping-svc"} +{"id": 3770, "env": "prod", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..79f379c806ba1d765557a4b62310592a7f4e54aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/data/2024-04-07.jsonl @@ -0,0 +1,9 @@ +{"id": 4296, "env": "dev", "svc": "orders-api"} +{"id": 6210, "env": "staging", "svc": "session-store"} +{"id": 8665, "env": "staging", "svc": "email-worker"} +{"id": 7987, "env": "prod", "svc": "cart-api"} +{"id": 9050, "env": "staging", "svc": "cart-api"} +{"id": 1270, "env": "dev", "svc": "session-store"} +{"id": 8195, "env": "dev", "svc": "search-indexer"} +{"id": 3478, "env": "staging", "svc": "reporting-etl"} +{"id": 3224, "env": "staging", "svc": "shipping-svc"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..429a52a12d52fb5fe8407345d435922cc29d1472 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-01.jsonl @@ -0,0 +1,5 @@ +{"id": 5683, "env": "canary", "svc": "notifier-bus"} +{"id": 8878, "env": "canary", "svc": "cart-api"} +{"id": 2651, "env": "canary", "svc": "shipping-svc"} +{"id": 7708, "env": "prod", "svc": "recommender-rt"} +{"id": 8972, "env": "staging", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3864bff1cffc0141c6f60a7ab72c1e16b1fabe15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-02.jsonl @@ -0,0 +1,10 @@ +{"id": 2750, "env": "canary", "svc": "recommender-rt"} +{"id": 8684, "env": "staging", "svc": "payment-gateway"} +{"id": 7922, "env": "canary", "svc": "ledger-svc"} +{"id": 7511, "env": "prod", "svc": "search-indexer"} +{"id": 1876, "env": "dev", "svc": "reporting-etl"} +{"id": 5157, "env": "canary", "svc": "media-encoder"} +{"id": 6774, "env": "dev", "svc": "search-indexer"} +{"id": 4137, "env": "staging", "svc": "billing-svc"} +{"id": 8336, "env": "dev", "svc": "catalog-api"} +{"id": 8100, "env": "dev", "svc": "cart-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d8bb576feecc79387c2b69eda72b0298e32f9ba5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 7773, "env": "canary", "svc": "inventory-api"} +{"id": 1249, "env": "canary", "svc": "session-store"} +{"id": 2645, "env": "prod", "svc": "email-worker"} +{"id": 8672, "env": "staging", "svc": "webhook-dispatcher"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ea93adae7746f9eadd47fc48c001280f3dc00eee --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-04.jsonl @@ -0,0 +1,7 @@ +{"id": 6045, "env": "canary", "svc": "gateway-edge"} +{"id": 5852, "env": "staging", "svc": "gateway-edge"} +{"id": 4689, "env": "prod", "svc": "users-api"} +{"id": 8079, "env": "dev", "svc": "catalog-api"} +{"id": 8885, "env": "prod", "svc": "auth-api"} +{"id": 7491, "env": "canary", "svc": "shipping-svc"} +{"id": 4779, "env": "staging", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b2b49a89f98fa5924fe8bac72173fd4dfcc387cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-05.jsonl @@ -0,0 +1,10 @@ +{"id": 7193, "env": "dev", "svc": "shipping-svc"} +{"id": 7494, "env": "dev", "svc": "cart-api"} +{"id": 7385, "env": "prod", "svc": "gateway-edge"} +{"id": 7736, "env": "canary", "svc": "ledger-svc"} +{"id": 6681, "env": "staging", "svc": "cart-api"} +{"id": 3764, "env": "prod", "svc": "checkout-svc"} +{"id": 3201, "env": "dev", "svc": "ledger-svc"} +{"id": 7179, "env": "prod", "svc": "webhook-dispatcher"} +{"id": 2176, "env": "staging", "svc": "email-worker"} +{"id": 2589, "env": "staging", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c11fa2953d444901a13ece90824aaeb11c18177b --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-06.jsonl @@ -0,0 +1,7 @@ +{"id": 4834, "env": "canary", "svc": "cart-api"} +{"id": 5463, "env": "canary", "svc": "catalog-api"} +{"id": 8840, "env": "prod", "svc": "email-worker"} +{"id": 9499, "env": "dev", "svc": "ledger-svc"} +{"id": 6389, "env": "canary", "svc": "shipping-svc"} +{"id": 7146, "env": "dev", "svc": "billing-svc"} +{"id": 2119, "env": "canary", "svc": "email-worker"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5dd1680dc671d2463224d2410153c3557df32bfa --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/edge/2024-04-07.jsonl @@ -0,0 +1,8 @@ +{"id": 5571, "env": "canary", "svc": "users-api"} +{"id": 7446, "env": "canary", "svc": "auth-api"} +{"id": 6299, "env": "staging", "svc": "auth-api"} +{"id": 1190, "env": "dev", "svc": "ledger-svc"} +{"id": 1592, "env": "canary", "svc": "checkout-svc"} +{"id": 9863, "env": "staging", "svc": "gateway-edge"} +{"id": 2979, "env": "staging", "svc": "session-store"} +{"id": 7687, "env": "prod", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e133ec8c34d0c33a80d01eee144fdde3a7f733cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-01.jsonl @@ -0,0 +1,10 @@ +{"id": 8158, "env": "staging", "svc": "reporting-etl"} +{"id": 3127, "env": "staging", "svc": "notifier-bus"} +{"id": 7370, "env": "prod", "svc": "recommender-rt"} +{"id": 4287, "env": "canary", "svc": "session-store"} +{"id": 9117, "env": "canary", "svc": "inventory-api"} +{"id": 3865, "env": "prod", "svc": "webhook-dispatcher"} +{"id": 8823, "env": "staging", "svc": "users-api"} +{"id": 3720, "env": "staging", "svc": "gateway-edge"} +{"id": 8417, "env": "canary", "svc": "inventory-api"} +{"id": 8500, "env": "staging", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3ba9159cd7475c538ca42c9899c7c970eb6b733e --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-02.jsonl @@ -0,0 +1,6 @@ +{"id": 2684, "env": "prod", "svc": "billing-svc"} +{"id": 1695, "env": "prod", "svc": "shipping-svc"} +{"id": 9553, "env": "staging", "svc": "ledger-svc"} +{"id": 5571, "env": "dev", "svc": "webhook-dispatcher"} +{"id": 8372, "env": "dev", "svc": "ledger-svc"} +{"id": 7177, "env": "prod", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6f417566aa810436254bcee85efbd64c8c59db5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 3821, "env": "prod", "svc": "search-indexer"} +{"id": 7885, "env": "dev", "svc": "ledger-svc"} +{"id": 1647, "env": "staging", "svc": "orders-api"} +{"id": 4894, "env": "staging", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6c2af24319a41cfa159df5456b93275b468210e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-04.jsonl @@ -0,0 +1,9 @@ +{"id": 3139, "env": "dev", "svc": "billing-svc"} +{"id": 8121, "env": "dev", "svc": "users-api"} +{"id": 8792, "env": "prod", "svc": "checkout-svc"} +{"id": 2939, "env": "prod", "svc": "catalog-api"} +{"id": 6898, "env": "staging", "svc": "users-api"} +{"id": 8957, "env": "staging", "svc": "checkout-svc"} +{"id": 1457, "env": "staging", "svc": "search-indexer"} +{"id": 9664, "env": "staging", "svc": "inventory-api"} +{"id": 7344, "env": "staging", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cdc5e0e6b20b61963c9bcc7d8a4a9d5c8e62f7e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-05.jsonl @@ -0,0 +1,8 @@ +{"id": 3752, "env": "staging", "svc": "email-worker"} +{"id": 8342, "env": "staging", "svc": "catalog-api"} +{"id": 6386, "env": "canary", "svc": "users-api"} +{"id": 7144, "env": "dev", "svc": "email-worker"} +{"id": 3554, "env": "staging", "svc": "orders-api"} +{"id": 6207, "env": "canary", "svc": "auth-api"} +{"id": 8116, "env": "staging", "svc": "session-store"} +{"id": 2244, "env": "prod", "svc": "billing-svc"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c612cc3358d5548a10a4d33caf75fdb7f90ec474 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-06.jsonl @@ -0,0 +1,7 @@ +{"id": 1745, "env": "staging", "svc": "checkout-svc"} +{"id": 9075, "env": "staging", "svc": "notifier-bus"} +{"id": 7348, "env": "canary", "svc": "catalog-api"} +{"id": 6929, "env": "dev", "svc": "search-indexer"} +{"id": 6168, "env": "canary", "svc": "shipping-svc"} +{"id": 9771, "env": "staging", "svc": "inventory-api"} +{"id": 4991, "env": "prod", "svc": "webhook-dispatcher"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e48ed3777c311ce7875a4dba7e7c6025c91ecdbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/payments/2024-04-07.jsonl @@ -0,0 +1,7 @@ +{"id": 3216, "env": "canary", "svc": "ledger-svc"} +{"id": 8940, "env": "canary", "svc": "orders-api"} +{"id": 2146, "env": "canary", "svc": "session-store"} +{"id": 2485, "env": "prod", "svc": "shipping-svc"} +{"id": 9444, "env": "canary", "svc": "checkout-svc"} +{"id": 8161, "env": "prod", "svc": "catalog-api"} +{"id": 5600, "env": "staging", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ab5f26ddf36b9f937e04b57990a622da032ce8b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-01.jsonl @@ -0,0 +1,6 @@ +{"id": 8383, "env": "canary", "svc": "search-indexer"} +{"id": 8788, "env": "canary", "svc": "reporting-etl"} +{"id": 4997, "env": "staging", "svc": "orders-api"} +{"id": 2382, "env": "canary", "svc": "inventory-api"} +{"id": 4862, "env": "dev", "svc": "email-worker"} +{"id": 7233, "env": "canary", "svc": "media-encoder"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cd3d9af6186073ddd2c9d14421e316c8dd180d3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-02.jsonl @@ -0,0 +1,9 @@ +{"id": 9058, "env": "prod", "svc": "payment-gateway"} +{"id": 1106, "env": "dev", "svc": "catalog-api"} +{"id": 5974, "env": "canary", "svc": "gateway-edge"} +{"id": 6587, "env": "staging", "svc": "orders-api"} +{"id": 1230, "env": "canary", "svc": "gateway-edge"} +{"id": 9114, "env": "dev", "svc": "reporting-etl"} +{"id": 4958, "env": "staging", "svc": "ledger-svc"} +{"id": 8202, "env": "dev", "svc": "media-encoder"} +{"id": 6409, "env": "dev", "svc": "inventory-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ef137652f1ce7f3bc794d5ef2aefc48c7e7bcb70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-03.jsonl @@ -0,0 +1,10 @@ +{"id": 8516, "env": "staging", "svc": "notifier-bus"} +{"id": 1192, "env": "canary", "svc": "payment-gateway"} +{"id": 7200, "env": "canary", "svc": "catalog-api"} +{"id": 6361, "env": "prod", "svc": "search-indexer"} +{"id": 9700, "env": "canary", "svc": "catalog-api"} +{"id": 2994, "env": "dev", "svc": "shipping-svc"} +{"id": 7997, "env": "dev", "svc": "orders-api"} +{"id": 5242, "env": "staging", "svc": "ledger-svc"} +{"id": 7364, "env": "staging", "svc": "payment-gateway"} +{"id": 2790, "env": "canary", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ffd84ac9b6620613f31b6c9bca439f35ad996738 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-04.jsonl @@ -0,0 +1,6 @@ +{"id": 9465, "env": "staging", "svc": "cart-api"} +{"id": 3873, "env": "dev", "svc": "gateway-edge"} +{"id": 5101, "env": "dev", "svc": "notifier-bus"} +{"id": 1509, "env": "staging", "svc": "cart-api"} +{"id": 1169, "env": "canary", "svc": "webhook-dispatcher"} +{"id": 4702, "env": "staging", "svc": "orders-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3281ab0dd54543a58b6f1f3590bb3fb43a40e6e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-05.jsonl @@ -0,0 +1,9 @@ +{"id": 5663, "env": "prod", "svc": "recommender-rt"} +{"id": 9984, "env": "dev", "svc": "inventory-api"} +{"id": 3626, "env": "staging", "svc": "checkout-svc"} +{"id": 8043, "env": "canary", "svc": "webhook-dispatcher"} +{"id": 4252, "env": "prod", "svc": "email-worker"} +{"id": 9053, "env": "dev", "svc": "orders-api"} +{"id": 8570, "env": "staging", "svc": "orders-api"} +{"id": 6140, "env": "prod", "svc": "recommender-rt"} +{"id": 8492, "env": "dev", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..acdb7be44c039cc711d4009fdfa98af5f434c328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-06.jsonl @@ -0,0 +1,4 @@ +{"id": 4233, "env": "dev", "svc": "orders-api"} +{"id": 4180, "env": "prod", "svc": "ledger-svc"} +{"id": 2024, "env": "staging", "svc": "shipping-svc"} +{"id": 6563, "env": "prod", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..08949a38b0ad246d9cbc48ca656b564a390f1ce4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/platform/2024-04-07.jsonl @@ -0,0 +1,6 @@ +{"id": 7521, "env": "canary", "svc": "gateway-edge"} +{"id": 3248, "env": "canary", "svc": "users-api"} +{"id": 1712, "env": "staging", "svc": "orders-api"} +{"id": 7053, "env": "dev", "svc": "recommender-rt"} +{"id": 6326, "env": "canary", "svc": "ledger-svc"} +{"id": 6570, "env": "dev", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..93b0b237b4cf132db82d8122ac35177322133efc --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-01.jsonl @@ -0,0 +1,9 @@ +{"id": 2087, "env": "dev", "svc": "inventory-api"} +{"id": 9970, "env": "staging", "svc": "orders-api"} +{"id": 2971, "env": "staging", "svc": "checkout-svc"} +{"id": 6798, "env": "staging", "svc": "ledger-svc"} +{"id": 4270, "env": "dev", "svc": "auth-api"} +{"id": 6786, "env": "staging", "svc": "auth-api"} +{"id": 7882, "env": "canary", "svc": "ledger-svc"} +{"id": 3547, "env": "staging", "svc": "media-encoder"} +{"id": 3803, "env": "staging", "svc": "session-store"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3d027c6527a3fe17d3f188ecfecf89cd107f54e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-02.jsonl @@ -0,0 +1,8 @@ +{"id": 5371, "env": "prod", "svc": "payment-gateway"} +{"id": 3456, "env": "staging", "svc": "checkout-svc"} +{"id": 1299, "env": "staging", "svc": "session-store"} +{"id": 5393, "env": "staging", "svc": "payment-gateway"} +{"id": 8434, "env": "prod", "svc": "orders-api"} +{"id": 2084, "env": "prod", "svc": "email-worker"} +{"id": 6080, "env": "dev", "svc": "reporting-etl"} +{"id": 4490, "env": "prod", "svc": "users-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..eceff4653a043e7540f0ca5b4b8d5e549399f460 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 3447, "env": "canary", "svc": "cart-api"} +{"id": 6612, "env": "dev", "svc": "payment-gateway"} +{"id": 4412, "env": "prod", "svc": "billing-svc"} +{"id": 2304, "env": "dev", "svc": "cart-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..353b5f433753a28cd235148e1fadd2dba74c5083 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-04.jsonl @@ -0,0 +1,10 @@ +{"id": 4206, "env": "staging", "svc": "users-api"} +{"id": 3151, "env": "canary", "svc": "inventory-api"} +{"id": 1883, "env": "canary", "svc": "payment-gateway"} +{"id": 3697, "env": "prod", "svc": "email-worker"} +{"id": 3550, "env": "dev", "svc": "payment-gateway"} +{"id": 4637, "env": "canary", "svc": "session-store"} +{"id": 9225, "env": "canary", "svc": "catalog-api"} +{"id": 8849, "env": "dev", "svc": "session-store"} +{"id": 1941, "env": "prod", "svc": "users-api"} +{"id": 9657, "env": "canary", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..26f9128ae381538b003c6af78aa04364b644496a --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-05.jsonl @@ -0,0 +1,6 @@ +{"id": 3808, "env": "canary", "svc": "email-worker"} +{"id": 4385, "env": "prod", "svc": "gateway-edge"} +{"id": 1875, "env": "staging", "svc": "users-api"} +{"id": 7167, "env": "prod", "svc": "billing-svc"} +{"id": 3554, "env": "dev", "svc": "orders-api"} +{"id": 5001, "env": "prod", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..19bfaa356d403301f66163d3b978cc25953efa0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-06.jsonl @@ -0,0 +1,4 @@ +{"id": 7361, "env": "canary", "svc": "gateway-edge"} +{"id": 6335, "env": "prod", "svc": "search-indexer"} +{"id": 5295, "env": "staging", "svc": "webhook-dispatcher"} +{"id": 6260, "env": "staging", "svc": "auth-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d8e2f6ee18ea560f6989351e7138d6ae3b529c0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/deploys/search/2024-04-07.jsonl @@ -0,0 +1,7 @@ +{"id": 9538, "env": "prod", "svc": "cart-api"} +{"id": 6768, "env": "dev", "svc": "inventory-api"} +{"id": 6991, "env": "dev", "svc": "auth-api"} +{"id": 4305, "env": "staging", "svc": "media-encoder"} +{"id": 3182, "env": "canary", "svc": "ledger-svc"} +{"id": 2450, "env": "staging", "svc": "auth-api"} +{"id": 3652, "env": "prod", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/reports/deploy_env.tsv b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/reports/deploy_env.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2915a914c103c2afad2cc46f9bf2c491624a3f33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/cicd/reports/deploy_env.tsv @@ -0,0 +1,4 @@ +canary 59 +dev 58 +prod 52 +staging 75 diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0c947efc7becd277d43cc15b7b3d4a578e6c0a58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-01.jsonl @@ -0,0 +1,4 @@ +{"id": 4923, "env": "dev", "svc": "ledger-svc"} +{"id": 3010, "env": "staging", "svc": "checkout-svc"} +{"id": 4624, "env": "staging", "svc": "notifier-bus"} +{"id": 8014, "env": "prod", "svc": "orders-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5ab7fdbc4ba744cbe46ccd40fbc38edb9dab03c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-02.jsonl @@ -0,0 +1,10 @@ +{"id": 5306, "env": "dev", "svc": "search-indexer"} +{"id": 3526, "env": "canary", "svc": "search-indexer"} +{"id": 7607, "env": "prod", "svc": "notifier-bus"} +{"id": 4168, "env": "dev", "svc": "search-indexer"} +{"id": 8392, "env": "canary", "svc": "payment-gateway"} +{"id": 6191, "env": "staging", "svc": "checkout-svc"} +{"id": 2987, "env": "prod", "svc": "ledger-svc"} +{"id": 4149, "env": "canary", "svc": "webhook-dispatcher"} +{"id": 5286, "env": "staging", "svc": "checkout-svc"} +{"id": 7360, "env": "staging", "svc": "cart-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..895670532faa7ead2ae22a243be906a86909e08b --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 3546, "env": "dev", "svc": "reporting-etl"} +{"id": 5285, "env": "prod", "svc": "checkout-svc"} +{"id": 8172, "env": "dev", "svc": "ledger-svc"} +{"id": 4809, "env": "canary", "svc": "auth-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c8e281ef986da3c9e82f47b014d0820ecc0e2222 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-04.jsonl @@ -0,0 +1,6 @@ +{"id": 4734, "env": "dev", "svc": "ledger-svc"} +{"id": 7085, "env": "staging", "svc": "notifier-bus"} +{"id": 1343, "env": "prod", "svc": "users-api"} +{"id": 4838, "env": "dev", "svc": "payment-gateway"} +{"id": 7528, "env": "prod", "svc": "gateway-edge"} +{"id": 9945, "env": "staging", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..de9cd8db4f4df8f68d9c963aa821be98bdca80e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-05.jsonl @@ -0,0 +1,7 @@ +{"id": 9414, "env": "dev", "svc": "reporting-etl"} +{"id": 9853, "env": "prod", "svc": "session-store"} +{"id": 4928, "env": "staging", "svc": "reporting-etl"} +{"id": 6817, "env": "dev", "svc": "inventory-api"} +{"id": 4966, "env": "dev", "svc": "search-indexer"} +{"id": 8600, "env": "prod", "svc": "catalog-api"} +{"id": 3247, "env": "dev", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..61d959bbf25972535e704ee7f9dcc691cf74fd9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-06.jsonl @@ -0,0 +1,4 @@ +{"id": 9432, "env": "staging", "svc": "email-worker"} +{"id": 4995, "env": "canary", "svc": "session-store"} +{"id": 4854, "env": "dev", "svc": "shipping-svc"} +{"id": 3770, "env": "prod", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..79f379c806ba1d765557a4b62310592a7f4e54aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/data/2024-04-07.jsonl @@ -0,0 +1,9 @@ +{"id": 4296, "env": "dev", "svc": "orders-api"} +{"id": 6210, "env": "staging", "svc": "session-store"} +{"id": 8665, "env": "staging", "svc": "email-worker"} +{"id": 7987, "env": "prod", "svc": "cart-api"} +{"id": 9050, "env": "staging", "svc": "cart-api"} +{"id": 1270, "env": "dev", "svc": "session-store"} +{"id": 8195, "env": "dev", "svc": "search-indexer"} +{"id": 3478, "env": "staging", "svc": "reporting-etl"} +{"id": 3224, "env": "staging", "svc": "shipping-svc"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..429a52a12d52fb5fe8407345d435922cc29d1472 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-01.jsonl @@ -0,0 +1,5 @@ +{"id": 5683, "env": "canary", "svc": "notifier-bus"} +{"id": 8878, "env": "canary", "svc": "cart-api"} +{"id": 2651, "env": "canary", "svc": "shipping-svc"} +{"id": 7708, "env": "prod", "svc": "recommender-rt"} +{"id": 8972, "env": "staging", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3864bff1cffc0141c6f60a7ab72c1e16b1fabe15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-02.jsonl @@ -0,0 +1,10 @@ +{"id": 2750, "env": "canary", "svc": "recommender-rt"} +{"id": 8684, "env": "staging", "svc": "payment-gateway"} +{"id": 7922, "env": "canary", "svc": "ledger-svc"} +{"id": 7511, "env": "prod", "svc": "search-indexer"} +{"id": 1876, "env": "dev", "svc": "reporting-etl"} +{"id": 5157, "env": "canary", "svc": "media-encoder"} +{"id": 6774, "env": "dev", "svc": "search-indexer"} +{"id": 4137, "env": "staging", "svc": "billing-svc"} +{"id": 8336, "env": "dev", "svc": "catalog-api"} +{"id": 8100, "env": "dev", "svc": "cart-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d8bb576feecc79387c2b69eda72b0298e32f9ba5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 7773, "env": "canary", "svc": "inventory-api"} +{"id": 1249, "env": "canary", "svc": "session-store"} +{"id": 2645, "env": "prod", "svc": "email-worker"} +{"id": 8672, "env": "staging", "svc": "webhook-dispatcher"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ea93adae7746f9eadd47fc48c001280f3dc00eee --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-04.jsonl @@ -0,0 +1,7 @@ +{"id": 6045, "env": "canary", "svc": "gateway-edge"} +{"id": 5852, "env": "staging", "svc": "gateway-edge"} +{"id": 4689, "env": "prod", "svc": "users-api"} +{"id": 8079, "env": "dev", "svc": "catalog-api"} +{"id": 8885, "env": "prod", "svc": "auth-api"} +{"id": 7491, "env": "canary", "svc": "shipping-svc"} +{"id": 4779, "env": "staging", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b2b49a89f98fa5924fe8bac72173fd4dfcc387cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-05.jsonl @@ -0,0 +1,10 @@ +{"id": 7193, "env": "dev", "svc": "shipping-svc"} +{"id": 7494, "env": "dev", "svc": "cart-api"} +{"id": 7385, "env": "prod", "svc": "gateway-edge"} +{"id": 7736, "env": "canary", "svc": "ledger-svc"} +{"id": 6681, "env": "staging", "svc": "cart-api"} +{"id": 3764, "env": "prod", "svc": "checkout-svc"} +{"id": 3201, "env": "dev", "svc": "ledger-svc"} +{"id": 7179, "env": "prod", "svc": "webhook-dispatcher"} +{"id": 2176, "env": "staging", "svc": "email-worker"} +{"id": 2589, "env": "staging", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c11fa2953d444901a13ece90824aaeb11c18177b --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-06.jsonl @@ -0,0 +1,7 @@ +{"id": 4834, "env": "canary", "svc": "cart-api"} +{"id": 5463, "env": "canary", "svc": "catalog-api"} +{"id": 8840, "env": "prod", "svc": "email-worker"} +{"id": 9499, "env": "dev", "svc": "ledger-svc"} +{"id": 6389, "env": "canary", "svc": "shipping-svc"} +{"id": 7146, "env": "dev", "svc": "billing-svc"} +{"id": 2119, "env": "canary", "svc": "email-worker"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5dd1680dc671d2463224d2410153c3557df32bfa --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/edge/2024-04-07.jsonl @@ -0,0 +1,8 @@ +{"id": 5571, "env": "canary", "svc": "users-api"} +{"id": 7446, "env": "canary", "svc": "auth-api"} +{"id": 6299, "env": "staging", "svc": "auth-api"} +{"id": 1190, "env": "dev", "svc": "ledger-svc"} +{"id": 1592, "env": "canary", "svc": "checkout-svc"} +{"id": 9863, "env": "staging", "svc": "gateway-edge"} +{"id": 2979, "env": "staging", "svc": "session-store"} +{"id": 7687, "env": "prod", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e133ec8c34d0c33a80d01eee144fdde3a7f733cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-01.jsonl @@ -0,0 +1,10 @@ +{"id": 8158, "env": "staging", "svc": "reporting-etl"} +{"id": 3127, "env": "staging", "svc": "notifier-bus"} +{"id": 7370, "env": "prod", "svc": "recommender-rt"} +{"id": 4287, "env": "canary", "svc": "session-store"} +{"id": 9117, "env": "canary", "svc": "inventory-api"} +{"id": 3865, "env": "prod", "svc": "webhook-dispatcher"} +{"id": 8823, "env": "staging", "svc": "users-api"} +{"id": 3720, "env": "staging", "svc": "gateway-edge"} +{"id": 8417, "env": "canary", "svc": "inventory-api"} +{"id": 8500, "env": "staging", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3ba9159cd7475c538ca42c9899c7c970eb6b733e --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-02.jsonl @@ -0,0 +1,6 @@ +{"id": 2684, "env": "prod", "svc": "billing-svc"} +{"id": 1695, "env": "prod", "svc": "shipping-svc"} +{"id": 9553, "env": "staging", "svc": "ledger-svc"} +{"id": 5571, "env": "dev", "svc": "webhook-dispatcher"} +{"id": 8372, "env": "dev", "svc": "ledger-svc"} +{"id": 7177, "env": "prod", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6f417566aa810436254bcee85efbd64c8c59db5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 3821, "env": "prod", "svc": "search-indexer"} +{"id": 7885, "env": "dev", "svc": "ledger-svc"} +{"id": 1647, "env": "staging", "svc": "orders-api"} +{"id": 4894, "env": "staging", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6c2af24319a41cfa159df5456b93275b468210e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-04.jsonl @@ -0,0 +1,9 @@ +{"id": 3139, "env": "dev", "svc": "billing-svc"} +{"id": 8121, "env": "dev", "svc": "users-api"} +{"id": 8792, "env": "prod", "svc": "checkout-svc"} +{"id": 2939, "env": "prod", "svc": "catalog-api"} +{"id": 6898, "env": "staging", "svc": "users-api"} +{"id": 8957, "env": "staging", "svc": "checkout-svc"} +{"id": 1457, "env": "staging", "svc": "search-indexer"} +{"id": 9664, "env": "staging", "svc": "inventory-api"} +{"id": 7344, "env": "staging", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cdc5e0e6b20b61963c9bcc7d8a4a9d5c8e62f7e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-05.jsonl @@ -0,0 +1,8 @@ +{"id": 3752, "env": "staging", "svc": "email-worker"} +{"id": 8342, "env": "staging", "svc": "catalog-api"} +{"id": 6386, "env": "canary", "svc": "users-api"} +{"id": 7144, "env": "dev", "svc": "email-worker"} +{"id": 3554, "env": "staging", "svc": "orders-api"} +{"id": 6207, "env": "canary", "svc": "auth-api"} +{"id": 8116, "env": "staging", "svc": "session-store"} +{"id": 2244, "env": "prod", "svc": "billing-svc"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c612cc3358d5548a10a4d33caf75fdb7f90ec474 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-06.jsonl @@ -0,0 +1,7 @@ +{"id": 1745, "env": "staging", "svc": "checkout-svc"} +{"id": 9075, "env": "staging", "svc": "notifier-bus"} +{"id": 7348, "env": "canary", "svc": "catalog-api"} +{"id": 6929, "env": "dev", "svc": "search-indexer"} +{"id": 6168, "env": "canary", "svc": "shipping-svc"} +{"id": 9771, "env": "staging", "svc": "inventory-api"} +{"id": 4991, "env": "prod", "svc": "webhook-dispatcher"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e48ed3777c311ce7875a4dba7e7c6025c91ecdbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/payments/2024-04-07.jsonl @@ -0,0 +1,7 @@ +{"id": 3216, "env": "canary", "svc": "ledger-svc"} +{"id": 8940, "env": "canary", "svc": "orders-api"} +{"id": 2146, "env": "canary", "svc": "session-store"} +{"id": 2485, "env": "prod", "svc": "shipping-svc"} +{"id": 9444, "env": "canary", "svc": "checkout-svc"} +{"id": 8161, "env": "prod", "svc": "catalog-api"} +{"id": 5600, "env": "staging", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ab5f26ddf36b9f937e04b57990a622da032ce8b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-01.jsonl @@ -0,0 +1,6 @@ +{"id": 8383, "env": "canary", "svc": "search-indexer"} +{"id": 8788, "env": "canary", "svc": "reporting-etl"} +{"id": 4997, "env": "staging", "svc": "orders-api"} +{"id": 2382, "env": "canary", "svc": "inventory-api"} +{"id": 4862, "env": "dev", "svc": "email-worker"} +{"id": 7233, "env": "canary", "svc": "media-encoder"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cd3d9af6186073ddd2c9d14421e316c8dd180d3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-02.jsonl @@ -0,0 +1,9 @@ +{"id": 9058, "env": "prod", "svc": "payment-gateway"} +{"id": 1106, "env": "dev", "svc": "catalog-api"} +{"id": 5974, "env": "canary", "svc": "gateway-edge"} +{"id": 6587, "env": "staging", "svc": "orders-api"} +{"id": 1230, "env": "canary", "svc": "gateway-edge"} +{"id": 9114, "env": "dev", "svc": "reporting-etl"} +{"id": 4958, "env": "staging", "svc": "ledger-svc"} +{"id": 8202, "env": "dev", "svc": "media-encoder"} +{"id": 6409, "env": "dev", "svc": "inventory-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ef137652f1ce7f3bc794d5ef2aefc48c7e7bcb70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-03.jsonl @@ -0,0 +1,10 @@ +{"id": 8516, "env": "staging", "svc": "notifier-bus"} +{"id": 1192, "env": "canary", "svc": "payment-gateway"} +{"id": 7200, "env": "canary", "svc": "catalog-api"} +{"id": 6361, "env": "prod", "svc": "search-indexer"} +{"id": 9700, "env": "canary", "svc": "catalog-api"} +{"id": 2994, "env": "dev", "svc": "shipping-svc"} +{"id": 7997, "env": "dev", "svc": "orders-api"} +{"id": 5242, "env": "staging", "svc": "ledger-svc"} +{"id": 7364, "env": "staging", "svc": "payment-gateway"} +{"id": 2790, "env": "canary", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ffd84ac9b6620613f31b6c9bca439f35ad996738 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-04.jsonl @@ -0,0 +1,6 @@ +{"id": 9465, "env": "staging", "svc": "cart-api"} +{"id": 3873, "env": "dev", "svc": "gateway-edge"} +{"id": 5101, "env": "dev", "svc": "notifier-bus"} +{"id": 1509, "env": "staging", "svc": "cart-api"} +{"id": 1169, "env": "canary", "svc": "webhook-dispatcher"} +{"id": 4702, "env": "staging", "svc": "orders-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3281ab0dd54543a58b6f1f3590bb3fb43a40e6e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-05.jsonl @@ -0,0 +1,9 @@ +{"id": 5663, "env": "prod", "svc": "recommender-rt"} +{"id": 9984, "env": "dev", "svc": "inventory-api"} +{"id": 3626, "env": "staging", "svc": "checkout-svc"} +{"id": 8043, "env": "canary", "svc": "webhook-dispatcher"} +{"id": 4252, "env": "prod", "svc": "email-worker"} +{"id": 9053, "env": "dev", "svc": "orders-api"} +{"id": 8570, "env": "staging", "svc": "orders-api"} +{"id": 6140, "env": "prod", "svc": "recommender-rt"} +{"id": 8492, "env": "dev", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..acdb7be44c039cc711d4009fdfa98af5f434c328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-06.jsonl @@ -0,0 +1,4 @@ +{"id": 4233, "env": "dev", "svc": "orders-api"} +{"id": 4180, "env": "prod", "svc": "ledger-svc"} +{"id": 2024, "env": "staging", "svc": "shipping-svc"} +{"id": 6563, "env": "prod", "svc": "notifier-bus"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..08949a38b0ad246d9cbc48ca656b564a390f1ce4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/platform/2024-04-07.jsonl @@ -0,0 +1,6 @@ +{"id": 7521, "env": "canary", "svc": "gateway-edge"} +{"id": 3248, "env": "canary", "svc": "users-api"} +{"id": 1712, "env": "staging", "svc": "orders-api"} +{"id": 7053, "env": "dev", "svc": "recommender-rt"} +{"id": 6326, "env": "canary", "svc": "ledger-svc"} +{"id": 6570, "env": "dev", "svc": "reporting-etl"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..93b0b237b4cf132db82d8122ac35177322133efc --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-01.jsonl @@ -0,0 +1,9 @@ +{"id": 2087, "env": "dev", "svc": "inventory-api"} +{"id": 9970, "env": "staging", "svc": "orders-api"} +{"id": 2971, "env": "staging", "svc": "checkout-svc"} +{"id": 6798, "env": "staging", "svc": "ledger-svc"} +{"id": 4270, "env": "dev", "svc": "auth-api"} +{"id": 6786, "env": "staging", "svc": "auth-api"} +{"id": 7882, "env": "canary", "svc": "ledger-svc"} +{"id": 3547, "env": "staging", "svc": "media-encoder"} +{"id": 3803, "env": "staging", "svc": "session-store"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3d027c6527a3fe17d3f188ecfecf89cd107f54e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-02.jsonl @@ -0,0 +1,8 @@ +{"id": 5371, "env": "prod", "svc": "payment-gateway"} +{"id": 3456, "env": "staging", "svc": "checkout-svc"} +{"id": 1299, "env": "staging", "svc": "session-store"} +{"id": 5393, "env": "staging", "svc": "payment-gateway"} +{"id": 8434, "env": "prod", "svc": "orders-api"} +{"id": 2084, "env": "prod", "svc": "email-worker"} +{"id": 6080, "env": "dev", "svc": "reporting-etl"} +{"id": 4490, "env": "prod", "svc": "users-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..eceff4653a043e7540f0ca5b4b8d5e549399f460 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-03.jsonl @@ -0,0 +1,4 @@ +{"id": 3447, "env": "canary", "svc": "cart-api"} +{"id": 6612, "env": "dev", "svc": "payment-gateway"} +{"id": 4412, "env": "prod", "svc": "billing-svc"} +{"id": 2304, "env": "dev", "svc": "cart-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..353b5f433753a28cd235148e1fadd2dba74c5083 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-04.jsonl @@ -0,0 +1,10 @@ +{"id": 4206, "env": "staging", "svc": "users-api"} +{"id": 3151, "env": "canary", "svc": "inventory-api"} +{"id": 1883, "env": "canary", "svc": "payment-gateway"} +{"id": 3697, "env": "prod", "svc": "email-worker"} +{"id": 3550, "env": "dev", "svc": "payment-gateway"} +{"id": 4637, "env": "canary", "svc": "session-store"} +{"id": 9225, "env": "canary", "svc": "catalog-api"} +{"id": 8849, "env": "dev", "svc": "session-store"} +{"id": 1941, "env": "prod", "svc": "users-api"} +{"id": 9657, "env": "canary", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..26f9128ae381538b003c6af78aa04364b644496a --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-05.jsonl @@ -0,0 +1,6 @@ +{"id": 3808, "env": "canary", "svc": "email-worker"} +{"id": 4385, "env": "prod", "svc": "gateway-edge"} +{"id": 1875, "env": "staging", "svc": "users-api"} +{"id": 7167, "env": "prod", "svc": "billing-svc"} +{"id": 3554, "env": "dev", "svc": "orders-api"} +{"id": 5001, "env": "prod", "svc": "catalog-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..19bfaa356d403301f66163d3b978cc25953efa0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-06.jsonl @@ -0,0 +1,4 @@ +{"id": 7361, "env": "canary", "svc": "gateway-edge"} +{"id": 6335, "env": "prod", "svc": "search-indexer"} +{"id": 5295, "env": "staging", "svc": "webhook-dispatcher"} +{"id": 6260, "env": "staging", "svc": "auth-api"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d8e2f6ee18ea560f6989351e7138d6ae3b529c0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/cicd/deploys/search/2024-04-07.jsonl @@ -0,0 +1,7 @@ +{"id": 9538, "env": "prod", "svc": "cart-api"} +{"id": 6768, "env": "dev", "svc": "inventory-api"} +{"id": 6991, "env": "dev", "svc": "auth-api"} +{"id": 4305, "env": "staging", "svc": "media-encoder"} +{"id": 3182, "env": "canary", "svc": "ledger-svc"} +{"id": 2450, "env": "staging", "svc": "auth-api"} +{"id": 3652, "env": "prod", "svc": "gateway-edge"} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_348d9e52d4/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/auth-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/auth-api.json new file mode 100644 index 0000000000000000000000000000000000000000..bbc70c35f54fe61e563e525a60d1384e51b50606 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/auth-api.json @@ -0,0 +1,7 @@ +{ + "log_level": 42, + "rate_limit": 42, + "database": 42, + "port": 42, + "name": "x" +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/billing-svc.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/billing-svc.json new file mode 100644 index 0000000000000000000000000000000000000000..552ad03e98e4c383c6f1ed5d60fa90937aeea18f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/billing-svc.json @@ -0,0 +1,22 @@ +{ + "log_level": [ + 1, + 2, + 3 + ], + "timeout": [ + 1, + 2, + 3 + ], + "owner": true, + "database": "x", + "tags": 42, + "port": 42, + "auth": [ + 1, + 2, + 3 + ], + "name": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/catalog-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/catalog-api.json new file mode 100644 index 0000000000000000000000000000000000000000..e7aa1b3acc1498aec9bf53a92ea67d899061ff07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/catalog-api.json @@ -0,0 +1,26 @@ +{ + "database": [ + 1, + 2, + 3 + ], + "features": true, + "log_level": [ + 1, + 2, + 3 + ], + "version": true, + "auth": [ + 1, + 2, + 3 + ], + "port": 42, + "tags": true, + "region": [ + 1, + 2, + 3 + ] +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/checkout-svc.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/checkout-svc.json new file mode 100644 index 0000000000000000000000000000000000000000..1a9864d76dc7dd8b211ab87f35f5d810c91738bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/checkout-svc.json @@ -0,0 +1,12 @@ +{ + "log_level": "x", + "tags": "x", + "owner": true, + "region": "x", + "database": [ + 1, + 2, + 3 + ], + "name": 42 +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/gateway-edge.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/gateway-edge.json new file mode 100644 index 0000000000000000000000000000000000000000..57d8ce4aa0a7cce1b12d052a5f3edb64c605fc0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/gateway-edge.json @@ -0,0 +1,16 @@ +{ + "debug": 42, + "tags": [ + 1, + 2, + 3 + ], + "database": true, + "cache": [ + 1, + 2, + 3 + ], + "owner": true, + "retries": "x" +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/inventory-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/inventory-api.json new file mode 100644 index 0000000000000000000000000000000000000000..b8e687e0a4798a612b05c5e408b51ea2408fa672 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/inventory-api.json @@ -0,0 +1,11 @@ +{ + "rate_limit": true, + "owner": 42, + "debug": true, + "version": [ + 1, + 2, + 3 + ], + "timeout": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/media-encoder.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/media-encoder.json new file mode 100644 index 0000000000000000000000000000000000000000..c31cdefa731107880616b199c63771a2e9319e72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/media-encoder.json @@ -0,0 +1,22 @@ +{ + "version": "x", + "tags": [ + 1, + 2, + 3 + ], + "cache": [ + 1, + 2, + 3 + ], + "log_level": [ + 1, + 2, + 3 + ], + "region": true, + "debug": 42, + "rate_limit": "x", + "timeout": "x" +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/notifier-bus.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/notifier-bus.json new file mode 100644 index 0000000000000000000000000000000000000000..05345b0e0aae82024817ca2501658adc73ae4e08 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/notifier-bus.json @@ -0,0 +1,11 @@ +{ + "features": "x", + "cache": "x", + "region": "x", + "timeout": "x", + "tags": [ + 1, + 2, + 3 + ] +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/orders-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/orders-api.json new file mode 100644 index 0000000000000000000000000000000000000000..a57dc13aecb03f53a6bdf66c15f8f99c18db29c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/orders-api.json @@ -0,0 +1,15 @@ +{ + "debug": "x", + "cache": [ + 1, + 2, + 3 + ], + "owner": "x", + "region": 42, + "version": true, + "log_level": 42, + "name": "x", + "database": "x", + "rate_limit": 42 +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/search-indexer.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/search-indexer.json new file mode 100644 index 0000000000000000000000000000000000000000..f787d899d3d9c46a25b68e8b0ba56ae8cbe042bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/search-indexer.json @@ -0,0 +1,7 @@ +{ + "port": "x", + "auth": "x", + "owner": true, + "debug": true, + "features": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/session-store.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/session-store.json new file mode 100644 index 0000000000000000000000000000000000000000..7e1072c6b0f39985091ea9712390faaddf8df707 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/session-store.json @@ -0,0 +1,23 @@ +{ + "database": 42, + "cache": 42, + "name": [ + 1, + 2, + 3 + ], + "auth": [ + 1, + 2, + 3 + ], + "port": 42, + "log_level": "x", + "features": "x", + "rate_limit": [ + 1, + 2, + 3 + ], + "tags": 42 +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/users-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/users-api.json new file mode 100644 index 0000000000000000000000000000000000000000..c3bde4667ee5317955e2550dbacaf0a7b7446466 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/configs/users-api.json @@ -0,0 +1,15 @@ +{ + "timeout": "x", + "name": [ + 1, + 2, + 3 + ], + "features": [ + 1, + 2, + 3 + ], + "owner": "x", + "cache": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/auth-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/auth-api.json new file mode 100644 index 0000000000000000000000000000000000000000..bbc70c35f54fe61e563e525a60d1384e51b50606 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/auth-api.json @@ -0,0 +1,7 @@ +{ + "log_level": 42, + "rate_limit": 42, + "database": 42, + "port": 42, + "name": "x" +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/billing-svc.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/billing-svc.json new file mode 100644 index 0000000000000000000000000000000000000000..552ad03e98e4c383c6f1ed5d60fa90937aeea18f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/billing-svc.json @@ -0,0 +1,22 @@ +{ + "log_level": [ + 1, + 2, + 3 + ], + "timeout": [ + 1, + 2, + 3 + ], + "owner": true, + "database": "x", + "tags": 42, + "port": 42, + "auth": [ + 1, + 2, + 3 + ], + "name": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/catalog-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/catalog-api.json new file mode 100644 index 0000000000000000000000000000000000000000..e7aa1b3acc1498aec9bf53a92ea67d899061ff07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/catalog-api.json @@ -0,0 +1,26 @@ +{ + "database": [ + 1, + 2, + 3 + ], + "features": true, + "log_level": [ + 1, + 2, + 3 + ], + "version": true, + "auth": [ + 1, + 2, + 3 + ], + "port": 42, + "tags": true, + "region": [ + 1, + 2, + 3 + ] +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/checkout-svc.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/checkout-svc.json new file mode 100644 index 0000000000000000000000000000000000000000..1a9864d76dc7dd8b211ab87f35f5d810c91738bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/checkout-svc.json @@ -0,0 +1,12 @@ +{ + "log_level": "x", + "tags": "x", + "owner": true, + "region": "x", + "database": [ + 1, + 2, + 3 + ], + "name": 42 +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/gateway-edge.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/gateway-edge.json new file mode 100644 index 0000000000000000000000000000000000000000..57d8ce4aa0a7cce1b12d052a5f3edb64c605fc0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/gateway-edge.json @@ -0,0 +1,16 @@ +{ + "debug": 42, + "tags": [ + 1, + 2, + 3 + ], + "database": true, + "cache": [ + 1, + 2, + 3 + ], + "owner": true, + "retries": "x" +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/inventory-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/inventory-api.json new file mode 100644 index 0000000000000000000000000000000000000000..b8e687e0a4798a612b05c5e408b51ea2408fa672 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/inventory-api.json @@ -0,0 +1,11 @@ +{ + "rate_limit": true, + "owner": 42, + "debug": true, + "version": [ + 1, + 2, + 3 + ], + "timeout": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/media-encoder.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/media-encoder.json new file mode 100644 index 0000000000000000000000000000000000000000..c31cdefa731107880616b199c63771a2e9319e72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/media-encoder.json @@ -0,0 +1,22 @@ +{ + "version": "x", + "tags": [ + 1, + 2, + 3 + ], + "cache": [ + 1, + 2, + 3 + ], + "log_level": [ + 1, + 2, + 3 + ], + "region": true, + "debug": 42, + "rate_limit": "x", + "timeout": "x" +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/notifier-bus.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/notifier-bus.json new file mode 100644 index 0000000000000000000000000000000000000000..05345b0e0aae82024817ca2501658adc73ae4e08 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/notifier-bus.json @@ -0,0 +1,11 @@ +{ + "features": "x", + "cache": "x", + "region": "x", + "timeout": "x", + "tags": [ + 1, + 2, + 3 + ] +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/orders-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/orders-api.json new file mode 100644 index 0000000000000000000000000000000000000000..a57dc13aecb03f53a6bdf66c15f8f99c18db29c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/orders-api.json @@ -0,0 +1,15 @@ +{ + "debug": "x", + "cache": [ + 1, + 2, + 3 + ], + "owner": "x", + "region": 42, + "version": true, + "log_level": 42, + "name": "x", + "database": "x", + "rate_limit": 42 +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/search-indexer.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/search-indexer.json new file mode 100644 index 0000000000000000000000000000000000000000..f787d899d3d9c46a25b68e8b0ba56ae8cbe042bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/search-indexer.json @@ -0,0 +1,7 @@ +{ + "port": "x", + "auth": "x", + "owner": true, + "debug": true, + "features": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/session-store.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/session-store.json new file mode 100644 index 0000000000000000000000000000000000000000..7e1072c6b0f39985091ea9712390faaddf8df707 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/session-store.json @@ -0,0 +1,23 @@ +{ + "database": 42, + "cache": 42, + "name": [ + 1, + 2, + 3 + ], + "auth": [ + 1, + 2, + 3 + ], + "port": 42, + "log_level": "x", + "features": "x", + "rate_limit": [ + 1, + 2, + 3 + ], + "tags": 42 +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/users-api.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/users-api.json new file mode 100644 index 0000000000000000000000000000000000000000..c3bde4667ee5317955e2550dbacaf0a7b7446466 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/configs/users-api.json @@ -0,0 +1,15 @@ +{ + "timeout": "x", + "name": [ + 1, + 2, + 3 + ], + "features": [ + 1, + 2, + 3 + ], + "owner": "x", + "cache": true +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_34aaba43ec/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b48ee5cd00bc9603f9b3fdbfc0f65c099a43858b --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-01/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b81fac8d88175738e3a19c71e16fcf72312028 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 3706 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..570b947ca5e3a3c19a028192b7656d82d0302130 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-02/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4bc9ba28af92965b0e9dfea8e7c6cff218dcdb16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 4304 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3938cabebffbd6e81b3c878e80f2e9b2818f4677 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-03/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2908c679c1685894dc2ff028ae48fe00b44d53ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 2112 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d6742d06c32bf8a14d672ad3651664a162ad69d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-04/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5ebbfa66025deb250950aa99f70f42b86698ed52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/campaigns/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 1989 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ba261fecbb906320129666ef9dbaabf08f364b20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-01/README.md @@ -0,0 +1,3 @@ +# events 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b5487bf1bd402ccddaf45153e664485571045680 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 3461 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b55ad994c81a5de071a2d98e7903bb4e39785793 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-02/README.md @@ -0,0 +1,3 @@ +# events 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2cc8d59086d2fc77015dd5f42dc7264c7637aaa9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 1155 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2566446a04cc61fdf0eeaa2ef73c89850c70b473 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-03/README.md @@ -0,0 +1,3 @@ +# events 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0469480555c24c7663c2954cc61cbf079329e31e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 941 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8511f1cb1dea9aa373932ff7a0ba0b412b54748b --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-04/README.md @@ -0,0 +1,3 @@ +# events 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b58fd2d1b51d15bed3799871f7bd712a983049b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/events/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 4277 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..73f9ab0335bb1985db0e14fa5934760453007491 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-01/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..42d2039000dee8d0ab35778a5bc21b1934398f5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 441 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0066080c28d790f6b21470b6d4ef74f4e46dc33c --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-02/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..41988e4d41d6637e98fe264302c867b283a53b76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 4396 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a18238aa749b02a22db09804bf362156176da468 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-03/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3d892f98ebb2e8ee21d4dd222543d981a584c627 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 2024 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4f4cbecf72fe0befb5dc940ebf060b44927cb676 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-04/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3a40ab06f60491715908636e70bfdc5963f3ec8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/experiments/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 4549 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/joined.csv b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/joined.csv new file mode 100644 index 0000000000000000000000000000000000000000..7522409af62638c229925f50cd30be195315bf51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/joined.csv @@ -0,0 +1,21 @@ +id,name,score +1382,azhang,84 +1459,tvasquez,18 +2117,opopov,90 +2251,sstevens,44 +2276,flindqvist,73 +2496,doneill,90 +3205,uvogt,18 +3690,hchen,14 +3816,lgonzalez,34 +4322,mtanaka,47 +4677,ibarbosa,43 +4727,vwang,37 +5631,nmurray,70 +5685,cnakamura,45 +6240,kkuznetsov,16 +6254,rrossi,31 +6987,gkaur,54 +7717,pklein,46 +7878,jsmith,15 +9049,qyu,87 diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/scores/scores.csv b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/scores/scores.csv new file mode 100644 index 0000000000000000000000000000000000000000..17532d51f04b6eae65437be557f6b7ce3852a4f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/scores/scores.csv @@ -0,0 +1,24 @@ +user_id,score +99001,61 +1459,18 +6987,54 +7878,15 +2276,73 +5631,70 +4727,37 +2496,90 +3690,14 +5685,45 +1382,84 +2251,44 +2117,90 +6254,31 +9049,87 +7717,46 +3205,18 +4322,47 +4677,43 +99003,66 +6240,16 +99002,84 +3816,34 diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..465e20b7dace429d60d47c8c8f745b2038c30c9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-01/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0405cf89c47d92471ab8b928e250adb2ebb12e8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 1815 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..80dd8d8a52d4e239a8d41ecd9429510e3d35eddc --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-02/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..21ca637c539def16fd89dfb518fa7281d823d526 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 2316 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..990524029fa833fc4a5ddd00180eadfabb5db55d --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-03/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aa5726bca747484816b3959b049be6b3c3f12d44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 1426 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..284739d0cfbdb6270b2b312c447599f224d359e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-04/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9ac583ba6b0bf498b99258d40bed8fabf408d0cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/sessions/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 3144 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/users/users.csv b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/users/users.csv new file mode 100644 index 0000000000000000000000000000000000000000..db098d5e9ba6c00bb42e274f3d529910e776d0d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/datasets/users/users.csv @@ -0,0 +1,25 @@ +id,name +3816,lgonzalez +7717,pklein +3690,hchen +1382,azhang +4677,ibarbosa +2117,opopov +1459,tvasquez +2276,flindqvist +8253,wxu +6987,gkaur +5685,cnakamura +6240,kkuznetsov +4322,mtanaka +5631,nmurray +2251,sstevens +4727,vwang +3773,brivera +6254,rrossi +9049,qyu +3990,epatel +7878,jsmith +6335,xlee +2496,doneill +3205,uvogt diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b48ee5cd00bc9603f9b3fdbfc0f65c099a43858b --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-01/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b81fac8d88175738e3a19c71e16fcf72312028 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 3706 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..570b947ca5e3a3c19a028192b7656d82d0302130 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-02/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4bc9ba28af92965b0e9dfea8e7c6cff218dcdb16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 4304 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3938cabebffbd6e81b3c878e80f2e9b2818f4677 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-03/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2908c679c1685894dc2ff028ae48fe00b44d53ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 2112 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d6742d06c32bf8a14d672ad3651664a162ad69d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-04/README.md @@ -0,0 +1,3 @@ +# campaigns 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5ebbfa66025deb250950aa99f70f42b86698ed52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/campaigns/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "campaigns", + "rows": 1989 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ba261fecbb906320129666ef9dbaabf08f364b20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-01/README.md @@ -0,0 +1,3 @@ +# events 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b5487bf1bd402ccddaf45153e664485571045680 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 3461 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b55ad994c81a5de071a2d98e7903bb4e39785793 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-02/README.md @@ -0,0 +1,3 @@ +# events 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2cc8d59086d2fc77015dd5f42dc7264c7637aaa9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 1155 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2566446a04cc61fdf0eeaa2ef73c89850c70b473 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-03/README.md @@ -0,0 +1,3 @@ +# events 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0469480555c24c7663c2954cc61cbf079329e31e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 941 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8511f1cb1dea9aa373932ff7a0ba0b412b54748b --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-04/README.md @@ -0,0 +1,3 @@ +# events 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b58fd2d1b51d15bed3799871f7bd712a983049b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/events/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "events", + "rows": 4277 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..73f9ab0335bb1985db0e14fa5934760453007491 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-01/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..42d2039000dee8d0ab35778a5bc21b1934398f5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 441 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0066080c28d790f6b21470b6d4ef74f4e46dc33c --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-02/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..41988e4d41d6637e98fe264302c867b283a53b76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 4396 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a18238aa749b02a22db09804bf362156176da468 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-03/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3d892f98ebb2e8ee21d4dd222543d981a584c627 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 2024 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4f4cbecf72fe0befb5dc940ebf060b44927cb676 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-04/README.md @@ -0,0 +1,3 @@ +# experiments 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3a40ab06f60491715908636e70bfdc5963f3ec8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/experiments/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "experiments", + "rows": 4549 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/scores/scores.csv b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/scores/scores.csv new file mode 100644 index 0000000000000000000000000000000000000000..17532d51f04b6eae65437be557f6b7ce3852a4f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/scores/scores.csv @@ -0,0 +1,24 @@ +user_id,score +99001,61 +1459,18 +6987,54 +7878,15 +2276,73 +5631,70 +4727,37 +2496,90 +3690,14 +5685,45 +1382,84 +2251,44 +2117,90 +6254,31 +9049,87 +7717,46 +3205,18 +4322,47 +4677,43 +99003,66 +6240,16 +99002,84 +3816,34 diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-01/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..465e20b7dace429d60d47c8c8f745b2038c30c9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-01/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-01 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-01/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-01/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0405cf89c47d92471ab8b928e250adb2ebb12e8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-01/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 1815 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-02/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-02/README.md new file mode 100644 index 0000000000000000000000000000000000000000..80dd8d8a52d4e239a8d41ecd9429510e3d35eddc --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-02/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-02 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-02/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-02/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..21ca637c539def16fd89dfb518fa7281d823d526 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-02/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 2316 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-03/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-03/README.md new file mode 100644 index 0000000000000000000000000000000000000000..990524029fa833fc4a5ddd00180eadfabb5db55d --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-03/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-03 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-03/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-03/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aa5726bca747484816b3959b049be6b3c3f12d44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-03/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 1426 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-04/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-04/README.md new file mode 100644 index 0000000000000000000000000000000000000000..284739d0cfbdb6270b2b312c447599f224d359e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-04/README.md @@ -0,0 +1,3 @@ +# sessions 2024-04-04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-04/manifest.json b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-04/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9ac583ba6b0bf498b99258d40bed8fabf408d0cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/sessions/2024-04-04/manifest.json @@ -0,0 +1,4 @@ +{ + "dataset": "sessions", + "rows": 3144 +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/datasets/users/users.csv b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/users/users.csv new file mode 100644 index 0000000000000000000000000000000000000000..db098d5e9ba6c00bb42e274f3d529910e776d0d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/datasets/users/users.csv @@ -0,0 +1,25 @@ +id,name +3816,lgonzalez +7717,pklein +3690,hchen +1382,azhang +4677,ibarbosa +2117,opopov +1459,tvasquez +2276,flindqvist +8253,wxu +6987,gkaur +5685,cnakamura +6240,kkuznetsov +4322,mtanaka +5631,nmurray +2251,sstevens +4727,vwang +3773,brivera +6254,rrossi +9049,qyu +3990,epatel +7878,jsmith +6335,xlee +2496,doneill +3205,uvogt diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_37007b8086/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..8dd77cc255c0df490a3917910f8f2748e3813274 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/handlers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the billing.domain.handlers unit.""" + # TODO(doneill): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + # TODO(gkaur): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..1f2a5f5f078035cfd4e83f6abb559bc836d7c933 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the billing.domain.repository unit.""" + # TODO(gkaur): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..9f85ae18c69a1cc5bb2b4435309292eda267b204 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/domain/serializers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the billing.domain.serializers unit.""" + # TODO(flindqvist): refine heuristic for serializers + # TODO(epatel): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..b502b6f59ef285c13772a15ffe9673fc6f705d82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/metrics.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the billing.tasks.metrics unit.""" + # TODO(brivera): refine heuristic for metrics + # TODO(epatel): refine heuristic for metrics + # TODO(doneill): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..c31fe36810cf78dff2f4713f90cd72c37b5454c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the billing.tasks.repository unit.""" + # TODO(brivera): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..b3e47d239e709f8596b1cff88b4c3a00fa248e84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tasks/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the billing.tasks.serializers unit.""" + # TODO(flindqvist): refine heuristic for serializers + # TODO(hchen): refine heuristic for serializers + # TODO(azhang): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..5049cc72e6d5ffc1b7950fbd3e7645c360b308d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/handlers.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the billing.tests.handlers unit.""" + # TODO(doneill): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/models.py new file mode 100644 index 0000000000000000000000000000000000000000..5fb175995f94054ef204b90b9a3000e65ca922a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/models.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the billing.tests.models unit.""" + # TODO(epatel): refine heuristic for models + # TODO(flindqvist): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/validators.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..8372f504e2ae5d86b58f0c45c5a89a5cc25509e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/billing/tests/validators.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the billing.tests.validators unit.""" + # TODO(gkaur): refine heuristic for validators + # TODO(doneill): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/events.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..f04e3bddbeb2603ec9298aee8b6b5ba332f38a2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/events.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_events(payload): + """Entry point for the catalog.domain.events unit.""" + # TODO(cnakamura): refine heuristic for events + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..14ee1131a41da2254bc93ae2ace2bb5dd54a8706 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/handlers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the catalog.domain.handlers unit.""" + # TODO(flindqvist): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/service.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..522269de4009321c317f415e27aa8af9e46d4931 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/domain/service.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the catalog.domain.service unit.""" + # TODO(cnakamura): refine heuristic for service + # TODO(brivera): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..5d403c62089893b81ffdd8caf1d1aa6b91ddb89c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/handlers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the catalog.tasks.handlers unit.""" + # TODO(azhang): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + # TODO(doneill): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..9afed5679faf72929599b7ac5bf7222a4aded58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/metrics.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the catalog.tasks.metrics unit.""" + # TODO(flindqvist): refine heuristic for metrics + # TODO(azhang): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/validators.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..0a69934a2ef12c6a0cbd4bddfb09f9a64d8e090a --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tasks/validators.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the catalog.tasks.validators unit.""" + # TODO(gkaur): refine heuristic for validators + # TODO(doneill): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/models.py new file mode 100644 index 0000000000000000000000000000000000000000..2ae518d516181bd8528b69c231fed84332e8b73e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the catalog.tests.models unit.""" + # TODO(hchen): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/service.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/service.py new file mode 100644 index 0000000000000000000000000000000000000000..75d0fd578d48d8e965312e53ce403b870e209a5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/service.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the catalog.tests.service unit.""" + # TODO(doneill): refine heuristic for service + # TODO(brivera): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/validators.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..4d0e4afbb2df21eac980557747b7465cf2af8254 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/catalog/tests/validators.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the catalog.tests.validators unit.""" + # TODO(epatel): refine heuristic for validators + # TODO(flindqvist): refine heuristic for validators + # TODO(brivera): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..f28b789ae46c1bee4bfbf7a659fc2789c82a2cdd --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/metrics.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the checkout.api.metrics unit.""" + # TODO(brivera): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..f7bec79ced23a7c1d58890a22b27a221383c4487 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the checkout.api.models unit.""" + # TODO(cnakamura): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/validators.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..15ef3fb1b3f5d3b3431ea1cffb3b0f1a4217cc05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/api/validators.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the checkout.api.validators unit.""" + # TODO(azhang): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..dc4a1e276ace9e438662286fb62483786af7574e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/handlers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the checkout.tasks.handlers unit.""" + # TODO(azhang): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + # TODO(brivera): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..ad1122a95dea68c04fafeb244f96f1b93764dad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the checkout.tasks.serializers unit.""" + # TODO(brivera): refine heuristic for serializers + # TODO(azhang): refine heuristic for serializers + # TODO(cnakamura): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/service.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..d816305581647d67f3a1e76ef961efb7fbbd247c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tasks/service.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the checkout.tasks.service unit.""" + # TODO(brivera): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..5e4652a95054a6eba63d8a39f0726ac228b0fa3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/repository.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the checkout.tests.repository unit.""" + # TODO(epatel): refine heuristic for repository + # TODO(gkaur): refine heuristic for repository + # TODO(azhang): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..e8f56cf4cd24c8d2870923b8701341b4f321e4f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the checkout.tests.serializers unit.""" + # TODO(brivera): refine heuristic for serializers + # TODO(gkaur): refine heuristic for serializers + # TODO(hchen): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/service.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/service.py new file mode 100644 index 0000000000000000000000000000000000000000..4caf0444bd76ac7b150631ffae83193342943776 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/checkout/tests/service.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the checkout.tests.service unit.""" + # TODO(brivera): refine heuristic for service + # TODO(azhang): refine heuristic for service + # TODO(gkaur): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..fa061ba018d8c5904cbf8971bd278efce08309ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/handlers.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the inventory.api.handlers unit.""" + # TODO(epatel): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..3f9c2a34b834d89d1547f7cde2539f3b4a102da2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/models.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the inventory.api.models unit.""" + # TODO(epatel): refine heuristic for models + # TODO(flindqvist): refine heuristic for models + # TODO(doneill): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..693fe1d362f86bcaadb6750a0ced48b878c254a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/api/serializers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the inventory.api.serializers unit.""" + # TODO(gkaur): refine heuristic for serializers + # TODO(epatel): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..eb09353c85abfed4e296e5c6a760c8819f6e5ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the inventory.tasks.models unit.""" + # TODO(gkaur): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..4ae1bae21729186663811ae1b857720d0818958f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/repository.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the inventory.tasks.repository unit.""" + # TODO(hchen): refine heuristic for repository + # TODO(flindqvist): refine heuristic for repository + # TODO(epatel): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/validators.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..00859d8a52f2a986de201b835704e254d9a97272 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tasks/validators.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the inventory.tasks.validators unit.""" + # TODO(hchen): refine heuristic for validators + # TODO(cnakamura): refine heuristic for validators + # TODO(brivera): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..6b25031be82571aed32bfc73b63c007552c10adb --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/handlers.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the inventory.tests.handlers unit.""" + # TODO(azhang): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..d95fc8fae6684a01548e18681178f20d7135ced8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/metrics.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the inventory.tests.metrics unit.""" + # TODO(cnakamura): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/models.py new file mode 100644 index 0000000000000000000000000000000000000000..c571f2334fe4f3ebdf6a238735f9074b5872a7c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/inventory/tests/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the inventory.tests.models unit.""" + # TODO(gkaur): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/models.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..0c53a4adc14dea4b303b76ea9c422ae007391316 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the shipping.api.models unit.""" + # TODO(gkaur): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..1b9039dfdfab2eeddbf0b42d7d2995a0166525f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/repository.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the shipping.api.repository unit.""" + # TODO(doneill): refine heuristic for repository + # TODO(flindqvist): refine heuristic for repository + # TODO(epatel): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..fa1fe569b900fd3713604d530ce77c3976680c1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/api/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the shipping.api.serializers unit.""" + # TODO(doneill): refine heuristic for serializers + # TODO(brivera): refine heuristic for serializers + # TODO(hchen): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..017a745caaf9f62553fa8e0accab338db7d1118b --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the shipping.domain.repository unit.""" + # TODO(gkaur): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..4a5b2d9072956392e2056a0ed418fccc555f4339 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/serializers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the shipping.domain.serializers unit.""" + # TODO(doneill): refine heuristic for serializers + # TODO(epatel): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/validators.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..f686f7b7081d6d228625596b3671d44d5504fc74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/domain/validators.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the shipping.domain.validators unit.""" + # TODO(doneill): refine heuristic for validators + # TODO(brivera): refine heuristic for validators + # TODO(hchen): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/events.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..7d21f3f0a2b4f1287a96b71a9fb5a9f613036ec2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/events.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_events(payload): + """Entry point for the shipping.tasks.events unit.""" + # TODO(brivera): refine heuristic for events + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/repository.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..0ad76112aa7f89a8e251a00032e9dc3cd2b3e3e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the shipping.tasks.repository unit.""" + # TODO(brivera): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/service.py b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..8d82c3a5880b5d14705dc86bd0200abd17530389 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/src/shipping/tasks/service.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the shipping.tasks.service unit.""" + # TODO(gkaur): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..8dd77cc255c0df490a3917910f8f2748e3813274 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/handlers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the billing.domain.handlers unit.""" + # TODO(doneill): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + # TODO(gkaur): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..1f2a5f5f078035cfd4e83f6abb559bc836d7c933 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the billing.domain.repository unit.""" + # TODO(gkaur): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..9f85ae18c69a1cc5bb2b4435309292eda267b204 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/domain/serializers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the billing.domain.serializers unit.""" + # TODO(flindqvist): refine heuristic for serializers + # TODO(epatel): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..b502b6f59ef285c13772a15ffe9673fc6f705d82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/metrics.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the billing.tasks.metrics unit.""" + # TODO(brivera): refine heuristic for metrics + # TODO(epatel): refine heuristic for metrics + # TODO(doneill): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..c31fe36810cf78dff2f4713f90cd72c37b5454c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the billing.tasks.repository unit.""" + # TODO(brivera): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..b3e47d239e709f8596b1cff88b4c3a00fa248e84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tasks/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the billing.tasks.serializers unit.""" + # TODO(flindqvist): refine heuristic for serializers + # TODO(hchen): refine heuristic for serializers + # TODO(azhang): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..5049cc72e6d5ffc1b7950fbd3e7645c360b308d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/handlers.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the billing.tests.handlers unit.""" + # TODO(doneill): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/models.py new file mode 100644 index 0000000000000000000000000000000000000000..5fb175995f94054ef204b90b9a3000e65ca922a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/models.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the billing.tests.models unit.""" + # TODO(epatel): refine heuristic for models + # TODO(flindqvist): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/validators.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..8372f504e2ae5d86b58f0c45c5a89a5cc25509e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/billing/tests/validators.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the billing.tests.validators unit.""" + # TODO(gkaur): refine heuristic for validators + # TODO(doneill): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/events.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/events.py new file mode 100644 index 0000000000000000000000000000000000000000..f04e3bddbeb2603ec9298aee8b6b5ba332f38a2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/events.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_events(payload): + """Entry point for the catalog.domain.events unit.""" + # TODO(cnakamura): refine heuristic for events + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..14ee1131a41da2254bc93ae2ace2bb5dd54a8706 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/handlers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the catalog.domain.handlers unit.""" + # TODO(flindqvist): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/service.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/service.py new file mode 100644 index 0000000000000000000000000000000000000000..522269de4009321c317f415e27aa8af9e46d4931 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/domain/service.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the catalog.domain.service unit.""" + # TODO(cnakamura): refine heuristic for service + # TODO(brivera): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..5d403c62089893b81ffdd8caf1d1aa6b91ddb89c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/handlers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the catalog.tasks.handlers unit.""" + # TODO(azhang): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + # TODO(doneill): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..9afed5679faf72929599b7ac5bf7222a4aded58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/metrics.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the catalog.tasks.metrics unit.""" + # TODO(flindqvist): refine heuristic for metrics + # TODO(azhang): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/validators.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..0a69934a2ef12c6a0cbd4bddfb09f9a64d8e090a --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tasks/validators.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the catalog.tasks.validators unit.""" + # TODO(gkaur): refine heuristic for validators + # TODO(doneill): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/models.py new file mode 100644 index 0000000000000000000000000000000000000000..2ae518d516181bd8528b69c231fed84332e8b73e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the catalog.tests.models unit.""" + # TODO(hchen): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/service.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/service.py new file mode 100644 index 0000000000000000000000000000000000000000..75d0fd578d48d8e965312e53ce403b870e209a5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/service.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the catalog.tests.service unit.""" + # TODO(doneill): refine heuristic for service + # TODO(brivera): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/validators.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..4d0e4afbb2df21eac980557747b7465cf2af8254 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/catalog/tests/validators.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the catalog.tests.validators unit.""" + # TODO(epatel): refine heuristic for validators + # TODO(flindqvist): refine heuristic for validators + # TODO(brivera): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..f28b789ae46c1bee4bfbf7a659fc2789c82a2cdd --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/metrics.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the checkout.api.metrics unit.""" + # TODO(brivera): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..f7bec79ced23a7c1d58890a22b27a221383c4487 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the checkout.api.models unit.""" + # TODO(cnakamura): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/validators.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..15ef3fb1b3f5d3b3431ea1cffb3b0f1a4217cc05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/api/validators.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the checkout.api.validators unit.""" + # TODO(azhang): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..dc4a1e276ace9e438662286fb62483786af7574e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/handlers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the checkout.tasks.handlers unit.""" + # TODO(azhang): refine heuristic for handlers + # TODO(cnakamura): refine heuristic for handlers + # TODO(brivera): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..ad1122a95dea68c04fafeb244f96f1b93764dad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the checkout.tasks.serializers unit.""" + # TODO(brivera): refine heuristic for serializers + # TODO(azhang): refine heuristic for serializers + # TODO(cnakamura): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/service.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..d816305581647d67f3a1e76ef961efb7fbbd247c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tasks/service.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the checkout.tasks.service unit.""" + # TODO(brivera): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..5e4652a95054a6eba63d8a39f0726ac228b0fa3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/repository.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the checkout.tests.repository unit.""" + # TODO(epatel): refine heuristic for repository + # TODO(gkaur): refine heuristic for repository + # TODO(azhang): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..e8f56cf4cd24c8d2870923b8701341b4f321e4f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the checkout.tests.serializers unit.""" + # TODO(brivera): refine heuristic for serializers + # TODO(gkaur): refine heuristic for serializers + # TODO(hchen): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/service.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/service.py new file mode 100644 index 0000000000000000000000000000000000000000..4caf0444bd76ac7b150631ffae83193342943776 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/checkout/tests/service.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the checkout.tests.service unit.""" + # TODO(brivera): refine heuristic for service + # TODO(azhang): refine heuristic for service + # TODO(gkaur): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..fa061ba018d8c5904cbf8971bd278efce08309ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/handlers.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the inventory.api.handlers unit.""" + # TODO(epatel): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..3f9c2a34b834d89d1547f7cde2539f3b4a102da2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/models.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the inventory.api.models unit.""" + # TODO(epatel): refine heuristic for models + # TODO(flindqvist): refine heuristic for models + # TODO(doneill): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..693fe1d362f86bcaadb6750a0ced48b878c254a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/api/serializers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the inventory.api.serializers unit.""" + # TODO(gkaur): refine heuristic for serializers + # TODO(epatel): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/models.py new file mode 100644 index 0000000000000000000000000000000000000000..eb09353c85abfed4e296e5c6a760c8819f6e5ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the inventory.tasks.models unit.""" + # TODO(gkaur): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..4ae1bae21729186663811ae1b857720d0818958f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/repository.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the inventory.tasks.repository unit.""" + # TODO(hchen): refine heuristic for repository + # TODO(flindqvist): refine heuristic for repository + # TODO(epatel): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/validators.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..00859d8a52f2a986de201b835704e254d9a97272 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tasks/validators.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the inventory.tasks.validators unit.""" + # TODO(hchen): refine heuristic for validators + # TODO(cnakamura): refine heuristic for validators + # TODO(brivera): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/handlers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..6b25031be82571aed32bfc73b63c007552c10adb --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/handlers.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_handlers(payload): + """Entry point for the inventory.tests.handlers unit.""" + # TODO(azhang): refine heuristic for handlers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/metrics.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/metrics.py new file mode 100644 index 0000000000000000000000000000000000000000..d95fc8fae6684a01548e18681178f20d7135ced8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/metrics.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_metrics(payload): + """Entry point for the inventory.tests.metrics unit.""" + # TODO(cnakamura): refine heuristic for metrics + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/models.py new file mode 100644 index 0000000000000000000000000000000000000000..c571f2334fe4f3ebdf6a238735f9074b5872a7c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/inventory/tests/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the inventory.tests.models unit.""" + # TODO(gkaur): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/models.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/models.py new file mode 100644 index 0000000000000000000000000000000000000000..0c53a4adc14dea4b303b76ea9c422ae007391316 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/models.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_models(payload): + """Entry point for the shipping.api.models unit.""" + # TODO(gkaur): refine heuristic for models + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..1b9039dfdfab2eeddbf0b42d7d2995a0166525f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/repository.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the shipping.api.repository unit.""" + # TODO(doneill): refine heuristic for repository + # TODO(flindqvist): refine heuristic for repository + # TODO(epatel): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..fa1fe569b900fd3713604d530ce77c3976680c1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/api/serializers.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the shipping.api.serializers unit.""" + # TODO(doneill): refine heuristic for serializers + # TODO(brivera): refine heuristic for serializers + # TODO(hchen): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..017a745caaf9f62553fa8e0accab338db7d1118b --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the shipping.domain.repository unit.""" + # TODO(gkaur): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/serializers.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/serializers.py new file mode 100644 index 0000000000000000000000000000000000000000..4a5b2d9072956392e2056a0ed418fccc555f4339 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/serializers.py @@ -0,0 +1,11 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_serializers(payload): + """Entry point for the shipping.domain.serializers unit.""" + # TODO(doneill): refine heuristic for serializers + # TODO(epatel): refine heuristic for serializers + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/validators.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/validators.py new file mode 100644 index 0000000000000000000000000000000000000000..f686f7b7081d6d228625596b3671d44d5504fc74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/domain/validators.py @@ -0,0 +1,12 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_validators(payload): + """Entry point for the shipping.domain.validators unit.""" + # TODO(doneill): refine heuristic for validators + # TODO(brivera): refine heuristic for validators + # TODO(hchen): refine heuristic for validators + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/events.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/events.py new file mode 100644 index 0000000000000000000000000000000000000000..7d21f3f0a2b4f1287a96b71a9fb5a9f613036ec2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/events.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_events(payload): + """Entry point for the shipping.tasks.events unit.""" + # TODO(brivera): refine heuristic for events + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/repository.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/repository.py new file mode 100644 index 0000000000000000000000000000000000000000..0ad76112aa7f89a8e251a00032e9dc3cd2b3e3e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/repository.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_repository(payload): + """Entry point for the shipping.tasks.repository unit.""" + # TODO(brivera): refine heuristic for repository + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/service.py b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/service.py new file mode 100644 index 0000000000000000000000000000000000000000..8d82c3a5880b5d14705dc86bd0200abd17530389 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/src/shipping/tasks/service.py @@ -0,0 +1,10 @@ +from __future__ import annotations +import logging + +log = logging.getLogger(__name__) + +def handle_service(payload): + """Entry point for the shipping.tasks.service unit.""" + # TODO(gkaur): refine heuristic for service + log.info('processing %s', payload) + return payload diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_370f7db094/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/auth-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/auth-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f9634f7e780b19c8e58cb041fbcd929abe9667f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/auth-api/README.md @@ -0,0 +1 @@ +# auth-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/auth-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/auth-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..6b37cb71cf8d1f09f9b8a3479fc436037f875681 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/auth-api/VERSION @@ -0,0 +1 @@ +1.11.6 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/cart-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/cart-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..accd167490491316931f195eb727e36d6fdfe0de --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/cart-api/README.md @@ -0,0 +1 @@ +# cart-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/cart-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/cart-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..c26281c66aa608e3fdd46b95e2c7872bcaa14784 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/cart-api/VERSION @@ -0,0 +1 @@ +1.14.28 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/catalog-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/catalog-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6762c2eeadacf1fcc16b6a266a6e755865f4c816 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/catalog-api/README.md @@ -0,0 +1 @@ +# catalog-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/catalog-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/catalog-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..7922dd7ac4992748641d29a27e3e14b16300b925 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/catalog-api/VERSION @@ -0,0 +1 @@ +2.15.12 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/checkout-svc/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/checkout-svc/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e1a5f012ec0f60370363aa95dfa4e9356ef6a384 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/checkout-svc/README.md @@ -0,0 +1 @@ +# checkout-svc diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/checkout-svc/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/checkout-svc/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..33379d64682e5b56f67a6aad50859118ebaa990f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/checkout-svc/VERSION @@ -0,0 +1 @@ +3.10.93 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/gateway-edge/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/gateway-edge/README.md new file mode 100644 index 0000000000000000000000000000000000000000..41565e9c91a346907bcabdfbfe06c3282dcb4fc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/gateway-edge/README.md @@ -0,0 +1 @@ +# gateway-edge diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/gateway-edge/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/gateway-edge/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..938deae40b1262db595adc881af1cd236f28b208 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/gateway-edge/VERSION @@ -0,0 +1 @@ +2.7.38 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/inventory-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/inventory-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0e045f8495a9f6b798096209ff0bdc24346571d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/inventory-api/README.md @@ -0,0 +1 @@ +# inventory-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/inventory-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/inventory-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..ce60536c95b769e562c95b594c5c1ea70fdc476c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/inventory-api/VERSION @@ -0,0 +1 @@ +2.9.87 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/ledger-svc/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/ledger-svc/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e9df0f76a12cf93c060c88ed1aec083b92293f3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/ledger-svc/README.md @@ -0,0 +1 @@ +# ledger-svc diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/ledger-svc/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/ledger-svc/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..36e6a204e1241e2a046df1f7d66ce948a2d45d56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/ledger-svc/VERSION @@ -0,0 +1 @@ +0.0.72 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/media-encoder/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/media-encoder/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3d0cbf65e930787de183ccf807acdcb834ce5a1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/media-encoder/README.md @@ -0,0 +1 @@ +# media-encoder diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/media-encoder/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/media-encoder/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..e325e7a43c01af4ac23dc3f61be4ba3972606e4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/media-encoder/VERSION @@ -0,0 +1 @@ +1.4.81 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/notifier-bus/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/notifier-bus/README.md new file mode 100644 index 0000000000000000000000000000000000000000..490bfd9dee0c1b543cc1fb294da2555823abaf32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/notifier-bus/README.md @@ -0,0 +1 @@ +# notifier-bus diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/notifier-bus/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/notifier-bus/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..10fae82e323197a1ea8a6e8e78b9d5e38ac6b000 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/notifier-bus/VERSION @@ -0,0 +1 @@ +2.11.67 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/recommender-rt/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/recommender-rt/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fb917c801b4b1dcccc92cf175d2bd6e78e5a4ea9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/recommender-rt/README.md @@ -0,0 +1 @@ +# recommender-rt diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/recommender-rt/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/recommender-rt/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..be18b422c32ee24374a770bc3e4381a459f0675f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/recommender-rt/VERSION @@ -0,0 +1 @@ +1.14.23 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/reporting-etl/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/reporting-etl/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2ae64149e72b6f8d8a4454ed11a90c1b14462a32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/reporting-etl/README.md @@ -0,0 +1 @@ +# reporting-etl diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/reporting-etl/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/reporting-etl/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..73d1ef6812e750ecc07e440351cb16525d42bb7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/reporting-etl/VERSION @@ -0,0 +1 @@ +1.9.56 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/search-indexer/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/search-indexer/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2237c185828e9ec926c4057345a1b1066cc14c4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/search-indexer/README.md @@ -0,0 +1 @@ +# search-indexer diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/search-indexer/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/search-indexer/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..141f2e805bebd84ad56b0692c953c5c270b80f58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/search-indexer/VERSION @@ -0,0 +1 @@ +1.15.0 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/session-store/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/session-store/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c6fb78d03753fc8cf17d9855f216374ef5ce8546 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/session-store/README.md @@ -0,0 +1 @@ +# session-store diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/session-store/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/session-store/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..50ab1e3ca9b3b1efe1dbb824f5aa7fda5e5c6721 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/session-store/VERSION @@ -0,0 +1 @@ +1.5.54 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/users-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/users-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a30f36ae36e6538d3eff23024cffa4c366d441a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/users-api/README.md @@ -0,0 +1 @@ +# users-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/users-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/users-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..d60950552016db7fe12b4706fb8c8a1d517a61f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/users-api/VERSION @@ -0,0 +1 @@ +1.5.97 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/webhook-dispatcher/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/webhook-dispatcher/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3cb46ad33c61878cbfcec0791128f85ea6c1102f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/webhook-dispatcher/README.md @@ -0,0 +1 @@ +# webhook-dispatcher diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/webhook-dispatcher/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/webhook-dispatcher/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..fb0b6d8dc73f3d51d1f9fa6f9b8cda18790ed0a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/services/webhook-dispatcher/VERSION @@ -0,0 +1 @@ +1.13.29 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/auth-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/auth-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f9634f7e780b19c8e58cb041fbcd929abe9667f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/auth-api/README.md @@ -0,0 +1 @@ +# auth-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/auth-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/auth-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..6b37cb71cf8d1f09f9b8a3479fc436037f875681 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/auth-api/VERSION @@ -0,0 +1 @@ +1.11.6 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/cart-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/cart-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..accd167490491316931f195eb727e36d6fdfe0de --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/cart-api/README.md @@ -0,0 +1 @@ +# cart-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/cart-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/cart-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..c26281c66aa608e3fdd46b95e2c7872bcaa14784 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/cart-api/VERSION @@ -0,0 +1 @@ +1.14.28 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/catalog-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/catalog-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6762c2eeadacf1fcc16b6a266a6e755865f4c816 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/catalog-api/README.md @@ -0,0 +1 @@ +# catalog-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/catalog-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/catalog-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..7922dd7ac4992748641d29a27e3e14b16300b925 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/catalog-api/VERSION @@ -0,0 +1 @@ +2.15.12 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/checkout-svc/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/checkout-svc/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e1a5f012ec0f60370363aa95dfa4e9356ef6a384 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/checkout-svc/README.md @@ -0,0 +1 @@ +# checkout-svc diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/checkout-svc/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/checkout-svc/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..33379d64682e5b56f67a6aad50859118ebaa990f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/checkout-svc/VERSION @@ -0,0 +1 @@ +3.10.93 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/gateway-edge/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/gateway-edge/README.md new file mode 100644 index 0000000000000000000000000000000000000000..41565e9c91a346907bcabdfbfe06c3282dcb4fc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/gateway-edge/README.md @@ -0,0 +1 @@ +# gateway-edge diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/gateway-edge/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/gateway-edge/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..938deae40b1262db595adc881af1cd236f28b208 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/gateway-edge/VERSION @@ -0,0 +1 @@ +2.7.38 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/inventory-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/inventory-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0e045f8495a9f6b798096209ff0bdc24346571d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/inventory-api/README.md @@ -0,0 +1 @@ +# inventory-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/inventory-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/inventory-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..ce60536c95b769e562c95b594c5c1ea70fdc476c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/inventory-api/VERSION @@ -0,0 +1 @@ +2.9.87 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/ledger-svc/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/ledger-svc/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e9df0f76a12cf93c060c88ed1aec083b92293f3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/ledger-svc/README.md @@ -0,0 +1 @@ +# ledger-svc diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/ledger-svc/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/ledger-svc/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..36e6a204e1241e2a046df1f7d66ce948a2d45d56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/ledger-svc/VERSION @@ -0,0 +1 @@ +0.0.72 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/media-encoder/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/media-encoder/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3d0cbf65e930787de183ccf807acdcb834ce5a1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/media-encoder/README.md @@ -0,0 +1 @@ +# media-encoder diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/media-encoder/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/media-encoder/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..e325e7a43c01af4ac23dc3f61be4ba3972606e4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/media-encoder/VERSION @@ -0,0 +1 @@ +1.4.81 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/notifier-bus/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/notifier-bus/README.md new file mode 100644 index 0000000000000000000000000000000000000000..490bfd9dee0c1b543cc1fb294da2555823abaf32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/notifier-bus/README.md @@ -0,0 +1 @@ +# notifier-bus diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/notifier-bus/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/notifier-bus/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..10fae82e323197a1ea8a6e8e78b9d5e38ac6b000 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/notifier-bus/VERSION @@ -0,0 +1 @@ +2.11.67 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/recommender-rt/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/recommender-rt/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fb917c801b4b1dcccc92cf175d2bd6e78e5a4ea9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/recommender-rt/README.md @@ -0,0 +1 @@ +# recommender-rt diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/recommender-rt/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/recommender-rt/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..be18b422c32ee24374a770bc3e4381a459f0675f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/recommender-rt/VERSION @@ -0,0 +1 @@ +1.14.23 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/reporting-etl/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/reporting-etl/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2ae64149e72b6f8d8a4454ed11a90c1b14462a32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/reporting-etl/README.md @@ -0,0 +1 @@ +# reporting-etl diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/reporting-etl/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/reporting-etl/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..73d1ef6812e750ecc07e440351cb16525d42bb7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/reporting-etl/VERSION @@ -0,0 +1 @@ +1.9.56 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/search-indexer/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/search-indexer/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2237c185828e9ec926c4057345a1b1066cc14c4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/search-indexer/README.md @@ -0,0 +1 @@ +# search-indexer diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/search-indexer/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/search-indexer/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..141f2e805bebd84ad56b0692c953c5c270b80f58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/search-indexer/VERSION @@ -0,0 +1 @@ +1.15.0 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/session-store/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/session-store/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c6fb78d03753fc8cf17d9855f216374ef5ce8546 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/session-store/README.md @@ -0,0 +1 @@ +# session-store diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/session-store/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/session-store/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..50ab1e3ca9b3b1efe1dbb824f5aa7fda5e5c6721 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/session-store/VERSION @@ -0,0 +1 @@ +1.5.54 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/users-api/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/users-api/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a30f36ae36e6538d3eff23024cffa4c366d441a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/users-api/README.md @@ -0,0 +1 @@ +# users-api diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/users-api/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/users-api/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..d60950552016db7fe12b4706fb8c8a1d517a61f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/users-api/VERSION @@ -0,0 +1 @@ +1.5.97 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/webhook-dispatcher/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/webhook-dispatcher/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3cb46ad33c61878cbfcec0791128f85ea6c1102f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/webhook-dispatcher/README.md @@ -0,0 +1 @@ +# webhook-dispatcher diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/webhook-dispatcher/VERSION b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/webhook-dispatcher/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..fb0b6d8dc73f3d51d1f9fa6f9b8cda18790ed0a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/services/webhook-dispatcher/VERSION @@ -0,0 +1 @@ +1.13.29 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3a4bd95be7/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/bangalore-vancouver.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/bangalore-vancouver.eml new file mode 100644 index 0000000000000000000000000000000000000000..b028fed3817189dcb5ccc943a71e428b7efc29c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/bangalore-vancouver.eml @@ -0,0 +1,12 @@ +From: azhang@sandbox.test +To: pklein@oscorp +Subject: Re: bangalore vancouver +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/dublin-reasoning-benchmarks.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/dublin-reasoning-benchmarks.eml new file mode 100644 index 0000000000000000000000000000000000000000..a9bda1679007a08d5f25bc245d83ba36be5662ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/dublin-reasoning-benchmarks.eml @@ -0,0 +1,12 @@ +From: azhang@sandbox.test +To: jsmith@oscorp +Subject: Re: dublin reasoning benchmarks +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/london-barcelona.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/london-barcelona.eml new file mode 100644 index 0000000000000000000000000000000000000000..f9a95a657f2d0b766d8b8b6eaca171a8e979fb88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/london-barcelona.eml @@ -0,0 +1,12 @@ +From: azhang@sandbox.test +To: rrossi@acme +Subject: Re: london barcelona +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/paris-ergo-chair.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/paris-ergo-chair.eml new file mode 100644 index 0000000000000000000000000000000000000000..ca2e247182141b23160565c53911ce3fdf60c18e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/paris-ergo-chair.eml @@ -0,0 +1,12 @@ +From: azhang@sandbox.test +To: azhang@tyrell +Subject: Re: paris ergo chair +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/security-policies-mumbai.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/security-policies-mumbai.eml new file mode 100644 index 0000000000000000000000000000000000000000..90581b512a139a61d628a9feac2c025fdd3a214e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/security-policies-mumbai.eml @@ -0,0 +1,12 @@ +From: azhang@sandbox.test +To: azhang@stark +Subject: Re: security policies mumbai +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/wireless-mouse-mumbai.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/wireless-mouse-mumbai.eml new file mode 100644 index 0000000000000000000000000000000000000000..472f0b21b84e41236c725b28ae41d28952b1d519 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/azhang/wireless-mouse-mumbai.eml @@ -0,0 +1,12 @@ +From: azhang@sandbox.test +To: qyu@cyberdyne +Subject: Re: wireless mouse mumbai +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/barcelona-dublin.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/barcelona-dublin.eml new file mode 100644 index 0000000000000000000000000000000000000000..ba8d1d0cfd58d52e3a00a10cfcfef3e94ce7980b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/barcelona-dublin.eml @@ -0,0 +1,12 @@ +From: brivera@sandbox.test +To: gkaur@acme +Subject: Re: barcelona dublin +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/espresso-blend-new-york.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/espresso-blend-new-york.eml new file mode 100644 index 0000000000000000000000000000000000000000..e79e9804472edba66d860a180f3c4f90ff24b42a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/espresso-blend-new-york.eml @@ -0,0 +1,12 @@ +From: brivera@sandbox.test +To: vwang@soylent +Subject: Re: espresso blend new york +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/noise-isolating-headphones-interviewing.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/noise-isolating-headphones-interviewing.eml new file mode 100644 index 0000000000000000000000000000000000000000..5614e89703dc57cd515ee8ee70da56af77a87562 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/noise-isolating-headphones-interviewing.eml @@ -0,0 +1,12 @@ +From: brivera@sandbox.test +To: kkuznetsov@acme +Subject: Re: noise isolating headphones interviewing +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/seattle-tool-use-agents.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/seattle-tool-use-agents.eml new file mode 100644 index 0000000000000000000000000000000000000000..3c733c47845480377766792ee011693d5342aa7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/seattle-tool-use-agents.eml @@ -0,0 +1,12 @@ +From: brivera@sandbox.test +To: epatel@piedpiper +Subject: Re: seattle tool use agents +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/sparse-mixture-of-experts-data-efficient-finetuning.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/sparse-mixture-of-experts-data-efficient-finetuning.eml new file mode 100644 index 0000000000000000000000000000000000000000..05acdcbb4b52f6b78f96acc7749af7be730a11c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/sparse-mixture-of-experts-data-efficient-finetuning.eml @@ -0,0 +1,12 @@ +From: brivera@sandbox.test +To: kkuznetsov@lexcorp +Subject: Re: sparse mixture of experts data efficient finetuning +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/tokyo-singapore.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/tokyo-singapore.eml new file mode 100644 index 0000000000000000000000000000000000000000..0ed09c3d73963f5a0d54356b8e062ed78278816e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/brivera/tokyo-singapore.eml @@ -0,0 +1,12 @@ +From: brivera@sandbox.test +To: mtanaka@hooli +Subject: Re: tokyo singapore +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/dublin-osaka.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/dublin-osaka.eml new file mode 100644 index 0000000000000000000000000000000000000000..96e39cef0ce5581f63e73ca4af4e4bc76d866bd3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/dublin-osaka.eml @@ -0,0 +1,12 @@ +From: cnakamura@sandbox.test +To: qyu@lexcorp +Subject: Re: dublin osaka +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/mechanical-keyboard-speculative-decoding.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/mechanical-keyboard-speculative-decoding.eml new file mode 100644 index 0000000000000000000000000000000000000000..56760c345603759804e3b6728c75ae0e582f6d52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/mechanical-keyboard-speculative-decoding.eml @@ -0,0 +1,12 @@ +From: cnakamura@sandbox.test +To: uvogt@hooli +Subject: Re: mechanical keyboard speculative decoding +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/performance-reviews-incident-response.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/performance-reviews-incident-response.eml new file mode 100644 index 0000000000000000000000000000000000000000..c781ae5da7d66f0eddc77a4119019597f26cd326 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/performance-reviews-incident-response.eml @@ -0,0 +1,12 @@ +From: cnakamura@sandbox.test +To: hchen@tyrell +Subject: Re: performance reviews incident response +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/seattle-london.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/seattle-london.eml new file mode 100644 index 0000000000000000000000000000000000000000..d697a5b0d67cec2890a337c6017614672e265b18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/seattle-london.eml @@ -0,0 +1,12 @@ +From: cnakamura@sandbox.test +To: kkuznetsov@acme +Subject: Re: seattle london +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/security-policies-data-governance.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/security-policies-data-governance.eml new file mode 100644 index 0000000000000000000000000000000000000000..fc02c6690f5d3a3ff5cc5ce5d93ae8808f038c30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/security-policies-data-governance.eml @@ -0,0 +1,12 @@ +From: cnakamura@sandbox.test +To: vwang@stark +Subject: Re: security policies data governance +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/wireless-mouse-noise-isolating-headphones.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/wireless-mouse-noise-isolating-headphones.eml new file mode 100644 index 0000000000000000000000000000000000000000..655eec000c59faf9d91e5fc90af4f64c8a0769aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/cnakamura/wireless-mouse-noise-isolating-headphones.eml @@ -0,0 +1,12 @@ +From: cnakamura@sandbox.test +To: opopov@piedpiper +Subject: Re: wireless mouse noise isolating headphones +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/adversarial-robustness-multimodal-fusion.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/adversarial-robustness-multimodal-fusion.eml new file mode 100644 index 0000000000000000000000000000000000000000..ff124c0312d8ca16da4f316477eaff62202fd7d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/adversarial-robustness-multimodal-fusion.eml @@ -0,0 +1,12 @@ +From: doneill@sandbox.test +To: uvogt@globex +Subject: Re: adversarial robustness multimodal fusion +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/incident-response-interviewing.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/incident-response-interviewing.eml new file mode 100644 index 0000000000000000000000000000000000000000..8aa71deba1b78430c4e55575abd093f4fbff1ad1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/incident-response-interviewing.eml @@ -0,0 +1,12 @@ +From: doneill@sandbox.test +To: pklein@lexcorp +Subject: Re: incident response interviewing +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/london-retrieval-augmented-generation.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/london-retrieval-augmented-generation.eml new file mode 100644 index 0000000000000000000000000000000000000000..c387fbee797f10289fb22cf2327c15a10b0a8afe --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/london-retrieval-augmented-generation.eml @@ -0,0 +1,12 @@ +From: doneill@sandbox.test +To: epatel@wayne +Subject: Re: london retrieval augmented generation +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/multimodal-fusion-san-francisco.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/multimodal-fusion-san-francisco.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee88cd55f20a574e1bcf67a8681fb8d5fa1391f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/multimodal-fusion-san-francisco.eml @@ -0,0 +1,12 @@ +From: doneill@sandbox.test +To: nmurray@lexcorp +Subject: Re: multimodal fusion san francisco +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/seattle-onboarding.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/seattle-onboarding.eml new file mode 100644 index 0000000000000000000000000000000000000000..8404393c3b8500dfbd815d198071629424c6c466 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/seattle-onboarding.eml @@ -0,0 +1,12 @@ +From: doneill@sandbox.test +To: cnakamura@globex +Subject: Re: seattle onboarding +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/seoul-tool-use-agents.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/seoul-tool-use-agents.eml new file mode 100644 index 0000000000000000000000000000000000000000..9d43c2f888a5304ec08a8107c41425f77705e5d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/doneill/seoul-tool-use-agents.eml @@ -0,0 +1,12 @@ +From: doneill@sandbox.test +To: vwang@weyland +Subject: Re: seoul tool use agents +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/auckland-ceylon-tea.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/auckland-ceylon-tea.eml new file mode 100644 index 0000000000000000000000000000000000000000..a81205040c86841409ed36dfc5cdb00ec198c632 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/auckland-ceylon-tea.eml @@ -0,0 +1,12 @@ +From: epatel@sandbox.test +To: tvasquez@lexcorp +Subject: Re: auckland ceylon tea +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/kyoto-boston.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/kyoto-boston.eml new file mode 100644 index 0000000000000000000000000000000000000000..daa01f344f542d7fa3c37d235ab8a8906cc0dd1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/kyoto-boston.eml @@ -0,0 +1,12 @@ +From: epatel@sandbox.test +To: kkuznetsov@lexcorp +Subject: Re: kyoto boston +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/multimodal-fusion-seattle.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/multimodal-fusion-seattle.eml new file mode 100644 index 0000000000000000000000000000000000000000..54d92607360311f5dfb5811bbac7196aed2d9c0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/multimodal-fusion-seattle.eml @@ -0,0 +1,12 @@ +From: epatel@sandbox.test +To: lgonzalez@hooli +Subject: Re: multimodal fusion seattle +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/retrieval-augmented-generation-ceylon-tea.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/retrieval-augmented-generation-ceylon-tea.eml new file mode 100644 index 0000000000000000000000000000000000000000..9ba48f8cc322fed88b21eea121c557676071e161 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/retrieval-augmented-generation-ceylon-tea.eml @@ -0,0 +1,12 @@ +From: epatel@sandbox.test +To: rrossi@soylent +Subject: Re: retrieval augmented generation ceylon tea +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/seattle-amsterdam.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/seattle-amsterdam.eml new file mode 100644 index 0000000000000000000000000000000000000000..1cb734e4fc9de5000f63516f9e56dd1a5cd92db9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/seattle-amsterdam.eml @@ -0,0 +1,12 @@ +From: epatel@sandbox.test +To: jsmith@weyland +Subject: Re: seattle amsterdam +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/seattle-mumbai.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/seattle-mumbai.eml new file mode 100644 index 0000000000000000000000000000000000000000..7abdcdb51af2fcc11ad32472515e55fc343907b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/epatel/seattle-mumbai.eml @@ -0,0 +1,12 @@ +From: epatel@sandbox.test +To: rrossi@weyland +Subject: Re: seattle mumbai +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/boston-austin.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/boston-austin.eml new file mode 100644 index 0000000000000000000000000000000000000000..b679eb847c4f5e5daab4fbbd4e5388d2824afd8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/boston-austin.eml @@ -0,0 +1,12 @@ +From: flindqvist@sandbox.test +To: wxu@globex +Subject: Re: boston austin +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/engineering-practices-london.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/engineering-practices-london.eml new file mode 100644 index 0000000000000000000000000000000000000000..5daa8235f2a536e412c3577ced3cf5385acbcc8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/engineering-practices-london.eml @@ -0,0 +1,12 @@ +From: flindqvist@sandbox.test +To: rrossi@massive +Subject: Re: engineering practices london +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/laptop-stand-barcelona.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/laptop-stand-barcelona.eml new file mode 100644 index 0000000000000000000000000000000000000000..6435d09532a120915edfd797e22c6a10815c6148 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/laptop-stand-barcelona.eml @@ -0,0 +1,12 @@ +From: flindqvist@sandbox.test +To: cnakamura@initech +Subject: Re: laptop stand barcelona +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/osaka-security-policies.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/osaka-security-policies.eml new file mode 100644 index 0000000000000000000000000000000000000000..7c908885043b440634fbbf1ab054932b9e489e4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/osaka-security-policies.eml @@ -0,0 +1,12 @@ +From: flindqvist@sandbox.test +To: flindqvist@massive +Subject: Re: osaka security policies +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/security-policies-onboarding.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/security-policies-onboarding.eml new file mode 100644 index 0000000000000000000000000000000000000000..50c65a2398062d9487986c82be5aaa52227e9e51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/security-policies-onboarding.eml @@ -0,0 +1,12 @@ +From: flindqvist@sandbox.test +To: pklein@tyrell +Subject: Re: security policies onboarding +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/speculative-decoding-chicago.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/speculative-decoding-chicago.eml new file mode 100644 index 0000000000000000000000000000000000000000..856fbe0a558ad6816d1b42ae103c4446302f9fe1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/drafts/flindqvist/speculative-decoding-chicago.eml @@ -0,0 +1,12 @@ +From: flindqvist@sandbox.test +To: epatel@globex +Subject: Re: speculative decoding chicago +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut + +-- +Sandbox Labs +eng@sandbox.test diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/bangalore-vancouver.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/bangalore-vancouver.eml new file mode 100644 index 0000000000000000000000000000000000000000..afaa85929e433866a538d96c93ec8ece4fdb08c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/bangalore-vancouver.eml @@ -0,0 +1,8 @@ +From: azhang@sandbox.test +To: pklein@oscorp +Subject: Re: bangalore vancouver +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/dublin-reasoning-benchmarks.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/dublin-reasoning-benchmarks.eml new file mode 100644 index 0000000000000000000000000000000000000000..6828df1f10cc30156cd442c82c25e7aa3fdb7d7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/dublin-reasoning-benchmarks.eml @@ -0,0 +1,8 @@ +From: azhang@sandbox.test +To: jsmith@oscorp +Subject: Re: dublin reasoning benchmarks +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/london-barcelona.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/london-barcelona.eml new file mode 100644 index 0000000000000000000000000000000000000000..6908dc3124f7a7e3d35ce2c34aff2b63a7bfec98 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/london-barcelona.eml @@ -0,0 +1,8 @@ +From: azhang@sandbox.test +To: rrossi@acme +Subject: Re: london barcelona +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/paris-ergo-chair.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/paris-ergo-chair.eml new file mode 100644 index 0000000000000000000000000000000000000000..884fd1e2d0ef2977a40585b8826e85da4e6ff45f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/paris-ergo-chair.eml @@ -0,0 +1,8 @@ +From: azhang@sandbox.test +To: azhang@tyrell +Subject: Re: paris ergo chair +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/security-policies-mumbai.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/security-policies-mumbai.eml new file mode 100644 index 0000000000000000000000000000000000000000..d08c096705b70ec47312180bdf3ff948cbbd540f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/security-policies-mumbai.eml @@ -0,0 +1,8 @@ +From: azhang@sandbox.test +To: azhang@stark +Subject: Re: security policies mumbai +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/wireless-mouse-mumbai.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/wireless-mouse-mumbai.eml new file mode 100644 index 0000000000000000000000000000000000000000..7aeb2ab9da1c0c4d2f859577049c975f9d76051f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/azhang/wireless-mouse-mumbai.eml @@ -0,0 +1,8 @@ +From: azhang@sandbox.test +To: qyu@cyberdyne +Subject: Re: wireless mouse mumbai +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/barcelona-dublin.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/barcelona-dublin.eml new file mode 100644 index 0000000000000000000000000000000000000000..e097617bef6b4a02fafd1363316b736308e97e70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/barcelona-dublin.eml @@ -0,0 +1,8 @@ +From: brivera@sandbox.test +To: gkaur@acme +Subject: Re: barcelona dublin +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/espresso-blend-new-york.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/espresso-blend-new-york.eml new file mode 100644 index 0000000000000000000000000000000000000000..acf8d07a6ade50ad34e3f92c9a25b4de3083b518 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/espresso-blend-new-york.eml @@ -0,0 +1,8 @@ +From: brivera@sandbox.test +To: vwang@soylent +Subject: Re: espresso blend new york +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/noise-isolating-headphones-interviewing.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/noise-isolating-headphones-interviewing.eml new file mode 100644 index 0000000000000000000000000000000000000000..0537d9584a2b5287e984c7d12f5cb93ce4212e93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/noise-isolating-headphones-interviewing.eml @@ -0,0 +1,8 @@ +From: brivera@sandbox.test +To: kkuznetsov@acme +Subject: Re: noise isolating headphones interviewing +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/seattle-tool-use-agents.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/seattle-tool-use-agents.eml new file mode 100644 index 0000000000000000000000000000000000000000..dc885465cda84b50e8d6f68dfaa2079833832d80 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/seattle-tool-use-agents.eml @@ -0,0 +1,8 @@ +From: brivera@sandbox.test +To: epatel@piedpiper +Subject: Re: seattle tool use agents +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/sparse-mixture-of-experts-data-efficient-finetuning.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/sparse-mixture-of-experts-data-efficient-finetuning.eml new file mode 100644 index 0000000000000000000000000000000000000000..00133375082a7c7f38509663f2789b8a9d698f3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/sparse-mixture-of-experts-data-efficient-finetuning.eml @@ -0,0 +1,8 @@ +From: brivera@sandbox.test +To: kkuznetsov@lexcorp +Subject: Re: sparse mixture of experts data efficient finetuning +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/tokyo-singapore.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/tokyo-singapore.eml new file mode 100644 index 0000000000000000000000000000000000000000..1bad377881803d9c4a4cf348c24a6492826b7ddd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/brivera/tokyo-singapore.eml @@ -0,0 +1,8 @@ +From: brivera@sandbox.test +To: mtanaka@hooli +Subject: Re: tokyo singapore +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/dublin-osaka.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/dublin-osaka.eml new file mode 100644 index 0000000000000000000000000000000000000000..c36a6f28d53c660323bbf042173094d13545337e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/dublin-osaka.eml @@ -0,0 +1,8 @@ +From: cnakamura@sandbox.test +To: qyu@lexcorp +Subject: Re: dublin osaka +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/mechanical-keyboard-speculative-decoding.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/mechanical-keyboard-speculative-decoding.eml new file mode 100644 index 0000000000000000000000000000000000000000..87178934fcf3989101cbc781e6ce3cf0b0c35f6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/mechanical-keyboard-speculative-decoding.eml @@ -0,0 +1,8 @@ +From: cnakamura@sandbox.test +To: uvogt@hooli +Subject: Re: mechanical keyboard speculative decoding +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/performance-reviews-incident-response.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/performance-reviews-incident-response.eml new file mode 100644 index 0000000000000000000000000000000000000000..8bbe4a50b7398c2847cbaccf24deef453853839d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/performance-reviews-incident-response.eml @@ -0,0 +1,8 @@ +From: cnakamura@sandbox.test +To: hchen@tyrell +Subject: Re: performance reviews incident response +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/seattle-london.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/seattle-london.eml new file mode 100644 index 0000000000000000000000000000000000000000..415256f91a8aecf0674def9edf0b36482a6a6f5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/seattle-london.eml @@ -0,0 +1,8 @@ +From: cnakamura@sandbox.test +To: kkuznetsov@acme +Subject: Re: seattle london +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/security-policies-data-governance.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/security-policies-data-governance.eml new file mode 100644 index 0000000000000000000000000000000000000000..46e2accc7fa7f346869785bb8fdaff4033098d70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/security-policies-data-governance.eml @@ -0,0 +1,8 @@ +From: cnakamura@sandbox.test +To: vwang@stark +Subject: Re: security policies data governance +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/wireless-mouse-noise-isolating-headphones.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/wireless-mouse-noise-isolating-headphones.eml new file mode 100644 index 0000000000000000000000000000000000000000..3c5bf6057a17c5831c01df62eef2a49b3870f6ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/cnakamura/wireless-mouse-noise-isolating-headphones.eml @@ -0,0 +1,8 @@ +From: cnakamura@sandbox.test +To: opopov@piedpiper +Subject: Re: wireless mouse noise isolating headphones +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/adversarial-robustness-multimodal-fusion.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/adversarial-robustness-multimodal-fusion.eml new file mode 100644 index 0000000000000000000000000000000000000000..0137f44e193063267851919cbf68b2fd9c93a19d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/adversarial-robustness-multimodal-fusion.eml @@ -0,0 +1,8 @@ +From: doneill@sandbox.test +To: uvogt@globex +Subject: Re: adversarial robustness multimodal fusion +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/incident-response-interviewing.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/incident-response-interviewing.eml new file mode 100644 index 0000000000000000000000000000000000000000..c28791135f4cb6f197fe5e47d4023d04b315e18a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/incident-response-interviewing.eml @@ -0,0 +1,8 @@ +From: doneill@sandbox.test +To: pklein@lexcorp +Subject: Re: incident response interviewing +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/london-retrieval-augmented-generation.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/london-retrieval-augmented-generation.eml new file mode 100644 index 0000000000000000000000000000000000000000..71d064a73cf83a084a4401bdd079983e4b0d904b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/london-retrieval-augmented-generation.eml @@ -0,0 +1,8 @@ +From: doneill@sandbox.test +To: epatel@wayne +Subject: Re: london retrieval augmented generation +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/multimodal-fusion-san-francisco.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/multimodal-fusion-san-francisco.eml new file mode 100644 index 0000000000000000000000000000000000000000..84cff40af09e1bea5edc7e71563966ec4b6c05a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/multimodal-fusion-san-francisco.eml @@ -0,0 +1,8 @@ +From: doneill@sandbox.test +To: nmurray@lexcorp +Subject: Re: multimodal fusion san francisco +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/seattle-onboarding.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/seattle-onboarding.eml new file mode 100644 index 0000000000000000000000000000000000000000..8bb269f8da306950502cff271b0cb2906eb6f876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/seattle-onboarding.eml @@ -0,0 +1,8 @@ +From: doneill@sandbox.test +To: cnakamura@globex +Subject: Re: seattle onboarding +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/seoul-tool-use-agents.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/seoul-tool-use-agents.eml new file mode 100644 index 0000000000000000000000000000000000000000..bc04d5f4843e0a92ce9b65b958e16cb6253c27ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/doneill/seoul-tool-use-agents.eml @@ -0,0 +1,8 @@ +From: doneill@sandbox.test +To: vwang@weyland +Subject: Re: seoul tool use agents +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/auckland-ceylon-tea.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/auckland-ceylon-tea.eml new file mode 100644 index 0000000000000000000000000000000000000000..55788ae0be2f9cb283d2330d59eb2a22ba51191e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/auckland-ceylon-tea.eml @@ -0,0 +1,8 @@ +From: epatel@sandbox.test +To: tvasquez@lexcorp +Subject: Re: auckland ceylon tea +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/kyoto-boston.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/kyoto-boston.eml new file mode 100644 index 0000000000000000000000000000000000000000..b182d9267293c231a765598a4a3359649284533d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/kyoto-boston.eml @@ -0,0 +1,8 @@ +From: epatel@sandbox.test +To: kkuznetsov@lexcorp +Subject: Re: kyoto boston +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/multimodal-fusion-seattle.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/multimodal-fusion-seattle.eml new file mode 100644 index 0000000000000000000000000000000000000000..fb7872572bf4c27a9283ae599efeb4c8d15e17e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/multimodal-fusion-seattle.eml @@ -0,0 +1,8 @@ +From: epatel@sandbox.test +To: lgonzalez@hooli +Subject: Re: multimodal fusion seattle +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/retrieval-augmented-generation-ceylon-tea.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/retrieval-augmented-generation-ceylon-tea.eml new file mode 100644 index 0000000000000000000000000000000000000000..e1bccd8a8c32eb454ee4b61e69d01af4fb045405 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/retrieval-augmented-generation-ceylon-tea.eml @@ -0,0 +1,8 @@ +From: epatel@sandbox.test +To: rrossi@soylent +Subject: Re: retrieval augmented generation ceylon tea +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/seattle-amsterdam.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/seattle-amsterdam.eml new file mode 100644 index 0000000000000000000000000000000000000000..48fa3e6618e6446c3e9d607aac4fcf26abc51cfa --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/seattle-amsterdam.eml @@ -0,0 +1,8 @@ +From: epatel@sandbox.test +To: jsmith@weyland +Subject: Re: seattle amsterdam +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/seattle-mumbai.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/seattle-mumbai.eml new file mode 100644 index 0000000000000000000000000000000000000000..2c7df7a9618b087b5094251374121d0a88dc704d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/epatel/seattle-mumbai.eml @@ -0,0 +1,8 @@ +From: epatel@sandbox.test +To: rrossi@weyland +Subject: Re: seattle mumbai +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/boston-austin.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/boston-austin.eml new file mode 100644 index 0000000000000000000000000000000000000000..331799caedea623eb9289df662c5978081bf2428 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/boston-austin.eml @@ -0,0 +1,8 @@ +From: flindqvist@sandbox.test +To: wxu@globex +Subject: Re: boston austin +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/engineering-practices-london.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/engineering-practices-london.eml new file mode 100644 index 0000000000000000000000000000000000000000..f581e2f11fc1f95bcbc7ea540b32568013fd9375 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/engineering-practices-london.eml @@ -0,0 +1,8 @@ +From: flindqvist@sandbox.test +To: rrossi@massive +Subject: Re: engineering practices london +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/laptop-stand-barcelona.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/laptop-stand-barcelona.eml new file mode 100644 index 0000000000000000000000000000000000000000..115015e0847f42c6afa9db9e0722d04402868026 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/laptop-stand-barcelona.eml @@ -0,0 +1,8 @@ +From: flindqvist@sandbox.test +To: cnakamura@initech +Subject: Re: laptop stand barcelona +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/osaka-security-policies.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/osaka-security-policies.eml new file mode 100644 index 0000000000000000000000000000000000000000..e7bc0dc96aef6d62c018eff9199b6e32669fa1d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/osaka-security-policies.eml @@ -0,0 +1,8 @@ +From: flindqvist@sandbox.test +To: flindqvist@massive +Subject: Re: osaka security policies +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/security-policies-onboarding.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/security-policies-onboarding.eml new file mode 100644 index 0000000000000000000000000000000000000000..6f7fe2e4a9bd421d61fda832de7676b842985eec --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/security-policies-onboarding.eml @@ -0,0 +1,8 @@ +From: flindqvist@sandbox.test +To: pklein@tyrell +Subject: Re: security policies onboarding +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/speculative-decoding-chicago.eml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/speculative-decoding-chicago.eml new file mode 100644 index 0000000000000000000000000000000000000000..f3b594f9bc8c48496804e8cec18f8f619ba7d0eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/drafts/flindqvist/speculative-decoding-chicago.eml @@ -0,0 +1,8 @@ +From: flindqvist@sandbox.test +To: epatel@globex +Subject: Re: speculative decoding chicago +Date: Mon, 08 04 2024 10:00:00 +0000 + +Hi, + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3bc5a78e4e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/bangalore-chicago-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/bangalore-chicago-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/bangalore-chicago-03.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/ceylon-tea-interviewing-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/ceylon-tea-interviewing-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/ceylon-tea-interviewing-00.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/long-context-modeling-adversarial-robustness-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/long-context-modeling-adversarial-robustness-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/long-context-modeling-adversarial-robustness-02.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/mumbai-long-context-modeling-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/mumbai-long-context-modeling-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/mumbai-long-context-modeling-05.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/noise-isolating-headphones-linen-notebook-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/noise-isolating-headphones-linen-notebook-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/noise-isolating-headphones-linen-notebook-04.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/tokyo-retrieval-augmented-generation-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/tokyo-retrieval-augmented-generation-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/backup/tokyo-retrieval-augmented-generation-01.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/amsterdam-bangalore-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/amsterdam-bangalore-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/amsterdam-bangalore-00.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/ceylon-tea-seoul-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/ceylon-tea-seoul-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/ceylon-tea-seoul-01.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/dublin-london-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/dublin-london-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/dublin-london-03.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/instruction-tuning-chicago-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/instruction-tuning-chicago-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/instruction-tuning-chicago-04.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/interviewing-ergo-chair-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/interviewing-ergo-chair-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/interviewing-ergo-chair-05.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/retrieval-augmented-generation-ceylon-tea-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/retrieval-augmented-generation-ceylon-tea-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/deploy/retrieval-augmented-generation-ceylon-tea-02.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/amsterdam-dublin-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/amsterdam-dublin-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/amsterdam-dublin-02.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/chicago-london-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/chicago-london-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/chicago-london-03.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/linen-notebook-espresso-blend-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/linen-notebook-espresso-blend-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/linen-notebook-espresso-blend-05.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/london-instruction-tuning-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/london-instruction-tuning-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/london-instruction-tuning-00.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/osaka-espresso-blend-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/osaka-espresso-blend-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/osaka-espresso-blend-01.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/vancouver-linen-notebook-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/vancouver-linen-notebook-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/mkreport/vancouver-linen-notebook-04.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/austin-seoul-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/austin-seoul-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/austin-seoul-05.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/beijing-data-efficient-finetuning-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/beijing-data-efficient-finetuning-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/beijing-data-efficient-finetuning-04.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/ceylon-tea-mechanical-keyboard-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/ceylon-tea-mechanical-keyboard-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/ceylon-tea-mechanical-keyboard-02.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/espresso-blend-san-francisco-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/espresso-blend-san-francisco-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/espresso-blend-san-francisco-03.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/multimodal-fusion-long-context-modeling-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/multimodal-fusion-long-context-modeling-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/multimodal-fusion-long-context-modeling-00.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/retrieval-augmented-generation-data-governance-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/retrieval-augmented-generation-data-governance-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..102794738939816a38d1a4f9c514e0904b9a68d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/scripts/ops/retrieval-augmented-generation-data-governance-01.sh @@ -0,0 +1,5 @@ +set -euo pipefail + +TARGET=${1:?target required} +echo "target=$TARGET" +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/bangalore-chicago-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/bangalore-chicago-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..2bd9d253e163fecb4d024ab955b29f53caa63332 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/bangalore-chicago-03.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# backup helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/ceylon-tea-interviewing-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/ceylon-tea-interviewing-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..2bd9d253e163fecb4d024ab955b29f53caa63332 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/ceylon-tea-interviewing-00.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# backup helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/long-context-modeling-adversarial-robustness-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/long-context-modeling-adversarial-robustness-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..2bd9d253e163fecb4d024ab955b29f53caa63332 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/long-context-modeling-adversarial-robustness-02.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# backup helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/mumbai-long-context-modeling-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/mumbai-long-context-modeling-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..2bd9d253e163fecb4d024ab955b29f53caa63332 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/mumbai-long-context-modeling-05.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# backup helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/noise-isolating-headphones-linen-notebook-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/noise-isolating-headphones-linen-notebook-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..2bd9d253e163fecb4d024ab955b29f53caa63332 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/noise-isolating-headphones-linen-notebook-04.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# backup helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/tokyo-retrieval-augmented-generation-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/tokyo-retrieval-augmented-generation-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..2bd9d253e163fecb4d024ab955b29f53caa63332 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/backup/tokyo-retrieval-augmented-generation-01.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# backup helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/amsterdam-bangalore-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/amsterdam-bangalore-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..a8fcf34603d3ffcbf65547f60cc635f917cb614d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/amsterdam-bangalore-00.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# deploy helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/ceylon-tea-seoul-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/ceylon-tea-seoul-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..a8fcf34603d3ffcbf65547f60cc635f917cb614d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/ceylon-tea-seoul-01.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# deploy helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/dublin-london-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/dublin-london-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..a8fcf34603d3ffcbf65547f60cc635f917cb614d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/dublin-london-03.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# deploy helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/instruction-tuning-chicago-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/instruction-tuning-chicago-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..a8fcf34603d3ffcbf65547f60cc635f917cb614d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/instruction-tuning-chicago-04.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# deploy helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/interviewing-ergo-chair-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/interviewing-ergo-chair-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..a8fcf34603d3ffcbf65547f60cc635f917cb614d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/interviewing-ergo-chair-05.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# deploy helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/retrieval-augmented-generation-ceylon-tea-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/retrieval-augmented-generation-ceylon-tea-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..a8fcf34603d3ffcbf65547f60cc635f917cb614d --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/deploy/retrieval-augmented-generation-ceylon-tea-02.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# deploy helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/amsterdam-dublin-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/amsterdam-dublin-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e3ff9d921acadaf0dacc3f41c3b278e6fa9ed81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/amsterdam-dublin-02.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# mkreport helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/chicago-london-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/chicago-london-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e3ff9d921acadaf0dacc3f41c3b278e6fa9ed81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/chicago-london-03.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# mkreport helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/linen-notebook-espresso-blend-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/linen-notebook-espresso-blend-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e3ff9d921acadaf0dacc3f41c3b278e6fa9ed81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/linen-notebook-espresso-blend-05.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# mkreport helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/london-instruction-tuning-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/london-instruction-tuning-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e3ff9d921acadaf0dacc3f41c3b278e6fa9ed81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/london-instruction-tuning-00.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# mkreport helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/osaka-espresso-blend-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/osaka-espresso-blend-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e3ff9d921acadaf0dacc3f41c3b278e6fa9ed81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/osaka-espresso-blend-01.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# mkreport helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/vancouver-linen-notebook-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/vancouver-linen-notebook-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e3ff9d921acadaf0dacc3f41c3b278e6fa9ed81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/mkreport/vancouver-linen-notebook-04.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# mkreport helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/austin-seoul-05.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/austin-seoul-05.sh new file mode 100644 index 0000000000000000000000000000000000000000..8319d784ea53d34666ac02563f32945039b97c3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/austin-seoul-05.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# ops helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/beijing-data-efficient-finetuning-04.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/beijing-data-efficient-finetuning-04.sh new file mode 100644 index 0000000000000000000000000000000000000000..8319d784ea53d34666ac02563f32945039b97c3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/beijing-data-efficient-finetuning-04.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# ops helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/ceylon-tea-mechanical-keyboard-02.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/ceylon-tea-mechanical-keyboard-02.sh new file mode 100644 index 0000000000000000000000000000000000000000..8319d784ea53d34666ac02563f32945039b97c3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/ceylon-tea-mechanical-keyboard-02.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# ops helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/espresso-blend-san-francisco-03.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/espresso-blend-san-francisco-03.sh new file mode 100644 index 0000000000000000000000000000000000000000..8319d784ea53d34666ac02563f32945039b97c3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/espresso-blend-san-francisco-03.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# ops helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/multimodal-fusion-long-context-modeling-00.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/multimodal-fusion-long-context-modeling-00.sh new file mode 100644 index 0000000000000000000000000000000000000000..8319d784ea53d34666ac02563f32945039b97c3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/multimodal-fusion-long-context-modeling-00.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# ops helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/retrieval-augmented-generation-data-governance-01.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/retrieval-augmented-generation-data-governance-01.sh new file mode 100644 index 0000000000000000000000000000000000000000..8319d784ea53d34666ac02563f32945039b97c3f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/scripts/ops/retrieval-augmented-generation-data-governance-01.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# safety flags +set -euo pipefail + +# ops helper script +TARGET=${1:?target required} +echo "target=$TARGET" + # indented comment +echo done diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3c458ba472/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/auth-api/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/auth-api/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..207371ca097a5fb043ebc6d5a7c70504cfea7145 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/auth-api/Dockerfile @@ -0,0 +1,6 @@ +FROM node:20-bookworm +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8297 +CMD ["auth-api"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/ledger-svc/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/ledger-svc/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..42234cebb8cddefea34cb248464fa25da8d32148 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/ledger-svc/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.12-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +EXPOSE 8292 +CMD ["ledger-svc"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/notifier-bus/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/notifier-bus/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..8d8e012d3e9ec15bb21165bf1a20dc692f8afc9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/notifier-bus/Dockerfile @@ -0,0 +1,6 @@ +FROM debian:stable-slim +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8331 +CMD ["notifier-bus"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/orders-api/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/orders-api/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..16216ce91854b59f39a19cc9d8469454eeeaa4de --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/orders-api/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:1.22-alpine +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8223 +CMD ["orders-api"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/payment-gateway/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/payment-gateway/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..b05888cdacb88a2b8f1b354d4b4074e672732630 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/payment-gateway/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:1.22-alpine +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8679 +CMD ["payment-gateway"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/recommender-rt/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/recommender-rt/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0b26cbd62cdef0daf4997a9011b606671995bfd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/recommender-rt/Dockerfile @@ -0,0 +1,6 @@ +FROM node:20-bookworm +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8007 +CMD ["recommender-rt"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/session-store/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/session-store/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..014043c178fa2ecabfbb07d75e386a1385896917 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/session-store/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:1.22-alpine +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8993 +CMD ["session-store"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/shipping-svc/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/shipping-svc/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..811cc6d7963a9fe8f420aac080bdcff6c6e766f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/shipping-svc/Dockerfile @@ -0,0 +1,6 @@ +FROM debian:stable-slim +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8162 +CMD ["shipping-svc"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/users-api/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/users-api/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0baa27c8de1b69bcc8f87a6a22ead633a90f8366 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/users-api/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.12-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +EXPOSE 8894 +CMD ["users-api"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/webhook-dispatcher/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/webhook-dispatcher/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0cec4a317ace8d5f93e24bbe8512c0b70cfd5c00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/services/webhook-dispatcher/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +EXPOSE 8385 +CMD ["webhook-dispatcher"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/auth-api/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/auth-api/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..207371ca097a5fb043ebc6d5a7c70504cfea7145 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/auth-api/Dockerfile @@ -0,0 +1,6 @@ +FROM node:20-bookworm +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8297 +CMD ["auth-api"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/ledger-svc/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/ledger-svc/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..42234cebb8cddefea34cb248464fa25da8d32148 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/ledger-svc/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.12-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +EXPOSE 8292 +CMD ["ledger-svc"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/notifier-bus/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/notifier-bus/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..8d8e012d3e9ec15bb21165bf1a20dc692f8afc9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/notifier-bus/Dockerfile @@ -0,0 +1,6 @@ +FROM debian:stable-slim +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8331 +CMD ["notifier-bus"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/orders-api/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/orders-api/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..16216ce91854b59f39a19cc9d8469454eeeaa4de --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/orders-api/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:1.22-alpine +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8223 +CMD ["orders-api"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/payment-gateway/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/payment-gateway/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..b05888cdacb88a2b8f1b354d4b4074e672732630 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/payment-gateway/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:1.22-alpine +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8679 +CMD ["payment-gateway"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/recommender-rt/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/recommender-rt/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0b26cbd62cdef0daf4997a9011b606671995bfd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/recommender-rt/Dockerfile @@ -0,0 +1,6 @@ +FROM node:20-bookworm +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8007 +CMD ["recommender-rt"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/session-store/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/session-store/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..014043c178fa2ecabfbb07d75e386a1385896917 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/session-store/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:1.22-alpine +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8993 +CMD ["session-store"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/shipping-svc/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/shipping-svc/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..811cc6d7963a9fe8f420aac080bdcff6c6e766f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/shipping-svc/Dockerfile @@ -0,0 +1,6 @@ +FROM debian:stable-slim +WORKDIR /app +COPY . . +RUN apk add --no-cache ca-certificates +EXPOSE 8162 +CMD ["shipping-svc"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/users-api/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/users-api/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0baa27c8de1b69bcc8f87a6a22ead633a90f8366 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/users-api/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.12-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +EXPOSE 8894 +CMD ["users-api"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/services/webhook-dispatcher/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/webhook-dispatcher/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0cec4a317ace8d5f93e24bbe8512c0b70cfd5c00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/services/webhook-dispatcher/Dockerfile @@ -0,0 +1,6 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +EXPOSE 8385 +CMD ["webhook-dispatcher"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3d591f04e2/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/RELEASES.txt b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/RELEASES.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99a2c29a232886eff4e9d7dfe35aa9367ea2e46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/RELEASES.txt @@ -0,0 +1,43 @@ +4.7.43 +4.20.70 +4.3.80 +5.0.93 +5.18.33 + +4.18.88 +2.9.87 +1.15.9 +1.16.82 + +5.6.14 +1.16.82 +4.18.88 +2.5.23 +1.12.0 +4.1.36 +1.9.23 + +1.7.57 +0.3.12 +2.12.37 +2.5.23 +5.0.93 +0.3.12 +5.3.43 +4.3.96 +4.7.43 +4.1.36 +5.7.49 +3.15.83 +0.15.79 +1.16.82 +5.4.40 +3.15.6 +1.14.49 +4.6.54 +2.9.47 +4.3.80 +0.16.29 +0.10.14 +3.5.44 +2.5.23 diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.10.14.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.10.14.md new file mode 100644 index 0000000000000000000000000000000000000000..eb79d4038186e65d21e970b0eb7e8896d7fcb6ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.10.14.md @@ -0,0 +1,3 @@ +# Release 0.10.14 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.15.79.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.15.79.md new file mode 100644 index 0000000000000000000000000000000000000000..ba2be2c1f3dd090c14b7ed6a7a2cec1d9b1aa0fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.15.79.md @@ -0,0 +1,3 @@ +# Release 0.15.79 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.16.29.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.16.29.md new file mode 100644 index 0000000000000000000000000000000000000000..17a580bfe865df33d4f54bedcbb43344e1a6a897 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.16.29.md @@ -0,0 +1,3 @@ +# Release 0.16.29 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.3.12.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.3.12.md new file mode 100644 index 0000000000000000000000000000000000000000..9986342e2ace2ed337b6d3480a029ac945b4e20f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/0.3.12.md @@ -0,0 +1,3 @@ +# Release 0.3.12 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.12.0.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.12.0.md new file mode 100644 index 0000000000000000000000000000000000000000..39ef0fa81f7953ceaa4a46ca34ea1efd1903a029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.12.0.md @@ -0,0 +1,3 @@ +# Release 1.12.0 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.14.49.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.14.49.md new file mode 100644 index 0000000000000000000000000000000000000000..1d141d18560b3081e910395c88e7ec735f362622 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.14.49.md @@ -0,0 +1,3 @@ +# Release 1.14.49 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.15.9.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.15.9.md new file mode 100644 index 0000000000000000000000000000000000000000..7d9d0aa82bd2bf417f03e5a386a867b000e4b786 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.15.9.md @@ -0,0 +1,3 @@ +# Release 1.15.9 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.16.82.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.16.82.md new file mode 100644 index 0000000000000000000000000000000000000000..ddf1b2d97afe2e3f6a4e98930ec9b92a2871c07b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.16.82.md @@ -0,0 +1,3 @@ +# Release 1.16.82 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.7.57.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.7.57.md new file mode 100644 index 0000000000000000000000000000000000000000..b34bba4442aad2b23fb4af5c6972e276488e25ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.7.57.md @@ -0,0 +1,3 @@ +# Release 1.7.57 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.9.23.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.9.23.md new file mode 100644 index 0000000000000000000000000000000000000000..70b0c09f6ee654225ecbdd8e32a0fcc7175c8458 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/notes/1.9.23.md @@ -0,0 +1,3 @@ +# Release 1.9.23 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/reports/latest.txt b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/reports/latest.txt new file mode 100644 index 0000000000000000000000000000000000000000..65ec89b42ffd8af2d47886c26de639e20c108fe2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/releases/reports/latest.txt @@ -0,0 +1 @@ +5.18.33 diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/RELEASES.txt b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/RELEASES.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99a2c29a232886eff4e9d7dfe35aa9367ea2e46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/RELEASES.txt @@ -0,0 +1,43 @@ +4.7.43 +4.20.70 +4.3.80 +5.0.93 +5.18.33 + +4.18.88 +2.9.87 +1.15.9 +1.16.82 + +5.6.14 +1.16.82 +4.18.88 +2.5.23 +1.12.0 +4.1.36 +1.9.23 + +1.7.57 +0.3.12 +2.12.37 +2.5.23 +5.0.93 +0.3.12 +5.3.43 +4.3.96 +4.7.43 +4.1.36 +5.7.49 +3.15.83 +0.15.79 +1.16.82 +5.4.40 +3.15.6 +1.14.49 +4.6.54 +2.9.47 +4.3.80 +0.16.29 +0.10.14 +3.5.44 +2.5.23 diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.10.14.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.10.14.md new file mode 100644 index 0000000000000000000000000000000000000000..eb79d4038186e65d21e970b0eb7e8896d7fcb6ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.10.14.md @@ -0,0 +1,3 @@ +# Release 0.10.14 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.15.79.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.15.79.md new file mode 100644 index 0000000000000000000000000000000000000000..ba2be2c1f3dd090c14b7ed6a7a2cec1d9b1aa0fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.15.79.md @@ -0,0 +1,3 @@ +# Release 0.15.79 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.16.29.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.16.29.md new file mode 100644 index 0000000000000000000000000000000000000000..17a580bfe865df33d4f54bedcbb43344e1a6a897 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.16.29.md @@ -0,0 +1,3 @@ +# Release 0.16.29 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.3.12.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.3.12.md new file mode 100644 index 0000000000000000000000000000000000000000..9986342e2ace2ed337b6d3480a029ac945b4e20f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/0.3.12.md @@ -0,0 +1,3 @@ +# Release 0.3.12 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.12.0.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.12.0.md new file mode 100644 index 0000000000000000000000000000000000000000..39ef0fa81f7953ceaa4a46ca34ea1efd1903a029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.12.0.md @@ -0,0 +1,3 @@ +# Release 1.12.0 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.14.49.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.14.49.md new file mode 100644 index 0000000000000000000000000000000000000000..1d141d18560b3081e910395c88e7ec735f362622 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.14.49.md @@ -0,0 +1,3 @@ +# Release 1.14.49 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.15.9.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.15.9.md new file mode 100644 index 0000000000000000000000000000000000000000..7d9d0aa82bd2bf417f03e5a386a867b000e4b786 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.15.9.md @@ -0,0 +1,3 @@ +# Release 1.15.9 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.16.82.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.16.82.md new file mode 100644 index 0000000000000000000000000000000000000000..ddf1b2d97afe2e3f6a4e98930ec9b92a2871c07b --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.16.82.md @@ -0,0 +1,3 @@ +# Release 1.16.82 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.7.57.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.7.57.md new file mode 100644 index 0000000000000000000000000000000000000000..b34bba4442aad2b23fb4af5c6972e276488e25ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.7.57.md @@ -0,0 +1,3 @@ +# Release 1.7.57 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.9.23.md b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.9.23.md new file mode 100644 index 0000000000000000000000000000000000000000..70b0c09f6ee654225ecbdd8e32a0fcc7175c8458 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/releases/notes/1.9.23.md @@ -0,0 +1,3 @@ +# Release 1.9.23 + +Notes. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3eb885d887/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/reports/all_users.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/reports/all_users.txt new file mode 100644 index 0000000000000000000000000000000000000000..45a239e8304723b09199a5d0cb55b7964dafb38f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/reports/all_users.txt @@ -0,0 +1,29 @@ +azhang +brivera +cnakamura +doneill +epatel +flindqvist +gkaur +hchen +ibarbosa +jsmith +kkuznetsov +lgonzalez +mtanaka +nmurray +opopov +pklein +qyu +rrossi +sstevens +svc_billing +svc_catalog +svc_etl +svc_ledger +svc_search +tvasquez +uvogt +vwang +wxu +xlee diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df5a69892c3c1b9d544b067c98a945dfec321f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-01.txt @@ -0,0 +1,29 @@ +epatel +hchen +kkuznetsov +svc_ledger +qyu + +svc_billing +sstevens +qyu +tvasquez +pklein +vwang +flindqvist +svc_billing +flindqvist +kkuznetsov +hchen +opopov + +doneill +tvasquez +gkaur +epatel +flindqvist + +svc_catalog +gkaur + +pklein diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..8344f978658aea971f7481664bbde95c9e691f90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-02.txt @@ -0,0 +1,29 @@ +opopov +qyu + +svc_billing +qyu +epatel + +kkuznetsov +wxu +svc_catalog +flindqvist +jsmith +kkuznetsov +nmurray +vwang +vwang +svc_etl +sstevens +pklein +flindqvist +jsmith +hchen + +svc_catalog +vwang +flindqvist +kkuznetsov + +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f3b3919cd0b8c6d9895c82d549bc39beca1a334 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-03.txt @@ -0,0 +1,29 @@ +svc_billing +kkuznetsov + +svc_search +svc_billing +gkaur +hchen +svc_etl +sstevens + + +epatel +svc_catalog +jsmith +uvogt +pklein +kkuznetsov +nmurray + +svc_search +opopov +vwang +gkaur +lgonzalez +lgonzalez +doneill +vwang +azhang +svc_catalog diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..e90dc415fb6a77a6fbcc1a25eb6fb8936e03b79e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-04.txt @@ -0,0 +1,29 @@ +uvogt +svc_billing +tvasquez +svc_billing +svc_etl +mtanaka +opopov +svc_etl +tvasquez +jsmith +doneill + +lgonzalez +svc_ledger +vwang +flindqvist +hchen +opopov +epatel +doneill +svc_ledger + + +svc_search + +ibarbosa +lgonzalez +mtanaka +hchen diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..96d0835dabfc90dc875d594a0efe46486dccd57a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-05.txt @@ -0,0 +1,29 @@ + +wxu +rrossi +jsmith + + +xlee +ibarbosa +cnakamura +nmurray +svc_etl +epatel +svc_catalog +brivera +svc_ledger +wxu +wxu +hchen +cnakamura +wxu +flindqvist +mtanaka +doneill + +hchen +ibarbosa +hchen +svc_etl +nmurray diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..da609f13614510e18c13b00d9290dc8fb92e65c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-06.txt @@ -0,0 +1,29 @@ +doneill +tvasquez +svc_billing + +uvogt +gkaur + +flindqvist +xlee +wxu +uvogt +nmurray +svc_billing +uvogt +wxu +tvasquez +gkaur +gkaur +doneill + +hchen + +svc_billing +svc_catalog +sstevens +mtanaka +mtanaka +doneill +kkuznetsov diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..457b0138b99b61e85205f7ddf629b7d55ba522ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/github/2024-04-07.txt @@ -0,0 +1,29 @@ +lgonzalez +azhang +svc_search +kkuznetsov +uvogt + +ibarbosa +svc_ledger +svc_billing +svc_catalog + +flindqvist +svc_etl +tvasquez +svc_billing +nmurray +rrossi +sstevens +brivera + +pklein +epatel +azhang +epatel +nmurray +lgonzalez +svc_search +brivera + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d50cfedd440749367ce752150f1139bb366ed98 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-01.txt @@ -0,0 +1,29 @@ +svc_catalog +svc_catalog + +ibarbosa +brivera +sstevens +svc_search +svc_catalog +ibarbosa +hchen +kkuznetsov +vwang +jsmith +qyu +epatel +rrossi +vwang +kkuznetsov +ibarbosa +mtanaka +rrossi + +svc_search +azhang +epatel + + +azhang +uvogt diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1ab1e5c9f42ea40413d44bebd8df073c524be83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-02.txt @@ -0,0 +1,29 @@ +ibarbosa +uvogt +ibarbosa +tvasquez +azhang +nmurray +mtanaka +svc_catalog + +gkaur +svc_ledger +svc_ledger +brivera +jsmith +flindqvist +svc_etl + +ibarbosa +svc_ledger +qyu +flindqvist + +mtanaka +kkuznetsov + +doneill +flindqvist +vwang +xlee diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..df770de13acf3954287fe19fdfb8c49874f10570 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-03.txt @@ -0,0 +1,29 @@ +qyu +lgonzalez +xlee +flindqvist +wxu +nmurray +svc_search + +svc_ledger +kkuznetsov +rrossi +flindqvist +svc_billing +sstevens + +nmurray +cnakamura +azhang +brivera + +hchen +pklein +svc_catalog +kkuznetsov +wxu +mtanaka + +svc_billing +rrossi diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1fb9d82792d0f4449b47a3c8bf2facc148557fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-04.txt @@ -0,0 +1,29 @@ + +svc_billing +svc_search +cnakamura +opopov +jsmith +svc_billing +jsmith +epatel +mtanaka +xlee +svc_billing +opopov +opopov +qyu +svc_etl +epatel +svc_etl +svc_ledger +vwang +epatel +wxu + + +svc_billing +svc_catalog +qyu +hchen + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..0909639f416e7b826ed6419e338a64b76526e7f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-05.txt @@ -0,0 +1,29 @@ +doneill +pklein +flindqvist +doneill +doneill +opopov +lgonzalez + +sstevens + +vwang +nmurray +kkuznetsov +azhang +cnakamura +doneill +ibarbosa +opopov + +epatel +cnakamura +mtanaka +svc_billing + +mtanaka +uvogt +svc_billing +kkuznetsov +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ee60eddc672374ba24a93938869c3eb9f8d5886 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-06.txt @@ -0,0 +1,29 @@ +opopov +uvogt + +pklein +kkuznetsov +uvogt +cnakamura +tvasquez + + +xlee +azhang +cnakamura +svc_etl +svc_search +doneill +kkuznetsov +epatel +doneill + +svc_catalog +sstevens +epatel +vwang +tvasquez +uvogt +gkaur +gkaur +doneill diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..abb6ab5ccf7968a9c7ef9b9a2a0b6ff47f798426 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/kubernetes/2024-04-07.txt @@ -0,0 +1,29 @@ +tvasquez +sstevens +jsmith +nmurray +tvasquez +nmurray +svc_catalog +svc_catalog +flindqvist + +gkaur + +svc_catalog +lgonzalez +pklein +mtanaka +svc_billing +svc_etl +uvogt +svc_ledger +epatel +opopov +mtanaka +lgonzalez + +tvasquez +lgonzalez + +gkaur diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..09b30b769ceef43e45b39e56debd6ecfe8bba37c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-01.txt @@ -0,0 +1,29 @@ +rrossi +vwang +svc_etl +uvogt +qyu +pklein +gkaur +gkaur +qyu + + +jsmith +svc_ledger +qyu +pklein +azhang +xlee +lgonzalez +svc_search +lgonzalez +svc_search +vwang +flindqvist +vwang +tvasquez + +cnakamura + +svc_catalog diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..29546589df4de45898a47060d6095c34b8fe0134 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-02.txt @@ -0,0 +1,29 @@ +brivera +svc_catalog + +lgonzalez +ibarbosa +doneill +sstevens +ibarbosa +doneill +opopov +svc_ledger +svc_etl +svc_catalog +cnakamura +wxu + +tvasquez +svc_ledger +qyu +svc_catalog +hchen +kkuznetsov + +svc_billing + +epatel +azhang +uvogt +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0344177da01626971c9ce4e9e1c7185a71400f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-03.txt @@ -0,0 +1,29 @@ +sstevens +jsmith + +xlee + + +epatel +jsmith +qyu +xlee +mtanaka +flindqvist +opopov +opopov +sstevens +xlee +wxu +doneill +tvasquez +svc_etl +wxu +jsmith +lgonzalez +svc_ledger +flindqvist +doneill + +qyu +opopov diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce4293f7f3425bca2f79b56a5feb580cc84d8d6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-04.txt @@ -0,0 +1,29 @@ +svc_catalog +gkaur +pklein + +svc_etl +brivera +vwang +azhang +nmurray +xlee + +qyu +kkuznetsov +rrossi +nmurray + +jsmith +lgonzalez +svc_billing +wxu +tvasquez +uvogt +svc_catalog +epatel +ibarbosa +kkuznetsov + +cnakamura +qyu diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8b19ca2af676885e8752aae436bc280cce06a54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-05.txt @@ -0,0 +1,29 @@ +xlee +xlee +svc_search +rrossi +cnakamura + +azhang +hchen +hchen +svc_billing +ibarbosa +uvogt +svc_etl +epatel + +sstevens +vwang +lgonzalez +opopov +svc_catalog +svc_search +cnakamura +tvasquez +jsmith + +flindqvist +hchen +vwang + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..f95f224586e1093ae3a007a1c5fd17d639b720ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-06.txt @@ -0,0 +1,29 @@ +svc_search +rrossi +lgonzalez +xlee +tvasquez +xlee +gkaur +vwang +qyu +brivera +uvogt + +svc_catalog +svc_catalog +lgonzalez + +flindqvist +ibarbosa +xlee +svc_search +vwang +uvogt + +ibarbosa +wxu + +hchen +sstevens +nmurray diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..9388ec66e88878e0a82196eb6a520e207c46fae4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/postgres/2024-04-07.txt @@ -0,0 +1,29 @@ +hchen +wxu +azhang +azhang +qyu +vwang + + +vwang +vwang +ibarbosa +xlee +mtanaka +svc_ledger +svc_catalog +epatel + +nmurray +svc_search +mtanaka +lgonzalez +jsmith +brivera +sstevens +flindqvist +tvasquez +hchen + +svc_catalog diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1e4f8061d864e6bbc2c23c3135b211baa5091e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-01.txt @@ -0,0 +1,29 @@ +brivera +hchen +xlee + + +gkaur +cnakamura +sstevens +tvasquez +ibarbosa +sstevens +qyu +mtanaka + +flindqvist +nmurray +pklein +svc_catalog +sstevens +svc_search +cnakamura +ibarbosa +qyu +rrossi + +svc_billing +vwang +brivera +tvasquez diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f954e1463d31cd64434deb5950966f1990729ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-02.txt @@ -0,0 +1,29 @@ +pklein +jsmith +azhang +svc_search +tvasquez +vwang +nmurray +ibarbosa + +wxu +brivera +hchen +gkaur +kkuznetsov +epatel +flindqvist + +gkaur + +sstevens +jsmith +svc_catalog + +doneill +wxu +hchen +svc_search +wxu +wxu diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1df94b6eda2817cafd203e43a430f5f4ba33f35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-03.txt @@ -0,0 +1,29 @@ +hchen +svc_catalog +xlee +svc_etl + +azhang +svc_etl +ibarbosa +svc_etl + +svc_etl +svc_billing +ibarbosa +svc_catalog +wxu +uvogt +epatel +svc_catalog + +svc_search +xlee +lgonzalez +cnakamura +uvogt +svc_etl +svc_etl +pklein +flindqvist + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..348b2e0b8b3d9bf8cfe5073da17318ab23b97d2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-04.txt @@ -0,0 +1,29 @@ +doneill +svc_search +vwang +xlee + + + +uvogt +svc_catalog + +flindqvist +pklein +cnakamura +flindqvist +mtanaka +brivera +kkuznetsov +sstevens +uvogt +hchen +flindqvist +wxu +uvogt +cnakamura +wxu +nmurray +azhang +doneill +kkuznetsov diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..6afcb34cad41eabdcdb08531818a569e465dc7b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-05.txt @@ -0,0 +1,29 @@ +uvogt +vwang +azhang +tvasquez +svc_ledger + +qyu +uvogt +azhang +ibarbosa +rrossi +wxu +azhang +cnakamura +ibarbosa +gkaur +qyu +wxu + +svc_ledger + + +flindqvist +vwang +mtanaka +brivera +pklein +qyu +epatel diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..b78d296b1efe760b6262e3a50937c45d98f7b9f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-06.txt @@ -0,0 +1,29 @@ +cnakamura +cnakamura + +pklein +nmurray +epatel + +gkaur +qyu +opopov +vwang +lgonzalez +qyu +nmurray + +svc_ledger + +kkuznetsov +brivera +pklein +vwang +opopov +nmurray +azhang +qyu +svc_catalog +jsmith +svc_etl +mtanaka diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..f82c0292b413c52ce279b2276117389a4965bd4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/sso/2024-04-07.txt @@ -0,0 +1,29 @@ +qyu +xlee +flindqvist +svc_etl +kkuznetsov +rrossi +rrossi + +svc_ledger +pklein +rrossi + +uvogt +cnakamura + +ibarbosa +vwang +svc_search +epatel +epatel +svc_catalog +svc_search +kkuznetsov +svc_search +ibarbosa + +uvogt +kkuznetsov +uvogt diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b4f9f2127d17c19c73b49b7336cdbdfd8529c7a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-01.txt @@ -0,0 +1,29 @@ + +lgonzalez +opopov +flindqvist +svc_etl +gkaur +qyu +uvogt +lgonzalez +vwang +lgonzalez +svc_search +svc_ledger +mtanaka + + +sstevens +jsmith +brivera +lgonzalez +ibarbosa +svc_etl +tvasquez + +rrossi +mtanaka +uvogt +epatel +sstevens diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..16d870b36916bc1ab9c84821464d25e0479c5e32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-02.txt @@ -0,0 +1,29 @@ +svc_etl +svc_etl + +svc_catalog +svc_search + +svc_billing +epatel +svc_ledger +qyu +uvogt +vwang +uvogt +gkaur +brivera +kkuznetsov +pklein +svc_catalog +doneill + +svc_billing +wxu +nmurray +epatel +vwang +jsmith + +svc_etl +cnakamura diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..a94449ff3e5d011916b04a195b1dd35445e64aeb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-03.txt @@ -0,0 +1,29 @@ +vwang + +qyu +brivera +hchen +lgonzalez +gkaur + +svc_billing +jsmith + +mtanaka +doneill +flindqvist +tvasquez +pklein +qyu +tvasquez +cnakamura +jsmith +svc_etl +xlee +flindqvist +sstevens +opopov +svc_ledger +ibarbosa + +vwang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..37719f2f69bddcffb1dd7d855b2f609b852c6ee4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-04.txt @@ -0,0 +1,29 @@ + +mtanaka + +brivera +opopov +uvogt +ibarbosa +jsmith +svc_etl +epatel +ibarbosa +flindqvist +svc_catalog +brivera +rrossi +svc_catalog +xlee +azhang +svc_ledger + +qyu +nmurray +uvogt +brivera +kkuznetsov +nmurray + +opopov +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..685bc8e37ce85347bf3044c37100f6c986fe8dbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-05.txt @@ -0,0 +1,29 @@ +doneill +azhang +svc_etl +vwang +svc_billing +pklein + +ibarbosa + +ibarbosa + + +cnakamura +cnakamura +azhang +gkaur +nmurray +rrossi +opopov +svc_search +svc_etl +flindqvist +mtanaka +qyu +rrossi +sstevens +tvasquez +svc_catalog +gkaur diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..310ec5026be59bc783ba855781b0f695766579f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-06.txt @@ -0,0 +1,29 @@ +svc_search + +lgonzalez +xlee +tvasquez +uvogt +nmurray +rrossi +svc_ledger + +vwang + +tvasquez +svc_etl +hchen +xlee +kkuznetsov +lgonzalez +svc_etl +azhang +svc_ledger +mtanaka +svc_etl +pklein +xlee +flindqvist +vwang + +svc_billing diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc1981f55e318743a03c2e6b527c3085c08142e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/audit/sources/vault/2024-04-07.txt @@ -0,0 +1,29 @@ +mtanaka +qyu +ibarbosa +jsmith +wxu +svc_catalog +azhang +lgonzalez + +opopov +azhang +cnakamura +svc_catalog + +wxu +rrossi +sstevens +cnakamura + +rrossi +kkuznetsov + +wxu +svc_etl +epatel +sstevens +svc_catalog +svc_ledger +xlee diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..3df5a69892c3c1b9d544b067c98a945dfec321f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-01.txt @@ -0,0 +1,29 @@ +epatel +hchen +kkuznetsov +svc_ledger +qyu + +svc_billing +sstevens +qyu +tvasquez +pklein +vwang +flindqvist +svc_billing +flindqvist +kkuznetsov +hchen +opopov + +doneill +tvasquez +gkaur +epatel +flindqvist + +svc_catalog +gkaur + +pklein diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..8344f978658aea971f7481664bbde95c9e691f90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-02.txt @@ -0,0 +1,29 @@ +opopov +qyu + +svc_billing +qyu +epatel + +kkuznetsov +wxu +svc_catalog +flindqvist +jsmith +kkuznetsov +nmurray +vwang +vwang +svc_etl +sstevens +pklein +flindqvist +jsmith +hchen + +svc_catalog +vwang +flindqvist +kkuznetsov + +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f3b3919cd0b8c6d9895c82d549bc39beca1a334 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-03.txt @@ -0,0 +1,29 @@ +svc_billing +kkuznetsov + +svc_search +svc_billing +gkaur +hchen +svc_etl +sstevens + + +epatel +svc_catalog +jsmith +uvogt +pklein +kkuznetsov +nmurray + +svc_search +opopov +vwang +gkaur +lgonzalez +lgonzalez +doneill +vwang +azhang +svc_catalog diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..e90dc415fb6a77a6fbcc1a25eb6fb8936e03b79e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-04.txt @@ -0,0 +1,29 @@ +uvogt +svc_billing +tvasquez +svc_billing +svc_etl +mtanaka +opopov +svc_etl +tvasquez +jsmith +doneill + +lgonzalez +svc_ledger +vwang +flindqvist +hchen +opopov +epatel +doneill +svc_ledger + + +svc_search + +ibarbosa +lgonzalez +mtanaka +hchen diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..96d0835dabfc90dc875d594a0efe46486dccd57a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-05.txt @@ -0,0 +1,29 @@ + +wxu +rrossi +jsmith + + +xlee +ibarbosa +cnakamura +nmurray +svc_etl +epatel +svc_catalog +brivera +svc_ledger +wxu +wxu +hchen +cnakamura +wxu +flindqvist +mtanaka +doneill + +hchen +ibarbosa +hchen +svc_etl +nmurray diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..da609f13614510e18c13b00d9290dc8fb92e65c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-06.txt @@ -0,0 +1,29 @@ +doneill +tvasquez +svc_billing + +uvogt +gkaur + +flindqvist +xlee +wxu +uvogt +nmurray +svc_billing +uvogt +wxu +tvasquez +gkaur +gkaur +doneill + +hchen + +svc_billing +svc_catalog +sstevens +mtanaka +mtanaka +doneill +kkuznetsov diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..457b0138b99b61e85205f7ddf629b7d55ba522ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/github/2024-04-07.txt @@ -0,0 +1,29 @@ +lgonzalez +azhang +svc_search +kkuznetsov +uvogt + +ibarbosa +svc_ledger +svc_billing +svc_catalog + +flindqvist +svc_etl +tvasquez +svc_billing +nmurray +rrossi +sstevens +brivera + +pklein +epatel +azhang +epatel +nmurray +lgonzalez +svc_search +brivera + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d50cfedd440749367ce752150f1139bb366ed98 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-01.txt @@ -0,0 +1,29 @@ +svc_catalog +svc_catalog + +ibarbosa +brivera +sstevens +svc_search +svc_catalog +ibarbosa +hchen +kkuznetsov +vwang +jsmith +qyu +epatel +rrossi +vwang +kkuznetsov +ibarbosa +mtanaka +rrossi + +svc_search +azhang +epatel + + +azhang +uvogt diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1ab1e5c9f42ea40413d44bebd8df073c524be83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-02.txt @@ -0,0 +1,29 @@ +ibarbosa +uvogt +ibarbosa +tvasquez +azhang +nmurray +mtanaka +svc_catalog + +gkaur +svc_ledger +svc_ledger +brivera +jsmith +flindqvist +svc_etl + +ibarbosa +svc_ledger +qyu +flindqvist + +mtanaka +kkuznetsov + +doneill +flindqvist +vwang +xlee diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..df770de13acf3954287fe19fdfb8c49874f10570 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-03.txt @@ -0,0 +1,29 @@ +qyu +lgonzalez +xlee +flindqvist +wxu +nmurray +svc_search + +svc_ledger +kkuznetsov +rrossi +flindqvist +svc_billing +sstevens + +nmurray +cnakamura +azhang +brivera + +hchen +pklein +svc_catalog +kkuznetsov +wxu +mtanaka + +svc_billing +rrossi diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1fb9d82792d0f4449b47a3c8bf2facc148557fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-04.txt @@ -0,0 +1,29 @@ + +svc_billing +svc_search +cnakamura +opopov +jsmith +svc_billing +jsmith +epatel +mtanaka +xlee +svc_billing +opopov +opopov +qyu +svc_etl +epatel +svc_etl +svc_ledger +vwang +epatel +wxu + + +svc_billing +svc_catalog +qyu +hchen + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..0909639f416e7b826ed6419e338a64b76526e7f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-05.txt @@ -0,0 +1,29 @@ +doneill +pklein +flindqvist +doneill +doneill +opopov +lgonzalez + +sstevens + +vwang +nmurray +kkuznetsov +azhang +cnakamura +doneill +ibarbosa +opopov + +epatel +cnakamura +mtanaka +svc_billing + +mtanaka +uvogt +svc_billing +kkuznetsov +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ee60eddc672374ba24a93938869c3eb9f8d5886 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-06.txt @@ -0,0 +1,29 @@ +opopov +uvogt + +pklein +kkuznetsov +uvogt +cnakamura +tvasquez + + +xlee +azhang +cnakamura +svc_etl +svc_search +doneill +kkuznetsov +epatel +doneill + +svc_catalog +sstevens +epatel +vwang +tvasquez +uvogt +gkaur +gkaur +doneill diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..abb6ab5ccf7968a9c7ef9b9a2a0b6ff47f798426 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/kubernetes/2024-04-07.txt @@ -0,0 +1,29 @@ +tvasquez +sstevens +jsmith +nmurray +tvasquez +nmurray +svc_catalog +svc_catalog +flindqvist + +gkaur + +svc_catalog +lgonzalez +pklein +mtanaka +svc_billing +svc_etl +uvogt +svc_ledger +epatel +opopov +mtanaka +lgonzalez + +tvasquez +lgonzalez + +gkaur diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..09b30b769ceef43e45b39e56debd6ecfe8bba37c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-01.txt @@ -0,0 +1,29 @@ +rrossi +vwang +svc_etl +uvogt +qyu +pklein +gkaur +gkaur +qyu + + +jsmith +svc_ledger +qyu +pklein +azhang +xlee +lgonzalez +svc_search +lgonzalez +svc_search +vwang +flindqvist +vwang +tvasquez + +cnakamura + +svc_catalog diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..29546589df4de45898a47060d6095c34b8fe0134 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-02.txt @@ -0,0 +1,29 @@ +brivera +svc_catalog + +lgonzalez +ibarbosa +doneill +sstevens +ibarbosa +doneill +opopov +svc_ledger +svc_etl +svc_catalog +cnakamura +wxu + +tvasquez +svc_ledger +qyu +svc_catalog +hchen +kkuznetsov + +svc_billing + +epatel +azhang +uvogt +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0344177da01626971c9ce4e9e1c7185a71400f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-03.txt @@ -0,0 +1,29 @@ +sstevens +jsmith + +xlee + + +epatel +jsmith +qyu +xlee +mtanaka +flindqvist +opopov +opopov +sstevens +xlee +wxu +doneill +tvasquez +svc_etl +wxu +jsmith +lgonzalez +svc_ledger +flindqvist +doneill + +qyu +opopov diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce4293f7f3425bca2f79b56a5feb580cc84d8d6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-04.txt @@ -0,0 +1,29 @@ +svc_catalog +gkaur +pklein + +svc_etl +brivera +vwang +azhang +nmurray +xlee + +qyu +kkuznetsov +rrossi +nmurray + +jsmith +lgonzalez +svc_billing +wxu +tvasquez +uvogt +svc_catalog +epatel +ibarbosa +kkuznetsov + +cnakamura +qyu diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8b19ca2af676885e8752aae436bc280cce06a54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-05.txt @@ -0,0 +1,29 @@ +xlee +xlee +svc_search +rrossi +cnakamura + +azhang +hchen +hchen +svc_billing +ibarbosa +uvogt +svc_etl +epatel + +sstevens +vwang +lgonzalez +opopov +svc_catalog +svc_search +cnakamura +tvasquez +jsmith + +flindqvist +hchen +vwang + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..f95f224586e1093ae3a007a1c5fd17d639b720ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-06.txt @@ -0,0 +1,29 @@ +svc_search +rrossi +lgonzalez +xlee +tvasquez +xlee +gkaur +vwang +qyu +brivera +uvogt + +svc_catalog +svc_catalog +lgonzalez + +flindqvist +ibarbosa +xlee +svc_search +vwang +uvogt + +ibarbosa +wxu + +hchen +sstevens +nmurray diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..9388ec66e88878e0a82196eb6a520e207c46fae4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/postgres/2024-04-07.txt @@ -0,0 +1,29 @@ +hchen +wxu +azhang +azhang +qyu +vwang + + +vwang +vwang +ibarbosa +xlee +mtanaka +svc_ledger +svc_catalog +epatel + +nmurray +svc_search +mtanaka +lgonzalez +jsmith +brivera +sstevens +flindqvist +tvasquez +hchen + +svc_catalog diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1e4f8061d864e6bbc2c23c3135b211baa5091e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-01.txt @@ -0,0 +1,29 @@ +brivera +hchen +xlee + + +gkaur +cnakamura +sstevens +tvasquez +ibarbosa +sstevens +qyu +mtanaka + +flindqvist +nmurray +pklein +svc_catalog +sstevens +svc_search +cnakamura +ibarbosa +qyu +rrossi + +svc_billing +vwang +brivera +tvasquez diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f954e1463d31cd64434deb5950966f1990729ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-02.txt @@ -0,0 +1,29 @@ +pklein +jsmith +azhang +svc_search +tvasquez +vwang +nmurray +ibarbosa + +wxu +brivera +hchen +gkaur +kkuznetsov +epatel +flindqvist + +gkaur + +sstevens +jsmith +svc_catalog + +doneill +wxu +hchen +svc_search +wxu +wxu diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1df94b6eda2817cafd203e43a430f5f4ba33f35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-03.txt @@ -0,0 +1,29 @@ +hchen +svc_catalog +xlee +svc_etl + +azhang +svc_etl +ibarbosa +svc_etl + +svc_etl +svc_billing +ibarbosa +svc_catalog +wxu +uvogt +epatel +svc_catalog + +svc_search +xlee +lgonzalez +cnakamura +uvogt +svc_etl +svc_etl +pklein +flindqvist + diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..348b2e0b8b3d9bf8cfe5073da17318ab23b97d2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-04.txt @@ -0,0 +1,29 @@ +doneill +svc_search +vwang +xlee + + + +uvogt +svc_catalog + +flindqvist +pklein +cnakamura +flindqvist +mtanaka +brivera +kkuznetsov +sstevens +uvogt +hchen +flindqvist +wxu +uvogt +cnakamura +wxu +nmurray +azhang +doneill +kkuznetsov diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..6afcb34cad41eabdcdb08531818a569e465dc7b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-05.txt @@ -0,0 +1,29 @@ +uvogt +vwang +azhang +tvasquez +svc_ledger + +qyu +uvogt +azhang +ibarbosa +rrossi +wxu +azhang +cnakamura +ibarbosa +gkaur +qyu +wxu + +svc_ledger + + +flindqvist +vwang +mtanaka +brivera +pklein +qyu +epatel diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..b78d296b1efe760b6262e3a50937c45d98f7b9f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-06.txt @@ -0,0 +1,29 @@ +cnakamura +cnakamura + +pklein +nmurray +epatel + +gkaur +qyu +opopov +vwang +lgonzalez +qyu +nmurray + +svc_ledger + +kkuznetsov +brivera +pklein +vwang +opopov +nmurray +azhang +qyu +svc_catalog +jsmith +svc_etl +mtanaka diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..f82c0292b413c52ce279b2276117389a4965bd4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/sso/2024-04-07.txt @@ -0,0 +1,29 @@ +qyu +xlee +flindqvist +svc_etl +kkuznetsov +rrossi +rrossi + +svc_ledger +pklein +rrossi + +uvogt +cnakamura + +ibarbosa +vwang +svc_search +epatel +epatel +svc_catalog +svc_search +kkuznetsov +svc_search +ibarbosa + +uvogt +kkuznetsov +uvogt diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-01.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b4f9f2127d17c19c73b49b7336cdbdfd8529c7a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-01.txt @@ -0,0 +1,29 @@ + +lgonzalez +opopov +flindqvist +svc_etl +gkaur +qyu +uvogt +lgonzalez +vwang +lgonzalez +svc_search +svc_ledger +mtanaka + + +sstevens +jsmith +brivera +lgonzalez +ibarbosa +svc_etl +tvasquez + +rrossi +mtanaka +uvogt +epatel +sstevens diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-02.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..16d870b36916bc1ab9c84821464d25e0479c5e32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-02.txt @@ -0,0 +1,29 @@ +svc_etl +svc_etl + +svc_catalog +svc_search + +svc_billing +epatel +svc_ledger +qyu +uvogt +vwang +uvogt +gkaur +brivera +kkuznetsov +pklein +svc_catalog +doneill + +svc_billing +wxu +nmurray +epatel +vwang +jsmith + +svc_etl +cnakamura diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-03.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..a94449ff3e5d011916b04a195b1dd35445e64aeb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-03.txt @@ -0,0 +1,29 @@ +vwang + +qyu +brivera +hchen +lgonzalez +gkaur + +svc_billing +jsmith + +mtanaka +doneill +flindqvist +tvasquez +pklein +qyu +tvasquez +cnakamura +jsmith +svc_etl +xlee +flindqvist +sstevens +opopov +svc_ledger +ibarbosa + +vwang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-04.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..37719f2f69bddcffb1dd7d855b2f609b852c6ee4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-04.txt @@ -0,0 +1,29 @@ + +mtanaka + +brivera +opopov +uvogt +ibarbosa +jsmith +svc_etl +epatel +ibarbosa +flindqvist +svc_catalog +brivera +rrossi +svc_catalog +xlee +azhang +svc_ledger + +qyu +nmurray +uvogt +brivera +kkuznetsov +nmurray + +opopov +azhang diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-05.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..685bc8e37ce85347bf3044c37100f6c986fe8dbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-05.txt @@ -0,0 +1,29 @@ +doneill +azhang +svc_etl +vwang +svc_billing +pklein + +ibarbosa + +ibarbosa + + +cnakamura +cnakamura +azhang +gkaur +nmurray +rrossi +opopov +svc_search +svc_etl +flindqvist +mtanaka +qyu +rrossi +sstevens +tvasquez +svc_catalog +gkaur diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-06.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..310ec5026be59bc783ba855781b0f695766579f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-06.txt @@ -0,0 +1,29 @@ +svc_search + +lgonzalez +xlee +tvasquez +uvogt +nmurray +rrossi +svc_ledger + +vwang + +tvasquez +svc_etl +hchen +xlee +kkuznetsov +lgonzalez +svc_etl +azhang +svc_ledger +mtanaka +svc_etl +pklein +xlee +flindqvist +vwang + +svc_billing diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-07.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc1981f55e318743a03c2e6b527c3085c08142e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/audit/sources/vault/2024-04-07.txt @@ -0,0 +1,29 @@ +mtanaka +qyu +ibarbosa +jsmith +wxu +svc_catalog +azhang +lgonzalez + +opopov +azhang +cnakamura +svc_catalog + +wxu +rrossi +sstevens +cnakamura + +rrossi +kkuznetsov + +wxu +svc_etl +epatel +sstevens +svc_catalog +svc_ledger +xlee diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3ee4ff54c5/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..5abe814eb6b3945b2d6f4bd7f9034d1be54c4958 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-01.log @@ -0,0 +1,16 @@ +# trial 1 of exp-alpha + +RESULT: 0.188 +RESULT: 1.092 +RESULT: 0.695 +RESULT: 0.701 +RESULT: 0.23 +RESULT: 0.517 +RESULT: 0.6 +RESULT: 0.68 +RESULT: 0.782 +RESULT: 1.192 +RESULT: 0.423 +RESULT: 0.314 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..3113a09ab09af84fe0bd8d01ccd7964b5bf91355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-02.log @@ -0,0 +1,16 @@ +# trial 2 of exp-alpha + +RESULT: 0.484 +RESULT: 0.582 +RESULT: 0.983 +RESULT: 0.184 +RESULT: -0.102 +RESULT: 0.135 +RESULT: 0.169 +RESULT: 0.279 +RESULT: 0.467 +RESULT: 0.359 +RESULT: -0.119 +RESULT: 0.649 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c0f0cad768e2282c0c80c9962002e31050fc515f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-alpha/trial-03.log @@ -0,0 +1,9 @@ +# trial 3 of exp-alpha + +RESULT: 0.282 +RESULT: 0.67 +RESULT: -0.003 +RESULT: 0.315 +RESULT: 0.763 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..62e1454ce6dda5f04e48d31aad73efaf1e2708bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-01.log @@ -0,0 +1,12 @@ +# trial 1 of exp-beta + +RESULT: 1.835 +RESULT: 1.437 +RESULT: 0.938 +RESULT: 1.369 +RESULT: 1.068 +RESULT: 0.701 +RESULT: 1.622 +RESULT: 1.33 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..89ca23a82e5acd519270805dc519055433b970b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-02.log @@ -0,0 +1,15 @@ +# trial 2 of exp-beta + +RESULT: 1.918 +RESULT: 1.009 +RESULT: 1.017 +RESULT: 1.748 +RESULT: 1.2 +RESULT: 1.385 +RESULT: 1.142 +RESULT: 0.638 +RESULT: 1.176 +RESULT: 1.076 +RESULT: 1.21 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e0f7846012b09c60cd62a82dbd96093bb94b51af --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-03.log @@ -0,0 +1,9 @@ +# trial 3 of exp-beta + +RESULT: 1.179 +RESULT: 1.784 +RESULT: 1.271 +RESULT: 0.815 +RESULT: 1.005 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..d4ae88c36fbe0f3fca9ac3c935c51eb0e796458f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-04.log @@ -0,0 +1,11 @@ +# trial 4 of exp-beta + +RESULT: 0.973 +RESULT: 1.359 +RESULT: 1.221 +RESULT: 0.56 +RESULT: 1.684 +RESULT: 1.369 +RESULT: 0.837 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-05.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-05.log new file mode 100644 index 0000000000000000000000000000000000000000..bfcb20703af76ce7ab781b52a4c26e231073c629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-beta/trial-05.log @@ -0,0 +1,11 @@ +# trial 5 of exp-beta + +RESULT: 1.212 +RESULT: 1.366 +RESULT: 1.455 +RESULT: 1.602 +RESULT: 0.861 +RESULT: 0.749 +RESULT: 0.978 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..00fda7f722b302eae9460d02baaae1ad3dddc11c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-01.log @@ -0,0 +1,9 @@ +# trial 1 of exp-delta + +RESULT: 3.198 +RESULT: 2.464 +RESULT: 3.122 +RESULT: 2.624 +RESULT: 2.955 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7481aec32a310936190afa4247782159125f0e8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-02.log @@ -0,0 +1,16 @@ +# trial 2 of exp-delta + +RESULT: 2.062 +RESULT: 2.948 +RESULT: 2.615 +RESULT: 1.919 +RESULT: 2.624 +RESULT: 2.849 +RESULT: 3.431 +RESULT: 2.569 +RESULT: 3.114 +RESULT: 3.431 +RESULT: 2.953 +RESULT: 2.61 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..06193d068e0d8826185882fdb77a91b05c5f1b05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-03.log @@ -0,0 +1,11 @@ +# trial 3 of exp-delta + +RESULT: 1.989 +RESULT: 2.608 +RESULT: 2.863 +RESULT: 2.808 +RESULT: 2.847 +RESULT: 2.613 +RESULT: 2.356 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..da1058fc288588287e434c5e11aed4867ccebcbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-delta/trial-04.log @@ -0,0 +1,12 @@ +# trial 4 of exp-delta + +RESULT: 2.498 +RESULT: 1.934 +RESULT: 3.355 +RESULT: 3.013 +RESULT: 3.164 +RESULT: 3.339 +RESULT: 2.658 +RESULT: 3.518 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7c4c23d42278c73b7b0e0aa737d338088a0b6f88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-01.log @@ -0,0 +1,16 @@ +# trial 1 of exp-epsilon + +RESULT: 1.423 +RESULT: 2.003 +RESULT: 2.139 +RESULT: 1.823 +RESULT: 1.884 +RESULT: 1.261 +RESULT: 2.216 +RESULT: 1.404 +RESULT: 1.651 +RESULT: 1.665 +RESULT: 1.189 +RESULT: 1.668 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..d271892cb28ab2afeed64e1e581e301f70dc8363 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-02.log @@ -0,0 +1,12 @@ +# trial 2 of exp-epsilon + +RESULT: 1.359 +RESULT: 1.379 +RESULT: 2.044 +RESULT: 2.055 +RESULT: 1.687 +RESULT: 1.649 +RESULT: 2.298 +RESULT: 2.417 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..d03396bb57d9ba79c99b402d0744dd435a827512 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-03.log @@ -0,0 +1,11 @@ +# trial 3 of exp-epsilon + +RESULT: 1.792 +RESULT: 1.791 +RESULT: 2.086 +RESULT: 1.81 +RESULT: 2.383 +RESULT: 1.607 +RESULT: 2.718 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..40cfeba116026801171d669db3a63aa8357006ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-epsilon/trial-04.log @@ -0,0 +1,9 @@ +# trial 4 of exp-epsilon + +RESULT: 1.534 +RESULT: 1.946 +RESULT: 2.044 +RESULT: 1.768 +RESULT: 1.482 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6eee455fbf4fa1b038ab1333bef55770093ceedd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-01.log @@ -0,0 +1,9 @@ +# trial 1 of exp-gamma + +RESULT: -0.328 +RESULT: 0.475 +RESULT: -0.091 +RESULT: -0.411 +RESULT: -0.463 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..dd72132f2f8dc5116eca96af4ffc14b2d92e5043 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-02.log @@ -0,0 +1,12 @@ +# trial 2 of exp-gamma + +RESULT: -0.756 +RESULT: 0.232 +RESULT: 0.486 +RESULT: -0.792 +RESULT: -0.511 +RESULT: -0.52 +RESULT: -0.424 +RESULT: -0.319 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..ccf13d90c1ad73ea91a877dcefbc4175c32138cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-03.log @@ -0,0 +1,13 @@ +# trial 3 of exp-gamma + +RESULT: -0.327 +RESULT: -0.51 +RESULT: -0.418 +RESULT: -0.336 +RESULT: 0.269 +RESULT: -0.268 +RESULT: -0.31 +RESULT: -0.249 +RESULT: -0.502 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3a557bd969dbfe7f411e76b4b4c81cd4ae2bb90e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-04.log @@ -0,0 +1,12 @@ +# trial 4 of exp-gamma + +RESULT: 0.129 +RESULT: 0.43 +RESULT: -1.025 +RESULT: 0.208 +RESULT: -0.274 +RESULT: -0.371 +RESULT: -0.234 +RESULT: -0.242 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-05.log b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-05.log new file mode 100644 index 0000000000000000000000000000000000000000..b13c94704e16444cfe1d9bf822b615a2adb68e00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/experiments/exp-gamma/trial-05.log @@ -0,0 +1,14 @@ +# trial 5 of exp-gamma + +RESULT: -0.52 +RESULT: -0.399 +RESULT: -0.462 +RESULT: -0.686 +RESULT: -1.04 +RESULT: -0.418 +RESULT: -0.177 +RESULT: 0.008 +RESULT: -0.541 +RESULT: -0.202 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/reports/means.tsv b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/reports/means.tsv new file mode 100644 index 0000000000000000000000000000000000000000..72d1c57f0cbee26920664c1c04080fdf3e6a6e7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/scientific/reports/means.tsv @@ -0,0 +1,5 @@ +exp-alpha 465 +exp-beta 1213 +exp-delta 2782 +exp-epsilon 1817 +exp-gamma -297 diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..5abe814eb6b3945b2d6f4bd7f9034d1be54c4958 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-01.log @@ -0,0 +1,16 @@ +# trial 1 of exp-alpha + +RESULT: 0.188 +RESULT: 1.092 +RESULT: 0.695 +RESULT: 0.701 +RESULT: 0.23 +RESULT: 0.517 +RESULT: 0.6 +RESULT: 0.68 +RESULT: 0.782 +RESULT: 1.192 +RESULT: 0.423 +RESULT: 0.314 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..3113a09ab09af84fe0bd8d01ccd7964b5bf91355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-02.log @@ -0,0 +1,16 @@ +# trial 2 of exp-alpha + +RESULT: 0.484 +RESULT: 0.582 +RESULT: 0.983 +RESULT: 0.184 +RESULT: -0.102 +RESULT: 0.135 +RESULT: 0.169 +RESULT: 0.279 +RESULT: 0.467 +RESULT: 0.359 +RESULT: -0.119 +RESULT: 0.649 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c0f0cad768e2282c0c80c9962002e31050fc515f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-alpha/trial-03.log @@ -0,0 +1,9 @@ +# trial 3 of exp-alpha + +RESULT: 0.282 +RESULT: 0.67 +RESULT: -0.003 +RESULT: 0.315 +RESULT: 0.763 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..62e1454ce6dda5f04e48d31aad73efaf1e2708bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-01.log @@ -0,0 +1,12 @@ +# trial 1 of exp-beta + +RESULT: 1.835 +RESULT: 1.437 +RESULT: 0.938 +RESULT: 1.369 +RESULT: 1.068 +RESULT: 0.701 +RESULT: 1.622 +RESULT: 1.33 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..89ca23a82e5acd519270805dc519055433b970b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-02.log @@ -0,0 +1,15 @@ +# trial 2 of exp-beta + +RESULT: 1.918 +RESULT: 1.009 +RESULT: 1.017 +RESULT: 1.748 +RESULT: 1.2 +RESULT: 1.385 +RESULT: 1.142 +RESULT: 0.638 +RESULT: 1.176 +RESULT: 1.076 +RESULT: 1.21 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e0f7846012b09c60cd62a82dbd96093bb94b51af --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-03.log @@ -0,0 +1,9 @@ +# trial 3 of exp-beta + +RESULT: 1.179 +RESULT: 1.784 +RESULT: 1.271 +RESULT: 0.815 +RESULT: 1.005 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..d4ae88c36fbe0f3fca9ac3c935c51eb0e796458f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-04.log @@ -0,0 +1,11 @@ +# trial 4 of exp-beta + +RESULT: 0.973 +RESULT: 1.359 +RESULT: 1.221 +RESULT: 0.56 +RESULT: 1.684 +RESULT: 1.369 +RESULT: 0.837 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-05.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-05.log new file mode 100644 index 0000000000000000000000000000000000000000..bfcb20703af76ce7ab781b52a4c26e231073c629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-beta/trial-05.log @@ -0,0 +1,11 @@ +# trial 5 of exp-beta + +RESULT: 1.212 +RESULT: 1.366 +RESULT: 1.455 +RESULT: 1.602 +RESULT: 0.861 +RESULT: 0.749 +RESULT: 0.978 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..00fda7f722b302eae9460d02baaae1ad3dddc11c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-01.log @@ -0,0 +1,9 @@ +# trial 1 of exp-delta + +RESULT: 3.198 +RESULT: 2.464 +RESULT: 3.122 +RESULT: 2.624 +RESULT: 2.955 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7481aec32a310936190afa4247782159125f0e8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-02.log @@ -0,0 +1,16 @@ +# trial 2 of exp-delta + +RESULT: 2.062 +RESULT: 2.948 +RESULT: 2.615 +RESULT: 1.919 +RESULT: 2.624 +RESULT: 2.849 +RESULT: 3.431 +RESULT: 2.569 +RESULT: 3.114 +RESULT: 3.431 +RESULT: 2.953 +RESULT: 2.61 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..06193d068e0d8826185882fdb77a91b05c5f1b05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-03.log @@ -0,0 +1,11 @@ +# trial 3 of exp-delta + +RESULT: 1.989 +RESULT: 2.608 +RESULT: 2.863 +RESULT: 2.808 +RESULT: 2.847 +RESULT: 2.613 +RESULT: 2.356 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..da1058fc288588287e434c5e11aed4867ccebcbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-delta/trial-04.log @@ -0,0 +1,12 @@ +# trial 4 of exp-delta + +RESULT: 2.498 +RESULT: 1.934 +RESULT: 3.355 +RESULT: 3.013 +RESULT: 3.164 +RESULT: 3.339 +RESULT: 2.658 +RESULT: 3.518 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7c4c23d42278c73b7b0e0aa737d338088a0b6f88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-01.log @@ -0,0 +1,16 @@ +# trial 1 of exp-epsilon + +RESULT: 1.423 +RESULT: 2.003 +RESULT: 2.139 +RESULT: 1.823 +RESULT: 1.884 +RESULT: 1.261 +RESULT: 2.216 +RESULT: 1.404 +RESULT: 1.651 +RESULT: 1.665 +RESULT: 1.189 +RESULT: 1.668 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..d271892cb28ab2afeed64e1e581e301f70dc8363 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-02.log @@ -0,0 +1,12 @@ +# trial 2 of exp-epsilon + +RESULT: 1.359 +RESULT: 1.379 +RESULT: 2.044 +RESULT: 2.055 +RESULT: 1.687 +RESULT: 1.649 +RESULT: 2.298 +RESULT: 2.417 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..d03396bb57d9ba79c99b402d0744dd435a827512 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-03.log @@ -0,0 +1,11 @@ +# trial 3 of exp-epsilon + +RESULT: 1.792 +RESULT: 1.791 +RESULT: 2.086 +RESULT: 1.81 +RESULT: 2.383 +RESULT: 1.607 +RESULT: 2.718 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..40cfeba116026801171d669db3a63aa8357006ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-epsilon/trial-04.log @@ -0,0 +1,9 @@ +# trial 4 of exp-epsilon + +RESULT: 1.534 +RESULT: 1.946 +RESULT: 2.044 +RESULT: 1.768 +RESULT: 1.482 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-01.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6eee455fbf4fa1b038ab1333bef55770093ceedd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-01.log @@ -0,0 +1,9 @@ +# trial 1 of exp-gamma + +RESULT: -0.328 +RESULT: 0.475 +RESULT: -0.091 +RESULT: -0.411 +RESULT: -0.463 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-02.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-02.log new file mode 100644 index 0000000000000000000000000000000000000000..dd72132f2f8dc5116eca96af4ffc14b2d92e5043 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-02.log @@ -0,0 +1,12 @@ +# trial 2 of exp-gamma + +RESULT: -0.756 +RESULT: 0.232 +RESULT: 0.486 +RESULT: -0.792 +RESULT: -0.511 +RESULT: -0.52 +RESULT: -0.424 +RESULT: -0.319 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-03.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-03.log new file mode 100644 index 0000000000000000000000000000000000000000..ccf13d90c1ad73ea91a877dcefbc4175c32138cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-03.log @@ -0,0 +1,13 @@ +# trial 3 of exp-gamma + +RESULT: -0.327 +RESULT: -0.51 +RESULT: -0.418 +RESULT: -0.336 +RESULT: 0.269 +RESULT: -0.268 +RESULT: -0.31 +RESULT: -0.249 +RESULT: -0.502 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-04.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3a557bd969dbfe7f411e76b4b4c81cd4ae2bb90e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-04.log @@ -0,0 +1,12 @@ +# trial 4 of exp-gamma + +RESULT: 0.129 +RESULT: 0.43 +RESULT: -1.025 +RESULT: 0.208 +RESULT: -0.274 +RESULT: -0.371 +RESULT: -0.234 +RESULT: -0.242 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-05.log b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-05.log new file mode 100644 index 0000000000000000000000000000000000000000..b13c94704e16444cfe1d9bf822b615a2adb68e00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/scientific/experiments/exp-gamma/trial-05.log @@ -0,0 +1,14 @@ +# trial 5 of exp-gamma + +RESULT: -0.52 +RESULT: -0.399 +RESULT: -0.462 +RESULT: -0.686 +RESULT: -1.04 +RESULT: -0.418 +RESULT: -0.177 +RESULT: 0.008 +RESULT: -0.541 +RESULT: -0.202 + +END diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_3fd447a7fd/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/cart-api.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..d6c2b5be1952eab0035ba4ab9543132cb1aa8ea6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/cart-api.properties @@ -0,0 +1,5 @@ +service=cart-api +environment=canary +api_token=redacted +db_password=cdc6172815549f01 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/catalog-api.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..37b7177fa8b5573b1d0588b132edef597cd96ce9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/catalog-api.properties @@ -0,0 +1,5 @@ +service=catalog-api +environment=canary +api_token=redacted +db_password=7b09b6254a6f8454 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/ledger-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/ledger-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..2f0cd87278da211062459ea47d3b1b39c50f3762 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/ledger-svc.properties @@ -0,0 +1,5 @@ +service=ledger-svc +environment=canary +api_token=redacted +db_password=bea847142d6c13ed +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/shipping-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/shipping-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..a97f135cd16bb548aa415b73b53f9e4a49c44895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/canary/shipping-svc.properties @@ -0,0 +1,5 @@ +service=shipping-svc +environment=canary +api_token=redacted +db_password=8adb6454b31d5636 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/cart-api.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..0523cfa6671365bc1761ea561dd55602e71e26bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/cart-api.properties @@ -0,0 +1,5 @@ +service=cart-api +environment=dev +api_token=redacted +db_password=89099e04385ee465 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/catalog-api.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..e670322f624f30e882ef8df107220daf17d0859e --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/catalog-api.properties @@ -0,0 +1,5 @@ +service=catalog-api +environment=dev +api_token=redacted +db_password=4235967db3264fa8 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/checkout-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/checkout-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..770bfcf3a49213a87c2d54d62f802f173845c3f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/checkout-svc.properties @@ -0,0 +1,5 @@ +service=checkout-svc +environment=dev +api_token=redacted +db_password=8e09206d12dbb90c +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/media-encoder.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..3bd66b8928dd05470d5b7f8f5d90629b3383f4e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/dev/media-encoder.properties @@ -0,0 +1,5 @@ +service=media-encoder +environment=dev +api_token=redacted +db_password=38ceda31877050ba +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/billing-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/billing-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..81a11c050e1c885df986c1ec4c640848007f2d7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/billing-svc.properties @@ -0,0 +1,5 @@ +service=billing-svc +environment=prod +api_token=redacted +db_password=95ab507ef5d9c93a +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/inventory-api.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/inventory-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..38357352045847269e2ec5af8a2e4293409b2c3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/inventory-api.properties @@ -0,0 +1,5 @@ +service=inventory-api +environment=prod +api_token=redacted +db_password=28940c5fcd9b7cc8 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/payment-gateway.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/payment-gateway.properties new file mode 100644 index 0000000000000000000000000000000000000000..f1a3e8daaba0bac5f5aab6e7ddde12e1649c4d41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/payment-gateway.properties @@ -0,0 +1,5 @@ +service=payment-gateway +environment=prod +api_token=redacted +db_password=60cf1df445dee03f +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/webhook-dispatcher.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/webhook-dispatcher.properties new file mode 100644 index 0000000000000000000000000000000000000000..19b9516eb7210f6c0601b4e08b813c15cfd93232 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/prod/webhook-dispatcher.properties @@ -0,0 +1,5 @@ +service=webhook-dispatcher +environment=prod +api_token=redacted +db_password=0cf69dacefc1e142 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/billing-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/billing-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..47503d7ba43eee21f39159a4755533d4c557314f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/billing-svc.properties @@ -0,0 +1,5 @@ +service=billing-svc +environment=staging +api_token=redacted +db_password=5c6cdcc77d29cd90 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/email-worker.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/email-worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..9843785273322c8bd7b4aadf63092f05d5b92182 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/email-worker.properties @@ -0,0 +1,5 @@ +service=email-worker +environment=staging +api_token=redacted +db_password=17f6da7aca7664f6 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/media-encoder.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..f207e7bfa1fa68db80743d9d6742635ef74fd67b --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/media-encoder.properties @@ -0,0 +1,5 @@ +service=media-encoder +environment=staging +api_token=redacted +db_password=bdb2ac3161266f61 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/shipping-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/shipping-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..efca2404776e5836b1eb2e09ac865297719d3a06 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/vault/secrets/staging/shipping-svc.properties @@ -0,0 +1,5 @@ +service=shipping-svc +environment=staging +api_token=redacted +db_password=da973a430f61fd7a +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/cart-api.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..97e8b1b352494b53f4b302e3d93f7041e510939a --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/cart-api.properties @@ -0,0 +1,5 @@ +service=cart-api +environment=canary +api_token=5992a841d22137e4a90526f67c93e7e6 +db_password=cdc6172815549f01 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/catalog-api.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..87675b26c4694795fb422a3b5395b44c9408224e --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/catalog-api.properties @@ -0,0 +1,5 @@ +service=catalog-api +environment=canary +api_token=cf5956504a71d71bf2d7af6ea888097c +db_password=7b09b6254a6f8454 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/ledger-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/ledger-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..08b21ba272f3f7497a972badd2201f1335cb848b --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/ledger-svc.properties @@ -0,0 +1,5 @@ +service=ledger-svc +environment=canary +api_token=b016a67ff59d83f93d38c0c0df99c0f6 +db_password=bea847142d6c13ed +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/shipping-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/shipping-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..25c153936ec8bbddb228ba941bacd40282756256 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/canary/shipping-svc.properties @@ -0,0 +1,5 @@ +service=shipping-svc +environment=canary +api_token=ce21e5efd05291aa17e4955ffbd76791 +db_password=8adb6454b31d5636 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/cart-api.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/cart-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..0e8b073ba8ba4b2775914f66f33dd30bf0f0d135 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/cart-api.properties @@ -0,0 +1,5 @@ +service=cart-api +environment=dev +api_token=2c632dec3f6d36b170032d8a540d6805 +db_password=89099e04385ee465 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/catalog-api.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/catalog-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..b3df9271d106bb17947c7bdd1a419dfc00cd0731 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/catalog-api.properties @@ -0,0 +1,5 @@ +service=catalog-api +environment=dev +api_token=83a960016449dffcd1d835a747499062 +db_password=4235967db3264fa8 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/checkout-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/checkout-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..1dcaf69862c4d65ab45527e367f39da41aeb64e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/checkout-svc.properties @@ -0,0 +1,5 @@ +service=checkout-svc +environment=dev +api_token=d2b9e61de2d775200f387e5b8fd3be65 +db_password=8e09206d12dbb90c +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/media-encoder.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..7d7d5b36225987f2d1085279c683802c4436d0ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/dev/media-encoder.properties @@ -0,0 +1,5 @@ +service=media-encoder +environment=dev +api_token=6614256ca1ab95fa0c934e2610b0cbe9 +db_password=38ceda31877050ba +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/billing-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/billing-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..cb11c586baa5d8585a11b4991f8a03be574e3213 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/billing-svc.properties @@ -0,0 +1,5 @@ +service=billing-svc +environment=prod +api_token=b22a0a2acfae6ef278c83588adb884c3 +db_password=95ab507ef5d9c93a +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/inventory-api.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/inventory-api.properties new file mode 100644 index 0000000000000000000000000000000000000000..de61db64c6e5cd6071aa7db2ba5a62850e2a409a --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/inventory-api.properties @@ -0,0 +1,5 @@ +service=inventory-api +environment=prod +api_token=d7f21f34806d0e06c7b3f02a2ab55259 +db_password=28940c5fcd9b7cc8 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/payment-gateway.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/payment-gateway.properties new file mode 100644 index 0000000000000000000000000000000000000000..9345ab8e252f6ff4325b13ea93daddcef63a0e62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/payment-gateway.properties @@ -0,0 +1,5 @@ +service=payment-gateway +environment=prod +api_token=8403730bdf9c3c8c68c976c1e8560b43 +db_password=60cf1df445dee03f +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/webhook-dispatcher.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/webhook-dispatcher.properties new file mode 100644 index 0000000000000000000000000000000000000000..0aa0052fb8b39b6fe1ea14c491b8978d385bdcce --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/prod/webhook-dispatcher.properties @@ -0,0 +1,5 @@ +service=webhook-dispatcher +environment=prod +api_token=0f777247b1fd7e4c0ac1b2e355449874 +db_password=0cf69dacefc1e142 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/billing-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/billing-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..136119627dbe793a3488cad4d655b57adc4cb062 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/billing-svc.properties @@ -0,0 +1,5 @@ +service=billing-svc +environment=staging +api_token=bfa5f7c33df3f752fdd1e44f1cf5753c +db_password=5c6cdcc77d29cd90 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/email-worker.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/email-worker.properties new file mode 100644 index 0000000000000000000000000000000000000000..4a742afd38840ef91a85766cfcc8ddb9310fabd5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/email-worker.properties @@ -0,0 +1,5 @@ +service=email-worker +environment=staging +api_token=5e6895f591b9cc581c262d9ff96a4f1f +db_password=17f6da7aca7664f6 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/media-encoder.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/media-encoder.properties new file mode 100644 index 0000000000000000000000000000000000000000..ddb4cf544b74e26055074489a00d2467a38d5fab --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/media-encoder.properties @@ -0,0 +1,5 @@ +service=media-encoder +environment=staging +api_token=a17e57bb7f1ea28ecbbd0a12624a9416 +db_password=bdb2ac3161266f61 +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/shipping-svc.properties b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/shipping-svc.properties new file mode 100644 index 0000000000000000000000000000000000000000..effcaf047d5fdd53b1c78d538e5287a13305b98d --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/vault/secrets/staging/shipping-svc.properties @@ -0,0 +1,5 @@ +service=shipping-svc +environment=staging +api_token=9ae47a2491d60a8d985d532cc39255d5 +db_password=da973a430f61fd7a +rotation_days=90 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_40828623e2/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/reports/queue.txt b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/reports/queue.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddc2139341276f9429b65f3b960e9cde009ce310 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/reports/queue.txt @@ -0,0 +1,45 @@ +32772 +42768 +74184 +82618 +7208 +22845 +34406 +46572 +54726 +65726 +4859 +56288 +19418 +32703 +35100 +52317 +73006 +89884 +23087 +52573 +62085 +69008 +80148 +1990 +11464 +51713 +44995 +59869 +22401 +39664 +48982 +57139 +66647 +73637 +96978 +99945 +15422 +24561 +56452 +70581 +82129 +11398 +51348 +61365 +87103 diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-12EAC4.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-12EAC4.json new file mode 100644 index 0000000000000000000000000000000000000000..fffad637ee9627ea5518ad3a8c8ca8037d4c7f50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-12EAC4.json @@ -0,0 +1,6 @@ +{ + "id": 82618, + "priority": 10, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-31834B.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-31834B.json new file mode 100644 index 0000000000000000000000000000000000000000..14b43f58040f9f5b35a6fc20f0f00788c05026c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-31834B.json @@ -0,0 +1,6 @@ +{ + "id": 74184, + "priority": 10, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-589F76.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-589F76.json new file mode 100644 index 0000000000000000000000000000000000000000..f94cb3d176afd616d2898447b677629bef250cb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-589F76.json @@ -0,0 +1,6 @@ +{ + "id": 7208, + "priority": 9, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-5D977A.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-5D977A.json new file mode 100644 index 0000000000000000000000000000000000000000..9e788d72eef299842048e84fc7676813a62dc738 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-5D977A.json @@ -0,0 +1,6 @@ +{ + "id": 42768, + "priority": 10, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-64466B.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-64466B.json new file mode 100644 index 0000000000000000000000000000000000000000..6dace3336c0c8d22aafa7aa48086db5f3a4ff934 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-64466B.json @@ -0,0 +1,6 @@ +{ + "id": 54726, + "priority": 9, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-7AA685.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-7AA685.json new file mode 100644 index 0000000000000000000000000000000000000000..79bd5264208b1e822111b8c7d07fcad25e5c7ff6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-7AA685.json @@ -0,0 +1,6 @@ +{ + "id": 4859, + "priority": 8, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exe" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-7D8BFB.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-7D8BFB.json new file mode 100644 index 0000000000000000000000000000000000000000..12207f0b85f41324330c5b24a55f0a7ef3fd79a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-7D8BFB.json @@ -0,0 +1,6 @@ +{ + "id": 32772, + "priority": 10, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-8E5687.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-8E5687.json new file mode 100644 index 0000000000000000000000000000000000000000..b48eb04240a4b3a04a1e04b66d86aefbd7a9993d --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-8E5687.json @@ -0,0 +1,6 @@ +{ + "id": 22845, + "priority": 9, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-A3E85C.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-A3E85C.json new file mode 100644 index 0000000000000000000000000000000000000000..015ac56a2caecd6ae6785bd234e3a0c3161c4f23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-A3E85C.json @@ -0,0 +1,6 @@ +{ + "id": 56288, + "priority": 8, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ull" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-BFE6EA.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-BFE6EA.json new file mode 100644 index 0000000000000000000000000000000000000000..6ddfc932488c923d0453a5fed62af8e817a76fc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-BFE6EA.json @@ -0,0 +1,6 @@ +{ + "id": 34406, + "priority": 9, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco la" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-CAC997.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-CAC997.json new file mode 100644 index 0000000000000000000000000000000000000000..ba56bc26f15a2a9b4c66cfa79adab502b6ef77fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-CAC997.json @@ -0,0 +1,6 @@ +{ + "id": 65726, + "priority": 9, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-EF3217.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-EF3217.json new file mode 100644 index 0000000000000000000000000000000000000000..56bc575d11d02cb05cedefbd2c67f9eb77632b2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p0/TKT-EF3217.json @@ -0,0 +1,6 @@ +{ + "id": 46572, + "priority": 9, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-1C1010.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-1C1010.json new file mode 100644 index 0000000000000000000000000000000000000000..300144a45b5c63acdea0efa18c0e5c50fadd37e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-1C1010.json @@ -0,0 +1,6 @@ +{ + "id": 52317, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-2DA224.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-2DA224.json new file mode 100644 index 0000000000000000000000000000000000000000..c1facd0d4d8466a8badd969d8281f406f44220bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-2DA224.json @@ -0,0 +1,6 @@ +{ + "id": 19418, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerc" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-57A6E8.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-57A6E8.json new file mode 100644 index 0000000000000000000000000000000000000000..8a7b26eab9e11adc08ba467ae978e9ef174e2cd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-57A6E8.json @@ -0,0 +1,6 @@ +{ + "id": 52573, + "priority": 6, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor i" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-628BE1.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-628BE1.json new file mode 100644 index 0000000000000000000000000000000000000000..d2c286a08614043aee94ca243c7db22e600d7ea1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-628BE1.json @@ -0,0 +1,6 @@ +{ + "id": 69008, + "priority": 6, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea co" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-683928.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-683928.json new file mode 100644 index 0000000000000000000000000000000000000000..7746ba18240590181754b63df84749de4c9cb72c --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-683928.json @@ -0,0 +1,6 @@ +{ + "id": 89884, + "priority": 7, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation u" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-785F30.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-785F30.json new file mode 100644 index 0000000000000000000000000000000000000000..5d6e4b2d10d23c16b1d58bc7dcfc27e66c69848e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-785F30.json @@ -0,0 +1,6 @@ +{ + "id": 35100, + "priority": 7, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-7DD99C.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-7DD99C.json new file mode 100644 index 0000000000000000000000000000000000000000..d08fa739ff9a69a75be8d3684b3168c9e4423c91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-7DD99C.json @@ -0,0 +1,6 @@ +{ + "id": 32703, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-839C36.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-839C36.json new file mode 100644 index 0000000000000000000000000000000000000000..ea22638db0248e793d81615d95a109603c860342 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-839C36.json @@ -0,0 +1,6 @@ +{ + "id": 51713, + "priority": 5, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut l" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-8D2D29.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-8D2D29.json new file mode 100644 index 0000000000000000000000000000000000000000..ca1ca26c06d9bb5adc38eee37daa23093dcfaad5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-8D2D29.json @@ -0,0 +1,6 @@ +{ + "id": 62085, + "priority": 6, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-C7B5A7.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-C7B5A7.json new file mode 100644 index 0000000000000000000000000000000000000000..c8a9bccce3a345e1e45450303e868fd4f31d6cbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-C7B5A7.json @@ -0,0 +1,6 @@ +{ + "id": 73006, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-CD7ADF.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-CD7ADF.json new file mode 100644 index 0000000000000000000000000000000000000000..186dc0ec6740b80066a23eded5675da67692f53a --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-CD7ADF.json @@ -0,0 +1,6 @@ +{ + "id": 23087, + "priority": 6, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliq" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-CDAA9B.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-CDAA9B.json new file mode 100644 index 0000000000000000000000000000000000000000..f62eb163e55bb913898b0b1aefce66da6a17eb04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-CDAA9B.json @@ -0,0 +1,6 @@ +{ + "id": 11464, + "priority": 5, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehend" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-DC513E.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-DC513E.json new file mode 100644 index 0000000000000000000000000000000000000000..bd87d31b7f90a8fe25b9e69cb7114bc2dbd464ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-DC513E.json @@ -0,0 +1,6 @@ +{ + "id": 1990, + "priority": 5, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-E15C3C.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-E15C3C.json new file mode 100644 index 0000000000000000000000000000000000000000..76dcd514719af0bf80c04d0cfe9e0b4de4b8132d --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p1/TKT-E15C3C.json @@ -0,0 +1,6 @@ +{ + "id": 80148, + "priority": 6, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-0E2A88.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-0E2A88.json new file mode 100644 index 0000000000000000000000000000000000000000..1c14f8d8009c809f4ec920f5a6e0543b78ce678b --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-0E2A88.json @@ -0,0 +1,6 @@ +{ + "id": 96978, + "priority": 3, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-0EB71D.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-0EB71D.json new file mode 100644 index 0000000000000000000000000000000000000000..24e1a1305240a83625425ea2ef5c768413eecd04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-0EB71D.json @@ -0,0 +1,6 @@ +{ + "id": 59869, + "priority": 4, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-564124.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-564124.json new file mode 100644 index 0000000000000000000000000000000000000000..46b345dc4eb45e8f7056b02a6a1f04d4001073fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-564124.json @@ -0,0 +1,6 @@ +{ + "id": 39664, + "priority": 3, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qu" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-62A995.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-62A995.json new file mode 100644 index 0000000000000000000000000000000000000000..c8eb65c37efa6d0551e5f2a0970c869791d81217 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-62A995.json @@ -0,0 +1,6 @@ +{ + "id": 70581, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore m" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-6B249C.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-6B249C.json new file mode 100644 index 0000000000000000000000000000000000000000..f55bce297d9ef9590d985e077119958a12d1958f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-6B249C.json @@ -0,0 +1,6 @@ +{ + "id": 66647, + "priority": 3, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-76F376.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-76F376.json new file mode 100644 index 0000000000000000000000000000000000000000..f43442be6c981bd1758ea447d655099617a62d4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-76F376.json @@ -0,0 +1,6 @@ +{ + "id": 15422, + "priority": 2, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo co" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-7E28AF.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-7E28AF.json new file mode 100644 index 0000000000000000000000000000000000000000..f2b42b7269a238b41ae6a6263d8162fc529e59a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-7E28AF.json @@ -0,0 +1,6 @@ +{ + "id": 56452, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-945FA4.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-945FA4.json new file mode 100644 index 0000000000000000000000000000000000000000..dfdbb51bf0f394701994162e8a3974e60486aaa8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-945FA4.json @@ -0,0 +1,6 @@ +{ + "id": 57139, + "priority": 3, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip e" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BC89FA.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BC89FA.json new file mode 100644 index 0000000000000000000000000000000000000000..f37aba57b2a048d641b1e6ec772646d23924a577 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BC89FA.json @@ -0,0 +1,6 @@ +{ + "id": 73637, + "priority": 3, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitatio" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BDB880.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BDB880.json new file mode 100644 index 0000000000000000000000000000000000000000..be38a6936aae318486096c512c3994a6df4f26ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BDB880.json @@ -0,0 +1,6 @@ +{ + "id": 99945, + "priority": 3, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BEF333.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BEF333.json new file mode 100644 index 0000000000000000000000000000000000000000..0f126db9acae401366e73ce82c479b47f08f6e0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-BEF333.json @@ -0,0 +1,6 @@ +{ + "id": 44995, + "priority": 4, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitatio" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-CAE120.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-CAE120.json new file mode 100644 index 0000000000000000000000000000000000000000..6c7babdc3e9a553e8aefb659a10ec2a268ac769d --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-CAE120.json @@ -0,0 +1,6 @@ +{ + "id": 24561, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-D9290C.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-D9290C.json new file mode 100644 index 0000000000000000000000000000000000000000..da41c033e1c4a17fcb0cce5d378d0d3f5075b146 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-D9290C.json @@ -0,0 +1,6 @@ +{ + "id": 22401, + "priority": 3, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-E5A481.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-E5A481.json new file mode 100644 index 0000000000000000000000000000000000000000..d6389888e7e1bf225b216037a124e70dc74d9c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-E5A481.json @@ -0,0 +1,6 @@ +{ + "id": 82129, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris ni" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-FEABA3.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-FEABA3.json new file mode 100644 index 0000000000000000000000000000000000000000..1b20d1c3f9f33cd406a307ee821b17bb1cac6ab9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p2/TKT-FEABA3.json @@ -0,0 +1,6 @@ +{ + "id": 48982, + "priority": 3, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-004CBC.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-004CBC.json new file mode 100644 index 0000000000000000000000000000000000000000..afbafeb58b7748a17ea8c7b120c1c1a89f2d17ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-004CBC.json @@ -0,0 +1,6 @@ +{ + "id": 61365, + "priority": 1, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-4E1164.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-4E1164.json new file mode 100644 index 0000000000000000000000000000000000000000..351921e1f679179b150f89a959d8a219c16fdbe7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-4E1164.json @@ -0,0 +1,6 @@ +{ + "id": 11398, + "priority": 1, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-E798F4.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-E798F4.json new file mode 100644 index 0000000000000000000000000000000000000000..432882f0f0e6ab0d2c3fd227c12bf88867ee66e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-E798F4.json @@ -0,0 +1,6 @@ +{ + "id": 51348, + "priority": 1, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-FF0E52.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-FF0E52.json new file mode 100644 index 0000000000000000000000000000000000000000..514efb8d8cc275588c35f597a2a0a21962e7eb13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/support/requests/p3/TKT-FF0E52.json @@ -0,0 +1,6 @@ +{ + "id": 87103, + "priority": 1, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-12EAC4.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-12EAC4.json new file mode 100644 index 0000000000000000000000000000000000000000..fffad637ee9627ea5518ad3a8c8ca8037d4c7f50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-12EAC4.json @@ -0,0 +1,6 @@ +{ + "id": 82618, + "priority": 10, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-31834B.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-31834B.json new file mode 100644 index 0000000000000000000000000000000000000000..14b43f58040f9f5b35a6fc20f0f00788c05026c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-31834B.json @@ -0,0 +1,6 @@ +{ + "id": 74184, + "priority": 10, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-589F76.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-589F76.json new file mode 100644 index 0000000000000000000000000000000000000000..f94cb3d176afd616d2898447b677629bef250cb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-589F76.json @@ -0,0 +1,6 @@ +{ + "id": 7208, + "priority": 9, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-5D977A.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-5D977A.json new file mode 100644 index 0000000000000000000000000000000000000000..9e788d72eef299842048e84fc7676813a62dc738 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-5D977A.json @@ -0,0 +1,6 @@ +{ + "id": 42768, + "priority": 10, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-64466B.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-64466B.json new file mode 100644 index 0000000000000000000000000000000000000000..6dace3336c0c8d22aafa7aa48086db5f3a4ff934 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-64466B.json @@ -0,0 +1,6 @@ +{ + "id": 54726, + "priority": 9, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-7AA685.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-7AA685.json new file mode 100644 index 0000000000000000000000000000000000000000..79bd5264208b1e822111b8c7d07fcad25e5c7ff6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-7AA685.json @@ -0,0 +1,6 @@ +{ + "id": 4859, + "priority": 8, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exe" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-7D8BFB.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-7D8BFB.json new file mode 100644 index 0000000000000000000000000000000000000000..12207f0b85f41324330c5b24a55f0a7ef3fd79a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-7D8BFB.json @@ -0,0 +1,6 @@ +{ + "id": 32772, + "priority": 10, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-8E5687.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-8E5687.json new file mode 100644 index 0000000000000000000000000000000000000000..b48eb04240a4b3a04a1e04b66d86aefbd7a9993d --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-8E5687.json @@ -0,0 +1,6 @@ +{ + "id": 22845, + "priority": 9, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-A3E85C.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-A3E85C.json new file mode 100644 index 0000000000000000000000000000000000000000..015ac56a2caecd6ae6785bd234e3a0c3161c4f23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-A3E85C.json @@ -0,0 +1,6 @@ +{ + "id": 56288, + "priority": 8, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ull" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-BFE6EA.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-BFE6EA.json new file mode 100644 index 0000000000000000000000000000000000000000..6ddfc932488c923d0453a5fed62af8e817a76fc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-BFE6EA.json @@ -0,0 +1,6 @@ +{ + "id": 34406, + "priority": 9, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco la" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-CAC997.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-CAC997.json new file mode 100644 index 0000000000000000000000000000000000000000..ba56bc26f15a2a9b4c66cfa79adab502b6ef77fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-CAC997.json @@ -0,0 +1,6 @@ +{ + "id": 65726, + "priority": 9, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-EF3217.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-EF3217.json new file mode 100644 index 0000000000000000000000000000000000000000..56bc575d11d02cb05cedefbd2c67f9eb77632b2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p0/TKT-EF3217.json @@ -0,0 +1,6 @@ +{ + "id": 46572, + "priority": 9, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-1C1010.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-1C1010.json new file mode 100644 index 0000000000000000000000000000000000000000..300144a45b5c63acdea0efa18c0e5c50fadd37e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-1C1010.json @@ -0,0 +1,6 @@ +{ + "id": 52317, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-2DA224.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-2DA224.json new file mode 100644 index 0000000000000000000000000000000000000000..c1facd0d4d8466a8badd969d8281f406f44220bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-2DA224.json @@ -0,0 +1,6 @@ +{ + "id": 19418, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerc" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-57A6E8.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-57A6E8.json new file mode 100644 index 0000000000000000000000000000000000000000..8a7b26eab9e11adc08ba467ae978e9ef174e2cd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-57A6E8.json @@ -0,0 +1,6 @@ +{ + "id": 52573, + "priority": 6, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor i" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-628BE1.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-628BE1.json new file mode 100644 index 0000000000000000000000000000000000000000..d2c286a08614043aee94ca243c7db22e600d7ea1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-628BE1.json @@ -0,0 +1,6 @@ +{ + "id": 69008, + "priority": 6, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea co" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-683928.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-683928.json new file mode 100644 index 0000000000000000000000000000000000000000..7746ba18240590181754b63df84749de4c9cb72c --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-683928.json @@ -0,0 +1,6 @@ +{ + "id": 89884, + "priority": 7, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation u" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-785F30.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-785F30.json new file mode 100644 index 0000000000000000000000000000000000000000..5d6e4b2d10d23c16b1d58bc7dcfc27e66c69848e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-785F30.json @@ -0,0 +1,6 @@ +{ + "id": 35100, + "priority": 7, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-7DD99C.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-7DD99C.json new file mode 100644 index 0000000000000000000000000000000000000000..d08fa739ff9a69a75be8d3684b3168c9e4423c91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-7DD99C.json @@ -0,0 +1,6 @@ +{ + "id": 32703, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-839C36.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-839C36.json new file mode 100644 index 0000000000000000000000000000000000000000..ea22638db0248e793d81615d95a109603c860342 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-839C36.json @@ -0,0 +1,6 @@ +{ + "id": 51713, + "priority": 5, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut l" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-8D2D29.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-8D2D29.json new file mode 100644 index 0000000000000000000000000000000000000000..ca1ca26c06d9bb5adc38eee37daa23093dcfaad5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-8D2D29.json @@ -0,0 +1,6 @@ +{ + "id": 62085, + "priority": 6, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-C7B5A7.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-C7B5A7.json new file mode 100644 index 0000000000000000000000000000000000000000..c8a9bccce3a345e1e45450303e868fd4f31d6cbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-C7B5A7.json @@ -0,0 +1,6 @@ +{ + "id": 73006, + "priority": 7, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-CD7ADF.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-CD7ADF.json new file mode 100644 index 0000000000000000000000000000000000000000..186dc0ec6740b80066a23eded5675da67692f53a --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-CD7ADF.json @@ -0,0 +1,6 @@ +{ + "id": 23087, + "priority": 6, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliq" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-CDAA9B.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-CDAA9B.json new file mode 100644 index 0000000000000000000000000000000000000000..f62eb163e55bb913898b0b1aefce66da6a17eb04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-CDAA9B.json @@ -0,0 +1,6 @@ +{ + "id": 11464, + "priority": 5, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehend" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-DC513E.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-DC513E.json new file mode 100644 index 0000000000000000000000000000000000000000..bd87d31b7f90a8fe25b9e69cb7114bc2dbd464ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-DC513E.json @@ -0,0 +1,6 @@ +{ + "id": 1990, + "priority": 5, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-E15C3C.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-E15C3C.json new file mode 100644 index 0000000000000000000000000000000000000000..76dcd514719af0bf80c04d0cfe9e0b4de4b8132d --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p1/TKT-E15C3C.json @@ -0,0 +1,6 @@ +{ + "id": 80148, + "priority": 6, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-0E2A88.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-0E2A88.json new file mode 100644 index 0000000000000000000000000000000000000000..1c14f8d8009c809f4ec920f5a6e0543b78ce678b --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-0E2A88.json @@ -0,0 +1,6 @@ +{ + "id": 96978, + "priority": 3, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-0EB71D.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-0EB71D.json new file mode 100644 index 0000000000000000000000000000000000000000..24e1a1305240a83625425ea2ef5c768413eecd04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-0EB71D.json @@ -0,0 +1,6 @@ +{ + "id": 59869, + "priority": 4, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-564124.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-564124.json new file mode 100644 index 0000000000000000000000000000000000000000..46b345dc4eb45e8f7056b02a6a1f04d4001073fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-564124.json @@ -0,0 +1,6 @@ +{ + "id": 39664, + "priority": 3, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qu" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-62A995.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-62A995.json new file mode 100644 index 0000000000000000000000000000000000000000..c8eb65c37efa6d0551e5f2a0970c869791d81217 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-62A995.json @@ -0,0 +1,6 @@ +{ + "id": 70581, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore m" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-6B249C.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-6B249C.json new file mode 100644 index 0000000000000000000000000000000000000000..f55bce297d9ef9590d985e077119958a12d1958f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-6B249C.json @@ -0,0 +1,6 @@ +{ + "id": 66647, + "priority": 3, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-76F376.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-76F376.json new file mode 100644 index 0000000000000000000000000000000000000000..f43442be6c981bd1758ea447d655099617a62d4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-76F376.json @@ -0,0 +1,6 @@ +{ + "id": 15422, + "priority": 2, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo co" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-7E28AF.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-7E28AF.json new file mode 100644 index 0000000000000000000000000000000000000000..f2b42b7269a238b41ae6a6263d8162fc529e59a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-7E28AF.json @@ -0,0 +1,6 @@ +{ + "id": 56452, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut " +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-945FA4.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-945FA4.json new file mode 100644 index 0000000000000000000000000000000000000000..dfdbb51bf0f394701994162e8a3974e60486aaa8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-945FA4.json @@ -0,0 +1,6 @@ +{ + "id": 57139, + "priority": 3, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip e" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BC89FA.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BC89FA.json new file mode 100644 index 0000000000000000000000000000000000000000..f37aba57b2a048d641b1e6ec772646d23924a577 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BC89FA.json @@ -0,0 +1,6 @@ +{ + "id": 73637, + "priority": 3, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitatio" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BDB880.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BDB880.json new file mode 100644 index 0000000000000000000000000000000000000000..be38a6936aae318486096c512c3994a6df4f26ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BDB880.json @@ -0,0 +1,6 @@ +{ + "id": 99945, + "priority": 3, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BEF333.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BEF333.json new file mode 100644 index 0000000000000000000000000000000000000000..0f126db9acae401366e73ce82c479b47f08f6e0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-BEF333.json @@ -0,0 +1,6 @@ +{ + "id": 44995, + "priority": 4, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitatio" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-CAE120.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-CAE120.json new file mode 100644 index 0000000000000000000000000000000000000000..6c7babdc3e9a553e8aefb659a10ec2a268ac769d --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-CAE120.json @@ -0,0 +1,6 @@ +{ + "id": 24561, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-D9290C.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-D9290C.json new file mode 100644 index 0000000000000000000000000000000000000000..da41c033e1c4a17fcb0cce5d378d0d3f5075b146 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-D9290C.json @@ -0,0 +1,6 @@ +{ + "id": 22401, + "priority": 3, + "kind": "ship", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-E5A481.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-E5A481.json new file mode 100644 index 0000000000000000000000000000000000000000..d6389888e7e1bf225b216037a124e70dc74d9c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-E5A481.json @@ -0,0 +1,6 @@ +{ + "id": 82129, + "priority": 2, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris ni" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-FEABA3.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-FEABA3.json new file mode 100644 index 0000000000000000000000000000000000000000..1b20d1c3f9f33cd406a307ee821b17bb1cac6ab9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p2/TKT-FEABA3.json @@ -0,0 +1,6 @@ +{ + "id": 48982, + "priority": 3, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-004CBC.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-004CBC.json new file mode 100644 index 0000000000000000000000000000000000000000..afbafeb58b7748a17ea8c7b120c1c1a89f2d17ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-004CBC.json @@ -0,0 +1,6 @@ +{ + "id": 61365, + "priority": 1, + "kind": "refund", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-4E1164.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-4E1164.json new file mode 100644 index 0000000000000000000000000000000000000000..351921e1f679179b150f89a959d8a219c16fdbe7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-4E1164.json @@ -0,0 +1,6 @@ +{ + "id": 11398, + "priority": 1, + "kind": "hold", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-E798F4.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-E798F4.json new file mode 100644 index 0000000000000000000000000000000000000000..432882f0f0e6ab0d2c3fd227c12bf88867ee66e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-E798F4.json @@ -0,0 +1,6 @@ +{ + "id": 51348, + "priority": 1, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolo" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-FF0E52.json b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-FF0E52.json new file mode 100644 index 0000000000000000000000000000000000000000..514efb8d8cc275588c35f597a2a0a21962e7eb13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/support/requests/p3/TKT-FF0E52.json @@ -0,0 +1,6 @@ +{ + "id": 87103, + "priority": 1, + "kind": "cancel", + "note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis" +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_45aada04d0/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/reports/failed_tests.txt b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/reports/failed_tests.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cb657ea22a25d0376ca878ccaa0d722cb9987da --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/reports/failed_tests.txt @@ -0,0 +1,180 @@ +tests.e2e.checkout.case_000 +tests.e2e.checkout.case_001 +tests.e2e.checkout.case_003 +tests.e2e.checkout.case_004 +tests.e2e.checkout.case_005 +tests.e2e.checkout.case_006 +tests.e2e.checkout.case_007 +tests.e2e.checkout.case_008 +tests.e2e.checkout.case_010 +tests.e2e.checkout.case_011 +tests.e2e.checkout.case_013 +tests.e2e.checkout.case_015 +tests.e2e.checkout.case_016 +tests.e2e.checkout.case_017 +tests.e2e.checkout.case_018 +tests.e2e.checkout.case_019 +tests.e2e.checkout.case_020 +tests.e2e.checkout.case_021 +tests.e2e.checkout.case_022 +tests.e2e.checkout.case_023 +tests.e2e.checkout.case_025 +tests.e2e.checkout.case_026 +tests.e2e.checkout.case_028 +tests.e2e.checkout.case_029 +tests.e2e.checkout.case_030 +tests.e2e.checkout.case_031 +tests.e2e.checkout.case_032 +tests.e2e.checkout.case_034 +tests.e2e.checkout.case_035 +tests.e2e.checkout.case_036 +tests.e2e.checkout.case_037 +tests.int.orders.case_000 +tests.int.orders.case_002 +tests.int.orders.case_003 +tests.int.orders.case_004 +tests.int.orders.case_006 +tests.int.orders.case_007 +tests.int.orders.case_008 +tests.int.orders.case_009 +tests.int.orders.case_010 +tests.int.orders.case_012 +tests.int.orders.case_013 +tests.int.orders.case_015 +tests.int.orders.case_016 +tests.int.orders.case_017 +tests.int.orders.case_018 +tests.int.orders.case_019 +tests.int.orders.case_021 +tests.int.orders.case_023 +tests.int.orders.case_026 +tests.int.orders.case_027 +tests.int.orders.case_028 +tests.int.orders.case_029 +tests.int.orders.case_030 +tests.int.orders.case_031 +tests.int.orders.case_033 +tests.int.orders.case_036 +tests.int.orders.case_037 +tests.int.orders.case_038 +tests.smoke.platform.case_000 +tests.smoke.platform.case_001 +tests.smoke.platform.case_002 +tests.smoke.platform.case_003 +tests.smoke.platform.case_004 +tests.smoke.platform.case_006 +tests.smoke.platform.case_007 +tests.smoke.platform.case_008 +tests.smoke.platform.case_009 +tests.smoke.platform.case_010 +tests.smoke.platform.case_011 +tests.smoke.platform.case_012 +tests.smoke.platform.case_013 +tests.smoke.platform.case_014 +tests.smoke.platform.case_015 +tests.smoke.platform.case_018 +tests.smoke.platform.case_019 +tests.smoke.platform.case_021 +tests.smoke.platform.case_023 +tests.smoke.platform.case_024 +tests.smoke.platform.case_025 +tests.smoke.platform.case_026 +tests.smoke.platform.case_027 +tests.smoke.platform.case_028 +tests.smoke.platform.case_029 +tests.smoke.platform.case_031 +tests.smoke.platform.case_032 +tests.smoke.platform.case_033 +tests.smoke.platform.case_034 +tests.smoke.platform.case_035 +tests.smoke.platform.case_037 +tests.smoke.platform.case_038 +tests.smoke.platform.case_041 +tests.unit.auth.case_000 +tests.unit.auth.case_001 +tests.unit.auth.case_002 +tests.unit.auth.case_003 +tests.unit.auth.case_005 +tests.unit.auth.case_006 +tests.unit.auth.case_008 +tests.unit.auth.case_010 +tests.unit.auth.case_011 +tests.unit.auth.case_012 +tests.unit.auth.case_013 +tests.unit.auth.case_014 +tests.unit.auth.case_015 +tests.unit.auth.case_016 +tests.unit.auth.case_017 +tests.unit.auth.case_018 +tests.unit.auth.case_019 +tests.unit.auth.case_020 +tests.unit.auth.case_023 +tests.unit.auth.case_024 +tests.unit.auth.case_025 +tests.unit.auth.case_026 +tests.unit.auth.case_027 +tests.unit.auth.case_028 +tests.unit.auth.case_029 +tests.unit.auth.case_030 +tests.unit.auth.case_031 +tests.unit.auth.case_035 +tests.unit.auth.case_036 +tests.unit.auth.case_042 +tests.unit.billing.case_000 +tests.unit.billing.case_001 +tests.unit.billing.case_002 +tests.unit.billing.case_003 +tests.unit.billing.case_004 +tests.unit.billing.case_005 +tests.unit.billing.case_007 +tests.unit.billing.case_008 +tests.unit.billing.case_009 +tests.unit.billing.case_010 +tests.unit.billing.case_012 +tests.unit.billing.case_013 +tests.unit.billing.case_015 +tests.unit.billing.case_018 +tests.unit.billing.case_019 +tests.unit.billing.case_020 +tests.unit.billing.case_021 +tests.unit.billing.case_022 +tests.unit.billing.case_024 +tests.unit.billing.case_025 +tests.unit.billing.case_026 +tests.unit.billing.case_027 +tests.unit.billing.case_030 +tests.unit.billing.case_031 +tests.unit.billing.case_032 +tests.unit.billing.case_033 +tests.unit.billing.case_035 +tests.unit.billing.case_037 +tests.unit.billing.case_039 +tests.unit.search.case_000 +tests.unit.search.case_002 +tests.unit.search.case_004 +tests.unit.search.case_007 +tests.unit.search.case_008 +tests.unit.search.case_012 +tests.unit.search.case_013 +tests.unit.search.case_014 +tests.unit.search.case_015 +tests.unit.search.case_016 +tests.unit.search.case_017 +tests.unit.search.case_019 +tests.unit.search.case_020 +tests.unit.search.case_021 +tests.unit.search.case_022 +tests.unit.search.case_023 +tests.unit.search.case_024 +tests.unit.search.case_025 +tests.unit.search.case_026 +tests.unit.search.case_027 +tests.unit.search.case_028 +tests.unit.search.case_029 +tests.unit.search.case_030 +tests.unit.search.case_031 +tests.unit.search.case_032 +tests.unit.search.case_034 +tests.unit.search.case_035 +tests.unit.search.case_038 +tests.unit.search.case_039 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..c7c2183a63a6dec91478f9319d373be38c86d85c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/lint.log @@ -0,0 +1,37 @@ +2024-04-01 10:12:00 INFO running tests.unit.search.case_000 +2024-04-01 10:12:01 FAIL::tests.unit.billing.case_001 - assertion mismatch +2024-04-01 10:12:02 PASS::tests.unit.billing.case_002 +2024-04-01 10:12:03 FAIL::tests.e2e.checkout.case_003 - assertion mismatch +2024-04-01 10:12:04 INFO running tests.smoke.platform.case_004 +2024-04-01 10:12:05 INFO running tests.int.orders.case_005 +2024-04-01 10:12:06 FAIL::tests.smoke.platform.case_006 - assertion mismatch +2024-04-01 10:12:07 INFO running tests.unit.billing.case_007 +2024-04-01 10:12:08 FAIL::tests.unit.search.case_008 - assertion mismatch +2024-04-01 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-01 10:12:10 FAIL::tests.smoke.platform.case_010 - assertion mismatch +2024-04-01 10:12:11 INFO running tests.unit.auth.case_011 +2024-04-01 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-01 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-01 10:12:14 INFO running tests.int.orders.case_014 +2024-04-01 10:12:15 FAIL::tests.int.orders.case_015 - assertion mismatch +2024-04-01 10:12:16 FAIL::tests.unit.search.case_016 - assertion mismatch +2024-04-01 10:12:17 PASS::tests.unit.auth.case_017 +2024-04-01 10:12:18 INFO running tests.unit.search.case_018 +2024-04-01 10:12:19 PASS::tests.unit.auth.case_019 +2024-04-01 10:12:20 PASS::tests.e2e.checkout.case_020 +2024-04-01 10:12:21 FAIL::tests.e2e.checkout.case_021 - assertion mismatch +2024-04-01 10:12:22 INFO running tests.e2e.checkout.case_022 +2024-04-01 10:12:23 INFO running tests.smoke.platform.case_023 +2024-04-01 10:12:24 FAIL::tests.smoke.platform.case_024 - assertion mismatch +2024-04-01 10:12:25 INFO running tests.int.orders.case_025 +2024-04-01 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-01 10:12:27 PASS::tests.unit.search.case_027 +2024-04-01 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-01 10:12:29 INFO running tests.int.orders.case_029 +2024-04-01 10:12:30 INFO running tests.unit.search.case_030 +2024-04-01 10:12:31 FAIL::tests.e2e.checkout.case_031 - assertion mismatch +2024-04-01 10:12:32 INFO running tests.e2e.checkout.case_032 +2024-04-01 10:12:33 INFO running tests.unit.auth.case_033 +2024-04-01 10:12:34 PASS::tests.unit.auth.case_034 +2024-04-01 10:12:35 FAIL::tests.smoke.platform.case_035 - assertion mismatch +2024-04-01 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..048e377c19d5bff5264447a07628dea0bdcd96ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/nightly-regression.log @@ -0,0 +1,39 @@ +2024-04-01 10:12:00 INFO running tests.smoke.platform.case_000 +2024-04-01 10:12:01 INFO running tests.int.orders.case_001 +2024-04-01 10:12:02 FAIL::tests.unit.search.case_002 - assertion mismatch +2024-04-01 10:12:03 PASS::tests.int.orders.case_003 +2024-04-01 10:12:04 PASS::tests.unit.billing.case_004 +2024-04-01 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-01 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-01 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-01 10:12:08 PASS::tests.smoke.platform.case_008 +2024-04-01 10:12:09 INFO running tests.unit.billing.case_009 +2024-04-01 10:12:10 PASS::tests.smoke.platform.case_010 +2024-04-01 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-01 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-01 10:12:13 FAIL::tests.unit.auth.case_013 - assertion mismatch +2024-04-01 10:12:14 PASS::tests.unit.search.case_014 +2024-04-01 10:12:15 INFO running tests.unit.search.case_015 +2024-04-01 10:12:16 FAIL::tests.e2e.checkout.case_016 - assertion mismatch +2024-04-01 10:12:17 PASS::tests.int.orders.case_017 +2024-04-01 10:12:18 PASS::tests.int.orders.case_018 +2024-04-01 10:12:19 PASS::tests.unit.billing.case_019 +2024-04-01 10:12:20 PASS::tests.int.orders.case_020 +2024-04-01 10:12:21 PASS::tests.e2e.checkout.case_021 +2024-04-01 10:12:22 INFO running tests.unit.auth.case_022 +2024-04-01 10:12:23 PASS::tests.e2e.checkout.case_023 +2024-04-01 10:12:24 FAIL::tests.unit.auth.case_024 - assertion mismatch +2024-04-01 10:12:25 PASS::tests.e2e.checkout.case_025 +2024-04-01 10:12:26 FAIL::tests.unit.auth.case_026 - assertion mismatch +2024-04-01 10:12:27 PASS::tests.unit.auth.case_027 +2024-04-01 10:12:28 INFO running tests.int.orders.case_028 +2024-04-01 10:12:29 FAIL::tests.e2e.checkout.case_029 - assertion mismatch +2024-04-01 10:12:30 INFO running tests.e2e.checkout.case_030 +2024-04-01 10:12:31 PASS::tests.unit.auth.case_031 +2024-04-01 10:12:32 PASS::tests.unit.billing.case_032 +2024-04-01 10:12:33 INFO running tests.smoke.platform.case_033 +2024-04-01 10:12:34 INFO running tests.int.orders.case_034 +2024-04-01 10:12:35 FAIL::tests.unit.search.case_035 - assertion mismatch +2024-04-01 10:12:36 FAIL::tests.unit.auth.case_036 - assertion mismatch +2024-04-01 10:12:37 INFO running tests.int.orders.case_037 +2024-04-01 10:12:38 FAIL::tests.int.orders.case_038 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..cda912ae38b06e3b6df43b2160c8e133d5a0a718 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/pytest-e2e.log @@ -0,0 +1,39 @@ +2024-04-01 10:12:00 INFO running tests.int.orders.case_000 +2024-04-01 10:12:01 INFO running tests.unit.search.case_001 +2024-04-01 10:12:02 INFO running tests.int.orders.case_002 +2024-04-01 10:12:03 INFO running tests.smoke.platform.case_003 +2024-04-01 10:12:04 FAIL::tests.int.orders.case_004 - assertion mismatch +2024-04-01 10:12:05 INFO running tests.int.orders.case_005 +2024-04-01 10:12:06 INFO running tests.unit.auth.case_006 +2024-04-01 10:12:07 PASS::tests.smoke.platform.case_007 +2024-04-01 10:12:08 INFO running tests.int.orders.case_008 +2024-04-01 10:12:09 INFO running tests.unit.billing.case_009 +2024-04-01 10:12:10 INFO running tests.e2e.checkout.case_010 +2024-04-01 10:12:11 FAIL::tests.unit.auth.case_011 - assertion mismatch +2024-04-01 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-01 10:12:13 INFO running tests.smoke.platform.case_013 +2024-04-01 10:12:14 PASS::tests.int.orders.case_014 +2024-04-01 10:12:15 PASS::tests.unit.billing.case_015 +2024-04-01 10:12:16 INFO running tests.smoke.platform.case_016 +2024-04-01 10:12:17 FAIL::tests.unit.search.case_017 - assertion mismatch +2024-04-01 10:12:18 INFO running tests.smoke.platform.case_018 +2024-04-01 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-01 10:12:20 PASS::tests.unit.billing.case_020 +2024-04-01 10:12:21 FAIL::tests.unit.search.case_021 - assertion mismatch +2024-04-01 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-01 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-01 10:12:24 INFO running tests.unit.search.case_024 +2024-04-01 10:12:25 INFO running tests.unit.search.case_025 +2024-04-01 10:12:26 FAIL::tests.unit.billing.case_026 - assertion mismatch +2024-04-01 10:12:27 PASS::tests.int.orders.case_027 +2024-04-01 10:12:28 PASS::tests.unit.search.case_028 +2024-04-01 10:12:29 FAIL::tests.int.orders.case_029 - assertion mismatch +2024-04-01 10:12:30 FAIL::tests.unit.auth.case_030 - assertion mismatch +2024-04-01 10:12:31 PASS::tests.unit.auth.case_031 +2024-04-01 10:12:32 INFO running tests.smoke.platform.case_032 +2024-04-01 10:12:33 INFO running tests.unit.billing.case_033 +2024-04-01 10:12:34 INFO running tests.smoke.platform.case_034 +2024-04-01 10:12:35 PASS::tests.int.orders.case_035 +2024-04-01 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch +2024-04-01 10:12:37 FAIL::tests.int.orders.case_037 - assertion mismatch +2024-04-01 10:12:38 PASS::tests.unit.auth.case_038 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..9506f0e19c4a5b145abe1cb4e1b62c87983f68d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-01/smoke-suite.log @@ -0,0 +1,37 @@ +2024-04-01 10:12:00 PASS::tests.smoke.platform.case_000 +2024-04-01 10:12:01 INFO running tests.unit.auth.case_001 +2024-04-01 10:12:02 INFO running tests.unit.billing.case_002 +2024-04-01 10:12:03 PASS::tests.e2e.checkout.case_003 +2024-04-01 10:12:04 FAIL::tests.e2e.checkout.case_004 - assertion mismatch +2024-04-01 10:12:05 INFO running tests.unit.billing.case_005 +2024-04-01 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-01 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-01 10:12:08 PASS::tests.int.orders.case_008 +2024-04-01 10:12:09 INFO running tests.unit.search.case_009 +2024-04-01 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-01 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-01 10:12:12 INFO running tests.int.orders.case_012 +2024-04-01 10:12:13 INFO running tests.unit.search.case_013 +2024-04-01 10:12:14 INFO running tests.unit.search.case_014 +2024-04-01 10:12:15 FAIL::tests.unit.auth.case_015 - assertion mismatch +2024-04-01 10:12:16 PASS::tests.unit.search.case_016 +2024-04-01 10:12:17 INFO running tests.unit.auth.case_017 +2024-04-01 10:12:18 PASS::tests.e2e.checkout.case_018 +2024-04-01 10:12:19 PASS::tests.int.orders.case_019 +2024-04-01 10:12:20 FAIL::tests.unit.auth.case_020 - assertion mismatch +2024-04-01 10:12:21 INFO running tests.unit.billing.case_021 +2024-04-01 10:12:22 INFO running tests.unit.billing.case_022 +2024-04-01 10:12:23 PASS::tests.int.orders.case_023 +2024-04-01 10:12:24 INFO running tests.int.orders.case_024 +2024-04-01 10:12:25 PASS::tests.unit.search.case_025 +2024-04-01 10:12:26 PASS::tests.unit.search.case_026 +2024-04-01 10:12:27 PASS::tests.unit.auth.case_027 +2024-04-01 10:12:28 INFO running tests.unit.auth.case_028 +2024-04-01 10:12:29 INFO running tests.unit.billing.case_029 +2024-04-01 10:12:30 PASS::tests.e2e.checkout.case_030 +2024-04-01 10:12:31 FAIL::tests.unit.billing.case_031 - assertion mismatch +2024-04-01 10:12:32 INFO running tests.int.orders.case_032 +2024-04-01 10:12:33 PASS::tests.unit.search.case_033 +2024-04-01 10:12:34 PASS::tests.unit.billing.case_034 +2024-04-01 10:12:35 FAIL::tests.e2e.checkout.case_035 - assertion mismatch +2024-04-01 10:12:36 PASS::tests.unit.billing.case_036 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..e24f4c7541bb3079b9f6356a7984bb46a62b1a80 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/lint.log @@ -0,0 +1,43 @@ +2024-04-02 10:12:00 FAIL::tests.smoke.platform.case_000 - assertion mismatch +2024-04-02 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-02 10:12:02 FAIL::tests.unit.billing.case_002 - assertion mismatch +2024-04-02 10:12:03 FAIL::tests.smoke.platform.case_003 - assertion mismatch +2024-04-02 10:12:04 INFO running tests.smoke.platform.case_004 +2024-04-02 10:12:05 INFO running tests.e2e.checkout.case_005 +2024-04-02 10:12:06 FAIL::tests.e2e.checkout.case_006 - assertion mismatch +2024-04-02 10:12:07 INFO running tests.unit.auth.case_007 +2024-04-02 10:12:08 FAIL::tests.unit.search.case_008 - assertion mismatch +2024-04-02 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-02 10:12:10 INFO running tests.smoke.platform.case_010 +2024-04-02 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-02 10:12:12 INFO running tests.unit.billing.case_012 +2024-04-02 10:12:13 FAIL::tests.smoke.platform.case_013 - assertion mismatch +2024-04-02 10:12:14 FAIL::tests.unit.auth.case_014 - assertion mismatch +2024-04-02 10:12:15 PASS::tests.int.orders.case_015 +2024-04-02 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-02 10:12:17 INFO running tests.unit.search.case_017 +2024-04-02 10:12:18 FAIL::tests.unit.auth.case_018 - assertion mismatch +2024-04-02 10:12:19 PASS::tests.int.orders.case_019 +2024-04-02 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-02 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-02 10:12:22 PASS::tests.unit.billing.case_022 +2024-04-02 10:12:23 INFO running tests.unit.search.case_023 +2024-04-02 10:12:24 FAIL::tests.unit.billing.case_024 - assertion mismatch +2024-04-02 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-02 10:12:26 FAIL::tests.unit.auth.case_026 - assertion mismatch +2024-04-02 10:12:27 FAIL::tests.unit.search.case_027 - assertion mismatch +2024-04-02 10:12:28 INFO running tests.smoke.platform.case_028 +2024-04-02 10:12:29 PASS::tests.unit.search.case_029 +2024-04-02 10:12:30 PASS::tests.unit.search.case_030 +2024-04-02 10:12:31 INFO running tests.e2e.checkout.case_031 +2024-04-02 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-02 10:12:33 INFO running tests.int.orders.case_033 +2024-04-02 10:12:34 PASS::tests.unit.auth.case_034 +2024-04-02 10:12:35 INFO running tests.e2e.checkout.case_035 +2024-04-02 10:12:36 INFO running tests.smoke.platform.case_036 +2024-04-02 10:12:37 PASS::tests.unit.auth.case_037 +2024-04-02 10:12:38 PASS::tests.unit.search.case_038 +2024-04-02 10:12:39 PASS::tests.unit.auth.case_039 +2024-04-02 10:12:40 PASS::tests.smoke.platform.case_040 +2024-04-02 10:12:41 INFO running tests.int.orders.case_041 +2024-04-02 10:12:42 INFO running tests.int.orders.case_042 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..937d2d098fe28f6c48505a017c4e8166ef24427d --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/nightly-regression.log @@ -0,0 +1,39 @@ +2024-04-02 10:12:00 FAIL::tests.int.orders.case_000 - assertion mismatch +2024-04-02 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-02 10:12:02 PASS::tests.int.orders.case_002 +2024-04-02 10:12:03 INFO running tests.unit.billing.case_003 +2024-04-02 10:12:04 INFO running tests.unit.search.case_004 +2024-04-02 10:12:05 PASS::tests.unit.search.case_005 +2024-04-02 10:12:06 INFO running tests.int.orders.case_006 +2024-04-02 10:12:07 FAIL::tests.e2e.checkout.case_007 - assertion mismatch +2024-04-02 10:12:08 FAIL::tests.e2e.checkout.case_008 - assertion mismatch +2024-04-02 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-02 10:12:10 PASS::tests.e2e.checkout.case_010 +2024-04-02 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-02 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-02 10:12:13 PASS::tests.smoke.platform.case_013 +2024-04-02 10:12:14 PASS::tests.int.orders.case_014 +2024-04-02 10:12:15 INFO running tests.unit.search.case_015 +2024-04-02 10:12:16 INFO running tests.int.orders.case_016 +2024-04-02 10:12:17 PASS::tests.unit.billing.case_017 +2024-04-02 10:12:18 INFO running tests.smoke.platform.case_018 +2024-04-02 10:12:19 INFO running tests.unit.search.case_019 +2024-04-02 10:12:20 PASS::tests.e2e.checkout.case_020 +2024-04-02 10:12:21 FAIL::tests.smoke.platform.case_021 - assertion mismatch +2024-04-02 10:12:22 PASS::tests.unit.search.case_022 +2024-04-02 10:12:23 FAIL::tests.smoke.platform.case_023 - assertion mismatch +2024-04-02 10:12:24 FAIL::tests.unit.auth.case_024 - assertion mismatch +2024-04-02 10:12:25 FAIL::tests.unit.search.case_025 - assertion mismatch +2024-04-02 10:12:26 FAIL::tests.unit.search.case_026 - assertion mismatch +2024-04-02 10:12:27 INFO running tests.int.orders.case_027 +2024-04-02 10:12:28 INFO running tests.unit.auth.case_028 +2024-04-02 10:12:29 INFO running tests.unit.billing.case_029 +2024-04-02 10:12:30 FAIL::tests.unit.auth.case_030 - assertion mismatch +2024-04-02 10:12:31 INFO running tests.unit.auth.case_031 +2024-04-02 10:12:32 INFO running tests.unit.search.case_032 +2024-04-02 10:12:33 PASS::tests.e2e.checkout.case_033 +2024-04-02 10:12:34 FAIL::tests.e2e.checkout.case_034 - assertion mismatch +2024-04-02 10:12:35 INFO running tests.unit.billing.case_035 +2024-04-02 10:12:36 INFO running tests.int.orders.case_036 +2024-04-02 10:12:37 INFO running tests.e2e.checkout.case_037 +2024-04-02 10:12:38 PASS::tests.unit.search.case_038 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/pytest-integration.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/pytest-integration.log new file mode 100644 index 0000000000000000000000000000000000000000..77fd93ca78fcbf67feb9542ada18e5cd265982c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/pytest-integration.log @@ -0,0 +1,30 @@ +2024-04-02 10:12:00 FAIL::tests.e2e.checkout.case_000 - assertion mismatch +2024-04-02 10:12:01 PASS::tests.smoke.platform.case_001 +2024-04-02 10:12:02 FAIL::tests.unit.billing.case_002 - assertion mismatch +2024-04-02 10:12:03 FAIL::tests.unit.billing.case_003 - assertion mismatch +2024-04-02 10:12:04 PASS::tests.smoke.platform.case_004 +2024-04-02 10:12:05 PASS::tests.e2e.checkout.case_005 +2024-04-02 10:12:06 FAIL::tests.e2e.checkout.case_006 - assertion mismatch +2024-04-02 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-02 10:12:08 INFO running tests.unit.billing.case_008 +2024-04-02 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-02 10:12:10 INFO running tests.int.orders.case_010 +2024-04-02 10:12:11 FAIL::tests.smoke.platform.case_011 - assertion mismatch +2024-04-02 10:12:12 INFO running tests.unit.search.case_012 +2024-04-02 10:12:13 FAIL::tests.unit.auth.case_013 - assertion mismatch +2024-04-02 10:12:14 INFO running tests.smoke.platform.case_014 +2024-04-02 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-02 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-02 10:12:17 INFO running tests.unit.search.case_017 +2024-04-02 10:12:18 FAIL::tests.int.orders.case_018 - assertion mismatch +2024-04-02 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-02 10:12:20 FAIL::tests.unit.search.case_020 - assertion mismatch +2024-04-02 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-02 10:12:22 FAIL::tests.unit.search.case_022 - assertion mismatch +2024-04-02 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-02 10:12:24 FAIL::tests.smoke.platform.case_024 - assertion mismatch +2024-04-02 10:12:25 PASS::tests.int.orders.case_025 +2024-04-02 10:12:26 INFO running tests.e2e.checkout.case_026 +2024-04-02 10:12:27 INFO running tests.smoke.platform.case_027 +2024-04-02 10:12:28 FAIL::tests.smoke.platform.case_028 - assertion mismatch +2024-04-02 10:12:29 FAIL::tests.unit.auth.case_029 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/pytest-unit.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/pytest-unit.log new file mode 100644 index 0000000000000000000000000000000000000000..695f5d69c71eae795a44a72384a19d7e766a4b27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-02/pytest-unit.log @@ -0,0 +1,32 @@ +2024-04-02 10:12:00 INFO running tests.smoke.platform.case_000 +2024-04-02 10:12:01 PASS::tests.smoke.platform.case_001 +2024-04-02 10:12:02 FAIL::tests.unit.auth.case_002 - assertion mismatch +2024-04-02 10:12:03 PASS::tests.e2e.checkout.case_003 +2024-04-02 10:12:04 INFO running tests.unit.billing.case_004 +2024-04-02 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-02 10:12:06 INFO running tests.smoke.platform.case_006 +2024-04-02 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-02 10:12:08 FAIL::tests.unit.auth.case_008 - assertion mismatch +2024-04-02 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-02 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-02 10:12:11 INFO running tests.unit.auth.case_011 +2024-04-02 10:12:12 INFO running tests.smoke.platform.case_012 +2024-04-02 10:12:13 FAIL::tests.e2e.checkout.case_013 - assertion mismatch +2024-04-02 10:12:14 FAIL::tests.unit.auth.case_014 - assertion mismatch +2024-04-02 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-02 10:12:16 INFO running tests.unit.search.case_016 +2024-04-02 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-02 10:12:18 FAIL::tests.smoke.platform.case_018 - assertion mismatch +2024-04-02 10:12:19 INFO running tests.int.orders.case_019 +2024-04-02 10:12:20 FAIL::tests.unit.billing.case_020 - assertion mismatch +2024-04-02 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-02 10:12:22 PASS::tests.int.orders.case_022 +2024-04-02 10:12:23 PASS::tests.unit.search.case_023 +2024-04-02 10:12:24 FAIL::tests.unit.search.case_024 - assertion mismatch +2024-04-02 10:12:25 INFO running tests.unit.billing.case_025 +2024-04-02 10:12:26 INFO running tests.unit.search.case_026 +2024-04-02 10:12:27 FAIL::tests.unit.auth.case_027 - assertion mismatch +2024-04-02 10:12:28 FAIL::tests.smoke.platform.case_028 - assertion mismatch +2024-04-02 10:12:29 INFO running tests.e2e.checkout.case_029 +2024-04-02 10:12:30 FAIL::tests.unit.search.case_030 - assertion mismatch +2024-04-02 10:12:31 INFO running tests.unit.auth.case_031 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..b2b84630479712245016eb1f516dead28339ea6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/lint.log @@ -0,0 +1,35 @@ +2024-04-03 10:12:00 PASS::tests.int.orders.case_000 +2024-04-03 10:12:01 FAIL::tests.unit.billing.case_001 - assertion mismatch +2024-04-03 10:12:02 INFO running tests.unit.auth.case_002 +2024-04-03 10:12:03 FAIL::tests.unit.billing.case_003 - assertion mismatch +2024-04-03 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-03 10:12:05 PASS::tests.unit.search.case_005 +2024-04-03 10:12:06 PASS::tests.smoke.platform.case_006 +2024-04-03 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-03 10:12:08 PASS::tests.unit.auth.case_008 +2024-04-03 10:12:09 FAIL::tests.smoke.platform.case_009 - assertion mismatch +2024-04-03 10:12:10 PASS::tests.unit.auth.case_010 +2024-04-03 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-03 10:12:12 FAIL::tests.unit.auth.case_012 - assertion mismatch +2024-04-03 10:12:13 INFO running tests.unit.search.case_013 +2024-04-03 10:12:14 FAIL::tests.unit.auth.case_014 - assertion mismatch +2024-04-03 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-03 10:12:16 FAIL::tests.int.orders.case_016 - assertion mismatch +2024-04-03 10:12:17 FAIL::tests.unit.auth.case_017 - assertion mismatch +2024-04-03 10:12:18 INFO running tests.int.orders.case_018 +2024-04-03 10:12:19 INFO running tests.unit.search.case_019 +2024-04-03 10:12:20 INFO running tests.unit.billing.case_020 +2024-04-03 10:12:21 FAIL::tests.unit.billing.case_021 - assertion mismatch +2024-04-03 10:12:22 PASS::tests.unit.auth.case_022 +2024-04-03 10:12:23 FAIL::tests.e2e.checkout.case_023 - assertion mismatch +2024-04-03 10:12:24 INFO running tests.smoke.platform.case_024 +2024-04-03 10:12:25 INFO running tests.e2e.checkout.case_025 +2024-04-03 10:12:26 PASS::tests.smoke.platform.case_026 +2024-04-03 10:12:27 INFO running tests.unit.auth.case_027 +2024-04-03 10:12:28 INFO running tests.unit.auth.case_028 +2024-04-03 10:12:29 FAIL::tests.smoke.platform.case_029 - assertion mismatch +2024-04-03 10:12:30 PASS::tests.int.orders.case_030 +2024-04-03 10:12:31 PASS::tests.unit.auth.case_031 +2024-04-03 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-03 10:12:33 INFO running tests.e2e.checkout.case_033 +2024-04-03 10:12:34 INFO running tests.unit.search.case_034 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..d89a2ada03c2869c8b8c6ca4abc9f1622880dafb --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/pytest-e2e.log @@ -0,0 +1,40 @@ +2024-04-03 10:12:00 INFO running tests.unit.search.case_000 +2024-04-03 10:12:01 PASS::tests.unit.auth.case_001 +2024-04-03 10:12:02 PASS::tests.e2e.checkout.case_002 +2024-04-03 10:12:03 PASS::tests.unit.auth.case_003 +2024-04-03 10:12:04 PASS::tests.unit.auth.case_004 +2024-04-03 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-03 10:12:06 FAIL::tests.int.orders.case_006 - assertion mismatch +2024-04-03 10:12:07 FAIL::tests.unit.search.case_007 - assertion mismatch +2024-04-03 10:12:08 PASS::tests.int.orders.case_008 +2024-04-03 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-03 10:12:10 FAIL::tests.unit.auth.case_010 - assertion mismatch +2024-04-03 10:12:11 FAIL::tests.smoke.platform.case_011 - assertion mismatch +2024-04-03 10:12:12 FAIL::tests.unit.search.case_012 - assertion mismatch +2024-04-03 10:12:13 INFO running tests.unit.search.case_013 +2024-04-03 10:12:14 PASS::tests.unit.auth.case_014 +2024-04-03 10:12:15 PASS::tests.unit.search.case_015 +2024-04-03 10:12:16 INFO running tests.unit.billing.case_016 +2024-04-03 10:12:17 INFO running tests.smoke.platform.case_017 +2024-04-03 10:12:18 FAIL::tests.unit.billing.case_018 - assertion mismatch +2024-04-03 10:12:19 INFO running tests.smoke.platform.case_019 +2024-04-03 10:12:20 FAIL::tests.unit.auth.case_020 - assertion mismatch +2024-04-03 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-03 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-03 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-03 10:12:24 INFO running tests.unit.search.case_024 +2024-04-03 10:12:25 FAIL::tests.unit.auth.case_025 - assertion mismatch +2024-04-03 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-03 10:12:27 FAIL::tests.int.orders.case_027 - assertion mismatch +2024-04-03 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-03 10:12:29 FAIL::tests.smoke.platform.case_029 - assertion mismatch +2024-04-03 10:12:30 INFO running tests.unit.auth.case_030 +2024-04-03 10:12:31 PASS::tests.unit.billing.case_031 +2024-04-03 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-03 10:12:33 FAIL::tests.unit.billing.case_033 - assertion mismatch +2024-04-03 10:12:34 FAIL::tests.smoke.platform.case_034 - assertion mismatch +2024-04-03 10:12:35 INFO running tests.unit.billing.case_035 +2024-04-03 10:12:36 PASS::tests.int.orders.case_036 +2024-04-03 10:12:37 PASS::tests.int.orders.case_037 +2024-04-03 10:12:38 INFO running tests.int.orders.case_038 +2024-04-03 10:12:39 INFO running tests.unit.search.case_039 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/pytest-unit.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/pytest-unit.log new file mode 100644 index 0000000000000000000000000000000000000000..eb1cff09748a0cc43b1a5acf5421a2b1c704c1c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/pytest-unit.log @@ -0,0 +1,45 @@ +2024-04-03 10:12:00 FAIL::tests.unit.billing.case_000 - assertion mismatch +2024-04-03 10:12:01 INFO running tests.smoke.platform.case_001 +2024-04-03 10:12:02 INFO running tests.e2e.checkout.case_002 +2024-04-03 10:12:03 PASS::tests.unit.billing.case_003 +2024-04-03 10:12:04 FAIL::tests.unit.billing.case_004 - assertion mismatch +2024-04-03 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-03 10:12:06 INFO running tests.unit.auth.case_006 +2024-04-03 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-03 10:12:08 FAIL::tests.int.orders.case_008 - assertion mismatch +2024-04-03 10:12:09 INFO running tests.int.orders.case_009 +2024-04-03 10:12:10 FAIL::tests.unit.billing.case_010 - assertion mismatch +2024-04-03 10:12:11 INFO running tests.unit.auth.case_011 +2024-04-03 10:12:12 PASS::tests.e2e.checkout.case_012 +2024-04-03 10:12:13 INFO running tests.e2e.checkout.case_013 +2024-04-03 10:12:14 FAIL::tests.unit.search.case_014 - assertion mismatch +2024-04-03 10:12:15 INFO running tests.smoke.platform.case_015 +2024-04-03 10:12:16 INFO running tests.unit.search.case_016 +2024-04-03 10:12:17 INFO running tests.smoke.platform.case_017 +2024-04-03 10:12:18 INFO running tests.unit.billing.case_018 +2024-04-03 10:12:19 INFO running tests.unit.search.case_019 +2024-04-03 10:12:20 FAIL::tests.e2e.checkout.case_020 - assertion mismatch +2024-04-03 10:12:21 PASS::tests.unit.auth.case_021 +2024-04-03 10:12:22 PASS::tests.unit.search.case_022 +2024-04-03 10:12:23 INFO running tests.unit.search.case_023 +2024-04-03 10:12:24 INFO running tests.unit.auth.case_024 +2024-04-03 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-03 10:12:26 PASS::tests.unit.auth.case_026 +2024-04-03 10:12:27 FAIL::tests.int.orders.case_027 - assertion mismatch +2024-04-03 10:12:28 INFO running tests.int.orders.case_028 +2024-04-03 10:12:29 INFO running tests.e2e.checkout.case_029 +2024-04-03 10:12:30 FAIL::tests.unit.search.case_030 - assertion mismatch +2024-04-03 10:12:31 FAIL::tests.unit.auth.case_031 - assertion mismatch +2024-04-03 10:12:32 INFO running tests.unit.auth.case_032 +2024-04-03 10:12:33 FAIL::tests.int.orders.case_033 - assertion mismatch +2024-04-03 10:12:34 FAIL::tests.e2e.checkout.case_034 - assertion mismatch +2024-04-03 10:12:35 FAIL::tests.unit.auth.case_035 - assertion mismatch +2024-04-03 10:12:36 FAIL::tests.unit.auth.case_036 - assertion mismatch +2024-04-03 10:12:37 FAIL::tests.smoke.platform.case_037 - assertion mismatch +2024-04-03 10:12:38 INFO running tests.e2e.checkout.case_038 +2024-04-03 10:12:39 FAIL::tests.unit.billing.case_039 - assertion mismatch +2024-04-03 10:12:40 PASS::tests.unit.search.case_040 +2024-04-03 10:12:41 PASS::tests.unit.search.case_041 +2024-04-03 10:12:42 FAIL::tests.unit.auth.case_042 - assertion mismatch +2024-04-03 10:12:43 INFO running tests.e2e.checkout.case_043 +2024-04-03 10:12:44 INFO running tests.int.orders.case_044 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..7e61a6208ab3d41d641c0044afa595c38218cb8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-03/smoke-suite.log @@ -0,0 +1,37 @@ +2024-04-03 10:12:00 INFO running tests.unit.auth.case_000 +2024-04-03 10:12:01 INFO running tests.smoke.platform.case_001 +2024-04-03 10:12:02 INFO running tests.int.orders.case_002 +2024-04-03 10:12:03 INFO running tests.unit.billing.case_003 +2024-04-03 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-03 10:12:05 INFO running tests.unit.search.case_005 +2024-04-03 10:12:06 FAIL::tests.e2e.checkout.case_006 - assertion mismatch +2024-04-03 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-03 10:12:08 PASS::tests.unit.billing.case_008 +2024-04-03 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-03 10:12:10 PASS::tests.unit.billing.case_010 +2024-04-03 10:12:11 PASS::tests.int.orders.case_011 +2024-04-03 10:12:12 FAIL::tests.int.orders.case_012 - assertion mismatch +2024-04-03 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-03 10:12:14 PASS::tests.unit.search.case_014 +2024-04-03 10:12:15 FAIL::tests.unit.search.case_015 - assertion mismatch +2024-04-03 10:12:16 FAIL::tests.unit.auth.case_016 - assertion mismatch +2024-04-03 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-03 10:12:18 FAIL::tests.smoke.platform.case_018 - assertion mismatch +2024-04-03 10:12:19 FAIL::tests.unit.auth.case_019 - assertion mismatch +2024-04-03 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-03 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-03 10:12:22 PASS::tests.smoke.platform.case_022 +2024-04-03 10:12:23 PASS::tests.e2e.checkout.case_023 +2024-04-03 10:12:24 INFO running tests.e2e.checkout.case_024 +2024-04-03 10:12:25 FAIL::tests.e2e.checkout.case_025 - assertion mismatch +2024-04-03 10:12:26 PASS::tests.unit.search.case_026 +2024-04-03 10:12:27 PASS::tests.smoke.platform.case_027 +2024-04-03 10:12:28 PASS::tests.unit.auth.case_028 +2024-04-03 10:12:29 FAIL::tests.smoke.platform.case_029 - assertion mismatch +2024-04-03 10:12:30 INFO running tests.smoke.platform.case_030 +2024-04-03 10:12:31 INFO running tests.int.orders.case_031 +2024-04-03 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-03 10:12:33 FAIL::tests.unit.billing.case_033 - assertion mismatch +2024-04-03 10:12:34 PASS::tests.unit.search.case_034 +2024-04-03 10:12:35 PASS::tests.int.orders.case_035 +2024-04-03 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..a64fef6419c854400dc75d26e8778e6a16f0feb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/lint.log @@ -0,0 +1,40 @@ +2024-04-04 10:12:00 PASS::tests.unit.auth.case_000 +2024-04-04 10:12:01 PASS::tests.unit.search.case_001 +2024-04-04 10:12:02 PASS::tests.int.orders.case_002 +2024-04-04 10:12:03 FAIL::tests.e2e.checkout.case_003 - assertion mismatch +2024-04-04 10:12:04 FAIL::tests.smoke.platform.case_004 - assertion mismatch +2024-04-04 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-04 10:12:06 PASS::tests.int.orders.case_006 +2024-04-04 10:12:07 FAIL::tests.unit.billing.case_007 - assertion mismatch +2024-04-04 10:12:08 INFO running tests.unit.auth.case_008 +2024-04-04 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-04 10:12:10 INFO running tests.int.orders.case_010 +2024-04-04 10:12:11 INFO running tests.unit.search.case_011 +2024-04-04 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-04 10:12:13 INFO running tests.unit.billing.case_013 +2024-04-04 10:12:14 PASS::tests.e2e.checkout.case_014 +2024-04-04 10:12:15 FAIL::tests.smoke.platform.case_015 - assertion mismatch +2024-04-04 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-04 10:12:17 INFO running tests.unit.billing.case_017 +2024-04-04 10:12:18 FAIL::tests.int.orders.case_018 - assertion mismatch +2024-04-04 10:12:19 FAIL::tests.unit.search.case_019 - assertion mismatch +2024-04-04 10:12:20 PASS::tests.unit.billing.case_020 +2024-04-04 10:12:21 INFO running tests.unit.search.case_021 +2024-04-04 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-04 10:12:23 PASS::tests.e2e.checkout.case_023 +2024-04-04 10:12:24 INFO running tests.unit.billing.case_024 +2024-04-04 10:12:25 PASS::tests.e2e.checkout.case_025 +2024-04-04 10:12:26 INFO running tests.int.orders.case_026 +2024-04-04 10:12:27 FAIL::tests.int.orders.case_027 - assertion mismatch +2024-04-04 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-04 10:12:29 INFO running tests.int.orders.case_029 +2024-04-04 10:12:30 PASS::tests.unit.auth.case_030 +2024-04-04 10:12:31 INFO running tests.e2e.checkout.case_031 +2024-04-04 10:12:32 FAIL::tests.unit.billing.case_032 - assertion mismatch +2024-04-04 10:12:33 PASS::tests.unit.billing.case_033 +2024-04-04 10:12:34 INFO running tests.e2e.checkout.case_034 +2024-04-04 10:12:35 FAIL::tests.unit.billing.case_035 - assertion mismatch +2024-04-04 10:12:36 INFO running tests.int.orders.case_036 +2024-04-04 10:12:37 FAIL::tests.smoke.platform.case_037 - assertion mismatch +2024-04-04 10:12:38 PASS::tests.unit.auth.case_038 +2024-04-04 10:12:39 FAIL::tests.unit.search.case_039 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..121a9d1de5424cb69d8945cf3b8adb17db4fee69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/nightly-regression.log @@ -0,0 +1,33 @@ +2024-04-04 10:12:00 INFO running tests.int.orders.case_000 +2024-04-04 10:12:01 PASS::tests.int.orders.case_001 +2024-04-04 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-04 10:12:03 PASS::tests.int.orders.case_003 +2024-04-04 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-04 10:12:05 PASS::tests.unit.auth.case_005 +2024-04-04 10:12:06 PASS::tests.unit.auth.case_006 +2024-04-04 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-04 10:12:08 INFO running tests.unit.search.case_008 +2024-04-04 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-04 10:12:10 FAIL::tests.unit.billing.case_010 - assertion mismatch +2024-04-04 10:12:11 INFO running tests.e2e.checkout.case_011 +2024-04-04 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-04 10:12:13 PASS::tests.e2e.checkout.case_013 +2024-04-04 10:12:14 INFO running tests.e2e.checkout.case_014 +2024-04-04 10:12:15 FAIL::tests.int.orders.case_015 - assertion mismatch +2024-04-04 10:12:16 INFO running tests.unit.billing.case_016 +2024-04-04 10:12:17 FAIL::tests.e2e.checkout.case_017 - assertion mismatch +2024-04-04 10:12:18 FAIL::tests.unit.auth.case_018 - assertion mismatch +2024-04-04 10:12:19 FAIL::tests.smoke.platform.case_019 - assertion mismatch +2024-04-04 10:12:20 INFO running tests.e2e.checkout.case_020 +2024-04-04 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-04 10:12:22 INFO running tests.unit.billing.case_022 +2024-04-04 10:12:23 FAIL::tests.unit.search.case_023 - assertion mismatch +2024-04-04 10:12:24 FAIL::tests.unit.search.case_024 - assertion mismatch +2024-04-04 10:12:25 PASS::tests.unit.search.case_025 +2024-04-04 10:12:26 FAIL::tests.unit.search.case_026 - assertion mismatch +2024-04-04 10:12:27 FAIL::tests.unit.billing.case_027 - assertion mismatch +2024-04-04 10:12:28 INFO running tests.unit.billing.case_028 +2024-04-04 10:12:29 FAIL::tests.unit.search.case_029 - assertion mismatch +2024-04-04 10:12:30 INFO running tests.e2e.checkout.case_030 +2024-04-04 10:12:31 FAIL::tests.smoke.platform.case_031 - assertion mismatch +2024-04-04 10:12:32 INFO running tests.unit.search.case_032 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..2b3a580eec03f2935c13ec5d137d4079df5e592f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/pytest-e2e.log @@ -0,0 +1,35 @@ +2024-04-04 10:12:00 FAIL::tests.unit.search.case_000 - assertion mismatch +2024-04-04 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-04 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-04 10:12:03 INFO running tests.unit.search.case_003 +2024-04-04 10:12:04 FAIL::tests.unit.billing.case_004 - assertion mismatch +2024-04-04 10:12:05 INFO running tests.smoke.platform.case_005 +2024-04-04 10:12:06 FAIL::tests.int.orders.case_006 - assertion mismatch +2024-04-04 10:12:07 FAIL::tests.unit.billing.case_007 - assertion mismatch +2024-04-04 10:12:08 PASS::tests.e2e.checkout.case_008 +2024-04-04 10:12:09 PASS::tests.unit.billing.case_009 +2024-04-04 10:12:10 PASS::tests.unit.auth.case_010 +2024-04-04 10:12:11 PASS::tests.e2e.checkout.case_011 +2024-04-04 10:12:12 INFO running tests.unit.search.case_012 +2024-04-04 10:12:13 PASS::tests.unit.auth.case_013 +2024-04-04 10:12:14 INFO running tests.unit.search.case_014 +2024-04-04 10:12:15 PASS::tests.unit.billing.case_015 +2024-04-04 10:12:16 INFO running tests.int.orders.case_016 +2024-04-04 10:12:17 INFO running tests.unit.search.case_017 +2024-04-04 10:12:18 PASS::tests.unit.auth.case_018 +2024-04-04 10:12:19 INFO running tests.unit.billing.case_019 +2024-04-04 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-04 10:12:21 INFO running tests.unit.billing.case_021 +2024-04-04 10:12:22 PASS::tests.e2e.checkout.case_022 +2024-04-04 10:12:23 INFO running tests.unit.auth.case_023 +2024-04-04 10:12:24 PASS::tests.unit.auth.case_024 +2024-04-04 10:12:25 FAIL::tests.unit.auth.case_025 - assertion mismatch +2024-04-04 10:12:26 PASS::tests.unit.search.case_026 +2024-04-04 10:12:27 PASS::tests.unit.search.case_027 +2024-04-04 10:12:28 INFO running tests.e2e.checkout.case_028 +2024-04-04 10:12:29 INFO running tests.unit.auth.case_029 +2024-04-04 10:12:30 PASS::tests.int.orders.case_030 +2024-04-04 10:12:31 INFO running tests.unit.auth.case_031 +2024-04-04 10:12:32 FAIL::tests.unit.search.case_032 - assertion mismatch +2024-04-04 10:12:33 INFO running tests.unit.billing.case_033 +2024-04-04 10:12:34 PASS::tests.unit.auth.case_034 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/pytest-integration.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/pytest-integration.log new file mode 100644 index 0000000000000000000000000000000000000000..03d0d7af0ea43cfca98ec35f2d4ffd4ddc66fa15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-04/pytest-integration.log @@ -0,0 +1,31 @@ +2024-04-04 10:12:00 PASS::tests.smoke.platform.case_000 +2024-04-04 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-04 10:12:02 PASS::tests.int.orders.case_002 +2024-04-04 10:12:03 INFO running tests.smoke.platform.case_003 +2024-04-04 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-04 10:12:05 FAIL::tests.unit.billing.case_005 - assertion mismatch +2024-04-04 10:12:06 PASS::tests.int.orders.case_006 +2024-04-04 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-04 10:12:08 INFO running tests.unit.auth.case_008 +2024-04-04 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-04 10:12:10 FAIL::tests.int.orders.case_010 - assertion mismatch +2024-04-04 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-04 10:12:12 INFO running tests.smoke.platform.case_012 +2024-04-04 10:12:13 INFO running tests.smoke.platform.case_013 +2024-04-04 10:12:14 PASS::tests.int.orders.case_014 +2024-04-04 10:12:15 PASS::tests.e2e.checkout.case_015 +2024-04-04 10:12:16 FAIL::tests.e2e.checkout.case_016 - assertion mismatch +2024-04-04 10:12:17 INFO running tests.unit.auth.case_017 +2024-04-04 10:12:18 FAIL::tests.e2e.checkout.case_018 - assertion mismatch +2024-04-04 10:12:19 FAIL::tests.smoke.platform.case_019 - assertion mismatch +2024-04-04 10:12:20 FAIL::tests.unit.billing.case_020 - assertion mismatch +2024-04-04 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-04 10:12:22 PASS::tests.e2e.checkout.case_022 +2024-04-04 10:12:23 PASS::tests.unit.search.case_023 +2024-04-04 10:12:24 PASS::tests.e2e.checkout.case_024 +2024-04-04 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-04 10:12:26 PASS::tests.unit.search.case_026 +2024-04-04 10:12:27 INFO running tests.unit.search.case_027 +2024-04-04 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-04 10:12:29 FAIL::tests.e2e.checkout.case_029 - assertion mismatch +2024-04-04 10:12:30 FAIL::tests.e2e.checkout.case_030 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..3e364040dc330f92765f629e334f956c321f105f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/lint.log @@ -0,0 +1,31 @@ +2024-04-05 10:12:00 FAIL::tests.unit.search.case_000 - assertion mismatch +2024-04-05 10:12:01 PASS::tests.int.orders.case_001 +2024-04-05 10:12:02 FAIL::tests.smoke.platform.case_002 - assertion mismatch +2024-04-05 10:12:03 PASS::tests.e2e.checkout.case_003 +2024-04-05 10:12:04 PASS::tests.int.orders.case_004 +2024-04-05 10:12:05 PASS::tests.unit.search.case_005 +2024-04-05 10:12:06 INFO running tests.smoke.platform.case_006 +2024-04-05 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-05 10:12:08 PASS::tests.unit.billing.case_008 +2024-04-05 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-05 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-05 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-05 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-05 10:12:13 PASS::tests.e2e.checkout.case_013 +2024-04-05 10:12:14 FAIL::tests.smoke.platform.case_014 - assertion mismatch +2024-04-05 10:12:15 FAIL::tests.unit.auth.case_015 - assertion mismatch +2024-04-05 10:12:16 FAIL::tests.int.orders.case_016 - assertion mismatch +2024-04-05 10:12:17 FAIL::tests.int.orders.case_017 - assertion mismatch +2024-04-05 10:12:18 PASS::tests.unit.search.case_018 +2024-04-05 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-05 10:12:20 INFO running tests.unit.search.case_020 +2024-04-05 10:12:21 PASS::tests.unit.auth.case_021 +2024-04-05 10:12:22 FAIL::tests.unit.search.case_022 - assertion mismatch +2024-04-05 10:12:23 FAIL::tests.int.orders.case_023 - assertion mismatch +2024-04-05 10:12:24 INFO running tests.smoke.platform.case_024 +2024-04-05 10:12:25 FAIL::tests.unit.search.case_025 - assertion mismatch +2024-04-05 10:12:26 INFO running tests.smoke.platform.case_026 +2024-04-05 10:12:27 INFO running tests.unit.search.case_027 +2024-04-05 10:12:28 INFO running tests.unit.billing.case_028 +2024-04-05 10:12:29 PASS::tests.smoke.platform.case_029 +2024-04-05 10:12:30 PASS::tests.unit.billing.case_030 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..554bc5c215c9c4cf18a72e0fe8788a316e5d067d --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/nightly-regression.log @@ -0,0 +1,34 @@ +2024-04-05 10:12:00 FAIL::tests.e2e.checkout.case_000 - assertion mismatch +2024-04-05 10:12:01 PASS::tests.unit.billing.case_001 +2024-04-05 10:12:02 INFO running tests.e2e.checkout.case_002 +2024-04-05 10:12:03 INFO running tests.int.orders.case_003 +2024-04-05 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-05 10:12:05 FAIL::tests.unit.auth.case_005 - assertion mismatch +2024-04-05 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-05 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-05 10:12:08 FAIL::tests.smoke.platform.case_008 - assertion mismatch +2024-04-05 10:12:09 INFO running tests.unit.billing.case_009 +2024-04-05 10:12:10 INFO running tests.unit.search.case_010 +2024-04-05 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-05 10:12:12 FAIL::tests.unit.billing.case_012 - assertion mismatch +2024-04-05 10:12:13 PASS::tests.unit.auth.case_013 +2024-04-05 10:12:14 PASS::tests.unit.auth.case_014 +2024-04-05 10:12:15 PASS::tests.unit.billing.case_015 +2024-04-05 10:12:16 INFO running tests.int.orders.case_016 +2024-04-05 10:12:17 FAIL::tests.unit.auth.case_017 - assertion mismatch +2024-04-05 10:12:18 INFO running tests.e2e.checkout.case_018 +2024-04-05 10:12:19 PASS::tests.smoke.platform.case_019 +2024-04-05 10:12:20 FAIL::tests.unit.search.case_020 - assertion mismatch +2024-04-05 10:12:21 FAIL::tests.int.orders.case_021 - assertion mismatch +2024-04-05 10:12:22 PASS::tests.int.orders.case_022 +2024-04-05 10:12:23 INFO running tests.int.orders.case_023 +2024-04-05 10:12:24 INFO running tests.int.orders.case_024 +2024-04-05 10:12:25 PASS::tests.int.orders.case_025 +2024-04-05 10:12:26 PASS::tests.e2e.checkout.case_026 +2024-04-05 10:12:27 FAIL::tests.smoke.platform.case_027 - assertion mismatch +2024-04-05 10:12:28 INFO running tests.smoke.platform.case_028 +2024-04-05 10:12:29 FAIL::tests.int.orders.case_029 - assertion mismatch +2024-04-05 10:12:30 FAIL::tests.unit.billing.case_030 - assertion mismatch +2024-04-05 10:12:31 FAIL::tests.smoke.platform.case_031 - assertion mismatch +2024-04-05 10:12:32 PASS::tests.unit.billing.case_032 +2024-04-05 10:12:33 INFO running tests.unit.auth.case_033 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..7d2c624504ca75ffbcc0f930d2330b964c42bd41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/pytest-e2e.log @@ -0,0 +1,32 @@ +2024-04-05 10:12:00 PASS::tests.unit.auth.case_000 +2024-04-05 10:12:01 INFO running tests.e2e.checkout.case_001 +2024-04-05 10:12:02 INFO running tests.int.orders.case_002 +2024-04-05 10:12:03 FAIL::tests.unit.auth.case_003 - assertion mismatch +2024-04-05 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-05 10:12:05 INFO running tests.smoke.platform.case_005 +2024-04-05 10:12:06 INFO running tests.smoke.platform.case_006 +2024-04-05 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-05 10:12:08 PASS::tests.e2e.checkout.case_008 +2024-04-05 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-05 10:12:10 PASS::tests.smoke.platform.case_010 +2024-04-05 10:12:11 FAIL::tests.e2e.checkout.case_011 - assertion mismatch +2024-04-05 10:12:12 PASS::tests.e2e.checkout.case_012 +2024-04-05 10:12:13 FAIL::tests.unit.search.case_013 - assertion mismatch +2024-04-05 10:12:14 INFO running tests.unit.billing.case_014 +2024-04-05 10:12:15 INFO running tests.int.orders.case_015 +2024-04-05 10:12:16 PASS::tests.smoke.platform.case_016 +2024-04-05 10:12:17 PASS::tests.int.orders.case_017 +2024-04-05 10:12:18 INFO running tests.unit.search.case_018 +2024-04-05 10:12:19 PASS::tests.int.orders.case_019 +2024-04-05 10:12:20 INFO running tests.e2e.checkout.case_020 +2024-04-05 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-05 10:12:22 FAIL::tests.e2e.checkout.case_022 - assertion mismatch +2024-04-05 10:12:23 PASS::tests.unit.search.case_023 +2024-04-05 10:12:24 INFO running tests.int.orders.case_024 +2024-04-05 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-05 10:12:26 INFO running tests.int.orders.case_026 +2024-04-05 10:12:27 INFO running tests.smoke.platform.case_027 +2024-04-05 10:12:28 FAIL::tests.smoke.platform.case_028 - assertion mismatch +2024-04-05 10:12:29 FAIL::tests.e2e.checkout.case_029 - assertion mismatch +2024-04-05 10:12:30 FAIL::tests.unit.search.case_030 - assertion mismatch +2024-04-05 10:12:31 FAIL::tests.unit.search.case_031 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/pytest-integration.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/pytest-integration.log new file mode 100644 index 0000000000000000000000000000000000000000..3a6b8814f787ae16f3484b506ccdf9d1460831b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-05/pytest-integration.log @@ -0,0 +1,43 @@ +2024-04-05 10:12:00 FAIL::tests.unit.billing.case_000 - assertion mismatch +2024-04-05 10:12:01 FAIL::tests.e2e.checkout.case_001 - assertion mismatch +2024-04-05 10:12:02 INFO running tests.unit.billing.case_002 +2024-04-05 10:12:03 INFO running tests.smoke.platform.case_003 +2024-04-05 10:12:04 PASS::tests.unit.search.case_004 +2024-04-05 10:12:05 INFO running tests.int.orders.case_005 +2024-04-05 10:12:06 INFO running tests.unit.billing.case_006 +2024-04-05 10:12:07 PASS::tests.unit.search.case_007 +2024-04-05 10:12:08 INFO running tests.smoke.platform.case_008 +2024-04-05 10:12:09 PASS::tests.unit.search.case_009 +2024-04-05 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-05 10:12:11 FAIL::tests.e2e.checkout.case_011 - assertion mismatch +2024-04-05 10:12:12 INFO running tests.unit.search.case_012 +2024-04-05 10:12:13 PASS::tests.int.orders.case_013 +2024-04-05 10:12:14 PASS::tests.smoke.platform.case_014 +2024-04-05 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-05 10:12:16 FAIL::tests.unit.search.case_016 - assertion mismatch +2024-04-05 10:12:17 PASS::tests.unit.auth.case_017 +2024-04-05 10:12:18 FAIL::tests.e2e.checkout.case_018 - assertion mismatch +2024-04-05 10:12:19 FAIL::tests.e2e.checkout.case_019 - assertion mismatch +2024-04-05 10:12:20 INFO running tests.e2e.checkout.case_020 +2024-04-05 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-05 10:12:22 PASS::tests.int.orders.case_022 +2024-04-05 10:12:23 PASS::tests.unit.billing.case_023 +2024-04-05 10:12:24 FAIL::tests.smoke.platform.case_024 - assertion mismatch +2024-04-05 10:12:25 INFO running tests.e2e.checkout.case_025 +2024-04-05 10:12:26 FAIL::tests.int.orders.case_026 - assertion mismatch +2024-04-05 10:12:27 FAIL::tests.unit.auth.case_027 - assertion mismatch +2024-04-05 10:12:28 INFO running tests.unit.search.case_028 +2024-04-05 10:12:29 INFO running tests.unit.auth.case_029 +2024-04-05 10:12:30 FAIL::tests.int.orders.case_030 - assertion mismatch +2024-04-05 10:12:31 PASS::tests.smoke.platform.case_031 +2024-04-05 10:12:32 PASS::tests.smoke.platform.case_032 +2024-04-05 10:12:33 INFO running tests.unit.search.case_033 +2024-04-05 10:12:34 PASS::tests.unit.search.case_034 +2024-04-05 10:12:35 FAIL::tests.e2e.checkout.case_035 - assertion mismatch +2024-04-05 10:12:36 INFO running tests.unit.search.case_036 +2024-04-05 10:12:37 FAIL::tests.int.orders.case_037 - assertion mismatch +2024-04-05 10:12:38 INFO running tests.unit.search.case_038 +2024-04-05 10:12:39 INFO running tests.unit.auth.case_039 +2024-04-05 10:12:40 INFO running tests.unit.billing.case_040 +2024-04-05 10:12:41 INFO running tests.int.orders.case_041 +2024-04-05 10:12:42 PASS::tests.smoke.platform.case_042 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..7e7a68dae406571ef13f0b3bcde7b5d488f7483e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/lint.log @@ -0,0 +1,30 @@ +2024-04-06 10:12:00 PASS::tests.unit.auth.case_000 +2024-04-06 10:12:01 FAIL::tests.unit.auth.case_001 - assertion mismatch +2024-04-06 10:12:02 FAIL::tests.int.orders.case_002 - assertion mismatch +2024-04-06 10:12:03 FAIL::tests.int.orders.case_003 - assertion mismatch +2024-04-06 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-06 10:12:05 INFO running tests.unit.auth.case_005 +2024-04-06 10:12:06 INFO running tests.unit.search.case_006 +2024-04-06 10:12:07 PASS::tests.unit.auth.case_007 +2024-04-06 10:12:08 PASS::tests.unit.search.case_008 +2024-04-06 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-06 10:12:10 INFO running tests.e2e.checkout.case_010 +2024-04-06 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-06 10:12:12 FAIL::tests.unit.search.case_012 - assertion mismatch +2024-04-06 10:12:13 INFO running tests.smoke.platform.case_013 +2024-04-06 10:12:14 PASS::tests.int.orders.case_014 +2024-04-06 10:12:15 PASS::tests.e2e.checkout.case_015 +2024-04-06 10:12:16 PASS::tests.unit.search.case_016 +2024-04-06 10:12:17 INFO running tests.e2e.checkout.case_017 +2024-04-06 10:12:18 FAIL::tests.e2e.checkout.case_018 - assertion mismatch +2024-04-06 10:12:19 FAIL::tests.unit.billing.case_019 - assertion mismatch +2024-04-06 10:12:20 INFO running tests.unit.search.case_020 +2024-04-06 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-06 10:12:22 FAIL::tests.unit.billing.case_022 - assertion mismatch +2024-04-06 10:12:23 FAIL::tests.smoke.platform.case_023 - assertion mismatch +2024-04-06 10:12:24 INFO running tests.smoke.platform.case_024 +2024-04-06 10:12:25 PASS::tests.unit.search.case_025 +2024-04-06 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-06 10:12:27 INFO running tests.unit.billing.case_027 +2024-04-06 10:12:28 FAIL::tests.int.orders.case_028 - assertion mismatch +2024-04-06 10:12:29 PASS::tests.smoke.platform.case_029 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..7c2c3d827b05b761f34469a01ec2dce12163fc23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/pytest-e2e.log @@ -0,0 +1,30 @@ +2024-04-06 10:12:00 PASS::tests.unit.billing.case_000 +2024-04-06 10:12:01 PASS::tests.e2e.checkout.case_001 +2024-04-06 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-06 10:12:03 PASS::tests.unit.auth.case_003 +2024-04-06 10:12:04 PASS::tests.unit.billing.case_004 +2024-04-06 10:12:05 FAIL::tests.unit.auth.case_005 - assertion mismatch +2024-04-06 10:12:06 PASS::tests.e2e.checkout.case_006 +2024-04-06 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-06 10:12:08 FAIL::tests.unit.auth.case_008 - assertion mismatch +2024-04-06 10:12:09 PASS::tests.unit.billing.case_009 +2024-04-06 10:12:10 INFO running tests.unit.auth.case_010 +2024-04-06 10:12:11 PASS::tests.unit.billing.case_011 +2024-04-06 10:12:12 PASS::tests.unit.search.case_012 +2024-04-06 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-06 10:12:14 PASS::tests.int.orders.case_014 +2024-04-06 10:12:15 INFO running tests.e2e.checkout.case_015 +2024-04-06 10:12:16 INFO running tests.unit.auth.case_016 +2024-04-06 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-06 10:12:18 FAIL::tests.int.orders.case_018 - assertion mismatch +2024-04-06 10:12:19 PASS::tests.unit.search.case_019 +2024-04-06 10:12:20 INFO running tests.unit.search.case_020 +2024-04-06 10:12:21 FAIL::tests.e2e.checkout.case_021 - assertion mismatch +2024-04-06 10:12:22 PASS::tests.int.orders.case_022 +2024-04-06 10:12:23 FAIL::tests.e2e.checkout.case_023 - assertion mismatch +2024-04-06 10:12:24 PASS::tests.int.orders.case_024 +2024-04-06 10:12:25 PASS::tests.e2e.checkout.case_025 +2024-04-06 10:12:26 FAIL::tests.e2e.checkout.case_026 - assertion mismatch +2024-04-06 10:12:27 INFO running tests.smoke.platform.case_027 +2024-04-06 10:12:28 INFO running tests.int.orders.case_028 +2024-04-06 10:12:29 INFO running tests.unit.auth.case_029 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/pytest-unit.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/pytest-unit.log new file mode 100644 index 0000000000000000000000000000000000000000..504141d2ae141722f2d249e0b9bec310e1995768 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/pytest-unit.log @@ -0,0 +1,42 @@ +2024-04-06 10:12:00 FAIL::tests.unit.auth.case_000 - assertion mismatch +2024-04-06 10:12:01 FAIL::tests.unit.billing.case_001 - assertion mismatch +2024-04-06 10:12:02 INFO running tests.unit.search.case_002 +2024-04-06 10:12:03 PASS::tests.unit.auth.case_003 +2024-04-06 10:12:04 PASS::tests.unit.search.case_004 +2024-04-06 10:12:05 INFO running tests.unit.auth.case_005 +2024-04-06 10:12:06 FAIL::tests.int.orders.case_006 - assertion mismatch +2024-04-06 10:12:07 FAIL::tests.unit.search.case_007 - assertion mismatch +2024-04-06 10:12:08 PASS::tests.unit.search.case_008 +2024-04-06 10:12:09 FAIL::tests.int.orders.case_009 - assertion mismatch +2024-04-06 10:12:10 PASS::tests.smoke.platform.case_010 +2024-04-06 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-06 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-06 10:12:13 INFO running tests.unit.billing.case_013 +2024-04-06 10:12:14 PASS::tests.unit.search.case_014 +2024-04-06 10:12:15 INFO running tests.unit.search.case_015 +2024-04-06 10:12:16 INFO running tests.unit.billing.case_016 +2024-04-06 10:12:17 INFO running tests.smoke.platform.case_017 +2024-04-06 10:12:18 PASS::tests.e2e.checkout.case_018 +2024-04-06 10:12:19 PASS::tests.unit.billing.case_019 +2024-04-06 10:12:20 PASS::tests.unit.search.case_020 +2024-04-06 10:12:21 INFO running tests.int.orders.case_021 +2024-04-06 10:12:22 PASS::tests.int.orders.case_022 +2024-04-06 10:12:23 FAIL::tests.unit.auth.case_023 - assertion mismatch +2024-04-06 10:12:24 PASS::tests.smoke.platform.case_024 +2024-04-06 10:12:25 PASS::tests.smoke.platform.case_025 +2024-04-06 10:12:26 INFO running tests.smoke.platform.case_026 +2024-04-06 10:12:27 INFO running tests.unit.auth.case_027 +2024-04-06 10:12:28 PASS::tests.unit.search.case_028 +2024-04-06 10:12:29 INFO running tests.unit.billing.case_029 +2024-04-06 10:12:30 PASS::tests.unit.search.case_030 +2024-04-06 10:12:31 PASS::tests.e2e.checkout.case_031 +2024-04-06 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-06 10:12:33 INFO running tests.unit.billing.case_033 +2024-04-06 10:12:34 FAIL::tests.e2e.checkout.case_034 - assertion mismatch +2024-04-06 10:12:35 PASS::tests.unit.search.case_035 +2024-04-06 10:12:36 INFO running tests.unit.auth.case_036 +2024-04-06 10:12:37 FAIL::tests.e2e.checkout.case_037 - assertion mismatch +2024-04-06 10:12:38 FAIL::tests.smoke.platform.case_038 - assertion mismatch +2024-04-06 10:12:39 INFO running tests.e2e.checkout.case_039 +2024-04-06 10:12:40 PASS::tests.unit.search.case_040 +2024-04-06 10:12:41 INFO running tests.int.orders.case_041 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..1a60082821b86f4c1e586c14018b28030b9def36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-06/smoke-suite.log @@ -0,0 +1,34 @@ +2024-04-06 10:12:00 FAIL::tests.int.orders.case_000 - assertion mismatch +2024-04-06 10:12:01 PASS::tests.unit.billing.case_001 +2024-04-06 10:12:02 INFO running tests.unit.auth.case_002 +2024-04-06 10:12:03 PASS::tests.unit.search.case_003 +2024-04-06 10:12:04 FAIL::tests.unit.search.case_004 - assertion mismatch +2024-04-06 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-06 10:12:06 PASS::tests.unit.auth.case_006 +2024-04-06 10:12:07 INFO running tests.unit.billing.case_007 +2024-04-06 10:12:08 FAIL::tests.e2e.checkout.case_008 - assertion mismatch +2024-04-06 10:12:09 INFO running tests.int.orders.case_009 +2024-04-06 10:12:10 PASS::tests.int.orders.case_010 +2024-04-06 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-06 10:12:12 FAIL::tests.smoke.platform.case_012 - assertion mismatch +2024-04-06 10:12:13 FAIL::tests.int.orders.case_013 - assertion mismatch +2024-04-06 10:12:14 INFO running tests.smoke.platform.case_014 +2024-04-06 10:12:15 PASS::tests.int.orders.case_015 +2024-04-06 10:12:16 PASS::tests.unit.auth.case_016 +2024-04-06 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-06 10:12:18 INFO running tests.unit.billing.case_018 +2024-04-06 10:12:19 FAIL::tests.unit.billing.case_019 - assertion mismatch +2024-04-06 10:12:20 INFO running tests.unit.billing.case_020 +2024-04-06 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-06 10:12:22 INFO running tests.e2e.checkout.case_022 +2024-04-06 10:12:23 FAIL::tests.unit.auth.case_023 - assertion mismatch +2024-04-06 10:12:24 FAIL::tests.unit.auth.case_024 - assertion mismatch +2024-04-06 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-06 10:12:26 PASS::tests.unit.auth.case_026 +2024-04-06 10:12:27 INFO running tests.e2e.checkout.case_027 +2024-04-06 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-06 10:12:29 FAIL::tests.unit.auth.case_029 - assertion mismatch +2024-04-06 10:12:30 FAIL::tests.e2e.checkout.case_030 - assertion mismatch +2024-04-06 10:12:31 INFO running tests.int.orders.case_031 +2024-04-06 10:12:32 INFO running tests.smoke.platform.case_032 +2024-04-06 10:12:33 PASS::tests.e2e.checkout.case_033 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..44a1129dbbe97a838962b883603e66c0055dcb1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/lint.log @@ -0,0 +1,37 @@ +2024-04-07 10:12:00 PASS::tests.smoke.platform.case_000 +2024-04-07 10:12:01 PASS::tests.unit.auth.case_001 +2024-04-07 10:12:02 INFO running tests.e2e.checkout.case_002 +2024-04-07 10:12:03 INFO running tests.unit.auth.case_003 +2024-04-07 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-07 10:12:05 PASS::tests.unit.search.case_005 +2024-04-07 10:12:06 PASS::tests.int.orders.case_006 +2024-04-07 10:12:07 INFO running tests.int.orders.case_007 +2024-04-07 10:12:08 FAIL::tests.unit.billing.case_008 - assertion mismatch +2024-04-07 10:12:09 FAIL::tests.unit.billing.case_009 - assertion mismatch +2024-04-07 10:12:10 PASS::tests.unit.search.case_010 +2024-04-07 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-07 10:12:12 INFO running tests.unit.search.case_012 +2024-04-07 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-07 10:12:14 INFO running tests.unit.auth.case_014 +2024-04-07 10:12:15 PASS::tests.e2e.checkout.case_015 +2024-04-07 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-07 10:12:17 INFO running tests.unit.search.case_017 +2024-04-07 10:12:18 INFO running tests.smoke.platform.case_018 +2024-04-07 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-07 10:12:20 PASS::tests.unit.auth.case_020 +2024-04-07 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-07 10:12:22 PASS::tests.unit.search.case_022 +2024-04-07 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-07 10:12:24 INFO running tests.unit.auth.case_024 +2024-04-07 10:12:25 INFO running tests.unit.auth.case_025 +2024-04-07 10:12:26 FAIL::tests.smoke.platform.case_026 - assertion mismatch +2024-04-07 10:12:27 FAIL::tests.unit.search.case_027 - assertion mismatch +2024-04-07 10:12:28 FAIL::tests.unit.auth.case_028 - assertion mismatch +2024-04-07 10:12:29 PASS::tests.int.orders.case_029 +2024-04-07 10:12:30 FAIL::tests.e2e.checkout.case_030 - assertion mismatch +2024-04-07 10:12:31 PASS::tests.smoke.platform.case_031 +2024-04-07 10:12:32 FAIL::tests.e2e.checkout.case_032 - assertion mismatch +2024-04-07 10:12:33 PASS::tests.int.orders.case_033 +2024-04-07 10:12:34 INFO running tests.unit.search.case_034 +2024-04-07 10:12:35 INFO running tests.e2e.checkout.case_035 +2024-04-07 10:12:36 INFO running tests.smoke.platform.case_036 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..575b92cbb3cf9dab3929c56c71598409b5bf7a69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/nightly-regression.log @@ -0,0 +1,38 @@ +2024-04-07 10:12:00 PASS::tests.unit.billing.case_000 +2024-04-07 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-07 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-07 10:12:03 PASS::tests.smoke.platform.case_003 +2024-04-07 10:12:04 INFO running tests.unit.billing.case_004 +2024-04-07 10:12:05 INFO running tests.unit.billing.case_005 +2024-04-07 10:12:06 FAIL::tests.smoke.platform.case_006 - assertion mismatch +2024-04-07 10:12:07 PASS::tests.unit.search.case_007 +2024-04-07 10:12:08 FAIL::tests.unit.search.case_008 - assertion mismatch +2024-04-07 10:12:09 FAIL::tests.unit.billing.case_009 - assertion mismatch +2024-04-07 10:12:10 INFO running tests.smoke.platform.case_010 +2024-04-07 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-07 10:12:12 INFO running tests.smoke.platform.case_012 +2024-04-07 10:12:13 INFO running tests.int.orders.case_013 +2024-04-07 10:12:14 INFO running tests.int.orders.case_014 +2024-04-07 10:12:15 INFO running tests.unit.search.case_015 +2024-04-07 10:12:16 PASS::tests.unit.auth.case_016 +2024-04-07 10:12:17 PASS::tests.unit.search.case_017 +2024-04-07 10:12:18 INFO running tests.unit.search.case_018 +2024-04-07 10:12:19 INFO running tests.int.orders.case_019 +2024-04-07 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-07 10:12:21 FAIL::tests.unit.search.case_021 - assertion mismatch +2024-04-07 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-07 10:12:23 FAIL::tests.smoke.platform.case_023 - assertion mismatch +2024-04-07 10:12:24 PASS::tests.smoke.platform.case_024 +2024-04-07 10:12:25 INFO running tests.int.orders.case_025 +2024-04-07 10:12:26 PASS::tests.int.orders.case_026 +2024-04-07 10:12:27 INFO running tests.e2e.checkout.case_027 +2024-04-07 10:12:28 PASS::tests.e2e.checkout.case_028 +2024-04-07 10:12:29 INFO running tests.int.orders.case_029 +2024-04-07 10:12:30 INFO running tests.int.orders.case_030 +2024-04-07 10:12:31 PASS::tests.int.orders.case_031 +2024-04-07 10:12:32 FAIL::tests.e2e.checkout.case_032 - assertion mismatch +2024-04-07 10:12:33 INFO running tests.unit.search.case_033 +2024-04-07 10:12:34 INFO running tests.unit.search.case_034 +2024-04-07 10:12:35 INFO running tests.unit.billing.case_035 +2024-04-07 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch +2024-04-07 10:12:37 INFO running tests.smoke.platform.case_037 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..a77d8fe168fab0e2fb09b3c88c4e2c1eb5bcc0c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/pytest-e2e.log @@ -0,0 +1,42 @@ +2024-04-07 10:12:00 FAIL::tests.unit.billing.case_000 - assertion mismatch +2024-04-07 10:12:01 FAIL::tests.e2e.checkout.case_001 - assertion mismatch +2024-04-07 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-07 10:12:03 PASS::tests.int.orders.case_003 +2024-04-07 10:12:04 PASS::tests.smoke.platform.case_004 +2024-04-07 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-07 10:12:06 FAIL::tests.unit.auth.case_006 - assertion mismatch +2024-04-07 10:12:07 PASS::tests.int.orders.case_007 +2024-04-07 10:12:08 PASS::tests.unit.auth.case_008 +2024-04-07 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-07 10:12:10 FAIL::tests.unit.auth.case_010 - assertion mismatch +2024-04-07 10:12:11 PASS::tests.int.orders.case_011 +2024-04-07 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-07 10:12:13 FAIL::tests.e2e.checkout.case_013 - assertion mismatch +2024-04-07 10:12:14 INFO running tests.unit.search.case_014 +2024-04-07 10:12:15 FAIL::tests.e2e.checkout.case_015 - assertion mismatch +2024-04-07 10:12:16 FAIL::tests.unit.search.case_016 - assertion mismatch +2024-04-07 10:12:17 PASS::tests.e2e.checkout.case_017 +2024-04-07 10:12:18 INFO running tests.unit.billing.case_018 +2024-04-07 10:12:19 FAIL::tests.smoke.platform.case_019 - assertion mismatch +2024-04-07 10:12:20 INFO running tests.unit.billing.case_020 +2024-04-07 10:12:21 FAIL::tests.e2e.checkout.case_021 - assertion mismatch +2024-04-07 10:12:22 PASS::tests.unit.search.case_022 +2024-04-07 10:12:23 FAIL::tests.e2e.checkout.case_023 - assertion mismatch +2024-04-07 10:12:24 INFO running tests.unit.billing.case_024 +2024-04-07 10:12:25 FAIL::tests.smoke.platform.case_025 - assertion mismatch +2024-04-07 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-07 10:12:27 FAIL::tests.unit.auth.case_027 - assertion mismatch +2024-04-07 10:12:28 FAIL::tests.e2e.checkout.case_028 - assertion mismatch +2024-04-07 10:12:29 INFO running tests.unit.auth.case_029 +2024-04-07 10:12:30 INFO running tests.unit.auth.case_030 +2024-04-07 10:12:31 FAIL::tests.int.orders.case_031 - assertion mismatch +2024-04-07 10:12:32 INFO running tests.unit.search.case_032 +2024-04-07 10:12:33 PASS::tests.e2e.checkout.case_033 +2024-04-07 10:12:34 INFO running tests.unit.billing.case_034 +2024-04-07 10:12:35 FAIL::tests.unit.auth.case_035 - assertion mismatch +2024-04-07 10:12:36 INFO running tests.int.orders.case_036 +2024-04-07 10:12:37 INFO running tests.unit.search.case_037 +2024-04-07 10:12:38 PASS::tests.smoke.platform.case_038 +2024-04-07 10:12:39 PASS::tests.int.orders.case_039 +2024-04-07 10:12:40 PASS::tests.int.orders.case_040 +2024-04-07 10:12:41 INFO running tests.smoke.platform.case_041 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..cac518744819313aad41e29c44f0100e7e377dcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/ci/test-runs/2024-04-07/smoke-suite.log @@ -0,0 +1,42 @@ +2024-04-07 10:12:00 INFO running tests.smoke.platform.case_000 +2024-04-07 10:12:01 PASS::tests.unit.auth.case_001 +2024-04-07 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-07 10:12:03 FAIL::tests.smoke.platform.case_003 - assertion mismatch +2024-04-07 10:12:04 FAIL::tests.unit.billing.case_004 - assertion mismatch +2024-04-07 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-07 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-07 10:12:07 INFO running tests.e2e.checkout.case_007 +2024-04-07 10:12:08 INFO running tests.int.orders.case_008 +2024-04-07 10:12:09 FAIL::tests.int.orders.case_009 - assertion mismatch +2024-04-07 10:12:10 FAIL::tests.smoke.platform.case_010 - assertion mismatch +2024-04-07 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-07 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-07 10:12:13 FAIL::tests.unit.billing.case_013 - assertion mismatch +2024-04-07 10:12:14 PASS::tests.e2e.checkout.case_014 +2024-04-07 10:12:15 INFO running tests.e2e.checkout.case_015 +2024-04-07 10:12:16 PASS::tests.smoke.platform.case_016 +2024-04-07 10:12:17 INFO running tests.unit.auth.case_017 +2024-04-07 10:12:18 FAIL::tests.unit.billing.case_018 - assertion mismatch +2024-04-07 10:12:19 INFO running tests.smoke.platform.case_019 +2024-04-07 10:12:20 INFO running tests.unit.search.case_020 +2024-04-07 10:12:21 PASS::tests.unit.search.case_021 +2024-04-07 10:12:22 PASS::tests.unit.search.case_022 +2024-04-07 10:12:23 PASS::tests.unit.billing.case_023 +2024-04-07 10:12:24 FAIL::tests.unit.search.case_024 - assertion mismatch +2024-04-07 10:12:25 INFO running tests.unit.search.case_025 +2024-04-07 10:12:26 FAIL::tests.unit.billing.case_026 - assertion mismatch +2024-04-07 10:12:27 PASS::tests.smoke.platform.case_027 +2024-04-07 10:12:28 INFO running tests.unit.billing.case_028 +2024-04-07 10:12:29 FAIL::tests.unit.auth.case_029 - assertion mismatch +2024-04-07 10:12:30 PASS::tests.e2e.checkout.case_030 +2024-04-07 10:12:31 INFO running tests.unit.auth.case_031 +2024-04-07 10:12:32 FAIL::tests.unit.search.case_032 - assertion mismatch +2024-04-07 10:12:33 FAIL::tests.smoke.platform.case_033 - assertion mismatch +2024-04-07 10:12:34 FAIL::tests.unit.search.case_034 - assertion mismatch +2024-04-07 10:12:35 FAIL::tests.unit.billing.case_035 - assertion mismatch +2024-04-07 10:12:36 FAIL::tests.e2e.checkout.case_036 - assertion mismatch +2024-04-07 10:12:37 FAIL::tests.unit.billing.case_037 - assertion mismatch +2024-04-07 10:12:38 FAIL::tests.unit.search.case_038 - assertion mismatch +2024-04-07 10:12:39 PASS::tests.unit.search.case_039 +2024-04-07 10:12:40 INFO running tests.smoke.platform.case_040 +2024-04-07 10:12:41 FAIL::tests.smoke.platform.case_041 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..c7c2183a63a6dec91478f9319d373be38c86d85c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/lint.log @@ -0,0 +1,37 @@ +2024-04-01 10:12:00 INFO running tests.unit.search.case_000 +2024-04-01 10:12:01 FAIL::tests.unit.billing.case_001 - assertion mismatch +2024-04-01 10:12:02 PASS::tests.unit.billing.case_002 +2024-04-01 10:12:03 FAIL::tests.e2e.checkout.case_003 - assertion mismatch +2024-04-01 10:12:04 INFO running tests.smoke.platform.case_004 +2024-04-01 10:12:05 INFO running tests.int.orders.case_005 +2024-04-01 10:12:06 FAIL::tests.smoke.platform.case_006 - assertion mismatch +2024-04-01 10:12:07 INFO running tests.unit.billing.case_007 +2024-04-01 10:12:08 FAIL::tests.unit.search.case_008 - assertion mismatch +2024-04-01 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-01 10:12:10 FAIL::tests.smoke.platform.case_010 - assertion mismatch +2024-04-01 10:12:11 INFO running tests.unit.auth.case_011 +2024-04-01 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-01 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-01 10:12:14 INFO running tests.int.orders.case_014 +2024-04-01 10:12:15 FAIL::tests.int.orders.case_015 - assertion mismatch +2024-04-01 10:12:16 FAIL::tests.unit.search.case_016 - assertion mismatch +2024-04-01 10:12:17 PASS::tests.unit.auth.case_017 +2024-04-01 10:12:18 INFO running tests.unit.search.case_018 +2024-04-01 10:12:19 PASS::tests.unit.auth.case_019 +2024-04-01 10:12:20 PASS::tests.e2e.checkout.case_020 +2024-04-01 10:12:21 FAIL::tests.e2e.checkout.case_021 - assertion mismatch +2024-04-01 10:12:22 INFO running tests.e2e.checkout.case_022 +2024-04-01 10:12:23 INFO running tests.smoke.platform.case_023 +2024-04-01 10:12:24 FAIL::tests.smoke.platform.case_024 - assertion mismatch +2024-04-01 10:12:25 INFO running tests.int.orders.case_025 +2024-04-01 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-01 10:12:27 PASS::tests.unit.search.case_027 +2024-04-01 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-01 10:12:29 INFO running tests.int.orders.case_029 +2024-04-01 10:12:30 INFO running tests.unit.search.case_030 +2024-04-01 10:12:31 FAIL::tests.e2e.checkout.case_031 - assertion mismatch +2024-04-01 10:12:32 INFO running tests.e2e.checkout.case_032 +2024-04-01 10:12:33 INFO running tests.unit.auth.case_033 +2024-04-01 10:12:34 PASS::tests.unit.auth.case_034 +2024-04-01 10:12:35 FAIL::tests.smoke.platform.case_035 - assertion mismatch +2024-04-01 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..048e377c19d5bff5264447a07628dea0bdcd96ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/nightly-regression.log @@ -0,0 +1,39 @@ +2024-04-01 10:12:00 INFO running tests.smoke.platform.case_000 +2024-04-01 10:12:01 INFO running tests.int.orders.case_001 +2024-04-01 10:12:02 FAIL::tests.unit.search.case_002 - assertion mismatch +2024-04-01 10:12:03 PASS::tests.int.orders.case_003 +2024-04-01 10:12:04 PASS::tests.unit.billing.case_004 +2024-04-01 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-01 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-01 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-01 10:12:08 PASS::tests.smoke.platform.case_008 +2024-04-01 10:12:09 INFO running tests.unit.billing.case_009 +2024-04-01 10:12:10 PASS::tests.smoke.platform.case_010 +2024-04-01 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-01 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-01 10:12:13 FAIL::tests.unit.auth.case_013 - assertion mismatch +2024-04-01 10:12:14 PASS::tests.unit.search.case_014 +2024-04-01 10:12:15 INFO running tests.unit.search.case_015 +2024-04-01 10:12:16 FAIL::tests.e2e.checkout.case_016 - assertion mismatch +2024-04-01 10:12:17 PASS::tests.int.orders.case_017 +2024-04-01 10:12:18 PASS::tests.int.orders.case_018 +2024-04-01 10:12:19 PASS::tests.unit.billing.case_019 +2024-04-01 10:12:20 PASS::tests.int.orders.case_020 +2024-04-01 10:12:21 PASS::tests.e2e.checkout.case_021 +2024-04-01 10:12:22 INFO running tests.unit.auth.case_022 +2024-04-01 10:12:23 PASS::tests.e2e.checkout.case_023 +2024-04-01 10:12:24 FAIL::tests.unit.auth.case_024 - assertion mismatch +2024-04-01 10:12:25 PASS::tests.e2e.checkout.case_025 +2024-04-01 10:12:26 FAIL::tests.unit.auth.case_026 - assertion mismatch +2024-04-01 10:12:27 PASS::tests.unit.auth.case_027 +2024-04-01 10:12:28 INFO running tests.int.orders.case_028 +2024-04-01 10:12:29 FAIL::tests.e2e.checkout.case_029 - assertion mismatch +2024-04-01 10:12:30 INFO running tests.e2e.checkout.case_030 +2024-04-01 10:12:31 PASS::tests.unit.auth.case_031 +2024-04-01 10:12:32 PASS::tests.unit.billing.case_032 +2024-04-01 10:12:33 INFO running tests.smoke.platform.case_033 +2024-04-01 10:12:34 INFO running tests.int.orders.case_034 +2024-04-01 10:12:35 FAIL::tests.unit.search.case_035 - assertion mismatch +2024-04-01 10:12:36 FAIL::tests.unit.auth.case_036 - assertion mismatch +2024-04-01 10:12:37 INFO running tests.int.orders.case_037 +2024-04-01 10:12:38 FAIL::tests.int.orders.case_038 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..cda912ae38b06e3b6df43b2160c8e133d5a0a718 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/pytest-e2e.log @@ -0,0 +1,39 @@ +2024-04-01 10:12:00 INFO running tests.int.orders.case_000 +2024-04-01 10:12:01 INFO running tests.unit.search.case_001 +2024-04-01 10:12:02 INFO running tests.int.orders.case_002 +2024-04-01 10:12:03 INFO running tests.smoke.platform.case_003 +2024-04-01 10:12:04 FAIL::tests.int.orders.case_004 - assertion mismatch +2024-04-01 10:12:05 INFO running tests.int.orders.case_005 +2024-04-01 10:12:06 INFO running tests.unit.auth.case_006 +2024-04-01 10:12:07 PASS::tests.smoke.platform.case_007 +2024-04-01 10:12:08 INFO running tests.int.orders.case_008 +2024-04-01 10:12:09 INFO running tests.unit.billing.case_009 +2024-04-01 10:12:10 INFO running tests.e2e.checkout.case_010 +2024-04-01 10:12:11 FAIL::tests.unit.auth.case_011 - assertion mismatch +2024-04-01 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-01 10:12:13 INFO running tests.smoke.platform.case_013 +2024-04-01 10:12:14 PASS::tests.int.orders.case_014 +2024-04-01 10:12:15 PASS::tests.unit.billing.case_015 +2024-04-01 10:12:16 INFO running tests.smoke.platform.case_016 +2024-04-01 10:12:17 FAIL::tests.unit.search.case_017 - assertion mismatch +2024-04-01 10:12:18 INFO running tests.smoke.platform.case_018 +2024-04-01 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-01 10:12:20 PASS::tests.unit.billing.case_020 +2024-04-01 10:12:21 FAIL::tests.unit.search.case_021 - assertion mismatch +2024-04-01 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-01 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-01 10:12:24 INFO running tests.unit.search.case_024 +2024-04-01 10:12:25 INFO running tests.unit.search.case_025 +2024-04-01 10:12:26 FAIL::tests.unit.billing.case_026 - assertion mismatch +2024-04-01 10:12:27 PASS::tests.int.orders.case_027 +2024-04-01 10:12:28 PASS::tests.unit.search.case_028 +2024-04-01 10:12:29 FAIL::tests.int.orders.case_029 - assertion mismatch +2024-04-01 10:12:30 FAIL::tests.unit.auth.case_030 - assertion mismatch +2024-04-01 10:12:31 PASS::tests.unit.auth.case_031 +2024-04-01 10:12:32 INFO running tests.smoke.platform.case_032 +2024-04-01 10:12:33 INFO running tests.unit.billing.case_033 +2024-04-01 10:12:34 INFO running tests.smoke.platform.case_034 +2024-04-01 10:12:35 PASS::tests.int.orders.case_035 +2024-04-01 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch +2024-04-01 10:12:37 FAIL::tests.int.orders.case_037 - assertion mismatch +2024-04-01 10:12:38 PASS::tests.unit.auth.case_038 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..9506f0e19c4a5b145abe1cb4e1b62c87983f68d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-01/smoke-suite.log @@ -0,0 +1,37 @@ +2024-04-01 10:12:00 PASS::tests.smoke.platform.case_000 +2024-04-01 10:12:01 INFO running tests.unit.auth.case_001 +2024-04-01 10:12:02 INFO running tests.unit.billing.case_002 +2024-04-01 10:12:03 PASS::tests.e2e.checkout.case_003 +2024-04-01 10:12:04 FAIL::tests.e2e.checkout.case_004 - assertion mismatch +2024-04-01 10:12:05 INFO running tests.unit.billing.case_005 +2024-04-01 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-01 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-01 10:12:08 PASS::tests.int.orders.case_008 +2024-04-01 10:12:09 INFO running tests.unit.search.case_009 +2024-04-01 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-01 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-01 10:12:12 INFO running tests.int.orders.case_012 +2024-04-01 10:12:13 INFO running tests.unit.search.case_013 +2024-04-01 10:12:14 INFO running tests.unit.search.case_014 +2024-04-01 10:12:15 FAIL::tests.unit.auth.case_015 - assertion mismatch +2024-04-01 10:12:16 PASS::tests.unit.search.case_016 +2024-04-01 10:12:17 INFO running tests.unit.auth.case_017 +2024-04-01 10:12:18 PASS::tests.e2e.checkout.case_018 +2024-04-01 10:12:19 PASS::tests.int.orders.case_019 +2024-04-01 10:12:20 FAIL::tests.unit.auth.case_020 - assertion mismatch +2024-04-01 10:12:21 INFO running tests.unit.billing.case_021 +2024-04-01 10:12:22 INFO running tests.unit.billing.case_022 +2024-04-01 10:12:23 PASS::tests.int.orders.case_023 +2024-04-01 10:12:24 INFO running tests.int.orders.case_024 +2024-04-01 10:12:25 PASS::tests.unit.search.case_025 +2024-04-01 10:12:26 PASS::tests.unit.search.case_026 +2024-04-01 10:12:27 PASS::tests.unit.auth.case_027 +2024-04-01 10:12:28 INFO running tests.unit.auth.case_028 +2024-04-01 10:12:29 INFO running tests.unit.billing.case_029 +2024-04-01 10:12:30 PASS::tests.e2e.checkout.case_030 +2024-04-01 10:12:31 FAIL::tests.unit.billing.case_031 - assertion mismatch +2024-04-01 10:12:32 INFO running tests.int.orders.case_032 +2024-04-01 10:12:33 PASS::tests.unit.search.case_033 +2024-04-01 10:12:34 PASS::tests.unit.billing.case_034 +2024-04-01 10:12:35 FAIL::tests.e2e.checkout.case_035 - assertion mismatch +2024-04-01 10:12:36 PASS::tests.unit.billing.case_036 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..e24f4c7541bb3079b9f6356a7984bb46a62b1a80 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/lint.log @@ -0,0 +1,43 @@ +2024-04-02 10:12:00 FAIL::tests.smoke.platform.case_000 - assertion mismatch +2024-04-02 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-02 10:12:02 FAIL::tests.unit.billing.case_002 - assertion mismatch +2024-04-02 10:12:03 FAIL::tests.smoke.platform.case_003 - assertion mismatch +2024-04-02 10:12:04 INFO running tests.smoke.platform.case_004 +2024-04-02 10:12:05 INFO running tests.e2e.checkout.case_005 +2024-04-02 10:12:06 FAIL::tests.e2e.checkout.case_006 - assertion mismatch +2024-04-02 10:12:07 INFO running tests.unit.auth.case_007 +2024-04-02 10:12:08 FAIL::tests.unit.search.case_008 - assertion mismatch +2024-04-02 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-02 10:12:10 INFO running tests.smoke.platform.case_010 +2024-04-02 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-02 10:12:12 INFO running tests.unit.billing.case_012 +2024-04-02 10:12:13 FAIL::tests.smoke.platform.case_013 - assertion mismatch +2024-04-02 10:12:14 FAIL::tests.unit.auth.case_014 - assertion mismatch +2024-04-02 10:12:15 PASS::tests.int.orders.case_015 +2024-04-02 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-02 10:12:17 INFO running tests.unit.search.case_017 +2024-04-02 10:12:18 FAIL::tests.unit.auth.case_018 - assertion mismatch +2024-04-02 10:12:19 PASS::tests.int.orders.case_019 +2024-04-02 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-02 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-02 10:12:22 PASS::tests.unit.billing.case_022 +2024-04-02 10:12:23 INFO running tests.unit.search.case_023 +2024-04-02 10:12:24 FAIL::tests.unit.billing.case_024 - assertion mismatch +2024-04-02 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-02 10:12:26 FAIL::tests.unit.auth.case_026 - assertion mismatch +2024-04-02 10:12:27 FAIL::tests.unit.search.case_027 - assertion mismatch +2024-04-02 10:12:28 INFO running tests.smoke.platform.case_028 +2024-04-02 10:12:29 PASS::tests.unit.search.case_029 +2024-04-02 10:12:30 PASS::tests.unit.search.case_030 +2024-04-02 10:12:31 INFO running tests.e2e.checkout.case_031 +2024-04-02 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-02 10:12:33 INFO running tests.int.orders.case_033 +2024-04-02 10:12:34 PASS::tests.unit.auth.case_034 +2024-04-02 10:12:35 INFO running tests.e2e.checkout.case_035 +2024-04-02 10:12:36 INFO running tests.smoke.platform.case_036 +2024-04-02 10:12:37 PASS::tests.unit.auth.case_037 +2024-04-02 10:12:38 PASS::tests.unit.search.case_038 +2024-04-02 10:12:39 PASS::tests.unit.auth.case_039 +2024-04-02 10:12:40 PASS::tests.smoke.platform.case_040 +2024-04-02 10:12:41 INFO running tests.int.orders.case_041 +2024-04-02 10:12:42 INFO running tests.int.orders.case_042 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..937d2d098fe28f6c48505a017c4e8166ef24427d --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/nightly-regression.log @@ -0,0 +1,39 @@ +2024-04-02 10:12:00 FAIL::tests.int.orders.case_000 - assertion mismatch +2024-04-02 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-02 10:12:02 PASS::tests.int.orders.case_002 +2024-04-02 10:12:03 INFO running tests.unit.billing.case_003 +2024-04-02 10:12:04 INFO running tests.unit.search.case_004 +2024-04-02 10:12:05 PASS::tests.unit.search.case_005 +2024-04-02 10:12:06 INFO running tests.int.orders.case_006 +2024-04-02 10:12:07 FAIL::tests.e2e.checkout.case_007 - assertion mismatch +2024-04-02 10:12:08 FAIL::tests.e2e.checkout.case_008 - assertion mismatch +2024-04-02 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-02 10:12:10 PASS::tests.e2e.checkout.case_010 +2024-04-02 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-02 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-02 10:12:13 PASS::tests.smoke.platform.case_013 +2024-04-02 10:12:14 PASS::tests.int.orders.case_014 +2024-04-02 10:12:15 INFO running tests.unit.search.case_015 +2024-04-02 10:12:16 INFO running tests.int.orders.case_016 +2024-04-02 10:12:17 PASS::tests.unit.billing.case_017 +2024-04-02 10:12:18 INFO running tests.smoke.platform.case_018 +2024-04-02 10:12:19 INFO running tests.unit.search.case_019 +2024-04-02 10:12:20 PASS::tests.e2e.checkout.case_020 +2024-04-02 10:12:21 FAIL::tests.smoke.platform.case_021 - assertion mismatch +2024-04-02 10:12:22 PASS::tests.unit.search.case_022 +2024-04-02 10:12:23 FAIL::tests.smoke.platform.case_023 - assertion mismatch +2024-04-02 10:12:24 FAIL::tests.unit.auth.case_024 - assertion mismatch +2024-04-02 10:12:25 FAIL::tests.unit.search.case_025 - assertion mismatch +2024-04-02 10:12:26 FAIL::tests.unit.search.case_026 - assertion mismatch +2024-04-02 10:12:27 INFO running tests.int.orders.case_027 +2024-04-02 10:12:28 INFO running tests.unit.auth.case_028 +2024-04-02 10:12:29 INFO running tests.unit.billing.case_029 +2024-04-02 10:12:30 FAIL::tests.unit.auth.case_030 - assertion mismatch +2024-04-02 10:12:31 INFO running tests.unit.auth.case_031 +2024-04-02 10:12:32 INFO running tests.unit.search.case_032 +2024-04-02 10:12:33 PASS::tests.e2e.checkout.case_033 +2024-04-02 10:12:34 FAIL::tests.e2e.checkout.case_034 - assertion mismatch +2024-04-02 10:12:35 INFO running tests.unit.billing.case_035 +2024-04-02 10:12:36 INFO running tests.int.orders.case_036 +2024-04-02 10:12:37 INFO running tests.e2e.checkout.case_037 +2024-04-02 10:12:38 PASS::tests.unit.search.case_038 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/pytest-integration.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/pytest-integration.log new file mode 100644 index 0000000000000000000000000000000000000000..77fd93ca78fcbf67feb9542ada18e5cd265982c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/pytest-integration.log @@ -0,0 +1,30 @@ +2024-04-02 10:12:00 FAIL::tests.e2e.checkout.case_000 - assertion mismatch +2024-04-02 10:12:01 PASS::tests.smoke.platform.case_001 +2024-04-02 10:12:02 FAIL::tests.unit.billing.case_002 - assertion mismatch +2024-04-02 10:12:03 FAIL::tests.unit.billing.case_003 - assertion mismatch +2024-04-02 10:12:04 PASS::tests.smoke.platform.case_004 +2024-04-02 10:12:05 PASS::tests.e2e.checkout.case_005 +2024-04-02 10:12:06 FAIL::tests.e2e.checkout.case_006 - assertion mismatch +2024-04-02 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-02 10:12:08 INFO running tests.unit.billing.case_008 +2024-04-02 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-02 10:12:10 INFO running tests.int.orders.case_010 +2024-04-02 10:12:11 FAIL::tests.smoke.platform.case_011 - assertion mismatch +2024-04-02 10:12:12 INFO running tests.unit.search.case_012 +2024-04-02 10:12:13 FAIL::tests.unit.auth.case_013 - assertion mismatch +2024-04-02 10:12:14 INFO running tests.smoke.platform.case_014 +2024-04-02 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-02 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-02 10:12:17 INFO running tests.unit.search.case_017 +2024-04-02 10:12:18 FAIL::tests.int.orders.case_018 - assertion mismatch +2024-04-02 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-02 10:12:20 FAIL::tests.unit.search.case_020 - assertion mismatch +2024-04-02 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-02 10:12:22 FAIL::tests.unit.search.case_022 - assertion mismatch +2024-04-02 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-02 10:12:24 FAIL::tests.smoke.platform.case_024 - assertion mismatch +2024-04-02 10:12:25 PASS::tests.int.orders.case_025 +2024-04-02 10:12:26 INFO running tests.e2e.checkout.case_026 +2024-04-02 10:12:27 INFO running tests.smoke.platform.case_027 +2024-04-02 10:12:28 FAIL::tests.smoke.platform.case_028 - assertion mismatch +2024-04-02 10:12:29 FAIL::tests.unit.auth.case_029 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/pytest-unit.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/pytest-unit.log new file mode 100644 index 0000000000000000000000000000000000000000..695f5d69c71eae795a44a72384a19d7e766a4b27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-02/pytest-unit.log @@ -0,0 +1,32 @@ +2024-04-02 10:12:00 INFO running tests.smoke.platform.case_000 +2024-04-02 10:12:01 PASS::tests.smoke.platform.case_001 +2024-04-02 10:12:02 FAIL::tests.unit.auth.case_002 - assertion mismatch +2024-04-02 10:12:03 PASS::tests.e2e.checkout.case_003 +2024-04-02 10:12:04 INFO running tests.unit.billing.case_004 +2024-04-02 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-02 10:12:06 INFO running tests.smoke.platform.case_006 +2024-04-02 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-02 10:12:08 FAIL::tests.unit.auth.case_008 - assertion mismatch +2024-04-02 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-02 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-02 10:12:11 INFO running tests.unit.auth.case_011 +2024-04-02 10:12:12 INFO running tests.smoke.platform.case_012 +2024-04-02 10:12:13 FAIL::tests.e2e.checkout.case_013 - assertion mismatch +2024-04-02 10:12:14 FAIL::tests.unit.auth.case_014 - assertion mismatch +2024-04-02 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-02 10:12:16 INFO running tests.unit.search.case_016 +2024-04-02 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-02 10:12:18 FAIL::tests.smoke.platform.case_018 - assertion mismatch +2024-04-02 10:12:19 INFO running tests.int.orders.case_019 +2024-04-02 10:12:20 FAIL::tests.unit.billing.case_020 - assertion mismatch +2024-04-02 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-02 10:12:22 PASS::tests.int.orders.case_022 +2024-04-02 10:12:23 PASS::tests.unit.search.case_023 +2024-04-02 10:12:24 FAIL::tests.unit.search.case_024 - assertion mismatch +2024-04-02 10:12:25 INFO running tests.unit.billing.case_025 +2024-04-02 10:12:26 INFO running tests.unit.search.case_026 +2024-04-02 10:12:27 FAIL::tests.unit.auth.case_027 - assertion mismatch +2024-04-02 10:12:28 FAIL::tests.smoke.platform.case_028 - assertion mismatch +2024-04-02 10:12:29 INFO running tests.e2e.checkout.case_029 +2024-04-02 10:12:30 FAIL::tests.unit.search.case_030 - assertion mismatch +2024-04-02 10:12:31 INFO running tests.unit.auth.case_031 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..b2b84630479712245016eb1f516dead28339ea6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/lint.log @@ -0,0 +1,35 @@ +2024-04-03 10:12:00 PASS::tests.int.orders.case_000 +2024-04-03 10:12:01 FAIL::tests.unit.billing.case_001 - assertion mismatch +2024-04-03 10:12:02 INFO running tests.unit.auth.case_002 +2024-04-03 10:12:03 FAIL::tests.unit.billing.case_003 - assertion mismatch +2024-04-03 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-03 10:12:05 PASS::tests.unit.search.case_005 +2024-04-03 10:12:06 PASS::tests.smoke.platform.case_006 +2024-04-03 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-03 10:12:08 PASS::tests.unit.auth.case_008 +2024-04-03 10:12:09 FAIL::tests.smoke.platform.case_009 - assertion mismatch +2024-04-03 10:12:10 PASS::tests.unit.auth.case_010 +2024-04-03 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-03 10:12:12 FAIL::tests.unit.auth.case_012 - assertion mismatch +2024-04-03 10:12:13 INFO running tests.unit.search.case_013 +2024-04-03 10:12:14 FAIL::tests.unit.auth.case_014 - assertion mismatch +2024-04-03 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-03 10:12:16 FAIL::tests.int.orders.case_016 - assertion mismatch +2024-04-03 10:12:17 FAIL::tests.unit.auth.case_017 - assertion mismatch +2024-04-03 10:12:18 INFO running tests.int.orders.case_018 +2024-04-03 10:12:19 INFO running tests.unit.search.case_019 +2024-04-03 10:12:20 INFO running tests.unit.billing.case_020 +2024-04-03 10:12:21 FAIL::tests.unit.billing.case_021 - assertion mismatch +2024-04-03 10:12:22 PASS::tests.unit.auth.case_022 +2024-04-03 10:12:23 FAIL::tests.e2e.checkout.case_023 - assertion mismatch +2024-04-03 10:12:24 INFO running tests.smoke.platform.case_024 +2024-04-03 10:12:25 INFO running tests.e2e.checkout.case_025 +2024-04-03 10:12:26 PASS::tests.smoke.platform.case_026 +2024-04-03 10:12:27 INFO running tests.unit.auth.case_027 +2024-04-03 10:12:28 INFO running tests.unit.auth.case_028 +2024-04-03 10:12:29 FAIL::tests.smoke.platform.case_029 - assertion mismatch +2024-04-03 10:12:30 PASS::tests.int.orders.case_030 +2024-04-03 10:12:31 PASS::tests.unit.auth.case_031 +2024-04-03 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-03 10:12:33 INFO running tests.e2e.checkout.case_033 +2024-04-03 10:12:34 INFO running tests.unit.search.case_034 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..d89a2ada03c2869c8b8c6ca4abc9f1622880dafb --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/pytest-e2e.log @@ -0,0 +1,40 @@ +2024-04-03 10:12:00 INFO running tests.unit.search.case_000 +2024-04-03 10:12:01 PASS::tests.unit.auth.case_001 +2024-04-03 10:12:02 PASS::tests.e2e.checkout.case_002 +2024-04-03 10:12:03 PASS::tests.unit.auth.case_003 +2024-04-03 10:12:04 PASS::tests.unit.auth.case_004 +2024-04-03 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-03 10:12:06 FAIL::tests.int.orders.case_006 - assertion mismatch +2024-04-03 10:12:07 FAIL::tests.unit.search.case_007 - assertion mismatch +2024-04-03 10:12:08 PASS::tests.int.orders.case_008 +2024-04-03 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-03 10:12:10 FAIL::tests.unit.auth.case_010 - assertion mismatch +2024-04-03 10:12:11 FAIL::tests.smoke.platform.case_011 - assertion mismatch +2024-04-03 10:12:12 FAIL::tests.unit.search.case_012 - assertion mismatch +2024-04-03 10:12:13 INFO running tests.unit.search.case_013 +2024-04-03 10:12:14 PASS::tests.unit.auth.case_014 +2024-04-03 10:12:15 PASS::tests.unit.search.case_015 +2024-04-03 10:12:16 INFO running tests.unit.billing.case_016 +2024-04-03 10:12:17 INFO running tests.smoke.platform.case_017 +2024-04-03 10:12:18 FAIL::tests.unit.billing.case_018 - assertion mismatch +2024-04-03 10:12:19 INFO running tests.smoke.platform.case_019 +2024-04-03 10:12:20 FAIL::tests.unit.auth.case_020 - assertion mismatch +2024-04-03 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-03 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-03 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-03 10:12:24 INFO running tests.unit.search.case_024 +2024-04-03 10:12:25 FAIL::tests.unit.auth.case_025 - assertion mismatch +2024-04-03 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-03 10:12:27 FAIL::tests.int.orders.case_027 - assertion mismatch +2024-04-03 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-03 10:12:29 FAIL::tests.smoke.platform.case_029 - assertion mismatch +2024-04-03 10:12:30 INFO running tests.unit.auth.case_030 +2024-04-03 10:12:31 PASS::tests.unit.billing.case_031 +2024-04-03 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-03 10:12:33 FAIL::tests.unit.billing.case_033 - assertion mismatch +2024-04-03 10:12:34 FAIL::tests.smoke.platform.case_034 - assertion mismatch +2024-04-03 10:12:35 INFO running tests.unit.billing.case_035 +2024-04-03 10:12:36 PASS::tests.int.orders.case_036 +2024-04-03 10:12:37 PASS::tests.int.orders.case_037 +2024-04-03 10:12:38 INFO running tests.int.orders.case_038 +2024-04-03 10:12:39 INFO running tests.unit.search.case_039 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/pytest-unit.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/pytest-unit.log new file mode 100644 index 0000000000000000000000000000000000000000..eb1cff09748a0cc43b1a5acf5421a2b1c704c1c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/pytest-unit.log @@ -0,0 +1,45 @@ +2024-04-03 10:12:00 FAIL::tests.unit.billing.case_000 - assertion mismatch +2024-04-03 10:12:01 INFO running tests.smoke.platform.case_001 +2024-04-03 10:12:02 INFO running tests.e2e.checkout.case_002 +2024-04-03 10:12:03 PASS::tests.unit.billing.case_003 +2024-04-03 10:12:04 FAIL::tests.unit.billing.case_004 - assertion mismatch +2024-04-03 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-03 10:12:06 INFO running tests.unit.auth.case_006 +2024-04-03 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-03 10:12:08 FAIL::tests.int.orders.case_008 - assertion mismatch +2024-04-03 10:12:09 INFO running tests.int.orders.case_009 +2024-04-03 10:12:10 FAIL::tests.unit.billing.case_010 - assertion mismatch +2024-04-03 10:12:11 INFO running tests.unit.auth.case_011 +2024-04-03 10:12:12 PASS::tests.e2e.checkout.case_012 +2024-04-03 10:12:13 INFO running tests.e2e.checkout.case_013 +2024-04-03 10:12:14 FAIL::tests.unit.search.case_014 - assertion mismatch +2024-04-03 10:12:15 INFO running tests.smoke.platform.case_015 +2024-04-03 10:12:16 INFO running tests.unit.search.case_016 +2024-04-03 10:12:17 INFO running tests.smoke.platform.case_017 +2024-04-03 10:12:18 INFO running tests.unit.billing.case_018 +2024-04-03 10:12:19 INFO running tests.unit.search.case_019 +2024-04-03 10:12:20 FAIL::tests.e2e.checkout.case_020 - assertion mismatch +2024-04-03 10:12:21 PASS::tests.unit.auth.case_021 +2024-04-03 10:12:22 PASS::tests.unit.search.case_022 +2024-04-03 10:12:23 INFO running tests.unit.search.case_023 +2024-04-03 10:12:24 INFO running tests.unit.auth.case_024 +2024-04-03 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-03 10:12:26 PASS::tests.unit.auth.case_026 +2024-04-03 10:12:27 FAIL::tests.int.orders.case_027 - assertion mismatch +2024-04-03 10:12:28 INFO running tests.int.orders.case_028 +2024-04-03 10:12:29 INFO running tests.e2e.checkout.case_029 +2024-04-03 10:12:30 FAIL::tests.unit.search.case_030 - assertion mismatch +2024-04-03 10:12:31 FAIL::tests.unit.auth.case_031 - assertion mismatch +2024-04-03 10:12:32 INFO running tests.unit.auth.case_032 +2024-04-03 10:12:33 FAIL::tests.int.orders.case_033 - assertion mismatch +2024-04-03 10:12:34 FAIL::tests.e2e.checkout.case_034 - assertion mismatch +2024-04-03 10:12:35 FAIL::tests.unit.auth.case_035 - assertion mismatch +2024-04-03 10:12:36 FAIL::tests.unit.auth.case_036 - assertion mismatch +2024-04-03 10:12:37 FAIL::tests.smoke.platform.case_037 - assertion mismatch +2024-04-03 10:12:38 INFO running tests.e2e.checkout.case_038 +2024-04-03 10:12:39 FAIL::tests.unit.billing.case_039 - assertion mismatch +2024-04-03 10:12:40 PASS::tests.unit.search.case_040 +2024-04-03 10:12:41 PASS::tests.unit.search.case_041 +2024-04-03 10:12:42 FAIL::tests.unit.auth.case_042 - assertion mismatch +2024-04-03 10:12:43 INFO running tests.e2e.checkout.case_043 +2024-04-03 10:12:44 INFO running tests.int.orders.case_044 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..7e61a6208ab3d41d641c0044afa595c38218cb8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-03/smoke-suite.log @@ -0,0 +1,37 @@ +2024-04-03 10:12:00 INFO running tests.unit.auth.case_000 +2024-04-03 10:12:01 INFO running tests.smoke.platform.case_001 +2024-04-03 10:12:02 INFO running tests.int.orders.case_002 +2024-04-03 10:12:03 INFO running tests.unit.billing.case_003 +2024-04-03 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-03 10:12:05 INFO running tests.unit.search.case_005 +2024-04-03 10:12:06 FAIL::tests.e2e.checkout.case_006 - assertion mismatch +2024-04-03 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-03 10:12:08 PASS::tests.unit.billing.case_008 +2024-04-03 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-03 10:12:10 PASS::tests.unit.billing.case_010 +2024-04-03 10:12:11 PASS::tests.int.orders.case_011 +2024-04-03 10:12:12 FAIL::tests.int.orders.case_012 - assertion mismatch +2024-04-03 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-03 10:12:14 PASS::tests.unit.search.case_014 +2024-04-03 10:12:15 FAIL::tests.unit.search.case_015 - assertion mismatch +2024-04-03 10:12:16 FAIL::tests.unit.auth.case_016 - assertion mismatch +2024-04-03 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-03 10:12:18 FAIL::tests.smoke.platform.case_018 - assertion mismatch +2024-04-03 10:12:19 FAIL::tests.unit.auth.case_019 - assertion mismatch +2024-04-03 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-03 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-03 10:12:22 PASS::tests.smoke.platform.case_022 +2024-04-03 10:12:23 PASS::tests.e2e.checkout.case_023 +2024-04-03 10:12:24 INFO running tests.e2e.checkout.case_024 +2024-04-03 10:12:25 FAIL::tests.e2e.checkout.case_025 - assertion mismatch +2024-04-03 10:12:26 PASS::tests.unit.search.case_026 +2024-04-03 10:12:27 PASS::tests.smoke.platform.case_027 +2024-04-03 10:12:28 PASS::tests.unit.auth.case_028 +2024-04-03 10:12:29 FAIL::tests.smoke.platform.case_029 - assertion mismatch +2024-04-03 10:12:30 INFO running tests.smoke.platform.case_030 +2024-04-03 10:12:31 INFO running tests.int.orders.case_031 +2024-04-03 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-03 10:12:33 FAIL::tests.unit.billing.case_033 - assertion mismatch +2024-04-03 10:12:34 PASS::tests.unit.search.case_034 +2024-04-03 10:12:35 PASS::tests.int.orders.case_035 +2024-04-03 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..a64fef6419c854400dc75d26e8778e6a16f0feb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/lint.log @@ -0,0 +1,40 @@ +2024-04-04 10:12:00 PASS::tests.unit.auth.case_000 +2024-04-04 10:12:01 PASS::tests.unit.search.case_001 +2024-04-04 10:12:02 PASS::tests.int.orders.case_002 +2024-04-04 10:12:03 FAIL::tests.e2e.checkout.case_003 - assertion mismatch +2024-04-04 10:12:04 FAIL::tests.smoke.platform.case_004 - assertion mismatch +2024-04-04 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-04 10:12:06 PASS::tests.int.orders.case_006 +2024-04-04 10:12:07 FAIL::tests.unit.billing.case_007 - assertion mismatch +2024-04-04 10:12:08 INFO running tests.unit.auth.case_008 +2024-04-04 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-04 10:12:10 INFO running tests.int.orders.case_010 +2024-04-04 10:12:11 INFO running tests.unit.search.case_011 +2024-04-04 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-04 10:12:13 INFO running tests.unit.billing.case_013 +2024-04-04 10:12:14 PASS::tests.e2e.checkout.case_014 +2024-04-04 10:12:15 FAIL::tests.smoke.platform.case_015 - assertion mismatch +2024-04-04 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-04 10:12:17 INFO running tests.unit.billing.case_017 +2024-04-04 10:12:18 FAIL::tests.int.orders.case_018 - assertion mismatch +2024-04-04 10:12:19 FAIL::tests.unit.search.case_019 - assertion mismatch +2024-04-04 10:12:20 PASS::tests.unit.billing.case_020 +2024-04-04 10:12:21 INFO running tests.unit.search.case_021 +2024-04-04 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-04 10:12:23 PASS::tests.e2e.checkout.case_023 +2024-04-04 10:12:24 INFO running tests.unit.billing.case_024 +2024-04-04 10:12:25 PASS::tests.e2e.checkout.case_025 +2024-04-04 10:12:26 INFO running tests.int.orders.case_026 +2024-04-04 10:12:27 FAIL::tests.int.orders.case_027 - assertion mismatch +2024-04-04 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-04 10:12:29 INFO running tests.int.orders.case_029 +2024-04-04 10:12:30 PASS::tests.unit.auth.case_030 +2024-04-04 10:12:31 INFO running tests.e2e.checkout.case_031 +2024-04-04 10:12:32 FAIL::tests.unit.billing.case_032 - assertion mismatch +2024-04-04 10:12:33 PASS::tests.unit.billing.case_033 +2024-04-04 10:12:34 INFO running tests.e2e.checkout.case_034 +2024-04-04 10:12:35 FAIL::tests.unit.billing.case_035 - assertion mismatch +2024-04-04 10:12:36 INFO running tests.int.orders.case_036 +2024-04-04 10:12:37 FAIL::tests.smoke.platform.case_037 - assertion mismatch +2024-04-04 10:12:38 PASS::tests.unit.auth.case_038 +2024-04-04 10:12:39 FAIL::tests.unit.search.case_039 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..121a9d1de5424cb69d8945cf3b8adb17db4fee69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/nightly-regression.log @@ -0,0 +1,33 @@ +2024-04-04 10:12:00 INFO running tests.int.orders.case_000 +2024-04-04 10:12:01 PASS::tests.int.orders.case_001 +2024-04-04 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-04 10:12:03 PASS::tests.int.orders.case_003 +2024-04-04 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-04 10:12:05 PASS::tests.unit.auth.case_005 +2024-04-04 10:12:06 PASS::tests.unit.auth.case_006 +2024-04-04 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-04 10:12:08 INFO running tests.unit.search.case_008 +2024-04-04 10:12:09 INFO running tests.smoke.platform.case_009 +2024-04-04 10:12:10 FAIL::tests.unit.billing.case_010 - assertion mismatch +2024-04-04 10:12:11 INFO running tests.e2e.checkout.case_011 +2024-04-04 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-04 10:12:13 PASS::tests.e2e.checkout.case_013 +2024-04-04 10:12:14 INFO running tests.e2e.checkout.case_014 +2024-04-04 10:12:15 FAIL::tests.int.orders.case_015 - assertion mismatch +2024-04-04 10:12:16 INFO running tests.unit.billing.case_016 +2024-04-04 10:12:17 FAIL::tests.e2e.checkout.case_017 - assertion mismatch +2024-04-04 10:12:18 FAIL::tests.unit.auth.case_018 - assertion mismatch +2024-04-04 10:12:19 FAIL::tests.smoke.platform.case_019 - assertion mismatch +2024-04-04 10:12:20 INFO running tests.e2e.checkout.case_020 +2024-04-04 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-04 10:12:22 INFO running tests.unit.billing.case_022 +2024-04-04 10:12:23 FAIL::tests.unit.search.case_023 - assertion mismatch +2024-04-04 10:12:24 FAIL::tests.unit.search.case_024 - assertion mismatch +2024-04-04 10:12:25 PASS::tests.unit.search.case_025 +2024-04-04 10:12:26 FAIL::tests.unit.search.case_026 - assertion mismatch +2024-04-04 10:12:27 FAIL::tests.unit.billing.case_027 - assertion mismatch +2024-04-04 10:12:28 INFO running tests.unit.billing.case_028 +2024-04-04 10:12:29 FAIL::tests.unit.search.case_029 - assertion mismatch +2024-04-04 10:12:30 INFO running tests.e2e.checkout.case_030 +2024-04-04 10:12:31 FAIL::tests.smoke.platform.case_031 - assertion mismatch +2024-04-04 10:12:32 INFO running tests.unit.search.case_032 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..2b3a580eec03f2935c13ec5d137d4079df5e592f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/pytest-e2e.log @@ -0,0 +1,35 @@ +2024-04-04 10:12:00 FAIL::tests.unit.search.case_000 - assertion mismatch +2024-04-04 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-04 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-04 10:12:03 INFO running tests.unit.search.case_003 +2024-04-04 10:12:04 FAIL::tests.unit.billing.case_004 - assertion mismatch +2024-04-04 10:12:05 INFO running tests.smoke.platform.case_005 +2024-04-04 10:12:06 FAIL::tests.int.orders.case_006 - assertion mismatch +2024-04-04 10:12:07 FAIL::tests.unit.billing.case_007 - assertion mismatch +2024-04-04 10:12:08 PASS::tests.e2e.checkout.case_008 +2024-04-04 10:12:09 PASS::tests.unit.billing.case_009 +2024-04-04 10:12:10 PASS::tests.unit.auth.case_010 +2024-04-04 10:12:11 PASS::tests.e2e.checkout.case_011 +2024-04-04 10:12:12 INFO running tests.unit.search.case_012 +2024-04-04 10:12:13 PASS::tests.unit.auth.case_013 +2024-04-04 10:12:14 INFO running tests.unit.search.case_014 +2024-04-04 10:12:15 PASS::tests.unit.billing.case_015 +2024-04-04 10:12:16 INFO running tests.int.orders.case_016 +2024-04-04 10:12:17 INFO running tests.unit.search.case_017 +2024-04-04 10:12:18 PASS::tests.unit.auth.case_018 +2024-04-04 10:12:19 INFO running tests.unit.billing.case_019 +2024-04-04 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-04 10:12:21 INFO running tests.unit.billing.case_021 +2024-04-04 10:12:22 PASS::tests.e2e.checkout.case_022 +2024-04-04 10:12:23 INFO running tests.unit.auth.case_023 +2024-04-04 10:12:24 PASS::tests.unit.auth.case_024 +2024-04-04 10:12:25 FAIL::tests.unit.auth.case_025 - assertion mismatch +2024-04-04 10:12:26 PASS::tests.unit.search.case_026 +2024-04-04 10:12:27 PASS::tests.unit.search.case_027 +2024-04-04 10:12:28 INFO running tests.e2e.checkout.case_028 +2024-04-04 10:12:29 INFO running tests.unit.auth.case_029 +2024-04-04 10:12:30 PASS::tests.int.orders.case_030 +2024-04-04 10:12:31 INFO running tests.unit.auth.case_031 +2024-04-04 10:12:32 FAIL::tests.unit.search.case_032 - assertion mismatch +2024-04-04 10:12:33 INFO running tests.unit.billing.case_033 +2024-04-04 10:12:34 PASS::tests.unit.auth.case_034 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/pytest-integration.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/pytest-integration.log new file mode 100644 index 0000000000000000000000000000000000000000..03d0d7af0ea43cfca98ec35f2d4ffd4ddc66fa15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-04/pytest-integration.log @@ -0,0 +1,31 @@ +2024-04-04 10:12:00 PASS::tests.smoke.platform.case_000 +2024-04-04 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-04 10:12:02 PASS::tests.int.orders.case_002 +2024-04-04 10:12:03 INFO running tests.smoke.platform.case_003 +2024-04-04 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-04 10:12:05 FAIL::tests.unit.billing.case_005 - assertion mismatch +2024-04-04 10:12:06 PASS::tests.int.orders.case_006 +2024-04-04 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-04 10:12:08 INFO running tests.unit.auth.case_008 +2024-04-04 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-04 10:12:10 FAIL::tests.int.orders.case_010 - assertion mismatch +2024-04-04 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-04 10:12:12 INFO running tests.smoke.platform.case_012 +2024-04-04 10:12:13 INFO running tests.smoke.platform.case_013 +2024-04-04 10:12:14 PASS::tests.int.orders.case_014 +2024-04-04 10:12:15 PASS::tests.e2e.checkout.case_015 +2024-04-04 10:12:16 FAIL::tests.e2e.checkout.case_016 - assertion mismatch +2024-04-04 10:12:17 INFO running tests.unit.auth.case_017 +2024-04-04 10:12:18 FAIL::tests.e2e.checkout.case_018 - assertion mismatch +2024-04-04 10:12:19 FAIL::tests.smoke.platform.case_019 - assertion mismatch +2024-04-04 10:12:20 FAIL::tests.unit.billing.case_020 - assertion mismatch +2024-04-04 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-04 10:12:22 PASS::tests.e2e.checkout.case_022 +2024-04-04 10:12:23 PASS::tests.unit.search.case_023 +2024-04-04 10:12:24 PASS::tests.e2e.checkout.case_024 +2024-04-04 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-04 10:12:26 PASS::tests.unit.search.case_026 +2024-04-04 10:12:27 INFO running tests.unit.search.case_027 +2024-04-04 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-04 10:12:29 FAIL::tests.e2e.checkout.case_029 - assertion mismatch +2024-04-04 10:12:30 FAIL::tests.e2e.checkout.case_030 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..3e364040dc330f92765f629e334f956c321f105f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/lint.log @@ -0,0 +1,31 @@ +2024-04-05 10:12:00 FAIL::tests.unit.search.case_000 - assertion mismatch +2024-04-05 10:12:01 PASS::tests.int.orders.case_001 +2024-04-05 10:12:02 FAIL::tests.smoke.platform.case_002 - assertion mismatch +2024-04-05 10:12:03 PASS::tests.e2e.checkout.case_003 +2024-04-05 10:12:04 PASS::tests.int.orders.case_004 +2024-04-05 10:12:05 PASS::tests.unit.search.case_005 +2024-04-05 10:12:06 INFO running tests.smoke.platform.case_006 +2024-04-05 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-05 10:12:08 PASS::tests.unit.billing.case_008 +2024-04-05 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-05 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-05 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-05 10:12:12 INFO running tests.unit.auth.case_012 +2024-04-05 10:12:13 PASS::tests.e2e.checkout.case_013 +2024-04-05 10:12:14 FAIL::tests.smoke.platform.case_014 - assertion mismatch +2024-04-05 10:12:15 FAIL::tests.unit.auth.case_015 - assertion mismatch +2024-04-05 10:12:16 FAIL::tests.int.orders.case_016 - assertion mismatch +2024-04-05 10:12:17 FAIL::tests.int.orders.case_017 - assertion mismatch +2024-04-05 10:12:18 PASS::tests.unit.search.case_018 +2024-04-05 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-05 10:12:20 INFO running tests.unit.search.case_020 +2024-04-05 10:12:21 PASS::tests.unit.auth.case_021 +2024-04-05 10:12:22 FAIL::tests.unit.search.case_022 - assertion mismatch +2024-04-05 10:12:23 FAIL::tests.int.orders.case_023 - assertion mismatch +2024-04-05 10:12:24 INFO running tests.smoke.platform.case_024 +2024-04-05 10:12:25 FAIL::tests.unit.search.case_025 - assertion mismatch +2024-04-05 10:12:26 INFO running tests.smoke.platform.case_026 +2024-04-05 10:12:27 INFO running tests.unit.search.case_027 +2024-04-05 10:12:28 INFO running tests.unit.billing.case_028 +2024-04-05 10:12:29 PASS::tests.smoke.platform.case_029 +2024-04-05 10:12:30 PASS::tests.unit.billing.case_030 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..554bc5c215c9c4cf18a72e0fe8788a316e5d067d --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/nightly-regression.log @@ -0,0 +1,34 @@ +2024-04-05 10:12:00 FAIL::tests.e2e.checkout.case_000 - assertion mismatch +2024-04-05 10:12:01 PASS::tests.unit.billing.case_001 +2024-04-05 10:12:02 INFO running tests.e2e.checkout.case_002 +2024-04-05 10:12:03 INFO running tests.int.orders.case_003 +2024-04-05 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-05 10:12:05 FAIL::tests.unit.auth.case_005 - assertion mismatch +2024-04-05 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-05 10:12:07 FAIL::tests.smoke.platform.case_007 - assertion mismatch +2024-04-05 10:12:08 FAIL::tests.smoke.platform.case_008 - assertion mismatch +2024-04-05 10:12:09 INFO running tests.unit.billing.case_009 +2024-04-05 10:12:10 INFO running tests.unit.search.case_010 +2024-04-05 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-05 10:12:12 FAIL::tests.unit.billing.case_012 - assertion mismatch +2024-04-05 10:12:13 PASS::tests.unit.auth.case_013 +2024-04-05 10:12:14 PASS::tests.unit.auth.case_014 +2024-04-05 10:12:15 PASS::tests.unit.billing.case_015 +2024-04-05 10:12:16 INFO running tests.int.orders.case_016 +2024-04-05 10:12:17 FAIL::tests.unit.auth.case_017 - assertion mismatch +2024-04-05 10:12:18 INFO running tests.e2e.checkout.case_018 +2024-04-05 10:12:19 PASS::tests.smoke.platform.case_019 +2024-04-05 10:12:20 FAIL::tests.unit.search.case_020 - assertion mismatch +2024-04-05 10:12:21 FAIL::tests.int.orders.case_021 - assertion mismatch +2024-04-05 10:12:22 PASS::tests.int.orders.case_022 +2024-04-05 10:12:23 INFO running tests.int.orders.case_023 +2024-04-05 10:12:24 INFO running tests.int.orders.case_024 +2024-04-05 10:12:25 PASS::tests.int.orders.case_025 +2024-04-05 10:12:26 PASS::tests.e2e.checkout.case_026 +2024-04-05 10:12:27 FAIL::tests.smoke.platform.case_027 - assertion mismatch +2024-04-05 10:12:28 INFO running tests.smoke.platform.case_028 +2024-04-05 10:12:29 FAIL::tests.int.orders.case_029 - assertion mismatch +2024-04-05 10:12:30 FAIL::tests.unit.billing.case_030 - assertion mismatch +2024-04-05 10:12:31 FAIL::tests.smoke.platform.case_031 - assertion mismatch +2024-04-05 10:12:32 PASS::tests.unit.billing.case_032 +2024-04-05 10:12:33 INFO running tests.unit.auth.case_033 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..7d2c624504ca75ffbcc0f930d2330b964c42bd41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/pytest-e2e.log @@ -0,0 +1,32 @@ +2024-04-05 10:12:00 PASS::tests.unit.auth.case_000 +2024-04-05 10:12:01 INFO running tests.e2e.checkout.case_001 +2024-04-05 10:12:02 INFO running tests.int.orders.case_002 +2024-04-05 10:12:03 FAIL::tests.unit.auth.case_003 - assertion mismatch +2024-04-05 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-05 10:12:05 INFO running tests.smoke.platform.case_005 +2024-04-05 10:12:06 INFO running tests.smoke.platform.case_006 +2024-04-05 10:12:07 PASS::tests.unit.billing.case_007 +2024-04-05 10:12:08 PASS::tests.e2e.checkout.case_008 +2024-04-05 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-05 10:12:10 PASS::tests.smoke.platform.case_010 +2024-04-05 10:12:11 FAIL::tests.e2e.checkout.case_011 - assertion mismatch +2024-04-05 10:12:12 PASS::tests.e2e.checkout.case_012 +2024-04-05 10:12:13 FAIL::tests.unit.search.case_013 - assertion mismatch +2024-04-05 10:12:14 INFO running tests.unit.billing.case_014 +2024-04-05 10:12:15 INFO running tests.int.orders.case_015 +2024-04-05 10:12:16 PASS::tests.smoke.platform.case_016 +2024-04-05 10:12:17 PASS::tests.int.orders.case_017 +2024-04-05 10:12:18 INFO running tests.unit.search.case_018 +2024-04-05 10:12:19 PASS::tests.int.orders.case_019 +2024-04-05 10:12:20 INFO running tests.e2e.checkout.case_020 +2024-04-05 10:12:21 PASS::tests.unit.billing.case_021 +2024-04-05 10:12:22 FAIL::tests.e2e.checkout.case_022 - assertion mismatch +2024-04-05 10:12:23 PASS::tests.unit.search.case_023 +2024-04-05 10:12:24 INFO running tests.int.orders.case_024 +2024-04-05 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-05 10:12:26 INFO running tests.int.orders.case_026 +2024-04-05 10:12:27 INFO running tests.smoke.platform.case_027 +2024-04-05 10:12:28 FAIL::tests.smoke.platform.case_028 - assertion mismatch +2024-04-05 10:12:29 FAIL::tests.e2e.checkout.case_029 - assertion mismatch +2024-04-05 10:12:30 FAIL::tests.unit.search.case_030 - assertion mismatch +2024-04-05 10:12:31 FAIL::tests.unit.search.case_031 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/pytest-integration.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/pytest-integration.log new file mode 100644 index 0000000000000000000000000000000000000000..3a6b8814f787ae16f3484b506ccdf9d1460831b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-05/pytest-integration.log @@ -0,0 +1,43 @@ +2024-04-05 10:12:00 FAIL::tests.unit.billing.case_000 - assertion mismatch +2024-04-05 10:12:01 FAIL::tests.e2e.checkout.case_001 - assertion mismatch +2024-04-05 10:12:02 INFO running tests.unit.billing.case_002 +2024-04-05 10:12:03 INFO running tests.smoke.platform.case_003 +2024-04-05 10:12:04 PASS::tests.unit.search.case_004 +2024-04-05 10:12:05 INFO running tests.int.orders.case_005 +2024-04-05 10:12:06 INFO running tests.unit.billing.case_006 +2024-04-05 10:12:07 PASS::tests.unit.search.case_007 +2024-04-05 10:12:08 INFO running tests.smoke.platform.case_008 +2024-04-05 10:12:09 PASS::tests.unit.search.case_009 +2024-04-05 10:12:10 FAIL::tests.e2e.checkout.case_010 - assertion mismatch +2024-04-05 10:12:11 FAIL::tests.e2e.checkout.case_011 - assertion mismatch +2024-04-05 10:12:12 INFO running tests.unit.search.case_012 +2024-04-05 10:12:13 PASS::tests.int.orders.case_013 +2024-04-05 10:12:14 PASS::tests.smoke.platform.case_014 +2024-04-05 10:12:15 FAIL::tests.unit.billing.case_015 - assertion mismatch +2024-04-05 10:12:16 FAIL::tests.unit.search.case_016 - assertion mismatch +2024-04-05 10:12:17 PASS::tests.unit.auth.case_017 +2024-04-05 10:12:18 FAIL::tests.e2e.checkout.case_018 - assertion mismatch +2024-04-05 10:12:19 FAIL::tests.e2e.checkout.case_019 - assertion mismatch +2024-04-05 10:12:20 INFO running tests.e2e.checkout.case_020 +2024-04-05 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-05 10:12:22 PASS::tests.int.orders.case_022 +2024-04-05 10:12:23 PASS::tests.unit.billing.case_023 +2024-04-05 10:12:24 FAIL::tests.smoke.platform.case_024 - assertion mismatch +2024-04-05 10:12:25 INFO running tests.e2e.checkout.case_025 +2024-04-05 10:12:26 FAIL::tests.int.orders.case_026 - assertion mismatch +2024-04-05 10:12:27 FAIL::tests.unit.auth.case_027 - assertion mismatch +2024-04-05 10:12:28 INFO running tests.unit.search.case_028 +2024-04-05 10:12:29 INFO running tests.unit.auth.case_029 +2024-04-05 10:12:30 FAIL::tests.int.orders.case_030 - assertion mismatch +2024-04-05 10:12:31 PASS::tests.smoke.platform.case_031 +2024-04-05 10:12:32 PASS::tests.smoke.platform.case_032 +2024-04-05 10:12:33 INFO running tests.unit.search.case_033 +2024-04-05 10:12:34 PASS::tests.unit.search.case_034 +2024-04-05 10:12:35 FAIL::tests.e2e.checkout.case_035 - assertion mismatch +2024-04-05 10:12:36 INFO running tests.unit.search.case_036 +2024-04-05 10:12:37 FAIL::tests.int.orders.case_037 - assertion mismatch +2024-04-05 10:12:38 INFO running tests.unit.search.case_038 +2024-04-05 10:12:39 INFO running tests.unit.auth.case_039 +2024-04-05 10:12:40 INFO running tests.unit.billing.case_040 +2024-04-05 10:12:41 INFO running tests.int.orders.case_041 +2024-04-05 10:12:42 PASS::tests.smoke.platform.case_042 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..7e7a68dae406571ef13f0b3bcde7b5d488f7483e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/lint.log @@ -0,0 +1,30 @@ +2024-04-06 10:12:00 PASS::tests.unit.auth.case_000 +2024-04-06 10:12:01 FAIL::tests.unit.auth.case_001 - assertion mismatch +2024-04-06 10:12:02 FAIL::tests.int.orders.case_002 - assertion mismatch +2024-04-06 10:12:03 FAIL::tests.int.orders.case_003 - assertion mismatch +2024-04-06 10:12:04 INFO running tests.unit.auth.case_004 +2024-04-06 10:12:05 INFO running tests.unit.auth.case_005 +2024-04-06 10:12:06 INFO running tests.unit.search.case_006 +2024-04-06 10:12:07 PASS::tests.unit.auth.case_007 +2024-04-06 10:12:08 PASS::tests.unit.search.case_008 +2024-04-06 10:12:09 INFO running tests.e2e.checkout.case_009 +2024-04-06 10:12:10 INFO running tests.e2e.checkout.case_010 +2024-04-06 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-06 10:12:12 FAIL::tests.unit.search.case_012 - assertion mismatch +2024-04-06 10:12:13 INFO running tests.smoke.platform.case_013 +2024-04-06 10:12:14 PASS::tests.int.orders.case_014 +2024-04-06 10:12:15 PASS::tests.e2e.checkout.case_015 +2024-04-06 10:12:16 PASS::tests.unit.search.case_016 +2024-04-06 10:12:17 INFO running tests.e2e.checkout.case_017 +2024-04-06 10:12:18 FAIL::tests.e2e.checkout.case_018 - assertion mismatch +2024-04-06 10:12:19 FAIL::tests.unit.billing.case_019 - assertion mismatch +2024-04-06 10:12:20 INFO running tests.unit.search.case_020 +2024-04-06 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-06 10:12:22 FAIL::tests.unit.billing.case_022 - assertion mismatch +2024-04-06 10:12:23 FAIL::tests.smoke.platform.case_023 - assertion mismatch +2024-04-06 10:12:24 INFO running tests.smoke.platform.case_024 +2024-04-06 10:12:25 PASS::tests.unit.search.case_025 +2024-04-06 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-06 10:12:27 INFO running tests.unit.billing.case_027 +2024-04-06 10:12:28 FAIL::tests.int.orders.case_028 - assertion mismatch +2024-04-06 10:12:29 PASS::tests.smoke.platform.case_029 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..7c2c3d827b05b761f34469a01ec2dce12163fc23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/pytest-e2e.log @@ -0,0 +1,30 @@ +2024-04-06 10:12:00 PASS::tests.unit.billing.case_000 +2024-04-06 10:12:01 PASS::tests.e2e.checkout.case_001 +2024-04-06 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-06 10:12:03 PASS::tests.unit.auth.case_003 +2024-04-06 10:12:04 PASS::tests.unit.billing.case_004 +2024-04-06 10:12:05 FAIL::tests.unit.auth.case_005 - assertion mismatch +2024-04-06 10:12:06 PASS::tests.e2e.checkout.case_006 +2024-04-06 10:12:07 FAIL::tests.int.orders.case_007 - assertion mismatch +2024-04-06 10:12:08 FAIL::tests.unit.auth.case_008 - assertion mismatch +2024-04-06 10:12:09 PASS::tests.unit.billing.case_009 +2024-04-06 10:12:10 INFO running tests.unit.auth.case_010 +2024-04-06 10:12:11 PASS::tests.unit.billing.case_011 +2024-04-06 10:12:12 PASS::tests.unit.search.case_012 +2024-04-06 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-06 10:12:14 PASS::tests.int.orders.case_014 +2024-04-06 10:12:15 INFO running tests.e2e.checkout.case_015 +2024-04-06 10:12:16 INFO running tests.unit.auth.case_016 +2024-04-06 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-06 10:12:18 FAIL::tests.int.orders.case_018 - assertion mismatch +2024-04-06 10:12:19 PASS::tests.unit.search.case_019 +2024-04-06 10:12:20 INFO running tests.unit.search.case_020 +2024-04-06 10:12:21 FAIL::tests.e2e.checkout.case_021 - assertion mismatch +2024-04-06 10:12:22 PASS::tests.int.orders.case_022 +2024-04-06 10:12:23 FAIL::tests.e2e.checkout.case_023 - assertion mismatch +2024-04-06 10:12:24 PASS::tests.int.orders.case_024 +2024-04-06 10:12:25 PASS::tests.e2e.checkout.case_025 +2024-04-06 10:12:26 FAIL::tests.e2e.checkout.case_026 - assertion mismatch +2024-04-06 10:12:27 INFO running tests.smoke.platform.case_027 +2024-04-06 10:12:28 INFO running tests.int.orders.case_028 +2024-04-06 10:12:29 INFO running tests.unit.auth.case_029 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/pytest-unit.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/pytest-unit.log new file mode 100644 index 0000000000000000000000000000000000000000..504141d2ae141722f2d249e0b9bec310e1995768 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/pytest-unit.log @@ -0,0 +1,42 @@ +2024-04-06 10:12:00 FAIL::tests.unit.auth.case_000 - assertion mismatch +2024-04-06 10:12:01 FAIL::tests.unit.billing.case_001 - assertion mismatch +2024-04-06 10:12:02 INFO running tests.unit.search.case_002 +2024-04-06 10:12:03 PASS::tests.unit.auth.case_003 +2024-04-06 10:12:04 PASS::tests.unit.search.case_004 +2024-04-06 10:12:05 INFO running tests.unit.auth.case_005 +2024-04-06 10:12:06 FAIL::tests.int.orders.case_006 - assertion mismatch +2024-04-06 10:12:07 FAIL::tests.unit.search.case_007 - assertion mismatch +2024-04-06 10:12:08 PASS::tests.unit.search.case_008 +2024-04-06 10:12:09 FAIL::tests.int.orders.case_009 - assertion mismatch +2024-04-06 10:12:10 PASS::tests.smoke.platform.case_010 +2024-04-06 10:12:11 INFO running tests.smoke.platform.case_011 +2024-04-06 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-06 10:12:13 INFO running tests.unit.billing.case_013 +2024-04-06 10:12:14 PASS::tests.unit.search.case_014 +2024-04-06 10:12:15 INFO running tests.unit.search.case_015 +2024-04-06 10:12:16 INFO running tests.unit.billing.case_016 +2024-04-06 10:12:17 INFO running tests.smoke.platform.case_017 +2024-04-06 10:12:18 PASS::tests.e2e.checkout.case_018 +2024-04-06 10:12:19 PASS::tests.unit.billing.case_019 +2024-04-06 10:12:20 PASS::tests.unit.search.case_020 +2024-04-06 10:12:21 INFO running tests.int.orders.case_021 +2024-04-06 10:12:22 PASS::tests.int.orders.case_022 +2024-04-06 10:12:23 FAIL::tests.unit.auth.case_023 - assertion mismatch +2024-04-06 10:12:24 PASS::tests.smoke.platform.case_024 +2024-04-06 10:12:25 PASS::tests.smoke.platform.case_025 +2024-04-06 10:12:26 INFO running tests.smoke.platform.case_026 +2024-04-06 10:12:27 INFO running tests.unit.auth.case_027 +2024-04-06 10:12:28 PASS::tests.unit.search.case_028 +2024-04-06 10:12:29 INFO running tests.unit.billing.case_029 +2024-04-06 10:12:30 PASS::tests.unit.search.case_030 +2024-04-06 10:12:31 PASS::tests.e2e.checkout.case_031 +2024-04-06 10:12:32 FAIL::tests.smoke.platform.case_032 - assertion mismatch +2024-04-06 10:12:33 INFO running tests.unit.billing.case_033 +2024-04-06 10:12:34 FAIL::tests.e2e.checkout.case_034 - assertion mismatch +2024-04-06 10:12:35 PASS::tests.unit.search.case_035 +2024-04-06 10:12:36 INFO running tests.unit.auth.case_036 +2024-04-06 10:12:37 FAIL::tests.e2e.checkout.case_037 - assertion mismatch +2024-04-06 10:12:38 FAIL::tests.smoke.platform.case_038 - assertion mismatch +2024-04-06 10:12:39 INFO running tests.e2e.checkout.case_039 +2024-04-06 10:12:40 PASS::tests.unit.search.case_040 +2024-04-06 10:12:41 INFO running tests.int.orders.case_041 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..1a60082821b86f4c1e586c14018b28030b9def36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-06/smoke-suite.log @@ -0,0 +1,34 @@ +2024-04-06 10:12:00 FAIL::tests.int.orders.case_000 - assertion mismatch +2024-04-06 10:12:01 PASS::tests.unit.billing.case_001 +2024-04-06 10:12:02 INFO running tests.unit.auth.case_002 +2024-04-06 10:12:03 PASS::tests.unit.search.case_003 +2024-04-06 10:12:04 FAIL::tests.unit.search.case_004 - assertion mismatch +2024-04-06 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-06 10:12:06 PASS::tests.unit.auth.case_006 +2024-04-06 10:12:07 INFO running tests.unit.billing.case_007 +2024-04-06 10:12:08 FAIL::tests.e2e.checkout.case_008 - assertion mismatch +2024-04-06 10:12:09 INFO running tests.int.orders.case_009 +2024-04-06 10:12:10 PASS::tests.int.orders.case_010 +2024-04-06 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-06 10:12:12 FAIL::tests.smoke.platform.case_012 - assertion mismatch +2024-04-06 10:12:13 FAIL::tests.int.orders.case_013 - assertion mismatch +2024-04-06 10:12:14 INFO running tests.smoke.platform.case_014 +2024-04-06 10:12:15 PASS::tests.int.orders.case_015 +2024-04-06 10:12:16 PASS::tests.unit.auth.case_016 +2024-04-06 10:12:17 PASS::tests.smoke.platform.case_017 +2024-04-06 10:12:18 INFO running tests.unit.billing.case_018 +2024-04-06 10:12:19 FAIL::tests.unit.billing.case_019 - assertion mismatch +2024-04-06 10:12:20 INFO running tests.unit.billing.case_020 +2024-04-06 10:12:21 INFO running tests.smoke.platform.case_021 +2024-04-06 10:12:22 INFO running tests.e2e.checkout.case_022 +2024-04-06 10:12:23 FAIL::tests.unit.auth.case_023 - assertion mismatch +2024-04-06 10:12:24 FAIL::tests.unit.auth.case_024 - assertion mismatch +2024-04-06 10:12:25 FAIL::tests.unit.billing.case_025 - assertion mismatch +2024-04-06 10:12:26 PASS::tests.unit.auth.case_026 +2024-04-06 10:12:27 INFO running tests.e2e.checkout.case_027 +2024-04-06 10:12:28 FAIL::tests.unit.search.case_028 - assertion mismatch +2024-04-06 10:12:29 FAIL::tests.unit.auth.case_029 - assertion mismatch +2024-04-06 10:12:30 FAIL::tests.e2e.checkout.case_030 - assertion mismatch +2024-04-06 10:12:31 INFO running tests.int.orders.case_031 +2024-04-06 10:12:32 INFO running tests.smoke.platform.case_032 +2024-04-06 10:12:33 PASS::tests.e2e.checkout.case_033 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/lint.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/lint.log new file mode 100644 index 0000000000000000000000000000000000000000..44a1129dbbe97a838962b883603e66c0055dcb1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/lint.log @@ -0,0 +1,37 @@ +2024-04-07 10:12:00 PASS::tests.smoke.platform.case_000 +2024-04-07 10:12:01 PASS::tests.unit.auth.case_001 +2024-04-07 10:12:02 INFO running tests.e2e.checkout.case_002 +2024-04-07 10:12:03 INFO running tests.unit.auth.case_003 +2024-04-07 10:12:04 INFO running tests.e2e.checkout.case_004 +2024-04-07 10:12:05 PASS::tests.unit.search.case_005 +2024-04-07 10:12:06 PASS::tests.int.orders.case_006 +2024-04-07 10:12:07 INFO running tests.int.orders.case_007 +2024-04-07 10:12:08 FAIL::tests.unit.billing.case_008 - assertion mismatch +2024-04-07 10:12:09 FAIL::tests.unit.billing.case_009 - assertion mismatch +2024-04-07 10:12:10 PASS::tests.unit.search.case_010 +2024-04-07 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-07 10:12:12 INFO running tests.unit.search.case_012 +2024-04-07 10:12:13 INFO running tests.unit.auth.case_013 +2024-04-07 10:12:14 INFO running tests.unit.auth.case_014 +2024-04-07 10:12:15 PASS::tests.e2e.checkout.case_015 +2024-04-07 10:12:16 INFO running tests.e2e.checkout.case_016 +2024-04-07 10:12:17 INFO running tests.unit.search.case_017 +2024-04-07 10:12:18 INFO running tests.smoke.platform.case_018 +2024-04-07 10:12:19 FAIL::tests.int.orders.case_019 - assertion mismatch +2024-04-07 10:12:20 PASS::tests.unit.auth.case_020 +2024-04-07 10:12:21 INFO running tests.e2e.checkout.case_021 +2024-04-07 10:12:22 PASS::tests.unit.search.case_022 +2024-04-07 10:12:23 INFO running tests.e2e.checkout.case_023 +2024-04-07 10:12:24 INFO running tests.unit.auth.case_024 +2024-04-07 10:12:25 INFO running tests.unit.auth.case_025 +2024-04-07 10:12:26 FAIL::tests.smoke.platform.case_026 - assertion mismatch +2024-04-07 10:12:27 FAIL::tests.unit.search.case_027 - assertion mismatch +2024-04-07 10:12:28 FAIL::tests.unit.auth.case_028 - assertion mismatch +2024-04-07 10:12:29 PASS::tests.int.orders.case_029 +2024-04-07 10:12:30 FAIL::tests.e2e.checkout.case_030 - assertion mismatch +2024-04-07 10:12:31 PASS::tests.smoke.platform.case_031 +2024-04-07 10:12:32 FAIL::tests.e2e.checkout.case_032 - assertion mismatch +2024-04-07 10:12:33 PASS::tests.int.orders.case_033 +2024-04-07 10:12:34 INFO running tests.unit.search.case_034 +2024-04-07 10:12:35 INFO running tests.e2e.checkout.case_035 +2024-04-07 10:12:36 INFO running tests.smoke.platform.case_036 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/nightly-regression.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/nightly-regression.log new file mode 100644 index 0000000000000000000000000000000000000000..575b92cbb3cf9dab3929c56c71598409b5bf7a69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/nightly-regression.log @@ -0,0 +1,38 @@ +2024-04-07 10:12:00 PASS::tests.unit.billing.case_000 +2024-04-07 10:12:01 FAIL::tests.smoke.platform.case_001 - assertion mismatch +2024-04-07 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-07 10:12:03 PASS::tests.smoke.platform.case_003 +2024-04-07 10:12:04 INFO running tests.unit.billing.case_004 +2024-04-07 10:12:05 INFO running tests.unit.billing.case_005 +2024-04-07 10:12:06 FAIL::tests.smoke.platform.case_006 - assertion mismatch +2024-04-07 10:12:07 PASS::tests.unit.search.case_007 +2024-04-07 10:12:08 FAIL::tests.unit.search.case_008 - assertion mismatch +2024-04-07 10:12:09 FAIL::tests.unit.billing.case_009 - assertion mismatch +2024-04-07 10:12:10 INFO running tests.smoke.platform.case_010 +2024-04-07 10:12:11 PASS::tests.unit.auth.case_011 +2024-04-07 10:12:12 INFO running tests.smoke.platform.case_012 +2024-04-07 10:12:13 INFO running tests.int.orders.case_013 +2024-04-07 10:12:14 INFO running tests.int.orders.case_014 +2024-04-07 10:12:15 INFO running tests.unit.search.case_015 +2024-04-07 10:12:16 PASS::tests.unit.auth.case_016 +2024-04-07 10:12:17 PASS::tests.unit.search.case_017 +2024-04-07 10:12:18 INFO running tests.unit.search.case_018 +2024-04-07 10:12:19 INFO running tests.int.orders.case_019 +2024-04-07 10:12:20 INFO running tests.smoke.platform.case_020 +2024-04-07 10:12:21 FAIL::tests.unit.search.case_021 - assertion mismatch +2024-04-07 10:12:22 INFO running tests.smoke.platform.case_022 +2024-04-07 10:12:23 FAIL::tests.smoke.platform.case_023 - assertion mismatch +2024-04-07 10:12:24 PASS::tests.smoke.platform.case_024 +2024-04-07 10:12:25 INFO running tests.int.orders.case_025 +2024-04-07 10:12:26 PASS::tests.int.orders.case_026 +2024-04-07 10:12:27 INFO running tests.e2e.checkout.case_027 +2024-04-07 10:12:28 PASS::tests.e2e.checkout.case_028 +2024-04-07 10:12:29 INFO running tests.int.orders.case_029 +2024-04-07 10:12:30 INFO running tests.int.orders.case_030 +2024-04-07 10:12:31 PASS::tests.int.orders.case_031 +2024-04-07 10:12:32 FAIL::tests.e2e.checkout.case_032 - assertion mismatch +2024-04-07 10:12:33 INFO running tests.unit.search.case_033 +2024-04-07 10:12:34 INFO running tests.unit.search.case_034 +2024-04-07 10:12:35 INFO running tests.unit.billing.case_035 +2024-04-07 10:12:36 FAIL::tests.int.orders.case_036 - assertion mismatch +2024-04-07 10:12:37 INFO running tests.smoke.platform.case_037 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/pytest-e2e.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/pytest-e2e.log new file mode 100644 index 0000000000000000000000000000000000000000..a77d8fe168fab0e2fb09b3c88c4e2c1eb5bcc0c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/pytest-e2e.log @@ -0,0 +1,42 @@ +2024-04-07 10:12:00 FAIL::tests.unit.billing.case_000 - assertion mismatch +2024-04-07 10:12:01 FAIL::tests.e2e.checkout.case_001 - assertion mismatch +2024-04-07 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-07 10:12:03 PASS::tests.int.orders.case_003 +2024-04-07 10:12:04 PASS::tests.smoke.platform.case_004 +2024-04-07 10:12:05 FAIL::tests.e2e.checkout.case_005 - assertion mismatch +2024-04-07 10:12:06 FAIL::tests.unit.auth.case_006 - assertion mismatch +2024-04-07 10:12:07 PASS::tests.int.orders.case_007 +2024-04-07 10:12:08 PASS::tests.unit.auth.case_008 +2024-04-07 10:12:09 PASS::tests.smoke.platform.case_009 +2024-04-07 10:12:10 FAIL::tests.unit.auth.case_010 - assertion mismatch +2024-04-07 10:12:11 PASS::tests.int.orders.case_011 +2024-04-07 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-07 10:12:13 FAIL::tests.e2e.checkout.case_013 - assertion mismatch +2024-04-07 10:12:14 INFO running tests.unit.search.case_014 +2024-04-07 10:12:15 FAIL::tests.e2e.checkout.case_015 - assertion mismatch +2024-04-07 10:12:16 FAIL::tests.unit.search.case_016 - assertion mismatch +2024-04-07 10:12:17 PASS::tests.e2e.checkout.case_017 +2024-04-07 10:12:18 INFO running tests.unit.billing.case_018 +2024-04-07 10:12:19 FAIL::tests.smoke.platform.case_019 - assertion mismatch +2024-04-07 10:12:20 INFO running tests.unit.billing.case_020 +2024-04-07 10:12:21 FAIL::tests.e2e.checkout.case_021 - assertion mismatch +2024-04-07 10:12:22 PASS::tests.unit.search.case_022 +2024-04-07 10:12:23 FAIL::tests.e2e.checkout.case_023 - assertion mismatch +2024-04-07 10:12:24 INFO running tests.unit.billing.case_024 +2024-04-07 10:12:25 FAIL::tests.smoke.platform.case_025 - assertion mismatch +2024-04-07 10:12:26 INFO running tests.unit.auth.case_026 +2024-04-07 10:12:27 FAIL::tests.unit.auth.case_027 - assertion mismatch +2024-04-07 10:12:28 FAIL::tests.e2e.checkout.case_028 - assertion mismatch +2024-04-07 10:12:29 INFO running tests.unit.auth.case_029 +2024-04-07 10:12:30 INFO running tests.unit.auth.case_030 +2024-04-07 10:12:31 FAIL::tests.int.orders.case_031 - assertion mismatch +2024-04-07 10:12:32 INFO running tests.unit.search.case_032 +2024-04-07 10:12:33 PASS::tests.e2e.checkout.case_033 +2024-04-07 10:12:34 INFO running tests.unit.billing.case_034 +2024-04-07 10:12:35 FAIL::tests.unit.auth.case_035 - assertion mismatch +2024-04-07 10:12:36 INFO running tests.int.orders.case_036 +2024-04-07 10:12:37 INFO running tests.unit.search.case_037 +2024-04-07 10:12:38 PASS::tests.smoke.platform.case_038 +2024-04-07 10:12:39 PASS::tests.int.orders.case_039 +2024-04-07 10:12:40 PASS::tests.int.orders.case_040 +2024-04-07 10:12:41 INFO running tests.smoke.platform.case_041 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/smoke-suite.log b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/smoke-suite.log new file mode 100644 index 0000000000000000000000000000000000000000..cac518744819313aad41e29c44f0100e7e377dcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/ci/test-runs/2024-04-07/smoke-suite.log @@ -0,0 +1,42 @@ +2024-04-07 10:12:00 INFO running tests.smoke.platform.case_000 +2024-04-07 10:12:01 PASS::tests.unit.auth.case_001 +2024-04-07 10:12:02 PASS::tests.unit.auth.case_002 +2024-04-07 10:12:03 FAIL::tests.smoke.platform.case_003 - assertion mismatch +2024-04-07 10:12:04 FAIL::tests.unit.billing.case_004 - assertion mismatch +2024-04-07 10:12:05 PASS::tests.unit.billing.case_005 +2024-04-07 10:12:06 PASS::tests.unit.billing.case_006 +2024-04-07 10:12:07 INFO running tests.e2e.checkout.case_007 +2024-04-07 10:12:08 INFO running tests.int.orders.case_008 +2024-04-07 10:12:09 FAIL::tests.int.orders.case_009 - assertion mismatch +2024-04-07 10:12:10 FAIL::tests.smoke.platform.case_010 - assertion mismatch +2024-04-07 10:12:11 INFO running tests.unit.billing.case_011 +2024-04-07 10:12:12 INFO running tests.e2e.checkout.case_012 +2024-04-07 10:12:13 FAIL::tests.unit.billing.case_013 - assertion mismatch +2024-04-07 10:12:14 PASS::tests.e2e.checkout.case_014 +2024-04-07 10:12:15 INFO running tests.e2e.checkout.case_015 +2024-04-07 10:12:16 PASS::tests.smoke.platform.case_016 +2024-04-07 10:12:17 INFO running tests.unit.auth.case_017 +2024-04-07 10:12:18 FAIL::tests.unit.billing.case_018 - assertion mismatch +2024-04-07 10:12:19 INFO running tests.smoke.platform.case_019 +2024-04-07 10:12:20 INFO running tests.unit.search.case_020 +2024-04-07 10:12:21 PASS::tests.unit.search.case_021 +2024-04-07 10:12:22 PASS::tests.unit.search.case_022 +2024-04-07 10:12:23 PASS::tests.unit.billing.case_023 +2024-04-07 10:12:24 FAIL::tests.unit.search.case_024 - assertion mismatch +2024-04-07 10:12:25 INFO running tests.unit.search.case_025 +2024-04-07 10:12:26 FAIL::tests.unit.billing.case_026 - assertion mismatch +2024-04-07 10:12:27 PASS::tests.smoke.platform.case_027 +2024-04-07 10:12:28 INFO running tests.unit.billing.case_028 +2024-04-07 10:12:29 FAIL::tests.unit.auth.case_029 - assertion mismatch +2024-04-07 10:12:30 PASS::tests.e2e.checkout.case_030 +2024-04-07 10:12:31 INFO running tests.unit.auth.case_031 +2024-04-07 10:12:32 FAIL::tests.unit.search.case_032 - assertion mismatch +2024-04-07 10:12:33 FAIL::tests.smoke.platform.case_033 - assertion mismatch +2024-04-07 10:12:34 FAIL::tests.unit.search.case_034 - assertion mismatch +2024-04-07 10:12:35 FAIL::tests.unit.billing.case_035 - assertion mismatch +2024-04-07 10:12:36 FAIL::tests.e2e.checkout.case_036 - assertion mismatch +2024-04-07 10:12:37 FAIL::tests.unit.billing.case_037 - assertion mismatch +2024-04-07 10:12:38 FAIL::tests.unit.search.case_038 - assertion mismatch +2024-04-07 10:12:39 PASS::tests.unit.search.case_039 +2024-04-07 10:12:40 INFO running tests.smoke.platform.case_040 +2024-04-07 10:12:41 FAIL::tests.smoke.platform.case_041 - assertion mismatch diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b33f5696d/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/adversarial-robustness.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/adversarial-robustness.bib new file mode 100644 index 0000000000000000000000000000000000000000..da02d84d5bd48923358f7da3bb80d485f40a9f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/adversarial-robustness.bib @@ -0,0 +1,41 @@ +@article{adversarial-robustness-9694, + author = {Rob Pike}, + title = {A Study of adversarial-robustness}, + doi = {10.5375/acl.2019.288}, + year = {2024} +} + +@article{adversarial-robustness-7991, + author = {Edsger Dijkstra}, + title = {A Study of adversarial-robustness}, + doi = {10.4422/icml.2010.006}, + year = {2018} +} + +@article{adversarial-robustness-1549, + author = {Linus Torvalds}, + title = {A Study of adversarial-robustness}, + doi = {10.9464/acl.2017.154}, + year = {2024} +} + +@article{adversarial-robustness-8560, + author = {Radia Perlman}, + title = {A Study of adversarial-robustness}, + doi = {10.3993/neurips.2013.947}, + year = {2022} +} + +@article{adversarial-robustness-4724, + author = {Radia Perlman}, + title = {A Study of adversarial-robustness}, + doi = {10.3417/icml.2024.041}, + year = {2018} +} + +@article{adversarial-robustness-577, + author = {Edsger Dijkstra}, + title = {A Study of adversarial-robustness}, + doi = {10.7017/nature.2014.662}, + year = {2024} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/attention-scaling.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/attention-scaling.bib new file mode 100644 index 0000000000000000000000000000000000000000..5ba0016252d6df86e54a6373407c5c317c963fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/attention-scaling.bib @@ -0,0 +1,48 @@ +@article{attention-scaling-1362, + author = {Leslie Lamport}, + title = {A Study of attention-scaling}, + doi = {10.2527/icml.2016.050}, + year = {2020} +} + +@article{attention-scaling-6261, + author = {Leslie Lamport}, + title = {A Study of attention-scaling}, + doi = {10.7208/icml.2015.201}, + year = {2021} +} + +@article{attention-scaling-1506, + author = {Edsger Dijkstra}, + title = {A Study of attention-scaling}, + doi = {10.1695/icml.2010.770}, + year = {2024} +} + +@article{attention-scaling-8957, + author = {Edsger Dijkstra}, + title = {A Study of attention-scaling}, + doi = {10.5987/icml.2013.619}, + year = {2018} +} + +@article{attention-scaling-9097, + author = {Ken Thompson}, + title = {A Study of attention-scaling}, + doi = {10.5113/iclr.2012.574}, + year = {2021} +} + +@article{attention-scaling-7941, + author = {Donald Knuth}, + title = {A Study of attention-scaling}, + doi = {10.1270/icml.2013.837}, + year = {2018} +} + +@article{attention-scaling-8948, + author = {Grace Hopper}, + title = {A Study of attention-scaling}, + doi = {10.3188/acl.2019.058}, + year = {2024} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/chain-of-thought.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/chain-of-thought.bib new file mode 100644 index 0000000000000000000000000000000000000000..ee66fed98bc45bfb183c469c7b6950b2b8a5f610 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/chain-of-thought.bib @@ -0,0 +1,34 @@ +@article{chain-of-thought-2976, + author = {Leslie Lamport}, + title = {A Study of chain-of-thought}, + doi = {10.3270/icml.2010.769}, + year = {2024} +} + +@article{chain-of-thought-9867, + author = {Tony Hoare}, + title = {A Study of chain-of-thought}, + doi = {10.4422/icml.2010.006}, + year = {2018} +} + +@article{chain-of-thought-9040, + author = {Ada Lovelace}, + title = {A Study of chain-of-thought}, + doi = {10.9438/iclr.2017.675}, + year = {2023} +} + +@article{chain-of-thought-135, + author = {Ken Thompson}, + title = {A Study of chain-of-thought}, + doi = {10.3348/iclr.2018.539}, + year = {2019} +} + +@article{chain-of-thought-30, + author = {Donald Knuth}, + title = {A Study of chain-of-thought}, + doi = {10.3188/acl.2019.058}, + year = {2020} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/data-efficient-finetuning.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/data-efficient-finetuning.bib new file mode 100644 index 0000000000000000000000000000000000000000..ff1607b31a55e53b8bfaf9e95d8f4fc21aecb1b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/data-efficient-finetuning.bib @@ -0,0 +1,48 @@ +@article{data-efficient-finetuning-6622, + author = {Ken Thompson}, + title = {A Study of data-efficient-finetuning}, + doi = {10.6900/nature.2011.781}, + year = {2021} +} + +@article{data-efficient-finetuning-4432, + author = {Alan Turing}, + title = {A Study of data-efficient-finetuning}, + doi = {10.4011/icml.2018.285}, + year = {2023} +} + +@article{data-efficient-finetuning-2471, + author = {Vint Cerf}, + title = {A Study of data-efficient-finetuning}, + doi = {10.3188/acl.2019.058}, + year = {2020} +} + +@article{data-efficient-finetuning-7441, + author = {Grace Hopper}, + title = {A Study of data-efficient-finetuning}, + doi = {10.8688/nature.2012.770}, + year = {2022} +} + +@article{data-efficient-finetuning-5498, + author = {Tony Hoare}, + title = {A Study of data-efficient-finetuning}, + doi = {10.1075/iclr.2017.932}, + year = {2019} +} + +@article{data-efficient-finetuning-9743, + author = {Tony Hoare}, + title = {A Study of data-efficient-finetuning}, + doi = {10.3348/iclr.2018.539}, + year = {2018} +} + +@article{data-efficient-finetuning-2496, + author = {Linus Torvalds}, + title = {A Study of data-efficient-finetuning}, + doi = {10.3138/neurips.2018.975}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/instruction-tuning.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/instruction-tuning.bib new file mode 100644 index 0000000000000000000000000000000000000000..eb6efed9b8db71d6fb59bf0dcb8597aaebf53a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/instruction-tuning.bib @@ -0,0 +1,55 @@ +@article{instruction-tuning-6930, + author = {Leslie Lamport}, + title = {A Study of instruction-tuning}, + doi = {10.5464/icml.2024.113}, + year = {2019} +} + +@article{instruction-tuning-1566, + author = {Grace Hopper}, + title = {A Study of instruction-tuning}, + doi = {10.3270/icml.2010.769}, + year = {2021} +} + +@article{instruction-tuning-1645, + author = {John McCarthy}, + title = {A Study of instruction-tuning}, + doi = {10.5375/acl.2019.288}, + year = {2019} +} + +@article{instruction-tuning-4797, + author = {Leslie Lamport}, + title = {A Study of instruction-tuning}, + doi = {10.6291/iclr.2010.396}, + year = {2020} +} + +@article{instruction-tuning-4359, + author = {Alan Turing}, + title = {A Study of instruction-tuning}, + doi = {10.9386/neurips.2014.922}, + year = {2019} +} + +@article{instruction-tuning-6852, + author = {Barbara Liskov}, + title = {A Study of instruction-tuning}, + doi = {10.9464/acl.2017.154}, + year = {2023} +} + +@article{instruction-tuning-7239, + author = {Ken Thompson}, + title = {A Study of instruction-tuning}, + doi = {10.3417/icml.2024.041}, + year = {2018} +} + +@article{instruction-tuning-5634, + author = {Donald Knuth}, + title = {A Study of instruction-tuning}, + doi = {10.7444/iclr.2024.354}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/retrieval-augmented-generation.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/retrieval-augmented-generation.bib new file mode 100644 index 0000000000000000000000000000000000000000..2f8ea2048e6aa06fc08c7338440d00321e385d29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/retrieval-augmented-generation.bib @@ -0,0 +1,41 @@ +@article{retrieval-augmented-generation-4223, + author = {Linus Torvalds}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.7236/nature.2015.009}, + year = {2023} +} + +@article{retrieval-augmented-generation-2247, + author = {John McCarthy}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.9464/acl.2017.154}, + year = {2021} +} + +@article{retrieval-augmented-generation-3322, + author = {Edsger Dijkstra}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.8793/neurips.2024.458}, + year = {2020} +} + +@article{retrieval-augmented-generation-5457, + author = {Tony Hoare}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.1075/iclr.2017.932}, + year = {2020} +} + +@article{retrieval-augmented-generation-3669, + author = {Radia Perlman}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.6291/iclr.2010.396}, + year = {2021} +} + +@article{retrieval-augmented-generation-2204, + author = {Barbara Liskov}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.7017/nature.2014.662}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/sparse-mixture-of-experts.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/sparse-mixture-of-experts.bib new file mode 100644 index 0000000000000000000000000000000000000000..f89bd935ac1e0d9ea99dff606c8cb54bd6352ed9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/sparse-mixture-of-experts.bib @@ -0,0 +1,41 @@ +@article{sparse-mixture-of-experts-2141, + author = {Margaret Hamilton}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.7208/icml.2015.201}, + year = {2018} +} + +@article{sparse-mixture-of-experts-6223, + author = {Tony Hoare}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.7236/nature.2015.009}, + year = {2018} +} + +@article{sparse-mixture-of-experts-9871, + author = {Ada Lovelace}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.8881/icml.2012.839}, + year = {2018} +} + +@article{sparse-mixture-of-experts-6801, + author = {Margaret Hamilton}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.7236/nature.2015.009}, + year = {2018} +} + +@article{sparse-mixture-of-experts-1595, + author = {Alan Turing}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.4011/icml.2018.285}, + year = {2019} +} + +@article{sparse-mixture-of-experts-9855, + author = {Barbara Liskov}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.1270/icml.2013.837}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/references/speculative-decoding.bib b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/speculative-decoding.bib new file mode 100644 index 0000000000000000000000000000000000000000..7cc7eae88bf2ddf144adeccb0c7842b9a7d4228d --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/references/speculative-decoding.bib @@ -0,0 +1,41 @@ +@article{speculative-decoding-8714, + author = {Rob Pike}, + title = {A Study of speculative-decoding}, + doi = {10.3188/acl.2019.058}, + year = {2023} +} + +@article{speculative-decoding-3253, + author = {Linus Torvalds}, + title = {A Study of speculative-decoding}, + doi = {10.8918/nature.2018.704}, + year = {2019} +} + +@article{speculative-decoding-9394, + author = {Rob Pike}, + title = {A Study of speculative-decoding}, + doi = {10.8877/iclr.2020.216}, + year = {2024} +} + +@article{speculative-decoding-7295, + author = {Barbara Liskov}, + title = {A Study of speculative-decoding}, + doi = {10.5464/icml.2024.113}, + year = {2021} +} + +@article{speculative-decoding-9063, + author = {Ada Lovelace}, + title = {A Study of speculative-decoding}, + doi = {10.7236/nature.2015.009}, + year = {2018} +} + +@article{speculative-decoding-8541, + author = {Tony Hoare}, + title = {A Study of speculative-decoding}, + doi = {10.8881/icml.2012.839}, + year = {2022} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/adversarial-robustness.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/adversarial-robustness.bib new file mode 100644 index 0000000000000000000000000000000000000000..da02d84d5bd48923358f7da3bb80d485f40a9f14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/adversarial-robustness.bib @@ -0,0 +1,41 @@ +@article{adversarial-robustness-9694, + author = {Rob Pike}, + title = {A Study of adversarial-robustness}, + doi = {10.5375/acl.2019.288}, + year = {2024} +} + +@article{adversarial-robustness-7991, + author = {Edsger Dijkstra}, + title = {A Study of adversarial-robustness}, + doi = {10.4422/icml.2010.006}, + year = {2018} +} + +@article{adversarial-robustness-1549, + author = {Linus Torvalds}, + title = {A Study of adversarial-robustness}, + doi = {10.9464/acl.2017.154}, + year = {2024} +} + +@article{adversarial-robustness-8560, + author = {Radia Perlman}, + title = {A Study of adversarial-robustness}, + doi = {10.3993/neurips.2013.947}, + year = {2022} +} + +@article{adversarial-robustness-4724, + author = {Radia Perlman}, + title = {A Study of adversarial-robustness}, + doi = {10.3417/icml.2024.041}, + year = {2018} +} + +@article{adversarial-robustness-577, + author = {Edsger Dijkstra}, + title = {A Study of adversarial-robustness}, + doi = {10.7017/nature.2014.662}, + year = {2024} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/attention-scaling.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/attention-scaling.bib new file mode 100644 index 0000000000000000000000000000000000000000..5ba0016252d6df86e54a6373407c5c317c963fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/attention-scaling.bib @@ -0,0 +1,48 @@ +@article{attention-scaling-1362, + author = {Leslie Lamport}, + title = {A Study of attention-scaling}, + doi = {10.2527/icml.2016.050}, + year = {2020} +} + +@article{attention-scaling-6261, + author = {Leslie Lamport}, + title = {A Study of attention-scaling}, + doi = {10.7208/icml.2015.201}, + year = {2021} +} + +@article{attention-scaling-1506, + author = {Edsger Dijkstra}, + title = {A Study of attention-scaling}, + doi = {10.1695/icml.2010.770}, + year = {2024} +} + +@article{attention-scaling-8957, + author = {Edsger Dijkstra}, + title = {A Study of attention-scaling}, + doi = {10.5987/icml.2013.619}, + year = {2018} +} + +@article{attention-scaling-9097, + author = {Ken Thompson}, + title = {A Study of attention-scaling}, + doi = {10.5113/iclr.2012.574}, + year = {2021} +} + +@article{attention-scaling-7941, + author = {Donald Knuth}, + title = {A Study of attention-scaling}, + doi = {10.1270/icml.2013.837}, + year = {2018} +} + +@article{attention-scaling-8948, + author = {Grace Hopper}, + title = {A Study of attention-scaling}, + doi = {10.3188/acl.2019.058}, + year = {2024} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/chain-of-thought.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/chain-of-thought.bib new file mode 100644 index 0000000000000000000000000000000000000000..ee66fed98bc45bfb183c469c7b6950b2b8a5f610 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/chain-of-thought.bib @@ -0,0 +1,34 @@ +@article{chain-of-thought-2976, + author = {Leslie Lamport}, + title = {A Study of chain-of-thought}, + doi = {10.3270/icml.2010.769}, + year = {2024} +} + +@article{chain-of-thought-9867, + author = {Tony Hoare}, + title = {A Study of chain-of-thought}, + doi = {10.4422/icml.2010.006}, + year = {2018} +} + +@article{chain-of-thought-9040, + author = {Ada Lovelace}, + title = {A Study of chain-of-thought}, + doi = {10.9438/iclr.2017.675}, + year = {2023} +} + +@article{chain-of-thought-135, + author = {Ken Thompson}, + title = {A Study of chain-of-thought}, + doi = {10.3348/iclr.2018.539}, + year = {2019} +} + +@article{chain-of-thought-30, + author = {Donald Knuth}, + title = {A Study of chain-of-thought}, + doi = {10.3188/acl.2019.058}, + year = {2020} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/data-efficient-finetuning.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/data-efficient-finetuning.bib new file mode 100644 index 0000000000000000000000000000000000000000..ff1607b31a55e53b8bfaf9e95d8f4fc21aecb1b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/data-efficient-finetuning.bib @@ -0,0 +1,48 @@ +@article{data-efficient-finetuning-6622, + author = {Ken Thompson}, + title = {A Study of data-efficient-finetuning}, + doi = {10.6900/nature.2011.781}, + year = {2021} +} + +@article{data-efficient-finetuning-4432, + author = {Alan Turing}, + title = {A Study of data-efficient-finetuning}, + doi = {10.4011/icml.2018.285}, + year = {2023} +} + +@article{data-efficient-finetuning-2471, + author = {Vint Cerf}, + title = {A Study of data-efficient-finetuning}, + doi = {10.3188/acl.2019.058}, + year = {2020} +} + +@article{data-efficient-finetuning-7441, + author = {Grace Hopper}, + title = {A Study of data-efficient-finetuning}, + doi = {10.8688/nature.2012.770}, + year = {2022} +} + +@article{data-efficient-finetuning-5498, + author = {Tony Hoare}, + title = {A Study of data-efficient-finetuning}, + doi = {10.1075/iclr.2017.932}, + year = {2019} +} + +@article{data-efficient-finetuning-9743, + author = {Tony Hoare}, + title = {A Study of data-efficient-finetuning}, + doi = {10.3348/iclr.2018.539}, + year = {2018} +} + +@article{data-efficient-finetuning-2496, + author = {Linus Torvalds}, + title = {A Study of data-efficient-finetuning}, + doi = {10.3138/neurips.2018.975}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/instruction-tuning.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/instruction-tuning.bib new file mode 100644 index 0000000000000000000000000000000000000000..eb6efed9b8db71d6fb59bf0dcb8597aaebf53a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/instruction-tuning.bib @@ -0,0 +1,55 @@ +@article{instruction-tuning-6930, + author = {Leslie Lamport}, + title = {A Study of instruction-tuning}, + doi = {10.5464/icml.2024.113}, + year = {2019} +} + +@article{instruction-tuning-1566, + author = {Grace Hopper}, + title = {A Study of instruction-tuning}, + doi = {10.3270/icml.2010.769}, + year = {2021} +} + +@article{instruction-tuning-1645, + author = {John McCarthy}, + title = {A Study of instruction-tuning}, + doi = {10.5375/acl.2019.288}, + year = {2019} +} + +@article{instruction-tuning-4797, + author = {Leslie Lamport}, + title = {A Study of instruction-tuning}, + doi = {10.6291/iclr.2010.396}, + year = {2020} +} + +@article{instruction-tuning-4359, + author = {Alan Turing}, + title = {A Study of instruction-tuning}, + doi = {10.9386/neurips.2014.922}, + year = {2019} +} + +@article{instruction-tuning-6852, + author = {Barbara Liskov}, + title = {A Study of instruction-tuning}, + doi = {10.9464/acl.2017.154}, + year = {2023} +} + +@article{instruction-tuning-7239, + author = {Ken Thompson}, + title = {A Study of instruction-tuning}, + doi = {10.3417/icml.2024.041}, + year = {2018} +} + +@article{instruction-tuning-5634, + author = {Donald Knuth}, + title = {A Study of instruction-tuning}, + doi = {10.7444/iclr.2024.354}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/retrieval-augmented-generation.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/retrieval-augmented-generation.bib new file mode 100644 index 0000000000000000000000000000000000000000..2f8ea2048e6aa06fc08c7338440d00321e385d29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/retrieval-augmented-generation.bib @@ -0,0 +1,41 @@ +@article{retrieval-augmented-generation-4223, + author = {Linus Torvalds}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.7236/nature.2015.009}, + year = {2023} +} + +@article{retrieval-augmented-generation-2247, + author = {John McCarthy}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.9464/acl.2017.154}, + year = {2021} +} + +@article{retrieval-augmented-generation-3322, + author = {Edsger Dijkstra}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.8793/neurips.2024.458}, + year = {2020} +} + +@article{retrieval-augmented-generation-5457, + author = {Tony Hoare}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.1075/iclr.2017.932}, + year = {2020} +} + +@article{retrieval-augmented-generation-3669, + author = {Radia Perlman}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.6291/iclr.2010.396}, + year = {2021} +} + +@article{retrieval-augmented-generation-2204, + author = {Barbara Liskov}, + title = {A Study of retrieval-augmented-generation}, + doi = {10.7017/nature.2014.662}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/sparse-mixture-of-experts.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/sparse-mixture-of-experts.bib new file mode 100644 index 0000000000000000000000000000000000000000..f89bd935ac1e0d9ea99dff606c8cb54bd6352ed9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/sparse-mixture-of-experts.bib @@ -0,0 +1,41 @@ +@article{sparse-mixture-of-experts-2141, + author = {Margaret Hamilton}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.7208/icml.2015.201}, + year = {2018} +} + +@article{sparse-mixture-of-experts-6223, + author = {Tony Hoare}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.7236/nature.2015.009}, + year = {2018} +} + +@article{sparse-mixture-of-experts-9871, + author = {Ada Lovelace}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.8881/icml.2012.839}, + year = {2018} +} + +@article{sparse-mixture-of-experts-6801, + author = {Margaret Hamilton}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.7236/nature.2015.009}, + year = {2018} +} + +@article{sparse-mixture-of-experts-1595, + author = {Alan Turing}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.4011/icml.2018.285}, + year = {2019} +} + +@article{sparse-mixture-of-experts-9855, + author = {Barbara Liskov}, + title = {A Study of sparse-mixture-of-experts}, + doi = {10.1270/icml.2013.837}, + year = {2018} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/references/speculative-decoding.bib b/shellops_pro/assets/ShellOps_4b63d16398/init/references/speculative-decoding.bib new file mode 100644 index 0000000000000000000000000000000000000000..7cc7eae88bf2ddf144adeccb0c7842b9a7d4228d --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/references/speculative-decoding.bib @@ -0,0 +1,41 @@ +@article{speculative-decoding-8714, + author = {Rob Pike}, + title = {A Study of speculative-decoding}, + doi = {10.3188/acl.2019.058}, + year = {2023} +} + +@article{speculative-decoding-3253, + author = {Linus Torvalds}, + title = {A Study of speculative-decoding}, + doi = {10.8918/nature.2018.704}, + year = {2019} +} + +@article{speculative-decoding-9394, + author = {Rob Pike}, + title = {A Study of speculative-decoding}, + doi = {10.8877/iclr.2020.216}, + year = {2024} +} + +@article{speculative-decoding-7295, + author = {Barbara Liskov}, + title = {A Study of speculative-decoding}, + doi = {10.5464/icml.2024.113}, + year = {2021} +} + +@article{speculative-decoding-9063, + author = {Ada Lovelace}, + title = {A Study of speculative-decoding}, + doi = {10.7236/nature.2015.009}, + year = {2018} +} + +@article{speculative-decoding-8541, + author = {Tony Hoare}, + title = {A Study of speculative-decoding}, + doi = {10.8881/icml.2012.839}, + year = {2022} +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_4b63d16398/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5496e1c6e5/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/reports/max_speed.tsv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/reports/max_speed.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d297580b2a81e8210c8ba321865a5fd9d35a8408 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/reports/max_speed.tsv @@ -0,0 +1,8 @@ +truck-01 120 +truck-02 120 +truck-03 120 +truck-04 118 +truck-05 120 +truck-06 120 +truck-07 119 +truck-08 119 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..80be582f4c7a0dec07bb4bda45849de75375a9de --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-01.csv @@ -0,0 +1,26 @@ +lat,lon,speed +-81.5566,-35.7965,53 +-60.2665,119.3442,38 +-14.7003,74.4758,48 +-25.6043,79.7848,108 +-16.4014,-120.688,95 +59.0141,-147.2142,89 +-15.1524,69.7026,63 +-89.889,-23.7776,117 +84.0965,-3.4905,85 +-27.5697,-131.7857,86 +-50.255,-55.8598,28 +77.9999,127.8581,4 +8.5029,-147.3773,41 +69.5401,-148.7091,92 +-67.6723,97.4547,46 +-28.9838,-139.0705,68 +-38.206,-178.217,85 +80.6965,53.1921,86 +-77.7431,66.3511,68 +46.2325,-122.6543,55 +26.6909,-97.3051,4 +-21.3709,-144.369,84 +74.9551,-7.8455,93 +-43.9811,2.6267,35 +-0.0143,-160.8911,97 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3114431977c9dc5df76e9e3d3d01d6e78b0bc4e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +40.9263,-72.5303,35 +76.6139,89.7027,27 +-82.2778,29.6145,1 +88.1463,149.5548,60 +19.9124,144.1551,81 +-89.2655,113.3108,96 +34.1454,-79.7347,5 +55.2837,-164.2668,103 +69.4455,146.0493,57 +56.8278,119.65,108 +63.0136,148.9259,110 +-16.7308,95.2533,80 +-12.1736,128.1687,6 +-24.3378,82.1075,90 +24.9131,-12.736,48 +-29.9386,138.6536,11 +-80.0934,-72.4459,13 +-65.4982,-104.9432,51 +-89.6312,-95.3332,84 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..00a29138adcd2a62ca6b44a072537b1baa2fca3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-03.csv @@ -0,0 +1,25 @@ +lat,lon,speed +5.9536,-23.2987,4 +58.5389,-63.4328,68 +-76.5842,-21.7155,53 +3.6841,59.2132,66 +-57.021,-92.8177,119 +-51.1877,90.7859,68 +-27.7156,-27.9121,64 +-13.271,117.2782,91 +40.8719,178.7898,84 +-36.6094,-135.5119,53 +49.7171,-73.2102,30 +52.9302,156.5081,30 +75.4216,-1.9374,108 +63.6481,-23.1641,73 +10.5471,46.6141,29 +-89.3632,1.8362,48 +19.4307,-65.2695,0 +87.5898,83.0751,114 +49.704,-134.0771,57 +0.0794,179.775,38 +-56.9245,91.2907,21 +51.4213,-77.0616,27 +-31.0102,-179.7405,16 +55.6774,-127.205,4 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..43045bb78ed58d1944df879e255268dea2626d43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-01/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +33.152,-113.9677,106 +18.1875,12.866,96 +61.8443,179.1236,79 +73.6643,168.7536,38 +26.2879,105.5802,43 +-87.9597,-179.3392,50 +-1.767,8.2285,58 +27.3634,91.7306,59 +-63.4382,87.8287,89 +-52.9189,127.7374,54 +81.4029,-126.5294,95 +-37.4306,-76.3153,55 +68.1634,99.5435,105 +-76.0225,-148.0734,37 +-13.0049,-29.5022,40 +27.1149,114.4751,74 +71.6679,-20.8106,33 +-46.8187,-124.8903,112 +72.722,35.7416,79 +-1.7306,-50.9231,120 +-14.2879,-166.4057,95 +-52.554,152.313,39 +51.3049,96.9565,87 +49.1681,-128.9807,42 +-43.9686,-158.328,76 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..48f472059d1ce3ed5fded225887efb504dc4ae7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-01.csv @@ -0,0 +1,19 @@ +lat,lon,speed +-28.6407,49.3038,60 +-19.9226,-56.5861,6 +15.7054,77.1365,49 +76.1505,14.1437,6 +-43.5841,-160.6486,37 +-22.2436,162.7948,19 +-45.2511,139.8144,88 +36.3826,6.6265,81 +39.6585,141.6944,24 +-18.9788,-177.4924,100 +-56.7273,98.8933,42 +-19.0424,108.2544,102 +39.5847,89.7211,40 +64.7163,59.0684,78 +80.1562,48.151,90 +15.6848,110.6848,80 +35.8718,23.5309,3 +32.1706,56.2383,109 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c81bd8c8e9adeee5c6f6e280be6a4f2ece2515a --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-02.csv @@ -0,0 +1,17 @@ +lat,lon,speed +-73.5948,-134.5907,100 +-6.4446,94.6266,72 +-72.767,-161.781,56 +-34.6705,36.4584,34 +1.5551,-169.4314,47 +-21.9556,-78.7216,120 +23.161,31.3136,79 +-19.4367,-7.0325,113 +5.8174,119.2138,9 +-71.5052,-111.5262,10 +12.174,122.6644,23 +-88.7618,-119.2256,119 +-25.8192,-70.6769,68 +72.8014,141.0165,56 +-10.8987,13.1976,7 +48.8523,78.4501,57 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..71249fd5fff3958bac5652a7e56828653db867ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-03.csv @@ -0,0 +1,22 @@ +lat,lon,speed +-44.3542,-31.3505,71 +49.4215,-10.0975,6 +69.5017,146.6004,28 +86.6487,104.8568,10 +-28.6736,-5.8964,41 +-76.4732,-133.1854,71 +-44.0382,140.6621,49 +-75.458,-136.8155,13 +-52.3124,34.3883,31 +-14.9034,123.7635,38 +33.4953,34.924,12 +-73.7228,-46.4722,101 +19.9912,160.0048,79 +-27.5662,53.7345,36 +-34.6051,111.3314,26 +81.91,-23.0567,40 +61.8198,-86.1932,23 +64.9392,-73.7629,50 +-36.2268,40.4032,57 +7.9692,42.8713,57 +-55.1509,81.4085,114 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..0cd3e2006a3d57ed23ed2e226744db7ed6507903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-02/trip-04.csv @@ -0,0 +1,24 @@ +lat,lon,speed +-85.0924,145.7548,95 +53.9764,-157.1997,33 +-53.4564,79.772,30 +-31.3612,-41.6538,82 +32.7459,117.5114,96 +67.2691,68.5184,56 +-5.3272,77.464,62 +-59.104,-17.3207,81 +21.4788,44.9336,35 +-20.3874,125.4125,15 +35.3806,12.3592,79 +87.4219,152.4391,55 +55.8648,100.7622,19 +-45.2329,158.3653,63 +73.4247,-152.6149,98 +-37.2033,125.9042,37 +-63.1808,173.0204,107 +14.3956,70.0386,18 +49.8654,54.6853,92 +68.5544,-143.5645,117 +-80.7056,-179.0603,10 +-12.7207,152.1598,107 +40.5091,-108.2501,8 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..88a9c0ae7bb936006e684de67aa80d453ea34cb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-01.csv @@ -0,0 +1,25 @@ +lat,lon,speed +-79.0429,-108.5603,31 +-8.1689,90.2321,94 +-2.6355,103.7008,91 +68.3878,154.2994,93 +-49.7501,39.2817,7 +-29.7493,-58.7051,59 +48.5153,-171.0965,57 +45.2462,6.9276,113 +-47.766,-168.1241,60 +-15.1048,-3.4958,61 +-88.4849,87.1386,120 +-44.1867,-135.0097,107 +72.0084,122.6993,38 +42.3561,-47.0916,28 +-39.0767,31.0587,2 +89.4263,-124.0727,18 +76.4585,129.3984,28 +13.5136,141.5249,88 +68.45,136.5587,40 +73.4057,-20.9051,106 +43.7921,-93.1463,44 +82.5594,70.5517,11 +-79.1236,109.4304,107 +49.7241,-137.3999,78 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..24838f9b7bb78251b2109df2af68ac2d95a02e7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-6.4843,48.5856,0 +46.5098,-137.6127,60 +-83.2803,4.7823,91 +39.7266,40.0899,26 +-38.5729,163.3705,40 +-85.3649,75.4712,9 +35.7017,86.7239,57 +-81.4522,-81.3431,55 +-78.947,-178.0655,80 +27.2575,30.4511,30 +-57.6733,129.7145,11 +-36.7248,35.9569,87 +-34.7061,136.2839,95 +-13.1248,58.088,65 +68.849,142.1486,95 +-26.4944,48.1304,103 +23.0673,29.7424,120 +37.1559,72.6574,31 +-13.4374,-27.3066,47 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..e09e718fd0e854e0cc8b2406788e2bd8dab07a9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-03.csv @@ -0,0 +1,25 @@ +lat,lon,speed +-72.3655,-3.9308,100 +-33.5432,143.1772,71 +-69.1764,-7.6842,94 +-84.0793,-160.9152,49 +18.8986,-135.9259,116 +-29.8361,175.3753,44 +80.7466,120.4571,85 +3.4151,-149.9589,57 +-67.0753,43.4876,85 +28.0658,-38.1278,58 +14.6707,-24.9284,100 +54.6301,154.5171,21 +-14.4904,117.036,0 +5.2341,-176.4632,8 +-66.1465,-156.1609,98 +78.0536,-122.4057,86 +70.2527,132.1669,1 +-11.1989,-93.8724,98 +11.7087,49.7087,11 +50.5265,-168.3359,114 +25.1565,-162.6506,100 +-53.977,-136.1085,32 +43.7618,51.3871,23 +78.4446,11.6153,90 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea96c764017494d87005207f1f9ff6e9e44bc007 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-03/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +-76.7307,50.6081,6 +87.1593,136.3907,34 +57.3833,13.0505,32 +33.9662,155.1121,48 +-71.9719,155.8559,75 +-49.5773,-86.7296,39 +69.6969,-141.6448,13 +-2.9291,178.7819,58 +-64.229,-166.6934,22 +52.5901,-88.7033,30 +-30.5538,138.4998,64 +78.8146,-94.3163,95 +13.9853,40.8266,102 +-1.4876,-119.7095,14 +-12.0333,72.8549,34 +3.8448,37.3289,64 +87.2033,-19.082,79 +38.1689,-65.7866,71 +-18.2805,119.448,80 +-34.6372,56.3844,44 +-63.0408,57.1025,49 +86.4603,172.1767,40 +-23.4254,-29.9563,39 +88.8858,-19.9902,58 +9.4349,-10.2729,84 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..fcf976fe3e165263dfad0fb5489f76badef6ff7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-01.csv @@ -0,0 +1,19 @@ +lat,lon,speed +-3.8054,-167.6531,96 +-45.1604,142.153,26 +-9.5804,34.181,30 +-73.8205,-39.9216,52 +-42.817,-113.7969,110 +30.2328,-128.7346,24 +35.2647,-97.9988,61 +-49.5055,-28.0993,86 +12.9307,-172.3747,84 +75.6052,-46.7128,81 +-29.0235,140.9043,49 +14.4736,-174.7209,74 +89.9671,-156.35,8 +-33.4725,-66.165,44 +-11.7508,-160.5486,114 +-51.1456,41.0627,15 +-6.2993,178.1446,48 +-55.6655,106.9749,53 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..8209c1a64f575eb6f1cab96d86b277fe8c4b8aa7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-02.csv @@ -0,0 +1,23 @@ +lat,lon,speed +9.8172,178.1712,40 +70.8414,135.9086,110 +-55.7968,-95.7277,82 +73.0963,-146.8299,116 +-27.3658,-110.9978,97 +-76.2287,114.0271,79 +-42.2091,-63.4325,118 +1.4307,-46.7184,3 +36.0017,-16.514,66 +-17.76,98.6159,114 +46.0144,-127.8964,80 +54.5035,75.5763,74 +75.6142,-173.6752,34 +-36.8181,174.083,70 +49.162,-59.2382,116 +-4.9041,51.9223,58 +-88.94,-32.6736,18 +80.0175,97.0434,74 +15.321,-9.8386,50 +62.4633,-120.6908,29 +25.0329,168.8917,43 +50.5765,41.0589,111 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d361a61a08259adebf18af6ba2604cb0205ef14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-03.csv @@ -0,0 +1,18 @@ +lat,lon,speed +-20.4411,-17.3671,4 +-4.9708,-47.1133,33 +-43.5554,148.0117,78 +-60.2215,-102.6041,40 +-66.5376,165.814,13 +20.6883,-91.084,3 +-28.8775,125.968,10 +-83.6814,-19.9423,90 +48.0255,105.1512,80 +-29.4479,113.2551,40 +-36.2757,-114.831,103 +48.7189,178.7613,34 +-75.5712,132.298,106 +17.8636,54.4193,25 +75.7477,102.4097,77 +3.9118,-90.509,41 +65.3924,29.2789,110 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..647713b6b0e7a56920e89b490311d6acd139665f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-04/trip-04.csv @@ -0,0 +1,16 @@ +lat,lon,speed +0.772,-28.4398,8 +-81.7186,-4.277,39 +42.7927,-118.5562,44 +70.0548,41.8528,45 +64.3413,123.5815,19 +48.2058,73.0353,34 +75.593,128.2785,77 +-60.1969,92.1586,115 +9.661,172.0521,87 +-49.9515,178.4678,98 +32.0597,96.297,72 +0.5879,-72.0597,94 +38.4765,-27.6154,108 +24.684,3.8885,72 +3.0953,-134.5676,7 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..5bbcba3eadc23489ff5809ed94b1a4713c03cbc3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-01.csv @@ -0,0 +1,21 @@ +lat,lon,speed +28.7855,-137.701,59 +-87.6349,-100.9655,5 +-38.9411,118.2366,61 +42.2023,14.2422,17 +-9.4378,-129.2515,82 +-1.5964,76.8211,32 +-44.7822,168.1777,32 +79.3369,-111.5044,120 +30.9872,-70.4116,120 +-86.1112,-3.0133,29 +-31.7918,-5.7617,33 +-33.0873,134.4548,98 +74.1834,141.3049,43 +-41.92,-70.1734,39 +34.1628,-72.5496,27 +86.7946,111.4987,108 +-64.886,-96.4956,8 +-54.7755,-34.0688,54 +-4.8919,-168.6863,63 +46.8862,-177.4505,79 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..62b63026af849f108a6a0136fb382039a46dcc19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-80.0781,106.6214,44 +27.2687,-20.1985,6 +0.5007,-115.0552,75 +-58.8946,-86.3942,80 +-42.3631,-66.7824,8 +-79.9295,-67.7036,14 +-12.9872,103.3007,21 +48.9627,93.4116,57 +89.4039,-66.8176,16 +7.9984,144.5077,56 +87.4796,105.1567,59 +-57.8059,-178.1645,110 +-50.4794,91.1837,76 +-52.9652,-35.6315,28 +65.9026,66.7629,39 +18.387,89.8178,39 +13.2762,101.4159,72 +22.0146,85.2875,36 +3.0286,71.7141,78 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..7744645f6aa6d2269fca11906135a60eb19e0a86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-03.csv @@ -0,0 +1,17 @@ +lat,lon,speed +48.1473,-44.9256,107 +61.5151,-74.8426,14 +66.1637,154.6382,17 +-7.0809,65.8574,63 +-59.3504,147.0127,15 +-65.7903,-173.1793,32 +76.3339,75.8521,55 +71.4296,62.9163,93 +77.4574,2.209,96 +40.5453,-127.4696,28 +-61.9926,120.9777,111 +-37.1912,-62.2525,13 +39.6202,-83.03,47 +19.3834,164.0703,92 +-72.077,-63.7678,12 +-79.0217,-157.9692,22 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..792c58fb85f9c68f5191505a8a54829554b08821 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-05/trip-04.csv @@ -0,0 +1,21 @@ +lat,lon,speed +-10.1014,165.8337,43 +50.5161,-61.0917,1 +-71.5663,-10.6638,0 +-84.6386,-140.2425,80 +22.8371,-63.2933,63 +-38.103,-11.2225,9 +49.3213,114.8048,68 +28.18,179.6345,73 +52.8038,131.4618,91 +47.2561,162.4467,13 +-74.313,-143.8537,64 +-29.3161,-111.0884,36 +55.0139,-92.391,69 +68.7395,142.4899,29 +-83.2659,-160.551,18 +66.2867,-164.4013,76 +21.8973,64.2271,25 +66.6393,169.8677,2 +-32.3968,-33.6276,78 +-19.2037,70.1614,7 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..2815ee261e7c54e5998a319b10174e30189790e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-01.csv @@ -0,0 +1,18 @@ +lat,lon,speed +-2.6718,31.6037,28 +-54.3083,-102.8221,51 +46.5631,3.4722,87 +-28.4295,-46.7493,46 +24.3991,137.9864,91 +-46.5524,-35.459,86 +69.269,96.0076,23 +-77.9363,140.4714,103 +-21.9185,28.2644,5 +-57.6987,-176.1539,16 +-83.3119,-179.1745,118 +-73.638,-173.2287,29 +26.6904,-145.7542,15 +42.6358,-143.2991,103 +78.8794,13.0302,29 +-41.1109,-60.4071,84 +-46.8274,27.8944,88 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3dc5f36cc3e237b62ffa013f1d87f779271c71e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-59.8703,47.2752,25 +-52.2084,154.2986,87 +-18.9349,166.9162,17 +39.4518,-15.8862,68 +-29.6949,151.8569,85 +42.0612,88.7925,110 +-72.0922,143.6231,72 +54.2888,-156.5164,26 +-19.0713,-164.6117,61 +-88.0518,-130.8978,79 +-10.7005,-140.0339,73 +-10.3021,-176.5398,62 +-58.8348,142.8675,57 +82.8645,72.2891,91 +86.8351,-51.9712,79 +72.2864,-126.2551,25 +-21.1071,135.9771,104 +-33.5509,-6.6227,26 +-35.2037,-44.2651,108 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..6a3cc68165b424fb609a0c7df8655b6626f09b03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-03.csv @@ -0,0 +1,16 @@ +lat,lon,speed +-64.3557,-155.1995,56 +0.3962,-122.4954,119 +86.0074,-100.3748,103 +-6.6746,-103.6592,47 +-1.0584,-38.498,69 +-47.7614,143.7745,75 +85.2675,-127.2415,36 +-70.3051,71.121,113 +-20.6374,-62.2499,41 +-11.6413,39.3306,44 +61.8236,159.6011,111 +-56.5781,-116.9811,92 +-29.4781,-167.9046,22 +11.4779,-90.4944,104 +50.8537,-61.1378,114 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5edb93791eae45c590501d605df7a55e8144aba --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-06/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +38.9253,-166.038,40 +45.1219,81.0035,1 +80.0175,112.9249,64 +-18.1864,92.7437,110 +79.9828,9.8909,52 +74.8928,82.8976,21 +-65.4008,-22.3287,31 +-44.5357,-93.3155,57 +-61.5982,29.9221,0 +49.1714,-137.2222,73 +65.0596,21.2248,57 +-32.123,40.7151,47 +-63.2309,118.7021,120 +56.6578,-46.6799,76 +-35.0379,30.0967,47 +-57.4007,131.242,14 +11.4956,-134.9821,87 +33.6119,109.7276,80 +-20.53,-176.403,43 +11.3227,-123.7132,8 +-67.0237,-118.7958,45 +25.6535,-89.9281,75 +88.0157,-147.887,120 +-17.2882,-33.5208,105 +-40.2697,-35.0515,54 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bea6952e902b8b5cca576de4eb19b19cb4e7101 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-01.csv @@ -0,0 +1,17 @@ +lat,lon,speed +60.3943,-103.5952,60 +86.1146,-160.7179,51 +-78.4985,-137.734,87 +39.855,-63.1842,66 +4.1814,-42.8312,82 +12.6201,32.1921,70 +-87.5661,81.4394,101 +50.4937,-146.4546,114 +71.628,40.9215,105 +-9.311,158.925,64 +-21.1355,107.0841,25 +-37.5486,-71.8877,93 +85.0118,-101.2972,76 +39.8706,-97.915,39 +-81.7659,63.9499,71 +59.8425,-64.6642,36 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0a8ae3412c53f9eae0ca4239f2fbd4c7d93710a --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-02.csv @@ -0,0 +1,23 @@ +lat,lon,speed +14.9851,67.4817,107 +-57.5765,-176.0662,77 +43.6226,48.9475,27 +-74.5781,66.4742,105 +84.6579,-5.141,45 +-8.269,149.5687,21 +-57.5546,-141.0978,58 +-67.0442,-145.7426,77 +41.756,-179.2043,74 +7.4091,-46.291,111 +-78.6132,-9.2836,58 +-85.0222,-129.2967,26 +-56.4327,-139.3714,47 +-4.1666,-72.73,114 +6.3518,-64.2025,21 +-73.5879,-112.3829,98 +-26.1835,65.592,31 +-57.3125,-66.9754,17 +-22.6346,-25.524,55 +23.9848,75.8709,91 +12.0362,-135.5753,46 +-89.375,-63.4425,105 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..276ecb7c5f3be4e027773857bd8c8bee345d2ca6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-03.csv @@ -0,0 +1,17 @@ +lat,lon,speed +21.6711,102.1716,36 +-2.4853,-165.3894,78 +-48.9897,-150.8859,68 +23.6194,28.4296,96 +76.4811,59.0029,3 +59.2212,-41.0576,54 +-2.0176,84.6585,35 +-36.0277,-141.2265,76 +-44.8262,-167.9356,18 +-16.5573,-73.1398,95 +-17.3678,27.8604,117 +22.0511,-135.0043,85 +-67.2565,134.1427,20 +-52.1102,135.2386,115 +-58.0481,-0.4736,5 +-77.0952,76.2212,67 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..05238f5106d489aaea917c113f4e137b875c0bf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-07/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +68.7226,-89.5021,67 +-13.6706,-62.8619,57 +18.6705,-85.6699,110 +30.0725,131.8315,119 +-14.2867,60.457,82 +63.7065,-28.1832,44 +73.0225,90.191,71 +-31.3603,-27.6399,70 +-6.0889,84.6825,94 +-46.5445,-0.3909,56 +-79.1464,-84.8485,12 +-20.6621,20.2105,93 +-9.6801,108.6163,25 +22.1526,-109.5945,92 +13.8771,-65.6287,70 +70.309,78.6825,101 +-17.6835,-20.7241,46 +8.8835,52.8424,74 +-73.4165,-100.8709,113 +51.6108,112.4324,89 +-10.1548,-19.6047,0 +-51.7763,-170.1342,18 +34.2072,-80.0361,87 +57.6177,-96.1668,101 +38.9886,75.0923,24 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..1905935f9a123db80aca01a89980c82501239fdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-01.csv @@ -0,0 +1,17 @@ +lat,lon,speed +37.9659,-75.3097,116 +-15.0712,-114.4915,9 +-41.3623,-70.838,61 +-69.3913,1.494,41 +-49.3922,145.0233,93 +56.0488,-22.8855,56 +72.6871,52.0595,116 +-50.2212,-11.6007,49 +-1.8651,63.9809,0 +-46.0532,124.3773,10 +16.2105,39.2541,31 +5.623,159.4633,7 +-9.5916,-40.3745,101 +62.0725,-56.8236,92 +-0.8329,99.4374,21 +53.1257,-35.3058,50 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..faf66f116bee63f2451b0f8f97bb3a3d980fdd3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-02.csv @@ -0,0 +1,22 @@ +lat,lon,speed +0.0102,-125.192,53 +86.1132,47.3913,89 +38.6675,-109.7004,39 +-57.466,125.4318,10 +3.3518,20.5746,96 +32.3709,129.8469,119 +25.0419,160.9789,65 +-79.955,-127.7798,49 +-47.7265,-112.2646,15 +-21.6919,72.7857,56 +29.4458,-147.958,34 +-15.6538,46.5323,62 +-51.0534,32.4478,59 +-38.8723,105.4512,112 +35.9379,5.0667,7 +-59.8882,-156.2474,105 +-8.2223,109.1216,43 +-19.1026,-66.4642,32 +-3.1334,-117.0225,24 +10.3149,-18.687,106 +54.3387,-110.9932,73 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..5dc1b8ab70e0bf782755e328b602a7526277d188 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-03.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-63.3555,-172.9179,97 +9.4929,-110.5532,42 +-49.9374,-103.9414,40 +23.7789,-134.0131,44 +13.637,135.4205,45 +-81.2574,132.6043,48 +75.8808,-5.0745,119 +58.0953,-72.3055,8 +86.6688,23.7843,17 +69.0798,-119.1017,99 +-83.9047,49.7077,46 +75.0056,11.8313,43 +-10.8602,-142.2593,92 +30.9138,-72.8174,116 +-51.5916,14.4252,72 +-48.77,27.7167,5 +-71.5354,41.6296,99 +-64.8598,-160.8937,58 +-1.9446,-32.132,89 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..610fc608df163204f80432de9340bf89bac20842 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/fleet/telemetry/truck-08/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +57.5067,-81.5878,10 +12.0746,-147.2019,1 +50.3465,46.9631,42 +-24.0757,82.5329,56 +-67.2462,-172.2746,87 +-31.2118,90.7534,81 +-9.9894,-83.9696,12 +66.3156,171.9592,71 +6.7568,-51.5165,109 +-57.0974,-71.3118,21 +39.4272,85.8123,113 +59.8503,98.0535,20 +-88.485,-57.4547,61 +62.4438,-160.9998,23 +-80.398,112.1788,94 +72.3029,133.1222,71 +-82.0698,37.2747,21 +11.4147,-66.4809,50 +-78.1667,149.8129,107 +-12.6075,78.1251,28 +76.82,-1.0664,72 +-3.2792,-98.9196,103 +84.7328,128.393,80 +-18.168,121.9606,75 +-67.8693,22.5642,36 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..80be582f4c7a0dec07bb4bda45849de75375a9de --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-01.csv @@ -0,0 +1,26 @@ +lat,lon,speed +-81.5566,-35.7965,53 +-60.2665,119.3442,38 +-14.7003,74.4758,48 +-25.6043,79.7848,108 +-16.4014,-120.688,95 +59.0141,-147.2142,89 +-15.1524,69.7026,63 +-89.889,-23.7776,117 +84.0965,-3.4905,85 +-27.5697,-131.7857,86 +-50.255,-55.8598,28 +77.9999,127.8581,4 +8.5029,-147.3773,41 +69.5401,-148.7091,92 +-67.6723,97.4547,46 +-28.9838,-139.0705,68 +-38.206,-178.217,85 +80.6965,53.1921,86 +-77.7431,66.3511,68 +46.2325,-122.6543,55 +26.6909,-97.3051,4 +-21.3709,-144.369,84 +74.9551,-7.8455,93 +-43.9811,2.6267,35 +-0.0143,-160.8911,97 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3114431977c9dc5df76e9e3d3d01d6e78b0bc4e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +40.9263,-72.5303,35 +76.6139,89.7027,27 +-82.2778,29.6145,1 +88.1463,149.5548,60 +19.9124,144.1551,81 +-89.2655,113.3108,96 +34.1454,-79.7347,5 +55.2837,-164.2668,103 +69.4455,146.0493,57 +56.8278,119.65,108 +63.0136,148.9259,110 +-16.7308,95.2533,80 +-12.1736,128.1687,6 +-24.3378,82.1075,90 +24.9131,-12.736,48 +-29.9386,138.6536,11 +-80.0934,-72.4459,13 +-65.4982,-104.9432,51 +-89.6312,-95.3332,84 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..00a29138adcd2a62ca6b44a072537b1baa2fca3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-03.csv @@ -0,0 +1,25 @@ +lat,lon,speed +5.9536,-23.2987,4 +58.5389,-63.4328,68 +-76.5842,-21.7155,53 +3.6841,59.2132,66 +-57.021,-92.8177,119 +-51.1877,90.7859,68 +-27.7156,-27.9121,64 +-13.271,117.2782,91 +40.8719,178.7898,84 +-36.6094,-135.5119,53 +49.7171,-73.2102,30 +52.9302,156.5081,30 +75.4216,-1.9374,108 +63.6481,-23.1641,73 +10.5471,46.6141,29 +-89.3632,1.8362,48 +19.4307,-65.2695,0 +87.5898,83.0751,114 +49.704,-134.0771,57 +0.0794,179.775,38 +-56.9245,91.2907,21 +51.4213,-77.0616,27 +-31.0102,-179.7405,16 +55.6774,-127.205,4 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..43045bb78ed58d1944df879e255268dea2626d43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-01/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +33.152,-113.9677,106 +18.1875,12.866,96 +61.8443,179.1236,79 +73.6643,168.7536,38 +26.2879,105.5802,43 +-87.9597,-179.3392,50 +-1.767,8.2285,58 +27.3634,91.7306,59 +-63.4382,87.8287,89 +-52.9189,127.7374,54 +81.4029,-126.5294,95 +-37.4306,-76.3153,55 +68.1634,99.5435,105 +-76.0225,-148.0734,37 +-13.0049,-29.5022,40 +27.1149,114.4751,74 +71.6679,-20.8106,33 +-46.8187,-124.8903,112 +72.722,35.7416,79 +-1.7306,-50.9231,120 +-14.2879,-166.4057,95 +-52.554,152.313,39 +51.3049,96.9565,87 +49.1681,-128.9807,42 +-43.9686,-158.328,76 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..48f472059d1ce3ed5fded225887efb504dc4ae7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-01.csv @@ -0,0 +1,19 @@ +lat,lon,speed +-28.6407,49.3038,60 +-19.9226,-56.5861,6 +15.7054,77.1365,49 +76.1505,14.1437,6 +-43.5841,-160.6486,37 +-22.2436,162.7948,19 +-45.2511,139.8144,88 +36.3826,6.6265,81 +39.6585,141.6944,24 +-18.9788,-177.4924,100 +-56.7273,98.8933,42 +-19.0424,108.2544,102 +39.5847,89.7211,40 +64.7163,59.0684,78 +80.1562,48.151,90 +15.6848,110.6848,80 +35.8718,23.5309,3 +32.1706,56.2383,109 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c81bd8c8e9adeee5c6f6e280be6a4f2ece2515a --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-02.csv @@ -0,0 +1,17 @@ +lat,lon,speed +-73.5948,-134.5907,100 +-6.4446,94.6266,72 +-72.767,-161.781,56 +-34.6705,36.4584,34 +1.5551,-169.4314,47 +-21.9556,-78.7216,120 +23.161,31.3136,79 +-19.4367,-7.0325,113 +5.8174,119.2138,9 +-71.5052,-111.5262,10 +12.174,122.6644,23 +-88.7618,-119.2256,119 +-25.8192,-70.6769,68 +72.8014,141.0165,56 +-10.8987,13.1976,7 +48.8523,78.4501,57 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..71249fd5fff3958bac5652a7e56828653db867ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-03.csv @@ -0,0 +1,22 @@ +lat,lon,speed +-44.3542,-31.3505,71 +49.4215,-10.0975,6 +69.5017,146.6004,28 +86.6487,104.8568,10 +-28.6736,-5.8964,41 +-76.4732,-133.1854,71 +-44.0382,140.6621,49 +-75.458,-136.8155,13 +-52.3124,34.3883,31 +-14.9034,123.7635,38 +33.4953,34.924,12 +-73.7228,-46.4722,101 +19.9912,160.0048,79 +-27.5662,53.7345,36 +-34.6051,111.3314,26 +81.91,-23.0567,40 +61.8198,-86.1932,23 +64.9392,-73.7629,50 +-36.2268,40.4032,57 +7.9692,42.8713,57 +-55.1509,81.4085,114 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..0cd3e2006a3d57ed23ed2e226744db7ed6507903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-02/trip-04.csv @@ -0,0 +1,24 @@ +lat,lon,speed +-85.0924,145.7548,95 +53.9764,-157.1997,33 +-53.4564,79.772,30 +-31.3612,-41.6538,82 +32.7459,117.5114,96 +67.2691,68.5184,56 +-5.3272,77.464,62 +-59.104,-17.3207,81 +21.4788,44.9336,35 +-20.3874,125.4125,15 +35.3806,12.3592,79 +87.4219,152.4391,55 +55.8648,100.7622,19 +-45.2329,158.3653,63 +73.4247,-152.6149,98 +-37.2033,125.9042,37 +-63.1808,173.0204,107 +14.3956,70.0386,18 +49.8654,54.6853,92 +68.5544,-143.5645,117 +-80.7056,-179.0603,10 +-12.7207,152.1598,107 +40.5091,-108.2501,8 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..88a9c0ae7bb936006e684de67aa80d453ea34cb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-01.csv @@ -0,0 +1,25 @@ +lat,lon,speed +-79.0429,-108.5603,31 +-8.1689,90.2321,94 +-2.6355,103.7008,91 +68.3878,154.2994,93 +-49.7501,39.2817,7 +-29.7493,-58.7051,59 +48.5153,-171.0965,57 +45.2462,6.9276,113 +-47.766,-168.1241,60 +-15.1048,-3.4958,61 +-88.4849,87.1386,120 +-44.1867,-135.0097,107 +72.0084,122.6993,38 +42.3561,-47.0916,28 +-39.0767,31.0587,2 +89.4263,-124.0727,18 +76.4585,129.3984,28 +13.5136,141.5249,88 +68.45,136.5587,40 +73.4057,-20.9051,106 +43.7921,-93.1463,44 +82.5594,70.5517,11 +-79.1236,109.4304,107 +49.7241,-137.3999,78 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..24838f9b7bb78251b2109df2af68ac2d95a02e7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-6.4843,48.5856,0 +46.5098,-137.6127,60 +-83.2803,4.7823,91 +39.7266,40.0899,26 +-38.5729,163.3705,40 +-85.3649,75.4712,9 +35.7017,86.7239,57 +-81.4522,-81.3431,55 +-78.947,-178.0655,80 +27.2575,30.4511,30 +-57.6733,129.7145,11 +-36.7248,35.9569,87 +-34.7061,136.2839,95 +-13.1248,58.088,65 +68.849,142.1486,95 +-26.4944,48.1304,103 +23.0673,29.7424,120 +37.1559,72.6574,31 +-13.4374,-27.3066,47 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..e09e718fd0e854e0cc8b2406788e2bd8dab07a9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-03.csv @@ -0,0 +1,25 @@ +lat,lon,speed +-72.3655,-3.9308,100 +-33.5432,143.1772,71 +-69.1764,-7.6842,94 +-84.0793,-160.9152,49 +18.8986,-135.9259,116 +-29.8361,175.3753,44 +80.7466,120.4571,85 +3.4151,-149.9589,57 +-67.0753,43.4876,85 +28.0658,-38.1278,58 +14.6707,-24.9284,100 +54.6301,154.5171,21 +-14.4904,117.036,0 +5.2341,-176.4632,8 +-66.1465,-156.1609,98 +78.0536,-122.4057,86 +70.2527,132.1669,1 +-11.1989,-93.8724,98 +11.7087,49.7087,11 +50.5265,-168.3359,114 +25.1565,-162.6506,100 +-53.977,-136.1085,32 +43.7618,51.3871,23 +78.4446,11.6153,90 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea96c764017494d87005207f1f9ff6e9e44bc007 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-03/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +-76.7307,50.6081,6 +87.1593,136.3907,34 +57.3833,13.0505,32 +33.9662,155.1121,48 +-71.9719,155.8559,75 +-49.5773,-86.7296,39 +69.6969,-141.6448,13 +-2.9291,178.7819,58 +-64.229,-166.6934,22 +52.5901,-88.7033,30 +-30.5538,138.4998,64 +78.8146,-94.3163,95 +13.9853,40.8266,102 +-1.4876,-119.7095,14 +-12.0333,72.8549,34 +3.8448,37.3289,64 +87.2033,-19.082,79 +38.1689,-65.7866,71 +-18.2805,119.448,80 +-34.6372,56.3844,44 +-63.0408,57.1025,49 +86.4603,172.1767,40 +-23.4254,-29.9563,39 +88.8858,-19.9902,58 +9.4349,-10.2729,84 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..fcf976fe3e165263dfad0fb5489f76badef6ff7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-01.csv @@ -0,0 +1,19 @@ +lat,lon,speed +-3.8054,-167.6531,96 +-45.1604,142.153,26 +-9.5804,34.181,30 +-73.8205,-39.9216,52 +-42.817,-113.7969,110 +30.2328,-128.7346,24 +35.2647,-97.9988,61 +-49.5055,-28.0993,86 +12.9307,-172.3747,84 +75.6052,-46.7128,81 +-29.0235,140.9043,49 +14.4736,-174.7209,74 +89.9671,-156.35,8 +-33.4725,-66.165,44 +-11.7508,-160.5486,114 +-51.1456,41.0627,15 +-6.2993,178.1446,48 +-55.6655,106.9749,53 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..8209c1a64f575eb6f1cab96d86b277fe8c4b8aa7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-02.csv @@ -0,0 +1,23 @@ +lat,lon,speed +9.8172,178.1712,40 +70.8414,135.9086,110 +-55.7968,-95.7277,82 +73.0963,-146.8299,116 +-27.3658,-110.9978,97 +-76.2287,114.0271,79 +-42.2091,-63.4325,118 +1.4307,-46.7184,3 +36.0017,-16.514,66 +-17.76,98.6159,114 +46.0144,-127.8964,80 +54.5035,75.5763,74 +75.6142,-173.6752,34 +-36.8181,174.083,70 +49.162,-59.2382,116 +-4.9041,51.9223,58 +-88.94,-32.6736,18 +80.0175,97.0434,74 +15.321,-9.8386,50 +62.4633,-120.6908,29 +25.0329,168.8917,43 +50.5765,41.0589,111 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d361a61a08259adebf18af6ba2604cb0205ef14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-03.csv @@ -0,0 +1,18 @@ +lat,lon,speed +-20.4411,-17.3671,4 +-4.9708,-47.1133,33 +-43.5554,148.0117,78 +-60.2215,-102.6041,40 +-66.5376,165.814,13 +20.6883,-91.084,3 +-28.8775,125.968,10 +-83.6814,-19.9423,90 +48.0255,105.1512,80 +-29.4479,113.2551,40 +-36.2757,-114.831,103 +48.7189,178.7613,34 +-75.5712,132.298,106 +17.8636,54.4193,25 +75.7477,102.4097,77 +3.9118,-90.509,41 +65.3924,29.2789,110 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..647713b6b0e7a56920e89b490311d6acd139665f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-04/trip-04.csv @@ -0,0 +1,16 @@ +lat,lon,speed +0.772,-28.4398,8 +-81.7186,-4.277,39 +42.7927,-118.5562,44 +70.0548,41.8528,45 +64.3413,123.5815,19 +48.2058,73.0353,34 +75.593,128.2785,77 +-60.1969,92.1586,115 +9.661,172.0521,87 +-49.9515,178.4678,98 +32.0597,96.297,72 +0.5879,-72.0597,94 +38.4765,-27.6154,108 +24.684,3.8885,72 +3.0953,-134.5676,7 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..5bbcba3eadc23489ff5809ed94b1a4713c03cbc3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-01.csv @@ -0,0 +1,21 @@ +lat,lon,speed +28.7855,-137.701,59 +-87.6349,-100.9655,5 +-38.9411,118.2366,61 +42.2023,14.2422,17 +-9.4378,-129.2515,82 +-1.5964,76.8211,32 +-44.7822,168.1777,32 +79.3369,-111.5044,120 +30.9872,-70.4116,120 +-86.1112,-3.0133,29 +-31.7918,-5.7617,33 +-33.0873,134.4548,98 +74.1834,141.3049,43 +-41.92,-70.1734,39 +34.1628,-72.5496,27 +86.7946,111.4987,108 +-64.886,-96.4956,8 +-54.7755,-34.0688,54 +-4.8919,-168.6863,63 +46.8862,-177.4505,79 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..62b63026af849f108a6a0136fb382039a46dcc19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-80.0781,106.6214,44 +27.2687,-20.1985,6 +0.5007,-115.0552,75 +-58.8946,-86.3942,80 +-42.3631,-66.7824,8 +-79.9295,-67.7036,14 +-12.9872,103.3007,21 +48.9627,93.4116,57 +89.4039,-66.8176,16 +7.9984,144.5077,56 +87.4796,105.1567,59 +-57.8059,-178.1645,110 +-50.4794,91.1837,76 +-52.9652,-35.6315,28 +65.9026,66.7629,39 +18.387,89.8178,39 +13.2762,101.4159,72 +22.0146,85.2875,36 +3.0286,71.7141,78 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..7744645f6aa6d2269fca11906135a60eb19e0a86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-03.csv @@ -0,0 +1,17 @@ +lat,lon,speed +48.1473,-44.9256,107 +61.5151,-74.8426,14 +66.1637,154.6382,17 +-7.0809,65.8574,63 +-59.3504,147.0127,15 +-65.7903,-173.1793,32 +76.3339,75.8521,55 +71.4296,62.9163,93 +77.4574,2.209,96 +40.5453,-127.4696,28 +-61.9926,120.9777,111 +-37.1912,-62.2525,13 +39.6202,-83.03,47 +19.3834,164.0703,92 +-72.077,-63.7678,12 +-79.0217,-157.9692,22 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..792c58fb85f9c68f5191505a8a54829554b08821 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-05/trip-04.csv @@ -0,0 +1,21 @@ +lat,lon,speed +-10.1014,165.8337,43 +50.5161,-61.0917,1 +-71.5663,-10.6638,0 +-84.6386,-140.2425,80 +22.8371,-63.2933,63 +-38.103,-11.2225,9 +49.3213,114.8048,68 +28.18,179.6345,73 +52.8038,131.4618,91 +47.2561,162.4467,13 +-74.313,-143.8537,64 +-29.3161,-111.0884,36 +55.0139,-92.391,69 +68.7395,142.4899,29 +-83.2659,-160.551,18 +66.2867,-164.4013,76 +21.8973,64.2271,25 +66.6393,169.8677,2 +-32.3968,-33.6276,78 +-19.2037,70.1614,7 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..2815ee261e7c54e5998a319b10174e30189790e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-01.csv @@ -0,0 +1,18 @@ +lat,lon,speed +-2.6718,31.6037,28 +-54.3083,-102.8221,51 +46.5631,3.4722,87 +-28.4295,-46.7493,46 +24.3991,137.9864,91 +-46.5524,-35.459,86 +69.269,96.0076,23 +-77.9363,140.4714,103 +-21.9185,28.2644,5 +-57.6987,-176.1539,16 +-83.3119,-179.1745,118 +-73.638,-173.2287,29 +26.6904,-145.7542,15 +42.6358,-143.2991,103 +78.8794,13.0302,29 +-41.1109,-60.4071,84 +-46.8274,27.8944,88 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3dc5f36cc3e237b62ffa013f1d87f779271c71e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-02.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-59.8703,47.2752,25 +-52.2084,154.2986,87 +-18.9349,166.9162,17 +39.4518,-15.8862,68 +-29.6949,151.8569,85 +42.0612,88.7925,110 +-72.0922,143.6231,72 +54.2888,-156.5164,26 +-19.0713,-164.6117,61 +-88.0518,-130.8978,79 +-10.7005,-140.0339,73 +-10.3021,-176.5398,62 +-58.8348,142.8675,57 +82.8645,72.2891,91 +86.8351,-51.9712,79 +72.2864,-126.2551,25 +-21.1071,135.9771,104 +-33.5509,-6.6227,26 +-35.2037,-44.2651,108 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..6a3cc68165b424fb609a0c7df8655b6626f09b03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-03.csv @@ -0,0 +1,16 @@ +lat,lon,speed +-64.3557,-155.1995,56 +0.3962,-122.4954,119 +86.0074,-100.3748,103 +-6.6746,-103.6592,47 +-1.0584,-38.498,69 +-47.7614,143.7745,75 +85.2675,-127.2415,36 +-70.3051,71.121,113 +-20.6374,-62.2499,41 +-11.6413,39.3306,44 +61.8236,159.6011,111 +-56.5781,-116.9811,92 +-29.4781,-167.9046,22 +11.4779,-90.4944,104 +50.8537,-61.1378,114 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5edb93791eae45c590501d605df7a55e8144aba --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-06/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +38.9253,-166.038,40 +45.1219,81.0035,1 +80.0175,112.9249,64 +-18.1864,92.7437,110 +79.9828,9.8909,52 +74.8928,82.8976,21 +-65.4008,-22.3287,31 +-44.5357,-93.3155,57 +-61.5982,29.9221,0 +49.1714,-137.2222,73 +65.0596,21.2248,57 +-32.123,40.7151,47 +-63.2309,118.7021,120 +56.6578,-46.6799,76 +-35.0379,30.0967,47 +-57.4007,131.242,14 +11.4956,-134.9821,87 +33.6119,109.7276,80 +-20.53,-176.403,43 +11.3227,-123.7132,8 +-67.0237,-118.7958,45 +25.6535,-89.9281,75 +88.0157,-147.887,120 +-17.2882,-33.5208,105 +-40.2697,-35.0515,54 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bea6952e902b8b5cca576de4eb19b19cb4e7101 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-01.csv @@ -0,0 +1,17 @@ +lat,lon,speed +60.3943,-103.5952,60 +86.1146,-160.7179,51 +-78.4985,-137.734,87 +39.855,-63.1842,66 +4.1814,-42.8312,82 +12.6201,32.1921,70 +-87.5661,81.4394,101 +50.4937,-146.4546,114 +71.628,40.9215,105 +-9.311,158.925,64 +-21.1355,107.0841,25 +-37.5486,-71.8877,93 +85.0118,-101.2972,76 +39.8706,-97.915,39 +-81.7659,63.9499,71 +59.8425,-64.6642,36 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0a8ae3412c53f9eae0ca4239f2fbd4c7d93710a --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-02.csv @@ -0,0 +1,23 @@ +lat,lon,speed +14.9851,67.4817,107 +-57.5765,-176.0662,77 +43.6226,48.9475,27 +-74.5781,66.4742,105 +84.6579,-5.141,45 +-8.269,149.5687,21 +-57.5546,-141.0978,58 +-67.0442,-145.7426,77 +41.756,-179.2043,74 +7.4091,-46.291,111 +-78.6132,-9.2836,58 +-85.0222,-129.2967,26 +-56.4327,-139.3714,47 +-4.1666,-72.73,114 +6.3518,-64.2025,21 +-73.5879,-112.3829,98 +-26.1835,65.592,31 +-57.3125,-66.9754,17 +-22.6346,-25.524,55 +23.9848,75.8709,91 +12.0362,-135.5753,46 +-89.375,-63.4425,105 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..276ecb7c5f3be4e027773857bd8c8bee345d2ca6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-03.csv @@ -0,0 +1,17 @@ +lat,lon,speed +21.6711,102.1716,36 +-2.4853,-165.3894,78 +-48.9897,-150.8859,68 +23.6194,28.4296,96 +76.4811,59.0029,3 +59.2212,-41.0576,54 +-2.0176,84.6585,35 +-36.0277,-141.2265,76 +-44.8262,-167.9356,18 +-16.5573,-73.1398,95 +-17.3678,27.8604,117 +22.0511,-135.0043,85 +-67.2565,134.1427,20 +-52.1102,135.2386,115 +-58.0481,-0.4736,5 +-77.0952,76.2212,67 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..05238f5106d489aaea917c113f4e137b875c0bf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-07/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +68.7226,-89.5021,67 +-13.6706,-62.8619,57 +18.6705,-85.6699,110 +30.0725,131.8315,119 +-14.2867,60.457,82 +63.7065,-28.1832,44 +73.0225,90.191,71 +-31.3603,-27.6399,70 +-6.0889,84.6825,94 +-46.5445,-0.3909,56 +-79.1464,-84.8485,12 +-20.6621,20.2105,93 +-9.6801,108.6163,25 +22.1526,-109.5945,92 +13.8771,-65.6287,70 +70.309,78.6825,101 +-17.6835,-20.7241,46 +8.8835,52.8424,74 +-73.4165,-100.8709,113 +51.6108,112.4324,89 +-10.1548,-19.6047,0 +-51.7763,-170.1342,18 +34.2072,-80.0361,87 +57.6177,-96.1668,101 +38.9886,75.0923,24 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-01.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..1905935f9a123db80aca01a89980c82501239fdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-01.csv @@ -0,0 +1,17 @@ +lat,lon,speed +37.9659,-75.3097,116 +-15.0712,-114.4915,9 +-41.3623,-70.838,61 +-69.3913,1.494,41 +-49.3922,145.0233,93 +56.0488,-22.8855,56 +72.6871,52.0595,116 +-50.2212,-11.6007,49 +-1.8651,63.9809,0 +-46.0532,124.3773,10 +16.2105,39.2541,31 +5.623,159.4633,7 +-9.5916,-40.3745,101 +62.0725,-56.8236,92 +-0.8329,99.4374,21 +53.1257,-35.3058,50 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-02.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..faf66f116bee63f2451b0f8f97bb3a3d980fdd3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-02.csv @@ -0,0 +1,22 @@ +lat,lon,speed +0.0102,-125.192,53 +86.1132,47.3913,89 +38.6675,-109.7004,39 +-57.466,125.4318,10 +3.3518,20.5746,96 +32.3709,129.8469,119 +25.0419,160.9789,65 +-79.955,-127.7798,49 +-47.7265,-112.2646,15 +-21.6919,72.7857,56 +29.4458,-147.958,34 +-15.6538,46.5323,62 +-51.0534,32.4478,59 +-38.8723,105.4512,112 +35.9379,5.0667,7 +-59.8882,-156.2474,105 +-8.2223,109.1216,43 +-19.1026,-66.4642,32 +-3.1334,-117.0225,24 +10.3149,-18.687,106 +54.3387,-110.9932,73 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-03.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..5dc1b8ab70e0bf782755e328b602a7526277d188 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-03.csv @@ -0,0 +1,20 @@ +lat,lon,speed +-63.3555,-172.9179,97 +9.4929,-110.5532,42 +-49.9374,-103.9414,40 +23.7789,-134.0131,44 +13.637,135.4205,45 +-81.2574,132.6043,48 +75.8808,-5.0745,119 +58.0953,-72.3055,8 +86.6688,23.7843,17 +69.0798,-119.1017,99 +-83.9047,49.7077,46 +75.0056,11.8313,43 +-10.8602,-142.2593,92 +30.9138,-72.8174,116 +-51.5916,14.4252,72 +-48.77,27.7167,5 +-71.5354,41.6296,99 +-64.8598,-160.8937,58 +-1.9446,-32.132,89 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-04.csv b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..610fc608df163204f80432de9340bf89bac20842 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/fleet/telemetry/truck-08/trip-04.csv @@ -0,0 +1,26 @@ +lat,lon,speed +57.5067,-81.5878,10 +12.0746,-147.2019,1 +50.3465,46.9631,42 +-24.0757,82.5329,56 +-67.2462,-172.2746,87 +-31.2118,90.7534,81 +-9.9894,-83.9696,12 +66.3156,171.9592,71 +6.7568,-51.5165,109 +-57.0974,-71.3118,21 +39.4272,85.8123,113 +59.8503,98.0535,20 +-88.485,-57.4547,61 +62.4438,-160.9998,23 +-80.398,112.1788,94 +72.3029,133.1222,71 +-82.0698,37.2747,21 +11.4147,-66.4809,50 +-78.1667,149.8129,107 +-12.6075,78.1251,28 +76.82,-1.0664,72 +-3.2792,-98.9196,103 +84.7328,128.393,80 +-18.168,121.9606,75 +-67.8693,22.5642,36 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_554089801a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..d5edfad60229f1cdd1297e0892850025ba6c1e9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/audit.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo data/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..33a5a02ef2c87d2a320f810a27e8a16581ec0cf8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/bootstrap.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo data/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..9414497230ed5a0a36eef5ea6888681efcb76301 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/cleanup.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo data/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..5c579e7c8531c231d63cee27e88dec82bf8ad4fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/deploy.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo data/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..7ef435e6f63eb04e6afd44e780f7174d19e671b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/healthcheck.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo data/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..a11a3af548254fe3d8fad135d73dfd0f8d040c20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/data/rollback.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo data/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e81323bf446cfd80215c5e128e75edd139b3974 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/audit.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo qa/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..04ee6b6adac19141c58b127426a0049890c1e159 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/bootstrap.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo qa/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..7ce0b351eeb77daecbba3b54b93c577243e38862 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/cleanup.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo qa/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..9307a6bda787dc0c75ca359330b35e3e4bd36a61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/deploy.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo qa/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..99278e33ec6247f7e988bb84e70adda003688f6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/healthcheck.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo qa/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..7de3579ac85a5f39df0b5b07407a078ba558a9f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/qa/rollback.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo qa/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..140b6423555e8f5de78c22469b6b640e6192804b --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/audit.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo releng/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..de086d2c5ed2eddd32383b2d5dbcc612c29980c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/bootstrap.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo releng/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..698cb4be5f37bd701fef3a801f97a6b5452e6055 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/cleanup.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo releng/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..f814b713b5d5ea7a0ec2d468f7bf675a588ae86c --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/deploy.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo releng/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..188c2121f93811642f996be744f8a7375f31c5d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/healthcheck.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo releng/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..81464cee5f05a677ce20e6c8efd9e4ce4be755df --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/releng/rollback.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo releng/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..df61615aff58ce906356d065f6e8b2007405085f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/audit.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo sre/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ace3b6f0ebb0978262ed587db92eedd4f65d1e9d --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/bootstrap.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo sre/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..3941254a3adcbaf020dd440db0c988f296ec5232 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/cleanup.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo sre/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..23c429ba91d67adbc6ed81b448489ba52d9f0d91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/deploy.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo sre/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..d25a598ba7ee267db4475d8c8491e019046c4c9e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/healthcheck.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo sre/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..78ba996c1e24e9c0e0303a89cf22760c366f79e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/scripts/automation/sre/rollback.sh @@ -0,0 +1,6 @@ +# Copyright 2024 Sandbox Labs +# Licensed under the MIT License. +# +#!/usr/bin/env bash +set -euo pipefail +echo sre/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..2d01283df04a19dd99ca880c8f03033d873458cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/audit.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo data/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..217f30fff3a9fd9567f3d98e9a57b12c3dbe06ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/bootstrap.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo data/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..c205becfcb0e023881e159ae5ba29f91ff59b83d --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/cleanup.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo data/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..ddfb22222ac595d8b9e918b37a0792c75ff029e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo data/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..0cf5381255b2d4f47043286cd0837086263a4300 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/healthcheck.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo data/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..c5ff1be949e52bd8d43f59fb04f9025403fb5da5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/data/rollback.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo data/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..579822c8dd783da0d354a763d1accaacc39a86dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/audit.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo qa/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..d95f2f94226bc00dcbe2645373ba5aea0bfde491 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/bootstrap.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo qa/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..00bfc7bc351483ff15c6d1e67ecf1dca0da9f3e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/cleanup.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo qa/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..6f5181e1ec60af81da2aa72dd026552321905079 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo qa/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..32d792977787418230e66cb4ee855d2e3e9ce604 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/healthcheck.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo qa/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..877b591891d3f9e18318cfcf58078a7b36963d15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/qa/rollback.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo qa/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..659fd7932a57c789b04df57901f4f349268d5cc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/audit.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo releng/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..85ee391dbd2f1be68db0aff64a83458e1585b959 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/bootstrap.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo releng/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..243e945c98d148889acb3c53b70fec6fd1bfe59e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/cleanup.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo releng/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..9882462e7cbed244cecfe901d0db17fc447df419 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo releng/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..79d54f3a58d5ce83b6880c2423888080e08b70eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/healthcheck.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo releng/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..ac8779dbf4ae9e073d2dff7b6928e5c5ac2a44a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/releng/rollback.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo releng/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/audit.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/audit.sh new file mode 100644 index 0000000000000000000000000000000000000000..7a1050c27fd3b7cf7a194e08492767027c4a9500 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/audit.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo sre/audit diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..b64b811d0b4b849cc9691c5cbcd5fd4248f98f67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/bootstrap.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo sre/bootstrap diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/cleanup.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/cleanup.sh new file mode 100644 index 0000000000000000000000000000000000000000..d5247d05021715dc2030565837c91d378967f039 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/cleanup.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo sre/cleanup diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/deploy.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/deploy.sh new file mode 100644 index 0000000000000000000000000000000000000000..00f7d89b866c23bc1c41a61dba49057e89030812 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/deploy.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo sre/deploy diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/healthcheck.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/healthcheck.sh new file mode 100644 index 0000000000000000000000000000000000000000..289f7824d37731f1bd403c5ce98a4d9bf7b91024 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/healthcheck.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo sre/healthcheck diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/rollback.sh b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..c8e5e8e320c2b28b9737fb8d31960ff8f62aac01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/scripts/automation/sre/rollback.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo sre/rollback diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_56b067d511/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..8fc7ebe12df3f9174c7cac666696ef9ef881b4fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-01T08:21:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = SKIPPED +duration_s = 595 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..9bd0f26d775deed3e7dfd5cd86d0f6a545436e39 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-01T03:19:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = SKIPPED +duration_s = 385 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..21c41819a18f77860aa8020aa8b40c46e1f260c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-01T01:30:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = FAIL +duration_s = 885 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..fd251984235e4d4446c018d282f8a5184057847a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-01T06:13:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 277 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..b4a463d3421395436734957ce8adf8a1c732f9cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-01/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-01T07:37:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = PASS +duration_s = 933 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..4057ed529a5678a24843342e14757f47a3dbc14a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-02T06:11:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = PASS +duration_s = 694 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..53d33030f1e873a7ebcd8241fdc91517308d0259 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-02T00:44:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = SKIPPED +duration_s = 454 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..2f2de2f4883dad160d13ad70a9bc2246b93dad82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-02T00:23:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 415 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..925d2af480e822eb85dbfd759cdaef23bcda036c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-02T00:54:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 885 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..757cda773bf68b3939b1666627eb8498751e1355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-02/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-02T05:33:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = FAIL +duration_s = 1157 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..93735b2cfd08a76728c878695d3bdab683194edf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-03T05:34:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 191 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..6d946d7b63ce4010f9e3472897a85ba924dd6c0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-03T09:38:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 675 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..9cb335fce344b92bd4918b0c1ab21d057342b217 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-03T07:59:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = FAIL +duration_s = 752 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..5254f2e89ebcb307e095560ea499b143c387d9cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-03T09:27:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 787 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..1cab78931cf6ffd7c94ccdebced85850baf74ac4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-03/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-03T03:47:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = PASS +duration_s = 383 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..4b095c55ec2f4e865a816319c6822a351141005a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-04T01:14:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 854 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..7bea53c6c961c83755678b5f01637b3d7d24023b --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-04T03:47:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 474 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..94255f549ec9528139a5896e8a16bd6e25536e7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-04T01:53:00Z +status = STARTED + +[runner] +host = runner-08 +status = BUSY + +[result] +status = PASS +duration_s = 766 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..684b9a958afb7ca9bb398cd73a139eacadd4cc4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-04T04:21:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = FAIL +duration_s = 302 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..4b2a1c7e2b0a2d475b0ea539dac9e3412813fed8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-04/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-04T06:34:00Z +status = STARTED + +[runner] +host = runner-02 +status = BUSY + +[result] +status = PASS +duration_s = 180 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..8b72b5a4ec0add9e8a388b5f1cff8e459e458268 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-05T08:46:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 1033 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..cfb65eece989de8f0ced15a48d8597f97fb5f9a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-05T01:19:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = PASS +duration_s = 114 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..c4ad0cb33576dbb8122e48541b41089435491648 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-05T09:25:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = SKIPPED +duration_s = 265 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..1a4b0f91c424ba639fb32d076e6fde3d4abaebc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-05T03:43:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 107 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..9725a000582789cc69a71390f166f955a3fadefe --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-05/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-05T00:25:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = PASS +duration_s = 327 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..adae1a680ded8d525c6e2fa5fbbd3ba8ff907ddd --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-06T08:25:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = PASS +duration_s = 808 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..4705675081c6260c5b005c7e677dc33814d156a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-06T02:55:00Z +status = STARTED + +[runner] +host = runner-02 +status = BUSY + +[result] +status = FAIL +duration_s = 777 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..426c753d82103b8d7ab4603e20c42bd07fb90b8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-06T02:34:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = SKIPPED +duration_s = 706 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..505401dce135d282ad693e319980910343970369 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-06T07:44:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = PASS +duration_s = 817 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..dcd9aff71d8fdec184a8e2bea7719d2438b0fae5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-06/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-06T01:31:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = SKIPPED +duration_s = 542 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..308c2d81fd0ea4ddf4295b800e6efd4a0be7fa94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-07T00:26:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = PASS +duration_s = 1133 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..a236940c4bffca9989ae4058f3049bd9e11de8b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-07T06:53:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = PASS +duration_s = 64 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..b90cb9885ad86df80c852e3a7f1ff0450ccbe57e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-07T06:48:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = PASS +duration_s = 537 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..37e19ea6bb30cbec7b5e26de7e633003336ffc2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-07T01:57:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = SKIPPED +duration_s = 1098 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..430ffa48af0d89b1ab3a0f6b4f14008abab94711 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/pipelines/runs/2024-04-07/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-07T04:47:00Z +status = STARTED + +[runner] +host = runner-08 +status = BUSY + +[result] +status = SKIPPED +duration_s = 810 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..8fc7ebe12df3f9174c7cac666696ef9ef881b4fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-01T08:21:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = SKIPPED +duration_s = 595 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..9bd0f26d775deed3e7dfd5cd86d0f6a545436e39 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-01T03:19:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = SKIPPED +duration_s = 385 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..21c41819a18f77860aa8020aa8b40c46e1f260c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-01T01:30:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = FAIL +duration_s = 885 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..fd251984235e4d4446c018d282f8a5184057847a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-01T06:13:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 277 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..b4a463d3421395436734957ce8adf8a1c732f9cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-01/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-01T07:37:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = PASS +duration_s = 933 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..4057ed529a5678a24843342e14757f47a3dbc14a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-02T06:11:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = PASS +duration_s = 694 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..53d33030f1e873a7ebcd8241fdc91517308d0259 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-02T00:44:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = SKIPPED +duration_s = 454 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..2f2de2f4883dad160d13ad70a9bc2246b93dad82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-02T00:23:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 415 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..925d2af480e822eb85dbfd759cdaef23bcda036c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-02T00:54:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 885 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..757cda773bf68b3939b1666627eb8498751e1355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-02/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-02T05:33:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = FAIL +duration_s = 1157 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..93735b2cfd08a76728c878695d3bdab683194edf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-03T05:34:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 191 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..6d946d7b63ce4010f9e3472897a85ba924dd6c0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-03T09:38:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 675 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..9cb335fce344b92bd4918b0c1ab21d057342b217 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-03T07:59:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = FAIL +duration_s = 752 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..5254f2e89ebcb307e095560ea499b143c387d9cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-03T09:27:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 787 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..1cab78931cf6ffd7c94ccdebced85850baf74ac4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-03/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-03T03:47:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = PASS +duration_s = 383 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..4b095c55ec2f4e865a816319c6822a351141005a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-04T01:14:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 854 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..7bea53c6c961c83755678b5f01637b3d7d24023b --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-04T03:47:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 474 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..94255f549ec9528139a5896e8a16bd6e25536e7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-04T01:53:00Z +status = STARTED + +[runner] +host = runner-08 +status = BUSY + +[result] +status = PASS +duration_s = 766 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..684b9a958afb7ca9bb398cd73a139eacadd4cc4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-04T04:21:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = FAIL +duration_s = 302 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..4b2a1c7e2b0a2d475b0ea539dac9e3412813fed8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-04/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-04T06:34:00Z +status = STARTED + +[runner] +host = runner-02 +status = BUSY + +[result] +status = PASS +duration_s = 180 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..8b72b5a4ec0add9e8a388b5f1cff8e459e458268 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-05T08:46:00Z +status = STARTED + +[runner] +host = runner-07 +status = BUSY + +[result] +status = PASS +duration_s = 1033 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..cfb65eece989de8f0ced15a48d8597f97fb5f9a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-05T01:19:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = PASS +duration_s = 114 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..c4ad0cb33576dbb8122e48541b41089435491648 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-05T09:25:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = SKIPPED +duration_s = 265 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..1a4b0f91c424ba639fb32d076e6fde3d4abaebc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-05T03:43:00Z +status = STARTED + +[runner] +host = runner-05 +status = BUSY + +[result] +status = PASS +duration_s = 107 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..9725a000582789cc69a71390f166f955a3fadefe --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-05/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-05T00:25:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = PASS +duration_s = 327 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..adae1a680ded8d525c6e2fa5fbbd3ba8ff907ddd --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-06T08:25:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = PASS +duration_s = 808 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..4705675081c6260c5b005c7e677dc33814d156a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-06T02:55:00Z +status = STARTED + +[runner] +host = runner-02 +status = BUSY + +[result] +status = FAIL +duration_s = 777 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..426c753d82103b8d7ab4603e20c42bd07fb90b8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-06T02:34:00Z +status = STARTED + +[runner] +host = runner-04 +status = BUSY + +[result] +status = SKIPPED +duration_s = 706 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/transform.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/transform.ini new file mode 100644 index 0000000000000000000000000000000000000000..505401dce135d282ad693e319980910343970369 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/transform.ini @@ -0,0 +1,12 @@ +[meta] +job = transform +started_at = 2024-04-06T07:44:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = PASS +duration_s = 817 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..dcd9aff71d8fdec184a8e2bea7719d2438b0fae5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-06/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-06T01:31:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = SKIPPED +duration_s = 542 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/deploy.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/deploy.ini new file mode 100644 index 0000000000000000000000000000000000000000..308c2d81fd0ea4ddf4295b800e6efd4a0be7fa94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/deploy.ini @@ -0,0 +1,12 @@ +[meta] +job = deploy +started_at = 2024-04-07T00:26:00Z +status = STARTED + +[runner] +host = runner-03 +status = BUSY + +[result] +status = PASS +duration_s = 1133 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/ingest.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/ingest.ini new file mode 100644 index 0000000000000000000000000000000000000000..a236940c4bffca9989ae4058f3049bd9e11de8b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/ingest.ini @@ -0,0 +1,12 @@ +[meta] +job = ingest +started_at = 2024-04-07T06:53:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = PASS +duration_s = 64 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/publish.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/publish.ini new file mode 100644 index 0000000000000000000000000000000000000000..b90cb9885ad86df80c852e3a7f1ff0450ccbe57e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/publish.ini @@ -0,0 +1,12 @@ +[meta] +job = publish +started_at = 2024-04-07T06:48:00Z +status = STARTED + +[runner] +host = runner-01 +status = BUSY + +[result] +status = PASS +duration_s = 537 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/smoke.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/smoke.ini new file mode 100644 index 0000000000000000000000000000000000000000..37e19ea6bb30cbec7b5e26de7e633003336ffc2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/smoke.ini @@ -0,0 +1,12 @@ +[meta] +job = smoke +started_at = 2024-04-07T01:57:00Z +status = STARTED + +[runner] +host = runner-06 +status = BUSY + +[result] +status = SKIPPED +duration_s = 1098 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/validate.ini b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/validate.ini new file mode 100644 index 0000000000000000000000000000000000000000..430ffa48af0d89b1ab3a0f6b4f14008abab94711 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/pipelines/runs/2024-04-07/validate.ini @@ -0,0 +1,12 @@ +[meta] +job = validate +started_at = 2024-04-07T04:47:00Z +status = STARTED + +[runner] +host = runner-08 +status = BUSY + +[result] +status = SKIPPED +duration_s = 810 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_570a34ed68/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-00-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-00-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bb7fcd1a368f04296b629b976f602aac5e6072f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-00-lib/README.md @@ -0,0 +1,3 @@ +# tool-00-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-00-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-00-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..bd07e1211a8095d89a8a6fbd7c25e349f1a052ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-00-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-00-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-00-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-01-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-01-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6c36a99171ac23953d2ba7ce4d77bee2a1c37f81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-01-lib/README.md @@ -0,0 +1,3 @@ +# tool-01-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-01-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-01-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..abddde1de98c77e8a3a7e6c6166ffa05f54cf45e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-01-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-01-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-01-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-02-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-02-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..be76713298283f518209651fe8853d94b505283b --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-02-lib/README.md @@ -0,0 +1,3 @@ +# tool-02-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-02-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-02-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..7f6eba2d258e058b6fd7551a3cc9ee6160b16ee4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-02-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-02-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-02-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-03-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-03-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2153b90f0e7f9d4b597e0f5abdba7ddc8adbe81c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-03-lib/README.md @@ -0,0 +1,3 @@ +# tool-03-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-03-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-03-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..58f1dbcd9a06dc43954e105aaccfdfa0b14b903b --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-03-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-03-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-03-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-04-app/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-04-app/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1c237da5e001f3d525ab0a9d967818c721ed0f4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-04-app/README.md @@ -0,0 +1,3 @@ +# tool-04-app + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-04-app/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-04-app/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..01a2412671c062f08ddb390790128b1dedc6b876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-04-app/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-04-app" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-04-app" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-05-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-05-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8bd69763597ae4345b03632b668647381d50e993 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-05-lib/README.md @@ -0,0 +1,3 @@ +# tool-05-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-05-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-05-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..099c5f3aa9cc549431c71146898f18a5a556c286 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-05-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-05-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-05-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-06-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-06-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2ce32879b43a57f63cb6407512f11012d5cb4d54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-06-lib/README.md @@ -0,0 +1,3 @@ +# tool-06-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-06-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-06-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..a1292dcdacf60316f0b9fd3d41afc5b3a358e361 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-06-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-06-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-06-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-07-cli/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-07-cli/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d8117324e0e1d9c3a35e69958a06a5b153969a1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-07-cli/README.md @@ -0,0 +1,3 @@ +# tool-07-cli + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-07-cli/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-07-cli/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..00cb0c4774935ec73d7b4189139ccd6644684efd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-07-cli/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-07-cli" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-07-cli" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-08-app/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-08-app/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5dec1cab4ee5edb86e7f1ab742b133bf27867122 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-08-app/README.md @@ -0,0 +1,3 @@ +# tool-08-app + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-08-app/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-08-app/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..632c1ebdcee883d3d68460312a59c787bd615b83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-08-app/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-08-app" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-08-app" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-09-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-09-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bd5746ce4984acfe5e7f181bc70f9292e969e598 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-09-lib/README.md @@ -0,0 +1,3 @@ +# tool-09-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-09-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-09-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..067dae685997cbc3ce0ec17b81a562a2b9f4911a --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-09-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-09-lib" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-09-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-10-cli/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-10-cli/README.md new file mode 100644 index 0000000000000000000000000000000000000000..807ea2095ae5ea0840f2e6979dbbef254e9020d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-10-cli/README.md @@ -0,0 +1,3 @@ +# tool-10-cli + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-10-cli/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-10-cli/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..a41bc5b20953728d0882f7ffb250138667813cc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-10-cli/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-10-cli" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-10-cli" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-11-app/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-11-app/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cd79a574f6d25aa1b6edeb7dfeef390e6918b0e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-11-app/README.md @@ -0,0 +1,3 @@ +# tool-11-app + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-11-app/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-11-app/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..4e24dddd7270527a7be0e045dc8f8134f37f35bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/toolbox/tool-11-app/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-11-app" +version = "1.0.0" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-11-app" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-00-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-00-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bb7fcd1a368f04296b629b976f602aac5e6072f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-00-lib/README.md @@ -0,0 +1,3 @@ +# tool-00-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-00-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-00-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..c2ab726e41ec0c82a835cdd25041e2ba94353abf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-00-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-00-lib" +version = "4.7.61" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-00-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-01-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-01-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6c36a99171ac23953d2ba7ce4d77bee2a1c37f81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-01-lib/README.md @@ -0,0 +1,3 @@ +# tool-01-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-01-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-01-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..4315334a3c4782d6981c0666f4a304e727c8551e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-01-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-01-lib" +version = "0.3.34" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-01-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-02-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-02-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..be76713298283f518209651fe8853d94b505283b --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-02-lib/README.md @@ -0,0 +1,3 @@ +# tool-02-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-02-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-02-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..578303cd2c031ce2a11350a682fe3842edc7c835 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-02-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-02-lib" +version = "5.0.9" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-02-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-03-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-03-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2153b90f0e7f9d4b597e0f5abdba7ddc8adbe81c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-03-lib/README.md @@ -0,0 +1,3 @@ +# tool-03-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-03-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-03-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..c1af9cc0bb5b94c2c73adfeb571cd07d048b7904 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-03-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-03-lib" +version = "4.7.95" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-03-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-04-app/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-04-app/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1c237da5e001f3d525ab0a9d967818c721ed0f4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-04-app/README.md @@ -0,0 +1,3 @@ +# tool-04-app + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-04-app/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-04-app/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..905652d29ee53a559afef8f0a192a2432c467d5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-04-app/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-04-app" +version = "0.15.41" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-04-app" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-05-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-05-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8bd69763597ae4345b03632b668647381d50e993 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-05-lib/README.md @@ -0,0 +1,3 @@ +# tool-05-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-05-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-05-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..c4e0108690b8f3f0a8063e93aad484ae9a98d26f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-05-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-05-lib" +version = "0.9.62" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-05-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-06-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-06-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2ce32879b43a57f63cb6407512f11012d5cb4d54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-06-lib/README.md @@ -0,0 +1,3 @@ +# tool-06-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-06-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-06-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..b48419af636cd40e3a3c1313e4e96f02df120c4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-06-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-06-lib" +version = "4.10.39" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-06-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-07-cli/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-07-cli/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d8117324e0e1d9c3a35e69958a06a5b153969a1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-07-cli/README.md @@ -0,0 +1,3 @@ +# tool-07-cli + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-07-cli/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-07-cli/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..0b054e720b64f5bdcb23690c1810b9998f89e79d --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-07-cli/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-07-cli" +version = "4.14.94" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-07-cli" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-08-app/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-08-app/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5dec1cab4ee5edb86e7f1ab742b133bf27867122 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-08-app/README.md @@ -0,0 +1,3 @@ +# tool-08-app + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-08-app/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-08-app/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..7d7739781c4138e32a1bc443fc1b716ac5e6d72f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-08-app/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-08-app" +version = "3.1.51" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-08-app" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-09-lib/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-09-lib/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bd5746ce4984acfe5e7f181bc70f9292e969e598 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-09-lib/README.md @@ -0,0 +1,3 @@ +# tool-09-lib + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-09-lib/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-09-lib/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..cf9429e1453f96161f6a020240c05b28df0ec7b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-09-lib/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-09-lib" +version = "0.2.99" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-09-lib" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-10-cli/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-10-cli/README.md new file mode 100644 index 0000000000000000000000000000000000000000..807ea2095ae5ea0840f2e6979dbbef254e9020d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-10-cli/README.md @@ -0,0 +1,3 @@ +# tool-10-cli + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-10-cli/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-10-cli/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..09ba42ce798e8886dec5fe33511204a77ab0ab07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-10-cli/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-10-cli" +version = "1.5.45" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-10-cli" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-11-app/README.md b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-11-app/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cd79a574f6d25aa1b6edeb7dfeef390e6918b0e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-11-app/README.md @@ -0,0 +1,3 @@ +# tool-11-app + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-11-app/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-11-app/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..e7f3361d6f68b690098a08e833046e8bfdd60344 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/toolbox/tool-11-app/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "tool-11-app" +version = "5.16.66" +requires-python = ">=3.10" + +[project.urls] +homepage = "https://sandbox.test/tool-11-app" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5771def215/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/reports/miles_by_driver.tsv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/reports/miles_by_driver.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cda5d8bc8d7b399ea7dbc76f4429322ed98b42ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/reports/miles_by_driver.tsv @@ -0,0 +1,12 @@ +azhang 4082 +brivera 5919 +doneill 4555 +epatel 3772 +lgonzalez 4240 +mtanaka 4703 +pklein 6466 +rrossi 5293 +sstevens 4688 +uvogt 4024 +wxu 3585 +xlee 7084 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..fbd251a84e16cf0e9ff26643114a7e5b0453ba4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-01.csv @@ -0,0 +1,15 @@ +trip_id,driver,miles +1000,doneill,63 +1001,pklein,295 +1002,brivera,367 +1003,lgonzalez,223 +1004,wxu,22 +1005,azhang,370 +1006,epatel,133 +1007,sstevens,123 +1008,brivera,142 +1009,lgonzalez,77 +1010,rrossi,327 +1011,wxu,94 +1012,doneill,361 +1013,pklein,267 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..b30af4e603b8ee25e6d990bd5b71cc043cbc0c49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-02.csv @@ -0,0 +1,17 @@ +trip_id,driver,miles +2000,uvogt,141 +2001,azhang,308 +2002,sstevens,233 +2003,rrossi,187 +2004,lgonzalez,197 +2005,sstevens,119 +2006,azhang,223 +2007,wxu,331 +2008,rrossi,203 +2009,rrossi,211 +2010,doneill,28 +2011,rrossi,224 +2012,epatel,370 +2013,brivera,159 +2014,xlee,226 +2015,pklein,225 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..448fec257bfc9f2ad1da4a0adae64a595ad667ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-03.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +3000,uvogt,254 +3001,rrossi,304 +3002,xlee,307 +3003,uvogt,290 +3004,lgonzalez,145 +3005,wxu,61 +3006,pklein,152 +3007,sstevens,277 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..66e0244b71ba3218d1b6134d8698182085d21a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-04.csv @@ -0,0 +1,15 @@ +trip_id,driver,miles +4000,brivera,396 +4001,brivera,367 +4002,xlee,346 +4003,doneill,247 +4004,brivera,61 +4005,xlee,286 +4006,epatel,385 +4007,mtanaka,280 +4008,pklein,274 +4009,doneill,116 +4010,rrossi,385 +4011,rrossi,53 +4012,uvogt,394 +4013,epatel,100 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..8f61c23ba486f6cc4f31cda46d818ab6a65d3b0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-05.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +5000,wxu,48 +5001,xlee,295 +5002,xlee,135 +5003,brivera,301 +5004,epatel,260 +5005,xlee,349 +5006,lgonzalez,370 +5007,pklein,364 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..9184f80219294a67d9737977ca8b8a412fa621cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-06.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +6000,wxu,188 +6001,sstevens,255 +6002,xlee,78 +6003,sstevens,163 +6004,mtanaka,82 +6005,sstevens,238 +6006,rrossi,8 +6007,rrossi,328 +6008,wxu,282 +6009,lgonzalez,137 +6010,wxu,357 +6011,doneill,399 +6012,brivera,106 +6013,xlee,205 +6014,epatel,61 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..1d4c991fd57d0a90c9fc2c075ca90a0d03906ee0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/eu-west-1/2024-04-07.csv @@ -0,0 +1,14 @@ +trip_id,driver,miles +7000,epatel,137 +7001,doneill,166 +7002,xlee,367 +7003,rrossi,327 +7004,xlee,28 +7005,brivera,102 +7006,lgonzalez,7 +7007,mtanaka,250 +7008,wxu,14 +7009,brivera,274 +7010,doneill,323 +7011,lgonzalez,33 +7012,brivera,103 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a581558b826c8cbefa1f9aff25b037d4ff626bce --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-01.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +1000,rrossi,309 +1001,lgonzalez,36 +1002,pklein,332 +1003,brivera,75 +1004,rrossi,142 +1005,pklein,391 +1006,doneill,153 +1007,mtanaka,83 +1008,pklein,303 +1009,epatel,314 +1010,azhang,254 +1011,lgonzalez,65 +1012,azhang,205 +1013,uvogt,30 +1014,epatel,47 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b53c34d84f53c01147860319d41042f8cea5f5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-02.csv @@ -0,0 +1,15 @@ +trip_id,driver,miles +2000,pklein,339 +2001,azhang,280 +2002,sstevens,385 +2003,rrossi,328 +2004,brivera,9 +2005,doneill,303 +2006,mtanaka,380 +2007,brivera,241 +2008,xlee,78 +2009,sstevens,177 +2010,uvogt,47 +2011,wxu,325 +2012,mtanaka,145 +2013,epatel,172 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd90c05c837158cdddeda6b7335e4205fe580ab3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-03.csv @@ -0,0 +1,12 @@ +trip_id,driver,miles +3000,xlee,153 +3001,pklein,49 +3002,pklein,246 +3003,mtanaka,397 +3004,doneill,389 +3005,lgonzalez,222 +3006,uvogt,36 +3007,pklein,337 +3008,xlee,300 +3009,wxu,103 +3010,xlee,202 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..939b1c324f1b256dc69922ae1ee9a2a02f184d20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-04.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +4000,xlee,167 +4001,azhang,94 +4002,sstevens,231 +4003,uvogt,366 +4004,uvogt,5 +4005,wxu,312 +4006,mtanaka,280 +4007,pklein,108 +4008,wxu,143 +4009,pklein,357 +4010,xlee,166 +4011,xlee,346 +4012,brivera,91 +4013,pklein,340 +4014,xlee,76 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..123b567da5695146e503ad3e63f4326f0baecf58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-05.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +5000,epatel,73 +5001,lgonzalez,150 +5002,xlee,90 +5003,uvogt,137 +5004,sstevens,135 +5005,pklein,256 +5006,uvogt,79 +5007,brivera,373 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf8f63dcb70fcb0f9044fd84215b1f49a5f1d1ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-06.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +6000,mtanaka,83 +6001,lgonzalez,341 +6002,rrossi,204 +6003,mtanaka,321 +6004,pklein,337 +6005,uvogt,236 +6006,rrossi,265 +6007,azhang,331 +6008,lgonzalez,126 +6009,doneill,138 +6010,mtanaka,155 +6011,mtanaka,48 +6012,doneill,393 +6013,lgonzalez,378 +6014,mtanaka,98 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..aab3da0cf3a2ce3ffc3ebf36ae101e8337f1793e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-east-1/2024-04-07.csv @@ -0,0 +1,11 @@ +trip_id,driver,miles +7000,epatel,396 +7001,xlee,349 +7002,uvogt,125 +7003,wxu,194 +7004,uvogt,225 +7005,uvogt,199 +7006,mtanaka,313 +7007,wxu,244 +7008,rrossi,270 +7009,azhang,356 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-01.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c5a7068403ab0f512882b5779e3e6722a00d910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-01.csv @@ -0,0 +1,12 @@ +trip_id,driver,miles +1000,xlee,270 +1001,doneill,392 +1002,mtanaka,365 +1003,xlee,375 +1004,xlee,260 +1005,lgonzalez,131 +1006,pklein,142 +1007,azhang,189 +1008,brivera,251 +1009,wxu,393 +1010,rrossi,219 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-02.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..58ed1d3fb28824d4b708e2a929b34a70067d69bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-02.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +2000,epatel,276 +2001,mtanaka,196 +2002,pklein,159 +2003,sstevens,342 +2004,azhang,390 +2005,lgonzalez,115 +2006,brivera,368 +2007,mtanaka,397 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-03.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7a7d2668c4460715f31ba4985fd01ba95ba1473 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-03.csv @@ -0,0 +1,10 @@ +trip_id,driver,miles +3000,sstevens,228 +3001,uvogt,400 +3002,xlee,351 +3003,pklein,133 +3004,brivera,339 +3005,sstevens,277 +3006,brivera,125 +3007,lgonzalez,310 +3008,lgonzalez,39 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-04.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c95af7063e0da7afd67a72acee19537f5874a6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-04.csv @@ -0,0 +1,12 @@ +trip_id,driver,miles +4000,brivera,301 +4001,uvogt,182 +4002,xlee,163 +4003,sstevens,104 +4004,doneill,119 +4005,lgonzalez,161 +4006,azhang,384 +4007,mtanaka,319 +4008,brivera,334 +4009,xlee,392 +4010,rrossi,146 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-05.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..09df638d9d8195b437d08d7b958a8b8ee7d481f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-05.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +5000,rrossi,255 +5001,pklein,125 +5002,xlee,384 +5003,epatel,35 +5004,mtanaka,325 +5005,brivera,166 +5006,azhang,256 +5007,sstevens,131 +5008,lgonzalez,371 +5009,doneill,320 +5010,doneill,288 +5011,rrossi,299 +5012,epatel,390 +5013,pklein,262 +5014,uvogt,292 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-06.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..c628464d5beb6ee0c42401680ff60974d48e36fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-06.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +6000,rrossi,299 +6001,brivera,377 +6002,lgonzalez,384 +6003,epatel,332 +6004,doneill,300 +6005,uvogt,315 +6006,sstevens,374 +6007,mtanaka,35 +6008,mtanaka,151 +6009,xlee,95 +6010,wxu,106 +6011,pklein,44 +6012,xlee,85 +6013,sstevens,375 +6014,xlee,160 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-07.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba8d725c4a5bbaaa63aa25ba147e328c0c02383c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/fleet/trips/us-west-2/2024-04-07.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +7000,wxu,355 +7001,wxu,13 +7002,pklein,369 +7003,doneill,57 +7004,sstevens,372 +7005,pklein,260 +7006,epatel,291 +7007,uvogt,271 +7008,azhang,42 +7009,azhang,321 +7010,sstevens,149 +7011,lgonzalez,222 +7012,azhang,79 +7013,brivera,140 +7014,brivera,351 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..fbd251a84e16cf0e9ff26643114a7e5b0453ba4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-01.csv @@ -0,0 +1,15 @@ +trip_id,driver,miles +1000,doneill,63 +1001,pklein,295 +1002,brivera,367 +1003,lgonzalez,223 +1004,wxu,22 +1005,azhang,370 +1006,epatel,133 +1007,sstevens,123 +1008,brivera,142 +1009,lgonzalez,77 +1010,rrossi,327 +1011,wxu,94 +1012,doneill,361 +1013,pklein,267 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..b30af4e603b8ee25e6d990bd5b71cc043cbc0c49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-02.csv @@ -0,0 +1,17 @@ +trip_id,driver,miles +2000,uvogt,141 +2001,azhang,308 +2002,sstevens,233 +2003,rrossi,187 +2004,lgonzalez,197 +2005,sstevens,119 +2006,azhang,223 +2007,wxu,331 +2008,rrossi,203 +2009,rrossi,211 +2010,doneill,28 +2011,rrossi,224 +2012,epatel,370 +2013,brivera,159 +2014,xlee,226 +2015,pklein,225 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..448fec257bfc9f2ad1da4a0adae64a595ad667ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-03.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +3000,uvogt,254 +3001,rrossi,304 +3002,xlee,307 +3003,uvogt,290 +3004,lgonzalez,145 +3005,wxu,61 +3006,pklein,152 +3007,sstevens,277 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..66e0244b71ba3218d1b6134d8698182085d21a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-04.csv @@ -0,0 +1,15 @@ +trip_id,driver,miles +4000,brivera,396 +4001,brivera,367 +4002,xlee,346 +4003,doneill,247 +4004,brivera,61 +4005,xlee,286 +4006,epatel,385 +4007,mtanaka,280 +4008,pklein,274 +4009,doneill,116 +4010,rrossi,385 +4011,rrossi,53 +4012,uvogt,394 +4013,epatel,100 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..8f61c23ba486f6cc4f31cda46d818ab6a65d3b0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-05.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +5000,wxu,48 +5001,xlee,295 +5002,xlee,135 +5003,brivera,301 +5004,epatel,260 +5005,xlee,349 +5006,lgonzalez,370 +5007,pklein,364 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..9184f80219294a67d9737977ca8b8a412fa621cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-06.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +6000,wxu,188 +6001,sstevens,255 +6002,xlee,78 +6003,sstevens,163 +6004,mtanaka,82 +6005,sstevens,238 +6006,rrossi,8 +6007,rrossi,328 +6008,wxu,282 +6009,lgonzalez,137 +6010,wxu,357 +6011,doneill,399 +6012,brivera,106 +6013,xlee,205 +6014,epatel,61 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..1d4c991fd57d0a90c9fc2c075ca90a0d03906ee0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/eu-west-1/2024-04-07.csv @@ -0,0 +1,14 @@ +trip_id,driver,miles +7000,epatel,137 +7001,doneill,166 +7002,xlee,367 +7003,rrossi,327 +7004,xlee,28 +7005,brivera,102 +7006,lgonzalez,7 +7007,mtanaka,250 +7008,wxu,14 +7009,brivera,274 +7010,doneill,323 +7011,lgonzalez,33 +7012,brivera,103 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a581558b826c8cbefa1f9aff25b037d4ff626bce --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-01.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +1000,rrossi,309 +1001,lgonzalez,36 +1002,pklein,332 +1003,brivera,75 +1004,rrossi,142 +1005,pklein,391 +1006,doneill,153 +1007,mtanaka,83 +1008,pklein,303 +1009,epatel,314 +1010,azhang,254 +1011,lgonzalez,65 +1012,azhang,205 +1013,uvogt,30 +1014,epatel,47 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b53c34d84f53c01147860319d41042f8cea5f5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-02.csv @@ -0,0 +1,15 @@ +trip_id,driver,miles +2000,pklein,339 +2001,azhang,280 +2002,sstevens,385 +2003,rrossi,328 +2004,brivera,9 +2005,doneill,303 +2006,mtanaka,380 +2007,brivera,241 +2008,xlee,78 +2009,sstevens,177 +2010,uvogt,47 +2011,wxu,325 +2012,mtanaka,145 +2013,epatel,172 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd90c05c837158cdddeda6b7335e4205fe580ab3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-03.csv @@ -0,0 +1,12 @@ +trip_id,driver,miles +3000,xlee,153 +3001,pklein,49 +3002,pklein,246 +3003,mtanaka,397 +3004,doneill,389 +3005,lgonzalez,222 +3006,uvogt,36 +3007,pklein,337 +3008,xlee,300 +3009,wxu,103 +3010,xlee,202 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..939b1c324f1b256dc69922ae1ee9a2a02f184d20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-04.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +4000,xlee,167 +4001,azhang,94 +4002,sstevens,231 +4003,uvogt,366 +4004,uvogt,5 +4005,wxu,312 +4006,mtanaka,280 +4007,pklein,108 +4008,wxu,143 +4009,pklein,357 +4010,xlee,166 +4011,xlee,346 +4012,brivera,91 +4013,pklein,340 +4014,xlee,76 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..123b567da5695146e503ad3e63f4326f0baecf58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-05.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +5000,epatel,73 +5001,lgonzalez,150 +5002,xlee,90 +5003,uvogt,137 +5004,sstevens,135 +5005,pklein,256 +5006,uvogt,79 +5007,brivera,373 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf8f63dcb70fcb0f9044fd84215b1f49a5f1d1ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-06.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +6000,mtanaka,83 +6001,lgonzalez,341 +6002,rrossi,204 +6003,mtanaka,321 +6004,pklein,337 +6005,uvogt,236 +6006,rrossi,265 +6007,azhang,331 +6008,lgonzalez,126 +6009,doneill,138 +6010,mtanaka,155 +6011,mtanaka,48 +6012,doneill,393 +6013,lgonzalez,378 +6014,mtanaka,98 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..aab3da0cf3a2ce3ffc3ebf36ae101e8337f1793e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-east-1/2024-04-07.csv @@ -0,0 +1,11 @@ +trip_id,driver,miles +7000,epatel,396 +7001,xlee,349 +7002,uvogt,125 +7003,wxu,194 +7004,uvogt,225 +7005,uvogt,199 +7006,mtanaka,313 +7007,wxu,244 +7008,rrossi,270 +7009,azhang,356 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-01.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c5a7068403ab0f512882b5779e3e6722a00d910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-01.csv @@ -0,0 +1,12 @@ +trip_id,driver,miles +1000,xlee,270 +1001,doneill,392 +1002,mtanaka,365 +1003,xlee,375 +1004,xlee,260 +1005,lgonzalez,131 +1006,pklein,142 +1007,azhang,189 +1008,brivera,251 +1009,wxu,393 +1010,rrossi,219 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-02.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..58ed1d3fb28824d4b708e2a929b34a70067d69bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-02.csv @@ -0,0 +1,9 @@ +trip_id,driver,miles +2000,epatel,276 +2001,mtanaka,196 +2002,pklein,159 +2003,sstevens,342 +2004,azhang,390 +2005,lgonzalez,115 +2006,brivera,368 +2007,mtanaka,397 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-03.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7a7d2668c4460715f31ba4985fd01ba95ba1473 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-03.csv @@ -0,0 +1,10 @@ +trip_id,driver,miles +3000,sstevens,228 +3001,uvogt,400 +3002,xlee,351 +3003,pklein,133 +3004,brivera,339 +3005,sstevens,277 +3006,brivera,125 +3007,lgonzalez,310 +3008,lgonzalez,39 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-04.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c95af7063e0da7afd67a72acee19537f5874a6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-04.csv @@ -0,0 +1,12 @@ +trip_id,driver,miles +4000,brivera,301 +4001,uvogt,182 +4002,xlee,163 +4003,sstevens,104 +4004,doneill,119 +4005,lgonzalez,161 +4006,azhang,384 +4007,mtanaka,319 +4008,brivera,334 +4009,xlee,392 +4010,rrossi,146 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-05.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..09df638d9d8195b437d08d7b958a8b8ee7d481f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-05.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +5000,rrossi,255 +5001,pklein,125 +5002,xlee,384 +5003,epatel,35 +5004,mtanaka,325 +5005,brivera,166 +5006,azhang,256 +5007,sstevens,131 +5008,lgonzalez,371 +5009,doneill,320 +5010,doneill,288 +5011,rrossi,299 +5012,epatel,390 +5013,pklein,262 +5014,uvogt,292 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-06.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..c628464d5beb6ee0c42401680ff60974d48e36fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-06.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +6000,rrossi,299 +6001,brivera,377 +6002,lgonzalez,384 +6003,epatel,332 +6004,doneill,300 +6005,uvogt,315 +6006,sstevens,374 +6007,mtanaka,35 +6008,mtanaka,151 +6009,xlee,95 +6010,wxu,106 +6011,pklein,44 +6012,xlee,85 +6013,sstevens,375 +6014,xlee,160 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-07.csv b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba8d725c4a5bbaaa63aa25ba147e328c0c02383c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/fleet/trips/us-west-2/2024-04-07.csv @@ -0,0 +1,16 @@ +trip_id,driver,miles +7000,wxu,355 +7001,wxu,13 +7002,pklein,369 +7003,doneill,57 +7004,sstevens,372 +7005,pklein,260 +7006,epatel,291 +7007,uvogt,271 +7008,azhang,42 +7009,azhang,321 +7010,sstevens,149 +7011,lgonzalez,222 +7012,azhang,79 +7013,brivera,140 +7014,brivera,351 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5ae5d39f15/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_00.cache b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_00.cache new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_00.cache @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_07.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_07.data new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/exports/item_07.data @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_00.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_00.data new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_00.data @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_01.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_01.data new file mode 100644 index 0000000000000000000000000000000000000000..c18147dc648481eeb65dc5e66628429a64843327 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_01.data @@ -0,0 +1 @@ +blob 1 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_05.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_05.data new file mode 100644 index 0000000000000000000000000000000000000000..44ab212c2754913bcc36ab587ec3526f66d79328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_05.data @@ -0,0 +1 @@ +blob 5 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_07.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_07.data new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/renders/item_07.data @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_00.cache b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_00.cache new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_00.cache @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_05.cache b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_05.cache new file mode 100644 index 0000000000000000000000000000000000000000..44ab212c2754913bcc36ab587ec3526f66d79328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_05.cache @@ -0,0 +1 @@ +blob 5 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_06.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_06.data new file mode 100644 index 0000000000000000000000000000000000000000..503c8415556dbc8bd65b3cd7921ce2fece397629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/reports/item_06.data @@ -0,0 +1 @@ +blob 6 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_02.cache b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_02.cache new file mode 100644 index 0000000000000000000000000000000000000000..bf72509855dba9bbae02a5e0f994d39b3cfa1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_02.cache @@ -0,0 +1 @@ +blob 2 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_04.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_04.data new file mode 100644 index 0000000000000000000000000000000000000000..59a73508970c9d9d1632ed1a16e4d40fc6d62802 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_04.data @@ -0,0 +1 @@ +blob 4 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_06.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_06.data new file mode 100644 index 0000000000000000000000000000000000000000..503c8415556dbc8bd65b3cd7921ce2fece397629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_06.data @@ -0,0 +1 @@ +blob 6 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_07.data b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_07.data new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/cache/thumbnails/item_07.data @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_00.cache b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_00.cache new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_00.cache @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_01.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_01.tmp new file mode 100644 index 0000000000000000000000000000000000000000..c18147dc648481eeb65dc5e66628429a64843327 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_01.tmp @@ -0,0 +1 @@ +blob 1 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_02.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_02.tmp new file mode 100644 index 0000000000000000000000000000000000000000..bf72509855dba9bbae02a5e0f994d39b3cfa1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_02.tmp @@ -0,0 +1 @@ +blob 2 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_04.bak b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_04.bak new file mode 100644 index 0000000000000000000000000000000000000000..59a73508970c9d9d1632ed1a16e4d40fc6d62802 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_04.bak @@ -0,0 +1 @@ +blob 4 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_05.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_05.tmp new file mode 100644 index 0000000000000000000000000000000000000000..44ab212c2754913bcc36ab587ec3526f66d79328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_05.tmp @@ -0,0 +1 @@ +blob 5 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_06.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_06.tmp new file mode 100644 index 0000000000000000000000000000000000000000..503c8415556dbc8bd65b3cd7921ce2fece397629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_06.tmp @@ -0,0 +1 @@ +blob 6 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_07.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_07.data new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/exports/item_07.data @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_00.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_00.data new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_00.data @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_01.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_01.data new file mode 100644 index 0000000000000000000000000000000000000000..c18147dc648481eeb65dc5e66628429a64843327 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_01.data @@ -0,0 +1 @@ +blob 1 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_02.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_02.tmp new file mode 100644 index 0000000000000000000000000000000000000000..bf72509855dba9bbae02a5e0f994d39b3cfa1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_02.tmp @@ -0,0 +1 @@ +blob 2 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_04.bak b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_04.bak new file mode 100644 index 0000000000000000000000000000000000000000..59a73508970c9d9d1632ed1a16e4d40fc6d62802 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_04.bak @@ -0,0 +1 @@ +blob 4 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_05.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_05.data new file mode 100644 index 0000000000000000000000000000000000000000..44ab212c2754913bcc36ab587ec3526f66d79328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_05.data @@ -0,0 +1 @@ +blob 5 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_06.bak b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_06.bak new file mode 100644 index 0000000000000000000000000000000000000000..503c8415556dbc8bd65b3cd7921ce2fece397629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_06.bak @@ -0,0 +1 @@ +blob 6 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_07.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_07.data new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/renders/item_07.data @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_00.cache b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_00.cache new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_00.cache @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_01.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_01.tmp new file mode 100644 index 0000000000000000000000000000000000000000..c18147dc648481eeb65dc5e66628429a64843327 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_01.tmp @@ -0,0 +1 @@ +blob 1 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_02.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_02.tmp new file mode 100644 index 0000000000000000000000000000000000000000..bf72509855dba9bbae02a5e0f994d39b3cfa1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_02.tmp @@ -0,0 +1 @@ +blob 2 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_04.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_04.tmp new file mode 100644 index 0000000000000000000000000000000000000000..59a73508970c9d9d1632ed1a16e4d40fc6d62802 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_04.tmp @@ -0,0 +1 @@ +blob 4 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_05.cache b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_05.cache new file mode 100644 index 0000000000000000000000000000000000000000..44ab212c2754913bcc36ab587ec3526f66d79328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_05.cache @@ -0,0 +1 @@ +blob 5 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_06.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_06.data new file mode 100644 index 0000000000000000000000000000000000000000..503c8415556dbc8bd65b3cd7921ce2fece397629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_06.data @@ -0,0 +1 @@ +blob 6 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_07.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_07.tmp new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/reports/item_07.tmp @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_00.tmp b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_00.tmp new file mode 100644 index 0000000000000000000000000000000000000000..d0efe8926637167f832bc5896f76e9f16375575e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_00.tmp @@ -0,0 +1 @@ +blob 0 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_01.bak b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_01.bak new file mode 100644 index 0000000000000000000000000000000000000000..c18147dc648481eeb65dc5e66628429a64843327 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_01.bak @@ -0,0 +1 @@ +blob 1 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_02.cache b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_02.cache new file mode 100644 index 0000000000000000000000000000000000000000..bf72509855dba9bbae02a5e0f994d39b3cfa1733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_02.cache @@ -0,0 +1 @@ +blob 2 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_03.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_03.data new file mode 100644 index 0000000000000000000000000000000000000000..f4b9ac379fda0ad3560620918bf73440e46eeb8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_03.data @@ -0,0 +1 @@ +blob 3 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_04.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_04.data new file mode 100644 index 0000000000000000000000000000000000000000..59a73508970c9d9d1632ed1a16e4d40fc6d62802 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_04.data @@ -0,0 +1 @@ +blob 4 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_05.bak b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_05.bak new file mode 100644 index 0000000000000000000000000000000000000000..44ab212c2754913bcc36ab587ec3526f66d79328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_05.bak @@ -0,0 +1 @@ +blob 5 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_06.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_06.data new file mode 100644 index 0000000000000000000000000000000000000000..503c8415556dbc8bd65b3cd7921ce2fece397629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_06.data @@ -0,0 +1 @@ +blob 6 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_07.data b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_07.data new file mode 100644 index 0000000000000000000000000000000000000000..1c91ceee95a2981823176b218a9c4b6e492c0fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/cache/thumbnails/item_07.data @@ -0,0 +1 @@ +blob 7 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5af43b7102/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..3818e7795a8c0cb75e51e5a0770839e0c339fe98 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v1.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "uvogt", + "team": "observability" + }, + "service": "billing-svc", + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..04341d545b9c9846b79c9aff8dbce8f152572789 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "xlee", + "team": "security" + }, + "service": "billing-svc", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..8e07097d361e71c63d4187ec2800b57dbd21026f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/billing-svc/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "uvogt", + "team": "data-plane" + }, + "service": "billing-svc", + "version": "v3" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..4b6df709fa1ad09223f3e5e033e30c8cff1bd51b --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v1.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "sstevens", + "team": "edge" + }, + "service": "email-worker", + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..3f29b7814970915c1743ec7625470346eae2d1d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "kkuznetsov", + "team": "billing" + }, + "service": "email-worker", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..6ff77001e6ee9fc5c646e7d9b916c23e5c1f4480 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/email-worker/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "kkuznetsov", + "team": "security" + }, + "service": "email-worker", + "version": "v3" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..ed20237eb114e885e1935f5a30a23792afed3c75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v1.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "cnakamura", + "team": "billing" + }, + "service": "inventory-api", + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..0f8fcaec96dd0edf6e5dad20ff848652f716d069 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "flindqvist", + "team": "billing" + }, + "service": "inventory-api", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..2e839477c3681bc9822b3ffb4f1dd45d5e09708f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/inventory-api/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "flindqvist", + "team": "billing" + }, + "service": "inventory-api", + "version": "v3" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..b068acfc8e950a822b763cba97a9c96e386c86ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v1.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "mtanaka", + "team": "observability" + }, + "service": "ledger-svc", + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..37307e8dc62d40e5b2670464050752994a4ed4e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "xlee", + "team": "billing" + }, + "service": "ledger-svc", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..7f57e969e7519a44ce2ac2c952b4befba366cb33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/ledger-svc/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "ibarbosa", + "team": "default" + }, + "service": "ledger-svc", + "version": "v3" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..0583b6ec621b3c73e6f527be087af0a9c1ec15d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v1.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "epatel", + "team": "data-plane" + }, + "service": "notifier-bus", + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..034c398ea64940eb599c2310fd22621363f0bccd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "sstevens", + "team": "security" + }, + "service": "notifier-bus", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..a11d0275cb9efd67971a2a44299822e1dd31791f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/notifier-bus/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "jsmith", + "team": "billing" + }, + "service": "notifier-bus", + "version": "v3" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..361ce725b8dcd98ed90c7260b3cf2747e9c4ed2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v1.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "pklein", + "team": "billing" + }, + "service": "recommender-rt", + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..d6770e9b6b0851601a7a9ca9306cc27e9bdcd15e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "epatel", + "team": "platform" + }, + "service": "recommender-rt", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..aedc701b885fec3a6f76101efa70eaca8f85476c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/api/specs/recommender-rt/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "realm": "internal", + "type": "bearer" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "on_call": "brivera", + "team": "edge" + }, + "service": "recommender-rt", + "version": "v3" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..8c76d641644adfe73931c1f4ce702c424f3a587f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v1.json @@ -0,0 +1,17 @@ +{ + "metadata": { + "team": "observability", + "on_call": "uvogt" + }, + "service": "billing-svc", + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "auth": { + "type": "bearer", + "realm": "internal" + }, + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..2c9e90c68e334d83ae430d9201766b2db2f22e0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v2.json @@ -0,0 +1,17 @@ +{ + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "version": "v2", + "service": "billing-svc", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "metadata": { + "team": "security", + "on_call": "xlee" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..be7c2539b6c02d375308cd32b6b790824089605e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/billing-svc/v3.json @@ -0,0 +1,17 @@ +{ + "service": "billing-svc", + "metadata": { + "team": "data-plane", + "on_call": "uvogt" + }, + "version": "v3", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ] +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..997952626df77acc1ae076fd6ab489daa4327d79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v1.json @@ -0,0 +1,17 @@ +{ + "version": "v1", + "metadata": { + "team": "edge", + "on_call": "sstevens" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "auth": { + "type": "bearer", + "realm": "internal" + }, + "service": "email-worker" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..4edc2690702afcf224edf3436912de705639041f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v2.json @@ -0,0 +1,17 @@ +{ + "metadata": { + "team": "billing", + "on_call": "kkuznetsov" + }, + "service": "email-worker", + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "version": "v2", + "auth": { + "type": "bearer", + "realm": "internal" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..35333df4ee68ac7663ad578e8a4d760d13c13a66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/email-worker/v3.json @@ -0,0 +1,17 @@ +{ + "service": "email-worker", + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "version": "v3", + "metadata": { + "team": "security", + "on_call": "kkuznetsov" + }, + "auth": { + "type": "bearer", + "realm": "internal" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..ce1025e0e730b0358916fa923ed0a1413523dc8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v1.json @@ -0,0 +1,17 @@ +{ + "service": "inventory-api", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "version": "v1", + "metadata": { + "team": "billing", + "on_call": "cnakamura" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ] +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..d4e49c0d0fefd713f8ef6988d939b78347fcd6de --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v2.json @@ -0,0 +1,17 @@ +{ + "service": "inventory-api", + "version": "v2", + "metadata": { + "team": "billing", + "on_call": "flindqvist" + }, + "auth": { + "type": "bearer", + "realm": "internal" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ] +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..b0c71f33b2433f83252dd5740b157318a8967d7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/inventory-api/v3.json @@ -0,0 +1,17 @@ +{ + "service": "inventory-api", + "version": "v3", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "team": "billing", + "on_call": "flindqvist" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..c274d516f4f2ee0533dfae6d19eb568ae8ef2fdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v1.json @@ -0,0 +1,17 @@ +{ + "version": "v1", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "service": "ledger-svc", + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "team": "observability", + "on_call": "mtanaka" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..94d1814d7240c10a86161abde58c3dfbaf9e1f13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v2.json @@ -0,0 +1,17 @@ +{ + "version": "v2", + "service": "ledger-svc", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "metadata": { + "team": "billing", + "on_call": "xlee" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ] +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..e97e4188396618d2383c989ae4ad2e14f06cfc7a --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/ledger-svc/v3.json @@ -0,0 +1,17 @@ +{ + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "service": "ledger-svc", + "version": "v3", + "metadata": { + "team": "default", + "on_call": "ibarbosa" + }, + "auth": { + "type": "bearer", + "realm": "internal" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..cfea5f52f925da85c2aa0b06c6c4849c21bdfc85 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v1.json @@ -0,0 +1,17 @@ +{ + "service": "notifier-bus", + "version": "v1", + "auth": { + "type": "bearer", + "realm": "internal" + }, + "metadata": { + "team": "data-plane", + "on_call": "epatel" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ] +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..a6c9c8f5ca84c089bc3e120f7ad76f1f2346e66c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v2.json @@ -0,0 +1,17 @@ +{ + "auth": { + "type": "bearer", + "realm": "internal" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "service": "notifier-bus", + "version": "v2", + "metadata": { + "team": "security", + "on_call": "sstevens" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..f39cb481a5fe2fa041feac9fbc0d2d331ca074f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/notifier-bus/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "type": "bearer", + "realm": "internal" + }, + "version": "v3", + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "metadata": { + "team": "billing", + "on_call": "jsmith" + }, + "service": "notifier-bus" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v1.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v1.json new file mode 100644 index 0000000000000000000000000000000000000000..81ff2ecd37b71c49ab004916a59ce68c22537c91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v1.json @@ -0,0 +1,17 @@ +{ + "service": "recommender-rt", + "metadata": { + "team": "billing", + "on_call": "pklein" + }, + "auth": { + "type": "bearer", + "realm": "internal" + }, + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "version": "v1" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v2.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v2.json new file mode 100644 index 0000000000000000000000000000000000000000..9bb1cef593fc6760f7c29d0e0e6a6fc60f545b6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v2.json @@ -0,0 +1,17 @@ +{ + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "auth": { + "type": "bearer", + "realm": "internal" + }, + "metadata": { + "team": "platform", + "on_call": "epatel" + }, + "service": "recommender-rt", + "version": "v2" +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v3.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v3.json new file mode 100644 index 0000000000000000000000000000000000000000..075315ef0aa3b2fcc5116c0c73cf262e8a76579b --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/api/specs/recommender-rt/v3.json @@ -0,0 +1,17 @@ +{ + "auth": { + "type": "bearer", + "realm": "internal" + }, + "version": "v3", + "endpoints": [ + "/users", + "/health", + "/metrics" + ], + "service": "recommender-rt", + "metadata": { + "team": "edge", + "on_call": "brivera" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_5b8690d57b/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/auth-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2679c0a3f7c20a9ded028c4cd700a680a20ca6b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/auth-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: auth-api +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/api:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/media-encoder.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/media-encoder.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d1700e0cd23ce55c5503b86b14132aa0d2a7e721 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/media-encoder.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: media-encoder +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/notifier-bus.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/notifier-bus.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ceada11c2d1316dc9a47741b2c57c5729d9e7886 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/notifier-bus.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: notifier-bus +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/orders-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f18291c67db75d3eee500f1bdac6fc261aaac724 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/orders-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: orders-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/payment-gateway.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/payment-gateway.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b20ebf5f163a326a2f93ea5747fde7c217fb6879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/payment-gateway.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: payment-gateway +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:2.0.1 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a476e76bf44f1c91cd389963b2d054555eb4c7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/canary/webhook-dispatcher.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-dispatcher +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/gateway:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/billing-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/billing-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..237c9b59158660dab39435d6d8bce1b597ca0778 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/billing-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: billing-svc +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/cart-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/cart-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dbfebf05db250875d21e2d972db685ef0df6f7f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/cart-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cart-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/gateway-edge.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/gateway-edge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4d37d565f1987edd83bb66f5a810b0c35a66652 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/gateway-edge.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: gateway-edge +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/gateway:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/ledger-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/ledger-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..36706decfed8d216255831c5038801487111704b --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/ledger-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: ledger-svc +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/recommender-rt.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/recommender-rt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cb4d5c78310c06e0837230f114ee8b55a41b29a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/recommender-rt.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: recommender-rt +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a476e76bf44f1c91cd389963b2d054555eb4c7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/dev/webhook-dispatcher.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-dispatcher +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/gateway:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/auth-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d53a75e1bef057c8868faacfd07b82b4c3d2dc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/auth-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: auth-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:1.2.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/cart-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/cart-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e4ee9256f38aab39e2f14abdf61bd6a9bb72673a --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/cart-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cart-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:1.2.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/orders-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..982b449cf029ef20f3694aee8c1c536fa3de98eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/orders-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: orders-api +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/reporting-etl.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/reporting-etl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b0a4053befb2d433b700f52ade9ea057f92e50d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/reporting-etl.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: reporting-etl +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/session-store.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/session-store.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d36d2a1d75258db2c457fcac89e6d84629147a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/session-store.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: session-store +spec: + template: + spec: + containers: + - name: app + image: quay.io/acme/worker:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..84b55380443407bf3bd9155df252d3f719a9a161 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/prod/webhook-dispatcher.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-dispatcher +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/auth-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08570d1f68596f88630939606a8d30c1eb9a439c --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/auth-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: auth-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/checkout-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/checkout-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0e3fcdbea812962cca64681b0cb170b5b3b18b90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/checkout-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: checkout-svc +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:2.0.1 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/email-worker.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/email-worker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b5662d1ddca3a973354dd51322bf2ba6f0c6ebe5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/email-worker.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: email-worker +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/api:2.0.1 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/gateway-edge.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/gateway-edge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a11d39b7efb270e1c3bc90606a602aad76be3667 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/gateway-edge.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: gateway-edge +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/recommender-rt.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/recommender-rt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..89dd1e68a45b9b28b00772a1f6121a394fc2aefe --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/recommender-rt.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: recommender-rt +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/shipping-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/shipping-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9bed616de23f2d9f6a7532b62f47ba12cf27c83f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/k8s/staging/shipping-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: shipping-svc +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/auth-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2679c0a3f7c20a9ded028c4cd700a680a20ca6b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/auth-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: auth-api +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/api:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/media-encoder.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/media-encoder.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d1700e0cd23ce55c5503b86b14132aa0d2a7e721 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/media-encoder.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: media-encoder +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/notifier-bus.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/notifier-bus.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ceada11c2d1316dc9a47741b2c57c5729d9e7886 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/notifier-bus.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: notifier-bus +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/orders-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f18291c67db75d3eee500f1bdac6fc261aaac724 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/orders-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: orders-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/payment-gateway.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/payment-gateway.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b20ebf5f163a326a2f93ea5747fde7c217fb6879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/payment-gateway.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: payment-gateway +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:2.0.1 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a476e76bf44f1c91cd389963b2d054555eb4c7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/canary/webhook-dispatcher.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-dispatcher +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/gateway:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/billing-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/billing-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..237c9b59158660dab39435d6d8bce1b597ca0778 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/billing-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: billing-svc +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/cart-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/cart-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dbfebf05db250875d21e2d972db685ef0df6f7f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/cart-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cart-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/gateway-edge.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/gateway-edge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4d37d565f1987edd83bb66f5a810b0c35a66652 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/gateway-edge.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: gateway-edge +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/gateway:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/ledger-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/ledger-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..36706decfed8d216255831c5038801487111704b --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/ledger-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: ledger-svc +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/recommender-rt.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/recommender-rt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cb4d5c78310c06e0837230f114ee8b55a41b29a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/recommender-rt.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: recommender-rt +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a476e76bf44f1c91cd389963b2d054555eb4c7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/dev/webhook-dispatcher.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-dispatcher +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/gateway:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/auth-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d53a75e1bef057c8868faacfd07b82b4c3d2dc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/auth-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: auth-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:1.2.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/cart-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/cart-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e4ee9256f38aab39e2f14abdf61bd6a9bb72673a --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/cart-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cart-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:1.2.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/orders-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..982b449cf029ef20f3694aee8c1c536fa3de98eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/orders-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: orders-api +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/reporting-etl.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/reporting-etl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b0a4053befb2d433b700f52ade9ea057f92e50d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/reporting-etl.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: reporting-etl +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:1.3.5 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/session-store.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/session-store.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d36d2a1d75258db2c457fcac89e6d84629147a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/session-store.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: session-store +spec: + template: + spec: + containers: + - name: app + image: quay.io/acme/worker:2.4.8 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..84b55380443407bf3bd9155df252d3f719a9a161 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/prod/webhook-dispatcher.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: webhook-dispatcher +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/auth-api.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08570d1f68596f88630939606a8d30c1eb9a439c --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/auth-api.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: auth-api +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/redis:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/checkout-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/checkout-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0e3fcdbea812962cca64681b0cb170b5b3b18b90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/checkout-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: checkout-svc +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/auth:2.0.1 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/email-worker.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/email-worker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b5662d1ddca3a973354dd51322bf2ba6f0c6ebe5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/email-worker.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: email-worker +spec: + template: + spec: + containers: + - name: app + image: gcr.io/acme/api:2.0.1 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/gateway-edge.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/gateway-edge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a11d39b7efb270e1c3bc90606a602aad76be3667 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/gateway-edge.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: gateway-edge +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/recommender-rt.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/recommender-rt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..89dd1e68a45b9b28b00772a1f6121a394fc2aefe --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/recommender-rt.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: recommender-rt +spec: + template: + spec: + containers: + - name: app + image: docker.io/library/postgres:latest + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/shipping-svc.yaml b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/shipping-svc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9bed616de23f2d9f6a7532b62f47ba12cf27c83f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/k8s/staging/shipping-svc.yaml @@ -0,0 +1,12 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: shipping-svc +spec: + template: + spec: + containers: + - name: app + image: ecr/acme/billing:3.1.0 + ports: + - containerPort: 8080 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_601362eb32/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/brass-db/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/brass-db/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..1ca5b552ee509d0ebe50dd0dd0d8b2a7425e567c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/brass-db/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "brass-db" +version = "2.25.5" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/brass-db/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/brass-db/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/brass-db/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/cargo-bot/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/cargo-bot/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..d05361c5bb7439f7859425ca8545bccf80510b26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/cargo-bot/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "cargo-bot" +version = "2.7.50" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.82" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/cargo-bot/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/cargo-bot/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/cargo-bot/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/crab-proxy/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/crab-proxy/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..be57ef365a0cd5ce3d627dfc994a4c141f4ca454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/crab-proxy/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "crab-proxy" +version = "1.1.44" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/crab-proxy/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/crab-proxy/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/crab-proxy/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/ferris-router/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/ferris-router/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..7a0f8cc1885e7dba1538670f07b3fe78c550ec96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/ferris-router/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "ferris-router" +version = "2.27.50" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.79" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/ferris-router/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/ferris-router/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/ferris-router/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/iron-storage/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/iron-storage/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..144655711ff4cbfce12e054812bd0fe47e7c9371 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/iron-storage/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "iron-storage" +version = "0.24.16" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.79" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/iron-storage/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/iron-storage/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/iron-storage/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/octo-feed/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/octo-feed/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..7a034822e2a5ce4b9aabd491903b4338cee18ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/octo-feed/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "octo-feed" +version = "1.23.38" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/octo-feed/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/octo-feed/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/octo-feed/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/oxide-cli/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/oxide-cli/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..f0342fb541efb37c1d32a1f15049604e0a24b014 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/oxide-cli/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "oxide-cli" +version = "0.22.35" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.82" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/oxide-cli/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/oxide-cli/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/oxide-cli/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rs-etl/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rs-etl/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..71c4d8c56d19e75eb624a7f8273c5724577b8b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rs-etl/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rs-etl" +version = "0.21.50" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rs-etl/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rs-etl/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rs-etl/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rusty-cache/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rusty-cache/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..0da93d79fd77d66d6be123d30f674f2912edf1b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rusty-cache/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rusty-cache" +version = "2.7.21" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.82" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rusty-cache/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rusty-cache/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/rusty-cache/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/steel-queue/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/steel-queue/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..1c078b0ebf6debf22135ddbd96d27701ac7bc9c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/steel-queue/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "steel-queue" +version = "0.30.6" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/steel-queue/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/steel-queue/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/projects/steel-queue/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/brass-db/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/brass-db/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..1ca5b552ee509d0ebe50dd0dd0d8b2a7425e567c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/brass-db/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "brass-db" +version = "2.25.5" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/brass-db/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/brass-db/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/brass-db/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/cargo-bot/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/cargo-bot/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..d05361c5bb7439f7859425ca8545bccf80510b26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/cargo-bot/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "cargo-bot" +version = "2.7.50" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.82" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/cargo-bot/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/cargo-bot/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/cargo-bot/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/crab-proxy/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/crab-proxy/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..be57ef365a0cd5ce3d627dfc994a4c141f4ca454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/crab-proxy/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "crab-proxy" +version = "1.1.44" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/crab-proxy/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/crab-proxy/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/crab-proxy/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/ferris-router/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/ferris-router/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..7a0f8cc1885e7dba1538670f07b3fe78c550ec96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/ferris-router/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "ferris-router" +version = "2.27.50" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.79" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/ferris-router/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/ferris-router/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/ferris-router/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/iron-storage/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/iron-storage/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..144655711ff4cbfce12e054812bd0fe47e7c9371 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/iron-storage/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "iron-storage" +version = "0.24.16" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.79" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/iron-storage/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/iron-storage/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/iron-storage/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/octo-feed/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/octo-feed/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..7a034822e2a5ce4b9aabd491903b4338cee18ad9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/octo-feed/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "octo-feed" +version = "1.23.38" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/octo-feed/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/octo-feed/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/octo-feed/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/oxide-cli/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/oxide-cli/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..f0342fb541efb37c1d32a1f15049604e0a24b014 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/oxide-cli/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "oxide-cli" +version = "0.22.35" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.82" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/oxide-cli/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/oxide-cli/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/oxide-cli/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rs-etl/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rs-etl/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..71c4d8c56d19e75eb624a7f8273c5724577b8b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rs-etl/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rs-etl" +version = "0.21.50" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rs-etl/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rs-etl/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rs-etl/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rusty-cache/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rusty-cache/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..0da93d79fd77d66d6be123d30f674f2912edf1b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rusty-cache/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rusty-cache" +version = "2.7.21" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.82" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rusty-cache/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rusty-cache/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/rusty-cache/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/steel-queue/Cargo.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/steel-queue/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..1c078b0ebf6debf22135ddbd96d27701ac7bc9c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/steel-queue/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "steel-queue" +version = "0.30.6" +edition = "2021" +authors = ["Sandbox Labs "] + +[dependencies] +serde = "1.0" +tokio = "1" +anyhow = "1.0.86" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/steel-queue/src/main.rs b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/steel-queue/src/main.rs new file mode 100644 index 0000000000000000000000000000000000000000..7b16f1fc8891408e6deffbd408ce297f70607e07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/projects/steel-queue/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("hi"); } diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6065f2bd4d/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/customers.csv b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bfab794786fe2b9347eab1cc906fc1f8eb4fd22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/customers.csv @@ -0,0 +1,41 @@ +id,name,email +2767,uvogt,uvogt@massive +4854,flindqvist,flindqvist@hooli +5652,wxu,wxu@weyland +6015,flindqvist,flindqvist@lexcorp +1516,lgonzalez,lgonzalez@hooli +1478,gkaur,gkaur@cyberdyne +8891,flindqvist,flindqvist@hooli +4653,qyu,qyu@lexcorp +8290,gkaur,gkaur@stark +8230,uvogt,uvogt@weyland +8408,xlee,xlee@piedpiper +2230,tvasquez,tvasquez@weyland +1266,qyu,qyu@globex +2670,cnakamura,cnakamura@umbrella +7854,kkuznetsov,kkuznetsov@stark +2162,ibarbosa,ibarbosa@acme +9034,ibarbosa,ibarbosa@acme +9443,qyu,qyu@massive +4342,flindqvist,flindqvist@oscorp +7014,lgonzalez,lgonzalez@massive +5094,mtanaka,mtanaka@soylent +9364,opopov,opopov@wayne +6504,pklein,pklein@acme +8184,jsmith,jsmith@cyberdyne +8234,jsmith,jsmith@lexcorp +4227,jsmith,jsmith@oscorp +4801,wxu,wxu@wayne +2031,qyu,qyu@initech +5508,pklein,pklein@wayne +7648,qyu,qyu@massive +1392,lgonzalez,lgonzalez@stark +4200,doneill,doneill@initech +9359,doneill,doneill@weyland +7352,uvogt,uvogt@hooli +9291,azhang,azhang@tyrell +2451,hchen,hchen@umbrella +5854,hchen,hchen@massive +6272,gkaur,gkaur@initech +3073,mtanaka,mtanaka@tyrell +3906,hchen,hchen@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/churn.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/churn.md new file mode 100644 index 0000000000000000000000000000000000000000..4b2ff8bba202c0943f871c05b5f11dd260031985 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/churn.md @@ -0,0 +1,3 @@ +# churn + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/nps-survey.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/nps-survey.md new file mode 100644 index 0000000000000000000000000000000000000000..b7aa25cb17a5aaf0067ca0e23ce4f9109efe64ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/nps-survey.md @@ -0,0 +1,3 @@ +# nps-survey + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/onboarding.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..893548bb1ba3ebb3f03d2e33118de9fb4d5c5235 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/onboarding.md @@ -0,0 +1,3 @@ +# onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/retention.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/retention.md new file mode 100644 index 0000000000000000000000000000000000000000..6086ea14c1538e1e930b8d48eea917393ec04ce3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/playbooks/retention.md @@ -0,0 +1,3 @@ +# retention + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/acme.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/acme.md new file mode 100644 index 0000000000000000000000000000000000000000..55f409493df80ac63d548319486f2d8dcc1a2bfc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/acme.md @@ -0,0 +1,3 @@ +# enterprise - acme + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/initech.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/initech.md new file mode 100644 index 0000000000000000000000000000000000000000..d9f55b9870b0bf63e6a696d702837772da7559e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/initech.md @@ -0,0 +1,3 @@ +# enterprise - initech + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/massive.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/massive.md new file mode 100644 index 0000000000000000000000000000000000000000..52844f25a2d5ea01307c90fe185be5dd19d4a6b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/enterprise/massive.md @@ -0,0 +1,3 @@ +# enterprise - massive + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/cyberdyne.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/cyberdyne.md new file mode 100644 index 0000000000000000000000000000000000000000..10b3e15f42705457b55847ce9e7eee24de7f6821 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/cyberdyne.md @@ -0,0 +1,3 @@ +# internal - cyberdyne + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/globex.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/globex.md new file mode 100644 index 0000000000000000000000000000000000000000..73b12a0d6ed38fd1f76181f582af28facdb77700 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/globex.md @@ -0,0 +1,3 @@ +# internal - globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/soylent.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/soylent.md new file mode 100644 index 0000000000000000000000000000000000000000..3a7edb10fed2c583dc0d88cdb39a40582dfda719 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/internal/soylent.md @@ -0,0 +1,3 @@ +# internal - soylent + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/globex.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/globex.md new file mode 100644 index 0000000000000000000000000000000000000000..770395a3a273ec969aa684bf71c54cafcc6684c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/globex.md @@ -0,0 +1,3 @@ +# retail - globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/massive.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/massive.md new file mode 100644 index 0000000000000000000000000000000000000000..8b7ba739863c8406b95d38c6c6afac447e6b0119 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/massive.md @@ -0,0 +1,3 @@ +# retail - massive + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/oscorp.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/oscorp.md new file mode 100644 index 0000000000000000000000000000000000000000..113cc30b94958306b8a350994a3a02033b7a6ca5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/retail/oscorp.md @@ -0,0 +1,3 @@ +# retail - oscorp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/acme.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/acme.md new file mode 100644 index 0000000000000000000000000000000000000000..992bb49fca75840e7ed333ebee4bf6f70de5afaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/acme.md @@ -0,0 +1,3 @@ +# wholesale - acme + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/globex.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/globex.md new file mode 100644 index 0000000000000000000000000000000000000000..fef43f1d872a92b8fd47e44c258192949cc665c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/globex.md @@ -0,0 +1,3 @@ +# wholesale - globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/lexcorp.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/lexcorp.md new file mode 100644 index 0000000000000000000000000000000000000000..8b7323e73828cb7e990fc856289b0b190b20e582 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/segments/wholesale/lexcorp.md @@ -0,0 +1,3 @@ +# wholesale - lexcorp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1266.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1266.txt new file mode 100644 index 0000000000000000000000000000000000000000..658b1e6b9d530247e09e85d4a03cfa8d0ea205de --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1266.txt @@ -0,0 +1,2 @@ +Name: qyu +Email: qyu@globex diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1392.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1392.txt new file mode 100644 index 0000000000000000000000000000000000000000..53692c80ef62655148a77be49ba4ffac5f435be3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1392.txt @@ -0,0 +1,2 @@ +Name: lgonzalez +Email: lgonzalez@stark diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1478.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1478.txt new file mode 100644 index 0000000000000000000000000000000000000000..252e24117dbeb08d5a61d31fcf53252b7c63c70f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1478.txt @@ -0,0 +1,2 @@ +Name: gkaur +Email: gkaur@cyberdyne diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1516.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1516.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b3ef49cac3eb8deeef8933a6b6e3aced7e215c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/1516.txt @@ -0,0 +1,2 @@ +Name: lgonzalez +Email: lgonzalez@hooli diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2031.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2031.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5a140d8de63e2e4205d57fe39a98a3ab80ac45f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2031.txt @@ -0,0 +1,2 @@ +Name: qyu +Email: qyu@initech diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2162.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2162.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d1afddf2aec4ce0e65e259cbf70a15e1c00c26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2162.txt @@ -0,0 +1,2 @@ +Name: ibarbosa +Email: ibarbosa@acme diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2230.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2230.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3aa51155a8f36f748afb32721a4d01c2accb67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2230.txt @@ -0,0 +1,2 @@ +Name: tvasquez +Email: tvasquez@weyland diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2451.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2451.txt new file mode 100644 index 0000000000000000000000000000000000000000..07ad5e654f8133717fe06b2bfef94e6e9812b4d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2451.txt @@ -0,0 +1,2 @@ +Name: hchen +Email: hchen@umbrella diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2670.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2670.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8242e99cf12377d3548b8a32b141b6e78a8e5e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2670.txt @@ -0,0 +1,2 @@ +Name: cnakamura +Email: cnakamura@umbrella diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2767.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2767.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ef68297e15e127273a0a69dbb7a165b0d788e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/2767.txt @@ -0,0 +1,2 @@ +Name: uvogt +Email: uvogt@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/3073.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/3073.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a421a91580de53b01748b9f275f41d7ed850815 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/3073.txt @@ -0,0 +1,2 @@ +Name: mtanaka +Email: mtanaka@tyrell diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/3906.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/3906.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7630824d2d000d9ea13028b13c8a6965924f14b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/3906.txt @@ -0,0 +1,2 @@ +Name: hchen +Email: hchen@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4200.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4200.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea562f341e7040c0cbfd1e6f0ea60525736403f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4200.txt @@ -0,0 +1,2 @@ +Name: doneill +Email: doneill@initech diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4227.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4227.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ae39a9ff127ae6148f67ba23ce528f0056b16ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4227.txt @@ -0,0 +1,2 @@ +Name: jsmith +Email: jsmith@oscorp diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4342.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4342.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7918252a6cc1d46a0a2fd6544383edafd2a9e6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4342.txt @@ -0,0 +1,2 @@ +Name: flindqvist +Email: flindqvist@oscorp diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4653.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4653.txt new file mode 100644 index 0000000000000000000000000000000000000000..733bd0631c8e1eabed6a5d4c2ca4e6fc3d92131d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4653.txt @@ -0,0 +1,2 @@ +Name: qyu +Email: qyu@lexcorp diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4801.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4801.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d7656022001b140413a6337dd7f491c0e52cc14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4801.txt @@ -0,0 +1,2 @@ +Name: wxu +Email: wxu@wayne diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4854.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4854.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69b3dc2366aed72362654604134066537e65197 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/4854.txt @@ -0,0 +1,2 @@ +Name: flindqvist +Email: flindqvist@hooli diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5094.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5094.txt new file mode 100644 index 0000000000000000000000000000000000000000..dac8ff59ade4b25610a7a89d20e99829b181ad03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5094.txt @@ -0,0 +1,2 @@ +Name: mtanaka +Email: mtanaka@soylent diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5508.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5508.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b18df0ebdd70f4e257bcda64be933e96552a76e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5508.txt @@ -0,0 +1,2 @@ +Name: pklein +Email: pklein@wayne diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5652.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5652.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc9b26dbda4783aadc71f04d9ca1cf045cfae0e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5652.txt @@ -0,0 +1,2 @@ +Name: wxu +Email: wxu@weyland diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5854.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5854.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7630824d2d000d9ea13028b13c8a6965924f14b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/5854.txt @@ -0,0 +1,2 @@ +Name: hchen +Email: hchen@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6015.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6015.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae6eeb8332ef0e4b0cc9960b4c1209156229195e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6015.txt @@ -0,0 +1,2 @@ +Name: flindqvist +Email: flindqvist@lexcorp diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6272.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6272.txt new file mode 100644 index 0000000000000000000000000000000000000000..685f7f075072669c690bdf555d80fb2cfaf405b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6272.txt @@ -0,0 +1,2 @@ +Name: gkaur +Email: gkaur@initech diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6504.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6504.txt new file mode 100644 index 0000000000000000000000000000000000000000..e67ae6bed2a1d52deb53aabea7bc12bc8f1fe9e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/6504.txt @@ -0,0 +1,2 @@ +Name: pklein +Email: pklein@acme diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7014.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7014.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2adaa82472605cae30fa992d5b77e923d851d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7014.txt @@ -0,0 +1,2 @@ +Name: lgonzalez +Email: lgonzalez@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7352.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7352.txt new file mode 100644 index 0000000000000000000000000000000000000000..d511b47159105de32f79145cdd7e5faf5889eb31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7352.txt @@ -0,0 +1,2 @@ +Name: uvogt +Email: uvogt@hooli diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7648.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7648.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3399994e0fc208a0b9bf59dbe91f2196d1e8533 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7648.txt @@ -0,0 +1,2 @@ +Name: qyu +Email: qyu@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7854.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7854.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce431dc6e1cd1f19dde2aff6956b79a0aa6b689a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/7854.txt @@ -0,0 +1,2 @@ +Name: kkuznetsov +Email: kkuznetsov@stark diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8184.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8184.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8f62085d9f2b62338cb845659fb806f82f4fa34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8184.txt @@ -0,0 +1,2 @@ +Name: jsmith +Email: jsmith@cyberdyne diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8230.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8230.txt new file mode 100644 index 0000000000000000000000000000000000000000..492ef88dfb90184dcecc8aa4c7ac6e241affaabe --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8230.txt @@ -0,0 +1,2 @@ +Name: uvogt +Email: uvogt@weyland diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8234.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8234.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c4c26bac69383e3bf04d79e4dbee80b0f3a35d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8234.txt @@ -0,0 +1,2 @@ +Name: jsmith +Email: jsmith@lexcorp diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8290.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8290.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fd4ca2b4d2746cea53ee59b680e07458be3855f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8290.txt @@ -0,0 +1,2 @@ +Name: gkaur +Email: gkaur@stark diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8408.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8408.txt new file mode 100644 index 0000000000000000000000000000000000000000..6765a82d73ae2034cfd1feadc1b083296a986ffa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8408.txt @@ -0,0 +1,2 @@ +Name: xlee +Email: xlee@piedpiper diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8891.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8891.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69b3dc2366aed72362654604134066537e65197 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/8891.txt @@ -0,0 +1,2 @@ +Name: flindqvist +Email: flindqvist@hooli diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9034.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9034.txt new file mode 100644 index 0000000000000000000000000000000000000000..52d1afddf2aec4ce0e65e259cbf70a15e1c00c26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9034.txt @@ -0,0 +1,2 @@ +Name: ibarbosa +Email: ibarbosa@acme diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9291.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9291.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dac05ba0527d7b267d0d6ab1ffe6397f38eb3bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9291.txt @@ -0,0 +1,2 @@ +Name: azhang +Email: azhang@tyrell diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9359.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9359.txt new file mode 100644 index 0000000000000000000000000000000000000000..257875c01e6d93a788c536729bdff53bf4f5b3f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9359.txt @@ -0,0 +1,2 @@ +Name: doneill +Email: doneill@weyland diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9364.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9364.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dfa3d0aefdb8f8a1b52d8435a548c93e7f929d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9364.txt @@ -0,0 +1,2 @@ +Name: opopov +Email: opopov@wayne diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9443.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9443.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3399994e0fc208a0b9bf59dbe91f2196d1e8533 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/customers/split/9443.txt @@ -0,0 +1,2 @@ +Name: qyu +Email: qyu@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/customers.csv b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..9bfab794786fe2b9347eab1cc906fc1f8eb4fd22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/customers.csv @@ -0,0 +1,41 @@ +id,name,email +2767,uvogt,uvogt@massive +4854,flindqvist,flindqvist@hooli +5652,wxu,wxu@weyland +6015,flindqvist,flindqvist@lexcorp +1516,lgonzalez,lgonzalez@hooli +1478,gkaur,gkaur@cyberdyne +8891,flindqvist,flindqvist@hooli +4653,qyu,qyu@lexcorp +8290,gkaur,gkaur@stark +8230,uvogt,uvogt@weyland +8408,xlee,xlee@piedpiper +2230,tvasquez,tvasquez@weyland +1266,qyu,qyu@globex +2670,cnakamura,cnakamura@umbrella +7854,kkuznetsov,kkuznetsov@stark +2162,ibarbosa,ibarbosa@acme +9034,ibarbosa,ibarbosa@acme +9443,qyu,qyu@massive +4342,flindqvist,flindqvist@oscorp +7014,lgonzalez,lgonzalez@massive +5094,mtanaka,mtanaka@soylent +9364,opopov,opopov@wayne +6504,pklein,pklein@acme +8184,jsmith,jsmith@cyberdyne +8234,jsmith,jsmith@lexcorp +4227,jsmith,jsmith@oscorp +4801,wxu,wxu@wayne +2031,qyu,qyu@initech +5508,pklein,pklein@wayne +7648,qyu,qyu@massive +1392,lgonzalez,lgonzalez@stark +4200,doneill,doneill@initech +9359,doneill,doneill@weyland +7352,uvogt,uvogt@hooli +9291,azhang,azhang@tyrell +2451,hchen,hchen@umbrella +5854,hchen,hchen@massive +6272,gkaur,gkaur@initech +3073,mtanaka,mtanaka@tyrell +3906,hchen,hchen@massive diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/churn.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/churn.md new file mode 100644 index 0000000000000000000000000000000000000000..4b2ff8bba202c0943f871c05b5f11dd260031985 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/churn.md @@ -0,0 +1,3 @@ +# churn + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/nps-survey.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/nps-survey.md new file mode 100644 index 0000000000000000000000000000000000000000..b7aa25cb17a5aaf0067ca0e23ce4f9109efe64ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/nps-survey.md @@ -0,0 +1,3 @@ +# nps-survey + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/onboarding.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..893548bb1ba3ebb3f03d2e33118de9fb4d5c5235 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/onboarding.md @@ -0,0 +1,3 @@ +# onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/retention.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/retention.md new file mode 100644 index 0000000000000000000000000000000000000000..6086ea14c1538e1e930b8d48eea917393ec04ce3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/playbooks/retention.md @@ -0,0 +1,3 @@ +# retention + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/acme.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/acme.md new file mode 100644 index 0000000000000000000000000000000000000000..55f409493df80ac63d548319486f2d8dcc1a2bfc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/acme.md @@ -0,0 +1,3 @@ +# enterprise - acme + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/initech.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/initech.md new file mode 100644 index 0000000000000000000000000000000000000000..d9f55b9870b0bf63e6a696d702837772da7559e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/initech.md @@ -0,0 +1,3 @@ +# enterprise - initech + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/massive.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/massive.md new file mode 100644 index 0000000000000000000000000000000000000000..52844f25a2d5ea01307c90fe185be5dd19d4a6b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/enterprise/massive.md @@ -0,0 +1,3 @@ +# enterprise - massive + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/cyberdyne.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/cyberdyne.md new file mode 100644 index 0000000000000000000000000000000000000000..10b3e15f42705457b55847ce9e7eee24de7f6821 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/cyberdyne.md @@ -0,0 +1,3 @@ +# internal - cyberdyne + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/globex.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/globex.md new file mode 100644 index 0000000000000000000000000000000000000000..73b12a0d6ed38fd1f76181f582af28facdb77700 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/globex.md @@ -0,0 +1,3 @@ +# internal - globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/soylent.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/soylent.md new file mode 100644 index 0000000000000000000000000000000000000000..3a7edb10fed2c583dc0d88cdb39a40582dfda719 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/internal/soylent.md @@ -0,0 +1,3 @@ +# internal - soylent + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/globex.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/globex.md new file mode 100644 index 0000000000000000000000000000000000000000..770395a3a273ec969aa684bf71c54cafcc6684c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/globex.md @@ -0,0 +1,3 @@ +# retail - globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/massive.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/massive.md new file mode 100644 index 0000000000000000000000000000000000000000..8b7ba739863c8406b95d38c6c6afac447e6b0119 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/massive.md @@ -0,0 +1,3 @@ +# retail - massive + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/oscorp.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/oscorp.md new file mode 100644 index 0000000000000000000000000000000000000000..113cc30b94958306b8a350994a3a02033b7a6ca5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/retail/oscorp.md @@ -0,0 +1,3 @@ +# retail - oscorp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/acme.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/acme.md new file mode 100644 index 0000000000000000000000000000000000000000..992bb49fca75840e7ed333ebee4bf6f70de5afaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/acme.md @@ -0,0 +1,3 @@ +# wholesale - acme + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/globex.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/globex.md new file mode 100644 index 0000000000000000000000000000000000000000..fef43f1d872a92b8fd47e44c258192949cc665c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/globex.md @@ -0,0 +1,3 @@ +# wholesale - globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/lexcorp.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/lexcorp.md new file mode 100644 index 0000000000000000000000000000000000000000..8b7323e73828cb7e990fc856289b0b190b20e582 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/customers/segments/wholesale/lexcorp.md @@ -0,0 +1,3 @@ +# wholesale - lexcorp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6078ba9af3/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/client.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/client.go new file mode 100644 index 0000000000000000000000000000000000000000..0a95505f57f5308e93bdf0c14dfb538ffed16721 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/client.go @@ -0,0 +1,36 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/config.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/config.go new file mode 100644 index 0000000000000000000000000000000000000000..3c2f276f0d1d42551367fd9681c634cc13dd78ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/config.go @@ -0,0 +1,22 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/handler.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..b7b0009c2f5123af1f39711c98fa4c46cb8edd73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/handler.go @@ -0,0 +1,36 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..4b10066af9ab1c809a78c98f03fef0d465c3c99f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/metrics.go @@ -0,0 +1,43 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp4(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/server.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/server.go new file mode 100644 index 0000000000000000000000000000000000000000..271651bec6b27e4ec6ae82f4c513b74f5fa341ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/cache/server.go @@ -0,0 +1,36 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/client.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/client.go new file mode 100644 index 0000000000000000000000000000000000000000..e50848c7bae0161a74affd0edb119af27b93ed42 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/client.go @@ -0,0 +1,22 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/config.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/config.go new file mode 100644 index 0000000000000000000000000000000000000000..1bc5fbd3ef8e953ccb290bbc67efa0188e518bbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/config.go @@ -0,0 +1,36 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/handler.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..bc25be516c9f510c58e2bf65687ae63e2abbfb79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/handler.go @@ -0,0 +1,36 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..9e5e2debd3a97873963b3f0e77955090a2664bdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/metrics.go @@ -0,0 +1,22 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/server.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/server.go new file mode 100644 index 0000000000000000000000000000000000000000..c12838a83a1348c4e2cd476ee4a86860dc077983 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/gateway/server.go @@ -0,0 +1,29 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/client.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/client.go new file mode 100644 index 0000000000000000000000000000000000000000..5c4d398965e0b011ab14e4de520d40918c2b6874 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/client.go @@ -0,0 +1,43 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp4(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/config.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/config.go new file mode 100644 index 0000000000000000000000000000000000000000..c27abbfab91621bee8ac85a230e91a872db0dc6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/config.go @@ -0,0 +1,29 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/handler.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..3bed1c70d46513880bed6f70667d3fe4e8af9d3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/handler.go @@ -0,0 +1,29 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..d4bcdcce8a02d01ba418891ecacd9cefa028c710 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/metrics.go @@ -0,0 +1,22 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/server.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/server.go new file mode 100644 index 0000000000000000000000000000000000000000..fd96bdb7023262942c1e7260c5960ec0477f8222 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/observer/server.go @@ -0,0 +1,29 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/client.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/client.go new file mode 100644 index 0000000000000000000000000000000000000000..02cb203c83578727274c0541dd66121b28ad2bea --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/client.go @@ -0,0 +1,22 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/config.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/config.go new file mode 100644 index 0000000000000000000000000000000000000000..f83c27b372a0f431492330a9f71e873a5cb2b5ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/config.go @@ -0,0 +1,29 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/handler.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..d0eb3eafae2a238f0ec85255c8eb915cad5cb094 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/handler.go @@ -0,0 +1,29 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..f285174f8ca4b7e52d4920927d67671382d8c2df --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/metrics.go @@ -0,0 +1,36 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/server.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/server.go new file mode 100644 index 0000000000000000000000000000000000000000..1ea0b00f23fac7b5cf1254eac7ac973f1a9da636 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/router/server.go @@ -0,0 +1,29 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/client.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/client.go new file mode 100644 index 0000000000000000000000000000000000000000..299171ef2e0cff76527884a96e67b1fa910e3384 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/client.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/config.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/config.go new file mode 100644 index 0000000000000000000000000000000000000000..3e14c090adee7f6311b957e2ea74591880ac2949 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/config.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/handler.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..837f16092007baf08860d9106080f8fa50870410 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/handler.go @@ -0,0 +1,43 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp4(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..2ab47800d23f0c18016017ffc7a52223451b48bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/metrics.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/server.go b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/server.go new file mode 100644 index 0000000000000000000000000000000000000000..c44290335d1aec086dc73d1d72b63d5dc4ca3eaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/projects/src/scheduler/server.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/client.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/client.go new file mode 100644 index 0000000000000000000000000000000000000000..0a95505f57f5308e93bdf0c14dfb538ffed16721 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/client.go @@ -0,0 +1,36 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/config.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/config.go new file mode 100644 index 0000000000000000000000000000000000000000..3c2f276f0d1d42551367fd9681c634cc13dd78ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/config.go @@ -0,0 +1,22 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/handler.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..b7b0009c2f5123af1f39711c98fa4c46cb8edd73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/handler.go @@ -0,0 +1,36 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..4b10066af9ab1c809a78c98f03fef0d465c3c99f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/metrics.go @@ -0,0 +1,43 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp4(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/server.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/server.go new file mode 100644 index 0000000000000000000000000000000000000000..271651bec6b27e4ec6ae82f4c513b74f5fa341ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/cache/server.go @@ -0,0 +1,36 @@ +package cache + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/client.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/client.go new file mode 100644 index 0000000000000000000000000000000000000000..e50848c7bae0161a74affd0edb119af27b93ed42 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/client.go @@ -0,0 +1,22 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/config.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/config.go new file mode 100644 index 0000000000000000000000000000000000000000..1bc5fbd3ef8e953ccb290bbc67efa0188e518bbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/config.go @@ -0,0 +1,36 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/handler.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..bc25be516c9f510c58e2bf65687ae63e2abbfb79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/handler.go @@ -0,0 +1,36 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..9e5e2debd3a97873963b3f0e77955090a2664bdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/metrics.go @@ -0,0 +1,22 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/server.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/server.go new file mode 100644 index 0000000000000000000000000000000000000000..c12838a83a1348c4e2cd476ee4a86860dc077983 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/gateway/server.go @@ -0,0 +1,29 @@ +package gateway + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/client.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/client.go new file mode 100644 index 0000000000000000000000000000000000000000..5c4d398965e0b011ab14e4de520d40918c2b6874 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/client.go @@ -0,0 +1,43 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp4(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/config.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/config.go new file mode 100644 index 0000000000000000000000000000000000000000..c27abbfab91621bee8ac85a230e91a872db0dc6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/config.go @@ -0,0 +1,29 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/handler.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..3bed1c70d46513880bed6f70667d3fe4e8af9d3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/handler.go @@ -0,0 +1,29 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..d4bcdcce8a02d01ba418891ecacd9cefa028c710 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/metrics.go @@ -0,0 +1,22 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/server.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/server.go new file mode 100644 index 0000000000000000000000000000000000000000..fd96bdb7023262942c1e7260c5960ec0477f8222 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/observer/server.go @@ -0,0 +1,29 @@ +package observer + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/client.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/client.go new file mode 100644 index 0000000000000000000000000000000000000000..02cb203c83578727274c0541dd66121b28ad2bea --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/client.go @@ -0,0 +1,22 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/config.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/config.go new file mode 100644 index 0000000000000000000000000000000000000000..f83c27b372a0f431492330a9f71e873a5cb2b5ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/config.go @@ -0,0 +1,29 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/handler.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..d0eb3eafae2a238f0ec85255c8eb915cad5cb094 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/handler.go @@ -0,0 +1,29 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..f285174f8ca4b7e52d4920927d67671382d8c2df --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/metrics.go @@ -0,0 +1,36 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/server.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/server.go new file mode 100644 index 0000000000000000000000000000000000000000..1ea0b00f23fac7b5cf1254eac7ac973f1a9da636 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/router/server.go @@ -0,0 +1,29 @@ +package router + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/client.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/client.go new file mode 100644 index 0000000000000000000000000000000000000000..299171ef2e0cff76527884a96e67b1fa910e3384 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/client.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func ClientOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ClientOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/config.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/config.go new file mode 100644 index 0000000000000000000000000000000000000000..3e14c090adee7f6311b957e2ea74591880ac2949 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/config.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func ConfigOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ConfigOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/handler.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/handler.go new file mode 100644 index 0000000000000000000000000000000000000000..837f16092007baf08860d9106080f8fa50870410 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/handler.go @@ -0,0 +1,43 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func HandlerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp3(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func HandlerOp4(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/metrics.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/metrics.go new file mode 100644 index 0000000000000000000000000000000000000000..2ab47800d23f0c18016017ffc7a52223451b48bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/metrics.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func MetricsOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func MetricsOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/server.go b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/server.go new file mode 100644 index 0000000000000000000000000000000000000000..c44290335d1aec086dc73d1d72b63d5dc4ca3eaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/projects/src/scheduler/server.go @@ -0,0 +1,29 @@ +package scheduler + +import ( + "context" + "fmt" + "net/http" +) + +func ServerOp0(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp1(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + +func ServerOp2(ctx context.Context) error { + _ = ctx + cb := func(x int) int { return x*2 } + _ = cb + return nil +} + diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_616abce33d/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-agent.completion b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-agent.completion new file mode 100644 index 0000000000000000000000000000000000000000..5fd75429c0b03b97ff7d4275d3d376e442f1d0e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-agent.completion @@ -0,0 +1,3 @@ +# bash completion for sandbox-agent +_sandbox-agent() { COMPREPLY=(); }; +complete -F _sandbox-agent sandbox-agent diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-agent.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-agent.sh new file mode 100644 index 0000000000000000000000000000000000000000..965764166e93765d7edc9965dd0497b08fc14694 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-agent.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo running sandbox-agent diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-cli.completion b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-cli.completion new file mode 100644 index 0000000000000000000000000000000000000000..a5b55dd05dbccacffe9f2053f69064a720e9f362 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-cli.completion @@ -0,0 +1,3 @@ +# bash completion for sandbox-cli +_sandbox-cli() { COMPREPLY=(); }; +complete -F _sandbox-cli sandbox-cli diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-cli.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-cli.sh new file mode 100644 index 0000000000000000000000000000000000000000..9121d3db26164c07eaf8670b7088b4b2dfc02d4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-cli.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo running sandbox-cli diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-daemon.completion b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-daemon.completion new file mode 100644 index 0000000000000000000000000000000000000000..6699f0a2d989c3a3d43ebd0111874fe13a6aa5a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-daemon.completion @@ -0,0 +1,3 @@ +# bash completion for sandbox-daemon +_sandbox-daemon() { COMPREPLY=(); }; +complete -F _sandbox-daemon sandbox-daemon diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-daemon.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-daemon.sh new file mode 100644 index 0000000000000000000000000000000000000000..72b3e4f93dbab762b78f37053f6a073a60005040 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/bin/sandbox-daemon.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo running sandbox-daemon diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/install-guide.md b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/install-guide.md new file mode 100644 index 0000000000000000000000000000000000000000..7177c24351be6ab0286619e8057899d650a0a9a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/install-guide.md @@ -0,0 +1,3 @@ +# install-guide + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/license.md b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/license.md new file mode 100644 index 0000000000000000000000000000000000000000..5ebb2c16a523377f3d9a0c72fa8375e917596496 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/license.md @@ -0,0 +1,3 @@ +# license + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/release-notes.md b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/release-notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8ec052b83c51d9fa5237c6faa4c6d899fafe5381 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/release-notes.md @@ -0,0 +1,3 @@ +# release-notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/third-party-notices.md b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/third-party-notices.md new file mode 100644 index 0000000000000000000000000000000000000000..df14644c0a3626e866c497450f7dfaf690ab65c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/docs/third-party-notices.md @@ -0,0 +1,3 @@ +# third-party-notices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/default.toml b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/default.toml new file mode 100644 index 0000000000000000000000000000000000000000..722513d215a82b0bb594c3f7f572a13d1c7815fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/default.toml @@ -0,0 +1,7 @@ +[server] +host = "0.0.0.0" +port = 8564 + +[logging] +level = "info" +file = "/var/log/sandbox.log" diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/development.toml b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/development.toml new file mode 100644 index 0000000000000000000000000000000000000000..12c178ed10072b42a0254862a7c6f1c478db9b0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/development.toml @@ -0,0 +1,7 @@ +[server] +host = "0.0.0.0" +port = 8069 + +[logging] +level = "info" +file = "/var/log/sandbox.log" diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/production.toml b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/production.toml new file mode 100644 index 0000000000000000000000000000000000000000..ecf36dcaae0f698ef6639e529db1432971041508 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/etc/production.toml @@ -0,0 +1,7 @@ +[server] +host = "0.0.0.0" +port = 8193 + +[logging] +level = "info" +file = "/var/log/sandbox.log" diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/agent/core.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/agent/core.py new file mode 100644 index 0000000000000000000000000000000000000000..58b031e4e6c19b60bfa1ef0a8f30b17c5b1e9c12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/agent/core.py @@ -0,0 +1,2 @@ +# agent/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/agent/transport.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/agent/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..7f75e9b7fbd00e79f3d028a213ba0c4f2e63ec86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/agent/transport.py @@ -0,0 +1,2 @@ +# agent/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/controller/core.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/controller/core.py new file mode 100644 index 0000000000000000000000000000000000000000..cacf1d1bb82fe2b2f7cdd9360fd7331910f80a88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/controller/core.py @@ -0,0 +1,2 @@ +# controller/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/controller/transport.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/controller/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..7a55af4efb56aa54e696573168b5427bafe9aa23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/controller/transport.py @@ -0,0 +1,2 @@ +# controller/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/scheduler/core.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/scheduler/core.py new file mode 100644 index 0000000000000000000000000000000000000000..27b23a357b730f743150d9f4cf28b1afb73c09db --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/scheduler/core.py @@ -0,0 +1,2 @@ +# scheduler/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/scheduler/transport.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/scheduler/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..5be713340d5f0f37c5e577ef754d2d394e30ff10 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/scheduler/transport.py @@ -0,0 +1,2 @@ +# scheduler/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/telemetry/core.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/telemetry/core.py new file mode 100644 index 0000000000000000000000000000000000000000..709da8505799349dbbb27fc41f5ee0fb280e3136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/telemetry/core.py @@ -0,0 +1,2 @@ +# telemetry/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/telemetry/transport.py b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/telemetry/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..4900317de1177ca04b1ff9d07ea2c03265ae7878 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/lib/python/sandbox/telemetry/transport.py @@ -0,0 +1,2 @@ +# telemetry/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-01.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-01.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-01.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-02.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-02.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-02.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-03.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-03.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-03.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-04.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-04.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-04.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-05.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-05.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-05.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-06.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-06.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-06.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-07.tpl b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-07.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/pack/release/share/templates/2024-04-07.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/reports/manifest.tsv b/shellops_pro/assets/ShellOps_6234104c74/gold/reports/manifest.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c3213ac12bfc2faabf36b9fde09663b2d69d4b85 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/reports/manifest.tsv @@ -0,0 +1,28 @@ +bin/sandbox-agent.completion 113 +bin/sandbox-agent.sh 65 +bin/sandbox-cli.completion 105 +bin/sandbox-cli.sh 63 +bin/sandbox-daemon.completion 117 +bin/sandbox-daemon.sh 66 +docs/install-guide.md 463 +docs/license.md 457 +docs/release-notes.md 463 +docs/third-party-notices.md 469 +etc/default.toml 94 +etc/development.toml 94 +etc/production.toml 94 +lib/python/sandbox/agent/core.py 214 +lib/python/sandbox/agent/transport.py 219 +lib/python/sandbox/controller/core.py 219 +lib/python/sandbox/controller/transport.py 224 +lib/python/sandbox/scheduler/core.py 218 +lib/python/sandbox/scheduler/transport.py 223 +lib/python/sandbox/telemetry/core.py 218 +lib/python/sandbox/telemetry/transport.py 223 +share/templates/2024-04-01.tpl 40 +share/templates/2024-04-02.tpl 40 +share/templates/2024-04-03.tpl 40 +share/templates/2024-04-04.tpl 40 +share/templates/2024-04-05.tpl 40 +share/templates/2024-04-06.tpl 40 +share/templates/2024-04-07.tpl 40 diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-agent.completion b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-agent.completion new file mode 100644 index 0000000000000000000000000000000000000000..5fd75429c0b03b97ff7d4275d3d376e442f1d0e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-agent.completion @@ -0,0 +1,3 @@ +# bash completion for sandbox-agent +_sandbox-agent() { COMPREPLY=(); }; +complete -F _sandbox-agent sandbox-agent diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-agent.sh b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-agent.sh new file mode 100644 index 0000000000000000000000000000000000000000..965764166e93765d7edc9965dd0497b08fc14694 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-agent.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo running sandbox-agent diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-cli.completion b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-cli.completion new file mode 100644 index 0000000000000000000000000000000000000000..a5b55dd05dbccacffe9f2053f69064a720e9f362 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-cli.completion @@ -0,0 +1,3 @@ +# bash completion for sandbox-cli +_sandbox-cli() { COMPREPLY=(); }; +complete -F _sandbox-cli sandbox-cli diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-cli.sh b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-cli.sh new file mode 100644 index 0000000000000000000000000000000000000000..9121d3db26164c07eaf8670b7088b4b2dfc02d4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-cli.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo running sandbox-cli diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-daemon.completion b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-daemon.completion new file mode 100644 index 0000000000000000000000000000000000000000..6699f0a2d989c3a3d43ebd0111874fe13a6aa5a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-daemon.completion @@ -0,0 +1,3 @@ +# bash completion for sandbox-daemon +_sandbox-daemon() { COMPREPLY=(); }; +complete -F _sandbox-daemon sandbox-daemon diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-daemon.sh b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-daemon.sh new file mode 100644 index 0000000000000000000000000000000000000000..72b3e4f93dbab762b78f37053f6a073a60005040 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/bin/sandbox-daemon.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +echo running sandbox-daemon diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/install-guide.md b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/install-guide.md new file mode 100644 index 0000000000000000000000000000000000000000..7177c24351be6ab0286619e8057899d650a0a9a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/install-guide.md @@ -0,0 +1,3 @@ +# install-guide + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/license.md b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/license.md new file mode 100644 index 0000000000000000000000000000000000000000..5ebb2c16a523377f3d9a0c72fa8375e917596496 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/license.md @@ -0,0 +1,3 @@ +# license + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/release-notes.md b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/release-notes.md new file mode 100644 index 0000000000000000000000000000000000000000..8ec052b83c51d9fa5237c6faa4c6d899fafe5381 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/release-notes.md @@ -0,0 +1,3 @@ +# release-notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/third-party-notices.md b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/third-party-notices.md new file mode 100644 index 0000000000000000000000000000000000000000..df14644c0a3626e866c497450f7dfaf690ab65c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/docs/third-party-notices.md @@ -0,0 +1,3 @@ +# third-party-notices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/default.toml b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/default.toml new file mode 100644 index 0000000000000000000000000000000000000000..722513d215a82b0bb594c3f7f572a13d1c7815fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/default.toml @@ -0,0 +1,7 @@ +[server] +host = "0.0.0.0" +port = 8564 + +[logging] +level = "info" +file = "/var/log/sandbox.log" diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/development.toml b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/development.toml new file mode 100644 index 0000000000000000000000000000000000000000..12c178ed10072b42a0254862a7c6f1c478db9b0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/development.toml @@ -0,0 +1,7 @@ +[server] +host = "0.0.0.0" +port = 8069 + +[logging] +level = "info" +file = "/var/log/sandbox.log" diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/production.toml b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/production.toml new file mode 100644 index 0000000000000000000000000000000000000000..ecf36dcaae0f698ef6639e529db1432971041508 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/etc/production.toml @@ -0,0 +1,7 @@ +[server] +host = "0.0.0.0" +port = 8193 + +[logging] +level = "info" +file = "/var/log/sandbox.log" diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/agent/core.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/agent/core.py new file mode 100644 index 0000000000000000000000000000000000000000..58b031e4e6c19b60bfa1ef0a8f30b17c5b1e9c12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/agent/core.py @@ -0,0 +1,2 @@ +# agent/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/agent/transport.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/agent/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..7f75e9b7fbd00e79f3d028a213ba0c4f2e63ec86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/agent/transport.py @@ -0,0 +1,2 @@ +# agent/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/controller/core.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/controller/core.py new file mode 100644 index 0000000000000000000000000000000000000000..cacf1d1bb82fe2b2f7cdd9360fd7331910f80a88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/controller/core.py @@ -0,0 +1,2 @@ +# controller/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/controller/transport.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/controller/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..7a55af4efb56aa54e696573168b5427bafe9aa23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/controller/transport.py @@ -0,0 +1,2 @@ +# controller/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/scheduler/core.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/scheduler/core.py new file mode 100644 index 0000000000000000000000000000000000000000..27b23a357b730f743150d9f4cf28b1afb73c09db --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/scheduler/core.py @@ -0,0 +1,2 @@ +# scheduler/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/scheduler/transport.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/scheduler/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..5be713340d5f0f37c5e577ef754d2d394e30ff10 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/scheduler/transport.py @@ -0,0 +1,2 @@ +# scheduler/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/telemetry/core.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/telemetry/core.py new file mode 100644 index 0000000000000000000000000000000000000000..709da8505799349dbbb27fc41f5ee0fb280e3136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/telemetry/core.py @@ -0,0 +1,2 @@ +# telemetry/core +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/telemetry/transport.py b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/telemetry/transport.py new file mode 100644 index 0000000000000000000000000000000000000000..4900317de1177ca04b1ff9d07ea2c03265ae7878 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/lib/python/sandbox/telemetry/transport.py @@ -0,0 +1,2 @@ +# telemetry/transport +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-01.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-01.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-01.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-02.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-02.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-02.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-03.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-03.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-03.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-04.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-04.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-04.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-05.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-05.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-05.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-06.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-06.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-06.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-07.tpl b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-07.tpl new file mode 100644 index 0000000000000000000000000000000000000000..9d9301baac338bcb3fd4c99c6d0b9340770cade6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/pack/release/share/templates/2024-04-07.tpl @@ -0,0 +1 @@ +Hello, {{name}}! Your code is {{code}}. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6234104c74/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-01.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..35b832e06b495f4d4dd607006057dd9c2634f43e --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-01.json @@ -0,0 +1 @@ +[{"id":0,"user":"brivera","amt":272},{"id":1,"user":"opopov","amt":51},{"id":2,"user":"tvasquez","amt":129},{"id":3,"user":"ibarbosa","amt":279},{"id":4,"user":"doneill","amt":129},{"id":5,"user":"pklein","amt":396},{"id":6,"user":"cnakamura","amt":312},{"id":7,"user":"mtanaka","amt":312},{"id":8,"user":"flindqvist","amt":5}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-02.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..330df8d87e794653ecb69db98c81b3ca0ce6beed --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-02.json @@ -0,0 +1 @@ +[{"id":0,"user":"ibarbosa","amt":289},{"id":1,"user":"uvogt","amt":223},{"id":2,"user":"ibarbosa","amt":332},{"id":3,"user":"rrossi","amt":143},{"id":4,"user":"gkaur","amt":494},{"id":5,"user":"cnakamura","amt":148},{"id":6,"user":"tvasquez","amt":476}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-03.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..bea12f1eb131567802a886618a9103e9328cc2ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-03.json @@ -0,0 +1 @@ +[{"id":0,"user":"cnakamura","amt":342},{"id":1,"user":"wxu","amt":418},{"id":2,"user":"mtanaka","amt":333},{"id":3,"user":"opopov","amt":310},{"id":4,"user":"qyu","amt":327},{"id":5,"user":"qyu","amt":485},{"id":6,"user":"uvogt","amt":48},{"id":7,"user":"vwang","amt":161}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-04.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..914f81460a07990f75b2bcd1b4e56f2db4c6d7c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-04.json @@ -0,0 +1 @@ +[{"id":0,"user":"vwang","amt":414},{"id":1,"user":"doneill","amt":123},{"id":2,"user":"cnakamura","amt":374},{"id":3,"user":"tvasquez","amt":83},{"id":4,"user":"cnakamura","amt":327},{"id":5,"user":"mtanaka","amt":55},{"id":6,"user":"vwang","amt":29},{"id":7,"user":"qyu","amt":275},{"id":8,"user":"wxu","amt":376},{"id":9,"user":"epatel","amt":87},{"id":10,"user":"pklein","amt":463},{"id":11,"user":"tvasquez","amt":106}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-05.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..ff46b9a8143ae59eb314e4c9e81ffc65a785c7b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-05.json @@ -0,0 +1 @@ +[{"id":0,"user":"hchen","amt":404},{"id":1,"user":"epatel","amt":289},{"id":2,"user":"ibarbosa","amt":433},{"id":3,"user":"hchen","amt":489},{"id":4,"user":"azhang","amt":193},{"id":5,"user":"lgonzalez","amt":367},{"id":6,"user":"epatel","amt":356},{"id":7,"user":"gkaur","amt":466},{"id":8,"user":"lgonzalez","amt":428},{"id":9,"user":"nmurray","amt":95},{"id":10,"user":"cnakamura","amt":220},{"id":11,"user":"mtanaka","amt":365}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-06.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..c1d82fb2f55e0611a92ed75db4b446548ec9cb7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-06.json @@ -0,0 +1 @@ +[{"id":0,"user":"qyu","amt":307},{"id":1,"user":"qyu","amt":295},{"id":2,"user":"wxu","amt":492},{"id":3,"user":"opopov","amt":445},{"id":4,"user":"tvasquez","amt":108},{"id":5,"user":"jsmith","amt":258}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-07.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..252655cc8e18469162f08a268491413881cf0bec --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/logins/2024-04-07.json @@ -0,0 +1 @@ +[{"id":0,"user":"mtanaka","amt":102},{"id":1,"user":"flindqvist","amt":355},{"id":2,"user":"flindqvist","amt":171},{"id":3,"user":"tvasquez","amt":413},{"id":4,"user":"wxu","amt":485},{"id":5,"user":"flindqvist","amt":269},{"id":6,"user":"vwang","amt":477},{"id":7,"user":"gkaur","amt":346},{"id":8,"user":"vwang","amt":452}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-01.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..c9c787f7d27be4023c1bc1c7b1e7d61f63ace60f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-01.json @@ -0,0 +1 @@ +[{"id":0,"user":"gkaur","amt":20},{"id":1,"user":"wxu","amt":347},{"id":2,"user":"flindqvist","amt":381},{"id":3,"user":"cnakamura","amt":20},{"id":4,"user":"jsmith","amt":42},{"id":5,"user":"mtanaka","amt":44},{"id":6,"user":"kkuznetsov","amt":117},{"id":7,"user":"wxu","amt":31},{"id":8,"user":"opopov","amt":427}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-02.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..d06d65ffdbf7e1ac4226be369bb25ad063d1eb86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-02.json @@ -0,0 +1 @@ +[{"id":0,"user":"lgonzalez","amt":25},{"id":1,"user":"kkuznetsov","amt":3},{"id":2,"user":"wxu","amt":218},{"id":3,"user":"flindqvist","amt":359},{"id":4,"user":"xlee","amt":249},{"id":5,"user":"azhang","amt":466},{"id":6,"user":"wxu","amt":397},{"id":7,"user":"rrossi","amt":253},{"id":8,"user":"doneill","amt":325}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-03.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..cebe5e894d5d977ccf07e3d0128cdc1974c546ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-03.json @@ -0,0 +1 @@ +[{"id":0,"user":"uvogt","amt":449},{"id":1,"user":"xlee","amt":216},{"id":2,"user":"kkuznetsov","amt":268},{"id":3,"user":"rrossi","amt":61},{"id":4,"user":"epatel","amt":66},{"id":5,"user":"pklein","amt":324},{"id":6,"user":"hchen","amt":94},{"id":7,"user":"kkuznetsov","amt":121},{"id":8,"user":"kkuznetsov","amt":299}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-04.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..e698b7c50783215b489d7c82dc98ba9c9e578952 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-04.json @@ -0,0 +1 @@ +[{"id":0,"user":"xlee","amt":141},{"id":1,"user":"pklein","amt":189},{"id":2,"user":"mtanaka","amt":388},{"id":3,"user":"ibarbosa","amt":436},{"id":4,"user":"ibarbosa","amt":37},{"id":5,"user":"nmurray","amt":282},{"id":6,"user":"tvasquez","amt":174},{"id":7,"user":"doneill","amt":407},{"id":8,"user":"jsmith","amt":318}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-05.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..5a0aab99e53db320ec027bb60a43db133f046ada --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-05.json @@ -0,0 +1 @@ +[{"id":0,"user":"mtanaka","amt":150},{"id":1,"user":"epatel","amt":3},{"id":2,"user":"xlee","amt":363},{"id":3,"user":"azhang","amt":259},{"id":4,"user":"jsmith","amt":267},{"id":5,"user":"flindqvist","amt":393},{"id":6,"user":"wxu","amt":129}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-06.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..75b677948ed2d3077cd873cd74e8207712cee73d --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-06.json @@ -0,0 +1 @@ +[{"id":0,"user":"flindqvist","amt":416},{"id":1,"user":"brivera","amt":203},{"id":2,"user":"pklein","amt":366},{"id":3,"user":"vwang","amt":186},{"id":4,"user":"uvogt","amt":101},{"id":5,"user":"lgonzalez","amt":481},{"id":6,"user":"azhang","amt":488},{"id":7,"user":"gkaur","amt":284},{"id":8,"user":"cnakamura","amt":322},{"id":9,"user":"hchen","amt":106}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-07.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..f64d5f2afaeb83c53dee01ec38b90964157a3c35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/purchases/2024-04-07.json @@ -0,0 +1 @@ +[{"id":0,"user":"azhang","amt":70},{"id":1,"user":"sstevens","amt":361},{"id":2,"user":"doneill","amt":252},{"id":3,"user":"ibarbosa","amt":315},{"id":4,"user":"wxu","amt":124},{"id":5,"user":"brivera","amt":71},{"id":6,"user":"pklein","amt":241}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-01.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..5c48720d89c4f5759757a366ee2d0c0f8468eaea --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-01.json @@ -0,0 +1 @@ +[{"id":0,"user":"vwang","amt":141},{"id":1,"user":"jsmith","amt":177},{"id":2,"user":"lgonzalez","amt":228},{"id":3,"user":"vwang","amt":171},{"id":4,"user":"cnakamura","amt":374},{"id":5,"user":"uvogt","amt":397},{"id":6,"user":"ibarbosa","amt":347},{"id":7,"user":"xlee","amt":304}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-02.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..bd9f318f7ac22b7dfa1734cd09c27942ffe67b6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-02.json @@ -0,0 +1 @@ +[{"id":0,"user":"mtanaka","amt":112},{"id":1,"user":"brivera","amt":39},{"id":2,"user":"cnakamura","amt":262},{"id":3,"user":"wxu","amt":489},{"id":4,"user":"nmurray","amt":371}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-03.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..9bdc253a8764eb9193c5885bd616d6975d09e363 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-03.json @@ -0,0 +1 @@ +[{"id":0,"user":"nmurray","amt":45},{"id":1,"user":"doneill","amt":318},{"id":2,"user":"kkuznetsov","amt":149},{"id":3,"user":"xlee","amt":220},{"id":4,"user":"ibarbosa","amt":274},{"id":5,"user":"wxu","amt":222}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-04.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..fd5021cd5c8387f8dd50348cf1567f008c15570f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-04.json @@ -0,0 +1 @@ +[{"id":0,"user":"mtanaka","amt":500},{"id":1,"user":"kkuznetsov","amt":136},{"id":2,"user":"flindqvist","amt":37},{"id":3,"user":"mtanaka","amt":112},{"id":4,"user":"jsmith","amt":334},{"id":5,"user":"sstevens","amt":430},{"id":6,"user":"pklein","amt":214},{"id":7,"user":"lgonzalez","amt":268},{"id":8,"user":"epatel","amt":293},{"id":9,"user":"pklein","amt":263},{"id":10,"user":"tvasquez","amt":294}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-05.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..d206fff22e47b37f46a00f0055fce36c1b4df553 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-05.json @@ -0,0 +1 @@ +[{"id":0,"user":"ibarbosa","amt":175},{"id":1,"user":"uvogt","amt":88},{"id":2,"user":"doneill","amt":392},{"id":3,"user":"opopov","amt":196},{"id":4,"user":"qyu","amt":448},{"id":5,"user":"hchen","amt":461},{"id":6,"user":"opopov","amt":44},{"id":7,"user":"nmurray","amt":412}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-06.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..511c5a9f896fc24e2602b2255c1626188c4e58fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-06.json @@ -0,0 +1 @@ +[{"id":0,"user":"kkuznetsov","amt":480},{"id":1,"user":"rrossi","amt":251},{"id":2,"user":"opopov","amt":113},{"id":3,"user":"rrossi","amt":17},{"id":4,"user":"uvogt","amt":436},{"id":5,"user":"wxu","amt":75},{"id":6,"user":"gkaur","amt":284}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-07.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..4268badb1009236207d32a0a3d12294f1f87aa94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/returns/2024-04-07.json @@ -0,0 +1 @@ +[{"id":0,"user":"doneill","amt":92},{"id":1,"user":"uvogt","amt":368},{"id":2,"user":"lgonzalez","amt":10},{"id":3,"user":"cnakamura","amt":250},{"id":4,"user":"vwang","amt":39}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-01.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..cbf09302845d90e32d9cb41ceb2904cdb012b821 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-01.json @@ -0,0 +1 @@ +[{"id":0,"user":"jsmith","amt":163},{"id":1,"user":"doneill","amt":309},{"id":2,"user":"vwang","amt":437},{"id":3,"user":"azhang","amt":244},{"id":4,"user":"wxu","amt":49},{"id":5,"user":"gkaur","amt":110},{"id":6,"user":"mtanaka","amt":455},{"id":7,"user":"tvasquez","amt":490},{"id":8,"user":"ibarbosa","amt":247},{"id":9,"user":"opopov","amt":246},{"id":10,"user":"doneill","amt":409}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-02.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..1a3fb8061c58ce202bdc73be08583cf7628ae1e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-02.json @@ -0,0 +1 @@ +[{"id":0,"user":"opopov","amt":184},{"id":1,"user":"brivera","amt":227},{"id":2,"user":"gkaur","amt":359},{"id":3,"user":"qyu","amt":357},{"id":4,"user":"brivera","amt":484},{"id":5,"user":"kkuznetsov","amt":52},{"id":6,"user":"wxu","amt":33},{"id":7,"user":"hchen","amt":379},{"id":8,"user":"lgonzalez","amt":408},{"id":9,"user":"flindqvist","amt":481}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-03.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..4fb704dd8e278bbd67697e9336046f9ac67d325e --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-03.json @@ -0,0 +1 @@ +[{"id":0,"user":"opopov","amt":87},{"id":1,"user":"flindqvist","amt":312},{"id":2,"user":"doneill","amt":196},{"id":3,"user":"tvasquez","amt":379},{"id":4,"user":"doneill","amt":229},{"id":5,"user":"vwang","amt":244}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-04.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..48a7210d173ed341ac98225bedcf945859bbdf70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-04.json @@ -0,0 +1 @@ +[{"id":0,"user":"ibarbosa","amt":379},{"id":1,"user":"kkuznetsov","amt":104},{"id":2,"user":"jsmith","amt":387},{"id":3,"user":"qyu","amt":82},{"id":4,"user":"gkaur","amt":187},{"id":5,"user":"gkaur","amt":415},{"id":6,"user":"jsmith","amt":15},{"id":7,"user":"nmurray","amt":42}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-05.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..9523abadeb6fcd3c72d2f70d1140914fe9e299bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-05.json @@ -0,0 +1 @@ +[{"id":0,"user":"doneill","amt":30},{"id":1,"user":"uvogt","amt":155},{"id":2,"user":"kkuznetsov","amt":233},{"id":3,"user":"jsmith","amt":423},{"id":4,"user":"qyu","amt":3},{"id":5,"user":"qyu","amt":371},{"id":6,"user":"kkuznetsov","amt":9}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-06.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..c7307241ec62094afdc158b895042cf263995c7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-06.json @@ -0,0 +1 @@ +[{"id":0,"user":"kkuznetsov","amt":439},{"id":1,"user":"xlee","amt":494},{"id":2,"user":"vwang","amt":69},{"id":3,"user":"azhang","amt":480},{"id":4,"user":"opopov","amt":296},{"id":5,"user":"flindqvist","amt":185},{"id":6,"user":"rrossi","amt":458}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-07.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..322ff95af517617c3b0a2d4422c1e1cb01dbc2e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/events/signups/2024-04-07.json @@ -0,0 +1 @@ +[{"id":0,"user":"kkuznetsov","amt":197},{"id":1,"user":"sstevens","amt":252},{"id":2,"user":"pklein","amt":479},{"id":3,"user":"gkaur","amt":259},{"id":4,"user":"tvasquez","amt":189}] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..080d32b697a29923fc67f11cd776f3840fa71f63 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-01.jsonl @@ -0,0 +1,9 @@ +{"id": 0, "user": "brivera", "amt": 272} +{"id": 1, "user": "opopov", "amt": 51} +{"id": 2, "user": "tvasquez", "amt": 129} +{"id": 3, "user": "ibarbosa", "amt": 279} +{"id": 4, "user": "doneill", "amt": 129} +{"id": 5, "user": "pklein", "amt": 396} +{"id": 6, "user": "cnakamura", "amt": 312} +{"id": 7, "user": "mtanaka", "amt": 312} +{"id": 8, "user": "flindqvist", "amt": 5} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cc4909ae2027aced073978e26b5b54902170ae64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-02.jsonl @@ -0,0 +1,7 @@ +{"id": 0, "user": "ibarbosa", "amt": 289} +{"id": 1, "user": "uvogt", "amt": 223} +{"id": 2, "user": "ibarbosa", "amt": 332} +{"id": 3, "user": "rrossi", "amt": 143} +{"id": 4, "user": "gkaur", "amt": 494} +{"id": 5, "user": "cnakamura", "amt": 148} +{"id": 6, "user": "tvasquez", "amt": 476} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e313cb3869a9897272f14cac49fdc7fc4c2b59c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-03.jsonl @@ -0,0 +1,8 @@ +{"id": 0, "user": "cnakamura", "amt": 342} +{"id": 1, "user": "wxu", "amt": 418} +{"id": 2, "user": "mtanaka", "amt": 333} +{"id": 3, "user": "opopov", "amt": 310} +{"id": 4, "user": "qyu", "amt": 327} +{"id": 5, "user": "qyu", "amt": 485} +{"id": 6, "user": "uvogt", "amt": 48} +{"id": 7, "user": "vwang", "amt": 161} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..636ce6ca840e52322fb445e83291c4c7b9ca0914 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-04.jsonl @@ -0,0 +1,12 @@ +{"id": 0, "user": "vwang", "amt": 414} +{"id": 1, "user": "doneill", "amt": 123} +{"id": 2, "user": "cnakamura", "amt": 374} +{"id": 3, "user": "tvasquez", "amt": 83} +{"id": 4, "user": "cnakamura", "amt": 327} +{"id": 5, "user": "mtanaka", "amt": 55} +{"id": 6, "user": "vwang", "amt": 29} +{"id": 7, "user": "qyu", "amt": 275} +{"id": 8, "user": "wxu", "amt": 376} +{"id": 9, "user": "epatel", "amt": 87} +{"id": 10, "user": "pklein", "amt": 463} +{"id": 11, "user": "tvasquez", "amt": 106} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..961289dd782f3b05568eb6ac0570f577b2e01f8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-05.jsonl @@ -0,0 +1,12 @@ +{"id": 0, "user": "hchen", "amt": 404} +{"id": 1, "user": "epatel", "amt": 289} +{"id": 2, "user": "ibarbosa", "amt": 433} +{"id": 3, "user": "hchen", "amt": 489} +{"id": 4, "user": "azhang", "amt": 193} +{"id": 5, "user": "lgonzalez", "amt": 367} +{"id": 6, "user": "epatel", "amt": 356} +{"id": 7, "user": "gkaur", "amt": 466} +{"id": 8, "user": "lgonzalez", "amt": 428} +{"id": 9, "user": "nmurray", "amt": 95} +{"id": 10, "user": "cnakamura", "amt": 220} +{"id": 11, "user": "mtanaka", "amt": 365} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f423a20dc5ce8bb5f0381cc7b1d0c95673954488 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-06.jsonl @@ -0,0 +1,6 @@ +{"id": 0, "user": "qyu", "amt": 307} +{"id": 1, "user": "qyu", "amt": 295} +{"id": 2, "user": "wxu", "amt": 492} +{"id": 3, "user": "opopov", "amt": 445} +{"id": 4, "user": "tvasquez", "amt": 108} +{"id": 5, "user": "jsmith", "amt": 258} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c36db058ba92205782b8fc6a9cb21235040c2e28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/logins/2024-04-07.jsonl @@ -0,0 +1,9 @@ +{"id": 0, "user": "mtanaka", "amt": 102} +{"id": 1, "user": "flindqvist", "amt": 355} +{"id": 2, "user": "flindqvist", "amt": 171} +{"id": 3, "user": "tvasquez", "amt": 413} +{"id": 4, "user": "wxu", "amt": 485} +{"id": 5, "user": "flindqvist", "amt": 269} +{"id": 6, "user": "vwang", "amt": 477} +{"id": 7, "user": "gkaur", "amt": 346} +{"id": 8, "user": "vwang", "amt": 452} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4e7ee99382998317035d284701918cb3dd379e18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-01.jsonl @@ -0,0 +1,9 @@ +{"id": 0, "user": "gkaur", "amt": 20} +{"id": 1, "user": "wxu", "amt": 347} +{"id": 2, "user": "flindqvist", "amt": 381} +{"id": 3, "user": "cnakamura", "amt": 20} +{"id": 4, "user": "jsmith", "amt": 42} +{"id": 5, "user": "mtanaka", "amt": 44} +{"id": 6, "user": "kkuznetsov", "amt": 117} +{"id": 7, "user": "wxu", "amt": 31} +{"id": 8, "user": "opopov", "amt": 427} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c52a42796501757162f8f0b9f18c63f52c500cc7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-02.jsonl @@ -0,0 +1,9 @@ +{"id": 0, "user": "lgonzalez", "amt": 25} +{"id": 1, "user": "kkuznetsov", "amt": 3} +{"id": 2, "user": "wxu", "amt": 218} +{"id": 3, "user": "flindqvist", "amt": 359} +{"id": 4, "user": "xlee", "amt": 249} +{"id": 5, "user": "azhang", "amt": 466} +{"id": 6, "user": "wxu", "amt": 397} +{"id": 7, "user": "rrossi", "amt": 253} +{"id": 8, "user": "doneill", "amt": 325} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..00c6804df5534d35d124946e59da132e55c801a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-03.jsonl @@ -0,0 +1,9 @@ +{"id": 0, "user": "uvogt", "amt": 449} +{"id": 1, "user": "xlee", "amt": 216} +{"id": 2, "user": "kkuznetsov", "amt": 268} +{"id": 3, "user": "rrossi", "amt": 61} +{"id": 4, "user": "epatel", "amt": 66} +{"id": 5, "user": "pklein", "amt": 324} +{"id": 6, "user": "hchen", "amt": 94} +{"id": 7, "user": "kkuznetsov", "amt": 121} +{"id": 8, "user": "kkuznetsov", "amt": 299} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1786f7446115afd5d897022949bdb2d8472bba2f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-04.jsonl @@ -0,0 +1,9 @@ +{"id": 0, "user": "xlee", "amt": 141} +{"id": 1, "user": "pklein", "amt": 189} +{"id": 2, "user": "mtanaka", "amt": 388} +{"id": 3, "user": "ibarbosa", "amt": 436} +{"id": 4, "user": "ibarbosa", "amt": 37} +{"id": 5, "user": "nmurray", "amt": 282} +{"id": 6, "user": "tvasquez", "amt": 174} +{"id": 7, "user": "doneill", "amt": 407} +{"id": 8, "user": "jsmith", "amt": 318} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e11869395b07280a601f05d1cc4a45bb5b613599 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-05.jsonl @@ -0,0 +1,7 @@ +{"id": 0, "user": "mtanaka", "amt": 150} +{"id": 1, "user": "epatel", "amt": 3} +{"id": 2, "user": "xlee", "amt": 363} +{"id": 3, "user": "azhang", "amt": 259} +{"id": 4, "user": "jsmith", "amt": 267} +{"id": 5, "user": "flindqvist", "amt": 393} +{"id": 6, "user": "wxu", "amt": 129} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5b95e8cf377f7ce81cde254107002a0b15be2765 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-06.jsonl @@ -0,0 +1,10 @@ +{"id": 0, "user": "flindqvist", "amt": 416} +{"id": 1, "user": "brivera", "amt": 203} +{"id": 2, "user": "pklein", "amt": 366} +{"id": 3, "user": "vwang", "amt": 186} +{"id": 4, "user": "uvogt", "amt": 101} +{"id": 5, "user": "lgonzalez", "amt": 481} +{"id": 6, "user": "azhang", "amt": 488} +{"id": 7, "user": "gkaur", "amt": 284} +{"id": 8, "user": "cnakamura", "amt": 322} +{"id": 9, "user": "hchen", "amt": 106} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d6ffd80458397cac3c55e8c29b5b85e1157993ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/purchases/2024-04-07.jsonl @@ -0,0 +1,7 @@ +{"id": 0, "user": "azhang", "amt": 70} +{"id": 1, "user": "sstevens", "amt": 361} +{"id": 2, "user": "doneill", "amt": 252} +{"id": 3, "user": "ibarbosa", "amt": 315} +{"id": 4, "user": "wxu", "amt": 124} +{"id": 5, "user": "brivera", "amt": 71} +{"id": 6, "user": "pklein", "amt": 241} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6b8c5ce3c6ecaaf2ec59d84c9793f1c07ad4427a --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-01.jsonl @@ -0,0 +1,8 @@ +{"id": 0, "user": "vwang", "amt": 141} +{"id": 1, "user": "jsmith", "amt": 177} +{"id": 2, "user": "lgonzalez", "amt": 228} +{"id": 3, "user": "vwang", "amt": 171} +{"id": 4, "user": "cnakamura", "amt": 374} +{"id": 5, "user": "uvogt", "amt": 397} +{"id": 6, "user": "ibarbosa", "amt": 347} +{"id": 7, "user": "xlee", "amt": 304} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..45050a5f87e3645b6b9acb03f3b75ee31363a5ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-02.jsonl @@ -0,0 +1,5 @@ +{"id": 0, "user": "mtanaka", "amt": 112} +{"id": 1, "user": "brivera", "amt": 39} +{"id": 2, "user": "cnakamura", "amt": 262} +{"id": 3, "user": "wxu", "amt": 489} +{"id": 4, "user": "nmurray", "amt": 371} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..31b6282f15fb358984a8b90ac3ce47528c6b86d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-03.jsonl @@ -0,0 +1,6 @@ +{"id": 0, "user": "nmurray", "amt": 45} +{"id": 1, "user": "doneill", "amt": 318} +{"id": 2, "user": "kkuznetsov", "amt": 149} +{"id": 3, "user": "xlee", "amt": 220} +{"id": 4, "user": "ibarbosa", "amt": 274} +{"id": 5, "user": "wxu", "amt": 222} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bf922fac8eda301e6e0318743c80f85f28f2386a --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-04.jsonl @@ -0,0 +1,11 @@ +{"id": 0, "user": "mtanaka", "amt": 500} +{"id": 1, "user": "kkuznetsov", "amt": 136} +{"id": 2, "user": "flindqvist", "amt": 37} +{"id": 3, "user": "mtanaka", "amt": 112} +{"id": 4, "user": "jsmith", "amt": 334} +{"id": 5, "user": "sstevens", "amt": 430} +{"id": 6, "user": "pklein", "amt": 214} +{"id": 7, "user": "lgonzalez", "amt": 268} +{"id": 8, "user": "epatel", "amt": 293} +{"id": 9, "user": "pklein", "amt": 263} +{"id": 10, "user": "tvasquez", "amt": 294} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..266155eb7ceb13c6c9f025e1a899b3fea56c4978 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-05.jsonl @@ -0,0 +1,8 @@ +{"id": 0, "user": "ibarbosa", "amt": 175} +{"id": 1, "user": "uvogt", "amt": 88} +{"id": 2, "user": "doneill", "amt": 392} +{"id": 3, "user": "opopov", "amt": 196} +{"id": 4, "user": "qyu", "amt": 448} +{"id": 5, "user": "hchen", "amt": 461} +{"id": 6, "user": "opopov", "amt": 44} +{"id": 7, "user": "nmurray", "amt": 412} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6470c58b07ca3666705f5653778aa7a3b697fab3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-06.jsonl @@ -0,0 +1,7 @@ +{"id": 0, "user": "kkuznetsov", "amt": 480} +{"id": 1, "user": "rrossi", "amt": 251} +{"id": 2, "user": "opopov", "amt": 113} +{"id": 3, "user": "rrossi", "amt": 17} +{"id": 4, "user": "uvogt", "amt": 436} +{"id": 5, "user": "wxu", "amt": 75} +{"id": 6, "user": "gkaur", "amt": 284} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..53984f88f3ea283d90a31a6632084ec8cf682943 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/returns/2024-04-07.jsonl @@ -0,0 +1,5 @@ +{"id": 0, "user": "doneill", "amt": 92} +{"id": 1, "user": "uvogt", "amt": 368} +{"id": 2, "user": "lgonzalez", "amt": 10} +{"id": 3, "user": "cnakamura", "amt": 250} +{"id": 4, "user": "vwang", "amt": 39} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7ad2cd82e6f160debb586da41f87625516081b4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-01.jsonl @@ -0,0 +1,11 @@ +{"id": 0, "user": "jsmith", "amt": 163} +{"id": 1, "user": "doneill", "amt": 309} +{"id": 2, "user": "vwang", "amt": 437} +{"id": 3, "user": "azhang", "amt": 244} +{"id": 4, "user": "wxu", "amt": 49} +{"id": 5, "user": "gkaur", "amt": 110} +{"id": 6, "user": "mtanaka", "amt": 455} +{"id": 7, "user": "tvasquez", "amt": 490} +{"id": 8, "user": "ibarbosa", "amt": 247} +{"id": 9, "user": "opopov", "amt": 246} +{"id": 10, "user": "doneill", "amt": 409} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..84c9d875f4a03e1bea026e5e0f17e3fe9d2962a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-02.jsonl @@ -0,0 +1,10 @@ +{"id": 0, "user": "opopov", "amt": 184} +{"id": 1, "user": "brivera", "amt": 227} +{"id": 2, "user": "gkaur", "amt": 359} +{"id": 3, "user": "qyu", "amt": 357} +{"id": 4, "user": "brivera", "amt": 484} +{"id": 5, "user": "kkuznetsov", "amt": 52} +{"id": 6, "user": "wxu", "amt": 33} +{"id": 7, "user": "hchen", "amt": 379} +{"id": 8, "user": "lgonzalez", "amt": 408} +{"id": 9, "user": "flindqvist", "amt": 481} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..753e5e1ddabd8e78bae137b5f1c8f35608c6efe0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-03.jsonl @@ -0,0 +1,6 @@ +{"id": 0, "user": "opopov", "amt": 87} +{"id": 1, "user": "flindqvist", "amt": 312} +{"id": 2, "user": "doneill", "amt": 196} +{"id": 3, "user": "tvasquez", "amt": 379} +{"id": 4, "user": "doneill", "amt": 229} +{"id": 5, "user": "vwang", "amt": 244} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b259ed590dd4147a77267400fc64593d2cc22490 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-04.jsonl @@ -0,0 +1,8 @@ +{"id": 0, "user": "ibarbosa", "amt": 379} +{"id": 1, "user": "kkuznetsov", "amt": 104} +{"id": 2, "user": "jsmith", "amt": 387} +{"id": 3, "user": "qyu", "amt": 82} +{"id": 4, "user": "gkaur", "amt": 187} +{"id": 5, "user": "gkaur", "amt": 415} +{"id": 6, "user": "jsmith", "amt": 15} +{"id": 7, "user": "nmurray", "amt": 42} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7e7321795311f972e7f593355d0f50a57a42c8e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-05.jsonl @@ -0,0 +1,7 @@ +{"id": 0, "user": "doneill", "amt": 30} +{"id": 1, "user": "uvogt", "amt": 155} +{"id": 2, "user": "kkuznetsov", "amt": 233} +{"id": 3, "user": "jsmith", "amt": 423} +{"id": 4, "user": "qyu", "amt": 3} +{"id": 5, "user": "qyu", "amt": 371} +{"id": 6, "user": "kkuznetsov", "amt": 9} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-06.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-06.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..77cac919632f8bb75344edf4f34a70b970a03c1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-06.jsonl @@ -0,0 +1,7 @@ +{"id": 0, "user": "kkuznetsov", "amt": 439} +{"id": 1, "user": "xlee", "amt": 494} +{"id": 2, "user": "vwang", "amt": 69} +{"id": 3, "user": "azhang", "amt": 480} +{"id": 4, "user": "opopov", "amt": 296} +{"id": 5, "user": "flindqvist", "amt": 185} +{"id": 6, "user": "rrossi", "amt": 458} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-07.jsonl b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-07.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d9a6f5c8da309dde0c26b25c941bdd807b332871 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/events/signups/2024-04-07.jsonl @@ -0,0 +1,5 @@ +{"id": 0, "user": "kkuznetsov", "amt": 197} +{"id": 1, "user": "sstevens", "amt": 252} +{"id": 2, "user": "pklein", "amt": 479} +{"id": 3, "user": "gkaur", "amt": 259} +{"id": 4, "user": "tvasquez", "amt": 189} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_62893b0a75/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/api-umbrella.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/api-umbrella.conf new file mode 100644 index 0000000000000000000000000000000000000000..01dd7d013ba24815eb8a4fb88e3464404950f4ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/api-umbrella.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name api.umbrella; + ssl_certificate /etc/ssl/umbrella/fullchain.pem; + ssl_certificate_key /etc/ssl/umbrella/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/cdn-stark.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/cdn-stark.conf new file mode 100644 index 0000000000000000000000000000000000000000..555f01a221b450355857cb49de946210b2715fe8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/cdn-stark.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name cdn.stark; + ssl_certificate /etc/ssl/stark/fullchain.pem; + ssl_certificate_key /etc/ssl/stark/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/metrics-initech.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/metrics-initech.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d01e9fd8296e43391d6ad7df83f973b6081c9d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/metrics-initech.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.initech; + ssl_certificate /etc/ssl/initech/fullchain.pem; + ssl_certificate_key /etc/ssl/initech/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/metrics-piedpiper.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/metrics-piedpiper.conf new file mode 100644 index 0000000000000000000000000000000000000000..a8bc7d4a699fbfec6218e94956ab7a6c77363f3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/metrics-piedpiper.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.piedpiper; + ssl_certificate /etc/ssl/piedpiper/fullchain.pem; + ssl_certificate_key /etc/ssl/piedpiper/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/static-massive.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/static-massive.conf new file mode 100644 index 0000000000000000000000000000000000000000..43647802f6988cdc65be703d1e539350052abbc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/static-massive.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.massive; + ssl_certificate /etc/ssl/massive/fullchain.pem; + ssl_certificate_key /etc/ssl/massive/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/static-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/static-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..57f24875829b5ab967dd0f94bc1f8d483c26f25d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/dev/static-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/auth-initech.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/auth-initech.conf new file mode 100644 index 0000000000000000000000000000000000000000..bb899948bb9859741a6e7bff181095f760540d0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/auth-initech.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name auth.initech; + ssl_certificate /etc/ssl/initech/fullchain.pem; + ssl_certificate_key /etc/ssl/initech/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/cdn-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/cdn-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..95c76fd3471a9de2957fe508885af0cfb6762978 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/cdn-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name cdn.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-cyberdyne.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-cyberdyne.conf new file mode 100644 index 0000000000000000000000000000000000000000..ba71e06ae21c5a9b45165c81501654f0f76e56d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-cyberdyne.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.cyberdyne; + ssl_certificate /etc/ssl/cyberdyne/fullchain.pem; + ssl_certificate_key /etc/ssl/cyberdyne/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-soylent.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-soylent.conf new file mode 100644 index 0000000000000000000000000000000000000000..7c0fc34b87df12baced4b93d3ce0ef4e5c6db964 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-soylent.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.soylent; + ssl_certificate /etc/ssl/soylent/fullchain.pem; + ssl_certificate_key /etc/ssl/soylent/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..e85a99c3746d0dd8e7c6344bc1ad2f357ed876d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/metrics-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/static-hooli.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/static-hooli.conf new file mode 100644 index 0000000000000000000000000000000000000000..4e518c8ef5cff2a6c09d8ad33973bf49948c9a94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/prod/static-hooli.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.hooli; + ssl_certificate /etc/ssl/hooli/fullchain.pem; + ssl_certificate_key /etc/ssl/hooli/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/auth-soylent.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/auth-soylent.conf new file mode 100644 index 0000000000000000000000000000000000000000..daf31afd3f01c584b000e6a1a97a8eb7a0f16c54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/auth-soylent.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name auth.soylent; + ssl_certificate /etc/ssl/soylent/fullchain.pem; + ssl_certificate_key /etc/ssl/soylent/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/cdn-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/cdn-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..95c76fd3471a9de2957fe508885af0cfb6762978 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/cdn-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name cdn.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/metrics-umbrella.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/metrics-umbrella.conf new file mode 100644 index 0000000000000000000000000000000000000000..b227a1420963f124d716ace35bc3812fc537cec3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/metrics-umbrella.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.umbrella; + ssl_certificate /etc/ssl/umbrella/fullchain.pem; + ssl_certificate_key /etc/ssl/umbrella/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/static-umbrella.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/static-umbrella.conf new file mode 100644 index 0000000000000000000000000000000000000000..20cb1328d38335cff41b8544ad5bb3dcd1c46213 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/static-umbrella.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.umbrella; + ssl_certificate /etc/ssl/umbrella/fullchain.pem; + ssl_certificate_key /etc/ssl/umbrella/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/static-wayne.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/static-wayne.conf new file mode 100644 index 0000000000000000000000000000000000000000..fb4f3582e643a44bd2b2621c806f4d536e795bf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/static-wayne.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.wayne; + ssl_certificate /etc/ssl/wayne/fullchain.pem; + ssl_certificate_key /etc/ssl/wayne/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/www-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/www-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..45b326fb31b1001e30ab32e8373b557772bb4571 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/nginx/sites/staging/www-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name www.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/api-umbrella.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/api-umbrella.conf new file mode 100644 index 0000000000000000000000000000000000000000..01dd7d013ba24815eb8a4fb88e3464404950f4ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/api-umbrella.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name api.umbrella; + ssl_certificate /etc/ssl/umbrella/fullchain.pem; + ssl_certificate_key /etc/ssl/umbrella/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/cdn-stark.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/cdn-stark.conf new file mode 100644 index 0000000000000000000000000000000000000000..555f01a221b450355857cb49de946210b2715fe8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/cdn-stark.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name cdn.stark; + ssl_certificate /etc/ssl/stark/fullchain.pem; + ssl_certificate_key /etc/ssl/stark/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/metrics-initech.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/metrics-initech.conf new file mode 100644 index 0000000000000000000000000000000000000000..9d01e9fd8296e43391d6ad7df83f973b6081c9d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/metrics-initech.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.initech; + ssl_certificate /etc/ssl/initech/fullchain.pem; + ssl_certificate_key /etc/ssl/initech/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/metrics-piedpiper.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/metrics-piedpiper.conf new file mode 100644 index 0000000000000000000000000000000000000000..a8bc7d4a699fbfec6218e94956ab7a6c77363f3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/metrics-piedpiper.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.piedpiper; + ssl_certificate /etc/ssl/piedpiper/fullchain.pem; + ssl_certificate_key /etc/ssl/piedpiper/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/static-massive.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/static-massive.conf new file mode 100644 index 0000000000000000000000000000000000000000..43647802f6988cdc65be703d1e539350052abbc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/static-massive.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.massive; + ssl_certificate /etc/ssl/massive/fullchain.pem; + ssl_certificate_key /etc/ssl/massive/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/static-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/static-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..57f24875829b5ab967dd0f94bc1f8d483c26f25d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/dev/static-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/auth-initech.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/auth-initech.conf new file mode 100644 index 0000000000000000000000000000000000000000..bb899948bb9859741a6e7bff181095f760540d0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/auth-initech.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name auth.initech; + ssl_certificate /etc/ssl/initech/fullchain.pem; + ssl_certificate_key /etc/ssl/initech/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/cdn-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/cdn-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..95c76fd3471a9de2957fe508885af0cfb6762978 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/cdn-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name cdn.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-cyberdyne.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-cyberdyne.conf new file mode 100644 index 0000000000000000000000000000000000000000..ba71e06ae21c5a9b45165c81501654f0f76e56d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-cyberdyne.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.cyberdyne; + ssl_certificate /etc/ssl/cyberdyne/fullchain.pem; + ssl_certificate_key /etc/ssl/cyberdyne/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-soylent.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-soylent.conf new file mode 100644 index 0000000000000000000000000000000000000000..7c0fc34b87df12baced4b93d3ce0ef4e5c6db964 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-soylent.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.soylent; + ssl_certificate /etc/ssl/soylent/fullchain.pem; + ssl_certificate_key /etc/ssl/soylent/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..e85a99c3746d0dd8e7c6344bc1ad2f357ed876d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/metrics-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/static-hooli.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/static-hooli.conf new file mode 100644 index 0000000000000000000000000000000000000000..4e518c8ef5cff2a6c09d8ad33973bf49948c9a94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/prod/static-hooli.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.hooli; + ssl_certificate /etc/ssl/hooli/fullchain.pem; + ssl_certificate_key /etc/ssl/hooli/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/auth-soylent.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/auth-soylent.conf new file mode 100644 index 0000000000000000000000000000000000000000..daf31afd3f01c584b000e6a1a97a8eb7a0f16c54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/auth-soylent.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name auth.soylent; + ssl_certificate /etc/ssl/soylent/fullchain.pem; + ssl_certificate_key /etc/ssl/soylent/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/cdn-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/cdn-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..95c76fd3471a9de2957fe508885af0cfb6762978 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/cdn-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name cdn.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/metrics-umbrella.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/metrics-umbrella.conf new file mode 100644 index 0000000000000000000000000000000000000000..b227a1420963f124d716ace35bc3812fc537cec3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/metrics-umbrella.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name metrics.umbrella; + ssl_certificate /etc/ssl/umbrella/fullchain.pem; + ssl_certificate_key /etc/ssl/umbrella/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/static-umbrella.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/static-umbrella.conf new file mode 100644 index 0000000000000000000000000000000000000000..20cb1328d38335cff41b8544ad5bb3dcd1c46213 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/static-umbrella.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.umbrella; + ssl_certificate /etc/ssl/umbrella/fullchain.pem; + ssl_certificate_key /etc/ssl/umbrella/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/static-wayne.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/static-wayne.conf new file mode 100644 index 0000000000000000000000000000000000000000..fb4f3582e643a44bd2b2621c806f4d536e795bf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/static-wayne.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name static.wayne; + ssl_certificate /etc/ssl/wayne/fullchain.pem; + ssl_certificate_key /etc/ssl/wayne/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/www-tyrell.conf b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/www-tyrell.conf new file mode 100644 index 0000000000000000000000000000000000000000..45b326fb31b1001e30ab32e8373b557772bb4571 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/nginx/sites/staging/www-tyrell.conf @@ -0,0 +1,11 @@ +server { + listen 443 ssl; + server_name www.tyrell; + ssl_certificate /etc/ssl/tyrell/fullchain.pem; + ssl_certificate_key /etc/ssl/tyrell/privkey.pem; + location / { + proxy_pass http://backend; + proxy_set_header Host $host; + } + access_log /var/log/nginx/access.log; +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6337c747cb/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/attention-scaling-data-efficient-finetuning-noise-isolating-headphones.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/attention-scaling-data-efficient-finetuning-noise-isolating-headphones.md new file mode 100644 index 0000000000000000000000000000000000000000..bfbd21fb60f355d85782315909d82907b23b8ee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/attention-scaling-data-efficient-finetuning-noise-isolating-headphones.md @@ -0,0 +1,13 @@ +--- +title: Attention Scaling Data Efficient Finetuning Noise Isolating Headphones +author: kkuznetsov +tags: [data-governance, v1] +updated: 2024-04-26 +draft: false +--- + +# Attention Scaling Data Efficient Finetuning Noise Isolating Headphones + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/kyoto-ceramic-mug-retrieval-augmented-generation.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/kyoto-ceramic-mug-retrieval-augmented-generation.md new file mode 100644 index 0000000000000000000000000000000000000000..2a79db9f378cb810089ba4484e23945a8ff2ff24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/kyoto-ceramic-mug-retrieval-augmented-generation.md @@ -0,0 +1,13 @@ +--- +title: Kyoto Ceramic Mug Retrieval Augmented Generation +author: sstevens +tags: [data-governance, v2] +updated: 2024-08-01 +draft: true +--- + +# Kyoto Ceramic Mug Retrieval Augmented Generation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/new-york-mumbai-noise-isolating-headphones.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/new-york-mumbai-noise-isolating-headphones.md new file mode 100644 index 0000000000000000000000000000000000000000..55dbfb745186e6a4fe06d9c0120aaff4f0921b75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/new-york-mumbai-noise-isolating-headphones.md @@ -0,0 +1,13 @@ +--- +title: New York Mumbai Noise Isolating Headphones +author: ibarbosa +tags: [data-governance, v1] +updated: 2024-09-05 +draft: false +--- + +# New York Mumbai Noise Isolating Headphones + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/osaka-san-francisco-speculative-decoding.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/osaka-san-francisco-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..a5c8a84b0d856e1a4f137decd4c5ebbbcbb123e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/osaka-san-francisco-speculative-decoding.md @@ -0,0 +1,13 @@ +--- +title: Osaka San Francisco Speculative Decoding +author: jsmith +tags: [data-governance, v1] +updated: 2024-11-10 +draft: true +--- + +# Osaka San Francisco Speculative Decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/seoul-laptop-stand-retrieval-augmented-generation.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/seoul-laptop-stand-retrieval-augmented-generation.md new file mode 100644 index 0000000000000000000000000000000000000000..292f4262223348effcef433c16a114e600e872f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/seoul-laptop-stand-retrieval-augmented-generation.md @@ -0,0 +1,13 @@ +--- +title: Seoul Laptop Stand Retrieval Augmented Generation +author: wxu +tags: [data-governance, v2] +updated: 2024-03-06 +draft: false +--- + +# Seoul Laptop Stand Retrieval Augmented Generation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/tool-use-agents-beijing-data-governance.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/tool-use-agents-beijing-data-governance.md new file mode 100644 index 0000000000000000000000000000000000000000..0e9622e4586700b312eead007e91507de348b25d --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/data-governance/tool-use-agents-beijing-data-governance.md @@ -0,0 +1,13 @@ +--- +title: Tool Use Agents Beijing Data Governance +author: nmurray +tags: [data-governance, v1] +updated: 2024-05-12 +draft: false +--- + +# Tool Use Agents Beijing Data Governance + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/auckland-chicago-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/auckland-chicago-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..32605fc810092b08e8f3afc94541940007b780d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/auckland-chicago-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Auckland Chicago San Francisco +author: doneill +tags: [engineering-practices, v2] +updated: 2024-05-18 +draft: true +--- + +# Auckland Chicago San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/bangalore-performance-reviews-wireless-mouse.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/bangalore-performance-reviews-wireless-mouse.md new file mode 100644 index 0000000000000000000000000000000000000000..157f8f70ac4f0487813cbe29a2863b237d886c59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/bangalore-performance-reviews-wireless-mouse.md @@ -0,0 +1,13 @@ +--- +title: Bangalore Performance Reviews Wireless Mouse +author: brivera +tags: [engineering-practices, v4] +updated: 2024-08-18 +draft: false +--- + +# Bangalore Performance Reviews Wireless Mouse + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/release-process-security-policies-tool-use-agents.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/release-process-security-policies-tool-use-agents.md new file mode 100644 index 0000000000000000000000000000000000000000..9a39d26a630855473a411fdd2e7d0ff5bab755b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/release-process-security-policies-tool-use-agents.md @@ -0,0 +1,13 @@ +--- +title: Release Process Security Policies Tool Use Agents +author: sstevens +tags: [engineering-practices, v1] +updated: 2024-02-02 +draft: false +--- + +# Release Process Security Policies Tool Use Agents + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/wireless-mouse-ceylon-tea-data-efficient-finetuning.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/wireless-mouse-ceylon-tea-data-efficient-finetuning.md new file mode 100644 index 0000000000000000000000000000000000000000..63190096774d3f503aff73a1d61e4196089b2438 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/engineering-practices/wireless-mouse-ceylon-tea-data-efficient-finetuning.md @@ -0,0 +1,13 @@ +--- +title: Wireless Mouse Ceylon Tea Data Efficient Finetuning +author: lgonzalez +tags: [engineering-practices, v2] +updated: 2024-02-02 +draft: false +--- + +# Wireless Mouse Ceylon Tea Data Efficient Finetuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/beijing-dublin-wireless-mouse.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/beijing-dublin-wireless-mouse.md new file mode 100644 index 0000000000000000000000000000000000000000..d372d07b340c64b446adc3ae98263ec1a3e3bb79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/beijing-dublin-wireless-mouse.md @@ -0,0 +1,13 @@ +--- +title: Beijing Dublin Wireless Mouse +author: uvogt +tags: [incident-response, v4] +updated: 2024-09-07 +draft: false +--- + +# Beijing Dublin Wireless Mouse + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/incident-response-multimodal-fusion-tool-use-agents.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/incident-response-multimodal-fusion-tool-use-agents.md new file mode 100644 index 0000000000000000000000000000000000000000..3f3f83784d5ab01d3b7f194e7d490cc4665a6424 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/incident-response-multimodal-fusion-tool-use-agents.md @@ -0,0 +1,13 @@ +--- +title: Incident Response Multimodal Fusion Tool Use Agents +author: qyu +tags: [incident-response, v2] +updated: 2024-01-18 +draft: true +--- + +# Incident Response Multimodal Fusion Tool Use Agents + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/led-desk-lamp-retrieval-augmented-generation-multimodal-fusion.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/led-desk-lamp-retrieval-augmented-generation-multimodal-fusion.md new file mode 100644 index 0000000000000000000000000000000000000000..e68b7145ee38b9a9d9b04490a76f4285140fcfda --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/led-desk-lamp-retrieval-augmented-generation-multimodal-fusion.md @@ -0,0 +1,13 @@ +--- +title: Led Desk Lamp Retrieval Augmented Generation Multimodal Fusion +author: opopov +tags: [incident-response, v2] +updated: 2024-04-20 +draft: false +--- + +# Led Desk Lamp Retrieval Augmented Generation Multimodal Fusion + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/noise-isolating-headphones-chain-of-thought-adversarial-robustness.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/noise-isolating-headphones-chain-of-thought-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..337fbadb616f806674c4db13038fc0db94ded98f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/noise-isolating-headphones-chain-of-thought-adversarial-robustness.md @@ -0,0 +1,13 @@ +--- +title: Noise Isolating Headphones Chain Of Thought Adversarial Robustness +author: epatel +tags: [incident-response, v1] +updated: 2024-01-05 +draft: false +--- + +# Noise Isolating Headphones Chain Of Thought Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/paris-laptop-stand-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/paris-laptop-stand-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..67b82f57239b577d18ba79c4398041f07cb97c2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/paris-laptop-stand-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Paris Laptop Stand San Francisco +author: rrossi +tags: [incident-response, v4] +updated: 2024-11-05 +draft: false +--- + +# Paris Laptop Stand San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/seattle-amsterdam-release-process.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/seattle-amsterdam-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..b312f38628db94eac47ca000106d5f8930b84c32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/incident-response/seattle-amsterdam-release-process.md @@ -0,0 +1,13 @@ +--- +title: Seattle Amsterdam Release Process +author: doneill +tags: [incident-response, v1] +updated: 2024-08-20 +draft: true +--- + +# Seattle Amsterdam Release Process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/boston-espresso-blend-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/boston-espresso-blend-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..8bce32494d4bd0cfcc1bd1c7ff99c24cd209185f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/boston-espresso-blend-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Boston Espresso Blend San Francisco +author: kkuznetsov +tags: [interviewing, v4] +updated: 2024-08-14 +draft: true +--- + +# Boston Espresso Blend San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/dublin-kyoto-paris.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/dublin-kyoto-paris.md new file mode 100644 index 0000000000000000000000000000000000000000..15645a0e4b2e7d4b2cc94250121d04e09381c1c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/dublin-kyoto-paris.md @@ -0,0 +1,13 @@ +--- +title: Dublin Kyoto Paris +author: gkaur +tags: [interviewing, v2] +updated: 2024-03-19 +draft: false +--- + +# Dublin Kyoto Paris + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/ergo-chair-performance-reviews-sydney.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/ergo-chair-performance-reviews-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..cc9fb5b4660631cbaa61b771824c088a2340da78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/ergo-chair-performance-reviews-sydney.md @@ -0,0 +1,13 @@ +--- +title: Ergo Chair Performance Reviews Sydney +author: hchen +tags: [interviewing, v2] +updated: 2024-04-28 +draft: true +--- + +# Ergo Chair Performance Reviews Sydney + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/linen-notebook-reasoning-benchmarks-instruction-tuning.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/linen-notebook-reasoning-benchmarks-instruction-tuning.md new file mode 100644 index 0000000000000000000000000000000000000000..6f33c4d38b3f6e7c59432411b29cd8bb9b1cffda --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/linen-notebook-reasoning-benchmarks-instruction-tuning.md @@ -0,0 +1,13 @@ +--- +title: Linen Notebook Reasoning Benchmarks Instruction Tuning +author: sstevens +tags: [interviewing, v3] +updated: 2024-03-22 +draft: false +--- + +# Linen Notebook Reasoning Benchmarks Instruction Tuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/osaka-instruction-tuning-linen-notebook.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/osaka-instruction-tuning-linen-notebook.md new file mode 100644 index 0000000000000000000000000000000000000000..ce191c0aa67b4374261babe8ce05baf3a8b70dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/osaka-instruction-tuning-linen-notebook.md @@ -0,0 +1,13 @@ +--- +title: Osaka Instruction Tuning Linen Notebook +author: hchen +tags: [interviewing, v1] +updated: 2024-05-04 +draft: false +--- + +# Osaka Instruction Tuning Linen Notebook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/seattle-instruction-tuning-seoul.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/seattle-instruction-tuning-seoul.md new file mode 100644 index 0000000000000000000000000000000000000000..ebe78b24edd8a78801df511992df29ffde970c09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/interviewing/seattle-instruction-tuning-seoul.md @@ -0,0 +1,13 @@ +--- +title: Seattle Instruction Tuning Seoul +author: xlee +tags: [interviewing, v3] +updated: 2024-10-27 +draft: false +--- + +# Seattle Instruction Tuning Seoul + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/dublin-long-context-modeling-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/dublin-long-context-modeling-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..5b5fccbe24103c03d39819bb5d4b6e4c4de290cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/dublin-long-context-modeling-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Dublin Long Context Modeling San Francisco +author: azhang +tags: [onboarding, v2] +updated: 2024-02-05 +draft: false +--- + +# Dublin Long Context Modeling San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/speculative-decoding-data-efficient-finetuning-berlin.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/speculative-decoding-data-efficient-finetuning-berlin.md new file mode 100644 index 0000000000000000000000000000000000000000..155605cb9b75ddb713db983c7ea05cd1d5fc1ad0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/speculative-decoding-data-efficient-finetuning-berlin.md @@ -0,0 +1,13 @@ +--- +title: Speculative Decoding Data Efficient Finetuning Berlin +author: kkuznetsov +tags: [onboarding, v3] +updated: 2024-11-02 +draft: false +--- + +# Speculative Decoding Data Efficient Finetuning Berlin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/vancouver-onboarding-london.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/vancouver-onboarding-london.md new file mode 100644 index 0000000000000000000000000000000000000000..d27299397f2d6fde4601acb36bd59a8b60212700 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/vancouver-onboarding-london.md @@ -0,0 +1,13 @@ +--- +title: Vancouver Onboarding London +author: hchen +tags: [onboarding, v4] +updated: 2024-06-01 +draft: true +--- + +# Vancouver Onboarding London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/vancouver-onboarding-sydney.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/vancouver-onboarding-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..8db37475a210553067ac633a32eb663abb556bd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/onboarding/vancouver-onboarding-sydney.md @@ -0,0 +1,13 @@ +--- +title: Vancouver Onboarding Sydney +author: ibarbosa +tags: [onboarding, v4] +updated: 2024-06-20 +draft: true +--- + +# Vancouver Onboarding Sydney + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/boston-shanghai-mumbai.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/boston-shanghai-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..a5ed59261555de74b646a3e68de15d4c2376bce9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/boston-shanghai-mumbai.md @@ -0,0 +1,13 @@ +--- +title: Boston Shanghai Mumbai +author: brivera +tags: [performance-reviews, v2] +updated: 2024-07-04 +draft: false +--- + +# Boston Shanghai Mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/data-efficient-finetuning-beijing-interviewing.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/data-efficient-finetuning-beijing-interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..2e7af00a645f1d4f0cb3ad94ed19e7cd525cda62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/data-efficient-finetuning-beijing-interviewing.md @@ -0,0 +1,13 @@ +--- +title: Data Efficient Finetuning Beijing Interviewing +author: flindqvist +tags: [performance-reviews, v1] +updated: 2024-12-10 +draft: false +--- + +# Data Efficient Finetuning Beijing Interviewing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/dublin-london-attention-scaling.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/dublin-london-attention-scaling.md new file mode 100644 index 0000000000000000000000000000000000000000..acd1b3dba2cc31f040bb3b490be50a12ba385136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/dublin-london-attention-scaling.md @@ -0,0 +1,13 @@ +--- +title: Dublin London Attention Scaling +author: jsmith +tags: [performance-reviews, v4] +updated: 2024-03-07 +draft: true +--- + +# Dublin London Attention Scaling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/multimodal-fusion-release-process-manchester.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/multimodal-fusion-release-process-manchester.md new file mode 100644 index 0000000000000000000000000000000000000000..650b16aea0545aeead8b3259d4f6df4eb25bd132 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/performance-reviews/multimodal-fusion-release-process-manchester.md @@ -0,0 +1,13 @@ +--- +title: Multimodal Fusion Release Process Manchester +author: brivera +tags: [performance-reviews, v3] +updated: 2024-03-07 +draft: false +--- + +# Multimodal Fusion Release Process Manchester + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/ergo-chair-performance-reviews-sparse-mixture-of-experts.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/ergo-chair-performance-reviews-sparse-mixture-of-experts.md new file mode 100644 index 0000000000000000000000000000000000000000..4fc0eda4f65201e3b1dc07ac3371637f62ea338d --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/ergo-chair-performance-reviews-sparse-mixture-of-experts.md @@ -0,0 +1,13 @@ +--- +title: Ergo Chair Performance Reviews Sparse Mixture Of Experts +author: wxu +tags: [release-process, v1] +updated: 2024-12-27 +draft: false +--- + +# Ergo Chair Performance Reviews Sparse Mixture Of Experts + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/onboarding-sydney-release-process.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/onboarding-sydney-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..b1c2b0869b28aac8aed8beef6e85c173c180485a --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/onboarding-sydney-release-process.md @@ -0,0 +1,13 @@ +--- +title: Onboarding Sydney Release Process +author: sstevens +tags: [release-process, v1] +updated: 2024-10-21 +draft: false +--- + +# Onboarding Sydney Release Process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/osaka-seoul-bangalore.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/osaka-seoul-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..a32b1b8f447344020da6c0860774d206a14e007a --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/osaka-seoul-bangalore.md @@ -0,0 +1,13 @@ +--- +title: Osaka Seoul Bangalore +author: qyu +tags: [release-process, v1] +updated: 2024-10-26 +draft: true +--- + +# Osaka Seoul Bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/performance-reviews-instruction-tuning-singapore.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/performance-reviews-instruction-tuning-singapore.md new file mode 100644 index 0000000000000000000000000000000000000000..11f6a72dda35761c1ca46f296f2b7b14f9a48b3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/performance-reviews-instruction-tuning-singapore.md @@ -0,0 +1,13 @@ +--- +title: Performance Reviews Instruction Tuning Singapore +author: flindqvist +tags: [release-process, v1] +updated: 2024-11-01 +draft: true +--- + +# Performance Reviews Instruction Tuning Singapore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/sparse-mixture-of-experts-security-policies-onboarding.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/sparse-mixture-of-experts-security-policies-onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..c1e1f0896fe1c743e6a544f2c2a9f67d5f6b781a --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/sparse-mixture-of-experts-security-policies-onboarding.md @@ -0,0 +1,13 @@ +--- +title: Sparse Mixture Of Experts Security Policies Onboarding +author: pklein +tags: [release-process, v4] +updated: 2024-02-03 +draft: false +--- + +# Sparse Mixture Of Experts Security Policies Onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/wireless-mouse-amsterdam-seattle.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/wireless-mouse-amsterdam-seattle.md new file mode 100644 index 0000000000000000000000000000000000000000..e165186a959dff4c9bb8369f1b7af396eabd57a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/release-process/wireless-mouse-amsterdam-seattle.md @@ -0,0 +1,13 @@ +--- +title: Wireless Mouse Amsterdam Seattle +author: gkaur +tags: [release-process, v2] +updated: 2024-07-11 +draft: false +--- + +# Wireless Mouse Amsterdam Seattle + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/bangalore-adversarial-robustness-led-desk-lamp.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/bangalore-adversarial-robustness-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..a4fd0c5ef7bd73f86a5ce235919ef52a6b1c5bfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/bangalore-adversarial-robustness-led-desk-lamp.md @@ -0,0 +1,13 @@ +--- +title: Bangalore Adversarial Robustness Led Desk Lamp +author: qyu +tags: [security-policies, v2] +updated: 2024-09-17 +draft: false +--- + +# Bangalore Adversarial Robustness Led Desk Lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/data-efficient-finetuning-retrieval-augmented-generation-osaka.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/data-efficient-finetuning-retrieval-augmented-generation-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..fd174b3acb794f334e9f7c4fc7b813388f872ab8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/data-efficient-finetuning-retrieval-augmented-generation-osaka.md @@ -0,0 +1,13 @@ +--- +title: Data Efficient Finetuning Retrieval Augmented Generation Osaka +author: brivera +tags: [security-policies, v4] +updated: 2024-04-13 +draft: false +--- + +# Data Efficient Finetuning Retrieval Augmented Generation Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/release-process-sydney-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/release-process-sydney-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..4c125bc3368b72223f362baeb323d5710d908001 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/release-process-sydney-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Release Process Sydney San Francisco +author: wxu +tags: [security-policies, v1] +updated: 2024-12-07 +draft: true +--- + +# Release Process Sydney San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/release-process-tokyo-onboarding.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/release-process-tokyo-onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..cbd6968eba8c6a043d5420cd14544337957e13fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/release-process-tokyo-onboarding.md @@ -0,0 +1,13 @@ +--- +title: Release Process Tokyo Onboarding +author: wxu +tags: [security-policies, v4] +updated: 2024-01-03 +draft: false +--- + +# Release Process Tokyo Onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/tool-use-agents-release-process-chain-of-thought.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/tool-use-agents-release-process-chain-of-thought.md new file mode 100644 index 0000000000000000000000000000000000000000..5ae6bdbbd3ac8b0ef5d2328db80e5977371049c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/tool-use-agents-release-process-chain-of-thought.md @@ -0,0 +1,13 @@ +--- +title: Tool Use Agents Release Process Chain Of Thought +author: flindqvist +tags: [security-policies, v2] +updated: 2024-04-28 +draft: false +--- + +# Tool Use Agents Release Process Chain Of Thought + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/vancouver-interviewing-singapore.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/vancouver-interviewing-singapore.md new file mode 100644 index 0000000000000000000000000000000000000000..a580e4c85a7b940a7ec75a218e847d9b91906a18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/handbook/security-policies/vancouver-interviewing-singapore.md @@ -0,0 +1,13 @@ +--- +title: Vancouver Interviewing Singapore +author: cnakamura +tags: [security-policies, v4] +updated: 2024-04-18 +draft: true +--- + +# Vancouver Interviewing Singapore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/attention-scaling-data-efficient-finetuning-noise-isolating-headphones.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/attention-scaling-data-efficient-finetuning-noise-isolating-headphones.md new file mode 100644 index 0000000000000000000000000000000000000000..bfbd21fb60f355d85782315909d82907b23b8ee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/attention-scaling-data-efficient-finetuning-noise-isolating-headphones.md @@ -0,0 +1,13 @@ +--- +title: Attention Scaling Data Efficient Finetuning Noise Isolating Headphones +author: kkuznetsov +tags: [data-governance, v1] +updated: 2024-04-26 +draft: false +--- + +# Attention Scaling Data Efficient Finetuning Noise Isolating Headphones + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/kyoto-ceramic-mug-retrieval-augmented-generation.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/kyoto-ceramic-mug-retrieval-augmented-generation.md new file mode 100644 index 0000000000000000000000000000000000000000..2a79db9f378cb810089ba4484e23945a8ff2ff24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/kyoto-ceramic-mug-retrieval-augmented-generation.md @@ -0,0 +1,13 @@ +--- +title: Kyoto Ceramic Mug Retrieval Augmented Generation +author: sstevens +tags: [data-governance, v2] +updated: 2024-08-01 +draft: true +--- + +# Kyoto Ceramic Mug Retrieval Augmented Generation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/new-york-mumbai-noise-isolating-headphones.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/new-york-mumbai-noise-isolating-headphones.md new file mode 100644 index 0000000000000000000000000000000000000000..55dbfb745186e6a4fe06d9c0120aaff4f0921b75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/new-york-mumbai-noise-isolating-headphones.md @@ -0,0 +1,13 @@ +--- +title: New York Mumbai Noise Isolating Headphones +author: ibarbosa +tags: [data-governance, v1] +updated: 2024-09-05 +draft: false +--- + +# New York Mumbai Noise Isolating Headphones + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/osaka-san-francisco-speculative-decoding.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/osaka-san-francisco-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..a5c8a84b0d856e1a4f137decd4c5ebbbcbb123e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/osaka-san-francisco-speculative-decoding.md @@ -0,0 +1,13 @@ +--- +title: Osaka San Francisco Speculative Decoding +author: jsmith +tags: [data-governance, v1] +updated: 2024-11-10 +draft: true +--- + +# Osaka San Francisco Speculative Decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/seoul-laptop-stand-retrieval-augmented-generation.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/seoul-laptop-stand-retrieval-augmented-generation.md new file mode 100644 index 0000000000000000000000000000000000000000..292f4262223348effcef433c16a114e600e872f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/seoul-laptop-stand-retrieval-augmented-generation.md @@ -0,0 +1,13 @@ +--- +title: Seoul Laptop Stand Retrieval Augmented Generation +author: wxu +tags: [data-governance, v2] +updated: 2024-03-06 +draft: false +--- + +# Seoul Laptop Stand Retrieval Augmented Generation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/tool-use-agents-beijing-data-governance.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/tool-use-agents-beijing-data-governance.md new file mode 100644 index 0000000000000000000000000000000000000000..0e9622e4586700b312eead007e91507de348b25d --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/data-governance/tool-use-agents-beijing-data-governance.md @@ -0,0 +1,13 @@ +--- +title: Tool Use Agents Beijing Data Governance +author: nmurray +tags: [data-governance, v1] +updated: 2024-05-12 +draft: false +--- + +# Tool Use Agents Beijing Data Governance + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/auckland-chicago-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/auckland-chicago-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..32605fc810092b08e8f3afc94541940007b780d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/auckland-chicago-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Auckland Chicago San Francisco +author: doneill +tags: [engineering-practices, v2] +updated: 2024-05-18 +draft: true +--- + +# Auckland Chicago San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/bangalore-performance-reviews-wireless-mouse.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/bangalore-performance-reviews-wireless-mouse.md new file mode 100644 index 0000000000000000000000000000000000000000..157f8f70ac4f0487813cbe29a2863b237d886c59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/bangalore-performance-reviews-wireless-mouse.md @@ -0,0 +1,13 @@ +--- +title: Bangalore Performance Reviews Wireless Mouse +author: brivera +tags: [engineering-practices, v4] +updated: 2024-08-18 +draft: false +--- + +# Bangalore Performance Reviews Wireless Mouse + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/release-process-security-policies-tool-use-agents.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/release-process-security-policies-tool-use-agents.md new file mode 100644 index 0000000000000000000000000000000000000000..9a39d26a630855473a411fdd2e7d0ff5bab755b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/release-process-security-policies-tool-use-agents.md @@ -0,0 +1,13 @@ +--- +title: Release Process Security Policies Tool Use Agents +author: sstevens +tags: [engineering-practices, v1] +updated: 2024-02-02 +draft: false +--- + +# Release Process Security Policies Tool Use Agents + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/wireless-mouse-ceylon-tea-data-efficient-finetuning.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/wireless-mouse-ceylon-tea-data-efficient-finetuning.md new file mode 100644 index 0000000000000000000000000000000000000000..63190096774d3f503aff73a1d61e4196089b2438 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/engineering-practices/wireless-mouse-ceylon-tea-data-efficient-finetuning.md @@ -0,0 +1,13 @@ +--- +title: Wireless Mouse Ceylon Tea Data Efficient Finetuning +author: lgonzalez +tags: [engineering-practices, v2] +updated: 2024-02-02 +draft: false +--- + +# Wireless Mouse Ceylon Tea Data Efficient Finetuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/beijing-dublin-wireless-mouse.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/beijing-dublin-wireless-mouse.md new file mode 100644 index 0000000000000000000000000000000000000000..d372d07b340c64b446adc3ae98263ec1a3e3bb79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/beijing-dublin-wireless-mouse.md @@ -0,0 +1,13 @@ +--- +title: Beijing Dublin Wireless Mouse +author: uvogt +tags: [incident-response, v4] +updated: 2024-09-07 +draft: false +--- + +# Beijing Dublin Wireless Mouse + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/incident-response-multimodal-fusion-tool-use-agents.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/incident-response-multimodal-fusion-tool-use-agents.md new file mode 100644 index 0000000000000000000000000000000000000000..3f3f83784d5ab01d3b7f194e7d490cc4665a6424 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/incident-response-multimodal-fusion-tool-use-agents.md @@ -0,0 +1,13 @@ +--- +title: Incident Response Multimodal Fusion Tool Use Agents +author: qyu +tags: [incident-response, v2] +updated: 2024-01-18 +draft: true +--- + +# Incident Response Multimodal Fusion Tool Use Agents + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/led-desk-lamp-retrieval-augmented-generation-multimodal-fusion.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/led-desk-lamp-retrieval-augmented-generation-multimodal-fusion.md new file mode 100644 index 0000000000000000000000000000000000000000..e68b7145ee38b9a9d9b04490a76f4285140fcfda --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/led-desk-lamp-retrieval-augmented-generation-multimodal-fusion.md @@ -0,0 +1,13 @@ +--- +title: Led Desk Lamp Retrieval Augmented Generation Multimodal Fusion +author: opopov +tags: [incident-response, v2] +updated: 2024-04-20 +draft: false +--- + +# Led Desk Lamp Retrieval Augmented Generation Multimodal Fusion + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/noise-isolating-headphones-chain-of-thought-adversarial-robustness.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/noise-isolating-headphones-chain-of-thought-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..337fbadb616f806674c4db13038fc0db94ded98f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/noise-isolating-headphones-chain-of-thought-adversarial-robustness.md @@ -0,0 +1,13 @@ +--- +title: Noise Isolating Headphones Chain Of Thought Adversarial Robustness +author: epatel +tags: [incident-response, v1] +updated: 2024-01-05 +draft: false +--- + +# Noise Isolating Headphones Chain Of Thought Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/paris-laptop-stand-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/paris-laptop-stand-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..67b82f57239b577d18ba79c4398041f07cb97c2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/paris-laptop-stand-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Paris Laptop Stand San Francisco +author: rrossi +tags: [incident-response, v4] +updated: 2024-11-05 +draft: false +--- + +# Paris Laptop Stand San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/seattle-amsterdam-release-process.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/seattle-amsterdam-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..b312f38628db94eac47ca000106d5f8930b84c32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/incident-response/seattle-amsterdam-release-process.md @@ -0,0 +1,13 @@ +--- +title: Seattle Amsterdam Release Process +author: doneill +tags: [incident-response, v1] +updated: 2024-08-20 +draft: true +--- + +# Seattle Amsterdam Release Process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/boston-espresso-blend-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/boston-espresso-blend-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..8bce32494d4bd0cfcc1bd1c7ff99c24cd209185f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/boston-espresso-blend-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Boston Espresso Blend San Francisco +author: kkuznetsov +tags: [interviewing, v4] +updated: 2024-08-14 +draft: true +--- + +# Boston Espresso Blend San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/dublin-kyoto-paris.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/dublin-kyoto-paris.md new file mode 100644 index 0000000000000000000000000000000000000000..15645a0e4b2e7d4b2cc94250121d04e09381c1c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/dublin-kyoto-paris.md @@ -0,0 +1,13 @@ +--- +title: Dublin Kyoto Paris +author: gkaur +tags: [interviewing, v2] +updated: 2024-03-19 +draft: false +--- + +# Dublin Kyoto Paris + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/ergo-chair-performance-reviews-sydney.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/ergo-chair-performance-reviews-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..cc9fb5b4660631cbaa61b771824c088a2340da78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/ergo-chair-performance-reviews-sydney.md @@ -0,0 +1,13 @@ +--- +title: Ergo Chair Performance Reviews Sydney +author: hchen +tags: [interviewing, v2] +updated: 2024-04-28 +draft: true +--- + +# Ergo Chair Performance Reviews Sydney + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/linen-notebook-reasoning-benchmarks-instruction-tuning.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/linen-notebook-reasoning-benchmarks-instruction-tuning.md new file mode 100644 index 0000000000000000000000000000000000000000..6f33c4d38b3f6e7c59432411b29cd8bb9b1cffda --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/linen-notebook-reasoning-benchmarks-instruction-tuning.md @@ -0,0 +1,13 @@ +--- +title: Linen Notebook Reasoning Benchmarks Instruction Tuning +author: sstevens +tags: [interviewing, v3] +updated: 2024-03-22 +draft: false +--- + +# Linen Notebook Reasoning Benchmarks Instruction Tuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/osaka-instruction-tuning-linen-notebook.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/osaka-instruction-tuning-linen-notebook.md new file mode 100644 index 0000000000000000000000000000000000000000..ce191c0aa67b4374261babe8ce05baf3a8b70dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/osaka-instruction-tuning-linen-notebook.md @@ -0,0 +1,13 @@ +--- +title: Osaka Instruction Tuning Linen Notebook +author: hchen +tags: [interviewing, v1] +updated: 2024-05-04 +draft: false +--- + +# Osaka Instruction Tuning Linen Notebook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/seattle-instruction-tuning-seoul.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/seattle-instruction-tuning-seoul.md new file mode 100644 index 0000000000000000000000000000000000000000..ebe78b24edd8a78801df511992df29ffde970c09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/interviewing/seattle-instruction-tuning-seoul.md @@ -0,0 +1,13 @@ +--- +title: Seattle Instruction Tuning Seoul +author: xlee +tags: [interviewing, v3] +updated: 2024-10-27 +draft: false +--- + +# Seattle Instruction Tuning Seoul + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/dublin-long-context-modeling-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/dublin-long-context-modeling-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..5b5fccbe24103c03d39819bb5d4b6e4c4de290cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/dublin-long-context-modeling-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Dublin Long Context Modeling San Francisco +author: azhang +tags: [onboarding, v2] +updated: 2024-02-05 +draft: false +--- + +# Dublin Long Context Modeling San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/speculative-decoding-data-efficient-finetuning-berlin.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/speculative-decoding-data-efficient-finetuning-berlin.md new file mode 100644 index 0000000000000000000000000000000000000000..155605cb9b75ddb713db983c7ea05cd1d5fc1ad0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/speculative-decoding-data-efficient-finetuning-berlin.md @@ -0,0 +1,13 @@ +--- +title: Speculative Decoding Data Efficient Finetuning Berlin +author: kkuznetsov +tags: [onboarding, v3] +updated: 2024-11-02 +draft: false +--- + +# Speculative Decoding Data Efficient Finetuning Berlin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/vancouver-onboarding-london.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/vancouver-onboarding-london.md new file mode 100644 index 0000000000000000000000000000000000000000..d27299397f2d6fde4601acb36bd59a8b60212700 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/vancouver-onboarding-london.md @@ -0,0 +1,13 @@ +--- +title: Vancouver Onboarding London +author: hchen +tags: [onboarding, v4] +updated: 2024-06-01 +draft: true +--- + +# Vancouver Onboarding London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/vancouver-onboarding-sydney.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/vancouver-onboarding-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..8db37475a210553067ac633a32eb663abb556bd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/onboarding/vancouver-onboarding-sydney.md @@ -0,0 +1,13 @@ +--- +title: Vancouver Onboarding Sydney +author: ibarbosa +tags: [onboarding, v4] +updated: 2024-06-20 +draft: true +--- + +# Vancouver Onboarding Sydney + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/boston-shanghai-mumbai.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/boston-shanghai-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..a5ed59261555de74b646a3e68de15d4c2376bce9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/boston-shanghai-mumbai.md @@ -0,0 +1,13 @@ +--- +title: Boston Shanghai Mumbai +author: brivera +tags: [performance-reviews, v2] +updated: 2024-07-04 +draft: false +--- + +# Boston Shanghai Mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/data-efficient-finetuning-beijing-interviewing.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/data-efficient-finetuning-beijing-interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..2e7af00a645f1d4f0cb3ad94ed19e7cd525cda62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/data-efficient-finetuning-beijing-interviewing.md @@ -0,0 +1,13 @@ +--- +title: Data Efficient Finetuning Beijing Interviewing +author: flindqvist +tags: [performance-reviews, v1] +updated: 2024-12-10 +draft: false +--- + +# Data Efficient Finetuning Beijing Interviewing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/dublin-london-attention-scaling.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/dublin-london-attention-scaling.md new file mode 100644 index 0000000000000000000000000000000000000000..acd1b3dba2cc31f040bb3b490be50a12ba385136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/dublin-london-attention-scaling.md @@ -0,0 +1,13 @@ +--- +title: Dublin London Attention Scaling +author: jsmith +tags: [performance-reviews, v4] +updated: 2024-03-07 +draft: true +--- + +# Dublin London Attention Scaling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/multimodal-fusion-release-process-manchester.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/multimodal-fusion-release-process-manchester.md new file mode 100644 index 0000000000000000000000000000000000000000..650b16aea0545aeead8b3259d4f6df4eb25bd132 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/performance-reviews/multimodal-fusion-release-process-manchester.md @@ -0,0 +1,13 @@ +--- +title: Multimodal Fusion Release Process Manchester +author: brivera +tags: [performance-reviews, v3] +updated: 2024-03-07 +draft: false +--- + +# Multimodal Fusion Release Process Manchester + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/ergo-chair-performance-reviews-sparse-mixture-of-experts.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/ergo-chair-performance-reviews-sparse-mixture-of-experts.md new file mode 100644 index 0000000000000000000000000000000000000000..4fc0eda4f65201e3b1dc07ac3371637f62ea338d --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/ergo-chair-performance-reviews-sparse-mixture-of-experts.md @@ -0,0 +1,13 @@ +--- +title: Ergo Chair Performance Reviews Sparse Mixture Of Experts +author: wxu +tags: [release-process, v1] +updated: 2024-12-27 +draft: false +--- + +# Ergo Chair Performance Reviews Sparse Mixture Of Experts + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/onboarding-sydney-release-process.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/onboarding-sydney-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..b1c2b0869b28aac8aed8beef6e85c173c180485a --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/onboarding-sydney-release-process.md @@ -0,0 +1,13 @@ +--- +title: Onboarding Sydney Release Process +author: sstevens +tags: [release-process, v1] +updated: 2024-10-21 +draft: false +--- + +# Onboarding Sydney Release Process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/osaka-seoul-bangalore.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/osaka-seoul-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..a32b1b8f447344020da6c0860774d206a14e007a --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/osaka-seoul-bangalore.md @@ -0,0 +1,13 @@ +--- +title: Osaka Seoul Bangalore +author: qyu +tags: [release-process, v1] +updated: 2024-10-26 +draft: true +--- + +# Osaka Seoul Bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/performance-reviews-instruction-tuning-singapore.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/performance-reviews-instruction-tuning-singapore.md new file mode 100644 index 0000000000000000000000000000000000000000..11f6a72dda35761c1ca46f296f2b7b14f9a48b3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/performance-reviews-instruction-tuning-singapore.md @@ -0,0 +1,13 @@ +--- +title: Performance Reviews Instruction Tuning Singapore +author: flindqvist +tags: [release-process, v1] +updated: 2024-11-01 +draft: true +--- + +# Performance Reviews Instruction Tuning Singapore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/sparse-mixture-of-experts-security-policies-onboarding.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/sparse-mixture-of-experts-security-policies-onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..c1e1f0896fe1c743e6a544f2c2a9f67d5f6b781a --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/sparse-mixture-of-experts-security-policies-onboarding.md @@ -0,0 +1,13 @@ +--- +title: Sparse Mixture Of Experts Security Policies Onboarding +author: pklein +tags: [release-process, v4] +updated: 2024-02-03 +draft: false +--- + +# Sparse Mixture Of Experts Security Policies Onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/wireless-mouse-amsterdam-seattle.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/wireless-mouse-amsterdam-seattle.md new file mode 100644 index 0000000000000000000000000000000000000000..e165186a959dff4c9bb8369f1b7af396eabd57a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/release-process/wireless-mouse-amsterdam-seattle.md @@ -0,0 +1,13 @@ +--- +title: Wireless Mouse Amsterdam Seattle +author: gkaur +tags: [release-process, v2] +updated: 2024-07-11 +draft: false +--- + +# Wireless Mouse Amsterdam Seattle + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/bangalore-adversarial-robustness-led-desk-lamp.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/bangalore-adversarial-robustness-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..a4fd0c5ef7bd73f86a5ce235919ef52a6b1c5bfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/bangalore-adversarial-robustness-led-desk-lamp.md @@ -0,0 +1,13 @@ +--- +title: Bangalore Adversarial Robustness Led Desk Lamp +author: qyu +tags: [security-policies, v2] +updated: 2024-09-17 +draft: false +--- + +# Bangalore Adversarial Robustness Led Desk Lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/data-efficient-finetuning-retrieval-augmented-generation-osaka.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/data-efficient-finetuning-retrieval-augmented-generation-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..fd174b3acb794f334e9f7c4fc7b813388f872ab8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/data-efficient-finetuning-retrieval-augmented-generation-osaka.md @@ -0,0 +1,13 @@ +--- +title: Data Efficient Finetuning Retrieval Augmented Generation Osaka +author: brivera +tags: [security-policies, v4] +updated: 2024-04-13 +draft: false +--- + +# Data Efficient Finetuning Retrieval Augmented Generation Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/release-process-sydney-san-francisco.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/release-process-sydney-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..4c125bc3368b72223f362baeb323d5710d908001 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/release-process-sydney-san-francisco.md @@ -0,0 +1,13 @@ +--- +title: Release Process Sydney San Francisco +author: wxu +tags: [security-policies, v1] +updated: 2024-12-07 +draft: true +--- + +# Release Process Sydney San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/release-process-tokyo-onboarding.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/release-process-tokyo-onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..cbd6968eba8c6a043d5420cd14544337957e13fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/release-process-tokyo-onboarding.md @@ -0,0 +1,13 @@ +--- +title: Release Process Tokyo Onboarding +author: wxu +tags: [security-policies, v4] +updated: 2024-01-03 +draft: false +--- + +# Release Process Tokyo Onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/tool-use-agents-release-process-chain-of-thought.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/tool-use-agents-release-process-chain-of-thought.md new file mode 100644 index 0000000000000000000000000000000000000000..5ae6bdbbd3ac8b0ef5d2328db80e5977371049c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/tool-use-agents-release-process-chain-of-thought.md @@ -0,0 +1,13 @@ +--- +title: Tool Use Agents Release Process Chain Of Thought +author: flindqvist +tags: [security-policies, v2] +updated: 2024-04-28 +draft: false +--- + +# Tool Use Agents Release Process Chain Of Thought + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/vancouver-interviewing-singapore.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/vancouver-interviewing-singapore.md new file mode 100644 index 0000000000000000000000000000000000000000..a580e4c85a7b940a7ec75a218e847d9b91906a18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/handbook/security-policies/vancouver-interviewing-singapore.md @@ -0,0 +1,13 @@ +--- +title: Vancouver Interviewing Singapore +author: cnakamura +tags: [security-policies, v4] +updated: 2024-04-18 +draft: true +--- + +# Vancouver Interviewing Singapore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_63e8c2e450/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-01.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-01.cron new file mode 100644 index 0000000000000000000000000000000000000000..b8174c6f474c8e94a74fe8729fc521fc8e9ed7be --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-01.cron @@ -0,0 +1,15 @@ +# cron snapshot +30 4 * * * /usr/bin/cleanup.sh +45 0 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/cleanup.sh +30 4 * * * /usr/bin/backup.sh +15 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/audit.sh +45 * * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +45 2 * * * /usr/bin/cleanup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-03.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-03.cron new file mode 100644 index 0000000000000000000000000000000000000000..f5ebc1d25680fd595f1bb5f91055956ea0dc7589 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-03.cron @@ -0,0 +1,17 @@ +# cron snapshot +*/5 0 * * * /usr/bin/audit.sh +15 2 * * * /usr/bin/backup.sh +0 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/backup.sh +0 2 * * * /usr/bin/audit.sh +*/5 * * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/cleanup.sh +0 0 * * * /usr/bin/cleanup.sh +0 2 * * * /usr/bin/cleanup.sh +45 * * * * /usr/bin/audit.sh +30 * * * * /usr/bin/rotate.sh +*/5 0 * * * /usr/bin/rotate.sh +30 2 * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/rotate.sh +0 2 * * * /usr/bin/rotate.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-04.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-04.cron new file mode 100644 index 0000000000000000000000000000000000000000..5f67ae6c34af46f016487c9701d7019047a99f65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-04.cron @@ -0,0 +1,14 @@ +# cron snapshot +15 4 * * * /usr/bin/rotate.sh +15 * * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/audit.sh +0 4 * * * /usr/bin/audit.sh +*/5 4 * * * /usr/bin/rotate.sh +15 2 * * * /usr/bin/cleanup.sh +30 * * * * /usr/bin/audit.sh +30 * * * * /usr/bin/backup.sh +30 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/audit.sh +0 2 * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/audit.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-06.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-06.cron new file mode 100644 index 0000000000000000000000000000000000000000..8c5bfa5040e992b0341a1b26840da004e8959267 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/api-06.cron @@ -0,0 +1,12 @@ +# cron snapshot +30 2 * * * /usr/bin/rotate.sh +*/5 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/backup.sh +*/5 2 * * * /usr/bin/audit.sh +30 2 * * * /usr/bin/rotate.sh +*/5 2 * * * /usr/bin/backup.sh +0 2 * * * /usr/bin/rotate.sh +15 0 * * * /usr/bin/rotate.sh +0 2 * * * /usr/bin/backup.sh +30 4 * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/edge-04.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/edge-04.cron new file mode 100644 index 0000000000000000000000000000000000000000..7bd8ec1deeee63792e83d0b3217da7495db97c52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/edge-04.cron @@ -0,0 +1,12 @@ +# cron snapshot +30 4 * * * /usr/bin/rotate.sh +*/5 0 * * * /usr/bin/audit.sh +0 * * * * /usr/bin/rotate.sh +30 * * * * /usr/bin/cleanup.sh +0 4 * * * /usr/bin/backup.sh +30 0 * * * /usr/bin/audit.sh +45 2 * * * /usr/bin/backup.sh +0 2 * * * /usr/bin/audit.sh +0 4 * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-03.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-03.cron new file mode 100644 index 0000000000000000000000000000000000000000..fb14654f0351c53160aaec46aadf23d2a9f96ec4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-03.cron @@ -0,0 +1,12 @@ +# cron snapshot +45 4 * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/rotate.sh +15 0 * * * /usr/bin/rotate.sh +45 2 * * * /usr/bin/backup.sh +0 0 * * * /usr/bin/rotate.sh +*/5 4 * * * /usr/bin/backup.sh +30 2 * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/backup.sh +30 0 * * * /usr/bin/audit.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-05.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-05.cron new file mode 100644 index 0000000000000000000000000000000000000000..17ce722897c406885658223dba39bd4ef5aacfd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-05.cron @@ -0,0 +1,13 @@ +# cron snapshot +30 * * * * /usr/bin/cleanup.sh +0 2 * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/cleanup.sh +*/5 2 * * * /usr/bin/audit.sh +15 * * * * /usr/bin/rotate.sh +30 0 * * * /usr/bin/backup.sh +0 * * * * /usr/bin/backup.sh +0 * * * * /usr/bin/audit.sh +*/5 4 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/cleanup.sh +15 2 * * * /usr/bin/rotate.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-06.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-06.cron new file mode 100644 index 0000000000000000000000000000000000000000..b27a1f4d83f5d9e8273a2660a45005e6bf516bed --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/web-06.cron @@ -0,0 +1,15 @@ +# cron snapshot +30 4 * * * /usr/bin/cleanup.sh +15 * * * * /usr/bin/audit.sh +15 0 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +45 * * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/rotate.sh +30 2 * * * /usr/bin/backup.sh +45 * * * * /usr/bin/backup.sh +45 4 * * * /usr/bin/cleanup.sh +15 * * * * /usr/bin/audit.sh +30 4 * * * /usr/bin/audit.sh +*/5 2 * * * /usr/bin/cleanup.sh +*/5 * * * * /usr/bin/rotate.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/worker-01.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/worker-01.cron new file mode 100644 index 0000000000000000000000000000000000000000..243a71dd846ae3549799c743270e008debb06ac3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/worker-01.cron @@ -0,0 +1,16 @@ +# cron snapshot +30 * * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/cleanup.sh +*/5 * * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/rotate.sh +30 * * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/rotate.sh +15 2 * * * /usr/bin/backup.sh +45 * * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/backup.sh +45 0 * * * /usr/bin/cleanup.sh +0 2 * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +30 2 * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/worker-06.cron b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/worker-06.cron new file mode 100644 index 0000000000000000000000000000000000000000..5617d97dbcd2d5c76db3ed2c368b68408cec3f0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/cron/worker-06.cron @@ -0,0 +1,13 @@ +# cron snapshot +0 4 * * * /usr/bin/rotate.sh +15 * * * * /usr/bin/audit.sh +30 * * * * /usr/bin/audit.sh +15 2 * * * /usr/bin/backup.sh +0 4 * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +30 0 * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/audit.sh +45 * * * * /usr/bin/cleanup.sh +45 * * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-01.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-01.cron new file mode 100644 index 0000000000000000000000000000000000000000..b8174c6f474c8e94a74fe8729fc521fc8e9ed7be --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-01.cron @@ -0,0 +1,15 @@ +# cron snapshot +30 4 * * * /usr/bin/cleanup.sh +45 0 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/cleanup.sh +30 4 * * * /usr/bin/backup.sh +15 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/audit.sh +45 * * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +45 2 * * * /usr/bin/cleanup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-03.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-03.cron new file mode 100644 index 0000000000000000000000000000000000000000..f5ebc1d25680fd595f1bb5f91055956ea0dc7589 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-03.cron @@ -0,0 +1,17 @@ +# cron snapshot +*/5 0 * * * /usr/bin/audit.sh +15 2 * * * /usr/bin/backup.sh +0 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/backup.sh +0 2 * * * /usr/bin/audit.sh +*/5 * * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/cleanup.sh +0 0 * * * /usr/bin/cleanup.sh +0 2 * * * /usr/bin/cleanup.sh +45 * * * * /usr/bin/audit.sh +30 * * * * /usr/bin/rotate.sh +*/5 0 * * * /usr/bin/rotate.sh +30 2 * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/rotate.sh +0 2 * * * /usr/bin/rotate.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-04.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-04.cron new file mode 100644 index 0000000000000000000000000000000000000000..5f67ae6c34af46f016487c9701d7019047a99f65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-04.cron @@ -0,0 +1,14 @@ +# cron snapshot +15 4 * * * /usr/bin/rotate.sh +15 * * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/audit.sh +0 4 * * * /usr/bin/audit.sh +*/5 4 * * * /usr/bin/rotate.sh +15 2 * * * /usr/bin/cleanup.sh +30 * * * * /usr/bin/audit.sh +30 * * * * /usr/bin/backup.sh +30 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/audit.sh +0 2 * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/audit.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-06.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-06.cron new file mode 100644 index 0000000000000000000000000000000000000000..8c5bfa5040e992b0341a1b26840da004e8959267 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/api-06.cron @@ -0,0 +1,12 @@ +# cron snapshot +30 2 * * * /usr/bin/rotate.sh +*/5 4 * * * /usr/bin/backup.sh +*/5 0 * * * /usr/bin/backup.sh +*/5 2 * * * /usr/bin/audit.sh +30 2 * * * /usr/bin/rotate.sh +*/5 2 * * * /usr/bin/backup.sh +0 2 * * * /usr/bin/rotate.sh +15 0 * * * /usr/bin/rotate.sh +0 2 * * * /usr/bin/backup.sh +30 4 * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/edge-04.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/edge-04.cron new file mode 100644 index 0000000000000000000000000000000000000000..7bd8ec1deeee63792e83d0b3217da7495db97c52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/edge-04.cron @@ -0,0 +1,12 @@ +# cron snapshot +30 4 * * * /usr/bin/rotate.sh +*/5 0 * * * /usr/bin/audit.sh +0 * * * * /usr/bin/rotate.sh +30 * * * * /usr/bin/cleanup.sh +0 4 * * * /usr/bin/backup.sh +30 0 * * * /usr/bin/audit.sh +45 2 * * * /usr/bin/backup.sh +0 2 * * * /usr/bin/audit.sh +0 4 * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-03.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-03.cron new file mode 100644 index 0000000000000000000000000000000000000000..fb14654f0351c53160aaec46aadf23d2a9f96ec4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-03.cron @@ -0,0 +1,12 @@ +# cron snapshot +45 4 * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/rotate.sh +15 0 * * * /usr/bin/rotate.sh +45 2 * * * /usr/bin/backup.sh +0 0 * * * /usr/bin/rotate.sh +*/5 4 * * * /usr/bin/backup.sh +30 2 * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/backup.sh +30 0 * * * /usr/bin/audit.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-05.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-05.cron new file mode 100644 index 0000000000000000000000000000000000000000..17ce722897c406885658223dba39bd4ef5aacfd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-05.cron @@ -0,0 +1,13 @@ +# cron snapshot +30 * * * * /usr/bin/cleanup.sh +0 2 * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/cleanup.sh +*/5 2 * * * /usr/bin/audit.sh +15 * * * * /usr/bin/rotate.sh +30 0 * * * /usr/bin/backup.sh +0 * * * * /usr/bin/backup.sh +0 * * * * /usr/bin/audit.sh +*/5 4 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/cleanup.sh +15 2 * * * /usr/bin/rotate.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-06.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-06.cron new file mode 100644 index 0000000000000000000000000000000000000000..b27a1f4d83f5d9e8273a2660a45005e6bf516bed --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/web-06.cron @@ -0,0 +1,15 @@ +# cron snapshot +30 4 * * * /usr/bin/cleanup.sh +15 * * * * /usr/bin/audit.sh +15 0 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +45 * * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/rotate.sh +30 2 * * * /usr/bin/backup.sh +45 * * * * /usr/bin/backup.sh +45 4 * * * /usr/bin/cleanup.sh +15 * * * * /usr/bin/audit.sh +30 4 * * * /usr/bin/audit.sh +*/5 2 * * * /usr/bin/cleanup.sh +*/5 * * * * /usr/bin/rotate.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/worker-01.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/worker-01.cron new file mode 100644 index 0000000000000000000000000000000000000000..243a71dd846ae3549799c743270e008debb06ac3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/worker-01.cron @@ -0,0 +1,16 @@ +# cron snapshot +30 * * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/cleanup.sh +*/5 * * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/rotate.sh +30 * * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/rotate.sh +15 2 * * * /usr/bin/backup.sh +45 * * * * /usr/bin/audit.sh +0 0 * * * /usr/bin/backup.sh +45 0 * * * /usr/bin/cleanup.sh +0 2 * * * /usr/bin/rotate.sh +0 4 * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +30 2 * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/cron/worker-06.cron b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/worker-06.cron new file mode 100644 index 0000000000000000000000000000000000000000..5617d97dbcd2d5c76db3ed2c368b68408cec3f0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/cron/worker-06.cron @@ -0,0 +1,13 @@ +# cron snapshot +0 4 * * * /usr/bin/rotate.sh +15 * * * * /usr/bin/audit.sh +30 * * * * /usr/bin/audit.sh +15 2 * * * /usr/bin/backup.sh +0 4 * * * /usr/bin/rotate.sh +0 * * * * /usr/bin/cleanup.sh +0 * * * * /usr/bin/backup.sh +30 0 * * * /usr/bin/audit.sh +45 0 * * * /usr/bin/audit.sh +45 * * * * /usr/bin/cleanup.sh +45 * * * * /usr/bin/backup.sh +# end diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_65a786bfca/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e283016e369b9ffe42ba74c679b550a946fabe5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and hooli +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..c61d0ab594aa83f5686c4969b418477c8d8e1db8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/sla.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and hooli +Effective: 2022-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..b18f85e200aa3d74e82e5b151da465389c54494e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/hooli/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and hooli +Effective: 2022-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3163711ea1ffc2acbb7e685be2567b261d287f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and oscorp +Effective: 2022-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..630dadf365f17d1fbc7cdada4f0b59bae3f80085 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and oscorp +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e38a4e829a7a6fb6fcf300e598dbb5a42f3c12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/oscorp/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and oscorp +Effective: 2022-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ff5ba9e1324f9de2a7f03b046d5fa3059127a65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and piedpiper +Effective: 2022-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..d474f05e8fcf5f230844dd334f98c7deb0633134 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and piedpiper +Effective: 2022-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bee1a241e3e91759a1be78ab482c3d5d020625b --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/piedpiper/sow.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and piedpiper +Effective: 2022-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb449483a56bff3ab94c43005f0eef5deae7e178 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and umbrella +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c9332d07e515009fb98ce673a20be6320324a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/nda.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and umbrella +Effective: 2022-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aa61b4b898845ef72f6270d7cd929847ed08567 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/umbrella/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and umbrella +Effective: 2022-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..0974c859a4de71dda9708393b3714dadf0161431 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and weyland +Effective: 2022-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..4163ecf1be94ae3ac9c48b542492a7c2df4a4aea --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/nda.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and weyland +Effective: 2022-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..50ebc5051d5cec84a0e0c8cdaf2cf64c659863bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2022/weyland/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and weyland +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..06ac4054e6d27a3d1d41f4620d58f030563057cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and cyberdyne +Effective: 2023-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..74715fbe3728843e42bfb4deb0348de792c2155d --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and cyberdyne +Effective: 2023-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..76247283b629d91e77703a51645f49100bc86af9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/cyberdyne/sow.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and cyberdyne +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa067a39111b0587a97241aec4e605fdc1af2505 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and massive +Effective: 2023-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..e214f3122ec5a96fbd7aa323ab568efc48a06892 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/nda.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and massive +Effective: 2023-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fd72b72528e9fa477021f64c20143f108784547 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/massive/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and massive +Effective: 2023-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d6cab8f2e2dc0160d96eb90d0d1b319b8ddaaa5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and soylent +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..aec8f7ce40d7abdde2e826e37dbc6368b0f8e697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and soylent +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..0760853e4a4004178baef43da7a878fdd96e4f1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/soylent/sow.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and soylent +Effective: 2023-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..18e15cef65b710114e740302c3664ea08c2dcb78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and stark +Effective: 2023-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fd6df2db99b2c62cc5c50c1c98a207e2322c23b --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and stark +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b4c139149803a3eaced5acdfad8655de4b0e0c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/stark/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and stark +Effective: 2023-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..07ca6eceb9b27dd08c71c0daf15f4a221e7f183d --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and wayne +Effective: 2023-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5fc7a009960b6d6473fbae73ea8e27ee32b0051 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and wayne +Effective: 2023-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c995adfd4da00908e038184808f92c760db0dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2023/wayne/sla.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and wayne +Effective: 2023-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..546faf7c4d4730d08064585e91a5f3f0406ca4b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and hooli +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaf161539010a6436f0e52a2c23ff4c073f4ec67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and hooli +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5d39bb3b0019c420e53bcb7d07c7e54b2065187 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/hooli/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and hooli +Effective: 2024-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..253456f9b04be202613189d6372243257a73caa9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and initech +Effective: 2024-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b34a2a8cde8f749f68326f9839de0789b04a0cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and initech +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb538cc6ace8fdb306f37a8d12b6775bc1249ef3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/initech/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and initech +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae96f9b6d1fca98ee72256d70e6447c23770ba3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and lexcorp +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..a57b7f44ccd287ba0b0e70b4194db9c62dcb9fa2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and lexcorp +Effective: 2024-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..186cda79c0393a02c0fdcf331ece2d6dd13076f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/lexcorp/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and lexcorp +Effective: 2024-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f10c1d1e61c9c50f44b8371a2c4f446471d3650c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and massive +Effective: 2024-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb764c237b23d8a17fa2e60966ad5b5f753e2b56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and massive +Effective: 2024-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..22e1069f63817ce9da68f295f5dd482b623c7e2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/massive/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and massive +Effective: 2024-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f91c7f9840928ba9c80392419959265080f44d17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and stark +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..a947bde62dbbbb5415bbcb6ebb63573be2ec6412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and stark +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..c988bc3a3d076ea623edb09963eccf315fb5e3cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/legal/contracts/2024/stark/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and stark +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..e283016e369b9ffe42ba74c679b550a946fabe5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and hooli +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..c61d0ab594aa83f5686c4969b418477c8d8e1db8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/sla.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and hooli +Effective: 2022-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..b18f85e200aa3d74e82e5b151da465389c54494e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/hooli/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and hooli +Effective: 2022-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3163711ea1ffc2acbb7e685be2567b261d287f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and oscorp +Effective: 2022-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..630dadf365f17d1fbc7cdada4f0b59bae3f80085 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and oscorp +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..10e38a4e829a7a6fb6fcf300e598dbb5a42f3c12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/oscorp/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and oscorp +Effective: 2022-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ff5ba9e1324f9de2a7f03b046d5fa3059127a65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and piedpiper +Effective: 2022-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..d474f05e8fcf5f230844dd334f98c7deb0633134 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and piedpiper +Effective: 2022-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bee1a241e3e91759a1be78ab482c3d5d020625b --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/piedpiper/sow.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and piedpiper +Effective: 2022-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb449483a56bff3ab94c43005f0eef5deae7e178 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and umbrella +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..04c9332d07e515009fb98ce673a20be6320324a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/nda.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and umbrella +Effective: 2022-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aa61b4b898845ef72f6270d7cd929847ed08567 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/umbrella/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and umbrella +Effective: 2022-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..0974c859a4de71dda9708393b3714dadf0161431 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and weyland +Effective: 2022-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..4163ecf1be94ae3ac9c48b542492a7c2df4a4aea --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/nda.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and weyland +Effective: 2022-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..50ebc5051d5cec84a0e0c8cdaf2cf64c659863bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2022/weyland/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and weyland +Effective: 2022-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..06ac4054e6d27a3d1d41f4620d58f030563057cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and cyberdyne +Effective: 2023-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..74715fbe3728843e42bfb4deb0348de792c2155d --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and cyberdyne +Effective: 2023-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..76247283b629d91e77703a51645f49100bc86af9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/cyberdyne/sow.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and cyberdyne +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa067a39111b0587a97241aec4e605fdc1af2505 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and massive +Effective: 2023-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..e214f3122ec5a96fbd7aa323ab568efc48a06892 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/nda.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and massive +Effective: 2023-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fd72b72528e9fa477021f64c20143f108784547 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/massive/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and massive +Effective: 2023-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d6cab8f2e2dc0160d96eb90d0d1b319b8ddaaa5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and soylent +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..aec8f7ce40d7abdde2e826e37dbc6368b0f8e697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and soylent +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..0760853e4a4004178baef43da7a878fdd96e4f1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/soylent/sow.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and soylent +Effective: 2023-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..18e15cef65b710114e740302c3664ea08c2dcb78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and stark +Effective: 2023-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fd6df2db99b2c62cc5c50c1c98a207e2322c23b --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and stark +Effective: 2023-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b4c139149803a3eaced5acdfad8655de4b0e0c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/stark/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and stark +Effective: 2023-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..07ca6eceb9b27dd08c71c0daf15f4a221e7f183d --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and wayne +Effective: 2023-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5fc7a009960b6d6473fbae73ea8e27ee32b0051 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and wayne +Effective: 2023-05-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c995adfd4da00908e038184808f92c760db0dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2023/wayne/sla.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and wayne +Effective: 2023-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..546faf7c4d4730d08064585e91a5f3f0406ca4b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and hooli +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaf161539010a6436f0e52a2c23ff4c073f4ec67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and hooli +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/sow.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/sow.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5d39bb3b0019c420e53bcb7d07c7e54b2065187 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/hooli/sow.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SOW +Between: Sandbox Labs and hooli +Effective: 2024-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..253456f9b04be202613189d6372243257a73caa9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/dpa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and initech +Effective: 2024-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b34a2a8cde8f749f68326f9839de0789b04a0cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/msa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and initech +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb538cc6ace8fdb306f37a8d12b6775bc1249ef3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/initech/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and initech +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae96f9b6d1fca98ee72256d70e6447c23770ba3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and lexcorp +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..a57b7f44ccd287ba0b0e70b4194db9c62dcb9fa2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and lexcorp +Effective: 2024-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..186cda79c0393a02c0fdcf331ece2d6dd13076f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/lexcorp/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and lexcorp +Effective: 2024-04-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f10c1d1e61c9c50f44b8371a2c4f446471d3650c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and massive +Effective: 2024-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/nda.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/nda.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb764c237b23d8a17fa2e60966ad5b5f753e2b56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/nda.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - NDA +Between: Sandbox Labs and massive +Effective: 2024-02-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..22e1069f63817ce9da68f295f5dd482b623c7e2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/massive/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and massive +Effective: 2024-06-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/dpa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/dpa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f91c7f9840928ba9c80392419959265080f44d17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/dpa.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - DPA +Between: Sandbox Labs and stark +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/msa.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/msa.txt new file mode 100644 index 0000000000000000000000000000000000000000..a947bde62dbbbb5415bbcb6ebb63573be2ec6412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/msa.txt @@ -0,0 +1,9 @@ +MASTER SERVICES AGREEMENT - MSA +Between: Sandbox Labs and stark +Effective: 2024-03-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/sla.txt b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/sla.txt new file mode 100644 index 0000000000000000000000000000000000000000..c988bc3a3d076ea623edb09963eccf315fb5e3cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/legal/contracts/2024/stark/sla.txt @@ -0,0 +1,11 @@ +MASTER SERVICES AGREEMENT - SLA +Between: Sandbox Labs and stark +Effective: 2024-01-15 + +1. PURPOSE +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +IN NO EVENT SHALL NOT BE LIABLE for indirect damages. + +2. FEES +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_671871f58f/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/reports/replies_per_category.tsv b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/reports/replies_per_category.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a3aebec96fb4e9ff4c02d972dc3a40fe3c63871c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/reports/replies_per_category.tsv @@ -0,0 +1,6 @@ +announcements 2366 +feedback 1635 +help 2239 +jobs 1701 +offtopic 1743 +showcase 1623 diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-0ad8f5.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-0ad8f5.json new file mode 100644 index 0000000000000000000000000000000000000000..26d86be0f198b62e29bd3577b304bf9922f5622d --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-0ad8f5.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0ad8f5", + "category": "announcements", + "title": "espresso-blend-instruction-tuning-noise-isolating-headphones", + "replies": 58, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-1ec1c1.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-1ec1c1.json new file mode 100644 index 0000000000000000000000000000000000000000..d3be18e61bd70adc887e736c830819c5f068e497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-1ec1c1.json @@ -0,0 +1,7 @@ +{ + "id": "thr-1ec1c1", + "category": "announcements", + "title": "boston-sydney-san-francisco", + "replies": 299, + "author": "wxu" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-48eefb.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-48eefb.json new file mode 100644 index 0000000000000000000000000000000000000000..0add11c49f1b9567aaf06ba02990ccdb75b7b63b --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-48eefb.json @@ -0,0 +1,7 @@ +{ + "id": "thr-48eefb", + "category": "announcements", + "title": "bangalore-shanghai-london", + "replies": 413, + "author": "rrossi" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-a9e049.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-a9e049.json new file mode 100644 index 0000000000000000000000000000000000000000..6f9e3a8e3ad5fde908c1827145efa3806b6f1eab --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-a9e049.json @@ -0,0 +1,7 @@ +{ + "id": "thr-a9e049", + "category": "announcements", + "title": "release-process-interviewing-espresso-blend", + "replies": 291, + "author": "epatel" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-f09c61.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-f09c61.json new file mode 100644 index 0000000000000000000000000000000000000000..fc170f44021e4fbbcbee561947ac6ddd8283601f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-f09c61.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f09c61", + "category": "announcements", + "title": "denver-london-tokyo", + "replies": 428, + "author": "uvogt" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-f96deb.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-f96deb.json new file mode 100644 index 0000000000000000000000000000000000000000..3e5577cf44926638348b822c08307d8194162396 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-f96deb.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f96deb", + "category": "announcements", + "title": "incident-response-bangalore-engineering-practices", + "replies": 468, + "author": "rrossi" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-fd9efd.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-fd9efd.json new file mode 100644 index 0000000000000000000000000000000000000000..14b5d628fd9fe998150d8dbf8c86d5da998ec79d --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/announcements/thr-fd9efd.json @@ -0,0 +1,7 @@ +{ + "id": "thr-fd9efd", + "category": "announcements", + "title": "new-york-speculative-decoding-bangalore", + "replies": 409, + "author": "vwang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-0f71de.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-0f71de.json new file mode 100644 index 0000000000000000000000000000000000000000..e285a4c1e71131d78bbc29a6c4e0324333859cf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-0f71de.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0f71de", + "category": "feedback", + "title": "laptop-stand-release-process-shanghai", + "replies": 321, + "author": "sstevens" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-503317.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-503317.json new file mode 100644 index 0000000000000000000000000000000000000000..2b505f67f78d000d069a806c12062d5bf17eb06f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-503317.json @@ -0,0 +1,7 @@ +{ + "id": "thr-503317", + "category": "feedback", + "title": "interviewing-ceylon-tea-linen-notebook", + "replies": 73, + "author": "pklein" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-58c172.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-58c172.json new file mode 100644 index 0000000000000000000000000000000000000000..32b04cba46b5a9491285dec0f3e42a3e2e3824f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-58c172.json @@ -0,0 +1,7 @@ +{ + "id": "thr-58c172", + "category": "feedback", + "title": "multimodal-fusion-bangalore-release-process", + "replies": 132, + "author": "azhang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-937c9b.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-937c9b.json new file mode 100644 index 0000000000000000000000000000000000000000..d6eb208ffa74ea702962ecacb0e8b6d1fe83a425 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-937c9b.json @@ -0,0 +1,7 @@ +{ + "id": "thr-937c9b", + "category": "feedback", + "title": "seoul-shanghai-dublin", + "replies": 127, + "author": "qyu" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-b2cbfb.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-b2cbfb.json new file mode 100644 index 0000000000000000000000000000000000000000..923bbf6399b04a2689036f3c1e92671b3a3e4b64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-b2cbfb.json @@ -0,0 +1,7 @@ +{ + "id": "thr-b2cbfb", + "category": "feedback", + "title": "seoul-security-policies-manchester", + "replies": 388, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-dee6bf.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-dee6bf.json new file mode 100644 index 0000000000000000000000000000000000000000..2153a54126809b7da35b09565f0ddab0ba223007 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-dee6bf.json @@ -0,0 +1,7 @@ +{ + "id": "thr-dee6bf", + "category": "feedback", + "title": "data-governance-kyoto-ceylon-tea", + "replies": 328, + "author": "lgonzalez" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-ee7254.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-ee7254.json new file mode 100644 index 0000000000000000000000000000000000000000..b065dc9cf8e26e1c79ec9540a4e93ee3924b8c7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/feedback/thr-ee7254.json @@ -0,0 +1,7 @@ +{ + "id": "thr-ee7254", + "category": "feedback", + "title": "attention-scaling-amsterdam-london", + "replies": 266, + "author": "sstevens" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-0014c0.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-0014c0.json new file mode 100644 index 0000000000000000000000000000000000000000..50a614830f0c5aac7cdfa9d4ed6b7691eab82964 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-0014c0.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0014c0", + "category": "help", + "title": "denver-incident-response-paris", + "replies": 377, + "author": "azhang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-1d21b6.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-1d21b6.json new file mode 100644 index 0000000000000000000000000000000000000000..d5d731e3b68c5bb68d1c101791d4e2853e74c48e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-1d21b6.json @@ -0,0 +1,7 @@ +{ + "id": "thr-1d21b6", + "category": "help", + "title": "chicago-performance-reviews-bangalore", + "replies": 482, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-369541.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-369541.json new file mode 100644 index 0000000000000000000000000000000000000000..51abb6082876786044f199f53d6cd1fb3519e92b --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-369541.json @@ -0,0 +1,7 @@ +{ + "id": "thr-369541", + "category": "help", + "title": "boston-mechanical-keyboard-engineering-practices", + "replies": 360, + "author": "uvogt" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-389fb9.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-389fb9.json new file mode 100644 index 0000000000000000000000000000000000000000..c7e32aff6223236f9598c4141998e5eb0d12bb72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-389fb9.json @@ -0,0 +1,7 @@ +{ + "id": "thr-389fb9", + "category": "help", + "title": "london-linen-notebook-ergo-chair", + "replies": 263, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-98906c.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-98906c.json new file mode 100644 index 0000000000000000000000000000000000000000..1a182cec4285ccde15381bb06d1e1cabc7356e87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-98906c.json @@ -0,0 +1,7 @@ +{ + "id": "thr-98906c", + "category": "help", + "title": "shanghai-led-desk-lamp-espresso-blend", + "replies": 68, + "author": "vwang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-d94ed4.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-d94ed4.json new file mode 100644 index 0000000000000000000000000000000000000000..8d986eb95aa2ffce67f472bbcec31bc63309191d --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-d94ed4.json @@ -0,0 +1,7 @@ +{ + "id": "thr-d94ed4", + "category": "help", + "title": "beijing-release-process-long-context-modeling", + "replies": 482, + "author": "lgonzalez" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-e17b68.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-e17b68.json new file mode 100644 index 0000000000000000000000000000000000000000..6b4e80eb205c0503983a217690db47fd2405180a --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-e17b68.json @@ -0,0 +1,7 @@ +{ + "id": "thr-e17b68", + "category": "help", + "title": "long-context-modeling-speculative-decoding-manchester", + "replies": 28, + "author": "kkuznetsov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-f66cc1.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-f66cc1.json new file mode 100644 index 0000000000000000000000000000000000000000..e43323ea9435d41cb4b1fb5eebafabb35e7cd5dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/help/thr-f66cc1.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f66cc1", + "category": "help", + "title": "chicago-data-governance-multimodal-fusion", + "replies": 179, + "author": "nmurray" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-307649.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-307649.json new file mode 100644 index 0000000000000000000000000000000000000000..5943f7b11992e438a7e54b40fc353f8556be1e72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-307649.json @@ -0,0 +1,7 @@ +{ + "id": "thr-307649", + "category": "jobs", + "title": "ceylon-tea-denver-austin", + "replies": 230, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-42a31d.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-42a31d.json new file mode 100644 index 0000000000000000000000000000000000000000..90a5ac2961ac87524ad42ab4b4b0e44e30bfe69e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-42a31d.json @@ -0,0 +1,7 @@ +{ + "id": "thr-42a31d", + "category": "jobs", + "title": "wireless-mouse-engineering-practices-reasoning-benchmarks", + "replies": 426, + "author": "kkuznetsov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-42aede.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-42aede.json new file mode 100644 index 0000000000000000000000000000000000000000..a5cace7b6f1410055aa06b966f6ef153555c8d9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-42aede.json @@ -0,0 +1,7 @@ +{ + "id": "thr-42aede", + "category": "jobs", + "title": "wireless-mouse-retrieval-augmented-generation-security-policies", + "replies": 137, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-790cd6.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-790cd6.json new file mode 100644 index 0000000000000000000000000000000000000000..e4374c2f51d8a39cd31d34c0ae4c6bf236866d2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-790cd6.json @@ -0,0 +1,7 @@ +{ + "id": "thr-790cd6", + "category": "jobs", + "title": "instruction-tuning-london-shanghai", + "replies": 49, + "author": "ibarbosa" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-9ddd59.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-9ddd59.json new file mode 100644 index 0000000000000000000000000000000000000000..62bcf8a34c42f55c5961046ec810739709e52937 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-9ddd59.json @@ -0,0 +1,7 @@ +{ + "id": "thr-9ddd59", + "category": "jobs", + "title": "seattle-sparse-mixture-of-experts-austin", + "replies": 148, + "author": "brivera" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-f4e053.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-f4e053.json new file mode 100644 index 0000000000000000000000000000000000000000..198fbe509aee0b138881f6bf4ae48c62582e1862 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-f4e053.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f4e053", + "category": "jobs", + "title": "bangalore-shanghai-tokyo", + "replies": 377, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-f708c6.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-f708c6.json new file mode 100644 index 0000000000000000000000000000000000000000..4f784cab3db3b8636eb15719eb32b171b96e718f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/jobs/thr-f708c6.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f708c6", + "category": "jobs", + "title": "mechanical-keyboard-interviewing-tool-use-agents", + "replies": 334, + "author": "flindqvist" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-0828c1.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-0828c1.json new file mode 100644 index 0000000000000000000000000000000000000000..0e2d3b7255bdadb73a8e9c42d74e8843997a5a01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-0828c1.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0828c1", + "category": "offtopic", + "title": "shanghai-led-desk-lamp-espresso-blend", + "replies": 43, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-471d5e.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-471d5e.json new file mode 100644 index 0000000000000000000000000000000000000000..7c50a9ad69cd3445f5ea0638e7f2d4ac93514a75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-471d5e.json @@ -0,0 +1,7 @@ +{ + "id": "thr-471d5e", + "category": "offtopic", + "title": "retrieval-augmented-generation-tokyo-onboarding", + "replies": 433, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-78ac97.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-78ac97.json new file mode 100644 index 0000000000000000000000000000000000000000..f6ca7d738b9a0f8055f12cf73be629c1978d74eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-78ac97.json @@ -0,0 +1,7 @@ +{ + "id": "thr-78ac97", + "category": "offtopic", + "title": "reasoning-benchmarks-security-policies-osaka", + "replies": 44, + "author": "hchen" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-904877.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-904877.json new file mode 100644 index 0000000000000000000000000000000000000000..8adbc567d80f4305c250fcf401efe164fe6f9399 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-904877.json @@ -0,0 +1,7 @@ +{ + "id": "thr-904877", + "category": "offtopic", + "title": "manchester-vancouver-seattle", + "replies": 441, + "author": "cnakamura" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-91baa8.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-91baa8.json new file mode 100644 index 0000000000000000000000000000000000000000..484b932c6b29d3ceb4e3b97df30195c8f17b9099 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-91baa8.json @@ -0,0 +1,7 @@ +{ + "id": "thr-91baa8", + "category": "offtopic", + "title": "multimodal-fusion-incident-response-led-desk-lamp", + "replies": 278, + "author": "gkaur" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-95a3a5.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-95a3a5.json new file mode 100644 index 0000000000000000000000000000000000000000..f537ad044cfac051cb801e4fb15cfa635903fc75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-95a3a5.json @@ -0,0 +1,7 @@ +{ + "id": "thr-95a3a5", + "category": "offtopic", + "title": "beijing-tool-use-agents-bangalore", + "replies": 257, + "author": "kkuznetsov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-b0ab1c.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-b0ab1c.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a0be8a343b7703ae939f92064e8b5ab6c95df --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-b0ab1c.json @@ -0,0 +1,7 @@ +{ + "id": "thr-b0ab1c", + "category": "offtopic", + "title": "incident-response-linen-notebook-bangalore", + "replies": 221, + "author": "epatel" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-dcf106.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-dcf106.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea1f9ced16779818159efb6d028dbb0d87be4da --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/offtopic/thr-dcf106.json @@ -0,0 +1,7 @@ +{ + "id": "thr-dcf106", + "category": "offtopic", + "title": "denver-release-process-bangalore", + "replies": 26, + "author": "flindqvist" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-02926c.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-02926c.json new file mode 100644 index 0000000000000000000000000000000000000000..ae97958988b388d10dd94008ce417719e0b3a60c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-02926c.json @@ -0,0 +1,7 @@ +{ + "id": "thr-02926c", + "category": "showcase", + "title": "singapore-austin-tokyo", + "replies": 259, + "author": "gkaur" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-0430bc.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-0430bc.json new file mode 100644 index 0000000000000000000000000000000000000000..da597b2a43cefbb41ba182381d76d00aeeb0d8ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-0430bc.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0430bc", + "category": "showcase", + "title": "mechanical-keyboard-barcelona-boston", + "replies": 132, + "author": "rrossi" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-0f039f.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-0f039f.json new file mode 100644 index 0000000000000000000000000000000000000000..4c8b6dde902d5ab064221445186596e0ff920edc --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-0f039f.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0f039f", + "category": "showcase", + "title": "espresso-blend-sydney-chain-of-thought", + "replies": 145, + "author": "gkaur" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-749c6f.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-749c6f.json new file mode 100644 index 0000000000000000000000000000000000000000..54d55f839202be43ac3598a1a3b28a9a207c8d52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-749c6f.json @@ -0,0 +1,7 @@ +{ + "id": "thr-749c6f", + "category": "showcase", + "title": "long-context-modeling-data-efficient-finetuning-reasoning-benchmarks", + "replies": 472, + "author": "uvogt" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-bdba03.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-bdba03.json new file mode 100644 index 0000000000000000000000000000000000000000..783f4e01908a946f3ec931e823213dcd719f0ed5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-bdba03.json @@ -0,0 +1,7 @@ +{ + "id": "thr-bdba03", + "category": "showcase", + "title": "seattle-mumbai-performance-reviews", + "replies": 121, + "author": "opopov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-cc770f.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-cc770f.json new file mode 100644 index 0000000000000000000000000000000000000000..333fa091813572183b9126616532c909aa31b483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-cc770f.json @@ -0,0 +1,7 @@ +{ + "id": "thr-cc770f", + "category": "showcase", + "title": "vancouver-instruction-tuning-speculative-decoding", + "replies": 385, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-e39e01.json b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-e39e01.json new file mode 100644 index 0000000000000000000000000000000000000000..a3229fdaf517f844d444e139b717df9d70c69bab --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/forum/threads/showcase/thr-e39e01.json @@ -0,0 +1,7 @@ +{ + "id": "thr-e39e01", + "category": "showcase", + "title": "espresso-blend-beijing-wireless-mouse", + "replies": 109, + "author": "epatel" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-0ad8f5.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-0ad8f5.json new file mode 100644 index 0000000000000000000000000000000000000000..26d86be0f198b62e29bd3577b304bf9922f5622d --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-0ad8f5.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0ad8f5", + "category": "announcements", + "title": "espresso-blend-instruction-tuning-noise-isolating-headphones", + "replies": 58, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-1ec1c1.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-1ec1c1.json new file mode 100644 index 0000000000000000000000000000000000000000..d3be18e61bd70adc887e736c830819c5f068e497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-1ec1c1.json @@ -0,0 +1,7 @@ +{ + "id": "thr-1ec1c1", + "category": "announcements", + "title": "boston-sydney-san-francisco", + "replies": 299, + "author": "wxu" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-48eefb.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-48eefb.json new file mode 100644 index 0000000000000000000000000000000000000000..0add11c49f1b9567aaf06ba02990ccdb75b7b63b --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-48eefb.json @@ -0,0 +1,7 @@ +{ + "id": "thr-48eefb", + "category": "announcements", + "title": "bangalore-shanghai-london", + "replies": 413, + "author": "rrossi" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-a9e049.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-a9e049.json new file mode 100644 index 0000000000000000000000000000000000000000..6f9e3a8e3ad5fde908c1827145efa3806b6f1eab --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-a9e049.json @@ -0,0 +1,7 @@ +{ + "id": "thr-a9e049", + "category": "announcements", + "title": "release-process-interviewing-espresso-blend", + "replies": 291, + "author": "epatel" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-f09c61.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-f09c61.json new file mode 100644 index 0000000000000000000000000000000000000000..fc170f44021e4fbbcbee561947ac6ddd8283601f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-f09c61.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f09c61", + "category": "announcements", + "title": "denver-london-tokyo", + "replies": 428, + "author": "uvogt" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-f96deb.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-f96deb.json new file mode 100644 index 0000000000000000000000000000000000000000..3e5577cf44926638348b822c08307d8194162396 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-f96deb.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f96deb", + "category": "announcements", + "title": "incident-response-bangalore-engineering-practices", + "replies": 468, + "author": "rrossi" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-fd9efd.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-fd9efd.json new file mode 100644 index 0000000000000000000000000000000000000000..14b5d628fd9fe998150d8dbf8c86d5da998ec79d --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/announcements/thr-fd9efd.json @@ -0,0 +1,7 @@ +{ + "id": "thr-fd9efd", + "category": "announcements", + "title": "new-york-speculative-decoding-bangalore", + "replies": 409, + "author": "vwang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-0f71de.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-0f71de.json new file mode 100644 index 0000000000000000000000000000000000000000..e285a4c1e71131d78bbc29a6c4e0324333859cf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-0f71de.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0f71de", + "category": "feedback", + "title": "laptop-stand-release-process-shanghai", + "replies": 321, + "author": "sstevens" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-503317.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-503317.json new file mode 100644 index 0000000000000000000000000000000000000000..2b505f67f78d000d069a806c12062d5bf17eb06f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-503317.json @@ -0,0 +1,7 @@ +{ + "id": "thr-503317", + "category": "feedback", + "title": "interviewing-ceylon-tea-linen-notebook", + "replies": 73, + "author": "pklein" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-58c172.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-58c172.json new file mode 100644 index 0000000000000000000000000000000000000000..32b04cba46b5a9491285dec0f3e42a3e2e3824f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-58c172.json @@ -0,0 +1,7 @@ +{ + "id": "thr-58c172", + "category": "feedback", + "title": "multimodal-fusion-bangalore-release-process", + "replies": 132, + "author": "azhang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-937c9b.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-937c9b.json new file mode 100644 index 0000000000000000000000000000000000000000..d6eb208ffa74ea702962ecacb0e8b6d1fe83a425 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-937c9b.json @@ -0,0 +1,7 @@ +{ + "id": "thr-937c9b", + "category": "feedback", + "title": "seoul-shanghai-dublin", + "replies": 127, + "author": "qyu" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-b2cbfb.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-b2cbfb.json new file mode 100644 index 0000000000000000000000000000000000000000..923bbf6399b04a2689036f3c1e92671b3a3e4b64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-b2cbfb.json @@ -0,0 +1,7 @@ +{ + "id": "thr-b2cbfb", + "category": "feedback", + "title": "seoul-security-policies-manchester", + "replies": 388, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-dee6bf.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-dee6bf.json new file mode 100644 index 0000000000000000000000000000000000000000..2153a54126809b7da35b09565f0ddab0ba223007 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-dee6bf.json @@ -0,0 +1,7 @@ +{ + "id": "thr-dee6bf", + "category": "feedback", + "title": "data-governance-kyoto-ceylon-tea", + "replies": 328, + "author": "lgonzalez" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-ee7254.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-ee7254.json new file mode 100644 index 0000000000000000000000000000000000000000..b065dc9cf8e26e1c79ec9540a4e93ee3924b8c7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/feedback/thr-ee7254.json @@ -0,0 +1,7 @@ +{ + "id": "thr-ee7254", + "category": "feedback", + "title": "attention-scaling-amsterdam-london", + "replies": 266, + "author": "sstevens" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-0014c0.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-0014c0.json new file mode 100644 index 0000000000000000000000000000000000000000..50a614830f0c5aac7cdfa9d4ed6b7691eab82964 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-0014c0.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0014c0", + "category": "help", + "title": "denver-incident-response-paris", + "replies": 377, + "author": "azhang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-1d21b6.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-1d21b6.json new file mode 100644 index 0000000000000000000000000000000000000000..d5d731e3b68c5bb68d1c101791d4e2853e74c48e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-1d21b6.json @@ -0,0 +1,7 @@ +{ + "id": "thr-1d21b6", + "category": "help", + "title": "chicago-performance-reviews-bangalore", + "replies": 482, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-369541.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-369541.json new file mode 100644 index 0000000000000000000000000000000000000000..51abb6082876786044f199f53d6cd1fb3519e92b --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-369541.json @@ -0,0 +1,7 @@ +{ + "id": "thr-369541", + "category": "help", + "title": "boston-mechanical-keyboard-engineering-practices", + "replies": 360, + "author": "uvogt" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-389fb9.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-389fb9.json new file mode 100644 index 0000000000000000000000000000000000000000..c7e32aff6223236f9598c4141998e5eb0d12bb72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-389fb9.json @@ -0,0 +1,7 @@ +{ + "id": "thr-389fb9", + "category": "help", + "title": "london-linen-notebook-ergo-chair", + "replies": 263, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-98906c.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-98906c.json new file mode 100644 index 0000000000000000000000000000000000000000..1a182cec4285ccde15381bb06d1e1cabc7356e87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-98906c.json @@ -0,0 +1,7 @@ +{ + "id": "thr-98906c", + "category": "help", + "title": "shanghai-led-desk-lamp-espresso-blend", + "replies": 68, + "author": "vwang" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-d94ed4.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-d94ed4.json new file mode 100644 index 0000000000000000000000000000000000000000..8d986eb95aa2ffce67f472bbcec31bc63309191d --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-d94ed4.json @@ -0,0 +1,7 @@ +{ + "id": "thr-d94ed4", + "category": "help", + "title": "beijing-release-process-long-context-modeling", + "replies": 482, + "author": "lgonzalez" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-e17b68.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-e17b68.json new file mode 100644 index 0000000000000000000000000000000000000000..6b4e80eb205c0503983a217690db47fd2405180a --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-e17b68.json @@ -0,0 +1,7 @@ +{ + "id": "thr-e17b68", + "category": "help", + "title": "long-context-modeling-speculative-decoding-manchester", + "replies": 28, + "author": "kkuznetsov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-f66cc1.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-f66cc1.json new file mode 100644 index 0000000000000000000000000000000000000000..e43323ea9435d41cb4b1fb5eebafabb35e7cd5dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/help/thr-f66cc1.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f66cc1", + "category": "help", + "title": "chicago-data-governance-multimodal-fusion", + "replies": 179, + "author": "nmurray" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-307649.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-307649.json new file mode 100644 index 0000000000000000000000000000000000000000..5943f7b11992e438a7e54b40fc353f8556be1e72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-307649.json @@ -0,0 +1,7 @@ +{ + "id": "thr-307649", + "category": "jobs", + "title": "ceylon-tea-denver-austin", + "replies": 230, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-42a31d.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-42a31d.json new file mode 100644 index 0000000000000000000000000000000000000000..90a5ac2961ac87524ad42ab4b4b0e44e30bfe69e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-42a31d.json @@ -0,0 +1,7 @@ +{ + "id": "thr-42a31d", + "category": "jobs", + "title": "wireless-mouse-engineering-practices-reasoning-benchmarks", + "replies": 426, + "author": "kkuznetsov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-42aede.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-42aede.json new file mode 100644 index 0000000000000000000000000000000000000000..a5cace7b6f1410055aa06b966f6ef153555c8d9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-42aede.json @@ -0,0 +1,7 @@ +{ + "id": "thr-42aede", + "category": "jobs", + "title": "wireless-mouse-retrieval-augmented-generation-security-policies", + "replies": 137, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-790cd6.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-790cd6.json new file mode 100644 index 0000000000000000000000000000000000000000..e4374c2f51d8a39cd31d34c0ae4c6bf236866d2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-790cd6.json @@ -0,0 +1,7 @@ +{ + "id": "thr-790cd6", + "category": "jobs", + "title": "instruction-tuning-london-shanghai", + "replies": 49, + "author": "ibarbosa" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-9ddd59.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-9ddd59.json new file mode 100644 index 0000000000000000000000000000000000000000..62bcf8a34c42f55c5961046ec810739709e52937 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-9ddd59.json @@ -0,0 +1,7 @@ +{ + "id": "thr-9ddd59", + "category": "jobs", + "title": "seattle-sparse-mixture-of-experts-austin", + "replies": 148, + "author": "brivera" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-f4e053.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-f4e053.json new file mode 100644 index 0000000000000000000000000000000000000000..198fbe509aee0b138881f6bf4ae48c62582e1862 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-f4e053.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f4e053", + "category": "jobs", + "title": "bangalore-shanghai-tokyo", + "replies": 377, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-f708c6.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-f708c6.json new file mode 100644 index 0000000000000000000000000000000000000000..4f784cab3db3b8636eb15719eb32b171b96e718f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/jobs/thr-f708c6.json @@ -0,0 +1,7 @@ +{ + "id": "thr-f708c6", + "category": "jobs", + "title": "mechanical-keyboard-interviewing-tool-use-agents", + "replies": 334, + "author": "flindqvist" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-0828c1.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-0828c1.json new file mode 100644 index 0000000000000000000000000000000000000000..0e2d3b7255bdadb73a8e9c42d74e8843997a5a01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-0828c1.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0828c1", + "category": "offtopic", + "title": "shanghai-led-desk-lamp-espresso-blend", + "replies": 43, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-471d5e.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-471d5e.json new file mode 100644 index 0000000000000000000000000000000000000000..7c50a9ad69cd3445f5ea0638e7f2d4ac93514a75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-471d5e.json @@ -0,0 +1,7 @@ +{ + "id": "thr-471d5e", + "category": "offtopic", + "title": "retrieval-augmented-generation-tokyo-onboarding", + "replies": 433, + "author": "mtanaka" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-78ac97.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-78ac97.json new file mode 100644 index 0000000000000000000000000000000000000000..f6ca7d738b9a0f8055f12cf73be629c1978d74eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-78ac97.json @@ -0,0 +1,7 @@ +{ + "id": "thr-78ac97", + "category": "offtopic", + "title": "reasoning-benchmarks-security-policies-osaka", + "replies": 44, + "author": "hchen" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-904877.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-904877.json new file mode 100644 index 0000000000000000000000000000000000000000..8adbc567d80f4305c250fcf401efe164fe6f9399 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-904877.json @@ -0,0 +1,7 @@ +{ + "id": "thr-904877", + "category": "offtopic", + "title": "manchester-vancouver-seattle", + "replies": 441, + "author": "cnakamura" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-91baa8.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-91baa8.json new file mode 100644 index 0000000000000000000000000000000000000000..484b932c6b29d3ceb4e3b97df30195c8f17b9099 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-91baa8.json @@ -0,0 +1,7 @@ +{ + "id": "thr-91baa8", + "category": "offtopic", + "title": "multimodal-fusion-incident-response-led-desk-lamp", + "replies": 278, + "author": "gkaur" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-95a3a5.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-95a3a5.json new file mode 100644 index 0000000000000000000000000000000000000000..f537ad044cfac051cb801e4fb15cfa635903fc75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-95a3a5.json @@ -0,0 +1,7 @@ +{ + "id": "thr-95a3a5", + "category": "offtopic", + "title": "beijing-tool-use-agents-bangalore", + "replies": 257, + "author": "kkuznetsov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-b0ab1c.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-b0ab1c.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a0be8a343b7703ae939f92064e8b5ab6c95df --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-b0ab1c.json @@ -0,0 +1,7 @@ +{ + "id": "thr-b0ab1c", + "category": "offtopic", + "title": "incident-response-linen-notebook-bangalore", + "replies": 221, + "author": "epatel" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-dcf106.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-dcf106.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea1f9ced16779818159efb6d028dbb0d87be4da --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/offtopic/thr-dcf106.json @@ -0,0 +1,7 @@ +{ + "id": "thr-dcf106", + "category": "offtopic", + "title": "denver-release-process-bangalore", + "replies": 26, + "author": "flindqvist" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-02926c.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-02926c.json new file mode 100644 index 0000000000000000000000000000000000000000..ae97958988b388d10dd94008ce417719e0b3a60c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-02926c.json @@ -0,0 +1,7 @@ +{ + "id": "thr-02926c", + "category": "showcase", + "title": "singapore-austin-tokyo", + "replies": 259, + "author": "gkaur" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-0430bc.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-0430bc.json new file mode 100644 index 0000000000000000000000000000000000000000..da597b2a43cefbb41ba182381d76d00aeeb0d8ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-0430bc.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0430bc", + "category": "showcase", + "title": "mechanical-keyboard-barcelona-boston", + "replies": 132, + "author": "rrossi" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-0f039f.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-0f039f.json new file mode 100644 index 0000000000000000000000000000000000000000..4c8b6dde902d5ab064221445186596e0ff920edc --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-0f039f.json @@ -0,0 +1,7 @@ +{ + "id": "thr-0f039f", + "category": "showcase", + "title": "espresso-blend-sydney-chain-of-thought", + "replies": 145, + "author": "gkaur" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-749c6f.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-749c6f.json new file mode 100644 index 0000000000000000000000000000000000000000..54d55f839202be43ac3598a1a3b28a9a207c8d52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-749c6f.json @@ -0,0 +1,7 @@ +{ + "id": "thr-749c6f", + "category": "showcase", + "title": "long-context-modeling-data-efficient-finetuning-reasoning-benchmarks", + "replies": 472, + "author": "uvogt" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-bdba03.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-bdba03.json new file mode 100644 index 0000000000000000000000000000000000000000..783f4e01908a946f3ec931e823213dcd719f0ed5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-bdba03.json @@ -0,0 +1,7 @@ +{ + "id": "thr-bdba03", + "category": "showcase", + "title": "seattle-mumbai-performance-reviews", + "replies": 121, + "author": "opopov" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-cc770f.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-cc770f.json new file mode 100644 index 0000000000000000000000000000000000000000..333fa091813572183b9126616532c909aa31b483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-cc770f.json @@ -0,0 +1,7 @@ +{ + "id": "thr-cc770f", + "category": "showcase", + "title": "vancouver-instruction-tuning-speculative-decoding", + "replies": 385, + "author": "doneill" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-e39e01.json b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-e39e01.json new file mode 100644 index 0000000000000000000000000000000000000000..a3229fdaf517f844d444e139b717df9d70c69bab --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/forum/threads/showcase/thr-e39e01.json @@ -0,0 +1,7 @@ +{ + "id": "thr-e39e01", + "category": "showcase", + "title": "espresso-blend-beijing-wireless-mouse", + "replies": 109, + "author": "epatel" +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_67c953f464/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-01.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..26849e70061f891214398222de341bf029f5c1a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-01.csv @@ -0,0 +1,79 @@ +session_id,user,duration_s +ae77904842,doneill,2672 +e0530b7837,doneill,673 +e3dd217e9f,hchen,391 +ab4c9f336b,cnakamura,1499 +26bbd28478,azhang,1737 +fe3768ec7c,azhang,2035 +ac22d73ba2,azhang,2606 +298bbf5947,doneill,2621 +65477d3875,gkaur,269 +d108f87442,azhang,2280 +acd7b53c6c,doneill,656 +4534508a48,jsmith,2905 +eab15b0371,brivera,776 +3139f93007,flindqvist,1875 +72835b4899,epatel,3263 +1eaf601b02,azhang,3302 +6ab566cc69,cnakamura,2023 +010453a228,azhang,2208 +29384758c1,gkaur,1199 +7f5d35da85,hchen,3542 +b1bc9a7212,flindqvist,1773 +8d4dfe74d2,cnakamura,3448 +3f89af3152,jsmith,2945 +887539178a,jsmith,3516 +03b61bc7f5,hchen,78 +ac37d519c4,ibarbosa,2932 +bd34548d46,ibarbosa,2401 +91f9b8ba01,jsmith,531 +14f7c49c06,doneill,2550 +0db1f061f2,flindqvist,2298 +1461ccb307,brivera,1300 +ba09a12350,azhang,167 +0b33cb4ca7,azhang,711 +9023bdcee1,azhang,937 +08a49ed6a3,flindqvist,1152 +bc0ac0af5b,azhang,701 +a601b5aa9c,brivera,1641 +81a18c52d9,jsmith,843 +f8b87b8a4f,brivera,54 +4d6e204593,azhang,87 +8b42ad6f28,azhang,2558 +b7d0124827,cnakamura,2400 +76208673fa,hchen,2179 +5e0de84a3d,cnakamura,621 +209e3d44aa,jsmith,989 +58d0676a50,doneill,999 +c2629c55fb,azhang,570 +2245f21c3c,azhang,1424 +6a742cdf51,azhang,488 +6ff6003e84,gkaur,3064 +a0c0ab634f,flindqvist,2079 +0d0d3b1b43,cnakamura,187 +4961784e7c,doneill,575 +e3cbd03173,ibarbosa,2574 +10967e7223,hchen,563 +4da8cf79d1,hchen,2552 +5b3e35c28c,gkaur,993 +2b0113aa01,azhang,593 +7682c9dcdd,azhang,2054 +398c29391f,ibarbosa,3413 +ef791c1daf,epatel,2448 +45fe6c2431,hchen,44 +a9e10a8f3c,azhang,2417 +aa8e170345,cnakamura,2931 +7d3c3a3641,epatel,3600 +05108da671,azhang,3153 +9ce77f5b4b,azhang,854 +7a12e784bf,epatel,2920 +ebb221b89f,cnakamura,2326 +a80ea57577,azhang,3156 +6f3d6e9674,cnakamura,1056 +d1ff6d68c9,epatel,879 +9f908c15fa,hchen,1196 +d2d351c378,azhang,280 +d79883ae60,hchen,3402 +01961603e9,azhang,3578 +5ce6c8547c,hchen,3015 +f450f3e9db,azhang,1469 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-02.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..089eb928d4e2c5d085e3c02c5b9f244a8a43e6db --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-02.csv @@ -0,0 +1,84 @@ +session_id,user,duration_s +735c682468,azhang,2280 +158e523da1,flindqvist,3218 +4d44cb805f,azhang,313 +eeab433dc0,hchen,645 +87868b9698,ibarbosa,2634 +c7a3e63fb6,doneill,1005 +14f071faaa,cnakamura,2453 +5b313ab7c2,gkaur,1569 +a51f7242c6,hchen,137 +4c528ccc1e,brivera,357 +d3973b8edc,ibarbosa,2848 +e6747628dd,azhang,3150 +dc8a8c274e,epatel,2411 +902779effa,doneill,3050 +72e5d03964,brivera,2241 +16af2011ca,epatel,680 +4656542f17,azhang,559 +6cb5e7f7d7,jsmith,1206 +1c6e9b1d97,azhang,498 +68f495936a,flindqvist,2425 +9d03272e2b,ibarbosa,1629 +59f5887629,jsmith,913 +7a0849ac09,azhang,2232 +cb9ef86433,azhang,1272 +2bd204ce64,jsmith,1671 +6afc31d481,gkaur,3066 +d8c26b7fed,cnakamura,2136 +fa587fb421,epatel,2590 +c803caa876,azhang,859 +286ab4ecb8,azhang,1136 +64c4f44ea3,flindqvist,270 +e74dc8f44a,ibarbosa,2501 +295bc92d2a,azhang,3241 +3270be1d0d,azhang,932 +b55dc549ca,azhang,3393 +f28643f383,ibarbosa,3252 +06683006d7,ibarbosa,539 +b4cc2656ec,brivera,3501 +4ec58a1b7f,doneill,2004 +307348ff64,brivera,150 +3d42bab8bd,jsmith,1866 +1b8cb7c6d5,brivera,2522 +8e7b552127,epatel,654 +40bcd91fec,epatel,3496 +5d51971241,gkaur,1858 +c6d2a2e7d4,doneill,408 +16aa540133,epatel,2201 +45af1c8d11,azhang,728 +c53c9cb33a,flindqvist,2048 +d7888a525e,azhang,2879 +b837d1799e,azhang,1257 +8d0b3bfce4,cnakamura,1475 +83b87191b8,azhang,2778 +97b993defb,azhang,3184 +11e7274dae,hchen,678 +a848c4969a,azhang,3376 +9154525360,azhang,1044 +3ac830558f,azhang,1823 +b866ac2cf2,cnakamura,3231 +5b8ef27f23,doneill,1929 +6303cd7074,epatel,3543 +78258117a3,azhang,2188 +f0f5899ced,hchen,1375 +918816834e,brivera,2774 +cbc453d7e5,azhang,928 +e307a32cea,brivera,745 +0b40d38621,azhang,1826 +15a2aa92eb,azhang,1387 +ca1f8284cd,azhang,3392 +4cf07da527,ibarbosa,2482 +cd3b6c943b,cnakamura,91 +b2f4df9463,flindqvist,3293 +b13d7b8383,hchen,1691 +b093c644ee,gkaur,2395 +572bfcfce5,azhang,367 +eaded88d87,azhang,2382 +d0fca6bfa0,brivera,3472 +03e3c13eeb,ibarbosa,3206 +619181136d,cnakamura,1878 +05825e2e4c,azhang,3568 +6dcdbd5038,jsmith,143 +a859ef9fe2,flindqvist,1351 +44158af5fb,azhang,951 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-03.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..95b05a7632881ba89527c01ef0072cbc00f9a767 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-03.csv @@ -0,0 +1,89 @@ +session_id,user,duration_s +b41cb1892a,epatel,1411 +e276ef3849,doneill,862 +8f3d379ed7,brivera,2853 +390dd91b5d,azhang,97 +573efdb31a,azhang,2190 +8455ffc7dc,azhang,979 +63d5467bdd,gkaur,186 +b2961cc35f,azhang,101 +f369151850,azhang,2426 +f79ab638b1,azhang,1654 +3b46788046,azhang,309 +1d05d7b0e4,jsmith,811 +c1815e5b6e,gkaur,756 +c55debb4c5,jsmith,663 +09f1054733,azhang,3260 +12ed99e8f3,gkaur,3475 +6c9192079e,azhang,370 +30443c6d70,azhang,951 +68a79fa289,flindqvist,406 +7a77a15527,azhang,2285 +4a5bd8e72b,azhang,126 +314fd5d4fd,jsmith,79 +b7cbc2562d,ibarbosa,1798 +249ff79fa5,gkaur,1389 +83c9a3da91,azhang,319 +90dabcae3b,azhang,3580 +b90acee4d8,ibarbosa,805 +4c7fdc5819,flindqvist,3003 +92b735b194,azhang,1345 +5bf8187f4f,ibarbosa,1026 +0253ada156,jsmith,1219 +2d2ecd771c,ibarbosa,574 +6822b26d57,jsmith,2858 +f8b667c87a,flindqvist,3206 +cc0b2cc2f0,azhang,1220 +ad5a086565,ibarbosa,2729 +ffc347c7fd,azhang,1410 +a25d1e226b,brivera,1740 +45ea392da6,azhang,2991 +7265503537,epatel,1167 +3630319c52,jsmith,1359 +3848bea08f,ibarbosa,140 +b8e2fbc199,hchen,123 +520375f95a,azhang,464 +3fbb71e378,jsmith,1167 +4b81b5db42,azhang,2554 +92c8eba7f4,azhang,1623 +f3dcd8ec00,cnakamura,1256 +05d896dad5,cnakamura,3509 +0cc684b515,azhang,3150 +bb1f16fcda,ibarbosa,2144 +d933be0132,azhang,2484 +e00821043f,azhang,1313 +a1434245bf,azhang,1091 +3919232657,ibarbosa,1686 +6f40079a1e,brivera,788 +4bea1a112e,azhang,256 +e982f9a134,cnakamura,1787 +cea0dead5c,doneill,2324 +c4559376cf,doneill,3185 +7bf2a93343,azhang,3204 +72b640d1cf,azhang,1260 +1b67074157,azhang,3514 +2b3fc12779,azhang,3485 +feed84bd6f,gkaur,2358 +55d862f23b,hchen,2626 +6e27e473ba,cnakamura,3359 +b91a8536c8,flindqvist,2411 +9713a5242a,azhang,2551 +6c183244d6,brivera,423 +9dac2bec75,hchen,1381 +8a2c7504e5,doneill,2465 +506064c28d,flindqvist,3346 +3832ea856d,hchen,1592 +cf898eb21f,brivera,2329 +e53fa57506,gkaur,753 +685944b4d0,epatel,403 +e050741d60,cnakamura,2810 +47b213e961,flindqvist,2150 +dd32942ae5,cnakamura,402 +3865bf1cd4,brivera,3112 +6a035d2de1,jsmith,794 +7b5d48d9cc,flindqvist,247 +8cb018e401,epatel,1863 +8da78bc44f,brivera,2754 +5c22b03ffb,azhang,3575 +9bf3368123,epatel,385 +3ed6605e59,azhang,1340 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-04.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc676feb58f42a8590da5cacdb9d2d8063fb7672 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-04.csv @@ -0,0 +1,90 @@ +session_id,user,duration_s +a9dcd6b096,azhang,252 +1e040d3d94,azhang,1259 +7123b66904,gkaur,1970 +88357209a4,epatel,1988 +d956d5d839,cnakamura,3159 +16d3dee402,gkaur,745 +379e2ee8a0,gkaur,869 +2982965c5a,azhang,3216 +c7bc30218e,ibarbosa,3074 +4619b23085,jsmith,885 +37c320de45,azhang,104 +5ab99baa0c,ibarbosa,3292 +5e89876c32,azhang,185 +5c1df8a804,hchen,1612 +4eb57d6e8c,flindqvist,2607 +ea82ad3694,doneill,2624 +99725ff4a6,jsmith,528 +854b7f7722,ibarbosa,2443 +f67868c097,hchen,2259 +6adf2cf693,cnakamura,1703 +b470320da3,azhang,2019 +af225e4a01,epatel,3470 +1232ef404a,brivera,3266 +821cce60a8,jsmith,868 +46e4fbba9a,flindqvist,2048 +0258348d87,gkaur,1632 +89709713d0,azhang,2567 +ceb6217381,cnakamura,2679 +9d53b47c00,azhang,1793 +5f086b710e,epatel,388 +96a2977d97,azhang,481 +a60a1760a8,cnakamura,2137 +7a67e7f035,azhang,374 +6bc91443b3,azhang,3326 +651c3ef0e8,brivera,3154 +c3c203eabc,azhang,1707 +21729cc646,azhang,3187 +a438621b42,brivera,2108 +1458cee7cb,gkaur,629 +dce6957ed8,doneill,254 +28c10b6a16,azhang,2117 +dbf47d9e62,azhang,2971 +b92c91b435,gkaur,1592 +19514726d3,jsmith,2521 +2f8fbb3605,doneill,965 +ba1f6493ad,azhang,558 +ef38071ee4,azhang,261 +fb8c559757,gkaur,796 +7831ce8d34,hchen,2563 +ec04ed1736,jsmith,2398 +119c028491,hchen,1117 +c9ee602089,epatel,1652 +e6075c8cc8,azhang,917 +1b7583bc62,cnakamura,2378 +016e578f4d,jsmith,518 +1ec19d88ec,gkaur,1596 +7015150207,hchen,2947 +615e8c3ed0,azhang,3560 +fe103a89c7,jsmith,2512 +a9c53b5ec9,azhang,253 +e69025f2eb,gkaur,328 +2cb1842b64,azhang,1993 +b325d7f93e,hchen,396 +ad875ca80a,azhang,1761 +2af8f48514,azhang,301 +8850f0c1f7,jsmith,338 +78d10588d2,azhang,1310 +026f616645,ibarbosa,1863 +1660d8043c,epatel,921 +f796717721,azhang,3530 +ae0995a817,azhang,2716 +6bc120b033,hchen,3252 +6aa3a3db5b,azhang,3290 +f4e372c851,hchen,1576 +0fcb9f166c,jsmith,3135 +99cf987f15,epatel,2531 +f9df6050b3,brivera,725 +3f28e9b431,epatel,1083 +414bd6fc56,brivera,3577 +7199155a6b,ibarbosa,3138 +eea7eb6810,gkaur,1223 +ef0e281043,ibarbosa,856 +6db54db585,azhang,1740 +8e0b9298ca,hchen,1442 +722342da4b,azhang,2550 +5e25661b10,cnakamura,2238 +fb9aafd4f2,doneill,3497 +8d0f499efc,brivera,369 +7a457a3b67,doneill,1931 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-05.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..883f0cf853aaaa05e96483dc3d9bd19653063a00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-05.csv @@ -0,0 +1,69 @@ +session_id,user,duration_s +2f7886cadd,ibarbosa,1725 +e40f85d6ef,azhang,409 +624e0b24f7,jsmith,499 +a272f2c365,azhang,975 +803dc49ec7,azhang,2318 +1d477fbf10,ibarbosa,659 +2ce290cdc1,epatel,960 +5d2092103b,hchen,2799 +667d7616d5,azhang,2238 +58fc81c076,jsmith,3522 +510b2b4787,ibarbosa,3273 +3bda15994f,azhang,326 +cdaec083f4,cnakamura,580 +e60f1ed4b2,brivera,2693 +2227e6f167,azhang,3144 +1d99b96529,flindqvist,1874 +5c87cc6e79,flindqvist,1811 +dcf4247c08,doneill,1581 +5413f5950e,azhang,389 +9d98737a3e,flindqvist,1505 +0de610b29d,azhang,3344 +54cc02477f,hchen,3035 +751095afaf,azhang,310 +40ed7197c7,jsmith,2117 +cef38a151d,ibarbosa,2809 +c7917eb67f,flindqvist,2854 +fc0c7ed4ea,jsmith,650 +c4f7534d46,azhang,1439 +2196457b73,gkaur,1628 +eb5dc22ec4,doneill,3298 +d1a364d073,azhang,55 +cbe2946ac0,gkaur,3485 +81843d8eec,azhang,2861 +5eea2c1d43,doneill,3481 +e0849f3032,jsmith,1914 +92e9d90219,azhang,2312 +2f8a81fc4e,ibarbosa,1030 +28f4b68ca7,azhang,2047 +bbd8eaeddf,gkaur,1314 +dd0d966881,hchen,1651 +f4203a3401,ibarbosa,1695 +873215039c,gkaur,2817 +1851327495,jsmith,2996 +1b4cea7918,epatel,1497 +97a3362707,azhang,2123 +9d2903b7cf,hchen,2709 +2da83d0285,azhang,3540 +9176568f2d,cnakamura,317 +f5ad1a46f2,azhang,3075 +5ccffc1134,azhang,1550 +9a548c9cd3,flindqvist,1687 +ffa5e3fe11,ibarbosa,836 +8f6a95dd88,brivera,1262 +f1230b5676,epatel,744 +589eeb6f96,brivera,2206 +25e9957bda,epatel,1109 +3ea9fa76fe,doneill,3462 +636c97890a,hchen,910 +3c34bf209f,ibarbosa,241 +b1f65beaba,flindqvist,3169 +e6c01ca03e,hchen,1888 +bbfc12fc63,gkaur,475 +5c8bee0e81,azhang,3519 +a0e3f3c263,azhang,2520 +0db6ebf7e0,jsmith,2751 +17e9339a73,hchen,2306 +f58443688b,hchen,391 +caaac363df,doneill,2209 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-06.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..a76dec9b563873bad89b82642a7b83131526a2f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-06.csv @@ -0,0 +1,90 @@ +session_id,user,duration_s +7a78c85c14,azhang,235 +e758ed18e5,flindqvist,410 +9432bce407,brivera,1117 +13cf3b6497,hchen,2336 +9bced5a773,jsmith,2344 +c2e7d3b8af,brivera,1991 +af04780e76,jsmith,2230 +d05359d317,azhang,3374 +9ac4bd0731,gkaur,3014 +afa3be8c32,azhang,3184 +73a0f7ae92,azhang,3378 +60f0609171,hchen,2956 +eb8e827656,ibarbosa,249 +2ceb67b91c,epatel,1397 +664a87dfe8,azhang,833 +ce4add5b48,flindqvist,324 +aa2570d2ec,azhang,2253 +d410887ce0,azhang,3547 +c3807afbfd,hchen,2853 +def86df742,azhang,481 +a032960bb6,azhang,1363 +11bd036b6f,azhang,2790 +9ac2267bc0,azhang,451 +939ade675d,jsmith,3247 +de3901827b,gkaur,138 +b6b4b78464,azhang,1204 +c525952b18,flindqvist,3530 +1ef4ce6e9f,hchen,1187 +8142f634b4,azhang,1506 +d96c3bc052,ibarbosa,3077 +fee5819d11,ibarbosa,2280 +03a305ed4a,azhang,3270 +cb747dceed,brivera,195 +242777a8d6,azhang,2182 +05756cb9d4,doneill,1295 +a2c9235c2f,azhang,2722 +03be68b938,azhang,3191 +b99209181b,azhang,2936 +90082c5835,azhang,458 +7d3fb9607b,azhang,2679 +67efb87968,azhang,3158 +1d0460b5d9,ibarbosa,3367 +03d55dd770,azhang,2396 +278039c34d,gkaur,44 +1dc4c519ea,jsmith,1289 +b44a701d6f,flindqvist,533 +964f91b70a,jsmith,3332 +87ab21f88d,doneill,3398 +4a0537c341,gkaur,2574 +8de2a7167e,epatel,921 +018519eb23,cnakamura,1452 +3c6af9ba7c,azhang,798 +23d7444204,gkaur,2722 +6c6efa9de7,hchen,1328 +dedf868fc5,gkaur,1163 +f2f3852e33,azhang,1142 +2ed1e2fca1,doneill,2162 +061ef15a90,cnakamura,388 +14d58cbed9,epatel,82 +6ead86c345,flindqvist,582 +431c4a6209,doneill,1745 +7feac70a0c,jsmith,99 +a4cfcbe265,epatel,2761 +e0dcc9604c,azhang,1693 +f4cd0a52e3,cnakamura,1363 +18a580dc52,flindqvist,1559 +aa9e28e9dd,azhang,1036 +57a021e624,epatel,2603 +b5f8aceb2c,azhang,3357 +7c5b2c8f3d,brivera,1778 +c468405047,azhang,661 +519e585c59,azhang,2726 +d9fb56ece5,azhang,1966 +05abba6171,ibarbosa,427 +1c89330a68,azhang,1222 +ceb94ad4e6,gkaur,3067 +4f121de098,azhang,390 +f9e9db7782,azhang,881 +093b300ff3,azhang,215 +8e07fd6751,azhang,3258 +fc0cc5f015,flindqvist,1465 +5e1697bd43,cnakamura,350 +67a5bc5a71,hchen,762 +97b9dc1775,brivera,3480 +403a0ffecc,azhang,3056 +bddd696d98,azhang,473 +8edda2173d,hchen,1364 +1288b965a3,hchen,660 +8d3f5a7dd1,azhang,378 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-07.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..d224dcf6c157e6f728c7ea23b87f00f498a3b7f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-07.csv @@ -0,0 +1,72 @@ +session_id,user,duration_s +1bb1a19125,azhang,2076 +5cb8c1ca91,azhang,416 +2413513a22,doneill,1941 +37e857ac0b,azhang,643 +34dd7dd95d,azhang,1890 +2c2c9add69,brivera,2185 +c5c89c8828,gkaur,901 +afd418be28,epatel,3111 +acfd0feb14,azhang,2434 +36dbb2972c,ibarbosa,2735 +4145138562,cnakamura,3392 +af511f037e,azhang,2740 +6ab8aac0e2,gkaur,1520 +5e03702021,cnakamura,514 +127da7bdb8,azhang,3290 +6782b7201b,azhang,3369 +58f22a652c,gkaur,2904 +485a6ee47c,azhang,712 +0b63b4f878,cnakamura,1072 +f4a1752f4b,cnakamura,2437 +31b4f6a6fb,ibarbosa,1424 +0559a039b8,hchen,2546 +81fe81c9e6,doneill,256 +eb97e4534d,azhang,2120 +9decea25b6,jsmith,981 +ac7464c449,azhang,1649 +73e916b1a8,ibarbosa,1926 +1bc8e44936,cnakamura,1208 +962212741e,azhang,297 +e919cffca7,doneill,1531 +20776bda47,azhang,1248 +21f323d47c,ibarbosa,1220 +883d74387c,cnakamura,867 +065c3824dc,azhang,1125 +b87758e917,epatel,2012 +7837ba1b73,ibarbosa,235 +9929f4ed68,cnakamura,2387 +bbcea658e2,azhang,3160 +f82d4073b2,azhang,2175 +4a8276fcc5,hchen,2435 +825d8b8e65,flindqvist,1308 +b778c6c55b,azhang,510 +ae30486f04,azhang,2117 +f32dfb345a,jsmith,734 +82eb8bcb01,doneill,102 +9664f28314,jsmith,2911 +0969adfb49,azhang,2448 +d836851dad,hchen,767 +8044479ab0,azhang,3330 +cba062cace,azhang,1550 +ddf7f37ce4,brivera,3185 +f9f712da77,ibarbosa,281 +1f7b27ec3f,cnakamura,2649 +daa988f2bf,azhang,930 +e17d4337b0,azhang,868 +ab07c6c5aa,azhang,2824 +9f99c56efc,ibarbosa,2389 +ab49783112,azhang,1154 +f9f229a92d,azhang,3069 +2b5074b4b4,azhang,919 +4685453393,azhang,1818 +a31ad92cab,azhang,2259 +47b375e702,cnakamura,632 +84a2b8eaba,epatel,35 +e432e5b276,azhang,1349 +ac7fc10c04,azhang,3153 +319c47adb8,brivera,2634 +9686fe0aca,gkaur,2592 +e5084284fe,epatel,2729 +3f3970a400,azhang,1880 +bde964ab4a,jsmith,2241 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-08.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-08.csv new file mode 100644 index 0000000000000000000000000000000000000000..3625536880af7c62b9a9dd8539e6c4549c8c3987 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-08.csv @@ -0,0 +1,69 @@ +session_id,user,duration_s +013f1b7c25,brivera,2152 +a49e98dfd2,epatel,1378 +623ca1b49c,epatel,1316 +3e75379946,jsmith,1454 +5ad2b8dcc9,azhang,3228 +53c428f706,doneill,1856 +2f0670f736,azhang,1447 +cd6655592c,hchen,1730 +c8140823bc,cnakamura,385 +96b72366db,azhang,2599 +757dedda8c,azhang,3102 +fc51ee6c3a,ibarbosa,2625 +250fc63e91,azhang,2865 +1f4585f9d6,azhang,540 +1e9e9ef7e7,azhang,3334 +f0ea7b8f7b,azhang,3428 +d51d1afd5e,azhang,2452 +ccdef0d0b5,ibarbosa,708 +10eeb115b6,hchen,3475 +866f8c76f7,flindqvist,3132 +147ca17bb5,azhang,1774 +367330d710,ibarbosa,2124 +fbe7e94553,hchen,610 +92e68ce1d7,gkaur,1454 +9d86b17eb3,ibarbosa,3585 +87ca0acfb2,cnakamura,2069 +81e43f210b,gkaur,2016 +8bcd1cd7d1,cnakamura,1441 +8576b6e742,azhang,1051 +f63a630812,azhang,1776 +03eca7e01b,brivera,74 +e0c4e04454,jsmith,1322 +ba4596bc64,azhang,2488 +0dda1d20da,brivera,781 +e2645935a4,hchen,2850 +6a08bc8ee9,epatel,598 +63a4c4c540,doneill,3417 +c1454ae27a,azhang,2166 +0c8abb2f0f,epatel,2186 +2023af4139,brivera,3559 +342c26de0f,azhang,683 +b943099218,doneill,291 +7481823daa,azhang,1302 +d1e25d062a,epatel,399 +71c51f2fe6,cnakamura,2546 +e09dc32a4d,jsmith,3441 +93ddea94f3,hchen,227 +4f40e0120a,cnakamura,3486 +6c34a0ed19,epatel,1933 +4744b68e1f,cnakamura,319 +8a8e04f336,ibarbosa,2752 +41621201dc,azhang,3084 +847379cc3b,cnakamura,534 +cf518e13f7,jsmith,3554 +ea798c2cc0,cnakamura,552 +c8d342c491,gkaur,819 +fd254b0cc5,jsmith,212 +eae15858e3,azhang,2817 +5db758ab93,gkaur,1775 +f01bc0112a,azhang,1051 +80d0eb389c,brivera,3256 +a27369b8dd,cnakamura,2035 +f6001a3ed8,epatel,718 +d64633c48a,azhang,1567 +24b859d088,gkaur,1662 +1fc04fd249,cnakamura,3461 +345c727380,azhang,844 +50e8d7821a,epatel,1429 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-09.csv b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-09.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dea7c02c0938b7e00402258d1bfe702dda7bafb --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/reports/sessions/2024-09.csv @@ -0,0 +1,83 @@ +session_id,user,duration_s +36ec161c7e,azhang,965 +357234b9b9,azhang,296 +3be88906a1,azhang,1240 +ad61a81294,doneill,337 +c933a83cf8,azhang,2338 +d03463450f,epatel,2209 +5a892b8159,ibarbosa,1301 +d495473a77,azhang,831 +88b8d92abb,epatel,3170 +1f4305ce07,azhang,2110 +8e3e413f3b,azhang,3578 +f0c528bddd,flindqvist,1213 +25c1b8772b,brivera,1909 +ac2e168ad0,ibarbosa,3032 +db20f23c53,azhang,763 +91c953ebe0,azhang,2996 +4fdb2f9353,azhang,3289 +9ffaa76728,azhang,383 +5c0783a58e,ibarbosa,2523 +417dacb02c,brivera,3040 +2855ae2f8a,epatel,1835 +a90edafdd8,jsmith,2152 +d5c658b6ab,azhang,1849 +d1f737b4f6,cnakamura,905 +4accfd0e3e,gkaur,1532 +275edbbf8a,azhang,2967 +85539302c0,hchen,1412 +0120f0cded,doneill,2706 +71dc7dc4ad,azhang,572 +16c760ad8b,azhang,828 +090e31a7e5,hchen,3098 +d5e0327133,hchen,3117 +05d1621bee,hchen,3051 +c4355e9282,brivera,2857 +2c0d37e1c3,jsmith,3182 +0f9b0f24ef,doneill,2203 +bcdc0fe391,flindqvist,258 +96e5d74b1b,azhang,2760 +ee23c0c135,gkaur,1764 +19eda9a381,epatel,397 +500fe83a4e,gkaur,2823 +3a7ec722be,ibarbosa,2689 +a7341bad8a,gkaur,1948 +8c1b4ae18d,flindqvist,616 +93165c6295,brivera,798 +144a8c356b,azhang,1464 +9c2319bca8,flindqvist,3520 +e08425409f,azhang,1136 +561ce8df57,flindqvist,2718 +916d6cd4f3,epatel,2368 +8ffd29d03b,azhang,2307 +e557a61ce2,gkaur,687 +e907159a0a,ibarbosa,1996 +9520fb6de0,ibarbosa,1299 +fca9502666,flindqvist,1179 +1fe45153c7,cnakamura,1480 +8bcb77f409,azhang,1353 +7f335fdadf,azhang,3568 +976992a7ec,hchen,1887 +0dd9ea5256,azhang,1686 +ff56ada0b2,azhang,1053 +6b67ad4f19,azhang,2187 +d860679f0f,brivera,1932 +05e1cfa50d,brivera,232 +389624318b,hchen,1559 +5abf3e6d7b,azhang,3239 +5c0967a484,brivera,1463 +1e36188825,brivera,2612 +bf18663c07,flindqvist,250 +f7ba1e4351,jsmith,367 +af2eb51cdf,hchen,1859 +038e325b6b,azhang,3162 +db41c9c7ab,cnakamura,2822 +d34472ab45,doneill,3201 +284a0512b8,hchen,666 +fe20bb5bcf,flindqvist,836 +5186ea5c27,cnakamura,691 +bf38b20469,flindqvist,2192 +2d6c2a3d9b,azhang,1771 +b72d6172bc,gkaur,2721 +a8753b02e9,ibarbosa,942 +5f8a057fac,azhang,941 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-01.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..26849e70061f891214398222de341bf029f5c1a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-01.csv @@ -0,0 +1,79 @@ +session_id,user,duration_s +ae77904842,doneill,2672 +e0530b7837,doneill,673 +e3dd217e9f,hchen,391 +ab4c9f336b,cnakamura,1499 +26bbd28478,azhang,1737 +fe3768ec7c,azhang,2035 +ac22d73ba2,azhang,2606 +298bbf5947,doneill,2621 +65477d3875,gkaur,269 +d108f87442,azhang,2280 +acd7b53c6c,doneill,656 +4534508a48,jsmith,2905 +eab15b0371,brivera,776 +3139f93007,flindqvist,1875 +72835b4899,epatel,3263 +1eaf601b02,azhang,3302 +6ab566cc69,cnakamura,2023 +010453a228,azhang,2208 +29384758c1,gkaur,1199 +7f5d35da85,hchen,3542 +b1bc9a7212,flindqvist,1773 +8d4dfe74d2,cnakamura,3448 +3f89af3152,jsmith,2945 +887539178a,jsmith,3516 +03b61bc7f5,hchen,78 +ac37d519c4,ibarbosa,2932 +bd34548d46,ibarbosa,2401 +91f9b8ba01,jsmith,531 +14f7c49c06,doneill,2550 +0db1f061f2,flindqvist,2298 +1461ccb307,brivera,1300 +ba09a12350,azhang,167 +0b33cb4ca7,azhang,711 +9023bdcee1,azhang,937 +08a49ed6a3,flindqvist,1152 +bc0ac0af5b,azhang,701 +a601b5aa9c,brivera,1641 +81a18c52d9,jsmith,843 +f8b87b8a4f,brivera,54 +4d6e204593,azhang,87 +8b42ad6f28,azhang,2558 +b7d0124827,cnakamura,2400 +76208673fa,hchen,2179 +5e0de84a3d,cnakamura,621 +209e3d44aa,jsmith,989 +58d0676a50,doneill,999 +c2629c55fb,azhang,570 +2245f21c3c,azhang,1424 +6a742cdf51,azhang,488 +6ff6003e84,gkaur,3064 +a0c0ab634f,flindqvist,2079 +0d0d3b1b43,cnakamura,187 +4961784e7c,doneill,575 +e3cbd03173,ibarbosa,2574 +10967e7223,hchen,563 +4da8cf79d1,hchen,2552 +5b3e35c28c,gkaur,993 +2b0113aa01,azhang,593 +7682c9dcdd,azhang,2054 +398c29391f,ibarbosa,3413 +ef791c1daf,epatel,2448 +45fe6c2431,hchen,44 +a9e10a8f3c,azhang,2417 +aa8e170345,cnakamura,2931 +7d3c3a3641,epatel,3600 +05108da671,azhang,3153 +9ce77f5b4b,azhang,854 +7a12e784bf,epatel,2920 +ebb221b89f,cnakamura,2326 +a80ea57577,azhang,3156 +6f3d6e9674,cnakamura,1056 +d1ff6d68c9,epatel,879 +9f908c15fa,hchen,1196 +d2d351c378,azhang,280 +d79883ae60,hchen,3402 +01961603e9,azhang,3578 +5ce6c8547c,hchen,3015 +f450f3e9db,azhang,1469 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-02.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..089eb928d4e2c5d085e3c02c5b9f244a8a43e6db --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-02.csv @@ -0,0 +1,84 @@ +session_id,user,duration_s +735c682468,azhang,2280 +158e523da1,flindqvist,3218 +4d44cb805f,azhang,313 +eeab433dc0,hchen,645 +87868b9698,ibarbosa,2634 +c7a3e63fb6,doneill,1005 +14f071faaa,cnakamura,2453 +5b313ab7c2,gkaur,1569 +a51f7242c6,hchen,137 +4c528ccc1e,brivera,357 +d3973b8edc,ibarbosa,2848 +e6747628dd,azhang,3150 +dc8a8c274e,epatel,2411 +902779effa,doneill,3050 +72e5d03964,brivera,2241 +16af2011ca,epatel,680 +4656542f17,azhang,559 +6cb5e7f7d7,jsmith,1206 +1c6e9b1d97,azhang,498 +68f495936a,flindqvist,2425 +9d03272e2b,ibarbosa,1629 +59f5887629,jsmith,913 +7a0849ac09,azhang,2232 +cb9ef86433,azhang,1272 +2bd204ce64,jsmith,1671 +6afc31d481,gkaur,3066 +d8c26b7fed,cnakamura,2136 +fa587fb421,epatel,2590 +c803caa876,azhang,859 +286ab4ecb8,azhang,1136 +64c4f44ea3,flindqvist,270 +e74dc8f44a,ibarbosa,2501 +295bc92d2a,azhang,3241 +3270be1d0d,azhang,932 +b55dc549ca,azhang,3393 +f28643f383,ibarbosa,3252 +06683006d7,ibarbosa,539 +b4cc2656ec,brivera,3501 +4ec58a1b7f,doneill,2004 +307348ff64,brivera,150 +3d42bab8bd,jsmith,1866 +1b8cb7c6d5,brivera,2522 +8e7b552127,epatel,654 +40bcd91fec,epatel,3496 +5d51971241,gkaur,1858 +c6d2a2e7d4,doneill,408 +16aa540133,epatel,2201 +45af1c8d11,azhang,728 +c53c9cb33a,flindqvist,2048 +d7888a525e,azhang,2879 +b837d1799e,azhang,1257 +8d0b3bfce4,cnakamura,1475 +83b87191b8,azhang,2778 +97b993defb,azhang,3184 +11e7274dae,hchen,678 +a848c4969a,azhang,3376 +9154525360,azhang,1044 +3ac830558f,azhang,1823 +b866ac2cf2,cnakamura,3231 +5b8ef27f23,doneill,1929 +6303cd7074,epatel,3543 +78258117a3,azhang,2188 +f0f5899ced,hchen,1375 +918816834e,brivera,2774 +cbc453d7e5,azhang,928 +e307a32cea,brivera,745 +0b40d38621,azhang,1826 +15a2aa92eb,azhang,1387 +ca1f8284cd,azhang,3392 +4cf07da527,ibarbosa,2482 +cd3b6c943b,cnakamura,91 +b2f4df9463,flindqvist,3293 +b13d7b8383,hchen,1691 +b093c644ee,gkaur,2395 +572bfcfce5,azhang,367 +eaded88d87,azhang,2382 +d0fca6bfa0,brivera,3472 +03e3c13eeb,ibarbosa,3206 +619181136d,cnakamura,1878 +05825e2e4c,azhang,3568 +6dcdbd5038,jsmith,143 +a859ef9fe2,flindqvist,1351 +44158af5fb,azhang,951 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-03.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..95b05a7632881ba89527c01ef0072cbc00f9a767 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-03.csv @@ -0,0 +1,89 @@ +session_id,user,duration_s +b41cb1892a,epatel,1411 +e276ef3849,doneill,862 +8f3d379ed7,brivera,2853 +390dd91b5d,azhang,97 +573efdb31a,azhang,2190 +8455ffc7dc,azhang,979 +63d5467bdd,gkaur,186 +b2961cc35f,azhang,101 +f369151850,azhang,2426 +f79ab638b1,azhang,1654 +3b46788046,azhang,309 +1d05d7b0e4,jsmith,811 +c1815e5b6e,gkaur,756 +c55debb4c5,jsmith,663 +09f1054733,azhang,3260 +12ed99e8f3,gkaur,3475 +6c9192079e,azhang,370 +30443c6d70,azhang,951 +68a79fa289,flindqvist,406 +7a77a15527,azhang,2285 +4a5bd8e72b,azhang,126 +314fd5d4fd,jsmith,79 +b7cbc2562d,ibarbosa,1798 +249ff79fa5,gkaur,1389 +83c9a3da91,azhang,319 +90dabcae3b,azhang,3580 +b90acee4d8,ibarbosa,805 +4c7fdc5819,flindqvist,3003 +92b735b194,azhang,1345 +5bf8187f4f,ibarbosa,1026 +0253ada156,jsmith,1219 +2d2ecd771c,ibarbosa,574 +6822b26d57,jsmith,2858 +f8b667c87a,flindqvist,3206 +cc0b2cc2f0,azhang,1220 +ad5a086565,ibarbosa,2729 +ffc347c7fd,azhang,1410 +a25d1e226b,brivera,1740 +45ea392da6,azhang,2991 +7265503537,epatel,1167 +3630319c52,jsmith,1359 +3848bea08f,ibarbosa,140 +b8e2fbc199,hchen,123 +520375f95a,azhang,464 +3fbb71e378,jsmith,1167 +4b81b5db42,azhang,2554 +92c8eba7f4,azhang,1623 +f3dcd8ec00,cnakamura,1256 +05d896dad5,cnakamura,3509 +0cc684b515,azhang,3150 +bb1f16fcda,ibarbosa,2144 +d933be0132,azhang,2484 +e00821043f,azhang,1313 +a1434245bf,azhang,1091 +3919232657,ibarbosa,1686 +6f40079a1e,brivera,788 +4bea1a112e,azhang,256 +e982f9a134,cnakamura,1787 +cea0dead5c,doneill,2324 +c4559376cf,doneill,3185 +7bf2a93343,azhang,3204 +72b640d1cf,azhang,1260 +1b67074157,azhang,3514 +2b3fc12779,azhang,3485 +feed84bd6f,gkaur,2358 +55d862f23b,hchen,2626 +6e27e473ba,cnakamura,3359 +b91a8536c8,flindqvist,2411 +9713a5242a,azhang,2551 +6c183244d6,brivera,423 +9dac2bec75,hchen,1381 +8a2c7504e5,doneill,2465 +506064c28d,flindqvist,3346 +3832ea856d,hchen,1592 +cf898eb21f,brivera,2329 +e53fa57506,gkaur,753 +685944b4d0,epatel,403 +e050741d60,cnakamura,2810 +47b213e961,flindqvist,2150 +dd32942ae5,cnakamura,402 +3865bf1cd4,brivera,3112 +6a035d2de1,jsmith,794 +7b5d48d9cc,flindqvist,247 +8cb018e401,epatel,1863 +8da78bc44f,brivera,2754 +5c22b03ffb,azhang,3575 +9bf3368123,epatel,385 +3ed6605e59,azhang,1340 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-04.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..bc676feb58f42a8590da5cacdb9d2d8063fb7672 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-04.csv @@ -0,0 +1,90 @@ +session_id,user,duration_s +a9dcd6b096,azhang,252 +1e040d3d94,azhang,1259 +7123b66904,gkaur,1970 +88357209a4,epatel,1988 +d956d5d839,cnakamura,3159 +16d3dee402,gkaur,745 +379e2ee8a0,gkaur,869 +2982965c5a,azhang,3216 +c7bc30218e,ibarbosa,3074 +4619b23085,jsmith,885 +37c320de45,azhang,104 +5ab99baa0c,ibarbosa,3292 +5e89876c32,azhang,185 +5c1df8a804,hchen,1612 +4eb57d6e8c,flindqvist,2607 +ea82ad3694,doneill,2624 +99725ff4a6,jsmith,528 +854b7f7722,ibarbosa,2443 +f67868c097,hchen,2259 +6adf2cf693,cnakamura,1703 +b470320da3,azhang,2019 +af225e4a01,epatel,3470 +1232ef404a,brivera,3266 +821cce60a8,jsmith,868 +46e4fbba9a,flindqvist,2048 +0258348d87,gkaur,1632 +89709713d0,azhang,2567 +ceb6217381,cnakamura,2679 +9d53b47c00,azhang,1793 +5f086b710e,epatel,388 +96a2977d97,azhang,481 +a60a1760a8,cnakamura,2137 +7a67e7f035,azhang,374 +6bc91443b3,azhang,3326 +651c3ef0e8,brivera,3154 +c3c203eabc,azhang,1707 +21729cc646,azhang,3187 +a438621b42,brivera,2108 +1458cee7cb,gkaur,629 +dce6957ed8,doneill,254 +28c10b6a16,azhang,2117 +dbf47d9e62,azhang,2971 +b92c91b435,gkaur,1592 +19514726d3,jsmith,2521 +2f8fbb3605,doneill,965 +ba1f6493ad,azhang,558 +ef38071ee4,azhang,261 +fb8c559757,gkaur,796 +7831ce8d34,hchen,2563 +ec04ed1736,jsmith,2398 +119c028491,hchen,1117 +c9ee602089,epatel,1652 +e6075c8cc8,azhang,917 +1b7583bc62,cnakamura,2378 +016e578f4d,jsmith,518 +1ec19d88ec,gkaur,1596 +7015150207,hchen,2947 +615e8c3ed0,azhang,3560 +fe103a89c7,jsmith,2512 +a9c53b5ec9,azhang,253 +e69025f2eb,gkaur,328 +2cb1842b64,azhang,1993 +b325d7f93e,hchen,396 +ad875ca80a,azhang,1761 +2af8f48514,azhang,301 +8850f0c1f7,jsmith,338 +78d10588d2,azhang,1310 +026f616645,ibarbosa,1863 +1660d8043c,epatel,921 +f796717721,azhang,3530 +ae0995a817,azhang,2716 +6bc120b033,hchen,3252 +6aa3a3db5b,azhang,3290 +f4e372c851,hchen,1576 +0fcb9f166c,jsmith,3135 +99cf987f15,epatel,2531 +f9df6050b3,brivera,725 +3f28e9b431,epatel,1083 +414bd6fc56,brivera,3577 +7199155a6b,ibarbosa,3138 +eea7eb6810,gkaur,1223 +ef0e281043,ibarbosa,856 +6db54db585,azhang,1740 +8e0b9298ca,hchen,1442 +722342da4b,azhang,2550 +5e25661b10,cnakamura,2238 +fb9aafd4f2,doneill,3497 +8d0f499efc,brivera,369 +7a457a3b67,doneill,1931 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-05.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..883f0cf853aaaa05e96483dc3d9bd19653063a00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-05.csv @@ -0,0 +1,69 @@ +session_id,user,duration_s +2f7886cadd,ibarbosa,1725 +e40f85d6ef,azhang,409 +624e0b24f7,jsmith,499 +a272f2c365,azhang,975 +803dc49ec7,azhang,2318 +1d477fbf10,ibarbosa,659 +2ce290cdc1,epatel,960 +5d2092103b,hchen,2799 +667d7616d5,azhang,2238 +58fc81c076,jsmith,3522 +510b2b4787,ibarbosa,3273 +3bda15994f,azhang,326 +cdaec083f4,cnakamura,580 +e60f1ed4b2,brivera,2693 +2227e6f167,azhang,3144 +1d99b96529,flindqvist,1874 +5c87cc6e79,flindqvist,1811 +dcf4247c08,doneill,1581 +5413f5950e,azhang,389 +9d98737a3e,flindqvist,1505 +0de610b29d,azhang,3344 +54cc02477f,hchen,3035 +751095afaf,azhang,310 +40ed7197c7,jsmith,2117 +cef38a151d,ibarbosa,2809 +c7917eb67f,flindqvist,2854 +fc0c7ed4ea,jsmith,650 +c4f7534d46,azhang,1439 +2196457b73,gkaur,1628 +eb5dc22ec4,doneill,3298 +d1a364d073,azhang,55 +cbe2946ac0,gkaur,3485 +81843d8eec,azhang,2861 +5eea2c1d43,doneill,3481 +e0849f3032,jsmith,1914 +92e9d90219,azhang,2312 +2f8a81fc4e,ibarbosa,1030 +28f4b68ca7,azhang,2047 +bbd8eaeddf,gkaur,1314 +dd0d966881,hchen,1651 +f4203a3401,ibarbosa,1695 +873215039c,gkaur,2817 +1851327495,jsmith,2996 +1b4cea7918,epatel,1497 +97a3362707,azhang,2123 +9d2903b7cf,hchen,2709 +2da83d0285,azhang,3540 +9176568f2d,cnakamura,317 +f5ad1a46f2,azhang,3075 +5ccffc1134,azhang,1550 +9a548c9cd3,flindqvist,1687 +ffa5e3fe11,ibarbosa,836 +8f6a95dd88,brivera,1262 +f1230b5676,epatel,744 +589eeb6f96,brivera,2206 +25e9957bda,epatel,1109 +3ea9fa76fe,doneill,3462 +636c97890a,hchen,910 +3c34bf209f,ibarbosa,241 +b1f65beaba,flindqvist,3169 +e6c01ca03e,hchen,1888 +bbfc12fc63,gkaur,475 +5c8bee0e81,azhang,3519 +a0e3f3c263,azhang,2520 +0db6ebf7e0,jsmith,2751 +17e9339a73,hchen,2306 +f58443688b,hchen,391 +caaac363df,doneill,2209 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-06.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..a76dec9b563873bad89b82642a7b83131526a2f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-06.csv @@ -0,0 +1,90 @@ +session_id,user,duration_s +7a78c85c14,azhang,235 +e758ed18e5,flindqvist,410 +9432bce407,brivera,1117 +13cf3b6497,hchen,2336 +9bced5a773,jsmith,2344 +c2e7d3b8af,brivera,1991 +af04780e76,jsmith,2230 +d05359d317,azhang,3374 +9ac4bd0731,gkaur,3014 +afa3be8c32,azhang,3184 +73a0f7ae92,azhang,3378 +60f0609171,hchen,2956 +eb8e827656,ibarbosa,249 +2ceb67b91c,epatel,1397 +664a87dfe8,azhang,833 +ce4add5b48,flindqvist,324 +aa2570d2ec,azhang,2253 +d410887ce0,azhang,3547 +c3807afbfd,hchen,2853 +def86df742,azhang,481 +a032960bb6,azhang,1363 +11bd036b6f,azhang,2790 +9ac2267bc0,azhang,451 +939ade675d,jsmith,3247 +de3901827b,gkaur,138 +b6b4b78464,azhang,1204 +c525952b18,flindqvist,3530 +1ef4ce6e9f,hchen,1187 +8142f634b4,azhang,1506 +d96c3bc052,ibarbosa,3077 +fee5819d11,ibarbosa,2280 +03a305ed4a,azhang,3270 +cb747dceed,brivera,195 +242777a8d6,azhang,2182 +05756cb9d4,doneill,1295 +a2c9235c2f,azhang,2722 +03be68b938,azhang,3191 +b99209181b,azhang,2936 +90082c5835,azhang,458 +7d3fb9607b,azhang,2679 +67efb87968,azhang,3158 +1d0460b5d9,ibarbosa,3367 +03d55dd770,azhang,2396 +278039c34d,gkaur,44 +1dc4c519ea,jsmith,1289 +b44a701d6f,flindqvist,533 +964f91b70a,jsmith,3332 +87ab21f88d,doneill,3398 +4a0537c341,gkaur,2574 +8de2a7167e,epatel,921 +018519eb23,cnakamura,1452 +3c6af9ba7c,azhang,798 +23d7444204,gkaur,2722 +6c6efa9de7,hchen,1328 +dedf868fc5,gkaur,1163 +f2f3852e33,azhang,1142 +2ed1e2fca1,doneill,2162 +061ef15a90,cnakamura,388 +14d58cbed9,epatel,82 +6ead86c345,flindqvist,582 +431c4a6209,doneill,1745 +7feac70a0c,jsmith,99 +a4cfcbe265,epatel,2761 +e0dcc9604c,azhang,1693 +f4cd0a52e3,cnakamura,1363 +18a580dc52,flindqvist,1559 +aa9e28e9dd,azhang,1036 +57a021e624,epatel,2603 +b5f8aceb2c,azhang,3357 +7c5b2c8f3d,brivera,1778 +c468405047,azhang,661 +519e585c59,azhang,2726 +d9fb56ece5,azhang,1966 +05abba6171,ibarbosa,427 +1c89330a68,azhang,1222 +ceb94ad4e6,gkaur,3067 +4f121de098,azhang,390 +f9e9db7782,azhang,881 +093b300ff3,azhang,215 +8e07fd6751,azhang,3258 +fc0cc5f015,flindqvist,1465 +5e1697bd43,cnakamura,350 +67a5bc5a71,hchen,762 +97b9dc1775,brivera,3480 +403a0ffecc,azhang,3056 +bddd696d98,azhang,473 +8edda2173d,hchen,1364 +1288b965a3,hchen,660 +8d3f5a7dd1,azhang,378 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-07.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..d224dcf6c157e6f728c7ea23b87f00f498a3b7f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-07.csv @@ -0,0 +1,72 @@ +session_id,user,duration_s +1bb1a19125,azhang,2076 +5cb8c1ca91,azhang,416 +2413513a22,doneill,1941 +37e857ac0b,azhang,643 +34dd7dd95d,azhang,1890 +2c2c9add69,brivera,2185 +c5c89c8828,gkaur,901 +afd418be28,epatel,3111 +acfd0feb14,azhang,2434 +36dbb2972c,ibarbosa,2735 +4145138562,cnakamura,3392 +af511f037e,azhang,2740 +6ab8aac0e2,gkaur,1520 +5e03702021,cnakamura,514 +127da7bdb8,azhang,3290 +6782b7201b,azhang,3369 +58f22a652c,gkaur,2904 +485a6ee47c,azhang,712 +0b63b4f878,cnakamura,1072 +f4a1752f4b,cnakamura,2437 +31b4f6a6fb,ibarbosa,1424 +0559a039b8,hchen,2546 +81fe81c9e6,doneill,256 +eb97e4534d,azhang,2120 +9decea25b6,jsmith,981 +ac7464c449,azhang,1649 +73e916b1a8,ibarbosa,1926 +1bc8e44936,cnakamura,1208 +962212741e,azhang,297 +e919cffca7,doneill,1531 +20776bda47,azhang,1248 +21f323d47c,ibarbosa,1220 +883d74387c,cnakamura,867 +065c3824dc,azhang,1125 +b87758e917,epatel,2012 +7837ba1b73,ibarbosa,235 +9929f4ed68,cnakamura,2387 +bbcea658e2,azhang,3160 +f82d4073b2,azhang,2175 +4a8276fcc5,hchen,2435 +825d8b8e65,flindqvist,1308 +b778c6c55b,azhang,510 +ae30486f04,azhang,2117 +f32dfb345a,jsmith,734 +82eb8bcb01,doneill,102 +9664f28314,jsmith,2911 +0969adfb49,azhang,2448 +d836851dad,hchen,767 +8044479ab0,azhang,3330 +cba062cace,azhang,1550 +ddf7f37ce4,brivera,3185 +f9f712da77,ibarbosa,281 +1f7b27ec3f,cnakamura,2649 +daa988f2bf,azhang,930 +e17d4337b0,azhang,868 +ab07c6c5aa,azhang,2824 +9f99c56efc,ibarbosa,2389 +ab49783112,azhang,1154 +f9f229a92d,azhang,3069 +2b5074b4b4,azhang,919 +4685453393,azhang,1818 +a31ad92cab,azhang,2259 +47b375e702,cnakamura,632 +84a2b8eaba,epatel,35 +e432e5b276,azhang,1349 +ac7fc10c04,azhang,3153 +319c47adb8,brivera,2634 +9686fe0aca,gkaur,2592 +e5084284fe,epatel,2729 +3f3970a400,azhang,1880 +bde964ab4a,jsmith,2241 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-08.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-08.csv new file mode 100644 index 0000000000000000000000000000000000000000..3625536880af7c62b9a9dd8539e6c4549c8c3987 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-08.csv @@ -0,0 +1,69 @@ +session_id,user,duration_s +013f1b7c25,brivera,2152 +a49e98dfd2,epatel,1378 +623ca1b49c,epatel,1316 +3e75379946,jsmith,1454 +5ad2b8dcc9,azhang,3228 +53c428f706,doneill,1856 +2f0670f736,azhang,1447 +cd6655592c,hchen,1730 +c8140823bc,cnakamura,385 +96b72366db,azhang,2599 +757dedda8c,azhang,3102 +fc51ee6c3a,ibarbosa,2625 +250fc63e91,azhang,2865 +1f4585f9d6,azhang,540 +1e9e9ef7e7,azhang,3334 +f0ea7b8f7b,azhang,3428 +d51d1afd5e,azhang,2452 +ccdef0d0b5,ibarbosa,708 +10eeb115b6,hchen,3475 +866f8c76f7,flindqvist,3132 +147ca17bb5,azhang,1774 +367330d710,ibarbosa,2124 +fbe7e94553,hchen,610 +92e68ce1d7,gkaur,1454 +9d86b17eb3,ibarbosa,3585 +87ca0acfb2,cnakamura,2069 +81e43f210b,gkaur,2016 +8bcd1cd7d1,cnakamura,1441 +8576b6e742,azhang,1051 +f63a630812,azhang,1776 +03eca7e01b,brivera,74 +e0c4e04454,jsmith,1322 +ba4596bc64,azhang,2488 +0dda1d20da,brivera,781 +e2645935a4,hchen,2850 +6a08bc8ee9,epatel,598 +63a4c4c540,doneill,3417 +c1454ae27a,azhang,2166 +0c8abb2f0f,epatel,2186 +2023af4139,brivera,3559 +342c26de0f,azhang,683 +b943099218,doneill,291 +7481823daa,azhang,1302 +d1e25d062a,epatel,399 +71c51f2fe6,cnakamura,2546 +e09dc32a4d,jsmith,3441 +93ddea94f3,hchen,227 +4f40e0120a,cnakamura,3486 +6c34a0ed19,epatel,1933 +4744b68e1f,cnakamura,319 +8a8e04f336,ibarbosa,2752 +41621201dc,azhang,3084 +847379cc3b,cnakamura,534 +cf518e13f7,jsmith,3554 +ea798c2cc0,cnakamura,552 +c8d342c491,gkaur,819 +fd254b0cc5,jsmith,212 +eae15858e3,azhang,2817 +5db758ab93,gkaur,1775 +f01bc0112a,azhang,1051 +80d0eb389c,brivera,3256 +a27369b8dd,cnakamura,2035 +f6001a3ed8,epatel,718 +d64633c48a,azhang,1567 +24b859d088,gkaur,1662 +1fc04fd249,cnakamura,3461 +345c727380,azhang,844 +50e8d7821a,epatel,1429 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-09.csv b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-09.csv new file mode 100644 index 0000000000000000000000000000000000000000..2dea7c02c0938b7e00402258d1bfe702dda7bafb --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/reports/sessions/2024-09.csv @@ -0,0 +1,83 @@ +session_id,user,duration_s +36ec161c7e,azhang,965 +357234b9b9,azhang,296 +3be88906a1,azhang,1240 +ad61a81294,doneill,337 +c933a83cf8,azhang,2338 +d03463450f,epatel,2209 +5a892b8159,ibarbosa,1301 +d495473a77,azhang,831 +88b8d92abb,epatel,3170 +1f4305ce07,azhang,2110 +8e3e413f3b,azhang,3578 +f0c528bddd,flindqvist,1213 +25c1b8772b,brivera,1909 +ac2e168ad0,ibarbosa,3032 +db20f23c53,azhang,763 +91c953ebe0,azhang,2996 +4fdb2f9353,azhang,3289 +9ffaa76728,azhang,383 +5c0783a58e,ibarbosa,2523 +417dacb02c,brivera,3040 +2855ae2f8a,epatel,1835 +a90edafdd8,jsmith,2152 +d5c658b6ab,azhang,1849 +d1f737b4f6,cnakamura,905 +4accfd0e3e,gkaur,1532 +275edbbf8a,azhang,2967 +85539302c0,hchen,1412 +0120f0cded,doneill,2706 +71dc7dc4ad,azhang,572 +16c760ad8b,azhang,828 +090e31a7e5,hchen,3098 +d5e0327133,hchen,3117 +05d1621bee,hchen,3051 +c4355e9282,brivera,2857 +2c0d37e1c3,jsmith,3182 +0f9b0f24ef,doneill,2203 +bcdc0fe391,flindqvist,258 +96e5d74b1b,azhang,2760 +ee23c0c135,gkaur,1764 +19eda9a381,epatel,397 +500fe83a4e,gkaur,2823 +3a7ec722be,ibarbosa,2689 +a7341bad8a,gkaur,1948 +8c1b4ae18d,flindqvist,616 +93165c6295,brivera,798 +144a8c356b,azhang,1464 +9c2319bca8,flindqvist,3520 +e08425409f,azhang,1136 +561ce8df57,flindqvist,2718 +916d6cd4f3,epatel,2368 +8ffd29d03b,azhang,2307 +e557a61ce2,gkaur,687 +e907159a0a,ibarbosa,1996 +9520fb6de0,ibarbosa,1299 +fca9502666,flindqvist,1179 +1fe45153c7,cnakamura,1480 +8bcb77f409,azhang,1353 +7f335fdadf,azhang,3568 +976992a7ec,hchen,1887 +0dd9ea5256,azhang,1686 +ff56ada0b2,azhang,1053 +6b67ad4f19,azhang,2187 +d860679f0f,brivera,1932 +05e1cfa50d,brivera,232 +389624318b,hchen,1559 +5abf3e6d7b,azhang,3239 +5c0967a484,brivera,1463 +1e36188825,brivera,2612 +bf18663c07,flindqvist,250 +f7ba1e4351,jsmith,367 +af2eb51cdf,hchen,1859 +038e325b6b,azhang,3162 +db41c9c7ab,cnakamura,2822 +d34472ab45,doneill,3201 +284a0512b8,hchen,666 +fe20bb5bcf,flindqvist,836 +5186ea5c27,cnakamura,691 +bf38b20469,flindqvist,2192 +2d6c2a3d9b,azhang,1771 +b72d6172bc,gkaur,2721 +a8753b02e9,ibarbosa,942 +5f8a057fac,azhang,941 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_683ae63edd/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/canary/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/canary/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..66dde4afcd622810efab4328f183e83dc1022604 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/canary/features.ini @@ -0,0 +1,40 @@ +[fast-path] +enabled = true +owner = mtanaka +rollout = 33 + +[a-b-test-red] +enabled = true +owner = epatel +rollout = 8 + +[push-notify] +enabled = true +owner = qyu +rollout = 86 + +[dark-mode] +enabled = true +owner = gkaur +rollout = 3 + +[new-cart] +enabled = true +owner = flindqvist +rollout = 98 + +[beta-checkout] +enabled = true +owner = mtanaka +rollout = 35 + +[turbo] +enabled = true +owner = ibarbosa +rollout = 1 + +[wishlist] +enabled = false +owner = opopov +rollout = 78 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/dev/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/dev/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..7b1fd3f2a2f323555cd7a84db4e35fa57d97bcb5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/dev/features.ini @@ -0,0 +1,40 @@ +[dark-mode] +enabled = true +owner = rrossi +rollout = 94 + +[turbo] +enabled = false +owner = nmurray +rollout = 15 + +[wishlist] +enabled = true +owner = nmurray +rollout = 20 + +[beta-checkout] +enabled = true +owner = azhang +rollout = 12 + +[push-notify] +enabled = true +owner = gkaur +rollout = 6 + +[a-b-test-blue] +enabled = false +owner = tvasquez +rollout = 76 + +[legacy-redirect] +enabled = false +owner = kkuznetsov +rollout = 70 + +[chat-assistant] +enabled = true +owner = xlee +rollout = 39 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/auth.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/auth.md new file mode 100644 index 0000000000000000000000000000000000000000..b96eba3212ca65bca5ce2f499614ef5dd2463288 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/auth.md @@ -0,0 +1,3 @@ +# auth + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/billing.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/billing.md new file mode 100644 index 0000000000000000000000000000000000000000..06657c5f29e3d183f23d7f18f8d99a3265c434b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/billing.md @@ -0,0 +1,3 @@ +# billing + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/logging.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/logging.md new file mode 100644 index 0000000000000000000000000000000000000000..89b5c73be26d98d647371e4a61aef8bd0338ccbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/logging.md @@ -0,0 +1,3 @@ +# logging + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/ratelimit.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/ratelimit.md new file mode 100644 index 0000000000000000000000000000000000000000..e189769ab631117e76df5323d1598aae16d1ab03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/ratelimit.md @@ -0,0 +1,3 @@ +# ratelimit + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/telemetry.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/telemetry.md new file mode 100644 index 0000000000000000000000000000000000000000..e010b85b2dcb386159900ea8cdfa8bedefcb0ce7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/docs/telemetry.md @@ -0,0 +1,3 @@ +# telemetry + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/eu-central-1.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/eu-central-1.ini new file mode 100644 index 0000000000000000000000000000000000000000..f735230e1d69167f7ff75d8d9eab18b4fcb0241f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/eu-central-1.ini @@ -0,0 +1,3 @@ +[beta-checkout] +enabled = true +owner = epatel diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/eu-west-1.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/eu-west-1.ini new file mode 100644 index 0000000000000000000000000000000000000000..efab6d9fb4880027457a09578225727b3b9b62fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/eu-west-1.ini @@ -0,0 +1,3 @@ +[turbo] +enabled = true +owner = kkuznetsov diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/us-east-1.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/us-east-1.ini new file mode 100644 index 0000000000000000000000000000000000000000..b3fd187eebc8cbd1f85184c2390dfc1b6c8948a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/us-east-1.ini @@ -0,0 +1,3 @@ +[dark-mode] +enabled = true +owner = jsmith diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/us-west-2.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/us-west-2.ini new file mode 100644 index 0000000000000000000000000000000000000000..f1d2b72d6f82e08653505eace5d784f1e3192dff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/overrides/us-west-2.ini @@ -0,0 +1,3 @@ +[voice-search] +enabled = true +owner = xlee diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/prod/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/prod/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..6facec9237bce98b9a7b0525dd2144997805e18a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/prod/features.ini @@ -0,0 +1,40 @@ +[dark-mode] +enabled = false +owner = hchen +rollout = 67 + +[beta-checkout] +enabled = true +owner = qyu +rollout = 42 + +[legacy-redirect] +enabled = true +owner = mtanaka +rollout = 67 + +[new-cart] +enabled = false +owner = rrossi +rollout = 45 + +[voice-search] +enabled = false +owner = jsmith +rollout = 20 + +[fast-path] +enabled = false +owner = wxu +rollout = 78 + +[a-b-test-red] +enabled = false +owner = mtanaka +rollout = 65 + +[a-b-test-blue] +enabled = true +owner = rrossi +rollout = 61 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/staging/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/staging/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..80aabca2693da223da4221c3a570965af497c757 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/flags/staging/features.ini @@ -0,0 +1,40 @@ +[dark-mode] +enabled = false +owner = uvogt +rollout = 74 + +[a-b-test-red] +enabled = true +owner = mtanaka +rollout = 56 + +[turbo] +enabled = true +owner = ibarbosa +rollout = 41 + +[new-cart] +enabled = true +owner = cnakamura +rollout = 72 + +[push-notify] +enabled = true +owner = flindqvist +rollout = 37 + +[beta-checkout] +enabled = false +owner = brivera +rollout = 63 + +[fast-path] +enabled = true +owner = mtanaka +rollout = 61 + +[a-b-test-blue] +enabled = true +owner = sstevens +rollout = 71 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/canary/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/canary/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..66dde4afcd622810efab4328f183e83dc1022604 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/canary/features.ini @@ -0,0 +1,40 @@ +[fast-path] +enabled = true +owner = mtanaka +rollout = 33 + +[a-b-test-red] +enabled = true +owner = epatel +rollout = 8 + +[push-notify] +enabled = true +owner = qyu +rollout = 86 + +[dark-mode] +enabled = true +owner = gkaur +rollout = 3 + +[new-cart] +enabled = true +owner = flindqvist +rollout = 98 + +[beta-checkout] +enabled = true +owner = mtanaka +rollout = 35 + +[turbo] +enabled = true +owner = ibarbosa +rollout = 1 + +[wishlist] +enabled = false +owner = opopov +rollout = 78 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/dev/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/dev/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..7b1fd3f2a2f323555cd7a84db4e35fa57d97bcb5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/dev/features.ini @@ -0,0 +1,40 @@ +[dark-mode] +enabled = true +owner = rrossi +rollout = 94 + +[turbo] +enabled = false +owner = nmurray +rollout = 15 + +[wishlist] +enabled = true +owner = nmurray +rollout = 20 + +[beta-checkout] +enabled = true +owner = azhang +rollout = 12 + +[push-notify] +enabled = true +owner = gkaur +rollout = 6 + +[a-b-test-blue] +enabled = false +owner = tvasquez +rollout = 76 + +[legacy-redirect] +enabled = false +owner = kkuznetsov +rollout = 70 + +[chat-assistant] +enabled = true +owner = xlee +rollout = 39 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/auth.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/auth.md new file mode 100644 index 0000000000000000000000000000000000000000..b96eba3212ca65bca5ce2f499614ef5dd2463288 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/auth.md @@ -0,0 +1,3 @@ +# auth + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/billing.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/billing.md new file mode 100644 index 0000000000000000000000000000000000000000..06657c5f29e3d183f23d7f18f8d99a3265c434b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/billing.md @@ -0,0 +1,3 @@ +# billing + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/logging.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/logging.md new file mode 100644 index 0000000000000000000000000000000000000000..89b5c73be26d98d647371e4a61aef8bd0338ccbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/logging.md @@ -0,0 +1,3 @@ +# logging + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/ratelimit.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/ratelimit.md new file mode 100644 index 0000000000000000000000000000000000000000..e189769ab631117e76df5323d1598aae16d1ab03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/ratelimit.md @@ -0,0 +1,3 @@ +# ratelimit + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/telemetry.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/telemetry.md new file mode 100644 index 0000000000000000000000000000000000000000..e010b85b2dcb386159900ea8cdfa8bedefcb0ce7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/docs/telemetry.md @@ -0,0 +1,3 @@ +# telemetry + +See features.ini. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/eu-central-1.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/eu-central-1.ini new file mode 100644 index 0000000000000000000000000000000000000000..f735230e1d69167f7ff75d8d9eab18b4fcb0241f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/eu-central-1.ini @@ -0,0 +1,3 @@ +[beta-checkout] +enabled = true +owner = epatel diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/eu-west-1.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/eu-west-1.ini new file mode 100644 index 0000000000000000000000000000000000000000..efab6d9fb4880027457a09578225727b3b9b62fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/eu-west-1.ini @@ -0,0 +1,3 @@ +[turbo] +enabled = true +owner = kkuznetsov diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/us-east-1.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/us-east-1.ini new file mode 100644 index 0000000000000000000000000000000000000000..b3fd187eebc8cbd1f85184c2390dfc1b6c8948a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/us-east-1.ini @@ -0,0 +1,3 @@ +[dark-mode] +enabled = true +owner = jsmith diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/us-west-2.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/us-west-2.ini new file mode 100644 index 0000000000000000000000000000000000000000..f1d2b72d6f82e08653505eace5d784f1e3192dff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/overrides/us-west-2.ini @@ -0,0 +1,3 @@ +[voice-search] +enabled = true +owner = xlee diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/prod/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/prod/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..6facec9237bce98b9a7b0525dd2144997805e18a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/prod/features.ini @@ -0,0 +1,40 @@ +[dark-mode] +enabled = false +owner = hchen +rollout = 67 + +[beta-checkout] +enabled = true +owner = qyu +rollout = 42 + +[legacy-redirect] +enabled = true +owner = mtanaka +rollout = 67 + +[new-cart] +enabled = false +owner = rrossi +rollout = 45 + +[voice-search] +enabled = false +owner = jsmith +rollout = 20 + +[fast-path] +enabled = false +owner = wxu +rollout = 78 + +[a-b-test-red] +enabled = false +owner = mtanaka +rollout = 65 + +[a-b-test-blue] +enabled = true +owner = rrossi +rollout = 61 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/staging/features.ini b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/staging/features.ini new file mode 100644 index 0000000000000000000000000000000000000000..80aabca2693da223da4221c3a570965af497c757 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/flags/staging/features.ini @@ -0,0 +1,40 @@ +[dark-mode] +enabled = false +owner = uvogt +rollout = 74 + +[a-b-test-red] +enabled = true +owner = mtanaka +rollout = 56 + +[turbo] +enabled = true +owner = ibarbosa +rollout = 41 + +[new-cart] +enabled = true +owner = cnakamura +rollout = 72 + +[push-notify] +enabled = true +owner = flindqvist +rollout = 37 + +[beta-checkout] +enabled = false +owner = brivera +rollout = 63 + +[fast-path] +enabled = true +owner = mtanaka +rollout = 61 + +[a-b-test-blue] +enabled = true +owner = sstevens +rollout = 71 + diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a50f76cc5/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..4f2f2152ffa66b1375844bc0893e54afd0c6e1ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..97506e6c25ae7fa1b2623c2b05a134122b1534cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..9c1b503aea702a90816ae3a9ab79925eb7015120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..5c3c9a6b54afb91d4993880b8575cb71afeb52d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..03bd03632e47eea84888fec723a44a9f13255609 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..99287b95fa764475f2ba6fcc195fe8f3c02e391f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..7b1b8a1a0c49f705b5eccaa6d06ee0a9daee08fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..6c4aa125aef8e10cdd42d5544c843f259f1b7582 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..0731fea2e63c1421059be53eb6295b4263b89059 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..2b163ebf8c5f12160cbfc81acd98de621202694e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..fca882f44876ae0645533126851a495aae120a85 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_011.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_011.eml new file mode 100644 index 0000000000000000000000000000000000000000..0e7b9cbf40ef743c6d171c9428e663b55624c09e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_011.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 11 + +body 11 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_012.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_012.eml new file mode 100644 index 0000000000000000000000000000000000000000..114aa9770b9444de15e77eb26f1db053e3096873 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_012.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 12 + +body 12 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_013.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_013.eml new file mode 100644 index 0000000000000000000000000000000000000000..f6d25650c9b3445a2b0d19d97987a2423780ff72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-01/msg_013.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 13 + +body 13 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..b228c972006b5ed9ecd2444e37553c2067f0d2b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..71061b09bc6cc5763c719af2695b288450ef0684 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..f9678ec6784110a61ba356ce3d44a73d5fc99c52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..c27ce6a50c85f641b29bc69ac72dd462d5ca5b73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..7df997c91890ce36f6972ebefd57c0c279ce1d66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..bc7817f8b2b56e30860262ddf8f8937fcf8431ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..7b1b8a1a0c49f705b5eccaa6d06ee0a9daee08fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..bcc63fb2d77f5c1ec0d22166798e7841b519ae20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..341bd2b0b7d98620ff1bc4b3f8fa75dc3d2f733b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..ebbdf6b367a4ae65df645908a80c56b20635bbe2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..6ba1e7ff868e3bf0194754670e9c28d5a2814c0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-02/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..4f2f2152ffa66b1375844bc0893e54afd0c6e1ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..6ce693c2f3811881ecfb5d33ffcd55de41d49f5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..9c1b503aea702a90816ae3a9ab79925eb7015120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..283e6abac09e88765d41e81b0162d3e406beda19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..03bd03632e47eea84888fec723a44a9f13255609 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..89a69c3bb36102cee9de53dd01fe29dc60bd642f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..fbfe0b63262a4634a9f80395e1b8599eb0b26645 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee0d85d5845dcfa129b648ea4053834490a561b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..02edbffbf14ead44c20729654e46f6c2533c2a15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..08d8a46e14ecbd1f7ca1a698c003cf98f7f7e973 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..8d4fc65500777ba9f8131ffd09711685c54823a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_011.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_011.eml new file mode 100644 index 0000000000000000000000000000000000000000..0882162c591eda93101429c4934017da633443fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-03/msg_011.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 11 + +body 11 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..10d5e1cf5d83244c68baf4d960cd3d3a1a4a804e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..6ce693c2f3811881ecfb5d33ffcd55de41d49f5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..93a9fb827a4f32618d32a6dcd42d0515e039e848 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..c01e1cda6b363fc2db6abec69146a411b4d5f926 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..19a89349a55e84a6ffdbea053900522afef402bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..ef4e0109bb1afdef2c3a1deae3ff1cc2a18b4810 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..8ca294c2c6f36aeba49fea12c8f28b2693470544 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee0d85d5845dcfa129b648ea4053834490a561b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..7152adacb948abc6b9d574eb3ed25da06ad44bf2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..59f064ce93541bd4fb896165dca60c65716eb931 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-04/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..5c5cc6b901460847693fea59b947b9bf01278219 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..30ffab60bf74f468feed3e5da2ac5966c74405a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..f9678ec6784110a61ba356ce3d44a73d5fc99c52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..be05467c1f531aa4da3f8b060d0f5ce662e6f402 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..3f2816e8606e8ff996168dc6e748f04291b139a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..8280dbecbae388ba028680827a0f953076606c1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..fbfe0b63262a4634a9f80395e1b8599eb0b26645 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..22753aabe87faa5a41e25c10ee83857a183b3aa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..5d927ecb5ef5476863e115450810d482e98252a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..f52e7eb55ba032bb1d48f3b02f76303004783e4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..d5d91b88b8d332b94b1a6227a86aa65bf58112c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_011.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_011.eml new file mode 100644 index 0000000000000000000000000000000000000000..827dac088443f5b37583e2c2eff4ac52dc58150c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_011.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 11 + +body 11 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_012.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_012.eml new file mode 100644 index 0000000000000000000000000000000000000000..ba4a46bb6f7ad0717b5cffda46bb358df962ec4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_012.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 12 + +body 12 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_013.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_013.eml new file mode 100644 index 0000000000000000000000000000000000000000..e87ec4ecb9a7f7095ad1594577b7990f6ec545e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/inbox/2024-04-05/msg_013.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 13 + +body 13 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/reports/top_sender.txt b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/reports/top_sender.txt new file mode 100644 index 0000000000000000000000000000000000000000..c70b695194ff3d29259e9906f90136bce6f4c46c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/mail/reports/top_sender.txt @@ -0,0 +1 @@ +cnakamura@tyrell diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..4f2f2152ffa66b1375844bc0893e54afd0c6e1ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..97506e6c25ae7fa1b2623c2b05a134122b1534cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..9c1b503aea702a90816ae3a9ab79925eb7015120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..5c3c9a6b54afb91d4993880b8575cb71afeb52d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..03bd03632e47eea84888fec723a44a9f13255609 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..99287b95fa764475f2ba6fcc195fe8f3c02e391f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..7b1b8a1a0c49f705b5eccaa6d06ee0a9daee08fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..6c4aa125aef8e10cdd42d5544c843f259f1b7582 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..0731fea2e63c1421059be53eb6295b4263b89059 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..2b163ebf8c5f12160cbfc81acd98de621202694e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..fca882f44876ae0645533126851a495aae120a85 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_011.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_011.eml new file mode 100644 index 0000000000000000000000000000000000000000..0e7b9cbf40ef743c6d171c9428e663b55624c09e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_011.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 11 + +body 11 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_012.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_012.eml new file mode 100644 index 0000000000000000000000000000000000000000..114aa9770b9444de15e77eb26f1db053e3096873 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_012.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 12 + +body 12 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_013.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_013.eml new file mode 100644 index 0000000000000000000000000000000000000000..f6d25650c9b3445a2b0d19d97987a2423780ff72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-01/msg_013.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 13 + +body 13 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..b228c972006b5ed9ecd2444e37553c2067f0d2b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..71061b09bc6cc5763c719af2695b288450ef0684 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..f9678ec6784110a61ba356ce3d44a73d5fc99c52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..c27ce6a50c85f641b29bc69ac72dd462d5ca5b73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..7df997c91890ce36f6972ebefd57c0c279ce1d66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..bc7817f8b2b56e30860262ddf8f8937fcf8431ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..7b1b8a1a0c49f705b5eccaa6d06ee0a9daee08fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..bcc63fb2d77f5c1ec0d22166798e7841b519ae20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..341bd2b0b7d98620ff1bc4b3f8fa75dc3d2f733b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..ebbdf6b367a4ae65df645908a80c56b20635bbe2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..6ba1e7ff868e3bf0194754670e9c28d5a2814c0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-02/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..4f2f2152ffa66b1375844bc0893e54afd0c6e1ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..6ce693c2f3811881ecfb5d33ffcd55de41d49f5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..9c1b503aea702a90816ae3a9ab79925eb7015120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..283e6abac09e88765d41e81b0162d3e406beda19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..03bd03632e47eea84888fec723a44a9f13255609 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..89a69c3bb36102cee9de53dd01fe29dc60bd642f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..fbfe0b63262a4634a9f80395e1b8599eb0b26645 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee0d85d5845dcfa129b648ea4053834490a561b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..02edbffbf14ead44c20729654e46f6c2533c2a15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..08d8a46e14ecbd1f7ca1a698c003cf98f7f7e973 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..8d4fc65500777ba9f8131ffd09711685c54823a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_011.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_011.eml new file mode 100644 index 0000000000000000000000000000000000000000..0882162c591eda93101429c4934017da633443fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-03/msg_011.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 11 + +body 11 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..10d5e1cf5d83244c68baf4d960cd3d3a1a4a804e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..6ce693c2f3811881ecfb5d33ffcd55de41d49f5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..93a9fb827a4f32618d32a6dcd42d0515e039e848 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..c01e1cda6b363fc2db6abec69146a411b4d5f926 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..19a89349a55e84a6ffdbea053900522afef402bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..ef4e0109bb1afdef2c3a1deae3ff1cc2a18b4810 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..8ca294c2c6f36aeba49fea12c8f28b2693470544 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee0d85d5845dcfa129b648ea4053834490a561b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..7152adacb948abc6b9d574eb3ed25da06ad44bf2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..59f064ce93541bd4fb896165dca60c65716eb931 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-04/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_000.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_000.eml new file mode 100644 index 0000000000000000000000000000000000000000..5c5cc6b901460847693fea59b947b9bf01278219 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_000.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 0 + +body 0 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_001.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_001.eml new file mode 100644 index 0000000000000000000000000000000000000000..30ffab60bf74f468feed3e5da2ac5966c74405a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_001.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 1 + +body 1 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_002.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_002.eml new file mode 100644 index 0000000000000000000000000000000000000000..f9678ec6784110a61ba356ce3d44a73d5fc99c52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_002.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 2 + +body 2 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_003.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_003.eml new file mode 100644 index 0000000000000000000000000000000000000000..be05467c1f531aa4da3f8b060d0f5ce662e6f402 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_003.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 3 + +body 3 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_004.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_004.eml new file mode 100644 index 0000000000000000000000000000000000000000..3f2816e8606e8ff996168dc6e748f04291b139a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_004.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 4 + +body 4 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_005.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_005.eml new file mode 100644 index 0000000000000000000000000000000000000000..8280dbecbae388ba028680827a0f953076606c1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_005.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 5 + +body 5 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_006.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_006.eml new file mode 100644 index 0000000000000000000000000000000000000000..fbfe0b63262a4634a9f80395e1b8599eb0b26645 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_006.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 6 + +body 6 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_007.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_007.eml new file mode 100644 index 0000000000000000000000000000000000000000..22753aabe87faa5a41e25c10ee83857a183b3aa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_007.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 7 + +body 7 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_008.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_008.eml new file mode 100644 index 0000000000000000000000000000000000000000..5d927ecb5ef5476863e115450810d482e98252a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_008.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 8 + +body 8 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_009.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_009.eml new file mode 100644 index 0000000000000000000000000000000000000000..f52e7eb55ba032bb1d48f3b02f76303004783e4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_009.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 9 + +body 9 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_010.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_010.eml new file mode 100644 index 0000000000000000000000000000000000000000..d5d91b88b8d332b94b1a6227a86aa65bf58112c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_010.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 10 + +body 10 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_011.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_011.eml new file mode 100644 index 0000000000000000000000000000000000000000..827dac088443f5b37583e2c2eff4ac52dc58150c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_011.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 11 + +body 11 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_012.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_012.eml new file mode 100644 index 0000000000000000000000000000000000000000..ba4a46bb6f7ad0717b5cffda46bb358df962ec4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_012.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 12 + +body 12 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_013.eml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_013.eml new file mode 100644 index 0000000000000000000000000000000000000000..e87ec4ecb9a7f7095ad1594577b7990f6ec545e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/mail/inbox/2024-04-05/msg_013.eml @@ -0,0 +1,5 @@ +From: Name +To: team@acme.test +Subject: update 13 + +body 13 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6a7a3af81e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/austin-tokyo.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/austin-tokyo.md new file mode 100644 index 0000000000000000000000000000000000000000..1f9d390058b9e79f7acf525b7d7222f2c50d840d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/austin-tokyo.md @@ -0,0 +1,13 @@ +# Austin Tokyo + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [mechanical-keyboard-data-governance](/internal/security) for context. +See [engineering-practices-chicago](https://sandbox.test/reference/api) for context. +See [data-efficient-finetuning-tokyo](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/laptop-stand-speculative-decoding.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/laptop-stand-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..19b917a2b89a917ceda549e99396cce443ec3b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/laptop-stand-speculative-decoding.md @@ -0,0 +1,12 @@ +# Laptop Stand Speculative Decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [long-context-modeling-mumbai](https://sandbox.test/guides/advanced) for context. +See [san-francisco-release-process](mailto:help@sandbox.test) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/mechanical-keyboard-vancouver.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/mechanical-keyboard-vancouver.md new file mode 100644 index 0000000000000000000000000000000000000000..763d3cf0ba13447c691c9bf2f58cc045302bb33e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/mechanical-keyboard-vancouver.md @@ -0,0 +1,14 @@ +# Mechanical Keyboard Vancouver + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [tool-use-agents-london](https://sandbox.test/reference/api) for context. +See [retrieval-augmented-generation-tool-use-agents](mailto:help@sandbox.test) for context. +See [ergo-chair-san-francisco](/internal/security) for context. +See [security-policies-attention-scaling](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/release-process-osaka.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/release-process-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..8543dc15c8992eb6f8a5fc17f0ec5c7f7f175432 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/release-process-osaka.md @@ -0,0 +1,13 @@ +# Release Process Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [led-desk-lamp-incident-response](https://sandbox.test/reference/api) for context. +See [kyoto-berlin](/internal/release) for context. +See [ergo-chair-linen-notebook](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/sparse-mixture-of-experts-san-francisco.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/sparse-mixture-of-experts-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..c29d271f4b111c85886a7f90e559dd8e772a3489 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/sparse-mixture-of-experts-san-francisco.md @@ -0,0 +1,14 @@ +# Sparse Mixture Of Experts San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [mechanical-keyboard-onboarding](https://sandbox.test/runbooks/incident) for context. +See [kyoto-noise-isolating-headphones](https://sandbox.test/guides/intro) for context. +See [onboarding-security-policies](/internal/security) for context. +See [chicago-instruction-tuning](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/speculative-decoding-tokyo.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/speculative-decoding-tokyo.md new file mode 100644 index 0000000000000000000000000000000000000000..de0776aa8fee06f063ef326f1d8fdd5b06cb88d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/guides/speculative-decoding-tokyo.md @@ -0,0 +1,13 @@ +# Speculative Decoding Tokyo + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [laptop-stand-reasoning-benchmarks](https://sandbox.test/guides/intro) for context. +See [shanghai-vancouver](https://sandbox.test/guides/advanced) for context. +See [seattle-osaka](https://sandbox.test/reference/api) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/attention-scaling-release-process.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/attention-scaling-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..1ea45b52c533dc9efa07afa32347df79465e156e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/attention-scaling-release-process.md @@ -0,0 +1,14 @@ +# Attention Scaling Release Process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [berlin-bangalore](https://sandbox.test/guides/intro) for context. +See [paris-multimodal-fusion](https://sandbox.test/guides/advanced) for context. +See [auckland-reasoning-benchmarks](mailto:help@sandbox.test) for context. +See [linen-notebook-seoul](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/ceramic-mug-wireless-mouse.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/ceramic-mug-wireless-mouse.md new file mode 100644 index 0000000000000000000000000000000000000000..e445871b711407b4be1aeebad8d54eb537e8feb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/ceramic-mug-wireless-mouse.md @@ -0,0 +1,12 @@ +# Ceramic Mug Wireless Mouse + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [seattle-bangalore](/internal/release) for context. +See [mechanical-keyboard-long-context-modeling](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/dublin-new-york.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/dublin-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..4852e8a391ea5b4bed19278772141c87d52ed0b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/dublin-new-york.md @@ -0,0 +1,12 @@ +# Dublin New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [austin-mechanical-keyboard](https://sandbox.test/runbooks/incident) for context. +See [osaka-security-policies](/internal/security) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/incident-response-data-efficient-finetuning.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/incident-response-data-efficient-finetuning.md new file mode 100644 index 0000000000000000000000000000000000000000..c910f2df4dffa0a5cd23708786a1ad40a035d59f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/incident-response-data-efficient-finetuning.md @@ -0,0 +1,12 @@ +# Incident Response Data Efficient Finetuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [tool-use-agents-ceylon-tea](https://sandbox.test/runbooks/incident) for context. +See [vancouver-boston](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/laptop-stand-attention-scaling.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/laptop-stand-attention-scaling.md new file mode 100644 index 0000000000000000000000000000000000000000..b8c20199092de356db53cb49bddc2598fda52042 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/laptop-stand-attention-scaling.md @@ -0,0 +1,12 @@ +# Laptop Stand Attention Scaling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [data-efficient-finetuning-denver](/internal/release) for context. +See [engineering-practices-data-efficient-finetuning](https://sandbox.test/guides/intro) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/seattle-chicago.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/seattle-chicago.md new file mode 100644 index 0000000000000000000000000000000000000000..aef16e14631feb4fef92a7f4a9e141b26c8ef688 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/reference/seattle-chicago.md @@ -0,0 +1,12 @@ +# Seattle Chicago + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [osaka-security-policies](mailto:help@sandbox.test) for context. +See [interviewing-engineering-practices](https://sandbox.test/guides/intro) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/interviewing-london.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/interviewing-london.md new file mode 100644 index 0000000000000000000000000000000000000000..0cbab7e2765489f9efcc6efd7f8e86a4cfb48d0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/interviewing-london.md @@ -0,0 +1,12 @@ +# Interviewing London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [ergo-chair-incident-response](https://sandbox.test/runbooks/incident) for context. +See [data-governance-berlin](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/led-desk-lamp-beijing.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/led-desk-lamp-beijing.md new file mode 100644 index 0000000000000000000000000000000000000000..678fbe449c105b0bf461894907008fd983c0f00c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/led-desk-lamp-beijing.md @@ -0,0 +1,13 @@ +# Led Desk Lamp Beijing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [security-policies-reasoning-benchmarks](https://sandbox.test/guides/intro) for context. +See [shanghai-dublin](/internal/release) for context. +See [onboarding-ceylon-tea](https://sandbox.test/reference/api) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/mumbai-retrieval-augmented-generation.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/mumbai-retrieval-augmented-generation.md new file mode 100644 index 0000000000000000000000000000000000000000..be603b1af4d2518b3d987274e08d30a5d808a5bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/mumbai-retrieval-augmented-generation.md @@ -0,0 +1,12 @@ +# Mumbai Retrieval Augmented Generation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [long-context-modeling-boston](/internal/release) for context. +See [chain-of-thought-tokyo](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/seattle-adversarial-robustness.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/seattle-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..7071b23c3d93430a87f9efa83ce41b9ea2fb727a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/seattle-adversarial-robustness.md @@ -0,0 +1,13 @@ +# Seattle Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [interviewing-ceylon-tea](mailto:help@sandbox.test) for context. +See [retrieval-augmented-generation-austin](https://sandbox.test/runbooks/incident) for context. +See [incident-response-long-context-modeling](/internal/security) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/security-policies-ceylon-tea.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/security-policies-ceylon-tea.md new file mode 100644 index 0000000000000000000000000000000000000000..ab8a5fd5274cf5a10f16996b4200c85d8e479afd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/runbooks/security-policies-ceylon-tea.md @@ -0,0 +1,14 @@ +# Security Policies Ceylon Tea + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [chain-of-thought-osaka](https://sandbox.test/guides/intro) for context. +See [sparse-mixture-of-experts-espresso-blend](https://sandbox.test/runbooks/incident) for context. +See [manchester-london](https://sandbox.test/reference/api) for context. +See [beijing-ceramic-mug](mailto:help@sandbox.test) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/beijing-new-york.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/beijing-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..cf630831013950f275ebd574469cc881f5ef7626 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/beijing-new-york.md @@ -0,0 +1,12 @@ +# Beijing New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [barcelona-wireless-mouse](https://sandbox.test/reference/api) for context. +See [osaka-bangalore](https://sandbox.test/runbooks/incident) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/led-desk-lamp-new-york.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/led-desk-lamp-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..0ab701d3920c18f6069c381b270de6567fe6ba72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/led-desk-lamp-new-york.md @@ -0,0 +1,14 @@ +# Led Desk Lamp New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [engineering-practices-vancouver](https://sandbox.test/reference/api) for context. +See [berlin-paris](/internal/release) for context. +See [ceylon-tea-san-francisco](https://sandbox.test/guides/intro) for context. +See [espresso-blend-vancouver](https://sandbox.test/runbooks/incident) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/london-led-desk-lamp.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/london-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..56d79f79315c498b56832b01e542bbae2af08e12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/london-led-desk-lamp.md @@ -0,0 +1,13 @@ +# London Led Desk Lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [attention-scaling-retrieval-augmented-generation](https://sandbox.test/guides/intro) for context. +See [noise-isolating-headphones-tool-use-agents](mailto:help@sandbox.test) for context. +See [linen-notebook-retrieval-augmented-generation](https://sandbox.test/reference/api) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/onboarding-performance-reviews.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/onboarding-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..836ff6cdd10de872b7899ac04c15f86caa4b7272 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/onboarding-performance-reviews.md @@ -0,0 +1,12 @@ +# Onboarding Performance Reviews + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [dublin-reasoning-benchmarks](/internal/security) for context. +See [incident-response-linen-notebook](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/retrieval-augmented-generation-mumbai.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/retrieval-augmented-generation-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..f7afa3fd3272da09b3da5d59ce5cdda7b3c2dd1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/retrieval-augmented-generation-mumbai.md @@ -0,0 +1,12 @@ +# Retrieval Augmented Generation Mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [release-process-led-desk-lamp](https://sandbox.test/reference/api) for context. +See [seoul-san-francisco](https://sandbox.test/guides/intro) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/sparse-mixture-of-experts-austin.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/sparse-mixture-of-experts-austin.md new file mode 100644 index 0000000000000000000000000000000000000000..fec1b965e50b621f7e94553bff982ce137f5e29d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/docs/tutorials/sparse-mixture-of-experts-austin.md @@ -0,0 +1,12 @@ +# Sparse Mixture Of Experts Austin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [auckland-tool-use-agents](https://sandbox.test/guides/intro) for context. +See [data-governance-engineering-practices](https://sandbox.test/runbooks/incident) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/reports/urls.txt b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/reports/urls.txt new file mode 100644 index 0000000000000000000000000000000000000000..446e5af291bf7836ca3cb13844d168f98c58a6b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/repo/reports/urls.txt @@ -0,0 +1,7 @@ +/internal/release +/internal/security +https://sandbox.test/guides/advanced +https://sandbox.test/guides/intro +https://sandbox.test/reference/api +https://sandbox.test/runbooks/incident +mailto:help@sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/austin-tokyo.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/austin-tokyo.md new file mode 100644 index 0000000000000000000000000000000000000000..1f9d390058b9e79f7acf525b7d7222f2c50d840d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/austin-tokyo.md @@ -0,0 +1,13 @@ +# Austin Tokyo + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [mechanical-keyboard-data-governance](/internal/security) for context. +See [engineering-practices-chicago](https://sandbox.test/reference/api) for context. +See [data-efficient-finetuning-tokyo](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/laptop-stand-speculative-decoding.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/laptop-stand-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..19b917a2b89a917ceda549e99396cce443ec3b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/laptop-stand-speculative-decoding.md @@ -0,0 +1,12 @@ +# Laptop Stand Speculative Decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [long-context-modeling-mumbai](https://sandbox.test/guides/advanced) for context. +See [san-francisco-release-process](mailto:help@sandbox.test) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/mechanical-keyboard-vancouver.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/mechanical-keyboard-vancouver.md new file mode 100644 index 0000000000000000000000000000000000000000..763d3cf0ba13447c691c9bf2f58cc045302bb33e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/mechanical-keyboard-vancouver.md @@ -0,0 +1,14 @@ +# Mechanical Keyboard Vancouver + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [tool-use-agents-london](https://sandbox.test/reference/api) for context. +See [retrieval-augmented-generation-tool-use-agents](mailto:help@sandbox.test) for context. +See [ergo-chair-san-francisco](/internal/security) for context. +See [security-policies-attention-scaling](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/release-process-osaka.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/release-process-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..8543dc15c8992eb6f8a5fc17f0ec5c7f7f175432 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/release-process-osaka.md @@ -0,0 +1,13 @@ +# Release Process Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [led-desk-lamp-incident-response](https://sandbox.test/reference/api) for context. +See [kyoto-berlin](/internal/release) for context. +See [ergo-chair-linen-notebook](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/sparse-mixture-of-experts-san-francisco.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/sparse-mixture-of-experts-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..c29d271f4b111c85886a7f90e559dd8e772a3489 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/sparse-mixture-of-experts-san-francisco.md @@ -0,0 +1,14 @@ +# Sparse Mixture Of Experts San Francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [mechanical-keyboard-onboarding](https://sandbox.test/runbooks/incident) for context. +See [kyoto-noise-isolating-headphones](https://sandbox.test/guides/intro) for context. +See [onboarding-security-policies](/internal/security) for context. +See [chicago-instruction-tuning](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/speculative-decoding-tokyo.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/speculative-decoding-tokyo.md new file mode 100644 index 0000000000000000000000000000000000000000..de0776aa8fee06f063ef326f1d8fdd5b06cb88d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/guides/speculative-decoding-tokyo.md @@ -0,0 +1,13 @@ +# Speculative Decoding Tokyo + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [laptop-stand-reasoning-benchmarks](https://sandbox.test/guides/intro) for context. +See [shanghai-vancouver](https://sandbox.test/guides/advanced) for context. +See [seattle-osaka](https://sandbox.test/reference/api) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/attention-scaling-release-process.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/attention-scaling-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..1ea45b52c533dc9efa07afa32347df79465e156e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/attention-scaling-release-process.md @@ -0,0 +1,14 @@ +# Attention Scaling Release Process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [berlin-bangalore](https://sandbox.test/guides/intro) for context. +See [paris-multimodal-fusion](https://sandbox.test/guides/advanced) for context. +See [auckland-reasoning-benchmarks](mailto:help@sandbox.test) for context. +See [linen-notebook-seoul](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/ceramic-mug-wireless-mouse.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/ceramic-mug-wireless-mouse.md new file mode 100644 index 0000000000000000000000000000000000000000..e445871b711407b4be1aeebad8d54eb537e8feb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/ceramic-mug-wireless-mouse.md @@ -0,0 +1,12 @@ +# Ceramic Mug Wireless Mouse + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [seattle-bangalore](/internal/release) for context. +See [mechanical-keyboard-long-context-modeling](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/dublin-new-york.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/dublin-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..4852e8a391ea5b4bed19278772141c87d52ed0b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/dublin-new-york.md @@ -0,0 +1,12 @@ +# Dublin New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [austin-mechanical-keyboard](https://sandbox.test/runbooks/incident) for context. +See [osaka-security-policies](/internal/security) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/incident-response-data-efficient-finetuning.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/incident-response-data-efficient-finetuning.md new file mode 100644 index 0000000000000000000000000000000000000000..c910f2df4dffa0a5cd23708786a1ad40a035d59f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/incident-response-data-efficient-finetuning.md @@ -0,0 +1,12 @@ +# Incident Response Data Efficient Finetuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [tool-use-agents-ceylon-tea](https://sandbox.test/runbooks/incident) for context. +See [vancouver-boston](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/laptop-stand-attention-scaling.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/laptop-stand-attention-scaling.md new file mode 100644 index 0000000000000000000000000000000000000000..b8c20199092de356db53cb49bddc2598fda52042 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/laptop-stand-attention-scaling.md @@ -0,0 +1,12 @@ +# Laptop Stand Attention Scaling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [data-efficient-finetuning-denver](/internal/release) for context. +See [engineering-practices-data-efficient-finetuning](https://sandbox.test/guides/intro) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/seattle-chicago.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/seattle-chicago.md new file mode 100644 index 0000000000000000000000000000000000000000..aef16e14631feb4fef92a7f4a9e141b26c8ef688 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/reference/seattle-chicago.md @@ -0,0 +1,12 @@ +# Seattle Chicago + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [osaka-security-policies](mailto:help@sandbox.test) for context. +See [interviewing-engineering-practices](https://sandbox.test/guides/intro) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/interviewing-london.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/interviewing-london.md new file mode 100644 index 0000000000000000000000000000000000000000..0cbab7e2765489f9efcc6efd7f8e86a4cfb48d0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/interviewing-london.md @@ -0,0 +1,12 @@ +# Interviewing London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [ergo-chair-incident-response](https://sandbox.test/runbooks/incident) for context. +See [data-governance-berlin](/internal/release) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/led-desk-lamp-beijing.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/led-desk-lamp-beijing.md new file mode 100644 index 0000000000000000000000000000000000000000..678fbe449c105b0bf461894907008fd983c0f00c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/led-desk-lamp-beijing.md @@ -0,0 +1,13 @@ +# Led Desk Lamp Beijing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [security-policies-reasoning-benchmarks](https://sandbox.test/guides/intro) for context. +See [shanghai-dublin](/internal/release) for context. +See [onboarding-ceylon-tea](https://sandbox.test/reference/api) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/mumbai-retrieval-augmented-generation.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/mumbai-retrieval-augmented-generation.md new file mode 100644 index 0000000000000000000000000000000000000000..be603b1af4d2518b3d987274e08d30a5d808a5bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/mumbai-retrieval-augmented-generation.md @@ -0,0 +1,12 @@ +# Mumbai Retrieval Augmented Generation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [long-context-modeling-boston](/internal/release) for context. +See [chain-of-thought-tokyo](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/seattle-adversarial-robustness.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/seattle-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..7071b23c3d93430a87f9efa83ce41b9ea2fb727a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/seattle-adversarial-robustness.md @@ -0,0 +1,13 @@ +# Seattle Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [interviewing-ceylon-tea](mailto:help@sandbox.test) for context. +See [retrieval-augmented-generation-austin](https://sandbox.test/runbooks/incident) for context. +See [incident-response-long-context-modeling](/internal/security) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/security-policies-ceylon-tea.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/security-policies-ceylon-tea.md new file mode 100644 index 0000000000000000000000000000000000000000..ab8a5fd5274cf5a10f16996b4200c85d8e479afd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/runbooks/security-policies-ceylon-tea.md @@ -0,0 +1,14 @@ +# Security Policies Ceylon Tea + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [chain-of-thought-osaka](https://sandbox.test/guides/intro) for context. +See [sparse-mixture-of-experts-espresso-blend](https://sandbox.test/runbooks/incident) for context. +See [manchester-london](https://sandbox.test/reference/api) for context. +See [beijing-ceramic-mug](mailto:help@sandbox.test) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/beijing-new-york.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/beijing-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..cf630831013950f275ebd574469cc881f5ef7626 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/beijing-new-york.md @@ -0,0 +1,12 @@ +# Beijing New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [barcelona-wireless-mouse](https://sandbox.test/reference/api) for context. +See [osaka-bangalore](https://sandbox.test/runbooks/incident) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/led-desk-lamp-new-york.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/led-desk-lamp-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..0ab701d3920c18f6069c381b270de6567fe6ba72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/led-desk-lamp-new-york.md @@ -0,0 +1,14 @@ +# Led Desk Lamp New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [engineering-practices-vancouver](https://sandbox.test/reference/api) for context. +See [berlin-paris](/internal/release) for context. +See [ceylon-tea-san-francisco](https://sandbox.test/guides/intro) for context. +See [espresso-blend-vancouver](https://sandbox.test/runbooks/incident) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/london-led-desk-lamp.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/london-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..56d79f79315c498b56832b01e542bbae2af08e12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/london-led-desk-lamp.md @@ -0,0 +1,13 @@ +# London Led Desk Lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [attention-scaling-retrieval-augmented-generation](https://sandbox.test/guides/intro) for context. +See [noise-isolating-headphones-tool-use-agents](mailto:help@sandbox.test) for context. +See [linen-notebook-retrieval-augmented-generation](https://sandbox.test/reference/api) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/onboarding-performance-reviews.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/onboarding-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..836ff6cdd10de872b7899ac04c15f86caa4b7272 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/onboarding-performance-reviews.md @@ -0,0 +1,12 @@ +# Onboarding Performance Reviews + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [dublin-reasoning-benchmarks](/internal/security) for context. +See [incident-response-linen-notebook](https://sandbox.test/guides/advanced) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/retrieval-augmented-generation-mumbai.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/retrieval-augmented-generation-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..f7afa3fd3272da09b3da5d59ce5cdda7b3c2dd1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/retrieval-augmented-generation-mumbai.md @@ -0,0 +1,12 @@ +# Retrieval Augmented Generation Mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [release-process-led-desk-lamp](https://sandbox.test/reference/api) for context. +See [seoul-san-francisco](https://sandbox.test/guides/intro) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/sparse-mixture-of-experts-austin.md b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/sparse-mixture-of-experts-austin.md new file mode 100644 index 0000000000000000000000000000000000000000..fec1b965e50b621f7e94553bff982ce137f5e29d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/repo/docs/tutorials/sparse-mixture-of-experts-austin.md @@ -0,0 +1,12 @@ +# Sparse Mixture Of Experts Austin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [auckland-tool-use-agents](https://sandbox.test/guides/intro) for context. +See [data-governance-engineering-practices](https://sandbox.test/runbooks/incident) for context. + +![banner](https://cdn.sandbox.test/banner.png) + +[ref link][r] + +[r]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6bda672f04/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d6042c450c2a89f45a53f5e21beb8ef668d5bef9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-01.log @@ -0,0 +1,32 @@ +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..6bdca44725190ffcc937e72b825d8a9360305629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-02.log @@ -0,0 +1,28 @@ +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a1c083056a9d01448bdc6b1fa10f5360cbe81254 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-03.log @@ -0,0 +1,24 @@ +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3f60ea2d5aaf5682ed6a37302757017d81410229 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-04.log @@ -0,0 +1,30 @@ +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f37b1637cf4c5f43a76aa55db1ec456afa46e599 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-05.log @@ -0,0 +1,27 @@ +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..25eeaccf370145a598e24c5963a806cb3a8c56cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-06.log @@ -0,0 +1,25 @@ +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ba099ca4405984a335da8d2082f839ee0a5287c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-central-1/2024-04-07.log @@ -0,0 +1,25 @@ +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9a5305026724173dd2d99c191ea0816edce0d0f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-01.log @@ -0,0 +1,26 @@ +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..985a772f00fa7d4308f1417a1d839f0dc2714273 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-02.log @@ -0,0 +1,21 @@ +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..bdda635fbd6dccc0072f01e200d5bb12b4308b13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-03.log @@ -0,0 +1,24 @@ +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..0e6ff561e23eca2b71b91344b4b0f3cb3ca8d8ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-04.log @@ -0,0 +1,33 @@ +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..22d2a5dff4fe6597eef46c5631e606c7d32bc4ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-05.log @@ -0,0 +1,39 @@ +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..032e9e654fa5d3b69110a7c09535c91a31d37632 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-06.log @@ -0,0 +1,37 @@ +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..819c9b2e114b520d65842ebb9cb145447f4af7e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/eu-west-1/2024-04-07.log @@ -0,0 +1,26 @@ +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..79869b283562343cf1a672137496e2afd066d5bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-01.log @@ -0,0 +1,29 @@ +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..732281f4c25868681ca2ece25a7f2f3178b18318 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-02.log @@ -0,0 +1,37 @@ +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k12021 path=/v1/x status=200 +ts=2024-04-02 key=k12021 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..91413256a820610bd835fb198b55e357e0895d88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-03.log @@ -0,0 +1,37 @@ +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..008c92f611e6714957946b968d4e56d6d93b0cc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-04.log @@ -0,0 +1,30 @@ +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..66a54a070a773dca4fb2412555a2769438c5a964 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-05.log @@ -0,0 +1,30 @@ +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..ec8f4943f1b6726bcc97aa3e4d41df1a2b6bd550 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-06.log @@ -0,0 +1,24 @@ +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..5778f7d06cc74779fea6a50f243751c4bd253fd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-east-1/2024-04-07.log @@ -0,0 +1,33 @@ +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..83a004821ed51237a04a9e9c599c4cfb5153821b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-01.log @@ -0,0 +1,32 @@ +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e51b065fe3ec6a2de1f4bc83736b4a601e5b12ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-02.log @@ -0,0 +1,33 @@ +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e6048ca6d05d280c4d0a3d4b7bee315d74c16d56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-03.log @@ -0,0 +1,30 @@ +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..f5ab3faae55428aed1e45f6a8dde85ac7271925e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-04.log @@ -0,0 +1,23 @@ +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..ad30443ea065a5613732bf6847ff3a1765d5d106 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-05.log @@ -0,0 +1,40 @@ +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..2987b7e67091e12194857557eb4a9e63799cd70b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-06.log @@ -0,0 +1,38 @@ +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ec58582a6619558b99fc56997634582e7bd4ff0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/audit/us-west-2/2024-04-07.log @@ -0,0 +1,22 @@ +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/reports/per_key.tsv b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/reports/per_key.tsv new file mode 100644 index 0000000000000000000000000000000000000000..da295bab5f55ed919b8f87c6cea88a89fe1ab0a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/api/reports/per_key.tsv @@ -0,0 +1,12 @@ +k12021 57 +k26081 64 +k26521 69 +k59353 69 +k59523 63 +k61729 92 +k63873 65 +k63945 67 +k78853 79 +k88273 67 +k93882 60 +k99114 83 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d6042c450c2a89f45a53f5e21beb8ef668d5bef9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-01.log @@ -0,0 +1,32 @@ +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..6bdca44725190ffcc937e72b825d8a9360305629 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-02.log @@ -0,0 +1,28 @@ +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a1c083056a9d01448bdc6b1fa10f5360cbe81254 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-03.log @@ -0,0 +1,24 @@ +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3f60ea2d5aaf5682ed6a37302757017d81410229 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-04.log @@ -0,0 +1,30 @@ +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f37b1637cf4c5f43a76aa55db1ec456afa46e599 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-05.log @@ -0,0 +1,27 @@ +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..25eeaccf370145a598e24c5963a806cb3a8c56cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-06.log @@ -0,0 +1,25 @@ +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ba099ca4405984a335da8d2082f839ee0a5287c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-central-1/2024-04-07.log @@ -0,0 +1,25 @@ +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9a5305026724173dd2d99c191ea0816edce0d0f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-01.log @@ -0,0 +1,26 @@ +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..985a772f00fa7d4308f1417a1d839f0dc2714273 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-02.log @@ -0,0 +1,21 @@ +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..bdda635fbd6dccc0072f01e200d5bb12b4308b13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-03.log @@ -0,0 +1,24 @@ +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..0e6ff561e23eca2b71b91344b4b0f3cb3ca8d8ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-04.log @@ -0,0 +1,33 @@ +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..22d2a5dff4fe6597eef46c5631e606c7d32bc4ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-05.log @@ -0,0 +1,39 @@ +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..032e9e654fa5d3b69110a7c09535c91a31d37632 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-06.log @@ -0,0 +1,37 @@ +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..819c9b2e114b520d65842ebb9cb145447f4af7e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/eu-west-1/2024-04-07.log @@ -0,0 +1,26 @@ +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..79869b283562343cf1a672137496e2afd066d5bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-01.log @@ -0,0 +1,29 @@ +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..732281f4c25868681ca2ece25a7f2f3178b18318 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-02.log @@ -0,0 +1,37 @@ +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k12021 path=/v1/x status=200 +ts=2024-04-02 key=k12021 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..91413256a820610bd835fb198b55e357e0895d88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-03.log @@ -0,0 +1,37 @@ +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k63945 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..008c92f611e6714957946b968d4e56d6d93b0cc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-04.log @@ -0,0 +1,30 @@ +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..66a54a070a773dca4fb2412555a2769438c5a964 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-05.log @@ -0,0 +1,30 @@ +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k88273 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..ec8f4943f1b6726bcc97aa3e4d41df1a2b6bd550 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-06.log @@ -0,0 +1,24 @@ +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..5778f7d06cc74779fea6a50f243751c4bd253fd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-east-1/2024-04-07.log @@ -0,0 +1,33 @@ +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k59523 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k93882 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-01.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..83a004821ed51237a04a9e9c599c4cfb5153821b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-01.log @@ -0,0 +1,32 @@ +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k63873 path=/v1/x status=200 +ts=2024-04-01 key=k26081 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k59353 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k59523 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k26521 path=/v1/x status=200 +ts=2024-04-01 key=k99114 path=/v1/x status=200 +ts=2024-04-01 key=k12021 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k88273 path=/v1/x status=200 +ts=2024-04-01 key=k78853 path=/v1/x status=200 +ts=2024-04-01 key=k63945 path=/v1/x status=200 +ts=2024-04-01 key=k93882 path=/v1/x status=200 +ts=2024-04-01 key=k61729 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-02.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e51b065fe3ec6a2de1f4bc83736b4a601e5b12ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-02.log @@ -0,0 +1,33 @@ +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k59523 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k26521 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 +ts=2024-04-02 key=k63945 path=/v1/x status=200 +ts=2024-04-02 key=k88273 path=/v1/x status=200 +ts=2024-04-02 key=k59353 path=/v1/x status=200 +ts=2024-04-02 key=k93882 path=/v1/x status=200 +ts=2024-04-02 key=k61729 path=/v1/x status=200 +ts=2024-04-02 key=k26081 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k63873 path=/v1/x status=200 +ts=2024-04-02 key=k78853 path=/v1/x status=200 +ts=2024-04-02 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-03.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e6048ca6d05d280c4d0a3d4b7bee315d74c16d56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-03.log @@ -0,0 +1,30 @@ +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k26521 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k88273 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k12021 path=/v1/x status=200 +ts=2024-04-03 key=k78853 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k59523 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k93882 path=/v1/x status=200 +ts=2024-04-03 key=k61729 path=/v1/x status=200 +ts=2024-04-03 key=k26081 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 +ts=2024-04-03 key=k63873 path=/v1/x status=200 +ts=2024-04-03 key=k59353 path=/v1/x status=200 +ts=2024-04-03 key=k99114 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-04.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..f5ab3faae55428aed1e45f6a8dde85ac7271925e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-04.log @@ -0,0 +1,23 @@ +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k63873 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k59353 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k93882 path=/v1/x status=200 +ts=2024-04-04 key=k78853 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26081 path=/v1/x status=200 +ts=2024-04-04 key=k88273 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k99114 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k59523 path=/v1/x status=200 +ts=2024-04-04 key=k63945 path=/v1/x status=200 +ts=2024-04-04 key=k61729 path=/v1/x status=200 +ts=2024-04-04 key=k12021 path=/v1/x status=200 +ts=2024-04-04 key=k26521 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-05.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..ad30443ea065a5613732bf6847ff3a1765d5d106 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-05.log @@ -0,0 +1,40 @@ +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k63945 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k26521 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k12021 path=/v1/x status=200 +ts=2024-04-05 key=k59353 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k26081 path=/v1/x status=200 +ts=2024-04-05 key=k93882 path=/v1/x status=200 +ts=2024-04-05 key=k59523 path=/v1/x status=200 +ts=2024-04-05 key=k61729 path=/v1/x status=200 +ts=2024-04-05 key=k78853 path=/v1/x status=200 +ts=2024-04-05 key=k99114 path=/v1/x status=200 +ts=2024-04-05 key=k63873 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-06.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..2987b7e67091e12194857557eb4a9e63799cd70b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-06.log @@ -0,0 +1,38 @@ +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k63945 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k99114 path=/v1/x status=200 +ts=2024-04-06 key=k63873 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k26521 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59523 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k93882 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 +ts=2024-04-06 key=k26081 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k59353 path=/v1/x status=200 +ts=2024-04-06 key=k12021 path=/v1/x status=200 +ts=2024-04-06 key=k61729 path=/v1/x status=200 +ts=2024-04-06 key=k88273 path=/v1/x status=200 +ts=2024-04-06 key=k78853 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-07.log b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ec58582a6619558b99fc56997634582e7bd4ff0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/api/audit/us-west-2/2024-04-07.log @@ -0,0 +1,22 @@ +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k61729 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k63945 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k99114 path=/v1/x status=200 +ts=2024-04-07 key=k63873 path=/v1/x status=200 +ts=2024-04-07 key=k26521 path=/v1/x status=200 +ts=2024-04-07 key=k88273 path=/v1/x status=200 +ts=2024-04-07 key=k59353 path=/v1/x status=200 +ts=2024-04-07 key=k26081 path=/v1/x status=200 +ts=2024-04-07 key=k78853 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 +ts=2024-04-07 key=k12021 path=/v1/x status=200 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6c589f8e64/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/aging-receivables.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/aging-receivables.md new file mode 100644 index 0000000000000000000000000000000000000000..da38c0e2311fd4006859bff8b0a95e7eb6ae0214 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/aging-receivables.md @@ -0,0 +1,3 @@ +# aging-receivables + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/tax-summary.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/tax-summary.md new file mode 100644 index 0000000000000000000000000000000000000000..42a44be70ffdc61876e1b549c20aceb9c11067cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/tax-summary.md @@ -0,0 +1,3 @@ +# tax-summary + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/treasury-policy.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/treasury-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..ef353000a4b7503b764d84cf37e685541bfca497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/policies/treasury-policy.md @@ -0,0 +1,3 @@ +# treasury-policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q1/all.csv b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q1/all.csv new file mode 100644 index 0000000000000000000000000000000000000000..979d783349c73092f36481cbd1c11f824a514472 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q1/all.csv @@ -0,0 +1,801 @@ +ts,cur,amt +2024-04-10T12:55:05Z,GBP,27452 +2024-04-10T04:26:30Z,JPY,13963 +2024-04-10T22:36:10Z,JPY,54141 +2024-04-10T02:28:04Z,CNY,88385 +2024-04-10T16:55:22Z,EUR,25974 +2024-04-10T07:18:55Z,EUR,26844 +2024-04-10T05:59:19Z,CNY,49461 +2024-04-10T06:20:51Z,JPY,17605 +2024-04-10T12:33:52Z,GBP,4603 +2024-04-10T04:36:35Z,CNY,58691 +2024-04-10T12:23:57Z,GBP,8406 +2024-04-10T14:28:20Z,EUR,60890 +2024-04-10T09:59:00Z,CNY,65751 +2024-04-10T04:57:43Z,CNY,66264 +2024-04-10T12:25:50Z,JPY,94288 +2024-04-10T13:43:46Z,USD,81548 +2024-04-10T09:12:56Z,USD,17978 +2024-04-10T17:58:37Z,CNY,95279 +2024-04-10T19:02:29Z,GBP,90317 +2024-04-10T23:47:36Z,GBP,48076 +2024-04-10T11:19:57Z,CNY,96696 +2024-04-10T03:25:22Z,GBP,34173 +2024-04-10T11:29:51Z,JPY,28084 +2024-04-10T05:34:24Z,EUR,99700 +2024-04-10T05:48:48Z,CNY,73294 +2024-04-10T19:10:31Z,JPY,2923 +2024-04-10T06:07:13Z,CNY,58516 +2024-04-10T09:12:50Z,CNY,60023 +2024-04-10T14:57:47Z,EUR,37184 +2024-04-10T11:48:51Z,JPY,80603 +2024-04-10T12:01:48Z,CNY,73926 +2024-04-10T08:08:15Z,CNY,2037 +2024-04-10T02:32:38Z,USD,23996 +2024-04-10T09:06:47Z,JPY,77359 +2024-04-10T11:40:39Z,CNY,23923 +2024-04-10T23:55:34Z,JPY,39590 +2024-04-10T23:20:34Z,EUR,87658 +2024-04-10T21:32:03Z,JPY,22024 +2024-04-10T10:25:01Z,JPY,23171 +2024-04-10T11:45:58Z,CNY,46790 +2024-04-10T15:36:16Z,CNY,95524 +2024-04-10T05:41:22Z,GBP,12227 +2024-04-10T22:29:12Z,USD,45956 +2024-04-10T16:33:32Z,JPY,15603 +2024-04-10T03:03:24Z,USD,73310 +2024-04-10T16:23:39Z,CNY,25850 +2024-04-10T21:49:34Z,USD,13347 +2024-04-10T07:38:14Z,CNY,79253 +2024-04-10T00:12:23Z,JPY,1603 +2024-04-10T09:24:11Z,CNY,19533 +2024-04-10T16:14:41Z,JPY,31272 +2024-04-10T01:03:36Z,GBP,71161 +2024-04-10T07:15:42Z,USD,71224 +2024-04-10T09:37:21Z,CNY,98547 +2024-04-10T15:13:57Z,JPY,37349 +2024-04-10T06:01:32Z,CNY,69159 +2024-04-10T22:35:28Z,JPY,20118 +2024-04-10T13:52:58Z,GBP,1291 +2024-04-10T03:19:37Z,EUR,76048 +2024-04-10T06:48:42Z,GBP,96971 +2024-04-10T20:25:15Z,EUR,76664 +2024-04-10T18:39:14Z,USD,29774 +2024-04-10T02:36:02Z,CNY,50774 +2024-04-10T02:20:05Z,EUR,80802 +2024-04-10T22:06:42Z,USD,63583 +2024-04-10T13:55:36Z,GBP,9788 +2024-04-10T08:58:49Z,CNY,31496 +2024-04-10T16:55:37Z,JPY,66522 +2024-04-10T06:33:18Z,GBP,32521 +2024-04-10T23:27:38Z,CNY,53936 +2024-04-10T07:27:57Z,JPY,34282 +2024-04-10T09:19:46Z,CNY,11131 +2024-04-10T12:56:15Z,EUR,82428 +2024-04-10T08:49:34Z,EUR,49937 +2024-04-10T03:26:31Z,USD,79281 +2024-04-10T17:46:32Z,USD,34601 +2024-04-10T22:44:51Z,EUR,87044 +2024-04-10T00:25:22Z,CNY,63101 +2024-04-10T08:27:21Z,EUR,34418 +2024-04-10T16:19:11Z,GBP,1491 +2024-04-10T22:50:12Z,GBP,69039 +2024-04-10T18:53:08Z,GBP,57783 +2024-04-10T08:38:01Z,GBP,74547 +2024-04-10T14:27:57Z,EUR,69604 +2024-04-10T03:39:04Z,CNY,28599 +2024-04-10T13:25:46Z,GBP,56864 +2024-04-10T04:44:53Z,CNY,91002 +2024-04-10T10:07:58Z,EUR,23235 +2024-04-10T19:15:01Z,CNY,68867 +2024-04-10T12:47:07Z,EUR,36651 +2024-04-10T06:33:51Z,CNY,49335 +2024-04-10T12:32:15Z,JPY,31354 +2024-04-10T14:46:40Z,USD,21361 +2024-04-10T11:48:51Z,CNY,9608 +2024-04-10T09:22:48Z,GBP,3238 +2024-04-10T04:43:27Z,JPY,68042 +2024-04-10T12:35:07Z,GBP,67436 +2024-04-10T19:18:55Z,JPY,78999 +2024-04-10T16:15:37Z,EUR,77056 +2024-04-10T16:34:31Z,JPY,35883 +2024-04-10T23:16:42Z,CNY,82 +2024-04-10T04:28:23Z,EUR,63690 +2024-04-10T17:07:50Z,USD,37343 +2024-04-10T01:41:52Z,EUR,49919 +2024-04-10T23:18:58Z,EUR,75422 +2024-04-10T18:00:34Z,USD,36348 +2024-04-10T23:44:19Z,CNY,46438 +2024-04-10T23:44:46Z,USD,76446 +2024-04-10T19:45:26Z,CNY,60842 +2024-04-10T13:29:30Z,GBP,61303 +2024-04-10T21:28:55Z,GBP,99668 +2024-04-10T04:26:21Z,CNY,47428 +2024-04-10T02:36:25Z,EUR,38141 +2024-04-10T03:36:16Z,GBP,78952 +2024-04-10T07:32:14Z,GBP,53794 +2024-04-10T15:38:56Z,EUR,96013 +2024-04-10T01:17:14Z,GBP,76230 +2024-04-10T13:39:26Z,USD,31880 +2024-04-10T21:23:29Z,EUR,64252 +2024-04-10T18:10:50Z,JPY,91557 +2024-04-10T22:36:43Z,GBP,80048 +2024-04-10T00:02:49Z,JPY,53820 +2024-04-10T17:51:48Z,USD,27798 +2024-04-10T08:09:07Z,USD,99358 +2024-04-10T04:30:12Z,GBP,26886 +2024-04-10T22:18:40Z,JPY,77823 +2024-04-10T20:26:55Z,GBP,37225 +2024-04-10T02:51:03Z,USD,73707 +2024-04-10T11:16:09Z,GBP,5145 +2024-04-10T04:33:49Z,USD,52781 +2024-04-10T13:13:30Z,EUR,12856 +2024-04-10T11:00:21Z,JPY,65647 +2024-04-10T16:01:51Z,USD,33497 +2024-04-10T08:35:52Z,JPY,21218 +2024-04-10T17:22:25Z,EUR,50453 +2024-04-10T04:32:33Z,GBP,41754 +2024-04-10T12:31:17Z,CNY,90143 +2024-04-10T02:34:15Z,GBP,48485 +2024-04-10T22:28:45Z,EUR,21034 +2024-04-10T04:32:30Z,JPY,52110 +2024-04-10T12:19:25Z,CNY,56293 +2024-04-10T20:51:25Z,EUR,29160 +2024-04-10T13:55:21Z,EUR,52968 +2024-04-10T02:04:45Z,GBP,26149 +2024-04-10T08:15:09Z,GBP,22112 +2024-04-10T06:11:32Z,JPY,31446 +2024-04-10T05:45:46Z,CNY,47591 +2024-04-10T00:06:52Z,USD,81444 +2024-04-10T03:34:04Z,GBP,79518 +2024-04-10T10:14:51Z,EUR,85068 +2024-04-10T23:49:06Z,EUR,54926 +2024-04-10T21:32:03Z,GBP,75232 +2024-04-10T21:59:03Z,USD,56096 +2024-04-10T07:35:41Z,GBP,73205 +2024-04-10T22:55:09Z,GBP,31817 +2024-04-10T08:48:42Z,CNY,27135 +2024-04-10T10:22:28Z,EUR,77680 +2024-04-10T19:18:40Z,CNY,9151 +2024-04-10T22:58:52Z,USD,82734 +2024-04-10T12:57:10Z,EUR,18377 +2024-04-10T21:02:19Z,EUR,15109 +2024-04-10T14:49:07Z,GBP,73895 +2024-04-10T12:56:42Z,CNY,74710 +2024-04-10T01:59:55Z,EUR,67369 +2024-04-10T19:08:57Z,JPY,30372 +2024-04-10T04:30:45Z,USD,79920 +2024-04-10T01:52:26Z,GBP,53910 +2024-04-10T11:06:19Z,USD,64136 +2024-04-10T02:48:40Z,EUR,78678 +2024-04-10T21:29:32Z,EUR,318 +2024-04-10T09:25:24Z,CNY,32335 +2024-04-10T05:34:53Z,GBP,1418 +2024-04-10T12:58:10Z,USD,29207 +2024-04-10T09:08:03Z,USD,61051 +2024-04-10T12:41:07Z,GBP,58883 +2024-04-10T15:14:17Z,USD,65679 +2024-04-10T07:45:04Z,EUR,78938 +2024-04-10T05:34:19Z,GBP,54973 +2024-04-10T08:26:58Z,USD,58970 +2024-04-10T19:00:03Z,GBP,69061 +2024-04-10T04:07:39Z,EUR,56335 +2024-04-10T03:45:19Z,GBP,81958 +2024-04-10T18:25:23Z,USD,5468 +2024-04-10T05:22:03Z,USD,58661 +2024-04-10T13:54:25Z,USD,906 +2024-04-10T06:30:35Z,GBP,67466 +2024-04-10T01:53:52Z,CNY,66029 +2024-04-10T02:39:52Z,JPY,58155 +2024-04-10T21:06:24Z,EUR,68770 +2024-04-10T13:23:45Z,USD,72434 +2024-04-10T23:18:54Z,EUR,67047 +2024-04-10T17:14:18Z,CNY,92828 +2024-04-10T12:06:53Z,EUR,43886 +2024-04-10T09:36:48Z,EUR,11597 +2024-04-10T18:24:09Z,CNY,87858 +2024-04-10T15:45:00Z,GBP,12029 +2024-04-10T08:24:50Z,CNY,91734 +2024-04-10T03:59:54Z,EUR,54295 +2024-04-10T03:41:22Z,USD,98135 +2024-04-10T10:51:42Z,GBP,22988 +2024-04-10T14:25:33Z,USD,16487 +2024-04-10T15:00:54Z,GBP,42203 +2024-04-10T13:28:22Z,CNY,78230 +2024-04-10T00:30:55Z,CNY,95836 +2024-04-10T18:48:46Z,GBP,31947 +2024-04-10T00:10:33Z,USD,64339 +2024-04-10T05:42:38Z,USD,93264 +2024-04-10T07:24:03Z,EUR,60133 +2024-04-10T10:00:38Z,USD,31836 +2024-04-10T21:09:57Z,CNY,71995 +2024-04-10T04:48:08Z,EUR,80843 +2024-04-10T21:41:35Z,CNY,44631 +2024-04-10T14:33:40Z,CNY,23949 +2024-04-10T21:16:09Z,EUR,78265 +2024-04-10T16:15:23Z,CNY,95377 +2024-04-10T21:27:45Z,USD,46768 +2024-04-10T22:16:34Z,GBP,48479 +2024-04-10T07:23:31Z,EUR,38102 +2024-04-10T01:53:05Z,GBP,51841 +2024-04-10T07:27:35Z,GBP,32333 +2024-04-10T23:06:34Z,EUR,84942 +2024-04-10T04:13:45Z,USD,69278 +2024-04-10T20:45:07Z,JPY,47598 +2024-04-10T15:42:05Z,USD,28269 +2024-04-10T17:00:10Z,EUR,78829 +2024-04-10T00:49:23Z,EUR,24812 +2024-04-10T10:44:04Z,CNY,44144 +2024-04-10T21:12:05Z,JPY,96343 +2024-04-10T12:56:44Z,JPY,36715 +2024-04-10T03:08:17Z,USD,70139 +2024-04-10T01:37:55Z,USD,64459 +2024-04-10T15:01:36Z,JPY,88222 +2024-04-10T07:03:35Z,CNY,6569 +2024-04-10T01:05:35Z,EUR,92070 +2024-04-10T03:56:01Z,GBP,68706 +2024-04-10T04:35:02Z,USD,64572 +2024-04-10T16:52:10Z,CNY,6392 +2024-04-10T16:10:34Z,EUR,83265 +2024-04-10T21:51:20Z,EUR,73689 +2024-04-10T21:14:44Z,CNY,75664 +2024-04-10T15:36:51Z,GBP,29383 +2024-04-10T13:17:12Z,EUR,90531 +2024-04-10T09:11:47Z,EUR,62087 +2024-04-10T06:03:30Z,USD,7376 +2024-04-10T01:04:56Z,EUR,30426 +2024-04-10T11:27:04Z,JPY,77274 +2024-04-10T02:09:29Z,USD,85234 +2024-04-10T15:24:15Z,EUR,41605 +2024-04-10T17:58:20Z,GBP,36971 +2024-04-10T02:14:35Z,JPY,9860 +2024-04-10T19:57:39Z,EUR,9661 +2024-04-10T17:16:44Z,USD,89116 +2024-04-10T05:45:46Z,EUR,53080 +2024-04-10T10:03:00Z,EUR,42030 +2024-04-10T05:08:43Z,CNY,6992 +2024-04-10T20:17:24Z,CNY,52716 +2024-04-10T10:35:15Z,GBP,27454 +2024-04-10T05:27:18Z,USD,38669 +2024-04-10T04:20:53Z,EUR,53401 +2024-04-10T03:44:15Z,USD,60692 +2024-04-10T22:35:37Z,GBP,16982 +2024-04-10T07:47:14Z,EUR,36221 +2024-04-10T12:04:44Z,GBP,89221 +2024-04-10T11:19:57Z,CNY,31471 +2024-04-10T23:05:07Z,GBP,40601 +2024-04-10T23:51:42Z,JPY,69752 +2024-04-10T06:07:22Z,CNY,88500 +2024-04-10T07:43:00Z,EUR,91566 +2024-04-10T23:35:29Z,EUR,81802 +2024-04-10T11:52:28Z,EUR,72272 +2024-04-10T03:25:01Z,JPY,19143 +2024-04-10T10:52:37Z,USD,66431 +2024-04-10T05:14:34Z,EUR,80603 +2024-04-10T22:26:54Z,USD,26900 +2024-04-10T01:09:29Z,JPY,36049 +2024-04-10T18:30:45Z,GBP,54334 +2024-04-10T20:58:38Z,JPY,92541 +2024-04-10T15:12:03Z,JPY,43264 +2024-04-10T01:54:11Z,USD,33804 +2024-04-10T07:36:07Z,CNY,90409 +2024-04-10T00:53:08Z,JPY,30112 +2024-04-10T13:30:05Z,CNY,13938 +2024-04-10T00:38:42Z,USD,9622 +2024-04-10T12:23:13Z,USD,74108 +2024-04-10T05:05:26Z,JPY,34584 +2024-04-10T00:04:41Z,JPY,16626 +2024-04-10T04:39:23Z,EUR,58049 +2024-04-10T00:48:40Z,GBP,18574 +2024-04-10T13:32:11Z,GBP,56925 +2024-04-10T07:53:54Z,GBP,48968 +2024-04-10T23:24:55Z,GBP,44002 +2024-04-10T22:12:06Z,USD,88806 +2024-04-10T17:31:07Z,EUR,27086 +2024-04-10T18:56:55Z,GBP,56333 +2024-04-10T07:50:37Z,CNY,47894 +2024-04-10T00:25:25Z,GBP,46915 +2024-04-10T19:38:46Z,CNY,99130 +2024-04-10T05:22:11Z,CNY,81116 +2024-04-10T13:25:36Z,JPY,85964 +2024-04-10T14:45:34Z,USD,39758 +2024-04-10T15:27:28Z,USD,7123 +2024-04-10T03:22:31Z,USD,40044 +2024-04-10T17:36:41Z,USD,27911 +2024-04-10T12:34:19Z,JPY,57874 +2024-04-10T20:32:24Z,JPY,60279 +2024-04-10T09:02:57Z,CNY,55200 +2024-04-10T20:51:22Z,EUR,73986 +2024-04-10T02:35:27Z,CNY,44372 +2024-04-10T07:21:58Z,EUR,10561 +2024-04-10T01:10:52Z,JPY,75928 +2024-04-10T04:44:19Z,GBP,75888 +2024-04-10T01:06:38Z,EUR,29721 +2024-04-10T20:58:57Z,EUR,55169 +2024-04-10T07:47:59Z,GBP,98200 +2024-04-10T15:21:44Z,GBP,27095 +2024-04-10T17:22:04Z,EUR,38953 +2024-04-10T04:47:30Z,JPY,77443 +2024-04-10T09:30:01Z,USD,87804 +2024-04-10T19:44:24Z,EUR,64069 +2024-04-10T14:08:00Z,USD,28101 +2024-04-10T02:30:26Z,CNY,76752 +2024-04-10T17:28:01Z,CNY,57862 +2024-04-10T00:04:28Z,EUR,9096 +2024-04-10T04:00:03Z,JPY,17744 +2024-04-10T17:56:26Z,CNY,79415 +2024-04-10T06:35:34Z,CNY,51813 +2024-04-10T05:13:02Z,GBP,13062 +2024-04-10T22:31:11Z,USD,69573 +2024-04-10T21:21:19Z,CNY,59178 +2024-04-10T14:14:44Z,EUR,74019 +2024-04-10T17:50:28Z,CNY,86289 +2024-04-10T08:51:16Z,JPY,9865 +2024-04-10T18:08:31Z,GBP,5975 +2024-04-10T00:35:15Z,USD,43110 +2024-04-10T18:44:58Z,GBP,15682 +2024-04-10T10:04:46Z,CNY,21317 +2024-04-10T21:00:52Z,EUR,35568 +2024-04-10T12:39:20Z,EUR,95393 +2024-04-10T00:50:16Z,CNY,96776 +2024-04-10T15:13:14Z,EUR,38928 +2024-04-10T16:38:01Z,GBP,71675 +2024-04-10T00:25:25Z,EUR,77721 +2024-04-10T01:17:51Z,EUR,12377 +2024-04-10T06:37:10Z,EUR,70249 +2024-04-10T22:35:29Z,JPY,65085 +2024-04-10T08:17:12Z,EUR,11085 +2024-04-10T16:44:07Z,CNY,68452 +2024-04-10T12:17:39Z,JPY,44808 +2024-04-10T22:31:59Z,GBP,89266 +2024-04-10T13:49:36Z,USD,17667 +2024-04-10T15:14:47Z,CNY,64984 +2024-04-10T22:36:19Z,EUR,11557 +2024-04-10T11:18:11Z,GBP,3436 +2024-04-10T00:56:05Z,GBP,56334 +2024-04-10T08:54:07Z,GBP,20828 +2024-04-10T10:33:40Z,EUR,44741 +2024-04-10T09:05:11Z,GBP,51777 +2024-04-10T18:01:16Z,USD,20741 +2024-04-10T07:04:43Z,EUR,40309 +2024-04-10T05:14:57Z,JPY,6571 +2024-04-10T17:16:20Z,JPY,10723 +2024-04-10T10:56:47Z,JPY,75672 +2024-04-10T18:54:35Z,CNY,20981 +2024-04-10T23:17:48Z,GBP,93941 +2024-04-10T03:55:38Z,GBP,35776 +2024-04-10T05:36:43Z,USD,13566 +2024-04-10T19:23:44Z,JPY,51233 +2024-04-10T04:00:04Z,CNY,15164 +2024-04-10T19:24:00Z,EUR,67150 +2024-04-10T19:05:54Z,USD,70863 +2024-04-10T11:29:30Z,CNY,35288 +2024-04-10T04:47:36Z,JPY,69271 +2024-04-10T07:14:40Z,JPY,19791 +2024-04-10T21:07:21Z,GBP,28252 +2024-04-10T08:38:11Z,JPY,37338 +2024-04-10T14:02:24Z,JPY,24882 +2024-04-10T18:01:53Z,JPY,34490 +2024-04-10T16:44:41Z,CNY,15195 +2024-04-10T00:25:37Z,EUR,8382 +2024-04-10T10:38:10Z,CNY,94520 +2024-04-10T17:05:27Z,JPY,77063 +2024-04-10T09:43:14Z,JPY,33678 +2024-04-10T12:54:35Z,EUR,97898 +2024-04-10T06:39:07Z,CNY,65822 +2024-04-10T20:34:06Z,EUR,34163 +2024-04-10T06:10:29Z,USD,12982 +2024-04-10T21:52:51Z,JPY,90307 +2024-04-10T22:14:49Z,JPY,16902 +2024-04-10T10:33:58Z,GBP,45724 +2024-04-10T02:56:49Z,EUR,89619 +2024-04-10T06:41:44Z,JPY,64165 +2024-04-10T10:09:33Z,EUR,84814 +2024-04-10T20:38:05Z,CNY,54453 +2024-04-10T07:14:23Z,EUR,32436 +2024-04-10T19:09:19Z,JPY,57748 +2024-04-10T11:26:30Z,EUR,58609 +2024-04-10T16:05:25Z,JPY,6086 +2024-04-10T04:05:15Z,EUR,8299 +2024-04-10T14:14:33Z,USD,7032 +2024-04-10T19:05:02Z,EUR,49332 +2024-04-10T08:18:07Z,EUR,38286 +2024-04-10T07:38:07Z,EUR,66674 +2024-04-10T14:28:10Z,GBP,80611 +2024-04-10T22:08:26Z,EUR,46885 +2024-04-10T02:38:58Z,JPY,91292 +2024-04-10T19:43:53Z,JPY,45046 +2024-04-10T00:52:05Z,USD,56762 +2024-04-10T18:12:34Z,CNY,69832 +2024-04-10T14:00:19Z,GBP,84166 +2024-04-10T20:40:53Z,USD,97593 +2024-04-10T18:09:23Z,JPY,97969 +2024-04-10T09:31:02Z,GBP,71095 +2024-04-10T14:07:24Z,JPY,21008 +2024-04-10T06:35:23Z,CNY,70428 +2024-04-10T09:40:52Z,JPY,73872 +2024-04-10T22:55:02Z,GBP,31244 +2024-04-10T11:39:58Z,GBP,4633 +2024-04-10T17:09:12Z,EUR,68265 +2024-04-10T05:16:38Z,CNY,46328 +2024-04-10T21:11:13Z,USD,80609 +2024-04-10T00:11:57Z,GBP,71215 +2024-04-10T02:25:18Z,EUR,41236 +2024-04-10T02:47:08Z,JPY,39532 +2024-04-10T06:56:56Z,JPY,90025 +2024-04-10T23:36:10Z,EUR,45955 +2024-04-10T03:30:35Z,CNY,46462 +2024-04-10T11:58:17Z,EUR,44987 +2024-04-10T13:22:00Z,EUR,46131 +2024-04-10T13:54:21Z,GBP,10156 +2024-04-10T04:15:15Z,JPY,26611 +2024-04-10T13:26:33Z,EUR,94548 +2024-04-10T05:19:23Z,USD,35017 +2024-04-10T15:42:43Z,USD,32412 +2024-04-10T21:12:50Z,USD,62726 +2024-04-10T18:45:42Z,USD,47281 +2024-04-10T15:26:04Z,USD,10039 +2024-04-10T12:38:34Z,CNY,4414 +2024-04-10T11:06:46Z,USD,20427 +2024-04-10T01:50:50Z,CNY,82177 +2024-04-10T15:21:18Z,EUR,8834 +2024-04-10T19:17:05Z,CNY,94007 +2024-04-10T06:21:14Z,CNY,87164 +2024-04-10T12:24:52Z,USD,22716 +2024-04-10T20:36:53Z,JPY,6662 +2024-04-10T06:49:30Z,CNY,49602 +2024-04-10T06:56:55Z,GBP,95697 +2024-04-10T19:59:22Z,EUR,2554 +2024-04-10T02:53:22Z,GBP,30653 +2024-04-10T16:38:39Z,JPY,76333 +2024-04-10T07:21:25Z,JPY,13878 +2024-04-10T11:38:31Z,JPY,34920 +2024-04-10T07:17:44Z,EUR,81459 +2024-04-10T19:11:19Z,EUR,4611 +2024-04-10T13:42:31Z,GBP,32613 +2024-04-10T07:00:20Z,JPY,75878 +2024-04-10T10:14:15Z,EUR,19407 +2024-04-10T07:14:34Z,GBP,12950 +2024-04-10T02:44:32Z,USD,6202 +2024-04-10T08:58:14Z,EUR,21856 +2024-04-10T15:44:10Z,GBP,74842 +2024-04-10T22:24:46Z,USD,54831 +2024-04-10T17:19:39Z,CNY,78305 +2024-04-10T04:20:31Z,JPY,65630 +2024-04-10T19:52:41Z,GBP,97194 +2024-04-10T05:55:45Z,CNY,30478 +2024-04-10T12:04:20Z,EUR,30510 +2024-04-10T13:07:44Z,CNY,20544 +2024-04-10T11:47:00Z,CNY,21009 +2024-04-10T23:27:37Z,GBP,22380 +2024-04-10T09:18:02Z,USD,29778 +2024-04-10T09:27:46Z,USD,35690 +2024-04-10T18:45:01Z,GBP,67112 +2024-04-10T00:40:51Z,JPY,65265 +2024-04-10T22:00:42Z,USD,17429 +2024-04-10T22:38:47Z,EUR,33235 +2024-04-10T14:28:02Z,USD,71072 +2024-04-10T09:08:36Z,JPY,91942 +2024-04-10T00:42:46Z,CNY,90322 +2024-04-10T01:30:58Z,JPY,62848 +2024-04-10T10:44:16Z,JPY,21269 +2024-04-10T19:11:39Z,JPY,16428 +2024-04-10T17:32:41Z,GBP,28262 +2024-04-10T14:25:17Z,EUR,42782 +2024-04-10T06:36:37Z,JPY,87547 +2024-04-10T08:55:50Z,EUR,88020 +2024-04-10T08:08:23Z,EUR,37422 +2024-04-10T23:19:21Z,EUR,63822 +2024-04-10T19:50:21Z,JPY,24582 +2024-04-10T13:19:13Z,CNY,25360 +2024-04-10T15:32:11Z,CNY,93002 +2024-04-10T20:48:27Z,CNY,48038 +2024-04-10T08:40:17Z,CNY,72589 +2024-04-10T07:12:38Z,CNY,85499 +2024-04-10T16:10:50Z,JPY,99318 +2024-04-10T16:31:51Z,CNY,6706 +2024-04-10T14:00:23Z,EUR,88318 +2024-04-10T16:36:53Z,USD,23503 +2024-04-10T20:36:30Z,JPY,93713 +2024-04-10T01:11:10Z,JPY,10732 +2024-04-10T10:36:20Z,JPY,10619 +2024-04-10T16:33:08Z,EUR,7433 +2024-04-10T10:28:44Z,CNY,25194 +2024-04-10T21:11:00Z,JPY,54656 +2024-04-10T03:45:43Z,USD,51538 +2024-04-10T06:33:35Z,GBP,12026 +2024-04-10T14:50:04Z,JPY,37551 +2024-04-10T07:41:16Z,CNY,56837 +2024-04-10T18:10:55Z,USD,45351 +2024-04-10T13:37:18Z,EUR,70395 +2024-04-10T03:49:48Z,JPY,34326 +2024-04-10T20:54:56Z,EUR,87378 +2024-04-10T20:32:15Z,JPY,42266 +2024-04-10T22:47:58Z,GBP,90413 +2024-04-10T17:01:59Z,CNY,76031 +2024-04-10T18:08:07Z,JPY,50526 +2024-04-10T08:57:00Z,USD,79760 +2024-04-10T15:05:40Z,JPY,270 +2024-04-10T10:39:45Z,EUR,42933 +2024-04-10T23:39:19Z,JPY,30092 +2024-04-10T19:10:59Z,CNY,39884 +2024-04-10T12:34:15Z,JPY,86988 +2024-04-10T13:04:32Z,JPY,84586 +2024-04-10T08:53:04Z,JPY,14166 +2024-04-10T17:33:11Z,EUR,64137 +2024-04-10T03:19:29Z,USD,96790 +2024-04-10T12:39:17Z,GBP,29795 +2024-04-10T05:49:48Z,EUR,2689 +2024-04-10T17:10:53Z,JPY,70104 +2024-04-10T01:41:30Z,GBP,17227 +2024-04-10T03:17:41Z,USD,20263 +2024-04-10T05:53:19Z,JPY,52714 +2024-04-10T05:30:53Z,GBP,81927 +2024-04-10T19:44:39Z,CNY,70966 +2024-04-10T01:29:49Z,CNY,18308 +2024-04-10T03:15:55Z,EUR,55613 +2024-04-10T20:30:12Z,JPY,13349 +2024-04-10T04:21:56Z,EUR,89234 +2024-04-10T02:42:14Z,EUR,24644 +2024-04-10T17:55:44Z,GBP,57619 +2024-04-10T18:29:28Z,USD,19407 +2024-04-10T03:46:10Z,JPY,69995 +2024-04-10T09:35:16Z,USD,80148 +2024-04-10T02:03:46Z,CNY,23623 +2024-04-10T04:01:29Z,GBP,68367 +2024-04-10T08:20:24Z,USD,47974 +2024-04-10T03:03:17Z,GBP,49469 +2024-04-10T02:01:36Z,USD,58858 +2024-04-10T11:42:39Z,GBP,56307 +2024-04-10T18:54:51Z,EUR,91833 +2024-04-10T15:38:09Z,USD,70242 +2024-04-10T16:39:50Z,USD,43756 +2024-04-10T19:47:13Z,JPY,81774 +2024-04-10T15:07:37Z,CNY,7567 +2024-04-10T08:24:36Z,USD,6866 +2024-04-10T15:25:50Z,CNY,11169 +2024-04-10T23:16:28Z,CNY,96765 +2024-04-10T04:21:53Z,USD,23528 +2024-04-10T22:02:12Z,USD,50183 +2024-04-10T06:48:58Z,USD,43235 +2024-04-10T05:32:01Z,JPY,30415 +2024-04-10T01:35:10Z,JPY,25696 +2024-04-10T07:35:56Z,JPY,26405 +2024-04-10T18:03:05Z,EUR,14151 +2024-04-10T20:48:58Z,USD,90157 +2024-04-10T14:55:12Z,EUR,20404 +2024-04-10T12:47:16Z,EUR,83795 +2024-04-10T19:30:50Z,JPY,68792 +2024-04-10T05:54:35Z,EUR,19192 +2024-04-10T12:33:17Z,EUR,65852 +2024-04-10T08:27:40Z,EUR,5407 +2024-04-10T10:14:27Z,USD,93116 +2024-04-10T22:11:03Z,CNY,16900 +2024-04-10T01:14:52Z,USD,11718 +2024-04-10T21:09:22Z,CNY,72752 +2024-04-10T00:40:47Z,CNY,43998 +2024-04-10T13:52:38Z,CNY,89927 +2024-04-10T10:46:38Z,CNY,49600 +2024-04-10T21:21:48Z,USD,77279 +2024-04-10T12:22:56Z,USD,31687 +2024-04-10T03:57:55Z,EUR,81219 +2024-04-10T07:10:27Z,GBP,34738 +2024-04-10T18:07:41Z,CNY,94597 +2024-04-10T05:32:52Z,JPY,75509 +2024-04-10T04:05:26Z,CNY,28907 +2024-04-10T17:06:42Z,GBP,19095 +2024-04-10T16:29:28Z,USD,67185 +2024-04-10T23:01:33Z,GBP,96545 +2024-04-10T11:34:39Z,JPY,69256 +2024-04-10T18:32:44Z,GBP,94927 +2024-04-10T12:07:02Z,GBP,90978 +2024-04-10T23:01:27Z,JPY,10217 +2024-04-10T07:52:07Z,GBP,54692 +2024-04-10T17:57:22Z,JPY,50214 +2024-04-10T23:54:44Z,CNY,25436 +2024-04-10T17:19:32Z,CNY,5244 +2024-04-10T03:01:43Z,GBP,79233 +2024-04-10T17:16:44Z,GBP,88707 +2024-04-10T07:27:57Z,CNY,95195 +2024-04-10T08:10:45Z,JPY,66388 +2024-04-10T17:10:10Z,CNY,59486 +2024-04-10T13:19:58Z,GBP,23853 +2024-04-10T19:15:13Z,USD,25788 +2024-04-10T14:55:34Z,USD,14103 +2024-04-10T14:09:09Z,EUR,7242 +2024-04-10T08:45:52Z,JPY,77821 +2024-04-10T17:13:26Z,USD,80936 +2024-04-10T12:24:28Z,CNY,11638 +2024-04-10T05:11:43Z,JPY,14248 +2024-04-10T20:11:19Z,JPY,50494 +2024-04-10T21:49:00Z,JPY,44286 +2024-04-10T10:03:15Z,EUR,5600 +2024-04-10T08:30:44Z,EUR,35778 +2024-04-10T06:19:27Z,USD,95333 +2024-04-10T11:55:13Z,JPY,43821 +2024-04-10T07:03:41Z,JPY,858 +2024-04-10T19:43:22Z,EUR,18619 +2024-04-10T02:00:15Z,JPY,60746 +2024-04-10T10:10:21Z,CNY,28255 +2024-04-10T20:19:19Z,GBP,50574 +2024-04-10T20:03:33Z,JPY,58826 +2024-04-10T19:46:37Z,CNY,77681 +2024-04-10T16:30:56Z,USD,35341 +2024-04-10T03:12:52Z,USD,3796 +2024-04-10T02:11:19Z,JPY,102 +2024-04-10T17:14:26Z,EUR,30685 +2024-04-10T11:45:26Z,EUR,62403 +2024-04-10T06:38:54Z,CNY,43756 +2024-04-10T12:50:49Z,GBP,84396 +2024-04-10T16:32:10Z,JPY,81810 +2024-04-10T01:00:06Z,EUR,56450 +2024-04-10T11:54:17Z,USD,21944 +2024-04-10T05:48:20Z,CNY,53212 +2024-04-10T17:29:58Z,CNY,80953 +2024-04-10T03:56:26Z,CNY,20429 +2024-04-10T03:41:34Z,USD,33149 +2024-04-10T16:08:08Z,JPY,40948 +2024-04-10T03:20:20Z,USD,19724 +2024-04-10T05:12:31Z,CNY,59978 +2024-04-10T11:29:53Z,USD,92055 +2024-04-10T09:33:07Z,GBP,87600 +2024-04-10T12:45:27Z,JPY,4687 +2024-04-10T03:30:26Z,EUR,88529 +2024-04-10T11:29:43Z,EUR,94478 +2024-04-10T22:30:59Z,CNY,86210 +2024-04-10T03:49:04Z,CNY,93565 +2024-04-10T14:18:48Z,GBP,7348 +2024-04-10T12:30:09Z,JPY,10344 +2024-04-10T08:04:53Z,CNY,97931 +2024-04-10T01:03:13Z,CNY,49791 +2024-04-10T03:36:25Z,CNY,33025 +2024-04-10T13:56:45Z,GBP,74474 +2024-04-10T13:14:29Z,JPY,31183 +2024-04-10T05:53:26Z,EUR,40050 +2024-04-10T08:32:47Z,GBP,30302 +2024-04-10T08:06:29Z,EUR,63999 +2024-04-10T10:13:18Z,CNY,93465 +2024-04-10T07:03:55Z,CNY,27246 +2024-04-10T22:09:05Z,EUR,68147 +2024-04-10T03:20:32Z,GBP,50214 +2024-04-10T17:05:11Z,USD,52283 +2024-04-10T02:53:25Z,USD,88271 +2024-04-10T22:37:34Z,USD,57948 +2024-04-10T23:24:14Z,GBP,15089 +2024-04-10T11:10:23Z,USD,91926 +2024-04-10T00:32:07Z,GBP,16638 +2024-04-10T20:33:31Z,GBP,78980 +2024-04-10T19:25:04Z,USD,61668 +2024-04-10T03:23:21Z,EUR,17216 +2024-04-10T10:16:44Z,CNY,199 +2024-04-10T03:04:01Z,JPY,58301 +2024-04-10T15:33:45Z,EUR,44091 +2024-04-10T23:24:28Z,CNY,87609 +2024-04-10T21:44:15Z,EUR,71794 +2024-04-10T13:20:33Z,CNY,32387 +2024-04-10T01:02:10Z,JPY,32361 +2024-04-10T13:48:44Z,JPY,41014 +2024-04-10T01:45:57Z,USD,53759 +2024-04-10T04:15:56Z,EUR,34638 +2024-04-10T18:45:51Z,USD,24603 +2024-04-10T05:18:49Z,EUR,68013 +2024-04-10T10:26:02Z,GBP,57424 +2024-04-10T06:07:19Z,USD,6982 +2024-04-10T01:25:45Z,EUR,90905 +2024-04-10T17:05:35Z,USD,26930 +2024-04-10T18:56:21Z,CNY,5930 +2024-04-10T05:58:58Z,GBP,78979 +2024-04-10T07:45:00Z,GBP,52510 +2024-04-10T01:15:54Z,GBP,88007 +2024-04-10T00:43:17Z,USD,36980 +2024-04-10T06:43:34Z,USD,21671 +2024-04-10T11:53:11Z,JPY,64269 +2024-04-10T18:20:00Z,GBP,19158 +2024-04-10T22:03:45Z,CNY,85068 +2024-04-10T22:33:12Z,USD,8018 +2024-04-10T11:55:23Z,CNY,19373 +2024-04-10T01:43:51Z,JPY,21151 +2024-04-10T14:51:25Z,USD,1864 +2024-04-10T10:55:34Z,USD,40774 +2024-04-10T21:54:24Z,EUR,15070 +2024-04-10T09:56:49Z,EUR,16006 +2024-04-10T20:13:16Z,GBP,70305 +2024-04-10T01:58:21Z,JPY,5850 +2024-04-10T22:43:00Z,USD,35557 +2024-04-10T11:58:51Z,CNY,41776 +2024-04-10T09:02:58Z,USD,53634 +2024-04-10T22:31:39Z,EUR,65040 +2024-04-10T20:29:59Z,JPY,49619 +2024-04-10T16:35:56Z,USD,26785 +2024-04-10T15:28:39Z,CNY,4734 +2024-04-10T10:14:51Z,GBP,83298 +2024-04-10T20:43:02Z,USD,77387 +2024-04-10T01:09:03Z,GBP,88575 +2024-04-10T01:43:27Z,USD,3160 +2024-04-10T13:54:56Z,GBP,84368 +2024-04-10T09:13:02Z,EUR,46673 +2024-04-10T01:46:28Z,GBP,96494 +2024-04-10T04:49:37Z,EUR,88247 +2024-04-10T04:04:39Z,USD,90471 +2024-04-10T18:03:01Z,USD,91297 +2024-04-10T00:52:04Z,GBP,89166 +2024-04-10T00:51:36Z,GBP,68598 +2024-04-10T04:05:11Z,GBP,73506 +2024-04-10T13:49:42Z,GBP,89412 +2024-04-10T12:35:59Z,CNY,94327 +2024-04-10T05:44:52Z,USD,66819 +2024-04-10T19:16:41Z,GBP,87194 +2024-04-10T15:59:36Z,EUR,65501 +2024-04-10T19:53:22Z,CNY,64996 +2024-04-10T09:25:16Z,JPY,56291 +2024-04-10T12:40:50Z,GBP,41849 +2024-04-10T23:44:27Z,CNY,61449 +2024-04-10T14:46:25Z,EUR,80157 +2024-04-10T21:03:45Z,EUR,31712 +2024-04-10T02:01:08Z,CNY,78566 +2024-04-10T02:25:32Z,CNY,43161 +2024-04-10T16:36:32Z,EUR,48373 +2024-04-10T17:46:13Z,CNY,85869 +2024-04-10T19:11:07Z,JPY,82427 +2024-04-10T15:42:51Z,EUR,84321 +2024-04-10T17:32:05Z,JPY,43583 +2024-04-10T08:47:31Z,JPY,29320 +2024-04-10T08:24:08Z,JPY,10289 +2024-04-10T22:17:40Z,GBP,22136 +2024-04-10T06:10:43Z,EUR,48366 +2024-04-10T09:17:53Z,USD,61564 +2024-04-10T17:26:53Z,GBP,84608 +2024-04-10T12:17:11Z,CNY,46245 +2024-04-10T04:11:17Z,EUR,63293 +2024-04-10T05:53:22Z,GBP,10932 +2024-04-10T02:54:45Z,EUR,9904 +2024-04-10T02:56:03Z,GBP,4098 +2024-04-10T02:53:28Z,JPY,68549 +2024-04-10T02:54:02Z,EUR,76967 +2024-04-10T02:52:08Z,USD,70441 +2024-04-10T06:11:03Z,JPY,94711 +2024-04-10T00:19:16Z,CNY,77715 +2024-04-10T16:56:41Z,JPY,27084 +2024-04-10T03:04:38Z,EUR,8220 +2024-04-10T15:46:48Z,JPY,85194 +2024-04-10T04:27:21Z,JPY,24887 +2024-04-10T11:50:08Z,CNY,85227 +2024-04-10T11:40:04Z,EUR,83421 +2024-04-10T15:59:46Z,EUR,10413 +2024-04-10T06:33:30Z,USD,17924 +2024-04-10T17:36:33Z,USD,13609 +2024-04-10T11:53:40Z,EUR,45274 +2024-04-10T14:39:48Z,EUR,16316 +2024-04-10T18:51:58Z,GBP,24522 +2024-04-10T13:12:20Z,EUR,87189 +2024-04-10T09:09:51Z,EUR,89793 +2024-04-10T06:08:54Z,GBP,38374 +2024-04-10T00:00:53Z,CNY,27489 +2024-04-10T10:04:19Z,GBP,53787 +2024-04-10T22:45:11Z,GBP,63421 +2024-04-10T23:06:04Z,GBP,69881 +2024-04-10T23:34:25Z,USD,27977 +2024-04-10T02:35:26Z,GBP,19553 +2024-04-10T07:25:14Z,EUR,53088 +2024-04-10T02:34:57Z,USD,4292 +2024-04-10T14:48:06Z,CNY,48400 +2024-04-10T21:18:20Z,EUR,1966 +2024-04-10T11:07:41Z,JPY,63816 +2024-04-10T19:59:24Z,JPY,76642 +2024-04-10T04:00:43Z,USD,19005 +2024-04-10T20:44:27Z,USD,30594 +2024-04-10T20:50:29Z,CNY,91505 +2024-04-10T06:59:22Z,GBP,84558 +2024-04-10T04:38:33Z,JPY,20479 +2024-04-10T19:20:03Z,USD,1781 +2024-04-10T03:53:03Z,GBP,71606 +2024-04-10T12:36:25Z,USD,11051 +2024-04-10T15:17:15Z,EUR,50767 +2024-04-10T10:18:22Z,CNY,35142 +2024-04-10T16:04:14Z,EUR,43476 +2024-04-10T19:02:08Z,GBP,11465 +2024-04-10T18:22:30Z,EUR,77260 +2024-04-10T15:49:37Z,GBP,70002 +2024-04-10T13:27:38Z,USD,50265 +2024-04-10T14:01:33Z,CNY,81792 +2024-04-10T13:37:08Z,GBP,67753 diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q1/usd_only.csv b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q1/usd_only.csv new file mode 100644 index 0000000000000000000000000000000000000000..77cafaabe7ee2b57888d1afd14117580e97b404e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q1/usd_only.csv @@ -0,0 +1,152 @@ +ts,cur,amt +2024-04-10T13:43:46Z,USD,81548 +2024-04-10T09:12:56Z,USD,17978 +2024-04-10T02:32:38Z,USD,23996 +2024-04-10T22:29:12Z,USD,45956 +2024-04-10T03:03:24Z,USD,73310 +2024-04-10T21:49:34Z,USD,13347 +2024-04-10T07:15:42Z,USD,71224 +2024-04-10T18:39:14Z,USD,29774 +2024-04-10T22:06:42Z,USD,63583 +2024-04-10T03:26:31Z,USD,79281 +2024-04-10T17:46:32Z,USD,34601 +2024-04-10T14:46:40Z,USD,21361 +2024-04-10T17:07:50Z,USD,37343 +2024-04-10T18:00:34Z,USD,36348 +2024-04-10T23:44:46Z,USD,76446 +2024-04-10T13:39:26Z,USD,31880 +2024-04-10T17:51:48Z,USD,27798 +2024-04-10T08:09:07Z,USD,99358 +2024-04-10T02:51:03Z,USD,73707 +2024-04-10T04:33:49Z,USD,52781 +2024-04-10T16:01:51Z,USD,33497 +2024-04-10T00:06:52Z,USD,81444 +2024-04-10T21:59:03Z,USD,56096 +2024-04-10T22:58:52Z,USD,82734 +2024-04-10T04:30:45Z,USD,79920 +2024-04-10T11:06:19Z,USD,64136 +2024-04-10T12:58:10Z,USD,29207 +2024-04-10T09:08:03Z,USD,61051 +2024-04-10T15:14:17Z,USD,65679 +2024-04-10T08:26:58Z,USD,58970 +2024-04-10T18:25:23Z,USD,5468 +2024-04-10T05:22:03Z,USD,58661 +2024-04-10T13:54:25Z,USD,906 +2024-04-10T13:23:45Z,USD,72434 +2024-04-10T03:41:22Z,USD,98135 +2024-04-10T14:25:33Z,USD,16487 +2024-04-10T00:10:33Z,USD,64339 +2024-04-10T05:42:38Z,USD,93264 +2024-04-10T10:00:38Z,USD,31836 +2024-04-10T21:27:45Z,USD,46768 +2024-04-10T04:13:45Z,USD,69278 +2024-04-10T15:42:05Z,USD,28269 +2024-04-10T03:08:17Z,USD,70139 +2024-04-10T01:37:55Z,USD,64459 +2024-04-10T04:35:02Z,USD,64572 +2024-04-10T06:03:30Z,USD,7376 +2024-04-10T02:09:29Z,USD,85234 +2024-04-10T17:16:44Z,USD,89116 +2024-04-10T05:27:18Z,USD,38669 +2024-04-10T03:44:15Z,USD,60692 +2024-04-10T10:52:37Z,USD,66431 +2024-04-10T22:26:54Z,USD,26900 +2024-04-10T01:54:11Z,USD,33804 +2024-04-10T00:38:42Z,USD,9622 +2024-04-10T12:23:13Z,USD,74108 +2024-04-10T22:12:06Z,USD,88806 +2024-04-10T14:45:34Z,USD,39758 +2024-04-10T15:27:28Z,USD,7123 +2024-04-10T03:22:31Z,USD,40044 +2024-04-10T17:36:41Z,USD,27911 +2024-04-10T09:30:01Z,USD,87804 +2024-04-10T14:08:00Z,USD,28101 +2024-04-10T22:31:11Z,USD,69573 +2024-04-10T00:35:15Z,USD,43110 +2024-04-10T13:49:36Z,USD,17667 +2024-04-10T18:01:16Z,USD,20741 +2024-04-10T05:36:43Z,USD,13566 +2024-04-10T19:05:54Z,USD,70863 +2024-04-10T06:10:29Z,USD,12982 +2024-04-10T14:14:33Z,USD,7032 +2024-04-10T00:52:05Z,USD,56762 +2024-04-10T20:40:53Z,USD,97593 +2024-04-10T21:11:13Z,USD,80609 +2024-04-10T05:19:23Z,USD,35017 +2024-04-10T15:42:43Z,USD,32412 +2024-04-10T21:12:50Z,USD,62726 +2024-04-10T18:45:42Z,USD,47281 +2024-04-10T15:26:04Z,USD,10039 +2024-04-10T11:06:46Z,USD,20427 +2024-04-10T12:24:52Z,USD,22716 +2024-04-10T02:44:32Z,USD,6202 +2024-04-10T22:24:46Z,USD,54831 +2024-04-10T09:18:02Z,USD,29778 +2024-04-10T09:27:46Z,USD,35690 +2024-04-10T22:00:42Z,USD,17429 +2024-04-10T14:28:02Z,USD,71072 +2024-04-10T16:36:53Z,USD,23503 +2024-04-10T03:45:43Z,USD,51538 +2024-04-10T18:10:55Z,USD,45351 +2024-04-10T08:57:00Z,USD,79760 +2024-04-10T03:19:29Z,USD,96790 +2024-04-10T03:17:41Z,USD,20263 +2024-04-10T18:29:28Z,USD,19407 +2024-04-10T09:35:16Z,USD,80148 +2024-04-10T08:20:24Z,USD,47974 +2024-04-10T02:01:36Z,USD,58858 +2024-04-10T15:38:09Z,USD,70242 +2024-04-10T16:39:50Z,USD,43756 +2024-04-10T08:24:36Z,USD,6866 +2024-04-10T04:21:53Z,USD,23528 +2024-04-10T22:02:12Z,USD,50183 +2024-04-10T06:48:58Z,USD,43235 +2024-04-10T20:48:58Z,USD,90157 +2024-04-10T10:14:27Z,USD,93116 +2024-04-10T01:14:52Z,USD,11718 +2024-04-10T21:21:48Z,USD,77279 +2024-04-10T12:22:56Z,USD,31687 +2024-04-10T16:29:28Z,USD,67185 +2024-04-10T19:15:13Z,USD,25788 +2024-04-10T14:55:34Z,USD,14103 +2024-04-10T17:13:26Z,USD,80936 +2024-04-10T06:19:27Z,USD,95333 +2024-04-10T16:30:56Z,USD,35341 +2024-04-10T03:12:52Z,USD,3796 +2024-04-10T11:54:17Z,USD,21944 +2024-04-10T03:41:34Z,USD,33149 +2024-04-10T03:20:20Z,USD,19724 +2024-04-10T11:29:53Z,USD,92055 +2024-04-10T17:05:11Z,USD,52283 +2024-04-10T02:53:25Z,USD,88271 +2024-04-10T22:37:34Z,USD,57948 +2024-04-10T11:10:23Z,USD,91926 +2024-04-10T19:25:04Z,USD,61668 +2024-04-10T01:45:57Z,USD,53759 +2024-04-10T18:45:51Z,USD,24603 +2024-04-10T06:07:19Z,USD,6982 +2024-04-10T17:05:35Z,USD,26930 +2024-04-10T00:43:17Z,USD,36980 +2024-04-10T06:43:34Z,USD,21671 +2024-04-10T22:33:12Z,USD,8018 +2024-04-10T14:51:25Z,USD,1864 +2024-04-10T10:55:34Z,USD,40774 +2024-04-10T22:43:00Z,USD,35557 +2024-04-10T09:02:58Z,USD,53634 +2024-04-10T16:35:56Z,USD,26785 +2024-04-10T20:43:02Z,USD,77387 +2024-04-10T01:43:27Z,USD,3160 +2024-04-10T04:04:39Z,USD,90471 +2024-04-10T18:03:01Z,USD,91297 +2024-04-10T05:44:52Z,USD,66819 +2024-04-10T09:17:53Z,USD,61564 +2024-04-10T02:52:08Z,USD,70441 +2024-04-10T06:33:30Z,USD,17924 +2024-04-10T17:36:33Z,USD,13609 +2024-04-10T23:34:25Z,USD,27977 +2024-04-10T02:34:57Z,USD,4292 +2024-04-10T04:00:43Z,USD,19005 +2024-04-10T20:44:27Z,USD,30594 +2024-04-10T19:20:03Z,USD,1781 +2024-04-10T12:36:25Z,USD,11051 +2024-04-10T13:27:38Z,USD,50265 diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q2/.placeholder b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q2/.placeholder new file mode 100644 index 0000000000000000000000000000000000000000..8a435501a3a3365292e8dbd389ce27b7ae2c9ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q2/.placeholder @@ -0,0 +1 @@ +pending diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q3/.placeholder b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q3/.placeholder new file mode 100644 index 0000000000000000000000000000000000000000..8a435501a3a3365292e8dbd389ce27b7ae2c9ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q3/.placeholder @@ -0,0 +1 @@ +pending diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q4/.placeholder b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q4/.placeholder new file mode 100644 index 0000000000000000000000000000000000000000..8a435501a3a3365292e8dbd389ce27b7ae2c9ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/transactions/2024-Q4/.placeholder @@ -0,0 +1 @@ +pending diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/acme/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/acme/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..f5e7014f998d2f436916cbe83f2b284d4495b749 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/acme/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "acme", + "phone": "+1-555-0100", + "email": "sales@acme.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/acme/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/acme/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..c331584972573f797e447aa10a9be4d7acf7bac8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/acme/contract.md @@ -0,0 +1,3 @@ +# Contract with acme + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/globex/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/globex/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..ae0ce65f0d917b5bc5b35bc27e01f7c3cf85d468 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/globex/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "globex", + "phone": "+1-555-0100", + "email": "sales@globex.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/globex/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/globex/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..fd6e8b1b7d1ffd2e4280dfa99ea3dcf90811a949 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/globex/contract.md @@ -0,0 +1,3 @@ +# Contract with globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/initech/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/initech/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..6352971d6e2369df9479050d48da6e202ffa5339 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/initech/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "initech", + "phone": "+1-555-0100", + "email": "sales@initech.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/initech/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/initech/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..0ce87f2a653ee327cfada3281f166e7a2f5768aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/initech/contract.md @@ -0,0 +1,3 @@ +# Contract with initech + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/soylent/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/soylent/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..4e5148640f019d1cb2b498e7622cfa2dcd200136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/soylent/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "soylent", + "phone": "+1-555-0100", + "email": "sales@soylent.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/soylent/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/soylent/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..54898f47fdafe419ff89d42e9d868f24491efe0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/soylent/contract.md @@ -0,0 +1,3 @@ +# Contract with soylent + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/stark-industries/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/stark-industries/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..f0a9a03b538ae4e9753a40546e5f47349c52bb1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/stark-industries/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "stark-industries", + "phone": "+1-555-0100", + "email": "sales@stark-industries.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/stark-industries/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/stark-industries/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..cb91a60f5e380fd7531ce2b52867e04791d894b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/stark-industries/contract.md @@ -0,0 +1,3 @@ +# Contract with stark-industries + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/tyrell-corp/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/tyrell-corp/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..32185f6202ae103282fd435481119abe667a0060 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/tyrell-corp/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "tyrell-corp", + "phone": "+1-555-0100", + "email": "sales@tyrell-corp.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/tyrell-corp/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/tyrell-corp/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..2c715098771581a2d27fdc0e3750423f15e5fd93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/tyrell-corp/contract.md @@ -0,0 +1,3 @@ +# Contract with tyrell-corp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/umbrella/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/umbrella/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..252bab8a004e6d200b01292c4bb2a11845232a3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/umbrella/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "umbrella", + "phone": "+1-555-0100", + "email": "sales@umbrella.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/umbrella/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/umbrella/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..aa4df111afb33a5432e4db6beeddfe8f8a63b6f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/umbrella/contract.md @@ -0,0 +1,3 @@ +# Contract with umbrella + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/wayne-enterprises/contact.json b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/wayne-enterprises/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..4bf299e34098855d2655efb8b07dce4d63fe93b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/wayne-enterprises/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "wayne-enterprises", + "phone": "+1-555-0100", + "email": "sales@wayne-enterprises.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/wayne-enterprises/contract.md b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/wayne-enterprises/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..36e032d7148421166479674cddc2e91192fc0a1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/accounting/vendors/wayne-enterprises/contract.md @@ -0,0 +1,3 @@ +# Contract with wayne-enterprises + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/aging-receivables.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/aging-receivables.md new file mode 100644 index 0000000000000000000000000000000000000000..da38c0e2311fd4006859bff8b0a95e7eb6ae0214 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/aging-receivables.md @@ -0,0 +1,3 @@ +# aging-receivables + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/tax-summary.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/tax-summary.md new file mode 100644 index 0000000000000000000000000000000000000000..42a44be70ffdc61876e1b549c20aceb9c11067cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/tax-summary.md @@ -0,0 +1,3 @@ +# tax-summary + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/treasury-policy.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/treasury-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..ef353000a4b7503b764d84cf37e685541bfca497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/policies/treasury-policy.md @@ -0,0 +1,3 @@ +# treasury-policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q1/all.csv b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q1/all.csv new file mode 100644 index 0000000000000000000000000000000000000000..979d783349c73092f36481cbd1c11f824a514472 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q1/all.csv @@ -0,0 +1,801 @@ +ts,cur,amt +2024-04-10T12:55:05Z,GBP,27452 +2024-04-10T04:26:30Z,JPY,13963 +2024-04-10T22:36:10Z,JPY,54141 +2024-04-10T02:28:04Z,CNY,88385 +2024-04-10T16:55:22Z,EUR,25974 +2024-04-10T07:18:55Z,EUR,26844 +2024-04-10T05:59:19Z,CNY,49461 +2024-04-10T06:20:51Z,JPY,17605 +2024-04-10T12:33:52Z,GBP,4603 +2024-04-10T04:36:35Z,CNY,58691 +2024-04-10T12:23:57Z,GBP,8406 +2024-04-10T14:28:20Z,EUR,60890 +2024-04-10T09:59:00Z,CNY,65751 +2024-04-10T04:57:43Z,CNY,66264 +2024-04-10T12:25:50Z,JPY,94288 +2024-04-10T13:43:46Z,USD,81548 +2024-04-10T09:12:56Z,USD,17978 +2024-04-10T17:58:37Z,CNY,95279 +2024-04-10T19:02:29Z,GBP,90317 +2024-04-10T23:47:36Z,GBP,48076 +2024-04-10T11:19:57Z,CNY,96696 +2024-04-10T03:25:22Z,GBP,34173 +2024-04-10T11:29:51Z,JPY,28084 +2024-04-10T05:34:24Z,EUR,99700 +2024-04-10T05:48:48Z,CNY,73294 +2024-04-10T19:10:31Z,JPY,2923 +2024-04-10T06:07:13Z,CNY,58516 +2024-04-10T09:12:50Z,CNY,60023 +2024-04-10T14:57:47Z,EUR,37184 +2024-04-10T11:48:51Z,JPY,80603 +2024-04-10T12:01:48Z,CNY,73926 +2024-04-10T08:08:15Z,CNY,2037 +2024-04-10T02:32:38Z,USD,23996 +2024-04-10T09:06:47Z,JPY,77359 +2024-04-10T11:40:39Z,CNY,23923 +2024-04-10T23:55:34Z,JPY,39590 +2024-04-10T23:20:34Z,EUR,87658 +2024-04-10T21:32:03Z,JPY,22024 +2024-04-10T10:25:01Z,JPY,23171 +2024-04-10T11:45:58Z,CNY,46790 +2024-04-10T15:36:16Z,CNY,95524 +2024-04-10T05:41:22Z,GBP,12227 +2024-04-10T22:29:12Z,USD,45956 +2024-04-10T16:33:32Z,JPY,15603 +2024-04-10T03:03:24Z,USD,73310 +2024-04-10T16:23:39Z,CNY,25850 +2024-04-10T21:49:34Z,USD,13347 +2024-04-10T07:38:14Z,CNY,79253 +2024-04-10T00:12:23Z,JPY,1603 +2024-04-10T09:24:11Z,CNY,19533 +2024-04-10T16:14:41Z,JPY,31272 +2024-04-10T01:03:36Z,GBP,71161 +2024-04-10T07:15:42Z,USD,71224 +2024-04-10T09:37:21Z,CNY,98547 +2024-04-10T15:13:57Z,JPY,37349 +2024-04-10T06:01:32Z,CNY,69159 +2024-04-10T22:35:28Z,JPY,20118 +2024-04-10T13:52:58Z,GBP,1291 +2024-04-10T03:19:37Z,EUR,76048 +2024-04-10T06:48:42Z,GBP,96971 +2024-04-10T20:25:15Z,EUR,76664 +2024-04-10T18:39:14Z,USD,29774 +2024-04-10T02:36:02Z,CNY,50774 +2024-04-10T02:20:05Z,EUR,80802 +2024-04-10T22:06:42Z,USD,63583 +2024-04-10T13:55:36Z,GBP,9788 +2024-04-10T08:58:49Z,CNY,31496 +2024-04-10T16:55:37Z,JPY,66522 +2024-04-10T06:33:18Z,GBP,32521 +2024-04-10T23:27:38Z,CNY,53936 +2024-04-10T07:27:57Z,JPY,34282 +2024-04-10T09:19:46Z,CNY,11131 +2024-04-10T12:56:15Z,EUR,82428 +2024-04-10T08:49:34Z,EUR,49937 +2024-04-10T03:26:31Z,USD,79281 +2024-04-10T17:46:32Z,USD,34601 +2024-04-10T22:44:51Z,EUR,87044 +2024-04-10T00:25:22Z,CNY,63101 +2024-04-10T08:27:21Z,EUR,34418 +2024-04-10T16:19:11Z,GBP,1491 +2024-04-10T22:50:12Z,GBP,69039 +2024-04-10T18:53:08Z,GBP,57783 +2024-04-10T08:38:01Z,GBP,74547 +2024-04-10T14:27:57Z,EUR,69604 +2024-04-10T03:39:04Z,CNY,28599 +2024-04-10T13:25:46Z,GBP,56864 +2024-04-10T04:44:53Z,CNY,91002 +2024-04-10T10:07:58Z,EUR,23235 +2024-04-10T19:15:01Z,CNY,68867 +2024-04-10T12:47:07Z,EUR,36651 +2024-04-10T06:33:51Z,CNY,49335 +2024-04-10T12:32:15Z,JPY,31354 +2024-04-10T14:46:40Z,USD,21361 +2024-04-10T11:48:51Z,CNY,9608 +2024-04-10T09:22:48Z,GBP,3238 +2024-04-10T04:43:27Z,JPY,68042 +2024-04-10T12:35:07Z,GBP,67436 +2024-04-10T19:18:55Z,JPY,78999 +2024-04-10T16:15:37Z,EUR,77056 +2024-04-10T16:34:31Z,JPY,35883 +2024-04-10T23:16:42Z,CNY,82 +2024-04-10T04:28:23Z,EUR,63690 +2024-04-10T17:07:50Z,USD,37343 +2024-04-10T01:41:52Z,EUR,49919 +2024-04-10T23:18:58Z,EUR,75422 +2024-04-10T18:00:34Z,USD,36348 +2024-04-10T23:44:19Z,CNY,46438 +2024-04-10T23:44:46Z,USD,76446 +2024-04-10T19:45:26Z,CNY,60842 +2024-04-10T13:29:30Z,GBP,61303 +2024-04-10T21:28:55Z,GBP,99668 +2024-04-10T04:26:21Z,CNY,47428 +2024-04-10T02:36:25Z,EUR,38141 +2024-04-10T03:36:16Z,GBP,78952 +2024-04-10T07:32:14Z,GBP,53794 +2024-04-10T15:38:56Z,EUR,96013 +2024-04-10T01:17:14Z,GBP,76230 +2024-04-10T13:39:26Z,USD,31880 +2024-04-10T21:23:29Z,EUR,64252 +2024-04-10T18:10:50Z,JPY,91557 +2024-04-10T22:36:43Z,GBP,80048 +2024-04-10T00:02:49Z,JPY,53820 +2024-04-10T17:51:48Z,USD,27798 +2024-04-10T08:09:07Z,USD,99358 +2024-04-10T04:30:12Z,GBP,26886 +2024-04-10T22:18:40Z,JPY,77823 +2024-04-10T20:26:55Z,GBP,37225 +2024-04-10T02:51:03Z,USD,73707 +2024-04-10T11:16:09Z,GBP,5145 +2024-04-10T04:33:49Z,USD,52781 +2024-04-10T13:13:30Z,EUR,12856 +2024-04-10T11:00:21Z,JPY,65647 +2024-04-10T16:01:51Z,USD,33497 +2024-04-10T08:35:52Z,JPY,21218 +2024-04-10T17:22:25Z,EUR,50453 +2024-04-10T04:32:33Z,GBP,41754 +2024-04-10T12:31:17Z,CNY,90143 +2024-04-10T02:34:15Z,GBP,48485 +2024-04-10T22:28:45Z,EUR,21034 +2024-04-10T04:32:30Z,JPY,52110 +2024-04-10T12:19:25Z,CNY,56293 +2024-04-10T20:51:25Z,EUR,29160 +2024-04-10T13:55:21Z,EUR,52968 +2024-04-10T02:04:45Z,GBP,26149 +2024-04-10T08:15:09Z,GBP,22112 +2024-04-10T06:11:32Z,JPY,31446 +2024-04-10T05:45:46Z,CNY,47591 +2024-04-10T00:06:52Z,USD,81444 +2024-04-10T03:34:04Z,GBP,79518 +2024-04-10T10:14:51Z,EUR,85068 +2024-04-10T23:49:06Z,EUR,54926 +2024-04-10T21:32:03Z,GBP,75232 +2024-04-10T21:59:03Z,USD,56096 +2024-04-10T07:35:41Z,GBP,73205 +2024-04-10T22:55:09Z,GBP,31817 +2024-04-10T08:48:42Z,CNY,27135 +2024-04-10T10:22:28Z,EUR,77680 +2024-04-10T19:18:40Z,CNY,9151 +2024-04-10T22:58:52Z,USD,82734 +2024-04-10T12:57:10Z,EUR,18377 +2024-04-10T21:02:19Z,EUR,15109 +2024-04-10T14:49:07Z,GBP,73895 +2024-04-10T12:56:42Z,CNY,74710 +2024-04-10T01:59:55Z,EUR,67369 +2024-04-10T19:08:57Z,JPY,30372 +2024-04-10T04:30:45Z,USD,79920 +2024-04-10T01:52:26Z,GBP,53910 +2024-04-10T11:06:19Z,USD,64136 +2024-04-10T02:48:40Z,EUR,78678 +2024-04-10T21:29:32Z,EUR,318 +2024-04-10T09:25:24Z,CNY,32335 +2024-04-10T05:34:53Z,GBP,1418 +2024-04-10T12:58:10Z,USD,29207 +2024-04-10T09:08:03Z,USD,61051 +2024-04-10T12:41:07Z,GBP,58883 +2024-04-10T15:14:17Z,USD,65679 +2024-04-10T07:45:04Z,EUR,78938 +2024-04-10T05:34:19Z,GBP,54973 +2024-04-10T08:26:58Z,USD,58970 +2024-04-10T19:00:03Z,GBP,69061 +2024-04-10T04:07:39Z,EUR,56335 +2024-04-10T03:45:19Z,GBP,81958 +2024-04-10T18:25:23Z,USD,5468 +2024-04-10T05:22:03Z,USD,58661 +2024-04-10T13:54:25Z,USD,906 +2024-04-10T06:30:35Z,GBP,67466 +2024-04-10T01:53:52Z,CNY,66029 +2024-04-10T02:39:52Z,JPY,58155 +2024-04-10T21:06:24Z,EUR,68770 +2024-04-10T13:23:45Z,USD,72434 +2024-04-10T23:18:54Z,EUR,67047 +2024-04-10T17:14:18Z,CNY,92828 +2024-04-10T12:06:53Z,EUR,43886 +2024-04-10T09:36:48Z,EUR,11597 +2024-04-10T18:24:09Z,CNY,87858 +2024-04-10T15:45:00Z,GBP,12029 +2024-04-10T08:24:50Z,CNY,91734 +2024-04-10T03:59:54Z,EUR,54295 +2024-04-10T03:41:22Z,USD,98135 +2024-04-10T10:51:42Z,GBP,22988 +2024-04-10T14:25:33Z,USD,16487 +2024-04-10T15:00:54Z,GBP,42203 +2024-04-10T13:28:22Z,CNY,78230 +2024-04-10T00:30:55Z,CNY,95836 +2024-04-10T18:48:46Z,GBP,31947 +2024-04-10T00:10:33Z,USD,64339 +2024-04-10T05:42:38Z,USD,93264 +2024-04-10T07:24:03Z,EUR,60133 +2024-04-10T10:00:38Z,USD,31836 +2024-04-10T21:09:57Z,CNY,71995 +2024-04-10T04:48:08Z,EUR,80843 +2024-04-10T21:41:35Z,CNY,44631 +2024-04-10T14:33:40Z,CNY,23949 +2024-04-10T21:16:09Z,EUR,78265 +2024-04-10T16:15:23Z,CNY,95377 +2024-04-10T21:27:45Z,USD,46768 +2024-04-10T22:16:34Z,GBP,48479 +2024-04-10T07:23:31Z,EUR,38102 +2024-04-10T01:53:05Z,GBP,51841 +2024-04-10T07:27:35Z,GBP,32333 +2024-04-10T23:06:34Z,EUR,84942 +2024-04-10T04:13:45Z,USD,69278 +2024-04-10T20:45:07Z,JPY,47598 +2024-04-10T15:42:05Z,USD,28269 +2024-04-10T17:00:10Z,EUR,78829 +2024-04-10T00:49:23Z,EUR,24812 +2024-04-10T10:44:04Z,CNY,44144 +2024-04-10T21:12:05Z,JPY,96343 +2024-04-10T12:56:44Z,JPY,36715 +2024-04-10T03:08:17Z,USD,70139 +2024-04-10T01:37:55Z,USD,64459 +2024-04-10T15:01:36Z,JPY,88222 +2024-04-10T07:03:35Z,CNY,6569 +2024-04-10T01:05:35Z,EUR,92070 +2024-04-10T03:56:01Z,GBP,68706 +2024-04-10T04:35:02Z,USD,64572 +2024-04-10T16:52:10Z,CNY,6392 +2024-04-10T16:10:34Z,EUR,83265 +2024-04-10T21:51:20Z,EUR,73689 +2024-04-10T21:14:44Z,CNY,75664 +2024-04-10T15:36:51Z,GBP,29383 +2024-04-10T13:17:12Z,EUR,90531 +2024-04-10T09:11:47Z,EUR,62087 +2024-04-10T06:03:30Z,USD,7376 +2024-04-10T01:04:56Z,EUR,30426 +2024-04-10T11:27:04Z,JPY,77274 +2024-04-10T02:09:29Z,USD,85234 +2024-04-10T15:24:15Z,EUR,41605 +2024-04-10T17:58:20Z,GBP,36971 +2024-04-10T02:14:35Z,JPY,9860 +2024-04-10T19:57:39Z,EUR,9661 +2024-04-10T17:16:44Z,USD,89116 +2024-04-10T05:45:46Z,EUR,53080 +2024-04-10T10:03:00Z,EUR,42030 +2024-04-10T05:08:43Z,CNY,6992 +2024-04-10T20:17:24Z,CNY,52716 +2024-04-10T10:35:15Z,GBP,27454 +2024-04-10T05:27:18Z,USD,38669 +2024-04-10T04:20:53Z,EUR,53401 +2024-04-10T03:44:15Z,USD,60692 +2024-04-10T22:35:37Z,GBP,16982 +2024-04-10T07:47:14Z,EUR,36221 +2024-04-10T12:04:44Z,GBP,89221 +2024-04-10T11:19:57Z,CNY,31471 +2024-04-10T23:05:07Z,GBP,40601 +2024-04-10T23:51:42Z,JPY,69752 +2024-04-10T06:07:22Z,CNY,88500 +2024-04-10T07:43:00Z,EUR,91566 +2024-04-10T23:35:29Z,EUR,81802 +2024-04-10T11:52:28Z,EUR,72272 +2024-04-10T03:25:01Z,JPY,19143 +2024-04-10T10:52:37Z,USD,66431 +2024-04-10T05:14:34Z,EUR,80603 +2024-04-10T22:26:54Z,USD,26900 +2024-04-10T01:09:29Z,JPY,36049 +2024-04-10T18:30:45Z,GBP,54334 +2024-04-10T20:58:38Z,JPY,92541 +2024-04-10T15:12:03Z,JPY,43264 +2024-04-10T01:54:11Z,USD,33804 +2024-04-10T07:36:07Z,CNY,90409 +2024-04-10T00:53:08Z,JPY,30112 +2024-04-10T13:30:05Z,CNY,13938 +2024-04-10T00:38:42Z,USD,9622 +2024-04-10T12:23:13Z,USD,74108 +2024-04-10T05:05:26Z,JPY,34584 +2024-04-10T00:04:41Z,JPY,16626 +2024-04-10T04:39:23Z,EUR,58049 +2024-04-10T00:48:40Z,GBP,18574 +2024-04-10T13:32:11Z,GBP,56925 +2024-04-10T07:53:54Z,GBP,48968 +2024-04-10T23:24:55Z,GBP,44002 +2024-04-10T22:12:06Z,USD,88806 +2024-04-10T17:31:07Z,EUR,27086 +2024-04-10T18:56:55Z,GBP,56333 +2024-04-10T07:50:37Z,CNY,47894 +2024-04-10T00:25:25Z,GBP,46915 +2024-04-10T19:38:46Z,CNY,99130 +2024-04-10T05:22:11Z,CNY,81116 +2024-04-10T13:25:36Z,JPY,85964 +2024-04-10T14:45:34Z,USD,39758 +2024-04-10T15:27:28Z,USD,7123 +2024-04-10T03:22:31Z,USD,40044 +2024-04-10T17:36:41Z,USD,27911 +2024-04-10T12:34:19Z,JPY,57874 +2024-04-10T20:32:24Z,JPY,60279 +2024-04-10T09:02:57Z,CNY,55200 +2024-04-10T20:51:22Z,EUR,73986 +2024-04-10T02:35:27Z,CNY,44372 +2024-04-10T07:21:58Z,EUR,10561 +2024-04-10T01:10:52Z,JPY,75928 +2024-04-10T04:44:19Z,GBP,75888 +2024-04-10T01:06:38Z,EUR,29721 +2024-04-10T20:58:57Z,EUR,55169 +2024-04-10T07:47:59Z,GBP,98200 +2024-04-10T15:21:44Z,GBP,27095 +2024-04-10T17:22:04Z,EUR,38953 +2024-04-10T04:47:30Z,JPY,77443 +2024-04-10T09:30:01Z,USD,87804 +2024-04-10T19:44:24Z,EUR,64069 +2024-04-10T14:08:00Z,USD,28101 +2024-04-10T02:30:26Z,CNY,76752 +2024-04-10T17:28:01Z,CNY,57862 +2024-04-10T00:04:28Z,EUR,9096 +2024-04-10T04:00:03Z,JPY,17744 +2024-04-10T17:56:26Z,CNY,79415 +2024-04-10T06:35:34Z,CNY,51813 +2024-04-10T05:13:02Z,GBP,13062 +2024-04-10T22:31:11Z,USD,69573 +2024-04-10T21:21:19Z,CNY,59178 +2024-04-10T14:14:44Z,EUR,74019 +2024-04-10T17:50:28Z,CNY,86289 +2024-04-10T08:51:16Z,JPY,9865 +2024-04-10T18:08:31Z,GBP,5975 +2024-04-10T00:35:15Z,USD,43110 +2024-04-10T18:44:58Z,GBP,15682 +2024-04-10T10:04:46Z,CNY,21317 +2024-04-10T21:00:52Z,EUR,35568 +2024-04-10T12:39:20Z,EUR,95393 +2024-04-10T00:50:16Z,CNY,96776 +2024-04-10T15:13:14Z,EUR,38928 +2024-04-10T16:38:01Z,GBP,71675 +2024-04-10T00:25:25Z,EUR,77721 +2024-04-10T01:17:51Z,EUR,12377 +2024-04-10T06:37:10Z,EUR,70249 +2024-04-10T22:35:29Z,JPY,65085 +2024-04-10T08:17:12Z,EUR,11085 +2024-04-10T16:44:07Z,CNY,68452 +2024-04-10T12:17:39Z,JPY,44808 +2024-04-10T22:31:59Z,GBP,89266 +2024-04-10T13:49:36Z,USD,17667 +2024-04-10T15:14:47Z,CNY,64984 +2024-04-10T22:36:19Z,EUR,11557 +2024-04-10T11:18:11Z,GBP,3436 +2024-04-10T00:56:05Z,GBP,56334 +2024-04-10T08:54:07Z,GBP,20828 +2024-04-10T10:33:40Z,EUR,44741 +2024-04-10T09:05:11Z,GBP,51777 +2024-04-10T18:01:16Z,USD,20741 +2024-04-10T07:04:43Z,EUR,40309 +2024-04-10T05:14:57Z,JPY,6571 +2024-04-10T17:16:20Z,JPY,10723 +2024-04-10T10:56:47Z,JPY,75672 +2024-04-10T18:54:35Z,CNY,20981 +2024-04-10T23:17:48Z,GBP,93941 +2024-04-10T03:55:38Z,GBP,35776 +2024-04-10T05:36:43Z,USD,13566 +2024-04-10T19:23:44Z,JPY,51233 +2024-04-10T04:00:04Z,CNY,15164 +2024-04-10T19:24:00Z,EUR,67150 +2024-04-10T19:05:54Z,USD,70863 +2024-04-10T11:29:30Z,CNY,35288 +2024-04-10T04:47:36Z,JPY,69271 +2024-04-10T07:14:40Z,JPY,19791 +2024-04-10T21:07:21Z,GBP,28252 +2024-04-10T08:38:11Z,JPY,37338 +2024-04-10T14:02:24Z,JPY,24882 +2024-04-10T18:01:53Z,JPY,34490 +2024-04-10T16:44:41Z,CNY,15195 +2024-04-10T00:25:37Z,EUR,8382 +2024-04-10T10:38:10Z,CNY,94520 +2024-04-10T17:05:27Z,JPY,77063 +2024-04-10T09:43:14Z,JPY,33678 +2024-04-10T12:54:35Z,EUR,97898 +2024-04-10T06:39:07Z,CNY,65822 +2024-04-10T20:34:06Z,EUR,34163 +2024-04-10T06:10:29Z,USD,12982 +2024-04-10T21:52:51Z,JPY,90307 +2024-04-10T22:14:49Z,JPY,16902 +2024-04-10T10:33:58Z,GBP,45724 +2024-04-10T02:56:49Z,EUR,89619 +2024-04-10T06:41:44Z,JPY,64165 +2024-04-10T10:09:33Z,EUR,84814 +2024-04-10T20:38:05Z,CNY,54453 +2024-04-10T07:14:23Z,EUR,32436 +2024-04-10T19:09:19Z,JPY,57748 +2024-04-10T11:26:30Z,EUR,58609 +2024-04-10T16:05:25Z,JPY,6086 +2024-04-10T04:05:15Z,EUR,8299 +2024-04-10T14:14:33Z,USD,7032 +2024-04-10T19:05:02Z,EUR,49332 +2024-04-10T08:18:07Z,EUR,38286 +2024-04-10T07:38:07Z,EUR,66674 +2024-04-10T14:28:10Z,GBP,80611 +2024-04-10T22:08:26Z,EUR,46885 +2024-04-10T02:38:58Z,JPY,91292 +2024-04-10T19:43:53Z,JPY,45046 +2024-04-10T00:52:05Z,USD,56762 +2024-04-10T18:12:34Z,CNY,69832 +2024-04-10T14:00:19Z,GBP,84166 +2024-04-10T20:40:53Z,USD,97593 +2024-04-10T18:09:23Z,JPY,97969 +2024-04-10T09:31:02Z,GBP,71095 +2024-04-10T14:07:24Z,JPY,21008 +2024-04-10T06:35:23Z,CNY,70428 +2024-04-10T09:40:52Z,JPY,73872 +2024-04-10T22:55:02Z,GBP,31244 +2024-04-10T11:39:58Z,GBP,4633 +2024-04-10T17:09:12Z,EUR,68265 +2024-04-10T05:16:38Z,CNY,46328 +2024-04-10T21:11:13Z,USD,80609 +2024-04-10T00:11:57Z,GBP,71215 +2024-04-10T02:25:18Z,EUR,41236 +2024-04-10T02:47:08Z,JPY,39532 +2024-04-10T06:56:56Z,JPY,90025 +2024-04-10T23:36:10Z,EUR,45955 +2024-04-10T03:30:35Z,CNY,46462 +2024-04-10T11:58:17Z,EUR,44987 +2024-04-10T13:22:00Z,EUR,46131 +2024-04-10T13:54:21Z,GBP,10156 +2024-04-10T04:15:15Z,JPY,26611 +2024-04-10T13:26:33Z,EUR,94548 +2024-04-10T05:19:23Z,USD,35017 +2024-04-10T15:42:43Z,USD,32412 +2024-04-10T21:12:50Z,USD,62726 +2024-04-10T18:45:42Z,USD,47281 +2024-04-10T15:26:04Z,USD,10039 +2024-04-10T12:38:34Z,CNY,4414 +2024-04-10T11:06:46Z,USD,20427 +2024-04-10T01:50:50Z,CNY,82177 +2024-04-10T15:21:18Z,EUR,8834 +2024-04-10T19:17:05Z,CNY,94007 +2024-04-10T06:21:14Z,CNY,87164 +2024-04-10T12:24:52Z,USD,22716 +2024-04-10T20:36:53Z,JPY,6662 +2024-04-10T06:49:30Z,CNY,49602 +2024-04-10T06:56:55Z,GBP,95697 +2024-04-10T19:59:22Z,EUR,2554 +2024-04-10T02:53:22Z,GBP,30653 +2024-04-10T16:38:39Z,JPY,76333 +2024-04-10T07:21:25Z,JPY,13878 +2024-04-10T11:38:31Z,JPY,34920 +2024-04-10T07:17:44Z,EUR,81459 +2024-04-10T19:11:19Z,EUR,4611 +2024-04-10T13:42:31Z,GBP,32613 +2024-04-10T07:00:20Z,JPY,75878 +2024-04-10T10:14:15Z,EUR,19407 +2024-04-10T07:14:34Z,GBP,12950 +2024-04-10T02:44:32Z,USD,6202 +2024-04-10T08:58:14Z,EUR,21856 +2024-04-10T15:44:10Z,GBP,74842 +2024-04-10T22:24:46Z,USD,54831 +2024-04-10T17:19:39Z,CNY,78305 +2024-04-10T04:20:31Z,JPY,65630 +2024-04-10T19:52:41Z,GBP,97194 +2024-04-10T05:55:45Z,CNY,30478 +2024-04-10T12:04:20Z,EUR,30510 +2024-04-10T13:07:44Z,CNY,20544 +2024-04-10T11:47:00Z,CNY,21009 +2024-04-10T23:27:37Z,GBP,22380 +2024-04-10T09:18:02Z,USD,29778 +2024-04-10T09:27:46Z,USD,35690 +2024-04-10T18:45:01Z,GBP,67112 +2024-04-10T00:40:51Z,JPY,65265 +2024-04-10T22:00:42Z,USD,17429 +2024-04-10T22:38:47Z,EUR,33235 +2024-04-10T14:28:02Z,USD,71072 +2024-04-10T09:08:36Z,JPY,91942 +2024-04-10T00:42:46Z,CNY,90322 +2024-04-10T01:30:58Z,JPY,62848 +2024-04-10T10:44:16Z,JPY,21269 +2024-04-10T19:11:39Z,JPY,16428 +2024-04-10T17:32:41Z,GBP,28262 +2024-04-10T14:25:17Z,EUR,42782 +2024-04-10T06:36:37Z,JPY,87547 +2024-04-10T08:55:50Z,EUR,88020 +2024-04-10T08:08:23Z,EUR,37422 +2024-04-10T23:19:21Z,EUR,63822 +2024-04-10T19:50:21Z,JPY,24582 +2024-04-10T13:19:13Z,CNY,25360 +2024-04-10T15:32:11Z,CNY,93002 +2024-04-10T20:48:27Z,CNY,48038 +2024-04-10T08:40:17Z,CNY,72589 +2024-04-10T07:12:38Z,CNY,85499 +2024-04-10T16:10:50Z,JPY,99318 +2024-04-10T16:31:51Z,CNY,6706 +2024-04-10T14:00:23Z,EUR,88318 +2024-04-10T16:36:53Z,USD,23503 +2024-04-10T20:36:30Z,JPY,93713 +2024-04-10T01:11:10Z,JPY,10732 +2024-04-10T10:36:20Z,JPY,10619 +2024-04-10T16:33:08Z,EUR,7433 +2024-04-10T10:28:44Z,CNY,25194 +2024-04-10T21:11:00Z,JPY,54656 +2024-04-10T03:45:43Z,USD,51538 +2024-04-10T06:33:35Z,GBP,12026 +2024-04-10T14:50:04Z,JPY,37551 +2024-04-10T07:41:16Z,CNY,56837 +2024-04-10T18:10:55Z,USD,45351 +2024-04-10T13:37:18Z,EUR,70395 +2024-04-10T03:49:48Z,JPY,34326 +2024-04-10T20:54:56Z,EUR,87378 +2024-04-10T20:32:15Z,JPY,42266 +2024-04-10T22:47:58Z,GBP,90413 +2024-04-10T17:01:59Z,CNY,76031 +2024-04-10T18:08:07Z,JPY,50526 +2024-04-10T08:57:00Z,USD,79760 +2024-04-10T15:05:40Z,JPY,270 +2024-04-10T10:39:45Z,EUR,42933 +2024-04-10T23:39:19Z,JPY,30092 +2024-04-10T19:10:59Z,CNY,39884 +2024-04-10T12:34:15Z,JPY,86988 +2024-04-10T13:04:32Z,JPY,84586 +2024-04-10T08:53:04Z,JPY,14166 +2024-04-10T17:33:11Z,EUR,64137 +2024-04-10T03:19:29Z,USD,96790 +2024-04-10T12:39:17Z,GBP,29795 +2024-04-10T05:49:48Z,EUR,2689 +2024-04-10T17:10:53Z,JPY,70104 +2024-04-10T01:41:30Z,GBP,17227 +2024-04-10T03:17:41Z,USD,20263 +2024-04-10T05:53:19Z,JPY,52714 +2024-04-10T05:30:53Z,GBP,81927 +2024-04-10T19:44:39Z,CNY,70966 +2024-04-10T01:29:49Z,CNY,18308 +2024-04-10T03:15:55Z,EUR,55613 +2024-04-10T20:30:12Z,JPY,13349 +2024-04-10T04:21:56Z,EUR,89234 +2024-04-10T02:42:14Z,EUR,24644 +2024-04-10T17:55:44Z,GBP,57619 +2024-04-10T18:29:28Z,USD,19407 +2024-04-10T03:46:10Z,JPY,69995 +2024-04-10T09:35:16Z,USD,80148 +2024-04-10T02:03:46Z,CNY,23623 +2024-04-10T04:01:29Z,GBP,68367 +2024-04-10T08:20:24Z,USD,47974 +2024-04-10T03:03:17Z,GBP,49469 +2024-04-10T02:01:36Z,USD,58858 +2024-04-10T11:42:39Z,GBP,56307 +2024-04-10T18:54:51Z,EUR,91833 +2024-04-10T15:38:09Z,USD,70242 +2024-04-10T16:39:50Z,USD,43756 +2024-04-10T19:47:13Z,JPY,81774 +2024-04-10T15:07:37Z,CNY,7567 +2024-04-10T08:24:36Z,USD,6866 +2024-04-10T15:25:50Z,CNY,11169 +2024-04-10T23:16:28Z,CNY,96765 +2024-04-10T04:21:53Z,USD,23528 +2024-04-10T22:02:12Z,USD,50183 +2024-04-10T06:48:58Z,USD,43235 +2024-04-10T05:32:01Z,JPY,30415 +2024-04-10T01:35:10Z,JPY,25696 +2024-04-10T07:35:56Z,JPY,26405 +2024-04-10T18:03:05Z,EUR,14151 +2024-04-10T20:48:58Z,USD,90157 +2024-04-10T14:55:12Z,EUR,20404 +2024-04-10T12:47:16Z,EUR,83795 +2024-04-10T19:30:50Z,JPY,68792 +2024-04-10T05:54:35Z,EUR,19192 +2024-04-10T12:33:17Z,EUR,65852 +2024-04-10T08:27:40Z,EUR,5407 +2024-04-10T10:14:27Z,USD,93116 +2024-04-10T22:11:03Z,CNY,16900 +2024-04-10T01:14:52Z,USD,11718 +2024-04-10T21:09:22Z,CNY,72752 +2024-04-10T00:40:47Z,CNY,43998 +2024-04-10T13:52:38Z,CNY,89927 +2024-04-10T10:46:38Z,CNY,49600 +2024-04-10T21:21:48Z,USD,77279 +2024-04-10T12:22:56Z,USD,31687 +2024-04-10T03:57:55Z,EUR,81219 +2024-04-10T07:10:27Z,GBP,34738 +2024-04-10T18:07:41Z,CNY,94597 +2024-04-10T05:32:52Z,JPY,75509 +2024-04-10T04:05:26Z,CNY,28907 +2024-04-10T17:06:42Z,GBP,19095 +2024-04-10T16:29:28Z,USD,67185 +2024-04-10T23:01:33Z,GBP,96545 +2024-04-10T11:34:39Z,JPY,69256 +2024-04-10T18:32:44Z,GBP,94927 +2024-04-10T12:07:02Z,GBP,90978 +2024-04-10T23:01:27Z,JPY,10217 +2024-04-10T07:52:07Z,GBP,54692 +2024-04-10T17:57:22Z,JPY,50214 +2024-04-10T23:54:44Z,CNY,25436 +2024-04-10T17:19:32Z,CNY,5244 +2024-04-10T03:01:43Z,GBP,79233 +2024-04-10T17:16:44Z,GBP,88707 +2024-04-10T07:27:57Z,CNY,95195 +2024-04-10T08:10:45Z,JPY,66388 +2024-04-10T17:10:10Z,CNY,59486 +2024-04-10T13:19:58Z,GBP,23853 +2024-04-10T19:15:13Z,USD,25788 +2024-04-10T14:55:34Z,USD,14103 +2024-04-10T14:09:09Z,EUR,7242 +2024-04-10T08:45:52Z,JPY,77821 +2024-04-10T17:13:26Z,USD,80936 +2024-04-10T12:24:28Z,CNY,11638 +2024-04-10T05:11:43Z,JPY,14248 +2024-04-10T20:11:19Z,JPY,50494 +2024-04-10T21:49:00Z,JPY,44286 +2024-04-10T10:03:15Z,EUR,5600 +2024-04-10T08:30:44Z,EUR,35778 +2024-04-10T06:19:27Z,USD,95333 +2024-04-10T11:55:13Z,JPY,43821 +2024-04-10T07:03:41Z,JPY,858 +2024-04-10T19:43:22Z,EUR,18619 +2024-04-10T02:00:15Z,JPY,60746 +2024-04-10T10:10:21Z,CNY,28255 +2024-04-10T20:19:19Z,GBP,50574 +2024-04-10T20:03:33Z,JPY,58826 +2024-04-10T19:46:37Z,CNY,77681 +2024-04-10T16:30:56Z,USD,35341 +2024-04-10T03:12:52Z,USD,3796 +2024-04-10T02:11:19Z,JPY,102 +2024-04-10T17:14:26Z,EUR,30685 +2024-04-10T11:45:26Z,EUR,62403 +2024-04-10T06:38:54Z,CNY,43756 +2024-04-10T12:50:49Z,GBP,84396 +2024-04-10T16:32:10Z,JPY,81810 +2024-04-10T01:00:06Z,EUR,56450 +2024-04-10T11:54:17Z,USD,21944 +2024-04-10T05:48:20Z,CNY,53212 +2024-04-10T17:29:58Z,CNY,80953 +2024-04-10T03:56:26Z,CNY,20429 +2024-04-10T03:41:34Z,USD,33149 +2024-04-10T16:08:08Z,JPY,40948 +2024-04-10T03:20:20Z,USD,19724 +2024-04-10T05:12:31Z,CNY,59978 +2024-04-10T11:29:53Z,USD,92055 +2024-04-10T09:33:07Z,GBP,87600 +2024-04-10T12:45:27Z,JPY,4687 +2024-04-10T03:30:26Z,EUR,88529 +2024-04-10T11:29:43Z,EUR,94478 +2024-04-10T22:30:59Z,CNY,86210 +2024-04-10T03:49:04Z,CNY,93565 +2024-04-10T14:18:48Z,GBP,7348 +2024-04-10T12:30:09Z,JPY,10344 +2024-04-10T08:04:53Z,CNY,97931 +2024-04-10T01:03:13Z,CNY,49791 +2024-04-10T03:36:25Z,CNY,33025 +2024-04-10T13:56:45Z,GBP,74474 +2024-04-10T13:14:29Z,JPY,31183 +2024-04-10T05:53:26Z,EUR,40050 +2024-04-10T08:32:47Z,GBP,30302 +2024-04-10T08:06:29Z,EUR,63999 +2024-04-10T10:13:18Z,CNY,93465 +2024-04-10T07:03:55Z,CNY,27246 +2024-04-10T22:09:05Z,EUR,68147 +2024-04-10T03:20:32Z,GBP,50214 +2024-04-10T17:05:11Z,USD,52283 +2024-04-10T02:53:25Z,USD,88271 +2024-04-10T22:37:34Z,USD,57948 +2024-04-10T23:24:14Z,GBP,15089 +2024-04-10T11:10:23Z,USD,91926 +2024-04-10T00:32:07Z,GBP,16638 +2024-04-10T20:33:31Z,GBP,78980 +2024-04-10T19:25:04Z,USD,61668 +2024-04-10T03:23:21Z,EUR,17216 +2024-04-10T10:16:44Z,CNY,199 +2024-04-10T03:04:01Z,JPY,58301 +2024-04-10T15:33:45Z,EUR,44091 +2024-04-10T23:24:28Z,CNY,87609 +2024-04-10T21:44:15Z,EUR,71794 +2024-04-10T13:20:33Z,CNY,32387 +2024-04-10T01:02:10Z,JPY,32361 +2024-04-10T13:48:44Z,JPY,41014 +2024-04-10T01:45:57Z,USD,53759 +2024-04-10T04:15:56Z,EUR,34638 +2024-04-10T18:45:51Z,USD,24603 +2024-04-10T05:18:49Z,EUR,68013 +2024-04-10T10:26:02Z,GBP,57424 +2024-04-10T06:07:19Z,USD,6982 +2024-04-10T01:25:45Z,EUR,90905 +2024-04-10T17:05:35Z,USD,26930 +2024-04-10T18:56:21Z,CNY,5930 +2024-04-10T05:58:58Z,GBP,78979 +2024-04-10T07:45:00Z,GBP,52510 +2024-04-10T01:15:54Z,GBP,88007 +2024-04-10T00:43:17Z,USD,36980 +2024-04-10T06:43:34Z,USD,21671 +2024-04-10T11:53:11Z,JPY,64269 +2024-04-10T18:20:00Z,GBP,19158 +2024-04-10T22:03:45Z,CNY,85068 +2024-04-10T22:33:12Z,USD,8018 +2024-04-10T11:55:23Z,CNY,19373 +2024-04-10T01:43:51Z,JPY,21151 +2024-04-10T14:51:25Z,USD,1864 +2024-04-10T10:55:34Z,USD,40774 +2024-04-10T21:54:24Z,EUR,15070 +2024-04-10T09:56:49Z,EUR,16006 +2024-04-10T20:13:16Z,GBP,70305 +2024-04-10T01:58:21Z,JPY,5850 +2024-04-10T22:43:00Z,USD,35557 +2024-04-10T11:58:51Z,CNY,41776 +2024-04-10T09:02:58Z,USD,53634 +2024-04-10T22:31:39Z,EUR,65040 +2024-04-10T20:29:59Z,JPY,49619 +2024-04-10T16:35:56Z,USD,26785 +2024-04-10T15:28:39Z,CNY,4734 +2024-04-10T10:14:51Z,GBP,83298 +2024-04-10T20:43:02Z,USD,77387 +2024-04-10T01:09:03Z,GBP,88575 +2024-04-10T01:43:27Z,USD,3160 +2024-04-10T13:54:56Z,GBP,84368 +2024-04-10T09:13:02Z,EUR,46673 +2024-04-10T01:46:28Z,GBP,96494 +2024-04-10T04:49:37Z,EUR,88247 +2024-04-10T04:04:39Z,USD,90471 +2024-04-10T18:03:01Z,USD,91297 +2024-04-10T00:52:04Z,GBP,89166 +2024-04-10T00:51:36Z,GBP,68598 +2024-04-10T04:05:11Z,GBP,73506 +2024-04-10T13:49:42Z,GBP,89412 +2024-04-10T12:35:59Z,CNY,94327 +2024-04-10T05:44:52Z,USD,66819 +2024-04-10T19:16:41Z,GBP,87194 +2024-04-10T15:59:36Z,EUR,65501 +2024-04-10T19:53:22Z,CNY,64996 +2024-04-10T09:25:16Z,JPY,56291 +2024-04-10T12:40:50Z,GBP,41849 +2024-04-10T23:44:27Z,CNY,61449 +2024-04-10T14:46:25Z,EUR,80157 +2024-04-10T21:03:45Z,EUR,31712 +2024-04-10T02:01:08Z,CNY,78566 +2024-04-10T02:25:32Z,CNY,43161 +2024-04-10T16:36:32Z,EUR,48373 +2024-04-10T17:46:13Z,CNY,85869 +2024-04-10T19:11:07Z,JPY,82427 +2024-04-10T15:42:51Z,EUR,84321 +2024-04-10T17:32:05Z,JPY,43583 +2024-04-10T08:47:31Z,JPY,29320 +2024-04-10T08:24:08Z,JPY,10289 +2024-04-10T22:17:40Z,GBP,22136 +2024-04-10T06:10:43Z,EUR,48366 +2024-04-10T09:17:53Z,USD,61564 +2024-04-10T17:26:53Z,GBP,84608 +2024-04-10T12:17:11Z,CNY,46245 +2024-04-10T04:11:17Z,EUR,63293 +2024-04-10T05:53:22Z,GBP,10932 +2024-04-10T02:54:45Z,EUR,9904 +2024-04-10T02:56:03Z,GBP,4098 +2024-04-10T02:53:28Z,JPY,68549 +2024-04-10T02:54:02Z,EUR,76967 +2024-04-10T02:52:08Z,USD,70441 +2024-04-10T06:11:03Z,JPY,94711 +2024-04-10T00:19:16Z,CNY,77715 +2024-04-10T16:56:41Z,JPY,27084 +2024-04-10T03:04:38Z,EUR,8220 +2024-04-10T15:46:48Z,JPY,85194 +2024-04-10T04:27:21Z,JPY,24887 +2024-04-10T11:50:08Z,CNY,85227 +2024-04-10T11:40:04Z,EUR,83421 +2024-04-10T15:59:46Z,EUR,10413 +2024-04-10T06:33:30Z,USD,17924 +2024-04-10T17:36:33Z,USD,13609 +2024-04-10T11:53:40Z,EUR,45274 +2024-04-10T14:39:48Z,EUR,16316 +2024-04-10T18:51:58Z,GBP,24522 +2024-04-10T13:12:20Z,EUR,87189 +2024-04-10T09:09:51Z,EUR,89793 +2024-04-10T06:08:54Z,GBP,38374 +2024-04-10T00:00:53Z,CNY,27489 +2024-04-10T10:04:19Z,GBP,53787 +2024-04-10T22:45:11Z,GBP,63421 +2024-04-10T23:06:04Z,GBP,69881 +2024-04-10T23:34:25Z,USD,27977 +2024-04-10T02:35:26Z,GBP,19553 +2024-04-10T07:25:14Z,EUR,53088 +2024-04-10T02:34:57Z,USD,4292 +2024-04-10T14:48:06Z,CNY,48400 +2024-04-10T21:18:20Z,EUR,1966 +2024-04-10T11:07:41Z,JPY,63816 +2024-04-10T19:59:24Z,JPY,76642 +2024-04-10T04:00:43Z,USD,19005 +2024-04-10T20:44:27Z,USD,30594 +2024-04-10T20:50:29Z,CNY,91505 +2024-04-10T06:59:22Z,GBP,84558 +2024-04-10T04:38:33Z,JPY,20479 +2024-04-10T19:20:03Z,USD,1781 +2024-04-10T03:53:03Z,GBP,71606 +2024-04-10T12:36:25Z,USD,11051 +2024-04-10T15:17:15Z,EUR,50767 +2024-04-10T10:18:22Z,CNY,35142 +2024-04-10T16:04:14Z,EUR,43476 +2024-04-10T19:02:08Z,GBP,11465 +2024-04-10T18:22:30Z,EUR,77260 +2024-04-10T15:49:37Z,GBP,70002 +2024-04-10T13:27:38Z,USD,50265 +2024-04-10T14:01:33Z,CNY,81792 +2024-04-10T13:37:08Z,GBP,67753 diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q2/.placeholder b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q2/.placeholder new file mode 100644 index 0000000000000000000000000000000000000000..8a435501a3a3365292e8dbd389ce27b7ae2c9ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q2/.placeholder @@ -0,0 +1 @@ +pending diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q3/.placeholder b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q3/.placeholder new file mode 100644 index 0000000000000000000000000000000000000000..8a435501a3a3365292e8dbd389ce27b7ae2c9ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q3/.placeholder @@ -0,0 +1 @@ +pending diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q4/.placeholder b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q4/.placeholder new file mode 100644 index 0000000000000000000000000000000000000000..8a435501a3a3365292e8dbd389ce27b7ae2c9ea2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/transactions/2024-Q4/.placeholder @@ -0,0 +1 @@ +pending diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/acme/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/acme/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..f5e7014f998d2f436916cbe83f2b284d4495b749 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/acme/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "acme", + "phone": "+1-555-0100", + "email": "sales@acme.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/acme/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/acme/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..c331584972573f797e447aa10a9be4d7acf7bac8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/acme/contract.md @@ -0,0 +1,3 @@ +# Contract with acme + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/globex/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/globex/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..ae0ce65f0d917b5bc5b35bc27e01f7c3cf85d468 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/globex/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "globex", + "phone": "+1-555-0100", + "email": "sales@globex.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/globex/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/globex/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..fd6e8b1b7d1ffd2e4280dfa99ea3dcf90811a949 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/globex/contract.md @@ -0,0 +1,3 @@ +# Contract with globex + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/initech/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/initech/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..6352971d6e2369df9479050d48da6e202ffa5339 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/initech/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "initech", + "phone": "+1-555-0100", + "email": "sales@initech.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/initech/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/initech/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..0ce87f2a653ee327cfada3281f166e7a2f5768aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/initech/contract.md @@ -0,0 +1,3 @@ +# Contract with initech + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/soylent/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/soylent/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..4e5148640f019d1cb2b498e7622cfa2dcd200136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/soylent/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "soylent", + "phone": "+1-555-0100", + "email": "sales@soylent.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/soylent/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/soylent/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..54898f47fdafe419ff89d42e9d868f24491efe0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/soylent/contract.md @@ -0,0 +1,3 @@ +# Contract with soylent + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/stark-industries/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/stark-industries/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..f0a9a03b538ae4e9753a40546e5f47349c52bb1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/stark-industries/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "stark-industries", + "phone": "+1-555-0100", + "email": "sales@stark-industries.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/stark-industries/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/stark-industries/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..cb91a60f5e380fd7531ce2b52867e04791d894b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/stark-industries/contract.md @@ -0,0 +1,3 @@ +# Contract with stark-industries + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/tyrell-corp/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/tyrell-corp/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..32185f6202ae103282fd435481119abe667a0060 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/tyrell-corp/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "tyrell-corp", + "phone": "+1-555-0100", + "email": "sales@tyrell-corp.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/tyrell-corp/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/tyrell-corp/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..2c715098771581a2d27fdc0e3750423f15e5fd93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/tyrell-corp/contract.md @@ -0,0 +1,3 @@ +# Contract with tyrell-corp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/umbrella/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/umbrella/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..252bab8a004e6d200b01292c4bb2a11845232a3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/umbrella/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "umbrella", + "phone": "+1-555-0100", + "email": "sales@umbrella.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/umbrella/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/umbrella/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..aa4df111afb33a5432e4db6beeddfe8f8a63b6f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/umbrella/contract.md @@ -0,0 +1,3 @@ +# Contract with umbrella + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/wayne-enterprises/contact.json b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/wayne-enterprises/contact.json new file mode 100644 index 0000000000000000000000000000000000000000..4bf299e34098855d2655efb8b07dce4d63fe93b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/wayne-enterprises/contact.json @@ -0,0 +1,5 @@ +{ + "vendor": "wayne-enterprises", + "phone": "+1-555-0100", + "email": "sales@wayne-enterprises.example" +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/wayne-enterprises/contract.md b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/wayne-enterprises/contract.md new file mode 100644 index 0000000000000000000000000000000000000000..36e032d7148421166479674cddc2e91192fc0a1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/accounting/vendors/wayne-enterprises/contract.md @@ -0,0 +1,3 @@ +# Contract with wayne-enterprises + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d27900416/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/globex.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/globex.zone new file mode 100644 index 0000000000000000000000000000000000000000..616f24eed662037f03d30c1517dee493bbc5161b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/globex.zone @@ -0,0 +1,14 @@ +; zone file for globex +$ORIGIN globex. +$TTL 3600 +@ IN SOA ns1.globex. admin.globex. (2024040101 3600 600 604800 3600) +@ IN NS ns1.globex. +@ IN NS ns2.globex. +@ IN MX 10 mail.globex. +cdn IN A 11.63.231.197 +metrics IN A 197.52.158.47 +www IN A 5.85.226.74 +api IN A 85.32.77.36 +auth IN A 108.11.105.164 +docs IN CNAME www.globex. +txt IN TXT "v=spf1 include:_spf.globex ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/lexcorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/lexcorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..4bd768dba26f46e65670afabffbf3a2856b9ea84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/lexcorp.zone @@ -0,0 +1,14 @@ +; zone file for lexcorp +$ORIGIN lexcorp. +$TTL 3600 +@ IN SOA ns1.lexcorp. admin.lexcorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.lexcorp. +@ IN NS ns2.lexcorp. +@ IN MX 10 mail.lexcorp. +assets IN A 67.206.178.34 +auth IN A 182.98.117.232 +metrics IN A 124.178.16.201 +mail IN A 108.42.144.191 +admin IN A 136.48.77.15 +docs IN CNAME www.lexcorp. +txt IN TXT "v=spf1 include:_spf.lexcorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/soylent.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/soylent.zone new file mode 100644 index 0000000000000000000000000000000000000000..9301e77d0f0a4b7b6ff3d7e8f4693bff981d04ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/soylent.zone @@ -0,0 +1,14 @@ +; zone file for soylent +$ORIGIN soylent. +$TTL 3600 +@ IN SOA ns1.soylent. admin.soylent. (2024040101 3600 600 604800 3600) +@ IN NS ns1.soylent. +@ IN NS ns2.soylent. +@ IN MX 10 mail.soylent. +auth IN A 183.163.1.84 +admin IN A 78.220.148.245 +cdn IN A 207.5.144.54 +api IN A 151.63.92.216 +mail IN A 66.157.53.237 +docs IN CNAME www.soylent. +txt IN TXT "v=spf1 include:_spf.soylent ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/tyrell.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/tyrell.zone new file mode 100644 index 0000000000000000000000000000000000000000..664fbddfe0428abdec3acb73577a50d592548f2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/tyrell.zone @@ -0,0 +1,14 @@ +; zone file for tyrell +$ORIGIN tyrell. +$TTL 3600 +@ IN SOA ns1.tyrell. admin.tyrell. (2024040101 3600 600 604800 3600) +@ IN NS ns1.tyrell. +@ IN NS ns2.tyrell. +@ IN MX 10 mail.tyrell. +cdn IN A 81.62.29.92 +admin IN A 126.74.40.194 +auth IN A 165.52.143.194 +assets IN A 25.13.66.144 +metrics IN A 10.222.153.30 +docs IN CNAME www.tyrell. +txt IN TXT "v=spf1 include:_spf.tyrell ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/weyland.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/weyland.zone new file mode 100644 index 0000000000000000000000000000000000000000..05a62498b9950dfefec1de135bc04ed96d926ea7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/corp/weyland.zone @@ -0,0 +1,14 @@ +; zone file for weyland +$ORIGIN weyland. +$TTL 3600 +@ IN SOA ns1.weyland. admin.weyland. (2024040101 3600 600 604800 3600) +@ IN NS ns1.weyland. +@ IN NS ns2.weyland. +@ IN MX 10 mail.weyland. +www IN A 135.134.126.59 +assets IN A 142.124.159.217 +metrics IN A 10.41.90.5 +admin IN A 154.208.227.99 +auth IN A 99.203.245.112 +docs IN CNAME www.weyland. +txt IN TXT "v=spf1 include:_spf.weyland ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/acme.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/acme.zone new file mode 100644 index 0000000000000000000000000000000000000000..de14c5e07ddc35822db084ce8b8fb503a63f1281 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/acme.zone @@ -0,0 +1,14 @@ +; zone file for acme +$ORIGIN acme. +$TTL 3600 +@ IN SOA ns1.acme. admin.acme. (2024040101 3600 600 604800 3600) +@ IN NS ns1.acme. +@ IN NS ns2.acme. +@ IN MX 10 mail.acme. +admin IN A 7.154.154.43 +mail IN A 65.102.38.121 +api IN A 157.109.144.5 +cdn IN A 59.43.203.63 +auth IN A 188.157.130.101 +docs IN CNAME www.acme. +txt IN TXT "v=spf1 include:_spf.acme ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/cyberdyne.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/cyberdyne.zone new file mode 100644 index 0000000000000000000000000000000000000000..81bc7bc648d6c37983bdded858bb7225d967cd1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/cyberdyne.zone @@ -0,0 +1,14 @@ +; zone file for cyberdyne +$ORIGIN cyberdyne. +$TTL 3600 +@ IN SOA ns1.cyberdyne. admin.cyberdyne. (2024040101 3600 600 604800 3600) +@ IN NS ns1.cyberdyne. +@ IN NS ns2.cyberdyne. +@ IN MX 10 mail.cyberdyne. +www IN A 151.6.30.106 +assets IN A 160.248.32.42 +cdn IN A 207.193.109.25 +auth IN A 19.103.142.41 +mail IN A 32.42.99.152 +docs IN CNAME www.cyberdyne. +txt IN TXT "v=spf1 include:_spf.cyberdyne ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/globex.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/globex.zone new file mode 100644 index 0000000000000000000000000000000000000000..53ad786d25c41553c1f8081c98b1883439c72ca3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/globex.zone @@ -0,0 +1,14 @@ +; zone file for globex +$ORIGIN globex. +$TTL 3600 +@ IN SOA ns1.globex. admin.globex. (2024040101 3600 600 604800 3600) +@ IN NS ns1.globex. +@ IN NS ns2.globex. +@ IN MX 10 mail.globex. +assets IN A 31.21.88.245 +api IN A 45.61.48.205 +cdn IN A 28.154.206.146 +mail IN A 216.101.202.132 +admin IN A 27.214.235.161 +docs IN CNAME www.globex. +txt IN TXT "v=spf1 include:_spf.globex ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/soylent.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/soylent.zone new file mode 100644 index 0000000000000000000000000000000000000000..9f9e56ed1a4f284a2bba6f849a30f7bdf0cbf2f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/soylent.zone @@ -0,0 +1,14 @@ +; zone file for soylent +$ORIGIN soylent. +$TTL 3600 +@ IN SOA ns1.soylent. admin.soylent. (2024040101 3600 600 604800 3600) +@ IN NS ns1.soylent. +@ IN NS ns2.soylent. +@ IN MX 10 mail.soylent. +api IN A 116.35.237.20 +admin IN A 178.78.249.124 +assets IN A 134.249.228.99 +www IN A 9.92.154.61 +metrics IN A 200.195.18.129 +docs IN CNAME www.soylent. +txt IN TXT "v=spf1 include:_spf.soylent ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/umbrella.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..e9ba6b3480f42b8981a9fa0c40510b6c54a4aa68 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/example/umbrella.zone @@ -0,0 +1,14 @@ +; zone file for umbrella +$ORIGIN umbrella. +$TTL 3600 +@ IN SOA ns1.umbrella. admin.umbrella. (2024040101 3600 600 604800 3600) +@ IN NS ns1.umbrella. +@ IN NS ns2.umbrella. +@ IN MX 10 mail.umbrella. +www IN A 129.157.44.218 +api IN A 60.105.32.16 +admin IN A 117.137.108.6 +mail IN A 11.9.248.218 +metrics IN A 44.208.209.254 +docs IN CNAME www.umbrella. +txt IN TXT "v=spf1 include:_spf.umbrella ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/hooli.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/hooli.zone new file mode 100644 index 0000000000000000000000000000000000000000..1542ad2da73b8ed665db3ef304aea7dba7131415 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/hooli.zone @@ -0,0 +1,14 @@ +; zone file for hooli +$ORIGIN hooli. +$TTL 3600 +@ IN SOA ns1.hooli. admin.hooli. (2024040101 3600 600 604800 3600) +@ IN NS ns1.hooli. +@ IN NS ns2.hooli. +@ IN MX 10 mail.hooli. +assets IN A 114.69.192.114 +mail IN A 119.226.223.176 +www IN A 49.117.253.35 +auth IN A 113.130.249.189 +metrics IN A 140.108.156.219 +docs IN CNAME www.hooli. +txt IN TXT "v=spf1 include:_spf.hooli ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/lexcorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/lexcorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..3821e8380be3c570ea8464daa0102caf8299374d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/lexcorp.zone @@ -0,0 +1,14 @@ +; zone file for lexcorp +$ORIGIN lexcorp. +$TTL 3600 +@ IN SOA ns1.lexcorp. admin.lexcorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.lexcorp. +@ IN NS ns2.lexcorp. +@ IN MX 10 mail.lexcorp. +auth IN A 69.91.198.132 +cdn IN A 167.165.217.25 +api IN A 102.96.156.30 +mail IN A 170.5.98.135 +metrics IN A 124.56.174.69 +docs IN CNAME www.lexcorp. +txt IN TXT "v=spf1 include:_spf.lexcorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/piedpiper.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/piedpiper.zone new file mode 100644 index 0000000000000000000000000000000000000000..3c0f48c5b1e1155f35aede8f32d18312dd754538 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/piedpiper.zone @@ -0,0 +1,14 @@ +; zone file for piedpiper +$ORIGIN piedpiper. +$TTL 3600 +@ IN SOA ns1.piedpiper. admin.piedpiper. (2024040101 3600 600 604800 3600) +@ IN NS ns1.piedpiper. +@ IN NS ns2.piedpiper. +@ IN MX 10 mail.piedpiper. +www IN A 163.244.148.252 +cdn IN A 193.122.137.116 +auth IN A 2.65.7.103 +admin IN A 120.104.97.179 +api IN A 67.127.221.206 +docs IN CNAME www.piedpiper. +txt IN TXT "v=spf1 include:_spf.piedpiper ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/umbrella.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..2ce8929503e78d4ca88db717c44c15a3a0260c02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/umbrella.zone @@ -0,0 +1,14 @@ +; zone file for umbrella +$ORIGIN umbrella. +$TTL 3600 +@ IN SOA ns1.umbrella. admin.umbrella. (2024040101 3600 600 604800 3600) +@ IN NS ns1.umbrella. +@ IN NS ns2.umbrella. +@ IN MX 10 mail.umbrella. +mail IN A 213.3.156.46 +metrics IN A 173.140.57.148 +www IN A 149.246.18.228 +cdn IN A 120.176.220.67 +assets IN A 83.148.37.173 +docs IN CNAME www.umbrella. +txt IN TXT "v=spf1 include:_spf.umbrella ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/weyland.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/weyland.zone new file mode 100644 index 0000000000000000000000000000000000000000..845752c25e3c3cd200b14fabf92f7982daaa1a19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/internal/weyland.zone @@ -0,0 +1,14 @@ +; zone file for weyland +$ORIGIN weyland. +$TTL 3600 +@ IN SOA ns1.weyland. admin.weyland. (2024040101 3600 600 604800 3600) +@ IN NS ns1.weyland. +@ IN NS ns2.weyland. +@ IN MX 10 mail.weyland. +auth IN A 162.240.220.195 +cdn IN A 213.100.95.65 +admin IN A 39.216.101.107 +metrics IN A 59.161.155.135 +mail IN A 180.2.212.194 +docs IN CNAME www.weyland. +txt IN TXT "v=spf1 include:_spf.weyland ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/lexcorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/lexcorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..07ed3201ddfb74ee90c1d4722a8f5b07d6625181 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/lexcorp.zone @@ -0,0 +1,14 @@ +; zone file for lexcorp +$ORIGIN lexcorp. +$TTL 3600 +@ IN SOA ns1.lexcorp. admin.lexcorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.lexcorp. +@ IN NS ns2.lexcorp. +@ IN MX 10 mail.lexcorp. +api IN A 35.96.45.198 +cdn IN A 123.240.140.14 +metrics IN A 3.103.118.106 +www IN A 192.63.29.13 +mail IN A 137.184.138.90 +docs IN CNAME www.lexcorp. +txt IN TXT "v=spf1 include:_spf.lexcorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/oscorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/oscorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..f395be6bb2c797887fbe3ac275c6d73ef7d48cad --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/oscorp.zone @@ -0,0 +1,14 @@ +; zone file for oscorp +$ORIGIN oscorp. +$TTL 3600 +@ IN SOA ns1.oscorp. admin.oscorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.oscorp. +@ IN NS ns2.oscorp. +@ IN MX 10 mail.oscorp. +metrics IN A 179.215.117.47 +mail IN A 172.237.213.211 +auth IN A 99.142.193.57 +api IN A 207.179.255.206 +assets IN A 9.160.122.228 +docs IN CNAME www.oscorp. +txt IN TXT "v=spf1 include:_spf.oscorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/stark.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/stark.zone new file mode 100644 index 0000000000000000000000000000000000000000..186075411c5f6006093be2501017d78490ab3120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/stark.zone @@ -0,0 +1,14 @@ +; zone file for stark +$ORIGIN stark. +$TTL 3600 +@ IN SOA ns1.stark. admin.stark. (2024040101 3600 600 604800 3600) +@ IN NS ns1.stark. +@ IN NS ns2.stark. +@ IN MX 10 mail.stark. +cdn IN A 168.233.8.94 +metrics IN A 178.104.227.177 +www IN A 38.79.199.152 +api IN A 176.244.0.244 +mail IN A 216.109.65.195 +docs IN CNAME www.stark. +txt IN TXT "v=spf1 include:_spf.stark ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/tyrell.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/tyrell.zone new file mode 100644 index 0000000000000000000000000000000000000000..b5c87bdace5b65e3af386c516d96aaf934b59ee6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/tyrell.zone @@ -0,0 +1,14 @@ +; zone file for tyrell +$ORIGIN tyrell. +$TTL 3600 +@ IN SOA ns1.tyrell. admin.tyrell. (2024040101 3600 600 604800 3600) +@ IN NS ns1.tyrell. +@ IN NS ns2.tyrell. +@ IN MX 10 mail.tyrell. +cdn IN A 13.231.29.223 +auth IN A 93.37.60.224 +metrics IN A 107.185.114.184 +admin IN A 51.246.52.252 +assets IN A 134.204.203.55 +docs IN CNAME www.tyrell. +txt IN TXT "v=spf1 include:_spf.tyrell ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/umbrella.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..5ca00bd76ca90881e3f4fc425e28645b22db038e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/dns/zones/test/umbrella.zone @@ -0,0 +1,14 @@ +; zone file for umbrella +$ORIGIN umbrella. +$TTL 3600 +@ IN SOA ns1.umbrella. admin.umbrella. (2024040101 3600 600 604800 3600) +@ IN NS ns1.umbrella. +@ IN NS ns2.umbrella. +@ IN MX 10 mail.umbrella. +admin IN A 76.50.173.118 +mail IN A 56.174.121.226 +www IN A 129.8.11.108 +metrics IN A 161.154.253.124 +assets IN A 221.250.55.180 +docs IN CNAME www.umbrella. +txt IN TXT "v=spf1 include:_spf.umbrella ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/globex.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/globex.zone new file mode 100644 index 0000000000000000000000000000000000000000..616f24eed662037f03d30c1517dee493bbc5161b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/globex.zone @@ -0,0 +1,14 @@ +; zone file for globex +$ORIGIN globex. +$TTL 3600 +@ IN SOA ns1.globex. admin.globex. (2024040101 3600 600 604800 3600) +@ IN NS ns1.globex. +@ IN NS ns2.globex. +@ IN MX 10 mail.globex. +cdn IN A 11.63.231.197 +metrics IN A 197.52.158.47 +www IN A 5.85.226.74 +api IN A 85.32.77.36 +auth IN A 108.11.105.164 +docs IN CNAME www.globex. +txt IN TXT "v=spf1 include:_spf.globex ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/lexcorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/lexcorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..4bd768dba26f46e65670afabffbf3a2856b9ea84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/lexcorp.zone @@ -0,0 +1,14 @@ +; zone file for lexcorp +$ORIGIN lexcorp. +$TTL 3600 +@ IN SOA ns1.lexcorp. admin.lexcorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.lexcorp. +@ IN NS ns2.lexcorp. +@ IN MX 10 mail.lexcorp. +assets IN A 67.206.178.34 +auth IN A 182.98.117.232 +metrics IN A 124.178.16.201 +mail IN A 108.42.144.191 +admin IN A 136.48.77.15 +docs IN CNAME www.lexcorp. +txt IN TXT "v=spf1 include:_spf.lexcorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/soylent.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/soylent.zone new file mode 100644 index 0000000000000000000000000000000000000000..9301e77d0f0a4b7b6ff3d7e8f4693bff981d04ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/soylent.zone @@ -0,0 +1,14 @@ +; zone file for soylent +$ORIGIN soylent. +$TTL 3600 +@ IN SOA ns1.soylent. admin.soylent. (2024040101 3600 600 604800 3600) +@ IN NS ns1.soylent. +@ IN NS ns2.soylent. +@ IN MX 10 mail.soylent. +auth IN A 183.163.1.84 +admin IN A 78.220.148.245 +cdn IN A 207.5.144.54 +api IN A 151.63.92.216 +mail IN A 66.157.53.237 +docs IN CNAME www.soylent. +txt IN TXT "v=spf1 include:_spf.soylent ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/tyrell.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/tyrell.zone new file mode 100644 index 0000000000000000000000000000000000000000..664fbddfe0428abdec3acb73577a50d592548f2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/tyrell.zone @@ -0,0 +1,14 @@ +; zone file for tyrell +$ORIGIN tyrell. +$TTL 3600 +@ IN SOA ns1.tyrell. admin.tyrell. (2024040101 3600 600 604800 3600) +@ IN NS ns1.tyrell. +@ IN NS ns2.tyrell. +@ IN MX 10 mail.tyrell. +cdn IN A 81.62.29.92 +admin IN A 126.74.40.194 +auth IN A 165.52.143.194 +assets IN A 25.13.66.144 +metrics IN A 10.222.153.30 +docs IN CNAME www.tyrell. +txt IN TXT "v=spf1 include:_spf.tyrell ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/weyland.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/weyland.zone new file mode 100644 index 0000000000000000000000000000000000000000..05a62498b9950dfefec1de135bc04ed96d926ea7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/corp/weyland.zone @@ -0,0 +1,14 @@ +; zone file for weyland +$ORIGIN weyland. +$TTL 3600 +@ IN SOA ns1.weyland. admin.weyland. (2024040101 3600 600 604800 3600) +@ IN NS ns1.weyland. +@ IN NS ns2.weyland. +@ IN MX 10 mail.weyland. +www IN A 135.134.126.59 +assets IN A 142.124.159.217 +metrics IN A 10.41.90.5 +admin IN A 154.208.227.99 +auth IN A 99.203.245.112 +docs IN CNAME www.weyland. +txt IN TXT "v=spf1 include:_spf.weyland ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/acme.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/acme.zone new file mode 100644 index 0000000000000000000000000000000000000000..de14c5e07ddc35822db084ce8b8fb503a63f1281 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/acme.zone @@ -0,0 +1,14 @@ +; zone file for acme +$ORIGIN acme. +$TTL 3600 +@ IN SOA ns1.acme. admin.acme. (2024040101 3600 600 604800 3600) +@ IN NS ns1.acme. +@ IN NS ns2.acme. +@ IN MX 10 mail.acme. +admin IN A 7.154.154.43 +mail IN A 65.102.38.121 +api IN A 157.109.144.5 +cdn IN A 59.43.203.63 +auth IN A 188.157.130.101 +docs IN CNAME www.acme. +txt IN TXT "v=spf1 include:_spf.acme ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/cyberdyne.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/cyberdyne.zone new file mode 100644 index 0000000000000000000000000000000000000000..81bc7bc648d6c37983bdded858bb7225d967cd1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/cyberdyne.zone @@ -0,0 +1,14 @@ +; zone file for cyberdyne +$ORIGIN cyberdyne. +$TTL 3600 +@ IN SOA ns1.cyberdyne. admin.cyberdyne. (2024040101 3600 600 604800 3600) +@ IN NS ns1.cyberdyne. +@ IN NS ns2.cyberdyne. +@ IN MX 10 mail.cyberdyne. +www IN A 151.6.30.106 +assets IN A 160.248.32.42 +cdn IN A 207.193.109.25 +auth IN A 19.103.142.41 +mail IN A 32.42.99.152 +docs IN CNAME www.cyberdyne. +txt IN TXT "v=spf1 include:_spf.cyberdyne ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/globex.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/globex.zone new file mode 100644 index 0000000000000000000000000000000000000000..53ad786d25c41553c1f8081c98b1883439c72ca3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/globex.zone @@ -0,0 +1,14 @@ +; zone file for globex +$ORIGIN globex. +$TTL 3600 +@ IN SOA ns1.globex. admin.globex. (2024040101 3600 600 604800 3600) +@ IN NS ns1.globex. +@ IN NS ns2.globex. +@ IN MX 10 mail.globex. +assets IN A 31.21.88.245 +api IN A 45.61.48.205 +cdn IN A 28.154.206.146 +mail IN A 216.101.202.132 +admin IN A 27.214.235.161 +docs IN CNAME www.globex. +txt IN TXT "v=spf1 include:_spf.globex ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/soylent.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/soylent.zone new file mode 100644 index 0000000000000000000000000000000000000000..9f9e56ed1a4f284a2bba6f849a30f7bdf0cbf2f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/soylent.zone @@ -0,0 +1,14 @@ +; zone file for soylent +$ORIGIN soylent. +$TTL 3600 +@ IN SOA ns1.soylent. admin.soylent. (2024040101 3600 600 604800 3600) +@ IN NS ns1.soylent. +@ IN NS ns2.soylent. +@ IN MX 10 mail.soylent. +api IN A 116.35.237.20 +admin IN A 178.78.249.124 +assets IN A 134.249.228.99 +www IN A 9.92.154.61 +metrics IN A 200.195.18.129 +docs IN CNAME www.soylent. +txt IN TXT "v=spf1 include:_spf.soylent ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/umbrella.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..e9ba6b3480f42b8981a9fa0c40510b6c54a4aa68 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/example/umbrella.zone @@ -0,0 +1,14 @@ +; zone file for umbrella +$ORIGIN umbrella. +$TTL 3600 +@ IN SOA ns1.umbrella. admin.umbrella. (2024040101 3600 600 604800 3600) +@ IN NS ns1.umbrella. +@ IN NS ns2.umbrella. +@ IN MX 10 mail.umbrella. +www IN A 129.157.44.218 +api IN A 60.105.32.16 +admin IN A 117.137.108.6 +mail IN A 11.9.248.218 +metrics IN A 44.208.209.254 +docs IN CNAME www.umbrella. +txt IN TXT "v=spf1 include:_spf.umbrella ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/hooli.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/hooli.zone new file mode 100644 index 0000000000000000000000000000000000000000..1542ad2da73b8ed665db3ef304aea7dba7131415 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/hooli.zone @@ -0,0 +1,14 @@ +; zone file for hooli +$ORIGIN hooli. +$TTL 3600 +@ IN SOA ns1.hooli. admin.hooli. (2024040101 3600 600 604800 3600) +@ IN NS ns1.hooli. +@ IN NS ns2.hooli. +@ IN MX 10 mail.hooli. +assets IN A 114.69.192.114 +mail IN A 119.226.223.176 +www IN A 49.117.253.35 +auth IN A 113.130.249.189 +metrics IN A 140.108.156.219 +docs IN CNAME www.hooli. +txt IN TXT "v=spf1 include:_spf.hooli ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/lexcorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/lexcorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..3821e8380be3c570ea8464daa0102caf8299374d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/lexcorp.zone @@ -0,0 +1,14 @@ +; zone file for lexcorp +$ORIGIN lexcorp. +$TTL 3600 +@ IN SOA ns1.lexcorp. admin.lexcorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.lexcorp. +@ IN NS ns2.lexcorp. +@ IN MX 10 mail.lexcorp. +auth IN A 69.91.198.132 +cdn IN A 167.165.217.25 +api IN A 102.96.156.30 +mail IN A 170.5.98.135 +metrics IN A 124.56.174.69 +docs IN CNAME www.lexcorp. +txt IN TXT "v=spf1 include:_spf.lexcorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/piedpiper.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/piedpiper.zone new file mode 100644 index 0000000000000000000000000000000000000000..3c0f48c5b1e1155f35aede8f32d18312dd754538 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/piedpiper.zone @@ -0,0 +1,14 @@ +; zone file for piedpiper +$ORIGIN piedpiper. +$TTL 3600 +@ IN SOA ns1.piedpiper. admin.piedpiper. (2024040101 3600 600 604800 3600) +@ IN NS ns1.piedpiper. +@ IN NS ns2.piedpiper. +@ IN MX 10 mail.piedpiper. +www IN A 163.244.148.252 +cdn IN A 193.122.137.116 +auth IN A 2.65.7.103 +admin IN A 120.104.97.179 +api IN A 67.127.221.206 +docs IN CNAME www.piedpiper. +txt IN TXT "v=spf1 include:_spf.piedpiper ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/umbrella.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..2ce8929503e78d4ca88db717c44c15a3a0260c02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/umbrella.zone @@ -0,0 +1,14 @@ +; zone file for umbrella +$ORIGIN umbrella. +$TTL 3600 +@ IN SOA ns1.umbrella. admin.umbrella. (2024040101 3600 600 604800 3600) +@ IN NS ns1.umbrella. +@ IN NS ns2.umbrella. +@ IN MX 10 mail.umbrella. +mail IN A 213.3.156.46 +metrics IN A 173.140.57.148 +www IN A 149.246.18.228 +cdn IN A 120.176.220.67 +assets IN A 83.148.37.173 +docs IN CNAME www.umbrella. +txt IN TXT "v=spf1 include:_spf.umbrella ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/weyland.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/weyland.zone new file mode 100644 index 0000000000000000000000000000000000000000..845752c25e3c3cd200b14fabf92f7982daaa1a19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/internal/weyland.zone @@ -0,0 +1,14 @@ +; zone file for weyland +$ORIGIN weyland. +$TTL 3600 +@ IN SOA ns1.weyland. admin.weyland. (2024040101 3600 600 604800 3600) +@ IN NS ns1.weyland. +@ IN NS ns2.weyland. +@ IN MX 10 mail.weyland. +auth IN A 162.240.220.195 +cdn IN A 213.100.95.65 +admin IN A 39.216.101.107 +metrics IN A 59.161.155.135 +mail IN A 180.2.212.194 +docs IN CNAME www.weyland. +txt IN TXT "v=spf1 include:_spf.weyland ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/lexcorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/lexcorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..07ed3201ddfb74ee90c1d4722a8f5b07d6625181 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/lexcorp.zone @@ -0,0 +1,14 @@ +; zone file for lexcorp +$ORIGIN lexcorp. +$TTL 3600 +@ IN SOA ns1.lexcorp. admin.lexcorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.lexcorp. +@ IN NS ns2.lexcorp. +@ IN MX 10 mail.lexcorp. +api IN A 35.96.45.198 +cdn IN A 123.240.140.14 +metrics IN A 3.103.118.106 +www IN A 192.63.29.13 +mail IN A 137.184.138.90 +docs IN CNAME www.lexcorp. +txt IN TXT "v=spf1 include:_spf.lexcorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/oscorp.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/oscorp.zone new file mode 100644 index 0000000000000000000000000000000000000000..f395be6bb2c797887fbe3ac275c6d73ef7d48cad --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/oscorp.zone @@ -0,0 +1,14 @@ +; zone file for oscorp +$ORIGIN oscorp. +$TTL 3600 +@ IN SOA ns1.oscorp. admin.oscorp. (2024040101 3600 600 604800 3600) +@ IN NS ns1.oscorp. +@ IN NS ns2.oscorp. +@ IN MX 10 mail.oscorp. +metrics IN A 179.215.117.47 +mail IN A 172.237.213.211 +auth IN A 99.142.193.57 +api IN A 207.179.255.206 +assets IN A 9.160.122.228 +docs IN CNAME www.oscorp. +txt IN TXT "v=spf1 include:_spf.oscorp ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/stark.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/stark.zone new file mode 100644 index 0000000000000000000000000000000000000000..186075411c5f6006093be2501017d78490ab3120 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/stark.zone @@ -0,0 +1,14 @@ +; zone file for stark +$ORIGIN stark. +$TTL 3600 +@ IN SOA ns1.stark. admin.stark. (2024040101 3600 600 604800 3600) +@ IN NS ns1.stark. +@ IN NS ns2.stark. +@ IN MX 10 mail.stark. +cdn IN A 168.233.8.94 +metrics IN A 178.104.227.177 +www IN A 38.79.199.152 +api IN A 176.244.0.244 +mail IN A 216.109.65.195 +docs IN CNAME www.stark. +txt IN TXT "v=spf1 include:_spf.stark ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/tyrell.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/tyrell.zone new file mode 100644 index 0000000000000000000000000000000000000000..b5c87bdace5b65e3af386c516d96aaf934b59ee6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/tyrell.zone @@ -0,0 +1,14 @@ +; zone file for tyrell +$ORIGIN tyrell. +$TTL 3600 +@ IN SOA ns1.tyrell. admin.tyrell. (2024040101 3600 600 604800 3600) +@ IN NS ns1.tyrell. +@ IN NS ns2.tyrell. +@ IN MX 10 mail.tyrell. +cdn IN A 13.231.29.223 +auth IN A 93.37.60.224 +metrics IN A 107.185.114.184 +admin IN A 51.246.52.252 +assets IN A 134.204.203.55 +docs IN CNAME www.tyrell. +txt IN TXT "v=spf1 include:_spf.tyrell ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/umbrella.zone b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/umbrella.zone new file mode 100644 index 0000000000000000000000000000000000000000..5ca00bd76ca90881e3f4fc425e28645b22db038e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/dns/zones/test/umbrella.zone @@ -0,0 +1,14 @@ +; zone file for umbrella +$ORIGIN umbrella. +$TTL 3600 +@ IN SOA ns1.umbrella. admin.umbrella. (2024040101 3600 600 604800 3600) +@ IN NS ns1.umbrella. +@ IN NS ns2.umbrella. +@ IN MX 10 mail.umbrella. +admin IN A 76.50.173.118 +mail IN A 56.174.121.226 +www IN A 129.8.11.108 +metrics IN A 161.154.253.124 +assets IN A 221.250.55.180 +docs IN CNAME www.umbrella. +txt IN TXT "v=spf1 include:_spf.umbrella ~all" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6d7b98f9e7/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/attention-scaling-beijing-04.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/attention-scaling-beijing-04.m3u new file mode 100644 index 0000000000000000000000000000000000000000..539f0a52aecd7c19ca7f683b43ecedc9f37198ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/attention-scaling-beijing-04.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:68 +music/halcyon-bay/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:84 +music/ghost-signals/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:77 +music/feather-knives/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:76 +music/blueshift/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:82 +music/blueshift/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:83 +music/aurora-lane/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:67 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:82 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:72 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/ceramic-mug-mechanical-keyboard-05.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/ceramic-mug-mechanical-keyboard-05.m3u new file mode 100644 index 0000000000000000000000000000000000000000..90a56497ee57677991cf09c610067e18325ba0d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/ceramic-mug-mechanical-keyboard-05.m3u @@ -0,0 +1,25 @@ +#EXTM3U +#EXTINF:-1,ivory-kites - track +#BPM:73 +music/ivory-kites/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:84 +music/ivory-kites/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:75 +music/jasmine-tide/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:68 +music/aurora-lane/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:70 +music/cascade-choir/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:65 +music/ghost-signals/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:65 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:82 +music/ivory-kites/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/data-efficient-finetuning-barcelona-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/data-efficient-finetuning-barcelona-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..c1330399b78a3ced1eb7ee07f866541243aa8065 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/data-efficient-finetuning-barcelona-02.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,cascade-choir - track +#BPM:66 +music/cascade-choir/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:83 +music/feather-knives/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:73 +music/cascade-choir/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:76 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:72 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:72 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:83 +music/jasmine-tide/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:84 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/data-governance-mumbai-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/data-governance-mumbai-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..39094363ecddd53edb1bd75d8fc08677330a4cd9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/data-governance-mumbai-00.m3u @@ -0,0 +1,22 @@ +#EXTM3U +#EXTINF:-1,blueshift - track +#BPM:78 +music/blueshift/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:67 +music/cascade-choir/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:78 +music/blueshift/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:81 +music/ivory-kites/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:68 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:77 +music/halcyon-bay/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:81 +music/blueshift/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/laptop-stand-dublin-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/laptop-stand-dublin-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..51ef6fd661d2f9e4c7b51031af67d862e9172a6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/laptop-stand-dublin-01.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,jasmine-tide - track +#BPM:68 +music/jasmine-tide/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:68 +music/jasmine-tide/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:73 +music/driftlight/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:73 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:73 +music/ivory-kites/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:79 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:69 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:70 +music/feather-knives/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:76 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:83 +music/cascade-choir/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/shanghai-sydney-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/shanghai-sydney-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..c41f38b8bccef18bf948eb4006c334f162d76033 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/chill/shanghai-sydney-03.m3u @@ -0,0 +1,31 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:75 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:82 +music/ivory-kites/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:85 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:80 +music/halcyon-bay/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:84 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:77 +music/feather-knives/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:78 +music/blueshift/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:78 +music/halcyon-bay/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:82 +music/blueshift/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/attention-scaling-noise-isolating-headphones-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/attention-scaling-noise-isolating-headphones-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..8a5efea9f6b6560442715353771d6b1543c1c946 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/attention-scaling-noise-isolating-headphones-00.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:131 +music/halcyon-bay/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:138 +music/aurora-lane/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:135 +music/halcyon-bay/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:131 +music/edgewater/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:138 +music/ghost-signals/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:137 +music/cascade-choir/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:135 +music/ivory-kites/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:135 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:142 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:143 +music/feather-knives/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:136 +music/jasmine-tide/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/engineering-practices-interviewing-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/engineering-practices-interviewing-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..6d507d79d0a1356303a8c835e14f62224a1ae865 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/engineering-practices-interviewing-03.m3u @@ -0,0 +1,22 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:136 +music/edgewater/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:126 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:140 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:131 +music/ghost-signals/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:128 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:131 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:126 +music/cascade-choir/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/led-desk-lamp-seattle-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/led-desk-lamp-seattle-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..729969c526679ee6ba1b6f499d483aed739525f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/led-desk-lamp-seattle-02.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:131 +music/edgewater/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:134 +music/driftlight/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:145 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:125 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:129 +music/halcyon-bay/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:130 +music/aurora-lane/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:145 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:125 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:125 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:143 +music/halcyon-bay/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:128 +music/aurora-lane/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/seattle-linen-notebook-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/seattle-linen-notebook-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..d4366d44f22c60be80265584632382e9a9b43af6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/energy/seattle-linen-notebook-01.m3u @@ -0,0 +1,19 @@ +#EXTM3U +#EXTINF:-1,driftlight - track +#BPM:135 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:134 +music/jasmine-tide/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:125 +music/blueshift/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:131 +music/cascade-choir/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:142 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:137 +music/feather-knives/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/bangalore-security-policies-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/bangalore-security-policies-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..2d3171ac11bd21a890c5c8a69f0892579c089f09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/bangalore-security-policies-03.m3u @@ -0,0 +1,22 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:89 +music/edgewater/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:92 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:82 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:82 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:81 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:89 +music/feather-knives/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/boston-ergo-chair-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/boston-ergo-chair-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..dca161c75f68ea74ee9ce129b646db3717d6e81f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/boston-ergo-chair-02.m3u @@ -0,0 +1,37 @@ +#EXTM3U +#EXTINF:-1,driftlight - track +#BPM:80 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:80 +music/ghost-signals/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:100 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:94 +music/aurora-lane/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:92 +music/feather-knives/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:81 +music/cascade-choir/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:90 +music/driftlight/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:97 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:85 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:95 +music/feather-knives/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:99 +music/jasmine-tide/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/dublin-denver-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/dublin-denver-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..4d96adfb970c21135888e02af18c53f888bbe311 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/dublin-denver-00.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:82 +music/halcyon-bay/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:93 +music/ivory-kites/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:82 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:88 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:85 +music/ivory-kites/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:91 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:84 +music/feather-knives/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:89 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:87 +music/jasmine-tide/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:83 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/engineering-practices-bangalore-04.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/engineering-practices-bangalore-04.m3u new file mode 100644 index 0000000000000000000000000000000000000000..c1e14626d06141ba9307a74b87d3d0d2ab6e932d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/engineering-practices-bangalore-04.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,cascade-choir - track +#BPM:99 +music/cascade-choir/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:95 +music/aurora-lane/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:93 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:85 +music/aurora-lane/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:87 +music/cascade-choir/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:98 +music/jasmine-tide/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:81 +music/cascade-choir/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:95 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/laptop-stand-onboarding-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/laptop-stand-onboarding-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..31b07750f829f469549d5938a4ea565af079b98e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/focus/laptop-stand-onboarding-01.m3u @@ -0,0 +1,19 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:81 +music/halcyon-bay/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:80 +music/ivory-kites/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:91 +music/halcyon-bay/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:81 +music/jasmine-tide/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:89 +music/jasmine-tide/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/reports/bpm.tsv b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/reports/bpm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..94dfa8d430cde9d78c6414addc2049ac9e7746e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/reports/bpm.tsv @@ -0,0 +1,6 @@ +chill 76 +energy 133 +focus 87 +reports 0 +sleep 61 +workout 150 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/instruction-tuning-boston-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/instruction-tuning-boston-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..4c91645d8a34305745f609a4ddede09bf6519793 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/instruction-tuning-boston-03.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:60 +music/halcyon-bay/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:56 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:56 +music/halcyon-bay/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:67 +music/blueshift/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:64 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:62 +music/ghost-signals/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:67 +music/blueshift/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:69 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:69 +music/driftlight/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:66 +music/blueshift/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:57 +music/aurora-lane/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/mumbai-multimodal-fusion-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/mumbai-multimodal-fusion-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..b2b7a4638b12409b98210bade9693c9be15fbaea --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/mumbai-multimodal-fusion-02.m3u @@ -0,0 +1,31 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:61 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:53 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:60 +music/aurora-lane/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:57 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:69 +music/ghost-signals/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:61 +music/ivory-kites/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:58 +music/aurora-lane/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:64 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:70 +music/feather-knives/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:54 +music/edgewater/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/sparse-mixture-of-experts-led-desk-lamp-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/sparse-mixture-of-experts-led-desk-lamp-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..cdc58706de4817dda595c7c9ba8d85940a538779 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/sparse-mixture-of-experts-led-desk-lamp-01.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:51 +music/aurora-lane/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:62 +music/aurora-lane/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:60 +music/blueshift/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:57 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:63 +music/ivory-kites/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:59 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:52 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:55 +music/driftlight/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:54 +music/driftlight/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/tool-use-agents-incident-response-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/tool-use-agents-incident-response-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..35719007ba74db025e32bb535438a66fd686483f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/sleep/tool-use-agents-incident-response-00.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,ghost-signals - track +#BPM:69 +music/ghost-signals/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:50 +music/ghost-signals/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:67 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:65 +music/edgewater/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:63 +music/ghost-signals/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:61 +music/feather-knives/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:65 +music/blueshift/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:59 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:70 +music/halcyon-bay/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/chain-of-thought-multimodal-fusion-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/chain-of-thought-multimodal-fusion-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..8db440569b3f4951eb7b9e865e42f3dc6621d5b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/chain-of-thought-multimodal-fusion-00.m3u @@ -0,0 +1,37 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:156 +music/aurora-lane/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:158 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:145 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:159 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:145 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:155 +music/ivory-kites/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:144 +music/edgewater/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:160 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:145 +music/ghost-signals/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:159 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:149 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:146 +music/feather-knives/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/chicago-linen-notebook-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/chicago-linen-notebook-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..3de4722b9a0e653f5da3c399e264be8f75793b16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/chicago-linen-notebook-01.m3u @@ -0,0 +1,31 @@ +#EXTM3U +#EXTINF:-1,ghost-signals - track +#BPM:160 +music/ghost-signals/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:141 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:152 +music/jasmine-tide/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:157 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:148 +music/aurora-lane/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:156 +music/halcyon-bay/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:155 +music/driftlight/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:154 +music/cascade-choir/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:156 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:140 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/ergo-chair-manchester-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/ergo-chair-manchester-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..dc79b1a96950dd5888f125bbe38e477fcc2e08c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/ergo-chair-manchester-03.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,ghost-signals - track +#BPM:145 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:158 +music/jasmine-tide/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:159 +music/edgewater/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:151 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:143 +music/ivory-kites/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:147 +music/aurora-lane/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:159 +music/halcyon-bay/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:147 +music/jasmine-tide/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:144 +music/blueshift/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/noise-isolating-headphones-kyoto-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/noise-isolating-headphones-kyoto-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..beed374882cea6682be432f1ca3c7cace5d0725d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/noise-isolating-headphones-kyoto-02.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,driftlight - track +#BPM:149 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:156 +music/halcyon-bay/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:142 +music/halcyon-bay/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:147 +music/edgewater/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:144 +music/edgewater/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:146 +music/jasmine-tide/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:149 +music/aurora-lane/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:146 +music/blueshift/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:144 +music/ghost-signals/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:156 +music/cascade-choir/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:144 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/noise-isolating-headphones-linen-notebook-04.m3u b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/noise-isolating-headphones-linen-notebook-04.m3u new file mode 100644 index 0000000000000000000000000000000000000000..685033d458ef33a68358a9d25ca48b37a8ce9722 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/playlist/workout/noise-isolating-headphones-linen-notebook-04.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,blueshift - track +#BPM:157 +music/blueshift/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:150 +music/ghost-signals/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:148 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:150 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:157 +music/ghost-signals/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:154 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:150 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:151 +music/edgewater/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:155 +music/jasmine-tide/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:145 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:147 +music/cascade-choir/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/attention-scaling-beijing-04.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/attention-scaling-beijing-04.m3u new file mode 100644 index 0000000000000000000000000000000000000000..539f0a52aecd7c19ca7f683b43ecedc9f37198ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/attention-scaling-beijing-04.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:68 +music/halcyon-bay/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:84 +music/ghost-signals/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:77 +music/feather-knives/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:76 +music/blueshift/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:82 +music/blueshift/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:83 +music/aurora-lane/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:67 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:82 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:72 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/ceramic-mug-mechanical-keyboard-05.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/ceramic-mug-mechanical-keyboard-05.m3u new file mode 100644 index 0000000000000000000000000000000000000000..90a56497ee57677991cf09c610067e18325ba0d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/ceramic-mug-mechanical-keyboard-05.m3u @@ -0,0 +1,25 @@ +#EXTM3U +#EXTINF:-1,ivory-kites - track +#BPM:73 +music/ivory-kites/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:84 +music/ivory-kites/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:75 +music/jasmine-tide/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:68 +music/aurora-lane/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:70 +music/cascade-choir/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:65 +music/ghost-signals/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:65 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:82 +music/ivory-kites/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/data-efficient-finetuning-barcelona-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/data-efficient-finetuning-barcelona-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..c1330399b78a3ced1eb7ee07f866541243aa8065 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/data-efficient-finetuning-barcelona-02.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,cascade-choir - track +#BPM:66 +music/cascade-choir/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:83 +music/feather-knives/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:73 +music/cascade-choir/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:76 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:72 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:72 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:83 +music/jasmine-tide/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:84 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/data-governance-mumbai-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/data-governance-mumbai-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..39094363ecddd53edb1bd75d8fc08677330a4cd9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/data-governance-mumbai-00.m3u @@ -0,0 +1,22 @@ +#EXTM3U +#EXTINF:-1,blueshift - track +#BPM:78 +music/blueshift/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:67 +music/cascade-choir/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:78 +music/blueshift/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:81 +music/ivory-kites/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:68 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:77 +music/halcyon-bay/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:81 +music/blueshift/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/laptop-stand-dublin-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/laptop-stand-dublin-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..51ef6fd661d2f9e4c7b51031af67d862e9172a6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/laptop-stand-dublin-01.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,jasmine-tide - track +#BPM:68 +music/jasmine-tide/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:68 +music/jasmine-tide/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:73 +music/driftlight/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:73 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:73 +music/ivory-kites/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:79 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:69 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:70 +music/feather-knives/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:76 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:83 +music/cascade-choir/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/shanghai-sydney-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/shanghai-sydney-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..c41f38b8bccef18bf948eb4006c334f162d76033 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/chill/shanghai-sydney-03.m3u @@ -0,0 +1,31 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:75 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:82 +music/ivory-kites/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:85 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:80 +music/halcyon-bay/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:84 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:77 +music/feather-knives/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:78 +music/blueshift/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:78 +music/halcyon-bay/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:82 +music/blueshift/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/attention-scaling-noise-isolating-headphones-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/attention-scaling-noise-isolating-headphones-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..8a5efea9f6b6560442715353771d6b1543c1c946 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/attention-scaling-noise-isolating-headphones-00.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:131 +music/halcyon-bay/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:138 +music/aurora-lane/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:135 +music/halcyon-bay/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:131 +music/edgewater/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:138 +music/ghost-signals/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:137 +music/cascade-choir/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:135 +music/ivory-kites/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:135 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:142 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:143 +music/feather-knives/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:136 +music/jasmine-tide/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/engineering-practices-interviewing-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/engineering-practices-interviewing-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..6d507d79d0a1356303a8c835e14f62224a1ae865 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/engineering-practices-interviewing-03.m3u @@ -0,0 +1,22 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:136 +music/edgewater/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:126 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:140 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:131 +music/ghost-signals/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:128 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:131 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:126 +music/cascade-choir/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/led-desk-lamp-seattle-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/led-desk-lamp-seattle-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..729969c526679ee6ba1b6f499d483aed739525f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/led-desk-lamp-seattle-02.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:131 +music/edgewater/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:134 +music/driftlight/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:145 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:125 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:129 +music/halcyon-bay/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:130 +music/aurora-lane/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:145 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:125 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:125 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:143 +music/halcyon-bay/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:128 +music/aurora-lane/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/seattle-linen-notebook-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/seattle-linen-notebook-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..d4366d44f22c60be80265584632382e9a9b43af6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/energy/seattle-linen-notebook-01.m3u @@ -0,0 +1,19 @@ +#EXTM3U +#EXTINF:-1,driftlight - track +#BPM:135 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:134 +music/jasmine-tide/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:125 +music/blueshift/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:131 +music/cascade-choir/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:142 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:137 +music/feather-knives/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/bangalore-security-policies-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/bangalore-security-policies-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..2d3171ac11bd21a890c5c8a69f0892579c089f09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/bangalore-security-policies-03.m3u @@ -0,0 +1,22 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:89 +music/edgewater/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:92 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:82 +music/driftlight/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:82 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:81 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:89 +music/feather-knives/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/boston-ergo-chair-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/boston-ergo-chair-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..dca161c75f68ea74ee9ce129b646db3717d6e81f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/boston-ergo-chair-02.m3u @@ -0,0 +1,37 @@ +#EXTM3U +#EXTINF:-1,driftlight - track +#BPM:80 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:80 +music/ghost-signals/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:100 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:94 +music/aurora-lane/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:92 +music/feather-knives/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:81 +music/cascade-choir/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:90 +music/driftlight/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:97 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:85 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:95 +music/feather-knives/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:99 +music/jasmine-tide/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/dublin-denver-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/dublin-denver-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..4d96adfb970c21135888e02af18c53f888bbe311 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/dublin-denver-00.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:82 +music/halcyon-bay/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:93 +music/ivory-kites/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:82 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:88 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:85 +music/ivory-kites/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:91 +music/driftlight/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:84 +music/feather-knives/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:89 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:87 +music/jasmine-tide/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:83 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:84 +music/halcyon-bay/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/engineering-practices-bangalore-04.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/engineering-practices-bangalore-04.m3u new file mode 100644 index 0000000000000000000000000000000000000000..c1e14626d06141ba9307a74b87d3d0d2ab6e932d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/engineering-practices-bangalore-04.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,cascade-choir - track +#BPM:99 +music/cascade-choir/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:95 +music/aurora-lane/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:93 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:85 +music/aurora-lane/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:87 +music/cascade-choir/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:98 +music/jasmine-tide/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:81 +music/cascade-choir/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:95 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/laptop-stand-onboarding-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/laptop-stand-onboarding-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..31b07750f829f469549d5938a4ea565af079b98e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/focus/laptop-stand-onboarding-01.m3u @@ -0,0 +1,19 @@ +#EXTM3U +#EXTINF:-1,edgewater - track +#BPM:85 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:81 +music/halcyon-bay/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:80 +music/ivory-kites/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:91 +music/halcyon-bay/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:81 +music/jasmine-tide/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:89 +music/jasmine-tide/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/instruction-tuning-boston-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/instruction-tuning-boston-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..4c91645d8a34305745f609a4ddede09bf6519793 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/instruction-tuning-boston-03.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,halcyon-bay - track +#BPM:60 +music/halcyon-bay/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:56 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:56 +music/halcyon-bay/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:67 +music/blueshift/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:64 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:62 +music/ghost-signals/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:67 +music/blueshift/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:69 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:69 +music/driftlight/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:66 +music/blueshift/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:57 +music/aurora-lane/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/mumbai-multimodal-fusion-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/mumbai-multimodal-fusion-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..b2b7a4638b12409b98210bade9693c9be15fbaea --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/mumbai-multimodal-fusion-02.m3u @@ -0,0 +1,31 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:61 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:53 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:60 +music/aurora-lane/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:57 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:69 +music/ghost-signals/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:61 +music/ivory-kites/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:58 +music/aurora-lane/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:64 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:70 +music/feather-knives/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:54 +music/edgewater/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/sparse-mixture-of-experts-led-desk-lamp-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/sparse-mixture-of-experts-led-desk-lamp-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..cdc58706de4817dda595c7c9ba8d85940a538779 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/sparse-mixture-of-experts-led-desk-lamp-01.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:51 +music/aurora-lane/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:62 +music/aurora-lane/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:60 +music/blueshift/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:57 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:63 +music/ivory-kites/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:59 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:52 +music/feather-knives/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:55 +music/driftlight/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:54 +music/driftlight/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/tool-use-agents-incident-response-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/tool-use-agents-incident-response-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..35719007ba74db025e32bb535438a66fd686483f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/sleep/tool-use-agents-incident-response-00.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,ghost-signals - track +#BPM:69 +music/ghost-signals/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:50 +music/ghost-signals/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:67 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:65 +music/edgewater/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:63 +music/ghost-signals/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:61 +music/feather-knives/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:65 +music/blueshift/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:59 +music/edgewater/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:70 +music/halcyon-bay/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/chain-of-thought-multimodal-fusion-00.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/chain-of-thought-multimodal-fusion-00.m3u new file mode 100644 index 0000000000000000000000000000000000000000..8db440569b3f4951eb7b9e865e42f3dc6621d5b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/chain-of-thought-multimodal-fusion-00.m3u @@ -0,0 +1,37 @@ +#EXTM3U +#EXTINF:-1,aurora-lane - track +#BPM:156 +music/aurora-lane/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:158 +music/feather-knives/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:145 +music/halcyon-bay/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:159 +music/feather-knives/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:145 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:155 +music/ivory-kites/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:144 +music/edgewater/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:160 +music/driftlight/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:145 +music/ghost-signals/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:159 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:149 +music/jasmine-tide/track.mp3 +#EXTINF:-1,feather-knives - track +#BPM:146 +music/feather-knives/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/chicago-linen-notebook-01.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/chicago-linen-notebook-01.m3u new file mode 100644 index 0000000000000000000000000000000000000000..3de4722b9a0e653f5da3c399e264be8f75793b16 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/chicago-linen-notebook-01.m3u @@ -0,0 +1,31 @@ +#EXTM3U +#EXTINF:-1,ghost-signals - track +#BPM:160 +music/ghost-signals/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:141 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:152 +music/jasmine-tide/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:157 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:148 +music/aurora-lane/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:156 +music/halcyon-bay/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:155 +music/driftlight/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:154 +music/cascade-choir/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:156 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:140 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/ergo-chair-manchester-03.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/ergo-chair-manchester-03.m3u new file mode 100644 index 0000000000000000000000000000000000000000..dc79b1a96950dd5888f125bbe38e477fcc2e08c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/ergo-chair-manchester-03.m3u @@ -0,0 +1,28 @@ +#EXTM3U +#EXTINF:-1,ghost-signals - track +#BPM:145 +music/ghost-signals/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:158 +music/jasmine-tide/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:159 +music/edgewater/track.mp3 +#EXTINF:-1,driftlight - track +#BPM:151 +music/driftlight/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:143 +music/ivory-kites/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:147 +music/aurora-lane/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:159 +music/halcyon-bay/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:147 +music/jasmine-tide/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:144 +music/blueshift/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/noise-isolating-headphones-kyoto-02.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/noise-isolating-headphones-kyoto-02.m3u new file mode 100644 index 0000000000000000000000000000000000000000..beed374882cea6682be432f1ca3c7cace5d0725d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/noise-isolating-headphones-kyoto-02.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,driftlight - track +#BPM:149 +music/driftlight/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:156 +music/halcyon-bay/track.mp3 +#EXTINF:-1,halcyon-bay - track +#BPM:142 +music/halcyon-bay/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:147 +music/edgewater/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:144 +music/edgewater/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:146 +music/jasmine-tide/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:149 +music/aurora-lane/track.mp3 +#EXTINF:-1,blueshift - track +#BPM:146 +music/blueshift/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:144 +music/ghost-signals/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:156 +music/cascade-choir/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:144 +music/ghost-signals/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/noise-isolating-headphones-linen-notebook-04.m3u b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/noise-isolating-headphones-linen-notebook-04.m3u new file mode 100644 index 0000000000000000000000000000000000000000..685033d458ef33a68358a9d25ca48b37a8ce9722 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/playlist/workout/noise-isolating-headphones-linen-notebook-04.m3u @@ -0,0 +1,34 @@ +#EXTM3U +#EXTINF:-1,blueshift - track +#BPM:157 +music/blueshift/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:150 +music/ghost-signals/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:148 +music/aurora-lane/track.mp3 +#EXTINF:-1,ivory-kites - track +#BPM:150 +music/ivory-kites/track.mp3 +#EXTINF:-1,ghost-signals - track +#BPM:157 +music/ghost-signals/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:154 +music/edgewater/track.mp3 +#EXTINF:-1,aurora-lane - track +#BPM:150 +music/aurora-lane/track.mp3 +#EXTINF:-1,edgewater - track +#BPM:151 +music/edgewater/track.mp3 +#EXTINF:-1,jasmine-tide - track +#BPM:155 +music/jasmine-tide/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:145 +music/cascade-choir/track.mp3 +#EXTINF:-1,cascade-choir - track +#BPM:147 +music/cascade-choir/track.mp3 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6e636bb414/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/kyoto-wireless-mouse.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/kyoto-wireless-mouse.js new file mode 100644 index 0000000000000000000000000000000000000000..c7f6eeeb9842e9551e8d84a8c7c674a0d5831eb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/kyoto-wireless-mouse.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 3; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/new-york-boston.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/new-york-boston.js new file mode 100644 index 0000000000000000000000000000000000000000..469dfccdfb0440796058effd6275d7e57c70df77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/new-york-boston.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 9; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/onboarding-security-policies.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/onboarding-security-policies.js new file mode 100644 index 0000000000000000000000000000000000000000..520d6e3c64129959957c7c7beb5f1c7ffcd860e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/onboarding-security-policies.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 5; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/seattle-instruction-tuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/seattle-instruction-tuning.js new file mode 100644 index 0000000000000000000000000000000000000000..abfbc45059d6aeb6dc4a0c23d1a3aad6c8c9284c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/seattle-instruction-tuning.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 2; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/sparse-mixture-of-experts-berlin.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/sparse-mixture-of-experts-berlin.js new file mode 100644 index 0000000000000000000000000000000000000000..ef20d624318394e9de1b9af30128e627cf209c56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/sparse-mixture-of-experts-berlin.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 8; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/sydney-security-policies.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/sydney-security-policies.js new file mode 100644 index 0000000000000000000000000000000000000000..469dfccdfb0440796058effd6275d7e57c70df77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/charts/sydney-security-policies.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 9; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/espresso-blend-incident-response.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/espresso-blend-incident-response.js new file mode 100644 index 0000000000000000000000000000000000000000..ef20d624318394e9de1b9af30128e627cf209c56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/espresso-blend-incident-response.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 8; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/led-desk-lamp-sparse-mixture-of-experts.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/led-desk-lamp-sparse-mixture-of-experts.js new file mode 100644 index 0000000000000000000000000000000000000000..ef20d624318394e9de1b9af30128e627cf209c56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/led-desk-lamp-sparse-mixture-of-experts.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 8; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/linen-notebook-shanghai.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/linen-notebook-shanghai.js new file mode 100644 index 0000000000000000000000000000000000000000..469dfccdfb0440796058effd6275d7e57c70df77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/linen-notebook-shanghai.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 9; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/manchester-new-york.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/manchester-new-york.js new file mode 100644 index 0000000000000000000000000000000000000000..876005e3c392569af8cf0c79f450840fada30ce2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/manchester-new-york.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 4; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/osaka-data-efficient-finetuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/osaka-data-efficient-finetuning.js new file mode 100644 index 0000000000000000000000000000000000000000..ef20d624318394e9de1b9af30128e627cf209c56 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/osaka-data-efficient-finetuning.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 8; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/sparse-mixture-of-experts-amsterdam.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/sparse-mixture-of-experts-amsterdam.js new file mode 100644 index 0000000000000000000000000000000000000000..b9ca2bde1f43b768f80380a58999b772b148b8b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/forms/sparse-mixture-of-experts-amsterdam.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 7; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/boston-security-policies.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/boston-security-policies.js new file mode 100644 index 0000000000000000000000000000000000000000..b9ca2bde1f43b768f80380a58999b772b148b8b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/boston-security-policies.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 7; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/ceramic-mug-onboarding.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/ceramic-mug-onboarding.js new file mode 100644 index 0000000000000000000000000000000000000000..b9ca2bde1f43b768f80380a58999b772b148b8b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/ceramic-mug-onboarding.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 7; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/london-reasoning-benchmarks.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/london-reasoning-benchmarks.js new file mode 100644 index 0000000000000000000000000000000000000000..b9ca2bde1f43b768f80380a58999b772b148b8b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/london-reasoning-benchmarks.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 7; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/long-context-modeling-seattle.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/long-context-modeling-seattle.js new file mode 100644 index 0000000000000000000000000000000000000000..b9ca2bde1f43b768f80380a58999b772b148b8b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/long-context-modeling-seattle.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 7; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/mechanical-keyboard-interviewing.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/mechanical-keyboard-interviewing.js new file mode 100644 index 0000000000000000000000000000000000000000..abfbc45059d6aeb6dc4a0c23d1a3aad6c8c9284c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/mechanical-keyboard-interviewing.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 2; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/shanghai-mechanical-keyboard.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/shanghai-mechanical-keyboard.js new file mode 100644 index 0000000000000000000000000000000000000000..6d488cc83e6d90d8d97b614bd605502e818fa2d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/pages/shanghai-mechanical-keyboard.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 10; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/adversarial-robustness-san-francisco.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/adversarial-robustness-san-francisco.js new file mode 100644 index 0000000000000000000000000000000000000000..d405e72ba958f3465ffef9bce434fae3e1fe8a7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/adversarial-robustness-san-francisco.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 1; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/chain-of-thought-tool-use-agents.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/chain-of-thought-tool-use-agents.js new file mode 100644 index 0000000000000000000000000000000000000000..469dfccdfb0440796058effd6275d7e57c70df77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/chain-of-thought-tool-use-agents.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 9; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/kyoto-san-francisco.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/kyoto-san-francisco.js new file mode 100644 index 0000000000000000000000000000000000000000..520d6e3c64129959957c7c7beb5f1c7ffcd860e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/kyoto-san-francisco.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 5; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/laptop-stand-mechanical-keyboard.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/laptop-stand-mechanical-keyboard.js new file mode 100644 index 0000000000000000000000000000000000000000..520d6e3c64129959957c7c7beb5f1c7ffcd860e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/laptop-stand-mechanical-keyboard.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 5; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/noise-isolating-headphones-amsterdam.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/noise-isolating-headphones-amsterdam.js new file mode 100644 index 0000000000000000000000000000000000000000..6d488cc83e6d90d8d97b614bd605502e818fa2d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/noise-isolating-headphones-amsterdam.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 10; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/paris-amsterdam.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/paris-amsterdam.js new file mode 100644 index 0000000000000000000000000000000000000000..abfbc45059d6aeb6dc4a0c23d1a3aad6c8c9284c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/utils/paris-amsterdam.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 2; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/data-efficient-finetuning-denver.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/data-efficient-finetuning-denver.js new file mode 100644 index 0000000000000000000000000000000000000000..876005e3c392569af8cf0c79f450840fada30ce2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/data-efficient-finetuning-denver.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 4; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/incident-response-instruction-tuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/incident-response-instruction-tuning.js new file mode 100644 index 0000000000000000000000000000000000000000..b9ca2bde1f43b768f80380a58999b772b148b8b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/incident-response-instruction-tuning.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 7; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/laptop-stand-data-efficient-finetuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/laptop-stand-data-efficient-finetuning.js new file mode 100644 index 0000000000000000000000000000000000000000..469dfccdfb0440796058effd6275d7e57c70df77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/laptop-stand-data-efficient-finetuning.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 9; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/paris-seoul.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/paris-seoul.js new file mode 100644 index 0000000000000000000000000000000000000000..c7f6eeeb9842e9551e8d84a8c7c674a0d5831eb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/paris-seoul.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 3; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/shanghai-release-process.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/shanghai-release-process.js new file mode 100644 index 0000000000000000000000000000000000000000..abfbc45059d6aeb6dc4a0c23d1a3aad6c8c9284c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/shanghai-release-process.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 2; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/sparse-mixture-of-experts-espresso-blend.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/sparse-mixture-of-experts-espresso-blend.js new file mode 100644 index 0000000000000000000000000000000000000000..520d6e3c64129959957c7c7beb5f1c7ffcd860e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/frontend/src/widgets/sparse-mixture-of-experts-espresso-blend.js @@ -0,0 +1,9 @@ +'use strict'; +let count = 5; +let name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +let handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/kyoto-wireless-mouse.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/kyoto-wireless-mouse.js new file mode 100644 index 0000000000000000000000000000000000000000..90c68e353c74b527dcf07e4c2f9ff606a117bd3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/kyoto-wireless-mouse.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 3; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/new-york-boston.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/new-york-boston.js new file mode 100644 index 0000000000000000000000000000000000000000..c0645aaadaf57738d1b1519ee036fdd81fcc58ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/new-york-boston.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 9; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/onboarding-security-policies.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/onboarding-security-policies.js new file mode 100644 index 0000000000000000000000000000000000000000..2d0e564bd3661efa3120a9b3f7611e0433a9d0c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/onboarding-security-policies.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 5; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/seattle-instruction-tuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/seattle-instruction-tuning.js new file mode 100644 index 0000000000000000000000000000000000000000..93f9d4597c525e3374bad09841e253abb2e4188f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/seattle-instruction-tuning.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 2; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/sparse-mixture-of-experts-berlin.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/sparse-mixture-of-experts-berlin.js new file mode 100644 index 0000000000000000000000000000000000000000..f945a89450e953aebefcf334ae8f0ea0ed68d57b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/sparse-mixture-of-experts-berlin.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 8; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/sydney-security-policies.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/sydney-security-policies.js new file mode 100644 index 0000000000000000000000000000000000000000..c0645aaadaf57738d1b1519ee036fdd81fcc58ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/charts/sydney-security-policies.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 9; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/espresso-blend-incident-response.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/espresso-blend-incident-response.js new file mode 100644 index 0000000000000000000000000000000000000000..f945a89450e953aebefcf334ae8f0ea0ed68d57b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/espresso-blend-incident-response.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 8; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/led-desk-lamp-sparse-mixture-of-experts.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/led-desk-lamp-sparse-mixture-of-experts.js new file mode 100644 index 0000000000000000000000000000000000000000..f945a89450e953aebefcf334ae8f0ea0ed68d57b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/led-desk-lamp-sparse-mixture-of-experts.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 8; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/linen-notebook-shanghai.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/linen-notebook-shanghai.js new file mode 100644 index 0000000000000000000000000000000000000000..c0645aaadaf57738d1b1519ee036fdd81fcc58ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/linen-notebook-shanghai.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 9; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/manchester-new-york.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/manchester-new-york.js new file mode 100644 index 0000000000000000000000000000000000000000..4b858f51c396ebf61c2f1052cf684455fb101517 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/manchester-new-york.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 4; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/osaka-data-efficient-finetuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/osaka-data-efficient-finetuning.js new file mode 100644 index 0000000000000000000000000000000000000000..f945a89450e953aebefcf334ae8f0ea0ed68d57b --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/osaka-data-efficient-finetuning.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 8; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/sparse-mixture-of-experts-amsterdam.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/sparse-mixture-of-experts-amsterdam.js new file mode 100644 index 0000000000000000000000000000000000000000..60203ff40b070a2669a71de2e2cea9427c3db0e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/forms/sparse-mixture-of-experts-amsterdam.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 7; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/boston-security-policies.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/boston-security-policies.js new file mode 100644 index 0000000000000000000000000000000000000000..60203ff40b070a2669a71de2e2cea9427c3db0e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/boston-security-policies.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 7; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/ceramic-mug-onboarding.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/ceramic-mug-onboarding.js new file mode 100644 index 0000000000000000000000000000000000000000..60203ff40b070a2669a71de2e2cea9427c3db0e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/ceramic-mug-onboarding.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 7; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/london-reasoning-benchmarks.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/london-reasoning-benchmarks.js new file mode 100644 index 0000000000000000000000000000000000000000..60203ff40b070a2669a71de2e2cea9427c3db0e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/london-reasoning-benchmarks.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 7; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/long-context-modeling-seattle.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/long-context-modeling-seattle.js new file mode 100644 index 0000000000000000000000000000000000000000..60203ff40b070a2669a71de2e2cea9427c3db0e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/long-context-modeling-seattle.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 7; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/mechanical-keyboard-interviewing.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/mechanical-keyboard-interviewing.js new file mode 100644 index 0000000000000000000000000000000000000000..93f9d4597c525e3374bad09841e253abb2e4188f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/mechanical-keyboard-interviewing.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 2; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/shanghai-mechanical-keyboard.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/shanghai-mechanical-keyboard.js new file mode 100644 index 0000000000000000000000000000000000000000..25d52f363405871efbf5253f6706d6a4ea121bf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/pages/shanghai-mechanical-keyboard.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 10; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/adversarial-robustness-san-francisco.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/adversarial-robustness-san-francisco.js new file mode 100644 index 0000000000000000000000000000000000000000..39f29ec3f8f8fff001e4ef5c636bb336fd8828ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/adversarial-robustness-san-francisco.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 1; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/chain-of-thought-tool-use-agents.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/chain-of-thought-tool-use-agents.js new file mode 100644 index 0000000000000000000000000000000000000000..c0645aaadaf57738d1b1519ee036fdd81fcc58ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/chain-of-thought-tool-use-agents.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 9; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/kyoto-san-francisco.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/kyoto-san-francisco.js new file mode 100644 index 0000000000000000000000000000000000000000..2d0e564bd3661efa3120a9b3f7611e0433a9d0c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/kyoto-san-francisco.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 5; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/laptop-stand-mechanical-keyboard.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/laptop-stand-mechanical-keyboard.js new file mode 100644 index 0000000000000000000000000000000000000000..2d0e564bd3661efa3120a9b3f7611e0433a9d0c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/laptop-stand-mechanical-keyboard.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 5; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/noise-isolating-headphones-amsterdam.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/noise-isolating-headphones-amsterdam.js new file mode 100644 index 0000000000000000000000000000000000000000..25d52f363405871efbf5253f6706d6a4ea121bf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/noise-isolating-headphones-amsterdam.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 10; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/paris-amsterdam.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/paris-amsterdam.js new file mode 100644 index 0000000000000000000000000000000000000000..93f9d4597c525e3374bad09841e253abb2e4188f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/utils/paris-amsterdam.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 2; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/data-efficient-finetuning-denver.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/data-efficient-finetuning-denver.js new file mode 100644 index 0000000000000000000000000000000000000000..4b858f51c396ebf61c2f1052cf684455fb101517 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/data-efficient-finetuning-denver.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 4; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/incident-response-instruction-tuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/incident-response-instruction-tuning.js new file mode 100644 index 0000000000000000000000000000000000000000..60203ff40b070a2669a71de2e2cea9427c3db0e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/incident-response-instruction-tuning.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 7; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/laptop-stand-data-efficient-finetuning.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/laptop-stand-data-efficient-finetuning.js new file mode 100644 index 0000000000000000000000000000000000000000..c0645aaadaf57738d1b1519ee036fdd81fcc58ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/laptop-stand-data-efficient-finetuning.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 9; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/paris-seoul.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/paris-seoul.js new file mode 100644 index 0000000000000000000000000000000000000000..90c68e353c74b527dcf07e4c2f9ff606a117bd3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/paris-seoul.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 3; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/shanghai-release-process.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/shanghai-release-process.js new file mode 100644 index 0000000000000000000000000000000000000000..93f9d4597c525e3374bad09841e253abb2e4188f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/shanghai-release-process.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 2; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/sparse-mixture-of-experts-espresso-blend.js b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/sparse-mixture-of-experts-espresso-blend.js new file mode 100644 index 0000000000000000000000000000000000000000..2d0e564bd3661efa3120a9b3f7611e0433a9d0c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/frontend/src/widgets/sparse-mixture-of-experts-espresso-blend.js @@ -0,0 +1,9 @@ +'use strict'; +var count = 5; +var name = 'some var value'; +function render() { + var local = 1; // intentionally var (stays) + return count + local; +} +var handler = (e) => e; +module.exports = { render, handler }; diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6f6f38d1c0/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..6473628aa620f7c221baa04aa5c70d096726798e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.77.227.170 +port = 8690 +workers = 2 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 39 +pool_timeout = 12 + +[cache] +backend = redis +max_connections = 32 +ttl = 480 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/search-indexer.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/search-indexer.conf new file mode 100644 index 0000000000000000000000000000000000000000..b2c6271d376cae616e84d86ec9281c1833a2828c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/search-indexer.conf @@ -0,0 +1,15 @@ +[server] +host = 10.123.248.157 +port = 8210 +workers = 2 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 122 +pool_timeout = 23 + +[cache] +backend = redis +max_connections = 6 +ttl = 1380 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/session-store.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/session-store.conf new file mode 100644 index 0000000000000000000000000000000000000000..83d95d6494d654e23be8364b30d73fa6d43f57dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/session-store.conf @@ -0,0 +1,15 @@ +[server] +host = 10.179.97.123 +port = 8413 +workers = 2 + +[database] +host = db-replica.ap-northeast-1.internal +port = 5432 +max_connections = 58 +pool_timeout = 9 + +[cache] +backend = redis +max_connections = 5 +ttl = 180 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/shipping-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/shipping-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..d69cd7d7546bc4c83102f1ccc0cd57e4f3954323 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-northeast-1/shipping-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.156.139.85 +port = 8821 +workers = 8 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 52 +pool_timeout = 12 + +[cache] +backend = redis +max_connections = 12 +ttl = 900 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..bd7f0eb73e9fa37dbaf171451509e32d0656c439 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.107.192.136 +port = 8470 +workers = 6 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 24 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 25 +ttl = 540 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/inventory-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/inventory-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..270dfc30c4d059aa452a29c75ff54016ff415df4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/inventory-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.118.251.180 +port = 8928 +workers = 6 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 211 +pool_timeout = 18 + +[cache] +backend = redis +max_connections = 22 +ttl = 540 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..c0eb465fe9cf25944e6bfae4bab38804f6f2d863 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/ap-southeast-2/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.44.115.213 +port = 8070 +workers = 6 + +[database] +host = db-primary.ap-southeast-2.internal +port = 5432 +max_connections = 59 +pool_timeout = 17 + +[cache] +backend = redis +max_connections = 28 +ttl = 1080 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/us-east-1/inventory-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/us-east-1/inventory-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..2681ac65e62c1620e7017038b031228e6f1b4938 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/us-east-1/inventory-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.126.103.79 +port = 8413 +workers = 5 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 149 +pool_timeout = 26 + +[cache] +backend = redis +max_connections = 13 +ttl = 660 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/us-east-1/webhook-dispatcher.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/us-east-1/webhook-dispatcher.conf new file mode 100644 index 0000000000000000000000000000000000000000..5dad58cf6867af3adcd9936f217b9f53beadafc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/canary/us-east-1/webhook-dispatcher.conf @@ -0,0 +1,15 @@ +[server] +host = 10.136.89.181 +port = 8080 +workers = 5 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 83 +pool_timeout = 19 + +[cache] +backend = redis +max_connections = 29 +ttl = 900 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/catalog-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/catalog-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..9c9b8c891cf36166ac3d7b5db6a75393bf83a6a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/catalog-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.52.124.252 +port = 8176 +workers = 5 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 180 +pool_timeout = 14 + +[cache] +backend = redis +max_connections = 5 +ttl = 300 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..37e50e85cd646869838e0b5caccff18fdaf2eb1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.251.223.231 +port = 8686 +workers = 3 + +[database] +host = db-replica.ap-northeast-1.internal +port = 5432 +max_connections = 165 +pool_timeout = 9 + +[cache] +backend = redis +max_connections = 4 +ttl = 360 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/reporting-etl.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/reporting-etl.conf new file mode 100644 index 0000000000000000000000000000000000000000..3845ed64bccebb9b27afeabf71c218dc49f81929 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-northeast-1/reporting-etl.conf @@ -0,0 +1,15 @@ +[server] +host = 10.250.183.177 +port = 8801 +workers = 6 + +[database] +host = db-replica.ap-northeast-1.internal +port = 5432 +max_connections = 116 +pool_timeout = 6 + +[cache] +backend = redis +max_connections = 18 +ttl = 1620 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-southeast-2/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-southeast-2/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..5184b40a8cf19955593d16ceea0cc812d2371c66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-southeast-2/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.11.27.10 +port = 8101 +workers = 8 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 110 +pool_timeout = 24 + +[cache] +backend = redis +max_connections = 31 +ttl = 60 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-southeast-2/recommender-rt.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-southeast-2/recommender-rt.conf new file mode 100644 index 0000000000000000000000000000000000000000..fd6927449beb0b347673a11d58432f6148c1d89a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/ap-southeast-2/recommender-rt.conf @@ -0,0 +1,15 @@ +[server] +host = 10.27.17.116 +port = 8117 +workers = 6 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 128 +pool_timeout = 13 + +[cache] +backend = redis +max_connections = 19 +ttl = 600 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/cart-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/cart-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..e63f3ccddc1b48e8fdd7d265c221c359e6d4ee8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/cart-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.45.45.183 +port = 8409 +workers = 3 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 127 +pool_timeout = 8 + +[cache] +backend = redis +max_connections = 23 +ttl = 1740 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/media-encoder.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/media-encoder.conf new file mode 100644 index 0000000000000000000000000000000000000000..a096acc9694fc166f63af7726bf49227c86db98a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/media-encoder.conf @@ -0,0 +1,15 @@ +[server] +host = 10.27.35.45 +port = 8413 +workers = 4 + +[database] +host = db-replica.us-east-1.internal +port = 5432 +max_connections = 240 +pool_timeout = 19 + +[cache] +backend = redis +max_connections = 3 +ttl = 360 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/recommender-rt.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/recommender-rt.conf new file mode 100644 index 0000000000000000000000000000000000000000..738f76d3866a159568a2612a53cc067315d44540 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/recommender-rt.conf @@ -0,0 +1,15 @@ +[server] +host = 10.130.213.7 +port = 8055 +workers = 4 + +[database] +host = db-replica.us-east-1.internal +port = 5432 +max_connections = 64 +pool_timeout = 28 + +[cache] +backend = redis +max_connections = 2 +ttl = 960 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/shipping-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/shipping-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..b5d74ba91a420017e5cff0bb85a4928993a77ecb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/dev/us-east-1/shipping-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.150.113.99 +port = 8520 +workers = 7 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 124 +pool_timeout = 9 + +[cache] +backend = redis +max_connections = 20 +ttl = 1260 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..354ca0005222522d49d39aa45f98b3e98d8ed910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.178.169.91 +port = 8143 +workers = 5 + +[database] +host = db-primary.ap-southeast-2.internal +port = 5432 +max_connections = 27 +pool_timeout = 6 + +[cache] +backend = redis +max_connections = 11 +ttl = 180 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/ledger-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/ledger-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..85d9e3addf93f6eb01aa3ca330983494dd74a74d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/ledger-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.51.93.191 +port = 8452 +workers = 7 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 196 +pool_timeout = 24 + +[cache] +backend = redis +max_connections = 12 +ttl = 540 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/users-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/users-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..2e3faf849280352b6015dbad0d780a0327b26a83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/users-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.142.247.70 +port = 8185 +workers = 4 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 199 +pool_timeout = 20 + +[cache] +backend = redis +max_connections = 16 +ttl = 720 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/webhook-dispatcher.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/webhook-dispatcher.conf new file mode 100644 index 0000000000000000000000000000000000000000..10018739b786a31a19c9a18a6694501dbaf613c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/ap-southeast-2/webhook-dispatcher.conf @@ -0,0 +1,15 @@ +[server] +host = 10.96.252.186 +port = 8447 +workers = 5 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 213 +pool_timeout = 27 + +[cache] +backend = redis +max_connections = 4 +ttl = 480 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/inventory-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/inventory-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..db485a82a393cc54c6259e2c4e225252f4e75c60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/inventory-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.109.215.122 +port = 8644 +workers = 6 + +[database] +host = db-replica.eu-central-1.internal +port = 5432 +max_connections = 145 +pool_timeout = 17 + +[cache] +backend = redis +max_connections = 14 +ttl = 1500 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/search-indexer.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/search-indexer.conf new file mode 100644 index 0000000000000000000000000000000000000000..a3a807436d062121213aec8ac2f3a887acc907dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/search-indexer.conf @@ -0,0 +1,15 @@ +[server] +host = 10.109.67.161 +port = 8275 +workers = 3 + +[database] +host = db-replica.eu-central-1.internal +port = 5432 +max_connections = 236 +pool_timeout = 22 + +[cache] +backend = redis +max_connections = 19 +ttl = 900 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/shipping-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/shipping-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..627e1fdfcd21fd47bbcb9d18beb290c1f4def0d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/eu-central-1/shipping-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.72.251.104 +port = 8159 +workers = 3 + +[database] +host = db-primary.eu-central-1.internal +port = 5432 +max_connections = 47 +pool_timeout = 15 + +[cache] +backend = redis +max_connections = 30 +ttl = 1140 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..adc42ab966b5ded88df845c5db69b98e29ae0a60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.52.169.236 +port = 8002 +workers = 5 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 237 +pool_timeout = 8 + +[cache] +backend = redis +max_connections = 10 +ttl = 600 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/checkout-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/checkout-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..e29de4541fcc54f4860da55a2ff90b20ae5e2a77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/checkout-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.110.48.214 +port = 8116 +workers = 4 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 218 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 2 +ttl = 600 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/email-worker.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/email-worker.conf new file mode 100644 index 0000000000000000000000000000000000000000..d37d81ccfeaedc1abf309f1d93c1df26c3c20ad7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/email-worker.conf @@ -0,0 +1,15 @@ +[server] +host = 10.64.11.34 +port = 8556 +workers = 7 + +[database] +host = db-replica.us-east-1.internal +port = 5432 +max_connections = 62 +pool_timeout = 26 + +[cache] +backend = redis +max_connections = 27 +ttl = 1680 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/reporting-etl.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/reporting-etl.conf new file mode 100644 index 0000000000000000000000000000000000000000..1df98b819aab7543c93d3495a4f9deb9782566ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/prod/us-east-1/reporting-etl.conf @@ -0,0 +1,15 @@ +[server] +host = 10.33.48.245 +port = 8506 +workers = 6 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 195 +pool_timeout = 22 + +[cache] +backend = redis +max_connections = 13 +ttl = 1800 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/eu-west-1/gateway-edge.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/eu-west-1/gateway-edge.conf new file mode 100644 index 0000000000000000000000000000000000000000..edbd5b0e39383f551c61186f2a3756f5c1005348 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/eu-west-1/gateway-edge.conf @@ -0,0 +1,15 @@ +[server] +host = 10.172.166.62 +port = 8781 +workers = 8 + +[database] +host = db-primary.eu-west-1.internal +port = 5432 +max_connections = 213 +pool_timeout = 13 + +[cache] +backend = redis +max_connections = 18 +ttl = 1080 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/eu-west-1/users-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/eu-west-1/users-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..e8354686520fe6d7697fed71cf780367b308b2e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/eu-west-1/users-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.85.17.166 +port = 8005 +workers = 6 + +[database] +host = db-primary.eu-west-1.internal +port = 5432 +max_connections = 81 +pool_timeout = 26 + +[cache] +backend = redis +max_connections = 23 +ttl = 1320 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..8d63045f19e6aa24c51d1a25e0b71363b041747a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.243.208.130 +port = 8862 +workers = 7 + +[database] +host = db-primary.sa-east-1.internal +port = 5432 +max_connections = 46 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 30 +ttl = 1680 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/notifier-bus.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/notifier-bus.conf new file mode 100644 index 0000000000000000000000000000000000000000..a533e7819c895602d84312935fd7999fef8f99a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/notifier-bus.conf @@ -0,0 +1,15 @@ +[server] +host = 10.234.227.226 +port = 8576 +workers = 3 + +[database] +host = db-primary.sa-east-1.internal +port = 5432 +max_connections = 47 +pool_timeout = 19 + +[cache] +backend = redis +max_connections = 4 +ttl = 240 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/webhook-dispatcher.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/webhook-dispatcher.conf new file mode 100644 index 0000000000000000000000000000000000000000..93c90c45de3bfc48cd78b1e8e370a130e3cd4bb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/sa-east-1/webhook-dispatcher.conf @@ -0,0 +1,15 @@ +[server] +host = 10.102.172.135 +port = 8540 +workers = 2 + +[database] +host = db-replica.sa-east-1.internal +port = 5432 +max_connections = 252 +pool_timeout = 10 + +[cache] +backend = redis +max_connections = 10 +ttl = 720 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/us-east-1/catalog-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/us-east-1/catalog-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..3e1f9f3a94688b548899feb54bf286be31fefc32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/us-east-1/catalog-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.191.212.25 +port = 8353 +workers = 4 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 217 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 20 +ttl = 1320 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/us-east-1/gateway-edge.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/us-east-1/gateway-edge.conf new file mode 100644 index 0000000000000000000000000000000000000000..da96d588cbe7bdf2a1a5ce894254e323cad35f35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/configs/staging/us-east-1/gateway-edge.conf @@ -0,0 +1,15 @@ +[server] +host = 10.161.182.199 +port = 8917 +workers = 6 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 126 +pool_timeout = 18 + +[cache] +backend = redis +max_connections = 9 +ttl = 660 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..6473628aa620f7c221baa04aa5c70d096726798e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.77.227.170 +port = 8690 +workers = 2 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 39 +pool_timeout = 12 + +[cache] +backend = redis +max_connections = 32 +ttl = 480 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/search-indexer.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/search-indexer.conf new file mode 100644 index 0000000000000000000000000000000000000000..b2c6271d376cae616e84d86ec9281c1833a2828c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/search-indexer.conf @@ -0,0 +1,15 @@ +[server] +host = 10.123.248.157 +port = 8210 +workers = 2 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 122 +pool_timeout = 23 + +[cache] +backend = redis +max_connections = 6 +ttl = 1380 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/session-store.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/session-store.conf new file mode 100644 index 0000000000000000000000000000000000000000..83d95d6494d654e23be8364b30d73fa6d43f57dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/session-store.conf @@ -0,0 +1,15 @@ +[server] +host = 10.179.97.123 +port = 8413 +workers = 2 + +[database] +host = db-replica.ap-northeast-1.internal +port = 5432 +max_connections = 58 +pool_timeout = 9 + +[cache] +backend = redis +max_connections = 5 +ttl = 180 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/shipping-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/shipping-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..d69cd7d7546bc4c83102f1ccc0cd57e4f3954323 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-northeast-1/shipping-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.156.139.85 +port = 8821 +workers = 8 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 52 +pool_timeout = 12 + +[cache] +backend = redis +max_connections = 12 +ttl = 900 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..bd7f0eb73e9fa37dbaf171451509e32d0656c439 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.107.192.136 +port = 8470 +workers = 6 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 24 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 25 +ttl = 540 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/inventory-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/inventory-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..270dfc30c4d059aa452a29c75ff54016ff415df4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/inventory-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.118.251.180 +port = 8928 +workers = 6 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 211 +pool_timeout = 18 + +[cache] +backend = redis +max_connections = 22 +ttl = 540 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..c0eb465fe9cf25944e6bfae4bab38804f6f2d863 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/ap-southeast-2/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.44.115.213 +port = 8070 +workers = 6 + +[database] +host = db-primary.ap-southeast-2.internal +port = 5432 +max_connections = 59 +pool_timeout = 17 + +[cache] +backend = redis +max_connections = 28 +ttl = 1080 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/us-east-1/inventory-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/us-east-1/inventory-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..2681ac65e62c1620e7017038b031228e6f1b4938 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/us-east-1/inventory-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.126.103.79 +port = 8413 +workers = 5 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 149 +pool_timeout = 26 + +[cache] +backend = redis +max_connections = 13 +ttl = 660 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/us-east-1/webhook-dispatcher.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/us-east-1/webhook-dispatcher.conf new file mode 100644 index 0000000000000000000000000000000000000000..5dad58cf6867af3adcd9936f217b9f53beadafc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/canary/us-east-1/webhook-dispatcher.conf @@ -0,0 +1,15 @@ +[server] +host = 10.136.89.181 +port = 8080 +workers = 5 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 83 +pool_timeout = 19 + +[cache] +backend = redis +max_connections = 29 +ttl = 900 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/catalog-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/catalog-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..9c9b8c891cf36166ac3d7b5db6a75393bf83a6a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/catalog-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.52.124.252 +port = 8176 +workers = 5 + +[database] +host = db-primary.ap-northeast-1.internal +port = 5432 +max_connections = 180 +pool_timeout = 14 + +[cache] +backend = redis +max_connections = 5 +ttl = 300 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..37e50e85cd646869838e0b5caccff18fdaf2eb1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.251.223.231 +port = 8686 +workers = 3 + +[database] +host = db-replica.ap-northeast-1.internal +port = 5432 +max_connections = 165 +pool_timeout = 9 + +[cache] +backend = redis +max_connections = 4 +ttl = 360 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/reporting-etl.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/reporting-etl.conf new file mode 100644 index 0000000000000000000000000000000000000000..3845ed64bccebb9b27afeabf71c218dc49f81929 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-northeast-1/reporting-etl.conf @@ -0,0 +1,15 @@ +[server] +host = 10.250.183.177 +port = 8801 +workers = 6 + +[database] +host = db-replica.ap-northeast-1.internal +port = 5432 +max_connections = 116 +pool_timeout = 6 + +[cache] +backend = redis +max_connections = 18 +ttl = 1620 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-southeast-2/payment-gateway.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-southeast-2/payment-gateway.conf new file mode 100644 index 0000000000000000000000000000000000000000..5184b40a8cf19955593d16ceea0cc812d2371c66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-southeast-2/payment-gateway.conf @@ -0,0 +1,15 @@ +[server] +host = 10.11.27.10 +port = 8101 +workers = 8 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 110 +pool_timeout = 24 + +[cache] +backend = redis +max_connections = 31 +ttl = 60 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-southeast-2/recommender-rt.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-southeast-2/recommender-rt.conf new file mode 100644 index 0000000000000000000000000000000000000000..fd6927449beb0b347673a11d58432f6148c1d89a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/ap-southeast-2/recommender-rt.conf @@ -0,0 +1,15 @@ +[server] +host = 10.27.17.116 +port = 8117 +workers = 6 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 128 +pool_timeout = 13 + +[cache] +backend = redis +max_connections = 19 +ttl = 600 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/cart-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/cart-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..e63f3ccddc1b48e8fdd7d265c221c359e6d4ee8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/cart-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.45.45.183 +port = 8409 +workers = 3 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 127 +pool_timeout = 8 + +[cache] +backend = redis +max_connections = 23 +ttl = 1740 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/media-encoder.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/media-encoder.conf new file mode 100644 index 0000000000000000000000000000000000000000..a096acc9694fc166f63af7726bf49227c86db98a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/media-encoder.conf @@ -0,0 +1,15 @@ +[server] +host = 10.27.35.45 +port = 8413 +workers = 4 + +[database] +host = db-replica.us-east-1.internal +port = 5432 +max_connections = 240 +pool_timeout = 19 + +[cache] +backend = redis +max_connections = 3 +ttl = 360 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/recommender-rt.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/recommender-rt.conf new file mode 100644 index 0000000000000000000000000000000000000000..738f76d3866a159568a2612a53cc067315d44540 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/recommender-rt.conf @@ -0,0 +1,15 @@ +[server] +host = 10.130.213.7 +port = 8055 +workers = 4 + +[database] +host = db-replica.us-east-1.internal +port = 5432 +max_connections = 64 +pool_timeout = 28 + +[cache] +backend = redis +max_connections = 2 +ttl = 960 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/shipping-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/shipping-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..b5d74ba91a420017e5cff0bb85a4928993a77ecb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/dev/us-east-1/shipping-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.150.113.99 +port = 8520 +workers = 7 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 124 +pool_timeout = 9 + +[cache] +backend = redis +max_connections = 20 +ttl = 1260 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..354ca0005222522d49d39aa45f98b3e98d8ed910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.178.169.91 +port = 8143 +workers = 5 + +[database] +host = db-primary.ap-southeast-2.internal +port = 5432 +max_connections = 27 +pool_timeout = 6 + +[cache] +backend = redis +max_connections = 11 +ttl = 180 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/ledger-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/ledger-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..85d9e3addf93f6eb01aa3ca330983494dd74a74d --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/ledger-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.51.93.191 +port = 8452 +workers = 7 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 196 +pool_timeout = 24 + +[cache] +backend = redis +max_connections = 12 +ttl = 540 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/users-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/users-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..2e3faf849280352b6015dbad0d780a0327b26a83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/users-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.142.247.70 +port = 8185 +workers = 4 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 199 +pool_timeout = 20 + +[cache] +backend = redis +max_connections = 16 +ttl = 720 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/webhook-dispatcher.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/webhook-dispatcher.conf new file mode 100644 index 0000000000000000000000000000000000000000..10018739b786a31a19c9a18a6694501dbaf613c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/ap-southeast-2/webhook-dispatcher.conf @@ -0,0 +1,15 @@ +[server] +host = 10.96.252.186 +port = 8447 +workers = 5 + +[database] +host = db-replica.ap-southeast-2.internal +port = 5432 +max_connections = 213 +pool_timeout = 27 + +[cache] +backend = redis +max_connections = 4 +ttl = 480 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/inventory-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/inventory-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..db485a82a393cc54c6259e2c4e225252f4e75c60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/inventory-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.109.215.122 +port = 8644 +workers = 6 + +[database] +host = db-replica.eu-central-1.internal +port = 5432 +max_connections = 145 +pool_timeout = 17 + +[cache] +backend = redis +max_connections = 14 +ttl = 1500 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/search-indexer.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/search-indexer.conf new file mode 100644 index 0000000000000000000000000000000000000000..a3a807436d062121213aec8ac2f3a887acc907dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/search-indexer.conf @@ -0,0 +1,15 @@ +[server] +host = 10.109.67.161 +port = 8275 +workers = 3 + +[database] +host = db-replica.eu-central-1.internal +port = 5432 +max_connections = 236 +pool_timeout = 22 + +[cache] +backend = redis +max_connections = 19 +ttl = 900 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/shipping-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/shipping-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..627e1fdfcd21fd47bbcb9d18beb290c1f4def0d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/eu-central-1/shipping-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.72.251.104 +port = 8159 +workers = 3 + +[database] +host = db-primary.eu-central-1.internal +port = 5432 +max_connections = 47 +pool_timeout = 15 + +[cache] +backend = redis +max_connections = 30 +ttl = 1140 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..adc42ab966b5ded88df845c5db69b98e29ae0a60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.52.169.236 +port = 8002 +workers = 5 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 237 +pool_timeout = 8 + +[cache] +backend = redis +max_connections = 10 +ttl = 600 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/checkout-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/checkout-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..e29de4541fcc54f4860da55a2ff90b20ae5e2a77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/checkout-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.110.48.214 +port = 8116 +workers = 4 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 218 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 2 +ttl = 600 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/email-worker.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/email-worker.conf new file mode 100644 index 0000000000000000000000000000000000000000..d37d81ccfeaedc1abf309f1d93c1df26c3c20ad7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/email-worker.conf @@ -0,0 +1,15 @@ +[server] +host = 10.64.11.34 +port = 8556 +workers = 7 + +[database] +host = db-replica.us-east-1.internal +port = 5432 +max_connections = 62 +pool_timeout = 26 + +[cache] +backend = redis +max_connections = 27 +ttl = 1680 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/reporting-etl.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/reporting-etl.conf new file mode 100644 index 0000000000000000000000000000000000000000..1df98b819aab7543c93d3495a4f9deb9782566ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/prod/us-east-1/reporting-etl.conf @@ -0,0 +1,15 @@ +[server] +host = 10.33.48.245 +port = 8506 +workers = 6 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 195 +pool_timeout = 22 + +[cache] +backend = redis +max_connections = 13 +ttl = 1800 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/eu-west-1/gateway-edge.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/eu-west-1/gateway-edge.conf new file mode 100644 index 0000000000000000000000000000000000000000..edbd5b0e39383f551c61186f2a3756f5c1005348 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/eu-west-1/gateway-edge.conf @@ -0,0 +1,15 @@ +[server] +host = 10.172.166.62 +port = 8781 +workers = 8 + +[database] +host = db-primary.eu-west-1.internal +port = 5432 +max_connections = 213 +pool_timeout = 13 + +[cache] +backend = redis +max_connections = 18 +ttl = 1080 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/eu-west-1/users-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/eu-west-1/users-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..e8354686520fe6d7697fed71cf780367b308b2e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/eu-west-1/users-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.85.17.166 +port = 8005 +workers = 6 + +[database] +host = db-primary.eu-west-1.internal +port = 5432 +max_connections = 81 +pool_timeout = 26 + +[cache] +backend = redis +max_connections = 23 +ttl = 1320 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/billing-svc.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/billing-svc.conf new file mode 100644 index 0000000000000000000000000000000000000000..8d63045f19e6aa24c51d1a25e0b71363b041747a --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/billing-svc.conf @@ -0,0 +1,15 @@ +[server] +host = 10.243.208.130 +port = 8862 +workers = 7 + +[database] +host = db-primary.sa-east-1.internal +port = 5432 +max_connections = 46 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 30 +ttl = 1680 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/notifier-bus.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/notifier-bus.conf new file mode 100644 index 0000000000000000000000000000000000000000..a533e7819c895602d84312935fd7999fef8f99a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/notifier-bus.conf @@ -0,0 +1,15 @@ +[server] +host = 10.234.227.226 +port = 8576 +workers = 3 + +[database] +host = db-primary.sa-east-1.internal +port = 5432 +max_connections = 47 +pool_timeout = 19 + +[cache] +backend = redis +max_connections = 4 +ttl = 240 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/webhook-dispatcher.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/webhook-dispatcher.conf new file mode 100644 index 0000000000000000000000000000000000000000..93c90c45de3bfc48cd78b1e8e370a130e3cd4bb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/sa-east-1/webhook-dispatcher.conf @@ -0,0 +1,15 @@ +[server] +host = 10.102.172.135 +port = 8540 +workers = 2 + +[database] +host = db-replica.sa-east-1.internal +port = 5432 +max_connections = 252 +pool_timeout = 10 + +[cache] +backend = redis +max_connections = 10 +ttl = 720 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/us-east-1/catalog-api.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/us-east-1/catalog-api.conf new file mode 100644 index 0000000000000000000000000000000000000000..3e1f9f3a94688b548899feb54bf286be31fefc32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/us-east-1/catalog-api.conf @@ -0,0 +1,15 @@ +[server] +host = 10.191.212.25 +port = 8353 +workers = 4 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 217 +pool_timeout = 30 + +[cache] +backend = redis +max_connections = 20 +ttl = 1320 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/us-east-1/gateway-edge.conf b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/us-east-1/gateway-edge.conf new file mode 100644 index 0000000000000000000000000000000000000000..da96d588cbe7bdf2a1a5ce894254e323cad35f35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/configs/staging/us-east-1/gateway-edge.conf @@ -0,0 +1,15 @@ +[server] +host = 10.161.182.199 +port = 8917 +workers = 6 + +[database] +host = db-primary.us-east-1.internal +port = 5432 +max_connections = 126 +pool_timeout = 18 + +[cache] +backend = redis +max_connections = 9 +ttl = 660 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_6fd25ab6e8/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/admin.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/admin.env new file mode 100644 index 0000000000000000000000000000000000000000..7fd6f45546d8b3283c835293fba0c18e7ffc917f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/admin.env @@ -0,0 +1,6 @@ +app_name=admin-default +app_port=8590 +db_url=postgres://db/admin +redis_url=redis://cache/admin +log_level=WARN +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/base.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/base.env new file mode 100644 index 0000000000000000000000000000000000000000..8022b033470a8efa9992532e4494dd751013822e --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/base.env @@ -0,0 +1,6 @@ +app_name=base-default +app_port=7680 +db_url=postgres://db/base +redis_url=redis://cache/base +log_level=DEBUG +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/batch.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/batch.env new file mode 100644 index 0000000000000000000000000000000000000000..b375e11678b006f2a3bef8dfe39efaf306c64083 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/batch.env @@ -0,0 +1,6 @@ +app_name=batch-default +app_port=8865 +db_url=postgres://db/batch +redis_url=redis://cache/batch +log_level=INFO +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/cron.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/cron.env new file mode 100644 index 0000000000000000000000000000000000000000..9a93f3add12be9fee1d9b78163e8af999d089f23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/cron.env @@ -0,0 +1,6 @@ +app_name=cron-default +app_port=8977 +db_url=postgres://db/cron +redis_url=redis://cache/cron +log_level=WARN +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/web.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/web.env new file mode 100644 index 0000000000000000000000000000000000000000..60e3cd4f4ee4da375cf089d01b4cf29599d50d88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/web.env @@ -0,0 +1,6 @@ +app_name=web-default +app_port=7386 +db_url=postgres://db/web +redis_url=redis://cache/web +log_level=DEBUG +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/worker.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/worker.env new file mode 100644 index 0000000000000000000000000000000000000000..5ed3c33b9802fc71551e56d8b0e9286989fb3ceb --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/default/worker.env @@ -0,0 +1,6 @@ +app_name=worker-default +app_port=8588 +db_url=postgres://db/worker +redis_url=redis://cache/worker +log_level=WARN +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/admin.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/admin.env new file mode 100644 index 0000000000000000000000000000000000000000..d060ffd49682bcae72b7ae368cd7ccdd9e997cc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/admin.env @@ -0,0 +1,6 @@ +app_name=admin-prod +app_port=8426 +db_url=postgres://db/admin +redis_url=redis://cache/admin +log_level=WARN +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/base.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/base.env new file mode 100644 index 0000000000000000000000000000000000000000..856ad1180f9e19b3030d93e3f9bd6b60ca5ee83c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/base.env @@ -0,0 +1,6 @@ +app_name=base-prod +app_port=8655 +db_url=postgres://db/base +redis_url=redis://cache/base +log_level=WARN +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/batch.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/batch.env new file mode 100644 index 0000000000000000000000000000000000000000..1b8043b645476ce73ba1f81967975421d0c45367 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/batch.env @@ -0,0 +1,6 @@ +app_name=batch-prod +app_port=8864 +db_url=postgres://db/batch +redis_url=redis://cache/batch +log_level=WARN +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/cron.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/cron.env new file mode 100644 index 0000000000000000000000000000000000000000..9790f2287b001801a209b486e7a5be89360a616c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/cron.env @@ -0,0 +1,6 @@ +app_name=cron-prod +app_port=8601 +db_url=postgres://db/cron +redis_url=redis://cache/cron +log_level=WARN +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/web.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/web.env new file mode 100644 index 0000000000000000000000000000000000000000..267eefa2dbcf3951a43e921f2c701546b08c69cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/web.env @@ -0,0 +1,6 @@ +app_name=web-prod +app_port=8064 +db_url=postgres://db/web +redis_url=redis://cache/web +log_level=DEBUG +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/worker.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/worker.env new file mode 100644 index 0000000000000000000000000000000000000000..ce5b2bbf518c64a90450e4c792aeaa003318269a --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/prod/worker.env @@ -0,0 +1,6 @@ +app_name=worker-prod +app_port=8514 +db_url=postgres://db/worker +redis_url=redis://cache/worker +log_level=INFO +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/admin.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/admin.env new file mode 100644 index 0000000000000000000000000000000000000000..04028b2942bb48f2b87625797be3ee96206296ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/admin.env @@ -0,0 +1,6 @@ +app_name=admin-staging +app_port=8997 +db_url=postgres://db/admin +redis_url=redis://cache/admin +log_level=WARN +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/base.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/base.env new file mode 100644 index 0000000000000000000000000000000000000000..e228ddac2ebe13c22f26fd2d45f857a77d7fc2f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/base.env @@ -0,0 +1,6 @@ +app_name=base-staging +app_port=7724 +db_url=postgres://db/base +redis_url=redis://cache/base +log_level=WARN +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/batch.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/batch.env new file mode 100644 index 0000000000000000000000000000000000000000..9551bc2f2df8bfcccb84f93dcf2c36a889af31de --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/batch.env @@ -0,0 +1,6 @@ +app_name=batch-staging +app_port=7537 +db_url=postgres://db/batch +redis_url=redis://cache/batch +log_level=INFO +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/cron.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/cron.env new file mode 100644 index 0000000000000000000000000000000000000000..902bbee5cc961e63ff80149ed8da9d4b394d4d79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/cron.env @@ -0,0 +1,6 @@ +app_name=cron-staging +app_port=7868 +db_url=postgres://db/cron +redis_url=redis://cache/cron +log_level=INFO +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/web.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/web.env new file mode 100644 index 0000000000000000000000000000000000000000..098c416467d02127a7522fbf5b4bf7ac15b892ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/web.env @@ -0,0 +1,6 @@ +app_name=web-staging +app_port=7570 +db_url=postgres://db/web +redis_url=redis://cache/web +log_level=DEBUG +feature_x=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/worker.env b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/worker.env new file mode 100644 index 0000000000000000000000000000000000000000..5df9b488f544202bd28a56bfc00359b3fbf4fe0c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/dotfiles/staging/worker.env @@ -0,0 +1,6 @@ +app_name=worker-staging +app_port=7140 +db_url=postgres://db/worker +redis_url=redis://cache/worker +log_level=WARN +feature_x=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/admin.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/admin.env new file mode 100644 index 0000000000000000000000000000000000000000..fe4cf12336e871e4b9e6e9be51b34867c192be7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/admin.env @@ -0,0 +1,6 @@ +APP_NAME=admin-default +APP_PORT=8590 +DB_URL=postgres://db/admin +REDIS_URL=redis://cache/admin +LOG_LEVEL=WARN +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/base.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/base.env new file mode 100644 index 0000000000000000000000000000000000000000..209a365978494085a0815bde590bf97d2e59e457 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/base.env @@ -0,0 +1,6 @@ +APP_NAME=base-default +APP_PORT=7680 +DB_URL=postgres://db/base +REDIS_URL=redis://cache/base +LOG_LEVEL=DEBUG +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/batch.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/batch.env new file mode 100644 index 0000000000000000000000000000000000000000..95aa48d0195489c4c3cf735d67ddd66f45a54845 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/batch.env @@ -0,0 +1,6 @@ +APP_NAME=batch-default +APP_PORT=8865 +DB_URL=postgres://db/batch +REDIS_URL=redis://cache/batch +LOG_LEVEL=INFO +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/cron.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/cron.env new file mode 100644 index 0000000000000000000000000000000000000000..b7c7e97fe58bc27c93307584df5ca932c56898ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/cron.env @@ -0,0 +1,6 @@ +APP_NAME=cron-default +APP_PORT=8977 +DB_URL=postgres://db/cron +REDIS_URL=redis://cache/cron +LOG_LEVEL=WARN +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/web.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/web.env new file mode 100644 index 0000000000000000000000000000000000000000..be43aebe447e53e928b66edb340cbbe50f2293c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/web.env @@ -0,0 +1,6 @@ +APP_NAME=web-default +APP_PORT=7386 +DB_URL=postgres://db/web +REDIS_URL=redis://cache/web +LOG_LEVEL=DEBUG +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/worker.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/worker.env new file mode 100644 index 0000000000000000000000000000000000000000..9125b17f2c25664d723bba09b213750f70db792d --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/default/worker.env @@ -0,0 +1,6 @@ +APP_NAME=worker-default +APP_PORT=8588 +DB_URL=postgres://db/worker +REDIS_URL=redis://cache/worker +LOG_LEVEL=WARN +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/admin.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/admin.env new file mode 100644 index 0000000000000000000000000000000000000000..d90c8750178a40de5091b2ec0febf2e71d2ea68e --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/admin.env @@ -0,0 +1,6 @@ +APP_NAME=admin-prod +APP_PORT=8426 +DB_URL=postgres://db/admin +REDIS_URL=redis://cache/admin +LOG_LEVEL=WARN +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/base.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/base.env new file mode 100644 index 0000000000000000000000000000000000000000..1067d394ca238fd9f3e84d5541e2730c7e797dd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/base.env @@ -0,0 +1,6 @@ +APP_NAME=base-prod +APP_PORT=8655 +DB_URL=postgres://db/base +REDIS_URL=redis://cache/base +LOG_LEVEL=WARN +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/batch.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/batch.env new file mode 100644 index 0000000000000000000000000000000000000000..4b05ee7205baa4f4bff8bd8da72aef1a8a80efff --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/batch.env @@ -0,0 +1,6 @@ +APP_NAME=batch-prod +APP_PORT=8864 +DB_URL=postgres://db/batch +REDIS_URL=redis://cache/batch +LOG_LEVEL=WARN +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/cron.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/cron.env new file mode 100644 index 0000000000000000000000000000000000000000..341bdf443d680eb57931307eed585c947363e1de --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/cron.env @@ -0,0 +1,6 @@ +APP_NAME=cron-prod +APP_PORT=8601 +DB_URL=postgres://db/cron +REDIS_URL=redis://cache/cron +LOG_LEVEL=WARN +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/web.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/web.env new file mode 100644 index 0000000000000000000000000000000000000000..f8652231198bb3917c222d6cd8878094d7d8d9a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/web.env @@ -0,0 +1,6 @@ +APP_NAME=web-prod +APP_PORT=8064 +DB_URL=postgres://db/web +REDIS_URL=redis://cache/web +LOG_LEVEL=DEBUG +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/worker.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/worker.env new file mode 100644 index 0000000000000000000000000000000000000000..70ab2ddd7caf56a5c688aa05f2f77f75e9c74811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/prod/worker.env @@ -0,0 +1,6 @@ +APP_NAME=worker-prod +APP_PORT=8514 +DB_URL=postgres://db/worker +REDIS_URL=redis://cache/worker +LOG_LEVEL=INFO +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/admin.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/admin.env new file mode 100644 index 0000000000000000000000000000000000000000..bcb3d1cce9fbe8cd523999c554dff78dd2fb5b58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/admin.env @@ -0,0 +1,6 @@ +APP_NAME=admin-staging +APP_PORT=8997 +DB_URL=postgres://db/admin +REDIS_URL=redis://cache/admin +LOG_LEVEL=WARN +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/base.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/base.env new file mode 100644 index 0000000000000000000000000000000000000000..9a137ac67b7dfbe22d7dddf2879fbfca80951c08 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/base.env @@ -0,0 +1,6 @@ +APP_NAME=base-staging +APP_PORT=7724 +DB_URL=postgres://db/base +REDIS_URL=redis://cache/base +LOG_LEVEL=WARN +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/batch.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/batch.env new file mode 100644 index 0000000000000000000000000000000000000000..62a899d7492f190c519e1302259234d65bc3e165 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/batch.env @@ -0,0 +1,6 @@ +APP_NAME=batch-staging +APP_PORT=7537 +DB_URL=postgres://db/batch +REDIS_URL=redis://cache/batch +LOG_LEVEL=INFO +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/cron.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/cron.env new file mode 100644 index 0000000000000000000000000000000000000000..ae7130bcde866ab9c84a3616b3cc0914337a21c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/cron.env @@ -0,0 +1,6 @@ +APP_NAME=cron-staging +APP_PORT=7868 +DB_URL=postgres://db/cron +REDIS_URL=redis://cache/cron +LOG_LEVEL=INFO +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/web.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/web.env new file mode 100644 index 0000000000000000000000000000000000000000..dd41d1f4dbd29291039d4d901457f2a129461cea --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/web.env @@ -0,0 +1,6 @@ +APP_NAME=web-staging +APP_PORT=7570 +DB_URL=postgres://db/web +REDIS_URL=redis://cache/web +LOG_LEVEL=DEBUG +FEATURE_X=off diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/worker.env b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/worker.env new file mode 100644 index 0000000000000000000000000000000000000000..70e6c611815ac493a16b1d5d8724491e7f97260a --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/dotfiles/staging/worker.env @@ -0,0 +1,6 @@ +APP_NAME=worker-staging +APP_PORT=7140 +DB_URL=postgres://db/worker +REDIS_URL=redis://cache/worker +LOG_LEVEL=WARN +FEATURE_X=on diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_70ec2870c7/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/reports/outliers.tsv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/reports/outliers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ca29c5c1895c975cfcf9a42ad0321b372bee40ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/reports/outliers.tsv @@ -0,0 +1,5 @@ +st-01 28 +st-02 25 +st-03 32 +st-04 32 +st-05 30 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..500219aee1176fb8d40115677a797ade8974c682 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-01.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,-39.07,1012.4 +T0001,28.37,1019.6 +T0002,4.5,1027.8 +T0003,17.58,1010.8 +T0004,-29.48,1007.7 +T0005,30.08,996.3 +T0006,20.48,1010.3 +T0007,16.17,1008.1 +T0008,41.17,1001.6 +T0009,31.63,1024.6 +T0010,4.75,1028.5 +T0011,14.56,1009.3 +T0012,6.81,1017.0 +T0013,16.93,1011.8 +T0014,26.31,998.9 +T0015,-22.03,1022.1 +T0016,52.94,1027.4 +T0017,1.55,1009.9 +T0018,10.93,993.7 +T0019,6.84,997.9 +T0020,6.12,999.8 +T0021,20.96,1016.1 +T0022,46.55,1029.4 +T0023,34.27,1004.6 +T0024,22.45,1014.7 +T0025,50.74,1005.4 +T0026,25.03,1011.7 +T0027,30.25,1013.0 +T0028,15.12,1003.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..76b54a75258a0e54e4149b8ee8c43919ea838145 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-02.csv @@ -0,0 +1,21 @@ +ts,temp,pressure +T0000,19.89,1025.3 +T0001,14.06,1028.1 +T0002,7.25,992.8 +T0003,21.88,1011.2 +T0004,9.69,1005.2 +T0005,53.68,1004.6 +T0006,-28.88,1006.4 +T0007,13.69,998.4 +T0008,12.98,1022.3 +T0009,-30.37,1029.2 +T0010,52.14,1024.4 +T0011,19.36,997.8 +T0012,28.16,1004.8 +T0013,9.45,1015.2 +T0014,11.97,990.0 +T0015,6.5,1029.8 +T0016,21.52,996.0 +T0017,23.42,999.9 +T0018,14.17,997.9 +T0019,25.09,1021.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2316a7d48e3b528ab709f7e234523615f72aad30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-03.csv @@ -0,0 +1,26 @@ +ts,temp,pressure +T0000,27.03,1001.6 +T0001,15.28,1002.3 +T0002,7.37,1015.3 +T0003,30.02,996.6 +T0004,20.5,992.0 +T0005,45.53,1001.9 +T0006,5.81,1027.5 +T0007,27.16,1021.4 +T0008,-34.71,1019.4 +T0009,0.6,992.2 +T0010,50.76,1026.4 +T0011,51.52,1011.5 +T0012,18.56,998.8 +T0013,47.32,992.3 +T0014,2.55,1000.2 +T0015,50.58,999.6 +T0016,53.42,999.3 +T0017,15.03,992.6 +T0018,54.79,1000.4 +T0019,26.17,995.3 +T0020,20.68,1005.9 +T0021,17.29,1000.2 +T0022,6.58,1009.6 +T0023,0.46,1029.6 +T0024,12.69,997.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..d1d24b29c00d4861c4e53100fdbf40860267c4d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-04.csv @@ -0,0 +1,27 @@ +ts,temp,pressure +T0000,23.18,1015.9 +T0001,44.76,993.5 +T0002,29.23,1029.1 +T0003,1.17,1001.8 +T0004,23.14,1001.3 +T0005,29.41,996.3 +T0006,48.99,1024.2 +T0007,20.39,1001.3 +T0008,24.39,1016.4 +T0009,17.27,1004.9 +T0010,7.74,995.9 +T0011,29.44,1020.9 +T0012,8.34,1028.6 +T0013,19.29,1027.3 +T0014,9.43,1011.6 +T0015,9.08,1001.6 +T0016,18.65,996.6 +T0017,30.86,998.3 +T0018,11.83,1026.4 +T0019,52.68,1004.6 +T0020,29.36,1014.9 +T0021,24.09,1016.7 +T0022,-25.76,1019.2 +T0023,5.46,1008.6 +T0024,19.17,1004.2 +T0025,34.29,1017.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..8849d65db37cbfdc5a47c8127d97545a2ac41093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-05.csv @@ -0,0 +1,25 @@ +ts,temp,pressure +T0000,26.69,993.2 +T0001,13.5,990.9 +T0002,4.0,1005.0 +T0003,1.53,1013.8 +T0004,26.62,991.0 +T0005,19.95,1026.1 +T0006,3.17,1000.7 +T0007,19.54,1020.3 +T0008,29.56,1011.9 +T0009,-27.87,992.1 +T0010,6.75,994.9 +T0011,11.77,1006.6 +T0012,22.62,1000.3 +T0013,45.34,997.7 +T0014,32.88,1011.1 +T0015,42.19,1027.2 +T0016,19.13,1005.9 +T0017,20.07,997.7 +T0018,21.1,1027.6 +T0019,17.99,1024.3 +T0020,22.7,1012.7 +T0021,8.26,1011.8 +T0022,11.41,1007.2 +T0023,8.24,1020.4 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c53b9ad3853ecab81523b0c325a53bd5c920914 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-01/2024-04-06.csv @@ -0,0 +1,29 @@ +ts,temp,pressure +T0000,19.88,1017.2 +T0001,43.55,996.2 +T0002,24.32,992.8 +T0003,11.6,1023.2 +T0004,21.35,1015.4 +T0005,1.32,1014.4 +T0006,7.36,1017.2 +T0007,27.06,1023.9 +T0008,15.5,997.0 +T0009,2.95,1015.2 +T0010,12.33,1008.9 +T0011,5.73,1011.1 +T0012,25.48,996.0 +T0013,33.0,1023.6 +T0014,9.78,1011.1 +T0015,-25.28,1006.2 +T0016,32.59,1023.0 +T0017,7.52,1023.6 +T0018,17.2,1026.6 +T0019,6.26,1004.1 +T0020,25.72,999.6 +T0021,14.38,998.8 +T0022,26.47,1004.7 +T0023,11.18,1014.9 +T0024,25.29,1020.1 +T0025,11.58,1005.8 +T0026,14.74,1003.9 +T0027,32.75,1004.3 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..1be69ec34bad00b621cbee89a00a90bd2e6d01d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-01.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,21.34,1011.8 +T0001,20.5,994.6 +T0002,2.0,991.2 +T0003,25.79,1010.6 +T0004,19.57,1020.8 +T0005,31.86,1015.5 +T0006,12.93,1009.0 +T0007,7.89,1008.5 +T0008,-24.16,1014.0 +T0009,18.45,1028.3 +T0010,44.97,1020.1 +T0011,23.07,1010.0 +T0012,19.33,1026.6 +T0013,20.42,1016.3 +T0014,25.04,1007.3 +T0015,24.86,990.1 +T0016,28.62,1011.4 +T0017,0.43,1006.4 +T0018,5.66,995.7 +T0019,33.95,1015.2 +T0020,5.16,1018.4 +T0021,18.81,1003.5 +T0022,21.39,1007.8 +T0023,2.81,1026.4 +T0024,-21.54,1017.0 +T0025,34.43,1000.3 +T0026,26.39,1000.0 +T0027,42.79,1007.5 +T0028,0.66,1008.2 +T0029,21.89,1009.1 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..f036ea37817d4d4b5d5f05b2735a4d5c0fda1a1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-02.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,32.18,1023.5 +T0001,16.57,1018.4 +T0002,31.35,1001.4 +T0003,13.21,1013.7 +T0004,11.09,1012.9 +T0005,9.81,1011.5 +T0006,-36.44,1021.9 +T0007,43.92,1004.0 +T0008,25.85,995.5 +T0009,2.7,996.6 +T0010,13.73,1012.2 +T0011,34.36,1003.2 +T0012,16.43,1006.9 +T0013,2.61,1025.9 +T0014,17.77,1028.8 +T0015,17.85,1029.7 +T0016,21.79,1028.9 +T0017,25.65,998.1 +T0018,-39.09,1026.6 +T0019,29.24,997.9 +T0020,23.32,1005.7 +T0021,21.7,1028.2 +T0022,-24.56,1005.8 +T0023,26.02,1026.0 +T0024,7.04,997.7 +T0025,27.81,1004.5 +T0026,4.95,1015.5 +T0027,30.49,1010.2 +T0028,27.77,1003.8 +T0029,-30.19,996.3 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ed64f37eac2ac9720e87bbd90cae07a0cb0cb70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-03.csv @@ -0,0 +1,25 @@ +ts,temp,pressure +T0000,11.52,1005.9 +T0001,-28.06,995.7 +T0002,27.64,1024.3 +T0003,7.72,999.9 +T0004,25.9,1025.8 +T0005,17.18,1017.6 +T0006,23.96,1014.8 +T0007,34.99,1025.6 +T0008,18.99,1023.4 +T0009,13.81,1014.7 +T0010,11.48,1013.1 +T0011,13.91,1004.5 +T0012,21.98,1008.3 +T0013,9.11,1003.7 +T0014,23.42,1021.5 +T0015,0.93,1028.6 +T0016,23.46,992.1 +T0017,8.55,1016.8 +T0018,29.78,1006.8 +T0019,30.45,1020.3 +T0020,41.78,1008.4 +T0021,30.38,1017.8 +T0022,34.11,994.6 +T0023,29.74,1018.9 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..3d5e0a9968ceb61cbe867c470165b8a63ee60837 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-04.csv @@ -0,0 +1,21 @@ +ts,temp,pressure +T0000,12.55,1010.3 +T0001,13.65,993.5 +T0002,3.06,1014.2 +T0003,2.1,1005.4 +T0004,33.7,1022.7 +T0005,26.94,1005.9 +T0006,19.97,1016.7 +T0007,24.22,995.7 +T0008,-33.32,1012.7 +T0009,15.82,1004.5 +T0010,-23.27,1021.8 +T0011,13.46,1024.1 +T0012,21.06,1015.3 +T0013,50.98,1014.2 +T0014,23.1,995.7 +T0015,21.28,1022.8 +T0016,26.34,1014.2 +T0017,24.83,1014.5 +T0018,2.93,1019.7 +T0019,18.71,1026.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..d29a97bb5c09c6d6fed213ab55fbab3244e020c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-05.csv @@ -0,0 +1,29 @@ +ts,temp,pressure +T0000,8.3,1007.1 +T0001,28.16,1017.5 +T0002,27.04,1003.4 +T0003,34.4,1002.5 +T0004,10.94,1009.5 +T0005,10.66,992.7 +T0006,14.13,1016.3 +T0007,26.62,996.8 +T0008,-26.68,994.7 +T0009,0.64,1013.2 +T0010,21.67,999.2 +T0011,17.79,1026.9 +T0012,25.9,1011.7 +T0013,31.03,1020.2 +T0014,5.34,990.9 +T0015,1.23,1029.4 +T0016,-35.69,990.5 +T0017,51.55,1004.5 +T0018,-33.93,1010.7 +T0019,9.52,1018.4 +T0020,25.73,1020.1 +T0021,20.83,1019.5 +T0022,15.53,1028.9 +T0023,17.32,1000.7 +T0024,24.51,1013.2 +T0025,0.27,997.2 +T0026,32.54,995.0 +T0027,13.91,993.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..425a4913f789e2e96d3e5ca03f5a9676772077bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-02/2024-04-06.csv @@ -0,0 +1,27 @@ +ts,temp,pressure +T0000,-30.38,1024.8 +T0001,25.18,1010.8 +T0002,-29.26,1008.1 +T0003,-27.63,991.7 +T0004,17.67,998.8 +T0005,26.32,1016.2 +T0006,5.24,1012.6 +T0007,-25.66,1017.9 +T0008,20.39,994.5 +T0009,29.2,1028.4 +T0010,23.92,1023.8 +T0011,47.56,1030.0 +T0012,32.77,1021.1 +T0013,21.19,1006.9 +T0014,26.47,1029.8 +T0015,17.52,998.8 +T0016,29.49,1011.1 +T0017,15.52,1009.4 +T0018,20.43,993.1 +T0019,45.92,1013.9 +T0020,14.1,1009.6 +T0021,22.18,1002.3 +T0022,2.04,1024.7 +T0023,44.8,1017.6 +T0024,18.98,1003.4 +T0025,19.99,1017.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..51c0e2c92eb66b3b67cd0f5b297f1df482374c36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-01.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,7.47,1011.0 +T0001,51.39,1013.9 +T0002,27.13,998.1 +T0003,-30.11,1016.5 +T0004,34.78,1018.7 +T0005,28.63,1015.4 +T0006,31.12,1017.8 +T0007,23.82,1014.2 +T0008,1.83,991.4 +T0009,9.43,994.0 +T0010,15.95,992.9 +T0011,17.35,994.2 +T0012,30.25,993.4 +T0013,44.58,1023.7 +T0014,21.03,1011.4 +T0015,8.85,1006.5 +T0016,26.18,998.1 +T0017,28.53,1019.5 +T0018,3.57,1019.3 +T0019,14.79,995.8 +T0020,15.34,1014.0 +T0021,23.88,992.0 +T0022,29.35,1028.5 +T0023,4.96,1013.5 +T0024,19.21,1004.2 +T0025,8.7,1013.4 +T0026,16.29,1022.2 +T0027,28.78,1023.1 +T0028,54.71,1005.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..75756b3248a5bea906f58a836b7fbc2a4642ef21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-02.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,15.19,1010.0 +T0001,11.19,999.4 +T0002,-24.0,991.2 +T0003,6.25,996.4 +T0004,5.3,990.6 +T0005,2.9,990.2 +T0006,32.09,1002.5 +T0007,0.13,991.7 +T0008,9.24,1018.8 +T0009,9.25,1006.6 +T0010,17.68,995.1 +T0011,33.66,1009.4 +T0012,-32.74,997.9 +T0013,18.11,991.5 +T0014,7.03,1003.8 +T0015,22.13,1015.0 +T0016,15.4,1029.8 +T0017,31.11,992.0 +T0018,52.6,1017.8 +T0019,28.47,997.7 +T0020,2.33,1023.6 +T0021,17.1,1004.6 +T0022,30.96,1008.3 +T0023,12.0,1011.0 +T0024,14.55,1005.2 +T0025,30.82,998.6 +T0026,-31.37,1006.1 +T0027,-28.68,1030.0 +T0028,43.73,993.5 +T0029,18.13,1016.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..8e7c1d98752eee6be095b1ec0a61cc9ceba009ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-03.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,18.65,1007.3 +T0001,10.23,1020.6 +T0002,-35.56,1027.1 +T0003,11.95,1006.3 +T0004,18.84,1011.6 +T0005,11.82,1012.8 +T0006,3.36,996.4 +T0007,22.98,1022.9 +T0008,30.04,1021.9 +T0009,10.72,1016.2 +T0010,4.98,1003.4 +T0011,11.29,1017.2 +T0012,29.99,1006.9 +T0013,22.87,995.5 +T0014,-31.78,1001.0 +T0015,53.36,994.8 +T0016,54.49,992.7 +T0017,32.06,997.4 +T0018,26.13,1010.9 +T0019,51.56,994.6 +T0020,-36.38,1005.1 +T0021,30.22,1005.6 +T0022,25.53,1023.6 +T0023,50.97,1028.1 +T0024,4.44,1010.5 +T0025,10.11,1020.5 +T0026,12.57,1026.1 +T0027,6.23,1003.6 +T0028,21.67,1014.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..2daac01546825721e1aa23c42affbc00ab4cd953 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-04.csv @@ -0,0 +1,26 @@ +ts,temp,pressure +T0000,10.39,1018.7 +T0001,11.78,1011.2 +T0002,9.08,1005.0 +T0003,4.19,1018.7 +T0004,1.35,1028.1 +T0005,26.92,1018.5 +T0006,-29.26,1008.0 +T0007,27.83,1029.1 +T0008,11.21,1012.2 +T0009,-21.88,1018.4 +T0010,26.68,1018.1 +T0011,12.59,1014.9 +T0012,3.18,994.9 +T0013,0.66,1015.9 +T0014,34.56,1012.4 +T0015,5.7,1026.4 +T0016,-39.96,1026.9 +T0017,6.1,1004.8 +T0018,45.62,1009.5 +T0019,27.22,994.4 +T0020,30.58,1008.7 +T0021,14.1,995.0 +T0022,16.47,1021.2 +T0023,-29.95,1019.6 +T0024,30.42,1016.6 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..7ab852d430a66afd1895f733660badc2159dc3ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-05.csv @@ -0,0 +1,25 @@ +ts,temp,pressure +T0000,32.35,993.8 +T0001,26.65,1000.1 +T0002,29.18,996.6 +T0003,14.37,1025.9 +T0004,6.79,1023.5 +T0005,-23.72,1015.5 +T0006,4.21,1003.0 +T0007,6.14,1009.9 +T0008,49.9,993.2 +T0009,20.98,1017.8 +T0010,53.72,1004.1 +T0011,52.58,1008.6 +T0012,31.06,1001.3 +T0013,12.24,1023.6 +T0014,31.21,1001.9 +T0015,6.55,997.2 +T0016,-38.56,1016.1 +T0017,4.71,1020.4 +T0018,-23.24,1022.3 +T0019,13.79,991.1 +T0020,22.49,1010.7 +T0021,0.79,1010.3 +T0022,27.02,1029.6 +T0023,19.59,994.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea3783e8eb4d8d88b112441db76d22c3f58da3f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-03/2024-04-06.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,5.79,1021.2 +T0001,18.73,1010.0 +T0002,29.72,1000.2 +T0003,3.49,1009.0 +T0004,2.79,1029.5 +T0005,16.3,997.3 +T0006,28.01,1003.8 +T0007,-21.8,1019.6 +T0008,-38.65,1017.3 +T0009,-24.89,1023.8 +T0010,17.44,1029.9 +T0011,32.91,1026.5 +T0012,32.89,1015.9 +T0013,26.8,1009.6 +T0014,7.25,1002.5 +T0015,0.53,991.5 +T0016,30.34,998.7 +T0017,2.38,1002.2 +T0018,6.58,1014.1 +T0019,-22.47,1014.4 +T0020,31.78,1022.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..98ee84e854a472029412028ffa6544bdc50f9a01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-01.csv @@ -0,0 +1,23 @@ +ts,temp,pressure +T0000,28.61,995.2 +T0001,51.21,990.4 +T0002,46.38,996.8 +T0003,9.65,1015.7 +T0004,13.25,990.3 +T0005,44.39,1018.1 +T0006,4.47,1009.3 +T0007,23.61,992.6 +T0008,20.68,1002.1 +T0009,2.71,1028.3 +T0010,2.84,1018.0 +T0011,-39.01,994.0 +T0012,30.89,1004.3 +T0013,7.06,997.2 +T0014,34.52,1020.1 +T0015,30.91,998.7 +T0016,2.96,999.2 +T0017,15.51,1024.2 +T0018,50.14,1029.0 +T0019,12.46,1008.1 +T0020,12.21,990.9 +T0021,4.29,1016.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..2249f93c763b39af1587c6e4423eb34bd833bb31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-02.csv @@ -0,0 +1,27 @@ +ts,temp,pressure +T0000,9.21,999.6 +T0001,29.5,1004.6 +T0002,3.5,1001.4 +T0003,-34.75,1008.5 +T0004,22.43,991.5 +T0005,0.28,1017.2 +T0006,15.21,997.1 +T0007,44.46,1002.9 +T0008,29.12,997.8 +T0009,27.15,1009.7 +T0010,24.93,1029.1 +T0011,1.2,1000.7 +T0012,49.86,999.9 +T0013,9.73,1003.2 +T0014,53.88,1012.5 +T0015,32.77,1022.2 +T0016,8.32,1020.0 +T0017,32.52,1000.8 +T0018,-39.43,1016.5 +T0019,17.81,1026.6 +T0020,4.84,995.5 +T0021,44.19,1010.2 +T0022,23.52,1024.5 +T0023,28.92,1013.2 +T0024,54.17,1029.0 +T0025,6.97,994.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe8ab4bd444af740bf06a47ef679d3581ea339bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-03.csv @@ -0,0 +1,23 @@ +ts,temp,pressure +T0000,16.06,996.1 +T0001,31.89,991.4 +T0002,8.96,1007.6 +T0003,34.95,1027.8 +T0004,6.89,1020.9 +T0005,-29.69,1021.0 +T0006,-27.01,1025.4 +T0007,17.08,1015.5 +T0008,11.89,996.2 +T0009,14.28,1018.3 +T0010,1.14,1008.5 +T0011,16.61,1021.8 +T0012,-23.29,996.4 +T0013,16.36,1001.4 +T0014,30.33,1022.7 +T0015,10.05,1025.6 +T0016,16.85,994.4 +T0017,-22.27,991.3 +T0018,23.66,1008.9 +T0019,44.27,991.2 +T0020,33.17,1008.7 +T0021,-30.82,1010.1 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..34f8877424f48842332d01e9e24f548f1ffa91a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-04.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,5.19,1019.5 +T0001,17.8,1011.8 +T0002,7.84,1014.2 +T0003,26.81,1018.7 +T0004,13.07,1021.7 +T0005,3.57,1001.2 +T0006,5.79,1028.6 +T0007,52.94,998.4 +T0008,18.46,1011.8 +T0009,12.03,1020.2 +T0010,5.75,1013.8 +T0011,19.04,1017.8 +T0012,28.09,1002.3 +T0013,8.01,997.1 +T0014,47.64,1015.8 +T0015,32.42,990.4 +T0016,53.17,1013.1 +T0017,3.56,1018.6 +T0018,54.16,1023.4 +T0019,32.0,1025.4 +T0020,29.48,1011.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d9f31d75bc41a0a03a92614095d5e72170259a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-05.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,-32.74,999.6 +T0001,34.55,1008.9 +T0002,22.6,1023.2 +T0003,1.75,1025.7 +T0004,16.93,1009.9 +T0005,6.26,1029.0 +T0006,19.26,1013.7 +T0007,12.31,1014.5 +T0008,-24.79,1025.0 +T0009,24.93,998.4 +T0010,-27.9,1003.3 +T0011,22.43,1000.9 +T0012,25.33,1005.6 +T0013,27.87,1006.9 +T0014,12.86,1006.4 +T0015,26.52,990.7 +T0016,4.04,1002.2 +T0017,21.7,1003.2 +T0018,15.65,993.6 +T0019,24.37,992.4 +T0020,0.29,996.2 +T0021,5.55,1004.4 +T0022,6.14,1018.7 +T0023,3.27,1004.1 +T0024,3.19,1028.4 +T0025,9.69,1018.0 +T0026,29.65,1001.2 +T0027,11.98,1013.6 +T0028,24.52,1008.4 +T0029,29.53,1023.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7f3917caea44ca766f51904ac1feb914ad16401 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-04/2024-04-06.csv @@ -0,0 +1,28 @@ +ts,temp,pressure +T0000,1.01,1021.1 +T0001,11.18,992.1 +T0002,10.63,1029.6 +T0003,29.06,1022.7 +T0004,23.56,993.1 +T0005,18.5,1003.7 +T0006,20.71,998.1 +T0007,46.25,1013.9 +T0008,7.28,998.9 +T0009,13.41,1029.0 +T0010,7.7,1011.1 +T0011,33.02,1026.9 +T0012,30.48,990.0 +T0013,4.7,1003.0 +T0014,27.23,1007.0 +T0015,17.33,1005.5 +T0016,30.09,997.6 +T0017,27.96,1029.3 +T0018,23.79,1028.2 +T0019,46.7,995.8 +T0020,31.55,1002.7 +T0021,32.35,1026.8 +T0022,-28.75,992.5 +T0023,-21.48,1007.2 +T0024,44.12,1025.7 +T0025,-24.72,1020.5 +T0026,-27.74,1008.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..765d101a917553dc72e93468a4f6d47eb6740e91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-01.csv @@ -0,0 +1,21 @@ +ts,temp,pressure +T0000,15.71,1014.2 +T0001,9.43,1027.6 +T0002,33.74,1019.2 +T0003,-37.67,1018.3 +T0004,2.24,1000.2 +T0005,23.86,1001.7 +T0006,45.99,1023.0 +T0007,53.08,1009.8 +T0008,11.56,1026.5 +T0009,21.57,1012.5 +T0010,14.44,1026.6 +T0011,21.39,1009.8 +T0012,53.97,1023.1 +T0013,-33.93,1010.6 +T0014,7.84,1002.1 +T0015,20.24,1005.3 +T0016,46.6,1016.4 +T0017,4.79,996.0 +T0018,23.21,1009.2 +T0019,17.98,993.3 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..7bc682272508df58ec7fcf08b79e75bc81e30876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-02.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,-23.35,992.7 +T0001,17.91,995.1 +T0002,26.06,996.4 +T0003,22.96,1002.5 +T0004,33.33,1010.6 +T0005,15.62,993.6 +T0006,14.62,1004.7 +T0007,29.77,999.0 +T0008,32.19,1022.7 +T0009,-23.75,1026.2 +T0010,30.24,1008.0 +T0011,34.84,994.7 +T0012,27.54,1007.7 +T0013,15.85,1021.8 +T0014,-25.19,1029.0 +T0015,12.27,1011.6 +T0016,-33.93,998.7 +T0017,23.35,1026.1 +T0018,4.85,1013.0 +T0019,27.29,1017.7 +T0020,20.81,1005.4 +T0021,8.13,1004.9 +T0022,1.06,1011.2 +T0023,25.49,1011.7 +T0024,20.07,991.1 +T0025,20.65,1021.2 +T0026,21.14,1000.5 +T0027,44.22,1007.4 +T0028,27.74,1009.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..1a1b2c5049647a017bbebf57e94cfcadaa279378 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-03.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,25.08,1008.9 +T0001,7.7,1014.9 +T0002,11.96,1020.4 +T0003,14.9,1000.7 +T0004,2.36,1021.6 +T0005,2.95,998.7 +T0006,13.92,1020.1 +T0007,46.84,1016.1 +T0008,5.59,1002.8 +T0009,15.5,1011.0 +T0010,31.73,1023.6 +T0011,17.37,1025.8 +T0012,15.53,1024.2 +T0013,9.93,1022.0 +T0014,17.18,1011.9 +T0015,12.78,996.4 +T0016,-32.07,1024.9 +T0017,23.54,1018.0 +T0018,-26.37,1013.1 +T0019,4.63,1020.8 +T0020,21.63,1025.5 +T0021,22.37,1004.9 +T0022,47.47,991.0 +T0023,7.62,1010.7 +T0024,29.91,1005.4 +T0025,48.51,996.2 +T0026,18.0,1004.7 +T0027,52.02,1012.5 +T0028,23.68,990.4 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..d3a17b547e836ba259506fbffe83366a0b3a2073 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-04.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,5.74,1018.7 +T0001,-22.07,1025.0 +T0002,10.69,1014.4 +T0003,3.46,1019.5 +T0004,23.76,1011.9 +T0005,31.6,1001.1 +T0006,24.82,1013.0 +T0007,29.29,1006.5 +T0008,1.69,1002.0 +T0009,24.05,997.8 +T0010,21.55,1004.8 +T0011,9.42,992.7 +T0012,7.36,1020.4 +T0013,2.19,1011.6 +T0014,29.74,1001.6 +T0015,23.13,1019.4 +T0016,33.85,1027.0 +T0017,24.1,1023.8 +T0018,20.49,990.7 +T0019,-23.1,993.9 +T0020,20.63,997.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..12b7c7d918e990b8f9278a62f557aac5f0f8c8bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-05.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,32.3,1028.2 +T0001,4.93,1018.5 +T0002,17.62,1009.8 +T0003,14.83,1013.6 +T0004,17.46,998.5 +T0005,-33.54,995.8 +T0006,2.79,1014.5 +T0007,25.09,1024.1 +T0008,11.12,994.3 +T0009,23.44,1025.2 +T0010,22.33,1004.5 +T0011,44.68,1018.8 +T0012,45.85,1026.2 +T0013,-24.84,1000.2 +T0014,14.72,991.9 +T0015,30.49,995.7 +T0016,7.19,1010.7 +T0017,23.72,991.1 +T0018,11.68,1028.8 +T0019,25.48,1000.6 +T0020,6.98,1013.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f90b3fbd1f70d527823452c6f1bd64d1c75777a --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/observatory/sensors/st-05/2024-04-06.csv @@ -0,0 +1,28 @@ +ts,temp,pressure +T0000,13.05,992.3 +T0001,19.91,990.2 +T0002,46.44,991.7 +T0003,-38.82,1005.7 +T0004,21.72,1007.9 +T0005,7.79,994.7 +T0006,12.92,1020.1 +T0007,-26.69,995.0 +T0008,26.28,1003.7 +T0009,17.19,1013.0 +T0010,25.95,996.0 +T0011,18.92,992.4 +T0012,43.3,1019.3 +T0013,49.51,998.8 +T0014,26.08,992.8 +T0015,-29.36,1020.2 +T0016,-22.71,1018.4 +T0017,7.15,1006.3 +T0018,33.68,1009.4 +T0019,28.43,997.3 +T0020,8.79,993.0 +T0021,3.46,1005.7 +T0022,14.53,1021.2 +T0023,18.67,1024.4 +T0024,4.49,1002.9 +T0025,14.68,990.6 +T0026,25.58,1020.6 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..500219aee1176fb8d40115677a797ade8974c682 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-01.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,-39.07,1012.4 +T0001,28.37,1019.6 +T0002,4.5,1027.8 +T0003,17.58,1010.8 +T0004,-29.48,1007.7 +T0005,30.08,996.3 +T0006,20.48,1010.3 +T0007,16.17,1008.1 +T0008,41.17,1001.6 +T0009,31.63,1024.6 +T0010,4.75,1028.5 +T0011,14.56,1009.3 +T0012,6.81,1017.0 +T0013,16.93,1011.8 +T0014,26.31,998.9 +T0015,-22.03,1022.1 +T0016,52.94,1027.4 +T0017,1.55,1009.9 +T0018,10.93,993.7 +T0019,6.84,997.9 +T0020,6.12,999.8 +T0021,20.96,1016.1 +T0022,46.55,1029.4 +T0023,34.27,1004.6 +T0024,22.45,1014.7 +T0025,50.74,1005.4 +T0026,25.03,1011.7 +T0027,30.25,1013.0 +T0028,15.12,1003.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..76b54a75258a0e54e4149b8ee8c43919ea838145 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-02.csv @@ -0,0 +1,21 @@ +ts,temp,pressure +T0000,19.89,1025.3 +T0001,14.06,1028.1 +T0002,7.25,992.8 +T0003,21.88,1011.2 +T0004,9.69,1005.2 +T0005,53.68,1004.6 +T0006,-28.88,1006.4 +T0007,13.69,998.4 +T0008,12.98,1022.3 +T0009,-30.37,1029.2 +T0010,52.14,1024.4 +T0011,19.36,997.8 +T0012,28.16,1004.8 +T0013,9.45,1015.2 +T0014,11.97,990.0 +T0015,6.5,1029.8 +T0016,21.52,996.0 +T0017,23.42,999.9 +T0018,14.17,997.9 +T0019,25.09,1021.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2316a7d48e3b528ab709f7e234523615f72aad30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-03.csv @@ -0,0 +1,26 @@ +ts,temp,pressure +T0000,27.03,1001.6 +T0001,15.28,1002.3 +T0002,7.37,1015.3 +T0003,30.02,996.6 +T0004,20.5,992.0 +T0005,45.53,1001.9 +T0006,5.81,1027.5 +T0007,27.16,1021.4 +T0008,-34.71,1019.4 +T0009,0.6,992.2 +T0010,50.76,1026.4 +T0011,51.52,1011.5 +T0012,18.56,998.8 +T0013,47.32,992.3 +T0014,2.55,1000.2 +T0015,50.58,999.6 +T0016,53.42,999.3 +T0017,15.03,992.6 +T0018,54.79,1000.4 +T0019,26.17,995.3 +T0020,20.68,1005.9 +T0021,17.29,1000.2 +T0022,6.58,1009.6 +T0023,0.46,1029.6 +T0024,12.69,997.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..d1d24b29c00d4861c4e53100fdbf40860267c4d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-04.csv @@ -0,0 +1,27 @@ +ts,temp,pressure +T0000,23.18,1015.9 +T0001,44.76,993.5 +T0002,29.23,1029.1 +T0003,1.17,1001.8 +T0004,23.14,1001.3 +T0005,29.41,996.3 +T0006,48.99,1024.2 +T0007,20.39,1001.3 +T0008,24.39,1016.4 +T0009,17.27,1004.9 +T0010,7.74,995.9 +T0011,29.44,1020.9 +T0012,8.34,1028.6 +T0013,19.29,1027.3 +T0014,9.43,1011.6 +T0015,9.08,1001.6 +T0016,18.65,996.6 +T0017,30.86,998.3 +T0018,11.83,1026.4 +T0019,52.68,1004.6 +T0020,29.36,1014.9 +T0021,24.09,1016.7 +T0022,-25.76,1019.2 +T0023,5.46,1008.6 +T0024,19.17,1004.2 +T0025,34.29,1017.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..8849d65db37cbfdc5a47c8127d97545a2ac41093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-05.csv @@ -0,0 +1,25 @@ +ts,temp,pressure +T0000,26.69,993.2 +T0001,13.5,990.9 +T0002,4.0,1005.0 +T0003,1.53,1013.8 +T0004,26.62,991.0 +T0005,19.95,1026.1 +T0006,3.17,1000.7 +T0007,19.54,1020.3 +T0008,29.56,1011.9 +T0009,-27.87,992.1 +T0010,6.75,994.9 +T0011,11.77,1006.6 +T0012,22.62,1000.3 +T0013,45.34,997.7 +T0014,32.88,1011.1 +T0015,42.19,1027.2 +T0016,19.13,1005.9 +T0017,20.07,997.7 +T0018,21.1,1027.6 +T0019,17.99,1024.3 +T0020,22.7,1012.7 +T0021,8.26,1011.8 +T0022,11.41,1007.2 +T0023,8.24,1020.4 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c53b9ad3853ecab81523b0c325a53bd5c920914 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-01/2024-04-06.csv @@ -0,0 +1,29 @@ +ts,temp,pressure +T0000,19.88,1017.2 +T0001,43.55,996.2 +T0002,24.32,992.8 +T0003,11.6,1023.2 +T0004,21.35,1015.4 +T0005,1.32,1014.4 +T0006,7.36,1017.2 +T0007,27.06,1023.9 +T0008,15.5,997.0 +T0009,2.95,1015.2 +T0010,12.33,1008.9 +T0011,5.73,1011.1 +T0012,25.48,996.0 +T0013,33.0,1023.6 +T0014,9.78,1011.1 +T0015,-25.28,1006.2 +T0016,32.59,1023.0 +T0017,7.52,1023.6 +T0018,17.2,1026.6 +T0019,6.26,1004.1 +T0020,25.72,999.6 +T0021,14.38,998.8 +T0022,26.47,1004.7 +T0023,11.18,1014.9 +T0024,25.29,1020.1 +T0025,11.58,1005.8 +T0026,14.74,1003.9 +T0027,32.75,1004.3 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..1be69ec34bad00b621cbee89a00a90bd2e6d01d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-01.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,21.34,1011.8 +T0001,20.5,994.6 +T0002,2.0,991.2 +T0003,25.79,1010.6 +T0004,19.57,1020.8 +T0005,31.86,1015.5 +T0006,12.93,1009.0 +T0007,7.89,1008.5 +T0008,-24.16,1014.0 +T0009,18.45,1028.3 +T0010,44.97,1020.1 +T0011,23.07,1010.0 +T0012,19.33,1026.6 +T0013,20.42,1016.3 +T0014,25.04,1007.3 +T0015,24.86,990.1 +T0016,28.62,1011.4 +T0017,0.43,1006.4 +T0018,5.66,995.7 +T0019,33.95,1015.2 +T0020,5.16,1018.4 +T0021,18.81,1003.5 +T0022,21.39,1007.8 +T0023,2.81,1026.4 +T0024,-21.54,1017.0 +T0025,34.43,1000.3 +T0026,26.39,1000.0 +T0027,42.79,1007.5 +T0028,0.66,1008.2 +T0029,21.89,1009.1 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..f036ea37817d4d4b5d5f05b2735a4d5c0fda1a1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-02.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,32.18,1023.5 +T0001,16.57,1018.4 +T0002,31.35,1001.4 +T0003,13.21,1013.7 +T0004,11.09,1012.9 +T0005,9.81,1011.5 +T0006,-36.44,1021.9 +T0007,43.92,1004.0 +T0008,25.85,995.5 +T0009,2.7,996.6 +T0010,13.73,1012.2 +T0011,34.36,1003.2 +T0012,16.43,1006.9 +T0013,2.61,1025.9 +T0014,17.77,1028.8 +T0015,17.85,1029.7 +T0016,21.79,1028.9 +T0017,25.65,998.1 +T0018,-39.09,1026.6 +T0019,29.24,997.9 +T0020,23.32,1005.7 +T0021,21.7,1028.2 +T0022,-24.56,1005.8 +T0023,26.02,1026.0 +T0024,7.04,997.7 +T0025,27.81,1004.5 +T0026,4.95,1015.5 +T0027,30.49,1010.2 +T0028,27.77,1003.8 +T0029,-30.19,996.3 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ed64f37eac2ac9720e87bbd90cae07a0cb0cb70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-03.csv @@ -0,0 +1,25 @@ +ts,temp,pressure +T0000,11.52,1005.9 +T0001,-28.06,995.7 +T0002,27.64,1024.3 +T0003,7.72,999.9 +T0004,25.9,1025.8 +T0005,17.18,1017.6 +T0006,23.96,1014.8 +T0007,34.99,1025.6 +T0008,18.99,1023.4 +T0009,13.81,1014.7 +T0010,11.48,1013.1 +T0011,13.91,1004.5 +T0012,21.98,1008.3 +T0013,9.11,1003.7 +T0014,23.42,1021.5 +T0015,0.93,1028.6 +T0016,23.46,992.1 +T0017,8.55,1016.8 +T0018,29.78,1006.8 +T0019,30.45,1020.3 +T0020,41.78,1008.4 +T0021,30.38,1017.8 +T0022,34.11,994.6 +T0023,29.74,1018.9 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..3d5e0a9968ceb61cbe867c470165b8a63ee60837 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-04.csv @@ -0,0 +1,21 @@ +ts,temp,pressure +T0000,12.55,1010.3 +T0001,13.65,993.5 +T0002,3.06,1014.2 +T0003,2.1,1005.4 +T0004,33.7,1022.7 +T0005,26.94,1005.9 +T0006,19.97,1016.7 +T0007,24.22,995.7 +T0008,-33.32,1012.7 +T0009,15.82,1004.5 +T0010,-23.27,1021.8 +T0011,13.46,1024.1 +T0012,21.06,1015.3 +T0013,50.98,1014.2 +T0014,23.1,995.7 +T0015,21.28,1022.8 +T0016,26.34,1014.2 +T0017,24.83,1014.5 +T0018,2.93,1019.7 +T0019,18.71,1026.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..d29a97bb5c09c6d6fed213ab55fbab3244e020c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-05.csv @@ -0,0 +1,29 @@ +ts,temp,pressure +T0000,8.3,1007.1 +T0001,28.16,1017.5 +T0002,27.04,1003.4 +T0003,34.4,1002.5 +T0004,10.94,1009.5 +T0005,10.66,992.7 +T0006,14.13,1016.3 +T0007,26.62,996.8 +T0008,-26.68,994.7 +T0009,0.64,1013.2 +T0010,21.67,999.2 +T0011,17.79,1026.9 +T0012,25.9,1011.7 +T0013,31.03,1020.2 +T0014,5.34,990.9 +T0015,1.23,1029.4 +T0016,-35.69,990.5 +T0017,51.55,1004.5 +T0018,-33.93,1010.7 +T0019,9.52,1018.4 +T0020,25.73,1020.1 +T0021,20.83,1019.5 +T0022,15.53,1028.9 +T0023,17.32,1000.7 +T0024,24.51,1013.2 +T0025,0.27,997.2 +T0026,32.54,995.0 +T0027,13.91,993.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..425a4913f789e2e96d3e5ca03f5a9676772077bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-02/2024-04-06.csv @@ -0,0 +1,27 @@ +ts,temp,pressure +T0000,-30.38,1024.8 +T0001,25.18,1010.8 +T0002,-29.26,1008.1 +T0003,-27.63,991.7 +T0004,17.67,998.8 +T0005,26.32,1016.2 +T0006,5.24,1012.6 +T0007,-25.66,1017.9 +T0008,20.39,994.5 +T0009,29.2,1028.4 +T0010,23.92,1023.8 +T0011,47.56,1030.0 +T0012,32.77,1021.1 +T0013,21.19,1006.9 +T0014,26.47,1029.8 +T0015,17.52,998.8 +T0016,29.49,1011.1 +T0017,15.52,1009.4 +T0018,20.43,993.1 +T0019,45.92,1013.9 +T0020,14.1,1009.6 +T0021,22.18,1002.3 +T0022,2.04,1024.7 +T0023,44.8,1017.6 +T0024,18.98,1003.4 +T0025,19.99,1017.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..51c0e2c92eb66b3b67cd0f5b297f1df482374c36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-01.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,7.47,1011.0 +T0001,51.39,1013.9 +T0002,27.13,998.1 +T0003,-30.11,1016.5 +T0004,34.78,1018.7 +T0005,28.63,1015.4 +T0006,31.12,1017.8 +T0007,23.82,1014.2 +T0008,1.83,991.4 +T0009,9.43,994.0 +T0010,15.95,992.9 +T0011,17.35,994.2 +T0012,30.25,993.4 +T0013,44.58,1023.7 +T0014,21.03,1011.4 +T0015,8.85,1006.5 +T0016,26.18,998.1 +T0017,28.53,1019.5 +T0018,3.57,1019.3 +T0019,14.79,995.8 +T0020,15.34,1014.0 +T0021,23.88,992.0 +T0022,29.35,1028.5 +T0023,4.96,1013.5 +T0024,19.21,1004.2 +T0025,8.7,1013.4 +T0026,16.29,1022.2 +T0027,28.78,1023.1 +T0028,54.71,1005.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..75756b3248a5bea906f58a836b7fbc2a4642ef21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-02.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,15.19,1010.0 +T0001,11.19,999.4 +T0002,-24.0,991.2 +T0003,6.25,996.4 +T0004,5.3,990.6 +T0005,2.9,990.2 +T0006,32.09,1002.5 +T0007,0.13,991.7 +T0008,9.24,1018.8 +T0009,9.25,1006.6 +T0010,17.68,995.1 +T0011,33.66,1009.4 +T0012,-32.74,997.9 +T0013,18.11,991.5 +T0014,7.03,1003.8 +T0015,22.13,1015.0 +T0016,15.4,1029.8 +T0017,31.11,992.0 +T0018,52.6,1017.8 +T0019,28.47,997.7 +T0020,2.33,1023.6 +T0021,17.1,1004.6 +T0022,30.96,1008.3 +T0023,12.0,1011.0 +T0024,14.55,1005.2 +T0025,30.82,998.6 +T0026,-31.37,1006.1 +T0027,-28.68,1030.0 +T0028,43.73,993.5 +T0029,18.13,1016.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..8e7c1d98752eee6be095b1ec0a61cc9ceba009ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-03.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,18.65,1007.3 +T0001,10.23,1020.6 +T0002,-35.56,1027.1 +T0003,11.95,1006.3 +T0004,18.84,1011.6 +T0005,11.82,1012.8 +T0006,3.36,996.4 +T0007,22.98,1022.9 +T0008,30.04,1021.9 +T0009,10.72,1016.2 +T0010,4.98,1003.4 +T0011,11.29,1017.2 +T0012,29.99,1006.9 +T0013,22.87,995.5 +T0014,-31.78,1001.0 +T0015,53.36,994.8 +T0016,54.49,992.7 +T0017,32.06,997.4 +T0018,26.13,1010.9 +T0019,51.56,994.6 +T0020,-36.38,1005.1 +T0021,30.22,1005.6 +T0022,25.53,1023.6 +T0023,50.97,1028.1 +T0024,4.44,1010.5 +T0025,10.11,1020.5 +T0026,12.57,1026.1 +T0027,6.23,1003.6 +T0028,21.67,1014.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..2daac01546825721e1aa23c42affbc00ab4cd953 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-04.csv @@ -0,0 +1,26 @@ +ts,temp,pressure +T0000,10.39,1018.7 +T0001,11.78,1011.2 +T0002,9.08,1005.0 +T0003,4.19,1018.7 +T0004,1.35,1028.1 +T0005,26.92,1018.5 +T0006,-29.26,1008.0 +T0007,27.83,1029.1 +T0008,11.21,1012.2 +T0009,-21.88,1018.4 +T0010,26.68,1018.1 +T0011,12.59,1014.9 +T0012,3.18,994.9 +T0013,0.66,1015.9 +T0014,34.56,1012.4 +T0015,5.7,1026.4 +T0016,-39.96,1026.9 +T0017,6.1,1004.8 +T0018,45.62,1009.5 +T0019,27.22,994.4 +T0020,30.58,1008.7 +T0021,14.1,995.0 +T0022,16.47,1021.2 +T0023,-29.95,1019.6 +T0024,30.42,1016.6 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..7ab852d430a66afd1895f733660badc2159dc3ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-05.csv @@ -0,0 +1,25 @@ +ts,temp,pressure +T0000,32.35,993.8 +T0001,26.65,1000.1 +T0002,29.18,996.6 +T0003,14.37,1025.9 +T0004,6.79,1023.5 +T0005,-23.72,1015.5 +T0006,4.21,1003.0 +T0007,6.14,1009.9 +T0008,49.9,993.2 +T0009,20.98,1017.8 +T0010,53.72,1004.1 +T0011,52.58,1008.6 +T0012,31.06,1001.3 +T0013,12.24,1023.6 +T0014,31.21,1001.9 +T0015,6.55,997.2 +T0016,-38.56,1016.1 +T0017,4.71,1020.4 +T0018,-23.24,1022.3 +T0019,13.79,991.1 +T0020,22.49,1010.7 +T0021,0.79,1010.3 +T0022,27.02,1029.6 +T0023,19.59,994.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea3783e8eb4d8d88b112441db76d22c3f58da3f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-03/2024-04-06.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,5.79,1021.2 +T0001,18.73,1010.0 +T0002,29.72,1000.2 +T0003,3.49,1009.0 +T0004,2.79,1029.5 +T0005,16.3,997.3 +T0006,28.01,1003.8 +T0007,-21.8,1019.6 +T0008,-38.65,1017.3 +T0009,-24.89,1023.8 +T0010,17.44,1029.9 +T0011,32.91,1026.5 +T0012,32.89,1015.9 +T0013,26.8,1009.6 +T0014,7.25,1002.5 +T0015,0.53,991.5 +T0016,30.34,998.7 +T0017,2.38,1002.2 +T0018,6.58,1014.1 +T0019,-22.47,1014.4 +T0020,31.78,1022.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..98ee84e854a472029412028ffa6544bdc50f9a01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-01.csv @@ -0,0 +1,23 @@ +ts,temp,pressure +T0000,28.61,995.2 +T0001,51.21,990.4 +T0002,46.38,996.8 +T0003,9.65,1015.7 +T0004,13.25,990.3 +T0005,44.39,1018.1 +T0006,4.47,1009.3 +T0007,23.61,992.6 +T0008,20.68,1002.1 +T0009,2.71,1028.3 +T0010,2.84,1018.0 +T0011,-39.01,994.0 +T0012,30.89,1004.3 +T0013,7.06,997.2 +T0014,34.52,1020.1 +T0015,30.91,998.7 +T0016,2.96,999.2 +T0017,15.51,1024.2 +T0018,50.14,1029.0 +T0019,12.46,1008.1 +T0020,12.21,990.9 +T0021,4.29,1016.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..2249f93c763b39af1587c6e4423eb34bd833bb31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-02.csv @@ -0,0 +1,27 @@ +ts,temp,pressure +T0000,9.21,999.6 +T0001,29.5,1004.6 +T0002,3.5,1001.4 +T0003,-34.75,1008.5 +T0004,22.43,991.5 +T0005,0.28,1017.2 +T0006,15.21,997.1 +T0007,44.46,1002.9 +T0008,29.12,997.8 +T0009,27.15,1009.7 +T0010,24.93,1029.1 +T0011,1.2,1000.7 +T0012,49.86,999.9 +T0013,9.73,1003.2 +T0014,53.88,1012.5 +T0015,32.77,1022.2 +T0016,8.32,1020.0 +T0017,32.52,1000.8 +T0018,-39.43,1016.5 +T0019,17.81,1026.6 +T0020,4.84,995.5 +T0021,44.19,1010.2 +T0022,23.52,1024.5 +T0023,28.92,1013.2 +T0024,54.17,1029.0 +T0025,6.97,994.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe8ab4bd444af740bf06a47ef679d3581ea339bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-03.csv @@ -0,0 +1,23 @@ +ts,temp,pressure +T0000,16.06,996.1 +T0001,31.89,991.4 +T0002,8.96,1007.6 +T0003,34.95,1027.8 +T0004,6.89,1020.9 +T0005,-29.69,1021.0 +T0006,-27.01,1025.4 +T0007,17.08,1015.5 +T0008,11.89,996.2 +T0009,14.28,1018.3 +T0010,1.14,1008.5 +T0011,16.61,1021.8 +T0012,-23.29,996.4 +T0013,16.36,1001.4 +T0014,30.33,1022.7 +T0015,10.05,1025.6 +T0016,16.85,994.4 +T0017,-22.27,991.3 +T0018,23.66,1008.9 +T0019,44.27,991.2 +T0020,33.17,1008.7 +T0021,-30.82,1010.1 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..34f8877424f48842332d01e9e24f548f1ffa91a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-04.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,5.19,1019.5 +T0001,17.8,1011.8 +T0002,7.84,1014.2 +T0003,26.81,1018.7 +T0004,13.07,1021.7 +T0005,3.57,1001.2 +T0006,5.79,1028.6 +T0007,52.94,998.4 +T0008,18.46,1011.8 +T0009,12.03,1020.2 +T0010,5.75,1013.8 +T0011,19.04,1017.8 +T0012,28.09,1002.3 +T0013,8.01,997.1 +T0014,47.64,1015.8 +T0015,32.42,990.4 +T0016,53.17,1013.1 +T0017,3.56,1018.6 +T0018,54.16,1023.4 +T0019,32.0,1025.4 +T0020,29.48,1011.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d9f31d75bc41a0a03a92614095d5e72170259a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-05.csv @@ -0,0 +1,31 @@ +ts,temp,pressure +T0000,-32.74,999.6 +T0001,34.55,1008.9 +T0002,22.6,1023.2 +T0003,1.75,1025.7 +T0004,16.93,1009.9 +T0005,6.26,1029.0 +T0006,19.26,1013.7 +T0007,12.31,1014.5 +T0008,-24.79,1025.0 +T0009,24.93,998.4 +T0010,-27.9,1003.3 +T0011,22.43,1000.9 +T0012,25.33,1005.6 +T0013,27.87,1006.9 +T0014,12.86,1006.4 +T0015,26.52,990.7 +T0016,4.04,1002.2 +T0017,21.7,1003.2 +T0018,15.65,993.6 +T0019,24.37,992.4 +T0020,0.29,996.2 +T0021,5.55,1004.4 +T0022,6.14,1018.7 +T0023,3.27,1004.1 +T0024,3.19,1028.4 +T0025,9.69,1018.0 +T0026,29.65,1001.2 +T0027,11.98,1013.6 +T0028,24.52,1008.4 +T0029,29.53,1023.8 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7f3917caea44ca766f51904ac1feb914ad16401 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-04/2024-04-06.csv @@ -0,0 +1,28 @@ +ts,temp,pressure +T0000,1.01,1021.1 +T0001,11.18,992.1 +T0002,10.63,1029.6 +T0003,29.06,1022.7 +T0004,23.56,993.1 +T0005,18.5,1003.7 +T0006,20.71,998.1 +T0007,46.25,1013.9 +T0008,7.28,998.9 +T0009,13.41,1029.0 +T0010,7.7,1011.1 +T0011,33.02,1026.9 +T0012,30.48,990.0 +T0013,4.7,1003.0 +T0014,27.23,1007.0 +T0015,17.33,1005.5 +T0016,30.09,997.6 +T0017,27.96,1029.3 +T0018,23.79,1028.2 +T0019,46.7,995.8 +T0020,31.55,1002.7 +T0021,32.35,1026.8 +T0022,-28.75,992.5 +T0023,-21.48,1007.2 +T0024,44.12,1025.7 +T0025,-24.72,1020.5 +T0026,-27.74,1008.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-01.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..765d101a917553dc72e93468a4f6d47eb6740e91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-01.csv @@ -0,0 +1,21 @@ +ts,temp,pressure +T0000,15.71,1014.2 +T0001,9.43,1027.6 +T0002,33.74,1019.2 +T0003,-37.67,1018.3 +T0004,2.24,1000.2 +T0005,23.86,1001.7 +T0006,45.99,1023.0 +T0007,53.08,1009.8 +T0008,11.56,1026.5 +T0009,21.57,1012.5 +T0010,14.44,1026.6 +T0011,21.39,1009.8 +T0012,53.97,1023.1 +T0013,-33.93,1010.6 +T0014,7.84,1002.1 +T0015,20.24,1005.3 +T0016,46.6,1016.4 +T0017,4.79,996.0 +T0018,23.21,1009.2 +T0019,17.98,993.3 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-02.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..7bc682272508df58ec7fcf08b79e75bc81e30876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-02.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,-23.35,992.7 +T0001,17.91,995.1 +T0002,26.06,996.4 +T0003,22.96,1002.5 +T0004,33.33,1010.6 +T0005,15.62,993.6 +T0006,14.62,1004.7 +T0007,29.77,999.0 +T0008,32.19,1022.7 +T0009,-23.75,1026.2 +T0010,30.24,1008.0 +T0011,34.84,994.7 +T0012,27.54,1007.7 +T0013,15.85,1021.8 +T0014,-25.19,1029.0 +T0015,12.27,1011.6 +T0016,-33.93,998.7 +T0017,23.35,1026.1 +T0018,4.85,1013.0 +T0019,27.29,1017.7 +T0020,20.81,1005.4 +T0021,8.13,1004.9 +T0022,1.06,1011.2 +T0023,25.49,1011.7 +T0024,20.07,991.1 +T0025,20.65,1021.2 +T0026,21.14,1000.5 +T0027,44.22,1007.4 +T0028,27.74,1009.2 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-03.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..1a1b2c5049647a017bbebf57e94cfcadaa279378 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-03.csv @@ -0,0 +1,30 @@ +ts,temp,pressure +T0000,25.08,1008.9 +T0001,7.7,1014.9 +T0002,11.96,1020.4 +T0003,14.9,1000.7 +T0004,2.36,1021.6 +T0005,2.95,998.7 +T0006,13.92,1020.1 +T0007,46.84,1016.1 +T0008,5.59,1002.8 +T0009,15.5,1011.0 +T0010,31.73,1023.6 +T0011,17.37,1025.8 +T0012,15.53,1024.2 +T0013,9.93,1022.0 +T0014,17.18,1011.9 +T0015,12.78,996.4 +T0016,-32.07,1024.9 +T0017,23.54,1018.0 +T0018,-26.37,1013.1 +T0019,4.63,1020.8 +T0020,21.63,1025.5 +T0021,22.37,1004.9 +T0022,47.47,991.0 +T0023,7.62,1010.7 +T0024,29.91,1005.4 +T0025,48.51,996.2 +T0026,18.0,1004.7 +T0027,52.02,1012.5 +T0028,23.68,990.4 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-04.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..d3a17b547e836ba259506fbffe83366a0b3a2073 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-04.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,5.74,1018.7 +T0001,-22.07,1025.0 +T0002,10.69,1014.4 +T0003,3.46,1019.5 +T0004,23.76,1011.9 +T0005,31.6,1001.1 +T0006,24.82,1013.0 +T0007,29.29,1006.5 +T0008,1.69,1002.0 +T0009,24.05,997.8 +T0010,21.55,1004.8 +T0011,9.42,992.7 +T0012,7.36,1020.4 +T0013,2.19,1011.6 +T0014,29.74,1001.6 +T0015,23.13,1019.4 +T0016,33.85,1027.0 +T0017,24.1,1023.8 +T0018,20.49,990.7 +T0019,-23.1,993.9 +T0020,20.63,997.7 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-05.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..12b7c7d918e990b8f9278a62f557aac5f0f8c8bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-05.csv @@ -0,0 +1,22 @@ +ts,temp,pressure +T0000,32.3,1028.2 +T0001,4.93,1018.5 +T0002,17.62,1009.8 +T0003,14.83,1013.6 +T0004,17.46,998.5 +T0005,-33.54,995.8 +T0006,2.79,1014.5 +T0007,25.09,1024.1 +T0008,11.12,994.3 +T0009,23.44,1025.2 +T0010,22.33,1004.5 +T0011,44.68,1018.8 +T0012,45.85,1026.2 +T0013,-24.84,1000.2 +T0014,14.72,991.9 +T0015,30.49,995.7 +T0016,7.19,1010.7 +T0017,23.72,991.1 +T0018,11.68,1028.8 +T0019,25.48,1000.6 +T0020,6.98,1013.0 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-06.csv b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f90b3fbd1f70d527823452c6f1bd64d1c75777a --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/observatory/sensors/st-05/2024-04-06.csv @@ -0,0 +1,28 @@ +ts,temp,pressure +T0000,13.05,992.3 +T0001,19.91,990.2 +T0002,46.44,991.7 +T0003,-38.82,1005.7 +T0004,21.72,1007.9 +T0005,7.79,994.7 +T0006,12.92,1020.1 +T0007,-26.69,995.0 +T0008,26.28,1003.7 +T0009,17.19,1013.0 +T0010,25.95,996.0 +T0011,18.92,992.4 +T0012,43.3,1019.3 +T0013,49.51,998.8 +T0014,26.08,992.8 +T0015,-29.36,1020.2 +T0016,-22.71,1018.4 +T0017,7.15,1006.3 +T0018,33.68,1009.4 +T0019,28.43,997.3 +T0020,8.79,993.0 +T0021,3.46,1005.7 +T0022,14.53,1021.2 +T0023,18.67,1024.4 +T0024,4.49,1002.9 +T0025,14.68,990.6 +T0026,25.58,1020.6 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_73d0647137/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/merged.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/merged.csv new file mode 100644 index 0000000000000000000000000000000000000000..507cd6298144e6d4837a6eb3597449701393d20f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/merged.csv @@ -0,0 +1,26 @@ +id,qty +1,235 +2,167 +3,478 +4,240 +5,429 +6,308 +7,437 +8,315 +9,390 +10,377 +11,333 +12,279 +13,384 +14,367 +15,473 +16,349 +17,298 +18,183 +19,430 +20,635 +21,288 +22,283 +23,517 +24,210 +25,202 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a9dc8f694136126ee3541a40daec071bd67a135 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-00.csv @@ -0,0 +1,21 @@ +id,qty +8,37 +8,15 +15,37 +20,45 +15,50 +5,5 +19,9 +10,45 +23,27 +10,24 +20,47 +13,37 +7,37 +21,6 +19,37 +17,41 +14,32 +3,47 +20,50 +20,22 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..f6ee1f935e2b1143a2d7d58df7f1fc3e6a8ed777 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-01.csv @@ -0,0 +1,15 @@ +id,qty +19,27 +25,16 +13,22 +15,18 +11,5 +7,6 +10,18 +5,34 +10,24 +12,11 +1,6 +16,2 +4,39 +13,44 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..41c9745949701d2d9f3e8fd3107124b7290e6f51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-02.csv @@ -0,0 +1,14 @@ +id,qty +3,19 +10,8 +9,7 +5,34 +9,45 +9,19 +6,20 +4,43 +21,31 +13,7 +20,24 +25,17 +11,5 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..f73a4842668f8939254998d58079f475f711e61a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-03.csv @@ -0,0 +1,21 @@ +id,qty +9,21 +7,49 +17,35 +9,9 +25,39 +17,32 +8,13 +16,46 +19,32 +6,6 +23,11 +18,15 +2,30 +14,29 +14,49 +5,46 +12,31 +1,22 +7,9 +21,45 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf83b70f1cd4b8f2536767062e031e536f5a4170 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-ne/shard-04.csv @@ -0,0 +1,21 @@ +id,qty +3,46 +8,4 +7,29 +10,41 +12,10 +10,28 +10,39 +14,24 +10,39 +20,7 +24,38 +7,14 +10,25 +2,4 +5,42 +21,32 +15,40 +23,25 +11,25 +16,31 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..74ce85883b57c1232e3d435281cf3a8d420e26bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-00.csv @@ -0,0 +1,19 @@ +id,qty +5,31 +21,23 +2,41 +16,44 +19,42 +1,31 +10,22 +1,6 +24,39 +7,25 +3,32 +6,43 +12,30 +14,22 +20,47 +1,46 +25,3 +9,26 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a566ab940d35248d32569df813cd5dbf609ffb7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-01.csv @@ -0,0 +1,16 @@ +id,qty +6,2 +11,16 +7,14 +3,38 +24,14 +12,49 +1,16 +2,5 +22,37 +17,48 +22,36 +3,25 +19,24 +24,45 +23,28 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..f6124de129c632cae9da186a0607700a73d3b35b --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-02.csv @@ -0,0 +1,16 @@ +id,qty +19,7 +20,25 +12,26 +20,50 +15,1 +18,33 +5,26 +3,26 +11,18 +23,25 +13,15 +3,12 +12,8 +15,34 +18,49 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..7560e9b73621b47001637cad5089d505c931c1a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-03.csv @@ -0,0 +1,21 @@ +id,qty +13,19 +22,36 +21,1 +5,27 +13,40 +7,14 +7,47 +8,24 +11,44 +17,23 +3,21 +23,47 +20,48 +19,31 +20,40 +19,5 +15,30 +10,31 +19,29 +20,44 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..54f640e5d2fe63e8dbc0b543550be27404315f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-nw/shard-04.csv @@ -0,0 +1,16 @@ +id,qty +25,36 +13,28 +1,4 +13,38 +12,28 +2,20 +6,11 +15,13 +9,22 +19,21 +17,5 +25,39 +9,25 +19,39 +17,27 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..75e8dd4c7aaec6095f078ca0a262e15582998c7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-00.csv @@ -0,0 +1,20 @@ +id,qty +21,27 +12,5 +8,49 +3,25 +8,28 +9,24 +19,38 +5,3 +13,20 +7,30 +15,13 +8,50 +18,31 +2,9 +6,17 +11,19 +23,30 +16,32 +9,34 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..4f6e024811b234bc9514d908ce5fc80c5d163d67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-01.csv @@ -0,0 +1,13 @@ +id,qty +6,50 +14,27 +19,8 +17,26 +6,27 +15,18 +11,31 +14,49 +11,23 +20,21 +5,14 +11,17 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..9053b67816a0e06bab4f55b7e62d2e0f133d5d59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-02.csv @@ -0,0 +1,12 @@ +id,qty +23,31 +16,45 +16,40 +21,49 +19,28 +20,8 +12,31 +18,32 +10,12 +3,5 +25,45 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..989a36422a656eaf92e56cc95c2479a9fecab837 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-03.csv @@ -0,0 +1,16 @@ +id,qty +3,48 +5,40 +4,31 +11,22 +24,2 +7,10 +14,35 +23,10 +14,1 +23,26 +12,22 +5,44 +7,28 +9,12 +13,16 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea04292791bc1c0beaf4ecfbdb1070d172511a46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-se/shard-04.csv @@ -0,0 +1,20 @@ +id,qty +6,5 +17,13 +25,7 +23,42 +9,30 +16,27 +18,17 +20,33 +7,20 +8,19 +22,46 +1,47 +9,18 +13,28 +24,45 +15,41 +22,22 +6,32 +6,1 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..77f54b139db05097adbcd15367046f0c75090f76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-00.csv @@ -0,0 +1,18 @@ +id,qty +8,30 +20,38 +15,42 +12,11 +2,31 +1,21 +22,16 +7,30 +9,32 +14,48 +4,44 +21,24 +11,32 +5,33 +10,10 +8,22 +12,12 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..66518a52d47780061aaf299b5034103465326453 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-01.csv @@ -0,0 +1,21 @@ +id,qty +11,15 +1,36 +11,3 +17,7 +23,29 +4,14 +3,32 +6,48 +9,29 +14,4 +14,12 +21,10 +22,22 +15,44 +23,41 +13,9 +23,45 +20,12 +22,10 +11,20 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..250f84ec202470ad4105cf6ef4d843550fbbed3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-02.csv @@ -0,0 +1,19 @@ +id,qty +10,11 +23,44 +23,31 +15,47 +22,19 +16,42 +4,9 +15,22 +21,40 +9,21 +9,16 +2,27 +20,26 +4,22 +6,37 +22,39 +7,50 +16,33 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..042c46400dbe3cc46fb503aae6df2b45d3f3e63a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-03.csv @@ -0,0 +1,17 @@ +id,qty +17,41 +19,49 +5,21 +3,30 +11,15 +13,28 +12,5 +3,25 +3,6 +18,6 +23,17 +15,23 +4,38 +14,35 +23,4 +24,18 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..e37907d0ec6b7294882850e71717ce20bc91c538 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/shards/warehouse-sw/shard-04.csv @@ -0,0 +1,14 @@ +id,qty +6,9 +7,25 +3,23 +8,24 +19,4 +23,4 +24,9 +11,23 +20,48 +16,7 +5,29 +13,33 +3,18 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a9dc8f694136126ee3541a40daec071bd67a135 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-00.csv @@ -0,0 +1,21 @@ +id,qty +8,37 +8,15 +15,37 +20,45 +15,50 +5,5 +19,9 +10,45 +23,27 +10,24 +20,47 +13,37 +7,37 +21,6 +19,37 +17,41 +14,32 +3,47 +20,50 +20,22 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..f6ee1f935e2b1143a2d7d58df7f1fc3e6a8ed777 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-01.csv @@ -0,0 +1,15 @@ +id,qty +19,27 +25,16 +13,22 +15,18 +11,5 +7,6 +10,18 +5,34 +10,24 +12,11 +1,6 +16,2 +4,39 +13,44 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..41c9745949701d2d9f3e8fd3107124b7290e6f51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-02.csv @@ -0,0 +1,14 @@ +id,qty +3,19 +10,8 +9,7 +5,34 +9,45 +9,19 +6,20 +4,43 +21,31 +13,7 +20,24 +25,17 +11,5 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..f73a4842668f8939254998d58079f475f711e61a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-03.csv @@ -0,0 +1,21 @@ +id,qty +9,21 +7,49 +17,35 +9,9 +25,39 +17,32 +8,13 +16,46 +19,32 +6,6 +23,11 +18,15 +2,30 +14,29 +14,49 +5,46 +12,31 +1,22 +7,9 +21,45 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf83b70f1cd4b8f2536767062e031e536f5a4170 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-ne/shard-04.csv @@ -0,0 +1,21 @@ +id,qty +3,46 +8,4 +7,29 +10,41 +12,10 +10,28 +10,39 +14,24 +10,39 +20,7 +24,38 +7,14 +10,25 +2,4 +5,42 +21,32 +15,40 +23,25 +11,25 +16,31 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..74ce85883b57c1232e3d435281cf3a8d420e26bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-00.csv @@ -0,0 +1,19 @@ +id,qty +5,31 +21,23 +2,41 +16,44 +19,42 +1,31 +10,22 +1,6 +24,39 +7,25 +3,32 +6,43 +12,30 +14,22 +20,47 +1,46 +25,3 +9,26 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a566ab940d35248d32569df813cd5dbf609ffb7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-01.csv @@ -0,0 +1,16 @@ +id,qty +6,2 +11,16 +7,14 +3,38 +24,14 +12,49 +1,16 +2,5 +22,37 +17,48 +22,36 +3,25 +19,24 +24,45 +23,28 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..f6124de129c632cae9da186a0607700a73d3b35b --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-02.csv @@ -0,0 +1,16 @@ +id,qty +19,7 +20,25 +12,26 +20,50 +15,1 +18,33 +5,26 +3,26 +11,18 +23,25 +13,15 +3,12 +12,8 +15,34 +18,49 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..7560e9b73621b47001637cad5089d505c931c1a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-03.csv @@ -0,0 +1,21 @@ +id,qty +13,19 +22,36 +21,1 +5,27 +13,40 +7,14 +7,47 +8,24 +11,44 +17,23 +3,21 +23,47 +20,48 +19,31 +20,40 +19,5 +15,30 +10,31 +19,29 +20,44 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..54f640e5d2fe63e8dbc0b543550be27404315f9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-nw/shard-04.csv @@ -0,0 +1,16 @@ +id,qty +25,36 +13,28 +1,4 +13,38 +12,28 +2,20 +6,11 +15,13 +9,22 +19,21 +17,5 +25,39 +9,25 +19,39 +17,27 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..75e8dd4c7aaec6095f078ca0a262e15582998c7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-00.csv @@ -0,0 +1,20 @@ +id,qty +21,27 +12,5 +8,49 +3,25 +8,28 +9,24 +19,38 +5,3 +13,20 +7,30 +15,13 +8,50 +18,31 +2,9 +6,17 +11,19 +23,30 +16,32 +9,34 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..4f6e024811b234bc9514d908ce5fc80c5d163d67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-01.csv @@ -0,0 +1,13 @@ +id,qty +6,50 +14,27 +19,8 +17,26 +6,27 +15,18 +11,31 +14,49 +11,23 +20,21 +5,14 +11,17 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..9053b67816a0e06bab4f55b7e62d2e0f133d5d59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-02.csv @@ -0,0 +1,12 @@ +id,qty +23,31 +16,45 +16,40 +21,49 +19,28 +20,8 +12,31 +18,32 +10,12 +3,5 +25,45 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..989a36422a656eaf92e56cc95c2479a9fecab837 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-03.csv @@ -0,0 +1,16 @@ +id,qty +3,48 +5,40 +4,31 +11,22 +24,2 +7,10 +14,35 +23,10 +14,1 +23,26 +12,22 +5,44 +7,28 +9,12 +13,16 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea04292791bc1c0beaf4ecfbdb1070d172511a46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-se/shard-04.csv @@ -0,0 +1,20 @@ +id,qty +6,5 +17,13 +25,7 +23,42 +9,30 +16,27 +18,17 +20,33 +7,20 +8,19 +22,46 +1,47 +9,18 +13,28 +24,45 +15,41 +22,22 +6,32 +6,1 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-00.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..77f54b139db05097adbcd15367046f0c75090f76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-00.csv @@ -0,0 +1,18 @@ +id,qty +8,30 +20,38 +15,42 +12,11 +2,31 +1,21 +22,16 +7,30 +9,32 +14,48 +4,44 +21,24 +11,32 +5,33 +10,10 +8,22 +12,12 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-01.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..66518a52d47780061aaf299b5034103465326453 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-01.csv @@ -0,0 +1,21 @@ +id,qty +11,15 +1,36 +11,3 +17,7 +23,29 +4,14 +3,32 +6,48 +9,29 +14,4 +14,12 +21,10 +22,22 +15,44 +23,41 +13,9 +23,45 +20,12 +22,10 +11,20 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-02.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..250f84ec202470ad4105cf6ef4d843550fbbed3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-02.csv @@ -0,0 +1,19 @@ +id,qty +10,11 +23,44 +23,31 +15,47 +22,19 +16,42 +4,9 +15,22 +21,40 +9,21 +9,16 +2,27 +20,26 +4,22 +6,37 +22,39 +7,50 +16,33 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-03.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..042c46400dbe3cc46fb503aae6df2b45d3f3e63a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-03.csv @@ -0,0 +1,17 @@ +id,qty +17,41 +19,49 +5,21 +3,30 +11,15 +13,28 +12,5 +3,25 +3,6 +18,6 +23,17 +15,23 +4,38 +14,35 +23,4 +24,18 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-04.csv b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..e37907d0ec6b7294882850e71717ce20bc91c538 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/shards/warehouse-sw/shard-04.csv @@ -0,0 +1,14 @@ +id,qty +6,9 +7,25 +3,23 +8,24 +19,4 +23,4 +24,9 +11,23 +20,48 +16,7 +5,29 +13,33 +3,18 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7440fbb434/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c2aa38e0600e0d2df09c2f84664d8a14f899879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/client.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/client.py new file mode 100644 index 0000000000000000000000000000000000000000..77721e818abe52df3236653e7c91fd097352edae --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/client.py @@ -0,0 +1,10 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..50479e362a8998abcc17c6a4cf810ea305c3eca8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/errors.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..bb84ce3c049114b70da33cff4086e1dc9fe3f782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/handlers.py @@ -0,0 +1,16 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/performance-reviews.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..f7170691890c0c9a430cd0b16ef62972faab06c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/performance-reviews.md @@ -0,0 +1,5 @@ +# performance-reviews notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/release-process.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..ece344d6f03c03aadd3c4e194ab816243b94a8a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/release-process.md @@ -0,0 +1,5 @@ +# release-process notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/service.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/service.py new file mode 100644 index 0000000000000000000000000000000000000000..e17515554586e0c360205c67fa65a07e513a55fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/service.py @@ -0,0 +1,15 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..50479e362a8998abcc17c6a4cf810ea305c3eca8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/alpha/utils.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c2aa38e0600e0d2df09c2f84664d8a14f899879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/client.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/client.py new file mode 100644 index 0000000000000000000000000000000000000000..33d16e4e80cca5ee286609c5234ad4b3fc8e5032 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/client.py @@ -0,0 +1,18 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..50479e362a8998abcc17c6a4cf810ea305c3eca8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/errors.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..e17515554586e0c360205c67fa65a07e513a55fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/handlers.py @@ -0,0 +1,15 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/interviewing.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..44450a59f55cd48e67713ca818937d952284dc5a --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/interviewing.md @@ -0,0 +1,5 @@ +# interviewing notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/security-policies.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..e2d40f711e1697c6032be83e9a58350a2f9ac9ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/security-policies.md @@ -0,0 +1,5 @@ +# security-policies notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/service.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/service.py new file mode 100644 index 0000000000000000000000000000000000000000..6e9d08309402a5aba02569225253ef1eed098915 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/service.py @@ -0,0 +1,11 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..6e9d08309402a5aba02569225253ef1eed098915 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/bravo/utils.py @@ -0,0 +1,11 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c2aa38e0600e0d2df09c2f84664d8a14f899879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/client.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/client.py new file mode 100644 index 0000000000000000000000000000000000000000..521295a02da2a58004af99bb2ae69304282d691e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/client.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/data-governance.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/data-governance.md new file mode 100644 index 0000000000000000000000000000000000000000..ec1c6ed4b3ea473ba8eb6c9171d455e2f668b7ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/data-governance.md @@ -0,0 +1,5 @@ +# data-governance notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..521295a02da2a58004af99bb2ae69304282d691e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/errors.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..bb84ce3c049114b70da33cff4086e1dc9fe3f782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/handlers.py @@ -0,0 +1,16 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/onboarding.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..dbafa04bb84d2805bc0192cee87c836763d57d45 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/onboarding.md @@ -0,0 +1,5 @@ +# onboarding notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/service.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/service.py new file mode 100644 index 0000000000000000000000000000000000000000..6e9d08309402a5aba02569225253ef1eed098915 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/service.py @@ -0,0 +1,11 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..33d16e4e80cca5ee286609c5234ad4b3fc8e5032 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/charlie/utils.py @@ -0,0 +1,18 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c2aa38e0600e0d2df09c2f84664d8a14f899879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/client.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/client.py new file mode 100644 index 0000000000000000000000000000000000000000..86abef2424a4e914dd5183cb82fd5dc2dc55e8d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/client.py @@ -0,0 +1,13 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..8929ada58c6a4cd51fd6935008e08995655d195e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/errors.py @@ -0,0 +1,12 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..521295a02da2a58004af99bb2ae69304282d691e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/handlers.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/incident-response.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..06aa51ba14a091c0c01521553cc0a245c377f6f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/incident-response.md @@ -0,0 +1,5 @@ +# incident-response notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/release-process.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..ece344d6f03c03aadd3c4e194ab816243b94a8a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/release-process.md @@ -0,0 +1,5 @@ +# release-process notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/service.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/service.py new file mode 100644 index 0000000000000000000000000000000000000000..bb84ce3c049114b70da33cff4086e1dc9fe3f782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/service.py @@ -0,0 +1,16 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..521295a02da2a58004af99bb2ae69304282d691e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/delta/utils.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c2aa38e0600e0d2df09c2f84664d8a14f899879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/client.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/client.py new file mode 100644 index 0000000000000000000000000000000000000000..33d16e4e80cca5ee286609c5234ad4b3fc8e5032 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/client.py @@ -0,0 +1,18 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..8929ada58c6a4cd51fd6935008e08995655d195e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/errors.py @@ -0,0 +1,12 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..77721e818abe52df3236653e7c91fd097352edae --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/handlers.py @@ -0,0 +1,10 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/incident-response.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..06aa51ba14a091c0c01521553cc0a245c377f6f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/incident-response.md @@ -0,0 +1,5 @@ +# incident-response notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/security-policies.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..e2d40f711e1697c6032be83e9a58350a2f9ac9ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/security-policies.md @@ -0,0 +1,5 @@ +# security-policies notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/service.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/service.py new file mode 100644 index 0000000000000000000000000000000000000000..50479e362a8998abcc17c6a4cf810ea305c3eca8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/service.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..86abef2424a4e914dd5183cb82fd5dc2dc55e8d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/repo/src/echo/utils.py @@ -0,0 +1,13 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..49d2054701d825a344fdc2b08c988088868f1483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/client.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/client.py new file mode 100644 index 0000000000000000000000000000000000000000..d71e00b90a31a51adee497549c4b79971d402534 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/client.py @@ -0,0 +1,10 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..715c0a9455d41c71f5284536d01fa8c69adcb466 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/errors.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..f56d8ea8e48f98fb8807239594485f3b281d18b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/handlers.py @@ -0,0 +1,16 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/performance-reviews.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..b53c63f132f2c4433ff16057bf951a80aeed13bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/performance-reviews.md @@ -0,0 +1,5 @@ +# performance-reviews notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/release-process.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..68b26280a9764e47baa838226e7db271e1b37797 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/release-process.md @@ -0,0 +1,5 @@ +# release-process notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/service.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/service.py new file mode 100644 index 0000000000000000000000000000000000000000..21ce50f89ad8255c79bc2eab64eb052be7ed49c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/service.py @@ -0,0 +1,15 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..ad9938cdabd59410aeafa00b4045dd6d6b66721a --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/alpha/utils.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..49d2054701d825a344fdc2b08c988088868f1483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/client.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/client.py new file mode 100644 index 0000000000000000000000000000000000000000..864e4f36b9b5e5e14a391d72beea578040fe634c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/client.py @@ -0,0 +1,18 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..79c617e43c413e83f21f88fbb6fc5183cf6e67b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/errors.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..d7d9efd94ccbba52b672fdcd953dd58e88b0201c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/handlers.py @@ -0,0 +1,15 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/interviewing.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..726e84076e5f255ea21b8a15aa9c971155e49708 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/interviewing.md @@ -0,0 +1,5 @@ +# interviewing notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/security-policies.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..40c40c7661c2bb779f610e22efddfe1cb1a05de1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/security-policies.md @@ -0,0 +1,5 @@ +# security-policies notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/service.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/service.py new file mode 100644 index 0000000000000000000000000000000000000000..c30a13b948506f58d3bd5694b54e9cf3a0d5eaf7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/service.py @@ -0,0 +1,11 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..6e7e507f257509c04eb0c3df7ac58434880380e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/bravo/utils.py @@ -0,0 +1,11 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..49d2054701d825a344fdc2b08c988088868f1483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/client.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/client.py new file mode 100644 index 0000000000000000000000000000000000000000..0ad2b5d010153b682f981612aa3075d644c6b055 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/client.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/data-governance.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/data-governance.md new file mode 100644 index 0000000000000000000000000000000000000000..187eefab8b54554bae77385dc5881dd61a94e62e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/data-governance.md @@ -0,0 +1,5 @@ +# data-governance notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..5aa174efe2adebe25a54cf80239fcb5ceb278866 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/errors.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..1a19ed36ca6996cb0fcc0b6413674963deb32729 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/handlers.py @@ -0,0 +1,16 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/onboarding.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..9f4bc324299bf402db0cafa25f71d6ad7f840ff0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/onboarding.md @@ -0,0 +1,5 @@ +# onboarding notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/service.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/service.py new file mode 100644 index 0000000000000000000000000000000000000000..8e173f0983b02baff6c75e017e93283a8bce3adc --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/service.py @@ -0,0 +1,11 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f77ef88c62d2ef1c5a3addab1d30995249054023 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/charlie/utils.py @@ -0,0 +1,18 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..49d2054701d825a344fdc2b08c988088868f1483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/client.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/client.py new file mode 100644 index 0000000000000000000000000000000000000000..95451b5be984735ad67ce091a10bff2fbbde1b67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/client.py @@ -0,0 +1,13 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..425d1774859616cc24bd0283df60122df3a3d0ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/errors.py @@ -0,0 +1,12 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..cee22c7627159a87222e8977419f6d3c6647e2ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/handlers.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/incident-response.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..3aa11ca634848b23982a6d0c6612a3c7b78ce58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/incident-response.md @@ -0,0 +1,5 @@ +# incident-response notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/release-process.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..68b26280a9764e47baa838226e7db271e1b37797 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/release-process.md @@ -0,0 +1,5 @@ +# release-process notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/service.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/service.py new file mode 100644 index 0000000000000000000000000000000000000000..3e73f40164d256af6259eb827862b410d6347aa4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/service.py @@ -0,0 +1,16 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..3e5f464d4b9adb8e4bb7e733ee51245fc2ddc19d --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/delta/utils.py @@ -0,0 +1,14 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/NOTES.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/NOTES.txt new file mode 100644 index 0000000000000000000000000000000000000000..49d2054701d825a344fdc2b08c988088868f1483 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/NOTES.txt @@ -0,0 +1,3 @@ +line one +line two +line three diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/client.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/client.py new file mode 100644 index 0000000000000000000000000000000000000000..45a8c2464cb7c8d98b95c394907364d65c4f7b33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/client.py @@ -0,0 +1,18 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/errors.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/errors.py new file mode 100644 index 0000000000000000000000000000000000000000..577e12df0e7ff1df0cc37e1d9e3b2df47550992c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/errors.py @@ -0,0 +1,12 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/handlers.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/handlers.py new file mode 100644 index 0000000000000000000000000000000000000000..50239d99a71185791758d3d082f5623592a75a93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/handlers.py @@ -0,0 +1,10 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/incident-response.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..3aa11ca634848b23982a6d0c6612a3c7b78ce58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/incident-response.md @@ -0,0 +1,5 @@ +# incident-response notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/security-policies.md b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..40c40c7661c2bb779f610e22efddfe1cb1a05de1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/security-policies.md @@ -0,0 +1,5 @@ +# security-policies notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/service.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/service.py new file mode 100644 index 0000000000000000000000000000000000000000..a682a9bbfb531059820a3bc96d37ac401892e807 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/service.py @@ -0,0 +1,17 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/utils.py b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..4b40946fdfc869bf329641952b00c77e337a7358 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/repo/src/echo/utils.py @@ -0,0 +1,13 @@ +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass +def fn(): pass diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_760faf8aac/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/herb-crusted-chicken-92.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/herb-crusted-chicken-92.txt new file mode 100644 index 0000000000000000000000000000000000000000..d350a91c014740afd83844d8508a2b5119d69cef --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/herb-crusted-chicken-92.txt @@ -0,0 +1,8 @@ +- tomato paste +- kosher salt +- parsley +- cumin +- ginger +- heavy cream +- bay leaf + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/pomegranate-salad-78.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/pomegranate-salad-78.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1d0b99cf1aadf9a14cbc157fca71541ec8d662b --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/pomegranate-salad-78.txt @@ -0,0 +1,9 @@ +- bay leaf +- tomato paste +- ginger +- smoked paprika +- olive oil +- white onion +- garlic +- heavy cream + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-32.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-32.txt new file mode 100644 index 0000000000000000000000000000000000000000..96c6c9ec0ff12db9cc952428f0ad1bdef6c8aecb --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-32.txt @@ -0,0 +1,9 @@ +- coriander +- garlic +- butter +- chicken stock +- ginger +- black pepper +- tomato paste +- white onion + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-93.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-93.txt new file mode 100644 index 0000000000000000000000000000000000000000..44892ebb7b13465ec89bc35bc1813fca5f9d26cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-93.txt @@ -0,0 +1,9 @@ +- parsley +- lemon juice +- white onion +- garlic +- cumin +- olive oil +- parmesan +- kosher salt + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-98.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-98.txt new file mode 100644 index 0000000000000000000000000000000000000000..00e9af362bdeaec162aea565232914cda8d42616 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/french/wood-oven-flatbread-98.txt @@ -0,0 +1,9 @@ +- ginger +- parmesan +- coriander +- heavy cream +- black pepper +- bay leaf +- cumin +- tomato paste + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/blackened-tempeh-21.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/blackened-tempeh-21.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a62ec3ea9633236242fee7c377dca3547a449da --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/blackened-tempeh-21.txt @@ -0,0 +1,5 @@ +- heavy cream +- chicken stock +- parmesan +- smoked paprika + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/mushroom-polenta-67.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/mushroom-polenta-67.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0892be2581acdb5d040c2153b35d2ef9233bf15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/mushroom-polenta-67.txt @@ -0,0 +1,8 @@ +- chicken stock +- black pepper +- fresh thyme +- coriander +- parsley +- white onion +- butter + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/slow-braised-lamb-56.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/slow-braised-lamb-56.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad09c2d8994d65f25de8609727f286bf75c9ae59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/slow-braised-lamb-56.txt @@ -0,0 +1,9 @@ +- lemon juice +- white onion +- ginger +- heavy cream +- parsley +- garlic +- black pepper +- bay leaf + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/smoked-paprika-stew-90.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/smoked-paprika-stew-90.txt new file mode 100644 index 0000000000000000000000000000000000000000..954a11ffbf21cb695378415ff4d70e316dbe2017 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/smoked-paprika-stew-90.txt @@ -0,0 +1,7 @@ +- heavy cream +- fresh thyme +- garlic +- lemon juice +- parsley +- cumin + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/wood-oven-flatbread-67.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/wood-oven-flatbread-67.txt new file mode 100644 index 0000000000000000000000000000000000000000..704d1c17d13115c0467e0e218be1afbc7120e26f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/indian/wood-oven-flatbread-67.txt @@ -0,0 +1,7 @@ +- cumin +- heavy cream +- coriander +- butter +- smoked paprika +- ginger + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/harissa-carrots-57.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/harissa-carrots-57.txt new file mode 100644 index 0000000000000000000000000000000000000000..08fd3cdd9ef1b863605d71856fc2e8c1bb2b1f36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/harissa-carrots-57.txt @@ -0,0 +1,8 @@ +- parmesan +- black pepper +- ginger +- lemon juice +- olive oil +- garlic +- smoked paprika + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/herb-crusted-chicken-88.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/herb-crusted-chicken-88.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c90efba313146865fd8f4a4699ef2c8e07c4071 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/herb-crusted-chicken-88.txt @@ -0,0 +1,6 @@ +- parmesan +- butter +- chicken stock +- kosher salt +- smoked paprika + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/slow-braised-lamb-32.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/slow-braised-lamb-32.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff9d50cf86492c512334dc9aec3a5118b6a9eadb --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/slow-braised-lamb-32.txt @@ -0,0 +1,6 @@ +- black pepper +- tomato paste +- smoked paprika +- coriander +- olive oil + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/slow-braised-lamb-38.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/slow-braised-lamb-38.txt new file mode 100644 index 0000000000000000000000000000000000000000..393e669fdc7d77da66c09871b7d48ee63e2785e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/slow-braised-lamb-38.txt @@ -0,0 +1,8 @@ +- olive oil +- smoked paprika +- chicken stock +- tomato paste +- coriander +- cumin +- garlic + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/truffle-linguine-27.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/truffle-linguine-27.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fa506f51156c0d5ace642b9620cfb4e44b81106 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/italian/truffle-linguine-27.txt @@ -0,0 +1,6 @@ +- parmesan +- coriander +- smoked paprika +- heavy cream +- tomato paste + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/blackened-tempeh-39.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/blackened-tempeh-39.txt new file mode 100644 index 0000000000000000000000000000000000000000..357f4f4b19c97485cab5c8ea2dcef3e59efdb02a --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/blackened-tempeh-39.txt @@ -0,0 +1,5 @@ +- chicken stock +- coriander +- garlic +- butter + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/sesame-noodles-60.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/sesame-noodles-60.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb6e9a1afb1edeb587c729ed08d3e08a361cb2b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/sesame-noodles-60.txt @@ -0,0 +1,9 @@ +- black pepper +- white onion +- chicken stock +- butter +- lemon juice +- heavy cream +- smoked paprika +- ginger + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/slow-braised-lamb-28.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/slow-braised-lamb-28.txt new file mode 100644 index 0000000000000000000000000000000000000000..962f707a8048d931576275bb9c409eee71057b06 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/slow-braised-lamb-28.txt @@ -0,0 +1,5 @@ +- butter +- chicken stock +- parsley +- lemon juice + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/slow-braised-lamb-61.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/slow-braised-lamb-61.txt new file mode 100644 index 0000000000000000000000000000000000000000..53871ac511b45e164ad7c709d456c809f80e2942 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/slow-braised-lamb-61.txt @@ -0,0 +1,8 @@ +- black pepper +- white onion +- garlic +- kosher salt +- butter +- tomato paste +- lemon juice + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/smoked-paprika-stew-94.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/smoked-paprika-stew-94.txt new file mode 100644 index 0000000000000000000000000000000000000000..8be1dbbc0db935fd2100440f6471e5f000252944 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/japanese/smoked-paprika-stew-94.txt @@ -0,0 +1,8 @@ +- lemon juice +- garlic +- coriander +- white onion +- butter +- smoked paprika +- fresh thyme + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/herb-crusted-chicken-46.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/herb-crusted-chicken-46.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d27c98009696ba0b53a926b0f23852b6c4ea137 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/herb-crusted-chicken-46.txt @@ -0,0 +1,7 @@ +- coriander +- cumin +- chicken stock +- smoked paprika +- lemon juice +- parsley + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/mushroom-polenta-34.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/mushroom-polenta-34.txt new file mode 100644 index 0000000000000000000000000000000000000000..869d16864cfa5e0be15372b841764e38d1867f97 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/mushroom-polenta-34.txt @@ -0,0 +1,6 @@ +- smoked paprika +- kosher salt +- fresh thyme +- coriander +- garlic + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/pomegranate-salad-68.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/pomegranate-salad-68.txt new file mode 100644 index 0000000000000000000000000000000000000000..034299f1038fb8a8b29c78629391e3eee425a641 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/pomegranate-salad-68.txt @@ -0,0 +1,9 @@ +- kosher salt +- parsley +- black pepper +- butter +- heavy cream +- garlic +- parmesan +- ginger + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/smoked-paprika-stew-91.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/smoked-paprika-stew-91.txt new file mode 100644 index 0000000000000000000000000000000000000000..f527895e907b2d1e68ed974c7f2cdc0e63952fa3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/smoked-paprika-stew-91.txt @@ -0,0 +1,9 @@ +- parsley +- tomato paste +- chicken stock +- heavy cream +- bay leaf +- ginger +- coriander +- black pepper + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/three-chili-tacos-86.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/three-chili-tacos-86.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b14ccb1d16c3391b271e7506ce92b7374ff24f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/mexican/three-chili-tacos-86.txt @@ -0,0 +1,7 @@ +- white onion +- kosher salt +- butter +- chicken stock +- parsley +- black pepper + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/herb-crusted-chicken-24.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/herb-crusted-chicken-24.txt new file mode 100644 index 0000000000000000000000000000000000000000..81ee3eb64b560075996dd47ec5730c46bf2f1ce2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/herb-crusted-chicken-24.txt @@ -0,0 +1,7 @@ +- cumin +- parsley +- chicken stock +- butter +- coriander +- olive oil + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/miso-glazed-salmon-32.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/miso-glazed-salmon-32.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ed3c706a71753a40cfd233264675666762926b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/miso-glazed-salmon-32.txt @@ -0,0 +1,7 @@ +- ginger +- white onion +- heavy cream +- parmesan +- cumin +- kosher salt + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/pomegranate-salad-17.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/pomegranate-salad-17.txt new file mode 100644 index 0000000000000000000000000000000000000000..61630ca8ac9b736771b16d2ad2a48d93765425bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/pomegranate-salad-17.txt @@ -0,0 +1,6 @@ +- lemon juice +- ginger +- smoked paprika +- fresh thyme +- white onion + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/three-chili-tacos-21.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/three-chili-tacos-21.txt new file mode 100644 index 0000000000000000000000000000000000000000..5adbb0d686d16f81871b24315b2e4ababd607b75 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/three-chili-tacos-21.txt @@ -0,0 +1,6 @@ +- smoked paprika +- butter +- lemon juice +- olive oil +- garlic + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/wood-oven-flatbread-43.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/wood-oven-flatbread-43.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2a8c1d09f24a3b69670f0acaf8132366f8c839e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/ingredients/thai/wood-oven-flatbread-43.txt @@ -0,0 +1,5 @@ +- lemon juice +- coriander +- smoked paprika +- black pepper + diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/herb-crusted-chicken-92.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/herb-crusted-chicken-92.md new file mode 100644 index 0000000000000000000000000000000000000000..a02f3ca400de473561d9edcdab504f4f1391239f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/herb-crusted-chicken-92.md @@ -0,0 +1,19 @@ +# Herb Crusted Chicken 92 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- tomato paste +- kosher salt +- parsley +- cumin +- ginger +- heavy cream +- bay leaf + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/pomegranate-salad-78.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/pomegranate-salad-78.md new file mode 100644 index 0000000000000000000000000000000000000000..481e828d18b1a8ee855d61afe6025373efc74f32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/pomegranate-salad-78.md @@ -0,0 +1,20 @@ +# Pomegranate Salad 78 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- bay leaf +- tomato paste +- ginger +- smoked paprika +- olive oil +- white onion +- garlic +- heavy cream + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-32.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-32.md new file mode 100644 index 0000000000000000000000000000000000000000..68da6aec36adabfa2ce5f93b8f645954524283a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-32.md @@ -0,0 +1,20 @@ +# Wood Oven Flatbread 32 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- coriander +- garlic +- butter +- chicken stock +- ginger +- black pepper +- tomato paste +- white onion + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-93.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-93.md new file mode 100644 index 0000000000000000000000000000000000000000..ac37db393fe69b31024c4b95eb093bd7e98bcd52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-93.md @@ -0,0 +1,20 @@ +# Wood Oven Flatbread 93 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parsley +- lemon juice +- white onion +- garlic +- cumin +- olive oil +- parmesan +- kosher salt + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-98.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-98.md new file mode 100644 index 0000000000000000000000000000000000000000..bba02f5af066c04359523294ee1419b02eb49551 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/french/wood-oven-flatbread-98.md @@ -0,0 +1,20 @@ +# Wood Oven Flatbread 98 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- ginger +- parmesan +- coriander +- heavy cream +- black pepper +- bay leaf +- cumin +- tomato paste + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/blackened-tempeh-21.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/blackened-tempeh-21.md new file mode 100644 index 0000000000000000000000000000000000000000..51486ab7b13bc26ebea74ecccb2677e50b3ed6da --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/blackened-tempeh-21.md @@ -0,0 +1,16 @@ +# Blackened Tempeh 21 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- heavy cream +- chicken stock +- parmesan +- smoked paprika + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/mushroom-polenta-67.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/mushroom-polenta-67.md new file mode 100644 index 0000000000000000000000000000000000000000..6e7f87418e2c4eb620763ebfbe7312b6eb18ada3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/mushroom-polenta-67.md @@ -0,0 +1,19 @@ +# Mushroom Polenta 67 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- chicken stock +- black pepper +- fresh thyme +- coriander +- parsley +- white onion +- butter + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/slow-braised-lamb-56.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/slow-braised-lamb-56.md new file mode 100644 index 0000000000000000000000000000000000000000..e550e9ebea23cc2eca4cfbd44937ec273334a30e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/slow-braised-lamb-56.md @@ -0,0 +1,20 @@ +# Slow Braised Lamb 56 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- white onion +- ginger +- heavy cream +- parsley +- garlic +- black pepper +- bay leaf + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/smoked-paprika-stew-90.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/smoked-paprika-stew-90.md new file mode 100644 index 0000000000000000000000000000000000000000..bb5d066c3dd825d8e1504e3085a6e6805bddc5b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/smoked-paprika-stew-90.md @@ -0,0 +1,18 @@ +# Smoked Paprika Stew 90 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- heavy cream +- fresh thyme +- garlic +- lemon juice +- parsley +- cumin + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/wood-oven-flatbread-67.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/wood-oven-flatbread-67.md new file mode 100644 index 0000000000000000000000000000000000000000..40d7a103dafca74a45f5bbf928b12be7a014ddc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/indian/wood-oven-flatbread-67.md @@ -0,0 +1,18 @@ +# Wood Oven Flatbread 67 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- cumin +- heavy cream +- coriander +- butter +- smoked paprika +- ginger + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/harissa-carrots-57.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/harissa-carrots-57.md new file mode 100644 index 0000000000000000000000000000000000000000..afe2950654cd05944270a4d410363eeffa71ee6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/harissa-carrots-57.md @@ -0,0 +1,19 @@ +# Harissa Carrots 57 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parmesan +- black pepper +- ginger +- lemon juice +- olive oil +- garlic +- smoked paprika + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/herb-crusted-chicken-88.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/herb-crusted-chicken-88.md new file mode 100644 index 0000000000000000000000000000000000000000..c8fd9eb60a82ff7719445b65992fa6b6245572b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/herb-crusted-chicken-88.md @@ -0,0 +1,17 @@ +# Herb Crusted Chicken 88 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parmesan +- butter +- chicken stock +- kosher salt +- smoked paprika + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/slow-braised-lamb-32.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/slow-braised-lamb-32.md new file mode 100644 index 0000000000000000000000000000000000000000..a3344ec7d615a47fe38d7aa596e6536abd375ffb --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/slow-braised-lamb-32.md @@ -0,0 +1,17 @@ +# Slow Braised Lamb 32 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- black pepper +- tomato paste +- smoked paprika +- coriander +- olive oil + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/slow-braised-lamb-38.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/slow-braised-lamb-38.md new file mode 100644 index 0000000000000000000000000000000000000000..363ef1159b36b0e5b88cb99c7d10f5135b1218c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/slow-braised-lamb-38.md @@ -0,0 +1,19 @@ +# Slow Braised Lamb 38 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- olive oil +- smoked paprika +- chicken stock +- tomato paste +- coriander +- cumin +- garlic + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/truffle-linguine-27.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/truffle-linguine-27.md new file mode 100644 index 0000000000000000000000000000000000000000..fd3b5ae8c799d09aefd4ba4946afaa6bb6a400a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/italian/truffle-linguine-27.md @@ -0,0 +1,17 @@ +# Truffle Linguine 27 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parmesan +- coriander +- smoked paprika +- heavy cream +- tomato paste + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/blackened-tempeh-39.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/blackened-tempeh-39.md new file mode 100644 index 0000000000000000000000000000000000000000..27c880e75b1fc9310d83cd9fa9c36a112af51b79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/blackened-tempeh-39.md @@ -0,0 +1,16 @@ +# Blackened Tempeh 39 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- chicken stock +- coriander +- garlic +- butter + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/sesame-noodles-60.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/sesame-noodles-60.md new file mode 100644 index 0000000000000000000000000000000000000000..a0fecd42d9c9296ad8413c0d90dfa0efc554f7c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/sesame-noodles-60.md @@ -0,0 +1,20 @@ +# Sesame Noodles 60 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- black pepper +- white onion +- chicken stock +- butter +- lemon juice +- heavy cream +- smoked paprika +- ginger + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/slow-braised-lamb-28.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/slow-braised-lamb-28.md new file mode 100644 index 0000000000000000000000000000000000000000..5c4fda9f5213d7e873dac41cb83e0e1b9ccd369e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/slow-braised-lamb-28.md @@ -0,0 +1,16 @@ +# Slow Braised Lamb 28 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- butter +- chicken stock +- parsley +- lemon juice + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/slow-braised-lamb-61.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/slow-braised-lamb-61.md new file mode 100644 index 0000000000000000000000000000000000000000..c409d41c10f47f662f02869d424e330d6d1d0db0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/slow-braised-lamb-61.md @@ -0,0 +1,19 @@ +# Slow Braised Lamb 61 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- black pepper +- white onion +- garlic +- kosher salt +- butter +- tomato paste +- lemon juice + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/smoked-paprika-stew-94.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/smoked-paprika-stew-94.md new file mode 100644 index 0000000000000000000000000000000000000000..51fe11df2bc977263e436dcfc7ed5c2572af8f1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/japanese/smoked-paprika-stew-94.md @@ -0,0 +1,19 @@ +# Smoked Paprika Stew 94 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- garlic +- coriander +- white onion +- butter +- smoked paprika +- fresh thyme + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/herb-crusted-chicken-46.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/herb-crusted-chicken-46.md new file mode 100644 index 0000000000000000000000000000000000000000..5e638bd6f3d271fbaf926b33f1b15dfadd0af574 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/herb-crusted-chicken-46.md @@ -0,0 +1,18 @@ +# Herb Crusted Chicken 46 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- coriander +- cumin +- chicken stock +- smoked paprika +- lemon juice +- parsley + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/mushroom-polenta-34.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/mushroom-polenta-34.md new file mode 100644 index 0000000000000000000000000000000000000000..be2c8e31a3a6104bd728d5cd006e9e5f85446265 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/mushroom-polenta-34.md @@ -0,0 +1,17 @@ +# Mushroom Polenta 34 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- smoked paprika +- kosher salt +- fresh thyme +- coriander +- garlic + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/pomegranate-salad-68.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/pomegranate-salad-68.md new file mode 100644 index 0000000000000000000000000000000000000000..e96e3e6d03ec56dca4170f83a14c711b9fb475aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/pomegranate-salad-68.md @@ -0,0 +1,20 @@ +# Pomegranate Salad 68 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- kosher salt +- parsley +- black pepper +- butter +- heavy cream +- garlic +- parmesan +- ginger + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/smoked-paprika-stew-91.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/smoked-paprika-stew-91.md new file mode 100644 index 0000000000000000000000000000000000000000..630d4d1ef3518dcad512834d456df79858e1c64d --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/smoked-paprika-stew-91.md @@ -0,0 +1,20 @@ +# Smoked Paprika Stew 91 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parsley +- tomato paste +- chicken stock +- heavy cream +- bay leaf +- ginger +- coriander +- black pepper + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/three-chili-tacos-86.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/three-chili-tacos-86.md new file mode 100644 index 0000000000000000000000000000000000000000..5b97c1ff1be8c40bdcbbd7d1d793fba9f399781a --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/mexican/three-chili-tacos-86.md @@ -0,0 +1,18 @@ +# Three Chili Tacos 86 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- white onion +- kosher salt +- butter +- chicken stock +- parsley +- black pepper + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/herb-crusted-chicken-24.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/herb-crusted-chicken-24.md new file mode 100644 index 0000000000000000000000000000000000000000..3268057fd3916f0a2b0bf9d547b240ecb0c14af6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/herb-crusted-chicken-24.md @@ -0,0 +1,18 @@ +# Herb Crusted Chicken 24 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- cumin +- parsley +- chicken stock +- butter +- coriander +- olive oil + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/miso-glazed-salmon-32.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/miso-glazed-salmon-32.md new file mode 100644 index 0000000000000000000000000000000000000000..9ad4e9b39e3bb9b619f5571c66300e0bc8fa13a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/miso-glazed-salmon-32.md @@ -0,0 +1,18 @@ +# Miso Glazed Salmon 32 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- ginger +- white onion +- heavy cream +- parmesan +- cumin +- kosher salt + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/pomegranate-salad-17.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/pomegranate-salad-17.md new file mode 100644 index 0000000000000000000000000000000000000000..fd04aa20c4483f7fcbf903052dd5cdafac9c9788 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/pomegranate-salad-17.md @@ -0,0 +1,17 @@ +# Pomegranate Salad 17 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- ginger +- smoked paprika +- fresh thyme +- white onion + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/three-chili-tacos-21.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/three-chili-tacos-21.md new file mode 100644 index 0000000000000000000000000000000000000000..e78fbe095592b2e9168e90ed30bc1ca4e71d8cb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/three-chili-tacos-21.md @@ -0,0 +1,17 @@ +# Three Chili Tacos 21 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- smoked paprika +- butter +- lemon juice +- olive oil +- garlic + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/wood-oven-flatbread-43.md b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/wood-oven-flatbread-43.md new file mode 100644 index 0000000000000000000000000000000000000000..4e0911c52639f06828c1e57d04667e6ab8203253 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/cookbook/recipes/thai/wood-oven-flatbread-43.md @@ -0,0 +1,16 @@ +# Wood Oven Flatbread 43 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- coriander +- smoked paprika +- black pepper + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/herb-crusted-chicken-92.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/herb-crusted-chicken-92.md new file mode 100644 index 0000000000000000000000000000000000000000..a02f3ca400de473561d9edcdab504f4f1391239f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/herb-crusted-chicken-92.md @@ -0,0 +1,19 @@ +# Herb Crusted Chicken 92 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- tomato paste +- kosher salt +- parsley +- cumin +- ginger +- heavy cream +- bay leaf + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/pomegranate-salad-78.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/pomegranate-salad-78.md new file mode 100644 index 0000000000000000000000000000000000000000..481e828d18b1a8ee855d61afe6025373efc74f32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/pomegranate-salad-78.md @@ -0,0 +1,20 @@ +# Pomegranate Salad 78 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- bay leaf +- tomato paste +- ginger +- smoked paprika +- olive oil +- white onion +- garlic +- heavy cream + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-32.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-32.md new file mode 100644 index 0000000000000000000000000000000000000000..68da6aec36adabfa2ce5f93b8f645954524283a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-32.md @@ -0,0 +1,20 @@ +# Wood Oven Flatbread 32 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- coriander +- garlic +- butter +- chicken stock +- ginger +- black pepper +- tomato paste +- white onion + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-93.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-93.md new file mode 100644 index 0000000000000000000000000000000000000000..ac37db393fe69b31024c4b95eb093bd7e98bcd52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-93.md @@ -0,0 +1,20 @@ +# Wood Oven Flatbread 93 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parsley +- lemon juice +- white onion +- garlic +- cumin +- olive oil +- parmesan +- kosher salt + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-98.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-98.md new file mode 100644 index 0000000000000000000000000000000000000000..bba02f5af066c04359523294ee1419b02eb49551 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/french/wood-oven-flatbread-98.md @@ -0,0 +1,20 @@ +# Wood Oven Flatbread 98 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- ginger +- parmesan +- coriander +- heavy cream +- black pepper +- bay leaf +- cumin +- tomato paste + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/blackened-tempeh-21.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/blackened-tempeh-21.md new file mode 100644 index 0000000000000000000000000000000000000000..51486ab7b13bc26ebea74ecccb2677e50b3ed6da --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/blackened-tempeh-21.md @@ -0,0 +1,16 @@ +# Blackened Tempeh 21 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- heavy cream +- chicken stock +- parmesan +- smoked paprika + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/mushroom-polenta-67.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/mushroom-polenta-67.md new file mode 100644 index 0000000000000000000000000000000000000000..6e7f87418e2c4eb620763ebfbe7312b6eb18ada3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/mushroom-polenta-67.md @@ -0,0 +1,19 @@ +# Mushroom Polenta 67 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- chicken stock +- black pepper +- fresh thyme +- coriander +- parsley +- white onion +- butter + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/slow-braised-lamb-56.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/slow-braised-lamb-56.md new file mode 100644 index 0000000000000000000000000000000000000000..e550e9ebea23cc2eca4cfbd44937ec273334a30e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/slow-braised-lamb-56.md @@ -0,0 +1,20 @@ +# Slow Braised Lamb 56 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- white onion +- ginger +- heavy cream +- parsley +- garlic +- black pepper +- bay leaf + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/smoked-paprika-stew-90.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/smoked-paprika-stew-90.md new file mode 100644 index 0000000000000000000000000000000000000000..bb5d066c3dd825d8e1504e3085a6e6805bddc5b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/smoked-paprika-stew-90.md @@ -0,0 +1,18 @@ +# Smoked Paprika Stew 90 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- heavy cream +- fresh thyme +- garlic +- lemon juice +- parsley +- cumin + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/wood-oven-flatbread-67.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/wood-oven-flatbread-67.md new file mode 100644 index 0000000000000000000000000000000000000000..40d7a103dafca74a45f5bbf928b12be7a014ddc9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/indian/wood-oven-flatbread-67.md @@ -0,0 +1,18 @@ +# Wood Oven Flatbread 67 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- cumin +- heavy cream +- coriander +- butter +- smoked paprika +- ginger + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/harissa-carrots-57.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/harissa-carrots-57.md new file mode 100644 index 0000000000000000000000000000000000000000..afe2950654cd05944270a4d410363eeffa71ee6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/harissa-carrots-57.md @@ -0,0 +1,19 @@ +# Harissa Carrots 57 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parmesan +- black pepper +- ginger +- lemon juice +- olive oil +- garlic +- smoked paprika + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/herb-crusted-chicken-88.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/herb-crusted-chicken-88.md new file mode 100644 index 0000000000000000000000000000000000000000..c8fd9eb60a82ff7719445b65992fa6b6245572b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/herb-crusted-chicken-88.md @@ -0,0 +1,17 @@ +# Herb Crusted Chicken 88 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parmesan +- butter +- chicken stock +- kosher salt +- smoked paprika + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/slow-braised-lamb-32.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/slow-braised-lamb-32.md new file mode 100644 index 0000000000000000000000000000000000000000..a3344ec7d615a47fe38d7aa596e6536abd375ffb --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/slow-braised-lamb-32.md @@ -0,0 +1,17 @@ +# Slow Braised Lamb 32 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- black pepper +- tomato paste +- smoked paprika +- coriander +- olive oil + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/slow-braised-lamb-38.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/slow-braised-lamb-38.md new file mode 100644 index 0000000000000000000000000000000000000000..363ef1159b36b0e5b88cb99c7d10f5135b1218c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/slow-braised-lamb-38.md @@ -0,0 +1,19 @@ +# Slow Braised Lamb 38 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- olive oil +- smoked paprika +- chicken stock +- tomato paste +- coriander +- cumin +- garlic + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/truffle-linguine-27.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/truffle-linguine-27.md new file mode 100644 index 0000000000000000000000000000000000000000..fd3b5ae8c799d09aefd4ba4946afaa6bb6a400a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/italian/truffle-linguine-27.md @@ -0,0 +1,17 @@ +# Truffle Linguine 27 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parmesan +- coriander +- smoked paprika +- heavy cream +- tomato paste + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/blackened-tempeh-39.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/blackened-tempeh-39.md new file mode 100644 index 0000000000000000000000000000000000000000..27c880e75b1fc9310d83cd9fa9c36a112af51b79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/blackened-tempeh-39.md @@ -0,0 +1,16 @@ +# Blackened Tempeh 39 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- chicken stock +- coriander +- garlic +- butter + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/sesame-noodles-60.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/sesame-noodles-60.md new file mode 100644 index 0000000000000000000000000000000000000000..a0fecd42d9c9296ad8413c0d90dfa0efc554f7c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/sesame-noodles-60.md @@ -0,0 +1,20 @@ +# Sesame Noodles 60 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- black pepper +- white onion +- chicken stock +- butter +- lemon juice +- heavy cream +- smoked paprika +- ginger + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/slow-braised-lamb-28.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/slow-braised-lamb-28.md new file mode 100644 index 0000000000000000000000000000000000000000..5c4fda9f5213d7e873dac41cb83e0e1b9ccd369e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/slow-braised-lamb-28.md @@ -0,0 +1,16 @@ +# Slow Braised Lamb 28 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- butter +- chicken stock +- parsley +- lemon juice + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/slow-braised-lamb-61.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/slow-braised-lamb-61.md new file mode 100644 index 0000000000000000000000000000000000000000..c409d41c10f47f662f02869d424e330d6d1d0db0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/slow-braised-lamb-61.md @@ -0,0 +1,19 @@ +# Slow Braised Lamb 61 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- black pepper +- white onion +- garlic +- kosher salt +- butter +- tomato paste +- lemon juice + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/smoked-paprika-stew-94.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/smoked-paprika-stew-94.md new file mode 100644 index 0000000000000000000000000000000000000000..51fe11df2bc977263e436dcfc7ed5c2572af8f1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/japanese/smoked-paprika-stew-94.md @@ -0,0 +1,19 @@ +# Smoked Paprika Stew 94 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- garlic +- coriander +- white onion +- butter +- smoked paprika +- fresh thyme + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/herb-crusted-chicken-46.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/herb-crusted-chicken-46.md new file mode 100644 index 0000000000000000000000000000000000000000..5e638bd6f3d271fbaf926b33f1b15dfadd0af574 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/herb-crusted-chicken-46.md @@ -0,0 +1,18 @@ +# Herb Crusted Chicken 46 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- coriander +- cumin +- chicken stock +- smoked paprika +- lemon juice +- parsley + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/mushroom-polenta-34.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/mushroom-polenta-34.md new file mode 100644 index 0000000000000000000000000000000000000000..be2c8e31a3a6104bd728d5cd006e9e5f85446265 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/mushroom-polenta-34.md @@ -0,0 +1,17 @@ +# Mushroom Polenta 34 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- smoked paprika +- kosher salt +- fresh thyme +- coriander +- garlic + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/pomegranate-salad-68.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/pomegranate-salad-68.md new file mode 100644 index 0000000000000000000000000000000000000000..e96e3e6d03ec56dca4170f83a14c711b9fb475aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/pomegranate-salad-68.md @@ -0,0 +1,20 @@ +# Pomegranate Salad 68 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- kosher salt +- parsley +- black pepper +- butter +- heavy cream +- garlic +- parmesan +- ginger + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/smoked-paprika-stew-91.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/smoked-paprika-stew-91.md new file mode 100644 index 0000000000000000000000000000000000000000..630d4d1ef3518dcad512834d456df79858e1c64d --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/smoked-paprika-stew-91.md @@ -0,0 +1,20 @@ +# Smoked Paprika Stew 91 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- parsley +- tomato paste +- chicken stock +- heavy cream +- bay leaf +- ginger +- coriander +- black pepper + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/three-chili-tacos-86.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/three-chili-tacos-86.md new file mode 100644 index 0000000000000000000000000000000000000000..5b97c1ff1be8c40bdcbbd7d1d793fba9f399781a --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/mexican/three-chili-tacos-86.md @@ -0,0 +1,18 @@ +# Three Chili Tacos 86 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- white onion +- kosher salt +- butter +- chicken stock +- parsley +- black pepper + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/herb-crusted-chicken-24.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/herb-crusted-chicken-24.md new file mode 100644 index 0000000000000000000000000000000000000000..3268057fd3916f0a2b0bf9d547b240ecb0c14af6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/herb-crusted-chicken-24.md @@ -0,0 +1,18 @@ +# Herb Crusted Chicken 24 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- cumin +- parsley +- chicken stock +- butter +- coriander +- olive oil + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/miso-glazed-salmon-32.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/miso-glazed-salmon-32.md new file mode 100644 index 0000000000000000000000000000000000000000..9ad4e9b39e3bb9b619f5571c66300e0bc8fa13a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/miso-glazed-salmon-32.md @@ -0,0 +1,18 @@ +# Miso Glazed Salmon 32 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- ginger +- white onion +- heavy cream +- parmesan +- cumin +- kosher salt + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/pomegranate-salad-17.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/pomegranate-salad-17.md new file mode 100644 index 0000000000000000000000000000000000000000..fd04aa20c4483f7fcbf903052dd5cdafac9c9788 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/pomegranate-salad-17.md @@ -0,0 +1,17 @@ +# Pomegranate Salad 17 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- ginger +- smoked paprika +- fresh thyme +- white onion + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/three-chili-tacos-21.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/three-chili-tacos-21.md new file mode 100644 index 0000000000000000000000000000000000000000..e78fbe095592b2e9168e90ed30bc1ca4e71d8cb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/three-chili-tacos-21.md @@ -0,0 +1,17 @@ +# Three Chili Tacos 21 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- smoked paprika +- butter +- lemon juice +- olive oil +- garlic + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/wood-oven-flatbread-43.md b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/wood-oven-flatbread-43.md new file mode 100644 index 0000000000000000000000000000000000000000..4e0911c52639f06828c1e57d04667e6ab8203253 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/cookbook/recipes/thai/wood-oven-flatbread-43.md @@ -0,0 +1,16 @@ +# Wood Oven Flatbread 43 + +## Summary +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a + +## Ingredients +- lemon juice +- coriander +- smoked paprika +- black pepper + +## Steps +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_770a57df35/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-01/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-01/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ce84e9e5d0bd5a8e1a2f4da546f4fd85bf94c1d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-01/batch-am.tsv @@ -0,0 +1,17 @@ +col1 col2 col3 +r13418 753 alpha +r98709 607 gamma +r25255 816 beta +r67679 707 beta +r56518 10 gamma +r22732 989 alpha +r97493 285 beta +r27286 857 beta +r96634 889 alpha +r11563 374 gamma +r28917 185 alpha +r31725 327 beta +r35317 344 beta +r59165 200 alpha +r80665 918 alpha +r52064 842 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-01/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-01/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..931745a74c2b01a9d3e26d72442b6d53f71cd207 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-01/batch-night.tsv @@ -0,0 +1,17 @@ +col1 col2 col3 +r22722 792 beta +r30240 737 gamma +r21553 176 beta +r67296 842 beta +r79896 183 alpha +r81167 62 beta +r52706 693 beta +r22978 959 gamma +r82996 899 gamma +r59017 431 alpha +r95714 895 beta +r39140 189 alpha +r57741 31 gamma +r35483 624 alpha +r61747 267 alpha +r40502 479 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-03/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-03/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e89b698b64442024f42c153666162417e9c9369f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-03/batch-am.tsv @@ -0,0 +1,19 @@ +col1 col2 col3 +r36401 975 beta +r54989 495 gamma +r51212 165 gamma +r60093 405 alpha +r88876 476 beta +r70583 199 gamma +r97688 396 gamma +r83920 458 alpha +r92990 335 beta +r47407 960 beta +r91381 963 alpha +r98487 926 alpha +r94036 832 beta +r65944 552 beta +r30704 997 alpha +r51845 377 gamma +r65974 278 alpha +r93431 310 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-03/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-03/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..85707d37e9b9e97b1da1124a6b70af7a1da3025a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-03/batch-pm.tsv @@ -0,0 +1,17 @@ +col1 col2 col3 +r44736 264 beta +r56475 289 gamma +r54811 593 gamma +r96538 441 gamma +r31839 455 beta +r64357 330 gamma +r52056 238 alpha +r63800 139 gamma +r71316 931 alpha +r94286 580 alpha +r52830 305 alpha +r86155 943 beta +r46885 957 alpha +r19147 496 alpha +r63211 338 alpha +r96290 157 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-05/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-05/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a4a81ed3f222e97f4fe284df1d10942581ae7474 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-05/batch-am.tsv @@ -0,0 +1,22 @@ +col1 col2 col3 +r37409 824 beta +r74810 902 alpha +r53038 737 gamma +r82503 553 alpha +r89320 949 gamma +r50247 351 beta +r86926 777 gamma +r73035 234 beta +r44949 438 alpha +r82468 855 gamma +r27918 859 gamma +r69115 498 beta +r41412 963 gamma +r48009 854 alpha +r96379 242 alpha +r28049 589 beta +r30915 297 alpha +r18848 888 alpha +r78050 817 gamma +r55155 121 gamma +r39917 620 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-05/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-05/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c8f7fbd18c9818fbabb2123cd246d57d960056df --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-05/batch-pm.tsv @@ -0,0 +1,22 @@ +col1 col2 col3 +r83500 221 gamma +r36329 988 gamma +r71227 843 beta +r37474 168 gamma +r69676 153 gamma +r59840 751 alpha +r48560 759 gamma +r52695 845 gamma +r18444 342 beta +r41043 600 alpha +r66243 596 beta +r89096 947 alpha +r20037 190 gamma +r13003 982 beta +r33618 372 alpha +r73872 442 beta +r61610 350 alpha +r19623 188 beta +r42261 124 beta +r39090 545 alpha +r21558 548 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-07/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-07/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9d3d907813de0296046e6c9712c59b7bb2eb2131 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-07/batch-night.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r66267 193 beta +r33288 945 gamma +r81160 20 beta +r56756 997 gamma +r88504 348 gamma +r35351 309 alpha +r80234 677 gamma +r33141 374 gamma +r45594 26 beta +r58812 604 gamma +r17807 906 beta +r22551 813 alpha +r83996 184 gamma +r72198 161 alpha +r30715 27 gamma +r85144 391 alpha +r92318 604 gamma +r85586 32 gamma +r10151 550 gamma +r18520 85 gamma +r17127 642 gamma +r17206 680 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-07/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-07/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ce03dd0b54dcc998361b9f9515b4122ffe28896c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-07/batch-pm.tsv @@ -0,0 +1,19 @@ +col1 col2 col3 +r25189 271 beta +r51639 895 beta +r38262 858 gamma +r74430 560 gamma +r36023 591 beta +r36815 823 beta +r88697 709 alpha +r10281 590 beta +r61152 367 gamma +r14599 846 beta +r52020 438 gamma +r43008 148 beta +r81442 918 beta +r71650 253 gamma +r23873 637 beta +r70645 836 beta +r55447 914 alpha +r71107 605 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-09/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-09/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bfddd9a813fab1bd41529cfcfc56cd3ff988c003 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-09/batch-am.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r68619 494 beta +r85934 746 alpha +r95388 697 gamma +r62333 89 alpha +r75205 889 beta +r51599 893 beta +r55360 236 beta +r38642 534 beta +r18824 632 gamma +r36251 254 alpha +r98639 552 beta +r35828 732 gamma +r33958 731 gamma +r59740 965 alpha +r29392 766 beta +r27541 16 beta +r15788 289 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-09/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-09/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3e7dc2eaccd54f706b64022989adeaa7d3ec75aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-09/batch-pm.tsv @@ -0,0 +1,17 @@ +col1 col2 col3 +r64640 63 gamma +r66829 187 alpha +r17735 532 beta +r47708 977 gamma +r95013 589 alpha +r54970 452 beta +r91973 457 gamma +r52708 461 beta +r15331 386 alpha +r95840 413 alpha +r19002 707 gamma +r31025 817 gamma +r17513 759 beta +r70058 266 gamma +r49234 678 alpha +r39835 402 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-11/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-11/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1090d408691a112ca72f9f2503e3510619334433 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-11/batch-am.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r34842 475 gamma +r63224 882 alpha +r82677 357 alpha +r61712 114 gamma +r68731 334 beta +r67719 654 beta +r99598 165 beta +r65165 142 alpha +r11716 467 gamma +r19261 697 alpha +r32584 645 beta +r50593 303 gamma +r46240 460 alpha +r68383 569 beta +r73001 998 gamma +r58130 410 beta +r99636 851 alpha +r37543 165 beta +r53209 399 alpha +r54232 871 gamma +r17012 21 alpha +r98505 250 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-11/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-11/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ea174e4c12cb92ed83b66acac698925a403601d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-11/batch-pm.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r85502 142 beta +r47354 753 beta +r53019 396 alpha +r62155 369 gamma +r60422 334 alpha +r96395 769 beta +r88991 929 gamma +r39200 604 gamma +r88303 242 alpha +r33263 146 gamma +r68794 320 gamma +r16223 869 gamma +r76226 404 beta +r98368 838 gamma +r77884 534 alpha +r30614 213 beta +r69484 967 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-13/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-13/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0ff264c06ad19d108c235bf0ab2049a7ac503726 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-13/batch-am.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r83968 28 gamma +r16153 933 beta +r68091 420 beta +r46118 177 alpha +r72053 922 gamma +r85436 108 gamma +r15956 606 alpha +r96036 555 alpha +r26325 932 beta +r73067 329 beta +r75214 794 gamma +r49194 376 gamma +r57440 718 gamma +r68450 291 alpha +r34386 475 beta +r49982 296 alpha +r56408 3 gamma +r23623 625 alpha +r18063 399 gamma +r97734 227 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-13/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-13/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..691c8384ff4500a6c3315d9940c02840b8e9ad82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-13/batch-pm.tsv @@ -0,0 +1,16 @@ +col1 col2 col3 +r83082 364 gamma +r50498 21 beta +r64173 408 alpha +r59671 431 gamma +r92408 3 beta +r62130 521 beta +r91021 8 gamma +r49870 916 beta +r41023 267 gamma +r41492 203 alpha +r26525 376 alpha +r97519 101 gamma +r72121 80 gamma +r96299 737 beta +r83554 284 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-15/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-15/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..466fb9aaa87b512214180531bca666b749d9815a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-15/batch-am.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r10135 777 alpha +r64087 58 alpha +r74447 433 beta +r94727 280 beta +r48775 684 gamma +r41445 974 gamma +r20573 223 gamma +r80571 737 beta +r28923 231 beta +r63709 753 alpha +r58472 454 alpha +r35845 226 gamma +r44875 261 gamma +r21236 495 alpha +r77292 441 gamma +r24493 273 gamma +r31830 715 beta +r48619 579 beta +r33787 17 gamma +r99960 32 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-15/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-15/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5e3209ed6c378a9779255c9255f7c5807b36b5f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/ad-impressions/2024-03-15/batch-night.tsv @@ -0,0 +1,16 @@ +col1 col2 col3 +r49630 525 alpha +r91883 385 gamma +r82597 496 alpha +r44827 280 alpha +r88142 958 beta +r15264 308 beta +r76621 616 beta +r52313 913 gamma +r90993 577 gamma +r64863 440 gamma +r18982 623 gamma +r73789 560 beta +r33474 704 gamma +r72596 515 gamma +r21587 69 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-01/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-01/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..2335cd984ba0fc04ccf27e37b3522250e32ab13c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-01/batch-night.tsv @@ -0,0 +1,16 @@ +col1 col2 col3 +r56539 334 gamma +r15573 813 beta +r33138 454 alpha +r71003 344 alpha +r96526 344 gamma +r24797 203 gamma +r12804 628 beta +r83815 989 beta +r66397 648 alpha +r62807 701 gamma +r55994 294 gamma +r84509 295 beta +r27117 756 beta +r93137 35 gamma +r49839 211 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-01/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-01/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1191a0bfc0129e39d26f1c05678373b2f489461e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-01/batch-pm.tsv @@ -0,0 +1,17 @@ +col1 col2 col3 +r49674 460 gamma +r26181 245 alpha +r98347 391 gamma +r60095 434 beta +r41201 788 gamma +r35886 399 gamma +r30402 445 gamma +r46212 910 gamma +r63150 356 beta +r27579 98 gamma +r13207 625 beta +r64517 367 beta +r20180 585 gamma +r32491 502 gamma +r21555 564 gamma +r46182 278 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-03/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-03/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b0d9da87b254c1fcb45fc24327fef4cda09369c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-03/batch-am.tsv @@ -0,0 +1,19 @@ +col1 col2 col3 +r58549 569 gamma +r19453 607 beta +r45785 569 gamma +r46407 231 alpha +r57844 809 beta +r41941 400 alpha +r96801 874 beta +r84528 285 beta +r29639 30 gamma +r10652 181 alpha +r74342 875 alpha +r65011 354 gamma +r47039 990 beta +r30247 891 alpha +r58303 716 alpha +r22272 984 gamma +r23036 452 alpha +r41727 439 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-03/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-03/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3966ebe58552871236c559b86afbdab496864ad6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-03/batch-pm.tsv @@ -0,0 +1,20 @@ +col1 col2 col3 +r10882 426 beta +r27332 229 beta +r56457 366 alpha +r56438 760 alpha +r27492 835 beta +r71976 674 beta +r82693 777 gamma +r79279 131 beta +r79575 786 gamma +r88597 301 alpha +r29926 272 beta +r18252 887 gamma +r13019 384 gamma +r53214 448 beta +r20993 940 gamma +r40298 840 beta +r23666 598 alpha +r57272 373 alpha +r36461 967 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-05/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-05/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..73bfbe0741f70f64c4f92ef6e9db6d524f0a2265 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-05/batch-am.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r34384 656 beta +r32745 47 gamma +r47800 37 beta +r49603 375 beta +r75975 527 gamma +r84727 850 gamma +r70192 571 beta +r92923 868 alpha +r48296 646 beta +r90606 40 beta +r69960 379 alpha +r96170 742 beta +r70539 123 gamma +r11951 326 beta +r76165 427 alpha +r45497 715 beta +r11566 402 gamma +r86503 28 alpha +r26433 463 gamma +r81460 56 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-05/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-05/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f4aa633d70e388b8e440151bff53e995564c4ccf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-05/batch-pm.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r53157 249 beta +r37494 934 alpha +r66304 331 alpha +r90628 482 beta +r55920 989 alpha +r96481 908 gamma +r75177 310 gamma +r24497 269 gamma +r30837 181 beta +r57769 71 beta +r45882 933 beta +r11389 171 gamma +r25526 240 alpha +r14606 634 beta +r51178 400 gamma +r49264 566 gamma +r83938 310 gamma +r94690 144 gamma +r48848 560 alpha +r86744 238 beta +r38939 70 gamma +r45042 455 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-07/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-07/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..be7c49b918859fe4319d77aba1aaeb2864ba12af --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-07/batch-am.tsv @@ -0,0 +1,20 @@ +col1 col2 col3 +r14511 152 alpha +r19771 973 beta +r66585 801 gamma +r40620 347 beta +r13954 22 alpha +r80855 667 alpha +r67888 84 gamma +r37564 546 gamma +r90455 224 gamma +r51632 652 alpha +r86741 480 alpha +r44455 988 gamma +r87420 782 alpha +r70181 994 beta +r56223 811 gamma +r10013 939 gamma +r57167 271 alpha +r78178 806 gamma +r34440 373 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-07/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-07/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..642a71f5b22101686da65333b0c4e7d951b45dea --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-07/batch-night.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r43511 644 gamma +r75571 79 alpha +r78603 366 gamma +r75820 169 gamma +r50834 623 alpha +r22219 735 beta +r63897 865 beta +r33637 707 beta +r23859 509 alpha +r86113 109 beta +r58396 447 gamma +r60925 178 gamma +r94621 164 beta +r52496 413 gamma +r50513 565 gamma +r54561 203 beta +r26949 932 gamma +r10988 536 alpha +r17279 15 gamma +r64372 108 alpha +r30814 880 alpha +r79476 400 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-09/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-09/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..66c5b16f34d29a8eae0bbdc7bfd4c759828d6e53 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-09/batch-am.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r53728 275 beta +r67172 452 gamma +r68214 581 gamma +r80992 539 gamma +r65785 550 alpha +r81465 606 alpha +r39228 995 gamma +r53624 967 gamma +r39756 137 beta +r43842 730 gamma +r15930 108 gamma +r69751 367 alpha +r34902 150 beta +r53891 627 alpha +r73117 1 beta +r95922 907 beta +r18729 736 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-09/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-09/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e2271459090412e95f1fc41026dbb8b1c2d6a7ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-09/batch-night.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r62423 143 gamma +r20684 3 alpha +r40471 952 alpha +r18912 402 alpha +r73144 927 gamma +r80081 727 alpha +r93438 952 alpha +r48697 453 alpha +r56778 782 alpha +r93806 389 alpha +r73429 498 gamma +r74688 623 beta +r89932 593 alpha +r97072 34 beta +r10259 93 alpha +r38804 979 alpha +r55898 939 alpha +r86450 733 alpha +r73338 430 gamma +r10437 336 alpha +r59104 339 beta +r96800 608 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-11/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-11/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..45eac9d03a13f4982dcf2fb1d3a665a0829d096a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-11/batch-am.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r21621 326 alpha +r55272 136 gamma +r41665 224 beta +r10384 536 beta +r66255 799 beta +r70131 166 alpha +r43014 904 gamma +r36748 456 gamma +r31464 513 beta +r64605 193 beta +r74116 524 beta +r98153 630 gamma +r25311 618 beta +r25484 237 alpha +r59789 641 beta +r78021 571 alpha +r43171 502 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-11/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-11/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6d94dc1534ca726519d8b0c5ec7422f0d0c6624c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-11/batch-pm.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r79785 352 gamma +r86412 444 beta +r39654 215 alpha +r53722 764 gamma +r30213 285 alpha +r34195 89 beta +r51834 415 beta +r28060 208 beta +r43242 718 beta +r79853 355 beta +r66553 860 beta +r30870 370 alpha +r93845 684 beta +r12978 457 gamma +r13480 6 beta +r79855 697 gamma +r81987 503 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-13/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-13/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..67db904a989653c818875807366ecd0dc88e60b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-13/batch-night.tsv @@ -0,0 +1,19 @@ +col1 col2 col3 +r32610 20 beta +r78607 919 gamma +r82053 216 alpha +r10835 270 gamma +r64677 387 alpha +r92306 855 gamma +r63467 809 gamma +r77889 110 alpha +r51004 995 alpha +r90400 805 alpha +r14271 860 gamma +r14987 932 beta +r50421 307 gamma +r34562 455 beta +r47728 324 beta +r87277 217 beta +r35038 112 beta +r45292 883 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-13/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-13/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..77567189ebe8463d3b8f05078d1af3fc9bbfd0ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-13/batch-pm.tsv @@ -0,0 +1,19 @@ +col1 col2 col3 +r46170 693 beta +r54929 959 alpha +r93738 587 gamma +r42056 177 alpha +r54138 981 beta +r68916 62 beta +r29451 898 alpha +r41517 161 gamma +r48726 450 gamma +r27236 42 gamma +r10876 150 beta +r10941 182 beta +r80134 770 alpha +r28705 486 gamma +r76863 11 beta +r77622 488 alpha +r69034 156 beta +r39982 932 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-15/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-15/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6b56b58444e27f3ed118333e46d9cfb22babb7f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-15/batch-night.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r66383 165 gamma +r67993 166 beta +r40201 649 beta +r27346 639 alpha +r55687 431 gamma +r85223 378 beta +r13938 485 beta +r34376 93 alpha +r33044 236 gamma +r71909 952 alpha +r49244 786 alpha +r61240 324 beta +r42266 896 beta +r10747 416 gamma +r93148 569 alpha +r81297 13 beta +r13797 323 gamma +r67737 286 alpha +r62546 267 gamma +r56513 357 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-15/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-15/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..87f49db37952d3c7791f4e0d566e27ddddc43d5d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/click-stream/2024-03-15/batch-pm.tsv @@ -0,0 +1,20 @@ +col1 col2 col3 +r57135 583 beta +r52007 381 alpha +r63153 345 gamma +r78929 491 beta +r66665 943 beta +r62721 199 beta +r39135 267 gamma +r26726 542 gamma +r96314 134 alpha +r13788 658 alpha +r88495 421 alpha +r50550 573 gamma +r62599 763 gamma +r12033 937 beta +r23303 146 gamma +r71938 577 gamma +r43089 546 gamma +r11487 235 beta +r51772 563 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-01/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-01/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..26782e06912e49ccd235fa4a0a570701aeded5d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-01/batch-night.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r35149 306 beta +r54095 887 beta +r41765 999 beta +r17521 628 alpha +r60326 401 gamma +r85081 355 beta +r63656 162 alpha +r82837 900 beta +r55235 114 alpha +r86973 333 alpha +r20604 981 gamma +r76110 400 gamma +r51830 108 beta +r32133 258 gamma +r98787 512 gamma +r49620 670 gamma +r26888 574 alpha +r97047 571 beta +r27523 451 alpha +r12034 177 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-01/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-01/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..81010ebd18474272920a1672b39c32ea3cda5e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-01/batch-pm.tsv @@ -0,0 +1,22 @@ +col1 col2 col3 +r35963 201 gamma +r62167 993 alpha +r66065 454 beta +r14728 921 gamma +r52728 207 alpha +r74784 645 gamma +r94245 536 alpha +r62726 335 beta +r26830 436 beta +r96107 38 gamma +r42580 771 beta +r68580 483 beta +r45508 992 alpha +r33229 891 gamma +r23088 40 beta +r44171 12 alpha +r37917 937 alpha +r26354 367 alpha +r38920 706 gamma +r35955 447 alpha +r50390 917 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-03/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-03/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3d87f7f69d9afcdf484c5e5670cd1efb011a928f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-03/batch-night.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r89184 140 alpha +r75517 104 alpha +r84111 825 alpha +r93500 14 alpha +r95443 884 alpha +r75051 393 alpha +r58112 200 gamma +r99298 692 alpha +r37006 423 beta +r14759 952 gamma +r43306 775 beta +r75482 250 gamma +r40703 871 gamma +r71697 964 gamma +r32647 75 alpha +r69492 482 gamma +r40693 85 gamma +r37218 21 alpha +r64782 990 alpha +r94810 321 gamma +r92260 892 gamma +r88000 522 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-03/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-03/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..699a6c61a7ac0da4085cb74431a287294ed9e64a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-03/batch-pm.tsv @@ -0,0 +1,22 @@ +col1 col2 col3 +r61535 578 beta +r58680 319 alpha +r42738 196 alpha +r88975 565 gamma +r83592 460 beta +r60398 552 gamma +r25600 258 alpha +r93266 941 beta +r96672 504 gamma +r25739 974 gamma +r46510 827 alpha +r58147 621 beta +r91026 477 alpha +r16824 990 gamma +r82387 206 beta +r54550 350 alpha +r91852 593 alpha +r39833 85 beta +r99582 263 gamma +r35395 833 alpha +r49529 201 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-05/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-05/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..09d782e65f838711d2234eb85df5e72d180463bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-05/batch-am.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r92628 760 alpha +r47435 207 alpha +r92251 531 beta +r38274 936 alpha +r81251 20 beta +r54135 753 alpha +r18400 538 gamma +r89285 242 beta +r50608 206 beta +r91653 296 alpha +r68608 608 beta +r57676 444 beta +r87391 279 gamma +r80036 199 alpha +r21507 378 alpha +r38946 992 gamma +r32972 720 alpha +r42480 430 gamma +r43935 497 alpha +r10588 957 alpha +r22020 509 alpha +r16795 830 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-05/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-05/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..95118da47d2a072b01d5e43d70dfc5e8b40557d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-05/batch-pm.tsv @@ -0,0 +1,16 @@ +col1 col2 col3 +r55043 832 beta +r54198 207 alpha +r28446 748 beta +r11880 22 alpha +r49448 885 gamma +r63129 328 alpha +r86580 80 beta +r16473 675 gamma +r69080 376 gamma +r26490 965 beta +r44633 567 beta +r52668 178 gamma +r34636 267 gamma +r96994 219 beta +r96876 722 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-07/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-07/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e0f64e3b3d55f4bed64a7aa6ac31011e713f3093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-07/batch-night.tsv @@ -0,0 +1,22 @@ +col1 col2 col3 +r72467 488 alpha +r92040 246 alpha +r60875 789 beta +r27360 539 beta +r15828 616 alpha +r46379 429 gamma +r18566 979 beta +r33139 169 alpha +r78314 743 gamma +r24193 65 beta +r80208 26 alpha +r19534 560 beta +r94903 391 gamma +r48280 913 beta +r77502 213 gamma +r18667 429 gamma +r49720 7 alpha +r83180 828 beta +r41443 395 alpha +r20719 791 gamma +r29230 6 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-07/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-07/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..113199655394fa0449ebf2619cb386bef91fe78c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-07/batch-pm.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r77970 295 alpha +r44430 809 alpha +r57851 916 gamma +r41081 64 alpha +r54883 559 beta +r78520 205 gamma +r54939 858 alpha +r35707 371 gamma +r94899 476 alpha +r76114 156 alpha +r25493 146 gamma +r40851 903 beta +r74764 562 gamma +r91170 262 gamma +r57896 306 gamma +r73502 273 alpha +r13995 340 beta +r85621 215 beta +r74029 858 alpha +r68030 63 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-09/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-09/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..cbfdaaa2835ebbc94bf97040dea3ceae0e43156e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-09/batch-night.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r50480 486 beta +r50631 610 beta +r66518 632 gamma +r25188 527 beta +r16787 433 alpha +r28415 961 beta +r32523 372 beta +r69980 395 beta +r86336 969 beta +r33308 779 gamma +r97276 886 gamma +r64603 940 alpha +r55024 714 gamma +r34268 444 gamma +r86680 118 gamma +r84368 806 alpha +r48269 605 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-09/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-09/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..edac92a4495471ddc0365969b407d74ff252a65d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-09/batch-pm.tsv @@ -0,0 +1,18 @@ +col1 col2 col3 +r16795 338 beta +r82566 648 alpha +r87462 361 beta +r30631 381 gamma +r13104 138 beta +r82652 125 alpha +r86031 367 gamma +r87628 946 gamma +r62491 195 alpha +r44709 699 alpha +r22141 456 gamma +r60298 450 alpha +r67438 561 beta +r42360 794 gamma +r16432 367 gamma +r12862 30 alpha +r89735 838 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-11/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-11/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9dd753af9490360b09d429ab1af9a4a3d3cc3f90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-11/batch-am.tsv @@ -0,0 +1,16 @@ +col1 col2 col3 +r94778 221 beta +r62760 581 gamma +r39431 783 gamma +r63095 110 alpha +r31117 579 beta +r40104 519 gamma +r32109 728 gamma +r85286 486 beta +r27541 542 beta +r73773 402 alpha +r16622 265 beta +r97303 565 beta +r12854 526 gamma +r62215 398 beta +r22094 952 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-11/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-11/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..af3bc07f490a85791666ec38e3ddbaa020f08b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-11/batch-night.tsv @@ -0,0 +1,22 @@ +col1 col2 col3 +r11043 686 alpha +r88379 861 gamma +r93892 634 gamma +r67105 623 gamma +r30604 24 beta +r77579 772 gamma +r68619 192 beta +r24867 672 beta +r23300 941 beta +r15574 983 alpha +r70533 307 gamma +r88473 329 gamma +r52410 728 alpha +r45093 618 alpha +r44390 209 alpha +r57778 172 beta +r65114 183 gamma +r19670 626 alpha +r89147 404 alpha +r63578 373 alpha +r60011 884 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-13/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-13/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d26f3a03efeac25ed3054d3f6edf01af7a9411f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-13/batch-am.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r50482 192 gamma +r37030 163 gamma +r94182 790 gamma +r47653 624 gamma +r39487 611 beta +r14699 950 beta +r77350 175 gamma +r12121 987 alpha +r82745 818 beta +r12145 318 beta +r18517 738 beta +r81497 509 gamma +r17115 50 beta +r80730 285 gamma +r86974 161 gamma +r69711 278 beta +r17289 635 gamma +r49691 788 gamma +r97779 997 beta +r96859 222 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-13/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-13/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..140130f1228f877121c7f41544938fc6120fd972 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-13/batch-pm.tsv @@ -0,0 +1,21 @@ +col1 col2 col3 +r35302 740 gamma +r98709 823 gamma +r12267 33 alpha +r20118 642 gamma +r23532 628 alpha +r87398 481 beta +r36277 737 gamma +r46444 254 beta +r19835 752 alpha +r39660 793 gamma +r39940 653 alpha +r68220 750 alpha +r82148 974 beta +r34171 32 beta +r24793 205 alpha +r59845 605 alpha +r40257 258 alpha +r16172 81 beta +r82698 980 alpha +r76156 409 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-15/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-15/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..eed65287d952ba5cbd413e2001b09125ef6a19f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-15/batch-am.tsv @@ -0,0 +1,23 @@ +col1 col2 col3 +r90428 129 beta +r26369 553 beta +r33452 596 gamma +r76811 331 alpha +r25480 835 beta +r53205 663 gamma +r76942 154 gamma +r84657 611 beta +r18712 460 beta +r14866 314 gamma +r38075 981 gamma +r98417 538 beta +r81244 617 alpha +r10186 701 gamma +r24522 572 alpha +r92306 585 gamma +r95032 141 alpha +r47762 82 gamma +r65227 479 beta +r80363 751 gamma +r92860 17 gamma +r34354 787 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-15/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-15/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..91b23926df5fd462cdeabef8d928e6fc37aae44f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/data/raw/sensor-readings/2024-03-15/batch-pm.tsv @@ -0,0 +1,19 @@ +col1 col2 col3 +r73269 568 gamma +r44294 62 beta +r52299 371 alpha +r12972 140 alpha +r75646 369 beta +r24097 316 gamma +r15982 985 beta +r61296 57 beta +r99731 939 alpha +r22895 792 alpha +r98573 32 alpha +r23226 438 beta +r47173 962 beta +r74203 277 gamma +r43400 431 beta +r81859 101 beta +r87595 489 gamma +r55361 426 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-01/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-01/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..390f7de74827aff17b7ec17b09dd3809405ed8f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-01/batch-am.tsv @@ -0,0 +1,16 @@ +r13418 753 alpha +r98709 607 gamma +r25255 816 beta +r67679 707 beta +r56518 10 gamma +r22732 989 alpha +r97493 285 beta +r27286 857 beta +r96634 889 alpha +r11563 374 gamma +r28917 185 alpha +r31725 327 beta +r35317 344 beta +r59165 200 alpha +r80665 918 alpha +r52064 842 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-01/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-01/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..da314eec82fcc10f422071cd8473813e3ee22bbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-01/batch-night.tsv @@ -0,0 +1,16 @@ +r22722 792 beta +r30240 737 gamma +r21553 176 beta +r67296 842 beta +r79896 183 alpha +r81167 62 beta +r52706 693 beta +r22978 959 gamma +r82996 899 gamma +r59017 431 alpha +r95714 895 beta +r39140 189 alpha +r57741 31 gamma +r35483 624 alpha +r61747 267 alpha +r40502 479 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-03/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-03/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..43edb51465e975966748e53d97697507a082d227 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-03/batch-am.tsv @@ -0,0 +1,18 @@ +r36401 975 beta +r54989 495 gamma +r51212 165 gamma +r60093 405 alpha +r88876 476 beta +r70583 199 gamma +r97688 396 gamma +r83920 458 alpha +r92990 335 beta +r47407 960 beta +r91381 963 alpha +r98487 926 alpha +r94036 832 beta +r65944 552 beta +r30704 997 alpha +r51845 377 gamma +r65974 278 alpha +r93431 310 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-03/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-03/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8a5bc5854f59d9936093d533351581e32cb01dda --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-03/batch-pm.tsv @@ -0,0 +1,16 @@ +r44736 264 beta +r56475 289 gamma +r54811 593 gamma +r96538 441 gamma +r31839 455 beta +r64357 330 gamma +r52056 238 alpha +r63800 139 gamma +r71316 931 alpha +r94286 580 alpha +r52830 305 alpha +r86155 943 beta +r46885 957 alpha +r19147 496 alpha +r63211 338 alpha +r96290 157 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-05/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-05/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f0f03a5fca55d0736769f87c512951afbc5e171e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-05/batch-am.tsv @@ -0,0 +1,21 @@ +r37409 824 beta +r74810 902 alpha +r53038 737 gamma +r82503 553 alpha +r89320 949 gamma +r50247 351 beta +r86926 777 gamma +r73035 234 beta +r44949 438 alpha +r82468 855 gamma +r27918 859 gamma +r69115 498 beta +r41412 963 gamma +r48009 854 alpha +r96379 242 alpha +r28049 589 beta +r30915 297 alpha +r18848 888 alpha +r78050 817 gamma +r55155 121 gamma +r39917 620 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-05/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-05/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7696403679fd8df8c9b968a73500d11efd236aed --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-05/batch-pm.tsv @@ -0,0 +1,21 @@ +r83500 221 gamma +r36329 988 gamma +r71227 843 beta +r37474 168 gamma +r69676 153 gamma +r59840 751 alpha +r48560 759 gamma +r52695 845 gamma +r18444 342 beta +r41043 600 alpha +r66243 596 beta +r89096 947 alpha +r20037 190 gamma +r13003 982 beta +r33618 372 alpha +r73872 442 beta +r61610 350 alpha +r19623 188 beta +r42261 124 beta +r39090 545 alpha +r21558 548 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-07/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-07/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c456cc6c6dd4e42c91918c574803896614f6f82f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-07/batch-night.tsv @@ -0,0 +1,22 @@ +r66267 193 beta +r33288 945 gamma +r81160 20 beta +r56756 997 gamma +r88504 348 gamma +r35351 309 alpha +r80234 677 gamma +r33141 374 gamma +r45594 26 beta +r58812 604 gamma +r17807 906 beta +r22551 813 alpha +r83996 184 gamma +r72198 161 alpha +r30715 27 gamma +r85144 391 alpha +r92318 604 gamma +r85586 32 gamma +r10151 550 gamma +r18520 85 gamma +r17127 642 gamma +r17206 680 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-07/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-07/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..710cd1c61c2506a8a1f63c18107b753965941c61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-07/batch-pm.tsv @@ -0,0 +1,18 @@ +r25189 271 beta +r51639 895 beta +r38262 858 gamma +r74430 560 gamma +r36023 591 beta +r36815 823 beta +r88697 709 alpha +r10281 590 beta +r61152 367 gamma +r14599 846 beta +r52020 438 gamma +r43008 148 beta +r81442 918 beta +r71650 253 gamma +r23873 637 beta +r70645 836 beta +r55447 914 alpha +r71107 605 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-09/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-09/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ad110a844cf1810dac9dfdd85be6bf8b2630bf2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-09/batch-am.tsv @@ -0,0 +1,17 @@ +r68619 494 beta +r85934 746 alpha +r95388 697 gamma +r62333 89 alpha +r75205 889 beta +r51599 893 beta +r55360 236 beta +r38642 534 beta +r18824 632 gamma +r36251 254 alpha +r98639 552 beta +r35828 732 gamma +r33958 731 gamma +r59740 965 alpha +r29392 766 beta +r27541 16 beta +r15788 289 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-09/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-09/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8c39d029262b246ec05a2579a7612469d8464d48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-09/batch-pm.tsv @@ -0,0 +1,16 @@ +r64640 63 gamma +r66829 187 alpha +r17735 532 beta +r47708 977 gamma +r95013 589 alpha +r54970 452 beta +r91973 457 gamma +r52708 461 beta +r15331 386 alpha +r95840 413 alpha +r19002 707 gamma +r31025 817 gamma +r17513 759 beta +r70058 266 gamma +r49234 678 alpha +r39835 402 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-11/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-11/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..76a8da6763a37d29673c87910264ec7244c25ccd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-11/batch-am.tsv @@ -0,0 +1,22 @@ +r34842 475 gamma +r63224 882 alpha +r82677 357 alpha +r61712 114 gamma +r68731 334 beta +r67719 654 beta +r99598 165 beta +r65165 142 alpha +r11716 467 gamma +r19261 697 alpha +r32584 645 beta +r50593 303 gamma +r46240 460 alpha +r68383 569 beta +r73001 998 gamma +r58130 410 beta +r99636 851 alpha +r37543 165 beta +r53209 399 alpha +r54232 871 gamma +r17012 21 alpha +r98505 250 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-11/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-11/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..77f5ac3b4de995b05b0dbd82a07e8ee1af85170b --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-11/batch-pm.tsv @@ -0,0 +1,17 @@ +r85502 142 beta +r47354 753 beta +r53019 396 alpha +r62155 369 gamma +r60422 334 alpha +r96395 769 beta +r88991 929 gamma +r39200 604 gamma +r88303 242 alpha +r33263 146 gamma +r68794 320 gamma +r16223 869 gamma +r76226 404 beta +r98368 838 gamma +r77884 534 alpha +r30614 213 beta +r69484 967 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-13/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-13/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4add9f2ced75a6cc1b16f0b9bceb090854b91c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-13/batch-am.tsv @@ -0,0 +1,20 @@ +r83968 28 gamma +r16153 933 beta +r68091 420 beta +r46118 177 alpha +r72053 922 gamma +r85436 108 gamma +r15956 606 alpha +r96036 555 alpha +r26325 932 beta +r73067 329 beta +r75214 794 gamma +r49194 376 gamma +r57440 718 gamma +r68450 291 alpha +r34386 475 beta +r49982 296 alpha +r56408 3 gamma +r23623 625 alpha +r18063 399 gamma +r97734 227 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-13/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-13/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..90f7f8758125572a9f6cf67b4db896d757906551 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-13/batch-pm.tsv @@ -0,0 +1,15 @@ +r83082 364 gamma +r50498 21 beta +r64173 408 alpha +r59671 431 gamma +r92408 3 beta +r62130 521 beta +r91021 8 gamma +r49870 916 beta +r41023 267 gamma +r41492 203 alpha +r26525 376 alpha +r97519 101 gamma +r72121 80 gamma +r96299 737 beta +r83554 284 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-15/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-15/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..12365fb274e96b5617fa9ffbcfbd12d20fb671e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-15/batch-am.tsv @@ -0,0 +1,20 @@ +r10135 777 alpha +r64087 58 alpha +r74447 433 beta +r94727 280 beta +r48775 684 gamma +r41445 974 gamma +r20573 223 gamma +r80571 737 beta +r28923 231 beta +r63709 753 alpha +r58472 454 alpha +r35845 226 gamma +r44875 261 gamma +r21236 495 alpha +r77292 441 gamma +r24493 273 gamma +r31830 715 beta +r48619 579 beta +r33787 17 gamma +r99960 32 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-15/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-15/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4afffb0d797d107041fab0d08dbd21abb7fa8ba7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/ad-impressions/2024-03-15/batch-night.tsv @@ -0,0 +1,15 @@ +r49630 525 alpha +r91883 385 gamma +r82597 496 alpha +r44827 280 alpha +r88142 958 beta +r15264 308 beta +r76621 616 beta +r52313 913 gamma +r90993 577 gamma +r64863 440 gamma +r18982 623 gamma +r73789 560 beta +r33474 704 gamma +r72596 515 gamma +r21587 69 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-01/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-01/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e37b1fe8780bce1b9ad37724e01a584c7f088dc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-01/batch-night.tsv @@ -0,0 +1,15 @@ +r56539 334 gamma +r15573 813 beta +r33138 454 alpha +r71003 344 alpha +r96526 344 gamma +r24797 203 gamma +r12804 628 beta +r83815 989 beta +r66397 648 alpha +r62807 701 gamma +r55994 294 gamma +r84509 295 beta +r27117 756 beta +r93137 35 gamma +r49839 211 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-01/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-01/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8d4f5f3dbfaeb71fb6cbe3afadb588f1cadeb44a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-01/batch-pm.tsv @@ -0,0 +1,16 @@ +r49674 460 gamma +r26181 245 alpha +r98347 391 gamma +r60095 434 beta +r41201 788 gamma +r35886 399 gamma +r30402 445 gamma +r46212 910 gamma +r63150 356 beta +r27579 98 gamma +r13207 625 beta +r64517 367 beta +r20180 585 gamma +r32491 502 gamma +r21555 564 gamma +r46182 278 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-03/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-03/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..ecb591757d7ec3987f55be36b266d5f8a48cd16a --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-03/batch-am.tsv @@ -0,0 +1,18 @@ +r58549 569 gamma +r19453 607 beta +r45785 569 gamma +r46407 231 alpha +r57844 809 beta +r41941 400 alpha +r96801 874 beta +r84528 285 beta +r29639 30 gamma +r10652 181 alpha +r74342 875 alpha +r65011 354 gamma +r47039 990 beta +r30247 891 alpha +r58303 716 alpha +r22272 984 gamma +r23036 452 alpha +r41727 439 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-03/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-03/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..077fb71ddac5b4c15a1c7d9b51c2fdf982232e00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-03/batch-pm.tsv @@ -0,0 +1,19 @@ +r10882 426 beta +r27332 229 beta +r56457 366 alpha +r56438 760 alpha +r27492 835 beta +r71976 674 beta +r82693 777 gamma +r79279 131 beta +r79575 786 gamma +r88597 301 alpha +r29926 272 beta +r18252 887 gamma +r13019 384 gamma +r53214 448 beta +r20993 940 gamma +r40298 840 beta +r23666 598 alpha +r57272 373 alpha +r36461 967 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-05/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-05/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..083b179760e9ed9103690bdf15a944fedf456576 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-05/batch-am.tsv @@ -0,0 +1,20 @@ +r34384 656 beta +r32745 47 gamma +r47800 37 beta +r49603 375 beta +r75975 527 gamma +r84727 850 gamma +r70192 571 beta +r92923 868 alpha +r48296 646 beta +r90606 40 beta +r69960 379 alpha +r96170 742 beta +r70539 123 gamma +r11951 326 beta +r76165 427 alpha +r45497 715 beta +r11566 402 gamma +r86503 28 alpha +r26433 463 gamma +r81460 56 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-05/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-05/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f666d845689056e5c26ffab3db8ac6397175d7ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-05/batch-pm.tsv @@ -0,0 +1,22 @@ +r53157 249 beta +r37494 934 alpha +r66304 331 alpha +r90628 482 beta +r55920 989 alpha +r96481 908 gamma +r75177 310 gamma +r24497 269 gamma +r30837 181 beta +r57769 71 beta +r45882 933 beta +r11389 171 gamma +r25526 240 alpha +r14606 634 beta +r51178 400 gamma +r49264 566 gamma +r83938 310 gamma +r94690 144 gamma +r48848 560 alpha +r86744 238 beta +r38939 70 gamma +r45042 455 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-07/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-07/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..26281c5f6ea462d0cd2b48e3141a76c7175cd271 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-07/batch-am.tsv @@ -0,0 +1,19 @@ +r14511 152 alpha +r19771 973 beta +r66585 801 gamma +r40620 347 beta +r13954 22 alpha +r80855 667 alpha +r67888 84 gamma +r37564 546 gamma +r90455 224 gamma +r51632 652 alpha +r86741 480 alpha +r44455 988 gamma +r87420 782 alpha +r70181 994 beta +r56223 811 gamma +r10013 939 gamma +r57167 271 alpha +r78178 806 gamma +r34440 373 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-07/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-07/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1feb899f5a5adfd6eead65e50bcfee03069d4b8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-07/batch-night.tsv @@ -0,0 +1,22 @@ +r43511 644 gamma +r75571 79 alpha +r78603 366 gamma +r75820 169 gamma +r50834 623 alpha +r22219 735 beta +r63897 865 beta +r33637 707 beta +r23859 509 alpha +r86113 109 beta +r58396 447 gamma +r60925 178 gamma +r94621 164 beta +r52496 413 gamma +r50513 565 gamma +r54561 203 beta +r26949 932 gamma +r10988 536 alpha +r17279 15 gamma +r64372 108 alpha +r30814 880 alpha +r79476 400 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-09/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-09/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..24bd3556fdb6f1191100e4dd26279f12d9e7e736 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-09/batch-am.tsv @@ -0,0 +1,17 @@ +r53728 275 beta +r67172 452 gamma +r68214 581 gamma +r80992 539 gamma +r65785 550 alpha +r81465 606 alpha +r39228 995 gamma +r53624 967 gamma +r39756 137 beta +r43842 730 gamma +r15930 108 gamma +r69751 367 alpha +r34902 150 beta +r53891 627 alpha +r73117 1 beta +r95922 907 beta +r18729 736 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-09/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-09/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0b16d446974f5d85fd1427ac59dc99d22cbc18aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-09/batch-night.tsv @@ -0,0 +1,22 @@ +r62423 143 gamma +r20684 3 alpha +r40471 952 alpha +r18912 402 alpha +r73144 927 gamma +r80081 727 alpha +r93438 952 alpha +r48697 453 alpha +r56778 782 alpha +r93806 389 alpha +r73429 498 gamma +r74688 623 beta +r89932 593 alpha +r97072 34 beta +r10259 93 alpha +r38804 979 alpha +r55898 939 alpha +r86450 733 alpha +r73338 430 gamma +r10437 336 alpha +r59104 339 beta +r96800 608 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-11/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-11/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3e74862fda797318022b31ddf2b9308bbc303c30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-11/batch-am.tsv @@ -0,0 +1,17 @@ +r21621 326 alpha +r55272 136 gamma +r41665 224 beta +r10384 536 beta +r66255 799 beta +r70131 166 alpha +r43014 904 gamma +r36748 456 gamma +r31464 513 beta +r64605 193 beta +r74116 524 beta +r98153 630 gamma +r25311 618 beta +r25484 237 alpha +r59789 641 beta +r78021 571 alpha +r43171 502 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-11/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-11/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5435b417ecba71964e0e8ca141a7c86edd72c1a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-11/batch-pm.tsv @@ -0,0 +1,17 @@ +r79785 352 gamma +r86412 444 beta +r39654 215 alpha +r53722 764 gamma +r30213 285 alpha +r34195 89 beta +r51834 415 beta +r28060 208 beta +r43242 718 beta +r79853 355 beta +r66553 860 beta +r30870 370 alpha +r93845 684 beta +r12978 457 gamma +r13480 6 beta +r79855 697 gamma +r81987 503 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-13/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-13/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8b9b986d5d9ae8f5ab6c9df2302a374d6a64f7a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-13/batch-night.tsv @@ -0,0 +1,18 @@ +r32610 20 beta +r78607 919 gamma +r82053 216 alpha +r10835 270 gamma +r64677 387 alpha +r92306 855 gamma +r63467 809 gamma +r77889 110 alpha +r51004 995 alpha +r90400 805 alpha +r14271 860 gamma +r14987 932 beta +r50421 307 gamma +r34562 455 beta +r47728 324 beta +r87277 217 beta +r35038 112 beta +r45292 883 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-13/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-13/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..fe0549e6f2005f485b22a11a12e2e77ac113f9cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-13/batch-pm.tsv @@ -0,0 +1,18 @@ +r46170 693 beta +r54929 959 alpha +r93738 587 gamma +r42056 177 alpha +r54138 981 beta +r68916 62 beta +r29451 898 alpha +r41517 161 gamma +r48726 450 gamma +r27236 42 gamma +r10876 150 beta +r10941 182 beta +r80134 770 alpha +r28705 486 gamma +r76863 11 beta +r77622 488 alpha +r69034 156 beta +r39982 932 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-15/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-15/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..415aea967039f5015e820018f0547a9b255ab95b --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-15/batch-night.tsv @@ -0,0 +1,20 @@ +r66383 165 gamma +r67993 166 beta +r40201 649 beta +r27346 639 alpha +r55687 431 gamma +r85223 378 beta +r13938 485 beta +r34376 93 alpha +r33044 236 gamma +r71909 952 alpha +r49244 786 alpha +r61240 324 beta +r42266 896 beta +r10747 416 gamma +r93148 569 alpha +r81297 13 beta +r13797 323 gamma +r67737 286 alpha +r62546 267 gamma +r56513 357 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-15/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-15/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..4c8cac1d6b31cfd27c3e1e8e7e94d8500ea36cec --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/click-stream/2024-03-15/batch-pm.tsv @@ -0,0 +1,19 @@ +r57135 583 beta +r52007 381 alpha +r63153 345 gamma +r78929 491 beta +r66665 943 beta +r62721 199 beta +r39135 267 gamma +r26726 542 gamma +r96314 134 alpha +r13788 658 alpha +r88495 421 alpha +r50550 573 gamma +r62599 763 gamma +r12033 937 beta +r23303 146 gamma +r71938 577 gamma +r43089 546 gamma +r11487 235 beta +r51772 563 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-01/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-01/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..45a5d1233642716bf01dcb13532a37c3c53f2548 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-01/batch-night.tsv @@ -0,0 +1,20 @@ +r35149 306 beta +r54095 887 beta +r41765 999 beta +r17521 628 alpha +r60326 401 gamma +r85081 355 beta +r63656 162 alpha +r82837 900 beta +r55235 114 alpha +r86973 333 alpha +r20604 981 gamma +r76110 400 gamma +r51830 108 beta +r32133 258 gamma +r98787 512 gamma +r49620 670 gamma +r26888 574 alpha +r97047 571 beta +r27523 451 alpha +r12034 177 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-01/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-01/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..286a2c2a0d602e5dce7f93383f168fc4b76f4ca6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-01/batch-pm.tsv @@ -0,0 +1,21 @@ +r35963 201 gamma +r62167 993 alpha +r66065 454 beta +r14728 921 gamma +r52728 207 alpha +r74784 645 gamma +r94245 536 alpha +r62726 335 beta +r26830 436 beta +r96107 38 gamma +r42580 771 beta +r68580 483 beta +r45508 992 alpha +r33229 891 gamma +r23088 40 beta +r44171 12 alpha +r37917 937 alpha +r26354 367 alpha +r38920 706 gamma +r35955 447 alpha +r50390 917 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-03/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-03/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8c63ad45d8ab976625c072e10da6ab35e64fce90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-03/batch-night.tsv @@ -0,0 +1,22 @@ +r89184 140 alpha +r75517 104 alpha +r84111 825 alpha +r93500 14 alpha +r95443 884 alpha +r75051 393 alpha +r58112 200 gamma +r99298 692 alpha +r37006 423 beta +r14759 952 gamma +r43306 775 beta +r75482 250 gamma +r40703 871 gamma +r71697 964 gamma +r32647 75 alpha +r69492 482 gamma +r40693 85 gamma +r37218 21 alpha +r64782 990 alpha +r94810 321 gamma +r92260 892 gamma +r88000 522 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-03/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-03/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1ae8dac8ffc6569be4147298e9e5cfbd563a9abe --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-03/batch-pm.tsv @@ -0,0 +1,21 @@ +r61535 578 beta +r58680 319 alpha +r42738 196 alpha +r88975 565 gamma +r83592 460 beta +r60398 552 gamma +r25600 258 alpha +r93266 941 beta +r96672 504 gamma +r25739 974 gamma +r46510 827 alpha +r58147 621 beta +r91026 477 alpha +r16824 990 gamma +r82387 206 beta +r54550 350 alpha +r91852 593 alpha +r39833 85 beta +r99582 263 gamma +r35395 833 alpha +r49529 201 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-05/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-05/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..702dd9ec9aae260b9c8d612558f2f93842001a2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-05/batch-am.tsv @@ -0,0 +1,22 @@ +r92628 760 alpha +r47435 207 alpha +r92251 531 beta +r38274 936 alpha +r81251 20 beta +r54135 753 alpha +r18400 538 gamma +r89285 242 beta +r50608 206 beta +r91653 296 alpha +r68608 608 beta +r57676 444 beta +r87391 279 gamma +r80036 199 alpha +r21507 378 alpha +r38946 992 gamma +r32972 720 alpha +r42480 430 gamma +r43935 497 alpha +r10588 957 alpha +r22020 509 alpha +r16795 830 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-05/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-05/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..84b6d55e2307e86e6a9c083f53dbc80b4dd7154e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-05/batch-pm.tsv @@ -0,0 +1,15 @@ +r55043 832 beta +r54198 207 alpha +r28446 748 beta +r11880 22 alpha +r49448 885 gamma +r63129 328 alpha +r86580 80 beta +r16473 675 gamma +r69080 376 gamma +r26490 965 beta +r44633 567 beta +r52668 178 gamma +r34636 267 gamma +r96994 219 beta +r96876 722 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-07/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-07/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..433e0f4777d01b94b4ccdbcf4c4280373b57a8d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-07/batch-night.tsv @@ -0,0 +1,21 @@ +r72467 488 alpha +r92040 246 alpha +r60875 789 beta +r27360 539 beta +r15828 616 alpha +r46379 429 gamma +r18566 979 beta +r33139 169 alpha +r78314 743 gamma +r24193 65 beta +r80208 26 alpha +r19534 560 beta +r94903 391 gamma +r48280 913 beta +r77502 213 gamma +r18667 429 gamma +r49720 7 alpha +r83180 828 beta +r41443 395 alpha +r20719 791 gamma +r29230 6 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-07/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-07/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e5466b14ec560fb25b2fc690b97fc18ce69ec57e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-07/batch-pm.tsv @@ -0,0 +1,20 @@ +r77970 295 alpha +r44430 809 alpha +r57851 916 gamma +r41081 64 alpha +r54883 559 beta +r78520 205 gamma +r54939 858 alpha +r35707 371 gamma +r94899 476 alpha +r76114 156 alpha +r25493 146 gamma +r40851 903 beta +r74764 562 gamma +r91170 262 gamma +r57896 306 gamma +r73502 273 alpha +r13995 340 beta +r85621 215 beta +r74029 858 alpha +r68030 63 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-09/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-09/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8f449f672ba545208cee99e934379302d67ffdf1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-09/batch-night.tsv @@ -0,0 +1,17 @@ +r50480 486 beta +r50631 610 beta +r66518 632 gamma +r25188 527 beta +r16787 433 alpha +r28415 961 beta +r32523 372 beta +r69980 395 beta +r86336 969 beta +r33308 779 gamma +r97276 886 gamma +r64603 940 alpha +r55024 714 gamma +r34268 444 gamma +r86680 118 gamma +r84368 806 alpha +r48269 605 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-09/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-09/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1598e913613657ab3a845ccec2c0ab42c8b5eec8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-09/batch-pm.tsv @@ -0,0 +1,17 @@ +r16795 338 beta +r82566 648 alpha +r87462 361 beta +r30631 381 gamma +r13104 138 beta +r82652 125 alpha +r86031 367 gamma +r87628 946 gamma +r62491 195 alpha +r44709 699 alpha +r22141 456 gamma +r60298 450 alpha +r67438 561 beta +r42360 794 gamma +r16432 367 gamma +r12862 30 alpha +r89735 838 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-11/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-11/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e4c5c02d173282b17a7fe02f64f9d1e79fb5df07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-11/batch-am.tsv @@ -0,0 +1,15 @@ +r94778 221 beta +r62760 581 gamma +r39431 783 gamma +r63095 110 alpha +r31117 579 beta +r40104 519 gamma +r32109 728 gamma +r85286 486 beta +r27541 542 beta +r73773 402 alpha +r16622 265 beta +r97303 565 beta +r12854 526 gamma +r62215 398 beta +r22094 952 gamma diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-11/batch-night.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-11/batch-night.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3648b8a302478075cd4e826f929c9872d96c587e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-11/batch-night.tsv @@ -0,0 +1,21 @@ +r11043 686 alpha +r88379 861 gamma +r93892 634 gamma +r67105 623 gamma +r30604 24 beta +r77579 772 gamma +r68619 192 beta +r24867 672 beta +r23300 941 beta +r15574 983 alpha +r70533 307 gamma +r88473 329 gamma +r52410 728 alpha +r45093 618 alpha +r44390 209 alpha +r57778 172 beta +r65114 183 gamma +r19670 626 alpha +r89147 404 alpha +r63578 373 alpha +r60011 884 alpha diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-13/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-13/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..61c538cb79f813a9f95ff6d8eaec8b135440ac18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-13/batch-am.tsv @@ -0,0 +1,20 @@ +r50482 192 gamma +r37030 163 gamma +r94182 790 gamma +r47653 624 gamma +r39487 611 beta +r14699 950 beta +r77350 175 gamma +r12121 987 alpha +r82745 818 beta +r12145 318 beta +r18517 738 beta +r81497 509 gamma +r17115 50 beta +r80730 285 gamma +r86974 161 gamma +r69711 278 beta +r17289 635 gamma +r49691 788 gamma +r97779 997 beta +r96859 222 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-13/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-13/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..dcda058a6f7bb6d39a3863c08aa8e99fb84ff6e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-13/batch-pm.tsv @@ -0,0 +1,20 @@ +r35302 740 gamma +r98709 823 gamma +r12267 33 alpha +r20118 642 gamma +r23532 628 alpha +r87398 481 beta +r36277 737 gamma +r46444 254 beta +r19835 752 alpha +r39660 793 gamma +r39940 653 alpha +r68220 750 alpha +r82148 974 beta +r34171 32 beta +r24793 205 alpha +r59845 605 alpha +r40257 258 alpha +r16172 81 beta +r82698 980 alpha +r76156 409 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-15/batch-am.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-15/batch-am.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f6b8a95471ea3fba5d18fa8f9ef88827857fc5bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-15/batch-am.tsv @@ -0,0 +1,22 @@ +r90428 129 beta +r26369 553 beta +r33452 596 gamma +r76811 331 alpha +r25480 835 beta +r53205 663 gamma +r76942 154 gamma +r84657 611 beta +r18712 460 beta +r14866 314 gamma +r38075 981 gamma +r98417 538 beta +r81244 617 alpha +r10186 701 gamma +r24522 572 alpha +r92306 585 gamma +r95032 141 alpha +r47762 82 gamma +r65227 479 beta +r80363 751 gamma +r92860 17 gamma +r34354 787 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-15/batch-pm.tsv b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-15/batch-pm.tsv new file mode 100644 index 0000000000000000000000000000000000000000..76f8d3e2c6e6de8f90f94f0ca0e2379beb1a2dfe --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/data/raw/sensor-readings/2024-03-15/batch-pm.tsv @@ -0,0 +1,18 @@ +r73269 568 gamma +r44294 62 beta +r52299 371 alpha +r12972 140 alpha +r75646 369 beta +r24097 316 gamma +r15982 985 beta +r61296 57 beta +r99731 939 alpha +r22895 792 alpha +r98573 32 alpha +r23226 438 beta +r47173 962 beta +r74203 277 gamma +r43400 431 beta +r81859 101 beta +r87595 489 gamma +r55361 426 beta diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7850eb6049/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..777ce8f19e7e39c119d84d5bc708df085f1086eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-00.csv @@ -0,0 +1,8 @@ +second,first,third +991,rob,B +160,margaret,B +706,margaret,A +318,ken,B +761,vint,C +457,edsger,A +701,ada,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..135803487e6e034e53f971d8b6b595362011d830 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-01.csv @@ -0,0 +1,8 @@ +second,first,third +922,edsger,B +570,radia,B +639,radia,C +887,alan,B +688,john,B +492,tony,B +764,leslie,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..5a4254e7eb659c9685c7afb9790f9f9e8875550d --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-02.csv @@ -0,0 +1,11 @@ +second,first,third +419,tony,C +199,grace,A +767,barbara,B +190,rob,B +865,ken,A +811,edsger,A +622,ken,B +724,vint,B +335,donald,B +869,margaret,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac3bc15faca722b448b0017cadf80c587b898dbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-03.csv @@ -0,0 +1,12 @@ +second,first,third +775,tony,C +872,linus,C +540,margaret,A +408,radia,C +618,john,A +282,leslie,C +669,ken,B +796,edsger,B +602,ada,C +314,alan,B +707,donald,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..25fe508319e593f267771103fd28bbf93296b043 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-04.csv @@ -0,0 +1,8 @@ +second,first,third +859,radia,A +731,margaret,C +923,donald,A +489,linus,C +334,radia,A +451,leslie,C +861,grace,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..3a74b6e716fad9143ec889f3918776a2a785d167 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/eng/report-05.csv @@ -0,0 +1,10 @@ +second,first,third +851,donald,A +480,grace,C +668,barbara,C +406,linus,C +794,vint,B +150,linus,A +515,margaret,A +221,barbara,B +984,tony,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..dda647ec08b95e2f8f965761ce9d69de46022711 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-00.csv @@ -0,0 +1,8 @@ +second,first,third +195,john,B +671,edsger,A +881,vint,B +562,linus,C +714,tony,A +979,ada,B +185,rob,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..7f1b5cf7c5a26031396236bf403ca102d6b4cfc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-01.csv @@ -0,0 +1,12 @@ +second,first,third +527,barbara,B +929,rob,A +189,leslie,B +207,leslie,B +872,margaret,A +273,margaret,C +773,linus,B +528,alan,C +805,vint,C +370,leslie,C +193,john,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..95ea73104448caa1be7ab6eedb356da06bd34d3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-02.csv @@ -0,0 +1,7 @@ +second,first,third +253,edsger,A +140,donald,B +955,leslie,C +490,alan,B +633,barbara,C +620,alan,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..02ff37973528488481e40978ac662743bb07d625 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-03.csv @@ -0,0 +1,12 @@ +second,first,third +867,john,A +984,donald,A +751,rob,C +516,grace,A +769,donald,C +320,radia,A +516,leslie,B +128,donald,B +111,barbara,B +122,john,A +116,leslie,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..456ce50bf6c308c297ff433aee5549a4d6a5b070 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-04.csv @@ -0,0 +1,11 @@ +second,first,third +300,john,A +611,grace,B +349,ken,A +329,rob,C +441,donald,C +597,vint,A +520,rob,A +495,tony,C +992,leslie,B +154,donald,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..f49811ceaa08d3969f6fe070ae82330af447e7ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/hr/report-05.csv @@ -0,0 +1,9 @@ +second,first,third +825,barbara,A +608,ken,A +806,margaret,A +467,radia,B +893,radia,C +536,grace,B +831,alan,C +839,barbara,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..ee6074f32d0feef8447dcae7b8f3b4b89939e92e --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-00.csv @@ -0,0 +1,13 @@ +second,first,third +534,alan,C +550,ken,A +648,rob,A +350,donald,A +714,ken,C +971,radia,A +683,edsger,A +999,edsger,C +143,grace,C +353,vint,A +893,donald,C +349,edsger,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..21fd3ae7af730f2394289995167bdd622a459a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-01.csv @@ -0,0 +1,10 @@ +second,first,third +381,vint,A +610,radia,C +743,alan,A +789,john,B +752,radia,A +911,edsger,B +397,vint,B +719,tony,B +912,grace,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..d8d9ea63f7f3ce841b042d72fac0105a074e4b27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-02.csv @@ -0,0 +1,13 @@ +second,first,third +286,barbara,A +540,ken,B +907,vint,C +593,edsger,C +104,margaret,A +770,rob,A +380,margaret,C +173,ken,B +107,barbara,B +421,barbara,C +991,john,B +179,ken,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..415cd4195fe01fda7a14513477b4179a2e7874ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-03.csv @@ -0,0 +1,13 @@ +second,first,third +610,linus,A +994,margaret,B +138,rob,A +438,john,B +570,vint,A +122,donald,C +658,alan,A +684,margaret,C +904,margaret,A +518,ada,A +908,margaret,A +629,margaret,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..727dd7d8786bdea0d350e5cb4c2507ddf1584b3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-04.csv @@ -0,0 +1,12 @@ +second,first,third +155,edsger,B +887,grace,B +762,linus,A +681,grace,B +369,tony,A +139,donald,A +479,tony,B +362,barbara,B +271,ken,C +950,ken,B +824,leslie,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..1682e33caac3cf47a6973c3ae59911efd5abb6e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/ops/report-05.csv @@ -0,0 +1,7 @@ +second,first,third +156,tony,A +580,barbara,B +224,alan,A +614,donald,B +390,radia,B +771,alan,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b42dfc09ad795276aed7d0418a432ca3b51f273 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-00.csv @@ -0,0 +1,12 @@ +second,first,third +224,vint,A +623,ada,A +986,vint,C +304,tony,C +918,radia,C +237,edsger,A +347,vint,C +708,margaret,C +912,edsger,B +749,alan,C +634,edsger,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a1f7808561368a4f28abe8d25a5ce7c7ac7716d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-01.csv @@ -0,0 +1,13 @@ +second,first,third +728,rob,A +630,ada,C +242,linus,A +595,edsger,A +159,linus,B +336,ada,C +405,vint,C +830,edsger,C +963,grace,A +114,grace,C +899,linus,C +570,leslie,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..441212e42e0c97193095e7f61a5631d2c7968bcd --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-02.csv @@ -0,0 +1,12 @@ +second,first,third +600,radia,C +220,john,A +244,alan,B +914,vint,A +658,grace,C +801,radia,C +736,ada,B +806,edsger,B +792,barbara,B +130,margaret,B +203,edsger,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..3a7e332ba1011a486e430312b50b5c1458567960 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-03.csv @@ -0,0 +1,13 @@ +second,first,third +866,vint,C +618,margaret,C +704,radia,C +216,barbara,C +283,barbara,A +887,vint,A +503,barbara,A +159,alan,C +155,barbara,A +603,linus,C +972,vint,B +285,vint,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..0762811dd84c130acd75ae2fdc961aad18514b07 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-04.csv @@ -0,0 +1,10 @@ +second,first,third +859,ken,A +885,edsger,A +242,donald,C +683,donald,A +144,john,C +742,barbara,B +988,linus,A +304,linus,A +544,ken,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ce145c44d9c67ab77241ad977d6d8317811d123 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/sheets/raw/sales/report-05.csv @@ -0,0 +1,10 @@ +second,first,third +664,edsger,A +864,leslie,A +665,ada,A +480,leslie,B +214,edsger,B +409,edsger,B +151,rob,A +714,edsger,B +854,radia,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..7eb30a3d9f3a1646e646126f202a9c5e987d42b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-00.csv @@ -0,0 +1,8 @@ +first,second,third +rob,991,B +margaret,160,B +margaret,706,A +ken,318,B +vint,761,C +edsger,457,A +ada,701,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..d3f67a7c93072903a7f9bf67e6ec52517e203da2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-01.csv @@ -0,0 +1,8 @@ +first,second,third +edsger,922,B +radia,570,B +radia,639,C +alan,887,B +john,688,B +tony,492,B +leslie,764,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..74c41b3930b3c14dea13bd499e499183e2199078 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-02.csv @@ -0,0 +1,11 @@ +first,second,third +tony,419,C +grace,199,A +barbara,767,B +rob,190,B +ken,865,A +edsger,811,A +ken,622,B +vint,724,B +donald,335,B +margaret,869,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0b8a5ec01ddc11d69f4c40af00fb81d31071893 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-03.csv @@ -0,0 +1,12 @@ +first,second,third +tony,775,C +linus,872,C +margaret,540,A +radia,408,C +john,618,A +leslie,282,C +ken,669,B +edsger,796,B +ada,602,C +alan,314,B +donald,707,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..da725022f98f56b95f67a8bb2af37f6af24b8885 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-04.csv @@ -0,0 +1,8 @@ +first,second,third +radia,859,A +margaret,731,C +donald,923,A +linus,489,C +radia,334,A +leslie,451,C +grace,861,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..8fa9d13ababbe44ee38eb97970fa401ead62070f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/eng/report-05.csv @@ -0,0 +1,10 @@ +first,second,third +donald,851,A +grace,480,C +barbara,668,C +linus,406,C +vint,794,B +linus,150,A +margaret,515,A +barbara,221,B +tony,984,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..897b99aec0a843f3ef144cb574a7dffb0804f613 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-00.csv @@ -0,0 +1,8 @@ +first,second,third +john,195,B +edsger,671,A +vint,881,B +linus,562,C +tony,714,A +ada,979,B +rob,185,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..ccabfe6a367b4449a07465d98045d3003f8fe213 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-01.csv @@ -0,0 +1,12 @@ +first,second,third +barbara,527,B +rob,929,A +leslie,189,B +leslie,207,B +margaret,872,A +margaret,273,C +linus,773,B +alan,528,C +vint,805,C +leslie,370,C +john,193,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..7a0d4b57c7ade6b6f5ac4462e058a15b40363a7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-02.csv @@ -0,0 +1,7 @@ +first,second,third +edsger,253,A +donald,140,B +leslie,955,C +alan,490,B +barbara,633,C +alan,620,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..f14442f098b6a19553bd72d3ea1e2af30cc59487 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-03.csv @@ -0,0 +1,12 @@ +first,second,third +john,867,A +donald,984,A +rob,751,C +grace,516,A +donald,769,C +radia,320,A +leslie,516,B +donald,128,B +barbara,111,B +john,122,A +leslie,116,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..e00b5df2ffd991120735268db6930e012c6b7941 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-04.csv @@ -0,0 +1,11 @@ +first,second,third +john,300,A +grace,611,B +ken,349,A +rob,329,C +donald,441,C +vint,597,A +rob,520,A +tony,495,C +leslie,992,B +donald,154,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..e9fff54f8bbcf979463112b9521516087fe09f69 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/hr/report-05.csv @@ -0,0 +1,9 @@ +first,second,third +barbara,825,A +ken,608,A +margaret,806,A +radia,467,B +radia,893,C +grace,536,B +alan,831,C +barbara,839,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..663436dd06abdc739bb15f220da421155ec264b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-00.csv @@ -0,0 +1,13 @@ +first,second,third +alan,534,C +ken,550,A +rob,648,A +donald,350,A +ken,714,C +radia,971,A +edsger,683,A +edsger,999,C +grace,143,C +vint,353,A +donald,893,C +edsger,349,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c90c0c0aaaf2c8e4b1736ba3f98f4de0bf6e58f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-01.csv @@ -0,0 +1,10 @@ +first,second,third +vint,381,A +radia,610,C +alan,743,A +john,789,B +radia,752,A +edsger,911,B +vint,397,B +tony,719,B +grace,912,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..8fa4f554a95ed13d74216a31298e8fcc7c1024a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-02.csv @@ -0,0 +1,13 @@ +first,second,third +barbara,286,A +ken,540,B +vint,907,C +edsger,593,C +margaret,104,A +rob,770,A +margaret,380,C +ken,173,B +barbara,107,B +barbara,421,C +john,991,B +ken,179,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..22dfe6007979a38e65694071321a84864466bed2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-03.csv @@ -0,0 +1,13 @@ +first,second,third +linus,610,A +margaret,994,B +rob,138,A +john,438,B +vint,570,A +donald,122,C +alan,658,A +margaret,684,C +margaret,904,A +ada,518,A +margaret,908,A +margaret,629,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..155549a308d53eaa0073bf5f5ad2a78fe59f529e --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-04.csv @@ -0,0 +1,12 @@ +first,second,third +edsger,155,B +grace,887,B +linus,762,A +grace,681,B +tony,369,A +donald,139,A +tony,479,B +barbara,362,B +ken,271,C +ken,950,B +leslie,824,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..f1932996fce0f38d633af7e27a83b0402b30261d --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/ops/report-05.csv @@ -0,0 +1,7 @@ +first,second,third +tony,156,A +barbara,580,B +alan,224,A +donald,614,B +radia,390,B +alan,771,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-00.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-00.csv new file mode 100644 index 0000000000000000000000000000000000000000..76d79cd48b62dca3344bd7d5fb62e8b99c8e0861 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-00.csv @@ -0,0 +1,12 @@ +first,second,third +vint,224,A +ada,623,A +vint,986,C +tony,304,C +radia,918,C +edsger,237,A +vint,347,C +margaret,708,C +edsger,912,B +alan,749,C +edsger,634,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-01.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e3ceb95a2edc66347ba4fcdd024e6a8bf1e0453b --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-01.csv @@ -0,0 +1,13 @@ +first,second,third +rob,728,A +ada,630,C +linus,242,A +edsger,595,A +linus,159,B +ada,336,C +vint,405,C +edsger,830,C +grace,963,A +grace,114,C +linus,899,C +leslie,570,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-02.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..c214a8c6c8c43774b2d2e3a624cc8a54b28c8c8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-02.csv @@ -0,0 +1,12 @@ +first,second,third +radia,600,C +john,220,A +alan,244,B +vint,914,A +grace,658,C +radia,801,C +ada,736,B +edsger,806,B +barbara,792,B +margaret,130,B +edsger,203,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-03.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..491fcf62b3d09fd914659657ccc9693c4c7e0eea --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-03.csv @@ -0,0 +1,13 @@ +first,second,third +vint,866,C +margaret,618,C +radia,704,C +barbara,216,C +barbara,283,A +vint,887,A +barbara,503,A +alan,159,C +barbara,155,A +linus,603,C +vint,972,B +vint,285,B diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-04.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..66fd28f3977f23ab16f136d9f8170a218a821162 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-04.csv @@ -0,0 +1,10 @@ +first,second,third +ken,859,A +edsger,885,A +donald,242,C +donald,683,A +john,144,C +barbara,742,B +linus,988,A +linus,304,A +ken,544,C diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-05.csv b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..e721ce9ea9abc8574976f4ebe74f5daea63f9e5b --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/sheets/raw/sales/report-05.csv @@ -0,0 +1,10 @@ +first,second,third +edsger,664,A +leslie,864,A +ada,665,A +leslie,480,B +edsger,214,B +edsger,409,B +rob,151,A +edsger,714,B +radia,854,A diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_78dc2c11d6/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_7d239e08ad/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..222eb69dc6f8bc70c977ac34ab262be0e86ac98b --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-01.txt @@ -0,0 +1,17 @@ +tvasquez: lgtm :tada: +tvasquez: will review :fire: +flindqvist: lgtm +uvogt: lgtm :bug: +doneill: will review +nmurray: will review +tvasquez: on it :pizza: +flindqvist: lgtm :coffee: +mtanaka: ship it :sparkles: +hchen: will review :sparkles: +opopov: will review :coffee: +mtanaka: lgtm :bug: +flindqvist: back later :clap: +gkaur: will review :tada: +nmurray: lgtm :100: +uvogt: nice work +opopov: back later diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..405d9bd376db798ca396b67891fa9e625bbfe5ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-02.txt @@ -0,0 +1,19 @@ +brivera: will review :pizza: +tvasquez: lgtm :wrench: +epatel: lgtm +tvasquez: nice work +opopov: lgtm +hchen: nice work +hchen: back later :rocket: +qyu: ship it :clap: +hchen: back later :eyes: +pklein: ship it :cat: +rrossi: back later :fire: +jsmith: lgtm +vwang: nice work +mtanaka: nice work :clap: +flindqvist: lgtm +nmurray: on it +hchen: on it :bulb: +mtanaka: nice work :thumbsup: +ibarbosa: on it diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..29e407f67ee27507347f1988107a67eeb26dc193 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-03.txt @@ -0,0 +1,12 @@ +pklein: on it :eyes: +kkuznetsov: nice work +doneill: nice work :clap: +opopov: ship it :dog: +azhang: ship it +cnakamura: ship it :sparkles: +sstevens: ship it +wxu: will review :dog: +azhang: ship it +opopov: on it :bug: +vwang: on it :wrench: +xlee: on it :coffee: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..b40590d717650a1e07b057b014f5bead39a5cca0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-04.txt @@ -0,0 +1,17 @@ +pklein: ship it +opopov: will review +xlee: ship it :dog: +epatel: nice work :pizza: +hchen: back later +qyu: on it :rocket: +xlee: on it :cat: +pklein: ship it +wxu: ship it :pizza: +tvasquez: back later :tada: +hchen: on it +xlee: nice work :100: +wxu: on it :eyes: +vwang: ship it :bug: +qyu: will review :thumbsup: +sstevens: on it :coffee: +lgonzalez: lgtm :cat: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..759b1e098138392dfb2506a014e2a6dfd91d0863 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/engineering/2024-04-05.txt @@ -0,0 +1,20 @@ +tvasquez: nice work :sparkles: +mtanaka: back later +epatel: nice work :tada: +sstevens: on it :clap: +qyu: lgtm :bug: +uvogt: ship it :wrench: +lgonzalez: nice work :cat: +wxu: lgtm :fire: +flindqvist: on it +qyu: ship it :bug: +sstevens: will review :dog: +tvasquez: lgtm :tada: +gkaur: on it :fire: +opopov: lgtm +qyu: on it :sparkles: +doneill: ship it :rocket: +nmurray: back later :dog: +pklein: ship it +gkaur: will review +lgonzalez: back later :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..c904b4e9991df8d1f70a48d1156c505b09d6e0f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-01.txt @@ -0,0 +1,19 @@ +hchen: ship it +qyu: will review :100: +rrossi: ship it +uvogt: on it :wrench: +ibarbosa: nice work +tvasquez: ship it +brivera: lgtm :fire: +hchen: nice work :bulb: +pklein: will review :bug: +azhang: on it :tada: +cnakamura: nice work :dog: +lgonzalez: back later :cat: +qyu: on it :cat: +epatel: lgtm :wrench: +lgonzalez: will review :rocket: +lgonzalez: back later :rocket: +epatel: nice work :dog: +flindqvist: nice work :cat: +brivera: nice work :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a87f8ab1af956a377a31feda8c9c13324638aad --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-02.txt @@ -0,0 +1,18 @@ +doneill: on it +qyu: back later :wrench: +pklein: lgtm :bug: +cnakamura: nice work :thumbsup: +sstevens: back later :fire: +opopov: lgtm :coffee: +lgonzalez: back later :pizza: +hchen: will review :tada: +vwang: nice work :fire: +ibarbosa: will review :bug: +cnakamura: ship it +hchen: back later :sparkles: +nmurray: lgtm +brivera: lgtm :thumbsup: +xlee: nice work :cat: +kkuznetsov: will review +jsmith: on it +uvogt: back later :wrench: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c67037956898f055fa937234ba2348972d042eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-03.txt @@ -0,0 +1,14 @@ +opopov: ship it :sparkles: +opopov: will review :thumbsup: +sstevens: nice work +kkuznetsov: back later +tvasquez: lgtm +wxu: nice work :100: +epatel: ship it +ibarbosa: on it +tvasquez: will review :bulb: +qyu: lgtm :rocket: +ibarbosa: will review :fire: +sstevens: on it :dog: +nmurray: lgtm :100: +kkuznetsov: on it :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e926b280659c587caa216853574a2723ba9b0c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-04.txt @@ -0,0 +1,14 @@ +sstevens: lgtm +brivera: nice work :cat: +sstevens: nice work :bug: +cnakamura: nice work +vwang: nice work :clap: +kkuznetsov: lgtm :bug: +lgonzalez: nice work :coffee: +azhang: ship it :coffee: +vwang: lgtm +epatel: nice work +sstevens: will review +lgonzalez: nice work :clap: +jsmith: will review :sparkles: +sstevens: ship it :eyes: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eeed80d2e2c27a82eb254f769bada14eac0deab --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/general/2024-04-05.txt @@ -0,0 +1,20 @@ +tvasquez: lgtm :tada: +mtanaka: on it +pklein: back later :100: +hchen: will review :thumbsup: +wxu: lgtm :bulb: +gkaur: will review :sparkles: +cnakamura: back later +vwang: nice work :eyes: +ibarbosa: ship it :thumbsup: +epatel: back later +xlee: lgtm :dog: +gkaur: nice work :rocket: +kkuznetsov: lgtm :bulb: +pklein: nice work :eyes: +ibarbosa: nice work :pizza: +azhang: on it +opopov: ship it :100: +uvogt: will review :thumbsup: +vwang: will review +jsmith: lgtm :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80a8c7cf1095fc52ce614b7a9b7ece4ebf111db --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-01.txt @@ -0,0 +1,12 @@ +sstevens: nice work :eyes: +pklein: back later +opopov: nice work :100: +qyu: back later +lgonzalez: lgtm :dog: +azhang: will review +kkuznetsov: lgtm :clap: +hchen: on it :clap: +rrossi: back later :clap: +kkuznetsov: on it :100: +lgonzalez: ship it :pizza: +opopov: on it :eyes: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..621e6c0c56d93044a3f7ade14ce2c0b676f15c17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-02.txt @@ -0,0 +1,14 @@ +vwang: ship it :rocket: +ibarbosa: on it :coffee: +lgonzalez: back later :dog: +uvogt: lgtm :eyes: +nmurray: will review :clap: +rrossi: nice work :eyes: +flindqvist: ship it +epatel: on it +wxu: lgtm :100: +nmurray: back later +mtanaka: nice work +qyu: back later +pklein: on it :bug: +epatel: nice work :rocket: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f684c399c325a4f605735fd29351170f2fa13ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-03.txt @@ -0,0 +1,12 @@ +cnakamura: nice work :sparkles: +opopov: lgtm :dog: +brivera: lgtm +lgonzalez: lgtm +opopov: will review +jsmith: back later :coffee: +cnakamura: lgtm :100: +azhang: back later :tada: +cnakamura: will review :dog: +epatel: ship it :coffee: +vwang: back later +mtanaka: nice work :bulb: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..f021801511ffb134c731c5eb2acbf41e511193eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-04.txt @@ -0,0 +1,14 @@ +brivera: on it :clap: +azhang: on it :100: +cnakamura: nice work +jsmith: back later :coffee: +brivera: ship it :bug: +tvasquez: lgtm +mtanaka: will review :bug: +wxu: on it :thumbsup: +flindqvist: lgtm +pklein: lgtm :thumbsup: +cnakamura: ship it :tada: +vwang: will review :cat: +sstevens: nice work +epatel: lgtm diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a3a37eeadbe843e90a808b512189ae3cbb96697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/incidents/2024-04-05.txt @@ -0,0 +1,19 @@ +brivera: will review :eyes: +opopov: back later :sparkles: +hchen: on it +kkuznetsov: on it +epatel: ship it +nmurray: on it :thumbsup: +pklein: back later :wrench: +xlee: will review :dog: +wxu: on it :bulb: +sstevens: will review :cat: +rrossi: lgtm +cnakamura: nice work :cat: +flindqvist: back later :pizza: +nmurray: nice work +kkuznetsov: will review :eyes: +kkuznetsov: will review :bulb: +kkuznetsov: nice work +qyu: ship it :thumbsup: +gkaur: lgtm :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..7defef3a968af3e3095cf827b68451320a55a549 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-01.txt @@ -0,0 +1,12 @@ +cnakamura: back later :rocket: +rrossi: back later +uvogt: lgtm :fire: +azhang: back later +sstevens: back later :cat: +qyu: lgtm :fire: +brivera: nice work +brivera: ship it :thumbsup: +epatel: will review +kkuznetsov: nice work :pizza: +uvogt: back later :cat: +epatel: will review :thumbsup: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ac0b0217e6e20f7bf7cef26f0fbdc2df41399cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-02.txt @@ -0,0 +1,16 @@ +kkuznetsov: ship it :dog: +brivera: on it +lgonzalez: nice work :dog: +doneill: lgtm :tada: +rrossi: on it :wrench: +mtanaka: nice work :tada: +vwang: ship it +kkuznetsov: back later :coffee: +mtanaka: will review :dog: +uvogt: ship it :rocket: +rrossi: back later :cat: +hchen: on it :100: +tvasquez: nice work :rocket: +doneill: will review :sparkles: +qyu: lgtm +epatel: back later :bulb: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..8880beb7ed7991b6385b33cb2683572a7c7e88e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-03.txt @@ -0,0 +1,15 @@ +cnakamura: nice work +ibarbosa: back later :tada: +hchen: nice work +sstevens: on it :dog: +kkuznetsov: ship it :coffee: +rrossi: ship it :100: +uvogt: on it :bug: +mtanaka: on it :pizza: +doneill: lgtm :cat: +flindqvist: will review +vwang: lgtm :clap: +tvasquez: nice work :coffee: +rrossi: nice work :dog: +opopov: ship it :bulb: +azhang: back later :100: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..108b25c607bd871c979976fb28e980789807221d --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-04.txt @@ -0,0 +1,14 @@ +cnakamura: lgtm +sstevens: will review :pizza: +gkaur: lgtm :tada: +brivera: nice work :dog: +wxu: back later :rocket: +flindqvist: ship it :tada: +doneill: lgtm :wrench: +xlee: nice work :rocket: +opopov: nice work :eyes: +ibarbosa: back later :bug: +azhang: lgtm :pizza: +xlee: nice work +mtanaka: ship it +cnakamura: ship it :coffee: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcd424e636e77bd1c0a457863d50e7b3d35989c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/random/2024-04-05.txt @@ -0,0 +1,15 @@ +kkuznetsov: will review +pklein: nice work +rrossi: lgtm +nmurray: will review :100: +hchen: on it :coffee: +opopov: ship it :eyes: +cnakamura: lgtm +doneill: will review :clap: +qyu: nice work :bulb: +qyu: lgtm :fire: +nmurray: back later :dog: +uvogt: back later :sparkles: +flindqvist: lgtm +rrossi: nice work :sparkles: +uvogt: back later diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff9da4753d6972608a911752f94aee57f33f4e2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-01.txt @@ -0,0 +1,12 @@ +opopov: ship it :coffee: +qyu: back later +rrossi: nice work :wrench: +brivera: back later :clap: +nmurray: nice work :sparkles: +vwang: back later :dog: +ibarbosa: will review :pizza: +nmurray: back later :tada: +lgonzalez: ship it :coffee: +opopov: will review :bug: +brivera: ship it :eyes: +vwang: on it diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c3700afa800dfac06cdcdfaf81c43e625531f95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-02.txt @@ -0,0 +1,14 @@ +wxu: back later :fire: +hchen: lgtm +qyu: ship it :sparkles: +xlee: back later :pizza: +mtanaka: ship it :coffee: +qyu: lgtm :dog: +kkuznetsov: lgtm :dog: +cnakamura: on it :wrench: +nmurray: back later +rrossi: lgtm :bug: +cnakamura: ship it +brivera: will review :clap: +tvasquez: on it :100: +rrossi: back later :100: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..c18465b30e0ae89e2958c59da1fba35d4dbacd5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-03.txt @@ -0,0 +1,17 @@ +nmurray: nice work +pklein: nice work :cat: +kkuznetsov: ship it :clap: +tvasquez: on it :thumbsup: +xlee: on it +brivera: lgtm +vwang: ship it :eyes: +mtanaka: nice work +tvasquez: lgtm +azhang: lgtm :fire: +sstevens: nice work +doneill: lgtm :100: +nmurray: will review +brivera: on it +cnakamura: will review :pizza: +flindqvist: ship it :eyes: +nmurray: lgtm :fire: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef284b588afa0ef2a1ac462d738bd6dedeb3f6f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-04.txt @@ -0,0 +1,19 @@ +rrossi: will review :wrench: +xlee: lgtm :bulb: +xlee: ship it :bug: +jsmith: will review :coffee: +uvogt: nice work +uvogt: on it +uvogt: back later :cat: +doneill: lgtm +qyu: lgtm :bug: +brivera: ship it :fire: +ibarbosa: will review :eyes: +ibarbosa: lgtm +kkuznetsov: on it :100: +kkuznetsov: nice work :thumbsup: +vwang: back later :rocket: +azhang: lgtm :pizza: +jsmith: nice work +sstevens: ship it +lgonzalez: back later diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..a55e91d85d6dc7e3e778950d04fe770da6d33739 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/standup/2024-04-05.txt @@ -0,0 +1,14 @@ +doneill: lgtm :coffee: +rrossi: nice work :thumbsup: +cnakamura: ship it :100: +sstevens: nice work :rocket: +sstevens: nice work :bug: +brivera: on it :pizza: +xlee: on it :coffee: +jsmith: on it :coffee: +qyu: ship it :thumbsup: +nmurray: nice work +epatel: ship it +ibarbosa: nice work +epatel: back later :clap: +hchen: on it diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..585bceba5c0feff074fddb0332a9d8183e32bb72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-01.txt @@ -0,0 +1,18 @@ +epatel: on it :sparkles: +rrossi: back later :cat: +xlee: nice work :bug: +gkaur: nice work +qyu: will review :clap: +sstevens: ship it :bug: +lgonzalez: will review :cat: +tvasquez: ship it :dog: +vwang: will review +pklein: lgtm :bulb: +uvogt: lgtm :thumbsup: +gkaur: nice work :pizza: +hchen: ship it :clap: +jsmith: on it :sparkles: +jsmith: back later :bulb: +uvogt: will review :sparkles: +lgonzalez: lgtm +nmurray: lgtm :cat: diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..a531f61ae0c88dbddc14a99cfe3de3fe97d6cd62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-02.txt @@ -0,0 +1,18 @@ +mtanaka: nice work :pizza: +rrossi: on it :fire: +xlee: ship it :eyes: +vwang: ship it +jsmith: back later :pizza: +rrossi: will review +opopov: will review :thumbsup: +hchen: on it +flindqvist: on it :wrench: +qyu: nice work +qyu: nice work +jsmith: will review :dog: +xlee: will review +brivera: back later :wrench: +gkaur: back later +epatel: nice work +epatel: nice work :pizza: +xlee: will review diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f988e7b917bcd91c9de3b55b1886903f93397a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-03.txt @@ -0,0 +1,15 @@ +kkuznetsov: on it +vwang: lgtm +vwang: ship it :fire: +kkuznetsov: will review :fire: +opopov: lgtm +qyu: nice work +ibarbosa: ship it :tada: +rrossi: nice work :dog: +tvasquez: nice work :thumbsup: +jsmith: back later :fire: +uvogt: ship it :pizza: +pklein: ship it :pizza: +flindqvist: lgtm :bulb: +uvogt: ship it :100: +kkuznetsov: ship it diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdd1db53b5930b5e251cc39d01616616f07d51ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-04.txt @@ -0,0 +1,13 @@ +opopov: on it +epatel: will review :bulb: +brivera: lgtm :pizza: +lgonzalez: on it :eyes: +tvasquez: ship it +gkaur: nice work +mtanaka: on it :bug: +gkaur: ship it :cat: +rrossi: on it :coffee: +nmurray: will review :pizza: +brivera: on it :bug: +tvasquez: back later :dog: +wxu: ship it diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..249a2d2052f7b901a6cc41a838012f4ce67029ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/chat/support/2024-04-05.txt @@ -0,0 +1,18 @@ +epatel: nice work +wxu: nice work :thumbsup: +vwang: ship it +qyu: lgtm :fire: +qyu: lgtm :tada: +wxu: will review :clap: +flindqvist: back later :bulb: +xlee: will review :thumbsup: +brivera: back later :bug: +lgonzalez: will review +uvogt: nice work :rocket: +gkaur: ship it +opopov: back later :tada: +ibarbosa: nice work +sstevens: on it :wrench: +opopov: lgtm +uvogt: on it :thumbsup: +hchen: lgtm diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..222eb69dc6f8bc70c977ac34ab262be0e86ac98b --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-01.txt @@ -0,0 +1,17 @@ +tvasquez: lgtm :tada: +tvasquez: will review :fire: +flindqvist: lgtm +uvogt: lgtm :bug: +doneill: will review +nmurray: will review +tvasquez: on it :pizza: +flindqvist: lgtm :coffee: +mtanaka: ship it :sparkles: +hchen: will review :sparkles: +opopov: will review :coffee: +mtanaka: lgtm :bug: +flindqvist: back later :clap: +gkaur: will review :tada: +nmurray: lgtm :100: +uvogt: nice work +opopov: back later diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..405d9bd376db798ca396b67891fa9e625bbfe5ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-02.txt @@ -0,0 +1,19 @@ +brivera: will review :pizza: +tvasquez: lgtm :wrench: +epatel: lgtm +tvasquez: nice work +opopov: lgtm +hchen: nice work +hchen: back later :rocket: +qyu: ship it :clap: +hchen: back later :eyes: +pklein: ship it :cat: +rrossi: back later :fire: +jsmith: lgtm +vwang: nice work +mtanaka: nice work :clap: +flindqvist: lgtm +nmurray: on it +hchen: on it :bulb: +mtanaka: nice work :thumbsup: +ibarbosa: on it diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..29e407f67ee27507347f1988107a67eeb26dc193 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-03.txt @@ -0,0 +1,12 @@ +pklein: on it :eyes: +kkuznetsov: nice work +doneill: nice work :clap: +opopov: ship it :dog: +azhang: ship it +cnakamura: ship it :sparkles: +sstevens: ship it +wxu: will review :dog: +azhang: ship it +opopov: on it :bug: +vwang: on it :wrench: +xlee: on it :coffee: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..b40590d717650a1e07b057b014f5bead39a5cca0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-04.txt @@ -0,0 +1,17 @@ +pklein: ship it +opopov: will review +xlee: ship it :dog: +epatel: nice work :pizza: +hchen: back later +qyu: on it :rocket: +xlee: on it :cat: +pklein: ship it +wxu: ship it :pizza: +tvasquez: back later :tada: +hchen: on it +xlee: nice work :100: +wxu: on it :eyes: +vwang: ship it :bug: +qyu: will review :thumbsup: +sstevens: on it :coffee: +lgonzalez: lgtm :cat: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..759b1e098138392dfb2506a014e2a6dfd91d0863 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/engineering/2024-04-05.txt @@ -0,0 +1,20 @@ +tvasquez: nice work :sparkles: +mtanaka: back later +epatel: nice work :tada: +sstevens: on it :clap: +qyu: lgtm :bug: +uvogt: ship it :wrench: +lgonzalez: nice work :cat: +wxu: lgtm :fire: +flindqvist: on it +qyu: ship it :bug: +sstevens: will review :dog: +tvasquez: lgtm :tada: +gkaur: on it :fire: +opopov: lgtm +qyu: on it :sparkles: +doneill: ship it :rocket: +nmurray: back later :dog: +pklein: ship it +gkaur: will review +lgonzalez: back later :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..c904b4e9991df8d1f70a48d1156c505b09d6e0f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-01.txt @@ -0,0 +1,19 @@ +hchen: ship it +qyu: will review :100: +rrossi: ship it +uvogt: on it :wrench: +ibarbosa: nice work +tvasquez: ship it +brivera: lgtm :fire: +hchen: nice work :bulb: +pklein: will review :bug: +azhang: on it :tada: +cnakamura: nice work :dog: +lgonzalez: back later :cat: +qyu: on it :cat: +epatel: lgtm :wrench: +lgonzalez: will review :rocket: +lgonzalez: back later :rocket: +epatel: nice work :dog: +flindqvist: nice work :cat: +brivera: nice work :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a87f8ab1af956a377a31feda8c9c13324638aad --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-02.txt @@ -0,0 +1,18 @@ +doneill: on it +qyu: back later :wrench: +pklein: lgtm :bug: +cnakamura: nice work :thumbsup: +sstevens: back later :fire: +opopov: lgtm :coffee: +lgonzalez: back later :pizza: +hchen: will review :tada: +vwang: nice work :fire: +ibarbosa: will review :bug: +cnakamura: ship it +hchen: back later :sparkles: +nmurray: lgtm +brivera: lgtm :thumbsup: +xlee: nice work :cat: +kkuznetsov: will review +jsmith: on it +uvogt: back later :wrench: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c67037956898f055fa937234ba2348972d042eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-03.txt @@ -0,0 +1,14 @@ +opopov: ship it :sparkles: +opopov: will review :thumbsup: +sstevens: nice work +kkuznetsov: back later +tvasquez: lgtm +wxu: nice work :100: +epatel: ship it +ibarbosa: on it +tvasquez: will review :bulb: +qyu: lgtm :rocket: +ibarbosa: will review :fire: +sstevens: on it :dog: +nmurray: lgtm :100: +kkuznetsov: on it :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e926b280659c587caa216853574a2723ba9b0c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-04.txt @@ -0,0 +1,14 @@ +sstevens: lgtm +brivera: nice work :cat: +sstevens: nice work :bug: +cnakamura: nice work +vwang: nice work :clap: +kkuznetsov: lgtm :bug: +lgonzalez: nice work :coffee: +azhang: ship it :coffee: +vwang: lgtm +epatel: nice work +sstevens: will review +lgonzalez: nice work :clap: +jsmith: will review :sparkles: +sstevens: ship it :eyes: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..8eeed80d2e2c27a82eb254f769bada14eac0deab --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/general/2024-04-05.txt @@ -0,0 +1,20 @@ +tvasquez: lgtm :tada: +mtanaka: on it +pklein: back later :100: +hchen: will review :thumbsup: +wxu: lgtm :bulb: +gkaur: will review :sparkles: +cnakamura: back later +vwang: nice work :eyes: +ibarbosa: ship it :thumbsup: +epatel: back later +xlee: lgtm :dog: +gkaur: nice work :rocket: +kkuznetsov: lgtm :bulb: +pklein: nice work :eyes: +ibarbosa: nice work :pizza: +azhang: on it +opopov: ship it :100: +uvogt: will review :thumbsup: +vwang: will review +jsmith: lgtm :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80a8c7cf1095fc52ce614b7a9b7ece4ebf111db --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-01.txt @@ -0,0 +1,12 @@ +sstevens: nice work :eyes: +pklein: back later +opopov: nice work :100: +qyu: back later +lgonzalez: lgtm :dog: +azhang: will review +kkuznetsov: lgtm :clap: +hchen: on it :clap: +rrossi: back later :clap: +kkuznetsov: on it :100: +lgonzalez: ship it :pizza: +opopov: on it :eyes: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..621e6c0c56d93044a3f7ade14ce2c0b676f15c17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-02.txt @@ -0,0 +1,14 @@ +vwang: ship it :rocket: +ibarbosa: on it :coffee: +lgonzalez: back later :dog: +uvogt: lgtm :eyes: +nmurray: will review :clap: +rrossi: nice work :eyes: +flindqvist: ship it +epatel: on it +wxu: lgtm :100: +nmurray: back later +mtanaka: nice work +qyu: back later +pklein: on it :bug: +epatel: nice work :rocket: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f684c399c325a4f605735fd29351170f2fa13ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-03.txt @@ -0,0 +1,12 @@ +cnakamura: nice work :sparkles: +opopov: lgtm :dog: +brivera: lgtm +lgonzalez: lgtm +opopov: will review +jsmith: back later :coffee: +cnakamura: lgtm :100: +azhang: back later :tada: +cnakamura: will review :dog: +epatel: ship it :coffee: +vwang: back later +mtanaka: nice work :bulb: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..f021801511ffb134c731c5eb2acbf41e511193eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-04.txt @@ -0,0 +1,14 @@ +brivera: on it :clap: +azhang: on it :100: +cnakamura: nice work +jsmith: back later :coffee: +brivera: ship it :bug: +tvasquez: lgtm +mtanaka: will review :bug: +wxu: on it :thumbsup: +flindqvist: lgtm +pklein: lgtm :thumbsup: +cnakamura: ship it :tada: +vwang: will review :cat: +sstevens: nice work +epatel: lgtm diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a3a37eeadbe843e90a808b512189ae3cbb96697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/incidents/2024-04-05.txt @@ -0,0 +1,19 @@ +brivera: will review :eyes: +opopov: back later :sparkles: +hchen: on it +kkuznetsov: on it +epatel: ship it +nmurray: on it :thumbsup: +pklein: back later :wrench: +xlee: will review :dog: +wxu: on it :bulb: +sstevens: will review :cat: +rrossi: lgtm +cnakamura: nice work :cat: +flindqvist: back later :pizza: +nmurray: nice work +kkuznetsov: will review :eyes: +kkuznetsov: will review :bulb: +kkuznetsov: nice work +qyu: ship it :thumbsup: +gkaur: lgtm :clap: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..7defef3a968af3e3095cf827b68451320a55a549 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-01.txt @@ -0,0 +1,12 @@ +cnakamura: back later :rocket: +rrossi: back later +uvogt: lgtm :fire: +azhang: back later +sstevens: back later :cat: +qyu: lgtm :fire: +brivera: nice work +brivera: ship it :thumbsup: +epatel: will review +kkuznetsov: nice work :pizza: +uvogt: back later :cat: +epatel: will review :thumbsup: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ac0b0217e6e20f7bf7cef26f0fbdc2df41399cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-02.txt @@ -0,0 +1,16 @@ +kkuznetsov: ship it :dog: +brivera: on it +lgonzalez: nice work :dog: +doneill: lgtm :tada: +rrossi: on it :wrench: +mtanaka: nice work :tada: +vwang: ship it +kkuznetsov: back later :coffee: +mtanaka: will review :dog: +uvogt: ship it :rocket: +rrossi: back later :cat: +hchen: on it :100: +tvasquez: nice work :rocket: +doneill: will review :sparkles: +qyu: lgtm +epatel: back later :bulb: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..8880beb7ed7991b6385b33cb2683572a7c7e88e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-03.txt @@ -0,0 +1,15 @@ +cnakamura: nice work +ibarbosa: back later :tada: +hchen: nice work +sstevens: on it :dog: +kkuznetsov: ship it :coffee: +rrossi: ship it :100: +uvogt: on it :bug: +mtanaka: on it :pizza: +doneill: lgtm :cat: +flindqvist: will review +vwang: lgtm :clap: +tvasquez: nice work :coffee: +rrossi: nice work :dog: +opopov: ship it :bulb: +azhang: back later :100: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..108b25c607bd871c979976fb28e980789807221d --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-04.txt @@ -0,0 +1,14 @@ +cnakamura: lgtm +sstevens: will review :pizza: +gkaur: lgtm :tada: +brivera: nice work :dog: +wxu: back later :rocket: +flindqvist: ship it :tada: +doneill: lgtm :wrench: +xlee: nice work :rocket: +opopov: nice work :eyes: +ibarbosa: back later :bug: +azhang: lgtm :pizza: +xlee: nice work +mtanaka: ship it +cnakamura: ship it :coffee: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..edcd424e636e77bd1c0a457863d50e7b3d35989c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/random/2024-04-05.txt @@ -0,0 +1,15 @@ +kkuznetsov: will review +pklein: nice work +rrossi: lgtm +nmurray: will review :100: +hchen: on it :coffee: +opopov: ship it :eyes: +cnakamura: lgtm +doneill: will review :clap: +qyu: nice work :bulb: +qyu: lgtm :fire: +nmurray: back later :dog: +uvogt: back later :sparkles: +flindqvist: lgtm +rrossi: nice work :sparkles: +uvogt: back later diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff9da4753d6972608a911752f94aee57f33f4e2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-01.txt @@ -0,0 +1,12 @@ +opopov: ship it :coffee: +qyu: back later +rrossi: nice work :wrench: +brivera: back later :clap: +nmurray: nice work :sparkles: +vwang: back later :dog: +ibarbosa: will review :pizza: +nmurray: back later :tada: +lgonzalez: ship it :coffee: +opopov: will review :bug: +brivera: ship it :eyes: +vwang: on it diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c3700afa800dfac06cdcdfaf81c43e625531f95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-02.txt @@ -0,0 +1,14 @@ +wxu: back later :fire: +hchen: lgtm +qyu: ship it :sparkles: +xlee: back later :pizza: +mtanaka: ship it :coffee: +qyu: lgtm :dog: +kkuznetsov: lgtm :dog: +cnakamura: on it :wrench: +nmurray: back later +rrossi: lgtm :bug: +cnakamura: ship it +brivera: will review :clap: +tvasquez: on it :100: +rrossi: back later :100: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..c18465b30e0ae89e2958c59da1fba35d4dbacd5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-03.txt @@ -0,0 +1,17 @@ +nmurray: nice work +pklein: nice work :cat: +kkuznetsov: ship it :clap: +tvasquez: on it :thumbsup: +xlee: on it +brivera: lgtm +vwang: ship it :eyes: +mtanaka: nice work +tvasquez: lgtm +azhang: lgtm :fire: +sstevens: nice work +doneill: lgtm :100: +nmurray: will review +brivera: on it +cnakamura: will review :pizza: +flindqvist: ship it :eyes: +nmurray: lgtm :fire: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef284b588afa0ef2a1ac462d738bd6dedeb3f6f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-04.txt @@ -0,0 +1,19 @@ +rrossi: will review :wrench: +xlee: lgtm :bulb: +xlee: ship it :bug: +jsmith: will review :coffee: +uvogt: nice work +uvogt: on it +uvogt: back later :cat: +doneill: lgtm +qyu: lgtm :bug: +brivera: ship it :fire: +ibarbosa: will review :eyes: +ibarbosa: lgtm +kkuznetsov: on it :100: +kkuznetsov: nice work :thumbsup: +vwang: back later :rocket: +azhang: lgtm :pizza: +jsmith: nice work +sstevens: ship it +lgonzalez: back later diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..a55e91d85d6dc7e3e778950d04fe770da6d33739 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/standup/2024-04-05.txt @@ -0,0 +1,14 @@ +doneill: lgtm :coffee: +rrossi: nice work :thumbsup: +cnakamura: ship it :100: +sstevens: nice work :rocket: +sstevens: nice work :bug: +brivera: on it :pizza: +xlee: on it :coffee: +jsmith: on it :coffee: +qyu: ship it :thumbsup: +nmurray: nice work +epatel: ship it +ibarbosa: nice work +epatel: back later :clap: +hchen: on it diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-01.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..585bceba5c0feff074fddb0332a9d8183e32bb72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-01.txt @@ -0,0 +1,18 @@ +epatel: on it :sparkles: +rrossi: back later :cat: +xlee: nice work :bug: +gkaur: nice work +qyu: will review :clap: +sstevens: ship it :bug: +lgonzalez: will review :cat: +tvasquez: ship it :dog: +vwang: will review +pklein: lgtm :bulb: +uvogt: lgtm :thumbsup: +gkaur: nice work :pizza: +hchen: ship it :clap: +jsmith: on it :sparkles: +jsmith: back later :bulb: +uvogt: will review :sparkles: +lgonzalez: lgtm +nmurray: lgtm :cat: diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-02.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..a531f61ae0c88dbddc14a99cfe3de3fe97d6cd62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-02.txt @@ -0,0 +1,18 @@ +mtanaka: nice work :pizza: +rrossi: on it :fire: +xlee: ship it :eyes: +vwang: ship it +jsmith: back later :pizza: +rrossi: will review +opopov: will review :thumbsup: +hchen: on it +flindqvist: on it :wrench: +qyu: nice work +qyu: nice work +jsmith: will review :dog: +xlee: will review +brivera: back later :wrench: +gkaur: back later +epatel: nice work +epatel: nice work :pizza: +xlee: will review diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-03.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f988e7b917bcd91c9de3b55b1886903f93397a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-03.txt @@ -0,0 +1,15 @@ +kkuznetsov: on it +vwang: lgtm +vwang: ship it :fire: +kkuznetsov: will review :fire: +opopov: lgtm +qyu: nice work +ibarbosa: ship it :tada: +rrossi: nice work :dog: +tvasquez: nice work :thumbsup: +jsmith: back later :fire: +uvogt: ship it :pizza: +pklein: ship it :pizza: +flindqvist: lgtm :bulb: +uvogt: ship it :100: +kkuznetsov: ship it diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-04.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdd1db53b5930b5e251cc39d01616616f07d51ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-04.txt @@ -0,0 +1,13 @@ +opopov: on it +epatel: will review :bulb: +brivera: lgtm :pizza: +lgonzalez: on it :eyes: +tvasquez: ship it +gkaur: nice work +mtanaka: on it :bug: +gkaur: ship it :cat: +rrossi: on it :coffee: +nmurray: will review :pizza: +brivera: on it :bug: +tvasquez: back later :dog: +wxu: ship it diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-05.txt b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..249a2d2052f7b901a6cc41a838012f4ce67029ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/chat/support/2024-04-05.txt @@ -0,0 +1,18 @@ +epatel: nice work +wxu: nice work :thumbsup: +vwang: ship it +qyu: lgtm :fire: +qyu: lgtm :tada: +wxu: will review :clap: +flindqvist: back later :bulb: +xlee: will review :thumbsup: +brivera: back later :bug: +lgonzalez: will review +uvogt: nice work :rocket: +gkaur: ship it +opopov: back later :tada: +ibarbosa: nice work +sstevens: on it :wrench: +opopov: lgtm +uvogt: on it :thumbsup: +hchen: lgtm diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_80489defd8/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..72f3dcd2d5f4938a31547f2e52a92f09529ed165 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-01.log @@ -0,0 +1,23 @@ +2024-04-01T21:00:00 user=doneill result=failure +2024-04-01T21:00:00 user=jsmith result=success +2024-04-01T06:00:00 user=sstevens result=success +2024-04-01T22:00:00 user=xlee result=success +2024-04-01T13:00:00 user=xlee result=success +2024-04-01T15:00:00 user=nmurray result=failure +2024-04-01T20:00:00 user=vwang result=success +2024-04-01T17:00:00 user=vwang result=failure +2024-04-01T06:00:00 user=tvasquez result=failure +2024-04-01T04:00:00 user=nmurray result=success +2024-04-01T06:00:00 user=hchen result=success +2024-04-01T10:00:00 user=opopov result=success +2024-04-01T22:00:00 user=epatel result=success +2024-04-01T11:00:00 user=mtanaka result=failure +2024-04-01T03:00:00 user=hchen result=success +2024-04-01T05:00:00 user=qyu result=success +2024-04-01T01:00:00 user=gkaur result=success +2024-04-01T19:00:00 user=epatel result=success +2024-04-01T16:00:00 user=gkaur result=failure +2024-04-01T02:00:00 user=nmurray result=success +2024-04-01T06:00:00 user=vwang result=success +2024-04-01T07:00:00 user=wxu result=failure +2024-04-01T17:00:00 user=gkaur result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..834968f518e361e85101b3043d2510b1da25d2ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02T16:00:00 user=pklein result=success +2024-04-02T16:00:00 user=uvogt result=success +2024-04-02T01:00:00 user=kkuznetsov result=success +2024-04-02T00:00:00 user=wxu result=success +2024-04-02T17:00:00 user=ibarbosa result=success +2024-04-02T20:00:00 user=brivera result=success +2024-04-02T13:00:00 user=pklein result=success +2024-04-02T14:00:00 user=brivera result=success +2024-04-02T01:00:00 user=azhang result=failure +2024-04-02T12:00:00 user=jsmith result=success +2024-04-02T03:00:00 user=tvasquez result=success +2024-04-02T20:00:00 user=ibarbosa result=success +2024-04-02T17:00:00 user=nmurray result=success +2024-04-02T18:00:00 user=cnakamura result=success +2024-04-02T22:00:00 user=opopov result=failure +2024-04-02T01:00:00 user=sstevens result=success +2024-04-02T07:00:00 user=flindqvist result=failure +2024-04-02T21:00:00 user=pklein result=failure +2024-04-02T19:00:00 user=sstevens result=success +2024-04-02T08:00:00 user=opopov result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e3f59cbea583e1161b2e72b3b3872e5fde47fb9d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03T11:00:00 user=kkuznetsov result=failure +2024-04-03T05:00:00 user=xlee result=success +2024-04-03T13:00:00 user=uvogt result=failure +2024-04-03T01:00:00 user=uvogt result=success +2024-04-03T11:00:00 user=gkaur result=success +2024-04-03T08:00:00 user=mtanaka result=success +2024-04-03T17:00:00 user=uvogt result=failure +2024-04-03T13:00:00 user=wxu result=success +2024-04-03T01:00:00 user=brivera result=success +2024-04-03T03:00:00 user=pklein result=success +2024-04-03T02:00:00 user=mtanaka result=success +2024-04-03T10:00:00 user=qyu result=success +2024-04-03T22:00:00 user=wxu result=success +2024-04-03T03:00:00 user=tvasquez result=success +2024-04-03T04:00:00 user=gkaur result=success +2024-04-03T13:00:00 user=rrossi result=success +2024-04-03T19:00:00 user=xlee result=failure +2024-04-03T14:00:00 user=wxu result=failure +2024-04-03T19:00:00 user=rrossi result=failure +2024-04-03T12:00:00 user=sstevens result=success +2024-04-03T13:00:00 user=gkaur result=success +2024-04-03T17:00:00 user=sstevens result=success +2024-04-03T17:00:00 user=rrossi result=failure +2024-04-03T02:00:00 user=qyu result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..c1356eff8770a8e6810944128acaa09790453f29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04T16:00:00 user=qyu result=success +2024-04-04T16:00:00 user=tvasquez result=success +2024-04-04T21:00:00 user=sstevens result=failure +2024-04-04T23:00:00 user=jsmith result=failure +2024-04-04T15:00:00 user=tvasquez result=success +2024-04-04T18:00:00 user=qyu result=success +2024-04-04T17:00:00 user=sstevens result=success +2024-04-04T22:00:00 user=tvasquez result=success +2024-04-04T22:00:00 user=mtanaka result=success +2024-04-04T08:00:00 user=epatel result=success +2024-04-04T22:00:00 user=kkuznetsov result=success +2024-04-04T13:00:00 user=uvogt result=success +2024-04-04T09:00:00 user=gkaur result=success +2024-04-04T10:00:00 user=sstevens result=success +2024-04-04T09:00:00 user=uvogt result=failure +2024-04-04T02:00:00 user=doneill result=success +2024-04-04T17:00:00 user=gkaur result=failure +2024-04-04T12:00:00 user=epatel result=failure +2024-04-04T15:00:00 user=azhang result=success +2024-04-04T15:00:00 user=uvogt result=success +2024-04-04T00:00:00 user=lgonzalez result=success +2024-04-04T06:00:00 user=doneill result=success +2024-04-04T02:00:00 user=rrossi result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..0d09712fb2844c03798476d2e03c50eb0285ecbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-05.log @@ -0,0 +1,38 @@ +2024-04-05T02:00:00 user=ibarbosa result=success +2024-04-05T01:00:00 user=rrossi result=success +2024-04-05T05:00:00 user=uvogt result=success +2024-04-05T13:00:00 user=azhang result=success +2024-04-05T10:00:00 user=gkaur result=success +2024-04-05T15:00:00 user=azhang result=success +2024-04-05T17:00:00 user=mtanaka result=success +2024-04-05T01:00:00 user=lgonzalez result=success +2024-04-05T02:00:00 user=sstevens result=failure +2024-04-05T17:00:00 user=kkuznetsov result=success +2024-04-05T10:00:00 user=wxu result=success +2024-04-05T02:00:00 user=gkaur result=failure +2024-04-05T19:00:00 user=jsmith result=success +2024-04-05T07:00:00 user=cnakamura result=success +2024-04-05T21:00:00 user=opopov result=success +2024-04-05T14:00:00 user=qyu result=success +2024-04-05T20:00:00 user=mtanaka result=failure +2024-04-05T08:00:00 user=vwang result=success +2024-04-05T08:00:00 user=hchen result=success +2024-04-05T04:00:00 user=cnakamura result=success +2024-04-05T06:00:00 user=rrossi result=success +2024-04-05T21:00:00 user=cnakamura result=success +2024-04-05T15:00:00 user=sstevens result=success +2024-04-05T18:00:00 user=vwang result=success +2024-04-05T21:00:00 user=vwang result=failure +2024-04-05T13:00:00 user=qyu result=failure +2024-04-05T03:00:00 user=rrossi result=success +2024-04-05T14:00:00 user=wxu result=failure +2024-04-05T09:00:00 user=rrossi result=success +2024-04-05T22:00:00 user=hchen result=success +2024-04-05T17:00:00 user=wxu result=failure +2024-04-05T07:00:00 user=jsmith result=success +2024-04-05T05:00:00 user=epatel result=success +2024-04-05T18:00:00 user=vwang result=success +2024-04-05T17:00:00 user=kkuznetsov result=failure +2024-04-05T00:00:00 user=mtanaka result=success +2024-04-05T21:00:00 user=rrossi result=success +2024-04-05T22:00:00 user=nmurray result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..21ea9d9eee808a903ad7a617e89712ea4c0fc328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-06.log @@ -0,0 +1,37 @@ +2024-04-06T17:00:00 user=jsmith result=success +2024-04-06T22:00:00 user=rrossi result=failure +2024-04-06T09:00:00 user=epatel result=success +2024-04-06T11:00:00 user=kkuznetsov result=success +2024-04-06T12:00:00 user=cnakamura result=failure +2024-04-06T18:00:00 user=tvasquez result=success +2024-04-06T04:00:00 user=gkaur result=failure +2024-04-06T05:00:00 user=jsmith result=failure +2024-04-06T14:00:00 user=azhang result=success +2024-04-06T18:00:00 user=ibarbosa result=success +2024-04-06T17:00:00 user=cnakamura result=success +2024-04-06T08:00:00 user=jsmith result=success +2024-04-06T03:00:00 user=doneill result=failure +2024-04-06T01:00:00 user=ibarbosa result=success +2024-04-06T14:00:00 user=sstevens result=success +2024-04-06T02:00:00 user=epatel result=failure +2024-04-06T10:00:00 user=azhang result=success +2024-04-06T02:00:00 user=brivera result=success +2024-04-06T05:00:00 user=jsmith result=success +2024-04-06T08:00:00 user=doneill result=failure +2024-04-06T22:00:00 user=opopov result=failure +2024-04-06T02:00:00 user=gkaur result=success +2024-04-06T23:00:00 user=opopov result=success +2024-04-06T16:00:00 user=tvasquez result=success +2024-04-06T22:00:00 user=uvogt result=success +2024-04-06T20:00:00 user=vwang result=failure +2024-04-06T00:00:00 user=brivera result=success +2024-04-06T18:00:00 user=uvogt result=success +2024-04-06T20:00:00 user=rrossi result=success +2024-04-06T02:00:00 user=ibarbosa result=success +2024-04-06T10:00:00 user=sstevens result=success +2024-04-06T01:00:00 user=wxu result=success +2024-04-06T14:00:00 user=azhang result=success +2024-04-06T12:00:00 user=mtanaka result=failure +2024-04-06T17:00:00 user=flindqvist result=success +2024-04-06T19:00:00 user=opopov result=success +2024-04-06T13:00:00 user=rrossi result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..71bd96d21d5fdb6ff751c8e5b02b211e3ddb6d7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/github/2024-04-07.log @@ -0,0 +1,26 @@ +2024-04-07T05:00:00 user=lgonzalez result=failure +2024-04-07T13:00:00 user=epatel result=success +2024-04-07T11:00:00 user=tvasquez result=success +2024-04-07T04:00:00 user=flindqvist result=success +2024-04-07T23:00:00 user=epatel result=success +2024-04-07T03:00:00 user=qyu result=success +2024-04-07T22:00:00 user=gkaur result=failure +2024-04-07T20:00:00 user=ibarbosa result=success +2024-04-07T21:00:00 user=ibarbosa result=success +2024-04-07T20:00:00 user=epatel result=failure +2024-04-07T08:00:00 user=azhang result=failure +2024-04-07T03:00:00 user=pklein result=success +2024-04-07T18:00:00 user=epatel result=failure +2024-04-07T15:00:00 user=epatel result=success +2024-04-07T16:00:00 user=opopov result=success +2024-04-07T03:00:00 user=uvogt result=success +2024-04-07T12:00:00 user=brivera result=success +2024-04-07T23:00:00 user=ibarbosa result=success +2024-04-07T04:00:00 user=sstevens result=success +2024-04-07T09:00:00 user=rrossi result=success +2024-04-07T13:00:00 user=vwang result=success +2024-04-07T15:00:00 user=rrossi result=success +2024-04-07T11:00:00 user=sstevens result=success +2024-04-07T00:00:00 user=hchen result=failure +2024-04-07T04:00:00 user=pklein result=success +2024-04-07T17:00:00 user=sstevens result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1f486b34caace2392ae29cfd8c9f9c70ac27584d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-01.log @@ -0,0 +1,20 @@ +2024-04-01T22:00:00 user=ibarbosa result=failure +2024-04-01T18:00:00 user=sstevens result=success +2024-04-01T02:00:00 user=sstevens result=success +2024-04-01T02:00:00 user=kkuznetsov result=failure +2024-04-01T07:00:00 user=azhang result=failure +2024-04-01T21:00:00 user=kkuznetsov result=success +2024-04-01T09:00:00 user=flindqvist result=success +2024-04-01T04:00:00 user=vwang result=failure +2024-04-01T16:00:00 user=nmurray result=success +2024-04-01T01:00:00 user=uvogt result=success +2024-04-01T16:00:00 user=kkuznetsov result=success +2024-04-01T04:00:00 user=sstevens result=success +2024-04-01T04:00:00 user=lgonzalez result=failure +2024-04-01T16:00:00 user=kkuznetsov result=failure +2024-04-01T23:00:00 user=brivera result=failure +2024-04-01T19:00:00 user=vwang result=success +2024-04-01T18:00:00 user=opopov result=success +2024-04-01T20:00:00 user=vwang result=failure +2024-04-01T09:00:00 user=uvogt result=failure +2024-04-01T09:00:00 user=epatel result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..39004a0e82a8e808190d1a166d58e1b969d73f38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-02.log @@ -0,0 +1,38 @@ +2024-04-02T08:00:00 user=lgonzalez result=success +2024-04-02T01:00:00 user=kkuznetsov result=failure +2024-04-02T19:00:00 user=vwang result=success +2024-04-02T01:00:00 user=gkaur result=success +2024-04-02T10:00:00 user=jsmith result=success +2024-04-02T19:00:00 user=ibarbosa result=failure +2024-04-02T09:00:00 user=epatel result=success +2024-04-02T01:00:00 user=nmurray result=success +2024-04-02T00:00:00 user=uvogt result=success +2024-04-02T12:00:00 user=xlee result=success +2024-04-02T17:00:00 user=wxu result=failure +2024-04-02T16:00:00 user=ibarbosa result=success +2024-04-02T13:00:00 user=nmurray result=success +2024-04-02T22:00:00 user=opopov result=success +2024-04-02T15:00:00 user=sstevens result=failure +2024-04-02T02:00:00 user=cnakamura result=failure +2024-04-02T13:00:00 user=cnakamura result=failure +2024-04-02T18:00:00 user=mtanaka result=failure +2024-04-02T08:00:00 user=uvogt result=success +2024-04-02T16:00:00 user=azhang result=failure +2024-04-02T11:00:00 user=brivera result=failure +2024-04-02T02:00:00 user=gkaur result=failure +2024-04-02T02:00:00 user=nmurray result=failure +2024-04-02T13:00:00 user=jsmith result=success +2024-04-02T03:00:00 user=doneill result=failure +2024-04-02T10:00:00 user=doneill result=failure +2024-04-02T11:00:00 user=pklein result=success +2024-04-02T08:00:00 user=nmurray result=success +2024-04-02T13:00:00 user=gkaur result=failure +2024-04-02T21:00:00 user=qyu result=success +2024-04-02T07:00:00 user=epatel result=failure +2024-04-02T07:00:00 user=cnakamura result=success +2024-04-02T17:00:00 user=kkuznetsov result=success +2024-04-02T17:00:00 user=kkuznetsov result=success +2024-04-02T22:00:00 user=doneill result=failure +2024-04-02T05:00:00 user=ibarbosa result=success +2024-04-02T19:00:00 user=azhang result=failure +2024-04-02T16:00:00 user=mtanaka result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a48663400f88570a4fe41005d64e56bbe37f7a1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-03.log @@ -0,0 +1,28 @@ +2024-04-03T23:00:00 user=jsmith result=success +2024-04-03T09:00:00 user=xlee result=success +2024-04-03T08:00:00 user=azhang result=success +2024-04-03T18:00:00 user=sstevens result=failure +2024-04-03T05:00:00 user=opopov result=failure +2024-04-03T10:00:00 user=wxu result=success +2024-04-03T12:00:00 user=hchen result=success +2024-04-03T14:00:00 user=uvogt result=success +2024-04-03T13:00:00 user=hchen result=success +2024-04-03T06:00:00 user=kkuznetsov result=failure +2024-04-03T21:00:00 user=flindqvist result=success +2024-04-03T21:00:00 user=mtanaka result=success +2024-04-03T23:00:00 user=rrossi result=success +2024-04-03T05:00:00 user=cnakamura result=failure +2024-04-03T06:00:00 user=wxu result=success +2024-04-03T06:00:00 user=opopov result=success +2024-04-03T18:00:00 user=epatel result=success +2024-04-03T23:00:00 user=mtanaka result=failure +2024-04-03T03:00:00 user=rrossi result=success +2024-04-03T03:00:00 user=qyu result=failure +2024-04-03T20:00:00 user=hchen result=failure +2024-04-03T17:00:00 user=nmurray result=success +2024-04-03T02:00:00 user=wxu result=success +2024-04-03T05:00:00 user=doneill result=failure +2024-04-03T03:00:00 user=jsmith result=failure +2024-04-03T03:00:00 user=qyu result=failure +2024-04-03T14:00:00 user=vwang result=failure +2024-04-03T17:00:00 user=azhang result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..51ed5ae69cd72a4a87bf9cbf8b668bce99df0c96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T07:00:00 user=jsmith result=failure +2024-04-04T19:00:00 user=epatel result=failure +2024-04-04T09:00:00 user=kkuznetsov result=success +2024-04-04T21:00:00 user=kkuznetsov result=success +2024-04-04T00:00:00 user=ibarbosa result=success +2024-04-04T20:00:00 user=qyu result=success +2024-04-04T08:00:00 user=hchen result=success +2024-04-04T04:00:00 user=xlee result=success +2024-04-04T15:00:00 user=mtanaka result=success +2024-04-04T00:00:00 user=vwang result=success +2024-04-04T20:00:00 user=opopov result=success +2024-04-04T20:00:00 user=epatel result=failure +2024-04-04T17:00:00 user=kkuznetsov result=success +2024-04-04T16:00:00 user=cnakamura result=success +2024-04-04T21:00:00 user=wxu result=success +2024-04-04T05:00:00 user=vwang result=failure +2024-04-04T12:00:00 user=vwang result=failure +2024-04-04T12:00:00 user=wxu result=success +2024-04-04T19:00:00 user=xlee result=success +2024-04-04T13:00:00 user=flindqvist result=failure +2024-04-04T21:00:00 user=vwang result=success +2024-04-04T20:00:00 user=cnakamura result=success +2024-04-04T08:00:00 user=jsmith result=failure +2024-04-04T08:00:00 user=brivera result=failure +2024-04-04T10:00:00 user=mtanaka result=failure +2024-04-04T09:00:00 user=vwang result=success +2024-04-04T20:00:00 user=gkaur result=success +2024-04-04T01:00:00 user=opopov result=failure +2024-04-04T04:00:00 user=sstevens result=failure +2024-04-04T21:00:00 user=wxu result=success +2024-04-04T21:00:00 user=brivera result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..185e7a32f8b6075a37d0ac2cf1875064a54d5521 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-05.log @@ -0,0 +1,31 @@ +2024-04-05T21:00:00 user=ibarbosa result=success +2024-04-05T09:00:00 user=epatel result=success +2024-04-05T14:00:00 user=cnakamura result=success +2024-04-05T08:00:00 user=rrossi result=success +2024-04-05T16:00:00 user=nmurray result=failure +2024-04-05T17:00:00 user=ibarbosa result=success +2024-04-05T01:00:00 user=opopov result=failure +2024-04-05T17:00:00 user=tvasquez result=success +2024-04-05T00:00:00 user=ibarbosa result=failure +2024-04-05T04:00:00 user=cnakamura result=success +2024-04-05T23:00:00 user=gkaur result=success +2024-04-05T07:00:00 user=flindqvist result=failure +2024-04-05T03:00:00 user=doneill result=success +2024-04-05T19:00:00 user=flindqvist result=failure +2024-04-05T17:00:00 user=pklein result=success +2024-04-05T08:00:00 user=nmurray result=failure +2024-04-05T12:00:00 user=brivera result=success +2024-04-05T23:00:00 user=wxu result=failure +2024-04-05T22:00:00 user=rrossi result=success +2024-04-05T15:00:00 user=kkuznetsov result=failure +2024-04-05T23:00:00 user=gkaur result=success +2024-04-05T15:00:00 user=epatel result=success +2024-04-05T09:00:00 user=tvasquez result=failure +2024-04-05T20:00:00 user=flindqvist result=failure +2024-04-05T12:00:00 user=uvogt result=success +2024-04-05T13:00:00 user=lgonzalez result=success +2024-04-05T01:00:00 user=hchen result=success +2024-04-05T15:00:00 user=pklein result=success +2024-04-05T14:00:00 user=gkaur result=success +2024-04-05T03:00:00 user=qyu result=success +2024-04-05T11:00:00 user=sstevens result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..69e4e6e8ce8c50a5b2967ee48a5b72722dd1da92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-06.log @@ -0,0 +1,37 @@ +2024-04-06T20:00:00 user=pklein result=success +2024-04-06T09:00:00 user=doneill result=success +2024-04-06T05:00:00 user=lgonzalez result=failure +2024-04-06T05:00:00 user=sstevens result=success +2024-04-06T06:00:00 user=rrossi result=success +2024-04-06T09:00:00 user=lgonzalez result=success +2024-04-06T18:00:00 user=jsmith result=failure +2024-04-06T18:00:00 user=hchen result=success +2024-04-06T15:00:00 user=uvogt result=success +2024-04-06T00:00:00 user=vwang result=success +2024-04-06T18:00:00 user=flindqvist result=success +2024-04-06T00:00:00 user=pklein result=success +2024-04-06T19:00:00 user=ibarbosa result=success +2024-04-06T01:00:00 user=uvogt result=success +2024-04-06T18:00:00 user=azhang result=success +2024-04-06T19:00:00 user=gkaur result=success +2024-04-06T22:00:00 user=pklein result=success +2024-04-06T19:00:00 user=jsmith result=success +2024-04-06T07:00:00 user=mtanaka result=success +2024-04-06T08:00:00 user=kkuznetsov result=failure +2024-04-06T14:00:00 user=qyu result=success +2024-04-06T14:00:00 user=jsmith result=success +2024-04-06T10:00:00 user=wxu result=failure +2024-04-06T13:00:00 user=cnakamura result=failure +2024-04-06T20:00:00 user=doneill result=success +2024-04-06T14:00:00 user=flindqvist result=failure +2024-04-06T08:00:00 user=nmurray result=success +2024-04-06T03:00:00 user=xlee result=success +2024-04-06T08:00:00 user=tvasquez result=failure +2024-04-06T12:00:00 user=jsmith result=success +2024-04-06T18:00:00 user=xlee result=success +2024-04-06T02:00:00 user=vwang result=failure +2024-04-06T04:00:00 user=flindqvist result=success +2024-04-06T13:00:00 user=epatel result=failure +2024-04-06T23:00:00 user=cnakamura result=success +2024-04-06T22:00:00 user=lgonzalez result=success +2024-04-06T06:00:00 user=hchen result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..9fa5f99f124e12e3bf7e084717425245e97d40d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/postgres/2024-04-07.log @@ -0,0 +1,33 @@ +2024-04-07T23:00:00 user=uvogt result=success +2024-04-07T22:00:00 user=xlee result=success +2024-04-07T19:00:00 user=hchen result=success +2024-04-07T15:00:00 user=rrossi result=failure +2024-04-07T21:00:00 user=azhang result=failure +2024-04-07T19:00:00 user=xlee result=success +2024-04-07T22:00:00 user=rrossi result=failure +2024-04-07T00:00:00 user=jsmith result=success +2024-04-07T22:00:00 user=uvogt result=failure +2024-04-07T17:00:00 user=opopov result=success +2024-04-07T23:00:00 user=lgonzalez result=success +2024-04-07T22:00:00 user=gkaur result=failure +2024-04-07T03:00:00 user=lgonzalez result=success +2024-04-07T22:00:00 user=rrossi result=success +2024-04-07T17:00:00 user=gkaur result=failure +2024-04-07T00:00:00 user=sstevens result=success +2024-04-07T02:00:00 user=rrossi result=success +2024-04-07T04:00:00 user=wxu result=success +2024-04-07T06:00:00 user=pklein result=failure +2024-04-07T03:00:00 user=tvasquez result=success +2024-04-07T13:00:00 user=qyu result=failure +2024-04-07T21:00:00 user=brivera result=success +2024-04-07T20:00:00 user=sstevens result=success +2024-04-07T16:00:00 user=ibarbosa result=success +2024-04-07T09:00:00 user=tvasquez result=success +2024-04-07T20:00:00 user=qyu result=success +2024-04-07T23:00:00 user=brivera result=success +2024-04-07T21:00:00 user=ibarbosa result=failure +2024-04-07T20:00:00 user=mtanaka result=success +2024-04-07T21:00:00 user=xlee result=success +2024-04-07T23:00:00 user=xlee result=success +2024-04-07T19:00:00 user=pklein result=success +2024-04-07T16:00:00 user=brivera result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..95f9fa4776a3b0b478f9dd189b0630c247dedbf3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-01.log @@ -0,0 +1,25 @@ +2024-04-01T19:00:00 user=mtanaka result=failure +2024-04-01T06:00:00 user=epatel result=success +2024-04-01T09:00:00 user=opopov result=failure +2024-04-01T13:00:00 user=tvasquez result=success +2024-04-01T16:00:00 user=ibarbosa result=success +2024-04-01T23:00:00 user=lgonzalez result=failure +2024-04-01T13:00:00 user=sstevens result=success +2024-04-01T04:00:00 user=jsmith result=success +2024-04-01T16:00:00 user=hchen result=success +2024-04-01T04:00:00 user=azhang result=failure +2024-04-01T08:00:00 user=qyu result=failure +2024-04-01T13:00:00 user=brivera result=failure +2024-04-01T05:00:00 user=epatel result=success +2024-04-01T18:00:00 user=wxu result=success +2024-04-01T19:00:00 user=doneill result=failure +2024-04-01T13:00:00 user=brivera result=failure +2024-04-01T18:00:00 user=xlee result=success +2024-04-01T08:00:00 user=kkuznetsov result=failure +2024-04-01T01:00:00 user=pklein result=success +2024-04-01T16:00:00 user=nmurray result=success +2024-04-01T05:00:00 user=tvasquez result=success +2024-04-01T16:00:00 user=flindqvist result=success +2024-04-01T15:00:00 user=sstevens result=failure +2024-04-01T07:00:00 user=doneill result=success +2024-04-01T01:00:00 user=epatel result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..883ad81def13083d943753cb28c838aa41e4588c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02T19:00:00 user=uvogt result=failure +2024-04-02T04:00:00 user=lgonzalez result=success +2024-04-02T22:00:00 user=tvasquez result=failure +2024-04-02T21:00:00 user=lgonzalez result=success +2024-04-02T15:00:00 user=cnakamura result=failure +2024-04-02T16:00:00 user=wxu result=success +2024-04-02T06:00:00 user=xlee result=success +2024-04-02T21:00:00 user=xlee result=success +2024-04-02T02:00:00 user=wxu result=success +2024-04-02T23:00:00 user=gkaur result=success +2024-04-02T23:00:00 user=flindqvist result=failure +2024-04-02T11:00:00 user=vwang result=success +2024-04-02T13:00:00 user=azhang result=success +2024-04-02T08:00:00 user=nmurray result=success +2024-04-02T16:00:00 user=sstevens result=success +2024-04-02T03:00:00 user=azhang result=failure +2024-04-02T18:00:00 user=wxu result=success +2024-04-02T01:00:00 user=epatel result=success +2024-04-02T22:00:00 user=tvasquez result=success +2024-04-02T07:00:00 user=lgonzalez result=failure +2024-04-02T01:00:00 user=flindqvist result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..62cb765038528685ea9bd8ab12df884ff1e5b54c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-03.log @@ -0,0 +1,28 @@ +2024-04-03T18:00:00 user=kkuznetsov result=success +2024-04-03T12:00:00 user=brivera result=success +2024-04-03T23:00:00 user=ibarbosa result=success +2024-04-03T00:00:00 user=cnakamura result=success +2024-04-03T02:00:00 user=qyu result=success +2024-04-03T20:00:00 user=qyu result=failure +2024-04-03T10:00:00 user=qyu result=failure +2024-04-03T04:00:00 user=jsmith result=failure +2024-04-03T22:00:00 user=vwang result=success +2024-04-03T15:00:00 user=cnakamura result=success +2024-04-03T08:00:00 user=opopov result=success +2024-04-03T04:00:00 user=doneill result=success +2024-04-03T09:00:00 user=mtanaka result=success +2024-04-03T01:00:00 user=hchen result=success +2024-04-03T14:00:00 user=brivera result=failure +2024-04-03T15:00:00 user=lgonzalez result=failure +2024-04-03T17:00:00 user=ibarbosa result=success +2024-04-03T08:00:00 user=brivera result=success +2024-04-03T14:00:00 user=mtanaka result=failure +2024-04-03T00:00:00 user=xlee result=success +2024-04-03T01:00:00 user=wxu result=success +2024-04-03T03:00:00 user=lgonzalez result=success +2024-04-03T17:00:00 user=tvasquez result=success +2024-04-03T18:00:00 user=rrossi result=failure +2024-04-03T21:00:00 user=flindqvist result=failure +2024-04-03T23:00:00 user=wxu result=failure +2024-04-03T22:00:00 user=cnakamura result=success +2024-04-03T14:00:00 user=flindqvist result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a2df81fb0ff30eddfcf968bbfbde544b21cc6094 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-04.log @@ -0,0 +1,21 @@ +2024-04-04T15:00:00 user=vwang result=success +2024-04-04T07:00:00 user=gkaur result=success +2024-04-04T01:00:00 user=opopov result=success +2024-04-04T13:00:00 user=gkaur result=failure +2024-04-04T18:00:00 user=lgonzalez result=success +2024-04-04T12:00:00 user=wxu result=success +2024-04-04T19:00:00 user=jsmith result=success +2024-04-04T18:00:00 user=cnakamura result=success +2024-04-04T10:00:00 user=vwang result=success +2024-04-04T05:00:00 user=tvasquez result=failure +2024-04-04T07:00:00 user=epatel result=success +2024-04-04T16:00:00 user=xlee result=success +2024-04-04T01:00:00 user=xlee result=success +2024-04-04T10:00:00 user=azhang result=failure +2024-04-04T12:00:00 user=nmurray result=success +2024-04-04T23:00:00 user=rrossi result=success +2024-04-04T15:00:00 user=nmurray result=success +2024-04-04T18:00:00 user=vwang result=failure +2024-04-04T05:00:00 user=kkuznetsov result=success +2024-04-04T14:00:00 user=hchen result=success +2024-04-04T05:00:00 user=kkuznetsov result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..6ca545d3998a1bfd97b36e17373db208afd78a3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05T01:00:00 user=uvogt result=failure +2024-04-05T00:00:00 user=uvogt result=failure +2024-04-05T13:00:00 user=epatel result=success +2024-04-05T06:00:00 user=kkuznetsov result=success +2024-04-05T19:00:00 user=hchen result=failure +2024-04-05T00:00:00 user=lgonzalez result=failure +2024-04-05T20:00:00 user=jsmith result=success +2024-04-05T02:00:00 user=cnakamura result=success +2024-04-05T12:00:00 user=ibarbosa result=success +2024-04-05T04:00:00 user=mtanaka result=failure +2024-04-05T15:00:00 user=jsmith result=failure +2024-04-05T00:00:00 user=epatel result=failure +2024-04-05T13:00:00 user=vwang result=success +2024-04-05T15:00:00 user=mtanaka result=success +2024-04-05T18:00:00 user=jsmith result=failure +2024-04-05T00:00:00 user=vwang result=failure +2024-04-05T06:00:00 user=ibarbosa result=success +2024-04-05T01:00:00 user=qyu result=success +2024-04-05T23:00:00 user=gkaur result=success +2024-04-05T21:00:00 user=nmurray result=failure +2024-04-05T15:00:00 user=uvogt result=success +2024-04-05T00:00:00 user=brivera result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..96f53da00080b3a6fd63b2a93500f4c4d3328aaf --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-06.log @@ -0,0 +1,29 @@ +2024-04-06T17:00:00 user=nmurray result=success +2024-04-06T18:00:00 user=cnakamura result=success +2024-04-06T03:00:00 user=doneill result=failure +2024-04-06T01:00:00 user=ibarbosa result=success +2024-04-06T03:00:00 user=mtanaka result=success +2024-04-06T09:00:00 user=brivera result=success +2024-04-06T10:00:00 user=rrossi result=failure +2024-04-06T01:00:00 user=lgonzalez result=success +2024-04-06T10:00:00 user=wxu result=success +2024-04-06T12:00:00 user=wxu result=success +2024-04-06T13:00:00 user=lgonzalez result=success +2024-04-06T03:00:00 user=qyu result=failure +2024-04-06T14:00:00 user=tvasquez result=success +2024-04-06T23:00:00 user=lgonzalez result=failure +2024-04-06T23:00:00 user=rrossi result=success +2024-04-06T21:00:00 user=vwang result=failure +2024-04-06T01:00:00 user=rrossi result=success +2024-04-06T03:00:00 user=sstevens result=success +2024-04-06T12:00:00 user=qyu result=failure +2024-04-06T19:00:00 user=flindqvist result=failure +2024-04-06T18:00:00 user=doneill result=success +2024-04-06T02:00:00 user=kkuznetsov result=failure +2024-04-06T14:00:00 user=gkaur result=success +2024-04-06T15:00:00 user=mtanaka result=success +2024-04-06T05:00:00 user=doneill result=success +2024-04-06T08:00:00 user=brivera result=success +2024-04-06T14:00:00 user=xlee result=failure +2024-04-06T15:00:00 user=nmurray result=failure +2024-04-06T12:00:00 user=brivera result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ed6d6a0acff1c0cb7a6c43ff1d4662ec1d9ea0d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/sso/2024-04-07.log @@ -0,0 +1,20 @@ +2024-04-07T02:00:00 user=qyu result=success +2024-04-07T08:00:00 user=hchen result=success +2024-04-07T05:00:00 user=xlee result=failure +2024-04-07T06:00:00 user=nmurray result=success +2024-04-07T18:00:00 user=qyu result=success +2024-04-07T22:00:00 user=xlee result=success +2024-04-07T19:00:00 user=flindqvist result=success +2024-04-07T11:00:00 user=opopov result=success +2024-04-07T16:00:00 user=flindqvist result=success +2024-04-07T09:00:00 user=mtanaka result=failure +2024-04-07T01:00:00 user=flindqvist result=success +2024-04-07T22:00:00 user=wxu result=failure +2024-04-07T08:00:00 user=doneill result=failure +2024-04-07T17:00:00 user=gkaur result=success +2024-04-07T22:00:00 user=qyu result=success +2024-04-07T03:00:00 user=brivera result=success +2024-04-07T14:00:00 user=tvasquez result=success +2024-04-07T09:00:00 user=qyu result=success +2024-04-07T13:00:00 user=doneill result=success +2024-04-07T06:00:00 user=cnakamura result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..52a1028fe0df89c14ee255994fb241e2a59ee9cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-01.log @@ -0,0 +1,38 @@ +2024-04-01T10:00:00 user=cnakamura result=failure +2024-04-01T09:00:00 user=gkaur result=failure +2024-04-01T13:00:00 user=lgonzalez result=success +2024-04-01T22:00:00 user=pklein result=success +2024-04-01T10:00:00 user=kkuznetsov result=success +2024-04-01T22:00:00 user=opopov result=success +2024-04-01T10:00:00 user=qyu result=success +2024-04-01T21:00:00 user=opopov result=failure +2024-04-01T05:00:00 user=gkaur result=failure +2024-04-01T02:00:00 user=epatel result=success +2024-04-01T22:00:00 user=jsmith result=success +2024-04-01T07:00:00 user=ibarbosa result=success +2024-04-01T02:00:00 user=xlee result=success +2024-04-01T01:00:00 user=rrossi result=success +2024-04-01T23:00:00 user=mtanaka result=success +2024-04-01T14:00:00 user=wxu result=failure +2024-04-01T09:00:00 user=flindqvist result=success +2024-04-01T07:00:00 user=qyu result=success +2024-04-01T10:00:00 user=brivera result=success +2024-04-01T06:00:00 user=doneill result=success +2024-04-01T21:00:00 user=epatel result=success +2024-04-01T12:00:00 user=rrossi result=success +2024-04-01T19:00:00 user=ibarbosa result=success +2024-04-01T06:00:00 user=azhang result=success +2024-04-01T07:00:00 user=gkaur result=success +2024-04-01T01:00:00 user=nmurray result=success +2024-04-01T23:00:00 user=epatel result=failure +2024-04-01T08:00:00 user=epatel result=success +2024-04-01T20:00:00 user=opopov result=success +2024-04-01T02:00:00 user=uvogt result=failure +2024-04-01T03:00:00 user=wxu result=failure +2024-04-01T14:00:00 user=tvasquez result=success +2024-04-01T18:00:00 user=mtanaka result=success +2024-04-01T19:00:00 user=sstevens result=success +2024-04-01T06:00:00 user=vwang result=failure +2024-04-01T12:00:00 user=mtanaka result=failure +2024-04-01T10:00:00 user=cnakamura result=failure +2024-04-01T16:00:00 user=kkuznetsov result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..dae7e75d58804505bd5da90ce17d4d2330ed1833 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-02.log @@ -0,0 +1,30 @@ +2024-04-02T14:00:00 user=rrossi result=failure +2024-04-02T21:00:00 user=brivera result=failure +2024-04-02T06:00:00 user=azhang result=success +2024-04-02T18:00:00 user=opopov result=success +2024-04-02T03:00:00 user=kkuznetsov result=success +2024-04-02T13:00:00 user=flindqvist result=failure +2024-04-02T09:00:00 user=opopov result=success +2024-04-02T02:00:00 user=cnakamura result=failure +2024-04-02T12:00:00 user=lgonzalez result=failure +2024-04-02T10:00:00 user=kkuznetsov result=failure +2024-04-02T03:00:00 user=vwang result=failure +2024-04-02T09:00:00 user=qyu result=success +2024-04-02T04:00:00 user=doneill result=success +2024-04-02T10:00:00 user=gkaur result=success +2024-04-02T23:00:00 user=brivera result=failure +2024-04-02T12:00:00 user=rrossi result=failure +2024-04-02T08:00:00 user=uvogt result=failure +2024-04-02T19:00:00 user=rrossi result=success +2024-04-02T18:00:00 user=vwang result=success +2024-04-02T23:00:00 user=mtanaka result=failure +2024-04-02T11:00:00 user=azhang result=success +2024-04-02T20:00:00 user=doneill result=failure +2024-04-02T22:00:00 user=xlee result=failure +2024-04-02T12:00:00 user=brivera result=failure +2024-04-02T16:00:00 user=wxu result=success +2024-04-02T03:00:00 user=uvogt result=failure +2024-04-02T00:00:00 user=brivera result=failure +2024-04-02T19:00:00 user=doneill result=failure +2024-04-02T14:00:00 user=lgonzalez result=success +2024-04-02T02:00:00 user=opopov result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c90d2eec79726cc072e38bde22766819c83c6b64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-03.log @@ -0,0 +1,25 @@ +2024-04-03T05:00:00 user=wxu result=failure +2024-04-03T05:00:00 user=vwang result=success +2024-04-03T18:00:00 user=ibarbosa result=failure +2024-04-03T20:00:00 user=lgonzalez result=failure +2024-04-03T11:00:00 user=xlee result=success +2024-04-03T15:00:00 user=epatel result=failure +2024-04-03T11:00:00 user=xlee result=success +2024-04-03T20:00:00 user=tvasquez result=failure +2024-04-03T08:00:00 user=doneill result=success +2024-04-03T02:00:00 user=tvasquez result=failure +2024-04-03T02:00:00 user=vwang result=success +2024-04-03T02:00:00 user=lgonzalez result=failure +2024-04-03T19:00:00 user=pklein result=success +2024-04-03T06:00:00 user=vwang result=success +2024-04-03T16:00:00 user=mtanaka result=success +2024-04-03T19:00:00 user=cnakamura result=success +2024-04-03T00:00:00 user=cnakamura result=success +2024-04-03T14:00:00 user=mtanaka result=success +2024-04-03T03:00:00 user=opopov result=success +2024-04-03T18:00:00 user=hchen result=success +2024-04-03T23:00:00 user=epatel result=failure +2024-04-03T06:00:00 user=opopov result=success +2024-04-03T04:00:00 user=cnakamura result=failure +2024-04-03T07:00:00 user=sstevens result=failure +2024-04-03T08:00:00 user=qyu result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..27f7702c141b86ac1ef1e4b40c862cb89911f91b --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-04.log @@ -0,0 +1,32 @@ +2024-04-04T07:00:00 user=brivera result=success +2024-04-04T06:00:00 user=vwang result=success +2024-04-04T13:00:00 user=tvasquez result=success +2024-04-04T20:00:00 user=lgonzalez result=failure +2024-04-04T12:00:00 user=kkuznetsov result=success +2024-04-04T20:00:00 user=vwang result=failure +2024-04-04T12:00:00 user=flindqvist result=failure +2024-04-04T06:00:00 user=hchen result=failure +2024-04-04T05:00:00 user=vwang result=success +2024-04-04T01:00:00 user=vwang result=success +2024-04-04T11:00:00 user=cnakamura result=failure +2024-04-04T19:00:00 user=mtanaka result=failure +2024-04-04T22:00:00 user=ibarbosa result=success +2024-04-04T20:00:00 user=ibarbosa result=success +2024-04-04T14:00:00 user=wxu result=success +2024-04-04T20:00:00 user=pklein result=success +2024-04-04T14:00:00 user=xlee result=success +2024-04-04T10:00:00 user=hchen result=success +2024-04-04T19:00:00 user=vwang result=success +2024-04-04T08:00:00 user=opopov result=success +2024-04-04T16:00:00 user=qyu result=failure +2024-04-04T09:00:00 user=pklein result=success +2024-04-04T12:00:00 user=pklein result=failure +2024-04-04T12:00:00 user=cnakamura result=success +2024-04-04T17:00:00 user=brivera result=success +2024-04-04T09:00:00 user=wxu result=success +2024-04-04T03:00:00 user=epatel result=success +2024-04-04T11:00:00 user=gkaur result=failure +2024-04-04T02:00:00 user=uvogt result=success +2024-04-04T20:00:00 user=cnakamura result=success +2024-04-04T05:00:00 user=flindqvist result=success +2024-04-04T17:00:00 user=nmurray result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..7164d5a47a26ebb5730a7c7b772da7480ef4556d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-05.log @@ -0,0 +1,32 @@ +2024-04-05T00:00:00 user=kkuznetsov result=success +2024-04-05T11:00:00 user=epatel result=failure +2024-04-05T01:00:00 user=epatel result=success +2024-04-05T08:00:00 user=wxu result=failure +2024-04-05T04:00:00 user=epatel result=failure +2024-04-05T17:00:00 user=nmurray result=failure +2024-04-05T13:00:00 user=nmurray result=success +2024-04-05T15:00:00 user=brivera result=failure +2024-04-05T14:00:00 user=sstevens result=success +2024-04-05T04:00:00 user=qyu result=failure +2024-04-05T14:00:00 user=wxu result=failure +2024-04-05T13:00:00 user=tvasquez result=failure +2024-04-05T00:00:00 user=ibarbosa result=failure +2024-04-05T19:00:00 user=jsmith result=failure +2024-04-05T14:00:00 user=flindqvist result=success +2024-04-05T15:00:00 user=ibarbosa result=success +2024-04-05T10:00:00 user=mtanaka result=success +2024-04-05T06:00:00 user=vwang result=success +2024-04-05T02:00:00 user=xlee result=failure +2024-04-05T10:00:00 user=kkuznetsov result=failure +2024-04-05T14:00:00 user=ibarbosa result=success +2024-04-05T14:00:00 user=azhang result=success +2024-04-05T20:00:00 user=opopov result=success +2024-04-05T02:00:00 user=tvasquez result=success +2024-04-05T05:00:00 user=mtanaka result=failure +2024-04-05T05:00:00 user=qyu result=success +2024-04-05T06:00:00 user=azhang result=failure +2024-04-05T16:00:00 user=nmurray result=success +2024-04-05T15:00:00 user=qyu result=failure +2024-04-05T11:00:00 user=uvogt result=success +2024-04-05T00:00:00 user=gkaur result=success +2024-04-05T11:00:00 user=doneill result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..7a182051f278c04e8d7e73686a966a72db49247d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-06.log @@ -0,0 +1,38 @@ +2024-04-06T06:00:00 user=qyu result=success +2024-04-06T12:00:00 user=doneill result=success +2024-04-06T00:00:00 user=brivera result=success +2024-04-06T11:00:00 user=rrossi result=failure +2024-04-06T09:00:00 user=sstevens result=success +2024-04-06T06:00:00 user=lgonzalez result=success +2024-04-06T10:00:00 user=rrossi result=failure +2024-04-06T20:00:00 user=mtanaka result=success +2024-04-06T13:00:00 user=hchen result=success +2024-04-06T07:00:00 user=jsmith result=failure +2024-04-06T12:00:00 user=opopov result=failure +2024-04-06T14:00:00 user=mtanaka result=failure +2024-04-06T08:00:00 user=ibarbosa result=failure +2024-04-06T08:00:00 user=wxu result=failure +2024-04-06T08:00:00 user=nmurray result=failure +2024-04-06T19:00:00 user=xlee result=success +2024-04-06T17:00:00 user=wxu result=success +2024-04-06T13:00:00 user=vwang result=success +2024-04-06T21:00:00 user=mtanaka result=success +2024-04-06T14:00:00 user=pklein result=failure +2024-04-06T05:00:00 user=ibarbosa result=failure +2024-04-06T01:00:00 user=lgonzalez result=failure +2024-04-06T15:00:00 user=ibarbosa result=failure +2024-04-06T11:00:00 user=wxu result=success +2024-04-06T20:00:00 user=wxu result=success +2024-04-06T14:00:00 user=uvogt result=failure +2024-04-06T08:00:00 user=wxu result=failure +2024-04-06T06:00:00 user=nmurray result=failure +2024-04-06T01:00:00 user=qyu result=success +2024-04-06T13:00:00 user=sstevens result=success +2024-04-06T10:00:00 user=wxu result=success +2024-04-06T17:00:00 user=nmurray result=failure +2024-04-06T05:00:00 user=nmurray result=failure +2024-04-06T16:00:00 user=jsmith result=success +2024-04-06T23:00:00 user=ibarbosa result=failure +2024-04-06T19:00:00 user=qyu result=success +2024-04-06T02:00:00 user=qyu result=failure +2024-04-06T15:00:00 user=wxu result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..b44f3bd15dc1d68327463a29fa0387f647728819 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/logins/vault/2024-04-07.log @@ -0,0 +1,35 @@ +2024-04-07T22:00:00 user=jsmith result=success +2024-04-07T14:00:00 user=pklein result=success +2024-04-07T07:00:00 user=xlee result=success +2024-04-07T21:00:00 user=opopov result=success +2024-04-07T14:00:00 user=qyu result=success +2024-04-07T23:00:00 user=hchen result=failure +2024-04-07T01:00:00 user=lgonzalez result=success +2024-04-07T18:00:00 user=azhang result=success +2024-04-07T08:00:00 user=azhang result=success +2024-04-07T17:00:00 user=wxu result=failure +2024-04-07T20:00:00 user=xlee result=success +2024-04-07T19:00:00 user=pklein result=failure +2024-04-07T02:00:00 user=ibarbosa result=success +2024-04-07T06:00:00 user=kkuznetsov result=success +2024-04-07T00:00:00 user=rrossi result=failure +2024-04-07T12:00:00 user=gkaur result=success +2024-04-07T09:00:00 user=sstevens result=success +2024-04-07T13:00:00 user=flindqvist result=success +2024-04-07T02:00:00 user=azhang result=success +2024-04-07T11:00:00 user=kkuznetsov result=success +2024-04-07T18:00:00 user=tvasquez result=failure +2024-04-07T11:00:00 user=lgonzalez result=success +2024-04-07T02:00:00 user=cnakamura result=success +2024-04-07T21:00:00 user=doneill result=success +2024-04-07T16:00:00 user=cnakamura result=failure +2024-04-07T15:00:00 user=azhang result=success +2024-04-07T21:00:00 user=epatel result=failure +2024-04-07T12:00:00 user=nmurray result=success +2024-04-07T18:00:00 user=ibarbosa result=success +2024-04-07T09:00:00 user=brivera result=failure +2024-04-07T11:00:00 user=sstevens result=success +2024-04-07T11:00:00 user=nmurray result=success +2024-04-07T22:00:00 user=doneill result=success +2024-04-07T17:00:00 user=rrossi result=success +2024-04-07T07:00:00 user=xlee result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/audit/reports/success_counts.tsv b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/reports/success_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3453edef290fef6d4b6385c9623561b2ce638bf9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/audit/reports/success_counts.tsv @@ -0,0 +1,24 @@ +azhang 17 +brivera 21 +cnakamura 22 +doneill 17 +epatel 23 +flindqvist 15 +gkaur 22 +hchen 17 +ibarbosa 30 +jsmith 20 +kkuznetsov 22 +lgonzalez 19 +mtanaka 21 +nmurray 22 +opopov 23 +pklein 18 +qyu 27 +rrossi 24 +sstevens 29 +tvasquez 20 +uvogt 19 +vwang 27 +wxu 27 +xlee 28 diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..72f3dcd2d5f4938a31547f2e52a92f09529ed165 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-01.log @@ -0,0 +1,23 @@ +2024-04-01T21:00:00 user=doneill result=failure +2024-04-01T21:00:00 user=jsmith result=success +2024-04-01T06:00:00 user=sstevens result=success +2024-04-01T22:00:00 user=xlee result=success +2024-04-01T13:00:00 user=xlee result=success +2024-04-01T15:00:00 user=nmurray result=failure +2024-04-01T20:00:00 user=vwang result=success +2024-04-01T17:00:00 user=vwang result=failure +2024-04-01T06:00:00 user=tvasquez result=failure +2024-04-01T04:00:00 user=nmurray result=success +2024-04-01T06:00:00 user=hchen result=success +2024-04-01T10:00:00 user=opopov result=success +2024-04-01T22:00:00 user=epatel result=success +2024-04-01T11:00:00 user=mtanaka result=failure +2024-04-01T03:00:00 user=hchen result=success +2024-04-01T05:00:00 user=qyu result=success +2024-04-01T01:00:00 user=gkaur result=success +2024-04-01T19:00:00 user=epatel result=success +2024-04-01T16:00:00 user=gkaur result=failure +2024-04-01T02:00:00 user=nmurray result=success +2024-04-01T06:00:00 user=vwang result=success +2024-04-01T07:00:00 user=wxu result=failure +2024-04-01T17:00:00 user=gkaur result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..834968f518e361e85101b3043d2510b1da25d2ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02T16:00:00 user=pklein result=success +2024-04-02T16:00:00 user=uvogt result=success +2024-04-02T01:00:00 user=kkuznetsov result=success +2024-04-02T00:00:00 user=wxu result=success +2024-04-02T17:00:00 user=ibarbosa result=success +2024-04-02T20:00:00 user=brivera result=success +2024-04-02T13:00:00 user=pklein result=success +2024-04-02T14:00:00 user=brivera result=success +2024-04-02T01:00:00 user=azhang result=failure +2024-04-02T12:00:00 user=jsmith result=success +2024-04-02T03:00:00 user=tvasquez result=success +2024-04-02T20:00:00 user=ibarbosa result=success +2024-04-02T17:00:00 user=nmurray result=success +2024-04-02T18:00:00 user=cnakamura result=success +2024-04-02T22:00:00 user=opopov result=failure +2024-04-02T01:00:00 user=sstevens result=success +2024-04-02T07:00:00 user=flindqvist result=failure +2024-04-02T21:00:00 user=pklein result=failure +2024-04-02T19:00:00 user=sstevens result=success +2024-04-02T08:00:00 user=opopov result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e3f59cbea583e1161b2e72b3b3872e5fde47fb9d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03T11:00:00 user=kkuznetsov result=failure +2024-04-03T05:00:00 user=xlee result=success +2024-04-03T13:00:00 user=uvogt result=failure +2024-04-03T01:00:00 user=uvogt result=success +2024-04-03T11:00:00 user=gkaur result=success +2024-04-03T08:00:00 user=mtanaka result=success +2024-04-03T17:00:00 user=uvogt result=failure +2024-04-03T13:00:00 user=wxu result=success +2024-04-03T01:00:00 user=brivera result=success +2024-04-03T03:00:00 user=pklein result=success +2024-04-03T02:00:00 user=mtanaka result=success +2024-04-03T10:00:00 user=qyu result=success +2024-04-03T22:00:00 user=wxu result=success +2024-04-03T03:00:00 user=tvasquez result=success +2024-04-03T04:00:00 user=gkaur result=success +2024-04-03T13:00:00 user=rrossi result=success +2024-04-03T19:00:00 user=xlee result=failure +2024-04-03T14:00:00 user=wxu result=failure +2024-04-03T19:00:00 user=rrossi result=failure +2024-04-03T12:00:00 user=sstevens result=success +2024-04-03T13:00:00 user=gkaur result=success +2024-04-03T17:00:00 user=sstevens result=success +2024-04-03T17:00:00 user=rrossi result=failure +2024-04-03T02:00:00 user=qyu result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..c1356eff8770a8e6810944128acaa09790453f29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04T16:00:00 user=qyu result=success +2024-04-04T16:00:00 user=tvasquez result=success +2024-04-04T21:00:00 user=sstevens result=failure +2024-04-04T23:00:00 user=jsmith result=failure +2024-04-04T15:00:00 user=tvasquez result=success +2024-04-04T18:00:00 user=qyu result=success +2024-04-04T17:00:00 user=sstevens result=success +2024-04-04T22:00:00 user=tvasquez result=success +2024-04-04T22:00:00 user=mtanaka result=success +2024-04-04T08:00:00 user=epatel result=success +2024-04-04T22:00:00 user=kkuznetsov result=success +2024-04-04T13:00:00 user=uvogt result=success +2024-04-04T09:00:00 user=gkaur result=success +2024-04-04T10:00:00 user=sstevens result=success +2024-04-04T09:00:00 user=uvogt result=failure +2024-04-04T02:00:00 user=doneill result=success +2024-04-04T17:00:00 user=gkaur result=failure +2024-04-04T12:00:00 user=epatel result=failure +2024-04-04T15:00:00 user=azhang result=success +2024-04-04T15:00:00 user=uvogt result=success +2024-04-04T00:00:00 user=lgonzalez result=success +2024-04-04T06:00:00 user=doneill result=success +2024-04-04T02:00:00 user=rrossi result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..0d09712fb2844c03798476d2e03c50eb0285ecbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-05.log @@ -0,0 +1,38 @@ +2024-04-05T02:00:00 user=ibarbosa result=success +2024-04-05T01:00:00 user=rrossi result=success +2024-04-05T05:00:00 user=uvogt result=success +2024-04-05T13:00:00 user=azhang result=success +2024-04-05T10:00:00 user=gkaur result=success +2024-04-05T15:00:00 user=azhang result=success +2024-04-05T17:00:00 user=mtanaka result=success +2024-04-05T01:00:00 user=lgonzalez result=success +2024-04-05T02:00:00 user=sstevens result=failure +2024-04-05T17:00:00 user=kkuznetsov result=success +2024-04-05T10:00:00 user=wxu result=success +2024-04-05T02:00:00 user=gkaur result=failure +2024-04-05T19:00:00 user=jsmith result=success +2024-04-05T07:00:00 user=cnakamura result=success +2024-04-05T21:00:00 user=opopov result=success +2024-04-05T14:00:00 user=qyu result=success +2024-04-05T20:00:00 user=mtanaka result=failure +2024-04-05T08:00:00 user=vwang result=success +2024-04-05T08:00:00 user=hchen result=success +2024-04-05T04:00:00 user=cnakamura result=success +2024-04-05T06:00:00 user=rrossi result=success +2024-04-05T21:00:00 user=cnakamura result=success +2024-04-05T15:00:00 user=sstevens result=success +2024-04-05T18:00:00 user=vwang result=success +2024-04-05T21:00:00 user=vwang result=failure +2024-04-05T13:00:00 user=qyu result=failure +2024-04-05T03:00:00 user=rrossi result=success +2024-04-05T14:00:00 user=wxu result=failure +2024-04-05T09:00:00 user=rrossi result=success +2024-04-05T22:00:00 user=hchen result=success +2024-04-05T17:00:00 user=wxu result=failure +2024-04-05T07:00:00 user=jsmith result=success +2024-04-05T05:00:00 user=epatel result=success +2024-04-05T18:00:00 user=vwang result=success +2024-04-05T17:00:00 user=kkuznetsov result=failure +2024-04-05T00:00:00 user=mtanaka result=success +2024-04-05T21:00:00 user=rrossi result=success +2024-04-05T22:00:00 user=nmurray result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..21ea9d9eee808a903ad7a617e89712ea4c0fc328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-06.log @@ -0,0 +1,37 @@ +2024-04-06T17:00:00 user=jsmith result=success +2024-04-06T22:00:00 user=rrossi result=failure +2024-04-06T09:00:00 user=epatel result=success +2024-04-06T11:00:00 user=kkuznetsov result=success +2024-04-06T12:00:00 user=cnakamura result=failure +2024-04-06T18:00:00 user=tvasquez result=success +2024-04-06T04:00:00 user=gkaur result=failure +2024-04-06T05:00:00 user=jsmith result=failure +2024-04-06T14:00:00 user=azhang result=success +2024-04-06T18:00:00 user=ibarbosa result=success +2024-04-06T17:00:00 user=cnakamura result=success +2024-04-06T08:00:00 user=jsmith result=success +2024-04-06T03:00:00 user=doneill result=failure +2024-04-06T01:00:00 user=ibarbosa result=success +2024-04-06T14:00:00 user=sstevens result=success +2024-04-06T02:00:00 user=epatel result=failure +2024-04-06T10:00:00 user=azhang result=success +2024-04-06T02:00:00 user=brivera result=success +2024-04-06T05:00:00 user=jsmith result=success +2024-04-06T08:00:00 user=doneill result=failure +2024-04-06T22:00:00 user=opopov result=failure +2024-04-06T02:00:00 user=gkaur result=success +2024-04-06T23:00:00 user=opopov result=success +2024-04-06T16:00:00 user=tvasquez result=success +2024-04-06T22:00:00 user=uvogt result=success +2024-04-06T20:00:00 user=vwang result=failure +2024-04-06T00:00:00 user=brivera result=success +2024-04-06T18:00:00 user=uvogt result=success +2024-04-06T20:00:00 user=rrossi result=success +2024-04-06T02:00:00 user=ibarbosa result=success +2024-04-06T10:00:00 user=sstevens result=success +2024-04-06T01:00:00 user=wxu result=success +2024-04-06T14:00:00 user=azhang result=success +2024-04-06T12:00:00 user=mtanaka result=failure +2024-04-06T17:00:00 user=flindqvist result=success +2024-04-06T19:00:00 user=opopov result=success +2024-04-06T13:00:00 user=rrossi result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..71bd96d21d5fdb6ff751c8e5b02b211e3ddb6d7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/github/2024-04-07.log @@ -0,0 +1,26 @@ +2024-04-07T05:00:00 user=lgonzalez result=failure +2024-04-07T13:00:00 user=epatel result=success +2024-04-07T11:00:00 user=tvasquez result=success +2024-04-07T04:00:00 user=flindqvist result=success +2024-04-07T23:00:00 user=epatel result=success +2024-04-07T03:00:00 user=qyu result=success +2024-04-07T22:00:00 user=gkaur result=failure +2024-04-07T20:00:00 user=ibarbosa result=success +2024-04-07T21:00:00 user=ibarbosa result=success +2024-04-07T20:00:00 user=epatel result=failure +2024-04-07T08:00:00 user=azhang result=failure +2024-04-07T03:00:00 user=pklein result=success +2024-04-07T18:00:00 user=epatel result=failure +2024-04-07T15:00:00 user=epatel result=success +2024-04-07T16:00:00 user=opopov result=success +2024-04-07T03:00:00 user=uvogt result=success +2024-04-07T12:00:00 user=brivera result=success +2024-04-07T23:00:00 user=ibarbosa result=success +2024-04-07T04:00:00 user=sstevens result=success +2024-04-07T09:00:00 user=rrossi result=success +2024-04-07T13:00:00 user=vwang result=success +2024-04-07T15:00:00 user=rrossi result=success +2024-04-07T11:00:00 user=sstevens result=success +2024-04-07T00:00:00 user=hchen result=failure +2024-04-07T04:00:00 user=pklein result=success +2024-04-07T17:00:00 user=sstevens result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1f486b34caace2392ae29cfd8c9f9c70ac27584d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-01.log @@ -0,0 +1,20 @@ +2024-04-01T22:00:00 user=ibarbosa result=failure +2024-04-01T18:00:00 user=sstevens result=success +2024-04-01T02:00:00 user=sstevens result=success +2024-04-01T02:00:00 user=kkuznetsov result=failure +2024-04-01T07:00:00 user=azhang result=failure +2024-04-01T21:00:00 user=kkuznetsov result=success +2024-04-01T09:00:00 user=flindqvist result=success +2024-04-01T04:00:00 user=vwang result=failure +2024-04-01T16:00:00 user=nmurray result=success +2024-04-01T01:00:00 user=uvogt result=success +2024-04-01T16:00:00 user=kkuznetsov result=success +2024-04-01T04:00:00 user=sstevens result=success +2024-04-01T04:00:00 user=lgonzalez result=failure +2024-04-01T16:00:00 user=kkuznetsov result=failure +2024-04-01T23:00:00 user=brivera result=failure +2024-04-01T19:00:00 user=vwang result=success +2024-04-01T18:00:00 user=opopov result=success +2024-04-01T20:00:00 user=vwang result=failure +2024-04-01T09:00:00 user=uvogt result=failure +2024-04-01T09:00:00 user=epatel result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..39004a0e82a8e808190d1a166d58e1b969d73f38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-02.log @@ -0,0 +1,38 @@ +2024-04-02T08:00:00 user=lgonzalez result=success +2024-04-02T01:00:00 user=kkuznetsov result=failure +2024-04-02T19:00:00 user=vwang result=success +2024-04-02T01:00:00 user=gkaur result=success +2024-04-02T10:00:00 user=jsmith result=success +2024-04-02T19:00:00 user=ibarbosa result=failure +2024-04-02T09:00:00 user=epatel result=success +2024-04-02T01:00:00 user=nmurray result=success +2024-04-02T00:00:00 user=uvogt result=success +2024-04-02T12:00:00 user=xlee result=success +2024-04-02T17:00:00 user=wxu result=failure +2024-04-02T16:00:00 user=ibarbosa result=success +2024-04-02T13:00:00 user=nmurray result=success +2024-04-02T22:00:00 user=opopov result=success +2024-04-02T15:00:00 user=sstevens result=failure +2024-04-02T02:00:00 user=cnakamura result=failure +2024-04-02T13:00:00 user=cnakamura result=failure +2024-04-02T18:00:00 user=mtanaka result=failure +2024-04-02T08:00:00 user=uvogt result=success +2024-04-02T16:00:00 user=azhang result=failure +2024-04-02T11:00:00 user=brivera result=failure +2024-04-02T02:00:00 user=gkaur result=failure +2024-04-02T02:00:00 user=nmurray result=failure +2024-04-02T13:00:00 user=jsmith result=success +2024-04-02T03:00:00 user=doneill result=failure +2024-04-02T10:00:00 user=doneill result=failure +2024-04-02T11:00:00 user=pklein result=success +2024-04-02T08:00:00 user=nmurray result=success +2024-04-02T13:00:00 user=gkaur result=failure +2024-04-02T21:00:00 user=qyu result=success +2024-04-02T07:00:00 user=epatel result=failure +2024-04-02T07:00:00 user=cnakamura result=success +2024-04-02T17:00:00 user=kkuznetsov result=success +2024-04-02T17:00:00 user=kkuznetsov result=success +2024-04-02T22:00:00 user=doneill result=failure +2024-04-02T05:00:00 user=ibarbosa result=success +2024-04-02T19:00:00 user=azhang result=failure +2024-04-02T16:00:00 user=mtanaka result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a48663400f88570a4fe41005d64e56bbe37f7a1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-03.log @@ -0,0 +1,28 @@ +2024-04-03T23:00:00 user=jsmith result=success +2024-04-03T09:00:00 user=xlee result=success +2024-04-03T08:00:00 user=azhang result=success +2024-04-03T18:00:00 user=sstevens result=failure +2024-04-03T05:00:00 user=opopov result=failure +2024-04-03T10:00:00 user=wxu result=success +2024-04-03T12:00:00 user=hchen result=success +2024-04-03T14:00:00 user=uvogt result=success +2024-04-03T13:00:00 user=hchen result=success +2024-04-03T06:00:00 user=kkuznetsov result=failure +2024-04-03T21:00:00 user=flindqvist result=success +2024-04-03T21:00:00 user=mtanaka result=success +2024-04-03T23:00:00 user=rrossi result=success +2024-04-03T05:00:00 user=cnakamura result=failure +2024-04-03T06:00:00 user=wxu result=success +2024-04-03T06:00:00 user=opopov result=success +2024-04-03T18:00:00 user=epatel result=success +2024-04-03T23:00:00 user=mtanaka result=failure +2024-04-03T03:00:00 user=rrossi result=success +2024-04-03T03:00:00 user=qyu result=failure +2024-04-03T20:00:00 user=hchen result=failure +2024-04-03T17:00:00 user=nmurray result=success +2024-04-03T02:00:00 user=wxu result=success +2024-04-03T05:00:00 user=doneill result=failure +2024-04-03T03:00:00 user=jsmith result=failure +2024-04-03T03:00:00 user=qyu result=failure +2024-04-03T14:00:00 user=vwang result=failure +2024-04-03T17:00:00 user=azhang result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..51ed5ae69cd72a4a87bf9cbf8b668bce99df0c96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T07:00:00 user=jsmith result=failure +2024-04-04T19:00:00 user=epatel result=failure +2024-04-04T09:00:00 user=kkuznetsov result=success +2024-04-04T21:00:00 user=kkuznetsov result=success +2024-04-04T00:00:00 user=ibarbosa result=success +2024-04-04T20:00:00 user=qyu result=success +2024-04-04T08:00:00 user=hchen result=success +2024-04-04T04:00:00 user=xlee result=success +2024-04-04T15:00:00 user=mtanaka result=success +2024-04-04T00:00:00 user=vwang result=success +2024-04-04T20:00:00 user=opopov result=success +2024-04-04T20:00:00 user=epatel result=failure +2024-04-04T17:00:00 user=kkuznetsov result=success +2024-04-04T16:00:00 user=cnakamura result=success +2024-04-04T21:00:00 user=wxu result=success +2024-04-04T05:00:00 user=vwang result=failure +2024-04-04T12:00:00 user=vwang result=failure +2024-04-04T12:00:00 user=wxu result=success +2024-04-04T19:00:00 user=xlee result=success +2024-04-04T13:00:00 user=flindqvist result=failure +2024-04-04T21:00:00 user=vwang result=success +2024-04-04T20:00:00 user=cnakamura result=success +2024-04-04T08:00:00 user=jsmith result=failure +2024-04-04T08:00:00 user=brivera result=failure +2024-04-04T10:00:00 user=mtanaka result=failure +2024-04-04T09:00:00 user=vwang result=success +2024-04-04T20:00:00 user=gkaur result=success +2024-04-04T01:00:00 user=opopov result=failure +2024-04-04T04:00:00 user=sstevens result=failure +2024-04-04T21:00:00 user=wxu result=success +2024-04-04T21:00:00 user=brivera result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..185e7a32f8b6075a37d0ac2cf1875064a54d5521 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-05.log @@ -0,0 +1,31 @@ +2024-04-05T21:00:00 user=ibarbosa result=success +2024-04-05T09:00:00 user=epatel result=success +2024-04-05T14:00:00 user=cnakamura result=success +2024-04-05T08:00:00 user=rrossi result=success +2024-04-05T16:00:00 user=nmurray result=failure +2024-04-05T17:00:00 user=ibarbosa result=success +2024-04-05T01:00:00 user=opopov result=failure +2024-04-05T17:00:00 user=tvasquez result=success +2024-04-05T00:00:00 user=ibarbosa result=failure +2024-04-05T04:00:00 user=cnakamura result=success +2024-04-05T23:00:00 user=gkaur result=success +2024-04-05T07:00:00 user=flindqvist result=failure +2024-04-05T03:00:00 user=doneill result=success +2024-04-05T19:00:00 user=flindqvist result=failure +2024-04-05T17:00:00 user=pklein result=success +2024-04-05T08:00:00 user=nmurray result=failure +2024-04-05T12:00:00 user=brivera result=success +2024-04-05T23:00:00 user=wxu result=failure +2024-04-05T22:00:00 user=rrossi result=success +2024-04-05T15:00:00 user=kkuznetsov result=failure +2024-04-05T23:00:00 user=gkaur result=success +2024-04-05T15:00:00 user=epatel result=success +2024-04-05T09:00:00 user=tvasquez result=failure +2024-04-05T20:00:00 user=flindqvist result=failure +2024-04-05T12:00:00 user=uvogt result=success +2024-04-05T13:00:00 user=lgonzalez result=success +2024-04-05T01:00:00 user=hchen result=success +2024-04-05T15:00:00 user=pklein result=success +2024-04-05T14:00:00 user=gkaur result=success +2024-04-05T03:00:00 user=qyu result=success +2024-04-05T11:00:00 user=sstevens result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..69e4e6e8ce8c50a5b2967ee48a5b72722dd1da92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-06.log @@ -0,0 +1,37 @@ +2024-04-06T20:00:00 user=pklein result=success +2024-04-06T09:00:00 user=doneill result=success +2024-04-06T05:00:00 user=lgonzalez result=failure +2024-04-06T05:00:00 user=sstevens result=success +2024-04-06T06:00:00 user=rrossi result=success +2024-04-06T09:00:00 user=lgonzalez result=success +2024-04-06T18:00:00 user=jsmith result=failure +2024-04-06T18:00:00 user=hchen result=success +2024-04-06T15:00:00 user=uvogt result=success +2024-04-06T00:00:00 user=vwang result=success +2024-04-06T18:00:00 user=flindqvist result=success +2024-04-06T00:00:00 user=pklein result=success +2024-04-06T19:00:00 user=ibarbosa result=success +2024-04-06T01:00:00 user=uvogt result=success +2024-04-06T18:00:00 user=azhang result=success +2024-04-06T19:00:00 user=gkaur result=success +2024-04-06T22:00:00 user=pklein result=success +2024-04-06T19:00:00 user=jsmith result=success +2024-04-06T07:00:00 user=mtanaka result=success +2024-04-06T08:00:00 user=kkuznetsov result=failure +2024-04-06T14:00:00 user=qyu result=success +2024-04-06T14:00:00 user=jsmith result=success +2024-04-06T10:00:00 user=wxu result=failure +2024-04-06T13:00:00 user=cnakamura result=failure +2024-04-06T20:00:00 user=doneill result=success +2024-04-06T14:00:00 user=flindqvist result=failure +2024-04-06T08:00:00 user=nmurray result=success +2024-04-06T03:00:00 user=xlee result=success +2024-04-06T08:00:00 user=tvasquez result=failure +2024-04-06T12:00:00 user=jsmith result=success +2024-04-06T18:00:00 user=xlee result=success +2024-04-06T02:00:00 user=vwang result=failure +2024-04-06T04:00:00 user=flindqvist result=success +2024-04-06T13:00:00 user=epatel result=failure +2024-04-06T23:00:00 user=cnakamura result=success +2024-04-06T22:00:00 user=lgonzalez result=success +2024-04-06T06:00:00 user=hchen result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..9fa5f99f124e12e3bf7e084717425245e97d40d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/postgres/2024-04-07.log @@ -0,0 +1,33 @@ +2024-04-07T23:00:00 user=uvogt result=success +2024-04-07T22:00:00 user=xlee result=success +2024-04-07T19:00:00 user=hchen result=success +2024-04-07T15:00:00 user=rrossi result=failure +2024-04-07T21:00:00 user=azhang result=failure +2024-04-07T19:00:00 user=xlee result=success +2024-04-07T22:00:00 user=rrossi result=failure +2024-04-07T00:00:00 user=jsmith result=success +2024-04-07T22:00:00 user=uvogt result=failure +2024-04-07T17:00:00 user=opopov result=success +2024-04-07T23:00:00 user=lgonzalez result=success +2024-04-07T22:00:00 user=gkaur result=failure +2024-04-07T03:00:00 user=lgonzalez result=success +2024-04-07T22:00:00 user=rrossi result=success +2024-04-07T17:00:00 user=gkaur result=failure +2024-04-07T00:00:00 user=sstevens result=success +2024-04-07T02:00:00 user=rrossi result=success +2024-04-07T04:00:00 user=wxu result=success +2024-04-07T06:00:00 user=pklein result=failure +2024-04-07T03:00:00 user=tvasquez result=success +2024-04-07T13:00:00 user=qyu result=failure +2024-04-07T21:00:00 user=brivera result=success +2024-04-07T20:00:00 user=sstevens result=success +2024-04-07T16:00:00 user=ibarbosa result=success +2024-04-07T09:00:00 user=tvasquez result=success +2024-04-07T20:00:00 user=qyu result=success +2024-04-07T23:00:00 user=brivera result=success +2024-04-07T21:00:00 user=ibarbosa result=failure +2024-04-07T20:00:00 user=mtanaka result=success +2024-04-07T21:00:00 user=xlee result=success +2024-04-07T23:00:00 user=xlee result=success +2024-04-07T19:00:00 user=pklein result=success +2024-04-07T16:00:00 user=brivera result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..95f9fa4776a3b0b478f9dd189b0630c247dedbf3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-01.log @@ -0,0 +1,25 @@ +2024-04-01T19:00:00 user=mtanaka result=failure +2024-04-01T06:00:00 user=epatel result=success +2024-04-01T09:00:00 user=opopov result=failure +2024-04-01T13:00:00 user=tvasquez result=success +2024-04-01T16:00:00 user=ibarbosa result=success +2024-04-01T23:00:00 user=lgonzalez result=failure +2024-04-01T13:00:00 user=sstevens result=success +2024-04-01T04:00:00 user=jsmith result=success +2024-04-01T16:00:00 user=hchen result=success +2024-04-01T04:00:00 user=azhang result=failure +2024-04-01T08:00:00 user=qyu result=failure +2024-04-01T13:00:00 user=brivera result=failure +2024-04-01T05:00:00 user=epatel result=success +2024-04-01T18:00:00 user=wxu result=success +2024-04-01T19:00:00 user=doneill result=failure +2024-04-01T13:00:00 user=brivera result=failure +2024-04-01T18:00:00 user=xlee result=success +2024-04-01T08:00:00 user=kkuznetsov result=failure +2024-04-01T01:00:00 user=pklein result=success +2024-04-01T16:00:00 user=nmurray result=success +2024-04-01T05:00:00 user=tvasquez result=success +2024-04-01T16:00:00 user=flindqvist result=success +2024-04-01T15:00:00 user=sstevens result=failure +2024-04-01T07:00:00 user=doneill result=success +2024-04-01T01:00:00 user=epatel result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..883ad81def13083d943753cb28c838aa41e4588c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02T19:00:00 user=uvogt result=failure +2024-04-02T04:00:00 user=lgonzalez result=success +2024-04-02T22:00:00 user=tvasquez result=failure +2024-04-02T21:00:00 user=lgonzalez result=success +2024-04-02T15:00:00 user=cnakamura result=failure +2024-04-02T16:00:00 user=wxu result=success +2024-04-02T06:00:00 user=xlee result=success +2024-04-02T21:00:00 user=xlee result=success +2024-04-02T02:00:00 user=wxu result=success +2024-04-02T23:00:00 user=gkaur result=success +2024-04-02T23:00:00 user=flindqvist result=failure +2024-04-02T11:00:00 user=vwang result=success +2024-04-02T13:00:00 user=azhang result=success +2024-04-02T08:00:00 user=nmurray result=success +2024-04-02T16:00:00 user=sstevens result=success +2024-04-02T03:00:00 user=azhang result=failure +2024-04-02T18:00:00 user=wxu result=success +2024-04-02T01:00:00 user=epatel result=success +2024-04-02T22:00:00 user=tvasquez result=success +2024-04-02T07:00:00 user=lgonzalez result=failure +2024-04-02T01:00:00 user=flindqvist result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..62cb765038528685ea9bd8ab12df884ff1e5b54c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-03.log @@ -0,0 +1,28 @@ +2024-04-03T18:00:00 user=kkuznetsov result=success +2024-04-03T12:00:00 user=brivera result=success +2024-04-03T23:00:00 user=ibarbosa result=success +2024-04-03T00:00:00 user=cnakamura result=success +2024-04-03T02:00:00 user=qyu result=success +2024-04-03T20:00:00 user=qyu result=failure +2024-04-03T10:00:00 user=qyu result=failure +2024-04-03T04:00:00 user=jsmith result=failure +2024-04-03T22:00:00 user=vwang result=success +2024-04-03T15:00:00 user=cnakamura result=success +2024-04-03T08:00:00 user=opopov result=success +2024-04-03T04:00:00 user=doneill result=success +2024-04-03T09:00:00 user=mtanaka result=success +2024-04-03T01:00:00 user=hchen result=success +2024-04-03T14:00:00 user=brivera result=failure +2024-04-03T15:00:00 user=lgonzalez result=failure +2024-04-03T17:00:00 user=ibarbosa result=success +2024-04-03T08:00:00 user=brivera result=success +2024-04-03T14:00:00 user=mtanaka result=failure +2024-04-03T00:00:00 user=xlee result=success +2024-04-03T01:00:00 user=wxu result=success +2024-04-03T03:00:00 user=lgonzalez result=success +2024-04-03T17:00:00 user=tvasquez result=success +2024-04-03T18:00:00 user=rrossi result=failure +2024-04-03T21:00:00 user=flindqvist result=failure +2024-04-03T23:00:00 user=wxu result=failure +2024-04-03T22:00:00 user=cnakamura result=success +2024-04-03T14:00:00 user=flindqvist result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a2df81fb0ff30eddfcf968bbfbde544b21cc6094 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-04.log @@ -0,0 +1,21 @@ +2024-04-04T15:00:00 user=vwang result=success +2024-04-04T07:00:00 user=gkaur result=success +2024-04-04T01:00:00 user=opopov result=success +2024-04-04T13:00:00 user=gkaur result=failure +2024-04-04T18:00:00 user=lgonzalez result=success +2024-04-04T12:00:00 user=wxu result=success +2024-04-04T19:00:00 user=jsmith result=success +2024-04-04T18:00:00 user=cnakamura result=success +2024-04-04T10:00:00 user=vwang result=success +2024-04-04T05:00:00 user=tvasquez result=failure +2024-04-04T07:00:00 user=epatel result=success +2024-04-04T16:00:00 user=xlee result=success +2024-04-04T01:00:00 user=xlee result=success +2024-04-04T10:00:00 user=azhang result=failure +2024-04-04T12:00:00 user=nmurray result=success +2024-04-04T23:00:00 user=rrossi result=success +2024-04-04T15:00:00 user=nmurray result=success +2024-04-04T18:00:00 user=vwang result=failure +2024-04-04T05:00:00 user=kkuznetsov result=success +2024-04-04T14:00:00 user=hchen result=success +2024-04-04T05:00:00 user=kkuznetsov result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..6ca545d3998a1bfd97b36e17373db208afd78a3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05T01:00:00 user=uvogt result=failure +2024-04-05T00:00:00 user=uvogt result=failure +2024-04-05T13:00:00 user=epatel result=success +2024-04-05T06:00:00 user=kkuznetsov result=success +2024-04-05T19:00:00 user=hchen result=failure +2024-04-05T00:00:00 user=lgonzalez result=failure +2024-04-05T20:00:00 user=jsmith result=success +2024-04-05T02:00:00 user=cnakamura result=success +2024-04-05T12:00:00 user=ibarbosa result=success +2024-04-05T04:00:00 user=mtanaka result=failure +2024-04-05T15:00:00 user=jsmith result=failure +2024-04-05T00:00:00 user=epatel result=failure +2024-04-05T13:00:00 user=vwang result=success +2024-04-05T15:00:00 user=mtanaka result=success +2024-04-05T18:00:00 user=jsmith result=failure +2024-04-05T00:00:00 user=vwang result=failure +2024-04-05T06:00:00 user=ibarbosa result=success +2024-04-05T01:00:00 user=qyu result=success +2024-04-05T23:00:00 user=gkaur result=success +2024-04-05T21:00:00 user=nmurray result=failure +2024-04-05T15:00:00 user=uvogt result=success +2024-04-05T00:00:00 user=brivera result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..96f53da00080b3a6fd63b2a93500f4c4d3328aaf --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-06.log @@ -0,0 +1,29 @@ +2024-04-06T17:00:00 user=nmurray result=success +2024-04-06T18:00:00 user=cnakamura result=success +2024-04-06T03:00:00 user=doneill result=failure +2024-04-06T01:00:00 user=ibarbosa result=success +2024-04-06T03:00:00 user=mtanaka result=success +2024-04-06T09:00:00 user=brivera result=success +2024-04-06T10:00:00 user=rrossi result=failure +2024-04-06T01:00:00 user=lgonzalez result=success +2024-04-06T10:00:00 user=wxu result=success +2024-04-06T12:00:00 user=wxu result=success +2024-04-06T13:00:00 user=lgonzalez result=success +2024-04-06T03:00:00 user=qyu result=failure +2024-04-06T14:00:00 user=tvasquez result=success +2024-04-06T23:00:00 user=lgonzalez result=failure +2024-04-06T23:00:00 user=rrossi result=success +2024-04-06T21:00:00 user=vwang result=failure +2024-04-06T01:00:00 user=rrossi result=success +2024-04-06T03:00:00 user=sstevens result=success +2024-04-06T12:00:00 user=qyu result=failure +2024-04-06T19:00:00 user=flindqvist result=failure +2024-04-06T18:00:00 user=doneill result=success +2024-04-06T02:00:00 user=kkuznetsov result=failure +2024-04-06T14:00:00 user=gkaur result=success +2024-04-06T15:00:00 user=mtanaka result=success +2024-04-06T05:00:00 user=doneill result=success +2024-04-06T08:00:00 user=brivera result=success +2024-04-06T14:00:00 user=xlee result=failure +2024-04-06T15:00:00 user=nmurray result=failure +2024-04-06T12:00:00 user=brivera result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ed6d6a0acff1c0cb7a6c43ff1d4662ec1d9ea0d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/sso/2024-04-07.log @@ -0,0 +1,20 @@ +2024-04-07T02:00:00 user=qyu result=success +2024-04-07T08:00:00 user=hchen result=success +2024-04-07T05:00:00 user=xlee result=failure +2024-04-07T06:00:00 user=nmurray result=success +2024-04-07T18:00:00 user=qyu result=success +2024-04-07T22:00:00 user=xlee result=success +2024-04-07T19:00:00 user=flindqvist result=success +2024-04-07T11:00:00 user=opopov result=success +2024-04-07T16:00:00 user=flindqvist result=success +2024-04-07T09:00:00 user=mtanaka result=failure +2024-04-07T01:00:00 user=flindqvist result=success +2024-04-07T22:00:00 user=wxu result=failure +2024-04-07T08:00:00 user=doneill result=failure +2024-04-07T17:00:00 user=gkaur result=success +2024-04-07T22:00:00 user=qyu result=success +2024-04-07T03:00:00 user=brivera result=success +2024-04-07T14:00:00 user=tvasquez result=success +2024-04-07T09:00:00 user=qyu result=success +2024-04-07T13:00:00 user=doneill result=success +2024-04-07T06:00:00 user=cnakamura result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-01.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..52a1028fe0df89c14ee255994fb241e2a59ee9cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-01.log @@ -0,0 +1,38 @@ +2024-04-01T10:00:00 user=cnakamura result=failure +2024-04-01T09:00:00 user=gkaur result=failure +2024-04-01T13:00:00 user=lgonzalez result=success +2024-04-01T22:00:00 user=pklein result=success +2024-04-01T10:00:00 user=kkuznetsov result=success +2024-04-01T22:00:00 user=opopov result=success +2024-04-01T10:00:00 user=qyu result=success +2024-04-01T21:00:00 user=opopov result=failure +2024-04-01T05:00:00 user=gkaur result=failure +2024-04-01T02:00:00 user=epatel result=success +2024-04-01T22:00:00 user=jsmith result=success +2024-04-01T07:00:00 user=ibarbosa result=success +2024-04-01T02:00:00 user=xlee result=success +2024-04-01T01:00:00 user=rrossi result=success +2024-04-01T23:00:00 user=mtanaka result=success +2024-04-01T14:00:00 user=wxu result=failure +2024-04-01T09:00:00 user=flindqvist result=success +2024-04-01T07:00:00 user=qyu result=success +2024-04-01T10:00:00 user=brivera result=success +2024-04-01T06:00:00 user=doneill result=success +2024-04-01T21:00:00 user=epatel result=success +2024-04-01T12:00:00 user=rrossi result=success +2024-04-01T19:00:00 user=ibarbosa result=success +2024-04-01T06:00:00 user=azhang result=success +2024-04-01T07:00:00 user=gkaur result=success +2024-04-01T01:00:00 user=nmurray result=success +2024-04-01T23:00:00 user=epatel result=failure +2024-04-01T08:00:00 user=epatel result=success +2024-04-01T20:00:00 user=opopov result=success +2024-04-01T02:00:00 user=uvogt result=failure +2024-04-01T03:00:00 user=wxu result=failure +2024-04-01T14:00:00 user=tvasquez result=success +2024-04-01T18:00:00 user=mtanaka result=success +2024-04-01T19:00:00 user=sstevens result=success +2024-04-01T06:00:00 user=vwang result=failure +2024-04-01T12:00:00 user=mtanaka result=failure +2024-04-01T10:00:00 user=cnakamura result=failure +2024-04-01T16:00:00 user=kkuznetsov result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-02.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..dae7e75d58804505bd5da90ce17d4d2330ed1833 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-02.log @@ -0,0 +1,30 @@ +2024-04-02T14:00:00 user=rrossi result=failure +2024-04-02T21:00:00 user=brivera result=failure +2024-04-02T06:00:00 user=azhang result=success +2024-04-02T18:00:00 user=opopov result=success +2024-04-02T03:00:00 user=kkuznetsov result=success +2024-04-02T13:00:00 user=flindqvist result=failure +2024-04-02T09:00:00 user=opopov result=success +2024-04-02T02:00:00 user=cnakamura result=failure +2024-04-02T12:00:00 user=lgonzalez result=failure +2024-04-02T10:00:00 user=kkuznetsov result=failure +2024-04-02T03:00:00 user=vwang result=failure +2024-04-02T09:00:00 user=qyu result=success +2024-04-02T04:00:00 user=doneill result=success +2024-04-02T10:00:00 user=gkaur result=success +2024-04-02T23:00:00 user=brivera result=failure +2024-04-02T12:00:00 user=rrossi result=failure +2024-04-02T08:00:00 user=uvogt result=failure +2024-04-02T19:00:00 user=rrossi result=success +2024-04-02T18:00:00 user=vwang result=success +2024-04-02T23:00:00 user=mtanaka result=failure +2024-04-02T11:00:00 user=azhang result=success +2024-04-02T20:00:00 user=doneill result=failure +2024-04-02T22:00:00 user=xlee result=failure +2024-04-02T12:00:00 user=brivera result=failure +2024-04-02T16:00:00 user=wxu result=success +2024-04-02T03:00:00 user=uvogt result=failure +2024-04-02T00:00:00 user=brivera result=failure +2024-04-02T19:00:00 user=doneill result=failure +2024-04-02T14:00:00 user=lgonzalez result=success +2024-04-02T02:00:00 user=opopov result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-03.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..c90d2eec79726cc072e38bde22766819c83c6b64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-03.log @@ -0,0 +1,25 @@ +2024-04-03T05:00:00 user=wxu result=failure +2024-04-03T05:00:00 user=vwang result=success +2024-04-03T18:00:00 user=ibarbosa result=failure +2024-04-03T20:00:00 user=lgonzalez result=failure +2024-04-03T11:00:00 user=xlee result=success +2024-04-03T15:00:00 user=epatel result=failure +2024-04-03T11:00:00 user=xlee result=success +2024-04-03T20:00:00 user=tvasquez result=failure +2024-04-03T08:00:00 user=doneill result=success +2024-04-03T02:00:00 user=tvasquez result=failure +2024-04-03T02:00:00 user=vwang result=success +2024-04-03T02:00:00 user=lgonzalez result=failure +2024-04-03T19:00:00 user=pklein result=success +2024-04-03T06:00:00 user=vwang result=success +2024-04-03T16:00:00 user=mtanaka result=success +2024-04-03T19:00:00 user=cnakamura result=success +2024-04-03T00:00:00 user=cnakamura result=success +2024-04-03T14:00:00 user=mtanaka result=success +2024-04-03T03:00:00 user=opopov result=success +2024-04-03T18:00:00 user=hchen result=success +2024-04-03T23:00:00 user=epatel result=failure +2024-04-03T06:00:00 user=opopov result=success +2024-04-03T04:00:00 user=cnakamura result=failure +2024-04-03T07:00:00 user=sstevens result=failure +2024-04-03T08:00:00 user=qyu result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-04.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..27f7702c141b86ac1ef1e4b40c862cb89911f91b --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-04.log @@ -0,0 +1,32 @@ +2024-04-04T07:00:00 user=brivera result=success +2024-04-04T06:00:00 user=vwang result=success +2024-04-04T13:00:00 user=tvasquez result=success +2024-04-04T20:00:00 user=lgonzalez result=failure +2024-04-04T12:00:00 user=kkuznetsov result=success +2024-04-04T20:00:00 user=vwang result=failure +2024-04-04T12:00:00 user=flindqvist result=failure +2024-04-04T06:00:00 user=hchen result=failure +2024-04-04T05:00:00 user=vwang result=success +2024-04-04T01:00:00 user=vwang result=success +2024-04-04T11:00:00 user=cnakamura result=failure +2024-04-04T19:00:00 user=mtanaka result=failure +2024-04-04T22:00:00 user=ibarbosa result=success +2024-04-04T20:00:00 user=ibarbosa result=success +2024-04-04T14:00:00 user=wxu result=success +2024-04-04T20:00:00 user=pklein result=success +2024-04-04T14:00:00 user=xlee result=success +2024-04-04T10:00:00 user=hchen result=success +2024-04-04T19:00:00 user=vwang result=success +2024-04-04T08:00:00 user=opopov result=success +2024-04-04T16:00:00 user=qyu result=failure +2024-04-04T09:00:00 user=pklein result=success +2024-04-04T12:00:00 user=pklein result=failure +2024-04-04T12:00:00 user=cnakamura result=success +2024-04-04T17:00:00 user=brivera result=success +2024-04-04T09:00:00 user=wxu result=success +2024-04-04T03:00:00 user=epatel result=success +2024-04-04T11:00:00 user=gkaur result=failure +2024-04-04T02:00:00 user=uvogt result=success +2024-04-04T20:00:00 user=cnakamura result=success +2024-04-04T05:00:00 user=flindqvist result=success +2024-04-04T17:00:00 user=nmurray result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-05.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..7164d5a47a26ebb5730a7c7b772da7480ef4556d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-05.log @@ -0,0 +1,32 @@ +2024-04-05T00:00:00 user=kkuznetsov result=success +2024-04-05T11:00:00 user=epatel result=failure +2024-04-05T01:00:00 user=epatel result=success +2024-04-05T08:00:00 user=wxu result=failure +2024-04-05T04:00:00 user=epatel result=failure +2024-04-05T17:00:00 user=nmurray result=failure +2024-04-05T13:00:00 user=nmurray result=success +2024-04-05T15:00:00 user=brivera result=failure +2024-04-05T14:00:00 user=sstevens result=success +2024-04-05T04:00:00 user=qyu result=failure +2024-04-05T14:00:00 user=wxu result=failure +2024-04-05T13:00:00 user=tvasquez result=failure +2024-04-05T00:00:00 user=ibarbosa result=failure +2024-04-05T19:00:00 user=jsmith result=failure +2024-04-05T14:00:00 user=flindqvist result=success +2024-04-05T15:00:00 user=ibarbosa result=success +2024-04-05T10:00:00 user=mtanaka result=success +2024-04-05T06:00:00 user=vwang result=success +2024-04-05T02:00:00 user=xlee result=failure +2024-04-05T10:00:00 user=kkuznetsov result=failure +2024-04-05T14:00:00 user=ibarbosa result=success +2024-04-05T14:00:00 user=azhang result=success +2024-04-05T20:00:00 user=opopov result=success +2024-04-05T02:00:00 user=tvasquez result=success +2024-04-05T05:00:00 user=mtanaka result=failure +2024-04-05T05:00:00 user=qyu result=success +2024-04-05T06:00:00 user=azhang result=failure +2024-04-05T16:00:00 user=nmurray result=success +2024-04-05T15:00:00 user=qyu result=failure +2024-04-05T11:00:00 user=uvogt result=success +2024-04-05T00:00:00 user=gkaur result=success +2024-04-05T11:00:00 user=doneill result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-06.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..7a182051f278c04e8d7e73686a966a72db49247d --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-06.log @@ -0,0 +1,38 @@ +2024-04-06T06:00:00 user=qyu result=success +2024-04-06T12:00:00 user=doneill result=success +2024-04-06T00:00:00 user=brivera result=success +2024-04-06T11:00:00 user=rrossi result=failure +2024-04-06T09:00:00 user=sstevens result=success +2024-04-06T06:00:00 user=lgonzalez result=success +2024-04-06T10:00:00 user=rrossi result=failure +2024-04-06T20:00:00 user=mtanaka result=success +2024-04-06T13:00:00 user=hchen result=success +2024-04-06T07:00:00 user=jsmith result=failure +2024-04-06T12:00:00 user=opopov result=failure +2024-04-06T14:00:00 user=mtanaka result=failure +2024-04-06T08:00:00 user=ibarbosa result=failure +2024-04-06T08:00:00 user=wxu result=failure +2024-04-06T08:00:00 user=nmurray result=failure +2024-04-06T19:00:00 user=xlee result=success +2024-04-06T17:00:00 user=wxu result=success +2024-04-06T13:00:00 user=vwang result=success +2024-04-06T21:00:00 user=mtanaka result=success +2024-04-06T14:00:00 user=pklein result=failure +2024-04-06T05:00:00 user=ibarbosa result=failure +2024-04-06T01:00:00 user=lgonzalez result=failure +2024-04-06T15:00:00 user=ibarbosa result=failure +2024-04-06T11:00:00 user=wxu result=success +2024-04-06T20:00:00 user=wxu result=success +2024-04-06T14:00:00 user=uvogt result=failure +2024-04-06T08:00:00 user=wxu result=failure +2024-04-06T06:00:00 user=nmurray result=failure +2024-04-06T01:00:00 user=qyu result=success +2024-04-06T13:00:00 user=sstevens result=success +2024-04-06T10:00:00 user=wxu result=success +2024-04-06T17:00:00 user=nmurray result=failure +2024-04-06T05:00:00 user=nmurray result=failure +2024-04-06T16:00:00 user=jsmith result=success +2024-04-06T23:00:00 user=ibarbosa result=failure +2024-04-06T19:00:00 user=qyu result=success +2024-04-06T02:00:00 user=qyu result=failure +2024-04-06T15:00:00 user=wxu result=failure diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-07.log b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..b44f3bd15dc1d68327463a29fa0387f647728819 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/audit/logins/vault/2024-04-07.log @@ -0,0 +1,35 @@ +2024-04-07T22:00:00 user=jsmith result=success +2024-04-07T14:00:00 user=pklein result=success +2024-04-07T07:00:00 user=xlee result=success +2024-04-07T21:00:00 user=opopov result=success +2024-04-07T14:00:00 user=qyu result=success +2024-04-07T23:00:00 user=hchen result=failure +2024-04-07T01:00:00 user=lgonzalez result=success +2024-04-07T18:00:00 user=azhang result=success +2024-04-07T08:00:00 user=azhang result=success +2024-04-07T17:00:00 user=wxu result=failure +2024-04-07T20:00:00 user=xlee result=success +2024-04-07T19:00:00 user=pklein result=failure +2024-04-07T02:00:00 user=ibarbosa result=success +2024-04-07T06:00:00 user=kkuznetsov result=success +2024-04-07T00:00:00 user=rrossi result=failure +2024-04-07T12:00:00 user=gkaur result=success +2024-04-07T09:00:00 user=sstevens result=success +2024-04-07T13:00:00 user=flindqvist result=success +2024-04-07T02:00:00 user=azhang result=success +2024-04-07T11:00:00 user=kkuznetsov result=success +2024-04-07T18:00:00 user=tvasquez result=failure +2024-04-07T11:00:00 user=lgonzalez result=success +2024-04-07T02:00:00 user=cnakamura result=success +2024-04-07T21:00:00 user=doneill result=success +2024-04-07T16:00:00 user=cnakamura result=failure +2024-04-07T15:00:00 user=azhang result=success +2024-04-07T21:00:00 user=epatel result=failure +2024-04-07T12:00:00 user=nmurray result=success +2024-04-07T18:00:00 user=ibarbosa result=success +2024-04-07T09:00:00 user=brivera result=failure +2024-04-07T11:00:00 user=sstevens result=success +2024-04-07T11:00:00 user=nmurray result=success +2024-04-07T22:00:00 user=doneill result=success +2024-04-07T17:00:00 user=rrossi result=success +2024-04-07T07:00:00 user=xlee result=success diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_806e66988c/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7b2208e5d5671329f0eac962e9fdcfb3b643c828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-01.log @@ -0,0 +1,24 @@ +2024-04-01 19:40 gate=east plate=VWX-9126 action=IN +2024-04-01 12:30 gate=east plate=BRZ-4895 action=OUT +2024-04-01 08:30 gate=east plate=STU-8156 action=OUT +2024-04-01 18:09 gate=east plate=CDE-1072 action=OUT +2024-04-01 06:12 gate=east plate=BRZ-4895 action=IN +2024-04-01 13:26 gate=east plate=STU-6643 action=IN +2024-04-01 20:05 gate=east plate=JKL-3180 action=OUT +2024-04-01 09:45 gate=east plate=VWX-0562 action=OUT +2024-04-01 20:08 gate=east plate=CDE-5760 action=IN +2024-04-01 18:45 gate=east plate=CDE-4645 action=OUT +2024-04-01 14:16 gate=east plate=MNO-4506 action=IN +2024-04-01 19:06 gate=east plate=MNO-4041 action=IN +2024-04-01 20:11 gate=east plate=FGH-3241 action=IN +2024-04-01 10:04 gate=east plate=YZA-8838 action=IN +2024-04-01 21:32 gate=east plate=STU-9797 action=OUT +2024-04-01 09:40 gate=east plate=MNO-6739 action=OUT +2024-04-01 12:34 gate=east plate=VWX-0562 action=IN +2024-04-01 22:22 gate=east plate=CDE-1072 action=OUT +2024-04-01 20:39 gate=east plate=VWX-9126 action=IN +2024-04-01 10:31 gate=east plate=MNO-4041 action=OUT +2024-04-01 17:23 gate=east plate=MNO-6739 action=IN +2024-04-01 12:44 gate=east plate=VWX-0712 action=OUT +2024-04-01 10:55 gate=east plate=VWX-0712 action=OUT +2024-04-01 12:50 gate=east plate=MNO-4041 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..8dda968485f92a8dfe1cd4fd03c5768b81f6e3f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-02.log @@ -0,0 +1,24 @@ +2024-04-02 20:12 gate=east plate=AAA-4255 action=IN +2024-04-02 17:47 gate=east plate=JKL-0364 action=IN +2024-04-02 06:06 gate=east plate=CDE-1045 action=OUT +2024-04-02 12:27 gate=east plate=JKL-3794 action=OUT +2024-04-02 14:13 gate=east plate=CDE-5760 action=OUT +2024-04-02 10:27 gate=east plate=BRZ-4895 action=OUT +2024-04-02 22:54 gate=east plate=MNO-4506 action=OUT +2024-04-02 08:22 gate=east plate=BRZ-7143 action=OUT +2024-04-02 13:48 gate=east plate=STU-9797 action=IN +2024-04-02 17:43 gate=east plate=VWX-9126 action=OUT +2024-04-02 22:51 gate=east plate=FGH-6481 action=OUT +2024-04-02 12:07 gate=east plate=STU-3650 action=IN +2024-04-02 07:56 gate=east plate=BRZ-2381 action=OUT +2024-04-02 20:06 gate=east plate=BRZ-4895 action=IN +2024-04-02 18:36 gate=east plate=CDE-1072 action=OUT +2024-04-02 08:00 gate=east plate=FGH-1489 action=IN +2024-04-02 21:55 gate=east plate=CDE-1045 action=OUT +2024-04-02 19:08 gate=east plate=STU-3650 action=OUT +2024-04-02 22:58 gate=east plate=CDE-4645 action=OUT +2024-04-02 12:57 gate=east plate=VWX-0562 action=OUT +2024-04-02 13:44 gate=east plate=MNO-4506 action=OUT +2024-04-02 22:40 gate=east plate=FGH-3241 action=OUT +2024-04-02 15:53 gate=east plate=FGH-6481 action=IN +2024-04-02 17:59 gate=east plate=FGH-1489 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..3d6cec6ccd737af8eecdbd5b7fa85be18aac1b05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03 10:17 gate=east plate=JKL-3794 action=OUT +2024-04-03 07:53 gate=east plate=STU-9797 action=IN +2024-04-03 15:51 gate=east plate=FGH-6481 action=IN +2024-04-03 13:27 gate=east plate=BRZ-4895 action=OUT +2024-04-03 18:00 gate=east plate=STU-6643 action=OUT +2024-04-03 18:41 gate=east plate=CDE-5760 action=IN +2024-04-03 08:18 gate=east plate=STU-9797 action=OUT +2024-04-03 22:40 gate=east plate=JKL-9497 action=OUT +2024-04-03 19:46 gate=east plate=BRZ-7143 action=IN +2024-04-03 08:32 gate=east plate=JKL-9497 action=IN +2024-04-03 10:23 gate=east plate=AAA-4255 action=IN +2024-04-03 09:08 gate=east plate=JKL-3180 action=OUT +2024-04-03 13:41 gate=east plate=MNO-6739 action=OUT +2024-04-03 16:39 gate=east plate=VWX-9126 action=OUT +2024-04-03 09:35 gate=east plate=CDE-4645 action=IN +2024-04-03 08:36 gate=east plate=JKL-9497 action=OUT +2024-04-03 07:13 gate=east plate=CDE-4645 action=IN +2024-04-03 21:04 gate=east plate=STU-9797 action=OUT +2024-04-03 13:46 gate=east plate=STU-6643 action=OUT +2024-04-03 22:56 gate=east plate=BRZ-7143 action=OUT +2024-04-03 14:26 gate=east plate=STU-8156 action=OUT +2024-04-03 20:52 gate=east plate=BRZ-4895 action=IN +2024-04-03 09:56 gate=east plate=STU-3400 action=OUT +2024-04-03 17:12 gate=east plate=STU-9797 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..67c02be1d1f156dd21950c1241bfedbc45358b32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-04.log @@ -0,0 +1,18 @@ +2024-04-04 08:43 gate=east plate=AAA-4255 action=IN +2024-04-04 06:19 gate=east plate=YZA-8838 action=OUT +2024-04-04 07:23 gate=east plate=MNO-6739 action=OUT +2024-04-04 17:05 gate=east plate=BRZ-4895 action=OUT +2024-04-04 09:13 gate=east plate=JKL-9497 action=OUT +2024-04-04 14:32 gate=east plate=JKL-0364 action=IN +2024-04-04 18:44 gate=east plate=STU-6643 action=IN +2024-04-04 09:05 gate=east plate=STU-8156 action=OUT +2024-04-04 11:33 gate=east plate=JKL-9497 action=IN +2024-04-04 14:32 gate=east plate=JKL-3794 action=OUT +2024-04-04 14:03 gate=east plate=STU-9797 action=IN +2024-04-04 10:19 gate=east plate=JKL-9497 action=IN +2024-04-04 20:42 gate=east plate=STU-3400 action=OUT +2024-04-04 16:36 gate=east plate=YZA-8838 action=IN +2024-04-04 10:28 gate=east plate=JKL-9497 action=OUT +2024-04-04 06:54 gate=east plate=BRZ-7143 action=IN +2024-04-04 09:08 gate=east plate=STU-6643 action=IN +2024-04-04 17:31 gate=east plate=MNO-4041 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..df7d195272dd52e597bd98c6c4ddff7a7a3c7c4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/east/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05 17:42 gate=east plate=VWX-9126 action=IN +2024-04-05 11:06 gate=east plate=BRZ-2381 action=IN +2024-04-05 10:58 gate=east plate=FGH-1489 action=IN +2024-04-05 21:58 gate=east plate=JKL-3180 action=IN +2024-04-05 16:09 gate=east plate=FGH-6481 action=IN +2024-04-05 19:11 gate=east plate=MNO-4506 action=IN +2024-04-05 19:54 gate=east plate=PQR-7580 action=IN +2024-04-05 20:01 gate=east plate=CDE-1045 action=IN +2024-04-05 15:37 gate=east plate=PQR-7580 action=OUT +2024-04-05 19:21 gate=east plate=STU-8156 action=OUT +2024-04-05 08:16 gate=east plate=VWX-9126 action=OUT +2024-04-05 16:57 gate=east plate=FGH-6481 action=OUT +2024-04-05 18:08 gate=east plate=FGH-3241 action=IN +2024-04-05 19:04 gate=east plate=VWX-0712 action=IN +2024-04-05 06:45 gate=east plate=CDE-1072 action=IN +2024-04-05 14:37 gate=east plate=AAA-4255 action=IN +2024-04-05 16:38 gate=east plate=STU-3650 action=OUT +2024-04-05 09:06 gate=east plate=BRZ-4895 action=IN +2024-04-05 16:14 gate=east plate=FGH-9172 action=IN +2024-04-05 09:01 gate=east plate=BRZ-7143 action=IN +2024-04-05 06:08 gate=east plate=JKL-3794 action=IN +2024-04-05 06:24 gate=east plate=JKL-9497 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..f68ee8e81e7cdb576e5305014a8e8f0e94b8c1e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-01.log @@ -0,0 +1,19 @@ +2024-04-01 17:17 gate=main plate=AAA-4255 action=IN +2024-04-01 16:10 gate=main plate=VWX-0562 action=IN +2024-04-01 09:25 gate=main plate=FGH-3241 action=OUT +2024-04-01 22:01 gate=main plate=JKL-3794 action=IN +2024-04-01 14:27 gate=main plate=FGH-3241 action=OUT +2024-04-01 09:52 gate=main plate=MNO-4041 action=IN +2024-04-01 08:01 gate=main plate=CDE-1072 action=OUT +2024-04-01 19:58 gate=main plate=STU-3400 action=OUT +2024-04-01 18:37 gate=main plate=BRZ-4895 action=OUT +2024-04-01 13:46 gate=main plate=FGH-3241 action=IN +2024-04-01 20:28 gate=main plate=JKL-3794 action=OUT +2024-04-01 17:53 gate=main plate=YZA-8838 action=IN +2024-04-01 21:48 gate=main plate=STU-3055 action=IN +2024-04-01 16:09 gate=main plate=MNO-6739 action=OUT +2024-04-01 18:05 gate=main plate=VWX-9126 action=IN +2024-04-01 16:38 gate=main plate=YZA-8838 action=IN +2024-04-01 18:02 gate=main plate=VWX-9126 action=IN +2024-04-01 22:08 gate=main plate=PQR-7580 action=IN +2024-04-01 13:35 gate=main plate=FGH-6481 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7cc06ffcbed85c56758b8cc793d45e0ad0e5451d --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-02.log @@ -0,0 +1,16 @@ +2024-04-02 09:44 gate=main plate=VWX-0712 action=OUT +2024-04-02 06:45 gate=main plate=FGH-1489 action=OUT +2024-04-02 14:47 gate=main plate=BRZ-2381 action=OUT +2024-04-02 13:23 gate=main plate=STU-9797 action=IN +2024-04-02 06:47 gate=main plate=STU-3055 action=IN +2024-04-02 12:47 gate=main plate=MNO-4041 action=IN +2024-04-02 11:39 gate=main plate=VWX-0562 action=OUT +2024-04-02 13:06 gate=main plate=STU-8156 action=IN +2024-04-02 08:30 gate=main plate=FGH-9172 action=IN +2024-04-02 06:32 gate=main plate=CDE-4645 action=OUT +2024-04-02 08:37 gate=main plate=JKL-0364 action=IN +2024-04-02 07:21 gate=main plate=BRZ-4895 action=OUT +2024-04-02 20:19 gate=main plate=JKL-3180 action=IN +2024-04-02 15:11 gate=main plate=JKL-3794 action=OUT +2024-04-02 12:43 gate=main plate=FGH-9172 action=IN +2024-04-02 06:33 gate=main plate=JKL-3794 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a7d901e077743e63ec8a44f0b69695c9cb5a0a57 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-03.log @@ -0,0 +1,16 @@ +2024-04-03 16:31 gate=main plate=STU-9797 action=IN +2024-04-03 11:26 gate=main plate=STU-3650 action=IN +2024-04-03 13:07 gate=main plate=VWX-0562 action=IN +2024-04-03 21:35 gate=main plate=JKL-9497 action=OUT +2024-04-03 17:23 gate=main plate=STU-3400 action=IN +2024-04-03 13:02 gate=main plate=AAA-4255 action=OUT +2024-04-03 09:58 gate=main plate=CDE-5760 action=OUT +2024-04-03 22:50 gate=main plate=VWX-9126 action=IN +2024-04-03 11:16 gate=main plate=STU-9797 action=OUT +2024-04-03 21:27 gate=main plate=STU-9797 action=IN +2024-04-03 17:21 gate=main plate=STU-3650 action=OUT +2024-04-03 21:25 gate=main plate=JKL-9497 action=OUT +2024-04-03 18:04 gate=main plate=STU-8156 action=IN +2024-04-03 19:33 gate=main plate=VWX-0712 action=IN +2024-04-03 14:24 gate=main plate=MNO-6739 action=IN +2024-04-03 12:12 gate=main plate=BRZ-4895 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..4671dbac94df0e8a5fbde5ebe867d7d3c3ae4036 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-04.log @@ -0,0 +1,22 @@ +2024-04-04 16:06 gate=main plate=STU-3400 action=IN +2024-04-04 19:45 gate=main plate=MNO-6739 action=OUT +2024-04-04 11:21 gate=main plate=FGH-3241 action=IN +2024-04-04 20:28 gate=main plate=YZA-8838 action=OUT +2024-04-04 07:02 gate=main plate=CDE-4645 action=OUT +2024-04-04 12:46 gate=main plate=YZA-8838 action=OUT +2024-04-04 14:53 gate=main plate=AAA-4255 action=OUT +2024-04-04 13:33 gate=main plate=CDE-5760 action=OUT +2024-04-04 22:08 gate=main plate=BRZ-2381 action=IN +2024-04-04 11:52 gate=main plate=STU-6643 action=IN +2024-04-04 11:17 gate=main plate=STU-3055 action=IN +2024-04-04 15:45 gate=main plate=STU-3400 action=IN +2024-04-04 08:14 gate=main plate=PQR-7580 action=IN +2024-04-04 09:29 gate=main plate=JKL-9497 action=IN +2024-04-04 18:28 gate=main plate=AAA-4255 action=IN +2024-04-04 09:13 gate=main plate=JKL-0364 action=IN +2024-04-04 21:16 gate=main plate=FGH-6481 action=OUT +2024-04-04 14:49 gate=main plate=MNO-6739 action=OUT +2024-04-04 18:34 gate=main plate=STU-9797 action=IN +2024-04-04 13:23 gate=main plate=STU-6643 action=OUT +2024-04-04 09:26 gate=main plate=CDE-1072 action=OUT +2024-04-04 11:07 gate=main plate=MNO-4041 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..98e38533648cc50667e6867b22c9a22c5a30cb29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/main/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05 12:02 gate=main plate=JKL-3794 action=IN +2024-04-05 14:44 gate=main plate=JKL-0364 action=OUT +2024-04-05 06:59 gate=main plate=VWX-0562 action=OUT +2024-04-05 16:53 gate=main plate=STU-3650 action=OUT +2024-04-05 16:49 gate=main plate=BRZ-2381 action=OUT +2024-04-05 12:49 gate=main plate=JKL-0364 action=IN +2024-04-05 15:05 gate=main plate=BRZ-2381 action=IN +2024-04-05 13:10 gate=main plate=STU-3650 action=IN +2024-04-05 12:25 gate=main plate=STU-8156 action=IN +2024-04-05 15:06 gate=main plate=FGH-9172 action=OUT +2024-04-05 17:12 gate=main plate=MNO-4041 action=OUT +2024-04-05 10:57 gate=main plate=CDE-1072 action=IN +2024-04-05 18:57 gate=main plate=JKL-3794 action=OUT +2024-04-05 22:29 gate=main plate=BRZ-7143 action=IN +2024-04-05 21:16 gate=main plate=BRZ-4895 action=OUT +2024-04-05 10:45 gate=main plate=MNO-4041 action=IN +2024-04-05 16:49 gate=main plate=YZA-8838 action=IN +2024-04-05 10:30 gate=main plate=FGH-3241 action=IN +2024-04-05 07:21 gate=main plate=STU-8156 action=OUT +2024-04-05 22:26 gate=main plate=CDE-5760 action=OUT +2024-04-05 17:40 gate=main plate=CDE-1072 action=IN +2024-04-05 12:35 gate=main plate=AAA-4255 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..cdce9dca6b57dafe8cf8c123169a7575fe997325 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-01.log @@ -0,0 +1,18 @@ +2024-04-01 09:34 gate=north plate=BRZ-7143 action=OUT +2024-04-01 09:24 gate=north plate=STU-9797 action=OUT +2024-04-01 22:40 gate=north plate=JKL-9497 action=IN +2024-04-01 08:14 gate=north plate=STU-9797 action=IN +2024-04-01 07:54 gate=north plate=CDE-5760 action=IN +2024-04-01 09:14 gate=north plate=VWX-0712 action=IN +2024-04-01 07:37 gate=north plate=JKL-0364 action=OUT +2024-04-01 11:09 gate=north plate=MNO-4041 action=OUT +2024-04-01 12:48 gate=north plate=STU-8156 action=IN +2024-04-01 20:57 gate=north plate=STU-3055 action=IN +2024-04-01 07:22 gate=north plate=BRZ-4895 action=IN +2024-04-01 20:51 gate=north plate=JKL-3180 action=OUT +2024-04-01 15:27 gate=north plate=MNO-4041 action=IN +2024-04-01 11:23 gate=north plate=BRZ-2381 action=OUT +2024-04-01 21:49 gate=north plate=JKL-9497 action=IN +2024-04-01 16:48 gate=north plate=CDE-5760 action=OUT +2024-04-01 07:52 gate=north plate=STU-8156 action=OUT +2024-04-01 07:07 gate=north plate=BRZ-7143 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..c6d2e248d19c221fe98ba4f69378acd8fa3ea6e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-02.log @@ -0,0 +1,19 @@ +2024-04-02 11:21 gate=north plate=BRZ-4895 action=IN +2024-04-02 17:08 gate=north plate=PQR-7580 action=OUT +2024-04-02 21:03 gate=north plate=JKL-9497 action=OUT +2024-04-02 07:57 gate=north plate=AAA-4255 action=OUT +2024-04-02 16:55 gate=north plate=CDE-1045 action=OUT +2024-04-02 16:53 gate=north plate=BRZ-7143 action=IN +2024-04-02 08:49 gate=north plate=PQR-7580 action=OUT +2024-04-02 10:04 gate=north plate=VWX-0562 action=IN +2024-04-02 13:24 gate=north plate=STU-3055 action=IN +2024-04-02 12:57 gate=north plate=VWX-9126 action=OUT +2024-04-02 21:32 gate=north plate=JKL-3180 action=IN +2024-04-02 15:23 gate=north plate=VWX-0712 action=OUT +2024-04-02 12:21 gate=north plate=STU-9797 action=OUT +2024-04-02 15:04 gate=north plate=BRZ-4895 action=IN +2024-04-02 16:46 gate=north plate=STU-6643 action=OUT +2024-04-02 15:33 gate=north plate=PQR-7580 action=IN +2024-04-02 22:41 gate=north plate=MNO-6739 action=OUT +2024-04-02 15:32 gate=north plate=CDE-5760 action=OUT +2024-04-02 06:50 gate=north plate=MNO-4506 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..ebc612815c77c6f16f4fde60383cc22e6165f269 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-03.log @@ -0,0 +1,15 @@ +2024-04-03 17:13 gate=north plate=PQR-7580 action=OUT +2024-04-03 16:08 gate=north plate=MNO-4506 action=OUT +2024-04-03 20:42 gate=north plate=PQR-7580 action=IN +2024-04-03 15:20 gate=north plate=MNO-6739 action=IN +2024-04-03 13:09 gate=north plate=STU-8156 action=OUT +2024-04-03 09:04 gate=north plate=PQR-7580 action=OUT +2024-04-03 11:12 gate=north plate=VWX-9126 action=IN +2024-04-03 14:17 gate=north plate=FGH-3241 action=IN +2024-04-03 07:57 gate=north plate=CDE-5760 action=OUT +2024-04-03 19:58 gate=north plate=VWX-9126 action=OUT +2024-04-03 21:19 gate=north plate=STU-6643 action=IN +2024-04-03 10:41 gate=north plate=BRZ-2381 action=IN +2024-04-03 13:31 gate=north plate=MNO-4506 action=OUT +2024-04-03 07:43 gate=north plate=CDE-5760 action=OUT +2024-04-03 14:49 gate=north plate=JKL-0364 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..4089d49cbe76c0937a5564422b6bf1ff536f327b --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-04.log @@ -0,0 +1,20 @@ +2024-04-04 18:54 gate=north plate=FGH-3241 action=OUT +2024-04-04 12:19 gate=north plate=CDE-5760 action=IN +2024-04-04 08:28 gate=north plate=PQR-7580 action=OUT +2024-04-04 22:59 gate=north plate=BRZ-7143 action=OUT +2024-04-04 16:44 gate=north plate=STU-3055 action=OUT +2024-04-04 11:55 gate=north plate=PQR-7580 action=IN +2024-04-04 06:28 gate=north plate=STU-6643 action=OUT +2024-04-04 08:48 gate=north plate=AAA-4255 action=OUT +2024-04-04 22:55 gate=north plate=STU-3650 action=OUT +2024-04-04 09:40 gate=north plate=FGH-3241 action=IN +2024-04-04 17:09 gate=north plate=PQR-7580 action=OUT +2024-04-04 09:02 gate=north plate=FGH-6481 action=IN +2024-04-04 11:58 gate=north plate=MNO-4506 action=OUT +2024-04-04 07:19 gate=north plate=MNO-4041 action=IN +2024-04-04 15:18 gate=north plate=STU-3400 action=OUT +2024-04-04 12:34 gate=north plate=STU-9797 action=OUT +2024-04-04 12:40 gate=north plate=STU-8156 action=IN +2024-04-04 06:12 gate=north plate=CDE-5760 action=OUT +2024-04-04 10:24 gate=north plate=CDE-5760 action=IN +2024-04-04 19:05 gate=north plate=MNO-4041 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..217553501f522cec32f5b51f5c3e6bf9e8e10b4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/north/2024-04-05.log @@ -0,0 +1,18 @@ +2024-04-05 21:49 gate=north plate=MNO-4506 action=OUT +2024-04-05 14:35 gate=north plate=VWX-0712 action=IN +2024-04-05 12:05 gate=north plate=FGH-9172 action=OUT +2024-04-05 08:17 gate=north plate=VWX-0712 action=IN +2024-04-05 19:22 gate=north plate=MNO-6739 action=OUT +2024-04-05 18:03 gate=north plate=BRZ-4895 action=OUT +2024-04-05 17:04 gate=north plate=FGH-6481 action=IN +2024-04-05 14:10 gate=north plate=FGH-9172 action=OUT +2024-04-05 21:16 gate=north plate=STU-8156 action=OUT +2024-04-05 08:21 gate=north plate=FGH-9172 action=OUT +2024-04-05 08:32 gate=north plate=MNO-6739 action=IN +2024-04-05 08:35 gate=north plate=MNO-6739 action=IN +2024-04-05 21:53 gate=north plate=VWX-0562 action=OUT +2024-04-05 10:17 gate=north plate=STU-3400 action=OUT +2024-04-05 20:04 gate=north plate=FGH-3241 action=IN +2024-04-05 07:44 gate=north plate=CDE-1072 action=OUT +2024-04-05 12:43 gate=north plate=BRZ-2381 action=IN +2024-04-05 22:30 gate=north plate=VWX-0562 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d63a6c28c2b1c14e3f13b07eee54cdc8f9f939de --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-01.log @@ -0,0 +1,18 @@ +2024-04-01 07:51 gate=south plate=FGH-9172 action=OUT +2024-04-01 16:10 gate=south plate=MNO-6739 action=IN +2024-04-01 10:25 gate=south plate=BRZ-2381 action=OUT +2024-04-01 09:09 gate=south plate=CDE-1072 action=OUT +2024-04-01 14:42 gate=south plate=CDE-4645 action=IN +2024-04-01 06:09 gate=south plate=FGH-6481 action=OUT +2024-04-01 20:03 gate=south plate=BRZ-2381 action=OUT +2024-04-01 22:19 gate=south plate=CDE-5760 action=OUT +2024-04-01 17:44 gate=south plate=VWX-0562 action=OUT +2024-04-01 22:17 gate=south plate=BRZ-2381 action=IN +2024-04-01 10:29 gate=south plate=FGH-3241 action=IN +2024-04-01 07:18 gate=south plate=MNO-4506 action=IN +2024-04-01 22:06 gate=south plate=VWX-0712 action=OUT +2024-04-01 10:24 gate=south plate=BRZ-7143 action=OUT +2024-04-01 13:57 gate=south plate=CDE-5760 action=IN +2024-04-01 13:12 gate=south plate=MNO-4506 action=OUT +2024-04-01 20:11 gate=south plate=FGH-6481 action=IN +2024-04-01 15:02 gate=south plate=MNO-4506 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ce81894cf0e3946f0e6bdc053f8e7432aa724565 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02 22:01 gate=south plate=PQR-7580 action=OUT +2024-04-02 09:37 gate=south plate=JKL-3180 action=IN +2024-04-02 13:57 gate=south plate=FGH-9172 action=OUT +2024-04-02 09:47 gate=south plate=PQR-7580 action=IN +2024-04-02 11:05 gate=south plate=JKL-3180 action=OUT +2024-04-02 12:02 gate=south plate=FGH-9172 action=OUT +2024-04-02 14:41 gate=south plate=BRZ-4895 action=IN +2024-04-02 22:33 gate=south plate=BRZ-4895 action=IN +2024-04-02 11:26 gate=south plate=MNO-6739 action=IN +2024-04-02 20:24 gate=south plate=MNO-4041 action=OUT +2024-04-02 10:49 gate=south plate=STU-8156 action=OUT +2024-04-02 18:49 gate=south plate=JKL-3794 action=OUT +2024-04-02 12:43 gate=south plate=STU-8156 action=IN +2024-04-02 17:05 gate=south plate=JKL-3180 action=OUT +2024-04-02 17:54 gate=south plate=STU-3055 action=IN +2024-04-02 07:55 gate=south plate=JKL-0364 action=OUT +2024-04-02 22:51 gate=south plate=JKL-9497 action=IN +2024-04-02 22:18 gate=south plate=FGH-9172 action=IN +2024-04-02 19:23 gate=south plate=JKL-3794 action=IN +2024-04-02 20:37 gate=south plate=VWX-9126 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..f912064e676e1a1d534883546c0f0b042c760380 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03 19:59 gate=south plate=CDE-5760 action=OUT +2024-04-03 11:33 gate=south plate=JKL-3794 action=IN +2024-04-03 16:10 gate=south plate=FGH-1489 action=IN +2024-04-03 20:20 gate=south plate=JKL-0364 action=IN +2024-04-03 10:53 gate=south plate=STU-6643 action=OUT +2024-04-03 20:41 gate=south plate=BRZ-2381 action=OUT +2024-04-03 17:09 gate=south plate=FGH-3241 action=OUT +2024-04-03 17:26 gate=south plate=STU-6643 action=IN +2024-04-03 11:43 gate=south plate=CDE-1072 action=IN +2024-04-03 06:40 gate=south plate=FGH-1489 action=IN +2024-04-03 20:25 gate=south plate=JKL-3794 action=IN +2024-04-03 07:00 gate=south plate=JKL-3180 action=IN +2024-04-03 11:37 gate=south plate=MNO-6739 action=IN +2024-04-03 17:50 gate=south plate=FGH-6481 action=OUT +2024-04-03 12:48 gate=south plate=STU-6643 action=OUT +2024-04-03 08:56 gate=south plate=PQR-7580 action=OUT +2024-04-03 06:41 gate=south plate=MNO-4041 action=OUT +2024-04-03 15:39 gate=south plate=FGH-9172 action=IN +2024-04-03 13:46 gate=south plate=STU-9797 action=OUT +2024-04-03 07:02 gate=south plate=STU-3055 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..8f2bd91717108bf65aa58e57a785f02a51097ff3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-04.log @@ -0,0 +1,21 @@ +2024-04-04 20:44 gate=south plate=CDE-1072 action=IN +2024-04-04 08:34 gate=south plate=FGH-9172 action=OUT +2024-04-04 14:25 gate=south plate=VWX-0562 action=OUT +2024-04-04 08:07 gate=south plate=MNO-4041 action=OUT +2024-04-04 14:51 gate=south plate=JKL-3794 action=IN +2024-04-04 22:49 gate=south plate=CDE-1045 action=OUT +2024-04-04 16:01 gate=south plate=STU-3400 action=OUT +2024-04-04 15:31 gate=south plate=MNO-6739 action=IN +2024-04-04 06:48 gate=south plate=STU-8156 action=IN +2024-04-04 10:32 gate=south plate=VWX-0562 action=IN +2024-04-04 14:15 gate=south plate=FGH-1489 action=IN +2024-04-04 09:23 gate=south plate=STU-6643 action=IN +2024-04-04 21:28 gate=south plate=MNO-6739 action=IN +2024-04-04 17:31 gate=south plate=STU-9797 action=IN +2024-04-04 07:00 gate=south plate=STU-3650 action=IN +2024-04-04 22:09 gate=south plate=YZA-8838 action=IN +2024-04-04 07:50 gate=south plate=JKL-0364 action=IN +2024-04-04 12:20 gate=south plate=VWX-0562 action=OUT +2024-04-04 22:46 gate=south plate=PQR-7580 action=IN +2024-04-04 12:11 gate=south plate=BRZ-2381 action=OUT +2024-04-04 22:03 gate=south plate=JKL-9497 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..314c2eb720166d8ae7261ede65f2ae947d55fa47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/south/2024-04-05.log @@ -0,0 +1,20 @@ +2024-04-05 10:14 gate=south plate=FGH-9172 action=OUT +2024-04-05 06:20 gate=south plate=VWX-9126 action=IN +2024-04-05 11:32 gate=south plate=VWX-9126 action=OUT +2024-04-05 19:39 gate=south plate=STU-6643 action=IN +2024-04-05 13:09 gate=south plate=STU-3400 action=IN +2024-04-05 08:22 gate=south plate=STU-3400 action=IN +2024-04-05 10:01 gate=south plate=STU-6643 action=IN +2024-04-05 10:22 gate=south plate=CDE-5760 action=IN +2024-04-05 19:32 gate=south plate=STU-9797 action=IN +2024-04-05 18:37 gate=south plate=VWX-9126 action=IN +2024-04-05 18:18 gate=south plate=STU-3055 action=OUT +2024-04-05 07:45 gate=south plate=VWX-0712 action=OUT +2024-04-05 17:54 gate=south plate=BRZ-7143 action=IN +2024-04-05 09:16 gate=south plate=BRZ-7143 action=IN +2024-04-05 18:04 gate=south plate=CDE-4645 action=OUT +2024-04-05 17:54 gate=south plate=CDE-1072 action=OUT +2024-04-05 09:46 gate=south plate=STU-6643 action=IN +2024-04-05 09:35 gate=south plate=STU-6643 action=IN +2024-04-05 18:31 gate=south plate=YZA-8838 action=OUT +2024-04-05 18:50 gate=south plate=STU-3650 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9424cffb2b685866e21678ba10d589a9e6dae227 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-01.log @@ -0,0 +1,15 @@ +2024-04-01 08:50 gate=west plate=MNO-6739 action=OUT +2024-04-01 11:54 gate=west plate=CDE-1072 action=OUT +2024-04-01 06:40 gate=west plate=VWX-0712 action=IN +2024-04-01 21:36 gate=west plate=FGH-3241 action=IN +2024-04-01 11:44 gate=west plate=FGH-6481 action=IN +2024-04-01 22:37 gate=west plate=BRZ-2381 action=OUT +2024-04-01 07:18 gate=west plate=YZA-8838 action=OUT +2024-04-01 07:14 gate=west plate=CDE-1045 action=OUT +2024-04-01 06:51 gate=west plate=STU-3400 action=OUT +2024-04-01 09:04 gate=west plate=JKL-3794 action=OUT +2024-04-01 07:10 gate=west plate=BRZ-4895 action=OUT +2024-04-01 13:27 gate=west plate=VWX-0712 action=IN +2024-04-01 08:02 gate=west plate=JKL-9497 action=IN +2024-04-01 21:13 gate=west plate=MNO-6739 action=OUT +2024-04-01 08:09 gate=west plate=JKL-9497 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..25f668164a51867621df56866a3e445942973c15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-02.log @@ -0,0 +1,18 @@ +2024-04-02 09:55 gate=west plate=VWX-0562 action=OUT +2024-04-02 22:11 gate=west plate=BRZ-2381 action=OUT +2024-04-02 20:19 gate=west plate=STU-3650 action=IN +2024-04-02 19:19 gate=west plate=BRZ-2381 action=OUT +2024-04-02 17:04 gate=west plate=STU-8156 action=IN +2024-04-02 14:50 gate=west plate=MNO-6739 action=IN +2024-04-02 16:33 gate=west plate=VWX-9126 action=OUT +2024-04-02 06:39 gate=west plate=CDE-1072 action=OUT +2024-04-02 18:50 gate=west plate=STU-9797 action=IN +2024-04-02 12:33 gate=west plate=BRZ-2381 action=OUT +2024-04-02 10:18 gate=west plate=FGH-1489 action=IN +2024-04-02 09:50 gate=west plate=YZA-8838 action=IN +2024-04-02 18:00 gate=west plate=JKL-3180 action=IN +2024-04-02 14:40 gate=west plate=FGH-6481 action=OUT +2024-04-02 17:13 gate=west plate=FGH-1489 action=OUT +2024-04-02 09:19 gate=west plate=CDE-1072 action=IN +2024-04-02 06:17 gate=west plate=FGH-1489 action=OUT +2024-04-02 15:31 gate=west plate=VWX-0712 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..899059442e14581461722978394ba14156d22ceb --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03 20:57 gate=west plate=STU-9797 action=IN +2024-04-03 17:40 gate=west plate=CDE-1045 action=IN +2024-04-03 06:18 gate=west plate=MNO-6739 action=IN +2024-04-03 21:42 gate=west plate=MNO-4506 action=OUT +2024-04-03 06:15 gate=west plate=CDE-1045 action=IN +2024-04-03 19:04 gate=west plate=STU-9797 action=IN +2024-04-03 17:22 gate=west plate=JKL-3794 action=OUT +2024-04-03 16:23 gate=west plate=AAA-4255 action=IN +2024-04-03 13:28 gate=west plate=BRZ-2381 action=OUT +2024-04-03 06:50 gate=west plate=CDE-5760 action=OUT +2024-04-03 14:33 gate=west plate=BRZ-2381 action=OUT +2024-04-03 21:18 gate=west plate=FGH-9172 action=IN +2024-04-03 19:20 gate=west plate=BRZ-7143 action=OUT +2024-04-03 07:37 gate=west plate=CDE-5760 action=IN +2024-04-03 08:14 gate=west plate=CDE-1045 action=IN +2024-04-03 17:15 gate=west plate=VWX-0712 action=OUT +2024-04-03 11:01 gate=west plate=FGH-1489 action=OUT +2024-04-03 07:40 gate=west plate=STU-3055 action=OUT +2024-04-03 22:16 gate=west plate=FGH-1489 action=IN +2024-04-03 15:12 gate=west plate=MNO-4506 action=OUT +2024-04-03 15:28 gate=west plate=AAA-4255 action=OUT +2024-04-03 08:48 gate=west plate=CDE-1072 action=OUT +2024-04-03 18:15 gate=west plate=FGH-1489 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..9693c6476ee5644b9a01585b212e5552b7cb6586 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04 15:59 gate=west plate=STU-8156 action=OUT +2024-04-04 21:08 gate=west plate=FGH-1489 action=OUT +2024-04-04 08:58 gate=west plate=CDE-5760 action=OUT +2024-04-04 15:13 gate=west plate=CDE-5760 action=OUT +2024-04-04 17:18 gate=west plate=STU-6643 action=OUT +2024-04-04 08:06 gate=west plate=CDE-1072 action=OUT +2024-04-04 09:42 gate=west plate=MNO-6739 action=IN +2024-04-04 13:38 gate=west plate=JKL-0364 action=OUT +2024-04-04 11:29 gate=west plate=STU-3650 action=OUT +2024-04-04 20:05 gate=west plate=VWX-0712 action=OUT +2024-04-04 18:48 gate=west plate=VWX-0562 action=IN +2024-04-04 06:20 gate=west plate=JKL-9497 action=IN +2024-04-04 20:01 gate=west plate=BRZ-4895 action=IN +2024-04-04 22:43 gate=west plate=VWX-9126 action=IN +2024-04-04 11:02 gate=west plate=CDE-5760 action=OUT +2024-04-04 07:14 gate=west plate=STU-6643 action=OUT +2024-04-04 18:17 gate=west plate=CDE-1045 action=OUT +2024-04-04 15:57 gate=west plate=STU-3650 action=IN +2024-04-04 08:42 gate=west plate=AAA-4255 action=OUT +2024-04-04 11:28 gate=west plate=VWX-9126 action=IN +2024-04-04 20:27 gate=west plate=AAA-4255 action=IN +2024-04-04 09:15 gate=west plate=JKL-3180 action=OUT +2024-04-04 19:15 gate=west plate=STU-9797 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..bc1917bd7e707879edc946b25cdbf82569db5715 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/parking/west/2024-04-05.log @@ -0,0 +1,18 @@ +2024-04-05 06:03 gate=west plate=JKL-9497 action=OUT +2024-04-05 14:07 gate=west plate=MNO-6739 action=OUT +2024-04-05 15:30 gate=west plate=VWX-0712 action=IN +2024-04-05 13:42 gate=west plate=VWX-0712 action=IN +2024-04-05 20:12 gate=west plate=CDE-4645 action=IN +2024-04-05 09:04 gate=west plate=MNO-6739 action=IN +2024-04-05 18:46 gate=west plate=CDE-1072 action=IN +2024-04-05 16:02 gate=west plate=MNO-4506 action=OUT +2024-04-05 06:41 gate=west plate=STU-8156 action=IN +2024-04-05 20:23 gate=west plate=FGH-1489 action=OUT +2024-04-05 13:53 gate=west plate=FGH-1489 action=OUT +2024-04-05 14:59 gate=west plate=STU-8156 action=OUT +2024-04-05 10:47 gate=west plate=STU-3400 action=OUT +2024-04-05 15:17 gate=west plate=YZA-8838 action=IN +2024-04-05 14:40 gate=west plate=MNO-4506 action=IN +2024-04-05 14:36 gate=west plate=FGH-6481 action=IN +2024-04-05 20:48 gate=west plate=STU-3400 action=OUT +2024-04-05 14:17 gate=west plate=VWX-0712 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7b2208e5d5671329f0eac962e9fdcfb3b643c828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-01.log @@ -0,0 +1,24 @@ +2024-04-01 19:40 gate=east plate=VWX-9126 action=IN +2024-04-01 12:30 gate=east plate=BRZ-4895 action=OUT +2024-04-01 08:30 gate=east plate=STU-8156 action=OUT +2024-04-01 18:09 gate=east plate=CDE-1072 action=OUT +2024-04-01 06:12 gate=east plate=BRZ-4895 action=IN +2024-04-01 13:26 gate=east plate=STU-6643 action=IN +2024-04-01 20:05 gate=east plate=JKL-3180 action=OUT +2024-04-01 09:45 gate=east plate=VWX-0562 action=OUT +2024-04-01 20:08 gate=east plate=CDE-5760 action=IN +2024-04-01 18:45 gate=east plate=CDE-4645 action=OUT +2024-04-01 14:16 gate=east plate=MNO-4506 action=IN +2024-04-01 19:06 gate=east plate=MNO-4041 action=IN +2024-04-01 20:11 gate=east plate=FGH-3241 action=IN +2024-04-01 10:04 gate=east plate=YZA-8838 action=IN +2024-04-01 21:32 gate=east plate=STU-9797 action=OUT +2024-04-01 09:40 gate=east plate=MNO-6739 action=OUT +2024-04-01 12:34 gate=east plate=VWX-0562 action=IN +2024-04-01 22:22 gate=east plate=CDE-1072 action=OUT +2024-04-01 20:39 gate=east plate=VWX-9126 action=IN +2024-04-01 10:31 gate=east plate=MNO-4041 action=OUT +2024-04-01 17:23 gate=east plate=MNO-6739 action=IN +2024-04-01 12:44 gate=east plate=VWX-0712 action=OUT +2024-04-01 10:55 gate=east plate=VWX-0712 action=OUT +2024-04-01 12:50 gate=east plate=MNO-4041 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..8dda968485f92a8dfe1cd4fd03c5768b81f6e3f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-02.log @@ -0,0 +1,24 @@ +2024-04-02 20:12 gate=east plate=AAA-4255 action=IN +2024-04-02 17:47 gate=east plate=JKL-0364 action=IN +2024-04-02 06:06 gate=east plate=CDE-1045 action=OUT +2024-04-02 12:27 gate=east plate=JKL-3794 action=OUT +2024-04-02 14:13 gate=east plate=CDE-5760 action=OUT +2024-04-02 10:27 gate=east plate=BRZ-4895 action=OUT +2024-04-02 22:54 gate=east plate=MNO-4506 action=OUT +2024-04-02 08:22 gate=east plate=BRZ-7143 action=OUT +2024-04-02 13:48 gate=east plate=STU-9797 action=IN +2024-04-02 17:43 gate=east plate=VWX-9126 action=OUT +2024-04-02 22:51 gate=east plate=FGH-6481 action=OUT +2024-04-02 12:07 gate=east plate=STU-3650 action=IN +2024-04-02 07:56 gate=east plate=BRZ-2381 action=OUT +2024-04-02 20:06 gate=east plate=BRZ-4895 action=IN +2024-04-02 18:36 gate=east plate=CDE-1072 action=OUT +2024-04-02 08:00 gate=east plate=FGH-1489 action=IN +2024-04-02 21:55 gate=east plate=CDE-1045 action=OUT +2024-04-02 19:08 gate=east plate=STU-3650 action=OUT +2024-04-02 22:58 gate=east plate=CDE-4645 action=OUT +2024-04-02 12:57 gate=east plate=VWX-0562 action=OUT +2024-04-02 13:44 gate=east plate=MNO-4506 action=OUT +2024-04-02 22:40 gate=east plate=FGH-3241 action=OUT +2024-04-02 15:53 gate=east plate=FGH-6481 action=IN +2024-04-02 17:59 gate=east plate=FGH-1489 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..3d6cec6ccd737af8eecdbd5b7fa85be18aac1b05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03 10:17 gate=east plate=JKL-3794 action=OUT +2024-04-03 07:53 gate=east plate=STU-9797 action=IN +2024-04-03 15:51 gate=east plate=FGH-6481 action=IN +2024-04-03 13:27 gate=east plate=BRZ-4895 action=OUT +2024-04-03 18:00 gate=east plate=STU-6643 action=OUT +2024-04-03 18:41 gate=east plate=CDE-5760 action=IN +2024-04-03 08:18 gate=east plate=STU-9797 action=OUT +2024-04-03 22:40 gate=east plate=JKL-9497 action=OUT +2024-04-03 19:46 gate=east plate=BRZ-7143 action=IN +2024-04-03 08:32 gate=east plate=JKL-9497 action=IN +2024-04-03 10:23 gate=east plate=AAA-4255 action=IN +2024-04-03 09:08 gate=east plate=JKL-3180 action=OUT +2024-04-03 13:41 gate=east plate=MNO-6739 action=OUT +2024-04-03 16:39 gate=east plate=VWX-9126 action=OUT +2024-04-03 09:35 gate=east plate=CDE-4645 action=IN +2024-04-03 08:36 gate=east plate=JKL-9497 action=OUT +2024-04-03 07:13 gate=east plate=CDE-4645 action=IN +2024-04-03 21:04 gate=east plate=STU-9797 action=OUT +2024-04-03 13:46 gate=east plate=STU-6643 action=OUT +2024-04-03 22:56 gate=east plate=BRZ-7143 action=OUT +2024-04-03 14:26 gate=east plate=STU-8156 action=OUT +2024-04-03 20:52 gate=east plate=BRZ-4895 action=IN +2024-04-03 09:56 gate=east plate=STU-3400 action=OUT +2024-04-03 17:12 gate=east plate=STU-9797 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..67c02be1d1f156dd21950c1241bfedbc45358b32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-04.log @@ -0,0 +1,18 @@ +2024-04-04 08:43 gate=east plate=AAA-4255 action=IN +2024-04-04 06:19 gate=east plate=YZA-8838 action=OUT +2024-04-04 07:23 gate=east plate=MNO-6739 action=OUT +2024-04-04 17:05 gate=east plate=BRZ-4895 action=OUT +2024-04-04 09:13 gate=east plate=JKL-9497 action=OUT +2024-04-04 14:32 gate=east plate=JKL-0364 action=IN +2024-04-04 18:44 gate=east plate=STU-6643 action=IN +2024-04-04 09:05 gate=east plate=STU-8156 action=OUT +2024-04-04 11:33 gate=east plate=JKL-9497 action=IN +2024-04-04 14:32 gate=east plate=JKL-3794 action=OUT +2024-04-04 14:03 gate=east plate=STU-9797 action=IN +2024-04-04 10:19 gate=east plate=JKL-9497 action=IN +2024-04-04 20:42 gate=east plate=STU-3400 action=OUT +2024-04-04 16:36 gate=east plate=YZA-8838 action=IN +2024-04-04 10:28 gate=east plate=JKL-9497 action=OUT +2024-04-04 06:54 gate=east plate=BRZ-7143 action=IN +2024-04-04 09:08 gate=east plate=STU-6643 action=IN +2024-04-04 17:31 gate=east plate=MNO-4041 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..df7d195272dd52e597bd98c6c4ddff7a7a3c7c4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/east/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05 17:42 gate=east plate=VWX-9126 action=IN +2024-04-05 11:06 gate=east plate=BRZ-2381 action=IN +2024-04-05 10:58 gate=east plate=FGH-1489 action=IN +2024-04-05 21:58 gate=east plate=JKL-3180 action=IN +2024-04-05 16:09 gate=east plate=FGH-6481 action=IN +2024-04-05 19:11 gate=east plate=MNO-4506 action=IN +2024-04-05 19:54 gate=east plate=PQR-7580 action=IN +2024-04-05 20:01 gate=east plate=CDE-1045 action=IN +2024-04-05 15:37 gate=east plate=PQR-7580 action=OUT +2024-04-05 19:21 gate=east plate=STU-8156 action=OUT +2024-04-05 08:16 gate=east plate=VWX-9126 action=OUT +2024-04-05 16:57 gate=east plate=FGH-6481 action=OUT +2024-04-05 18:08 gate=east plate=FGH-3241 action=IN +2024-04-05 19:04 gate=east plate=VWX-0712 action=IN +2024-04-05 06:45 gate=east plate=CDE-1072 action=IN +2024-04-05 14:37 gate=east plate=AAA-4255 action=IN +2024-04-05 16:38 gate=east plate=STU-3650 action=OUT +2024-04-05 09:06 gate=east plate=BRZ-4895 action=IN +2024-04-05 16:14 gate=east plate=FGH-9172 action=IN +2024-04-05 09:01 gate=east plate=BRZ-7143 action=IN +2024-04-05 06:08 gate=east plate=JKL-3794 action=IN +2024-04-05 06:24 gate=east plate=JKL-9497 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..f68ee8e81e7cdb576e5305014a8e8f0e94b8c1e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-01.log @@ -0,0 +1,19 @@ +2024-04-01 17:17 gate=main plate=AAA-4255 action=IN +2024-04-01 16:10 gate=main plate=VWX-0562 action=IN +2024-04-01 09:25 gate=main plate=FGH-3241 action=OUT +2024-04-01 22:01 gate=main plate=JKL-3794 action=IN +2024-04-01 14:27 gate=main plate=FGH-3241 action=OUT +2024-04-01 09:52 gate=main plate=MNO-4041 action=IN +2024-04-01 08:01 gate=main plate=CDE-1072 action=OUT +2024-04-01 19:58 gate=main plate=STU-3400 action=OUT +2024-04-01 18:37 gate=main plate=BRZ-4895 action=OUT +2024-04-01 13:46 gate=main plate=FGH-3241 action=IN +2024-04-01 20:28 gate=main plate=JKL-3794 action=OUT +2024-04-01 17:53 gate=main plate=YZA-8838 action=IN +2024-04-01 21:48 gate=main plate=STU-3055 action=IN +2024-04-01 16:09 gate=main plate=MNO-6739 action=OUT +2024-04-01 18:05 gate=main plate=VWX-9126 action=IN +2024-04-01 16:38 gate=main plate=YZA-8838 action=IN +2024-04-01 18:02 gate=main plate=VWX-9126 action=IN +2024-04-01 22:08 gate=main plate=PQR-7580 action=IN +2024-04-01 13:35 gate=main plate=FGH-6481 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7cc06ffcbed85c56758b8cc793d45e0ad0e5451d --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-02.log @@ -0,0 +1,16 @@ +2024-04-02 09:44 gate=main plate=VWX-0712 action=OUT +2024-04-02 06:45 gate=main plate=FGH-1489 action=OUT +2024-04-02 14:47 gate=main plate=BRZ-2381 action=OUT +2024-04-02 13:23 gate=main plate=STU-9797 action=IN +2024-04-02 06:47 gate=main plate=STU-3055 action=IN +2024-04-02 12:47 gate=main plate=MNO-4041 action=IN +2024-04-02 11:39 gate=main plate=VWX-0562 action=OUT +2024-04-02 13:06 gate=main plate=STU-8156 action=IN +2024-04-02 08:30 gate=main plate=FGH-9172 action=IN +2024-04-02 06:32 gate=main plate=CDE-4645 action=OUT +2024-04-02 08:37 gate=main plate=JKL-0364 action=IN +2024-04-02 07:21 gate=main plate=BRZ-4895 action=OUT +2024-04-02 20:19 gate=main plate=JKL-3180 action=IN +2024-04-02 15:11 gate=main plate=JKL-3794 action=OUT +2024-04-02 12:43 gate=main plate=FGH-9172 action=IN +2024-04-02 06:33 gate=main plate=JKL-3794 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a7d901e077743e63ec8a44f0b69695c9cb5a0a57 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-03.log @@ -0,0 +1,16 @@ +2024-04-03 16:31 gate=main plate=STU-9797 action=IN +2024-04-03 11:26 gate=main plate=STU-3650 action=IN +2024-04-03 13:07 gate=main plate=VWX-0562 action=IN +2024-04-03 21:35 gate=main plate=JKL-9497 action=OUT +2024-04-03 17:23 gate=main plate=STU-3400 action=IN +2024-04-03 13:02 gate=main plate=AAA-4255 action=OUT +2024-04-03 09:58 gate=main plate=CDE-5760 action=OUT +2024-04-03 22:50 gate=main plate=VWX-9126 action=IN +2024-04-03 11:16 gate=main plate=STU-9797 action=OUT +2024-04-03 21:27 gate=main plate=STU-9797 action=IN +2024-04-03 17:21 gate=main plate=STU-3650 action=OUT +2024-04-03 21:25 gate=main plate=JKL-9497 action=OUT +2024-04-03 18:04 gate=main plate=STU-8156 action=IN +2024-04-03 19:33 gate=main plate=VWX-0712 action=IN +2024-04-03 14:24 gate=main plate=MNO-6739 action=IN +2024-04-03 12:12 gate=main plate=BRZ-4895 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..4671dbac94df0e8a5fbde5ebe867d7d3c3ae4036 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-04.log @@ -0,0 +1,22 @@ +2024-04-04 16:06 gate=main plate=STU-3400 action=IN +2024-04-04 19:45 gate=main plate=MNO-6739 action=OUT +2024-04-04 11:21 gate=main plate=FGH-3241 action=IN +2024-04-04 20:28 gate=main plate=YZA-8838 action=OUT +2024-04-04 07:02 gate=main plate=CDE-4645 action=OUT +2024-04-04 12:46 gate=main plate=YZA-8838 action=OUT +2024-04-04 14:53 gate=main plate=AAA-4255 action=OUT +2024-04-04 13:33 gate=main plate=CDE-5760 action=OUT +2024-04-04 22:08 gate=main plate=BRZ-2381 action=IN +2024-04-04 11:52 gate=main plate=STU-6643 action=IN +2024-04-04 11:17 gate=main plate=STU-3055 action=IN +2024-04-04 15:45 gate=main plate=STU-3400 action=IN +2024-04-04 08:14 gate=main plate=PQR-7580 action=IN +2024-04-04 09:29 gate=main plate=JKL-9497 action=IN +2024-04-04 18:28 gate=main plate=AAA-4255 action=IN +2024-04-04 09:13 gate=main plate=JKL-0364 action=IN +2024-04-04 21:16 gate=main plate=FGH-6481 action=OUT +2024-04-04 14:49 gate=main plate=MNO-6739 action=OUT +2024-04-04 18:34 gate=main plate=STU-9797 action=IN +2024-04-04 13:23 gate=main plate=STU-6643 action=OUT +2024-04-04 09:26 gate=main plate=CDE-1072 action=OUT +2024-04-04 11:07 gate=main plate=MNO-4041 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..98e38533648cc50667e6867b22c9a22c5a30cb29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/main/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05 12:02 gate=main plate=JKL-3794 action=IN +2024-04-05 14:44 gate=main plate=JKL-0364 action=OUT +2024-04-05 06:59 gate=main plate=VWX-0562 action=OUT +2024-04-05 16:53 gate=main plate=STU-3650 action=OUT +2024-04-05 16:49 gate=main plate=BRZ-2381 action=OUT +2024-04-05 12:49 gate=main plate=JKL-0364 action=IN +2024-04-05 15:05 gate=main plate=BRZ-2381 action=IN +2024-04-05 13:10 gate=main plate=STU-3650 action=IN +2024-04-05 12:25 gate=main plate=STU-8156 action=IN +2024-04-05 15:06 gate=main plate=FGH-9172 action=OUT +2024-04-05 17:12 gate=main plate=MNO-4041 action=OUT +2024-04-05 10:57 gate=main plate=CDE-1072 action=IN +2024-04-05 18:57 gate=main plate=JKL-3794 action=OUT +2024-04-05 22:29 gate=main plate=BRZ-7143 action=IN +2024-04-05 21:16 gate=main plate=BRZ-4895 action=OUT +2024-04-05 10:45 gate=main plate=MNO-4041 action=IN +2024-04-05 16:49 gate=main plate=YZA-8838 action=IN +2024-04-05 10:30 gate=main plate=FGH-3241 action=IN +2024-04-05 07:21 gate=main plate=STU-8156 action=OUT +2024-04-05 22:26 gate=main plate=CDE-5760 action=OUT +2024-04-05 17:40 gate=main plate=CDE-1072 action=IN +2024-04-05 12:35 gate=main plate=AAA-4255 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..cdce9dca6b57dafe8cf8c123169a7575fe997325 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-01.log @@ -0,0 +1,18 @@ +2024-04-01 09:34 gate=north plate=BRZ-7143 action=OUT +2024-04-01 09:24 gate=north plate=STU-9797 action=OUT +2024-04-01 22:40 gate=north plate=JKL-9497 action=IN +2024-04-01 08:14 gate=north plate=STU-9797 action=IN +2024-04-01 07:54 gate=north plate=CDE-5760 action=IN +2024-04-01 09:14 gate=north plate=VWX-0712 action=IN +2024-04-01 07:37 gate=north plate=JKL-0364 action=OUT +2024-04-01 11:09 gate=north plate=MNO-4041 action=OUT +2024-04-01 12:48 gate=north plate=STU-8156 action=IN +2024-04-01 20:57 gate=north plate=STU-3055 action=IN +2024-04-01 07:22 gate=north plate=BRZ-4895 action=IN +2024-04-01 20:51 gate=north plate=JKL-3180 action=OUT +2024-04-01 15:27 gate=north plate=MNO-4041 action=IN +2024-04-01 11:23 gate=north plate=BRZ-2381 action=OUT +2024-04-01 21:49 gate=north plate=JKL-9497 action=IN +2024-04-01 16:48 gate=north plate=CDE-5760 action=OUT +2024-04-01 07:52 gate=north plate=STU-8156 action=OUT +2024-04-01 07:07 gate=north plate=BRZ-7143 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..c6d2e248d19c221fe98ba4f69378acd8fa3ea6e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-02.log @@ -0,0 +1,19 @@ +2024-04-02 11:21 gate=north plate=BRZ-4895 action=IN +2024-04-02 17:08 gate=north plate=PQR-7580 action=OUT +2024-04-02 21:03 gate=north plate=JKL-9497 action=OUT +2024-04-02 07:57 gate=north plate=AAA-4255 action=OUT +2024-04-02 16:55 gate=north plate=CDE-1045 action=OUT +2024-04-02 16:53 gate=north plate=BRZ-7143 action=IN +2024-04-02 08:49 gate=north plate=PQR-7580 action=OUT +2024-04-02 10:04 gate=north plate=VWX-0562 action=IN +2024-04-02 13:24 gate=north plate=STU-3055 action=IN +2024-04-02 12:57 gate=north plate=VWX-9126 action=OUT +2024-04-02 21:32 gate=north plate=JKL-3180 action=IN +2024-04-02 15:23 gate=north plate=VWX-0712 action=OUT +2024-04-02 12:21 gate=north plate=STU-9797 action=OUT +2024-04-02 15:04 gate=north plate=BRZ-4895 action=IN +2024-04-02 16:46 gate=north plate=STU-6643 action=OUT +2024-04-02 15:33 gate=north plate=PQR-7580 action=IN +2024-04-02 22:41 gate=north plate=MNO-6739 action=OUT +2024-04-02 15:32 gate=north plate=CDE-5760 action=OUT +2024-04-02 06:50 gate=north plate=MNO-4506 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..ebc612815c77c6f16f4fde60383cc22e6165f269 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-03.log @@ -0,0 +1,15 @@ +2024-04-03 17:13 gate=north plate=PQR-7580 action=OUT +2024-04-03 16:08 gate=north plate=MNO-4506 action=OUT +2024-04-03 20:42 gate=north plate=PQR-7580 action=IN +2024-04-03 15:20 gate=north plate=MNO-6739 action=IN +2024-04-03 13:09 gate=north plate=STU-8156 action=OUT +2024-04-03 09:04 gate=north plate=PQR-7580 action=OUT +2024-04-03 11:12 gate=north plate=VWX-9126 action=IN +2024-04-03 14:17 gate=north plate=FGH-3241 action=IN +2024-04-03 07:57 gate=north plate=CDE-5760 action=OUT +2024-04-03 19:58 gate=north plate=VWX-9126 action=OUT +2024-04-03 21:19 gate=north plate=STU-6643 action=IN +2024-04-03 10:41 gate=north plate=BRZ-2381 action=IN +2024-04-03 13:31 gate=north plate=MNO-4506 action=OUT +2024-04-03 07:43 gate=north plate=CDE-5760 action=OUT +2024-04-03 14:49 gate=north plate=JKL-0364 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..4089d49cbe76c0937a5564422b6bf1ff536f327b --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-04.log @@ -0,0 +1,20 @@ +2024-04-04 18:54 gate=north plate=FGH-3241 action=OUT +2024-04-04 12:19 gate=north plate=CDE-5760 action=IN +2024-04-04 08:28 gate=north plate=PQR-7580 action=OUT +2024-04-04 22:59 gate=north plate=BRZ-7143 action=OUT +2024-04-04 16:44 gate=north plate=STU-3055 action=OUT +2024-04-04 11:55 gate=north plate=PQR-7580 action=IN +2024-04-04 06:28 gate=north plate=STU-6643 action=OUT +2024-04-04 08:48 gate=north plate=AAA-4255 action=OUT +2024-04-04 22:55 gate=north plate=STU-3650 action=OUT +2024-04-04 09:40 gate=north plate=FGH-3241 action=IN +2024-04-04 17:09 gate=north plate=PQR-7580 action=OUT +2024-04-04 09:02 gate=north plate=FGH-6481 action=IN +2024-04-04 11:58 gate=north plate=MNO-4506 action=OUT +2024-04-04 07:19 gate=north plate=MNO-4041 action=IN +2024-04-04 15:18 gate=north plate=STU-3400 action=OUT +2024-04-04 12:34 gate=north plate=STU-9797 action=OUT +2024-04-04 12:40 gate=north plate=STU-8156 action=IN +2024-04-04 06:12 gate=north plate=CDE-5760 action=OUT +2024-04-04 10:24 gate=north plate=CDE-5760 action=IN +2024-04-04 19:05 gate=north plate=MNO-4041 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..217553501f522cec32f5b51f5c3e6bf9e8e10b4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/north/2024-04-05.log @@ -0,0 +1,18 @@ +2024-04-05 21:49 gate=north plate=MNO-4506 action=OUT +2024-04-05 14:35 gate=north plate=VWX-0712 action=IN +2024-04-05 12:05 gate=north plate=FGH-9172 action=OUT +2024-04-05 08:17 gate=north plate=VWX-0712 action=IN +2024-04-05 19:22 gate=north plate=MNO-6739 action=OUT +2024-04-05 18:03 gate=north plate=BRZ-4895 action=OUT +2024-04-05 17:04 gate=north plate=FGH-6481 action=IN +2024-04-05 14:10 gate=north plate=FGH-9172 action=OUT +2024-04-05 21:16 gate=north plate=STU-8156 action=OUT +2024-04-05 08:21 gate=north plate=FGH-9172 action=OUT +2024-04-05 08:32 gate=north plate=MNO-6739 action=IN +2024-04-05 08:35 gate=north plate=MNO-6739 action=IN +2024-04-05 21:53 gate=north plate=VWX-0562 action=OUT +2024-04-05 10:17 gate=north plate=STU-3400 action=OUT +2024-04-05 20:04 gate=north plate=FGH-3241 action=IN +2024-04-05 07:44 gate=north plate=CDE-1072 action=OUT +2024-04-05 12:43 gate=north plate=BRZ-2381 action=IN +2024-04-05 22:30 gate=north plate=VWX-0562 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d63a6c28c2b1c14e3f13b07eee54cdc8f9f939de --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-01.log @@ -0,0 +1,18 @@ +2024-04-01 07:51 gate=south plate=FGH-9172 action=OUT +2024-04-01 16:10 gate=south plate=MNO-6739 action=IN +2024-04-01 10:25 gate=south plate=BRZ-2381 action=OUT +2024-04-01 09:09 gate=south plate=CDE-1072 action=OUT +2024-04-01 14:42 gate=south plate=CDE-4645 action=IN +2024-04-01 06:09 gate=south plate=FGH-6481 action=OUT +2024-04-01 20:03 gate=south plate=BRZ-2381 action=OUT +2024-04-01 22:19 gate=south plate=CDE-5760 action=OUT +2024-04-01 17:44 gate=south plate=VWX-0562 action=OUT +2024-04-01 22:17 gate=south plate=BRZ-2381 action=IN +2024-04-01 10:29 gate=south plate=FGH-3241 action=IN +2024-04-01 07:18 gate=south plate=MNO-4506 action=IN +2024-04-01 22:06 gate=south plate=VWX-0712 action=OUT +2024-04-01 10:24 gate=south plate=BRZ-7143 action=OUT +2024-04-01 13:57 gate=south plate=CDE-5760 action=IN +2024-04-01 13:12 gate=south plate=MNO-4506 action=OUT +2024-04-01 20:11 gate=south plate=FGH-6481 action=IN +2024-04-01 15:02 gate=south plate=MNO-4506 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ce81894cf0e3946f0e6bdc053f8e7432aa724565 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02 22:01 gate=south plate=PQR-7580 action=OUT +2024-04-02 09:37 gate=south plate=JKL-3180 action=IN +2024-04-02 13:57 gate=south plate=FGH-9172 action=OUT +2024-04-02 09:47 gate=south plate=PQR-7580 action=IN +2024-04-02 11:05 gate=south plate=JKL-3180 action=OUT +2024-04-02 12:02 gate=south plate=FGH-9172 action=OUT +2024-04-02 14:41 gate=south plate=BRZ-4895 action=IN +2024-04-02 22:33 gate=south plate=BRZ-4895 action=IN +2024-04-02 11:26 gate=south plate=MNO-6739 action=IN +2024-04-02 20:24 gate=south plate=MNO-4041 action=OUT +2024-04-02 10:49 gate=south plate=STU-8156 action=OUT +2024-04-02 18:49 gate=south plate=JKL-3794 action=OUT +2024-04-02 12:43 gate=south plate=STU-8156 action=IN +2024-04-02 17:05 gate=south plate=JKL-3180 action=OUT +2024-04-02 17:54 gate=south plate=STU-3055 action=IN +2024-04-02 07:55 gate=south plate=JKL-0364 action=OUT +2024-04-02 22:51 gate=south plate=JKL-9497 action=IN +2024-04-02 22:18 gate=south plate=FGH-9172 action=IN +2024-04-02 19:23 gate=south plate=JKL-3794 action=IN +2024-04-02 20:37 gate=south plate=VWX-9126 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..f912064e676e1a1d534883546c0f0b042c760380 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03 19:59 gate=south plate=CDE-5760 action=OUT +2024-04-03 11:33 gate=south plate=JKL-3794 action=IN +2024-04-03 16:10 gate=south plate=FGH-1489 action=IN +2024-04-03 20:20 gate=south plate=JKL-0364 action=IN +2024-04-03 10:53 gate=south plate=STU-6643 action=OUT +2024-04-03 20:41 gate=south plate=BRZ-2381 action=OUT +2024-04-03 17:09 gate=south plate=FGH-3241 action=OUT +2024-04-03 17:26 gate=south plate=STU-6643 action=IN +2024-04-03 11:43 gate=south plate=CDE-1072 action=IN +2024-04-03 06:40 gate=south plate=FGH-1489 action=IN +2024-04-03 20:25 gate=south plate=JKL-3794 action=IN +2024-04-03 07:00 gate=south plate=JKL-3180 action=IN +2024-04-03 11:37 gate=south plate=MNO-6739 action=IN +2024-04-03 17:50 gate=south plate=FGH-6481 action=OUT +2024-04-03 12:48 gate=south plate=STU-6643 action=OUT +2024-04-03 08:56 gate=south plate=PQR-7580 action=OUT +2024-04-03 06:41 gate=south plate=MNO-4041 action=OUT +2024-04-03 15:39 gate=south plate=FGH-9172 action=IN +2024-04-03 13:46 gate=south plate=STU-9797 action=OUT +2024-04-03 07:02 gate=south plate=STU-3055 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..8f2bd91717108bf65aa58e57a785f02a51097ff3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-04.log @@ -0,0 +1,21 @@ +2024-04-04 20:44 gate=south plate=CDE-1072 action=IN +2024-04-04 08:34 gate=south plate=FGH-9172 action=OUT +2024-04-04 14:25 gate=south plate=VWX-0562 action=OUT +2024-04-04 08:07 gate=south plate=MNO-4041 action=OUT +2024-04-04 14:51 gate=south plate=JKL-3794 action=IN +2024-04-04 22:49 gate=south plate=CDE-1045 action=OUT +2024-04-04 16:01 gate=south plate=STU-3400 action=OUT +2024-04-04 15:31 gate=south plate=MNO-6739 action=IN +2024-04-04 06:48 gate=south plate=STU-8156 action=IN +2024-04-04 10:32 gate=south plate=VWX-0562 action=IN +2024-04-04 14:15 gate=south plate=FGH-1489 action=IN +2024-04-04 09:23 gate=south plate=STU-6643 action=IN +2024-04-04 21:28 gate=south plate=MNO-6739 action=IN +2024-04-04 17:31 gate=south plate=STU-9797 action=IN +2024-04-04 07:00 gate=south plate=STU-3650 action=IN +2024-04-04 22:09 gate=south plate=YZA-8838 action=IN +2024-04-04 07:50 gate=south plate=JKL-0364 action=IN +2024-04-04 12:20 gate=south plate=VWX-0562 action=OUT +2024-04-04 22:46 gate=south plate=PQR-7580 action=IN +2024-04-04 12:11 gate=south plate=BRZ-2381 action=OUT +2024-04-04 22:03 gate=south plate=JKL-9497 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..314c2eb720166d8ae7261ede65f2ae947d55fa47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/south/2024-04-05.log @@ -0,0 +1,20 @@ +2024-04-05 10:14 gate=south plate=FGH-9172 action=OUT +2024-04-05 06:20 gate=south plate=VWX-9126 action=IN +2024-04-05 11:32 gate=south plate=VWX-9126 action=OUT +2024-04-05 19:39 gate=south plate=STU-6643 action=IN +2024-04-05 13:09 gate=south plate=STU-3400 action=IN +2024-04-05 08:22 gate=south plate=STU-3400 action=IN +2024-04-05 10:01 gate=south plate=STU-6643 action=IN +2024-04-05 10:22 gate=south plate=CDE-5760 action=IN +2024-04-05 19:32 gate=south plate=STU-9797 action=IN +2024-04-05 18:37 gate=south plate=VWX-9126 action=IN +2024-04-05 18:18 gate=south plate=STU-3055 action=OUT +2024-04-05 07:45 gate=south plate=VWX-0712 action=OUT +2024-04-05 17:54 gate=south plate=BRZ-7143 action=IN +2024-04-05 09:16 gate=south plate=BRZ-7143 action=IN +2024-04-05 18:04 gate=south plate=CDE-4645 action=OUT +2024-04-05 17:54 gate=south plate=CDE-1072 action=OUT +2024-04-05 09:46 gate=south plate=STU-6643 action=IN +2024-04-05 09:35 gate=south plate=STU-6643 action=IN +2024-04-05 18:31 gate=south plate=YZA-8838 action=OUT +2024-04-05 18:50 gate=south plate=STU-3650 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-01.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..9424cffb2b685866e21678ba10d589a9e6dae227 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-01.log @@ -0,0 +1,15 @@ +2024-04-01 08:50 gate=west plate=MNO-6739 action=OUT +2024-04-01 11:54 gate=west plate=CDE-1072 action=OUT +2024-04-01 06:40 gate=west plate=VWX-0712 action=IN +2024-04-01 21:36 gate=west plate=FGH-3241 action=IN +2024-04-01 11:44 gate=west plate=FGH-6481 action=IN +2024-04-01 22:37 gate=west plate=BRZ-2381 action=OUT +2024-04-01 07:18 gate=west plate=YZA-8838 action=OUT +2024-04-01 07:14 gate=west plate=CDE-1045 action=OUT +2024-04-01 06:51 gate=west plate=STU-3400 action=OUT +2024-04-01 09:04 gate=west plate=JKL-3794 action=OUT +2024-04-01 07:10 gate=west plate=BRZ-4895 action=OUT +2024-04-01 13:27 gate=west plate=VWX-0712 action=IN +2024-04-01 08:02 gate=west plate=JKL-9497 action=IN +2024-04-01 21:13 gate=west plate=MNO-6739 action=OUT +2024-04-01 08:09 gate=west plate=JKL-9497 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-02.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..25f668164a51867621df56866a3e445942973c15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-02.log @@ -0,0 +1,18 @@ +2024-04-02 09:55 gate=west plate=VWX-0562 action=OUT +2024-04-02 22:11 gate=west plate=BRZ-2381 action=OUT +2024-04-02 20:19 gate=west plate=STU-3650 action=IN +2024-04-02 19:19 gate=west plate=BRZ-2381 action=OUT +2024-04-02 17:04 gate=west plate=STU-8156 action=IN +2024-04-02 14:50 gate=west plate=MNO-6739 action=IN +2024-04-02 16:33 gate=west plate=VWX-9126 action=OUT +2024-04-02 06:39 gate=west plate=CDE-1072 action=OUT +2024-04-02 18:50 gate=west plate=STU-9797 action=IN +2024-04-02 12:33 gate=west plate=BRZ-2381 action=OUT +2024-04-02 10:18 gate=west plate=FGH-1489 action=IN +2024-04-02 09:50 gate=west plate=YZA-8838 action=IN +2024-04-02 18:00 gate=west plate=JKL-3180 action=IN +2024-04-02 14:40 gate=west plate=FGH-6481 action=OUT +2024-04-02 17:13 gate=west plate=FGH-1489 action=OUT +2024-04-02 09:19 gate=west plate=CDE-1072 action=IN +2024-04-02 06:17 gate=west plate=FGH-1489 action=OUT +2024-04-02 15:31 gate=west plate=VWX-0712 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-03.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..899059442e14581461722978394ba14156d22ceb --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03 20:57 gate=west plate=STU-9797 action=IN +2024-04-03 17:40 gate=west plate=CDE-1045 action=IN +2024-04-03 06:18 gate=west plate=MNO-6739 action=IN +2024-04-03 21:42 gate=west plate=MNO-4506 action=OUT +2024-04-03 06:15 gate=west plate=CDE-1045 action=IN +2024-04-03 19:04 gate=west plate=STU-9797 action=IN +2024-04-03 17:22 gate=west plate=JKL-3794 action=OUT +2024-04-03 16:23 gate=west plate=AAA-4255 action=IN +2024-04-03 13:28 gate=west plate=BRZ-2381 action=OUT +2024-04-03 06:50 gate=west plate=CDE-5760 action=OUT +2024-04-03 14:33 gate=west plate=BRZ-2381 action=OUT +2024-04-03 21:18 gate=west plate=FGH-9172 action=IN +2024-04-03 19:20 gate=west plate=BRZ-7143 action=OUT +2024-04-03 07:37 gate=west plate=CDE-5760 action=IN +2024-04-03 08:14 gate=west plate=CDE-1045 action=IN +2024-04-03 17:15 gate=west plate=VWX-0712 action=OUT +2024-04-03 11:01 gate=west plate=FGH-1489 action=OUT +2024-04-03 07:40 gate=west plate=STU-3055 action=OUT +2024-04-03 22:16 gate=west plate=FGH-1489 action=IN +2024-04-03 15:12 gate=west plate=MNO-4506 action=OUT +2024-04-03 15:28 gate=west plate=AAA-4255 action=OUT +2024-04-03 08:48 gate=west plate=CDE-1072 action=OUT +2024-04-03 18:15 gate=west plate=FGH-1489 action=OUT diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-04.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..9693c6476ee5644b9a01585b212e5552b7cb6586 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04 15:59 gate=west plate=STU-8156 action=OUT +2024-04-04 21:08 gate=west plate=FGH-1489 action=OUT +2024-04-04 08:58 gate=west plate=CDE-5760 action=OUT +2024-04-04 15:13 gate=west plate=CDE-5760 action=OUT +2024-04-04 17:18 gate=west plate=STU-6643 action=OUT +2024-04-04 08:06 gate=west plate=CDE-1072 action=OUT +2024-04-04 09:42 gate=west plate=MNO-6739 action=IN +2024-04-04 13:38 gate=west plate=JKL-0364 action=OUT +2024-04-04 11:29 gate=west plate=STU-3650 action=OUT +2024-04-04 20:05 gate=west plate=VWX-0712 action=OUT +2024-04-04 18:48 gate=west plate=VWX-0562 action=IN +2024-04-04 06:20 gate=west plate=JKL-9497 action=IN +2024-04-04 20:01 gate=west plate=BRZ-4895 action=IN +2024-04-04 22:43 gate=west plate=VWX-9126 action=IN +2024-04-04 11:02 gate=west plate=CDE-5760 action=OUT +2024-04-04 07:14 gate=west plate=STU-6643 action=OUT +2024-04-04 18:17 gate=west plate=CDE-1045 action=OUT +2024-04-04 15:57 gate=west plate=STU-3650 action=IN +2024-04-04 08:42 gate=west plate=AAA-4255 action=OUT +2024-04-04 11:28 gate=west plate=VWX-9126 action=IN +2024-04-04 20:27 gate=west plate=AAA-4255 action=IN +2024-04-04 09:15 gate=west plate=JKL-3180 action=OUT +2024-04-04 19:15 gate=west plate=STU-9797 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-05.log b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..bc1917bd7e707879edc946b25cdbf82569db5715 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/parking/west/2024-04-05.log @@ -0,0 +1,18 @@ +2024-04-05 06:03 gate=west plate=JKL-9497 action=OUT +2024-04-05 14:07 gate=west plate=MNO-6739 action=OUT +2024-04-05 15:30 gate=west plate=VWX-0712 action=IN +2024-04-05 13:42 gate=west plate=VWX-0712 action=IN +2024-04-05 20:12 gate=west plate=CDE-4645 action=IN +2024-04-05 09:04 gate=west plate=MNO-6739 action=IN +2024-04-05 18:46 gate=west plate=CDE-1072 action=IN +2024-04-05 16:02 gate=west plate=MNO-4506 action=OUT +2024-04-05 06:41 gate=west plate=STU-8156 action=IN +2024-04-05 20:23 gate=west plate=FGH-1489 action=OUT +2024-04-05 13:53 gate=west plate=FGH-1489 action=OUT +2024-04-05 14:59 gate=west plate=STU-8156 action=OUT +2024-04-05 10:47 gate=west plate=STU-3400 action=OUT +2024-04-05 15:17 gate=west plate=YZA-8838 action=IN +2024-04-05 14:40 gate=west plate=MNO-4506 action=IN +2024-04-05 14:36 gate=west plate=FGH-6481 action=IN +2024-04-05 20:48 gate=west plate=STU-3400 action=OUT +2024-04-05 14:17 gate=west plate=VWX-0712 action=IN diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_8eaed3283e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/02/ord-6362b5df.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/02/ord-6362b5df.json new file mode 100644 index 0000000000000000000000000000000000000000..8ce55ec144c0a03b32a7ffee5cdd8e2d7e58f984 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/02/ord-6362b5df.json @@ -0,0 +1,32 @@ +{ + "id": "ord-6362b5df", + "status": "cancelled", + "total": 182.77, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 4, + "price": 69.39 + }, + { + "sku": "laptop-stand", + "qty": 6, + "price": 74.5 + }, + { + "sku": "noise-isolating-headphones", + "qty": 6, + "price": 45.66 + } + ], + "customer": { + "id": "cust-71590a", + "segment": "internal" + }, + "shipping_address": { + "city": "singapore", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/03/ord-39a1bbdd.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/03/ord-39a1bbdd.json new file mode 100644 index 0000000000000000000000000000000000000000..eb1e10fe5a318712caa5ee8ef34b55858426c6c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/03/ord-39a1bbdd.json @@ -0,0 +1,22 @@ +{ + "id": "ord-39a1bbdd", + "status": "shipping", + "total": 177.06, + "currency": "USD", + "items": [ + { + "sku": "noise-isolating-headphones", + "qty": 5, + "price": 31.45 + } + ], + "customer": { + "id": "cust-0068eb", + "segment": "wholesale" + }, + "shipping_address": { + "city": "boston", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat n" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/04/ord-607ee778.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/04/ord-607ee778.json new file mode 100644 index 0000000000000000000000000000000000000000..844a0019dcf8d12f4ccdf7289012b2f1227fdf8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/04/ord-607ee778.json @@ -0,0 +1,32 @@ +{ + "id": "ord-607ee778", + "status": "pending", + "total": 207.25, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 3, + "price": 20.55 + }, + { + "sku": "ceylon-tea", + "qty": 2, + "price": 57.87 + }, + { + "sku": "espresso-blend", + "qty": 1, + "price": 21.57 + } + ], + "customer": { + "id": "cust-c608ae", + "segment": "internal" + }, + "shipping_address": { + "city": "osaka", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/09/ord-5fe3b4fa.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/09/ord-5fe3b4fa.json new file mode 100644 index 0000000000000000000000000000000000000000..34b0a9e299d3bb9fc7e281752f35f4359deca82c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/09/ord-5fe3b4fa.json @@ -0,0 +1,32 @@ +{ + "id": "ord-5fe3b4fa", + "status": "completed", + "total": 155.85, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 1, + "price": 63.85 + }, + { + "sku": "wireless-mouse", + "qty": 2, + "price": 38.77 + }, + { + "sku": "led-desk-lamp", + "qty": 4, + "price": 59.78 + } + ], + "customer": { + "id": "cust-ee4a97", + "segment": "wholesale" + }, + "shipping_address": { + "city": "amsterdam", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo c" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/10/ord-d7d01347.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/10/ord-d7d01347.json new file mode 100644 index 0000000000000000000000000000000000000000..c183055b02ea9bbc502f77b2ee2c3a3a1b234497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/10/ord-d7d01347.json @@ -0,0 +1,22 @@ +{ + "id": "ord-d7d01347", + "status": "cancelled", + "total": 102.61, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 74.76 + } + ], + "customer": { + "id": "cust-2dcd76", + "segment": "retail" + }, + "shipping_address": { + "city": "austin", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation u" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/18/ord-bf7ccc99.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/18/ord-bf7ccc99.json new file mode 100644 index 0000000000000000000000000000000000000000..ddccd2817d2c9eec9602504070da0177be604a9e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/18/ord-bf7ccc99.json @@ -0,0 +1,37 @@ +{ + "id": "ord-bf7ccc99", + "status": "pending", + "total": 277.81, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 5, + "price": 48.16 + }, + { + "sku": "led-desk-lamp", + "qty": 1, + "price": 19.82 + }, + { + "sku": "ceylon-tea", + "qty": 3, + "price": 40.42 + }, + { + "sku": "espresso-blend", + "qty": 6, + "price": 78.05 + } + ], + "customer": { + "id": "cust-74c230", + "segment": "wholesale" + }, + "shipping_address": { + "city": "paris", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/18/ord-cbba42d9.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/18/ord-cbba42d9.json new file mode 100644 index 0000000000000000000000000000000000000000..215ee91ba42ea4ccf5bda15abaa916ccc349a1f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/18/ord-cbba42d9.json @@ -0,0 +1,27 @@ +{ + "id": "ord-cbba42d9", + "status": "shipping", + "total": 290.12, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 4, + "price": 29.51 + }, + { + "sku": "laptop-stand", + "qty": 1, + "price": 64.11 + } + ], + "customer": { + "id": "cust-79c365", + "segment": "internal" + }, + "shipping_address": { + "city": "kyoto", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo con" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/19/ord-e37e9a50.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/19/ord-e37e9a50.json new file mode 100644 index 0000000000000000000000000000000000000000..3886ccc1de98b99c6f155cd87b981f62149f58bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/19/ord-e37e9a50.json @@ -0,0 +1,37 @@ +{ + "id": "ord-e37e9a50", + "status": "shipping", + "total": 114.3, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 3, + "price": 4.58 + }, + { + "sku": "ergo-chair", + "qty": 5, + "price": 52.2 + }, + { + "sku": "wireless-mouse", + "qty": 5, + "price": 70.71 + }, + { + "sku": "ceramic-mug", + "qty": 6, + "price": 12.51 + } + ], + "customer": { + "id": "cust-3fcd80", + "segment": "internal" + }, + "shipping_address": { + "city": "denver", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad m" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/21/ord-36db7474.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/21/ord-36db7474.json new file mode 100644 index 0000000000000000000000000000000000000000..b9737d194f9525d8226632dacd922d56c80e7e24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/21/ord-36db7474.json @@ -0,0 +1,32 @@ +{ + "id": "ord-36db7474", + "status": "pending", + "total": 169.7, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 5, + "price": 14.2 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 24.16 + }, + { + "sku": "linen-notebook", + "qty": 5, + "price": 10.3 + } + ], + "customer": { + "id": "cust-88cba6", + "segment": "wholesale" + }, + "shipping_address": { + "city": "beijing", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labor" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/24/ord-c8f831e8.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/24/ord-c8f831e8.json new file mode 100644 index 0000000000000000000000000000000000000000..7fdf227f0a68115405de20cef3f7adc18ee6460e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/01/24/ord-c8f831e8.json @@ -0,0 +1,22 @@ +{ + "id": "ord-c8f831e8", + "status": "shipping", + "total": 279.0, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 2, + "price": 22.05 + } + ], + "customer": { + "id": "cust-64e0a4", + "segment": "retail" + }, + "shipping_address": { + "city": "seattle", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercita" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/03/ord-47ec3232.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/03/ord-47ec3232.json new file mode 100644 index 0000000000000000000000000000000000000000..34714b01a560aa576da3ae1aedf2561c0a68ed13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/03/ord-47ec3232.json @@ -0,0 +1,27 @@ +{ + "id": "ord-47ec3232", + "status": "refunded", + "total": 73.9, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 1, + "price": 57.44 + }, + { + "sku": "wireless-mouse", + "qty": 3, + "price": 50.8 + } + ], + "customer": { + "id": "cust-c43086", + "segment": "internal" + }, + "shipping_address": { + "city": "tokyo", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim a" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/04/ord-8d3ac7f5.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/04/ord-8d3ac7f5.json new file mode 100644 index 0000000000000000000000000000000000000000..9797c8a58a270676add72450649ec85cc9c6532b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/04/ord-8d3ac7f5.json @@ -0,0 +1,37 @@ +{ + "id": "ord-8d3ac7f5", + "status": "cancelled", + "total": 234.85, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 5, + "price": 75.84 + }, + { + "sku": "espresso-blend", + "qty": 1, + "price": 61.87 + }, + { + "sku": "mechanical-keyboard", + "qty": 2, + "price": 55.9 + }, + { + "sku": "noise-isolating-headphones", + "qty": 5, + "price": 39.97 + } + ], + "customer": { + "id": "cust-fc4718", + "segment": "internal" + }, + "shipping_address": { + "city": "tokyo", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip e" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/05/ord-36fcd8d6.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/05/ord-36fcd8d6.json new file mode 100644 index 0000000000000000000000000000000000000000..12989489e60cb227d34387fadc08eb32f01170e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/05/ord-36fcd8d6.json @@ -0,0 +1,22 @@ +{ + "id": "ord-36fcd8d6", + "status": "cancelled", + "total": 168.82, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 4, + "price": 11.14 + } + ], + "customer": { + "id": "cust-da7229", + "segment": "retail" + }, + "shipping_address": { + "city": "manchester", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/06/ord-ce6940b3.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/06/ord-ce6940b3.json new file mode 100644 index 0000000000000000000000000000000000000000..9269b4174b88933725f82e59bce24ee653a30062 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/06/ord-ce6940b3.json @@ -0,0 +1,37 @@ +{ + "id": "ord-ce6940b3", + "status": "pending", + "total": 5.06, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 1, + "price": 4.66 + }, + { + "sku": "ceramic-mug", + "qty": 6, + "price": 34.64 + }, + { + "sku": "laptop-stand", + "qty": 2, + "price": 67.19 + }, + { + "sku": "laptop-stand", + "qty": 5, + "price": 51.78 + } + ], + "customer": { + "id": "cust-8043a2", + "segment": "internal" + }, + "shipping_address": { + "city": "seattle", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/11/ord-4a4307c6.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/11/ord-4a4307c6.json new file mode 100644 index 0000000000000000000000000000000000000000..dfc61c9845da63a6deb79d6079c167f6f4de8c91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/11/ord-4a4307c6.json @@ -0,0 +1,32 @@ +{ + "id": "ord-4a4307c6", + "status": "cancelled", + "total": 236.77, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 4, + "price": 38.49 + }, + { + "sku": "espresso-blend", + "qty": 6, + "price": 24.49 + }, + { + "sku": "espresso-blend", + "qty": 2, + "price": 63.91 + } + ], + "customer": { + "id": "cust-524988", + "segment": "retail" + }, + "shipping_address": { + "city": "new-york", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliq" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/15/ord-1b6a0879.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/15/ord-1b6a0879.json new file mode 100644 index 0000000000000000000000000000000000000000..a530c21f8a0e56327a49d43af1505447bb931093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/15/ord-1b6a0879.json @@ -0,0 +1,27 @@ +{ + "id": "ord-1b6a0879", + "status": "pending", + "total": 160.11, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 1, + "price": 52.31 + }, + { + "sku": "mechanical-keyboard", + "qty": 5, + "price": 32.9 + } + ], + "customer": { + "id": "cust-5e0334", + "segment": "wholesale" + }, + "shipping_address": { + "city": "shanghai", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit ess" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/16/ord-cbd44d5b.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/16/ord-cbd44d5b.json new file mode 100644 index 0000000000000000000000000000000000000000..7aa2c46c7e30be49fbee43826d082a8102129d82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/16/ord-cbd44d5b.json @@ -0,0 +1,32 @@ +{ + "id": "ord-cbd44d5b", + "status": "refunded", + "total": 10.08, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 4, + "price": 10.87 + }, + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 58.47 + }, + { + "sku": "noise-isolating-headphones", + "qty": 6, + "price": 78.46 + } + ], + "customer": { + "id": "cust-626a9a", + "segment": "wholesale" + }, + "shipping_address": { + "city": "manchester", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/17/ord-14aff6f3.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/17/ord-14aff6f3.json new file mode 100644 index 0000000000000000000000000000000000000000..b2123a2d98e6c35028d04ab25957914050bb0bc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/17/ord-14aff6f3.json @@ -0,0 +1,27 @@ +{ + "id": "ord-14aff6f3", + "status": "cancelled", + "total": 178.99, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 4, + "price": 42.02 + }, + { + "sku": "led-desk-lamp", + "qty": 4, + "price": 15.34 + } + ], + "customer": { + "id": "cust-4858ec", + "segment": "internal" + }, + "shipping_address": { + "city": "kyoto", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labori" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/19/ord-5e228281.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/19/ord-5e228281.json new file mode 100644 index 0000000000000000000000000000000000000000..5516a05aca83a62a9250dfcfce781c18d47288db --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/19/ord-5e228281.json @@ -0,0 +1,22 @@ +{ + "id": "ord-5e228281", + "status": "pending", + "total": 20.2, + "currency": "USD", + "items": [ + { + "sku": "ceramic-mug", + "qty": 5, + "price": 43.3 + } + ], + "customer": { + "id": "cust-27fa09", + "segment": "wholesale" + }, + "shipping_address": { + "city": "austin", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dol" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/23/ord-386ab7be.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/23/ord-386ab7be.json new file mode 100644 index 0000000000000000000000000000000000000000..28903e215f8f825d04642f0b1c49ee21e845314e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/23/ord-386ab7be.json @@ -0,0 +1,37 @@ +{ + "id": "ord-386ab7be", + "status": "completed", + "total": 266.69, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 62.83 + }, + { + "sku": "led-desk-lamp", + "qty": 4, + "price": 21.17 + }, + { + "sku": "noise-isolating-headphones", + "qty": 2, + "price": 37.35 + }, + { + "sku": "led-desk-lamp", + "qty": 5, + "price": 63.9 + } + ], + "customer": { + "id": "cust-32699c", + "segment": "internal" + }, + "shipping_address": { + "city": "chicago", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/23/ord-e01c7d72.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/23/ord-e01c7d72.json new file mode 100644 index 0000000000000000000000000000000000000000..9000d820149e8dfc5610bdecb41745fe78d91835 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/23/ord-e01c7d72.json @@ -0,0 +1,22 @@ +{ + "id": "ord-e01c7d72", + "status": "shipping", + "total": 286.92, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 4, + "price": 49.8 + } + ], + "customer": { + "id": "cust-22fc15", + "segment": "retail" + }, + "shipping_address": { + "city": "denver", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/26/ord-27b912e1.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/26/ord-27b912e1.json new file mode 100644 index 0000000000000000000000000000000000000000..e50b22745518e1bc1a020211a0361c36fbaa3f2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/26/ord-27b912e1.json @@ -0,0 +1,32 @@ +{ + "id": "ord-27b912e1", + "status": "cancelled", + "total": 183.65, + "currency": "USD", + "items": [ + { + "sku": "noise-isolating-headphones", + "qty": 4, + "price": 19.83 + }, + { + "sku": "linen-notebook", + "qty": 2, + "price": 17.38 + }, + { + "sku": "linen-notebook", + "qty": 1, + "price": 77.26 + } + ], + "customer": { + "id": "cust-404e49", + "segment": "internal" + }, + "shipping_address": { + "city": "vancouver", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ull" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/26/ord-bb61804d.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/26/ord-bb61804d.json new file mode 100644 index 0000000000000000000000000000000000000000..ec8daf54956d53828a1bc78ccd83df850e7d0a4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/02/26/ord-bb61804d.json @@ -0,0 +1,32 @@ +{ + "id": "ord-bb61804d", + "status": "refunded", + "total": 255.52, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 5, + "price": 38.33 + }, + { + "sku": "ceramic-mug", + "qty": 3, + "price": 32.56 + }, + { + "sku": "linen-notebook", + "qty": 4, + "price": 30.79 + } + ], + "customer": { + "id": "cust-0721ba", + "segment": "internal" + }, + "shipping_address": { + "city": "barcelona", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ve" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/01/ord-79698309.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/01/ord-79698309.json new file mode 100644 index 0000000000000000000000000000000000000000..3d2956e3e9bc6c9d68bbe6499397fe7705aa41a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/01/ord-79698309.json @@ -0,0 +1,22 @@ +{ + "id": "ord-79698309", + "status": "pending", + "total": 307.52, + "currency": "USD", + "items": [ + { + "sku": "laptop-stand", + "qty": 3, + "price": 29.97 + } + ], + "customer": { + "id": "cust-b986bd", + "segment": "wholesale" + }, + "shipping_address": { + "city": "mumbai", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/01/ord-bf5e151a.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/01/ord-bf5e151a.json new file mode 100644 index 0000000000000000000000000000000000000000..615c3b7133e45c355b82f0e636a2c51d9dcb0b8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/01/ord-bf5e151a.json @@ -0,0 +1,27 @@ +{ + "id": "ord-bf5e151a", + "status": "shipping", + "total": 330.5, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 6, + "price": 40.71 + }, + { + "sku": "noise-isolating-headphones", + "qty": 5, + "price": 48.87 + } + ], + "customer": { + "id": "cust-fd1f5b", + "segment": "internal" + }, + "shipping_address": { + "city": "paris", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/04/ord-2a8f66df.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/04/ord-2a8f66df.json new file mode 100644 index 0000000000000000000000000000000000000000..0a8e1b3520ddb3bad867f2a5f49dead4d6ec06b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/04/ord-2a8f66df.json @@ -0,0 +1,32 @@ +{ + "id": "ord-2a8f66df", + "status": "shipping", + "total": 114.07, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 2, + "price": 44.22 + }, + { + "sku": "noise-isolating-headphones", + "qty": 1, + "price": 19.16 + }, + { + "sku": "mechanical-keyboard", + "qty": 4, + "price": 64.2 + } + ], + "customer": { + "id": "cust-6e8b4f", + "segment": "internal" + }, + "shipping_address": { + "city": "seattle", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/06/ord-392dfce5.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/06/ord-392dfce5.json new file mode 100644 index 0000000000000000000000000000000000000000..aaeaf759f5823b79b9eeaaa39865a158a3c41d2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/06/ord-392dfce5.json @@ -0,0 +1,22 @@ +{ + "id": "ord-392dfce5", + "status": "completed", + "total": 26.63, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 5, + "price": 35.55 + } + ], + "customer": { + "id": "cust-714696", + "segment": "retail" + }, + "shipping_address": { + "city": "chicago", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nos" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/08/ord-323ed3c9.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/08/ord-323ed3c9.json new file mode 100644 index 0000000000000000000000000000000000000000..b5948a334ccb91ff5abf744dd9c775dea2dead8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/08/ord-323ed3c9.json @@ -0,0 +1,37 @@ +{ + "id": "ord-323ed3c9", + "status": "refunded", + "total": 217.6, + "currency": "USD", + "items": [ + { + "sku": "laptop-stand", + "qty": 5, + "price": 27.6 + }, + { + "sku": "linen-notebook", + "qty": 1, + "price": 57.24 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 44.23 + }, + { + "sku": "wireless-mouse", + "qty": 2, + "price": 58.22 + } + ], + "customer": { + "id": "cust-a90370", + "segment": "internal" + }, + "shipping_address": { + "city": "amsterdam", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/10/ord-1180f36c.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/10/ord-1180f36c.json new file mode 100644 index 0000000000000000000000000000000000000000..d364edf2a2651fdeb0615aa0bde23d2892788240 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/10/ord-1180f36c.json @@ -0,0 +1,22 @@ +{ + "id": "ord-1180f36c", + "status": "shipping", + "total": 297.24, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 5, + "price": 10.17 + } + ], + "customer": { + "id": "cust-53ea91", + "segment": "retail" + }, + "shipping_address": { + "city": "manchester", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute i" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/11/ord-6f3f4977.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/11/ord-6f3f4977.json new file mode 100644 index 0000000000000000000000000000000000000000..52831af7a7cd2e6d2cfdd4a203c996f658a9152b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/11/ord-6f3f4977.json @@ -0,0 +1,37 @@ +{ + "id": "ord-6f3f4977", + "status": "cancelled", + "total": 38.99, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 3, + "price": 54.59 + }, + { + "sku": "led-desk-lamp", + "qty": 2, + "price": 77.31 + }, + { + "sku": "ergo-chair", + "qty": 3, + "price": 53.96 + }, + { + "sku": "noise-isolating-headphones", + "qty": 3, + "price": 66.12 + } + ], + "customer": { + "id": "cust-aaf824", + "segment": "internal" + }, + "shipping_address": { + "city": "auckland", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cill" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/12/ord-3f9200af.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/12/ord-3f9200af.json new file mode 100644 index 0000000000000000000000000000000000000000..b96b80ddc8baa6bd277a264e5a93cc24bff718b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/12/ord-3f9200af.json @@ -0,0 +1,22 @@ +{ + "id": "ord-3f9200af", + "status": "cancelled", + "total": 73.32, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 6, + "price": 77.69 + } + ], + "customer": { + "id": "cust-e794c2", + "segment": "internal" + }, + "shipping_address": { + "city": "auckland", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/15/ord-fd4f08a8.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/15/ord-fd4f08a8.json new file mode 100644 index 0000000000000000000000000000000000000000..a23413504c8282c7f2f07ee0b115581821419d79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/15/ord-fd4f08a8.json @@ -0,0 +1,32 @@ +{ + "id": "ord-fd4f08a8", + "status": "pending", + "total": 223.36, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 6, + "price": 53.7 + }, + { + "sku": "ceramic-mug", + "qty": 4, + "price": 56.54 + }, + { + "sku": "wireless-mouse", + "qty": 6, + "price": 62.51 + } + ], + "customer": { + "id": "cust-95697e", + "segment": "internal" + }, + "shipping_address": { + "city": "seattle", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostru" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/17/ord-5becf259.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/17/ord-5becf259.json new file mode 100644 index 0000000000000000000000000000000000000000..9420358ee5cf12250109e472ade6903d5c3e7c7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/17/ord-5becf259.json @@ -0,0 +1,37 @@ +{ + "id": "ord-5becf259", + "status": "pending", + "total": 246.24, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 2, + "price": 28.59 + }, + { + "sku": "ceylon-tea", + "qty": 1, + "price": 50.87 + }, + { + "sku": "wireless-mouse", + "qty": 6, + "price": 59.52 + }, + { + "sku": "wireless-mouse", + "qty": 4, + "price": 66.5 + } + ], + "customer": { + "id": "cust-f900c0", + "segment": "wholesale" + }, + "shipping_address": { + "city": "new-york", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/21/ord-25756b9d.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/21/ord-25756b9d.json new file mode 100644 index 0000000000000000000000000000000000000000..8871754fcb1391c403ed0edc1d4a32e089ad02e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/21/ord-25756b9d.json @@ -0,0 +1,27 @@ +{ + "id": "ord-25756b9d", + "status": "refunded", + "total": 140.3, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 5, + "price": 62.27 + }, + { + "sku": "wireless-mouse", + "qty": 6, + "price": 44.1 + } + ], + "customer": { + "id": "cust-82b790", + "segment": "retail" + }, + "shipping_address": { + "city": "manchester", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex e" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/27/ord-253a39ad.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/27/ord-253a39ad.json new file mode 100644 index 0000000000000000000000000000000000000000..cef1ec78003b885ea71f70c83013f75979cf319b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/27/ord-253a39ad.json @@ -0,0 +1,32 @@ +{ + "id": "ord-253a39ad", + "status": "pending", + "total": 134.79, + "currency": "USD", + "items": [ + { + "sku": "noise-isolating-headphones", + "qty": 6, + "price": 29.91 + }, + { + "sku": "ceramic-mug", + "qty": 5, + "price": 16.64 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 48.86 + } + ], + "customer": { + "id": "cust-9a56cb", + "segment": "wholesale" + }, + "shipping_address": { + "city": "san-francisco", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/28/ord-ab5328cf.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/28/ord-ab5328cf.json new file mode 100644 index 0000000000000000000000000000000000000000..a95d8a6b04f91e0a1b92528ee5bd00dcca048a47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/03/28/ord-ab5328cf.json @@ -0,0 +1,32 @@ +{ + "id": "ord-ab5328cf", + "status": "pending", + "total": 264.13, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 3, + "price": 36.4 + }, + { + "sku": "ceylon-tea", + "qty": 3, + "price": 61.32 + }, + { + "sku": "laptop-stand", + "qty": 4, + "price": 25.9 + } + ], + "customer": { + "id": "cust-fb31a7", + "segment": "internal" + }, + "shipping_address": { + "city": "boston", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/08/ord-24782eae.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/08/ord-24782eae.json new file mode 100644 index 0000000000000000000000000000000000000000..14e47860a55c9b6390664053933f5a4d97a48cd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/08/ord-24782eae.json @@ -0,0 +1,27 @@ +{ + "id": "ord-24782eae", + "status": "shipping", + "total": 271.12, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 3, + "price": 18.6 + }, + { + "sku": "linen-notebook", + "qty": 6, + "price": 50.61 + } + ], + "customer": { + "id": "cust-5029f0", + "segment": "wholesale" + }, + "shipping_address": { + "city": "seattle", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/09/ord-9a0e96e3.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/09/ord-9a0e96e3.json new file mode 100644 index 0000000000000000000000000000000000000000..f8470deb2152e5eeca5a3d72bb7f0b046d175624 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/09/ord-9a0e96e3.json @@ -0,0 +1,37 @@ +{ + "id": "ord-9a0e96e3", + "status": "pending", + "total": 142.9, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 4, + "price": 13.88 + }, + { + "sku": "ergo-chair", + "qty": 4, + "price": 71.92 + }, + { + "sku": "laptop-stand", + "qty": 5, + "price": 53.84 + }, + { + "sku": "laptop-stand", + "qty": 1, + "price": 12.18 + } + ], + "customer": { + "id": "cust-9f6cd3", + "segment": "wholesale" + }, + "shipping_address": { + "city": "shanghai", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/10/ord-7d61d045.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/10/ord-7d61d045.json new file mode 100644 index 0000000000000000000000000000000000000000..934fae27e69a731178a225f209604273c9ab251b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/10/ord-7d61d045.json @@ -0,0 +1,37 @@ +{ + "id": "ord-7d61d045", + "status": "refunded", + "total": 210.94, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 6, + "price": 37.2 + }, + { + "sku": "ceylon-tea", + "qty": 2, + "price": 37.26 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 52.81 + }, + { + "sku": "espresso-blend", + "qty": 5, + "price": 21.45 + } + ], + "customer": { + "id": "cust-2ed617", + "segment": "retail" + }, + "shipping_address": { + "city": "sydney", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/17/ord-37e4fb5a.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/17/ord-37e4fb5a.json new file mode 100644 index 0000000000000000000000000000000000000000..15131bc83551381a9b935fa8fbd59b80a8c69683 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/17/ord-37e4fb5a.json @@ -0,0 +1,37 @@ +{ + "id": "ord-37e4fb5a", + "status": "shipping", + "total": 107.29, + "currency": "USD", + "items": [ + { + "sku": "ceramic-mug", + "qty": 2, + "price": 35.35 + }, + { + "sku": "led-desk-lamp", + "qty": 1, + "price": 40.05 + }, + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 67.72 + }, + { + "sku": "ceylon-tea", + "qty": 3, + "price": 40.36 + } + ], + "customer": { + "id": "cust-1ed524", + "segment": "internal" + }, + "shipping_address": { + "city": "denver", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/21/ord-8ed3f6db.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/21/ord-8ed3f6db.json new file mode 100644 index 0000000000000000000000000000000000000000..7460eccc7b358ecdef353bb7e42c05a803f1fa84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/21/ord-8ed3f6db.json @@ -0,0 +1,27 @@ +{ + "id": "ord-8ed3f6db", + "status": "shipping", + "total": 30.89, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 3, + "price": 47.24 + }, + { + "sku": "ceramic-mug", + "qty": 5, + "price": 44.37 + } + ], + "customer": { + "id": "cust-28ed3d", + "segment": "wholesale" + }, + "shipping_address": { + "city": "dublin", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptat" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/21/ord-91e058c7.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/21/ord-91e058c7.json new file mode 100644 index 0000000000000000000000000000000000000000..250d7227f20ad5dfd238e3013ee6b5134ce0b642 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/21/ord-91e058c7.json @@ -0,0 +1,37 @@ +{ + "id": "ord-91e058c7", + "status": "shipping", + "total": 26.76, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 2, + "price": 51.56 + }, + { + "sku": "wireless-mouse", + "qty": 2, + "price": 64.73 + }, + { + "sku": "led-desk-lamp", + "qty": 2, + "price": 59.1 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 14.27 + } + ], + "customer": { + "id": "cust-70196d", + "segment": "internal" + }, + "shipping_address": { + "city": "mumbai", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse ci" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/23/ord-ac907ba9.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/23/ord-ac907ba9.json new file mode 100644 index 0000000000000000000000000000000000000000..bba76115cdb4d2f47a5322ce9cae6d4db2c0ab9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/23/ord-ac907ba9.json @@ -0,0 +1,22 @@ +{ + "id": "ord-ac907ba9", + "status": "pending", + "total": 94.99, + "currency": "USD", + "items": [ + { + "sku": "laptop-stand", + "qty": 6, + "price": 45.38 + } + ], + "customer": { + "id": "cust-c31b57", + "segment": "retail" + }, + "shipping_address": { + "city": "shanghai", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor i" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/24/ord-cdeafa20.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/24/ord-cdeafa20.json new file mode 100644 index 0000000000000000000000000000000000000000..2e3048094d35e6dd8bf79e7a4c10fbc80f46390b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/24/ord-cdeafa20.json @@ -0,0 +1,22 @@ +{ + "id": "ord-cdeafa20", + "status": "completed", + "total": 242.73, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 4, + "price": 71.51 + } + ], + "customer": { + "id": "cust-4a54a3", + "segment": "retail" + }, + "shipping_address": { + "city": "dublin", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/26/ord-a361dba6.json b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/26/ord-a361dba6.json new file mode 100644 index 0000000000000000000000000000000000000000..72a12ed413cc121aefec8752a5b210233ee62ce7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/orders/2024/04/26/ord-a361dba6.json @@ -0,0 +1,22 @@ +{ + "id": "ord-a361dba6", + "status": "shipping", + "total": 44.31, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 6, + "price": 36.9 + } + ], + "customer": { + "id": "cust-f46dcf", + "segment": "retail" + }, + "shipping_address": { + "city": "san-francisco", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/02/ord-6362b5df.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/02/ord-6362b5df.json new file mode 100644 index 0000000000000000000000000000000000000000..8ce55ec144c0a03b32a7ffee5cdd8e2d7e58f984 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/02/ord-6362b5df.json @@ -0,0 +1,32 @@ +{ + "id": "ord-6362b5df", + "status": "cancelled", + "total": 182.77, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 4, + "price": 69.39 + }, + { + "sku": "laptop-stand", + "qty": 6, + "price": 74.5 + }, + { + "sku": "noise-isolating-headphones", + "qty": 6, + "price": 45.66 + } + ], + "customer": { + "id": "cust-71590a", + "segment": "internal" + }, + "shipping_address": { + "city": "singapore", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/03/ord-39a1bbdd.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/03/ord-39a1bbdd.json new file mode 100644 index 0000000000000000000000000000000000000000..eb1e10fe5a318712caa5ee8ef34b55858426c6c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/03/ord-39a1bbdd.json @@ -0,0 +1,22 @@ +{ + "id": "ord-39a1bbdd", + "status": "shipping", + "total": 177.06, + "currency": "USD", + "items": [ + { + "sku": "noise-isolating-headphones", + "qty": 5, + "price": 31.45 + } + ], + "customer": { + "id": "cust-0068eb", + "segment": "wholesale" + }, + "shipping_address": { + "city": "boston", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat n" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/04/ord-607ee778.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/04/ord-607ee778.json new file mode 100644 index 0000000000000000000000000000000000000000..844a0019dcf8d12f4ccdf7289012b2f1227fdf8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/04/ord-607ee778.json @@ -0,0 +1,32 @@ +{ + "id": "ord-607ee778", + "status": "pending", + "total": 207.25, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 3, + "price": 20.55 + }, + { + "sku": "ceylon-tea", + "qty": 2, + "price": 57.87 + }, + { + "sku": "espresso-blend", + "qty": 1, + "price": 21.57 + } + ], + "customer": { + "id": "cust-c608ae", + "segment": "internal" + }, + "shipping_address": { + "city": "osaka", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/09/ord-5fe3b4fa.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/09/ord-5fe3b4fa.json new file mode 100644 index 0000000000000000000000000000000000000000..34b0a9e299d3bb9fc7e281752f35f4359deca82c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/09/ord-5fe3b4fa.json @@ -0,0 +1,32 @@ +{ + "id": "ord-5fe3b4fa", + "status": "completed", + "total": 155.85, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 1, + "price": 63.85 + }, + { + "sku": "wireless-mouse", + "qty": 2, + "price": 38.77 + }, + { + "sku": "led-desk-lamp", + "qty": 4, + "price": 59.78 + } + ], + "customer": { + "id": "cust-ee4a97", + "segment": "wholesale" + }, + "shipping_address": { + "city": "amsterdam", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo c" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/10/ord-d7d01347.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/10/ord-d7d01347.json new file mode 100644 index 0000000000000000000000000000000000000000..c183055b02ea9bbc502f77b2ee2c3a3a1b234497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/10/ord-d7d01347.json @@ -0,0 +1,22 @@ +{ + "id": "ord-d7d01347", + "status": "cancelled", + "total": 102.61, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 74.76 + } + ], + "customer": { + "id": "cust-2dcd76", + "segment": "retail" + }, + "shipping_address": { + "city": "austin", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation u" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/18/ord-bf7ccc99.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/18/ord-bf7ccc99.json new file mode 100644 index 0000000000000000000000000000000000000000..ddccd2817d2c9eec9602504070da0177be604a9e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/18/ord-bf7ccc99.json @@ -0,0 +1,37 @@ +{ + "id": "ord-bf7ccc99", + "status": "pending", + "total": 277.81, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 5, + "price": 48.16 + }, + { + "sku": "led-desk-lamp", + "qty": 1, + "price": 19.82 + }, + { + "sku": "ceylon-tea", + "qty": 3, + "price": 40.42 + }, + { + "sku": "espresso-blend", + "qty": 6, + "price": 78.05 + } + ], + "customer": { + "id": "cust-74c230", + "segment": "wholesale" + }, + "shipping_address": { + "city": "paris", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/18/ord-cbba42d9.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/18/ord-cbba42d9.json new file mode 100644 index 0000000000000000000000000000000000000000..215ee91ba42ea4ccf5bda15abaa916ccc349a1f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/18/ord-cbba42d9.json @@ -0,0 +1,27 @@ +{ + "id": "ord-cbba42d9", + "status": "shipping", + "total": 290.12, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 4, + "price": 29.51 + }, + { + "sku": "laptop-stand", + "qty": 1, + "price": 64.11 + } + ], + "customer": { + "id": "cust-79c365", + "segment": "internal" + }, + "shipping_address": { + "city": "kyoto", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo con" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/19/ord-e37e9a50.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/19/ord-e37e9a50.json new file mode 100644 index 0000000000000000000000000000000000000000..3886ccc1de98b99c6f155cd87b981f62149f58bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/19/ord-e37e9a50.json @@ -0,0 +1,37 @@ +{ + "id": "ord-e37e9a50", + "status": "shipping", + "total": 114.3, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 3, + "price": 4.58 + }, + { + "sku": "ergo-chair", + "qty": 5, + "price": 52.2 + }, + { + "sku": "wireless-mouse", + "qty": 5, + "price": 70.71 + }, + { + "sku": "ceramic-mug", + "qty": 6, + "price": 12.51 + } + ], + "customer": { + "id": "cust-3fcd80", + "segment": "internal" + }, + "shipping_address": { + "city": "denver", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad m" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/21/ord-36db7474.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/21/ord-36db7474.json new file mode 100644 index 0000000000000000000000000000000000000000..b9737d194f9525d8226632dacd922d56c80e7e24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/21/ord-36db7474.json @@ -0,0 +1,32 @@ +{ + "id": "ord-36db7474", + "status": "pending", + "total": 169.7, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 5, + "price": 14.2 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 24.16 + }, + { + "sku": "linen-notebook", + "qty": 5, + "price": 10.3 + } + ], + "customer": { + "id": "cust-88cba6", + "segment": "wholesale" + }, + "shipping_address": { + "city": "beijing", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labor" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/24/ord-c8f831e8.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/24/ord-c8f831e8.json new file mode 100644 index 0000000000000000000000000000000000000000..7fdf227f0a68115405de20cef3f7adc18ee6460e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/01/24/ord-c8f831e8.json @@ -0,0 +1,22 @@ +{ + "id": "ord-c8f831e8", + "status": "shipping", + "total": 279.0, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 2, + "price": 22.05 + } + ], + "customer": { + "id": "cust-64e0a4", + "segment": "retail" + }, + "shipping_address": { + "city": "seattle", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercita" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/03/ord-47ec3232.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/03/ord-47ec3232.json new file mode 100644 index 0000000000000000000000000000000000000000..34714b01a560aa576da3ae1aedf2561c0a68ed13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/03/ord-47ec3232.json @@ -0,0 +1,27 @@ +{ + "id": "ord-47ec3232", + "status": "refunded", + "total": 73.9, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 1, + "price": 57.44 + }, + { + "sku": "wireless-mouse", + "qty": 3, + "price": 50.8 + } + ], + "customer": { + "id": "cust-c43086", + "segment": "internal" + }, + "shipping_address": { + "city": "tokyo", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim a" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/04/ord-8d3ac7f5.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/04/ord-8d3ac7f5.json new file mode 100644 index 0000000000000000000000000000000000000000..9797c8a58a270676add72450649ec85cc9c6532b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/04/ord-8d3ac7f5.json @@ -0,0 +1,37 @@ +{ + "id": "ord-8d3ac7f5", + "status": "cancelled", + "total": 234.85, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 5, + "price": 75.84 + }, + { + "sku": "espresso-blend", + "qty": 1, + "price": 61.87 + }, + { + "sku": "mechanical-keyboard", + "qty": 2, + "price": 55.9 + }, + { + "sku": "noise-isolating-headphones", + "qty": 5, + "price": 39.97 + } + ], + "customer": { + "id": "cust-fc4718", + "segment": "internal" + }, + "shipping_address": { + "city": "tokyo", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip e" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/05/ord-36fcd8d6.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/05/ord-36fcd8d6.json new file mode 100644 index 0000000000000000000000000000000000000000..12989489e60cb227d34387fadc08eb32f01170e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/05/ord-36fcd8d6.json @@ -0,0 +1,22 @@ +{ + "id": "ord-36fcd8d6", + "status": "cancelled", + "total": 168.82, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 4, + "price": 11.14 + } + ], + "customer": { + "id": "cust-da7229", + "segment": "retail" + }, + "shipping_address": { + "city": "manchester", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/06/ord-ce6940b3.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/06/ord-ce6940b3.json new file mode 100644 index 0000000000000000000000000000000000000000..9269b4174b88933725f82e59bce24ee653a30062 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/06/ord-ce6940b3.json @@ -0,0 +1,37 @@ +{ + "id": "ord-ce6940b3", + "status": "pending", + "total": 5.06, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 1, + "price": 4.66 + }, + { + "sku": "ceramic-mug", + "qty": 6, + "price": 34.64 + }, + { + "sku": "laptop-stand", + "qty": 2, + "price": 67.19 + }, + { + "sku": "laptop-stand", + "qty": 5, + "price": 51.78 + } + ], + "customer": { + "id": "cust-8043a2", + "segment": "internal" + }, + "shipping_address": { + "city": "seattle", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/11/ord-4a4307c6.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/11/ord-4a4307c6.json new file mode 100644 index 0000000000000000000000000000000000000000..dfc61c9845da63a6deb79d6079c167f6f4de8c91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/11/ord-4a4307c6.json @@ -0,0 +1,32 @@ +{ + "id": "ord-4a4307c6", + "status": "cancelled", + "total": 236.77, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 4, + "price": 38.49 + }, + { + "sku": "espresso-blend", + "qty": 6, + "price": 24.49 + }, + { + "sku": "espresso-blend", + "qty": 2, + "price": 63.91 + } + ], + "customer": { + "id": "cust-524988", + "segment": "retail" + }, + "shipping_address": { + "city": "new-york", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliq" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/15/ord-1b6a0879.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/15/ord-1b6a0879.json new file mode 100644 index 0000000000000000000000000000000000000000..a530c21f8a0e56327a49d43af1505447bb931093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/15/ord-1b6a0879.json @@ -0,0 +1,27 @@ +{ + "id": "ord-1b6a0879", + "status": "pending", + "total": 160.11, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 1, + "price": 52.31 + }, + { + "sku": "mechanical-keyboard", + "qty": 5, + "price": 32.9 + } + ], + "customer": { + "id": "cust-5e0334", + "segment": "wholesale" + }, + "shipping_address": { + "city": "shanghai", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit ess" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/16/ord-cbd44d5b.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/16/ord-cbd44d5b.json new file mode 100644 index 0000000000000000000000000000000000000000..7aa2c46c7e30be49fbee43826d082a8102129d82 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/16/ord-cbd44d5b.json @@ -0,0 +1,32 @@ +{ + "id": "ord-cbd44d5b", + "status": "refunded", + "total": 10.08, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 4, + "price": 10.87 + }, + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 58.47 + }, + { + "sku": "noise-isolating-headphones", + "qty": 6, + "price": 78.46 + } + ], + "customer": { + "id": "cust-626a9a", + "segment": "wholesale" + }, + "shipping_address": { + "city": "manchester", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/17/ord-14aff6f3.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/17/ord-14aff6f3.json new file mode 100644 index 0000000000000000000000000000000000000000..b2123a2d98e6c35028d04ab25957914050bb0bc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/17/ord-14aff6f3.json @@ -0,0 +1,27 @@ +{ + "id": "ord-14aff6f3", + "status": "cancelled", + "total": 178.99, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 4, + "price": 42.02 + }, + { + "sku": "led-desk-lamp", + "qty": 4, + "price": 15.34 + } + ], + "customer": { + "id": "cust-4858ec", + "segment": "internal" + }, + "shipping_address": { + "city": "kyoto", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labori" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/19/ord-5e228281.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/19/ord-5e228281.json new file mode 100644 index 0000000000000000000000000000000000000000..5516a05aca83a62a9250dfcfce781c18d47288db --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/19/ord-5e228281.json @@ -0,0 +1,22 @@ +{ + "id": "ord-5e228281", + "status": "pending", + "total": 20.2, + "currency": "USD", + "items": [ + { + "sku": "ceramic-mug", + "qty": 5, + "price": 43.3 + } + ], + "customer": { + "id": "cust-27fa09", + "segment": "wholesale" + }, + "shipping_address": { + "city": "austin", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dol" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/23/ord-386ab7be.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/23/ord-386ab7be.json new file mode 100644 index 0000000000000000000000000000000000000000..28903e215f8f825d04642f0b1c49ee21e845314e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/23/ord-386ab7be.json @@ -0,0 +1,37 @@ +{ + "id": "ord-386ab7be", + "status": "completed", + "total": 266.69, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 62.83 + }, + { + "sku": "led-desk-lamp", + "qty": 4, + "price": 21.17 + }, + { + "sku": "noise-isolating-headphones", + "qty": 2, + "price": 37.35 + }, + { + "sku": "led-desk-lamp", + "qty": 5, + "price": 63.9 + } + ], + "customer": { + "id": "cust-32699c", + "segment": "internal" + }, + "shipping_address": { + "city": "chicago", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/23/ord-e01c7d72.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/23/ord-e01c7d72.json new file mode 100644 index 0000000000000000000000000000000000000000..9000d820149e8dfc5610bdecb41745fe78d91835 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/23/ord-e01c7d72.json @@ -0,0 +1,22 @@ +{ + "id": "ord-e01c7d72", + "status": "shipping", + "total": 286.92, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 4, + "price": 49.8 + } + ], + "customer": { + "id": "cust-22fc15", + "segment": "retail" + }, + "shipping_address": { + "city": "denver", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/26/ord-27b912e1.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/26/ord-27b912e1.json new file mode 100644 index 0000000000000000000000000000000000000000..e50b22745518e1bc1a020211a0361c36fbaa3f2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/26/ord-27b912e1.json @@ -0,0 +1,32 @@ +{ + "id": "ord-27b912e1", + "status": "cancelled", + "total": 183.65, + "currency": "USD", + "items": [ + { + "sku": "noise-isolating-headphones", + "qty": 4, + "price": 19.83 + }, + { + "sku": "linen-notebook", + "qty": 2, + "price": 17.38 + }, + { + "sku": "linen-notebook", + "qty": 1, + "price": 77.26 + } + ], + "customer": { + "id": "cust-404e49", + "segment": "internal" + }, + "shipping_address": { + "city": "vancouver", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ull" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/26/ord-bb61804d.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/26/ord-bb61804d.json new file mode 100644 index 0000000000000000000000000000000000000000..ec8daf54956d53828a1bc78ccd83df850e7d0a4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/02/26/ord-bb61804d.json @@ -0,0 +1,32 @@ +{ + "id": "ord-bb61804d", + "status": "refunded", + "total": 255.52, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 5, + "price": 38.33 + }, + { + "sku": "ceramic-mug", + "qty": 3, + "price": 32.56 + }, + { + "sku": "linen-notebook", + "qty": 4, + "price": 30.79 + } + ], + "customer": { + "id": "cust-0721ba", + "segment": "internal" + }, + "shipping_address": { + "city": "barcelona", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ve" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/01/ord-79698309.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/01/ord-79698309.json new file mode 100644 index 0000000000000000000000000000000000000000..3d2956e3e9bc6c9d68bbe6499397fe7705aa41a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/01/ord-79698309.json @@ -0,0 +1,22 @@ +{ + "id": "ord-79698309", + "status": "pending", + "total": 307.52, + "currency": "USD", + "items": [ + { + "sku": "laptop-stand", + "qty": 3, + "price": 29.97 + } + ], + "customer": { + "id": "cust-b986bd", + "segment": "wholesale" + }, + "shipping_address": { + "city": "mumbai", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/01/ord-bf5e151a.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/01/ord-bf5e151a.json new file mode 100644 index 0000000000000000000000000000000000000000..615c3b7133e45c355b82f0e636a2c51d9dcb0b8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/01/ord-bf5e151a.json @@ -0,0 +1,27 @@ +{ + "id": "ord-bf5e151a", + "status": "shipping", + "total": 330.5, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 6, + "price": 40.71 + }, + { + "sku": "noise-isolating-headphones", + "qty": 5, + "price": 48.87 + } + ], + "customer": { + "id": "cust-fd1f5b", + "segment": "internal" + }, + "shipping_address": { + "city": "paris", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/04/ord-2a8f66df.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/04/ord-2a8f66df.json new file mode 100644 index 0000000000000000000000000000000000000000..0a8e1b3520ddb3bad867f2a5f49dead4d6ec06b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/04/ord-2a8f66df.json @@ -0,0 +1,32 @@ +{ + "id": "ord-2a8f66df", + "status": "shipping", + "total": 114.07, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 2, + "price": 44.22 + }, + { + "sku": "noise-isolating-headphones", + "qty": 1, + "price": 19.16 + }, + { + "sku": "mechanical-keyboard", + "qty": 4, + "price": 64.2 + } + ], + "customer": { + "id": "cust-6e8b4f", + "segment": "internal" + }, + "shipping_address": { + "city": "seattle", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/06/ord-392dfce5.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/06/ord-392dfce5.json new file mode 100644 index 0000000000000000000000000000000000000000..aaeaf759f5823b79b9eeaaa39865a158a3c41d2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/06/ord-392dfce5.json @@ -0,0 +1,22 @@ +{ + "id": "ord-392dfce5", + "status": "completed", + "total": 26.63, + "currency": "USD", + "items": [ + { + "sku": "espresso-blend", + "qty": 5, + "price": 35.55 + } + ], + "customer": { + "id": "cust-714696", + "segment": "retail" + }, + "shipping_address": { + "city": "chicago", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nos" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/08/ord-323ed3c9.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/08/ord-323ed3c9.json new file mode 100644 index 0000000000000000000000000000000000000000..b5948a334ccb91ff5abf744dd9c775dea2dead8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/08/ord-323ed3c9.json @@ -0,0 +1,37 @@ +{ + "id": "ord-323ed3c9", + "status": "refunded", + "total": 217.6, + "currency": "USD", + "items": [ + { + "sku": "laptop-stand", + "qty": 5, + "price": 27.6 + }, + { + "sku": "linen-notebook", + "qty": 1, + "price": 57.24 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 44.23 + }, + { + "sku": "wireless-mouse", + "qty": 2, + "price": 58.22 + } + ], + "customer": { + "id": "cust-a90370", + "segment": "internal" + }, + "shipping_address": { + "city": "amsterdam", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/10/ord-1180f36c.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/10/ord-1180f36c.json new file mode 100644 index 0000000000000000000000000000000000000000..d364edf2a2651fdeb0615aa0bde23d2892788240 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/10/ord-1180f36c.json @@ -0,0 +1,22 @@ +{ + "id": "ord-1180f36c", + "status": "shipping", + "total": 297.24, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 5, + "price": 10.17 + } + ], + "customer": { + "id": "cust-53ea91", + "segment": "retail" + }, + "shipping_address": { + "city": "manchester", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute i" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/11/ord-6f3f4977.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/11/ord-6f3f4977.json new file mode 100644 index 0000000000000000000000000000000000000000..52831af7a7cd2e6d2cfdd4a203c996f658a9152b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/11/ord-6f3f4977.json @@ -0,0 +1,37 @@ +{ + "id": "ord-6f3f4977", + "status": "cancelled", + "total": 38.99, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 3, + "price": 54.59 + }, + { + "sku": "led-desk-lamp", + "qty": 2, + "price": 77.31 + }, + { + "sku": "ergo-chair", + "qty": 3, + "price": 53.96 + }, + { + "sku": "noise-isolating-headphones", + "qty": 3, + "price": 66.12 + } + ], + "customer": { + "id": "cust-aaf824", + "segment": "internal" + }, + "shipping_address": { + "city": "auckland", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cill" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/12/ord-3f9200af.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/12/ord-3f9200af.json new file mode 100644 index 0000000000000000000000000000000000000000..b96b80ddc8baa6bd277a264e5a93cc24bff718b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/12/ord-3f9200af.json @@ -0,0 +1,22 @@ +{ + "id": "ord-3f9200af", + "status": "cancelled", + "total": 73.32, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 6, + "price": 77.69 + } + ], + "customer": { + "id": "cust-e794c2", + "segment": "internal" + }, + "shipping_address": { + "city": "auckland", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/15/ord-fd4f08a8.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/15/ord-fd4f08a8.json new file mode 100644 index 0000000000000000000000000000000000000000..a23413504c8282c7f2f07ee0b115581821419d79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/15/ord-fd4f08a8.json @@ -0,0 +1,32 @@ +{ + "id": "ord-fd4f08a8", + "status": "pending", + "total": 223.36, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 6, + "price": 53.7 + }, + { + "sku": "ceramic-mug", + "qty": 4, + "price": 56.54 + }, + { + "sku": "wireless-mouse", + "qty": 6, + "price": 62.51 + } + ], + "customer": { + "id": "cust-95697e", + "segment": "internal" + }, + "shipping_address": { + "city": "seattle", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostru" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/17/ord-5becf259.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/17/ord-5becf259.json new file mode 100644 index 0000000000000000000000000000000000000000..9420358ee5cf12250109e472ade6903d5c3e7c7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/17/ord-5becf259.json @@ -0,0 +1,37 @@ +{ + "id": "ord-5becf259", + "status": "pending", + "total": 246.24, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 2, + "price": 28.59 + }, + { + "sku": "ceylon-tea", + "qty": 1, + "price": 50.87 + }, + { + "sku": "wireless-mouse", + "qty": 6, + "price": 59.52 + }, + { + "sku": "wireless-mouse", + "qty": 4, + "price": 66.5 + } + ], + "customer": { + "id": "cust-f900c0", + "segment": "wholesale" + }, + "shipping_address": { + "city": "new-york", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/21/ord-25756b9d.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/21/ord-25756b9d.json new file mode 100644 index 0000000000000000000000000000000000000000..8871754fcb1391c403ed0edc1d4a32e089ad02e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/21/ord-25756b9d.json @@ -0,0 +1,27 @@ +{ + "id": "ord-25756b9d", + "status": "refunded", + "total": 140.3, + "currency": "USD", + "items": [ + { + "sku": "led-desk-lamp", + "qty": 5, + "price": 62.27 + }, + { + "sku": "wireless-mouse", + "qty": 6, + "price": 44.1 + } + ], + "customer": { + "id": "cust-82b790", + "segment": "retail" + }, + "shipping_address": { + "city": "manchester", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex e" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/27/ord-253a39ad.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/27/ord-253a39ad.json new file mode 100644 index 0000000000000000000000000000000000000000..cef1ec78003b885ea71f70c83013f75979cf319b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/27/ord-253a39ad.json @@ -0,0 +1,32 @@ +{ + "id": "ord-253a39ad", + "status": "pending", + "total": 134.79, + "currency": "USD", + "items": [ + { + "sku": "noise-isolating-headphones", + "qty": 6, + "price": 29.91 + }, + { + "sku": "ceramic-mug", + "qty": 5, + "price": 16.64 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 48.86 + } + ], + "customer": { + "id": "cust-9a56cb", + "segment": "wholesale" + }, + "shipping_address": { + "city": "san-francisco", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/28/ord-ab5328cf.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/28/ord-ab5328cf.json new file mode 100644 index 0000000000000000000000000000000000000000..a95d8a6b04f91e0a1b92528ee5bd00dcca048a47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/03/28/ord-ab5328cf.json @@ -0,0 +1,32 @@ +{ + "id": "ord-ab5328cf", + "status": "pending", + "total": 264.13, + "currency": "USD", + "items": [ + { + "sku": "linen-notebook", + "qty": 3, + "price": 36.4 + }, + { + "sku": "ceylon-tea", + "qty": 3, + "price": 61.32 + }, + { + "sku": "laptop-stand", + "qty": 4, + "price": 25.9 + } + ], + "customer": { + "id": "cust-fb31a7", + "segment": "internal" + }, + "shipping_address": { + "city": "boston", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/08/ord-24782eae.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/08/ord-24782eae.json new file mode 100644 index 0000000000000000000000000000000000000000..14e47860a55c9b6390664053933f5a4d97a48cd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/08/ord-24782eae.json @@ -0,0 +1,27 @@ +{ + "id": "ord-24782eae", + "status": "shipping", + "total": 271.12, + "currency": "USD", + "items": [ + { + "sku": "ceylon-tea", + "qty": 3, + "price": 18.6 + }, + { + "sku": "linen-notebook", + "qty": 6, + "price": 50.61 + } + ], + "customer": { + "id": "cust-5029f0", + "segment": "wholesale" + }, + "shipping_address": { + "city": "seattle", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation " +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/09/ord-9a0e96e3.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/09/ord-9a0e96e3.json new file mode 100644 index 0000000000000000000000000000000000000000..f8470deb2152e5eeca5a3d72bb7f0b046d175624 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/09/ord-9a0e96e3.json @@ -0,0 +1,37 @@ +{ + "id": "ord-9a0e96e3", + "status": "pending", + "total": 142.9, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 4, + "price": 13.88 + }, + { + "sku": "ergo-chair", + "qty": 4, + "price": 71.92 + }, + { + "sku": "laptop-stand", + "qty": 5, + "price": 53.84 + }, + { + "sku": "laptop-stand", + "qty": 1, + "price": 12.18 + } + ], + "customer": { + "id": "cust-9f6cd3", + "segment": "wholesale" + }, + "shipping_address": { + "city": "shanghai", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/10/ord-7d61d045.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/10/ord-7d61d045.json new file mode 100644 index 0000000000000000000000000000000000000000..934fae27e69a731178a225f209604273c9ab251b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/10/ord-7d61d045.json @@ -0,0 +1,37 @@ +{ + "id": "ord-7d61d045", + "status": "refunded", + "total": 210.94, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 6, + "price": 37.2 + }, + { + "sku": "ceylon-tea", + "qty": 2, + "price": 37.26 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 52.81 + }, + { + "sku": "espresso-blend", + "qty": 5, + "price": 21.45 + } + ], + "customer": { + "id": "cust-2ed617", + "segment": "retail" + }, + "shipping_address": { + "city": "sydney", + "country_code": "AU" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/17/ord-37e4fb5a.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/17/ord-37e4fb5a.json new file mode 100644 index 0000000000000000000000000000000000000000..15131bc83551381a9b935fa8fbd59b80a8c69683 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/17/ord-37e4fb5a.json @@ -0,0 +1,37 @@ +{ + "id": "ord-37e4fb5a", + "status": "shipping", + "total": 107.29, + "currency": "USD", + "items": [ + { + "sku": "ceramic-mug", + "qty": 2, + "price": 35.35 + }, + { + "sku": "led-desk-lamp", + "qty": 1, + "price": 40.05 + }, + { + "sku": "mechanical-keyboard", + "qty": 1, + "price": 67.72 + }, + { + "sku": "ceylon-tea", + "qty": 3, + "price": 40.36 + } + ], + "customer": { + "id": "cust-1ed524", + "segment": "internal" + }, + "shipping_address": { + "city": "denver", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/21/ord-8ed3f6db.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/21/ord-8ed3f6db.json new file mode 100644 index 0000000000000000000000000000000000000000..7460eccc7b358ecdef353bb7e42c05a803f1fa84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/21/ord-8ed3f6db.json @@ -0,0 +1,27 @@ +{ + "id": "ord-8ed3f6db", + "status": "shipping", + "total": 30.89, + "currency": "USD", + "items": [ + { + "sku": "ergo-chair", + "qty": 3, + "price": 47.24 + }, + { + "sku": "ceramic-mug", + "qty": 5, + "price": 44.37 + } + ], + "customer": { + "id": "cust-28ed3d", + "segment": "wholesale" + }, + "shipping_address": { + "city": "dublin", + "country_code": "BR" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptat" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/21/ord-91e058c7.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/21/ord-91e058c7.json new file mode 100644 index 0000000000000000000000000000000000000000..250d7227f20ad5dfd238e3013ee6b5134ce0b642 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/21/ord-91e058c7.json @@ -0,0 +1,37 @@ +{ + "id": "ord-91e058c7", + "status": "shipping", + "total": 26.76, + "currency": "USD", + "items": [ + { + "sku": "mechanical-keyboard", + "qty": 2, + "price": 51.56 + }, + { + "sku": "wireless-mouse", + "qty": 2, + "price": 64.73 + }, + { + "sku": "led-desk-lamp", + "qty": 2, + "price": 59.1 + }, + { + "sku": "espresso-blend", + "qty": 3, + "price": 14.27 + } + ], + "customer": { + "id": "cust-70196d", + "segment": "internal" + }, + "shipping_address": { + "city": "mumbai", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse ci" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/23/ord-ac907ba9.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/23/ord-ac907ba9.json new file mode 100644 index 0000000000000000000000000000000000000000..bba76115cdb4d2f47a5322ce9cae6d4db2c0ab9f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/23/ord-ac907ba9.json @@ -0,0 +1,22 @@ +{ + "id": "ord-ac907ba9", + "status": "pending", + "total": 94.99, + "currency": "USD", + "items": [ + { + "sku": "laptop-stand", + "qty": 6, + "price": 45.38 + } + ], + "customer": { + "id": "cust-c31b57", + "segment": "retail" + }, + "shipping_address": { + "city": "shanghai", + "country_code": "JP" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor i" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/24/ord-cdeafa20.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/24/ord-cdeafa20.json new file mode 100644 index 0000000000000000000000000000000000000000..2e3048094d35e6dd8bf79e7a4c10fbc80f46390b --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/24/ord-cdeafa20.json @@ -0,0 +1,22 @@ +{ + "id": "ord-cdeafa20", + "status": "completed", + "total": 242.73, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 4, + "price": 71.51 + } + ], + "customer": { + "id": "cust-4a54a3", + "segment": "retail" + }, + "shipping_address": { + "city": "dublin", + "country_code": "US" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/26/ord-a361dba6.json b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/26/ord-a361dba6.json new file mode 100644 index 0000000000000000000000000000000000000000..72a12ed413cc121aefec8752a5b210233ee62ce7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/orders/2024/04/26/ord-a361dba6.json @@ -0,0 +1,22 @@ +{ + "id": "ord-a361dba6", + "status": "shipping", + "total": 44.31, + "currency": "USD", + "items": [ + { + "sku": "wireless-mouse", + "qty": 6, + "price": 36.9 + } + ], + "customer": { + "id": "cust-f46dcf", + "segment": "retail" + }, + "shipping_address": { + "city": "san-francisco", + "country_code": "DE" + }, + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia" +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_92af524d42/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/advanced-guide.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/advanced-guide.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8a489dcd5fafd865d2779c644a9fb1ed226224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/advanced-guide.txt @@ -0,0 +1,20 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/cookbook-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/cookbook-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/cookbook-internals.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-advanced-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-advanced-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba71b0775dd3bc67d173e2e20139b4d7c00cd02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-advanced-1.txt @@ -0,0 +1,27 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-advanced.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-advanced.txt new file mode 100644 index 0000000000000000000000000000000000000000..13a3bdccdb79e04040b37c840f1357f3b70abf02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-advanced.txt @@ -0,0 +1,13 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-primer-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-primer-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c68ea77926a51b673d84a891bd5dece6deecb65d --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/deep-dive-primer-1.txt @@ -0,0 +1,29 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 +line 28 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/guide-advanced.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/guide-advanced.txt new file mode 100644 index 0000000000000000000000000000000000000000..0279ae87542eb692cf4c10fd3ba1939aa96db0cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/guide-advanced.txt @@ -0,0 +1,18 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/internals-primer.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/internals-primer.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac1a69248083b255e9e22f9492a706df2921520 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/internals-primer.txt @@ -0,0 +1,19 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/intro-advanced.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/intro-advanced.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af60b5cbfdaa6ae56a2942801b752c074a6f4fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/explanations/intro-advanced.txt @@ -0,0 +1,21 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/advanced-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/advanced-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..865125a3c596121eee04aeec6178deb9777482b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/advanced-patterns.txt @@ -0,0 +1,26 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/best-practices-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/best-practices-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceebda1a65a683c0e2daf41bd7d7b94262636b01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/best-practices-patterns.txt @@ -0,0 +1,28 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/cookbook-primer.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/cookbook-primer.txt new file mode 100644 index 0000000000000000000000000000000000000000..13a3bdccdb79e04040b37c840f1357f3b70abf02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/cookbook-primer.txt @@ -0,0 +1,13 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/guide-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/guide-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af60b5cbfdaa6ae56a2942801b752c074a6f4fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/guide-internals.txt @@ -0,0 +1,21 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/intro-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/intro-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..92e8e7fbf95a1ad38b86030277168717f45208dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/intro-cookbook.txt @@ -0,0 +1,17 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/intro-primer.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/intro-primer.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/intro-primer.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/overview-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/overview-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..27435e1ff9d34fb2c7335450d29933ada3e3fd04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/overview-patterns.txt @@ -0,0 +1,10 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/patterns-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/patterns-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..92e8e7fbf95a1ad38b86030277168717f45208dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/how-tos/patterns-internals.txt @@ -0,0 +1,17 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/best-practices-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/best-practices-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8a489dcd5fafd865d2779c644a9fb1ed226224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/best-practices-cookbook.txt @@ -0,0 +1,20 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/cookbook-intro.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/cookbook-intro.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9d1ebcceba65030e85ec0b81681e0783786c61d --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/cookbook-intro.txt @@ -0,0 +1,25 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/deep-dive-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/deep-dive-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..6343bed1fb14ed2911672811760d3ad28149026a --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/deep-dive-internals.txt @@ -0,0 +1,22 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-best-practices.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-best-practices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceebda1a65a683c0e2daf41bd7d7b94262636b01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-best-practices.txt @@ -0,0 +1,28 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac1a69248083b255e9e22f9492a706df2921520 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-cookbook.txt @@ -0,0 +1,19 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-patterns-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-patterns-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..44e17671c917dbc799fe5594c7376d937a6c357f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/guide-patterns-1.txt @@ -0,0 +1,24 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/patterns-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/patterns-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b605b5408ed4cff8eca2b1599240bfb714f335a --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/patterns-cookbook.txt @@ -0,0 +1,11 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/patterns-intro-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/patterns-intro-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e57a61ef1a86ceef26100df9f397a660610763ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/references/patterns-intro-1.txt @@ -0,0 +1,14 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/advanced-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/advanced-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..0279ae87542eb692cf4c10fd3ba1939aa96db0cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/advanced-cookbook.txt @@ -0,0 +1,18 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/cookbook-guide.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/cookbook-guide.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8a489dcd5fafd865d2779c644a9fb1ed226224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/cookbook-guide.txt @@ -0,0 +1,20 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/deep-dive-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/deep-dive-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/deep-dive-cookbook.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/deep-dive-intro.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/deep-dive-intro.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba71b0775dd3bc67d173e2e20139b4d7c00cd02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/deep-dive-intro.txt @@ -0,0 +1,27 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-deep-dive.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-deep-dive.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-deep-dive.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-intro.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-intro.txt new file mode 100644 index 0000000000000000000000000000000000000000..c68ea77926a51b673d84a891bd5dece6deecb65d --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-intro.txt @@ -0,0 +1,29 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 +line 28 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe5fba5d852152d33daa08425a05bfe361c4e50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/guide-patterns.txt @@ -0,0 +1,23 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/intro-best-practices-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/intro-best-practices-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af60b5cbfdaa6ae56a2942801b752c074a6f4fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/documentation/tutorials/intro-best-practices-1.txt @@ -0,0 +1,21 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/reports/line_counts.tsv b/shellops_pro/assets/ShellOps_93da06cd5a/gold/reports/line_counts.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1cd67b04e08474445560d893cf93959cdd1138b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/reports/line_counts.tsv @@ -0,0 +1,32 @@ +advanced-cookbook 18 +advanced-guide 20 +advanced-patterns 26 +best-practices-cookbook 20 +best-practices-patterns 28 +cookbook-guide 20 +cookbook-internals 16 +cookbook-intro 25 +cookbook-primer 13 +deep-dive-advanced 13 +deep-dive-advanced-1 27 +deep-dive-cookbook 16 +deep-dive-internals 22 +deep-dive-intro 27 +deep-dive-primer-1 29 +guide-advanced 18 +guide-best-practices 28 +guide-cookbook 19 +guide-deep-dive 16 +guide-internals 21 +guide-intro 29 +guide-patterns 23 +guide-patterns-1 24 +internals-primer 19 +intro-advanced 21 +intro-best-practices-1 21 +intro-cookbook 17 +intro-primer 16 +overview-patterns 10 +patterns-cookbook 11 +patterns-internals 17 +patterns-intro-1 14 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/advanced-guide.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/advanced-guide.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8a489dcd5fafd865d2779c644a9fb1ed226224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/advanced-guide.txt @@ -0,0 +1,20 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/cookbook-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/cookbook-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/cookbook-internals.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-advanced-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-advanced-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba71b0775dd3bc67d173e2e20139b4d7c00cd02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-advanced-1.txt @@ -0,0 +1,27 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-advanced.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-advanced.txt new file mode 100644 index 0000000000000000000000000000000000000000..13a3bdccdb79e04040b37c840f1357f3b70abf02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-advanced.txt @@ -0,0 +1,13 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-primer-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-primer-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..c68ea77926a51b673d84a891bd5dece6deecb65d --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/deep-dive-primer-1.txt @@ -0,0 +1,29 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 +line 28 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/guide-advanced.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/guide-advanced.txt new file mode 100644 index 0000000000000000000000000000000000000000..0279ae87542eb692cf4c10fd3ba1939aa96db0cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/guide-advanced.txt @@ -0,0 +1,18 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/internals-primer.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/internals-primer.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac1a69248083b255e9e22f9492a706df2921520 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/internals-primer.txt @@ -0,0 +1,19 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/intro-advanced.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/intro-advanced.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af60b5cbfdaa6ae56a2942801b752c074a6f4fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/explanations/intro-advanced.txt @@ -0,0 +1,21 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/advanced-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/advanced-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..865125a3c596121eee04aeec6178deb9777482b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/advanced-patterns.txt @@ -0,0 +1,26 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/best-practices-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/best-practices-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceebda1a65a683c0e2daf41bd7d7b94262636b01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/best-practices-patterns.txt @@ -0,0 +1,28 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/cookbook-primer.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/cookbook-primer.txt new file mode 100644 index 0000000000000000000000000000000000000000..13a3bdccdb79e04040b37c840f1357f3b70abf02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/cookbook-primer.txt @@ -0,0 +1,13 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/guide-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/guide-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af60b5cbfdaa6ae56a2942801b752c074a6f4fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/guide-internals.txt @@ -0,0 +1,21 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/intro-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/intro-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..92e8e7fbf95a1ad38b86030277168717f45208dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/intro-cookbook.txt @@ -0,0 +1,17 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/intro-primer.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/intro-primer.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/intro-primer.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/overview-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/overview-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..27435e1ff9d34fb2c7335450d29933ada3e3fd04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/overview-patterns.txt @@ -0,0 +1,10 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/patterns-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/patterns-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..92e8e7fbf95a1ad38b86030277168717f45208dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/how-tos/patterns-internals.txt @@ -0,0 +1,17 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/best-practices-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/best-practices-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8a489dcd5fafd865d2779c644a9fb1ed226224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/best-practices-cookbook.txt @@ -0,0 +1,20 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/cookbook-intro.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/cookbook-intro.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9d1ebcceba65030e85ec0b81681e0783786c61d --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/cookbook-intro.txt @@ -0,0 +1,25 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/deep-dive-internals.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/deep-dive-internals.txt new file mode 100644 index 0000000000000000000000000000000000000000..6343bed1fb14ed2911672811760d3ad28149026a --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/deep-dive-internals.txt @@ -0,0 +1,22 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-best-practices.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-best-practices.txt new file mode 100644 index 0000000000000000000000000000000000000000..ceebda1a65a683c0e2daf41bd7d7b94262636b01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-best-practices.txt @@ -0,0 +1,28 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac1a69248083b255e9e22f9492a706df2921520 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-cookbook.txt @@ -0,0 +1,19 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-patterns-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-patterns-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..44e17671c917dbc799fe5594c7376d937a6c357f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/guide-patterns-1.txt @@ -0,0 +1,24 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/patterns-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/patterns-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b605b5408ed4cff8eca2b1599240bfb714f335a --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/patterns-cookbook.txt @@ -0,0 +1,11 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/patterns-intro-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/patterns-intro-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..e57a61ef1a86ceef26100df9f397a660610763ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/references/patterns-intro-1.txt @@ -0,0 +1,14 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/advanced-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/advanced-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..0279ae87542eb692cf4c10fd3ba1939aa96db0cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/advanced-cookbook.txt @@ -0,0 +1,18 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/cookbook-guide.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/cookbook-guide.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8a489dcd5fafd865d2779c644a9fb1ed226224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/cookbook-guide.txt @@ -0,0 +1,20 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/deep-dive-cookbook.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/deep-dive-cookbook.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/deep-dive-cookbook.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/deep-dive-intro.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/deep-dive-intro.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ba71b0775dd3bc67d173e2e20139b4d7c00cd02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/deep-dive-intro.txt @@ -0,0 +1,27 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-deep-dive.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-deep-dive.txt new file mode 100644 index 0000000000000000000000000000000000000000..62a7258474e13f346985fc0f75317bced9b94717 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-deep-dive.txt @@ -0,0 +1,16 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-intro.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-intro.txt new file mode 100644 index 0000000000000000000000000000000000000000..c68ea77926a51b673d84a891bd5dece6deecb65d --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-intro.txt @@ -0,0 +1,29 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 +line 23 +line 24 +line 25 +line 26 +line 27 +line 28 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-patterns.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-patterns.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe5fba5d852152d33daa08425a05bfe361c4e50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/guide-patterns.txt @@ -0,0 +1,23 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 +line 21 +line 22 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/intro-best-practices-1.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/intro-best-practices-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7af60b5cbfdaa6ae56a2942801b752c074a6f4fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/documentation/tutorials/intro-best-practices-1.txt @@ -0,0 +1,21 @@ +line 0 +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 +line 7 +line 8 +line 9 +line 10 +line 11 +line 12 +line 13 +line 14 +line 15 +line 16 +line 17 +line 18 +line 19 +line 20 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_93da06cd5a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/amsterdam/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/amsterdam/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f4bbe754d87c08d381aded36d97e34a0eda1c828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/amsterdam/products.csv @@ -0,0 +1,11 @@ +name,price,stock +ceylon-tea,148,38 +espresso-blend,43,49 +linen-notebook,24,34 +laptop-stand,51,1 +mechanical-keyboard,98,24 +ceramic-mug,13,40 +noise-isolating-headphones,52,6 +ceylon-tea,31,25 +noise-isolating-headphones,113,12 +wireless-mouse,113,16 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/barcelona/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/barcelona/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..143115189ed78896a484803fbcf3f47aafd1ef7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/barcelona/products.csv @@ -0,0 +1,15 @@ +name,price,stock +led-desk-lamp,26,7 +wireless-mouse,60,39 +wireless-mouse,110,4 +ceramic-mug,185,41 +ceramic-mug,58,2 +ceylon-tea,121,31 +noise-isolating-headphones,79,15 +ceramic-mug,19,30 +wireless-mouse,179,25 +ergo-chair,40,26 +laptop-stand,112,14 +noise-isolating-headphones,89,41 +espresso-blend,200,2 +ceylon-tea,105,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/boston/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/boston/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f443ac98c38c8f7a034b964657f43c1a90097249 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/boston/products.csv @@ -0,0 +1,9 @@ +name,price,stock +ceylon-tea,9,19 +mechanical-keyboard,73,28 +ceylon-tea,167,5 +espresso-blend,65,50 +mechanical-keyboard,145,25 +laptop-stand,186,20 +espresso-blend,49,47 +ceramic-mug,167,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/chicago/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/chicago/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..ad92d6a5f075f758e4420dfb64a85704a7771d62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/chicago/products.csv @@ -0,0 +1,15 @@ +name,price,stock +led-desk-lamp,87,7 +ergo-chair,59,45 +led-desk-lamp,161,24 +led-desk-lamp,65,34 +noise-isolating-headphones,41,2 +espresso-blend,77,21 +ceramic-mug,97,50 +mechanical-keyboard,50,36 +espresso-blend,23,48 +mechanical-keyboard,94,12 +noise-isolating-headphones,150,21 +wireless-mouse,116,40 +ceylon-tea,69,23 +espresso-blend,13,19 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/kyoto/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/kyoto/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..b5dcb9e3391391f05390bc5dfd6760900e501b9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/kyoto/products.csv @@ -0,0 +1,11 @@ +name,price,stock +ergo-chair,132,18 +laptop-stand,55,20 +laptop-stand,102,25 +wireless-mouse,169,30 +ceramic-mug,190,7 +laptop-stand,103,37 +noise-isolating-headphones,97,47 +espresso-blend,169,48 +espresso-blend,133,18 +led-desk-lamp,162,17 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/mumbai/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/mumbai/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..dde5b9732286a20adcf9bebbec89fbb05890e6a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/mumbai/products.csv @@ -0,0 +1,15 @@ +name,price,stock +led-desk-lamp,181,3 +ceramic-mug,54,18 +mechanical-keyboard,62,28 +ceramic-mug,9,45 +wireless-mouse,27,32 +laptop-stand,166,33 +ceramic-mug,133,29 +ceylon-tea,184,12 +mechanical-keyboard,187,21 +led-desk-lamp,27,36 +linen-notebook,33,22 +ceylon-tea,48,6 +wireless-mouse,140,46 +linen-notebook,64,4 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/osaka/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/osaka/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..c035277115a8ad4f9c32bd203cca3fc9b2fc6fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/osaka/products.csv @@ -0,0 +1,12 @@ +name,price,stock +ceylon-tea,157,16 +ergo-chair,179,23 +wireless-mouse,106,0 +ergo-chair,91,27 +led-desk-lamp,135,43 +mechanical-keyboard,128,49 +espresso-blend,73,2 +linen-notebook,60,3 +linen-notebook,153,31 +linen-notebook,140,43 +ergo-chair,168,35 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/paris/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/paris/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..16105e21e3981cb1d74b1fbfc80487660e21ba66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/paris/products.csv @@ -0,0 +1,9 @@ +name,price,stock +led-desk-lamp,16,38 +ergo-chair,157,13 +laptop-stand,186,47 +ergo-chair,10,7 +ceramic-mug,184,38 +espresso-blend,153,44 +mechanical-keyboard,125,5 +noise-isolating-headphones,21,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/seattle/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/seattle/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7f516a03463d58f8ce6cb3dd54c9b89083c150e --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/seattle/products.csv @@ -0,0 +1,14 @@ +name,price,stock +laptop-stand,15,8 +laptop-stand,19,45 +wireless-mouse,113,35 +ergo-chair,37,25 +espresso-blend,170,34 +ceylon-tea,16,13 +ceramic-mug,148,31 +led-desk-lamp,174,44 +wireless-mouse,96,21 +ceylon-tea,152,5 +wireless-mouse,78,6 +mechanical-keyboard,42,19 +mechanical-keyboard,93,19 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/seoul/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/seoul/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..21138163d0f9f4d33cf54c5b81a141e058f44046 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/seoul/products.csv @@ -0,0 +1,10 @@ +name,price,stock +espresso-blend,186,27 +wireless-mouse,48,42 +wireless-mouse,160,29 +ceramic-mug,23,40 +laptop-stand,150,37 +ergo-chair,93,35 +noise-isolating-headphones,115,28 +laptop-stand,169,19 +ceylon-tea,191,33 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/shanghai/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/shanghai/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f072265ee6ecf65964cacbbf0c1491436decef60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/shanghai/products.csv @@ -0,0 +1,10 @@ +name,price,stock +mechanical-keyboard,60,5 +ergo-chair,155,9 +laptop-stand,12,28 +led-desk-lamp,160,38 +wireless-mouse,193,27 +led-desk-lamp,193,0 +led-desk-lamp,183,37 +linen-notebook,6,12 +wireless-mouse,130,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/vancouver/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/vancouver/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..20af42e9e239f7c72e2c8447008782498e49432a --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/shop/vancouver/products.csv @@ -0,0 +1,11 @@ +name,price,stock +linen-notebook,126,6 +led-desk-lamp,121,14 +led-desk-lamp,48,27 +laptop-stand,44,5 +laptop-stand,123,13 +laptop-stand,12,8 +laptop-stand,38,4 +laptop-stand,190,3 +ceylon-tea,13,50 +ergo-chair,152,37 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/amsterdam/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/amsterdam/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f4bbe754d87c08d381aded36d97e34a0eda1c828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/amsterdam/products.csv @@ -0,0 +1,11 @@ +name,price,stock +ceylon-tea,148,38 +espresso-blend,43,49 +linen-notebook,24,34 +laptop-stand,51,1 +mechanical-keyboard,98,24 +ceramic-mug,13,40 +noise-isolating-headphones,52,6 +ceylon-tea,31,25 +noise-isolating-headphones,113,12 +wireless-mouse,113,16 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/barcelona/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/barcelona/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..143115189ed78896a484803fbcf3f47aafd1ef7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/barcelona/products.csv @@ -0,0 +1,15 @@ +name,price,stock +led-desk-lamp,26,7 +wireless-mouse,60,39 +wireless-mouse,110,4 +ceramic-mug,185,41 +ceramic-mug,58,2 +ceylon-tea,121,31 +noise-isolating-headphones,79,15 +ceramic-mug,19,30 +wireless-mouse,179,25 +ergo-chair,40,26 +laptop-stand,112,14 +noise-isolating-headphones,89,41 +espresso-blend,200,2 +ceylon-tea,105,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/boston/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/boston/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f443ac98c38c8f7a034b964657f43c1a90097249 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/boston/products.csv @@ -0,0 +1,9 @@ +name,price,stock +ceylon-tea,9,19 +mechanical-keyboard,73,28 +ceylon-tea,167,5 +espresso-blend,65,50 +mechanical-keyboard,145,25 +laptop-stand,186,20 +espresso-blend,49,47 +ceramic-mug,167,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/chicago/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/chicago/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..ad92d6a5f075f758e4420dfb64a85704a7771d62 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/chicago/products.csv @@ -0,0 +1,15 @@ +name,price,stock +led-desk-lamp,87,7 +ergo-chair,59,45 +led-desk-lamp,161,24 +led-desk-lamp,65,34 +noise-isolating-headphones,41,2 +espresso-blend,77,21 +ceramic-mug,97,50 +mechanical-keyboard,50,36 +espresso-blend,23,48 +mechanical-keyboard,94,12 +noise-isolating-headphones,150,21 +wireless-mouse,116,40 +ceylon-tea,69,23 +espresso-blend,13,19 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/kyoto/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/kyoto/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..b5dcb9e3391391f05390bc5dfd6760900e501b9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/kyoto/products.csv @@ -0,0 +1,11 @@ +name,price,stock +ergo-chair,132,18 +laptop-stand,55,20 +laptop-stand,102,25 +wireless-mouse,169,30 +ceramic-mug,190,7 +laptop-stand,103,37 +noise-isolating-headphones,97,47 +espresso-blend,169,48 +espresso-blend,133,18 +led-desk-lamp,162,17 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/mumbai/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/mumbai/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..dde5b9732286a20adcf9bebbec89fbb05890e6a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/mumbai/products.csv @@ -0,0 +1,15 @@ +name,price,stock +led-desk-lamp,181,3 +ceramic-mug,54,18 +mechanical-keyboard,62,28 +ceramic-mug,9,45 +wireless-mouse,27,32 +laptop-stand,166,33 +ceramic-mug,133,29 +ceylon-tea,184,12 +mechanical-keyboard,187,21 +led-desk-lamp,27,36 +linen-notebook,33,22 +ceylon-tea,48,6 +wireless-mouse,140,46 +linen-notebook,64,4 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/osaka/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/osaka/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..c035277115a8ad4f9c32bd203cca3fc9b2fc6fda --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/osaka/products.csv @@ -0,0 +1,12 @@ +name,price,stock +ceylon-tea,157,16 +ergo-chair,179,23 +wireless-mouse,106,0 +ergo-chair,91,27 +led-desk-lamp,135,43 +mechanical-keyboard,128,49 +espresso-blend,73,2 +linen-notebook,60,3 +linen-notebook,153,31 +linen-notebook,140,43 +ergo-chair,168,35 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/paris/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/paris/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..16105e21e3981cb1d74b1fbfc80487660e21ba66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/paris/products.csv @@ -0,0 +1,9 @@ +name,price,stock +led-desk-lamp,16,38 +ergo-chair,157,13 +laptop-stand,186,47 +ergo-chair,10,7 +ceramic-mug,184,38 +espresso-blend,153,44 +mechanical-keyboard,125,5 +noise-isolating-headphones,21,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/seattle/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/seattle/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7f516a03463d58f8ce6cb3dd54c9b89083c150e --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/seattle/products.csv @@ -0,0 +1,14 @@ +name,price,stock +laptop-stand,15,8 +laptop-stand,19,45 +wireless-mouse,113,35 +ergo-chair,37,25 +espresso-blend,170,34 +ceylon-tea,16,13 +ceramic-mug,148,31 +led-desk-lamp,174,44 +wireless-mouse,96,21 +ceylon-tea,152,5 +wireless-mouse,78,6 +mechanical-keyboard,42,19 +mechanical-keyboard,93,19 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/seoul/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/seoul/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..21138163d0f9f4d33cf54c5b81a141e058f44046 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/seoul/products.csv @@ -0,0 +1,10 @@ +name,price,stock +espresso-blend,186,27 +wireless-mouse,48,42 +wireless-mouse,160,29 +ceramic-mug,23,40 +laptop-stand,150,37 +ergo-chair,93,35 +noise-isolating-headphones,115,28 +laptop-stand,169,19 +ceylon-tea,191,33 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/shanghai/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/shanghai/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..f072265ee6ecf65964cacbbf0c1491436decef60 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/shanghai/products.csv @@ -0,0 +1,10 @@ +name,price,stock +mechanical-keyboard,60,5 +ergo-chair,155,9 +laptop-stand,12,28 +led-desk-lamp,160,38 +wireless-mouse,193,27 +led-desk-lamp,193,0 +led-desk-lamp,183,37 +linen-notebook,6,12 +wireless-mouse,130,18 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/shop/vancouver/products.csv b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/vancouver/products.csv new file mode 100644 index 0000000000000000000000000000000000000000..20af42e9e239f7c72e2c8447008782498e49432a --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/shop/vancouver/products.csv @@ -0,0 +1,11 @@ +name,price,stock +linen-notebook,126,6 +led-desk-lamp,121,14 +led-desk-lamp,48,27 +laptop-stand,44,5 +laptop-stand,123,13 +laptop-stand,12,8 +laptop-stand,38,4 +laptop-stand,190,3 +ceylon-tea,13,50 +ergo-chair,152,37 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_94078aa91b/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/merged.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/merged.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd8a99973b2f02a36e6d67b28b6eac5e3d30bb17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/merged.csv @@ -0,0 +1,61 @@ +id,value +1,val_001 +2,val_002 +3,val_003 +4,val_004 +5,val_005 +6,val_006 +7,val_007 +8,val_008 +9,val_009 +10,val_010 +11,val_011 +12,val_012 +13,val_013 +14,val_014 +15,val_015 +16,val_016 +17,val_017 +18,val_018 +19,val_019 +20,val_020 +21,val_021 +22,val_022 +23,val_023 +24,val_024 +25,val_025 +26,val_026 +27,val_027 +28,val_028 +29,val_029 +30,val_030 +31,val_031 +32,val_032 +33,val_033 +34,val_034 +35,val_035 +36,val_036 +37,val_037 +38,val_038 +39,val_039 +40,val_040 +41,val_041 +42,val_042 +43,val_043 +44,val_044 +45,val_045 +46,val_046 +47,val_047 +48,val_048 +49,val_049 +50,val_050 +51,val_051 +52,val_052 +53,val_053 +54,val_054 +55,val_055 +56,val_056 +57,val_057 +58,val_058 +59,val_059 +60,val_060 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-01/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-01/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..f218df1030663af6cd7fbd2d5ffd84bee7ef7598 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-01/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +48,val_048 +23,val_023 +14,val_014 +10,val_010 +12,val_012 +6,val_006 +56,val_056 +1,val_001 +52,val_052 +20,val_020 +40,val_040 +46,val_046 +20,val_020 +4,val_004 +24,val_024 +52,val_052 +50,val_050 +20,val_020 +11,val_011 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-01/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-01/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..f0359edbbe27f4d7cc21bd340b37d5017f208d0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-01/eu-central.csv @@ -0,0 +1,21 @@ +id,value +36,val_036 +27,val_027 +29,val_029 +6,val_006 +3,val_003 +44,val_044 +58,val_058 +13,val_013 +6,val_006 +42,val_042 +47,val_047 +38,val_038 +21,val_021 +43,val_043 +23,val_023 +56,val_056 +24,val_024 +23,val_023 +2,val_002 +34,val_034 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-05/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-05/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..1634fe0132a5ff298733a3d4dd8d421d6d1e3dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-05/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +60,val_060 +36,val_036 +1,val_001 +58,val_058 +31,val_031 +44,val_044 +8,val_008 +13,val_013 +51,val_051 +27,val_027 +13,val_013 +50,val_050 +4,val_004 +29,val_029 +9,val_009 +40,val_040 +57,val_057 +1,val_001 +1,val_001 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-05/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-05/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..b52e452b290235b5b08784b0a51a887cc6ac9ea8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-05/us-east.csv @@ -0,0 +1,21 @@ +id,value +8,val_008 +39,val_039 +44,val_044 +19,val_019 +6,val_006 +59,val_059 +56,val_056 +38,val_038 +18,val_018 +36,val_036 +40,val_040 +3,val_003 +28,val_028 +33,val_033 +2,val_002 +13,val_013 +7,val_007 +30,val_030 +58,val_058 +5,val_005 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-09/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-09/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f2c2fdadac43eece9a08e536f2b93343e76c80b --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-09/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +45,val_045 +30,val_030 +40,val_040 +20,val_020 +18,val_018 +41,val_041 +51,val_051 +47,val_047 +35,val_035 +47,val_047 +42,val_042 +52,val_052 +58,val_058 +54,val_054 +25,val_025 +29,val_029 +38,val_038 +34,val_034 +20,val_020 +24,val_024 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..3eda61c54ddc706976b667e38574276f9b3e448a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +52,val_052 +56,val_056 +20,val_020 +36,val_036 +25,val_025 +5,val_005 +14,val_014 +20,val_020 +8,val_008 +31,val_031 +28,val_028 +25,val_025 +4,val_004 +15,val_015 +59,val_059 +51,val_051 +44,val_044 +48,val_048 +35,val_035 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-13/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-13/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb5fbf368954d3f28679995dbe354bc7b08e0a17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-13/eu-central.csv @@ -0,0 +1,21 @@ +id,value +58,val_058 +25,val_025 +60,val_060 +50,val_050 +6,val_006 +34,val_034 +13,val_013 +49,val_049 +60,val_060 +45,val_045 +27,val_027 +58,val_058 +19,val_019 +14,val_014 +26,val_026 +51,val_051 +45,val_045 +7,val_007 +42,val_042 +58,val_058 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-13/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-13/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..b425f6bf409b63a92a4361596092a84b8b08c51b --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-13/us-west.csv @@ -0,0 +1,21 @@ +id,value +16,val_016 +18,val_018 +20,val_020 +42,val_042 +60,val_060 +56,val_056 +42,val_042 +17,val_017 +41,val_041 +53,val_053 +41,val_041 +45,val_045 +3,val_003 +57,val_057 +56,val_056 +38,val_038 +36,val_036 +39,val_039 +48,val_048 +54,val_054 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-17/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-17/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..6512f847c20a658699a83f7f9ca21225d0b2c497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-17/us-east.csv @@ -0,0 +1,21 @@ +id,value +31,val_031 +51,val_051 +1,val_001 +24,val_024 +8,val_008 +44,val_044 +38,val_038 +44,val_044 +44,val_044 +20,val_020 +37,val_037 +55,val_055 +48,val_048 +16,val_016 +7,val_007 +56,val_056 +32,val_032 +17,val_017 +55,val_055 +33,val_033 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-17/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-17/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..21f97a09b3ead4628cf0f26c5b97d89ca0746662 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-17/us-west.csv @@ -0,0 +1,21 @@ +id,value +24,val_024 +45,val_045 +29,val_029 +4,val_004 +14,val_014 +50,val_050 +6,val_006 +42,val_042 +14,val_014 +6,val_006 +24,val_024 +3,val_003 +18,val_018 +30,val_030 +33,val_033 +42,val_042 +24,val_024 +26,val_026 +44,val_044 +58,val_058 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..19c72c4da44286fb0a0783f259703302ffcfdbb8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +29,val_029 +46,val_046 +7,val_007 +55,val_055 +6,val_006 +20,val_020 +17,val_017 +5,val_005 +34,val_034 +59,val_059 +21,val_021 +41,val_041 +55,val_055 +5,val_005 +34,val_034 +35,val_035 +27,val_027 +14,val_014 +6,val_006 +11,val_011 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-21/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-21/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..332093023954f8b400488da18bef6d74dba9e01a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-21/us-west.csv @@ -0,0 +1,21 @@ +id,value +8,val_008 +47,val_047 +33,val_033 +55,val_055 +27,val_027 +27,val_027 +3,val_003 +48,val_048 +59,val_059 +55,val_055 +43,val_043 +17,val_017 +6,val_006 +28,val_028 +49,val_049 +26,val_026 +33,val_033 +4,val_004 +33,val_033 +13,val_013 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-25/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-25/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb8622db2ffa2449909cd7a4e2df3fcc008e74d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-25/eu-central.csv @@ -0,0 +1,21 @@ +id,value +5,val_005 +52,val_052 +38,val_038 +41,val_041 +20,val_020 +9,val_009 +39,val_039 +53,val_053 +18,val_018 +44,val_044 +56,val_056 +41,val_041 +52,val_052 +21,val_021 +6,val_006 +25,val_025 +29,val_029 +21,val_021 +12,val_012 +15,val_015 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-25/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-25/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..cbcefb1ff7a4d019ac4f5ed7825ef75a4ae98824 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-25/us-west.csv @@ -0,0 +1,21 @@ +id,value +42,val_042 +34,val_034 +33,val_033 +22,val_022 +39,val_039 +40,val_040 +8,val_008 +45,val_045 +8,val_008 +37,val_037 +7,val_007 +56,val_056 +27,val_027 +54,val_054 +30,val_030 +20,val_020 +41,val_041 +15,val_015 +16,val_016 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-29/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-29/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..60333232eb414626bab0d7347ba7c327a91aab84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-29/us-east.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +4,val_004 +11,val_011 +34,val_034 +9,val_009 +46,val_046 +56,val_056 +49,val_049 +57,val_057 +38,val_038 +10,val_010 +53,val_053 +15,val_015 +13,val_013 +29,val_029 +37,val_037 +58,val_058 +50,val_050 +34,val_034 +10,val_010 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-29/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-29/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..e259e93ed7e39589634abe8a81ee93175d9e6341 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/mobile-app/2024-04-29/us-west.csv @@ -0,0 +1,21 @@ +id,value +57,val_057 +35,val_035 +8,val_008 +10,val_010 +37,val_037 +48,val_048 +39,val_039 +46,val_046 +6,val_006 +29,val_029 +8,val_008 +30,val_030 +34,val_034 +50,val_050 +44,val_044 +17,val_017 +40,val_040 +30,val_030 +49,val_049 +58,val_058 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-01/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-01/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..7ee23f35857541a56414f5ff58a5a2a3fe6e3ac3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-01/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +58,val_058 +59,val_059 +16,val_016 +59,val_059 +6,val_006 +1,val_001 +39,val_039 +43,val_043 +31,val_031 +48,val_048 +42,val_042 +21,val_021 +16,val_016 +19,val_019 +44,val_044 +23,val_023 +32,val_032 +59,val_059 +29,val_029 +21,val_021 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-01/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-01/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..2cda6dc2ce0303fd9784377656bff100d0febad2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-01/us-east.csv @@ -0,0 +1,21 @@ +id,value +42,val_042 +56,val_056 +60,val_060 +45,val_045 +17,val_017 +25,val_025 +42,val_042 +46,val_046 +53,val_053 +58,val_058 +46,val_046 +47,val_047 +26,val_026 +19,val_019 +29,val_029 +8,val_008 +4,val_004 +39,val_039 +29,val_029 +49,val_049 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-05/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-05/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f0e8d858275aeaea5c0f78df4a5cf6aa0fe0c34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-05/eu-central.csv @@ -0,0 +1,21 @@ +id,value +24,val_024 +11,val_011 +43,val_043 +24,val_024 +38,val_038 +40,val_040 +59,val_059 +38,val_038 +11,val_011 +27,val_027 +16,val_016 +55,val_055 +37,val_037 +34,val_034 +40,val_040 +39,val_039 +48,val_048 +45,val_045 +10,val_010 +54,val_054 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-05/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-05/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c7a26dd3d5096b2f1ecd4047334a67c4a0969ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-05/us-west.csv @@ -0,0 +1,21 @@ +id,value +57,val_057 +15,val_015 +58,val_058 +42,val_042 +38,val_038 +46,val_046 +60,val_060 +26,val_026 +30,val_030 +45,val_045 +6,val_006 +44,val_044 +17,val_017 +20,val_020 +2,val_002 +26,val_026 +23,val_023 +47,val_047 +11,val_011 +9,val_009 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-09/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-09/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..3d7a0549ab2ac239b89b616f73a16e8d0a77d38c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-09/eu-central.csv @@ -0,0 +1,21 @@ +id,value +34,val_034 +30,val_030 +55,val_055 +16,val_016 +5,val_005 +21,val_021 +15,val_015 +48,val_048 +50,val_050 +40,val_040 +37,val_037 +31,val_031 +59,val_059 +46,val_046 +53,val_053 +11,val_011 +39,val_039 +26,val_026 +38,val_038 +20,val_020 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..c28c5d3cf333df29f28136532604d27754d258d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +6,val_006 +24,val_024 +31,val_031 +45,val_045 +54,val_054 +45,val_045 +58,val_058 +10,val_010 +35,val_035 +5,val_005 +10,val_010 +37,val_037 +41,val_041 +7,val_007 +55,val_055 +51,val_051 +49,val_049 +12,val_012 +32,val_032 +4,val_004 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-13/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-13/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4f889cc9c229d2ea654def2a1cc07da143e9c1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-13/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +18,val_018 +2,val_002 +55,val_055 +42,val_042 +14,val_014 +24,val_024 +10,val_010 +19,val_019 +40,val_040 +21,val_021 +50,val_050 +3,val_003 +3,val_003 +42,val_042 +10,val_010 +2,val_002 +5,val_005 +50,val_050 +53,val_053 +32,val_032 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-13/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-13/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba827a9ed32ee1898875261594fa99e516b7a5ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-13/us-east.csv @@ -0,0 +1,21 @@ +id,value +25,val_025 +26,val_026 +38,val_038 +39,val_039 +54,val_054 +40,val_040 +8,val_008 +40,val_040 +44,val_044 +48,val_048 +55,val_055 +34,val_034 +33,val_033 +30,val_030 +56,val_056 +7,val_007 +16,val_016 +57,val_057 +1,val_001 +8,val_008 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-17/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-17/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c421c65ca11e8a3b295a22bd4b14d349936937e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-17/eu-central.csv @@ -0,0 +1,21 @@ +id,value +50,val_050 +58,val_058 +14,val_014 +14,val_014 +19,val_019 +54,val_054 +15,val_015 +12,val_012 +32,val_032 +46,val_046 +33,val_033 +46,val_046 +47,val_047 +41,val_041 +40,val_040 +56,val_056 +3,val_003 +38,val_038 +46,val_046 +2,val_002 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-17/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-17/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d9869275b62efa8fe02ac4ecc73d5a28f16fa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-17/us-west.csv @@ -0,0 +1,21 @@ +id,value +22,val_022 +24,val_024 +21,val_021 +5,val_005 +5,val_005 +30,val_030 +26,val_026 +43,val_043 +16,val_016 +19,val_019 +32,val_032 +19,val_019 +3,val_003 +28,val_028 +8,val_008 +8,val_008 +2,val_002 +36,val_036 +60,val_060 +1,val_001 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-21/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-21/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..45319434a8721d31d931003d7b8c01fcd2fb7b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-21/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +37,val_037 +24,val_024 +6,val_006 +10,val_010 +21,val_021 +45,val_045 +52,val_052 +27,val_027 +18,val_018 +50,val_050 +10,val_010 +6,val_006 +19,val_019 +16,val_016 +45,val_045 +32,val_032 +32,val_032 +31,val_031 +38,val_038 +8,val_008 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..587604b247841948f40f395e2b6871c8a9c23b0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +41,val_041 +39,val_039 +36,val_036 +60,val_060 +54,val_054 +10,val_010 +12,val_012 +50,val_050 +31,val_031 +18,val_018 +34,val_034 +42,val_042 +31,val_031 +54,val_054 +3,val_003 +56,val_056 +39,val_039 +42,val_042 +17,val_017 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-25/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-25/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..24c5d4f76256e9721be3bd935c941b2639443b0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-25/us-east.csv @@ -0,0 +1,21 @@ +id,value +15,val_015 +32,val_032 +24,val_024 +14,val_014 +7,val_007 +52,val_052 +9,val_009 +33,val_033 +25,val_025 +50,val_050 +57,val_057 +58,val_058 +46,val_046 +27,val_027 +25,val_025 +29,val_029 +48,val_048 +57,val_057 +46,val_046 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-25/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-25/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..77c3c4d451e3c6d298b5308dd165faba648aa01a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-25/us-west.csv @@ -0,0 +1,21 @@ +id,value +41,val_041 +10,val_010 +15,val_015 +42,val_042 +60,val_060 +44,val_044 +58,val_058 +1,val_001 +12,val_012 +55,val_055 +45,val_045 +12,val_012 +59,val_059 +41,val_041 +37,val_037 +58,val_058 +48,val_048 +22,val_022 +28,val_028 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-29/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-29/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..f15cf93aca22f7e94b6d4410f142db1da1b93ac0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-29/eu-central.csv @@ -0,0 +1,21 @@ +id,value +10,val_010 +28,val_028 +52,val_052 +6,val_006 +57,val_057 +41,val_041 +44,val_044 +3,val_003 +56,val_056 +2,val_002 +59,val_059 +46,val_046 +59,val_059 +15,val_015 +59,val_059 +45,val_045 +26,val_026 +12,val_012 +3,val_003 +15,val_015 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-29/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-29/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..23f3a770bd8b230a812afa09cb9990ce67fee5f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/online-store/2024-04-29/us-east.csv @@ -0,0 +1,21 @@ +id,value +24,val_024 +9,val_009 +55,val_055 +24,val_024 +42,val_042 +35,val_035 +10,val_010 +4,val_004 +16,val_016 +47,val_047 +26,val_026 +18,val_018 +4,val_004 +19,val_019 +46,val_046 +34,val_034 +32,val_032 +31,val_031 +3,val_003 +49,val_049 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-01/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-01/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..9450e8f723e762ee3a5db09e40fbab1339cf1800 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-01/eu-central.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +60,val_060 +37,val_037 +31,val_031 +4,val_004 +35,val_035 +15,val_015 +14,val_014 +58,val_058 +45,val_045 +60,val_060 +13,val_013 +1,val_001 +20,val_020 +7,val_007 +16,val_016 +36,val_036 +18,val_018 +12,val_012 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-01/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-01/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d295972d89fb936f56677c0c11a64db876f4324 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-01/us-east.csv @@ -0,0 +1,21 @@ +id,value +21,val_021 +27,val_027 +1,val_001 +50,val_050 +19,val_019 +21,val_021 +49,val_049 +45,val_045 +45,val_045 +44,val_044 +31,val_031 +40,val_040 +49,val_049 +18,val_018 +29,val_029 +31,val_031 +56,val_056 +36,val_036 +40,val_040 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-05/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-05/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..890ee1296bdb9127bad1df9e79faf106390855c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-05/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +46,val_046 +2,val_002 +58,val_058 +37,val_037 +58,val_058 +5,val_005 +49,val_049 +42,val_042 +47,val_047 +27,val_027 +33,val_033 +35,val_035 +54,val_054 +49,val_049 +50,val_050 +36,val_036 +44,val_044 +48,val_048 +19,val_019 +32,val_032 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-05/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-05/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..1e5cb6e6cac5f0bf45dc02ba95f7b937d04fbc4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-05/eu-central.csv @@ -0,0 +1,21 @@ +id,value +7,val_007 +49,val_049 +38,val_038 +20,val_020 +35,val_035 +23,val_023 +58,val_058 +36,val_036 +57,val_057 +25,val_025 +13,val_013 +2,val_002 +27,val_027 +29,val_029 +46,val_046 +3,val_003 +27,val_027 +57,val_057 +18,val_018 +1,val_001 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-09/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-09/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..5be8d98dc3972606e92760a1e20f55faed60035c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-09/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +50,val_050 +12,val_012 +32,val_032 +28,val_028 +38,val_038 +19,val_019 +37,val_037 +54,val_054 +34,val_034 +54,val_054 +1,val_001 +5,val_005 +24,val_024 +33,val_033 +56,val_056 +59,val_059 +33,val_033 +12,val_012 +51,val_051 +5,val_005 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c551eb263d158284f1a59c1b7031ebc03cd298f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +54,val_054 +46,val_046 +16,val_016 +33,val_033 +1,val_001 +17,val_017 +43,val_043 +38,val_038 +41,val_041 +21,val_021 +7,val_007 +45,val_045 +18,val_018 +22,val_022 +60,val_060 +13,val_013 +20,val_020 +38,val_038 +3,val_003 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-13/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-13/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..05a3a3af895fde5b66a64eb545054c8bc92375f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-13/us-east.csv @@ -0,0 +1,21 @@ +id,value +58,val_058 +11,val_011 +4,val_004 +11,val_011 +30,val_030 +53,val_053 +2,val_002 +8,val_008 +14,val_014 +22,val_022 +1,val_001 +57,val_057 +23,val_023 +28,val_028 +46,val_046 +2,val_002 +50,val_050 +1,val_001 +60,val_060 +41,val_041 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-13/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-13/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..c84f3720fe464861df7522bc12baa410781ce121 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-13/us-west.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +47,val_047 +24,val_024 +32,val_032 +29,val_029 +1,val_001 +3,val_003 +15,val_015 +48,val_048 +32,val_032 +50,val_050 +30,val_030 +38,val_038 +56,val_056 +33,val_033 +23,val_023 +23,val_023 +51,val_051 +52,val_052 +27,val_027 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-17/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-17/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..100848f5f134591595d62268ff1c0ac564bfbeb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-17/eu-central.csv @@ -0,0 +1,21 @@ +id,value +20,val_020 +33,val_033 +44,val_044 +4,val_004 +28,val_028 +39,val_039 +10,val_010 +53,val_053 +12,val_012 +26,val_026 +49,val_049 +30,val_030 +16,val_016 +28,val_028 +9,val_009 +43,val_043 +51,val_051 +39,val_039 +57,val_057 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-17/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-17/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..f36ad380a93d5d558b4e709b5a52acbfcfd41bc8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-17/us-east.csv @@ -0,0 +1,21 @@ +id,value +16,val_016 +16,val_016 +12,val_012 +39,val_039 +3,val_003 +33,val_033 +59,val_059 +49,val_049 +35,val_035 +5,val_005 +39,val_039 +10,val_010 +35,val_035 +40,val_040 +25,val_025 +52,val_052 +11,val_011 +20,val_020 +23,val_023 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-21/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-21/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..91db0a4dd4e7032b45178b6590f3063f28660a1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-21/eu-central.csv @@ -0,0 +1,21 @@ +id,value +51,val_051 +3,val_003 +45,val_045 +33,val_033 +2,val_002 +37,val_037 +6,val_006 +13,val_013 +55,val_055 +19,val_019 +35,val_035 +18,val_018 +9,val_009 +44,val_044 +34,val_034 +36,val_036 +43,val_043 +46,val_046 +24,val_024 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d403a23a9f92e829d2e21050f28eaade5fcf42d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +11,val_011 +60,val_060 +28,val_028 +1,val_001 +50,val_050 +57,val_057 +1,val_001 +46,val_046 +27,val_027 +25,val_025 +55,val_055 +7,val_007 +45,val_045 +10,val_010 +60,val_060 +46,val_046 +51,val_051 +43,val_043 +12,val_012 +34,val_034 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-25/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-25/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..d49fd9ca0c8bd009846077d9d5df9a7c070459a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-25/us-east.csv @@ -0,0 +1,21 @@ +id,value +7,val_007 +31,val_031 +32,val_032 +52,val_052 +7,val_007 +15,val_015 +19,val_019 +17,val_017 +2,val_002 +32,val_032 +15,val_015 +36,val_036 +58,val_058 +52,val_052 +52,val_052 +1,val_001 +41,val_041 +20,val_020 +55,val_055 +22,val_022 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-25/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-25/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..c60bece768a5b4484bbf9828040062d38ae45ff3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-25/us-west.csv @@ -0,0 +1,21 @@ +id,value +38,val_038 +15,val_015 +60,val_060 +27,val_027 +3,val_003 +1,val_001 +33,val_033 +13,val_013 +57,val_057 +17,val_017 +37,val_037 +55,val_055 +47,val_047 +20,val_020 +12,val_012 +45,val_045 +7,val_007 +49,val_049 +56,val_056 +45,val_045 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-29/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-29/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..b07332114acbc02705be049ead6ce84d1cdc275f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-29/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +21,val_021 +37,val_037 +34,val_034 +50,val_050 +24,val_024 +55,val_055 +20,val_020 +46,val_046 +24,val_024 +40,val_040 +4,val_004 +37,val_037 +39,val_039 +16,val_016 +26,val_026 +3,val_003 +4,val_004 +29,val_029 +22,val_022 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-29/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-29/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..0090068d891ae40db9094e75e4cc0efaaa5b986a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/pos-terminals/2024-04-29/us-west.csv @@ -0,0 +1,21 @@ +id,value +1,val_001 +5,val_005 +7,val_007 +33,val_033 +35,val_035 +36,val_036 +28,val_028 +4,val_004 +10,val_010 +37,val_037 +39,val_039 +51,val_051 +10,val_010 +16,val_016 +1,val_001 +29,val_029 +44,val_044 +38,val_038 +24,val_024 +8,val_008 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-01/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-01/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb3d4ebd48d3f205fa6fb553ab745088224e8121 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-01/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +38,val_038 +26,val_026 +18,val_018 +49,val_049 +41,val_041 +12,val_012 +59,val_059 +9,val_009 +13,val_013 +10,val_010 +25,val_025 +34,val_034 +58,val_058 +5,val_005 +21,val_021 +59,val_059 +32,val_032 +32,val_032 +22,val_022 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-01/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-01/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..d735d744205f3d366d80324bfa8307d36f1eafd3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-01/us-east.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +17,val_017 +42,val_042 +26,val_026 +27,val_027 +39,val_039 +53,val_053 +4,val_004 +56,val_056 +52,val_052 +46,val_046 +19,val_019 +30,val_030 +60,val_060 +6,val_006 +14,val_014 +7,val_007 +25,val_025 +36,val_036 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-05/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-05/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..4fc0e9b09c04d07c38b4de48defdc0beb20f6eeb --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-05/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +34,val_034 +19,val_019 +52,val_052 +45,val_045 +31,val_031 +44,val_044 +9,val_009 +49,val_049 +58,val_058 +39,val_039 +40,val_040 +36,val_036 +27,val_027 +24,val_024 +19,val_019 +20,val_020 +51,val_051 +44,val_044 +49,val_049 +43,val_043 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-05/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-05/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..98634bd531f3316f81f6473179960e65501c24c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-05/eu-central.csv @@ -0,0 +1,21 @@ +id,value +29,val_029 +4,val_004 +34,val_034 +52,val_052 +32,val_032 +21,val_021 +52,val_052 +24,val_024 +2,val_002 +27,val_027 +34,val_034 +49,val_049 +50,val_050 +14,val_014 +30,val_030 +36,val_036 +59,val_059 +5,val_005 +50,val_050 +48,val_048 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-09/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-09/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7f7e25eede69da30e7c7a75ef5ec1dfb1dad2d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-09/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +8,val_008 +36,val_036 +23,val_023 +25,val_025 +4,val_004 +21,val_021 +29,val_029 +17,val_017 +25,val_025 +4,val_004 +28,val_028 +52,val_052 +37,val_037 +10,val_010 +8,val_008 +54,val_054 +58,val_058 +60,val_060 +14,val_014 +41,val_041 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..9fdee9a74d56eac875220d390386c822a52f907d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +51,val_051 +34,val_034 +17,val_017 +12,val_012 +33,val_033 +16,val_016 +1,val_001 +35,val_035 +17,val_017 +50,val_050 +3,val_003 +46,val_046 +13,val_013 +12,val_012 +27,val_027 +49,val_049 +2,val_002 +23,val_023 +30,val_030 +7,val_007 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-13/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-13/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..84c8327fb827a1107961c51dc61053fb18c9bf1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-13/us-east.csv @@ -0,0 +1,21 @@ +id,value +47,val_047 +53,val_053 +28,val_028 +26,val_026 +38,val_038 +50,val_050 +16,val_016 +50,val_050 +3,val_003 +7,val_007 +46,val_046 +55,val_055 +46,val_046 +56,val_056 +60,val_060 +32,val_032 +18,val_018 +11,val_011 +25,val_025 +56,val_056 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-13/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-13/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..83442728b2dd20c753b79e1ceda43c883fe2e6a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-13/us-west.csv @@ -0,0 +1,21 @@ +id,value +31,val_031 +31,val_031 +41,val_041 +23,val_023 +38,val_038 +13,val_013 +23,val_023 +41,val_041 +47,val_047 +33,val_033 +14,val_014 +55,val_055 +50,val_050 +12,val_012 +52,val_052 +36,val_036 +58,val_058 +34,val_034 +4,val_004 +4,val_004 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-17/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-17/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..8986a37c72e3ce9deeb9645cf30bc9217d4dfd21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-17/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +47,val_047 +43,val_043 +57,val_057 +41,val_041 +1,val_001 +45,val_045 +52,val_052 +19,val_019 +39,val_039 +53,val_053 +16,val_016 +2,val_002 +39,val_039 +21,val_021 +44,val_044 +36,val_036 +25,val_025 +59,val_059 +42,val_042 +52,val_052 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-17/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-17/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..47ebbe13e09770c9c03d05bc822b5fe4a8683923 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-17/us-east.csv @@ -0,0 +1,21 @@ +id,value +44,val_044 +36,val_036 +58,val_058 +13,val_013 +32,val_032 +29,val_029 +8,val_008 +16,val_016 +41,val_041 +22,val_022 +18,val_018 +23,val_023 +44,val_044 +17,val_017 +42,val_042 +20,val_020 +6,val_006 +42,val_042 +41,val_041 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..c5f389eb486bbc55eb753d268cf9d5e48f48fa2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +22,val_022 +28,val_028 +56,val_056 +44,val_044 +14,val_014 +13,val_013 +4,val_004 +6,val_006 +16,val_016 +2,val_002 +5,val_005 +39,val_039 +45,val_045 +46,val_046 +45,val_045 +19,val_019 +29,val_029 +3,val_003 +55,val_055 +55,val_055 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-21/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-21/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..90fbeb6c4041378442e92640d0911646e5c4af67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-21/us-west.csv @@ -0,0 +1,21 @@ +id,value +27,val_027 +23,val_023 +43,val_043 +51,val_051 +13,val_013 +36,val_036 +22,val_022 +40,val_040 +25,val_025 +53,val_053 +50,val_050 +54,val_054 +13,val_013 +56,val_056 +4,val_004 +25,val_025 +35,val_035 +23,val_023 +54,val_054 +43,val_043 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-25/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-25/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac4c9245557b425a5e11d82034da3c1dd5ff2919 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-25/eu-central.csv @@ -0,0 +1,21 @@ +id,value +30,val_030 +1,val_001 +24,val_024 +53,val_053 +36,val_036 +23,val_023 +54,val_054 +25,val_025 +9,val_009 +1,val_001 +2,val_002 +9,val_009 +17,val_017 +54,val_054 +42,val_042 +7,val_007 +19,val_019 +34,val_034 +15,val_015 +27,val_027 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-25/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-25/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a2f7b26e8c4a5a4a4d45e8d16d25fb48b9b1b33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-25/us-east.csv @@ -0,0 +1,21 @@ +id,value +27,val_027 +50,val_050 +12,val_012 +40,val_040 +16,val_016 +36,val_036 +17,val_017 +10,val_010 +19,val_019 +59,val_059 +45,val_045 +19,val_019 +41,val_041 +17,val_017 +26,val_026 +36,val_036 +3,val_003 +36,val_036 +31,val_031 +1,val_001 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-29/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-29/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..e47307936ab4d8aa7e5d06c9bf3a8c472b22f4bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-29/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +13,val_013 +4,val_004 +36,val_036 +19,val_019 +40,val_040 +46,val_046 +4,val_004 +52,val_052 +5,val_005 +28,val_028 +50,val_050 +13,val_013 +26,val_026 +45,val_045 +56,val_056 +50,val_050 +42,val_042 +24,val_024 +22,val_022 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-29/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-29/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..7c693a612e5dfb19bb582a94d090ef57aa92b54d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/warehouse/raw/wholesale-portal/2024-04-29/us-east.csv @@ -0,0 +1,21 @@ +id,value +40,val_040 +47,val_047 +14,val_014 +51,val_051 +59,val_059 +46,val_046 +36,val_036 +16,val_016 +41,val_041 +56,val_056 +34,val_034 +31,val_031 +4,val_004 +22,val_022 +57,val_057 +22,val_022 +26,val_026 +35,val_035 +25,val_025 +37,val_037 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-01/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-01/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..f218df1030663af6cd7fbd2d5ffd84bee7ef7598 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-01/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +48,val_048 +23,val_023 +14,val_014 +10,val_010 +12,val_012 +6,val_006 +56,val_056 +1,val_001 +52,val_052 +20,val_020 +40,val_040 +46,val_046 +20,val_020 +4,val_004 +24,val_024 +52,val_052 +50,val_050 +20,val_020 +11,val_011 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-01/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-01/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..f0359edbbe27f4d7cc21bd340b37d5017f208d0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-01/eu-central.csv @@ -0,0 +1,21 @@ +id,value +36,val_036 +27,val_027 +29,val_029 +6,val_006 +3,val_003 +44,val_044 +58,val_058 +13,val_013 +6,val_006 +42,val_042 +47,val_047 +38,val_038 +21,val_021 +43,val_043 +23,val_023 +56,val_056 +24,val_024 +23,val_023 +2,val_002 +34,val_034 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-05/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-05/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..1634fe0132a5ff298733a3d4dd8d421d6d1e3dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-05/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +60,val_060 +36,val_036 +1,val_001 +58,val_058 +31,val_031 +44,val_044 +8,val_008 +13,val_013 +51,val_051 +27,val_027 +13,val_013 +50,val_050 +4,val_004 +29,val_029 +9,val_009 +40,val_040 +57,val_057 +1,val_001 +1,val_001 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-05/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-05/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..b52e452b290235b5b08784b0a51a887cc6ac9ea8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-05/us-east.csv @@ -0,0 +1,21 @@ +id,value +8,val_008 +39,val_039 +44,val_044 +19,val_019 +6,val_006 +59,val_059 +56,val_056 +38,val_038 +18,val_018 +36,val_036 +40,val_040 +3,val_003 +28,val_028 +33,val_033 +2,val_002 +13,val_013 +7,val_007 +30,val_030 +58,val_058 +5,val_005 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-09/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-09/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f2c2fdadac43eece9a08e536f2b93343e76c80b --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-09/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +45,val_045 +30,val_030 +40,val_040 +20,val_020 +18,val_018 +41,val_041 +51,val_051 +47,val_047 +35,val_035 +47,val_047 +42,val_042 +52,val_052 +58,val_058 +54,val_054 +25,val_025 +29,val_029 +38,val_038 +34,val_034 +20,val_020 +24,val_024 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..3eda61c54ddc706976b667e38574276f9b3e448a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +52,val_052 +56,val_056 +20,val_020 +36,val_036 +25,val_025 +5,val_005 +14,val_014 +20,val_020 +8,val_008 +31,val_031 +28,val_028 +25,val_025 +4,val_004 +15,val_015 +59,val_059 +51,val_051 +44,val_044 +48,val_048 +35,val_035 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-13/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-13/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb5fbf368954d3f28679995dbe354bc7b08e0a17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-13/eu-central.csv @@ -0,0 +1,21 @@ +id,value +58,val_058 +25,val_025 +60,val_060 +50,val_050 +6,val_006 +34,val_034 +13,val_013 +49,val_049 +60,val_060 +45,val_045 +27,val_027 +58,val_058 +19,val_019 +14,val_014 +26,val_026 +51,val_051 +45,val_045 +7,val_007 +42,val_042 +58,val_058 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-13/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-13/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..b425f6bf409b63a92a4361596092a84b8b08c51b --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-13/us-west.csv @@ -0,0 +1,21 @@ +id,value +16,val_016 +18,val_018 +20,val_020 +42,val_042 +60,val_060 +56,val_056 +42,val_042 +17,val_017 +41,val_041 +53,val_053 +41,val_041 +45,val_045 +3,val_003 +57,val_057 +56,val_056 +38,val_038 +36,val_036 +39,val_039 +48,val_048 +54,val_054 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-17/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-17/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..6512f847c20a658699a83f7f9ca21225d0b2c497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-17/us-east.csv @@ -0,0 +1,21 @@ +id,value +31,val_031 +51,val_051 +1,val_001 +24,val_024 +8,val_008 +44,val_044 +38,val_038 +44,val_044 +44,val_044 +20,val_020 +37,val_037 +55,val_055 +48,val_048 +16,val_016 +7,val_007 +56,val_056 +32,val_032 +17,val_017 +55,val_055 +33,val_033 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-17/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-17/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..21f97a09b3ead4628cf0f26c5b97d89ca0746662 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-17/us-west.csv @@ -0,0 +1,21 @@ +id,value +24,val_024 +45,val_045 +29,val_029 +4,val_004 +14,val_014 +50,val_050 +6,val_006 +42,val_042 +14,val_014 +6,val_006 +24,val_024 +3,val_003 +18,val_018 +30,val_030 +33,val_033 +42,val_042 +24,val_024 +26,val_026 +44,val_044 +58,val_058 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..19c72c4da44286fb0a0783f259703302ffcfdbb8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +29,val_029 +46,val_046 +7,val_007 +55,val_055 +6,val_006 +20,val_020 +17,val_017 +5,val_005 +34,val_034 +59,val_059 +21,val_021 +41,val_041 +55,val_055 +5,val_005 +34,val_034 +35,val_035 +27,val_027 +14,val_014 +6,val_006 +11,val_011 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-21/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-21/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..332093023954f8b400488da18bef6d74dba9e01a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-21/us-west.csv @@ -0,0 +1,21 @@ +id,value +8,val_008 +47,val_047 +33,val_033 +55,val_055 +27,val_027 +27,val_027 +3,val_003 +48,val_048 +59,val_059 +55,val_055 +43,val_043 +17,val_017 +6,val_006 +28,val_028 +49,val_049 +26,val_026 +33,val_033 +4,val_004 +33,val_033 +13,val_013 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-25/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-25/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb8622db2ffa2449909cd7a4e2df3fcc008e74d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-25/eu-central.csv @@ -0,0 +1,21 @@ +id,value +5,val_005 +52,val_052 +38,val_038 +41,val_041 +20,val_020 +9,val_009 +39,val_039 +53,val_053 +18,val_018 +44,val_044 +56,val_056 +41,val_041 +52,val_052 +21,val_021 +6,val_006 +25,val_025 +29,val_029 +21,val_021 +12,val_012 +15,val_015 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-25/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-25/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..cbcefb1ff7a4d019ac4f5ed7825ef75a4ae98824 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-25/us-west.csv @@ -0,0 +1,21 @@ +id,value +42,val_042 +34,val_034 +33,val_033 +22,val_022 +39,val_039 +40,val_040 +8,val_008 +45,val_045 +8,val_008 +37,val_037 +7,val_007 +56,val_056 +27,val_027 +54,val_054 +30,val_030 +20,val_020 +41,val_041 +15,val_015 +16,val_016 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-29/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-29/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..60333232eb414626bab0d7347ba7c327a91aab84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-29/us-east.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +4,val_004 +11,val_011 +34,val_034 +9,val_009 +46,val_046 +56,val_056 +49,val_049 +57,val_057 +38,val_038 +10,val_010 +53,val_053 +15,val_015 +13,val_013 +29,val_029 +37,val_037 +58,val_058 +50,val_050 +34,val_034 +10,val_010 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-29/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-29/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..e259e93ed7e39589634abe8a81ee93175d9e6341 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/mobile-app/2024-04-29/us-west.csv @@ -0,0 +1,21 @@ +id,value +57,val_057 +35,val_035 +8,val_008 +10,val_010 +37,val_037 +48,val_048 +39,val_039 +46,val_046 +6,val_006 +29,val_029 +8,val_008 +30,val_030 +34,val_034 +50,val_050 +44,val_044 +17,val_017 +40,val_040 +30,val_030 +49,val_049 +58,val_058 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-01/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-01/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..7ee23f35857541a56414f5ff58a5a2a3fe6e3ac3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-01/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +58,val_058 +59,val_059 +16,val_016 +59,val_059 +6,val_006 +1,val_001 +39,val_039 +43,val_043 +31,val_031 +48,val_048 +42,val_042 +21,val_021 +16,val_016 +19,val_019 +44,val_044 +23,val_023 +32,val_032 +59,val_059 +29,val_029 +21,val_021 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-01/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-01/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..2cda6dc2ce0303fd9784377656bff100d0febad2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-01/us-east.csv @@ -0,0 +1,21 @@ +id,value +42,val_042 +56,val_056 +60,val_060 +45,val_045 +17,val_017 +25,val_025 +42,val_042 +46,val_046 +53,val_053 +58,val_058 +46,val_046 +47,val_047 +26,val_026 +19,val_019 +29,val_029 +8,val_008 +4,val_004 +39,val_039 +29,val_029 +49,val_049 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-05/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-05/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f0e8d858275aeaea5c0f78df4a5cf6aa0fe0c34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-05/eu-central.csv @@ -0,0 +1,21 @@ +id,value +24,val_024 +11,val_011 +43,val_043 +24,val_024 +38,val_038 +40,val_040 +59,val_059 +38,val_038 +11,val_011 +27,val_027 +16,val_016 +55,val_055 +37,val_037 +34,val_034 +40,val_040 +39,val_039 +48,val_048 +45,val_045 +10,val_010 +54,val_054 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-05/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-05/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..5c7a26dd3d5096b2f1ecd4047334a67c4a0969ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-05/us-west.csv @@ -0,0 +1,21 @@ +id,value +57,val_057 +15,val_015 +58,val_058 +42,val_042 +38,val_038 +46,val_046 +60,val_060 +26,val_026 +30,val_030 +45,val_045 +6,val_006 +44,val_044 +17,val_017 +20,val_020 +2,val_002 +26,val_026 +23,val_023 +47,val_047 +11,val_011 +9,val_009 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-09/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-09/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..3d7a0549ab2ac239b89b616f73a16e8d0a77d38c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-09/eu-central.csv @@ -0,0 +1,21 @@ +id,value +34,val_034 +30,val_030 +55,val_055 +16,val_016 +5,val_005 +21,val_021 +15,val_015 +48,val_048 +50,val_050 +40,val_040 +37,val_037 +31,val_031 +59,val_059 +46,val_046 +53,val_053 +11,val_011 +39,val_039 +26,val_026 +38,val_038 +20,val_020 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..c28c5d3cf333df29f28136532604d27754d258d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +6,val_006 +24,val_024 +31,val_031 +45,val_045 +54,val_054 +45,val_045 +58,val_058 +10,val_010 +35,val_035 +5,val_005 +10,val_010 +37,val_037 +41,val_041 +7,val_007 +55,val_055 +51,val_051 +49,val_049 +12,val_012 +32,val_032 +4,val_004 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-13/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-13/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..c4f889cc9c229d2ea654def2a1cc07da143e9c1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-13/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +18,val_018 +2,val_002 +55,val_055 +42,val_042 +14,val_014 +24,val_024 +10,val_010 +19,val_019 +40,val_040 +21,val_021 +50,val_050 +3,val_003 +3,val_003 +42,val_042 +10,val_010 +2,val_002 +5,val_005 +50,val_050 +53,val_053 +32,val_032 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-13/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-13/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba827a9ed32ee1898875261594fa99e516b7a5ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-13/us-east.csv @@ -0,0 +1,21 @@ +id,value +25,val_025 +26,val_026 +38,val_038 +39,val_039 +54,val_054 +40,val_040 +8,val_008 +40,val_040 +44,val_044 +48,val_048 +55,val_055 +34,val_034 +33,val_033 +30,val_030 +56,val_056 +7,val_007 +16,val_016 +57,val_057 +1,val_001 +8,val_008 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-17/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-17/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c421c65ca11e8a3b295a22bd4b14d349936937e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-17/eu-central.csv @@ -0,0 +1,21 @@ +id,value +50,val_050 +58,val_058 +14,val_014 +14,val_014 +19,val_019 +54,val_054 +15,val_015 +12,val_012 +32,val_032 +46,val_046 +33,val_033 +46,val_046 +47,val_047 +41,val_041 +40,val_040 +56,val_056 +3,val_003 +38,val_038 +46,val_046 +2,val_002 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-17/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-17/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..e2d9869275b62efa8fe02ac4ecc73d5a28f16fa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-17/us-west.csv @@ -0,0 +1,21 @@ +id,value +22,val_022 +24,val_024 +21,val_021 +5,val_005 +5,val_005 +30,val_030 +26,val_026 +43,val_043 +16,val_016 +19,val_019 +32,val_032 +19,val_019 +3,val_003 +28,val_028 +8,val_008 +8,val_008 +2,val_002 +36,val_036 +60,val_060 +1,val_001 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-21/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-21/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..45319434a8721d31d931003d7b8c01fcd2fb7b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-21/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +37,val_037 +24,val_024 +6,val_006 +10,val_010 +21,val_021 +45,val_045 +52,val_052 +27,val_027 +18,val_018 +50,val_050 +10,val_010 +6,val_006 +19,val_019 +16,val_016 +45,val_045 +32,val_032 +32,val_032 +31,val_031 +38,val_038 +8,val_008 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..587604b247841948f40f395e2b6871c8a9c23b0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +41,val_041 +39,val_039 +36,val_036 +60,val_060 +54,val_054 +10,val_010 +12,val_012 +50,val_050 +31,val_031 +18,val_018 +34,val_034 +42,val_042 +31,val_031 +54,val_054 +3,val_003 +56,val_056 +39,val_039 +42,val_042 +17,val_017 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-25/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-25/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..24c5d4f76256e9721be3bd935c941b2639443b0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-25/us-east.csv @@ -0,0 +1,21 @@ +id,value +15,val_015 +32,val_032 +24,val_024 +14,val_014 +7,val_007 +52,val_052 +9,val_009 +33,val_033 +25,val_025 +50,val_050 +57,val_057 +58,val_058 +46,val_046 +27,val_027 +25,val_025 +29,val_029 +48,val_048 +57,val_057 +46,val_046 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-25/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-25/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..77c3c4d451e3c6d298b5308dd165faba648aa01a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-25/us-west.csv @@ -0,0 +1,21 @@ +id,value +41,val_041 +10,val_010 +15,val_015 +42,val_042 +60,val_060 +44,val_044 +58,val_058 +1,val_001 +12,val_012 +55,val_055 +45,val_045 +12,val_012 +59,val_059 +41,val_041 +37,val_037 +58,val_058 +48,val_048 +22,val_022 +28,val_028 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-29/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-29/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..f15cf93aca22f7e94b6d4410f142db1da1b93ac0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-29/eu-central.csv @@ -0,0 +1,21 @@ +id,value +10,val_010 +28,val_028 +52,val_052 +6,val_006 +57,val_057 +41,val_041 +44,val_044 +3,val_003 +56,val_056 +2,val_002 +59,val_059 +46,val_046 +59,val_059 +15,val_015 +59,val_059 +45,val_045 +26,val_026 +12,val_012 +3,val_003 +15,val_015 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-29/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-29/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..23f3a770bd8b230a812afa09cb9990ce67fee5f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/online-store/2024-04-29/us-east.csv @@ -0,0 +1,21 @@ +id,value +24,val_024 +9,val_009 +55,val_055 +24,val_024 +42,val_042 +35,val_035 +10,val_010 +4,val_004 +16,val_016 +47,val_047 +26,val_026 +18,val_018 +4,val_004 +19,val_019 +46,val_046 +34,val_034 +32,val_032 +31,val_031 +3,val_003 +49,val_049 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-01/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-01/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..9450e8f723e762ee3a5db09e40fbab1339cf1800 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-01/eu-central.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +60,val_060 +37,val_037 +31,val_031 +4,val_004 +35,val_035 +15,val_015 +14,val_014 +58,val_058 +45,val_045 +60,val_060 +13,val_013 +1,val_001 +20,val_020 +7,val_007 +16,val_016 +36,val_036 +18,val_018 +12,val_012 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-01/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-01/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..6d295972d89fb936f56677c0c11a64db876f4324 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-01/us-east.csv @@ -0,0 +1,21 @@ +id,value +21,val_021 +27,val_027 +1,val_001 +50,val_050 +19,val_019 +21,val_021 +49,val_049 +45,val_045 +45,val_045 +44,val_044 +31,val_031 +40,val_040 +49,val_049 +18,val_018 +29,val_029 +31,val_031 +56,val_056 +36,val_036 +40,val_040 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-05/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-05/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..890ee1296bdb9127bad1df9e79faf106390855c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-05/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +46,val_046 +2,val_002 +58,val_058 +37,val_037 +58,val_058 +5,val_005 +49,val_049 +42,val_042 +47,val_047 +27,val_027 +33,val_033 +35,val_035 +54,val_054 +49,val_049 +50,val_050 +36,val_036 +44,val_044 +48,val_048 +19,val_019 +32,val_032 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-05/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-05/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..1e5cb6e6cac5f0bf45dc02ba95f7b937d04fbc4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-05/eu-central.csv @@ -0,0 +1,21 @@ +id,value +7,val_007 +49,val_049 +38,val_038 +20,val_020 +35,val_035 +23,val_023 +58,val_058 +36,val_036 +57,val_057 +25,val_025 +13,val_013 +2,val_002 +27,val_027 +29,val_029 +46,val_046 +3,val_003 +27,val_027 +57,val_057 +18,val_018 +1,val_001 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-09/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-09/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..5be8d98dc3972606e92760a1e20f55faed60035c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-09/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +50,val_050 +12,val_012 +32,val_032 +28,val_028 +38,val_038 +19,val_019 +37,val_037 +54,val_054 +34,val_034 +54,val_054 +1,val_001 +5,val_005 +24,val_024 +33,val_033 +56,val_056 +59,val_059 +33,val_033 +12,val_012 +51,val_051 +5,val_005 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c551eb263d158284f1a59c1b7031ebc03cd298f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +54,val_054 +46,val_046 +16,val_016 +33,val_033 +1,val_001 +17,val_017 +43,val_043 +38,val_038 +41,val_041 +21,val_021 +7,val_007 +45,val_045 +18,val_018 +22,val_022 +60,val_060 +13,val_013 +20,val_020 +38,val_038 +3,val_003 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-13/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-13/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..05a3a3af895fde5b66a64eb545054c8bc92375f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-13/us-east.csv @@ -0,0 +1,21 @@ +id,value +58,val_058 +11,val_011 +4,val_004 +11,val_011 +30,val_030 +53,val_053 +2,val_002 +8,val_008 +14,val_014 +22,val_022 +1,val_001 +57,val_057 +23,val_023 +28,val_028 +46,val_046 +2,val_002 +50,val_050 +1,val_001 +60,val_060 +41,val_041 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-13/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-13/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..c84f3720fe464861df7522bc12baa410781ce121 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-13/us-west.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +47,val_047 +24,val_024 +32,val_032 +29,val_029 +1,val_001 +3,val_003 +15,val_015 +48,val_048 +32,val_032 +50,val_050 +30,val_030 +38,val_038 +56,val_056 +33,val_033 +23,val_023 +23,val_023 +51,val_051 +52,val_052 +27,val_027 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-17/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-17/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..100848f5f134591595d62268ff1c0ac564bfbeb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-17/eu-central.csv @@ -0,0 +1,21 @@ +id,value +20,val_020 +33,val_033 +44,val_044 +4,val_004 +28,val_028 +39,val_039 +10,val_010 +53,val_053 +12,val_012 +26,val_026 +49,val_049 +30,val_030 +16,val_016 +28,val_028 +9,val_009 +43,val_043 +51,val_051 +39,val_039 +57,val_057 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-17/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-17/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..f36ad380a93d5d558b4e709b5a52acbfcfd41bc8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-17/us-east.csv @@ -0,0 +1,21 @@ +id,value +16,val_016 +16,val_016 +12,val_012 +39,val_039 +3,val_003 +33,val_033 +59,val_059 +49,val_049 +35,val_035 +5,val_005 +39,val_039 +10,val_010 +35,val_035 +40,val_040 +25,val_025 +52,val_052 +11,val_011 +20,val_020 +23,val_023 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-21/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-21/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..91db0a4dd4e7032b45178b6590f3063f28660a1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-21/eu-central.csv @@ -0,0 +1,21 @@ +id,value +51,val_051 +3,val_003 +45,val_045 +33,val_033 +2,val_002 +37,val_037 +6,val_006 +13,val_013 +55,val_055 +19,val_019 +35,val_035 +18,val_018 +9,val_009 +44,val_044 +34,val_034 +36,val_036 +43,val_043 +46,val_046 +24,val_024 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d403a23a9f92e829d2e21050f28eaade5fcf42d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +11,val_011 +60,val_060 +28,val_028 +1,val_001 +50,val_050 +57,val_057 +1,val_001 +46,val_046 +27,val_027 +25,val_025 +55,val_055 +7,val_007 +45,val_045 +10,val_010 +60,val_060 +46,val_046 +51,val_051 +43,val_043 +12,val_012 +34,val_034 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-25/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-25/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..d49fd9ca0c8bd009846077d9d5df9a7c070459a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-25/us-east.csv @@ -0,0 +1,21 @@ +id,value +7,val_007 +31,val_031 +32,val_032 +52,val_052 +7,val_007 +15,val_015 +19,val_019 +17,val_017 +2,val_002 +32,val_032 +15,val_015 +36,val_036 +58,val_058 +52,val_052 +52,val_052 +1,val_001 +41,val_041 +20,val_020 +55,val_055 +22,val_022 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-25/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-25/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..c60bece768a5b4484bbf9828040062d38ae45ff3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-25/us-west.csv @@ -0,0 +1,21 @@ +id,value +38,val_038 +15,val_015 +60,val_060 +27,val_027 +3,val_003 +1,val_001 +33,val_033 +13,val_013 +57,val_057 +17,val_017 +37,val_037 +55,val_055 +47,val_047 +20,val_020 +12,val_012 +45,val_045 +7,val_007 +49,val_049 +56,val_056 +45,val_045 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-29/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-29/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..b07332114acbc02705be049ead6ce84d1cdc275f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-29/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +21,val_021 +37,val_037 +34,val_034 +50,val_050 +24,val_024 +55,val_055 +20,val_020 +46,val_046 +24,val_024 +40,val_040 +4,val_004 +37,val_037 +39,val_039 +16,val_016 +26,val_026 +3,val_003 +4,val_004 +29,val_029 +22,val_022 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-29/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-29/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..0090068d891ae40db9094e75e4cc0efaaa5b986a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/pos-terminals/2024-04-29/us-west.csv @@ -0,0 +1,21 @@ +id,value +1,val_001 +5,val_005 +7,val_007 +33,val_033 +35,val_035 +36,val_036 +28,val_028 +4,val_004 +10,val_010 +37,val_037 +39,val_039 +51,val_051 +10,val_010 +16,val_016 +1,val_001 +29,val_029 +44,val_044 +38,val_038 +24,val_024 +8,val_008 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-01/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-01/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..fb3d4ebd48d3f205fa6fb553ab745088224e8121 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-01/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +9,val_009 +38,val_038 +26,val_026 +18,val_018 +49,val_049 +41,val_041 +12,val_012 +59,val_059 +9,val_009 +13,val_013 +10,val_010 +25,val_025 +34,val_034 +58,val_058 +5,val_005 +21,val_021 +59,val_059 +32,val_032 +32,val_032 +22,val_022 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-01/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-01/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..d735d744205f3d366d80324bfa8307d36f1eafd3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-01/us-east.csv @@ -0,0 +1,21 @@ +id,value +35,val_035 +17,val_017 +42,val_042 +26,val_026 +27,val_027 +39,val_039 +53,val_053 +4,val_004 +56,val_056 +52,val_052 +46,val_046 +19,val_019 +30,val_030 +60,val_060 +6,val_006 +14,val_014 +7,val_007 +25,val_025 +36,val_036 +42,val_042 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-05/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-05/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..4fc0e9b09c04d07c38b4de48defdc0beb20f6eeb --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-05/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +34,val_034 +19,val_019 +52,val_052 +45,val_045 +31,val_031 +44,val_044 +9,val_009 +49,val_049 +58,val_058 +39,val_039 +40,val_040 +36,val_036 +27,val_027 +24,val_024 +19,val_019 +20,val_020 +51,val_051 +44,val_044 +49,val_049 +43,val_043 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-05/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-05/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..98634bd531f3316f81f6473179960e65501c24c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-05/eu-central.csv @@ -0,0 +1,21 @@ +id,value +29,val_029 +4,val_004 +34,val_034 +52,val_052 +32,val_032 +21,val_021 +52,val_052 +24,val_024 +2,val_002 +27,val_027 +34,val_034 +49,val_049 +50,val_050 +14,val_014 +30,val_030 +36,val_036 +59,val_059 +5,val_005 +50,val_050 +48,val_048 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-09/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-09/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7f7e25eede69da30e7c7a75ef5ec1dfb1dad2d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-09/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +8,val_008 +36,val_036 +23,val_023 +25,val_025 +4,val_004 +21,val_021 +29,val_029 +17,val_017 +25,val_025 +4,val_004 +28,val_028 +52,val_052 +37,val_037 +10,val_010 +8,val_008 +54,val_054 +58,val_058 +60,val_060 +14,val_014 +41,val_041 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-09/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-09/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..9fdee9a74d56eac875220d390386c822a52f907d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-09/us-west.csv @@ -0,0 +1,21 @@ +id,value +51,val_051 +34,val_034 +17,val_017 +12,val_012 +33,val_033 +16,val_016 +1,val_001 +35,val_035 +17,val_017 +50,val_050 +3,val_003 +46,val_046 +13,val_013 +12,val_012 +27,val_027 +49,val_049 +2,val_002 +23,val_023 +30,val_030 +7,val_007 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-13/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-13/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..84c8327fb827a1107961c51dc61053fb18c9bf1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-13/us-east.csv @@ -0,0 +1,21 @@ +id,value +47,val_047 +53,val_053 +28,val_028 +26,val_026 +38,val_038 +50,val_050 +16,val_016 +50,val_050 +3,val_003 +7,val_007 +46,val_046 +55,val_055 +46,val_046 +56,val_056 +60,val_060 +32,val_032 +18,val_018 +11,val_011 +25,val_025 +56,val_056 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-13/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-13/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..83442728b2dd20c753b79e1ceda43c883fe2e6a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-13/us-west.csv @@ -0,0 +1,21 @@ +id,value +31,val_031 +31,val_031 +41,val_041 +23,val_023 +38,val_038 +13,val_013 +23,val_023 +41,val_041 +47,val_047 +33,val_033 +14,val_014 +55,val_055 +50,val_050 +12,val_012 +52,val_052 +36,val_036 +58,val_058 +34,val_034 +4,val_004 +4,val_004 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-17/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-17/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..8986a37c72e3ce9deeb9645cf30bc9217d4dfd21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-17/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +47,val_047 +43,val_043 +57,val_057 +41,val_041 +1,val_001 +45,val_045 +52,val_052 +19,val_019 +39,val_039 +53,val_053 +16,val_016 +2,val_002 +39,val_039 +21,val_021 +44,val_044 +36,val_036 +25,val_025 +59,val_059 +42,val_042 +52,val_052 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-17/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-17/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..47ebbe13e09770c9c03d05bc822b5fe4a8683923 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-17/us-east.csv @@ -0,0 +1,21 @@ +id,value +44,val_044 +36,val_036 +58,val_058 +13,val_013 +32,val_032 +29,val_029 +8,val_008 +16,val_016 +41,val_041 +22,val_022 +18,val_018 +23,val_023 +44,val_044 +17,val_017 +42,val_042 +20,val_020 +6,val_006 +42,val_042 +41,val_041 +31,val_031 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-21/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-21/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..c5f389eb486bbc55eb753d268cf9d5e48f48fa2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-21/us-east.csv @@ -0,0 +1,21 @@ +id,value +22,val_022 +28,val_028 +56,val_056 +44,val_044 +14,val_014 +13,val_013 +4,val_004 +6,val_006 +16,val_016 +2,val_002 +5,val_005 +39,val_039 +45,val_045 +46,val_046 +45,val_045 +19,val_019 +29,val_029 +3,val_003 +55,val_055 +55,val_055 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-21/us-west.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-21/us-west.csv new file mode 100644 index 0000000000000000000000000000000000000000..90fbeb6c4041378442e92640d0911646e5c4af67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-21/us-west.csv @@ -0,0 +1,21 @@ +id,value +27,val_027 +23,val_023 +43,val_043 +51,val_051 +13,val_013 +36,val_036 +22,val_022 +40,val_040 +25,val_025 +53,val_053 +50,val_050 +54,val_054 +13,val_013 +56,val_056 +4,val_004 +25,val_025 +35,val_035 +23,val_023 +54,val_054 +43,val_043 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-25/eu-central.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-25/eu-central.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac4c9245557b425a5e11d82034da3c1dd5ff2919 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-25/eu-central.csv @@ -0,0 +1,21 @@ +id,value +30,val_030 +1,val_001 +24,val_024 +53,val_053 +36,val_036 +23,val_023 +54,val_054 +25,val_025 +9,val_009 +1,val_001 +2,val_002 +9,val_009 +17,val_017 +54,val_054 +42,val_042 +7,val_007 +19,val_019 +34,val_034 +15,val_015 +27,val_027 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-25/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-25/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a2f7b26e8c4a5a4a4d45e8d16d25fb48b9b1b33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-25/us-east.csv @@ -0,0 +1,21 @@ +id,value +27,val_027 +50,val_050 +12,val_012 +40,val_040 +16,val_016 +36,val_036 +17,val_017 +10,val_010 +19,val_019 +59,val_059 +45,val_045 +19,val_019 +41,val_041 +17,val_017 +26,val_026 +36,val_036 +3,val_003 +36,val_036 +31,val_031 +1,val_001 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-29/ap-northeast.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-29/ap-northeast.csv new file mode 100644 index 0000000000000000000000000000000000000000..e47307936ab4d8aa7e5d06c9bf3a8c472b22f4bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-29/ap-northeast.csv @@ -0,0 +1,21 @@ +id,value +13,val_013 +4,val_004 +36,val_036 +19,val_019 +40,val_040 +46,val_046 +4,val_004 +52,val_052 +5,val_005 +28,val_028 +50,val_050 +13,val_013 +26,val_026 +45,val_045 +56,val_056 +50,val_050 +42,val_042 +24,val_024 +22,val_022 +51,val_051 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-29/us-east.csv b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-29/us-east.csv new file mode 100644 index 0000000000000000000000000000000000000000..7c693a612e5dfb19bb582a94d090ef57aa92b54d --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/warehouse/raw/wholesale-portal/2024-04-29/us-east.csv @@ -0,0 +1,21 @@ +id,value +40,val_040 +47,val_047 +14,val_014 +51,val_051 +59,val_059 +46,val_046 +36,val_036 +16,val_016 +41,val_041 +56,val_056 +34,val_034 +31,val_031 +4,val_004 +22,val_022 +57,val_057 +22,val_022 +26,val_026 +35,val_035 +25,val_025 +37,val_037 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_973482be2e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/cache-proxy.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/cache-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c25bba7af8c8e5e77f8798338c61e7c1e8c911b --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/cache-proxy.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cache-proxy +replicas: 2 +image: registry.internal/cache-proxy:v1.25.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/orders-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ecea8bbb0a428eaa6fb72549d56b2fab53444fae --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/orders-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: orders-api +replicas: 3 +image: registry.internal/orders-api:v1.21.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/worker-emails.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/worker-emails.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d13d2ff0108af69e09611435f44644d3bca1a0f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/default/worker-emails.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-emails +replicas: 4 +image: registry.internal/worker-emails:v1.28.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/auth-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4c5db3ec0e884d43f9a91b3f4be495c378bd3044 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/auth-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: auth-api +replicas: 6 +image: registry.internal/auth-api:v1.35.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/kyc-check.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/kyc-check.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fc671b4681d7b30c71246ac0e1f35d510a59cc26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/kyc-check.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: kyc-check +replicas: 3 +image: registry.internal/kyc-check:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/search-index.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/search-index.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39cdb14376c624c6309dde9ed96d73b5e94d3a37 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/search-index.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: search-index +replicas: 3 +image: registry.internal/search-index:v1.14.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/tracing-sink.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/tracing-sink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c7b28e3d55c6571510fbc673934ee53ed062acf2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/tracing-sink.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: tracing-sink +replicas: 8 +image: registry.internal/tracing-sink:v1.31.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/users-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/users-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..200c8bf90572f51927ecb2e6c6c7a37f12fb7e9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/edge/users-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: users-api +replicas: 4 +image: registry.internal/users-api:v1.37.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5be752ae83fcb07c12c7453e9e568dcea4d93f89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 8 +image: registry.internal/edge-router:v1.13.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/inventory.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/inventory.yaml new file mode 100644 index 0000000000000000000000000000000000000000..701191bfec7bbab3b8ed71e7156840f75d1d2944 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/inventory.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: inventory +replicas: 1 +image: registry.internal/inventory:v1.36.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/ledger.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/ledger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ee7970c30a9a95cf56459e9af51c97f5bf6cf5d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/ledger.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ledger +replicas: 4 +image: registry.internal/ledger:v1.12.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/session-store.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/session-store.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae156edeeb1676434447af7f6bef2cbc72d7463b --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/session-store.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: session-store +replicas: 8 +image: registry.internal/session-store:v1.2.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dcf45cede5cad337a6150116394f64c801d25c0c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/observability/webhook-dispatcher.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: webhook-dispatcher +replicas: 6 +image: registry.internal/webhook-dispatcher:v1.21.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/cache-proxy.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/cache-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..71e8c7e09ca3a4d7e99796384c3930d0c70aad65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/cache-proxy.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cache-proxy +replicas: 4 +image: registry.internal/cache-proxy:v1.5.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..15e99cedcf43f7c54960238d92fd930783d60a5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 4 +image: registry.internal/edge-router:v1.7.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/feature-flags.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/feature-flags.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c6b246ef2ecc5d6b3ed0fbfee1ddbfa33d07bb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/feature-flags.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: feature-flags +replicas: 4 +image: registry.internal/feature-flags:v1.11.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/gateway.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/gateway.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38fa85fa6f9349e8b90d62a48aca4ff7b3450840 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/gateway.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: gateway +replicas: 7 +image: registry.internal/gateway:v1.6.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/ledger.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/ledger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..37100dcf7d914a11298a69e25195e95282da2893 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/alpha/platform/ledger.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ledger +replicas: 4 +image: registry.internal/ledger:v1.20.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/dashboard-ui.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/dashboard-ui.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cae0a6ffd1b9c204f9e8c84f94163d6e6e1cbfcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/dashboard-ui.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: dashboard-ui +replicas: 3 +image: registry.internal/dashboard-ui:v1.25.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4b1fe090bb8d0b5fc6cb311923e606c2b1ace6cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 4 +image: registry.internal/edge-router:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e344740d538971bb1b97aa6746f134080347d454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/billing/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 6 +image: registry.internal/queue-consumer:v1.4.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/tracing-sink.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/tracing-sink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..33ea434e974d5cc5ba78f145c54713cce9564a4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/tracing-sink.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: tracing-sink +replicas: 8 +image: registry.internal/tracing-sink:v1.25.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/users-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/users-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c6a6d92218954bbf0900e9973194232ae3bf5fe2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/users-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: users-api +replicas: 6 +image: registry.internal/users-api:v1.9.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/worker-emails.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/worker-emails.yaml new file mode 100644 index 0000000000000000000000000000000000000000..06b890fedfcaf210bcbd79f6ceeae6f1f42c5388 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/default/worker-emails.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-emails +replicas: 7 +image: registry.internal/worker-emails:v1.2.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/reporting.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/reporting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..88f911e6e58f63e278674a6d4cc04576d7b8ad02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/reporting.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: reporting +replicas: 5 +image: registry.internal/reporting:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/ticket-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/ticket-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f6607cf3e59059e0899c36ca7d5bf8b10de21485 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/ticket-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ticket-api +replicas: 3 +image: registry.internal/ticket-api:v1.36.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/worker-emails.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/worker-emails.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29b31e9bbfbe53ef294d640422c881597e1ae864 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/platform/worker-emails.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-emails +replicas: 3 +image: registry.internal/worker-emails:v1.21.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/feature-flags.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/feature-flags.yaml new file mode 100644 index 0000000000000000000000000000000000000000..48e59ad056c420eb9864756d864a75930571f0a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/feature-flags.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: feature-flags +replicas: 5 +image: registry.internal/feature-flags:v1.32.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4106caff9f92ba3309b755a2c3c91957fb44c9e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 7 +image: registry.internal/queue-consumer:v1.29.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/ticket-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/ticket-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eb5b027b1e27e2c604c4eab6d94ee22bac118cd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/ticket-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ticket-api +replicas: 7 +image: registry.internal/ticket-api:v1.3.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/users-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/users-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5544a20aeeced3c75ddb387270a53ea04a0ef4fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/bravo/security/users-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: users-api +replicas: 8 +image: registry.internal/users-api:v1.4.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/cache-proxy.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/cache-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cab3caaa2644cedbd0f603e9c93839bb05d2fdd5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/cache-proxy.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cache-proxy +replicas: 1 +image: registry.internal/cache-proxy:v1.6.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/catalog-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/catalog-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..218917d0f0b7278d6912f86c3ac335e95316d508 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/catalog-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: catalog-api +replicas: 7 +image: registry.internal/catalog-api:v1.27.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..40c93f6440735011f3dacee8306f365706237cd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 6 +image: registry.internal/edge-router:v1.29.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f3917d53110730b6716fa25e4a1dbc50d9736f83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/data-plane/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 2 +image: registry.internal/queue-consumer:v1.4.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/cart-service.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/cart-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..507b21292fca90e9cab937c117a5ccdb74454a34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/cart-service.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cart-service +replicas: 8 +image: registry.internal/cart-service:v1.40.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fa2a5bcb3e1ba945e40e697bb27ef64fc18864c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 7 +image: registry.internal/queue-consumer:v1.38.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/reporting.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/reporting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4a6cfc209f23bb32e4c224917584fbe592b88dc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/reporting.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: reporting +replicas: 3 +image: registry.internal/reporting:v1.32.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/search-index.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/search-index.yaml new file mode 100644 index 0000000000000000000000000000000000000000..66206a235267c1f84e83df816dddb10ed32445b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/default/search-index.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: search-index +replicas: 7 +image: registry.internal/search-index:v1.35.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/orders-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f860cead2ebb26bcdf126a37339ba8c99d844762 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/orders-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: orders-api +replicas: 8 +image: registry.internal/orders-api:v1.12.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..35ab13321c38c7c6d0fe383586b52b8d239fde48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 2 +image: registry.internal/queue-consumer:v1.5.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/worker-cleanup.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/worker-cleanup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8a0bb8fe741c9166f27fcfcd4c6a5a8b66f0eb1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/edge/worker-cleanup.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-cleanup +replicas: 2 +image: registry.internal/worker-cleanup:v1.26.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/cart-service.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/cart-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..88d096eafd7c2a851fd86dfd6b9142f406cec5c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/cart-service.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cart-service +replicas: 7 +image: registry.internal/cart-service:v1.38.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/inventory.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/inventory.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a3ef7f919034abe3acf0be82ff44a20998f8550 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/inventory.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: inventory +replicas: 7 +image: registry.internal/inventory:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/search-index.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/search-index.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ede5e18ad50cc793d465a69bc41180dcee34ec4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/search-index.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: search-index +replicas: 3 +image: registry.internal/search-index:v1.35.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/worker-payments.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/worker-payments.yaml new file mode 100644 index 0000000000000000000000000000000000000000..404981576804e92bfcbc0572fa9d1d05ad220baf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/k8s/charlie/observability/worker-payments.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-payments +replicas: 8 +image: registry.internal/worker-payments:v1.9.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/cache-proxy.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/cache-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c25bba7af8c8e5e77f8798338c61e7c1e8c911b --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/cache-proxy.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cache-proxy +replicas: 2 +image: registry.internal/cache-proxy:v1.25.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/orders-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ecea8bbb0a428eaa6fb72549d56b2fab53444fae --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/orders-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: orders-api +replicas: 3 +image: registry.internal/orders-api:v1.21.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/worker-emails.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/worker-emails.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d13d2ff0108af69e09611435f44644d3bca1a0f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/default/worker-emails.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-emails +replicas: 4 +image: registry.internal/worker-emails:v1.28.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/auth-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/auth-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4c5db3ec0e884d43f9a91b3f4be495c378bd3044 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/auth-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: auth-api +replicas: 6 +image: registry.internal/auth-api:v1.35.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/kyc-check.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/kyc-check.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fc671b4681d7b30c71246ac0e1f35d510a59cc26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/kyc-check.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: kyc-check +replicas: 3 +image: registry.internal/kyc-check:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/search-index.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/search-index.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39cdb14376c624c6309dde9ed96d73b5e94d3a37 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/search-index.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: search-index +replicas: 3 +image: registry.internal/search-index:v1.14.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/tracing-sink.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/tracing-sink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c7b28e3d55c6571510fbc673934ee53ed062acf2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/tracing-sink.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: tracing-sink +replicas: 8 +image: registry.internal/tracing-sink:v1.31.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/users-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/users-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..200c8bf90572f51927ecb2e6c6c7a37f12fb7e9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/edge/users-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: users-api +replicas: 4 +image: registry.internal/users-api:v1.37.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5be752ae83fcb07c12c7453e9e568dcea4d93f89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 8 +image: registry.internal/edge-router:v1.13.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/inventory.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/inventory.yaml new file mode 100644 index 0000000000000000000000000000000000000000..701191bfec7bbab3b8ed71e7156840f75d1d2944 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/inventory.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: inventory +replicas: 1 +image: registry.internal/inventory:v1.36.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/ledger.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/ledger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ee7970c30a9a95cf56459e9af51c97f5bf6cf5d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/ledger.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ledger +replicas: 4 +image: registry.internal/ledger:v1.12.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/session-store.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/session-store.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae156edeeb1676434447af7f6bef2cbc72d7463b --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/session-store.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: session-store +replicas: 8 +image: registry.internal/session-store:v1.2.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/webhook-dispatcher.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/webhook-dispatcher.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dcf45cede5cad337a6150116394f64c801d25c0c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/observability/webhook-dispatcher.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: webhook-dispatcher +replicas: 6 +image: registry.internal/webhook-dispatcher:v1.21.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/cache-proxy.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/cache-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..71e8c7e09ca3a4d7e99796384c3930d0c70aad65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/cache-proxy.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cache-proxy +replicas: 4 +image: registry.internal/cache-proxy:v1.5.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..15e99cedcf43f7c54960238d92fd930783d60a5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 4 +image: registry.internal/edge-router:v1.7.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/feature-flags.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/feature-flags.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c6b246ef2ecc5d6b3ed0fbfee1ddbfa33d07bb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/feature-flags.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: feature-flags +replicas: 4 +image: registry.internal/feature-flags:v1.11.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/gateway.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/gateway.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38fa85fa6f9349e8b90d62a48aca4ff7b3450840 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/gateway.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: gateway +replicas: 7 +image: registry.internal/gateway:v1.6.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/ledger.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/ledger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..37100dcf7d914a11298a69e25195e95282da2893 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/alpha/platform/ledger.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ledger +replicas: 4 +image: registry.internal/ledger:v1.20.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/dashboard-ui.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/dashboard-ui.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cae0a6ffd1b9c204f9e8c84f94163d6e6e1cbfcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/dashboard-ui.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: dashboard-ui +replicas: 3 +image: registry.internal/dashboard-ui:v1.25.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4b1fe090bb8d0b5fc6cb311923e606c2b1ace6cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 4 +image: registry.internal/edge-router:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e344740d538971bb1b97aa6746f134080347d454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/billing/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 6 +image: registry.internal/queue-consumer:v1.4.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/tracing-sink.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/tracing-sink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..33ea434e974d5cc5ba78f145c54713cce9564a4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/tracing-sink.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: tracing-sink +replicas: 8 +image: registry.internal/tracing-sink:v1.25.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/users-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/users-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c6a6d92218954bbf0900e9973194232ae3bf5fe2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/users-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: users-api +replicas: 6 +image: registry.internal/users-api:v1.9.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/worker-emails.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/worker-emails.yaml new file mode 100644 index 0000000000000000000000000000000000000000..06b890fedfcaf210bcbd79f6ceeae6f1f42c5388 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/default/worker-emails.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-emails +replicas: 7 +image: registry.internal/worker-emails:v1.2.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/reporting.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/reporting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..88f911e6e58f63e278674a6d4cc04576d7b8ad02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/reporting.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: reporting +replicas: 5 +image: registry.internal/reporting:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/ticket-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/ticket-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f6607cf3e59059e0899c36ca7d5bf8b10de21485 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/ticket-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ticket-api +replicas: 3 +image: registry.internal/ticket-api:v1.36.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/worker-emails.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/worker-emails.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29b31e9bbfbe53ef294d640422c881597e1ae864 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/platform/worker-emails.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-emails +replicas: 3 +image: registry.internal/worker-emails:v1.21.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/feature-flags.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/feature-flags.yaml new file mode 100644 index 0000000000000000000000000000000000000000..48e59ad056c420eb9864756d864a75930571f0a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/feature-flags.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: feature-flags +replicas: 5 +image: registry.internal/feature-flags:v1.32.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4106caff9f92ba3309b755a2c3c91957fb44c9e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 7 +image: registry.internal/queue-consumer:v1.29.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/ticket-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/ticket-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eb5b027b1e27e2c604c4eab6d94ee22bac118cd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/ticket-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: ticket-api +replicas: 7 +image: registry.internal/ticket-api:v1.3.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/users-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/users-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5544a20aeeced3c75ddb387270a53ea04a0ef4fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/bravo/security/users-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: users-api +replicas: 8 +image: registry.internal/users-api:v1.4.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/cache-proxy.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/cache-proxy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cab3caaa2644cedbd0f603e9c93839bb05d2fdd5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/cache-proxy.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cache-proxy +replicas: 1 +image: registry.internal/cache-proxy:v1.6.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/catalog-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/catalog-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..218917d0f0b7278d6912f86c3ac335e95316d508 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/catalog-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: catalog-api +replicas: 7 +image: registry.internal/catalog-api:v1.27.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/edge-router.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/edge-router.yaml new file mode 100644 index 0000000000000000000000000000000000000000..40c93f6440735011f3dacee8306f365706237cd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/edge-router.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: edge-router +replicas: 6 +image: registry.internal/edge-router:v1.29.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f3917d53110730b6716fa25e4a1dbc50d9736f83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/data-plane/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 2 +image: registry.internal/queue-consumer:v1.4.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/cart-service.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/cart-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..507b21292fca90e9cab937c117a5ccdb74454a34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/cart-service.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cart-service +replicas: 8 +image: registry.internal/cart-service:v1.40.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fa2a5bcb3e1ba945e40e697bb27ef64fc18864c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 7 +image: registry.internal/queue-consumer:v1.38.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/reporting.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/reporting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4a6cfc209f23bb32e4c224917584fbe592b88dc5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/reporting.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: reporting +replicas: 3 +image: registry.internal/reporting:v1.32.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/search-index.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/search-index.yaml new file mode 100644 index 0000000000000000000000000000000000000000..66206a235267c1f84e83df816dddb10ed32445b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/default/search-index.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: search-index +replicas: 7 +image: registry.internal/search-index:v1.35.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/orders-api.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/orders-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f860cead2ebb26bcdf126a37339ba8c99d844762 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/orders-api.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: orders-api +replicas: 8 +image: registry.internal/orders-api:v1.12.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/queue-consumer.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/queue-consumer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..35ab13321c38c7c6d0fe383586b52b8d239fde48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/queue-consumer.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: queue-consumer +replicas: 2 +image: registry.internal/queue-consumer:v1.5.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/worker-cleanup.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/worker-cleanup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8a0bb8fe741c9166f27fcfcd4c6a5a8b66f0eb1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/edge/worker-cleanup.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-cleanup +replicas: 2 +image: registry.internal/worker-cleanup:v1.26.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/cart-service.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/cart-service.yaml new file mode 100644 index 0000000000000000000000000000000000000000..88d096eafd7c2a851fd86dfd6b9142f406cec5c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/cart-service.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: cart-service +replicas: 7 +image: registry.internal/cart-service:v1.38.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/inventory.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/inventory.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a3ef7f919034abe3acf0be82ff44a20998f8550 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/inventory.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: inventory +replicas: 7 +image: registry.internal/inventory:v1.1.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/search-index.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/search-index.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ede5e18ad50cc793d465a69bc41180dcee34ec4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/search-index.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: search-index +replicas: 3 +image: registry.internal/search-index:v1.35.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/worker-payments.yaml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/worker-payments.yaml new file mode 100644 index 0000000000000000000000000000000000000000..404981576804e92bfcbc0572fa9d1d05ad220baf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/k8s/charlie/observability/worker-payments.yaml @@ -0,0 +1,9 @@ +apiVersion: apps/v1 +kind: Deployment +name: worker-payments +replicas: 8 +image: registry.internal/worker-payments:v1.9.0 +resources: + limits: + cpu: 500m + memory: 512Mi diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9ad20eb89d/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/CONTENTS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/CONTENTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3adba5b6ba53b86cf27f3f91ef1728c8a72fb93 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/CONTENTS.txt @@ -0,0 +1,6 @@ +berlin-shanghai.txt +incident-response-wireless-mouse.json +london-ceramic-mug.md +new-york-noise-isolating-headphones.txt +retrieval-augmented-generation-security-policies.json +wireless-mouse-performance-reviews.md diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/berlin-shanghai.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/berlin-shanghai.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/berlin-shanghai.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/incident-response-wireless-mouse.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/incident-response-wireless-mouse.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/incident-response-wireless-mouse.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/london-ceramic-mug.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/london-ceramic-mug.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/london-ceramic-mug.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/new-york-noise-isolating-headphones.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/new-york-noise-isolating-headphones.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/new-york-noise-isolating-headphones.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/retrieval-augmented-generation-security-policies.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/retrieval-augmented-generation-security-policies.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/retrieval-augmented-generation-security-policies.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/wireless-mouse-performance-reviews.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/wireless-mouse-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-00-noise-isolating-headphones/wireless-mouse-performance-reviews.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/CONTENTS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/CONTENTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aaaff666dfbcebbc2e43afac5d4007fbc912869 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/CONTENTS.txt @@ -0,0 +1,6 @@ +berlin-beijing.txt +boston-release-process.md +chain-of-thought-barcelona.md +paris-chicago.json +reasoning-benchmarks-data-governance.txt +sydney-san-francisco.json diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/berlin-beijing.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/berlin-beijing.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/berlin-beijing.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/boston-release-process.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/boston-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/boston-release-process.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/chain-of-thought-barcelona.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/chain-of-thought-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/chain-of-thought-barcelona.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/paris-chicago.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/paris-chicago.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/paris-chicago.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/reasoning-benchmarks-data-governance.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/reasoning-benchmarks-data-governance.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/reasoning-benchmarks-data-governance.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/sydney-san-francisco.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/sydney-san-francisco.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-01-linen-notebook/sydney-san-francisco.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/CONTENTS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/CONTENTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..3717015a0ba1671fd25854d9b9246485ce5a94db --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/CONTENTS.txt @@ -0,0 +1,6 @@ +adversarial-robustness-boston.json +auckland-singapore.txt +boston-incident-response.md +multimodal-fusion-paris.json +san-francisco-denver.md +vancouver-amsterdam.txt diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/adversarial-robustness-boston.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/adversarial-robustness-boston.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/adversarial-robustness-boston.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/auckland-singapore.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/auckland-singapore.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/auckland-singapore.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/boston-incident-response.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/boston-incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/boston-incident-response.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/multimodal-fusion-paris.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/multimodal-fusion-paris.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/multimodal-fusion-paris.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/san-francisco-denver.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/san-francisco-denver.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/san-francisco-denver.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/vancouver-amsterdam.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/vancouver-amsterdam.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-02-espresso-blend/vancouver-amsterdam.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/CONTENTS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/CONTENTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc49123e7300916f4d9580334c4d9c419460e0ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/CONTENTS.txt @@ -0,0 +1,6 @@ +attention-scaling-bangalore.json +chicago-bangalore.md +linen-notebook-onboarding.txt +osaka-laptop-stand.json +paris-amsterdam.md +retrieval-augmented-generation-ergo-chair.txt diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/attention-scaling-bangalore.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/attention-scaling-bangalore.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/attention-scaling-bangalore.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/chicago-bangalore.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/chicago-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/chicago-bangalore.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/linen-notebook-onboarding.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/linen-notebook-onboarding.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/linen-notebook-onboarding.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/osaka-laptop-stand.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/osaka-laptop-stand.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/osaka-laptop-stand.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/paris-amsterdam.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/paris-amsterdam.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/paris-amsterdam.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/retrieval-augmented-generation-ergo-chair.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/retrieval-augmented-generation-ergo-chair.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-03-mechanical-keyboard/retrieval-augmented-generation-ergo-chair.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/CONTENTS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/CONTENTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f8b914fb1e331e3cad3951eeb503dbfa4699662 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/CONTENTS.txt @@ -0,0 +1,6 @@ +bangalore-noise-isolating-headphones.txt +manchester-wireless-mouse.txt +new-york-engineering-practices.md +new-york-kyoto.md +sparse-mixture-of-experts-austin.json +speculative-decoding-sydney.json diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/bangalore-noise-isolating-headphones.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/bangalore-noise-isolating-headphones.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/bangalore-noise-isolating-headphones.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/manchester-wireless-mouse.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/manchester-wireless-mouse.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/manchester-wireless-mouse.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/new-york-engineering-practices.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/new-york-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/new-york-engineering-practices.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/new-york-kyoto.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/new-york-kyoto.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/new-york-kyoto.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/sparse-mixture-of-experts-austin.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/sparse-mixture-of-experts-austin.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/sparse-mixture-of-experts-austin.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/speculative-decoding-sydney.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/speculative-decoding-sydney.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-04-ceylon-tea/speculative-decoding-sydney.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/CONTENTS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/CONTENTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..f20b7a7ddc99dd3f7c983566bf42c3bb7c6ad443 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/CONTENTS.txt @@ -0,0 +1,6 @@ +adversarial-robustness-multimodal-fusion.json +amsterdam-data-governance.txt +espresso-blend-denver.md +led-desk-lamp-new-york.json +onboarding-sydney.txt +paris-ergo-chair.md diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/adversarial-robustness-multimodal-fusion.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/adversarial-robustness-multimodal-fusion.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/adversarial-robustness-multimodal-fusion.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/amsterdam-data-governance.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/amsterdam-data-governance.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/amsterdam-data-governance.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/espresso-blend-denver.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/espresso-blend-denver.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/espresso-blend-denver.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/led-desk-lamp-new-york.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/led-desk-lamp-new-york.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/led-desk-lamp-new-york.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/onboarding-sydney.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/onboarding-sydney.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/onboarding-sydney.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/paris-ergo-chair.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/paris-ergo-chair.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/bundles/bundle-05-laptop-stand/paris-ergo-chair.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/berlin-shanghai.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/berlin-shanghai.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/berlin-shanghai.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/incident-response-wireless-mouse.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/incident-response-wireless-mouse.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/incident-response-wireless-mouse.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/london-ceramic-mug.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/london-ceramic-mug.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/london-ceramic-mug.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/new-york-noise-isolating-headphones.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/new-york-noise-isolating-headphones.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/new-york-noise-isolating-headphones.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/retrieval-augmented-generation-security-policies.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/retrieval-augmented-generation-security-policies.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/retrieval-augmented-generation-security-policies.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/wireless-mouse-performance-reviews.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/wireless-mouse-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-00-noise-isolating-headphones/wireless-mouse-performance-reviews.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/berlin-beijing.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/berlin-beijing.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/berlin-beijing.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/boston-release-process.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/boston-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/boston-release-process.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/chain-of-thought-barcelona.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/chain-of-thought-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/chain-of-thought-barcelona.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/paris-chicago.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/paris-chicago.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/paris-chicago.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/reasoning-benchmarks-data-governance.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/reasoning-benchmarks-data-governance.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/reasoning-benchmarks-data-governance.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/sydney-san-francisco.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/sydney-san-francisco.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-01-linen-notebook/sydney-san-francisco.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/adversarial-robustness-boston.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/adversarial-robustness-boston.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/adversarial-robustness-boston.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/auckland-singapore.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/auckland-singapore.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/auckland-singapore.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/boston-incident-response.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/boston-incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/boston-incident-response.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/multimodal-fusion-paris.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/multimodal-fusion-paris.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/multimodal-fusion-paris.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/san-francisco-denver.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/san-francisco-denver.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/san-francisco-denver.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/vancouver-amsterdam.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/vancouver-amsterdam.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-02-espresso-blend/vancouver-amsterdam.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/attention-scaling-bangalore.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/attention-scaling-bangalore.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/attention-scaling-bangalore.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/chicago-bangalore.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/chicago-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/chicago-bangalore.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/linen-notebook-onboarding.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/linen-notebook-onboarding.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/linen-notebook-onboarding.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/osaka-laptop-stand.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/osaka-laptop-stand.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/osaka-laptop-stand.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/paris-amsterdam.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/paris-amsterdam.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/paris-amsterdam.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/retrieval-augmented-generation-ergo-chair.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/retrieval-augmented-generation-ergo-chair.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-03-mechanical-keyboard/retrieval-augmented-generation-ergo-chair.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/bangalore-noise-isolating-headphones.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/bangalore-noise-isolating-headphones.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/bangalore-noise-isolating-headphones.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/manchester-wireless-mouse.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/manchester-wireless-mouse.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/manchester-wireless-mouse.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/new-york-engineering-practices.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/new-york-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/new-york-engineering-practices.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/new-york-kyoto.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/new-york-kyoto.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/new-york-kyoto.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/sparse-mixture-of-experts-austin.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/sparse-mixture-of-experts-austin.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/sparse-mixture-of-experts-austin.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/speculative-decoding-sydney.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/speculative-decoding-sydney.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-04-ceylon-tea/speculative-decoding-sydney.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/adversarial-robustness-multimodal-fusion.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/adversarial-robustness-multimodal-fusion.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/adversarial-robustness-multimodal-fusion.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/amsterdam-data-governance.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/amsterdam-data-governance.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/amsterdam-data-governance.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/espresso-blend-denver.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/espresso-blend-denver.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/espresso-blend-denver.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/led-desk-lamp-new-york.json b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/led-desk-lamp-new-york.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/led-desk-lamp-new-york.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/onboarding-sydney.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/onboarding-sydney.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/onboarding-sydney.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/paris-ergo-chair.md b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/paris-ergo-chair.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/bundles/bundle-05-laptop-stand/paris-ergo-chair.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9c6255759a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ca11a86f2a42ac65a1f3cb2a5cb7e7924a6654d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/inventory.py @@ -0,0 +1,7 @@ +def load_inventory(x): + # load inventory + y = x * 2 + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..7292f99eb996ecaf81e4efda65582c1024fc6d95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/invoice.py @@ -0,0 +1,7 @@ +def load_invoice(x): + # load invoice + y = x * 2 + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/order.py new file mode 100644 index 0000000000000000000000000000000000000000..2265bfb95d49d4e12e9f723f3ceee36b4ca88249 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/order.py @@ -0,0 +1,7 @@ +def load_order(x): + # load order + y = x * 2 + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..4e0bb615c52ac1b4c2bd9e4cc37cd4425f764b21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/shipment.py @@ -0,0 +1,7 @@ +def load_shipment(x): + # load shipment + y = x * 2 + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/user.py new file mode 100644 index 0000000000000000000000000000000000000000..e26310c90ed7760714b898d196a77e8294ab669f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/handlers/user.py @@ -0,0 +1,7 @@ +def load_user(x): + # load user + y = x * 2 + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ca11a86f2a42ac65a1f3cb2a5cb7e7924a6654d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/inventory.py @@ -0,0 +1,7 @@ +def load_inventory(x): + # load inventory + y = x * 2 + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..7292f99eb996ecaf81e4efda65582c1024fc6d95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/invoice.py @@ -0,0 +1,7 @@ +def load_invoice(x): + # load invoice + y = x * 2 + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/order.py new file mode 100644 index 0000000000000000000000000000000000000000..2265bfb95d49d4e12e9f723f3ceee36b4ca88249 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/order.py @@ -0,0 +1,7 @@ +def load_order(x): + # load order + y = x * 2 + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..4e0bb615c52ac1b4c2bd9e4cc37cd4425f764b21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/shipment.py @@ -0,0 +1,7 @@ +def load_shipment(x): + # load shipment + y = x * 2 + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/user.py new file mode 100644 index 0000000000000000000000000000000000000000..e26310c90ed7760714b898d196a77e8294ab669f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/models/user.py @@ -0,0 +1,7 @@ +def load_user(x): + # load user + y = x * 2 + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ca11a86f2a42ac65a1f3cb2a5cb7e7924a6654d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/inventory.py @@ -0,0 +1,7 @@ +def load_inventory(x): + # load inventory + y = x * 2 + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..7292f99eb996ecaf81e4efda65582c1024fc6d95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/invoice.py @@ -0,0 +1,7 @@ +def load_invoice(x): + # load invoice + y = x * 2 + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/order.py new file mode 100644 index 0000000000000000000000000000000000000000..2265bfb95d49d4e12e9f723f3ceee36b4ca88249 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/order.py @@ -0,0 +1,7 @@ +def load_order(x): + # load order + y = x * 2 + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..4e0bb615c52ac1b4c2bd9e4cc37cd4425f764b21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/shipment.py @@ -0,0 +1,7 @@ +def load_shipment(x): + # load shipment + y = x * 2 + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/user.py new file mode 100644 index 0000000000000000000000000000000000000000..e26310c90ed7760714b898d196a77e8294ab669f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/services/user.py @@ -0,0 +1,7 @@ +def load_user(x): + # load user + y = x * 2 + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ca11a86f2a42ac65a1f3cb2a5cb7e7924a6654d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/inventory.py @@ -0,0 +1,7 @@ +def load_inventory(x): + # load inventory + y = x * 2 + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..7292f99eb996ecaf81e4efda65582c1024fc6d95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/invoice.py @@ -0,0 +1,7 @@ +def load_invoice(x): + # load invoice + y = x * 2 + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/order.py new file mode 100644 index 0000000000000000000000000000000000000000..2265bfb95d49d4e12e9f723f3ceee36b4ca88249 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/order.py @@ -0,0 +1,7 @@ +def load_order(x): + # load order + y = x * 2 + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..4e0bb615c52ac1b4c2bd9e4cc37cd4425f764b21 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/shipment.py @@ -0,0 +1,7 @@ +def load_shipment(x): + # load shipment + y = x * 2 + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/user.py new file mode 100644 index 0000000000000000000000000000000000000000..e26310c90ed7760714b898d196a77e8294ab669f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/app/utils/user.py @@ -0,0 +1,7 @@ +def load_user(x): + # load user + y = x * 2 + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ff9de1cf91829bf62358fe1d7b094ea73c087188 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/inventory.py @@ -0,0 +1,9 @@ +def load_inventory(x): + # load inventory + print("loading", x) + y = x * 2 + print(y) + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..83ee1182acfb7844e5bc1aecb5e734203a5d2be6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/invoice.py @@ -0,0 +1,9 @@ +def load_invoice(x): + # load invoice + print("loading", x) + y = x * 2 + print(y) + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/order.py new file mode 100644 index 0000000000000000000000000000000000000000..e9a0e943977efbc33cf62481b526c68e59a8e3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/order.py @@ -0,0 +1,9 @@ +def load_order(x): + # load order + print("loading", x) + y = x * 2 + print(y) + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..93427a2135173597d660b0b376cf1fe85a295aec --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/shipment.py @@ -0,0 +1,9 @@ +def load_shipment(x): + # load shipment + print("loading", x) + y = x * 2 + print(y) + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/user.py new file mode 100644 index 0000000000000000000000000000000000000000..fcdaebea99c74fd0901f64ee62e6747fe3d72b44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/handlers/user.py @@ -0,0 +1,9 @@ +def load_user(x): + # load user + print("loading", x) + y = x * 2 + print(y) + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ff9de1cf91829bf62358fe1d7b094ea73c087188 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/inventory.py @@ -0,0 +1,9 @@ +def load_inventory(x): + # load inventory + print("loading", x) + y = x * 2 + print(y) + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..83ee1182acfb7844e5bc1aecb5e734203a5d2be6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/invoice.py @@ -0,0 +1,9 @@ +def load_invoice(x): + # load invoice + print("loading", x) + y = x * 2 + print(y) + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/order.py new file mode 100644 index 0000000000000000000000000000000000000000..e9a0e943977efbc33cf62481b526c68e59a8e3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/order.py @@ -0,0 +1,9 @@ +def load_order(x): + # load order + print("loading", x) + y = x * 2 + print(y) + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..93427a2135173597d660b0b376cf1fe85a295aec --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/shipment.py @@ -0,0 +1,9 @@ +def load_shipment(x): + # load shipment + print("loading", x) + y = x * 2 + print(y) + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/user.py new file mode 100644 index 0000000000000000000000000000000000000000..fcdaebea99c74fd0901f64ee62e6747fe3d72b44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/models/user.py @@ -0,0 +1,9 @@ +def load_user(x): + # load user + print("loading", x) + y = x * 2 + print(y) + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ff9de1cf91829bf62358fe1d7b094ea73c087188 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/inventory.py @@ -0,0 +1,9 @@ +def load_inventory(x): + # load inventory + print("loading", x) + y = x * 2 + print(y) + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..83ee1182acfb7844e5bc1aecb5e734203a5d2be6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/invoice.py @@ -0,0 +1,9 @@ +def load_invoice(x): + # load invoice + print("loading", x) + y = x * 2 + print(y) + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/order.py new file mode 100644 index 0000000000000000000000000000000000000000..e9a0e943977efbc33cf62481b526c68e59a8e3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/order.py @@ -0,0 +1,9 @@ +def load_order(x): + # load order + print("loading", x) + y = x * 2 + print(y) + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..93427a2135173597d660b0b376cf1fe85a295aec --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/shipment.py @@ -0,0 +1,9 @@ +def load_shipment(x): + # load shipment + print("loading", x) + y = x * 2 + print(y) + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/user.py new file mode 100644 index 0000000000000000000000000000000000000000..fcdaebea99c74fd0901f64ee62e6747fe3d72b44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/services/user.py @@ -0,0 +1,9 @@ +def load_user(x): + # load user + print("loading", x) + y = x * 2 + print(y) + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/inventory.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/inventory.py new file mode 100644 index 0000000000000000000000000000000000000000..ff9de1cf91829bf62358fe1d7b094ea73c087188 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/inventory.py @@ -0,0 +1,9 @@ +def load_inventory(x): + # load inventory + print("loading", x) + y = x * 2 + print(y) + return y + +def save_inventory(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/invoice.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/invoice.py new file mode 100644 index 0000000000000000000000000000000000000000..83ee1182acfb7844e5bc1aecb5e734203a5d2be6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/invoice.py @@ -0,0 +1,9 @@ +def load_invoice(x): + # load invoice + print("loading", x) + y = x * 2 + print(y) + return y + +def save_invoice(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/order.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/order.py new file mode 100644 index 0000000000000000000000000000000000000000..e9a0e943977efbc33cf62481b526c68e59a8e3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/order.py @@ -0,0 +1,9 @@ +def load_order(x): + # load order + print("loading", x) + y = x * 2 + print(y) + return y + +def save_order(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/shipment.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/shipment.py new file mode 100644 index 0000000000000000000000000000000000000000..93427a2135173597d660b0b376cf1fe85a295aec --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/shipment.py @@ -0,0 +1,9 @@ +def load_shipment(x): + # load shipment + print("loading", x) + y = x * 2 + print(y) + return y + +def save_shipment(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/user.py b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/user.py new file mode 100644 index 0000000000000000000000000000000000000000..fcdaebea99c74fd0901f64ee62e6747fe3d72b44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/app/utils/user.py @@ -0,0 +1,9 @@ +def load_user(x): + # load user + print("loading", x) + y = x * 2 + print(y) + return y + +def save_user(x): + return x diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_9f34b7d465/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/reports/duplicates.txt b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/reports/duplicates.txt new file mode 100644 index 0000000000000000000000000000000000000000..b351dc8094e93fa35c6b5a0531e161395699727c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/reports/duplicates.txt @@ -0,0 +1,8 @@ +0117a526a7659b3f6b39ad025a0a86ab +14ef549fbf3d8f71d5a075e07cd294e1 +5464d2fb09732b57c46062969902b6bb +8bb9aa0a8e5c7b88e393a72778fa8980 +92b8ebc624d4e87e1057b50a9fb21a65 +cddabb4f5d8c29a3c5c9fef98c1c9bf0 +cff68e02dfa763e708083ad7b03ab997 +f54f8be546e9f9e0546109c2aaf9585d diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..e519fa9b7556021c0e388129a48ad6daf23303e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-01.manifest @@ -0,0 +1,15 @@ +/var/app/file-000 348e3346cf0bcf35b076a4ac90da602e +/var/app/file-001 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-002 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-003 7b41050f9ddafbcbca0d1e7d8bbf8fa1 +/var/app/file-004 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-005 8bb9aa0a8e5c7b88e393a72778fa8980 + +/var/app/file-006 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-007 82e249a093e3cb00bb86edb03809ca71 + +/var/app/file-008 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-009 1c0b45661a44aa7e46d9a070b80b530f +/var/app/file-010 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-011 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-012 d7a87397e8679b55c69d964aedd8c79e diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..4143e25329081967b1d3f3e8bf8c0d6bfb48266c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-02.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-001 7f95b8fba9a2ada622bfc7b08cfa7fb8 + +/var/app/file-002 d2d8d95420a549573a0cfc8703667e85 +/var/app/file-003 e55bf97a3f8b36e162b80d5c3915b1b7 +/var/app/file-004 5464d2fb09732b57c46062969902b6bb +/var/app/file-005 20a0de39b86a174e374c6f410873d537 + +/var/app/file-006 407f14f53932af74ce59eccc5859c1ba +/var/app/file-007 82ecd6f7711072c47d1d3e8edd753ddb +/var/app/file-008 2fa26e602f30bbcf7d7f67e513b2713a +/var/app/file-009 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-010 cf148892f5a8d5e18992376104e3fdd7 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..998c84345e6643784b493a7ef4c2ed3a936d3fa3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-03.manifest @@ -0,0 +1,11 @@ +/var/app/file-000 f98077ceaefe4ecaf2bbd6ef329a1848 +/var/app/file-001 073986345c78ed4605ce86ebc60684fd +/var/app/file-002 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-003 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab + + +/var/app/file-005 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-006 67c2a68ac67ee9994858c3489481dc59 +/var/app/file-007 be9a664d017c0bbffd44463e31882f18 +/var/app/file-008 4717833056b8fb0992b6599b70830a2f diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..81739fe6fcba559bd0a27bcf133618a14acb5fa6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-01/2024-04-04.manifest @@ -0,0 +1,11 @@ +/var/app/file-000 9f66b829dfbba5f10631620a30715c8c +/var/app/file-001 5464d2fb09732b57c46062969902b6bb +/var/app/file-002 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-003 2f3edf4f76bba5172f60bd363c91bcc4 +/var/app/file-004 f54f8be546e9f9e0546109c2aaf9585d + +/var/app/file-005 885faed7cc4cb43635cfd9e6d46d126b +/var/app/file-006 ccadd45123a681a55a2189ad1006f7ee +/var/app/file-007 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-008 56c1f3009a993a9760b304ad9ce2b1aa + diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..9cf6799335ee18aeda028bd2c11ac207dd24b872 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-01.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 32701618135782a43e50f7676656dbd3 +/var/app/file-001 cddabb4f5d8c29a3c5c9fef98c1c9bf0 + +/var/app/file-002 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-003 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-004 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-005 4a5374fc87967afe777f52ee46f29270 +/var/app/file-006 de4108ef6ab54913dd2923d72535478c +/var/app/file-007 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-008 4a4f55c81df443f43f3ed03085632422 + +/var/app/file-009 60421e876148af4ef5c661b28b4be73a +/var/app/file-010 73ff34474ab610d86030465058c7ca1a +/var/app/file-011 0c1b63512129ca8f9b723059c87726e9 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..fab39824b998073ab5285914f16c6a7d28d6fb40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-02.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 5464d2fb09732b57c46062969902b6bb +/var/app/file-001 14ef549fbf3d8f71d5a075e07cd294e1 + +/var/app/file-002 cff68e02dfa763e708083ad7b03ab997 + +/var/app/file-003 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-005 a76a67a0047aa8ce880b5a609fa5cf47 +/var/app/file-006 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-007 6915436d9c62395f644fce2dcc968937 +/var/app/file-008 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-009 27395ac879f14ce97e883c4ff3f4b5c5 +/var/app/file-010 95931fde340e987eaf282773f2caccd8 +/var/app/file-011 cddabb4f5d8c29a3c5c9fef98c1c9bf0 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..e2ac2cd9679e013c59ef51e5e0cedde81496d8ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-03.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 1fa1b341b376530d935b69f6d0a045cc +/var/app/file-001 cddabb4f5d8c29a3c5c9fef98c1c9bf0 + +/var/app/file-002 9d6862e8fb054b48c9b41090217c9ce0 +/var/app/file-003 164dc7efeb543b2e542844f645de3107 +/var/app/file-004 0cd5621d0f4b4c09d07ca558d42621e5 +/var/app/file-005 a379aaac1e4c0df2927e009c3a4f805a +/var/app/file-006 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-007 511c21add97501518e9974447fec95ea +/var/app/file-008 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-009 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-010 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-011 63896b10cd1b9ec27ecce0fbef19ce42 + diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..a7b313f4ab6da8c8ba8ba6933015e29cb554e26e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-02/2024-04-04.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 7fb6896d284004da8536f1dc3df3fe40 +/var/app/file-001 ee81bc0777a8a49623880e9052f59c3b +/var/app/file-002 92b8ebc624d4e87e1057b50a9fb21a65 + +/var/app/file-003 fba4098a1a6d3a69db65943cf38d09b1 +/var/app/file-004 aed6898e834727912287ec7a3425762c +/var/app/file-005 805f41780f8287cf9896218eec4d2695 +/var/app/file-006 b47f142e11821e64ba6f94da83fe3949 +/var/app/file-007 f54f8be546e9f9e0546109c2aaf9585d + +/var/app/file-008 7f1e544a95375e51c45483c95b1f106f +/var/app/file-009 9ffcc2b766ab8f887347bd1564492739 +/var/app/file-010 8bb9aa0a8e5c7b88e393a72778fa8980 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..878e8a0737ef61a08e63441921782fa4747c2119 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-01.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 2576822f2544f7f44846da8ccca6eb39 +/var/app/file-001 5464d2fb09732b57c46062969902b6bb + + +/var/app/file-002 a72d8d6e769cde9a4e3ae9ed97e9a6f8 +/var/app/file-003 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-005 12c20ae53b3b1734717bedd6d690b6d7 +/var/app/file-006 e8b6156b6f28d1b966b3f8d91b0e3ee1 +/var/app/file-007 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-008 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-009 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-010 cddabb4f5d8c29a3c5c9fef98c1c9bf0 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..6dabf3646cb3707e5961fa16127bb68b6a3f1a8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-02.manifest @@ -0,0 +1,11 @@ +/var/app/file-000 5464d2fb09732b57c46062969902b6bb +/var/app/file-001 6edc7d9a543a3d4a00c8cad9eda912ac +/var/app/file-002 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-003 a9b67fb5d92960ae32aa01d30071e5f4 +/var/app/file-004 4fecbe6f81396fb884c80c551cb4ff0e +/var/app/file-005 b596fdb7624e231ffec8c7c838cdad98 + +/var/app/file-006 26dd29490e297b388674b6b3f1ae8dc2 +/var/app/file-007 4d71f4aaff35f11af8c9067041aaa49b + +/var/app/file-008 cddabb4f5d8c29a3c5c9fef98c1c9bf0 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..129d8ef4a6610d7a51f2ee9dd420a89fd2160d42 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-03.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-001 f54f8be546e9f9e0546109c2aaf9585d + +/var/app/file-002 350f49492b9c45fe0a740c4a520228bd +/var/app/file-003 5464d2fb09732b57c46062969902b6bb +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-005 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-006 9ad155be57de02cd705d241f131a3b5c +/var/app/file-007 d60d0953610efa84c2e85c0141a0196b +/var/app/file-008 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-009 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-010 78f1ff55e13254959c26c65002b29ed7 + +/var/app/file-011 9c729b86c9bf69a658b063d993468c36 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..ae584319116c6c12fa96bbd6fd7baa3c26d7d7c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-03/2024-04-04.manifest @@ -0,0 +1,10 @@ + +/var/app/file-000 ab6886748627a68515fecee2c2d34d31 +/var/app/file-001 6d7ea741b26d46d909d4f4a89cf633d9 +/var/app/file-002 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-003 2d6682c8c2d2b037781f449aa5162667 +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab + +/var/app/file-005 353eefcc91d1b5cdf5ecf65d9f144dfe +/var/app/file-006 57147fc05d3b94f12640380afe297c78 +/var/app/file-007 8bb9aa0a8e5c7b88e393a72778fa8980 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..a744274009dbe3e65b5b6341fe2e8ad6ba869495 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-01.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 14ef549fbf3d8f71d5a075e07cd294e1 + +/var/app/file-001 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-002 7f4879c84181c140bb621015e3c215a7 + +/var/app/file-003 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-004 dca69fdb4585656dbcc640028b8d3832 +/var/app/file-005 5464d2fb09732b57c46062969902b6bb +/var/app/file-006 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-007 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-008 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-009 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-010 0117a526a7659b3f6b39ad025a0a86ab diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..b06da3e7f8a7453734257afa2fa728e6b6250d6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-02.manifest @@ -0,0 +1,14 @@ + +/var/app/file-000 fc8c5ce0493ee8c2099c4de8c2bff58a +/var/app/file-001 a49eb111e86d1aec32ca38da4a49689c +/var/app/file-002 d0fa33f4627b7c84ef927afec8f97c64 +/var/app/file-003 311aeaec76023d2544ff2e6261eba923 +/var/app/file-004 290df97702662fe7152127bc5826aebe +/var/app/file-005 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-006 cca4ee55386d3d8f7e8c71d9d1b8c260 +/var/app/file-007 be3b1669cc2d81b387be4813bce15c16 + +/var/app/file-008 1c10fdae38d9b188f42eaa41969ad0de +/var/app/file-009 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-010 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-011 c1a0b2d5c84c12a6da3f69ed42ad7be1 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..e3abfc9d9e04059598cfc866401ad80539ad9e87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-03.manifest @@ -0,0 +1,16 @@ +/var/app/file-000 9f4d8c7c2d2bd65bafbdbe38d2d5c95e +/var/app/file-001 65b1c6ec87cffa5b4534509aefffa34a +/var/app/file-002 c6c4eb993c898c8161f248de8974b27b +/var/app/file-003 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-004 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-005 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-006 77dd23767b70fb73660f0d76e13ca0ef +/var/app/file-007 0d39f3127dbc3d1901d0610a28767800 + +/var/app/file-008 25016013a78bff14f0ff5ac9b26e0721 +/var/app/file-009 55fdf58380d6d61e1361ce110a771f14 +/var/app/file-010 a0d656fd7bc808e745c5d33d9362dd64 +/var/app/file-011 edffbc5886e529c8c8962840d431a873 +/var/app/file-012 cff68e02dfa763e708083ad7b03ab997 + +/var/app/file-013 9f190337d592810e107f24146edece0e diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..c08c845bf1d76e1ca27a6430ec7873087c0838b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/backup/snapshots/host-04/2024-04-04.manifest @@ -0,0 +1,16 @@ +/var/app/file-000 5464d2fb09732b57c46062969902b6bb +/var/app/file-001 8095afbda468ee4fc9de0ca024832cfb +/var/app/file-002 f8cbfa1d5815439f99a6e90eb6d66c2d +/var/app/file-003 14ef549fbf3d8f71d5a075e07cd294e1 + +/var/app/file-004 a1db773ae4f1d12e1b8cac17d4101b81 +/var/app/file-005 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-006 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-007 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-008 87a20fcf72a423def7d3eb467821d07e +/var/app/file-009 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-010 0f639878f36183f9d3dfe1043b086ace +/var/app/file-011 e5301dc6afd003d62107ddcdd9989044 + +/var/app/file-012 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-013 0726817f84c44b7bb99d93d1511969e7 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..e519fa9b7556021c0e388129a48ad6daf23303e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-01.manifest @@ -0,0 +1,15 @@ +/var/app/file-000 348e3346cf0bcf35b076a4ac90da602e +/var/app/file-001 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-002 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-003 7b41050f9ddafbcbca0d1e7d8bbf8fa1 +/var/app/file-004 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-005 8bb9aa0a8e5c7b88e393a72778fa8980 + +/var/app/file-006 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-007 82e249a093e3cb00bb86edb03809ca71 + +/var/app/file-008 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-009 1c0b45661a44aa7e46d9a070b80b530f +/var/app/file-010 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-011 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-012 d7a87397e8679b55c69d964aedd8c79e diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..4143e25329081967b1d3f3e8bf8c0d6bfb48266c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-02.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-001 7f95b8fba9a2ada622bfc7b08cfa7fb8 + +/var/app/file-002 d2d8d95420a549573a0cfc8703667e85 +/var/app/file-003 e55bf97a3f8b36e162b80d5c3915b1b7 +/var/app/file-004 5464d2fb09732b57c46062969902b6bb +/var/app/file-005 20a0de39b86a174e374c6f410873d537 + +/var/app/file-006 407f14f53932af74ce59eccc5859c1ba +/var/app/file-007 82ecd6f7711072c47d1d3e8edd753ddb +/var/app/file-008 2fa26e602f30bbcf7d7f67e513b2713a +/var/app/file-009 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-010 cf148892f5a8d5e18992376104e3fdd7 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..998c84345e6643784b493a7ef4c2ed3a936d3fa3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-03.manifest @@ -0,0 +1,11 @@ +/var/app/file-000 f98077ceaefe4ecaf2bbd6ef329a1848 +/var/app/file-001 073986345c78ed4605ce86ebc60684fd +/var/app/file-002 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-003 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab + + +/var/app/file-005 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-006 67c2a68ac67ee9994858c3489481dc59 +/var/app/file-007 be9a664d017c0bbffd44463e31882f18 +/var/app/file-008 4717833056b8fb0992b6599b70830a2f diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..81739fe6fcba559bd0a27bcf133618a14acb5fa6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-01/2024-04-04.manifest @@ -0,0 +1,11 @@ +/var/app/file-000 9f66b829dfbba5f10631620a30715c8c +/var/app/file-001 5464d2fb09732b57c46062969902b6bb +/var/app/file-002 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-003 2f3edf4f76bba5172f60bd363c91bcc4 +/var/app/file-004 f54f8be546e9f9e0546109c2aaf9585d + +/var/app/file-005 885faed7cc4cb43635cfd9e6d46d126b +/var/app/file-006 ccadd45123a681a55a2189ad1006f7ee +/var/app/file-007 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-008 56c1f3009a993a9760b304ad9ce2b1aa + diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..9cf6799335ee18aeda028bd2c11ac207dd24b872 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-01.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 32701618135782a43e50f7676656dbd3 +/var/app/file-001 cddabb4f5d8c29a3c5c9fef98c1c9bf0 + +/var/app/file-002 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-003 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-004 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-005 4a5374fc87967afe777f52ee46f29270 +/var/app/file-006 de4108ef6ab54913dd2923d72535478c +/var/app/file-007 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-008 4a4f55c81df443f43f3ed03085632422 + +/var/app/file-009 60421e876148af4ef5c661b28b4be73a +/var/app/file-010 73ff34474ab610d86030465058c7ca1a +/var/app/file-011 0c1b63512129ca8f9b723059c87726e9 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..fab39824b998073ab5285914f16c6a7d28d6fb40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-02.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 5464d2fb09732b57c46062969902b6bb +/var/app/file-001 14ef549fbf3d8f71d5a075e07cd294e1 + +/var/app/file-002 cff68e02dfa763e708083ad7b03ab997 + +/var/app/file-003 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-005 a76a67a0047aa8ce880b5a609fa5cf47 +/var/app/file-006 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-007 6915436d9c62395f644fce2dcc968937 +/var/app/file-008 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-009 27395ac879f14ce97e883c4ff3f4b5c5 +/var/app/file-010 95931fde340e987eaf282773f2caccd8 +/var/app/file-011 cddabb4f5d8c29a3c5c9fef98c1c9bf0 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..e2ac2cd9679e013c59ef51e5e0cedde81496d8ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-03.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 1fa1b341b376530d935b69f6d0a045cc +/var/app/file-001 cddabb4f5d8c29a3c5c9fef98c1c9bf0 + +/var/app/file-002 9d6862e8fb054b48c9b41090217c9ce0 +/var/app/file-003 164dc7efeb543b2e542844f645de3107 +/var/app/file-004 0cd5621d0f4b4c09d07ca558d42621e5 +/var/app/file-005 a379aaac1e4c0df2927e009c3a4f805a +/var/app/file-006 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-007 511c21add97501518e9974447fec95ea +/var/app/file-008 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-009 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-010 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-011 63896b10cd1b9ec27ecce0fbef19ce42 + diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..a7b313f4ab6da8c8ba8ba6933015e29cb554e26e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-02/2024-04-04.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 7fb6896d284004da8536f1dc3df3fe40 +/var/app/file-001 ee81bc0777a8a49623880e9052f59c3b +/var/app/file-002 92b8ebc624d4e87e1057b50a9fb21a65 + +/var/app/file-003 fba4098a1a6d3a69db65943cf38d09b1 +/var/app/file-004 aed6898e834727912287ec7a3425762c +/var/app/file-005 805f41780f8287cf9896218eec4d2695 +/var/app/file-006 b47f142e11821e64ba6f94da83fe3949 +/var/app/file-007 f54f8be546e9f9e0546109c2aaf9585d + +/var/app/file-008 7f1e544a95375e51c45483c95b1f106f +/var/app/file-009 9ffcc2b766ab8f887347bd1564492739 +/var/app/file-010 8bb9aa0a8e5c7b88e393a72778fa8980 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..878e8a0737ef61a08e63441921782fa4747c2119 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-01.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 2576822f2544f7f44846da8ccca6eb39 +/var/app/file-001 5464d2fb09732b57c46062969902b6bb + + +/var/app/file-002 a72d8d6e769cde9a4e3ae9ed97e9a6f8 +/var/app/file-003 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-005 12c20ae53b3b1734717bedd6d690b6d7 +/var/app/file-006 e8b6156b6f28d1b966b3f8d91b0e3ee1 +/var/app/file-007 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-008 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-009 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-010 cddabb4f5d8c29a3c5c9fef98c1c9bf0 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..6dabf3646cb3707e5961fa16127bb68b6a3f1a8b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-02.manifest @@ -0,0 +1,11 @@ +/var/app/file-000 5464d2fb09732b57c46062969902b6bb +/var/app/file-001 6edc7d9a543a3d4a00c8cad9eda912ac +/var/app/file-002 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-003 a9b67fb5d92960ae32aa01d30071e5f4 +/var/app/file-004 4fecbe6f81396fb884c80c551cb4ff0e +/var/app/file-005 b596fdb7624e231ffec8c7c838cdad98 + +/var/app/file-006 26dd29490e297b388674b6b3f1ae8dc2 +/var/app/file-007 4d71f4aaff35f11af8c9067041aaa49b + +/var/app/file-008 cddabb4f5d8c29a3c5c9fef98c1c9bf0 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..129d8ef4a6610d7a51f2ee9dd420a89fd2160d42 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-03.manifest @@ -0,0 +1,14 @@ +/var/app/file-000 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-001 f54f8be546e9f9e0546109c2aaf9585d + +/var/app/file-002 350f49492b9c45fe0a740c4a520228bd +/var/app/file-003 5464d2fb09732b57c46062969902b6bb +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-005 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-006 9ad155be57de02cd705d241f131a3b5c +/var/app/file-007 d60d0953610efa84c2e85c0141a0196b +/var/app/file-008 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-009 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-010 78f1ff55e13254959c26c65002b29ed7 + +/var/app/file-011 9c729b86c9bf69a658b063d993468c36 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..ae584319116c6c12fa96bbd6fd7baa3c26d7d7c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-03/2024-04-04.manifest @@ -0,0 +1,10 @@ + +/var/app/file-000 ab6886748627a68515fecee2c2d34d31 +/var/app/file-001 6d7ea741b26d46d909d4f4a89cf633d9 +/var/app/file-002 0117a526a7659b3f6b39ad025a0a86ab +/var/app/file-003 2d6682c8c2d2b037781f449aa5162667 +/var/app/file-004 0117a526a7659b3f6b39ad025a0a86ab + +/var/app/file-005 353eefcc91d1b5cdf5ecf65d9f144dfe +/var/app/file-006 57147fc05d3b94f12640380afe297c78 +/var/app/file-007 8bb9aa0a8e5c7b88e393a72778fa8980 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-01.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-01.manifest new file mode 100644 index 0000000000000000000000000000000000000000..a744274009dbe3e65b5b6341fe2e8ad6ba869495 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-01.manifest @@ -0,0 +1,13 @@ +/var/app/file-000 14ef549fbf3d8f71d5a075e07cd294e1 + +/var/app/file-001 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-002 7f4879c84181c140bb621015e3c215a7 + +/var/app/file-003 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-004 dca69fdb4585656dbcc640028b8d3832 +/var/app/file-005 5464d2fb09732b57c46062969902b6bb +/var/app/file-006 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-007 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-008 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-009 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-010 0117a526a7659b3f6b39ad025a0a86ab diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-02.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-02.manifest new file mode 100644 index 0000000000000000000000000000000000000000..b06da3e7f8a7453734257afa2fa728e6b6250d6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-02.manifest @@ -0,0 +1,14 @@ + +/var/app/file-000 fc8c5ce0493ee8c2099c4de8c2bff58a +/var/app/file-001 a49eb111e86d1aec32ca38da4a49689c +/var/app/file-002 d0fa33f4627b7c84ef927afec8f97c64 +/var/app/file-003 311aeaec76023d2544ff2e6261eba923 +/var/app/file-004 290df97702662fe7152127bc5826aebe +/var/app/file-005 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-006 cca4ee55386d3d8f7e8c71d9d1b8c260 +/var/app/file-007 be3b1669cc2d81b387be4813bce15c16 + +/var/app/file-008 1c10fdae38d9b188f42eaa41969ad0de +/var/app/file-009 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-010 f54f8be546e9f9e0546109c2aaf9585d +/var/app/file-011 c1a0b2d5c84c12a6da3f69ed42ad7be1 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-03.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-03.manifest new file mode 100644 index 0000000000000000000000000000000000000000..e3abfc9d9e04059598cfc866401ad80539ad9e87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-03.manifest @@ -0,0 +1,16 @@ +/var/app/file-000 9f4d8c7c2d2bd65bafbdbe38d2d5c95e +/var/app/file-001 65b1c6ec87cffa5b4534509aefffa34a +/var/app/file-002 c6c4eb993c898c8161f248de8974b27b +/var/app/file-003 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-004 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-005 14ef549fbf3d8f71d5a075e07cd294e1 +/var/app/file-006 77dd23767b70fb73660f0d76e13ca0ef +/var/app/file-007 0d39f3127dbc3d1901d0610a28767800 + +/var/app/file-008 25016013a78bff14f0ff5ac9b26e0721 +/var/app/file-009 55fdf58380d6d61e1361ce110a771f14 +/var/app/file-010 a0d656fd7bc808e745c5d33d9362dd64 +/var/app/file-011 edffbc5886e529c8c8962840d431a873 +/var/app/file-012 cff68e02dfa763e708083ad7b03ab997 + +/var/app/file-013 9f190337d592810e107f24146edece0e diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-04.manifest b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-04.manifest new file mode 100644 index 0000000000000000000000000000000000000000..c08c845bf1d76e1ca27a6430ec7873087c0838b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/backup/snapshots/host-04/2024-04-04.manifest @@ -0,0 +1,16 @@ +/var/app/file-000 5464d2fb09732b57c46062969902b6bb +/var/app/file-001 8095afbda468ee4fc9de0ca024832cfb +/var/app/file-002 f8cbfa1d5815439f99a6e90eb6d66c2d +/var/app/file-003 14ef549fbf3d8f71d5a075e07cd294e1 + +/var/app/file-004 a1db773ae4f1d12e1b8cac17d4101b81 +/var/app/file-005 cff68e02dfa763e708083ad7b03ab997 +/var/app/file-006 92b8ebc624d4e87e1057b50a9fb21a65 +/var/app/file-007 cddabb4f5d8c29a3c5c9fef98c1c9bf0 +/var/app/file-008 87a20fcf72a423def7d3eb467821d07e +/var/app/file-009 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-010 0f639878f36183f9d3dfe1043b086ace +/var/app/file-011 e5301dc6afd003d62107ddcdd9989044 + +/var/app/file-012 8bb9aa0a8e5c7b88e393a72778fa8980 +/var/app/file-013 0726817f84c44b7bb99d93d1511969e7 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a08e3a3f33/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/espresso-blend-sydney-01.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/espresso-blend-sydney-01.md new file mode 100644 index 0000000000000000000000000000000000000000..304af0c479b2b7caa655c524f070e7f226e36dda --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/espresso-blend-sydney-01.md @@ -0,0 +1,5 @@ +# espresso-blend-sydney-01 (2023/q1) +attendees: azhang, ibarbosa, lgonzalez, brivera, kkuznetsov + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/mechanical-keyboard-adversarial-robustness-04.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/mechanical-keyboard-adversarial-robustness-04.md new file mode 100644 index 0000000000000000000000000000000000000000..bae308743d9d72fed9dbf65f8d520e9ce81117f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/mechanical-keyboard-adversarial-robustness-04.md @@ -0,0 +1,5 @@ +# mechanical-keyboard-adversarial-robustness-04 (2023/q1) +attendees: kkuznetsov, azhang, gkaur, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/mechanical-keyboard-tokyo-02.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/mechanical-keyboard-tokyo-02.md new file mode 100644 index 0000000000000000000000000000000000000000..13ced159832c1ff5a27f10253f8e4e2ea47f0457 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/mechanical-keyboard-tokyo-02.md @@ -0,0 +1,5 @@ +# mechanical-keyboard-tokyo-02 (2023/q1) +attendees: azhang, jsmith, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/onboarding-london-03.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/onboarding-london-03.md new file mode 100644 index 0000000000000000000000000000000000000000..9cadd721928bc181a235d58a6a8668fd3753d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/onboarding-london-03.md @@ -0,0 +1,5 @@ +# onboarding-london-03 (2023/q1) +attendees: cnakamura, jsmith, lgonzalez, azhang, epatel, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/retrieval-augmented-generation-chicago-00.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/retrieval-augmented-generation-chicago-00.md new file mode 100644 index 0000000000000000000000000000000000000000..0f42bd254a33fbd550189c9fe6258b8e7995ca79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q1/retrieval-augmented-generation-chicago-00.md @@ -0,0 +1,5 @@ +# retrieval-augmented-generation-chicago-00 (2023/q1) +attendees: flindqvist, epatel, azhang, brivera, kkuznetsov, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/chain-of-thought-mumbai-03.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/chain-of-thought-mumbai-03.md new file mode 100644 index 0000000000000000000000000000000000000000..78793e231d876b78ede92e2e516cd5574f31bed2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/chain-of-thought-mumbai-03.md @@ -0,0 +1,5 @@ +# chain-of-thought-mumbai-03 (2023/q2) +attendees: flindqvist, azhang, ibarbosa, hchen, kkuznetsov, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/data-efficient-finetuning-retrieval-augmented-generation-05.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/data-efficient-finetuning-retrieval-augmented-generation-05.md new file mode 100644 index 0000000000000000000000000000000000000000..4f4d2ab80741c39397fed6cdc210c301444b38cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/data-efficient-finetuning-retrieval-augmented-generation-05.md @@ -0,0 +1,5 @@ +# data-efficient-finetuning-retrieval-augmented-generation-05 (2023/q2) +attendees: doneill, ibarbosa, cnakamura, epatel, lgonzalez, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/denver-ceramic-mug-04.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/denver-ceramic-mug-04.md new file mode 100644 index 0000000000000000000000000000000000000000..64cf3b66bc9ab8c36db1aca341bd49495a07ab4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/denver-ceramic-mug-04.md @@ -0,0 +1,5 @@ +# denver-ceramic-mug-04 (2023/q2) +attendees: brivera, azhang, gkaur, hchen + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/engineering-practices-data-efficient-finetuning-01.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/engineering-practices-data-efficient-finetuning-01.md new file mode 100644 index 0000000000000000000000000000000000000000..75c9cd797b74709a4018415e01f53d5cc05f5695 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/engineering-practices-data-efficient-finetuning-01.md @@ -0,0 +1,5 @@ +# engineering-practices-data-efficient-finetuning-01 (2023/q2) +attendees: azhang, cnakamura, hchen, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/led-desk-lamp-boston-02.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/led-desk-lamp-boston-02.md new file mode 100644 index 0000000000000000000000000000000000000000..6c07711d05f3be607432f3d615cdf23e3df58fff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/led-desk-lamp-boston-02.md @@ -0,0 +1,5 @@ +# led-desk-lamp-boston-02 (2023/q2) +attendees: flindqvist, kkuznetsov, gkaur, jsmith, azhang, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/mumbai-singapore-07.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/mumbai-singapore-07.md new file mode 100644 index 0000000000000000000000000000000000000000..d6d58a56394fcebb8fc7b4f18337e948485015b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/mumbai-singapore-07.md @@ -0,0 +1,5 @@ +# mumbai-singapore-07 (2023/q2) +attendees: epatel, azhang, doneill, brivera, lgonzalez + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/noise-isolating-headphones-adversarial-robustness-06.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/noise-isolating-headphones-adversarial-robustness-06.md new file mode 100644 index 0000000000000000000000000000000000000000..e15c5e4e54998a55fbc5d63ac07b66a1de2a873c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/noise-isolating-headphones-adversarial-robustness-06.md @@ -0,0 +1,5 @@ +# noise-isolating-headphones-adversarial-robustness-06 (2023/q2) +attendees: hchen, lgonzalez, azhang, doneill + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/wireless-mouse-osaka-00.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/wireless-mouse-osaka-00.md new file mode 100644 index 0000000000000000000000000000000000000000..fccb6489efe7606871179cee78ca64f87636f183 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q2/wireless-mouse-osaka-00.md @@ -0,0 +1,5 @@ +# wireless-mouse-osaka-00 (2023/q2) +attendees: brivera, cnakamura, azhang, kkuznetsov, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/attention-scaling-security-policies-06.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/attention-scaling-security-policies-06.md new file mode 100644 index 0000000000000000000000000000000000000000..2c8abde63cf75be8c1d431b85b2d755d51b6361f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/attention-scaling-security-policies-06.md @@ -0,0 +1,5 @@ +# attention-scaling-security-policies-06 (2023/q3) +attendees: doneill, azhang, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/chain-of-thought-tokyo-05.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/chain-of-thought-tokyo-05.md new file mode 100644 index 0000000000000000000000000000000000000000..1a2c6ec2a27111977790181553979b5e4b5f7dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/chain-of-thought-tokyo-05.md @@ -0,0 +1,5 @@ +# chain-of-thought-tokyo-05 (2023/q3) +attendees: azhang, cnakamura, lgonzalez, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/ergo-chair-boston-00.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/ergo-chair-boston-00.md new file mode 100644 index 0000000000000000000000000000000000000000..03014bf90dbca248177ec41413b5141a4d4ce404 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/ergo-chair-boston-00.md @@ -0,0 +1,5 @@ +# ergo-chair-boston-00 (2023/q3) +attendees: epatel, azhang, cnakamura, lgonzalez, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/espresso-blend-ceylon-tea-07.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/espresso-blend-ceylon-tea-07.md new file mode 100644 index 0000000000000000000000000000000000000000..2fa81f0625c552b7001b611a3790d6fef2a76ea4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/espresso-blend-ceylon-tea-07.md @@ -0,0 +1,5 @@ +# espresso-blend-ceylon-tea-07 (2023/q3) +attendees: epatel, azhang, doneill, lgonzalez, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/osaka-mumbai-02.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/osaka-mumbai-02.md new file mode 100644 index 0000000000000000000000000000000000000000..2ed049e7e81c33a0c7dc5e83db855c276084d4ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/osaka-mumbai-02.md @@ -0,0 +1,5 @@ +# osaka-mumbai-02 (2023/q3) +attendees: doneill, epatel, flindqvist, hchen, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/seoul-interviewing-04.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/seoul-interviewing-04.md new file mode 100644 index 0000000000000000000000000000000000000000..48b8643e95c05726665ace026da38808528e08bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/seoul-interviewing-04.md @@ -0,0 +1,5 @@ +# seoul-interviewing-04 (2023/q3) +attendees: azhang, jsmith, epatel, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/speculative-decoding-engineering-practices-01.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/speculative-decoding-engineering-practices-01.md new file mode 100644 index 0000000000000000000000000000000000000000..ef2c56188faa80214ca3f5d277acf74151bd4eef --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/speculative-decoding-engineering-practices-01.md @@ -0,0 +1,5 @@ +# speculative-decoding-engineering-practices-01 (2023/q3) +attendees: azhang, cnakamura, brivera, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/wireless-mouse-seattle-03.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/wireless-mouse-seattle-03.md new file mode 100644 index 0000000000000000000000000000000000000000..5d18cb3a1cdf2a7c702ae3347a1d871f31406044 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2023-q3/wireless-mouse-seattle-03.md @@ -0,0 +1,5 @@ +# wireless-mouse-seattle-03 (2023/q3) +attendees: epatel, gkaur, hchen, azhang, flindqvist, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/adversarial-robustness-chain-of-thought-02.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/adversarial-robustness-chain-of-thought-02.md new file mode 100644 index 0000000000000000000000000000000000000000..6ac827971d921214e27f4497a4a70d5763ce8166 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/adversarial-robustness-chain-of-thought-02.md @@ -0,0 +1,5 @@ +# adversarial-robustness-chain-of-thought-02 (2024/q1) +attendees: brivera, ibarbosa, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/beijing-manchester-04.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/beijing-manchester-04.md new file mode 100644 index 0000000000000000000000000000000000000000..9368db0f3cc36c64b088bc8f38ad1be3442a8e8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/beijing-manchester-04.md @@ -0,0 +1,5 @@ +# beijing-manchester-04 (2024/q1) +attendees: lgonzalez, cnakamura, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/linen-notebook-laptop-stand-00.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/linen-notebook-laptop-stand-00.md new file mode 100644 index 0000000000000000000000000000000000000000..49782c0ab5fe504144eb938e9f8acf829de8327c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/linen-notebook-laptop-stand-00.md @@ -0,0 +1,5 @@ +# linen-notebook-laptop-stand-00 (2024/q1) +attendees: hchen, gkaur, azhang, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/london-instruction-tuning-03.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/london-instruction-tuning-03.md new file mode 100644 index 0000000000000000000000000000000000000000..41bb18a95512c4b64d6a37db83bbb1ed1aab9438 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/london-instruction-tuning-03.md @@ -0,0 +1,5 @@ +# london-instruction-tuning-03 (2024/q1) +attendees: jsmith, flindqvist, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/onboarding-attention-scaling-01.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/onboarding-attention-scaling-01.md new file mode 100644 index 0000000000000000000000000000000000000000..8e941c68dfa627c228650d0ce87ed561d3221694 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q1/onboarding-attention-scaling-01.md @@ -0,0 +1,5 @@ +# onboarding-attention-scaling-01 (2024/q1) +attendees: lgonzalez, kkuznetsov, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/amsterdam-new-york-00.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/amsterdam-new-york-00.md new file mode 100644 index 0000000000000000000000000000000000000000..5276b0e48286e067990fd112e73bb2473b7ec39b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/amsterdam-new-york-00.md @@ -0,0 +1,5 @@ +# amsterdam-new-york-00 (2024/q2) +attendees: ibarbosa, doneill, brivera, kkuznetsov, hchen, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/ceylon-tea-tool-use-agents-01.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/ceylon-tea-tool-use-agents-01.md new file mode 100644 index 0000000000000000000000000000000000000000..059b948af53d60fc2a0b30f065e0d3a3a784bc7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/ceylon-tea-tool-use-agents-01.md @@ -0,0 +1,5 @@ +# ceylon-tea-tool-use-agents-01 (2024/q2) +attendees: kkuznetsov, gkaur, azhang, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/london-kyoto-05.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/london-kyoto-05.md new file mode 100644 index 0000000000000000000000000000000000000000..69a19838bdc8c8843635e601d1022c37c6a777c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/london-kyoto-05.md @@ -0,0 +1,5 @@ +# london-kyoto-05 (2024/q2) +attendees: azhang, ibarbosa, brivera, doneill, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/retrieval-augmented-generation-speculative-decoding-03.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/retrieval-augmented-generation-speculative-decoding-03.md new file mode 100644 index 0000000000000000000000000000000000000000..6419e302b8a4f11b7e762fa033b1bcfeb9973c3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/retrieval-augmented-generation-speculative-decoding-03.md @@ -0,0 +1,5 @@ +# retrieval-augmented-generation-speculative-decoding-03 (2024/q2) +attendees: gkaur, cnakamura, doneill, azhang, flindqvist, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/security-policies-paris-04.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/security-policies-paris-04.md new file mode 100644 index 0000000000000000000000000000000000000000..024ef462b2f2d053cdd4fcecda2b1f5ed7c9d775 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/security-policies-paris-04.md @@ -0,0 +1,5 @@ +# security-policies-paris-04 (2024/q2) +attendees: hchen, flindqvist, brivera, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/vancouver-interviewing-02.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/vancouver-interviewing-02.md new file mode 100644 index 0000000000000000000000000000000000000000..14223e3733a086b4c9ebcc0f25ae365d794fe872 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q2/vancouver-interviewing-02.md @@ -0,0 +1,5 @@ +# vancouver-interviewing-02 (2024/q2) +attendees: lgonzalez, ibarbosa, azhang, brivera, epatel, jsmith + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/adversarial-robustness-osaka-01.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/adversarial-robustness-osaka-01.md new file mode 100644 index 0000000000000000000000000000000000000000..08d8e0f00b7a0cfd2402075e9d0e92b971eb5d0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/adversarial-robustness-osaka-01.md @@ -0,0 +1,5 @@ +# adversarial-robustness-osaka-01 (2024/q3) +attendees: cnakamura, lgonzalez, kkuznetsov, azhang, doneill, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/berlin-manchester-05.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/berlin-manchester-05.md new file mode 100644 index 0000000000000000000000000000000000000000..b1313ed422a27bc037ae4d19b0bce1a2872377af --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/berlin-manchester-05.md @@ -0,0 +1,5 @@ +# berlin-manchester-05 (2024/q3) +attendees: epatel, azhang, ibarbosa, cnakamura, jsmith + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/ceylon-tea-denver-00.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/ceylon-tea-denver-00.md new file mode 100644 index 0000000000000000000000000000000000000000..831a0164129de5dbd4e0a9ae63747cb4249f8369 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/ceylon-tea-denver-00.md @@ -0,0 +1,5 @@ +# ceylon-tea-denver-00 (2024/q3) +attendees: lgonzalez, cnakamura, hchen, kkuznetsov, azhang, doneill + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/chain-of-thought-speculative-decoding-04.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/chain-of-thought-speculative-decoding-04.md new file mode 100644 index 0000000000000000000000000000000000000000..0a86905e5fb2ec2c91c76e218e78259e385ec672 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/chain-of-thought-speculative-decoding-04.md @@ -0,0 +1,5 @@ +# chain-of-thought-speculative-decoding-04 (2024/q3) +attendees: gkaur, azhang, flindqvist + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/security-policies-reasoning-benchmarks-03.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/security-policies-reasoning-benchmarks-03.md new file mode 100644 index 0000000000000000000000000000000000000000..dc835ee3a7781292ed1fb42eb16d370c797490da --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/security-policies-reasoning-benchmarks-03.md @@ -0,0 +1,5 @@ +# security-policies-reasoning-benchmarks-03 (2024/q3) +attendees: epatel, ibarbosa, brivera, flindqvist, kkuznetsov, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/speculative-decoding-vancouver-02.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/speculative-decoding-vancouver-02.md new file mode 100644 index 0000000000000000000000000000000000000000..c5869a348efe13c0504e1465b282bcc316346a76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/2024-q3/speculative-decoding-vancouver-02.md @@ -0,0 +1,5 @@ +# speculative-decoding-vancouver-02 (2024/q3) +attendees: epatel, kkuznetsov, cnakamura, azhang, gkaur, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/reports/attendance.tsv b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/reports/attendance.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b1af584320e4aebb1a07edb299cfc29530a6ab19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/agenda/reports/attendance.tsv @@ -0,0 +1,12 @@ +azhang 38 +brivera 18 +cnakamura 17 +doneill 11 +epatel 13 +flindqvist 10 +gkaur 14 +hchen 10 +ibarbosa 15 +jsmith 7 +kkuznetsov 13 +lgonzalez 13 diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/espresso-blend-sydney-01.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/espresso-blend-sydney-01.md new file mode 100644 index 0000000000000000000000000000000000000000..304af0c479b2b7caa655c524f070e7f226e36dda --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/espresso-blend-sydney-01.md @@ -0,0 +1,5 @@ +# espresso-blend-sydney-01 (2023/q1) +attendees: azhang, ibarbosa, lgonzalez, brivera, kkuznetsov + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/mechanical-keyboard-adversarial-robustness-04.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/mechanical-keyboard-adversarial-robustness-04.md new file mode 100644 index 0000000000000000000000000000000000000000..bae308743d9d72fed9dbf65f8d520e9ce81117f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/mechanical-keyboard-adversarial-robustness-04.md @@ -0,0 +1,5 @@ +# mechanical-keyboard-adversarial-robustness-04 (2023/q1) +attendees: kkuznetsov, azhang, gkaur, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/mechanical-keyboard-tokyo-02.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/mechanical-keyboard-tokyo-02.md new file mode 100644 index 0000000000000000000000000000000000000000..13ced159832c1ff5a27f10253f8e4e2ea47f0457 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/mechanical-keyboard-tokyo-02.md @@ -0,0 +1,5 @@ +# mechanical-keyboard-tokyo-02 (2023/q1) +attendees: azhang, jsmith, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/onboarding-london-03.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/onboarding-london-03.md new file mode 100644 index 0000000000000000000000000000000000000000..9cadd721928bc181a235d58a6a8668fd3753d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/onboarding-london-03.md @@ -0,0 +1,5 @@ +# onboarding-london-03 (2023/q1) +attendees: cnakamura, jsmith, lgonzalez, azhang, epatel, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/retrieval-augmented-generation-chicago-00.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/retrieval-augmented-generation-chicago-00.md new file mode 100644 index 0000000000000000000000000000000000000000..0f42bd254a33fbd550189c9fe6258b8e7995ca79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q1/retrieval-augmented-generation-chicago-00.md @@ -0,0 +1,5 @@ +# retrieval-augmented-generation-chicago-00 (2023/q1) +attendees: flindqvist, epatel, azhang, brivera, kkuznetsov, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/chain-of-thought-mumbai-03.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/chain-of-thought-mumbai-03.md new file mode 100644 index 0000000000000000000000000000000000000000..78793e231d876b78ede92e2e516cd5574f31bed2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/chain-of-thought-mumbai-03.md @@ -0,0 +1,5 @@ +# chain-of-thought-mumbai-03 (2023/q2) +attendees: flindqvist, azhang, ibarbosa, hchen, kkuznetsov, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/data-efficient-finetuning-retrieval-augmented-generation-05.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/data-efficient-finetuning-retrieval-augmented-generation-05.md new file mode 100644 index 0000000000000000000000000000000000000000..4f4d2ab80741c39397fed6cdc210c301444b38cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/data-efficient-finetuning-retrieval-augmented-generation-05.md @@ -0,0 +1,5 @@ +# data-efficient-finetuning-retrieval-augmented-generation-05 (2023/q2) +attendees: doneill, ibarbosa, cnakamura, epatel, lgonzalez, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/denver-ceramic-mug-04.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/denver-ceramic-mug-04.md new file mode 100644 index 0000000000000000000000000000000000000000..64cf3b66bc9ab8c36db1aca341bd49495a07ab4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/denver-ceramic-mug-04.md @@ -0,0 +1,5 @@ +# denver-ceramic-mug-04 (2023/q2) +attendees: brivera, azhang, gkaur, hchen + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/engineering-practices-data-efficient-finetuning-01.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/engineering-practices-data-efficient-finetuning-01.md new file mode 100644 index 0000000000000000000000000000000000000000..75c9cd797b74709a4018415e01f53d5cc05f5695 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/engineering-practices-data-efficient-finetuning-01.md @@ -0,0 +1,5 @@ +# engineering-practices-data-efficient-finetuning-01 (2023/q2) +attendees: azhang, cnakamura, hchen, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/led-desk-lamp-boston-02.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/led-desk-lamp-boston-02.md new file mode 100644 index 0000000000000000000000000000000000000000..6c07711d05f3be607432f3d615cdf23e3df58fff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/led-desk-lamp-boston-02.md @@ -0,0 +1,5 @@ +# led-desk-lamp-boston-02 (2023/q2) +attendees: flindqvist, kkuznetsov, gkaur, jsmith, azhang, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/mumbai-singapore-07.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/mumbai-singapore-07.md new file mode 100644 index 0000000000000000000000000000000000000000..d6d58a56394fcebb8fc7b4f18337e948485015b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/mumbai-singapore-07.md @@ -0,0 +1,5 @@ +# mumbai-singapore-07 (2023/q2) +attendees: epatel, azhang, doneill, brivera, lgonzalez + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/noise-isolating-headphones-adversarial-robustness-06.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/noise-isolating-headphones-adversarial-robustness-06.md new file mode 100644 index 0000000000000000000000000000000000000000..e15c5e4e54998a55fbc5d63ac07b66a1de2a873c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/noise-isolating-headphones-adversarial-robustness-06.md @@ -0,0 +1,5 @@ +# noise-isolating-headphones-adversarial-robustness-06 (2023/q2) +attendees: hchen, lgonzalez, azhang, doneill + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/wireless-mouse-osaka-00.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/wireless-mouse-osaka-00.md new file mode 100644 index 0000000000000000000000000000000000000000..fccb6489efe7606871179cee78ca64f87636f183 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q2/wireless-mouse-osaka-00.md @@ -0,0 +1,5 @@ +# wireless-mouse-osaka-00 (2023/q2) +attendees: brivera, cnakamura, azhang, kkuznetsov, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/attention-scaling-security-policies-06.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/attention-scaling-security-policies-06.md new file mode 100644 index 0000000000000000000000000000000000000000..2c8abde63cf75be8c1d431b85b2d755d51b6361f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/attention-scaling-security-policies-06.md @@ -0,0 +1,5 @@ +# attention-scaling-security-policies-06 (2023/q3) +attendees: doneill, azhang, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/chain-of-thought-tokyo-05.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/chain-of-thought-tokyo-05.md new file mode 100644 index 0000000000000000000000000000000000000000..1a2c6ec2a27111977790181553979b5e4b5f7dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/chain-of-thought-tokyo-05.md @@ -0,0 +1,5 @@ +# chain-of-thought-tokyo-05 (2023/q3) +attendees: azhang, cnakamura, lgonzalez, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/ergo-chair-boston-00.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/ergo-chair-boston-00.md new file mode 100644 index 0000000000000000000000000000000000000000..03014bf90dbca248177ec41413b5141a4d4ce404 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/ergo-chair-boston-00.md @@ -0,0 +1,5 @@ +# ergo-chair-boston-00 (2023/q3) +attendees: epatel, azhang, cnakamura, lgonzalez, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/espresso-blend-ceylon-tea-07.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/espresso-blend-ceylon-tea-07.md new file mode 100644 index 0000000000000000000000000000000000000000..2fa81f0625c552b7001b611a3790d6fef2a76ea4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/espresso-blend-ceylon-tea-07.md @@ -0,0 +1,5 @@ +# espresso-blend-ceylon-tea-07 (2023/q3) +attendees: epatel, azhang, doneill, lgonzalez, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/osaka-mumbai-02.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/osaka-mumbai-02.md new file mode 100644 index 0000000000000000000000000000000000000000..2ed049e7e81c33a0c7dc5e83db855c276084d4ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/osaka-mumbai-02.md @@ -0,0 +1,5 @@ +# osaka-mumbai-02 (2023/q3) +attendees: doneill, epatel, flindqvist, hchen, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/seoul-interviewing-04.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/seoul-interviewing-04.md new file mode 100644 index 0000000000000000000000000000000000000000..48b8643e95c05726665ace026da38808528e08bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/seoul-interviewing-04.md @@ -0,0 +1,5 @@ +# seoul-interviewing-04 (2023/q3) +attendees: azhang, jsmith, epatel, gkaur + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/speculative-decoding-engineering-practices-01.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/speculative-decoding-engineering-practices-01.md new file mode 100644 index 0000000000000000000000000000000000000000..ef2c56188faa80214ca3f5d277acf74151bd4eef --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/speculative-decoding-engineering-practices-01.md @@ -0,0 +1,5 @@ +# speculative-decoding-engineering-practices-01 (2023/q3) +attendees: azhang, cnakamura, brivera, ibarbosa + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/wireless-mouse-seattle-03.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/wireless-mouse-seattle-03.md new file mode 100644 index 0000000000000000000000000000000000000000..5d18cb3a1cdf2a7c702ae3347a1d871f31406044 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2023-q3/wireless-mouse-seattle-03.md @@ -0,0 +1,5 @@ +# wireless-mouse-seattle-03 (2023/q3) +attendees: epatel, gkaur, hchen, azhang, flindqvist, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/adversarial-robustness-chain-of-thought-02.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/adversarial-robustness-chain-of-thought-02.md new file mode 100644 index 0000000000000000000000000000000000000000..6ac827971d921214e27f4497a4a70d5763ce8166 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/adversarial-robustness-chain-of-thought-02.md @@ -0,0 +1,5 @@ +# adversarial-robustness-chain-of-thought-02 (2024/q1) +attendees: brivera, ibarbosa, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/beijing-manchester-04.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/beijing-manchester-04.md new file mode 100644 index 0000000000000000000000000000000000000000..9368db0f3cc36c64b088bc8f38ad1be3442a8e8a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/beijing-manchester-04.md @@ -0,0 +1,5 @@ +# beijing-manchester-04 (2024/q1) +attendees: lgonzalez, cnakamura, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/linen-notebook-laptop-stand-00.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/linen-notebook-laptop-stand-00.md new file mode 100644 index 0000000000000000000000000000000000000000..49782c0ab5fe504144eb938e9f8acf829de8327c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/linen-notebook-laptop-stand-00.md @@ -0,0 +1,5 @@ +# linen-notebook-laptop-stand-00 (2024/q1) +attendees: hchen, gkaur, azhang, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/london-instruction-tuning-03.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/london-instruction-tuning-03.md new file mode 100644 index 0000000000000000000000000000000000000000..41bb18a95512c4b64d6a37db83bbb1ed1aab9438 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/london-instruction-tuning-03.md @@ -0,0 +1,5 @@ +# london-instruction-tuning-03 (2024/q1) +attendees: jsmith, flindqvist, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/onboarding-attention-scaling-01.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/onboarding-attention-scaling-01.md new file mode 100644 index 0000000000000000000000000000000000000000..8e941c68dfa627c228650d0ce87ed561d3221694 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q1/onboarding-attention-scaling-01.md @@ -0,0 +1,5 @@ +# onboarding-attention-scaling-01 (2024/q1) +attendees: lgonzalez, kkuznetsov, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/amsterdam-new-york-00.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/amsterdam-new-york-00.md new file mode 100644 index 0000000000000000000000000000000000000000..5276b0e48286e067990fd112e73bb2473b7ec39b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/amsterdam-new-york-00.md @@ -0,0 +1,5 @@ +# amsterdam-new-york-00 (2024/q2) +attendees: ibarbosa, doneill, brivera, kkuznetsov, hchen, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/ceylon-tea-tool-use-agents-01.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/ceylon-tea-tool-use-agents-01.md new file mode 100644 index 0000000000000000000000000000000000000000..059b948af53d60fc2a0b30f065e0d3a3a784bc7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/ceylon-tea-tool-use-agents-01.md @@ -0,0 +1,5 @@ +# ceylon-tea-tool-use-agents-01 (2024/q2) +attendees: kkuznetsov, gkaur, azhang, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/london-kyoto-05.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/london-kyoto-05.md new file mode 100644 index 0000000000000000000000000000000000000000..69a19838bdc8c8843635e601d1022c37c6a777c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/london-kyoto-05.md @@ -0,0 +1,5 @@ +# london-kyoto-05 (2024/q2) +attendees: azhang, ibarbosa, brivera, doneill, cnakamura + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/retrieval-augmented-generation-speculative-decoding-03.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/retrieval-augmented-generation-speculative-decoding-03.md new file mode 100644 index 0000000000000000000000000000000000000000..6419e302b8a4f11b7e762fa033b1bcfeb9973c3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/retrieval-augmented-generation-speculative-decoding-03.md @@ -0,0 +1,5 @@ +# retrieval-augmented-generation-speculative-decoding-03 (2024/q2) +attendees: gkaur, cnakamura, doneill, azhang, flindqvist, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/security-policies-paris-04.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/security-policies-paris-04.md new file mode 100644 index 0000000000000000000000000000000000000000..024ef462b2f2d053cdd4fcecda2b1f5ed7c9d775 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/security-policies-paris-04.md @@ -0,0 +1,5 @@ +# security-policies-paris-04 (2024/q2) +attendees: hchen, flindqvist, brivera, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/vancouver-interviewing-02.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/vancouver-interviewing-02.md new file mode 100644 index 0000000000000000000000000000000000000000..14223e3733a086b4c9ebcc0f25ae365d794fe872 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q2/vancouver-interviewing-02.md @@ -0,0 +1,5 @@ +# vancouver-interviewing-02 (2024/q2) +attendees: lgonzalez, ibarbosa, azhang, brivera, epatel, jsmith + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/adversarial-robustness-osaka-01.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/adversarial-robustness-osaka-01.md new file mode 100644 index 0000000000000000000000000000000000000000..08d8e0f00b7a0cfd2402075e9d0e92b971eb5d0f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/adversarial-robustness-osaka-01.md @@ -0,0 +1,5 @@ +# adversarial-robustness-osaka-01 (2024/q3) +attendees: cnakamura, lgonzalez, kkuznetsov, azhang, doneill, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/berlin-manchester-05.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/berlin-manchester-05.md new file mode 100644 index 0000000000000000000000000000000000000000..b1313ed422a27bc037ae4d19b0bce1a2872377af --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/berlin-manchester-05.md @@ -0,0 +1,5 @@ +# berlin-manchester-05 (2024/q3) +attendees: epatel, azhang, ibarbosa, cnakamura, jsmith + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/ceylon-tea-denver-00.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/ceylon-tea-denver-00.md new file mode 100644 index 0000000000000000000000000000000000000000..831a0164129de5dbd4e0a9ae63747cb4249f8369 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/ceylon-tea-denver-00.md @@ -0,0 +1,5 @@ +# ceylon-tea-denver-00 (2024/q3) +attendees: lgonzalez, cnakamura, hchen, kkuznetsov, azhang, doneill + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/chain-of-thought-speculative-decoding-04.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/chain-of-thought-speculative-decoding-04.md new file mode 100644 index 0000000000000000000000000000000000000000..0a86905e5fb2ec2c91c76e218e78259e385ec672 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/chain-of-thought-speculative-decoding-04.md @@ -0,0 +1,5 @@ +# chain-of-thought-speculative-decoding-04 (2024/q3) +attendees: gkaur, azhang, flindqvist + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/security-policies-reasoning-benchmarks-03.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/security-policies-reasoning-benchmarks-03.md new file mode 100644 index 0000000000000000000000000000000000000000..dc835ee3a7781292ed1fb42eb16d370c797490da --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/security-policies-reasoning-benchmarks-03.md @@ -0,0 +1,5 @@ +# security-policies-reasoning-benchmarks-03 (2024/q3) +attendees: epatel, ibarbosa, brivera, flindqvist, kkuznetsov, azhang + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/speculative-decoding-vancouver-02.md b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/speculative-decoding-vancouver-02.md new file mode 100644 index 0000000000000000000000000000000000000000..c5869a348efe13c0504e1465b282bcc316346a76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/agenda/2024-q3/speculative-decoding-vancouver-02.md @@ -0,0 +1,5 @@ +# speculative-decoding-vancouver-02 (2024/q3) +attendees: epatel, kkuznetsov, cnakamura, azhang, gkaur, brivera + +## Notes +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a449f672e0/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..da602566d4ff34f03e616c2bb9f9d4338a3950a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-01", + "requests": 4514, + "errors": 57, + "p99_ms": 195.73, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..886fac1890c5a7a5902cd83d98f375f505dd58d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-02", + "requests": 12458, + "errors": 16, + "p99_ms": 792.67, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..29231026b6a0dec1859f54cffc4a0cf91651e54d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-03", + "requests": 58506, + "errors": 59, + "p99_ms": 546.18, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..ec595de2e6a4579a9b8602bc7eb440d32b48e494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-04", + "requests": 17831, + "errors": 54, + "p99_ms": 249.25, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..f5459bf529b82c17e4a64d7e7f411bd03a46dbfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-05", + "requests": 18916, + "errors": 89, + "p99_ms": 251.91, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..68ed10e69043c9b5b00fb9675b9ca740ac4cc091 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-06", + "requests": 1220, + "errors": 23, + "p99_ms": 153.31, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..133f518de288f8d6ea08eee848bf6526da17b17d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/billing-svc/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-07", + "requests": 23812, + "errors": 63, + "p99_ms": 209.36, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..c3a130d5c9c189028d67a93fa34ebdb8c8acee3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-01", + "requests": 84823, + "errors": 22, + "p99_ms": 341.77, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..7a8cfe96aa76e493703a8bbfc2de288b9d204dcc --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-02", + "requests": 50154, + "errors": 4, + "p99_ms": 68.97, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..3b8676b11fa36322207ad0322a674a6300efdcbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-03", + "requests": 91731, + "errors": 16, + "p99_ms": 195.87, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..3bb4a0c09321ddabd306b09985004d2254052d15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-04", + "requests": 62746, + "errors": 66, + "p99_ms": 446.51, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..8521b1491d15036ddb24ed45fb5fe4b2ff35ae06 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-05", + "requests": 22663, + "errors": 35, + "p99_ms": 768.59, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..3bfa00b92f0b5c177d7b3ee35d91d70c6b92226f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-06", + "requests": 58083, + "errors": 4, + "p99_ms": 247.86, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..1573971e1d5479be0a8cbd99d48e1566a7a26639 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/gateway-edge/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-07", + "requests": 22735, + "errors": 24, + "p99_ms": 580.82, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..a43c15b6bc85941d026f8318eebc2acc9551d671 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-01", + "requests": 59982, + "errors": 32, + "p99_ms": 653.92, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..b5d573c712f8421b541466aa9c202646a0246bb6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-02", + "requests": 82916, + "errors": 58, + "p99_ms": 276.18, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..186db091dba7e1fa18a3ba7bbce7767fb6b19e2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-03", + "requests": 17706, + "errors": 29, + "p99_ms": 240.77, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..08332a6c5c124d207901f22e253d850546f7a5cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-04", + "requests": 72576, + "errors": 19, + "p99_ms": 750.95, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..c6856ad5d97c7829c05bc78910bd1bef1a86d974 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-05", + "requests": 49518, + "errors": 33, + "p99_ms": 492.32, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..4659d6354ad23fe566bbdb49f378146d070a3d15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-06", + "requests": 80487, + "errors": 68, + "p99_ms": 114.5, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..f56bfe6339539d3ae6362fb8b954c0b3d65a9686 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/ledger-svc/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-07", + "requests": 32665, + "errors": 6, + "p99_ms": 669.23, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..1b4b3463647e531861bd9e37fd7b0278fcc589d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-01", + "requests": 20905, + "errors": 25, + "p99_ms": 110.94, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..3c2a13fda3f068e20dfee876b3fc6b2970decd5e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-02", + "requests": 58941, + "errors": 67, + "p99_ms": 44.98, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..93ae8d06bcc5160760350db927ba9c0114275dcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-03", + "requests": 84217, + "errors": 33, + "p99_ms": 151.45, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..5168365396f854533cb6f48d6983bdf549b5ca24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-04", + "requests": 73147, + "errors": 97, + "p99_ms": 496.02, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..1d9199fa68c2278f4b70ce7be425b93555f5ea28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-05", + "requests": 69075, + "errors": 20, + "p99_ms": 25.44, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..3355ea8e3a376fb375d736f8bc5d2e33715ad36c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-06", + "requests": 25442, + "errors": 59, + "p99_ms": 358.26, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..876972db6918edb9e7134f0ab8937ef4cfb341a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/notifier-bus/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-07", + "requests": 55259, + "errors": 69, + "p99_ms": 207.89, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..5b176c69c4a9324ca5cbb9f5bd5c8e109e87d89e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-01", + "requests": 46437, + "errors": 34, + "p99_ms": 401.67, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..f87a581395b0c3d5728a37dc554b6d76ac143151 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-02", + "requests": 96771, + "errors": 30, + "p99_ms": 388.89, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..60909fd9da4bc6cabaa3d16f54659fe6da3eac48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-03", + "requests": 3482, + "errors": 85, + "p99_ms": 353.78, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..4cf8bd124fdb24d31561602cdd6711d0b988377d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-04", + "requests": 40785, + "errors": 73, + "p99_ms": 596.31, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..81169fde94c1fd359c2ce6af4fea16b2c2592d4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-05", + "requests": 91439, + "errors": 42, + "p99_ms": 585.1, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..77e6e0faaeb03a939b5970c865fa9d81fc6fd999 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-06", + "requests": 29788, + "errors": 88, + "p99_ms": 753.28, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..a7e0c0e22e350f51f9c746f98d8ee9b8ef8249e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/search-indexer/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-07", + "requests": 45955, + "errors": 90, + "p99_ms": 89.8, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..58509b66417e3cdfcc0ba6e7a5ade9e984b1b399 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-01", + "requests": 29735, + "errors": 55, + "p99_ms": 772.32, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..03ad97a7cae5efac2e40bf1ebcdf17d8a526add4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-02", + "requests": 56100, + "errors": 21, + "p99_ms": 408.4, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..d17c8ce4fa3a6fe4b4fb49a15ce313eeb5d46eac --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-03", + "requests": 24826, + "errors": 55, + "p99_ms": 528.43, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..6d5159eddcf25e064b4dadb5bf0e08f66d1bdee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-04", + "requests": 22128, + "errors": 41, + "p99_ms": 192.13, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..c7be596b34e0d81c62ef68151716ad3805b2ad10 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-05", + "requests": 40764, + "errors": 9, + "p99_ms": 122.81, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..b730188a4c428a68cf3310b73e74d7c2031e1c1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-06", + "requests": 16261, + "errors": 17, + "p99_ms": 446.89, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cdfd06622328893519d510b20ab4d80a8db440 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/session-store/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-07", + "requests": 62774, + "errors": 41, + "p99_ms": 388.8, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..90d5cd7e5b7ee38c2b896984630c8a8822764189 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-01", + "requests": 18588, + "errors": 57, + "p99_ms": 189.59, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..daab8fb997a7f556d088fc7a1bb9e02f4594a1f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-02", + "requests": 9855, + "errors": 88, + "p99_ms": 753.47, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..1842a472b156cf56941de70c4b9721dbe57db392 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-03", + "requests": 97085, + "errors": 56, + "p99_ms": 748.37, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..d590d4d9501d09a968a7337990ece499bf53d88b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-04", + "requests": 52493, + "errors": 42, + "p99_ms": 654.66, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..1bcde0bae4334666052c600501f97ae133329f59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-05", + "requests": 44138, + "errors": 65, + "p99_ms": 219.23, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..b5534e6df4c861576441211fc305dbbc466275aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-06", + "requests": 82426, + "errors": 77, + "p99_ms": 775.52, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..7cfa0231618cb2e036b7465aa54bca7c51986ed9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/shipping-svc/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-07", + "requests": 74249, + "errors": 45, + "p99_ms": 114.15, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..fb8d036d0d766fada34b7091a618038aa2d12e1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-01", + "requests": 48774, + "errors": 28, + "p99_ms": 718.72, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..d33aac6a9cd8f4b5c691f1bd5bb82c53684bb30f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-02", + "requests": 85024, + "errors": 92, + "p99_ms": 552.53, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..8e5799da78737db75b530790c33c2a5fcfbc2f22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-03", + "requests": 95436, + "errors": 27, + "p99_ms": 746.46, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..e7fe428bcf3a5392a940c6d985b59b62b1aa515a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-04", + "requests": 3964, + "errors": 85, + "p99_ms": 24.25, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..18c27a23165726b29900298d25c6e8ca4dce1c74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-05", + "requests": 76341, + "errors": 4, + "p99_ms": 174.62, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..904a68ba768ec395369c20639cda47616ab263d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-06", + "requests": 69011, + "errors": 60, + "p99_ms": 510.22, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..7897c5ac4bdb1560e3b1ef27936acb3fb7e18819 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/metrics/webhook-dispatcher/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-07", + "requests": 71634, + "errors": 31, + "p99_ms": 506.53, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/summary.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..39b3ba408c73eea2c519b2789f4e12fb841f1c2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/summary.json @@ -0,0 +1,3 @@ +{ + "total_requests": 2749291 +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..da602566d4ff34f03e616c2bb9f9d4338a3950a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-01", + "requests": 4514, + "errors": 57, + "p99_ms": 195.73, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..886fac1890c5a7a5902cd83d98f375f505dd58d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-02", + "requests": 12458, + "errors": 16, + "p99_ms": 792.67, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..29231026b6a0dec1859f54cffc4a0cf91651e54d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-03", + "requests": 58506, + "errors": 59, + "p99_ms": 546.18, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..ec595de2e6a4579a9b8602bc7eb440d32b48e494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-04", + "requests": 17831, + "errors": 54, + "p99_ms": 249.25, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..f5459bf529b82c17e4a64d7e7f411bd03a46dbfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-05", + "requests": 18916, + "errors": 89, + "p99_ms": 251.91, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..68ed10e69043c9b5b00fb9675b9ca740ac4cc091 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-06", + "requests": 1220, + "errors": 23, + "p99_ms": 153.31, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..133f518de288f8d6ea08eee848bf6526da17b17d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/billing-svc/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "billing-svc", + "date": "2024-04-07", + "requests": 23812, + "errors": 63, + "p99_ms": 209.36, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..c3a130d5c9c189028d67a93fa34ebdb8c8acee3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-01", + "requests": 84823, + "errors": 22, + "p99_ms": 341.77, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..7a8cfe96aa76e493703a8bbfc2de288b9d204dcc --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-02", + "requests": 50154, + "errors": 4, + "p99_ms": 68.97, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..3b8676b11fa36322207ad0322a674a6300efdcbe --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-03", + "requests": 91731, + "errors": 16, + "p99_ms": 195.87, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..3bb4a0c09321ddabd306b09985004d2254052d15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-04", + "requests": 62746, + "errors": 66, + "p99_ms": 446.51, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..8521b1491d15036ddb24ed45fb5fe4b2ff35ae06 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-05", + "requests": 22663, + "errors": 35, + "p99_ms": 768.59, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..3bfa00b92f0b5c177d7b3ee35d91d70c6b92226f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-06", + "requests": 58083, + "errors": 4, + "p99_ms": 247.86, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..1573971e1d5479be0a8cbd99d48e1566a7a26639 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/gateway-edge/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "gateway-edge", + "date": "2024-04-07", + "requests": 22735, + "errors": 24, + "p99_ms": 580.82, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..a43c15b6bc85941d026f8318eebc2acc9551d671 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-01", + "requests": 59982, + "errors": 32, + "p99_ms": 653.92, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..b5d573c712f8421b541466aa9c202646a0246bb6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-02", + "requests": 82916, + "errors": 58, + "p99_ms": 276.18, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..186db091dba7e1fa18a3ba7bbce7767fb6b19e2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-03", + "requests": 17706, + "errors": 29, + "p99_ms": 240.77, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..08332a6c5c124d207901f22e253d850546f7a5cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-04", + "requests": 72576, + "errors": 19, + "p99_ms": 750.95, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..c6856ad5d97c7829c05bc78910bd1bef1a86d974 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-05", + "requests": 49518, + "errors": 33, + "p99_ms": 492.32, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..4659d6354ad23fe566bbdb49f378146d070a3d15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-06", + "requests": 80487, + "errors": 68, + "p99_ms": 114.5, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..f56bfe6339539d3ae6362fb8b954c0b3d65a9686 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/ledger-svc/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "ledger-svc", + "date": "2024-04-07", + "requests": 32665, + "errors": 6, + "p99_ms": 669.23, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..1b4b3463647e531861bd9e37fd7b0278fcc589d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-01", + "requests": 20905, + "errors": 25, + "p99_ms": 110.94, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..3c2a13fda3f068e20dfee876b3fc6b2970decd5e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-02", + "requests": 58941, + "errors": 67, + "p99_ms": 44.98, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..93ae8d06bcc5160760350db927ba9c0114275dcf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-03", + "requests": 84217, + "errors": 33, + "p99_ms": 151.45, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..5168365396f854533cb6f48d6983bdf549b5ca24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-04", + "requests": 73147, + "errors": 97, + "p99_ms": 496.02, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..1d9199fa68c2278f4b70ce7be425b93555f5ea28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-05", + "requests": 69075, + "errors": 20, + "p99_ms": 25.44, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..3355ea8e3a376fb375d736f8bc5d2e33715ad36c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-06", + "requests": 25442, + "errors": 59, + "p99_ms": 358.26, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..876972db6918edb9e7134f0ab8937ef4cfb341a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/notifier-bus/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "notifier-bus", + "date": "2024-04-07", + "requests": 55259, + "errors": 69, + "p99_ms": 207.89, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..5b176c69c4a9324ca5cbb9f5bd5c8e109e87d89e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-01", + "requests": 46437, + "errors": 34, + "p99_ms": 401.67, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..f87a581395b0c3d5728a37dc554b6d76ac143151 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-02", + "requests": 96771, + "errors": 30, + "p99_ms": 388.89, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..60909fd9da4bc6cabaa3d16f54659fe6da3eac48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-03", + "requests": 3482, + "errors": 85, + "p99_ms": 353.78, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..4cf8bd124fdb24d31561602cdd6711d0b988377d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-04", + "requests": 40785, + "errors": 73, + "p99_ms": 596.31, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..81169fde94c1fd359c2ce6af4fea16b2c2592d4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-05", + "requests": 91439, + "errors": 42, + "p99_ms": 585.1, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..77e6e0faaeb03a939b5970c865fa9d81fc6fd999 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-06", + "requests": 29788, + "errors": 88, + "p99_ms": 753.28, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..a7e0c0e22e350f51f9c746f98d8ee9b8ef8249e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/search-indexer/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "search-indexer", + "date": "2024-04-07", + "requests": 45955, + "errors": 90, + "p99_ms": 89.8, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..58509b66417e3cdfcc0ba6e7a5ade9e984b1b399 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-01", + "requests": 29735, + "errors": 55, + "p99_ms": 772.32, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..03ad97a7cae5efac2e40bf1ebcdf17d8a526add4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-02", + "requests": 56100, + "errors": 21, + "p99_ms": 408.4, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..d17c8ce4fa3a6fe4b4fb49a15ce313eeb5d46eac --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-03", + "requests": 24826, + "errors": 55, + "p99_ms": 528.43, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..6d5159eddcf25e064b4dadb5bf0e08f66d1bdee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-04", + "requests": 22128, + "errors": 41, + "p99_ms": 192.13, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..c7be596b34e0d81c62ef68151716ad3805b2ad10 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-05", + "requests": 40764, + "errors": 9, + "p99_ms": 122.81, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..b730188a4c428a68cf3310b73e74d7c2031e1c1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-06", + "requests": 16261, + "errors": 17, + "p99_ms": 446.89, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cdfd06622328893519d510b20ab4d80a8db440 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/session-store/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "session-store", + "date": "2024-04-07", + "requests": 62774, + "errors": 41, + "p99_ms": 388.8, + "region": "sa-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..90d5cd7e5b7ee38c2b896984630c8a8822764189 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-01", + "requests": 18588, + "errors": 57, + "p99_ms": 189.59, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..daab8fb997a7f556d088fc7a1bb9e02f4594a1f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-02", + "requests": 9855, + "errors": 88, + "p99_ms": 753.47, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..1842a472b156cf56941de70c4b9721dbe57db392 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-03", + "requests": 97085, + "errors": 56, + "p99_ms": 748.37, + "region": "ap-northeast-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..d590d4d9501d09a968a7337990ece499bf53d88b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-04", + "requests": 52493, + "errors": 42, + "p99_ms": 654.66, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..1bcde0bae4334666052c600501f97ae133329f59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-05", + "requests": 44138, + "errors": 65, + "p99_ms": 219.23, + "region": "us-east-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..b5534e6df4c861576441211fc305dbbc466275aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-06", + "requests": 82426, + "errors": 77, + "p99_ms": 775.52, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..7cfa0231618cb2e036b7465aa54bca7c51986ed9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/shipping-svc/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "shipping-svc", + "date": "2024-04-07", + "requests": 74249, + "errors": 45, + "p99_ms": 114.15, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-01.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-01.json new file mode 100644 index 0000000000000000000000000000000000000000..fb8d036d0d766fada34b7091a618038aa2d12e1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-01.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-01", + "requests": 48774, + "errors": 28, + "p99_ms": 718.72, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-02.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-02.json new file mode 100644 index 0000000000000000000000000000000000000000..d33aac6a9cd8f4b5c691f1bd5bb82c53684bb30f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-02.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-02", + "requests": 85024, + "errors": 92, + "p99_ms": 552.53, + "region": "us-west-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-03.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-03.json new file mode 100644 index 0000000000000000000000000000000000000000..8e5799da78737db75b530790c33c2a5fcfbc2f22 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-03.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-03", + "requests": 95436, + "errors": 27, + "p99_ms": 746.46, + "region": "ap-southeast-2" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-04.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-04.json new file mode 100644 index 0000000000000000000000000000000000000000..e7fe428bcf3a5392a940c6d985b59b62b1aa515a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-04.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-04", + "requests": 3964, + "errors": 85, + "p99_ms": 24.25, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-05.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-05.json new file mode 100644 index 0000000000000000000000000000000000000000..18c27a23165726b29900298d25c6e8ca4dce1c74 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-05.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-05", + "requests": 76341, + "errors": 4, + "p99_ms": 174.62, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-06.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-06.json new file mode 100644 index 0000000000000000000000000000000000000000..904a68ba768ec395369c20639cda47616ab263d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-06.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-06", + "requests": 69011, + "errors": 60, + "p99_ms": 510.22, + "region": "eu-west-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-07.json b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-07.json new file mode 100644 index 0000000000000000000000000000000000000000..7897c5ac4bdb1560e3b1ef27936acb3fb7e18819 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/metrics/webhook-dispatcher/2024-04-07.json @@ -0,0 +1,8 @@ +{ + "service": "webhook-dispatcher", + "date": "2024-04-07", + "requests": 71634, + "errors": 31, + "p99_ms": 506.53, + "region": "eu-central-1" +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a6a1276442/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/customers.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f9bec7ec4a2ea7715200b1e2d9c4d0e88b55ac57 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/customers.tsv @@ -0,0 +1,12 @@ +id name amount +1 item0 1286 +2 item1 3605 +3 item2 2212 +4 item3 3774 +5 item4 4985 +6 item5 4343 +7 item6 6727 +8 item7 4356 +9 item8 9142 +10 item9 5049 +11 item10 78 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/orders.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5e869341ded0fefa03dd37f017fb7c8a3992750d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/orders.tsv @@ -0,0 +1,10 @@ +id name amount +1 item0 130 +2 item1 4507 +3 item2 9473 +4 item3 3717 +5 item4 7710 +6 item5 461 +7 item6 4915 +8 item7 8407 +9 item8 5246 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/shipments.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/shipments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..33bfa8c0a4715eed06d62dd4c7771cc52bf73391 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/ap-northeast-1/shipments.tsv @@ -0,0 +1,13 @@ +id name amount +1 item0 1581 +2 item1 8703 +3 item2 7610 +4 item3 2609 +5 item4 3426 +6 item5 9158 +7 item6 4325 +8 item7 8542 +9 item8 7054 +10 item9 9377 +11 item10 1880 +12 item11 8040 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/customers.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8285747b100b7a3cabf7a3e3173c828fae58c263 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/customers.tsv @@ -0,0 +1,12 @@ +id name amount +1 item0 2246 +2 item1 5548 +3 item2 41 +4 item3 7774 +5 item4 1892 +6 item5 1182 +7 item6 8906 +8 item7 6662 +9 item8 6364 +10 item9 6297 +11 item10 8850 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/orders.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6e7a96afb4de80d03f037acb74da722b6a26a90d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/orders.tsv @@ -0,0 +1,9 @@ +id name amount +1 item0 1114 +2 item1 3764 +3 item2 6842 +4 item3 6118 +5 item4 3097 +6 item5 9263 +7 item6 9952 +8 item7 5109 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/shipments.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/shipments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..29b9afc99d2befbbbeb6c707af9b01bceae5ed71 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-central-1/shipments.tsv @@ -0,0 +1,9 @@ +id name amount +1 item0 9221 +2 item1 2071 +3 item2 2685 +4 item3 6827 +5 item4 8870 +6 item5 5937 +7 item6 1847 +8 item7 1313 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/customers.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..96c649f6a788c1e3d88bebf53a040446fb4634fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/customers.tsv @@ -0,0 +1,10 @@ +id name amount +1 item0 4217 +2 item1 5174 +3 item2 1154 +4 item3 9825 +5 item4 1380 +6 item5 1457 +7 item6 271 +8 item7 4178 +9 item8 7931 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/orders.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..bed3f2fa72646fb73d9077314b851fa1b29102a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/orders.tsv @@ -0,0 +1,10 @@ +id name amount +1 item0 137 +2 item1 2006 +3 item2 8449 +4 item3 1670 +5 item4 8920 +6 item5 6090 +7 item6 1974 +8 item7 6581 +9 item8 3540 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/shipments.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/shipments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b21acff8bac54eb37f9196f7de1c9cbc88ee50fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/eu-west-1/shipments.tsv @@ -0,0 +1,13 @@ +id name amount +1 item0 4953 +2 item1 9848 +3 item2 6685 +4 item3 7092 +5 item4 6920 +6 item5 9811 +7 item6 9387 +8 item7 1035 +9 item8 1415 +10 item9 3892 +11 item10 1023 +12 item11 1056 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/customers.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..157fb4dcf68f8a026494289b5d767fad552837af --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/customers.tsv @@ -0,0 +1,12 @@ +id name amount +1 item0 7966 +2 item1 3096 +3 item2 4807 +4 item3 5348 +5 item4 7610 +6 item5 3062 +7 item6 6212 +8 item7 5980 +9 item8 6614 +10 item9 1569 +11 item10 8086 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/orders.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..648cd120981f7e82c821a32f4fbf364ac404e496 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/orders.tsv @@ -0,0 +1,12 @@ +id name amount +1 item0 1476 +2 item1 2825 +3 item2 5678 +4 item3 960 +5 item4 9061 +6 item5 9046 +7 item6 3673 +8 item7 9898 +9 item8 3719 +10 item9 9865 +11 item10 5984 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/shipments.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/shipments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..72958940cdf296aa2e22695f0180516bd13c9eb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-east-1/shipments.tsv @@ -0,0 +1,12 @@ +id name amount +1 item0 8815 +2 item1 9177 +3 item2 842 +4 item3 3207 +5 item4 6116 +6 item5 8472 +7 item6 7789 +8 item7 1658 +9 item8 8571 +10 item9 778 +11 item10 994 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/customers.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/customers.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5374311ec7711a2f41755a95aa1dedd16f9807ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/customers.tsv @@ -0,0 +1,11 @@ +id name amount +1 item0 8321 +2 item1 7961 +3 item2 8804 +4 item3 1948 +5 item4 3037 +6 item5 6736 +7 item6 5588 +8 item7 5476 +9 item8 6333 +10 item9 3007 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/orders.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/orders.tsv new file mode 100644 index 0000000000000000000000000000000000000000..309a04e264339966abc6426d3ef6c1c0b16d2e8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/orders.tsv @@ -0,0 +1,12 @@ +id name amount +1 item0 3322 +2 item1 8795 +3 item2 1021 +4 item3 5383 +5 item4 3583 +6 item5 4955 +7 item6 5052 +8 item7 6321 +9 item8 6227 +10 item9 6105 +11 item10 3906 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/shipments.tsv b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/shipments.tsv new file mode 100644 index 0000000000000000000000000000000000000000..89c846d65c4d9061890e8a518fa96e296f7b9d6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/exports/us-west-2/shipments.tsv @@ -0,0 +1,13 @@ +id name amount +1 item0 1079 +2 item1 7503 +3 item2 4364 +4 item3 2783 +5 item4 3387 +6 item5 4510 +7 item6 7106 +8 item7 3742 +9 item8 294 +10 item9 3811 +11 item10 5798 +12 item11 6369 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/customers.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..9dbe1679804d096c37d5372c6b8ff94c19bf3d26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/customers.csv @@ -0,0 +1,12 @@ +id,name,amount +1,item0,1286 +2,item1,3605 +3,item2,2212 +4,item3,3774 +5,item4,4985 +6,item5,4343 +7,item6,6727 +8,item7,4356 +9,item8,9142 +10,item9,5049 +11,item10,78 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/orders.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..a2c11c24ec2d20bbd64c222aada78518d05c7795 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/orders.csv @@ -0,0 +1,10 @@ +id,name,amount +1,item0,130 +2,item1,4507 +3,item2,9473 +4,item3,3717 +5,item4,7710 +6,item5,461 +7,item6,4915 +8,item7,8407 +9,item8,5246 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/shipments.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..ed0c958ccdcabe5e7e2597a95e8607a267208649 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/ap-northeast-1/shipments.csv @@ -0,0 +1,13 @@ +id,name,amount +1,item0,1581 +2,item1,8703 +3,item2,7610 +4,item3,2609 +5,item4,3426 +6,item5,9158 +7,item6,4325 +8,item7,8542 +9,item8,7054 +10,item9,9377 +11,item10,1880 +12,item11,8040 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/customers.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab962745ef00d7dd7d9c18ff84a8149521030257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/customers.csv @@ -0,0 +1,12 @@ +id,name,amount +1,item0,2246 +2,item1,5548 +3,item2,41 +4,item3,7774 +5,item4,1892 +6,item5,1182 +7,item6,8906 +8,item7,6662 +9,item8,6364 +10,item9,6297 +11,item10,8850 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/orders.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..8bca2c7d445f8d40ff6c5b42d8c3ea6fbfddaf38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/orders.csv @@ -0,0 +1,9 @@ +id,name,amount +1,item0,1114 +2,item1,3764 +3,item2,6842 +4,item3,6118 +5,item4,3097 +6,item5,9263 +7,item6,9952 +8,item7,5109 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/shipments.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a5a0316b9d7c65b2f6ac94445186ddc3bf7b445 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-central-1/shipments.csv @@ -0,0 +1,9 @@ +id,name,amount +1,item0,9221 +2,item1,2071 +3,item2,2685 +4,item3,6827 +5,item4,8870 +6,item5,5937 +7,item6,1847 +8,item7,1313 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/customers.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a6b81159a83a758ca7f2b740b2f33643645d5b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/customers.csv @@ -0,0 +1,10 @@ +id,name,amount +1,item0,4217 +2,item1,5174 +3,item2,1154 +4,item3,9825 +5,item4,1380 +6,item5,1457 +7,item6,271 +8,item7,4178 +9,item8,7931 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/orders.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..fa4484d11f01b8840e9e59f9d2567c58bea222cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/orders.csv @@ -0,0 +1,10 @@ +id,name,amount +1,item0,137 +2,item1,2006 +3,item2,8449 +4,item3,1670 +5,item4,8920 +6,item5,6090 +7,item6,1974 +8,item7,6581 +9,item8,3540 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/shipments.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..ce07582e4db6f87020c98b5fbf8b0bbca804c426 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/eu-west-1/shipments.csv @@ -0,0 +1,13 @@ +id,name,amount +1,item0,4953 +2,item1,9848 +3,item2,6685 +4,item3,7092 +5,item4,6920 +6,item5,9811 +7,item6,9387 +8,item7,1035 +9,item8,1415 +10,item9,3892 +11,item10,1023 +12,item11,1056 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/customers.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b3b93abc66f0e874ebf56515c872d0328ffe534 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/customers.csv @@ -0,0 +1,12 @@ +id,name,amount +1,item0,7966 +2,item1,3096 +3,item2,4807 +4,item3,5348 +5,item4,7610 +6,item5,3062 +7,item6,6212 +8,item7,5980 +9,item8,6614 +10,item9,1569 +11,item10,8086 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/orders.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..8123b4a4ce9a39e851619782e82e1be44a49a543 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/orders.csv @@ -0,0 +1,12 @@ +id,name,amount +1,item0,1476 +2,item1,2825 +3,item2,5678 +4,item3,960 +5,item4,9061 +6,item5,9046 +7,item6,3673 +8,item7,9898 +9,item8,3719 +10,item9,9865 +11,item10,5984 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/shipments.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..0657fa27c378420a51f9e5e8de0fdc707285bb1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-east-1/shipments.csv @@ -0,0 +1,12 @@ +id,name,amount +1,item0,8815 +2,item1,9177 +3,item2,842 +4,item3,3207 +5,item4,6116 +6,item5,8472 +7,item6,7789 +8,item7,1658 +9,item8,8571 +10,item9,778 +11,item10,994 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/customers.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/customers.csv new file mode 100644 index 0000000000000000000000000000000000000000..a0ac657d2ca6b0988af01e479e8528330913b3bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/customers.csv @@ -0,0 +1,11 @@ +id,name,amount +1,item0,8321 +2,item1,7961 +3,item2,8804 +4,item3,1948 +5,item4,3037 +6,item5,6736 +7,item6,5588 +8,item7,5476 +9,item8,6333 +10,item9,3007 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/orders.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/orders.csv new file mode 100644 index 0000000000000000000000000000000000000000..66f34022b99268d9087d82ab82aeb4523d3721fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/orders.csv @@ -0,0 +1,12 @@ +id,name,amount +1,item0,3322 +2,item1,8795 +3,item2,1021 +4,item3,5383 +5,item4,3583 +6,item5,4955 +7,item6,5052 +8,item7,6321 +9,item8,6227 +10,item9,6105 +11,item10,3906 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/shipments.csv b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/shipments.csv new file mode 100644 index 0000000000000000000000000000000000000000..b1a2bcd4d62c84516ace401d1d17fb61c8539910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/exports/us-west-2/shipments.csv @@ -0,0 +1,13 @@ +id,name,amount +1,item0,1079 +2,item1,7503 +3,item2,4364 +4,item3,2783 +5,item4,3387 +6,item5,4510 +7,item6,7106 +8,item7,3742 +9,item8,294 +10,item9,3811 +11,item10,5798 +12,item11,6369 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a777e843c8/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/reports/top_sha.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/reports/top_sha.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b10ed53a43c1207904279ea9c19b49ed30b6c9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/reports/top_sha.txt @@ -0,0 +1 @@ +ab4d920c947ceab573ae465676148c36be538ab2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_000.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_000.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_000.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_001.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_001.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_001.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_002.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_002.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_002.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_003.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_003.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_003.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_004.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_004.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_004.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_005.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_005.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_005.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_006.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_006.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_006.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_007.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_007.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_007.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_008.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_008.txt new file mode 100644 index 0000000000000000000000000000000000000000..db494e5bb861ccd4396ce4af56b9347e70c3d446 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_008.txt @@ -0,0 +1 @@ +blob content 4 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_009.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_009.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_009.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_010.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_010.txt new file mode 100644 index 0000000000000000000000000000000000000000..1101c966d3e19674768bd1a25919e1c56570e029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_010.txt @@ -0,0 +1 @@ +blob content 3 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_011.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_011.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9b9e8f29ef4b04a9d7b04bb4b05b5c45d4cbb9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_011.txt @@ -0,0 +1 @@ +blob content 5 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_012.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_012.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_012.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_013.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_013.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_013.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_014.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_014.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_014.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_015.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_015.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_015.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_016.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_016.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_016.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_017.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_017.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_017.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_018.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_018.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_018.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_019.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_019.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_019.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_020.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_020.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_020.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_021.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_021.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_021.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_022.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_022.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_022.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_023.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_023.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_023.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_024.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_024.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_024.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_025.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_025.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9b9e8f29ef4b04a9d7b04bb4b05b5c45d4cbb9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_025.txt @@ -0,0 +1 @@ +blob content 5 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_026.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_026.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_026.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_027.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_027.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_027.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_028.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_028.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_028.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_029.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_029.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f46834126265e9011bfd23d099766293ecb31a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_029.txt @@ -0,0 +1 @@ +blob content 2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_030.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_030.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_030.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_031.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_031.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_031.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_032.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_032.txt new file mode 100644 index 0000000000000000000000000000000000000000..1101c966d3e19674768bd1a25919e1c56570e029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_032.txt @@ -0,0 +1 @@ +blob content 3 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_033.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_033.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_033.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_034.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_034.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_034.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_035.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_035.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_035.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_036.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_036.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_036.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_037.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_037.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_037.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_038.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_038.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f46834126265e9011bfd23d099766293ecb31a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_038.txt @@ -0,0 +1 @@ +blob content 2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_039.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_039.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_039.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_040.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_040.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_040.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_041.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_041.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_041.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_042.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_042.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_042.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_043.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_043.txt new file mode 100644 index 0000000000000000000000000000000000000000..1101c966d3e19674768bd1a25919e1c56570e029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_043.txt @@ -0,0 +1 @@ +blob content 3 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_044.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_044.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_044.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_045.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_045.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_045.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_046.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_046.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_046.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_047.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_047.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_047.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_048.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_048.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f46834126265e9011bfd23d099766293ecb31a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_048.txt @@ -0,0 +1 @@ +blob content 2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_049.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_049.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/backup/snapshots/blobs/blob_049.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_000.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_000.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_000.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_001.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_001.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_001.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_002.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_002.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_002.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_003.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_003.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_003.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_004.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_004.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_004.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_005.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_005.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_005.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_006.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_006.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_006.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_007.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_007.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_007.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_008.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_008.txt new file mode 100644 index 0000000000000000000000000000000000000000..db494e5bb861ccd4396ce4af56b9347e70c3d446 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_008.txt @@ -0,0 +1 @@ +blob content 4 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_009.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_009.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_009.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_010.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_010.txt new file mode 100644 index 0000000000000000000000000000000000000000..1101c966d3e19674768bd1a25919e1c56570e029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_010.txt @@ -0,0 +1 @@ +blob content 3 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_011.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_011.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9b9e8f29ef4b04a9d7b04bb4b05b5c45d4cbb9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_011.txt @@ -0,0 +1 @@ +blob content 5 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_012.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_012.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_012.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_013.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_013.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_013.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_014.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_014.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_014.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_015.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_015.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_015.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_016.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_016.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_016.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_017.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_017.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_017.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_018.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_018.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_018.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_019.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_019.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_019.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_020.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_020.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_020.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_021.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_021.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_021.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_022.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_022.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_022.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_023.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_023.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_023.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_024.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_024.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_024.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_025.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_025.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9b9e8f29ef4b04a9d7b04bb4b05b5c45d4cbb9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_025.txt @@ -0,0 +1 @@ +blob content 5 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_026.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_026.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_026.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_027.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_027.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_027.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_028.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_028.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_028.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_029.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_029.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f46834126265e9011bfd23d099766293ecb31a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_029.txt @@ -0,0 +1 @@ +blob content 2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_030.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_030.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_030.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_031.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_031.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_031.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_032.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_032.txt new file mode 100644 index 0000000000000000000000000000000000000000..1101c966d3e19674768bd1a25919e1c56570e029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_032.txt @@ -0,0 +1 @@ +blob content 3 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_033.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_033.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_033.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_034.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_034.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_034.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_035.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_035.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_035.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_036.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_036.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_036.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_037.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_037.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_037.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_038.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_038.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f46834126265e9011bfd23d099766293ecb31a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_038.txt @@ -0,0 +1 @@ +blob content 2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_039.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_039.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_039.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_040.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_040.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_040.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_041.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_041.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_041.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_042.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_042.txt new file mode 100644 index 0000000000000000000000000000000000000000..149fbbafe681d3a53782448411d72a0fdbd76379 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_042.txt @@ -0,0 +1 @@ +blob content 0 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_043.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_043.txt new file mode 100644 index 0000000000000000000000000000000000000000..1101c966d3e19674768bd1a25919e1c56570e029 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_043.txt @@ -0,0 +1 @@ +blob content 3 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_044.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_044.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_044.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_045.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_045.txt new file mode 100644 index 0000000000000000000000000000000000000000..66111106892a5d9516806c59abc3275e15b0b7ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_045.txt @@ -0,0 +1 @@ +blob content 1 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_046.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_046.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c514490af6c1f49b9fc6189e6a4c0d85e8260a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_046.txt @@ -0,0 +1 @@ +blob content 7 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_047.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_047.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_047.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_048.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_048.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f46834126265e9011bfd23d099766293ecb31a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_048.txt @@ -0,0 +1 @@ +blob content 2 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_049.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_049.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6da6d4e36eadd05e42f6a304126c26424fd32dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/backup/snapshots/blobs/blob_049.txt @@ -0,0 +1 @@ +blob content 6 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a86b8f4495/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/carts.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/carts.sql new file mode 100644 index 0000000000000000000000000000000000000000..473e2f3f455551169f0b865b82dbaad0880ac4e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/carts.sql @@ -0,0 +1,11 @@ +-- dump of analytics.carts +BEGIN; + +INSERT INTO carts (id, ts) VALUES (0, now()); +INSERT INTO carts (id, ts) VALUES (1, now()); +INSERT INTO carts (id, ts) VALUES (2, now()); +INSERT INTO carts (id, ts) VALUES (3, now()); +INSERT INTO carts (id, ts) VALUES (4, now()); +INSERT INTO carts (id, ts) VALUES (5, now()); +INSERT INTO carts (id, ts) VALUES (6, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/invoices.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/invoices.sql new file mode 100644 index 0000000000000000000000000000000000000000..7acb750925f06339e88717c948ab67a519b84e99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/invoices.sql @@ -0,0 +1,9 @@ +-- dump of analytics.invoices +BEGIN; + +INSERT INTO invoices (id, ts) VALUES (0, now()); +INSERT INTO invoices (id, ts) VALUES (1, now()); +INSERT INTO invoices (id, ts) VALUES (2, now()); +INSERT INTO invoices (id, ts) VALUES (3, now()); +INSERT INTO invoices (id, ts) VALUES (4, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/orders.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/orders.sql new file mode 100644 index 0000000000000000000000000000000000000000..0ece53ecc4fcda7efd0caa419f92a7ae9e8fd1ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/orders.sql @@ -0,0 +1,10 @@ +-- dump of analytics.orders +BEGIN; + +INSERT INTO orders (id, ts) VALUES (0, now()); +INSERT INTO orders (id, ts) VALUES (1, now()); +INSERT INTO orders (id, ts) VALUES (2, now()); +INSERT INTO orders (id, ts) VALUES (3, now()); +INSERT INTO orders (id, ts) VALUES (4, now()); +INSERT INTO orders (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/payments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/payments.sql new file mode 100644 index 0000000000000000000000000000000000000000..63fcb1ca3de353ed2283df79ba1eb67f165882bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/payments.sql @@ -0,0 +1,7 @@ +-- dump of analytics.payments +BEGIN; + +INSERT INTO payments (id, ts) VALUES (0, now()); +INSERT INTO payments (id, ts) VALUES (1, now()); +INSERT INTO payments (id, ts) VALUES (2, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/products.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/products.sql new file mode 100644 index 0000000000000000000000000000000000000000..5a15fa349750d1b46e4cb1a0924845060d8e063a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/products.sql @@ -0,0 +1,16 @@ +-- dump of analytics.products +BEGIN; + +INSERT INTO products (id, ts) VALUES (0, now()); +INSERT INTO products (id, ts) VALUES (1, now()); +INSERT INTO products (id, ts) VALUES (2, now()); +INSERT INTO products (id, ts) VALUES (3, now()); +INSERT INTO products (id, ts) VALUES (4, now()); +INSERT INTO products (id, ts) VALUES (5, now()); +INSERT INTO products (id, ts) VALUES (6, now()); +INSERT INTO products (id, ts) VALUES (7, now()); +INSERT INTO products (id, ts) VALUES (8, now()); +INSERT INTO products (id, ts) VALUES (9, now()); +INSERT INTO products (id, ts) VALUES (10, now()); +INSERT INTO products (id, ts) VALUES (11, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/users.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/users.sql new file mode 100644 index 0000000000000000000000000000000000000000..6010e91268fc49d09089fb65c0c80e312a9ac454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/analytics/users.sql @@ -0,0 +1,10 @@ +-- dump of analytics.users +BEGIN; + +INSERT INTO users (id, ts) VALUES (0, now()); +INSERT INTO users (id, ts) VALUES (1, now()); +INSERT INTO users (id, ts) VALUES (2, now()); +INSERT INTO users (id, ts) VALUES (3, now()); +INSERT INTO users (id, ts) VALUES (4, now()); +INSERT INTO users (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/audit_log.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/audit_log.sql new file mode 100644 index 0000000000000000000000000000000000000000..be0676ea816f4cc2051b8ffdd40e00415aa6d6fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/audit_log.sql @@ -0,0 +1,16 @@ +-- dump of audit.audit_log +BEGIN; + +INSERT INTO audit_log (id, ts) VALUES (0, now()); +INSERT INTO audit_log (id, ts) VALUES (1, now()); +INSERT INTO audit_log (id, ts) VALUES (2, now()); +INSERT INTO audit_log (id, ts) VALUES (3, now()); +INSERT INTO audit_log (id, ts) VALUES (4, now()); +INSERT INTO audit_log (id, ts) VALUES (5, now()); +INSERT INTO audit_log (id, ts) VALUES (6, now()); +INSERT INTO audit_log (id, ts) VALUES (7, now()); +INSERT INTO audit_log (id, ts) VALUES (8, now()); +INSERT INTO audit_log (id, ts) VALUES (9, now()); +INSERT INTO audit_log (id, ts) VALUES (10, now()); +INSERT INTO audit_log (id, ts) VALUES (11, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/carts.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/carts.sql new file mode 100644 index 0000000000000000000000000000000000000000..cd128be32b4ba1093a06b66eb007ec61f6471115 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/carts.sql @@ -0,0 +1,17 @@ +-- dump of audit.carts +BEGIN; + +INSERT INTO carts (id, ts) VALUES (0, now()); +INSERT INTO carts (id, ts) VALUES (1, now()); +INSERT INTO carts (id, ts) VALUES (2, now()); +INSERT INTO carts (id, ts) VALUES (3, now()); +INSERT INTO carts (id, ts) VALUES (4, now()); +INSERT INTO carts (id, ts) VALUES (5, now()); +INSERT INTO carts (id, ts) VALUES (6, now()); +INSERT INTO carts (id, ts) VALUES (7, now()); +INSERT INTO carts (id, ts) VALUES (8, now()); +INSERT INTO carts (id, ts) VALUES (9, now()); +INSERT INTO carts (id, ts) VALUES (10, now()); +INSERT INTO carts (id, ts) VALUES (11, now()); +INSERT INTO carts (id, ts) VALUES (12, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/invoices.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/invoices.sql new file mode 100644 index 0000000000000000000000000000000000000000..589beae1f8cdc6d3028d610b9070e6ba24e9ca27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/invoices.sql @@ -0,0 +1,15 @@ +-- dump of audit.invoices +BEGIN; + +INSERT INTO invoices (id, ts) VALUES (0, now()); +INSERT INTO invoices (id, ts) VALUES (1, now()); +INSERT INTO invoices (id, ts) VALUES (2, now()); +INSERT INTO invoices (id, ts) VALUES (3, now()); +INSERT INTO invoices (id, ts) VALUES (4, now()); +INSERT INTO invoices (id, ts) VALUES (5, now()); +INSERT INTO invoices (id, ts) VALUES (6, now()); +INSERT INTO invoices (id, ts) VALUES (7, now()); +INSERT INTO invoices (id, ts) VALUES (8, now()); +INSERT INTO invoices (id, ts) VALUES (9, now()); +INSERT INTO invoices (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/orders.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/orders.sql new file mode 100644 index 0000000000000000000000000000000000000000..996da5736868073a880036b3cdd76c50aab381c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/orders.sql @@ -0,0 +1,17 @@ +-- dump of audit.orders +BEGIN; + +INSERT INTO orders (id, ts) VALUES (0, now()); +INSERT INTO orders (id, ts) VALUES (1, now()); +INSERT INTO orders (id, ts) VALUES (2, now()); +INSERT INTO orders (id, ts) VALUES (3, now()); +INSERT INTO orders (id, ts) VALUES (4, now()); +INSERT INTO orders (id, ts) VALUES (5, now()); +INSERT INTO orders (id, ts) VALUES (6, now()); +INSERT INTO orders (id, ts) VALUES (7, now()); +INSERT INTO orders (id, ts) VALUES (8, now()); +INSERT INTO orders (id, ts) VALUES (9, now()); +INSERT INTO orders (id, ts) VALUES (10, now()); +INSERT INTO orders (id, ts) VALUES (11, now()); +INSERT INTO orders (id, ts) VALUES (12, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/payments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/payments.sql new file mode 100644 index 0000000000000000000000000000000000000000..7a67f3bfdb1a0be4a4858da5945b820b8d50a6e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/payments.sql @@ -0,0 +1,12 @@ +-- dump of audit.payments +BEGIN; + +INSERT INTO payments (id, ts) VALUES (0, now()); +INSERT INTO payments (id, ts) VALUES (1, now()); +INSERT INTO payments (id, ts) VALUES (2, now()); +INSERT INTO payments (id, ts) VALUES (3, now()); +INSERT INTO payments (id, ts) VALUES (4, now()); +INSERT INTO payments (id, ts) VALUES (5, now()); +INSERT INTO payments (id, ts) VALUES (6, now()); +INSERT INTO payments (id, ts) VALUES (7, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/sessions.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/sessions.sql new file mode 100644 index 0000000000000000000000000000000000000000..3f095342f30fccdcc680a103cd49954b5448546c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/audit/sessions.sql @@ -0,0 +1,13 @@ +-- dump of audit.sessions +BEGIN; + +INSERT INTO sessions (id, ts) VALUES (0, now()); +INSERT INTO sessions (id, ts) VALUES (1, now()); +INSERT INTO sessions (id, ts) VALUES (2, now()); +INSERT INTO sessions (id, ts) VALUES (3, now()); +INSERT INTO sessions (id, ts) VALUES (4, now()); +INSERT INTO sessions (id, ts) VALUES (5, now()); +INSERT INTO sessions (id, ts) VALUES (6, now()); +INSERT INTO sessions (id, ts) VALUES (7, now()); +INSERT INTO sessions (id, ts) VALUES (8, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/audit_log.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/audit_log.sql new file mode 100644 index 0000000000000000000000000000000000000000..2f8347881bf41514af2b02d505883d363263a284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/audit_log.sql @@ -0,0 +1,12 @@ +-- dump of billing.audit_log +BEGIN; + +INSERT INTO audit_log (id, ts) VALUES (0, now()); +INSERT INTO audit_log (id, ts) VALUES (1, now()); +INSERT INTO audit_log (id, ts) VALUES (2, now()); +INSERT INTO audit_log (id, ts) VALUES (3, now()); +INSERT INTO audit_log (id, ts) VALUES (4, now()); +INSERT INTO audit_log (id, ts) VALUES (5, now()); +INSERT INTO audit_log (id, ts) VALUES (6, now()); +INSERT INTO audit_log (id, ts) VALUES (7, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/events.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/events.sql new file mode 100644 index 0000000000000000000000000000000000000000..af51bcb84d99361a8b0c7dbeba5e21ceb9ed4e6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/events.sql @@ -0,0 +1,15 @@ +-- dump of billing.events +BEGIN; + +INSERT INTO events (id, ts) VALUES (0, now()); +INSERT INTO events (id, ts) VALUES (1, now()); +INSERT INTO events (id, ts) VALUES (2, now()); +INSERT INTO events (id, ts) VALUES (3, now()); +INSERT INTO events (id, ts) VALUES (4, now()); +INSERT INTO events (id, ts) VALUES (5, now()); +INSERT INTO events (id, ts) VALUES (6, now()); +INSERT INTO events (id, ts) VALUES (7, now()); +INSERT INTO events (id, ts) VALUES (8, now()); +INSERT INTO events (id, ts) VALUES (9, now()); +INSERT INTO events (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/payments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/payments.sql new file mode 100644 index 0000000000000000000000000000000000000000..3704a25fcb3343b9807fd6930557ab1e8d3f342f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/payments.sql @@ -0,0 +1,15 @@ +-- dump of billing.payments +BEGIN; + +INSERT INTO payments (id, ts) VALUES (0, now()); +INSERT INTO payments (id, ts) VALUES (1, now()); +INSERT INTO payments (id, ts) VALUES (2, now()); +INSERT INTO payments (id, ts) VALUES (3, now()); +INSERT INTO payments (id, ts) VALUES (4, now()); +INSERT INTO payments (id, ts) VALUES (5, now()); +INSERT INTO payments (id, ts) VALUES (6, now()); +INSERT INTO payments (id, ts) VALUES (7, now()); +INSERT INTO payments (id, ts) VALUES (8, now()); +INSERT INTO payments (id, ts) VALUES (9, now()); +INSERT INTO payments (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/products.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/products.sql new file mode 100644 index 0000000000000000000000000000000000000000..5263f7da5a62c163b273bfc00ddc51484c4565a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/products.sql @@ -0,0 +1,12 @@ +-- dump of billing.products +BEGIN; + +INSERT INTO products (id, ts) VALUES (0, now()); +INSERT INTO products (id, ts) VALUES (1, now()); +INSERT INTO products (id, ts) VALUES (2, now()); +INSERT INTO products (id, ts) VALUES (3, now()); +INSERT INTO products (id, ts) VALUES (4, now()); +INSERT INTO products (id, ts) VALUES (5, now()); +INSERT INTO products (id, ts) VALUES (6, now()); +INSERT INTO products (id, ts) VALUES (7, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/shipments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/shipments.sql new file mode 100644 index 0000000000000000000000000000000000000000..ff700f2ba347017501deac011602a4e1193afa1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/shipments.sql @@ -0,0 +1,16 @@ +-- dump of billing.shipments +BEGIN; + +INSERT INTO shipments (id, ts) VALUES (0, now()); +INSERT INTO shipments (id, ts) VALUES (1, now()); +INSERT INTO shipments (id, ts) VALUES (2, now()); +INSERT INTO shipments (id, ts) VALUES (3, now()); +INSERT INTO shipments (id, ts) VALUES (4, now()); +INSERT INTO shipments (id, ts) VALUES (5, now()); +INSERT INTO shipments (id, ts) VALUES (6, now()); +INSERT INTO shipments (id, ts) VALUES (7, now()); +INSERT INTO shipments (id, ts) VALUES (8, now()); +INSERT INTO shipments (id, ts) VALUES (9, now()); +INSERT INTO shipments (id, ts) VALUES (10, now()); +INSERT INTO shipments (id, ts) VALUES (11, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/users.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/users.sql new file mode 100644 index 0000000000000000000000000000000000000000..7f22bb0dce130c64f32a841c3fe7e92857b7047a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/billing/users.sql @@ -0,0 +1,10 @@ +-- dump of billing.users +BEGIN; + +INSERT INTO users (id, ts) VALUES (0, now()); +INSERT INTO users (id, ts) VALUES (1, now()); +INSERT INTO users (id, ts) VALUES (2, now()); +INSERT INTO users (id, ts) VALUES (3, now()); +INSERT INTO users (id, ts) VALUES (4, now()); +INSERT INTO users (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/carts.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/carts.sql new file mode 100644 index 0000000000000000000000000000000000000000..933751a659dca5e33bb88a4aaca5960b6240167a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/carts.sql @@ -0,0 +1,13 @@ +-- dump of public.carts +BEGIN; + +INSERT INTO carts (id, ts) VALUES (0, now()); +INSERT INTO carts (id, ts) VALUES (1, now()); +INSERT INTO carts (id, ts) VALUES (2, now()); +INSERT INTO carts (id, ts) VALUES (3, now()); +INSERT INTO carts (id, ts) VALUES (4, now()); +INSERT INTO carts (id, ts) VALUES (5, now()); +INSERT INTO carts (id, ts) VALUES (6, now()); +INSERT INTO carts (id, ts) VALUES (7, now()); +INSERT INTO carts (id, ts) VALUES (8, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/events.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/events.sql new file mode 100644 index 0000000000000000000000000000000000000000..9dda0b8ef6066e2499f055e0fe7d3a44190c27e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/events.sql @@ -0,0 +1,10 @@ +-- dump of public.events +BEGIN; + +INSERT INTO events (id, ts) VALUES (0, now()); +INSERT INTO events (id, ts) VALUES (1, now()); +INSERT INTO events (id, ts) VALUES (2, now()); +INSERT INTO events (id, ts) VALUES (3, now()); +INSERT INTO events (id, ts) VALUES (4, now()); +INSERT INTO events (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/orders.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/orders.sql new file mode 100644 index 0000000000000000000000000000000000000000..40005d0ed5ee910453c2fa0e474a2e71f1116910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/orders.sql @@ -0,0 +1,10 @@ +-- dump of public.orders +BEGIN; + +INSERT INTO orders (id, ts) VALUES (0, now()); +INSERT INTO orders (id, ts) VALUES (1, now()); +INSERT INTO orders (id, ts) VALUES (2, now()); +INSERT INTO orders (id, ts) VALUES (3, now()); +INSERT INTO orders (id, ts) VALUES (4, now()); +INSERT INTO orders (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/products.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/products.sql new file mode 100644 index 0000000000000000000000000000000000000000..e52c7cc1dd9c1d08d1cb95e5325a83eab5866cbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/products.sql @@ -0,0 +1,14 @@ +-- dump of public.products +BEGIN; + +INSERT INTO products (id, ts) VALUES (0, now()); +INSERT INTO products (id, ts) VALUES (1, now()); +INSERT INTO products (id, ts) VALUES (2, now()); +INSERT INTO products (id, ts) VALUES (3, now()); +INSERT INTO products (id, ts) VALUES (4, now()); +INSERT INTO products (id, ts) VALUES (5, now()); +INSERT INTO products (id, ts) VALUES (6, now()); +INSERT INTO products (id, ts) VALUES (7, now()); +INSERT INTO products (id, ts) VALUES (8, now()); +INSERT INTO products (id, ts) VALUES (9, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/shipments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/shipments.sql new file mode 100644 index 0000000000000000000000000000000000000000..967b89017e851d61d8f94ec8536893ed32561407 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/shipments.sql @@ -0,0 +1,13 @@ +-- dump of public.shipments +BEGIN; + +INSERT INTO shipments (id, ts) VALUES (0, now()); +INSERT INTO shipments (id, ts) VALUES (1, now()); +INSERT INTO shipments (id, ts) VALUES (2, now()); +INSERT INTO shipments (id, ts) VALUES (3, now()); +INSERT INTO shipments (id, ts) VALUES (4, now()); +INSERT INTO shipments (id, ts) VALUES (5, now()); +INSERT INTO shipments (id, ts) VALUES (6, now()); +INSERT INTO shipments (id, ts) VALUES (7, now()); +INSERT INTO shipments (id, ts) VALUES (8, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/users.sql b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/users.sql new file mode 100644 index 0000000000000000000000000000000000000000..b52c95594aaf477d20bf11452e69009eec6d1bb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/dumps/public/users.sql @@ -0,0 +1,15 @@ +-- dump of public.users +BEGIN; + +INSERT INTO users (id, ts) VALUES (0, now()); +INSERT INTO users (id, ts) VALUES (1, now()); +INSERT INTO users (id, ts) VALUES (2, now()); +INSERT INTO users (id, ts) VALUES (3, now()); +INSERT INTO users (id, ts) VALUES (4, now()); +INSERT INTO users (id, ts) VALUES (5, now()); +INSERT INTO users (id, ts) VALUES (6, now()); +INSERT INTO users (id, ts) VALUES (7, now()); +INSERT INTO users (id, ts) VALUES (8, now()); +INSERT INTO users (id, ts) VALUES (9, now()); +INSERT INTO users (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/reports/inserts_per_table.tsv b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/reports/inserts_per_table.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8bfe96d1d51519474192568b721c278c2b51bea6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/db/reports/inserts_per_table.tsv @@ -0,0 +1,10 @@ +audit_log 20 +carts 29 +events 17 +invoices 16 +orders 25 +payments 22 +products 30 +sessions 9 +shipments 21 +users 23 diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/carts.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/carts.sql new file mode 100644 index 0000000000000000000000000000000000000000..473e2f3f455551169f0b865b82dbaad0880ac4e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/carts.sql @@ -0,0 +1,11 @@ +-- dump of analytics.carts +BEGIN; + +INSERT INTO carts (id, ts) VALUES (0, now()); +INSERT INTO carts (id, ts) VALUES (1, now()); +INSERT INTO carts (id, ts) VALUES (2, now()); +INSERT INTO carts (id, ts) VALUES (3, now()); +INSERT INTO carts (id, ts) VALUES (4, now()); +INSERT INTO carts (id, ts) VALUES (5, now()); +INSERT INTO carts (id, ts) VALUES (6, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/invoices.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/invoices.sql new file mode 100644 index 0000000000000000000000000000000000000000..7acb750925f06339e88717c948ab67a519b84e99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/invoices.sql @@ -0,0 +1,9 @@ +-- dump of analytics.invoices +BEGIN; + +INSERT INTO invoices (id, ts) VALUES (0, now()); +INSERT INTO invoices (id, ts) VALUES (1, now()); +INSERT INTO invoices (id, ts) VALUES (2, now()); +INSERT INTO invoices (id, ts) VALUES (3, now()); +INSERT INTO invoices (id, ts) VALUES (4, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/orders.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/orders.sql new file mode 100644 index 0000000000000000000000000000000000000000..0ece53ecc4fcda7efd0caa419f92a7ae9e8fd1ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/orders.sql @@ -0,0 +1,10 @@ +-- dump of analytics.orders +BEGIN; + +INSERT INTO orders (id, ts) VALUES (0, now()); +INSERT INTO orders (id, ts) VALUES (1, now()); +INSERT INTO orders (id, ts) VALUES (2, now()); +INSERT INTO orders (id, ts) VALUES (3, now()); +INSERT INTO orders (id, ts) VALUES (4, now()); +INSERT INTO orders (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/payments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/payments.sql new file mode 100644 index 0000000000000000000000000000000000000000..63fcb1ca3de353ed2283df79ba1eb67f165882bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/payments.sql @@ -0,0 +1,7 @@ +-- dump of analytics.payments +BEGIN; + +INSERT INTO payments (id, ts) VALUES (0, now()); +INSERT INTO payments (id, ts) VALUES (1, now()); +INSERT INTO payments (id, ts) VALUES (2, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/products.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/products.sql new file mode 100644 index 0000000000000000000000000000000000000000..5a15fa349750d1b46e4cb1a0924845060d8e063a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/products.sql @@ -0,0 +1,16 @@ +-- dump of analytics.products +BEGIN; + +INSERT INTO products (id, ts) VALUES (0, now()); +INSERT INTO products (id, ts) VALUES (1, now()); +INSERT INTO products (id, ts) VALUES (2, now()); +INSERT INTO products (id, ts) VALUES (3, now()); +INSERT INTO products (id, ts) VALUES (4, now()); +INSERT INTO products (id, ts) VALUES (5, now()); +INSERT INTO products (id, ts) VALUES (6, now()); +INSERT INTO products (id, ts) VALUES (7, now()); +INSERT INTO products (id, ts) VALUES (8, now()); +INSERT INTO products (id, ts) VALUES (9, now()); +INSERT INTO products (id, ts) VALUES (10, now()); +INSERT INTO products (id, ts) VALUES (11, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/users.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/users.sql new file mode 100644 index 0000000000000000000000000000000000000000..6010e91268fc49d09089fb65c0c80e312a9ac454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/analytics/users.sql @@ -0,0 +1,10 @@ +-- dump of analytics.users +BEGIN; + +INSERT INTO users (id, ts) VALUES (0, now()); +INSERT INTO users (id, ts) VALUES (1, now()); +INSERT INTO users (id, ts) VALUES (2, now()); +INSERT INTO users (id, ts) VALUES (3, now()); +INSERT INTO users (id, ts) VALUES (4, now()); +INSERT INTO users (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/audit_log.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/audit_log.sql new file mode 100644 index 0000000000000000000000000000000000000000..be0676ea816f4cc2051b8ffdd40e00415aa6d6fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/audit_log.sql @@ -0,0 +1,16 @@ +-- dump of audit.audit_log +BEGIN; + +INSERT INTO audit_log (id, ts) VALUES (0, now()); +INSERT INTO audit_log (id, ts) VALUES (1, now()); +INSERT INTO audit_log (id, ts) VALUES (2, now()); +INSERT INTO audit_log (id, ts) VALUES (3, now()); +INSERT INTO audit_log (id, ts) VALUES (4, now()); +INSERT INTO audit_log (id, ts) VALUES (5, now()); +INSERT INTO audit_log (id, ts) VALUES (6, now()); +INSERT INTO audit_log (id, ts) VALUES (7, now()); +INSERT INTO audit_log (id, ts) VALUES (8, now()); +INSERT INTO audit_log (id, ts) VALUES (9, now()); +INSERT INTO audit_log (id, ts) VALUES (10, now()); +INSERT INTO audit_log (id, ts) VALUES (11, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/carts.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/carts.sql new file mode 100644 index 0000000000000000000000000000000000000000..cd128be32b4ba1093a06b66eb007ec61f6471115 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/carts.sql @@ -0,0 +1,17 @@ +-- dump of audit.carts +BEGIN; + +INSERT INTO carts (id, ts) VALUES (0, now()); +INSERT INTO carts (id, ts) VALUES (1, now()); +INSERT INTO carts (id, ts) VALUES (2, now()); +INSERT INTO carts (id, ts) VALUES (3, now()); +INSERT INTO carts (id, ts) VALUES (4, now()); +INSERT INTO carts (id, ts) VALUES (5, now()); +INSERT INTO carts (id, ts) VALUES (6, now()); +INSERT INTO carts (id, ts) VALUES (7, now()); +INSERT INTO carts (id, ts) VALUES (8, now()); +INSERT INTO carts (id, ts) VALUES (9, now()); +INSERT INTO carts (id, ts) VALUES (10, now()); +INSERT INTO carts (id, ts) VALUES (11, now()); +INSERT INTO carts (id, ts) VALUES (12, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/invoices.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/invoices.sql new file mode 100644 index 0000000000000000000000000000000000000000..589beae1f8cdc6d3028d610b9070e6ba24e9ca27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/invoices.sql @@ -0,0 +1,15 @@ +-- dump of audit.invoices +BEGIN; + +INSERT INTO invoices (id, ts) VALUES (0, now()); +INSERT INTO invoices (id, ts) VALUES (1, now()); +INSERT INTO invoices (id, ts) VALUES (2, now()); +INSERT INTO invoices (id, ts) VALUES (3, now()); +INSERT INTO invoices (id, ts) VALUES (4, now()); +INSERT INTO invoices (id, ts) VALUES (5, now()); +INSERT INTO invoices (id, ts) VALUES (6, now()); +INSERT INTO invoices (id, ts) VALUES (7, now()); +INSERT INTO invoices (id, ts) VALUES (8, now()); +INSERT INTO invoices (id, ts) VALUES (9, now()); +INSERT INTO invoices (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/orders.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/orders.sql new file mode 100644 index 0000000000000000000000000000000000000000..996da5736868073a880036b3cdd76c50aab381c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/orders.sql @@ -0,0 +1,17 @@ +-- dump of audit.orders +BEGIN; + +INSERT INTO orders (id, ts) VALUES (0, now()); +INSERT INTO orders (id, ts) VALUES (1, now()); +INSERT INTO orders (id, ts) VALUES (2, now()); +INSERT INTO orders (id, ts) VALUES (3, now()); +INSERT INTO orders (id, ts) VALUES (4, now()); +INSERT INTO orders (id, ts) VALUES (5, now()); +INSERT INTO orders (id, ts) VALUES (6, now()); +INSERT INTO orders (id, ts) VALUES (7, now()); +INSERT INTO orders (id, ts) VALUES (8, now()); +INSERT INTO orders (id, ts) VALUES (9, now()); +INSERT INTO orders (id, ts) VALUES (10, now()); +INSERT INTO orders (id, ts) VALUES (11, now()); +INSERT INTO orders (id, ts) VALUES (12, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/payments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/payments.sql new file mode 100644 index 0000000000000000000000000000000000000000..7a67f3bfdb1a0be4a4858da5945b820b8d50a6e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/payments.sql @@ -0,0 +1,12 @@ +-- dump of audit.payments +BEGIN; + +INSERT INTO payments (id, ts) VALUES (0, now()); +INSERT INTO payments (id, ts) VALUES (1, now()); +INSERT INTO payments (id, ts) VALUES (2, now()); +INSERT INTO payments (id, ts) VALUES (3, now()); +INSERT INTO payments (id, ts) VALUES (4, now()); +INSERT INTO payments (id, ts) VALUES (5, now()); +INSERT INTO payments (id, ts) VALUES (6, now()); +INSERT INTO payments (id, ts) VALUES (7, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/sessions.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/sessions.sql new file mode 100644 index 0000000000000000000000000000000000000000..3f095342f30fccdcc680a103cd49954b5448546c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/audit/sessions.sql @@ -0,0 +1,13 @@ +-- dump of audit.sessions +BEGIN; + +INSERT INTO sessions (id, ts) VALUES (0, now()); +INSERT INTO sessions (id, ts) VALUES (1, now()); +INSERT INTO sessions (id, ts) VALUES (2, now()); +INSERT INTO sessions (id, ts) VALUES (3, now()); +INSERT INTO sessions (id, ts) VALUES (4, now()); +INSERT INTO sessions (id, ts) VALUES (5, now()); +INSERT INTO sessions (id, ts) VALUES (6, now()); +INSERT INTO sessions (id, ts) VALUES (7, now()); +INSERT INTO sessions (id, ts) VALUES (8, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/audit_log.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/audit_log.sql new file mode 100644 index 0000000000000000000000000000000000000000..2f8347881bf41514af2b02d505883d363263a284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/audit_log.sql @@ -0,0 +1,12 @@ +-- dump of billing.audit_log +BEGIN; + +INSERT INTO audit_log (id, ts) VALUES (0, now()); +INSERT INTO audit_log (id, ts) VALUES (1, now()); +INSERT INTO audit_log (id, ts) VALUES (2, now()); +INSERT INTO audit_log (id, ts) VALUES (3, now()); +INSERT INTO audit_log (id, ts) VALUES (4, now()); +INSERT INTO audit_log (id, ts) VALUES (5, now()); +INSERT INTO audit_log (id, ts) VALUES (6, now()); +INSERT INTO audit_log (id, ts) VALUES (7, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/events.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/events.sql new file mode 100644 index 0000000000000000000000000000000000000000..af51bcb84d99361a8b0c7dbeba5e21ceb9ed4e6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/events.sql @@ -0,0 +1,15 @@ +-- dump of billing.events +BEGIN; + +INSERT INTO events (id, ts) VALUES (0, now()); +INSERT INTO events (id, ts) VALUES (1, now()); +INSERT INTO events (id, ts) VALUES (2, now()); +INSERT INTO events (id, ts) VALUES (3, now()); +INSERT INTO events (id, ts) VALUES (4, now()); +INSERT INTO events (id, ts) VALUES (5, now()); +INSERT INTO events (id, ts) VALUES (6, now()); +INSERT INTO events (id, ts) VALUES (7, now()); +INSERT INTO events (id, ts) VALUES (8, now()); +INSERT INTO events (id, ts) VALUES (9, now()); +INSERT INTO events (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/payments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/payments.sql new file mode 100644 index 0000000000000000000000000000000000000000..3704a25fcb3343b9807fd6930557ab1e8d3f342f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/payments.sql @@ -0,0 +1,15 @@ +-- dump of billing.payments +BEGIN; + +INSERT INTO payments (id, ts) VALUES (0, now()); +INSERT INTO payments (id, ts) VALUES (1, now()); +INSERT INTO payments (id, ts) VALUES (2, now()); +INSERT INTO payments (id, ts) VALUES (3, now()); +INSERT INTO payments (id, ts) VALUES (4, now()); +INSERT INTO payments (id, ts) VALUES (5, now()); +INSERT INTO payments (id, ts) VALUES (6, now()); +INSERT INTO payments (id, ts) VALUES (7, now()); +INSERT INTO payments (id, ts) VALUES (8, now()); +INSERT INTO payments (id, ts) VALUES (9, now()); +INSERT INTO payments (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/products.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/products.sql new file mode 100644 index 0000000000000000000000000000000000000000..5263f7da5a62c163b273bfc00ddc51484c4565a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/products.sql @@ -0,0 +1,12 @@ +-- dump of billing.products +BEGIN; + +INSERT INTO products (id, ts) VALUES (0, now()); +INSERT INTO products (id, ts) VALUES (1, now()); +INSERT INTO products (id, ts) VALUES (2, now()); +INSERT INTO products (id, ts) VALUES (3, now()); +INSERT INTO products (id, ts) VALUES (4, now()); +INSERT INTO products (id, ts) VALUES (5, now()); +INSERT INTO products (id, ts) VALUES (6, now()); +INSERT INTO products (id, ts) VALUES (7, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/shipments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/shipments.sql new file mode 100644 index 0000000000000000000000000000000000000000..ff700f2ba347017501deac011602a4e1193afa1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/shipments.sql @@ -0,0 +1,16 @@ +-- dump of billing.shipments +BEGIN; + +INSERT INTO shipments (id, ts) VALUES (0, now()); +INSERT INTO shipments (id, ts) VALUES (1, now()); +INSERT INTO shipments (id, ts) VALUES (2, now()); +INSERT INTO shipments (id, ts) VALUES (3, now()); +INSERT INTO shipments (id, ts) VALUES (4, now()); +INSERT INTO shipments (id, ts) VALUES (5, now()); +INSERT INTO shipments (id, ts) VALUES (6, now()); +INSERT INTO shipments (id, ts) VALUES (7, now()); +INSERT INTO shipments (id, ts) VALUES (8, now()); +INSERT INTO shipments (id, ts) VALUES (9, now()); +INSERT INTO shipments (id, ts) VALUES (10, now()); +INSERT INTO shipments (id, ts) VALUES (11, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/users.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/users.sql new file mode 100644 index 0000000000000000000000000000000000000000..7f22bb0dce130c64f32a841c3fe7e92857b7047a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/billing/users.sql @@ -0,0 +1,10 @@ +-- dump of billing.users +BEGIN; + +INSERT INTO users (id, ts) VALUES (0, now()); +INSERT INTO users (id, ts) VALUES (1, now()); +INSERT INTO users (id, ts) VALUES (2, now()); +INSERT INTO users (id, ts) VALUES (3, now()); +INSERT INTO users (id, ts) VALUES (4, now()); +INSERT INTO users (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/carts.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/carts.sql new file mode 100644 index 0000000000000000000000000000000000000000..933751a659dca5e33bb88a4aaca5960b6240167a --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/carts.sql @@ -0,0 +1,13 @@ +-- dump of public.carts +BEGIN; + +INSERT INTO carts (id, ts) VALUES (0, now()); +INSERT INTO carts (id, ts) VALUES (1, now()); +INSERT INTO carts (id, ts) VALUES (2, now()); +INSERT INTO carts (id, ts) VALUES (3, now()); +INSERT INTO carts (id, ts) VALUES (4, now()); +INSERT INTO carts (id, ts) VALUES (5, now()); +INSERT INTO carts (id, ts) VALUES (6, now()); +INSERT INTO carts (id, ts) VALUES (7, now()); +INSERT INTO carts (id, ts) VALUES (8, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/events.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/events.sql new file mode 100644 index 0000000000000000000000000000000000000000..9dda0b8ef6066e2499f055e0fe7d3a44190c27e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/events.sql @@ -0,0 +1,10 @@ +-- dump of public.events +BEGIN; + +INSERT INTO events (id, ts) VALUES (0, now()); +INSERT INTO events (id, ts) VALUES (1, now()); +INSERT INTO events (id, ts) VALUES (2, now()); +INSERT INTO events (id, ts) VALUES (3, now()); +INSERT INTO events (id, ts) VALUES (4, now()); +INSERT INTO events (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/orders.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/orders.sql new file mode 100644 index 0000000000000000000000000000000000000000..40005d0ed5ee910453c2fa0e474a2e71f1116910 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/orders.sql @@ -0,0 +1,10 @@ +-- dump of public.orders +BEGIN; + +INSERT INTO orders (id, ts) VALUES (0, now()); +INSERT INTO orders (id, ts) VALUES (1, now()); +INSERT INTO orders (id, ts) VALUES (2, now()); +INSERT INTO orders (id, ts) VALUES (3, now()); +INSERT INTO orders (id, ts) VALUES (4, now()); +INSERT INTO orders (id, ts) VALUES (5, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/products.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/products.sql new file mode 100644 index 0000000000000000000000000000000000000000..e52c7cc1dd9c1d08d1cb95e5325a83eab5866cbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/products.sql @@ -0,0 +1,14 @@ +-- dump of public.products +BEGIN; + +INSERT INTO products (id, ts) VALUES (0, now()); +INSERT INTO products (id, ts) VALUES (1, now()); +INSERT INTO products (id, ts) VALUES (2, now()); +INSERT INTO products (id, ts) VALUES (3, now()); +INSERT INTO products (id, ts) VALUES (4, now()); +INSERT INTO products (id, ts) VALUES (5, now()); +INSERT INTO products (id, ts) VALUES (6, now()); +INSERT INTO products (id, ts) VALUES (7, now()); +INSERT INTO products (id, ts) VALUES (8, now()); +INSERT INTO products (id, ts) VALUES (9, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/shipments.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/shipments.sql new file mode 100644 index 0000000000000000000000000000000000000000..967b89017e851d61d8f94ec8536893ed32561407 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/shipments.sql @@ -0,0 +1,13 @@ +-- dump of public.shipments +BEGIN; + +INSERT INTO shipments (id, ts) VALUES (0, now()); +INSERT INTO shipments (id, ts) VALUES (1, now()); +INSERT INTO shipments (id, ts) VALUES (2, now()); +INSERT INTO shipments (id, ts) VALUES (3, now()); +INSERT INTO shipments (id, ts) VALUES (4, now()); +INSERT INTO shipments (id, ts) VALUES (5, now()); +INSERT INTO shipments (id, ts) VALUES (6, now()); +INSERT INTO shipments (id, ts) VALUES (7, now()); +INSERT INTO shipments (id, ts) VALUES (8, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/users.sql b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/users.sql new file mode 100644 index 0000000000000000000000000000000000000000..b52c95594aaf477d20bf11452e69009eec6d1bb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/db/dumps/public/users.sql @@ -0,0 +1,15 @@ +-- dump of public.users +BEGIN; + +INSERT INTO users (id, ts) VALUES (0, now()); +INSERT INTO users (id, ts) VALUES (1, now()); +INSERT INTO users (id, ts) VALUES (2, now()); +INSERT INTO users (id, ts) VALUES (3, now()); +INSERT INTO users (id, ts) VALUES (4, now()); +INSERT INTO users (id, ts) VALUES (5, now()); +INSERT INTO users (id, ts) VALUES (6, now()); +INSERT INTO users (id, ts) VALUES (7, now()); +INSERT INTO users (id, ts) VALUES (8, now()); +INSERT INTO users (id, ts) VALUES (9, now()); +INSERT INTO users (id, ts) VALUES (10, now()); +COMMIT; diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_a9ce16d831/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-02.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cf57e6f03b3fa4858220a206132a5b8c8916825 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-02.txt @@ -0,0 +1,17 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:6379 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-03.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..0637f82180cf8c853361ff6a03350dd7b2d87d03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-03.txt @@ -0,0 +1,15 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:22 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-04.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..c98919d0767a64eba94620758c35664c038a29a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-04.txt @@ -0,0 +1,14 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9090 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:11211 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-06.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..75084cb1554a69be5ae52473756d9ad8c343b716 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/api-06.txt @@ -0,0 +1,16 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-02.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac04666f1e35a378d40af61761bc0fca80afbae5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-02.txt @@ -0,0 +1,14 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:8080 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:6379 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-05.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2d61e4f80458fccf4c8bb3e4a7bb8a312e80256 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-05.txt @@ -0,0 +1,17 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:5432 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:9090 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-06.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a8c6a068c16b5252040e4eb2ab94db26cf94226 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/edge-06.txt @@ -0,0 +1,15 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:3306 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:22 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-01.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c75b87b7c948007f3a1748721050cba18dafad2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-01.txt @@ -0,0 +1,19 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:8080 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:22 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* CLOSE_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-02.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..687549caae1b14ccbee15808df29dc09946a4b0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-02.txt @@ -0,0 +1,13 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:5432 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-04.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2b65c34a0b3367fcf59a502ddc34319e6d68a64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/infra/netstat/web-04.txt @@ -0,0 +1,14 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:80 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:5432 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* ESTABLISHED diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-02.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cf57e6f03b3fa4858220a206132a5b8c8916825 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-02.txt @@ -0,0 +1,17 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:6379 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-03.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..0637f82180cf8c853361ff6a03350dd7b2d87d03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-03.txt @@ -0,0 +1,15 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:22 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-04.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..c98919d0767a64eba94620758c35664c038a29a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-04.txt @@ -0,0 +1,14 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9090 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:11211 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-06.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..75084cb1554a69be5ae52473756d9ad8c343b716 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/api-06.txt @@ -0,0 +1,16 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-02.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac04666f1e35a378d40af61761bc0fca80afbae5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-02.txt @@ -0,0 +1,14 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:8080 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:22 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:6379 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-05.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2d61e4f80458fccf4c8bb3e4a7bb8a312e80256 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-05.txt @@ -0,0 +1,17 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:5432 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:9090 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-06.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a8c6a068c16b5252040e4eb2ab94db26cf94226 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/edge-06.txt @@ -0,0 +1,15 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:3306 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9090 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:22 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* CLOSE_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-01.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c75b87b7c948007f3a1748721050cba18dafad2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-01.txt @@ -0,0 +1,19 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:8080 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8443 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:22 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:6379 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:22 0.0.0.0:* CLOSE_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-02.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..687549caae1b14ccbee15808df29dc09946a4b0b --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-02.txt @@ -0,0 +1,13 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:5432 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:8080 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:27017 0.0.0.0:* TIME_WAIT diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-04.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2b65c34a0b3367fcf59a502ddc34319e6d68a64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/infra/netstat/web-04.txt @@ -0,0 +1,14 @@ +Proto Recv-Q Send-Q Local Address Foreign Address State +tcp 0 0 0.0.0.0:80 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:80 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:443 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:9200 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN +tcp 0 0 0.0.0.0:11211 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:6379 0.0.0.0:* ESTABLISHED +tcp 0 0 0.0.0.0:5432 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:5432 0.0.0.0:* TIME_WAIT +tcp 0 0 0.0.0.0:27017 0.0.0.0:* CLOSE_WAIT +tcp 0 0 0.0.0.0:3306 0.0.0.0:* ESTABLISHED diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aa6dbeb04c/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/acme.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/acme.txt new file mode 100644 index 0000000000000000000000000000000000000000..d29d056ea0ed3b01e4d090ab9eaaad1b49c9a1f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/acme.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://acme/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/cyberdyne.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/cyberdyne.txt new file mode 100644 index 0000000000000000000000000000000000000000..19e554f205db584d066efdd721b8bf26a9649d79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/cyberdyne.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://cyberdyne/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/globex.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/globex.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bebc0948771373a8608393275f50577f40f5a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/globex.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://globex/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/hooli.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/hooli.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6218a914abe8408ecbcac19262e0d26b59ade --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/hooli.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin/users +Disallow: /search diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/initech.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/initech.txt new file mode 100644 index 0000000000000000000000000000000000000000..72034ecd8c485031044d4ef730d9099e76179af4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/initech.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://initech/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/lexcorp.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/lexcorp.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac8d17adb83de6cdeb8250bfc9ef0fa425c146c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/lexcorp.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://lexcorp/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/massive.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/massive.txt new file mode 100644 index 0000000000000000000000000000000000000000..a41e1acfa57448e663baa62f29398e70ff84c10d --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/massive.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://massive/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/oscorp.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/oscorp.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6218a914abe8408ecbcac19262e0d26b59ade --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/oscorp.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin/users +Disallow: /search diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/piedpiper.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/piedpiper.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6218a914abe8408ecbcac19262e0d26b59ade --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/piedpiper.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin/users +Disallow: /search diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/soylent.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/soylent.txt new file mode 100644 index 0000000000000000000000000000000000000000..36ccbf5d43912f2f6448a5f3d6ca0c84b8faeeed --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/soylent.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://soylent/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/stark.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/stark.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dac5c012e486dcfb69dcad439c730a9a51cddd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/stark.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://stark/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/tyrell.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/tyrell.txt new file mode 100644 index 0000000000000000000000000000000000000000..684c9341d14828141ab84bf6571a02473f189119 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/tyrell.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://tyrell/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/umbrella.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/umbrella.txt new file mode 100644 index 0000000000000000000000000000000000000000..31e36570fbb096af39975302749f91f221dd221a --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/umbrella.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://umbrella/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/wayne.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/wayne.txt new file mode 100644 index 0000000000000000000000000000000000000000..829cc63283e1f39c8c3892cdd9943844e2274f6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/wayne.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://wayne/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/weyland.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/weyland.txt new file mode 100644 index 0000000000000000000000000000000000000000..55d02eb508873e1bd99a5d2c0f233530fbe13ca6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/crawl/robots/weyland.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://weyland/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/acme.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/acme.txt new file mode 100644 index 0000000000000000000000000000000000000000..d29d056ea0ed3b01e4d090ab9eaaad1b49c9a1f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/acme.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://acme/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/cyberdyne.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/cyberdyne.txt new file mode 100644 index 0000000000000000000000000000000000000000..19e554f205db584d066efdd721b8bf26a9649d79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/cyberdyne.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://cyberdyne/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/globex.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/globex.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bebc0948771373a8608393275f50577f40f5a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/globex.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://globex/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/hooli.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/hooli.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6218a914abe8408ecbcac19262e0d26b59ade --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/hooli.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin/users +Disallow: /search diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/initech.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/initech.txt new file mode 100644 index 0000000000000000000000000000000000000000..72034ecd8c485031044d4ef730d9099e76179af4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/initech.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://initech/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/lexcorp.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/lexcorp.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ac8d17adb83de6cdeb8250bfc9ef0fa425c146c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/lexcorp.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://lexcorp/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/massive.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/massive.txt new file mode 100644 index 0000000000000000000000000000000000000000..a41e1acfa57448e663baa62f29398e70ff84c10d --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/massive.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://massive/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/oscorp.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/oscorp.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6218a914abe8408ecbcac19262e0d26b59ade --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/oscorp.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin/users +Disallow: /search diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/piedpiper.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/piedpiper.txt new file mode 100644 index 0000000000000000000000000000000000000000..23b6218a914abe8408ecbcac19262e0d26b59ade --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/piedpiper.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin/users +Disallow: /search diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/soylent.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/soylent.txt new file mode 100644 index 0000000000000000000000000000000000000000..36ccbf5d43912f2f6448a5f3d6ca0c84b8faeeed --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/soylent.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://soylent/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/stark.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/stark.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dac5c012e486dcfb69dcad439c730a9a51cddd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/stark.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://stark/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/tyrell.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/tyrell.txt new file mode 100644 index 0000000000000000000000000000000000000000..684c9341d14828141ab84bf6571a02473f189119 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/tyrell.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://tyrell/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/umbrella.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/umbrella.txt new file mode 100644 index 0000000000000000000000000000000000000000..31e36570fbb096af39975302749f91f221dd221a --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/umbrella.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://umbrella/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/wayne.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/wayne.txt new file mode 100644 index 0000000000000000000000000000000000000000..829cc63283e1f39c8c3892cdd9943844e2274f6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/wayne.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /tmp/ +Disallow: /private/files +Sitemap: https://wayne/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/weyland.txt b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/weyland.txt new file mode 100644 index 0000000000000000000000000000000000000000..55d02eb508873e1bd99a5d2c0f233530fbe13ca6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/crawl/robots/weyland.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /admin/ +Disallow: /tmp/ +Disallow: /private/beta +Sitemap: https://weyland/sitemap.xml + +User-agent: GPTBot +Disallow: / diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_aac541930c/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/reports/inventory.tsv b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/reports/inventory.tsv new file mode 100644 index 0000000000000000000000000000000000000000..47b0f3a573c7fe236f80b05725a1da8d2be9aa3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/reports/inventory.tsv @@ -0,0 +1,6 @@ +acme 1758 +globex 1448 +initech 1250 +sandbox 1952 +tyrell 2813 +umbrella 1967 diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-21411B45.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-21411B45.txt new file mode 100644 index 0000000000000000000000000000000000000000..ababf7b5372bd179ef893fd9558c36d5c8523bdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-21411B45.txt @@ -0,0 +1,5 @@ +sku: SKU-21411B45 +vendor: acme +description: espresso-blend +quantity: 158 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-55555FC6.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-55555FC6.txt new file mode 100644 index 0000000000000000000000000000000000000000..333ce8ee2440afcd57ba775f1900b7cddf2dd8dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-55555FC6.txt @@ -0,0 +1,5 @@ +sku: SKU-55555FC6 +vendor: acme +description: laptop-stand +quantity: 86 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-856EB9C4.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-856EB9C4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8970a0570c3025ddd63ded65b72494679d84fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-856EB9C4.txt @@ -0,0 +1,5 @@ +sku: SKU-856EB9C4 +vendor: acme +description: ceylon-tea +quantity: 344 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-C329BB82.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-C329BB82.txt new file mode 100644 index 0000000000000000000000000000000000000000..a599995274e80a39049de90f59f9f4ed7f91fad6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-C329BB82.txt @@ -0,0 +1,5 @@ +sku: SKU-C329BB82 +vendor: acme +description: espresso-blend +quantity: 375 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-CF6C1379.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-CF6C1379.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2742ffd94f13c2d3acd48c20dfabbdc1416c7cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-CF6C1379.txt @@ -0,0 +1,5 @@ +sku: SKU-CF6C1379 +vendor: acme +description: espresso-blend +quantity: 411 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-DD74B0B6.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-DD74B0B6.txt new file mode 100644 index 0000000000000000000000000000000000000000..312dbe0904dc6fa336ce254d21f71a1fe777daaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/acme/SKU-DD74B0B6.txt @@ -0,0 +1,5 @@ +sku: SKU-DD74B0B6 +vendor: acme +description: mechanical-keyboard +quantity: 384 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-0B361319.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-0B361319.txt new file mode 100644 index 0000000000000000000000000000000000000000..28a6231a8218e8d699915015e48dbf668b384e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-0B361319.txt @@ -0,0 +1,5 @@ +sku: SKU-0B361319 +vendor: globex +description: ergo-chair +quantity: 104 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-861D1298.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-861D1298.txt new file mode 100644 index 0000000000000000000000000000000000000000..036b4e9f5a6d2ac8bd0ca799a8e7ac8da816dd1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-861D1298.txt @@ -0,0 +1,5 @@ +sku: SKU-861D1298 +vendor: globex +description: ergo-chair +quantity: 461 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-BBD3CEE1.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-BBD3CEE1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b125c3e1c4b9be4b0d786d3dda634df1a0e75b4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-BBD3CEE1.txt @@ -0,0 +1,5 @@ +sku: SKU-BBD3CEE1 +vendor: globex +description: ergo-chair +quantity: 139 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-D2E4EE47.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-D2E4EE47.txt new file mode 100644 index 0000000000000000000000000000000000000000..c23a11a38464fc5bcd1fe2f56910a18734128fbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-D2E4EE47.txt @@ -0,0 +1,5 @@ +sku: SKU-D2E4EE47 +vendor: globex +description: ergo-chair +quantity: 348 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-D6267EB4.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-D6267EB4.txt new file mode 100644 index 0000000000000000000000000000000000000000..cde41b8c3c345415654c38e3c23bc11911fb6c63 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-D6267EB4.txt @@ -0,0 +1,5 @@ +sku: SKU-D6267EB4 +vendor: globex +description: noise-isolating-headphones +quantity: 119 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-F37A1932.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-F37A1932.txt new file mode 100644 index 0000000000000000000000000000000000000000..920025fd1acfa3583601c693cde48aa76c01e3d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/globex/SKU-F37A1932.txt @@ -0,0 +1,5 @@ +sku: SKU-F37A1932 +vendor: globex +description: linen-notebook +quantity: 277 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-05D3305C.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-05D3305C.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8c9027984b8736a4e4413969f0c2bf05ea29fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-05D3305C.txt @@ -0,0 +1,5 @@ +sku: SKU-05D3305C +vendor: initech +description: noise-isolating-headphones +quantity: 429 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-4B14F89D.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-4B14F89D.txt new file mode 100644 index 0000000000000000000000000000000000000000..110a73f65367db977cf8784236bf6d5483ab18f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-4B14F89D.txt @@ -0,0 +1,5 @@ +sku: SKU-4B14F89D +vendor: initech +description: noise-isolating-headphones +quantity: 379 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-5A9285EB.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-5A9285EB.txt new file mode 100644 index 0000000000000000000000000000000000000000..afbf822b8bbf62b6b8cd0736a75a58303cff7926 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-5A9285EB.txt @@ -0,0 +1,5 @@ +sku: SKU-5A9285EB +vendor: initech +description: ceramic-mug +quantity: 230 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-7EAC86D8.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-7EAC86D8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a1eccb2a9935ed8fcee2fce52ae9d72b54ebbd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-7EAC86D8.txt @@ -0,0 +1,5 @@ +sku: SKU-7EAC86D8 +vendor: initech +description: noise-isolating-headphones +quantity: 32 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-B7557370.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-B7557370.txt new file mode 100644 index 0000000000000000000000000000000000000000..985500fc55179f5f9126341aa733844a6c8d037e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-B7557370.txt @@ -0,0 +1,5 @@ +sku: SKU-B7557370 +vendor: initech +description: wireless-mouse +quantity: 152 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-EAB0DBBB.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-EAB0DBBB.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0e3c7a5995dc5607d2043104488eb45d55dcede --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/initech/SKU-EAB0DBBB.txt @@ -0,0 +1,5 @@ +sku: SKU-EAB0DBBB +vendor: initech +description: led-desk-lamp +quantity: 28 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-10486008.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-10486008.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1e69be1b5899f1e2930c1ba2edd5b4e99a3813b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-10486008.txt @@ -0,0 +1,5 @@ +sku: SKU-10486008 +vendor: sandbox +description: noise-isolating-headphones +quantity: 268 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-2E388484.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-2E388484.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f00f092635b4f59129e8456e555a1ad3bf89db --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-2E388484.txt @@ -0,0 +1,5 @@ +sku: SKU-2E388484 +vendor: sandbox +description: espresso-blend +quantity: 82 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-5BA43EA5.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-5BA43EA5.txt new file mode 100644 index 0000000000000000000000000000000000000000..763cfed853808fd256116318614c8c26fc7ce53c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-5BA43EA5.txt @@ -0,0 +1,5 @@ +sku: SKU-5BA43EA5 +vendor: sandbox +description: noise-isolating-headphones +quantity: 325 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-8FE4340A.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-8FE4340A.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d4bb5591f20f4c7dbf06322f47407b97c5569f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-8FE4340A.txt @@ -0,0 +1,5 @@ +sku: SKU-8FE4340A +vendor: sandbox +description: espresso-blend +quantity: 423 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-A4C09EAB.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-A4C09EAB.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fcdff55c25389fbd3d74ca29359bebaf2815c65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-A4C09EAB.txt @@ -0,0 +1,5 @@ +sku: SKU-A4C09EAB +vendor: sandbox +description: mechanical-keyboard +quantity: 485 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-BF4EC8B3.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-BF4EC8B3.txt new file mode 100644 index 0000000000000000000000000000000000000000..428d521de834e3a7dd897f94f81008b4030857cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-BF4EC8B3.txt @@ -0,0 +1,5 @@ +sku: SKU-BF4EC8B3 +vendor: sandbox +description: mechanical-keyboard +quantity: 124 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-C25754E0.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-C25754E0.txt new file mode 100644 index 0000000000000000000000000000000000000000..31aa0f3fe3866a7b122d205a73a87f00c1929a35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/sandbox/SKU-C25754E0.txt @@ -0,0 +1,5 @@ +sku: SKU-C25754E0 +vendor: sandbox +description: led-desk-lamp +quantity: 245 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-10384B9C.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-10384B9C.txt new file mode 100644 index 0000000000000000000000000000000000000000..8418f508ad316347f0e8951aec2e1538c8b5ff58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-10384B9C.txt @@ -0,0 +1,5 @@ +sku: SKU-10384B9C +vendor: tyrell +description: mechanical-keyboard +quantity: 155 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-125CA262.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-125CA262.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec211cea99a7c3569df5acdbcd7b517dd7dfe8fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-125CA262.txt @@ -0,0 +1,5 @@ +sku: SKU-125CA262 +vendor: tyrell +description: mechanical-keyboard +quantity: 156 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-272F0A1F.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-272F0A1F.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7ce763027d98ea1b0076dd4ecffc20e0fe2daf9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-272F0A1F.txt @@ -0,0 +1,5 @@ +sku: SKU-272F0A1F +vendor: tyrell +description: ceylon-tea +quantity: 487 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-6DB3B407.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-6DB3B407.txt new file mode 100644 index 0000000000000000000000000000000000000000..15ae9667708e46e2eeb1eace0b433ea73024a782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-6DB3B407.txt @@ -0,0 +1,5 @@ +sku: SKU-6DB3B407 +vendor: tyrell +description: ceramic-mug +quantity: 395 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-6F59A3A8.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-6F59A3A8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a3d698d4bbe61fa9b612a7a2ab126abf8d027c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-6F59A3A8.txt @@ -0,0 +1,5 @@ +sku: SKU-6F59A3A8 +vendor: tyrell +description: noise-isolating-headphones +quantity: 6 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-A6138CB4.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-A6138CB4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8270a4f3dfd1193d5d11788699e7b8b3a7da3dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-A6138CB4.txt @@ -0,0 +1,5 @@ +sku: SKU-A6138CB4 +vendor: tyrell +description: noise-isolating-headphones +quantity: 122 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-BDA8E419.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-BDA8E419.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c909d9f3f32178892e74094b14bc51c343c65ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-BDA8E419.txt @@ -0,0 +1,5 @@ +sku: SKU-BDA8E419 +vendor: tyrell +description: noise-isolating-headphones +quantity: 398 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-CE144534.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-CE144534.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b1c19c3c344a8be61a36d72bbdd6de457aba0f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-CE144534.txt @@ -0,0 +1,5 @@ +sku: SKU-CE144534 +vendor: tyrell +description: espresso-blend +quantity: 427 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-D3F5E3A6.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-D3F5E3A6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d39e52ce1fc495ceb1bf410ce5987a5dc7bbfa45 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-D3F5E3A6.txt @@ -0,0 +1,5 @@ +sku: SKU-D3F5E3A6 +vendor: tyrell +description: ceramic-mug +quantity: 393 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-F3460C35.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-F3460C35.txt new file mode 100644 index 0000000000000000000000000000000000000000..75317aac8eb151d67ccaecfd8acec1d15809b601 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/tyrell/SKU-F3460C35.txt @@ -0,0 +1,5 @@ +sku: SKU-F3460C35 +vendor: tyrell +description: led-desk-lamp +quantity: 274 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-04C4A26E.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-04C4A26E.txt new file mode 100644 index 0000000000000000000000000000000000000000..404d339a86116cabb978e3f03825d112c8a0c0db --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-04C4A26E.txt @@ -0,0 +1,5 @@ +sku: SKU-04C4A26E +vendor: umbrella +description: ergo-chair +quantity: 463 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-60A2DC51.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-60A2DC51.txt new file mode 100644 index 0000000000000000000000000000000000000000..768fc6162908d932c60610daf9c03bfda5e3343b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-60A2DC51.txt @@ -0,0 +1,5 @@ +sku: SKU-60A2DC51 +vendor: umbrella +description: noise-isolating-headphones +quantity: 386 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-71A157C4.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-71A157C4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a13683e0cdf6f0ea2550e9b17b7f33c469737109 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-71A157C4.txt @@ -0,0 +1,5 @@ +sku: SKU-71A157C4 +vendor: umbrella +description: led-desk-lamp +quantity: 56 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-7B065AB0.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-7B065AB0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b1ec55da46e9f4fb550d9b5eb6d4f76e7780ffa --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-7B065AB0.txt @@ -0,0 +1,5 @@ +sku: SKU-7B065AB0 +vendor: umbrella +description: led-desk-lamp +quantity: 386 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-D91F8CEE.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-D91F8CEE.txt new file mode 100644 index 0000000000000000000000000000000000000000..362249fae807ed09324a4cae52958fba4dc09d6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-D91F8CEE.txt @@ -0,0 +1,5 @@ +sku: SKU-D91F8CEE +vendor: umbrella +description: laptop-stand +quantity: 18 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-DA671F24.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-DA671F24.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3d57b240875967c659a409a38e06c87889e50c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-DA671F24.txt @@ -0,0 +1,5 @@ +sku: SKU-DA671F24 +vendor: umbrella +description: linen-notebook +quantity: 217 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-E28E2E68.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-E28E2E68.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaf4b66780c8e7328bb14a40267de9b032f0696d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-E28E2E68.txt @@ -0,0 +1,5 @@ +sku: SKU-E28E2E68 +vendor: umbrella +description: wireless-mouse +quantity: 259 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-FD343A41.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-FD343A41.txt new file mode 100644 index 0000000000000000000000000000000000000000..43cdc562737991e3aba2d4631e0ffb9065789c1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/warehouse/sku/umbrella/SKU-FD343A41.txt @@ -0,0 +1,5 @@ +sku: SKU-FD343A41 +vendor: umbrella +description: mechanical-keyboard +quantity: 182 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-21411B45.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-21411B45.txt new file mode 100644 index 0000000000000000000000000000000000000000..ababf7b5372bd179ef893fd9558c36d5c8523bdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-21411B45.txt @@ -0,0 +1,5 @@ +sku: SKU-21411B45 +vendor: acme +description: espresso-blend +quantity: 158 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-55555FC6.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-55555FC6.txt new file mode 100644 index 0000000000000000000000000000000000000000..333ce8ee2440afcd57ba775f1900b7cddf2dd8dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-55555FC6.txt @@ -0,0 +1,5 @@ +sku: SKU-55555FC6 +vendor: acme +description: laptop-stand +quantity: 86 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-856EB9C4.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-856EB9C4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8970a0570c3025ddd63ded65b72494679d84fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-856EB9C4.txt @@ -0,0 +1,5 @@ +sku: SKU-856EB9C4 +vendor: acme +description: ceylon-tea +quantity: 344 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-C329BB82.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-C329BB82.txt new file mode 100644 index 0000000000000000000000000000000000000000..a599995274e80a39049de90f59f9f4ed7f91fad6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-C329BB82.txt @@ -0,0 +1,5 @@ +sku: SKU-C329BB82 +vendor: acme +description: espresso-blend +quantity: 375 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-CF6C1379.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-CF6C1379.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2742ffd94f13c2d3acd48c20dfabbdc1416c7cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-CF6C1379.txt @@ -0,0 +1,5 @@ +sku: SKU-CF6C1379 +vendor: acme +description: espresso-blend +quantity: 411 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-DD74B0B6.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-DD74B0B6.txt new file mode 100644 index 0000000000000000000000000000000000000000..312dbe0904dc6fa336ce254d21f71a1fe777daaa --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/acme/SKU-DD74B0B6.txt @@ -0,0 +1,5 @@ +sku: SKU-DD74B0B6 +vendor: acme +description: mechanical-keyboard +quantity: 384 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-0B361319.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-0B361319.txt new file mode 100644 index 0000000000000000000000000000000000000000..28a6231a8218e8d699915015e48dbf668b384e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-0B361319.txt @@ -0,0 +1,5 @@ +sku: SKU-0B361319 +vendor: globex +description: ergo-chair +quantity: 104 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-861D1298.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-861D1298.txt new file mode 100644 index 0000000000000000000000000000000000000000..036b4e9f5a6d2ac8bd0ca799a8e7ac8da816dd1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-861D1298.txt @@ -0,0 +1,5 @@ +sku: SKU-861D1298 +vendor: globex +description: ergo-chair +quantity: 461 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-BBD3CEE1.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-BBD3CEE1.txt new file mode 100644 index 0000000000000000000000000000000000000000..b125c3e1c4b9be4b0d786d3dda634df1a0e75b4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-BBD3CEE1.txt @@ -0,0 +1,5 @@ +sku: SKU-BBD3CEE1 +vendor: globex +description: ergo-chair +quantity: 139 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-D2E4EE47.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-D2E4EE47.txt new file mode 100644 index 0000000000000000000000000000000000000000..c23a11a38464fc5bcd1fe2f56910a18734128fbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-D2E4EE47.txt @@ -0,0 +1,5 @@ +sku: SKU-D2E4EE47 +vendor: globex +description: ergo-chair +quantity: 348 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-D6267EB4.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-D6267EB4.txt new file mode 100644 index 0000000000000000000000000000000000000000..cde41b8c3c345415654c38e3c23bc11911fb6c63 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-D6267EB4.txt @@ -0,0 +1,5 @@ +sku: SKU-D6267EB4 +vendor: globex +description: noise-isolating-headphones +quantity: 119 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-F37A1932.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-F37A1932.txt new file mode 100644 index 0000000000000000000000000000000000000000..920025fd1acfa3583601c693cde48aa76c01e3d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/globex/SKU-F37A1932.txt @@ -0,0 +1,5 @@ +sku: SKU-F37A1932 +vendor: globex +description: linen-notebook +quantity: 277 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-05D3305C.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-05D3305C.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8c9027984b8736a4e4413969f0c2bf05ea29fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-05D3305C.txt @@ -0,0 +1,5 @@ +sku: SKU-05D3305C +vendor: initech +description: noise-isolating-headphones +quantity: 429 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-4B14F89D.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-4B14F89D.txt new file mode 100644 index 0000000000000000000000000000000000000000..110a73f65367db977cf8784236bf6d5483ab18f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-4B14F89D.txt @@ -0,0 +1,5 @@ +sku: SKU-4B14F89D +vendor: initech +description: noise-isolating-headphones +quantity: 379 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-5A9285EB.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-5A9285EB.txt new file mode 100644 index 0000000000000000000000000000000000000000..afbf822b8bbf62b6b8cd0736a75a58303cff7926 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-5A9285EB.txt @@ -0,0 +1,5 @@ +sku: SKU-5A9285EB +vendor: initech +description: ceramic-mug +quantity: 230 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-7EAC86D8.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-7EAC86D8.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a1eccb2a9935ed8fcee2fce52ae9d72b54ebbd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-7EAC86D8.txt @@ -0,0 +1,5 @@ +sku: SKU-7EAC86D8 +vendor: initech +description: noise-isolating-headphones +quantity: 32 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-B7557370.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-B7557370.txt new file mode 100644 index 0000000000000000000000000000000000000000..985500fc55179f5f9126341aa733844a6c8d037e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-B7557370.txt @@ -0,0 +1,5 @@ +sku: SKU-B7557370 +vendor: initech +description: wireless-mouse +quantity: 152 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-EAB0DBBB.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-EAB0DBBB.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0e3c7a5995dc5607d2043104488eb45d55dcede --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/initech/SKU-EAB0DBBB.txt @@ -0,0 +1,5 @@ +sku: SKU-EAB0DBBB +vendor: initech +description: led-desk-lamp +quantity: 28 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-10486008.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-10486008.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1e69be1b5899f1e2930c1ba2edd5b4e99a3813b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-10486008.txt @@ -0,0 +1,5 @@ +sku: SKU-10486008 +vendor: sandbox +description: noise-isolating-headphones +quantity: 268 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-2E388484.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-2E388484.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f00f092635b4f59129e8456e555a1ad3bf89db --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-2E388484.txt @@ -0,0 +1,5 @@ +sku: SKU-2E388484 +vendor: sandbox +description: espresso-blend +quantity: 82 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-5BA43EA5.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-5BA43EA5.txt new file mode 100644 index 0000000000000000000000000000000000000000..763cfed853808fd256116318614c8c26fc7ce53c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-5BA43EA5.txt @@ -0,0 +1,5 @@ +sku: SKU-5BA43EA5 +vendor: sandbox +description: noise-isolating-headphones +quantity: 325 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-8FE4340A.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-8FE4340A.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d4bb5591f20f4c7dbf06322f47407b97c5569f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-8FE4340A.txt @@ -0,0 +1,5 @@ +sku: SKU-8FE4340A +vendor: sandbox +description: espresso-blend +quantity: 423 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-A4C09EAB.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-A4C09EAB.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fcdff55c25389fbd3d74ca29359bebaf2815c65 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-A4C09EAB.txt @@ -0,0 +1,5 @@ +sku: SKU-A4C09EAB +vendor: sandbox +description: mechanical-keyboard +quantity: 485 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-BF4EC8B3.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-BF4EC8B3.txt new file mode 100644 index 0000000000000000000000000000000000000000..428d521de834e3a7dd897f94f81008b4030857cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-BF4EC8B3.txt @@ -0,0 +1,5 @@ +sku: SKU-BF4EC8B3 +vendor: sandbox +description: mechanical-keyboard +quantity: 124 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-C25754E0.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-C25754E0.txt new file mode 100644 index 0000000000000000000000000000000000000000..31aa0f3fe3866a7b122d205a73a87f00c1929a35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/sandbox/SKU-C25754E0.txt @@ -0,0 +1,5 @@ +sku: SKU-C25754E0 +vendor: sandbox +description: led-desk-lamp +quantity: 245 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-10384B9C.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-10384B9C.txt new file mode 100644 index 0000000000000000000000000000000000000000..8418f508ad316347f0e8951aec2e1538c8b5ff58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-10384B9C.txt @@ -0,0 +1,5 @@ +sku: SKU-10384B9C +vendor: tyrell +description: mechanical-keyboard +quantity: 155 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-125CA262.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-125CA262.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec211cea99a7c3569df5acdbcd7b517dd7dfe8fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-125CA262.txt @@ -0,0 +1,5 @@ +sku: SKU-125CA262 +vendor: tyrell +description: mechanical-keyboard +quantity: 156 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-272F0A1F.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-272F0A1F.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7ce763027d98ea1b0076dd4ecffc20e0fe2daf9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-272F0A1F.txt @@ -0,0 +1,5 @@ +sku: SKU-272F0A1F +vendor: tyrell +description: ceylon-tea +quantity: 487 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-6DB3B407.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-6DB3B407.txt new file mode 100644 index 0000000000000000000000000000000000000000..15ae9667708e46e2eeb1eace0b433ea73024a782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-6DB3B407.txt @@ -0,0 +1,5 @@ +sku: SKU-6DB3B407 +vendor: tyrell +description: ceramic-mug +quantity: 395 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-6F59A3A8.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-6F59A3A8.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9a3d698d4bbe61fa9b612a7a2ab126abf8d027c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-6F59A3A8.txt @@ -0,0 +1,5 @@ +sku: SKU-6F59A3A8 +vendor: tyrell +description: noise-isolating-headphones +quantity: 6 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-A6138CB4.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-A6138CB4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8270a4f3dfd1193d5d11788699e7b8b3a7da3dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-A6138CB4.txt @@ -0,0 +1,5 @@ +sku: SKU-A6138CB4 +vendor: tyrell +description: noise-isolating-headphones +quantity: 122 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-BDA8E419.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-BDA8E419.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c909d9f3f32178892e74094b14bc51c343c65ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-BDA8E419.txt @@ -0,0 +1,5 @@ +sku: SKU-BDA8E419 +vendor: tyrell +description: noise-isolating-headphones +quantity: 398 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-CE144534.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-CE144534.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b1c19c3c344a8be61a36d72bbdd6de457aba0f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-CE144534.txt @@ -0,0 +1,5 @@ +sku: SKU-CE144534 +vendor: tyrell +description: espresso-blend +quantity: 427 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-D3F5E3A6.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-D3F5E3A6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d39e52ce1fc495ceb1bf410ce5987a5dc7bbfa45 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-D3F5E3A6.txt @@ -0,0 +1,5 @@ +sku: SKU-D3F5E3A6 +vendor: tyrell +description: ceramic-mug +quantity: 393 +restock_day: wed diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-F3460C35.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-F3460C35.txt new file mode 100644 index 0000000000000000000000000000000000000000..75317aac8eb151d67ccaecfd8acec1d15809b601 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/tyrell/SKU-F3460C35.txt @@ -0,0 +1,5 @@ +sku: SKU-F3460C35 +vendor: tyrell +description: led-desk-lamp +quantity: 274 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-04C4A26E.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-04C4A26E.txt new file mode 100644 index 0000000000000000000000000000000000000000..404d339a86116cabb978e3f03825d112c8a0c0db --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-04C4A26E.txt @@ -0,0 +1,5 @@ +sku: SKU-04C4A26E +vendor: umbrella +description: ergo-chair +quantity: 463 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-60A2DC51.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-60A2DC51.txt new file mode 100644 index 0000000000000000000000000000000000000000..768fc6162908d932c60610daf9c03bfda5e3343b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-60A2DC51.txt @@ -0,0 +1,5 @@ +sku: SKU-60A2DC51 +vendor: umbrella +description: noise-isolating-headphones +quantity: 386 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-71A157C4.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-71A157C4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a13683e0cdf6f0ea2550e9b17b7f33c469737109 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-71A157C4.txt @@ -0,0 +1,5 @@ +sku: SKU-71A157C4 +vendor: umbrella +description: led-desk-lamp +quantity: 56 +restock_day: thu diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-7B065AB0.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-7B065AB0.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b1ec55da46e9f4fb550d9b5eb6d4f76e7780ffa --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-7B065AB0.txt @@ -0,0 +1,5 @@ +sku: SKU-7B065AB0 +vendor: umbrella +description: led-desk-lamp +quantity: 386 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-D91F8CEE.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-D91F8CEE.txt new file mode 100644 index 0000000000000000000000000000000000000000..362249fae807ed09324a4cae52958fba4dc09d6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-D91F8CEE.txt @@ -0,0 +1,5 @@ +sku: SKU-D91F8CEE +vendor: umbrella +description: laptop-stand +quantity: 18 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-DA671F24.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-DA671F24.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3d57b240875967c659a409a38e06c87889e50c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-DA671F24.txt @@ -0,0 +1,5 @@ +sku: SKU-DA671F24 +vendor: umbrella +description: linen-notebook +quantity: 217 +restock_day: tue diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-E28E2E68.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-E28E2E68.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaf4b66780c8e7328bb14a40267de9b032f0696d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-E28E2E68.txt @@ -0,0 +1,5 @@ +sku: SKU-E28E2E68 +vendor: umbrella +description: wireless-mouse +quantity: 259 +restock_day: mon diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-FD343A41.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-FD343A41.txt new file mode 100644 index 0000000000000000000000000000000000000000..43cdc562737991e3aba2d4631e0ffb9065789c1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/warehouse/sku/umbrella/SKU-FD343A41.txt @@ -0,0 +1,5 @@ +sku: SKU-FD343A41 +vendor: umbrella +description: mechanical-keyboard +quantity: 182 +restock_day: fri diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ab667ae047/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/auth-api/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/auth-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..df22c76960579743703692edfae501611e9c4010 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/auth-api/2024-04-05.log @@ -0,0 +1,34 @@ +2024-04-05T10:02:21 event_94 +2024-04-05T12:16:05 event_21 +2024-04-05T11:44:01 event_54 +2024-04-05T15:20:05 event_38 +2024-04-05T11:49:52 event_88 +2024-04-05T00:32:44 event_55 +2024-04-05T20:14:39 event_83 +2024-04-05T15:34:53 event_50 +2024-04-05T08:24:53 event_57 +2024-04-05T10:07:10 event_96 +2024-04-05T13:36:42 event_12 +2024-04-05T23:56:12 event_29 +2024-04-05T12:54:35 event_34 +2024-04-05T12:30:07 event_95 +2024-04-05T10:45:09 event_97 +2024-04-05T13:49:25 event_7 +2024-04-05T15:14:12 event_62 +2024-04-05T14:46:37 event_8 +2024-04-05T09:41:47 event_46 +2024-04-05T20:54:48 event_4 +2024-04-05T14:12:22 event_97 +2024-04-05T06:51:42 event_81 +2024-04-05T13:04:12 event_57 +2024-04-05T12:32:24 event_2 +2024-04-05T08:17:35 event_92 +2024-04-05T12:44:01 event_75 +2024-04-05T07:28:30 event_66 +2024-04-05T11:34:27 event_80 +2024-04-05T08:40:15 event_15 +2024-04-05T11:33:26 event_75 +2024-04-05T13:05:58 event_61 +2024-04-05T13:51:15 event_98 +2024-04-05T10:22:40 event_58 +2024-04-05T14:42:12 event_71 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/auth-api/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/auth-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..6ff81d6bdaa675b8258381260d38022ecb7fd0fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/auth-api/2024-04-06.log @@ -0,0 +1,27 @@ +2024-04-06T09:51:46 event_41 +2024-04-06T09:34:34 event_29 +2024-04-06T06:24:31 event_77 +2024-04-06T10:19:26 event_46 +2024-04-06T11:12:46 event_20 +2024-04-06T11:29:17 event_6 +2024-04-06T12:42:39 event_21 +2024-04-06T09:25:00 event_16 +2024-04-06T11:11:02 event_33 +2024-04-06T10:13:55 event_83 +2024-04-06T15:34:35 event_52 +2024-04-06T07:34:55 event_93 +2024-04-06T11:59:00 event_66 +2024-04-06T06:21:44 event_6 +2024-04-06T13:57:33 event_47 +2024-04-06T14:10:43 event_69 +2024-04-06T13:16:24 event_63 +2024-04-06T07:23:35 event_80 +2024-04-06T10:27:38 event_18 +2024-04-06T11:50:48 event_60 +2024-04-06T10:03:25 event_62 +2024-04-06T11:31:34 event_71 +2024-04-06T07:59:17 event_13 +2024-04-06T05:27:07 event_24 +2024-04-06T08:30:07 event_75 +2024-04-06T09:02:20 event_79 +2024-04-06T10:10:20 event_43 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/billing-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/billing-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..01c013a7414442208c61424b933c3347713ec2eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/billing-svc/2024-04-02.log @@ -0,0 +1,24 @@ +2024-04-02T11:44:35 event_12 +2024-04-02T08:56:34 event_27 +2024-04-02T13:13:34 event_82 +2024-04-02T12:18:39 event_96 +2024-04-02T17:08:12 event_36 +2024-04-02T09:32:06 event_21 +2024-04-02T12:45:44 event_57 +2024-04-02T13:09:19 event_62 +2024-04-02T13:20:10 event_35 +2024-04-02T12:40:23 event_62 +2024-04-02T07:12:47 event_58 +2024-04-02T11:33:55 event_71 +2024-04-02T13:58:44 event_35 +2024-04-02T18:55:02 event_19 +2024-04-02T11:03:19 event_84 +2024-04-02T09:57:56 event_2 +2024-04-02T14:56:33 event_99 +2024-04-02T10:08:22 event_27 +2024-04-02T14:30:34 event_62 +2024-04-02T13:42:18 event_67 +2024-04-02T13:21:58 event_4 +2024-04-02T14:20:38 event_92 +2024-04-02T17:27:58 event_18 +2024-04-02T09:26:45 event_82 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/billing-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/billing-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..1c3f26d2912094236676e7e3316b63f6d8ed6281 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/billing-svc/2024-04-03.log @@ -0,0 +1,30 @@ +2024-04-03T11:02:58 event_7 +2024-04-03T11:44:16 event_41 +2024-04-03T12:09:29 event_12 +2024-04-03T10:26:03 event_13 +2024-04-03T11:05:18 event_52 +2024-04-03T07:55:58 event_86 +2024-04-03T10:59:54 event_22 +2024-04-03T09:56:42 event_89 +2024-04-03T08:54:20 event_6 +2024-04-03T13:08:28 event_75 +2024-04-03T13:01:03 event_5 +2024-04-03T14:17:47 event_86 +2024-04-03T08:08:54 event_25 +2024-04-03T10:48:30 event_50 +2024-04-03T14:46:06 event_19 +2024-04-03T16:41:03 event_28 +2024-04-03T08:18:01 event_46 +2024-04-03T09:27:04 event_28 +2024-04-03T05:53:08 event_13 +2024-04-03T17:54:36 event_79 +2024-04-03T17:50:41 event_13 +2024-04-03T07:52:33 event_71 +2024-04-03T16:49:44 event_60 +2024-04-03T14:13:08 event_85 +2024-04-03T13:25:29 event_80 +2024-04-03T10:53:34 event_97 +2024-04-03T17:40:37 event_80 +2024-04-03T16:12:57 event_73 +2024-04-03T15:04:55 event_85 +2024-04-03T10:56:42 event_65 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..db6e14847ec913c0c5619e646e63613a02341291 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-01.log @@ -0,0 +1,33 @@ +2024-04-01T08:28:20 event_93 +2024-04-01T10:02:07 event_72 +2024-04-01T15:55:04 event_34 +2024-04-01T12:05:10 event_32 +2024-04-01T15:08:41 event_29 +2024-04-01T23:14:29 event_95 +2024-04-01T12:15:59 event_97 +2024-04-01T08:07:35 event_47 +2024-04-01T08:59:23 event_44 +2024-04-01T14:47:37 event_76 +2024-04-01T14:31:59 event_5 +2024-04-01T14:07:47 event_87 +2024-04-01T20:24:47 event_57 +2024-04-01T23:27:17 event_77 +2024-04-01T07:37:42 event_98 +2024-04-01T12:46:23 event_4 +2024-04-01T19:25:30 event_2 +2024-04-01T03:14:40 event_25 +2024-04-01T09:30:09 event_76 +2024-04-01T07:31:50 event_76 +2024-04-01T07:03:15 event_96 +2024-04-01T10:40:39 event_88 +2024-04-01T18:41:12 event_80 +2024-04-01T09:14:49 event_7 +2024-04-01T18:39:26 event_54 +2024-04-01T19:49:25 event_61 +2024-04-01T07:24:26 event_14 +2024-04-01T09:18:00 event_91 +2024-04-01T15:14:49 event_85 +2024-04-01T09:25:00 event_8 +2024-04-01T13:13:31 event_79 +2024-04-01T08:46:14 event_8 +2024-04-01T13:35:03 event_70 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..7ba20743a00f2f0bc36c60d0c19037aad4fa2667 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03T03:21:23 event_98 +2024-04-03T07:37:37 event_20 +2024-04-03T08:55:40 event_70 +2024-04-03T14:31:00 event_50 +2024-04-03T10:44:48 event_27 +2024-04-03T11:14:48 event_74 +2024-04-03T10:23:45 event_48 +2024-04-03T09:08:37 event_59 +2024-04-03T17:47:13 event_18 +2024-04-03T08:34:54 event_52 +2024-04-03T15:04:04 event_99 +2024-04-03T09:21:52 event_99 +2024-04-03T12:18:30 event_25 +2024-04-03T17:40:12 event_78 +2024-04-03T20:57:20 event_39 +2024-04-03T10:52:32 event_64 +2024-04-03T06:30:02 event_10 +2024-04-03T16:03:55 event_51 +2024-04-03T08:38:32 event_57 +2024-04-03T10:21:23 event_92 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..93d3df37626a009146d51046a71cc9dd6d3147d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/cart-api/2024-04-07.log @@ -0,0 +1,22 @@ +2024-04-07T15:24:09 event_52 +2024-04-07T10:07:19 event_58 +2024-04-07T11:54:44 event_49 +2024-04-07T01:27:58 event_16 +2024-04-07T19:52:52 event_62 +2024-04-07T12:14:14 event_21 +2024-04-07T15:42:46 event_80 +2024-04-07T05:09:22 event_17 +2024-04-07T10:54:53 event_64 +2024-04-07T16:32:52 event_32 +2024-04-07T23:40:47 event_66 +2024-04-07T09:34:11 event_34 +2024-04-07T08:16:59 event_99 +2024-04-07T09:49:58 event_86 +2024-04-07T11:46:16 event_42 +2024-04-07T13:08:39 event_31 +2024-04-07T09:02:33 event_1 +2024-04-07T20:26:23 event_44 +2024-04-07T06:48:55 event_46 +2024-04-07T14:17:38 event_99 +2024-04-07T12:29:01 event_54 +2024-04-07T18:22:13 event_82 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/email-worker/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/email-worker/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..8ec4c69361866a6230fa736859ff624f5aa44f00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/email-worker/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T14:25:19 event_43 +2024-04-03T08:58:50 event_42 +2024-04-03T13:17:06 event_59 +2024-04-03T10:17:08 event_37 +2024-04-03T08:42:55 event_23 +2024-04-03T10:36:17 event_48 +2024-04-03T15:51:06 event_29 +2024-04-03T12:26:52 event_43 +2024-04-03T16:31:56 event_5 +2024-04-03T09:33:32 event_97 +2024-04-03T12:06:24 event_53 +2024-04-03T14:02:05 event_67 +2024-04-03T09:09:18 event_42 +2024-04-03T16:06:40 event_67 +2024-04-03T11:48:33 event_54 +2024-04-03T14:02:38 event_26 +2024-04-03T10:02:19 event_34 +2024-04-03T17:40:11 event_93 +2024-04-03T10:16:34 event_46 +2024-04-03T08:06:36 event_13 +2024-04-03T10:13:59 event_39 +2024-04-03T11:24:13 event_17 +2024-04-03T06:32:20 event_61 +2024-04-03T06:07:17 event_33 +2024-04-03T14:15:35 event_36 +2024-04-03T13:33:13 event_48 +2024-04-03T08:47:23 event_49 +2024-04-03T13:48:43 event_59 +2024-04-03T08:13:20 event_33 +2024-04-03T11:56:28 event_4 +2024-04-03T06:48:14 event_5 +2024-04-03T09:11:09 event_72 +2024-04-03T10:04:08 event_50 +2024-04-03T19:42:59 event_7 +2024-04-03T13:49:07 event_33 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/gateway-edge/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/gateway-edge/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..f5f2a61d02c604d9d0b12ac6dd7462af95e94904 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/gateway-edge/2024-04-04.log @@ -0,0 +1,29 @@ +2024-04-04T09:51:24 event_91 +2024-04-04T18:40:35 event_77 +2024-04-04T08:05:48 event_67 +2024-04-04T17:01:52 event_82 +2024-04-04T10:51:29 event_51 +2024-04-04T11:14:56 event_17 +2024-04-04T14:30:45 event_55 +2024-04-04T13:47:39 event_70 +2024-04-04T10:17:25 event_33 +2024-04-04T18:19:06 event_66 +2024-04-04T04:11:35 event_90 +2024-04-04T07:50:57 event_61 +2024-04-04T19:58:19 event_16 +2024-04-04T15:36:03 event_77 +2024-04-04T16:17:57 event_12 +2024-04-04T06:56:23 event_30 +2024-04-04T08:00:46 event_82 +2024-04-04T15:03:09 event_23 +2024-04-04T07:16:16 event_90 +2024-04-04T09:00:21 event_29 +2024-04-04T10:02:26 event_98 +2024-04-04T10:09:06 event_8 +2024-04-04T09:11:01 event_51 +2024-04-04T15:07:20 event_29 +2024-04-04T10:27:56 event_95 +2024-04-04T00:26:49 event_93 +2024-04-04T17:00:47 event_77 +2024-04-04T08:41:19 event_61 +2024-04-04T13:13:23 event_96 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/inventory-api/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/inventory-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..1770c3de216c8898b1d8c5b13691ac56ce1ec1a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/inventory-api/2024-04-06.log @@ -0,0 +1,31 @@ +2024-04-06T21:32:54 event_78 +2024-04-06T17:45:36 event_38 +2024-04-06T11:10:17 event_8 +2024-04-06T17:04:00 event_98 +2024-04-06T14:45:09 event_53 +2024-04-06T11:31:30 event_50 +2024-04-06T11:23:37 event_98 +2024-04-06T16:33:10 event_37 +2024-04-06T08:07:03 event_93 +2024-04-06T14:34:21 event_22 +2024-04-06T10:52:40 event_13 +2024-04-06T09:55:19 event_51 +2024-04-06T15:55:10 event_44 +2024-04-06T20:28:45 event_44 +2024-04-06T13:29:00 event_39 +2024-04-06T10:05:31 event_24 +2024-04-06T12:34:05 event_9 +2024-04-06T21:37:06 event_17 +2024-04-06T11:19:17 event_8 +2024-04-06T09:12:56 event_22 +2024-04-06T10:51:45 event_19 +2024-04-06T06:02:08 event_79 +2024-04-06T12:08:24 event_13 +2024-04-06T15:46:06 event_42 +2024-04-06T20:01:08 event_45 +2024-04-06T12:33:33 event_41 +2024-04-06T09:46:11 event_84 +2024-04-06T15:16:23 event_62 +2024-04-06T09:28:40 event_67 +2024-04-06T17:38:41 event_75 +2024-04-06T09:07:52 event_78 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/ledger-svc/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/ledger-svc/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a9cac04fcc27fcbcbc9f9f32014bb7094569acec --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/ledger-svc/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04T05:03:34 event_79 +2024-04-04T09:42:50 event_89 +2024-04-04T07:39:01 event_77 +2024-04-04T11:39:16 event_61 +2024-04-04T08:30:10 event_42 +2024-04-04T05:06:24 event_1 +2024-04-04T08:59:32 event_67 +2024-04-04T10:59:53 event_12 +2024-04-04T14:14:35 event_28 +2024-04-04T16:48:03 event_70 +2024-04-04T13:03:16 event_72 +2024-04-04T12:36:53 event_48 +2024-04-04T11:49:12 event_90 +2024-04-04T06:24:05 event_96 +2024-04-04T16:22:12 event_40 +2024-04-04T11:22:06 event_36 +2024-04-04T14:44:40 event_87 +2024-04-04T13:37:33 event_64 +2024-04-04T08:04:34 event_29 +2024-04-04T11:09:26 event_29 +2024-04-04T12:07:50 event_24 +2024-04-04T11:00:51 event_25 +2024-04-04T11:50:53 event_44 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e4a579ed2c45e56fe7543f88e213befffd98a1d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-02.log @@ -0,0 +1,26 @@ +2024-04-02T13:54:04 event_19 +2024-04-02T16:15:07 event_21 +2024-04-02T07:05:17 event_13 +2024-04-02T15:08:19 event_94 +2024-04-02T10:41:23 event_92 +2024-04-02T07:34:44 event_95 +2024-04-02T11:09:39 event_2 +2024-04-02T11:50:51 event_8 +2024-04-02T09:02:29 event_28 +2024-04-02T11:44:53 event_81 +2024-04-02T11:35:42 event_52 +2024-04-02T13:11:44 event_38 +2024-04-02T13:58:10 event_67 +2024-04-02T10:27:12 event_11 +2024-04-02T10:36:52 event_44 +2024-04-02T22:29:47 event_83 +2024-04-02T23:58:01 event_89 +2024-04-02T10:54:09 event_2 +2024-04-02T10:00:24 event_93 +2024-04-02T18:19:48 event_6 +2024-04-02T10:43:06 event_12 +2024-04-02T09:00:08 event_85 +2024-04-02T18:45:54 event_79 +2024-04-02T07:47:45 event_37 +2024-04-02T00:59:42 event_49 +2024-04-02T12:25:01 event_19 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..94e808112d4afa1dcd7e0e25077f63b0f0baa5e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-05.log @@ -0,0 +1,24 @@ +2024-04-05T07:06:03 event_12 +2024-04-05T20:09:38 event_4 +2024-04-05T13:08:16 event_35 +2024-04-05T09:52:31 event_24 +2024-04-05T19:25:31 event_56 +2024-04-05T15:41:03 event_89 +2024-04-05T08:33:50 event_54 +2024-04-05T15:33:12 event_1 +2024-04-05T13:37:24 event_33 +2024-04-05T15:01:02 event_36 +2024-04-05T10:13:17 event_58 +2024-04-05T11:45:08 event_73 +2024-04-05T08:12:38 event_50 +2024-04-05T11:53:04 event_89 +2024-04-05T09:53:46 event_71 +2024-04-05T10:16:29 event_64 +2024-04-05T10:48:57 event_33 +2024-04-05T21:25:55 event_35 +2024-04-05T12:41:48 event_72 +2024-04-05T09:04:50 event_50 +2024-04-05T08:59:37 event_1 +2024-04-05T09:32:38 event_49 +2024-04-05T06:38:47 event_74 +2024-04-05T09:41:02 event_12 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..d5ceda4beae9d5be543897ad272789af5fcc292c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/notifier-bus/2024-04-06.log @@ -0,0 +1,30 @@ +2024-04-06T12:59:08 event_14 +2024-04-06T11:37:49 event_49 +2024-04-06T13:47:32 event_9 +2024-04-06T16:42:26 event_2 +2024-04-06T15:24:56 event_7 +2024-04-06T08:01:56 event_89 +2024-04-06T15:08:10 event_76 +2024-04-06T13:25:26 event_68 +2024-04-06T18:42:54 event_41 +2024-04-06T09:53:28 event_27 +2024-04-06T07:44:11 event_20 +2024-04-06T15:30:04 event_16 +2024-04-06T08:33:02 event_26 +2024-04-06T09:15:03 event_19 +2024-04-06T08:10:42 event_90 +2024-04-06T17:36:12 event_79 +2024-04-06T06:46:33 event_67 +2024-04-06T07:04:39 event_91 +2024-04-06T11:46:39 event_59 +2024-04-06T14:04:30 event_39 +2024-04-06T15:06:09 event_50 +2024-04-06T08:35:13 event_80 +2024-04-06T09:01:46 event_43 +2024-04-06T16:48:54 event_35 +2024-04-06T20:54:48 event_23 +2024-04-06T07:22:40 event_19 +2024-04-06T09:56:54 event_10 +2024-04-06T14:44:32 event_60 +2024-04-06T13:10:51 event_16 +2024-04-06T09:43:31 event_95 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6625a836548c91eef8b578f9b6c3b782cf33a01e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-01.log @@ -0,0 +1,35 @@ +2024-04-01T13:11:15 event_67 +2024-04-01T12:42:31 event_66 +2024-04-01T15:00:13 event_27 +2024-04-01T10:18:45 event_60 +2024-04-01T09:42:48 event_59 +2024-04-01T08:19:06 event_93 +2024-04-01T11:55:57 event_87 +2024-04-01T09:50:24 event_83 +2024-04-01T07:53:20 event_15 +2024-04-01T16:50:21 event_39 +2024-04-01T11:25:43 event_86 +2024-04-01T07:23:49 event_68 +2024-04-01T14:45:27 event_76 +2024-04-01T09:44:59 event_99 +2024-04-01T05:17:54 event_75 +2024-04-01T09:01:08 event_50 +2024-04-01T14:19:12 event_3 +2024-04-01T14:11:08 event_65 +2024-04-01T14:57:16 event_40 +2024-04-01T12:55:37 event_74 +2024-04-01T12:59:15 event_30 +2024-04-01T12:35:05 event_63 +2024-04-01T14:24:17 event_12 +2024-04-01T11:17:23 event_35 +2024-04-01T14:32:38 event_67 +2024-04-01T10:12:57 event_28 +2024-04-01T11:21:11 event_59 +2024-04-01T11:21:34 event_21 +2024-04-01T15:59:45 event_49 +2024-04-01T09:00:17 event_36 +2024-04-01T12:54:49 event_36 +2024-04-01T14:47:22 event_88 +2024-04-01T08:45:47 event_53 +2024-04-01T09:43:38 event_78 +2024-04-01T09:54:36 event_19 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..dbf307cb747ed90f3a41ffe055de7475d8d3d6a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03T12:58:30 event_44 +2024-04-03T13:10:40 event_45 +2024-04-03T11:32:27 event_71 +2024-04-03T18:43:20 event_97 +2024-04-03T12:10:47 event_94 +2024-04-03T07:29:52 event_46 +2024-04-03T17:21:32 event_97 +2024-04-03T09:28:19 event_98 +2024-04-03T10:50:35 event_5 +2024-04-03T09:05:06 event_21 +2024-04-03T14:01:51 event_38 +2024-04-03T11:23:22 event_63 +2024-04-03T10:48:10 event_46 +2024-04-03T17:46:19 event_34 +2024-04-03T13:46:32 event_31 +2024-04-03T10:17:54 event_51 +2024-04-03T14:35:52 event_80 +2024-04-03T11:25:12 event_28 +2024-04-03T00:13:36 event_86 +2024-04-03T13:31:25 event_87 +2024-04-03T15:12:21 event_93 +2024-04-03T08:36:53 event_2 +2024-04-03T16:27:00 event_87 +2024-04-03T11:31:46 event_2 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..65aa10ea38452c5343b6774d1a1a10bf4125c39f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-05.log @@ -0,0 +1,21 @@ +2024-04-05T11:22:24 event_62 +2024-04-05T08:58:15 event_2 +2024-04-05T18:22:22 event_88 +2024-04-05T07:50:01 event_67 +2024-04-05T12:56:07 event_79 +2024-04-05T08:09:03 event_98 +2024-04-05T12:46:35 event_38 +2024-04-05T11:16:05 event_89 +2024-04-05T16:09:15 event_1 +2024-04-05T01:56:12 event_76 +2024-04-05T10:57:20 event_51 +2024-04-05T07:39:08 event_39 +2024-04-05T09:20:09 event_9 +2024-04-05T08:40:44 event_14 +2024-04-05T04:22:39 event_79 +2024-04-05T16:12:18 event_38 +2024-04-05T15:27:34 event_29 +2024-04-05T13:27:39 event_44 +2024-04-05T08:09:08 event_83 +2024-04-05T13:21:43 event_92 +2024-04-05T14:19:52 event_2 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..65f45da220aef97a2d196b0ac9f908c335d65af3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/recommender-rt/2024-04-07.log @@ -0,0 +1,20 @@ +2024-04-07T12:59:55 event_69 +2024-04-07T13:07:40 event_95 +2024-04-07T15:09:04 event_12 +2024-04-07T19:59:54 event_25 +2024-04-07T10:07:02 event_98 +2024-04-07T10:44:04 event_54 +2024-04-07T00:33:21 event_48 +2024-04-07T10:02:54 event_35 +2024-04-07T00:09:24 event_5 +2024-04-07T15:55:43 event_86 +2024-04-07T14:17:32 event_90 +2024-04-07T10:10:19 event_51 +2024-04-07T20:57:23 event_67 +2024-04-07T09:50:05 event_1 +2024-04-07T18:19:15 event_74 +2024-04-07T09:30:47 event_80 +2024-04-07T12:05:45 event_22 +2024-04-07T15:41:07 event_38 +2024-04-07T09:44:56 event_58 +2024-04-07T06:59:52 event_84 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1dd8fc2b846317aac9d060d53b46bffa47cff2d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-01.log @@ -0,0 +1,35 @@ +2024-04-01T11:20:38 event_96 +2024-04-01T18:53:46 event_17 +2024-04-01T05:00:37 event_44 +2024-04-01T21:36:02 event_59 +2024-04-01T11:17:28 event_34 +2024-04-01T10:59:07 event_20 +2024-04-01T12:46:26 event_60 +2024-04-01T12:48:05 event_33 +2024-04-01T14:40:50 event_33 +2024-04-01T11:21:01 event_96 +2024-04-01T09:02:32 event_39 +2024-04-01T14:02:05 event_31 +2024-04-01T10:23:31 event_25 +2024-04-01T15:58:08 event_71 +2024-04-01T08:02:55 event_44 +2024-04-01T11:28:02 event_90 +2024-04-01T08:49:37 event_89 +2024-04-01T12:33:09 event_70 +2024-04-01T11:20:30 event_51 +2024-04-01T06:46:17 event_64 +2024-04-01T10:29:33 event_12 +2024-04-01T09:53:24 event_61 +2024-04-01T10:51:49 event_95 +2024-04-01T14:27:56 event_76 +2024-04-01T11:10:56 event_25 +2024-04-01T09:03:14 event_84 +2024-04-01T12:54:28 event_57 +2024-04-01T13:05:15 event_87 +2024-04-01T13:23:24 event_41 +2024-04-01T03:19:00 event_4 +2024-04-01T09:06:00 event_69 +2024-04-01T06:09:08 event_64 +2024-04-01T12:35:21 event_43 +2024-04-01T12:49:01 event_28 +2024-04-01T18:29:36 event_90 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f7c7d0ccfa24570ca0b7e15132b6a2300595b565 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-05.log @@ -0,0 +1,26 @@ +2024-04-05T23:04:46 event_57 +2024-04-05T10:05:07 event_74 +2024-04-05T16:05:10 event_58 +2024-04-05T12:07:40 event_10 +2024-04-05T00:21:28 event_20 +2024-04-05T09:58:36 event_29 +2024-04-05T14:21:39 event_20 +2024-04-05T07:08:59 event_35 +2024-04-05T08:52:08 event_22 +2024-04-05T12:19:34 event_19 +2024-04-05T08:31:50 event_18 +2024-04-05T08:20:05 event_83 +2024-04-05T13:47:47 event_4 +2024-04-05T07:49:37 event_88 +2024-04-05T07:30:04 event_64 +2024-04-05T08:37:24 event_8 +2024-04-05T10:04:33 event_18 +2024-04-05T07:49:42 event_42 +2024-04-05T14:55:26 event_68 +2024-04-05T13:06:12 event_10 +2024-04-05T15:28:10 event_91 +2024-04-05T11:48:51 event_18 +2024-04-05T15:10:48 event_39 +2024-04-05T10:27:28 event_96 +2024-04-05T16:03:20 event_40 +2024-04-05T00:58:07 event_21 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..9bd780f87671cdbcf2f20634dd74bfaf6001a28b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/reporting-etl/2024-04-07.log @@ -0,0 +1,31 @@ +2024-04-07T10:48:46 event_51 +2024-04-07T12:30:33 event_86 +2024-04-07T17:03:05 event_66 +2024-04-07T06:56:58 event_76 +2024-04-07T08:07:02 event_49 +2024-04-07T10:41:05 event_93 +2024-04-07T17:11:15 event_43 +2024-04-07T11:19:45 event_61 +2024-04-07T08:59:07 event_94 +2024-04-07T06:17:31 event_52 +2024-04-07T14:44:22 event_82 +2024-04-07T15:27:01 event_39 +2024-04-07T12:18:59 event_72 +2024-04-07T17:25:58 event_28 +2024-04-07T08:39:24 event_50 +2024-04-07T08:12:52 event_48 +2024-04-07T02:38:24 event_29 +2024-04-07T16:20:30 event_27 +2024-04-07T10:57:04 event_35 +2024-04-07T10:42:06 event_72 +2024-04-07T11:40:14 event_36 +2024-04-07T15:53:26 event_14 +2024-04-07T10:25:19 event_76 +2024-04-07T09:34:51 event_55 +2024-04-07T08:45:03 event_2 +2024-04-07T08:50:02 event_43 +2024-04-07T03:05:43 event_73 +2024-04-07T07:03:26 event_21 +2024-04-07T11:29:21 event_40 +2024-04-07T16:44:18 event_99 +2024-04-07T13:29:58 event_85 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/search-indexer/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/search-indexer/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a2a5ae2f758d359eb3d43ce348f90ffd0806d9df --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/search-indexer/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T08:19:21 event_21 +2024-04-04T11:59:36 event_17 +2024-04-04T10:18:54 event_68 +2024-04-04T17:24:31 event_61 +2024-04-04T14:43:49 event_84 +2024-04-04T09:32:58 event_1 +2024-04-04T10:13:52 event_72 +2024-04-04T09:55:52 event_5 +2024-04-04T05:07:31 event_44 +2024-04-04T04:22:38 event_75 +2024-04-04T16:20:31 event_62 +2024-04-04T12:34:33 event_63 +2024-04-04T12:12:29 event_20 +2024-04-04T13:32:55 event_76 +2024-04-04T08:58:52 event_66 +2024-04-04T11:29:58 event_26 +2024-04-04T08:52:13 event_29 +2024-04-04T16:32:31 event_94 +2024-04-04T14:50:35 event_73 +2024-04-04T15:06:06 event_19 +2024-04-04T11:47:31 event_31 +2024-04-04T15:43:39 event_93 +2024-04-04T15:05:31 event_34 +2024-04-04T11:17:30 event_46 +2024-04-04T11:56:40 event_53 +2024-04-04T12:08:49 event_55 +2024-04-04T02:58:54 event_12 +2024-04-04T20:55:37 event_4 +2024-04-04T10:40:29 event_38 +2024-04-04T02:45:21 event_19 +2024-04-04T02:13:58 event_24 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/search-indexer/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/search-indexer/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..bd0cb2d602aed28165af5818e62e71841936654b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/search-indexer/2024-04-07.log @@ -0,0 +1,20 @@ +2024-04-07T08:38:02 event_46 +2024-04-07T05:29:20 event_70 +2024-04-07T06:14:30 event_98 +2024-04-07T09:02:42 event_21 +2024-04-07T08:34:10 event_36 +2024-04-07T10:32:19 event_99 +2024-04-07T21:17:40 event_46 +2024-04-07T09:28:23 event_42 +2024-04-07T08:30:29 event_97 +2024-04-07T15:47:46 event_34 +2024-04-07T11:27:36 event_89 +2024-04-07T08:12:34 event_47 +2024-04-07T10:36:43 event_82 +2024-04-07T07:40:18 event_90 +2024-04-07T15:21:35 event_71 +2024-04-07T09:42:08 event_47 +2024-04-07T07:13:52 event_41 +2024-04-07T12:41:05 event_35 +2024-04-07T11:29:09 event_39 +2024-04-07T13:26:59 event_5 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/shipping-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/shipping-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..f0d71997eae355a144c6827a8864fa8dddcd8ba7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/shipping-svc/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02T16:52:30 event_33 +2024-04-02T16:35:33 event_31 +2024-04-02T11:12:18 event_14 +2024-04-02T13:55:09 event_45 +2024-04-02T13:15:15 event_88 +2024-04-02T08:48:29 event_92 +2024-04-02T09:07:29 event_94 +2024-04-02T15:56:37 event_97 +2024-04-02T06:05:51 event_12 +2024-04-02T07:37:43 event_68 +2024-04-02T13:19:07 event_89 +2024-04-02T14:26:05 event_20 +2024-04-02T11:42:29 event_19 +2024-04-02T12:17:25 event_90 +2024-04-02T08:01:53 event_6 +2024-04-02T19:57:21 event_24 +2024-04-02T11:28:04 event_90 +2024-04-02T08:54:40 event_55 +2024-04-02T10:03:29 event_25 +2024-04-02T09:22:49 event_40 +2024-04-02T05:31:28 event_77 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..e8a738ec24d51743f3b2a7e81ebf4f4eb4fe0bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-01.log @@ -0,0 +1,24 @@ +2024-04-01T15:43:22 event_89 +2024-04-01T12:40:36 event_70 +2024-04-01T12:05:20 event_92 +2024-04-01T09:19:21 event_65 +2024-04-01T15:26:50 event_82 +2024-04-01T20:33:27 event_25 +2024-04-01T00:49:48 event_23 +2024-04-01T11:45:00 event_6 +2024-04-01T14:02:05 event_45 +2024-04-01T07:57:55 event_27 +2024-04-01T14:56:20 event_78 +2024-04-01T08:59:56 event_31 +2024-04-01T14:46:38 event_32 +2024-04-01T07:00:24 event_53 +2024-04-01T11:06:50 event_90 +2024-04-01T12:41:32 event_77 +2024-04-01T13:47:39 event_51 +2024-04-01T08:28:13 event_80 +2024-04-01T22:45:29 event_1 +2024-04-01T13:03:56 event_3 +2024-04-01T03:33:10 event_85 +2024-04-01T10:01:22 event_94 +2024-04-01T11:09:38 event_23 +2024-04-01T09:52:19 event_5 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1e9190a0526e7844bd6b7ebff8ee50bb15e65435 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-04.log @@ -0,0 +1,34 @@ +2024-04-04T14:47:06 event_49 +2024-04-04T09:34:25 event_74 +2024-04-04T10:34:59 event_84 +2024-04-04T10:06:43 event_95 +2024-04-04T07:16:06 event_86 +2024-04-04T11:49:22 event_34 +2024-04-04T13:33:56 event_62 +2024-04-04T12:55:25 event_15 +2024-04-04T20:27:08 event_93 +2024-04-04T10:50:55 event_96 +2024-04-04T08:14:51 event_90 +2024-04-04T08:47:44 event_17 +2024-04-04T07:13:25 event_96 +2024-04-04T10:38:08 event_48 +2024-04-04T15:35:46 event_71 +2024-04-04T13:58:48 event_75 +2024-04-04T08:40:00 event_4 +2024-04-04T17:55:00 event_30 +2024-04-04T10:03:00 event_71 +2024-04-04T10:30:09 event_70 +2024-04-04T15:59:46 event_47 +2024-04-04T19:57:19 event_75 +2024-04-04T10:17:06 event_13 +2024-04-04T12:14:11 event_56 +2024-04-04T13:45:55 event_82 +2024-04-04T12:04:04 event_32 +2024-04-04T09:12:23 event_38 +2024-04-04T10:10:56 event_15 +2024-04-04T10:30:18 event_66 +2024-04-04T10:24:23 event_67 +2024-04-04T16:33:45 event_19 +2024-04-04T09:09:08 event_7 +2024-04-04T14:46:48 event_29 +2024-04-04T10:39:12 event_94 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..9c5769f6ee9a447d5ab2f7ba234775e8fbaef9ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/users-api/2024-04-06.log @@ -0,0 +1,27 @@ +2024-04-06T04:52:17 event_93 +2024-04-06T09:10:30 event_28 +2024-04-06T07:29:10 event_52 +2024-04-06T07:22:19 event_8 +2024-04-06T12:47:19 event_39 +2024-04-06T11:11:07 event_13 +2024-04-06T13:41:29 event_56 +2024-04-06T13:17:52 event_89 +2024-04-06T12:25:07 event_61 +2024-04-06T15:46:42 event_89 +2024-04-06T09:19:47 event_5 +2024-04-06T14:25:19 event_58 +2024-04-06T05:34:06 event_82 +2024-04-06T08:33:48 event_1 +2024-04-06T12:36:55 event_87 +2024-04-06T09:44:48 event_83 +2024-04-06T14:26:09 event_51 +2024-04-06T09:26:55 event_73 +2024-04-06T07:32:36 event_99 +2024-04-06T12:49:02 event_44 +2024-04-06T03:57:00 event_99 +2024-04-06T02:13:42 event_31 +2024-04-06T15:55:53 event_91 +2024-04-06T11:14:25 event_33 +2024-04-06T15:28:54 event_41 +2024-04-06T18:54:12 event_62 +2024-04-06T21:08:44 event_99 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..87ebfdefb262fd92cc72124fe6b53408045a0efc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/events/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,28 @@ +2024-04-02T12:47:25 event_39 +2024-04-02T21:31:47 event_2 +2024-04-02T13:48:03 event_25 +2024-04-02T08:21:49 event_61 +2024-04-02T08:43:55 event_44 +2024-04-02T08:03:26 event_32 +2024-04-02T16:39:24 event_54 +2024-04-02T12:29:45 event_69 +2024-04-02T12:47:54 event_25 +2024-04-02T11:10:15 event_73 +2024-04-02T23:14:39 event_53 +2024-04-02T07:45:37 event_47 +2024-04-02T08:36:43 event_48 +2024-04-02T12:25:49 event_54 +2024-04-02T10:35:28 event_60 +2024-04-02T15:46:04 event_21 +2024-04-02T08:01:23 event_56 +2024-04-02T09:25:02 event_69 +2024-04-02T10:23:12 event_35 +2024-04-02T07:31:40 event_21 +2024-04-02T09:57:07 event_70 +2024-04-02T08:11:34 event_26 +2024-04-02T09:20:09 event_46 +2024-04-02T10:48:25 event_45 +2024-04-02T08:12:22 event_59 +2024-04-02T07:25:34 event_9 +2024-04-02T14:03:34 event_6 +2024-04-02T13:18:13 event_8 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/reports/busiest_hour.txt b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/reports/busiest_hour.txt new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/ops/reports/busiest_hour.txt @@ -0,0 +1 @@ +10 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/auth-api/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/auth-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..df22c76960579743703692edfae501611e9c4010 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/auth-api/2024-04-05.log @@ -0,0 +1,34 @@ +2024-04-05T10:02:21 event_94 +2024-04-05T12:16:05 event_21 +2024-04-05T11:44:01 event_54 +2024-04-05T15:20:05 event_38 +2024-04-05T11:49:52 event_88 +2024-04-05T00:32:44 event_55 +2024-04-05T20:14:39 event_83 +2024-04-05T15:34:53 event_50 +2024-04-05T08:24:53 event_57 +2024-04-05T10:07:10 event_96 +2024-04-05T13:36:42 event_12 +2024-04-05T23:56:12 event_29 +2024-04-05T12:54:35 event_34 +2024-04-05T12:30:07 event_95 +2024-04-05T10:45:09 event_97 +2024-04-05T13:49:25 event_7 +2024-04-05T15:14:12 event_62 +2024-04-05T14:46:37 event_8 +2024-04-05T09:41:47 event_46 +2024-04-05T20:54:48 event_4 +2024-04-05T14:12:22 event_97 +2024-04-05T06:51:42 event_81 +2024-04-05T13:04:12 event_57 +2024-04-05T12:32:24 event_2 +2024-04-05T08:17:35 event_92 +2024-04-05T12:44:01 event_75 +2024-04-05T07:28:30 event_66 +2024-04-05T11:34:27 event_80 +2024-04-05T08:40:15 event_15 +2024-04-05T11:33:26 event_75 +2024-04-05T13:05:58 event_61 +2024-04-05T13:51:15 event_98 +2024-04-05T10:22:40 event_58 +2024-04-05T14:42:12 event_71 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/auth-api/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/auth-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..6ff81d6bdaa675b8258381260d38022ecb7fd0fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/auth-api/2024-04-06.log @@ -0,0 +1,27 @@ +2024-04-06T09:51:46 event_41 +2024-04-06T09:34:34 event_29 +2024-04-06T06:24:31 event_77 +2024-04-06T10:19:26 event_46 +2024-04-06T11:12:46 event_20 +2024-04-06T11:29:17 event_6 +2024-04-06T12:42:39 event_21 +2024-04-06T09:25:00 event_16 +2024-04-06T11:11:02 event_33 +2024-04-06T10:13:55 event_83 +2024-04-06T15:34:35 event_52 +2024-04-06T07:34:55 event_93 +2024-04-06T11:59:00 event_66 +2024-04-06T06:21:44 event_6 +2024-04-06T13:57:33 event_47 +2024-04-06T14:10:43 event_69 +2024-04-06T13:16:24 event_63 +2024-04-06T07:23:35 event_80 +2024-04-06T10:27:38 event_18 +2024-04-06T11:50:48 event_60 +2024-04-06T10:03:25 event_62 +2024-04-06T11:31:34 event_71 +2024-04-06T07:59:17 event_13 +2024-04-06T05:27:07 event_24 +2024-04-06T08:30:07 event_75 +2024-04-06T09:02:20 event_79 +2024-04-06T10:10:20 event_43 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/billing-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/billing-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..01c013a7414442208c61424b933c3347713ec2eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/billing-svc/2024-04-02.log @@ -0,0 +1,24 @@ +2024-04-02T11:44:35 event_12 +2024-04-02T08:56:34 event_27 +2024-04-02T13:13:34 event_82 +2024-04-02T12:18:39 event_96 +2024-04-02T17:08:12 event_36 +2024-04-02T09:32:06 event_21 +2024-04-02T12:45:44 event_57 +2024-04-02T13:09:19 event_62 +2024-04-02T13:20:10 event_35 +2024-04-02T12:40:23 event_62 +2024-04-02T07:12:47 event_58 +2024-04-02T11:33:55 event_71 +2024-04-02T13:58:44 event_35 +2024-04-02T18:55:02 event_19 +2024-04-02T11:03:19 event_84 +2024-04-02T09:57:56 event_2 +2024-04-02T14:56:33 event_99 +2024-04-02T10:08:22 event_27 +2024-04-02T14:30:34 event_62 +2024-04-02T13:42:18 event_67 +2024-04-02T13:21:58 event_4 +2024-04-02T14:20:38 event_92 +2024-04-02T17:27:58 event_18 +2024-04-02T09:26:45 event_82 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/billing-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/billing-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..1c3f26d2912094236676e7e3316b63f6d8ed6281 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/billing-svc/2024-04-03.log @@ -0,0 +1,30 @@ +2024-04-03T11:02:58 event_7 +2024-04-03T11:44:16 event_41 +2024-04-03T12:09:29 event_12 +2024-04-03T10:26:03 event_13 +2024-04-03T11:05:18 event_52 +2024-04-03T07:55:58 event_86 +2024-04-03T10:59:54 event_22 +2024-04-03T09:56:42 event_89 +2024-04-03T08:54:20 event_6 +2024-04-03T13:08:28 event_75 +2024-04-03T13:01:03 event_5 +2024-04-03T14:17:47 event_86 +2024-04-03T08:08:54 event_25 +2024-04-03T10:48:30 event_50 +2024-04-03T14:46:06 event_19 +2024-04-03T16:41:03 event_28 +2024-04-03T08:18:01 event_46 +2024-04-03T09:27:04 event_28 +2024-04-03T05:53:08 event_13 +2024-04-03T17:54:36 event_79 +2024-04-03T17:50:41 event_13 +2024-04-03T07:52:33 event_71 +2024-04-03T16:49:44 event_60 +2024-04-03T14:13:08 event_85 +2024-04-03T13:25:29 event_80 +2024-04-03T10:53:34 event_97 +2024-04-03T17:40:37 event_80 +2024-04-03T16:12:57 event_73 +2024-04-03T15:04:55 event_85 +2024-04-03T10:56:42 event_65 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..db6e14847ec913c0c5619e646e63613a02341291 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-01.log @@ -0,0 +1,33 @@ +2024-04-01T08:28:20 event_93 +2024-04-01T10:02:07 event_72 +2024-04-01T15:55:04 event_34 +2024-04-01T12:05:10 event_32 +2024-04-01T15:08:41 event_29 +2024-04-01T23:14:29 event_95 +2024-04-01T12:15:59 event_97 +2024-04-01T08:07:35 event_47 +2024-04-01T08:59:23 event_44 +2024-04-01T14:47:37 event_76 +2024-04-01T14:31:59 event_5 +2024-04-01T14:07:47 event_87 +2024-04-01T20:24:47 event_57 +2024-04-01T23:27:17 event_77 +2024-04-01T07:37:42 event_98 +2024-04-01T12:46:23 event_4 +2024-04-01T19:25:30 event_2 +2024-04-01T03:14:40 event_25 +2024-04-01T09:30:09 event_76 +2024-04-01T07:31:50 event_76 +2024-04-01T07:03:15 event_96 +2024-04-01T10:40:39 event_88 +2024-04-01T18:41:12 event_80 +2024-04-01T09:14:49 event_7 +2024-04-01T18:39:26 event_54 +2024-04-01T19:49:25 event_61 +2024-04-01T07:24:26 event_14 +2024-04-01T09:18:00 event_91 +2024-04-01T15:14:49 event_85 +2024-04-01T09:25:00 event_8 +2024-04-01T13:13:31 event_79 +2024-04-01T08:46:14 event_8 +2024-04-01T13:35:03 event_70 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..7ba20743a00f2f0bc36c60d0c19037aad4fa2667 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03T03:21:23 event_98 +2024-04-03T07:37:37 event_20 +2024-04-03T08:55:40 event_70 +2024-04-03T14:31:00 event_50 +2024-04-03T10:44:48 event_27 +2024-04-03T11:14:48 event_74 +2024-04-03T10:23:45 event_48 +2024-04-03T09:08:37 event_59 +2024-04-03T17:47:13 event_18 +2024-04-03T08:34:54 event_52 +2024-04-03T15:04:04 event_99 +2024-04-03T09:21:52 event_99 +2024-04-03T12:18:30 event_25 +2024-04-03T17:40:12 event_78 +2024-04-03T20:57:20 event_39 +2024-04-03T10:52:32 event_64 +2024-04-03T06:30:02 event_10 +2024-04-03T16:03:55 event_51 +2024-04-03T08:38:32 event_57 +2024-04-03T10:21:23 event_92 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..93d3df37626a009146d51046a71cc9dd6d3147d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/cart-api/2024-04-07.log @@ -0,0 +1,22 @@ +2024-04-07T15:24:09 event_52 +2024-04-07T10:07:19 event_58 +2024-04-07T11:54:44 event_49 +2024-04-07T01:27:58 event_16 +2024-04-07T19:52:52 event_62 +2024-04-07T12:14:14 event_21 +2024-04-07T15:42:46 event_80 +2024-04-07T05:09:22 event_17 +2024-04-07T10:54:53 event_64 +2024-04-07T16:32:52 event_32 +2024-04-07T23:40:47 event_66 +2024-04-07T09:34:11 event_34 +2024-04-07T08:16:59 event_99 +2024-04-07T09:49:58 event_86 +2024-04-07T11:46:16 event_42 +2024-04-07T13:08:39 event_31 +2024-04-07T09:02:33 event_1 +2024-04-07T20:26:23 event_44 +2024-04-07T06:48:55 event_46 +2024-04-07T14:17:38 event_99 +2024-04-07T12:29:01 event_54 +2024-04-07T18:22:13 event_82 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/email-worker/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/email-worker/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..8ec4c69361866a6230fa736859ff624f5aa44f00 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/email-worker/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T14:25:19 event_43 +2024-04-03T08:58:50 event_42 +2024-04-03T13:17:06 event_59 +2024-04-03T10:17:08 event_37 +2024-04-03T08:42:55 event_23 +2024-04-03T10:36:17 event_48 +2024-04-03T15:51:06 event_29 +2024-04-03T12:26:52 event_43 +2024-04-03T16:31:56 event_5 +2024-04-03T09:33:32 event_97 +2024-04-03T12:06:24 event_53 +2024-04-03T14:02:05 event_67 +2024-04-03T09:09:18 event_42 +2024-04-03T16:06:40 event_67 +2024-04-03T11:48:33 event_54 +2024-04-03T14:02:38 event_26 +2024-04-03T10:02:19 event_34 +2024-04-03T17:40:11 event_93 +2024-04-03T10:16:34 event_46 +2024-04-03T08:06:36 event_13 +2024-04-03T10:13:59 event_39 +2024-04-03T11:24:13 event_17 +2024-04-03T06:32:20 event_61 +2024-04-03T06:07:17 event_33 +2024-04-03T14:15:35 event_36 +2024-04-03T13:33:13 event_48 +2024-04-03T08:47:23 event_49 +2024-04-03T13:48:43 event_59 +2024-04-03T08:13:20 event_33 +2024-04-03T11:56:28 event_4 +2024-04-03T06:48:14 event_5 +2024-04-03T09:11:09 event_72 +2024-04-03T10:04:08 event_50 +2024-04-03T19:42:59 event_7 +2024-04-03T13:49:07 event_33 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/gateway-edge/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/gateway-edge/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..f5f2a61d02c604d9d0b12ac6dd7462af95e94904 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/gateway-edge/2024-04-04.log @@ -0,0 +1,29 @@ +2024-04-04T09:51:24 event_91 +2024-04-04T18:40:35 event_77 +2024-04-04T08:05:48 event_67 +2024-04-04T17:01:52 event_82 +2024-04-04T10:51:29 event_51 +2024-04-04T11:14:56 event_17 +2024-04-04T14:30:45 event_55 +2024-04-04T13:47:39 event_70 +2024-04-04T10:17:25 event_33 +2024-04-04T18:19:06 event_66 +2024-04-04T04:11:35 event_90 +2024-04-04T07:50:57 event_61 +2024-04-04T19:58:19 event_16 +2024-04-04T15:36:03 event_77 +2024-04-04T16:17:57 event_12 +2024-04-04T06:56:23 event_30 +2024-04-04T08:00:46 event_82 +2024-04-04T15:03:09 event_23 +2024-04-04T07:16:16 event_90 +2024-04-04T09:00:21 event_29 +2024-04-04T10:02:26 event_98 +2024-04-04T10:09:06 event_8 +2024-04-04T09:11:01 event_51 +2024-04-04T15:07:20 event_29 +2024-04-04T10:27:56 event_95 +2024-04-04T00:26:49 event_93 +2024-04-04T17:00:47 event_77 +2024-04-04T08:41:19 event_61 +2024-04-04T13:13:23 event_96 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/inventory-api/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/inventory-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..1770c3de216c8898b1d8c5b13691ac56ce1ec1a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/inventory-api/2024-04-06.log @@ -0,0 +1,31 @@ +2024-04-06T21:32:54 event_78 +2024-04-06T17:45:36 event_38 +2024-04-06T11:10:17 event_8 +2024-04-06T17:04:00 event_98 +2024-04-06T14:45:09 event_53 +2024-04-06T11:31:30 event_50 +2024-04-06T11:23:37 event_98 +2024-04-06T16:33:10 event_37 +2024-04-06T08:07:03 event_93 +2024-04-06T14:34:21 event_22 +2024-04-06T10:52:40 event_13 +2024-04-06T09:55:19 event_51 +2024-04-06T15:55:10 event_44 +2024-04-06T20:28:45 event_44 +2024-04-06T13:29:00 event_39 +2024-04-06T10:05:31 event_24 +2024-04-06T12:34:05 event_9 +2024-04-06T21:37:06 event_17 +2024-04-06T11:19:17 event_8 +2024-04-06T09:12:56 event_22 +2024-04-06T10:51:45 event_19 +2024-04-06T06:02:08 event_79 +2024-04-06T12:08:24 event_13 +2024-04-06T15:46:06 event_42 +2024-04-06T20:01:08 event_45 +2024-04-06T12:33:33 event_41 +2024-04-06T09:46:11 event_84 +2024-04-06T15:16:23 event_62 +2024-04-06T09:28:40 event_67 +2024-04-06T17:38:41 event_75 +2024-04-06T09:07:52 event_78 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/ledger-svc/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/ledger-svc/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a9cac04fcc27fcbcbc9f9f32014bb7094569acec --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/ledger-svc/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04T05:03:34 event_79 +2024-04-04T09:42:50 event_89 +2024-04-04T07:39:01 event_77 +2024-04-04T11:39:16 event_61 +2024-04-04T08:30:10 event_42 +2024-04-04T05:06:24 event_1 +2024-04-04T08:59:32 event_67 +2024-04-04T10:59:53 event_12 +2024-04-04T14:14:35 event_28 +2024-04-04T16:48:03 event_70 +2024-04-04T13:03:16 event_72 +2024-04-04T12:36:53 event_48 +2024-04-04T11:49:12 event_90 +2024-04-04T06:24:05 event_96 +2024-04-04T16:22:12 event_40 +2024-04-04T11:22:06 event_36 +2024-04-04T14:44:40 event_87 +2024-04-04T13:37:33 event_64 +2024-04-04T08:04:34 event_29 +2024-04-04T11:09:26 event_29 +2024-04-04T12:07:50 event_24 +2024-04-04T11:00:51 event_25 +2024-04-04T11:50:53 event_44 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..e4a579ed2c45e56fe7543f88e213befffd98a1d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-02.log @@ -0,0 +1,26 @@ +2024-04-02T13:54:04 event_19 +2024-04-02T16:15:07 event_21 +2024-04-02T07:05:17 event_13 +2024-04-02T15:08:19 event_94 +2024-04-02T10:41:23 event_92 +2024-04-02T07:34:44 event_95 +2024-04-02T11:09:39 event_2 +2024-04-02T11:50:51 event_8 +2024-04-02T09:02:29 event_28 +2024-04-02T11:44:53 event_81 +2024-04-02T11:35:42 event_52 +2024-04-02T13:11:44 event_38 +2024-04-02T13:58:10 event_67 +2024-04-02T10:27:12 event_11 +2024-04-02T10:36:52 event_44 +2024-04-02T22:29:47 event_83 +2024-04-02T23:58:01 event_89 +2024-04-02T10:54:09 event_2 +2024-04-02T10:00:24 event_93 +2024-04-02T18:19:48 event_6 +2024-04-02T10:43:06 event_12 +2024-04-02T09:00:08 event_85 +2024-04-02T18:45:54 event_79 +2024-04-02T07:47:45 event_37 +2024-04-02T00:59:42 event_49 +2024-04-02T12:25:01 event_19 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..94e808112d4afa1dcd7e0e25077f63b0f0baa5e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-05.log @@ -0,0 +1,24 @@ +2024-04-05T07:06:03 event_12 +2024-04-05T20:09:38 event_4 +2024-04-05T13:08:16 event_35 +2024-04-05T09:52:31 event_24 +2024-04-05T19:25:31 event_56 +2024-04-05T15:41:03 event_89 +2024-04-05T08:33:50 event_54 +2024-04-05T15:33:12 event_1 +2024-04-05T13:37:24 event_33 +2024-04-05T15:01:02 event_36 +2024-04-05T10:13:17 event_58 +2024-04-05T11:45:08 event_73 +2024-04-05T08:12:38 event_50 +2024-04-05T11:53:04 event_89 +2024-04-05T09:53:46 event_71 +2024-04-05T10:16:29 event_64 +2024-04-05T10:48:57 event_33 +2024-04-05T21:25:55 event_35 +2024-04-05T12:41:48 event_72 +2024-04-05T09:04:50 event_50 +2024-04-05T08:59:37 event_1 +2024-04-05T09:32:38 event_49 +2024-04-05T06:38:47 event_74 +2024-04-05T09:41:02 event_12 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..d5ceda4beae9d5be543897ad272789af5fcc292c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/notifier-bus/2024-04-06.log @@ -0,0 +1,30 @@ +2024-04-06T12:59:08 event_14 +2024-04-06T11:37:49 event_49 +2024-04-06T13:47:32 event_9 +2024-04-06T16:42:26 event_2 +2024-04-06T15:24:56 event_7 +2024-04-06T08:01:56 event_89 +2024-04-06T15:08:10 event_76 +2024-04-06T13:25:26 event_68 +2024-04-06T18:42:54 event_41 +2024-04-06T09:53:28 event_27 +2024-04-06T07:44:11 event_20 +2024-04-06T15:30:04 event_16 +2024-04-06T08:33:02 event_26 +2024-04-06T09:15:03 event_19 +2024-04-06T08:10:42 event_90 +2024-04-06T17:36:12 event_79 +2024-04-06T06:46:33 event_67 +2024-04-06T07:04:39 event_91 +2024-04-06T11:46:39 event_59 +2024-04-06T14:04:30 event_39 +2024-04-06T15:06:09 event_50 +2024-04-06T08:35:13 event_80 +2024-04-06T09:01:46 event_43 +2024-04-06T16:48:54 event_35 +2024-04-06T20:54:48 event_23 +2024-04-06T07:22:40 event_19 +2024-04-06T09:56:54 event_10 +2024-04-06T14:44:32 event_60 +2024-04-06T13:10:51 event_16 +2024-04-06T09:43:31 event_95 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6625a836548c91eef8b578f9b6c3b782cf33a01e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-01.log @@ -0,0 +1,35 @@ +2024-04-01T13:11:15 event_67 +2024-04-01T12:42:31 event_66 +2024-04-01T15:00:13 event_27 +2024-04-01T10:18:45 event_60 +2024-04-01T09:42:48 event_59 +2024-04-01T08:19:06 event_93 +2024-04-01T11:55:57 event_87 +2024-04-01T09:50:24 event_83 +2024-04-01T07:53:20 event_15 +2024-04-01T16:50:21 event_39 +2024-04-01T11:25:43 event_86 +2024-04-01T07:23:49 event_68 +2024-04-01T14:45:27 event_76 +2024-04-01T09:44:59 event_99 +2024-04-01T05:17:54 event_75 +2024-04-01T09:01:08 event_50 +2024-04-01T14:19:12 event_3 +2024-04-01T14:11:08 event_65 +2024-04-01T14:57:16 event_40 +2024-04-01T12:55:37 event_74 +2024-04-01T12:59:15 event_30 +2024-04-01T12:35:05 event_63 +2024-04-01T14:24:17 event_12 +2024-04-01T11:17:23 event_35 +2024-04-01T14:32:38 event_67 +2024-04-01T10:12:57 event_28 +2024-04-01T11:21:11 event_59 +2024-04-01T11:21:34 event_21 +2024-04-01T15:59:45 event_49 +2024-04-01T09:00:17 event_36 +2024-04-01T12:54:49 event_36 +2024-04-01T14:47:22 event_88 +2024-04-01T08:45:47 event_53 +2024-04-01T09:43:38 event_78 +2024-04-01T09:54:36 event_19 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-03.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..dbf307cb747ed90f3a41ffe055de7475d8d3d6a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-03.log @@ -0,0 +1,24 @@ +2024-04-03T12:58:30 event_44 +2024-04-03T13:10:40 event_45 +2024-04-03T11:32:27 event_71 +2024-04-03T18:43:20 event_97 +2024-04-03T12:10:47 event_94 +2024-04-03T07:29:52 event_46 +2024-04-03T17:21:32 event_97 +2024-04-03T09:28:19 event_98 +2024-04-03T10:50:35 event_5 +2024-04-03T09:05:06 event_21 +2024-04-03T14:01:51 event_38 +2024-04-03T11:23:22 event_63 +2024-04-03T10:48:10 event_46 +2024-04-03T17:46:19 event_34 +2024-04-03T13:46:32 event_31 +2024-04-03T10:17:54 event_51 +2024-04-03T14:35:52 event_80 +2024-04-03T11:25:12 event_28 +2024-04-03T00:13:36 event_86 +2024-04-03T13:31:25 event_87 +2024-04-03T15:12:21 event_93 +2024-04-03T08:36:53 event_2 +2024-04-03T16:27:00 event_87 +2024-04-03T11:31:46 event_2 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..65aa10ea38452c5343b6774d1a1a10bf4125c39f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-05.log @@ -0,0 +1,21 @@ +2024-04-05T11:22:24 event_62 +2024-04-05T08:58:15 event_2 +2024-04-05T18:22:22 event_88 +2024-04-05T07:50:01 event_67 +2024-04-05T12:56:07 event_79 +2024-04-05T08:09:03 event_98 +2024-04-05T12:46:35 event_38 +2024-04-05T11:16:05 event_89 +2024-04-05T16:09:15 event_1 +2024-04-05T01:56:12 event_76 +2024-04-05T10:57:20 event_51 +2024-04-05T07:39:08 event_39 +2024-04-05T09:20:09 event_9 +2024-04-05T08:40:44 event_14 +2024-04-05T04:22:39 event_79 +2024-04-05T16:12:18 event_38 +2024-04-05T15:27:34 event_29 +2024-04-05T13:27:39 event_44 +2024-04-05T08:09:08 event_83 +2024-04-05T13:21:43 event_92 +2024-04-05T14:19:52 event_2 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..65f45da220aef97a2d196b0ac9f908c335d65af3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/recommender-rt/2024-04-07.log @@ -0,0 +1,20 @@ +2024-04-07T12:59:55 event_69 +2024-04-07T13:07:40 event_95 +2024-04-07T15:09:04 event_12 +2024-04-07T19:59:54 event_25 +2024-04-07T10:07:02 event_98 +2024-04-07T10:44:04 event_54 +2024-04-07T00:33:21 event_48 +2024-04-07T10:02:54 event_35 +2024-04-07T00:09:24 event_5 +2024-04-07T15:55:43 event_86 +2024-04-07T14:17:32 event_90 +2024-04-07T10:10:19 event_51 +2024-04-07T20:57:23 event_67 +2024-04-07T09:50:05 event_1 +2024-04-07T18:19:15 event_74 +2024-04-07T09:30:47 event_80 +2024-04-07T12:05:45 event_22 +2024-04-07T15:41:07 event_38 +2024-04-07T09:44:56 event_58 +2024-04-07T06:59:52 event_84 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1dd8fc2b846317aac9d060d53b46bffa47cff2d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-01.log @@ -0,0 +1,35 @@ +2024-04-01T11:20:38 event_96 +2024-04-01T18:53:46 event_17 +2024-04-01T05:00:37 event_44 +2024-04-01T21:36:02 event_59 +2024-04-01T11:17:28 event_34 +2024-04-01T10:59:07 event_20 +2024-04-01T12:46:26 event_60 +2024-04-01T12:48:05 event_33 +2024-04-01T14:40:50 event_33 +2024-04-01T11:21:01 event_96 +2024-04-01T09:02:32 event_39 +2024-04-01T14:02:05 event_31 +2024-04-01T10:23:31 event_25 +2024-04-01T15:58:08 event_71 +2024-04-01T08:02:55 event_44 +2024-04-01T11:28:02 event_90 +2024-04-01T08:49:37 event_89 +2024-04-01T12:33:09 event_70 +2024-04-01T11:20:30 event_51 +2024-04-01T06:46:17 event_64 +2024-04-01T10:29:33 event_12 +2024-04-01T09:53:24 event_61 +2024-04-01T10:51:49 event_95 +2024-04-01T14:27:56 event_76 +2024-04-01T11:10:56 event_25 +2024-04-01T09:03:14 event_84 +2024-04-01T12:54:28 event_57 +2024-04-01T13:05:15 event_87 +2024-04-01T13:23:24 event_41 +2024-04-01T03:19:00 event_4 +2024-04-01T09:06:00 event_69 +2024-04-01T06:09:08 event_64 +2024-04-01T12:35:21 event_43 +2024-04-01T12:49:01 event_28 +2024-04-01T18:29:36 event_90 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-05.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f7c7d0ccfa24570ca0b7e15132b6a2300595b565 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-05.log @@ -0,0 +1,26 @@ +2024-04-05T23:04:46 event_57 +2024-04-05T10:05:07 event_74 +2024-04-05T16:05:10 event_58 +2024-04-05T12:07:40 event_10 +2024-04-05T00:21:28 event_20 +2024-04-05T09:58:36 event_29 +2024-04-05T14:21:39 event_20 +2024-04-05T07:08:59 event_35 +2024-04-05T08:52:08 event_22 +2024-04-05T12:19:34 event_19 +2024-04-05T08:31:50 event_18 +2024-04-05T08:20:05 event_83 +2024-04-05T13:47:47 event_4 +2024-04-05T07:49:37 event_88 +2024-04-05T07:30:04 event_64 +2024-04-05T08:37:24 event_8 +2024-04-05T10:04:33 event_18 +2024-04-05T07:49:42 event_42 +2024-04-05T14:55:26 event_68 +2024-04-05T13:06:12 event_10 +2024-04-05T15:28:10 event_91 +2024-04-05T11:48:51 event_18 +2024-04-05T15:10:48 event_39 +2024-04-05T10:27:28 event_96 +2024-04-05T16:03:20 event_40 +2024-04-05T00:58:07 event_21 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..9bd780f87671cdbcf2f20634dd74bfaf6001a28b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/reporting-etl/2024-04-07.log @@ -0,0 +1,31 @@ +2024-04-07T10:48:46 event_51 +2024-04-07T12:30:33 event_86 +2024-04-07T17:03:05 event_66 +2024-04-07T06:56:58 event_76 +2024-04-07T08:07:02 event_49 +2024-04-07T10:41:05 event_93 +2024-04-07T17:11:15 event_43 +2024-04-07T11:19:45 event_61 +2024-04-07T08:59:07 event_94 +2024-04-07T06:17:31 event_52 +2024-04-07T14:44:22 event_82 +2024-04-07T15:27:01 event_39 +2024-04-07T12:18:59 event_72 +2024-04-07T17:25:58 event_28 +2024-04-07T08:39:24 event_50 +2024-04-07T08:12:52 event_48 +2024-04-07T02:38:24 event_29 +2024-04-07T16:20:30 event_27 +2024-04-07T10:57:04 event_35 +2024-04-07T10:42:06 event_72 +2024-04-07T11:40:14 event_36 +2024-04-07T15:53:26 event_14 +2024-04-07T10:25:19 event_76 +2024-04-07T09:34:51 event_55 +2024-04-07T08:45:03 event_2 +2024-04-07T08:50:02 event_43 +2024-04-07T03:05:43 event_73 +2024-04-07T07:03:26 event_21 +2024-04-07T11:29:21 event_40 +2024-04-07T16:44:18 event_99 +2024-04-07T13:29:58 event_85 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/search-indexer/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/search-indexer/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a2a5ae2f758d359eb3d43ce348f90ffd0806d9df --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/search-indexer/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T08:19:21 event_21 +2024-04-04T11:59:36 event_17 +2024-04-04T10:18:54 event_68 +2024-04-04T17:24:31 event_61 +2024-04-04T14:43:49 event_84 +2024-04-04T09:32:58 event_1 +2024-04-04T10:13:52 event_72 +2024-04-04T09:55:52 event_5 +2024-04-04T05:07:31 event_44 +2024-04-04T04:22:38 event_75 +2024-04-04T16:20:31 event_62 +2024-04-04T12:34:33 event_63 +2024-04-04T12:12:29 event_20 +2024-04-04T13:32:55 event_76 +2024-04-04T08:58:52 event_66 +2024-04-04T11:29:58 event_26 +2024-04-04T08:52:13 event_29 +2024-04-04T16:32:31 event_94 +2024-04-04T14:50:35 event_73 +2024-04-04T15:06:06 event_19 +2024-04-04T11:47:31 event_31 +2024-04-04T15:43:39 event_93 +2024-04-04T15:05:31 event_34 +2024-04-04T11:17:30 event_46 +2024-04-04T11:56:40 event_53 +2024-04-04T12:08:49 event_55 +2024-04-04T02:58:54 event_12 +2024-04-04T20:55:37 event_4 +2024-04-04T10:40:29 event_38 +2024-04-04T02:45:21 event_19 +2024-04-04T02:13:58 event_24 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/search-indexer/2024-04-07.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/search-indexer/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..bd0cb2d602aed28165af5818e62e71841936654b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/search-indexer/2024-04-07.log @@ -0,0 +1,20 @@ +2024-04-07T08:38:02 event_46 +2024-04-07T05:29:20 event_70 +2024-04-07T06:14:30 event_98 +2024-04-07T09:02:42 event_21 +2024-04-07T08:34:10 event_36 +2024-04-07T10:32:19 event_99 +2024-04-07T21:17:40 event_46 +2024-04-07T09:28:23 event_42 +2024-04-07T08:30:29 event_97 +2024-04-07T15:47:46 event_34 +2024-04-07T11:27:36 event_89 +2024-04-07T08:12:34 event_47 +2024-04-07T10:36:43 event_82 +2024-04-07T07:40:18 event_90 +2024-04-07T15:21:35 event_71 +2024-04-07T09:42:08 event_47 +2024-04-07T07:13:52 event_41 +2024-04-07T12:41:05 event_35 +2024-04-07T11:29:09 event_39 +2024-04-07T13:26:59 event_5 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/shipping-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/shipping-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..f0d71997eae355a144c6827a8864fa8dddcd8ba7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/shipping-svc/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02T16:52:30 event_33 +2024-04-02T16:35:33 event_31 +2024-04-02T11:12:18 event_14 +2024-04-02T13:55:09 event_45 +2024-04-02T13:15:15 event_88 +2024-04-02T08:48:29 event_92 +2024-04-02T09:07:29 event_94 +2024-04-02T15:56:37 event_97 +2024-04-02T06:05:51 event_12 +2024-04-02T07:37:43 event_68 +2024-04-02T13:19:07 event_89 +2024-04-02T14:26:05 event_20 +2024-04-02T11:42:29 event_19 +2024-04-02T12:17:25 event_90 +2024-04-02T08:01:53 event_6 +2024-04-02T19:57:21 event_24 +2024-04-02T11:28:04 event_90 +2024-04-02T08:54:40 event_55 +2024-04-02T10:03:29 event_25 +2024-04-02T09:22:49 event_40 +2024-04-02T05:31:28 event_77 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-01.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..e8a738ec24d51743f3b2a7e81ebf4f4eb4fe0bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-01.log @@ -0,0 +1,24 @@ +2024-04-01T15:43:22 event_89 +2024-04-01T12:40:36 event_70 +2024-04-01T12:05:20 event_92 +2024-04-01T09:19:21 event_65 +2024-04-01T15:26:50 event_82 +2024-04-01T20:33:27 event_25 +2024-04-01T00:49:48 event_23 +2024-04-01T11:45:00 event_6 +2024-04-01T14:02:05 event_45 +2024-04-01T07:57:55 event_27 +2024-04-01T14:56:20 event_78 +2024-04-01T08:59:56 event_31 +2024-04-01T14:46:38 event_32 +2024-04-01T07:00:24 event_53 +2024-04-01T11:06:50 event_90 +2024-04-01T12:41:32 event_77 +2024-04-01T13:47:39 event_51 +2024-04-01T08:28:13 event_80 +2024-04-01T22:45:29 event_1 +2024-04-01T13:03:56 event_3 +2024-04-01T03:33:10 event_85 +2024-04-01T10:01:22 event_94 +2024-04-01T11:09:38 event_23 +2024-04-01T09:52:19 event_5 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-04.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1e9190a0526e7844bd6b7ebff8ee50bb15e65435 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-04.log @@ -0,0 +1,34 @@ +2024-04-04T14:47:06 event_49 +2024-04-04T09:34:25 event_74 +2024-04-04T10:34:59 event_84 +2024-04-04T10:06:43 event_95 +2024-04-04T07:16:06 event_86 +2024-04-04T11:49:22 event_34 +2024-04-04T13:33:56 event_62 +2024-04-04T12:55:25 event_15 +2024-04-04T20:27:08 event_93 +2024-04-04T10:50:55 event_96 +2024-04-04T08:14:51 event_90 +2024-04-04T08:47:44 event_17 +2024-04-04T07:13:25 event_96 +2024-04-04T10:38:08 event_48 +2024-04-04T15:35:46 event_71 +2024-04-04T13:58:48 event_75 +2024-04-04T08:40:00 event_4 +2024-04-04T17:55:00 event_30 +2024-04-04T10:03:00 event_71 +2024-04-04T10:30:09 event_70 +2024-04-04T15:59:46 event_47 +2024-04-04T19:57:19 event_75 +2024-04-04T10:17:06 event_13 +2024-04-04T12:14:11 event_56 +2024-04-04T13:45:55 event_82 +2024-04-04T12:04:04 event_32 +2024-04-04T09:12:23 event_38 +2024-04-04T10:10:56 event_15 +2024-04-04T10:30:18 event_66 +2024-04-04T10:24:23 event_67 +2024-04-04T16:33:45 event_19 +2024-04-04T09:09:08 event_7 +2024-04-04T14:46:48 event_29 +2024-04-04T10:39:12 event_94 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-06.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..9c5769f6ee9a447d5ab2f7ba234775e8fbaef9ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/users-api/2024-04-06.log @@ -0,0 +1,27 @@ +2024-04-06T04:52:17 event_93 +2024-04-06T09:10:30 event_28 +2024-04-06T07:29:10 event_52 +2024-04-06T07:22:19 event_8 +2024-04-06T12:47:19 event_39 +2024-04-06T11:11:07 event_13 +2024-04-06T13:41:29 event_56 +2024-04-06T13:17:52 event_89 +2024-04-06T12:25:07 event_61 +2024-04-06T15:46:42 event_89 +2024-04-06T09:19:47 event_5 +2024-04-06T14:25:19 event_58 +2024-04-06T05:34:06 event_82 +2024-04-06T08:33:48 event_1 +2024-04-06T12:36:55 event_87 +2024-04-06T09:44:48 event_83 +2024-04-06T14:26:09 event_51 +2024-04-06T09:26:55 event_73 +2024-04-06T07:32:36 event_99 +2024-04-06T12:49:02 event_44 +2024-04-06T03:57:00 event_99 +2024-04-06T02:13:42 event_31 +2024-04-06T15:55:53 event_91 +2024-04-06T11:14:25 event_33 +2024-04-06T15:28:54 event_41 +2024-04-06T18:54:12 event_62 +2024-04-06T21:08:44 event_99 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..87ebfdefb262fd92cc72124fe6b53408045a0efc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/ops/events/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,28 @@ +2024-04-02T12:47:25 event_39 +2024-04-02T21:31:47 event_2 +2024-04-02T13:48:03 event_25 +2024-04-02T08:21:49 event_61 +2024-04-02T08:43:55 event_44 +2024-04-02T08:03:26 event_32 +2024-04-02T16:39:24 event_54 +2024-04-02T12:29:45 event_69 +2024-04-02T12:47:54 event_25 +2024-04-02T11:10:15 event_73 +2024-04-02T23:14:39 event_53 +2024-04-02T07:45:37 event_47 +2024-04-02T08:36:43 event_48 +2024-04-02T12:25:49 event_54 +2024-04-02T10:35:28 event_60 +2024-04-02T15:46:04 event_21 +2024-04-02T08:01:23 event_56 +2024-04-02T09:25:02 event_69 +2024-04-02T10:23:12 event_35 +2024-04-02T07:31:40 event_21 +2024-04-02T09:57:07 event_70 +2024-04-02T08:11:34 event_26 +2024-04-02T09:20:09 event_46 +2024-04-02T10:48:25 event_45 +2024-04-02T08:12:22 event_59 +2024-04-02T07:25:34 event_9 +2024-04-02T14:03:34 event_6 +2024-04-02T13:18:13 event_8 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ac2bd0995a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/archive/draft_old1.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/archive/draft_old1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/archive/draft_old1.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/archive/draft_old2.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/archive/draft_old2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/archive/draft_old2.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/expense-policy.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/expense-policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4f9dc1e7861a4ee5169d260d75ef1476b08ab38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/expense-policy.txt @@ -0,0 +1,3 @@ +Expense Policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/feedback-form.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/feedback-form.txt new file mode 100644 index 0000000000000000000000000000000000000000..15274c1046d68303ccd3c4d031cdfa13ee7fb77e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/feedback-form.txt @@ -0,0 +1,3 @@ +Feedback Form + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_budget-q3-draft.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_budget-q3-draft.txt new file mode 100644 index 0000000000000000000000000000000000000000..cad54c6969b51d235a1bbd94905770f800c15c41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_budget-q3-draft.txt @@ -0,0 +1,3 @@ +DRAFT - Budget Q3 Draft + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_compensation-bands.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_compensation-bands.txt new file mode 100644 index 0000000000000000000000000000000000000000..23a085eb01d1940f962911cd753adb4ddd05bcc8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_compensation-bands.txt @@ -0,0 +1,3 @@ +DRAFT - Compensation Bands + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_compliance-checklist.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_compliance-checklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bf1a39268fd9cde801d5fbfa083d422d2ac58cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_compliance-checklist.txt @@ -0,0 +1,3 @@ +DRAFT - Compliance Checklist + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_data-retention-policy.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_data-retention-policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..50d1a575db733c31bf7938f5c2ead5fc599c156a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_data-retention-policy.txt @@ -0,0 +1,3 @@ +DRAFT - Data Retention Policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_design-review-checkout.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_design-review-checkout.txt new file mode 100644 index 0000000000000000000000000000000000000000..f35c0cc5c9aa05ea3f2958e7cd0c7568613fb982 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_design-review-checkout.txt @@ -0,0 +1,3 @@ +DRAFT - Design Review Checkout + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_design-review-search.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_design-review-search.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef9152d20c475a7b1d660ae1eb1d6e4ee79ba5ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_design-review-search.txt @@ -0,0 +1,3 @@ +DRAFT - Design Review Search + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_hiring-plan-engineering.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_hiring-plan-engineering.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9da74c3020b6262c58c34d9a312c91adfcefd9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_hiring-plan-engineering.txt @@ -0,0 +1,3 @@ +DRAFT - Hiring Plan Engineering + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_incident-postmortem-march.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_incident-postmortem-march.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cd7fc851edc52736bc732e0685f268ff5fd8d17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_incident-postmortem-march.txt @@ -0,0 +1,3 @@ +DRAFT - Incident Postmortem March + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_okrs-platform.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_okrs-platform.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8b1ceaab5bdaf27f6379cb6c285c5e98e11c782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_okrs-platform.txt @@ -0,0 +1,3 @@ +DRAFT - Okrs Platform + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_okrs-product.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_okrs-product.txt new file mode 100644 index 0000000000000000000000000000000000000000..b95a4e2a1abd2282265af9204fbbf1585c869b2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_okrs-product.txt @@ -0,0 +1,3 @@ +DRAFT - Okrs Product + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_onboarding-buddy-program.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_onboarding-buddy-program.txt new file mode 100644 index 0000000000000000000000000000000000000000..60d0f26cdd6b135d80ed194a4fb9b74f91d50d95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_onboarding-buddy-program.txt @@ -0,0 +1,3 @@ +DRAFT - Onboarding Buddy Program + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_perf-cycle-summary.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_perf-cycle-summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..41f08c9e1ce73b660fd4b771c269cd6f85a948ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_perf-cycle-summary.txt @@ -0,0 +1,3 @@ +DRAFT - Perf Cycle Summary + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_platform-deprecations.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_platform-deprecations.txt new file mode 100644 index 0000000000000000000000000000000000000000..43a17eee520728419260b605b2a68907eb76ce0c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_platform-deprecations.txt @@ -0,0 +1,3 @@ +DRAFT - Platform Deprecations + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_quarterly-report-q1.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_quarterly-report-q1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cfa67348f46e7ea8691e0b4b98d8eef718a1428 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_quarterly-report-q1.txt @@ -0,0 +1,3 @@ +DRAFT - Quarterly Report Q1 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_release-notes-v2-3.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_release-notes-v2-3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a7a0ca2a449ddc167d04b6e99ddd00e10632c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_release-notes-v2-3.txt @@ -0,0 +1,3 @@ +DRAFT - Release Notes V2 3 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_release-notes-v2-4.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_release-notes-v2-4.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84b26c0e6afcf495dc35cdd40c66e84565270a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_release-notes-v2-4.txt @@ -0,0 +1,3 @@ +DRAFT - Release Notes V2 4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_roadmap-h2.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_roadmap-h2.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d94665becede1d7cc65fdd1b6265a43d512757 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_roadmap-h2.txt @@ -0,0 +1,3 @@ +DRAFT - Roadmap H2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_search-relevance-experiments.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_search-relevance-experiments.txt new file mode 100644 index 0000000000000000000000000000000000000000..6967651ee1614daecfb9f8a17948b55005cd44d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_search-relevance-experiments.txt @@ -0,0 +1,3 @@ +DRAFT - Search Relevance Experiments + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_security-audit-2024.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_security-audit-2024.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9d952cf8e89fdc2797e97a86f8c59a790fd218 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_security-audit-2024.txt @@ -0,0 +1,3 @@ +DRAFT - Security Audit 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_team-offsite-agenda.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_team-offsite-agenda.txt new file mode 100644 index 0000000000000000000000000000000000000000..827921ac90ccf32d7acc8deee819c881792cf19a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_team-offsite-agenda.txt @@ -0,0 +1,3 @@ +DRAFT - Team Offsite Agenda + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_training-curriculum.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_training-curriculum.txt new file mode 100644 index 0000000000000000000000000000000000000000..a22bd404c512f51e4a3cdecdfd07ac8b70cbd83c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_training-curriculum.txt @@ -0,0 +1,3 @@ +DRAFT - Training Curriculum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_vendor-evaluation.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_vendor-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..336bf180d4cffa92c42daed6de6ab467db507c17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/final_vendor-evaluation.txt @@ -0,0 +1,3 @@ +DRAFT - Vendor Evaluation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/fire-drill-procedure.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/fire-drill-procedure.txt new file mode 100644 index 0000000000000000000000000000000000000000..674a8b07155304b67e0ae42d7cac8a4ea2597701 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/fire-drill-procedure.txt @@ -0,0 +1,3 @@ +Fire Drill Procedure + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/holiday-schedule.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/holiday-schedule.txt new file mode 100644 index 0000000000000000000000000000000000000000..102881b2413b915d6d216321d24d4065845ba8b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/holiday-schedule.txt @@ -0,0 +1,3 @@ +Holiday Schedule + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/kitchen-rules.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/kitchen-rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a45e221a63e4a77351efa6c5889ee2c36f7e0b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/kitchen-rules.txt @@ -0,0 +1,3 @@ +Kitchen Rules + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/office-map.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/office-map.txt new file mode 100644 index 0000000000000000000000000000000000000000..b794e0ab504d6a2677a153d17fc279315ab5013b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/office-map.txt @@ -0,0 +1,3 @@ +Office Map + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/remote-work-guidelines.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/remote-work-guidelines.txt new file mode 100644 index 0000000000000000000000000000000000000000..c787ace9c69dbbca702e482989807ff4deb83d51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/remote-work-guidelines.txt @@ -0,0 +1,3 @@ +Remote Work Guidelines + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/trash/draft_old1.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/trash/draft_old1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/trash/draft_old1.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/trash/draft_old2.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/trash/draft_old2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/trash/draft_old2.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/travel-booking-tips.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/travel-booking-tips.txt new file mode 100644 index 0000000000000000000000000000000000000000..e84b19bacb57613d5da4a156785109fd6146f30e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/travel-booking-tips.txt @@ -0,0 +1,3 @@ +Travel Booking Tips + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/welcome.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/welcome.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4088032b3cb5f5fadd84f077a773ae24245cb15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/welcome.txt @@ -0,0 +1,3 @@ +Welcome + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/wifi-credentials.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/wifi-credentials.txt new file mode 100644 index 0000000000000000000000000000000000000000..b68fd21f54805f13af4b69ff36cf310a040a95ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/inbox/wifi-credentials.txt @@ -0,0 +1,3 @@ +Wifi Credentials + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/archive/draft_old1.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/archive/draft_old1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/archive/draft_old1.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/archive/draft_old2.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/archive/draft_old2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/archive/draft_old2.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_budget-q3-draft.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_budget-q3-draft.txt new file mode 100644 index 0000000000000000000000000000000000000000..cad54c6969b51d235a1bbd94905770f800c15c41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_budget-q3-draft.txt @@ -0,0 +1,3 @@ +DRAFT - Budget Q3 Draft + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_compensation-bands.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_compensation-bands.txt new file mode 100644 index 0000000000000000000000000000000000000000..23a085eb01d1940f962911cd753adb4ddd05bcc8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_compensation-bands.txt @@ -0,0 +1,3 @@ +DRAFT - Compensation Bands + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_compliance-checklist.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_compliance-checklist.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bf1a39268fd9cde801d5fbfa083d422d2ac58cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_compliance-checklist.txt @@ -0,0 +1,3 @@ +DRAFT - Compliance Checklist + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_data-retention-policy.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_data-retention-policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..50d1a575db733c31bf7938f5c2ead5fc599c156a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_data-retention-policy.txt @@ -0,0 +1,3 @@ +DRAFT - Data Retention Policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_design-review-checkout.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_design-review-checkout.txt new file mode 100644 index 0000000000000000000000000000000000000000..f35c0cc5c9aa05ea3f2958e7cd0c7568613fb982 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_design-review-checkout.txt @@ -0,0 +1,3 @@ +DRAFT - Design Review Checkout + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_design-review-search.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_design-review-search.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef9152d20c475a7b1d660ae1eb1d6e4ee79ba5ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_design-review-search.txt @@ -0,0 +1,3 @@ +DRAFT - Design Review Search + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_hiring-plan-engineering.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_hiring-plan-engineering.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9da74c3020b6262c58c34d9a312c91adfcefd9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_hiring-plan-engineering.txt @@ -0,0 +1,3 @@ +DRAFT - Hiring Plan Engineering + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_incident-postmortem-march.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_incident-postmortem-march.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cd7fc851edc52736bc732e0685f268ff5fd8d17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_incident-postmortem-march.txt @@ -0,0 +1,3 @@ +DRAFT - Incident Postmortem March + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_okrs-platform.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_okrs-platform.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8b1ceaab5bdaf27f6379cb6c285c5e98e11c782 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_okrs-platform.txt @@ -0,0 +1,3 @@ +DRAFT - Okrs Platform + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_okrs-product.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_okrs-product.txt new file mode 100644 index 0000000000000000000000000000000000000000..b95a4e2a1abd2282265af9204fbbf1585c869b2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_okrs-product.txt @@ -0,0 +1,3 @@ +DRAFT - Okrs Product + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_onboarding-buddy-program.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_onboarding-buddy-program.txt new file mode 100644 index 0000000000000000000000000000000000000000..60d0f26cdd6b135d80ed194a4fb9b74f91d50d95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_onboarding-buddy-program.txt @@ -0,0 +1,3 @@ +DRAFT - Onboarding Buddy Program + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_perf-cycle-summary.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_perf-cycle-summary.txt new file mode 100644 index 0000000000000000000000000000000000000000..41f08c9e1ce73b660fd4b771c269cd6f85a948ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_perf-cycle-summary.txt @@ -0,0 +1,3 @@ +DRAFT - Perf Cycle Summary + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_platform-deprecations.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_platform-deprecations.txt new file mode 100644 index 0000000000000000000000000000000000000000..43a17eee520728419260b605b2a68907eb76ce0c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_platform-deprecations.txt @@ -0,0 +1,3 @@ +DRAFT - Platform Deprecations + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_quarterly-report-q1.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_quarterly-report-q1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cfa67348f46e7ea8691e0b4b98d8eef718a1428 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_quarterly-report-q1.txt @@ -0,0 +1,3 @@ +DRAFT - Quarterly Report Q1 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_release-notes-v2-3.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_release-notes-v2-3.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a7a0ca2a449ddc167d04b6e99ddd00e10632c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_release-notes-v2-3.txt @@ -0,0 +1,3 @@ +DRAFT - Release Notes V2 3 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_release-notes-v2-4.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_release-notes-v2-4.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84b26c0e6afcf495dc35cdd40c66e84565270a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_release-notes-v2-4.txt @@ -0,0 +1,3 @@ +DRAFT - Release Notes V2 4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_roadmap-h2.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_roadmap-h2.txt new file mode 100644 index 0000000000000000000000000000000000000000..58d94665becede1d7cc65fdd1b6265a43d512757 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_roadmap-h2.txt @@ -0,0 +1,3 @@ +DRAFT - Roadmap H2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_search-relevance-experiments.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_search-relevance-experiments.txt new file mode 100644 index 0000000000000000000000000000000000000000..6967651ee1614daecfb9f8a17948b55005cd44d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_search-relevance-experiments.txt @@ -0,0 +1,3 @@ +DRAFT - Search Relevance Experiments + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_security-audit-2024.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_security-audit-2024.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b9d952cf8e89fdc2797e97a86f8c59a790fd218 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_security-audit-2024.txt @@ -0,0 +1,3 @@ +DRAFT - Security Audit 2024 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_team-offsite-agenda.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_team-offsite-agenda.txt new file mode 100644 index 0000000000000000000000000000000000000000..827921ac90ccf32d7acc8deee819c881792cf19a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_team-offsite-agenda.txt @@ -0,0 +1,3 @@ +DRAFT - Team Offsite Agenda + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_training-curriculum.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_training-curriculum.txt new file mode 100644 index 0000000000000000000000000000000000000000..a22bd404c512f51e4a3cdecdfd07ac8b70cbd83c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_training-curriculum.txt @@ -0,0 +1,3 @@ +DRAFT - Training Curriculum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_vendor-evaluation.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_vendor-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..336bf180d4cffa92c42daed6de6ab467db507c17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/draft_vendor-evaluation.txt @@ -0,0 +1,3 @@ +DRAFT - Vendor Evaluation + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/expense-policy.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/expense-policy.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4f9dc1e7861a4ee5169d260d75ef1476b08ab38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/expense-policy.txt @@ -0,0 +1,3 @@ +Expense Policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/feedback-form.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/feedback-form.txt new file mode 100644 index 0000000000000000000000000000000000000000..15274c1046d68303ccd3c4d031cdfa13ee7fb77e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/feedback-form.txt @@ -0,0 +1,3 @@ +Feedback Form + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/fire-drill-procedure.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/fire-drill-procedure.txt new file mode 100644 index 0000000000000000000000000000000000000000..674a8b07155304b67e0ae42d7cac8a4ea2597701 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/fire-drill-procedure.txt @@ -0,0 +1,3 @@ +Fire Drill Procedure + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/holiday-schedule.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/holiday-schedule.txt new file mode 100644 index 0000000000000000000000000000000000000000..102881b2413b915d6d216321d24d4065845ba8b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/holiday-schedule.txt @@ -0,0 +1,3 @@ +Holiday Schedule + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/kitchen-rules.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/kitchen-rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a45e221a63e4a77351efa6c5889ee2c36f7e0b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/kitchen-rules.txt @@ -0,0 +1,3 @@ +Kitchen Rules + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/office-map.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/office-map.txt new file mode 100644 index 0000000000000000000000000000000000000000..b794e0ab504d6a2677a153d17fc279315ab5013b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/office-map.txt @@ -0,0 +1,3 @@ +Office Map + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/remote-work-guidelines.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/remote-work-guidelines.txt new file mode 100644 index 0000000000000000000000000000000000000000..c787ace9c69dbbca702e482989807ff4deb83d51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/remote-work-guidelines.txt @@ -0,0 +1,3 @@ +Remote Work Guidelines + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/trash/draft_old1.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/trash/draft_old1.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/trash/draft_old1.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/trash/draft_old2.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/trash/draft_old2.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0d92024c8f0067eec4a231fe75d36ae3f7d3ae --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/trash/draft_old2.txt @@ -0,0 +1 @@ +old draft, should not be renamed diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/travel-booking-tips.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/travel-booking-tips.txt new file mode 100644 index 0000000000000000000000000000000000000000..e84b19bacb57613d5da4a156785109fd6146f30e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/travel-booking-tips.txt @@ -0,0 +1,3 @@ +Travel Booking Tips + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/welcome.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/welcome.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4088032b3cb5f5fadd84f077a773ae24245cb15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/welcome.txt @@ -0,0 +1,3 @@ +Welcome + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/wifi-credentials.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/wifi-credentials.txt new file mode 100644 index 0000000000000000000000000000000000000000..b68fd21f54805f13af4b69ff36cf310a040a95ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/inbox/wifi-credentials.txt @@ -0,0 +1,3 @@ +Wifi Credentials + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ae0114aba4/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/amsterdam-sydney.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/amsterdam-sydney.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b5e17f21b37e30fc5ee234912079c8b44649d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/amsterdam-sydney.txt @@ -0,0 +1,5 @@ +name=Amsterdam-Sydney +country=au +frequency=93.0 +format=talk +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/auckland-austin.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/auckland-austin.txt new file mode 100644 index 0000000000000000000000000000000000000000..77bb12d042bbc82997c0bb57c6641613fef85f30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/auckland-austin.txt @@ -0,0 +1,5 @@ +name=Auckland-Austin +country=au +frequency=96.4 +format=rock +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/auckland-tokyo.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/auckland-tokyo.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2b8d9c552d8a40e22685d74340af0602272dd6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/auckland-tokyo.txt @@ -0,0 +1,5 @@ +name=Auckland-Tokyo +country=au +frequency=97.5 +format=classical +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/beijing-sydney.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/beijing-sydney.txt new file mode 100644 index 0000000000000000000000000000000000000000..d07cf58bd42e2c6f068ff2866d9b376851124069 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/beijing-sydney.txt @@ -0,0 +1,5 @@ +name=Beijing-Sydney +country=au +frequency=93.7 +format=pop +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/seoul-austin.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/seoul-austin.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aece3eea26c2c807d084ea8151a2fd9ab785949 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/seoul-austin.txt @@ -0,0 +1,5 @@ +name=Seoul-Austin +country=au +frequency=103.0 +format=classical +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/tokyo-kyoto.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/tokyo-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b2198dac6d1e8318c97269d89bfde56335526e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/au/tokyo-kyoto.txt @@ -0,0 +1,5 @@ +name=Tokyo-Kyoto +country=au +frequency=104.5 +format=jazz +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/london-osaka.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/london-osaka.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b67f0508bb79a0ff70cd83942b1c2e4193ff5dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/london-osaka.txt @@ -0,0 +1,5 @@ +name=London-Osaka +country=br +frequency=101.4 +format=classical +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/mumbai-berlin.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/mumbai-berlin.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b81723476c9328dc247c23f323639ab0166ede0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/mumbai-berlin.txt @@ -0,0 +1,5 @@ +name=Mumbai-Berlin +country=br +frequency=95.8 +format=talk +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/osaka-tokyo.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/osaka-tokyo.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eb4ace96a96e22b2e63d433283425ad5453bec5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/osaka-tokyo.txt @@ -0,0 +1,5 @@ +name=Osaka-Tokyo +country=br +frequency=91.2 +format=classical +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/seattle-auckland.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/seattle-auckland.txt new file mode 100644 index 0000000000000000000000000000000000000000..ace090955634510e9a8b84b35d206beed4550f38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/seattle-auckland.txt @@ -0,0 +1,5 @@ +name=Seattle-Auckland +country=br +frequency=88.5 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/seattle-vancouver.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/seattle-vancouver.txt new file mode 100644 index 0000000000000000000000000000000000000000..d98d2b670617896fd15271b5b8237056149cfa1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/seattle-vancouver.txt @@ -0,0 +1,5 @@ +name=Seattle-Vancouver +country=br +frequency=103.3 +format=talk +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/shanghai-osaka.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/shanghai-osaka.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bd702a7cfc560a52681f836622ee2e4fd80cd7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/br/shanghai-osaka.txt @@ -0,0 +1,5 @@ +name=Shanghai-Osaka +country=br +frequency=98.1 +format=rock +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/boston-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/boston-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..512b8a4d7b22b339797a650e7c6f59f253781622 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/boston-barcelona.txt @@ -0,0 +1,5 @@ +name=Boston-Barcelona +country=de +frequency=90.3 +format=jazz +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/denver-kyoto.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/denver-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cdd9886a49f99b6e27e53c69273c9c23a416c83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/denver-kyoto.txt @@ -0,0 +1,5 @@ +name=Denver-Kyoto +country=de +frequency=96.9 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/manchester-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/manchester-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..684e5dc8b5b29a008527f25ad20552f83c949a09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/manchester-barcelona.txt @@ -0,0 +1,5 @@ +name=Manchester-Barcelona +country=de +frequency=93.7 +format=rock +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/paris-shanghai.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/paris-shanghai.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d42ab428403f50aa20a5b42043f686155601e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/paris-shanghai.txt @@ -0,0 +1,5 @@ +name=Paris-Shanghai +country=de +frequency=103.6 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/seoul-mumbai.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/seoul-mumbai.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9844976ea9dfef235836888ca9b2f608e01afe4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/seoul-mumbai.txt @@ -0,0 +1,5 @@ +name=Seoul-Mumbai +country=de +frequency=102.0 +format=rock +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/tokyo-amsterdam.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/tokyo-amsterdam.txt new file mode 100644 index 0000000000000000000000000000000000000000..729dea94ac236721472f07a9dd71ee66952797b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/de/tokyo-amsterdam.txt @@ -0,0 +1,5 @@ +name=Tokyo-Amsterdam +country=de +frequency=90.2 +format=rock +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/auckland-new-york.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/auckland-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d701017633bf23e723e610572dec39b3d05a196 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/auckland-new-york.txt @@ -0,0 +1,5 @@ +name=Auckland-New-York +country=jp +frequency=89.9 +format=classical +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/auckland-seattle.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/auckland-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ba1040bf17e954c83eb47679f94f5bd41122566 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/auckland-seattle.txt @@ -0,0 +1,5 @@ +name=Auckland-Seattle +country=jp +frequency=102.5 +format=talk +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/austin-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/austin-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f6d4afe9913c5808ef8569e6d1410223d62a144 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/austin-barcelona.txt @@ -0,0 +1,5 @@ +name=Austin-Barcelona +country=jp +frequency=91.9 +format=pop +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/beijing-vancouver.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/beijing-vancouver.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a003589c617fb3bb388f5b3f4049d517fadcbd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/beijing-vancouver.txt @@ -0,0 +1,5 @@ +name=Beijing-Vancouver +country=jp +frequency=99.4 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/paris-seattle.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/paris-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbc2edea594364dd13e8cfe1edc61988e0ebadba --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/paris-seattle.txt @@ -0,0 +1,5 @@ +name=Paris-Seattle +country=jp +frequency=93.7 +format=jazz +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/sydney-vancouver.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/sydney-vancouver.txt new file mode 100644 index 0000000000000000000000000000000000000000..d906d2324f3853b0a9bc6f9e1bcd3c45fc44c4b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/jp/sydney-vancouver.txt @@ -0,0 +1,5 @@ +name=Sydney-Vancouver +country=jp +frequency=96.8 +format=talk +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/barcelona-osaka.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/barcelona-osaka.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f184b79887305e38a746d8b1206c75d6737bbdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/barcelona-osaka.txt @@ -0,0 +1,5 @@ +name=Barcelona-Osaka +country=uk +frequency=106.3 +format=pop +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/osaka-new-york.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/osaka-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d3ed38fa4e84049a9f6107ff779b2aa23591f2f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/osaka-new-york.txt @@ -0,0 +1,5 @@ +name=Osaka-New-York +country=uk +frequency=91.6 +format=talk +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/seattle-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/seattle-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dea5ec44758fdfe6acacdf532a84f8a0ba0d0d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/seattle-barcelona.txt @@ -0,0 +1,5 @@ +name=Seattle-Barcelona +country=uk +frequency=103.0 +format=talk +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/singapore-paris.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/singapore-paris.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f5f241b2d310054398af1634db80fa2e81a57da --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/singapore-paris.txt @@ -0,0 +1,5 @@ +name=Singapore-Paris +country=uk +frequency=90.7 +format=talk +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/singapore-san-francisco.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/singapore-san-francisco.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d451c4e4de48d7af6105a8f14e9cdd74513e355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/singapore-san-francisco.txt @@ -0,0 +1,5 @@ +name=Singapore-San-Francisco +country=uk +frequency=101.0 +format=classical +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/vancouver-shanghai.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/vancouver-shanghai.txt new file mode 100644 index 0000000000000000000000000000000000000000..f57c5600f6640b20f06ff1244b4fb12ec3a0ca14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/uk/vancouver-shanghai.txt @@ -0,0 +1,5 @@ +name=Vancouver-Shanghai +country=uk +frequency=102.8 +format=pop +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/berlin-tokyo.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/berlin-tokyo.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8a0c40210f989b8fc82d34e1880bdb228d2de8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/berlin-tokyo.txt @@ -0,0 +1,5 @@ +name=Berlin-Tokyo +country=us +frequency=97.5 +format=rock +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/mumbai-san-francisco.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/mumbai-san-francisco.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80a4075f222aee06f7f33128add62832c523859 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/mumbai-san-francisco.txt @@ -0,0 +1,5 @@ +name=Mumbai-San-Francisco +country=us +frequency=101.4 +format=classical +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/osaka-bangalore.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/osaka-bangalore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8066f3deb25c4e17894362e4bfd9699b73719e6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/osaka-bangalore.txt @@ -0,0 +1,5 @@ +name=Osaka-Bangalore +country=us +frequency=93.9 +format=jazz +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/osaka-new-york.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/osaka-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1fa608517c2b1403ceac84a8b87931aeb72e4b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/osaka-new-york.txt @@ -0,0 +1,5 @@ +name=Osaka-New-York +country=us +frequency=99.6 +format=pop +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/paris-seoul.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/paris-seoul.txt new file mode 100644 index 0000000000000000000000000000000000000000..11d9f861111fc4f47d02d2b253a75240a29e0822 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/paris-seoul.txt @@ -0,0 +1,5 @@ +name=Paris-Seoul +country=us +frequency=104.1 +format=jazz +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/tokyo-auckland.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/tokyo-auckland.txt new file mode 100644 index 0000000000000000000000000000000000000000..d15f85695b2c6ccdfd205458fa62567fa1da2feb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/radio/stations/us/tokyo-auckland.txt @@ -0,0 +1,5 @@ +name=Tokyo-Auckland +country=us +frequency=106.8 +format=talk +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/amsterdam-sydney.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/amsterdam-sydney.txt new file mode 100644 index 0000000000000000000000000000000000000000..80b5e17f21b37e30fc5ee234912079c8b44649d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/amsterdam-sydney.txt @@ -0,0 +1,5 @@ +name=Amsterdam-Sydney +country=au +frequency=93.0 +format=talk +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/auckland-austin.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/auckland-austin.txt new file mode 100644 index 0000000000000000000000000000000000000000..77bb12d042bbc82997c0bb57c6641613fef85f30 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/auckland-austin.txt @@ -0,0 +1,5 @@ +name=Auckland-Austin +country=au +frequency=96.4 +format=rock +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/auckland-tokyo.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/auckland-tokyo.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2b8d9c552d8a40e22685d74340af0602272dd6b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/auckland-tokyo.txt @@ -0,0 +1,5 @@ +name=Auckland-Tokyo +country=au +frequency=97.5 +format=classical +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/beijing-sydney.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/beijing-sydney.txt new file mode 100644 index 0000000000000000000000000000000000000000..d07cf58bd42e2c6f068ff2866d9b376851124069 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/beijing-sydney.txt @@ -0,0 +1,5 @@ +name=Beijing-Sydney +country=au +frequency=93.7 +format=pop +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/seoul-austin.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/seoul-austin.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aece3eea26c2c807d084ea8151a2fd9ab785949 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/seoul-austin.txt @@ -0,0 +1,5 @@ +name=Seoul-Austin +country=au +frequency=103.0 +format=classical +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/tokyo-kyoto.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/tokyo-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b2198dac6d1e8318c97269d89bfde56335526e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/au/tokyo-kyoto.txt @@ -0,0 +1,5 @@ +name=Tokyo-Kyoto +country=au +frequency=104.5 +format=jazz +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/london-osaka.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/london-osaka.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b67f0508bb79a0ff70cd83942b1c2e4193ff5dc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/london-osaka.txt @@ -0,0 +1,5 @@ +name=London-Osaka +country=br +frequency=101.4 +format=classical +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/mumbai-berlin.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/mumbai-berlin.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b81723476c9328dc247c23f323639ab0166ede0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/mumbai-berlin.txt @@ -0,0 +1,5 @@ +name=Mumbai-Berlin +country=br +frequency=95.8 +format=talk +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/osaka-tokyo.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/osaka-tokyo.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eb4ace96a96e22b2e63d433283425ad5453bec5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/osaka-tokyo.txt @@ -0,0 +1,5 @@ +name=Osaka-Tokyo +country=br +frequency=91.2 +format=classical +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/seattle-auckland.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/seattle-auckland.txt new file mode 100644 index 0000000000000000000000000000000000000000..ace090955634510e9a8b84b35d206beed4550f38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/seattle-auckland.txt @@ -0,0 +1,5 @@ +name=Seattle-Auckland +country=br +frequency=88.5 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/seattle-vancouver.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/seattle-vancouver.txt new file mode 100644 index 0000000000000000000000000000000000000000..d98d2b670617896fd15271b5b8237056149cfa1a --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/seattle-vancouver.txt @@ -0,0 +1,5 @@ +name=Seattle-Vancouver +country=br +frequency=103.3 +format=talk +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/shanghai-osaka.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/shanghai-osaka.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bd702a7cfc560a52681f836622ee2e4fd80cd7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/br/shanghai-osaka.txt @@ -0,0 +1,5 @@ +name=Shanghai-Osaka +country=br +frequency=98.1 +format=rock +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/boston-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/boston-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..512b8a4d7b22b339797a650e7c6f59f253781622 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/boston-barcelona.txt @@ -0,0 +1,5 @@ +name=Boston-Barcelona +country=de +frequency=90.3 +format=jazz +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/denver-kyoto.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/denver-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cdd9886a49f99b6e27e53c69273c9c23a416c83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/denver-kyoto.txt @@ -0,0 +1,5 @@ +name=Denver-Kyoto +country=de +frequency=96.9 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/manchester-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/manchester-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..684e5dc8b5b29a008527f25ad20552f83c949a09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/manchester-barcelona.txt @@ -0,0 +1,5 @@ +name=Manchester-Barcelona +country=de +frequency=93.7 +format=rock +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/paris-shanghai.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/paris-shanghai.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d42ab428403f50aa20a5b42043f686155601e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/paris-shanghai.txt @@ -0,0 +1,5 @@ +name=Paris-Shanghai +country=de +frequency=103.6 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/seoul-mumbai.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/seoul-mumbai.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9844976ea9dfef235836888ca9b2f608e01afe4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/seoul-mumbai.txt @@ -0,0 +1,5 @@ +name=Seoul-Mumbai +country=de +frequency=102.0 +format=rock +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/tokyo-amsterdam.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/tokyo-amsterdam.txt new file mode 100644 index 0000000000000000000000000000000000000000..729dea94ac236721472f07a9dd71ee66952797b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/de/tokyo-amsterdam.txt @@ -0,0 +1,5 @@ +name=Tokyo-Amsterdam +country=de +frequency=90.2 +format=rock +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/auckland-new-york.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/auckland-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d701017633bf23e723e610572dec39b3d05a196 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/auckland-new-york.txt @@ -0,0 +1,5 @@ +name=Auckland-New-York +country=jp +frequency=89.9 +format=classical +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/auckland-seattle.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/auckland-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ba1040bf17e954c83eb47679f94f5bd41122566 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/auckland-seattle.txt @@ -0,0 +1,5 @@ +name=Auckland-Seattle +country=jp +frequency=102.5 +format=talk +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/austin-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/austin-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f6d4afe9913c5808ef8569e6d1410223d62a144 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/austin-barcelona.txt @@ -0,0 +1,5 @@ +name=Austin-Barcelona +country=jp +frequency=91.9 +format=pop +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/beijing-vancouver.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/beijing-vancouver.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a003589c617fb3bb388f5b3f4049d517fadcbd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/beijing-vancouver.txt @@ -0,0 +1,5 @@ +name=Beijing-Vancouver +country=jp +frequency=99.4 +format=jazz +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/paris-seattle.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/paris-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbc2edea594364dd13e8cfe1edc61988e0ebadba --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/paris-seattle.txt @@ -0,0 +1,5 @@ +name=Paris-Seattle +country=jp +frequency=93.7 +format=jazz +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/sydney-vancouver.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/sydney-vancouver.txt new file mode 100644 index 0000000000000000000000000000000000000000..d906d2324f3853b0a9bc6f9e1bcd3c45fc44c4b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/jp/sydney-vancouver.txt @@ -0,0 +1,5 @@ +name=Sydney-Vancouver +country=jp +frequency=96.8 +format=talk +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/barcelona-osaka.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/barcelona-osaka.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f184b79887305e38a746d8b1206c75d6737bbdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/barcelona-osaka.txt @@ -0,0 +1,5 @@ +name=Barcelona-Osaka +country=uk +frequency=106.3 +format=pop +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/osaka-new-york.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/osaka-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d3ed38fa4e84049a9f6107ff779b2aa23591f2f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/osaka-new-york.txt @@ -0,0 +1,5 @@ +name=Osaka-New-York +country=uk +frequency=91.6 +format=talk +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/seattle-barcelona.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/seattle-barcelona.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dea5ec44758fdfe6acacdf532a84f8a0ba0d0d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/seattle-barcelona.txt @@ -0,0 +1,5 @@ +name=Seattle-Barcelona +country=uk +frequency=103.0 +format=talk +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/singapore-paris.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/singapore-paris.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f5f241b2d310054398af1634db80fa2e81a57da --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/singapore-paris.txt @@ -0,0 +1,5 @@ +name=Singapore-Paris +country=uk +frequency=90.7 +format=talk +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/singapore-san-francisco.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/singapore-san-francisco.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d451c4e4de48d7af6105a8f14e9cdd74513e355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/singapore-san-francisco.txt @@ -0,0 +1,5 @@ +name=Singapore-San-Francisco +country=uk +frequency=101.0 +format=classical +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/vancouver-shanghai.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/vancouver-shanghai.txt new file mode 100644 index 0000000000000000000000000000000000000000..f57c5600f6640b20f06ff1244b4fb12ec3a0ca14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/uk/vancouver-shanghai.txt @@ -0,0 +1,5 @@ +name=Vancouver-Shanghai +country=uk +frequency=102.8 +format=pop +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/berlin-tokyo.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/berlin-tokyo.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8a0c40210f989b8fc82d34e1880bdb228d2de8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/berlin-tokyo.txt @@ -0,0 +1,5 @@ +name=Berlin-Tokyo +country=us +frequency=97.5 +format=rock +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/mumbai-san-francisco.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/mumbai-san-francisco.txt new file mode 100644 index 0000000000000000000000000000000000000000..c80a4075f222aee06f7f33128add62832c523859 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/mumbai-san-francisco.txt @@ -0,0 +1,5 @@ +name=Mumbai-San-Francisco +country=us +frequency=101.4 +format=classical +bitrate=256 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/osaka-bangalore.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/osaka-bangalore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8066f3deb25c4e17894362e4bfd9699b73719e6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/osaka-bangalore.txt @@ -0,0 +1,5 @@ +name=Osaka-Bangalore +country=us +frequency=93.9 +format=jazz +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/osaka-new-york.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/osaka-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1fa608517c2b1403ceac84a8b87931aeb72e4b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/osaka-new-york.txt @@ -0,0 +1,5 @@ +name=Osaka-New-York +country=us +frequency=99.6 +format=pop +bitrate=96 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/paris-seoul.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/paris-seoul.txt new file mode 100644 index 0000000000000000000000000000000000000000..11d9f861111fc4f47d02d2b253a75240a29e0822 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/paris-seoul.txt @@ -0,0 +1,5 @@ +name=Paris-Seoul +country=us +frequency=104.1 +format=jazz +bitrate=192 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/tokyo-auckland.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/tokyo-auckland.txt new file mode 100644 index 0000000000000000000000000000000000000000..d15f85695b2c6ccdfd205458fa62567fa1da2feb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/radio/stations/us/tokyo-auckland.txt @@ -0,0 +1,5 @@ +name=Tokyo-Auckland +country=us +frequency=106.8 +format=talk +bitrate=128 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b1c73e74fd/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/analysis.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/analysis.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/letter.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/letter.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/letter.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/review.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/review.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2021/review.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/letter.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/letter.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/letter.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/manifesto.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/manifesto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/manifesto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/review.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/review.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2022/review.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/manifesto.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/manifesto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/manifesto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/preface.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/preface.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/preface.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/review.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/review.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2023/review.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2024/longest.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2024/longest.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c8219d9c659b5acb8b1b4a45b303f85e3309f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2024/longest.txt @@ -0,0 +1 @@ +para-0137: WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2024/sandbox-essay.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2024/sandbox-essay.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce98255f5daaf7f4316233994b11f3861f60838d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/essays/2024/sandbox-essay.txt @@ -0,0 +1,220 @@ +para-0000: xxxxxxxxxxxxxxxxxx +para-0001: xxxxxxxxxxxxxxxxxxxxxxx +para-0002: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0003: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0004: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0005: xxxxxxxxxxxxx +para-0006: xxxxxxxxxxxxxxxxxxxxxxxx +para-0007: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0008: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0009: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0010: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0011: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0012: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0013: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0014: xxxxxxxxxxxxxxxxxxxxxxxx +para-0015: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0016: xxxxxxxxxxxxx +para-0017: xxxxxxxxxxxxx +para-0018: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0019: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0020: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0021: xxxxxxxxxxxxxxx +para-0022: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0023: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0024: xxxxxxxxxxxxxxxxxx +para-0025: xxxxxxxxxxxxxxxxxxxxx +para-0026: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0027: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0028: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0029: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0030: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0031: xxxxxxxxxxxxxxxxxxxxxxx +para-0032: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0033: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0034: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0035: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0036: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0037: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0038: xxxxxxxxxxxxxxxx +para-0039: xxxxxxxxxxxxxxxxxxxx +para-0040: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0041: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0042: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0043: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0044: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0045: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0046: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0047: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0048: xxxxxxxxxxxxxxxx +para-0049: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0050: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0051: xxxxxxxxxxxxxxxxxxxxxxx +para-0052: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0053: xxxxxxxxxxxxxxxxxxxxx +para-0054: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0055: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0056: xxxxxxxxxxxxxx +para-0057: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0058: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0059: xxxxxxxxxxxxxxx +para-0060: xxxxxxxxxx +para-0061: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0062: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0063: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0064: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0065: xxxxxxxxxxxxx +para-0066: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0067: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0068: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0069: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0070: xxxxxxxxxxxxxxxxxxxxxx +para-0071: xxxxxxxxxxxxxxxxxxxxx +para-0072: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0073: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0074: xxxxxxxxxxxxxxxxxxxx +para-0075: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0076: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0077: xxxxxxxxxxxxxxxxx +para-0078: xxxxxxxxxxx +para-0079: xxxxxxxxxxxxxxxxxxxxxxxx +para-0080: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0081: xxxxxxxxxxxxxxxxxxxxxxx +para-0082: xxxxxxxxxxxx +para-0083: xxxxxxxxxxxxxxx +para-0084: xxxxxxxxxxxxxxxxxxxx +para-0085: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0086: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0087: xxxxxxxxxxxxxxxxxxxxx +para-0088: xxxxxxxxxxx +para-0089: xxxxxxxxxxx +para-0090: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0091: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0092: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0093: xxxxxxxxxxxx +para-0094: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0095: xxxxxxxxxx +para-0096: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0097: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0098: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0099: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0100: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0101: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0102: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0103: xxxxxxxxxxxxxxxxxxxx +para-0104: xxxxxxxxxxxx +para-0105: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0106: xxxxxxxxxxxxxx +para-0107: xxxxxxxxxxxxxxxxxxxxxx +para-0108: xxxxxxxxxxxxxxx +para-0109: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0110: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0111: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0112: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0113: xxxxxxxxxxxxxxxxxxxxxxxx +para-0114: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0115: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0116: xxxxxxxxxxxxx +para-0117: xxxxxxxxxxxx +para-0118: xxxxxxxxxxxxxxxxxx +para-0119: xxxxxxxxxxxxxxxxxxxxx +para-0120: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0121: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0122: xxxxxxxxxxxxxxxxxx +para-0123: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0124: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0125: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0126: xxxxxxxxxxxxxx +para-0127: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0128: xxxxxxxxxxxxxxxxxxxxxxxx +para-0129: xxxxxxxxxxxxxxxxx +para-0130: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0131: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0132: xxxxxxxxxxxxxxxxxxxxxxxx +para-0133: xxxxxxxxxxxxxxxxxxxx +para-0134: xxxxxxxxxxxxx +para-0135: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0136: xxxxxxxxxxxx +para-0137: WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW +para-0138: xxxxxxxxxxxxxxxxx +para-0139: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0140: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0141: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0142: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0143: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0144: xxxxxxxxxxx +para-0145: xxxxxxxxxxxxxxxxxx +para-0146: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0147: xxxxxxxxxxxxxxxxxxxxx +para-0148: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0149: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0150: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0151: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0152: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0153: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0154: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0155: xxxxxxxxxxxxxxxxxx +para-0156: xxxxxxxxxxxxxx +para-0157: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0158: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0159: xxxxxxxxxxxxxxxxxxxx +para-0160: xxxxxxxxxxxxxxxx +para-0161: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0162: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0163: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0164: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0165: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0166: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0167: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0168: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0169: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0170: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0171: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0172: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0173: xxxxxxxxxxx +para-0174: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0175: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0176: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0177: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0178: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0179: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0180: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0181: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0182: xxxxxxxxxxxxxxxxxxx +para-0183: xxxxxxxxxxx +para-0184: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0185: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0186: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0187: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0188: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0189: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0190: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0191: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0192: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0193: xxxxxxxxxxxxxxxxxxxxx +para-0194: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0195: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0196: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0197: xxxxxxxxxxxxxxxxxxxxxx +para-0198: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0199: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0200: xxxxxxxxxxxx +para-0201: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0202: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0203: xxxxxxxxxxxxxxxxxxxxxx +para-0204: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0205: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0206: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0207: xxxxxxxxxxxxx +para-0208: xxxxxxxxxxxxxxxx +para-0209: xxxxxxxxxxxxxxxx +para-0210: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0211: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0212: xxxxxxxxxxxxxx +para-0213: xxxxxxxxxxxxxxx +para-0214: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0215: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0216: xxxxxxxxxxxxxxxx +para-0217: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0218: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0219: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/interviews/Q-and-A.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/interviews/Q-and-A.md new file mode 100644 index 0000000000000000000000000000000000000000..231532d397176198698e220aa38b566153538cf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/interviews/Q-and-A.md @@ -0,0 +1,3 @@ +# Q-and-A + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/interviews/panel.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/interviews/panel.md new file mode 100644 index 0000000000000000000000000000000000000000..d21de3a6af453a3e9fa6c22831fd00c57e7d7d43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/interviews/panel.md @@ -0,0 +1,3 @@ +# panel + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/letters/closing.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/letters/closing.md new file mode 100644 index 0000000000000000000000000000000000000000..fc632bd8772267dd0f0c8b76de35a9ec66c87876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/letters/closing.md @@ -0,0 +1,3 @@ +# closing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/letters/panel.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/letters/panel.md new file mode 100644 index 0000000000000000000000000000000000000000..d21de3a6af453a3e9fa6c22831fd00c57e7d7d43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/letters/panel.md @@ -0,0 +1,3 @@ +# panel + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/speeches/closing.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/speeches/closing.md new file mode 100644 index 0000000000000000000000000000000000000000..fc632bd8772267dd0f0c8b76de35a9ec66c87876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/speeches/closing.md @@ -0,0 +1,3 @@ +# closing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/speeches/intro.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/speeches/intro.md new file mode 100644 index 0000000000000000000000000000000000000000..26285ebbe349afedc19c1eb3b588556d423415e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/documents/speeches/intro.md @@ -0,0 +1,3 @@ +# intro + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/analysis.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/analysis.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/letter.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/letter.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/letter.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/review.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/review.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2021/review.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/letter.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/letter.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/letter.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/manifesto.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/manifesto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/manifesto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/review.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/review.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2022/review.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/manifesto.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/manifesto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/manifesto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/preface.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/preface.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/preface.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/review.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/review.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2023/review.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2024/sandbox-essay.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2024/sandbox-essay.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce98255f5daaf7f4316233994b11f3861f60838d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/essays/2024/sandbox-essay.txt @@ -0,0 +1,220 @@ +para-0000: xxxxxxxxxxxxxxxxxx +para-0001: xxxxxxxxxxxxxxxxxxxxxxx +para-0002: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0003: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0004: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0005: xxxxxxxxxxxxx +para-0006: xxxxxxxxxxxxxxxxxxxxxxxx +para-0007: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0008: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0009: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0010: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0011: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0012: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0013: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0014: xxxxxxxxxxxxxxxxxxxxxxxx +para-0015: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0016: xxxxxxxxxxxxx +para-0017: xxxxxxxxxxxxx +para-0018: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0019: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0020: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0021: xxxxxxxxxxxxxxx +para-0022: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0023: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0024: xxxxxxxxxxxxxxxxxx +para-0025: xxxxxxxxxxxxxxxxxxxxx +para-0026: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0027: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0028: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0029: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0030: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0031: xxxxxxxxxxxxxxxxxxxxxxx +para-0032: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0033: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0034: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0035: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0036: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0037: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0038: xxxxxxxxxxxxxxxx +para-0039: xxxxxxxxxxxxxxxxxxxx +para-0040: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0041: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0042: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0043: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0044: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0045: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0046: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0047: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0048: xxxxxxxxxxxxxxxx +para-0049: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0050: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0051: xxxxxxxxxxxxxxxxxxxxxxx +para-0052: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0053: xxxxxxxxxxxxxxxxxxxxx +para-0054: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0055: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0056: xxxxxxxxxxxxxx +para-0057: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0058: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0059: xxxxxxxxxxxxxxx +para-0060: xxxxxxxxxx +para-0061: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0062: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0063: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0064: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0065: xxxxxxxxxxxxx +para-0066: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0067: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0068: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0069: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0070: xxxxxxxxxxxxxxxxxxxxxx +para-0071: xxxxxxxxxxxxxxxxxxxxx +para-0072: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0073: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0074: xxxxxxxxxxxxxxxxxxxx +para-0075: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0076: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0077: xxxxxxxxxxxxxxxxx +para-0078: xxxxxxxxxxx +para-0079: xxxxxxxxxxxxxxxxxxxxxxxx +para-0080: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0081: xxxxxxxxxxxxxxxxxxxxxxx +para-0082: xxxxxxxxxxxx +para-0083: xxxxxxxxxxxxxxx +para-0084: xxxxxxxxxxxxxxxxxxxx +para-0085: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0086: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0087: xxxxxxxxxxxxxxxxxxxxx +para-0088: xxxxxxxxxxx +para-0089: xxxxxxxxxxx +para-0090: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0091: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0092: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0093: xxxxxxxxxxxx +para-0094: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0095: xxxxxxxxxx +para-0096: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0097: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0098: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0099: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0100: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0101: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0102: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0103: xxxxxxxxxxxxxxxxxxxx +para-0104: xxxxxxxxxxxx +para-0105: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0106: xxxxxxxxxxxxxx +para-0107: xxxxxxxxxxxxxxxxxxxxxx +para-0108: xxxxxxxxxxxxxxx +para-0109: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0110: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0111: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0112: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0113: xxxxxxxxxxxxxxxxxxxxxxxx +para-0114: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0115: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0116: xxxxxxxxxxxxx +para-0117: xxxxxxxxxxxx +para-0118: xxxxxxxxxxxxxxxxxx +para-0119: xxxxxxxxxxxxxxxxxxxxx +para-0120: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0121: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0122: xxxxxxxxxxxxxxxxxx +para-0123: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0124: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0125: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0126: xxxxxxxxxxxxxx +para-0127: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0128: xxxxxxxxxxxxxxxxxxxxxxxx +para-0129: xxxxxxxxxxxxxxxxx +para-0130: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0131: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0132: xxxxxxxxxxxxxxxxxxxxxxxx +para-0133: xxxxxxxxxxxxxxxxxxxx +para-0134: xxxxxxxxxxxxx +para-0135: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0136: xxxxxxxxxxxx +para-0137: WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW +para-0138: xxxxxxxxxxxxxxxxx +para-0139: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0140: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0141: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0142: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0143: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0144: xxxxxxxxxxx +para-0145: xxxxxxxxxxxxxxxxxx +para-0146: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0147: xxxxxxxxxxxxxxxxxxxxx +para-0148: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0149: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0150: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0151: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0152: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0153: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0154: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0155: xxxxxxxxxxxxxxxxxx +para-0156: xxxxxxxxxxxxxx +para-0157: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0158: xxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0159: xxxxxxxxxxxxxxxxxxxx +para-0160: xxxxxxxxxxxxxxxx +para-0161: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0162: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0163: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0164: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0165: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0166: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0167: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0168: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0169: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0170: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0171: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0172: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0173: xxxxxxxxxxx +para-0174: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0175: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0176: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0177: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0178: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0179: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0180: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0181: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0182: xxxxxxxxxxxxxxxxxxx +para-0183: xxxxxxxxxxx +para-0184: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0185: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0186: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0187: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0188: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0189: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0190: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0191: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0192: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0193: xxxxxxxxxxxxxxxxxxxxx +para-0194: xxxxxxxxxxxxxxxxxxxxxxxxxx +para-0195: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0196: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0197: xxxxxxxxxxxxxxxxxxxxxx +para-0198: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0199: xxxxxxxxxxxxxxxxxxxxxxxxx +para-0200: xxxxxxxxxxxx +para-0201: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0202: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0203: xxxxxxxxxxxxxxxxxxxxxx +para-0204: xxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0205: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0206: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0207: xxxxxxxxxxxxx +para-0208: xxxxxxxxxxxxxxxx +para-0209: xxxxxxxxxxxxxxxx +para-0210: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0211: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0212: xxxxxxxxxxxxxx +para-0213: xxxxxxxxxxxxxxx +para-0214: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0215: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0216: xxxxxxxxxxxxxxxx +para-0217: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0218: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +para-0219: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/interviews/Q-and-A.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/interviews/Q-and-A.md new file mode 100644 index 0000000000000000000000000000000000000000..231532d397176198698e220aa38b566153538cf4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/interviews/Q-and-A.md @@ -0,0 +1,3 @@ +# Q-and-A + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/interviews/panel.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/interviews/panel.md new file mode 100644 index 0000000000000000000000000000000000000000..d21de3a6af453a3e9fa6c22831fd00c57e7d7d43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/interviews/panel.md @@ -0,0 +1,3 @@ +# panel + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/letters/closing.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/letters/closing.md new file mode 100644 index 0000000000000000000000000000000000000000..fc632bd8772267dd0f0c8b76de35a9ec66c87876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/letters/closing.md @@ -0,0 +1,3 @@ +# closing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/letters/panel.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/letters/panel.md new file mode 100644 index 0000000000000000000000000000000000000000..d21de3a6af453a3e9fa6c22831fd00c57e7d7d43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/letters/panel.md @@ -0,0 +1,3 @@ +# panel + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/speeches/closing.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/speeches/closing.md new file mode 100644 index 0000000000000000000000000000000000000000..fc632bd8772267dd0f0c8b76de35a9ec66c87876 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/speeches/closing.md @@ -0,0 +1,3 @@ +# closing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/speeches/intro.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/speeches/intro.md new file mode 100644 index 0000000000000000000000000000000000000000..26285ebbe349afedc19c1eb3b588556d423415e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/documents/speeches/intro.md @@ -0,0 +1,3 @@ +# intro + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b247c1e31b/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/glossary.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/glossary.md new file mode 100644 index 0000000000000000000000000000000000000000..2f02741573fbb21f9569731a715b5f1bba6e2ff8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/glossary.md @@ -0,0 +1,3 @@ +# glossary + +See sections. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/index.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/index.md new file mode 100644 index 0000000000000000000000000000000000000000..b461a3c7003be5d402565aced97a4237c7a9c775 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/index.md @@ -0,0 +1,3 @@ +# index + +See sections. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/terminology.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/terminology.md new file mode 100644 index 0000000000000000000000000000000000000000..c82e1992e0efe149e08976b496df3a879b491af6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/reference/terminology.md @@ -0,0 +1,3 @@ +# terminology + +See sections. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/data-governance.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/data-governance.md new file mode 100644 index 0000000000000000000000000000000000000000..a263839d5bc1be3ad6f9d5982823512d5e55de97 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/data-governance.md @@ -0,0 +1,30 @@ +# data-governance + +## 1. Scope + +Some text about Scope. + +### Sub-Scope +detail + +## 2. Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## 3. References + +Some text about References. + +### Sub-References +detail + +## 4. FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/engineering-practices.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..87160e3e0eee63b13cbc2d502f0b5d4a646f2238 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/engineering-practices.md @@ -0,0 +1,30 @@ +# engineering-practices + +## 1. References + +Some text about References. + +### Sub-References +detail + +## 2. Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## 3. Overview + +Some text about Overview. + +### Sub-Overview +detail + +## 4. Examples + +Some text about Examples. + +### Sub-Examples +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/incident-response.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..298078f7845626756655c7457aa90374edf16a7c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/incident-response.md @@ -0,0 +1,30 @@ +# incident-response + +## 1. Scope + +Some text about Scope. + +### Sub-Scope +detail + +## 2. Examples + +Some text about Examples. + +### Sub-Examples +detail + +## 3. Overview + +Some text about Overview. + +### Sub-Overview +detail + +## 4. Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/interviewing.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..33a968772dc7b17ecc6c8bcb7e66f7f9126aa52a --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/interviewing.md @@ -0,0 +1,30 @@ +# interviewing + +## 1. Examples + +Some text about Examples. + +### Sub-Examples +detail + +## 2. FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + +## 3. Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## 4. Scope + +Some text about Scope. + +### Sub-Scope +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/onboarding.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..9c53d30f95c01ccc53375a4a946c6e47781895e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/onboarding.md @@ -0,0 +1,30 @@ +# onboarding + +## 1. FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + +## 2. Examples + +Some text about Examples. + +### Sub-Examples +detail + +## 3. Overview + +Some text about Overview. + +### Sub-Overview +detail + +## 4. Scope + +Some text about Scope. + +### Sub-Scope +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/performance-reviews.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..fbaa00c07c501958df4401ccd0278af82fb2a6ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/performance-reviews.md @@ -0,0 +1,30 @@ +# performance-reviews + +## 1. Overview + +Some text about Overview. + +### Sub-Overview +detail + +## 2. Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## 3. References + +Some text about References. + +### Sub-References +detail + +## 4. Examples + +Some text about Examples. + +### Sub-Examples +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/release-process.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..432c0f311c5899367a194d423ab8ae9b57b125f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/release-process.md @@ -0,0 +1,30 @@ +# release-process + +## 1. Examples + +Some text about Examples. + +### Sub-Examples +detail + +## 2. Scope + +Some text about Scope. + +### Sub-Scope +detail + +## 3. Overview + +Some text about Overview. + +### Sub-Overview +detail + +## 4. References + +Some text about References. + +### Sub-References +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/security-policies.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..627f4e282aa9e3f73c8b475e510b088373052fa9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/handbook/sections/security-policies.md @@ -0,0 +1,30 @@ +# security-policies + +## 1. Examples + +Some text about Examples. + +### Sub-Examples +detail + +## 2. References + +Some text about References. + +### Sub-References +detail + +## 3. FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + +## 4. Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/glossary.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/glossary.md new file mode 100644 index 0000000000000000000000000000000000000000..2f02741573fbb21f9569731a715b5f1bba6e2ff8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/glossary.md @@ -0,0 +1,3 @@ +# glossary + +See sections. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/index.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/index.md new file mode 100644 index 0000000000000000000000000000000000000000..b461a3c7003be5d402565aced97a4237c7a9c775 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/index.md @@ -0,0 +1,3 @@ +# index + +See sections. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/terminology.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/terminology.md new file mode 100644 index 0000000000000000000000000000000000000000..c82e1992e0efe149e08976b496df3a879b491af6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/reference/terminology.md @@ -0,0 +1,3 @@ +# terminology + +See sections. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/data-governance.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/data-governance.md new file mode 100644 index 0000000000000000000000000000000000000000..5944a507cce862a2c7d836fd5d2ba14b1007180d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/data-governance.md @@ -0,0 +1,30 @@ +# data-governance + +## Scope + +Some text about Scope. + +### Sub-Scope +detail + +## Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## References + +Some text about References. + +### Sub-References +detail + +## FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/engineering-practices.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..66c797b152560b4c4f7f96a8094626d476b21b23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/engineering-practices.md @@ -0,0 +1,30 @@ +# engineering-practices + +## References + +Some text about References. + +### Sub-References +detail + +## Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## Overview + +Some text about Overview. + +### Sub-Overview +detail + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/incident-response.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..a8238b2453f5948a6bb73a3e0b87d45b7ad4b7a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/incident-response.md @@ -0,0 +1,30 @@ +# incident-response + +## Scope + +Some text about Scope. + +### Sub-Scope +detail + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + +## Overview + +Some text about Overview. + +### Sub-Overview +detail + +## Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/interviewing.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..1dc57aeba80a480268d3a6f52048695098ea06bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/interviewing.md @@ -0,0 +1,30 @@ +# interviewing + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + +## FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + +## Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## Scope + +Some text about Scope. + +### Sub-Scope +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/onboarding.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..5150c49b629aa2a7090ecf22fc151e04d0e6e35c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/onboarding.md @@ -0,0 +1,30 @@ +# onboarding + +## FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + +## Overview + +Some text about Overview. + +### Sub-Overview +detail + +## Scope + +Some text about Scope. + +### Sub-Scope +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/performance-reviews.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..59905a9e92fdd8ae28a20251a38664ccf4651164 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/performance-reviews.md @@ -0,0 +1,30 @@ +# performance-reviews + +## Overview + +Some text about Overview. + +### Sub-Overview +detail + +## Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + +## References + +Some text about References. + +### Sub-References +detail + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/release-process.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..c3c80bf49dce21ff8e1f517450ec2f761985911e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/release-process.md @@ -0,0 +1,30 @@ +# release-process + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + +## Scope + +Some text about Scope. + +### Sub-Scope +detail + +## Overview + +Some text about Overview. + +### Sub-Overview +detail + +## References + +Some text about References. + +### Sub-References +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/security-policies.md b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..e5d70386dbad140b6024edad054e1a3144178ac2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/handbook/sections/security-policies.md @@ -0,0 +1,30 @@ +# security-policies + +## Examples + +Some text about Examples. + +### Sub-Examples +detail + +## References + +Some text about References. + +### Sub-References +detail + +## FAQ + +Some text about FAQ. + +### Sub-FAQ +detail + +## Appendix + +Some text about Appendix. + +### Sub-Appendix +detail + diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b334a5efff/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aa52a90e095af04ee0f7dd13aa89961c9d211312 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-00.jsonl @@ -0,0 +1,22 @@ +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} + +{"event_id": "Ed82c8d1619", "topic": "payments", "ts": 1712539958, "payload": {"k": 53}} +{"event_id": "Ea87ff679a2", "topic": "payments", "ts": 1712586054, "payload": {"k": 4}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ee4da3b7fbb", "topic": "orders", "ts": 1712538098, "payload": {"k": 5}} + +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7812327660a58ca86bab5d005ef51cd7615fd968 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-01.jsonl @@ -0,0 +1,18 @@ +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} + +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "Ec81e728d9d", "topic": "orders", "ts": 1712550547, "payload": {"k": 2}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} + +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f5632a31d66861589f40eed98bb45c4150badd1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-02.jsonl @@ -0,0 +1,20 @@ +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ec20ad4d76f", "topic": "signups", "ts": 1712636851, "payload": {"k": 12}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} + +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Ea5bfc9e079", "topic": "orders", "ts": 1712674967, "payload": {"k": 37}} + +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E37693cfc74", "topic": "orders", "ts": 1712597095, "payload": {"k": 23}} +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b26a95e81fd3e853502a50478e6950dc3b1855cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/clicks/partition-03.jsonl @@ -0,0 +1,18 @@ +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} + +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "E1679091c5a", "topic": "clicks", "ts": 1712605581, "payload": {"k": 6}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} + +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..465d3e5d7bc99e0ffcb1743b05bd36cf5a52f38b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-00.jsonl @@ -0,0 +1,18 @@ +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} + +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} + +{"event_id": "Eb6d767d2f8", "topic": "clicks", "ts": 1712676786, "payload": {"k": 22}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ec1bc65913f37cfe7ebe0394124bb322070ecd76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-01.jsonl @@ -0,0 +1,22 @@ +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} + +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "E6c8349cc72", "topic": "signups", "ts": 1712564289, "payload": {"k": 45}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} + +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "Ec20ad4d76f", "topic": "signups", "ts": 1712636851, "payload": {"k": 12}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "Eaab3238922", "topic": "payments", "ts": 1712549443, "payload": {"k": 14}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "Ed67d8ab4f4", "topic": "clicks", "ts": 1712656157, "payload": {"k": 39}} +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..04b8df4f4d6aa2b7ef720d5871937ebe68f387a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-02.jsonl @@ -0,0 +1,20 @@ +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} + +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "E3295c76acb", "topic": "payments", "ts": 1712512932, "payload": {"k": 66}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E98f1370821", "topic": "signups", "ts": 1712634803, "payload": {"k": 20}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} + +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "E3295c76acb", "topic": "payments", "ts": 1712512932, "payload": {"k": 66}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1f59d7ea4791423fcfaa958bc9200ba552ada702 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/orders/partition-03.jsonl @@ -0,0 +1,23 @@ +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} + +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "E35f4a8d465", "topic": "payments", "ts": 1712627683, "payload": {"k": 78}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E3c59dc048e", "topic": "signups", "ts": 1712559256, "payload": {"k": 21}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "E6512bd43d9", "topic": "orders", "ts": 1712664586, "payload": {"k": 11}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "E1679091c5a", "topic": "clicks", "ts": 1712605581, "payload": {"k": 6}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} + +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "E3c59dc048e", "topic": "signups", "ts": 1712559256, "payload": {"k": 21}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b5375c3912754efe972e38459892ae0436d1f835 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-00.jsonl @@ -0,0 +1,19 @@ +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E6364d3f0f4", "topic": "clicks", "ts": 1712691375, "payload": {"k": 32}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} + +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} + +{"event_id": "E98f1370821", "topic": "signups", "ts": 1712634803, "payload": {"k": 20}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..75e98a4b17bab1e04aaab2ccf539670db91c60db --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-01.jsonl @@ -0,0 +1,14 @@ +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} + +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} + +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8b946941c1c63eb6b1dfb643361eddee8b8e4697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-02.jsonl @@ -0,0 +1,26 @@ +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "Ed67d8ab4f4", "topic": "clicks", "ts": 1712656157, "payload": {"k": 39}} +{"event_id": "Ee4da3b7fbb", "topic": "orders", "ts": 1712538098, "payload": {"k": 5}} + +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "Ea87ff679a2", "topic": "payments", "ts": 1712586054, "payload": {"k": 4}} +{"event_id": "E093f65e080", "topic": "payments", "ts": 1712616687, "payload": {"k": 59}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} + +{"event_id": "E6512bd43d9", "topic": "orders", "ts": 1712664586, "payload": {"k": 11}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..04b726516cd3b4c2535aaabf1e6737e44303ce09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/payments/partition-03.jsonl @@ -0,0 +1,23 @@ +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "E6364d3f0f4", "topic": "clicks", "ts": 1712691375, "payload": {"k": 32}} +{"event_id": "E182be0c5cd", "topic": "orders", "ts": 1712569765, "payload": {"k": 33}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "E182be0c5cd", "topic": "orders", "ts": 1712569765, "payload": {"k": 33}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} + +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} + +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2e7804ea0f16cf6f14cbb7fb8a028f47b2046723 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-00.jsonl @@ -0,0 +1,24 @@ +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "E093f65e080", "topic": "payments", "ts": 1712616687, "payload": {"k": 59}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "E9a1158154d", "topic": "orders", "ts": 1712583327, "payload": {"k": 52}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Eaab3238922", "topic": "payments", "ts": 1712549443, "payload": {"k": 14}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} + +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "Ed82c8d1619", "topic": "payments", "ts": 1712539958, "payload": {"k": 53}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} + +{"event_id": "E9a1158154d", "topic": "orders", "ts": 1712583327, "payload": {"k": 52}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..71bd93ed65a6069abf6e2953e92a9550c0726486 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-01.jsonl @@ -0,0 +1,15 @@ + +{"event_id": "Ea684eceee7", "topic": "payments", "ts": 1712523215, "payload": {"k": 54}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} + +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "Ea684eceee7", "topic": "payments", "ts": 1712523215, "payload": {"k": 54}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dfaabd1006230f24a18e5f8f9b9b3a2d7035826e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-02.jsonl @@ -0,0 +1,25 @@ +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Eb6d767d2f8", "topic": "clicks", "ts": 1712676786, "payload": {"k": 22}} + +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "Ec51ce410c1", "topic": "clicks", "ts": 1712557435, "payload": {"k": 13}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} + +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..08dac8789a2967b177862eebb0ef3de93378685d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/events/signups/partition-03.jsonl @@ -0,0 +1,25 @@ +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} + +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} + +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "Ec81e728d9d", "topic": "orders", "ts": 1712550547, "payload": {"k": 2}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/output/dedup.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/output/dedup.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e47baf417f61ed03784260e4aa3d7ecfcbd5a606 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/streams/output/dedup.jsonl @@ -0,0 +1,78 @@ +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "Ed82c8d1619", "topic": "payments", "ts": 1712539958, "payload": {"k": 53}} +{"event_id": "Ea87ff679a2", "topic": "payments", "ts": 1712586054, "payload": {"k": 4}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ee4da3b7fbb", "topic": "orders", "ts": 1712538098, "payload": {"k": 5}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "Ec81e728d9d", "topic": "orders", "ts": 1712550547, "payload": {"k": 2}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ec20ad4d76f", "topic": "signups", "ts": 1712636851, "payload": {"k": 12}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Ea5bfc9e079", "topic": "orders", "ts": 1712674967, "payload": {"k": 37}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E37693cfc74", "topic": "orders", "ts": 1712597095, "payload": {"k": 23}} +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "E1679091c5a", "topic": "clicks", "ts": 1712605581, "payload": {"k": 6}} +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "Eb6d767d2f8", "topic": "clicks", "ts": 1712676786, "payload": {"k": 22}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E6c8349cc72", "topic": "signups", "ts": 1712564289, "payload": {"k": 45}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "Eaab3238922", "topic": "payments", "ts": 1712549443, "payload": {"k": 14}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "Ed67d8ab4f4", "topic": "clicks", "ts": 1712656157, "payload": {"k": 39}} +{"event_id": "E3295c76acb", "topic": "payments", "ts": 1712512932, "payload": {"k": 66}} +{"event_id": "E98f1370821", "topic": "signups", "ts": 1712634803, "payload": {"k": 20}} +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "E35f4a8d465", "topic": "payments", "ts": 1712627683, "payload": {"k": 78}} +{"event_id": "E3c59dc048e", "topic": "signups", "ts": 1712559256, "payload": {"k": 21}} +{"event_id": "E6512bd43d9", "topic": "orders", "ts": 1712664586, "payload": {"k": 11}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "E6364d3f0f4", "topic": "clicks", "ts": 1712691375, "payload": {"k": 32}} +{"event_id": "E093f65e080", "topic": "payments", "ts": 1712616687, "payload": {"k": 59}} +{"event_id": "E182be0c5cd", "topic": "orders", "ts": 1712569765, "payload": {"k": 33}} +{"event_id": "E9a1158154d", "topic": "orders", "ts": 1712583327, "payload": {"k": 52}} +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "Ea684eceee7", "topic": "payments", "ts": 1712523215, "payload": {"k": 54}} +{"event_id": "Ec51ce410c1", "topic": "clicks", "ts": 1712557435, "payload": {"k": 13}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aa52a90e095af04ee0f7dd13aa89961c9d211312 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-00.jsonl @@ -0,0 +1,22 @@ +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} + +{"event_id": "Ed82c8d1619", "topic": "payments", "ts": 1712539958, "payload": {"k": 53}} +{"event_id": "Ea87ff679a2", "topic": "payments", "ts": 1712586054, "payload": {"k": 4}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ee4da3b7fbb", "topic": "orders", "ts": 1712538098, "payload": {"k": 5}} + +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7812327660a58ca86bab5d005ef51cd7615fd968 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-01.jsonl @@ -0,0 +1,18 @@ +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} + +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "Ec81e728d9d", "topic": "orders", "ts": 1712550547, "payload": {"k": 2}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} + +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f5632a31d66861589f40eed98bb45c4150badd1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-02.jsonl @@ -0,0 +1,20 @@ +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ec20ad4d76f", "topic": "signups", "ts": 1712636851, "payload": {"k": 12}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} + +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Ea5bfc9e079", "topic": "orders", "ts": 1712674967, "payload": {"k": 37}} + +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E37693cfc74", "topic": "orders", "ts": 1712597095, "payload": {"k": 23}} +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b26a95e81fd3e853502a50478e6950dc3b1855cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/clicks/partition-03.jsonl @@ -0,0 +1,18 @@ +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} + +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "E1679091c5a", "topic": "clicks", "ts": 1712605581, "payload": {"k": 6}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} + +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..465d3e5d7bc99e0ffcb1743b05bd36cf5a52f38b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-00.jsonl @@ -0,0 +1,18 @@ +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} + +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} + +{"event_id": "Eb6d767d2f8", "topic": "clicks", "ts": 1712676786, "payload": {"k": 22}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ec1bc65913f37cfe7ebe0394124bb322070ecd76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-01.jsonl @@ -0,0 +1,22 @@ +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} + +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "E6c8349cc72", "topic": "signups", "ts": 1712564289, "payload": {"k": 45}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} + +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "Ec20ad4d76f", "topic": "signups", "ts": 1712636851, "payload": {"k": 12}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "Eaab3238922", "topic": "payments", "ts": 1712549443, "payload": {"k": 14}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "Ed67d8ab4f4", "topic": "clicks", "ts": 1712656157, "payload": {"k": 39}} +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..04b8df4f4d6aa2b7ef720d5871937ebe68f387a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-02.jsonl @@ -0,0 +1,20 @@ +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} + +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "E3295c76acb", "topic": "payments", "ts": 1712512932, "payload": {"k": 66}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E98f1370821", "topic": "signups", "ts": 1712634803, "payload": {"k": 20}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} + +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E1c383cd30b", "topic": "signups", "ts": 1712605448, "payload": {"k": 35}} +{"event_id": "E3295c76acb", "topic": "payments", "ts": 1712512932, "payload": {"k": 66}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1f59d7ea4791423fcfaa958bc9200ba552ada702 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/orders/partition-03.jsonl @@ -0,0 +1,23 @@ +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} + +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "E35f4a8d465", "topic": "payments", "ts": 1712627683, "payload": {"k": 78}} +{"event_id": "E03afdbd66e", "topic": "orders", "ts": 1712566019, "payload": {"k": 63}} +{"event_id": "E3c59dc048e", "topic": "signups", "ts": 1712559256, "payload": {"k": 21}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "E6512bd43d9", "topic": "orders", "ts": 1712664586, "payload": {"k": 11}} +{"event_id": "E14bfa6bb14", "topic": "orders", "ts": 1712507325, "payload": {"k": 69}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "E1679091c5a", "topic": "clicks", "ts": 1712605581, "payload": {"k": 6}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} + +{"event_id": "E8f14e45fce", "topic": "clicks", "ts": 1712651772, "payload": {"k": 7}} +{"event_id": "E3c59dc048e", "topic": "signups", "ts": 1712559256, "payload": {"k": 21}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b5375c3912754efe972e38459892ae0436d1f835 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-00.jsonl @@ -0,0 +1,19 @@ +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E7cbbc409ec", "topic": "clicks", "ts": 1712657411, "payload": {"k": 70}} +{"event_id": "E1f0e3dad99", "topic": "clicks", "ts": 1712560010, "payload": {"k": 19}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E7f39f8317f", "topic": "payments", "ts": 1712657948, "payload": {"k": 61}} +{"event_id": "E6364d3f0f4", "topic": "clicks", "ts": 1712691375, "payload": {"k": 32}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} + +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} + +{"event_id": "E98f1370821", "topic": "signups", "ts": 1712634803, "payload": {"k": 20}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..75e98a4b17bab1e04aaab2ccf539670db91c60db --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-01.jsonl @@ -0,0 +1,14 @@ +{"event_id": "Ecfcd208495", "topic": "signups", "ts": 1712674866, "payload": {"k": 0}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} + +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} + +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8b946941c1c63eb6b1dfb643361eddee8b8e4697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-02.jsonl @@ -0,0 +1,26 @@ +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} +{"event_id": "Ed67d8ab4f4", "topic": "clicks", "ts": 1712656157, "payload": {"k": 39}} +{"event_id": "Ee4da3b7fbb", "topic": "orders", "ts": 1712538098, "payload": {"k": 5}} + +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "Ea87ff679a2", "topic": "payments", "ts": 1712586054, "payload": {"k": 4}} +{"event_id": "E093f65e080", "topic": "payments", "ts": 1712616687, "payload": {"k": 59}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Ed09bf41544", "topic": "clicks", "ts": 1712558673, "payload": {"k": 75}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E9bf31c7ff0", "topic": "orders", "ts": 1712575193, "payload": {"k": 15}} + +{"event_id": "E6512bd43d9", "topic": "orders", "ts": 1712664586, "payload": {"k": 11}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Ef7177163c8", "topic": "clicks", "ts": 1712552666, "payload": {"k": 44}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..04b726516cd3b4c2535aaabf1e6737e44303ce09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/payments/partition-03.jsonl @@ -0,0 +1,23 @@ +{"event_id": "Ed9d4f495e8", "topic": "orders", "ts": 1712596900, "payload": {"k": 46}} +{"event_id": "Ec74d97b01e", "topic": "clicks", "ts": 1712697689, "payload": {"k": 16}} +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "E072b030ba1", "topic": "clicks", "ts": 1712527989, "payload": {"k": 60}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "E6364d3f0f4", "topic": "clicks", "ts": 1712691375, "payload": {"k": 32}} +{"event_id": "E182be0c5cd", "topic": "orders", "ts": 1712569765, "payload": {"k": 33}} +{"event_id": "Ed2ddea18f0", "topic": "orders", "ts": 1712524114, "payload": {"k": 73}} +{"event_id": "E182be0c5cd", "topic": "orders", "ts": 1712569765, "payload": {"k": 33}} +{"event_id": "E19ca14e7ea", "topic": "orders", "ts": 1712548587, "payload": {"k": 36}} +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} + +{"event_id": "Eeccbc87e4b", "topic": "signups", "ts": 1712513932, "payload": {"k": 3}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} + +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Ec0c7c76d30", "topic": "payments", "ts": 1712643733, "payload": {"k": 50}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-00.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-00.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2e7804ea0f16cf6f14cbb7fb8a028f47b2046723 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-00.jsonl @@ -0,0 +1,24 @@ +{"event_id": "Ea3f390d88e", "topic": "clicks", "ts": 1712554041, "payload": {"k": 68}} +{"event_id": "E093f65e080", "topic": "payments", "ts": 1712616687, "payload": {"k": 59}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "E9a1158154d", "topic": "orders", "ts": 1712583327, "payload": {"k": 52}} +{"event_id": "Ee2c420d928", "topic": "payments", "ts": 1712618165, "payload": {"k": 71}} +{"event_id": "Eaab3238922", "topic": "payments", "ts": 1712549443, "payload": {"k": 14}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "E3416a75f4c", "topic": "orders", "ts": 1712648643, "payload": {"k": 41}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} + +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "Ed82c8d1619", "topic": "payments", "ts": 1712539958, "payload": {"k": 53}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E6f4922f455", "topic": "orders", "ts": 1712575582, "payload": {"k": 18}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "Ef457c545a9", "topic": "payments", "ts": 1712696852, "payload": {"k": 49}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} + +{"event_id": "E9a1158154d", "topic": "orders", "ts": 1712583327, "payload": {"k": 52}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-01.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..71bd93ed65a6069abf6e2953e92a9550c0726486 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-01.jsonl @@ -0,0 +1,15 @@ + +{"event_id": "Ea684eceee7", "topic": "payments", "ts": 1712523215, "payload": {"k": 54}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} + +{"event_id": "Ed1fe173d08", "topic": "orders", "ts": 1712666949, "payload": {"k": 79}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "E1ff1de7740", "topic": "clicks", "ts": 1712512722, "payload": {"k": 24}} +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "E17e62166fc", "topic": "payments", "ts": 1712640941, "payload": {"k": 43}} +{"event_id": "Ea684eceee7", "topic": "payments", "ts": 1712523215, "payload": {"k": 54}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "Ea1d0c6e83f", "topic": "payments", "ts": 1712688860, "payload": {"k": 42}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-02.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dfaabd1006230f24a18e5f8f9b9b3a2d7035826e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-02.jsonl @@ -0,0 +1,25 @@ +{"event_id": "Ec4ca4238a0", "topic": "clicks", "ts": 1712625154, "payload": {"k": 1}} +{"event_id": "Eb6d767d2f8", "topic": "clicks", "ts": 1712676786, "payload": {"k": 22}} + +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ec9f0f895fb", "topic": "clicks", "ts": 1712693733, "payload": {"k": 8}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E70efdf2ec9", "topic": "clicks", "ts": 1712500730, "payload": {"k": 17}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "Ec51ce410c1", "topic": "clicks", "ts": 1712557435, "payload": {"k": 13}} +{"event_id": "E735b90b456", "topic": "clicks", "ts": 1712678392, "payload": {"k": 67}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E33e75ff09d", "topic": "clicks", "ts": 1712518310, "payload": {"k": 28}} + +{"event_id": "E66f041e16a", "topic": "orders", "ts": 1712521949, "payload": {"k": 58}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "Eea5d2f1c46", "topic": "orders", "ts": 1712514375, "payload": {"k": 64}} +{"event_id": "Ee369853df7", "topic": "orders", "ts": 1712500069, "payload": {"k": 34}} +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "Ed645920e39", "topic": "clicks", "ts": 1712551278, "payload": {"k": 40}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "E67c6a1e7ce", "topic": "signups", "ts": 1712640834, "payload": {"k": 47}} +{"event_id": "E45c48cce2e", "topic": "signups", "ts": 1712590836, "payload": {"k": 9}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-03.jsonl b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..08dac8789a2967b177862eebb0ef3de93378685d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/streams/events/signups/partition-03.jsonl @@ -0,0 +1,25 @@ +{"event_id": "Ec16a5320fa", "topic": "clicks", "ts": 1712629277, "payload": {"k": 31}} +{"event_id": "E6ea9ab1baa", "topic": "orders", "ts": 1712628044, "payload": {"k": 29}} +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "E72b32a1f75", "topic": "payments", "ts": 1712642127, "payload": {"k": 57}} +{"event_id": "Ea5771bce93", "topic": "signups", "ts": 1712684693, "payload": {"k": 38}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E4e732ced34", "topic": "orders", "ts": 1712659827, "payload": {"k": 26}} +{"event_id": "E02e74f10e0", "topic": "signups", "ts": 1712651967, "payload": {"k": 27}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} +{"event_id": "E34173cb38f", "topic": "signups", "ts": 1712545358, "payload": {"k": 30}} +{"event_id": "E642e92efb7", "topic": "clicks", "ts": 1712626805, "payload": {"k": 48}} + +{"event_id": "Ead61ab1432", "topic": "payments", "ts": 1712669577, "payload": {"k": 74}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} + +{"event_id": "Efbd7939d67", "topic": "orders", "ts": 1712689560, "payload": {"k": 76}} +{"event_id": "E44f683a841", "topic": "signups", "ts": 1712566463, "payload": {"k": 62}} +{"event_id": "Eb53b3a3d6a", "topic": "payments", "ts": 1712673530, "payload": {"k": 55}} +{"event_id": "E9f61408e3a", "topic": "signups", "ts": 1712570212, "payload": {"k": 56}} +{"event_id": "Ec81e728d9d", "topic": "orders", "ts": 1712550547, "payload": {"k": 2}} +{"event_id": "Ed3d9446802", "topic": "signups", "ts": 1712522175, "payload": {"k": 10}} +{"event_id": "E32bb90e897", "topic": "signups", "ts": 1712558363, "payload": {"k": 72}} +{"event_id": "Efc490ca45c", "topic": "clicks", "ts": 1712525474, "payload": {"k": 65}} +{"event_id": "E28dd2c7955", "topic": "orders", "ts": 1712568794, "payload": {"k": 77}} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b36b9fbcb2/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..c7c24ac20811a4dce0eb668d2aa29658479e9109 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-01.csv @@ -0,0 +1,19 @@ +player,score +selene,4263 +raven,7191 +draco,2582 +selene,9099 +nomad,8782 +luna,3767 +nyx,5104 +arbiter,2560 +brio,4281 +cyrus,1138 +kite,3782 +brio,4337 +morpheus,5112 +pyro,7605 +nomad,4302 +arbiter,490 +nova,9423 +kite,1732 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..704ee30abfc622f0d449cda776bd40071a031191 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-02.csv @@ -0,0 +1,16 @@ +player,score +hypatia,2166 +nomad,7233 +cyrus,402 +hypatia,1501 +nomad,9505 +hypatia,8467 +draco,988 +cyrus,2036 +nyx,8734 +valkyrie,9184 +morpheus,8025 +cyrus,2437 +kite,3164 +arbiter,1908 +brio,8394 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..d803c41833b33626494e745bf3a3171efe791495 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-03.csv @@ -0,0 +1,19 @@ +player,score +centurion,9334 +nomad,1312 +cyrus,9895 +nova,5975 +kite,3457 +atlas,5178 +selene,9923 +kite,3544 +morpheus,3325 +selene,7104 +nova,8304 +ozymandias,751 +selene,7275 +atlas,9793 +nyx,3223 +nomad,889 +nyx,7054 +cyrus,651 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bde2bf8b81a9a79634d00d381a8f09ec6d8caa6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-04.csv @@ -0,0 +1,18 @@ +player,score +arbiter,7257 +atlas,1033 +pyro,8742 +valkyrie,5727 +ozymandias,4604 +hypatia,3001 +selene,6800 +raven,800 +ozymandias,1794 +rex,8118 +raven,9210 +nyx,536 +morpheus,5523 +hypatia,5266 +raven,1553 +raven,3763 +nyx,3806 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..c10298a7f701008326fe474248bca9ad6983d8a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-05.csv @@ -0,0 +1,17 @@ +player,score +cyrus,1524 +atlas,8161 +luna,3801 +ozymandias,8689 +cyrus,1938 +draco,228 +rex,5394 +valkyrie,2768 +luna,4769 +pyro,9628 +morpheus,9905 +nova,6325 +nomad,6748 +arbiter,841 +selene,4221 +nomad,2464 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..b0cf96e57d302d0f46e6c121a483c1899c682781 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-06.csv @@ -0,0 +1,15 @@ +player,score +draco,223 +arbiter,730 +centurion,2078 +luna,3873 +arbiter,1559 +pyro,2290 +raven,4040 +valkyrie,553 +ozymandias,1111 +nomad,2231 +luna,6378 +cyrus,2147 +selene,4376 +centurion,7295 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..17bdb5221930aaf5557d1d04a112692ee3b82c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/neonrun/2024-04-07.csv @@ -0,0 +1,14 @@ +player,score +rex,3373 +rex,3066 +hypatia,8369 +rex,6467 +atlas,5612 +kite,6834 +pyro,1723 +luna,6458 +luna,8979 +hypatia,1630 +brio,9801 +nyx,1829 +pyro,398 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..998117c948e495026b0745d6110b91231bbdfe58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-01.csv @@ -0,0 +1,13 @@ +player,score +hypatia,9852 +nomad,3646 +nyx,9271 +pyro,7814 +brio,7107 +atlas,5107 +morpheus,8512 +pyro,8514 +valkyrie,1396 +rex,9234 +rex,3479 +nyx,5398 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..b8528a6e08c8d7c3348d44ae75407726d595d6a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-02.csv @@ -0,0 +1,19 @@ +player,score +cyrus,3868 +kite,4066 +nova,6201 +raven,3140 +wraith,2479 +rex,4856 +atlas,8098 +nomad,6506 +draco,8558 +arbiter,8886 +selene,7197 +raven,9362 +selene,3945 +draco,1069 +hypatia,5970 +cyrus,3938 +rex,6953 +nomad,5235 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..fea9d8486b7f854a3b68ded53506610fb445f5da --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-03.csv @@ -0,0 +1,13 @@ +player,score +rex,4506 +valkyrie,2778 +pyro,2025 +nova,6369 +raven,7099 +pyro,4118 +luna,1803 +nyx,8675 +wraith,1588 +arbiter,7078 +kite,7407 +arbiter,3867 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7d709a04b3641c5012f69b5fb0a521254afa64c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-04.csv @@ -0,0 +1,15 @@ +player,score +brio,3145 +kite,4882 +morpheus,492 +wraith,1476 +hypatia,4479 +rex,1336 +kite,5290 +morpheus,8418 +luna,2986 +selene,678 +valkyrie,3461 +cyrus,6293 +nova,463 +valkyrie,6487 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..739d65bea9843f61c5e50ad0a22f288bb19ec66d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-05.csv @@ -0,0 +1,18 @@ +player,score +selene,8122 +luna,9285 +raven,4788 +raven,492 +nova,4578 +brio,8062 +wraith,4568 +luna,508 +hypatia,1844 +centurion,759 +rex,4772 +valkyrie,3319 +kite,6075 +cyrus,9412 +hypatia,1438 +hypatia,9886 +pyro,1250 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5ac07f93ec2b9803056b27411d2b006d779d993 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-06.csv @@ -0,0 +1,17 @@ +player,score +luna,3965 +hypatia,1706 +arbiter,6344 +kite,9606 +arbiter,3258 +ozymandias,332 +nyx,2627 +luna,1434 +morpheus,4975 +nomad,3923 +draco,611 +ozymandias,4294 +ozymandias,879 +raven,3330 +valkyrie,9789 +morpheus,7955 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..2bc878c29f2b6a986ae70cc49dc1cb2bc72d6e5b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/orbitrace/2024-04-07.csv @@ -0,0 +1,14 @@ +player,score +atlas,1559 +rex,8117 +wraith,7401 +hypatia,6209 +luna,1505 +selene,3623 +kite,1257 +valkyrie,6005 +arbiter,4307 +kite,5153 +selene,7960 +pyro,2239 +brio,2720 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3df1d60774f8421cca777dfa689c0c4686978e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-01.csv @@ -0,0 +1,14 @@ +player,score +brio,8778 +morpheus,5659 +valkyrie,8514 +centurion,5186 +hypatia,993 +nomad,1968 +valkyrie,3684 +pyro,2353 +rex,8827 +cyrus,7402 +nyx,8369 +nyx,4918 +centurion,1848 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..36d1fd27931766e42411701fc55bb299fae37e4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-02.csv @@ -0,0 +1,16 @@ +player,score +kite,8714 +wraith,9648 +valkyrie,4017 +selene,4190 +hypatia,2825 +raven,3812 +nomad,4487 +brio,7556 +pyro,6519 +nyx,9710 +raven,6516 +rex,8384 +valkyrie,8910 +brio,4937 +nomad,6648 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2764f652cedcdfbccd4747a4ae29013c3e5edd50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-03.csv @@ -0,0 +1,14 @@ +player,score +raven,6421 +cyrus,9774 +nomad,1199 +valkyrie,6749 +raven,8280 +valkyrie,8204 +pyro,938 +brio,5414 +arbiter,8279 +brio,5840 +cyrus,1993 +rex,5191 +luna,9482 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..019789ebdbe05dbd083f374b33e60c3e5ecac4cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-04.csv @@ -0,0 +1,19 @@ +player,score +ozymandias,7491 +selene,7264 +arbiter,8255 +selene,7134 +hypatia,4488 +luna,4040 +nyx,9893 +hypatia,9924 +ozymandias,7077 +kite,8865 +brio,7411 +centurion,7890 +valkyrie,9093 +nova,8307 +kite,4926 +morpheus,8870 +pyro,8281 +draco,8834 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a1a82cd58c8ba1805cf343840df34d4309fd552 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-05.csv @@ -0,0 +1,13 @@ +player,score +rex,2173 +nomad,9042 +pyro,5342 +kite,7052 +selene,4128 +selene,4181 +selene,5437 +ozymandias,4689 +nyx,5379 +brio,9850 +nyx,9685 +ozymandias,674 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..5921999cc47d2bdb90abfaa70b67ccca31c7f2e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-06.csv @@ -0,0 +1,18 @@ +player,score +morpheus,3205 +nyx,801 +raven,4433 +pyro,4426 +nomad,8654 +morpheus,4201 +pyro,4854 +centurion,7786 +pyro,6888 +wraith,4932 +selene,8826 +arbiter,2936 +luna,9216 +raven,7606 +kite,5385 +valkyrie,4611 +kite,1661 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d93cb550ddee6c5c3f0bb48e4e97c6f0ada62ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/starforge/2024-04-07.csv @@ -0,0 +1,18 @@ +player,score +arbiter,1448 +morpheus,4849 +atlas,5255 +draco,8060 +cyrus,4140 +nomad,7365 +hypatia,7034 +rex,4534 +nova,9491 +pyro,8171 +atlas,2878 +brio,1313 +raven,6691 +arbiter,7034 +wraith,8528 +nova,8582 +nomad,3506 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..d7511d9e675f7a8f95c962bcc9177634ad6f427b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-01.csv @@ -0,0 +1,17 @@ +player,score +kite,3705 +ozymandias,7968 +hypatia,8950 +kite,6055 +luna,2149 +nova,7797 +atlas,3193 +brio,1033 +cyrus,2971 +luna,9258 +hypatia,8540 +wraith,7503 +raven,2053 +brio,5823 +nyx,3331 +valkyrie,6065 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..1fbe5c2f889c1b4806437f21fd69ad653887042c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-02.csv @@ -0,0 +1,17 @@ +player,score +kite,2954 +nova,2758 +atlas,3511 +luna,8336 +hypatia,8150 +rex,9668 +kite,9479 +nova,513 +morpheus,3887 +hypatia,8976 +wraith,9943 +nyx,8316 +ozymandias,6551 +nomad,6858 +atlas,1496 +wraith,3012 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..452da81dea10ce1f004122fab3a42cbbe3b555ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-03.csv @@ -0,0 +1,13 @@ +player,score +cyrus,7259 +kite,2449 +centurion,1756 +nova,9743 +wraith,1848 +nomad,701 +cyrus,933 +selene,9186 +atlas,2138 +nomad,1410 +nova,5194 +rex,1753 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd0dc40054c792d6a69624907a5a40515b725057 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-04.csv @@ -0,0 +1,13 @@ +player,score +cyrus,6094 +brio,736 +brio,9197 +draco,5539 +draco,3666 +atlas,8207 +wraith,2959 +nova,7985 +centurion,5488 +pyro,2630 +centurion,6975 +draco,1460 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..764f1e24e6c65d732532806457b32658aa1ec064 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-05.csv @@ -0,0 +1,13 @@ +player,score +arbiter,4638 +nomad,9248 +nyx,431 +centurion,7326 +rex,5328 +nova,9092 +brio,2592 +centurion,1154 +rex,565 +centurion,6736 +raven,4250 +atlas,1354 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..6e557943c0e7e2cecc78548745410bfa87fa48fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-06.csv @@ -0,0 +1,15 @@ +player,score +centurion,3117 +pyro,6376 +ozymandias,8765 +arbiter,5721 +nova,5852 +pyro,1285 +nova,5786 +nomad,479 +kite,1441 +hypatia,2202 +nyx,6617 +atlas,6279 +selene,9172 +cyrus,7613 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..1e667aec0f15d6710a1c9f1c494beec3fab0025c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/games/leaderboard/voidcraft/2024-04-07.csv @@ -0,0 +1,15 @@ +player,score +atlas,1375 +nyx,7194 +cyrus,75 +arbiter,7499 +valkyrie,4468 +wraith,2159 +hypatia,660 +luna,3704 +valkyrie,5057 +ozymandias,6747 +nyx,8787 +luna,1350 +raven,4868 +nova,9818 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/reports/top10.tsv b/shellops_pro/assets/ShellOps_b434dfe752/gold/reports/top10.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7216799a2418ac9d3659d295f4f4df8517e25256 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/reports/top10.tsv @@ -0,0 +1,10 @@ +selene 144104 +nyx 139688 +nova 138556 +hypatia 134526 +kite 128935 +nomad 124341 +valkyrie 120839 +brio 118327 +rex 116094 +pyro 114409 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..c7c24ac20811a4dce0eb668d2aa29658479e9109 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-01.csv @@ -0,0 +1,19 @@ +player,score +selene,4263 +raven,7191 +draco,2582 +selene,9099 +nomad,8782 +luna,3767 +nyx,5104 +arbiter,2560 +brio,4281 +cyrus,1138 +kite,3782 +brio,4337 +morpheus,5112 +pyro,7605 +nomad,4302 +arbiter,490 +nova,9423 +kite,1732 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..704ee30abfc622f0d449cda776bd40071a031191 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-02.csv @@ -0,0 +1,16 @@ +player,score +hypatia,2166 +nomad,7233 +cyrus,402 +hypatia,1501 +nomad,9505 +hypatia,8467 +draco,988 +cyrus,2036 +nyx,8734 +valkyrie,9184 +morpheus,8025 +cyrus,2437 +kite,3164 +arbiter,1908 +brio,8394 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..d803c41833b33626494e745bf3a3171efe791495 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-03.csv @@ -0,0 +1,19 @@ +player,score +centurion,9334 +nomad,1312 +cyrus,9895 +nova,5975 +kite,3457 +atlas,5178 +selene,9923 +kite,3544 +morpheus,3325 +selene,7104 +nova,8304 +ozymandias,751 +selene,7275 +atlas,9793 +nyx,3223 +nomad,889 +nyx,7054 +cyrus,651 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..6bde2bf8b81a9a79634d00d381a8f09ec6d8caa6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-04.csv @@ -0,0 +1,18 @@ +player,score +arbiter,7257 +atlas,1033 +pyro,8742 +valkyrie,5727 +ozymandias,4604 +hypatia,3001 +selene,6800 +raven,800 +ozymandias,1794 +rex,8118 +raven,9210 +nyx,536 +morpheus,5523 +hypatia,5266 +raven,1553 +raven,3763 +nyx,3806 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..c10298a7f701008326fe474248bca9ad6983d8a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-05.csv @@ -0,0 +1,17 @@ +player,score +cyrus,1524 +atlas,8161 +luna,3801 +ozymandias,8689 +cyrus,1938 +draco,228 +rex,5394 +valkyrie,2768 +luna,4769 +pyro,9628 +morpheus,9905 +nova,6325 +nomad,6748 +arbiter,841 +selene,4221 +nomad,2464 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..b0cf96e57d302d0f46e6c121a483c1899c682781 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-06.csv @@ -0,0 +1,15 @@ +player,score +draco,223 +arbiter,730 +centurion,2078 +luna,3873 +arbiter,1559 +pyro,2290 +raven,4040 +valkyrie,553 +ozymandias,1111 +nomad,2231 +luna,6378 +cyrus,2147 +selene,4376 +centurion,7295 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..17bdb5221930aaf5557d1d04a112692ee3b82c89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/neonrun/2024-04-07.csv @@ -0,0 +1,14 @@ +player,score +rex,3373 +rex,3066 +hypatia,8369 +rex,6467 +atlas,5612 +kite,6834 +pyro,1723 +luna,6458 +luna,8979 +hypatia,1630 +brio,9801 +nyx,1829 +pyro,398 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..998117c948e495026b0745d6110b91231bbdfe58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-01.csv @@ -0,0 +1,13 @@ +player,score +hypatia,9852 +nomad,3646 +nyx,9271 +pyro,7814 +brio,7107 +atlas,5107 +morpheus,8512 +pyro,8514 +valkyrie,1396 +rex,9234 +rex,3479 +nyx,5398 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..b8528a6e08c8d7c3348d44ae75407726d595d6a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-02.csv @@ -0,0 +1,19 @@ +player,score +cyrus,3868 +kite,4066 +nova,6201 +raven,3140 +wraith,2479 +rex,4856 +atlas,8098 +nomad,6506 +draco,8558 +arbiter,8886 +selene,7197 +raven,9362 +selene,3945 +draco,1069 +hypatia,5970 +cyrus,3938 +rex,6953 +nomad,5235 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..fea9d8486b7f854a3b68ded53506610fb445f5da --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-03.csv @@ -0,0 +1,13 @@ +player,score +rex,4506 +valkyrie,2778 +pyro,2025 +nova,6369 +raven,7099 +pyro,4118 +luna,1803 +nyx,8675 +wraith,1588 +arbiter,7078 +kite,7407 +arbiter,3867 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7d709a04b3641c5012f69b5fb0a521254afa64c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-04.csv @@ -0,0 +1,15 @@ +player,score +brio,3145 +kite,4882 +morpheus,492 +wraith,1476 +hypatia,4479 +rex,1336 +kite,5290 +morpheus,8418 +luna,2986 +selene,678 +valkyrie,3461 +cyrus,6293 +nova,463 +valkyrie,6487 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..739d65bea9843f61c5e50ad0a22f288bb19ec66d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-05.csv @@ -0,0 +1,18 @@ +player,score +selene,8122 +luna,9285 +raven,4788 +raven,492 +nova,4578 +brio,8062 +wraith,4568 +luna,508 +hypatia,1844 +centurion,759 +rex,4772 +valkyrie,3319 +kite,6075 +cyrus,9412 +hypatia,1438 +hypatia,9886 +pyro,1250 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5ac07f93ec2b9803056b27411d2b006d779d993 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-06.csv @@ -0,0 +1,17 @@ +player,score +luna,3965 +hypatia,1706 +arbiter,6344 +kite,9606 +arbiter,3258 +ozymandias,332 +nyx,2627 +luna,1434 +morpheus,4975 +nomad,3923 +draco,611 +ozymandias,4294 +ozymandias,879 +raven,3330 +valkyrie,9789 +morpheus,7955 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..2bc878c29f2b6a986ae70cc49dc1cb2bc72d6e5b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/orbitrace/2024-04-07.csv @@ -0,0 +1,14 @@ +player,score +atlas,1559 +rex,8117 +wraith,7401 +hypatia,6209 +luna,1505 +selene,3623 +kite,1257 +valkyrie,6005 +arbiter,4307 +kite,5153 +selene,7960 +pyro,2239 +brio,2720 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3df1d60774f8421cca777dfa689c0c4686978e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-01.csv @@ -0,0 +1,14 @@ +player,score +brio,8778 +morpheus,5659 +valkyrie,8514 +centurion,5186 +hypatia,993 +nomad,1968 +valkyrie,3684 +pyro,2353 +rex,8827 +cyrus,7402 +nyx,8369 +nyx,4918 +centurion,1848 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..36d1fd27931766e42411701fc55bb299fae37e4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-02.csv @@ -0,0 +1,16 @@ +player,score +kite,8714 +wraith,9648 +valkyrie,4017 +selene,4190 +hypatia,2825 +raven,3812 +nomad,4487 +brio,7556 +pyro,6519 +nyx,9710 +raven,6516 +rex,8384 +valkyrie,8910 +brio,4937 +nomad,6648 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2764f652cedcdfbccd4747a4ae29013c3e5edd50 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-03.csv @@ -0,0 +1,14 @@ +player,score +raven,6421 +cyrus,9774 +nomad,1199 +valkyrie,6749 +raven,8280 +valkyrie,8204 +pyro,938 +brio,5414 +arbiter,8279 +brio,5840 +cyrus,1993 +rex,5191 +luna,9482 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..019789ebdbe05dbd083f374b33e60c3e5ecac4cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-04.csv @@ -0,0 +1,19 @@ +player,score +ozymandias,7491 +selene,7264 +arbiter,8255 +selene,7134 +hypatia,4488 +luna,4040 +nyx,9893 +hypatia,9924 +ozymandias,7077 +kite,8865 +brio,7411 +centurion,7890 +valkyrie,9093 +nova,8307 +kite,4926 +morpheus,8870 +pyro,8281 +draco,8834 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a1a82cd58c8ba1805cf343840df34d4309fd552 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-05.csv @@ -0,0 +1,13 @@ +player,score +rex,2173 +nomad,9042 +pyro,5342 +kite,7052 +selene,4128 +selene,4181 +selene,5437 +ozymandias,4689 +nyx,5379 +brio,9850 +nyx,9685 +ozymandias,674 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..5921999cc47d2bdb90abfaa70b67ccca31c7f2e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-06.csv @@ -0,0 +1,18 @@ +player,score +morpheus,3205 +nyx,801 +raven,4433 +pyro,4426 +nomad,8654 +morpheus,4201 +pyro,4854 +centurion,7786 +pyro,6888 +wraith,4932 +selene,8826 +arbiter,2936 +luna,9216 +raven,7606 +kite,5385 +valkyrie,4611 +kite,1661 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..9d93cb550ddee6c5c3f0bb48e4e97c6f0ada62ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/starforge/2024-04-07.csv @@ -0,0 +1,18 @@ +player,score +arbiter,1448 +morpheus,4849 +atlas,5255 +draco,8060 +cyrus,4140 +nomad,7365 +hypatia,7034 +rex,4534 +nova,9491 +pyro,8171 +atlas,2878 +brio,1313 +raven,6691 +arbiter,7034 +wraith,8528 +nova,8582 +nomad,3506 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-01.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..d7511d9e675f7a8f95c962bcc9177634ad6f427b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-01.csv @@ -0,0 +1,17 @@ +player,score +kite,3705 +ozymandias,7968 +hypatia,8950 +kite,6055 +luna,2149 +nova,7797 +atlas,3193 +brio,1033 +cyrus,2971 +luna,9258 +hypatia,8540 +wraith,7503 +raven,2053 +brio,5823 +nyx,3331 +valkyrie,6065 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-02.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..1fbe5c2f889c1b4806437f21fd69ad653887042c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-02.csv @@ -0,0 +1,17 @@ +player,score +kite,2954 +nova,2758 +atlas,3511 +luna,8336 +hypatia,8150 +rex,9668 +kite,9479 +nova,513 +morpheus,3887 +hypatia,8976 +wraith,9943 +nyx,8316 +ozymandias,6551 +nomad,6858 +atlas,1496 +wraith,3012 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-03.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..452da81dea10ce1f004122fab3a42cbbe3b555ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-03.csv @@ -0,0 +1,13 @@ +player,score +cyrus,7259 +kite,2449 +centurion,1756 +nova,9743 +wraith,1848 +nomad,701 +cyrus,933 +selene,9186 +atlas,2138 +nomad,1410 +nova,5194 +rex,1753 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-04.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..cd0dc40054c792d6a69624907a5a40515b725057 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-04.csv @@ -0,0 +1,13 @@ +player,score +cyrus,6094 +brio,736 +brio,9197 +draco,5539 +draco,3666 +atlas,8207 +wraith,2959 +nova,7985 +centurion,5488 +pyro,2630 +centurion,6975 +draco,1460 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-05.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..764f1e24e6c65d732532806457b32658aa1ec064 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-05.csv @@ -0,0 +1,13 @@ +player,score +arbiter,4638 +nomad,9248 +nyx,431 +centurion,7326 +rex,5328 +nova,9092 +brio,2592 +centurion,1154 +rex,565 +centurion,6736 +raven,4250 +atlas,1354 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-06.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..6e557943c0e7e2cecc78548745410bfa87fa48fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-06.csv @@ -0,0 +1,15 @@ +player,score +centurion,3117 +pyro,6376 +ozymandias,8765 +arbiter,5721 +nova,5852 +pyro,1285 +nova,5786 +nomad,479 +kite,1441 +hypatia,2202 +nyx,6617 +atlas,6279 +selene,9172 +cyrus,7613 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-07.csv b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..1e667aec0f15d6710a1c9f1c494beec3fab0025c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/games/leaderboard/voidcraft/2024-04-07.csv @@ -0,0 +1,15 @@ +player,score +atlas,1375 +nyx,7194 +cyrus,75 +arbiter,7499 +valkyrie,4468 +wraith,2159 +hypatia,660 +luna,3704 +valkyrie,5057 +ozymandias,6747 +nyx,8787 +luna,1350 +raven,4868 +nova,9818 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b434dfe752/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/data-efficient-finetuning-auckland.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/data-efficient-finetuning-auckland.html new file mode 100644 index 0000000000000000000000000000000000000000..9bacca098e12edbcd8fb18b951e470e024d8317e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/data-efficient-finetuning-auckland.html @@ -0,0 +1,20 @@ + + + + Data-Efficient-Finetuning-Auckland + + +

Data-Efficient-Finetuning-Auckland

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/dublin-manchester.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/dublin-manchester.html new file mode 100644 index 0000000000000000000000000000000000000000..a059fbb507507d61659fa2f654377617814c26c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/dublin-manchester.html @@ -0,0 +1,18 @@ + + + + Dublin-Manchester + + +

Dublin-Manchester

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/instruction-tuning-seoul.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/instruction-tuning-seoul.html new file mode 100644 index 0000000000000000000000000000000000000000..8483bc94d867304c97df53019b72c26babe4df13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/instruction-tuning-seoul.html @@ -0,0 +1,18 @@ + + + + Instruction-Tuning-Seoul + + +

Instruction-Tuning-Seoul

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/mechanical-keyboard-san-francisco.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/mechanical-keyboard-san-francisco.html new file mode 100644 index 0000000000000000000000000000000000000000..4d45bc7b4d58faff2a4665ed5ff05f4a1f0ee16e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/mechanical-keyboard-san-francisco.html @@ -0,0 +1,20 @@ + + + + Mechanical-Keyboard-San-Francisco + + +

Mechanical-Keyboard-San-Francisco

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/reasoning-benchmarks-multimodal-fusion.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/reasoning-benchmarks-multimodal-fusion.html new file mode 100644 index 0000000000000000000000000000000000000000..d8ceff10b44987ed6bad32c496b6fe57450fab33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/reasoning-benchmarks-multimodal-fusion.html @@ -0,0 +1,20 @@ + + + + Reasoning-Benchmarks-Multimodal-Fusion + + +

Reasoning-Benchmarks-Multimodal-Fusion

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/retrieval-augmented-generation-tokyo.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/retrieval-augmented-generation-tokyo.html new file mode 100644 index 0000000000000000000000000000000000000000..a7d7ee6fb81d332a975f653eaed92bfe7c1730e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/design/retrieval-augmented-generation-tokyo.html @@ -0,0 +1,18 @@ + + + + Retrieval-Augmented-Generation-Tokyo + + +

Retrieval-Augmented-Generation-Tokyo

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/beijing-retrieval-augmented-generation.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/beijing-retrieval-augmented-generation.html new file mode 100644 index 0000000000000000000000000000000000000000..3bc9f22af9f57c1abe435cf6859c0272ce6c5185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/beijing-retrieval-augmented-generation.html @@ -0,0 +1,20 @@ + + + + Beijing-Retrieval-Augmented-Generation + + +

Beijing-Retrieval-Augmented-Generation

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/onboarding-san-francisco.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/onboarding-san-francisco.html new file mode 100644 index 0000000000000000000000000000000000000000..513961130da38cdf406e7759744828af01b7bcce --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/onboarding-san-francisco.html @@ -0,0 +1,18 @@ + + + + Onboarding-San-Francisco + + +

Onboarding-San-Francisco

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/performance-reviews-speculative-decoding.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/performance-reviews-speculative-decoding.html new file mode 100644 index 0000000000000000000000000000000000000000..99c066ee97a87c8a9e0101f8b695f1d56e6169bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/performance-reviews-speculative-decoding.html @@ -0,0 +1,20 @@ + + + + Performance-Reviews-Speculative-Decoding + + +

Performance-Reviews-Speculative-Decoding

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/release-process-amsterdam.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/release-process-amsterdam.html new file mode 100644 index 0000000000000000000000000000000000000000..4f3c3f872a77d91e11e149aea327164b07dec6a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/release-process-amsterdam.html @@ -0,0 +1,20 @@ + + + + Release-Process-Amsterdam + + +

Release-Process-Amsterdam

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/sydney-ceylon-tea.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/sydney-ceylon-tea.html new file mode 100644 index 0000000000000000000000000000000000000000..3278af7e173ab251e6a066fb4d6aa621a941f848 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/sydney-ceylon-tea.html @@ -0,0 +1,16 @@ + + + + Sydney-Ceylon-Tea + + +

Sydney-Ceylon-Tea

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/wireless-mouse-multimodal-fusion.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/wireless-mouse-multimodal-fusion.html new file mode 100644 index 0000000000000000000000000000000000000000..859985aae944d72b691f0ec8a2fb5c2957112748 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/engineering/wireless-mouse-multimodal-fusion.html @@ -0,0 +1,18 @@ + + + + Wireless-Mouse-Multimodal-Fusion + + +

Wireless-Mouse-Multimodal-Fusion

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/adversarial-robustness-denver.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/adversarial-robustness-denver.html new file mode 100644 index 0000000000000000000000000000000000000000..bc3c6daf449c9a1ef7548b01b1b52ac408d29d9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/adversarial-robustness-denver.html @@ -0,0 +1,18 @@ + + + + Adversarial-Robustness-Denver + + +

Adversarial-Robustness-Denver

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/ceramic-mug-chicago.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/ceramic-mug-chicago.html new file mode 100644 index 0000000000000000000000000000000000000000..eb94c691465f24c90763f1a9193d1f240e507e61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/ceramic-mug-chicago.html @@ -0,0 +1,16 @@ + + + + Ceramic-Mug-Chicago + + +

Ceramic-Mug-Chicago

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/chain-of-thought-dublin.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/chain-of-thought-dublin.html new file mode 100644 index 0000000000000000000000000000000000000000..ea48f9e91fc63c34a08e58ec58979e80987e69de --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/chain-of-thought-dublin.html @@ -0,0 +1,18 @@ + + + + Chain-Of-Thought-Dublin + + +

Chain-Of-Thought-Dublin

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/long-context-modeling-vancouver.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/long-context-modeling-vancouver.html new file mode 100644 index 0000000000000000000000000000000000000000..5ace766232c9eb74f3be03db591bc65ac4965631 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/long-context-modeling-vancouver.html @@ -0,0 +1,16 @@ + + + + Long-Context-Modeling-Vancouver + + +

Long-Context-Modeling-Vancouver

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/manchester-tokyo.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/manchester-tokyo.html new file mode 100644 index 0000000000000000000000000000000000000000..a6970f656d0ff5c0b150971dd3cc5da2e91d0866 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/manchester-tokyo.html @@ -0,0 +1,16 @@ + + + + Manchester-Tokyo + + +

Manchester-Tokyo

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/multimodal-fusion-ceramic-mug.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/multimodal-fusion-ceramic-mug.html new file mode 100644 index 0000000000000000000000000000000000000000..85d1f929d9875a230d24fa77591f1178441811cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/product/multimodal-fusion-ceramic-mug.html @@ -0,0 +1,16 @@ + + + + Multimodal-Fusion-Ceramic-Mug + + +

Multimodal-Fusion-Ceramic-Mug

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/berlin-san-francisco.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/berlin-san-francisco.html new file mode 100644 index 0000000000000000000000000000000000000000..e92af11850eeba0808a83c0b7b1c00da438d70f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/berlin-san-francisco.html @@ -0,0 +1,20 @@ + + + + Berlin-San-Francisco + + +

Berlin-San-Francisco

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/data-governance-tokyo.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/data-governance-tokyo.html new file mode 100644 index 0000000000000000000000000000000000000000..1de894a4a3e05c25364a50471b4bfc03784ce03f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/data-governance-tokyo.html @@ -0,0 +1,16 @@ + + + + Data-Governance-Tokyo + + +

Data-Governance-Tokyo

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/instruction-tuning-wireless-mouse.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/instruction-tuning-wireless-mouse.html new file mode 100644 index 0000000000000000000000000000000000000000..6868b41c9fceba5cb2d780c74938bf7bab87a152 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/instruction-tuning-wireless-mouse.html @@ -0,0 +1,20 @@ + + + + Instruction-Tuning-Wireless-Mouse + + +

Instruction-Tuning-Wireless-Mouse

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/seattle-engineering-practices.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/seattle-engineering-practices.html new file mode 100644 index 0000000000000000000000000000000000000000..15756e4dc2d05ae1d00e76fd2bcf7ffd98c536c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/seattle-engineering-practices.html @@ -0,0 +1,16 @@ + + + + Seattle-Engineering-Practices + + +

Seattle-Engineering-Practices

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/shanghai-speculative-decoding.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/shanghai-speculative-decoding.html new file mode 100644 index 0000000000000000000000000000000000000000..8969f0e81c8c140a92c6382dd205de03bfd48cd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/shanghai-speculative-decoding.html @@ -0,0 +1,16 @@ + + + + Shanghai-Speculative-Decoding + + +

Shanghai-Speculative-Decoding

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/speculative-decoding-attention-scaling.html b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/speculative-decoding-attention-scaling.html new file mode 100644 index 0000000000000000000000000000000000000000..7febd315f358567b0deec1250555eac61974d848 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/wiki/pages/support/speculative-decoding-attention-scaling.html @@ -0,0 +1,18 @@ + + + + Speculative-Decoding-Attention-Scaling + + +

Speculative-Decoding-Attention-Scaling

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/data-efficient-finetuning-auckland.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/data-efficient-finetuning-auckland.html new file mode 100644 index 0000000000000000000000000000000000000000..9bacca098e12edbcd8fb18b951e470e024d8317e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/data-efficient-finetuning-auckland.html @@ -0,0 +1,20 @@ + + + + Data-Efficient-Finetuning-Auckland + + +

Data-Efficient-Finetuning-Auckland

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/dublin-manchester.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/dublin-manchester.html new file mode 100644 index 0000000000000000000000000000000000000000..a059fbb507507d61659fa2f654377617814c26c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/dublin-manchester.html @@ -0,0 +1,18 @@ + + + + Dublin-Manchester + + +

Dublin-Manchester

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/instruction-tuning-seoul.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/instruction-tuning-seoul.html new file mode 100644 index 0000000000000000000000000000000000000000..8483bc94d867304c97df53019b72c26babe4df13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/instruction-tuning-seoul.html @@ -0,0 +1,18 @@ + + + + Instruction-Tuning-Seoul + + +

Instruction-Tuning-Seoul

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/mechanical-keyboard-san-francisco.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/mechanical-keyboard-san-francisco.html new file mode 100644 index 0000000000000000000000000000000000000000..4d45bc7b4d58faff2a4665ed5ff05f4a1f0ee16e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/mechanical-keyboard-san-francisco.html @@ -0,0 +1,20 @@ + + + + Mechanical-Keyboard-San-Francisco + + +

Mechanical-Keyboard-San-Francisco

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/reasoning-benchmarks-multimodal-fusion.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/reasoning-benchmarks-multimodal-fusion.html new file mode 100644 index 0000000000000000000000000000000000000000..d8ceff10b44987ed6bad32c496b6fe57450fab33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/reasoning-benchmarks-multimodal-fusion.html @@ -0,0 +1,20 @@ + + + + Reasoning-Benchmarks-Multimodal-Fusion + + +

Reasoning-Benchmarks-Multimodal-Fusion

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/retrieval-augmented-generation-tokyo.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/retrieval-augmented-generation-tokyo.html new file mode 100644 index 0000000000000000000000000000000000000000..a7d7ee6fb81d332a975f653eaed92bfe7c1730e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/design/retrieval-augmented-generation-tokyo.html @@ -0,0 +1,18 @@ + + + + Retrieval-Augmented-Generation-Tokyo + + +

Retrieval-Augmented-Generation-Tokyo

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/beijing-retrieval-augmented-generation.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/beijing-retrieval-augmented-generation.html new file mode 100644 index 0000000000000000000000000000000000000000..3bc9f22af9f57c1abe435cf6859c0272ce6c5185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/beijing-retrieval-augmented-generation.html @@ -0,0 +1,20 @@ + + + + Beijing-Retrieval-Augmented-Generation + + +

Beijing-Retrieval-Augmented-Generation

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/onboarding-san-francisco.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/onboarding-san-francisco.html new file mode 100644 index 0000000000000000000000000000000000000000..513961130da38cdf406e7759744828af01b7bcce --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/onboarding-san-francisco.html @@ -0,0 +1,18 @@ + + + + Onboarding-San-Francisco + + +

Onboarding-San-Francisco

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/performance-reviews-speculative-decoding.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/performance-reviews-speculative-decoding.html new file mode 100644 index 0000000000000000000000000000000000000000..99c066ee97a87c8a9e0101f8b695f1d56e6169bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/performance-reviews-speculative-decoding.html @@ -0,0 +1,20 @@ + + + + Performance-Reviews-Speculative-Decoding + + +

Performance-Reviews-Speculative-Decoding

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/release-process-amsterdam.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/release-process-amsterdam.html new file mode 100644 index 0000000000000000000000000000000000000000..4f3c3f872a77d91e11e149aea327164b07dec6a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/release-process-amsterdam.html @@ -0,0 +1,20 @@ + + + + Release-Process-Amsterdam + + +

Release-Process-Amsterdam

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/sydney-ceylon-tea.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/sydney-ceylon-tea.html new file mode 100644 index 0000000000000000000000000000000000000000..3278af7e173ab251e6a066fb4d6aa621a941f848 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/sydney-ceylon-tea.html @@ -0,0 +1,16 @@ + + + + Sydney-Ceylon-Tea + + +

Sydney-Ceylon-Tea

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/wireless-mouse-multimodal-fusion.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/wireless-mouse-multimodal-fusion.html new file mode 100644 index 0000000000000000000000000000000000000000..859985aae944d72b691f0ec8a2fb5c2957112748 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/engineering/wireless-mouse-multimodal-fusion.html @@ -0,0 +1,18 @@ + + + + Wireless-Mouse-Multimodal-Fusion + + +

Wireless-Mouse-Multimodal-Fusion

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/adversarial-robustness-denver.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/adversarial-robustness-denver.html new file mode 100644 index 0000000000000000000000000000000000000000..bc3c6daf449c9a1ef7548b01b1b52ac408d29d9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/adversarial-robustness-denver.html @@ -0,0 +1,18 @@ + + + + Adversarial-Robustness-Denver + + +

Adversarial-Robustness-Denver

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/ceramic-mug-chicago.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/ceramic-mug-chicago.html new file mode 100644 index 0000000000000000000000000000000000000000..eb94c691465f24c90763f1a9193d1f240e507e61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/ceramic-mug-chicago.html @@ -0,0 +1,16 @@ + + + + Ceramic-Mug-Chicago + + +

Ceramic-Mug-Chicago

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/chain-of-thought-dublin.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/chain-of-thought-dublin.html new file mode 100644 index 0000000000000000000000000000000000000000..ea48f9e91fc63c34a08e58ec58979e80987e69de --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/chain-of-thought-dublin.html @@ -0,0 +1,18 @@ + + + + Chain-Of-Thought-Dublin + + +

Chain-Of-Thought-Dublin

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/long-context-modeling-vancouver.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/long-context-modeling-vancouver.html new file mode 100644 index 0000000000000000000000000000000000000000..5ace766232c9eb74f3be03db591bc65ac4965631 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/long-context-modeling-vancouver.html @@ -0,0 +1,16 @@ + + + + Long-Context-Modeling-Vancouver + + +

Long-Context-Modeling-Vancouver

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/manchester-tokyo.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/manchester-tokyo.html new file mode 100644 index 0000000000000000000000000000000000000000..a6970f656d0ff5c0b150971dd3cc5da2e91d0866 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/manchester-tokyo.html @@ -0,0 +1,16 @@ + + + + Manchester-Tokyo + + +

Manchester-Tokyo

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/multimodal-fusion-ceramic-mug.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/multimodal-fusion-ceramic-mug.html new file mode 100644 index 0000000000000000000000000000000000000000..85d1f929d9875a230d24fa77591f1178441811cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/product/multimodal-fusion-ceramic-mug.html @@ -0,0 +1,16 @@ + + + + Multimodal-Fusion-Ceramic-Mug + + +

Multimodal-Fusion-Ceramic-Mug

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/berlin-san-francisco.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/berlin-san-francisco.html new file mode 100644 index 0000000000000000000000000000000000000000..e92af11850eeba0808a83c0b7b1c00da438d70f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/berlin-san-francisco.html @@ -0,0 +1,20 @@ + + + + Berlin-San-Francisco + + +

Berlin-San-Francisco

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/data-governance-tokyo.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/data-governance-tokyo.html new file mode 100644 index 0000000000000000000000000000000000000000..1de894a4a3e05c25364a50471b4bfc03784ce03f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/data-governance-tokyo.html @@ -0,0 +1,16 @@ + + + + Data-Governance-Tokyo + + +

Data-Governance-Tokyo

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/instruction-tuning-wireless-mouse.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/instruction-tuning-wireless-mouse.html new file mode 100644 index 0000000000000000000000000000000000000000..6868b41c9fceba5cb2d780c74938bf7bab87a152 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/instruction-tuning-wireless-mouse.html @@ -0,0 +1,20 @@ + + + + Instruction-Tuning-Wireless-Mouse + + +

Instruction-Tuning-Wireless-Mouse

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Decisions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/seattle-engineering-practices.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/seattle-engineering-practices.html new file mode 100644 index 0000000000000000000000000000000000000000..15756e4dc2d05ae1d00e76fd2bcf7ffd98c536c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/seattle-engineering-practices.html @@ -0,0 +1,16 @@ + + + + Seattle-Engineering-Practices + + +

Seattle-Engineering-Practices

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/shanghai-speculative-decoding.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/shanghai-speculative-decoding.html new file mode 100644 index 0000000000000000000000000000000000000000..8969f0e81c8c140a92c6382dd205de03bfd48cd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/shanghai-speculative-decoding.html @@ -0,0 +1,16 @@ + + + + Shanghai-Speculative-Decoding + + +

Shanghai-Speculative-Decoding

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Overview

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Background

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/speculative-decoding-attention-scaling.html b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/speculative-decoding-attention-scaling.html new file mode 100644 index 0000000000000000000000000000000000000000..7febd315f358567b0deec1250555eac61974d848 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/wiki/pages/support/speculative-decoding-attention-scaling.html @@ -0,0 +1,18 @@ + + + + Speculative-Decoding-Attention-Scaling + + +

Speculative-Decoding-Attention-Scaling

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Open questions

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Follow-ups

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Owners

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Appendix

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b491d15741/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/api.piedpiper.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/api.piedpiper.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..570345b0cdbd5d524e478aa16df95f738b9e27f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/api.piedpiper.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3279356879784 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=api.piedpiper + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:api.piedpiper, DNS:www.api.piedpiper diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/api.soylent.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/api.soylent.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..aefe15c3e7fdb90d302daa2c743d9889dfc8261e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/api.soylent.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7425613476141 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=api.soylent + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:api.soylent, DNS:www.api.soylent diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/auth.oscorp.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/auth.oscorp.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..62eed9a06ac5f71a5b5d7e1412a5f500a6b3b6ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/auth.oscorp.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8079994203027 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.oscorp + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.oscorp, DNS:www.auth.oscorp diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/cdn.stark.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/cdn.stark.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..cefff4dcf953d3094b7c9b26bd9f287e8a8b42c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/cdn.stark.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7922653279306 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=cdn.stark + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:cdn.stark, DNS:www.cdn.stark diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/edge.globex.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/edge.globex.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dfd615cb838dbf7b329693bd73962da263c8e2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/edge.globex.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8641848090263 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.globex + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.globex, DNS:www.edge.globex diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/metrics.cyberdyne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/metrics.cyberdyne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a4dd1f138567a647c796cb775bbc4829241f64c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/metrics.cyberdyne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3719505441010 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.cyberdyne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.cyberdyne, DNS:www.metrics.cyberdyne diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/metrics.oscorp.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/metrics.oscorp.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4adae02c16ab2f6c965114e3aa1bc0f6417da92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-a/metrics.oscorp.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3037091638192 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.oscorp + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.oscorp, DNS:www.metrics.oscorp diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/admin.cyberdyne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/admin.cyberdyne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3b2f7f3d4e6df349151c5b07a1422569c5380bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/admin.cyberdyne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 4980951057123 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=admin.cyberdyne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:admin.cyberdyne, DNS:www.admin.cyberdyne diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/auth.initech.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/auth.initech.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..b984434613c61f9bc1721b79f27e1f673cd5faa5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/auth.initech.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9839637858819 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.initech + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.initech, DNS:www.auth.initech diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/auth.massive.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/auth.massive.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..479adafd829cfdafe965f7d77dcd2271c0324edc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/auth.massive.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8500167229884 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.massive + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.massive, DNS:www.auth.massive diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/edge.cyberdyne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/edge.cyberdyne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d458842faf491a6c3af4a9d81cc3df2edd609f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/edge.cyberdyne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1701376098908 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.cyberdyne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.cyberdyne, DNS:www.edge.cyberdyne diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/edge.weyland.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/edge.weyland.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba5b662a21cc83cb53ba0c55d899f7a055d3f684 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/edge.weyland.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1927884714761 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.weyland + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.weyland, DNS:www.edge.weyland diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/metrics.hooli.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/metrics.hooli.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7b28e7ce464528701743c55a8453ce0b7e81df0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/metrics.hooli.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8090657975934 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.hooli + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.hooli, DNS:www.metrics.hooli diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/metrics.wayne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/metrics.wayne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..3503db85e4ca589af0aceb28f30a704db2f417f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-intermediate-b/metrics.wayne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9402336314639 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.wayne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.wayne, DNS:www.metrics.wayne diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/admin.tyrell.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/admin.tyrell.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c990c0ba37046fb0f8430224c19d6d6b920d525 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/admin.tyrell.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7300811240827 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=admin.tyrell + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:admin.tyrell, DNS:www.admin.tyrell diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/auth.hooli.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/auth.hooli.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..8732880d8626548dc7cb588275ff8bcdcbdbb6e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/auth.hooli.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 4901283693879 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.hooli + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.hooli, DNS:www.auth.hooli diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.acme.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.acme.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..77adef624a03de6b657ea108487b9d13b56c7fa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.acme.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1487109985033 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.acme + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.acme, DNS:www.edge.acme diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.initech.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.initech.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..39a8e46ceea7840f5e47d4b244c09c918a97e9a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.initech.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9786704645816 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.initech + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.initech, DNS:www.edge.initech diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.piedpiper.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.piedpiper.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2ca1737937616228c596d558c62493b38cc8e73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/edge.piedpiper.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 2858513430204 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.piedpiper + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.piedpiper, DNS:www.edge.piedpiper diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/metrics.piedpiper.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/metrics.piedpiper.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..d56aeb0d0bdd746b9ff776859ab420aebd387f78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/metrics.piedpiper.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 4685025321356 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.piedpiper + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.piedpiper, DNS:www.metrics.piedpiper diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/metrics.wayne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/metrics.wayne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..938db957efd580e1d87a92731fe225ae4f094c9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/cert/issuance/internal-root-ca/metrics.wayne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8742957267667 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.wayne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.wayne, DNS:www.metrics.wayne diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/api.piedpiper.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/api.piedpiper.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..570345b0cdbd5d524e478aa16df95f738b9e27f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/api.piedpiper.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3279356879784 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=api.piedpiper + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:api.piedpiper, DNS:www.api.piedpiper diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/api.soylent.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/api.soylent.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..aefe15c3e7fdb90d302daa2c743d9889dfc8261e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/api.soylent.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7425613476141 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=api.soylent + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:api.soylent, DNS:www.api.soylent diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/auth.oscorp.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/auth.oscorp.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..62eed9a06ac5f71a5b5d7e1412a5f500a6b3b6ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/auth.oscorp.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8079994203027 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.oscorp + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.oscorp, DNS:www.auth.oscorp diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/cdn.stark.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/cdn.stark.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..cefff4dcf953d3094b7c9b26bd9f287e8a8b42c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/cdn.stark.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7922653279306 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=cdn.stark + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:cdn.stark, DNS:www.cdn.stark diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/edge.globex.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/edge.globex.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dfd615cb838dbf7b329693bd73962da263c8e2a --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/edge.globex.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8641848090263 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.globex + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.globex, DNS:www.edge.globex diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/metrics.cyberdyne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/metrics.cyberdyne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a4dd1f138567a647c796cb775bbc4829241f64c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/metrics.cyberdyne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3719505441010 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.cyberdyne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.cyberdyne, DNS:www.metrics.cyberdyne diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/metrics.oscorp.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/metrics.oscorp.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4adae02c16ab2f6c965114e3aa1bc0f6417da92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-a/metrics.oscorp.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3037091638192 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-a + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.oscorp + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.oscorp, DNS:www.metrics.oscorp diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/admin.cyberdyne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/admin.cyberdyne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3b2f7f3d4e6df349151c5b07a1422569c5380bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/admin.cyberdyne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 4980951057123 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=admin.cyberdyne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:admin.cyberdyne, DNS:www.admin.cyberdyne diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/auth.initech.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/auth.initech.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..b984434613c61f9bc1721b79f27e1f673cd5faa5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/auth.initech.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9839637858819 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.initech + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.initech, DNS:www.auth.initech diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/auth.massive.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/auth.massive.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..479adafd829cfdafe965f7d77dcd2271c0324edc --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/auth.massive.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8500167229884 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.massive + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.massive, DNS:www.auth.massive diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/edge.cyberdyne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/edge.cyberdyne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d458842faf491a6c3af4a9d81cc3df2edd609f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/edge.cyberdyne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1701376098908 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.cyberdyne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.cyberdyne, DNS:www.edge.cyberdyne diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/edge.weyland.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/edge.weyland.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba5b662a21cc83cb53ba0c55d899f7a055d3f684 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/edge.weyland.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1927884714761 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.weyland + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.weyland, DNS:www.edge.weyland diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/metrics.hooli.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/metrics.hooli.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7b28e7ce464528701743c55a8453ce0b7e81df0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/metrics.hooli.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8090657975934 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.hooli + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.hooli, DNS:www.metrics.hooli diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/metrics.wayne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/metrics.wayne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..3503db85e4ca589af0aceb28f30a704db2f417f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-intermediate-b/metrics.wayne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9402336314639 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-intermediate-b + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.wayne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.wayne, DNS:www.metrics.wayne diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/admin.tyrell.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/admin.tyrell.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c990c0ba37046fb0f8430224c19d6d6b920d525 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/admin.tyrell.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7300811240827 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=admin.tyrell + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:admin.tyrell, DNS:www.admin.tyrell diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/auth.hooli.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/auth.hooli.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..8732880d8626548dc7cb588275ff8bcdcbdbb6e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/auth.hooli.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 4901283693879 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=auth.hooli + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:auth.hooli, DNS:www.auth.hooli diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.acme.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.acme.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..77adef624a03de6b657ea108487b9d13b56c7fa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.acme.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1487109985033 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.acme + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.acme, DNS:www.edge.acme diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.initech.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.initech.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..39a8e46ceea7840f5e47d4b244c09c918a97e9a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.initech.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9786704645816 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.initech + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.initech, DNS:www.edge.initech diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.piedpiper.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.piedpiper.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2ca1737937616228c596d558c62493b38cc8e73 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/edge.piedpiper.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 2858513430204 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=edge.piedpiper + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:edge.piedpiper, DNS:www.edge.piedpiper diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/metrics.piedpiper.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/metrics.piedpiper.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..d56aeb0d0bdd746b9ff776859ab420aebd387f78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/metrics.piedpiper.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 4685025321356 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.piedpiper + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.piedpiper, DNS:www.metrics.piedpiper diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/metrics.wayne.pem.txt b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/metrics.wayne.pem.txt new file mode 100644 index 0000000000000000000000000000000000000000..938db957efd580e1d87a92731fe225ae4f094c9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/cert/issuance/internal-root-ca/metrics.wayne.pem.txt @@ -0,0 +1,14 @@ +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8742957267667 + Signature Algorithm: sha256WithRSAEncryption + Issuer: O=Sandbox Labs, CN=internal-root-ca + Validity + Not Before: Apr 1 00:00:00 2024 GMT + Not After : Apr 1 00:00:00 2025 GMT +Subject: CN=metrics.wayne + Subject Public Key Info: + Public Key Algorithm: rsaEncryption +X509v3 Extensions: + X509v3 Subject Alternative Name: DNS:metrics.wayne, DNS:www.metrics.wayne diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b82463df90/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-01.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-01.md new file mode 100644 index 0000000000000000000000000000000000000000..7811558e1ea7e9c139eaf3afceb5f484e9111cb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-01.md @@ -0,0 +1,5 @@ +# Chapter 01: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-02.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-02.md new file mode 100644 index 0000000000000000000000000000000000000000..25092f53bfb3413ae597f8266dea092fa833072b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-02.md @@ -0,0 +1,5 @@ +# Chapter 02: Ember + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-03.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-03.md new file mode 100644 index 0000000000000000000000000000000000000000..7b54ac8c265b6a0b8e6ea6200dd192468a5c5733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-03.md @@ -0,0 +1,5 @@ +# Chapter 03: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-04.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-04.md new file mode 100644 index 0000000000000000000000000000000000000000..df9fdc8e86e8c4bf14c3116cc9d11b000ad04c2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-04.md @@ -0,0 +1,5 @@ +# Chapter 04: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-05.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-05.md new file mode 100644 index 0000000000000000000000000000000000000000..d9dd14f826131dd4a7c7e3be780da285f7c00a4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-05.md @@ -0,0 +1,5 @@ +# Chapter 05: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-06.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-06.md new file mode 100644 index 0000000000000000000000000000000000000000..d0535ba4e6a6750c0f3c61bd561c1cfcc50964f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-06.md @@ -0,0 +1,5 @@ +# Chapter 06: Harbor + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-07.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-07.md new file mode 100644 index 0000000000000000000000000000000000000000..1409900b7a11ed41fb6849ff62bf7bf3f58f21de --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-07.md @@ -0,0 +1,5 @@ +# Chapter 07: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-08.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-08.md new file mode 100644 index 0000000000000000000000000000000000000000..620a129247935ab1e00242703fb0abb135811412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-08.md @@ -0,0 +1,5 @@ +# Chapter 08: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-09.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-09.md new file mode 100644 index 0000000000000000000000000000000000000000..1363c2150809669779e73daa8c7b1caac985a27b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-09.md @@ -0,0 +1,5 @@ +# Chapter 09: Ember + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-10.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-10.md new file mode 100644 index 0000000000000000000000000000000000000000..ce473528f5266f6e3040804036a3eb937618dabb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-10.md @@ -0,0 +1,5 @@ +# Chapter 10: Migration + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-11.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-11.md new file mode 100644 index 0000000000000000000000000000000000000000..33b3f017d3bae5245bb5f8c4190cd89d6b210cf8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-11.md @@ -0,0 +1,5 @@ +# Chapter 11: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-12.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-12.md new file mode 100644 index 0000000000000000000000000000000000000000..5c0d23e60967560135d8413490990e2e315f6d7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/chapter-12.md @@ -0,0 +1,5 @@ +# Chapter 12: Dawn + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/combined.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/combined.md new file mode 100644 index 0000000000000000000000000000000000000000..c3904b45d9dec9141ed618e3695130944e9cfa3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/book/combined.md @@ -0,0 +1,93 @@ +# Chapter 01: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 02: Ember + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 03: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 04: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 05: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 06: Harbor + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 07: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 08: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 09: Ember + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 10: Migration + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 11: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +--- + +# Chapter 12: Dawn + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-01.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-01.md new file mode 100644 index 0000000000000000000000000000000000000000..7811558e1ea7e9c139eaf3afceb5f484e9111cb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-01.md @@ -0,0 +1,5 @@ +# Chapter 01: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-02.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-02.md new file mode 100644 index 0000000000000000000000000000000000000000..25092f53bfb3413ae597f8266dea092fa833072b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-02.md @@ -0,0 +1,5 @@ +# Chapter 02: Ember + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-03.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-03.md new file mode 100644 index 0000000000000000000000000000000000000000..7b54ac8c265b6a0b8e6ea6200dd192468a5c5733 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-03.md @@ -0,0 +1,5 @@ +# Chapter 03: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-04.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-04.md new file mode 100644 index 0000000000000000000000000000000000000000..df9fdc8e86e8c4bf14c3116cc9d11b000ad04c2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-04.md @@ -0,0 +1,5 @@ +# Chapter 04: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-05.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-05.md new file mode 100644 index 0000000000000000000000000000000000000000..d9dd14f826131dd4a7c7e3be780da285f7c00a4d --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-05.md @@ -0,0 +1,5 @@ +# Chapter 05: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-06.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-06.md new file mode 100644 index 0000000000000000000000000000000000000000..d0535ba4e6a6750c0f3c61bd561c1cfcc50964f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-06.md @@ -0,0 +1,5 @@ +# Chapter 06: Harbor + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-07.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-07.md new file mode 100644 index 0000000000000000000000000000000000000000..1409900b7a11ed41fb6849ff62bf7bf3f58f21de --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-07.md @@ -0,0 +1,5 @@ +# Chapter 07: Reckoning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-08.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-08.md new file mode 100644 index 0000000000000000000000000000000000000000..620a129247935ab1e00242703fb0abb135811412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-08.md @@ -0,0 +1,5 @@ +# Chapter 08: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-09.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-09.md new file mode 100644 index 0000000000000000000000000000000000000000..1363c2150809669779e73daa8c7b1caac985a27b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-09.md @@ -0,0 +1,5 @@ +# Chapter 09: Ember + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-10.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-10.md new file mode 100644 index 0000000000000000000000000000000000000000..ce473528f5266f6e3040804036a3eb937618dabb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-10.md @@ -0,0 +1,5 @@ +# Chapter 10: Migration + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-11.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-11.md new file mode 100644 index 0000000000000000000000000000000000000000..33b3f017d3bae5245bb5f8c4190cd89d6b210cf8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-11.md @@ -0,0 +1,5 @@ +# Chapter 11: Crossroads + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-12.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-12.md new file mode 100644 index 0000000000000000000000000000000000000000..5c0d23e60967560135d8413490990e2e315f6d7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/book/chapter-12.md @@ -0,0 +1,5 @@ +# Chapter 12: Dawn + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b83c5f5a0c/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/ceylon-tea-sydney.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/ceylon-tea-sydney.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/ceylon-tea-sydney.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/tokyo-onboarding.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/tokyo-onboarding.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/tokyo-onboarding.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/tool-use-agents-instruction-tuning.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/tool-use-agents-instruction-tuning.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/json/tool-use-agents-instruction-tuning.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/md/denver-adversarial-robustness.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/md/denver-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/md/denver-adversarial-robustness.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/md/release-process-bangalore.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/md/release-process-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/md/release-process-bangalore.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/austin-paris.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/austin-paris.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/austin-paris.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/ceramic-mug-ceylon-tea.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/ceramic-mug-ceylon-tea.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/ceramic-mug-ceylon-tea.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/manchester-denver.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/manchester-denver.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/azhang/yaml/manchester-denver.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/laptop-stand-onboarding.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/laptop-stand-onboarding.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/laptop-stand-onboarding.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/multimodal-fusion-long-context-modeling.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/multimodal-fusion-long-context-modeling.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/multimodal-fusion-long-context-modeling.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/paris-security-policies.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/paris-security-policies.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/paris-security-policies.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/tool-use-agents-interviewing.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/tool-use-agents-interviewing.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/csv/tool-use-agents-interviewing.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/json/speculative-decoding-kyoto.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/json/speculative-decoding-kyoto.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/json/speculative-decoding-kyoto.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/md/dublin-tokyo.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/md/dublin-tokyo.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/md/dublin-tokyo.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/md/long-context-modeling-laptop-stand.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/md/long-context-modeling-laptop-stand.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/md/long-context-modeling-laptop-stand.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/txt/sydney-seattle.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/txt/sydney-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/brivera/txt/sydney-seattle.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/csv/osaka-adversarial-robustness.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/csv/osaka-adversarial-robustness.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/csv/osaka-adversarial-robustness.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/csv/tool-use-agents-auckland.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/csv/tool-use-agents-auckland.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/csv/tool-use-agents-auckland.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/md/onboarding-sydney.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/md/onboarding-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/md/onboarding-sydney.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/austin-seattle.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/austin-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/austin-seattle.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/dublin-multimodal-fusion.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/dublin-multimodal-fusion.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/dublin-multimodal-fusion.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/long-context-modeling-data-governance.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/long-context-modeling-data-governance.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/long-context-modeling-data-governance.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/speculative-decoding-long-context-modeling.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/speculative-decoding-long-context-modeling.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/txt/speculative-decoding-long-context-modeling.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/yaml/mumbai-new-york.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/yaml/mumbai-new-york.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/cnakamura/yaml/mumbai-new-york.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/amsterdam-sparse-mixture-of-experts.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/amsterdam-sparse-mixture-of-experts.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/amsterdam-sparse-mixture-of-experts.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/data-efficient-finetuning-laptop-stand.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/data-efficient-finetuning-laptop-stand.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/data-efficient-finetuning-laptop-stand.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/reasoning-benchmarks-sydney.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/reasoning-benchmarks-sydney.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/csv/reasoning-benchmarks-sydney.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/bangalore-performance-reviews.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/bangalore-performance-reviews.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/bangalore-performance-reviews.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/engineering-practices-retrieval-augmented-generation.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/engineering-practices-retrieval-augmented-generation.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/engineering-practices-retrieval-augmented-generation.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/security-policies-vancouver.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/security-policies-vancouver.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/json/security-policies-vancouver.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/md/adversarial-robustness-new-york.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/md/adversarial-robustness-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/md/adversarial-robustness-new-york.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/txt/dublin-performance-reviews.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/txt/dublin-performance-reviews.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/doneill/txt/dublin-performance-reviews.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/csv/led-desk-lamp-osaka.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/csv/led-desk-lamp-osaka.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/csv/led-desk-lamp-osaka.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/csv/tool-use-agents-interviewing.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/csv/tool-use-agents-interviewing.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/csv/tool-use-agents-interviewing.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/amsterdam-performance-reviews.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/amsterdam-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/amsterdam-performance-reviews.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/chicago-linen-notebook.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/chicago-linen-notebook.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/chicago-linen-notebook.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/denver-performance-reviews.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/denver-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/denver-performance-reviews.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/seoul-shanghai.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/seoul-shanghai.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/md/seoul-shanghai.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/txt/data-governance-onboarding.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/txt/data-governance-onboarding.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/txt/data-governance-onboarding.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/txt/performance-reviews-ergo-chair.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/txt/performance-reviews-ergo-chair.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/epatel/txt/performance-reviews-ergo-chair.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/md/data-efficient-finetuning-barcelona.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/md/data-efficient-finetuning-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/md/data-efficient-finetuning-barcelona.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/adversarial-robustness-speculative-decoding.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/adversarial-robustness-speculative-decoding.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/adversarial-robustness-speculative-decoding.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/mechanical-keyboard-new-york.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/mechanical-keyboard-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/mechanical-keyboard-new-york.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/san-francisco-seoul.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/san-francisco-seoul.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/san-francisco-seoul.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/shanghai-tool-use-agents.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/shanghai-tool-use-agents.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/txt/shanghai-tool-use-agents.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/ceylon-tea-sparse-mixture-of-experts.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/ceylon-tea-sparse-mixture-of-experts.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/ceylon-tea-sparse-mixture-of-experts.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/retrieval-augmented-generation-osaka.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/retrieval-augmented-generation-osaka.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/retrieval-augmented-generation-osaka.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/tokyo-singapore.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/tokyo-singapore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/dropbox/flindqvist/yaml/tokyo-singapore.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/austin-paris.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/austin-paris.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/austin-paris.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/ceramic-mug-ceylon-tea.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/ceramic-mug-ceylon-tea.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/ceramic-mug-ceylon-tea.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/ceylon-tea-sydney.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/ceylon-tea-sydney.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/ceylon-tea-sydney.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/denver-adversarial-robustness.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/denver-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/denver-adversarial-robustness.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/manchester-denver.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/manchester-denver.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/manchester-denver.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/release-process-bangalore.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/release-process-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/release-process-bangalore.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/tokyo-onboarding.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/tokyo-onboarding.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/tokyo-onboarding.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/tool-use-agents-instruction-tuning.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/tool-use-agents-instruction-tuning.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/azhang/tool-use-agents-instruction-tuning.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/dublin-tokyo.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/dublin-tokyo.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/dublin-tokyo.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/laptop-stand-onboarding.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/laptop-stand-onboarding.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/laptop-stand-onboarding.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/long-context-modeling-laptop-stand.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/long-context-modeling-laptop-stand.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/long-context-modeling-laptop-stand.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/multimodal-fusion-long-context-modeling.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/multimodal-fusion-long-context-modeling.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/multimodal-fusion-long-context-modeling.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/paris-security-policies.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/paris-security-policies.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/paris-security-policies.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/speculative-decoding-kyoto.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/speculative-decoding-kyoto.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/speculative-decoding-kyoto.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/sydney-seattle.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/sydney-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/sydney-seattle.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/tool-use-agents-interviewing.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/tool-use-agents-interviewing.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/brivera/tool-use-agents-interviewing.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/austin-seattle.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/austin-seattle.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/austin-seattle.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/dublin-multimodal-fusion.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/dublin-multimodal-fusion.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/dublin-multimodal-fusion.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/long-context-modeling-data-governance.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/long-context-modeling-data-governance.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/long-context-modeling-data-governance.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/mumbai-new-york.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/mumbai-new-york.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/mumbai-new-york.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/onboarding-sydney.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/onboarding-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/onboarding-sydney.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/osaka-adversarial-robustness.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/osaka-adversarial-robustness.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/osaka-adversarial-robustness.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/speculative-decoding-long-context-modeling.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/speculative-decoding-long-context-modeling.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/speculative-decoding-long-context-modeling.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/tool-use-agents-auckland.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/tool-use-agents-auckland.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/cnakamura/tool-use-agents-auckland.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/adversarial-robustness-new-york.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/adversarial-robustness-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/adversarial-robustness-new-york.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/amsterdam-sparse-mixture-of-experts.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/amsterdam-sparse-mixture-of-experts.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/amsterdam-sparse-mixture-of-experts.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/bangalore-performance-reviews.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/bangalore-performance-reviews.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/bangalore-performance-reviews.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/data-efficient-finetuning-laptop-stand.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/data-efficient-finetuning-laptop-stand.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/data-efficient-finetuning-laptop-stand.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/dublin-performance-reviews.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/dublin-performance-reviews.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/dublin-performance-reviews.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/engineering-practices-retrieval-augmented-generation.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/engineering-practices-retrieval-augmented-generation.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/engineering-practices-retrieval-augmented-generation.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/reasoning-benchmarks-sydney.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/reasoning-benchmarks-sydney.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/reasoning-benchmarks-sydney.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/security-policies-vancouver.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/security-policies-vancouver.json new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/doneill/security-policies-vancouver.json @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/amsterdam-performance-reviews.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/amsterdam-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/amsterdam-performance-reviews.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/chicago-linen-notebook.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/chicago-linen-notebook.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/chicago-linen-notebook.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/data-governance-onboarding.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/data-governance-onboarding.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/data-governance-onboarding.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/denver-performance-reviews.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/denver-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/denver-performance-reviews.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/led-desk-lamp-osaka.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/led-desk-lamp-osaka.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/led-desk-lamp-osaka.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/performance-reviews-ergo-chair.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/performance-reviews-ergo-chair.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/performance-reviews-ergo-chair.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/seoul-shanghai.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/seoul-shanghai.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/seoul-shanghai.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/tool-use-agents-interviewing.csv b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/tool-use-agents-interviewing.csv new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/epatel/tool-use-agents-interviewing.csv @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/adversarial-robustness-speculative-decoding.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/adversarial-robustness-speculative-decoding.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/adversarial-robustness-speculative-decoding.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/ceylon-tea-sparse-mixture-of-experts.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/ceylon-tea-sparse-mixture-of-experts.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/ceylon-tea-sparse-mixture-of-experts.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/data-efficient-finetuning-barcelona.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/data-efficient-finetuning-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/data-efficient-finetuning-barcelona.md @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/mechanical-keyboard-new-york.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/mechanical-keyboard-new-york.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/mechanical-keyboard-new-york.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/retrieval-augmented-generation-osaka.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/retrieval-augmented-generation-osaka.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/retrieval-augmented-generation-osaka.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/san-francisco-seoul.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/san-francisco-seoul.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/san-francisco-seoul.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/shanghai-tool-use-agents.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/shanghai-tool-use-agents.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/shanghai-tool-use-agents.txt @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/tokyo-singapore.yaml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/tokyo-singapore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00b2c70990e480cfa3550963f66fca59bf62aae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/dropbox/flindqvist/tokyo-singapore.yaml @@ -0,0 +1 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut a diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_b8b3838fcd/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d9eb02a34a676c136d6b8a61d7aba2e90a32900e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-01.tsv @@ -0,0 +1,9 @@ +stationery linen-notebook 40 +apparel noise-isolating-headphones 34 +beverages mechanical-keyboard 28 +beverages noise-isolating-headphones 22 +beverages laptop-stand 21 +electronics laptop-stand 20 +furniture laptop-stand 30 +electronics linen-notebook 8 +apparel laptop-stand 48 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..70fe7370c272a6f0e155e295babb6f4b790e73bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-02.tsv @@ -0,0 +1,9 @@ +electronics led-desk-lamp 5 +apparel ceylon-tea 23 +beverages espresso-blend 26 +electronics mechanical-keyboard 24 +electronics wireless-mouse 50 +apparel ceylon-tea 6 +apparel ceylon-tea 38 +electronics mechanical-keyboard 4 +furniture linen-notebook 40 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f7fa45847a70fc8b78a9753edfda47d6f6e2fbe8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-03.tsv @@ -0,0 +1,12 @@ +electronics linen-notebook 2 +beverages laptop-stand 43 +beverages espresso-blend 23 +furniture led-desk-lamp 32 +furniture led-desk-lamp 38 +stationery mechanical-keyboard 29 +electronics led-desk-lamp 36 +stationery ceramic-mug 22 +apparel laptop-stand 35 +beverages led-desk-lamp 18 +apparel ceramic-mug 1 +electronics ceramic-mug 37 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..201c5ec90fdf487bb57a60593bfb0d5cf58d7711 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-04.tsv @@ -0,0 +1,10 @@ +stationery wireless-mouse 10 +apparel led-desk-lamp 48 +beverages ergo-chair 35 +stationery noise-isolating-headphones 24 +beverages ceylon-tea 21 +furniture laptop-stand 11 +apparel espresso-blend 42 +beverages espresso-blend 34 +beverages led-desk-lamp 13 +stationery wireless-mouse 23 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..47cbe707edbcf7856faa83268d28a5ce312c2923 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/ap-northeast-1/2024-04-05.tsv @@ -0,0 +1,11 @@ +stationery ceramic-mug 31 +apparel noise-isolating-headphones 47 +beverages laptop-stand 20 +apparel wireless-mouse 10 +stationery ergo-chair 9 +furniture ceramic-mug 32 +stationery ceylon-tea 41 +beverages ceylon-tea 44 +furniture mechanical-keyboard 28 +electronics ceylon-tea 8 +furniture led-desk-lamp 21 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0071625ec95fd3c432427d35a42fa1dd51d92895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-01.tsv @@ -0,0 +1,14 @@ +stationery ceramic-mug 12 +furniture led-desk-lamp 32 +furniture wireless-mouse 1 +electronics wireless-mouse 2 +apparel linen-notebook 18 +stationery espresso-blend 30 +electronics led-desk-lamp 48 +furniture espresso-blend 41 +apparel ceylon-tea 48 +electronics noise-isolating-headphones 36 +beverages ergo-chair 16 +electronics linen-notebook 37 +stationery espresso-blend 30 +electronics ceylon-tea 5 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..138bb64cada2e6bdc95dcc707788127fcaf618d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-02.tsv @@ -0,0 +1,14 @@ +furniture laptop-stand 33 +stationery ergo-chair 4 +beverages ceramic-mug 14 +electronics ergo-chair 3 +electronics ceramic-mug 46 +electronics wireless-mouse 6 +stationery ceylon-tea 42 +beverages led-desk-lamp 49 +stationery led-desk-lamp 32 +beverages linen-notebook 7 +stationery noise-isolating-headphones 34 +furniture linen-notebook 29 +electronics wireless-mouse 49 +stationery mechanical-keyboard 25 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5a30c3de8ff260fac88e24f828ce4e4816b1879a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-03.tsv @@ -0,0 +1,9 @@ +beverages wireless-mouse 24 +apparel noise-isolating-headphones 41 +stationery ceramic-mug 19 +electronics noise-isolating-headphones 29 +electronics led-desk-lamp 49 +beverages ceylon-tea 8 +stationery ergo-chair 39 +electronics espresso-blend 6 +beverages ceramic-mug 16 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e6f82805c6d11fdd089fc5e5e3c89405bd06593a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-04.tsv @@ -0,0 +1,11 @@ +stationery ceramic-mug 28 +apparel wireless-mouse 37 +electronics mechanical-keyboard 33 +electronics espresso-blend 23 +stationery ceramic-mug 2 +apparel led-desk-lamp 9 +beverages laptop-stand 49 +furniture laptop-stand 43 +apparel espresso-blend 30 +beverages wireless-mouse 10 +furniture ceramic-mug 46 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9a3f404763d9a4fcc3ba724e08abaecdfde35f2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-central-1/2024-04-05.tsv @@ -0,0 +1,10 @@ +furniture ergo-chair 29 +furniture ceramic-mug 7 +beverages ceylon-tea 3 +apparel led-desk-lamp 11 +electronics noise-isolating-headphones 29 +apparel wireless-mouse 35 +apparel ergo-chair 39 +electronics wireless-mouse 33 +furniture espresso-blend 33 +beverages led-desk-lamp 32 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..236f47b201bbcc2495f396acb45f2fe5e866ed1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-01.tsv @@ -0,0 +1,13 @@ +electronics ergo-chair 32 +beverages espresso-blend 15 +electronics laptop-stand 10 +apparel led-desk-lamp 7 +electronics laptop-stand 29 +stationery linen-notebook 5 +apparel led-desk-lamp 7 +electronics noise-isolating-headphones 17 +beverages laptop-stand 34 +furniture espresso-blend 38 +electronics ergo-chair 22 +beverages espresso-blend 41 +stationery linen-notebook 11 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5d4b3412397aa71f2882cc92d22aa1868d4f7516 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-02.tsv @@ -0,0 +1,8 @@ +apparel mechanical-keyboard 10 +stationery ceramic-mug 3 +electronics led-desk-lamp 39 +apparel ergo-chair 29 +beverages ceramic-mug 14 +stationery laptop-stand 37 +electronics laptop-stand 28 +electronics mechanical-keyboard 46 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..64ae58da9ff21a3b7f2d0550085f4babc69868a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-03.tsv @@ -0,0 +1,10 @@ +apparel ceramic-mug 13 +electronics espresso-blend 2 +beverages ceramic-mug 50 +beverages noise-isolating-headphones 49 +stationery espresso-blend 3 +electronics wireless-mouse 22 +stationery mechanical-keyboard 24 +electronics linen-notebook 2 +electronics ceylon-tea 25 +furniture espresso-blend 7 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3612b61e2cfdc946d4f62426571d8c1f9e952093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-04.tsv @@ -0,0 +1,12 @@ +electronics ergo-chair 12 +beverages led-desk-lamp 38 +beverages ceramic-mug 26 +apparel ceylon-tea 20 +beverages linen-notebook 25 +electronics ceramic-mug 28 +apparel espresso-blend 20 +stationery laptop-stand 15 +beverages espresso-blend 45 +electronics led-desk-lamp 47 +beverages ergo-chair 19 +stationery laptop-stand 11 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..da9075d92222d3b816e52805e42484cd11ce6f61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/eu-west-1/2024-04-05.tsv @@ -0,0 +1,8 @@ +apparel ceramic-mug 26 +electronics mechanical-keyboard 10 +beverages noise-isolating-headphones 33 +apparel laptop-stand 16 +beverages linen-notebook 8 +apparel ceylon-tea 26 +electronics laptop-stand 4 +stationery linen-notebook 11 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1fca57abb828e6b36531b7fdc91a8028b58e2fc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-01.tsv @@ -0,0 +1,11 @@ +stationery linen-notebook 46 +apparel ceylon-tea 44 +furniture laptop-stand 14 +apparel ceylon-tea 42 +electronics ergo-chair 43 +furniture noise-isolating-headphones 8 +stationery wireless-mouse 6 +electronics wireless-mouse 25 +electronics mechanical-keyboard 19 +stationery led-desk-lamp 48 +beverages mechanical-keyboard 4 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f7a242b86a8041e7dad2215bb87b184e6aae2401 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-02.tsv @@ -0,0 +1,10 @@ +furniture ergo-chair 25 +furniture ergo-chair 6 +apparel noise-isolating-headphones 49 +electronics wireless-mouse 4 +electronics noise-isolating-headphones 16 +beverages ergo-chair 26 +electronics ceramic-mug 27 +electronics espresso-blend 29 +furniture wireless-mouse 42 +beverages ceylon-tea 25 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8f6fc867ce50a771580a3152a3c60d52cc1225cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-03.tsv @@ -0,0 +1,9 @@ +stationery espresso-blend 19 +electronics wireless-mouse 25 +electronics espresso-blend 40 +beverages espresso-blend 15 +furniture ergo-chair 13 +apparel linen-notebook 34 +furniture linen-notebook 48 +beverages noise-isolating-headphones 3 +furniture noise-isolating-headphones 41 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8dc3a1ef84a04fb007708622c12f4b7d7daaca18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-04.tsv @@ -0,0 +1,16 @@ +electronics ergo-chair 15 +furniture led-desk-lamp 47 +stationery noise-isolating-headphones 9 +stationery espresso-blend 14 +beverages laptop-stand 32 +furniture ergo-chair 45 +beverages laptop-stand 44 +electronics espresso-blend 30 +beverages mechanical-keyboard 18 +apparel ceramic-mug 14 +apparel ceramic-mug 41 +beverages ceramic-mug 32 +apparel mechanical-keyboard 15 +apparel laptop-stand 41 +electronics mechanical-keyboard 30 +furniture linen-notebook 2 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..485fb436be268c93ad18105d1b69f89e22f76184 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-east-1/2024-04-05.tsv @@ -0,0 +1,10 @@ +stationery ceylon-tea 31 +beverages ceramic-mug 29 +furniture ergo-chair 24 +stationery led-desk-lamp 28 +electronics ceylon-tea 31 +beverages noise-isolating-headphones 49 +stationery ceylon-tea 19 +apparel ceramic-mug 24 +beverages led-desk-lamp 12 +apparel mechanical-keyboard 2 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6e292744ea0c9c0e612631ddb58acb5ff7751601 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-01.tsv @@ -0,0 +1,9 @@ +stationery mechanical-keyboard 7 +furniture linen-notebook 41 +furniture mechanical-keyboard 43 +stationery wireless-mouse 22 +apparel led-desk-lamp 9 +apparel ceylon-tea 17 +stationery ceramic-mug 28 +stationery linen-notebook 29 +beverages linen-notebook 14 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..97e4af71287fc65952dc9e11dd74fd912bf8ebbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-02.tsv @@ -0,0 +1,16 @@ +furniture ceramic-mug 46 +stationery wireless-mouse 43 +beverages noise-isolating-headphones 32 +beverages laptop-stand 49 +furniture wireless-mouse 8 +electronics ceylon-tea 11 +apparel noise-isolating-headphones 28 +beverages mechanical-keyboard 9 +apparel led-desk-lamp 24 +beverages ceramic-mug 4 +beverages wireless-mouse 6 +apparel mechanical-keyboard 31 +beverages wireless-mouse 9 +stationery wireless-mouse 49 +furniture wireless-mouse 47 +apparel ergo-chair 7 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..af543535521e5fd6bd190e71986bbc8fce3c995c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-03.tsv @@ -0,0 +1,14 @@ +furniture ceramic-mug 4 +beverages noise-isolating-headphones 48 +electronics noise-isolating-headphones 22 +apparel noise-isolating-headphones 9 +stationery noise-isolating-headphones 1 +electronics wireless-mouse 4 +electronics ceramic-mug 16 +electronics ergo-chair 4 +apparel linen-notebook 17 +stationery noise-isolating-headphones 8 +electronics linen-notebook 20 +furniture wireless-mouse 37 +apparel noise-isolating-headphones 30 +electronics ergo-chair 22 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a8514dfce72a3a0ce2672937851ced12f25d49a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-04.tsv @@ -0,0 +1,9 @@ +apparel linen-notebook 32 +furniture ergo-chair 38 +stationery laptop-stand 39 +furniture ergo-chair 11 +stationery noise-isolating-headphones 36 +stationery ergo-chair 48 +stationery wireless-mouse 40 +electronics laptop-stand 47 +stationery laptop-stand 8 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c4d0ac495e6916db0a83d71e312ee542db03e53c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/feeds/us-west-2/2024-04-05.tsv @@ -0,0 +1,8 @@ +apparel laptop-stand 19 +apparel mechanical-keyboard 12 +electronics wireless-mouse 50 +furniture noise-isolating-headphones 3 +stationery ceramic-mug 47 +furniture laptop-stand 5 +stationery noise-isolating-headphones 45 +furniture noise-isolating-headphones 16 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/reports/per_category.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/reports/per_category.tsv new file mode 100644 index 0000000000000000000000000000000000000000..69ab0a24f4b3424859077b95ab55047c2700de0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/sales-raw/reports/per_category.tsv @@ -0,0 +1,5 @@ +apparel 1315 +beverages 1433 +electronics 1533 +furniture 1185 +stationery 1316 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..d9eb02a34a676c136d6b8a61d7aba2e90a32900e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-01.tsv @@ -0,0 +1,9 @@ +stationery linen-notebook 40 +apparel noise-isolating-headphones 34 +beverages mechanical-keyboard 28 +beverages noise-isolating-headphones 22 +beverages laptop-stand 21 +electronics laptop-stand 20 +furniture laptop-stand 30 +electronics linen-notebook 8 +apparel laptop-stand 48 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..70fe7370c272a6f0e155e295babb6f4b790e73bd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-02.tsv @@ -0,0 +1,9 @@ +electronics led-desk-lamp 5 +apparel ceylon-tea 23 +beverages espresso-blend 26 +electronics mechanical-keyboard 24 +electronics wireless-mouse 50 +apparel ceylon-tea 6 +apparel ceylon-tea 38 +electronics mechanical-keyboard 4 +furniture linen-notebook 40 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f7fa45847a70fc8b78a9753edfda47d6f6e2fbe8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-03.tsv @@ -0,0 +1,12 @@ +electronics linen-notebook 2 +beverages laptop-stand 43 +beverages espresso-blend 23 +furniture led-desk-lamp 32 +furniture led-desk-lamp 38 +stationery mechanical-keyboard 29 +electronics led-desk-lamp 36 +stationery ceramic-mug 22 +apparel laptop-stand 35 +beverages led-desk-lamp 18 +apparel ceramic-mug 1 +electronics ceramic-mug 37 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..201c5ec90fdf487bb57a60593bfb0d5cf58d7711 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-04.tsv @@ -0,0 +1,10 @@ +stationery wireless-mouse 10 +apparel led-desk-lamp 48 +beverages ergo-chair 35 +stationery noise-isolating-headphones 24 +beverages ceylon-tea 21 +furniture laptop-stand 11 +apparel espresso-blend 42 +beverages espresso-blend 34 +beverages led-desk-lamp 13 +stationery wireless-mouse 23 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..47cbe707edbcf7856faa83268d28a5ce312c2923 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/ap-northeast-1/2024-04-05.tsv @@ -0,0 +1,11 @@ +stationery ceramic-mug 31 +apparel noise-isolating-headphones 47 +beverages laptop-stand 20 +apparel wireless-mouse 10 +stationery ergo-chair 9 +furniture ceramic-mug 32 +stationery ceylon-tea 41 +beverages ceylon-tea 44 +furniture mechanical-keyboard 28 +electronics ceylon-tea 8 +furniture led-desk-lamp 21 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..0071625ec95fd3c432427d35a42fa1dd51d92895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-01.tsv @@ -0,0 +1,14 @@ +stationery ceramic-mug 12 +furniture led-desk-lamp 32 +furniture wireless-mouse 1 +electronics wireless-mouse 2 +apparel linen-notebook 18 +stationery espresso-blend 30 +electronics led-desk-lamp 48 +furniture espresso-blend 41 +apparel ceylon-tea 48 +electronics noise-isolating-headphones 36 +beverages ergo-chair 16 +electronics linen-notebook 37 +stationery espresso-blend 30 +electronics ceylon-tea 5 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..138bb64cada2e6bdc95dcc707788127fcaf618d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-02.tsv @@ -0,0 +1,14 @@ +furniture laptop-stand 33 +stationery ergo-chair 4 +beverages ceramic-mug 14 +electronics ergo-chair 3 +electronics ceramic-mug 46 +electronics wireless-mouse 6 +stationery ceylon-tea 42 +beverages led-desk-lamp 49 +stationery led-desk-lamp 32 +beverages linen-notebook 7 +stationery noise-isolating-headphones 34 +furniture linen-notebook 29 +electronics wireless-mouse 49 +stationery mechanical-keyboard 25 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5a30c3de8ff260fac88e24f828ce4e4816b1879a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-03.tsv @@ -0,0 +1,9 @@ +beverages wireless-mouse 24 +apparel noise-isolating-headphones 41 +stationery ceramic-mug 19 +electronics noise-isolating-headphones 29 +electronics led-desk-lamp 49 +beverages ceylon-tea 8 +stationery ergo-chair 39 +electronics espresso-blend 6 +beverages ceramic-mug 16 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e6f82805c6d11fdd089fc5e5e3c89405bd06593a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-04.tsv @@ -0,0 +1,11 @@ +stationery ceramic-mug 28 +apparel wireless-mouse 37 +electronics mechanical-keyboard 33 +electronics espresso-blend 23 +stationery ceramic-mug 2 +apparel led-desk-lamp 9 +beverages laptop-stand 49 +furniture laptop-stand 43 +apparel espresso-blend 30 +beverages wireless-mouse 10 +furniture ceramic-mug 46 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9a3f404763d9a4fcc3ba724e08abaecdfde35f2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-central-1/2024-04-05.tsv @@ -0,0 +1,10 @@ +furniture ergo-chair 29 +furniture ceramic-mug 7 +beverages ceylon-tea 3 +apparel led-desk-lamp 11 +electronics noise-isolating-headphones 29 +apparel wireless-mouse 35 +apparel ergo-chair 39 +electronics wireless-mouse 33 +furniture espresso-blend 33 +beverages led-desk-lamp 32 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..236f47b201bbcc2495f396acb45f2fe5e866ed1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-01.tsv @@ -0,0 +1,13 @@ +electronics ergo-chair 32 +beverages espresso-blend 15 +electronics laptop-stand 10 +apparel led-desk-lamp 7 +electronics laptop-stand 29 +stationery linen-notebook 5 +apparel led-desk-lamp 7 +electronics noise-isolating-headphones 17 +beverages laptop-stand 34 +furniture espresso-blend 38 +electronics ergo-chair 22 +beverages espresso-blend 41 +stationery linen-notebook 11 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5d4b3412397aa71f2882cc92d22aa1868d4f7516 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-02.tsv @@ -0,0 +1,8 @@ +apparel mechanical-keyboard 10 +stationery ceramic-mug 3 +electronics led-desk-lamp 39 +apparel ergo-chair 29 +beverages ceramic-mug 14 +stationery laptop-stand 37 +electronics laptop-stand 28 +electronics mechanical-keyboard 46 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..64ae58da9ff21a3b7f2d0550085f4babc69868a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-03.tsv @@ -0,0 +1,10 @@ +apparel ceramic-mug 13 +electronics espresso-blend 2 +beverages ceramic-mug 50 +beverages noise-isolating-headphones 49 +stationery espresso-blend 3 +electronics wireless-mouse 22 +stationery mechanical-keyboard 24 +electronics linen-notebook 2 +electronics ceylon-tea 25 +furniture espresso-blend 7 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..3612b61e2cfdc946d4f62426571d8c1f9e952093 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-04.tsv @@ -0,0 +1,12 @@ +electronics ergo-chair 12 +beverages led-desk-lamp 38 +beverages ceramic-mug 26 +apparel ceylon-tea 20 +beverages linen-notebook 25 +electronics ceramic-mug 28 +apparel espresso-blend 20 +stationery laptop-stand 15 +beverages espresso-blend 45 +electronics led-desk-lamp 47 +beverages ergo-chair 19 +stationery laptop-stand 11 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..da9075d92222d3b816e52805e42484cd11ce6f61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/eu-west-1/2024-04-05.tsv @@ -0,0 +1,8 @@ +apparel ceramic-mug 26 +electronics mechanical-keyboard 10 +beverages noise-isolating-headphones 33 +apparel laptop-stand 16 +beverages linen-notebook 8 +apparel ceylon-tea 26 +electronics laptop-stand 4 +stationery linen-notebook 11 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..1fca57abb828e6b36531b7fdc91a8028b58e2fc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-01.tsv @@ -0,0 +1,11 @@ +stationery linen-notebook 46 +apparel ceylon-tea 44 +furniture laptop-stand 14 +apparel ceylon-tea 42 +electronics ergo-chair 43 +furniture noise-isolating-headphones 8 +stationery wireless-mouse 6 +electronics wireless-mouse 25 +electronics mechanical-keyboard 19 +stationery led-desk-lamp 48 +beverages mechanical-keyboard 4 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f7a242b86a8041e7dad2215bb87b184e6aae2401 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-02.tsv @@ -0,0 +1,10 @@ +furniture ergo-chair 25 +furniture ergo-chair 6 +apparel noise-isolating-headphones 49 +electronics wireless-mouse 4 +electronics noise-isolating-headphones 16 +beverages ergo-chair 26 +electronics ceramic-mug 27 +electronics espresso-blend 29 +furniture wireless-mouse 42 +beverages ceylon-tea 25 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8f6fc867ce50a771580a3152a3c60d52cc1225cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-03.tsv @@ -0,0 +1,9 @@ +stationery espresso-blend 19 +electronics wireless-mouse 25 +electronics espresso-blend 40 +beverages espresso-blend 15 +furniture ergo-chair 13 +apparel linen-notebook 34 +furniture linen-notebook 48 +beverages noise-isolating-headphones 3 +furniture noise-isolating-headphones 41 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8dc3a1ef84a04fb007708622c12f4b7d7daaca18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-04.tsv @@ -0,0 +1,16 @@ +electronics ergo-chair 15 +furniture led-desk-lamp 47 +stationery noise-isolating-headphones 9 +stationery espresso-blend 14 +beverages laptop-stand 32 +furniture ergo-chair 45 +beverages laptop-stand 44 +electronics espresso-blend 30 +beverages mechanical-keyboard 18 +apparel ceramic-mug 14 +apparel ceramic-mug 41 +beverages ceramic-mug 32 +apparel mechanical-keyboard 15 +apparel laptop-stand 41 +electronics mechanical-keyboard 30 +furniture linen-notebook 2 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..485fb436be268c93ad18105d1b69f89e22f76184 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-east-1/2024-04-05.tsv @@ -0,0 +1,10 @@ +stationery ceylon-tea 31 +beverages ceramic-mug 29 +furniture ergo-chair 24 +stationery led-desk-lamp 28 +electronics ceylon-tea 31 +beverages noise-isolating-headphones 49 +stationery ceylon-tea 19 +apparel ceramic-mug 24 +beverages led-desk-lamp 12 +apparel mechanical-keyboard 2 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-01.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-01.tsv new file mode 100644 index 0000000000000000000000000000000000000000..6e292744ea0c9c0e612631ddb58acb5ff7751601 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-01.tsv @@ -0,0 +1,9 @@ +stationery mechanical-keyboard 7 +furniture linen-notebook 41 +furniture mechanical-keyboard 43 +stationery wireless-mouse 22 +apparel led-desk-lamp 9 +apparel ceylon-tea 17 +stationery ceramic-mug 28 +stationery linen-notebook 29 +beverages linen-notebook 14 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-02.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-02.tsv new file mode 100644 index 0000000000000000000000000000000000000000..97e4af71287fc65952dc9e11dd74fd912bf8ebbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-02.tsv @@ -0,0 +1,16 @@ +furniture ceramic-mug 46 +stationery wireless-mouse 43 +beverages noise-isolating-headphones 32 +beverages laptop-stand 49 +furniture wireless-mouse 8 +electronics ceylon-tea 11 +apparel noise-isolating-headphones 28 +beverages mechanical-keyboard 9 +apparel led-desk-lamp 24 +beverages ceramic-mug 4 +beverages wireless-mouse 6 +apparel mechanical-keyboard 31 +beverages wireless-mouse 9 +stationery wireless-mouse 49 +furniture wireless-mouse 47 +apparel ergo-chair 7 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-03.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-03.tsv new file mode 100644 index 0000000000000000000000000000000000000000..af543535521e5fd6bd190e71986bbc8fce3c995c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-03.tsv @@ -0,0 +1,14 @@ +furniture ceramic-mug 4 +beverages noise-isolating-headphones 48 +electronics noise-isolating-headphones 22 +apparel noise-isolating-headphones 9 +stationery noise-isolating-headphones 1 +electronics wireless-mouse 4 +electronics ceramic-mug 16 +electronics ergo-chair 4 +apparel linen-notebook 17 +stationery noise-isolating-headphones 8 +electronics linen-notebook 20 +furniture wireless-mouse 37 +apparel noise-isolating-headphones 30 +electronics ergo-chair 22 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-04.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-04.tsv new file mode 100644 index 0000000000000000000000000000000000000000..a8514dfce72a3a0ce2672937851ced12f25d49a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-04.tsv @@ -0,0 +1,9 @@ +apparel linen-notebook 32 +furniture ergo-chair 38 +stationery laptop-stand 39 +furniture ergo-chair 11 +stationery noise-isolating-headphones 36 +stationery ergo-chair 48 +stationery wireless-mouse 40 +electronics laptop-stand 47 +stationery laptop-stand 8 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-05.tsv b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-05.tsv new file mode 100644 index 0000000000000000000000000000000000000000..c4d0ac495e6916db0a83d71e312ee542db03e53c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/sales-raw/feeds/us-west-2/2024-04-05.tsv @@ -0,0 +1,8 @@ +apparel laptop-stand 19 +apparel mechanical-keyboard 12 +electronics wireless-mouse 50 +furniture noise-isolating-headphones 3 +stationery ceramic-mug 47 +furniture laptop-stand 5 +stationery noise-isolating-headphones 45 +furniture noise-isolating-headphones 16 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbd3711ac5/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..3e58f58fb286e52908561e6cfe52f7796483ff1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/boot.asm @@ -0,0 +1,36 @@ +; avr8 / boot + JMP r15, r12 + XOR r8, r11 + JMP r6, r2 + PUSH r1, r15 + PUSH r14, r6 + ADD r10, r10 + MOV r10, r13 + POP r11, r6 + ADD r7, r1 + NOP r15, r2 + MOV r1, r15 + XOR r3, r14 + PUSH r8, r9 + POP r12, r15 + ADD r6, r13 + ADD r14, r15 + NOP r11, r9 + PUSH r4, r1 + RET r3, r14 + SUB r0, r5 + MOV r8, r3 + POP r6, r5 + SUB r13, r12 + NOP r4, r9 + RET r6, r7 + SUB r3, r1 + NOP r6, r15 + SUB r11, r2 + XOR r10, r10 + POP r6, r14 + POP r11, r15 + ADD r3, r3 + NOP r9, r1 + JMP r3, r12 + PUSH r15, r13 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..11ab080caec740aec0f375d9522910a8c529d774 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/idle.asm @@ -0,0 +1,29 @@ +; avr8 / idle + ADD r12, r6 + CALL r4, r9 + RET r12, r11 + NOP r0, r6 + RET r10, r12 + POP r8, r11 + POP r15, r3 + MOV r10, r14 + SUB r10, r5 + NOP r11, r2 + CALL r14, r3 + NOP r14, r13 + MOV r4, r6 + MOV r11, r11 + NOP r12, r15 + PUSH r10, r10 + NOP r11, r5 + NOP r12, r1 + PUSH r4, r8 + PUSH r14, r1 + XOR r8, r7 + RET r5, r8 + NOP r14, r3 + POP r13, r3 + ADD r14, r14 + NOP r12, r6 + RET r15, r1 + SUB r1, r7 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..c0369d497de67220efaf86fa05f0c082414c91d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/isr.asm @@ -0,0 +1,22 @@ +; avr8 / isr + PUSH r13, r12 + SUB r15, r10 + SUB r15, r11 + PUSH r9, r3 + MOV r4, r6 + MOV r15, r15 + CALL r12, r12 + NOP r9, r12 + JMP r4, r14 + ADD r11, r15 + NOP r4, r11 + SUB r9, r14 + ADD r2, r5 + XOR r2, r12 + POP r10, r12 + ADD r14, r7 + XOR r7, r4 + POP r4, r10 + XOR r15, r2 + SUB r7, r14 + JMP r5, r4 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..dcde84c39de872cbe0fa7c70817bce9c73b35320 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/avr8/main.asm @@ -0,0 +1,36 @@ +; avr8 / main + RET r0, r2 + RET r9, r4 + JMP r11, r8 + PUSH r7, r7 + NOP r7, r15 + RET r8, r14 + CALL r13, r9 + RET r4, r3 + CALL r2, r12 + CALL r5, r7 + XOR r11, r12 + MOV r10, r10 + POP r12, r15 + RET r11, r0 + XOR r14, r15 + NOP r5, r4 + MOV r4, r15 + JMP r11, r14 + CALL r10, r1 + JMP r9, r3 + XOR r3, r8 + MOV r1, r15 + NOP r7, r5 + CALL r1, r10 + RET r11, r11 + POP r6, r12 + NOP r2, r4 + NOP r7, r10 + NOP r14, r9 + NOP r5, r1 + CALL r10, r3 + RET r12, r12 + JMP r12, r2 + JMP r15, r8 + MOV r9, r9 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..adbd527e39e1b76d619ce882457a9673a9fb6013 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/boot.asm @@ -0,0 +1,34 @@ +; cortex-m0 / boot + CALL r7, r8 + JMP r2, r8 + RET r4, r11 + NOP r4, r8 + NOP r5, r0 + PUSH r9, r0 + JMP r14, r4 + POP r0, r8 + SUB r5, r13 + NOP r14, r9 + SUB r8, r4 + NOP r3, r2 + NOP r13, r2 + NOP r10, r2 + ADD r3, r6 + POP r3, r5 + MOV r5, r1 + RET r7, r13 + PUSH r8, r2 + NOP r14, r4 + SUB r10, r8 + JMP r6, r5 + XOR r5, r6 + SUB r7, r14 + CALL r15, r6 + CALL r3, r1 + PUSH r9, r15 + JMP r14, r8 + RET r8, r3 + SUB r4, r4 + NOP r4, r7 + ADD r4, r0 + NOP r8, r4 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..85f9821c742b20201e50ac38447526160a12463d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/idle.asm @@ -0,0 +1,24 @@ +; cortex-m0 / idle + JMP r13, r1 + XOR r5, r8 + NOP r4, r6 + POP r15, r15 + NOP r7, r8 + ADD r14, r10 + POP r10, r15 + CALL r14, r0 + SUB r4, r11 + SUB r0, r14 + CALL r13, r13 + NOP r14, r12 + NOP r13, r8 + CALL r10, r2 + POP r0, r10 + CALL r5, r10 + MOV r8, r1 + NOP r15, r1 + XOR r9, r10 + JMP r5, r11 + RET r14, r14 + NOP r13, r6 + ADD r0, r15 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..171aeac609a475cde36548e21284010497a2deec --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/isr.asm @@ -0,0 +1,26 @@ +; cortex-m0 / isr + CALL r14, r15 + NOP r6, r1 + JMP r14, r7 + SUB r7, r8 + POP r9, r14 + ADD r2, r11 + JMP r6, r11 + JMP r5, r4 + NOP r5, r0 + SUB r8, r5 + ADD r4, r9 + ADD r10, r9 + CALL r2, r0 + MOV r8, r9 + XOR r15, r2 + RET r12, r9 + ADD r8, r5 + POP r4, r5 + CALL r3, r7 + POP r0, r10 + XOR r10, r1 + NOP r1, r1 + POP r12, r10 + RET r13, r5 + ADD r1, r14 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..a89c83f2582e4390c25141ddcd7eb0d1afea23d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m0/main.asm @@ -0,0 +1,25 @@ +; cortex-m0 / main + PUSH r7, r9 + NOP r7, r15 + SUB r7, r5 + NOP r15, r15 + XOR r10, r4 + RET r10, r11 + ADD r2, r14 + NOP r14, r4 + SUB r6, r12 + MOV r8, r6 + ADD r3, r5 + CALL r15, r0 + XOR r5, r1 + CALL r14, r14 + ADD r6, r9 + CALL r11, r2 + POP r11, r13 + NOP r3, r11 + XOR r11, r10 + ADD r4, r11 + POP r10, r14 + RET r6, r13 + POP r15, r1 + SUB r12, r9 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..fced27387a0db360c902fa9630db72df543b609e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/boot.asm @@ -0,0 +1,30 @@ +; cortex-m3 / boot + CALL r13, r0 + POP r4, r11 + NOP r7, r11 + JMP r3, r6 + ADD r11, r14 + NOP r0, r15 + PUSH r9, r9 + ADD r12, r1 + MOV r6, r6 + SUB r12, r5 + JMP r13, r11 + POP r8, r9 + PUSH r0, r0 + MOV r6, r9 + CALL r4, r13 + PUSH r1, r3 + NOP r1, r4 + NOP r4, r10 + ADD r12, r7 + PUSH r8, r15 + ADD r2, r9 + JMP r6, r0 + MOV r4, r8 + CALL r11, r4 + RET r12, r13 + SUB r0, r12 + RET r13, r1 + CALL r13, r0 + CALL r15, r15 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..20ef8d642d41d3e8f6bb428e1ed672dae24f311b --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/idle.asm @@ -0,0 +1,32 @@ +; cortex-m3 / idle + CALL r11, r7 + SUB r1, r13 + RET r10, r11 + SUB r8, r8 + NOP r1, r12 + SUB r4, r14 + CALL r3, r8 + POP r3, r10 + NOP r1, r4 + NOP r11, r0 + POP r10, r14 + CALL r6, r10 + CALL r3, r8 + POP r15, r2 + SUB r10, r13 + MOV r0, r14 + PUSH r2, r9 + NOP r1, r1 + NOP r10, r1 + NOP r5, r9 + SUB r11, r1 + NOP r14, r9 + RET r0, r11 + MOV r8, r1 + RET r7, r7 + NOP r5, r15 + CALL r8, r6 + RET r6, r9 + JMP r11, r10 + POP r0, r2 + NOP r4, r15 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..e30d99f17164fd775436cdfbb86a1de436731e1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/isr.asm @@ -0,0 +1,28 @@ +; cortex-m3 / isr + MOV r0, r7 + PUSH r11, r5 + XOR r4, r0 + NOP r11, r9 + ADD r0, r10 + XOR r7, r15 + SUB r15, r11 + ADD r5, r6 + CALL r15, r3 + RET r0, r14 + NOP r3, r14 + SUB r1, r14 + NOP r9, r11 + JMP r1, r9 + NOP r3, r13 + MOV r11, r3 + PUSH r8, r8 + JMP r3, r10 + POP r5, r3 + NOP r3, r10 + PUSH r13, r10 + PUSH r12, r1 + ADD r10, r13 + RET r5, r1 + XOR r14, r2 + ADD r1, r14 + MOV r0, r12 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..ae93beb35ee6c9a7361c044eb0ba2ba73ce13e72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m3/main.asm @@ -0,0 +1,22 @@ +; cortex-m3 / main + NOP r2, r15 + PUSH r7, r3 + MOV r14, r9 + XOR r1, r11 + ADD r1, r13 + CALL r15, r10 + CALL r15, r13 + MOV r2, r14 + XOR r3, r8 + RET r1, r2 + CALL r5, r7 + POP r5, r10 + SUB r5, r4 + CALL r15, r6 + JMP r14, r0 + SUB r4, r15 + NOP r6, r6 + NOP r4, r14 + MOV r5, r1 + XOR r2, r4 + ADD r5, r14 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..bc3b8bc5a340d6972e6259a7f78900420c92130a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/boot.asm @@ -0,0 +1,28 @@ +; cortex-m4 / boot + ADD r5, r8 + ADD r1, r0 + NOP r5, r8 + POP r4, r11 + POP r3, r3 + XOR r5, r6 + JMP r8, r0 + MOV r10, r10 + RET r11, r14 + POP r12, r13 + MOV r9, r10 + NOP r6, r5 + JMP r4, r7 + SUB r12, r14 + ADD r15, r8 + MOV r11, r4 + POP r2, r6 + ADD r6, r7 + NOP r10, r8 + NOP r5, r4 + JMP r1, r15 + XOR r10, r14 + XOR r3, r5 + POP r4, r14 + RET r8, r0 + NOP r4, r11 + POP r7, r0 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..1e0a4d09371e78b2b68daa0976b91e06dc0a276d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/idle.asm @@ -0,0 +1,30 @@ +; cortex-m4 / idle + CALL r0, r5 + XOR r10, r14 + POP r5, r9 + POP r3, r11 + ADD r10, r9 + NOP r4, r9 + NOP r10, r15 + XOR r5, r12 + SUB r11, r15 + RET r10, r8 + NOP r9, r10 + CALL r4, r3 + MOV r9, r11 + MOV r10, r15 + POP r8, r13 + NOP r9, r14 + XOR r3, r15 + SUB r3, r14 + CALL r5, r4 + CALL r1, r8 + SUB r12, r7 + POP r10, r5 + NOP r0, r15 + JMP r15, r9 + POP r6, r4 + SUB r15, r9 + NOP r11, r0 + MOV r8, r4 + RET r1, r8 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..e91d20300811242b18c80749595923ed09ba9936 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/isr.asm @@ -0,0 +1,32 @@ +; cortex-m4 / isr + POP r15, r4 + SUB r15, r13 + XOR r10, r1 + NOP r13, r12 + XOR r0, r15 + JMP r15, r9 + SUB r7, r7 + ADD r2, r12 + NOP r10, r0 + CALL r3, r0 + JMP r5, r5 + NOP r6, r10 + RET r11, r7 + POP r15, r6 + SUB r15, r5 + NOP r12, r11 + MOV r11, r5 + CALL r4, r11 + XOR r9, r5 + RET r5, r1 + SUB r0, r13 + NOP r5, r6 + XOR r10, r1 + NOP r10, r12 + JMP r5, r11 + MOV r15, r5 + NOP r14, r12 + JMP r12, r4 + RET r7, r9 + RET r9, r4 + XOR r12, r9 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..ceed6b80b7a71bc6695a589e506f199ec317ae8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/cortex-m4/main.asm @@ -0,0 +1,22 @@ +; cortex-m4 / main + NOP r8, r9 + RET r3, r4 + MOV r11, r6 + CALL r13, r1 + NOP r0, r14 + RET r1, r5 + MOV r12, r13 + NOP r5, r8 + NOP r14, r7 + POP r13, r2 + JMP r2, r8 + NOP r15, r5 + CALL r4, r14 + NOP r12, r1 + NOP r9, r15 + POP r14, r4 + POP r10, r10 + PUSH r4, r4 + NOP r4, r8 + ADD r15, r5 + CALL r5, r7 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..2c1bfc915ba6336c557d47fe7307aca3e2282639 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/boot.asm @@ -0,0 +1,36 @@ +; riscv32 / boot + XOR r9, r12 + PUSH r13, r11 + CALL r5, r6 + CALL r8, r2 + CALL r10, r8 + ADD r4, r15 + ADD r5, r3 + MOV r15, r12 + CALL r14, r11 + NOP r12, r6 + CALL r15, r12 + NOP r11, r6 + JMP r4, r7 + CALL r9, r12 + MOV r12, r12 + NOP r0, r7 + CALL r14, r3 + JMP r1, r14 + MOV r5, r7 + RET r3, r1 + MOV r0, r1 + XOR r15, r11 + CALL r9, r7 + MOV r14, r9 + POP r6, r14 + ADD r5, r11 + RET r1, r10 + ADD r0, r1 + NOP r13, r5 + ADD r10, r4 + CALL r12, r10 + PUSH r11, r7 + SUB r5, r8 + MOV r3, r4 + PUSH r2, r10 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..e6576b11096f09f54e966b5ac3a251c46f68964c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/idle.asm @@ -0,0 +1,31 @@ +; riscv32 / idle + XOR r6, r8 + ADD r12, r0 + ADD r0, r7 + CALL r12, r13 + CALL r6, r0 + PUSH r12, r3 + SUB r10, r7 + SUB r3, r4 + RET r0, r0 + SUB r7, r0 + JMP r4, r15 + RET r14, r12 + SUB r3, r6 + NOP r7, r0 + JMP r12, r3 + ADD r10, r5 + POP r14, r2 + NOP r6, r3 + NOP r4, r8 + PUSH r5, r9 + XOR r2, r5 + RET r15, r2 + NOP r1, r4 + POP r2, r0 + XOR r14, r14 + ADD r0, r15 + NOP r10, r15 + MOV r7, r2 + POP r11, r3 + POP r2, r6 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..8fa26ba72a98ac63e122ec51222de96241233f3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/isr.asm @@ -0,0 +1,22 @@ +; riscv32 / isr + NOP r12, r0 + POP r14, r3 + SUB r6, r1 + RET r3, r6 + NOP r10, r2 + XOR r6, r6 + SUB r7, r15 + XOR r1, r0 + POP r4, r4 + RET r15, r15 + XOR r3, r15 + RET r15, r9 + ADD r4, r10 + CALL r15, r7 + CALL r4, r11 + MOV r14, r7 + XOR r10, r4 + NOP r4, r11 + NOP r2, r12 + NOP r14, r4 + JMP r1, r8 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..abfccb545f422f2fbb2b7d8fefb68ba33511d1ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/firmware/riscv32/main.asm @@ -0,0 +1,22 @@ +; riscv32 / main + MOV r9, r15 + SUB r5, r2 + POP r4, r11 + PUSH r10, r13 + NOP r10, r4 + NOP r7, r0 + XOR r7, r5 + PUSH r10, r12 + RET r6, r4 + PUSH r7, r0 + NOP r15, r9 + SUB r4, r5 + ADD r3, r8 + SUB r10, r7 + MOV r3, r11 + ADD r3, r11 + MOV r4, r2 + PUSH r6, r12 + XOR r11, r9 + POP r12, r2 + CALL r13, r11 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..3e58f58fb286e52908561e6cfe52f7796483ff1d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/boot.asm @@ -0,0 +1,36 @@ +; avr8 / boot + JMP r15, r12 + XOR r8, r11 + JMP r6, r2 + PUSH r1, r15 + PUSH r14, r6 + ADD r10, r10 + MOV r10, r13 + POP r11, r6 + ADD r7, r1 + NOP r15, r2 + MOV r1, r15 + XOR r3, r14 + PUSH r8, r9 + POP r12, r15 + ADD r6, r13 + ADD r14, r15 + NOP r11, r9 + PUSH r4, r1 + RET r3, r14 + SUB r0, r5 + MOV r8, r3 + POP r6, r5 + SUB r13, r12 + NOP r4, r9 + RET r6, r7 + SUB r3, r1 + NOP r6, r15 + SUB r11, r2 + XOR r10, r10 + POP r6, r14 + POP r11, r15 + ADD r3, r3 + NOP r9, r1 + JMP r3, r12 + PUSH r15, r13 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..11ab080caec740aec0f375d9522910a8c529d774 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/idle.asm @@ -0,0 +1,29 @@ +; avr8 / idle + ADD r12, r6 + CALL r4, r9 + RET r12, r11 + NOP r0, r6 + RET r10, r12 + POP r8, r11 + POP r15, r3 + MOV r10, r14 + SUB r10, r5 + NOP r11, r2 + CALL r14, r3 + NOP r14, r13 + MOV r4, r6 + MOV r11, r11 + NOP r12, r15 + PUSH r10, r10 + NOP r11, r5 + NOP r12, r1 + PUSH r4, r8 + PUSH r14, r1 + XOR r8, r7 + RET r5, r8 + NOP r14, r3 + POP r13, r3 + ADD r14, r14 + NOP r12, r6 + RET r15, r1 + SUB r1, r7 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..c0369d497de67220efaf86fa05f0c082414c91d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/isr.asm @@ -0,0 +1,22 @@ +; avr8 / isr + PUSH r13, r12 + SUB r15, r10 + SUB r15, r11 + PUSH r9, r3 + MOV r4, r6 + MOV r15, r15 + CALL r12, r12 + NOP r9, r12 + JMP r4, r14 + ADD r11, r15 + NOP r4, r11 + SUB r9, r14 + ADD r2, r5 + XOR r2, r12 + POP r10, r12 + ADD r14, r7 + XOR r7, r4 + POP r4, r10 + XOR r15, r2 + SUB r7, r14 + JMP r5, r4 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..dcde84c39de872cbe0fa7c70817bce9c73b35320 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/avr8/main.asm @@ -0,0 +1,36 @@ +; avr8 / main + RET r0, r2 + RET r9, r4 + JMP r11, r8 + PUSH r7, r7 + NOP r7, r15 + RET r8, r14 + CALL r13, r9 + RET r4, r3 + CALL r2, r12 + CALL r5, r7 + XOR r11, r12 + MOV r10, r10 + POP r12, r15 + RET r11, r0 + XOR r14, r15 + NOP r5, r4 + MOV r4, r15 + JMP r11, r14 + CALL r10, r1 + JMP r9, r3 + XOR r3, r8 + MOV r1, r15 + NOP r7, r5 + CALL r1, r10 + RET r11, r11 + POP r6, r12 + NOP r2, r4 + NOP r7, r10 + NOP r14, r9 + NOP r5, r1 + CALL r10, r3 + RET r12, r12 + JMP r12, r2 + JMP r15, r8 + MOV r9, r9 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..adbd527e39e1b76d619ce882457a9673a9fb6013 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/boot.asm @@ -0,0 +1,34 @@ +; cortex-m0 / boot + CALL r7, r8 + JMP r2, r8 + RET r4, r11 + NOP r4, r8 + NOP r5, r0 + PUSH r9, r0 + JMP r14, r4 + POP r0, r8 + SUB r5, r13 + NOP r14, r9 + SUB r8, r4 + NOP r3, r2 + NOP r13, r2 + NOP r10, r2 + ADD r3, r6 + POP r3, r5 + MOV r5, r1 + RET r7, r13 + PUSH r8, r2 + NOP r14, r4 + SUB r10, r8 + JMP r6, r5 + XOR r5, r6 + SUB r7, r14 + CALL r15, r6 + CALL r3, r1 + PUSH r9, r15 + JMP r14, r8 + RET r8, r3 + SUB r4, r4 + NOP r4, r7 + ADD r4, r0 + NOP r8, r4 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..85f9821c742b20201e50ac38447526160a12463d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/idle.asm @@ -0,0 +1,24 @@ +; cortex-m0 / idle + JMP r13, r1 + XOR r5, r8 + NOP r4, r6 + POP r15, r15 + NOP r7, r8 + ADD r14, r10 + POP r10, r15 + CALL r14, r0 + SUB r4, r11 + SUB r0, r14 + CALL r13, r13 + NOP r14, r12 + NOP r13, r8 + CALL r10, r2 + POP r0, r10 + CALL r5, r10 + MOV r8, r1 + NOP r15, r1 + XOR r9, r10 + JMP r5, r11 + RET r14, r14 + NOP r13, r6 + ADD r0, r15 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..171aeac609a475cde36548e21284010497a2deec --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/isr.asm @@ -0,0 +1,26 @@ +; cortex-m0 / isr + CALL r14, r15 + NOP r6, r1 + JMP r14, r7 + SUB r7, r8 + POP r9, r14 + ADD r2, r11 + JMP r6, r11 + JMP r5, r4 + NOP r5, r0 + SUB r8, r5 + ADD r4, r9 + ADD r10, r9 + CALL r2, r0 + MOV r8, r9 + XOR r15, r2 + RET r12, r9 + ADD r8, r5 + POP r4, r5 + CALL r3, r7 + POP r0, r10 + XOR r10, r1 + NOP r1, r1 + POP r12, r10 + RET r13, r5 + ADD r1, r14 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..a89c83f2582e4390c25141ddcd7eb0d1afea23d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m0/main.asm @@ -0,0 +1,25 @@ +; cortex-m0 / main + PUSH r7, r9 + NOP r7, r15 + SUB r7, r5 + NOP r15, r15 + XOR r10, r4 + RET r10, r11 + ADD r2, r14 + NOP r14, r4 + SUB r6, r12 + MOV r8, r6 + ADD r3, r5 + CALL r15, r0 + XOR r5, r1 + CALL r14, r14 + ADD r6, r9 + CALL r11, r2 + POP r11, r13 + NOP r3, r11 + XOR r11, r10 + ADD r4, r11 + POP r10, r14 + RET r6, r13 + POP r15, r1 + SUB r12, r9 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..fced27387a0db360c902fa9630db72df543b609e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/boot.asm @@ -0,0 +1,30 @@ +; cortex-m3 / boot + CALL r13, r0 + POP r4, r11 + NOP r7, r11 + JMP r3, r6 + ADD r11, r14 + NOP r0, r15 + PUSH r9, r9 + ADD r12, r1 + MOV r6, r6 + SUB r12, r5 + JMP r13, r11 + POP r8, r9 + PUSH r0, r0 + MOV r6, r9 + CALL r4, r13 + PUSH r1, r3 + NOP r1, r4 + NOP r4, r10 + ADD r12, r7 + PUSH r8, r15 + ADD r2, r9 + JMP r6, r0 + MOV r4, r8 + CALL r11, r4 + RET r12, r13 + SUB r0, r12 + RET r13, r1 + CALL r13, r0 + CALL r15, r15 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..20ef8d642d41d3e8f6bb428e1ed672dae24f311b --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/idle.asm @@ -0,0 +1,32 @@ +; cortex-m3 / idle + CALL r11, r7 + SUB r1, r13 + RET r10, r11 + SUB r8, r8 + NOP r1, r12 + SUB r4, r14 + CALL r3, r8 + POP r3, r10 + NOP r1, r4 + NOP r11, r0 + POP r10, r14 + CALL r6, r10 + CALL r3, r8 + POP r15, r2 + SUB r10, r13 + MOV r0, r14 + PUSH r2, r9 + NOP r1, r1 + NOP r10, r1 + NOP r5, r9 + SUB r11, r1 + NOP r14, r9 + RET r0, r11 + MOV r8, r1 + RET r7, r7 + NOP r5, r15 + CALL r8, r6 + RET r6, r9 + JMP r11, r10 + POP r0, r2 + NOP r4, r15 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..e30d99f17164fd775436cdfbb86a1de436731e1f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/isr.asm @@ -0,0 +1,28 @@ +; cortex-m3 / isr + MOV r0, r7 + PUSH r11, r5 + XOR r4, r0 + NOP r11, r9 + ADD r0, r10 + XOR r7, r15 + SUB r15, r11 + ADD r5, r6 + CALL r15, r3 + RET r0, r14 + NOP r3, r14 + SUB r1, r14 + NOP r9, r11 + JMP r1, r9 + NOP r3, r13 + MOV r11, r3 + PUSH r8, r8 + JMP r3, r10 + POP r5, r3 + NOP r3, r10 + PUSH r13, r10 + PUSH r12, r1 + ADD r10, r13 + RET r5, r1 + XOR r14, r2 + ADD r1, r14 + MOV r0, r12 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..ae93beb35ee6c9a7361c044eb0ba2ba73ce13e72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m3/main.asm @@ -0,0 +1,22 @@ +; cortex-m3 / main + NOP r2, r15 + PUSH r7, r3 + MOV r14, r9 + XOR r1, r11 + ADD r1, r13 + CALL r15, r10 + CALL r15, r13 + MOV r2, r14 + XOR r3, r8 + RET r1, r2 + CALL r5, r7 + POP r5, r10 + SUB r5, r4 + CALL r15, r6 + JMP r14, r0 + SUB r4, r15 + NOP r6, r6 + NOP r4, r14 + MOV r5, r1 + XOR r2, r4 + ADD r5, r14 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..bc3b8bc5a340d6972e6259a7f78900420c92130a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/boot.asm @@ -0,0 +1,28 @@ +; cortex-m4 / boot + ADD r5, r8 + ADD r1, r0 + NOP r5, r8 + POP r4, r11 + POP r3, r3 + XOR r5, r6 + JMP r8, r0 + MOV r10, r10 + RET r11, r14 + POP r12, r13 + MOV r9, r10 + NOP r6, r5 + JMP r4, r7 + SUB r12, r14 + ADD r15, r8 + MOV r11, r4 + POP r2, r6 + ADD r6, r7 + NOP r10, r8 + NOP r5, r4 + JMP r1, r15 + XOR r10, r14 + XOR r3, r5 + POP r4, r14 + RET r8, r0 + NOP r4, r11 + POP r7, r0 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..1e0a4d09371e78b2b68daa0976b91e06dc0a276d --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/idle.asm @@ -0,0 +1,30 @@ +; cortex-m4 / idle + CALL r0, r5 + XOR r10, r14 + POP r5, r9 + POP r3, r11 + ADD r10, r9 + NOP r4, r9 + NOP r10, r15 + XOR r5, r12 + SUB r11, r15 + RET r10, r8 + NOP r9, r10 + CALL r4, r3 + MOV r9, r11 + MOV r10, r15 + POP r8, r13 + NOP r9, r14 + XOR r3, r15 + SUB r3, r14 + CALL r5, r4 + CALL r1, r8 + SUB r12, r7 + POP r10, r5 + NOP r0, r15 + JMP r15, r9 + POP r6, r4 + SUB r15, r9 + NOP r11, r0 + MOV r8, r4 + RET r1, r8 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..e91d20300811242b18c80749595923ed09ba9936 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/isr.asm @@ -0,0 +1,32 @@ +; cortex-m4 / isr + POP r15, r4 + SUB r15, r13 + XOR r10, r1 + NOP r13, r12 + XOR r0, r15 + JMP r15, r9 + SUB r7, r7 + ADD r2, r12 + NOP r10, r0 + CALL r3, r0 + JMP r5, r5 + NOP r6, r10 + RET r11, r7 + POP r15, r6 + SUB r15, r5 + NOP r12, r11 + MOV r11, r5 + CALL r4, r11 + XOR r9, r5 + RET r5, r1 + SUB r0, r13 + NOP r5, r6 + XOR r10, r1 + NOP r10, r12 + JMP r5, r11 + MOV r15, r5 + NOP r14, r12 + JMP r12, r4 + RET r7, r9 + RET r9, r4 + XOR r12, r9 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..ceed6b80b7a71bc6695a589e506f199ec317ae8e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/cortex-m4/main.asm @@ -0,0 +1,22 @@ +; cortex-m4 / main + NOP r8, r9 + RET r3, r4 + MOV r11, r6 + CALL r13, r1 + NOP r0, r14 + RET r1, r5 + MOV r12, r13 + NOP r5, r8 + NOP r14, r7 + POP r13, r2 + JMP r2, r8 + NOP r15, r5 + CALL r4, r14 + NOP r12, r1 + NOP r9, r15 + POP r14, r4 + POP r10, r10 + PUSH r4, r4 + NOP r4, r8 + ADD r15, r5 + CALL r5, r7 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/boot.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/boot.asm new file mode 100644 index 0000000000000000000000000000000000000000..2c1bfc915ba6336c557d47fe7307aca3e2282639 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/boot.asm @@ -0,0 +1,36 @@ +; riscv32 / boot + XOR r9, r12 + PUSH r13, r11 + CALL r5, r6 + CALL r8, r2 + CALL r10, r8 + ADD r4, r15 + ADD r5, r3 + MOV r15, r12 + CALL r14, r11 + NOP r12, r6 + CALL r15, r12 + NOP r11, r6 + JMP r4, r7 + CALL r9, r12 + MOV r12, r12 + NOP r0, r7 + CALL r14, r3 + JMP r1, r14 + MOV r5, r7 + RET r3, r1 + MOV r0, r1 + XOR r15, r11 + CALL r9, r7 + MOV r14, r9 + POP r6, r14 + ADD r5, r11 + RET r1, r10 + ADD r0, r1 + NOP r13, r5 + ADD r10, r4 + CALL r12, r10 + PUSH r11, r7 + SUB r5, r8 + MOV r3, r4 + PUSH r2, r10 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/idle.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/idle.asm new file mode 100644 index 0000000000000000000000000000000000000000..e6576b11096f09f54e966b5ac3a251c46f68964c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/idle.asm @@ -0,0 +1,31 @@ +; riscv32 / idle + XOR r6, r8 + ADD r12, r0 + ADD r0, r7 + CALL r12, r13 + CALL r6, r0 + PUSH r12, r3 + SUB r10, r7 + SUB r3, r4 + RET r0, r0 + SUB r7, r0 + JMP r4, r15 + RET r14, r12 + SUB r3, r6 + NOP r7, r0 + JMP r12, r3 + ADD r10, r5 + POP r14, r2 + NOP r6, r3 + NOP r4, r8 + PUSH r5, r9 + XOR r2, r5 + RET r15, r2 + NOP r1, r4 + POP r2, r0 + XOR r14, r14 + ADD r0, r15 + NOP r10, r15 + MOV r7, r2 + POP r11, r3 + POP r2, r6 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/isr.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/isr.asm new file mode 100644 index 0000000000000000000000000000000000000000..8fa26ba72a98ac63e122ec51222de96241233f3a --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/isr.asm @@ -0,0 +1,22 @@ +; riscv32 / isr + NOP r12, r0 + POP r14, r3 + SUB r6, r1 + RET r3, r6 + NOP r10, r2 + XOR r6, r6 + SUB r7, r15 + XOR r1, r0 + POP r4, r4 + RET r15, r15 + XOR r3, r15 + RET r15, r9 + ADD r4, r10 + CALL r15, r7 + CALL r4, r11 + MOV r14, r7 + XOR r10, r4 + NOP r4, r11 + NOP r2, r12 + NOP r14, r4 + JMP r1, r8 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/main.asm b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/main.asm new file mode 100644 index 0000000000000000000000000000000000000000..abfccb545f422f2fbb2b7d8fefb68ba33511d1ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/firmware/riscv32/main.asm @@ -0,0 +1,22 @@ +; riscv32 / main + MOV r9, r15 + SUB r5, r2 + POP r4, r11 + PUSH r10, r13 + NOP r10, r4 + NOP r7, r0 + XOR r7, r5 + PUSH r10, r12 + RET r6, r4 + PUSH r7, r0 + NOP r15, r9 + SUB r4, r5 + ADD r3, r8 + SUB r10, r7 + MOV r3, r11 + ADD r3, r11 + MOV r4, r2 + PUSH r6, r12 + XOR r11, r9 + POP r12, r2 + CALL r13, r11 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bbfd0469e6/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..45726dcceea395b7e13fd50d5f54d8a1de4ecc87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/members.txt @@ -0,0 +1,11 @@ +barbara,eng,barbara.gkaur@umbrella +donald,sec,donald.gkaur@umbrella +donald,eng,donald.qyu@stark +grace,eng,grace.flindqvist@soylent +grace,pm,grace.wxu@oscorp +john,sec,john.hchen@initech +john,eng,john.sstevens@stark +john,eng,john.wxu@hooli +leslie,ops,leslie.cnakamura@massive +rob,sre,rob.mtanaka@globex +vint,ops,vint.nmurray@piedpiper diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/acme/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed17aee7e915f2c8925ed12533356037a5179d64 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/members.txt @@ -0,0 +1,9 @@ +ada,ops,ada.lgonzalez@globex +ada,ops,ada.wxu@initech +donald,eng,donald.cnakamura@piedpiper +edsger,sre,edsger.rrossi@piedpiper +leslie,eng,leslie.gkaur@lexcorp +linus,pm,linus.gkaur@piedpiper +radia,sre,radia.doneill@weyland +rob,sec,rob.gkaur@hooli +vint,pm,vint.tvasquez@oscorp diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/globex/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..47e8edd97744dd5e6a1a0341311182ddcbe8aabb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/members.txt @@ -0,0 +1,16 @@ +ada,eng,ada.brivera@hooli +ada,pm,ada.kkuznetsov@tyrell +barbara,sre,barbara.ibarbosa@oscorp +donald,eng,donald.epatel@globex +donald,ops,donald.jsmith@weyland +edsger,pm,edsger.brivera@wayne +edsger,pm,edsger.cnakamura@weyland +edsger,ops,edsger.ibarbosa@stark +edsger,eng,edsger.vwang@tyrell +john,sec,john.flindqvist@umbrella +john,sre,john.kkuznetsov@initech +leslie,sre,leslie.uvogt@massive +linus,eng,linus.cnakamura@globex +rob,ops,rob.brivera@initech +vint,eng,vint.doneill@lexcorp +vint,sec,vint.tvasquez@initech diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/initech/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2db070590c2380b688464d20bedc539ff70df26 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/members.txt @@ -0,0 +1,15 @@ +ada,sec,ada.sstevens@hooli +alan,pm,alan.opopov@weyland +donald,eng,donald.rrossi@piedpiper +edsger,sre,edsger.cnakamura@wayne +grace,sre,grace.rrossi@tyrell +john,sec,john.cnakamura@wayne +leslie,eng,leslie.flindqvist@stark +radia,sec,radia.lgonzalez@acme +radia,sre,radia.qyu@umbrella +tony,sec,tony.lgonzalez@stark +tony,eng,tony.tvasquez@stark +vint,sec,vint.azhang@initech +vint,eng,vint.azhang@wayne +vint,pm,vint.opopov@wayne +vint,sec,vint.xlee@stark diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/sandbox/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..53639a5465a4dc13ddad7f5cbbae713c0d4a5cc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/members.txt @@ -0,0 +1,9 @@ +barbara,sre,barbara.mtanaka@soylent +leslie,ops,leslie.nmurray@massive +leslie,pm,leslie.vwang@massive +linus,ops,linus.azhang@wayne +linus,ops,linus.mtanaka@piedpiper +margaret,sec,margaret.flindqvist@initech +rob,sre,rob.pklein@initech +tony,ops,tony.gkaur@massive +tony,eng,tony.wxu@stark diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/tyrell/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..27266d0c321156fa6eceb85c75c06b653fc7af51 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/members.txt @@ -0,0 +1,13 @@ +ada,ops,ada.brivera@wayne +alan,sec,alan.mtanaka@weyland +barbara,pm,barbara.flindqvist@piedpiper +barbara,sre,barbara.wxu@hooli +barbara,sec,barbara.xlee@weyland +donald,eng,donald.vwang@umbrella +grace,ops,grace.kkuznetsov@oscorp +john,sre,john.flindqvist@lexcorp +leslie,pm,leslie.azhang@cyberdyne +margaret,eng,margaret.cnakamura@oscorp +radia,ops,radia.jsmith@cyberdyne +rob,sec,rob.nmurray@oscorp +rob,pm,rob.xlee@wayne diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/orgs/umbrella/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..efbff33e106b32549bac0ea7a949082f67b0a8a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/members.txt @@ -0,0 +1,11 @@ +grace,pm,grace.wxu@oscorp +john,eng,john.wxu@hooli +rob,sre,rob.mtanaka@globex +donald,sec,donald.gkaur@umbrella +john,sec,john.hchen@initech +leslie,ops,leslie.cnakamura@massive +grace,eng,grace.flindqvist@soylent +john,eng,john.sstevens@stark +barbara,eng,barbara.gkaur@umbrella +vint,ops,vint.nmurray@piedpiper +donald,eng,donald.qyu@stark diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/acme/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e9611b6d9e1b403b27a8eef7de0b2ca85446817 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/members.txt @@ -0,0 +1,9 @@ +donald,eng,donald.cnakamura@piedpiper +radia,sre,radia.doneill@weyland +ada,ops,ada.wxu@initech +vint,pm,vint.tvasquez@oscorp +ada,ops,ada.lgonzalez@globex +linus,pm,linus.gkaur@piedpiper +leslie,eng,leslie.gkaur@lexcorp +edsger,sre,edsger.rrossi@piedpiper +rob,sec,rob.gkaur@hooli diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/globex/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..b853c12b01cd9e4a3649e7fc546db8a098467ac8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/members.txt @@ -0,0 +1,16 @@ +ada,eng,ada.brivera@hooli +barbara,sre,barbara.ibarbosa@oscorp +edsger,pm,edsger.cnakamura@weyland +ada,pm,ada.kkuznetsov@tyrell +edsger,pm,edsger.brivera@wayne +john,sec,john.flindqvist@umbrella +leslie,sre,leslie.uvogt@massive +vint,sec,vint.tvasquez@initech +john,sre,john.kkuznetsov@initech +edsger,ops,edsger.ibarbosa@stark +donald,eng,donald.epatel@globex +linus,eng,linus.cnakamura@globex +vint,eng,vint.doneill@lexcorp +donald,ops,donald.jsmith@weyland +edsger,eng,edsger.vwang@tyrell +rob,ops,rob.brivera@initech diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/initech/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..634614589ff8b04cef44d8e70024fabd299104d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/members.txt @@ -0,0 +1,15 @@ +ada,sec,ada.sstevens@hooli +grace,sre,grace.rrossi@tyrell +vint,pm,vint.opopov@wayne +alan,pm,alan.opopov@weyland +edsger,sre,edsger.cnakamura@wayne +tony,sec,tony.lgonzalez@stark +radia,sec,radia.lgonzalez@acme +vint,eng,vint.azhang@wayne +john,sec,john.cnakamura@wayne +tony,eng,tony.tvasquez@stark +donald,eng,donald.rrossi@piedpiper +radia,sre,radia.qyu@umbrella +leslie,eng,leslie.flindqvist@stark +vint,sec,vint.azhang@initech +vint,sec,vint.xlee@stark diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/sandbox/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7893380eb873966477499c1686befd4ff27d5e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/members.txt @@ -0,0 +1,9 @@ +linus,ops,linus.mtanaka@piedpiper +leslie,ops,leslie.nmurray@massive +barbara,sre,barbara.mtanaka@soylent +rob,sre,rob.pklein@initech +tony,ops,tony.gkaur@massive +leslie,pm,leslie.vwang@massive +linus,ops,linus.azhang@wayne +margaret,sec,margaret.flindqvist@initech +tony,eng,tony.wxu@stark diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/tyrell/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/charter.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/charter.md new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5da700d208b71d51ae38a80b856027b62b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/charter.md @@ -0,0 +1,3 @@ +# charter + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/members.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/members.txt new file mode 100644 index 0000000000000000000000000000000000000000..60839ff2098585646bbc5f9b4b638362133193e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/members.txt @@ -0,0 +1,13 @@ +grace,ops,grace.kkuznetsov@oscorp +donald,eng,donald.vwang@umbrella +john,sre,john.flindqvist@lexcorp +rob,pm,rob.xlee@wayne +leslie,pm,leslie.azhang@cyberdyne +ada,ops,ada.brivera@wayne +radia,ops,radia.jsmith@cyberdyne +barbara,pm,barbara.flindqvist@piedpiper +barbara,sec,barbara.xlee@weyland +barbara,sre,barbara.wxu@hooli +alan,sec,alan.mtanaka@weyland +margaret,eng,margaret.cnakamura@oscorp +rob,sec,rob.nmurray@oscorp diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/mission.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/mission.md new file mode 100644 index 0000000000000000000000000000000000000000..8e035826da9bdc283774f799ecd52a78e8b3d903 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/mission.md @@ -0,0 +1,3 @@ +# mission + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/values.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/values.md new file mode 100644 index 0000000000000000000000000000000000000000..813f5294e4164427ce82fa6295f7e096fd4c45da --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/orgs/umbrella/values.md @@ -0,0 +1,3 @@ +# values + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_bcf36fb37a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/reports/per_shift.tsv b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/reports/per_shift.tsv new file mode 100644 index 0000000000000000000000000000000000000000..8572423841e24d126c11a4a24d76914512794e09 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/reports/per_shift.tsv @@ -0,0 +1,21 @@ +evening-01 8 +evening-02 6 +evening-03 7 +evening-04 8 +evening-05 9 +evening-06 9 +evening-07 6 +morning-01 10 +morning-02 5 +morning-03 5 +morning-04 5 +morning-05 4 +morning-06 7 +morning-07 4 +night-01 7 +night-02 10 +night-03 5 +night-04 4 +night-05 7 +night-06 5 +night-07 6 diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-01.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ebd99c852e4a46a0e99f3d9445eee3ef6c0f50c --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-01.txt @@ -0,0 +1,13 @@ +doneill +kkuznetsov +wxu +opopov +hchen +opopov + +cnakamura +nmurray +doneill +opopov +pklein + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-02.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e2048798bb09cf6b5c6b88ed8f455b252cc45a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-02.txt @@ -0,0 +1,11 @@ +lgonzalez +sstevens +nmurray +azhang + +sstevens +qyu +qyu +qyu +hchen + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-03.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..9979442ad2c06b8954b41898cd2b94bc95229bab --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-03.txt @@ -0,0 +1,10 @@ +opopov +gkaur +xlee +pklein + +flindqvist +mtanaka +xlee + +qyu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-04.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa8606e42bc183cbb1c96bc920def4bdcf0bc9e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-04.txt @@ -0,0 +1,12 @@ +epatel +gkaur +mtanaka +tvasquez +wxu + +rrossi + +wxu +mtanaka +vwang +uvogt diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-05.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..95d7a42ef6faf32bc62c3967de93c4584830b690 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-05.txt @@ -0,0 +1,13 @@ + +wxu +opopov +brivera +vwang +nmurray +rrossi +sstevens + +rrossi +flindqvist +brivera +doneill diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-06.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1aaed61d63b6e72717305e970cb2bcec097b220 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-06.txt @@ -0,0 +1,14 @@ +ibarbosa + +lgonzalez +kkuznetsov +wxu +opopov +gkaur +flindqvist +ibarbosa + +cnakamura +gkaur +gkaur +vwang diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-07.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..bed148c76f651eab4038cc2e78ca24e20ad557d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/evening-07.txt @@ -0,0 +1,11 @@ +brivera + + +qyu +brivera +doneill +lgonzalez +cnakamura +gkaur +doneill +qyu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-01.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..38d2d11e1770860fd700c3ae48f2d9eb0d0229b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-01.txt @@ -0,0 +1,13 @@ +epatel +azhang +uvogt +vwang +ibarbosa +qyu +kkuznetsov +jsmith + +doneill +tvasquez +qyu + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-02.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b4194181e9774a27373dece5dcc1233ae167970 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-02.txt @@ -0,0 +1,8 @@ + + +xlee +tvasquez +vwang +xlee +flindqvist +brivera diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-03.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..78b86747fc1a803048da7c8568a41dbb9a7b4563 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-03.txt @@ -0,0 +1,8 @@ +epatel + +vwang + +xlee +tvasquez +ibarbosa +xlee diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-04.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2802cd872b2498dbd60f5fe1712a69047be50ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-04.txt @@ -0,0 +1,8 @@ +flindqvist + +brivera +jsmith +sstevens +uvogt +uvogt + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-05.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..9431079aad0715a9012ff6fe33b885f65fe3df6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-05.txt @@ -0,0 +1,9 @@ +ibarbosa +ibarbosa + +cnakamura + +brivera +cnakamura +xlee +ibarbosa diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-06.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..776c7d5168cb3e3b5e5898716c046b4130648136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-06.txt @@ -0,0 +1,11 @@ +ibarbosa +tvasquez + +xlee + +nmurray +xlee +azhang +azhang +pklein +sstevens diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-07.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8d3d0a7fb222dc5fc54ecfdb6a4e527d632232a --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/morning-07.txt @@ -0,0 +1,7 @@ +cnakamura +flindqvist + +flindqvist +azhang +nmurray + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-01.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..10029482d862b28c09edb59815ee91d61d962e4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-01.txt @@ -0,0 +1,10 @@ + +pklein +doneill +sstevens +azhang +rrossi +tvasquez +jsmith + +jsmith diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-02.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..9154dfdb03ed1842438c148033a9fab8af050ac4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-02.txt @@ -0,0 +1,15 @@ +jsmith +brivera + +mtanaka +nmurray +pklein +nmurray +uvogt +mtanaka +vwang +mtanaka +lgonzalez +sstevens + +qyu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-03.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d249558c04070e60e2a1069ffbfcfd0e4e04a72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-03.txt @@ -0,0 +1,8 @@ +gkaur +tvasquez + +pklein +doneill +doneill + +cnakamura diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-04.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a2019f893be075886379a6dd101d03682d726cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-04.txt @@ -0,0 +1,7 @@ +gkaur +nmurray +gkaur +tvasquez + + +flindqvist diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-05.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..336932a10993c158e8814ee8acd0f39dba095d19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-05.txt @@ -0,0 +1,10 @@ +jsmith +rrossi + + +uvogt +sstevens +sstevens +gkaur +cnakamura +wxu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-06.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae5d09cf9ace86bbcdb8513fc4022f2fa92d047 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-06.txt @@ -0,0 +1,8 @@ + +xlee + +pklein +nmurray +lgonzalez +jsmith +pklein diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-07.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c4ec0c16a615db27b5bfbbb7b2d99354304527 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/schedules/shifts/night-07.txt @@ -0,0 +1,9 @@ +rrossi +mtanaka + +brivera +cnakamura +cnakamura +sstevens + +wxu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-01.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ebd99c852e4a46a0e99f3d9445eee3ef6c0f50c --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-01.txt @@ -0,0 +1,13 @@ +doneill +kkuznetsov +wxu +opopov +hchen +opopov + +cnakamura +nmurray +doneill +opopov +pklein + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-02.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e2048798bb09cf6b5c6b88ed8f455b252cc45a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-02.txt @@ -0,0 +1,11 @@ +lgonzalez +sstevens +nmurray +azhang + +sstevens +qyu +qyu +qyu +hchen + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-03.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..9979442ad2c06b8954b41898cd2b94bc95229bab --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-03.txt @@ -0,0 +1,10 @@ +opopov +gkaur +xlee +pklein + +flindqvist +mtanaka +xlee + +qyu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-04.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa8606e42bc183cbb1c96bc920def4bdcf0bc9e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-04.txt @@ -0,0 +1,12 @@ +epatel +gkaur +mtanaka +tvasquez +wxu + +rrossi + +wxu +mtanaka +vwang +uvogt diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-05.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..95d7a42ef6faf32bc62c3967de93c4584830b690 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-05.txt @@ -0,0 +1,13 @@ + +wxu +opopov +brivera +vwang +nmurray +rrossi +sstevens + +rrossi +flindqvist +brivera +doneill diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-06.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1aaed61d63b6e72717305e970cb2bcec097b220 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-06.txt @@ -0,0 +1,14 @@ +ibarbosa + +lgonzalez +kkuznetsov +wxu +opopov +gkaur +flindqvist +ibarbosa + +cnakamura +gkaur +gkaur +vwang diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-07.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..bed148c76f651eab4038cc2e78ca24e20ad557d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/evening-07.txt @@ -0,0 +1,11 @@ +brivera + + +qyu +brivera +doneill +lgonzalez +cnakamura +gkaur +doneill +qyu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-01.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..38d2d11e1770860fd700c3ae48f2d9eb0d0229b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-01.txt @@ -0,0 +1,13 @@ +epatel +azhang +uvogt +vwang +ibarbosa +qyu +kkuznetsov +jsmith + +doneill +tvasquez +qyu + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-02.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b4194181e9774a27373dece5dcc1233ae167970 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-02.txt @@ -0,0 +1,8 @@ + + +xlee +tvasquez +vwang +xlee +flindqvist +brivera diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-03.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..78b86747fc1a803048da7c8568a41dbb9a7b4563 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-03.txt @@ -0,0 +1,8 @@ +epatel + +vwang + +xlee +tvasquez +ibarbosa +xlee diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-04.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2802cd872b2498dbd60f5fe1712a69047be50ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-04.txt @@ -0,0 +1,8 @@ +flindqvist + +brivera +jsmith +sstevens +uvogt +uvogt + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-05.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..9431079aad0715a9012ff6fe33b885f65fe3df6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-05.txt @@ -0,0 +1,9 @@ +ibarbosa +ibarbosa + +cnakamura + +brivera +cnakamura +xlee +ibarbosa diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-06.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..776c7d5168cb3e3b5e5898716c046b4130648136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-06.txt @@ -0,0 +1,11 @@ +ibarbosa +tvasquez + +xlee + +nmurray +xlee +azhang +azhang +pklein +sstevens diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-07.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8d3d0a7fb222dc5fc54ecfdb6a4e527d632232a --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/morning-07.txt @@ -0,0 +1,7 @@ +cnakamura +flindqvist + +flindqvist +azhang +nmurray + diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-01.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..10029482d862b28c09edb59815ee91d61d962e4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-01.txt @@ -0,0 +1,10 @@ + +pklein +doneill +sstevens +azhang +rrossi +tvasquez +jsmith + +jsmith diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-02.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..9154dfdb03ed1842438c148033a9fab8af050ac4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-02.txt @@ -0,0 +1,15 @@ +jsmith +brivera + +mtanaka +nmurray +pklein +nmurray +uvogt +mtanaka +vwang +mtanaka +lgonzalez +sstevens + +qyu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-03.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d249558c04070e60e2a1069ffbfcfd0e4e04a72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-03.txt @@ -0,0 +1,8 @@ +gkaur +tvasquez + +pklein +doneill +doneill + +cnakamura diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-04.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a2019f893be075886379a6dd101d03682d726cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-04.txt @@ -0,0 +1,7 @@ +gkaur +nmurray +gkaur +tvasquez + + +flindqvist diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-05.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..336932a10993c158e8814ee8acd0f39dba095d19 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-05.txt @@ -0,0 +1,10 @@ +jsmith +rrossi + + +uvogt +sstevens +sstevens +gkaur +cnakamura +wxu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-06.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-06.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae5d09cf9ace86bbcdb8513fc4022f2fa92d047 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-06.txt @@ -0,0 +1,8 @@ + +xlee + +pklein +nmurray +lgonzalez +jsmith +pklein diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-07.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-07.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c4ec0c16a615db27b5bfbbb7b2d99354304527 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/schedules/shifts/night-07.txt @@ -0,0 +1,9 @@ +rrossi +mtanaka + +brivera +cnakamura +cnakamura +sstevens + +wxu diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_be6ade1d2a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..988d884fe42392cf9dc76eaf9b7ef4736ea65a59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-01.csv @@ -0,0 +1,9 @@ +donor,charity,amount +lgonzalez,doctors-without-borders,714 +vwang,redcross,609 +ibarbosa,doctors-without-borders,640 +xlee,unicef,604 +sstevens,redcross,71 +tvasquez,habitat-for-humanity,10 +jsmith,unicef,887 +flindqvist,world-food-program,384 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..e31876825514b29beba4505079a4a1b7f6943648 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-02.csv @@ -0,0 +1,11 @@ +donor,charity,amount +rrossi,doctors-without-borders,425 +epatel,redcross,717 +kkuznetsov,save-the-children,53 +doneill,redcross,511 +azhang,save-the-children,884 +vwang,redcross,805 +epatel,save-the-children,945 +wxu,doctors-without-borders,684 +doneill,world-food-program,476 +opopov,world-food-program,542 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..808aa10f8c80fd2f40ebe3c1fd03cd9374594403 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-03.csv @@ -0,0 +1,13 @@ +donor,charity,amount +qyu,unicef,493 +kkuznetsov,doctors-without-borders,691 +xlee,unicef,511 +wxu,doctors-without-borders,355 +mtanaka,unicef,455 +ibarbosa,wwf,651 +mtanaka,unicef,354 +kkuznetsov,doctors-without-borders,669 +pklein,habitat-for-humanity,346 +flindqvist,redcross,827 +gkaur,save-the-children,73 +hchen,save-the-children,435 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..3334e6c3c5969b6cc91ad5f901c425b8a66ba697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-04.csv @@ -0,0 +1,12 @@ +donor,charity,amount +mtanaka,wwf,719 +wxu,world-food-program,487 +lgonzalez,redcross,604 +vwang,world-food-program,510 +cnakamura,world-food-program,430 +kkuznetsov,wwf,752 +kkuznetsov,world-food-program,523 +wxu,redcross,790 +nmurray,unicef,534 +xlee,habitat-for-humanity,761 +sstevens,habitat-for-humanity,996 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..63b272006058887cb29ddd5f7c8441a993bdf6fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-05.csv @@ -0,0 +1,12 @@ +donor,charity,amount +nmurray,doctors-without-borders,239 +uvogt,save-the-children,212 +epatel,redcross,32 +opopov,unicef,516 +flindqvist,habitat-for-humanity,973 +ibarbosa,redcross,64 +gkaur,habitat-for-humanity,621 +uvogt,unicef,375 +mtanaka,unicef,95 +xlee,wwf,607 +tvasquez,doctors-without-borders,11 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..7e6fa98f643d54606a3b06203e3f1b61b6a9ea95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-06.csv @@ -0,0 +1,10 @@ +donor,charity,amount +mtanaka,habitat-for-humanity,467 +sstevens,habitat-for-humanity,591 +flindqvist,save-the-children,367 +mtanaka,unicef,508 +jsmith,habitat-for-humanity,257 +pklein,save-the-children,189 +vwang,unicef,659 +nmurray,save-the-children,338 +flindqvist,world-food-program,983 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..c1b13e7e022b9b95e6dcaa75295c45b63de9eb99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-central-1/2024-04-07.csv @@ -0,0 +1,15 @@ +donor,charity,amount +lgonzalez,habitat-for-humanity,118 +rrossi,habitat-for-humanity,774 +flindqvist,redcross,748 +brivera,redcross,532 +pklein,save-the-children,950 +lgonzalez,wwf,814 +azhang,save-the-children,831 +mtanaka,habitat-for-humanity,779 +uvogt,save-the-children,690 +opopov,habitat-for-humanity,70 +hchen,save-the-children,336 +uvogt,unicef,137 +nmurray,world-food-program,181 +xlee,unicef,988 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f33393119f426ab8dc1bda249b6baea134c25a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-01.csv @@ -0,0 +1,14 @@ +donor,charity,amount +mtanaka,save-the-children,329 +lgonzalez,redcross,279 +doneill,habitat-for-humanity,466 +ibarbosa,unicef,242 +hchen,world-food-program,688 +hchen,habitat-for-humanity,761 +cnakamura,unicef,418 +cnakamura,world-food-program,313 +wxu,wwf,529 +wxu,redcross,651 +cnakamura,unicef,93 +sstevens,world-food-program,414 +cnakamura,save-the-children,377 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..73452d279cba6226f57401c115488db50afbb951 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-02.csv @@ -0,0 +1,14 @@ +donor,charity,amount +azhang,save-the-children,451 +flindqvist,save-the-children,339 +brivera,habitat-for-humanity,129 +rrossi,habitat-for-humanity,18 +azhang,habitat-for-humanity,124 +opopov,save-the-children,289 +uvogt,save-the-children,197 +xlee,unicef,948 +lgonzalez,save-the-children,151 +sstevens,doctors-without-borders,878 +brivera,doctors-without-borders,747 +cnakamura,habitat-for-humanity,400 +kkuznetsov,world-food-program,787 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..6889cf85744a140712f54ceb18b1bff2b971ff0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-03.csv @@ -0,0 +1,9 @@ +donor,charity,amount +uvogt,doctors-without-borders,906 +gkaur,wwf,532 +kkuznetsov,habitat-for-humanity,420 +nmurray,world-food-program,268 +vwang,redcross,642 +gkaur,redcross,421 +cnakamura,doctors-without-borders,683 +tvasquez,unicef,454 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..079e2fdf32e554f4a04be78d40ef3d068f16a607 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-04.csv @@ -0,0 +1,15 @@ +donor,charity,amount +hchen,redcross,545 +hchen,world-food-program,759 +pklein,world-food-program,623 +pklein,habitat-for-humanity,691 +flindqvist,unicef,242 +pklein,save-the-children,156 +wxu,habitat-for-humanity,348 +doneill,save-the-children,737 +doneill,world-food-program,133 +wxu,wwf,496 +wxu,unicef,586 +wxu,save-the-children,503 +mtanaka,unicef,588 +opopov,wwf,972 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..77ce3278b10e9b29f6ce729f951b73c9ad8a510c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-05.csv @@ -0,0 +1,14 @@ +donor,charity,amount +rrossi,doctors-without-borders,794 +rrossi,unicef,964 +lgonzalez,unicef,230 +vwang,habitat-for-humanity,917 +azhang,world-food-program,723 +tvasquez,save-the-children,253 +qyu,wwf,953 +kkuznetsov,world-food-program,646 +doneill,save-the-children,147 +vwang,doctors-without-borders,437 +vwang,world-food-program,216 +wxu,save-the-children,161 +hchen,save-the-children,540 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..52f86c73b0df93a46c70b010b9fc15c6252de853 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-06.csv @@ -0,0 +1,14 @@ +donor,charity,amount +epatel,unicef,259 +kkuznetsov,save-the-children,562 +opopov,world-food-program,543 +tvasquez,world-food-program,455 +doneill,world-food-program,976 +sstevens,save-the-children,167 +xlee,world-food-program,643 +qyu,unicef,169 +flindqvist,wwf,694 +gkaur,world-food-program,105 +opopov,doctors-without-borders,642 +lgonzalez,habitat-for-humanity,374 +wxu,world-food-program,604 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..c25d119255d2c04a784522a98ebff411e689bb71 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/eu-west-1/2024-04-07.csv @@ -0,0 +1,9 @@ +donor,charity,amount +mtanaka,doctors-without-borders,197 +rrossi,save-the-children,399 +xlee,save-the-children,237 +sstevens,save-the-children,145 +wxu,wwf,203 +epatel,redcross,304 +flindqvist,save-the-children,522 +cnakamura,doctors-without-borders,641 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e700d90178a518a92784d51c3dd35a192502d5e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-01.csv @@ -0,0 +1,11 @@ +donor,charity,amount +jsmith,redcross,326 +pklein,wwf,892 +jsmith,save-the-children,536 +uvogt,doctors-without-borders,568 +jsmith,doctors-without-borders,86 +nmurray,habitat-for-humanity,233 +tvasquez,doctors-without-borders,980 +wxu,save-the-children,900 +azhang,redcross,39 +doneill,save-the-children,763 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe1f632e75d1f20323c703b871675d87e14b07ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-02.csv @@ -0,0 +1,10 @@ +donor,charity,amount +wxu,doctors-without-borders,234 +vwang,world-food-program,728 +kkuznetsov,unicef,403 +nmurray,world-food-program,402 +hchen,unicef,668 +hchen,wwf,677 +opopov,wwf,218 +sstevens,habitat-for-humanity,805 +uvogt,save-the-children,711 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..83af652ae8ba74a74718274abae3c18fd80af485 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-03.csv @@ -0,0 +1,11 @@ +donor,charity,amount +vwang,habitat-for-humanity,793 +nmurray,wwf,769 +gkaur,save-the-children,230 +kkuznetsov,world-food-program,239 +mtanaka,unicef,574 +sstevens,unicef,382 +azhang,unicef,712 +vwang,save-the-children,422 +kkuznetsov,unicef,547 +cnakamura,habitat-for-humanity,662 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..794bf555a8c28eff13a5f06020e8ffc616d97736 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-04.csv @@ -0,0 +1,13 @@ +donor,charity,amount +epatel,wwf,610 +cnakamura,doctors-without-borders,842 +pklein,save-the-children,432 +tvasquez,wwf,204 +epatel,world-food-program,928 +tvasquez,world-food-program,935 +brivera,habitat-for-humanity,499 +cnakamura,redcross,297 +cnakamura,habitat-for-humanity,838 +hchen,redcross,724 +hchen,world-food-program,677 +pklein,save-the-children,935 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..0fe64853050f6885a7f0953e331b7b2c56d40d46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-05.csv @@ -0,0 +1,14 @@ +donor,charity,amount +qyu,unicef,698 +jsmith,unicef,257 +rrossi,wwf,590 +xlee,wwf,128 +brivera,wwf,59 +gkaur,save-the-children,754 +wxu,unicef,529 +ibarbosa,wwf,472 +rrossi,save-the-children,609 +mtanaka,habitat-for-humanity,19 +ibarbosa,unicef,183 +opopov,wwf,188 +brivera,doctors-without-borders,54 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c25c9dabf11910ebd9b25661f3f95ad3c0389b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-06.csv @@ -0,0 +1,9 @@ +donor,charity,amount +nmurray,world-food-program,370 +mtanaka,habitat-for-humanity,44 +rrossi,world-food-program,60 +cnakamura,unicef,153 +cnakamura,redcross,927 +sstevens,habitat-for-humanity,75 +tvasquez,unicef,506 +gkaur,wwf,364 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5ed7506b790862e4bbe4acce35d4217b6f06fd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-east-1/2024-04-07.csv @@ -0,0 +1,14 @@ +donor,charity,amount +kkuznetsov,wwf,850 +flindqvist,habitat-for-humanity,877 +flindqvist,doctors-without-borders,926 +epatel,doctors-without-borders,558 +doneill,doctors-without-borders,750 +rrossi,redcross,423 +tvasquez,world-food-program,778 +mtanaka,world-food-program,394 +azhang,save-the-children,950 +flindqvist,doctors-without-borders,982 +gkaur,doctors-without-borders,440 +kkuznetsov,save-the-children,270 +gkaur,wwf,759 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..6b6fca264cca978b8c8cf85f33e96a96894cb866 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-01.csv @@ -0,0 +1,13 @@ +donor,charity,amount +azhang,wwf,832 +xlee,save-the-children,333 +qyu,unicef,366 +kkuznetsov,save-the-children,68 +gkaur,world-food-program,91 +lgonzalez,doctors-without-borders,654 +kkuznetsov,doctors-without-borders,928 +jsmith,save-the-children,563 +vwang,save-the-children,472 +nmurray,save-the-children,573 +gkaur,doctors-without-borders,640 +hchen,save-the-children,179 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..d2a00b6911e82529df7a18b775170ae061f76ca3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-02.csv @@ -0,0 +1,13 @@ +donor,charity,amount +mtanaka,habitat-for-humanity,313 +kkuznetsov,world-food-program,160 +ibarbosa,unicef,25 +lgonzalez,redcross,619 +brivera,world-food-program,926 +rrossi,unicef,116 +cnakamura,redcross,865 +azhang,wwf,50 +lgonzalez,save-the-children,24 +lgonzalez,wwf,28 +lgonzalez,world-food-program,400 +flindqvist,unicef,610 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..4b5ebf59f5f4a5db5805bd943da6ce4d0a2d7cee --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-03.csv @@ -0,0 +1,14 @@ +donor,charity,amount +nmurray,redcross,419 +nmurray,habitat-for-humanity,846 +pklein,habitat-for-humanity,924 +lgonzalez,world-food-program,361 +kkuznetsov,save-the-children,722 +uvogt,save-the-children,776 +jsmith,redcross,69 +qyu,doctors-without-borders,225 +sstevens,unicef,670 +ibarbosa,wwf,278 +brivera,redcross,184 +ibarbosa,world-food-program,387 +doneill,unicef,944 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..81495648e10ef27e2d83428b1f11fbd3f7cc6ef5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-04.csv @@ -0,0 +1,14 @@ +donor,charity,amount +doneill,redcross,881 +jsmith,unicef,95 +vwang,unicef,829 +doneill,unicef,489 +gkaur,habitat-for-humanity,118 +opopov,save-the-children,327 +vwang,wwf,807 +qyu,wwf,553 +mtanaka,unicef,861 +azhang,world-food-program,582 +nmurray,habitat-for-humanity,436 +azhang,habitat-for-humanity,861 +rrossi,unicef,679 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..312172b95c4d1730a13e04a20a4a0cb41ee1c622 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-05.csv @@ -0,0 +1,14 @@ +donor,charity,amount +jsmith,wwf,456 +azhang,wwf,296 +xlee,save-the-children,18 +nmurray,redcross,509 +cnakamura,world-food-program,951 +gkaur,doctors-without-borders,295 +hchen,habitat-for-humanity,362 +rrossi,redcross,12 +ibarbosa,unicef,915 +brivera,redcross,437 +epatel,wwf,404 +xlee,world-food-program,808 +rrossi,world-food-program,516 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..3132c2fcd45d8f190bd62cfdd1f60ba4918cc1c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-06.csv @@ -0,0 +1,12 @@ +donor,charity,amount +brivera,doctors-without-borders,283 +mtanaka,world-food-program,288 +jsmith,redcross,254 +qyu,save-the-children,201 +azhang,redcross,425 +hchen,save-the-children,633 +pklein,doctors-without-borders,265 +uvogt,doctors-without-borders,139 +tvasquez,wwf,158 +uvogt,world-food-program,49 +tvasquez,unicef,132 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..286f9f3b0da6473d8d2148f736417956b2c21243 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/records/us-west-2/2024-04-07.csv @@ -0,0 +1,9 @@ +donor,charity,amount +tvasquez,habitat-for-humanity,153 +cnakamura,redcross,372 +azhang,save-the-children,328 +cnakamura,unicef,781 +opopov,world-food-program,957 +xlee,save-the-children,930 +wxu,wwf,95 +azhang,doctors-without-borders,268 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/reports/by_charity.tsv b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/reports/by_charity.tsv new file mode 100644 index 0000000000000000000000000000000000000000..b1ba494eb801e16f47415f37375d930753935e23 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/donations/reports/by_charity.tsv @@ -0,0 +1,7 @@ +doctors-without-borders 20470 +habitat-for-humanity 20269 +redcross 16934 +save-the-children 26624 +unicef 25433 +world-food-program 25399 +wwf 18659 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..988d884fe42392cf9dc76eaf9b7ef4736ea65a59 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-01.csv @@ -0,0 +1,9 @@ +donor,charity,amount +lgonzalez,doctors-without-borders,714 +vwang,redcross,609 +ibarbosa,doctors-without-borders,640 +xlee,unicef,604 +sstevens,redcross,71 +tvasquez,habitat-for-humanity,10 +jsmith,unicef,887 +flindqvist,world-food-program,384 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..e31876825514b29beba4505079a4a1b7f6943648 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-02.csv @@ -0,0 +1,11 @@ +donor,charity,amount +rrossi,doctors-without-borders,425 +epatel,redcross,717 +kkuznetsov,save-the-children,53 +doneill,redcross,511 +azhang,save-the-children,884 +vwang,redcross,805 +epatel,save-the-children,945 +wxu,doctors-without-borders,684 +doneill,world-food-program,476 +opopov,world-food-program,542 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..808aa10f8c80fd2f40ebe3c1fd03cd9374594403 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-03.csv @@ -0,0 +1,13 @@ +donor,charity,amount +qyu,unicef,493 +kkuznetsov,doctors-without-borders,691 +xlee,unicef,511 +wxu,doctors-without-borders,355 +mtanaka,unicef,455 +ibarbosa,wwf,651 +mtanaka,unicef,354 +kkuznetsov,doctors-without-borders,669 +pklein,habitat-for-humanity,346 +flindqvist,redcross,827 +gkaur,save-the-children,73 +hchen,save-the-children,435 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..3334e6c3c5969b6cc91ad5f901c425b8a66ba697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-04.csv @@ -0,0 +1,12 @@ +donor,charity,amount +mtanaka,wwf,719 +wxu,world-food-program,487 +lgonzalez,redcross,604 +vwang,world-food-program,510 +cnakamura,world-food-program,430 +kkuznetsov,wwf,752 +kkuznetsov,world-food-program,523 +wxu,redcross,790 +nmurray,unicef,534 +xlee,habitat-for-humanity,761 +sstevens,habitat-for-humanity,996 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..63b272006058887cb29ddd5f7c8441a993bdf6fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-05.csv @@ -0,0 +1,12 @@ +donor,charity,amount +nmurray,doctors-without-borders,239 +uvogt,save-the-children,212 +epatel,redcross,32 +opopov,unicef,516 +flindqvist,habitat-for-humanity,973 +ibarbosa,redcross,64 +gkaur,habitat-for-humanity,621 +uvogt,unicef,375 +mtanaka,unicef,95 +xlee,wwf,607 +tvasquez,doctors-without-borders,11 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..7e6fa98f643d54606a3b06203e3f1b61b6a9ea95 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-06.csv @@ -0,0 +1,10 @@ +donor,charity,amount +mtanaka,habitat-for-humanity,467 +sstevens,habitat-for-humanity,591 +flindqvist,save-the-children,367 +mtanaka,unicef,508 +jsmith,habitat-for-humanity,257 +pklein,save-the-children,189 +vwang,unicef,659 +nmurray,save-the-children,338 +flindqvist,world-food-program,983 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..c1b13e7e022b9b95e6dcaa75295c45b63de9eb99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-central-1/2024-04-07.csv @@ -0,0 +1,15 @@ +donor,charity,amount +lgonzalez,habitat-for-humanity,118 +rrossi,habitat-for-humanity,774 +flindqvist,redcross,748 +brivera,redcross,532 +pklein,save-the-children,950 +lgonzalez,wwf,814 +azhang,save-the-children,831 +mtanaka,habitat-for-humanity,779 +uvogt,save-the-children,690 +opopov,habitat-for-humanity,70 +hchen,save-the-children,336 +uvogt,unicef,137 +nmurray,world-food-program,181 +xlee,unicef,988 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f33393119f426ab8dc1bda249b6baea134c25a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-01.csv @@ -0,0 +1,14 @@ +donor,charity,amount +mtanaka,save-the-children,329 +lgonzalez,redcross,279 +doneill,habitat-for-humanity,466 +ibarbosa,unicef,242 +hchen,world-food-program,688 +hchen,habitat-for-humanity,761 +cnakamura,unicef,418 +cnakamura,world-food-program,313 +wxu,wwf,529 +wxu,redcross,651 +cnakamura,unicef,93 +sstevens,world-food-program,414 +cnakamura,save-the-children,377 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..73452d279cba6226f57401c115488db50afbb951 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-02.csv @@ -0,0 +1,14 @@ +donor,charity,amount +azhang,save-the-children,451 +flindqvist,save-the-children,339 +brivera,habitat-for-humanity,129 +rrossi,habitat-for-humanity,18 +azhang,habitat-for-humanity,124 +opopov,save-the-children,289 +uvogt,save-the-children,197 +xlee,unicef,948 +lgonzalez,save-the-children,151 +sstevens,doctors-without-borders,878 +brivera,doctors-without-borders,747 +cnakamura,habitat-for-humanity,400 +kkuznetsov,world-food-program,787 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..6889cf85744a140712f54ceb18b1bff2b971ff0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-03.csv @@ -0,0 +1,9 @@ +donor,charity,amount +uvogt,doctors-without-borders,906 +gkaur,wwf,532 +kkuznetsov,habitat-for-humanity,420 +nmurray,world-food-program,268 +vwang,redcross,642 +gkaur,redcross,421 +cnakamura,doctors-without-borders,683 +tvasquez,unicef,454 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..079e2fdf32e554f4a04be78d40ef3d068f16a607 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-04.csv @@ -0,0 +1,15 @@ +donor,charity,amount +hchen,redcross,545 +hchen,world-food-program,759 +pklein,world-food-program,623 +pklein,habitat-for-humanity,691 +flindqvist,unicef,242 +pklein,save-the-children,156 +wxu,habitat-for-humanity,348 +doneill,save-the-children,737 +doneill,world-food-program,133 +wxu,wwf,496 +wxu,unicef,586 +wxu,save-the-children,503 +mtanaka,unicef,588 +opopov,wwf,972 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..77ce3278b10e9b29f6ce729f951b73c9ad8a510c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-05.csv @@ -0,0 +1,14 @@ +donor,charity,amount +rrossi,doctors-without-borders,794 +rrossi,unicef,964 +lgonzalez,unicef,230 +vwang,habitat-for-humanity,917 +azhang,world-food-program,723 +tvasquez,save-the-children,253 +qyu,wwf,953 +kkuznetsov,world-food-program,646 +doneill,save-the-children,147 +vwang,doctors-without-borders,437 +vwang,world-food-program,216 +wxu,save-the-children,161 +hchen,save-the-children,540 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..52f86c73b0df93a46c70b010b9fc15c6252de853 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-06.csv @@ -0,0 +1,14 @@ +donor,charity,amount +epatel,unicef,259 +kkuznetsov,save-the-children,562 +opopov,world-food-program,543 +tvasquez,world-food-program,455 +doneill,world-food-program,976 +sstevens,save-the-children,167 +xlee,world-food-program,643 +qyu,unicef,169 +flindqvist,wwf,694 +gkaur,world-food-program,105 +opopov,doctors-without-borders,642 +lgonzalez,habitat-for-humanity,374 +wxu,world-food-program,604 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..c25d119255d2c04a784522a98ebff411e689bb71 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/eu-west-1/2024-04-07.csv @@ -0,0 +1,9 @@ +donor,charity,amount +mtanaka,doctors-without-borders,197 +rrossi,save-the-children,399 +xlee,save-the-children,237 +sstevens,save-the-children,145 +wxu,wwf,203 +epatel,redcross,304 +flindqvist,save-the-children,522 +cnakamura,doctors-without-borders,641 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e700d90178a518a92784d51c3dd35a192502d5e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-01.csv @@ -0,0 +1,11 @@ +donor,charity,amount +jsmith,redcross,326 +pklein,wwf,892 +jsmith,save-the-children,536 +uvogt,doctors-without-borders,568 +jsmith,doctors-without-borders,86 +nmurray,habitat-for-humanity,233 +tvasquez,doctors-without-borders,980 +wxu,save-the-children,900 +azhang,redcross,39 +doneill,save-the-children,763 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..fe1f632e75d1f20323c703b871675d87e14b07ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-02.csv @@ -0,0 +1,10 @@ +donor,charity,amount +wxu,doctors-without-borders,234 +vwang,world-food-program,728 +kkuznetsov,unicef,403 +nmurray,world-food-program,402 +hchen,unicef,668 +hchen,wwf,677 +opopov,wwf,218 +sstevens,habitat-for-humanity,805 +uvogt,save-the-children,711 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..83af652ae8ba74a74718274abae3c18fd80af485 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-03.csv @@ -0,0 +1,11 @@ +donor,charity,amount +vwang,habitat-for-humanity,793 +nmurray,wwf,769 +gkaur,save-the-children,230 +kkuznetsov,world-food-program,239 +mtanaka,unicef,574 +sstevens,unicef,382 +azhang,unicef,712 +vwang,save-the-children,422 +kkuznetsov,unicef,547 +cnakamura,habitat-for-humanity,662 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..794bf555a8c28eff13a5f06020e8ffc616d97736 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-04.csv @@ -0,0 +1,13 @@ +donor,charity,amount +epatel,wwf,610 +cnakamura,doctors-without-borders,842 +pklein,save-the-children,432 +tvasquez,wwf,204 +epatel,world-food-program,928 +tvasquez,world-food-program,935 +brivera,habitat-for-humanity,499 +cnakamura,redcross,297 +cnakamura,habitat-for-humanity,838 +hchen,redcross,724 +hchen,world-food-program,677 +pklein,save-the-children,935 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..0fe64853050f6885a7f0953e331b7b2c56d40d46 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-05.csv @@ -0,0 +1,14 @@ +donor,charity,amount +qyu,unicef,698 +jsmith,unicef,257 +rrossi,wwf,590 +xlee,wwf,128 +brivera,wwf,59 +gkaur,save-the-children,754 +wxu,unicef,529 +ibarbosa,wwf,472 +rrossi,save-the-children,609 +mtanaka,habitat-for-humanity,19 +ibarbosa,unicef,183 +opopov,wwf,188 +brivera,doctors-without-borders,54 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c25c9dabf11910ebd9b25661f3f95ad3c0389b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-06.csv @@ -0,0 +1,9 @@ +donor,charity,amount +nmurray,world-food-program,370 +mtanaka,habitat-for-humanity,44 +rrossi,world-food-program,60 +cnakamura,unicef,153 +cnakamura,redcross,927 +sstevens,habitat-for-humanity,75 +tvasquez,unicef,506 +gkaur,wwf,364 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5ed7506b790862e4bbe4acce35d4217b6f06fd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-east-1/2024-04-07.csv @@ -0,0 +1,14 @@ +donor,charity,amount +kkuznetsov,wwf,850 +flindqvist,habitat-for-humanity,877 +flindqvist,doctors-without-borders,926 +epatel,doctors-without-borders,558 +doneill,doctors-without-borders,750 +rrossi,redcross,423 +tvasquez,world-food-program,778 +mtanaka,world-food-program,394 +azhang,save-the-children,950 +flindqvist,doctors-without-borders,982 +gkaur,doctors-without-borders,440 +kkuznetsov,save-the-children,270 +gkaur,wwf,759 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-01.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..6b6fca264cca978b8c8cf85f33e96a96894cb866 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-01.csv @@ -0,0 +1,13 @@ +donor,charity,amount +azhang,wwf,832 +xlee,save-the-children,333 +qyu,unicef,366 +kkuznetsov,save-the-children,68 +gkaur,world-food-program,91 +lgonzalez,doctors-without-borders,654 +kkuznetsov,doctors-without-borders,928 +jsmith,save-the-children,563 +vwang,save-the-children,472 +nmurray,save-the-children,573 +gkaur,doctors-without-borders,640 +hchen,save-the-children,179 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-02.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..d2a00b6911e82529df7a18b775170ae061f76ca3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-02.csv @@ -0,0 +1,13 @@ +donor,charity,amount +mtanaka,habitat-for-humanity,313 +kkuznetsov,world-food-program,160 +ibarbosa,unicef,25 +lgonzalez,redcross,619 +brivera,world-food-program,926 +rrossi,unicef,116 +cnakamura,redcross,865 +azhang,wwf,50 +lgonzalez,save-the-children,24 +lgonzalez,wwf,28 +lgonzalez,world-food-program,400 +flindqvist,unicef,610 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-03.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..4b5ebf59f5f4a5db5805bd943da6ce4d0a2d7cee --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-03.csv @@ -0,0 +1,14 @@ +donor,charity,amount +nmurray,redcross,419 +nmurray,habitat-for-humanity,846 +pklein,habitat-for-humanity,924 +lgonzalez,world-food-program,361 +kkuznetsov,save-the-children,722 +uvogt,save-the-children,776 +jsmith,redcross,69 +qyu,doctors-without-borders,225 +sstevens,unicef,670 +ibarbosa,wwf,278 +brivera,redcross,184 +ibarbosa,world-food-program,387 +doneill,unicef,944 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-04.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..81495648e10ef27e2d83428b1f11fbd3f7cc6ef5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-04.csv @@ -0,0 +1,14 @@ +donor,charity,amount +doneill,redcross,881 +jsmith,unicef,95 +vwang,unicef,829 +doneill,unicef,489 +gkaur,habitat-for-humanity,118 +opopov,save-the-children,327 +vwang,wwf,807 +qyu,wwf,553 +mtanaka,unicef,861 +azhang,world-food-program,582 +nmurray,habitat-for-humanity,436 +azhang,habitat-for-humanity,861 +rrossi,unicef,679 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-05.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..312172b95c4d1730a13e04a20a4a0cb41ee1c622 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-05.csv @@ -0,0 +1,14 @@ +donor,charity,amount +jsmith,wwf,456 +azhang,wwf,296 +xlee,save-the-children,18 +nmurray,redcross,509 +cnakamura,world-food-program,951 +gkaur,doctors-without-borders,295 +hchen,habitat-for-humanity,362 +rrossi,redcross,12 +ibarbosa,unicef,915 +brivera,redcross,437 +epatel,wwf,404 +xlee,world-food-program,808 +rrossi,world-food-program,516 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-06.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..3132c2fcd45d8f190bd62cfdd1f60ba4918cc1c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-06.csv @@ -0,0 +1,12 @@ +donor,charity,amount +brivera,doctors-without-borders,283 +mtanaka,world-food-program,288 +jsmith,redcross,254 +qyu,save-the-children,201 +azhang,redcross,425 +hchen,save-the-children,633 +pklein,doctors-without-borders,265 +uvogt,doctors-without-borders,139 +tvasquez,wwf,158 +uvogt,world-food-program,49 +tvasquez,unicef,132 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-07.csv b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..286f9f3b0da6473d8d2148f736417956b2c21243 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/donations/records/us-west-2/2024-04-07.csv @@ -0,0 +1,9 @@ +donor,charity,amount +tvasquez,habitat-for-humanity,153 +cnakamura,redcross,372 +azhang,save-the-children,328 +cnakamura,unicef,781 +opopov,world-food-program,957 +xlee,save-the-children,930 +wxu,wwf,95 +azhang,doctors-without-borders,268 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c48c2304e8/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/edge-01.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/edge-01.log new file mode 100644 index 0000000000000000000000000000000000000000..39fd423410d88e544b66a1e3d7d4eb6177535eab --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/edge-01.log @@ -0,0 +1,36 @@ +10.0.0.2 334 +192.168.1.11 212 +10.0.0.5 450 +192.168.1.17 426 +10.0.0.11 278 +192.168.1.11 207 +192.168.1.11 486 +192.168.1.10 393 +192.168.1.13 395 +10.0.0.5 324 +10.0.0.10 382 +10.0.0.8 273 +192.168.1.18 248 +192.168.1.14 420 +10.0.0.9 324 +10.0.0.2 320 +10.0.0.10 233 +10.0.0.11 280 +10.0.0.8 426 +10.0.0.10 231 +192.168.1.18 417 +192.168.1.18 342 +10.0.0.10 330 +192.168.1.17 330 +10.0.0.2 479 +10.0.0.11 309 +192.168.1.19 493 +10.0.0.10 203 +10.0.0.4 351 +10.0.0.2 291 +192.168.1.16 369 +192.168.1.15 328 +192.168.1.14 372 +10.0.0.11 203 +10.0.0.12 315 +192.168.1.16 296 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/web-03.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/web-03.log new file mode 100644 index 0000000000000000000000000000000000000000..54cd9cf1dd11856a6c7bfbf642a0c528b6809e44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/web-03.log @@ -0,0 +1,31 @@ +10.0.0.2 419 +192.168.1.17 280 +10.0.0.8 471 +10.0.0.8 418 +192.168.1.14 327 +10.0.0.13 246 +10.0.0.11 402 +10.0.0.4 239 +192.168.1.17 276 +10.0.0.14 233 +10.0.0.7 462 +192.168.1.17 289 +192.168.1.11 377 +10.0.0.7 481 +192.168.1.16 239 +10.0.0.6 330 +192.168.1.13 462 +10.0.0.13 387 +10.0.0.11 221 +192.168.1.10 297 +192.168.1.13 245 +192.168.1.13 441 +192.168.1.15 279 +192.168.1.17 222 +192.168.1.13 450 +192.168.1.17 346 +192.168.1.12 406 +192.168.1.10 260 +192.168.1.15 200 +192.168.1.15 228 +10.0.0.8 480 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-02.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..2126916eced253efae3a67d6ad5cd62712c86144 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-02.log @@ -0,0 +1,48 @@ +10.0.0.13 465 +192.168.1.19 498 +192.168.1.11 340 +192.168.1.19 224 +10.0.0.8 328 +192.168.1.12 307 +10.0.0.5 268 +10.0.0.10 387 +10.0.0.5 357 +10.0.0.3 435 +192.168.1.12 300 +10.0.0.2 203 +10.0.0.2 380 +10.0.0.6 275 +10.0.0.9 224 +192.168.1.17 276 +10.0.0.11 439 +192.168.1.14 322 +10.0.0.10 268 +192.168.1.10 277 +192.168.1.18 201 +10.0.0.5 205 +10.0.0.3 254 +192.168.1.13 404 +10.0.0.6 483 +10.0.0.8 247 +192.168.1.11 308 +10.0.0.11 496 +10.0.0.9 408 +10.0.0.10 289 +10.0.0.14 223 +192.168.1.13 433 +10.0.0.5 289 +192.168.1.14 384 +192.168.1.10 461 +192.168.1.11 253 +192.168.1.13 316 +10.0.0.3 363 +10.0.0.3 463 +192.168.1.11 352 +192.168.1.14 385 +10.0.0.9 464 +192.168.1.15 253 +10.0.0.3 438 +192.168.1.14 350 +10.0.0.5 264 +192.168.1.11 436 +10.0.0.14 299 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-04.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3c752a1b345ab3cf984cd106f1c00e5bdee1f2f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-04.log @@ -0,0 +1,39 @@ +10.0.0.4 331 +10.0.0.7 400 +192.168.1.12 316 +10.0.0.4 333 +192.168.1.16 480 +10.0.0.9 214 +10.0.0.5 401 +192.168.1.13 328 +192.168.1.19 306 +10.0.0.6 391 +192.168.1.11 239 +192.168.1.11 354 +10.0.0.12 285 +192.168.1.10 207 +10.0.0.9 500 +192.168.1.15 251 +10.0.0.11 454 +192.168.1.18 440 +10.0.0.11 441 +10.0.0.12 220 +192.168.1.18 350 +10.0.0.7 303 +192.168.1.12 490 +10.0.0.4 485 +10.0.0.13 459 +192.168.1.13 233 +10.0.0.3 436 +10.0.0.9 471 +192.168.1.13 236 +10.0.0.2 356 +10.0.0.9 431 +10.0.0.14 317 +192.168.1.16 464 +192.168.1.11 250 +10.0.0.2 266 +10.0.0.13 227 +192.168.1.11 425 +10.0.0.3 260 +10.0.0.7 461 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-05.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-05.log new file mode 100644 index 0000000000000000000000000000000000000000..d208753335a5769a5307ddb99ff589f2c008973d --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-01/worker-05.log @@ -0,0 +1,39 @@ +10.0.0.6 459 +192.168.1.18 338 +10.0.0.7 202 +192.168.1.17 344 +10.0.0.11 292 +10.0.0.7 483 +10.0.0.13 349 +10.0.0.4 255 +10.0.0.5 239 +192.168.1.13 394 +10.0.0.7 407 +192.168.1.15 380 +192.168.1.14 226 +10.0.0.6 375 +192.168.1.10 451 +192.168.1.10 223 +192.168.1.12 432 +192.168.1.13 392 +192.168.1.15 286 +192.168.1.11 365 +10.0.0.3 416 +10.0.0.2 236 +192.168.1.11 265 +192.168.1.10 235 +192.168.1.10 289 +192.168.1.11 390 +10.0.0.3 500 +10.0.0.6 391 +192.168.1.19 303 +192.168.1.18 398 +10.0.0.13 398 +10.0.0.8 295 +192.168.1.17 213 +192.168.1.11 391 +192.168.1.16 409 +192.168.1.16 358 +10.0.0.3 398 +10.0.0.5 427 +10.0.0.9 297 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/api-03.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/api-03.log new file mode 100644 index 0000000000000000000000000000000000000000..db60c0a04f4caf5a728fbe70a6c27c03773d1f12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/api-03.log @@ -0,0 +1,36 @@ +192.168.1.19 342 +192.168.1.18 471 +10.0.0.13 484 +192.168.1.17 319 +192.168.1.17 216 +10.0.0.4 221 +192.168.1.18 467 +192.168.1.13 333 +10.0.0.3 310 +192.168.1.11 236 +10.0.0.4 239 +10.0.0.11 233 +192.168.1.17 337 +10.0.0.10 326 +10.0.0.11 387 +192.168.1.13 343 +10.0.0.6 220 +192.168.1.10 340 +10.0.0.8 416 +10.0.0.9 371 +192.168.1.17 304 +10.0.0.13 226 +10.0.0.7 490 +10.0.0.9 344 +10.0.0.14 409 +10.0.0.13 289 +10.0.0.3 259 +10.0.0.10 253 +192.168.1.17 430 +192.168.1.18 279 +10.0.0.5 438 +192.168.1.13 203 +192.168.1.16 342 +10.0.0.6 243 +10.0.0.13 379 +192.168.1.19 362 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/api-07.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/api-07.log new file mode 100644 index 0000000000000000000000000000000000000000..528ceeaf8b96767c08d72b2aee39aee2963273f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/api-07.log @@ -0,0 +1,45 @@ +10.0.0.13 496 +10.0.0.2 415 +10.0.0.10 227 +192.168.1.15 474 +192.168.1.13 284 +10.0.0.10 258 +192.168.1.16 211 +192.168.1.19 236 +10.0.0.4 441 +10.0.0.9 484 +10.0.0.10 481 +10.0.0.2 414 +10.0.0.4 346 +192.168.1.11 472 +10.0.0.9 287 +192.168.1.16 478 +10.0.0.13 349 +10.0.0.2 347 +10.0.0.4 325 +192.168.1.15 277 +192.168.1.13 381 +10.0.0.9 445 +10.0.0.6 446 +10.0.0.8 351 +10.0.0.7 354 +192.168.1.18 256 +192.168.1.13 467 +192.168.1.15 420 +10.0.0.7 397 +10.0.0.12 217 +10.0.0.10 455 +192.168.1.10 320 +10.0.0.9 422 +10.0.0.8 319 +192.168.1.19 488 +192.168.1.14 398 +10.0.0.6 333 +192.168.1.14 450 +192.168.1.12 325 +10.0.0.8 234 +192.168.1.18 232 +192.168.1.17 203 +10.0.0.13 303 +10.0.0.9 221 +10.0.0.5 472 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/edge-02.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/edge-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b05a2164fb08052147db11b5a2fa93aaea87c5eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/edge-02.log @@ -0,0 +1,39 @@ +10.0.0.11 315 +10.0.0.4 365 +192.168.1.12 456 +10.0.0.11 346 +192.168.1.15 324 +192.168.1.14 294 +192.168.1.16 470 +10.0.0.7 220 +10.0.0.3 371 +10.0.0.12 382 +10.0.0.10 394 +192.168.1.13 326 +10.0.0.14 218 +192.168.1.10 456 +10.0.0.9 231 +192.168.1.14 293 +192.168.1.19 332 +192.168.1.12 447 +10.0.0.5 214 +192.168.1.16 273 +192.168.1.12 208 +10.0.0.6 375 +10.0.0.4 252 +192.168.1.12 262 +10.0.0.10 306 +192.168.1.17 461 +10.0.0.4 432 +10.0.0.10 287 +10.0.0.8 302 +192.168.1.10 495 +192.168.1.13 493 +10.0.0.5 262 +10.0.0.12 293 +10.0.0.4 480 +192.168.1.19 297 +10.0.0.6 217 +10.0.0.8 211 +10.0.0.3 264 +10.0.0.14 217 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/web-04.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/web-04.log new file mode 100644 index 0000000000000000000000000000000000000000..61f20507f01b060d12f2c09ad743687b6fb8842c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/web-04.log @@ -0,0 +1,50 @@ +10.0.0.13 311 +192.168.1.15 289 +10.0.0.5 349 +10.0.0.6 234 +192.168.1.19 230 +192.168.1.11 292 +10.0.0.8 446 +10.0.0.7 457 +192.168.1.12 242 +192.168.1.11 371 +192.168.1.12 373 +10.0.0.6 461 +10.0.0.7 317 +192.168.1.12 333 +192.168.1.19 467 +192.168.1.18 319 +10.0.0.7 318 +192.168.1.11 335 +10.0.0.14 217 +192.168.1.10 221 +192.168.1.15 270 +192.168.1.14 315 +10.0.0.12 323 +192.168.1.15 239 +192.168.1.18 226 +192.168.1.15 299 +10.0.0.5 491 +10.0.0.3 228 +10.0.0.2 325 +192.168.1.10 480 +192.168.1.10 423 +192.168.1.15 275 +10.0.0.11 434 +192.168.1.16 382 +10.0.0.10 495 +10.0.0.2 399 +192.168.1.17 280 +10.0.0.5 318 +192.168.1.17 206 +192.168.1.13 423 +10.0.0.11 254 +10.0.0.2 407 +192.168.1.15 393 +10.0.0.4 241 +192.168.1.17 272 +10.0.0.13 302 +10.0.0.4 209 +10.0.0.8 253 +192.168.1.13 424 +192.168.1.11 296 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/web-06.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/web-06.log new file mode 100644 index 0000000000000000000000000000000000000000..e9d8d332d0ac911088c2e58cd07f56bb154f344b --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-02/web-06.log @@ -0,0 +1,30 @@ +192.168.1.11 279 +10.0.0.6 415 +192.168.1.19 336 +10.0.0.9 488 +10.0.0.5 243 +10.0.0.6 208 +10.0.0.8 441 +10.0.0.5 358 +10.0.0.13 495 +10.0.0.9 448 +10.0.0.12 470 +192.168.1.11 490 +192.168.1.18 492 +192.168.1.17 311 +192.168.1.14 214 +10.0.0.8 257 +192.168.1.15 334 +10.0.0.4 450 +10.0.0.4 301 +192.168.1.16 418 +10.0.0.8 324 +10.0.0.10 304 +192.168.1.16 484 +10.0.0.6 340 +192.168.1.10 465 +10.0.0.8 405 +10.0.0.9 412 +192.168.1.15 204 +192.168.1.19 222 +10.0.0.14 454 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/api-07.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/api-07.log new file mode 100644 index 0000000000000000000000000000000000000000..8a259a07ffafa15bcf92179026b6217611485f83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/api-07.log @@ -0,0 +1,32 @@ +192.168.1.15 219 +192.168.1.10 214 +10.0.0.13 347 +192.168.1.11 311 +10.0.0.4 292 +192.168.1.14 261 +192.168.1.17 284 +192.168.1.18 321 +10.0.0.9 206 +192.168.1.18 385 +192.168.1.12 451 +192.168.1.17 397 +10.0.0.2 404 +192.168.1.11 229 +10.0.0.3 392 +192.168.1.13 289 +192.168.1.18 427 +192.168.1.17 281 +10.0.0.11 309 +10.0.0.6 450 +10.0.0.10 271 +192.168.1.17 321 +10.0.0.7 353 +192.168.1.12 375 +10.0.0.9 358 +10.0.0.7 260 +192.168.1.12 323 +192.168.1.11 445 +192.168.1.13 473 +10.0.0.4 449 +192.168.1.15 372 +10.0.0.9 245 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/edge-01.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/edge-01.log new file mode 100644 index 0000000000000000000000000000000000000000..dbbe92ba11f68bba1d0257180b6fb6b0f4bec7d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/edge-01.log @@ -0,0 +1,35 @@ +10.0.0.7 398 +10.0.0.13 262 +192.168.1.12 445 +10.0.0.9 465 +10.0.0.6 471 +192.168.1.19 323 +10.0.0.13 498 +10.0.0.3 487 +192.168.1.11 391 +192.168.1.16 306 +10.0.0.5 452 +192.168.1.14 333 +10.0.0.4 264 +192.168.1.10 244 +10.0.0.8 207 +10.0.0.3 304 +10.0.0.4 209 +10.0.0.8 495 +10.0.0.12 438 +10.0.0.7 235 +192.168.1.10 481 +10.0.0.9 369 +192.168.1.13 476 +10.0.0.14 389 +10.0.0.4 389 +192.168.1.10 240 +10.0.0.2 394 +10.0.0.6 224 +10.0.0.11 335 +10.0.0.14 270 +10.0.0.3 394 +192.168.1.11 381 +10.0.0.10 499 +10.0.0.6 432 +10.0.0.8 237 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/edge-02.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/edge-02.log new file mode 100644 index 0000000000000000000000000000000000000000..776d9ef27a361e147ce8ab36cf56e5e81d0f092f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/edge-02.log @@ -0,0 +1,48 @@ +10.0.0.11 323 +10.0.0.8 331 +192.168.1.18 228 +10.0.0.4 364 +192.168.1.15 357 +192.168.1.15 200 +192.168.1.17 494 +192.168.1.15 242 +10.0.0.12 374 +10.0.0.2 230 +192.168.1.17 356 +192.168.1.14 295 +192.168.1.11 399 +192.168.1.19 323 +10.0.0.9 210 +10.0.0.8 250 +10.0.0.14 423 +10.0.0.11 234 +192.168.1.11 246 +192.168.1.10 437 +192.168.1.16 472 +10.0.0.12 336 +10.0.0.9 352 +192.168.1.12 314 +192.168.1.19 449 +10.0.0.13 428 +192.168.1.16 237 +10.0.0.7 375 +10.0.0.13 209 +10.0.0.7 445 +192.168.1.12 390 +192.168.1.10 285 +192.168.1.19 307 +192.168.1.14 381 +10.0.0.8 483 +192.168.1.11 308 +192.168.1.11 349 +10.0.0.10 345 +10.0.0.13 426 +10.0.0.6 260 +192.168.1.19 411 +10.0.0.9 247 +192.168.1.16 465 +10.0.0.8 284 +10.0.0.10 327 +10.0.0.2 301 +10.0.0.9 309 +192.168.1.15 374 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/web-03.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/web-03.log new file mode 100644 index 0000000000000000000000000000000000000000..9c8d10b6a769d1d683c411aa847b8343b315765a --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/web-03.log @@ -0,0 +1,46 @@ +192.168.1.17 416 +10.0.0.11 429 +10.0.0.3 335 +192.168.1.11 425 +10.0.0.2 492 +10.0.0.7 426 +10.0.0.7 391 +10.0.0.6 384 +10.0.0.13 345 +10.0.0.4 398 +10.0.0.11 338 +10.0.0.10 458 +192.168.1.11 240 +10.0.0.14 482 +192.168.1.16 482 +192.168.1.17 411 +192.168.1.17 444 +10.0.0.2 302 +192.168.1.14 416 +192.168.1.11 485 +192.168.1.19 449 +192.168.1.14 450 +10.0.0.10 216 +10.0.0.8 367 +10.0.0.5 405 +192.168.1.19 444 +10.0.0.7 289 +10.0.0.5 358 +10.0.0.11 265 +192.168.1.13 426 +10.0.0.14 239 +192.168.1.18 351 +10.0.0.3 315 +10.0.0.4 436 +192.168.1.17 275 +10.0.0.9 300 +10.0.0.14 273 +192.168.1.14 209 +192.168.1.10 297 +10.0.0.2 213 +192.168.1.13 276 +10.0.0.8 241 +192.168.1.16 334 +192.168.1.10 444 +10.0.0.2 342 +10.0.0.11 496 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/worker-06.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..3896e9f493d6fa902ec070e91f8c15c400a60e41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-03/worker-06.log @@ -0,0 +1,38 @@ +192.168.1.15 314 +10.0.0.12 499 +192.168.1.13 351 +10.0.0.9 244 +10.0.0.2 246 +10.0.0.7 264 +10.0.0.7 373 +10.0.0.4 216 +10.0.0.10 462 +10.0.0.4 438 +192.168.1.11 458 +192.168.1.12 275 +10.0.0.13 211 +192.168.1.15 291 +192.168.1.18 234 +10.0.0.9 418 +192.168.1.18 382 +10.0.0.7 234 +192.168.1.13 331 +10.0.0.5 362 +192.168.1.15 455 +192.168.1.12 352 +192.168.1.15 488 +10.0.0.3 378 +192.168.1.12 256 +192.168.1.14 231 +192.168.1.12 390 +192.168.1.17 487 +10.0.0.10 207 +10.0.0.11 437 +10.0.0.14 467 +10.0.0.8 292 +192.168.1.12 446 +192.168.1.16 246 +10.0.0.9 445 +10.0.0.13 340 +192.168.1.13 344 +192.168.1.15 323 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/api-06.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..c02e01b8da1994405799d01a05868b673ebb84a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/api-06.log @@ -0,0 +1,35 @@ +192.168.1.12 268 +10.0.0.14 326 +10.0.0.7 365 +10.0.0.12 223 +10.0.0.6 217 +10.0.0.12 393 +10.0.0.4 302 +192.168.1.13 444 +10.0.0.11 445 +10.0.0.2 352 +10.0.0.7 498 +10.0.0.14 434 +10.0.0.9 242 +192.168.1.17 398 +10.0.0.2 300 +192.168.1.16 316 +10.0.0.7 444 +10.0.0.5 373 +10.0.0.13 360 +192.168.1.16 408 +192.168.1.19 478 +10.0.0.8 415 +192.168.1.13 454 +10.0.0.5 342 +10.0.0.12 381 +10.0.0.11 365 +10.0.0.7 210 +192.168.1.10 353 +192.168.1.17 237 +10.0.0.10 219 +10.0.0.9 448 +10.0.0.7 240 +192.168.1.13 472 +10.0.0.3 402 +192.168.1.17 416 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/web-01.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/web-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d370d7327a7aa7780108ea05f404d42d7bc07c90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/web-01.log @@ -0,0 +1,40 @@ +192.168.1.19 308 +192.168.1.18 349 +192.168.1.14 385 +10.0.0.11 493 +10.0.0.12 482 +10.0.0.4 484 +10.0.0.4 423 +192.168.1.11 453 +10.0.0.10 379 +192.168.1.15 420 +10.0.0.2 281 +192.168.1.10 370 +192.168.1.12 301 +192.168.1.15 333 +10.0.0.4 466 +10.0.0.13 291 +10.0.0.14 452 +10.0.0.8 388 +192.168.1.17 401 +10.0.0.11 352 +192.168.1.18 385 +10.0.0.2 255 +192.168.1.14 426 +192.168.1.16 315 +192.168.1.12 402 +192.168.1.18 347 +10.0.0.5 229 +192.168.1.10 271 +10.0.0.8 418 +10.0.0.10 253 +10.0.0.8 201 +192.168.1.19 239 +192.168.1.11 201 +192.168.1.14 201 +10.0.0.10 387 +192.168.1.15 432 +10.0.0.9 491 +10.0.0.3 370 +192.168.1.19 416 +10.0.0.12 469 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/web-07.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/web-07.log new file mode 100644 index 0000000000000000000000000000000000000000..539519fae0d67bdf05040737bd0dfe80e84dcbdd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/web-07.log @@ -0,0 +1,45 @@ +192.168.1.13 451 +10.0.0.13 308 +10.0.0.8 457 +192.168.1.11 407 +192.168.1.18 340 +192.168.1.16 245 +10.0.0.11 290 +10.0.0.2 429 +192.168.1.12 366 +192.168.1.18 289 +10.0.0.3 337 +192.168.1.14 495 +10.0.0.11 437 +192.168.1.15 366 +10.0.0.3 470 +192.168.1.16 271 +10.0.0.3 376 +10.0.0.3 468 +10.0.0.14 348 +192.168.1.10 480 +10.0.0.7 429 +10.0.0.14 479 +10.0.0.6 308 +10.0.0.2 251 +192.168.1.19 233 +192.168.1.19 251 +10.0.0.12 250 +192.168.1.16 247 +10.0.0.8 289 +10.0.0.2 308 +192.168.1.15 466 +10.0.0.14 217 +10.0.0.8 468 +10.0.0.14 228 +192.168.1.16 351 +192.168.1.16 414 +192.168.1.12 333 +10.0.0.6 498 +192.168.1.11 210 +10.0.0.6 359 +10.0.0.10 217 +10.0.0.3 364 +192.168.1.10 449 +10.0.0.6 224 +10.0.0.8 357 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/worker-02.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b47071077a8ea82d834b94c5f5817764bb9c1a34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/worker-02.log @@ -0,0 +1,36 @@ +192.168.1.14 300 +192.168.1.17 317 +10.0.0.5 456 +10.0.0.12 481 +10.0.0.4 290 +10.0.0.6 270 +192.168.1.14 245 +10.0.0.2 296 +192.168.1.14 239 +10.0.0.13 277 +10.0.0.6 224 +192.168.1.17 261 +10.0.0.11 203 +192.168.1.19 389 +192.168.1.16 485 +192.168.1.11 321 +10.0.0.11 230 +192.168.1.12 345 +192.168.1.12 448 +10.0.0.2 292 +10.0.0.11 325 +10.0.0.12 473 +192.168.1.10 378 +10.0.0.10 408 +10.0.0.14 429 +192.168.1.16 481 +192.168.1.19 325 +10.0.0.13 372 +192.168.1.15 334 +192.168.1.10 314 +192.168.1.11 335 +10.0.0.7 412 +192.168.1.17 287 +10.0.0.8 489 +10.0.0.10 470 +192.168.1.13 202 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/worker-06.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..7e66e3668691c9e46c5e8e611fb26eb191c99256 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-04/worker-06.log @@ -0,0 +1,41 @@ +10.0.0.9 291 +192.168.1.13 419 +10.0.0.8 253 +192.168.1.11 439 +192.168.1.11 328 +10.0.0.3 278 +192.168.1.15 499 +10.0.0.8 499 +10.0.0.9 220 +192.168.1.10 220 +10.0.0.11 430 +10.0.0.9 440 +192.168.1.10 327 +192.168.1.13 246 +10.0.0.13 256 +10.0.0.5 351 +10.0.0.9 424 +10.0.0.14 343 +10.0.0.14 403 +192.168.1.10 411 +10.0.0.13 290 +10.0.0.11 482 +10.0.0.4 204 +192.168.1.12 446 +10.0.0.12 300 +10.0.0.8 439 +192.168.1.14 425 +10.0.0.9 283 +10.0.0.7 242 +192.168.1.15 393 +192.168.1.14 496 +192.168.1.11 234 +10.0.0.10 408 +10.0.0.4 240 +10.0.0.2 490 +10.0.0.3 473 +192.168.1.16 268 +10.0.0.4 237 +10.0.0.5 243 +192.168.1.16 457 +192.168.1.11 240 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/api-06.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..3db771be50008b68d4b3dfdbe75aa721c3590539 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/api-06.log @@ -0,0 +1,48 @@ +192.168.1.15 421 +192.168.1.13 316 +10.0.0.3 473 +192.168.1.16 455 +10.0.0.13 372 +192.168.1.11 453 +192.168.1.15 464 +10.0.0.4 467 +10.0.0.9 270 +10.0.0.9 399 +10.0.0.9 466 +10.0.0.3 227 +10.0.0.6 384 +192.168.1.17 283 +10.0.0.7 232 +10.0.0.14 419 +192.168.1.13 333 +10.0.0.8 481 +10.0.0.5 433 +10.0.0.10 343 +10.0.0.5 224 +10.0.0.12 203 +192.168.1.16 313 +192.168.1.12 432 +10.0.0.5 332 +10.0.0.5 337 +10.0.0.13 463 +192.168.1.15 279 +10.0.0.2 293 +10.0.0.6 338 +10.0.0.9 374 +192.168.1.12 335 +10.0.0.9 200 +192.168.1.14 288 +10.0.0.13 443 +192.168.1.14 365 +10.0.0.12 303 +10.0.0.8 318 +192.168.1.12 420 +10.0.0.9 382 +10.0.0.5 368 +10.0.0.8 394 +192.168.1.10 210 +10.0.0.4 477 +10.0.0.13 336 +192.168.1.14 385 +192.168.1.14 399 +192.168.1.18 357 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/edge-03.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/edge-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b0468c511466af2b0265e52eadf5d615b999215a --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/edge-03.log @@ -0,0 +1,40 @@ +192.168.1.15 226 +10.0.0.13 280 +10.0.0.8 289 +192.168.1.11 357 +10.0.0.3 349 +10.0.0.2 323 +10.0.0.11 271 +10.0.0.5 256 +10.0.0.7 404 +10.0.0.10 489 +192.168.1.10 273 +192.168.1.16 298 +10.0.0.8 296 +192.168.1.15 302 +10.0.0.8 406 +10.0.0.3 452 +10.0.0.2 428 +192.168.1.10 432 +10.0.0.6 371 +10.0.0.11 309 +192.168.1.16 231 +10.0.0.8 359 +10.0.0.12 248 +10.0.0.12 489 +10.0.0.3 399 +10.0.0.7 321 +192.168.1.14 343 +192.168.1.11 203 +192.168.1.12 320 +192.168.1.16 359 +192.168.1.16 434 +192.168.1.16 265 +10.0.0.12 423 +192.168.1.13 265 +10.0.0.4 387 +10.0.0.13 487 +192.168.1.15 477 +10.0.0.11 491 +192.168.1.10 337 +10.0.0.11 249 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/web-01.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/web-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7b0281a4e508348e191839474f42331e7b02a145 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/web-01.log @@ -0,0 +1,44 @@ +10.0.0.12 336 +10.0.0.8 245 +192.168.1.12 415 +192.168.1.19 246 +10.0.0.13 345 +10.0.0.11 316 +192.168.1.16 231 +192.168.1.15 428 +192.168.1.16 374 +192.168.1.12 469 +192.168.1.13 226 +192.168.1.12 480 +192.168.1.10 201 +192.168.1.18 298 +10.0.0.4 357 +10.0.0.3 492 +10.0.0.3 442 +10.0.0.9 263 +192.168.1.10 436 +10.0.0.14 320 +10.0.0.6 491 +192.168.1.15 212 +10.0.0.2 410 +10.0.0.8 486 +192.168.1.15 474 +192.168.1.15 317 +10.0.0.12 322 +10.0.0.14 291 +10.0.0.5 365 +10.0.0.7 270 +10.0.0.6 231 +192.168.1.15 417 +10.0.0.13 477 +192.168.1.15 335 +192.168.1.13 294 +192.168.1.16 314 +192.168.1.17 391 +10.0.0.3 490 +10.0.0.6 428 +192.168.1.10 308 +192.168.1.15 286 +192.168.1.19 222 +10.0.0.11 341 +10.0.0.10 356 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/web-02.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/web-02.log new file mode 100644 index 0000000000000000000000000000000000000000..725350d40493448065c0220ce02a85013c8e99bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/web-02.log @@ -0,0 +1,47 @@ +10.0.0.8 445 +10.0.0.2 391 +10.0.0.13 276 +10.0.0.12 267 +192.168.1.16 325 +10.0.0.13 227 +10.0.0.2 468 +192.168.1.13 301 +10.0.0.8 298 +192.168.1.19 442 +192.168.1.15 492 +192.168.1.11 232 +10.0.0.12 486 +192.168.1.13 455 +192.168.1.15 204 +192.168.1.11 325 +10.0.0.3 382 +192.168.1.15 352 +192.168.1.12 295 +10.0.0.3 305 +10.0.0.10 494 +192.168.1.18 342 +192.168.1.18 237 +192.168.1.17 394 +10.0.0.4 499 +192.168.1.16 433 +10.0.0.10 221 +192.168.1.16 377 +10.0.0.6 478 +192.168.1.11 414 +192.168.1.11 213 +10.0.0.9 492 +10.0.0.9 327 +10.0.0.13 215 +192.168.1.11 212 +192.168.1.18 416 +192.168.1.19 216 +10.0.0.3 276 +10.0.0.10 429 +10.0.0.5 208 +192.168.1.17 306 +10.0.0.12 491 +10.0.0.2 325 +192.168.1.15 358 +192.168.1.17 207 +192.168.1.18 449 +192.168.1.16 496 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/worker-02.log b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..3f5bbc3add6bafac8a3eadf987a92fc2cf060b92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/access/2024-04-05/worker-02.log @@ -0,0 +1,33 @@ +192.168.1.16 407 +10.0.0.6 236 +10.0.0.6 374 +10.0.0.5 275 +192.168.1.16 342 +10.0.0.6 379 +192.168.1.17 425 +10.0.0.8 384 +10.0.0.5 222 +10.0.0.13 485 +10.0.0.12 413 +10.0.0.14 397 +10.0.0.10 476 +10.0.0.3 313 +192.168.1.15 453 +10.0.0.10 467 +192.168.1.13 471 +10.0.0.14 245 +192.168.1.16 428 +10.0.0.11 361 +10.0.0.4 375 +10.0.0.3 268 +10.0.0.12 211 +192.168.1.14 349 +192.168.1.12 219 +10.0.0.8 262 +10.0.0.3 217 +10.0.0.6 361 +192.168.1.11 231 +192.168.1.12 306 +10.0.0.8 295 +10.0.0.12 339 +10.0.0.11 303 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/reports/top_ip.txt b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/reports/top_ip.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7d7d9d3e73c2c45e7794db0e1663da9e0925775 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/edge/reports/top_ip.txt @@ -0,0 +1 @@ +192.168.1.11 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/edge-01.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/edge-01.log new file mode 100644 index 0000000000000000000000000000000000000000..39fd423410d88e544b66a1e3d7d4eb6177535eab --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/edge-01.log @@ -0,0 +1,36 @@ +10.0.0.2 334 +192.168.1.11 212 +10.0.0.5 450 +192.168.1.17 426 +10.0.0.11 278 +192.168.1.11 207 +192.168.1.11 486 +192.168.1.10 393 +192.168.1.13 395 +10.0.0.5 324 +10.0.0.10 382 +10.0.0.8 273 +192.168.1.18 248 +192.168.1.14 420 +10.0.0.9 324 +10.0.0.2 320 +10.0.0.10 233 +10.0.0.11 280 +10.0.0.8 426 +10.0.0.10 231 +192.168.1.18 417 +192.168.1.18 342 +10.0.0.10 330 +192.168.1.17 330 +10.0.0.2 479 +10.0.0.11 309 +192.168.1.19 493 +10.0.0.10 203 +10.0.0.4 351 +10.0.0.2 291 +192.168.1.16 369 +192.168.1.15 328 +192.168.1.14 372 +10.0.0.11 203 +10.0.0.12 315 +192.168.1.16 296 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/web-03.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/web-03.log new file mode 100644 index 0000000000000000000000000000000000000000..54cd9cf1dd11856a6c7bfbf642a0c528b6809e44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/web-03.log @@ -0,0 +1,31 @@ +10.0.0.2 419 +192.168.1.17 280 +10.0.0.8 471 +10.0.0.8 418 +192.168.1.14 327 +10.0.0.13 246 +10.0.0.11 402 +10.0.0.4 239 +192.168.1.17 276 +10.0.0.14 233 +10.0.0.7 462 +192.168.1.17 289 +192.168.1.11 377 +10.0.0.7 481 +192.168.1.16 239 +10.0.0.6 330 +192.168.1.13 462 +10.0.0.13 387 +10.0.0.11 221 +192.168.1.10 297 +192.168.1.13 245 +192.168.1.13 441 +192.168.1.15 279 +192.168.1.17 222 +192.168.1.13 450 +192.168.1.17 346 +192.168.1.12 406 +192.168.1.10 260 +192.168.1.15 200 +192.168.1.15 228 +10.0.0.8 480 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-02.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..2126916eced253efae3a67d6ad5cd62712c86144 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-02.log @@ -0,0 +1,48 @@ +10.0.0.13 465 +192.168.1.19 498 +192.168.1.11 340 +192.168.1.19 224 +10.0.0.8 328 +192.168.1.12 307 +10.0.0.5 268 +10.0.0.10 387 +10.0.0.5 357 +10.0.0.3 435 +192.168.1.12 300 +10.0.0.2 203 +10.0.0.2 380 +10.0.0.6 275 +10.0.0.9 224 +192.168.1.17 276 +10.0.0.11 439 +192.168.1.14 322 +10.0.0.10 268 +192.168.1.10 277 +192.168.1.18 201 +10.0.0.5 205 +10.0.0.3 254 +192.168.1.13 404 +10.0.0.6 483 +10.0.0.8 247 +192.168.1.11 308 +10.0.0.11 496 +10.0.0.9 408 +10.0.0.10 289 +10.0.0.14 223 +192.168.1.13 433 +10.0.0.5 289 +192.168.1.14 384 +192.168.1.10 461 +192.168.1.11 253 +192.168.1.13 316 +10.0.0.3 363 +10.0.0.3 463 +192.168.1.11 352 +192.168.1.14 385 +10.0.0.9 464 +192.168.1.15 253 +10.0.0.3 438 +192.168.1.14 350 +10.0.0.5 264 +192.168.1.11 436 +10.0.0.14 299 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-04.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-04.log new file mode 100644 index 0000000000000000000000000000000000000000..3c752a1b345ab3cf984cd106f1c00e5bdee1f2f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-04.log @@ -0,0 +1,39 @@ +10.0.0.4 331 +10.0.0.7 400 +192.168.1.12 316 +10.0.0.4 333 +192.168.1.16 480 +10.0.0.9 214 +10.0.0.5 401 +192.168.1.13 328 +192.168.1.19 306 +10.0.0.6 391 +192.168.1.11 239 +192.168.1.11 354 +10.0.0.12 285 +192.168.1.10 207 +10.0.0.9 500 +192.168.1.15 251 +10.0.0.11 454 +192.168.1.18 440 +10.0.0.11 441 +10.0.0.12 220 +192.168.1.18 350 +10.0.0.7 303 +192.168.1.12 490 +10.0.0.4 485 +10.0.0.13 459 +192.168.1.13 233 +10.0.0.3 436 +10.0.0.9 471 +192.168.1.13 236 +10.0.0.2 356 +10.0.0.9 431 +10.0.0.14 317 +192.168.1.16 464 +192.168.1.11 250 +10.0.0.2 266 +10.0.0.13 227 +192.168.1.11 425 +10.0.0.3 260 +10.0.0.7 461 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-05.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-05.log new file mode 100644 index 0000000000000000000000000000000000000000..d208753335a5769a5307ddb99ff589f2c008973d --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-01/worker-05.log @@ -0,0 +1,39 @@ +10.0.0.6 459 +192.168.1.18 338 +10.0.0.7 202 +192.168.1.17 344 +10.0.0.11 292 +10.0.0.7 483 +10.0.0.13 349 +10.0.0.4 255 +10.0.0.5 239 +192.168.1.13 394 +10.0.0.7 407 +192.168.1.15 380 +192.168.1.14 226 +10.0.0.6 375 +192.168.1.10 451 +192.168.1.10 223 +192.168.1.12 432 +192.168.1.13 392 +192.168.1.15 286 +192.168.1.11 365 +10.0.0.3 416 +10.0.0.2 236 +192.168.1.11 265 +192.168.1.10 235 +192.168.1.10 289 +192.168.1.11 390 +10.0.0.3 500 +10.0.0.6 391 +192.168.1.19 303 +192.168.1.18 398 +10.0.0.13 398 +10.0.0.8 295 +192.168.1.17 213 +192.168.1.11 391 +192.168.1.16 409 +192.168.1.16 358 +10.0.0.3 398 +10.0.0.5 427 +10.0.0.9 297 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/api-03.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/api-03.log new file mode 100644 index 0000000000000000000000000000000000000000..db60c0a04f4caf5a728fbe70a6c27c03773d1f12 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/api-03.log @@ -0,0 +1,36 @@ +192.168.1.19 342 +192.168.1.18 471 +10.0.0.13 484 +192.168.1.17 319 +192.168.1.17 216 +10.0.0.4 221 +192.168.1.18 467 +192.168.1.13 333 +10.0.0.3 310 +192.168.1.11 236 +10.0.0.4 239 +10.0.0.11 233 +192.168.1.17 337 +10.0.0.10 326 +10.0.0.11 387 +192.168.1.13 343 +10.0.0.6 220 +192.168.1.10 340 +10.0.0.8 416 +10.0.0.9 371 +192.168.1.17 304 +10.0.0.13 226 +10.0.0.7 490 +10.0.0.9 344 +10.0.0.14 409 +10.0.0.13 289 +10.0.0.3 259 +10.0.0.10 253 +192.168.1.17 430 +192.168.1.18 279 +10.0.0.5 438 +192.168.1.13 203 +192.168.1.16 342 +10.0.0.6 243 +10.0.0.13 379 +192.168.1.19 362 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/api-07.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/api-07.log new file mode 100644 index 0000000000000000000000000000000000000000..528ceeaf8b96767c08d72b2aee39aee2963273f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/api-07.log @@ -0,0 +1,45 @@ +10.0.0.13 496 +10.0.0.2 415 +10.0.0.10 227 +192.168.1.15 474 +192.168.1.13 284 +10.0.0.10 258 +192.168.1.16 211 +192.168.1.19 236 +10.0.0.4 441 +10.0.0.9 484 +10.0.0.10 481 +10.0.0.2 414 +10.0.0.4 346 +192.168.1.11 472 +10.0.0.9 287 +192.168.1.16 478 +10.0.0.13 349 +10.0.0.2 347 +10.0.0.4 325 +192.168.1.15 277 +192.168.1.13 381 +10.0.0.9 445 +10.0.0.6 446 +10.0.0.8 351 +10.0.0.7 354 +192.168.1.18 256 +192.168.1.13 467 +192.168.1.15 420 +10.0.0.7 397 +10.0.0.12 217 +10.0.0.10 455 +192.168.1.10 320 +10.0.0.9 422 +10.0.0.8 319 +192.168.1.19 488 +192.168.1.14 398 +10.0.0.6 333 +192.168.1.14 450 +192.168.1.12 325 +10.0.0.8 234 +192.168.1.18 232 +192.168.1.17 203 +10.0.0.13 303 +10.0.0.9 221 +10.0.0.5 472 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/edge-02.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/edge-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b05a2164fb08052147db11b5a2fa93aaea87c5eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/edge-02.log @@ -0,0 +1,39 @@ +10.0.0.11 315 +10.0.0.4 365 +192.168.1.12 456 +10.0.0.11 346 +192.168.1.15 324 +192.168.1.14 294 +192.168.1.16 470 +10.0.0.7 220 +10.0.0.3 371 +10.0.0.12 382 +10.0.0.10 394 +192.168.1.13 326 +10.0.0.14 218 +192.168.1.10 456 +10.0.0.9 231 +192.168.1.14 293 +192.168.1.19 332 +192.168.1.12 447 +10.0.0.5 214 +192.168.1.16 273 +192.168.1.12 208 +10.0.0.6 375 +10.0.0.4 252 +192.168.1.12 262 +10.0.0.10 306 +192.168.1.17 461 +10.0.0.4 432 +10.0.0.10 287 +10.0.0.8 302 +192.168.1.10 495 +192.168.1.13 493 +10.0.0.5 262 +10.0.0.12 293 +10.0.0.4 480 +192.168.1.19 297 +10.0.0.6 217 +10.0.0.8 211 +10.0.0.3 264 +10.0.0.14 217 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/web-04.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/web-04.log new file mode 100644 index 0000000000000000000000000000000000000000..61f20507f01b060d12f2c09ad743687b6fb8842c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/web-04.log @@ -0,0 +1,50 @@ +10.0.0.13 311 +192.168.1.15 289 +10.0.0.5 349 +10.0.0.6 234 +192.168.1.19 230 +192.168.1.11 292 +10.0.0.8 446 +10.0.0.7 457 +192.168.1.12 242 +192.168.1.11 371 +192.168.1.12 373 +10.0.0.6 461 +10.0.0.7 317 +192.168.1.12 333 +192.168.1.19 467 +192.168.1.18 319 +10.0.0.7 318 +192.168.1.11 335 +10.0.0.14 217 +192.168.1.10 221 +192.168.1.15 270 +192.168.1.14 315 +10.0.0.12 323 +192.168.1.15 239 +192.168.1.18 226 +192.168.1.15 299 +10.0.0.5 491 +10.0.0.3 228 +10.0.0.2 325 +192.168.1.10 480 +192.168.1.10 423 +192.168.1.15 275 +10.0.0.11 434 +192.168.1.16 382 +10.0.0.10 495 +10.0.0.2 399 +192.168.1.17 280 +10.0.0.5 318 +192.168.1.17 206 +192.168.1.13 423 +10.0.0.11 254 +10.0.0.2 407 +192.168.1.15 393 +10.0.0.4 241 +192.168.1.17 272 +10.0.0.13 302 +10.0.0.4 209 +10.0.0.8 253 +192.168.1.13 424 +192.168.1.11 296 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/web-06.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/web-06.log new file mode 100644 index 0000000000000000000000000000000000000000..e9d8d332d0ac911088c2e58cd07f56bb154f344b --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-02/web-06.log @@ -0,0 +1,30 @@ +192.168.1.11 279 +10.0.0.6 415 +192.168.1.19 336 +10.0.0.9 488 +10.0.0.5 243 +10.0.0.6 208 +10.0.0.8 441 +10.0.0.5 358 +10.0.0.13 495 +10.0.0.9 448 +10.0.0.12 470 +192.168.1.11 490 +192.168.1.18 492 +192.168.1.17 311 +192.168.1.14 214 +10.0.0.8 257 +192.168.1.15 334 +10.0.0.4 450 +10.0.0.4 301 +192.168.1.16 418 +10.0.0.8 324 +10.0.0.10 304 +192.168.1.16 484 +10.0.0.6 340 +192.168.1.10 465 +10.0.0.8 405 +10.0.0.9 412 +192.168.1.15 204 +192.168.1.19 222 +10.0.0.14 454 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/api-07.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/api-07.log new file mode 100644 index 0000000000000000000000000000000000000000..8a259a07ffafa15bcf92179026b6217611485f83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/api-07.log @@ -0,0 +1,32 @@ +192.168.1.15 219 +192.168.1.10 214 +10.0.0.13 347 +192.168.1.11 311 +10.0.0.4 292 +192.168.1.14 261 +192.168.1.17 284 +192.168.1.18 321 +10.0.0.9 206 +192.168.1.18 385 +192.168.1.12 451 +192.168.1.17 397 +10.0.0.2 404 +192.168.1.11 229 +10.0.0.3 392 +192.168.1.13 289 +192.168.1.18 427 +192.168.1.17 281 +10.0.0.11 309 +10.0.0.6 450 +10.0.0.10 271 +192.168.1.17 321 +10.0.0.7 353 +192.168.1.12 375 +10.0.0.9 358 +10.0.0.7 260 +192.168.1.12 323 +192.168.1.11 445 +192.168.1.13 473 +10.0.0.4 449 +192.168.1.15 372 +10.0.0.9 245 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/edge-01.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/edge-01.log new file mode 100644 index 0000000000000000000000000000000000000000..dbbe92ba11f68bba1d0257180b6fb6b0f4bec7d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/edge-01.log @@ -0,0 +1,35 @@ +10.0.0.7 398 +10.0.0.13 262 +192.168.1.12 445 +10.0.0.9 465 +10.0.0.6 471 +192.168.1.19 323 +10.0.0.13 498 +10.0.0.3 487 +192.168.1.11 391 +192.168.1.16 306 +10.0.0.5 452 +192.168.1.14 333 +10.0.0.4 264 +192.168.1.10 244 +10.0.0.8 207 +10.0.0.3 304 +10.0.0.4 209 +10.0.0.8 495 +10.0.0.12 438 +10.0.0.7 235 +192.168.1.10 481 +10.0.0.9 369 +192.168.1.13 476 +10.0.0.14 389 +10.0.0.4 389 +192.168.1.10 240 +10.0.0.2 394 +10.0.0.6 224 +10.0.0.11 335 +10.0.0.14 270 +10.0.0.3 394 +192.168.1.11 381 +10.0.0.10 499 +10.0.0.6 432 +10.0.0.8 237 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/edge-02.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/edge-02.log new file mode 100644 index 0000000000000000000000000000000000000000..776d9ef27a361e147ce8ab36cf56e5e81d0f092f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/edge-02.log @@ -0,0 +1,48 @@ +10.0.0.11 323 +10.0.0.8 331 +192.168.1.18 228 +10.0.0.4 364 +192.168.1.15 357 +192.168.1.15 200 +192.168.1.17 494 +192.168.1.15 242 +10.0.0.12 374 +10.0.0.2 230 +192.168.1.17 356 +192.168.1.14 295 +192.168.1.11 399 +192.168.1.19 323 +10.0.0.9 210 +10.0.0.8 250 +10.0.0.14 423 +10.0.0.11 234 +192.168.1.11 246 +192.168.1.10 437 +192.168.1.16 472 +10.0.0.12 336 +10.0.0.9 352 +192.168.1.12 314 +192.168.1.19 449 +10.0.0.13 428 +192.168.1.16 237 +10.0.0.7 375 +10.0.0.13 209 +10.0.0.7 445 +192.168.1.12 390 +192.168.1.10 285 +192.168.1.19 307 +192.168.1.14 381 +10.0.0.8 483 +192.168.1.11 308 +192.168.1.11 349 +10.0.0.10 345 +10.0.0.13 426 +10.0.0.6 260 +192.168.1.19 411 +10.0.0.9 247 +192.168.1.16 465 +10.0.0.8 284 +10.0.0.10 327 +10.0.0.2 301 +10.0.0.9 309 +192.168.1.15 374 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/web-03.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/web-03.log new file mode 100644 index 0000000000000000000000000000000000000000..9c8d10b6a769d1d683c411aa847b8343b315765a --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/web-03.log @@ -0,0 +1,46 @@ +192.168.1.17 416 +10.0.0.11 429 +10.0.0.3 335 +192.168.1.11 425 +10.0.0.2 492 +10.0.0.7 426 +10.0.0.7 391 +10.0.0.6 384 +10.0.0.13 345 +10.0.0.4 398 +10.0.0.11 338 +10.0.0.10 458 +192.168.1.11 240 +10.0.0.14 482 +192.168.1.16 482 +192.168.1.17 411 +192.168.1.17 444 +10.0.0.2 302 +192.168.1.14 416 +192.168.1.11 485 +192.168.1.19 449 +192.168.1.14 450 +10.0.0.10 216 +10.0.0.8 367 +10.0.0.5 405 +192.168.1.19 444 +10.0.0.7 289 +10.0.0.5 358 +10.0.0.11 265 +192.168.1.13 426 +10.0.0.14 239 +192.168.1.18 351 +10.0.0.3 315 +10.0.0.4 436 +192.168.1.17 275 +10.0.0.9 300 +10.0.0.14 273 +192.168.1.14 209 +192.168.1.10 297 +10.0.0.2 213 +192.168.1.13 276 +10.0.0.8 241 +192.168.1.16 334 +192.168.1.10 444 +10.0.0.2 342 +10.0.0.11 496 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/worker-06.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..3896e9f493d6fa902ec070e91f8c15c400a60e41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-03/worker-06.log @@ -0,0 +1,38 @@ +192.168.1.15 314 +10.0.0.12 499 +192.168.1.13 351 +10.0.0.9 244 +10.0.0.2 246 +10.0.0.7 264 +10.0.0.7 373 +10.0.0.4 216 +10.0.0.10 462 +10.0.0.4 438 +192.168.1.11 458 +192.168.1.12 275 +10.0.0.13 211 +192.168.1.15 291 +192.168.1.18 234 +10.0.0.9 418 +192.168.1.18 382 +10.0.0.7 234 +192.168.1.13 331 +10.0.0.5 362 +192.168.1.15 455 +192.168.1.12 352 +192.168.1.15 488 +10.0.0.3 378 +192.168.1.12 256 +192.168.1.14 231 +192.168.1.12 390 +192.168.1.17 487 +10.0.0.10 207 +10.0.0.11 437 +10.0.0.14 467 +10.0.0.8 292 +192.168.1.12 446 +192.168.1.16 246 +10.0.0.9 445 +10.0.0.13 340 +192.168.1.13 344 +192.168.1.15 323 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/api-06.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..c02e01b8da1994405799d01a05868b673ebb84a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/api-06.log @@ -0,0 +1,35 @@ +192.168.1.12 268 +10.0.0.14 326 +10.0.0.7 365 +10.0.0.12 223 +10.0.0.6 217 +10.0.0.12 393 +10.0.0.4 302 +192.168.1.13 444 +10.0.0.11 445 +10.0.0.2 352 +10.0.0.7 498 +10.0.0.14 434 +10.0.0.9 242 +192.168.1.17 398 +10.0.0.2 300 +192.168.1.16 316 +10.0.0.7 444 +10.0.0.5 373 +10.0.0.13 360 +192.168.1.16 408 +192.168.1.19 478 +10.0.0.8 415 +192.168.1.13 454 +10.0.0.5 342 +10.0.0.12 381 +10.0.0.11 365 +10.0.0.7 210 +192.168.1.10 353 +192.168.1.17 237 +10.0.0.10 219 +10.0.0.9 448 +10.0.0.7 240 +192.168.1.13 472 +10.0.0.3 402 +192.168.1.17 416 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/web-01.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/web-01.log new file mode 100644 index 0000000000000000000000000000000000000000..d370d7327a7aa7780108ea05f404d42d7bc07c90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/web-01.log @@ -0,0 +1,40 @@ +192.168.1.19 308 +192.168.1.18 349 +192.168.1.14 385 +10.0.0.11 493 +10.0.0.12 482 +10.0.0.4 484 +10.0.0.4 423 +192.168.1.11 453 +10.0.0.10 379 +192.168.1.15 420 +10.0.0.2 281 +192.168.1.10 370 +192.168.1.12 301 +192.168.1.15 333 +10.0.0.4 466 +10.0.0.13 291 +10.0.0.14 452 +10.0.0.8 388 +192.168.1.17 401 +10.0.0.11 352 +192.168.1.18 385 +10.0.0.2 255 +192.168.1.14 426 +192.168.1.16 315 +192.168.1.12 402 +192.168.1.18 347 +10.0.0.5 229 +192.168.1.10 271 +10.0.0.8 418 +10.0.0.10 253 +10.0.0.8 201 +192.168.1.19 239 +192.168.1.11 201 +192.168.1.14 201 +10.0.0.10 387 +192.168.1.15 432 +10.0.0.9 491 +10.0.0.3 370 +192.168.1.19 416 +10.0.0.12 469 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/web-07.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/web-07.log new file mode 100644 index 0000000000000000000000000000000000000000..539519fae0d67bdf05040737bd0dfe80e84dcbdd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/web-07.log @@ -0,0 +1,45 @@ +192.168.1.13 451 +10.0.0.13 308 +10.0.0.8 457 +192.168.1.11 407 +192.168.1.18 340 +192.168.1.16 245 +10.0.0.11 290 +10.0.0.2 429 +192.168.1.12 366 +192.168.1.18 289 +10.0.0.3 337 +192.168.1.14 495 +10.0.0.11 437 +192.168.1.15 366 +10.0.0.3 470 +192.168.1.16 271 +10.0.0.3 376 +10.0.0.3 468 +10.0.0.14 348 +192.168.1.10 480 +10.0.0.7 429 +10.0.0.14 479 +10.0.0.6 308 +10.0.0.2 251 +192.168.1.19 233 +192.168.1.19 251 +10.0.0.12 250 +192.168.1.16 247 +10.0.0.8 289 +10.0.0.2 308 +192.168.1.15 466 +10.0.0.14 217 +10.0.0.8 468 +10.0.0.14 228 +192.168.1.16 351 +192.168.1.16 414 +192.168.1.12 333 +10.0.0.6 498 +192.168.1.11 210 +10.0.0.6 359 +10.0.0.10 217 +10.0.0.3 364 +192.168.1.10 449 +10.0.0.6 224 +10.0.0.8 357 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/worker-02.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b47071077a8ea82d834b94c5f5817764bb9c1a34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/worker-02.log @@ -0,0 +1,36 @@ +192.168.1.14 300 +192.168.1.17 317 +10.0.0.5 456 +10.0.0.12 481 +10.0.0.4 290 +10.0.0.6 270 +192.168.1.14 245 +10.0.0.2 296 +192.168.1.14 239 +10.0.0.13 277 +10.0.0.6 224 +192.168.1.17 261 +10.0.0.11 203 +192.168.1.19 389 +192.168.1.16 485 +192.168.1.11 321 +10.0.0.11 230 +192.168.1.12 345 +192.168.1.12 448 +10.0.0.2 292 +10.0.0.11 325 +10.0.0.12 473 +192.168.1.10 378 +10.0.0.10 408 +10.0.0.14 429 +192.168.1.16 481 +192.168.1.19 325 +10.0.0.13 372 +192.168.1.15 334 +192.168.1.10 314 +192.168.1.11 335 +10.0.0.7 412 +192.168.1.17 287 +10.0.0.8 489 +10.0.0.10 470 +192.168.1.13 202 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/worker-06.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/worker-06.log new file mode 100644 index 0000000000000000000000000000000000000000..7e66e3668691c9e46c5e8e611fb26eb191c99256 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-04/worker-06.log @@ -0,0 +1,41 @@ +10.0.0.9 291 +192.168.1.13 419 +10.0.0.8 253 +192.168.1.11 439 +192.168.1.11 328 +10.0.0.3 278 +192.168.1.15 499 +10.0.0.8 499 +10.0.0.9 220 +192.168.1.10 220 +10.0.0.11 430 +10.0.0.9 440 +192.168.1.10 327 +192.168.1.13 246 +10.0.0.13 256 +10.0.0.5 351 +10.0.0.9 424 +10.0.0.14 343 +10.0.0.14 403 +192.168.1.10 411 +10.0.0.13 290 +10.0.0.11 482 +10.0.0.4 204 +192.168.1.12 446 +10.0.0.12 300 +10.0.0.8 439 +192.168.1.14 425 +10.0.0.9 283 +10.0.0.7 242 +192.168.1.15 393 +192.168.1.14 496 +192.168.1.11 234 +10.0.0.10 408 +10.0.0.4 240 +10.0.0.2 490 +10.0.0.3 473 +192.168.1.16 268 +10.0.0.4 237 +10.0.0.5 243 +192.168.1.16 457 +192.168.1.11 240 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/api-06.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/api-06.log new file mode 100644 index 0000000000000000000000000000000000000000..3db771be50008b68d4b3dfdbe75aa721c3590539 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/api-06.log @@ -0,0 +1,48 @@ +192.168.1.15 421 +192.168.1.13 316 +10.0.0.3 473 +192.168.1.16 455 +10.0.0.13 372 +192.168.1.11 453 +192.168.1.15 464 +10.0.0.4 467 +10.0.0.9 270 +10.0.0.9 399 +10.0.0.9 466 +10.0.0.3 227 +10.0.0.6 384 +192.168.1.17 283 +10.0.0.7 232 +10.0.0.14 419 +192.168.1.13 333 +10.0.0.8 481 +10.0.0.5 433 +10.0.0.10 343 +10.0.0.5 224 +10.0.0.12 203 +192.168.1.16 313 +192.168.1.12 432 +10.0.0.5 332 +10.0.0.5 337 +10.0.0.13 463 +192.168.1.15 279 +10.0.0.2 293 +10.0.0.6 338 +10.0.0.9 374 +192.168.1.12 335 +10.0.0.9 200 +192.168.1.14 288 +10.0.0.13 443 +192.168.1.14 365 +10.0.0.12 303 +10.0.0.8 318 +192.168.1.12 420 +10.0.0.9 382 +10.0.0.5 368 +10.0.0.8 394 +192.168.1.10 210 +10.0.0.4 477 +10.0.0.13 336 +192.168.1.14 385 +192.168.1.14 399 +192.168.1.18 357 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/edge-03.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/edge-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b0468c511466af2b0265e52eadf5d615b999215a --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/edge-03.log @@ -0,0 +1,40 @@ +192.168.1.15 226 +10.0.0.13 280 +10.0.0.8 289 +192.168.1.11 357 +10.0.0.3 349 +10.0.0.2 323 +10.0.0.11 271 +10.0.0.5 256 +10.0.0.7 404 +10.0.0.10 489 +192.168.1.10 273 +192.168.1.16 298 +10.0.0.8 296 +192.168.1.15 302 +10.0.0.8 406 +10.0.0.3 452 +10.0.0.2 428 +192.168.1.10 432 +10.0.0.6 371 +10.0.0.11 309 +192.168.1.16 231 +10.0.0.8 359 +10.0.0.12 248 +10.0.0.12 489 +10.0.0.3 399 +10.0.0.7 321 +192.168.1.14 343 +192.168.1.11 203 +192.168.1.12 320 +192.168.1.16 359 +192.168.1.16 434 +192.168.1.16 265 +10.0.0.12 423 +192.168.1.13 265 +10.0.0.4 387 +10.0.0.13 487 +192.168.1.15 477 +10.0.0.11 491 +192.168.1.10 337 +10.0.0.11 249 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/web-01.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/web-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7b0281a4e508348e191839474f42331e7b02a145 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/web-01.log @@ -0,0 +1,44 @@ +10.0.0.12 336 +10.0.0.8 245 +192.168.1.12 415 +192.168.1.19 246 +10.0.0.13 345 +10.0.0.11 316 +192.168.1.16 231 +192.168.1.15 428 +192.168.1.16 374 +192.168.1.12 469 +192.168.1.13 226 +192.168.1.12 480 +192.168.1.10 201 +192.168.1.18 298 +10.0.0.4 357 +10.0.0.3 492 +10.0.0.3 442 +10.0.0.9 263 +192.168.1.10 436 +10.0.0.14 320 +10.0.0.6 491 +192.168.1.15 212 +10.0.0.2 410 +10.0.0.8 486 +192.168.1.15 474 +192.168.1.15 317 +10.0.0.12 322 +10.0.0.14 291 +10.0.0.5 365 +10.0.0.7 270 +10.0.0.6 231 +192.168.1.15 417 +10.0.0.13 477 +192.168.1.15 335 +192.168.1.13 294 +192.168.1.16 314 +192.168.1.17 391 +10.0.0.3 490 +10.0.0.6 428 +192.168.1.10 308 +192.168.1.15 286 +192.168.1.19 222 +10.0.0.11 341 +10.0.0.10 356 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/web-02.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/web-02.log new file mode 100644 index 0000000000000000000000000000000000000000..725350d40493448065c0220ce02a85013c8e99bb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/web-02.log @@ -0,0 +1,47 @@ +10.0.0.8 445 +10.0.0.2 391 +10.0.0.13 276 +10.0.0.12 267 +192.168.1.16 325 +10.0.0.13 227 +10.0.0.2 468 +192.168.1.13 301 +10.0.0.8 298 +192.168.1.19 442 +192.168.1.15 492 +192.168.1.11 232 +10.0.0.12 486 +192.168.1.13 455 +192.168.1.15 204 +192.168.1.11 325 +10.0.0.3 382 +192.168.1.15 352 +192.168.1.12 295 +10.0.0.3 305 +10.0.0.10 494 +192.168.1.18 342 +192.168.1.18 237 +192.168.1.17 394 +10.0.0.4 499 +192.168.1.16 433 +10.0.0.10 221 +192.168.1.16 377 +10.0.0.6 478 +192.168.1.11 414 +192.168.1.11 213 +10.0.0.9 492 +10.0.0.9 327 +10.0.0.13 215 +192.168.1.11 212 +192.168.1.18 416 +192.168.1.19 216 +10.0.0.3 276 +10.0.0.10 429 +10.0.0.5 208 +192.168.1.17 306 +10.0.0.12 491 +10.0.0.2 325 +192.168.1.15 358 +192.168.1.17 207 +192.168.1.18 449 +192.168.1.16 496 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/worker-02.log b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/worker-02.log new file mode 100644 index 0000000000000000000000000000000000000000..3f5bbc3add6bafac8a3eadf987a92fc2cf060b92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/edge/access/2024-04-05/worker-02.log @@ -0,0 +1,33 @@ +192.168.1.16 407 +10.0.0.6 236 +10.0.0.6 374 +10.0.0.5 275 +192.168.1.16 342 +10.0.0.6 379 +192.168.1.17 425 +10.0.0.8 384 +10.0.0.5 222 +10.0.0.13 485 +10.0.0.12 413 +10.0.0.14 397 +10.0.0.10 476 +10.0.0.3 313 +192.168.1.15 453 +10.0.0.10 467 +192.168.1.13 471 +10.0.0.14 245 +192.168.1.16 428 +10.0.0.11 361 +10.0.0.4 375 +10.0.0.3 268 +10.0.0.12 211 +192.168.1.14 349 +192.168.1.12 219 +10.0.0.8 262 +10.0.0.3 217 +10.0.0.6 361 +192.168.1.11 231 +192.168.1.12 306 +10.0.0.8 295 +10.0.0.12 339 +10.0.0.11 303 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c5545e7836/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/cart-api.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/cart-api.env new file mode 100644 index 0000000000000000000000000000000000000000..e6cead7cb07c4e9986707c737aa972d61e19c935 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/cart-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=cart-api +PORT=9507 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/email-worker.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..395df32dc6bd77bb6931cd659c7a7f80c4fc0fae --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/email-worker.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=email-worker +PORT=8825 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/gateway-edge.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/gateway-edge.env new file mode 100644 index 0000000000000000000000000000000000000000..bef5a1c803de46a4ea049bfef861703f477e89e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/gateway-edge.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=gateway-edge +PORT=8025 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/notifier-bus.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..b8844eb7a0ddadc87dae478dd745cd3ccb22f7dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/notifier-bus.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=notifier-bus +PORT=8174 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/session-store.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/session-store.env new file mode 100644 index 0000000000000000000000000000000000000000..cfeeff2d31597cd592f55c4e13f0fb1424227c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/canary/session-store.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=session-store +PORT=8542 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/billing-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..c71c8280d199ba7ef04f45d3adf344f81fb9dac8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/billing-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=billing-svc +PORT=8493 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/catalog-api.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/catalog-api.env new file mode 100644 index 0000000000000000000000000000000000000000..1c3d7288a969ee8eb800c9adee6b3f30a7328028 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/catalog-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=catalog-api +PORT=9508 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/email-worker.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..bb0b984352edb67ef5a81c329eedceba3fd2444f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/email-worker.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=email-worker +PORT=9317 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/reporting-etl.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/reporting-etl.env new file mode 100644 index 0000000000000000000000000000000000000000..1fdaebe212932aa57fdcba84c87c5894f5260740 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/reporting-etl.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=reporting-etl +PORT=8330 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/users-api.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..691acf2ee15b75356ccf4b046543b64de30c9309 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/dev/users-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=users-api +PORT=9632 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/ledger-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..210baa4dd507a728dffa2bd07bcf8fbce4052062 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/ledger-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=ledger-svc +PORT=9215 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/notifier-bus.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..7974076f7a353d3d9144daa411eee32061796490 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/notifier-bus.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=notifier-bus +PORT=8707 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/payment-gateway.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/payment-gateway.env new file mode 100644 index 0000000000000000000000000000000000000000..aeebcba32c33467b93a0e6019bd8944ccebc166b --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/payment-gateway.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=payment-gateway +PORT=9681 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/recommender-rt.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/recommender-rt.env new file mode 100644 index 0000000000000000000000000000000000000000..dabb99d690fa0a3a3d8524d3bfbb9631ddde7ba1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/recommender-rt.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=recommender-rt +PORT=8926 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/users-api.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..025e6b8eb7253c262fc9d7b7bda34b28a2cac386 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/prod/users-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=users-api +PORT=9303 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/billing-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..ac5d7562ef44c2722f18772fa10307ade8e23ff0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/billing-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=billing-svc +PORT=8470 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/ledger-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..3dfbe08a0d014c86219b53c5c607baa9dde2a683 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/ledger-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=ledger-svc +PORT=8516 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/media-encoder.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/media-encoder.env new file mode 100644 index 0000000000000000000000000000000000000000..5daa2e1fe8e2a5c565a255b269f12fcd62c9764f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/media-encoder.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=media-encoder +PORT=9375 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/recommender-rt.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/recommender-rt.env new file mode 100644 index 0000000000000000000000000000000000000000..ce8106c9ecacfbd181dcbb8b121310ec211151b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/recommender-rt.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=recommender-rt +PORT=8394 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/session-store.env b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/session-store.env new file mode 100644 index 0000000000000000000000000000000000000000..6ebdf304ec157fb4f2bcab5624dc94a7fc31a8ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/envs/staging/session-store.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=session-store +PORT=8604 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/cart-api.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/cart-api.env new file mode 100644 index 0000000000000000000000000000000000000000..e6cead7cb07c4e9986707c737aa972d61e19c935 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/cart-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=cart-api +PORT=9507 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/email-worker.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..395df32dc6bd77bb6931cd659c7a7f80c4fc0fae --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/email-worker.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=email-worker +PORT=8825 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/gateway-edge.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/gateway-edge.env new file mode 100644 index 0000000000000000000000000000000000000000..bef5a1c803de46a4ea049bfef861703f477e89e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/gateway-edge.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=gateway-edge +PORT=8025 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/notifier-bus.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..b8844eb7a0ddadc87dae478dd745cd3ccb22f7dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/notifier-bus.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=notifier-bus +PORT=8174 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/session-store.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/session-store.env new file mode 100644 index 0000000000000000000000000000000000000000..cfeeff2d31597cd592f55c4e13f0fb1424227c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/canary/session-store.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=session-store +PORT=8542 +DB_HOST=db.canary.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/billing-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..c71c8280d199ba7ef04f45d3adf344f81fb9dac8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/billing-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=billing-svc +PORT=8493 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/catalog-api.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/catalog-api.env new file mode 100644 index 0000000000000000000000000000000000000000..1c3d7288a969ee8eb800c9adee6b3f30a7328028 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/catalog-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=catalog-api +PORT=9508 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/email-worker.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/email-worker.env new file mode 100644 index 0000000000000000000000000000000000000000..bb0b984352edb67ef5a81c329eedceba3fd2444f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/email-worker.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=email-worker +PORT=9317 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/reporting-etl.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/reporting-etl.env new file mode 100644 index 0000000000000000000000000000000000000000..1fdaebe212932aa57fdcba84c87c5894f5260740 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/reporting-etl.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=reporting-etl +PORT=8330 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/users-api.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..691acf2ee15b75356ccf4b046543b64de30c9309 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/dev/users-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=users-api +PORT=9632 +DB_HOST=db.dev.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/ledger-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..210baa4dd507a728dffa2bd07bcf8fbce4052062 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/ledger-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=ledger-svc +PORT=9215 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/notifier-bus.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/notifier-bus.env new file mode 100644 index 0000000000000000000000000000000000000000..7974076f7a353d3d9144daa411eee32061796490 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/notifier-bus.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=notifier-bus +PORT=8707 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/payment-gateway.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/payment-gateway.env new file mode 100644 index 0000000000000000000000000000000000000000..aeebcba32c33467b93a0e6019bd8944ccebc166b --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/payment-gateway.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=payment-gateway +PORT=9681 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/recommender-rt.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/recommender-rt.env new file mode 100644 index 0000000000000000000000000000000000000000..dabb99d690fa0a3a3d8524d3bfbb9631ddde7ba1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/recommender-rt.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=recommender-rt +PORT=8926 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/users-api.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..025e6b8eb7253c262fc9d7b7bda34b28a2cac386 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/prod/users-api.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=users-api +PORT=9303 +DB_HOST=db.prod.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/billing-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..ac5d7562ef44c2722f18772fa10307ade8e23ff0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/billing-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=billing-svc +PORT=8470 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=INFO +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/ledger-svc.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..3dfbe08a0d014c86219b53c5c607baa9dde2a683 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/ledger-svc.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=ledger-svc +PORT=8516 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=WARN +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/media-encoder.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/media-encoder.env new file mode 100644 index 0000000000000000000000000000000000000000..5daa2e1fe8e2a5c565a255b269f12fcd62c9764f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/media-encoder.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=media-encoder +PORT=9375 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/recommender-rt.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/recommender-rt.env new file mode 100644 index 0000000000000000000000000000000000000000..ce8106c9ecacfbd181dcbb8b121310ec211151b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/recommender-rt.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=recommender-rt +PORT=8394 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=true + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/session-store.env b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/session-store.env new file mode 100644 index 0000000000000000000000000000000000000000..6ebdf304ec157fb4f2bcab5624dc94a7fc31a8ce --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/envs/staging/session-store.env @@ -0,0 +1,9 @@ +# generated +SERVICE_NAME=session-store +PORT=8604 +DB_HOST=db.staging.internal +DB_PORT=5432 +LOG_LEVEL=DEBUG +FEATURE_X=false + +# secrets handled elsewhere diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_c88396bd14/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..ede7700ee4f58f1c181d9c417892be10f640e541 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-01.log @@ -0,0 +1,40 @@ +2024-04-01T08:50:00Z alpha pod=auth-api-3 reason=Running +2024-04-01T15:20:00Z alpha pod=billing-8 reason=Running +2024-04-01T21:28:00Z alpha pod=auth-api-5 reason=Completed +2024-04-01T22:43:00Z alpha pod=auth-api-5 reason=CrashLoopBackOff +2024-04-01T21:06:00Z alpha pod=auth-api-2 reason=Completed +2024-04-01T21:31:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-01T00:42:00Z alpha pod=auth-api-2 reason=Completed +2024-04-01T09:33:00Z alpha pod=auth-api-3 reason=ImagePullBackOff +2024-04-01T12:10:00Z alpha pod=auth-api-7 reason=Error +2024-04-01T12:42:00Z alpha pod=billing-4 reason=Completed +2024-04-01T12:59:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T11:50:00Z alpha pod=auth-api-4 reason=Error +2024-04-01T03:48:00Z alpha pod=auth-api-5 reason=Error +2024-04-01T10:17:00Z alpha pod=billing-4 reason=ImagePullBackOff +2024-04-01T16:46:00Z alpha pod=auth-api-9 reason=Completed +2024-04-01T10:38:00Z alpha pod=billing-6 reason=Running +2024-04-01T23:47:00Z alpha pod=billing-1 reason=Error +2024-04-01T13:06:00Z alpha pod=auth-api-1 reason=Error +2024-04-01T05:18:00Z alpha pod=auth-api-0 reason=Running +2024-04-01T09:40:00Z alpha pod=billing-8 reason=Error +2024-04-01T00:38:00Z alpha pod=auth-api-1 reason=Error +2024-04-01T12:12:00Z alpha pod=billing-8 reason=Completed +2024-04-01T10:11:00Z alpha pod=billing-9 reason=ImagePullBackOff +2024-04-01T01:37:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-01T20:19:00Z alpha pod=auth-api-5 reason=Running +2024-04-01T00:32:00Z alpha pod=billing-4 reason=Running +2024-04-01T02:01:00Z alpha pod=auth-api-0 reason=CrashLoopBackOff +2024-04-01T06:52:00Z alpha pod=auth-api-9 reason=Error +2024-04-01T21:51:00Z alpha pod=billing-5 reason=Running +2024-04-01T04:33:00Z alpha pod=auth-api-0 reason=Completed +2024-04-01T14:07:00Z alpha pod=auth-api-3 reason=Completed +2024-04-01T07:55:00Z alpha pod=auth-api-1 reason=Running +2024-04-01T05:58:00Z alpha pod=auth-api-7 reason=CrashLoopBackOff +2024-04-01T02:29:00Z alpha pod=auth-api-0 reason=Running +2024-04-01T00:30:00Z alpha pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T18:11:00Z alpha pod=billing-0 reason=CrashLoopBackOff +2024-04-01T17:28:00Z alpha pod=billing-1 reason=Completed +2024-04-01T22:07:00Z alpha pod=auth-api-0 reason=ImagePullBackOff +2024-04-01T13:17:00Z alpha pod=auth-api-4 reason=Error +2024-04-01T12:27:00Z alpha pod=billing-3 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..675678f3b7d54351ac404c2f30f8a88071f0263e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-02.log @@ -0,0 +1,36 @@ +2024-04-02T06:53:00Z alpha pod=billing-0 reason=Error +2024-04-02T02:21:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-02T04:30:00Z alpha pod=billing-4 reason=Completed +2024-04-02T04:15:00Z alpha pod=auth-api-3 reason=ImagePullBackOff +2024-04-02T06:13:00Z alpha pod=billing-8 reason=Completed +2024-04-02T12:18:00Z alpha pod=billing-3 reason=CrashLoopBackOff +2024-04-02T13:17:00Z alpha pod=auth-api-8 reason=Completed +2024-04-02T06:10:00Z alpha pod=auth-api-3 reason=ImagePullBackOff +2024-04-02T16:32:00Z alpha pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T00:26:00Z alpha pod=auth-api-9 reason=CrashLoopBackOff +2024-04-02T17:04:00Z alpha pod=auth-api-0 reason=ImagePullBackOff +2024-04-02T06:27:00Z alpha pod=auth-api-9 reason=Error +2024-04-02T19:21:00Z alpha pod=billing-5 reason=Completed +2024-04-02T23:54:00Z alpha pod=billing-4 reason=CrashLoopBackOff +2024-04-02T12:47:00Z alpha pod=auth-api-8 reason=Error +2024-04-02T22:54:00Z alpha pod=auth-api-8 reason=Running +2024-04-02T00:47:00Z alpha pod=auth-api-1 reason=Running +2024-04-02T20:26:00Z alpha pod=billing-2 reason=ImagePullBackOff +2024-04-02T11:56:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-02T12:43:00Z alpha pod=billing-5 reason=CrashLoopBackOff +2024-04-02T05:42:00Z alpha pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T17:26:00Z alpha pod=billing-5 reason=Running +2024-04-02T17:24:00Z alpha pod=billing-6 reason=Completed +2024-04-02T09:46:00Z alpha pod=auth-api-2 reason=Running +2024-04-02T13:06:00Z alpha pod=billing-6 reason=Running +2024-04-02T10:13:00Z alpha pod=billing-8 reason=CrashLoopBackOff +2024-04-02T16:01:00Z alpha pod=billing-6 reason=ImagePullBackOff +2024-04-02T22:03:00Z alpha pod=billing-5 reason=Error +2024-04-02T23:55:00Z alpha pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T04:27:00Z alpha pod=auth-api-7 reason=ImagePullBackOff +2024-04-02T13:20:00Z alpha pod=auth-api-0 reason=ImagePullBackOff +2024-04-02T04:17:00Z alpha pod=billing-4 reason=Error +2024-04-02T06:03:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-02T17:12:00Z alpha pod=billing-7 reason=Error +2024-04-02T07:47:00Z alpha pod=auth-api-4 reason=Error +2024-04-02T11:14:00Z alpha pod=auth-api-9 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..3ce932e0815485b9b7cdf1805ca815cd08c4c734 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-03.log @@ -0,0 +1,33 @@ +2024-04-03T06:42:00Z alpha pod=auth-api-9 reason=Completed +2024-04-03T12:59:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-03T05:37:00Z alpha pod=auth-api-7 reason=ImagePullBackOff +2024-04-03T15:36:00Z alpha pod=auth-api-2 reason=Completed +2024-04-03T12:35:00Z alpha pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T15:25:00Z alpha pod=auth-api-5 reason=Error +2024-04-03T08:29:00Z alpha pod=auth-api-7 reason=Running +2024-04-03T22:05:00Z alpha pod=auth-api-3 reason=Error +2024-04-03T09:45:00Z alpha pod=auth-api-4 reason=ImagePullBackOff +2024-04-03T11:58:00Z alpha pod=auth-api-4 reason=Error +2024-04-03T10:19:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-03T18:24:00Z alpha pod=billing-4 reason=Running +2024-04-03T18:37:00Z alpha pod=auth-api-6 reason=Error +2024-04-03T16:15:00Z alpha pod=billing-7 reason=ImagePullBackOff +2024-04-03T20:42:00Z alpha pod=auth-api-4 reason=Error +2024-04-03T10:12:00Z alpha pod=billing-0 reason=Error +2024-04-03T09:21:00Z alpha pod=billing-4 reason=Error +2024-04-03T22:17:00Z alpha pod=auth-api-2 reason=Error +2024-04-03T13:11:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-03T10:43:00Z alpha pod=billing-8 reason=Error +2024-04-03T14:09:00Z alpha pod=billing-5 reason=Running +2024-04-03T18:42:00Z alpha pod=billing-1 reason=Completed +2024-04-03T20:49:00Z alpha pod=auth-api-0 reason=Error +2024-04-03T22:36:00Z alpha pod=billing-4 reason=CrashLoopBackOff +2024-04-03T03:57:00Z alpha pod=auth-api-5 reason=Completed +2024-04-03T20:15:00Z alpha pod=billing-5 reason=CrashLoopBackOff +2024-04-03T13:12:00Z alpha pod=auth-api-6 reason=Running +2024-04-03T13:31:00Z alpha pod=billing-8 reason=Running +2024-04-03T11:11:00Z alpha pod=billing-1 reason=Completed +2024-04-03T18:08:00Z alpha pod=billing-5 reason=ImagePullBackOff +2024-04-03T18:56:00Z alpha pod=billing-4 reason=Completed +2024-04-03T18:12:00Z alpha pod=auth-api-3 reason=Error +2024-04-03T05:08:00Z alpha pod=auth-api-0 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..5ea8f631a04c6dcf5053366d7d6e07aec6206b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T07:31:00Z alpha pod=billing-4 reason=ImagePullBackOff +2024-04-04T22:19:00Z alpha pod=auth-api-8 reason=Running +2024-04-04T18:29:00Z alpha pod=auth-api-4 reason=Error +2024-04-04T02:07:00Z alpha pod=billing-8 reason=Running +2024-04-04T23:12:00Z alpha pod=billing-5 reason=Completed +2024-04-04T12:19:00Z alpha pod=billing-3 reason=CrashLoopBackOff +2024-04-04T01:18:00Z alpha pod=auth-api-0 reason=Error +2024-04-04T22:20:00Z alpha pod=billing-3 reason=Running +2024-04-04T12:41:00Z alpha pod=billing-0 reason=CrashLoopBackOff +2024-04-04T20:28:00Z alpha pod=billing-0 reason=Error +2024-04-04T20:51:00Z alpha pod=auth-api-6 reason=Error +2024-04-04T06:46:00Z alpha pod=auth-api-7 reason=Running +2024-04-04T01:57:00Z alpha pod=auth-api-5 reason=Error +2024-04-04T09:54:00Z alpha pod=billing-1 reason=CrashLoopBackOff +2024-04-04T19:56:00Z alpha pod=auth-api-3 reason=Error +2024-04-04T08:38:00Z alpha pod=auth-api-9 reason=ImagePullBackOff +2024-04-04T03:33:00Z alpha pod=auth-api-6 reason=Error +2024-04-04T14:20:00Z alpha pod=billing-4 reason=CrashLoopBackOff +2024-04-04T02:34:00Z alpha pod=billing-8 reason=Running +2024-04-04T02:35:00Z alpha pod=billing-5 reason=Completed +2024-04-04T22:19:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-04T17:03:00Z alpha pod=auth-api-9 reason=Running +2024-04-04T14:18:00Z alpha pod=auth-api-5 reason=CrashLoopBackOff +2024-04-04T21:40:00Z alpha pod=auth-api-6 reason=Completed +2024-04-04T17:02:00Z alpha pod=billing-0 reason=ImagePullBackOff +2024-04-04T14:55:00Z alpha pod=auth-api-4 reason=Error +2024-04-04T18:25:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-04T07:39:00Z alpha pod=billing-2 reason=Running +2024-04-04T17:57:00Z alpha pod=billing-0 reason=CrashLoopBackOff +2024-04-04T11:27:00Z alpha pod=auth-api-0 reason=CrashLoopBackOff +2024-04-04T09:35:00Z alpha pod=billing-1 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..7ee2e1bb2c88ef1eef15e60252783c15cde443db --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/alpha/2024-04-05.log @@ -0,0 +1,26 @@ +2024-04-05T13:25:00Z alpha pod=billing-9 reason=ImagePullBackOff +2024-04-05T06:46:00Z alpha pod=auth-api-8 reason=Running +2024-04-05T14:54:00Z alpha pod=billing-5 reason=Running +2024-04-05T16:27:00Z alpha pod=billing-4 reason=Completed +2024-04-05T14:00:00Z alpha pod=auth-api-8 reason=ImagePullBackOff +2024-04-05T13:04:00Z alpha pod=billing-9 reason=ImagePullBackOff +2024-04-05T00:01:00Z alpha pod=auth-api-1 reason=Running +2024-04-05T22:37:00Z alpha pod=auth-api-9 reason=Completed +2024-04-05T15:27:00Z alpha pod=auth-api-9 reason=Completed +2024-04-05T10:32:00Z alpha pod=billing-4 reason=Running +2024-04-05T11:07:00Z alpha pod=auth-api-4 reason=ImagePullBackOff +2024-04-05T21:03:00Z alpha pod=billing-3 reason=Error +2024-04-05T01:56:00Z alpha pod=auth-api-1 reason=Running +2024-04-05T00:21:00Z alpha pod=billing-0 reason=Running +2024-04-05T19:04:00Z alpha pod=billing-1 reason=Running +2024-04-05T15:28:00Z alpha pod=auth-api-6 reason=Completed +2024-04-05T21:09:00Z alpha pod=billing-4 reason=Running +2024-04-05T10:30:00Z alpha pod=billing-7 reason=ImagePullBackOff +2024-04-05T18:09:00Z alpha pod=billing-6 reason=Error +2024-04-05T20:31:00Z alpha pod=billing-3 reason=Completed +2024-04-05T12:56:00Z alpha pod=billing-9 reason=Completed +2024-04-05T00:11:00Z alpha pod=auth-api-7 reason=CrashLoopBackOff +2024-04-05T04:44:00Z alpha pod=auth-api-4 reason=Running +2024-04-05T01:48:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-05T10:03:00Z alpha pod=auth-api-1 reason=Running +2024-04-05T09:08:00Z alpha pod=billing-6 reason=Running diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..8afab02b6c408c60d2108d23a2ff4826dbbfe811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-01.log @@ -0,0 +1,40 @@ +2024-04-01T07:01:00Z bravo pod=billing-3 reason=CrashLoopBackOff +2024-04-01T19:51:00Z bravo pod=auth-api-0 reason=CrashLoopBackOff +2024-04-01T19:02:00Z bravo pod=auth-api-8 reason=ImagePullBackOff +2024-04-01T14:42:00Z bravo pod=billing-7 reason=Running +2024-04-01T21:11:00Z bravo pod=auth-api-6 reason=Error +2024-04-01T08:24:00Z bravo pod=billing-5 reason=Running +2024-04-01T09:06:00Z bravo pod=billing-0 reason=Completed +2024-04-01T07:57:00Z bravo pod=billing-3 reason=CrashLoopBackOff +2024-04-01T10:48:00Z bravo pod=auth-api-3 reason=CrashLoopBackOff +2024-04-01T18:34:00Z bravo pod=auth-api-7 reason=Completed +2024-04-01T07:14:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-01T21:00:00Z bravo pod=billing-4 reason=Completed +2024-04-01T15:50:00Z bravo pod=auth-api-5 reason=CrashLoopBackOff +2024-04-01T15:13:00Z bravo pod=auth-api-4 reason=Error +2024-04-01T16:35:00Z bravo pod=auth-api-6 reason=ImagePullBackOff +2024-04-01T20:05:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff +2024-04-01T22:51:00Z bravo pod=billing-9 reason=Completed +2024-04-01T03:15:00Z bravo pod=billing-6 reason=CrashLoopBackOff +2024-04-01T22:24:00Z bravo pod=auth-api-2 reason=CrashLoopBackOff +2024-04-01T02:56:00Z bravo pod=auth-api-3 reason=ImagePullBackOff +2024-04-01T02:46:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-01T16:57:00Z bravo pod=auth-api-3 reason=CrashLoopBackOff +2024-04-01T06:11:00Z bravo pod=billing-2 reason=Completed +2024-04-01T18:25:00Z bravo pod=auth-api-7 reason=Running +2024-04-01T09:21:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-01T18:18:00Z bravo pod=billing-1 reason=Error +2024-04-01T11:50:00Z bravo pod=auth-api-6 reason=Running +2024-04-01T09:50:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-01T17:34:00Z bravo pod=billing-0 reason=Running +2024-04-01T20:29:00Z bravo pod=billing-8 reason=Running +2024-04-01T00:41:00Z bravo pod=billing-1 reason=CrashLoopBackOff +2024-04-01T19:55:00Z bravo pod=billing-2 reason=Running +2024-04-01T06:10:00Z bravo pod=billing-6 reason=ImagePullBackOff +2024-04-01T00:52:00Z bravo pod=auth-api-5 reason=Running +2024-04-01T09:31:00Z bravo pod=auth-api-4 reason=Completed +2024-04-01T01:59:00Z bravo pod=billing-6 reason=Error +2024-04-01T07:34:00Z bravo pod=auth-api-7 reason=CrashLoopBackOff +2024-04-01T03:18:00Z bravo pod=billing-6 reason=ImagePullBackOff +2024-04-01T21:46:00Z bravo pod=billing-4 reason=Error +2024-04-01T07:22:00Z bravo pod=billing-5 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..4a6f514393ea2224df6806664da71958908068ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-02.log @@ -0,0 +1,38 @@ +2024-04-02T04:24:00Z bravo pod=auth-api-3 reason=Running +2024-04-02T10:46:00Z bravo pod=billing-8 reason=CrashLoopBackOff +2024-04-02T23:50:00Z bravo pod=billing-2 reason=Running +2024-04-02T10:43:00Z bravo pod=auth-api-6 reason=Running +2024-04-02T19:23:00Z bravo pod=auth-api-7 reason=CrashLoopBackOff +2024-04-02T22:32:00Z bravo pod=billing-5 reason=Completed +2024-04-02T21:27:00Z bravo pod=billing-2 reason=ImagePullBackOff +2024-04-02T16:34:00Z bravo pod=billing-7 reason=Running +2024-04-02T09:56:00Z bravo pod=billing-4 reason=Error +2024-04-02T20:35:00Z bravo pod=auth-api-6 reason=Running +2024-04-02T04:16:00Z bravo pod=auth-api-4 reason=Completed +2024-04-02T16:17:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-02T14:08:00Z bravo pod=auth-api-8 reason=Running +2024-04-02T10:05:00Z bravo pod=billing-6 reason=CrashLoopBackOff +2024-04-02T00:31:00Z bravo pod=billing-6 reason=Running +2024-04-02T03:46:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-02T08:02:00Z bravo pod=auth-api-6 reason=ImagePullBackOff +2024-04-02T10:48:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-02T12:35:00Z bravo pod=billing-6 reason=Running +2024-04-02T00:15:00Z bravo pod=billing-5 reason=ImagePullBackOff +2024-04-02T02:05:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T23:09:00Z bravo pod=billing-8 reason=ImagePullBackOff +2024-04-02T22:28:00Z bravo pod=billing-2 reason=ImagePullBackOff +2024-04-02T05:31:00Z bravo pod=auth-api-0 reason=CrashLoopBackOff +2024-04-02T04:58:00Z bravo pod=auth-api-6 reason=Completed +2024-04-02T08:17:00Z bravo pod=auth-api-7 reason=Running +2024-04-02T06:23:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-02T05:35:00Z bravo pod=billing-9 reason=Error +2024-04-02T21:32:00Z bravo pod=billing-9 reason=CrashLoopBackOff +2024-04-02T08:39:00Z bravo pod=auth-api-3 reason=Running +2024-04-02T03:53:00Z bravo pod=auth-api-4 reason=Running +2024-04-02T11:06:00Z bravo pod=auth-api-4 reason=Running +2024-04-02T17:40:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff +2024-04-02T06:00:00Z bravo pod=auth-api-6 reason=Error +2024-04-02T14:05:00Z bravo pod=auth-api-3 reason=Completed +2024-04-02T19:38:00Z bravo pod=billing-7 reason=Running +2024-04-02T13:30:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-02T12:40:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..75c99a20c1a6c0fb17d12df40f87b7bfc2b47115 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-03.log @@ -0,0 +1,32 @@ +2024-04-03T17:55:00Z bravo pod=auth-api-6 reason=CrashLoopBackOff +2024-04-03T08:15:00Z bravo pod=auth-api-5 reason=Completed +2024-04-03T14:23:00Z bravo pod=auth-api-5 reason=CrashLoopBackOff +2024-04-03T15:45:00Z bravo pod=auth-api-4 reason=Completed +2024-04-03T23:23:00Z bravo pod=auth-api-3 reason=Error +2024-04-03T19:37:00Z bravo pod=auth-api-0 reason=Error +2024-04-03T08:23:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-03T11:38:00Z bravo pod=auth-api-8 reason=ImagePullBackOff +2024-04-03T07:22:00Z bravo pod=billing-4 reason=CrashLoopBackOff +2024-04-03T20:20:00Z bravo pod=auth-api-9 reason=Running +2024-04-03T08:36:00Z bravo pod=auth-api-9 reason=Running +2024-04-03T11:53:00Z bravo pod=billing-1 reason=Running +2024-04-03T09:31:00Z bravo pod=billing-1 reason=Running +2024-04-03T19:53:00Z bravo pod=auth-api-9 reason=Completed +2024-04-03T15:52:00Z bravo pod=auth-api-4 reason=ImagePullBackOff +2024-04-03T07:42:00Z bravo pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T06:51:00Z bravo pod=billing-4 reason=Error +2024-04-03T03:41:00Z bravo pod=billing-0 reason=ImagePullBackOff +2024-04-03T03:34:00Z bravo pod=auth-api-8 reason=CrashLoopBackOff +2024-04-03T06:24:00Z bravo pod=auth-api-7 reason=Running +2024-04-03T23:57:00Z bravo pod=billing-9 reason=CrashLoopBackOff +2024-04-03T21:05:00Z bravo pod=auth-api-4 reason=Running +2024-04-03T04:50:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-03T06:01:00Z bravo pod=billing-6 reason=Error +2024-04-03T03:25:00Z bravo pod=billing-3 reason=Running +2024-04-03T22:58:00Z bravo pod=auth-api-8 reason=Running +2024-04-03T14:29:00Z bravo pod=auth-api-1 reason=Running +2024-04-03T11:40:00Z bravo pod=billing-4 reason=Error +2024-04-03T00:13:00Z bravo pod=auth-api-8 reason=Running +2024-04-03T22:57:00Z bravo pod=auth-api-6 reason=Error +2024-04-03T17:09:00Z bravo pod=auth-api-0 reason=CrashLoopBackOff +2024-04-03T11:32:00Z bravo pod=auth-api-0 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1ce376bfe57db0bd4b1c94c0e326b87b13eb2b6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-04.log @@ -0,0 +1,33 @@ +2024-04-04T05:28:00Z bravo pod=billing-1 reason=ImagePullBackOff +2024-04-04T21:26:00Z bravo pod=billing-0 reason=Error +2024-04-04T16:24:00Z bravo pod=billing-6 reason=Completed +2024-04-04T14:06:00Z bravo pod=auth-api-6 reason=Completed +2024-04-04T18:31:00Z bravo pod=auth-api-8 reason=Running +2024-04-04T03:53:00Z bravo pod=billing-0 reason=Running +2024-04-04T13:33:00Z bravo pod=billing-9 reason=CrashLoopBackOff +2024-04-04T11:52:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff +2024-04-04T10:36:00Z bravo pod=billing-9 reason=Completed +2024-04-04T05:02:00Z bravo pod=billing-1 reason=Running +2024-04-04T00:26:00Z bravo pod=auth-api-4 reason=Running +2024-04-04T06:41:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-04T01:20:00Z bravo pod=billing-2 reason=Error +2024-04-04T14:37:00Z bravo pod=auth-api-4 reason=Completed +2024-04-04T20:50:00Z bravo pod=auth-api-6 reason=Running +2024-04-04T08:03:00Z bravo pod=auth-api-8 reason=Error +2024-04-04T07:39:00Z bravo pod=billing-0 reason=Error +2024-04-04T11:09:00Z bravo pod=auth-api-7 reason=Completed +2024-04-04T07:45:00Z bravo pod=billing-3 reason=CrashLoopBackOff +2024-04-04T19:54:00Z bravo pod=auth-api-0 reason=Completed +2024-04-04T00:45:00Z bravo pod=billing-1 reason=Error +2024-04-04T02:37:00Z bravo pod=billing-8 reason=ImagePullBackOff +2024-04-04T19:31:00Z bravo pod=billing-9 reason=ImagePullBackOff +2024-04-04T19:32:00Z bravo pod=auth-api-5 reason=Running +2024-04-04T19:37:00Z bravo pod=auth-api-5 reason=Error +2024-04-04T17:04:00Z bravo pod=billing-6 reason=Completed +2024-04-04T15:23:00Z bravo pod=auth-api-6 reason=Error +2024-04-04T03:40:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-04T00:47:00Z bravo pod=auth-api-2 reason=Running +2024-04-04T02:18:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-04T23:27:00Z bravo pod=billing-8 reason=ImagePullBackOff +2024-04-04T19:59:00Z bravo pod=billing-0 reason=Running +2024-04-04T08:10:00Z bravo pod=billing-6 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..34f0241d3d65915cda150e8b2aee9da591acf6ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/bravo/2024-04-05.log @@ -0,0 +1,39 @@ +2024-04-05T23:54:00Z bravo pod=auth-api-8 reason=Running +2024-04-05T08:03:00Z bravo pod=billing-2 reason=Running +2024-04-05T16:34:00Z bravo pod=auth-api-6 reason=ImagePullBackOff +2024-04-05T00:08:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-05T18:44:00Z bravo pod=billing-8 reason=Running +2024-04-05T14:11:00Z bravo pod=billing-5 reason=Running +2024-04-05T05:16:00Z bravo pod=auth-api-8 reason=Running +2024-04-05T12:27:00Z bravo pod=billing-4 reason=CrashLoopBackOff +2024-04-05T12:12:00Z bravo pod=billing-1 reason=Completed +2024-04-05T20:59:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-05T06:13:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-05T20:23:00Z bravo pod=billing-8 reason=Running +2024-04-05T04:20:00Z bravo pod=auth-api-2 reason=Completed +2024-04-05T17:47:00Z bravo pod=billing-3 reason=ImagePullBackOff +2024-04-05T13:33:00Z bravo pod=billing-9 reason=Error +2024-04-05T22:52:00Z bravo pod=billing-2 reason=Completed +2024-04-05T10:57:00Z bravo pod=billing-6 reason=ImagePullBackOff +2024-04-05T17:54:00Z bravo pod=auth-api-2 reason=Running +2024-04-05T21:35:00Z bravo pod=auth-api-3 reason=Error +2024-04-05T04:51:00Z bravo pod=auth-api-4 reason=ImagePullBackOff +2024-04-05T18:33:00Z bravo pod=billing-8 reason=Error +2024-04-05T03:26:00Z bravo pod=billing-8 reason=Completed +2024-04-05T04:31:00Z bravo pod=billing-2 reason=Error +2024-04-05T03:36:00Z bravo pod=auth-api-1 reason=Completed +2024-04-05T03:56:00Z bravo pod=auth-api-8 reason=Error +2024-04-05T18:47:00Z bravo pod=billing-5 reason=Completed +2024-04-05T10:40:00Z bravo pod=billing-0 reason=Running +2024-04-05T05:06:00Z bravo pod=billing-4 reason=Running +2024-04-05T01:52:00Z bravo pod=auth-api-8 reason=Running +2024-04-05T15:24:00Z bravo pod=auth-api-1 reason=Running +2024-04-05T00:39:00Z bravo pod=billing-2 reason=ImagePullBackOff +2024-04-05T01:37:00Z bravo pod=auth-api-7 reason=Running +2024-04-05T14:01:00Z bravo pod=auth-api-8 reason=Error +2024-04-05T16:34:00Z bravo pod=billing-5 reason=ImagePullBackOff +2024-04-05T07:18:00Z bravo pod=auth-api-2 reason=Completed +2024-04-05T02:28:00Z bravo pod=billing-8 reason=Error +2024-04-05T23:49:00Z bravo pod=auth-api-4 reason=Completed +2024-04-05T09:22:00Z bravo pod=auth-api-0 reason=Completed +2024-04-05T06:08:00Z bravo pod=auth-api-6 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6fddb6fadc2eefb73d5bf715b17425c4c815ba72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-01.log @@ -0,0 +1,33 @@ +2024-04-01T07:57:00Z charlie pod=auth-api-7 reason=Error +2024-04-01T16:43:00Z charlie pod=auth-api-1 reason=Running +2024-04-01T07:44:00Z charlie pod=billing-9 reason=CrashLoopBackOff +2024-04-01T03:12:00Z charlie pod=auth-api-3 reason=Running +2024-04-01T07:40:00Z charlie pod=billing-0 reason=CrashLoopBackOff +2024-04-01T13:31:00Z charlie pod=billing-3 reason=CrashLoopBackOff +2024-04-01T13:48:00Z charlie pod=billing-3 reason=Running +2024-04-01T12:22:00Z charlie pod=auth-api-7 reason=Error +2024-04-01T14:57:00Z charlie pod=billing-7 reason=ImagePullBackOff +2024-04-01T10:10:00Z charlie pod=billing-6 reason=Running +2024-04-01T10:47:00Z charlie pod=billing-1 reason=CrashLoopBackOff +2024-04-01T08:52:00Z charlie pod=billing-8 reason=ImagePullBackOff +2024-04-01T18:42:00Z charlie pod=auth-api-8 reason=Error +2024-04-01T16:17:00Z charlie pod=billing-9 reason=Running +2024-04-01T14:41:00Z charlie pod=billing-0 reason=Completed +2024-04-01T16:43:00Z charlie pod=auth-api-1 reason=Error +2024-04-01T09:17:00Z charlie pod=billing-5 reason=CrashLoopBackOff +2024-04-01T01:04:00Z charlie pod=auth-api-3 reason=ImagePullBackOff +2024-04-01T00:29:00Z charlie pod=billing-6 reason=Running +2024-04-01T09:34:00Z charlie pod=billing-3 reason=Completed +2024-04-01T06:32:00Z charlie pod=auth-api-5 reason=Running +2024-04-01T16:10:00Z charlie pod=auth-api-1 reason=Completed +2024-04-01T05:05:00Z charlie pod=billing-0 reason=Running +2024-04-01T03:55:00Z charlie pod=billing-6 reason=Error +2024-04-01T06:01:00Z charlie pod=auth-api-3 reason=Error +2024-04-01T13:05:00Z charlie pod=billing-3 reason=CrashLoopBackOff +2024-04-01T23:48:00Z charlie pod=auth-api-5 reason=Completed +2024-04-01T23:05:00Z charlie pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T22:52:00Z charlie pod=billing-4 reason=Error +2024-04-01T11:40:00Z charlie pod=billing-1 reason=Error +2024-04-01T22:51:00Z charlie pod=billing-2 reason=Error +2024-04-01T13:53:00Z charlie pod=billing-1 reason=Completed +2024-04-01T06:21:00Z charlie pod=billing-3 reason=Error diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7682dc6ad16cf54c2da5875719e34f33b0f06e47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-02.log @@ -0,0 +1,38 @@ +2024-04-02T15:18:00Z charlie pod=auth-api-5 reason=CrashLoopBackOff +2024-04-02T10:27:00Z charlie pod=billing-5 reason=CrashLoopBackOff +2024-04-02T16:29:00Z charlie pod=auth-api-8 reason=CrashLoopBackOff +2024-04-02T21:25:00Z charlie pod=auth-api-1 reason=Completed +2024-04-02T08:17:00Z charlie pod=billing-2 reason=Completed +2024-04-02T15:40:00Z charlie pod=auth-api-0 reason=CrashLoopBackOff +2024-04-02T01:36:00Z charlie pod=billing-0 reason=Completed +2024-04-02T09:38:00Z charlie pod=billing-8 reason=CrashLoopBackOff +2024-04-02T05:24:00Z charlie pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T15:39:00Z charlie pod=billing-7 reason=ImagePullBackOff +2024-04-02T21:02:00Z charlie pod=billing-8 reason=CrashLoopBackOff +2024-04-02T18:33:00Z charlie pod=billing-7 reason=ImagePullBackOff +2024-04-02T13:49:00Z charlie pod=auth-api-8 reason=ImagePullBackOff +2024-04-02T16:20:00Z charlie pod=billing-9 reason=Running +2024-04-02T00:32:00Z charlie pod=auth-api-1 reason=Completed +2024-04-02T22:38:00Z charlie pod=auth-api-8 reason=Error +2024-04-02T12:17:00Z charlie pod=auth-api-5 reason=Running +2024-04-02T07:55:00Z charlie pod=billing-2 reason=Running +2024-04-02T21:43:00Z charlie pod=billing-8 reason=Running +2024-04-02T14:57:00Z charlie pod=billing-3 reason=Completed +2024-04-02T03:15:00Z charlie pod=billing-9 reason=ImagePullBackOff +2024-04-02T22:47:00Z charlie pod=billing-8 reason=Running +2024-04-02T23:28:00Z charlie pod=auth-api-8 reason=Running +2024-04-02T23:41:00Z charlie pod=auth-api-6 reason=Completed +2024-04-02T17:50:00Z charlie pod=billing-1 reason=Error +2024-04-02T14:55:00Z charlie pod=billing-0 reason=Error +2024-04-02T16:37:00Z charlie pod=billing-8 reason=Completed +2024-04-02T11:17:00Z charlie pod=billing-6 reason=Completed +2024-04-02T19:08:00Z charlie pod=auth-api-9 reason=Completed +2024-04-02T12:16:00Z charlie pod=auth-api-1 reason=Error +2024-04-02T21:07:00Z charlie pod=auth-api-3 reason=Error +2024-04-02T13:56:00Z charlie pod=auth-api-4 reason=Error +2024-04-02T09:20:00Z charlie pod=auth-api-9 reason=Error +2024-04-02T02:16:00Z charlie pod=billing-7 reason=Error +2024-04-02T20:52:00Z charlie pod=billing-4 reason=Error +2024-04-02T02:28:00Z charlie pod=billing-6 reason=CrashLoopBackOff +2024-04-02T19:10:00Z charlie pod=auth-api-6 reason=Running +2024-04-02T07:31:00Z charlie pod=billing-9 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..3ea9bca7741f7fbcea5432a1773fe195b97b3292 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-03.log @@ -0,0 +1,40 @@ +2024-04-03T06:07:00Z charlie pod=billing-6 reason=CrashLoopBackOff +2024-04-03T15:51:00Z charlie pod=auth-api-1 reason=Completed +2024-04-03T16:53:00Z charlie pod=auth-api-8 reason=ImagePullBackOff +2024-04-03T09:38:00Z charlie pod=auth-api-7 reason=Completed +2024-04-03T18:54:00Z charlie pod=billing-4 reason=Completed +2024-04-03T04:28:00Z charlie pod=billing-7 reason=Running +2024-04-03T17:46:00Z charlie pod=billing-8 reason=Completed +2024-04-03T09:02:00Z charlie pod=auth-api-5 reason=CrashLoopBackOff +2024-04-03T15:19:00Z charlie pod=auth-api-2 reason=Error +2024-04-03T13:19:00Z charlie pod=auth-api-3 reason=Running +2024-04-03T07:02:00Z charlie pod=auth-api-5 reason=Completed +2024-04-03T22:55:00Z charlie pod=auth-api-7 reason=Error +2024-04-03T04:08:00Z charlie pod=auth-api-0 reason=Completed +2024-04-03T22:02:00Z charlie pod=auth-api-3 reason=Error +2024-04-03T04:12:00Z charlie pod=billing-5 reason=Completed +2024-04-03T17:25:00Z charlie pod=auth-api-3 reason=CrashLoopBackOff +2024-04-03T15:14:00Z charlie pod=billing-9 reason=ImagePullBackOff +2024-04-03T07:23:00Z charlie pod=auth-api-7 reason=Error +2024-04-03T18:43:00Z charlie pod=billing-0 reason=CrashLoopBackOff +2024-04-03T19:15:00Z charlie pod=billing-5 reason=Error +2024-04-03T17:08:00Z charlie pod=billing-4 reason=Completed +2024-04-03T22:12:00Z charlie pod=auth-api-5 reason=ImagePullBackOff +2024-04-03T18:31:00Z charlie pod=billing-8 reason=ImagePullBackOff +2024-04-03T22:12:00Z charlie pod=billing-4 reason=CrashLoopBackOff +2024-04-03T13:45:00Z charlie pod=billing-4 reason=ImagePullBackOff +2024-04-03T11:15:00Z charlie pod=auth-api-7 reason=ImagePullBackOff +2024-04-03T16:20:00Z charlie pod=auth-api-6 reason=Error +2024-04-03T10:38:00Z charlie pod=auth-api-4 reason=Running +2024-04-03T07:35:00Z charlie pod=billing-0 reason=Completed +2024-04-03T07:50:00Z charlie pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T00:20:00Z charlie pod=auth-api-1 reason=Error +2024-04-03T18:37:00Z charlie pod=auth-api-6 reason=ImagePullBackOff +2024-04-03T21:33:00Z charlie pod=billing-7 reason=Error +2024-04-03T04:32:00Z charlie pod=auth-api-7 reason=CrashLoopBackOff +2024-04-03T18:22:00Z charlie pod=billing-0 reason=ImagePullBackOff +2024-04-03T04:17:00Z charlie pod=billing-5 reason=ImagePullBackOff +2024-04-03T06:16:00Z charlie pod=auth-api-0 reason=Completed +2024-04-03T01:04:00Z charlie pod=auth-api-1 reason=CrashLoopBackOff +2024-04-03T03:31:00Z charlie pod=auth-api-9 reason=CrashLoopBackOff +2024-04-03T14:32:00Z charlie pod=billing-2 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..c853243bcd5b6555b04f70b4be1f78101901782a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-04.log @@ -0,0 +1,28 @@ +2024-04-04T23:11:00Z charlie pod=billing-5 reason=CrashLoopBackOff +2024-04-04T21:21:00Z charlie pod=auth-api-8 reason=Completed +2024-04-04T15:37:00Z charlie pod=auth-api-1 reason=CrashLoopBackOff +2024-04-04T23:27:00Z charlie pod=auth-api-9 reason=Running +2024-04-04T15:21:00Z charlie pod=billing-8 reason=Error +2024-04-04T02:49:00Z charlie pod=billing-4 reason=ImagePullBackOff +2024-04-04T16:18:00Z charlie pod=billing-0 reason=ImagePullBackOff +2024-04-04T08:22:00Z charlie pod=auth-api-1 reason=CrashLoopBackOff +2024-04-04T05:36:00Z charlie pod=billing-9 reason=CrashLoopBackOff +2024-04-04T09:00:00Z charlie pod=auth-api-7 reason=ImagePullBackOff +2024-04-04T15:44:00Z charlie pod=auth-api-7 reason=Error +2024-04-04T19:32:00Z charlie pod=billing-1 reason=CrashLoopBackOff +2024-04-04T06:12:00Z charlie pod=billing-6 reason=ImagePullBackOff +2024-04-04T04:51:00Z charlie pod=billing-7 reason=CrashLoopBackOff +2024-04-04T16:03:00Z charlie pod=auth-api-5 reason=ImagePullBackOff +2024-04-04T05:15:00Z charlie pod=billing-1 reason=Completed +2024-04-04T04:10:00Z charlie pod=auth-api-3 reason=ImagePullBackOff +2024-04-04T11:50:00Z charlie pod=billing-4 reason=Error +2024-04-04T17:30:00Z charlie pod=billing-5 reason=Running +2024-04-04T20:36:00Z charlie pod=billing-9 reason=CrashLoopBackOff +2024-04-04T13:18:00Z charlie pod=billing-9 reason=ImagePullBackOff +2024-04-04T01:18:00Z charlie pod=auth-api-0 reason=Completed +2024-04-04T21:29:00Z charlie pod=billing-3 reason=Running +2024-04-04T23:10:00Z charlie pod=auth-api-3 reason=Completed +2024-04-04T21:15:00Z charlie pod=auth-api-9 reason=Error +2024-04-04T22:43:00Z charlie pod=auth-api-2 reason=Running +2024-04-04T18:57:00Z charlie pod=auth-api-0 reason=ImagePullBackOff +2024-04-04T04:44:00Z charlie pod=auth-api-4 reason=Running diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..1fdb15a69b9e5e94bee5dd2181b9828c476a04e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/charlie/2024-04-05.log @@ -0,0 +1,31 @@ +2024-04-05T11:09:00Z charlie pod=billing-1 reason=Running +2024-04-05T22:08:00Z charlie pod=billing-7 reason=Running +2024-04-05T15:59:00Z charlie pod=auth-api-4 reason=CrashLoopBackOff +2024-04-05T20:27:00Z charlie pod=billing-9 reason=Completed +2024-04-05T05:10:00Z charlie pod=auth-api-6 reason=Completed +2024-04-05T10:22:00Z charlie pod=auth-api-9 reason=ImagePullBackOff +2024-04-05T03:22:00Z charlie pod=auth-api-7 reason=Running +2024-04-05T21:23:00Z charlie pod=auth-api-0 reason=Completed +2024-04-05T05:36:00Z charlie pod=billing-3 reason=Running +2024-04-05T08:43:00Z charlie pod=billing-7 reason=Running +2024-04-05T23:19:00Z charlie pod=billing-7 reason=Running +2024-04-05T03:42:00Z charlie pod=billing-6 reason=CrashLoopBackOff +2024-04-05T23:31:00Z charlie pod=auth-api-1 reason=Completed +2024-04-05T19:25:00Z charlie pod=auth-api-4 reason=ImagePullBackOff +2024-04-05T16:42:00Z charlie pod=billing-2 reason=Error +2024-04-05T03:29:00Z charlie pod=billing-4 reason=CrashLoopBackOff +2024-04-05T21:32:00Z charlie pod=billing-7 reason=Running +2024-04-05T22:16:00Z charlie pod=auth-api-0 reason=CrashLoopBackOff +2024-04-05T12:59:00Z charlie pod=auth-api-9 reason=CrashLoopBackOff +2024-04-05T01:52:00Z charlie pod=billing-6 reason=Running +2024-04-05T23:38:00Z charlie pod=billing-1 reason=Completed +2024-04-05T20:23:00Z charlie pod=auth-api-8 reason=ImagePullBackOff +2024-04-05T09:25:00Z charlie pod=auth-api-9 reason=ImagePullBackOff +2024-04-05T22:17:00Z charlie pod=billing-9 reason=Error +2024-04-05T09:52:00Z charlie pod=billing-1 reason=Error +2024-04-05T19:43:00Z charlie pod=auth-api-6 reason=Error +2024-04-05T01:35:00Z charlie pod=auth-api-9 reason=Error +2024-04-05T03:33:00Z charlie pod=auth-api-9 reason=CrashLoopBackOff +2024-04-05T22:56:00Z charlie pod=auth-api-8 reason=CrashLoopBackOff +2024-04-05T21:47:00Z charlie pod=auth-api-0 reason=Error +2024-04-05T01:41:00Z charlie pod=billing-2 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..4f3f87182edf3b71f1c112f529e1974d89775de7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-01.log @@ -0,0 +1,40 @@ +2024-04-01T12:00:00Z delta pod=auth-api-2 reason=Error +2024-04-01T00:27:00Z delta pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T17:26:00Z delta pod=auth-api-6 reason=Running +2024-04-01T12:37:00Z delta pod=auth-api-2 reason=Completed +2024-04-01T03:32:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T13:47:00Z delta pod=auth-api-2 reason=ImagePullBackOff +2024-04-01T18:44:00Z delta pod=billing-3 reason=Error +2024-04-01T06:44:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-01T17:08:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T03:46:00Z delta pod=auth-api-7 reason=CrashLoopBackOff +2024-04-01T09:48:00Z delta pod=billing-2 reason=ImagePullBackOff +2024-04-01T04:18:00Z delta pod=billing-7 reason=Error +2024-04-01T02:34:00Z delta pod=billing-9 reason=Running +2024-04-01T19:42:00Z delta pod=auth-api-4 reason=Error +2024-04-01T17:46:00Z delta pod=auth-api-2 reason=Error +2024-04-01T02:40:00Z delta pod=auth-api-9 reason=ImagePullBackOff +2024-04-01T12:44:00Z delta pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T10:49:00Z delta pod=billing-8 reason=CrashLoopBackOff +2024-04-01T07:45:00Z delta pod=auth-api-3 reason=Error +2024-04-01T07:23:00Z delta pod=auth-api-1 reason=Running +2024-04-01T03:19:00Z delta pod=billing-8 reason=Running +2024-04-01T11:00:00Z delta pod=billing-2 reason=Error +2024-04-01T01:25:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T06:27:00Z delta pod=billing-5 reason=CrashLoopBackOff +2024-04-01T16:07:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-01T19:18:00Z delta pod=auth-api-6 reason=Completed +2024-04-01T03:19:00Z delta pod=billing-4 reason=Completed +2024-04-01T09:22:00Z delta pod=billing-1 reason=ImagePullBackOff +2024-04-01T06:00:00Z delta pod=auth-api-7 reason=Completed +2024-04-01T12:42:00Z delta pod=auth-api-9 reason=ImagePullBackOff +2024-04-01T13:18:00Z delta pod=billing-6 reason=Completed +2024-04-01T00:08:00Z delta pod=billing-2 reason=ImagePullBackOff +2024-04-01T06:50:00Z delta pod=billing-3 reason=Error +2024-04-01T23:12:00Z delta pod=billing-0 reason=Running +2024-04-01T00:49:00Z delta pod=billing-5 reason=CrashLoopBackOff +2024-04-01T08:39:00Z delta pod=billing-0 reason=CrashLoopBackOff +2024-04-01T19:06:00Z delta pod=billing-9 reason=ImagePullBackOff +2024-04-01T10:21:00Z delta pod=billing-9 reason=CrashLoopBackOff +2024-04-01T03:48:00Z delta pod=auth-api-4 reason=Running +2024-04-01T15:16:00Z delta pod=billing-3 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ca467867d19a5573662564724593b2e1acd39813 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-02.log @@ -0,0 +1,26 @@ +2024-04-02T12:17:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-02T09:36:00Z delta pod=auth-api-9 reason=CrashLoopBackOff +2024-04-02T08:56:00Z delta pod=auth-api-0 reason=Completed +2024-04-02T11:01:00Z delta pod=billing-8 reason=Running +2024-04-02T17:58:00Z delta pod=billing-6 reason=Running +2024-04-02T08:24:00Z delta pod=billing-4 reason=Completed +2024-04-02T23:05:00Z delta pod=auth-api-6 reason=Error +2024-04-02T19:38:00Z delta pod=auth-api-4 reason=CrashLoopBackOff +2024-04-02T02:54:00Z delta pod=billing-7 reason=ImagePullBackOff +2024-04-02T23:36:00Z delta pod=billing-9 reason=CrashLoopBackOff +2024-04-02T11:50:00Z delta pod=billing-6 reason=Running +2024-04-02T14:37:00Z delta pod=billing-2 reason=Error +2024-04-02T09:26:00Z delta pod=billing-7 reason=Error +2024-04-02T04:57:00Z delta pod=auth-api-2 reason=Running +2024-04-02T03:24:00Z delta pod=billing-1 reason=CrashLoopBackOff +2024-04-02T14:30:00Z delta pod=auth-api-4 reason=CrashLoopBackOff +2024-04-02T19:28:00Z delta pod=auth-api-7 reason=Error +2024-04-02T09:57:00Z delta pod=billing-4 reason=Completed +2024-04-02T20:31:00Z delta pod=auth-api-4 reason=Running +2024-04-02T01:44:00Z delta pod=auth-api-7 reason=Completed +2024-04-02T17:21:00Z delta pod=auth-api-2 reason=Completed +2024-04-02T05:57:00Z delta pod=auth-api-0 reason=Completed +2024-04-02T15:16:00Z delta pod=auth-api-7 reason=Error +2024-04-02T23:54:00Z delta pod=auth-api-3 reason=Error +2024-04-02T03:59:00Z delta pod=billing-2 reason=Completed +2024-04-02T17:39:00Z delta pod=auth-api-5 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a0d76aacd33bb793adff743f37ebd9812fe54701 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-03.log @@ -0,0 +1,34 @@ +2024-04-03T08:03:00Z delta pod=billing-5 reason=Error +2024-04-03T10:16:00Z delta pod=billing-5 reason=ImagePullBackOff +2024-04-03T06:02:00Z delta pod=billing-8 reason=Error +2024-04-03T08:55:00Z delta pod=auth-api-2 reason=Error +2024-04-03T01:01:00Z delta pod=billing-7 reason=Completed +2024-04-03T20:57:00Z delta pod=auth-api-5 reason=Completed +2024-04-03T23:10:00Z delta pod=auth-api-7 reason=Completed +2024-04-03T18:36:00Z delta pod=auth-api-8 reason=Completed +2024-04-03T08:46:00Z delta pod=billing-0 reason=CrashLoopBackOff +2024-04-03T00:13:00Z delta pod=billing-9 reason=ImagePullBackOff +2024-04-03T12:01:00Z delta pod=auth-api-8 reason=Completed +2024-04-03T12:15:00Z delta pod=auth-api-4 reason=Completed +2024-04-03T02:41:00Z delta pod=billing-9 reason=ImagePullBackOff +2024-04-03T15:33:00Z delta pod=billing-4 reason=Running +2024-04-03T12:03:00Z delta pod=auth-api-6 reason=Error +2024-04-03T02:37:00Z delta pod=billing-2 reason=Completed +2024-04-03T14:00:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-03T13:24:00Z delta pod=auth-api-7 reason=Completed +2024-04-03T10:49:00Z delta pod=billing-4 reason=Error +2024-04-03T20:32:00Z delta pod=auth-api-9 reason=Completed +2024-04-03T16:10:00Z delta pod=billing-8 reason=Completed +2024-04-03T00:17:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-03T18:31:00Z delta pod=billing-2 reason=Completed +2024-04-03T00:33:00Z delta pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T13:19:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-03T22:40:00Z delta pod=billing-4 reason=Running +2024-04-03T01:45:00Z delta pod=auth-api-6 reason=Error +2024-04-03T10:15:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-03T11:59:00Z delta pod=billing-2 reason=CrashLoopBackOff +2024-04-03T09:55:00Z delta pod=auth-api-8 reason=Completed +2024-04-03T03:38:00Z delta pod=auth-api-4 reason=Completed +2024-04-03T20:50:00Z delta pod=billing-4 reason=Running +2024-04-03T02:58:00Z delta pod=billing-2 reason=Running +2024-04-03T01:26:00Z delta pod=auth-api-7 reason=Error diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a00610287716c399d32439c5901578312c54befc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-04.log @@ -0,0 +1,33 @@ +2024-04-04T21:09:00Z delta pod=billing-3 reason=ImagePullBackOff +2024-04-04T08:20:00Z delta pod=auth-api-9 reason=Error +2024-04-04T15:57:00Z delta pod=billing-6 reason=Running +2024-04-04T08:18:00Z delta pod=billing-2 reason=Running +2024-04-04T08:08:00Z delta pod=auth-api-2 reason=ImagePullBackOff +2024-04-04T16:22:00Z delta pod=auth-api-8 reason=CrashLoopBackOff +2024-04-04T23:49:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-04T04:18:00Z delta pod=auth-api-3 reason=Error +2024-04-04T08:02:00Z delta pod=billing-6 reason=Error +2024-04-04T06:43:00Z delta pod=billing-5 reason=ImagePullBackOff +2024-04-04T17:37:00Z delta pod=billing-6 reason=ImagePullBackOff +2024-04-04T05:03:00Z delta pod=billing-9 reason=Running +2024-04-04T11:37:00Z delta pod=billing-1 reason=Completed +2024-04-04T09:06:00Z delta pod=billing-6 reason=Completed +2024-04-04T20:10:00Z delta pod=auth-api-7 reason=CrashLoopBackOff +2024-04-04T22:17:00Z delta pod=billing-2 reason=Running +2024-04-04T10:28:00Z delta pod=billing-6 reason=Running +2024-04-04T19:09:00Z delta pod=billing-3 reason=Error +2024-04-04T05:58:00Z delta pod=auth-api-1 reason=Completed +2024-04-04T00:18:00Z delta pod=billing-9 reason=CrashLoopBackOff +2024-04-04T11:41:00Z delta pod=auth-api-3 reason=Completed +2024-04-04T01:15:00Z delta pod=auth-api-4 reason=Running +2024-04-04T22:36:00Z delta pod=auth-api-9 reason=Completed +2024-04-04T17:23:00Z delta pod=auth-api-4 reason=ImagePullBackOff +2024-04-04T08:30:00Z delta pod=auth-api-2 reason=Completed +2024-04-04T10:08:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-04T12:25:00Z delta pod=billing-1 reason=Completed +2024-04-04T11:32:00Z delta pod=auth-api-4 reason=Error +2024-04-04T03:18:00Z delta pod=auth-api-7 reason=CrashLoopBackOff +2024-04-04T02:16:00Z delta pod=billing-9 reason=Completed +2024-04-04T08:59:00Z delta pod=auth-api-9 reason=Running +2024-04-04T20:36:00Z delta pod=billing-3 reason=CrashLoopBackOff +2024-04-04T14:56:00Z delta pod=auth-api-7 reason=Error diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..04c9c7bd794643073349c29a7bcbd5c988426a25 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/cluster/events/delta/2024-04-05.log @@ -0,0 +1,25 @@ +2024-04-05T05:42:00Z delta pod=auth-api-0 reason=CrashLoopBackOff +2024-04-05T20:50:00Z delta pod=billing-3 reason=Running +2024-04-05T09:16:00Z delta pod=auth-api-3 reason=Completed +2024-04-05T07:39:00Z delta pod=auth-api-5 reason=ImagePullBackOff +2024-04-05T03:37:00Z delta pod=billing-8 reason=Running +2024-04-05T17:16:00Z delta pod=auth-api-5 reason=Running +2024-04-05T17:37:00Z delta pod=auth-api-4 reason=Running +2024-04-05T20:52:00Z delta pod=auth-api-3 reason=Completed +2024-04-05T00:55:00Z delta pod=auth-api-0 reason=Error +2024-04-05T00:20:00Z delta pod=billing-1 reason=Completed +2024-04-05T17:15:00Z delta pod=auth-api-7 reason=Error +2024-04-05T18:33:00Z delta pod=billing-0 reason=Completed +2024-04-05T07:30:00Z delta pod=billing-3 reason=CrashLoopBackOff +2024-04-05T03:54:00Z delta pod=auth-api-2 reason=CrashLoopBackOff +2024-04-05T12:15:00Z delta pod=billing-4 reason=CrashLoopBackOff +2024-04-05T09:39:00Z delta pod=billing-8 reason=ImagePullBackOff +2024-04-05T09:20:00Z delta pod=billing-4 reason=CrashLoopBackOff +2024-04-05T02:15:00Z delta pod=billing-1 reason=CrashLoopBackOff +2024-04-05T07:01:00Z delta pod=billing-8 reason=CrashLoopBackOff +2024-04-05T20:03:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-05T22:00:00Z delta pod=billing-1 reason=Running +2024-04-05T03:50:00Z delta pod=billing-1 reason=CrashLoopBackOff +2024-04-05T06:32:00Z delta pod=billing-7 reason=ImagePullBackOff +2024-04-05T02:16:00Z delta pod=auth-api-6 reason=Completed +2024-04-05T10:51:00Z delta pod=billing-0 reason=Running diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..ede7700ee4f58f1c181d9c417892be10f640e541 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-01.log @@ -0,0 +1,40 @@ +2024-04-01T08:50:00Z alpha pod=auth-api-3 reason=Running +2024-04-01T15:20:00Z alpha pod=billing-8 reason=Running +2024-04-01T21:28:00Z alpha pod=auth-api-5 reason=Completed +2024-04-01T22:43:00Z alpha pod=auth-api-5 reason=CrashLoopBackOff +2024-04-01T21:06:00Z alpha pod=auth-api-2 reason=Completed +2024-04-01T21:31:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-01T00:42:00Z alpha pod=auth-api-2 reason=Completed +2024-04-01T09:33:00Z alpha pod=auth-api-3 reason=ImagePullBackOff +2024-04-01T12:10:00Z alpha pod=auth-api-7 reason=Error +2024-04-01T12:42:00Z alpha pod=billing-4 reason=Completed +2024-04-01T12:59:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T11:50:00Z alpha pod=auth-api-4 reason=Error +2024-04-01T03:48:00Z alpha pod=auth-api-5 reason=Error +2024-04-01T10:17:00Z alpha pod=billing-4 reason=ImagePullBackOff +2024-04-01T16:46:00Z alpha pod=auth-api-9 reason=Completed +2024-04-01T10:38:00Z alpha pod=billing-6 reason=Running +2024-04-01T23:47:00Z alpha pod=billing-1 reason=Error +2024-04-01T13:06:00Z alpha pod=auth-api-1 reason=Error +2024-04-01T05:18:00Z alpha pod=auth-api-0 reason=Running +2024-04-01T09:40:00Z alpha pod=billing-8 reason=Error +2024-04-01T00:38:00Z alpha pod=auth-api-1 reason=Error +2024-04-01T12:12:00Z alpha pod=billing-8 reason=Completed +2024-04-01T10:11:00Z alpha pod=billing-9 reason=ImagePullBackOff +2024-04-01T01:37:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-01T20:19:00Z alpha pod=auth-api-5 reason=Running +2024-04-01T00:32:00Z alpha pod=billing-4 reason=Running +2024-04-01T02:01:00Z alpha pod=auth-api-0 reason=CrashLoopBackOff +2024-04-01T06:52:00Z alpha pod=auth-api-9 reason=Error +2024-04-01T21:51:00Z alpha pod=billing-5 reason=Running +2024-04-01T04:33:00Z alpha pod=auth-api-0 reason=Completed +2024-04-01T14:07:00Z alpha pod=auth-api-3 reason=Completed +2024-04-01T07:55:00Z alpha pod=auth-api-1 reason=Running +2024-04-01T05:58:00Z alpha pod=auth-api-7 reason=CrashLoopBackOff +2024-04-01T02:29:00Z alpha pod=auth-api-0 reason=Running +2024-04-01T00:30:00Z alpha pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T18:11:00Z alpha pod=billing-0 reason=CrashLoopBackOff +2024-04-01T17:28:00Z alpha pod=billing-1 reason=Completed +2024-04-01T22:07:00Z alpha pod=auth-api-0 reason=ImagePullBackOff +2024-04-01T13:17:00Z alpha pod=auth-api-4 reason=Error +2024-04-01T12:27:00Z alpha pod=billing-3 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..675678f3b7d54351ac404c2f30f8a88071f0263e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-02.log @@ -0,0 +1,36 @@ +2024-04-02T06:53:00Z alpha pod=billing-0 reason=Error +2024-04-02T02:21:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-02T04:30:00Z alpha pod=billing-4 reason=Completed +2024-04-02T04:15:00Z alpha pod=auth-api-3 reason=ImagePullBackOff +2024-04-02T06:13:00Z alpha pod=billing-8 reason=Completed +2024-04-02T12:18:00Z alpha pod=billing-3 reason=CrashLoopBackOff +2024-04-02T13:17:00Z alpha pod=auth-api-8 reason=Completed +2024-04-02T06:10:00Z alpha pod=auth-api-3 reason=ImagePullBackOff +2024-04-02T16:32:00Z alpha pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T00:26:00Z alpha pod=auth-api-9 reason=CrashLoopBackOff +2024-04-02T17:04:00Z alpha pod=auth-api-0 reason=ImagePullBackOff +2024-04-02T06:27:00Z alpha pod=auth-api-9 reason=Error +2024-04-02T19:21:00Z alpha pod=billing-5 reason=Completed +2024-04-02T23:54:00Z alpha pod=billing-4 reason=CrashLoopBackOff +2024-04-02T12:47:00Z alpha pod=auth-api-8 reason=Error +2024-04-02T22:54:00Z alpha pod=auth-api-8 reason=Running +2024-04-02T00:47:00Z alpha pod=auth-api-1 reason=Running +2024-04-02T20:26:00Z alpha pod=billing-2 reason=ImagePullBackOff +2024-04-02T11:56:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-02T12:43:00Z alpha pod=billing-5 reason=CrashLoopBackOff +2024-04-02T05:42:00Z alpha pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T17:26:00Z alpha pod=billing-5 reason=Running +2024-04-02T17:24:00Z alpha pod=billing-6 reason=Completed +2024-04-02T09:46:00Z alpha pod=auth-api-2 reason=Running +2024-04-02T13:06:00Z alpha pod=billing-6 reason=Running +2024-04-02T10:13:00Z alpha pod=billing-8 reason=CrashLoopBackOff +2024-04-02T16:01:00Z alpha pod=billing-6 reason=ImagePullBackOff +2024-04-02T22:03:00Z alpha pod=billing-5 reason=Error +2024-04-02T23:55:00Z alpha pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T04:27:00Z alpha pod=auth-api-7 reason=ImagePullBackOff +2024-04-02T13:20:00Z alpha pod=auth-api-0 reason=ImagePullBackOff +2024-04-02T04:17:00Z alpha pod=billing-4 reason=Error +2024-04-02T06:03:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-02T17:12:00Z alpha pod=billing-7 reason=Error +2024-04-02T07:47:00Z alpha pod=auth-api-4 reason=Error +2024-04-02T11:14:00Z alpha pod=auth-api-9 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..3ce932e0815485b9b7cdf1805ca815cd08c4c734 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-03.log @@ -0,0 +1,33 @@ +2024-04-03T06:42:00Z alpha pod=auth-api-9 reason=Completed +2024-04-03T12:59:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-03T05:37:00Z alpha pod=auth-api-7 reason=ImagePullBackOff +2024-04-03T15:36:00Z alpha pod=auth-api-2 reason=Completed +2024-04-03T12:35:00Z alpha pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T15:25:00Z alpha pod=auth-api-5 reason=Error +2024-04-03T08:29:00Z alpha pod=auth-api-7 reason=Running +2024-04-03T22:05:00Z alpha pod=auth-api-3 reason=Error +2024-04-03T09:45:00Z alpha pod=auth-api-4 reason=ImagePullBackOff +2024-04-03T11:58:00Z alpha pod=auth-api-4 reason=Error +2024-04-03T10:19:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-03T18:24:00Z alpha pod=billing-4 reason=Running +2024-04-03T18:37:00Z alpha pod=auth-api-6 reason=Error +2024-04-03T16:15:00Z alpha pod=billing-7 reason=ImagePullBackOff +2024-04-03T20:42:00Z alpha pod=auth-api-4 reason=Error +2024-04-03T10:12:00Z alpha pod=billing-0 reason=Error +2024-04-03T09:21:00Z alpha pod=billing-4 reason=Error +2024-04-03T22:17:00Z alpha pod=auth-api-2 reason=Error +2024-04-03T13:11:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-03T10:43:00Z alpha pod=billing-8 reason=Error +2024-04-03T14:09:00Z alpha pod=billing-5 reason=Running +2024-04-03T18:42:00Z alpha pod=billing-1 reason=Completed +2024-04-03T20:49:00Z alpha pod=auth-api-0 reason=Error +2024-04-03T22:36:00Z alpha pod=billing-4 reason=CrashLoopBackOff +2024-04-03T03:57:00Z alpha pod=auth-api-5 reason=Completed +2024-04-03T20:15:00Z alpha pod=billing-5 reason=CrashLoopBackOff +2024-04-03T13:12:00Z alpha pod=auth-api-6 reason=Running +2024-04-03T13:31:00Z alpha pod=billing-8 reason=Running +2024-04-03T11:11:00Z alpha pod=billing-1 reason=Completed +2024-04-03T18:08:00Z alpha pod=billing-5 reason=ImagePullBackOff +2024-04-03T18:56:00Z alpha pod=billing-4 reason=Completed +2024-04-03T18:12:00Z alpha pod=auth-api-3 reason=Error +2024-04-03T05:08:00Z alpha pod=auth-api-0 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..5ea8f631a04c6dcf5053366d7d6e07aec6206b3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T07:31:00Z alpha pod=billing-4 reason=ImagePullBackOff +2024-04-04T22:19:00Z alpha pod=auth-api-8 reason=Running +2024-04-04T18:29:00Z alpha pod=auth-api-4 reason=Error +2024-04-04T02:07:00Z alpha pod=billing-8 reason=Running +2024-04-04T23:12:00Z alpha pod=billing-5 reason=Completed +2024-04-04T12:19:00Z alpha pod=billing-3 reason=CrashLoopBackOff +2024-04-04T01:18:00Z alpha pod=auth-api-0 reason=Error +2024-04-04T22:20:00Z alpha pod=billing-3 reason=Running +2024-04-04T12:41:00Z alpha pod=billing-0 reason=CrashLoopBackOff +2024-04-04T20:28:00Z alpha pod=billing-0 reason=Error +2024-04-04T20:51:00Z alpha pod=auth-api-6 reason=Error +2024-04-04T06:46:00Z alpha pod=auth-api-7 reason=Running +2024-04-04T01:57:00Z alpha pod=auth-api-5 reason=Error +2024-04-04T09:54:00Z alpha pod=billing-1 reason=CrashLoopBackOff +2024-04-04T19:56:00Z alpha pod=auth-api-3 reason=Error +2024-04-04T08:38:00Z alpha pod=auth-api-9 reason=ImagePullBackOff +2024-04-04T03:33:00Z alpha pod=auth-api-6 reason=Error +2024-04-04T14:20:00Z alpha pod=billing-4 reason=CrashLoopBackOff +2024-04-04T02:34:00Z alpha pod=billing-8 reason=Running +2024-04-04T02:35:00Z alpha pod=billing-5 reason=Completed +2024-04-04T22:19:00Z alpha pod=billing-7 reason=CrashLoopBackOff +2024-04-04T17:03:00Z alpha pod=auth-api-9 reason=Running +2024-04-04T14:18:00Z alpha pod=auth-api-5 reason=CrashLoopBackOff +2024-04-04T21:40:00Z alpha pod=auth-api-6 reason=Completed +2024-04-04T17:02:00Z alpha pod=billing-0 reason=ImagePullBackOff +2024-04-04T14:55:00Z alpha pod=auth-api-4 reason=Error +2024-04-04T18:25:00Z alpha pod=billing-6 reason=CrashLoopBackOff +2024-04-04T07:39:00Z alpha pod=billing-2 reason=Running +2024-04-04T17:57:00Z alpha pod=billing-0 reason=CrashLoopBackOff +2024-04-04T11:27:00Z alpha pod=auth-api-0 reason=CrashLoopBackOff +2024-04-04T09:35:00Z alpha pod=billing-1 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..7ee2e1bb2c88ef1eef15e60252783c15cde443db --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/alpha/2024-04-05.log @@ -0,0 +1,26 @@ +2024-04-05T13:25:00Z alpha pod=billing-9 reason=ImagePullBackOff +2024-04-05T06:46:00Z alpha pod=auth-api-8 reason=Running +2024-04-05T14:54:00Z alpha pod=billing-5 reason=Running +2024-04-05T16:27:00Z alpha pod=billing-4 reason=Completed +2024-04-05T14:00:00Z alpha pod=auth-api-8 reason=ImagePullBackOff +2024-04-05T13:04:00Z alpha pod=billing-9 reason=ImagePullBackOff +2024-04-05T00:01:00Z alpha pod=auth-api-1 reason=Running +2024-04-05T22:37:00Z alpha pod=auth-api-9 reason=Completed +2024-04-05T15:27:00Z alpha pod=auth-api-9 reason=Completed +2024-04-05T10:32:00Z alpha pod=billing-4 reason=Running +2024-04-05T11:07:00Z alpha pod=auth-api-4 reason=ImagePullBackOff +2024-04-05T21:03:00Z alpha pod=billing-3 reason=Error +2024-04-05T01:56:00Z alpha pod=auth-api-1 reason=Running +2024-04-05T00:21:00Z alpha pod=billing-0 reason=Running +2024-04-05T19:04:00Z alpha pod=billing-1 reason=Running +2024-04-05T15:28:00Z alpha pod=auth-api-6 reason=Completed +2024-04-05T21:09:00Z alpha pod=billing-4 reason=Running +2024-04-05T10:30:00Z alpha pod=billing-7 reason=ImagePullBackOff +2024-04-05T18:09:00Z alpha pod=billing-6 reason=Error +2024-04-05T20:31:00Z alpha pod=billing-3 reason=Completed +2024-04-05T12:56:00Z alpha pod=billing-9 reason=Completed +2024-04-05T00:11:00Z alpha pod=auth-api-7 reason=CrashLoopBackOff +2024-04-05T04:44:00Z alpha pod=auth-api-4 reason=Running +2024-04-05T01:48:00Z alpha pod=auth-api-8 reason=CrashLoopBackOff +2024-04-05T10:03:00Z alpha pod=auth-api-1 reason=Running +2024-04-05T09:08:00Z alpha pod=billing-6 reason=Running diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..8afab02b6c408c60d2108d23a2ff4826dbbfe811 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-01.log @@ -0,0 +1,40 @@ +2024-04-01T07:01:00Z bravo pod=billing-3 reason=CrashLoopBackOff +2024-04-01T19:51:00Z bravo pod=auth-api-0 reason=CrashLoopBackOff +2024-04-01T19:02:00Z bravo pod=auth-api-8 reason=ImagePullBackOff +2024-04-01T14:42:00Z bravo pod=billing-7 reason=Running +2024-04-01T21:11:00Z bravo pod=auth-api-6 reason=Error +2024-04-01T08:24:00Z bravo pod=billing-5 reason=Running +2024-04-01T09:06:00Z bravo pod=billing-0 reason=Completed +2024-04-01T07:57:00Z bravo pod=billing-3 reason=CrashLoopBackOff +2024-04-01T10:48:00Z bravo pod=auth-api-3 reason=CrashLoopBackOff +2024-04-01T18:34:00Z bravo pod=auth-api-7 reason=Completed +2024-04-01T07:14:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-01T21:00:00Z bravo pod=billing-4 reason=Completed +2024-04-01T15:50:00Z bravo pod=auth-api-5 reason=CrashLoopBackOff +2024-04-01T15:13:00Z bravo pod=auth-api-4 reason=Error +2024-04-01T16:35:00Z bravo pod=auth-api-6 reason=ImagePullBackOff +2024-04-01T20:05:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff +2024-04-01T22:51:00Z bravo pod=billing-9 reason=Completed +2024-04-01T03:15:00Z bravo pod=billing-6 reason=CrashLoopBackOff +2024-04-01T22:24:00Z bravo pod=auth-api-2 reason=CrashLoopBackOff +2024-04-01T02:56:00Z bravo pod=auth-api-3 reason=ImagePullBackOff +2024-04-01T02:46:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-01T16:57:00Z bravo pod=auth-api-3 reason=CrashLoopBackOff +2024-04-01T06:11:00Z bravo pod=billing-2 reason=Completed +2024-04-01T18:25:00Z bravo pod=auth-api-7 reason=Running +2024-04-01T09:21:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-01T18:18:00Z bravo pod=billing-1 reason=Error +2024-04-01T11:50:00Z bravo pod=auth-api-6 reason=Running +2024-04-01T09:50:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-01T17:34:00Z bravo pod=billing-0 reason=Running +2024-04-01T20:29:00Z bravo pod=billing-8 reason=Running +2024-04-01T00:41:00Z bravo pod=billing-1 reason=CrashLoopBackOff +2024-04-01T19:55:00Z bravo pod=billing-2 reason=Running +2024-04-01T06:10:00Z bravo pod=billing-6 reason=ImagePullBackOff +2024-04-01T00:52:00Z bravo pod=auth-api-5 reason=Running +2024-04-01T09:31:00Z bravo pod=auth-api-4 reason=Completed +2024-04-01T01:59:00Z bravo pod=billing-6 reason=Error +2024-04-01T07:34:00Z bravo pod=auth-api-7 reason=CrashLoopBackOff +2024-04-01T03:18:00Z bravo pod=billing-6 reason=ImagePullBackOff +2024-04-01T21:46:00Z bravo pod=billing-4 reason=Error +2024-04-01T07:22:00Z bravo pod=billing-5 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..4a6f514393ea2224df6806664da71958908068ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-02.log @@ -0,0 +1,38 @@ +2024-04-02T04:24:00Z bravo pod=auth-api-3 reason=Running +2024-04-02T10:46:00Z bravo pod=billing-8 reason=CrashLoopBackOff +2024-04-02T23:50:00Z bravo pod=billing-2 reason=Running +2024-04-02T10:43:00Z bravo pod=auth-api-6 reason=Running +2024-04-02T19:23:00Z bravo pod=auth-api-7 reason=CrashLoopBackOff +2024-04-02T22:32:00Z bravo pod=billing-5 reason=Completed +2024-04-02T21:27:00Z bravo pod=billing-2 reason=ImagePullBackOff +2024-04-02T16:34:00Z bravo pod=billing-7 reason=Running +2024-04-02T09:56:00Z bravo pod=billing-4 reason=Error +2024-04-02T20:35:00Z bravo pod=auth-api-6 reason=Running +2024-04-02T04:16:00Z bravo pod=auth-api-4 reason=Completed +2024-04-02T16:17:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-02T14:08:00Z bravo pod=auth-api-8 reason=Running +2024-04-02T10:05:00Z bravo pod=billing-6 reason=CrashLoopBackOff +2024-04-02T00:31:00Z bravo pod=billing-6 reason=Running +2024-04-02T03:46:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-02T08:02:00Z bravo pod=auth-api-6 reason=ImagePullBackOff +2024-04-02T10:48:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-02T12:35:00Z bravo pod=billing-6 reason=Running +2024-04-02T00:15:00Z bravo pod=billing-5 reason=ImagePullBackOff +2024-04-02T02:05:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T23:09:00Z bravo pod=billing-8 reason=ImagePullBackOff +2024-04-02T22:28:00Z bravo pod=billing-2 reason=ImagePullBackOff +2024-04-02T05:31:00Z bravo pod=auth-api-0 reason=CrashLoopBackOff +2024-04-02T04:58:00Z bravo pod=auth-api-6 reason=Completed +2024-04-02T08:17:00Z bravo pod=auth-api-7 reason=Running +2024-04-02T06:23:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-02T05:35:00Z bravo pod=billing-9 reason=Error +2024-04-02T21:32:00Z bravo pod=billing-9 reason=CrashLoopBackOff +2024-04-02T08:39:00Z bravo pod=auth-api-3 reason=Running +2024-04-02T03:53:00Z bravo pod=auth-api-4 reason=Running +2024-04-02T11:06:00Z bravo pod=auth-api-4 reason=Running +2024-04-02T17:40:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff +2024-04-02T06:00:00Z bravo pod=auth-api-6 reason=Error +2024-04-02T14:05:00Z bravo pod=auth-api-3 reason=Completed +2024-04-02T19:38:00Z bravo pod=billing-7 reason=Running +2024-04-02T13:30:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-02T12:40:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..75c99a20c1a6c0fb17d12df40f87b7bfc2b47115 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-03.log @@ -0,0 +1,32 @@ +2024-04-03T17:55:00Z bravo pod=auth-api-6 reason=CrashLoopBackOff +2024-04-03T08:15:00Z bravo pod=auth-api-5 reason=Completed +2024-04-03T14:23:00Z bravo pod=auth-api-5 reason=CrashLoopBackOff +2024-04-03T15:45:00Z bravo pod=auth-api-4 reason=Completed +2024-04-03T23:23:00Z bravo pod=auth-api-3 reason=Error +2024-04-03T19:37:00Z bravo pod=auth-api-0 reason=Error +2024-04-03T08:23:00Z bravo pod=billing-7 reason=ImagePullBackOff +2024-04-03T11:38:00Z bravo pod=auth-api-8 reason=ImagePullBackOff +2024-04-03T07:22:00Z bravo pod=billing-4 reason=CrashLoopBackOff +2024-04-03T20:20:00Z bravo pod=auth-api-9 reason=Running +2024-04-03T08:36:00Z bravo pod=auth-api-9 reason=Running +2024-04-03T11:53:00Z bravo pod=billing-1 reason=Running +2024-04-03T09:31:00Z bravo pod=billing-1 reason=Running +2024-04-03T19:53:00Z bravo pod=auth-api-9 reason=Completed +2024-04-03T15:52:00Z bravo pod=auth-api-4 reason=ImagePullBackOff +2024-04-03T07:42:00Z bravo pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T06:51:00Z bravo pod=billing-4 reason=Error +2024-04-03T03:41:00Z bravo pod=billing-0 reason=ImagePullBackOff +2024-04-03T03:34:00Z bravo pod=auth-api-8 reason=CrashLoopBackOff +2024-04-03T06:24:00Z bravo pod=auth-api-7 reason=Running +2024-04-03T23:57:00Z bravo pod=billing-9 reason=CrashLoopBackOff +2024-04-03T21:05:00Z bravo pod=auth-api-4 reason=Running +2024-04-03T04:50:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-03T06:01:00Z bravo pod=billing-6 reason=Error +2024-04-03T03:25:00Z bravo pod=billing-3 reason=Running +2024-04-03T22:58:00Z bravo pod=auth-api-8 reason=Running +2024-04-03T14:29:00Z bravo pod=auth-api-1 reason=Running +2024-04-03T11:40:00Z bravo pod=billing-4 reason=Error +2024-04-03T00:13:00Z bravo pod=auth-api-8 reason=Running +2024-04-03T22:57:00Z bravo pod=auth-api-6 reason=Error +2024-04-03T17:09:00Z bravo pod=auth-api-0 reason=CrashLoopBackOff +2024-04-03T11:32:00Z bravo pod=auth-api-0 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..1ce376bfe57db0bd4b1c94c0e326b87b13eb2b6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-04.log @@ -0,0 +1,33 @@ +2024-04-04T05:28:00Z bravo pod=billing-1 reason=ImagePullBackOff +2024-04-04T21:26:00Z bravo pod=billing-0 reason=Error +2024-04-04T16:24:00Z bravo pod=billing-6 reason=Completed +2024-04-04T14:06:00Z bravo pod=auth-api-6 reason=Completed +2024-04-04T18:31:00Z bravo pod=auth-api-8 reason=Running +2024-04-04T03:53:00Z bravo pod=billing-0 reason=Running +2024-04-04T13:33:00Z bravo pod=billing-9 reason=CrashLoopBackOff +2024-04-04T11:52:00Z bravo pod=auth-api-1 reason=CrashLoopBackOff +2024-04-04T10:36:00Z bravo pod=billing-9 reason=Completed +2024-04-04T05:02:00Z bravo pod=billing-1 reason=Running +2024-04-04T00:26:00Z bravo pod=auth-api-4 reason=Running +2024-04-04T06:41:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-04T01:20:00Z bravo pod=billing-2 reason=Error +2024-04-04T14:37:00Z bravo pod=auth-api-4 reason=Completed +2024-04-04T20:50:00Z bravo pod=auth-api-6 reason=Running +2024-04-04T08:03:00Z bravo pod=auth-api-8 reason=Error +2024-04-04T07:39:00Z bravo pod=billing-0 reason=Error +2024-04-04T11:09:00Z bravo pod=auth-api-7 reason=Completed +2024-04-04T07:45:00Z bravo pod=billing-3 reason=CrashLoopBackOff +2024-04-04T19:54:00Z bravo pod=auth-api-0 reason=Completed +2024-04-04T00:45:00Z bravo pod=billing-1 reason=Error +2024-04-04T02:37:00Z bravo pod=billing-8 reason=ImagePullBackOff +2024-04-04T19:31:00Z bravo pod=billing-9 reason=ImagePullBackOff +2024-04-04T19:32:00Z bravo pod=auth-api-5 reason=Running +2024-04-04T19:37:00Z bravo pod=auth-api-5 reason=Error +2024-04-04T17:04:00Z bravo pod=billing-6 reason=Completed +2024-04-04T15:23:00Z bravo pod=auth-api-6 reason=Error +2024-04-04T03:40:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-04T00:47:00Z bravo pod=auth-api-2 reason=Running +2024-04-04T02:18:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-04T23:27:00Z bravo pod=billing-8 reason=ImagePullBackOff +2024-04-04T19:59:00Z bravo pod=billing-0 reason=Running +2024-04-04T08:10:00Z bravo pod=billing-6 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..34f0241d3d65915cda150e8b2aee9da591acf6ff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/bravo/2024-04-05.log @@ -0,0 +1,39 @@ +2024-04-05T23:54:00Z bravo pod=auth-api-8 reason=Running +2024-04-05T08:03:00Z bravo pod=billing-2 reason=Running +2024-04-05T16:34:00Z bravo pod=auth-api-6 reason=ImagePullBackOff +2024-04-05T00:08:00Z bravo pod=auth-api-4 reason=CrashLoopBackOff +2024-04-05T18:44:00Z bravo pod=billing-8 reason=Running +2024-04-05T14:11:00Z bravo pod=billing-5 reason=Running +2024-04-05T05:16:00Z bravo pod=auth-api-8 reason=Running +2024-04-05T12:27:00Z bravo pod=billing-4 reason=CrashLoopBackOff +2024-04-05T12:12:00Z bravo pod=billing-1 reason=Completed +2024-04-05T20:59:00Z bravo pod=billing-5 reason=CrashLoopBackOff +2024-04-05T06:13:00Z bravo pod=auth-api-5 reason=ImagePullBackOff +2024-04-05T20:23:00Z bravo pod=billing-8 reason=Running +2024-04-05T04:20:00Z bravo pod=auth-api-2 reason=Completed +2024-04-05T17:47:00Z bravo pod=billing-3 reason=ImagePullBackOff +2024-04-05T13:33:00Z bravo pod=billing-9 reason=Error +2024-04-05T22:52:00Z bravo pod=billing-2 reason=Completed +2024-04-05T10:57:00Z bravo pod=billing-6 reason=ImagePullBackOff +2024-04-05T17:54:00Z bravo pod=auth-api-2 reason=Running +2024-04-05T21:35:00Z bravo pod=auth-api-3 reason=Error +2024-04-05T04:51:00Z bravo pod=auth-api-4 reason=ImagePullBackOff +2024-04-05T18:33:00Z bravo pod=billing-8 reason=Error +2024-04-05T03:26:00Z bravo pod=billing-8 reason=Completed +2024-04-05T04:31:00Z bravo pod=billing-2 reason=Error +2024-04-05T03:36:00Z bravo pod=auth-api-1 reason=Completed +2024-04-05T03:56:00Z bravo pod=auth-api-8 reason=Error +2024-04-05T18:47:00Z bravo pod=billing-5 reason=Completed +2024-04-05T10:40:00Z bravo pod=billing-0 reason=Running +2024-04-05T05:06:00Z bravo pod=billing-4 reason=Running +2024-04-05T01:52:00Z bravo pod=auth-api-8 reason=Running +2024-04-05T15:24:00Z bravo pod=auth-api-1 reason=Running +2024-04-05T00:39:00Z bravo pod=billing-2 reason=ImagePullBackOff +2024-04-05T01:37:00Z bravo pod=auth-api-7 reason=Running +2024-04-05T14:01:00Z bravo pod=auth-api-8 reason=Error +2024-04-05T16:34:00Z bravo pod=billing-5 reason=ImagePullBackOff +2024-04-05T07:18:00Z bravo pod=auth-api-2 reason=Completed +2024-04-05T02:28:00Z bravo pod=billing-8 reason=Error +2024-04-05T23:49:00Z bravo pod=auth-api-4 reason=Completed +2024-04-05T09:22:00Z bravo pod=auth-api-0 reason=Completed +2024-04-05T06:08:00Z bravo pod=auth-api-6 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..6fddb6fadc2eefb73d5bf715b17425c4c815ba72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-01.log @@ -0,0 +1,33 @@ +2024-04-01T07:57:00Z charlie pod=auth-api-7 reason=Error +2024-04-01T16:43:00Z charlie pod=auth-api-1 reason=Running +2024-04-01T07:44:00Z charlie pod=billing-9 reason=CrashLoopBackOff +2024-04-01T03:12:00Z charlie pod=auth-api-3 reason=Running +2024-04-01T07:40:00Z charlie pod=billing-0 reason=CrashLoopBackOff +2024-04-01T13:31:00Z charlie pod=billing-3 reason=CrashLoopBackOff +2024-04-01T13:48:00Z charlie pod=billing-3 reason=Running +2024-04-01T12:22:00Z charlie pod=auth-api-7 reason=Error +2024-04-01T14:57:00Z charlie pod=billing-7 reason=ImagePullBackOff +2024-04-01T10:10:00Z charlie pod=billing-6 reason=Running +2024-04-01T10:47:00Z charlie pod=billing-1 reason=CrashLoopBackOff +2024-04-01T08:52:00Z charlie pod=billing-8 reason=ImagePullBackOff +2024-04-01T18:42:00Z charlie pod=auth-api-8 reason=Error +2024-04-01T16:17:00Z charlie pod=billing-9 reason=Running +2024-04-01T14:41:00Z charlie pod=billing-0 reason=Completed +2024-04-01T16:43:00Z charlie pod=auth-api-1 reason=Error +2024-04-01T09:17:00Z charlie pod=billing-5 reason=CrashLoopBackOff +2024-04-01T01:04:00Z charlie pod=auth-api-3 reason=ImagePullBackOff +2024-04-01T00:29:00Z charlie pod=billing-6 reason=Running +2024-04-01T09:34:00Z charlie pod=billing-3 reason=Completed +2024-04-01T06:32:00Z charlie pod=auth-api-5 reason=Running +2024-04-01T16:10:00Z charlie pod=auth-api-1 reason=Completed +2024-04-01T05:05:00Z charlie pod=billing-0 reason=Running +2024-04-01T03:55:00Z charlie pod=billing-6 reason=Error +2024-04-01T06:01:00Z charlie pod=auth-api-3 reason=Error +2024-04-01T13:05:00Z charlie pod=billing-3 reason=CrashLoopBackOff +2024-04-01T23:48:00Z charlie pod=auth-api-5 reason=Completed +2024-04-01T23:05:00Z charlie pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T22:52:00Z charlie pod=billing-4 reason=Error +2024-04-01T11:40:00Z charlie pod=billing-1 reason=Error +2024-04-01T22:51:00Z charlie pod=billing-2 reason=Error +2024-04-01T13:53:00Z charlie pod=billing-1 reason=Completed +2024-04-01T06:21:00Z charlie pod=billing-3 reason=Error diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7682dc6ad16cf54c2da5875719e34f33b0f06e47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-02.log @@ -0,0 +1,38 @@ +2024-04-02T15:18:00Z charlie pod=auth-api-5 reason=CrashLoopBackOff +2024-04-02T10:27:00Z charlie pod=billing-5 reason=CrashLoopBackOff +2024-04-02T16:29:00Z charlie pod=auth-api-8 reason=CrashLoopBackOff +2024-04-02T21:25:00Z charlie pod=auth-api-1 reason=Completed +2024-04-02T08:17:00Z charlie pod=billing-2 reason=Completed +2024-04-02T15:40:00Z charlie pod=auth-api-0 reason=CrashLoopBackOff +2024-04-02T01:36:00Z charlie pod=billing-0 reason=Completed +2024-04-02T09:38:00Z charlie pod=billing-8 reason=CrashLoopBackOff +2024-04-02T05:24:00Z charlie pod=auth-api-5 reason=ImagePullBackOff +2024-04-02T15:39:00Z charlie pod=billing-7 reason=ImagePullBackOff +2024-04-02T21:02:00Z charlie pod=billing-8 reason=CrashLoopBackOff +2024-04-02T18:33:00Z charlie pod=billing-7 reason=ImagePullBackOff +2024-04-02T13:49:00Z charlie pod=auth-api-8 reason=ImagePullBackOff +2024-04-02T16:20:00Z charlie pod=billing-9 reason=Running +2024-04-02T00:32:00Z charlie pod=auth-api-1 reason=Completed +2024-04-02T22:38:00Z charlie pod=auth-api-8 reason=Error +2024-04-02T12:17:00Z charlie pod=auth-api-5 reason=Running +2024-04-02T07:55:00Z charlie pod=billing-2 reason=Running +2024-04-02T21:43:00Z charlie pod=billing-8 reason=Running +2024-04-02T14:57:00Z charlie pod=billing-3 reason=Completed +2024-04-02T03:15:00Z charlie pod=billing-9 reason=ImagePullBackOff +2024-04-02T22:47:00Z charlie pod=billing-8 reason=Running +2024-04-02T23:28:00Z charlie pod=auth-api-8 reason=Running +2024-04-02T23:41:00Z charlie pod=auth-api-6 reason=Completed +2024-04-02T17:50:00Z charlie pod=billing-1 reason=Error +2024-04-02T14:55:00Z charlie pod=billing-0 reason=Error +2024-04-02T16:37:00Z charlie pod=billing-8 reason=Completed +2024-04-02T11:17:00Z charlie pod=billing-6 reason=Completed +2024-04-02T19:08:00Z charlie pod=auth-api-9 reason=Completed +2024-04-02T12:16:00Z charlie pod=auth-api-1 reason=Error +2024-04-02T21:07:00Z charlie pod=auth-api-3 reason=Error +2024-04-02T13:56:00Z charlie pod=auth-api-4 reason=Error +2024-04-02T09:20:00Z charlie pod=auth-api-9 reason=Error +2024-04-02T02:16:00Z charlie pod=billing-7 reason=Error +2024-04-02T20:52:00Z charlie pod=billing-4 reason=Error +2024-04-02T02:28:00Z charlie pod=billing-6 reason=CrashLoopBackOff +2024-04-02T19:10:00Z charlie pod=auth-api-6 reason=Running +2024-04-02T07:31:00Z charlie pod=billing-9 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..3ea9bca7741f7fbcea5432a1773fe195b97b3292 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-03.log @@ -0,0 +1,40 @@ +2024-04-03T06:07:00Z charlie pod=billing-6 reason=CrashLoopBackOff +2024-04-03T15:51:00Z charlie pod=auth-api-1 reason=Completed +2024-04-03T16:53:00Z charlie pod=auth-api-8 reason=ImagePullBackOff +2024-04-03T09:38:00Z charlie pod=auth-api-7 reason=Completed +2024-04-03T18:54:00Z charlie pod=billing-4 reason=Completed +2024-04-03T04:28:00Z charlie pod=billing-7 reason=Running +2024-04-03T17:46:00Z charlie pod=billing-8 reason=Completed +2024-04-03T09:02:00Z charlie pod=auth-api-5 reason=CrashLoopBackOff +2024-04-03T15:19:00Z charlie pod=auth-api-2 reason=Error +2024-04-03T13:19:00Z charlie pod=auth-api-3 reason=Running +2024-04-03T07:02:00Z charlie pod=auth-api-5 reason=Completed +2024-04-03T22:55:00Z charlie pod=auth-api-7 reason=Error +2024-04-03T04:08:00Z charlie pod=auth-api-0 reason=Completed +2024-04-03T22:02:00Z charlie pod=auth-api-3 reason=Error +2024-04-03T04:12:00Z charlie pod=billing-5 reason=Completed +2024-04-03T17:25:00Z charlie pod=auth-api-3 reason=CrashLoopBackOff +2024-04-03T15:14:00Z charlie pod=billing-9 reason=ImagePullBackOff +2024-04-03T07:23:00Z charlie pod=auth-api-7 reason=Error +2024-04-03T18:43:00Z charlie pod=billing-0 reason=CrashLoopBackOff +2024-04-03T19:15:00Z charlie pod=billing-5 reason=Error +2024-04-03T17:08:00Z charlie pod=billing-4 reason=Completed +2024-04-03T22:12:00Z charlie pod=auth-api-5 reason=ImagePullBackOff +2024-04-03T18:31:00Z charlie pod=billing-8 reason=ImagePullBackOff +2024-04-03T22:12:00Z charlie pod=billing-4 reason=CrashLoopBackOff +2024-04-03T13:45:00Z charlie pod=billing-4 reason=ImagePullBackOff +2024-04-03T11:15:00Z charlie pod=auth-api-7 reason=ImagePullBackOff +2024-04-03T16:20:00Z charlie pod=auth-api-6 reason=Error +2024-04-03T10:38:00Z charlie pod=auth-api-4 reason=Running +2024-04-03T07:35:00Z charlie pod=billing-0 reason=Completed +2024-04-03T07:50:00Z charlie pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T00:20:00Z charlie pod=auth-api-1 reason=Error +2024-04-03T18:37:00Z charlie pod=auth-api-6 reason=ImagePullBackOff +2024-04-03T21:33:00Z charlie pod=billing-7 reason=Error +2024-04-03T04:32:00Z charlie pod=auth-api-7 reason=CrashLoopBackOff +2024-04-03T18:22:00Z charlie pod=billing-0 reason=ImagePullBackOff +2024-04-03T04:17:00Z charlie pod=billing-5 reason=ImagePullBackOff +2024-04-03T06:16:00Z charlie pod=auth-api-0 reason=Completed +2024-04-03T01:04:00Z charlie pod=auth-api-1 reason=CrashLoopBackOff +2024-04-03T03:31:00Z charlie pod=auth-api-9 reason=CrashLoopBackOff +2024-04-03T14:32:00Z charlie pod=billing-2 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..c853243bcd5b6555b04f70b4be1f78101901782a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-04.log @@ -0,0 +1,28 @@ +2024-04-04T23:11:00Z charlie pod=billing-5 reason=CrashLoopBackOff +2024-04-04T21:21:00Z charlie pod=auth-api-8 reason=Completed +2024-04-04T15:37:00Z charlie pod=auth-api-1 reason=CrashLoopBackOff +2024-04-04T23:27:00Z charlie pod=auth-api-9 reason=Running +2024-04-04T15:21:00Z charlie pod=billing-8 reason=Error +2024-04-04T02:49:00Z charlie pod=billing-4 reason=ImagePullBackOff +2024-04-04T16:18:00Z charlie pod=billing-0 reason=ImagePullBackOff +2024-04-04T08:22:00Z charlie pod=auth-api-1 reason=CrashLoopBackOff +2024-04-04T05:36:00Z charlie pod=billing-9 reason=CrashLoopBackOff +2024-04-04T09:00:00Z charlie pod=auth-api-7 reason=ImagePullBackOff +2024-04-04T15:44:00Z charlie pod=auth-api-7 reason=Error +2024-04-04T19:32:00Z charlie pod=billing-1 reason=CrashLoopBackOff +2024-04-04T06:12:00Z charlie pod=billing-6 reason=ImagePullBackOff +2024-04-04T04:51:00Z charlie pod=billing-7 reason=CrashLoopBackOff +2024-04-04T16:03:00Z charlie pod=auth-api-5 reason=ImagePullBackOff +2024-04-04T05:15:00Z charlie pod=billing-1 reason=Completed +2024-04-04T04:10:00Z charlie pod=auth-api-3 reason=ImagePullBackOff +2024-04-04T11:50:00Z charlie pod=billing-4 reason=Error +2024-04-04T17:30:00Z charlie pod=billing-5 reason=Running +2024-04-04T20:36:00Z charlie pod=billing-9 reason=CrashLoopBackOff +2024-04-04T13:18:00Z charlie pod=billing-9 reason=ImagePullBackOff +2024-04-04T01:18:00Z charlie pod=auth-api-0 reason=Completed +2024-04-04T21:29:00Z charlie pod=billing-3 reason=Running +2024-04-04T23:10:00Z charlie pod=auth-api-3 reason=Completed +2024-04-04T21:15:00Z charlie pod=auth-api-9 reason=Error +2024-04-04T22:43:00Z charlie pod=auth-api-2 reason=Running +2024-04-04T18:57:00Z charlie pod=auth-api-0 reason=ImagePullBackOff +2024-04-04T04:44:00Z charlie pod=auth-api-4 reason=Running diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..1fdb15a69b9e5e94bee5dd2181b9828c476a04e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/charlie/2024-04-05.log @@ -0,0 +1,31 @@ +2024-04-05T11:09:00Z charlie pod=billing-1 reason=Running +2024-04-05T22:08:00Z charlie pod=billing-7 reason=Running +2024-04-05T15:59:00Z charlie pod=auth-api-4 reason=CrashLoopBackOff +2024-04-05T20:27:00Z charlie pod=billing-9 reason=Completed +2024-04-05T05:10:00Z charlie pod=auth-api-6 reason=Completed +2024-04-05T10:22:00Z charlie pod=auth-api-9 reason=ImagePullBackOff +2024-04-05T03:22:00Z charlie pod=auth-api-7 reason=Running +2024-04-05T21:23:00Z charlie pod=auth-api-0 reason=Completed +2024-04-05T05:36:00Z charlie pod=billing-3 reason=Running +2024-04-05T08:43:00Z charlie pod=billing-7 reason=Running +2024-04-05T23:19:00Z charlie pod=billing-7 reason=Running +2024-04-05T03:42:00Z charlie pod=billing-6 reason=CrashLoopBackOff +2024-04-05T23:31:00Z charlie pod=auth-api-1 reason=Completed +2024-04-05T19:25:00Z charlie pod=auth-api-4 reason=ImagePullBackOff +2024-04-05T16:42:00Z charlie pod=billing-2 reason=Error +2024-04-05T03:29:00Z charlie pod=billing-4 reason=CrashLoopBackOff +2024-04-05T21:32:00Z charlie pod=billing-7 reason=Running +2024-04-05T22:16:00Z charlie pod=auth-api-0 reason=CrashLoopBackOff +2024-04-05T12:59:00Z charlie pod=auth-api-9 reason=CrashLoopBackOff +2024-04-05T01:52:00Z charlie pod=billing-6 reason=Running +2024-04-05T23:38:00Z charlie pod=billing-1 reason=Completed +2024-04-05T20:23:00Z charlie pod=auth-api-8 reason=ImagePullBackOff +2024-04-05T09:25:00Z charlie pod=auth-api-9 reason=ImagePullBackOff +2024-04-05T22:17:00Z charlie pod=billing-9 reason=Error +2024-04-05T09:52:00Z charlie pod=billing-1 reason=Error +2024-04-05T19:43:00Z charlie pod=auth-api-6 reason=Error +2024-04-05T01:35:00Z charlie pod=auth-api-9 reason=Error +2024-04-05T03:33:00Z charlie pod=auth-api-9 reason=CrashLoopBackOff +2024-04-05T22:56:00Z charlie pod=auth-api-8 reason=CrashLoopBackOff +2024-04-05T21:47:00Z charlie pod=auth-api-0 reason=Error +2024-04-05T01:41:00Z charlie pod=billing-2 reason=CrashLoopBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-01.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..4f3f87182edf3b71f1c112f529e1974d89775de7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-01.log @@ -0,0 +1,40 @@ +2024-04-01T12:00:00Z delta pod=auth-api-2 reason=Error +2024-04-01T00:27:00Z delta pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T17:26:00Z delta pod=auth-api-6 reason=Running +2024-04-01T12:37:00Z delta pod=auth-api-2 reason=Completed +2024-04-01T03:32:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T13:47:00Z delta pod=auth-api-2 reason=ImagePullBackOff +2024-04-01T18:44:00Z delta pod=billing-3 reason=Error +2024-04-01T06:44:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-01T17:08:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T03:46:00Z delta pod=auth-api-7 reason=CrashLoopBackOff +2024-04-01T09:48:00Z delta pod=billing-2 reason=ImagePullBackOff +2024-04-01T04:18:00Z delta pod=billing-7 reason=Error +2024-04-01T02:34:00Z delta pod=billing-9 reason=Running +2024-04-01T19:42:00Z delta pod=auth-api-4 reason=Error +2024-04-01T17:46:00Z delta pod=auth-api-2 reason=Error +2024-04-01T02:40:00Z delta pod=auth-api-9 reason=ImagePullBackOff +2024-04-01T12:44:00Z delta pod=auth-api-8 reason=CrashLoopBackOff +2024-04-01T10:49:00Z delta pod=billing-8 reason=CrashLoopBackOff +2024-04-01T07:45:00Z delta pod=auth-api-3 reason=Error +2024-04-01T07:23:00Z delta pod=auth-api-1 reason=Running +2024-04-01T03:19:00Z delta pod=billing-8 reason=Running +2024-04-01T11:00:00Z delta pod=billing-2 reason=Error +2024-04-01T01:25:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-01T06:27:00Z delta pod=billing-5 reason=CrashLoopBackOff +2024-04-01T16:07:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-01T19:18:00Z delta pod=auth-api-6 reason=Completed +2024-04-01T03:19:00Z delta pod=billing-4 reason=Completed +2024-04-01T09:22:00Z delta pod=billing-1 reason=ImagePullBackOff +2024-04-01T06:00:00Z delta pod=auth-api-7 reason=Completed +2024-04-01T12:42:00Z delta pod=auth-api-9 reason=ImagePullBackOff +2024-04-01T13:18:00Z delta pod=billing-6 reason=Completed +2024-04-01T00:08:00Z delta pod=billing-2 reason=ImagePullBackOff +2024-04-01T06:50:00Z delta pod=billing-3 reason=Error +2024-04-01T23:12:00Z delta pod=billing-0 reason=Running +2024-04-01T00:49:00Z delta pod=billing-5 reason=CrashLoopBackOff +2024-04-01T08:39:00Z delta pod=billing-0 reason=CrashLoopBackOff +2024-04-01T19:06:00Z delta pod=billing-9 reason=ImagePullBackOff +2024-04-01T10:21:00Z delta pod=billing-9 reason=CrashLoopBackOff +2024-04-01T03:48:00Z delta pod=auth-api-4 reason=Running +2024-04-01T15:16:00Z delta pod=billing-3 reason=Completed diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-02.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..ca467867d19a5573662564724593b2e1acd39813 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-02.log @@ -0,0 +1,26 @@ +2024-04-02T12:17:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-02T09:36:00Z delta pod=auth-api-9 reason=CrashLoopBackOff +2024-04-02T08:56:00Z delta pod=auth-api-0 reason=Completed +2024-04-02T11:01:00Z delta pod=billing-8 reason=Running +2024-04-02T17:58:00Z delta pod=billing-6 reason=Running +2024-04-02T08:24:00Z delta pod=billing-4 reason=Completed +2024-04-02T23:05:00Z delta pod=auth-api-6 reason=Error +2024-04-02T19:38:00Z delta pod=auth-api-4 reason=CrashLoopBackOff +2024-04-02T02:54:00Z delta pod=billing-7 reason=ImagePullBackOff +2024-04-02T23:36:00Z delta pod=billing-9 reason=CrashLoopBackOff +2024-04-02T11:50:00Z delta pod=billing-6 reason=Running +2024-04-02T14:37:00Z delta pod=billing-2 reason=Error +2024-04-02T09:26:00Z delta pod=billing-7 reason=Error +2024-04-02T04:57:00Z delta pod=auth-api-2 reason=Running +2024-04-02T03:24:00Z delta pod=billing-1 reason=CrashLoopBackOff +2024-04-02T14:30:00Z delta pod=auth-api-4 reason=CrashLoopBackOff +2024-04-02T19:28:00Z delta pod=auth-api-7 reason=Error +2024-04-02T09:57:00Z delta pod=billing-4 reason=Completed +2024-04-02T20:31:00Z delta pod=auth-api-4 reason=Running +2024-04-02T01:44:00Z delta pod=auth-api-7 reason=Completed +2024-04-02T17:21:00Z delta pod=auth-api-2 reason=Completed +2024-04-02T05:57:00Z delta pod=auth-api-0 reason=Completed +2024-04-02T15:16:00Z delta pod=auth-api-7 reason=Error +2024-04-02T23:54:00Z delta pod=auth-api-3 reason=Error +2024-04-02T03:59:00Z delta pod=billing-2 reason=Completed +2024-04-02T17:39:00Z delta pod=auth-api-5 reason=ImagePullBackOff diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-03.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a0d76aacd33bb793adff743f37ebd9812fe54701 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-03.log @@ -0,0 +1,34 @@ +2024-04-03T08:03:00Z delta pod=billing-5 reason=Error +2024-04-03T10:16:00Z delta pod=billing-5 reason=ImagePullBackOff +2024-04-03T06:02:00Z delta pod=billing-8 reason=Error +2024-04-03T08:55:00Z delta pod=auth-api-2 reason=Error +2024-04-03T01:01:00Z delta pod=billing-7 reason=Completed +2024-04-03T20:57:00Z delta pod=auth-api-5 reason=Completed +2024-04-03T23:10:00Z delta pod=auth-api-7 reason=Completed +2024-04-03T18:36:00Z delta pod=auth-api-8 reason=Completed +2024-04-03T08:46:00Z delta pod=billing-0 reason=CrashLoopBackOff +2024-04-03T00:13:00Z delta pod=billing-9 reason=ImagePullBackOff +2024-04-03T12:01:00Z delta pod=auth-api-8 reason=Completed +2024-04-03T12:15:00Z delta pod=auth-api-4 reason=Completed +2024-04-03T02:41:00Z delta pod=billing-9 reason=ImagePullBackOff +2024-04-03T15:33:00Z delta pod=billing-4 reason=Running +2024-04-03T12:03:00Z delta pod=auth-api-6 reason=Error +2024-04-03T02:37:00Z delta pod=billing-2 reason=Completed +2024-04-03T14:00:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-03T13:24:00Z delta pod=auth-api-7 reason=Completed +2024-04-03T10:49:00Z delta pod=billing-4 reason=Error +2024-04-03T20:32:00Z delta pod=auth-api-9 reason=Completed +2024-04-03T16:10:00Z delta pod=billing-8 reason=Completed +2024-04-03T00:17:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-03T18:31:00Z delta pod=billing-2 reason=Completed +2024-04-03T00:33:00Z delta pod=auth-api-9 reason=ImagePullBackOff +2024-04-03T13:19:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-03T22:40:00Z delta pod=billing-4 reason=Running +2024-04-03T01:45:00Z delta pod=auth-api-6 reason=Error +2024-04-03T10:15:00Z delta pod=auth-api-1 reason=ImagePullBackOff +2024-04-03T11:59:00Z delta pod=billing-2 reason=CrashLoopBackOff +2024-04-03T09:55:00Z delta pod=auth-api-8 reason=Completed +2024-04-03T03:38:00Z delta pod=auth-api-4 reason=Completed +2024-04-03T20:50:00Z delta pod=billing-4 reason=Running +2024-04-03T02:58:00Z delta pod=billing-2 reason=Running +2024-04-03T01:26:00Z delta pod=auth-api-7 reason=Error diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-04.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a00610287716c399d32439c5901578312c54befc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-04.log @@ -0,0 +1,33 @@ +2024-04-04T21:09:00Z delta pod=billing-3 reason=ImagePullBackOff +2024-04-04T08:20:00Z delta pod=auth-api-9 reason=Error +2024-04-04T15:57:00Z delta pod=billing-6 reason=Running +2024-04-04T08:18:00Z delta pod=billing-2 reason=Running +2024-04-04T08:08:00Z delta pod=auth-api-2 reason=ImagePullBackOff +2024-04-04T16:22:00Z delta pod=auth-api-8 reason=CrashLoopBackOff +2024-04-04T23:49:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-04T04:18:00Z delta pod=auth-api-3 reason=Error +2024-04-04T08:02:00Z delta pod=billing-6 reason=Error +2024-04-04T06:43:00Z delta pod=billing-5 reason=ImagePullBackOff +2024-04-04T17:37:00Z delta pod=billing-6 reason=ImagePullBackOff +2024-04-04T05:03:00Z delta pod=billing-9 reason=Running +2024-04-04T11:37:00Z delta pod=billing-1 reason=Completed +2024-04-04T09:06:00Z delta pod=billing-6 reason=Completed +2024-04-04T20:10:00Z delta pod=auth-api-7 reason=CrashLoopBackOff +2024-04-04T22:17:00Z delta pod=billing-2 reason=Running +2024-04-04T10:28:00Z delta pod=billing-6 reason=Running +2024-04-04T19:09:00Z delta pod=billing-3 reason=Error +2024-04-04T05:58:00Z delta pod=auth-api-1 reason=Completed +2024-04-04T00:18:00Z delta pod=billing-9 reason=CrashLoopBackOff +2024-04-04T11:41:00Z delta pod=auth-api-3 reason=Completed +2024-04-04T01:15:00Z delta pod=auth-api-4 reason=Running +2024-04-04T22:36:00Z delta pod=auth-api-9 reason=Completed +2024-04-04T17:23:00Z delta pod=auth-api-4 reason=ImagePullBackOff +2024-04-04T08:30:00Z delta pod=auth-api-2 reason=Completed +2024-04-04T10:08:00Z delta pod=billing-6 reason=CrashLoopBackOff +2024-04-04T12:25:00Z delta pod=billing-1 reason=Completed +2024-04-04T11:32:00Z delta pod=auth-api-4 reason=Error +2024-04-04T03:18:00Z delta pod=auth-api-7 reason=CrashLoopBackOff +2024-04-04T02:16:00Z delta pod=billing-9 reason=Completed +2024-04-04T08:59:00Z delta pod=auth-api-9 reason=Running +2024-04-04T20:36:00Z delta pod=billing-3 reason=CrashLoopBackOff +2024-04-04T14:56:00Z delta pod=auth-api-7 reason=Error diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-05.log b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..04c9c7bd794643073349c29a7bcbd5c988426a25 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/cluster/events/delta/2024-04-05.log @@ -0,0 +1,25 @@ +2024-04-05T05:42:00Z delta pod=auth-api-0 reason=CrashLoopBackOff +2024-04-05T20:50:00Z delta pod=billing-3 reason=Running +2024-04-05T09:16:00Z delta pod=auth-api-3 reason=Completed +2024-04-05T07:39:00Z delta pod=auth-api-5 reason=ImagePullBackOff +2024-04-05T03:37:00Z delta pod=billing-8 reason=Running +2024-04-05T17:16:00Z delta pod=auth-api-5 reason=Running +2024-04-05T17:37:00Z delta pod=auth-api-4 reason=Running +2024-04-05T20:52:00Z delta pod=auth-api-3 reason=Completed +2024-04-05T00:55:00Z delta pod=auth-api-0 reason=Error +2024-04-05T00:20:00Z delta pod=billing-1 reason=Completed +2024-04-05T17:15:00Z delta pod=auth-api-7 reason=Error +2024-04-05T18:33:00Z delta pod=billing-0 reason=Completed +2024-04-05T07:30:00Z delta pod=billing-3 reason=CrashLoopBackOff +2024-04-05T03:54:00Z delta pod=auth-api-2 reason=CrashLoopBackOff +2024-04-05T12:15:00Z delta pod=billing-4 reason=CrashLoopBackOff +2024-04-05T09:39:00Z delta pod=billing-8 reason=ImagePullBackOff +2024-04-05T09:20:00Z delta pod=billing-4 reason=CrashLoopBackOff +2024-04-05T02:15:00Z delta pod=billing-1 reason=CrashLoopBackOff +2024-04-05T07:01:00Z delta pod=billing-8 reason=CrashLoopBackOff +2024-04-05T20:03:00Z delta pod=auth-api-6 reason=ImagePullBackOff +2024-04-05T22:00:00Z delta pod=billing-1 reason=Running +2024-04-05T03:50:00Z delta pod=billing-1 reason=CrashLoopBackOff +2024-04-05T06:32:00Z delta pod=billing-7 reason=ImagePullBackOff +2024-04-05T02:16:00Z delta pod=auth-api-6 reason=Completed +2024-04-05T10:51:00Z delta pod=billing-0 reason=Running diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ca86d529f9/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/auth-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/auth-api.env new file mode 100644 index 0000000000000000000000000000000000000000..f7e5e9e74027917261a80878ec367ce23a51246b --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/auth-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=auth-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/billing-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..24d30adfefaa5c8a0ef4a4aae7b88a85e9dccfca --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/billing-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=billing-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/catalog-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/catalog-api.env new file mode 100644 index 0000000000000000000000000000000000000000..66dcb29e2da92c1a73a12c2f4d67d396a6162f08 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/catalog-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=catalog-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/inventory-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..deba6636d47f32b84c90b2b82848b7d6bb275bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/inventory-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=inventory-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..e1aef13ce4be1b31007fc58e168d705547357aea --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/users-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..60a2830fbd1d1ab8090149a9ef93f672d8d9dc01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/canary/users-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=users-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/inventory-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..deba6636d47f32b84c90b2b82848b7d6bb275bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/inventory-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=inventory-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/ledger-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..ed41125b9122f60857cef3a95f6dbbc8c5b2d689 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/ledger-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=ledger-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/orders-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/orders-api.env new file mode 100644 index 0000000000000000000000000000000000000000..fca1cb276153afaa2046211c198cfa46a9d9afa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/orders-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=orders-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/payment-gateway.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/payment-gateway.env new file mode 100644 index 0000000000000000000000000000000000000000..47ce83a29e5fda2901a2f6275fd300941396686f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/payment-gateway.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=payment-gateway +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/search-indexer.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..01f91681eff661d07dbf569f69e9e598a4bcb47a --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/search-indexer.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=search-indexer +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..e1aef13ce4be1b31007fc58e168d705547357aea --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/dev/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/billing-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..24d30adfefaa5c8a0ef4a4aae7b88a85e9dccfca --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/billing-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=billing-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/checkout-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/checkout-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..4ce6af9fb7cf23eaeaa229203688e32a91d85a43 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/checkout-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=checkout-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/media-encoder.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/media-encoder.env new file mode 100644 index 0000000000000000000000000000000000000000..466b369f70d5fdc343c282325af128333a24ec3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/media-encoder.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=media-encoder +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/search-indexer.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..01f91681eff661d07dbf569f69e9e598a4bcb47a --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/search-indexer.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=search-indexer +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..e1aef13ce4be1b31007fc58e168d705547357aea --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/webhook-dispatcher.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/webhook-dispatcher.env new file mode 100644 index 0000000000000000000000000000000000000000..48c337a37ea2d35583a88968a6a48f69880438e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/prod/webhook-dispatcher.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=webhook-dispatcher +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/inventory-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..deba6636d47f32b84c90b2b82848b7d6bb275bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/inventory-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=inventory-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/ledger-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..ed41125b9122f60857cef3a95f6dbbc8c5b2d689 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/ledger-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=ledger-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/orders-api.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/orders-api.env new file mode 100644 index 0000000000000000000000000000000000000000..fca1cb276153afaa2046211c198cfa46a9d9afa0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/orders-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=orders-api +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/search-indexer.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..01f91681eff661d07dbf569f69e9e598a4bcb47a --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/search-indexer.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=search-indexer +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/session-store.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/session-store.env new file mode 100644 index 0000000000000000000000000000000000000000..bc270ee0f4ed315909a227c242734f1924cd2ed3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/session-store.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=session-store +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..e1aef13ce4be1b31007fc58e168d705547357aea --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/secrets/staging/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=REDACTED +DB_PASSWORD=REDACTED +PUBLIC_KEY=REDACTED +LOG_LEVEL=INFO + +CLIENT_SECRET=REDACTED diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/auth-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/auth-api.env new file mode 100644 index 0000000000000000000000000000000000000000..0258015d3427823f04fb1d3354ad6f8bd23e1b87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/auth-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=auth-api +API_TOKEN=abc5396 +DB_PASSWORD=pw4237 +PUBLIC_KEY=key3693 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh1504 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/billing-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..5d29646b8d0e7e0f396804a43e3579a00b22ea41 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/billing-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=billing-svc +API_TOKEN=abc2506 +DB_PASSWORD=pw1773 +PUBLIC_KEY=key7142 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh4672 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/catalog-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/catalog-api.env new file mode 100644 index 0000000000000000000000000000000000000000..6bcbf4e0fb3f7bb6005283eb45815a69395a07e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/catalog-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=catalog-api +API_TOKEN=abc8109 +DB_PASSWORD=pw1348 +PUBLIC_KEY=key7742 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh9759 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/inventory-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..78616f7b9ea2f7a7d4e4b810194043b3e60042a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/inventory-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=inventory-api +API_TOKEN=abc1512 +DB_PASSWORD=pw2433 +PUBLIC_KEY=key9054 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh7426 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..ac1fb1b483a31fae44dcd1a89248770434c1c0f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=abc5787 +DB_PASSWORD=pw1743 +PUBLIC_KEY=key1262 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh9018 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/users-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/users-api.env new file mode 100644 index 0000000000000000000000000000000000000000..5533606ce345f33db153846d0aeadf92cc7f84b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/canary/users-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=users-api +API_TOKEN=abc7483 +DB_PASSWORD=pw7402 +PUBLIC_KEY=key2615 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh6035 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/inventory-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..1cd453dbc8ba9e73cf378ee57cbfe4ea4f7fb57a --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/inventory-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=inventory-api +API_TOKEN=abc8532 +DB_PASSWORD=pw7419 +PUBLIC_KEY=key4415 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh7387 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/ledger-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..66ac4d757ef416d3b58a525ad457e18290abf0e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/ledger-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=ledger-svc +API_TOKEN=abc5355 +DB_PASSWORD=pw9272 +PUBLIC_KEY=key6932 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh8588 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/orders-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/orders-api.env new file mode 100644 index 0000000000000000000000000000000000000000..808c0913b2b4986fe36caa5fd42e0a6f416f833e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/orders-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=orders-api +API_TOKEN=abc8622 +DB_PASSWORD=pw1815 +PUBLIC_KEY=key3402 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh8828 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/payment-gateway.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/payment-gateway.env new file mode 100644 index 0000000000000000000000000000000000000000..94b14a7b41a013bc4e0df43f3ea17749a2fe278f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/payment-gateway.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=payment-gateway +API_TOKEN=abc1445 +DB_PASSWORD=pw1029 +PUBLIC_KEY=key7733 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh9631 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/search-indexer.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..abf7bf1529074304a2abfc85e311dcf0e3ef18bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/search-indexer.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=search-indexer +API_TOKEN=abc3482 +DB_PASSWORD=pw2006 +PUBLIC_KEY=key6135 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh2287 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..0a4a631c5f2d46894af0b0da4f08c69115a2a2a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/dev/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=abc8437 +DB_PASSWORD=pw1278 +PUBLIC_KEY=key7958 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh5179 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/billing-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/billing-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..53896a0c44b3d482f8691bae9f5807f6d73d5445 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/billing-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=billing-svc +API_TOKEN=abc7962 +DB_PASSWORD=pw5484 +PUBLIC_KEY=key3044 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh8318 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/checkout-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/checkout-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..93f68f457561a8c198d2d31b7f9f5f66fa0d94cf --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/checkout-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=checkout-svc +API_TOKEN=abc4163 +DB_PASSWORD=pw2728 +PUBLIC_KEY=key7591 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh4793 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/media-encoder.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/media-encoder.env new file mode 100644 index 0000000000000000000000000000000000000000..0f5825ffaeb91202d1652efa2f2d9a11029203fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/media-encoder.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=media-encoder +API_TOKEN=abc4673 +DB_PASSWORD=pw3583 +PUBLIC_KEY=key1177 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh4022 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/search-indexer.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..54170f55de30cef17888a03c7a1aa7ade13f8f87 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/search-indexer.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=search-indexer +API_TOKEN=abc7230 +DB_PASSWORD=pw8554 +PUBLIC_KEY=key5381 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh4732 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..410f6ca95d942598a9511275214c58f53002900c --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=abc7367 +DB_PASSWORD=pw9717 +PUBLIC_KEY=key4261 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh4377 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/webhook-dispatcher.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/webhook-dispatcher.env new file mode 100644 index 0000000000000000000000000000000000000000..a72d0e361bb8fad319870285da3d148fd674433c --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/prod/webhook-dispatcher.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=webhook-dispatcher +API_TOKEN=abc9323 +DB_PASSWORD=pw7372 +PUBLIC_KEY=key6808 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh5261 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/inventory-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/inventory-api.env new file mode 100644 index 0000000000000000000000000000000000000000..27c3db602640a996639b366b5134298d955b02d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/inventory-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=inventory-api +API_TOKEN=abc9074 +DB_PASSWORD=pw7331 +PUBLIC_KEY=key3043 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh3414 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/ledger-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/ledger-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..cd5fb1675c71ea4e5e718dc90a64cb340e0c1030 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/ledger-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=ledger-svc +API_TOKEN=abc2022 +DB_PASSWORD=pw5887 +PUBLIC_KEY=key3430 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh8961 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/orders-api.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/orders-api.env new file mode 100644 index 0000000000000000000000000000000000000000..d903a0965e15dbd539b4de2d18c93e4ed1747c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/orders-api.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=orders-api +API_TOKEN=abc7102 +DB_PASSWORD=pw9746 +PUBLIC_KEY=key8378 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh9145 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/search-indexer.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/search-indexer.env new file mode 100644 index 0000000000000000000000000000000000000000..e616e3f083887df4c88eb438a891c1a6998d8987 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/search-indexer.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=search-indexer +API_TOKEN=abc9283 +DB_PASSWORD=pw6112 +PUBLIC_KEY=key3830 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh5897 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/session-store.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/session-store.env new file mode 100644 index 0000000000000000000000000000000000000000..d5e380fec26daf8a1fbb1a4aca6f44a754bad3b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/session-store.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=session-store +API_TOKEN=abc1361 +DB_PASSWORD=pw5185 +PUBLIC_KEY=key8441 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh4491 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/shipping-svc.env b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/shipping-svc.env new file mode 100644 index 0000000000000000000000000000000000000000..cfe66415f1347d911b43c048ff5ea72c61901ddc --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/secrets/staging/shipping-svc.env @@ -0,0 +1,8 @@ +# managed by deploy-bot +SERVICE_NAME=shipping-svc +API_TOKEN=abc3386 +DB_PASSWORD=pw1215 +PUBLIC_KEY=key5762 +LOG_LEVEL=INFO + +CLIENT_SECRET=shh3331 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_caf114cce8/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/barcelona-seoul-performance-reviews.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/barcelona-seoul-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..25fff5971223374d3d9b4bf8bd4377f7f56b8493 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/barcelona-seoul-performance-reviews.md @@ -0,0 +1,7 @@ +--- +title: barcelona-seoul-performance-reviews +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/espresso-blend-data-efficient-finetuning-chain-of-thought.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/espresso-blend-data-efficient-finetuning-chain-of-thought.md new file mode 100644 index 0000000000000000000000000000000000000000..b384892f737ccde484759b52e4e99eaddae871a2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/espresso-blend-data-efficient-finetuning-chain-of-thought.md @@ -0,0 +1,9 @@ +--- +title: espresso-blend-data-efficient-finetuning-chain-of-thought +year: 2022 +draft: false +--- + +# Espresso Blend Data Efficient Finetuning Chain Of Thought + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/laptop-stand-data-governance-london.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/laptop-stand-data-governance-london.md new file mode 100644 index 0000000000000000000000000000000000000000..b8e8fb367ccf0a6121a56709a63e2db4d3424cb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/laptop-stand-data-governance-london.md @@ -0,0 +1,9 @@ +--- +title: laptop-stand-data-governance-london +year: 2022 +draft: false +--- + +# Laptop Stand Data Governance London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/manchester-boston-incident-response.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/manchester-boston-incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..386677e18d67471a84632a6b81a60907a941b805 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/manchester-boston-incident-response.md @@ -0,0 +1,9 @@ +--- +title: manchester-boston-incident-response +year: 2022 +draft: false +--- + +# Manchester Boston Incident Response + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/osaka-engineering-practices-dublin.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/osaka-engineering-practices-dublin.md new file mode 100644 index 0000000000000000000000000000000000000000..c7f9231b56d3b5cbc29f9d5fb8cc114edd7bf9d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/osaka-engineering-practices-dublin.md @@ -0,0 +1,7 @@ +--- +title: osaka-engineering-practices-dublin +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/paris-data-efficient-finetuning-engineering-practices.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/paris-data-efficient-finetuning-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..c53288794f2c7da2fca78b1b56dcc83a341d934e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/paris-data-efficient-finetuning-engineering-practices.md @@ -0,0 +1,7 @@ +--- +title: paris-data-efficient-finetuning-engineering-practices +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/sydney-onboarding-sparse-mixture-of-experts.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/sydney-onboarding-sparse-mixture-of-experts.md new file mode 100644 index 0000000000000000000000000000000000000000..dc97a528ffb9dfa5b6ec7110f92a1ee356e713dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/sydney-onboarding-sparse-mixture-of-experts.md @@ -0,0 +1,9 @@ +--- +title: sydney-onboarding-sparse-mixture-of-experts +year: 2022 +draft: false +--- + +# Sydney Onboarding Sparse Mixture Of Experts + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/tokyo-reasoning-benchmarks-mechanical-keyboard.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/tokyo-reasoning-benchmarks-mechanical-keyboard.md new file mode 100644 index 0000000000000000000000000000000000000000..03d4556c2e9464fe13f9d2f0c67a40057ba9b423 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2022/tokyo-reasoning-benchmarks-mechanical-keyboard.md @@ -0,0 +1,7 @@ +--- +title: tokyo-reasoning-benchmarks-mechanical-keyboard +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/attention-scaling-data-efficient-finetuning-seattle.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/attention-scaling-data-efficient-finetuning-seattle.md new file mode 100644 index 0000000000000000000000000000000000000000..443e561ee8128e1168f1e47eae07d7c51603d1ba --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/attention-scaling-data-efficient-finetuning-seattle.md @@ -0,0 +1,9 @@ +--- +title: attention-scaling-data-efficient-finetuning-seattle +year: 2023 +draft: false +--- + +# Attention Scaling Data Efficient Finetuning Seattle + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/boston-new-york-auckland.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/boston-new-york-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..83f0e48ada077a2b6f1626215cc906ce1c0d55b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/boston-new-york-auckland.md @@ -0,0 +1,7 @@ +--- +title: boston-new-york-auckland +year: 2023 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/chain-of-thought-manchester-sydney.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/chain-of-thought-manchester-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..a1c1ca7fdf808f9d0f1baf7ab662b37b62458899 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/chain-of-thought-manchester-sydney.md @@ -0,0 +1,9 @@ +--- +title: chain-of-thought-manchester-sydney +year: 2023 +draft: false +--- + +# Chain Of Thought Manchester Sydney + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/ergo-chair-bangalore-reasoning-benchmarks.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/ergo-chair-bangalore-reasoning-benchmarks.md new file mode 100644 index 0000000000000000000000000000000000000000..f08f7bd65d516358a572d6714613b46b88491732 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/ergo-chair-bangalore-reasoning-benchmarks.md @@ -0,0 +1,7 @@ +--- +title: ergo-chair-bangalore-reasoning-benchmarks +year: 2023 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/linen-notebook-mumbai-osaka.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/linen-notebook-mumbai-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..52816e24f7005751c402d38d6ce7706988808328 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/linen-notebook-mumbai-osaka.md @@ -0,0 +1,9 @@ +--- +title: linen-notebook-mumbai-osaka +year: 2023 +draft: false +--- + +# Linen Notebook Mumbai Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/new-york-espresso-blend-bangalore.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/new-york-espresso-blend-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..f49f383a4a44dd7f0cbff83efdb6c2b8500ccf0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/new-york-espresso-blend-bangalore.md @@ -0,0 +1,9 @@ +--- +title: new-york-espresso-blend-bangalore +year: 2023 +draft: false +--- + +# New York Espresso Blend Bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/seoul-reasoning-benchmarks-tool-use-agents.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/seoul-reasoning-benchmarks-tool-use-agents.md new file mode 100644 index 0000000000000000000000000000000000000000..0142fc55f24daf4ca8a821168392f7fa50da8643 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/seoul-reasoning-benchmarks-tool-use-agents.md @@ -0,0 +1,7 @@ +--- +title: seoul-reasoning-benchmarks-tool-use-agents +year: 2023 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/tool-use-agents-sparse-mixture-of-experts-dublin.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/tool-use-agents-sparse-mixture-of-experts-dublin.md new file mode 100644 index 0000000000000000000000000000000000000000..f70e445e436b72781fab521f5354d807f90d1c5c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2023/tool-use-agents-sparse-mixture-of-experts-dublin.md @@ -0,0 +1,9 @@ +--- +title: tool-use-agents-sparse-mixture-of-experts-dublin +year: 2023 +draft: false +--- + +# Tool Use Agents Sparse Mixture Of Experts Dublin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/auckland-chain-of-thought-berlin.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/auckland-chain-of-thought-berlin.md new file mode 100644 index 0000000000000000000000000000000000000000..5076388e36bfe0ff954251babaae3f23bbaabb24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/auckland-chain-of-thought-berlin.md @@ -0,0 +1,7 @@ +--- +title: auckland-chain-of-thought-berlin +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/data-efficient-finetuning-seattle-noise-isolating-headphones.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/data-efficient-finetuning-seattle-noise-isolating-headphones.md new file mode 100644 index 0000000000000000000000000000000000000000..194d957a561f163facb240822406d82b8b68f271 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/data-efficient-finetuning-seattle-noise-isolating-headphones.md @@ -0,0 +1,7 @@ +--- +title: data-efficient-finetuning-seattle-noise-isolating-headphones +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/incident-response-data-governance-speculative-decoding.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/incident-response-data-governance-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..4a26c3ad36e9e05f745e82618be3d66d15f02060 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/incident-response-data-governance-speculative-decoding.md @@ -0,0 +1,7 @@ +--- +title: incident-response-data-governance-speculative-decoding +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/laptop-stand-seoul-auckland.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/laptop-stand-seoul-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..3f6d123726913c3328b238603422234dfc0fbb91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/laptop-stand-seoul-auckland.md @@ -0,0 +1,9 @@ +--- +title: laptop-stand-seoul-auckland +year: 2024 +draft: false +--- + +# Laptop Stand Seoul Auckland + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/london-sydney-auckland.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/london-sydney-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..63105519a166394cc1769dec1e34ba31ec9fb33a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/london-sydney-auckland.md @@ -0,0 +1,7 @@ +--- +title: london-sydney-auckland +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/paris-tool-use-agents-mechanical-keyboard.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/paris-tool-use-agents-mechanical-keyboard.md new file mode 100644 index 0000000000000000000000000000000000000000..92de62529ab468162e56c06d2c69a38e5d87bf49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/paris-tool-use-agents-mechanical-keyboard.md @@ -0,0 +1,7 @@ +--- +title: paris-tool-use-agents-mechanical-keyboard +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/san-francisco-mechanical-keyboard-osaka.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/san-francisco-mechanical-keyboard-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..a66c5531a4c7a87187b43a442ffaa83abd36b9f1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/san-francisco-mechanical-keyboard-osaka.md @@ -0,0 +1,9 @@ +--- +title: san-francisco-mechanical-keyboard-osaka +year: 2024 +draft: false +--- + +# San Francisco Mechanical Keyboard Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/seoul-kyoto-chicago.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/seoul-kyoto-chicago.md new file mode 100644 index 0000000000000000000000000000000000000000..b19d138d57945030b3c034342c1e891dddb97bbf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/blog/posts/2024/seoul-kyoto-chicago.md @@ -0,0 +1,9 @@ +--- +title: seoul-kyoto-chicago +year: 2024 +draft: false +--- + +# Seoul Kyoto Chicago + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/barcelona-seoul-performance-reviews.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/barcelona-seoul-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..25fff5971223374d3d9b4bf8bd4377f7f56b8493 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/barcelona-seoul-performance-reviews.md @@ -0,0 +1,7 @@ +--- +title: barcelona-seoul-performance-reviews +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/espresso-blend-data-efficient-finetuning-chain-of-thought.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/espresso-blend-data-efficient-finetuning-chain-of-thought.md new file mode 100644 index 0000000000000000000000000000000000000000..7d363300bacc2086279da1a75cdb15dda002a201 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/espresso-blend-data-efficient-finetuning-chain-of-thought.md @@ -0,0 +1,3 @@ +# Espresso Blend Data Efficient Finetuning Chain Of Thought + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/laptop-stand-data-governance-london.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/laptop-stand-data-governance-london.md new file mode 100644 index 0000000000000000000000000000000000000000..ad23a38b04d94e125b3d54ec1792b78008fa2039 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/laptop-stand-data-governance-london.md @@ -0,0 +1,3 @@ +# Laptop Stand Data Governance London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/manchester-boston-incident-response.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/manchester-boston-incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..aa3ceb8b79bb766b419af8453e2cb6d9d8350905 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/manchester-boston-incident-response.md @@ -0,0 +1,3 @@ +# Manchester Boston Incident Response + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/osaka-engineering-practices-dublin.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/osaka-engineering-practices-dublin.md new file mode 100644 index 0000000000000000000000000000000000000000..c7f9231b56d3b5cbc29f9d5fb8cc114edd7bf9d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/osaka-engineering-practices-dublin.md @@ -0,0 +1,7 @@ +--- +title: osaka-engineering-practices-dublin +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/paris-data-efficient-finetuning-engineering-practices.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/paris-data-efficient-finetuning-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..c53288794f2c7da2fca78b1b56dcc83a341d934e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/paris-data-efficient-finetuning-engineering-practices.md @@ -0,0 +1,7 @@ +--- +title: paris-data-efficient-finetuning-engineering-practices +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/sydney-onboarding-sparse-mixture-of-experts.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/sydney-onboarding-sparse-mixture-of-experts.md new file mode 100644 index 0000000000000000000000000000000000000000..233ca87948458e0287124969e8eb0ddcb9dea178 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/sydney-onboarding-sparse-mixture-of-experts.md @@ -0,0 +1,3 @@ +# Sydney Onboarding Sparse Mixture Of Experts + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/tokyo-reasoning-benchmarks-mechanical-keyboard.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/tokyo-reasoning-benchmarks-mechanical-keyboard.md new file mode 100644 index 0000000000000000000000000000000000000000..03d4556c2e9464fe13f9d2f0c67a40057ba9b423 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2022/tokyo-reasoning-benchmarks-mechanical-keyboard.md @@ -0,0 +1,7 @@ +--- +title: tokyo-reasoning-benchmarks-mechanical-keyboard +year: 2022 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/attention-scaling-data-efficient-finetuning-seattle.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/attention-scaling-data-efficient-finetuning-seattle.md new file mode 100644 index 0000000000000000000000000000000000000000..38c707246f38946aea19bde1e08098845dfc84b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/attention-scaling-data-efficient-finetuning-seattle.md @@ -0,0 +1,3 @@ +# Attention Scaling Data Efficient Finetuning Seattle + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/boston-new-york-auckland.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/boston-new-york-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..83f0e48ada077a2b6f1626215cc906ce1c0d55b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/boston-new-york-auckland.md @@ -0,0 +1,7 @@ +--- +title: boston-new-york-auckland +year: 2023 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/chain-of-thought-manchester-sydney.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/chain-of-thought-manchester-sydney.md new file mode 100644 index 0000000000000000000000000000000000000000..b9bc6884b40df2103c684b0b7842743f14b3fffc --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/chain-of-thought-manchester-sydney.md @@ -0,0 +1,3 @@ +# Chain Of Thought Manchester Sydney + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/ergo-chair-bangalore-reasoning-benchmarks.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/ergo-chair-bangalore-reasoning-benchmarks.md new file mode 100644 index 0000000000000000000000000000000000000000..f08f7bd65d516358a572d6714613b46b88491732 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/ergo-chair-bangalore-reasoning-benchmarks.md @@ -0,0 +1,7 @@ +--- +title: ergo-chair-bangalore-reasoning-benchmarks +year: 2023 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/linen-notebook-mumbai-osaka.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/linen-notebook-mumbai-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..4d75083bd2ed7c22e4455236971a3f7af35c8cac --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/linen-notebook-mumbai-osaka.md @@ -0,0 +1,3 @@ +# Linen Notebook Mumbai Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/new-york-espresso-blend-bangalore.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/new-york-espresso-blend-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..8bb09be00bcb653d03a6916f491391c22c295429 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/new-york-espresso-blend-bangalore.md @@ -0,0 +1,3 @@ +# New York Espresso Blend Bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/seoul-reasoning-benchmarks-tool-use-agents.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/seoul-reasoning-benchmarks-tool-use-agents.md new file mode 100644 index 0000000000000000000000000000000000000000..0142fc55f24daf4ca8a821168392f7fa50da8643 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/seoul-reasoning-benchmarks-tool-use-agents.md @@ -0,0 +1,7 @@ +--- +title: seoul-reasoning-benchmarks-tool-use-agents +year: 2023 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/tool-use-agents-sparse-mixture-of-experts-dublin.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/tool-use-agents-sparse-mixture-of-experts-dublin.md new file mode 100644 index 0000000000000000000000000000000000000000..bfce2173bbb9688f631d76cc8f3f0de515b5fa38 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2023/tool-use-agents-sparse-mixture-of-experts-dublin.md @@ -0,0 +1,3 @@ +# Tool Use Agents Sparse Mixture Of Experts Dublin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/auckland-chain-of-thought-berlin.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/auckland-chain-of-thought-berlin.md new file mode 100644 index 0000000000000000000000000000000000000000..5076388e36bfe0ff954251babaae3f23bbaabb24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/auckland-chain-of-thought-berlin.md @@ -0,0 +1,7 @@ +--- +title: auckland-chain-of-thought-berlin +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/data-efficient-finetuning-seattle-noise-isolating-headphones.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/data-efficient-finetuning-seattle-noise-isolating-headphones.md new file mode 100644 index 0000000000000000000000000000000000000000..194d957a561f163facb240822406d82b8b68f271 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/data-efficient-finetuning-seattle-noise-isolating-headphones.md @@ -0,0 +1,7 @@ +--- +title: data-efficient-finetuning-seattle-noise-isolating-headphones +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/incident-response-data-governance-speculative-decoding.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/incident-response-data-governance-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..4a26c3ad36e9e05f745e82618be3d66d15f02060 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/incident-response-data-governance-speculative-decoding.md @@ -0,0 +1,7 @@ +--- +title: incident-response-data-governance-speculative-decoding +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/laptop-stand-seoul-auckland.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/laptop-stand-seoul-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..280f10efab9a95b817cd89f7794cb694c4f7b496 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/laptop-stand-seoul-auckland.md @@ -0,0 +1,3 @@ +# Laptop Stand Seoul Auckland + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/london-sydney-auckland.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/london-sydney-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..63105519a166394cc1769dec1e34ba31ec9fb33a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/london-sydney-auckland.md @@ -0,0 +1,7 @@ +--- +title: london-sydney-auckland +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/paris-tool-use-agents-mechanical-keyboard.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/paris-tool-use-agents-mechanical-keyboard.md new file mode 100644 index 0000000000000000000000000000000000000000..92de62529ab468162e56c06d2c69a38e5d87bf49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/paris-tool-use-agents-mechanical-keyboard.md @@ -0,0 +1,7 @@ +--- +title: paris-tool-use-agents-mechanical-keyboard +year: 2024 +draft: false +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/san-francisco-mechanical-keyboard-osaka.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/san-francisco-mechanical-keyboard-osaka.md new file mode 100644 index 0000000000000000000000000000000000000000..79f517e4708991d53cb5947a5041681b1589e214 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/san-francisco-mechanical-keyboard-osaka.md @@ -0,0 +1,3 @@ +# San Francisco Mechanical Keyboard Osaka + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/seoul-kyoto-chicago.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/seoul-kyoto-chicago.md new file mode 100644 index 0000000000000000000000000000000000000000..c5bd5774b501c4d688e52240973220f6a6f9ae7a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/blog/posts/2024/seoul-kyoto-chicago.md @@ -0,0 +1,3 @@ +# Seoul Kyoto Chicago + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cce3cf1c2c/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/admins.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/admins.yaml new file mode 100644 index 0000000000000000000000000000000000000000..57e7f5b8515fdec3df54484454dd3529577d4965 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/admins.yaml @@ -0,0 +1,6 @@ +name: admins +members: + - cnakamura + - gkaur + - jsmith + - ibarbosa diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/data-eng.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/data-eng.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdc074673f9fb516489446ac4d110c0f5ddf042d --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/data-eng.yaml @@ -0,0 +1,8 @@ +name: data-eng +members: + - cnakamura + - ibarbosa + - epatel + - azhang + - flindqvist + - kkuznetsov diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/oncall.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/oncall.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07f0b23e420e8029d38e6710a20866912e2044e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/oncall.yaml @@ -0,0 +1,5 @@ +name: oncall +members: + - jsmith + - hchen + - epatel diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/platform.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/platform.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25e3ce409708a9a72d1d1da9b199b10c85e8c3c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/platform.yaml @@ -0,0 +1,4 @@ +name: platform +members: + - hchen + - kkuznetsov diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/release-managers.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/release-managers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..80704f84cffa00e821465c7bd12009429e73a284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/release-managers.yaml @@ -0,0 +1,9 @@ +name: release-managers +members: + - cnakamura + - gkaur + - brivera + - flindqvist + - ibarbosa + - lgonzalez + - doneill diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/reviewers.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/reviewers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39476fcd6254b43a83bd2d7237130a1974a93914 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/reviewers.yaml @@ -0,0 +1,7 @@ +name: reviewers +members: + - cnakamura + - ibarbosa + - flindqvist + - brivera + - doneill diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/security.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/security.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9209aef9fafa0a98aa122304372ee62a97bf64b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/security.yaml @@ -0,0 +1,8 @@ +name: security +members: + - cnakamura + - epatel + - brivera + - lgonzalez + - jsmith + - doneill diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/sre.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/sre.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e86c18e53a5372cf06bbba6f4c3ff1860d95b779 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/sre.yaml @@ -0,0 +1,6 @@ +name: sre +members: + - cnakamura + - kkuznetsov + - ibarbosa + - hchen diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/vendors.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/vendors.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9438e2a7b5ef9babcbc7b5223e6d8c10ec776bf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/groups/vendors.yaml @@ -0,0 +1,7 @@ +name: vendors +members: + - cnakamura + - epatel + - ibarbosa + - flindqvist + - brivera diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/reports/user_groups.tsv b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/reports/user_groups.tsv new file mode 100644 index 0000000000000000000000000000000000000000..f396c1c1263602cedc38d3d91d177fb455459c8c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/permissions/reports/user_groups.tsv @@ -0,0 +1,12 @@ +azhang 1 +brivera 4 +cnakamura 7 +doneill 3 +epatel 4 +flindqvist 4 +gkaur 2 +hchen 3 +ibarbosa 6 +jsmith 3 +kkuznetsov 3 +lgonzalez 2 diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/admins.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/admins.yaml new file mode 100644 index 0000000000000000000000000000000000000000..57e7f5b8515fdec3df54484454dd3529577d4965 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/admins.yaml @@ -0,0 +1,6 @@ +name: admins +members: + - cnakamura + - gkaur + - jsmith + - ibarbosa diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/data-eng.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/data-eng.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdc074673f9fb516489446ac4d110c0f5ddf042d --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/data-eng.yaml @@ -0,0 +1,8 @@ +name: data-eng +members: + - cnakamura + - ibarbosa + - epatel + - azhang + - flindqvist + - kkuznetsov diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/oncall.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/oncall.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07f0b23e420e8029d38e6710a20866912e2044e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/oncall.yaml @@ -0,0 +1,5 @@ +name: oncall +members: + - jsmith + - hchen + - epatel diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/platform.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/platform.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25e3ce409708a9a72d1d1da9b199b10c85e8c3c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/platform.yaml @@ -0,0 +1,4 @@ +name: platform +members: + - hchen + - kkuznetsov diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/release-managers.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/release-managers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..80704f84cffa00e821465c7bd12009429e73a284 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/release-managers.yaml @@ -0,0 +1,9 @@ +name: release-managers +members: + - cnakamura + - gkaur + - brivera + - flindqvist + - ibarbosa + - lgonzalez + - doneill diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/reviewers.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/reviewers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39476fcd6254b43a83bd2d7237130a1974a93914 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/reviewers.yaml @@ -0,0 +1,7 @@ +name: reviewers +members: + - cnakamura + - ibarbosa + - flindqvist + - brivera + - doneill diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/security.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/security.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9209aef9fafa0a98aa122304372ee62a97bf64b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/security.yaml @@ -0,0 +1,8 @@ +name: security +members: + - cnakamura + - epatel + - brivera + - lgonzalez + - jsmith + - doneill diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/sre.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/sre.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e86c18e53a5372cf06bbba6f4c3ff1860d95b779 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/sre.yaml @@ -0,0 +1,6 @@ +name: sre +members: + - cnakamura + - kkuznetsov + - ibarbosa + - hchen diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/vendors.yaml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/vendors.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9438e2a7b5ef9babcbc7b5223e6d8c10ec776bf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/permissions/groups/vendors.yaml @@ -0,0 +1,7 @@ +name: vendors +members: + - cnakamura + - epatel + - ibarbosa + - flindqvist + - brivera diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cde6a10d2b/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/ceramic-mug-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/ceramic-mug-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..437a329815e3875bbfd71907a87d501c218da975 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/ceramic-mug-laptop-stand.yml @@ -0,0 +1,7 @@ +name: ceramic mug laptop stand +category: accessories +price: 64 +currency: USD +in_stock: true +sku: SKU-8C79A97B +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/ceramic-mug-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/ceramic-mug-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..0acd8122d897fb334afb39dc03f1ae0984ef84ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/ceramic-mug-linen-notebook.yml @@ -0,0 +1,7 @@ +name: ceramic mug linen notebook +category: accessories +price: 311 +currency: USD +in_stock: true +sku: SKU-F16C8984 +description: Lorem ipsum dolor sit amet, consectetur adipisci diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/espresso-blend-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/espresso-blend-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..00f2267ebda0ee0d0467954cea4e9f9e766f1825 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/espresso-blend-laptop-stand.yml @@ -0,0 +1,7 @@ +name: espresso blend laptop stand +category: accessories +price: 246 +currency: USD +in_stock: false +sku: SKU-AEA20B7A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/espresso-blend-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/espresso-blend-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..1ce41aa780338fcae210eeb72cd6f4dd60376b36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/espresso-blend-linen-notebook.yml @@ -0,0 +1,7 @@ +name: espresso blend linen notebook +category: accessories +price: 367 +currency: USD +in_stock: true +sku: SKU-826B5DE2 +description: Lorem ipsum dolor sit amet, consectetur adipiscing e diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..40845c92ad692847dbbbce98899b4940abece833 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: led desk lamp ceylon tea +category: accessories +price: 194 +currency: USD +in_stock: true +sku: SKU-52566F35 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..6c63565736d50d374c7018650a48ed28076c2b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-espresso-blend.yml @@ -0,0 +1,7 @@ +name: led desk lamp espresso blend +category: accessories +price: 15 +currency: USD +in_stock: false +sku: SKU-7222700E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. U diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..9eda5e07bd5a4f0132bd2b408899e1a1244d9053 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/led-desk-lamp-laptop-stand.yml @@ -0,0 +1,7 @@ +name: led desk lamp laptop stand +category: accessories +price: 83 +currency: USD +in_stock: false +sku: SKU-57E773E4 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna ali diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/mechanical-keyboard-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/mechanical-keyboard-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..a2735560fe742f7d38b7217c13a53a5a7d816c15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/mechanical-keyboard-linen-notebook.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard linen notebook +category: accessories +price: 375 +currency: USD +in_stock: true +sku: SKU-BC008134 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut lab diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/mechanical-keyboard-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/mechanical-keyboard-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..30266b0616490978fed6a18522b1b82503982e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/mechanical-keyboard-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard noise isolating headphones +category: accessories +price: 36 +currency: USD +in_stock: false +sku: SKU-F401F9F7 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim v diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/noise-isolating-headphones-led-desk-lamp.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/noise-isolating-headphones-led-desk-lamp.yml new file mode 100644 index 0000000000000000000000000000000000000000..c1f03de3206fa54350ca3b7bbe9752d62f7ef690 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/accessories/noise-isolating-headphones-led-desk-lamp.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones led desk lamp +category: accessories +price: 238 +currency: USD +in_stock: true +sku: SKU-3DF3D3A7 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labor diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/ceylon-tea-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/ceylon-tea-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..7739da87bc37909bf6ee698f234ed5230588fe94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/ceylon-tea-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: ceylon tea ceramic mug +category: audio +price: 225 +currency: USD +in_stock: true +sku: SKU-42635C9B +description: Lorem ipsum dolor sit amet, consectetur diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/ceylon-tea-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/ceylon-tea-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..e0c4313b6e5f2c458a1baa3094c26b22833a3843 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/ceylon-tea-linen-notebook.yml @@ -0,0 +1,7 @@ +name: ceylon tea linen notebook +category: audio +price: 224 +currency: USD +in_stock: false +sku: SKU-55DE38A1 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eius diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/laptop-stand-mechanical-keyboard.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/laptop-stand-mechanical-keyboard.yml new file mode 100644 index 0000000000000000000000000000000000000000..5bba088b8a30e3b567324f99e62da14602a86552 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/laptop-stand-mechanical-keyboard.yml @@ -0,0 +1,7 @@ +name: laptop stand mechanical keyboard +category: audio +price: 301 +currency: USD +in_stock: true +sku: SKU-3C2A9680 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/linen-notebook-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/linen-notebook-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..0997a94b11b548e680ecc9ceee27e8c529dfa9ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/linen-notebook-laptop-stand.yml @@ -0,0 +1,7 @@ +name: linen notebook laptop stand +category: audio +price: 153 +currency: USD +in_stock: false +sku: SKU-9C78AFCD +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/mechanical-keyboard-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/mechanical-keyboard-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..4b0f31e2d025bb656d3ad2017b18d0fc9b0fe8a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/mechanical-keyboard-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard wireless mouse +category: audio +price: 74 +currency: USD +in_stock: false +sku: SKU-5866F69A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/noise-isolating-headphones-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/noise-isolating-headphones-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..50b77c75e65c3f1fccbfe294ec018f34745bdb37 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/noise-isolating-headphones-laptop-stand.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones laptop stand +category: audio +price: 267 +currency: USD +in_stock: false +sku: SKU-38639EE7 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostru diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..3772d3b90dd69b8fcc6ac69dd22d408c994a6e7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceramic mug +category: audio +price: 359 +currency: USD +in_stock: true +sku: SKU-E84FF225 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..5b29b8c21fcfc5fc109c644043898ad117e7373b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceylon tea +category: audio +price: 231 +currency: USD +in_stock: false +sku: SKU-EA674CA1 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-led-desk-lamp.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-led-desk-lamp.yml new file mode 100644 index 0000000000000000000000000000000000000000..8991d7e08d678fa77fd2bbafc324e758e639919f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/audio/wireless-mouse-led-desk-lamp.yml @@ -0,0 +1,7 @@ +name: wireless mouse led desk lamp +category: audio +price: 150 +currency: USD +in_stock: false +sku: SKU-BA6C9F2D +description: Lorem ipsum dolor sit amet, consectetur adipiscing diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceramic-mug-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceramic-mug-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..99090251bf27124ef7b779e18a7e6d022f431e48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceramic-mug-ergo-chair.yml @@ -0,0 +1,7 @@ +name: ceramic mug ergo chair +category: beverages +price: 11 +currency: USD +in_stock: false +sku: SKU-578E93CE +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostru diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceylon-tea-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceylon-tea-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..a8dfb5b989b78afdf19b58bc8dbba7d74d4e0e0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceylon-tea-espresso-blend.yml @@ -0,0 +1,7 @@ +name: ceylon tea espresso blend +category: beverages +price: 91 +currency: USD +in_stock: true +sku: SKU-5FD6B6FD +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed d diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceylon-tea-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceylon-tea-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..c623759c5dfdc1297bc2c23503cb4bdb6f8dc059 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ceylon-tea-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: ceylon tea wireless mouse +category: beverages +price: 327 +currency: USD +in_stock: true +sku: SKU-EA899E28 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed d diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ergo-chair-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ergo-chair-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..4ced0fcf3692aff4a266378341d34429282dcf24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/ergo-chair-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: ergo chair wireless mouse +category: beverages +price: 247 +currency: USD +in_stock: true +sku: SKU-BA54463A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad min diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/espresso-blend-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/espresso-blend-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..ff51b4793bfb4d9f165695cbc01e5e7e7590814b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/espresso-blend-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: espresso blend wireless mouse +category: beverages +price: 366 +currency: USD +in_stock: false +sku: SKU-F456779E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qui diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/laptop-stand-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/laptop-stand-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..8d303490b077b7ccb0da054944898ac74f99ca27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/laptop-stand-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: laptop stand ceramic mug +category: beverages +price: 172 +currency: USD +in_stock: false +sku: SKU-76E8C9BC +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incid diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/led-desk-lamp-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/led-desk-lamp-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..b1fd2d63238d1eae582bae88e6ba2f4798c3812d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/led-desk-lamp-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: led desk lamp ceramic mug +category: beverages +price: 383 +currency: USD +in_stock: false +sku: SKU-40DD84BB +description: Lorem ipsum dolor sit amet, consectetur adipiscing el diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/led-desk-lamp-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/led-desk-lamp-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..c809c3ca6fe7f1008c57304623aa4c5e06b746d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/led-desk-lamp-laptop-stand.yml @@ -0,0 +1,7 @@ +name: led desk lamp laptop stand +category: beverages +price: 112 +currency: USD +in_stock: false +sku: SKU-57E773E4 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magn diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/wireless-mouse-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/wireless-mouse-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..3feb7ed9d3a690edcf10ba36aa6ed68455bf60eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/wireless-mouse-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceylon tea +category: beverages +price: 28 +currency: USD +in_stock: true +sku: SKU-EA674CA1 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiu diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/wireless-mouse-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/wireless-mouse-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..dc0bd8fed83f22e2a38f14ee49d952661dbf9f05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/beverages/wireless-mouse-espresso-blend.yml @@ -0,0 +1,7 @@ +name: wireless mouse espresso blend +category: beverages +price: 352 +currency: USD +in_stock: false +sku: SKU-59F5D62D +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do ei diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceramic-mug-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceramic-mug-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..27d9a60a16e751a92dbad00c95106517c73387f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceramic-mug-ergo-chair.yml @@ -0,0 +1,7 @@ +name: ceramic mug ergo chair +category: home +price: 322 +currency: USD +in_stock: true +sku: SKU-578E93CE +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceramic-mug-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceramic-mug-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..ed7aacab776e932d65e528759ca90604c5333495 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceramic-mug-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: ceramic mug noise isolating headphones +category: home +price: 296 +currency: USD +in_stock: false +sku: SKU-6ABBFCC2 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dol diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceylon-tea-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceylon-tea-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..8f5e126bff23d5719730026a245ef028a4282fe3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ceylon-tea-laptop-stand.yml @@ -0,0 +1,7 @@ +name: ceylon tea laptop stand +category: home +price: 234 +currency: USD +in_stock: true +sku: SKU-E3420012 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore m diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ergo-chair-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ergo-chair-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..5bca22bf94c57ba4bc7f8605d6b759f2c2c87bee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/ergo-chair-espresso-blend.yml @@ -0,0 +1,7 @@ +name: ergo chair espresso blend +category: home +price: 160 +currency: USD +in_stock: true +sku: SKU-128D8F87 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/espresso-blend-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/espresso-blend-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..b59c6e316b351043b84d54ecfa2754ec22b468e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/espresso-blend-laptop-stand.yml @@ -0,0 +1,7 @@ +name: espresso blend laptop stand +category: home +price: 44 +currency: USD +in_stock: false +sku: SKU-AEA20B7A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qu diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/mechanical-keyboard-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/mechanical-keyboard-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..423af94865e583b1ef813f1448654c60036536af --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/mechanical-keyboard-ergo-chair.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard ergo chair +category: home +price: 177 +currency: USD +in_stock: true +sku: SKU-7721AB9F +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/noise-isolating-headphones-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/noise-isolating-headphones-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..8b69a4bf5f90dd8274011c4868c5704d4df862ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/noise-isolating-headphones-ergo-chair.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones ergo chair +category: home +price: 297 +currency: USD +in_stock: false +sku: SKU-F12B1ADF +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/wireless-mouse-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/wireless-mouse-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..b9cf0eb07f087ad42f664b3cc717f6f291a4401a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/wireless-mouse-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceramic mug +category: home +price: 26 +currency: USD +in_stock: false +sku: SKU-E84FF225 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incid diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/wireless-mouse-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/wireless-mouse-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..d1b8a4a6da12b6c8c9bef51ff0c0046c6e485dba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/home/wireless-mouse-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: wireless mouse noise isolating headphones +category: home +price: 159 +currency: USD +in_stock: false +sku: SKU-6F434261 +description: Lorem ipsum dolor sit amet, consectetur adip diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/ceylon-tea-mechanical-keyboard.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/ceylon-tea-mechanical-keyboard.yml new file mode 100644 index 0000000000000000000000000000000000000000..295a0ab75f9dcd763e68e0fd280d8351a0300357 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/ceylon-tea-mechanical-keyboard.yml @@ -0,0 +1,7 @@ +name: ceylon tea mechanical keyboard +category: stationery +price: 74 +currency: USD +in_stock: false +sku: SKU-913E2C02 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/ergo-chair-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/ergo-chair-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..4b4b0c667f83f91f3a949657ba2ecc9536ff59ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/ergo-chair-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: ergo chair wireless mouse +category: stationery +price: 19 +currency: USD +in_stock: true +sku: SKU-BA54463A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod te diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/espresso-blend-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/espresso-blend-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..6664df295ca37690849706243e746794428daab9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/espresso-blend-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: espresso blend noise isolating headphones +category: stationery +price: 129 +currency: USD +in_stock: true +sku: SKU-BC77C882 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/espresso-blend-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/espresso-blend-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..c2b4b5055f82e71819f25f904567f1c00d94dd10 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/espresso-blend-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: espresso blend wireless mouse +category: stationery +price: 368 +currency: USD +in_stock: true +sku: SKU-F456779E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/laptop-stand-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/laptop-stand-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..762726c9a4825167a3148c5180d04fafabc4a3a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/laptop-stand-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: laptop stand ceylon tea +category: stationery +price: 136 +currency: USD +in_stock: true +sku: SKU-0CF5C726 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor in diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/led-desk-lamp-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/led-desk-lamp-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..49d3323bcfe85d981f4e7accae33391eb9e21cd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/led-desk-lamp-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: led desk lamp noise isolating headphones +category: stationery +price: 332 +currency: USD +in_stock: true +sku: SKU-2DFEB3A4 +description: Lorem ipsum dolor sit amet, consectetur ad diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/led-desk-lamp-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/led-desk-lamp-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..7efc9bb5adf263b5a48e2448552f17c5c270c00c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/led-desk-lamp-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: led desk lamp wireless mouse +category: stationery +price: 91 +currency: USD +in_stock: false +sku: SKU-F94AA493 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/linen-notebook-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/linen-notebook-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..ab234b54bc95fd8266c984578962f6d978a80dcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/linen-notebook-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: linen notebook wireless mouse +category: stationery +price: 329 +currency: USD +in_stock: true +sku: SKU-E16A3D4D +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/noise-isolating-headphones-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/noise-isolating-headphones-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..dc1c194aab5fb917a45b6d3651e53131c7002fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/noise-isolating-headphones-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones ceramic mug +category: stationery +price: 337 +currency: USD +in_stock: false +sku: SKU-DD33EA99 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqu diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/wireless-mouse-mechanical-keyboard.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/wireless-mouse-mechanical-keyboard.yml new file mode 100644 index 0000000000000000000000000000000000000000..ebfee1b1ae31ba18db5f37119b15145e6110ea40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/shop/catalog/stationery/wireless-mouse-mechanical-keyboard.yml @@ -0,0 +1,7 @@ +name: wireless mouse mechanical keyboard +category: stationery +price: 109 +currency: USD +in_stock: true +sku: SKU-406B9C4E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/ceramic-mug-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/ceramic-mug-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..437a329815e3875bbfd71907a87d501c218da975 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/ceramic-mug-laptop-stand.yml @@ -0,0 +1,7 @@ +name: ceramic mug laptop stand +category: accessories +price: 64 +currency: USD +in_stock: true +sku: SKU-8C79A97B +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/ceramic-mug-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/ceramic-mug-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..0acd8122d897fb334afb39dc03f1ae0984ef84ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/ceramic-mug-linen-notebook.yml @@ -0,0 +1,7 @@ +name: ceramic mug linen notebook +category: accessories +price: 311 +currency: USD +in_stock: true +sku: SKU-F16C8984 +description: Lorem ipsum dolor sit amet, consectetur adipisci diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/espresso-blend-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/espresso-blend-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..00f2267ebda0ee0d0467954cea4e9f9e766f1825 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/espresso-blend-laptop-stand.yml @@ -0,0 +1,7 @@ +name: espresso blend laptop stand +category: accessories +price: 246 +currency: USD +in_stock: false +sku: SKU-AEA20B7A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/espresso-blend-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/espresso-blend-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..1ce41aa780338fcae210eeb72cd6f4dd60376b36 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/espresso-blend-linen-notebook.yml @@ -0,0 +1,7 @@ +name: espresso blend linen notebook +category: accessories +price: 367 +currency: USD +in_stock: true +sku: SKU-826B5DE2 +description: Lorem ipsum dolor sit amet, consectetur adipiscing e diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..40845c92ad692847dbbbce98899b4940abece833 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: led desk lamp ceylon tea +category: accessories +price: 194 +currency: USD +in_stock: true +sku: SKU-52566F35 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..6c63565736d50d374c7018650a48ed28076c2b31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-espresso-blend.yml @@ -0,0 +1,7 @@ +name: led desk lamp espresso blend +category: accessories +price: 15 +currency: USD +in_stock: false +sku: SKU-7222700E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. U diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..9eda5e07bd5a4f0132bd2b408899e1a1244d9053 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/led-desk-lamp-laptop-stand.yml @@ -0,0 +1,7 @@ +name: led desk lamp laptop stand +category: accessories +price: 83 +currency: USD +in_stock: false +sku: SKU-57E773E4 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna ali diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/mechanical-keyboard-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/mechanical-keyboard-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..a2735560fe742f7d38b7217c13a53a5a7d816c15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/mechanical-keyboard-linen-notebook.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard linen notebook +category: accessories +price: 375 +currency: USD +in_stock: true +sku: SKU-BC008134 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut lab diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/mechanical-keyboard-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/mechanical-keyboard-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..30266b0616490978fed6a18522b1b82503982e05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/mechanical-keyboard-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard noise isolating headphones +category: accessories +price: 36 +currency: USD +in_stock: false +sku: SKU-F401F9F7 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim v diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/noise-isolating-headphones-led-desk-lamp.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/noise-isolating-headphones-led-desk-lamp.yml new file mode 100644 index 0000000000000000000000000000000000000000..c1f03de3206fa54350ca3b7bbe9752d62f7ef690 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/accessories/noise-isolating-headphones-led-desk-lamp.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones led desk lamp +category: accessories +price: 238 +currency: USD +in_stock: true +sku: SKU-3DF3D3A7 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labor diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/ceylon-tea-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/ceylon-tea-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..7739da87bc37909bf6ee698f234ed5230588fe94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/ceylon-tea-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: ceylon tea ceramic mug +category: audio +price: 225 +currency: USD +in_stock: true +sku: SKU-42635C9B +description: Lorem ipsum dolor sit amet, consectetur diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/ceylon-tea-linen-notebook.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/ceylon-tea-linen-notebook.yml new file mode 100644 index 0000000000000000000000000000000000000000..e0c4313b6e5f2c458a1baa3094c26b22833a3843 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/ceylon-tea-linen-notebook.yml @@ -0,0 +1,7 @@ +name: ceylon tea linen notebook +category: audio +price: 224 +currency: USD +in_stock: false +sku: SKU-55DE38A1 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eius diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/laptop-stand-mechanical-keyboard.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/laptop-stand-mechanical-keyboard.yml new file mode 100644 index 0000000000000000000000000000000000000000..5bba088b8a30e3b567324f99e62da14602a86552 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/laptop-stand-mechanical-keyboard.yml @@ -0,0 +1,7 @@ +name: laptop stand mechanical keyboard +category: audio +price: 301 +currency: USD +in_stock: true +sku: SKU-3C2A9680 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/linen-notebook-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/linen-notebook-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..0997a94b11b548e680ecc9ceee27e8c529dfa9ee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/linen-notebook-laptop-stand.yml @@ -0,0 +1,7 @@ +name: linen notebook laptop stand +category: audio +price: 153 +currency: USD +in_stock: false +sku: SKU-9C78AFCD +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/mechanical-keyboard-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/mechanical-keyboard-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..4b0f31e2d025bb656d3ad2017b18d0fc9b0fe8a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/mechanical-keyboard-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard wireless mouse +category: audio +price: 74 +currency: USD +in_stock: false +sku: SKU-5866F69A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/noise-isolating-headphones-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/noise-isolating-headphones-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..50b77c75e65c3f1fccbfe294ec018f34745bdb37 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/noise-isolating-headphones-laptop-stand.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones laptop stand +category: audio +price: 267 +currency: USD +in_stock: false +sku: SKU-38639EE7 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostru diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..3772d3b90dd69b8fcc6ac69dd22d408c994a6e7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceramic mug +category: audio +price: 359 +currency: USD +in_stock: true +sku: SKU-E84FF225 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..5b29b8c21fcfc5fc109c644043898ad117e7373b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceylon tea +category: audio +price: 231 +currency: USD +in_stock: false +sku: SKU-EA674CA1 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-led-desk-lamp.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-led-desk-lamp.yml new file mode 100644 index 0000000000000000000000000000000000000000..8991d7e08d678fa77fd2bbafc324e758e639919f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/audio/wireless-mouse-led-desk-lamp.yml @@ -0,0 +1,7 @@ +name: wireless mouse led desk lamp +category: audio +price: 150 +currency: USD +in_stock: false +sku: SKU-BA6C9F2D +description: Lorem ipsum dolor sit amet, consectetur adipiscing diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceramic-mug-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceramic-mug-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..99090251bf27124ef7b779e18a7e6d022f431e48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceramic-mug-ergo-chair.yml @@ -0,0 +1,7 @@ +name: ceramic mug ergo chair +category: beverages +price: 11 +currency: USD +in_stock: false +sku: SKU-578E93CE +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostru diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceylon-tea-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceylon-tea-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..a8dfb5b989b78afdf19b58bc8dbba7d74d4e0e0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceylon-tea-espresso-blend.yml @@ -0,0 +1,7 @@ +name: ceylon tea espresso blend +category: beverages +price: 91 +currency: USD +in_stock: true +sku: SKU-5FD6B6FD +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed d diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceylon-tea-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceylon-tea-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..c623759c5dfdc1297bc2c23503cb4bdb6f8dc059 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ceylon-tea-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: ceylon tea wireless mouse +category: beverages +price: 327 +currency: USD +in_stock: true +sku: SKU-EA899E28 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed d diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ergo-chair-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ergo-chair-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..4ced0fcf3692aff4a266378341d34429282dcf24 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/ergo-chair-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: ergo chair wireless mouse +category: beverages +price: 247 +currency: USD +in_stock: true +sku: SKU-BA54463A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad min diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/espresso-blend-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/espresso-blend-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..ff51b4793bfb4d9f165695cbc01e5e7e7590814b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/espresso-blend-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: espresso blend wireless mouse +category: beverages +price: 366 +currency: USD +in_stock: false +sku: SKU-F456779E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qui diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/laptop-stand-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/laptop-stand-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..8d303490b077b7ccb0da054944898ac74f99ca27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/laptop-stand-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: laptop stand ceramic mug +category: beverages +price: 172 +currency: USD +in_stock: false +sku: SKU-76E8C9BC +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incid diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/led-desk-lamp-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/led-desk-lamp-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..b1fd2d63238d1eae582bae88e6ba2f4798c3812d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/led-desk-lamp-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: led desk lamp ceramic mug +category: beverages +price: 383 +currency: USD +in_stock: false +sku: SKU-40DD84BB +description: Lorem ipsum dolor sit amet, consectetur adipiscing el diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/led-desk-lamp-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/led-desk-lamp-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..c809c3ca6fe7f1008c57304623aa4c5e06b746d1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/led-desk-lamp-laptop-stand.yml @@ -0,0 +1,7 @@ +name: led desk lamp laptop stand +category: beverages +price: 112 +currency: USD +in_stock: false +sku: SKU-57E773E4 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magn diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/wireless-mouse-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/wireless-mouse-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..3feb7ed9d3a690edcf10ba36aa6ed68455bf60eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/wireless-mouse-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceylon tea +category: beverages +price: 28 +currency: USD +in_stock: true +sku: SKU-EA674CA1 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiu diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/wireless-mouse-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/wireless-mouse-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..dc0bd8fed83f22e2a38f14ee49d952661dbf9f05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/beverages/wireless-mouse-espresso-blend.yml @@ -0,0 +1,7 @@ +name: wireless mouse espresso blend +category: beverages +price: 352 +currency: USD +in_stock: false +sku: SKU-59F5D62D +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do ei diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceramic-mug-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceramic-mug-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..27d9a60a16e751a92dbad00c95106517c73387f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceramic-mug-ergo-chair.yml @@ -0,0 +1,7 @@ +name: ceramic mug ergo chair +category: home +price: 322 +currency: USD +in_stock: true +sku: SKU-578E93CE +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolo diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceramic-mug-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceramic-mug-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..ed7aacab776e932d65e528759ca90604c5333495 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceramic-mug-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: ceramic mug noise isolating headphones +category: home +price: 296 +currency: USD +in_stock: false +sku: SKU-6ABBFCC2 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dol diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceylon-tea-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceylon-tea-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..8f5e126bff23d5719730026a245ef028a4282fe3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ceylon-tea-laptop-stand.yml @@ -0,0 +1,7 @@ +name: ceylon tea laptop stand +category: home +price: 234 +currency: USD +in_stock: true +sku: SKU-E3420012 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore m diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ergo-chair-espresso-blend.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ergo-chair-espresso-blend.yml new file mode 100644 index 0000000000000000000000000000000000000000..5bca22bf94c57ba4bc7f8605d6b759f2c2c87bee --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/ergo-chair-espresso-blend.yml @@ -0,0 +1,7 @@ +name: ergo chair espresso blend +category: home +price: 160 +currency: USD +in_stock: true +sku: SKU-128D8F87 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/espresso-blend-laptop-stand.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/espresso-blend-laptop-stand.yml new file mode 100644 index 0000000000000000000000000000000000000000..b59c6e316b351043b84d54ecfa2754ec22b468e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/espresso-blend-laptop-stand.yml @@ -0,0 +1,7 @@ +name: espresso blend laptop stand +category: home +price: 44 +currency: USD +in_stock: false +sku: SKU-AEA20B7A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qu diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/mechanical-keyboard-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/mechanical-keyboard-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..423af94865e583b1ef813f1448654c60036536af --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/mechanical-keyboard-ergo-chair.yml @@ -0,0 +1,7 @@ +name: mechanical keyboard ergo chair +category: home +price: 177 +currency: USD +in_stock: true +sku: SKU-7721AB9F +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/noise-isolating-headphones-ergo-chair.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/noise-isolating-headphones-ergo-chair.yml new file mode 100644 index 0000000000000000000000000000000000000000..8b69a4bf5f90dd8274011c4868c5704d4df862ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/noise-isolating-headphones-ergo-chair.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones ergo chair +category: home +price: 297 +currency: USD +in_stock: false +sku: SKU-F12B1ADF +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/wireless-mouse-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/wireless-mouse-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..b9cf0eb07f087ad42f664b3cc717f6f291a4401a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/wireless-mouse-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: wireless mouse ceramic mug +category: home +price: 26 +currency: USD +in_stock: false +sku: SKU-E84FF225 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incid diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/wireless-mouse-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/wireless-mouse-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..d1b8a4a6da12b6c8c9bef51ff0c0046c6e485dba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/home/wireless-mouse-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: wireless mouse noise isolating headphones +category: home +price: 159 +currency: USD +in_stock: false +sku: SKU-6F434261 +description: Lorem ipsum dolor sit amet, consectetur adip diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/ceylon-tea-mechanical-keyboard.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/ceylon-tea-mechanical-keyboard.yml new file mode 100644 index 0000000000000000000000000000000000000000..295a0ab75f9dcd763e68e0fd280d8351a0300357 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/ceylon-tea-mechanical-keyboard.yml @@ -0,0 +1,7 @@ +name: ceylon tea mechanical keyboard +category: stationery +price: 74 +currency: USD +in_stock: false +sku: SKU-913E2C02 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/ergo-chair-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/ergo-chair-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..4b4b0c667f83f91f3a949657ba2ecc9536ff59ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/ergo-chair-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: ergo chair wireless mouse +category: stationery +price: 19 +currency: USD +in_stock: true +sku: SKU-BA54463A +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod te diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/espresso-blend-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/espresso-blend-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..6664df295ca37690849706243e746794428daab9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/espresso-blend-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: espresso blend noise isolating headphones +category: stationery +price: 129 +currency: USD +in_stock: true +sku: SKU-BC77C882 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/espresso-blend-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/espresso-blend-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..c2b4b5055f82e71819f25f904567f1c00d94dd10 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/espresso-blend-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: espresso blend wireless mouse +category: stationery +price: 368 +currency: USD +in_stock: true +sku: SKU-F456779E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim venia diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/laptop-stand-ceylon-tea.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/laptop-stand-ceylon-tea.yml new file mode 100644 index 0000000000000000000000000000000000000000..762726c9a4825167a3148c5180d04fafabc4a3a9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/laptop-stand-ceylon-tea.yml @@ -0,0 +1,7 @@ +name: laptop stand ceylon tea +category: stationery +price: 136 +currency: USD +in_stock: true +sku: SKU-0CF5C726 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor in diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/led-desk-lamp-noise-isolating-headphones.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/led-desk-lamp-noise-isolating-headphones.yml new file mode 100644 index 0000000000000000000000000000000000000000..49d3323bcfe85d981f4e7accae33391eb9e21cd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/led-desk-lamp-noise-isolating-headphones.yml @@ -0,0 +1,7 @@ +name: led desk lamp noise isolating headphones +category: stationery +price: 332 +currency: USD +in_stock: true +sku: SKU-2DFEB3A4 +description: Lorem ipsum dolor sit amet, consectetur ad diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/led-desk-lamp-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/led-desk-lamp-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..7efc9bb5adf263b5a48e2448552f17c5c270c00c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/led-desk-lamp-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: led desk lamp wireless mouse +category: stationery +price: 91 +currency: USD +in_stock: false +sku: SKU-F94AA493 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/linen-notebook-wireless-mouse.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/linen-notebook-wireless-mouse.yml new file mode 100644 index 0000000000000000000000000000000000000000..ab234b54bc95fd8266c984578962f6d978a80dcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/linen-notebook-wireless-mouse.yml @@ -0,0 +1,7 @@ +name: linen notebook wireless mouse +category: stationery +price: 329 +currency: USD +in_stock: true +sku: SKU-E16A3D4D +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/noise-isolating-headphones-ceramic-mug.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/noise-isolating-headphones-ceramic-mug.yml new file mode 100644 index 0000000000000000000000000000000000000000..dc1c194aab5fb917a45b6d3651e53131c7002fb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/noise-isolating-headphones-ceramic-mug.yml @@ -0,0 +1,7 @@ +name: noise isolating headphones ceramic mug +category: stationery +price: 337 +currency: USD +in_stock: false +sku: SKU-DD33EA99 +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqu diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/wireless-mouse-mechanical-keyboard.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/wireless-mouse-mechanical-keyboard.yml new file mode 100644 index 0000000000000000000000000000000000000000..ebfee1b1ae31ba18db5f37119b15145e6110ea40 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/shop/catalog/stationery/wireless-mouse-mechanical-keyboard.yml @@ -0,0 +1,7 @@ +name: wireless mouse mechanical keyboard +category: stationery +price: 109 +currency: USD +in_stock: true +sku: SKU-406B9C4E +description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ce0c3b2038/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/access-policy.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/access-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..f860739a611d4f6ec39ebe1dbcd00c6e2d970d4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/access-policy.md @@ -0,0 +1,3 @@ +# access-policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/data-classification.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/data-classification.md new file mode 100644 index 0000000000000000000000000000000000000000..6e575093e13e89100c571083fed0a00346e6ee58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/data-classification.md @@ -0,0 +1,3 @@ +# data-classification + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/rotation-runbook.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/rotation-runbook.md new file mode 100644 index 0000000000000000000000000000000000000000..227a7773f533acd6cf43f55d9e0010fd4d0b2547 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/policies/rotation-runbook.md @@ -0,0 +1,3 @@ +# rotation-runbook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/reports/common.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/reports/common.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6f495eec32a8274c55679ddac90af1ee448f002 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/reports/common.txt @@ -0,0 +1,20 @@ +azhang +brivera +doneill +flindqvist +ibarbosa +kkuznetsov +lgonzalez +nmurray +opopov +pklein +rrossi +sstevens +svc_billing +svc_catalog +svc_indexer +svc_ledger +svc_metrics +svc_scheduler +svc_search +vwang diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-01.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..9275fd4fabeefe1bfbf1ed3276f0d659d2f0cb20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-01.txt @@ -0,0 +1,8 @@ +flindqvist +hchen +uvogt +tvasquez +svc_billing +doneill +sstevens +wxu diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-02.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..dca00995892f7f259d050b401d049fd0f1c02af9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-02.txt @@ -0,0 +1,8 @@ +svc_etl +sstevens +svc_metrics +qyu +cnakamura +brivera +hchen +doneill diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-03.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a7bade5128d012aacf52e336c8f4a34d2b78994 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-03.txt @@ -0,0 +1,8 @@ +pklein +svc_metrics +xlee +svc_scheduler +mtanaka +sstevens +svc_etl +gkaur diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-04.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..61179fe2d9c6954d905666b99eff25edde1d1eb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-04.txt @@ -0,0 +1,8 @@ +rrossi +vwang +mtanaka +tvasquez +gkaur +flindqvist +jsmith +hchen diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-05.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..af5d26455eb3f58354976b4da36371510f7eefe0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/postgres/2024-03-05.txt @@ -0,0 +1,8 @@ +gkaur +uvogt +svc_scheduler +brivera +svc_search +vwang +qyu +azhang diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-01.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..18f16f51285958795c5c81479783e79acb3a82d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-01.txt @@ -0,0 +1,8 @@ +xlee +jsmith +doneill +kkuznetsov +svc_etl +azhang +wxu +brivera diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-02.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfbb296b5046d1c58321b543d0383f74ac67ebec --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-02.txt @@ -0,0 +1,8 @@ +nmurray +azhang +jsmith +cnakamura +epatel +uvogt +svc_search +mtanaka diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-03.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..53fa13a10e9f2dee5d492fc9f0788ac52810274e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-03.txt @@ -0,0 +1,8 @@ +qyu +uvogt +sstevens +flindqvist +azhang +svc_search +epatel +kkuznetsov diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-04.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4598bf492ffd307499393bc10e1e0377d8a28e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-04.txt @@ -0,0 +1,8 @@ +opopov +lgonzalez +svc_search +svc_etl +qyu +ibarbosa +doneill +mtanaka diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-05.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d9489975e0dfa526070965c15b7abb5fe6cd5eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/sso/2024-03-05.txt @@ -0,0 +1,8 @@ +rrossi +azhang +doneill +opopov +cnakamura +svc_metrics +tvasquez +svc_catalog diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-01.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..8041cf0ecb896cc00e3c4c3769d28dba72302992 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-01.txt @@ -0,0 +1,8 @@ +jsmith +opopov +azhang +hchen +lgonzalez +svc_etl +svc_catalog +qyu diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-02.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab7f6a04cd7b2e7e3da677e3cb2fdb8e9fff7bb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-02.txt @@ -0,0 +1,8 @@ +svc_catalog +pklein +lgonzalez +azhang +uvogt +cnakamura +brivera +epatel diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-03.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1fecfeb04b1c7bdc6590c665bd75f2741c54338 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-03.txt @@ -0,0 +1,8 @@ +xlee +svc_metrics +pklein +svc_etl +svc_scheduler +uvogt +svc_ledger +sstevens diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-04.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1738ad4ff1cc982b78e95969b173889b28a3200 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-04.txt @@ -0,0 +1,8 @@ +svc_etl +kkuznetsov +wxu +opopov +azhang +gkaur +doneill +svc_catalog diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-05.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dfd40b4674dbb2e06bb78413262527fd3f7f78d --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/historical/vault/2024-03-05.txt @@ -0,0 +1,8 @@ +nmurray +brivera +svc_catalog +svc_scheduler +rrossi +svc_ledger +sstevens +qyu diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/left.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/left.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b669c6655667daa3cd0068fb4020718ca5e97d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/left.txt @@ -0,0 +1,37 @@ +epatel +jsmith +azhang + +svc_metrics +gkaur +hchen + +svc_ledger +svc_search +xlee +pklein +brivera +flindqvist +ibarbosa +nmurray +svc_scheduler +svc_billing +doneill +kkuznetsov +opopov +sstevens +svc_indexer + +lgonzalez +rrossi +vwang +uvogt + +azhang +ibarbosa +svc_indexer +hchen +svc_catalog +svc_search +svc_metrics + diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/right.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/right.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b964334dcf8b141d5c61060e66feb9a4059a47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/audit/snapshots/right.txt @@ -0,0 +1,37 @@ +kkuznetsov +flindqvist +doneill +cnakamura +svc_catalog + +opopov +mtanaka +vwang + +svc_ledger +svc_billing +svc_indexer +svc_search +qyu +nmurray + +wxu +lgonzalez +sstevens +svc_scheduler + +rrossi +azhang +ibarbosa +svc_etl +tvasquez +pklein +svc_metrics + +doneill +rrossi +ibarbosa +cnakamura +svc_search +azhang +brivera diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/access-policy.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/access-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..f860739a611d4f6ec39ebe1dbcd00c6e2d970d4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/access-policy.md @@ -0,0 +1,3 @@ +# access-policy + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/data-classification.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/data-classification.md new file mode 100644 index 0000000000000000000000000000000000000000..6e575093e13e89100c571083fed0a00346e6ee58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/data-classification.md @@ -0,0 +1,3 @@ +# data-classification + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/rotation-runbook.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/rotation-runbook.md new file mode 100644 index 0000000000000000000000000000000000000000..227a7773f533acd6cf43f55d9e0010fd4d0b2547 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/policies/rotation-runbook.md @@ -0,0 +1,3 @@ +# rotation-runbook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-01.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..9275fd4fabeefe1bfbf1ed3276f0d659d2f0cb20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-01.txt @@ -0,0 +1,8 @@ +flindqvist +hchen +uvogt +tvasquez +svc_billing +doneill +sstevens +wxu diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-02.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..dca00995892f7f259d050b401d049fd0f1c02af9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-02.txt @@ -0,0 +1,8 @@ +svc_etl +sstevens +svc_metrics +qyu +cnakamura +brivera +hchen +doneill diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-03.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a7bade5128d012aacf52e336c8f4a34d2b78994 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-03.txt @@ -0,0 +1,8 @@ +pklein +svc_metrics +xlee +svc_scheduler +mtanaka +sstevens +svc_etl +gkaur diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-04.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..61179fe2d9c6954d905666b99eff25edde1d1eb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-04.txt @@ -0,0 +1,8 @@ +rrossi +vwang +mtanaka +tvasquez +gkaur +flindqvist +jsmith +hchen diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-05.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..af5d26455eb3f58354976b4da36371510f7eefe0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/postgres/2024-03-05.txt @@ -0,0 +1,8 @@ +gkaur +uvogt +svc_scheduler +brivera +svc_search +vwang +qyu +azhang diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-01.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..18f16f51285958795c5c81479783e79acb3a82d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-01.txt @@ -0,0 +1,8 @@ +xlee +jsmith +doneill +kkuznetsov +svc_etl +azhang +wxu +brivera diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-02.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfbb296b5046d1c58321b543d0383f74ac67ebec --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-02.txt @@ -0,0 +1,8 @@ +nmurray +azhang +jsmith +cnakamura +epatel +uvogt +svc_search +mtanaka diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-03.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..53fa13a10e9f2dee5d492fc9f0788ac52810274e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-03.txt @@ -0,0 +1,8 @@ +qyu +uvogt +sstevens +flindqvist +azhang +svc_search +epatel +kkuznetsov diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-04.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4598bf492ffd307499393bc10e1e0377d8a28e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-04.txt @@ -0,0 +1,8 @@ +opopov +lgonzalez +svc_search +svc_etl +qyu +ibarbosa +doneill +mtanaka diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-05.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d9489975e0dfa526070965c15b7abb5fe6cd5eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/sso/2024-03-05.txt @@ -0,0 +1,8 @@ +rrossi +azhang +doneill +opopov +cnakamura +svc_metrics +tvasquez +svc_catalog diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-01.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-01.txt new file mode 100644 index 0000000000000000000000000000000000000000..8041cf0ecb896cc00e3c4c3769d28dba72302992 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-01.txt @@ -0,0 +1,8 @@ +jsmith +opopov +azhang +hchen +lgonzalez +svc_etl +svc_catalog +qyu diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-02.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-02.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab7f6a04cd7b2e7e3da677e3cb2fdb8e9fff7bb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-02.txt @@ -0,0 +1,8 @@ +svc_catalog +pklein +lgonzalez +azhang +uvogt +cnakamura +brivera +epatel diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-03.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-03.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1fecfeb04b1c7bdc6590c665bd75f2741c54338 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-03.txt @@ -0,0 +1,8 @@ +xlee +svc_metrics +pklein +svc_etl +svc_scheduler +uvogt +svc_ledger +sstevens diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-04.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-04.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1738ad4ff1cc982b78e95969b173889b28a3200 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-04.txt @@ -0,0 +1,8 @@ +svc_etl +kkuznetsov +wxu +opopov +azhang +gkaur +doneill +svc_catalog diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-05.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-05.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dfd40b4674dbb2e06bb78413262527fd3f7f78d --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/historical/vault/2024-03-05.txt @@ -0,0 +1,8 @@ +nmurray +brivera +svc_catalog +svc_scheduler +rrossi +svc_ledger +sstevens +qyu diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/left.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/left.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b669c6655667daa3cd0068fb4020718ca5e97d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/left.txt @@ -0,0 +1,37 @@ +epatel +jsmith +azhang + +svc_metrics +gkaur +hchen + +svc_ledger +svc_search +xlee +pklein +brivera +flindqvist +ibarbosa +nmurray +svc_scheduler +svc_billing +doneill +kkuznetsov +opopov +sstevens +svc_indexer + +lgonzalez +rrossi +vwang +uvogt + +azhang +ibarbosa +svc_indexer +hchen +svc_catalog +svc_search +svc_metrics + diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/right.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/right.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b964334dcf8b141d5c61060e66feb9a4059a47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/audit/snapshots/right.txt @@ -0,0 +1,37 @@ +kkuznetsov +flindqvist +doneill +cnakamura +svc_catalog + +opopov +mtanaka +vwang + +svc_ledger +svc_billing +svc_indexer +svc_search +qyu +nmurray + +wxu +lgonzalez +sstevens +svc_scheduler + +rrossi +azhang +ibarbosa +svc_etl +tvasquez +pklein +svc_metrics + +doneill +rrossi +ibarbosa +cnakamura +svc_search +azhang +brivera diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf5316f7aa/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/auckland-kyoto-interviewing.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/auckland-kyoto-interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..ced8a3911695e91fc015c38a35d50d7e1c1ebfdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/auckland-kyoto-interviewing.md @@ -0,0 +1,12 @@ +# Auckland Kyoto Interviewing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/dublin-ceramic-mug-long-context-modeling.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/dublin-ceramic-mug-long-context-modeling.md new file mode 100644 index 0000000000000000000000000000000000000000..ecd40377075a84e80826c1e446100d7d90613153 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/dublin-ceramic-mug-long-context-modeling.md @@ -0,0 +1,12 @@ +# Dublin Ceramic Mug Long Context Modeling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/manchester-chicago-seattle.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/manchester-chicago-seattle.md new file mode 100644 index 0000000000000000000000000000000000000000..688ffefd3bfb1e33884a86c3a70d5d5a54f90d3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/manchester-chicago-seattle.md @@ -0,0 +1,14 @@ +# Manchester Chicago Seattle + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/manchester-speculative-decoding-dublin.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/manchester-speculative-decoding-dublin.md new file mode 100644 index 0000000000000000000000000000000000000000..ee270c4a9908d704f782480abeee0145c2a8d05d --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/manchester-speculative-decoding-dublin.md @@ -0,0 +1,13 @@ +# Manchester Speculative Decoding Dublin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/release) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/osaka-incident-response-barcelona.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/osaka-incident-response-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..392936338acd2dbe7e0c9ad7db1902baf0702d70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/osaka-incident-response-barcelona.md @@ -0,0 +1,12 @@ +# Osaka Incident Response Barcelona + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](mailto:help@sandbox.test) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/seoul-chicago-barcelona.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/seoul-chicago-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..96d1dc6705a2b2d60087aebbda5d1af7c7905086 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/design/seoul-chicago-barcelona.md @@ -0,0 +1,14 @@ +# Seoul Chicago Barcelona + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](/handbook/release) for more. +See [our guide](/handbook/security) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/amsterdam-beijing-barcelona.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/amsterdam-beijing-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..a198b3e74d9b5ce55d8a7369594418df9424d5d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/amsterdam-beijing-barcelona.md @@ -0,0 +1,14 @@ +# Amsterdam Beijing Barcelona + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](/handbook/release) for more. +See [our guide](https://sandbox.test/runbooks) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/chicago-manchester-engineering-practices.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/chicago-manchester-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..9e70213405919ea5bf2ca9908b7a7f1b2879f561 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/chicago-manchester-engineering-practices.md @@ -0,0 +1,14 @@ +# Chicago Manchester Engineering Practices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/docs) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/espresso-blend-linen-notebook-new-york.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/espresso-blend-linen-notebook-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..b4c3336934db59ba7273078da619aac2644107e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/espresso-blend-linen-notebook-new-york.md @@ -0,0 +1,14 @@ +# Espresso Blend Linen Notebook New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://sandbox.test/docs) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/incident-response-shanghai-adversarial-robustness.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/incident-response-shanghai-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..f56dabadafa1eed417a6758e6d4abc5d1d634439 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/incident-response-shanghai-adversarial-robustness.md @@ -0,0 +1,14 @@ +# Incident Response Shanghai Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/release) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/led-desk-lamp-new-york-speculative-decoding.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/led-desk-lamp-new-york-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..ffc906952e82aaf48cf64f92d7c40880986a41f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/led-desk-lamp-new-york-speculative-decoding.md @@ -0,0 +1,13 @@ +# Led Desk Lamp New York Speculative Decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](mailto:help@sandbox.test) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/new-york-osaka-security-policies.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/new-york-osaka-security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..3a0436016d4210e46a4f701654d2682b1c652e92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/engineering/new-york-osaka-security-policies.md @@ -0,0 +1,13 @@ +# New York Osaka Security Policies + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/data-efficient-finetuning-boston-long-context-modeling.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/data-efficient-finetuning-boston-long-context-modeling.md new file mode 100644 index 0000000000000000000000000000000000000000..d4d7f9965a0d5957d3b529e6f065fd4b8a54ae32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/data-efficient-finetuning-boston-long-context-modeling.md @@ -0,0 +1,13 @@ +# Data Efficient Finetuning Boston Long Context Modeling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/data-efficient-finetuning-reasoning-benchmarks-chain-of-thought.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/data-efficient-finetuning-reasoning-benchmarks-chain-of-thought.md new file mode 100644 index 0000000000000000000000000000000000000000..359060bb3d60cfbaed6293a30e018e5fccc34567 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/data-efficient-finetuning-reasoning-benchmarks-chain-of-thought.md @@ -0,0 +1,14 @@ +# Data Efficient Finetuning Reasoning Benchmarks Chain Of Thought + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/release) for more. +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/ergo-chair-multimodal-fusion-ceylon-tea.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/ergo-chair-multimodal-fusion-ceylon-tea.md new file mode 100644 index 0000000000000000000000000000000000000000..37b8a64c79d76f9bdb1885b579aa22944f1d2730 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/ergo-chair-multimodal-fusion-ceylon-tea.md @@ -0,0 +1,12 @@ +# Ergo Chair Multimodal Fusion Ceylon Tea + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/mumbai-led-desk-lamp-engineering-practices.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/mumbai-led-desk-lamp-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..17b004df2f6892239df0a24221362acadf948269 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/mumbai-led-desk-lamp-engineering-practices.md @@ -0,0 +1,12 @@ +# Mumbai Led Desk Lamp Engineering Practices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/san-francisco-ergo-chair-bangalore.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/san-francisco-ergo-chair-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..fa3d3a1e2537278c58c496699a5f3f00c8f9005a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/san-francisco-ergo-chair-bangalore.md @@ -0,0 +1,12 @@ +# San Francisco Ergo Chair Bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/sparse-mixture-of-experts-london-reasoning-benchmarks.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/sparse-mixture-of-experts-london-reasoning-benchmarks.md new file mode 100644 index 0000000000000000000000000000000000000000..194ffbbe5aa96cce7bfb4c2141a41fccd7500b79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/ops/sparse-mixture-of-experts-london-reasoning-benchmarks.md @@ -0,0 +1,13 @@ +# Sparse Mixture Of Experts London Reasoning Benchmarks + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/security) for more. +See [our guide](https://sandbox.test/docs) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/attention-scaling-seoul-linen-notebook.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/attention-scaling-seoul-linen-notebook.md new file mode 100644 index 0000000000000000000000000000000000000000..2d72b7b563891eb7af53ea2dbec73c0f8d44ff29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/attention-scaling-seoul-linen-notebook.md @@ -0,0 +1,13 @@ +# Attention Scaling Seoul Linen Notebook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/onboarding) for more. +See [our guide](https://sandbox.test/runbooks) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/engineering-practices-linen-notebook-laptop-stand.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/engineering-practices-linen-notebook-laptop-stand.md new file mode 100644 index 0000000000000000000000000000000000000000..2a080b4c29f8b47da8b1643db124c1dc808c021a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/engineering-practices-linen-notebook-laptop-stand.md @@ -0,0 +1,12 @@ +# Engineering Practices Linen Notebook Laptop Stand + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/multimodal-fusion-wireless-mouse-kyoto.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/multimodal-fusion-wireless-mouse-kyoto.md new file mode 100644 index 0000000000000000000000000000000000000000..97205079c3c264c9c428815090576c5e68021fb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/multimodal-fusion-wireless-mouse-kyoto.md @@ -0,0 +1,12 @@ +# Multimodal Fusion Wireless Mouse Kyoto + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://sandbox.test/docs) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/new-york-chicago-data-efficient-finetuning.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/new-york-chicago-data-efficient-finetuning.md new file mode 100644 index 0000000000000000000000000000000000000000..d1a1f5346358b16c992472967e33625f017f055f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/new-york-chicago-data-efficient-finetuning.md @@ -0,0 +1,14 @@ +# New York Chicago Data Efficient Finetuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/docs) for more. +See [our guide](/handbook/security) for more. +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/seattle-laptop-stand-multimodal-fusion.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/seattle-laptop-stand-multimodal-fusion.md new file mode 100644 index 0000000000000000000000000000000000000000..cc2f7ac8d7def8607df1f073ae968b91c3336f6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/seattle-laptop-stand-multimodal-fusion.md @@ -0,0 +1,13 @@ +# Seattle Laptop Stand Multimodal Fusion + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/release) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/sparse-mixture-of-experts-retrieval-augmented-generation-led-desk-lamp.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/sparse-mixture-of-experts-retrieval-augmented-generation-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..b97f68e782c41a1b1cfc9b83967507d9d01f0671 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/product/sparse-mixture-of-experts-retrieval-augmented-generation-led-desk-lamp.md @@ -0,0 +1,14 @@ +# Sparse Mixture Of Experts Retrieval Augmented Generation Led Desk Lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/onboarding) for more. +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](https://sandbox.test/contact) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/instruction-tuning-onboarding-auckland.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/instruction-tuning-onboarding-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..524ef6c6b5164cd0a25f1d785ab86f025c07b7ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/instruction-tuning-onboarding-auckland.md @@ -0,0 +1,13 @@ +# Instruction Tuning Onboarding Auckland + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/docs) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/release-process-interviewing-austin.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/release-process-interviewing-austin.md new file mode 100644 index 0000000000000000000000000000000000000000..c17ce8cba65e8c2a3bdd171868721c566bad4736 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/release-process-interviewing-austin.md @@ -0,0 +1,13 @@ +# Release Process Interviewing Austin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/seoul-engineering-practices-adversarial-robustness.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/seoul-engineering-practices-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..c701080e65f94fa6f19672170b3fb17f96129d33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/seoul-engineering-practices-adversarial-robustness.md @@ -0,0 +1,12 @@ +# Seoul Engineering Practices Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/security) for more. +See [our guide](https://sandbox.test/docs) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/shanghai-barcelona-mumbai.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/shanghai-barcelona-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..765dc958e86caf7c11df30ba536a195c217c8115 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/shanghai-barcelona-mumbai.md @@ -0,0 +1,12 @@ +# Shanghai Barcelona Mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/singapore-paris-auckland.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/singapore-paris-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..0b977fcb8324826a8ed6fe54b0a214bd52dc0eb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/singapore-paris-auckland.md @@ -0,0 +1,14 @@ +# Singapore Paris Auckland + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/wireless-mouse-tool-use-agents-london.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/wireless-mouse-tool-use-agents-london.md new file mode 100644 index 0000000000000000000000000000000000000000..818a5d027dc9b4f252b230e7273397bef10b085e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/wiki/pages/sre/wireless-mouse-tool-use-agents-london.md @@ -0,0 +1,13 @@ +# Wireless Mouse Tool Use Agents London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/auckland-kyoto-interviewing.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/auckland-kyoto-interviewing.md new file mode 100644 index 0000000000000000000000000000000000000000..ced8a3911695e91fc015c38a35d50d7e1c1ebfdb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/auckland-kyoto-interviewing.md @@ -0,0 +1,12 @@ +# Auckland Kyoto Interviewing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/dublin-ceramic-mug-long-context-modeling.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/dublin-ceramic-mug-long-context-modeling.md new file mode 100644 index 0000000000000000000000000000000000000000..ecd40377075a84e80826c1e446100d7d90613153 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/dublin-ceramic-mug-long-context-modeling.md @@ -0,0 +1,12 @@ +# Dublin Ceramic Mug Long Context Modeling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/manchester-chicago-seattle.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/manchester-chicago-seattle.md new file mode 100644 index 0000000000000000000000000000000000000000..688ffefd3bfb1e33884a86c3a70d5d5a54f90d3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/manchester-chicago-seattle.md @@ -0,0 +1,14 @@ +# Manchester Chicago Seattle + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/manchester-speculative-decoding-dublin.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/manchester-speculative-decoding-dublin.md new file mode 100644 index 0000000000000000000000000000000000000000..ee270c4a9908d704f782480abeee0145c2a8d05d --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/manchester-speculative-decoding-dublin.md @@ -0,0 +1,13 @@ +# Manchester Speculative Decoding Dublin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/release) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/osaka-incident-response-barcelona.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/osaka-incident-response-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..392936338acd2dbe7e0c9ad7db1902baf0702d70 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/osaka-incident-response-barcelona.md @@ -0,0 +1,12 @@ +# Osaka Incident Response Barcelona + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](mailto:help@sandbox.test) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/seoul-chicago-barcelona.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/seoul-chicago-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..96d1dc6705a2b2d60087aebbda5d1af7c7905086 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/design/seoul-chicago-barcelona.md @@ -0,0 +1,14 @@ +# Seoul Chicago Barcelona + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](/handbook/release) for more. +See [our guide](/handbook/security) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/amsterdam-beijing-barcelona.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/amsterdam-beijing-barcelona.md new file mode 100644 index 0000000000000000000000000000000000000000..a198b3e74d9b5ce55d8a7369594418df9424d5d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/amsterdam-beijing-barcelona.md @@ -0,0 +1,14 @@ +# Amsterdam Beijing Barcelona + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](/handbook/release) for more. +See [our guide](https://sandbox.test/runbooks) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/chicago-manchester-engineering-practices.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/chicago-manchester-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..9e70213405919ea5bf2ca9908b7a7f1b2879f561 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/chicago-manchester-engineering-practices.md @@ -0,0 +1,14 @@ +# Chicago Manchester Engineering Practices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/docs) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/espresso-blend-linen-notebook-new-york.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/espresso-blend-linen-notebook-new-york.md new file mode 100644 index 0000000000000000000000000000000000000000..b4c3336934db59ba7273078da619aac2644107e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/espresso-blend-linen-notebook-new-york.md @@ -0,0 +1,14 @@ +# Espresso Blend Linen Notebook New York + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://sandbox.test/docs) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/incident-response-shanghai-adversarial-robustness.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/incident-response-shanghai-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..f56dabadafa1eed417a6758e6d4abc5d1d634439 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/incident-response-shanghai-adversarial-robustness.md @@ -0,0 +1,14 @@ +# Incident Response Shanghai Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/release) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/led-desk-lamp-new-york-speculative-decoding.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/led-desk-lamp-new-york-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..ffc906952e82aaf48cf64f92d7c40880986a41f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/led-desk-lamp-new-york-speculative-decoding.md @@ -0,0 +1,13 @@ +# Led Desk Lamp New York Speculative Decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](mailto:help@sandbox.test) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/new-york-osaka-security-policies.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/new-york-osaka-security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..3a0436016d4210e46a4f701654d2682b1c652e92 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/engineering/new-york-osaka-security-policies.md @@ -0,0 +1,13 @@ +# New York Osaka Security Policies + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/data-efficient-finetuning-boston-long-context-modeling.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/data-efficient-finetuning-boston-long-context-modeling.md new file mode 100644 index 0000000000000000000000000000000000000000..d4d7f9965a0d5957d3b529e6f065fd4b8a54ae32 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/data-efficient-finetuning-boston-long-context-modeling.md @@ -0,0 +1,13 @@ +# Data Efficient Finetuning Boston Long Context Modeling + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/data-efficient-finetuning-reasoning-benchmarks-chain-of-thought.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/data-efficient-finetuning-reasoning-benchmarks-chain-of-thought.md new file mode 100644 index 0000000000000000000000000000000000000000..359060bb3d60cfbaed6293a30e018e5fccc34567 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/data-efficient-finetuning-reasoning-benchmarks-chain-of-thought.md @@ -0,0 +1,14 @@ +# Data Efficient Finetuning Reasoning Benchmarks Chain Of Thought + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/release) for more. +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/ergo-chair-multimodal-fusion-ceylon-tea.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/ergo-chair-multimodal-fusion-ceylon-tea.md new file mode 100644 index 0000000000000000000000000000000000000000..37b8a64c79d76f9bdb1885b579aa22944f1d2730 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/ergo-chair-multimodal-fusion-ceylon-tea.md @@ -0,0 +1,12 @@ +# Ergo Chair Multimodal Fusion Ceylon Tea + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/mumbai-led-desk-lamp-engineering-practices.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/mumbai-led-desk-lamp-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..17b004df2f6892239df0a24221362acadf948269 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/mumbai-led-desk-lamp-engineering-practices.md @@ -0,0 +1,12 @@ +# Mumbai Led Desk Lamp Engineering Practices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/san-francisco-ergo-chair-bangalore.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/san-francisco-ergo-chair-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..fa3d3a1e2537278c58c496699a5f3f00c8f9005a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/san-francisco-ergo-chair-bangalore.md @@ -0,0 +1,12 @@ +# San Francisco Ergo Chair Bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/sparse-mixture-of-experts-london-reasoning-benchmarks.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/sparse-mixture-of-experts-london-reasoning-benchmarks.md new file mode 100644 index 0000000000000000000000000000000000000000..194ffbbe5aa96cce7bfb4c2141a41fccd7500b79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/ops/sparse-mixture-of-experts-london-reasoning-benchmarks.md @@ -0,0 +1,13 @@ +# Sparse Mixture Of Experts London Reasoning Benchmarks + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/security) for more. +See [our guide](https://sandbox.test/docs) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/attention-scaling-seoul-linen-notebook.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/attention-scaling-seoul-linen-notebook.md new file mode 100644 index 0000000000000000000000000000000000000000..2d72b7b563891eb7af53ea2dbec73c0f8d44ff29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/attention-scaling-seoul-linen-notebook.md @@ -0,0 +1,13 @@ +# Attention Scaling Seoul Linen Notebook + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/onboarding) for more. +See [our guide](https://sandbox.test/runbooks) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/engineering-practices-linen-notebook-laptop-stand.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/engineering-practices-linen-notebook-laptop-stand.md new file mode 100644 index 0000000000000000000000000000000000000000..2a080b4c29f8b47da8b1643db124c1dc808c021a --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/engineering-practices-linen-notebook-laptop-stand.md @@ -0,0 +1,12 @@ +# Engineering Practices Linen Notebook Laptop Stand + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/multimodal-fusion-wireless-mouse-kyoto.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/multimodal-fusion-wireless-mouse-kyoto.md new file mode 100644 index 0000000000000000000000000000000000000000..97205079c3c264c9c428815090576c5e68021fb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/multimodal-fusion-wireless-mouse-kyoto.md @@ -0,0 +1,12 @@ +# Multimodal Fusion Wireless Mouse Kyoto + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://sandbox.test/docs) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/new-york-chicago-data-efficient-finetuning.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/new-york-chicago-data-efficient-finetuning.md new file mode 100644 index 0000000000000000000000000000000000000000..d1a1f5346358b16c992472967e33625f017f055f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/new-york-chicago-data-efficient-finetuning.md @@ -0,0 +1,14 @@ +# New York Chicago Data Efficient Finetuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/docs) for more. +See [our guide](/handbook/security) for more. +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/seattle-laptop-stand-multimodal-fusion.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/seattle-laptop-stand-multimodal-fusion.md new file mode 100644 index 0000000000000000000000000000000000000000..cc2f7ac8d7def8607df1f073ae968b91c3336f6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/seattle-laptop-stand-multimodal-fusion.md @@ -0,0 +1,13 @@ +# Seattle Laptop Stand Multimodal Fusion + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/release) for more. +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/sparse-mixture-of-experts-retrieval-augmented-generation-led-desk-lamp.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/sparse-mixture-of-experts-retrieval-augmented-generation-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..b97f68e782c41a1b1cfc9b83967507d9d01f0671 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/product/sparse-mixture-of-experts-retrieval-augmented-generation-led-desk-lamp.md @@ -0,0 +1,14 @@ +# Sparse Mixture Of Experts Retrieval Augmented Generation Led Desk Lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/onboarding) for more. +See [our guide](mailto:help@sandbox.test) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](https://sandbox.test/contact) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/instruction-tuning-onboarding-auckland.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/instruction-tuning-onboarding-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..524ef6c6b5164cd0a25f1d785ab86f025c07b7ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/instruction-tuning-onboarding-auckland.md @@ -0,0 +1,13 @@ +# Instruction Tuning Onboarding Auckland + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://sandbox.test/docs) for more. +See [our guide](/handbook/release) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/release-process-interviewing-austin.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/release-process-interviewing-austin.md new file mode 100644 index 0000000000000000000000000000000000000000..c17ce8cba65e8c2a3bdd171868721c566bad4736 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/release-process-interviewing-austin.md @@ -0,0 +1,13 @@ +# Release Process Interviewing Austin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/seoul-engineering-practices-adversarial-robustness.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/seoul-engineering-practices-adversarial-robustness.md new file mode 100644 index 0000000000000000000000000000000000000000..c701080e65f94fa6f19672170b3fb17f96129d33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/seoul-engineering-practices-adversarial-robustness.md @@ -0,0 +1,12 @@ +# Seoul Engineering Practices Adversarial Robustness + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](/handbook/security) for more. +See [our guide](https://sandbox.test/docs) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/shanghai-barcelona-mumbai.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/shanghai-barcelona-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..765dc958e86caf7c11df30ba536a195c217c8115 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/shanghai-barcelona-mumbai.md @@ -0,0 +1,12 @@ +# Shanghai Barcelona Mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/singapore-paris-auckland.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/singapore-paris-auckland.md new file mode 100644 index 0000000000000000000000000000000000000000..0b977fcb8324826a8ed6fe54b0a214bd52dc0eb0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/singapore-paris-auckland.md @@ -0,0 +1,14 @@ +# Singapore Paris Auckland + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/contact) for more. +See [our guide](https://en.wikipedia.org/wiki/Shell) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/security) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/wireless-mouse-tool-use-agents-london.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/wireless-mouse-tool-use-agents-london.md new file mode 100644 index 0000000000000000000000000000000000000000..818a5d027dc9b4f252b230e7273397bef10b085e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/wiki/pages/sre/wireless-mouse-tool-use-agents-london.md @@ -0,0 +1,13 @@ +# Wireless Mouse Tool Use Agents London + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +See [our guide](https://sandbox.test/runbooks) for more. +See [our guide](https://rfc-editor.org/rfc/rfc5322) for more. +See [our guide](/handbook/onboarding) for more. + +![screenshot](https://cdn.sandbox.test/img/shot.png) + +[reference link][ref] + +[ref]: https://reference.sandbox.test diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_cf6fb83990/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-01.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e4a0921c947930f9be139fe349e344190d502bc1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-01.csv @@ -0,0 +1,13 @@ +track,plays +ivory-kites-tapestry,892 +aurora-lane-anthem,458 +blueshift-serenade,338 +blueshift-serenade,67 +blueshift-serenade,46 +edgewater-serenade,735 +driftlight-nocturne,98 +ghost-signals-drift,151 +edgewater-serenade,788 +cascade-choir-prelude,871 +ghost-signals-drift,938 +ghost-signals-nocturne,240 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-02.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..21e3e102348120b065ebd93333b988215c64517b --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-02.csv @@ -0,0 +1,15 @@ +track,plays +aurora-lane-tapestry,601 +halcyon-bay-requiem,919 +aurora-lane-tapestry,542 +ghost-signals-tapestry,704 +edgewater-prelude,296 +ivory-kites-tapestry,389 +driftlight-serenade,167 +ghost-signals-nocturne,650 +cascade-choir-requiem,187 +ghost-signals-nocturne,211 +feather-knives-nocturne,440 +driftlight-serenade,76 +halcyon-bay-requiem,863 +halcyon-bay-requiem,765 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-03.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c8311a6bfce738c97e866617426b6a37671d7ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-03.csv @@ -0,0 +1,13 @@ +track,plays +blueshift-serenade,364 +blueshift-serenade,334 +aurora-lane-anthem,14 +ghost-signals-tapestry,985 +edgewater-serenade,182 +ghost-signals-nocturne,468 +driftlight-nocturne,226 +cascade-choir-prelude,491 +jasmine-tide-anthem,709 +aurora-lane-anthem,418 +blueshift-serenade,223 +ghost-signals-nocturne,392 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-04.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..3bbfca9b17ff5e7d643fe275570beca8cac56961 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-04.csv @@ -0,0 +1,9 @@ +track,plays +jasmine-tide-anthem,322 +jasmine-tide-anthem,464 +ghost-signals-nocturne,732 +cascade-choir-prelude,500 +blueshift-serenade,283 +aurora-lane-tapestry,252 +ghost-signals-drift,729 +feather-knives-nocturne,69 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-05.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..12f3180718f812b3361942cc30d8a00530b1d77f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-05.csv @@ -0,0 +1,9 @@ +track,plays +ghost-signals-tapestry,977 +ghost-signals-drift,718 +edgewater-serenade,366 +ivory-kites-tapestry,64 +driftlight-serenade,665 +ghost-signals-tapestry,454 +ivory-kites-drift,693 +ghost-signals-tapestry,477 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-06.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf14d95c83d3ccac0a325a12ad952cc33da6121a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-06.csv @@ -0,0 +1,10 @@ +track,plays +blueshift-serenade,297 +halcyon-bay-requiem,638 +jasmine-tide-anthem,413 +aurora-lane-tapestry,158 +cascade-choir-nocturne,716 +halcyon-bay-requiem,876 +edgewater-prelude,445 +ivory-kites-drift,701 +jasmine-tide-anthem,78 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-07.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..689fc43de02f294b0aef760286cdf62dc4139422 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/apple/2024-04-07.csv @@ -0,0 +1,9 @@ +track,plays +aurora-lane-anthem,458 +ghost-signals-tapestry,642 +blueshift-serenade,549 +edgewater-serenade,990 +blueshift-serenade,437 +ghost-signals-tapestry,10 +cascade-choir-requiem,609 +ghost-signals-nocturne,243 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-01.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e03e59c4368f19d58ae3463a194ecd176004576c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-01.csv @@ -0,0 +1,11 @@ +track,plays +halcyon-bay-requiem,934 +jasmine-tide-anthem,754 +blueshift-serenade,673 +halcyon-bay-requiem,184 +driftlight-nocturne,516 +blueshift-serenade,636 +cascade-choir-requiem,511 +driftlight-nocturne,134 +feather-knives-nocturne,178 +ivory-kites-tapestry,264 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-02.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c3c5ee8fa8caf72b4cd5ad5022b1af031311edb --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-02.csv @@ -0,0 +1,14 @@ +track,plays +halcyon-bay-requiem,740 +aurora-lane-tapestry,609 +halcyon-bay-serenade,966 +halcyon-bay-requiem,236 +edgewater-prelude,712 +jasmine-tide-anthem,349 +edgewater-prelude,594 +cascade-choir-prelude,427 +feather-knives-nocturne,695 +edgewater-serenade,526 +driftlight-serenade,998 +driftlight-serenade,382 +aurora-lane-tapestry,841 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-03.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..c1e8f6361b90abdfd1eca289151371dfdd69c966 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-03.csv @@ -0,0 +1,9 @@ +track,plays +edgewater-serenade,709 +blueshift-serenade,951 +halcyon-bay-requiem,348 +aurora-lane-anthem,330 +halcyon-bay-serenade,177 +edgewater-serenade,169 +ghost-signals-drift,457 +feather-knives-nocturne,907 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-04.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..8bbcd782bd48622c1004914ae04dd70ff68a554d --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-04.csv @@ -0,0 +1,10 @@ +track,plays +jasmine-tide-anthem,222 +cascade-choir-nocturne,719 +edgewater-serenade,808 +aurora-lane-anthem,33 +ghost-signals-drift,184 +ghost-signals-drift,664 +ghost-signals-nocturne,634 +halcyon-bay-serenade,666 +cascade-choir-nocturne,733 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-05.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..a656d970c5b32c00a0fc28a20defe5a2cd8149c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-05.csv @@ -0,0 +1,12 @@ +track,plays +ivory-kites-tapestry,39 +aurora-lane-tapestry,564 +blueshift-serenade,177 +cascade-choir-requiem,382 +halcyon-bay-requiem,702 +halcyon-bay-requiem,754 +ghost-signals-nocturne,500 +ghost-signals-nocturne,621 +halcyon-bay-requiem,699 +edgewater-serenade,503 +ghost-signals-drift,982 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-06.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..00fa99ffa693e4bcfa4c9bb6066e3d7c34390148 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-06.csv @@ -0,0 +1,9 @@ +track,plays +driftlight-nocturne,533 +edgewater-serenade,893 +ivory-kites-drift,731 +edgewater-serenade,878 +cascade-choir-requiem,189 +driftlight-serenade,275 +jasmine-tide-anthem,887 +driftlight-nocturne,142 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-07.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..0d89be5c13e0b8a4dd041ea8016788455b012417 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/spotify/2024-04-07.csv @@ -0,0 +1,14 @@ +track,plays +ghost-signals-drift,132 +feather-knives-nocturne,31 +halcyon-bay-requiem,81 +cascade-choir-nocturne,687 +aurora-lane-anthem,277 +halcyon-bay-requiem,808 +blueshift-serenade,40 +cascade-choir-prelude,332 +feather-knives-nocturne,639 +halcyon-bay-serenade,430 +feather-knives-nocturne,182 +ivory-kites-tapestry,275 +ivory-kites-tapestry,978 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-01.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a7487fe58fd396ce02a0e8c39b66eabfa772a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-01.csv @@ -0,0 +1,12 @@ +track,plays +blueshift-serenade,627 +cascade-choir-nocturne,264 +ghost-signals-nocturne,555 +aurora-lane-anthem,421 +feather-knives-nocturne,894 +blueshift-serenade,518 +ivory-kites-tapestry,393 +cascade-choir-nocturne,734 +driftlight-serenade,281 +feather-knives-nocturne,354 +jasmine-tide-anthem,14 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-02.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..606b332701c342bf41a538ec99ac1265f717307e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-02.csv @@ -0,0 +1,9 @@ +track,plays +ivory-kites-drift,930 +driftlight-nocturne,236 +cascade-choir-nocturne,804 +halcyon-bay-requiem,411 +aurora-lane-tapestry,61 +cascade-choir-requiem,466 +ivory-kites-drift,882 +jasmine-tide-anthem,253 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-03.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2eb510e9c305f4c515ebd726a19332d80c62751f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-03.csv @@ -0,0 +1,13 @@ +track,plays +halcyon-bay-requiem,995 +halcyon-bay-requiem,348 +aurora-lane-tapestry,166 +halcyon-bay-serenade,778 +cascade-choir-prelude,223 +driftlight-serenade,382 +edgewater-prelude,377 +edgewater-serenade,997 +ghost-signals-drift,585 +cascade-choir-requiem,538 +driftlight-nocturne,567 +ivory-kites-drift,100 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-04.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..19a21c4a3bcf282acbf5c65b51a1afabc41122ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-04.csv @@ -0,0 +1,13 @@ +track,plays +edgewater-prelude,318 +driftlight-serenade,970 +halcyon-bay-requiem,463 +driftlight-nocturne,192 +cascade-choir-prelude,811 +aurora-lane-anthem,971 +jasmine-tide-anthem,676 +halcyon-bay-requiem,664 +edgewater-serenade,208 +ivory-kites-tapestry,159 +blueshift-serenade,637 +ghost-signals-nocturne,625 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-05.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..583cd3653e6f42d124825551f5a3f463c9d7b566 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-05.csv @@ -0,0 +1,12 @@ +track,plays +cascade-choir-nocturne,32 +ghost-signals-drift,126 +halcyon-bay-serenade,944 +feather-knives-nocturne,589 +cascade-choir-prelude,59 +halcyon-bay-requiem,133 +feather-knives-nocturne,147 +ivory-kites-drift,959 +driftlight-nocturne,675 +ghost-signals-drift,494 +ivory-kites-tapestry,161 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-06.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..6e9cfcec33c99d49b48e097283bc91954ffbe42a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-06.csv @@ -0,0 +1,10 @@ +track,plays +feather-knives-nocturne,893 +ghost-signals-nocturne,483 +halcyon-bay-serenade,692 +edgewater-serenade,239 +edgewater-prelude,976 +ivory-kites-drift,223 +halcyon-bay-requiem,205 +halcyon-bay-requiem,774 +aurora-lane-tapestry,684 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-07.csv b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..f15df308e941880c78648a198f03af612ea05886 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/daily/tidal/2024-04-07.csv @@ -0,0 +1,13 @@ +track,plays +feather-knives-nocturne,702 +cascade-choir-nocturne,584 +aurora-lane-tapestry,448 +cascade-choir-prelude,646 +cascade-choir-nocturne,466 +cascade-choir-nocturne,958 +jasmine-tide-anthem,158 +edgewater-prelude,16 +edgewater-serenade,858 +ghost-signals-nocturne,477 +edgewater-prelude,176 +cascade-choir-prelude,786 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/reports/winner.txt b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/reports/winner.txt new file mode 100644 index 0000000000000000000000000000000000000000..221226fcab92c1cb87184598284bdea4c11d2f66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/streams/reports/winner.txt @@ -0,0 +1 @@ +halcyon-bay-requiem diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-01.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e4a0921c947930f9be139fe349e344190d502bc1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-01.csv @@ -0,0 +1,13 @@ +track,plays +ivory-kites-tapestry,892 +aurora-lane-anthem,458 +blueshift-serenade,338 +blueshift-serenade,67 +blueshift-serenade,46 +edgewater-serenade,735 +driftlight-nocturne,98 +ghost-signals-drift,151 +edgewater-serenade,788 +cascade-choir-prelude,871 +ghost-signals-drift,938 +ghost-signals-nocturne,240 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-02.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..21e3e102348120b065ebd93333b988215c64517b --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-02.csv @@ -0,0 +1,15 @@ +track,plays +aurora-lane-tapestry,601 +halcyon-bay-requiem,919 +aurora-lane-tapestry,542 +ghost-signals-tapestry,704 +edgewater-prelude,296 +ivory-kites-tapestry,389 +driftlight-serenade,167 +ghost-signals-nocturne,650 +cascade-choir-requiem,187 +ghost-signals-nocturne,211 +feather-knives-nocturne,440 +driftlight-serenade,76 +halcyon-bay-requiem,863 +halcyon-bay-requiem,765 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-03.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c8311a6bfce738c97e866617426b6a37671d7ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-03.csv @@ -0,0 +1,13 @@ +track,plays +blueshift-serenade,364 +blueshift-serenade,334 +aurora-lane-anthem,14 +ghost-signals-tapestry,985 +edgewater-serenade,182 +ghost-signals-nocturne,468 +driftlight-nocturne,226 +cascade-choir-prelude,491 +jasmine-tide-anthem,709 +aurora-lane-anthem,418 +blueshift-serenade,223 +ghost-signals-nocturne,392 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-04.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..3bbfca9b17ff5e7d643fe275570beca8cac56961 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-04.csv @@ -0,0 +1,9 @@ +track,plays +jasmine-tide-anthem,322 +jasmine-tide-anthem,464 +ghost-signals-nocturne,732 +cascade-choir-prelude,500 +blueshift-serenade,283 +aurora-lane-tapestry,252 +ghost-signals-drift,729 +feather-knives-nocturne,69 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-05.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..12f3180718f812b3361942cc30d8a00530b1d77f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-05.csv @@ -0,0 +1,9 @@ +track,plays +ghost-signals-tapestry,977 +ghost-signals-drift,718 +edgewater-serenade,366 +ivory-kites-tapestry,64 +driftlight-serenade,665 +ghost-signals-tapestry,454 +ivory-kites-drift,693 +ghost-signals-tapestry,477 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-06.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf14d95c83d3ccac0a325a12ad952cc33da6121a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-06.csv @@ -0,0 +1,10 @@ +track,plays +blueshift-serenade,297 +halcyon-bay-requiem,638 +jasmine-tide-anthem,413 +aurora-lane-tapestry,158 +cascade-choir-nocturne,716 +halcyon-bay-requiem,876 +edgewater-prelude,445 +ivory-kites-drift,701 +jasmine-tide-anthem,78 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-07.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..689fc43de02f294b0aef760286cdf62dc4139422 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/apple/2024-04-07.csv @@ -0,0 +1,9 @@ +track,plays +aurora-lane-anthem,458 +ghost-signals-tapestry,642 +blueshift-serenade,549 +edgewater-serenade,990 +blueshift-serenade,437 +ghost-signals-tapestry,10 +cascade-choir-requiem,609 +ghost-signals-nocturne,243 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-01.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..e03e59c4368f19d58ae3463a194ecd176004576c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-01.csv @@ -0,0 +1,11 @@ +track,plays +halcyon-bay-requiem,934 +jasmine-tide-anthem,754 +blueshift-serenade,673 +halcyon-bay-requiem,184 +driftlight-nocturne,516 +blueshift-serenade,636 +cascade-choir-requiem,511 +driftlight-nocturne,134 +feather-knives-nocturne,178 +ivory-kites-tapestry,264 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-02.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c3c5ee8fa8caf72b4cd5ad5022b1af031311edb --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-02.csv @@ -0,0 +1,14 @@ +track,plays +halcyon-bay-requiem,740 +aurora-lane-tapestry,609 +halcyon-bay-serenade,966 +halcyon-bay-requiem,236 +edgewater-prelude,712 +jasmine-tide-anthem,349 +edgewater-prelude,594 +cascade-choir-prelude,427 +feather-knives-nocturne,695 +edgewater-serenade,526 +driftlight-serenade,998 +driftlight-serenade,382 +aurora-lane-tapestry,841 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-03.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..c1e8f6361b90abdfd1eca289151371dfdd69c966 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-03.csv @@ -0,0 +1,9 @@ +track,plays +edgewater-serenade,709 +blueshift-serenade,951 +halcyon-bay-requiem,348 +aurora-lane-anthem,330 +halcyon-bay-serenade,177 +edgewater-serenade,169 +ghost-signals-drift,457 +feather-knives-nocturne,907 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-04.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..8bbcd782bd48622c1004914ae04dd70ff68a554d --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-04.csv @@ -0,0 +1,10 @@ +track,plays +jasmine-tide-anthem,222 +cascade-choir-nocturne,719 +edgewater-serenade,808 +aurora-lane-anthem,33 +ghost-signals-drift,184 +ghost-signals-drift,664 +ghost-signals-nocturne,634 +halcyon-bay-serenade,666 +cascade-choir-nocturne,733 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-05.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..a656d970c5b32c00a0fc28a20defe5a2cd8149c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-05.csv @@ -0,0 +1,12 @@ +track,plays +ivory-kites-tapestry,39 +aurora-lane-tapestry,564 +blueshift-serenade,177 +cascade-choir-requiem,382 +halcyon-bay-requiem,702 +halcyon-bay-requiem,754 +ghost-signals-nocturne,500 +ghost-signals-nocturne,621 +halcyon-bay-requiem,699 +edgewater-serenade,503 +ghost-signals-drift,982 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-06.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..00fa99ffa693e4bcfa4c9bb6066e3d7c34390148 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-06.csv @@ -0,0 +1,9 @@ +track,plays +driftlight-nocturne,533 +edgewater-serenade,893 +ivory-kites-drift,731 +edgewater-serenade,878 +cascade-choir-requiem,189 +driftlight-serenade,275 +jasmine-tide-anthem,887 +driftlight-nocturne,142 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-07.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..0d89be5c13e0b8a4dd041ea8016788455b012417 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/spotify/2024-04-07.csv @@ -0,0 +1,14 @@ +track,plays +ghost-signals-drift,132 +feather-knives-nocturne,31 +halcyon-bay-requiem,81 +cascade-choir-nocturne,687 +aurora-lane-anthem,277 +halcyon-bay-requiem,808 +blueshift-serenade,40 +cascade-choir-prelude,332 +feather-knives-nocturne,639 +halcyon-bay-serenade,430 +feather-knives-nocturne,182 +ivory-kites-tapestry,275 +ivory-kites-tapestry,978 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-01.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-01.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a7487fe58fd396ce02a0e8c39b66eabfa772a4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-01.csv @@ -0,0 +1,12 @@ +track,plays +blueshift-serenade,627 +cascade-choir-nocturne,264 +ghost-signals-nocturne,555 +aurora-lane-anthem,421 +feather-knives-nocturne,894 +blueshift-serenade,518 +ivory-kites-tapestry,393 +cascade-choir-nocturne,734 +driftlight-serenade,281 +feather-knives-nocturne,354 +jasmine-tide-anthem,14 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-02.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-02.csv new file mode 100644 index 0000000000000000000000000000000000000000..606b332701c342bf41a538ec99ac1265f717307e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-02.csv @@ -0,0 +1,9 @@ +track,plays +ivory-kites-drift,930 +driftlight-nocturne,236 +cascade-choir-nocturne,804 +halcyon-bay-requiem,411 +aurora-lane-tapestry,61 +cascade-choir-requiem,466 +ivory-kites-drift,882 +jasmine-tide-anthem,253 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-03.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-03.csv new file mode 100644 index 0000000000000000000000000000000000000000..2eb510e9c305f4c515ebd726a19332d80c62751f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-03.csv @@ -0,0 +1,13 @@ +track,plays +halcyon-bay-requiem,995 +halcyon-bay-requiem,348 +aurora-lane-tapestry,166 +halcyon-bay-serenade,778 +cascade-choir-prelude,223 +driftlight-serenade,382 +edgewater-prelude,377 +edgewater-serenade,997 +ghost-signals-drift,585 +cascade-choir-requiem,538 +driftlight-nocturne,567 +ivory-kites-drift,100 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-04.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-04.csv new file mode 100644 index 0000000000000000000000000000000000000000..19a21c4a3bcf282acbf5c65b51a1afabc41122ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-04.csv @@ -0,0 +1,13 @@ +track,plays +edgewater-prelude,318 +driftlight-serenade,970 +halcyon-bay-requiem,463 +driftlight-nocturne,192 +cascade-choir-prelude,811 +aurora-lane-anthem,971 +jasmine-tide-anthem,676 +halcyon-bay-requiem,664 +edgewater-serenade,208 +ivory-kites-tapestry,159 +blueshift-serenade,637 +ghost-signals-nocturne,625 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-05.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-05.csv new file mode 100644 index 0000000000000000000000000000000000000000..583cd3653e6f42d124825551f5a3f463c9d7b566 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-05.csv @@ -0,0 +1,12 @@ +track,plays +cascade-choir-nocturne,32 +ghost-signals-drift,126 +halcyon-bay-serenade,944 +feather-knives-nocturne,589 +cascade-choir-prelude,59 +halcyon-bay-requiem,133 +feather-knives-nocturne,147 +ivory-kites-drift,959 +driftlight-nocturne,675 +ghost-signals-drift,494 +ivory-kites-tapestry,161 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-06.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-06.csv new file mode 100644 index 0000000000000000000000000000000000000000..6e9cfcec33c99d49b48e097283bc91954ffbe42a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-06.csv @@ -0,0 +1,10 @@ +track,plays +feather-knives-nocturne,893 +ghost-signals-nocturne,483 +halcyon-bay-serenade,692 +edgewater-serenade,239 +edgewater-prelude,976 +ivory-kites-drift,223 +halcyon-bay-requiem,205 +halcyon-bay-requiem,774 +aurora-lane-tapestry,684 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-07.csv b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-07.csv new file mode 100644 index 0000000000000000000000000000000000000000..f15df308e941880c78648a198f03af612ea05886 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/streams/daily/tidal/2024-04-07.csv @@ -0,0 +1,13 @@ +track,plays +feather-knives-nocturne,702 +cascade-choir-nocturne,584 +aurora-lane-tapestry,448 +cascade-choir-prelude,646 +cascade-choir-nocturne,466 +cascade-choir-nocturne,958 +jasmine-tide-anthem,158 +edgewater-prelude,16 +edgewater-serenade,858 +ghost-signals-nocturne,477 +edgewater-prelude,176 +cascade-choir-prelude,786 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d0c429d467/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/backup.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/backup.sh new file mode 100644 index 0000000000000000000000000000000000000000..20fc59869330ba4e07f67c66b647bf8ccfd59ca0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/backup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running backup' +NAME=backup +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/failover.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/failover.sh new file mode 100644 index 0000000000000000000000000000000000000000..2152687ce9a2d52dd1cbff8598682fab760a443a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/failover.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running failover' +NAME=failover +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/restore.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/restore.sh new file mode 100644 index 0000000000000000000000000000000000000000..bb856b3d7dc9018ad7ab2e594c3e723fd685fa28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running restore' +NAME=restore +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/rollback.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e108fcddd8d928811c1cb4811a0550508190f67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/rollback.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running rollback' +NAME=rollback +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/scale.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/scale.sh new file mode 100644 index 0000000000000000000000000000000000000000..f626da670db68d30c7a773ef14041b627a947822 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/scale.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running scale' +NAME=scale +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/upgrade.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/upgrade.sh new file mode 100644 index 0000000000000000000000000000000000000000..980d00e9c4969060d7e1fd7e2c7604285e1ca71d --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/db/upgrade.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running upgrade' +NAME=upgrade +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/backup.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/backup.sh new file mode 100644 index 0000000000000000000000000000000000000000..20fc59869330ba4e07f67c66b647bf8ccfd59ca0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/backup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running backup' +NAME=backup +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/failover.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/failover.sh new file mode 100644 index 0000000000000000000000000000000000000000..2152687ce9a2d52dd1cbff8598682fab760a443a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/failover.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running failover' +NAME=failover +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/restore.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/restore.sh new file mode 100644 index 0000000000000000000000000000000000000000..bb856b3d7dc9018ad7ab2e594c3e723fd685fa28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running restore' +NAME=restore +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/rollback.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e108fcddd8d928811c1cb4811a0550508190f67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/rollback.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running rollback' +NAME=rollback +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/scale.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/scale.sh new file mode 100644 index 0000000000000000000000000000000000000000..f626da670db68d30c7a773ef14041b627a947822 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/scale.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running scale' +NAME=scale +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/upgrade.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/upgrade.sh new file mode 100644 index 0000000000000000000000000000000000000000..980d00e9c4969060d7e1fd7e2c7604285e1ca71d --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/net/upgrade.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running upgrade' +NAME=upgrade +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/backup.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/backup.sh new file mode 100644 index 0000000000000000000000000000000000000000..20fc59869330ba4e07f67c66b647bf8ccfd59ca0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/backup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running backup' +NAME=backup +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/failover.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/failover.sh new file mode 100644 index 0000000000000000000000000000000000000000..2152687ce9a2d52dd1cbff8598682fab760a443a --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/failover.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running failover' +NAME=failover +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/restore.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/restore.sh new file mode 100644 index 0000000000000000000000000000000000000000..bb856b3d7dc9018ad7ab2e594c3e723fd685fa28 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running restore' +NAME=restore +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/rollback.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e108fcddd8d928811c1cb4811a0550508190f67 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/rollback.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running rollback' +NAME=rollback +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/scale.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/scale.sh new file mode 100644 index 0000000000000000000000000000000000000000..f626da670db68d30c7a773ef14041b627a947822 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/scale.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running scale' +NAME=scale +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/upgrade.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/upgrade.sh new file mode 100644 index 0000000000000000000000000000000000000000..980d00e9c4969060d7e1fd7e2c7604285e1ca71d --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/playbooks/ops/upgrade.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail +echo 'running upgrade' +NAME=upgrade +VERSION=1 +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/backup.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/backup.sh new file mode 100644 index 0000000000000000000000000000000000000000..2ece5b3410e3c0e5b31cbda65cd7e27a60fe8eca --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/backup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running backup' # banner +NAME=backup +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/failover.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/failover.sh new file mode 100644 index 0000000000000000000000000000000000000000..357c2bbe0c2a728eb37f03b7156d00deb6b29454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/failover.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running failover' # banner +NAME=failover +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/restore.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/restore.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e076b73370e0ef7393c656a39c3251220f6b8b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running restore' # banner +NAME=restore +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/rollback.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..72b5032bb6e6a6f957cb6d708a944a4205bb190f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/rollback.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running rollback' # banner +NAME=rollback +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/scale.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/scale.sh new file mode 100644 index 0000000000000000000000000000000000000000..8c894a7f1975c70e63066ffbb5cd687c707e96dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/scale.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running scale' # banner +NAME=scale +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/upgrade.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/upgrade.sh new file mode 100644 index 0000000000000000000000000000000000000000..624a4948f1ee7f0ad29e7d80cbff57811a1a3185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/db/upgrade.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running upgrade' # banner +NAME=upgrade +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/backup.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/backup.sh new file mode 100644 index 0000000000000000000000000000000000000000..2ece5b3410e3c0e5b31cbda65cd7e27a60fe8eca --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/backup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running backup' # banner +NAME=backup +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/failover.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/failover.sh new file mode 100644 index 0000000000000000000000000000000000000000..357c2bbe0c2a728eb37f03b7156d00deb6b29454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/failover.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running failover' # banner +NAME=failover +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/restore.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/restore.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e076b73370e0ef7393c656a39c3251220f6b8b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running restore' # banner +NAME=restore +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/rollback.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..72b5032bb6e6a6f957cb6d708a944a4205bb190f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/rollback.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running rollback' # banner +NAME=rollback +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/scale.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/scale.sh new file mode 100644 index 0000000000000000000000000000000000000000..8c894a7f1975c70e63066ffbb5cd687c707e96dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/scale.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running scale' # banner +NAME=scale +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/upgrade.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/upgrade.sh new file mode 100644 index 0000000000000000000000000000000000000000..624a4948f1ee7f0ad29e7d80cbff57811a1a3185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/net/upgrade.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running upgrade' # banner +NAME=upgrade +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/backup.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/backup.sh new file mode 100644 index 0000000000000000000000000000000000000000..2ece5b3410e3c0e5b31cbda65cd7e27a60fe8eca --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/backup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running backup' # banner +NAME=backup +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/failover.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/failover.sh new file mode 100644 index 0000000000000000000000000000000000000000..357c2bbe0c2a728eb37f03b7156d00deb6b29454 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/failover.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running failover' # banner +NAME=failover +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/restore.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/restore.sh new file mode 100644 index 0000000000000000000000000000000000000000..6e076b73370e0ef7393c656a39c3251220f6b8b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running restore' # banner +NAME=restore +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/rollback.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/rollback.sh new file mode 100644 index 0000000000000000000000000000000000000000..72b5032bb6e6a6f957cb6d708a944a4205bb190f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/rollback.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running rollback' # banner +NAME=rollback +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/scale.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/scale.sh new file mode 100644 index 0000000000000000000000000000000000000000..8c894a7f1975c70e63066ffbb5cd687c707e96dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/scale.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running scale' # banner +NAME=scale +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/upgrade.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/upgrade.sh new file mode 100644 index 0000000000000000000000000000000000000000..624a4948f1ee7f0ad29e7d80cbff57811a1a3185 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/playbooks/ops/upgrade.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# playbook header +set -euo pipefail # fail fast +echo 'running upgrade' # banner +NAME=upgrade +VERSION=1 # pinned +echo done diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_d72f3c33eb/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..90160dd00e442391eb1d26c5c8d197f027eac933 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-01.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-001", "temp": 10.69, "hum": 29.4, "batt": 3.035} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-001", "temp": -0.88, "hum": 57.8, "batt": 3.755} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": 22.79, "hum": 58.8, "batt": 3.08} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-001", "temp": -18.23, "hum": 73.2, "batt": 3.147} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-001", "temp": 18.67, "hum": 83.6, "batt": 4.166} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-001", "temp": 35.09, "hum": 78.8, "batt": 3.389} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-001", "temp": 11.62, "hum": 48.9, "batt": 3.369} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-001", "temp": -8.16, "hum": 59.6, "batt": 3.003} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": -11.04, "hum": 25.3, "batt": 3.552} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-001", "temp": 25.83, "hum": 46.4, "batt": 3.884} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": 5.4, "hum": 22.8, "batt": 4.003} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-001", "temp": -11.54, "hum": 20.5, "batt": 3.538} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-001", "temp": 38.31, "hum": 54.0, "batt": 3.475} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-001", "temp": 4.75, "hum": 77.5, "batt": 3.507} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-001", "temp": -18.73, "hum": 89.0, "batt": 3.136} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": -4.52, "hum": 65.9, "batt": 4.103} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-001", "temp": 27.3, "hum": 79.7, "batt": 4.044} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-001", "temp": 11.41, "hum": 72.9, "batt": 3.629} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-001", "temp": 13.06, "hum": 82.5, "batt": 3.905} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-001", "temp": 3.34, "hum": 33.8, "batt": 4.013} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-001", "temp": 10.45, "hum": 45.5, "batt": 3.006} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-001", "temp": 33.49, "hum": 65.5, "batt": 3.641} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-001", "temp": 7.09, "hum": 81.7, "batt": 4.143} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5edb52f9508fdf4242534a4485a7060ae9816362 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-02.jsonl @@ -0,0 +1,20 @@ +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-001", "temp": 37.36, "hum": 26.6, "batt": 3.665} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-001", "temp": -13.53, "hum": 66.3, "batt": 3.198} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-001", "temp": 31.31, "hum": 26.3, "batt": 3.846} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-001", "temp": 32.39, "hum": 70.1, "batt": 3.571} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-001", "temp": -13.57, "hum": 47.8, "batt": 3.509} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-001", "temp": -0.87, "hum": 35.9, "batt": 3.284} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-001", "temp": -16.25, "hum": 86.9, "batt": 3.416} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-001", "temp": 7.32, "hum": 47.9, "batt": 3.494} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-001", "temp": -6.43, "hum": 44.6, "batt": 3.267} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-001", "temp": -0.66, "hum": 21.6, "batt": 4.136} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-001", "temp": -10.19, "hum": 31.7, "batt": 3.268} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-001", "temp": 39.78, "hum": 78.4, "batt": 3.929} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-001", "temp": 10.94, "hum": 39.1, "batt": 3.822} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-001", "temp": 33.23, "hum": 22.0, "batt": 3.967} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-001", "temp": 21.59, "hum": 76.9, "batt": 3.169} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-001", "temp": -14.05, "hum": 35.1, "batt": 4.044} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-001", "temp": -18.86, "hum": 40.9, "batt": 4.107} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-001", "temp": -10.14, "hum": 87.9, "batt": 3.125} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-001", "temp": 8.52, "hum": 43.6, "batt": 3.327} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-001", "temp": 27.72, "hum": 41.0, "batt": 3.549} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bd932d8f8e391294bc9c1a194545112be2801b6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-03.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-001", "temp": -4.25, "hum": 58.0, "batt": 3.061} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-001", "temp": -0.29, "hum": 37.1, "batt": 3.965} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-001", "temp": 4.62, "hum": 76.1, "batt": 4.02} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-001", "temp": -10.18, "hum": 33.6, "batt": 3.578} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-001", "temp": 15.78, "hum": 25.5, "batt": 4.046} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-001", "temp": 29.35, "hum": 50.7, "batt": 3.975} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-001", "temp": 7.59, "hum": 68.4, "batt": 3.018} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-001", "temp": 38.55, "hum": 87.1, "batt": 3.116} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-001", "temp": 14.68, "hum": 53.9, "batt": 3.167} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-001", "temp": 6.13, "hum": 56.3, "batt": 3.558} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-001", "temp": 38.75, "hum": 33.9, "batt": 3.349} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-001", "temp": 38.52, "hum": 75.5, "batt": 4.077} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-001", "temp": -3.81, "hum": 30.1, "batt": 3.439} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-001", "temp": -16.86, "hum": 33.3, "batt": 3.428} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-001", "temp": -9.85, "hum": 48.7, "batt": 4.184} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-001", "temp": -8.91, "hum": 60.7, "batt": 3.653} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-001", "temp": -9.07, "hum": 35.0, "batt": 3.836} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-001", "temp": -11.02, "hum": 36.0, "batt": 3.081} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-001", "temp": 34.03, "hum": 29.0, "batt": 3.246} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-001", "temp": 13.09, "hum": 36.9, "batt": 3.282} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-001", "temp": 36.93, "hum": 30.5, "batt": 3.394} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-001", "temp": 25.67, "hum": 49.5, "batt": 3.438} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-001", "temp": 14.21, "hum": 85.3, "batt": 3.476} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-001", "temp": 3.57, "hum": 28.7, "batt": 3.758} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-001", "temp": 4.71, "hum": 88.6, "batt": 3.876} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-001", "temp": 6.83, "hum": 85.7, "batt": 3.844} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-001", "temp": 5.71, "hum": 83.8, "batt": 3.59} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..33fd5fe4229547bc7cf0e31c1ea560c8a2fa4526 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-04.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-001", "temp": 31.26, "hum": 24.7, "batt": 3.285} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-001", "temp": 37.28, "hum": 82.1, "batt": 3.735} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-001", "temp": 7.28, "hum": 29.2, "batt": 3.113} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-001", "temp": 18.02, "hum": 20.5, "batt": 3.765} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-001", "temp": 27.03, "hum": 78.6, "batt": 3.796} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-001", "temp": -14.04, "hum": 86.7, "batt": 3.105} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-001", "temp": 10.56, "hum": 45.8, "batt": 4.15} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-001", "temp": 0.85, "hum": 51.5, "batt": 3.011} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-001", "temp": -2.85, "hum": 79.8, "batt": 3.907} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-001", "temp": -5.06, "hum": 32.5, "batt": 3.668} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-001", "temp": 16.43, "hum": 43.2, "batt": 4.104} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-001", "temp": 39.46, "hum": 62.6, "batt": 3.947} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-001", "temp": 4.76, "hum": 81.8, "batt": 3.435} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-001", "temp": 26.87, "hum": 79.9, "batt": 3.428} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-001", "temp": 13.09, "hum": 85.0, "batt": 3.026} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-001", "temp": 27.2, "hum": 89.3, "batt": 3.681} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-001", "temp": 15.44, "hum": 37.5, "batt": 3.835} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-001", "temp": -12.1, "hum": 35.3, "batt": 3.303} +{"ts": "2024-04-04T09:00:00Z", "device": "sensor-001", "temp": 14.11, "hum": 73.2, "batt": 3.641} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-001", "temp": -12.19, "hum": 32.2, "batt": 4.112} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-001", "temp": 37.49, "hum": 70.1, "batt": 3.924} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-001", "temp": 9.82, "hum": 44.5, "batt": 3.509} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-001", "temp": -4.23, "hum": 38.7, "batt": 3.13} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ca5efed40a541f10f30acb5f9a0765afff2221a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-001/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": -4.74, "hum": 52.6, "batt": 3.314} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-001", "temp": 35.83, "hum": 82.4, "batt": 4.195} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-001", "temp": 19.92, "hum": 48.2, "batt": 3.796} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-001", "temp": -14.56, "hum": 89.0, "batt": 3.447} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": -15.81, "hum": 39.3, "batt": 3.772} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-001", "temp": -2.76, "hum": 76.5, "batt": 3.393} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-001", "temp": 0.68, "hum": 38.3, "batt": 3.624} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": 24.59, "hum": 37.1, "batt": 3.764} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": -3.13, "hum": 33.7, "batt": 3.011} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-001", "temp": 3.24, "hum": 33.7, "batt": 3.528} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-001", "temp": 36.11, "hum": 83.3, "batt": 3.732} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-001", "temp": 16.76, "hum": 29.1, "batt": 4.092} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-001", "temp": 18.27, "hum": 49.3, "batt": 3.636} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-001", "temp": -10.4, "hum": 28.8, "batt": 3.498} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-001", "temp": 4.95, "hum": 49.1, "batt": 3.695} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-001", "temp": -1.05, "hum": 45.8, "batt": 3.509} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": -12.25, "hum": 27.4, "batt": 3.543} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-001", "temp": 22.6, "hum": 45.1, "batt": 4.155} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": 33.87, "hum": 54.9, "batt": 3.18} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": -16.33, "hum": 42.0, "batt": 3.258} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-001", "temp": 5.99, "hum": 44.0, "batt": 3.111} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-001", "temp": 37.16, "hum": 88.3, "batt": 3.485} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-001", "temp": 14.21, "hum": 47.2, "batt": 4.156} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-001", "temp": 31.95, "hum": 66.8, "batt": 3.508} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-001", "temp": 13.93, "hum": 54.2, "batt": 3.299} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-001", "temp": 37.77, "hum": 26.2, "batt": 3.973} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": 37.82, "hum": 50.0, "batt": 3.6} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b5d4eaa758501e1942c163e67f4d888cb457be6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-01.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-002", "temp": -13.57, "hum": 40.9, "batt": 3.473} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-002", "temp": 2.46, "hum": 82.2, "batt": 3.728} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-002", "temp": 13.13, "hum": 54.7, "batt": 3.115} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-002", "temp": -9.88, "hum": 44.3, "batt": 3.744} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-002", "temp": -4.03, "hum": 39.9, "batt": 3.55} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-002", "temp": 39.94, "hum": 76.8, "batt": 3.124} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-002", "temp": 27.55, "hum": 32.5, "batt": 4.136} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-002", "temp": 37.5, "hum": 64.3, "batt": 3.483} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-002", "temp": 1.74, "hum": 30.7, "batt": 3.966} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-002", "temp": 32.19, "hum": 59.8, "batt": 3.869} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-002", "temp": -8.56, "hum": 42.7, "batt": 3.024} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-002", "temp": -11.06, "hum": 35.2, "batt": 3.212} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-002", "temp": -19.09, "hum": 58.5, "batt": 3.107} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-002", "temp": 15.06, "hum": 89.0, "batt": 3.02} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-002", "temp": 39.55, "hum": 53.8, "batt": 3.466} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-002", "temp": 18.04, "hum": 20.6, "batt": 3.251} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-002", "temp": 6.7, "hum": 68.7, "batt": 3.16} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-002", "temp": 5.57, "hum": 59.3, "batt": 3.111} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-002", "temp": -11.36, "hum": 47.6, "batt": 3.331} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-002", "temp": -4.96, "hum": 43.3, "batt": 3.643} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-002", "temp": 12.93, "hum": 70.7, "batt": 3.706} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-002", "temp": -16.79, "hum": 35.2, "batt": 3.847} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-002", "temp": -16.51, "hum": 45.0, "batt": 3.237} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-002", "temp": 17.18, "hum": 23.6, "batt": 3.964} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-002", "temp": 16.47, "hum": 82.9, "batt": 3.296} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-002", "temp": 29.08, "hum": 47.9, "batt": 3.501} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-002", "temp": 25.54, "hum": 32.5, "batt": 3.489} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6717d2421563d87c231899b9cf2bbc51e2a98cc8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-02.jsonl @@ -0,0 +1,21 @@ +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-002", "temp": 9.87, "hum": 55.6, "batt": 3.21} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-002", "temp": 34.95, "hum": 80.7, "batt": 4.093} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-002", "temp": 37.91, "hum": 52.6, "batt": 3.705} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-002", "temp": -19.85, "hum": 89.2, "batt": 3.202} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-002", "temp": -9.32, "hum": 71.3, "batt": 3.618} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": -13.22, "hum": 35.5, "batt": 4.076} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": 19.25, "hum": 43.9, "batt": 4.121} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-002", "temp": -4.52, "hum": 65.9, "batt": 3.628} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-002", "temp": -10.6, "hum": 85.8, "batt": 3.551} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-002", "temp": 4.79, "hum": 65.2, "batt": 3.004} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-002", "temp": 6.58, "hum": 50.6, "batt": 3.063} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-002", "temp": -16.84, "hum": 35.1, "batt": 3.693} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-002", "temp": 2.52, "hum": 32.7, "batt": 3.136} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-002", "temp": 32.69, "hum": 40.1, "batt": 3.382} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": 39.49, "hum": 71.9, "batt": 3.307} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-002", "temp": 9.31, "hum": 30.1, "batt": 3.85} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": 23.46, "hum": 34.8, "batt": 3.894} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-002", "temp": 14.41, "hum": 38.9, "batt": 3.696} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-002", "temp": -7.31, "hum": 70.9, "batt": 3.427} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-002", "temp": 6.94, "hum": 74.3, "batt": 3.025} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-002", "temp": 37.29, "hum": 70.4, "batt": 3.197} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aa2b5e0c28925946fdff36f34c262845fd53a2cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-03.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-002", "temp": 11.5, "hum": 40.5, "batt": 3.341} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-002", "temp": 7.94, "hum": 76.9, "batt": 3.731} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-002", "temp": 36.1, "hum": 76.2, "batt": 3.666} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-002", "temp": 23.66, "hum": 45.5, "batt": 3.319} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-002", "temp": -1.43, "hum": 89.3, "batt": 4.159} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-002", "temp": -0.15, "hum": 75.4, "batt": 3.627} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-002", "temp": -4.11, "hum": 49.2, "batt": 3.568} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-002", "temp": 3.98, "hum": 37.0, "batt": 3.082} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-002", "temp": 38.18, "hum": 52.8, "batt": 3.584} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-002", "temp": 8.12, "hum": 76.4, "batt": 3.183} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-002", "temp": 2.37, "hum": 78.9, "batt": 3.188} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-002", "temp": -11.47, "hum": 76.0, "batt": 3.908} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-002", "temp": 32.55, "hum": 72.2, "batt": 4.065} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-002", "temp": -0.92, "hum": 41.8, "batt": 3.193} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-002", "temp": 38.17, "hum": 79.4, "batt": 3.198} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-002", "temp": 5.21, "hum": 55.4, "batt": 3.882} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-002", "temp": 12.09, "hum": 26.7, "batt": 3.951} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-002", "temp": -15.69, "hum": 64.2, "batt": 3.143} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-002", "temp": 14.59, "hum": 73.5, "batt": 3.037} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-002", "temp": 24.83, "hum": 38.7, "batt": 4.163} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-002", "temp": 28.63, "hum": 35.7, "batt": 3.371} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-002", "temp": 29.45, "hum": 37.7, "batt": 3.074} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-002", "temp": 33.41, "hum": 88.3, "batt": 3.693} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-002", "temp": -19.39, "hum": 71.0, "batt": 3.368} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-002", "temp": -9.44, "hum": 57.3, "batt": 3.211} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-002", "temp": 23.3, "hum": 71.4, "batt": 4.118} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-002", "temp": 28.99, "hum": 34.9, "batt": 3.234} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-002", "temp": 7.05, "hum": 27.4, "batt": 3.602} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-002", "temp": 27.0, "hum": 71.1, "batt": 3.267} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-002", "temp": 14.37, "hum": 20.7, "batt": 3.879} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..da74b9d73521172273bb777942cfdc41fa9548d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-04.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-002", "temp": -0.27, "hum": 85.5, "batt": 4.035} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-002", "temp": -2.95, "hum": 71.9, "batt": 3.997} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-002", "temp": 0.11, "hum": 53.3, "batt": 3.968} +{"ts": "2024-04-04T05:00:00Z", "device": "sensor-002", "temp": -5.59, "hum": 83.0, "batt": 3.532} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-002", "temp": 10.99, "hum": 40.9, "batt": 3.182} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-002", "temp": 31.65, "hum": 38.3, "batt": 3.227} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-002", "temp": -13.1, "hum": 37.3, "batt": 3.649} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-002", "temp": 37.2, "hum": 32.1, "batt": 3.122} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-002", "temp": 39.72, "hum": 65.6, "batt": 3.458} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-002", "temp": 36.81, "hum": 78.1, "batt": 4.022} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-002", "temp": -15.62, "hum": 27.8, "batt": 4.073} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-002", "temp": 3.22, "hum": 38.2, "batt": 3.464} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-002", "temp": 18.35, "hum": 32.0, "batt": 3.896} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-002", "temp": -0.29, "hum": 74.6, "batt": 4.127} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-002", "temp": -15.04, "hum": 43.7, "batt": 3.485} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-002", "temp": -1.04, "hum": 40.4, "batt": 3.348} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-002", "temp": 17.4, "hum": 82.3, "batt": 4.001} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-002", "temp": -6.3, "hum": 25.5, "batt": 3.809} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-002", "temp": 10.25, "hum": 53.1, "batt": 3.223} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-002", "temp": -8.6, "hum": 25.7, "batt": 3.284} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-002", "temp": 28.95, "hum": 20.2, "batt": 3.233} +{"ts": "2024-04-04T09:00:00Z", "device": "sensor-002", "temp": 20.65, "hum": 23.2, "batt": 3.644} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-002", "temp": 13.06, "hum": 87.5, "batt": 3.681} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7816f03c429c486fe92aac689994e0a648a2369f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-002/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-002", "temp": 11.88, "hum": 67.2, "batt": 3.681} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-002", "temp": -14.31, "hum": 23.6, "batt": 3.783} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-002", "temp": 33.32, "hum": 67.2, "batt": 3.069} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-002", "temp": 25.03, "hum": 76.6, "batt": 3.276} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-002", "temp": 25.71, "hum": 35.0, "batt": 3.05} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-002", "temp": -1.96, "hum": 52.5, "batt": 3.309} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-002", "temp": 3.49, "hum": 46.0, "batt": 3.936} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-002", "temp": -3.1, "hum": 50.8, "batt": 3.366} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-002", "temp": -9.82, "hum": 30.6, "batt": 3.13} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-002", "temp": -5.93, "hum": 37.2, "batt": 3.726} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": -10.14, "hum": 77.0, "batt": 3.357} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-002", "temp": 26.89, "hum": 87.5, "batt": 3.98} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": -8.91, "hum": 76.5, "batt": 3.686} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-002", "temp": 27.64, "hum": 47.4, "batt": 3.019} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-002", "temp": 31.68, "hum": 54.5, "batt": 3.993} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-002", "temp": -3.95, "hum": 22.3, "batt": 3.549} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-002", "temp": 29.81, "hum": 69.9, "batt": 4.156} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": -4.97, "hum": 66.7, "batt": 3.359} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-002", "temp": 5.23, "hum": 57.2, "batt": 4.098} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-002", "temp": 38.81, "hum": 86.0, "batt": 3.441} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-002", "temp": -17.33, "hum": 80.3, "batt": 3.014} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-002", "temp": -12.83, "hum": 88.6, "batt": 3.309} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-002", "temp": 33.31, "hum": 48.1, "batt": 3.225} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-002", "temp": 16.2, "hum": 51.4, "batt": 4.086} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": 21.89, "hum": 82.8, "batt": 3.934} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-002", "temp": 7.59, "hum": 63.6, "batt": 4.187} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-002", "temp": -6.93, "hum": 73.2, "batt": 4.111} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fff2c5c08a2f90b33440b4699bb4210d94019ca9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-01.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-003", "temp": 32.05, "hum": 77.2, "batt": 3.288} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-003", "temp": 7.39, "hum": 42.4, "batt": 3.85} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-003", "temp": 35.87, "hum": 70.7, "batt": 3.59} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-003", "temp": 30.17, "hum": 59.8, "batt": 3.461} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-003", "temp": 30.3, "hum": 48.5, "batt": 3.723} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-003", "temp": 27.96, "hum": 53.7, "batt": 3.359} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-003", "temp": 8.3, "hum": 82.8, "batt": 3.354} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-003", "temp": 17.16, "hum": 39.8, "batt": 3.396} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-003", "temp": -7.11, "hum": 64.1, "batt": 3.643} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-003", "temp": 3.24, "hum": 28.2, "batt": 3.353} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-003", "temp": -1.23, "hum": 63.4, "batt": 3.208} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-003", "temp": -19.65, "hum": 21.5, "batt": 3.072} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-003", "temp": -1.28, "hum": 27.9, "batt": 3.697} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": 4.06, "hum": 51.6, "batt": 3.074} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-003", "temp": -5.77, "hum": 68.0, "batt": 4.198} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-003", "temp": -7.41, "hum": 58.6, "batt": 3.571} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": -3.7, "hum": 57.1, "batt": 4.196} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-003", "temp": 5.6, "hum": 48.7, "batt": 4.165} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-003", "temp": 12.61, "hum": 63.9, "batt": 3.216} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": 5.92, "hum": 61.0, "batt": 3.344} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-003", "temp": 20.62, "hum": 62.0, "batt": 3.831} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": -17.3, "hum": 40.2, "batt": 3.541} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-003", "temp": -5.1, "hum": 39.2, "batt": 3.454} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-003", "temp": -19.94, "hum": 64.5, "batt": 3.651} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-003", "temp": 17.28, "hum": 83.5, "batt": 3.167} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-003", "temp": 36.11, "hum": 70.7, "batt": 3.302} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4624b8b33dc8e5ac5af9b5c55efb51195033fe4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-02.jsonl @@ -0,0 +1,24 @@ +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-003", "temp": 1.19, "hum": 22.7, "batt": 3.067} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-003", "temp": 23.85, "hum": 39.9, "batt": 3.076} +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-003", "temp": 0.13, "hum": 57.3, "batt": 3.948} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-003", "temp": 30.52, "hum": 59.1, "batt": 3.49} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-003", "temp": 15.25, "hum": 49.6, "batt": 4.109} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-003", "temp": -16.16, "hum": 52.7, "batt": 3.439} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-003", "temp": 8.98, "hum": 27.4, "batt": 3.671} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-003", "temp": -19.87, "hum": 76.6, "batt": 4.08} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-003", "temp": 22.79, "hum": 50.8, "batt": 3.973} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-003", "temp": 7.69, "hum": 20.2, "batt": 3.103} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-003", "temp": 28.12, "hum": 76.9, "batt": 3.405} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-003", "temp": 18.81, "hum": 57.4, "batt": 3.205} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-003", "temp": 24.93, "hum": 32.8, "batt": 3.819} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-003", "temp": -1.36, "hum": 43.6, "batt": 3.964} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-003", "temp": 12.05, "hum": 61.6, "batt": 3.231} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-003", "temp": -15.71, "hum": 55.6, "batt": 4.0} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-003", "temp": -8.92, "hum": 67.8, "batt": 3.091} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-003", "temp": 0.93, "hum": 29.4, "batt": 3.983} +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-003", "temp": 3.99, "hum": 27.7, "batt": 3.71} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-003", "temp": -3.61, "hum": 41.7, "batt": 4.175} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-003", "temp": -19.13, "hum": 25.0, "batt": 4.016} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-003", "temp": 35.14, "hum": 55.4, "batt": 3.28} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-003", "temp": 22.44, "hum": 27.8, "batt": 3.39} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-003", "temp": 19.8, "hum": 89.7, "batt": 4.185} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5b85584b4a7494cd56d4454d591e7fde65c7bc85 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-03.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-003", "temp": -7.67, "hum": 68.7, "batt": 3.108} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-003", "temp": -18.93, "hum": 78.2, "batt": 4.001} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-003", "temp": 25.82, "hum": 76.3, "batt": 3.217} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-003", "temp": -12.74, "hum": 25.9, "batt": 4.171} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-003", "temp": 15.53, "hum": 78.0, "batt": 3.138} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-003", "temp": 8.97, "hum": 89.2, "batt": 4.092} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-003", "temp": 33.14, "hum": 79.8, "batt": 4.154} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-003", "temp": -11.16, "hum": 49.9, "batt": 4.127} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-003", "temp": 38.22, "hum": 23.1, "batt": 3.497} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-003", "temp": -3.12, "hum": 83.8, "batt": 3.283} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-003", "temp": 14.55, "hum": 30.0, "batt": 3.487} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-003", "temp": -6.02, "hum": 66.6, "batt": 3.798} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-003", "temp": 37.83, "hum": 37.9, "batt": 3.477} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-003", "temp": 5.33, "hum": 64.3, "batt": 3.968} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-003", "temp": 24.26, "hum": 79.2, "batt": 3.626} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-003", "temp": -8.66, "hum": 33.9, "batt": 3.253} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-003", "temp": 25.43, "hum": 82.9, "batt": 3.661} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-003", "temp": 27.76, "hum": 67.5, "batt": 3.632} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-003", "temp": 22.68, "hum": 55.4, "batt": 3.242} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-003", "temp": -5.78, "hum": 89.5, "batt": 3.449} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-003", "temp": 36.34, "hum": 22.9, "batt": 3.599} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-003", "temp": 19.04, "hum": 46.9, "batt": 3.366} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-003", "temp": 25.33, "hum": 80.7, "batt": 3.332} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-003", "temp": 38.66, "hum": 43.5, "batt": 3.497} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-003", "temp": 27.84, "hum": 46.3, "batt": 3.597} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-003", "temp": -14.09, "hum": 51.8, "batt": 3.385} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-003", "temp": -6.54, "hum": 28.8, "batt": 3.629} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-003", "temp": -6.63, "hum": 41.0, "batt": 3.358} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-003", "temp": 12.53, "hum": 23.7, "batt": 3.914} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-003", "temp": 19.45, "hum": 34.8, "batt": 3.414} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9f8fa8ff854260bcb1d6c62600310639d4239e4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-04.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-003", "temp": 38.23, "hum": 74.7, "batt": 3.143} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-003", "temp": 34.42, "hum": 81.4, "batt": 4.099} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-003", "temp": 37.28, "hum": 59.8, "batt": 3.524} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-003", "temp": -12.15, "hum": 26.0, "batt": 3.075} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-003", "temp": 36.0, "hum": 24.4, "batt": 3.202} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-003", "temp": 29.15, "hum": 48.9, "batt": 4.114} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-003", "temp": 2.09, "hum": 42.6, "batt": 3.621} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-003", "temp": 2.13, "hum": 56.5, "batt": 3.065} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-003", "temp": 22.36, "hum": 30.9, "batt": 3.498} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-003", "temp": 22.28, "hum": 29.7, "batt": 3.647} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-003", "temp": 10.03, "hum": 87.5, "batt": 3.278} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-003", "temp": -10.84, "hum": 27.5, "batt": 4.177} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-003", "temp": 31.92, "hum": 24.6, "batt": 3.649} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-003", "temp": 32.21, "hum": 48.8, "batt": 3.005} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-003", "temp": -15.57, "hum": 34.0, "batt": 3.098} +{"ts": "2024-04-04T11:00:00Z", "device": "sensor-003", "temp": -13.27, "hum": 29.3, "batt": 4.199} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-003", "temp": 0.67, "hum": 45.4, "batt": 3.339} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-003", "temp": -10.73, "hum": 53.6, "batt": 3.901} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-003", "temp": -6.36, "hum": 23.7, "batt": 3.399} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-003", "temp": -17.28, "hum": 40.8, "batt": 3.144} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-003", "temp": 27.85, "hum": 89.6, "batt": 3.189} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-003", "temp": 21.75, "hum": 72.2, "batt": 4.088} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-003", "temp": 38.28, "hum": 69.6, "batt": 3.656} +{"ts": "2024-04-04T05:00:00Z", "device": "sensor-003", "temp": 37.49, "hum": 34.4, "batt": 3.609} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-003", "temp": 33.91, "hum": 74.9, "batt": 3.519} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-003", "temp": 24.16, "hum": 29.5, "batt": 3.433} +{"ts": "2024-04-04T09:00:00Z", "device": "sensor-003", "temp": 38.66, "hum": 49.8, "batt": 3.521} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f29f033e28d2989d2be269118270f6f45cd7423d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-003/2024-04-05.jsonl @@ -0,0 +1,29 @@ +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-003", "temp": -17.0, "hum": 78.2, "batt": 3.601} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-003", "temp": -16.49, "hum": 31.9, "batt": 4.05} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-003", "temp": -3.86, "hum": 65.2, "batt": 3.108} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-003", "temp": -18.08, "hum": 48.3, "batt": 3.684} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-003", "temp": 12.49, "hum": 22.0, "batt": 3.964} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-003", "temp": 24.04, "hum": 25.5, "batt": 3.565} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-003", "temp": -9.52, "hum": 37.5, "batt": 3.888} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-003", "temp": -10.02, "hum": 31.0, "batt": 3.393} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-003", "temp": 12.6, "hum": 54.9, "batt": 3.485} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-003", "temp": 34.45, "hum": 55.9, "batt": 3.397} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-003", "temp": 2.7, "hum": 58.1, "batt": 3.47} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-003", "temp": 34.81, "hum": 62.3, "batt": 3.221} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-003", "temp": 34.86, "hum": 81.7, "batt": 3.939} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-003", "temp": 24.53, "hum": 54.9, "batt": 3.289} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-003", "temp": -8.48, "hum": 52.1, "batt": 3.623} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-003", "temp": -13.23, "hum": 53.2, "batt": 3.508} +{"ts": "2024-04-05T10:00:00Z", "device": "sensor-003", "temp": 12.66, "hum": 39.3, "batt": 3.849} +{"ts": "2024-04-05T10:00:00Z", "device": "sensor-003", "temp": -1.22, "hum": 35.0, "batt": 3.605} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-003", "temp": 35.91, "hum": 62.6, "batt": 3.256} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-003", "temp": 32.71, "hum": 75.2, "batt": 3.135} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-003", "temp": 31.89, "hum": 24.2, "batt": 3.915} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-003", "temp": 24.59, "hum": 68.7, "batt": 3.105} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-003", "temp": 20.57, "hum": 26.9, "batt": 3.239} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-003", "temp": 27.0, "hum": 70.9, "batt": 3.125} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-003", "temp": 26.39, "hum": 48.6, "batt": 3.609} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-003", "temp": 34.54, "hum": 86.6, "batt": 3.762} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-003", "temp": -14.35, "hum": 24.2, "batt": 3.209} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-003", "temp": -17.85, "hum": 44.6, "batt": 3.25} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-003", "temp": 15.84, "hum": 79.3, "batt": 4.09} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3a7dba30772957319143be3f2d2b93a7ce004c18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-01.jsonl @@ -0,0 +1,25 @@ +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-004", "temp": -5.19, "hum": 55.4, "batt": 4.098} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-004", "temp": 27.76, "hum": 68.6, "batt": 3.994} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-004", "temp": -11.33, "hum": 88.0, "batt": 3.939} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-004", "temp": 33.98, "hum": 25.2, "batt": 3.155} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-004", "temp": -18.35, "hum": 54.4, "batt": 3.496} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-004", "temp": 2.39, "hum": 68.3, "batt": 4.176} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-004", "temp": 24.68, "hum": 42.1, "batt": 3.598} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-004", "temp": -3.53, "hum": 63.9, "batt": 3.795} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-004", "temp": 35.29, "hum": 35.0, "batt": 3.778} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-004", "temp": 26.43, "hum": 71.4, "batt": 3.488} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-004", "temp": 2.53, "hum": 33.6, "batt": 3.944} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-004", "temp": -4.12, "hum": 75.1, "batt": 3.673} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-004", "temp": 39.2, "hum": 88.5, "batt": 3.705} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-004", "temp": -2.51, "hum": 72.2, "batt": 4.043} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-004", "temp": 38.26, "hum": 26.1, "batt": 4.038} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-004", "temp": 27.4, "hum": 64.3, "batt": 3.252} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-004", "temp": 10.25, "hum": 65.0, "batt": 3.321} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-004", "temp": 20.14, "hum": 76.7, "batt": 3.502} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-004", "temp": -20.0, "hum": 30.2, "batt": 3.283} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-004", "temp": 0.53, "hum": 80.0, "batt": 3.31} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-004", "temp": -10.98, "hum": 44.7, "batt": 4.095} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-004", "temp": -17.4, "hum": 76.9, "batt": 3.658} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-004", "temp": 3.23, "hum": 68.4, "batt": 3.788} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-004", "temp": 32.9, "hum": 71.8, "batt": 3.12} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-004", "temp": 22.53, "hum": 39.9, "batt": 3.958} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dab67fe9040af8ad52fd91d73076974d7fbcf2d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-02.jsonl @@ -0,0 +1,24 @@ +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-004", "temp": -17.46, "hum": 59.9, "batt": 3.522} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-004", "temp": 35.92, "hum": 53.1, "batt": 3.84} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-004", "temp": 32.31, "hum": 80.9, "batt": 3.594} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-004", "temp": 17.52, "hum": 88.3, "batt": 3.321} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-004", "temp": -6.72, "hum": 24.4, "batt": 3.952} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 29.85, "hum": 66.3, "batt": 3.31} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 25.09, "hum": 89.6, "batt": 3.573} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-004", "temp": -5.89, "hum": 63.1, "batt": 3.774} +{"ts": "2024-04-02T17:00:00Z", "device": "sensor-004", "temp": 35.34, "hum": 64.1, "batt": 3.468} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-004", "temp": 1.42, "hum": 53.0, "batt": 3.478} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 21.31, "hum": 64.9, "batt": 3.795} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-004", "temp": 23.86, "hum": 78.9, "batt": 3.352} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-004", "temp": -19.44, "hum": 45.3, "batt": 3.046} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-004", "temp": 31.5, "hum": 35.9, "batt": 3.543} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 7.37, "hum": 27.5, "batt": 3.778} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-004", "temp": 21.5, "hum": 83.4, "batt": 3.255} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-004", "temp": 19.46, "hum": 77.7, "batt": 3.552} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-004", "temp": 23.73, "hum": 74.9, "batt": 4.161} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-004", "temp": 32.87, "hum": 68.6, "batt": 3.268} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-004", "temp": -19.75, "hum": 73.8, "batt": 3.821} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-004", "temp": -0.32, "hum": 25.9, "batt": 3.463} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 21.28, "hum": 84.1, "batt": 3.19} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-004", "temp": 31.33, "hum": 61.2, "batt": 3.016} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-004", "temp": -14.83, "hum": 89.9, "batt": 3.983} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1c0897837fe6959acd86d195929e6b53b467a865 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-03.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-004", "temp": 18.21, "hum": 71.3, "batt": 3.302} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-004", "temp": 17.69, "hum": 63.0, "batt": 3.694} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-004", "temp": 14.97, "hum": 50.6, "batt": 3.678} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-004", "temp": 23.47, "hum": 56.7, "batt": 3.525} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-004", "temp": -16.83, "hum": 36.6, "batt": 3.863} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-004", "temp": 28.82, "hum": 87.7, "batt": 3.289} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-004", "temp": 24.07, "hum": 43.9, "batt": 3.468} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-004", "temp": 25.0, "hum": 88.2, "batt": 3.293} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-004", "temp": 25.71, "hum": 85.6, "batt": 3.723} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-004", "temp": 26.67, "hum": 36.4, "batt": 3.945} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": -8.84, "hum": 86.4, "batt": 4.194} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-004", "temp": 22.41, "hum": 86.7, "batt": 3.597} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-004", "temp": 22.19, "hum": 79.0, "batt": 4.15} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-004", "temp": -15.67, "hum": 86.4, "batt": 4.108} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": 1.34, "hum": 86.1, "batt": 4.079} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-004", "temp": 19.08, "hum": 20.2, "batt": 3.623} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": 19.61, "hum": 25.5, "batt": 3.718} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-004", "temp": -10.3, "hum": 20.2, "batt": 3.785} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-004", "temp": 13.62, "hum": 44.1, "batt": 3.825} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": 33.72, "hum": 45.4, "batt": 3.013} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-004", "temp": 13.6, "hum": 43.7, "batt": 3.604} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-004", "temp": 9.48, "hum": 63.2, "batt": 3.489} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-004", "temp": 3.35, "hum": 52.6, "batt": 4.022} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-004", "temp": 39.78, "hum": 80.9, "batt": 3.69} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-004", "temp": 9.11, "hum": 56.5, "batt": 3.375} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-004", "temp": 10.92, "hum": 54.6, "batt": 4.025} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-004", "temp": -12.48, "hum": 52.1, "batt": 3.655} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-004", "temp": 25.8, "hum": 22.8, "batt": 3.187} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-004", "temp": 38.89, "hum": 51.6, "batt": 3.635} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-004", "temp": 15.72, "hum": 46.2, "batt": 3.466} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ad52eca6628472b4fe40b9fbd90a8a14d345d394 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-04.jsonl @@ -0,0 +1,20 @@ +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-004", "temp": 17.44, "hum": 79.9, "batt": 3.187} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-004", "temp": 22.57, "hum": 24.0, "batt": 3.235} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-004", "temp": -9.43, "hum": 34.4, "batt": 3.788} +{"ts": "2024-04-04T11:00:00Z", "device": "sensor-004", "temp": -18.18, "hum": 54.5, "batt": 3.512} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": 6.51, "hum": 51.1, "batt": 3.865} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-004", "temp": 11.87, "hum": 59.3, "batt": 3.599} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-004", "temp": -16.8, "hum": 22.0, "batt": 3.118} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-004", "temp": 8.64, "hum": 21.4, "batt": 3.099} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": 37.03, "hum": 54.7, "batt": 3.656} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-004", "temp": -17.46, "hum": 44.3, "batt": 3.594} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-004", "temp": 35.65, "hum": 55.6, "batt": 3.201} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": 38.82, "hum": 59.2, "batt": 3.242} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-004", "temp": -17.39, "hum": 73.6, "batt": 3.357} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-004", "temp": 10.14, "hum": 43.7, "batt": 4.192} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-004", "temp": 32.32, "hum": 38.9, "batt": 3.303} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-004", "temp": 11.65, "hum": 20.9, "batt": 3.108} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-004", "temp": 19.92, "hum": 35.2, "batt": 3.049} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-004", "temp": 36.77, "hum": 37.7, "batt": 3.595} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": -9.06, "hum": 56.3, "batt": 3.361} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-004", "temp": 8.03, "hum": 75.7, "batt": 4.138} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..55836663a42e99cababa965a4b1ad9be06cfb728 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-004/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-004", "temp": 1.58, "hum": 31.9, "batt": 3.036} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-004", "temp": 19.25, "hum": 61.3, "batt": 3.245} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-004", "temp": -14.15, "hum": 62.4, "batt": 3.958} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-004", "temp": 13.19, "hum": 89.8, "batt": 3.653} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-004", "temp": -12.53, "hum": 26.2, "batt": 3.839} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-004", "temp": 39.51, "hum": 62.2, "batt": 3.124} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-004", "temp": 14.71, "hum": 78.3, "batt": 3.208} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-004", "temp": 29.41, "hum": 35.7, "batt": 3.59} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-004", "temp": 5.74, "hum": 74.2, "batt": 3.534} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-004", "temp": -17.15, "hum": 51.4, "batt": 3.853} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-004", "temp": -15.5, "hum": 77.3, "batt": 3.587} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-004", "temp": 25.47, "hum": 51.8, "batt": 4.117} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-004", "temp": 31.2, "hum": 51.4, "batt": 3.597} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-004", "temp": -11.9, "hum": 64.3, "batt": 3.495} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-004", "temp": -9.72, "hum": 28.9, "batt": 3.131} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-004", "temp": -14.25, "hum": 45.6, "batt": 3.245} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-004", "temp": 15.53, "hum": 27.1, "batt": 3.183} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-004", "temp": 21.31, "hum": 79.2, "batt": 3.379} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-004", "temp": 11.28, "hum": 77.6, "batt": 3.465} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-004", "temp": 16.68, "hum": 79.9, "batt": 3.109} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-004", "temp": 3.08, "hum": 23.3, "batt": 3.206} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-004", "temp": -16.3, "hum": 29.6, "batt": 3.668} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-004", "temp": 35.67, "hum": 72.7, "batt": 3.241} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-004", "temp": 0.34, "hum": 73.1, "batt": 3.776} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-004", "temp": 39.98, "hum": 24.5, "batt": 3.911} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-004", "temp": -16.86, "hum": 66.2, "batt": 3.506} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-004", "temp": 32.22, "hum": 63.5, "batt": 3.98} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..56a82732db99812a72805ee51bdfba7691236136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-01.jsonl @@ -0,0 +1,28 @@ +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-005", "temp": -9.99, "hum": 78.3, "batt": 3.622} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": 7.5, "hum": 61.9, "batt": 3.256} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-005", "temp": 16.79, "hum": 80.0, "batt": 3.815} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-005", "temp": 13.85, "hum": 81.6, "batt": 3.218} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-005", "temp": 20.78, "hum": 56.0, "batt": 3.629} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-005", "temp": -2.68, "hum": 58.6, "batt": 3.193} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-005", "temp": 36.94, "hum": 88.3, "batt": 3.313} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": -12.77, "hum": 57.5, "batt": 3.612} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-005", "temp": 16.17, "hum": 86.2, "batt": 3.208} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-005", "temp": -19.68, "hum": 71.6, "batt": 3.555} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-005", "temp": -19.7, "hum": 42.6, "batt": 3.077} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-005", "temp": 24.9, "hum": 78.1, "batt": 3.984} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-005", "temp": 19.93, "hum": 20.0, "batt": 3.654} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-005", "temp": -10.1, "hum": 20.4, "batt": 3.609} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-005", "temp": 7.88, "hum": 83.8, "batt": 4.02} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-005", "temp": 20.47, "hum": 51.6, "batt": 4.145} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-005", "temp": 32.15, "hum": 83.1, "batt": 4.053} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-005", "temp": 39.26, "hum": 20.1, "batt": 3.791} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-005", "temp": 33.29, "hum": 60.9, "batt": 4.14} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-005", "temp": -0.75, "hum": 29.3, "batt": 3.734} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": 38.67, "hum": 43.5, "batt": 3.275} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-005", "temp": 14.36, "hum": 39.3, "batt": 4.129} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-005", "temp": 9.17, "hum": 22.1, "batt": 3.513} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": 19.65, "hum": 88.5, "batt": 3.432} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-005", "temp": 36.33, "hum": 39.2, "batt": 4.103} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-005", "temp": -1.5, "hum": 33.8, "batt": 3.941} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-005", "temp": -3.82, "hum": 53.6, "batt": 3.08} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-005", "temp": -9.93, "hum": 29.3, "batt": 3.089} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4fb4675ea55047791fb6c2b170ef07723db3ff90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-02.jsonl @@ -0,0 +1,28 @@ +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 37.96, "hum": 68.9, "batt": 4.0} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-005", "temp": 28.25, "hum": 80.4, "batt": 3.237} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-005", "temp": -15.43, "hum": 20.0, "batt": 3.711} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": 29.8, "hum": 40.2, "batt": 3.671} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 30.6, "hum": 43.9, "batt": 3.907} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-005", "temp": 16.52, "hum": 71.3, "batt": 3.502} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": -8.0, "hum": 51.0, "batt": 3.679} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-005", "temp": 22.54, "hum": 76.8, "batt": 3.255} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -4.97, "hum": 34.6, "batt": 4.109} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-005", "temp": 19.05, "hum": 42.3, "batt": 3.598} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -0.15, "hum": 24.5, "batt": 4.158} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-005", "temp": 2.61, "hum": 76.2, "batt": 3.495} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 38.44, "hum": 50.0, "batt": 3.184} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-005", "temp": 13.15, "hum": 64.4, "batt": 3.732} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-005", "temp": 33.24, "hum": 88.5, "batt": 3.236} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": 17.47, "hum": 58.3, "batt": 3.127} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": 6.95, "hum": 27.3, "batt": 3.666} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-005", "temp": 0.09, "hum": 60.7, "batt": 3.922} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-005", "temp": 27.65, "hum": 72.2, "batt": 3.98} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -0.05, "hum": 72.0, "batt": 4.001} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-005", "temp": 19.81, "hum": 76.8, "batt": 3.95} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-005", "temp": 7.16, "hum": 55.0, "batt": 3.325} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-005", "temp": 37.25, "hum": 37.4, "batt": 3.018} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -16.34, "hum": 27.7, "batt": 3.795} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 11.96, "hum": 38.1, "batt": 4.01} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-005", "temp": 22.01, "hum": 88.0, "batt": 3.071} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": -10.82, "hum": 51.9, "batt": 4.154} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-005", "temp": 19.27, "hum": 48.1, "batt": 4.041} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..62bc31959fe83ce11b42fae973a4170c9097e1ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-005", "temp": 14.0, "hum": 43.9, "batt": 3.894} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-005", "temp": -14.75, "hum": 72.2, "batt": 3.345} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-005", "temp": -7.64, "hum": 43.2, "batt": 4.073} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-005", "temp": 34.68, "hum": 50.5, "batt": 3.864} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-005", "temp": -0.54, "hum": 46.1, "batt": 3.374} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-005", "temp": -5.22, "hum": 66.7, "batt": 3.863} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-005", "temp": 15.37, "hum": 50.8, "batt": 3.328} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-005", "temp": -16.36, "hum": 77.6, "batt": 3.224} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-005", "temp": 31.15, "hum": 67.1, "batt": 3.991} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-005", "temp": -7.05, "hum": 89.7, "batt": 4.187} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-005", "temp": 33.09, "hum": 71.6, "batt": 3.255} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-005", "temp": 9.86, "hum": 61.0, "batt": 3.735} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-005", "temp": -11.12, "hum": 67.5, "batt": 3.505} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-005", "temp": -10.37, "hum": 27.3, "batt": 3.96} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-005", "temp": 22.44, "hum": 45.0, "batt": 3.101} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-005", "temp": 22.49, "hum": 47.7, "batt": 4.074} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-005", "temp": -1.56, "hum": 71.5, "batt": 3.405} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-005", "temp": 22.53, "hum": 56.5, "batt": 4.101} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-005", "temp": 3.46, "hum": 30.7, "batt": 3.494} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-005", "temp": -16.23, "hum": 72.4, "batt": 3.11} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-005", "temp": 24.44, "hum": 50.0, "batt": 3.57} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-005", "temp": 13.97, "hum": 56.8, "batt": 3.333} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-005", "temp": 21.35, "hum": 29.2, "batt": 4.106} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-005", "temp": 37.13, "hum": 52.9, "batt": 3.98} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-005", "temp": -17.43, "hum": 74.8, "batt": 3.183} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-005", "temp": -2.41, "hum": 68.9, "batt": 3.361} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1c0692b989dfdf56eca58bfb6c542d7e27b06f8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-04.jsonl @@ -0,0 +1,22 @@ +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-005", "temp": -7.9, "hum": 87.7, "batt": 3.694} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-005", "temp": -12.71, "hum": 22.7, "batt": 3.275} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-005", "temp": -11.92, "hum": 71.2, "batt": 3.422} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-005", "temp": -8.99, "hum": 39.1, "batt": 3.235} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-005", "temp": -1.49, "hum": 67.6, "batt": 4.183} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-005", "temp": 18.3, "hum": 52.8, "batt": 3.831} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-005", "temp": 36.3, "hum": 83.8, "batt": 3.451} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-005", "temp": 36.65, "hum": 45.0, "batt": 3.08} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-005", "temp": 0.27, "hum": 58.3, "batt": 3.902} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-005", "temp": 7.19, "hum": 59.5, "batt": 3.336} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-005", "temp": 6.32, "hum": 87.7, "batt": 3.986} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-005", "temp": 0.5, "hum": 29.6, "batt": 3.238} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-005", "temp": 21.73, "hum": 49.9, "batt": 3.821} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-005", "temp": -11.19, "hum": 28.2, "batt": 3.328} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-005", "temp": 9.43, "hum": 89.8, "batt": 3.901} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-005", "temp": -11.71, "hum": 50.0, "batt": 3.522} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-005", "temp": -7.06, "hum": 82.2, "batt": 3.379} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-005", "temp": -2.94, "hum": 87.3, "batt": 3.047} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-005", "temp": -19.15, "hum": 38.0, "batt": 3.017} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-005", "temp": 39.02, "hum": 58.0, "batt": 3.896} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-005", "temp": 31.11, "hum": 60.1, "batt": 3.525} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-005", "temp": 35.28, "hum": 26.3, "batt": 3.95} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2716845c3c892e1d45011e1f51e06c7a7523ac1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-005/2024-04-05.jsonl @@ -0,0 +1,29 @@ +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-005", "temp": 8.68, "hum": 67.5, "batt": 3.477} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-005", "temp": 34.32, "hum": 64.1, "batt": 4.089} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-005", "temp": 34.07, "hum": 66.8, "batt": 4.04} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-005", "temp": 3.87, "hum": 27.0, "batt": 3.775} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-005", "temp": 26.32, "hum": 67.2, "batt": 3.327} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": -10.97, "hum": 26.8, "batt": 4.074} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-005", "temp": 15.59, "hum": 81.0, "batt": 3.432} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-005", "temp": 37.64, "hum": 65.5, "batt": 3.694} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-005", "temp": -11.88, "hum": 35.0, "batt": 4.169} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-005", "temp": 18.33, "hum": 36.9, "batt": 3.631} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-005", "temp": 25.68, "hum": 36.2, "batt": 3.01} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": 0.9, "hum": 84.6, "batt": 3.066} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-005", "temp": 28.41, "hum": 71.8, "batt": 3.229} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-005", "temp": -3.65, "hum": 54.5, "batt": 4.124} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-005", "temp": 9.23, "hum": 45.2, "batt": 3.61} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": 8.97, "hum": 70.3, "batt": 3.809} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-005", "temp": -8.15, "hum": 77.2, "batt": 4.114} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-005", "temp": 26.96, "hum": 59.4, "batt": 3.692} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-005", "temp": -12.18, "hum": 53.5, "batt": 3.862} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-005", "temp": 1.84, "hum": 21.3, "batt": 3.288} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-005", "temp": 34.43, "hum": 28.1, "batt": 4.052} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-005", "temp": -1.62, "hum": 70.5, "batt": 3.221} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-005", "temp": 22.87, "hum": 63.6, "batt": 3.523} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-005", "temp": 22.05, "hum": 45.3, "batt": 3.423} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-005", "temp": -5.76, "hum": 76.9, "batt": 3.607} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-005", "temp": 39.03, "hum": 81.1, "batt": 3.574} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": -6.83, "hum": 87.9, "batt": 3.451} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-005", "temp": 30.64, "hum": 51.3, "batt": 3.318} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-005", "temp": 2.4, "hum": 62.7, "batt": 3.064} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3b3684d9c68d2dca7012c20c48b3ff02f35f6edb --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-01.jsonl @@ -0,0 +1,25 @@ +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-006", "temp": 34.65, "hum": 82.2, "batt": 4.171} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-006", "temp": 25.85, "hum": 81.4, "batt": 3.667} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-006", "temp": 12.28, "hum": 54.9, "batt": 3.089} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-006", "temp": 8.23, "hum": 54.2, "batt": 3.424} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-006", "temp": -13.75, "hum": 75.6, "batt": 3.561} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-006", "temp": 7.31, "hum": 42.5, "batt": 3.565} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-006", "temp": -15.53, "hum": 84.1, "batt": 3.634} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-006", "temp": 20.66, "hum": 46.7, "batt": 3.795} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": 31.38, "hum": 36.9, "batt": 3.99} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-006", "temp": 9.51, "hum": 20.0, "batt": 3.517} +{"ts": "2024-04-01T05:00:00Z", "device": "sensor-006", "temp": -5.38, "hum": 83.6, "batt": 3.363} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-006", "temp": 0.38, "hum": 50.4, "batt": 3.676} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-006", "temp": 13.56, "hum": 70.5, "batt": 3.618} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": -16.55, "hum": 85.0, "batt": 3.871} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-006", "temp": 20.58, "hum": 88.0, "batt": 3.548} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-006", "temp": -12.3, "hum": 67.6, "batt": 3.003} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-006", "temp": -4.01, "hum": 63.6, "batt": 3.977} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-006", "temp": 34.06, "hum": 59.2, "batt": 3.596} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-006", "temp": -5.23, "hum": 28.9, "batt": 4.198} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-006", "temp": -8.04, "hum": 38.2, "batt": 3.201} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": -0.11, "hum": 70.9, "batt": 4.045} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-006", "temp": -18.86, "hum": 43.0, "batt": 3.397} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": 37.52, "hum": 69.8, "batt": 4.199} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-006", "temp": -9.0, "hum": 25.5, "batt": 3.373} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-006", "temp": 21.97, "hum": 68.0, "batt": 3.14} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a7732279b58e2e88f5e5578b864b11bcec0586c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-02.jsonl @@ -0,0 +1,21 @@ +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-006", "temp": 14.92, "hum": 64.8, "batt": 3.846} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": -16.23, "hum": 60.0, "batt": 3.869} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-006", "temp": 28.75, "hum": 80.0, "batt": 3.533} +{"ts": "2024-04-02T17:00:00Z", "device": "sensor-006", "temp": 19.16, "hum": 57.7, "batt": 3.179} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-006", "temp": 39.68, "hum": 65.1, "batt": 3.579} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-006", "temp": 16.69, "hum": 85.9, "batt": 4.147} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-006", "temp": -11.12, "hum": 37.6, "batt": 3.498} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-006", "temp": -4.19, "hum": 56.7, "batt": 3.088} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-006", "temp": 8.33, "hum": 66.0, "batt": 4.156} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": 13.66, "hum": 38.2, "batt": 3.013} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-006", "temp": 3.75, "hum": 61.5, "batt": 3.815} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": 22.67, "hum": 78.6, "batt": 3.851} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-006", "temp": 17.36, "hum": 41.7, "batt": 3.667} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-006", "temp": 32.85, "hum": 61.2, "batt": 3.809} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-006", "temp": 22.66, "hum": 83.3, "batt": 3.044} +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-006", "temp": 35.09, "hum": 79.1, "batt": 3.249} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-006", "temp": 2.11, "hum": 57.6, "batt": 3.548} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": 32.65, "hum": 35.8, "batt": 3.213} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-006", "temp": -3.94, "hum": 33.3, "batt": 3.073} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-006", "temp": 36.61, "hum": 54.9, "batt": 3.485} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-006", "temp": 37.18, "hum": 23.3, "batt": 3.601} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0e2850cc5e7c17e630363a1f2719628ab6503893 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-006", "temp": -16.51, "hum": 45.1, "batt": 3.717} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-006", "temp": 6.79, "hum": 62.4, "batt": 3.861} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-006", "temp": 22.3, "hum": 77.7, "batt": 3.268} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-006", "temp": 31.1, "hum": 60.9, "batt": 4.043} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 13.98, "hum": 23.5, "batt": 3.491} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-006", "temp": 12.31, "hum": 59.5, "batt": 4.01} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-006", "temp": 18.15, "hum": 22.0, "batt": 3.774} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-006", "temp": -0.28, "hum": 29.5, "batt": 4.073} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-006", "temp": 27.07, "hum": 52.0, "batt": 3.813} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-006", "temp": -13.41, "hum": 66.0, "batt": 3.789} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 28.67, "hum": 65.2, "batt": 3.221} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": -18.94, "hum": 76.2, "batt": 3.008} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-006", "temp": 32.87, "hum": 56.7, "batt": 4.164} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-006", "temp": 14.76, "hum": 33.6, "batt": 4.055} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-006", "temp": -17.29, "hum": 85.0, "batt": 3.216} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-006", "temp": 8.12, "hum": 63.1, "batt": 3.597} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-006", "temp": 37.34, "hum": 29.0, "batt": 3.084} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 16.33, "hum": 69.4, "batt": 3.241} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-006", "temp": 18.66, "hum": 85.4, "batt": 3.527} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": 26.11, "hum": 74.5, "batt": 3.56} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": -3.99, "hum": 69.6, "batt": 3.116} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": 13.92, "hum": 28.2, "batt": 3.303} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-006", "temp": -18.69, "hum": 53.9, "batt": 3.937} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-006", "temp": 37.95, "hum": 48.2, "batt": 3.1} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 9.57, "hum": 39.7, "batt": 3.419} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-006", "temp": 29.2, "hum": 34.9, "batt": 4.197} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5a9c4f710693da206357277f23da24ac8c053d9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-04.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-006", "temp": 20.74, "hum": 43.8, "batt": 3.108} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": 2.55, "hum": 23.7, "batt": 4.013} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": -15.18, "hum": 67.0, "batt": 3.77} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": 15.32, "hum": 28.6, "batt": 3.397} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": 1.56, "hum": 88.1, "batt": 4.196} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": 11.15, "hum": 44.0, "batt": 4.149} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": -11.68, "hum": 20.6, "batt": 3.405} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-006", "temp": 16.36, "hum": 67.9, "batt": 3.46} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-006", "temp": 27.42, "hum": 70.6, "batt": 3.684} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-006", "temp": 8.56, "hum": 74.6, "batt": 3.254} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-006", "temp": 35.35, "hum": 82.7, "batt": 3.048} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-006", "temp": 5.75, "hum": 37.9, "batt": 3.019} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-006", "temp": -8.35, "hum": 38.4, "batt": 3.213} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": 18.37, "hum": 23.6, "batt": 3.151} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-006", "temp": -4.1, "hum": 55.1, "batt": 3.338} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-006", "temp": 24.16, "hum": 21.5, "batt": 3.665} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": -17.29, "hum": 38.8, "batt": 3.416} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": -13.31, "hum": 66.6, "batt": 3.469} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-006", "temp": 39.26, "hum": 64.3, "batt": 3.055} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-006", "temp": 4.86, "hum": 67.7, "batt": 3.648} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": -9.05, "hum": 60.9, "batt": 3.601} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-006", "temp": -7.61, "hum": 40.6, "batt": 3.85} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-006", "temp": 12.89, "hum": 67.8, "batt": 3.984} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": 8.25, "hum": 47.6, "batt": 4.189} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": -5.02, "hum": 70.2, "batt": 4.113} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-006", "temp": 25.57, "hum": 50.2, "batt": 3.46} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-006", "temp": -2.51, "hum": 58.7, "batt": 3.918} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-006", "temp": 7.2, "hum": 57.9, "batt": 3.35} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-006", "temp": -13.65, "hum": 33.3, "batt": 3.371} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-006", "temp": -15.0, "hum": 59.3, "batt": 3.144} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4134e71d1b04bc23fdb56e156489d27ea7503643 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-006/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-006", "temp": -10.71, "hum": 48.9, "batt": 4.175} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-006", "temp": 12.65, "hum": 30.1, "batt": 4.156} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-006", "temp": -17.56, "hum": 73.1, "batt": 3.496} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-006", "temp": 23.25, "hum": 64.1, "batt": 4.13} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-006", "temp": 37.48, "hum": 42.6, "batt": 3.009} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-006", "temp": 25.94, "hum": 49.2, "batt": 3.637} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-006", "temp": 22.83, "hum": 81.4, "batt": 3.38} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-006", "temp": -14.42, "hum": 60.0, "batt": 3.2} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-006", "temp": 8.89, "hum": 55.0, "batt": 3.673} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-006", "temp": -0.2, "hum": 23.8, "batt": 3.446} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-006", "temp": -7.28, "hum": 45.6, "batt": 3.951} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-006", "temp": 18.35, "hum": 83.2, "batt": 3.053} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-006", "temp": 28.99, "hum": 58.0, "batt": 3.087} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-006", "temp": 10.37, "hum": 27.5, "batt": 4.172} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-006", "temp": 5.3, "hum": 47.1, "batt": 3.678} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-006", "temp": -0.49, "hum": 37.2, "batt": 3.944} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-006", "temp": 37.75, "hum": 61.0, "batt": 3.327} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-006", "temp": 6.51, "hum": 82.1, "batt": 3.612} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-006", "temp": 5.76, "hum": 85.3, "batt": 3.777} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-006", "temp": 10.62, "hum": 72.4, "batt": 3.839} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-006", "temp": 4.64, "hum": 40.2, "batt": 3.345} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-006", "temp": -11.75, "hum": 70.5, "batt": 3.841} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-006", "temp": -15.58, "hum": 55.4, "batt": 3.906} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-006", "temp": 29.63, "hum": 57.8, "batt": 3.258} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-006", "temp": -0.92, "hum": 86.9, "batt": 3.253} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-006", "temp": 2.94, "hum": 44.8, "batt": 3.117} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-006", "temp": 30.28, "hum": 84.6, "batt": 3.668} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2fe1548d4b2f09e7179aa499496c856f417ac122 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-01.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-007", "temp": 28.91, "hum": 27.4, "batt": 3.754} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-007", "temp": 36.72, "hum": 46.8, "batt": 4.049} +{"ts": "2024-04-01T05:00:00Z", "device": "sensor-007", "temp": 35.02, "hum": 56.2, "batt": 3.831} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-007", "temp": -18.33, "hum": 82.4, "batt": 3.903} +{"ts": "2024-04-01T05:00:00Z", "device": "sensor-007", "temp": 10.15, "hum": 40.8, "batt": 3.954} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-007", "temp": 10.71, "hum": 42.4, "batt": 3.465} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-007", "temp": 31.7, "hum": 71.4, "batt": 3.623} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-007", "temp": 13.67, "hum": 39.4, "batt": 3.275} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-007", "temp": 7.42, "hum": 43.5, "batt": 3.466} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-007", "temp": 28.84, "hum": 55.1, "batt": 4.03} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-007", "temp": -2.17, "hum": 49.7, "batt": 3.278} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-007", "temp": 12.0, "hum": 65.1, "batt": 4.083} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-007", "temp": -19.2, "hum": 89.6, "batt": 3.897} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-007", "temp": 39.41, "hum": 58.8, "batt": 3.126} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-007", "temp": 35.43, "hum": 67.9, "batt": 3.635} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-007", "temp": 24.76, "hum": 46.5, "batt": 3.129} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-007", "temp": 7.6, "hum": 49.1, "batt": 3.243} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-007", "temp": 11.91, "hum": 55.7, "batt": 3.615} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-007", "temp": -8.29, "hum": 40.3, "batt": 3.292} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-007", "temp": 29.57, "hum": 76.0, "batt": 3.761} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-007", "temp": -18.04, "hum": 49.3, "batt": 4.06} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-007", "temp": 22.83, "hum": 80.2, "batt": 3.523} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-007", "temp": 9.4, "hum": 76.5, "batt": 3.853} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-007", "temp": 28.49, "hum": 64.9, "batt": 4.189} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-007", "temp": 12.32, "hum": 67.6, "batt": 3.637} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-007", "temp": 6.0, "hum": 84.5, "batt": 3.155} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-007", "temp": -8.78, "hum": 35.3, "batt": 3.678} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d00d92fe85d047050e30b5ffe9246120702cd17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-02.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-007", "temp": -17.49, "hum": 69.6, "batt": 3.365} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-007", "temp": -11.74, "hum": 59.3, "batt": 3.172} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-007", "temp": -7.64, "hum": 72.5, "batt": 3.403} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-007", "temp": -17.56, "hum": 53.0, "batt": 3.482} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-007", "temp": 16.36, "hum": 80.9, "batt": 4.028} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-007", "temp": 2.89, "hum": 21.8, "batt": 3.28} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-007", "temp": 39.08, "hum": 47.7, "batt": 3.018} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-007", "temp": -13.28, "hum": 59.9, "batt": 3.464} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-007", "temp": -18.95, "hum": 86.2, "batt": 3.7} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-007", "temp": 37.39, "hum": 77.0, "batt": 3.867} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-007", "temp": 36.24, "hum": 27.2, "batt": 4.092} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-007", "temp": 34.7, "hum": 74.5, "batt": 3.338} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-007", "temp": 21.05, "hum": 39.5, "batt": 3.975} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-007", "temp": 31.99, "hum": 22.2, "batt": 4.199} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-007", "temp": -3.2, "hum": 35.7, "batt": 3.071} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-007", "temp": 35.63, "hum": 78.8, "batt": 3.905} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-007", "temp": 38.18, "hum": 33.2, "batt": 3.726} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-007", "temp": 9.49, "hum": 57.0, "batt": 4.076} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-007", "temp": -2.04, "hum": 29.6, "batt": 3.9} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-007", "temp": 13.28, "hum": 86.1, "batt": 3.309} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-007", "temp": 30.34, "hum": 87.8, "batt": 3.665} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-007", "temp": 9.43, "hum": 58.3, "batt": 3.364} +{"ts": "2024-04-02T17:00:00Z", "device": "sensor-007", "temp": 4.86, "hum": 26.8, "batt": 3.746} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..354ca720e3d77f5c36d9d77cb843165addbaf1e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-007", "temp": 36.94, "hum": 48.5, "batt": 3.645} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-007", "temp": 27.37, "hum": 35.4, "batt": 3.884} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-007", "temp": -15.46, "hum": 60.0, "batt": 3.34} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-007", "temp": 30.04, "hum": 87.7, "batt": 3.021} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-007", "temp": 13.73, "hum": 89.0, "batt": 3.926} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-007", "temp": -12.63, "hum": 57.3, "batt": 3.274} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-007", "temp": 15.78, "hum": 55.4, "batt": 3.919} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-007", "temp": 37.61, "hum": 39.7, "batt": 3.758} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": -10.02, "hum": 60.3, "batt": 3.652} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-007", "temp": 3.3, "hum": 46.5, "batt": 3.673} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-007", "temp": 18.12, "hum": 65.8, "batt": 3.305} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-007", "temp": 33.76, "hum": 55.5, "batt": 3.133} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-007", "temp": 17.45, "hum": 69.0, "batt": 3.052} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-007", "temp": 3.33, "hum": 38.5, "batt": 4.101} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-007", "temp": 17.67, "hum": 20.1, "batt": 4.174} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": 15.81, "hum": 65.3, "batt": 3.607} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-007", "temp": 12.85, "hum": 82.4, "batt": 3.535} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-007", "temp": -10.7, "hum": 83.3, "batt": 3.92} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-007", "temp": -18.41, "hum": 51.1, "batt": 4.137} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": 20.68, "hum": 86.9, "batt": 4.068} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-007", "temp": -17.38, "hum": 63.3, "batt": 3.769} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-007", "temp": 23.62, "hum": 73.9, "batt": 3.835} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-007", "temp": -1.34, "hum": 60.6, "batt": 3.628} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": 3.39, "hum": 78.6, "batt": 3.99} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-007", "temp": 36.61, "hum": 40.8, "batt": 4.008} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-007", "temp": 35.77, "hum": 88.7, "batt": 4.077} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..55e2b709d9a7aaa884b046d334d77511adc7170d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-04.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-007", "temp": -8.88, "hum": 22.0, "batt": 3.129} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-007", "temp": -6.69, "hum": 31.0, "batt": 3.928} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-007", "temp": 29.8, "hum": 63.5, "batt": 3.319} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 23.16, "hum": 74.5, "batt": 3.315} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-007", "temp": -19.65, "hum": 42.0, "batt": 3.835} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-007", "temp": -7.68, "hum": 20.1, "batt": 4.176} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-007", "temp": -2.19, "hum": 78.2, "batt": 3.19} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-007", "temp": 7.0, "hum": 62.4, "batt": 3.317} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-007", "temp": -2.47, "hum": 56.2, "batt": 3.989} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-007", "temp": 19.2, "hum": 75.1, "batt": 3.169} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-007", "temp": 4.11, "hum": 62.8, "batt": 3.646} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-007", "temp": 13.52, "hum": 72.5, "batt": 4.175} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 8.59, "hum": 22.8, "batt": 3.233} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-007", "temp": -3.19, "hum": 77.3, "batt": 4.098} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-007", "temp": -3.35, "hum": 64.3, "batt": 4.196} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-007", "temp": 22.71, "hum": 51.4, "batt": 3.888} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 27.15, "hum": 89.6, "batt": 3.289} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-007", "temp": 27.67, "hum": 73.8, "batt": 3.138} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-007", "temp": 25.64, "hum": 30.3, "batt": 3.486} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 17.4, "hum": 45.3, "batt": 3.111} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-007", "temp": 2.18, "hum": 67.3, "batt": 3.766} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-007", "temp": 5.59, "hum": 82.1, "batt": 3.882} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-007", "temp": 35.97, "hum": 23.6, "batt": 4.134} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..20b74273ccf73bd85dc2b791fa82685fd0c290c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-007/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-007", "temp": -16.93, "hum": 45.4, "batt": 3.452} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": 25.68, "hum": 32.0, "batt": 3.812} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-007", "temp": 4.96, "hum": 25.1, "batt": 4.114} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-007", "temp": -16.91, "hum": 69.2, "batt": 3.627} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-007", "temp": 36.08, "hum": 77.1, "batt": 3.842} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": 16.15, "hum": 55.0, "batt": 3.984} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-007", "temp": -13.46, "hum": 28.7, "batt": 3.279} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": -2.38, "hum": 22.7, "batt": 3.152} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-007", "temp": 30.07, "hum": 34.2, "batt": 3.57} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-007", "temp": -19.44, "hum": 68.1, "batt": 3.887} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-007", "temp": 27.59, "hum": 20.1, "batt": 3.288} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-007", "temp": 16.37, "hum": 40.5, "batt": 3.198} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": 37.66, "hum": 61.7, "batt": 3.862} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-007", "temp": 29.34, "hum": 78.0, "batt": 4.136} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": -16.79, "hum": 44.7, "batt": 3.432} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": 15.74, "hum": 74.6, "batt": 3.618} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-007", "temp": -15.68, "hum": 73.9, "batt": 3.259} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-007", "temp": 16.48, "hum": 36.5, "batt": 4.018} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-007", "temp": 35.33, "hum": 64.6, "batt": 3.14} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-007", "temp": 20.64, "hum": 28.5, "batt": 3.215} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-007", "temp": 12.94, "hum": 80.0, "batt": 3.326} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-007", "temp": 9.33, "hum": 30.3, "batt": 3.75} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": -3.28, "hum": 77.1, "batt": 3.212} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-007", "temp": 1.93, "hum": 53.1, "batt": 3.091} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": 39.44, "hum": 42.0, "batt": 3.24} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-007", "temp": 20.56, "hum": 61.3, "batt": 3.752} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-007", "temp": -8.16, "hum": 34.6, "batt": 3.631} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8c278ea18bd53141567d79048959d1a994d096b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-01.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-008", "temp": 5.45, "hum": 64.1, "batt": 3.064} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-008", "temp": -15.71, "hum": 24.5, "batt": 3.266} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-008", "temp": -4.06, "hum": 51.0, "batt": 3.521} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-008", "temp": -19.76, "hum": 34.1, "batt": 3.348} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-008", "temp": 27.9, "hum": 25.8, "batt": 3.05} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-008", "temp": 18.52, "hum": 83.6, "batt": 4.18} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-008", "temp": -17.52, "hum": 58.3, "batt": 3.934} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-008", "temp": 12.44, "hum": 37.3, "batt": 3.999} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-008", "temp": 26.19, "hum": 31.6, "batt": 4.122} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-008", "temp": 28.16, "hum": 58.2, "batt": 3.513} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-008", "temp": 29.43, "hum": 20.3, "batt": 3.846} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-008", "temp": 26.21, "hum": 28.3, "batt": 3.193} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-008", "temp": -18.65, "hum": 89.5, "batt": 4.028} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-008", "temp": 21.12, "hum": 30.6, "batt": 4.16} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-008", "temp": 31.74, "hum": 85.4, "batt": 4.018} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-008", "temp": 31.97, "hum": 49.0, "batt": 3.739} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-008", "temp": 15.09, "hum": 80.5, "batt": 3.895} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-008", "temp": -4.07, "hum": 71.7, "batt": 4.158} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-008", "temp": 31.74, "hum": 50.0, "batt": 3.728} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-008", "temp": 25.08, "hum": 67.0, "batt": 3.585} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-008", "temp": -16.7, "hum": 80.4, "batt": 3.33} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-008", "temp": 6.69, "hum": 84.0, "batt": 3.686} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-008", "temp": -11.65, "hum": 20.3, "batt": 3.525} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8e85bf00b09f861b462766ce9bc637e79f767350 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-02.jsonl @@ -0,0 +1,22 @@ +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-008", "temp": 16.21, "hum": 82.8, "batt": 4.14} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-008", "temp": 21.92, "hum": 30.6, "batt": 3.464} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-008", "temp": 4.36, "hum": 84.4, "batt": 3.98} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-008", "temp": 29.14, "hum": 89.0, "batt": 3.119} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-008", "temp": -8.3, "hum": 20.9, "batt": 3.662} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-008", "temp": -15.94, "hum": 42.3, "batt": 3.71} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-008", "temp": -17.76, "hum": 25.9, "batt": 3.847} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-008", "temp": 31.0, "hum": 31.7, "batt": 3.499} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-008", "temp": 23.47, "hum": 50.9, "batt": 3.921} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-008", "temp": -2.42, "hum": 24.8, "batt": 3.388} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-008", "temp": 39.53, "hum": 85.7, "batt": 3.478} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-008", "temp": -19.46, "hum": 50.8, "batt": 3.929} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-008", "temp": -17.22, "hum": 24.6, "batt": 3.01} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-008", "temp": 39.37, "hum": 29.7, "batt": 3.557} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-008", "temp": -19.72, "hum": 52.2, "batt": 3.303} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-008", "temp": -6.25, "hum": 36.2, "batt": 3.101} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-008", "temp": 27.83, "hum": 42.0, "batt": 3.802} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-008", "temp": -19.21, "hum": 72.0, "batt": 3.881} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-008", "temp": -2.09, "hum": 69.0, "batt": 3.925} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-008", "temp": -16.82, "hum": 37.6, "batt": 3.964} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-008", "temp": 25.74, "hum": 48.8, "batt": 3.512} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-008", "temp": 4.4, "hum": 68.3, "batt": 3.705} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2a1c98142b539bb6e43aecd11e8dfe4e73b6f258 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-008", "temp": 36.46, "hum": 51.8, "batt": 3.979} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-008", "temp": 30.65, "hum": 49.6, "batt": 3.532} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-008", "temp": 5.83, "hum": 71.0, "batt": 3.36} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-008", "temp": -3.44, "hum": 56.0, "batt": 3.908} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-008", "temp": -7.13, "hum": 60.6, "batt": 3.458} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-008", "temp": -2.81, "hum": 46.1, "batt": 3.939} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-008", "temp": -11.19, "hum": 20.6, "batt": 3.692} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-008", "temp": -16.13, "hum": 75.6, "batt": 3.526} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-008", "temp": 39.5, "hum": 78.5, "batt": 3.858} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-008", "temp": 1.96, "hum": 25.1, "batt": 3.077} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-008", "temp": -1.73, "hum": 32.1, "batt": 3.906} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-008", "temp": 33.2, "hum": 64.3, "batt": 3.199} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-008", "temp": 24.45, "hum": 83.7, "batt": 4.027} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-008", "temp": 8.41, "hum": 71.3, "batt": 3.53} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-008", "temp": -14.6, "hum": 45.0, "batt": 3.708} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-008", "temp": 15.15, "hum": 31.2, "batt": 3.2} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-008", "temp": 2.16, "hum": 47.2, "batt": 3.016} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-008", "temp": -3.55, "hum": 38.8, "batt": 3.671} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-008", "temp": 8.19, "hum": 73.2, "batt": 4.1} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-008", "temp": 20.75, "hum": 45.8, "batt": 3.887} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-008", "temp": 29.27, "hum": 67.5, "batt": 3.704} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-008", "temp": 2.49, "hum": 66.5, "batt": 3.591} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-008", "temp": 5.72, "hum": 87.4, "batt": 3.377} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-008", "temp": -18.2, "hum": 75.3, "batt": 3.865} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-008", "temp": -2.96, "hum": 85.6, "batt": 3.917} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-008", "temp": 23.83, "hum": 49.1, "batt": 3.854} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a2454ae7df09d20fc77474a16e6927bca34f7339 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-04.jsonl @@ -0,0 +1,20 @@ +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-008", "temp": -11.07, "hum": 42.2, "batt": 3.009} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-008", "temp": -4.09, "hum": 76.0, "batt": 3.516} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-008", "temp": 2.5, "hum": 64.7, "batt": 3.299} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-008", "temp": -3.87, "hum": 64.7, "batt": 4.188} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-008", "temp": 0.13, "hum": 85.4, "batt": 4.185} +{"ts": "2024-04-04T05:00:00Z", "device": "sensor-008", "temp": -3.68, "hum": 29.7, "batt": 3.454} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-008", "temp": 0.82, "hum": 80.7, "batt": 4.079} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-008", "temp": 33.57, "hum": 78.0, "batt": 3.952} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-008", "temp": 20.73, "hum": 35.4, "batt": 4.083} +{"ts": "2024-04-04T11:00:00Z", "device": "sensor-008", "temp": -18.11, "hum": 62.9, "batt": 3.801} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-008", "temp": 21.69, "hum": 47.9, "batt": 3.732} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-008", "temp": 19.76, "hum": 22.8, "batt": 3.404} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-008", "temp": 37.39, "hum": 39.5, "batt": 3.791} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-008", "temp": 7.75, "hum": 26.1, "batt": 4.138} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-008", "temp": 9.42, "hum": 80.7, "batt": 3.478} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-008", "temp": 27.69, "hum": 36.3, "batt": 3.138} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-008", "temp": -17.53, "hum": 39.7, "batt": 3.52} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-008", "temp": 9.66, "hum": 83.1, "batt": 4.17} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-008", "temp": 38.5, "hum": 89.5, "batt": 3.431} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-008", "temp": 11.17, "hum": 42.9, "batt": 3.332} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7ea298f4a4fae5b3c04b5e9e711cad0c91ae5b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/iot/readings/sensor-008/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-008", "temp": -3.55, "hum": 65.8, "batt": 3.238} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-008", "temp": -5.1, "hum": 22.6, "batt": 3.402} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-008", "temp": 12.81, "hum": 50.5, "batt": 3.178} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-008", "temp": -2.98, "hum": 64.8, "batt": 3.101} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-008", "temp": 13.59, "hum": 61.9, "batt": 3.258} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-008", "temp": 4.1, "hum": 21.9, "batt": 4.082} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-008", "temp": 26.3, "hum": 41.9, "batt": 3.689} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-008", "temp": 39.63, "hum": 60.9, "batt": 3.301} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-008", "temp": -0.6, "hum": 36.1, "batt": 3.145} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-008", "temp": 5.09, "hum": 34.4, "batt": 4.09} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-008", "temp": 35.55, "hum": 38.6, "batt": 4.071} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-008", "temp": 9.32, "hum": 52.5, "batt": 3.762} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-008", "temp": 7.62, "hum": 27.4, "batt": 4.06} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-008", "temp": 4.54, "hum": 30.4, "batt": 3.325} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-008", "temp": -5.93, "hum": 20.2, "batt": 3.627} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-008", "temp": -11.17, "hum": 57.4, "batt": 3.909} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-008", "temp": 36.2, "hum": 73.3, "batt": 3.552} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-008", "temp": -5.02, "hum": 71.4, "batt": 3.824} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-008", "temp": -14.16, "hum": 81.5, "batt": 3.709} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-008", "temp": -7.54, "hum": 33.9, "batt": 3.244} +{"ts": "2024-04-05T10:00:00Z", "device": "sensor-008", "temp": 18.34, "hum": 40.0, "batt": 3.926} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-008", "temp": -9.02, "hum": 55.4, "batt": 3.764} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-008", "temp": 34.81, "hum": 24.7, "batt": 3.343} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-008", "temp": 9.16, "hum": 51.9, "batt": 4.029} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-008", "temp": 21.11, "hum": 60.0, "batt": 3.706} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-008", "temp": 27.47, "hum": 26.4, "batt": 3.741} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-008", "temp": -8.94, "hum": 64.3, "batt": 3.216} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..90160dd00e442391eb1d26c5c8d197f027eac933 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-01.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-001", "temp": 10.69, "hum": 29.4, "batt": 3.035} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-001", "temp": -0.88, "hum": 57.8, "batt": 3.755} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": 22.79, "hum": 58.8, "batt": 3.08} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-001", "temp": -18.23, "hum": 73.2, "batt": 3.147} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-001", "temp": 18.67, "hum": 83.6, "batt": 4.166} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-001", "temp": 35.09, "hum": 78.8, "batt": 3.389} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-001", "temp": 11.62, "hum": 48.9, "batt": 3.369} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-001", "temp": -8.16, "hum": 59.6, "batt": 3.003} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": -11.04, "hum": 25.3, "batt": 3.552} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-001", "temp": 25.83, "hum": 46.4, "batt": 3.884} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": 5.4, "hum": 22.8, "batt": 4.003} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-001", "temp": -11.54, "hum": 20.5, "batt": 3.538} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-001", "temp": 38.31, "hum": 54.0, "batt": 3.475} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-001", "temp": 4.75, "hum": 77.5, "batt": 3.507} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-001", "temp": -18.73, "hum": 89.0, "batt": 3.136} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-001", "temp": -4.52, "hum": 65.9, "batt": 4.103} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-001", "temp": 27.3, "hum": 79.7, "batt": 4.044} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-001", "temp": 11.41, "hum": 72.9, "batt": 3.629} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-001", "temp": 13.06, "hum": 82.5, "batt": 3.905} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-001", "temp": 3.34, "hum": 33.8, "batt": 4.013} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-001", "temp": 10.45, "hum": 45.5, "batt": 3.006} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-001", "temp": 33.49, "hum": 65.5, "batt": 3.641} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-001", "temp": 7.09, "hum": 81.7, "batt": 4.143} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5edb52f9508fdf4242534a4485a7060ae9816362 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-02.jsonl @@ -0,0 +1,20 @@ +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-001", "temp": 37.36, "hum": 26.6, "batt": 3.665} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-001", "temp": -13.53, "hum": 66.3, "batt": 3.198} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-001", "temp": 31.31, "hum": 26.3, "batt": 3.846} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-001", "temp": 32.39, "hum": 70.1, "batt": 3.571} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-001", "temp": -13.57, "hum": 47.8, "batt": 3.509} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-001", "temp": -0.87, "hum": 35.9, "batt": 3.284} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-001", "temp": -16.25, "hum": 86.9, "batt": 3.416} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-001", "temp": 7.32, "hum": 47.9, "batt": 3.494} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-001", "temp": -6.43, "hum": 44.6, "batt": 3.267} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-001", "temp": -0.66, "hum": 21.6, "batt": 4.136} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-001", "temp": -10.19, "hum": 31.7, "batt": 3.268} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-001", "temp": 39.78, "hum": 78.4, "batt": 3.929} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-001", "temp": 10.94, "hum": 39.1, "batt": 3.822} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-001", "temp": 33.23, "hum": 22.0, "batt": 3.967} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-001", "temp": 21.59, "hum": 76.9, "batt": 3.169} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-001", "temp": -14.05, "hum": 35.1, "batt": 4.044} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-001", "temp": -18.86, "hum": 40.9, "batt": 4.107} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-001", "temp": -10.14, "hum": 87.9, "batt": 3.125} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-001", "temp": 8.52, "hum": 43.6, "batt": 3.327} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-001", "temp": 27.72, "hum": 41.0, "batt": 3.549} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bd932d8f8e391294bc9c1a194545112be2801b6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-03.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-001", "temp": -4.25, "hum": 58.0, "batt": 3.061} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-001", "temp": -0.29, "hum": 37.1, "batt": 3.965} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-001", "temp": 4.62, "hum": 76.1, "batt": 4.02} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-001", "temp": -10.18, "hum": 33.6, "batt": 3.578} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-001", "temp": 15.78, "hum": 25.5, "batt": 4.046} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-001", "temp": 29.35, "hum": 50.7, "batt": 3.975} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-001", "temp": 7.59, "hum": 68.4, "batt": 3.018} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-001", "temp": 38.55, "hum": 87.1, "batt": 3.116} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-001", "temp": 14.68, "hum": 53.9, "batt": 3.167} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-001", "temp": 6.13, "hum": 56.3, "batt": 3.558} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-001", "temp": 38.75, "hum": 33.9, "batt": 3.349} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-001", "temp": 38.52, "hum": 75.5, "batt": 4.077} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-001", "temp": -3.81, "hum": 30.1, "batt": 3.439} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-001", "temp": -16.86, "hum": 33.3, "batt": 3.428} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-001", "temp": -9.85, "hum": 48.7, "batt": 4.184} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-001", "temp": -8.91, "hum": 60.7, "batt": 3.653} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-001", "temp": -9.07, "hum": 35.0, "batt": 3.836} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-001", "temp": -11.02, "hum": 36.0, "batt": 3.081} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-001", "temp": 34.03, "hum": 29.0, "batt": 3.246} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-001", "temp": 13.09, "hum": 36.9, "batt": 3.282} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-001", "temp": 36.93, "hum": 30.5, "batt": 3.394} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-001", "temp": 25.67, "hum": 49.5, "batt": 3.438} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-001", "temp": 14.21, "hum": 85.3, "batt": 3.476} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-001", "temp": 3.57, "hum": 28.7, "batt": 3.758} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-001", "temp": 4.71, "hum": 88.6, "batt": 3.876} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-001", "temp": 6.83, "hum": 85.7, "batt": 3.844} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-001", "temp": 5.71, "hum": 83.8, "batt": 3.59} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..33fd5fe4229547bc7cf0e31c1ea560c8a2fa4526 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-04.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-001", "temp": 31.26, "hum": 24.7, "batt": 3.285} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-001", "temp": 37.28, "hum": 82.1, "batt": 3.735} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-001", "temp": 7.28, "hum": 29.2, "batt": 3.113} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-001", "temp": 18.02, "hum": 20.5, "batt": 3.765} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-001", "temp": 27.03, "hum": 78.6, "batt": 3.796} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-001", "temp": -14.04, "hum": 86.7, "batt": 3.105} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-001", "temp": 10.56, "hum": 45.8, "batt": 4.15} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-001", "temp": 0.85, "hum": 51.5, "batt": 3.011} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-001", "temp": -2.85, "hum": 79.8, "batt": 3.907} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-001", "temp": -5.06, "hum": 32.5, "batt": 3.668} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-001", "temp": 16.43, "hum": 43.2, "batt": 4.104} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-001", "temp": 39.46, "hum": 62.6, "batt": 3.947} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-001", "temp": 4.76, "hum": 81.8, "batt": 3.435} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-001", "temp": 26.87, "hum": 79.9, "batt": 3.428} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-001", "temp": 13.09, "hum": 85.0, "batt": 3.026} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-001", "temp": 27.2, "hum": 89.3, "batt": 3.681} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-001", "temp": 15.44, "hum": 37.5, "batt": 3.835} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-001", "temp": -12.1, "hum": 35.3, "batt": 3.303} +{"ts": "2024-04-04T09:00:00Z", "device": "sensor-001", "temp": 14.11, "hum": 73.2, "batt": 3.641} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-001", "temp": -12.19, "hum": 32.2, "batt": 4.112} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-001", "temp": 37.49, "hum": 70.1, "batt": 3.924} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-001", "temp": 9.82, "hum": 44.5, "batt": 3.509} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-001", "temp": -4.23, "hum": 38.7, "batt": 3.13} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ca5efed40a541f10f30acb5f9a0765afff2221a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-001/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": -4.74, "hum": 52.6, "batt": 3.314} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-001", "temp": 35.83, "hum": 82.4, "batt": 4.195} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-001", "temp": 19.92, "hum": 48.2, "batt": 3.796} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-001", "temp": -14.56, "hum": 89.0, "batt": 3.447} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": -15.81, "hum": 39.3, "batt": 3.772} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-001", "temp": -2.76, "hum": 76.5, "batt": 3.393} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-001", "temp": 0.68, "hum": 38.3, "batt": 3.624} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": 24.59, "hum": 37.1, "batt": 3.764} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": -3.13, "hum": 33.7, "batt": 3.011} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-001", "temp": 3.24, "hum": 33.7, "batt": 3.528} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-001", "temp": 36.11, "hum": 83.3, "batt": 3.732} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-001", "temp": 16.76, "hum": 29.1, "batt": 4.092} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-001", "temp": 18.27, "hum": 49.3, "batt": 3.636} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-001", "temp": -10.4, "hum": 28.8, "batt": 3.498} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-001", "temp": 4.95, "hum": 49.1, "batt": 3.695} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-001", "temp": -1.05, "hum": 45.8, "batt": 3.509} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": -12.25, "hum": 27.4, "batt": 3.543} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-001", "temp": 22.6, "hum": 45.1, "batt": 4.155} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-001", "temp": 33.87, "hum": 54.9, "batt": 3.18} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": -16.33, "hum": 42.0, "batt": 3.258} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-001", "temp": 5.99, "hum": 44.0, "batt": 3.111} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-001", "temp": 37.16, "hum": 88.3, "batt": 3.485} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-001", "temp": 14.21, "hum": 47.2, "batt": 4.156} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-001", "temp": 31.95, "hum": 66.8, "batt": 3.508} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-001", "temp": 13.93, "hum": 54.2, "batt": 3.299} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-001", "temp": 37.77, "hum": 26.2, "batt": 3.973} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-001", "temp": 37.82, "hum": 50.0, "batt": 3.6} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b5d4eaa758501e1942c163e67f4d888cb457be6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-01.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-002", "temp": -13.57, "hum": 40.9, "batt": 3.473} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-002", "temp": 2.46, "hum": 82.2, "batt": 3.728} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-002", "temp": 13.13, "hum": 54.7, "batt": 3.115} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-002", "temp": -9.88, "hum": 44.3, "batt": 3.744} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-002", "temp": -4.03, "hum": 39.9, "batt": 3.55} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-002", "temp": 39.94, "hum": 76.8, "batt": 3.124} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-002", "temp": 27.55, "hum": 32.5, "batt": 4.136} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-002", "temp": 37.5, "hum": 64.3, "batt": 3.483} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-002", "temp": 1.74, "hum": 30.7, "batt": 3.966} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-002", "temp": 32.19, "hum": 59.8, "batt": 3.869} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-002", "temp": -8.56, "hum": 42.7, "batt": 3.024} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-002", "temp": -11.06, "hum": 35.2, "batt": 3.212} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-002", "temp": -19.09, "hum": 58.5, "batt": 3.107} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-002", "temp": 15.06, "hum": 89.0, "batt": 3.02} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-002", "temp": 39.55, "hum": 53.8, "batt": 3.466} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-002", "temp": 18.04, "hum": 20.6, "batt": 3.251} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-002", "temp": 6.7, "hum": 68.7, "batt": 3.16} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-002", "temp": 5.57, "hum": 59.3, "batt": 3.111} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-002", "temp": -11.36, "hum": 47.6, "batt": 3.331} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-002", "temp": -4.96, "hum": 43.3, "batt": 3.643} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-002", "temp": 12.93, "hum": 70.7, "batt": 3.706} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-002", "temp": -16.79, "hum": 35.2, "batt": 3.847} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-002", "temp": -16.51, "hum": 45.0, "batt": 3.237} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-002", "temp": 17.18, "hum": 23.6, "batt": 3.964} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-002", "temp": 16.47, "hum": 82.9, "batt": 3.296} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-002", "temp": 29.08, "hum": 47.9, "batt": 3.501} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-002", "temp": 25.54, "hum": 32.5, "batt": 3.489} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6717d2421563d87c231899b9cf2bbc51e2a98cc8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-02.jsonl @@ -0,0 +1,21 @@ +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-002", "temp": 9.87, "hum": 55.6, "batt": 3.21} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-002", "temp": 34.95, "hum": 80.7, "batt": 4.093} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-002", "temp": 37.91, "hum": 52.6, "batt": 3.705} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-002", "temp": -19.85, "hum": 89.2, "batt": 3.202} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-002", "temp": -9.32, "hum": 71.3, "batt": 3.618} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": -13.22, "hum": 35.5, "batt": 4.076} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": 19.25, "hum": 43.9, "batt": 4.121} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-002", "temp": -4.52, "hum": 65.9, "batt": 3.628} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-002", "temp": -10.6, "hum": 85.8, "batt": 3.551} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-002", "temp": 4.79, "hum": 65.2, "batt": 3.004} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-002", "temp": 6.58, "hum": 50.6, "batt": 3.063} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-002", "temp": -16.84, "hum": 35.1, "batt": 3.693} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-002", "temp": 2.52, "hum": 32.7, "batt": 3.136} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-002", "temp": 32.69, "hum": 40.1, "batt": 3.382} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": 39.49, "hum": 71.9, "batt": 3.307} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-002", "temp": 9.31, "hum": 30.1, "batt": 3.85} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-002", "temp": 23.46, "hum": 34.8, "batt": 3.894} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-002", "temp": 14.41, "hum": 38.9, "batt": 3.696} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-002", "temp": -7.31, "hum": 70.9, "batt": 3.427} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-002", "temp": 6.94, "hum": 74.3, "batt": 3.025} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-002", "temp": 37.29, "hum": 70.4, "batt": 3.197} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aa2b5e0c28925946fdff36f34c262845fd53a2cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-03.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-002", "temp": 11.5, "hum": 40.5, "batt": 3.341} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-002", "temp": 7.94, "hum": 76.9, "batt": 3.731} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-002", "temp": 36.1, "hum": 76.2, "batt": 3.666} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-002", "temp": 23.66, "hum": 45.5, "batt": 3.319} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-002", "temp": -1.43, "hum": 89.3, "batt": 4.159} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-002", "temp": -0.15, "hum": 75.4, "batt": 3.627} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-002", "temp": -4.11, "hum": 49.2, "batt": 3.568} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-002", "temp": 3.98, "hum": 37.0, "batt": 3.082} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-002", "temp": 38.18, "hum": 52.8, "batt": 3.584} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-002", "temp": 8.12, "hum": 76.4, "batt": 3.183} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-002", "temp": 2.37, "hum": 78.9, "batt": 3.188} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-002", "temp": -11.47, "hum": 76.0, "batt": 3.908} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-002", "temp": 32.55, "hum": 72.2, "batt": 4.065} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-002", "temp": -0.92, "hum": 41.8, "batt": 3.193} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-002", "temp": 38.17, "hum": 79.4, "batt": 3.198} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-002", "temp": 5.21, "hum": 55.4, "batt": 3.882} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-002", "temp": 12.09, "hum": 26.7, "batt": 3.951} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-002", "temp": -15.69, "hum": 64.2, "batt": 3.143} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-002", "temp": 14.59, "hum": 73.5, "batt": 3.037} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-002", "temp": 24.83, "hum": 38.7, "batt": 4.163} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-002", "temp": 28.63, "hum": 35.7, "batt": 3.371} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-002", "temp": 29.45, "hum": 37.7, "batt": 3.074} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-002", "temp": 33.41, "hum": 88.3, "batt": 3.693} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-002", "temp": -19.39, "hum": 71.0, "batt": 3.368} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-002", "temp": -9.44, "hum": 57.3, "batt": 3.211} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-002", "temp": 23.3, "hum": 71.4, "batt": 4.118} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-002", "temp": 28.99, "hum": 34.9, "batt": 3.234} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-002", "temp": 7.05, "hum": 27.4, "batt": 3.602} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-002", "temp": 27.0, "hum": 71.1, "batt": 3.267} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-002", "temp": 14.37, "hum": 20.7, "batt": 3.879} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..da74b9d73521172273bb777942cfdc41fa9548d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-04.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-002", "temp": -0.27, "hum": 85.5, "batt": 4.035} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-002", "temp": -2.95, "hum": 71.9, "batt": 3.997} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-002", "temp": 0.11, "hum": 53.3, "batt": 3.968} +{"ts": "2024-04-04T05:00:00Z", "device": "sensor-002", "temp": -5.59, "hum": 83.0, "batt": 3.532} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-002", "temp": 10.99, "hum": 40.9, "batt": 3.182} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-002", "temp": 31.65, "hum": 38.3, "batt": 3.227} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-002", "temp": -13.1, "hum": 37.3, "batt": 3.649} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-002", "temp": 37.2, "hum": 32.1, "batt": 3.122} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-002", "temp": 39.72, "hum": 65.6, "batt": 3.458} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-002", "temp": 36.81, "hum": 78.1, "batt": 4.022} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-002", "temp": -15.62, "hum": 27.8, "batt": 4.073} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-002", "temp": 3.22, "hum": 38.2, "batt": 3.464} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-002", "temp": 18.35, "hum": 32.0, "batt": 3.896} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-002", "temp": -0.29, "hum": 74.6, "batt": 4.127} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-002", "temp": -15.04, "hum": 43.7, "batt": 3.485} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-002", "temp": -1.04, "hum": 40.4, "batt": 3.348} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-002", "temp": 17.4, "hum": 82.3, "batt": 4.001} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-002", "temp": -6.3, "hum": 25.5, "batt": 3.809} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-002", "temp": 10.25, "hum": 53.1, "batt": 3.223} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-002", "temp": -8.6, "hum": 25.7, "batt": 3.284} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-002", "temp": 28.95, "hum": 20.2, "batt": 3.233} +{"ts": "2024-04-04T09:00:00Z", "device": "sensor-002", "temp": 20.65, "hum": 23.2, "batt": 3.644} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-002", "temp": 13.06, "hum": 87.5, "batt": 3.681} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7816f03c429c486fe92aac689994e0a648a2369f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-002/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-002", "temp": 11.88, "hum": 67.2, "batt": 3.681} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-002", "temp": -14.31, "hum": 23.6, "batt": 3.783} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-002", "temp": 33.32, "hum": 67.2, "batt": 3.069} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-002", "temp": 25.03, "hum": 76.6, "batt": 3.276} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-002", "temp": 25.71, "hum": 35.0, "batt": 3.05} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-002", "temp": -1.96, "hum": 52.5, "batt": 3.309} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-002", "temp": 3.49, "hum": 46.0, "batt": 3.936} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-002", "temp": -3.1, "hum": 50.8, "batt": 3.366} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-002", "temp": -9.82, "hum": 30.6, "batt": 3.13} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-002", "temp": -5.93, "hum": 37.2, "batt": 3.726} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": -10.14, "hum": 77.0, "batt": 3.357} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-002", "temp": 26.89, "hum": 87.5, "batt": 3.98} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": -8.91, "hum": 76.5, "batt": 3.686} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-002", "temp": 27.64, "hum": 47.4, "batt": 3.019} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-002", "temp": 31.68, "hum": 54.5, "batt": 3.993} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-002", "temp": -3.95, "hum": 22.3, "batt": 3.549} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-002", "temp": 29.81, "hum": 69.9, "batt": 4.156} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": -4.97, "hum": 66.7, "batt": 3.359} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-002", "temp": 5.23, "hum": 57.2, "batt": 4.098} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-002", "temp": 38.81, "hum": 86.0, "batt": 3.441} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-002", "temp": -17.33, "hum": 80.3, "batt": 3.014} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-002", "temp": -12.83, "hum": 88.6, "batt": 3.309} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-002", "temp": 33.31, "hum": 48.1, "batt": 3.225} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-002", "temp": 16.2, "hum": 51.4, "batt": 4.086} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-002", "temp": 21.89, "hum": 82.8, "batt": 3.934} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-002", "temp": 7.59, "hum": 63.6, "batt": 4.187} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-002", "temp": -6.93, "hum": 73.2, "batt": 4.111} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fff2c5c08a2f90b33440b4699bb4210d94019ca9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-01.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-003", "temp": 32.05, "hum": 77.2, "batt": 3.288} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-003", "temp": 7.39, "hum": 42.4, "batt": 3.85} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-003", "temp": 35.87, "hum": 70.7, "batt": 3.59} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-003", "temp": 30.17, "hum": 59.8, "batt": 3.461} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-003", "temp": 30.3, "hum": 48.5, "batt": 3.723} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-003", "temp": 27.96, "hum": 53.7, "batt": 3.359} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-003", "temp": 8.3, "hum": 82.8, "batt": 3.354} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-003", "temp": 17.16, "hum": 39.8, "batt": 3.396} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-003", "temp": -7.11, "hum": 64.1, "batt": 3.643} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-003", "temp": 3.24, "hum": 28.2, "batt": 3.353} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-003", "temp": -1.23, "hum": 63.4, "batt": 3.208} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-003", "temp": -19.65, "hum": 21.5, "batt": 3.072} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-003", "temp": -1.28, "hum": 27.9, "batt": 3.697} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": 4.06, "hum": 51.6, "batt": 3.074} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-003", "temp": -5.77, "hum": 68.0, "batt": 4.198} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-003", "temp": -7.41, "hum": 58.6, "batt": 3.571} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": -3.7, "hum": 57.1, "batt": 4.196} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-003", "temp": 5.6, "hum": 48.7, "batt": 4.165} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-003", "temp": 12.61, "hum": 63.9, "batt": 3.216} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": 5.92, "hum": 61.0, "batt": 3.344} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-003", "temp": 20.62, "hum": 62.0, "batt": 3.831} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-003", "temp": -17.3, "hum": 40.2, "batt": 3.541} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-003", "temp": -5.1, "hum": 39.2, "batt": 3.454} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-003", "temp": -19.94, "hum": 64.5, "batt": 3.651} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-003", "temp": 17.28, "hum": 83.5, "batt": 3.167} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-003", "temp": 36.11, "hum": 70.7, "batt": 3.302} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4624b8b33dc8e5ac5af9b5c55efb51195033fe4a --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-02.jsonl @@ -0,0 +1,24 @@ +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-003", "temp": 1.19, "hum": 22.7, "batt": 3.067} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-003", "temp": 23.85, "hum": 39.9, "batt": 3.076} +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-003", "temp": 0.13, "hum": 57.3, "batt": 3.948} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-003", "temp": 30.52, "hum": 59.1, "batt": 3.49} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-003", "temp": 15.25, "hum": 49.6, "batt": 4.109} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-003", "temp": -16.16, "hum": 52.7, "batt": 3.439} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-003", "temp": 8.98, "hum": 27.4, "batt": 3.671} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-003", "temp": -19.87, "hum": 76.6, "batt": 4.08} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-003", "temp": 22.79, "hum": 50.8, "batt": 3.973} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-003", "temp": 7.69, "hum": 20.2, "batt": 3.103} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-003", "temp": 28.12, "hum": 76.9, "batt": 3.405} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-003", "temp": 18.81, "hum": 57.4, "batt": 3.205} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-003", "temp": 24.93, "hum": 32.8, "batt": 3.819} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-003", "temp": -1.36, "hum": 43.6, "batt": 3.964} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-003", "temp": 12.05, "hum": 61.6, "batt": 3.231} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-003", "temp": -15.71, "hum": 55.6, "batt": 4.0} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-003", "temp": -8.92, "hum": 67.8, "batt": 3.091} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-003", "temp": 0.93, "hum": 29.4, "batt": 3.983} +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-003", "temp": 3.99, "hum": 27.7, "batt": 3.71} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-003", "temp": -3.61, "hum": 41.7, "batt": 4.175} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-003", "temp": -19.13, "hum": 25.0, "batt": 4.016} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-003", "temp": 35.14, "hum": 55.4, "batt": 3.28} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-003", "temp": 22.44, "hum": 27.8, "batt": 3.39} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-003", "temp": 19.8, "hum": 89.7, "batt": 4.185} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5b85584b4a7494cd56d4454d591e7fde65c7bc85 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-03.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-003", "temp": -7.67, "hum": 68.7, "batt": 3.108} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-003", "temp": -18.93, "hum": 78.2, "batt": 4.001} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-003", "temp": 25.82, "hum": 76.3, "batt": 3.217} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-003", "temp": -12.74, "hum": 25.9, "batt": 4.171} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-003", "temp": 15.53, "hum": 78.0, "batt": 3.138} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-003", "temp": 8.97, "hum": 89.2, "batt": 4.092} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-003", "temp": 33.14, "hum": 79.8, "batt": 4.154} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-003", "temp": -11.16, "hum": 49.9, "batt": 4.127} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-003", "temp": 38.22, "hum": 23.1, "batt": 3.497} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-003", "temp": -3.12, "hum": 83.8, "batt": 3.283} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-003", "temp": 14.55, "hum": 30.0, "batt": 3.487} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-003", "temp": -6.02, "hum": 66.6, "batt": 3.798} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-003", "temp": 37.83, "hum": 37.9, "batt": 3.477} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-003", "temp": 5.33, "hum": 64.3, "batt": 3.968} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-003", "temp": 24.26, "hum": 79.2, "batt": 3.626} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-003", "temp": -8.66, "hum": 33.9, "batt": 3.253} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-003", "temp": 25.43, "hum": 82.9, "batt": 3.661} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-003", "temp": 27.76, "hum": 67.5, "batt": 3.632} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-003", "temp": 22.68, "hum": 55.4, "batt": 3.242} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-003", "temp": -5.78, "hum": 89.5, "batt": 3.449} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-003", "temp": 36.34, "hum": 22.9, "batt": 3.599} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-003", "temp": 19.04, "hum": 46.9, "batt": 3.366} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-003", "temp": 25.33, "hum": 80.7, "batt": 3.332} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-003", "temp": 38.66, "hum": 43.5, "batt": 3.497} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-003", "temp": 27.84, "hum": 46.3, "batt": 3.597} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-003", "temp": -14.09, "hum": 51.8, "batt": 3.385} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-003", "temp": -6.54, "hum": 28.8, "batt": 3.629} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-003", "temp": -6.63, "hum": 41.0, "batt": 3.358} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-003", "temp": 12.53, "hum": 23.7, "batt": 3.914} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-003", "temp": 19.45, "hum": 34.8, "batt": 3.414} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9f8fa8ff854260bcb1d6c62600310639d4239e4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-04.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-003", "temp": 38.23, "hum": 74.7, "batt": 3.143} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-003", "temp": 34.42, "hum": 81.4, "batt": 4.099} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-003", "temp": 37.28, "hum": 59.8, "batt": 3.524} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-003", "temp": -12.15, "hum": 26.0, "batt": 3.075} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-003", "temp": 36.0, "hum": 24.4, "batt": 3.202} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-003", "temp": 29.15, "hum": 48.9, "batt": 4.114} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-003", "temp": 2.09, "hum": 42.6, "batt": 3.621} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-003", "temp": 2.13, "hum": 56.5, "batt": 3.065} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-003", "temp": 22.36, "hum": 30.9, "batt": 3.498} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-003", "temp": 22.28, "hum": 29.7, "batt": 3.647} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-003", "temp": 10.03, "hum": 87.5, "batt": 3.278} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-003", "temp": -10.84, "hum": 27.5, "batt": 4.177} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-003", "temp": 31.92, "hum": 24.6, "batt": 3.649} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-003", "temp": 32.21, "hum": 48.8, "batt": 3.005} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-003", "temp": -15.57, "hum": 34.0, "batt": 3.098} +{"ts": "2024-04-04T11:00:00Z", "device": "sensor-003", "temp": -13.27, "hum": 29.3, "batt": 4.199} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-003", "temp": 0.67, "hum": 45.4, "batt": 3.339} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-003", "temp": -10.73, "hum": 53.6, "batt": 3.901} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-003", "temp": -6.36, "hum": 23.7, "batt": 3.399} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-003", "temp": -17.28, "hum": 40.8, "batt": 3.144} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-003", "temp": 27.85, "hum": 89.6, "batt": 3.189} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-003", "temp": 21.75, "hum": 72.2, "batt": 4.088} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-003", "temp": 38.28, "hum": 69.6, "batt": 3.656} +{"ts": "2024-04-04T05:00:00Z", "device": "sensor-003", "temp": 37.49, "hum": 34.4, "batt": 3.609} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-003", "temp": 33.91, "hum": 74.9, "batt": 3.519} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-003", "temp": 24.16, "hum": 29.5, "batt": 3.433} +{"ts": "2024-04-04T09:00:00Z", "device": "sensor-003", "temp": 38.66, "hum": 49.8, "batt": 3.521} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f29f033e28d2989d2be269118270f6f45cd7423d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-003/2024-04-05.jsonl @@ -0,0 +1,29 @@ +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-003", "temp": -17.0, "hum": 78.2, "batt": 3.601} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-003", "temp": -16.49, "hum": 31.9, "batt": 4.05} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-003", "temp": -3.86, "hum": 65.2, "batt": 3.108} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-003", "temp": -18.08, "hum": 48.3, "batt": 3.684} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-003", "temp": 12.49, "hum": 22.0, "batt": 3.964} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-003", "temp": 24.04, "hum": 25.5, "batt": 3.565} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-003", "temp": -9.52, "hum": 37.5, "batt": 3.888} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-003", "temp": -10.02, "hum": 31.0, "batt": 3.393} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-003", "temp": 12.6, "hum": 54.9, "batt": 3.485} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-003", "temp": 34.45, "hum": 55.9, "batt": 3.397} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-003", "temp": 2.7, "hum": 58.1, "batt": 3.47} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-003", "temp": 34.81, "hum": 62.3, "batt": 3.221} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-003", "temp": 34.86, "hum": 81.7, "batt": 3.939} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-003", "temp": 24.53, "hum": 54.9, "batt": 3.289} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-003", "temp": -8.48, "hum": 52.1, "batt": 3.623} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-003", "temp": -13.23, "hum": 53.2, "batt": 3.508} +{"ts": "2024-04-05T10:00:00Z", "device": "sensor-003", "temp": 12.66, "hum": 39.3, "batt": 3.849} +{"ts": "2024-04-05T10:00:00Z", "device": "sensor-003", "temp": -1.22, "hum": 35.0, "batt": 3.605} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-003", "temp": 35.91, "hum": 62.6, "batt": 3.256} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-003", "temp": 32.71, "hum": 75.2, "batt": 3.135} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-003", "temp": 31.89, "hum": 24.2, "batt": 3.915} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-003", "temp": 24.59, "hum": 68.7, "batt": 3.105} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-003", "temp": 20.57, "hum": 26.9, "batt": 3.239} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-003", "temp": 27.0, "hum": 70.9, "batt": 3.125} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-003", "temp": 26.39, "hum": 48.6, "batt": 3.609} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-003", "temp": 34.54, "hum": 86.6, "batt": 3.762} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-003", "temp": -14.35, "hum": 24.2, "batt": 3.209} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-003", "temp": -17.85, "hum": 44.6, "batt": 3.25} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-003", "temp": 15.84, "hum": 79.3, "batt": 4.09} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3a7dba30772957319143be3f2d2b93a7ce004c18 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-01.jsonl @@ -0,0 +1,25 @@ +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-004", "temp": -5.19, "hum": 55.4, "batt": 4.098} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-004", "temp": 27.76, "hum": 68.6, "batt": 3.994} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-004", "temp": -11.33, "hum": 88.0, "batt": 3.939} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-004", "temp": 33.98, "hum": 25.2, "batt": 3.155} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-004", "temp": -18.35, "hum": 54.4, "batt": 3.496} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-004", "temp": 2.39, "hum": 68.3, "batt": 4.176} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-004", "temp": 24.68, "hum": 42.1, "batt": 3.598} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-004", "temp": -3.53, "hum": 63.9, "batt": 3.795} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-004", "temp": 35.29, "hum": 35.0, "batt": 3.778} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-004", "temp": 26.43, "hum": 71.4, "batt": 3.488} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-004", "temp": 2.53, "hum": 33.6, "batt": 3.944} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-004", "temp": -4.12, "hum": 75.1, "batt": 3.673} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-004", "temp": 39.2, "hum": 88.5, "batt": 3.705} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-004", "temp": -2.51, "hum": 72.2, "batt": 4.043} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-004", "temp": 38.26, "hum": 26.1, "batt": 4.038} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-004", "temp": 27.4, "hum": 64.3, "batt": 3.252} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-004", "temp": 10.25, "hum": 65.0, "batt": 3.321} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-004", "temp": 20.14, "hum": 76.7, "batt": 3.502} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-004", "temp": -20.0, "hum": 30.2, "batt": 3.283} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-004", "temp": 0.53, "hum": 80.0, "batt": 3.31} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-004", "temp": -10.98, "hum": 44.7, "batt": 4.095} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-004", "temp": -17.4, "hum": 76.9, "batt": 3.658} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-004", "temp": 3.23, "hum": 68.4, "batt": 3.788} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-004", "temp": 32.9, "hum": 71.8, "batt": 3.12} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-004", "temp": 22.53, "hum": 39.9, "batt": 3.958} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dab67fe9040af8ad52fd91d73076974d7fbcf2d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-02.jsonl @@ -0,0 +1,24 @@ +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-004", "temp": -17.46, "hum": 59.9, "batt": 3.522} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-004", "temp": 35.92, "hum": 53.1, "batt": 3.84} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-004", "temp": 32.31, "hum": 80.9, "batt": 3.594} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-004", "temp": 17.52, "hum": 88.3, "batt": 3.321} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-004", "temp": -6.72, "hum": 24.4, "batt": 3.952} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 29.85, "hum": 66.3, "batt": 3.31} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 25.09, "hum": 89.6, "batt": 3.573} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-004", "temp": -5.89, "hum": 63.1, "batt": 3.774} +{"ts": "2024-04-02T17:00:00Z", "device": "sensor-004", "temp": 35.34, "hum": 64.1, "batt": 3.468} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-004", "temp": 1.42, "hum": 53.0, "batt": 3.478} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 21.31, "hum": 64.9, "batt": 3.795} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-004", "temp": 23.86, "hum": 78.9, "batt": 3.352} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-004", "temp": -19.44, "hum": 45.3, "batt": 3.046} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-004", "temp": 31.5, "hum": 35.9, "batt": 3.543} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 7.37, "hum": 27.5, "batt": 3.778} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-004", "temp": 21.5, "hum": 83.4, "batt": 3.255} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-004", "temp": 19.46, "hum": 77.7, "batt": 3.552} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-004", "temp": 23.73, "hum": 74.9, "batt": 4.161} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-004", "temp": 32.87, "hum": 68.6, "batt": 3.268} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-004", "temp": -19.75, "hum": 73.8, "batt": 3.821} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-004", "temp": -0.32, "hum": 25.9, "batt": 3.463} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-004", "temp": 21.28, "hum": 84.1, "batt": 3.19} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-004", "temp": 31.33, "hum": 61.2, "batt": 3.016} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-004", "temp": -14.83, "hum": 89.9, "batt": 3.983} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1c0897837fe6959acd86d195929e6b53b467a865 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-03.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-004", "temp": 18.21, "hum": 71.3, "batt": 3.302} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-004", "temp": 17.69, "hum": 63.0, "batt": 3.694} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-004", "temp": 14.97, "hum": 50.6, "batt": 3.678} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-004", "temp": 23.47, "hum": 56.7, "batt": 3.525} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-004", "temp": -16.83, "hum": 36.6, "batt": 3.863} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-004", "temp": 28.82, "hum": 87.7, "batt": 3.289} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-004", "temp": 24.07, "hum": 43.9, "batt": 3.468} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-004", "temp": 25.0, "hum": 88.2, "batt": 3.293} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-004", "temp": 25.71, "hum": 85.6, "batt": 3.723} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-004", "temp": 26.67, "hum": 36.4, "batt": 3.945} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": -8.84, "hum": 86.4, "batt": 4.194} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-004", "temp": 22.41, "hum": 86.7, "batt": 3.597} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-004", "temp": 22.19, "hum": 79.0, "batt": 4.15} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-004", "temp": -15.67, "hum": 86.4, "batt": 4.108} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": 1.34, "hum": 86.1, "batt": 4.079} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-004", "temp": 19.08, "hum": 20.2, "batt": 3.623} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": 19.61, "hum": 25.5, "batt": 3.718} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-004", "temp": -10.3, "hum": 20.2, "batt": 3.785} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-004", "temp": 13.62, "hum": 44.1, "batt": 3.825} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-004", "temp": 33.72, "hum": 45.4, "batt": 3.013} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-004", "temp": 13.6, "hum": 43.7, "batt": 3.604} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-004", "temp": 9.48, "hum": 63.2, "batt": 3.489} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-004", "temp": 3.35, "hum": 52.6, "batt": 4.022} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-004", "temp": 39.78, "hum": 80.9, "batt": 3.69} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-004", "temp": 9.11, "hum": 56.5, "batt": 3.375} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-004", "temp": 10.92, "hum": 54.6, "batt": 4.025} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-004", "temp": -12.48, "hum": 52.1, "batt": 3.655} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-004", "temp": 25.8, "hum": 22.8, "batt": 3.187} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-004", "temp": 38.89, "hum": 51.6, "batt": 3.635} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-004", "temp": 15.72, "hum": 46.2, "batt": 3.466} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ad52eca6628472b4fe40b9fbd90a8a14d345d394 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-04.jsonl @@ -0,0 +1,20 @@ +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-004", "temp": 17.44, "hum": 79.9, "batt": 3.187} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-004", "temp": 22.57, "hum": 24.0, "batt": 3.235} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-004", "temp": -9.43, "hum": 34.4, "batt": 3.788} +{"ts": "2024-04-04T11:00:00Z", "device": "sensor-004", "temp": -18.18, "hum": 54.5, "batt": 3.512} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": 6.51, "hum": 51.1, "batt": 3.865} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-004", "temp": 11.87, "hum": 59.3, "batt": 3.599} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-004", "temp": -16.8, "hum": 22.0, "batt": 3.118} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-004", "temp": 8.64, "hum": 21.4, "batt": 3.099} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": 37.03, "hum": 54.7, "batt": 3.656} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-004", "temp": -17.46, "hum": 44.3, "batt": 3.594} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-004", "temp": 35.65, "hum": 55.6, "batt": 3.201} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": 38.82, "hum": 59.2, "batt": 3.242} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-004", "temp": -17.39, "hum": 73.6, "batt": 3.357} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-004", "temp": 10.14, "hum": 43.7, "batt": 4.192} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-004", "temp": 32.32, "hum": 38.9, "batt": 3.303} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-004", "temp": 11.65, "hum": 20.9, "batt": 3.108} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-004", "temp": 19.92, "hum": 35.2, "batt": 3.049} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-004", "temp": 36.77, "hum": 37.7, "batt": 3.595} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-004", "temp": -9.06, "hum": 56.3, "batt": 3.361} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-004", "temp": 8.03, "hum": 75.7, "batt": 4.138} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..55836663a42e99cababa965a4b1ad9be06cfb728 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-004/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-004", "temp": 1.58, "hum": 31.9, "batt": 3.036} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-004", "temp": 19.25, "hum": 61.3, "batt": 3.245} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-004", "temp": -14.15, "hum": 62.4, "batt": 3.958} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-004", "temp": 13.19, "hum": 89.8, "batt": 3.653} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-004", "temp": -12.53, "hum": 26.2, "batt": 3.839} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-004", "temp": 39.51, "hum": 62.2, "batt": 3.124} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-004", "temp": 14.71, "hum": 78.3, "batt": 3.208} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-004", "temp": 29.41, "hum": 35.7, "batt": 3.59} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-004", "temp": 5.74, "hum": 74.2, "batt": 3.534} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-004", "temp": -17.15, "hum": 51.4, "batt": 3.853} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-004", "temp": -15.5, "hum": 77.3, "batt": 3.587} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-004", "temp": 25.47, "hum": 51.8, "batt": 4.117} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-004", "temp": 31.2, "hum": 51.4, "batt": 3.597} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-004", "temp": -11.9, "hum": 64.3, "batt": 3.495} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-004", "temp": -9.72, "hum": 28.9, "batt": 3.131} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-004", "temp": -14.25, "hum": 45.6, "batt": 3.245} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-004", "temp": 15.53, "hum": 27.1, "batt": 3.183} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-004", "temp": 21.31, "hum": 79.2, "batt": 3.379} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-004", "temp": 11.28, "hum": 77.6, "batt": 3.465} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-004", "temp": 16.68, "hum": 79.9, "batt": 3.109} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-004", "temp": 3.08, "hum": 23.3, "batt": 3.206} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-004", "temp": -16.3, "hum": 29.6, "batt": 3.668} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-004", "temp": 35.67, "hum": 72.7, "batt": 3.241} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-004", "temp": 0.34, "hum": 73.1, "batt": 3.776} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-004", "temp": 39.98, "hum": 24.5, "batt": 3.911} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-004", "temp": -16.86, "hum": 66.2, "batt": 3.506} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-004", "temp": 32.22, "hum": 63.5, "batt": 3.98} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..56a82732db99812a72805ee51bdfba7691236136 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-01.jsonl @@ -0,0 +1,28 @@ +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-005", "temp": -9.99, "hum": 78.3, "batt": 3.622} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": 7.5, "hum": 61.9, "batt": 3.256} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-005", "temp": 16.79, "hum": 80.0, "batt": 3.815} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-005", "temp": 13.85, "hum": 81.6, "batt": 3.218} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-005", "temp": 20.78, "hum": 56.0, "batt": 3.629} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-005", "temp": -2.68, "hum": 58.6, "batt": 3.193} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-005", "temp": 36.94, "hum": 88.3, "batt": 3.313} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": -12.77, "hum": 57.5, "batt": 3.612} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-005", "temp": 16.17, "hum": 86.2, "batt": 3.208} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-005", "temp": -19.68, "hum": 71.6, "batt": 3.555} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-005", "temp": -19.7, "hum": 42.6, "batt": 3.077} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-005", "temp": 24.9, "hum": 78.1, "batt": 3.984} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-005", "temp": 19.93, "hum": 20.0, "batt": 3.654} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-005", "temp": -10.1, "hum": 20.4, "batt": 3.609} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-005", "temp": 7.88, "hum": 83.8, "batt": 4.02} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-005", "temp": 20.47, "hum": 51.6, "batt": 4.145} +{"ts": "2024-04-01T17:00:00Z", "device": "sensor-005", "temp": 32.15, "hum": 83.1, "batt": 4.053} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-005", "temp": 39.26, "hum": 20.1, "batt": 3.791} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-005", "temp": 33.29, "hum": 60.9, "batt": 4.14} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-005", "temp": -0.75, "hum": 29.3, "batt": 3.734} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": 38.67, "hum": 43.5, "batt": 3.275} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-005", "temp": 14.36, "hum": 39.3, "batt": 4.129} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-005", "temp": 9.17, "hum": 22.1, "batt": 3.513} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-005", "temp": 19.65, "hum": 88.5, "batt": 3.432} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-005", "temp": 36.33, "hum": 39.2, "batt": 4.103} +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-005", "temp": -1.5, "hum": 33.8, "batt": 3.941} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-005", "temp": -3.82, "hum": 53.6, "batt": 3.08} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-005", "temp": -9.93, "hum": 29.3, "batt": 3.089} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4fb4675ea55047791fb6c2b170ef07723db3ff90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-02.jsonl @@ -0,0 +1,28 @@ +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 37.96, "hum": 68.9, "batt": 4.0} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-005", "temp": 28.25, "hum": 80.4, "batt": 3.237} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-005", "temp": -15.43, "hum": 20.0, "batt": 3.711} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": 29.8, "hum": 40.2, "batt": 3.671} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 30.6, "hum": 43.9, "batt": 3.907} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-005", "temp": 16.52, "hum": 71.3, "batt": 3.502} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": -8.0, "hum": 51.0, "batt": 3.679} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-005", "temp": 22.54, "hum": 76.8, "batt": 3.255} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -4.97, "hum": 34.6, "batt": 4.109} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-005", "temp": 19.05, "hum": 42.3, "batt": 3.598} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -0.15, "hum": 24.5, "batt": 4.158} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-005", "temp": 2.61, "hum": 76.2, "batt": 3.495} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 38.44, "hum": 50.0, "batt": 3.184} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-005", "temp": 13.15, "hum": 64.4, "batt": 3.732} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-005", "temp": 33.24, "hum": 88.5, "batt": 3.236} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": 17.47, "hum": 58.3, "batt": 3.127} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": 6.95, "hum": 27.3, "batt": 3.666} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-005", "temp": 0.09, "hum": 60.7, "batt": 3.922} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-005", "temp": 27.65, "hum": 72.2, "batt": 3.98} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -0.05, "hum": 72.0, "batt": 4.001} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-005", "temp": 19.81, "hum": 76.8, "batt": 3.95} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-005", "temp": 7.16, "hum": 55.0, "batt": 3.325} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-005", "temp": 37.25, "hum": 37.4, "batt": 3.018} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-005", "temp": -16.34, "hum": 27.7, "batt": 3.795} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-005", "temp": 11.96, "hum": 38.1, "batt": 4.01} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-005", "temp": 22.01, "hum": 88.0, "batt": 3.071} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-005", "temp": -10.82, "hum": 51.9, "batt": 4.154} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-005", "temp": 19.27, "hum": 48.1, "batt": 4.041} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..62bc31959fe83ce11b42fae973a4170c9097e1ec --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-005", "temp": 14.0, "hum": 43.9, "batt": 3.894} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-005", "temp": -14.75, "hum": 72.2, "batt": 3.345} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-005", "temp": -7.64, "hum": 43.2, "batt": 4.073} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-005", "temp": 34.68, "hum": 50.5, "batt": 3.864} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-005", "temp": -0.54, "hum": 46.1, "batt": 3.374} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-005", "temp": -5.22, "hum": 66.7, "batt": 3.863} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-005", "temp": 15.37, "hum": 50.8, "batt": 3.328} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-005", "temp": -16.36, "hum": 77.6, "batt": 3.224} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-005", "temp": 31.15, "hum": 67.1, "batt": 3.991} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-005", "temp": -7.05, "hum": 89.7, "batt": 4.187} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-005", "temp": 33.09, "hum": 71.6, "batt": 3.255} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-005", "temp": 9.86, "hum": 61.0, "batt": 3.735} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-005", "temp": -11.12, "hum": 67.5, "batt": 3.505} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-005", "temp": -10.37, "hum": 27.3, "batt": 3.96} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-005", "temp": 22.44, "hum": 45.0, "batt": 3.101} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-005", "temp": 22.49, "hum": 47.7, "batt": 4.074} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-005", "temp": -1.56, "hum": 71.5, "batt": 3.405} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-005", "temp": 22.53, "hum": 56.5, "batt": 4.101} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-005", "temp": 3.46, "hum": 30.7, "batt": 3.494} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-005", "temp": -16.23, "hum": 72.4, "batt": 3.11} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-005", "temp": 24.44, "hum": 50.0, "batt": 3.57} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-005", "temp": 13.97, "hum": 56.8, "batt": 3.333} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-005", "temp": 21.35, "hum": 29.2, "batt": 4.106} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-005", "temp": 37.13, "hum": 52.9, "batt": 3.98} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-005", "temp": -17.43, "hum": 74.8, "batt": 3.183} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-005", "temp": -2.41, "hum": 68.9, "batt": 3.361} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1c0692b989dfdf56eca58bfb6c542d7e27b06f8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-04.jsonl @@ -0,0 +1,22 @@ +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-005", "temp": -7.9, "hum": 87.7, "batt": 3.694} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-005", "temp": -12.71, "hum": 22.7, "batt": 3.275} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-005", "temp": -11.92, "hum": 71.2, "batt": 3.422} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-005", "temp": -8.99, "hum": 39.1, "batt": 3.235} +{"ts": "2024-04-04T22:00:00Z", "device": "sensor-005", "temp": -1.49, "hum": 67.6, "batt": 4.183} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-005", "temp": 18.3, "hum": 52.8, "batt": 3.831} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-005", "temp": 36.3, "hum": 83.8, "batt": 3.451} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-005", "temp": 36.65, "hum": 45.0, "batt": 3.08} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-005", "temp": 0.27, "hum": 58.3, "batt": 3.902} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-005", "temp": 7.19, "hum": 59.5, "batt": 3.336} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-005", "temp": 6.32, "hum": 87.7, "batt": 3.986} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-005", "temp": 0.5, "hum": 29.6, "batt": 3.238} +{"ts": "2024-04-04T15:00:00Z", "device": "sensor-005", "temp": 21.73, "hum": 49.9, "batt": 3.821} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-005", "temp": -11.19, "hum": 28.2, "batt": 3.328} +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-005", "temp": 9.43, "hum": 89.8, "batt": 3.901} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-005", "temp": -11.71, "hum": 50.0, "batt": 3.522} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-005", "temp": -7.06, "hum": 82.2, "batt": 3.379} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-005", "temp": -2.94, "hum": 87.3, "batt": 3.047} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-005", "temp": -19.15, "hum": 38.0, "batt": 3.017} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-005", "temp": 39.02, "hum": 58.0, "batt": 3.896} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-005", "temp": 31.11, "hum": 60.1, "batt": 3.525} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-005", "temp": 35.28, "hum": 26.3, "batt": 3.95} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2716845c3c892e1d45011e1f51e06c7a7523ac1b --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-005/2024-04-05.jsonl @@ -0,0 +1,29 @@ +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-005", "temp": 8.68, "hum": 67.5, "batt": 3.477} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-005", "temp": 34.32, "hum": 64.1, "batt": 4.089} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-005", "temp": 34.07, "hum": 66.8, "batt": 4.04} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-005", "temp": 3.87, "hum": 27.0, "batt": 3.775} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-005", "temp": 26.32, "hum": 67.2, "batt": 3.327} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": -10.97, "hum": 26.8, "batt": 4.074} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-005", "temp": 15.59, "hum": 81.0, "batt": 3.432} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-005", "temp": 37.64, "hum": 65.5, "batt": 3.694} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-005", "temp": -11.88, "hum": 35.0, "batt": 4.169} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-005", "temp": 18.33, "hum": 36.9, "batt": 3.631} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-005", "temp": 25.68, "hum": 36.2, "batt": 3.01} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": 0.9, "hum": 84.6, "batt": 3.066} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-005", "temp": 28.41, "hum": 71.8, "batt": 3.229} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-005", "temp": -3.65, "hum": 54.5, "batt": 4.124} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-005", "temp": 9.23, "hum": 45.2, "batt": 3.61} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": 8.97, "hum": 70.3, "batt": 3.809} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-005", "temp": -8.15, "hum": 77.2, "batt": 4.114} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-005", "temp": 26.96, "hum": 59.4, "batt": 3.692} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-005", "temp": -12.18, "hum": 53.5, "batt": 3.862} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-005", "temp": 1.84, "hum": 21.3, "batt": 3.288} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-005", "temp": 34.43, "hum": 28.1, "batt": 4.052} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-005", "temp": -1.62, "hum": 70.5, "batt": 3.221} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-005", "temp": 22.87, "hum": 63.6, "batt": 3.523} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-005", "temp": 22.05, "hum": 45.3, "batt": 3.423} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-005", "temp": -5.76, "hum": 76.9, "batt": 3.607} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-005", "temp": 39.03, "hum": 81.1, "batt": 3.574} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-005", "temp": -6.83, "hum": 87.9, "batt": 3.451} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-005", "temp": 30.64, "hum": 51.3, "batt": 3.318} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-005", "temp": 2.4, "hum": 62.7, "batt": 3.064} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3b3684d9c68d2dca7012c20c48b3ff02f35f6edb --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-01.jsonl @@ -0,0 +1,25 @@ +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-006", "temp": 34.65, "hum": 82.2, "batt": 4.171} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-006", "temp": 25.85, "hum": 81.4, "batt": 3.667} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-006", "temp": 12.28, "hum": 54.9, "batt": 3.089} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-006", "temp": 8.23, "hum": 54.2, "batt": 3.424} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-006", "temp": -13.75, "hum": 75.6, "batt": 3.561} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-006", "temp": 7.31, "hum": 42.5, "batt": 3.565} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-006", "temp": -15.53, "hum": 84.1, "batt": 3.634} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-006", "temp": 20.66, "hum": 46.7, "batt": 3.795} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": 31.38, "hum": 36.9, "batt": 3.99} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-006", "temp": 9.51, "hum": 20.0, "batt": 3.517} +{"ts": "2024-04-01T05:00:00Z", "device": "sensor-006", "temp": -5.38, "hum": 83.6, "batt": 3.363} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-006", "temp": 0.38, "hum": 50.4, "batt": 3.676} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-006", "temp": 13.56, "hum": 70.5, "batt": 3.618} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": -16.55, "hum": 85.0, "batt": 3.871} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-006", "temp": 20.58, "hum": 88.0, "batt": 3.548} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-006", "temp": -12.3, "hum": 67.6, "batt": 3.003} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-006", "temp": -4.01, "hum": 63.6, "batt": 3.977} +{"ts": "2024-04-01T09:00:00Z", "device": "sensor-006", "temp": 34.06, "hum": 59.2, "batt": 3.596} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-006", "temp": -5.23, "hum": 28.9, "batt": 4.198} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-006", "temp": -8.04, "hum": 38.2, "batt": 3.201} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": -0.11, "hum": 70.9, "batt": 4.045} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-006", "temp": -18.86, "hum": 43.0, "batt": 3.397} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-006", "temp": 37.52, "hum": 69.8, "batt": 4.199} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-006", "temp": -9.0, "hum": 25.5, "batt": 3.373} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-006", "temp": 21.97, "hum": 68.0, "batt": 3.14} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a7732279b58e2e88f5e5578b864b11bcec0586c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-02.jsonl @@ -0,0 +1,21 @@ +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-006", "temp": 14.92, "hum": 64.8, "batt": 3.846} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": -16.23, "hum": 60.0, "batt": 3.869} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-006", "temp": 28.75, "hum": 80.0, "batt": 3.533} +{"ts": "2024-04-02T17:00:00Z", "device": "sensor-006", "temp": 19.16, "hum": 57.7, "batt": 3.179} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-006", "temp": 39.68, "hum": 65.1, "batt": 3.579} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-006", "temp": 16.69, "hum": 85.9, "batt": 4.147} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-006", "temp": -11.12, "hum": 37.6, "batt": 3.498} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-006", "temp": -4.19, "hum": 56.7, "batt": 3.088} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-006", "temp": 8.33, "hum": 66.0, "batt": 4.156} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": 13.66, "hum": 38.2, "batt": 3.013} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-006", "temp": 3.75, "hum": 61.5, "batt": 3.815} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": 22.67, "hum": 78.6, "batt": 3.851} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-006", "temp": 17.36, "hum": 41.7, "batt": 3.667} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-006", "temp": 32.85, "hum": 61.2, "batt": 3.809} +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-006", "temp": 22.66, "hum": 83.3, "batt": 3.044} +{"ts": "2024-04-02T10:00:00Z", "device": "sensor-006", "temp": 35.09, "hum": 79.1, "batt": 3.249} +{"ts": "2024-04-02T00:00:00Z", "device": "sensor-006", "temp": 2.11, "hum": 57.6, "batt": 3.548} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-006", "temp": 32.65, "hum": 35.8, "batt": 3.213} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-006", "temp": -3.94, "hum": 33.3, "batt": 3.073} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-006", "temp": 36.61, "hum": 54.9, "batt": 3.485} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-006", "temp": 37.18, "hum": 23.3, "batt": 3.601} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0e2850cc5e7c17e630363a1f2719628ab6503893 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-006", "temp": -16.51, "hum": 45.1, "batt": 3.717} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-006", "temp": 6.79, "hum": 62.4, "batt": 3.861} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-006", "temp": 22.3, "hum": 77.7, "batt": 3.268} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-006", "temp": 31.1, "hum": 60.9, "batt": 4.043} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 13.98, "hum": 23.5, "batt": 3.491} +{"ts": "2024-04-03T15:00:00Z", "device": "sensor-006", "temp": 12.31, "hum": 59.5, "batt": 4.01} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-006", "temp": 18.15, "hum": 22.0, "batt": 3.774} +{"ts": "2024-04-03T12:00:00Z", "device": "sensor-006", "temp": -0.28, "hum": 29.5, "batt": 4.073} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-006", "temp": 27.07, "hum": 52.0, "batt": 3.813} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-006", "temp": -13.41, "hum": 66.0, "batt": 3.789} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 28.67, "hum": 65.2, "batt": 3.221} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": -18.94, "hum": 76.2, "batt": 3.008} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-006", "temp": 32.87, "hum": 56.7, "batt": 4.164} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-006", "temp": 14.76, "hum": 33.6, "batt": 4.055} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-006", "temp": -17.29, "hum": 85.0, "batt": 3.216} +{"ts": "2024-04-03T11:00:00Z", "device": "sensor-006", "temp": 8.12, "hum": 63.1, "batt": 3.597} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-006", "temp": 37.34, "hum": 29.0, "batt": 3.084} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 16.33, "hum": 69.4, "batt": 3.241} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-006", "temp": 18.66, "hum": 85.4, "batt": 3.527} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": 26.11, "hum": 74.5, "batt": 3.56} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": -3.99, "hum": 69.6, "batt": 3.116} +{"ts": "2024-04-03T05:00:00Z", "device": "sensor-006", "temp": 13.92, "hum": 28.2, "batt": 3.303} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-006", "temp": -18.69, "hum": 53.9, "batt": 3.937} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-006", "temp": 37.95, "hum": 48.2, "batt": 3.1} +{"ts": "2024-04-03T19:00:00Z", "device": "sensor-006", "temp": 9.57, "hum": 39.7, "batt": 3.419} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-006", "temp": 29.2, "hum": 34.9, "batt": 4.197} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5a9c4f710693da206357277f23da24ac8c053d9a --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-04.jsonl @@ -0,0 +1,30 @@ +{"ts": "2024-04-04T08:00:00Z", "device": "sensor-006", "temp": 20.74, "hum": 43.8, "batt": 3.108} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": 2.55, "hum": 23.7, "batt": 4.013} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": -15.18, "hum": 67.0, "batt": 3.77} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": 15.32, "hum": 28.6, "batt": 3.397} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": 1.56, "hum": 88.1, "batt": 4.196} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": 11.15, "hum": 44.0, "batt": 4.149} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": -11.68, "hum": 20.6, "batt": 3.405} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-006", "temp": 16.36, "hum": 67.9, "batt": 3.46} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-006", "temp": 27.42, "hum": 70.6, "batt": 3.684} +{"ts": "2024-04-04T23:00:00Z", "device": "sensor-006", "temp": 8.56, "hum": 74.6, "batt": 3.254} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-006", "temp": 35.35, "hum": 82.7, "batt": 3.048} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-006", "temp": 5.75, "hum": 37.9, "batt": 3.019} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-006", "temp": -8.35, "hum": 38.4, "batt": 3.213} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": 18.37, "hum": 23.6, "batt": 3.151} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-006", "temp": -4.1, "hum": 55.1, "batt": 3.338} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-006", "temp": 24.16, "hum": 21.5, "batt": 3.665} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": -17.29, "hum": 38.8, "batt": 3.416} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": -13.31, "hum": 66.6, "batt": 3.469} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-006", "temp": 39.26, "hum": 64.3, "batt": 3.055} +{"ts": "2024-04-04T01:00:00Z", "device": "sensor-006", "temp": 4.86, "hum": 67.7, "batt": 3.648} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-006", "temp": -9.05, "hum": 60.9, "batt": 3.601} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-006", "temp": -7.61, "hum": 40.6, "batt": 3.85} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-006", "temp": 12.89, "hum": 67.8, "batt": 3.984} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-006", "temp": 8.25, "hum": 47.6, "batt": 4.189} +{"ts": "2024-04-04T14:00:00Z", "device": "sensor-006", "temp": -5.02, "hum": 70.2, "batt": 4.113} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-006", "temp": 25.57, "hum": 50.2, "batt": 3.46} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-006", "temp": -2.51, "hum": 58.7, "batt": 3.918} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-006", "temp": 7.2, "hum": 57.9, "batt": 3.35} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-006", "temp": -13.65, "hum": 33.3, "batt": 3.371} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-006", "temp": -15.0, "hum": 59.3, "batt": 3.144} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4134e71d1b04bc23fdb56e156489d27ea7503643 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-006/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-006", "temp": -10.71, "hum": 48.9, "batt": 4.175} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-006", "temp": 12.65, "hum": 30.1, "batt": 4.156} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-006", "temp": -17.56, "hum": 73.1, "batt": 3.496} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-006", "temp": 23.25, "hum": 64.1, "batt": 4.13} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-006", "temp": 37.48, "hum": 42.6, "batt": 3.009} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-006", "temp": 25.94, "hum": 49.2, "batt": 3.637} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-006", "temp": 22.83, "hum": 81.4, "batt": 3.38} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-006", "temp": -14.42, "hum": 60.0, "batt": 3.2} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-006", "temp": 8.89, "hum": 55.0, "batt": 3.673} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-006", "temp": -0.2, "hum": 23.8, "batt": 3.446} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-006", "temp": -7.28, "hum": 45.6, "batt": 3.951} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-006", "temp": 18.35, "hum": 83.2, "batt": 3.053} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-006", "temp": 28.99, "hum": 58.0, "batt": 3.087} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-006", "temp": 10.37, "hum": 27.5, "batt": 4.172} +{"ts": "2024-04-05T18:00:00Z", "device": "sensor-006", "temp": 5.3, "hum": 47.1, "batt": 3.678} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-006", "temp": -0.49, "hum": 37.2, "batt": 3.944} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-006", "temp": 37.75, "hum": 61.0, "batt": 3.327} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-006", "temp": 6.51, "hum": 82.1, "batt": 3.612} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-006", "temp": 5.76, "hum": 85.3, "batt": 3.777} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-006", "temp": 10.62, "hum": 72.4, "batt": 3.839} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-006", "temp": 4.64, "hum": 40.2, "batt": 3.345} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-006", "temp": -11.75, "hum": 70.5, "batt": 3.841} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-006", "temp": -15.58, "hum": 55.4, "batt": 3.906} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-006", "temp": 29.63, "hum": 57.8, "batt": 3.258} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-006", "temp": -0.92, "hum": 86.9, "batt": 3.253} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-006", "temp": 2.94, "hum": 44.8, "batt": 3.117} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-006", "temp": 30.28, "hum": 84.6, "batt": 3.668} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2fe1548d4b2f09e7179aa499496c856f417ac122 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-01.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-01T13:00:00Z", "device": "sensor-007", "temp": 28.91, "hum": 27.4, "batt": 3.754} +{"ts": "2024-04-01T06:00:00Z", "device": "sensor-007", "temp": 36.72, "hum": 46.8, "batt": 4.049} +{"ts": "2024-04-01T05:00:00Z", "device": "sensor-007", "temp": 35.02, "hum": 56.2, "batt": 3.831} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-007", "temp": -18.33, "hum": 82.4, "batt": 3.903} +{"ts": "2024-04-01T05:00:00Z", "device": "sensor-007", "temp": 10.15, "hum": 40.8, "batt": 3.954} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-007", "temp": 10.71, "hum": 42.4, "batt": 3.465} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-007", "temp": 31.7, "hum": 71.4, "batt": 3.623} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-007", "temp": 13.67, "hum": 39.4, "batt": 3.275} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-007", "temp": 7.42, "hum": 43.5, "batt": 3.466} +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-007", "temp": 28.84, "hum": 55.1, "batt": 4.03} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-007", "temp": -2.17, "hum": 49.7, "batt": 3.278} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-007", "temp": 12.0, "hum": 65.1, "batt": 4.083} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-007", "temp": -19.2, "hum": 89.6, "batt": 3.897} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-007", "temp": 39.41, "hum": 58.8, "batt": 3.126} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-007", "temp": 35.43, "hum": 67.9, "batt": 3.635} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-007", "temp": 24.76, "hum": 46.5, "batt": 3.129} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-007", "temp": 7.6, "hum": 49.1, "batt": 3.243} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-007", "temp": 11.91, "hum": 55.7, "batt": 3.615} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-007", "temp": -8.29, "hum": 40.3, "batt": 3.292} +{"ts": "2024-04-01T11:00:00Z", "device": "sensor-007", "temp": 29.57, "hum": 76.0, "batt": 3.761} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-007", "temp": -18.04, "hum": 49.3, "batt": 4.06} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-007", "temp": 22.83, "hum": 80.2, "batt": 3.523} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-007", "temp": 9.4, "hum": 76.5, "batt": 3.853} +{"ts": "2024-04-01T16:00:00Z", "device": "sensor-007", "temp": 28.49, "hum": 64.9, "batt": 4.189} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-007", "temp": 12.32, "hum": 67.6, "batt": 3.637} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-007", "temp": 6.0, "hum": 84.5, "batt": 3.155} +{"ts": "2024-04-01T04:00:00Z", "device": "sensor-007", "temp": -8.78, "hum": 35.3, "batt": 3.678} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d00d92fe85d047050e30b5ffe9246120702cd17 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-02.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-02T23:00:00Z", "device": "sensor-007", "temp": -17.49, "hum": 69.6, "batt": 3.365} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-007", "temp": -11.74, "hum": 59.3, "batt": 3.172} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-007", "temp": -7.64, "hum": 72.5, "batt": 3.403} +{"ts": "2024-04-02T19:00:00Z", "device": "sensor-007", "temp": -17.56, "hum": 53.0, "batt": 3.482} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-007", "temp": 16.36, "hum": 80.9, "batt": 4.028} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-007", "temp": 2.89, "hum": 21.8, "batt": 3.28} +{"ts": "2024-04-02T04:00:00Z", "device": "sensor-007", "temp": 39.08, "hum": 47.7, "batt": 3.018} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-007", "temp": -13.28, "hum": 59.9, "batt": 3.464} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-007", "temp": -18.95, "hum": 86.2, "batt": 3.7} +{"ts": "2024-04-02T16:00:00Z", "device": "sensor-007", "temp": 37.39, "hum": 77.0, "batt": 3.867} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-007", "temp": 36.24, "hum": 27.2, "batt": 4.092} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-007", "temp": 34.7, "hum": 74.5, "batt": 3.338} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-007", "temp": 21.05, "hum": 39.5, "batt": 3.975} +{"ts": "2024-04-02T12:00:00Z", "device": "sensor-007", "temp": 31.99, "hum": 22.2, "batt": 4.199} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-007", "temp": -3.2, "hum": 35.7, "batt": 3.071} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-007", "temp": 35.63, "hum": 78.8, "batt": 3.905} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-007", "temp": 38.18, "hum": 33.2, "batt": 3.726} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-007", "temp": 9.49, "hum": 57.0, "batt": 4.076} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-007", "temp": -2.04, "hum": 29.6, "batt": 3.9} +{"ts": "2024-04-02T15:00:00Z", "device": "sensor-007", "temp": 13.28, "hum": 86.1, "batt": 3.309} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-007", "temp": 30.34, "hum": 87.8, "batt": 3.665} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-007", "temp": 9.43, "hum": 58.3, "batt": 3.364} +{"ts": "2024-04-02T17:00:00Z", "device": "sensor-007", "temp": 4.86, "hum": 26.8, "batt": 3.746} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..354ca720e3d77f5c36d9d77cb843165addbaf1e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-007", "temp": 36.94, "hum": 48.5, "batt": 3.645} +{"ts": "2024-04-03T09:00:00Z", "device": "sensor-007", "temp": 27.37, "hum": 35.4, "batt": 3.884} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-007", "temp": -15.46, "hum": 60.0, "batt": 3.34} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-007", "temp": 30.04, "hum": 87.7, "batt": 3.021} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-007", "temp": 13.73, "hum": 89.0, "batt": 3.926} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-007", "temp": -12.63, "hum": 57.3, "batt": 3.274} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-007", "temp": 15.78, "hum": 55.4, "batt": 3.919} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-007", "temp": 37.61, "hum": 39.7, "batt": 3.758} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": -10.02, "hum": 60.3, "batt": 3.652} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-007", "temp": 3.3, "hum": 46.5, "batt": 3.673} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-007", "temp": 18.12, "hum": 65.8, "batt": 3.305} +{"ts": "2024-04-03T21:00:00Z", "device": "sensor-007", "temp": 33.76, "hum": 55.5, "batt": 3.133} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-007", "temp": 17.45, "hum": 69.0, "batt": 3.052} +{"ts": "2024-04-03T16:00:00Z", "device": "sensor-007", "temp": 3.33, "hum": 38.5, "batt": 4.101} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-007", "temp": 17.67, "hum": 20.1, "batt": 4.174} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": 15.81, "hum": 65.3, "batt": 3.607} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-007", "temp": 12.85, "hum": 82.4, "batt": 3.535} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-007", "temp": -10.7, "hum": 83.3, "batt": 3.92} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-007", "temp": -18.41, "hum": 51.1, "batt": 4.137} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": 20.68, "hum": 86.9, "batt": 4.068} +{"ts": "2024-04-03T07:00:00Z", "device": "sensor-007", "temp": -17.38, "hum": 63.3, "batt": 3.769} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-007", "temp": 23.62, "hum": 73.9, "batt": 3.835} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-007", "temp": -1.34, "hum": 60.6, "batt": 3.628} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-007", "temp": 3.39, "hum": 78.6, "batt": 3.99} +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-007", "temp": 36.61, "hum": 40.8, "batt": 4.008} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-007", "temp": 35.77, "hum": 88.7, "batt": 4.077} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..55e2b709d9a7aaa884b046d334d77511adc7170d --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-04.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-007", "temp": -8.88, "hum": 22.0, "batt": 3.129} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-007", "temp": -6.69, "hum": 31.0, "batt": 3.928} +{"ts": "2024-04-04T06:00:00Z", "device": "sensor-007", "temp": 29.8, "hum": 63.5, "batt": 3.319} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 23.16, "hum": 74.5, "batt": 3.315} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-007", "temp": -19.65, "hum": 42.0, "batt": 3.835} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-007", "temp": -7.68, "hum": 20.1, "batt": 4.176} +{"ts": "2024-04-04T03:00:00Z", "device": "sensor-007", "temp": -2.19, "hum": 78.2, "batt": 3.19} +{"ts": "2024-04-04T10:00:00Z", "device": "sensor-007", "temp": 7.0, "hum": 62.4, "batt": 3.317} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-007", "temp": -2.47, "hum": 56.2, "batt": 3.989} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-007", "temp": 19.2, "hum": 75.1, "batt": 3.169} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-007", "temp": 4.11, "hum": 62.8, "batt": 3.646} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-007", "temp": 13.52, "hum": 72.5, "batt": 4.175} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 8.59, "hum": 22.8, "batt": 3.233} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-007", "temp": -3.19, "hum": 77.3, "batt": 4.098} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-007", "temp": -3.35, "hum": 64.3, "batt": 4.196} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-007", "temp": 22.71, "hum": 51.4, "batt": 3.888} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 27.15, "hum": 89.6, "batt": 3.289} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-007", "temp": 27.67, "hum": 73.8, "batt": 3.138} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-007", "temp": 25.64, "hum": 30.3, "batt": 3.486} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-007", "temp": 17.4, "hum": 45.3, "batt": 3.111} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-007", "temp": 2.18, "hum": 67.3, "batt": 3.766} +{"ts": "2024-04-04T16:00:00Z", "device": "sensor-007", "temp": 5.59, "hum": 82.1, "batt": 3.882} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-007", "temp": 35.97, "hum": 23.6, "batt": 4.134} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..20b74273ccf73bd85dc2b791fa82685fd0c290c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-007/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-007", "temp": -16.93, "hum": 45.4, "batt": 3.452} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": 25.68, "hum": 32.0, "batt": 3.812} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-007", "temp": 4.96, "hum": 25.1, "batt": 4.114} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-007", "temp": -16.91, "hum": 69.2, "batt": 3.627} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-007", "temp": 36.08, "hum": 77.1, "batt": 3.842} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": 16.15, "hum": 55.0, "batt": 3.984} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-007", "temp": -13.46, "hum": 28.7, "batt": 3.279} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": -2.38, "hum": 22.7, "batt": 3.152} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-007", "temp": 30.07, "hum": 34.2, "batt": 3.57} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-007", "temp": -19.44, "hum": 68.1, "batt": 3.887} +{"ts": "2024-04-05T06:00:00Z", "device": "sensor-007", "temp": 27.59, "hum": 20.1, "batt": 3.288} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-007", "temp": 16.37, "hum": 40.5, "batt": 3.198} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": 37.66, "hum": 61.7, "batt": 3.862} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-007", "temp": 29.34, "hum": 78.0, "batt": 4.136} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": -16.79, "hum": 44.7, "batt": 3.432} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": 15.74, "hum": 74.6, "batt": 3.618} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-007", "temp": -15.68, "hum": 73.9, "batt": 3.259} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-007", "temp": 16.48, "hum": 36.5, "batt": 4.018} +{"ts": "2024-04-05T08:00:00Z", "device": "sensor-007", "temp": 35.33, "hum": 64.6, "batt": 3.14} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-007", "temp": 20.64, "hum": 28.5, "batt": 3.215} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-007", "temp": 12.94, "hum": 80.0, "batt": 3.326} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-007", "temp": 9.33, "hum": 30.3, "batt": 3.75} +{"ts": "2024-04-05T05:00:00Z", "device": "sensor-007", "temp": -3.28, "hum": 77.1, "batt": 3.212} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-007", "temp": 1.93, "hum": 53.1, "batt": 3.091} +{"ts": "2024-04-05T00:00:00Z", "device": "sensor-007", "temp": 39.44, "hum": 42.0, "batt": 3.24} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-007", "temp": 20.56, "hum": 61.3, "batt": 3.752} +{"ts": "2024-04-05T15:00:00Z", "device": "sensor-007", "temp": -8.16, "hum": 34.6, "batt": 3.631} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-01.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-01.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8c278ea18bd53141567d79048959d1a994d096b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-01.jsonl @@ -0,0 +1,23 @@ +{"ts": "2024-04-01T00:00:00Z", "device": "sensor-008", "temp": 5.45, "hum": 64.1, "batt": 3.064} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-008", "temp": -15.71, "hum": 24.5, "batt": 3.266} +{"ts": "2024-04-01T07:00:00Z", "device": "sensor-008", "temp": -4.06, "hum": 51.0, "batt": 3.521} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-008", "temp": -19.76, "hum": 34.1, "batt": 3.348} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-008", "temp": 27.9, "hum": 25.8, "batt": 3.05} +{"ts": "2024-04-01T01:00:00Z", "device": "sensor-008", "temp": 18.52, "hum": 83.6, "batt": 4.18} +{"ts": "2024-04-01T08:00:00Z", "device": "sensor-008", "temp": -17.52, "hum": 58.3, "batt": 3.934} +{"ts": "2024-04-01T15:00:00Z", "device": "sensor-008", "temp": 12.44, "hum": 37.3, "batt": 3.999} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-008", "temp": 26.19, "hum": 31.6, "batt": 4.122} +{"ts": "2024-04-01T22:00:00Z", "device": "sensor-008", "temp": 28.16, "hum": 58.2, "batt": 3.513} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-008", "temp": 29.43, "hum": 20.3, "batt": 3.846} +{"ts": "2024-04-01T19:00:00Z", "device": "sensor-008", "temp": 26.21, "hum": 28.3, "batt": 3.193} +{"ts": "2024-04-01T14:00:00Z", "device": "sensor-008", "temp": -18.65, "hum": 89.5, "batt": 4.028} +{"ts": "2024-04-01T02:00:00Z", "device": "sensor-008", "temp": 21.12, "hum": 30.6, "batt": 4.16} +{"ts": "2024-04-01T20:00:00Z", "device": "sensor-008", "temp": 31.74, "hum": 85.4, "batt": 4.018} +{"ts": "2024-04-01T03:00:00Z", "device": "sensor-008", "temp": 31.97, "hum": 49.0, "batt": 3.739} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-008", "temp": 15.09, "hum": 80.5, "batt": 3.895} +{"ts": "2024-04-01T10:00:00Z", "device": "sensor-008", "temp": -4.07, "hum": 71.7, "batt": 4.158} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-008", "temp": 31.74, "hum": 50.0, "batt": 3.728} +{"ts": "2024-04-01T12:00:00Z", "device": "sensor-008", "temp": 25.08, "hum": 67.0, "batt": 3.585} +{"ts": "2024-04-01T23:00:00Z", "device": "sensor-008", "temp": -16.7, "hum": 80.4, "batt": 3.33} +{"ts": "2024-04-01T18:00:00Z", "device": "sensor-008", "temp": 6.69, "hum": 84.0, "batt": 3.686} +{"ts": "2024-04-01T21:00:00Z", "device": "sensor-008", "temp": -11.65, "hum": 20.3, "batt": 3.525} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-02.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-02.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8e85bf00b09f861b462766ce9bc637e79f767350 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-02.jsonl @@ -0,0 +1,22 @@ +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-008", "temp": 16.21, "hum": 82.8, "batt": 4.14} +{"ts": "2024-04-02T06:00:00Z", "device": "sensor-008", "temp": 21.92, "hum": 30.6, "batt": 3.464} +{"ts": "2024-04-02T09:00:00Z", "device": "sensor-008", "temp": 4.36, "hum": 84.4, "batt": 3.98} +{"ts": "2024-04-02T07:00:00Z", "device": "sensor-008", "temp": 29.14, "hum": 89.0, "batt": 3.119} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-008", "temp": -8.3, "hum": 20.9, "batt": 3.662} +{"ts": "2024-04-02T03:00:00Z", "device": "sensor-008", "temp": -15.94, "hum": 42.3, "batt": 3.71} +{"ts": "2024-04-02T11:00:00Z", "device": "sensor-008", "temp": -17.76, "hum": 25.9, "batt": 3.847} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-008", "temp": 31.0, "hum": 31.7, "batt": 3.499} +{"ts": "2024-04-02T22:00:00Z", "device": "sensor-008", "temp": 23.47, "hum": 50.9, "batt": 3.921} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-008", "temp": -2.42, "hum": 24.8, "batt": 3.388} +{"ts": "2024-04-02T14:00:00Z", "device": "sensor-008", "temp": 39.53, "hum": 85.7, "batt": 3.478} +{"ts": "2024-04-02T18:00:00Z", "device": "sensor-008", "temp": -19.46, "hum": 50.8, "batt": 3.929} +{"ts": "2024-04-02T01:00:00Z", "device": "sensor-008", "temp": -17.22, "hum": 24.6, "batt": 3.01} +{"ts": "2024-04-02T13:00:00Z", "device": "sensor-008", "temp": 39.37, "hum": 29.7, "batt": 3.557} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-008", "temp": -19.72, "hum": 52.2, "batt": 3.303} +{"ts": "2024-04-02T21:00:00Z", "device": "sensor-008", "temp": -6.25, "hum": 36.2, "batt": 3.101} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-008", "temp": 27.83, "hum": 42.0, "batt": 3.802} +{"ts": "2024-04-02T20:00:00Z", "device": "sensor-008", "temp": -19.21, "hum": 72.0, "batt": 3.881} +{"ts": "2024-04-02T05:00:00Z", "device": "sensor-008", "temp": -2.09, "hum": 69.0, "batt": 3.925} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-008", "temp": -16.82, "hum": 37.6, "batt": 3.964} +{"ts": "2024-04-02T08:00:00Z", "device": "sensor-008", "temp": 25.74, "hum": 48.8, "batt": 3.512} +{"ts": "2024-04-02T02:00:00Z", "device": "sensor-008", "temp": 4.4, "hum": 68.3, "batt": 3.705} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-03.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-03.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2a1c98142b539bb6e43aecd11e8dfe4e73b6f258 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-03.jsonl @@ -0,0 +1,26 @@ +{"ts": "2024-04-03T22:00:00Z", "device": "sensor-008", "temp": 36.46, "hum": 51.8, "batt": 3.979} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-008", "temp": 30.65, "hum": 49.6, "batt": 3.532} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-008", "temp": 5.83, "hum": 71.0, "batt": 3.36} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-008", "temp": -3.44, "hum": 56.0, "batt": 3.908} +{"ts": "2024-04-03T13:00:00Z", "device": "sensor-008", "temp": -7.13, "hum": 60.6, "batt": 3.458} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-008", "temp": -2.81, "hum": 46.1, "batt": 3.939} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-008", "temp": -11.19, "hum": 20.6, "batt": 3.692} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-008", "temp": -16.13, "hum": 75.6, "batt": 3.526} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-008", "temp": 39.5, "hum": 78.5, "batt": 3.858} +{"ts": "2024-04-03T00:00:00Z", "device": "sensor-008", "temp": 1.96, "hum": 25.1, "batt": 3.077} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-008", "temp": -1.73, "hum": 32.1, "batt": 3.906} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-008", "temp": 33.2, "hum": 64.3, "batt": 3.199} +{"ts": "2024-04-03T04:00:00Z", "device": "sensor-008", "temp": 24.45, "hum": 83.7, "batt": 4.027} +{"ts": "2024-04-03T20:00:00Z", "device": "sensor-008", "temp": 8.41, "hum": 71.3, "batt": 3.53} +{"ts": "2024-04-03T18:00:00Z", "device": "sensor-008", "temp": -14.6, "hum": 45.0, "batt": 3.708} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-008", "temp": 15.15, "hum": 31.2, "batt": 3.2} +{"ts": "2024-04-03T02:00:00Z", "device": "sensor-008", "temp": 2.16, "hum": 47.2, "batt": 3.016} +{"ts": "2024-04-03T14:00:00Z", "device": "sensor-008", "temp": -3.55, "hum": 38.8, "batt": 3.671} +{"ts": "2024-04-03T01:00:00Z", "device": "sensor-008", "temp": 8.19, "hum": 73.2, "batt": 4.1} +{"ts": "2024-04-03T06:00:00Z", "device": "sensor-008", "temp": 20.75, "hum": 45.8, "batt": 3.887} +{"ts": "2024-04-03T23:00:00Z", "device": "sensor-008", "temp": 29.27, "hum": 67.5, "batt": 3.704} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-008", "temp": 2.49, "hum": 66.5, "batt": 3.591} +{"ts": "2024-04-03T08:00:00Z", "device": "sensor-008", "temp": 5.72, "hum": 87.4, "batt": 3.377} +{"ts": "2024-04-03T03:00:00Z", "device": "sensor-008", "temp": -18.2, "hum": 75.3, "batt": 3.865} +{"ts": "2024-04-03T10:00:00Z", "device": "sensor-008", "temp": -2.96, "hum": 85.6, "batt": 3.917} +{"ts": "2024-04-03T17:00:00Z", "device": "sensor-008", "temp": 23.83, "hum": 49.1, "batt": 3.854} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-04.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-04.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a2454ae7df09d20fc77474a16e6927bca34f7339 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-04.jsonl @@ -0,0 +1,20 @@ +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-008", "temp": -11.07, "hum": 42.2, "batt": 3.009} +{"ts": "2024-04-04T13:00:00Z", "device": "sensor-008", "temp": -4.09, "hum": 76.0, "batt": 3.516} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-008", "temp": 2.5, "hum": 64.7, "batt": 3.299} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-008", "temp": -3.87, "hum": 64.7, "batt": 4.188} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-008", "temp": 0.13, "hum": 85.4, "batt": 4.185} +{"ts": "2024-04-04T05:00:00Z", "device": "sensor-008", "temp": -3.68, "hum": 29.7, "batt": 3.454} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-008", "temp": 0.82, "hum": 80.7, "batt": 4.079} +{"ts": "2024-04-04T18:00:00Z", "device": "sensor-008", "temp": 33.57, "hum": 78.0, "batt": 3.952} +{"ts": "2024-04-04T19:00:00Z", "device": "sensor-008", "temp": 20.73, "hum": 35.4, "batt": 4.083} +{"ts": "2024-04-04T11:00:00Z", "device": "sensor-008", "temp": -18.11, "hum": 62.9, "batt": 3.801} +{"ts": "2024-04-04T07:00:00Z", "device": "sensor-008", "temp": 21.69, "hum": 47.9, "batt": 3.732} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-008", "temp": 19.76, "hum": 22.8, "batt": 3.404} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-008", "temp": 37.39, "hum": 39.5, "batt": 3.791} +{"ts": "2024-04-04T12:00:00Z", "device": "sensor-008", "temp": 7.75, "hum": 26.1, "batt": 4.138} +{"ts": "2024-04-04T00:00:00Z", "device": "sensor-008", "temp": 9.42, "hum": 80.7, "batt": 3.478} +{"ts": "2024-04-04T20:00:00Z", "device": "sensor-008", "temp": 27.69, "hum": 36.3, "batt": 3.138} +{"ts": "2024-04-04T21:00:00Z", "device": "sensor-008", "temp": -17.53, "hum": 39.7, "batt": 3.52} +{"ts": "2024-04-04T04:00:00Z", "device": "sensor-008", "temp": 9.66, "hum": 83.1, "batt": 4.17} +{"ts": "2024-04-04T17:00:00Z", "device": "sensor-008", "temp": 38.5, "hum": 89.5, "batt": 3.431} +{"ts": "2024-04-04T02:00:00Z", "device": "sensor-008", "temp": 11.17, "hum": 42.9, "batt": 3.332} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-05.jsonl b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-05.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7ea298f4a4fae5b3c04b5e9e711cad0c91ae5b9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/iot/readings/sensor-008/2024-04-05.jsonl @@ -0,0 +1,27 @@ +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-008", "temp": -3.55, "hum": 65.8, "batt": 3.238} +{"ts": "2024-04-05T04:00:00Z", "device": "sensor-008", "temp": -5.1, "hum": 22.6, "batt": 3.402} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-008", "temp": 12.81, "hum": 50.5, "batt": 3.178} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-008", "temp": -2.98, "hum": 64.8, "batt": 3.101} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-008", "temp": 13.59, "hum": 61.9, "batt": 3.258} +{"ts": "2024-04-05T09:00:00Z", "device": "sensor-008", "temp": 4.1, "hum": 21.9, "batt": 4.082} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-008", "temp": 26.3, "hum": 41.9, "batt": 3.689} +{"ts": "2024-04-05T23:00:00Z", "device": "sensor-008", "temp": 39.63, "hum": 60.9, "batt": 3.301} +{"ts": "2024-04-05T13:00:00Z", "device": "sensor-008", "temp": -0.6, "hum": 36.1, "batt": 3.145} +{"ts": "2024-04-05T03:00:00Z", "device": "sensor-008", "temp": 5.09, "hum": 34.4, "batt": 4.09} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-008", "temp": 35.55, "hum": 38.6, "batt": 4.071} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-008", "temp": 9.32, "hum": 52.5, "batt": 3.762} +{"ts": "2024-04-05T07:00:00Z", "device": "sensor-008", "temp": 7.62, "hum": 27.4, "batt": 4.06} +{"ts": "2024-04-05T16:00:00Z", "device": "sensor-008", "temp": 4.54, "hum": 30.4, "batt": 3.325} +{"ts": "2024-04-05T17:00:00Z", "device": "sensor-008", "temp": -5.93, "hum": 20.2, "batt": 3.627} +{"ts": "2024-04-05T21:00:00Z", "device": "sensor-008", "temp": -11.17, "hum": 57.4, "batt": 3.909} +{"ts": "2024-04-05T02:00:00Z", "device": "sensor-008", "temp": 36.2, "hum": 73.3, "batt": 3.552} +{"ts": "2024-04-05T01:00:00Z", "device": "sensor-008", "temp": -5.02, "hum": 71.4, "batt": 3.824} +{"ts": "2024-04-05T19:00:00Z", "device": "sensor-008", "temp": -14.16, "hum": 81.5, "batt": 3.709} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-008", "temp": -7.54, "hum": 33.9, "batt": 3.244} +{"ts": "2024-04-05T10:00:00Z", "device": "sensor-008", "temp": 18.34, "hum": 40.0, "batt": 3.926} +{"ts": "2024-04-05T12:00:00Z", "device": "sensor-008", "temp": -9.02, "hum": 55.4, "batt": 3.764} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-008", "temp": 34.81, "hum": 24.7, "batt": 3.343} +{"ts": "2024-04-05T14:00:00Z", "device": "sensor-008", "temp": 9.16, "hum": 51.9, "batt": 4.029} +{"ts": "2024-04-05T20:00:00Z", "device": "sensor-008", "temp": 21.11, "hum": 60.0, "batt": 3.706} +{"ts": "2024-04-05T22:00:00Z", "device": "sensor-008", "temp": 27.47, "hum": 26.4, "batt": 3.741} +{"ts": "2024-04-05T11:00:00Z", "device": "sensor-008", "temp": -8.94, "hum": 64.3, "batt": 3.216} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_de51138643/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/auckland-attention-scaling-paris.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/auckland-attention-scaling-paris.md new file mode 100644 index 0000000000000000000000000000000000000000..5b6127697ea22e63d3af8f6b984a32794a54d711 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/auckland-attention-scaling-paris.md @@ -0,0 +1,5 @@ +# auckland-attention-scaling-paris + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/auckland-attention-scaling-paris.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/auckland-attention-scaling-paris.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/auckland-attention-scaling-paris.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/engineering-practices-san-francisco-austin.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/engineering-practices-san-francisco-austin.md new file mode 100644 index 0000000000000000000000000000000000000000..7eead77e689896413b81030b33fc9e48b29515e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/engineering-practices-san-francisco-austin.md @@ -0,0 +1,5 @@ +# engineering-practices-san-francisco-austin + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/engineering-practices-san-francisco-austin.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/engineering-practices-san-francisco-austin.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/engineering-practices-san-francisco-austin.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/incident-response-kyoto-mumbai.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/incident-response-kyoto-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..f9a718dfb50a4adfcfd3b13eafa4d232666c73f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/incident-response-kyoto-mumbai.md @@ -0,0 +1,5 @@ +# incident-response-kyoto-mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/incident-response-kyoto-mumbai.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/incident-response-kyoto-mumbai.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/incident-response-kyoto-mumbai.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.md new file mode 100644 index 0000000000000000000000000000000000000000..c632a38ac4d2f270456f784eba0f02d3e5298a6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.md @@ -0,0 +1,5 @@ +# shanghai-sparse-mixture-of-experts-release-process + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/speculative-decoding-mumbai-san-francisco.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/speculative-decoding-mumbai-san-francisco.md new file mode 100644 index 0000000000000000000000000000000000000000..01623b64a51c25dd74cfdc320521d372d25b43c3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/speculative-decoding-mumbai-san-francisco.md @@ -0,0 +1,5 @@ +# speculative-decoding-mumbai-san-francisco + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/speculative-decoding-mumbai-san-francisco.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/speculative-decoding-mumbai-san-francisco.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/speculative-decoding-mumbai-san-francisco.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.md new file mode 100644 index 0000000000000000000000000000000000000000..71edfdc1b562497db90748569de8de86f3bf5e80 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.md @@ -0,0 +1,5 @@ +# tool-use-agents-performance-reviews-speculative-decoding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.md new file mode 100644 index 0000000000000000000000000000000000000000..66c73ed9cfb6fed0e5011dd7368045717b256f0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.md @@ -0,0 +1,5 @@ +# tool-use-agents-wireless-mouse-performance-reviews + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/barcelona-manchester-bangalore.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/barcelona-manchester-bangalore.md new file mode 100644 index 0000000000000000000000000000000000000000..d3e3692f353b8a8bb538fe92df5fe62ccf1ab30b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/barcelona-manchester-bangalore.md @@ -0,0 +1,5 @@ +# barcelona-manchester-bangalore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/barcelona-manchester-bangalore.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/barcelona-manchester-bangalore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/barcelona-manchester-bangalore.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/chicago-dublin-multimodal-fusion.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/chicago-dublin-multimodal-fusion.md new file mode 100644 index 0000000000000000000000000000000000000000..0cc0f37b84a35c7064759ead9a78bdb92d4a2acf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/chicago-dublin-multimodal-fusion.md @@ -0,0 +1,5 @@ +# chicago-dublin-multimodal-fusion + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/chicago-dublin-multimodal-fusion.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/chicago-dublin-multimodal-fusion.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/chicago-dublin-multimodal-fusion.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/data-efficient-finetuning-denver-multimodal-fusion.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/data-efficient-finetuning-denver-multimodal-fusion.md new file mode 100644 index 0000000000000000000000000000000000000000..9f27b485034b57f095a31eda10482b05775313a5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/data-efficient-finetuning-denver-multimodal-fusion.md @@ -0,0 +1,5 @@ +# data-efficient-finetuning-denver-multimodal-fusion + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/data-efficient-finetuning-denver-multimodal-fusion.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/data-efficient-finetuning-denver-multimodal-fusion.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/data-efficient-finetuning-denver-multimodal-fusion.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/led-desk-lamp-security-policies-instruction-tuning.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/led-desk-lamp-security-policies-instruction-tuning.md new file mode 100644 index 0000000000000000000000000000000000000000..7bee64cfe4d97652649880e5808827c23511d4e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/led-desk-lamp-security-policies-instruction-tuning.md @@ -0,0 +1,5 @@ +# led-desk-lamp-security-policies-instruction-tuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/led-desk-lamp-security-policies-instruction-tuning.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/led-desk-lamp-security-policies-instruction-tuning.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/led-desk-lamp-security-policies-instruction-tuning.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/linen-notebook-vancouver-led-desk-lamp.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/linen-notebook-vancouver-led-desk-lamp.md new file mode 100644 index 0000000000000000000000000000000000000000..6eebce281bda273183a3fa27b869c07c8bfd431c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/linen-notebook-vancouver-led-desk-lamp.md @@ -0,0 +1,5 @@ +# linen-notebook-vancouver-led-desk-lamp + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/linen-notebook-vancouver-led-desk-lamp.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/linen-notebook-vancouver-led-desk-lamp.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/linen-notebook-vancouver-led-desk-lamp.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/security-policies-data-governance-mumbai.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/security-policies-data-governance-mumbai.md new file mode 100644 index 0000000000000000000000000000000000000000..7d147523e03272e27a5c0c1bace3cdf27bc18d02 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/security-policies-data-governance-mumbai.md @@ -0,0 +1,5 @@ +# security-policies-data-governance-mumbai + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/security-policies-data-governance-mumbai.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/security-policies-data-governance-mumbai.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/security-policies-data-governance-mumbai.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/sparse-mixture-of-experts-bangalore-kyoto.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/sparse-mixture-of-experts-bangalore-kyoto.md new file mode 100644 index 0000000000000000000000000000000000000000..0b1ea3778af359d88d3c5892750d4fa1419cbb04 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/sparse-mixture-of-experts-bangalore-kyoto.md @@ -0,0 +1,5 @@ +# sparse-mixture-of-experts-bangalore-kyoto + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/sparse-mixture-of-experts-bangalore-kyoto.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/sparse-mixture-of-experts-bangalore-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/events/sparse-mixture-of-experts-bangalore-kyoto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-engineering-practices-singapore.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-engineering-practices-singapore.md new file mode 100644 index 0000000000000000000000000000000000000000..fcbce96ec61a31ebde9b7cc918d7c44778c98744 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-engineering-practices-singapore.md @@ -0,0 +1,5 @@ +# barcelona-engineering-practices-singapore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-engineering-practices-singapore.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-engineering-practices-singapore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-engineering-practices-singapore.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-sydney-chicago.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-sydney-chicago.md new file mode 100644 index 0000000000000000000000000000000000000000..28ef73b0ed084f1992b8e93a4fb965a76ea39370 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-sydney-chicago.md @@ -0,0 +1,5 @@ +# barcelona-sydney-chicago + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-sydney-chicago.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-sydney-chicago.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/barcelona-sydney-chicago.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/interviewing-boston-instruction-tuning.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/interviewing-boston-instruction-tuning.md new file mode 100644 index 0000000000000000000000000000000000000000..ddf992ffd0f8968dfa91c5034c1baa2ee667acab --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/interviewing-boston-instruction-tuning.md @@ -0,0 +1,5 @@ +# interviewing-boston-instruction-tuning + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/interviewing-boston-instruction-tuning.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/interviewing-boston-instruction-tuning.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/interviewing-boston-instruction-tuning.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/london-data-governance-espresso-blend.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/london-data-governance-espresso-blend.md new file mode 100644 index 0000000000000000000000000000000000000000..ef5ea7685aaebaf3bd6450a7d2ab89ec8cf3fe90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/london-data-governance-espresso-blend.md @@ -0,0 +1,5 @@ +# london-data-governance-espresso-blend + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/london-data-governance-espresso-blend.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/london-data-governance-espresso-blend.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/london-data-governance-espresso-blend.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.md new file mode 100644 index 0000000000000000000000000000000000000000..a42df0e0363cb916faf3fab3af68a5e5434ba50b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.md @@ -0,0 +1,5 @@ +# noise-isolating-headphones-beijing-ceylon-tea + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/onboarding-san-francisco-singapore.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/onboarding-san-francisco-singapore.md new file mode 100644 index 0000000000000000000000000000000000000000..eaf33205a543acbc9be36c8bc2dfe3cb24e5148f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/onboarding-san-francisco-singapore.md @@ -0,0 +1,5 @@ +# onboarding-san-francisco-singapore + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/onboarding-san-francisco-singapore.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/onboarding-san-francisco-singapore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/onboarding-san-francisco-singapore.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/speculative-decoding-ceramic-mug-security-policies.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/speculative-decoding-ceramic-mug-security-policies.md new file mode 100644 index 0000000000000000000000000000000000000000..87f7067657184394b064d5d323babe63d9328ae7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/speculative-decoding-ceramic-mug-security-policies.md @@ -0,0 +1,5 @@ +# speculative-decoding-ceramic-mug-security-policies + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/speculative-decoding-ceramic-mug-security-policies.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/speculative-decoding-ceramic-mug-security-policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/policy/speculative-decoding-ceramic-mug-security-policies.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/auckland-ceylon-tea-beijing.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/auckland-ceylon-tea-beijing.md new file mode 100644 index 0000000000000000000000000000000000000000..68bcb8bd3a15fdd329997c7359f533fd5ec81caa --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/auckland-ceylon-tea-beijing.md @@ -0,0 +1,5 @@ +# auckland-ceylon-tea-beijing + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/auckland-ceylon-tea-beijing.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/auckland-ceylon-tea-beijing.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/auckland-ceylon-tea-beijing.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/ergo-chair-seoul-engineering-practices.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/ergo-chair-seoul-engineering-practices.md new file mode 100644 index 0000000000000000000000000000000000000000..fd72b8f0a454c17a295c9dbba234b8179aad6c72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/ergo-chair-seoul-engineering-practices.md @@ -0,0 +1,5 @@ +# ergo-chair-seoul-engineering-practices + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/ergo-chair-seoul-engineering-practices.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/ergo-chair-seoul-engineering-practices.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/ergo-chair-seoul-engineering-practices.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.md new file mode 100644 index 0000000000000000000000000000000000000000..673f32094c3f19f8717342a19ccb4ac9238b247f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.md @@ -0,0 +1,5 @@ +# interviewing-sparse-mixture-of-experts-onboarding + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/laptop-stand-dublin-chicago.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/laptop-stand-dublin-chicago.md new file mode 100644 index 0000000000000000000000000000000000000000..35b21470433754d85946fdeef4a15224ca5f71eb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/laptop-stand-dublin-chicago.md @@ -0,0 +1,5 @@ +# laptop-stand-dublin-chicago + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/laptop-stand-dublin-chicago.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/laptop-stand-dublin-chicago.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/laptop-stand-dublin-chicago.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/multimodal-fusion-wireless-mouse-incident-response.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/multimodal-fusion-wireless-mouse-incident-response.md new file mode 100644 index 0000000000000000000000000000000000000000..3dbc6435dffe994ac2f113fd1b2357a16713f58c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/multimodal-fusion-wireless-mouse-incident-response.md @@ -0,0 +1,5 @@ +# multimodal-fusion-wireless-mouse-incident-response + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/multimodal-fusion-wireless-mouse-incident-response.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/multimodal-fusion-wireless-mouse-incident-response.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/multimodal-fusion-wireless-mouse-incident-response.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.md new file mode 100644 index 0000000000000000000000000000000000000000..7bb920aac4dda56de809e570acc60ad3e9785dcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.md @@ -0,0 +1,5 @@ +# performance-reviews-reasoning-benchmarks-ceramic-mug + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/wireless-mouse-shanghai-kyoto.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/wireless-mouse-shanghai-kyoto.md new file mode 100644 index 0000000000000000000000000000000000000000..78cb7a9366cddb54c26df41c0de3037026e8bfd0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/wireless-mouse-shanghai-kyoto.md @@ -0,0 +1,5 @@ +# wireless-mouse-shanghai-kyoto + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/wireless-mouse-shanghai-kyoto.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/wireless-mouse-shanghai-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/notices/safety/wireless-mouse-shanghai-kyoto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/auckland-attention-scaling-paris.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/auckland-attention-scaling-paris.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/auckland-attention-scaling-paris.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/engineering-practices-san-francisco-austin.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/engineering-practices-san-francisco-austin.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/engineering-practices-san-francisco-austin.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/incident-response-kyoto-mumbai.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/incident-response-kyoto-mumbai.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/incident-response-kyoto-mumbai.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/shanghai-sparse-mixture-of-experts-release-process.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/speculative-decoding-mumbai-san-francisco.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/speculative-decoding-mumbai-san-francisco.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/speculative-decoding-mumbai-san-francisco.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/tool-use-agents-performance-reviews-speculative-decoding.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/announcements/tool-use-agents-wireless-mouse-performance-reviews.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/barcelona-manchester-bangalore.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/barcelona-manchester-bangalore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/barcelona-manchester-bangalore.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/chicago-dublin-multimodal-fusion.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/chicago-dublin-multimodal-fusion.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/chicago-dublin-multimodal-fusion.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/data-efficient-finetuning-denver-multimodal-fusion.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/data-efficient-finetuning-denver-multimodal-fusion.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/data-efficient-finetuning-denver-multimodal-fusion.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/led-desk-lamp-security-policies-instruction-tuning.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/led-desk-lamp-security-policies-instruction-tuning.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/led-desk-lamp-security-policies-instruction-tuning.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/linen-notebook-vancouver-led-desk-lamp.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/linen-notebook-vancouver-led-desk-lamp.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/linen-notebook-vancouver-led-desk-lamp.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/security-policies-data-governance-mumbai.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/security-policies-data-governance-mumbai.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/security-policies-data-governance-mumbai.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/sparse-mixture-of-experts-bangalore-kyoto.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/sparse-mixture-of-experts-bangalore-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/events/sparse-mixture-of-experts-bangalore-kyoto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/barcelona-engineering-practices-singapore.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/barcelona-engineering-practices-singapore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/barcelona-engineering-practices-singapore.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/barcelona-sydney-chicago.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/barcelona-sydney-chicago.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/barcelona-sydney-chicago.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/interviewing-boston-instruction-tuning.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/interviewing-boston-instruction-tuning.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/interviewing-boston-instruction-tuning.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/london-data-governance-espresso-blend.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/london-data-governance-espresso-blend.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/london-data-governance-espresso-blend.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/noise-isolating-headphones-beijing-ceylon-tea.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/onboarding-san-francisco-singapore.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/onboarding-san-francisco-singapore.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/onboarding-san-francisco-singapore.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/speculative-decoding-ceramic-mug-security-policies.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/speculative-decoding-ceramic-mug-security-policies.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/policy/speculative-decoding-ceramic-mug-security-policies.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/auckland-ceylon-tea-beijing.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/auckland-ceylon-tea-beijing.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/auckland-ceylon-tea-beijing.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/ergo-chair-seoul-engineering-practices.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/ergo-chair-seoul-engineering-practices.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/ergo-chair-seoul-engineering-practices.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/interviewing-sparse-mixture-of-experts-onboarding.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/laptop-stand-dublin-chicago.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/laptop-stand-dublin-chicago.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/laptop-stand-dublin-chicago.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/multimodal-fusion-wireless-mouse-incident-response.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/multimodal-fusion-wireless-mouse-incident-response.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/multimodal-fusion-wireless-mouse-incident-response.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/performance-reviews-reasoning-benchmarks-ceramic-mug.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/wireless-mouse-shanghai-kyoto.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/wireless-mouse-shanghai-kyoto.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd5c8145f0dfcd1acbbe8cf1e613e3d2e582257 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/notices/safety/wireless-mouse-shanghai-kyoto.txt @@ -0,0 +1,3 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e174fbf5f1/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/auth-api/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/auth-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..5556466bf79e37e5dcfc59dca381bce943fbe9be --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/auth-api/2024-04-05.log @@ -0,0 +1,25 @@ +2024-04-05T11:07:55 ERROR msg +2024-04-05T02:42:19 ERROR msg +2024-04-05T08:17:57 INFO msg +2024-04-05T21:33:13 WARN msg +2024-04-05T10:44:01 INFO msg +2024-04-05T09:45:25 ERROR msg +2024-04-05T03:03:09 INFO msg +2024-04-05T06:31:33 INFO msg +2024-04-05T15:59:09 INFO msg +2024-04-05T06:20:42 ERROR msg +2024-04-05T03:46:17 WARN msg +2024-04-05T07:37:42 ERROR msg +2024-04-05T11:29:06 WARN msg +2024-04-05T14:57:06 WARN msg +2024-04-05T05:08:47 ERROR msg +2024-04-05T17:09:31 INFO msg +2024-04-05T10:37:52 INFO msg +2024-04-05T20:56:41 ERROR msg +2024-04-05T18:10:56 ERROR msg +2024-04-05T19:18:29 INFO msg +2024-04-05T01:33:35 ERROR msg +2024-04-05T06:24:03 INFO msg +2024-04-05T23:36:33 ERROR msg +2024-04-05T14:24:00 WARN msg +2024-04-05T22:20:28 WARN msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/cart-api/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/cart-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..caae173b3fe25b3ec3b6dde4d164e2c39b1a34c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/cart-api/2024-04-04.log @@ -0,0 +1,32 @@ +2024-04-04T15:10:22 ERROR msg +2024-04-04T19:44:58 ERROR msg +2024-04-04T05:41:38 INFO msg +2024-04-04T13:35:00 WARN msg +2024-04-04T00:34:30 WARN msg +2024-04-04T19:50:18 INFO msg +2024-04-04T04:36:46 INFO msg +2024-04-04T06:04:39 ERROR msg +2024-04-04T18:13:47 INFO msg +2024-04-04T05:50:18 WARN msg +2024-04-04T07:03:16 WARN msg +2024-04-04T17:55:05 INFO msg +2024-04-04T13:32:34 ERROR msg +2024-04-04T08:36:36 ERROR msg +2024-04-04T15:08:12 WARN msg +2024-04-04T19:21:00 INFO msg +2024-04-04T15:15:59 WARN msg +2024-04-04T03:04:19 ERROR msg +2024-04-04T23:55:57 INFO msg +2024-04-04T18:12:58 ERROR msg +2024-04-04T16:52:41 ERROR msg +2024-04-04T04:53:06 ERROR msg +2024-04-04T16:26:37 WARN msg +2024-04-04T05:51:05 ERROR msg +2024-04-04T08:15:42 ERROR msg +2024-04-04T00:25:48 INFO msg +2024-04-04T02:17:52 INFO msg +2024-04-04T04:03:24 ERROR msg +2024-04-04T09:12:09 INFO msg +2024-04-04T20:48:13 ERROR msg +2024-04-04T13:22:00 WARN msg +2024-04-04T03:02:19 WARN msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/checkout-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/checkout-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..e3ca296ced98cbaf10c6116e2819abf9368cb1a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/checkout-svc/2024-04-01.log @@ -0,0 +1,30 @@ +2024-04-01T10:44:31 ERROR msg +2024-04-01T21:13:02 WARN msg +2024-04-01T07:32:36 ERROR msg +2024-04-01T10:33:23 WARN msg +2024-04-01T04:49:53 WARN msg +2024-04-01T08:20:28 WARN msg +2024-04-01T19:50:20 INFO msg +2024-04-01T18:40:09 ERROR msg +2024-04-01T13:07:11 INFO msg +2024-04-01T08:43:03 WARN msg +2024-04-01T15:08:07 INFO msg +2024-04-01T11:11:24 INFO msg +2024-04-01T22:14:30 WARN msg +2024-04-01T06:16:00 INFO msg +2024-04-01T21:42:57 WARN msg +2024-04-01T10:55:43 INFO msg +2024-04-01T15:51:36 WARN msg +2024-04-01T00:30:08 WARN msg +2024-04-01T09:26:08 INFO msg +2024-04-01T17:31:20 ERROR msg +2024-04-01T22:32:16 ERROR msg +2024-04-01T14:08:09 ERROR msg +2024-04-01T18:57:55 WARN msg +2024-04-01T11:50:09 ERROR msg +2024-04-01T21:21:42 ERROR msg +2024-04-01T23:08:52 WARN msg +2024-04-01T15:50:53 INFO msg +2024-04-01T14:08:02 INFO msg +2024-04-01T09:37:40 ERROR msg +2024-04-01T03:51:47 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/email-worker/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/email-worker/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..ce71dfc9c747dc1d6b989365ab5cc77ad842a6fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/email-worker/2024-04-01.log @@ -0,0 +1,35 @@ +2024-04-01T01:42:51 INFO msg +2024-04-01T22:57:03 ERROR msg +2024-04-01T09:50:39 INFO msg +2024-04-01T22:14:06 ERROR msg +2024-04-01T03:39:26 ERROR msg +2024-04-01T16:00:17 INFO msg +2024-04-01T10:27:22 INFO msg +2024-04-01T07:16:55 ERROR msg +2024-04-01T10:35:44 WARN msg +2024-04-01T05:40:28 ERROR msg +2024-04-01T10:21:20 INFO msg +2024-04-01T00:05:44 WARN msg +2024-04-01T13:13:17 INFO msg +2024-04-01T09:56:08 INFO msg +2024-04-01T15:59:10 ERROR msg +2024-04-01T05:33:59 ERROR msg +2024-04-01T08:35:04 ERROR msg +2024-04-01T14:14:31 ERROR msg +2024-04-01T12:19:25 INFO msg +2024-04-01T11:13:43 INFO msg +2024-04-01T10:35:26 ERROR msg +2024-04-01T17:39:29 ERROR msg +2024-04-01T03:44:34 WARN msg +2024-04-01T08:33:43 INFO msg +2024-04-01T12:25:43 WARN msg +2024-04-01T14:58:12 ERROR msg +2024-04-01T06:56:13 INFO msg +2024-04-01T01:31:56 ERROR msg +2024-04-01T13:00:17 ERROR msg +2024-04-01T18:38:46 ERROR msg +2024-04-01T03:33:47 WARN msg +2024-04-01T18:17:22 INFO msg +2024-04-01T18:19:39 ERROR msg +2024-04-01T11:12:35 INFO msg +2024-04-01T13:53:09 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/email-worker/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/email-worker/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b6a519f54150613b403279b78cdb2deef8358819 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/email-worker/2024-04-02.log @@ -0,0 +1,33 @@ +2024-04-02T06:11:33 WARN msg +2024-04-02T14:45:36 INFO msg +2024-04-02T23:11:05 ERROR msg +2024-04-02T03:55:36 ERROR msg +2024-04-02T16:28:24 WARN msg +2024-04-02T04:29:12 INFO msg +2024-04-02T08:55:00 INFO msg +2024-04-02T19:31:30 ERROR msg +2024-04-02T17:05:43 INFO msg +2024-04-02T19:54:06 WARN msg +2024-04-02T05:16:53 ERROR msg +2024-04-02T08:15:03 ERROR msg +2024-04-02T15:26:55 ERROR msg +2024-04-02T15:03:48 WARN msg +2024-04-02T21:55:53 INFO msg +2024-04-02T22:14:39 WARN msg +2024-04-02T22:19:14 WARN msg +2024-04-02T06:41:55 ERROR msg +2024-04-02T10:18:36 ERROR msg +2024-04-02T10:55:56 INFO msg +2024-04-02T21:36:32 ERROR msg +2024-04-02T10:16:37 ERROR msg +2024-04-02T08:00:31 ERROR msg +2024-04-02T08:41:03 ERROR msg +2024-04-02T18:42:05 INFO msg +2024-04-02T07:38:56 ERROR msg +2024-04-02T03:59:06 ERROR msg +2024-04-02T21:37:14 INFO msg +2024-04-02T11:04:34 INFO msg +2024-04-02T15:07:57 ERROR msg +2024-04-02T16:48:43 ERROR msg +2024-04-02T04:39:42 ERROR msg +2024-04-02T12:16:00 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/gateway-edge/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/gateway-edge/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..53d4dc052fba48b5ab8ff0eff41bd6b3a4a1bb86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/gateway-edge/2024-04-01.log @@ -0,0 +1,27 @@ +2024-04-01T13:22:23 ERROR msg +2024-04-01T23:48:03 INFO msg +2024-04-01T12:46:42 ERROR msg +2024-04-01T21:46:25 WARN msg +2024-04-01T01:18:05 ERROR msg +2024-04-01T01:18:56 WARN msg +2024-04-01T23:49:07 ERROR msg +2024-04-01T05:13:07 ERROR msg +2024-04-01T08:51:45 ERROR msg +2024-04-01T01:31:25 INFO msg +2024-04-01T09:14:57 INFO msg +2024-04-01T00:24:00 INFO msg +2024-04-01T23:17:56 INFO msg +2024-04-01T06:22:05 ERROR msg +2024-04-01T10:24:20 INFO msg +2024-04-01T02:49:32 INFO msg +2024-04-01T23:19:33 ERROR msg +2024-04-01T06:15:50 INFO msg +2024-04-01T14:52:46 ERROR msg +2024-04-01T08:56:41 ERROR msg +2024-04-01T11:52:06 INFO msg +2024-04-01T01:11:48 WARN msg +2024-04-01T15:10:08 INFO msg +2024-04-01T02:54:46 INFO msg +2024-04-01T17:45:25 ERROR msg +2024-04-01T06:08:54 ERROR msg +2024-04-01T15:39:06 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/inventory-api/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/inventory-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..4953fed26d54b9e0e0241b7a59147f60b82bbe7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/inventory-api/2024-04-05.log @@ -0,0 +1,30 @@ +2024-04-05T15:28:26 ERROR msg +2024-04-05T00:38:13 WARN msg +2024-04-05T17:36:32 INFO msg +2024-04-05T23:04:38 INFO msg +2024-04-05T13:26:00 INFO msg +2024-04-05T21:13:21 INFO msg +2024-04-05T19:24:17 INFO msg +2024-04-05T00:13:13 INFO msg +2024-04-05T14:07:31 INFO msg +2024-04-05T10:24:13 WARN msg +2024-04-05T12:15:48 INFO msg +2024-04-05T07:36:33 ERROR msg +2024-04-05T03:38:36 WARN msg +2024-04-05T23:38:05 WARN msg +2024-04-05T23:52:37 WARN msg +2024-04-05T14:13:20 ERROR msg +2024-04-05T04:05:37 INFO msg +2024-04-05T05:38:08 INFO msg +2024-04-05T18:30:06 ERROR msg +2024-04-05T04:44:24 WARN msg +2024-04-05T06:07:41 WARN msg +2024-04-05T04:07:37 ERROR msg +2024-04-05T16:52:54 INFO msg +2024-04-05T09:30:31 INFO msg +2024-04-05T17:16:24 INFO msg +2024-04-05T23:53:09 INFO msg +2024-04-05T20:50:44 ERROR msg +2024-04-05T19:26:13 INFO msg +2024-04-05T02:25:15 INFO msg +2024-04-05T20:52:13 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/media-encoder/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/media-encoder/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..fb9cbf8b3e367628efabe39f924cd4fbdc4a31a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/media-encoder/2024-04-01.log @@ -0,0 +1,28 @@ +2024-04-01T16:40:19 INFO msg +2024-04-01T23:57:18 INFO msg +2024-04-01T10:51:09 INFO msg +2024-04-01T18:50:00 INFO msg +2024-04-01T21:44:36 ERROR msg +2024-04-01T21:08:55 ERROR msg +2024-04-01T08:51:26 WARN msg +2024-04-01T18:52:15 INFO msg +2024-04-01T20:35:10 INFO msg +2024-04-01T21:07:24 ERROR msg +2024-04-01T10:30:42 WARN msg +2024-04-01T11:08:58 INFO msg +2024-04-01T10:28:28 ERROR msg +2024-04-01T19:22:49 WARN msg +2024-04-01T04:30:48 WARN msg +2024-04-01T08:35:15 INFO msg +2024-04-01T12:53:16 ERROR msg +2024-04-01T08:45:05 INFO msg +2024-04-01T01:35:29 INFO msg +2024-04-01T14:51:14 INFO msg +2024-04-01T08:49:44 INFO msg +2024-04-01T16:39:28 INFO msg +2024-04-01T03:17:18 INFO msg +2024-04-01T02:48:03 INFO msg +2024-04-01T05:50:27 ERROR msg +2024-04-01T00:57:31 ERROR msg +2024-04-01T01:36:30 ERROR msg +2024-04-01T05:02:46 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/orders-api/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/orders-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..f791a22f0c3141bdb3868f69da57cf7870787780 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/orders-api/2024-04-02.log @@ -0,0 +1,27 @@ +2024-04-02T10:03:58 INFO msg +2024-04-02T13:46:18 INFO msg +2024-04-02T11:13:56 ERROR msg +2024-04-02T23:09:12 INFO msg +2024-04-02T20:24:38 ERROR msg +2024-04-02T17:59:18 ERROR msg +2024-04-02T03:39:06 INFO msg +2024-04-02T08:51:15 ERROR msg +2024-04-02T10:08:48 ERROR msg +2024-04-02T04:48:16 WARN msg +2024-04-02T02:11:53 INFO msg +2024-04-02T12:16:45 INFO msg +2024-04-02T02:03:29 ERROR msg +2024-04-02T00:37:28 ERROR msg +2024-04-02T23:34:43 INFO msg +2024-04-02T02:22:43 INFO msg +2024-04-02T07:24:27 INFO msg +2024-04-02T08:37:19 ERROR msg +2024-04-02T05:24:50 ERROR msg +2024-04-02T20:04:13 INFO msg +2024-04-02T08:26:18 INFO msg +2024-04-02T06:34:22 INFO msg +2024-04-02T18:18:18 INFO msg +2024-04-02T08:40:58 WARN msg +2024-04-02T05:31:34 INFO msg +2024-04-02T22:23:15 INFO msg +2024-04-02T18:50:15 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/orders-api/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/orders-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..84666223a5daa00a7ee9bfd764a9b17957d8fd2f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/orders-api/2024-04-04.log @@ -0,0 +1,29 @@ +2024-04-04T04:38:53 INFO msg +2024-04-04T09:48:37 INFO msg +2024-04-04T23:47:08 INFO msg +2024-04-04T10:39:09 INFO msg +2024-04-04T14:08:53 INFO msg +2024-04-04T00:40:06 ERROR msg +2024-04-04T10:08:48 INFO msg +2024-04-04T09:21:18 INFO msg +2024-04-04T07:06:04 INFO msg +2024-04-04T07:18:25 INFO msg +2024-04-04T14:48:31 WARN msg +2024-04-04T22:13:10 INFO msg +2024-04-04T12:26:37 INFO msg +2024-04-04T10:28:08 INFO msg +2024-04-04T06:58:51 INFO msg +2024-04-04T05:09:56 INFO msg +2024-04-04T11:36:03 ERROR msg +2024-04-04T05:49:31 WARN msg +2024-04-04T22:14:27 INFO msg +2024-04-04T07:42:40 WARN msg +2024-04-04T07:42:05 ERROR msg +2024-04-04T14:53:18 INFO msg +2024-04-04T09:42:29 ERROR msg +2024-04-04T00:27:46 ERROR msg +2024-04-04T15:13:41 INFO msg +2024-04-04T22:22:56 ERROR msg +2024-04-04T21:47:30 WARN msg +2024-04-04T18:11:03 INFO msg +2024-04-04T11:03:31 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/payment-gateway/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/payment-gateway/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..fdb1ed92e1c7d7bfec39c1b9a29025e550aa4407 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/payment-gateway/2024-04-03.log @@ -0,0 +1,28 @@ +2024-04-03T21:46:22 INFO msg +2024-04-03T15:19:32 WARN msg +2024-04-03T15:40:05 ERROR msg +2024-04-03T09:16:07 INFO msg +2024-04-03T14:04:26 ERROR msg +2024-04-03T02:42:00 INFO msg +2024-04-03T22:51:51 ERROR msg +2024-04-03T14:38:10 INFO msg +2024-04-03T21:00:12 WARN msg +2024-04-03T00:37:23 ERROR msg +2024-04-03T00:52:34 WARN msg +2024-04-03T22:28:21 WARN msg +2024-04-03T23:25:07 WARN msg +2024-04-03T20:24:16 ERROR msg +2024-04-03T13:14:59 ERROR msg +2024-04-03T16:21:18 INFO msg +2024-04-03T06:49:14 ERROR msg +2024-04-03T15:30:51 ERROR msg +2024-04-03T03:26:10 INFO msg +2024-04-03T10:39:48 ERROR msg +2024-04-03T10:59:31 WARN msg +2024-04-03T03:53:16 WARN msg +2024-04-03T19:55:04 WARN msg +2024-04-03T00:25:30 ERROR msg +2024-04-03T06:09:08 INFO msg +2024-04-03T20:41:26 INFO msg +2024-04-03T19:45:29 INFO msg +2024-04-03T01:49:37 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7f96b529677196093a885be277c5ce1f08475849 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-02.log @@ -0,0 +1,25 @@ +2024-04-02T23:15:08 WARN msg +2024-04-02T15:24:06 INFO msg +2024-04-02T09:46:42 ERROR msg +2024-04-02T23:15:33 WARN msg +2024-04-02T22:22:56 ERROR msg +2024-04-02T07:53:53 INFO msg +2024-04-02T07:39:35 WARN msg +2024-04-02T02:35:18 ERROR msg +2024-04-02T03:48:00 INFO msg +2024-04-02T05:07:43 INFO msg +2024-04-02T09:07:25 WARN msg +2024-04-02T04:20:34 ERROR msg +2024-04-02T20:59:37 INFO msg +2024-04-02T14:06:12 INFO msg +2024-04-02T21:58:59 INFO msg +2024-04-02T18:15:42 WARN msg +2024-04-02T21:47:46 INFO msg +2024-04-02T09:28:34 ERROR msg +2024-04-02T04:56:41 ERROR msg +2024-04-02T21:59:24 ERROR msg +2024-04-02T06:35:01 WARN msg +2024-04-02T21:02:46 INFO msg +2024-04-02T20:02:34 WARN msg +2024-04-02T05:04:48 WARN msg +2024-04-02T10:35:38 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..56eaf8262c82ee5d08c3b0632455836a089abdc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03T20:02:36 ERROR msg +2024-04-03T00:50:16 INFO msg +2024-04-03T04:53:47 INFO msg +2024-04-03T15:27:12 INFO msg +2024-04-03T16:34:38 ERROR msg +2024-04-03T23:53:47 ERROR msg +2024-04-03T13:44:37 WARN msg +2024-04-03T15:43:57 WARN msg +2024-04-03T23:11:57 WARN msg +2024-04-03T07:13:13 INFO msg +2024-04-03T21:51:08 ERROR msg +2024-04-03T18:11:14 ERROR msg +2024-04-03T11:26:11 INFO msg +2024-04-03T05:01:53 WARN msg +2024-04-03T06:59:13 INFO msg +2024-04-03T07:45:31 INFO msg +2024-04-03T22:24:56 ERROR msg +2024-04-03T12:10:56 ERROR msg +2024-04-03T08:14:02 WARN msg +2024-04-03T04:10:38 ERROR msg +2024-04-03T08:06:13 INFO msg +2024-04-03T03:03:42 INFO msg +2024-04-03T08:39:47 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..c2690619d60f2a7c6e36c6e960aa752fa29cc3fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/recommender-rt/2024-04-04.log @@ -0,0 +1,30 @@ +2024-04-04T02:56:04 ERROR msg +2024-04-04T10:55:25 INFO msg +2024-04-04T22:22:29 INFO msg +2024-04-04T10:47:50 INFO msg +2024-04-04T06:26:20 INFO msg +2024-04-04T19:16:24 INFO msg +2024-04-04T14:00:47 ERROR msg +2024-04-04T18:19:26 INFO msg +2024-04-04T04:52:10 INFO msg +2024-04-04T22:07:01 INFO msg +2024-04-04T07:04:37 INFO msg +2024-04-04T16:05:03 ERROR msg +2024-04-04T03:39:33 WARN msg +2024-04-04T12:34:02 INFO msg +2024-04-04T15:26:14 INFO msg +2024-04-04T15:01:37 ERROR msg +2024-04-04T16:40:36 ERROR msg +2024-04-04T23:12:14 ERROR msg +2024-04-04T07:52:34 ERROR msg +2024-04-04T23:17:16 INFO msg +2024-04-04T16:18:43 ERROR msg +2024-04-04T12:34:56 WARN msg +2024-04-04T13:45:34 ERROR msg +2024-04-04T06:36:37 ERROR msg +2024-04-04T11:15:14 WARN msg +2024-04-04T01:38:56 INFO msg +2024-04-04T00:48:07 WARN msg +2024-04-04T03:02:53 INFO msg +2024-04-04T04:55:49 ERROR msg +2024-04-04T20:32:02 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/reporting-etl/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/reporting-etl/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a525c7fe8c97cc8c3cfe96746bf5bb397f75ed83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/reporting-etl/2024-04-04.log @@ -0,0 +1,35 @@ +2024-04-04T15:40:04 ERROR msg +2024-04-04T05:34:54 ERROR msg +2024-04-04T09:07:22 INFO msg +2024-04-04T22:34:19 ERROR msg +2024-04-04T13:18:37 INFO msg +2024-04-04T05:52:33 ERROR msg +2024-04-04T16:09:53 WARN msg +2024-04-04T12:08:19 INFO msg +2024-04-04T10:13:10 ERROR msg +2024-04-04T13:06:46 ERROR msg +2024-04-04T06:29:02 ERROR msg +2024-04-04T04:05:11 INFO msg +2024-04-04T21:12:08 WARN msg +2024-04-04T03:35:04 ERROR msg +2024-04-04T18:59:49 INFO msg +2024-04-04T04:24:15 ERROR msg +2024-04-04T20:53:38 INFO msg +2024-04-04T21:40:05 WARN msg +2024-04-04T11:07:10 ERROR msg +2024-04-04T12:38:13 ERROR msg +2024-04-04T00:25:37 ERROR msg +2024-04-04T13:21:33 INFO msg +2024-04-04T08:56:37 ERROR msg +2024-04-04T02:20:33 WARN msg +2024-04-04T10:47:13 ERROR msg +2024-04-04T13:32:15 INFO msg +2024-04-04T20:44:27 ERROR msg +2024-04-04T22:20:26 ERROR msg +2024-04-04T02:51:17 ERROR msg +2024-04-04T13:27:56 ERROR msg +2024-04-04T22:36:45 ERROR msg +2024-04-04T23:49:44 INFO msg +2024-04-04T06:12:12 ERROR msg +2024-04-04T18:49:09 ERROR msg +2024-04-04T21:44:44 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/search-indexer/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/search-indexer/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..e53c43fe1f87282c1e9620a7328095b1b1c96106 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/search-indexer/2024-04-05.log @@ -0,0 +1,28 @@ +2024-04-05T09:48:56 ERROR msg +2024-04-05T06:11:18 WARN msg +2024-04-05T21:26:30 INFO msg +2024-04-05T09:26:38 WARN msg +2024-04-05T15:53:20 INFO msg +2024-04-05T07:27:23 INFO msg +2024-04-05T02:49:06 ERROR msg +2024-04-05T04:50:59 ERROR msg +2024-04-05T02:34:35 INFO msg +2024-04-05T12:14:55 INFO msg +2024-04-05T03:44:43 ERROR msg +2024-04-05T20:50:57 WARN msg +2024-04-05T03:37:11 ERROR msg +2024-04-05T00:35:00 ERROR msg +2024-04-05T02:38:53 ERROR msg +2024-04-05T08:41:12 INFO msg +2024-04-05T00:02:31 INFO msg +2024-04-05T01:49:43 ERROR msg +2024-04-05T17:50:21 INFO msg +2024-04-05T21:18:01 INFO msg +2024-04-05T03:14:14 ERROR msg +2024-04-05T22:31:41 WARN msg +2024-04-05T01:05:32 WARN msg +2024-04-05T03:29:57 INFO msg +2024-04-05T05:37:08 WARN msg +2024-04-05T12:41:00 ERROR msg +2024-04-05T19:36:23 INFO msg +2024-04-05T02:30:29 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/session-store/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/session-store/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a6a2805bb503f66b728e74b8f6ddff1ec9993f81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/session-store/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T10:10:12 ERROR msg +2024-04-03T19:30:23 ERROR msg +2024-04-03T16:40:39 INFO msg +2024-04-03T01:36:10 ERROR msg +2024-04-03T10:51:47 ERROR msg +2024-04-03T03:54:52 WARN msg +2024-04-03T16:56:50 ERROR msg +2024-04-03T10:48:32 INFO msg +2024-04-03T19:34:02 ERROR msg +2024-04-03T21:12:57 ERROR msg +2024-04-03T03:31:16 WARN msg +2024-04-03T11:25:00 ERROR msg +2024-04-03T21:42:05 ERROR msg +2024-04-03T21:51:35 INFO msg +2024-04-03T23:57:25 INFO msg +2024-04-03T14:37:27 ERROR msg +2024-04-03T02:40:21 ERROR msg +2024-04-03T03:55:02 ERROR msg +2024-04-03T15:30:09 WARN msg +2024-04-03T10:58:48 INFO msg +2024-04-03T00:12:28 INFO msg +2024-04-03T23:19:58 ERROR msg +2024-04-03T13:54:18 ERROR msg +2024-04-03T19:44:44 ERROR msg +2024-04-03T21:19:43 WARN msg +2024-04-03T20:00:12 WARN msg +2024-04-03T07:34:58 INFO msg +2024-04-03T19:28:29 WARN msg +2024-04-03T19:24:51 INFO msg +2024-04-03T04:22:46 ERROR msg +2024-04-03T21:47:11 ERROR msg +2024-04-03T21:44:05 ERROR msg +2024-04-03T21:25:33 ERROR msg +2024-04-03T02:15:43 ERROR msg +2024-04-03T13:48:25 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/session-store/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/session-store/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f860f84e8882433ebcc87004026cdfc6bdc36338 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/session-store/2024-04-05.log @@ -0,0 +1,34 @@ +2024-04-05T02:29:46 ERROR msg +2024-04-05T04:16:46 INFO msg +2024-04-05T23:27:23 ERROR msg +2024-04-05T03:16:37 INFO msg +2024-04-05T16:35:25 INFO msg +2024-04-05T04:06:52 ERROR msg +2024-04-05T10:45:14 ERROR msg +2024-04-05T13:32:18 ERROR msg +2024-04-05T03:36:53 INFO msg +2024-04-05T17:24:55 INFO msg +2024-04-05T12:23:58 ERROR msg +2024-04-05T15:26:12 ERROR msg +2024-04-05T07:25:27 INFO msg +2024-04-05T05:00:11 INFO msg +2024-04-05T20:21:29 ERROR msg +2024-04-05T22:21:38 WARN msg +2024-04-05T09:57:02 WARN msg +2024-04-05T07:35:34 INFO msg +2024-04-05T21:22:02 WARN msg +2024-04-05T04:02:57 INFO msg +2024-04-05T10:28:11 INFO msg +2024-04-05T13:08:39 INFO msg +2024-04-05T23:08:25 ERROR msg +2024-04-05T17:13:27 ERROR msg +2024-04-05T23:40:46 ERROR msg +2024-04-05T01:11:04 WARN msg +2024-04-05T10:02:14 INFO msg +2024-04-05T15:44:46 ERROR msg +2024-04-05T16:12:58 INFO msg +2024-04-05T01:39:11 WARN msg +2024-04-05T07:19:30 INFO msg +2024-04-05T09:56:59 INFO msg +2024-04-05T15:03:17 INFO msg +2024-04-05T18:42:35 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..8a3f2b7c5b2218e749381a6ba5bde5348509df72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-01.log @@ -0,0 +1,33 @@ +2024-04-01T19:56:24 ERROR msg +2024-04-01T00:14:17 INFO msg +2024-04-01T03:52:08 ERROR msg +2024-04-01T16:40:24 INFO msg +2024-04-01T08:13:28 INFO msg +2024-04-01T14:16:20 INFO msg +2024-04-01T11:18:31 ERROR msg +2024-04-01T06:21:00 WARN msg +2024-04-01T07:27:19 ERROR msg +2024-04-01T23:47:55 WARN msg +2024-04-01T21:09:21 INFO msg +2024-04-01T23:38:48 WARN msg +2024-04-01T01:02:13 ERROR msg +2024-04-01T16:11:55 INFO msg +2024-04-01T08:38:11 WARN msg +2024-04-01T14:43:55 ERROR msg +2024-04-01T23:55:56 ERROR msg +2024-04-01T18:35:04 ERROR msg +2024-04-01T15:45:19 INFO msg +2024-04-01T00:05:33 ERROR msg +2024-04-01T11:26:12 INFO msg +2024-04-01T12:48:22 INFO msg +2024-04-01T23:48:51 ERROR msg +2024-04-01T07:12:25 INFO msg +2024-04-01T15:46:52 ERROR msg +2024-04-01T15:27:05 INFO msg +2024-04-01T07:47:21 ERROR msg +2024-04-01T18:19:19 INFO msg +2024-04-01T15:21:59 INFO msg +2024-04-01T05:27:22 ERROR msg +2024-04-01T13:12:56 WARN msg +2024-04-01T04:55:42 INFO msg +2024-04-01T16:28:53 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..44e607812b02eb189f44b3ee2f43478b866f675f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-02.log @@ -0,0 +1,32 @@ +2024-04-02T00:56:43 INFO msg +2024-04-02T23:50:28 WARN msg +2024-04-02T10:35:01 ERROR msg +2024-04-02T20:13:26 INFO msg +2024-04-02T20:08:50 ERROR msg +2024-04-02T22:46:22 ERROR msg +2024-04-02T15:01:11 INFO msg +2024-04-02T04:20:03 INFO msg +2024-04-02T00:51:07 ERROR msg +2024-04-02T03:53:14 WARN msg +2024-04-02T04:03:23 ERROR msg +2024-04-02T08:09:53 INFO msg +2024-04-02T09:56:50 ERROR msg +2024-04-02T01:37:44 INFO msg +2024-04-02T01:57:59 INFO msg +2024-04-02T23:12:28 WARN msg +2024-04-02T20:51:20 INFO msg +2024-04-02T11:04:46 INFO msg +2024-04-02T08:02:01 ERROR msg +2024-04-02T13:15:52 ERROR msg +2024-04-02T23:45:24 ERROR msg +2024-04-02T19:00:28 WARN msg +2024-04-02T17:33:38 ERROR msg +2024-04-02T15:01:42 WARN msg +2024-04-02T05:00:28 INFO msg +2024-04-02T17:28:17 ERROR msg +2024-04-02T14:37:10 ERROR msg +2024-04-02T22:01:27 INFO msg +2024-04-02T03:52:01 INFO msg +2024-04-02T03:45:59 ERROR msg +2024-04-02T20:28:07 INFO msg +2024-04-02T01:29:06 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..0acfe5ce852b14ea1aede1abaf02ba7e413546f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/users-api/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T16:52:38 INFO msg +2024-04-03T12:33:11 ERROR msg +2024-04-03T07:40:24 WARN msg +2024-04-03T03:26:29 INFO msg +2024-04-03T17:51:41 ERROR msg +2024-04-03T06:09:52 INFO msg +2024-04-03T17:51:39 ERROR msg +2024-04-03T08:14:33 INFO msg +2024-04-03T18:25:21 WARN msg +2024-04-03T06:07:09 ERROR msg +2024-04-03T20:19:09 WARN msg +2024-04-03T20:35:31 INFO msg +2024-04-03T14:46:39 ERROR msg +2024-04-03T11:28:17 WARN msg +2024-04-03T17:12:14 WARN msg +2024-04-03T16:54:59 ERROR msg +2024-04-03T17:03:14 INFO msg +2024-04-03T15:33:17 INFO msg +2024-04-03T11:48:52 WARN msg +2024-04-03T09:18:46 INFO msg +2024-04-03T13:17:52 INFO msg +2024-04-03T18:50:00 ERROR msg +2024-04-03T20:52:21 INFO msg +2024-04-03T07:11:09 WARN msg +2024-04-03T14:13:20 INFO msg +2024-04-03T17:55:16 ERROR msg +2024-04-03T07:00:01 WARN msg +2024-04-03T00:26:11 ERROR msg +2024-04-03T20:36:22 INFO msg +2024-04-03T23:51:34 WARN msg +2024-04-03T05:24:02 INFO msg +2024-04-03T07:10:58 ERROR msg +2024-04-03T15:26:35 WARN msg +2024-04-03T15:36:56 ERROR msg +2024-04-03T11:05:05 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..bf6f4cef1b8bae74004915039f83259b09ed2bb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,28 @@ +2024-04-02T15:56:44 INFO msg +2024-04-02T23:37:33 INFO msg +2024-04-02T17:51:13 WARN msg +2024-04-02T06:50:12 INFO msg +2024-04-02T04:18:27 INFO msg +2024-04-02T14:58:13 INFO msg +2024-04-02T00:20:17 ERROR msg +2024-04-02T18:23:31 ERROR msg +2024-04-02T01:45:01 INFO msg +2024-04-02T02:25:46 ERROR msg +2024-04-02T20:26:03 INFO msg +2024-04-02T09:20:08 INFO msg +2024-04-02T08:06:03 ERROR msg +2024-04-02T00:57:25 INFO msg +2024-04-02T11:31:24 ERROR msg +2024-04-02T12:24:26 INFO msg +2024-04-02T02:18:18 WARN msg +2024-04-02T10:49:42 WARN msg +2024-04-02T06:06:28 INFO msg +2024-04-02T01:39:47 ERROR msg +2024-04-02T03:42:23 ERROR msg +2024-04-02T06:14:12 INFO msg +2024-04-02T11:45:56 ERROR msg +2024-04-02T23:45:20 INFO msg +2024-04-02T17:21:32 INFO msg +2024-04-02T00:10:35 WARN msg +2024-04-02T13:02:06 ERROR msg +2024-04-02T09:59:13 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e550f680cb4e75a351a403e20b21a100ac80d895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T19:53:46 WARN msg +2024-04-03T11:13:17 ERROR msg +2024-04-03T05:42:07 INFO msg +2024-04-03T04:27:20 INFO msg +2024-04-03T20:13:02 INFO msg +2024-04-03T18:06:40 INFO msg +2024-04-03T07:06:13 ERROR msg +2024-04-03T06:10:08 WARN msg +2024-04-03T03:44:42 INFO msg +2024-04-03T03:25:24 ERROR msg +2024-04-03T07:24:43 WARN msg +2024-04-03T15:25:42 ERROR msg +2024-04-03T03:50:51 WARN msg +2024-04-03T09:04:26 WARN msg +2024-04-03T07:13:00 INFO msg +2024-04-03T03:06:04 ERROR msg +2024-04-03T20:20:01 ERROR msg +2024-04-03T01:29:12 ERROR msg +2024-04-03T18:23:41 ERROR msg +2024-04-03T12:32:15 INFO msg +2024-04-03T04:54:49 WARN msg +2024-04-03T17:23:40 ERROR msg +2024-04-03T04:08:45 INFO msg +2024-04-03T05:56:40 INFO msg +2024-04-03T17:58:03 ERROR msg +2024-04-03T07:22:03 INFO msg +2024-04-03T20:40:48 INFO msg +2024-04-03T00:33:48 WARN msg +2024-04-03T17:48:08 ERROR msg +2024-04-03T21:37:40 ERROR msg +2024-04-03T03:53:29 WARN msg +2024-04-03T02:12:46 INFO msg +2024-04-03T03:45:48 ERROR msg +2024-04-03T09:05:00 ERROR msg +2024-04-03T22:40:16 WARN msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..111872100522e48beb728a7bd9c1072d940e2653 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T19:37:42 ERROR msg +2024-04-04T22:37:11 ERROR msg +2024-04-04T03:00:49 WARN msg +2024-04-04T13:43:07 WARN msg +2024-04-04T19:02:35 INFO msg +2024-04-04T01:23:25 ERROR msg +2024-04-04T10:05:34 WARN msg +2024-04-04T05:19:05 INFO msg +2024-04-04T09:25:36 INFO msg +2024-04-04T17:17:12 WARN msg +2024-04-04T00:32:33 ERROR msg +2024-04-04T10:25:40 INFO msg +2024-04-04T12:08:46 ERROR msg +2024-04-04T15:01:35 INFO msg +2024-04-04T22:22:43 ERROR msg +2024-04-04T18:06:26 ERROR msg +2024-04-04T17:38:56 INFO msg +2024-04-04T12:05:42 WARN msg +2024-04-04T09:12:12 ERROR msg +2024-04-04T04:18:58 ERROR msg +2024-04-04T17:17:37 ERROR msg +2024-04-04T10:07:56 ERROR msg +2024-04-04T18:10:53 WARN msg +2024-04-04T17:36:58 ERROR msg +2024-04-04T14:27:53 ERROR msg +2024-04-04T01:53:47 INFO msg +2024-04-04T12:41:46 ERROR msg +2024-04-04T22:25:48 INFO msg +2024-04-04T15:20:34 INFO msg +2024-04-04T21:45:35 WARN msg +2024-04-04T16:03:58 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..869ff37cbe381253a25bd8bf59074428299dc5c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/errors/webhook-dispatcher/2024-04-05.log @@ -0,0 +1,31 @@ +2024-04-05T01:38:28 ERROR msg +2024-04-05T10:23:47 WARN msg +2024-04-05T17:52:21 ERROR msg +2024-04-05T08:05:01 ERROR msg +2024-04-05T22:12:10 INFO msg +2024-04-05T10:12:12 ERROR msg +2024-04-05T15:08:55 ERROR msg +2024-04-05T23:28:38 ERROR msg +2024-04-05T18:13:50 INFO msg +2024-04-05T00:50:52 INFO msg +2024-04-05T21:47:38 ERROR msg +2024-04-05T10:04:14 ERROR msg +2024-04-05T08:49:44 INFO msg +2024-04-05T07:22:54 INFO msg +2024-04-05T23:06:44 INFO msg +2024-04-05T18:19:19 INFO msg +2024-04-05T05:09:51 WARN msg +2024-04-05T00:03:43 WARN msg +2024-04-05T04:48:08 INFO msg +2024-04-05T21:55:49 WARN msg +2024-04-05T02:58:07 INFO msg +2024-04-05T07:28:36 INFO msg +2024-04-05T14:09:22 ERROR msg +2024-04-05T11:51:39 ERROR msg +2024-04-05T12:45:21 INFO msg +2024-04-05T19:40:23 ERROR msg +2024-04-05T18:00:43 INFO msg +2024-04-05T15:14:28 WARN msg +2024-04-05T02:39:17 INFO msg +2024-04-05T10:59:48 INFO msg +2024-04-05T19:09:57 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/reports/errors_by_hour.tsv b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/reports/errors_by_hour.tsv new file mode 100644 index 0000000000000000000000000000000000000000..46cbc7fab461685f1c114b9cc845c836a2447aa5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/ops/reports/errors_by_hour.tsv @@ -0,0 +1,24 @@ +00 13 +01 11 +02 11 +03 15 +04 14 +05 11 +06 10 +07 11 +08 15 +09 9 +10 17 +11 13 +12 10 +13 12 +14 13 +15 16 +16 9 +17 16 +18 15 +19 8 +20 11 +21 14 +22 13 +23 14 diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/auth-api/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/auth-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..5556466bf79e37e5dcfc59dca381bce943fbe9be --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/auth-api/2024-04-05.log @@ -0,0 +1,25 @@ +2024-04-05T11:07:55 ERROR msg +2024-04-05T02:42:19 ERROR msg +2024-04-05T08:17:57 INFO msg +2024-04-05T21:33:13 WARN msg +2024-04-05T10:44:01 INFO msg +2024-04-05T09:45:25 ERROR msg +2024-04-05T03:03:09 INFO msg +2024-04-05T06:31:33 INFO msg +2024-04-05T15:59:09 INFO msg +2024-04-05T06:20:42 ERROR msg +2024-04-05T03:46:17 WARN msg +2024-04-05T07:37:42 ERROR msg +2024-04-05T11:29:06 WARN msg +2024-04-05T14:57:06 WARN msg +2024-04-05T05:08:47 ERROR msg +2024-04-05T17:09:31 INFO msg +2024-04-05T10:37:52 INFO msg +2024-04-05T20:56:41 ERROR msg +2024-04-05T18:10:56 ERROR msg +2024-04-05T19:18:29 INFO msg +2024-04-05T01:33:35 ERROR msg +2024-04-05T06:24:03 INFO msg +2024-04-05T23:36:33 ERROR msg +2024-04-05T14:24:00 WARN msg +2024-04-05T22:20:28 WARN msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/cart-api/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/cart-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..caae173b3fe25b3ec3b6dde4d164e2c39b1a34c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/cart-api/2024-04-04.log @@ -0,0 +1,32 @@ +2024-04-04T15:10:22 ERROR msg +2024-04-04T19:44:58 ERROR msg +2024-04-04T05:41:38 INFO msg +2024-04-04T13:35:00 WARN msg +2024-04-04T00:34:30 WARN msg +2024-04-04T19:50:18 INFO msg +2024-04-04T04:36:46 INFO msg +2024-04-04T06:04:39 ERROR msg +2024-04-04T18:13:47 INFO msg +2024-04-04T05:50:18 WARN msg +2024-04-04T07:03:16 WARN msg +2024-04-04T17:55:05 INFO msg +2024-04-04T13:32:34 ERROR msg +2024-04-04T08:36:36 ERROR msg +2024-04-04T15:08:12 WARN msg +2024-04-04T19:21:00 INFO msg +2024-04-04T15:15:59 WARN msg +2024-04-04T03:04:19 ERROR msg +2024-04-04T23:55:57 INFO msg +2024-04-04T18:12:58 ERROR msg +2024-04-04T16:52:41 ERROR msg +2024-04-04T04:53:06 ERROR msg +2024-04-04T16:26:37 WARN msg +2024-04-04T05:51:05 ERROR msg +2024-04-04T08:15:42 ERROR msg +2024-04-04T00:25:48 INFO msg +2024-04-04T02:17:52 INFO msg +2024-04-04T04:03:24 ERROR msg +2024-04-04T09:12:09 INFO msg +2024-04-04T20:48:13 ERROR msg +2024-04-04T13:22:00 WARN msg +2024-04-04T03:02:19 WARN msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/checkout-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/checkout-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..e3ca296ced98cbaf10c6116e2819abf9368cb1a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/checkout-svc/2024-04-01.log @@ -0,0 +1,30 @@ +2024-04-01T10:44:31 ERROR msg +2024-04-01T21:13:02 WARN msg +2024-04-01T07:32:36 ERROR msg +2024-04-01T10:33:23 WARN msg +2024-04-01T04:49:53 WARN msg +2024-04-01T08:20:28 WARN msg +2024-04-01T19:50:20 INFO msg +2024-04-01T18:40:09 ERROR msg +2024-04-01T13:07:11 INFO msg +2024-04-01T08:43:03 WARN msg +2024-04-01T15:08:07 INFO msg +2024-04-01T11:11:24 INFO msg +2024-04-01T22:14:30 WARN msg +2024-04-01T06:16:00 INFO msg +2024-04-01T21:42:57 WARN msg +2024-04-01T10:55:43 INFO msg +2024-04-01T15:51:36 WARN msg +2024-04-01T00:30:08 WARN msg +2024-04-01T09:26:08 INFO msg +2024-04-01T17:31:20 ERROR msg +2024-04-01T22:32:16 ERROR msg +2024-04-01T14:08:09 ERROR msg +2024-04-01T18:57:55 WARN msg +2024-04-01T11:50:09 ERROR msg +2024-04-01T21:21:42 ERROR msg +2024-04-01T23:08:52 WARN msg +2024-04-01T15:50:53 INFO msg +2024-04-01T14:08:02 INFO msg +2024-04-01T09:37:40 ERROR msg +2024-04-01T03:51:47 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/email-worker/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/email-worker/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..ce71dfc9c747dc1d6b989365ab5cc77ad842a6fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/email-worker/2024-04-01.log @@ -0,0 +1,35 @@ +2024-04-01T01:42:51 INFO msg +2024-04-01T22:57:03 ERROR msg +2024-04-01T09:50:39 INFO msg +2024-04-01T22:14:06 ERROR msg +2024-04-01T03:39:26 ERROR msg +2024-04-01T16:00:17 INFO msg +2024-04-01T10:27:22 INFO msg +2024-04-01T07:16:55 ERROR msg +2024-04-01T10:35:44 WARN msg +2024-04-01T05:40:28 ERROR msg +2024-04-01T10:21:20 INFO msg +2024-04-01T00:05:44 WARN msg +2024-04-01T13:13:17 INFO msg +2024-04-01T09:56:08 INFO msg +2024-04-01T15:59:10 ERROR msg +2024-04-01T05:33:59 ERROR msg +2024-04-01T08:35:04 ERROR msg +2024-04-01T14:14:31 ERROR msg +2024-04-01T12:19:25 INFO msg +2024-04-01T11:13:43 INFO msg +2024-04-01T10:35:26 ERROR msg +2024-04-01T17:39:29 ERROR msg +2024-04-01T03:44:34 WARN msg +2024-04-01T08:33:43 INFO msg +2024-04-01T12:25:43 WARN msg +2024-04-01T14:58:12 ERROR msg +2024-04-01T06:56:13 INFO msg +2024-04-01T01:31:56 ERROR msg +2024-04-01T13:00:17 ERROR msg +2024-04-01T18:38:46 ERROR msg +2024-04-01T03:33:47 WARN msg +2024-04-01T18:17:22 INFO msg +2024-04-01T18:19:39 ERROR msg +2024-04-01T11:12:35 INFO msg +2024-04-01T13:53:09 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/email-worker/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/email-worker/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..b6a519f54150613b403279b78cdb2deef8358819 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/email-worker/2024-04-02.log @@ -0,0 +1,33 @@ +2024-04-02T06:11:33 WARN msg +2024-04-02T14:45:36 INFO msg +2024-04-02T23:11:05 ERROR msg +2024-04-02T03:55:36 ERROR msg +2024-04-02T16:28:24 WARN msg +2024-04-02T04:29:12 INFO msg +2024-04-02T08:55:00 INFO msg +2024-04-02T19:31:30 ERROR msg +2024-04-02T17:05:43 INFO msg +2024-04-02T19:54:06 WARN msg +2024-04-02T05:16:53 ERROR msg +2024-04-02T08:15:03 ERROR msg +2024-04-02T15:26:55 ERROR msg +2024-04-02T15:03:48 WARN msg +2024-04-02T21:55:53 INFO msg +2024-04-02T22:14:39 WARN msg +2024-04-02T22:19:14 WARN msg +2024-04-02T06:41:55 ERROR msg +2024-04-02T10:18:36 ERROR msg +2024-04-02T10:55:56 INFO msg +2024-04-02T21:36:32 ERROR msg +2024-04-02T10:16:37 ERROR msg +2024-04-02T08:00:31 ERROR msg +2024-04-02T08:41:03 ERROR msg +2024-04-02T18:42:05 INFO msg +2024-04-02T07:38:56 ERROR msg +2024-04-02T03:59:06 ERROR msg +2024-04-02T21:37:14 INFO msg +2024-04-02T11:04:34 INFO msg +2024-04-02T15:07:57 ERROR msg +2024-04-02T16:48:43 ERROR msg +2024-04-02T04:39:42 ERROR msg +2024-04-02T12:16:00 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/gateway-edge/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/gateway-edge/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..53d4dc052fba48b5ab8ff0eff41bd6b3a4a1bb86 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/gateway-edge/2024-04-01.log @@ -0,0 +1,27 @@ +2024-04-01T13:22:23 ERROR msg +2024-04-01T23:48:03 INFO msg +2024-04-01T12:46:42 ERROR msg +2024-04-01T21:46:25 WARN msg +2024-04-01T01:18:05 ERROR msg +2024-04-01T01:18:56 WARN msg +2024-04-01T23:49:07 ERROR msg +2024-04-01T05:13:07 ERROR msg +2024-04-01T08:51:45 ERROR msg +2024-04-01T01:31:25 INFO msg +2024-04-01T09:14:57 INFO msg +2024-04-01T00:24:00 INFO msg +2024-04-01T23:17:56 INFO msg +2024-04-01T06:22:05 ERROR msg +2024-04-01T10:24:20 INFO msg +2024-04-01T02:49:32 INFO msg +2024-04-01T23:19:33 ERROR msg +2024-04-01T06:15:50 INFO msg +2024-04-01T14:52:46 ERROR msg +2024-04-01T08:56:41 ERROR msg +2024-04-01T11:52:06 INFO msg +2024-04-01T01:11:48 WARN msg +2024-04-01T15:10:08 INFO msg +2024-04-01T02:54:46 INFO msg +2024-04-01T17:45:25 ERROR msg +2024-04-01T06:08:54 ERROR msg +2024-04-01T15:39:06 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/inventory-api/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/inventory-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..4953fed26d54b9e0e0241b7a59147f60b82bbe7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/inventory-api/2024-04-05.log @@ -0,0 +1,30 @@ +2024-04-05T15:28:26 ERROR msg +2024-04-05T00:38:13 WARN msg +2024-04-05T17:36:32 INFO msg +2024-04-05T23:04:38 INFO msg +2024-04-05T13:26:00 INFO msg +2024-04-05T21:13:21 INFO msg +2024-04-05T19:24:17 INFO msg +2024-04-05T00:13:13 INFO msg +2024-04-05T14:07:31 INFO msg +2024-04-05T10:24:13 WARN msg +2024-04-05T12:15:48 INFO msg +2024-04-05T07:36:33 ERROR msg +2024-04-05T03:38:36 WARN msg +2024-04-05T23:38:05 WARN msg +2024-04-05T23:52:37 WARN msg +2024-04-05T14:13:20 ERROR msg +2024-04-05T04:05:37 INFO msg +2024-04-05T05:38:08 INFO msg +2024-04-05T18:30:06 ERROR msg +2024-04-05T04:44:24 WARN msg +2024-04-05T06:07:41 WARN msg +2024-04-05T04:07:37 ERROR msg +2024-04-05T16:52:54 INFO msg +2024-04-05T09:30:31 INFO msg +2024-04-05T17:16:24 INFO msg +2024-04-05T23:53:09 INFO msg +2024-04-05T20:50:44 ERROR msg +2024-04-05T19:26:13 INFO msg +2024-04-05T02:25:15 INFO msg +2024-04-05T20:52:13 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/media-encoder/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/media-encoder/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..fb9cbf8b3e367628efabe39f924cd4fbdc4a31a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/media-encoder/2024-04-01.log @@ -0,0 +1,28 @@ +2024-04-01T16:40:19 INFO msg +2024-04-01T23:57:18 INFO msg +2024-04-01T10:51:09 INFO msg +2024-04-01T18:50:00 INFO msg +2024-04-01T21:44:36 ERROR msg +2024-04-01T21:08:55 ERROR msg +2024-04-01T08:51:26 WARN msg +2024-04-01T18:52:15 INFO msg +2024-04-01T20:35:10 INFO msg +2024-04-01T21:07:24 ERROR msg +2024-04-01T10:30:42 WARN msg +2024-04-01T11:08:58 INFO msg +2024-04-01T10:28:28 ERROR msg +2024-04-01T19:22:49 WARN msg +2024-04-01T04:30:48 WARN msg +2024-04-01T08:35:15 INFO msg +2024-04-01T12:53:16 ERROR msg +2024-04-01T08:45:05 INFO msg +2024-04-01T01:35:29 INFO msg +2024-04-01T14:51:14 INFO msg +2024-04-01T08:49:44 INFO msg +2024-04-01T16:39:28 INFO msg +2024-04-01T03:17:18 INFO msg +2024-04-01T02:48:03 INFO msg +2024-04-01T05:50:27 ERROR msg +2024-04-01T00:57:31 ERROR msg +2024-04-01T01:36:30 ERROR msg +2024-04-01T05:02:46 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/orders-api/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/orders-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..f791a22f0c3141bdb3868f69da57cf7870787780 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/orders-api/2024-04-02.log @@ -0,0 +1,27 @@ +2024-04-02T10:03:58 INFO msg +2024-04-02T13:46:18 INFO msg +2024-04-02T11:13:56 ERROR msg +2024-04-02T23:09:12 INFO msg +2024-04-02T20:24:38 ERROR msg +2024-04-02T17:59:18 ERROR msg +2024-04-02T03:39:06 INFO msg +2024-04-02T08:51:15 ERROR msg +2024-04-02T10:08:48 ERROR msg +2024-04-02T04:48:16 WARN msg +2024-04-02T02:11:53 INFO msg +2024-04-02T12:16:45 INFO msg +2024-04-02T02:03:29 ERROR msg +2024-04-02T00:37:28 ERROR msg +2024-04-02T23:34:43 INFO msg +2024-04-02T02:22:43 INFO msg +2024-04-02T07:24:27 INFO msg +2024-04-02T08:37:19 ERROR msg +2024-04-02T05:24:50 ERROR msg +2024-04-02T20:04:13 INFO msg +2024-04-02T08:26:18 INFO msg +2024-04-02T06:34:22 INFO msg +2024-04-02T18:18:18 INFO msg +2024-04-02T08:40:58 WARN msg +2024-04-02T05:31:34 INFO msg +2024-04-02T22:23:15 INFO msg +2024-04-02T18:50:15 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/orders-api/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/orders-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..84666223a5daa00a7ee9bfd764a9b17957d8fd2f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/orders-api/2024-04-04.log @@ -0,0 +1,29 @@ +2024-04-04T04:38:53 INFO msg +2024-04-04T09:48:37 INFO msg +2024-04-04T23:47:08 INFO msg +2024-04-04T10:39:09 INFO msg +2024-04-04T14:08:53 INFO msg +2024-04-04T00:40:06 ERROR msg +2024-04-04T10:08:48 INFO msg +2024-04-04T09:21:18 INFO msg +2024-04-04T07:06:04 INFO msg +2024-04-04T07:18:25 INFO msg +2024-04-04T14:48:31 WARN msg +2024-04-04T22:13:10 INFO msg +2024-04-04T12:26:37 INFO msg +2024-04-04T10:28:08 INFO msg +2024-04-04T06:58:51 INFO msg +2024-04-04T05:09:56 INFO msg +2024-04-04T11:36:03 ERROR msg +2024-04-04T05:49:31 WARN msg +2024-04-04T22:14:27 INFO msg +2024-04-04T07:42:40 WARN msg +2024-04-04T07:42:05 ERROR msg +2024-04-04T14:53:18 INFO msg +2024-04-04T09:42:29 ERROR msg +2024-04-04T00:27:46 ERROR msg +2024-04-04T15:13:41 INFO msg +2024-04-04T22:22:56 ERROR msg +2024-04-04T21:47:30 WARN msg +2024-04-04T18:11:03 INFO msg +2024-04-04T11:03:31 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/payment-gateway/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/payment-gateway/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..fdb1ed92e1c7d7bfec39c1b9a29025e550aa4407 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/payment-gateway/2024-04-03.log @@ -0,0 +1,28 @@ +2024-04-03T21:46:22 INFO msg +2024-04-03T15:19:32 WARN msg +2024-04-03T15:40:05 ERROR msg +2024-04-03T09:16:07 INFO msg +2024-04-03T14:04:26 ERROR msg +2024-04-03T02:42:00 INFO msg +2024-04-03T22:51:51 ERROR msg +2024-04-03T14:38:10 INFO msg +2024-04-03T21:00:12 WARN msg +2024-04-03T00:37:23 ERROR msg +2024-04-03T00:52:34 WARN msg +2024-04-03T22:28:21 WARN msg +2024-04-03T23:25:07 WARN msg +2024-04-03T20:24:16 ERROR msg +2024-04-03T13:14:59 ERROR msg +2024-04-03T16:21:18 INFO msg +2024-04-03T06:49:14 ERROR msg +2024-04-03T15:30:51 ERROR msg +2024-04-03T03:26:10 INFO msg +2024-04-03T10:39:48 ERROR msg +2024-04-03T10:59:31 WARN msg +2024-04-03T03:53:16 WARN msg +2024-04-03T19:55:04 WARN msg +2024-04-03T00:25:30 ERROR msg +2024-04-03T06:09:08 INFO msg +2024-04-03T20:41:26 INFO msg +2024-04-03T19:45:29 INFO msg +2024-04-03T01:49:37 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7f96b529677196093a885be277c5ce1f08475849 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-02.log @@ -0,0 +1,25 @@ +2024-04-02T23:15:08 WARN msg +2024-04-02T15:24:06 INFO msg +2024-04-02T09:46:42 ERROR msg +2024-04-02T23:15:33 WARN msg +2024-04-02T22:22:56 ERROR msg +2024-04-02T07:53:53 INFO msg +2024-04-02T07:39:35 WARN msg +2024-04-02T02:35:18 ERROR msg +2024-04-02T03:48:00 INFO msg +2024-04-02T05:07:43 INFO msg +2024-04-02T09:07:25 WARN msg +2024-04-02T04:20:34 ERROR msg +2024-04-02T20:59:37 INFO msg +2024-04-02T14:06:12 INFO msg +2024-04-02T21:58:59 INFO msg +2024-04-02T18:15:42 WARN msg +2024-04-02T21:47:46 INFO msg +2024-04-02T09:28:34 ERROR msg +2024-04-02T04:56:41 ERROR msg +2024-04-02T21:59:24 ERROR msg +2024-04-02T06:35:01 WARN msg +2024-04-02T21:02:46 INFO msg +2024-04-02T20:02:34 WARN msg +2024-04-02T05:04:48 WARN msg +2024-04-02T10:35:38 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..56eaf8262c82ee5d08c3b0632455836a089abdc6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03T20:02:36 ERROR msg +2024-04-03T00:50:16 INFO msg +2024-04-03T04:53:47 INFO msg +2024-04-03T15:27:12 INFO msg +2024-04-03T16:34:38 ERROR msg +2024-04-03T23:53:47 ERROR msg +2024-04-03T13:44:37 WARN msg +2024-04-03T15:43:57 WARN msg +2024-04-03T23:11:57 WARN msg +2024-04-03T07:13:13 INFO msg +2024-04-03T21:51:08 ERROR msg +2024-04-03T18:11:14 ERROR msg +2024-04-03T11:26:11 INFO msg +2024-04-03T05:01:53 WARN msg +2024-04-03T06:59:13 INFO msg +2024-04-03T07:45:31 INFO msg +2024-04-03T22:24:56 ERROR msg +2024-04-03T12:10:56 ERROR msg +2024-04-03T08:14:02 WARN msg +2024-04-03T04:10:38 ERROR msg +2024-04-03T08:06:13 INFO msg +2024-04-03T03:03:42 INFO msg +2024-04-03T08:39:47 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..c2690619d60f2a7c6e36c6e960aa752fa29cc3fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/recommender-rt/2024-04-04.log @@ -0,0 +1,30 @@ +2024-04-04T02:56:04 ERROR msg +2024-04-04T10:55:25 INFO msg +2024-04-04T22:22:29 INFO msg +2024-04-04T10:47:50 INFO msg +2024-04-04T06:26:20 INFO msg +2024-04-04T19:16:24 INFO msg +2024-04-04T14:00:47 ERROR msg +2024-04-04T18:19:26 INFO msg +2024-04-04T04:52:10 INFO msg +2024-04-04T22:07:01 INFO msg +2024-04-04T07:04:37 INFO msg +2024-04-04T16:05:03 ERROR msg +2024-04-04T03:39:33 WARN msg +2024-04-04T12:34:02 INFO msg +2024-04-04T15:26:14 INFO msg +2024-04-04T15:01:37 ERROR msg +2024-04-04T16:40:36 ERROR msg +2024-04-04T23:12:14 ERROR msg +2024-04-04T07:52:34 ERROR msg +2024-04-04T23:17:16 INFO msg +2024-04-04T16:18:43 ERROR msg +2024-04-04T12:34:56 WARN msg +2024-04-04T13:45:34 ERROR msg +2024-04-04T06:36:37 ERROR msg +2024-04-04T11:15:14 WARN msg +2024-04-04T01:38:56 INFO msg +2024-04-04T00:48:07 WARN msg +2024-04-04T03:02:53 INFO msg +2024-04-04T04:55:49 ERROR msg +2024-04-04T20:32:02 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/reporting-etl/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/reporting-etl/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..a525c7fe8c97cc8c3cfe96746bf5bb397f75ed83 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/reporting-etl/2024-04-04.log @@ -0,0 +1,35 @@ +2024-04-04T15:40:04 ERROR msg +2024-04-04T05:34:54 ERROR msg +2024-04-04T09:07:22 INFO msg +2024-04-04T22:34:19 ERROR msg +2024-04-04T13:18:37 INFO msg +2024-04-04T05:52:33 ERROR msg +2024-04-04T16:09:53 WARN msg +2024-04-04T12:08:19 INFO msg +2024-04-04T10:13:10 ERROR msg +2024-04-04T13:06:46 ERROR msg +2024-04-04T06:29:02 ERROR msg +2024-04-04T04:05:11 INFO msg +2024-04-04T21:12:08 WARN msg +2024-04-04T03:35:04 ERROR msg +2024-04-04T18:59:49 INFO msg +2024-04-04T04:24:15 ERROR msg +2024-04-04T20:53:38 INFO msg +2024-04-04T21:40:05 WARN msg +2024-04-04T11:07:10 ERROR msg +2024-04-04T12:38:13 ERROR msg +2024-04-04T00:25:37 ERROR msg +2024-04-04T13:21:33 INFO msg +2024-04-04T08:56:37 ERROR msg +2024-04-04T02:20:33 WARN msg +2024-04-04T10:47:13 ERROR msg +2024-04-04T13:32:15 INFO msg +2024-04-04T20:44:27 ERROR msg +2024-04-04T22:20:26 ERROR msg +2024-04-04T02:51:17 ERROR msg +2024-04-04T13:27:56 ERROR msg +2024-04-04T22:36:45 ERROR msg +2024-04-04T23:49:44 INFO msg +2024-04-04T06:12:12 ERROR msg +2024-04-04T18:49:09 ERROR msg +2024-04-04T21:44:44 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/search-indexer/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/search-indexer/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..e53c43fe1f87282c1e9620a7328095b1b1c96106 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/search-indexer/2024-04-05.log @@ -0,0 +1,28 @@ +2024-04-05T09:48:56 ERROR msg +2024-04-05T06:11:18 WARN msg +2024-04-05T21:26:30 INFO msg +2024-04-05T09:26:38 WARN msg +2024-04-05T15:53:20 INFO msg +2024-04-05T07:27:23 INFO msg +2024-04-05T02:49:06 ERROR msg +2024-04-05T04:50:59 ERROR msg +2024-04-05T02:34:35 INFO msg +2024-04-05T12:14:55 INFO msg +2024-04-05T03:44:43 ERROR msg +2024-04-05T20:50:57 WARN msg +2024-04-05T03:37:11 ERROR msg +2024-04-05T00:35:00 ERROR msg +2024-04-05T02:38:53 ERROR msg +2024-04-05T08:41:12 INFO msg +2024-04-05T00:02:31 INFO msg +2024-04-05T01:49:43 ERROR msg +2024-04-05T17:50:21 INFO msg +2024-04-05T21:18:01 INFO msg +2024-04-05T03:14:14 ERROR msg +2024-04-05T22:31:41 WARN msg +2024-04-05T01:05:32 WARN msg +2024-04-05T03:29:57 INFO msg +2024-04-05T05:37:08 WARN msg +2024-04-05T12:41:00 ERROR msg +2024-04-05T19:36:23 INFO msg +2024-04-05T02:30:29 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/session-store/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/session-store/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a6a2805bb503f66b728e74b8f6ddff1ec9993f81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/session-store/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T10:10:12 ERROR msg +2024-04-03T19:30:23 ERROR msg +2024-04-03T16:40:39 INFO msg +2024-04-03T01:36:10 ERROR msg +2024-04-03T10:51:47 ERROR msg +2024-04-03T03:54:52 WARN msg +2024-04-03T16:56:50 ERROR msg +2024-04-03T10:48:32 INFO msg +2024-04-03T19:34:02 ERROR msg +2024-04-03T21:12:57 ERROR msg +2024-04-03T03:31:16 WARN msg +2024-04-03T11:25:00 ERROR msg +2024-04-03T21:42:05 ERROR msg +2024-04-03T21:51:35 INFO msg +2024-04-03T23:57:25 INFO msg +2024-04-03T14:37:27 ERROR msg +2024-04-03T02:40:21 ERROR msg +2024-04-03T03:55:02 ERROR msg +2024-04-03T15:30:09 WARN msg +2024-04-03T10:58:48 INFO msg +2024-04-03T00:12:28 INFO msg +2024-04-03T23:19:58 ERROR msg +2024-04-03T13:54:18 ERROR msg +2024-04-03T19:44:44 ERROR msg +2024-04-03T21:19:43 WARN msg +2024-04-03T20:00:12 WARN msg +2024-04-03T07:34:58 INFO msg +2024-04-03T19:28:29 WARN msg +2024-04-03T19:24:51 INFO msg +2024-04-03T04:22:46 ERROR msg +2024-04-03T21:47:11 ERROR msg +2024-04-03T21:44:05 ERROR msg +2024-04-03T21:25:33 ERROR msg +2024-04-03T02:15:43 ERROR msg +2024-04-03T13:48:25 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/session-store/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/session-store/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f860f84e8882433ebcc87004026cdfc6bdc36338 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/session-store/2024-04-05.log @@ -0,0 +1,34 @@ +2024-04-05T02:29:46 ERROR msg +2024-04-05T04:16:46 INFO msg +2024-04-05T23:27:23 ERROR msg +2024-04-05T03:16:37 INFO msg +2024-04-05T16:35:25 INFO msg +2024-04-05T04:06:52 ERROR msg +2024-04-05T10:45:14 ERROR msg +2024-04-05T13:32:18 ERROR msg +2024-04-05T03:36:53 INFO msg +2024-04-05T17:24:55 INFO msg +2024-04-05T12:23:58 ERROR msg +2024-04-05T15:26:12 ERROR msg +2024-04-05T07:25:27 INFO msg +2024-04-05T05:00:11 INFO msg +2024-04-05T20:21:29 ERROR msg +2024-04-05T22:21:38 WARN msg +2024-04-05T09:57:02 WARN msg +2024-04-05T07:35:34 INFO msg +2024-04-05T21:22:02 WARN msg +2024-04-05T04:02:57 INFO msg +2024-04-05T10:28:11 INFO msg +2024-04-05T13:08:39 INFO msg +2024-04-05T23:08:25 ERROR msg +2024-04-05T17:13:27 ERROR msg +2024-04-05T23:40:46 ERROR msg +2024-04-05T01:11:04 WARN msg +2024-04-05T10:02:14 INFO msg +2024-04-05T15:44:46 ERROR msg +2024-04-05T16:12:58 INFO msg +2024-04-05T01:39:11 WARN msg +2024-04-05T07:19:30 INFO msg +2024-04-05T09:56:59 INFO msg +2024-04-05T15:03:17 INFO msg +2024-04-05T18:42:35 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-01.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..8a3f2b7c5b2218e749381a6ba5bde5348509df72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-01.log @@ -0,0 +1,33 @@ +2024-04-01T19:56:24 ERROR msg +2024-04-01T00:14:17 INFO msg +2024-04-01T03:52:08 ERROR msg +2024-04-01T16:40:24 INFO msg +2024-04-01T08:13:28 INFO msg +2024-04-01T14:16:20 INFO msg +2024-04-01T11:18:31 ERROR msg +2024-04-01T06:21:00 WARN msg +2024-04-01T07:27:19 ERROR msg +2024-04-01T23:47:55 WARN msg +2024-04-01T21:09:21 INFO msg +2024-04-01T23:38:48 WARN msg +2024-04-01T01:02:13 ERROR msg +2024-04-01T16:11:55 INFO msg +2024-04-01T08:38:11 WARN msg +2024-04-01T14:43:55 ERROR msg +2024-04-01T23:55:56 ERROR msg +2024-04-01T18:35:04 ERROR msg +2024-04-01T15:45:19 INFO msg +2024-04-01T00:05:33 ERROR msg +2024-04-01T11:26:12 INFO msg +2024-04-01T12:48:22 INFO msg +2024-04-01T23:48:51 ERROR msg +2024-04-01T07:12:25 INFO msg +2024-04-01T15:46:52 ERROR msg +2024-04-01T15:27:05 INFO msg +2024-04-01T07:47:21 ERROR msg +2024-04-01T18:19:19 INFO msg +2024-04-01T15:21:59 INFO msg +2024-04-01T05:27:22 ERROR msg +2024-04-01T13:12:56 WARN msg +2024-04-01T04:55:42 INFO msg +2024-04-01T16:28:53 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..44e607812b02eb189f44b3ee2f43478b866f675f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-02.log @@ -0,0 +1,32 @@ +2024-04-02T00:56:43 INFO msg +2024-04-02T23:50:28 WARN msg +2024-04-02T10:35:01 ERROR msg +2024-04-02T20:13:26 INFO msg +2024-04-02T20:08:50 ERROR msg +2024-04-02T22:46:22 ERROR msg +2024-04-02T15:01:11 INFO msg +2024-04-02T04:20:03 INFO msg +2024-04-02T00:51:07 ERROR msg +2024-04-02T03:53:14 WARN msg +2024-04-02T04:03:23 ERROR msg +2024-04-02T08:09:53 INFO msg +2024-04-02T09:56:50 ERROR msg +2024-04-02T01:37:44 INFO msg +2024-04-02T01:57:59 INFO msg +2024-04-02T23:12:28 WARN msg +2024-04-02T20:51:20 INFO msg +2024-04-02T11:04:46 INFO msg +2024-04-02T08:02:01 ERROR msg +2024-04-02T13:15:52 ERROR msg +2024-04-02T23:45:24 ERROR msg +2024-04-02T19:00:28 WARN msg +2024-04-02T17:33:38 ERROR msg +2024-04-02T15:01:42 WARN msg +2024-04-02T05:00:28 INFO msg +2024-04-02T17:28:17 ERROR msg +2024-04-02T14:37:10 ERROR msg +2024-04-02T22:01:27 INFO msg +2024-04-02T03:52:01 INFO msg +2024-04-02T03:45:59 ERROR msg +2024-04-02T20:28:07 INFO msg +2024-04-02T01:29:06 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..0acfe5ce852b14ea1aede1abaf02ba7e413546f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/users-api/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T16:52:38 INFO msg +2024-04-03T12:33:11 ERROR msg +2024-04-03T07:40:24 WARN msg +2024-04-03T03:26:29 INFO msg +2024-04-03T17:51:41 ERROR msg +2024-04-03T06:09:52 INFO msg +2024-04-03T17:51:39 ERROR msg +2024-04-03T08:14:33 INFO msg +2024-04-03T18:25:21 WARN msg +2024-04-03T06:07:09 ERROR msg +2024-04-03T20:19:09 WARN msg +2024-04-03T20:35:31 INFO msg +2024-04-03T14:46:39 ERROR msg +2024-04-03T11:28:17 WARN msg +2024-04-03T17:12:14 WARN msg +2024-04-03T16:54:59 ERROR msg +2024-04-03T17:03:14 INFO msg +2024-04-03T15:33:17 INFO msg +2024-04-03T11:48:52 WARN msg +2024-04-03T09:18:46 INFO msg +2024-04-03T13:17:52 INFO msg +2024-04-03T18:50:00 ERROR msg +2024-04-03T20:52:21 INFO msg +2024-04-03T07:11:09 WARN msg +2024-04-03T14:13:20 INFO msg +2024-04-03T17:55:16 ERROR msg +2024-04-03T07:00:01 WARN msg +2024-04-03T00:26:11 ERROR msg +2024-04-03T20:36:22 INFO msg +2024-04-03T23:51:34 WARN msg +2024-04-03T05:24:02 INFO msg +2024-04-03T07:10:58 ERROR msg +2024-04-03T15:26:35 WARN msg +2024-04-03T15:36:56 ERROR msg +2024-04-03T11:05:05 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..bf6f4cef1b8bae74004915039f83259b09ed2bb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,28 @@ +2024-04-02T15:56:44 INFO msg +2024-04-02T23:37:33 INFO msg +2024-04-02T17:51:13 WARN msg +2024-04-02T06:50:12 INFO msg +2024-04-02T04:18:27 INFO msg +2024-04-02T14:58:13 INFO msg +2024-04-02T00:20:17 ERROR msg +2024-04-02T18:23:31 ERROR msg +2024-04-02T01:45:01 INFO msg +2024-04-02T02:25:46 ERROR msg +2024-04-02T20:26:03 INFO msg +2024-04-02T09:20:08 INFO msg +2024-04-02T08:06:03 ERROR msg +2024-04-02T00:57:25 INFO msg +2024-04-02T11:31:24 ERROR msg +2024-04-02T12:24:26 INFO msg +2024-04-02T02:18:18 WARN msg +2024-04-02T10:49:42 WARN msg +2024-04-02T06:06:28 INFO msg +2024-04-02T01:39:47 ERROR msg +2024-04-02T03:42:23 ERROR msg +2024-04-02T06:14:12 INFO msg +2024-04-02T11:45:56 ERROR msg +2024-04-02T23:45:20 INFO msg +2024-04-02T17:21:32 INFO msg +2024-04-02T00:10:35 WARN msg +2024-04-02T13:02:06 ERROR msg +2024-04-02T09:59:13 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-03.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..e550f680cb4e75a351a403e20b21a100ac80d895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-03.log @@ -0,0 +1,35 @@ +2024-04-03T19:53:46 WARN msg +2024-04-03T11:13:17 ERROR msg +2024-04-03T05:42:07 INFO msg +2024-04-03T04:27:20 INFO msg +2024-04-03T20:13:02 INFO msg +2024-04-03T18:06:40 INFO msg +2024-04-03T07:06:13 ERROR msg +2024-04-03T06:10:08 WARN msg +2024-04-03T03:44:42 INFO msg +2024-04-03T03:25:24 ERROR msg +2024-04-03T07:24:43 WARN msg +2024-04-03T15:25:42 ERROR msg +2024-04-03T03:50:51 WARN msg +2024-04-03T09:04:26 WARN msg +2024-04-03T07:13:00 INFO msg +2024-04-03T03:06:04 ERROR msg +2024-04-03T20:20:01 ERROR msg +2024-04-03T01:29:12 ERROR msg +2024-04-03T18:23:41 ERROR msg +2024-04-03T12:32:15 INFO msg +2024-04-03T04:54:49 WARN msg +2024-04-03T17:23:40 ERROR msg +2024-04-03T04:08:45 INFO msg +2024-04-03T05:56:40 INFO msg +2024-04-03T17:58:03 ERROR msg +2024-04-03T07:22:03 INFO msg +2024-04-03T20:40:48 INFO msg +2024-04-03T00:33:48 WARN msg +2024-04-03T17:48:08 ERROR msg +2024-04-03T21:37:40 ERROR msg +2024-04-03T03:53:29 WARN msg +2024-04-03T02:12:46 INFO msg +2024-04-03T03:45:48 ERROR msg +2024-04-03T09:05:00 ERROR msg +2024-04-03T22:40:16 WARN msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-04.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..111872100522e48beb728a7bd9c1072d940e2653 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-04.log @@ -0,0 +1,31 @@ +2024-04-04T19:37:42 ERROR msg +2024-04-04T22:37:11 ERROR msg +2024-04-04T03:00:49 WARN msg +2024-04-04T13:43:07 WARN msg +2024-04-04T19:02:35 INFO msg +2024-04-04T01:23:25 ERROR msg +2024-04-04T10:05:34 WARN msg +2024-04-04T05:19:05 INFO msg +2024-04-04T09:25:36 INFO msg +2024-04-04T17:17:12 WARN msg +2024-04-04T00:32:33 ERROR msg +2024-04-04T10:25:40 INFO msg +2024-04-04T12:08:46 ERROR msg +2024-04-04T15:01:35 INFO msg +2024-04-04T22:22:43 ERROR msg +2024-04-04T18:06:26 ERROR msg +2024-04-04T17:38:56 INFO msg +2024-04-04T12:05:42 WARN msg +2024-04-04T09:12:12 ERROR msg +2024-04-04T04:18:58 ERROR msg +2024-04-04T17:17:37 ERROR msg +2024-04-04T10:07:56 ERROR msg +2024-04-04T18:10:53 WARN msg +2024-04-04T17:36:58 ERROR msg +2024-04-04T14:27:53 ERROR msg +2024-04-04T01:53:47 INFO msg +2024-04-04T12:41:46 ERROR msg +2024-04-04T22:25:48 INFO msg +2024-04-04T15:20:34 INFO msg +2024-04-04T21:45:35 WARN msg +2024-04-04T16:03:58 ERROR msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-05.log b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..869ff37cbe381253a25bd8bf59074428299dc5c6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/ops/errors/webhook-dispatcher/2024-04-05.log @@ -0,0 +1,31 @@ +2024-04-05T01:38:28 ERROR msg +2024-04-05T10:23:47 WARN msg +2024-04-05T17:52:21 ERROR msg +2024-04-05T08:05:01 ERROR msg +2024-04-05T22:12:10 INFO msg +2024-04-05T10:12:12 ERROR msg +2024-04-05T15:08:55 ERROR msg +2024-04-05T23:28:38 ERROR msg +2024-04-05T18:13:50 INFO msg +2024-04-05T00:50:52 INFO msg +2024-04-05T21:47:38 ERROR msg +2024-04-05T10:04:14 ERROR msg +2024-04-05T08:49:44 INFO msg +2024-04-05T07:22:54 INFO msg +2024-04-05T23:06:44 INFO msg +2024-04-05T18:19:19 INFO msg +2024-04-05T05:09:51 WARN msg +2024-04-05T00:03:43 WARN msg +2024-04-05T04:48:08 INFO msg +2024-04-05T21:55:49 WARN msg +2024-04-05T02:58:07 INFO msg +2024-04-05T07:28:36 INFO msg +2024-04-05T14:09:22 ERROR msg +2024-04-05T11:51:39 ERROR msg +2024-04-05T12:45:21 INFO msg +2024-04-05T19:40:23 ERROR msg +2024-04-05T18:00:43 INFO msg +2024-04-05T15:14:28 WARN msg +2024-04-05T02:39:17 INFO msg +2024-04-05T10:59:48 INFO msg +2024-04-05T19:09:57 INFO msg diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e23216d7ff/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..ac8e16321846b74e6fc3c616333fdcf7742b76e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/compute.tf @@ -0,0 +1,24 @@ +resource "aws_sns_topic" "primary_96" { + name = "primary_96" + tags = { env = "canary" } +} + +resource "aws_sqs_queue" "secondary_16" { + name = "secondary_16" + tags = { env = "canary" } +} + +resource "aws_subnet" "hot_06" { + name = "hot_06" + tags = { env = "canary" } +} + +resource "aws_ec2_instance" "cold_44" { + name = "cold_44" + tags = { env = "canary" } +} + +resource "aws_security_group" "primary_27" { + name = "primary_27" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/data.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..c6f6c4a405ce5213bbe5d24bf99952db6705062d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/data.tf @@ -0,0 +1,14 @@ +resource "aws_vpc" "hot_31" { + name = "hot_31" + tags = { env = "canary" } +} + +resource "aws_s3_bucket" "cold_27" { + name = "cold_27" + tags = { env = "canary" } +} + +resource "aws_dynamodb_table" "cold_68" { + name = "cold_68" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..600e32e168ab06af56d21e1ce5259b3db4841936 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/messaging.tf @@ -0,0 +1,29 @@ +resource "aws_dynamodb_table" "secondary_67" { + name = "secondary_67" + tags = { env = "canary" } +} + +resource "aws_lambda_function" "secondary_92" { + name = "secondary_92" + tags = { env = "canary" } +} + +resource "aws_rds_instance" "hot_89" { + name = "hot_89" + tags = { env = "canary" } +} + +resource "aws_sns_topic" "archive_04" { + name = "archive_04" + tags = { env = "canary" } +} + +resource "aws_iam_role" "hot_57" { + name = "hot_57" + tags = { env = "canary" } +} + +resource "aws_subnet" "primary_71" { + name = "primary_71" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/network.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..fb94a2c02c14e58e75d0129e0ae399c198f7ab44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/canary/network.tf @@ -0,0 +1,29 @@ +resource "aws_ec2_instance" "hot_88" { + name = "hot_88" + tags = { env = "canary" } +} + +resource "aws_rds_instance" "cold_88" { + name = "cold_88" + tags = { env = "canary" } +} + +resource "aws_security_group" "cold_01" { + name = "cold_01" + tags = { env = "canary" } +} + +resource "aws_ec2_instance" "archive_34" { + name = "archive_34" + tags = { env = "canary" } +} + +resource "aws_rds_instance" "primary_25" { + name = "primary_25" + tags = { env = "canary" } +} + +resource "aws_subnet" "primary_96" { + name = "primary_96" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..1c62b73edcaaca5cc57c2f6eeadb596887dfe563 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/compute.tf @@ -0,0 +1,14 @@ +resource "aws_sqs_queue" "hot_96" { + name = "hot_96" + tags = { env = "dev" } +} + +resource "aws_rds_instance" "cold_08" { + name = "cold_08" + tags = { env = "dev" } +} + +resource "aws_security_group" "hot_23" { + name = "hot_23" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/data.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..fdd5555f94d697a41e9fc4cbad34e47ddf552681 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/data.tf @@ -0,0 +1,14 @@ +resource "aws_ec2_instance" "archive_36" { + name = "archive_36" + tags = { env = "dev" } +} + +resource "aws_cloudwatch_log_group" "secondary_13" { + name = "secondary_13" + tags = { env = "dev" } +} + +resource "aws_cloudwatch_log_group" "primary_11" { + name = "primary_11" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..efbfeb69ec3958f4d760f1f81bf02ead6d039a54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/messaging.tf @@ -0,0 +1,19 @@ +resource "aws_security_group" "primary_40" { + name = "primary_40" + tags = { env = "dev" } +} + +resource "aws_lambda_function" "hot_50" { + name = "hot_50" + tags = { env = "dev" } +} + +resource "aws_rds_instance" "archive_05" { + name = "archive_05" + tags = { env = "dev" } +} + +resource "aws_lambda_function" "hot_67" { + name = "hot_67" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/network.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..dd2488d370af563fbcc2d4c14468b35900756d96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/dev/network.tf @@ -0,0 +1,24 @@ +resource "aws_dynamodb_table" "hot_21" { + name = "hot_21" + tags = { env = "dev" } +} + +resource "aws_iam_role" "archive_16" { + name = "archive_16" + tags = { env = "dev" } +} + +resource "aws_iam_role" "cold_06" { + name = "cold_06" + tags = { env = "dev" } +} + +resource "aws_subnet" "archive_67" { + name = "archive_67" + tags = { env = "dev" } +} + +resource "aws_cloudwatch_log_group" "secondary_57" { + name = "secondary_57" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..b7e0c6332236f338bfe27424dfed6b0dab0fc4d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/compute.tf @@ -0,0 +1,29 @@ +resource "aws_s3_bucket" "archive_29" { + name = "archive_29" + tags = { env = "prod" } +} + +resource "aws_ec2_instance" "hot_12" { + name = "hot_12" + tags = { env = "prod" } +} + +resource "aws_subnet" "secondary_71" { + name = "secondary_71" + tags = { env = "prod" } +} + +resource "aws_vpc" "secondary_22" { + name = "secondary_22" + tags = { env = "prod" } +} + +resource "aws_ec2_instance" "cold_00" { + name = "cold_00" + tags = { env = "prod" } +} + +resource "aws_cloudwatch_log_group" "primary_59" { + name = "primary_59" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/data.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..a259e7cf934572748f1701c8bdd9149f4b37cd6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/data.tf @@ -0,0 +1,24 @@ +resource "aws_security_group" "hot_53" { + name = "hot_53" + tags = { env = "prod" } +} + +resource "aws_lambda_function" "primary_36" { + name = "primary_36" + tags = { env = "prod" } +} + +resource "aws_sqs_queue" "hot_58" { + name = "hot_58" + tags = { env = "prod" } +} + +resource "aws_subnet" "archive_82" { + name = "archive_82" + tags = { env = "prod" } +} + +resource "aws_sns_topic" "cold_18" { + name = "cold_18" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..b86b3e07c0080f9d5f4d162ef8597a046cce8043 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/messaging.tf @@ -0,0 +1,19 @@ +resource "aws_iam_role" "cold_71" { + name = "cold_71" + tags = { env = "prod" } +} + +resource "aws_sns_topic" "archive_50" { + name = "archive_50" + tags = { env = "prod" } +} + +resource "aws_s3_bucket" "primary_04" { + name = "primary_04" + tags = { env = "prod" } +} + +resource "aws_sqs_queue" "secondary_36" { + name = "secondary_36" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/network.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..b3a8ec5e36fca2c6a74ad15edfe7da71c089eb5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/prod/network.tf @@ -0,0 +1,19 @@ +resource "aws_rds_instance" "archive_02" { + name = "archive_02" + tags = { env = "prod" } +} + +resource "aws_rds_instance" "archive_11" { + name = "archive_11" + tags = { env = "prod" } +} + +resource "aws_sns_topic" "hot_26" { + name = "hot_26" + tags = { env = "prod" } +} + +resource "aws_dynamodb_table" "secondary_20" { + name = "secondary_20" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..2616c85a883ac4e1c0dd686a8525cae0693964ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/compute.tf @@ -0,0 +1,19 @@ +resource "aws_sns_topic" "hot_65" { + name = "hot_65" + tags = { env = "staging" } +} + +resource "aws_dynamodb_table" "primary_82" { + name = "primary_82" + tags = { env = "staging" } +} + +resource "aws_s3_bucket" "secondary_36" { + name = "secondary_36" + tags = { env = "staging" } +} + +resource "aws_ec2_instance" "hot_64" { + name = "hot_64" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/data.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..b3851dd1d8f8c92ba45000349420f6f3fad565bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/data.tf @@ -0,0 +1,24 @@ +resource "aws_dynamodb_table" "cold_00" { + name = "cold_00" + tags = { env = "staging" } +} + +resource "aws_security_group" "archive_21" { + name = "archive_21" + tags = { env = "staging" } +} + +resource "aws_iam_role" "hot_98" { + name = "hot_98" + tags = { env = "staging" } +} + +resource "aws_sns_topic" "hot_72" { + name = "hot_72" + tags = { env = "staging" } +} + +resource "aws_sns_topic" "secondary_52" { + name = "secondary_52" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..148002dc8cf0b2aa152ccb23ef40595f4d6cc2cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/messaging.tf @@ -0,0 +1,14 @@ +resource "aws_dynamodb_table" "archive_10" { + name = "archive_10" + tags = { env = "staging" } +} + +resource "aws_security_group" "secondary_64" { + name = "secondary_64" + tags = { env = "staging" } +} + +resource "aws_sns_topic" "primary_37" { + name = "primary_37" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/network.tf b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..c40743b40a6c051a5d9a361b3e18bb88bcafe994 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/terraform/staging/network.tf @@ -0,0 +1,24 @@ +resource "aws_lambda_function" "primary_18" { + name = "primary_18" + tags = { env = "staging" } +} + +resource "aws_iam_role" "primary_55" { + name = "primary_55" + tags = { env = "staging" } +} + +resource "aws_iam_role" "cold_60" { + name = "cold_60" + tags = { env = "staging" } +} + +resource "aws_cloudwatch_log_group" "primary_01" { + name = "primary_01" + tags = { env = "staging" } +} + +resource "aws_sqs_queue" "hot_29" { + name = "hot_29" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..ac8e16321846b74e6fc3c616333fdcf7742b76e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/compute.tf @@ -0,0 +1,24 @@ +resource "aws_sns_topic" "primary_96" { + name = "primary_96" + tags = { env = "canary" } +} + +resource "aws_sqs_queue" "secondary_16" { + name = "secondary_16" + tags = { env = "canary" } +} + +resource "aws_subnet" "hot_06" { + name = "hot_06" + tags = { env = "canary" } +} + +resource "aws_ec2_instance" "cold_44" { + name = "cold_44" + tags = { env = "canary" } +} + +resource "aws_security_group" "primary_27" { + name = "primary_27" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/data.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..c6f6c4a405ce5213bbe5d24bf99952db6705062d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/data.tf @@ -0,0 +1,14 @@ +resource "aws_vpc" "hot_31" { + name = "hot_31" + tags = { env = "canary" } +} + +resource "aws_s3_bucket" "cold_27" { + name = "cold_27" + tags = { env = "canary" } +} + +resource "aws_dynamodb_table" "cold_68" { + name = "cold_68" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..600e32e168ab06af56d21e1ce5259b3db4841936 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/messaging.tf @@ -0,0 +1,29 @@ +resource "aws_dynamodb_table" "secondary_67" { + name = "secondary_67" + tags = { env = "canary" } +} + +resource "aws_lambda_function" "secondary_92" { + name = "secondary_92" + tags = { env = "canary" } +} + +resource "aws_rds_instance" "hot_89" { + name = "hot_89" + tags = { env = "canary" } +} + +resource "aws_sns_topic" "archive_04" { + name = "archive_04" + tags = { env = "canary" } +} + +resource "aws_iam_role" "hot_57" { + name = "hot_57" + tags = { env = "canary" } +} + +resource "aws_subnet" "primary_71" { + name = "primary_71" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/network.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..fb94a2c02c14e58e75d0129e0ae399c198f7ab44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/canary/network.tf @@ -0,0 +1,29 @@ +resource "aws_ec2_instance" "hot_88" { + name = "hot_88" + tags = { env = "canary" } +} + +resource "aws_rds_instance" "cold_88" { + name = "cold_88" + tags = { env = "canary" } +} + +resource "aws_security_group" "cold_01" { + name = "cold_01" + tags = { env = "canary" } +} + +resource "aws_ec2_instance" "archive_34" { + name = "archive_34" + tags = { env = "canary" } +} + +resource "aws_rds_instance" "primary_25" { + name = "primary_25" + tags = { env = "canary" } +} + +resource "aws_subnet" "primary_96" { + name = "primary_96" + tags = { env = "canary" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..1c62b73edcaaca5cc57c2f6eeadb596887dfe563 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/compute.tf @@ -0,0 +1,14 @@ +resource "aws_sqs_queue" "hot_96" { + name = "hot_96" + tags = { env = "dev" } +} + +resource "aws_rds_instance" "cold_08" { + name = "cold_08" + tags = { env = "dev" } +} + +resource "aws_security_group" "hot_23" { + name = "hot_23" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/data.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..fdd5555f94d697a41e9fc4cbad34e47ddf552681 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/data.tf @@ -0,0 +1,14 @@ +resource "aws_ec2_instance" "archive_36" { + name = "archive_36" + tags = { env = "dev" } +} + +resource "aws_cloudwatch_log_group" "secondary_13" { + name = "secondary_13" + tags = { env = "dev" } +} + +resource "aws_cloudwatch_log_group" "primary_11" { + name = "primary_11" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..efbfeb69ec3958f4d760f1f81bf02ead6d039a54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/messaging.tf @@ -0,0 +1,19 @@ +resource "aws_security_group" "primary_40" { + name = "primary_40" + tags = { env = "dev" } +} + +resource "aws_lambda_function" "hot_50" { + name = "hot_50" + tags = { env = "dev" } +} + +resource "aws_rds_instance" "archive_05" { + name = "archive_05" + tags = { env = "dev" } +} + +resource "aws_lambda_function" "hot_67" { + name = "hot_67" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/network.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..dd2488d370af563fbcc2d4c14468b35900756d96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/dev/network.tf @@ -0,0 +1,24 @@ +resource "aws_dynamodb_table" "hot_21" { + name = "hot_21" + tags = { env = "dev" } +} + +resource "aws_iam_role" "archive_16" { + name = "archive_16" + tags = { env = "dev" } +} + +resource "aws_iam_role" "cold_06" { + name = "cold_06" + tags = { env = "dev" } +} + +resource "aws_subnet" "archive_67" { + name = "archive_67" + tags = { env = "dev" } +} + +resource "aws_cloudwatch_log_group" "secondary_57" { + name = "secondary_57" + tags = { env = "dev" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..b7e0c6332236f338bfe27424dfed6b0dab0fc4d8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/compute.tf @@ -0,0 +1,29 @@ +resource "aws_s3_bucket" "archive_29" { + name = "archive_29" + tags = { env = "prod" } +} + +resource "aws_ec2_instance" "hot_12" { + name = "hot_12" + tags = { env = "prod" } +} + +resource "aws_subnet" "secondary_71" { + name = "secondary_71" + tags = { env = "prod" } +} + +resource "aws_vpc" "secondary_22" { + name = "secondary_22" + tags = { env = "prod" } +} + +resource "aws_ec2_instance" "cold_00" { + name = "cold_00" + tags = { env = "prod" } +} + +resource "aws_cloudwatch_log_group" "primary_59" { + name = "primary_59" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/data.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..a259e7cf934572748f1701c8bdd9149f4b37cd6a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/data.tf @@ -0,0 +1,24 @@ +resource "aws_security_group" "hot_53" { + name = "hot_53" + tags = { env = "prod" } +} + +resource "aws_lambda_function" "primary_36" { + name = "primary_36" + tags = { env = "prod" } +} + +resource "aws_sqs_queue" "hot_58" { + name = "hot_58" + tags = { env = "prod" } +} + +resource "aws_subnet" "archive_82" { + name = "archive_82" + tags = { env = "prod" } +} + +resource "aws_sns_topic" "cold_18" { + name = "cold_18" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..b86b3e07c0080f9d5f4d162ef8597a046cce8043 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/messaging.tf @@ -0,0 +1,19 @@ +resource "aws_iam_role" "cold_71" { + name = "cold_71" + tags = { env = "prod" } +} + +resource "aws_sns_topic" "archive_50" { + name = "archive_50" + tags = { env = "prod" } +} + +resource "aws_s3_bucket" "primary_04" { + name = "primary_04" + tags = { env = "prod" } +} + +resource "aws_sqs_queue" "secondary_36" { + name = "secondary_36" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/network.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..b3a8ec5e36fca2c6a74ad15edfe7da71c089eb5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/prod/network.tf @@ -0,0 +1,19 @@ +resource "aws_rds_instance" "archive_02" { + name = "archive_02" + tags = { env = "prod" } +} + +resource "aws_rds_instance" "archive_11" { + name = "archive_11" + tags = { env = "prod" } +} + +resource "aws_sns_topic" "hot_26" { + name = "hot_26" + tags = { env = "prod" } +} + +resource "aws_dynamodb_table" "secondary_20" { + name = "secondary_20" + tags = { env = "prod" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/compute.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/compute.tf new file mode 100644 index 0000000000000000000000000000000000000000..2616c85a883ac4e1c0dd686a8525cae0693964ea --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/compute.tf @@ -0,0 +1,19 @@ +resource "aws_sns_topic" "hot_65" { + name = "hot_65" + tags = { env = "staging" } +} + +resource "aws_dynamodb_table" "primary_82" { + name = "primary_82" + tags = { env = "staging" } +} + +resource "aws_s3_bucket" "secondary_36" { + name = "secondary_36" + tags = { env = "staging" } +} + +resource "aws_ec2_instance" "hot_64" { + name = "hot_64" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/data.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/data.tf new file mode 100644 index 0000000000000000000000000000000000000000..b3851dd1d8f8c92ba45000349420f6f3fad565bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/data.tf @@ -0,0 +1,24 @@ +resource "aws_dynamodb_table" "cold_00" { + name = "cold_00" + tags = { env = "staging" } +} + +resource "aws_security_group" "archive_21" { + name = "archive_21" + tags = { env = "staging" } +} + +resource "aws_iam_role" "hot_98" { + name = "hot_98" + tags = { env = "staging" } +} + +resource "aws_sns_topic" "hot_72" { + name = "hot_72" + tags = { env = "staging" } +} + +resource "aws_sns_topic" "secondary_52" { + name = "secondary_52" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/messaging.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/messaging.tf new file mode 100644 index 0000000000000000000000000000000000000000..148002dc8cf0b2aa152ccb23ef40595f4d6cc2cb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/messaging.tf @@ -0,0 +1,14 @@ +resource "aws_dynamodb_table" "archive_10" { + name = "archive_10" + tags = { env = "staging" } +} + +resource "aws_security_group" "secondary_64" { + name = "secondary_64" + tags = { env = "staging" } +} + +resource "aws_sns_topic" "primary_37" { + name = "primary_37" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/network.tf b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/network.tf new file mode 100644 index 0000000000000000000000000000000000000000..c40743b40a6c051a5d9a361b3e18bb88bcafe994 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/terraform/staging/network.tf @@ -0,0 +1,24 @@ +resource "aws_lambda_function" "primary_18" { + name = "primary_18" + tags = { env = "staging" } +} + +resource "aws_iam_role" "primary_55" { + name = "primary_55" + tags = { env = "staging" } +} + +resource "aws_iam_role" "cold_60" { + name = "cold_60" + tags = { env = "staging" } +} + +resource "aws_cloudwatch_log_group" "primary_01" { + name = "primary_01" + tags = { env = "staging" } +} + +resource "aws_sqs_queue" "hot_29" { + name = "hot_29" + tags = { env = "staging" } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e25242c847/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/auth-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/auth-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..c60d4d78e99637275c1216332243954ad85b10cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/auth-api/requirements.txt @@ -0,0 +1,6 @@ +flask==9.4.43 +kafka-python==5.4.60 +pytest==7.25.42 +requests==8.19.49 +typer==10.9.71 +uvicorn==8.1.32 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/cart-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/cart-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..5de082ff5d1a92104a6a89b76fe3c0fddd7dfc7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/cart-api/requirements.txt @@ -0,0 +1,6 @@ +fastapi==5.10.31 +pydantic==5.18.45 +redis==3.15.50 +requests==6.10.42 +sqlalchemy==9.1.18 +typer==1.26.6 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/catalog-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/catalog-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..be59f3f5ca7de9fffa87c838cf837f2172ff7c96 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/catalog-api/requirements.txt @@ -0,0 +1,8 @@ +flask==2.13.20 +numpy==2.16.37 +pandas==2.27.57 +pydantic==5.26.53 +pytest==4.15.96 +rich==6.13.38 +typer==9.19.90 +uvicorn==10.16.36 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/gateway-edge/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/gateway-edge/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..83ccfe62b5f33f173fa5d50973b28bda0348eb9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/gateway-edge/requirements.txt @@ -0,0 +1,10 @@ +boto3==8.29.78 +fastapi==7.11.13 +flask==1.20.37 +kafka-python==7.6.26 +pandas==10.29.12 +pydantic==8.26.99 +pytest==4.2.51 +rich==5.16.44 +typer==10.4.38 +uvicorn==3.8.21 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/inventory-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/inventory-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..fab4b41e19777872b29e3b969d13b74c6888493d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/inventory-api/requirements.txt @@ -0,0 +1,7 @@ +boto3==7.27.15 +flask==6.3.98 +pydantic==7.21.87 +redis==1.17.96 +requests==9.6.38 +starlette==4.24.6 +uvicorn==10.10.15 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/media-encoder/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/media-encoder/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..87e035cc7f69c026d5d12351c1ab75cd79620e1e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/media-encoder/requirements.txt @@ -0,0 +1,9 @@ +boto3==6.23.82 +fastapi==9.9.88 +kafka-python==10.23.11 +numpy==1.29.26 +pandas==4.19.99 +pydantic==1.25.19 +pytest==2.22.1 +requests==1.12.95 +rich==9.19.98 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/orders-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/orders-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca7077c13b6013d93c34e1c972494a1ba3aff3b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/orders-api/requirements.txt @@ -0,0 +1,8 @@ +flask==8.25.31 +numpy==3.15.69 +pydantic==8.2.80 +pytest==8.22.88 +requests==8.5.81 +rich==6.6.35 +starlette==9.21.50 +typer==10.3.78 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/recommender-rt/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/recommender-rt/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..063f28124ecc5229bc60c251436f0a21fd9c83f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/recommender-rt/requirements.txt @@ -0,0 +1,6 @@ +boto3==4.28.2 +numpy==1.18.45 +pydantic==1.3.14 +redis==2.6.53 +rich==9.11.34 +typer==3.10.28 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/session-store/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/session-store/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a2c892e8ff47041d7e15d7ce7b151b1e365b864 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/session-store/requirements.txt @@ -0,0 +1,9 @@ +flask==8.12.69 +kafka-python==6.1.45 +pydantic==3.23.73 +pytest==6.19.41 +redis==4.6.7 +requests==1.5.8 +rich==8.14.19 +sqlalchemy==5.5.98 +typer==9.10.83 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/users-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/users-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..bff4b711b5aa6aaa25a5ca9d9c3ffb06f913d679 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/services/users-api/requirements.txt @@ -0,0 +1,8 @@ +boto3==5.11.2 +fastapi==4.17.80 +kafka-python==10.9.9 +pandas==3.28.23 +redis==9.23.11 +rich==1.27.52 +typer==6.1.45 +uvicorn==10.7.5 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/auth-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/auth-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..10c2fcd547d97ea7e752fb103277a2bd45548e2f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/auth-api/requirements.txt @@ -0,0 +1,8 @@ +typer==10.9.71 +pytest==7.25.42 +flask==9.4.43 +uvicorn==8.1.32 +# generated +kafka-python==5.4.60 + +requests==8.19.49 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/cart-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/cart-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..56b92100b386a1b2cd45b9ef65997f3907520607 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/cart-api/requirements.txt @@ -0,0 +1,8 @@ +typer==1.26.6 + +requests==6.10.42 +# generated +redis==3.15.50 +pydantic==5.18.45 +fastapi==5.10.31 +sqlalchemy==9.1.18 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/catalog-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/catalog-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..df4991e95fdc4c0cbf21ce9f5e4088c4bfa13dd1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/catalog-api/requirements.txt @@ -0,0 +1,10 @@ +rich==6.13.38 +flask==2.13.20 + +uvicorn==10.16.36 +pydantic==5.26.53 +pytest==4.15.96 +typer==9.19.90 +numpy==2.16.37 +# generated +pandas==2.27.57 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/gateway-edge/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/gateway-edge/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..c726d6df61a36e9d8b81c35a853408d4768343ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/gateway-edge/requirements.txt @@ -0,0 +1,12 @@ +# generated + +fastapi==7.11.13 +pytest==4.2.51 +typer==10.4.38 +kafka-python==7.6.26 +pandas==10.29.12 +flask==1.20.37 +boto3==8.29.78 +rich==5.16.44 +uvicorn==3.8.21 +pydantic==8.26.99 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/inventory-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/inventory-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f46f8285acf56a3f82efc85887bb2379f127f2d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/inventory-api/requirements.txt @@ -0,0 +1,9 @@ +pydantic==7.21.87 +# generated +flask==6.3.98 +starlette==4.24.6 +boto3==7.27.15 +redis==1.17.96 +requests==9.6.38 + +uvicorn==10.10.15 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/media-encoder/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/media-encoder/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..25e072ffcaf27cc99badd05ef114333801e43606 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/media-encoder/requirements.txt @@ -0,0 +1,11 @@ +boto3==6.23.82 +# generated +numpy==1.29.26 +fastapi==9.9.88 +kafka-python==10.23.11 +pandas==4.19.99 +pydantic==1.25.19 +rich==9.19.98 + +requests==1.12.95 +pytest==2.22.1 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/orders-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/orders-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..07a66c597f09fbb25c167f9761628bd08aea7fd6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/orders-api/requirements.txt @@ -0,0 +1,10 @@ +pydantic==8.2.80 +numpy==3.15.69 +# generated +pytest==8.22.88 +flask==8.25.31 +requests==8.5.81 +typer==10.3.78 +starlette==9.21.50 + +rich==6.6.35 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/recommender-rt/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/recommender-rt/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..d48f50582299885d50ab631726c810a958f81737 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/recommender-rt/requirements.txt @@ -0,0 +1,8 @@ +numpy==1.18.45 +# generated +rich==9.11.34 +pydantic==1.3.14 +boto3==4.28.2 +typer==3.10.28 + +redis==2.6.53 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/session-store/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/session-store/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..8102a1d03416f210f13cb6dbf6ddec445579c203 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/session-store/requirements.txt @@ -0,0 +1,11 @@ +pydantic==3.23.73 +redis==4.6.7 +# generated + +typer==9.10.83 +flask==8.12.69 +pytest==6.19.41 +kafka-python==6.1.45 +rich==8.14.19 +sqlalchemy==5.5.98 +requests==1.5.8 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/users-api/requirements.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/users-api/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a860e26b6874a84a2fd50c986ee1fa11e027169e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/services/users-api/requirements.txt @@ -0,0 +1,10 @@ + +fastapi==4.17.80 +typer==6.1.45 +kafka-python==10.9.9 +rich==1.27.52 +# generated +pandas==3.28.23 +uvicorn==10.7.5 +redis==9.23.11 +boto3==5.11.2 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e31bb82a1a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/email.po new file mode 100644 index 0000000000000000000000000000000000000000..279a0214d067e6ade844c631ae085e71274bab27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-de" + +msgid "save" +msgstr "enregistrer-de" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-de" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "connexion-de" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-de" + +msgid "profile" +msgstr "profil-de" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-de" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..daf8be263ece74c2303362655266c8ddf366a494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-de" + +msgid "save" +msgstr "enregistrer-de" + +msgid "cancel" +msgstr "annuler-de" + +msgid "delete" +msgstr "supprimer-de" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-de" + +msgid "profile" +msgstr "profil-de" + +msgid "search" +msgstr "rechercher-de" + +msgid "help" +msgstr "aide-de" + +msgid "about" +msgstr "à propos-de" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/web.po new file mode 100644 index 0000000000000000000000000000000000000000..bf4777694880e26cbec65ca498dabd2f593d4c0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/de/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-de" + +msgid "save" +msgstr "enregistrer-de" + +msgid "cancel" +msgstr "annuler-de" + +msgid "delete" +msgstr "supprimer-de" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "connexion-de" + +msgid "logout" +msgstr "déconnexion-de" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-de" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/email.po new file mode 100644 index 0000000000000000000000000000000000000000..65848330499f83c5491edfcec85cbd2484ef159f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-en" + +msgid "save" +msgstr "enregistrer-en" + +msgid "cancel" +msgstr "annuler-en" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "modifier-en" + +msgid "login" +msgstr "connexion-en" + +msgid "logout" +msgstr "déconnexion-en" + +msgid "settings" +msgstr "paramètres-en" + +msgid "profile" +msgstr "profil-en" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "aide-en" + +msgid "about" +msgstr "à propos-en" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..a70c7835b10692a54f90f19bdc8b8ae8f423509f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-en" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "déconnexion-en" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-en" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/web.po new file mode 100644 index 0000000000000000000000000000000000000000..f65ec8b7d87b9ec38111bd684bc95661af616d06 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/en/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-en" + +msgid "save" +msgstr "enregistrer-en" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-en" + +msgid "edit" +msgstr "modifier-en" + +msgid "login" +msgstr "connexion-en" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-en" + +msgid "search" +msgstr "rechercher-en" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-en" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/email.po new file mode 100644 index 0000000000000000000000000000000000000000..fb909ceef69c46d0a36a43a0c184f5b3359d4554 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-es" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "modifier-es" + +msgid "login" +msgstr "connexion-es" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-es" + +msgid "profile" +msgstr "profil-es" + +msgid "search" +msgstr "rechercher-es" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-es" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..32889b6f616dd2e5619539f498997b4649dddc81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "enregistrer-es" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-es" + +msgid "edit" +msgstr "modifier-es" + +msgid "login" +msgstr "connexion-es" + +msgid "logout" +msgstr "déconnexion-es" + +msgid "settings" +msgstr "paramètres-es" + +msgid "profile" +msgstr "profil-es" + +msgid "search" +msgstr "rechercher-es" + +msgid "help" +msgstr "aide-es" + +msgid "about" +msgstr "à propos-es" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/web.po new file mode 100644 index 0000000000000000000000000000000000000000..b28e185ea4d52858c1498d61ca122af96f95b6b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/es/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-es" + +msgid "save" +msgstr "enregistrer-es" + +msgid "cancel" +msgstr "annuler-es" + +msgid "delete" +msgstr "supprimer-es" + +msgid "edit" +msgstr "modifier-es" + +msgid "login" +msgstr "connexion-es" + +msgid "logout" +msgstr "déconnexion-es" + +msgid "settings" +msgstr "paramètres-es" + +msgid "profile" +msgstr "profil-es" + +msgid "search" +msgstr "rechercher-es" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-es" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/email.po new file mode 100644 index 0000000000000000000000000000000000000000..143cf6de53758ce1882cf8f4f514135a8d4ef081 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-fr" + +msgid "edit" +msgstr "modifier-fr" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-fr" + +msgid "profile" +msgstr "profil-fr" + +msgid "search" +msgstr "rechercher-fr" + +msgid "help" +msgstr "aide-fr" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..faedfbf716737ac4dde3e432369c78ebc3b87e29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "enregistrer-fr" + +msgid "cancel" +msgstr "annuler-fr" + +msgid "delete" +msgstr "supprimer-fr" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "déconnexion-fr" + +msgid "settings" +msgstr "paramètres-fr" + +msgid "profile" +msgstr "profil-fr" + +msgid "search" +msgstr "rechercher-fr" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/web.po new file mode 100644 index 0000000000000000000000000000000000000000..d8d7579acbdf8fcf4afb2611263f1ee425119406 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/fr/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "enregistrer-fr" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "connexion-fr" + +msgid "logout" +msgstr "déconnexion-fr" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-fr" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/email.po new file mode 100644 index 0000000000000000000000000000000000000000..c0422c40745ccd546f2a2446de0565641d4503a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-ja" + +msgid "edit" +msgstr "modifier-ja" + +msgid "login" +msgstr "connexion-ja" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-ja" + +msgid "search" +msgstr "rechercher-ja" + +msgid "help" +msgstr "aide-ja" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..d0fb21066dd22fa8493168d850d3fe6d7f91d443 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-ja" + +msgid "save" +msgstr "enregistrer-ja" + +msgid "cancel" +msgstr "annuler-ja" + +msgid "delete" +msgstr "supprimer-ja" + +msgid "edit" +msgstr "modifier-ja" + +msgid "login" +msgstr "connexion-ja" + +msgid "logout" +msgstr "déconnexion-ja" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "aide-ja" + +msgid "about" +msgstr "à propos-ja" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/web.po new file mode 100644 index 0000000000000000000000000000000000000000..4bdfa0cae804d4677625dc3e3a89164c21ff88d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/translations/ja/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "annuler-ja" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "modifier-ja" + +msgid "login" +msgstr "connexion-ja" + +msgid "logout" +msgstr "déconnexion-ja" + +msgid "settings" +msgstr "paramètres-ja" + +msgid "profile" +msgstr "profil-ja" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "aide-ja" + +msgid "about" +msgstr "à propos-ja" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/email.po new file mode 100644 index 0000000000000000000000000000000000000000..279a0214d067e6ade844c631ae085e71274bab27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-de" + +msgid "save" +msgstr "enregistrer-de" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-de" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "connexion-de" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-de" + +msgid "profile" +msgstr "profil-de" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-de" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..daf8be263ece74c2303362655266c8ddf366a494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-de" + +msgid "save" +msgstr "enregistrer-de" + +msgid "cancel" +msgstr "annuler-de" + +msgid "delete" +msgstr "supprimer-de" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-de" + +msgid "profile" +msgstr "profil-de" + +msgid "search" +msgstr "rechercher-de" + +msgid "help" +msgstr "aide-de" + +msgid "about" +msgstr "à propos-de" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/web.po new file mode 100644 index 0000000000000000000000000000000000000000..bf4777694880e26cbec65ca498dabd2f593d4c0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/de/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-de" + +msgid "save" +msgstr "enregistrer-de" + +msgid "cancel" +msgstr "annuler-de" + +msgid "delete" +msgstr "supprimer-de" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "connexion-de" + +msgid "logout" +msgstr "déconnexion-de" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-de" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/email.po new file mode 100644 index 0000000000000000000000000000000000000000..65848330499f83c5491edfcec85cbd2484ef159f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-en" + +msgid "save" +msgstr "enregistrer-en" + +msgid "cancel" +msgstr "annuler-en" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "modifier-en" + +msgid "login" +msgstr "connexion-en" + +msgid "logout" +msgstr "déconnexion-en" + +msgid "settings" +msgstr "paramètres-en" + +msgid "profile" +msgstr "profil-en" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "aide-en" + +msgid "about" +msgstr "à propos-en" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..a70c7835b10692a54f90f19bdc8b8ae8f423509f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-en" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "déconnexion-en" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-en" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/web.po new file mode 100644 index 0000000000000000000000000000000000000000..f65ec8b7d87b9ec38111bd684bc95661af616d06 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/en/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-en" + +msgid "save" +msgstr "enregistrer-en" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-en" + +msgid "edit" +msgstr "modifier-en" + +msgid "login" +msgstr "connexion-en" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-en" + +msgid "search" +msgstr "rechercher-en" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-en" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/email.po new file mode 100644 index 0000000000000000000000000000000000000000..fb909ceef69c46d0a36a43a0c184f5b3359d4554 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-es" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "modifier-es" + +msgid "login" +msgstr "connexion-es" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-es" + +msgid "profile" +msgstr "profil-es" + +msgid "search" +msgstr "rechercher-es" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-es" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..32889b6f616dd2e5619539f498997b4649dddc81 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "enregistrer-es" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-es" + +msgid "edit" +msgstr "modifier-es" + +msgid "login" +msgstr "connexion-es" + +msgid "logout" +msgstr "déconnexion-es" + +msgid "settings" +msgstr "paramètres-es" + +msgid "profile" +msgstr "profil-es" + +msgid "search" +msgstr "rechercher-es" + +msgid "help" +msgstr "aide-es" + +msgid "about" +msgstr "à propos-es" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/web.po new file mode 100644 index 0000000000000000000000000000000000000000..b28e185ea4d52858c1498d61ca122af96f95b6b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/es/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-es" + +msgid "save" +msgstr "enregistrer-es" + +msgid "cancel" +msgstr "annuler-es" + +msgid "delete" +msgstr "supprimer-es" + +msgid "edit" +msgstr "modifier-es" + +msgid "login" +msgstr "connexion-es" + +msgid "logout" +msgstr "déconnexion-es" + +msgid "settings" +msgstr "paramètres-es" + +msgid "profile" +msgstr "profil-es" + +msgid "search" +msgstr "rechercher-es" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "à propos-es" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/email.po new file mode 100644 index 0000000000000000000000000000000000000000..143cf6de53758ce1882cf8f4f514135a8d4ef081 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-fr" + +msgid "edit" +msgstr "modifier-fr" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "paramètres-fr" + +msgid "profile" +msgstr "profil-fr" + +msgid "search" +msgstr "rechercher-fr" + +msgid "help" +msgstr "aide-fr" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..faedfbf716737ac4dde3e432369c78ebc3b87e29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "enregistrer-fr" + +msgid "cancel" +msgstr "annuler-fr" + +msgid "delete" +msgstr "supprimer-fr" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "" + +msgid "logout" +msgstr "déconnexion-fr" + +msgid "settings" +msgstr "paramètres-fr" + +msgid "profile" +msgstr "profil-fr" + +msgid "search" +msgstr "rechercher-fr" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/web.po new file mode 100644 index 0000000000000000000000000000000000000000..d8d7579acbdf8fcf4afb2611263f1ee425119406 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/fr/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "enregistrer-fr" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "" + +msgid "login" +msgstr "connexion-fr" + +msgid "logout" +msgstr "déconnexion-fr" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-fr" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/email.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/email.po new file mode 100644 index 0000000000000000000000000000000000000000..c0422c40745ccd546f2a2446de0565641d4503a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/email.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "" + +msgid "delete" +msgstr "supprimer-ja" + +msgid "edit" +msgstr "modifier-ja" + +msgid "login" +msgstr "connexion-ja" + +msgid "logout" +msgstr "" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "profil-ja" + +msgid "search" +msgstr "rechercher-ja" + +msgid "help" +msgstr "aide-ja" + +msgid "about" +msgstr "" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/mobile.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/mobile.po new file mode 100644 index 0000000000000000000000000000000000000000..d0fb21066dd22fa8493168d850d3fe6d7f91d443 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/mobile.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "bienvenue-ja" + +msgid "save" +msgstr "enregistrer-ja" + +msgid "cancel" +msgstr "annuler-ja" + +msgid "delete" +msgstr "supprimer-ja" + +msgid "edit" +msgstr "modifier-ja" + +msgid "login" +msgstr "connexion-ja" + +msgid "logout" +msgstr "déconnexion-ja" + +msgid "settings" +msgstr "" + +msgid "profile" +msgstr "" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "aide-ja" + +msgid "about" +msgstr "à propos-ja" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/web.po b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/web.po new file mode 100644 index 0000000000000000000000000000000000000000..4bdfa0cae804d4677625dc3e3a89164c21ff88d3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/translations/ja/web.po @@ -0,0 +1,40 @@ +# Generated PO file +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "welcome" +msgstr "" + +msgid "save" +msgstr "" + +msgid "cancel" +msgstr "annuler-ja" + +msgid "delete" +msgstr "" + +msgid "edit" +msgstr "modifier-ja" + +msgid "login" +msgstr "connexion-ja" + +msgid "logout" +msgstr "déconnexion-ja" + +msgid "settings" +msgstr "paramètres-ja" + +msgid "profile" +msgstr "profil-ja" + +msgid "search" +msgstr "" + +msgid "help" +msgstr "aide-ja" + +msgid "about" +msgstr "à propos-ja" + diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e47bcb35fb/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J32b479e2.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J32b479e2.json new file mode 100644 index 0000000000000000000000000000000000000000..02f9decb62f04655823ba0be274b08f7b1a913a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J32b479e2.json @@ -0,0 +1,6 @@ +{ + "id": "J32b479e2", + "worker": "worker-a", + "duration_ms": 57651, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J5a0307e4.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J5a0307e4.json new file mode 100644 index 0000000000000000000000000000000000000000..f48cec2164f42156a9211160148b2902e9d32275 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J5a0307e4.json @@ -0,0 +1,6 @@ +{ + "id": "J5a0307e4", + "worker": "worker-a", + "duration_ms": 47285, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J63540ad6.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J63540ad6.json new file mode 100644 index 0000000000000000000000000000000000000000..082f94ca8a3f2848aa87080f7cb080ee51b93955 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J63540ad6.json @@ -0,0 +1,6 @@ +{ + "id": "J63540ad6", + "worker": "worker-a", + "duration_ms": 1480, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J80b8b954.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J80b8b954.json new file mode 100644 index 0000000000000000000000000000000000000000..a789169bfd17f0e7c2414b6554ae9ce9a350db76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/J80b8b954.json @@ -0,0 +1,6 @@ +{ + "id": "J80b8b954", + "worker": "worker-a", + "duration_ms": 13069, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Ja99cfcef.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Ja99cfcef.json new file mode 100644 index 0000000000000000000000000000000000000000..d5c4af800290a9cf685b04ab9e98f24df8f3e005 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Ja99cfcef.json @@ -0,0 +1,6 @@ +{ + "id": "Ja99cfcef", + "worker": "worker-a", + "duration_ms": 32698, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jc951976a.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jc951976a.json new file mode 100644 index 0000000000000000000000000000000000000000..019bbd8276a48d5c5f186e0ff2c300d180896c49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jc951976a.json @@ -0,0 +1,6 @@ +{ + "id": "Jc951976a", + "worker": "worker-a", + "duration_ms": 36982, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jcc9deed1.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jcc9deed1.json new file mode 100644 index 0000000000000000000000000000000000000000..cf5ae165ccf69b1b11e26f17268f71e14efdd380 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jcc9deed1.json @@ -0,0 +1,6 @@ +{ + "id": "Jcc9deed1", + "worker": "worker-a", + "duration_ms": 15962, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jd2523a84.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jd2523a84.json new file mode 100644 index 0000000000000000000000000000000000000000..2295aa434f07866f5191cbdc1aad1d265882591d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jd2523a84.json @@ -0,0 +1,6 @@ +{ + "id": "Jd2523a84", + "worker": "worker-a", + "duration_ms": 3715, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jf4c1fee8.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jf4c1fee8.json new file mode 100644 index 0000000000000000000000000000000000000000..2d7d1e1bfc9776dbff15269da6eab2e653b654ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-a/Jf4c1fee8.json @@ -0,0 +1,6 @@ +{ + "id": "Jf4c1fee8", + "worker": "worker-a", + "duration_ms": 9200, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J0da4b705.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J0da4b705.json new file mode 100644 index 0000000000000000000000000000000000000000..f35359182cd5a229c4864e4ec014b9e12f9220c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J0da4b705.json @@ -0,0 +1,6 @@ +{ + "id": "J0da4b705", + "worker": "worker-b", + "duration_ms": 18871, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J17c96d20.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J17c96d20.json new file mode 100644 index 0000000000000000000000000000000000000000..62c1a96b18f8cd4c6e75612a77953f874c13d55d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J17c96d20.json @@ -0,0 +1,6 @@ +{ + "id": "J17c96d20", + "worker": "worker-b", + "duration_ms": 47900, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J24187f44.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J24187f44.json new file mode 100644 index 0000000000000000000000000000000000000000..d733c25661719ba9aee471b7ecc8434dd8374e76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J24187f44.json @@ -0,0 +1,6 @@ +{ + "id": "J24187f44", + "worker": "worker-b", + "duration_ms": 29826, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J5579c353.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J5579c353.json new file mode 100644 index 0000000000000000000000000000000000000000..1fe9dd8a67fa85eaf14a2a62975eb8559109ebf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J5579c353.json @@ -0,0 +1,6 @@ +{ + "id": "J5579c353", + "worker": "worker-b", + "duration_ms": 32885, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J5901c6b6.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J5901c6b6.json new file mode 100644 index 0000000000000000000000000000000000000000..6902664e95fe84171733a022327c4036af3604b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J5901c6b6.json @@ -0,0 +1,6 @@ +{ + "id": "J5901c6b6", + "worker": "worker-b", + "duration_ms": 25088, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J6a0cb6d8.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J6a0cb6d8.json new file mode 100644 index 0000000000000000000000000000000000000000..bbc25767df10afd39be2f7900ce0fd322833b0a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J6a0cb6d8.json @@ -0,0 +1,6 @@ +{ + "id": "J6a0cb6d8", + "worker": "worker-b", + "duration_ms": 20557, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J929d0114.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J929d0114.json new file mode 100644 index 0000000000000000000000000000000000000000..0e6b8ad03d4aaf90b08e108f6aa6c9064b72cfb8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-b/J929d0114.json @@ -0,0 +1,6 @@ +{ + "id": "J929d0114", + "worker": "worker-b", + "duration_ms": 24091, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J02e4be8a.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J02e4be8a.json new file mode 100644 index 0000000000000000000000000000000000000000..da6da4b095d057a8cbd21ae37e9d4187d4066f47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J02e4be8a.json @@ -0,0 +1,6 @@ +{ + "id": "J02e4be8a", + "worker": "worker-c", + "duration_ms": 27836, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J15751e15.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J15751e15.json new file mode 100644 index 0000000000000000000000000000000000000000..4c5d2ece47c41c852f1e779b914b573c85a9a63a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J15751e15.json @@ -0,0 +1,6 @@ +{ + "id": "J15751e15", + "worker": "worker-c", + "duration_ms": 33793, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J33feb9ad.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J33feb9ad.json new file mode 100644 index 0000000000000000000000000000000000000000..a34d58735f8e1753b3732d7618492a64554c7ef4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J33feb9ad.json @@ -0,0 +1,6 @@ +{ + "id": "J33feb9ad", + "worker": "worker-c", + "duration_ms": 50020, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J82524863.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J82524863.json new file mode 100644 index 0000000000000000000000000000000000000000..cfee63bf16b690416f293eb451c91e498b590acb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/J82524863.json @@ -0,0 +1,6 @@ +{ + "id": "J82524863", + "worker": "worker-c", + "duration_ms": 7053, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Jb1dec70e.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Jb1dec70e.json new file mode 100644 index 0000000000000000000000000000000000000000..b438664094e65d8e5186e0989ea173c198ce7cfc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Jb1dec70e.json @@ -0,0 +1,6 @@ +{ + "id": "Jb1dec70e", + "worker": "worker-c", + "duration_ms": 24256, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Jd1aa2dfa.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Jd1aa2dfa.json new file mode 100644 index 0000000000000000000000000000000000000000..9e628f9e09356b9344902b8cfff86b3e6737fa8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Jd1aa2dfa.json @@ -0,0 +1,6 @@ +{ + "id": "Jd1aa2dfa", + "worker": "worker-c", + "duration_ms": 29860, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Je36b265f.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Je36b265f.json new file mode 100644 index 0000000000000000000000000000000000000000..7fc0a6056de4a59b9e220e1ba5579bffdb3dc224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-c/Je36b265f.json @@ -0,0 +1,6 @@ +{ + "id": "Je36b265f", + "worker": "worker-c", + "duration_ms": 9054, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J17b5c9ea.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J17b5c9ea.json new file mode 100644 index 0000000000000000000000000000000000000000..91fd4ec2ba1c073c515fb36613896162a1fe7f4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J17b5c9ea.json @@ -0,0 +1,6 @@ +{ + "id": "J17b5c9ea", + "worker": "worker-d", + "duration_ms": 26349, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J2cace190.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J2cace190.json new file mode 100644 index 0000000000000000000000000000000000000000..c186897271cb9c40fe496df05b54d48700a5a0c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J2cace190.json @@ -0,0 +1,6 @@ +{ + "id": "J2cace190", + "worker": "worker-d", + "duration_ms": 59757, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J75b9d1f5.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J75b9d1f5.json new file mode 100644 index 0000000000000000000000000000000000000000..b4c1d1c8ba9c75516b63010dc018f7d124192bb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/J75b9d1f5.json @@ -0,0 +1,6 @@ +{ + "id": "J75b9d1f5", + "worker": "worker-d", + "duration_ms": 14928, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/Ja99cf1a5.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/Ja99cf1a5.json new file mode 100644 index 0000000000000000000000000000000000000000..b388734d124107ccdf6633f9e3ab3995c3507306 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/Ja99cf1a5.json @@ -0,0 +1,6 @@ +{ + "id": "Ja99cf1a5", + "worker": "worker-d", + "duration_ms": 50703, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/Jad0c2d2c.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/Jad0c2d2c.json new file mode 100644 index 0000000000000000000000000000000000000000..3035927055554293db75bbe5f6950e61092ebfd8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-d/Jad0c2d2c.json @@ -0,0 +1,6 @@ +{ + "id": "Jad0c2d2c", + "worker": "worker-d", + "duration_ms": 16049, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J0314df00.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J0314df00.json new file mode 100644 index 0000000000000000000000000000000000000000..3d3c87c0e2d459d0b2bdf257e1c673ff6a242703 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J0314df00.json @@ -0,0 +1,6 @@ +{ + "id": "J0314df00", + "worker": "worker-e", + "duration_ms": 47694, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J31101ef8.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J31101ef8.json new file mode 100644 index 0000000000000000000000000000000000000000..6a778d78de0c85bb92d6135602dda481c7dee6c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J31101ef8.json @@ -0,0 +1,6 @@ +{ + "id": "J31101ef8", + "worker": "worker-e", + "duration_ms": 33055, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J4edfa173.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J4edfa173.json new file mode 100644 index 0000000000000000000000000000000000000000..ca6a73afaf1c08db3691c4317cefcc9903884e01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J4edfa173.json @@ -0,0 +1,6 @@ +{ + "id": "J4edfa173", + "worker": "worker-e", + "duration_ms": 48247, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J602674d6.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J602674d6.json new file mode 100644 index 0000000000000000000000000000000000000000..5f85e70ea358ba5249a16623dfcbe4206c909081 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J602674d6.json @@ -0,0 +1,6 @@ +{ + "id": "J602674d6", + "worker": "worker-e", + "duration_ms": 53655, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J6b34efa7.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J6b34efa7.json new file mode 100644 index 0000000000000000000000000000000000000000..53676f45c8946bffa96d1c495280276bd7f3970b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J6b34efa7.json @@ -0,0 +1,6 @@ +{ + "id": "J6b34efa7", + "worker": "worker-e", + "duration_ms": 39008, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J7cb493bb.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J7cb493bb.json new file mode 100644 index 0000000000000000000000000000000000000000..858f0dff21660395e92920cd1f50d1ebdac749bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J7cb493bb.json @@ -0,0 +1,6 @@ +{ + "id": "J7cb493bb", + "worker": "worker-e", + "duration_ms": 11625, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J810bca5a.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J810bca5a.json new file mode 100644 index 0000000000000000000000000000000000000000..cf0bdb212af31ef6c0a8a55016747184e1413159 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J810bca5a.json @@ -0,0 +1,6 @@ +{ + "id": "J810bca5a", + "worker": "worker-e", + "duration_ms": 38684, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J990a1193.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J990a1193.json new file mode 100644 index 0000000000000000000000000000000000000000..70cd94e8afc6bd2a4ab3b85a5485f88bbfe503ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/J990a1193.json @@ -0,0 +1,6 @@ +{ + "id": "J990a1193", + "worker": "worker-e", + "duration_ms": 40743, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/Ja059b244.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/Ja059b244.json new file mode 100644 index 0000000000000000000000000000000000000000..49a9d6c0072749ffaf917589705e5d27c0270372 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/Ja059b244.json @@ -0,0 +1,6 @@ +{ + "id": "Ja059b244", + "worker": "worker-e", + "duration_ms": 58889, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/Jf99f72ef.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/Jf99f72ef.json new file mode 100644 index 0000000000000000000000000000000000000000..520f740b7403e2f6cc322c38bf43852e7e966e6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/jobs/worker-e/Jf99f72ef.json @@ -0,0 +1,6 @@ +{ + "id": "Jf99f72ef", + "worker": "worker-e", + "duration_ms": 56533, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/reports/totals.tsv b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/reports/totals.tsv new file mode 100644 index 0000000000000000000000000000000000000000..e8c63f34b4b19186d6ce54a264f4677090b1fe6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/queue/reports/totals.tsv @@ -0,0 +1,5 @@ +worker-a 218042 +worker-b 199218 +worker-c 181872 +worker-d 167786 +worker-e 428133 diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J32b479e2.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J32b479e2.json new file mode 100644 index 0000000000000000000000000000000000000000..02f9decb62f04655823ba0be274b08f7b1a913a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J32b479e2.json @@ -0,0 +1,6 @@ +{ + "id": "J32b479e2", + "worker": "worker-a", + "duration_ms": 57651, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J5a0307e4.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J5a0307e4.json new file mode 100644 index 0000000000000000000000000000000000000000..f48cec2164f42156a9211160148b2902e9d32275 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J5a0307e4.json @@ -0,0 +1,6 @@ +{ + "id": "J5a0307e4", + "worker": "worker-a", + "duration_ms": 47285, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J63540ad6.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J63540ad6.json new file mode 100644 index 0000000000000000000000000000000000000000..082f94ca8a3f2848aa87080f7cb080ee51b93955 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J63540ad6.json @@ -0,0 +1,6 @@ +{ + "id": "J63540ad6", + "worker": "worker-a", + "duration_ms": 1480, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J80b8b954.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J80b8b954.json new file mode 100644 index 0000000000000000000000000000000000000000..a789169bfd17f0e7c2414b6554ae9ce9a350db76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/J80b8b954.json @@ -0,0 +1,6 @@ +{ + "id": "J80b8b954", + "worker": "worker-a", + "duration_ms": 13069, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Ja99cfcef.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Ja99cfcef.json new file mode 100644 index 0000000000000000000000000000000000000000..d5c4af800290a9cf685b04ab9e98f24df8f3e005 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Ja99cfcef.json @@ -0,0 +1,6 @@ +{ + "id": "Ja99cfcef", + "worker": "worker-a", + "duration_ms": 32698, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jc951976a.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jc951976a.json new file mode 100644 index 0000000000000000000000000000000000000000..019bbd8276a48d5c5f186e0ff2c300d180896c49 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jc951976a.json @@ -0,0 +1,6 @@ +{ + "id": "Jc951976a", + "worker": "worker-a", + "duration_ms": 36982, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jcc9deed1.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jcc9deed1.json new file mode 100644 index 0000000000000000000000000000000000000000..cf5ae165ccf69b1b11e26f17268f71e14efdd380 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jcc9deed1.json @@ -0,0 +1,6 @@ +{ + "id": "Jcc9deed1", + "worker": "worker-a", + "duration_ms": 15962, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jd2523a84.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jd2523a84.json new file mode 100644 index 0000000000000000000000000000000000000000..2295aa434f07866f5191cbdc1aad1d265882591d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jd2523a84.json @@ -0,0 +1,6 @@ +{ + "id": "Jd2523a84", + "worker": "worker-a", + "duration_ms": 3715, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jf4c1fee8.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jf4c1fee8.json new file mode 100644 index 0000000000000000000000000000000000000000..2d7d1e1bfc9776dbff15269da6eab2e653b654ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-a/Jf4c1fee8.json @@ -0,0 +1,6 @@ +{ + "id": "Jf4c1fee8", + "worker": "worker-a", + "duration_ms": 9200, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J0da4b705.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J0da4b705.json new file mode 100644 index 0000000000000000000000000000000000000000..f35359182cd5a229c4864e4ec014b9e12f9220c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J0da4b705.json @@ -0,0 +1,6 @@ +{ + "id": "J0da4b705", + "worker": "worker-b", + "duration_ms": 18871, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J17c96d20.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J17c96d20.json new file mode 100644 index 0000000000000000000000000000000000000000..62c1a96b18f8cd4c6e75612a77953f874c13d55d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J17c96d20.json @@ -0,0 +1,6 @@ +{ + "id": "J17c96d20", + "worker": "worker-b", + "duration_ms": 47900, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J24187f44.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J24187f44.json new file mode 100644 index 0000000000000000000000000000000000000000..d733c25661719ba9aee471b7ecc8434dd8374e76 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J24187f44.json @@ -0,0 +1,6 @@ +{ + "id": "J24187f44", + "worker": "worker-b", + "duration_ms": 29826, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J5579c353.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J5579c353.json new file mode 100644 index 0000000000000000000000000000000000000000..1fe9dd8a67fa85eaf14a2a62975eb8559109ebf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J5579c353.json @@ -0,0 +1,6 @@ +{ + "id": "J5579c353", + "worker": "worker-b", + "duration_ms": 32885, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J5901c6b6.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J5901c6b6.json new file mode 100644 index 0000000000000000000000000000000000000000..6902664e95fe84171733a022327c4036af3604b6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J5901c6b6.json @@ -0,0 +1,6 @@ +{ + "id": "J5901c6b6", + "worker": "worker-b", + "duration_ms": 25088, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J6a0cb6d8.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J6a0cb6d8.json new file mode 100644 index 0000000000000000000000000000000000000000..bbc25767df10afd39be2f7900ce0fd322833b0a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J6a0cb6d8.json @@ -0,0 +1,6 @@ +{ + "id": "J6a0cb6d8", + "worker": "worker-b", + "duration_ms": 20557, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J929d0114.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J929d0114.json new file mode 100644 index 0000000000000000000000000000000000000000..0e6b8ad03d4aaf90b08e108f6aa6c9064b72cfb8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-b/J929d0114.json @@ -0,0 +1,6 @@ +{ + "id": "J929d0114", + "worker": "worker-b", + "duration_ms": 24091, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J02e4be8a.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J02e4be8a.json new file mode 100644 index 0000000000000000000000000000000000000000..da6da4b095d057a8cbd21ae37e9d4187d4066f47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J02e4be8a.json @@ -0,0 +1,6 @@ +{ + "id": "J02e4be8a", + "worker": "worker-c", + "duration_ms": 27836, + "status": "retry" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J15751e15.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J15751e15.json new file mode 100644 index 0000000000000000000000000000000000000000..4c5d2ece47c41c852f1e779b914b573c85a9a63a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J15751e15.json @@ -0,0 +1,6 @@ +{ + "id": "J15751e15", + "worker": "worker-c", + "duration_ms": 33793, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J33feb9ad.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J33feb9ad.json new file mode 100644 index 0000000000000000000000000000000000000000..a34d58735f8e1753b3732d7618492a64554c7ef4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J33feb9ad.json @@ -0,0 +1,6 @@ +{ + "id": "J33feb9ad", + "worker": "worker-c", + "duration_ms": 50020, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J82524863.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J82524863.json new file mode 100644 index 0000000000000000000000000000000000000000..cfee63bf16b690416f293eb451c91e498b590acb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/J82524863.json @@ -0,0 +1,6 @@ +{ + "id": "J82524863", + "worker": "worker-c", + "duration_ms": 7053, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Jb1dec70e.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Jb1dec70e.json new file mode 100644 index 0000000000000000000000000000000000000000..b438664094e65d8e5186e0989ea173c198ce7cfc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Jb1dec70e.json @@ -0,0 +1,6 @@ +{ + "id": "Jb1dec70e", + "worker": "worker-c", + "duration_ms": 24256, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Jd1aa2dfa.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Jd1aa2dfa.json new file mode 100644 index 0000000000000000000000000000000000000000..9e628f9e09356b9344902b8cfff86b3e6737fa8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Jd1aa2dfa.json @@ -0,0 +1,6 @@ +{ + "id": "Jd1aa2dfa", + "worker": "worker-c", + "duration_ms": 29860, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Je36b265f.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Je36b265f.json new file mode 100644 index 0000000000000000000000000000000000000000..7fc0a6056de4a59b9e220e1ba5579bffdb3dc224 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-c/Je36b265f.json @@ -0,0 +1,6 @@ +{ + "id": "Je36b265f", + "worker": "worker-c", + "duration_ms": 9054, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J17b5c9ea.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J17b5c9ea.json new file mode 100644 index 0000000000000000000000000000000000000000..91fd4ec2ba1c073c515fb36613896162a1fe7f4f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J17b5c9ea.json @@ -0,0 +1,6 @@ +{ + "id": "J17b5c9ea", + "worker": "worker-d", + "duration_ms": 26349, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J2cace190.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J2cace190.json new file mode 100644 index 0000000000000000000000000000000000000000..c186897271cb9c40fe496df05b54d48700a5a0c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J2cace190.json @@ -0,0 +1,6 @@ +{ + "id": "J2cace190", + "worker": "worker-d", + "duration_ms": 59757, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J75b9d1f5.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J75b9d1f5.json new file mode 100644 index 0000000000000000000000000000000000000000..b4c1d1c8ba9c75516b63010dc018f7d124192bb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/J75b9d1f5.json @@ -0,0 +1,6 @@ +{ + "id": "J75b9d1f5", + "worker": "worker-d", + "duration_ms": 14928, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/Ja99cf1a5.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/Ja99cf1a5.json new file mode 100644 index 0000000000000000000000000000000000000000..b388734d124107ccdf6633f9e3ab3995c3507306 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/Ja99cf1a5.json @@ -0,0 +1,6 @@ +{ + "id": "Ja99cf1a5", + "worker": "worker-d", + "duration_ms": 50703, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/Jad0c2d2c.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/Jad0c2d2c.json new file mode 100644 index 0000000000000000000000000000000000000000..3035927055554293db75bbe5f6950e61092ebfd8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-d/Jad0c2d2c.json @@ -0,0 +1,6 @@ +{ + "id": "Jad0c2d2c", + "worker": "worker-d", + "duration_ms": 16049, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J0314df00.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J0314df00.json new file mode 100644 index 0000000000000000000000000000000000000000..3d3c87c0e2d459d0b2bdf257e1c673ff6a242703 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J0314df00.json @@ -0,0 +1,6 @@ +{ + "id": "J0314df00", + "worker": "worker-e", + "duration_ms": 47694, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J31101ef8.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J31101ef8.json new file mode 100644 index 0000000000000000000000000000000000000000..6a778d78de0c85bb92d6135602dda481c7dee6c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J31101ef8.json @@ -0,0 +1,6 @@ +{ + "id": "J31101ef8", + "worker": "worker-e", + "duration_ms": 33055, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J4edfa173.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J4edfa173.json new file mode 100644 index 0000000000000000000000000000000000000000..ca6a73afaf1c08db3691c4317cefcc9903884e01 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J4edfa173.json @@ -0,0 +1,6 @@ +{ + "id": "J4edfa173", + "worker": "worker-e", + "duration_ms": 48247, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J602674d6.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J602674d6.json new file mode 100644 index 0000000000000000000000000000000000000000..5f85e70ea358ba5249a16623dfcbe4206c909081 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J602674d6.json @@ -0,0 +1,6 @@ +{ + "id": "J602674d6", + "worker": "worker-e", + "duration_ms": 53655, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J6b34efa7.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J6b34efa7.json new file mode 100644 index 0000000000000000000000000000000000000000..53676f45c8946bffa96d1c495280276bd7f3970b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J6b34efa7.json @@ -0,0 +1,6 @@ +{ + "id": "J6b34efa7", + "worker": "worker-e", + "duration_ms": 39008, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J7cb493bb.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J7cb493bb.json new file mode 100644 index 0000000000000000000000000000000000000000..858f0dff21660395e92920cd1f50d1ebdac749bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J7cb493bb.json @@ -0,0 +1,6 @@ +{ + "id": "J7cb493bb", + "worker": "worker-e", + "duration_ms": 11625, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J810bca5a.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J810bca5a.json new file mode 100644 index 0000000000000000000000000000000000000000..cf0bdb212af31ef6c0a8a55016747184e1413159 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J810bca5a.json @@ -0,0 +1,6 @@ +{ + "id": "J810bca5a", + "worker": "worker-e", + "duration_ms": 38684, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J990a1193.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J990a1193.json new file mode 100644 index 0000000000000000000000000000000000000000..70cd94e8afc6bd2a4ab3b85a5485f88bbfe503ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/J990a1193.json @@ -0,0 +1,6 @@ +{ + "id": "J990a1193", + "worker": "worker-e", + "duration_ms": 40743, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/Ja059b244.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/Ja059b244.json new file mode 100644 index 0000000000000000000000000000000000000000..49a9d6c0072749ffaf917589705e5d27c0270372 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/Ja059b244.json @@ -0,0 +1,6 @@ +{ + "id": "Ja059b244", + "worker": "worker-e", + "duration_ms": 58889, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/Jf99f72ef.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/Jf99f72ef.json new file mode 100644 index 0000000000000000000000000000000000000000..520f740b7403e2f6cc322c38bf43852e7e966e6c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/queue/jobs/worker-e/Jf99f72ef.json @@ -0,0 +1,6 @@ +{ + "id": "Jf99f72ef", + "worker": "worker-e", + "duration_ms": 56533, + "status": "ok" +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e4fdd9a33a/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/1f0e3dad.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/1f0e3dad.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f1b7c6281bb4a2244f1fb55544eca298b3805b8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/1f0e3dad.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 1f0e3dad + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.1f0e3dad@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/5f93f983.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/5f93f983.txt new file mode 100644 index 0000000000000000000000000000000000000000..6791d12d62fa72d2bb2d9c4a4ef3564f21415df2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/5f93f983.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 5f93f983 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at hchen.5f93f983@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/6512bd43.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/6512bd43.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc2dcc69ee4a9801f2578d1c8c3e278f1e047ab9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/6512bd43.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 6512bd43 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at nmurray.6512bd43@weyland or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/698d51a1.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/698d51a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bae2b348045b26fa43435610bb86d60e283835e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/698d51a1.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 698d51a1 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at flindqvist.698d51a1@hooli or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/6f4922f4.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/6f4922f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d51837d270ac9f46dab82bcc9fadaf4a1280db3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/6f4922f4.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 6f4922f4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.6f4922f4@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/70efdf2e.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/70efdf2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b676a5a455ee4a6906833926a7e79b3b55acf7b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/70efdf2e.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 70efdf2e + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.70efdf2e@piedpiper or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/9bf31c7f.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/9bf31c7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe73dbdf63353b48d6cfd25c84559bddb229c947 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/9bf31c7f.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 9bf31c7f + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.9bf31c7f@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/aab32389.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/aab32389.txt new file mode 100644 index 0000000000000000000000000000000000000000..002f9aa39b0cafdc206b8489b2a339645b7b5738 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/aab32389.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent aab32389 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at nmurray.aab32389@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c20ad4d7.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c20ad4d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..854f59ee29e997a9f5ff3530521f287faa8783b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c20ad4d7.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent c20ad4d7 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at hchen.c20ad4d7@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c51ce410.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c51ce410.txt new file mode 100644 index 0000000000000000000000000000000000000000..5320415d5e11d88ffaea8c42fbe8506c999da3c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c51ce410.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent c51ce410 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.c51ce410@hooli or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c74d97b0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c74d97b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd7beb3dc1cae527323fb962ba64c930589e02f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/c74d97b0.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent c74d97b0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at ibarbosa.c74d97b0@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/d3d94468.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/d3d94468.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f9a16d61e9beb49ef399b59e730a7d9da89d829 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-01/d3d94468.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent d3d94468 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at kkuznetsov.d3d94468@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/02e74f10.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/02e74f10.txt new file mode 100644 index 0000000000000000000000000000000000000000..d547f80cfe373231d8954c8f7030eb7e44e4e796 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/02e74f10.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 02e74f10 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.02e74f10@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/1ff1de77.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/1ff1de77.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f79b962018127e836c7a7bc694086ea7f6eb4e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/1ff1de77.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 1ff1de77 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.1ff1de77@initech or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/33e75ff0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/33e75ff0.txt new file mode 100644 index 0000000000000000000000000000000000000000..60b92e910dffb0dab40c0ad65c4a54e0a65edb78 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/33e75ff0.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 33e75ff0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at brivera.33e75ff0@acme or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/37693cfc.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/37693cfc.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e4675a2e954469372f8bd7233c4ca5318b9a7e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/37693cfc.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 37693cfc + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.37693cfc@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/3c59dc04.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/3c59dc04.txt new file mode 100644 index 0000000000000000000000000000000000000000..24260e01da1fe5c814bbbc339cf4c001ed723e2b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/3c59dc04.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 3c59dc04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at lgonzalez.3c59dc04@piedpiper or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/4e732ced.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/4e732ced.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0209bc7c751c5c8cfb887abb238f6c465f4ffe9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/4e732ced.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 4e732ced + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at cnakamura.4e732ced@tyrell or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/6ea9ab1b.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/6ea9ab1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..58e1782e48414903a832feb3c92651b1c2ae2307 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/6ea9ab1b.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 6ea9ab1b + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at xlee.6ea9ab1b@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/6f3ef77a.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/6f3ef77a.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3a8ad12e318936aa5064193a39a8dcfd38b399c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/6f3ef77a.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 6f3ef77a + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at mtanaka.6f3ef77a@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/8e296a06.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/8e296a06.txt new file mode 100644 index 0000000000000000000000000000000000000000..502160764670261bb70d37a8421e38231d2e4973 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/8e296a06.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 8e296a06 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.8e296a06@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/98f13708.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/98f13708.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e2573af7a7b1aa7242c0e2fc94ba72ca2438398 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/98f13708.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 98f13708 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at jsmith.98f13708@oscorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/b6d767d2.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/b6d767d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..00dd9f1a3747c313e19b82138f19cd9c2fc18038 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/b6d767d2.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent b6d767d2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at tvasquez.b6d767d2@umbrella or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/eb163727.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/eb163727.txt new file mode 100644 index 0000000000000000000000000000000000000000..400863b1c3f2d105ca66a4ee306c5361c811641d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-02/eb163727.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent eb163727 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at qyu.eb163727@piedpiper or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/06eb61b8.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/06eb61b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2098238c40a7d8d88c38bee6232927b86240eb1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/06eb61b8.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 06eb61b8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at nmurray.06eb61b8@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/182be0c5.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/182be0c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e4813618708cf372144b3bdbc08db2e77e39494 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/182be0c5.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 182be0c5 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at lgonzalez.182be0c5@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/19ca14e7.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/19ca14e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..128ece8b5d7fc8335bdb064f0e371565fa8c42fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/19ca14e7.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 19ca14e7 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at hchen.19ca14e7@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/1c383cd3.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/1c383cd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1265afe3a717bf64479a6e2b7a52ab4f4d045883 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/1c383cd3.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 1c383cd3 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.1c383cd3@initech or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/34173cb3.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/34173cb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..688d1b07372999b5b28956ddef5c34e835191992 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/34173cb3.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 34173cb3 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.34173cb3@oscorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/6364d3f0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/6364d3f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..18f3fda0501020cc22a9afae2714cdb9a29b94b0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/6364d3f0.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 6364d3f0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at wxu.6364d3f0@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/9dfcd5e5.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/9dfcd5e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..2df5b93ea38c37ffad1e16fce0fa799d775a25b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/9dfcd5e5.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 9dfcd5e5 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at ibarbosa.9dfcd5e5@weyland or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/a5771bce.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/a5771bce.txt new file mode 100644 index 0000000000000000000000000000000000000000..a48745d8659eab5af2e48f679f3217a28c876f55 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/a5771bce.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent a5771bce + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.a5771bce@umbrella or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/a5bfc9e0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/a5bfc9e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f37ad236d0bbbb7d13fde45792bbf9bd2679355 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/a5bfc9e0.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent a5bfc9e0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at wxu.a5bfc9e0@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/c16a5320.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/c16a5320.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e66d820daef203e93ae3d48ea821204f881f68d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/c16a5320.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent c16a5320 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.c16a5320@tyrell or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/d67d8ab4.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/d67d8ab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d5126734c1cbbd2cc02a24bb3162418dc866fb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/d67d8ab4.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent d67d8ab4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.d67d8ab4@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/e369853d.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/e369853d.txt new file mode 100644 index 0000000000000000000000000000000000000000..15622beb243826578d479c35df602f0715fd3653 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-03/e369853d.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent e369853d + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.e369853d@lexcorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/1068c6e4.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/1068c6e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..e77c7ec887b2cf4fc677d0bc0ee080e1f978a4e7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/1068c6e4.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 1068c6e4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at gkaur.1068c6e4@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/17d63b16.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/17d63b16.txt new file mode 100644 index 0000000000000000000000000000000000000000..18dbd24c00858cdbbc013793a6d530983fd18ecb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/17d63b16.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 17d63b16 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.17d63b16@acme or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/17e62166.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/17e62166.txt new file mode 100644 index 0000000000000000000000000000000000000000..d84a6c84f5bfefc9a3a48f05a6d61e652abfcbc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/17e62166.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 17e62166 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at xlee.17e62166@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/3416a75f.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/3416a75f.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd870317bd3d7535ae426403231cce626ebd307d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/3416a75f.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 3416a75f + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.3416a75f@hooli or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/642e92ef.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/642e92ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..cccbdd21592d6a6ac5e1208e5b9d5e26390c288d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/642e92ef.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 642e92ef + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.642e92ef@tyrell or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/67c6a1e7.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/67c6a1e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..96768999abe6ce80632afb5bdb9b9a8664b7db2c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/67c6a1e7.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 67c6a1e7 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.67c6a1e7@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/6c8349cc.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/6c8349cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8e68d50dc4d0bc3898d00f333483ea4652180e6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/6c8349cc.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 6c8349cc + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.6c8349cc@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/a1d0c6e8.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/a1d0c6e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e06aee808cc8b4aa7ecbf366aaec88be2a94752 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/a1d0c6e8.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent a1d0c6e8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at ibarbosa.a1d0c6e8@lexcorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/d645920e.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/d645920e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac3f333253f199af41b627072546bfe9ddcd11c9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/d645920e.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent d645920e + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.d645920e@umbrella or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/d9d4f495.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/d9d4f495.txt new file mode 100644 index 0000000000000000000000000000000000000000..8df07bcf22db05a36584d9cd0160f93d93ca50b9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/d9d4f495.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent d9d4f495 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at qyu.d9d4f495@stark or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/f457c545.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/f457c545.txt new file mode 100644 index 0000000000000000000000000000000000000000..84919a0a663ba9b9a1cda8908acd0b10be638623 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/f457c545.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent f457c545 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.f457c545@weyland or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/f7177163.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/f7177163.txt new file mode 100644 index 0000000000000000000000000000000000000000..277dbaa5dd0c3a127e29f022c84e4c51c1bed963 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/surveys/round-04/f7177163.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent f7177163 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.f7177163@stark or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/1f0e3dad.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/1f0e3dad.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37fe2f46fbfa3652809dfea09df64c21a50fa14 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/1f0e3dad.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 1f0e3dad + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.1f0e3dad@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: xlee@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/5f93f983.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/5f93f983.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f418785294924b9ca5f4430dd29c2db8351f2f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/5f93f983.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 5f93f983 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at hchen.5f93f983@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: hchen@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/6512bd43.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/6512bd43.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ee0f995d5c8def54404aa297f4a5fd0c1cbe6e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/6512bd43.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 6512bd43 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at nmurray.6512bd43@weyland or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: wxu@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/698d51a1.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/698d51a1.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c63e8472e99a82a207967ab497138392d6c937b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/698d51a1.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 698d51a1 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at flindqvist.698d51a1@hooli or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: nmurray@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/6f4922f4.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/6f4922f4.txt new file mode 100644 index 0000000000000000000000000000000000000000..db2034453580074331a9e47ba0507b6cc0022553 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/6f4922f4.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 6f4922f4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.6f4922f4@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: wxu@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/70efdf2e.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/70efdf2e.txt new file mode 100644 index 0000000000000000000000000000000000000000..00146a7a53254fb1f05a217cb6fe07476b8a691a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/70efdf2e.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 70efdf2e + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.70efdf2e@piedpiper or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: mtanaka@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/9bf31c7f.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/9bf31c7f.txt new file mode 100644 index 0000000000000000000000000000000000000000..4beca590dc37c4c95480d67f73e19667d60c95d4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/9bf31c7f.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent 9bf31c7f + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.9bf31c7f@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: mtanaka@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/aab32389.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/aab32389.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaa689c8e401a167abe16e48802d8ef066ea8fd5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/aab32389.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent aab32389 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at nmurray.aab32389@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: tvasquez@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c20ad4d7.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c20ad4d7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec38f52bac5c4680ce0447ccb18ba97c294940e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c20ad4d7.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent c20ad4d7 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at hchen.c20ad4d7@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: lgonzalez@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c51ce410.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c51ce410.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ff429ea270f38a9f41ef934feecb6ad62184ebe --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c51ce410.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent c51ce410 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.c51ce410@hooli or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: cnakamura@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c74d97b0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c74d97b0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2308b4adde69b26e9d524ae0cf292a02d4e7b20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/c74d97b0.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent c74d97b0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at ibarbosa.c74d97b0@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: jsmith@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/d3d94468.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/d3d94468.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccce3a8db3bd4c36955a4453ae07ad191f6bcde4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-01/d3d94468.txt @@ -0,0 +1,8 @@ +Response for round 1 from respondent d3d94468 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at kkuznetsov.d3d94468@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: brivera@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/02e74f10.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/02e74f10.txt new file mode 100644 index 0000000000000000000000000000000000000000..f88fe16536b28f01e0110d9f8e55a66aea428917 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/02e74f10.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 02e74f10 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.02e74f10@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: flindqvist@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/1ff1de77.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/1ff1de77.txt new file mode 100644 index 0000000000000000000000000000000000000000..cac36bfaf268f1d66b1db765c66b4c67cc16f56c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/1ff1de77.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 1ff1de77 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.1ff1de77@initech or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: wxu@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/33e75ff0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/33e75ff0.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b31e9c184fe4faf9f85a76cb49a29cf078e8016 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/33e75ff0.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 33e75ff0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at brivera.33e75ff0@acme or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: mtanaka@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/37693cfc.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/37693cfc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5434d085e86216d7465a36f9ed3dde81bc88d497 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/37693cfc.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 37693cfc + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.37693cfc@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: lgonzalez@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/3c59dc04.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/3c59dc04.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f4c0f5244f35fe985ad9cee73ec9e31aee9ff20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/3c59dc04.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 3c59dc04 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at lgonzalez.3c59dc04@piedpiper or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: uvogt@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/4e732ced.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/4e732ced.txt new file mode 100644 index 0000000000000000000000000000000000000000..840152fff94f08f39a2db584073bc2e1cb4185aa --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/4e732ced.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 4e732ced + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at cnakamura.4e732ced@tyrell or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: uvogt@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/6ea9ab1b.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/6ea9ab1b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2da056c16c80fa76433882ff2902ba12e923dd8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/6ea9ab1b.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 6ea9ab1b + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at xlee.6ea9ab1b@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: mtanaka@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/6f3ef77a.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/6f3ef77a.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd170a903685c8165e8aed5c13e4c25cc4357ebc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/6f3ef77a.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 6f3ef77a + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at mtanaka.6f3ef77a@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: xlee@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/8e296a06.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/8e296a06.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9e949ebe6509012f5438f7624fdb02d3babb801 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/8e296a06.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 8e296a06 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.8e296a06@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: brivera@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/98f13708.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/98f13708.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa0fb2c73100f3b5d6164057ac99b56b09f9f5ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/98f13708.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent 98f13708 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at jsmith.98f13708@oscorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: hchen@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/b6d767d2.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/b6d767d2.txt new file mode 100644 index 0000000000000000000000000000000000000000..98bfb255cdb793164f09c71bd55e1eeab8c32b66 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/b6d767d2.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent b6d767d2 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at tvasquez.b6d767d2@umbrella or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: jsmith@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/eb163727.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/eb163727.txt new file mode 100644 index 0000000000000000000000000000000000000000..1829d6f3b4cec8ba46bec1b8f4e0e1c91fe418e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-02/eb163727.txt @@ -0,0 +1,8 @@ +Response for round 2 from respondent eb163727 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at qyu.eb163727@piedpiper or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: rrossi@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/06eb61b8.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/06eb61b8.txt new file mode 100644 index 0000000000000000000000000000000000000000..eef8725709718c9234ae2f07a18e007faf92f3c5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/06eb61b8.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 06eb61b8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at nmurray.06eb61b8@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: tvasquez@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/182be0c5.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/182be0c5.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e92988e49c8474c353c81c76767220586619f3b --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/182be0c5.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 182be0c5 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at lgonzalez.182be0c5@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: vwang@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/19ca14e7.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/19ca14e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..df546bde6d2e2b3a55d76cfc045a6aae6eb2d5fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/19ca14e7.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 19ca14e7 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at hchen.19ca14e7@soylent or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: cnakamura@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/1c383cd3.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/1c383cd3.txt new file mode 100644 index 0000000000000000000000000000000000000000..24015286221c7f57439428de515ba868d1eb8b27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/1c383cd3.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 1c383cd3 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.1c383cd3@initech or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: mtanaka@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/34173cb3.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/34173cb3.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a21a22e51e8d64e957c1e9c1a5526b100d4571e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/34173cb3.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 34173cb3 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.34173cb3@oscorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: azhang@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/6364d3f0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/6364d3f0.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb58efc0fc26535a2b8241388792cdc9cbbc4175 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/6364d3f0.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 6364d3f0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at wxu.6364d3f0@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: azhang@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/9dfcd5e5.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/9dfcd5e5.txt new file mode 100644 index 0000000000000000000000000000000000000000..adf2e9def1183e2a09133c92e6dd44993c7eecc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/9dfcd5e5.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent 9dfcd5e5 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at ibarbosa.9dfcd5e5@weyland or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: brivera@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/a5771bce.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/a5771bce.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e76f6b86889a8c8c83b3b92725c0cd1a0156792 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/a5771bce.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent a5771bce + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.a5771bce@umbrella or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: gkaur@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/a5bfc9e0.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/a5bfc9e0.txt new file mode 100644 index 0000000000000000000000000000000000000000..e454442b7499715543484658081be3fe7355e9dd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/a5bfc9e0.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent a5bfc9e0 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at wxu.a5bfc9e0@globex or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: nmurray@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/c16a5320.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/c16a5320.txt new file mode 100644 index 0000000000000000000000000000000000000000..80e0bc08505cccf4dcdc1ef45135a9829a6a2bcc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/c16a5320.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent c16a5320 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.c16a5320@tyrell or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: doneill@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/d67d8ab4.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/d67d8ab4.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6a53291ad3a0919b5683179c2e6062c6838c76d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/d67d8ab4.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent d67d8ab4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at azhang.d67d8ab4@massive or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: xlee@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/e369853d.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/e369853d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f88e2bfa6b5b82a242a2031baeb9765dcf8cede6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-03/e369853d.txt @@ -0,0 +1,8 @@ +Response for round 3 from respondent e369853d + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.e369853d@lexcorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: xlee@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/1068c6e4.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/1068c6e4.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e9a5a1b162e5e831acc085229f17c6698194070 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/1068c6e4.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 1068c6e4 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at gkaur.1068c6e4@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: xlee@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/17d63b16.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/17d63b16.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a5e41e03b781cda2e03c055c2bd864f77d3d239 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/17d63b16.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 17d63b16 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at sstevens.17d63b16@acme or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: mtanaka@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/17e62166.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/17e62166.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6d1bd929d6d9887c5dca18a0c099c5afb81c4f0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/17e62166.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 17e62166 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at xlee.17e62166@cyberdyne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: qyu@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/3416a75f.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/3416a75f.txt new file mode 100644 index 0000000000000000000000000000000000000000..f390fd0cf486273ada5e10a64d96d381c5f5b697 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/3416a75f.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 3416a75f + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.3416a75f@hooli or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: gkaur@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/642e92ef.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/642e92ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..49288c39c0d6b01f99fe54e85abf42e8f549d578 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/642e92ef.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 642e92ef + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.642e92ef@tyrell or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: cnakamura@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/67c6a1e7.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/67c6a1e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca83cdee1ec74bc72aead61caaf4104fbf61f1fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/67c6a1e7.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 67c6a1e7 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.67c6a1e7@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: wxu@proton.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/6c8349cc.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/6c8349cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0ae9e0c7a1d374bbdd591cc0c4590aaaa09194 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/6c8349cc.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent 6c8349cc + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.6c8349cc@wayne or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: epatel@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/a1d0c6e8.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/a1d0c6e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..f152538409fe82fdcda3f43c279746caec18492c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/a1d0c6e8.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent a1d0c6e8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at ibarbosa.a1d0c6e8@lexcorp or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: gkaur@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/d645920e.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/d645920e.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcab969d64a6527f1c363d10561f40f53fda0922 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/d645920e.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent d645920e + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at pklein.d645920e@umbrella or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: xlee@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/d9d4f495.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/d9d4f495.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1aab769028c6b9666ce0ba5e1f27c0527926ebe --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/d9d4f495.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent d9d4f495 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at qyu.d9d4f495@stark or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: qyu@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/f457c545.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/f457c545.txt new file mode 100644 index 0000000000000000000000000000000000000000..82491bb02884cf2b3727d93813b93c968f6e1482 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/f457c545.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent f457c545 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at doneill.f457c545@weyland or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: brivera@hotmail.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/f7177163.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/f7177163.txt new file mode 100644 index 0000000000000000000000000000000000000000..71e4063f1595d5c354095a7fc4d52175bc9246ef --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/surveys/round-04/f7177163.txt @@ -0,0 +1,8 @@ +Response for round 4 from respondent f7177163 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam + +Please reach me at epatel.f7177163@stark or via mobile. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q +cc: opopov@mailbox.test diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e64f9ee16f/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-413.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-413.md new file mode 100644 index 0000000000000000000000000000000000000000..75c14f886a1372beb3332d0c893d0dc0a041d64e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-413.md @@ -0,0 +1,10 @@ +--- +id: GDPR-413 +framework: gdpr +status: na +owner: doneill +--- + +# Control GDPR-413 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-596.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-596.md new file mode 100644 index 0000000000000000000000000000000000000000..a1c0007dec96fb607f934ad1ffe4314171b47bef --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-596.md @@ -0,0 +1,10 @@ +--- +id: GDPR-596 +framework: gdpr +status: na +owner: doneill +--- + +# Control GDPR-596 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-852.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-852.md new file mode 100644 index 0000000000000000000000000000000000000000..179675d3ab80f4d9357c64d110b15c70c3e1d475 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-852.md @@ -0,0 +1,10 @@ +--- +id: GDPR-852 +framework: gdpr +status: passing +owner: wxu +--- + +# Control GDPR-852 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-884.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-884.md new file mode 100644 index 0000000000000000000000000000000000000000..466c812511c263164cc195835dd4eb37b0b717b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-884.md @@ -0,0 +1,10 @@ +--- +id: GDPR-884 +framework: gdpr +status: failing +owner: qyu +--- + +# Control GDPR-884 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-905.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-905.md new file mode 100644 index 0000000000000000000000000000000000000000..09636b0bf8a97816ce0c94718f4b8abb67b550d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/gdpr/GDPR-905.md @@ -0,0 +1,10 @@ +--- +id: GDPR-905 +framework: gdpr +status: passing +owner: qyu +--- + +# Control GDPR-905 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-124.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-124.md new file mode 100644 index 0000000000000000000000000000000000000000..2b47421943b70de9f784812e0a9adda3d1c4d975 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-124.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-124 +framework: hipaa +status: passing +owner: cnakamura +--- + +# Control HIPAA-124 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-276.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-276.md new file mode 100644 index 0000000000000000000000000000000000000000..353da9dbfacdc218791c3bffcfff51cb2a2adfdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-276.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-276 +framework: hipaa +status: passing +owner: opopov +--- + +# Control HIPAA-276 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-294.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-294.md new file mode 100644 index 0000000000000000000000000000000000000000..8f402f89c7cea1e85a518fc90b64e65cbecf6282 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-294.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-294 +framework: hipaa +status: na +owner: gkaur +--- + +# Control HIPAA-294 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-758.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-758.md new file mode 100644 index 0000000000000000000000000000000000000000..08c5dc113595d2769f3528e8906ee7173c052361 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-758.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-758 +framework: hipaa +status: na +owner: tvasquez +--- + +# Control HIPAA-758 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-945.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-945.md new file mode 100644 index 0000000000000000000000000000000000000000..11d00a70afd4b5ae206908c7409cd12088732bfe --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-945.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-945 +framework: hipaa +status: failing +owner: wxu +--- + +# Control HIPAA-945 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-971.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-971.md new file mode 100644 index 0000000000000000000000000000000000000000..1f94d90cd3606270931aaaa2222ef01bfc98df1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/hipaa/HIPAA-971.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-971 +framework: hipaa +status: passing +owner: gkaur +--- + +# Control HIPAA-971 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-337.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-337.md new file mode 100644 index 0000000000000000000000000000000000000000..b0e547d751e2c60a1868e9c4dc76440b37cf2ae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-337.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-337 +framework: iso27001 +status: passing +owner: opopov +--- + +# Control ISO27001-337 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-404.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-404.md new file mode 100644 index 0000000000000000000000000000000000000000..fd881162918932e53bf83e6ce93f58d9e7e05dbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-404.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-404 +framework: iso27001 +status: na +owner: kkuznetsov +--- + +# Control ISO27001-404 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-772.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-772.md new file mode 100644 index 0000000000000000000000000000000000000000..c467d87c9e02a4a736986c7f51c08e696fc0e47a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-772.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-772 +framework: iso27001 +status: failing +owner: brivera +--- + +# Control ISO27001-772 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-803.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-803.md new file mode 100644 index 0000000000000000000000000000000000000000..82989a8c148570f7b90bda01de2d800e32a73d29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-803.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-803 +framework: iso27001 +status: failing +owner: doneill +--- + +# Control ISO27001-803 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-855.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-855.md new file mode 100644 index 0000000000000000000000000000000000000000..e2be96b702003f483efbe17ab9b3b7c20ecde4df --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/iso27001/ISO27001-855.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-855 +framework: iso27001 +status: passing +owner: kkuznetsov +--- + +# Control ISO27001-855 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-285.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-285.md new file mode 100644 index 0000000000000000000000000000000000000000..c07e5508a1b17e8c63665159010959d69a37b926 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-285.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-285 +framework: pci-dss +status: failing +owner: gkaur +--- + +# Control PCI-DSS-285 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-343.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-343.md new file mode 100644 index 0000000000000000000000000000000000000000..0c9f5d41ef51dbf3ee81a91a56d227bf5ac00c58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-343.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-343 +framework: pci-dss +status: passing +owner: doneill +--- + +# Control PCI-DSS-343 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-416.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-416.md new file mode 100644 index 0000000000000000000000000000000000000000..6c166ca3a997c95fab1096cfbc3588b97adf921f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-416.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-416 +framework: pci-dss +status: passing +owner: opopov +--- + +# Control PCI-DSS-416 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-571.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-571.md new file mode 100644 index 0000000000000000000000000000000000000000..a5151886478b0273f091b3dca9bf15069b304f31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/pci-dss/PCI-DSS-571.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-571 +framework: pci-dss +status: passing +owner: rrossi +--- + +# Control PCI-DSS-571 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-105.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-105.md new file mode 100644 index 0000000000000000000000000000000000000000..95e685326a11c4f007e4c99b200211a1aefceecf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-105.md @@ -0,0 +1,10 @@ +--- +id: SOC2-105 +framework: soc2 +status: passing +owner: ibarbosa +--- + +# Control SOC2-105 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-358.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-358.md new file mode 100644 index 0000000000000000000000000000000000000000..f4a0bbcae4262284bfd22ec367ff2f7b235e47e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-358.md @@ -0,0 +1,10 @@ +--- +id: SOC2-358 +framework: soc2 +status: passing +owner: kkuznetsov +--- + +# Control SOC2-358 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-381.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-381.md new file mode 100644 index 0000000000000000000000000000000000000000..95d808fdaf1f172a20fdfb1249e43713acad38fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-381.md @@ -0,0 +1,10 @@ +--- +id: SOC2-381 +framework: soc2 +status: passing +owner: gkaur +--- + +# Control SOC2-381 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-963.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-963.md new file mode 100644 index 0000000000000000000000000000000000000000..667a710744e1b2a6128153e2c2c77450c155fa0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-963.md @@ -0,0 +1,10 @@ +--- +id: SOC2-963 +framework: soc2 +status: na +owner: epatel +--- + +# Control SOC2-963 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-976.md b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-976.md new file mode 100644 index 0000000000000000000000000000000000000000..a82a2aa939452e5cabb21a615a79a3a97efc4d72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/controls/soc2/SOC2-976.md @@ -0,0 +1,10 @@ +--- +id: SOC2-976 +framework: soc2 +status: na +owner: flindqvist +--- + +# Control SOC2-976 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/summary.tsv b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/summary.tsv new file mode 100644 index 0000000000000000000000000000000000000000..5e5a545df7e67cb3fe174e395c2ad8d81d0a2061 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/compliance/summary.tsv @@ -0,0 +1,3 @@ +failing 5 +na 7 +passing 13 diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-413.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-413.md new file mode 100644 index 0000000000000000000000000000000000000000..75c14f886a1372beb3332d0c893d0dc0a041d64e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-413.md @@ -0,0 +1,10 @@ +--- +id: GDPR-413 +framework: gdpr +status: na +owner: doneill +--- + +# Control GDPR-413 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-596.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-596.md new file mode 100644 index 0000000000000000000000000000000000000000..a1c0007dec96fb607f934ad1ffe4314171b47bef --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-596.md @@ -0,0 +1,10 @@ +--- +id: GDPR-596 +framework: gdpr +status: na +owner: doneill +--- + +# Control GDPR-596 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-852.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-852.md new file mode 100644 index 0000000000000000000000000000000000000000..179675d3ab80f4d9357c64d110b15c70c3e1d475 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-852.md @@ -0,0 +1,10 @@ +--- +id: GDPR-852 +framework: gdpr +status: passing +owner: wxu +--- + +# Control GDPR-852 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-884.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-884.md new file mode 100644 index 0000000000000000000000000000000000000000..466c812511c263164cc195835dd4eb37b0b717b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-884.md @@ -0,0 +1,10 @@ +--- +id: GDPR-884 +framework: gdpr +status: failing +owner: qyu +--- + +# Control GDPR-884 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-905.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-905.md new file mode 100644 index 0000000000000000000000000000000000000000..09636b0bf8a97816ce0c94718f4b8abb67b550d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/gdpr/GDPR-905.md @@ -0,0 +1,10 @@ +--- +id: GDPR-905 +framework: gdpr +status: passing +owner: qyu +--- + +# Control GDPR-905 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-124.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-124.md new file mode 100644 index 0000000000000000000000000000000000000000..2b47421943b70de9f784812e0a9adda3d1c4d975 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-124.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-124 +framework: hipaa +status: passing +owner: cnakamura +--- + +# Control HIPAA-124 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-276.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-276.md new file mode 100644 index 0000000000000000000000000000000000000000..353da9dbfacdc218791c3bffcfff51cb2a2adfdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-276.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-276 +framework: hipaa +status: passing +owner: opopov +--- + +# Control HIPAA-276 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-294.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-294.md new file mode 100644 index 0000000000000000000000000000000000000000..8f402f89c7cea1e85a518fc90b64e65cbecf6282 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-294.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-294 +framework: hipaa +status: na +owner: gkaur +--- + +# Control HIPAA-294 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-758.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-758.md new file mode 100644 index 0000000000000000000000000000000000000000..08c5dc113595d2769f3528e8906ee7173c052361 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-758.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-758 +framework: hipaa +status: na +owner: tvasquez +--- + +# Control HIPAA-758 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-945.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-945.md new file mode 100644 index 0000000000000000000000000000000000000000..11d00a70afd4b5ae206908c7409cd12088732bfe --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-945.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-945 +framework: hipaa +status: failing +owner: wxu +--- + +# Control HIPAA-945 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-971.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-971.md new file mode 100644 index 0000000000000000000000000000000000000000..1f94d90cd3606270931aaaa2222ef01bfc98df1c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/hipaa/HIPAA-971.md @@ -0,0 +1,10 @@ +--- +id: HIPAA-971 +framework: hipaa +status: passing +owner: gkaur +--- + +# Control HIPAA-971 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-337.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-337.md new file mode 100644 index 0000000000000000000000000000000000000000..b0e547d751e2c60a1868e9c4dc76440b37cf2ae2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-337.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-337 +framework: iso27001 +status: passing +owner: opopov +--- + +# Control ISO27001-337 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-404.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-404.md new file mode 100644 index 0000000000000000000000000000000000000000..fd881162918932e53bf83e6ce93f58d9e7e05dbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-404.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-404 +framework: iso27001 +status: na +owner: kkuznetsov +--- + +# Control ISO27001-404 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-772.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-772.md new file mode 100644 index 0000000000000000000000000000000000000000..c467d87c9e02a4a736986c7f51c08e696fc0e47a --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-772.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-772 +framework: iso27001 +status: failing +owner: brivera +--- + +# Control ISO27001-772 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-803.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-803.md new file mode 100644 index 0000000000000000000000000000000000000000..82989a8c148570f7b90bda01de2d800e32a73d29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-803.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-803 +framework: iso27001 +status: failing +owner: doneill +--- + +# Control ISO27001-803 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-855.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-855.md new file mode 100644 index 0000000000000000000000000000000000000000..e2be96b702003f483efbe17ab9b3b7c20ecde4df --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/iso27001/ISO27001-855.md @@ -0,0 +1,10 @@ +--- +id: ISO27001-855 +framework: iso27001 +status: passing +owner: kkuznetsov +--- + +# Control ISO27001-855 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-285.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-285.md new file mode 100644 index 0000000000000000000000000000000000000000..c07e5508a1b17e8c63665159010959d69a37b926 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-285.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-285 +framework: pci-dss +status: failing +owner: gkaur +--- + +# Control PCI-DSS-285 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-343.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-343.md new file mode 100644 index 0000000000000000000000000000000000000000..0c9f5d41ef51dbf3ee81a91a56d227bf5ac00c58 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-343.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-343 +framework: pci-dss +status: passing +owner: doneill +--- + +# Control PCI-DSS-343 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-416.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-416.md new file mode 100644 index 0000000000000000000000000000000000000000..6c166ca3a997c95fab1096cfbc3588b97adf921f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-416.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-416 +framework: pci-dss +status: passing +owner: opopov +--- + +# Control PCI-DSS-416 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-571.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-571.md new file mode 100644 index 0000000000000000000000000000000000000000..a5151886478b0273f091b3dca9bf15069b304f31 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/pci-dss/PCI-DSS-571.md @@ -0,0 +1,10 @@ +--- +id: PCI-DSS-571 +framework: pci-dss +status: passing +owner: rrossi +--- + +# Control PCI-DSS-571 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-105.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-105.md new file mode 100644 index 0000000000000000000000000000000000000000..95e685326a11c4f007e4c99b200211a1aefceecf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-105.md @@ -0,0 +1,10 @@ +--- +id: SOC2-105 +framework: soc2 +status: passing +owner: ibarbosa +--- + +# Control SOC2-105 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-358.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-358.md new file mode 100644 index 0000000000000000000000000000000000000000..f4a0bbcae4262284bfd22ec367ff2f7b235e47e9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-358.md @@ -0,0 +1,10 @@ +--- +id: SOC2-358 +framework: soc2 +status: passing +owner: kkuznetsov +--- + +# Control SOC2-358 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-381.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-381.md new file mode 100644 index 0000000000000000000000000000000000000000..95d808fdaf1f172a20fdfb1249e43713acad38fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-381.md @@ -0,0 +1,10 @@ +--- +id: SOC2-381 +framework: soc2 +status: passing +owner: gkaur +--- + +# Control SOC2-381 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-963.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-963.md new file mode 100644 index 0000000000000000000000000000000000000000..667a710744e1b2a6128153e2c2c77450c155fa0d --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-963.md @@ -0,0 +1,10 @@ +--- +id: SOC2-963 +framework: soc2 +status: na +owner: epatel +--- + +# Control SOC2-963 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-976.md b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-976.md new file mode 100644 index 0000000000000000000000000000000000000000..a82a2aa939452e5cabb21a615a79a3a97efc4d72 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/compliance/controls/soc2/SOC2-976.md @@ -0,0 +1,10 @@ +--- +id: SOC2-976 +framework: soc2 +status: na +owner: flindqvist +--- + +# Control SOC2-976 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_e823284ead/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/classic-premium-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/classic-premium-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6af7ba87f7b150becf958123769f8e5b23425ac0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/classic-premium-1.json @@ -0,0 +1,6 @@ +{ + "id": "70d519ba", + "category": "apparel", + "name": "classic-premium-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labo" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/classic-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/classic-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..8f8825f765e7616032c1c9edb673e269baaf2cf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/classic-studio.json @@ -0,0 +1,6 @@ +{ + "id": "079c21e3", + "category": "apparel", + "name": "classic-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/essentials-everyday-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/essentials-everyday-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b25ab289636663de4eb986d3d4d39e7a88c70d3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/essentials-everyday-1.json @@ -0,0 +1,6 @@ +{ + "id": "6eee9bcc", + "category": "apparel", + "name": "essentials-everyday-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/essentials-travel-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/essentials-travel-1.json new file mode 100644 index 0000000000000000000000000000000000000000..5dd5b9671ded1143a9f7a3a6e0ea0a66a074f331 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/essentials-travel-1.json @@ -0,0 +1,6 @@ +{ + "id": "ff1263b8", + "category": "apparel", + "name": "essentials-travel-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat c" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/everyday-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/everyday-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..fecb92feadb4149c464731f6cb0c4f2be7f7029a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/everyday-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "493e43bd", + "category": "apparel", + "name": "everyday-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerci" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/limited-classic-2.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/limited-classic-2.json new file mode 100644 index 0000000000000000000000000000000000000000..9a5cd632b94f7cb13717d54911298846bec269b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/limited-classic-2.json @@ -0,0 +1,6 @@ +{ + "id": "2dace238", + "category": "apparel", + "name": "limited-classic-2", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/premium-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/premium-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..488295f0c4b0bbbdf10eb574b936965b4e3d18d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/apparel/premium-limited.json @@ -0,0 +1,6 @@ +{ + "id": "20414a46", + "category": "apparel", + "name": "premium-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/classic-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/classic-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..db1220e1fda5786ddd043c1071a3b1fd5cd01024 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/classic-travel.json @@ -0,0 +1,6 @@ +{ + "id": "c3789c7d", + "category": "beverages", + "name": "classic-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ull" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/essentials-studio-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/essentials-studio-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6ae4daacb9b46608aafbd8f87efea90f6e38e491 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/essentials-studio-1.json @@ -0,0 +1,6 @@ +{ + "id": "412e7e6f", + "category": "beverages", + "name": "essentials-studio-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatu" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/premium-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/premium-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..8455704c66d821be321e07ec48dac3e73ceefb79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/premium-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "e1f8c7cb", + "category": "beverages", + "name": "premium-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat n" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/studio-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/studio-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..98bfc195cbd70ad4f8a7fbd31f2cb49aac6b3825 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/studio-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "92ff115a", + "category": "beverages", + "name": "studio-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in volupt" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/studio-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/studio-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..10592d0d0dfb8e4e1c0b16b3ccb3918c945e9b35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/studio-premium.json @@ -0,0 +1,6 @@ +{ + "id": "14a0ae4c", + "category": "beverages", + "name": "studio-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exer" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/travel-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/travel-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..05f9ad178c9bee622e5a8c542da2296f78f9ae47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/travel-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "a2b1511f", + "category": "beverages", + "name": "travel-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo cons" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/travel-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/travel-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..f63b0b3a5f676d9fb24b6bee0937f765385dfc15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/beverages/travel-premium.json @@ -0,0 +1,6 @@ +{ + "id": "4e7e4e43", + "category": "beverages", + "name": "travel-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore " +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/classic-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/classic-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..7e0d1f1c0190b8c49622260a7fe4fded87dc5dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/classic-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "8d3e6658", + "category": "electronics", + "name": "classic-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint o" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/classic-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/classic-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..0e2fe894389be87c0cba1cb19e5073274db5702d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/classic-limited.json @@ -0,0 +1,6 @@ +{ + "id": "0a2f85f0", + "category": "electronics", + "name": "classic-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/essentials-classic-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/essentials-classic-1.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa640edb6a0f4b956be5a8e05a5ff4dd605844b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/essentials-classic-1.json @@ -0,0 +1,6 @@ +{ + "id": "42f6e503", + "category": "electronics", + "name": "essentials-classic-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/limited-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/limited-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..9ca7537f602a5de108ab77f35d34754dc1fc86f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/limited-premium.json @@ -0,0 +1,6 @@ +{ + "id": "8f302b23", + "category": "electronics", + "name": "limited-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qui" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/limited-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/limited-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..4e23414651ca16c73c4b810b52b1c554b86fb710 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/limited-studio.json @@ -0,0 +1,6 @@ +{ + "id": "427846c1", + "category": "electronics", + "name": "limited-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna ali" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/travel-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/travel-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..8d21e27f47ecc1173beec575ab5266349e1b9c9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/travel-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "3dc9da90", + "category": "electronics", + "name": "travel-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaec" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/travel-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/travel-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..93c8bf326f519733d592d41842d4c2bc8b358681 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/electronics/travel-studio.json @@ -0,0 +1,6 @@ +{ + "id": "151ad9fa", + "category": "electronics", + "name": "travel-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat no" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/classic-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/classic-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..3f39ee53ffc662817bee05d031300cc6466aa569 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/classic-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "09d98629", + "category": "furniture", + "name": "classic-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/classic-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/classic-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..40026188e684259ba4430e1e484727bdeb1e1aed --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/classic-premium.json @@ -0,0 +1,6 @@ +{ + "id": "e5174b17", + "category": "furniture", + "name": "classic-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolo" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/essentials-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/essentials-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..a2079c8722932d15719539afc0a388c8477bf765 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/essentials-travel.json @@ -0,0 +1,6 @@ +{ + "id": "5b63770a", + "category": "furniture", + "name": "essentials-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerc" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/everyday-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/everyday-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..4a5049c26d69fdc5014b563db4f52b592eabf033 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/everyday-premium.json @@ -0,0 +1,6 @@ +{ + "id": "95161a6f", + "category": "furniture", + "name": "everyday-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercita" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-classic.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-classic.json new file mode 100644 index 0000000000000000000000000000000000000000..7a18b7849b45b6f387631bd72e46977694574fd3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-classic.json @@ -0,0 +1,6 @@ +{ + "id": "b21b7dd7", + "category": "furniture", + "name": "limited-classic", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis " +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-everyday-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-everyday-1.json new file mode 100644 index 0000000000000000000000000000000000000000..8656f5265170e35be46ce452a9b8049489d3c7b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-everyday-1.json @@ -0,0 +1,6 @@ +{ + "id": "02867c6d", + "category": "furniture", + "name": "limited-everyday-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cu" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-travel-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-travel-1.json new file mode 100644 index 0000000000000000000000000000000000000000..98233330921542932a89d530b6cc30d54fd61c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/limited-travel-1.json @@ -0,0 +1,6 @@ +{ + "id": "41ffb189", + "category": "furniture", + "name": "limited-travel-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/premium-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/premium-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..3b3e40966e8855fd134fb41d14d7f73527384edf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/premium-studio.json @@ -0,0 +1,6 @@ +{ + "id": "86abaa13", + "category": "furniture", + "name": "premium-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute ir" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/premium-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/premium-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..d0e3fd93200ee8acd66a20006cba9318c57665f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/furniture/premium-travel.json @@ -0,0 +1,6 @@ +{ + "id": "708bcbe7", + "category": "furniture", + "name": "premium-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint oc" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/showcase/showcase-bundle.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/showcase/showcase-bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..bc49839d975c61bd4b4a842f1d7f73dda1046ad7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/showcase/showcase-bundle.json @@ -0,0 +1,6 @@ +{ + "id": "showcase", + "category": "showcase", + "name": "showcase-bundle", + "payload": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/essentials-classic.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/essentials-classic.json new file mode 100644 index 0000000000000000000000000000000000000000..8014b22d68aef43fd96228fe165e03d79d86e17b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/essentials-classic.json @@ -0,0 +1,6 @@ +{ + "id": "87b01098", + "category": "stationery", + "name": "essentials-classic", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip " +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/essentials-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/essentials-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..a876aa540ca55eda0dce9f8604eb0baa4f02862b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/essentials-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "3c793d5e", + "category": "stationery", + "name": "essentials-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/premium-classic-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/premium-classic-1.json new file mode 100644 index 0000000000000000000000000000000000000000..d2b60152c1d01bb128a289a0595c6997cb0c3458 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/premium-classic-1.json @@ -0,0 +1,6 @@ +{ + "id": "d2a9527c", + "category": "stationery", + "name": "premium-classic-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididu" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/premium-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/premium-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..b227e5f18fbc0e4b45ac42918cf9f9bd13bc4692 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/premium-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "05709fbc", + "category": "stationery", + "name": "premium-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/studio-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/studio-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..d938ae29441cb1478bc8a82c89b5e5d50db9621d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/studio-limited.json @@ -0,0 +1,6 @@ +{ + "id": "1e351154", + "category": "stationery", + "name": "studio-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/studio-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/studio-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..c4b27d0fd626e232a58444bf306f67eb0e43eb90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/studio-travel.json @@ -0,0 +1,6 @@ +{ + "id": "84a0c1ac", + "category": "stationery", + "name": "studio-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidat" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/travel-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/travel-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..eba9af233ae77e28c27221d85799df583cad7847 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/assets/catalog/stationery/travel-limited.json @@ -0,0 +1,6 @@ +{ + "id": "62d9e0d4", + "category": "stationery", + "name": "travel-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco lab" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/reports/biggest.txt b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/reports/biggest.txt new file mode 100644 index 0000000000000000000000000000000000000000..8300cae023243de49c05f72ec1e88c1a46661011 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/reports/biggest.txt @@ -0,0 +1 @@ +showcase-bundle.json diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/classic-premium-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/classic-premium-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6af7ba87f7b150becf958123769f8e5b23425ac0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/classic-premium-1.json @@ -0,0 +1,6 @@ +{ + "id": "70d519ba", + "category": "apparel", + "name": "classic-premium-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labo" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/classic-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/classic-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..8f8825f765e7616032c1c9edb673e269baaf2cf6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/classic-studio.json @@ -0,0 +1,6 @@ +{ + "id": "079c21e3", + "category": "apparel", + "name": "classic-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/essentials-everyday-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/essentials-everyday-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b25ab289636663de4eb986d3d4d39e7a88c70d3d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/essentials-everyday-1.json @@ -0,0 +1,6 @@ +{ + "id": "6eee9bcc", + "category": "apparel", + "name": "essentials-everyday-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/essentials-travel-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/essentials-travel-1.json new file mode 100644 index 0000000000000000000000000000000000000000..5dd5b9671ded1143a9f7a3a6e0ea0a66a074f331 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/essentials-travel-1.json @@ -0,0 +1,6 @@ +{ + "id": "ff1263b8", + "category": "apparel", + "name": "essentials-travel-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat c" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/everyday-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/everyday-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..fecb92feadb4149c464731f6cb0c4f2be7f7029a --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/everyday-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "493e43bd", + "category": "apparel", + "name": "everyday-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerci" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/limited-classic-2.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/limited-classic-2.json new file mode 100644 index 0000000000000000000000000000000000000000..9a5cd632b94f7cb13717d54911298846bec269b3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/limited-classic-2.json @@ -0,0 +1,6 @@ +{ + "id": "2dace238", + "category": "apparel", + "name": "limited-classic-2", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/premium-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/premium-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..488295f0c4b0bbbdf10eb574b936965b4e3d18d5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/apparel/premium-limited.json @@ -0,0 +1,6 @@ +{ + "id": "20414a46", + "category": "apparel", + "name": "premium-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/classic-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/classic-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..db1220e1fda5786ddd043c1071a3b1fd5cd01024 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/classic-travel.json @@ -0,0 +1,6 @@ +{ + "id": "c3789c7d", + "category": "beverages", + "name": "classic-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ull" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/essentials-studio-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/essentials-studio-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6ae4daacb9b46608aafbd8f87efea90f6e38e491 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/essentials-studio-1.json @@ -0,0 +1,6 @@ +{ + "id": "412e7e6f", + "category": "beverages", + "name": "essentials-studio-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatu" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/premium-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/premium-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..8455704c66d821be321e07ec48dac3e73ceefb79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/premium-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "e1f8c7cb", + "category": "beverages", + "name": "premium-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat n" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/studio-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/studio-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..98bfc195cbd70ad4f8a7fbd31f2cb49aac6b3825 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/studio-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "92ff115a", + "category": "beverages", + "name": "studio-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in volupt" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/studio-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/studio-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..10592d0d0dfb8e4e1c0b16b3ccb3918c945e9b35 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/studio-premium.json @@ -0,0 +1,6 @@ +{ + "id": "14a0ae4c", + "category": "beverages", + "name": "studio-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exer" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/travel-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/travel-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..05f9ad178c9bee622e5a8c542da2296f78f9ae47 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/travel-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "a2b1511f", + "category": "beverages", + "name": "travel-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo cons" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/travel-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/travel-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..f63b0b3a5f676d9fb24b6bee0937f765385dfc15 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/beverages/travel-premium.json @@ -0,0 +1,6 @@ +{ + "id": "4e7e4e43", + "category": "beverages", + "name": "travel-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore " +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/classic-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/classic-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..7e0d1f1c0190b8c49622260a7fe4fded87dc5dd7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/classic-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "8d3e6658", + "category": "electronics", + "name": "classic-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint o" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/classic-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/classic-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..0e2fe894389be87c0cba1cb19e5073274db5702d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/classic-limited.json @@ -0,0 +1,6 @@ +{ + "id": "0a2f85f0", + "category": "electronics", + "name": "classic-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/essentials-classic-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/essentials-classic-1.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa640edb6a0f4b956be5a8e05a5ff4dd605844b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/essentials-classic-1.json @@ -0,0 +1,6 @@ +{ + "id": "42f6e503", + "category": "electronics", + "name": "essentials-classic-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ven" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/limited-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/limited-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..9ca7537f602a5de108ab77f35d34754dc1fc86f4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/limited-premium.json @@ -0,0 +1,6 @@ +{ + "id": "8f302b23", + "category": "electronics", + "name": "limited-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, qui" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/limited-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/limited-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..4e23414651ca16c73c4b810b52b1c554b86fb710 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/limited-studio.json @@ -0,0 +1,6 @@ +{ + "id": "427846c1", + "category": "electronics", + "name": "limited-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna ali" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/travel-essentials.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/travel-essentials.json new file mode 100644 index 0000000000000000000000000000000000000000..8d21e27f47ecc1173beec575ab5266349e1b9c9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/travel-essentials.json @@ -0,0 +1,6 @@ +{ + "id": "3dc9da90", + "category": "electronics", + "name": "travel-essentials", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaec" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/travel-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/travel-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..93c8bf326f519733d592d41842d4c2bc8b358681 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/electronics/travel-studio.json @@ -0,0 +1,6 @@ +{ + "id": "151ad9fa", + "category": "electronics", + "name": "travel-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat no" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/classic-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/classic-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..3f39ee53ffc662817bee05d031300cc6466aa569 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/classic-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "09d98629", + "category": "furniture", + "name": "classic-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/classic-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/classic-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..40026188e684259ba4430e1e484727bdeb1e1aed --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/classic-premium.json @@ -0,0 +1,6 @@ +{ + "id": "e5174b17", + "category": "furniture", + "name": "classic-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolo" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/essentials-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/essentials-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..a2079c8722932d15719539afc0a388c8477bf765 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/essentials-travel.json @@ -0,0 +1,6 @@ +{ + "id": "5b63770a", + "category": "furniture", + "name": "essentials-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerc" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/everyday-premium.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/everyday-premium.json new file mode 100644 index 0000000000000000000000000000000000000000..4a5049c26d69fdc5014b563db4f52b592eabf033 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/everyday-premium.json @@ -0,0 +1,6 @@ +{ + "id": "95161a6f", + "category": "furniture", + "name": "everyday-premium", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercita" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-classic.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-classic.json new file mode 100644 index 0000000000000000000000000000000000000000..7a18b7849b45b6f387631bd72e46977694574fd3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-classic.json @@ -0,0 +1,6 @@ +{ + "id": "b21b7dd7", + "category": "furniture", + "name": "limited-classic", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis " +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-everyday-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-everyday-1.json new file mode 100644 index 0000000000000000000000000000000000000000..8656f5265170e35be46ce452a9b8049489d3c7b5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-everyday-1.json @@ -0,0 +1,6 @@ +{ + "id": "02867c6d", + "category": "furniture", + "name": "limited-everyday-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cu" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-travel-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-travel-1.json new file mode 100644 index 0000000000000000000000000000000000000000..98233330921542932a89d530b6cc30d54fd61c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/limited-travel-1.json @@ -0,0 +1,6 @@ +{ + "id": "41ffb189", + "category": "furniture", + "name": "limited-travel-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/premium-studio.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/premium-studio.json new file mode 100644 index 0000000000000000000000000000000000000000..3b3e40966e8855fd134fb41d14d7f73527384edf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/premium-studio.json @@ -0,0 +1,6 @@ +{ + "id": "86abaa13", + "category": "furniture", + "name": "premium-studio", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute ir" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/premium-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/premium-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..d0e3fd93200ee8acd66a20006cba9318c57665f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/furniture/premium-travel.json @@ -0,0 +1,6 @@ +{ + "id": "708bcbe7", + "category": "furniture", + "name": "premium-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint oc" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/showcase/showcase-bundle.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/showcase/showcase-bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..bc49839d975c61bd4b4a842f1d7f73dda1046ad7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/showcase/showcase-bundle.json @@ -0,0 +1,6 @@ +{ + "id": "showcase", + "category": "showcase", + "name": "showcase-bundle", + "payload": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/essentials-classic.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/essentials-classic.json new file mode 100644 index 0000000000000000000000000000000000000000..8014b22d68aef43fd96228fe165e03d79d86e17b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/essentials-classic.json @@ -0,0 +1,6 @@ +{ + "id": "87b01098", + "category": "stationery", + "name": "essentials-classic", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip " +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/essentials-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/essentials-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..a876aa540ca55eda0dce9f8604eb0baa4f02862b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/essentials-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "3c793d5e", + "category": "stationery", + "name": "essentials-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/premium-classic-1.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/premium-classic-1.json new file mode 100644 index 0000000000000000000000000000000000000000..d2b60152c1d01bb128a289a0595c6997cb0c3458 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/premium-classic-1.json @@ -0,0 +1,6 @@ +{ + "id": "d2a9527c", + "category": "stationery", + "name": "premium-classic-1", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididu" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/premium-everyday.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/premium-everyday.json new file mode 100644 index 0000000000000000000000000000000000000000..b227e5f18fbc0e4b45ac42918cf9f9bd13bc4692 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/premium-everyday.json @@ -0,0 +1,6 @@ +{ + "id": "05709fbc", + "category": "stationery", + "name": "premium-everyday", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/studio-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/studio-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..d938ae29441cb1478bc8a82c89b5e5d50db9621d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/studio-limited.json @@ -0,0 +1,6 @@ +{ + "id": "1e351154", + "category": "stationery", + "name": "studio-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/studio-travel.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/studio-travel.json new file mode 100644 index 0000000000000000000000000000000000000000..c4b27d0fd626e232a58444bf306f67eb0e43eb90 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/studio-travel.json @@ -0,0 +1,6 @@ +{ + "id": "84a0c1ac", + "category": "stationery", + "name": "studio-travel", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidat" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/travel-limited.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/travel-limited.json new file mode 100644 index 0000000000000000000000000000000000000000..eba9af233ae77e28c27221d85799df583cad7847 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/assets/catalog/stationery/travel-limited.json @@ -0,0 +1,6 @@ +{ + "id": "62d9e0d4", + "category": "stationery", + "name": "travel-limited", + "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco lab" +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea4bf55f8f/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/cdn/reports/status_bytes.tsv b/shellops_pro/assets/ShellOps_ea8681df18/gold/cdn/reports/status_bytes.tsv new file mode 100644 index 0000000000000000000000000000000000000000..53128ece582a58cec8e404ea3d7daa12fb522fe5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/cdn/reports/status_bytes.tsv @@ -0,0 +1,7 @@ +200 8873183 +301 2072228 +304 2481892 +404 1622153 +500 1498046 +502 1946082 +503 2482463 diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ea8681df18/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ede872b697/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/instruction-tuning-barcelona.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/instruction-tuning-barcelona.html new file mode 100644 index 0000000000000000000000000000000000000000..e5197f51890709f9f51ecbd5506fd39ed71dd021 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/instruction-tuning-barcelona.html @@ -0,0 +1,5 @@ + + +

instruction-tuning-barcelona

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/reasoning-benchmarks-security-policies.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/reasoning-benchmarks-security-policies.html new file mode 100644 index 0000000000000000000000000000000000000000..e9360bb4fef0631c07cecfc5e183d47daa4bfc2e --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/reasoning-benchmarks-security-policies.html @@ -0,0 +1,5 @@ + + +

reasoning-benchmarks-security-policies

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/san-francisco-adversarial-robustness.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/san-francisco-adversarial-robustness.html new file mode 100644 index 0000000000000000000000000000000000000000..98a317f28a84205e435c599b1d7ece1204369763 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/san-francisco-adversarial-robustness.html @@ -0,0 +1,5 @@ + + +

san-francisco-adversarial-robustness

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/san-francisco-engineering-practices.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/san-francisco-engineering-practices.html new file mode 100644 index 0000000000000000000000000000000000000000..bcf16faddd310c3fcaf0f8ad133265f981d56970 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/san-francisco-engineering-practices.html @@ -0,0 +1,5 @@ + + +

san-francisco-engineering-practices

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/shanghai-amsterdam.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/shanghai-amsterdam.html new file mode 100644 index 0000000000000000000000000000000000000000..0627d07180b19378a189c2b055a1c5d731cb4a05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/shanghai-amsterdam.html @@ -0,0 +1,5 @@ + + +

shanghai-amsterdam

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/singapore-sydney.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/singapore-sydney.html new file mode 100644 index 0000000000000000000000000000000000000000..967f431fc191328c4a2f18f5b5dc4a632c351037 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/blog/singapore-sydney.html @@ -0,0 +1,5 @@ + + +

singapore-sydney

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/beijing-seoul.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/beijing-seoul.html new file mode 100644 index 0000000000000000000000000000000000000000..99bde76dcea1a10fcb693b750c2870d5299822c4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/beijing-seoul.html @@ -0,0 +1,5 @@ + + +

beijing-seoul

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/interviewing-led-desk-lamp.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/interviewing-led-desk-lamp.html new file mode 100644 index 0000000000000000000000000000000000000000..84db086aaf8d216973134a840b75a7a597b6104d --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/interviewing-led-desk-lamp.html @@ -0,0 +1,5 @@ + + +

interviewing-led-desk-lamp

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/kyoto-laptop-stand.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/kyoto-laptop-stand.html new file mode 100644 index 0000000000000000000000000000000000000000..069e5291ee5e06caebbcbfc9ea174b5328c117de --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/kyoto-laptop-stand.html @@ -0,0 +1,5 @@ + + +

kyoto-laptop-stand

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/laptop-stand-interviewing.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/laptop-stand-interviewing.html new file mode 100644 index 0000000000000000000000000000000000000000..20b03f8fb7e7caa9828302055b6f22c203feabdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/laptop-stand-interviewing.html @@ -0,0 +1,5 @@ + + +

laptop-stand-interviewing

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/new-york-retrieval-augmented-generation.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/new-york-retrieval-augmented-generation.html new file mode 100644 index 0000000000000000000000000000000000000000..05922713e6845238879319888ce03a1f71b4bbde --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/new-york-retrieval-augmented-generation.html @@ -0,0 +1,5 @@ + + +

new-york-retrieval-augmented-generation

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/onboarding-espresso-blend.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/onboarding-espresso-blend.html new file mode 100644 index 0000000000000000000000000000000000000000..b9a1dd0a18f10674bec0830589fa5540874f6f0a --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/docs/onboarding-espresso-blend.html @@ -0,0 +1,5 @@ + + +

onboarding-espresso-blend

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/chain-of-thought-security-policies.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/chain-of-thought-security-policies.html new file mode 100644 index 0000000000000000000000000000000000000000..cc872460287d0b27fd09cf37095363c77ae5427b --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/chain-of-thought-security-policies.html @@ -0,0 +1,5 @@ + + +

chain-of-thought-security-policies

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/chicago-release-process.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/chicago-release-process.html new file mode 100644 index 0000000000000000000000000000000000000000..ec36c0a79c93eefb8697dc881df3b10f091f62cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/chicago-release-process.html @@ -0,0 +1,5 @@ + + +

chicago-release-process

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/incident-response-mumbai.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/incident-response-mumbai.html new file mode 100644 index 0000000000000000000000000000000000000000..34788d7a80d5a3ef6f9881be4165ee401c128fd9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/incident-response-mumbai.html @@ -0,0 +1,5 @@ + + +

incident-response-mumbai

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/onboarding-interviewing.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/onboarding-interviewing.html new file mode 100644 index 0000000000000000000000000000000000000000..d92e9172de96345a4fb2552e76dad03ec335b27f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/onboarding-interviewing.html @@ -0,0 +1,5 @@ + + +

onboarding-interviewing

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/osaka-onboarding.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/osaka-onboarding.html new file mode 100644 index 0000000000000000000000000000000000000000..a6a8b271a0a161503527e80fb6d25c45b7d5e1f9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/osaka-onboarding.html @@ -0,0 +1,5 @@ + + +

osaka-onboarding

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/security-policies-auckland.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/security-policies-auckland.html new file mode 100644 index 0000000000000000000000000000000000000000..3534900a52c6c8fa27b088392cdb7dacebf8ed94 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/legal/security-policies-auckland.html @@ -0,0 +1,5 @@ + + +

security-policies-auckland

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/beijing-long-context-modeling.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/beijing-long-context-modeling.html new file mode 100644 index 0000000000000000000000000000000000000000..d1ba295bb4f1a9b53ddb39f8ce352879e6a831e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/beijing-long-context-modeling.html @@ -0,0 +1,5 @@ + + +

beijing-long-context-modeling

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/boston-seoul.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/boston-seoul.html new file mode 100644 index 0000000000000000000000000000000000000000..527c43f31a59c9a2b57f26ef0fa6dee3187fbbf0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/boston-seoul.html @@ -0,0 +1,5 @@ + + +

boston-seoul

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/dublin-sydney.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/dublin-sydney.html new file mode 100644 index 0000000000000000000000000000000000000000..71a72ff4e3768548205991bc3cc9c4c49d14054b --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/dublin-sydney.html @@ -0,0 +1,5 @@ + + +

dublin-sydney

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/long-context-modeling-new-york.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/long-context-modeling-new-york.html new file mode 100644 index 0000000000000000000000000000000000000000..9b508be141d0dd5e00e69f1a3731bb0e4f962b4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/long-context-modeling-new-york.html @@ -0,0 +1,5 @@ + + +

long-context-modeling-new-york

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/mechanical-keyboard-auckland.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/mechanical-keyboard-auckland.html new file mode 100644 index 0000000000000000000000000000000000000000..5bd79e51c96e1c6c7eae58249ea3d9cc8268b626 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/mechanical-keyboard-auckland.html @@ -0,0 +1,5 @@ + + +

mechanical-keyboard-auckland

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/retrieval-augmented-generation-interviewing.html b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/retrieval-augmented-generation-interviewing.html new file mode 100644 index 0000000000000000000000000000000000000000..1e843d9a7c8567eb97694c963e878391bf89a44a --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/web/pages/marketing/retrieval-augmented-generation-interviewing.html @@ -0,0 +1,5 @@ + + +

retrieval-augmented-generation-interviewing

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/instruction-tuning-barcelona.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/instruction-tuning-barcelona.html new file mode 100644 index 0000000000000000000000000000000000000000..a9e4b8ffbd2780969e31649ba0bfcff4b465d9a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/instruction-tuning-barcelona.html @@ -0,0 +1,5 @@ + + +

instruction-tuning-barcelona

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/reasoning-benchmarks-security-policies.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/reasoning-benchmarks-security-policies.html new file mode 100644 index 0000000000000000000000000000000000000000..8c92b21d757c7fd722622708ff708c5d8e983f6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/reasoning-benchmarks-security-policies.html @@ -0,0 +1,5 @@ + + +

reasoning-benchmarks-security-policies

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/san-francisco-adversarial-robustness.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/san-francisco-adversarial-robustness.html new file mode 100644 index 0000000000000000000000000000000000000000..98a317f28a84205e435c599b1d7ece1204369763 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/san-francisco-adversarial-robustness.html @@ -0,0 +1,5 @@ + + +

san-francisco-adversarial-robustness

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/san-francisco-engineering-practices.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/san-francisco-engineering-practices.html new file mode 100644 index 0000000000000000000000000000000000000000..bcf16faddd310c3fcaf0f8ad133265f981d56970 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/san-francisco-engineering-practices.html @@ -0,0 +1,5 @@ + + +

san-francisco-engineering-practices

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/shanghai-amsterdam.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/shanghai-amsterdam.html new file mode 100644 index 0000000000000000000000000000000000000000..0627d07180b19378a189c2b055a1c5d731cb4a05 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/shanghai-amsterdam.html @@ -0,0 +1,5 @@ + + +

shanghai-amsterdam

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/singapore-sydney.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/singapore-sydney.html new file mode 100644 index 0000000000000000000000000000000000000000..967f431fc191328c4a2f18f5b5dc4a632c351037 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/blog/singapore-sydney.html @@ -0,0 +1,5 @@ + + +

singapore-sydney

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/beijing-seoul.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/beijing-seoul.html new file mode 100644 index 0000000000000000000000000000000000000000..fd55771dbd4bd604922235b9344f837dbe83a366 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/beijing-seoul.html @@ -0,0 +1,5 @@ + + +

beijing-seoul

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/interviewing-led-desk-lamp.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/interviewing-led-desk-lamp.html new file mode 100644 index 0000000000000000000000000000000000000000..f694b80a775ea7b995dfb17cf8a2e7889712a6fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/interviewing-led-desk-lamp.html @@ -0,0 +1,5 @@ + + +

interviewing-led-desk-lamp

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/kyoto-laptop-stand.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/kyoto-laptop-stand.html new file mode 100644 index 0000000000000000000000000000000000000000..1fa6abbaa31cb469760c9f45140608d7a2c0281f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/kyoto-laptop-stand.html @@ -0,0 +1,5 @@ + + +

kyoto-laptop-stand

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/laptop-stand-interviewing.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/laptop-stand-interviewing.html new file mode 100644 index 0000000000000000000000000000000000000000..036c3de1140c64eaf181da71cb76458451e34e4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/laptop-stand-interviewing.html @@ -0,0 +1,5 @@ + + +

laptop-stand-interviewing

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/new-york-retrieval-augmented-generation.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/new-york-retrieval-augmented-generation.html new file mode 100644 index 0000000000000000000000000000000000000000..a5eb5fc977b9a6bbd8e4c5ae2d7e42db615caa7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/new-york-retrieval-augmented-generation.html @@ -0,0 +1,5 @@ + + +

new-york-retrieval-augmented-generation

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/onboarding-espresso-blend.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/onboarding-espresso-blend.html new file mode 100644 index 0000000000000000000000000000000000000000..38703a3ce4881f68e7f23e13280d40624b67146b --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/docs/onboarding-espresso-blend.html @@ -0,0 +1,5 @@ + + +

onboarding-espresso-blend

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/chain-of-thought-security-policies.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/chain-of-thought-security-policies.html new file mode 100644 index 0000000000000000000000000000000000000000..cc872460287d0b27fd09cf37095363c77ae5427b --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/chain-of-thought-security-policies.html @@ -0,0 +1,5 @@ + + +

chain-of-thought-security-policies

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/chicago-release-process.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/chicago-release-process.html new file mode 100644 index 0000000000000000000000000000000000000000..ec36c0a79c93eefb8697dc881df3b10f091f62cc --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/chicago-release-process.html @@ -0,0 +1,5 @@ + + +

chicago-release-process

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/incident-response-mumbai.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/incident-response-mumbai.html new file mode 100644 index 0000000000000000000000000000000000000000..261df2e790d1209dbe5ca88766141df8a337db48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/incident-response-mumbai.html @@ -0,0 +1,5 @@ + + +

incident-response-mumbai

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/onboarding-interviewing.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/onboarding-interviewing.html new file mode 100644 index 0000000000000000000000000000000000000000..22675747cfe9c68d5c698c6b22daaa4af69445a0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/onboarding-interviewing.html @@ -0,0 +1,5 @@ + + +

onboarding-interviewing

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/osaka-onboarding.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/osaka-onboarding.html new file mode 100644 index 0000000000000000000000000000000000000000..adbaed3d710a0a71b9061c1f4801cfab0a0c26d9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/osaka-onboarding.html @@ -0,0 +1,5 @@ + + +

osaka-onboarding

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/security-policies-auckland.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/security-policies-auckland.html new file mode 100644 index 0000000000000000000000000000000000000000..dd4fd852d1cdbb9cda757cadfd69d118830d9f79 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/legal/security-policies-auckland.html @@ -0,0 +1,5 @@ + + +

security-policies-auckland

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/beijing-long-context-modeling.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/beijing-long-context-modeling.html new file mode 100644 index 0000000000000000000000000000000000000000..c8e64666d1d8bcb4d239515f94a4b892c12d3c91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/beijing-long-context-modeling.html @@ -0,0 +1,5 @@ + + +

beijing-long-context-modeling

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/boston-seoul.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/boston-seoul.html new file mode 100644 index 0000000000000000000000000000000000000000..e10edcfbd810df5bdc092240aa532f63e4936003 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/boston-seoul.html @@ -0,0 +1,5 @@ + + +

boston-seoul

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/dublin-sydney.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/dublin-sydney.html new file mode 100644 index 0000000000000000000000000000000000000000..62b8e9dda1302256a143532cbc75a6c8c32a5327 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/dublin-sydney.html @@ -0,0 +1,5 @@ + + +

dublin-sydney

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/long-context-modeling-new-york.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/long-context-modeling-new-york.html new file mode 100644 index 0000000000000000000000000000000000000000..763ca6e2bd6a921c33047b712a25e6d76d556219 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/long-context-modeling-new-york.html @@ -0,0 +1,5 @@ + + +

long-context-modeling-new-york

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/mechanical-keyboard-auckland.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/mechanical-keyboard-auckland.html new file mode 100644 index 0000000000000000000000000000000000000000..5bd79e51c96e1c6c7eae58249ea3d9cc8268b626 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/mechanical-keyboard-auckland.html @@ -0,0 +1,5 @@ + + +

mechanical-keyboard-auckland

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/retrieval-augmented-generation-interviewing.html b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/retrieval-augmented-generation-interviewing.html new file mode 100644 index 0000000000000000000000000000000000000000..1e843d9a7c8567eb97694c963e878391bf89a44a --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/web/pages/marketing/retrieval-augmented-generation-interviewing.html @@ -0,0 +1,5 @@ + + +

retrieval-augmented-generation-interviewing

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_eeab374996/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-1cad20.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-1cad20.fasta new file mode 100644 index 0000000000000000000000000000000000000000..41502d5182f7c37acd47bce2f45b3edeb6c4c572 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-1cad20.fasta @@ -0,0 +1,12 @@ +>s-1cad20|block0 +ATATACTNCAGTGCNGGGCNGCATACTAAGNGTCCNACCTCANCCCCNGCCNANGAACTA +NGACGCCTTTCNAATGNTAAGNNATCCCNC + +>s-1cad20|block1 +NCTNGGAANGTACGGCCNANGTCTNAATCCNTTATATACATANGACN + +>s-1cad20|block2 +CNTCNNNTCCCGCTNGNNCACACCCAAATCNATCNTCNTAAAAGGTCCCT + +>s-1cad20|block3 +NGCNCTTGGNAANNNNNCTGGCTGACGGGGNTAAANAATNGAN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-422594.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-422594.fasta new file mode 100644 index 0000000000000000000000000000000000000000..64f878bcbaa8c608066c350a57193444df8f53af --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-422594.fasta @@ -0,0 +1,15 @@ +>s-422594|block0 +GACGACGTTANTTCCTANNNTGACCACNNCCGTGCNAAGNGTAAGTTNGNGTTTCCATAG +CAATCNACGG + +>s-422594|block1 +GNCGNCNTNAGGGTAANAGAGANCANNNTNACGGGNTGNCNCCNTTCACGTNTAGGNACT +CGGGGNGNAANCGGCNG + +>s-422594|block2 +CTGNNNCGTNGTGTTANNATNCNGTAGGAACTGCGACGATATATCNCACNCCAANCACGA +NCTTGCGACTCNAGNANAANNAGCTNTTAACACATCCN + +>s-422594|block3 +AGNATTNTTGACTTCANTGNCTGGCGAATATNGNGGTNANGACTTTTNGGGNTCNTGTAG +GCCACNGNTATCTGAATAGATNCGCGCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-484a25.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-484a25.fasta new file mode 100644 index 0000000000000000000000000000000000000000..2f1f3ee9543c749ced60102b6e5accf4ec767c4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-484a25.fasta @@ -0,0 +1,12 @@ +>s-484a25|block0 +CTATGAAGTCAACAGCAGACGAGTAACNGTTNTCAGACNCGAC + +>s-484a25|block1 +ATTTCTGGTNGNCTCTGTGGATGNGGTNCCATACNCCTGNCTGGTGCTGTNAGNANCNNC +ANCCCTATANNNTGCGNAGG + +>s-484a25|block2 +GATGGGCTANGNCCGAATTNNGCCNCTNANACNTTGACTAGCNNGTCTCCGAAGN + +>s-484a25|block3 +ATGNAANACTCTGNCNGAGNGACGATCGCATGCNCCNNNTNANG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-53ab2e.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-53ab2e.fasta new file mode 100644 index 0000000000000000000000000000000000000000..6fe6175411923e9bde1c290c0642b1016769c0d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-53ab2e.fasta @@ -0,0 +1,9 @@ +>s-53ab2e|block0 +NGCATACTATTNCTTNGNTNGGGNGNGNGNGTCNCNNACGANTGAGGNAGNCNGGA + +>s-53ab2e|block1 +GANGCTAANTANNGCCNCGTAGAATNGTANTNCGCGAGNTTCGCAGNGGNGCGACTAGCA +NTATACTTAA + +>s-53ab2e|block2 +NGGTANCTTTNTCTGTTATTGCCTNTNTGATNNNGTNAGTANGAAAAGCCNA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-844b3f.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-844b3f.fasta new file mode 100644 index 0000000000000000000000000000000000000000..6b2e1ea516fa4752e9d6bb05013c08ace3b56d0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-844b3f.fasta @@ -0,0 +1,6 @@ +>s-844b3f|block0 +NAGGNCNNTTGCNAGGCTGNAAACNTACCTNAGTAGAANCCGNGGGNGTNTGNAATGACG +TCGGTCCCNGGCTTNGNNNGGGNCAGACTACAACCCTC + +>s-844b3f|block1 +CNNAANNCCATNCNCTCAATGCANTTGGNAAANGNNTGATNNGTAG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-a08ffe.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-a08ffe.fasta new file mode 100644 index 0000000000000000000000000000000000000000..7b3251553f74080548e83cf5a25f70e266957d34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/arabidopsis/s-a08ffe.fasta @@ -0,0 +1,14 @@ +>s-a08ffe|block0 +NNACTGTAATANATACACGCGCCCTAAANCTGNCCTTNNCATATAGACTNNCNCCCCCAG +NGACCAGGGACNGAAGANNTCGGTNC + +>s-a08ffe|block1 +TTAAAAATTCNNANCGCCNCNNGGATAAGNAGTTGACTCNNNNGNNGTNGCCCTGAATCT +TCTGGNNGNNNANAT + +>s-a08ffe|block2 +CCTTCTAGCCAANNGGCGTGACNANTGTAGCGTNCTACCCNGCGCGATGCTTCAGNNACT +TCGGGACTCAAGGCTNACTCANC + +>s-a08ffe|block3 +CCNNNNAAACTTNNGCTTAANGCTNGNNANCCCGCTATCGNTNTGCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-3529b6.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-3529b6.fasta new file mode 100644 index 0000000000000000000000000000000000000000..6b7832052a26f183ade30081d5b30c2512221adb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-3529b6.fasta @@ -0,0 +1,11 @@ +>s-3529b6|block0 +NNNTGATGCNNNANGCNTGGCNACGNATATTACTAGCGTGNAGTATTNTGCTNGATCNGN +CCCGTANTGNAANCNGCTANGCTTTCGTGGNTCACAACCA + +>s-3529b6|block1 +NTAGCANACAAGNTGGCGGNAGAGGNACCTNTTANCCAGNNCANACCGATCTNANNGAGT +TACGNTAACCTCCNTAGTNCAAGNATNGTGGAGCN + +>s-3529b6|block2 +NCNGNCTCGGACCTAANTGTCCCGNTNCCTCCTTCAGANCNNNNAGNCNGGTCCNGAGAT +TATCTNACTCGCNCGTNAC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-38177b.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-38177b.fasta new file mode 100644 index 0000000000000000000000000000000000000000..b66947d3271e057f8f818e384ed943dfd3665bbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-38177b.fasta @@ -0,0 +1,12 @@ +>s-38177b|block0 +ATNTAACTTAGCNGGGNTCCTGCTCGANGCNNCGNGAGGCTACCGANNGA + +>s-38177b|block1 +GAGATGCAAGAACTNTCTGTGACACAGTGGNAATCGTNACNAGCCACATGGCNCGTNAAT +AGNGCCGCGNCCATATGNTATTNCCANTAAAGGGGNATA + +>s-38177b|block2 +CAANGTTGANTGGGCACTNGGGTCTAAGACGTANNCGCAACNAAGATCTC + +>s-38177b|block3 +AGNACGATACNCAANATGGCTNNGCCGGCNCCCTCGAGAGTATGCCATGCN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-446942.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-446942.fasta new file mode 100644 index 0000000000000000000000000000000000000000..1b5e1b06ed548dd4120e792bebfb1448ef61f8e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-446942.fasta @@ -0,0 +1,9 @@ +>s-446942|block0 +CACCCNAGTCGATGTTACNTTAGNGATTNTNTNGTCNNGNGCCTTATNCNGTTATACCAG + +>s-446942|block1 +CTNCNNCCCCNAGCNTTCAGCNAGNANTATNNTGAATGTTTAACGAAGNCTNNNTTAGAG +TGNAANNNT + +>s-446942|block2 +GTGTNGTANTTGNGAGNATNANCCCGCCNAGTTNGNNGATCCNACGGNANNNAANNGA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-61ec60.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-61ec60.fasta new file mode 100644 index 0000000000000000000000000000000000000000..5eb4475c6ae67a13e7cebeb9732ac933536e2787 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-61ec60.fasta @@ -0,0 +1,15 @@ +>s-61ec60|block0 +CNGCGGCNNCGTGTGCTGTCAAGGNNCNGNTACTCATGGTANTCTAGACNCANATGCGGG +GGG + +>s-61ec60|block1 +CTTGTTCTTNATGANAAATGGNTCTNCTANCCGNTCTGCTTTTCCGGCGTCCNNGGNTNC +TGNGNNGTC + +>s-61ec60|block2 +CNAGNAGANACNACACNGTATNTANNTCCTTTCTNNGTGGAGATNCAGTACACANGAAAT +GTTAAAGCNCAGCNNG + +>s-61ec60|block3 +TGCATGTTACCACTTGAGTNTGGGNTCNACCCTTCNGTGNNCCCNGNGANCNGANAGNCN +NACAANATT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-b402e1.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-b402e1.fasta new file mode 100644 index 0000000000000000000000000000000000000000..e3899a7725ab940a13a7783019021fb69b8b681b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-b402e1.fasta @@ -0,0 +1,11 @@ +>s-b402e1|block0 +TGTTGNGGGNCTCACCTCNGGCTAGATNGTGTAGNTCCGCNGGTGGCNAACANACAAGTA +AACGC + +>s-b402e1|block1 +CTAAAANTGGNAGGGGNTCGTAANGNGTACAGANTANTCNCCNNGTACNNTATNTTGNNT +TNANNGCA + +>s-b402e1|block2 +ACNTCGTCACCTNGTTGTTACNGGNNNTCCGCANNATGACNAACCNTGGGTCGACACTCN +ATTGGCNAAAGCGTCNTATGATCNG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-c8a44f.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-c8a44f.fasta new file mode 100644 index 0000000000000000000000000000000000000000..0eb923f211a106aa8da36d3473ff63114dc42ef2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/c-elegans/s-c8a44f.fasta @@ -0,0 +1,13 @@ +>s-c8a44f|block0 +NCAGGCAGGAGGCCCTCGANAANTATGAGTCAGANTTTCGTCNGAACTNACAACCCTCGA +AAGNGACCAAANN + +>s-c8a44f|block1 +ATGNNGAACATNNNGANTNCCTGNGGNCNGNCCGTGGTANNNNNNCNTTTNCNCNTNGAT +GNGTGGNCTAANANCTCGAAGACNCTGCGAC + +>s-c8a44f|block2 +CGGNATNCTTAGCGATAGCAGGTCNGNTNNCCGCGCAACNGTANGAG + +>s-c8a44f|block3 +TTGGCAATNGNCTGGTAAANAGANTTGACACTATCTCGGTAAGAA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-4f7547.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-4f7547.fasta new file mode 100644 index 0000000000000000000000000000000000000000..361fe58a9d46b982ca39869dab2e79a786eedb3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-4f7547.fasta @@ -0,0 +1,15 @@ +>s-4f7547|block0 +TGTACNGNNNCGNANGCNGAGNCCGGTANACNCACGNCANGAGNNCNCTTTAGNTGTCNC +NANNTGNAAGTGTGGCTGCCTATTNG + +>s-4f7547|block1 +CNTGAGAGNNGATANTGATNGCTGTNNGCTNNGGACAATTCTNATNCGGCNATNNGNAGT +CAGGCTGTANATCCAGNCNCGTTCGNAATNNNG + +>s-4f7547|block2 +CNATTTAANTTNGCTCCCCACCATAATGNAACTGCGAGGCNAGCTCTCNTTNCTATAGCT +ACATGNNATNGGGCTAANANGACTCTCTCAC + +>s-4f7547|block3 +AGAACCTTCTAACATACAGTCCCTGCAAGGTGCAANAACGCCNANNGTNGGCTANGGGAG +NAGATCNGTANNCTACCGTTGNNCTAGACC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-67bbae.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-67bbae.fasta new file mode 100644 index 0000000000000000000000000000000000000000..67d62bb792b89e7acd1c93c69e7b1e8d6d235a7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-67bbae.fasta @@ -0,0 +1,6 @@ +>s-67bbae|block0 +NAATTNTGCTTAAACCCNGGNTGGTCNNNAANNCNNNATCNTAGGTGGN + +>s-67bbae|block1 +NNGCCAGANATGTCANACNTCNATNCNTGGNTGGTCCAANCGACCCTCNCNCTNATCGGN +TCATTTGATTAGTTAAAGGGCNNTNGCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-6de852.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-6de852.fasta new file mode 100644 index 0000000000000000000000000000000000000000..86fc32570f6ced522a657ea253d373caa558ac20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-6de852.fasta @@ -0,0 +1,11 @@ +>s-6de852|block0 +CCCCGCTCNCTGTCGNGTNTACTCNCCNGTNGATGTACAGCGCTCCCNCCGTNTATNTGG +CACT + +>s-6de852|block1 +GAGCTGTNTNAACCTTCANTANNGCCCAAANNNTNTGCGTCNNCCANCGGTGCNTGCCCA +GCGANTAAGNNANTGACCGTC + +>s-6de852|block2 +NGCNGGTNGTGNNGCTTNACCTAGTTCCGACCCNCGCTCNNTTCAANNCCCATGGCTTNA +NGTCNTCG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-9cfa53.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-9cfa53.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8ac4e8d19090b4e275000a78ee2bf8aca3879432 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-9cfa53.fasta @@ -0,0 +1,14 @@ +>s-9cfa53|block0 +CTTAGCGGNGAGCAANCNANTNTTTACCGCGTTATAGNTACGAAGCCAATTTTATAAGNT +TGGGAGNC + +>s-9cfa53|block1 +ATTNGACGGGCGNTGCNANTCCGCTNCGCCTTGTTTGTGATTANGTN + +>s-9cfa53|block2 +NNCCACTNTNGNCGCNCTANTNAGTCCGNCCGTCCTGNCNCGCNNAGCNTACCGNCGAAC +AGCACTTCANNANCAT + +>s-9cfa53|block3 +CCGCTCNGTANTGTTNCNCCCGTNCNCCNCCTAAGCATTCNCNTAGGNGGCCNCCAATNG +TACTGNATNGATACGGCTTGATTGGACGGGNNAAAGG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-a53b2a.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-a53b2a.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8013995aac571c6f44e9ab114df17660bf9e21fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-a53b2a.fasta @@ -0,0 +1,7 @@ +>s-a53b2a|block0 +TGAATNNGGACCGNGCCATANTAAGTAAACCAGTNTGTAGGNTCNNNGATNTNNTNTGNA +CATGCGGNTATTNGACNAGAGCTNNAGTC + +>s-a53b2a|block1 +TCCNTTTAACTCAGGGTTAANANGAATANTANTAGGTANGTGACTACGCAANTNGCGTGC +NGNACNTTACTAGT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-f53966.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-f53966.fasta new file mode 100644 index 0000000000000000000000000000000000000000..ac20ef193bcf0beef607c63f1f4f48894eda1636 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/drosophila/s-f53966.fasta @@ -0,0 +1,5 @@ +>s-f53966|block0 +NAGAAGAGGCGTANGNNANAGGGTCAAANATTGCCTATCCATCACNGT + +>s-f53966|block1 +TGAAANTGNANCGGNNGACGGCTCTATACCANCATNCTNTNGACATANGA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-1d60c5.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-1d60c5.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8b440b566945b7644852501f3d46bf91b57f7810 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-1d60c5.fasta @@ -0,0 +1,11 @@ +>s-1d60c5|block0 +TTATGGCNGCNTGGCNTNCCGCNGCCCGATNACTTCTCGGTCATTTNGANCCAAATGACG +TGGNGTTNGTANTCNCANCATANCTACAGCCNTA + +>s-1d60c5|block1 +NGTTCTANGGAGNANTANNANNCCGCNATGTGATGCTNGNNNTANCNGGNNATAACNGNA +ACACNNANNGNAGCGTGANCANTAGNTNAGGNANAA + +>s-1d60c5|block2 +CGANGTACANAAGCCTAANACAATNCTGGTAGTGTAAGCNGTTCTTNTGAACNNCTNNNG +GC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-6c1edc.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-6c1edc.fasta new file mode 100644 index 0000000000000000000000000000000000000000..a4cbc9456cd00aafce35aa432888acd1d607a772 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-6c1edc.fasta @@ -0,0 +1,10 @@ +>s-6c1edc|block0 +ANGGAAGTNNNNGTGNGCCAGANACACTCGCACGCCTAAGCTANNCTTCGCCTTGNNTGC +G + +>s-6c1edc|block1 +NNNNTAANGNACCCGGATCGGACCNTNATTAGNNGGNANNAG + +>s-6c1edc|block2 +GCNACACGTAGGTATGNTCCNNGTTNTTGCCTNNCGCGANTTGAGTGTNATAANTGAGCG +ATCGTTTNNANTTNANC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-76c5f1.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-76c5f1.fasta new file mode 100644 index 0000000000000000000000000000000000000000..01d58f897564b2029bc3402fadbb4892eb9bf9c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-76c5f1.fasta @@ -0,0 +1,12 @@ +>s-76c5f1|block0 +AAATNAAANGNCAATATCCTCNCTTGTCGTGNGCNGNCNNTGNNCCNATNNCAACGTTTG +CNN + +>s-76c5f1|block1 +CACNCTAGNGTTGCGAATNCATCNAGTANCATCNNAAGNGGTACTNTCAGAC + +>s-76c5f1|block2 +TTCCGTCAACCGACGGTGTATAGNAGATCGGTNCNTTANA + +>s-76c5f1|block3 +GTNTACGGGTCGNGACATANGTTCNGTTGTGNGACNACNGCN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-7e4795.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-7e4795.fasta new file mode 100644 index 0000000000000000000000000000000000000000..4f351cba90d2231a8ef186532f4765d766fe5794 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-7e4795.fasta @@ -0,0 +1,14 @@ +>s-7e4795|block0 +NAGTNGNNATGAGACACAGTTATATGNCAGTNGCTACTCTGGGNNTTTGCTTTNGAGCCA +NNNNNNAGAG + +>s-7e4795|block1 +GTTNACAGNNNCNGNCCCTTAGANGTCTGATTGAGTGNGTAANAGAGTCCAGNNANCAAA +NNTACTNCTAATN + +>s-7e4795|block2 +TTNCNAAGGNTTGCTGAGGAGCNCNNCGGNTACNCGGCNNATACNCNTNCNTACAGNTGN +TGTTANCTNAC + +>s-7e4795|block3 +GGNANCGACGAANCNNNNGACTTGGACACGGAACACGCANTTCCGNGN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-99f25a.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-99f25a.fasta new file mode 100644 index 0000000000000000000000000000000000000000..c88fd12c64bd22d7ec41a8f33a718ffb63b37e4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-99f25a.fasta @@ -0,0 +1,14 @@ +>s-99f25a|block0 +CGTGTNAGACCNTTNNCNANAATATACNNTTACANNAAACNNAGTGNACNNATCGGTAGA +GAGNT + +>s-99f25a|block1 +ATGNTNGTGGAGGCAGAGGTANNCACTANGNNCCCGGGANNGTAAGCNCAGN + +>s-99f25a|block2 +TAAAGTTAANTAGANGTCANAGCGGTNAATAGGCNCNTGCGAATNGANCACGGGTCTGAN +NGCNAAAGNTNTNGGGTTCGAACNNTTGNCAAGCNNGN + +>s-99f25a|block3 +TATTTNTGGTCTTGNGNCCTNNAATGNNAGNANGTNACAAGGGTCCTCCAACACCNCNGC +AAGATNGACNNNNGGT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-b2612e.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-b2612e.fasta new file mode 100644 index 0000000000000000000000000000000000000000..95bab279e6a738981172c28c840ae88b5b970d11 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/mycobacterium/s-b2612e.fasta @@ -0,0 +1,6 @@ +>s-b2612e|block0 +ANCTANAGTNNGTGTAGAGGTNAACACNGGCTATTTTTCTANCACACCNTCGANNNAGG + +>s-b2612e|block1 +CAGGCGGACAANTNCGNGTTTTATGTAACCCTNACGGTNATNGNTTGAAACANCACNGTG +TCCCTATNNTGGTCTNTTG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-10f74f.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-10f74f.fasta new file mode 100644 index 0000000000000000000000000000000000000000..4247d7653a1c12c6702a644cce3d72b47586ddc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-10f74f.fasta @@ -0,0 +1,5 @@ +>s-10f74f|block0 +CNGCNNAGACCCCGTNNNNTNGNANNCCANNTATNATGCGTGGNCCGTCCC + +>s-10f74f|block1 +ANCCCANATNTAACGCANCACCCTTCTTAAACNCTCNANNTCGNNCGGGG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-205b2d.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-205b2d.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8952d3263f003dab809a9650e562aa916d49d0ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-205b2d.fasta @@ -0,0 +1,12 @@ +>s-205b2d|block0 +GATATTGCCAATGCGCNATTAGCAAANCGNCNGCANCCTTAAGAAGANNNG + +>s-205b2d|block1 +NAGGGCNTNNCGCCAGTCTTCCTNNNNGNACCCANCCNGCTGGNTAAGTTCNGGN + +>s-205b2d|block2 +NCGATCAANANNCCCACAGCCGTCTANCATGNAGNCCGNNNTGCCGCGGTTANTNTA + +>s-205b2d|block3 +NACNNNNNGNNCATNGNNTACNAGCNCAATGGAAANNGTGTGNAGGCGTATANCCTNATG +NATTTNGGCAANGATTG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-7abd46.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-7abd46.fasta new file mode 100644 index 0000000000000000000000000000000000000000..318ffd11bbd5eaead4c6ffb60679f91529686aba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-7abd46.fasta @@ -0,0 +1,6 @@ +>s-7abd46|block0 +ACAGTNCTGNNAANTTGAATGCGCCTACGGCGGAAATANGA + +>s-7abd46|block1 +TATCANACNTNTTNAANCNATGATTNGNCCNNTATNTACCGAAGTGANATGANNNTNCNN +TGCNNACCTTACGNGTNNNTA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-896167.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-896167.fasta new file mode 100644 index 0000000000000000000000000000000000000000..a641980daea023e57ca7cc1049659323715ba52d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-896167.fasta @@ -0,0 +1,10 @@ +>s-896167|block0 +ATTGNNGCGCGATNNCGNNNANATGAGGGGNATNCNNGNCNCNCCGCTNNCNACGGCNGT +NATCGTCGACNCG + +>s-896167|block1 +ATCNTNCNCCGCTGCNNGTTTANGCTANGNCTGTTANGAAGGCANGNTACGAANNCACNG +NNNTANGAGCAGCTCTNGCCCCATGTGTTACTAGGN + +>s-896167|block2 +GGNGTTTGNATCANTGTTCAGTATGGCCNGGNAAACCGGNTACGNCANAN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-d7f330.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-d7f330.fasta new file mode 100644 index 0000000000000000000000000000000000000000..05b1cdf6f0e02c9f6f5891b70330adcd77fc8f03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-d7f330.fasta @@ -0,0 +1,10 @@ +>s-d7f330|block0 +CNNGGTCNGGNNNNGCTCCNTCCAGTCAAAGTNCCNNGGAATTTTATNATGCACTANATN +TATGNGATCNCTAANCCGGACCAGANCTNNACTGTGTGTT + +>s-d7f330|block1 +NNACGCNANNCCCTAACTTTNTGACNANANTTAGCNNGCCGNNNCNGGTCTGNCGCT + +>s-d7f330|block2 +NNATCATAAGACCGACNATCAAATCTACGTGCNNGGGCTTTAACGCAANCCNGCANNCGA +CNC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-e3b368.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-e3b368.fasta new file mode 100644 index 0000000000000000000000000000000000000000..e24e8b8ae31d4014941f1082333038c0ac9728c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/yeast/s-e3b368.fasta @@ -0,0 +1,7 @@ +>s-e3b368|block0 +TANCTAAAATAAGTTNGCCGCCGTACGANGGAGANNGTCGATACANGTAATGNACNNCAG +CGGTTNT + +>s-e3b368|block1 +GTCTNANGGCNAGGGTNTNGAGTNTACACTCNNCATNGAACCAGGTTGNATGTTTCAAAG +ATCGGNCTAGTAG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-02282d.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-02282d.fasta new file mode 100644 index 0000000000000000000000000000000000000000..d2904b89b12064f92137998041839412201aa594 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-02282d.fasta @@ -0,0 +1,10 @@ +>s-02282d|block0 +AGTAAGTNTTACNGATNNGNTNGCGCCNACGACCATGNCGCACTTCACGNNGNAANTNGT +AACAACNNNTGNCCGACCACGAAANCGCNCG + +>s-02282d|block1 +NTGNTCCANCTCTGNATTACCCATNTCTTCTTTTCCCCGAA + +>s-02282d|block2 +GAATGCCTTNCNNNNNATTGAAGGGNCCNAGGGANACGTNNGGANNTTGNACANNCCAAA +GTNTAGGGNACTCCGTNTTNG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-26d182.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-26d182.fasta new file mode 100644 index 0000000000000000000000000000000000000000..03c0b7466ef56348b769f27d332b61de115955fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-26d182.fasta @@ -0,0 +1,7 @@ +>s-26d182|block0 +GGNNAACACAGGCCTGATCTNATCCCACCTNTNNTACNNTNGTAGNTCGTGCCNATGTGG +TTAACNACGCGTGCNAG + +>s-26d182|block1 +GNGCAGTGTGTACGCCAGGGCCATTGACCNCGGCCANACCTATCTANTGANTANTCGGGN +NCTGACTCNTGCGTGGCNGTATGAG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-52a94a.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-52a94a.fasta new file mode 100644 index 0000000000000000000000000000000000000000..047d038ff4d2e96fe7be77569696a6878fb62646 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-52a94a.fasta @@ -0,0 +1,5 @@ +>s-52a94a|block0 +GGAGCTCNGTATTTCACTANNCGGANTGTANGNTCCTTNAAGTTTTNGT + +>s-52a94a|block1 +TCNCCAAAGCATTGTGGTNNGANCCNCCNTNAACGNTGAACNNNGTANNTTGNNAAGCTA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-c94305.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-c94305.fasta new file mode 100644 index 0000000000000000000000000000000000000000..95db81e82961ccd8b3463b0c0a1cb14af9684bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-c94305.fasta @@ -0,0 +1,9 @@ +>s-c94305|block0 +GATCATGACTGTAGTGTNAANCAACGAGTCCTAATGATCTC + +>s-c94305|block1 +NCCNATANCAGAACGCCGNGNGACNNGCNCGTATNGNAANGGTAAAGTAC + +>s-c94305|block2 +TCNAAATAGGATATTTTATCATGCNGGCGGGCTGCAAATCNNANATATCNTATACAATAC +CGTGGTNCNTTTTTNNNTACTCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-d684ea.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-d684ea.fasta new file mode 100644 index 0000000000000000000000000000000000000000..d5fba51e67a26ca36f5a060d003cc34f427bdcce --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-d684ea.fasta @@ -0,0 +1,6 @@ +>s-d684ea|block0 +AGTCNNGNACNCCAATNCTCAATCNCGATTATATGNTGGTCTGANANNAGAANNCCGNN + +>s-d684ea|block1 +GNNTANNGTTANTGCNTANATTGACNACTAAGGGTNGCNGCTNTACCNGTANTNGGCCGT +NCTAGNNTTANTAAT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-f8f8d2.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-f8f8d2.fasta new file mode 100644 index 0000000000000000000000000000000000000000..e0d4c7f6b0ad2a4ea68c5284c71c00f78ac6d261 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/biology/sequences/zebrafish/s-f8f8d2.fasta @@ -0,0 +1,14 @@ +>s-f8f8d2|block0 +AGACTAAACGANATNGCGTNTANCGNNNAACTCCNCNAGANGCACGATGACNATG + +>s-f8f8d2|block1 +AATATNGAACAGNGNCNCCCGAACNCNTTNAANNCNACTNATCTAATTNNCCTGGAGGGA +NNATTATNNAAGGGTTTCCG + +>s-f8f8d2|block2 +CTACGCCCNTCTGAGCGGTNCANTCGNGGTCCTTCGNGATTNNANGAGCTCACGACNGCT +CAGNNTNNTGAAAGCTTNNTAATCTGTNNATTNG + +>s-f8f8d2|block3 +GTTANGGNNTCNCANNGGGNGTATNGATCGTTANTAGACNTTTTANNCACCNTTTTTTTN +AAGNNCCCGTTGN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-1cad20.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-1cad20.fasta new file mode 100644 index 0000000000000000000000000000000000000000..41502d5182f7c37acd47bce2f45b3edeb6c4c572 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-1cad20.fasta @@ -0,0 +1,12 @@ +>s-1cad20|block0 +ATATACTNCAGTGCNGGGCNGCATACTAAGNGTCCNACCTCANCCCCNGCCNANGAACTA +NGACGCCTTTCNAATGNTAAGNNATCCCNC + +>s-1cad20|block1 +NCTNGGAANGTACGGCCNANGTCTNAATCCNTTATATACATANGACN + +>s-1cad20|block2 +CNTCNNNTCCCGCTNGNNCACACCCAAATCNATCNTCNTAAAAGGTCCCT + +>s-1cad20|block3 +NGCNCTTGGNAANNNNNCTGGCTGACGGGGNTAAANAATNGAN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-422594.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-422594.fasta new file mode 100644 index 0000000000000000000000000000000000000000..64f878bcbaa8c608066c350a57193444df8f53af --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-422594.fasta @@ -0,0 +1,15 @@ +>s-422594|block0 +GACGACGTTANTTCCTANNNTGACCACNNCCGTGCNAAGNGTAAGTTNGNGTTTCCATAG +CAATCNACGG + +>s-422594|block1 +GNCGNCNTNAGGGTAANAGAGANCANNNTNACGGGNTGNCNCCNTTCACGTNTAGGNACT +CGGGGNGNAANCGGCNG + +>s-422594|block2 +CTGNNNCGTNGTGTTANNATNCNGTAGGAACTGCGACGATATATCNCACNCCAANCACGA +NCTTGCGACTCNAGNANAANNAGCTNTTAACACATCCN + +>s-422594|block3 +AGNATTNTTGACTTCANTGNCTGGCGAATATNGNGGTNANGACTTTTNGGGNTCNTGTAG +GCCACNGNTATCTGAATAGATNCGCGCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-484a25.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-484a25.fasta new file mode 100644 index 0000000000000000000000000000000000000000..2f1f3ee9543c749ced60102b6e5accf4ec767c4c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-484a25.fasta @@ -0,0 +1,12 @@ +>s-484a25|block0 +CTATGAAGTCAACAGCAGACGAGTAACNGTTNTCAGACNCGAC + +>s-484a25|block1 +ATTTCTGGTNGNCTCTGTGGATGNGGTNCCATACNCCTGNCTGGTGCTGTNAGNANCNNC +ANCCCTATANNNTGCGNAGG + +>s-484a25|block2 +GATGGGCTANGNCCGAATTNNGCCNCTNANACNTTGACTAGCNNGTCTCCGAAGN + +>s-484a25|block3 +ATGNAANACTCTGNCNGAGNGACGATCGCATGCNCCNNNTNANG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-53ab2e.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-53ab2e.fasta new file mode 100644 index 0000000000000000000000000000000000000000..6fe6175411923e9bde1c290c0642b1016769c0d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-53ab2e.fasta @@ -0,0 +1,9 @@ +>s-53ab2e|block0 +NGCATACTATTNCTTNGNTNGGGNGNGNGNGTCNCNNACGANTGAGGNAGNCNGGA + +>s-53ab2e|block1 +GANGCTAANTANNGCCNCGTAGAATNGTANTNCGCGAGNTTCGCAGNGGNGCGACTAGCA +NTATACTTAA + +>s-53ab2e|block2 +NGGTANCTTTNTCTGTTATTGCCTNTNTGATNNNGTNAGTANGAAAAGCCNA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-844b3f.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-844b3f.fasta new file mode 100644 index 0000000000000000000000000000000000000000..6b2e1ea516fa4752e9d6bb05013c08ace3b56d0e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-844b3f.fasta @@ -0,0 +1,6 @@ +>s-844b3f|block0 +NAGGNCNNTTGCNAGGCTGNAAACNTACCTNAGTAGAANCCGNGGGNGTNTGNAATGACG +TCGGTCCCNGGCTTNGNNNGGGNCAGACTACAACCCTC + +>s-844b3f|block1 +CNNAANNCCATNCNCTCAATGCANTTGGNAAANGNNTGATNNGTAG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-a08ffe.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-a08ffe.fasta new file mode 100644 index 0000000000000000000000000000000000000000..7b3251553f74080548e83cf5a25f70e266957d34 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/arabidopsis/s-a08ffe.fasta @@ -0,0 +1,14 @@ +>s-a08ffe|block0 +NNACTGTAATANATACACGCGCCCTAAANCTGNCCTTNNCATATAGACTNNCNCCCCCAG +NGACCAGGGACNGAAGANNTCGGTNC + +>s-a08ffe|block1 +TTAAAAATTCNNANCGCCNCNNGGATAAGNAGTTGACTCNNNNGNNGTNGCCCTGAATCT +TCTGGNNGNNNANAT + +>s-a08ffe|block2 +CCTTCTAGCCAANNGGCGTGACNANTGTAGCGTNCTACCCNGCGCGATGCTTCAGNNACT +TCGGGACTCAAGGCTNACTCANC + +>s-a08ffe|block3 +CCNNNNAAACTTNNGCTTAANGCTNGNNANCCCGCTATCGNTNTGCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-3529b6.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-3529b6.fasta new file mode 100644 index 0000000000000000000000000000000000000000..6b7832052a26f183ade30081d5b30c2512221adb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-3529b6.fasta @@ -0,0 +1,11 @@ +>s-3529b6|block0 +NNNTGATGCNNNANGCNTGGCNACGNATATTACTAGCGTGNAGTATTNTGCTNGATCNGN +CCCGTANTGNAANCNGCTANGCTTTCGTGGNTCACAACCA + +>s-3529b6|block1 +NTAGCANACAAGNTGGCGGNAGAGGNACCTNTTANCCAGNNCANACCGATCTNANNGAGT +TACGNTAACCTCCNTAGTNCAAGNATNGTGGAGCN + +>s-3529b6|block2 +NCNGNCTCGGACCTAANTGTCCCGNTNCCTCCTTCAGANCNNNNAGNCNGGTCCNGAGAT +TATCTNACTCGCNCGTNAC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-38177b.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-38177b.fasta new file mode 100644 index 0000000000000000000000000000000000000000..b66947d3271e057f8f818e384ed943dfd3665bbb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-38177b.fasta @@ -0,0 +1,12 @@ +>s-38177b|block0 +ATNTAACTTAGCNGGGNTCCTGCTCGANGCNNCGNGAGGCTACCGANNGA + +>s-38177b|block1 +GAGATGCAAGAACTNTCTGTGACACAGTGGNAATCGTNACNAGCCACATGGCNCGTNAAT +AGNGCCGCGNCCATATGNTATTNCCANTAAAGGGGNATA + +>s-38177b|block2 +CAANGTTGANTGGGCACTNGGGTCTAAGACGTANNCGCAACNAAGATCTC + +>s-38177b|block3 +AGNACGATACNCAANATGGCTNNGCCGGCNCCCTCGAGAGTATGCCATGCN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-446942.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-446942.fasta new file mode 100644 index 0000000000000000000000000000000000000000..1b5e1b06ed548dd4120e792bebfb1448ef61f8e8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-446942.fasta @@ -0,0 +1,9 @@ +>s-446942|block0 +CACCCNAGTCGATGTTACNTTAGNGATTNTNTNGTCNNGNGCCTTATNCNGTTATACCAG + +>s-446942|block1 +CTNCNNCCCCNAGCNTTCAGCNAGNANTATNNTGAATGTTTAACGAAGNCTNNNTTAGAG +TGNAANNNT + +>s-446942|block2 +GTGTNGTANTTGNGAGNATNANCCCGCCNAGTTNGNNGATCCNACGGNANNNAANNGA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-61ec60.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-61ec60.fasta new file mode 100644 index 0000000000000000000000000000000000000000..5eb4475c6ae67a13e7cebeb9732ac933536e2787 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-61ec60.fasta @@ -0,0 +1,15 @@ +>s-61ec60|block0 +CNGCGGCNNCGTGTGCTGTCAAGGNNCNGNTACTCATGGTANTCTAGACNCANATGCGGG +GGG + +>s-61ec60|block1 +CTTGTTCTTNATGANAAATGGNTCTNCTANCCGNTCTGCTTTTCCGGCGTCCNNGGNTNC +TGNGNNGTC + +>s-61ec60|block2 +CNAGNAGANACNACACNGTATNTANNTCCTTTCTNNGTGGAGATNCAGTACACANGAAAT +GTTAAAGCNCAGCNNG + +>s-61ec60|block3 +TGCATGTTACCACTTGAGTNTGGGNTCNACCCTTCNGTGNNCCCNGNGANCNGANAGNCN +NACAANATT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-b402e1.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-b402e1.fasta new file mode 100644 index 0000000000000000000000000000000000000000..e3899a7725ab940a13a7783019021fb69b8b681b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-b402e1.fasta @@ -0,0 +1,11 @@ +>s-b402e1|block0 +TGTTGNGGGNCTCACCTCNGGCTAGATNGTGTAGNTCCGCNGGTGGCNAACANACAAGTA +AACGC + +>s-b402e1|block1 +CTAAAANTGGNAGGGGNTCGTAANGNGTACAGANTANTCNCCNNGTACNNTATNTTGNNT +TNANNGCA + +>s-b402e1|block2 +ACNTCGTCACCTNGTTGTTACNGGNNNTCCGCANNATGACNAACCNTGGGTCGACACTCN +ATTGGCNAAAGCGTCNTATGATCNG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-c8a44f.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-c8a44f.fasta new file mode 100644 index 0000000000000000000000000000000000000000..0eb923f211a106aa8da36d3473ff63114dc42ef2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/c-elegans/s-c8a44f.fasta @@ -0,0 +1,13 @@ +>s-c8a44f|block0 +NCAGGCAGGAGGCCCTCGANAANTATGAGTCAGANTTTCGTCNGAACTNACAACCCTCGA +AAGNGACCAAANN + +>s-c8a44f|block1 +ATGNNGAACATNNNGANTNCCTGNGGNCNGNCCGTGGTANNNNNNCNTTTNCNCNTNGAT +GNGTGGNCTAANANCTCGAAGACNCTGCGAC + +>s-c8a44f|block2 +CGGNATNCTTAGCGATAGCAGGTCNGNTNNCCGCGCAACNGTANGAG + +>s-c8a44f|block3 +TTGGCAATNGNCTGGTAAANAGANTTGACACTATCTCGGTAAGAA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-4f7547.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-4f7547.fasta new file mode 100644 index 0000000000000000000000000000000000000000..361fe58a9d46b982ca39869dab2e79a786eedb3c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-4f7547.fasta @@ -0,0 +1,15 @@ +>s-4f7547|block0 +TGTACNGNNNCGNANGCNGAGNCCGGTANACNCACGNCANGAGNNCNCTTTAGNTGTCNC +NANNTGNAAGTGTGGCTGCCTATTNG + +>s-4f7547|block1 +CNTGAGAGNNGATANTGATNGCTGTNNGCTNNGGACAATTCTNATNCGGCNATNNGNAGT +CAGGCTGTANATCCAGNCNCGTTCGNAATNNNG + +>s-4f7547|block2 +CNATTTAANTTNGCTCCCCACCATAATGNAACTGCGAGGCNAGCTCTCNTTNCTATAGCT +ACATGNNATNGGGCTAANANGACTCTCTCAC + +>s-4f7547|block3 +AGAACCTTCTAACATACAGTCCCTGCAAGGTGCAANAACGCCNANNGTNGGCTANGGGAG +NAGATCNGTANNCTACCGTTGNNCTAGACC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-67bbae.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-67bbae.fasta new file mode 100644 index 0000000000000000000000000000000000000000..67d62bb792b89e7acd1c93c69e7b1e8d6d235a7e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-67bbae.fasta @@ -0,0 +1,6 @@ +>s-67bbae|block0 +NAATTNTGCTTAAACCCNGGNTGGTCNNNAANNCNNNATCNTAGGTGGN + +>s-67bbae|block1 +NNGCCAGANATGTCANACNTCNATNCNTGGNTGGTCCAANCGACCCTCNCNCTNATCGGN +TCATTTGATTAGTTAAAGGGCNNTNGCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-6de852.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-6de852.fasta new file mode 100644 index 0000000000000000000000000000000000000000..86fc32570f6ced522a657ea253d373caa558ac20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-6de852.fasta @@ -0,0 +1,11 @@ +>s-6de852|block0 +CCCCGCTCNCTGTCGNGTNTACTCNCCNGTNGATGTACAGCGCTCCCNCCGTNTATNTGG +CACT + +>s-6de852|block1 +GAGCTGTNTNAACCTTCANTANNGCCCAAANNNTNTGCGTCNNCCANCGGTGCNTGCCCA +GCGANTAAGNNANTGACCGTC + +>s-6de852|block2 +NGCNGGTNGTGNNGCTTNACCTAGTTCCGACCCNCGCTCNNTTCAANNCCCATGGCTTNA +NGTCNTCG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-9cfa53.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-9cfa53.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8ac4e8d19090b4e275000a78ee2bf8aca3879432 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-9cfa53.fasta @@ -0,0 +1,14 @@ +>s-9cfa53|block0 +CTTAGCGGNGAGCAANCNANTNTTTACCGCGTTATAGNTACGAAGCCAATTTTATAAGNT +TGGGAGNC + +>s-9cfa53|block1 +ATTNGACGGGCGNTGCNANTCCGCTNCGCCTTGTTTGTGATTANGTN + +>s-9cfa53|block2 +NNCCACTNTNGNCGCNCTANTNAGTCCGNCCGTCCTGNCNCGCNNAGCNTACCGNCGAAC +AGCACTTCANNANCAT + +>s-9cfa53|block3 +CCGCTCNGTANTGTTNCNCCCGTNCNCCNCCTAAGCATTCNCNTAGGNGGCCNCCAATNG +TACTGNATNGATACGGCTTGATTGGACGGGNNAAAGG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-a53b2a.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-a53b2a.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8013995aac571c6f44e9ab114df17660bf9e21fb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-a53b2a.fasta @@ -0,0 +1,7 @@ +>s-a53b2a|block0 +TGAATNNGGACCGNGCCATANTAAGTAAACCAGTNTGTAGGNTCNNNGATNTNNTNTGNA +CATGCGGNTATTNGACNAGAGCTNNAGTC + +>s-a53b2a|block1 +TCCNTTTAACTCAGGGTTAANANGAATANTANTAGGTANGTGACTACGCAANTNGCGTGC +NGNACNTTACTAGT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-f53966.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-f53966.fasta new file mode 100644 index 0000000000000000000000000000000000000000..ac20ef193bcf0beef607c63f1f4f48894eda1636 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/drosophila/s-f53966.fasta @@ -0,0 +1,5 @@ +>s-f53966|block0 +NAGAAGAGGCGTANGNNANAGGGTCAAANATTGCCTATCCATCACNGT + +>s-f53966|block1 +TGAAANTGNANCGGNNGACGGCTCTATACCANCATNCTNTNGACATANGA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-1d60c5.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-1d60c5.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8b440b566945b7644852501f3d46bf91b57f7810 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-1d60c5.fasta @@ -0,0 +1,11 @@ +>s-1d60c5|block0 +TTATGGCNGCNTGGCNTNCCGCNGCCCGATNACTTCTCGGTCATTTNGANCCAAATGACG +TGGNGTTNGTANTCNCANCATANCTACAGCCNTA + +>s-1d60c5|block1 +NGTTCTANGGAGNANTANNANNCCGCNATGTGATGCTNGNNNTANCNGGNNATAACNGNA +ACACNNANNGNAGCGTGANCANTAGNTNAGGNANAA + +>s-1d60c5|block2 +CGANGTACANAAGCCTAANACAATNCTGGTAGTGTAAGCNGTTCTTNTGAACNNCTNNNG +GC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-6c1edc.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-6c1edc.fasta new file mode 100644 index 0000000000000000000000000000000000000000..a4cbc9456cd00aafce35aa432888acd1d607a772 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-6c1edc.fasta @@ -0,0 +1,10 @@ +>s-6c1edc|block0 +ANGGAAGTNNNNGTGNGCCAGANACACTCGCACGCCTAAGCTANNCTTCGCCTTGNNTGC +G + +>s-6c1edc|block1 +NNNNTAANGNACCCGGATCGGACCNTNATTAGNNGGNANNAG + +>s-6c1edc|block2 +GCNACACGTAGGTATGNTCCNNGTTNTTGCCTNNCGCGANTTGAGTGTNATAANTGAGCG +ATCGTTTNNANTTNANC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-76c5f1.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-76c5f1.fasta new file mode 100644 index 0000000000000000000000000000000000000000..01d58f897564b2029bc3402fadbb4892eb9bf9c7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-76c5f1.fasta @@ -0,0 +1,12 @@ +>s-76c5f1|block0 +AAATNAAANGNCAATATCCTCNCTTGTCGTGNGCNGNCNNTGNNCCNATNNCAACGTTTG +CNN + +>s-76c5f1|block1 +CACNCTAGNGTTGCGAATNCATCNAGTANCATCNNAAGNGGTACTNTCAGAC + +>s-76c5f1|block2 +TTCCGTCAACCGACGGTGTATAGNAGATCGGTNCNTTANA + +>s-76c5f1|block3 +GTNTACGGGTCGNGACATANGTTCNGTTGTGNGACNACNGCN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-7e4795.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-7e4795.fasta new file mode 100644 index 0000000000000000000000000000000000000000..4f351cba90d2231a8ef186532f4765d766fe5794 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-7e4795.fasta @@ -0,0 +1,14 @@ +>s-7e4795|block0 +NAGTNGNNATGAGACACAGTTATATGNCAGTNGCTACTCTGGGNNTTTGCTTTNGAGCCA +NNNNNNAGAG + +>s-7e4795|block1 +GTTNACAGNNNCNGNCCCTTAGANGTCTGATTGAGTGNGTAANAGAGTCCAGNNANCAAA +NNTACTNCTAATN + +>s-7e4795|block2 +TTNCNAAGGNTTGCTGAGGAGCNCNNCGGNTACNCGGCNNATACNCNTNCNTACAGNTGN +TGTTANCTNAC + +>s-7e4795|block3 +GGNANCGACGAANCNNNNGACTTGGACACGGAACACGCANTTCCGNGN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-99f25a.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-99f25a.fasta new file mode 100644 index 0000000000000000000000000000000000000000..c88fd12c64bd22d7ec41a8f33a718ffb63b37e4e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-99f25a.fasta @@ -0,0 +1,14 @@ +>s-99f25a|block0 +CGTGTNAGACCNTTNNCNANAATATACNNTTACANNAAACNNAGTGNACNNATCGGTAGA +GAGNT + +>s-99f25a|block1 +ATGNTNGTGGAGGCAGAGGTANNCACTANGNNCCCGGGANNGTAAGCNCAGN + +>s-99f25a|block2 +TAAAGTTAANTAGANGTCANAGCGGTNAATAGGCNCNTGCGAATNGANCACGGGTCTGAN +NGCNAAAGNTNTNGGGTTCGAACNNTTGNCAAGCNNGN + +>s-99f25a|block3 +TATTTNTGGTCTTGNGNCCTNNAATGNNAGNANGTNACAAGGGTCCTCCAACACCNCNGC +AAGATNGACNNNNGGT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-b2612e.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-b2612e.fasta new file mode 100644 index 0000000000000000000000000000000000000000..95bab279e6a738981172c28c840ae88b5b970d11 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/mycobacterium/s-b2612e.fasta @@ -0,0 +1,6 @@ +>s-b2612e|block0 +ANCTANAGTNNGTGTAGAGGTNAACACNGGCTATTTTTCTANCACACCNTCGANNNAGG + +>s-b2612e|block1 +CAGGCGGACAANTNCGNGTTTTATGTAACCCTNACGGTNATNGNTTGAAACANCACNGTG +TCCCTATNNTGGTCTNTTG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-10f74f.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-10f74f.fasta new file mode 100644 index 0000000000000000000000000000000000000000..4247d7653a1c12c6702a644cce3d72b47586ddc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-10f74f.fasta @@ -0,0 +1,5 @@ +>s-10f74f|block0 +CNGCNNAGACCCCGTNNNNTNGNANNCCANNTATNATGCGTGGNCCGTCCC + +>s-10f74f|block1 +ANCCCANATNTAACGCANCACCCTTCTTAAACNCTCNANNTCGNNCGGGG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-205b2d.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-205b2d.fasta new file mode 100644 index 0000000000000000000000000000000000000000..8952d3263f003dab809a9650e562aa916d49d0ac --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-205b2d.fasta @@ -0,0 +1,12 @@ +>s-205b2d|block0 +GATATTGCCAATGCGCNATTAGCAAANCGNCNGCANCCTTAAGAAGANNNG + +>s-205b2d|block1 +NAGGGCNTNNCGCCAGTCTTCCTNNNNGNACCCANCCNGCTGGNTAAGTTCNGGN + +>s-205b2d|block2 +NCGATCAANANNCCCACAGCCGTCTANCATGNAGNCCGNNNTGCCGCGGTTANTNTA + +>s-205b2d|block3 +NACNNNNNGNNCATNGNNTACNAGCNCAATGGAAANNGTGTGNAGGCGTATANCCTNATG +NATTTNGGCAANGATTG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-7abd46.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-7abd46.fasta new file mode 100644 index 0000000000000000000000000000000000000000..318ffd11bbd5eaead4c6ffb60679f91529686aba --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-7abd46.fasta @@ -0,0 +1,6 @@ +>s-7abd46|block0 +ACAGTNCTGNNAANTTGAATGCGCCTACGGCGGAAATANGA + +>s-7abd46|block1 +TATCANACNTNTTNAANCNATGATTNGNCCNNTATNTACCGAAGTGANATGANNNTNCNN +TGCNNACCTTACGNGTNNNTA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-896167.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-896167.fasta new file mode 100644 index 0000000000000000000000000000000000000000..a641980daea023e57ca7cc1049659323715ba52d --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-896167.fasta @@ -0,0 +1,10 @@ +>s-896167|block0 +ATTGNNGCGCGATNNCGNNNANATGAGGGGNATNCNNGNCNCNCCGCTNNCNACGGCNGT +NATCGTCGACNCG + +>s-896167|block1 +ATCNTNCNCCGCTGCNNGTTTANGCTANGNCTGTTANGAAGGCANGNTACGAANNCACNG +NNNTANGAGCAGCTCTNGCCCCATGTGTTACTAGGN + +>s-896167|block2 +GGNGTTTGNATCANTGTTCAGTATGGCCNGGNAAACCGGNTACGNCANAN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-d7f330.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-d7f330.fasta new file mode 100644 index 0000000000000000000000000000000000000000..05b1cdf6f0e02c9f6f5891b70330adcd77fc8f03 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-d7f330.fasta @@ -0,0 +1,10 @@ +>s-d7f330|block0 +CNNGGTCNGGNNNNGCTCCNTCCAGTCAAAGTNCCNNGGAATTTTATNATGCACTANATN +TATGNGATCNCTAANCCGGACCAGANCTNNACTGTGTGTT + +>s-d7f330|block1 +NNACGCNANNCCCTAACTTTNTGACNANANTTAGCNNGCCGNNNCNGGTCTGNCGCT + +>s-d7f330|block2 +NNATCATAAGACCGACNATCAAATCTACGTGCNNGGGCTTTAACGCAANCCNGCANNCGA +CNC diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-e3b368.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-e3b368.fasta new file mode 100644 index 0000000000000000000000000000000000000000..e24e8b8ae31d4014941f1082333038c0ac9728c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/yeast/s-e3b368.fasta @@ -0,0 +1,7 @@ +>s-e3b368|block0 +TANCTAAAATAAGTTNGCCGCCGTACGANGGAGANNGTCGATACANGTAATGNACNNCAG +CGGTTNT + +>s-e3b368|block1 +GTCTNANGGCNAGGGTNTNGAGTNTACACTCNNCATNGAACCAGGTTGNATGTTTCAAAG +ATCGGNCTAGTAG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-02282d.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-02282d.fasta new file mode 100644 index 0000000000000000000000000000000000000000..d2904b89b12064f92137998041839412201aa594 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-02282d.fasta @@ -0,0 +1,10 @@ +>s-02282d|block0 +AGTAAGTNTTACNGATNNGNTNGCGCCNACGACCATGNCGCACTTCACGNNGNAANTNGT +AACAACNNNTGNCCGACCACGAAANCGCNCG + +>s-02282d|block1 +NTGNTCCANCTCTGNATTACCCATNTCTTCTTTTCCCCGAA + +>s-02282d|block2 +GAATGCCTTNCNNNNNATTGAAGGGNCCNAGGGANACGTNNGGANNTTGNACANNCCAAA +GTNTAGGGNACTCCGTNTTNG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-26d182.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-26d182.fasta new file mode 100644 index 0000000000000000000000000000000000000000..03c0b7466ef56348b769f27d332b61de115955fc --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-26d182.fasta @@ -0,0 +1,7 @@ +>s-26d182|block0 +GGNNAACACAGGCCTGATCTNATCCCACCTNTNNTACNNTNGTAGNTCGTGCCNATGTGG +TTAACNACGCGTGCNAG + +>s-26d182|block1 +GNGCAGTGTGTACGCCAGGGCCATTGACCNCGGCCANACCTATCTANTGANTANTCGGGN +NCTGACTCNTGCGTGGCNGTATGAG diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-52a94a.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-52a94a.fasta new file mode 100644 index 0000000000000000000000000000000000000000..047d038ff4d2e96fe7be77569696a6878fb62646 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-52a94a.fasta @@ -0,0 +1,5 @@ +>s-52a94a|block0 +GGAGCTCNGTATTTCACTANNCGGANTGTANGNTCCTTNAAGTTTTNGT + +>s-52a94a|block1 +TCNCCAAAGCATTGTGGTNNGANCCNCCNTNAACGNTGAACNNNGTANNTTGNNAAGCTA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-c94305.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-c94305.fasta new file mode 100644 index 0000000000000000000000000000000000000000..95db81e82961ccd8b3463b0c0a1cb14af9684bcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-c94305.fasta @@ -0,0 +1,9 @@ +>s-c94305|block0 +GATCATGACTGTAGTGTNAANCAACGAGTCCTAATGATCTC + +>s-c94305|block1 +NCCNATANCAGAACGCCGNGNGACNNGCNCGTATNGNAANGGTAAAGTAC + +>s-c94305|block2 +TCNAAATAGGATATTTTATCATGCNGGCGGGCTGCAAATCNNANATATCNTATACAATAC +CGTGGTNCNTTTTTNNNTACTCA diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-d684ea.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-d684ea.fasta new file mode 100644 index 0000000000000000000000000000000000000000..d5fba51e67a26ca36f5a060d003cc34f427bdcce --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-d684ea.fasta @@ -0,0 +1,6 @@ +>s-d684ea|block0 +AGTCNNGNACNCCAATNCTCAATCNCGATTATATGNTGGTCTGANANNAGAANNCCGNN + +>s-d684ea|block1 +GNNTANNGTTANTGCNTANATTGACNACTAAGGGTNGCNGCTNTACCNGTANTNGGCCGT +NCTAGNNTTANTAAT diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-f8f8d2.fasta b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-f8f8d2.fasta new file mode 100644 index 0000000000000000000000000000000000000000..e0d4c7f6b0ad2a4ea68c5284c71c00f78ac6d261 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/biology/sequences/zebrafish/s-f8f8d2.fasta @@ -0,0 +1,14 @@ +>s-f8f8d2|block0 +AGACTAAACGANATNGCGTNTANCGNNNAACTCCNCNAGANGCACGATGACNATG + +>s-f8f8d2|block1 +AATATNGAACAGNGNCNCCCGAACNCNTTNAANNCNACTNATCTAATTNNCCTGGAGGGA +NNATTATNNAAGGGTTTCCG + +>s-f8f8d2|block2 +CTACGCCCNTCTGAGCGGTNCANTCGNGGTCCTTCGNGATTNNANGAGCTCACGACNGCT +CAGNNTNNTGAAAGCTTNNTAATCTGTNNATTNG + +>s-f8f8d2|block3 +GTTANGGNNTCNCANNGGGNGTATNGATCGTTANTAGACNTTTTANNCACCNTTTTTTTN +AAGNNCCCGTTGN diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef8f3ae614/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q1/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q1/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..e44d93fccd34eb72f863107086289e941ea415bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q1/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q1", + "headcount": 151 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q2/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q2/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..45b9cd372244feb61b09dc90ead2c874061ea685 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q2/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q2", + "headcount": 103 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q3/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q3/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..2f95828734c55e9f433f96c50dd46f4f52c0793c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q3/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q3", + "headcount": 130 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q4/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q4/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..1621a1902fe27a27a7cbd4977420848f0e567cc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/headcount/2024-q4/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q4", + "headcount": 111 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/people/employees.csv b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/people/employees.csv new file mode 100644 index 0000000000000000000000000000000000000000..c1488a99b00450c49e1b7271a3e136f3234b9440 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/people/employees.csv @@ -0,0 +1,32 @@ +name,age +alice,58 +bob,50 +carol,37 +dan,66 +erin,62 +frank,36 +grace,51 +henry,48 +iris,45 +julia,35 +kevin,19 +liam,61 +maya,42 +noah,77 +olivia,58 +peter,75 +quinn,31 +rachel,55 +sam,40 +tina,24 +ulysses,31 +violet,61 +walt,66 +xena,46 +yolanda,65 +zach,37 +alpha,71 +beta,42 +gamma,76 +delta,73 +epsilon,63 diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/leveling-guide.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/leveling-guide.md new file mode 100644 index 0000000000000000000000000000000000000000..32f1e38e8fcc9c558ecc85283325a4c838a8eda3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/leveling-guide.md @@ -0,0 +1,3 @@ +# leveling-guide + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/org-chart.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/org-chart.md new file mode 100644 index 0000000000000000000000000000000000000000..3d358633f2bf7a76e2cf48f39284b1ac045d0929 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/org-chart.md @@ -0,0 +1,3 @@ +# org-chart + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/salary-bands.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/salary-bands.md new file mode 100644 index 0000000000000000000000000000000000000000..44631c3dd12b099063a7a1a83439ba51178fd0ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/policies/salary-bands.md @@ -0,0 +1,3 @@ +# salary-bands + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/reports/sorted_ages.txt b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/reports/sorted_ages.txt new file mode 100644 index 0000000000000000000000000000000000000000..4263b2a8f145ce6e6d3c858ab653e8105a28408b --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/hr/reports/sorted_ages.txt @@ -0,0 +1,31 @@ +19 +24 +31 +31 +35 +36 +37 +37 +40 +42 +42 +45 +46 +48 +50 +51 +55 +58 +58 +61 +61 +62 +63 +65 +66 +66 +71 +73 +75 +76 +77 diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q1/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q1/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..e44d93fccd34eb72f863107086289e941ea415bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q1/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q1", + "headcount": 151 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q2/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q2/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..45b9cd372244feb61b09dc90ead2c874061ea685 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q2/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q2", + "headcount": 103 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q3/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q3/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..2f95828734c55e9f433f96c50dd46f4f52c0793c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q3/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q3", + "headcount": 130 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q4/summary.json b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q4/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..1621a1902fe27a27a7cbd4977420848f0e567cc0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/headcount/2024-q4/summary.json @@ -0,0 +1,4 @@ +{ + "quarter": "q4", + "headcount": 111 +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/people/employees.csv b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/people/employees.csv new file mode 100644 index 0000000000000000000000000000000000000000..c1488a99b00450c49e1b7271a3e136f3234b9440 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/people/employees.csv @@ -0,0 +1,32 @@ +name,age +alice,58 +bob,50 +carol,37 +dan,66 +erin,62 +frank,36 +grace,51 +henry,48 +iris,45 +julia,35 +kevin,19 +liam,61 +maya,42 +noah,77 +olivia,58 +peter,75 +quinn,31 +rachel,55 +sam,40 +tina,24 +ulysses,31 +violet,61 +walt,66 +xena,46 +yolanda,65 +zach,37 +alpha,71 +beta,42 +gamma,76 +delta,73 +epsilon,63 diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/leveling-guide.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/leveling-guide.md new file mode 100644 index 0000000000000000000000000000000000000000..32f1e38e8fcc9c558ecc85283325a4c838a8eda3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/leveling-guide.md @@ -0,0 +1,3 @@ +# leveling-guide + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/org-chart.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/org-chart.md new file mode 100644 index 0000000000000000000000000000000000000000..3d358633f2bf7a76e2cf48f39284b1ac045d0929 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/org-chart.md @@ -0,0 +1,3 @@ +# org-chart + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/salary-bands.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/salary-bands.md new file mode 100644 index 0000000000000000000000000000000000000000..44631c3dd12b099063a7a1a83439ba51178fd0ca --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/hr/policies/salary-bands.md @@ -0,0 +1,3 @@ +# salary-bands + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_ef93eaeb91/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..2522050e0aa4523acbc655e0f977d4db90a4dd9d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-01.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +go_goroutines{code="200",svc="clickhouse"} 36796 1712595599 +go_goroutines{code="404",svc="clickhouse"} 17729 1712543493 +go_goroutines{code="500",svc="clickhouse"} 81564 1712521698 +node_load1{code="200",svc="clickhouse"} 74159 1712582819 +node_load1{code="404",svc="clickhouse"} 72856 1712585503 +node_load1{code="500",svc="clickhouse"} 85942 1712550646 +process_resident_memory_bytes{code="200",svc="clickhouse"} 96587 1712511981 +process_resident_memory_bytes{code="404",svc="clickhouse"} 34611 1712524555 +process_resident_memory_bytes{code="500",svc="clickhouse"} 18043 1712579864 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..5d2e24ed66fa3730f6186b77af401d56ded5dc29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-02.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +node_load1{code="200",svc="clickhouse"} 60308 1712580561 +node_load1{code="404",svc="clickhouse"} 69880 1712506217 +node_load1{code="500",svc="clickhouse"} 83640 1712543365 +http_request_duration_seconds{code="200",svc="clickhouse"} 29786 1712511276 +http_request_duration_seconds{code="404",svc="clickhouse"} 3172 1712594320 +http_request_duration_seconds{code="500",svc="clickhouse"} 76489 1712507387 +node_filesystem_free_bytes{code="200",svc="clickhouse"} 52219 1712565632 +node_filesystem_free_bytes{code="404",svc="clickhouse"} 41234 1712505462 +node_filesystem_free_bytes{code="500",svc="clickhouse"} 5150 1712586042 +http_requests_total{code="200",svc="clickhouse"} 17358 1712523703 +http_requests_total{code="404",svc="clickhouse"} 23261 1712554011 +http_requests_total{code="500",svc="clickhouse"} 18501 1712555798 +process_cpu_seconds_total{code="200",svc="clickhouse"} 59304 1712526593 +process_cpu_seconds_total{code="404",svc="clickhouse"} 37792 1712555750 +process_cpu_seconds_total{code="500",svc="clickhouse"} 54866 1712512893 +process_resident_memory_bytes{code="200",svc="clickhouse"} 33447 1712507190 +process_resident_memory_bytes{code="404",svc="clickhouse"} 56356 1712572751 +process_resident_memory_bytes{code="500",svc="clickhouse"} 29480 1712575812 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..0e199d679abcd7f3a99d702676bb74d9fb77e179 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-03.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +http_requests_total{code="200",svc="clickhouse"} 48647 1712532029 +http_requests_total{code="404",svc="clickhouse"} 84908 1712526027 +http_requests_total{code="500",svc="clickhouse"} 7407 1712569098 +process_cpu_seconds_total{code="200",svc="clickhouse"} 62321 1712572790 +process_cpu_seconds_total{code="404",svc="clickhouse"} 16881 1712504561 +process_cpu_seconds_total{code="500",svc="clickhouse"} 98754 1712529456 +node_load1{code="200",svc="clickhouse"} 38027 1712599094 +node_load1{code="404",svc="clickhouse"} 95026 1712530751 +node_load1{code="500",svc="clickhouse"} 62443 1712562384 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..ecb8f2aef88fac80a65c0cd0771b8e2f49729c88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-04.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +http_requests_total{code="200",svc="clickhouse"} 45156 1712501383 +http_requests_total{code="404",svc="clickhouse"} 10214 1712509345 +http_requests_total{code="500",svc="clickhouse"} 34846 1712571283 +process_cpu_seconds_total{code="200",svc="clickhouse"} 20894 1712552316 +process_cpu_seconds_total{code="404",svc="clickhouse"} 26564 1712543211 +process_cpu_seconds_total{code="500",svc="clickhouse"} 22989 1712584508 +go_memstats_alloc_bytes{code="200",svc="clickhouse"} 5852 1712531627 +go_memstats_alloc_bytes{code="404",svc="clickhouse"} 94191 1712563373 +go_memstats_alloc_bytes{code="500",svc="clickhouse"} 89582 1712577779 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..a266e0fb2d0375858d25c45c58a94750312a9aad --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-05.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="clickhouse"} 42209 1712585634 +go_memstats_alloc_bytes{code="404",svc="clickhouse"} 80494 1712556731 +go_memstats_alloc_bytes{code="500",svc="clickhouse"} 4190 1712581430 +go_goroutines{code="200",svc="clickhouse"} 84123 1712539284 +go_goroutines{code="404",svc="clickhouse"} 91416 1712502210 +go_goroutines{code="500",svc="clickhouse"} 10057 1712525510 +http_requests_total{code="200",svc="clickhouse"} 96292 1712586514 +http_requests_total{code="404",svc="clickhouse"} 47267 1712540817 +http_requests_total{code="500",svc="clickhouse"} 23953 1712526968 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..bf99a0b9ff3bebfcc3c747f752e5de5569d7ecb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-06.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +node_load1{code="200",svc="clickhouse"} 29561 1712564149 +node_load1{code="404",svc="clickhouse"} 61228 1712539411 +node_load1{code="500",svc="clickhouse"} 69325 1712504242 +process_cpu_seconds_total{code="200",svc="clickhouse"} 55452 1712583383 +process_cpu_seconds_total{code="404",svc="clickhouse"} 7375 1712526526 +process_cpu_seconds_total{code="500",svc="clickhouse"} 77713 1712556678 +node_filesystem_free_bytes{code="200",svc="clickhouse"} 23730 1712550123 +node_filesystem_free_bytes{code="404",svc="clickhouse"} 13622 1712523864 +node_filesystem_free_bytes{code="500",svc="clickhouse"} 3668 1712513503 +go_memstats_alloc_bytes{code="200",svc="clickhouse"} 97402 1712509534 +go_memstats_alloc_bytes{code="404",svc="clickhouse"} 60270 1712543547 +go_memstats_alloc_bytes{code="500",svc="clickhouse"} 28600 1712524279 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..a615631f17cb9abe0261386bf3a8978ec1fc1cf1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/clickhouse/2024-04-07.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="clickhouse"} 1800 1712582904 +node_filesystem_free_bytes{code="404",svc="clickhouse"} 97511 1712577747 +node_filesystem_free_bytes{code="500",svc="clickhouse"} 71060 1712592898 +node_load1{code="200",svc="clickhouse"} 12340 1712528473 +node_load1{code="404",svc="clickhouse"} 49858 1712501516 +node_load1{code="500",svc="clickhouse"} 61323 1712507823 +process_cpu_seconds_total{code="200",svc="clickhouse"} 23221 1712509574 +process_cpu_seconds_total{code="404",svc="clickhouse"} 33614 1712585936 +process_cpu_seconds_total{code="500",svc="clickhouse"} 7032 1712548459 +http_requests_total{code="200",svc="clickhouse"} 96319 1712519109 +http_requests_total{code="404",svc="clickhouse"} 84794 1712566817 +http_requests_total{code="500",svc="clickhouse"} 78468 1712540683 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..a3e44e4276c49847b86adffdd0000ba1bac442de --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-01.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +process_cpu_seconds_total{code="200",svc="elasticsearch"} 48597 1712521156 +process_cpu_seconds_total{code="404",svc="elasticsearch"} 97734 1712525617 +process_cpu_seconds_total{code="500",svc="elasticsearch"} 68230 1712530164 +go_goroutines{code="200",svc="elasticsearch"} 26855 1712544544 +go_goroutines{code="404",svc="elasticsearch"} 9361 1712597321 +go_goroutines{code="500",svc="elasticsearch"} 19178 1712520092 +http_requests_total{code="200",svc="elasticsearch"} 13662 1712546403 +http_requests_total{code="404",svc="elasticsearch"} 58567 1712593497 +http_requests_total{code="500",svc="elasticsearch"} 76356 1712525008 +http_request_duration_seconds{code="200",svc="elasticsearch"} 88235 1712572703 +http_request_duration_seconds{code="404",svc="elasticsearch"} 31874 1712525255 +http_request_duration_seconds{code="500",svc="elasticsearch"} 84259 1712595559 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 76392 1712517708 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 29631 1712519733 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 82108 1712563874 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..0e96ca9e2a8db6cb5d94df0a9f6291e7d592bd61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-02.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +go_goroutines{code="200",svc="elasticsearch"} 69271 1712541767 +go_goroutines{code="404",svc="elasticsearch"} 43866 1712548981 +go_goroutines{code="500",svc="elasticsearch"} 63781 1712593087 +http_request_duration_seconds{code="200",svc="elasticsearch"} 28193 1712522558 +http_request_duration_seconds{code="404",svc="elasticsearch"} 70646 1712597947 +http_request_duration_seconds{code="500",svc="elasticsearch"} 44497 1712557061 +http_requests_total{code="200",svc="elasticsearch"} 77301 1712508459 +http_requests_total{code="404",svc="elasticsearch"} 51178 1712542149 +http_requests_total{code="500",svc="elasticsearch"} 74474 1712584779 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 76419 1712519947 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 34272 1712534359 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 23384 1712547017 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 87463 1712507560 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 72787 1712505297 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 55478 1712505249 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..1ea1213e69870bba86ee7153b684855ac11bd69a --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-03.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 76258 1712579367 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 47823 1712500997 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 36694 1712522240 +node_load1{code="200",svc="elasticsearch"} 31655 1712539437 +node_load1{code="404",svc="elasticsearch"} 76121 1712563327 +node_load1{code="500",svc="elasticsearch"} 6458 1712532284 +go_goroutines{code="200",svc="elasticsearch"} 45496 1712528823 +go_goroutines{code="404",svc="elasticsearch"} 79921 1712552479 +go_goroutines{code="500",svc="elasticsearch"} 27250 1712593789 +go_memstats_alloc_bytes{code="200",svc="elasticsearch"} 41363 1712522664 +go_memstats_alloc_bytes{code="404",svc="elasticsearch"} 54358 1712528725 +go_memstats_alloc_bytes{code="500",svc="elasticsearch"} 88524 1712592318 +http_requests_total{code="200",svc="elasticsearch"} 17596 1712506700 +http_requests_total{code="404",svc="elasticsearch"} 44976 1712522230 +http_requests_total{code="500",svc="elasticsearch"} 82145 1712543019 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 82963 1712558284 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 22743 1712523462 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 14153 1712528425 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..5896a97239f93cb88bb58fb00dda5c1ec5071b89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-04.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +node_load1{code="200",svc="elasticsearch"} 19711 1712538931 +node_load1{code="404",svc="elasticsearch"} 21171 1712527415 +node_load1{code="500",svc="elasticsearch"} 60050 1712540663 +http_request_duration_seconds{code="200",svc="elasticsearch"} 9781 1712539467 +http_request_duration_seconds{code="404",svc="elasticsearch"} 61526 1712583738 +http_request_duration_seconds{code="500",svc="elasticsearch"} 66054 1712585502 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 50617 1712535925 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 46733 1712525596 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 77203 1712515444 +process_cpu_seconds_total{code="200",svc="elasticsearch"} 41528 1712516451 +process_cpu_seconds_total{code="404",svc="elasticsearch"} 74280 1712571534 +process_cpu_seconds_total{code="500",svc="elasticsearch"} 89952 1712530243 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..9df0192e66ea7ea047ab3b3824d0a96fb4dcab91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-05.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="elasticsearch"} 50678 1712546365 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 53369 1712500863 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 85752 1712516174 +go_goroutines{code="200",svc="elasticsearch"} 7408 1712508317 +go_goroutines{code="404",svc="elasticsearch"} 70686 1712525988 +go_goroutines{code="500",svc="elasticsearch"} 50646 1712511995 +go_memstats_alloc_bytes{code="200",svc="elasticsearch"} 87826 1712580826 +go_memstats_alloc_bytes{code="404",svc="elasticsearch"} 4411 1712506262 +go_memstats_alloc_bytes{code="500",svc="elasticsearch"} 2216 1712553489 +http_requests_total{code="200",svc="elasticsearch"} 11211 1712515778 +http_requests_total{code="404",svc="elasticsearch"} 38336 1712560180 +http_requests_total{code="500",svc="elasticsearch"} 2452 1712580728 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 30274 1712505510 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 59230 1712592742 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 58622 1712539813 +http_request_duration_seconds{code="200",svc="elasticsearch"} 45595 1712521859 +http_request_duration_seconds{code="404",svc="elasticsearch"} 39594 1712500087 +http_request_duration_seconds{code="500",svc="elasticsearch"} 14796 1712569606 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..7536f6a512d887a898529022bc99d27ff27e1685 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-06.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="elasticsearch"} 32748 1712583339 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 63186 1712591061 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 78105 1712548447 +go_memstats_alloc_bytes{code="200",svc="elasticsearch"} 24114 1712556324 +go_memstats_alloc_bytes{code="404",svc="elasticsearch"} 67879 1712539854 +go_memstats_alloc_bytes{code="500",svc="elasticsearch"} 15090 1712517315 +http_request_duration_seconds{code="200",svc="elasticsearch"} 12569 1712540560 +http_request_duration_seconds{code="404",svc="elasticsearch"} 54419 1712577394 +http_request_duration_seconds{code="500",svc="elasticsearch"} 16690 1712593738 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..93b2da02c36159546abebcd03a5c03790bacff6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/elasticsearch/2024-04-07.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +node_load1{code="200",svc="elasticsearch"} 1879 1712596189 +node_load1{code="404",svc="elasticsearch"} 71024 1712500696 +node_load1{code="500",svc="elasticsearch"} 61473 1712554684 +go_goroutines{code="200",svc="elasticsearch"} 90730 1712560677 +go_goroutines{code="404",svc="elasticsearch"} 35019 1712590723 +go_goroutines{code="500",svc="elasticsearch"} 97659 1712535077 +http_requests_total{code="200",svc="elasticsearch"} 26882 1712527182 +http_requests_total{code="404",svc="elasticsearch"} 7057 1712586364 +http_requests_total{code="500",svc="elasticsearch"} 99335 1712598694 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 11229 1712533044 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 83146 1712525580 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 33332 1712521437 +http_request_duration_seconds{code="200",svc="elasticsearch"} 81162 1712530704 +http_request_duration_seconds{code="404",svc="elasticsearch"} 13025 1712574072 +http_request_duration_seconds{code="500",svc="elasticsearch"} 34707 1712507353 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 86094 1712567353 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 11581 1712568002 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 33456 1712515156 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..b44757c3484a361304ba077869048ba0897b4581 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-01.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="memcached"} 31782 1712547863 +go_memstats_alloc_bytes{code="404",svc="memcached"} 53114 1712558852 +go_memstats_alloc_bytes{code="500",svc="memcached"} 93508 1712526986 +process_cpu_seconds_total{code="200",svc="memcached"} 7628 1712551153 +process_cpu_seconds_total{code="404",svc="memcached"} 74494 1712578761 +process_cpu_seconds_total{code="500",svc="memcached"} 55181 1712512458 +http_request_duration_seconds{code="200",svc="memcached"} 32336 1712581011 +http_request_duration_seconds{code="404",svc="memcached"} 49896 1712592483 +http_request_duration_seconds{code="500",svc="memcached"} 98285 1712582592 +http_requests_total{code="200",svc="memcached"} 49482 1712547784 +http_requests_total{code="404",svc="memcached"} 14479 1712558749 +http_requests_total{code="500",svc="memcached"} 40910 1712577410 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..55c0edd44ad2a1c2a470bddcedb7116c4cfd8ba1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-02.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="memcached"} 30512 1712549197 +process_resident_memory_bytes{code="404",svc="memcached"} 10699 1712555529 +process_resident_memory_bytes{code="500",svc="memcached"} 93106 1712589551 +http_request_duration_seconds{code="200",svc="memcached"} 99308 1712523411 +http_request_duration_seconds{code="404",svc="memcached"} 6853 1712555981 +http_request_duration_seconds{code="500",svc="memcached"} 81831 1712553494 +process_cpu_seconds_total{code="200",svc="memcached"} 97635 1712507018 +process_cpu_seconds_total{code="404",svc="memcached"} 42875 1712575943 +process_cpu_seconds_total{code="500",svc="memcached"} 8345 1712585209 +http_requests_total{code="200",svc="memcached"} 67893 1712503812 +http_requests_total{code="404",svc="memcached"} 77745 1712567963 +http_requests_total{code="500",svc="memcached"} 10759 1712514115 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..bcc8071f3912dc44f7c76a0dded1d2a0511f60fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-03.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="memcached"} 95418 1712573056 +node_filesystem_free_bytes{code="404",svc="memcached"} 23041 1712537756 +node_filesystem_free_bytes{code="500",svc="memcached"} 60763 1712563391 +http_request_duration_seconds{code="200",svc="memcached"} 26652 1712577851 +http_request_duration_seconds{code="404",svc="memcached"} 85584 1712513264 +http_request_duration_seconds{code="500",svc="memcached"} 97858 1712510436 +process_cpu_seconds_total{code="200",svc="memcached"} 36846 1712504888 +process_cpu_seconds_total{code="404",svc="memcached"} 89231 1712539065 +process_cpu_seconds_total{code="500",svc="memcached"} 28517 1712541807 +http_requests_total{code="200",svc="memcached"} 52941 1712544816 +http_requests_total{code="404",svc="memcached"} 49855 1712543221 +http_requests_total{code="500",svc="memcached"} 73425 1712503705 +process_resident_memory_bytes{code="200",svc="memcached"} 64415 1712587547 +process_resident_memory_bytes{code="404",svc="memcached"} 83076 1712524477 +process_resident_memory_bytes{code="500",svc="memcached"} 25943 1712550258 +go_goroutines{code="200",svc="memcached"} 80437 1712529443 +go_goroutines{code="404",svc="memcached"} 65569 1712526232 +go_goroutines{code="500",svc="memcached"} 1128 1712517704 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..9b42c752462b49c2c579bea0cf52ed3718ec3641 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-04.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +http_request_duration_seconds{code="200",svc="memcached"} 40939 1712557759 +http_request_duration_seconds{code="404",svc="memcached"} 91416 1712517385 +http_request_duration_seconds{code="500",svc="memcached"} 7161 1712588653 +process_resident_memory_bytes{code="200",svc="memcached"} 84175 1712505705 +process_resident_memory_bytes{code="404",svc="memcached"} 80255 1712520047 +process_resident_memory_bytes{code="500",svc="memcached"} 3362 1712567409 +http_requests_total{code="200",svc="memcached"} 39553 1712581721 +http_requests_total{code="404",svc="memcached"} 35206 1712534814 +http_requests_total{code="500",svc="memcached"} 35421 1712529418 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..eaad500ab951b0458c159a4525c688e11dfb9dd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-05.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +process_cpu_seconds_total{code="200",svc="memcached"} 47238 1712513940 +process_cpu_seconds_total{code="404",svc="memcached"} 46504 1712513967 +process_cpu_seconds_total{code="500",svc="memcached"} 29537 1712504910 +go_goroutines{code="200",svc="memcached"} 86458 1712565870 +go_goroutines{code="404",svc="memcached"} 15861 1712560386 +go_goroutines{code="500",svc="memcached"} 64526 1712533053 +http_request_duration_seconds{code="200",svc="memcached"} 15194 1712599271 +http_request_duration_seconds{code="404",svc="memcached"} 44970 1712537473 +http_request_duration_seconds{code="500",svc="memcached"} 93208 1712590985 +http_requests_total{code="200",svc="memcached"} 89032 1712577129 +http_requests_total{code="404",svc="memcached"} 36678 1712528092 +http_requests_total{code="500",svc="memcached"} 88252 1712536330 +process_resident_memory_bytes{code="200",svc="memcached"} 27552 1712595720 +process_resident_memory_bytes{code="404",svc="memcached"} 49702 1712507336 +process_resident_memory_bytes{code="500",svc="memcached"} 60289 1712548775 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..4ec0f958086e77ac135a4c5bb02fdb4d4bcca58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-06.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="memcached"} 73744 1712510930 +go_memstats_alloc_bytes{code="404",svc="memcached"} 83098 1712572489 +go_memstats_alloc_bytes{code="500",svc="memcached"} 79870 1712579925 +http_request_duration_seconds{code="200",svc="memcached"} 83674 1712561985 +http_request_duration_seconds{code="404",svc="memcached"} 1718 1712547767 +http_request_duration_seconds{code="500",svc="memcached"} 99442 1712597344 +http_requests_total{code="200",svc="memcached"} 60989 1712547247 +http_requests_total{code="404",svc="memcached"} 5471 1712529037 +http_requests_total{code="500",svc="memcached"} 25845 1712550726 +process_cpu_seconds_total{code="200",svc="memcached"} 35673 1712590892 +process_cpu_seconds_total{code="404",svc="memcached"} 69315 1712509586 +process_cpu_seconds_total{code="500",svc="memcached"} 27858 1712512915 +node_load1{code="200",svc="memcached"} 52755 1712525254 +node_load1{code="404",svc="memcached"} 42738 1712566972 +node_load1{code="500",svc="memcached"} 74376 1712522587 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..8988ead467346642c46400c15dfb7b178c362862 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/memcached/2024-04-07.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +http_request_duration_seconds{code="200",svc="memcached"} 2021 1712589868 +http_request_duration_seconds{code="404",svc="memcached"} 31973 1712591182 +http_request_duration_seconds{code="500",svc="memcached"} 71687 1712503174 +go_memstats_alloc_bytes{code="200",svc="memcached"} 1866 1712558299 +go_memstats_alloc_bytes{code="404",svc="memcached"} 15099 1712588429 +go_memstats_alloc_bytes{code="500",svc="memcached"} 52562 1712534215 +go_goroutines{code="200",svc="memcached"} 31416 1712588403 +go_goroutines{code="404",svc="memcached"} 37711 1712587992 +go_goroutines{code="500",svc="memcached"} 13331 1712560739 +process_cpu_seconds_total{code="200",svc="memcached"} 56166 1712595853 +process_cpu_seconds_total{code="404",svc="memcached"} 82528 1712566747 +process_cpu_seconds_total{code="500",svc="memcached"} 31532 1712587393 +process_resident_memory_bytes{code="200",svc="memcached"} 87399 1712583053 +process_resident_memory_bytes{code="404",svc="memcached"} 37148 1712525974 +process_resident_memory_bytes{code="500",svc="memcached"} 31093 1712549374 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..2ee0d084c46e82a6b3d4d9d3a3d576bff9657e5b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-01.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="postgres"} 91525 1712555809 +process_resident_memory_bytes{code="404",svc="postgres"} 3656 1712568911 +process_resident_memory_bytes{code="500",svc="postgres"} 2414 1712567591 +go_goroutines{code="200",svc="postgres"} 96209 1712526136 +go_goroutines{code="404",svc="postgres"} 57966 1712581510 +go_goroutines{code="500",svc="postgres"} 9920 1712574800 +node_filesystem_free_bytes{code="200",svc="postgres"} 90661 1712509137 +node_filesystem_free_bytes{code="404",svc="postgres"} 87797 1712537145 +node_filesystem_free_bytes{code="500",svc="postgres"} 46866 1712596328 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..2d91c4fb55ff1ae03eca6159ef100f72ec322493 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-02.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +go_goroutines{code="200",svc="postgres"} 9723 1712554271 +go_goroutines{code="404",svc="postgres"} 48658 1712512199 +go_goroutines{code="500",svc="postgres"} 18644 1712567194 +node_load1{code="200",svc="postgres"} 39591 1712574949 +node_load1{code="404",svc="postgres"} 22574 1712531090 +node_load1{code="500",svc="postgres"} 86012 1712538526 +http_requests_total{code="200",svc="postgres"} 40883 1712567667 +http_requests_total{code="404",svc="postgres"} 25513 1712564778 +http_requests_total{code="500",svc="postgres"} 90425 1712512016 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..a5015ecf5d2cfcda5d7682e1db780b7cdf90b9f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-03.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="postgres"} 8633 1712529559 +node_filesystem_free_bytes{code="404",svc="postgres"} 12511 1712538939 +node_filesystem_free_bytes{code="500",svc="postgres"} 15004 1712519470 +go_memstats_alloc_bytes{code="200",svc="postgres"} 78878 1712572253 +go_memstats_alloc_bytes{code="404",svc="postgres"} 88442 1712566044 +go_memstats_alloc_bytes{code="500",svc="postgres"} 96603 1712580021 +process_cpu_seconds_total{code="200",svc="postgres"} 39199 1712554138 +process_cpu_seconds_total{code="404",svc="postgres"} 46390 1712501706 +process_cpu_seconds_total{code="500",svc="postgres"} 27250 1712571747 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..f141522932623932d79ca1a86e150aa82b0c6016 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-04.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="postgres"} 42461 1712523148 +node_filesystem_free_bytes{code="404",svc="postgres"} 13822 1712597883 +node_filesystem_free_bytes{code="500",svc="postgres"} 40239 1712511087 +process_cpu_seconds_total{code="200",svc="postgres"} 30461 1712578631 +process_cpu_seconds_total{code="404",svc="postgres"} 40082 1712514381 +process_cpu_seconds_total{code="500",svc="postgres"} 66995 1712501826 +go_goroutines{code="200",svc="postgres"} 98843 1712557262 +go_goroutines{code="404",svc="postgres"} 33950 1712516646 +go_goroutines{code="500",svc="postgres"} 70295 1712545779 +go_memstats_alloc_bytes{code="200",svc="postgres"} 64680 1712580977 +go_memstats_alloc_bytes{code="404",svc="postgres"} 44329 1712537535 +go_memstats_alloc_bytes{code="500",svc="postgres"} 47997 1712537321 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..87bcb8d59974ad5a6306bc2dd74d394d47994b13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-05.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +go_goroutines{code="200",svc="postgres"} 6339 1712561272 +go_goroutines{code="404",svc="postgres"} 28476 1712599784 +go_goroutines{code="500",svc="postgres"} 17191 1712504091 +node_filesystem_free_bytes{code="200",svc="postgres"} 97316 1712590309 +node_filesystem_free_bytes{code="404",svc="postgres"} 50360 1712510205 +node_filesystem_free_bytes{code="500",svc="postgres"} 68597 1712594381 +process_cpu_seconds_total{code="200",svc="postgres"} 93575 1712524158 +process_cpu_seconds_total{code="404",svc="postgres"} 57535 1712505255 +process_cpu_seconds_total{code="500",svc="postgres"} 29066 1712552473 +node_load1{code="200",svc="postgres"} 81694 1712519899 +node_load1{code="404",svc="postgres"} 60238 1712500292 +node_load1{code="500",svc="postgres"} 82708 1712564557 +http_request_duration_seconds{code="200",svc="postgres"} 31053 1712510346 +http_request_duration_seconds{code="404",svc="postgres"} 24650 1712585687 +http_request_duration_seconds{code="500",svc="postgres"} 50429 1712529973 +go_memstats_alloc_bytes{code="200",svc="postgres"} 26516 1712500490 +go_memstats_alloc_bytes{code="404",svc="postgres"} 8573 1712503429 +go_memstats_alloc_bytes{code="500",svc="postgres"} 87153 1712512970 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..c287c6f907cbdc101ed298bea6926d9e486177d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-06.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="postgres"} 67929 1712521809 +go_memstats_alloc_bytes{code="404",svc="postgres"} 91413 1712534704 +go_memstats_alloc_bytes{code="500",svc="postgres"} 96857 1712556092 +go_goroutines{code="200",svc="postgres"} 26322 1712576792 +go_goroutines{code="404",svc="postgres"} 58783 1712588877 +go_goroutines{code="500",svc="postgres"} 95012 1712589776 +node_filesystem_free_bytes{code="200",svc="postgres"} 19623 1712584174 +node_filesystem_free_bytes{code="404",svc="postgres"} 71674 1712507060 +node_filesystem_free_bytes{code="500",svc="postgres"} 83931 1712517121 +node_load1{code="200",svc="postgres"} 43609 1712578766 +node_load1{code="404",svc="postgres"} 57221 1712564630 +node_load1{code="500",svc="postgres"} 31580 1712573863 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..ed54d9d00aa55fd194ac7b8f600a2066846b44e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/postgres/2024-04-07.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +process_cpu_seconds_total{code="200",svc="postgres"} 55260 1712538350 +process_cpu_seconds_total{code="404",svc="postgres"} 29658 1712512162 +process_cpu_seconds_total{code="500",svc="postgres"} 32291 1712515653 +http_request_duration_seconds{code="200",svc="postgres"} 88643 1712511385 +http_request_duration_seconds{code="404",svc="postgres"} 67941 1712579969 +http_request_duration_seconds{code="500",svc="postgres"} 14936 1712503032 +process_resident_memory_bytes{code="200",svc="postgres"} 88142 1712527335 +process_resident_memory_bytes{code="404",svc="postgres"} 71971 1712557860 +process_resident_memory_bytes{code="500",svc="postgres"} 90633 1712570008 +http_requests_total{code="200",svc="postgres"} 18494 1712573211 +http_requests_total{code="404",svc="postgres"} 93787 1712517996 +http_requests_total{code="500",svc="postgres"} 94528 1712514948 +node_filesystem_free_bytes{code="200",svc="postgres"} 42189 1712568943 +node_filesystem_free_bytes{code="404",svc="postgres"} 89030 1712551158 +node_filesystem_free_bytes{code="500",svc="postgres"} 20521 1712530054 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..7e5f7e97c47c530d7ae52fe87ccb5104fc01ffdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-01.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +node_load1{code="200",svc="redis"} 74221 1712543389 +node_load1{code="404",svc="redis"} 45722 1712559873 +node_load1{code="500",svc="redis"} 85960 1712504176 +go_memstats_alloc_bytes{code="200",svc="redis"} 16785 1712549113 +go_memstats_alloc_bytes{code="404",svc="redis"} 56933 1712508785 +go_memstats_alloc_bytes{code="500",svc="redis"} 21500 1712557164 +http_requests_total{code="200",svc="redis"} 50610 1712584098 +http_requests_total{code="404",svc="redis"} 55417 1712554321 +http_requests_total{code="500",svc="redis"} 913 1712520950 +go_goroutines{code="200",svc="redis"} 92168 1712555683 +go_goroutines{code="404",svc="redis"} 83827 1712523896 +go_goroutines{code="500",svc="redis"} 77643 1712597188 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..f4abc7e0f9102df21fb4048a823e24d672d1df8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-02.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="redis"} 50912 1712530398 +node_filesystem_free_bytes{code="404",svc="redis"} 22636 1712545008 +node_filesystem_free_bytes{code="500",svc="redis"} 14737 1712577315 +go_memstats_alloc_bytes{code="200",svc="redis"} 10415 1712581596 +go_memstats_alloc_bytes{code="404",svc="redis"} 81449 1712502838 +go_memstats_alloc_bytes{code="500",svc="redis"} 5743 1712527530 +go_goroutines{code="200",svc="redis"} 43640 1712548838 +go_goroutines{code="404",svc="redis"} 53561 1712585604 +go_goroutines{code="500",svc="redis"} 34204 1712542930 +process_resident_memory_bytes{code="200",svc="redis"} 40394 1712549209 +process_resident_memory_bytes{code="404",svc="redis"} 72847 1712543448 +process_resident_memory_bytes{code="500",svc="redis"} 32068 1712591969 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..29222c276a3dc7a37c4e049cbbbab07c9e3dbbe3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-03.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="redis"} 71599 1712505831 +go_memstats_alloc_bytes{code="404",svc="redis"} 77501 1712560240 +go_memstats_alloc_bytes{code="500",svc="redis"} 42910 1712501623 +http_requests_total{code="200",svc="redis"} 33875 1712557887 +http_requests_total{code="404",svc="redis"} 5274 1712584792 +http_requests_total{code="500",svc="redis"} 99301 1712556490 +process_cpu_seconds_total{code="200",svc="redis"} 96868 1712524294 +process_cpu_seconds_total{code="404",svc="redis"} 98452 1712506456 +process_cpu_seconds_total{code="500",svc="redis"} 58286 1712570692 +node_filesystem_free_bytes{code="200",svc="redis"} 58395 1712583892 +node_filesystem_free_bytes{code="404",svc="redis"} 75288 1712590759 +node_filesystem_free_bytes{code="500",svc="redis"} 37222 1712566082 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..c447a7b9a7ba1411ee7d574bde6bfae5d893583b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-04.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +http_requests_total{code="200",svc="redis"} 15000 1712558519 +http_requests_total{code="404",svc="redis"} 82027 1712535484 +http_requests_total{code="500",svc="redis"} 44413 1712501786 +node_filesystem_free_bytes{code="200",svc="redis"} 81977 1712526029 +node_filesystem_free_bytes{code="404",svc="redis"} 34096 1712574751 +node_filesystem_free_bytes{code="500",svc="redis"} 92302 1712558906 +process_cpu_seconds_total{code="200",svc="redis"} 28729 1712591634 +process_cpu_seconds_total{code="404",svc="redis"} 95619 1712593021 +process_cpu_seconds_total{code="500",svc="redis"} 60723 1712508356 +http_request_duration_seconds{code="200",svc="redis"} 91352 1712574122 +http_request_duration_seconds{code="404",svc="redis"} 79612 1712590559 +http_request_duration_seconds{code="500",svc="redis"} 90626 1712567643 +process_resident_memory_bytes{code="200",svc="redis"} 48379 1712552602 +process_resident_memory_bytes{code="404",svc="redis"} 42999 1712504662 +process_resident_memory_bytes{code="500",svc="redis"} 37039 1712582561 +go_goroutines{code="200",svc="redis"} 61161 1712583528 +go_goroutines{code="404",svc="redis"} 80647 1712543038 +go_goroutines{code="500",svc="redis"} 29429 1712567705 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..722821b12d65de18de6eea4ac1aad9c729b8ce29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-05.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="redis"} 94603 1712596996 +process_resident_memory_bytes{code="404",svc="redis"} 74315 1712509709 +process_resident_memory_bytes{code="500",svc="redis"} 14482 1712546438 +go_memstats_alloc_bytes{code="200",svc="redis"} 88267 1712598912 +go_memstats_alloc_bytes{code="404",svc="redis"} 63190 1712576498 +go_memstats_alloc_bytes{code="500",svc="redis"} 69169 1712550611 +http_requests_total{code="200",svc="redis"} 78770 1712536255 +http_requests_total{code="404",svc="redis"} 1013 1712548260 +http_requests_total{code="500",svc="redis"} 80565 1712586258 +process_cpu_seconds_total{code="200",svc="redis"} 99514 1712545978 +process_cpu_seconds_total{code="404",svc="redis"} 59463 1712532769 +process_cpu_seconds_total{code="500",svc="redis"} 69081 1712513355 +node_load1{code="200",svc="redis"} 9336 1712527040 +node_load1{code="404",svc="redis"} 53204 1712588049 +node_load1{code="500",svc="redis"} 7787 1712556801 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..64a818c921a014bc9e3af94f04441abc35298719 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-06.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +http_requests_total{code="200",svc="redis"} 55974 1712548489 +http_requests_total{code="404",svc="redis"} 65263 1712551232 +http_requests_total{code="500",svc="redis"} 80941 1712565940 +http_request_duration_seconds{code="200",svc="redis"} 92634 1712501192 +http_request_duration_seconds{code="404",svc="redis"} 26585 1712565430 +http_request_duration_seconds{code="500",svc="redis"} 99018 1712535249 +go_memstats_alloc_bytes{code="200",svc="redis"} 18287 1712531201 +go_memstats_alloc_bytes{code="404",svc="redis"} 97164 1712528093 +go_memstats_alloc_bytes{code="500",svc="redis"} 70305 1712545125 +node_load1{code="200",svc="redis"} 77537 1712510444 +node_load1{code="404",svc="redis"} 34985 1712573019 +node_load1{code="500",svc="redis"} 17789 1712552502 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..572aac01f5eeb7a02c6c138da7d67cd7cb7abeb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/observability/metrics/redis/2024-04-07.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="redis"} 80277 1712524776 +process_resident_memory_bytes{code="404",svc="redis"} 95175 1712587764 +process_resident_memory_bytes{code="500",svc="redis"} 67248 1712562840 +go_goroutines{code="200",svc="redis"} 10053 1712560036 +go_goroutines{code="404",svc="redis"} 79920 1712507547 +go_goroutines{code="500",svc="redis"} 1194 1712545172 +go_memstats_alloc_bytes{code="200",svc="redis"} 61868 1712574035 +go_memstats_alloc_bytes{code="404",svc="redis"} 15903 1712555054 +go_memstats_alloc_bytes{code="500",svc="redis"} 34419 1712507922 +node_filesystem_free_bytes{code="200",svc="redis"} 65181 1712598610 +node_filesystem_free_bytes{code="404",svc="redis"} 57869 1712574615 +node_filesystem_free_bytes{code="500",svc="redis"} 45087 1712539592 +process_cpu_seconds_total{code="200",svc="redis"} 4804 1712579405 +process_cpu_seconds_total{code="404",svc="redis"} 81536 1712503361 +process_cpu_seconds_total{code="500",svc="redis"} 68981 1712548941 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..2522050e0aa4523acbc655e0f977d4db90a4dd9d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-01.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +go_goroutines{code="200",svc="clickhouse"} 36796 1712595599 +go_goroutines{code="404",svc="clickhouse"} 17729 1712543493 +go_goroutines{code="500",svc="clickhouse"} 81564 1712521698 +node_load1{code="200",svc="clickhouse"} 74159 1712582819 +node_load1{code="404",svc="clickhouse"} 72856 1712585503 +node_load1{code="500",svc="clickhouse"} 85942 1712550646 +process_resident_memory_bytes{code="200",svc="clickhouse"} 96587 1712511981 +process_resident_memory_bytes{code="404",svc="clickhouse"} 34611 1712524555 +process_resident_memory_bytes{code="500",svc="clickhouse"} 18043 1712579864 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..5d2e24ed66fa3730f6186b77af401d56ded5dc29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-02.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +node_load1{code="200",svc="clickhouse"} 60308 1712580561 +node_load1{code="404",svc="clickhouse"} 69880 1712506217 +node_load1{code="500",svc="clickhouse"} 83640 1712543365 +http_request_duration_seconds{code="200",svc="clickhouse"} 29786 1712511276 +http_request_duration_seconds{code="404",svc="clickhouse"} 3172 1712594320 +http_request_duration_seconds{code="500",svc="clickhouse"} 76489 1712507387 +node_filesystem_free_bytes{code="200",svc="clickhouse"} 52219 1712565632 +node_filesystem_free_bytes{code="404",svc="clickhouse"} 41234 1712505462 +node_filesystem_free_bytes{code="500",svc="clickhouse"} 5150 1712586042 +http_requests_total{code="200",svc="clickhouse"} 17358 1712523703 +http_requests_total{code="404",svc="clickhouse"} 23261 1712554011 +http_requests_total{code="500",svc="clickhouse"} 18501 1712555798 +process_cpu_seconds_total{code="200",svc="clickhouse"} 59304 1712526593 +process_cpu_seconds_total{code="404",svc="clickhouse"} 37792 1712555750 +process_cpu_seconds_total{code="500",svc="clickhouse"} 54866 1712512893 +process_resident_memory_bytes{code="200",svc="clickhouse"} 33447 1712507190 +process_resident_memory_bytes{code="404",svc="clickhouse"} 56356 1712572751 +process_resident_memory_bytes{code="500",svc="clickhouse"} 29480 1712575812 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..0e199d679abcd7f3a99d702676bb74d9fb77e179 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-03.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +http_requests_total{code="200",svc="clickhouse"} 48647 1712532029 +http_requests_total{code="404",svc="clickhouse"} 84908 1712526027 +http_requests_total{code="500",svc="clickhouse"} 7407 1712569098 +process_cpu_seconds_total{code="200",svc="clickhouse"} 62321 1712572790 +process_cpu_seconds_total{code="404",svc="clickhouse"} 16881 1712504561 +process_cpu_seconds_total{code="500",svc="clickhouse"} 98754 1712529456 +node_load1{code="200",svc="clickhouse"} 38027 1712599094 +node_load1{code="404",svc="clickhouse"} 95026 1712530751 +node_load1{code="500",svc="clickhouse"} 62443 1712562384 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..ecb8f2aef88fac80a65c0cd0771b8e2f49729c88 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-04.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +http_requests_total{code="200",svc="clickhouse"} 45156 1712501383 +http_requests_total{code="404",svc="clickhouse"} 10214 1712509345 +http_requests_total{code="500",svc="clickhouse"} 34846 1712571283 +process_cpu_seconds_total{code="200",svc="clickhouse"} 20894 1712552316 +process_cpu_seconds_total{code="404",svc="clickhouse"} 26564 1712543211 +process_cpu_seconds_total{code="500",svc="clickhouse"} 22989 1712584508 +go_memstats_alloc_bytes{code="200",svc="clickhouse"} 5852 1712531627 +go_memstats_alloc_bytes{code="404",svc="clickhouse"} 94191 1712563373 +go_memstats_alloc_bytes{code="500",svc="clickhouse"} 89582 1712577779 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..a266e0fb2d0375858d25c45c58a94750312a9aad --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-05.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="clickhouse"} 42209 1712585634 +go_memstats_alloc_bytes{code="404",svc="clickhouse"} 80494 1712556731 +go_memstats_alloc_bytes{code="500",svc="clickhouse"} 4190 1712581430 +go_goroutines{code="200",svc="clickhouse"} 84123 1712539284 +go_goroutines{code="404",svc="clickhouse"} 91416 1712502210 +go_goroutines{code="500",svc="clickhouse"} 10057 1712525510 +http_requests_total{code="200",svc="clickhouse"} 96292 1712586514 +http_requests_total{code="404",svc="clickhouse"} 47267 1712540817 +http_requests_total{code="500",svc="clickhouse"} 23953 1712526968 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..bf99a0b9ff3bebfcc3c747f752e5de5569d7ecb3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-06.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +node_load1{code="200",svc="clickhouse"} 29561 1712564149 +node_load1{code="404",svc="clickhouse"} 61228 1712539411 +node_load1{code="500",svc="clickhouse"} 69325 1712504242 +process_cpu_seconds_total{code="200",svc="clickhouse"} 55452 1712583383 +process_cpu_seconds_total{code="404",svc="clickhouse"} 7375 1712526526 +process_cpu_seconds_total{code="500",svc="clickhouse"} 77713 1712556678 +node_filesystem_free_bytes{code="200",svc="clickhouse"} 23730 1712550123 +node_filesystem_free_bytes{code="404",svc="clickhouse"} 13622 1712523864 +node_filesystem_free_bytes{code="500",svc="clickhouse"} 3668 1712513503 +go_memstats_alloc_bytes{code="200",svc="clickhouse"} 97402 1712509534 +go_memstats_alloc_bytes{code="404",svc="clickhouse"} 60270 1712543547 +go_memstats_alloc_bytes{code="500",svc="clickhouse"} 28600 1712524279 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..a615631f17cb9abe0261386bf3a8978ec1fc1cf1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/clickhouse/2024-04-07.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for clickhouse +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="clickhouse"} 1800 1712582904 +node_filesystem_free_bytes{code="404",svc="clickhouse"} 97511 1712577747 +node_filesystem_free_bytes{code="500",svc="clickhouse"} 71060 1712592898 +node_load1{code="200",svc="clickhouse"} 12340 1712528473 +node_load1{code="404",svc="clickhouse"} 49858 1712501516 +node_load1{code="500",svc="clickhouse"} 61323 1712507823 +process_cpu_seconds_total{code="200",svc="clickhouse"} 23221 1712509574 +process_cpu_seconds_total{code="404",svc="clickhouse"} 33614 1712585936 +process_cpu_seconds_total{code="500",svc="clickhouse"} 7032 1712548459 +http_requests_total{code="200",svc="clickhouse"} 96319 1712519109 +http_requests_total{code="404",svc="clickhouse"} 84794 1712566817 +http_requests_total{code="500",svc="clickhouse"} 78468 1712540683 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..a3e44e4276c49847b86adffdd0000ba1bac442de --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-01.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +process_cpu_seconds_total{code="200",svc="elasticsearch"} 48597 1712521156 +process_cpu_seconds_total{code="404",svc="elasticsearch"} 97734 1712525617 +process_cpu_seconds_total{code="500",svc="elasticsearch"} 68230 1712530164 +go_goroutines{code="200",svc="elasticsearch"} 26855 1712544544 +go_goroutines{code="404",svc="elasticsearch"} 9361 1712597321 +go_goroutines{code="500",svc="elasticsearch"} 19178 1712520092 +http_requests_total{code="200",svc="elasticsearch"} 13662 1712546403 +http_requests_total{code="404",svc="elasticsearch"} 58567 1712593497 +http_requests_total{code="500",svc="elasticsearch"} 76356 1712525008 +http_request_duration_seconds{code="200",svc="elasticsearch"} 88235 1712572703 +http_request_duration_seconds{code="404",svc="elasticsearch"} 31874 1712525255 +http_request_duration_seconds{code="500",svc="elasticsearch"} 84259 1712595559 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 76392 1712517708 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 29631 1712519733 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 82108 1712563874 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..0e96ca9e2a8db6cb5d94df0a9f6291e7d592bd61 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-02.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +go_goroutines{code="200",svc="elasticsearch"} 69271 1712541767 +go_goroutines{code="404",svc="elasticsearch"} 43866 1712548981 +go_goroutines{code="500",svc="elasticsearch"} 63781 1712593087 +http_request_duration_seconds{code="200",svc="elasticsearch"} 28193 1712522558 +http_request_duration_seconds{code="404",svc="elasticsearch"} 70646 1712597947 +http_request_duration_seconds{code="500",svc="elasticsearch"} 44497 1712557061 +http_requests_total{code="200",svc="elasticsearch"} 77301 1712508459 +http_requests_total{code="404",svc="elasticsearch"} 51178 1712542149 +http_requests_total{code="500",svc="elasticsearch"} 74474 1712584779 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 76419 1712519947 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 34272 1712534359 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 23384 1712547017 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 87463 1712507560 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 72787 1712505297 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 55478 1712505249 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..1ea1213e69870bba86ee7153b684855ac11bd69a --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-03.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 76258 1712579367 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 47823 1712500997 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 36694 1712522240 +node_load1{code="200",svc="elasticsearch"} 31655 1712539437 +node_load1{code="404",svc="elasticsearch"} 76121 1712563327 +node_load1{code="500",svc="elasticsearch"} 6458 1712532284 +go_goroutines{code="200",svc="elasticsearch"} 45496 1712528823 +go_goroutines{code="404",svc="elasticsearch"} 79921 1712552479 +go_goroutines{code="500",svc="elasticsearch"} 27250 1712593789 +go_memstats_alloc_bytes{code="200",svc="elasticsearch"} 41363 1712522664 +go_memstats_alloc_bytes{code="404",svc="elasticsearch"} 54358 1712528725 +go_memstats_alloc_bytes{code="500",svc="elasticsearch"} 88524 1712592318 +http_requests_total{code="200",svc="elasticsearch"} 17596 1712506700 +http_requests_total{code="404",svc="elasticsearch"} 44976 1712522230 +http_requests_total{code="500",svc="elasticsearch"} 82145 1712543019 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 82963 1712558284 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 22743 1712523462 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 14153 1712528425 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..5896a97239f93cb88bb58fb00dda5c1ec5071b89 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-04.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +node_load1{code="200",svc="elasticsearch"} 19711 1712538931 +node_load1{code="404",svc="elasticsearch"} 21171 1712527415 +node_load1{code="500",svc="elasticsearch"} 60050 1712540663 +http_request_duration_seconds{code="200",svc="elasticsearch"} 9781 1712539467 +http_request_duration_seconds{code="404",svc="elasticsearch"} 61526 1712583738 +http_request_duration_seconds{code="500",svc="elasticsearch"} 66054 1712585502 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 50617 1712535925 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 46733 1712525596 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 77203 1712515444 +process_cpu_seconds_total{code="200",svc="elasticsearch"} 41528 1712516451 +process_cpu_seconds_total{code="404",svc="elasticsearch"} 74280 1712571534 +process_cpu_seconds_total{code="500",svc="elasticsearch"} 89952 1712530243 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..9df0192e66ea7ea047ab3b3824d0a96fb4dcab91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-05.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="elasticsearch"} 50678 1712546365 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 53369 1712500863 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 85752 1712516174 +go_goroutines{code="200",svc="elasticsearch"} 7408 1712508317 +go_goroutines{code="404",svc="elasticsearch"} 70686 1712525988 +go_goroutines{code="500",svc="elasticsearch"} 50646 1712511995 +go_memstats_alloc_bytes{code="200",svc="elasticsearch"} 87826 1712580826 +go_memstats_alloc_bytes{code="404",svc="elasticsearch"} 4411 1712506262 +go_memstats_alloc_bytes{code="500",svc="elasticsearch"} 2216 1712553489 +http_requests_total{code="200",svc="elasticsearch"} 11211 1712515778 +http_requests_total{code="404",svc="elasticsearch"} 38336 1712560180 +http_requests_total{code="500",svc="elasticsearch"} 2452 1712580728 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 30274 1712505510 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 59230 1712592742 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 58622 1712539813 +http_request_duration_seconds{code="200",svc="elasticsearch"} 45595 1712521859 +http_request_duration_seconds{code="404",svc="elasticsearch"} 39594 1712500087 +http_request_duration_seconds{code="500",svc="elasticsearch"} 14796 1712569606 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..7536f6a512d887a898529022bc99d27ff27e1685 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-06.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="elasticsearch"} 32748 1712583339 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 63186 1712591061 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 78105 1712548447 +go_memstats_alloc_bytes{code="200",svc="elasticsearch"} 24114 1712556324 +go_memstats_alloc_bytes{code="404",svc="elasticsearch"} 67879 1712539854 +go_memstats_alloc_bytes{code="500",svc="elasticsearch"} 15090 1712517315 +http_request_duration_seconds{code="200",svc="elasticsearch"} 12569 1712540560 +http_request_duration_seconds{code="404",svc="elasticsearch"} 54419 1712577394 +http_request_duration_seconds{code="500",svc="elasticsearch"} 16690 1712593738 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..93b2da02c36159546abebcd03a5c03790bacff6d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/elasticsearch/2024-04-07.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for elasticsearch +# TYPE http_requests_total counter +node_load1{code="200",svc="elasticsearch"} 1879 1712596189 +node_load1{code="404",svc="elasticsearch"} 71024 1712500696 +node_load1{code="500",svc="elasticsearch"} 61473 1712554684 +go_goroutines{code="200",svc="elasticsearch"} 90730 1712560677 +go_goroutines{code="404",svc="elasticsearch"} 35019 1712590723 +go_goroutines{code="500",svc="elasticsearch"} 97659 1712535077 +http_requests_total{code="200",svc="elasticsearch"} 26882 1712527182 +http_requests_total{code="404",svc="elasticsearch"} 7057 1712586364 +http_requests_total{code="500",svc="elasticsearch"} 99335 1712598694 +node_filesystem_free_bytes{code="200",svc="elasticsearch"} 11229 1712533044 +node_filesystem_free_bytes{code="404",svc="elasticsearch"} 83146 1712525580 +node_filesystem_free_bytes{code="500",svc="elasticsearch"} 33332 1712521437 +http_request_duration_seconds{code="200",svc="elasticsearch"} 81162 1712530704 +http_request_duration_seconds{code="404",svc="elasticsearch"} 13025 1712574072 +http_request_duration_seconds{code="500",svc="elasticsearch"} 34707 1712507353 +process_resident_memory_bytes{code="200",svc="elasticsearch"} 86094 1712567353 +process_resident_memory_bytes{code="404",svc="elasticsearch"} 11581 1712568002 +process_resident_memory_bytes{code="500",svc="elasticsearch"} 33456 1712515156 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..b44757c3484a361304ba077869048ba0897b4581 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-01.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="memcached"} 31782 1712547863 +go_memstats_alloc_bytes{code="404",svc="memcached"} 53114 1712558852 +go_memstats_alloc_bytes{code="500",svc="memcached"} 93508 1712526986 +process_cpu_seconds_total{code="200",svc="memcached"} 7628 1712551153 +process_cpu_seconds_total{code="404",svc="memcached"} 74494 1712578761 +process_cpu_seconds_total{code="500",svc="memcached"} 55181 1712512458 +http_request_duration_seconds{code="200",svc="memcached"} 32336 1712581011 +http_request_duration_seconds{code="404",svc="memcached"} 49896 1712592483 +http_request_duration_seconds{code="500",svc="memcached"} 98285 1712582592 +http_requests_total{code="200",svc="memcached"} 49482 1712547784 +http_requests_total{code="404",svc="memcached"} 14479 1712558749 +http_requests_total{code="500",svc="memcached"} 40910 1712577410 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..55c0edd44ad2a1c2a470bddcedb7116c4cfd8ba1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-02.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="memcached"} 30512 1712549197 +process_resident_memory_bytes{code="404",svc="memcached"} 10699 1712555529 +process_resident_memory_bytes{code="500",svc="memcached"} 93106 1712589551 +http_request_duration_seconds{code="200",svc="memcached"} 99308 1712523411 +http_request_duration_seconds{code="404",svc="memcached"} 6853 1712555981 +http_request_duration_seconds{code="500",svc="memcached"} 81831 1712553494 +process_cpu_seconds_total{code="200",svc="memcached"} 97635 1712507018 +process_cpu_seconds_total{code="404",svc="memcached"} 42875 1712575943 +process_cpu_seconds_total{code="500",svc="memcached"} 8345 1712585209 +http_requests_total{code="200",svc="memcached"} 67893 1712503812 +http_requests_total{code="404",svc="memcached"} 77745 1712567963 +http_requests_total{code="500",svc="memcached"} 10759 1712514115 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..bcc8071f3912dc44f7c76a0dded1d2a0511f60fd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-03.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="memcached"} 95418 1712573056 +node_filesystem_free_bytes{code="404",svc="memcached"} 23041 1712537756 +node_filesystem_free_bytes{code="500",svc="memcached"} 60763 1712563391 +http_request_duration_seconds{code="200",svc="memcached"} 26652 1712577851 +http_request_duration_seconds{code="404",svc="memcached"} 85584 1712513264 +http_request_duration_seconds{code="500",svc="memcached"} 97858 1712510436 +process_cpu_seconds_total{code="200",svc="memcached"} 36846 1712504888 +process_cpu_seconds_total{code="404",svc="memcached"} 89231 1712539065 +process_cpu_seconds_total{code="500",svc="memcached"} 28517 1712541807 +http_requests_total{code="200",svc="memcached"} 52941 1712544816 +http_requests_total{code="404",svc="memcached"} 49855 1712543221 +http_requests_total{code="500",svc="memcached"} 73425 1712503705 +process_resident_memory_bytes{code="200",svc="memcached"} 64415 1712587547 +process_resident_memory_bytes{code="404",svc="memcached"} 83076 1712524477 +process_resident_memory_bytes{code="500",svc="memcached"} 25943 1712550258 +go_goroutines{code="200",svc="memcached"} 80437 1712529443 +go_goroutines{code="404",svc="memcached"} 65569 1712526232 +go_goroutines{code="500",svc="memcached"} 1128 1712517704 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..9b42c752462b49c2c579bea0cf52ed3718ec3641 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-04.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +http_request_duration_seconds{code="200",svc="memcached"} 40939 1712557759 +http_request_duration_seconds{code="404",svc="memcached"} 91416 1712517385 +http_request_duration_seconds{code="500",svc="memcached"} 7161 1712588653 +process_resident_memory_bytes{code="200",svc="memcached"} 84175 1712505705 +process_resident_memory_bytes{code="404",svc="memcached"} 80255 1712520047 +process_resident_memory_bytes{code="500",svc="memcached"} 3362 1712567409 +http_requests_total{code="200",svc="memcached"} 39553 1712581721 +http_requests_total{code="404",svc="memcached"} 35206 1712534814 +http_requests_total{code="500",svc="memcached"} 35421 1712529418 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..eaad500ab951b0458c159a4525c688e11dfb9dd4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-05.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +process_cpu_seconds_total{code="200",svc="memcached"} 47238 1712513940 +process_cpu_seconds_total{code="404",svc="memcached"} 46504 1712513967 +process_cpu_seconds_total{code="500",svc="memcached"} 29537 1712504910 +go_goroutines{code="200",svc="memcached"} 86458 1712565870 +go_goroutines{code="404",svc="memcached"} 15861 1712560386 +go_goroutines{code="500",svc="memcached"} 64526 1712533053 +http_request_duration_seconds{code="200",svc="memcached"} 15194 1712599271 +http_request_duration_seconds{code="404",svc="memcached"} 44970 1712537473 +http_request_duration_seconds{code="500",svc="memcached"} 93208 1712590985 +http_requests_total{code="200",svc="memcached"} 89032 1712577129 +http_requests_total{code="404",svc="memcached"} 36678 1712528092 +http_requests_total{code="500",svc="memcached"} 88252 1712536330 +process_resident_memory_bytes{code="200",svc="memcached"} 27552 1712595720 +process_resident_memory_bytes{code="404",svc="memcached"} 49702 1712507336 +process_resident_memory_bytes{code="500",svc="memcached"} 60289 1712548775 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..4ec0f958086e77ac135a4c5bb02fdb4d4bcca58d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-06.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="memcached"} 73744 1712510930 +go_memstats_alloc_bytes{code="404",svc="memcached"} 83098 1712572489 +go_memstats_alloc_bytes{code="500",svc="memcached"} 79870 1712579925 +http_request_duration_seconds{code="200",svc="memcached"} 83674 1712561985 +http_request_duration_seconds{code="404",svc="memcached"} 1718 1712547767 +http_request_duration_seconds{code="500",svc="memcached"} 99442 1712597344 +http_requests_total{code="200",svc="memcached"} 60989 1712547247 +http_requests_total{code="404",svc="memcached"} 5471 1712529037 +http_requests_total{code="500",svc="memcached"} 25845 1712550726 +process_cpu_seconds_total{code="200",svc="memcached"} 35673 1712590892 +process_cpu_seconds_total{code="404",svc="memcached"} 69315 1712509586 +process_cpu_seconds_total{code="500",svc="memcached"} 27858 1712512915 +node_load1{code="200",svc="memcached"} 52755 1712525254 +node_load1{code="404",svc="memcached"} 42738 1712566972 +node_load1{code="500",svc="memcached"} 74376 1712522587 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..8988ead467346642c46400c15dfb7b178c362862 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/memcached/2024-04-07.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for memcached +# TYPE http_requests_total counter +http_request_duration_seconds{code="200",svc="memcached"} 2021 1712589868 +http_request_duration_seconds{code="404",svc="memcached"} 31973 1712591182 +http_request_duration_seconds{code="500",svc="memcached"} 71687 1712503174 +go_memstats_alloc_bytes{code="200",svc="memcached"} 1866 1712558299 +go_memstats_alloc_bytes{code="404",svc="memcached"} 15099 1712588429 +go_memstats_alloc_bytes{code="500",svc="memcached"} 52562 1712534215 +go_goroutines{code="200",svc="memcached"} 31416 1712588403 +go_goroutines{code="404",svc="memcached"} 37711 1712587992 +go_goroutines{code="500",svc="memcached"} 13331 1712560739 +process_cpu_seconds_total{code="200",svc="memcached"} 56166 1712595853 +process_cpu_seconds_total{code="404",svc="memcached"} 82528 1712566747 +process_cpu_seconds_total{code="500",svc="memcached"} 31532 1712587393 +process_resident_memory_bytes{code="200",svc="memcached"} 87399 1712583053 +process_resident_memory_bytes{code="404",svc="memcached"} 37148 1712525974 +process_resident_memory_bytes{code="500",svc="memcached"} 31093 1712549374 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..2ee0d084c46e82a6b3d4d9d3a3d576bff9657e5b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-01.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="postgres"} 91525 1712555809 +process_resident_memory_bytes{code="404",svc="postgres"} 3656 1712568911 +process_resident_memory_bytes{code="500",svc="postgres"} 2414 1712567591 +go_goroutines{code="200",svc="postgres"} 96209 1712526136 +go_goroutines{code="404",svc="postgres"} 57966 1712581510 +go_goroutines{code="500",svc="postgres"} 9920 1712574800 +node_filesystem_free_bytes{code="200",svc="postgres"} 90661 1712509137 +node_filesystem_free_bytes{code="404",svc="postgres"} 87797 1712537145 +node_filesystem_free_bytes{code="500",svc="postgres"} 46866 1712596328 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..2d91c4fb55ff1ae03eca6159ef100f72ec322493 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-02.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +go_goroutines{code="200",svc="postgres"} 9723 1712554271 +go_goroutines{code="404",svc="postgres"} 48658 1712512199 +go_goroutines{code="500",svc="postgres"} 18644 1712567194 +node_load1{code="200",svc="postgres"} 39591 1712574949 +node_load1{code="404",svc="postgres"} 22574 1712531090 +node_load1{code="500",svc="postgres"} 86012 1712538526 +http_requests_total{code="200",svc="postgres"} 40883 1712567667 +http_requests_total{code="404",svc="postgres"} 25513 1712564778 +http_requests_total{code="500",svc="postgres"} 90425 1712512016 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..a5015ecf5d2cfcda5d7682e1db780b7cdf90b9f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-03.prom @@ -0,0 +1,11 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="postgres"} 8633 1712529559 +node_filesystem_free_bytes{code="404",svc="postgres"} 12511 1712538939 +node_filesystem_free_bytes{code="500",svc="postgres"} 15004 1712519470 +go_memstats_alloc_bytes{code="200",svc="postgres"} 78878 1712572253 +go_memstats_alloc_bytes{code="404",svc="postgres"} 88442 1712566044 +go_memstats_alloc_bytes{code="500",svc="postgres"} 96603 1712580021 +process_cpu_seconds_total{code="200",svc="postgres"} 39199 1712554138 +process_cpu_seconds_total{code="404",svc="postgres"} 46390 1712501706 +process_cpu_seconds_total{code="500",svc="postgres"} 27250 1712571747 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..f141522932623932d79ca1a86e150aa82b0c6016 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-04.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="postgres"} 42461 1712523148 +node_filesystem_free_bytes{code="404",svc="postgres"} 13822 1712597883 +node_filesystem_free_bytes{code="500",svc="postgres"} 40239 1712511087 +process_cpu_seconds_total{code="200",svc="postgres"} 30461 1712578631 +process_cpu_seconds_total{code="404",svc="postgres"} 40082 1712514381 +process_cpu_seconds_total{code="500",svc="postgres"} 66995 1712501826 +go_goroutines{code="200",svc="postgres"} 98843 1712557262 +go_goroutines{code="404",svc="postgres"} 33950 1712516646 +go_goroutines{code="500",svc="postgres"} 70295 1712545779 +go_memstats_alloc_bytes{code="200",svc="postgres"} 64680 1712580977 +go_memstats_alloc_bytes{code="404",svc="postgres"} 44329 1712537535 +go_memstats_alloc_bytes{code="500",svc="postgres"} 47997 1712537321 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..87bcb8d59974ad5a6306bc2dd74d394d47994b13 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-05.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +go_goroutines{code="200",svc="postgres"} 6339 1712561272 +go_goroutines{code="404",svc="postgres"} 28476 1712599784 +go_goroutines{code="500",svc="postgres"} 17191 1712504091 +node_filesystem_free_bytes{code="200",svc="postgres"} 97316 1712590309 +node_filesystem_free_bytes{code="404",svc="postgres"} 50360 1712510205 +node_filesystem_free_bytes{code="500",svc="postgres"} 68597 1712594381 +process_cpu_seconds_total{code="200",svc="postgres"} 93575 1712524158 +process_cpu_seconds_total{code="404",svc="postgres"} 57535 1712505255 +process_cpu_seconds_total{code="500",svc="postgres"} 29066 1712552473 +node_load1{code="200",svc="postgres"} 81694 1712519899 +node_load1{code="404",svc="postgres"} 60238 1712500292 +node_load1{code="500",svc="postgres"} 82708 1712564557 +http_request_duration_seconds{code="200",svc="postgres"} 31053 1712510346 +http_request_duration_seconds{code="404",svc="postgres"} 24650 1712585687 +http_request_duration_seconds{code="500",svc="postgres"} 50429 1712529973 +go_memstats_alloc_bytes{code="200",svc="postgres"} 26516 1712500490 +go_memstats_alloc_bytes{code="404",svc="postgres"} 8573 1712503429 +go_memstats_alloc_bytes{code="500",svc="postgres"} 87153 1712512970 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..c287c6f907cbdc101ed298bea6926d9e486177d0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-06.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="postgres"} 67929 1712521809 +go_memstats_alloc_bytes{code="404",svc="postgres"} 91413 1712534704 +go_memstats_alloc_bytes{code="500",svc="postgres"} 96857 1712556092 +go_goroutines{code="200",svc="postgres"} 26322 1712576792 +go_goroutines{code="404",svc="postgres"} 58783 1712588877 +go_goroutines{code="500",svc="postgres"} 95012 1712589776 +node_filesystem_free_bytes{code="200",svc="postgres"} 19623 1712584174 +node_filesystem_free_bytes{code="404",svc="postgres"} 71674 1712507060 +node_filesystem_free_bytes{code="500",svc="postgres"} 83931 1712517121 +node_load1{code="200",svc="postgres"} 43609 1712578766 +node_load1{code="404",svc="postgres"} 57221 1712564630 +node_load1{code="500",svc="postgres"} 31580 1712573863 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..ed54d9d00aa55fd194ac7b8f600a2066846b44e4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/postgres/2024-04-07.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for postgres +# TYPE http_requests_total counter +process_cpu_seconds_total{code="200",svc="postgres"} 55260 1712538350 +process_cpu_seconds_total{code="404",svc="postgres"} 29658 1712512162 +process_cpu_seconds_total{code="500",svc="postgres"} 32291 1712515653 +http_request_duration_seconds{code="200",svc="postgres"} 88643 1712511385 +http_request_duration_seconds{code="404",svc="postgres"} 67941 1712579969 +http_request_duration_seconds{code="500",svc="postgres"} 14936 1712503032 +process_resident_memory_bytes{code="200",svc="postgres"} 88142 1712527335 +process_resident_memory_bytes{code="404",svc="postgres"} 71971 1712557860 +process_resident_memory_bytes{code="500",svc="postgres"} 90633 1712570008 +http_requests_total{code="200",svc="postgres"} 18494 1712573211 +http_requests_total{code="404",svc="postgres"} 93787 1712517996 +http_requests_total{code="500",svc="postgres"} 94528 1712514948 +node_filesystem_free_bytes{code="200",svc="postgres"} 42189 1712568943 +node_filesystem_free_bytes{code="404",svc="postgres"} 89030 1712551158 +node_filesystem_free_bytes{code="500",svc="postgres"} 20521 1712530054 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-01.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-01.prom new file mode 100644 index 0000000000000000000000000000000000000000..7e5f7e97c47c530d7ae52fe87ccb5104fc01ffdc --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-01.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +node_load1{code="200",svc="redis"} 74221 1712543389 +node_load1{code="404",svc="redis"} 45722 1712559873 +node_load1{code="500",svc="redis"} 85960 1712504176 +go_memstats_alloc_bytes{code="200",svc="redis"} 16785 1712549113 +go_memstats_alloc_bytes{code="404",svc="redis"} 56933 1712508785 +go_memstats_alloc_bytes{code="500",svc="redis"} 21500 1712557164 +http_requests_total{code="200",svc="redis"} 50610 1712584098 +http_requests_total{code="404",svc="redis"} 55417 1712554321 +http_requests_total{code="500",svc="redis"} 913 1712520950 +go_goroutines{code="200",svc="redis"} 92168 1712555683 +go_goroutines{code="404",svc="redis"} 83827 1712523896 +go_goroutines{code="500",svc="redis"} 77643 1712597188 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-02.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-02.prom new file mode 100644 index 0000000000000000000000000000000000000000..f4abc7e0f9102df21fb4048a823e24d672d1df8f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-02.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +node_filesystem_free_bytes{code="200",svc="redis"} 50912 1712530398 +node_filesystem_free_bytes{code="404",svc="redis"} 22636 1712545008 +node_filesystem_free_bytes{code="500",svc="redis"} 14737 1712577315 +go_memstats_alloc_bytes{code="200",svc="redis"} 10415 1712581596 +go_memstats_alloc_bytes{code="404",svc="redis"} 81449 1712502838 +go_memstats_alloc_bytes{code="500",svc="redis"} 5743 1712527530 +go_goroutines{code="200",svc="redis"} 43640 1712548838 +go_goroutines{code="404",svc="redis"} 53561 1712585604 +go_goroutines{code="500",svc="redis"} 34204 1712542930 +process_resident_memory_bytes{code="200",svc="redis"} 40394 1712549209 +process_resident_memory_bytes{code="404",svc="redis"} 72847 1712543448 +process_resident_memory_bytes{code="500",svc="redis"} 32068 1712591969 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-03.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-03.prom new file mode 100644 index 0000000000000000000000000000000000000000..29222c276a3dc7a37c4e049cbbbab07c9e3dbbe3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-03.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +go_memstats_alloc_bytes{code="200",svc="redis"} 71599 1712505831 +go_memstats_alloc_bytes{code="404",svc="redis"} 77501 1712560240 +go_memstats_alloc_bytes{code="500",svc="redis"} 42910 1712501623 +http_requests_total{code="200",svc="redis"} 33875 1712557887 +http_requests_total{code="404",svc="redis"} 5274 1712584792 +http_requests_total{code="500",svc="redis"} 99301 1712556490 +process_cpu_seconds_total{code="200",svc="redis"} 96868 1712524294 +process_cpu_seconds_total{code="404",svc="redis"} 98452 1712506456 +process_cpu_seconds_total{code="500",svc="redis"} 58286 1712570692 +node_filesystem_free_bytes{code="200",svc="redis"} 58395 1712583892 +node_filesystem_free_bytes{code="404",svc="redis"} 75288 1712590759 +node_filesystem_free_bytes{code="500",svc="redis"} 37222 1712566082 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-04.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-04.prom new file mode 100644 index 0000000000000000000000000000000000000000..c447a7b9a7ba1411ee7d574bde6bfae5d893583b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-04.prom @@ -0,0 +1,20 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +http_requests_total{code="200",svc="redis"} 15000 1712558519 +http_requests_total{code="404",svc="redis"} 82027 1712535484 +http_requests_total{code="500",svc="redis"} 44413 1712501786 +node_filesystem_free_bytes{code="200",svc="redis"} 81977 1712526029 +node_filesystem_free_bytes{code="404",svc="redis"} 34096 1712574751 +node_filesystem_free_bytes{code="500",svc="redis"} 92302 1712558906 +process_cpu_seconds_total{code="200",svc="redis"} 28729 1712591634 +process_cpu_seconds_total{code="404",svc="redis"} 95619 1712593021 +process_cpu_seconds_total{code="500",svc="redis"} 60723 1712508356 +http_request_duration_seconds{code="200",svc="redis"} 91352 1712574122 +http_request_duration_seconds{code="404",svc="redis"} 79612 1712590559 +http_request_duration_seconds{code="500",svc="redis"} 90626 1712567643 +process_resident_memory_bytes{code="200",svc="redis"} 48379 1712552602 +process_resident_memory_bytes{code="404",svc="redis"} 42999 1712504662 +process_resident_memory_bytes{code="500",svc="redis"} 37039 1712582561 +go_goroutines{code="200",svc="redis"} 61161 1712583528 +go_goroutines{code="404",svc="redis"} 80647 1712543038 +go_goroutines{code="500",svc="redis"} 29429 1712567705 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-05.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-05.prom new file mode 100644 index 0000000000000000000000000000000000000000..722821b12d65de18de6eea4ac1aad9c729b8ce29 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-05.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="redis"} 94603 1712596996 +process_resident_memory_bytes{code="404",svc="redis"} 74315 1712509709 +process_resident_memory_bytes{code="500",svc="redis"} 14482 1712546438 +go_memstats_alloc_bytes{code="200",svc="redis"} 88267 1712598912 +go_memstats_alloc_bytes{code="404",svc="redis"} 63190 1712576498 +go_memstats_alloc_bytes{code="500",svc="redis"} 69169 1712550611 +http_requests_total{code="200",svc="redis"} 78770 1712536255 +http_requests_total{code="404",svc="redis"} 1013 1712548260 +http_requests_total{code="500",svc="redis"} 80565 1712586258 +process_cpu_seconds_total{code="200",svc="redis"} 99514 1712545978 +process_cpu_seconds_total{code="404",svc="redis"} 59463 1712532769 +process_cpu_seconds_total{code="500",svc="redis"} 69081 1712513355 +node_load1{code="200",svc="redis"} 9336 1712527040 +node_load1{code="404",svc="redis"} 53204 1712588049 +node_load1{code="500",svc="redis"} 7787 1712556801 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-06.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-06.prom new file mode 100644 index 0000000000000000000000000000000000000000..64a818c921a014bc9e3af94f04441abc35298719 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-06.prom @@ -0,0 +1,14 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +http_requests_total{code="200",svc="redis"} 55974 1712548489 +http_requests_total{code="404",svc="redis"} 65263 1712551232 +http_requests_total{code="500",svc="redis"} 80941 1712565940 +http_request_duration_seconds{code="200",svc="redis"} 92634 1712501192 +http_request_duration_seconds{code="404",svc="redis"} 26585 1712565430 +http_request_duration_seconds{code="500",svc="redis"} 99018 1712535249 +go_memstats_alloc_bytes{code="200",svc="redis"} 18287 1712531201 +go_memstats_alloc_bytes{code="404",svc="redis"} 97164 1712528093 +go_memstats_alloc_bytes{code="500",svc="redis"} 70305 1712545125 +node_load1{code="200",svc="redis"} 77537 1712510444 +node_load1{code="404",svc="redis"} 34985 1712573019 +node_load1{code="500",svc="redis"} 17789 1712552502 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-07.prom b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-07.prom new file mode 100644 index 0000000000000000000000000000000000000000..572aac01f5eeb7a02c6c138da7d67cd7cb7abeb9 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/observability/metrics/redis/2024-04-07.prom @@ -0,0 +1,17 @@ +# HELP exported metrics for redis +# TYPE http_requests_total counter +process_resident_memory_bytes{code="200",svc="redis"} 80277 1712524776 +process_resident_memory_bytes{code="404",svc="redis"} 95175 1712587764 +process_resident_memory_bytes{code="500",svc="redis"} 67248 1712562840 +go_goroutines{code="200",svc="redis"} 10053 1712560036 +go_goroutines{code="404",svc="redis"} 79920 1712507547 +go_goroutines{code="500",svc="redis"} 1194 1712545172 +go_memstats_alloc_bytes{code="200",svc="redis"} 61868 1712574035 +go_memstats_alloc_bytes{code="404",svc="redis"} 15903 1712555054 +go_memstats_alloc_bytes{code="500",svc="redis"} 34419 1712507922 +node_filesystem_free_bytes{code="200",svc="redis"} 65181 1712598610 +node_filesystem_free_bytes{code="404",svc="redis"} 57869 1712574615 +node_filesystem_free_bytes{code="500",svc="redis"} 45087 1712539592 +process_cpu_seconds_total{code="200",svc="redis"} 4804 1712579405 +process_cpu_seconds_total{code="404",svc="redis"} 81536 1712503361 +process_cpu_seconds_total{code="500",svc="redis"} 68981 1712548941 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f248972748/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..fb15d0c8cfe535e4c6325b0517b90a16fcb3bdb6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-01.log @@ -0,0 +1,12 @@ +2024-04-01 cart-api INFO line 001 +2024-04-01 cart-api INFO line 002 +2024-04-01 cart-api INFO line 003 +2024-04-01 cart-api INFO line 005 +2024-04-01 cart-api INFO line 007 +2024-04-01 cart-api INFO line 008 +2024-04-01 cart-api INFO line 009 +2024-04-01 cart-api INFO line 010 +2024-04-01 cart-api INFO line 011 +2024-04-01 cart-api INFO line 012 +2024-04-01 cart-api INFO line 014 +2024-04-01 cart-api INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..566b0328fa641206dc9f2e94f0011fae373a7300 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-02.log @@ -0,0 +1,18 @@ +2024-04-02 cart-api INFO line 000 +2024-04-02 cart-api INFO line 001 +2024-04-02 cart-api INFO line 003 +2024-04-02 cart-api INFO line 004 +2024-04-02 cart-api INFO line 005 +2024-04-02 cart-api INFO line 006 +2024-04-02 cart-api INFO line 007 +2024-04-02 cart-api INFO line 008 +2024-04-02 cart-api INFO line 009 +2024-04-02 cart-api INFO line 010 +2024-04-02 cart-api INFO line 011 +2024-04-02 cart-api INFO line 013 +2024-04-02 cart-api INFO line 014 +2024-04-02 cart-api INFO line 015 +2024-04-02 cart-api INFO line 016 +2024-04-02 cart-api INFO line 017 +2024-04-02 cart-api INFO line 018 +2024-04-02 cart-api INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..cab48c5dc3bb4a1f09bc84cb7ad5425386502368 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03 cart-api INFO line 000 +2024-04-03 cart-api INFO line 001 +2024-04-03 cart-api INFO line 002 +2024-04-03 cart-api INFO line 003 +2024-04-03 cart-api INFO line 004 +2024-04-03 cart-api INFO line 005 +2024-04-03 cart-api INFO line 006 +2024-04-03 cart-api INFO line 007 +2024-04-03 cart-api INFO line 008 +2024-04-03 cart-api INFO line 009 +2024-04-03 cart-api INFO line 010 +2024-04-03 cart-api INFO line 011 +2024-04-03 cart-api INFO line 014 +2024-04-03 cart-api INFO line 015 +2024-04-03 cart-api INFO line 016 +2024-04-03 cart-api INFO line 017 +2024-04-03 cart-api INFO line 018 +2024-04-03 cart-api INFO line 019 +2024-04-03 cart-api INFO line 021 +2024-04-03 cart-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..7df42e5bb11792ff21b12cf6e25fb05bd30ae375 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-04.log @@ -0,0 +1,20 @@ +2024-04-04 cart-api INFO line 000 +2024-04-04 cart-api INFO line 001 +2024-04-04 cart-api INFO line 003 +2024-04-04 cart-api INFO line 004 +2024-04-04 cart-api INFO line 005 +2024-04-04 cart-api INFO line 006 +2024-04-04 cart-api INFO line 007 +2024-04-04 cart-api INFO line 009 +2024-04-04 cart-api INFO line 010 +2024-04-04 cart-api INFO line 011 +2024-04-04 cart-api INFO line 012 +2024-04-04 cart-api INFO line 013 +2024-04-04 cart-api INFO line 014 +2024-04-04 cart-api INFO line 015 +2024-04-04 cart-api INFO line 016 +2024-04-04 cart-api INFO line 017 +2024-04-04 cart-api INFO line 019 +2024-04-04 cart-api INFO line 020 +2024-04-04 cart-api INFO line 022 +2024-04-04 cart-api INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..c3e604b5f05837c2d5394d37b43ae7b006c8c723 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05 cart-api INFO line 000 +2024-04-05 cart-api INFO line 001 +2024-04-05 cart-api INFO line 002 +2024-04-05 cart-api INFO line 003 +2024-04-05 cart-api INFO line 004 +2024-04-05 cart-api INFO line 005 +2024-04-05 cart-api INFO line 006 +2024-04-05 cart-api INFO line 007 +2024-04-05 cart-api INFO line 008 +2024-04-05 cart-api INFO line 009 +2024-04-05 cart-api INFO line 010 +2024-04-05 cart-api INFO line 011 +2024-04-05 cart-api INFO line 012 +2024-04-05 cart-api INFO line 013 +2024-04-05 cart-api INFO line 014 +2024-04-05 cart-api INFO line 016 +2024-04-05 cart-api INFO line 017 +2024-04-05 cart-api INFO line 018 +2024-04-05 cart-api INFO line 020 +2024-04-05 cart-api INFO line 021 +2024-04-05 cart-api INFO line 022 +2024-04-05 cart-api INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..ca8026b08c7790873a318b07076985f77e56b9f2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-06.log @@ -0,0 +1,14 @@ +2024-04-06 cart-api INFO line 000 +2024-04-06 cart-api INFO line 001 +2024-04-06 cart-api INFO line 002 +2024-04-06 cart-api INFO line 003 +2024-04-06 cart-api INFO line 004 +2024-04-06 cart-api INFO line 005 +2024-04-06 cart-api INFO line 006 +2024-04-06 cart-api INFO line 007 +2024-04-06 cart-api INFO line 008 +2024-04-06 cart-api INFO line 010 +2024-04-06 cart-api INFO line 011 +2024-04-06 cart-api INFO line 012 +2024-04-06 cart-api INFO line 013 +2024-04-06 cart-api INFO line 014 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..b6f5e973eff94f829699b2e6380ee41f9c2c609f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/cart-api/2024-04-07.log @@ -0,0 +1,14 @@ +2024-04-07 cart-api INFO line 003 +2024-04-07 cart-api INFO line 004 +2024-04-07 cart-api INFO line 005 +2024-04-07 cart-api INFO line 006 +2024-04-07 cart-api INFO line 007 +2024-04-07 cart-api INFO line 008 +2024-04-07 cart-api INFO line 010 +2024-04-07 cart-api INFO line 011 +2024-04-07 cart-api INFO line 012 +2024-04-07 cart-api INFO line 013 +2024-04-07 cart-api INFO line 014 +2024-04-07 cart-api INFO line 015 +2024-04-07 cart-api INFO line 016 +2024-04-07 cart-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..fe8c5e5a5e790a48e570bdfbec73b97742aa5544 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01 catalog-api INFO line 000 +2024-04-01 catalog-api INFO line 001 +2024-04-01 catalog-api INFO line 002 +2024-04-01 catalog-api INFO line 004 +2024-04-01 catalog-api INFO line 005 +2024-04-01 catalog-api INFO line 006 +2024-04-01 catalog-api INFO line 007 +2024-04-01 catalog-api INFO line 008 +2024-04-01 catalog-api INFO line 009 +2024-04-01 catalog-api INFO line 010 +2024-04-01 catalog-api INFO line 011 +2024-04-01 catalog-api INFO line 012 +2024-04-01 catalog-api INFO line 013 +2024-04-01 catalog-api INFO line 014 +2024-04-01 catalog-api INFO line 015 +2024-04-01 catalog-api INFO line 016 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..1937215d2e2d5e0a20652d1c99e3123c395b08d2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02 catalog-api INFO line 001 +2024-04-02 catalog-api INFO line 002 +2024-04-02 catalog-api INFO line 003 +2024-04-02 catalog-api INFO line 004 +2024-04-02 catalog-api INFO line 005 +2024-04-02 catalog-api INFO line 006 +2024-04-02 catalog-api INFO line 007 +2024-04-02 catalog-api INFO line 008 +2024-04-02 catalog-api INFO line 009 +2024-04-02 catalog-api INFO line 010 +2024-04-02 catalog-api INFO line 011 +2024-04-02 catalog-api INFO line 012 +2024-04-02 catalog-api INFO line 013 +2024-04-02 catalog-api INFO line 014 +2024-04-02 catalog-api INFO line 015 +2024-04-02 catalog-api INFO line 016 +2024-04-02 catalog-api INFO line 018 +2024-04-02 catalog-api INFO line 019 +2024-04-02 catalog-api INFO line 020 +2024-04-02 catalog-api INFO line 021 +2024-04-02 catalog-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..a5cae87b2d4fe5aa590801edad578f9165f76bdd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03 catalog-api INFO line 001 +2024-04-03 catalog-api INFO line 002 +2024-04-03 catalog-api INFO line 003 +2024-04-03 catalog-api INFO line 004 +2024-04-03 catalog-api INFO line 005 +2024-04-03 catalog-api INFO line 006 +2024-04-03 catalog-api INFO line 007 +2024-04-03 catalog-api INFO line 008 +2024-04-03 catalog-api INFO line 009 +2024-04-03 catalog-api INFO line 010 +2024-04-03 catalog-api INFO line 011 +2024-04-03 catalog-api INFO line 012 +2024-04-03 catalog-api INFO line 013 +2024-04-03 catalog-api INFO line 014 +2024-04-03 catalog-api INFO line 015 +2024-04-03 catalog-api INFO line 016 +2024-04-03 catalog-api INFO line 017 +2024-04-03 catalog-api INFO line 018 +2024-04-03 catalog-api INFO line 019 +2024-04-03 catalog-api INFO line 020 +2024-04-03 catalog-api INFO line 021 +2024-04-03 catalog-api INFO line 023 +2024-04-03 catalog-api INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..07fd8f6b83d65e73abe7792d051272106e8ea0df --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-04.log @@ -0,0 +1,19 @@ +2024-04-04 catalog-api INFO line 000 +2024-04-04 catalog-api INFO line 002 +2024-04-04 catalog-api INFO line 003 +2024-04-04 catalog-api INFO line 005 +2024-04-04 catalog-api INFO line 006 +2024-04-04 catalog-api INFO line 007 +2024-04-04 catalog-api INFO line 008 +2024-04-04 catalog-api INFO line 009 +2024-04-04 catalog-api INFO line 010 +2024-04-04 catalog-api INFO line 011 +2024-04-04 catalog-api INFO line 012 +2024-04-04 catalog-api INFO line 013 +2024-04-04 catalog-api INFO line 014 +2024-04-04 catalog-api INFO line 015 +2024-04-04 catalog-api INFO line 016 +2024-04-04 catalog-api INFO line 017 +2024-04-04 catalog-api INFO line 018 +2024-04-04 catalog-api INFO line 020 +2024-04-04 catalog-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..c882df45dc91c8a6bdf5901df4e6b1e854e2e541 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-05.log @@ -0,0 +1,19 @@ +2024-04-05 catalog-api INFO line 000 +2024-04-05 catalog-api INFO line 001 +2024-04-05 catalog-api INFO line 002 +2024-04-05 catalog-api INFO line 003 +2024-04-05 catalog-api INFO line 004 +2024-04-05 catalog-api INFO line 005 +2024-04-05 catalog-api INFO line 006 +2024-04-05 catalog-api INFO line 007 +2024-04-05 catalog-api INFO line 008 +2024-04-05 catalog-api INFO line 009 +2024-04-05 catalog-api INFO line 010 +2024-04-05 catalog-api INFO line 011 +2024-04-05 catalog-api INFO line 012 +2024-04-05 catalog-api INFO line 013 +2024-04-05 catalog-api INFO line 014 +2024-04-05 catalog-api INFO line 015 +2024-04-05 catalog-api INFO line 016 +2024-04-05 catalog-api INFO line 017 +2024-04-05 catalog-api INFO line 018 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..461a54feb3fc56a8da3cb502949b7b0fa33648e3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-06.log @@ -0,0 +1,14 @@ +2024-04-06 catalog-api INFO line 000 +2024-04-06 catalog-api INFO line 001 +2024-04-06 catalog-api INFO line 002 +2024-04-06 catalog-api INFO line 004 +2024-04-06 catalog-api INFO line 005 +2024-04-06 catalog-api INFO line 006 +2024-04-06 catalog-api INFO line 007 +2024-04-06 catalog-api INFO line 008 +2024-04-06 catalog-api INFO line 009 +2024-04-06 catalog-api INFO line 010 +2024-04-06 catalog-api INFO line 011 +2024-04-06 catalog-api INFO line 012 +2024-04-06 catalog-api INFO line 013 +2024-04-06 catalog-api INFO line 014 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..d31df0a6a6e92cdc4b85a392f95ea821aeb8c86e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/catalog-api/2024-04-07.log @@ -0,0 +1,22 @@ +2024-04-07 catalog-api INFO line 000 +2024-04-07 catalog-api INFO line 001 +2024-04-07 catalog-api INFO line 002 +2024-04-07 catalog-api INFO line 003 +2024-04-07 catalog-api INFO line 004 +2024-04-07 catalog-api INFO line 005 +2024-04-07 catalog-api INFO line 006 +2024-04-07 catalog-api INFO line 007 +2024-04-07 catalog-api INFO line 008 +2024-04-07 catalog-api INFO line 009 +2024-04-07 catalog-api INFO line 010 +2024-04-07 catalog-api INFO line 011 +2024-04-07 catalog-api INFO line 012 +2024-04-07 catalog-api INFO line 013 +2024-04-07 catalog-api INFO line 015 +2024-04-07 catalog-api INFO line 016 +2024-04-07 catalog-api INFO line 017 +2024-04-07 catalog-api INFO line 018 +2024-04-07 catalog-api INFO line 019 +2024-04-07 catalog-api INFO line 021 +2024-04-07 catalog-api INFO line 022 +2024-04-07 catalog-api INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..7761ee1c4974324caf1d38565db240ac8a448541 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-01.log @@ -0,0 +1,13 @@ +2024-04-01 inventory-api INFO line 000 +2024-04-01 inventory-api INFO line 001 +2024-04-01 inventory-api INFO line 003 +2024-04-01 inventory-api INFO line 004 +2024-04-01 inventory-api INFO line 005 +2024-04-01 inventory-api INFO line 006 +2024-04-01 inventory-api INFO line 008 +2024-04-01 inventory-api INFO line 009 +2024-04-01 inventory-api INFO line 010 +2024-04-01 inventory-api INFO line 011 +2024-04-01 inventory-api INFO line 013 +2024-04-01 inventory-api INFO line 014 +2024-04-01 inventory-api INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..57494a23fc1c5afc670e622e557472fa893e8eb4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02 inventory-api INFO line 000 +2024-04-02 inventory-api INFO line 001 +2024-04-02 inventory-api INFO line 002 +2024-04-02 inventory-api INFO line 003 +2024-04-02 inventory-api INFO line 004 +2024-04-02 inventory-api INFO line 005 +2024-04-02 inventory-api INFO line 006 +2024-04-02 inventory-api INFO line 007 +2024-04-02 inventory-api INFO line 008 +2024-04-02 inventory-api INFO line 009 +2024-04-02 inventory-api INFO line 010 +2024-04-02 inventory-api INFO line 012 +2024-04-02 inventory-api INFO line 013 +2024-04-02 inventory-api INFO line 014 +2024-04-02 inventory-api INFO line 015 +2024-04-02 inventory-api INFO line 016 +2024-04-02 inventory-api INFO line 017 +2024-04-02 inventory-api INFO line 019 +2024-04-02 inventory-api INFO line 020 +2024-04-02 inventory-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..b478a8fb90cab3dc40273bfaeb637ea5f70d210d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-03.log @@ -0,0 +1,15 @@ +2024-04-03 inventory-api INFO line 000 +2024-04-03 inventory-api INFO line 001 +2024-04-03 inventory-api INFO line 002 +2024-04-03 inventory-api INFO line 003 +2024-04-03 inventory-api INFO line 004 +2024-04-03 inventory-api INFO line 006 +2024-04-03 inventory-api INFO line 009 +2024-04-03 inventory-api INFO line 010 +2024-04-03 inventory-api INFO line 011 +2024-04-03 inventory-api INFO line 012 +2024-04-03 inventory-api INFO line 013 +2024-04-03 inventory-api INFO line 014 +2024-04-03 inventory-api INFO line 015 +2024-04-03 inventory-api INFO line 016 +2024-04-03 inventory-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..54c9da99e8d12ab6bfcc993d2c0593f0c3c76e54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-04.log @@ -0,0 +1,13 @@ +2024-04-04 inventory-api INFO line 000 +2024-04-04 inventory-api INFO line 001 +2024-04-04 inventory-api INFO line 002 +2024-04-04 inventory-api INFO line 003 +2024-04-04 inventory-api INFO line 004 +2024-04-04 inventory-api INFO line 005 +2024-04-04 inventory-api INFO line 006 +2024-04-04 inventory-api INFO line 008 +2024-04-04 inventory-api INFO line 009 +2024-04-04 inventory-api INFO line 010 +2024-04-04 inventory-api INFO line 011 +2024-04-04 inventory-api INFO line 012 +2024-04-04 inventory-api INFO line 014 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..f871c404284c96ffd7f85fca78f74a14f897a9e0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-05.log @@ -0,0 +1,15 @@ +2024-04-05 inventory-api INFO line 000 +2024-04-05 inventory-api INFO line 001 +2024-04-05 inventory-api INFO line 002 +2024-04-05 inventory-api INFO line 004 +2024-04-05 inventory-api INFO line 005 +2024-04-05 inventory-api INFO line 006 +2024-04-05 inventory-api INFO line 008 +2024-04-05 inventory-api INFO line 009 +2024-04-05 inventory-api INFO line 011 +2024-04-05 inventory-api INFO line 012 +2024-04-05 inventory-api INFO line 013 +2024-04-05 inventory-api INFO line 014 +2024-04-05 inventory-api INFO line 015 +2024-04-05 inventory-api INFO line 016 +2024-04-05 inventory-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..cac9f8bc9a07b0059d9022f096a1a1ef168e645b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-06.log @@ -0,0 +1,16 @@ +2024-04-06 inventory-api INFO line 001 +2024-04-06 inventory-api INFO line 002 +2024-04-06 inventory-api INFO line 003 +2024-04-06 inventory-api INFO line 004 +2024-04-06 inventory-api INFO line 005 +2024-04-06 inventory-api INFO line 006 +2024-04-06 inventory-api INFO line 007 +2024-04-06 inventory-api INFO line 008 +2024-04-06 inventory-api INFO line 009 +2024-04-06 inventory-api INFO line 010 +2024-04-06 inventory-api INFO line 011 +2024-04-06 inventory-api INFO line 012 +2024-04-06 inventory-api INFO line 013 +2024-04-06 inventory-api INFO line 014 +2024-04-06 inventory-api INFO line 016 +2024-04-06 inventory-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ac757a71926cb8216ad431299aa9569d69d2f7b1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/inventory-api/2024-04-07.log @@ -0,0 +1,15 @@ +2024-04-07 inventory-api INFO line 000 +2024-04-07 inventory-api INFO line 001 +2024-04-07 inventory-api INFO line 002 +2024-04-07 inventory-api INFO line 003 +2024-04-07 inventory-api INFO line 004 +2024-04-07 inventory-api INFO line 005 +2024-04-07 inventory-api INFO line 007 +2024-04-07 inventory-api INFO line 010 +2024-04-07 inventory-api INFO line 011 +2024-04-07 inventory-api INFO line 012 +2024-04-07 inventory-api INFO line 013 +2024-04-07 inventory-api INFO line 014 +2024-04-07 inventory-api INFO line 016 +2024-04-07 inventory-api INFO line 017 +2024-04-07 inventory-api INFO line 018 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..275501dd4d043eaf2cd5286cc8da1fce1de4c141 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-01.log @@ -0,0 +1,19 @@ +2024-04-01 ledger-svc INFO line 000 +2024-04-01 ledger-svc INFO line 001 +2024-04-01 ledger-svc INFO line 002 +2024-04-01 ledger-svc INFO line 003 +2024-04-01 ledger-svc INFO line 004 +2024-04-01 ledger-svc INFO line 005 +2024-04-01 ledger-svc INFO line 006 +2024-04-01 ledger-svc INFO line 007 +2024-04-01 ledger-svc INFO line 008 +2024-04-01 ledger-svc INFO line 009 +2024-04-01 ledger-svc INFO line 010 +2024-04-01 ledger-svc INFO line 011 +2024-04-01 ledger-svc INFO line 012 +2024-04-01 ledger-svc INFO line 013 +2024-04-01 ledger-svc INFO line 014 +2024-04-01 ledger-svc INFO line 015 +2024-04-01 ledger-svc INFO line 016 +2024-04-01 ledger-svc INFO line 017 +2024-04-01 ledger-svc INFO line 018 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..7c8eb968becd3f30ac67f77d2b3341660734f6d6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-02.log @@ -0,0 +1,16 @@ +2024-04-02 ledger-svc INFO line 000 +2024-04-02 ledger-svc INFO line 001 +2024-04-02 ledger-svc INFO line 002 +2024-04-02 ledger-svc INFO line 003 +2024-04-02 ledger-svc INFO line 004 +2024-04-02 ledger-svc INFO line 005 +2024-04-02 ledger-svc INFO line 006 +2024-04-02 ledger-svc INFO line 007 +2024-04-02 ledger-svc INFO line 008 +2024-04-02 ledger-svc INFO line 009 +2024-04-02 ledger-svc INFO line 012 +2024-04-02 ledger-svc INFO line 013 +2024-04-02 ledger-svc INFO line 014 +2024-04-02 ledger-svc INFO line 016 +2024-04-02 ledger-svc INFO line 017 +2024-04-02 ledger-svc INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..cf671e9acbef1affd8f91afb11a80fed40a55f7a --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-03.log @@ -0,0 +1,20 @@ +2024-04-03 ledger-svc INFO line 000 +2024-04-03 ledger-svc INFO line 001 +2024-04-03 ledger-svc INFO line 002 +2024-04-03 ledger-svc INFO line 003 +2024-04-03 ledger-svc INFO line 004 +2024-04-03 ledger-svc INFO line 005 +2024-04-03 ledger-svc INFO line 006 +2024-04-03 ledger-svc INFO line 007 +2024-04-03 ledger-svc INFO line 009 +2024-04-03 ledger-svc INFO line 010 +2024-04-03 ledger-svc INFO line 011 +2024-04-03 ledger-svc INFO line 013 +2024-04-03 ledger-svc INFO line 014 +2024-04-03 ledger-svc INFO line 015 +2024-04-03 ledger-svc INFO line 016 +2024-04-03 ledger-svc INFO line 017 +2024-04-03 ledger-svc INFO line 018 +2024-04-03 ledger-svc INFO line 019 +2024-04-03 ledger-svc INFO line 020 +2024-04-03 ledger-svc INFO line 021 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..f14ec341a0a9a58f4ee30e7444e2e82f5566dadb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-04.log @@ -0,0 +1,16 @@ +2024-04-04 ledger-svc INFO line 000 +2024-04-04 ledger-svc INFO line 001 +2024-04-04 ledger-svc INFO line 002 +2024-04-04 ledger-svc INFO line 003 +2024-04-04 ledger-svc INFO line 004 +2024-04-04 ledger-svc INFO line 005 +2024-04-04 ledger-svc INFO line 006 +2024-04-04 ledger-svc INFO line 007 +2024-04-04 ledger-svc INFO line 008 +2024-04-04 ledger-svc INFO line 009 +2024-04-04 ledger-svc INFO line 010 +2024-04-04 ledger-svc INFO line 013 +2024-04-04 ledger-svc INFO line 014 +2024-04-04 ledger-svc INFO line 016 +2024-04-04 ledger-svc INFO line 018 +2024-04-04 ledger-svc INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..698ac4988d404b3e4af3c55e7e908014f1dccb7d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-05.log @@ -0,0 +1,22 @@ +2024-04-05 ledger-svc INFO line 000 +2024-04-05 ledger-svc INFO line 001 +2024-04-05 ledger-svc INFO line 002 +2024-04-05 ledger-svc INFO line 003 +2024-04-05 ledger-svc INFO line 004 +2024-04-05 ledger-svc INFO line 005 +2024-04-05 ledger-svc INFO line 007 +2024-04-05 ledger-svc INFO line 008 +2024-04-05 ledger-svc INFO line 009 +2024-04-05 ledger-svc INFO line 010 +2024-04-05 ledger-svc INFO line 011 +2024-04-05 ledger-svc INFO line 012 +2024-04-05 ledger-svc INFO line 013 +2024-04-05 ledger-svc INFO line 014 +2024-04-05 ledger-svc INFO line 015 +2024-04-05 ledger-svc INFO line 016 +2024-04-05 ledger-svc INFO line 017 +2024-04-05 ledger-svc INFO line 018 +2024-04-05 ledger-svc INFO line 020 +2024-04-05 ledger-svc INFO line 021 +2024-04-05 ledger-svc INFO line 022 +2024-04-05 ledger-svc INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..4cea2abcab798c574138094d3e4755a666c45295 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-06.log @@ -0,0 +1,20 @@ +2024-04-06 ledger-svc INFO line 000 +2024-04-06 ledger-svc INFO line 001 +2024-04-06 ledger-svc INFO line 002 +2024-04-06 ledger-svc INFO line 003 +2024-04-06 ledger-svc INFO line 004 +2024-04-06 ledger-svc INFO line 005 +2024-04-06 ledger-svc INFO line 006 +2024-04-06 ledger-svc INFO line 007 +2024-04-06 ledger-svc INFO line 009 +2024-04-06 ledger-svc INFO line 010 +2024-04-06 ledger-svc INFO line 011 +2024-04-06 ledger-svc INFO line 012 +2024-04-06 ledger-svc INFO line 013 +2024-04-06 ledger-svc INFO line 015 +2024-04-06 ledger-svc INFO line 016 +2024-04-06 ledger-svc INFO line 017 +2024-04-06 ledger-svc INFO line 018 +2024-04-06 ledger-svc INFO line 019 +2024-04-06 ledger-svc INFO line 020 +2024-04-06 ledger-svc INFO line 021 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..bf764b3cea303d1884459e399eab9793126f6267 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/ledger-svc/2024-04-07.log @@ -0,0 +1,16 @@ +2024-04-07 ledger-svc INFO line 000 +2024-04-07 ledger-svc INFO line 001 +2024-04-07 ledger-svc INFO line 002 +2024-04-07 ledger-svc INFO line 003 +2024-04-07 ledger-svc INFO line 004 +2024-04-07 ledger-svc INFO line 005 +2024-04-07 ledger-svc INFO line 006 +2024-04-07 ledger-svc INFO line 007 +2024-04-07 ledger-svc INFO line 008 +2024-04-07 ledger-svc INFO line 009 +2024-04-07 ledger-svc INFO line 010 +2024-04-07 ledger-svc INFO line 011 +2024-04-07 ledger-svc INFO line 012 +2024-04-07 ledger-svc INFO line 013 +2024-04-07 ledger-svc INFO line 014 +2024-04-07 ledger-svc INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..70b413d39a5d337f76530873326c4c34ef89b606 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01 webhook-dispatcher INFO line 000 +2024-04-01 webhook-dispatcher INFO line 002 +2024-04-01 webhook-dispatcher INFO line 003 +2024-04-01 webhook-dispatcher INFO line 004 +2024-04-01 webhook-dispatcher INFO line 005 +2024-04-01 webhook-dispatcher INFO line 007 +2024-04-01 webhook-dispatcher INFO line 008 +2024-04-01 webhook-dispatcher INFO line 009 +2024-04-01 webhook-dispatcher INFO line 010 +2024-04-01 webhook-dispatcher INFO line 011 +2024-04-01 webhook-dispatcher INFO line 014 +2024-04-01 webhook-dispatcher INFO line 015 +2024-04-01 webhook-dispatcher INFO line 016 +2024-04-01 webhook-dispatcher INFO line 017 +2024-04-01 webhook-dispatcher INFO line 018 +2024-04-01 webhook-dispatcher INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..af9a29d1146615121dea445ca1ffe28c215b5248 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02 webhook-dispatcher INFO line 001 +2024-04-02 webhook-dispatcher INFO line 002 +2024-04-02 webhook-dispatcher INFO line 003 +2024-04-02 webhook-dispatcher INFO line 004 +2024-04-02 webhook-dispatcher INFO line 005 +2024-04-02 webhook-dispatcher INFO line 007 +2024-04-02 webhook-dispatcher INFO line 010 +2024-04-02 webhook-dispatcher INFO line 011 +2024-04-02 webhook-dispatcher INFO line 012 +2024-04-02 webhook-dispatcher INFO line 013 +2024-04-02 webhook-dispatcher INFO line 014 +2024-04-02 webhook-dispatcher INFO line 015 +2024-04-02 webhook-dispatcher INFO line 016 +2024-04-02 webhook-dispatcher INFO line 017 +2024-04-02 webhook-dispatcher INFO line 018 +2024-04-02 webhook-dispatcher INFO line 019 +2024-04-02 webhook-dispatcher INFO line 020 +2024-04-02 webhook-dispatcher INFO line 021 +2024-04-02 webhook-dispatcher INFO line 022 +2024-04-02 webhook-dispatcher INFO line 023 +2024-04-02 webhook-dispatcher INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..1df9a0a313bb255e11a6943f149dcdb4be5e59a4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-03.log @@ -0,0 +1,22 @@ +2024-04-03 webhook-dispatcher INFO line 000 +2024-04-03 webhook-dispatcher INFO line 001 +2024-04-03 webhook-dispatcher INFO line 002 +2024-04-03 webhook-dispatcher INFO line 003 +2024-04-03 webhook-dispatcher INFO line 004 +2024-04-03 webhook-dispatcher INFO line 005 +2024-04-03 webhook-dispatcher INFO line 006 +2024-04-03 webhook-dispatcher INFO line 007 +2024-04-03 webhook-dispatcher INFO line 008 +2024-04-03 webhook-dispatcher INFO line 009 +2024-04-03 webhook-dispatcher INFO line 011 +2024-04-03 webhook-dispatcher INFO line 012 +2024-04-03 webhook-dispatcher INFO line 013 +2024-04-03 webhook-dispatcher INFO line 014 +2024-04-03 webhook-dispatcher INFO line 015 +2024-04-03 webhook-dispatcher INFO line 016 +2024-04-03 webhook-dispatcher INFO line 018 +2024-04-03 webhook-dispatcher INFO line 019 +2024-04-03 webhook-dispatcher INFO line 021 +2024-04-03 webhook-dispatcher INFO line 022 +2024-04-03 webhook-dispatcher INFO line 023 +2024-04-03 webhook-dispatcher INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..4fcc7ceacccca2726785b3047a2ab9d8f82b98f6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-04.log @@ -0,0 +1,19 @@ +2024-04-04 webhook-dispatcher INFO line 000 +2024-04-04 webhook-dispatcher INFO line 002 +2024-04-04 webhook-dispatcher INFO line 005 +2024-04-04 webhook-dispatcher INFO line 006 +2024-04-04 webhook-dispatcher INFO line 007 +2024-04-04 webhook-dispatcher INFO line 008 +2024-04-04 webhook-dispatcher INFO line 009 +2024-04-04 webhook-dispatcher INFO line 011 +2024-04-04 webhook-dispatcher INFO line 012 +2024-04-04 webhook-dispatcher INFO line 013 +2024-04-04 webhook-dispatcher INFO line 014 +2024-04-04 webhook-dispatcher INFO line 015 +2024-04-04 webhook-dispatcher INFO line 016 +2024-04-04 webhook-dispatcher INFO line 017 +2024-04-04 webhook-dispatcher INFO line 018 +2024-04-04 webhook-dispatcher INFO line 019 +2024-04-04 webhook-dispatcher INFO line 020 +2024-04-04 webhook-dispatcher INFO line 022 +2024-04-04 webhook-dispatcher INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..0e911ee84bde53c9f7ddfa302510bd18a4b5b695 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-05.log @@ -0,0 +1,14 @@ +2024-04-05 webhook-dispatcher INFO line 000 +2024-04-05 webhook-dispatcher INFO line 001 +2024-04-05 webhook-dispatcher INFO line 002 +2024-04-05 webhook-dispatcher INFO line 004 +2024-04-05 webhook-dispatcher INFO line 005 +2024-04-05 webhook-dispatcher INFO line 006 +2024-04-05 webhook-dispatcher INFO line 007 +2024-04-05 webhook-dispatcher INFO line 008 +2024-04-05 webhook-dispatcher INFO line 009 +2024-04-05 webhook-dispatcher INFO line 010 +2024-04-05 webhook-dispatcher INFO line 011 +2024-04-05 webhook-dispatcher INFO line 012 +2024-04-05 webhook-dispatcher INFO line 013 +2024-04-05 webhook-dispatcher INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..d6ddc9b7884da3e86e8d1299595a8ff46c191447 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-06.log @@ -0,0 +1,21 @@ +2024-04-06 webhook-dispatcher INFO line 000 +2024-04-06 webhook-dispatcher INFO line 001 +2024-04-06 webhook-dispatcher INFO line 002 +2024-04-06 webhook-dispatcher INFO line 003 +2024-04-06 webhook-dispatcher INFO line 004 +2024-04-06 webhook-dispatcher INFO line 005 +2024-04-06 webhook-dispatcher INFO line 006 +2024-04-06 webhook-dispatcher INFO line 007 +2024-04-06 webhook-dispatcher INFO line 008 +2024-04-06 webhook-dispatcher INFO line 009 +2024-04-06 webhook-dispatcher INFO line 010 +2024-04-06 webhook-dispatcher INFO line 011 +2024-04-06 webhook-dispatcher INFO line 012 +2024-04-06 webhook-dispatcher INFO line 013 +2024-04-06 webhook-dispatcher INFO line 014 +2024-04-06 webhook-dispatcher INFO line 015 +2024-04-06 webhook-dispatcher INFO line 016 +2024-04-06 webhook-dispatcher INFO line 017 +2024-04-06 webhook-dispatcher INFO line 018 +2024-04-06 webhook-dispatcher INFO line 019 +2024-04-06 webhook-dispatcher INFO line 020 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..6007f4e805c152d358f477b331e4f5fafa8b1fa4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/rawlogs/webhook-dispatcher/2024-04-07.log @@ -0,0 +1,21 @@ +2024-04-07 webhook-dispatcher INFO line 000 +2024-04-07 webhook-dispatcher INFO line 001 +2024-04-07 webhook-dispatcher INFO line 002 +2024-04-07 webhook-dispatcher INFO line 003 +2024-04-07 webhook-dispatcher INFO line 004 +2024-04-07 webhook-dispatcher INFO line 005 +2024-04-07 webhook-dispatcher INFO line 006 +2024-04-07 webhook-dispatcher INFO line 007 +2024-04-07 webhook-dispatcher INFO line 009 +2024-04-07 webhook-dispatcher INFO line 010 +2024-04-07 webhook-dispatcher INFO line 011 +2024-04-07 webhook-dispatcher INFO line 012 +2024-04-07 webhook-dispatcher INFO line 013 +2024-04-07 webhook-dispatcher INFO line 014 +2024-04-07 webhook-dispatcher INFO line 016 +2024-04-07 webhook-dispatcher INFO line 017 +2024-04-07 webhook-dispatcher INFO line 018 +2024-04-07 webhook-dispatcher INFO line 019 +2024-04-07 webhook-dispatcher INFO line 020 +2024-04-07 webhook-dispatcher INFO line 022 +2024-04-07 webhook-dispatcher INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..379891a80e1723fcd4a0a6067504ec730922c35c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-01.log @@ -0,0 +1,17 @@ + +2024-04-01 cart-api INFO line 001 +2024-04-01 cart-api INFO line 002 +2024-04-01 cart-api INFO line 003 + +2024-04-01 cart-api INFO line 005 + +2024-04-01 cart-api INFO line 007 +2024-04-01 cart-api INFO line 008 +2024-04-01 cart-api INFO line 009 +2024-04-01 cart-api INFO line 010 +2024-04-01 cart-api INFO line 011 +2024-04-01 cart-api INFO line 012 + +2024-04-01 cart-api INFO line 014 +2024-04-01 cart-api INFO line 015 + diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..f7bfb5f84540e1bf8b1abd561eafa701f2d09227 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-02.log @@ -0,0 +1,21 @@ +2024-04-02 cart-api INFO line 000 +2024-04-02 cart-api INFO line 001 + +2024-04-02 cart-api INFO line 003 +2024-04-02 cart-api INFO line 004 +2024-04-02 cart-api INFO line 005 +2024-04-02 cart-api INFO line 006 +2024-04-02 cart-api INFO line 007 +2024-04-02 cart-api INFO line 008 +2024-04-02 cart-api INFO line 009 +2024-04-02 cart-api INFO line 010 +2024-04-02 cart-api INFO line 011 + +2024-04-02 cart-api INFO line 013 +2024-04-02 cart-api INFO line 014 +2024-04-02 cart-api INFO line 015 +2024-04-02 cart-api INFO line 016 +2024-04-02 cart-api INFO line 017 +2024-04-02 cart-api INFO line 018 +2024-04-02 cart-api INFO line 019 + diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..6453b273f14ffed52c8d0af5a11f25fdf910fb33 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-03.log @@ -0,0 +1,23 @@ +2024-04-03 cart-api INFO line 000 +2024-04-03 cart-api INFO line 001 +2024-04-03 cart-api INFO line 002 +2024-04-03 cart-api INFO line 003 +2024-04-03 cart-api INFO line 004 +2024-04-03 cart-api INFO line 005 +2024-04-03 cart-api INFO line 006 +2024-04-03 cart-api INFO line 007 +2024-04-03 cart-api INFO line 008 +2024-04-03 cart-api INFO line 009 +2024-04-03 cart-api INFO line 010 +2024-04-03 cart-api INFO line 011 + + +2024-04-03 cart-api INFO line 014 +2024-04-03 cart-api INFO line 015 +2024-04-03 cart-api INFO line 016 +2024-04-03 cart-api INFO line 017 +2024-04-03 cart-api INFO line 018 +2024-04-03 cart-api INFO line 019 + +2024-04-03 cart-api INFO line 021 +2024-04-03 cart-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..9da3db11325cf8aaab23ba8ab84585bf97ecb058 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-04.log @@ -0,0 +1,25 @@ +2024-04-04 cart-api INFO line 000 +2024-04-04 cart-api INFO line 001 + +2024-04-04 cart-api INFO line 003 +2024-04-04 cart-api INFO line 004 +2024-04-04 cart-api INFO line 005 +2024-04-04 cart-api INFO line 006 +2024-04-04 cart-api INFO line 007 + +2024-04-04 cart-api INFO line 009 +2024-04-04 cart-api INFO line 010 +2024-04-04 cart-api INFO line 011 +2024-04-04 cart-api INFO line 012 +2024-04-04 cart-api INFO line 013 +2024-04-04 cart-api INFO line 014 +2024-04-04 cart-api INFO line 015 +2024-04-04 cart-api INFO line 016 +2024-04-04 cart-api INFO line 017 + +2024-04-04 cart-api INFO line 019 +2024-04-04 cart-api INFO line 020 + +2024-04-04 cart-api INFO line 022 + +2024-04-04 cart-api INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..1bf2a5af67c31aed0958a358414324b65774b35c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-05.log @@ -0,0 +1,24 @@ +2024-04-05 cart-api INFO line 000 +2024-04-05 cart-api INFO line 001 +2024-04-05 cart-api INFO line 002 +2024-04-05 cart-api INFO line 003 +2024-04-05 cart-api INFO line 004 +2024-04-05 cart-api INFO line 005 +2024-04-05 cart-api INFO line 006 +2024-04-05 cart-api INFO line 007 +2024-04-05 cart-api INFO line 008 +2024-04-05 cart-api INFO line 009 +2024-04-05 cart-api INFO line 010 +2024-04-05 cart-api INFO line 011 +2024-04-05 cart-api INFO line 012 +2024-04-05 cart-api INFO line 013 +2024-04-05 cart-api INFO line 014 + +2024-04-05 cart-api INFO line 016 +2024-04-05 cart-api INFO line 017 +2024-04-05 cart-api INFO line 018 + +2024-04-05 cart-api INFO line 020 +2024-04-05 cart-api INFO line 021 +2024-04-05 cart-api INFO line 022 +2024-04-05 cart-api INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..9e56cc8fd03655d801c4ac856ab89e0db51ee8c1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-06.log @@ -0,0 +1,15 @@ +2024-04-06 cart-api INFO line 000 +2024-04-06 cart-api INFO line 001 +2024-04-06 cart-api INFO line 002 +2024-04-06 cart-api INFO line 003 +2024-04-06 cart-api INFO line 004 +2024-04-06 cart-api INFO line 005 +2024-04-06 cart-api INFO line 006 +2024-04-06 cart-api INFO line 007 +2024-04-06 cart-api INFO line 008 + +2024-04-06 cart-api INFO line 010 +2024-04-06 cart-api INFO line 011 +2024-04-06 cart-api INFO line 012 +2024-04-06 cart-api INFO line 013 +2024-04-06 cart-api INFO line 014 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..29459f3f68a7340388d9b825fa035ef970b65057 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/cart-api/2024-04-07.log @@ -0,0 +1,19 @@ + + + +2024-04-07 cart-api INFO line 003 +2024-04-07 cart-api INFO line 004 +2024-04-07 cart-api INFO line 005 +2024-04-07 cart-api INFO line 006 +2024-04-07 cart-api INFO line 007 +2024-04-07 cart-api INFO line 008 + +2024-04-07 cart-api INFO line 010 +2024-04-07 cart-api INFO line 011 +2024-04-07 cart-api INFO line 012 +2024-04-07 cart-api INFO line 013 +2024-04-07 cart-api INFO line 014 +2024-04-07 cart-api INFO line 015 +2024-04-07 cart-api INFO line 016 +2024-04-07 cart-api INFO line 017 + diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..1d3c4f8e2445801e096b5ef4441388fea31b5a27 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-01.log @@ -0,0 +1,17 @@ +2024-04-01 catalog-api INFO line 000 +2024-04-01 catalog-api INFO line 001 +2024-04-01 catalog-api INFO line 002 + +2024-04-01 catalog-api INFO line 004 +2024-04-01 catalog-api INFO line 005 +2024-04-01 catalog-api INFO line 006 +2024-04-01 catalog-api INFO line 007 +2024-04-01 catalog-api INFO line 008 +2024-04-01 catalog-api INFO line 009 +2024-04-01 catalog-api INFO line 010 +2024-04-01 catalog-api INFO line 011 +2024-04-01 catalog-api INFO line 012 +2024-04-01 catalog-api INFO line 013 +2024-04-01 catalog-api INFO line 014 +2024-04-01 catalog-api INFO line 015 +2024-04-01 catalog-api INFO line 016 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..123c0d7aeaf1b0e2cda481d7219bcd1caf3b26b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-02.log @@ -0,0 +1,23 @@ + +2024-04-02 catalog-api INFO line 001 +2024-04-02 catalog-api INFO line 002 +2024-04-02 catalog-api INFO line 003 +2024-04-02 catalog-api INFO line 004 +2024-04-02 catalog-api INFO line 005 +2024-04-02 catalog-api INFO line 006 +2024-04-02 catalog-api INFO line 007 +2024-04-02 catalog-api INFO line 008 +2024-04-02 catalog-api INFO line 009 +2024-04-02 catalog-api INFO line 010 +2024-04-02 catalog-api INFO line 011 +2024-04-02 catalog-api INFO line 012 +2024-04-02 catalog-api INFO line 013 +2024-04-02 catalog-api INFO line 014 +2024-04-02 catalog-api INFO line 015 +2024-04-02 catalog-api INFO line 016 + +2024-04-02 catalog-api INFO line 018 +2024-04-02 catalog-api INFO line 019 +2024-04-02 catalog-api INFO line 020 +2024-04-02 catalog-api INFO line 021 +2024-04-02 catalog-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..d3736e74ad794ff851c6fa640873588705220948 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-03.log @@ -0,0 +1,25 @@ + +2024-04-03 catalog-api INFO line 001 +2024-04-03 catalog-api INFO line 002 +2024-04-03 catalog-api INFO line 003 +2024-04-03 catalog-api INFO line 004 +2024-04-03 catalog-api INFO line 005 +2024-04-03 catalog-api INFO line 006 +2024-04-03 catalog-api INFO line 007 +2024-04-03 catalog-api INFO line 008 +2024-04-03 catalog-api INFO line 009 +2024-04-03 catalog-api INFO line 010 +2024-04-03 catalog-api INFO line 011 +2024-04-03 catalog-api INFO line 012 +2024-04-03 catalog-api INFO line 013 +2024-04-03 catalog-api INFO line 014 +2024-04-03 catalog-api INFO line 015 +2024-04-03 catalog-api INFO line 016 +2024-04-03 catalog-api INFO line 017 +2024-04-03 catalog-api INFO line 018 +2024-04-03 catalog-api INFO line 019 +2024-04-03 catalog-api INFO line 020 +2024-04-03 catalog-api INFO line 021 + +2024-04-03 catalog-api INFO line 023 +2024-04-03 catalog-api INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..bed3f688c0861928184c9b95543a6f1bb92818da --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-04.log @@ -0,0 +1,23 @@ +2024-04-04 catalog-api INFO line 000 + +2024-04-04 catalog-api INFO line 002 +2024-04-04 catalog-api INFO line 003 + +2024-04-04 catalog-api INFO line 005 +2024-04-04 catalog-api INFO line 006 +2024-04-04 catalog-api INFO line 007 +2024-04-04 catalog-api INFO line 008 +2024-04-04 catalog-api INFO line 009 +2024-04-04 catalog-api INFO line 010 +2024-04-04 catalog-api INFO line 011 +2024-04-04 catalog-api INFO line 012 +2024-04-04 catalog-api INFO line 013 +2024-04-04 catalog-api INFO line 014 +2024-04-04 catalog-api INFO line 015 +2024-04-04 catalog-api INFO line 016 +2024-04-04 catalog-api INFO line 017 +2024-04-04 catalog-api INFO line 018 + +2024-04-04 catalog-api INFO line 020 + +2024-04-04 catalog-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..c882df45dc91c8a6bdf5901df4e6b1e854e2e541 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-05.log @@ -0,0 +1,19 @@ +2024-04-05 catalog-api INFO line 000 +2024-04-05 catalog-api INFO line 001 +2024-04-05 catalog-api INFO line 002 +2024-04-05 catalog-api INFO line 003 +2024-04-05 catalog-api INFO line 004 +2024-04-05 catalog-api INFO line 005 +2024-04-05 catalog-api INFO line 006 +2024-04-05 catalog-api INFO line 007 +2024-04-05 catalog-api INFO line 008 +2024-04-05 catalog-api INFO line 009 +2024-04-05 catalog-api INFO line 010 +2024-04-05 catalog-api INFO line 011 +2024-04-05 catalog-api INFO line 012 +2024-04-05 catalog-api INFO line 013 +2024-04-05 catalog-api INFO line 014 +2024-04-05 catalog-api INFO line 015 +2024-04-05 catalog-api INFO line 016 +2024-04-05 catalog-api INFO line 017 +2024-04-05 catalog-api INFO line 018 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..67e37a6ead04dad7f3ff4a608b0a3209a9a84ff7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-06.log @@ -0,0 +1,15 @@ +2024-04-06 catalog-api INFO line 000 +2024-04-06 catalog-api INFO line 001 +2024-04-06 catalog-api INFO line 002 + +2024-04-06 catalog-api INFO line 004 +2024-04-06 catalog-api INFO line 005 +2024-04-06 catalog-api INFO line 006 +2024-04-06 catalog-api INFO line 007 +2024-04-06 catalog-api INFO line 008 +2024-04-06 catalog-api INFO line 009 +2024-04-06 catalog-api INFO line 010 +2024-04-06 catalog-api INFO line 011 +2024-04-06 catalog-api INFO line 012 +2024-04-06 catalog-api INFO line 013 +2024-04-06 catalog-api INFO line 014 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..add5067a70a0ecede37f781544d78b1853d2deaf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/catalog-api/2024-04-07.log @@ -0,0 +1,25 @@ +2024-04-07 catalog-api INFO line 000 +2024-04-07 catalog-api INFO line 001 +2024-04-07 catalog-api INFO line 002 +2024-04-07 catalog-api INFO line 003 +2024-04-07 catalog-api INFO line 004 +2024-04-07 catalog-api INFO line 005 +2024-04-07 catalog-api INFO line 006 +2024-04-07 catalog-api INFO line 007 +2024-04-07 catalog-api INFO line 008 +2024-04-07 catalog-api INFO line 009 +2024-04-07 catalog-api INFO line 010 +2024-04-07 catalog-api INFO line 011 +2024-04-07 catalog-api INFO line 012 +2024-04-07 catalog-api INFO line 013 + +2024-04-07 catalog-api INFO line 015 +2024-04-07 catalog-api INFO line 016 +2024-04-07 catalog-api INFO line 017 +2024-04-07 catalog-api INFO line 018 +2024-04-07 catalog-api INFO line 019 + +2024-04-07 catalog-api INFO line 021 +2024-04-07 catalog-api INFO line 022 + +2024-04-07 catalog-api INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..cc07932cbc8238b4cd9e05661acc7d8dd4a287e2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-01.log @@ -0,0 +1,16 @@ +2024-04-01 inventory-api INFO line 000 +2024-04-01 inventory-api INFO line 001 + +2024-04-01 inventory-api INFO line 003 +2024-04-01 inventory-api INFO line 004 +2024-04-01 inventory-api INFO line 005 +2024-04-01 inventory-api INFO line 006 + +2024-04-01 inventory-api INFO line 008 +2024-04-01 inventory-api INFO line 009 +2024-04-01 inventory-api INFO line 010 +2024-04-01 inventory-api INFO line 011 + +2024-04-01 inventory-api INFO line 013 +2024-04-01 inventory-api INFO line 014 +2024-04-01 inventory-api INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..1131ca133517345cc8900f92c24d190f369c1237 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-02.log @@ -0,0 +1,23 @@ +2024-04-02 inventory-api INFO line 000 +2024-04-02 inventory-api INFO line 001 +2024-04-02 inventory-api INFO line 002 +2024-04-02 inventory-api INFO line 003 +2024-04-02 inventory-api INFO line 004 +2024-04-02 inventory-api INFO line 005 +2024-04-02 inventory-api INFO line 006 +2024-04-02 inventory-api INFO line 007 +2024-04-02 inventory-api INFO line 008 +2024-04-02 inventory-api INFO line 009 +2024-04-02 inventory-api INFO line 010 + +2024-04-02 inventory-api INFO line 012 +2024-04-02 inventory-api INFO line 013 +2024-04-02 inventory-api INFO line 014 +2024-04-02 inventory-api INFO line 015 +2024-04-02 inventory-api INFO line 016 +2024-04-02 inventory-api INFO line 017 + +2024-04-02 inventory-api INFO line 019 +2024-04-02 inventory-api INFO line 020 + +2024-04-02 inventory-api INFO line 022 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..d49d8c85b3ae5c3320b2d2b2a2cd54f655823f52 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-03.log @@ -0,0 +1,18 @@ +2024-04-03 inventory-api INFO line 000 +2024-04-03 inventory-api INFO line 001 +2024-04-03 inventory-api INFO line 002 +2024-04-03 inventory-api INFO line 003 +2024-04-03 inventory-api INFO line 004 + +2024-04-03 inventory-api INFO line 006 + + +2024-04-03 inventory-api INFO line 009 +2024-04-03 inventory-api INFO line 010 +2024-04-03 inventory-api INFO line 011 +2024-04-03 inventory-api INFO line 012 +2024-04-03 inventory-api INFO line 013 +2024-04-03 inventory-api INFO line 014 +2024-04-03 inventory-api INFO line 015 +2024-04-03 inventory-api INFO line 016 +2024-04-03 inventory-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..d26951f3282d782e173250749a6a24f4fe5017f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-04.log @@ -0,0 +1,15 @@ +2024-04-04 inventory-api INFO line 000 +2024-04-04 inventory-api INFO line 001 +2024-04-04 inventory-api INFO line 002 +2024-04-04 inventory-api INFO line 003 +2024-04-04 inventory-api INFO line 004 +2024-04-04 inventory-api INFO line 005 +2024-04-04 inventory-api INFO line 006 + +2024-04-04 inventory-api INFO line 008 +2024-04-04 inventory-api INFO line 009 +2024-04-04 inventory-api INFO line 010 +2024-04-04 inventory-api INFO line 011 +2024-04-04 inventory-api INFO line 012 + +2024-04-04 inventory-api INFO line 014 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..d33b5929f6614b77dbdf24ab70b847611fb05aad --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-05.log @@ -0,0 +1,18 @@ +2024-04-05 inventory-api INFO line 000 +2024-04-05 inventory-api INFO line 001 +2024-04-05 inventory-api INFO line 002 + +2024-04-05 inventory-api INFO line 004 +2024-04-05 inventory-api INFO line 005 +2024-04-05 inventory-api INFO line 006 + +2024-04-05 inventory-api INFO line 008 +2024-04-05 inventory-api INFO line 009 + +2024-04-05 inventory-api INFO line 011 +2024-04-05 inventory-api INFO line 012 +2024-04-05 inventory-api INFO line 013 +2024-04-05 inventory-api INFO line 014 +2024-04-05 inventory-api INFO line 015 +2024-04-05 inventory-api INFO line 016 +2024-04-05 inventory-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..1816ecc17a9dc7e663d58b8517a5aabef3617bb7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-06.log @@ -0,0 +1,18 @@ + +2024-04-06 inventory-api INFO line 001 +2024-04-06 inventory-api INFO line 002 +2024-04-06 inventory-api INFO line 003 +2024-04-06 inventory-api INFO line 004 +2024-04-06 inventory-api INFO line 005 +2024-04-06 inventory-api INFO line 006 +2024-04-06 inventory-api INFO line 007 +2024-04-06 inventory-api INFO line 008 +2024-04-06 inventory-api INFO line 009 +2024-04-06 inventory-api INFO line 010 +2024-04-06 inventory-api INFO line 011 +2024-04-06 inventory-api INFO line 012 +2024-04-06 inventory-api INFO line 013 +2024-04-06 inventory-api INFO line 014 + +2024-04-06 inventory-api INFO line 016 +2024-04-06 inventory-api INFO line 017 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..7b1ccd41c0cd73f0c77f66c3f4860ea4b780f504 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/inventory-api/2024-04-07.log @@ -0,0 +1,21 @@ +2024-04-07 inventory-api INFO line 000 +2024-04-07 inventory-api INFO line 001 +2024-04-07 inventory-api INFO line 002 +2024-04-07 inventory-api INFO line 003 +2024-04-07 inventory-api INFO line 004 +2024-04-07 inventory-api INFO line 005 + +2024-04-07 inventory-api INFO line 007 + + +2024-04-07 inventory-api INFO line 010 +2024-04-07 inventory-api INFO line 011 +2024-04-07 inventory-api INFO line 012 +2024-04-07 inventory-api INFO line 013 +2024-04-07 inventory-api INFO line 014 + +2024-04-07 inventory-api INFO line 016 +2024-04-07 inventory-api INFO line 017 +2024-04-07 inventory-api INFO line 018 + + diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..275501dd4d043eaf2cd5286cc8da1fce1de4c141 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-01.log @@ -0,0 +1,19 @@ +2024-04-01 ledger-svc INFO line 000 +2024-04-01 ledger-svc INFO line 001 +2024-04-01 ledger-svc INFO line 002 +2024-04-01 ledger-svc INFO line 003 +2024-04-01 ledger-svc INFO line 004 +2024-04-01 ledger-svc INFO line 005 +2024-04-01 ledger-svc INFO line 006 +2024-04-01 ledger-svc INFO line 007 +2024-04-01 ledger-svc INFO line 008 +2024-04-01 ledger-svc INFO line 009 +2024-04-01 ledger-svc INFO line 010 +2024-04-01 ledger-svc INFO line 011 +2024-04-01 ledger-svc INFO line 012 +2024-04-01 ledger-svc INFO line 013 +2024-04-01 ledger-svc INFO line 014 +2024-04-01 ledger-svc INFO line 015 +2024-04-01 ledger-svc INFO line 016 +2024-04-01 ledger-svc INFO line 017 +2024-04-01 ledger-svc INFO line 018 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..2a5d33e11bd0fd0928c4156e605b0eeca614b991 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-02.log @@ -0,0 +1,20 @@ +2024-04-02 ledger-svc INFO line 000 +2024-04-02 ledger-svc INFO line 001 +2024-04-02 ledger-svc INFO line 002 +2024-04-02 ledger-svc INFO line 003 +2024-04-02 ledger-svc INFO line 004 +2024-04-02 ledger-svc INFO line 005 +2024-04-02 ledger-svc INFO line 006 +2024-04-02 ledger-svc INFO line 007 +2024-04-02 ledger-svc INFO line 008 +2024-04-02 ledger-svc INFO line 009 + + +2024-04-02 ledger-svc INFO line 012 +2024-04-02 ledger-svc INFO line 013 +2024-04-02 ledger-svc INFO line 014 + +2024-04-02 ledger-svc INFO line 016 +2024-04-02 ledger-svc INFO line 017 + +2024-04-02 ledger-svc INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..8c621316ccf866121d4b8cec0d9e2721b32da9fe --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-03.log @@ -0,0 +1,22 @@ +2024-04-03 ledger-svc INFO line 000 +2024-04-03 ledger-svc INFO line 001 +2024-04-03 ledger-svc INFO line 002 +2024-04-03 ledger-svc INFO line 003 +2024-04-03 ledger-svc INFO line 004 +2024-04-03 ledger-svc INFO line 005 +2024-04-03 ledger-svc INFO line 006 +2024-04-03 ledger-svc INFO line 007 + +2024-04-03 ledger-svc INFO line 009 +2024-04-03 ledger-svc INFO line 010 +2024-04-03 ledger-svc INFO line 011 + +2024-04-03 ledger-svc INFO line 013 +2024-04-03 ledger-svc INFO line 014 +2024-04-03 ledger-svc INFO line 015 +2024-04-03 ledger-svc INFO line 016 +2024-04-03 ledger-svc INFO line 017 +2024-04-03 ledger-svc INFO line 018 +2024-04-03 ledger-svc INFO line 019 +2024-04-03 ledger-svc INFO line 020 +2024-04-03 ledger-svc INFO line 021 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..37783257d544ff3b7fbc61784ee422ec58afc3e5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-04.log @@ -0,0 +1,20 @@ +2024-04-04 ledger-svc INFO line 000 +2024-04-04 ledger-svc INFO line 001 +2024-04-04 ledger-svc INFO line 002 +2024-04-04 ledger-svc INFO line 003 +2024-04-04 ledger-svc INFO line 004 +2024-04-04 ledger-svc INFO line 005 +2024-04-04 ledger-svc INFO line 006 +2024-04-04 ledger-svc INFO line 007 +2024-04-04 ledger-svc INFO line 008 +2024-04-04 ledger-svc INFO line 009 +2024-04-04 ledger-svc INFO line 010 + + +2024-04-04 ledger-svc INFO line 013 +2024-04-04 ledger-svc INFO line 014 + +2024-04-04 ledger-svc INFO line 016 + +2024-04-04 ledger-svc INFO line 018 +2024-04-04 ledger-svc INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..0424b640d495b8088d8881c544ebc54e2241a647 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-05.log @@ -0,0 +1,24 @@ +2024-04-05 ledger-svc INFO line 000 +2024-04-05 ledger-svc INFO line 001 +2024-04-05 ledger-svc INFO line 002 +2024-04-05 ledger-svc INFO line 003 +2024-04-05 ledger-svc INFO line 004 +2024-04-05 ledger-svc INFO line 005 + +2024-04-05 ledger-svc INFO line 007 +2024-04-05 ledger-svc INFO line 008 +2024-04-05 ledger-svc INFO line 009 +2024-04-05 ledger-svc INFO line 010 +2024-04-05 ledger-svc INFO line 011 +2024-04-05 ledger-svc INFO line 012 +2024-04-05 ledger-svc INFO line 013 +2024-04-05 ledger-svc INFO line 014 +2024-04-05 ledger-svc INFO line 015 +2024-04-05 ledger-svc INFO line 016 +2024-04-05 ledger-svc INFO line 017 +2024-04-05 ledger-svc INFO line 018 + +2024-04-05 ledger-svc INFO line 020 +2024-04-05 ledger-svc INFO line 021 +2024-04-05 ledger-svc INFO line 022 +2024-04-05 ledger-svc INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..8b05ab43b27cc4c021375d7eb7a3e540b4c13274 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-06.log @@ -0,0 +1,24 @@ +2024-04-06 ledger-svc INFO line 000 +2024-04-06 ledger-svc INFO line 001 +2024-04-06 ledger-svc INFO line 002 +2024-04-06 ledger-svc INFO line 003 +2024-04-06 ledger-svc INFO line 004 +2024-04-06 ledger-svc INFO line 005 +2024-04-06 ledger-svc INFO line 006 +2024-04-06 ledger-svc INFO line 007 + +2024-04-06 ledger-svc INFO line 009 +2024-04-06 ledger-svc INFO line 010 +2024-04-06 ledger-svc INFO line 011 +2024-04-06 ledger-svc INFO line 012 +2024-04-06 ledger-svc INFO line 013 + +2024-04-06 ledger-svc INFO line 015 +2024-04-06 ledger-svc INFO line 016 +2024-04-06 ledger-svc INFO line 017 +2024-04-06 ledger-svc INFO line 018 +2024-04-06 ledger-svc INFO line 019 +2024-04-06 ledger-svc INFO line 020 +2024-04-06 ledger-svc INFO line 021 + + diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..bf764b3cea303d1884459e399eab9793126f6267 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/ledger-svc/2024-04-07.log @@ -0,0 +1,16 @@ +2024-04-07 ledger-svc INFO line 000 +2024-04-07 ledger-svc INFO line 001 +2024-04-07 ledger-svc INFO line 002 +2024-04-07 ledger-svc INFO line 003 +2024-04-07 ledger-svc INFO line 004 +2024-04-07 ledger-svc INFO line 005 +2024-04-07 ledger-svc INFO line 006 +2024-04-07 ledger-svc INFO line 007 +2024-04-07 ledger-svc INFO line 008 +2024-04-07 ledger-svc INFO line 009 +2024-04-07 ledger-svc INFO line 010 +2024-04-07 ledger-svc INFO line 011 +2024-04-07 ledger-svc INFO line 012 +2024-04-07 ledger-svc INFO line 013 +2024-04-07 ledger-svc INFO line 014 +2024-04-07 ledger-svc INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-01.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-01.log new file mode 100644 index 0000000000000000000000000000000000000000..84c7087741c74fa0376a4f058124ce80217eb658 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-01.log @@ -0,0 +1,20 @@ +2024-04-01 webhook-dispatcher INFO line 000 + +2024-04-01 webhook-dispatcher INFO line 002 +2024-04-01 webhook-dispatcher INFO line 003 +2024-04-01 webhook-dispatcher INFO line 004 +2024-04-01 webhook-dispatcher INFO line 005 + +2024-04-01 webhook-dispatcher INFO line 007 +2024-04-01 webhook-dispatcher INFO line 008 +2024-04-01 webhook-dispatcher INFO line 009 +2024-04-01 webhook-dispatcher INFO line 010 +2024-04-01 webhook-dispatcher INFO line 011 + + +2024-04-01 webhook-dispatcher INFO line 014 +2024-04-01 webhook-dispatcher INFO line 015 +2024-04-01 webhook-dispatcher INFO line 016 +2024-04-01 webhook-dispatcher INFO line 017 +2024-04-01 webhook-dispatcher INFO line 018 +2024-04-01 webhook-dispatcher INFO line 019 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-02.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-02.log new file mode 100644 index 0000000000000000000000000000000000000000..aae1c164492c99a3426dfec5df97edde09cfac5f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-02.log @@ -0,0 +1,25 @@ + +2024-04-02 webhook-dispatcher INFO line 001 +2024-04-02 webhook-dispatcher INFO line 002 +2024-04-02 webhook-dispatcher INFO line 003 +2024-04-02 webhook-dispatcher INFO line 004 +2024-04-02 webhook-dispatcher INFO line 005 + +2024-04-02 webhook-dispatcher INFO line 007 + + +2024-04-02 webhook-dispatcher INFO line 010 +2024-04-02 webhook-dispatcher INFO line 011 +2024-04-02 webhook-dispatcher INFO line 012 +2024-04-02 webhook-dispatcher INFO line 013 +2024-04-02 webhook-dispatcher INFO line 014 +2024-04-02 webhook-dispatcher INFO line 015 +2024-04-02 webhook-dispatcher INFO line 016 +2024-04-02 webhook-dispatcher INFO line 017 +2024-04-02 webhook-dispatcher INFO line 018 +2024-04-02 webhook-dispatcher INFO line 019 +2024-04-02 webhook-dispatcher INFO line 020 +2024-04-02 webhook-dispatcher INFO line 021 +2024-04-02 webhook-dispatcher INFO line 022 +2024-04-02 webhook-dispatcher INFO line 023 +2024-04-02 webhook-dispatcher INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-03.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-03.log new file mode 100644 index 0000000000000000000000000000000000000000..fe4080f7a2c91680727ec19e585deb333b0b9be2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-03.log @@ -0,0 +1,25 @@ +2024-04-03 webhook-dispatcher INFO line 000 +2024-04-03 webhook-dispatcher INFO line 001 +2024-04-03 webhook-dispatcher INFO line 002 +2024-04-03 webhook-dispatcher INFO line 003 +2024-04-03 webhook-dispatcher INFO line 004 +2024-04-03 webhook-dispatcher INFO line 005 +2024-04-03 webhook-dispatcher INFO line 006 +2024-04-03 webhook-dispatcher INFO line 007 +2024-04-03 webhook-dispatcher INFO line 008 +2024-04-03 webhook-dispatcher INFO line 009 + +2024-04-03 webhook-dispatcher INFO line 011 +2024-04-03 webhook-dispatcher INFO line 012 +2024-04-03 webhook-dispatcher INFO line 013 +2024-04-03 webhook-dispatcher INFO line 014 +2024-04-03 webhook-dispatcher INFO line 015 +2024-04-03 webhook-dispatcher INFO line 016 + +2024-04-03 webhook-dispatcher INFO line 018 +2024-04-03 webhook-dispatcher INFO line 019 + +2024-04-03 webhook-dispatcher INFO line 021 +2024-04-03 webhook-dispatcher INFO line 022 +2024-04-03 webhook-dispatcher INFO line 023 +2024-04-03 webhook-dispatcher INFO line 024 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-04.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-04.log new file mode 100644 index 0000000000000000000000000000000000000000..9e30cb60804743f6f0d4745f6fe9ce4b8e5bd449 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-04.log @@ -0,0 +1,25 @@ +2024-04-04 webhook-dispatcher INFO line 000 + +2024-04-04 webhook-dispatcher INFO line 002 + + +2024-04-04 webhook-dispatcher INFO line 005 +2024-04-04 webhook-dispatcher INFO line 006 +2024-04-04 webhook-dispatcher INFO line 007 +2024-04-04 webhook-dispatcher INFO line 008 +2024-04-04 webhook-dispatcher INFO line 009 + +2024-04-04 webhook-dispatcher INFO line 011 +2024-04-04 webhook-dispatcher INFO line 012 +2024-04-04 webhook-dispatcher INFO line 013 +2024-04-04 webhook-dispatcher INFO line 014 +2024-04-04 webhook-dispatcher INFO line 015 +2024-04-04 webhook-dispatcher INFO line 016 +2024-04-04 webhook-dispatcher INFO line 017 +2024-04-04 webhook-dispatcher INFO line 018 +2024-04-04 webhook-dispatcher INFO line 019 +2024-04-04 webhook-dispatcher INFO line 020 + +2024-04-04 webhook-dispatcher INFO line 022 +2024-04-04 webhook-dispatcher INFO line 023 + diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-05.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-05.log new file mode 100644 index 0000000000000000000000000000000000000000..0dc150a21b3fc5953af9bf10888eceb38a7b42b2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-05.log @@ -0,0 +1,16 @@ +2024-04-05 webhook-dispatcher INFO line 000 +2024-04-05 webhook-dispatcher INFO line 001 +2024-04-05 webhook-dispatcher INFO line 002 + +2024-04-05 webhook-dispatcher INFO line 004 +2024-04-05 webhook-dispatcher INFO line 005 +2024-04-05 webhook-dispatcher INFO line 006 +2024-04-05 webhook-dispatcher INFO line 007 +2024-04-05 webhook-dispatcher INFO line 008 +2024-04-05 webhook-dispatcher INFO line 009 +2024-04-05 webhook-dispatcher INFO line 010 +2024-04-05 webhook-dispatcher INFO line 011 +2024-04-05 webhook-dispatcher INFO line 012 +2024-04-05 webhook-dispatcher INFO line 013 + +2024-04-05 webhook-dispatcher INFO line 015 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-06.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-06.log new file mode 100644 index 0000000000000000000000000000000000000000..d6ddc9b7884da3e86e8d1299595a8ff46c191447 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-06.log @@ -0,0 +1,21 @@ +2024-04-06 webhook-dispatcher INFO line 000 +2024-04-06 webhook-dispatcher INFO line 001 +2024-04-06 webhook-dispatcher INFO line 002 +2024-04-06 webhook-dispatcher INFO line 003 +2024-04-06 webhook-dispatcher INFO line 004 +2024-04-06 webhook-dispatcher INFO line 005 +2024-04-06 webhook-dispatcher INFO line 006 +2024-04-06 webhook-dispatcher INFO line 007 +2024-04-06 webhook-dispatcher INFO line 008 +2024-04-06 webhook-dispatcher INFO line 009 +2024-04-06 webhook-dispatcher INFO line 010 +2024-04-06 webhook-dispatcher INFO line 011 +2024-04-06 webhook-dispatcher INFO line 012 +2024-04-06 webhook-dispatcher INFO line 013 +2024-04-06 webhook-dispatcher INFO line 014 +2024-04-06 webhook-dispatcher INFO line 015 +2024-04-06 webhook-dispatcher INFO line 016 +2024-04-06 webhook-dispatcher INFO line 017 +2024-04-06 webhook-dispatcher INFO line 018 +2024-04-06 webhook-dispatcher INFO line 019 +2024-04-06 webhook-dispatcher INFO line 020 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-07.log b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-07.log new file mode 100644 index 0000000000000000000000000000000000000000..ae47f5c0c34d1e8f3131627b43e9dff28cc196f7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/rawlogs/webhook-dispatcher/2024-04-07.log @@ -0,0 +1,24 @@ +2024-04-07 webhook-dispatcher INFO line 000 +2024-04-07 webhook-dispatcher INFO line 001 +2024-04-07 webhook-dispatcher INFO line 002 +2024-04-07 webhook-dispatcher INFO line 003 +2024-04-07 webhook-dispatcher INFO line 004 +2024-04-07 webhook-dispatcher INFO line 005 +2024-04-07 webhook-dispatcher INFO line 006 +2024-04-07 webhook-dispatcher INFO line 007 + +2024-04-07 webhook-dispatcher INFO line 009 +2024-04-07 webhook-dispatcher INFO line 010 +2024-04-07 webhook-dispatcher INFO line 011 +2024-04-07 webhook-dispatcher INFO line 012 +2024-04-07 webhook-dispatcher INFO line 013 +2024-04-07 webhook-dispatcher INFO line 014 + +2024-04-07 webhook-dispatcher INFO line 016 +2024-04-07 webhook-dispatcher INFO line 017 +2024-04-07 webhook-dispatcher INFO line 018 +2024-04-07 webhook-dispatcher INFO line 019 +2024-04-07 webhook-dispatcher INFO line 020 + +2024-04-07 webhook-dispatcher INFO line 022 +2024-04-07 webhook-dispatcher INFO line 023 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f81f4c7c95/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-037ccf.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-037ccf.json new file mode 100644 index 0000000000000000000000000000000000000000..0424738d7150b53dcf2f9bbc0f3d8ab597107895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-037ccf.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-037ccf", + "spend": 11348, + "impressions": 521715, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-523d81.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-523d81.json new file mode 100644 index 0000000000000000000000000000000000000000..a11de2c68e51e0d4f8212e83a4b419272fef6c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-523d81.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-523d81", + "spend": 6792, + "impressions": 440063, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-716381.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-716381.json new file mode 100644 index 0000000000000000000000000000000000000000..d4df0a2f0974aaa04817b02291f88ff5d5611f99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-716381.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-716381", + "spend": 48791, + "impressions": 538144, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-c13b40.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-c13b40.json new file mode 100644 index 0000000000000000000000000000000000000000..5e7a6971c60366198d4746a76fcb3f1e7c05b1ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-c13b40.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-c13b40", + "spend": 49969, + "impressions": 374899, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-ec967d.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-ec967d.json new file mode 100644 index 0000000000000000000000000000000000000000..68e8c58ffc340ad3c9526eb2e4baac43521184e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-ec967d.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-ec967d", + "spend": 15566, + "impressions": 586690, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-fe1f15.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-fe1f15.json new file mode 100644 index 0000000000000000000000000000000000000000..7bd22fa25f20cac2e1f778320880cdf30d784ee1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/acme-foods/camp-fe1f15.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-fe1f15", + "spend": 5932, + "impressions": 460434, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-2215e9.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-2215e9.json new file mode 100644 index 0000000000000000000000000000000000000000..531343b883a51a1978cdaa89e0c7ae47c5958f20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-2215e9.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-2215e9", + "spend": 24019, + "impressions": 475164, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-301962.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-301962.json new file mode 100644 index 0000000000000000000000000000000000000000..80355550130cb2c561cb07e74770d61b9bb31341 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-301962.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-301962", + "spend": 48800, + "impressions": 774079, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-3ac125.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-3ac125.json new file mode 100644 index 0000000000000000000000000000000000000000..8982982fd1078d71cfbeeab3e1d8e7fbea62f01d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-3ac125.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-3ac125", + "spend": 2853, + "impressions": 177483, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-478e26.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-478e26.json new file mode 100644 index 0000000000000000000000000000000000000000..d73547e6029e6977b479b85bb6a6e13bb4414933 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-478e26.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-478e26", + "spend": 5648, + "impressions": 591080, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-5afc8e.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-5afc8e.json new file mode 100644 index 0000000000000000000000000000000000000000..cffe483e57b4ae96430122849ad17dbfc4cc5836 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-5afc8e.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-5afc8e", + "spend": 14135, + "impressions": 25797, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-945fd8.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-945fd8.json new file mode 100644 index 0000000000000000000000000000000000000000..134b223fdeca610e223b0c90ce9af9c1efbebce7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/globex-gear/camp-945fd8.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-945fd8", + "spend": 13380, + "impressions": 267460, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-0c25a0.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-0c25a0.json new file mode 100644 index 0000000000000000000000000000000000000000..38085196ff838d2556e573c6dc55b8f187fee33e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-0c25a0.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-0c25a0", + "spend": 7326, + "impressions": 380836, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-2eab74.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-2eab74.json new file mode 100644 index 0000000000000000000000000000000000000000..1cadec280f15f3a86272eebf7adf3c42bc6ead91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-2eab74.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-2eab74", + "spend": 31552, + "impressions": 979930, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-cd58d0.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-cd58d0.json new file mode 100644 index 0000000000000000000000000000000000000000..a0f82d179d2bc093e6c2ce732c714acd1a24ffe8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-cd58d0.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-cd58d0", + "spend": 9787, + "impressions": 397005, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-d17395.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-d17395.json new file mode 100644 index 0000000000000000000000000000000000000000..1679754a250b8d94f609fad7dc7d6c6124a4cdc1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-d17395.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-d17395", + "spend": 11387, + "impressions": 460068, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-dfa4f1.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-dfa4f1.json new file mode 100644 index 0000000000000000000000000000000000000000..80181677c3d3a63c1d4f4885ddec3c8e49cfc9f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-dfa4f1.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-dfa4f1", + "spend": 29864, + "impressions": 711547, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-e43287.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-e43287.json new file mode 100644 index 0000000000000000000000000000000000000000..aee249294a3893428e720615f4ea133881218923 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/initech-it/camp-e43287.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-e43287", + "spend": 47020, + "impressions": 654284, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-3f89eb.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-3f89eb.json new file mode 100644 index 0000000000000000000000000000000000000000..5066a72328c52998e0dc2c404ba261b63617c299 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-3f89eb.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-3f89eb", + "spend": 31260, + "impressions": 544730, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-55abb2.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-55abb2.json new file mode 100644 index 0000000000000000000000000000000000000000..78a790ce6d7d603c23d0dd924e6dc32318c3fee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-55abb2.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-55abb2", + "spend": 44314, + "impressions": 704995, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-a07115.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-a07115.json new file mode 100644 index 0000000000000000000000000000000000000000..c5d3b95d18046e40aa167af79d35a4e77894a8ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-a07115.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-a07115", + "spend": 1747, + "impressions": 799080, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-b7714d.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-b7714d.json new file mode 100644 index 0000000000000000000000000000000000000000..00abe1e8f7f1a3f248953101d54515106756062b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/sandbox-shoes/camp-b7714d.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-b7714d", + "spend": 865, + "impressions": 4428, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-0b0a8f.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-0b0a8f.json new file mode 100644 index 0000000000000000000000000000000000000000..954adef89df3cd212a848617b483d2fabd32799b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-0b0a8f.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-0b0a8f", + "spend": 27759, + "impressions": 669168, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-a439e4.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-a439e4.json new file mode 100644 index 0000000000000000000000000000000000000000..5559026b6b8b230436709bfc0beea1cb1c7712b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-a439e4.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-a439e4", + "spend": 38896, + "impressions": 450860, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-a828b4.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-a828b4.json new file mode 100644 index 0000000000000000000000000000000000000000..bfaafa0fc91944bd918f5edcfee975ccc4205c77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-a828b4.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-a828b4", + "spend": 46207, + "impressions": 182257, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-d6db1c.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-d6db1c.json new file mode 100644 index 0000000000000000000000000000000000000000..fcb7a6ee111b0854c299d203c987bcc488350194 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-d6db1c.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-d6db1c", + "spend": 40524, + "impressions": 34336, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-e39915.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-e39915.json new file mode 100644 index 0000000000000000000000000000000000000000..abbf369852ad8bd8d7e3d77ca67d907f2df90557 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/tyrell-autos/camp-e39915.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-e39915", + "spend": 20276, + "impressions": 725958, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-0b6e88.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-0b6e88.json new file mode 100644 index 0000000000000000000000000000000000000000..199152e39ff23ae8aa74abe8956f877b9a2c59a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-0b6e88.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-0b6e88", + "spend": 40034, + "impressions": 828871, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-1bcf7a.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-1bcf7a.json new file mode 100644 index 0000000000000000000000000000000000000000..3a34624316157eb8e9e8aa7fd7aeddfb14ba773b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-1bcf7a.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-1bcf7a", + "spend": 25335, + "impressions": 358219, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-221225.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-221225.json new file mode 100644 index 0000000000000000000000000000000000000000..0fd6824ddcb5a91da4ba24f7f1b29ba5429e26a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-221225.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-221225", + "spend": 48877, + "impressions": 565568, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-676d16.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-676d16.json new file mode 100644 index 0000000000000000000000000000000000000000..95e40372749021288bb61dfa5e6bd97fc0ff541d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-676d16.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-676d16", + "spend": 12981, + "impressions": 879576, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-7da81e.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-7da81e.json new file mode 100644 index 0000000000000000000000000000000000000000..845ddefdc04e794d2190c10e6058b656e049434d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-7da81e.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-7da81e", + "spend": 28515, + "impressions": 616756, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-8b5881.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-8b5881.json new file mode 100644 index 0000000000000000000000000000000000000000..7b84ec0346d94472e2f4dbff039158ebe904448a --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-8b5881.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-8b5881", + "spend": 35176, + "impressions": 154249, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-b9580c.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-b9580c.json new file mode 100644 index 0000000000000000000000000000000000000000..32f58145683560ddda1986098275cd71ce7eb46d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/campaigns/umbrella-health/camp-b9580c.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-b9580c", + "spend": 18176, + "impressions": 913532, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/reports/spend.tsv b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/reports/spend.tsv new file mode 100644 index 0000000000000000000000000000000000000000..7b5a342f77a7ccd9206a15ad7243ffe67bfeb97a --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/ads/reports/spend.tsv @@ -0,0 +1,6 @@ +acme-foods 138398 +globex-gear 108835 +initech-it 136936 +sandbox-shoes 78186 +tyrell-autos 173662 +umbrella-health 209094 diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-037ccf.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-037ccf.json new file mode 100644 index 0000000000000000000000000000000000000000..0424738d7150b53dcf2f9bbc0f3d8ab597107895 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-037ccf.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-037ccf", + "spend": 11348, + "impressions": 521715, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-523d81.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-523d81.json new file mode 100644 index 0000000000000000000000000000000000000000..a11de2c68e51e0d4f8212e83a4b419272fef6c7f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-523d81.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-523d81", + "spend": 6792, + "impressions": 440063, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-716381.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-716381.json new file mode 100644 index 0000000000000000000000000000000000000000..d4df0a2f0974aaa04817b02291f88ff5d5611f99 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-716381.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-716381", + "spend": 48791, + "impressions": 538144, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-c13b40.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-c13b40.json new file mode 100644 index 0000000000000000000000000000000000000000..5e7a6971c60366198d4746a76fcb3f1e7c05b1ab --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-c13b40.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-c13b40", + "spend": 49969, + "impressions": 374899, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-ec967d.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-ec967d.json new file mode 100644 index 0000000000000000000000000000000000000000..68e8c58ffc340ad3c9526eb2e4baac43521184e1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-ec967d.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-ec967d", + "spend": 15566, + "impressions": 586690, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-fe1f15.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-fe1f15.json new file mode 100644 index 0000000000000000000000000000000000000000..7bd22fa25f20cac2e1f778320880cdf30d784ee1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/acme-foods/camp-fe1f15.json @@ -0,0 +1,7 @@ +{ + "advertiser": "acme-foods", + "campaign_id": "camp-fe1f15", + "spend": 5932, + "impressions": 460434, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-2215e9.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-2215e9.json new file mode 100644 index 0000000000000000000000000000000000000000..531343b883a51a1978cdaa89e0c7ae47c5958f20 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-2215e9.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-2215e9", + "spend": 24019, + "impressions": 475164, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-301962.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-301962.json new file mode 100644 index 0000000000000000000000000000000000000000..80355550130cb2c561cb07e74770d61b9bb31341 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-301962.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-301962", + "spend": 48800, + "impressions": 774079, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-3ac125.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-3ac125.json new file mode 100644 index 0000000000000000000000000000000000000000..8982982fd1078d71cfbeeab3e1d8e7fbea62f01d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-3ac125.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-3ac125", + "spend": 2853, + "impressions": 177483, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-478e26.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-478e26.json new file mode 100644 index 0000000000000000000000000000000000000000..d73547e6029e6977b479b85bb6a6e13bb4414933 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-478e26.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-478e26", + "spend": 5648, + "impressions": 591080, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-5afc8e.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-5afc8e.json new file mode 100644 index 0000000000000000000000000000000000000000..cffe483e57b4ae96430122849ad17dbfc4cc5836 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-5afc8e.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-5afc8e", + "spend": 14135, + "impressions": 25797, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-945fd8.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-945fd8.json new file mode 100644 index 0000000000000000000000000000000000000000..134b223fdeca610e223b0c90ce9af9c1efbebce7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/globex-gear/camp-945fd8.json @@ -0,0 +1,7 @@ +{ + "advertiser": "globex-gear", + "campaign_id": "camp-945fd8", + "spend": 13380, + "impressions": 267460, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-0c25a0.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-0c25a0.json new file mode 100644 index 0000000000000000000000000000000000000000..38085196ff838d2556e573c6dc55b8f187fee33e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-0c25a0.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-0c25a0", + "spend": 7326, + "impressions": 380836, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-2eab74.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-2eab74.json new file mode 100644 index 0000000000000000000000000000000000000000..1cadec280f15f3a86272eebf7adf3c42bc6ead91 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-2eab74.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-2eab74", + "spend": 31552, + "impressions": 979930, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-cd58d0.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-cd58d0.json new file mode 100644 index 0000000000000000000000000000000000000000..a0f82d179d2bc093e6c2ce732c714acd1a24ffe8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-cd58d0.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-cd58d0", + "spend": 9787, + "impressions": 397005, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-d17395.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-d17395.json new file mode 100644 index 0000000000000000000000000000000000000000..1679754a250b8d94f609fad7dc7d6c6124a4cdc1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-d17395.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-d17395", + "spend": 11387, + "impressions": 460068, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-dfa4f1.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-dfa4f1.json new file mode 100644 index 0000000000000000000000000000000000000000..80181677c3d3a63c1d4f4885ddec3c8e49cfc9f3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-dfa4f1.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-dfa4f1", + "spend": 29864, + "impressions": 711547, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-e43287.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-e43287.json new file mode 100644 index 0000000000000000000000000000000000000000..aee249294a3893428e720615f4ea133881218923 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/initech-it/camp-e43287.json @@ -0,0 +1,7 @@ +{ + "advertiser": "initech-it", + "campaign_id": "camp-e43287", + "spend": 47020, + "impressions": 654284, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-3f89eb.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-3f89eb.json new file mode 100644 index 0000000000000000000000000000000000000000..5066a72328c52998e0dc2c404ba261b63617c299 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-3f89eb.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-3f89eb", + "spend": 31260, + "impressions": 544730, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-55abb2.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-55abb2.json new file mode 100644 index 0000000000000000000000000000000000000000..78a790ce6d7d603c23d0dd924e6dc32318c3fee5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-55abb2.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-55abb2", + "spend": 44314, + "impressions": 704995, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-a07115.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-a07115.json new file mode 100644 index 0000000000000000000000000000000000000000..c5d3b95d18046e40aa167af79d35a4e77894a8ad --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-a07115.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-a07115", + "spend": 1747, + "impressions": 799080, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-b7714d.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-b7714d.json new file mode 100644 index 0000000000000000000000000000000000000000..00abe1e8f7f1a3f248953101d54515106756062b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/sandbox-shoes/camp-b7714d.json @@ -0,0 +1,7 @@ +{ + "advertiser": "sandbox-shoes", + "campaign_id": "camp-b7714d", + "spend": 865, + "impressions": 4428, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-0b0a8f.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-0b0a8f.json new file mode 100644 index 0000000000000000000000000000000000000000..954adef89df3cd212a848617b483d2fabd32799b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-0b0a8f.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-0b0a8f", + "spend": 27759, + "impressions": 669168, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-a439e4.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-a439e4.json new file mode 100644 index 0000000000000000000000000000000000000000..5559026b6b8b230436709bfc0beea1cb1c7712b4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-a439e4.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-a439e4", + "spend": 38896, + "impressions": 450860, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-a828b4.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-a828b4.json new file mode 100644 index 0000000000000000000000000000000000000000..bfaafa0fc91944bd918f5edcfee975ccc4205c77 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-a828b4.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-a828b4", + "spend": 46207, + "impressions": 182257, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-d6db1c.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-d6db1c.json new file mode 100644 index 0000000000000000000000000000000000000000..fcb7a6ee111b0854c299d203c987bcc488350194 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-d6db1c.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-d6db1c", + "spend": 40524, + "impressions": 34336, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-e39915.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-e39915.json new file mode 100644 index 0000000000000000000000000000000000000000..abbf369852ad8bd8d7e3d77ca67d907f2df90557 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/tyrell-autos/camp-e39915.json @@ -0,0 +1,7 @@ +{ + "advertiser": "tyrell-autos", + "campaign_id": "camp-e39915", + "spend": 20276, + "impressions": 725958, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-0b6e88.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-0b6e88.json new file mode 100644 index 0000000000000000000000000000000000000000..199152e39ff23ae8aa74abe8956f877b9a2c59a3 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-0b6e88.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-0b6e88", + "spend": 40034, + "impressions": 828871, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-1bcf7a.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-1bcf7a.json new file mode 100644 index 0000000000000000000000000000000000000000..3a34624316157eb8e9e8aa7fd7aeddfb14ba773b --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-1bcf7a.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-1bcf7a", + "spend": 25335, + "impressions": 358219, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-221225.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-221225.json new file mode 100644 index 0000000000000000000000000000000000000000..0fd6824ddcb5a91da4ba24f7f1b29ba5429e26a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-221225.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-221225", + "spend": 48877, + "impressions": 565568, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-676d16.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-676d16.json new file mode 100644 index 0000000000000000000000000000000000000000..95e40372749021288bb61dfa5e6bd97fc0ff541d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-676d16.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-676d16", + "spend": 12981, + "impressions": 879576, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-7da81e.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-7da81e.json new file mode 100644 index 0000000000000000000000000000000000000000..845ddefdc04e794d2190c10e6058b656e049434d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-7da81e.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-7da81e", + "spend": 28515, + "impressions": 616756, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-8b5881.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-8b5881.json new file mode 100644 index 0000000000000000000000000000000000000000..7b84ec0346d94472e2f4dbff039158ebe904448a --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-8b5881.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-8b5881", + "spend": 35176, + "impressions": 154249, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-b9580c.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-b9580c.json new file mode 100644 index 0000000000000000000000000000000000000000..32f58145683560ddda1986098275cd71ce7eb46d --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/ads/campaigns/umbrella-health/camp-b9580c.json @@ -0,0 +1,7 @@ +{ + "advertiser": "umbrella-health", + "campaign_id": "camp-b9580c", + "spend": 18176, + "impressions": 913532, + "started": "2024-01-15" +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_f9861ef72c/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/chain-of-thought/analysis-models-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/chain-of-thought/analysis-models-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/chain-of-thought/analysis-models-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/chain-of-thought/study-benchmarks-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/chain-of-thought/study-benchmarks-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/chain-of-thought/study-benchmarks-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/multimodal-fusion/framework-study-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/multimodal-fusion/framework-study-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/multimodal-fusion/framework-study-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/multimodal-fusion/framework-tasks-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/multimodal-fusion/framework-tasks-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/multimodal-fusion/framework-tasks-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/analysis-models-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/analysis-models-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/analysis-models-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/models-framework-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/models-framework-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/models-framework-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/tasks-models-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/tasks-models-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/sparse-mixture-of-experts/tasks-models-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/analysis-framework-tasks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/analysis-framework-tasks.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/analysis-framework-tasks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/framework-scaling-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/framework-scaling-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/framework-scaling-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/tasks-models-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/tasks-models-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2021/tool-use-agents/tasks-models-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/benchmarks-scaling-study.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/benchmarks-scaling-study.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/benchmarks-scaling-study.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/framework-scaling-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/framework-scaling-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/framework-scaling-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/tasks-models-study.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/tasks-models-study.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/instruction-tuning/tasks-models-study.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/analysis-benchmarks-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/analysis-benchmarks-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/analysis-benchmarks-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/framework-benchmarks-study.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/framework-benchmarks-study.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/framework-benchmarks-study.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/study-analysis-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/study-analysis-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f482d7e78c38dfd7d4ff394e5939e2f404e6fd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/multimodal-fusion/study-analysis-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/sparse-mixture-of-experts/benchmarks-models-tasks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/sparse-mixture-of-experts/benchmarks-models-tasks.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/sparse-mixture-of-experts/benchmarks-models-tasks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/sparse-mixture-of-experts/evaluation-scaling-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/sparse-mixture-of-experts/evaluation-scaling-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/sparse-mixture-of-experts/evaluation-scaling-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/benchmarks-models-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/benchmarks-models-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/benchmarks-models-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/framework-benchmarks-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/framework-benchmarks-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/framework-benchmarks-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/study-framework-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/study-framework-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2022/tool-use-agents/study-framework-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/adversarial-robustness/evaluation-framework-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/adversarial-robustness/evaluation-framework-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/adversarial-robustness/evaluation-framework-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/adversarial-robustness/tasks-models-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/adversarial-robustness/tasks-models-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/adversarial-robustness/tasks-models-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/analysis-benchmarks-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/analysis-benchmarks-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/analysis-benchmarks-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/framework-analysis-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/framework-analysis-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/framework-analysis-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/tasks-models-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/tasks-models-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/data-efficient-finetuning/tasks-models-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/benchmarks-analysis-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/benchmarks-analysis-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/benchmarks-analysis-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/benchmarks-tasks-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/benchmarks-tasks-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/benchmarks-tasks-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/study-tasks-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/study-tasks-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f482d7e78c38dfd7d4ff394e5939e2f404e6fd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/reasoning-benchmarks/study-tasks-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/sparse-mixture-of-experts/framework-scaling-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/sparse-mixture-of-experts/framework-scaling-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/sparse-mixture-of-experts/framework-scaling-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/sparse-mixture-of-experts/scaling-benchmarks-tasks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/sparse-mixture-of-experts/scaling-benchmarks-tasks.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2023/sparse-mixture-of-experts/scaling-benchmarks-tasks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/chain-of-thought/benchmarks-study-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/chain-of-thought/benchmarks-study-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/chain-of-thought/benchmarks-study-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/chain-of-thought/evaluation-scaling-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/chain-of-thought/evaluation-scaling-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/chain-of-thought/evaluation-scaling-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/reasoning-benchmarks/analysis-benchmarks-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/reasoning-benchmarks/analysis-benchmarks-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/reasoning-benchmarks/analysis-benchmarks-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/reasoning-benchmarks/study-benchmarks-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/reasoning-benchmarks/study-benchmarks-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/reasoning-benchmarks/study-benchmarks-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/analysis-evaluation-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/analysis-evaluation-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/analysis-evaluation-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/analysis-tasks-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/analysis-tasks-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/analysis-tasks-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/tasks-evaluation-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/tasks-evaluation-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/sparse-mixture-of-experts/tasks-evaluation-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/benchmarks-framework-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/benchmarks-framework-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/benchmarks-framework-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/study-framework-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/study-framework-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/study-framework-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/study-models-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/study-models-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/papers/2024/tool-use-agents/study-models-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/chain-of-thought/analysis-models-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/chain-of-thought/analysis-models-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/chain-of-thought/analysis-models-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/chain-of-thought/study-benchmarks-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/chain-of-thought/study-benchmarks-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/chain-of-thought/study-benchmarks-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/multimodal-fusion/framework-study-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/multimodal-fusion/framework-study-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/multimodal-fusion/framework-study-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/multimodal-fusion/framework-tasks-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/multimodal-fusion/framework-tasks-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/multimodal-fusion/framework-tasks-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/analysis-models-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/analysis-models-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/analysis-models-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/models-framework-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/models-framework-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/models-framework-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/tasks-models-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/tasks-models-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/sparse-mixture-of-experts/tasks-models-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/analysis-framework-tasks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/analysis-framework-tasks.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/analysis-framework-tasks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/framework-scaling-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/framework-scaling-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/framework-scaling-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/tasks-models-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/tasks-models-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2021/tool-use-agents/tasks-models-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/benchmarks-scaling-study.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/benchmarks-scaling-study.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/benchmarks-scaling-study.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/framework-scaling-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/framework-scaling-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/framework-scaling-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/tasks-models-study.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/tasks-models-study.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/instruction-tuning/tasks-models-study.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/analysis-benchmarks-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/analysis-benchmarks-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/analysis-benchmarks-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/framework-benchmarks-study.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/framework-benchmarks-study.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/framework-benchmarks-study.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/study-analysis-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/study-analysis-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f482d7e78c38dfd7d4ff394e5939e2f404e6fd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/multimodal-fusion/study-analysis-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/sparse-mixture-of-experts/benchmarks-models-tasks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/sparse-mixture-of-experts/benchmarks-models-tasks.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/sparse-mixture-of-experts/benchmarks-models-tasks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/sparse-mixture-of-experts/evaluation-scaling-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/sparse-mixture-of-experts/evaluation-scaling-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/sparse-mixture-of-experts/evaluation-scaling-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/benchmarks-models-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/benchmarks-models-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/benchmarks-models-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/framework-benchmarks-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/framework-benchmarks-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/framework-benchmarks-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/study-framework-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/study-framework-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed5ba8865b1b6f5cf9c9433c3dd03b9731ea7bc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2022/tool-use-agents/study-framework-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/adversarial-robustness/evaluation-framework-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/adversarial-robustness/evaluation-framework-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/adversarial-robustness/evaluation-framework-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/adversarial-robustness/tasks-models-analysis.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/adversarial-robustness/tasks-models-analysis.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/adversarial-robustness/tasks-models-analysis.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/analysis-benchmarks-framework.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/analysis-benchmarks-framework.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/analysis-benchmarks-framework.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/framework-analysis-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/framework-analysis-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/framework-analysis-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/tasks-models-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/tasks-models-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/data-efficient-finetuning/tasks-models-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/benchmarks-analysis-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/benchmarks-analysis-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/benchmarks-analysis-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/benchmarks-tasks-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/benchmarks-tasks-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..337a08d5a3644599c4fa388ba16d3e6d5ee48c84 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/benchmarks-tasks-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/study-tasks-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/study-tasks-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f482d7e78c38dfd7d4ff394e5939e2f404e6fd2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/reasoning-benchmarks/study-tasks-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/sparse-mixture-of-experts/framework-scaling-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/sparse-mixture-of-experts/framework-scaling-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc382febd26e37f6b73aef3e25288a02d6f6a4b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/sparse-mixture-of-experts/framework-scaling-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/sparse-mixture-of-experts/scaling-benchmarks-tasks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/sparse-mixture-of-experts/scaling-benchmarks-tasks.txt new file mode 100644 index 0000000000000000000000000000000000000000..f758205d96880284ad251dca7e684e17277351a1 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2023/sparse-mixture-of-experts/scaling-benchmarks-tasks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/chain-of-thought/benchmarks-study-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/chain-of-thought/benchmarks-study-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/chain-of-thought/benchmarks-study-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/chain-of-thought/evaluation-scaling-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/chain-of-thought/evaluation-scaling-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/chain-of-thought/evaluation-scaling-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/reasoning-benchmarks/analysis-benchmarks-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/reasoning-benchmarks/analysis-benchmarks-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..71b99f88177a8db179b57011d72e03492a4b6e6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/reasoning-benchmarks/analysis-benchmarks-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/reasoning-benchmarks/study-benchmarks-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/reasoning-benchmarks/study-benchmarks-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/reasoning-benchmarks/study-benchmarks-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/analysis-evaluation-scaling.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/analysis-evaluation-scaling.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/analysis-evaluation-scaling.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/analysis-tasks-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/analysis-tasks-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..57f0559d88eea6692ff4e14422914807e771a125 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/analysis-tasks-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/tasks-evaluation-benchmarks.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/tasks-evaluation-benchmarks.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/sparse-mixture-of-experts/tasks-evaluation-benchmarks.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/benchmarks-framework-models.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/benchmarks-framework-models.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/benchmarks-framework-models.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/study-framework-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/study-framework-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..37666941e42c49c1406d9821f90ddfc5d7c61a9b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/study-framework-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/study-models-evaluation.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/study-models-evaluation.txt new file mode 100644 index 0000000000000000000000000000000000000000..70f00613f7cd2acc1f32c192b2f25e5a8824e0cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/papers/2024/tool-use-agents/study-models-evaluation.txt @@ -0,0 +1,5 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fbc0e9101e/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-1A7990.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-1A7990.eml new file mode 100644 index 0000000000000000000000000000000000000000..451ff0ca55412cc3f3d3ac0619d7279b8510bfcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-1A7990.eml @@ -0,0 +1,8 @@ +From: azhang@tyrell +To: support@sandbox.test +Date: Mon, 01 01 2024 17:22:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-1DC369.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-1DC369.eml new file mode 100644 index 0000000000000000000000000000000000000000..4803a3f4a3d6e6f921424c11f21005f9af0a1cfd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-1DC369.eml @@ -0,0 +1,8 @@ +From: tvasquez@soylent +To: support@sandbox.test +Date: Mon, 05 01 2024 20:31:00 +0000 +Subject: Monthly newsletter - April edition +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-86E110.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-86E110.eml new file mode 100644 index 0000000000000000000000000000000000000000..e85dab976bb03abc6d994ce062d44813a70157f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-86E110.eml @@ -0,0 +1,8 @@ +From: jsmith@wayne +To: support@sandbox.test +Date: Mon, 03 01 2024 10:25:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-885F99.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-885F99.eml new file mode 100644 index 0000000000000000000000000000000000000000..397b0da3c2db30dbc0794b286a4915fbb59200b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-885F99.eml @@ -0,0 +1,8 @@ +From: ibarbosa@wayne +To: support@sandbox.test +Date: Mon, 06 01 2024 21:17:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-A515E6.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-A515E6.eml new file mode 100644 index 0000000000000000000000000000000000000000..348876786d742847174f183bc213285a7d901764 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-A515E6.eml @@ -0,0 +1,8 @@ +From: xlee@soylent +To: support@sandbox.test +Date: Mon, 08 01 2024 16:54:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-C6A441.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-C6A441.eml new file mode 100644 index 0000000000000000000000000000000000000000..25f943539df5137eb3ec647d71b1e55cbc013c8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-C6A441.eml @@ -0,0 +1,8 @@ +From: jsmith@massive +To: support@sandbox.test +Date: Mon, 04 01 2024 01:33:00 +0000 +Subject: Kind reminder - urgent follow up on ticket 1234 +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-ECC28F.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-ECC28F.eml new file mode 100644 index 0000000000000000000000000000000000000000..2cc005c40e6d81fde571a0c3268a297d176c68cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-ECC28F.eml @@ -0,0 +1,8 @@ +From: cnakamura@soylent +To: support@sandbox.test +Date: Mon, 02 01 2024 04:38:00 +0000 +Subject: URGENT: payment failed for enterprise account +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-F3A1E3.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-F3A1E3.eml new file mode 100644 index 0000000000000000000000000000000000000000..fc03253e920dfc14f256a994ed346b407ba02740 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/01/TKT-F3A1E3.eml @@ -0,0 +1,8 @@ +From: wxu@acme +To: support@sandbox.test +Date: Mon, 07 01 2024 01:28:00 +0000 +Subject: Monthly newsletter - April edition +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-09114B.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-09114B.eml new file mode 100644 index 0000000000000000000000000000000000000000..e44de9b4b1f8cf71e10cd69af99e0526daa0cc9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-09114B.eml @@ -0,0 +1,8 @@ +From: gkaur@stark +To: support@sandbox.test +Date: Mon, 03 02 2024 17:39:00 +0000 +Subject: Question about pricing tiers +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-43D07C.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-43D07C.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee00eb88154e724cc3b3bfdcd27b3e837f9de4c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-43D07C.eml @@ -0,0 +1,8 @@ +From: epatel@acme +To: support@sandbox.test +Date: Mon, 01 02 2024 05:48:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-557C64.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-557C64.eml new file mode 100644 index 0000000000000000000000000000000000000000..297af94350f2506d225e9ddf1da1775b480a4dc4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-557C64.eml @@ -0,0 +1,8 @@ +From: lgonzalez@umbrella +To: support@sandbox.test +Date: Mon, 07 02 2024 02:40:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-838D18.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-838D18.eml new file mode 100644 index 0000000000000000000000000000000000000000..dcfaf99422467e1c8a2437923e4138704bd5222b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-838D18.eml @@ -0,0 +1,8 @@ +From: qyu@globex +To: support@sandbox.test +Date: Mon, 02 02 2024 16:42:00 +0000 +Subject: Question about pricing tiers +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-878B4A.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-878B4A.eml new file mode 100644 index 0000000000000000000000000000000000000000..61d8ea19ddc5232c5bf9a6b714a6906af04d07c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-878B4A.eml @@ -0,0 +1,8 @@ +From: uvogt@cyberdyne +To: support@sandbox.test +Date: Mon, 06 02 2024 04:50:00 +0000 +Subject: Question about pricing tiers +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-A339DA.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-A339DA.eml new file mode 100644 index 0000000000000000000000000000000000000000..9665aba897a502770d22206d46521bcc3697bf3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-A339DA.eml @@ -0,0 +1,8 @@ +From: epatel@acme +To: support@sandbox.test +Date: Mon, 04 02 2024 22:29:00 +0000 +Subject: Checking in on my last ticket +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-A7DFF8.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-A7DFF8.eml new file mode 100644 index 0000000000000000000000000000000000000000..3053d1a7fc75e93ea9a765dad66a502d968091fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-A7DFF8.eml @@ -0,0 +1,8 @@ +From: hchen@tyrell +To: support@sandbox.test +Date: Mon, 08 02 2024 05:41:00 +0000 +Subject: Urgent refund required for cancelled order +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-EBEFDE.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-EBEFDE.eml new file mode 100644 index 0000000000000000000000000000000000000000..1387dde7f2e52870248dc3971f1e3334ba2628f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/02/TKT-EBEFDE.eml @@ -0,0 +1,8 @@ +From: vwang@umbrella +To: support@sandbox.test +Date: Mon, 05 02 2024 19:15:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-10ACE2.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-10ACE2.eml new file mode 100644 index 0000000000000000000000000000000000000000..3dadd205d4caa7b0c08e66d9d82548bf71d6b112 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-10ACE2.eml @@ -0,0 +1,8 @@ +From: jsmith@tyrell +To: support@sandbox.test +Date: Mon, 08 03 2024 12:58:00 +0000 +Subject: Checking in on my last ticket +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-1AC5F7.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-1AC5F7.eml new file mode 100644 index 0000000000000000000000000000000000000000..3e56cbfd88be1e8bf5ca1e9699e2fd637fbb450c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-1AC5F7.eml @@ -0,0 +1,8 @@ +From: tvasquez@lexcorp +To: support@sandbox.test +Date: Mon, 04 03 2024 10:36:00 +0000 +Subject: Feedback on onboarding flow +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-3F290D.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-3F290D.eml new file mode 100644 index 0000000000000000000000000000000000000000..d16dd8d4543573f78d927ab95d09463b9d832b48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-3F290D.eml @@ -0,0 +1,8 @@ +From: tvasquez@umbrella +To: support@sandbox.test +Date: Mon, 06 03 2024 07:30:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-8A3459.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-8A3459.eml new file mode 100644 index 0000000000000000000000000000000000000000..45c8062ee454646e9e402255d7347d53799ba8ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-8A3459.eml @@ -0,0 +1,8 @@ +From: flindqvist@soylent +To: support@sandbox.test +Date: Mon, 07 03 2024 15:41:00 +0000 +Subject: Feedback on onboarding flow +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-8DBF45.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-8DBF45.eml new file mode 100644 index 0000000000000000000000000000000000000000..d14e2cd31ef5904740078a3983790a0736cac470 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-8DBF45.eml @@ -0,0 +1,8 @@ +From: jsmith@stark +To: support@sandbox.test +Date: Mon, 01 03 2024 07:45:00 +0000 +Subject: Checking in on my last ticket +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-98199B.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-98199B.eml new file mode 100644 index 0000000000000000000000000000000000000000..82aaa60eab77e147427f568733296ea55635f5c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-98199B.eml @@ -0,0 +1,8 @@ +From: ibarbosa@oscorp +To: support@sandbox.test +Date: Mon, 05 03 2024 14:52:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-B2F927.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-B2F927.eml new file mode 100644 index 0000000000000000000000000000000000000000..b8f12eff2b7c7e3f1ea3ceede80511251747a223 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-B2F927.eml @@ -0,0 +1,8 @@ +From: gkaur@stark +To: support@sandbox.test +Date: Mon, 03 03 2024 01:54:00 +0000 +Subject: Documentation feedback +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-BBF3BE.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-BBF3BE.eml new file mode 100644 index 0000000000000000000000000000000000000000..52144439439a3a9f2522a5acfb5592d50560b600 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/03/TKT-BBF3BE.eml @@ -0,0 +1,8 @@ +From: gkaur@hooli +To: support@sandbox.test +Date: Mon, 02 03 2024 13:26:00 +0000 +Subject: Kind reminder - urgent follow up on ticket 1234 +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-001994.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-001994.eml new file mode 100644 index 0000000000000000000000000000000000000000..89e5835c0dfeae1f94cd5edfb1e9f58a79f9971b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-001994.eml @@ -0,0 +1,8 @@ +From: sstevens@globex +To: support@sandbox.test +Date: Mon, 08 04 2024 07:50:00 +0000 +Subject: URGENT: payment failed for enterprise account +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-723AF4.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-723AF4.eml new file mode 100644 index 0000000000000000000000000000000000000000..f70e716ef6d9397550ce9f5aa3d959b1ca80348d --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-723AF4.eml @@ -0,0 +1,8 @@ +From: xlee@umbrella +To: support@sandbox.test +Date: Mon, 02 04 2024 11:57:00 +0000 +Subject: Feedback on onboarding flow +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-81E472.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-81E472.eml new file mode 100644 index 0000000000000000000000000000000000000000..dbfde557eb1465361775a28f057ab6d77281fbe6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-81E472.eml @@ -0,0 +1,8 @@ +From: tvasquez@piedpiper +To: support@sandbox.test +Date: Mon, 07 04 2024 10:19:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-86EC12.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-86EC12.eml new file mode 100644 index 0000000000000000000000000000000000000000..941ba0ae6579efa70806d298fd1eb8484ec8ccc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-86EC12.eml @@ -0,0 +1,8 @@ +From: tvasquez@cyberdyne +To: support@sandbox.test +Date: Mon, 01 04 2024 19:37:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-A145A1.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-A145A1.eml new file mode 100644 index 0000000000000000000000000000000000000000..86b5bd2561da32b20923e4d3c506e24a9c8a1fad --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-A145A1.eml @@ -0,0 +1,8 @@ +From: wxu@initech +To: support@sandbox.test +Date: Mon, 04 04 2024 20:13:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-BABF60.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-BABF60.eml new file mode 100644 index 0000000000000000000000000000000000000000..9243d3405fe7abaeae938eed90577553c789b879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-BABF60.eml @@ -0,0 +1,8 @@ +From: epatel@piedpiper +To: support@sandbox.test +Date: Mon, 05 04 2024 20:31:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-E71F96.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-E71F96.eml new file mode 100644 index 0000000000000000000000000000000000000000..677026980b8f6c3c46b0ce08063d020a3dc58fbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-E71F96.eml @@ -0,0 +1,8 @@ +From: opopov@lexcorp +To: support@sandbox.test +Date: Mon, 03 04 2024 11:06:00 +0000 +Subject: Feature request: dark mode for the admin panel +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-F85BD9.eml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-F85BD9.eml new file mode 100644 index 0000000000000000000000000000000000000000..bf0266a515b5fbbd483d17fdd6d99a73616795a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/support/tickets/2024/04/TKT-F85BD9.eml @@ -0,0 +1,8 @@ +From: lgonzalez@weyland +To: support@sandbox.test +Date: Mon, 06 04 2024 11:17:00 +0000 +Subject: Feature request: dark mode for the admin panel +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/README.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/package.json b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/gold/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-1A7990.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-1A7990.eml new file mode 100644 index 0000000000000000000000000000000000000000..451ff0ca55412cc3f3d3ac0619d7279b8510bfcb --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-1A7990.eml @@ -0,0 +1,8 @@ +From: azhang@tyrell +To: support@sandbox.test +Date: Mon, 01 01 2024 17:22:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-1DC369.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-1DC369.eml new file mode 100644 index 0000000000000000000000000000000000000000..4803a3f4a3d6e6f921424c11f21005f9af0a1cfd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-1DC369.eml @@ -0,0 +1,8 @@ +From: tvasquez@soylent +To: support@sandbox.test +Date: Mon, 05 01 2024 20:31:00 +0000 +Subject: Monthly newsletter - April edition +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-86E110.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-86E110.eml new file mode 100644 index 0000000000000000000000000000000000000000..e85dab976bb03abc6d994ce062d44813a70157f5 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-86E110.eml @@ -0,0 +1,8 @@ +From: jsmith@wayne +To: support@sandbox.test +Date: Mon, 03 01 2024 10:25:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-885F99.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-885F99.eml new file mode 100644 index 0000000000000000000000000000000000000000..397b0da3c2db30dbc0794b286a4915fbb59200b7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-885F99.eml @@ -0,0 +1,8 @@ +From: ibarbosa@wayne +To: support@sandbox.test +Date: Mon, 06 01 2024 21:17:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-A515E6.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-A515E6.eml new file mode 100644 index 0000000000000000000000000000000000000000..348876786d742847174f183bc213285a7d901764 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-A515E6.eml @@ -0,0 +1,8 @@ +From: xlee@soylent +To: support@sandbox.test +Date: Mon, 08 01 2024 16:54:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-C6A441.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-C6A441.eml new file mode 100644 index 0000000000000000000000000000000000000000..25f943539df5137eb3ec647d71b1e55cbc013c8d --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-C6A441.eml @@ -0,0 +1,8 @@ +From: jsmith@massive +To: support@sandbox.test +Date: Mon, 04 01 2024 01:33:00 +0000 +Subject: Kind reminder - urgent follow up on ticket 1234 +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-ECC28F.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-ECC28F.eml new file mode 100644 index 0000000000000000000000000000000000000000..2cc005c40e6d81fde571a0c3268a297d176c68cd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-ECC28F.eml @@ -0,0 +1,8 @@ +From: cnakamura@soylent +To: support@sandbox.test +Date: Mon, 02 01 2024 04:38:00 +0000 +Subject: URGENT: payment failed for enterprise account +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-F3A1E3.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-F3A1E3.eml new file mode 100644 index 0000000000000000000000000000000000000000..fc03253e920dfc14f256a994ed346b407ba02740 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/01/TKT-F3A1E3.eml @@ -0,0 +1,8 @@ +From: wxu@acme +To: support@sandbox.test +Date: Mon, 07 01 2024 01:28:00 +0000 +Subject: Monthly newsletter - April edition +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-09114B.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-09114B.eml new file mode 100644 index 0000000000000000000000000000000000000000..e44de9b4b1f8cf71e10cd69af99e0526daa0cc9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-09114B.eml @@ -0,0 +1,8 @@ +From: gkaur@stark +To: support@sandbox.test +Date: Mon, 03 02 2024 17:39:00 +0000 +Subject: Question about pricing tiers +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-43D07C.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-43D07C.eml new file mode 100644 index 0000000000000000000000000000000000000000..ee00eb88154e724cc3b3bfdcd27b3e837f9de4c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-43D07C.eml @@ -0,0 +1,8 @@ +From: epatel@acme +To: support@sandbox.test +Date: Mon, 01 02 2024 05:48:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-557C64.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-557C64.eml new file mode 100644 index 0000000000000000000000000000000000000000..297af94350f2506d225e9ddf1da1775b480a4dc4 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-557C64.eml @@ -0,0 +1,8 @@ +From: lgonzalez@umbrella +To: support@sandbox.test +Date: Mon, 07 02 2024 02:40:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-838D18.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-838D18.eml new file mode 100644 index 0000000000000000000000000000000000000000..dcfaf99422467e1c8a2437923e4138704bd5222b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-838D18.eml @@ -0,0 +1,8 @@ +From: qyu@globex +To: support@sandbox.test +Date: Mon, 02 02 2024 16:42:00 +0000 +Subject: Question about pricing tiers +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-878B4A.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-878B4A.eml new file mode 100644 index 0000000000000000000000000000000000000000..61d8ea19ddc5232c5bf9a6b714a6906af04d07c0 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-878B4A.eml @@ -0,0 +1,8 @@ +From: uvogt@cyberdyne +To: support@sandbox.test +Date: Mon, 06 02 2024 04:50:00 +0000 +Subject: Question about pricing tiers +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-A339DA.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-A339DA.eml new file mode 100644 index 0000000000000000000000000000000000000000..9665aba897a502770d22206d46521bcc3697bf3e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-A339DA.eml @@ -0,0 +1,8 @@ +From: epatel@acme +To: support@sandbox.test +Date: Mon, 04 02 2024 22:29:00 +0000 +Subject: Checking in on my last ticket +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-A7DFF8.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-A7DFF8.eml new file mode 100644 index 0000000000000000000000000000000000000000..3053d1a7fc75e93ea9a765dad66a502d968091fa --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-A7DFF8.eml @@ -0,0 +1,8 @@ +From: hchen@tyrell +To: support@sandbox.test +Date: Mon, 08 02 2024 05:41:00 +0000 +Subject: Urgent refund required for cancelled order +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-EBEFDE.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-EBEFDE.eml new file mode 100644 index 0000000000000000000000000000000000000000..1387dde7f2e52870248dc3971f1e3334ba2628f8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/02/TKT-EBEFDE.eml @@ -0,0 +1,8 @@ +From: vwang@umbrella +To: support@sandbox.test +Date: Mon, 05 02 2024 19:15:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-10ACE2.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-10ACE2.eml new file mode 100644 index 0000000000000000000000000000000000000000..3dadd205d4caa7b0c08e66d9d82548bf71d6b112 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-10ACE2.eml @@ -0,0 +1,8 @@ +From: jsmith@tyrell +To: support@sandbox.test +Date: Mon, 08 03 2024 12:58:00 +0000 +Subject: Checking in on my last ticket +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-1AC5F7.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-1AC5F7.eml new file mode 100644 index 0000000000000000000000000000000000000000..3e56cbfd88be1e8bf5ca1e9699e2fd637fbb450c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-1AC5F7.eml @@ -0,0 +1,8 @@ +From: tvasquez@lexcorp +To: support@sandbox.test +Date: Mon, 04 03 2024 10:36:00 +0000 +Subject: Feedback on onboarding flow +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-3F290D.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-3F290D.eml new file mode 100644 index 0000000000000000000000000000000000000000..d16dd8d4543573f78d927ab95d09463b9d832b48 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-3F290D.eml @@ -0,0 +1,8 @@ +From: tvasquez@umbrella +To: support@sandbox.test +Date: Mon, 06 03 2024 07:30:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-8A3459.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-8A3459.eml new file mode 100644 index 0000000000000000000000000000000000000000..45c8062ee454646e9e402255d7347d53799ba8ed --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-8A3459.eml @@ -0,0 +1,8 @@ +From: flindqvist@soylent +To: support@sandbox.test +Date: Mon, 07 03 2024 15:41:00 +0000 +Subject: Feedback on onboarding flow +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-8DBF45.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-8DBF45.eml new file mode 100644 index 0000000000000000000000000000000000000000..d14e2cd31ef5904740078a3983790a0736cac470 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-8DBF45.eml @@ -0,0 +1,8 @@ +From: jsmith@stark +To: support@sandbox.test +Date: Mon, 01 03 2024 07:45:00 +0000 +Subject: Checking in on my last ticket +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-98199B.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-98199B.eml new file mode 100644 index 0000000000000000000000000000000000000000..82aaa60eab77e147427f568733296ea55635f5c8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-98199B.eml @@ -0,0 +1,8 @@ +From: ibarbosa@oscorp +To: support@sandbox.test +Date: Mon, 05 03 2024 14:52:00 +0000 +Subject: Welcome aboard! Getting started with our API +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-B2F927.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-B2F927.eml new file mode 100644 index 0000000000000000000000000000000000000000..b8f12eff2b7c7e3f1ea3ceede80511251747a223 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-B2F927.eml @@ -0,0 +1,8 @@ +From: gkaur@stark +To: support@sandbox.test +Date: Mon, 03 03 2024 01:54:00 +0000 +Subject: Documentation feedback +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-BBF3BE.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-BBF3BE.eml new file mode 100644 index 0000000000000000000000000000000000000000..52144439439a3a9f2522a5acfb5592d50560b600 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/03/TKT-BBF3BE.eml @@ -0,0 +1,8 @@ +From: gkaur@hooli +To: support@sandbox.test +Date: Mon, 02 03 2024 13:26:00 +0000 +Subject: Kind reminder - urgent follow up on ticket 1234 +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-001994.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-001994.eml new file mode 100644 index 0000000000000000000000000000000000000000..89e5835c0dfeae1f94cd5edfb1e9f58a79f9971b --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-001994.eml @@ -0,0 +1,8 @@ +From: sstevens@globex +To: support@sandbox.test +Date: Mon, 08 04 2024 07:50:00 +0000 +Subject: URGENT: payment failed for enterprise account +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-723AF4.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-723AF4.eml new file mode 100644 index 0000000000000000000000000000000000000000..f70e716ef6d9397550ce9f5aa3d959b1ca80348d --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-723AF4.eml @@ -0,0 +1,8 @@ +From: xlee@umbrella +To: support@sandbox.test +Date: Mon, 02 04 2024 11:57:00 +0000 +Subject: Feedback on onboarding flow +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-81E472.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-81E472.eml new file mode 100644 index 0000000000000000000000000000000000000000..dbfde557eb1465361775a28f057ab6d77281fbe6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-81E472.eml @@ -0,0 +1,8 @@ +From: tvasquez@piedpiper +To: support@sandbox.test +Date: Mon, 07 04 2024 10:19:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-86EC12.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-86EC12.eml new file mode 100644 index 0000000000000000000000000000000000000000..941ba0ae6579efa70806d298fd1eb8484ec8ccc2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-86EC12.eml @@ -0,0 +1,8 @@ +From: tvasquez@cyberdyne +To: support@sandbox.test +Date: Mon, 01 04 2024 19:37:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-A145A1.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-A145A1.eml new file mode 100644 index 0000000000000000000000000000000000000000..86b5bd2561da32b20923e4d3c506e24a9c8a1fad --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-A145A1.eml @@ -0,0 +1,8 @@ +From: wxu@initech +To: support@sandbox.test +Date: Mon, 04 04 2024 20:13:00 +0000 +Subject: URGENT REVIEW NEEDED +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-BABF60.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-BABF60.eml new file mode 100644 index 0000000000000000000000000000000000000000..9243d3405fe7abaeae938eed90577553c789b879 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-BABF60.eml @@ -0,0 +1,8 @@ +From: epatel@piedpiper +To: support@sandbox.test +Date: Mon, 05 04 2024 20:31:00 +0000 +Subject: [urgent] service outage blocking rollout +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-E71F96.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-E71F96.eml new file mode 100644 index 0000000000000000000000000000000000000000..677026980b8f6c3c46b0ce08063d020a3dc58fbc --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-E71F96.eml @@ -0,0 +1,8 @@ +From: opopov@lexcorp +To: support@sandbox.test +Date: Mon, 03 04 2024 11:06:00 +0000 +Subject: Feature request: dark mode for the admin panel +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-F85BD9.eml b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-F85BD9.eml new file mode 100644 index 0000000000000000000000000000000000000000..bf0266a515b5fbbd483d17fdd6d99a73616795a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/support/tickets/2024/04/TKT-F85BD9.eml @@ -0,0 +1,8 @@ +From: lgonzalez@weyland +To: support@sandbox.test +Date: Mon, 06 04 2024 11:17:00 +0000 +Subject: Feature request: dark mode for the admin panel +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/.editorconfig b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..e75348362e7c50014c6dc71f0c0d1936c1d76dfb --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/.gitignore b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b68143c2e9d5f781a63d04ee8653912fdc61cdf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +.venv/ +node_modules/ +dist/ +build/ +.cache/ +*.log.gz diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/AUTHORS.txt b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..0448673e8ca1e5b80ba38c8778431d212cd84828 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/AUTHORS.txt @@ -0,0 +1,5 @@ +Alice Zhang +Bob Rivera +Carol Nakamura +David O'Neill +Erin Patel diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/CHANGELOG.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d9a3df90e053bd68ac637bb50be894a703a2283e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2024-10-12 +- Reorganised directory layout. +- Added audit trail for data pipeline. + +## 2024-09-28 +- Rotated signing keys. +- Upgraded telemetry dependency to 2.14. + +## 2024-08-04 +- Initial import of legacy archives. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/CONTRIBUTING.rst b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e4abcf2e2b2877bbfc5cb96b0411eb7d0bc0756 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +Contributing +============ + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Pull requests welcome. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/LICENSE b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5a88a7adf2f0c5a57cfce1ea12c4902fac40b0bf --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/LICENSE @@ -0,0 +1,5 @@ +MIT License + +Copyright (c) 2024 Sandbox Labs + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/Makefile b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d8ffd49cbd4ae348e5bb2bc6d8948bd5d50ade44 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/Makefile @@ -0,0 +1,10 @@ +.PHONY: build test clean + +build: + @echo building + +test: + @echo testing + +clean: + rm -rf build dist diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/README.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1da10a45cb968b01b08c8514cb66a0cf252e1fb2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/README.md @@ -0,0 +1,5 @@ +# Project Sandbox + +Internal sandbox for experiments. See CHANGELOG.md for history. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/archive/old_readme.txt b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/archive/old_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..57e0da03282b90cced0a6783e6a4ca973fd182a6 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/archive/old_readme.txt @@ -0,0 +1,3 @@ +This file describes the 2018 layout. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/archive/snapshot_2022.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/archive/snapshot_2022.md new file mode 100644 index 0000000000000000000000000000000000000000..42dcb345752cad2c655eab0110448ad925fc7eff --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/archive/snapshot_2022.md @@ -0,0 +1,5 @@ +# Snapshot 2022 + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/ci/notes.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/ci/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..ccb8aa317857ea3717c43ec88a41819a30ef8cbd --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/ci/notes.md @@ -0,0 +1,3 @@ +# CI Notes + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/ci/pipeline.yml b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/ci/pipeline.yml new file mode 100644 index 0000000000000000000000000000000000000000..2216dfb6bbcd7b6a71560a8ac04cb8ffa4d2f4d7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/ci/pipeline.yml @@ -0,0 +1,11 @@ +stages: + - lint + - test + - deploy + +lint: + stage: lint + script: [make lint] +test: + stage: test + script: [make test] diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/docker/Dockerfile b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/docker/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0bda70db7ad0dbd7bafb987c94b78dd4b025db9c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "-m", "app"] diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/docker/entrypoint.sh b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/docker/entrypoint.sh new file mode 100644 index 0000000000000000000000000000000000000000..cd850517d3ac7139c724cf5191dcacff35b047c2 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/docker/entrypoint.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +set -euo pipefail +exec "$@" diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/adr/0001-bootstrap.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/adr/0001-bootstrap.md new file mode 100644 index 0000000000000000000000000000000000000000..adfc1d8577bbb9e522930474603ab7db1d9a64a7 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/adr/0001-bootstrap.md @@ -0,0 +1,11 @@ +# ADR 0001 - Bootstrap + +Status: accepted + +## Context + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Decision + +Adopt the monorepo layout. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/adr/0002-logging.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/adr/0002-logging.md new file mode 100644 index 0000000000000000000000000000000000000000..a8da8bdb2ba4e39b850b3044f5d4d1549fb6048f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/adr/0002-logging.md @@ -0,0 +1,5 @@ +# ADR 0002 - Logging + +Status: accepted + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/legacy/faq.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/legacy/faq.md new file mode 100644 index 0000000000000000000000000000000000000000..7a1feff177da3a163c77994c2fd94215a59e0c6f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/legacy/faq.md @@ -0,0 +1,6 @@ +# FAQ + +Q: Why? +A: Because. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/legacy/overview.md b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/legacy/overview.md new file mode 100644 index 0000000000000000000000000000000000000000..c7621c057aa6728ff549c46ccbaa3ffeedfd492f --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/handbook/legacy/overview.md @@ -0,0 +1,5 @@ +# Legacy Overview + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/package.json b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/package.json new file mode 100644 index 0000000000000000000000000000000000000000..625619a3859d14a1648a18c68551aa617d363412 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/package.json @@ -0,0 +1,13 @@ +{ + "name": "sandbox", + "version": "0.1.0", + "private": true, + "scripts": { + "lint": "eslint .", + "test": "vitest" + }, + "dependencies": { + "lodash": "^4.17.21", + "date-fns": "^3.6.0" + } +} diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/pyproject.toml b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..da7f782833b42fc854430b6cf68f28be0196f03c --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "sandbox" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.black] +line-length = 100 diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/bootstrap.sh b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/bootstrap.sh new file mode 100644 index 0000000000000000000000000000000000000000..ed34786ffe3e9117e51f2e4034173175599d3c6e --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/bootstrap.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/release.sh b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/release.sh new file mode 100644 index 0000000000000000000000000000000000000000..5276e4fe20868216181e64c8d92820c27ed512a8 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/release.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +VERSION=${1:?version required} +git tag -a "v$VERSION" -m "release $VERSION" diff --git a/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/utils/common.sh b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/utils/common.sh new file mode 100644 index 0000000000000000000000000000000000000000..07c2f8643976ba5a713869082d58dfef5e693b54 --- /dev/null +++ b/shellops_pro/assets/ShellOps_fe39a803d7/init/workspace_meta/scripts/utils/common.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +log() { printf '[%s] %s\n' "$(date -Is)" "$*"; } diff --git a/shellops_pro/test.parquet b/shellops_pro/test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..801d79c43b9309e217a47bacd38abe2c7eec46fe --- /dev/null +++ b/shellops_pro/test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c9281326d8ebfd2f09acaa4a75fdf1581cca47b2a86d05b14c40d1d4a47157 +size 1290024